@yoast/ai-insights-client 1.4.2 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai-insights-client.cjs.js +149 -148
- package/dist/ai-insights-client.es.js +3149 -3109
- package/package.json +3 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Fx=Object.defineProperty;var xh=e=>{throw TypeError(e)};var Nx=(e,t,n)=>t in e?Fx(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var pe=(e,t,n)=>Nx(e,typeof t!="symbol"?t+"":t,n),
|
|
1
|
+
"use strict";var Fx=Object.defineProperty;var xh=e=>{throw TypeError(e)};var Nx=(e,t,n)=>t in e?Fx(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var pe=(e,t,n)=>Nx(e,typeof t!="symbol"?t+"":t,n),Uc=(e,t,n)=>t.has(e)||xh("Cannot "+n);var P=(e,t,n)=>(Uc(e,t,"read from private field"),n?n.call(e):t.get(e)),ie=(e,t,n)=>t.has(e)?xh("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,n),X=(e,t,n,r)=>(Uc(e,t,"write to private field"),r?r.call(e,n):t.set(e,n),n),Pe=(e,t,n)=>(Uc(e,t,"access private method"),n);var Ha=(e,t,n,r)=>({set _(i){X(e,t,i,n)},get _(){return P(e,t,r)}});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const y=require("react/jsx-runtime"),E=require("@yoast/ui-library"),z=require("react"),Bx=require("styled-components");function qx(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const $=qx(z);function Wp(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Zs={},wh;function zx(){if(wh)return Zs;wh=1,Object.defineProperty(Zs,"__esModule",{value:!0}),Zs.parse=o,Zs.serialize=c;const e=/^[\u0021-\u003A\u003C\u003E-\u007E]+$/,t=/^[\u0021-\u003A\u003C-\u007E]*$/,n=/^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i,r=/^[\u0020-\u003A\u003D-\u007E]*$/,i=Object.prototype.toString,s=(()=>{const f=function(){};return f.prototype=Object.create(null),f})();function o(f,h){const g=new s,m=f.length;if(m<2)return g;const p=(h==null?void 0:h.decode)||u;let v=0;do{const b=f.indexOf("=",v);if(b===-1)break;const x=f.indexOf(";",v),S=x===-1?m:x;if(b>S){v=f.lastIndexOf(";",b-1)+1;continue}const w=a(f,v,b),_=l(f,b,w),C=f.slice(w,_);if(g[C]===void 0){let k=a(f,b+1,S),O=l(f,S,k);const A=p(f.slice(k,O));g[C]=A}v=S+1}while(v<m);return g}function a(f,h,g){do{const m=f.charCodeAt(h);if(m!==32&&m!==9)return h}while(++h<g);return g}function l(f,h,g){for(;h>g;){const m=f.charCodeAt(--h);if(m!==32&&m!==9)return h+1}return g}function c(f,h,g){const m=(g==null?void 0:g.encode)||encodeURIComponent;if(!e.test(f))throw new TypeError(`argument name is invalid: ${f}`);const p=m(h);if(!t.test(p))throw new TypeError(`argument val is invalid: ${h}`);let v=f+"="+p;if(!g)return v;if(g.maxAge!==void 0){if(!Number.isInteger(g.maxAge))throw new TypeError(`option maxAge is invalid: ${g.maxAge}`);v+="; Max-Age="+g.maxAge}if(g.domain){if(!n.test(g.domain))throw new TypeError(`option domain is invalid: ${g.domain}`);v+="; Domain="+g.domain}if(g.path){if(!r.test(g.path))throw new TypeError(`option path is invalid: ${g.path}`);v+="; Path="+g.path}if(g.expires){if(!d(g.expires)||!Number.isFinite(g.expires.valueOf()))throw new TypeError(`option expires is invalid: ${g.expires}`);v+="; Expires="+g.expires.toUTCString()}if(g.httpOnly&&(v+="; HttpOnly"),g.secure&&(v+="; Secure"),g.partitioned&&(v+="; Partitioned"),g.priority)switch(typeof g.priority=="string"?g.priority.toLowerCase():void 0){case"low":v+="; Priority=Low";break;case"medium":v+="; Priority=Medium";break;case"high":v+="; Priority=High";break;default:throw new TypeError(`option priority is invalid: ${g.priority}`)}if(g.sameSite)switch(typeof g.sameSite=="string"?g.sameSite.toLowerCase():g.sameSite){case!0:case"strict":v+="; SameSite=Strict";break;case"lax":v+="; SameSite=Lax";break;case"none":v+="; SameSite=None";break;default:throw new TypeError(`option sameSite is invalid: ${g.sameSite}`)}return v}function u(f){if(f.indexOf("%")===-1)return f;try{return decodeURIComponent(f)}catch(h){return f}}function d(f){return i.call(f)==="[object Date]"}return Zs}zx();/**
|
|
2
2
|
* react-router v7.6.3
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
@@ -7,74 +7,75 @@
|
|
|
7
7
|
* LICENSE.md file in the root directory of this source tree.
|
|
8
8
|
*
|
|
9
9
|
* @license MIT
|
|
10
|
-
*/function Hx(e={}){let{initialEntries:t=["/"],initialIndex:n,v5Compat:r=!1}=e,i;i=t.map((h,g)=>u(h,typeof h=="string"?null:h.state,g===0?"default":void 0));let s=l(n==null?i.length-1:n),o="POP",a=null;function l(h){return Math.min(Math.max(h,0),i.length-1)}function c(){return i[s]}function u(h,g=null,m){let p=Ux(i?c().pathname:"/",h,g,m);return Sn(p.pathname.charAt(0)==="/",`relative pathnames are not supported in memory history: ${JSON.stringify(h)}`),p}function d(h){return typeof h=="string"?h:Pl(h)}return{get index(){return s},get action(){return o},get location(){return c()},createHref:d,createURL(h){return new URL(d(h),"http://localhost")},encodeLocation(h){let g=typeof h=="string"?ji(h):h;return{pathname:g.pathname||"",search:g.search||"",hash:g.hash||""}},push(h,g){o="PUSH";let m=u(h,g);s+=1,i.splice(s,i.length,m),r&&a&&a({action:o,location:m,delta:1})},replace(h,g){o="REPLACE";let m=u(h,g);i[s]=m,r&&a&&a({action:o,location:m,delta:0})},go(h){o="POP";let g=l(s+h),m=i[g];s=g,a&&a({action:o,location:m,delta:h})},listen(h){return a=h,()=>{a=null}}}}function it(e,t){if(e===!1||e===null||typeof e=="undefined")throw new Error(t)}function Sn(e,t){if(!e){typeof console!="undefined"&&console.warn(t);try{throw new Error(t)}catch(n){}}}function Kx(){return Math.random().toString(36).substring(2,10)}function Ux(e,t,n=null,r){return{pathname:typeof e=="string"?e:e.pathname,search:"",hash:"",...typeof t=="string"?ji(t):t,state:n,key:t&&t.key||r||Kx()}}function Pl({pathname:e="/",search:t="",hash:n=""}){return t&&t!=="?"&&(e+=t.charAt(0)==="?"?t:"?"+t),n&&n!=="#"&&(e+=n.charAt(0)==="#"?n:"#"+n),e}function ji(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substring(n),e=e.substring(0,n));let r=e.indexOf("?");r>=0&&(t.search=e.substring(r),e=e.substring(0,r)),e&&(t.pathname=e)}return t}function Wp(e,t,n="/"){return Vx(e,t,n,!1)}function Vx(e,t,n,r){let i=typeof t=="string"?ji(t):t,s=lr(i.pathname||"/",n);if(s==null)return null;let o=Gp(e);Wx(o);let a=null;for(let l=0;a==null&&l<o.length;++l){let c=Yp(s);a=nw(o[l],c,r)}return a}function Gp(e,t=[],n=[],r=""){let i=(s,o,a)=>{let l={relativePath:a===void 0?s.path||"":a,caseSensitive:s.caseSensitive===!0,childrenIndex:o,route:s};l.relativePath.startsWith("/")&&(it(l.relativePath.startsWith(r),`Absolute route path "${l.relativePath}" nested under path "${r}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),l.relativePath=l.relativePath.slice(r.length));let c=ir([r,l.relativePath]),u=n.concat(l);s.children&&s.children.length>0&&(it(s.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${c}".`),Gp(s.children,t,u,c)),!(s.path==null&&!s.index)&&t.push({path:c,score:ew(c,s.index),routesMeta:u})};return e.forEach((s,o)=>{var a;if(s.path===""||!((a=s.path)!=null&&a.includes("?")))i(s,o);else for(let l of Qp(s.path))i(s,o,l)}),t}function Qp(e){let t=e.split("/");if(t.length===0)return[];let[n,...r]=t,i=n.endsWith("?"),s=n.replace(/\?$/,"");if(r.length===0)return i?[s,""]:[s];let o=Qp(r.join("/")),a=[];return a.push(...o.map(l=>l===""?s:[s,l].join("/"))),i&&a.push(...o),a.map(l=>e.startsWith("/")&&l===""?"/":l)}function Wx(e){e.sort((t,n)=>t.score!==n.score?n.score-t.score:tw(t.routesMeta.map(r=>r.childrenIndex),n.routesMeta.map(r=>r.childrenIndex)))}var Gx=/^:[\w-]+$/,Qx=3,Yx=2,Xx=1,Jx=10,Zx=-2,Sh=e=>e==="*";function ew(e,t){let n=e.split("/"),r=n.length;return n.some(Sh)&&(r+=Zx),t&&(r+=Yx),n.filter(i=>!Sh(i)).reduce((i,s)=>i+(Gx.test(s)?Qx:s===""?Xx:Jx),r)}function tw(e,t){return e.length===t.length&&e.slice(0,-1).every((r,i)=>r===t[i])?e[e.length-1]-t[t.length-1]:0}function nw(e,t,n=!1){let{routesMeta:r}=e,i={},s="/",o=[];for(let a=0;a<r.length;++a){let l=r[a],c=a===r.length-1,u=s==="/"?t:t.slice(s.length)||"/",d=Os({path:l.relativePath,caseSensitive:l.caseSensitive,end:c},u),f=l.route;if(!d&&c&&n&&!r[r.length-1].route.index&&(d=Os({path:l.relativePath,caseSensitive:l.caseSensitive,end:!1},u)),!d)return null;Object.assign(i,d.params),o.push({params:i,pathname:ir([s,d.pathname]),pathnameBase:aw(ir([s,d.pathnameBase])),route:f}),d.pathnameBase!=="/"&&(s=ir([s,d.pathnameBase]))}return o}function Os(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=rw(e.path,e.caseSensitive,e.end),i=t.match(n);if(!i)return null;let s=i[0],o=s.replace(/(.)\/+$/,"$1"),a=i.slice(1);return{params:r.reduce((c,{paramName:u,isOptional:d},f)=>{if(u==="*"){let g=a[f]||"";o=s.slice(0,s.length-g.length).replace(/(.)\/+$/,"$1")}const h=a[f];return d&&!h?c[u]=void 0:c[u]=(h||"").replace(/%2F/g,"/"),c},{}),pathname:s,pathnameBase:o,pattern:e}}function rw(e,t=!1,n=!0){Sn(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let r=[],i="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(o,a,l)=>(r.push({paramName:a,isOptional:l!=null}),l?"/?([^\\/]+)?":"/([^\\/]+)"));return e.endsWith("*")?(r.push({paramName:"*"}),i+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?i+="\\/*$":e!==""&&e!=="/"&&(i+="(?:(?=\\/|$))"),[new RegExp(i,t?void 0:"i"),r]}function Yp(e){try{return e.split("/").map(t=>decodeURIComponent(t).replace(/\//g,"%2F")).join("/")}catch(t){return Sn(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`),e}}function lr(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith("/")?t.length-1:t.length,r=e.charAt(n);return r&&r!=="/"?null:e.slice(n)||"/"}function iw(e,t="/"){let{pathname:n,search:r="",hash:i=""}=typeof e=="string"?ji(e):e;return{pathname:n?n.startsWith("/")?n:sw(n,t):t,search:lw(r),hash:cw(i)}}function sw(e,t){let n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach(i=>{i===".."?n.length>1&&n.pop():i!=="."&&n.push(i)}),n.length>1?n.join("/"):"/"}function Uc(e,t,n,r){return`Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(r)}]. Please separate it out to the \`to.${n}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function ow(e){return e.filter((t,n)=>n===0||t.route.path&&t.route.path.length>0)}function Xp(e){let t=ow(e);return t.map((n,r)=>r===t.length-1?n.pathname:n.pathnameBase)}function Jp(e,t,n,r=!1){let i;typeof e=="string"?i=ji(e):(i={...e},it(!i.pathname||!i.pathname.includes("?"),Uc("?","pathname","search",i)),it(!i.pathname||!i.pathname.includes("#"),Uc("#","pathname","hash",i)),it(!i.search||!i.search.includes("#"),Uc("#","search","hash",i)));let s=e===""||i.pathname==="",o=s?"/":i.pathname,a;if(o==null)a=n;else{let d=t.length-1;if(!r&&o.startsWith("..")){let f=o.split("/");for(;f[0]==="..";)f.shift(),d-=1;i.pathname=f.join("/")}a=d>=0?t[d]:"/"}let l=iw(i,a),c=o&&o!=="/"&&o.endsWith("/"),u=(s||o===".")&&n.endsWith("/");return!l.pathname.endsWith("/")&&(c||u)&&(l.pathname+="/"),l}var ir=e=>e.join("/").replace(/\/\/+/g,"/"),aw=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),lw=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,cw=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e;function uw(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.internal=="boolean"&&"data"in e}var Zp=["POST","PUT","PATCH","DELETE"];new Set(Zp);var dw=["GET",...Zp];new Set(dw);var Ds=$.createContext(null);Ds.displayName="DataRouter";var ac=$.createContext(null);ac.displayName="DataRouterState";var e0=$.createContext({isTransitioning:!1});e0.displayName="ViewTransition";var fw=$.createContext(new Map);fw.displayName="Fetchers";var hw=$.createContext(null);hw.displayName="Await";var qn=$.createContext(null);qn.displayName="Navigation";var ka=$.createContext(null);ka.displayName="Location";var zn=$.createContext({outlet:null,matches:[],isDataRoute:!1});zn.displayName="Route";var Jd=$.createContext(null);Jd.displayName="RouteError";function gw(e,{relative:t}={}){it(Ls(),"useHref() may be used only in the context of a <Router> component.");let{basename:n,navigator:r}=$.useContext(qn),{hash:i,pathname:s,search:o}=Oa(e,{relative:t}),a=s;return n!=="/"&&(a=s==="/"?n:ir([n,s])),r.createHref({pathname:a,search:o,hash:i})}function Ls(){return $.useContext(ka)!=null}function en(){return it(Ls(),"useLocation() may be used only in the context of a <Router> component."),$.useContext(ka).location}function Ch(e){it(Ls(),"useMatch() may be used only in the context of a <Router> component.");let{pathname:t}=en();return $.useMemo(()=>Os(e,Yp(t)),[t,e])}var t0="You should call navigate() in a React.useEffect(), not when your component is first rendered.";function n0(e){$.useContext(qn).static||$.useLayoutEffect(e)}function hn(){let{isDataRoute:e}=$.useContext(zn);return e?Pw():yw()}function yw(){it(Ls(),"useNavigate() may be used only in the context of a <Router> component.");let e=$.useContext(Ds),{basename:t,navigator:n}=$.useContext(qn),{matches:r}=$.useContext(zn),{pathname:i}=en(),s=JSON.stringify(Xp(r)),o=$.useRef(!1);return n0(()=>{o.current=!0}),$.useCallback((l,c={})=>{if(Sn(o.current,t0),!o.current)return;if(typeof l=="number"){n.go(l);return}let u=Jp(l,JSON.parse(s),i,c.relative==="path");e==null&&t!=="/"&&(u.pathname=u.pathname==="/"?t:ir([t,u.pathname])),(c.replace?n.replace:n.push)(u,c.state,c)},[t,n,s,i,e])}var mw=$.createContext(null);function pw(e){let t=$.useContext(zn).outlet;return t&&$.createElement(mw.Provider,{value:e},t)}function Oa(e,{relative:t}={}){let{matches:n}=$.useContext(zn),{pathname:r}=en(),i=JSON.stringify(Xp(n));return $.useMemo(()=>Jp(e,JSON.parse(i),r,t==="path"),[e,i,r,t])}function vw(e,t){return r0(e,t)}function r0(e,t,n,r){var v;it(Ls(),"useRoutes() may be used only in the context of a <Router> component.");let{navigator:i}=$.useContext(qn),{matches:s}=$.useContext(zn),o=s[s.length-1],a=o?o.params:{},l=o?o.pathname:"/",c=o?o.pathnameBase:"/",u=o&&o.route;{let b=u&&u.path||"";i0(l,!u||b.endsWith("*")||b.endsWith("*?"),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${l}" (under <Route path="${b}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
|
|
10
|
+
*/function Hx(e={}){let{initialEntries:t=["/"],initialIndex:n,v5Compat:r=!1}=e,i;i=t.map((h,g)=>u(h,typeof h=="string"?null:h.state,g===0?"default":void 0));let s=l(n==null?i.length-1:n),o="POP",a=null;function l(h){return Math.min(Math.max(h,0),i.length-1)}function c(){return i[s]}function u(h,g=null,m){let p=Kx(i?c().pathname:"/",h,g,m);return wn(p.pathname.charAt(0)==="/",`relative pathnames are not supported in memory history: ${JSON.stringify(h)}`),p}function d(h){return typeof h=="string"?h:Pl(h)}return{get index(){return s},get action(){return o},get location(){return c()},createHref:d,createURL(h){return new URL(d(h),"http://localhost")},encodeLocation(h){let g=typeof h=="string"?ji(h):h;return{pathname:g.pathname||"",search:g.search||"",hash:g.hash||""}},push(h,g){o="PUSH";let m=u(h,g);s+=1,i.splice(s,i.length,m),r&&a&&a({action:o,location:m,delta:1})},replace(h,g){o="REPLACE";let m=u(h,g);i[s]=m,r&&a&&a({action:o,location:m,delta:0})},go(h){o="POP";let g=l(s+h),m=i[g];s=g,a&&a({action:o,location:m,delta:h})},listen(h){return a=h,()=>{a=null}}}}function it(e,t){if(e===!1||e===null||typeof e=="undefined")throw new Error(t)}function wn(e,t){if(!e){typeof console!="undefined"&&console.warn(t);try{throw new Error(t)}catch(n){}}}function Ux(){return Math.random().toString(36).substring(2,10)}function Kx(e,t,n=null,r){return{pathname:typeof e=="string"?e:e.pathname,search:"",hash:"",...typeof t=="string"?ji(t):t,state:n,key:t&&t.key||r||Ux()}}function Pl({pathname:e="/",search:t="",hash:n=""}){return t&&t!=="?"&&(e+=t.charAt(0)==="?"?t:"?"+t),n&&n!=="#"&&(e+=n.charAt(0)==="#"?n:"#"+n),e}function ji(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substring(n),e=e.substring(0,n));let r=e.indexOf("?");r>=0&&(t.search=e.substring(r),e=e.substring(0,r)),e&&(t.pathname=e)}return t}function Gp(e,t,n="/"){return Vx(e,t,n,!1)}function Vx(e,t,n,r){let i=typeof t=="string"?ji(t):t,s=lr(i.pathname||"/",n);if(s==null)return null;let o=Qp(e);Wx(o);let a=null;for(let l=0;a==null&&l<o.length;++l){let c=Xp(s);a=nw(o[l],c,r)}return a}function Qp(e,t=[],n=[],r=""){let i=(s,o,a)=>{let l={relativePath:a===void 0?s.path||"":a,caseSensitive:s.caseSensitive===!0,childrenIndex:o,route:s};l.relativePath.startsWith("/")&&(it(l.relativePath.startsWith(r),`Absolute route path "${l.relativePath}" nested under path "${r}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),l.relativePath=l.relativePath.slice(r.length));let c=ir([r,l.relativePath]),u=n.concat(l);s.children&&s.children.length>0&&(it(s.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${c}".`),Qp(s.children,t,u,c)),!(s.path==null&&!s.index)&&t.push({path:c,score:ew(c,s.index),routesMeta:u})};return e.forEach((s,o)=>{var a;if(s.path===""||!((a=s.path)!=null&&a.includes("?")))i(s,o);else for(let l of Yp(s.path))i(s,o,l)}),t}function Yp(e){let t=e.split("/");if(t.length===0)return[];let[n,...r]=t,i=n.endsWith("?"),s=n.replace(/\?$/,"");if(r.length===0)return i?[s,""]:[s];let o=Yp(r.join("/")),a=[];return a.push(...o.map(l=>l===""?s:[s,l].join("/"))),i&&a.push(...o),a.map(l=>e.startsWith("/")&&l===""?"/":l)}function Wx(e){e.sort((t,n)=>t.score!==n.score?n.score-t.score:tw(t.routesMeta.map(r=>r.childrenIndex),n.routesMeta.map(r=>r.childrenIndex)))}var Gx=/^:[\w-]+$/,Qx=3,Yx=2,Xx=1,Jx=10,Zx=-2,Sh=e=>e==="*";function ew(e,t){let n=e.split("/"),r=n.length;return n.some(Sh)&&(r+=Zx),t&&(r+=Yx),n.filter(i=>!Sh(i)).reduce((i,s)=>i+(Gx.test(s)?Qx:s===""?Xx:Jx),r)}function tw(e,t){return e.length===t.length&&e.slice(0,-1).every((r,i)=>r===t[i])?e[e.length-1]-t[t.length-1]:0}function nw(e,t,n=!1){let{routesMeta:r}=e,i={},s="/",o=[];for(let a=0;a<r.length;++a){let l=r[a],c=a===r.length-1,u=s==="/"?t:t.slice(s.length)||"/",d=Os({path:l.relativePath,caseSensitive:l.caseSensitive,end:c},u),f=l.route;if(!d&&c&&n&&!r[r.length-1].route.index&&(d=Os({path:l.relativePath,caseSensitive:l.caseSensitive,end:!1},u)),!d)return null;Object.assign(i,d.params),o.push({params:i,pathname:ir([s,d.pathname]),pathnameBase:aw(ir([s,d.pathnameBase])),route:f}),d.pathnameBase!=="/"&&(s=ir([s,d.pathnameBase]))}return o}function Os(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=rw(e.path,e.caseSensitive,e.end),i=t.match(n);if(!i)return null;let s=i[0],o=s.replace(/(.)\/+$/,"$1"),a=i.slice(1);return{params:r.reduce((c,{paramName:u,isOptional:d},f)=>{if(u==="*"){let g=a[f]||"";o=s.slice(0,s.length-g.length).replace(/(.)\/+$/,"$1")}const h=a[f];return d&&!h?c[u]=void 0:c[u]=(h||"").replace(/%2F/g,"/"),c},{}),pathname:s,pathnameBase:o,pattern:e}}function rw(e,t=!1,n=!0){wn(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let r=[],i="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(o,a,l)=>(r.push({paramName:a,isOptional:l!=null}),l?"/?([^\\/]+)?":"/([^\\/]+)"));return e.endsWith("*")?(r.push({paramName:"*"}),i+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?i+="\\/*$":e!==""&&e!=="/"&&(i+="(?:(?=\\/|$))"),[new RegExp(i,t?void 0:"i"),r]}function Xp(e){try{return e.split("/").map(t=>decodeURIComponent(t).replace(/\//g,"%2F")).join("/")}catch(t){return wn(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`),e}}function lr(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith("/")?t.length-1:t.length,r=e.charAt(n);return r&&r!=="/"?null:e.slice(n)||"/"}function iw(e,t="/"){let{pathname:n,search:r="",hash:i=""}=typeof e=="string"?ji(e):e;return{pathname:n?n.startsWith("/")?n:sw(n,t):t,search:lw(r),hash:cw(i)}}function sw(e,t){let n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach(i=>{i===".."?n.length>1&&n.pop():i!=="."&&n.push(i)}),n.length>1?n.join("/"):"/"}function Kc(e,t,n,r){return`Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(r)}]. Please separate it out to the \`to.${n}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function ow(e){return e.filter((t,n)=>n===0||t.route.path&&t.route.path.length>0)}function Jp(e){let t=ow(e);return t.map((n,r)=>r===t.length-1?n.pathname:n.pathnameBase)}function Zp(e,t,n,r=!1){let i;typeof e=="string"?i=ji(e):(i={...e},it(!i.pathname||!i.pathname.includes("?"),Kc("?","pathname","search",i)),it(!i.pathname||!i.pathname.includes("#"),Kc("#","pathname","hash",i)),it(!i.search||!i.search.includes("#"),Kc("#","search","hash",i)));let s=e===""||i.pathname==="",o=s?"/":i.pathname,a;if(o==null)a=n;else{let d=t.length-1;if(!r&&o.startsWith("..")){let f=o.split("/");for(;f[0]==="..";)f.shift(),d-=1;i.pathname=f.join("/")}a=d>=0?t[d]:"/"}let l=iw(i,a),c=o&&o!=="/"&&o.endsWith("/"),u=(s||o===".")&&n.endsWith("/");return!l.pathname.endsWith("/")&&(c||u)&&(l.pathname+="/"),l}var ir=e=>e.join("/").replace(/\/\/+/g,"/"),aw=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),lw=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,cw=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e;function uw(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.internal=="boolean"&&"data"in e}var e0=["POST","PUT","PATCH","DELETE"];new Set(e0);var dw=["GET",...e0];new Set(dw);var Ds=$.createContext(null);Ds.displayName="DataRouter";var ac=$.createContext(null);ac.displayName="DataRouterState";var t0=$.createContext({isTransitioning:!1});t0.displayName="ViewTransition";var fw=$.createContext(new Map);fw.displayName="Fetchers";var hw=$.createContext(null);hw.displayName="Await";var qn=$.createContext(null);qn.displayName="Navigation";var ka=$.createContext(null);ka.displayName="Location";var zn=$.createContext({outlet:null,matches:[],isDataRoute:!1});zn.displayName="Route";var Jd=$.createContext(null);Jd.displayName="RouteError";function gw(e,{relative:t}={}){it(Ls(),"useHref() may be used only in the context of a <Router> component.");let{basename:n,navigator:r}=$.useContext(qn),{hash:i,pathname:s,search:o}=Oa(e,{relative:t}),a=s;return n!=="/"&&(a=s==="/"?n:ir([n,s])),r.createHref({pathname:a,search:o,hash:i})}function Ls(){return $.useContext(ka)!=null}function en(){return it(Ls(),"useLocation() may be used only in the context of a <Router> component."),$.useContext(ka).location}function Ch(e){it(Ls(),"useMatch() may be used only in the context of a <Router> component.");let{pathname:t}=en();return $.useMemo(()=>Os(e,Xp(t)),[t,e])}var n0="You should call navigate() in a React.useEffect(), not when your component is first rendered.";function r0(e){$.useContext(qn).static||$.useLayoutEffect(e)}function _n(){let{isDataRoute:e}=$.useContext(zn);return e?Pw():yw()}function yw(){it(Ls(),"useNavigate() may be used only in the context of a <Router> component.");let e=$.useContext(Ds),{basename:t,navigator:n}=$.useContext(qn),{matches:r}=$.useContext(zn),{pathname:i}=en(),s=JSON.stringify(Jp(r)),o=$.useRef(!1);return r0(()=>{o.current=!0}),$.useCallback((l,c={})=>{if(wn(o.current,n0),!o.current)return;if(typeof l=="number"){n.go(l);return}let u=Zp(l,JSON.parse(s),i,c.relative==="path");e==null&&t!=="/"&&(u.pathname=u.pathname==="/"?t:ir([t,u.pathname])),(c.replace?n.replace:n.push)(u,c.state,c)},[t,n,s,i,e])}var mw=$.createContext(null);function pw(e){let t=$.useContext(zn).outlet;return t&&$.createElement(mw.Provider,{value:e},t)}function Oa(e,{relative:t}={}){let{matches:n}=$.useContext(zn),{pathname:r}=en(),i=JSON.stringify(Jp(n));return $.useMemo(()=>Zp(e,JSON.parse(i),r,t==="path"),[e,i,r,t])}function vw(e,t){return i0(e,t)}function i0(e,t,n,r){var v;it(Ls(),"useRoutes() may be used only in the context of a <Router> component.");let{navigator:i}=$.useContext(qn),{matches:s}=$.useContext(zn),o=s[s.length-1],a=o?o.params:{},l=o?o.pathname:"/",c=o?o.pathnameBase:"/",u=o&&o.route;{let b=u&&u.path||"";s0(l,!u||b.endsWith("*")||b.endsWith("*?"),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${l}" (under <Route path="${b}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
|
|
11
11
|
|
|
12
|
-
Please change the parent <Route path="${b}"> to <Route path="${b==="/"?"*":`${b}/*`}">.`)}let d=en(),f;if(t){let b=typeof t=="string"?ji(t):t;it(c==="/"||((v=b.pathname)==null?void 0:v.startsWith(c)),`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${c}" but pathname "${b.pathname}" was given in the \`location\` prop.`),f=b}else f=d;let h=f.pathname||"/",g=h;if(c!=="/"){let b=c.replace(/^\//,"").split("/");g="/"+h.replace(/^\//,"").split("/").slice(b.length).join("/")}let m=Wp(e,{pathname:g});Sn(u||m!=null,`No routes matched location "${f.pathname}${f.search}${f.hash}" `),Sn(m==null||m[m.length-1].route.element!==void 0||m[m.length-1].route.Component!==void 0||m[m.length-1].route.lazy!==void 0,`Matched leaf route at location "${f.pathname}${f.search}${f.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`);let p=Cw(m&&m.map(b=>Object.assign({},b,{params:Object.assign({},a,b.params),pathname:ir([c,i.encodeLocation?i.encodeLocation(b.pathname).pathname:b.pathname]),pathnameBase:b.pathnameBase==="/"?c:ir([c,i.encodeLocation?i.encodeLocation(b.pathnameBase).pathname:b.pathnameBase])})),s,n,r);return t&&p?$.createElement(ka.Provider,{value:{location:{pathname:"/",search:"",hash:"",state:null,key:"default",...f},navigationType:"POP"}},p):p}function bw(){let e=Aw(),t=uw(e)?`${e.status} ${e.statusText}`:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,r="rgba(200,200,200, 0.5)",i={padding:"0.5rem",backgroundColor:r},s={padding:"2px 4px",backgroundColor:r},o=null;return console.error("Error handled by React Router default ErrorBoundary:",e),o=$.createElement($.Fragment,null,$.createElement("p",null,"💿 Hey developer 👋"),$.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",$.createElement("code",{style:s},"ErrorBoundary")," or"," ",$.createElement("code",{style:s},"errorElement")," prop on your route.")),$.createElement($.Fragment,null,$.createElement("h2",null,"Unexpected Application Error!"),$.createElement("h3",{style:{fontStyle:"italic"}},t),n?$.createElement("pre",{style:i},n):null,o)}var xw=$.createElement(bw,null),ww=class extends $.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||t.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){console.error("React Router caught the following error during render",e,t)}render(){return this.state.error!==void 0?$.createElement(zn.Provider,{value:this.props.routeContext},$.createElement(Jd.Provider,{value:this.state.error,children:this.props.component})):this.props.children}};function Sw({routeContext:e,match:t,children:n}){let r=$.useContext(Ds);return r&&r.static&&r.staticContext&&(t.route.errorElement||t.route.ErrorBoundary)&&(r.staticContext._deepestRenderedBoundaryId=t.route.id),$.createElement(zn.Provider,{value:e},n)}function Cw(e,t=[],n=null,r=null){if(e==null){if(!n)return null;if(n.errors)e=n.matches;else if(t.length===0&&!n.initialized&&n.matches.length>0)e=n.matches;else return null}let i=e,s=n==null?void 0:n.errors;if(s!=null){let l=i.findIndex(c=>c.route.id&&(s==null?void 0:s[c.route.id])!==void 0);it(l>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(s).join(",")}`),i=i.slice(0,Math.min(i.length,l+1))}let o=!1,a=-1;if(n)for(let l=0;l<i.length;l++){let c=i[l];if((c.route.HydrateFallback||c.route.hydrateFallbackElement)&&(a=l),c.route.id){let{loaderData:u,errors:d}=n,f=c.route.loader&&!u.hasOwnProperty(c.route.id)&&(!d||d[c.route.id]===void 0);if(c.route.lazy||f){o=!0,a>=0?i=i.slice(0,a+1):i=[i[0]];break}}}return i.reduceRight((l,c,u)=>{let d,f=!1,h=null,g=null;n&&(d=s&&c.route.id?s[c.route.id]:void 0,h=c.route.errorElement||xw,o&&(a<0&&u===0?(i0("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),f=!0,g=null):a===u&&(f=!0,g=c.route.hydrateFallbackElement||null)));let m=t.concat(i.slice(0,u+1)),p=()=>{let v;return d?v=h:f?v=g:c.route.Component?v=$.createElement(c.route.Component,null):c.route.element?v=c.route.element:v=l,$.createElement(Sw,{match:c,routeContext:{outlet:l,matches:m,isDataRoute:n!=null},children:v})};return n&&(c.route.ErrorBoundary||c.route.errorElement||u===0)?$.createElement(ww,{location:n.location,revalidation:n.revalidation,component:h,error:d,children:p(),routeContext:{outlet:null,matches:m,isDataRoute:!0}}):p()},null)}function Zd(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function _w(e){let t=$.useContext(Ds);return it(t,Zd(e)),t}function kw(e){let t=$.useContext(ac);return it(t,Zd(e)),t}function Ow(e){let t=$.useContext(zn);return it(t,Zd(e)),t}function ef(e){let t=Ow(e),n=t.matches[t.matches.length-1];return it(n.route.id,`${e} can only be used on routes that contain a unique "id"`),n.route.id}function Ew(){return ef("useRouteId")}function Aw(){var r;let e=$.useContext(Jd),t=kw("useRouteError"),n=ef("useRouteError");return e!==void 0?e:(r=t.errors)==null?void 0:r[n]}function Pw(){let{router:e}=_w("useNavigate"),t=ef("useNavigate"),n=$.useRef(!1);return n0(()=>{n.current=!0}),$.useCallback(async(i,s={})=>{Sn(n.current,t0),n.current&&(typeof i=="number"?e.navigate(i):await e.navigate(i,{fromRouteId:t,...s}))},[e,t])}var _h={};function i0(e,t,n){!t&&!_h[e]&&(_h[e]=!0,Sn(!1,n))}$.memo(Tw);function Tw({routes:e,future:t,state:n}){return r0(e,void 0,n,t)}function Mw({basename:e,children:t,initialEntries:n,initialIndex:r}){let i=$.useRef();i.current==null&&(i.current=Hx({initialEntries:n,initialIndex:r,v5Compat:!0}));let s=i.current,[o,a]=$.useState({action:s.action,location:s.location}),l=$.useCallback(c=>{$.startTransition(()=>a(c))},[a]);return $.useLayoutEffect(()=>s.listen(l),[s,l]),$.createElement($w,{basename:e,children:t,location:o.location,navigationType:o.action,navigator:s})}function tf(e){return pw(e.context)}function zt(e){it(!1,"A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>.")}function $w({basename:e="/",children:t=null,location:n,navigationType:r="POP",navigator:i,static:s=!1}){it(!Ls(),"You cannot render a <Router> inside another <Router>. You should never have more than one in your app.");let o=e.replace(/^\/*/,"/"),a=$.useMemo(()=>({basename:o,navigator:i,static:s,future:{}}),[o,i,s]);typeof n=="string"&&(n=ji(n));let{pathname:l="/",search:c="",hash:u="",state:d=null,key:f="default"}=n,h=$.useMemo(()=>{let g=lr(l,o);return g==null?null:{location:{pathname:g,search:c,hash:u,state:d,key:f},navigationType:r}},[o,l,c,u,d,f,r]);return Sn(h!=null,`<Router basename="${o}"> is not able to match the URL "${l}${c}${u}" because it does not start with the basename, so the <Router> won't render anything.`),h==null?null:$.createElement(qn.Provider,{value:a},$.createElement(ka.Provider,{children:t,value:h}))}function jw({children:e,location:t}){return vw(Lu(e),t)}function Lu(e,t=[]){let n=[];return $.Children.forEach(e,(r,i)=>{if(!$.isValidElement(r))return;let s=[...t,i];if(r.type===$.Fragment){n.push.apply(n,Lu(r.props.children,s));return}it(r.type===zt,`[${typeof r.type=="string"?r.type:r.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`),it(!r.props.index||!r.props.children,"An index route cannot have child routes.");let o={id:r.props.id||s.join("-"),caseSensitive:r.props.caseSensitive,element:r.props.element,Component:r.props.Component,index:r.props.index,path:r.props.path,loader:r.props.loader,action:r.props.action,hydrateFallbackElement:r.props.hydrateFallbackElement,HydrateFallback:r.props.HydrateFallback,errorElement:r.props.errorElement,ErrorBoundary:r.props.ErrorBoundary,hasErrorBoundary:r.props.hasErrorBoundary===!0||r.props.ErrorBoundary!=null||r.props.errorElement!=null,shouldRevalidate:r.props.shouldRevalidate,handle:r.props.handle,lazy:r.props.lazy};r.props.children&&(o.children=Lu(r.props.children,s)),n.push(o)}),n}var pl="get",vl="application/x-www-form-urlencoded";function lc(e){return e!=null&&typeof e.tagName=="string"}function Dw(e){return lc(e)&&e.tagName.toLowerCase()==="button"}function Lw(e){return lc(e)&&e.tagName.toLowerCase()==="form"}function Iw(e){return lc(e)&&e.tagName.toLowerCase()==="input"}function Rw(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function Fw(e,t){return e.button===0&&(!t||t==="_self")&&!Rw(e)}var Ka=null;function Nw(){if(Ka===null)try{new FormData(document.createElement("form"),0),Ka=!1}catch(e){Ka=!0}return Ka}var Bw=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function Vc(e){return e!=null&&!Bw.has(e)?(Sn(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${vl}"`),null):e}function qw(e,t){let n,r,i,s,o;if(Lw(e)){let a=e.getAttribute("action");r=a?lr(a,t):null,n=e.getAttribute("method")||pl,i=Vc(e.getAttribute("enctype"))||vl,s=new FormData(e)}else if(Dw(e)||Iw(e)&&(e.type==="submit"||e.type==="image")){let a=e.form;if(a==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let l=e.getAttribute("formaction")||a.getAttribute("action");if(r=l?lr(l,t):null,n=e.getAttribute("formmethod")||a.getAttribute("method")||pl,i=Vc(e.getAttribute("formenctype"))||Vc(a.getAttribute("enctype"))||vl,s=new FormData(a,e),!Nw()){let{name:c,type:u,value:d}=e;if(u==="image"){let f=c?`${c}.`:"";s.append(`${f}x`,"0"),s.append(`${f}y`,"0")}else c&&s.append(c,d)}}else{if(lc(e))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');n=pl,r=null,i=vl,o=e}return s&&i==="text/plain"&&(o=s,s=void 0),{action:r,method:n.toLowerCase(),encType:i,formData:s,body:o}}function nf(e,t){if(e===!1||e===null||typeof e=="undefined")throw new Error(t)}async function zw(e,t){if(e.id in t)return t[e.id];try{let n=await import(e.module);return t[e.id]=n,n}catch(n){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(n),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function Hw(e){return e==null?!1:e.href==null?e.rel==="preload"&&typeof e.imageSrcSet=="string"&&typeof e.imageSizes=="string":typeof e.rel=="string"&&typeof e.href=="string"}async function Kw(e,t,n){let r=await Promise.all(e.map(async i=>{let s=t.routes[i.route.id];if(s){let o=await zw(s,n);return o.links?o.links():[]}return[]}));return Gw(r.flat(1).filter(Hw).filter(i=>i.rel==="stylesheet"||i.rel==="preload").map(i=>i.rel==="stylesheet"?{...i,rel:"prefetch",as:"style"}:{...i,rel:"prefetch"}))}function kh(e,t,n,r,i,s){let o=(l,c)=>n[c]?l.route.id!==n[c].route.id:!0,a=(l,c)=>{var u;return n[c].pathname!==l.pathname||((u=n[c].route.path)==null?void 0:u.endsWith("*"))&&n[c].params["*"]!==l.params["*"]};return s==="assets"?t.filter((l,c)=>o(l,c)||a(l,c)):s==="data"?t.filter((l,c)=>{var d;let u=r.routes[l.route.id];if(!u||!u.hasLoader)return!1;if(o(l,c)||a(l,c))return!0;if(l.route.shouldRevalidate){let f=l.route.shouldRevalidate({currentUrl:new URL(i.pathname+i.search+i.hash,window.origin),currentParams:((d=n[0])==null?void 0:d.params)||{},nextUrl:new URL(e,window.origin),nextParams:l.params,defaultShouldRevalidate:!0});if(typeof f=="boolean")return f}return!0}):[]}function Uw(e,t,{includeHydrateFallback:n}={}){return Vw(e.map(r=>{let i=t.routes[r.route.id];if(!i)return[];let s=[i.module];return i.clientActionModule&&(s=s.concat(i.clientActionModule)),i.clientLoaderModule&&(s=s.concat(i.clientLoaderModule)),n&&i.hydrateFallbackModule&&(s=s.concat(i.hydrateFallbackModule)),i.imports&&(s=s.concat(i.imports)),s}).flat(1))}function Vw(e){return[...new Set(e)]}function Ww(e){let t={},n=Object.keys(e).sort();for(let r of n)t[r]=e[r];return t}function Gw(e,t){let n=new Set;return new Set(t),e.reduce((r,i)=>{let s=JSON.stringify(Ww(i));return n.has(s)||(n.add(s),r.push({key:s,link:i})),r},[])}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");var Qw=new Set([100,101,204,205]);function Yw(e,t){let n=typeof e=="string"?new URL(e,typeof window=="undefined"?"server://singlefetch/":window.location.origin):e;return n.pathname==="/"?n.pathname="_root.data":t&&lr(n.pathname,t)==="/"?n.pathname=`${t.replace(/\/$/,"")}/_root.data`:n.pathname=`${n.pathname.replace(/\/$/,"")}.data`,n}function s0(){let e=$.useContext(Ds);return nf(e,"You must render this element inside a <DataRouterContext.Provider> element"),e}function Xw(){let e=$.useContext(ac);return nf(e,"You must render this element inside a <DataRouterStateContext.Provider> element"),e}var rf=$.createContext(void 0);rf.displayName="FrameworkContext";function o0(){let e=$.useContext(rf);return nf(e,"You must render this element inside a <HydratedRouter> element"),e}function Jw(e,t){let n=$.useContext(rf),[r,i]=$.useState(!1),[s,o]=$.useState(!1),{onFocus:a,onBlur:l,onMouseEnter:c,onMouseLeave:u,onTouchStart:d}=t,f=$.useRef(null);$.useEffect(()=>{if(e==="render"&&o(!0),e==="viewport"){let m=v=>{v.forEach(b=>{o(b.isIntersecting)})},p=new IntersectionObserver(m,{threshold:.5});return f.current&&p.observe(f.current),()=>{p.disconnect()}}},[e]),$.useEffect(()=>{if(r){let m=setTimeout(()=>{o(!0)},100);return()=>{clearTimeout(m)}}},[r]);let h=()=>{i(!0)},g=()=>{i(!1),o(!1)};return n?e!=="intent"?[s,f,{}]:[s,f,{onFocus:eo(a,h),onBlur:eo(l,g),onMouseEnter:eo(c,h),onMouseLeave:eo(u,g),onTouchStart:eo(d,h)}]:[!1,f,{}]}function eo(e,t){return n=>{e&&e(n),n.defaultPrevented||t(n)}}function Zw({page:e,...t}){let{router:n}=s0(),r=$.useMemo(()=>Wp(n.routes,e,n.basename),[n.routes,e,n.basename]);return r?$.createElement(t2,{page:e,matches:r,...t}):null}function e2(e){let{manifest:t,routeModules:n}=o0(),[r,i]=$.useState([]);return $.useEffect(()=>{let s=!1;return Kw(e,t,n).then(o=>{s||i(o)}),()=>{s=!0}},[e,t,n]),r}function t2({page:e,matches:t,...n}){let r=en(),{manifest:i,routeModules:s}=o0(),{basename:o}=s0(),{loaderData:a,matches:l}=Xw(),c=$.useMemo(()=>kh(e,t,l,i,r,"data"),[e,t,l,i,r]),u=$.useMemo(()=>kh(e,t,l,i,r,"assets"),[e,t,l,i,r]),d=$.useMemo(()=>{if(e===r.pathname+r.search+r.hash)return[];let g=new Set,m=!1;if(t.forEach(v=>{var x;let b=i.routes[v.route.id];!b||!b.hasLoader||(!c.some(S=>S.route.id===v.route.id)&&v.route.id in a&&((x=s[v.route.id])!=null&&x.shouldRevalidate)||b.hasClientLoader?m=!0:g.add(v.route.id))}),g.size===0)return[];let p=Yw(e,o);return m&&g.size>0&&p.searchParams.set("_routes",t.filter(v=>g.has(v.route.id)).map(v=>v.route.id).join(",")),[p.pathname+p.search]},[o,a,r,i,c,t,e,s]),f=$.useMemo(()=>Uw(u,i),[u,i]),h=e2(u);return $.createElement($.Fragment,null,d.map(g=>$.createElement("link",{key:g,rel:"prefetch",as:"fetch",href:g,...n})),f.map(g=>$.createElement("link",{key:g,rel:"modulepreload",href:g,...n})),h.map(({key:g,link:m})=>$.createElement("link",{key:g,...m})))}function n2(...e){return t=>{e.forEach(n=>{typeof n=="function"?n(t):n!=null&&(n.current=t)})}}var a0=typeof window!="undefined"&&typeof window.document!="undefined"&&typeof window.document.createElement!="undefined";try{a0&&(window.__reactRouterVersion="7.6.3")}catch(e){}var l0=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Ur=$.forwardRef(function({onClick:t,discover:n="render",prefetch:r="none",relative:i,reloadDocument:s,replace:o,state:a,target:l,to:c,preventScrollReset:u,viewTransition:d,...f},h){let{basename:g}=$.useContext(qn),m=typeof c=="string"&&l0.test(c),p,v=!1;if(typeof c=="string"&&m&&(p=c,a0))try{let O=new URL(window.location.href),A=c.startsWith("//")?new URL(O.protocol+c):new URL(c),M=lr(A.pathname,g);A.origin===O.origin&&M!=null?c=M+A.search+A.hash:v=!0}catch(O){Sn(!1,`<Link to="${c}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}let b=gw(c,{relative:i}),[x,S,w]=Jw(r,f),_=o2(c,{replace:o,state:a,target:l,preventScrollReset:u,relative:i,viewTransition:d});function C(O){t&&t(O),O.defaultPrevented||_(O)}let k=$.createElement("a",{...f,...w,href:p||b,onClick:v||s?t:C,ref:n2(h,S),target:l,"data-discover":!m&&n==="render"?"true":void 0});return x&&!m?$.createElement($.Fragment,null,k,$.createElement(Zw,{page:b})):k});Ur.displayName="Link";var r2=$.forwardRef(function({"aria-current":t="page",caseSensitive:n=!1,className:r="",end:i=!1,style:s,to:o,viewTransition:a,children:l,...c},u){let d=Oa(o,{relative:c.relative}),f=en(),h=$.useContext(ac),{navigator:g,basename:m}=$.useContext(qn),p=h!=null&&d2(d)&&a===!0,v=g.encodeLocation?g.encodeLocation(d).pathname:d.pathname,b=f.pathname,x=h&&h.navigation&&h.navigation.location?h.navigation.location.pathname:null;n||(b=b.toLowerCase(),x=x?x.toLowerCase():null,v=v.toLowerCase()),x&&m&&(x=lr(x,m)||x);const S=v!=="/"&&v.endsWith("/")?v.length-1:v.length;let w=b===v||!i&&b.startsWith(v)&&b.charAt(S)==="/",_=x!=null&&(x===v||!i&&x.startsWith(v)&&x.charAt(v.length)==="/"),C={isActive:w,isPending:_,isTransitioning:p},k=w?t:void 0,O;typeof r=="function"?O=r(C):O=[r,w?"active":null,_?"pending":null,p?"transitioning":null].filter(Boolean).join(" ");let A=typeof s=="function"?s(C):s;return $.createElement(Ur,{...c,"aria-current":k,className:O,ref:u,style:A,to:o,viewTransition:a},typeof l=="function"?l(C):l)});r2.displayName="NavLink";var i2=$.forwardRef(({discover:e="render",fetcherKey:t,navigate:n,reloadDocument:r,replace:i,state:s,method:o=pl,action:a,onSubmit:l,relative:c,preventScrollReset:u,viewTransition:d,...f},h)=>{let g=c2(),m=u2(a,{relative:c}),p=o.toLowerCase()==="get"?"get":"post",v=typeof a=="string"&&l0.test(a),b=x=>{if(l&&l(x),x.defaultPrevented)return;x.preventDefault();let S=x.nativeEvent.submitter,w=(S==null?void 0:S.getAttribute("formmethod"))||o;g(S||x.currentTarget,{fetcherKey:t,method:w,navigate:n,replace:i,state:s,relative:c,preventScrollReset:u,viewTransition:d})};return $.createElement("form",{ref:h,method:p,action:m,onSubmit:r?l:b,...f,"data-discover":!v&&e==="render"?"true":void 0})});i2.displayName="Form";function s2(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function c0(e){let t=$.useContext(Ds);return it(t,s2(e)),t}function o2(e,{target:t,replace:n,state:r,preventScrollReset:i,relative:s,viewTransition:o}={}){let a=hn(),l=en(),c=Oa(e,{relative:s});return $.useCallback(u=>{if(Fw(u,t)){u.preventDefault();let d=n!==void 0?n:Pl(l)===Pl(c);a(e,{replace:d,state:r,preventScrollReset:i,relative:s,viewTransition:o})}},[l,a,c,n,r,t,e,i,s,o])}var a2=0,l2=()=>`__${String(++a2)}__`;function c2(){let{router:e}=c0("useSubmit"),{basename:t}=$.useContext(qn),n=Ew();return $.useCallback(async(r,i={})=>{let{action:s,method:o,encType:a,formData:l,body:c}=qw(r,t);if(i.navigate===!1){let u=i.fetcherKey||l2();await e.fetch(u,n,i.action||s,{preventScrollReset:i.preventScrollReset,formData:l,body:c,formMethod:i.method||o,formEncType:i.encType||a,flushSync:i.flushSync})}else await e.navigate(i.action||s,{preventScrollReset:i.preventScrollReset,formData:l,body:c,formMethod:i.method||o,formEncType:i.encType||a,replace:i.replace,state:i.state,fromRouteId:n,flushSync:i.flushSync,viewTransition:i.viewTransition})},[e,t,n])}function u2(e,{relative:t}={}){let{basename:n}=$.useContext(qn),r=$.useContext(zn);it(r,"useFormAction must be used inside a RouteContext");let[i]=r.matches.slice(-1),s={...Oa(e||".",{relative:t})},o=en();if(e==null){s.search=o.search;let a=new URLSearchParams(s.search),l=a.getAll("index");if(l.some(u=>u==="")){a.delete("index"),l.filter(d=>d).forEach(d=>a.append("index",d));let u=a.toString();s.search=u?`?${u}`:""}}return(!e||e===".")&&i.route.index&&(s.search=s.search?s.search.replace(/^\?/,"?index&"):"?index"),n!=="/"&&(s.pathname=s.pathname==="/"?n:ir([n,s.pathname])),Pl(s)}function d2(e,t={}){let n=$.useContext(e0);it(n!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:r}=c0("useViewTransitionState"),i=Oa(e,{relative:t.relative});if(!n.isTransitioning)return!1;let s=lr(n.currentLocation.pathname,r)||n.currentLocation.pathname,o=lr(n.nextLocation.pathname,r)||n.nextLocation.pathname;return Os(i.pathname,o)!=null||Os(i.pathname,s)!=null}[...Qw];var Is=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){return this.listeners.add(e),this.onSubscribe(),()=>{this.listeners.delete(e),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}},_i=typeof window=="undefined"||"Deno"in globalThis;function Pt(){}function f2(e,t){return typeof e=="function"?e(t):e}function Iu(e){return typeof e=="number"&&e>=0&&e!==1/0}function u0(e,t){return Math.max(e+(t||0)-Date.now(),0)}function Ir(e,t){return typeof e=="function"?e(t):e}function ln(e,t){return typeof e=="function"?e(t):e}function Oh(e,t){const{type:n="all",exact:r,fetchStatus:i,predicate:s,queryKey:o,stale:a}=e;if(o){if(r){if(t.queryHash!==sf(o,t.options))return!1}else if(!Fo(t.queryKey,o))return!1}if(n!=="all"){const l=t.isActive();if(n==="active"&&!l||n==="inactive"&&l)return!1}return!(typeof a=="boolean"&&t.isStale()!==a||i&&i!==t.state.fetchStatus||s&&!s(t))}function Eh(e,t){const{exact:n,status:r,predicate:i,mutationKey:s}=e;if(s){if(!t.options.mutationKey)return!1;if(n){if(ki(t.options.mutationKey)!==ki(s))return!1}else if(!Fo(t.options.mutationKey,s))return!1}return!(r&&t.state.status!==r||i&&!i(t))}function sf(e,t){return((t==null?void 0:t.queryKeyHashFn)||ki)(e)}function ki(e){return JSON.stringify(e,(t,n)=>Fu(n)?Object.keys(n).sort().reduce((r,i)=>(r[i]=n[i],r),{}):n)}function Fo(e,t){return e===t?!0:typeof e!=typeof t?!1:e&&t&&typeof e=="object"&&typeof t=="object"?Object.keys(t).every(n=>Fo(e[n],t[n])):!1}function Ru(e,t){if(e===t)return e;const n=Ah(e)&&Ah(t);if(n||Fu(e)&&Fu(t)){const r=n?e:Object.keys(e),i=r.length,s=n?t:Object.keys(t),o=s.length,a=n?[]:{},l=new Set(r);let c=0;for(let u=0;u<o;u++){const d=n?u:s[u];(!n&&l.has(d)||n)&&e[d]===void 0&&t[d]===void 0?(a[d]=void 0,c++):(a[d]=Ru(e[d],t[d]),a[d]===e[d]&&e[d]!==void 0&&c++)}return i===o&&c===i?e:a}return t}function Tl(e,t){if(!t||Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(e[n]!==t[n])return!1;return!0}function Ah(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function Fu(e){if(!Ph(e))return!1;const t=e.constructor;if(t===void 0)return!0;const n=t.prototype;return!(!Ph(n)||!n.hasOwnProperty("isPrototypeOf")||Object.getPrototypeOf(e)!==Object.prototype)}function Ph(e){return Object.prototype.toString.call(e)==="[object Object]"}function h2(e){return new Promise(t=>{setTimeout(t,e)})}function Nu(e,t,n){if(typeof n.structuralSharing=="function")return n.structuralSharing(e,t);if(n.structuralSharing!==!1){if(process.env.NODE_ENV!=="production")try{return Ru(e,t)}catch(r){throw console.error(`Structural sharing requires data to be JSON serializable. To fix this, turn off structuralSharing or return JSON-serializable data from your queryFn. [${n.queryHash}]: ${r}`),r}return Ru(e,t)}return t}function g2(e,t,n=0){const r=[...e,t];return n&&r.length>n?r.slice(1):r}function y2(e,t,n=0){const r=[t,...e];return n&&r.length>n?r.slice(0,-1):r}var Ml=Symbol();function d0(e,t){return process.env.NODE_ENV!=="production"&&e.queryFn===Ml&&console.error(`Attempted to invoke queryFn when set to skipToken. This is likely a configuration error. Query hash: '${e.queryHash}'`),!e.queryFn&&(t!=null&&t.initialPromise)?()=>t.initialPromise:!e.queryFn||e.queryFn===Ml?()=>Promise.reject(new Error(`Missing queryFn: '${e.queryHash}'`)):e.queryFn}function f0(e,t){return typeof e=="function"?e(...t):!!e}var ui,Sr,Zi,Dp,m2=(Dp=class extends Is{constructor(){super();ie(this,ui);ie(this,Sr);ie(this,Zi);X(this,Zi,t=>{if(!_i&&window.addEventListener){const n=()=>t();return window.addEventListener("visibilitychange",n,!1),()=>{window.removeEventListener("visibilitychange",n)}}})}onSubscribe(){P(this,Sr)||this.setEventListener(P(this,Zi))}onUnsubscribe(){var t;this.hasListeners()||((t=P(this,Sr))==null||t.call(this),X(this,Sr,void 0))}setEventListener(t){var n;X(this,Zi,t),(n=P(this,Sr))==null||n.call(this),X(this,Sr,t(r=>{typeof r=="boolean"?this.setFocused(r):this.onFocus()}))}setFocused(t){P(this,ui)!==t&&(X(this,ui,t),this.onFocus())}onFocus(){const t=this.isFocused();this.listeners.forEach(n=>{n(t)})}isFocused(){var t;return typeof P(this,ui)=="boolean"?P(this,ui):((t=globalThis.document)==null?void 0:t.visibilityState)!=="hidden"}},ui=new WeakMap,Sr=new WeakMap,Zi=new WeakMap,Dp),of=new m2,es,Cr,ts,Lp,p2=(Lp=class extends Is{constructor(){super();ie(this,es,!0);ie(this,Cr);ie(this,ts);X(this,ts,t=>{if(!_i&&window.addEventListener){const n=()=>t(!0),r=()=>t(!1);return window.addEventListener("online",n,!1),window.addEventListener("offline",r,!1),()=>{window.removeEventListener("online",n),window.removeEventListener("offline",r)}}})}onSubscribe(){P(this,Cr)||this.setEventListener(P(this,ts))}onUnsubscribe(){var t;this.hasListeners()||((t=P(this,Cr))==null||t.call(this),X(this,Cr,void 0))}setEventListener(t){var n;X(this,ts,t),(n=P(this,Cr))==null||n.call(this),X(this,Cr,t(this.setOnline.bind(this)))}setOnline(t){P(this,es)!==t&&(X(this,es,t),this.listeners.forEach(r=>{r(t)}))}isOnline(){return P(this,es)}},es=new WeakMap,Cr=new WeakMap,ts=new WeakMap,Lp),Es=new p2;function Bu(){let e,t;const n=new Promise((i,s)=>{e=i,t=s});n.status="pending",n.catch(()=>{});function r(i){Object.assign(n,i),delete n.resolve,delete n.reject}return n.resolve=i=>{r({status:"fulfilled",value:i}),e(i)},n.reject=i=>{r({status:"rejected",reason:i}),t(i)},n}function v2(e){return Math.min(1e3*2**e,3e4)}function h0(e){return(e!=null?e:"online")==="online"?Es.isOnline():!0}var g0=class extends Error{constructor(e){super("CancelledError"),this.revert=e==null?void 0:e.revert,this.silent=e==null?void 0:e.silent}};function Wc(e){return e instanceof g0}function y0(e){let t=!1,n=0,r=!1,i;const s=Bu(),o=m=>{var p;r||(f(new g0(m)),(p=e.abort)==null||p.call(e))},a=()=>{t=!0},l=()=>{t=!1},c=()=>of.isFocused()&&(e.networkMode==="always"||Es.isOnline())&&e.canRun(),u=()=>h0(e.networkMode)&&e.canRun(),d=m=>{var p;r||(r=!0,(p=e.onSuccess)==null||p.call(e,m),i==null||i(),s.resolve(m))},f=m=>{var p;r||(r=!0,(p=e.onError)==null||p.call(e,m),i==null||i(),s.reject(m))},h=()=>new Promise(m=>{var p;i=v=>{(r||c())&&m(v)},(p=e.onPause)==null||p.call(e)}).then(()=>{var m;i=void 0,r||(m=e.onContinue)==null||m.call(e)}),g=()=>{if(r)return;let m;const p=n===0?e.initialPromise:void 0;try{m=p!=null?p:e.fn()}catch(v){m=Promise.reject(v)}Promise.resolve(m).then(d).catch(v=>{var _,C,k;if(r)return;const b=(_=e.retry)!=null?_:_i?0:3,x=(C=e.retryDelay)!=null?C:v2,S=typeof x=="function"?x(n,v):x,w=b===!0||typeof b=="number"&&n<b||typeof b=="function"&&b(n,v);if(t||!w){f(v);return}n++,(k=e.onFail)==null||k.call(e,n,v),h2(S).then(()=>c()?void 0:h()).then(()=>{t?f(v):g()})})};return{promise:s,cancel:o,continue:()=>(i==null||i(),s),cancelRetry:a,continueRetry:l,canStart:u,start:()=>(u()?g():h().then(g),s)}}var b2=e=>setTimeout(e,0);function x2(){let e=[],t=0,n=a=>{a()},r=a=>{a()},i=b2;const s=a=>{t?e.push(a):i(()=>{n(a)})},o=()=>{const a=e;e=[],a.length&&i(()=>{r(()=>{a.forEach(l=>{n(l)})})})};return{batch:a=>{let l;t++;try{l=a()}finally{t--,t||o()}return l},batchCalls:a=>(...l)=>{s(()=>{a(...l)})},schedule:s,setNotifyFunction:a=>{n=a},setBatchNotifyFunction:a=>{r=a},setScheduler:a=>{i=a}}}var dt=x2(),di,Ip,m0=(Ip=class{constructor(){ie(this,di)}destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),Iu(this.gcTime)&&X(this,di,setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(e){this.gcTime=Math.max(this.gcTime||0,e!=null?e:_i?1/0:5*60*1e3)}clearGcTimeout(){P(this,di)&&(clearTimeout(P(this,di)),X(this,di,void 0))}},di=new WeakMap,Ip),ns,fi,an,hi,xt,da,gi,vn,Gn,Rp,w2=(Rp=class extends m0{constructor(t){var n;super();ie(this,vn);ie(this,ns);ie(this,fi);ie(this,an);ie(this,hi);ie(this,xt);ie(this,da);ie(this,gi);X(this,gi,!1),X(this,da,t.defaultOptions),this.setOptions(t.options),this.observers=[],X(this,hi,t.client),X(this,an,P(this,hi).getQueryCache()),this.queryKey=t.queryKey,this.queryHash=t.queryHash,X(this,ns,S2(this.options)),this.state=(n=t.state)!=null?n:P(this,ns),this.scheduleGc()}get meta(){return this.options.meta}get promise(){var t;return(t=P(this,xt))==null?void 0:t.promise}setOptions(t){this.options={...P(this,da),...t},this.updateGcTime(this.options.gcTime)}optionalRemove(){!this.observers.length&&this.state.fetchStatus==="idle"&&P(this,an).remove(this)}setData(t,n){const r=Nu(this.state.data,t,this.options);return Pe(this,vn,Gn).call(this,{data:r,type:"success",dataUpdatedAt:n==null?void 0:n.updatedAt,manual:n==null?void 0:n.manual}),r}setState(t,n){Pe(this,vn,Gn).call(this,{type:"setState",state:t,setStateOptions:n})}cancel(t){var r,i;const n=(r=P(this,xt))==null?void 0:r.promise;return(i=P(this,xt))==null||i.cancel(t),n?n.then(Pt).catch(Pt):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(P(this,ns))}isActive(){return this.observers.some(t=>ln(t.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0?!this.isActive():this.options.queryFn===Ml||this.state.dataUpdateCount+this.state.errorUpdateCount===0}isStatic(){return this.getObserversCount()>0?this.observers.some(t=>Ir(t.options.staleTime,this)==="static"):!1}isStale(){return this.getObserversCount()>0?this.observers.some(t=>t.getCurrentResult().isStale):this.state.data===void 0||this.state.isInvalidated}isStaleByTime(t=0){return this.state.data===void 0?!0:t==="static"?!1:this.state.isInvalidated?!0:!u0(this.state.dataUpdatedAt,t)}onFocus(){var n;const t=this.observers.find(r=>r.shouldFetchOnWindowFocus());t==null||t.refetch({cancelRefetch:!1}),(n=P(this,xt))==null||n.continue()}onOnline(){var n;const t=this.observers.find(r=>r.shouldFetchOnReconnect());t==null||t.refetch({cancelRefetch:!1}),(n=P(this,xt))==null||n.continue()}addObserver(t){this.observers.includes(t)||(this.observers.push(t),this.clearGcTimeout(),P(this,an).notify({type:"observerAdded",query:this,observer:t}))}removeObserver(t){this.observers.includes(t)&&(this.observers=this.observers.filter(n=>n!==t),this.observers.length||(P(this,xt)&&(P(this,gi)?P(this,xt).cancel({revert:!0}):P(this,xt).cancelRetry()),this.scheduleGc()),P(this,an).notify({type:"observerRemoved",query:this,observer:t}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||Pe(this,vn,Gn).call(this,{type:"invalidate"})}fetch(t,n){var c,u,d;if(this.state.fetchStatus!=="idle"){if(this.state.data!==void 0&&(n!=null&&n.cancelRefetch))this.cancel({silent:!0});else if(P(this,xt))return P(this,xt).continueRetry(),P(this,xt).promise}if(t&&this.setOptions(t),!this.options.queryFn){const f=this.observers.find(h=>h.options.queryFn);f&&this.setOptions(f.options)}process.env.NODE_ENV!=="production"&&(Array.isArray(this.options.queryKey)||console.error("As of v4, queryKey needs to be an Array. If you are using a string like 'repoData', please change it to an Array, e.g. ['repoData']"));const r=new AbortController,i=f=>{Object.defineProperty(f,"signal",{enumerable:!0,get:()=>(X(this,gi,!0),r.signal)})},s=()=>{const f=d0(this.options,n),g=(()=>{const m={client:P(this,hi),queryKey:this.queryKey,meta:this.meta};return i(m),m})();return X(this,gi,!1),this.options.persister?this.options.persister(f,g,this):f(g)},a=(()=>{const f={fetchOptions:n,options:this.options,queryKey:this.queryKey,client:P(this,hi),state:this.state,fetchFn:s};return i(f),f})();(c=this.options.behavior)==null||c.onFetch(a,this),X(this,fi,this.state),(this.state.fetchStatus==="idle"||this.state.fetchMeta!==((u=a.fetchOptions)==null?void 0:u.meta))&&Pe(this,vn,Gn).call(this,{type:"fetch",meta:(d=a.fetchOptions)==null?void 0:d.meta});const l=f=>{var h,g,m,p;Wc(f)&&f.silent||Pe(this,vn,Gn).call(this,{type:"error",error:f}),Wc(f)||((g=(h=P(this,an).config).onError)==null||g.call(h,f,this),(p=(m=P(this,an).config).onSettled)==null||p.call(m,this.state.data,f,this)),this.scheduleGc()};return X(this,xt,y0({initialPromise:n==null?void 0:n.initialPromise,fn:a.fetchFn,abort:r.abort.bind(r),onSuccess:f=>{var h,g,m,p;if(f===void 0){process.env.NODE_ENV!=="production"&&console.error(`Query data cannot be undefined. Please make sure to return a value other than undefined from your query function. Affected query key: ${this.queryHash}`),l(new Error(`${this.queryHash} data is undefined`));return}try{this.setData(f)}catch(v){l(v);return}(g=(h=P(this,an).config).onSuccess)==null||g.call(h,f,this),(p=(m=P(this,an).config).onSettled)==null||p.call(m,f,this.state.error,this),this.scheduleGc()},onError:l,onFail:(f,h)=>{Pe(this,vn,Gn).call(this,{type:"failed",failureCount:f,error:h})},onPause:()=>{Pe(this,vn,Gn).call(this,{type:"pause"})},onContinue:()=>{Pe(this,vn,Gn).call(this,{type:"continue"})},retry:a.options.retry,retryDelay:a.options.retryDelay,networkMode:a.options.networkMode,canRun:()=>!0})),P(this,xt).start()}},ns=new WeakMap,fi=new WeakMap,an=new WeakMap,hi=new WeakMap,xt=new WeakMap,da=new WeakMap,gi=new WeakMap,vn=new WeakSet,Gn=function(t){const n=r=>{var i,s;switch(t.type){case"failed":return{...r,fetchFailureCount:t.failureCount,fetchFailureReason:t.error};case"pause":return{...r,fetchStatus:"paused"};case"continue":return{...r,fetchStatus:"fetching"};case"fetch":return{...r,...p0(r.data,this.options),fetchMeta:(i=t.meta)!=null?i:null};case"success":return X(this,fi,void 0),{...r,data:t.data,dataUpdateCount:r.dataUpdateCount+1,dataUpdatedAt:(s=t.dataUpdatedAt)!=null?s:Date.now(),error:null,isInvalidated:!1,status:"success",...!t.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};case"error":const o=t.error;return Wc(o)&&o.revert&&P(this,fi)?{...P(this,fi),fetchStatus:"idle"}:{...r,error:o,errorUpdateCount:r.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:r.fetchFailureCount+1,fetchFailureReason:o,fetchStatus:"idle",status:"error"};case"invalidate":return{...r,isInvalidated:!0};case"setState":return{...r,...t.state}}};this.state=n(this.state),dt.batch(()=>{this.observers.forEach(r=>{r.onQueryUpdate()}),P(this,an).notify({query:this,type:"updated",action:t})})},Rp);function p0(e,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:h0(t.networkMode)?"fetching":"paused",...e===void 0&&{error:null,status:"pending"}}}function S2(e){const t=typeof e.initialData=="function"?e.initialData():e.initialData,n=t!==void 0,r=n?typeof e.initialDataUpdatedAt=="function"?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?r!=null?r:Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?"success":"pending",fetchStatus:"idle"}}var Dn,Fp,C2=(Fp=class extends Is{constructor(t={}){super();ie(this,Dn);this.config=t,X(this,Dn,new Map)}build(t,n,r){var a;const i=n.queryKey,s=(a=n.queryHash)!=null?a:sf(i,n);let o=this.get(s);return o||(o=new w2({client:t,queryKey:i,queryHash:s,options:t.defaultQueryOptions(n),state:r,defaultOptions:t.getQueryDefaults(i)}),this.add(o)),o}add(t){P(this,Dn).has(t.queryHash)||(P(this,Dn).set(t.queryHash,t),this.notify({type:"added",query:t}))}remove(t){const n=P(this,Dn).get(t.queryHash);n&&(t.destroy(),n===t&&P(this,Dn).delete(t.queryHash),this.notify({type:"removed",query:t}))}clear(){dt.batch(()=>{this.getAll().forEach(t=>{this.remove(t)})})}get(t){return P(this,Dn).get(t)}getAll(){return[...P(this,Dn).values()]}find(t){const n={exact:!0,...t};return this.getAll().find(r=>Oh(n,r))}findAll(t={}){const n=this.getAll();return Object.keys(t).length>0?n.filter(r=>Oh(t,r)):n}notify(t){dt.batch(()=>{this.listeners.forEach(n=>{n(t)})})}onFocus(){dt.batch(()=>{this.getAll().forEach(t=>{t.onFocus()})})}onOnline(){dt.batch(()=>{this.getAll().forEach(t=>{t.onOnline()})})}},Dn=new WeakMap,Fp),Ln,Et,yi,In,wr,Np,_2=(Np=class extends m0{constructor(t){super();ie(this,In);ie(this,Ln);ie(this,Et);ie(this,yi);this.mutationId=t.mutationId,X(this,Et,t.mutationCache),X(this,Ln,[]),this.state=t.state||v0(),this.setOptions(t.options),this.scheduleGc()}setOptions(t){this.options=t,this.updateGcTime(this.options.gcTime)}get meta(){return this.options.meta}addObserver(t){P(this,Ln).includes(t)||(P(this,Ln).push(t),this.clearGcTimeout(),P(this,Et).notify({type:"observerAdded",mutation:this,observer:t}))}removeObserver(t){X(this,Ln,P(this,Ln).filter(n=>n!==t)),this.scheduleGc(),P(this,Et).notify({type:"observerRemoved",mutation:this,observer:t})}optionalRemove(){P(this,Ln).length||(this.state.status==="pending"?this.scheduleGc():P(this,Et).remove(this))}continue(){var t,n;return(n=(t=P(this,yi))==null?void 0:t.continue())!=null?n:this.execute(this.state.variables)}async execute(t){var s,o,a,l,c,u,d,f,h,g,m,p,v,b,x,S,w,_,C,k,O;const n=()=>{Pe(this,In,wr).call(this,{type:"continue"})};X(this,yi,y0({fn:()=>this.options.mutationFn?this.options.mutationFn(t):Promise.reject(new Error("No mutationFn found")),onFail:(A,M)=>{Pe(this,In,wr).call(this,{type:"failed",failureCount:A,error:M})},onPause:()=>{Pe(this,In,wr).call(this,{type:"pause"})},onContinue:n,retry:(s=this.options.retry)!=null?s:0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:()=>P(this,Et).canRun(this)}));const r=this.state.status==="pending",i=!P(this,yi).canStart();try{if(r)n();else{Pe(this,In,wr).call(this,{type:"pending",variables:t,isPaused:i}),await((a=(o=P(this,Et).config).onMutate)==null?void 0:a.call(o,t,this));const M=await((c=(l=this.options).onMutate)==null?void 0:c.call(l,t));M!==this.state.context&&Pe(this,In,wr).call(this,{type:"pending",context:M,variables:t,isPaused:i})}const A=await P(this,yi).start();return await((d=(u=P(this,Et).config).onSuccess)==null?void 0:d.call(u,A,t,this.state.context,this)),await((h=(f=this.options).onSuccess)==null?void 0:h.call(f,A,t,this.state.context)),await((m=(g=P(this,Et).config).onSettled)==null?void 0:m.call(g,A,null,this.state.variables,this.state.context,this)),await((v=(p=this.options).onSettled)==null?void 0:v.call(p,A,null,t,this.state.context)),Pe(this,In,wr).call(this,{type:"success",data:A}),A}catch(A){try{throw await((x=(b=P(this,Et).config).onError)==null?void 0:x.call(b,A,t,this.state.context,this)),await((w=(S=this.options).onError)==null?void 0:w.call(S,A,t,this.state.context)),await((C=(_=P(this,Et).config).onSettled)==null?void 0:C.call(_,void 0,A,this.state.variables,this.state.context,this)),await((O=(k=this.options).onSettled)==null?void 0:O.call(k,void 0,A,t,this.state.context)),A}finally{Pe(this,In,wr).call(this,{type:"error",error:A})}}finally{P(this,Et).runNext(this)}}},Ln=new WeakMap,Et=new WeakMap,yi=new WeakMap,In=new WeakSet,wr=function(t){const n=r=>{switch(t.type){case"failed":return{...r,failureCount:t.failureCount,failureReason:t.error};case"pause":return{...r,isPaused:!0};case"continue":return{...r,isPaused:!1};case"pending":return{...r,context:t.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:t.isPaused,status:"pending",variables:t.variables,submittedAt:Date.now()};case"success":return{...r,data:t.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...r,data:void 0,error:t.error,failureCount:r.failureCount+1,failureReason:t.error,isPaused:!1,status:"error"}}};this.state=n(this.state),dt.batch(()=>{P(this,Ln).forEach(r=>{r.onMutationUpdate(t)}),P(this,Et).notify({mutation:this,type:"updated",action:t})})},Np);function v0(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0,submittedAt:0}}var Zn,bn,fa,Bp,k2=(Bp=class extends Is{constructor(t={}){super();ie(this,Zn);ie(this,bn);ie(this,fa);this.config=t,X(this,Zn,new Set),X(this,bn,new Map),X(this,fa,0)}build(t,n,r){const i=new _2({mutationCache:this,mutationId:++Ha(this,fa)._,options:t.defaultMutationOptions(n),state:r});return this.add(i),i}add(t){P(this,Zn).add(t);const n=Ua(t);if(typeof n=="string"){const r=P(this,bn).get(n);r?r.push(t):P(this,bn).set(n,[t])}this.notify({type:"added",mutation:t})}remove(t){if(P(this,Zn).delete(t)){const n=Ua(t);if(typeof n=="string"){const r=P(this,bn).get(n);if(r)if(r.length>1){const i=r.indexOf(t);i!==-1&&r.splice(i,1)}else r[0]===t&&P(this,bn).delete(n)}}this.notify({type:"removed",mutation:t})}canRun(t){const n=Ua(t);if(typeof n=="string"){const r=P(this,bn).get(n),i=r==null?void 0:r.find(s=>s.state.status==="pending");return!i||i===t}else return!0}runNext(t){var r,i;const n=Ua(t);if(typeof n=="string"){const s=(r=P(this,bn).get(n))==null?void 0:r.find(o=>o!==t&&o.state.isPaused);return(i=s==null?void 0:s.continue())!=null?i:Promise.resolve()}else return Promise.resolve()}clear(){dt.batch(()=>{P(this,Zn).forEach(t=>{this.notify({type:"removed",mutation:t})}),P(this,Zn).clear(),P(this,bn).clear()})}getAll(){return Array.from(P(this,Zn))}find(t){const n={exact:!0,...t};return this.getAll().find(r=>Eh(n,r))}findAll(t={}){return this.getAll().filter(n=>Eh(t,n))}notify(t){dt.batch(()=>{this.listeners.forEach(n=>{n(t)})})}resumePausedMutations(){const t=this.getAll().filter(n=>n.state.isPaused);return dt.batch(()=>Promise.all(t.map(n=>n.continue().catch(Pt))))}},Zn=new WeakMap,bn=new WeakMap,fa=new WeakMap,Bp);function Ua(e){var t;return(t=e.options.scope)==null?void 0:t.id}function Th(e){return{onFetch:(t,n)=>{var u,d,f,h,g;const r=t.options,i=(f=(d=(u=t.fetchOptions)==null?void 0:u.meta)==null?void 0:d.fetchMore)==null?void 0:f.direction,s=((h=t.state.data)==null?void 0:h.pages)||[],o=((g=t.state.data)==null?void 0:g.pageParams)||[];let a={pages:[],pageParams:[]},l=0;const c=async()=>{var x;let m=!1;const p=S=>{Object.defineProperty(S,"signal",{enumerable:!0,get:()=>(t.signal.aborted?m=!0:t.signal.addEventListener("abort",()=>{m=!0}),t.signal)})},v=d0(t.options,t.fetchOptions),b=async(S,w,_)=>{if(m)return Promise.reject();if(w==null&&S.pages.length)return Promise.resolve(S);const k=(()=>{const L={client:t.client,queryKey:t.queryKey,pageParam:w,direction:_?"backward":"forward",meta:t.options.meta};return p(L),L})(),O=await v(k),{maxPages:A}=t.options,M=_?y2:g2;return{pages:M(S.pages,O,A),pageParams:M(S.pageParams,w,A)}};if(i&&s.length){const S=i==="backward",w=S?O2:Mh,_={pages:s,pageParams:o},C=w(r,_);a=await b(_,C,S)}else{const S=e!=null?e:s.length;do{const w=l===0?(x=o[0])!=null?x:r.initialPageParam:Mh(r,a);if(l>0&&w==null)break;a=await b(a,w),l++}while(l<S)}return a};t.options.persister?t.fetchFn=()=>{var m,p;return(p=(m=t.options).persister)==null?void 0:p.call(m,c,{client:t.client,queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},n)}:t.fetchFn=c}}}function Mh(e,{pages:t,pageParams:n}){const r=t.length-1;return t.length>0?e.getNextPageParam(t[r],t,n[r],n):void 0}function O2(e,{pages:t,pageParams:n}){var r;return t.length>0?(r=e.getPreviousPageParam)==null?void 0:r.call(e,t[0],t,n[0],n):void 0}var ot,_r,kr,rs,is,Or,ss,os,qp,E2=(qp=class{constructor(e={}){ie(this,ot);ie(this,_r);ie(this,kr);ie(this,rs);ie(this,is);ie(this,Or);ie(this,ss);ie(this,os);X(this,ot,e.queryCache||new C2),X(this,_r,e.mutationCache||new k2),X(this,kr,e.defaultOptions||{}),X(this,rs,new Map),X(this,is,new Map),X(this,Or,0)}mount(){Ha(this,Or)._++,P(this,Or)===1&&(X(this,ss,of.subscribe(async e=>{e&&(await this.resumePausedMutations(),P(this,ot).onFocus())})),X(this,os,Es.subscribe(async e=>{e&&(await this.resumePausedMutations(),P(this,ot).onOnline())})))}unmount(){var e,t;Ha(this,Or)._--,P(this,Or)===0&&((e=P(this,ss))==null||e.call(this),X(this,ss,void 0),(t=P(this,os))==null||t.call(this),X(this,os,void 0))}isFetching(e){return P(this,ot).findAll({...e,fetchStatus:"fetching"}).length}isMutating(e){return P(this,_r).findAll({...e,status:"pending"}).length}getQueryData(e){var n;const t=this.defaultQueryOptions({queryKey:e});return(n=P(this,ot).get(t.queryHash))==null?void 0:n.state.data}ensureQueryData(e){const t=this.defaultQueryOptions(e),n=P(this,ot).build(this,t),r=n.state.data;return r===void 0?this.fetchQuery(e):(e.revalidateIfStale&&n.isStaleByTime(Ir(t.staleTime,n))&&this.prefetchQuery(t),Promise.resolve(r))}getQueriesData(e){return P(this,ot).findAll(e).map(({queryKey:t,state:n})=>{const r=n.data;return[t,r]})}setQueryData(e,t,n){const r=this.defaultQueryOptions({queryKey:e}),i=P(this,ot).get(r.queryHash),s=i==null?void 0:i.state.data,o=f2(t,s);if(o!==void 0)return P(this,ot).build(this,r).setData(o,{...n,manual:!0})}setQueriesData(e,t,n){return dt.batch(()=>P(this,ot).findAll(e).map(({queryKey:r})=>[r,this.setQueryData(r,t,n)]))}getQueryState(e){var n;const t=this.defaultQueryOptions({queryKey:e});return(n=P(this,ot).get(t.queryHash))==null?void 0:n.state}removeQueries(e){const t=P(this,ot);dt.batch(()=>{t.findAll(e).forEach(n=>{t.remove(n)})})}resetQueries(e,t){const n=P(this,ot);return dt.batch(()=>(n.findAll(e).forEach(r=>{r.reset()}),this.refetchQueries({type:"active",...e},t)))}cancelQueries(e,t={}){const n={revert:!0,...t},r=dt.batch(()=>P(this,ot).findAll(e).map(i=>i.cancel(n)));return Promise.all(r).then(Pt).catch(Pt)}invalidateQueries(e,t={}){return dt.batch(()=>{var n,r;return P(this,ot).findAll(e).forEach(i=>{i.invalidate()}),(e==null?void 0:e.refetchType)==="none"?Promise.resolve():this.refetchQueries({...e,type:(r=(n=e==null?void 0:e.refetchType)!=null?n:e==null?void 0:e.type)!=null?r:"active"},t)})}refetchQueries(e,t={}){var i;const n={...t,cancelRefetch:(i=t.cancelRefetch)!=null?i:!0},r=dt.batch(()=>P(this,ot).findAll(e).filter(s=>!s.isDisabled()&&!s.isStatic()).map(s=>{let o=s.fetch(void 0,n);return n.throwOnError||(o=o.catch(Pt)),s.state.fetchStatus==="paused"?Promise.resolve():o}));return Promise.all(r).then(Pt)}fetchQuery(e){const t=this.defaultQueryOptions(e);t.retry===void 0&&(t.retry=!1);const n=P(this,ot).build(this,t);return n.isStaleByTime(Ir(t.staleTime,n))?n.fetch(t):Promise.resolve(n.state.data)}prefetchQuery(e){return this.fetchQuery(e).then(Pt).catch(Pt)}fetchInfiniteQuery(e){return e.behavior=Th(e.pages),this.fetchQuery(e)}prefetchInfiniteQuery(e){return this.fetchInfiniteQuery(e).then(Pt).catch(Pt)}ensureInfiniteQueryData(e){return e.behavior=Th(e.pages),this.ensureQueryData(e)}resumePausedMutations(){return Es.isOnline()?P(this,_r).resumePausedMutations():Promise.resolve()}getQueryCache(){return P(this,ot)}getMutationCache(){return P(this,_r)}getDefaultOptions(){return P(this,kr)}setDefaultOptions(e){X(this,kr,e)}setQueryDefaults(e,t){P(this,rs).set(ki(e),{queryKey:e,defaultOptions:t})}getQueryDefaults(e){const t=[...P(this,rs).values()],n={};return t.forEach(r=>{Fo(e,r.queryKey)&&Object.assign(n,r.defaultOptions)}),n}setMutationDefaults(e,t){P(this,is).set(ki(e),{mutationKey:e,defaultOptions:t})}getMutationDefaults(e){const t=[...P(this,is).values()],n={};return t.forEach(r=>{Fo(e,r.mutationKey)&&Object.assign(n,r.defaultOptions)}),n}defaultQueryOptions(e){if(e._defaulted)return e;const t={...P(this,kr).queries,...this.getQueryDefaults(e.queryKey),...e,_defaulted:!0};return t.queryHash||(t.queryHash=sf(t.queryKey,t)),t.refetchOnReconnect===void 0&&(t.refetchOnReconnect=t.networkMode!=="always"),t.throwOnError===void 0&&(t.throwOnError=!!t.suspense),!t.networkMode&&t.persister&&(t.networkMode="offlineFirst"),t.queryFn===Ml&&(t.enabled=!1),t}defaultMutationOptions(e){return e!=null&&e._defaulted?e:{...P(this,kr).mutations,...(e==null?void 0:e.mutationKey)&&this.getMutationDefaults(e.mutationKey),...e,_defaulted:!0}}clear(){P(this,ot).clear(),P(this,_r).clear()}},ot=new WeakMap,_r=new WeakMap,kr=new WeakMap,rs=new WeakMap,is=new WeakMap,Or=new WeakMap,ss=new WeakMap,os=new WeakMap,qp),Dt,Le,ha,At,mi,as,Er,Ar,ga,ls,cs,pi,vi,Pr,us,Ue,bo,qu,zu,Hu,Ku,Uu,Vu,Wu,b0,zp,A2=(zp=class extends Is{constructor(t,n){super();ie(this,Ue);ie(this,Dt);ie(this,Le);ie(this,ha);ie(this,At);ie(this,mi);ie(this,as);ie(this,Er);ie(this,Ar);ie(this,ga);ie(this,ls);ie(this,cs);ie(this,pi);ie(this,vi);ie(this,Pr);ie(this,us,new Set);this.options=n,X(this,Dt,t),X(this,Ar,null),X(this,Er,Bu()),this.options.experimental_prefetchInRender||P(this,Er).reject(new Error("experimental_prefetchInRender feature flag is not enabled")),this.bindMethods(),this.setOptions(n)}bindMethods(){this.refetch=this.refetch.bind(this)}onSubscribe(){this.listeners.size===1&&(P(this,Le).addObserver(this),$h(P(this,Le),this.options)?Pe(this,Ue,bo).call(this):this.updateResult(),Pe(this,Ue,Ku).call(this))}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return Gu(P(this,Le),this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return Gu(P(this,Le),this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,Pe(this,Ue,Uu).call(this),Pe(this,Ue,Vu).call(this),P(this,Le).removeObserver(this)}setOptions(t){const n=this.options,r=P(this,Le);if(this.options=P(this,Dt).defaultQueryOptions(t),this.options.enabled!==void 0&&typeof this.options.enabled!="boolean"&&typeof this.options.enabled!="function"&&typeof ln(this.options.enabled,P(this,Le))!="boolean")throw new Error("Expected enabled to be a boolean or a callback that returns a boolean");Pe(this,Ue,Wu).call(this),P(this,Le).setOptions(this.options),n._defaulted&&!Tl(this.options,n)&&P(this,Dt).getQueryCache().notify({type:"observerOptionsUpdated",query:P(this,Le),observer:this});const i=this.hasListeners();i&&jh(P(this,Le),r,this.options,n)&&Pe(this,Ue,bo).call(this),this.updateResult(),i&&(P(this,Le)!==r||ln(this.options.enabled,P(this,Le))!==ln(n.enabled,P(this,Le))||Ir(this.options.staleTime,P(this,Le))!==Ir(n.staleTime,P(this,Le)))&&Pe(this,Ue,qu).call(this);const s=Pe(this,Ue,zu).call(this);i&&(P(this,Le)!==r||ln(this.options.enabled,P(this,Le))!==ln(n.enabled,P(this,Le))||s!==P(this,Pr))&&Pe(this,Ue,Hu).call(this,s)}getOptimisticResult(t){const n=P(this,Dt).getQueryCache().build(P(this,Dt),t),r=this.createResult(n,t);return T2(this,r)&&(X(this,At,r),X(this,as,this.options),X(this,mi,P(this,Le).state)),r}getCurrentResult(){return P(this,At)}trackResult(t,n){return new Proxy(t,{get:(r,i)=>(this.trackProp(i),n==null||n(i),Reflect.get(r,i))})}trackProp(t){P(this,us).add(t)}getCurrentQuery(){return P(this,Le)}refetch({...t}={}){return this.fetch({...t})}fetchOptimistic(t){const n=P(this,Dt).defaultQueryOptions(t),r=P(this,Dt).getQueryCache().build(P(this,Dt),n);return r.fetch().then(()=>this.createResult(r,n))}fetch(t){var n;return Pe(this,Ue,bo).call(this,{...t,cancelRefetch:(n=t.cancelRefetch)!=null?n:!0}).then(()=>(this.updateResult(),P(this,At)))}createResult(t,n){var O;const r=P(this,Le),i=this.options,s=P(this,At),o=P(this,mi),a=P(this,as),c=t!==r?t.state:P(this,ha),{state:u}=t;let d={...u},f=!1,h;if(n._optimisticResults){const A=this.hasListeners(),M=!A&&$h(t,n),L=A&&jh(t,r,n,i);(M||L)&&(d={...d,...p0(u.data,t.options)}),n._optimisticResults==="isRestoring"&&(d.fetchStatus="idle")}let{error:g,errorUpdatedAt:m,status:p}=d;h=d.data;let v=!1;if(n.placeholderData!==void 0&&h===void 0&&p==="pending"){let A;s!=null&&s.isPlaceholderData&&n.placeholderData===(a==null?void 0:a.placeholderData)?(A=s.data,v=!0):A=typeof n.placeholderData=="function"?n.placeholderData((O=P(this,cs))==null?void 0:O.state.data,P(this,cs)):n.placeholderData,A!==void 0&&(p="success",h=Nu(s==null?void 0:s.data,A,n),f=!0)}if(n.select&&h!==void 0&&!v)if(s&&h===(o==null?void 0:o.data)&&n.select===P(this,ga))h=P(this,ls);else try{X(this,ga,n.select),h=n.select(h),h=Nu(s==null?void 0:s.data,h,n),X(this,ls,h),X(this,Ar,null)}catch(A){X(this,Ar,A)}P(this,Ar)&&(g=P(this,Ar),h=P(this,ls),m=Date.now(),p="error");const b=d.fetchStatus==="fetching",x=p==="pending",S=p==="error",w=x&&b,_=h!==void 0,k={status:p,fetchStatus:d.fetchStatus,isPending:x,isSuccess:p==="success",isError:S,isInitialLoading:w,isLoading:w,data:h,dataUpdatedAt:d.dataUpdatedAt,error:g,errorUpdatedAt:m,failureCount:d.fetchFailureCount,failureReason:d.fetchFailureReason,errorUpdateCount:d.errorUpdateCount,isFetched:d.dataUpdateCount>0||d.errorUpdateCount>0,isFetchedAfterMount:d.dataUpdateCount>c.dataUpdateCount||d.errorUpdateCount>c.errorUpdateCount,isFetching:b,isRefetching:b&&!x,isLoadingError:S&&!_,isPaused:d.fetchStatus==="paused",isPlaceholderData:f,isRefetchError:S&&_,isStale:af(t,n),refetch:this.refetch,promise:P(this,Er),isEnabled:ln(n.enabled,t)!==!1};if(this.options.experimental_prefetchInRender){const A=G=>{k.status==="error"?G.reject(k.error):k.data!==void 0&&G.resolve(k.data)},M=()=>{const G=X(this,Er,k.promise=Bu());A(G)},L=P(this,Er);switch(L.status){case"pending":t.queryHash===r.queryHash&&A(L);break;case"fulfilled":(k.status==="error"||k.data!==L.value)&&M();break;case"rejected":(k.status!=="error"||k.error!==L.reason)&&M();break}}return k}updateResult(){const t=P(this,At),n=this.createResult(P(this,Le),this.options);if(X(this,mi,P(this,Le).state),X(this,as,this.options),P(this,mi).data!==void 0&&X(this,cs,P(this,Le)),Tl(n,t))return;X(this,At,n);const r=()=>{if(!t)return!0;const{notifyOnChangeProps:i}=this.options,s=typeof i=="function"?i():i;if(s==="all"||!s&&!P(this,us).size)return!0;const o=new Set(s!=null?s:P(this,us));return this.options.throwOnError&&o.add("error"),Object.keys(P(this,At)).some(a=>{const l=a;return P(this,At)[l]!==t[l]&&o.has(l)})};Pe(this,Ue,b0).call(this,{listeners:r()})}onQueryUpdate(){this.updateResult(),this.hasListeners()&&Pe(this,Ue,Ku).call(this)}},Dt=new WeakMap,Le=new WeakMap,ha=new WeakMap,At=new WeakMap,mi=new WeakMap,as=new WeakMap,Er=new WeakMap,Ar=new WeakMap,ga=new WeakMap,ls=new WeakMap,cs=new WeakMap,pi=new WeakMap,vi=new WeakMap,Pr=new WeakMap,us=new WeakMap,Ue=new WeakSet,bo=function(t){Pe(this,Ue,Wu).call(this);let n=P(this,Le).fetch(this.options,t);return t!=null&&t.throwOnError||(n=n.catch(Pt)),n},qu=function(){Pe(this,Ue,Uu).call(this);const t=Ir(this.options.staleTime,P(this,Le));if(_i||P(this,At).isStale||!Iu(t))return;const r=u0(P(this,At).dataUpdatedAt,t)+1;X(this,pi,setTimeout(()=>{P(this,At).isStale||this.updateResult()},r))},zu=function(){var t;return(t=typeof this.options.refetchInterval=="function"?this.options.refetchInterval(P(this,Le)):this.options.refetchInterval)!=null?t:!1},Hu=function(t){Pe(this,Ue,Vu).call(this),X(this,Pr,t),!(_i||ln(this.options.enabled,P(this,Le))===!1||!Iu(P(this,Pr))||P(this,Pr)===0)&&X(this,vi,setInterval(()=>{(this.options.refetchIntervalInBackground||of.isFocused())&&Pe(this,Ue,bo).call(this)},P(this,Pr)))},Ku=function(){Pe(this,Ue,qu).call(this),Pe(this,Ue,Hu).call(this,Pe(this,Ue,zu).call(this))},Uu=function(){P(this,pi)&&(clearTimeout(P(this,pi)),X(this,pi,void 0))},Vu=function(){P(this,vi)&&(clearInterval(P(this,vi)),X(this,vi,void 0))},Wu=function(){const t=P(this,Dt).getQueryCache().build(P(this,Dt),this.options);if(t===P(this,Le))return;const n=P(this,Le);X(this,Le,t),X(this,ha,t.state),this.hasListeners()&&(n==null||n.removeObserver(this),t.addObserver(this))},b0=function(t){dt.batch(()=>{t.listeners&&this.listeners.forEach(n=>{n(P(this,At))}),P(this,Dt).getQueryCache().notify({query:P(this,Le),type:"observerResultsUpdated"})})},zp);function P2(e,t){return ln(t.enabled,e)!==!1&&e.state.data===void 0&&!(e.state.status==="error"&&t.retryOnMount===!1)}function $h(e,t){return P2(e,t)||e.state.data!==void 0&&Gu(e,t,t.refetchOnMount)}function Gu(e,t,n){if(ln(t.enabled,e)!==!1&&Ir(t.staleTime,e)!=="static"){const r=typeof n=="function"?n(e):n;return r==="always"||r!==!1&&af(e,t)}return!1}function jh(e,t,n,r){return(e!==t||ln(r.enabled,e)===!1)&&(!n.suspense||e.state.status!=="error")&&af(e,n)}function af(e,t){return ln(t.enabled,e)!==!1&&e.isStaleByTime(Ir(t.staleTime,e))}function T2(e,t){return!Tl(e.getCurrentResult(),t)}var Tr,Mr,Lt,er,ar,bl,Qu,Hp,M2=(Hp=class extends Is{constructor(n,r){super();ie(this,ar);ie(this,Tr);ie(this,Mr);ie(this,Lt);ie(this,er);X(this,Tr,n),this.setOptions(r),this.bindMethods(),Pe(this,ar,bl).call(this)}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(n){var i;const r=this.options;this.options=P(this,Tr).defaultMutationOptions(n),Tl(this.options,r)||P(this,Tr).getMutationCache().notify({type:"observerOptionsUpdated",mutation:P(this,Lt),observer:this}),r!=null&&r.mutationKey&&this.options.mutationKey&&ki(r.mutationKey)!==ki(this.options.mutationKey)?this.reset():((i=P(this,Lt))==null?void 0:i.state.status)==="pending"&&P(this,Lt).setOptions(this.options)}onUnsubscribe(){var n;this.hasListeners()||(n=P(this,Lt))==null||n.removeObserver(this)}onMutationUpdate(n){Pe(this,ar,bl).call(this),Pe(this,ar,Qu).call(this,n)}getCurrentResult(){return P(this,Mr)}reset(){var n;(n=P(this,Lt))==null||n.removeObserver(this),X(this,Lt,void 0),Pe(this,ar,bl).call(this),Pe(this,ar,Qu).call(this)}mutate(n,r){var i;return X(this,er,r),(i=P(this,Lt))==null||i.removeObserver(this),X(this,Lt,P(this,Tr).getMutationCache().build(P(this,Tr),this.options)),P(this,Lt).addObserver(this),P(this,Lt).execute(n)}},Tr=new WeakMap,Mr=new WeakMap,Lt=new WeakMap,er=new WeakMap,ar=new WeakSet,bl=function(){var r,i;const n=(i=(r=P(this,Lt))==null?void 0:r.state)!=null?i:v0();X(this,Mr,{...n,isPending:n.status==="pending",isSuccess:n.status==="success",isError:n.status==="error",isIdle:n.status==="idle",mutate:this.mutate,reset:this.reset})},Qu=function(n){dt.batch(()=>{var r,i,s,o,a,l,c,u;if(P(this,er)&&this.hasListeners()){const d=P(this,Mr).variables,f=P(this,Mr).context;(n==null?void 0:n.type)==="success"?((i=(r=P(this,er)).onSuccess)==null||i.call(r,n.data,d,f),(o=(s=P(this,er)).onSettled)==null||o.call(s,n.data,null,d,f)):(n==null?void 0:n.type)==="error"&&((l=(a=P(this,er)).onError)==null||l.call(a,n.error,d,f),(u=(c=P(this,er)).onSettled)==null||u.call(c,void 0,n.error,d,f))}this.listeners.forEach(d=>{d(P(this,Mr))})})},Hp),x0=$.createContext(void 0),tn=e=>{const t=$.useContext(x0);if(e)return e;if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},$2=({client:e,children:t})=>($.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),y.jsx(x0.Provider,{value:e,children:t})),w0=$.createContext(!1),j2=()=>$.useContext(w0);w0.Provider;function D2(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}var L2=$.createContext(D2()),I2=()=>$.useContext(L2),R2=(e,t)=>{(e.suspense||e.throwOnError||e.experimental_prefetchInRender)&&(t.isReset()||(e.retryOnMount=!1))},F2=e=>{$.useEffect(()=>{e.clearReset()},[e])},N2=({result:e,errorResetBoundary:t,throwOnError:n,query:r,suspense:i})=>e.isError&&!t.isReset()&&!e.isFetching&&r&&(i&&e.data===void 0||f0(n,[e.error,r])),B2=e=>{if(e.suspense){const t=r=>r==="static"?r:Math.max(r!=null?r:1e3,1e3),n=e.staleTime;e.staleTime=typeof n=="function"?(...r)=>t(n(...r)):t(n),typeof e.gcTime=="number"&&(e.gcTime=Math.max(e.gcTime,1e3))}},q2=(e,t)=>e.isLoading&&e.isFetching&&!t,z2=(e,t)=>(e==null?void 0:e.suspense)&&t.isPending,Dh=(e,t,n)=>t.fetchOptimistic(e).catch(()=>{n.clearReset()});function H2(e,t,n){var d,f,h,g,m;if(process.env.NODE_ENV!=="production"&&(typeof e!="object"||Array.isArray(e)))throw new Error('Bad argument type. Starting with v5, only the "Object" form is allowed when calling query related functions. Please use the error stack to find the culprit call. More info here: https://tanstack.com/query/latest/docs/react/guides/migrating-to-v5#supports-a-single-signature-one-object');const r=j2(),i=I2(),s=tn(n),o=s.defaultQueryOptions(e);(f=(d=s.getDefaultOptions().queries)==null?void 0:d._experimental_beforeQuery)==null||f.call(d,o),process.env.NODE_ENV!=="production"&&(o.queryFn||console.error(`[${o.queryHash}]: No queryFn was passed as an option, and no default queryFn was found. The queryFn parameter is only optional when using a default queryFn. More info here: https://tanstack.com/query/latest/docs/framework/react/guides/default-query-function`)),o._optimisticResults=r?"isRestoring":"optimistic",B2(o),R2(o,i),F2(i);const a=!s.getQueryCache().get(o.queryHash),[l]=$.useState(()=>new t(s,o)),c=l.getOptimisticResult(o),u=!r&&e.subscribed!==!1;if($.useSyncExternalStore($.useCallback(p=>{const v=u?l.subscribe(dt.batchCalls(p)):Pt;return l.updateResult(),v},[l,u]),()=>l.getCurrentResult(),()=>l.getCurrentResult()),$.useEffect(()=>{l.setOptions(o)},[o,l]),z2(o,c))throw Dh(o,l,i);if(N2({result:c,errorResetBoundary:i,throwOnError:o.throwOnError,query:s.getQueryCache().get(o.queryHash),suspense:o.suspense}))throw c.error;if((g=(h=s.getDefaultOptions().queries)==null?void 0:h._experimental_afterQuery)==null||g.call(h,o,c),o.experimental_prefetchInRender&&!_i&&q2(c,r)){const p=a?Dh(o,l,i):(m=s.getQueryCache().get(o.queryHash))==null?void 0:m.promise;p==null||p.catch(Pt).finally(()=>{l.updateResult()})}return o.notifyOnChangeProps?c:l.trackResult(c)}function fr(e,t){return H2(e,A2,t)}function Vr(e,t){const n=tn(t),[r]=$.useState(()=>new M2(n,e));$.useEffect(()=>{r.setOptions(e)},[r,e]);const i=$.useSyncExternalStore($.useCallback(o=>r.subscribe(dt.batchCalls(o)),[r]),()=>r.getCurrentResult(),()=>r.getCurrentResult()),s=$.useCallback((o,a)=>{r.mutate(o,a).catch(Pt)},[r]);if(i.error&&f0(r.options.throwOnError,[i.error]))throw i.error;return{...i,mutate:s,mutateAsync:i.mutate}}var ke={context:void 0,registry:void 0,effects:void 0,done:!1,getContextId(){return Lh(this.context.count)},getNextContextId(){return Lh(this.context.count++)}};function Lh(e){const t=String(e),n=t.length-1;return ke.context.id+(n?String.fromCharCode(96+n):"")+t}function xo(e){ke.context=e}var S0=!1,K2=(e,t)=>e===t,$l=Symbol("solid-proxy"),C0=typeof Proxy=="function",cc=Symbol("solid-track"),jl={equals:K2},_0=T0,hr=1,Dl=2,k0={owned:null,cleanups:null,context:null,owner:null},Gc={},ze=null,Qc=null,U2=null,Ye=null,kt=null,sr=null,uc=0;function or(e,t){const n=Ye,r=ze,i=e.length===0,s=t===void 0?r:t,o=i?k0:{owned:null,cleanups:null,context:s?s.context:null,owner:s},a=i?e:()=>e(()=>st(()=>No(o)));ze=o,Ye=null;try{return Fn(a,!0)}finally{Ye=n,ze=r}}function re(e,t){t=t?Object.assign({},jl,t):jl;const n={value:e,observers:null,observerSlots:null,comparator:t.equals||void 0},r=i=>(typeof i=="function"&&(i=i(n.value)),P0(n,i));return[A0.bind(n),r]}function O0(e,t,n){const r=dc(e,t,!0,hr);Rs(r)}function be(e,t,n){const r=dc(e,t,!1,hr);Rs(r)}function xe(e,t,n){_0=nS;const r=dc(e,t,!1,hr);(!n||!n.render)&&(r.user=!0),sr?sr.push(r):Rs(r)}function H(e,t,n){n=n?Object.assign({},jl,n):jl;const r=dc(e,t,!0,0);return r.observers=null,r.observerSlots=null,r.comparator=n.equals||void 0,Rs(r),A0.bind(r)}function V2(e){return e&&typeof e=="object"&&"then"in e}function W2(e,t,n){let r,i,s;r=!0,i=e,s={};let o=null,a=Gc,l=null,c=!1,u="initialValue"in s,d=typeof r=="function"&&H(r);const f=new Set,[h,g]=(s.storage||re)(s.initialValue),[m,p]=re(void 0),[v,b]=re(void 0,{equals:!1}),[x,S]=re(u?"ready":"unresolved");ke.context&&(l=ke.getNextContextId(),s.ssrLoadFrom==="initial"?a=s.initialValue:ke.load&&ke.has(l)&&(a=ke.load(l)));function w(O,A,M,L){return o===O&&(o=null,L!==void 0&&(u=!0),(O===a||A===a)&&s.onHydrated&&queueMicrotask(()=>s.onHydrated(L,{value:A})),a=Gc,_(A,M)),A}function _(O,A){Fn(()=>{A===void 0&&g(()=>O),S(A!==void 0?"errored":u?"ready":"unresolved"),p(A);for(const M of f.keys())M.decrement();f.clear()},!1)}function C(){const O=Z2,A=h(),M=m();if(M!==void 0&&!o)throw M;return Ye&&Ye.user,A}function k(O=!0){if(O!==!1&&c)return;c=!1;const A=d?d():r;if(A==null||A===!1){w(o,st(h));return}const M=a!==Gc?a:st(()=>i(A,{value:h(),refetching:O}));return V2(M)?(o=M,"value"in M?(M.status==="success"?w(o,M.value,void 0,A):w(o,void 0,Yu(M.value),A),M):(c=!0,queueMicrotask(()=>c=!1),Fn(()=>{S(u?"refreshing":"pending"),b()},!1),M.then(L=>w(M,L,void 0,A),L=>w(M,void 0,Yu(L),A)))):(w(o,M,void 0,A),M)}return Object.defineProperties(C,{state:{get:()=>x()},error:{get:()=>m()},loading:{get(){const O=x();return O==="pending"||O==="refreshing"}},latest:{get(){if(!u)return C();const O=m();if(O&&!o)throw O;return h()}}}),d?O0(()=>k(!1)):k(!1),[C,{refetch:k,mutate:g}]}function G2(e){return Fn(e,!1)}function st(e){if(Ye===null)return e();const t=Ye;Ye=null;try{return e()}finally{Ye=t}}function cr(e,t,n){const r=Array.isArray(e);let i,s=n&&n.defer;return o=>{let a;if(r){a=Array(e.length);for(let c=0;c<e.length;c++)a[c]=e[c]()}else a=e();if(s)return s=!1,o;const l=st(()=>t(a,i,o));return i=a,l}}function ur(e){xe(()=>st(e))}function we(e){return ze===null||(ze.cleanups===null?ze.cleanups=[e]:ze.cleanups.push(e)),e}function Ih(){return ze}function Q2(e,t){const n=ze,r=Ye;ze=e,Ye=null;try{return Fn(t,!0)}catch(i){lf(i)}finally{ze=n,Ye=r}}function Y2(e){const t=Ye,n=ze;return Promise.resolve().then(()=>{Ye=t,ze=n;let r;return Fn(e,!1),Ye=ze=null,r?r.done:void 0})}var[X2,pF]=re(!1);function J2(){return[X2,Y2]}function pt(e,t){const n=Symbol("context");return{id:n,Provider:rS(n),defaultValue:e}}function vt(e){let t;return ze&&ze.context&&(t=ze.context[e.id])!==void 0?t:e.defaultValue}function E0(e){const t=H(e),n=H(()=>Xu(t()));return n.toArray=()=>{const r=n();return Array.isArray(r)?r:r!=null?[r]:[]},n}var Z2;function A0(){if(this.sources&&this.state)if(this.state===hr)Rs(this);else{const e=kt;kt=null,Fn(()=>Il(this),!1),kt=e}if(Ye){const e=this.observers?this.observers.length:0;Ye.sources?(Ye.sources.push(this),Ye.sourceSlots.push(e)):(Ye.sources=[this],Ye.sourceSlots=[e]),this.observers?(this.observers.push(Ye),this.observerSlots.push(Ye.sources.length-1)):(this.observers=[Ye],this.observerSlots=[Ye.sources.length-1])}return this.value}function P0(e,t,n){let r=e.value;return(!e.comparator||!e.comparator(r,t))&&(e.value=t,e.observers&&e.observers.length&&Fn(()=>{for(let i=0;i<e.observers.length;i+=1){const s=e.observers[i],o=Qc&&Qc.running;o&&Qc.disposed.has(s),(o?!s.tState:!s.state)&&(s.pure?kt.push(s):sr.push(s),s.observers&&M0(s)),o||(s.state=hr)}if(kt.length>1e6)throw kt=[],new Error},!1)),t}function Rs(e){if(!e.fn)return;No(e);const t=uc;eS(e,e.value,t)}function eS(e,t,n){let r;const i=ze,s=Ye;Ye=ze=e;try{r=e.fn(t)}catch(o){return e.pure&&(e.state=hr,e.owned&&e.owned.forEach(No),e.owned=null),e.updatedAt=n+1,lf(o)}finally{Ye=s,ze=i}(!e.updatedAt||e.updatedAt<=n)&&(e.updatedAt!=null&&"observers"in e?P0(e,r):e.value=r,e.updatedAt=n)}function dc(e,t,n,r=hr,i){const s={fn:e,state:r,updatedAt:null,owned:null,sources:null,sourceSlots:null,cleanups:null,value:t,owner:ze,context:ze?ze.context:null,pure:n};return ze===null||ze!==k0&&(ze.owned?ze.owned.push(s):ze.owned=[s]),s}function Ll(e){if(e.state===0)return;if(e.state===Dl)return Il(e);if(e.suspense&&st(e.suspense.inFallback))return e.suspense.effects.push(e);const t=[e];for(;(e=e.owner)&&(!e.updatedAt||e.updatedAt<uc);)e.state&&t.push(e);for(let n=t.length-1;n>=0;n--)if(e=t[n],e.state===hr)Rs(e);else if(e.state===Dl){const r=kt;kt=null,Fn(()=>Il(e,t[0]),!1),kt=r}}function Fn(e,t){if(kt)return e();let n=!1;t||(kt=[]),sr?n=!0:sr=[],uc++;try{const r=e();return tS(n),r}catch(r){n||(sr=null),kt=null,lf(r)}}function tS(e){if(kt&&(T0(kt),kt=null),e)return;const t=sr;sr=null,t.length&&Fn(()=>_0(t),!1)}function T0(e){for(let t=0;t<e.length;t++)Ll(e[t])}function nS(e){let t,n=0;for(t=0;t<e.length;t++){const r=e[t];r.user?e[n++]=r:Ll(r)}if(ke.context){if(ke.count){ke.effects||(ke.effects=[]),ke.effects.push(...e.slice(0,n));return}xo()}for(ke.effects&&(ke.done||!ke.count)&&(e=[...ke.effects,...e],n+=ke.effects.length,delete ke.effects),t=0;t<n;t++)Ll(e[t])}function Il(e,t){e.state=0;for(let n=0;n<e.sources.length;n+=1){const r=e.sources[n];if(r.sources){const i=r.state;i===hr?r!==t&&(!r.updatedAt||r.updatedAt<uc)&&Ll(r):i===Dl&&Il(r,t)}}}function M0(e){for(let t=0;t<e.observers.length;t+=1){const n=e.observers[t];n.state||(n.state=Dl,n.pure?kt.push(n):sr.push(n),n.observers&&M0(n))}}function No(e){let t;if(e.sources)for(;e.sources.length;){const n=e.sources.pop(),r=e.sourceSlots.pop(),i=n.observers;if(i&&i.length){const s=i.pop(),o=n.observerSlots.pop();r<i.length&&(s.sourceSlots[o]=r,i[r]=s,n.observerSlots[r]=o)}}if(e.tOwned){for(t=e.tOwned.length-1;t>=0;t--)No(e.tOwned[t]);delete e.tOwned}if(e.owned){for(t=e.owned.length-1;t>=0;t--)No(e.owned[t]);e.owned=null}if(e.cleanups){for(t=e.cleanups.length-1;t>=0;t--)e.cleanups[t]();e.cleanups=null}e.state=0}function Yu(e){return e instanceof Error?e:new Error(typeof e=="string"?e:"Unknown error",{cause:e})}function lf(e,t=ze){throw Yu(e)}function Xu(e){if(typeof e=="function"&&!e.length)return Xu(e());if(Array.isArray(e)){const t=[];for(let n=0;n<e.length;n++){const r=Xu(e[n]);Array.isArray(r)?t.push.apply(t,r):t.push(r)}return t}return e}function rS(e,t){return function(r){let i;return be(()=>i=st(()=>(ze.context={...ze.context,[e]:r.value},E0(()=>r.children))),void 0),i}}var Ju=Symbol("fallback");function Rl(e){for(let t=0;t<e.length;t++)e[t]()}function iS(e,t,n={}){let r=[],i=[],s=[],o=0,a=t.length>1?[]:null;return we(()=>Rl(s)),()=>{let l=e()||[],c=l.length,u,d;return l[cc],st(()=>{let h,g,m,p,v,b,x,S,w;if(c===0)o!==0&&(Rl(s),s=[],r=[],i=[],o=0,a&&(a=[])),n.fallback&&(r=[Ju],i[0]=or(_=>(s[0]=_,n.fallback())),o=1);else if(o===0){for(i=new Array(c),d=0;d<c;d++)r[d]=l[d],i[d]=or(f);o=c}else{for(m=new Array(c),p=new Array(c),a&&(v=new Array(c)),b=0,x=Math.min(o,c);b<x&&r[b]===l[b];b++);for(x=o-1,S=c-1;x>=b&&S>=b&&r[x]===l[S];x--,S--)m[S]=i[x],p[S]=s[x],a&&(v[S]=a[x]);for(h=new Map,g=new Array(S+1),d=S;d>=b;d--)w=l[d],u=h.get(w),g[d]=u===void 0?-1:u,h.set(w,d);for(u=b;u<=x;u++)w=r[u],d=h.get(w),d!==void 0&&d!==-1?(m[d]=i[u],p[d]=s[u],a&&(v[d]=a[u]),d=g[d],h.set(w,d)):s[u]();for(d=b;d<c;d++)d in m?(i[d]=m[d],s[d]=p[d],a&&(a[d]=v[d],a[d](d))):i[d]=or(f);i=i.slice(0,o=c),r=l.slice(0)}return i});function f(h){if(s[d]=h,a){const[g,m]=re(d);return a[d]=m,t(l[d],g)}return t(l[d])}}}function sS(e,t,n={}){let r=[],i=[],s=[],o=[],a=0,l;return we(()=>Rl(s)),()=>{const c=e()||[],u=c.length;return c[cc],st(()=>{if(u===0)return a!==0&&(Rl(s),s=[],r=[],i=[],a=0,o=[]),n.fallback&&(r=[Ju],i[0]=or(f=>(s[0]=f,n.fallback())),a=1),i;for(r[0]===Ju&&(s[0](),s=[],r=[],i=[],a=0),l=0;l<u;l++)l<r.length&&r[l]!==c[l]?o[l](()=>c[l]):l>=r.length&&(i[l]=or(d));for(;l<r.length;l++)s[l]();return a=o.length=s.length=u,r=c.slice(0),i=i.slice(0,a)});function d(f){s[l]=f;const[h,g]=re(c[l]);return o[l]=g,t(h,l)}}}function T(e,t){return st(()=>e(t||{}))}function Va(){return!0}var Zu={get(e,t,n){return t===$l?n:e.get(t)},has(e,t){return t===$l?!0:e.has(t)},set:Va,deleteProperty:Va,getOwnPropertyDescriptor(e,t){return{configurable:!0,enumerable:!0,get(){return e.get(t)},set:Va,deleteProperty:Va}},ownKeys(e){return e.keys()}};function Yc(e){return(e=typeof e=="function"?e():e)?e:{}}function oS(){for(let e=0,t=this.length;e<t;++e){const n=this[e]();if(n!==void 0)return n}}function Oe(...e){let t=!1;for(let o=0;o<e.length;o++){const a=e[o];t=t||!!a&&$l in a,e[o]=typeof a=="function"?(t=!0,H(a)):a}if(C0&&t)return new Proxy({get(o){for(let a=e.length-1;a>=0;a--){const l=Yc(e[a])[o];if(l!==void 0)return l}},has(o){for(let a=e.length-1;a>=0;a--)if(o in Yc(e[a]))return!0;return!1},keys(){const o=[];for(let a=0;a<e.length;a++)o.push(...Object.keys(Yc(e[a])));return[...new Set(o)]}},Zu);const n={},r=Object.create(null);for(let o=e.length-1;o>=0;o--){const a=e[o];if(!a)continue;const l=Object.getOwnPropertyNames(a);for(let c=l.length-1;c>=0;c--){const u=l[c];if(u==="__proto__"||u==="constructor")continue;const d=Object.getOwnPropertyDescriptor(a,u);if(!r[u])r[u]=d.get?{enumerable:!0,configurable:!0,get:oS.bind(n[u]=[d.get.bind(a)])}:d.value!==void 0?d:void 0;else{const f=n[u];f&&(d.get?f.push(d.get.bind(a)):d.value!==void 0&&f.push(()=>d.value))}}}const i={},s=Object.keys(r);for(let o=s.length-1;o>=0;o--){const a=s[o],l=r[a];l&&l.get?Object.defineProperty(i,a,l):i[a]=l?l.value:void 0}return i}function Ve(e,...t){if(C0&&$l in e){const i=new Set(t.length>1?t.flat():t[0]),s=t.map(o=>new Proxy({get(a){return o.includes(a)?e[a]:void 0},has(a){return o.includes(a)&&a in e},keys(){return o.filter(a=>a in e)}},Zu));return s.push(new Proxy({get(o){return i.has(o)?void 0:e[o]},has(o){return i.has(o)?!1:o in e},keys(){return Object.keys(e).filter(o=>!i.has(o))}},Zu)),s}const n={},r=t.map(()=>({}));for(const i of Object.getOwnPropertyNames(e)){const s=Object.getOwnPropertyDescriptor(e,i),o=!s.get&&!s.set&&s.enumerable&&s.writable&&s.configurable;let a=!1,l=0;for(const c of t)c.includes(i)&&(a=!0,o?r[l][i]=s.value:Object.defineProperty(r[l],i,s)),++l;a||(o?n[i]=s.value:Object.defineProperty(n,i,s))}return[...r,n]}function $0(e){let t,n;const r=i=>{const s=ke.context;if(s){const[a,l]=re();ke.count||(ke.count=0),ke.count++,(n||(n=e())).then(c=>{!ke.done&&xo(s),ke.count--,l(()=>c.default),xo()}),t=a}else if(!t){const[a]=W2(()=>(n||(n=e())).then(l=>l.default));t=a}let o;return H(()=>(o=t())?st(()=>{if(!s||ke.done)return o(i);const a=ke.context;xo(s);const l=o(i);return xo(a),l}):"")};return r.preload=()=>n||((n=e()).then(i=>t=()=>i.default),n),r}var aS=0;function gn(){return ke.context?ke.getNextContextId():`cl-${aS++}`}var j0=e=>`Stale read from <${e}>.`;function lS(e){const t="fallback"in e&&{fallback:()=>e.fallback};return H(iS(()=>e.each,e.children,t||void 0))}function cS(e){const t="fallback"in e&&{fallback:()=>e.fallback};return H(sS(()=>e.each,e.children,t||void 0))}function ve(e){const t=e.keyed,n=H(()=>e.when,void 0,void 0),r=t?n:H(n,void 0,{equals:(i,s)=>!i==!s});return H(()=>{const i=r();if(i){const s=e.children;return typeof s=="function"&&s.length>0?st(()=>s(t?i:()=>{if(!st(r))throw j0("Show");return n()})):s}return e.fallback},void 0,void 0)}function uS(e){const t=E0(()=>e.children),n=H(()=>{const r=t(),i=Array.isArray(r)?r:[r];let s=()=>{};for(let o=0;o<i.length;o++){const a=o,l=i[o],c=s,u=H(()=>c()?void 0:l.when,void 0,void 0),d=l.keyed?u:H(u,void 0,{equals:(f,h)=>!f==!h});s=()=>c()||(d()?[a,u,l]:void 0)}return s});return H(()=>{const r=n()();if(!r)return e.fallback;const[i,s,o]=r,a=o.children;return typeof a=="function"&&a.length>0?st(()=>a(o.keyed?s():()=>{var c;if(((c=st(n)())==null?void 0:c[0])!==i)throw j0("Match");return s()})):a},void 0,void 0)}function Xc(e){return e}var dS=["allowfullscreen","async","autofocus","autoplay","checked","controls","default","disabled","formnovalidate","hidden","indeterminate","inert","ismap","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","seamless","selected"],fS=new Set(["className","value","readOnly","formNoValidate","isMap","noModule","playsInline",...dS]),hS=new Set(["innerHTML","textContent","innerText","children"]),gS=Object.assign(Object.create(null),{className:"class",htmlFor:"for"}),yS=Object.assign(Object.create(null),{class:"className",formnovalidate:{$:"formNoValidate",BUTTON:1,INPUT:1},ismap:{$:"isMap",IMG:1},nomodule:{$:"noModule",SCRIPT:1},playsinline:{$:"playsInline",VIDEO:1},readonly:{$:"readOnly",INPUT:1,TEXTAREA:1}});function mS(e,t){const n=yS[e];return typeof n=="object"?n[t]?n.$:void 0:n}var pS=new Set(["beforeinput","click","dblclick","contextmenu","focusin","focusout","input","keydown","keyup","mousedown","mousemove","mouseout","mouseover","mouseup","pointerdown","pointermove","pointerout","pointerover","pointerup","touchend","touchmove","touchstart"]),vS=new Set(["altGlyph","altGlyphDef","altGlyphItem","animate","animateColor","animateMotion","animateTransform","circle","clipPath","color-profile","cursor","defs","desc","ellipse","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","filter","font","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignObject","g","glyph","glyphRef","hkern","image","line","linearGradient","marker","mask","metadata","missing-glyph","mpath","path","pattern","polygon","polyline","radialGradient","rect","set","stop","svg","switch","symbol","text","textPath","tref","tspan","use","view","vkern"]),bS={xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace"};function xS(e,t,n){let r=n.length,i=t.length,s=r,o=0,a=0,l=t[i-1].nextSibling,c=null;for(;o<i||a<s;){if(t[o]===n[a]){o++,a++;continue}for(;t[i-1]===n[s-1];)i--,s--;if(i===o){const u=s<r?a?n[a-1].nextSibling:n[s-a]:l;for(;a<s;)e.insertBefore(n[a++],u)}else if(s===a)for(;o<i;)(!c||!c.has(t[o]))&&t[o].remove(),o++;else if(t[o]===n[s-1]&&n[a]===t[i-1]){const u=t[--i].nextSibling;e.insertBefore(n[a++],t[o++].nextSibling),e.insertBefore(n[--s],u),t[i]=n[s]}else{if(!c){c=new Map;let d=a;for(;d<s;)c.set(n[d],d++)}const u=c.get(t[o]);if(u!=null)if(a<u&&u<s){let d=o,f=1,h;for(;++d<i&&d<s&&!((h=c.get(t[d]))==null||h!==u+f);)f++;if(f>u-a){const g=t[o];for(;a<u;)e.insertBefore(n[a++],g)}else e.replaceChild(n[a++],t[o++])}else o++;else t[o++].remove()}}}var Mo="_$DX_DELEGATE";function D0(e,t,n,r={}){let i;return or(s=>{i=s,t===document?e():U(t,e(),t.firstChild?null:void 0,n)},r.owner),()=>{i(),t.textContent=""}}function le(e,t,n,r){let i;const s=()=>{const a=document.createElement("template");return a.innerHTML=e,a.content.firstChild},o=()=>(i||(i=s())).cloneNode(!0);return o.cloneNode=o,o}function fc(e,t=window.document){const n=t[Mo]||(t[Mo]=new Set);for(let r=0,i=e.length;r<i;r++){const s=e[r];n.has(s)||(n.add(s),t.addEventListener(s,R0))}}function wS(e=window.document){if(e[Mo]){for(let t of e[Mo].keys())e.removeEventListener(t,R0);delete e[Mo]}}function J(e,t,n){Di(e)||(n==null?e.removeAttribute(t):e.setAttribute(t,n))}function SS(e,t,n,r){Di(e)||(r==null?e.removeAttributeNS(t,n):e.setAttributeNS(t,n,r))}function CS(e,t,n){Di(e)||(n?e.setAttribute(t,""):e.removeAttribute(t))}function ee(e,t){Di(e)||(t==null?e.removeAttribute("class"):e.className=t)}function L0(e,t,n,r){if(r)Array.isArray(n)?(e[`$$${t}`]=n[0],e[`$$${t}Data`]=n[1]):e[`$$${t}`]=n;else if(Array.isArray(n)){const i=n[0];e.addEventListener(t,n[0]=s=>i.call(e,n[1],s))}else e.addEventListener(t,n,typeof n!="function"&&n)}function _S(e,t,n={}){const r=Object.keys(t||{}),i=Object.keys(n);let s,o;for(s=0,o=i.length;s<o;s++){const a=i[s];!a||a==="undefined"||t[a]||(Rh(e,a,!1),delete n[a])}for(s=0,o=r.length;s<o;s++){const a=r[s],l=!!t[a];!a||a==="undefined"||n[a]===l||!l||(Rh(e,a,!0),n[a]=l)}return n}function kS(e,t,n){if(!t)return n?J(e,"style"):t;const r=e.style;if(typeof t=="string")return r.cssText=t;typeof n=="string"&&(r.cssText=n=void 0),n||(n={}),t||(t={});let i,s;for(s in n)t[s]==null&&r.removeProperty(s),delete n[s];for(s in t)i=t[s],i!==n[s]&&(r.setProperty(s,i),n[s]=i);return n}function I0(e,t={},n,r){const i={};return r||be(()=>i.children=Bo(e,t.children,i.children)),be(()=>typeof t.ref=="function"&&Fs(t.ref,e)),be(()=>OS(e,t,n,!0,i,!0)),i}function Fs(e,t,n){return st(()=>e(t,n))}function U(e,t,n,r){if(n!==void 0&&!r&&(r=[]),typeof t!="function")return Bo(e,t,r,n);be(i=>Bo(e,t(),i,n),r)}function OS(e,t,n,r,i={},s=!1){t||(t={});for(const o in i)if(!(o in t)){if(o==="children")continue;i[o]=Fh(e,o,null,i[o],n,s,t)}for(const o in t){if(o==="children")continue;const a=t[o];i[o]=Fh(e,o,a,i[o],n,s,t)}}function ES(e){let t,n;return!Di()||!(t=ke.registry.get(n=PS()))?e():(ke.completed&&ke.completed.add(t),ke.registry.delete(n),t)}function Di(e){return!!ke.context&&!ke.done&&(!e||e.isConnected)}function AS(e){return e.toLowerCase().replace(/-([a-z])/g,(t,n)=>n.toUpperCase())}function Rh(e,t,n){const r=t.trim().split(/\s+/);for(let i=0,s=r.length;i<s;i++)e.classList.toggle(r[i],n)}function Fh(e,t,n,r,i,s,o){let a,l,c,u,d;if(t==="style")return kS(e,n,r);if(t==="classList")return _S(e,n,r);if(n===r)return r;if(t==="ref")s||n(e);else if(t.slice(0,3)==="on:"){const f=t.slice(3);r&&e.removeEventListener(f,r,typeof r!="function"&&r),n&&e.addEventListener(f,n,typeof n!="function"&&n)}else if(t.slice(0,10)==="oncapture:"){const f=t.slice(10);r&&e.removeEventListener(f,r,!0),n&&e.addEventListener(f,n,!0)}else if(t.slice(0,2)==="on"){const f=t.slice(2).toLowerCase(),h=pS.has(f);if(!h&&r){const g=Array.isArray(r)?r[0]:r;e.removeEventListener(f,g)}(h||n)&&(L0(e,f,n,h),h&&fc([f]))}else if(t.slice(0,5)==="attr:")J(e,t.slice(5),n);else if(t.slice(0,5)==="bool:")CS(e,t.slice(5),n);else if((d=t.slice(0,5)==="prop:")||(c=hS.has(t))||!i&&((u=mS(t,e.tagName))||(l=fS.has(t)))||(a=e.nodeName.includes("-")||"is"in o)){if(d)t=t.slice(5),l=!0;else if(Di(e))return n;t==="class"||t==="className"?ee(e,n):a&&!l&&!c?e[AS(t)]=n:e[u||t]=n}else{const f=i&&t.indexOf(":")>-1&&bS[t.split(":")[0]];f?SS(e,f,t,n):J(e,gS[t]||t,n)}return n}function R0(e){if(ke.registry&&ke.events&&ke.events.find(([l,c])=>c===e))return;let t=e.target;const n=`$$${e.type}`,r=e.target,i=e.currentTarget,s=l=>Object.defineProperty(e,"target",{configurable:!0,value:l}),o=()=>{const l=t[n];if(l&&!t.disabled){const c=t[`${n}Data`];if(c!==void 0?l.call(t,c,e):l.call(t,e),e.cancelBubble)return}return t.host&&typeof t.host!="string"&&!t.host._$host&&t.contains(e.target)&&s(t.host),!0},a=()=>{for(;o()&&(t=t._$host||t.parentNode||t.host););};if(Object.defineProperty(e,"currentTarget",{configurable:!0,get(){return t||document}}),ke.registry&&!ke.done&&(ke.done=_$HY.done=!0),e.composedPath){const l=e.composedPath();s(l[0]);for(let c=0;c<l.length-2&&(t=l[c],!!o());c++){if(t._$host){t=t._$host,a();break}if(t.parentNode===i)break}}else a();s(r)}function Bo(e,t,n,r,i){const s=Di(e);if(s){!n&&(n=[...e.childNodes]);let l=[];for(let c=0;c<n.length;c++){const u=n[c];u.nodeType===8&&u.data.slice(0,2)==="!$"?u.remove():l.push(u)}n=l}for(;typeof n=="function";)n=n();if(t===n)return n;const o=typeof t,a=r!==void 0;if(e=a&&n[0]&&n[0].parentNode||e,o==="string"||o==="number"){if(s||o==="number"&&(t=t.toString(),t===n))return n;if(a){let l=n[0];l&&l.nodeType===3?l.data!==t&&(l.data=t):l=document.createTextNode(t),n=Ni(e,n,r,l)}else n!==""&&typeof n=="string"?n=e.firstChild.data=t:n=e.textContent=t}else if(t==null||o==="boolean"){if(s)return n;n=Ni(e,n,r)}else{if(o==="function")return be(()=>{let l=t();for(;typeof l=="function";)l=l();n=Bo(e,l,n,r)}),()=>n;if(Array.isArray(t)){const l=[],c=n&&Array.isArray(n);if(ed(l,t,n,i))return be(()=>n=Bo(e,l,n,r,!0)),()=>n;if(s){if(!l.length)return n;if(r===void 0)return n=[...e.childNodes];let u=l[0];if(u.parentNode!==e)return n;const d=[u];for(;(u=u.nextSibling)!==r;)d.push(u);return n=d}if(l.length===0){if(n=Ni(e,n,r),a)return n}else c?n.length===0?Nh(e,l,r):xS(e,n,l):(n&&Ni(e),Nh(e,l));n=l}else if(t.nodeType){if(s&&t.parentNode)return n=a?[t]:t;if(Array.isArray(n)){if(a)return n=Ni(e,n,r,t);Ni(e,n,null,t)}else n==null||n===""||!e.firstChild?e.appendChild(t):e.replaceChild(t,e.firstChild);n=t}}return n}function ed(e,t,n,r){let i=!1;for(let s=0,o=t.length;s<o;s++){let a=t[s],l=n&&n[e.length],c;if(!(a==null||a===!0||a===!1))if((c=typeof a)=="object"&&a.nodeType)e.push(a);else if(Array.isArray(a))i=ed(e,a,l)||i;else if(c==="function")if(r){for(;typeof a=="function";)a=a();i=ed(e,Array.isArray(a)?a:[a],Array.isArray(l)?l:[l])||i}else e.push(a),i=!0;else{const u=String(a);l&&l.nodeType===3&&l.data===u?e.push(l):e.push(document.createTextNode(u))}}return i}function Nh(e,t,n=null){for(let r=0,i=t.length;r<i;r++)e.insertBefore(t[r],n)}function Ni(e,t,n,r){if(n===void 0)return e.textContent="";const i=r||document.createTextNode("");if(t.length){let s=!1;for(let o=t.length-1;o>=0;o--){const a=t[o];if(i!==a){const l=a.parentNode===e;!s&&!o?l?e.replaceChild(i,a):e.insertBefore(i,n):l&&a.remove()}else s=!0}}else e.insertBefore(i,n);return[i]}function PS(){return ke.getNextContextId()}var TS="http://www.w3.org/2000/svg";function F0(e,t=!1){return t?document.createElementNS(TS,e):document.createElement(e)}function N0(e){const{useShadow:t}=e,n=document.createTextNode(""),r=()=>e.mount||document.body,i=Ih();let s,o=!!ke.context;return xe(()=>{o&&(Ih().user=o=!1),s||(s=Q2(i,()=>H(()=>e.children)));const a=r();if(a instanceof HTMLHeadElement){const[l,c]=re(!1),u=()=>c(!0);or(d=>U(a,()=>l()?d():s(),null)),we(u)}else{const l=F0(e.isSVG?"g":"div",e.isSVG),c=t&&l.attachShadow?l.attachShadow({mode:"open"}):l;Object.defineProperty(l,"_$host",{get(){return n.parentNode},configurable:!0}),U(c,s),a.appendChild(l),e.ref&&e.ref(l),we(()=>a.removeChild(l))}},void 0,{render:!o}),n}function MS(e,t){const n=H(e);return H(()=>{const r=n();switch(typeof r){case"function":return st(()=>r(t));case"string":const i=vS.has(r),s=ke.context?ES():F0(r,i);return I0(s,t,i),s}})}function $S(e){const[,t]=Ve(e,["component"]);return MS(()=>e.component,t)}var jS=class{constructor(){this.keyToValue=new Map,this.valueToKey=new Map}set(e,t){this.keyToValue.set(e,t),this.valueToKey.set(t,e)}getByKey(e){return this.keyToValue.get(e)}getByValue(e){return this.valueToKey.get(e)}clear(){this.keyToValue.clear(),this.valueToKey.clear()}},B0=class{constructor(t){this.generateIdentifier=t,this.kv=new jS}register(t,n){this.kv.getByValue(t)||(n||(n=this.generateIdentifier(t)),this.kv.set(n,t))}clear(){this.kv.clear()}getIdentifier(t){return this.kv.getByValue(t)}getValue(t){return this.kv.getByKey(t)}},DS=class extends B0{constructor(){super(e=>e.name),this.classToAllowedProps=new Map}register(e,t){typeof t=="object"?(t.allowProps&&this.classToAllowedProps.set(e,t.allowProps),super.register(e,t.identifier)):super.register(e,t)}getAllowedProps(e){return this.classToAllowedProps.get(e)}};function LS(e){if("values"in Object)return Object.values(e);const t=[];for(const n in e)e.hasOwnProperty(n)&&t.push(e[n]);return t}function IS(e,t){const n=LS(e);if("find"in n)return n.find(t);const r=n;for(let i=0;i<r.length;i++){const s=r[i];if(t(s))return s}}function As(e,t){Object.entries(e).forEach(([n,r])=>t(r,n))}function xl(e,t){return e.indexOf(t)!==-1}function Bh(e,t){for(let n=0;n<e.length;n++){const r=e[n];if(t(r))return r}}var RS=class{constructor(){this.transfomers={}}register(e){this.transfomers[e.name]=e}findApplicable(e){return IS(this.transfomers,t=>t.isApplicable(e))}findByName(e){return this.transfomers[e]}},FS=e=>Object.prototype.toString.call(e).slice(8,-1),q0=e=>typeof e=="undefined",NS=e=>e===null,qo=e=>typeof e!="object"||e===null||e===Object.prototype?!1:Object.getPrototypeOf(e)===null?!0:Object.getPrototypeOf(e)===Object.prototype,td=e=>qo(e)&&Object.keys(e).length===0,Br=e=>Array.isArray(e),BS=e=>typeof e=="string",qS=e=>typeof e=="number"&&!isNaN(e),zS=e=>typeof e=="boolean",HS=e=>e instanceof RegExp,zo=e=>e instanceof Map,Ho=e=>e instanceof Set,z0=e=>FS(e)==="Symbol",KS=e=>e instanceof Date&&!isNaN(e.valueOf()),US=e=>e instanceof Error,qh=e=>typeof e=="number"&&isNaN(e),VS=e=>zS(e)||NS(e)||q0(e)||qS(e)||BS(e)||z0(e),WS=e=>typeof e=="bigint",GS=e=>e===1/0||e===-1/0,QS=e=>ArrayBuffer.isView(e)&&!(e instanceof DataView),YS=e=>e instanceof URL,H0=e=>e.replace(/\./g,"\\."),Jc=e=>e.map(String).map(H0).join("."),$o=e=>{const t=[];let n="";for(let i=0;i<e.length;i++){let s=e.charAt(i);if(s==="\\"&&e.charAt(i+1)==="."){n+=".",i++;continue}if(s==="."){t.push(n),n="";continue}n+=s}const r=n;return t.push(r),t};function On(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var K0=[On(q0,"undefined",()=>null,()=>{}),On(WS,"bigint",e=>e.toString(),e=>typeof BigInt!="undefined"?BigInt(e):e),On(KS,"Date",e=>e.toISOString(),e=>new Date(e)),On(US,"Error",(e,t)=>{const n={name:e.name,message:e.message};return t.allowedErrorProps.forEach(r=>{n[r]=e[r]}),n},(e,t)=>{const n=new Error(e.message);return n.name=e.name,n.stack=e.stack,t.allowedErrorProps.forEach(r=>{n[r]=e[r]}),n}),On(HS,"regexp",e=>""+e,e=>{const t=e.slice(1,e.lastIndexOf("/")),n=e.slice(e.lastIndexOf("/")+1);return new RegExp(t,n)}),On(Ho,"set",e=>[...e.values()],e=>new Set(e)),On(zo,"map",e=>[...e.entries()],e=>new Map(e)),On(e=>qh(e)||GS(e),"number",e=>qh(e)?"NaN":e>0?"Infinity":"-Infinity",Number),On(e=>e===0&&1/e===-1/0,"number",()=>"-0",Number),On(YS,"URL",e=>e.toString(),e=>new URL(e))];function hc(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var U0=hc((e,t)=>z0(e)?!!t.symbolRegistry.getIdentifier(e):!1,(e,t)=>["symbol",t.symbolRegistry.getIdentifier(e)],e=>e.description,(e,t,n)=>{const r=n.symbolRegistry.getValue(t[1]);if(!r)throw new Error("Trying to deserialize unknown symbol");return r}),XS=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,Uint8ClampedArray].reduce((e,t)=>(e[t.name]=t,e),{}),V0=hc(QS,e=>["typed-array",e.constructor.name],e=>[...e],(e,t)=>{const n=XS[t[1]];if(!n)throw new Error("Trying to deserialize unknown typed array");return new n(e)});function W0(e,t){return e!=null&&e.constructor?!!t.classRegistry.getIdentifier(e.constructor):!1}var G0=hc(W0,(e,t)=>["class",t.classRegistry.getIdentifier(e.constructor)],(e,t)=>{const n=t.classRegistry.getAllowedProps(e.constructor);if(!n)return{...e};const r={};return n.forEach(i=>{r[i]=e[i]}),r},(e,t,n)=>{const r=n.classRegistry.getValue(t[1]);if(!r)throw new Error("Trying to deserialize unknown class - check https://github.com/blitz-js/superjson/issues/116#issuecomment-773996564");return Object.assign(Object.create(r.prototype),e)}),Q0=hc((e,t)=>!!t.customTransformerRegistry.findApplicable(e),(e,t)=>["custom",t.customTransformerRegistry.findApplicable(e).name],(e,t)=>t.customTransformerRegistry.findApplicable(e).serialize(e),(e,t,n)=>{const r=n.customTransformerRegistry.findByName(t[1]);if(!r)throw new Error("Trying to deserialize unknown custom value");return r.deserialize(e)}),JS=[G0,U0,Q0,V0],zh=(e,t)=>{const n=Bh(JS,i=>i.isApplicable(e,t));if(n)return{value:n.transform(e,t),type:n.annotation(e,t)};const r=Bh(K0,i=>i.isApplicable(e,t));if(r)return{value:r.transform(e,t),type:r.annotation}},Y0={};K0.forEach(e=>{Y0[e.annotation]=e});var ZS=(e,t,n)=>{if(Br(t))switch(t[0]){case"symbol":return U0.untransform(e,t,n);case"class":return G0.untransform(e,t,n);case"custom":return Q0.untransform(e,t,n);case"typed-array":return V0.untransform(e,t,n);default:throw new Error("Unknown transformation: "+t)}else{const r=Y0[t];if(!r)throw new Error("Unknown transformation: "+t);return r.untransform(e,n)}},Vi=(e,t)=>{const n=e.keys();for(;t>0;)n.next(),t--;return n.next().value};function X0(e){if(xl(e,"__proto__"))throw new Error("__proto__ is not allowed as a property");if(xl(e,"prototype"))throw new Error("prototype is not allowed as a property");if(xl(e,"constructor"))throw new Error("constructor is not allowed as a property")}var eC=(e,t)=>{X0(t);for(let n=0;n<t.length;n++){const r=t[n];if(Ho(e))e=Vi(e,+r);else if(zo(e)){const i=+r,s=+t[++n]==0?"key":"value",o=Vi(e,i);switch(s){case"key":e=o;break;case"value":e=e.get(o);break}}else e=e[r]}return e},nd=(e,t,n)=>{if(X0(t),t.length===0)return n(e);let r=e;for(let s=0;s<t.length-1;s++){const o=t[s];if(Br(r)){const a=+o;r=r[a]}else if(qo(r))r=r[o];else if(Ho(r)){const a=+o;r=Vi(r,a)}else if(zo(r)){if(s===t.length-2)break;const l=+o,c=+t[++s]==0?"key":"value",u=Vi(r,l);switch(c){case"key":r=u;break;case"value":r=r.get(u);break}}}const i=t[t.length-1];if(Br(r)?r[+i]=n(r[+i]):qo(r)&&(r[i]=n(r[i])),Ho(r)){const s=Vi(r,+i),o=n(s);s!==o&&(r.delete(s),r.add(o))}if(zo(r)){const s=+t[t.length-2],o=Vi(r,s);switch(+i==0?"key":"value"){case"key":{const l=n(o);r.set(l,r.get(o)),l!==o&&r.delete(o);break}case"value":{r.set(o,n(r.get(o)));break}}}return e};function rd(e,t,n=[]){if(!e)return;if(!Br(e)){As(e,(s,o)=>rd(s,t,[...n,...$o(o)]));return}const[r,i]=e;i&&As(i,(s,o)=>{rd(s,t,[...n,...$o(o)])}),t(r,n)}function tC(e,t,n){return rd(t,(r,i)=>{e=nd(e,i,s=>ZS(s,r,n))}),e}function nC(e,t){function n(r,i){const s=eC(e,$o(i));r.map($o).forEach(o=>{e=nd(e,o,()=>s)})}if(Br(t)){const[r,i]=t;r.forEach(s=>{e=nd(e,$o(s),()=>e)}),i&&As(i,n)}else As(t,n);return e}var rC=(e,t)=>qo(e)||Br(e)||zo(e)||Ho(e)||W0(e,t);function iC(e,t,n){const r=n.get(e);r?r.push(t):n.set(e,[t])}function sC(e,t){const n={};let r;return e.forEach(i=>{if(i.length<=1)return;t||(i=i.map(a=>a.map(String)).sort((a,l)=>a.length-l.length));const[s,...o]=i;s.length===0?r=o.map(Jc):n[Jc(s)]=o.map(Jc)}),r?td(n)?[r]:[r,n]:td(n)?void 0:n}var J0=(e,t,n,r,i=[],s=[],o=new Map)=>{var h;const a=VS(e);if(!a){iC(e,i,t);const g=o.get(e);if(g)return r?{transformedValue:null}:g}if(!rC(e,n)){const g=zh(e,n),m=g?{transformedValue:g.value,annotations:[g.type]}:{transformedValue:e};return a||o.set(e,m),m}if(xl(s,e))return{transformedValue:null};const l=zh(e,n),c=(h=l==null?void 0:l.value)!=null?h:e,u=Br(c)?[]:{},d={};As(c,(g,m)=>{if(m==="__proto__"||m==="constructor"||m==="prototype")throw new Error(`Detected property ${m}. This is a prototype pollution risk, please remove it from your object.`);const p=J0(g,t,n,r,[...i,m],[...s,e],o);u[m]=p.transformedValue,Br(p.annotations)?d[m]=p.annotations:qo(p.annotations)&&As(p.annotations,(v,b)=>{d[H0(m)+"."+b]=v})});const f=td(d)?{transformedValue:u,annotations:l?[l.type]:void 0}:{transformedValue:u,annotations:l?[l.type,d]:d};return a||o.set(e,f),f};function Z0(e){return Object.prototype.toString.call(e).slice(8,-1)}function Hh(e){return Z0(e)==="Array"}function oC(e){if(Z0(e)!=="Object")return!1;const t=Object.getPrototypeOf(e);return!!t&&t.constructor===Object&&t===Object.prototype}function aC(e,t,n,r,i){const s={}.propertyIsEnumerable.call(r,t)?"enumerable":"nonenumerable";s==="enumerable"&&(e[t]=n),i&&s==="nonenumerable"&&Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0,configurable:!0})}function id(e,t={}){if(Hh(e))return e.map(i=>id(i,t));if(!oC(e))return e;const n=Object.getOwnPropertyNames(e),r=Object.getOwnPropertySymbols(e);return[...n,...r].reduce((i,s)=>{if(Hh(t.props)&&!t.props.includes(s))return i;const o=e[s],a=id(o,t);return aC(i,s,a,e,t.nonenumerable),i},{})}var Xe=class{constructor({dedupe:e=!1}={}){this.classRegistry=new DS,this.symbolRegistry=new B0(t=>{var n;return(n=t.description)!=null?n:""}),this.customTransformerRegistry=new RS,this.allowedErrorProps=[],this.dedupe=e}serialize(e){const t=new Map,n=J0(e,t,this,this.dedupe),r={json:n.transformedValue};n.annotations&&(r.meta={...r.meta,values:n.annotations});const i=sC(t,this.dedupe);return i&&(r.meta={...r.meta,referentialEqualities:i}),r}deserialize(e){const{json:t,meta:n}=e;let r=id(t);return n!=null&&n.values&&(r=tC(r,n.values,this)),n!=null&&n.referentialEqualities&&(r=nC(r,n.referentialEqualities)),r}stringify(e){return JSON.stringify(this.serialize(e))}parse(e){return this.deserialize(JSON.parse(e))}registerClass(e,t){this.classRegistry.register(e,t)}registerSymbol(e,t){this.symbolRegistry.register(e,t)}registerCustom(e,t){this.customTransformerRegistry.register({name:t,...e})}allowErrorProps(...e){this.allowedErrorProps.push(...e)}};Xe.defaultInstance=new Xe;Xe.serialize=Xe.defaultInstance.serialize.bind(Xe.defaultInstance);Xe.deserialize=Xe.defaultInstance.deserialize.bind(Xe.defaultInstance);Xe.stringify=Xe.defaultInstance.stringify.bind(Xe.defaultInstance);Xe.parse=Xe.defaultInstance.parse.bind(Xe.defaultInstance);Xe.registerClass=Xe.defaultInstance.registerClass.bind(Xe.defaultInstance);Xe.registerSymbol=Xe.defaultInstance.registerSymbol.bind(Xe.defaultInstance);Xe.registerCustom=Xe.defaultInstance.registerCustom.bind(Xe.defaultInstance);Xe.allowErrorProps=Xe.defaultInstance.allowErrorProps.bind(Xe.defaultInstance);var ev=Xe.serialize,lC=Xe.stringify;function Hi(e){return e.state.fetchStatus==="fetching"?"fetching":e.getObserversCount()?e.state.fetchStatus==="paused"?"paused":e.isStale()?"stale":"fresh":"inactive"}function cC(e,t){return`${e}${t.charAt(0).toUpperCase()+t.slice(1)}`}function uC({queryState:e,observerCount:t,isStale:n}){return e.fetchStatus==="fetching"?"blue":t?e.fetchStatus==="paused"?"purple":n?"yellow":"green":"gray"}function Wi({status:e,isPaused:t}){return t?"purple":e==="error"?"red":e==="pending"?"yellow":e==="success"?"green":"gray"}function dC(e){return e==="fresh"?"green":e==="stale"?"yellow":e==="paused"?"purple":e==="inactive"?"gray":"blue"}var Fl=(e,t=!1)=>{const{json:n}=ev(e);return JSON.stringify(n,null,t?2:void 0)},Wa=e=>e.state.fetchStatus!=="idle"?0:e.getObserversCount()?e.isStale()?2:1:3,fC=(e,t)=>e.queryHash.localeCompare(t.queryHash),tv=(e,t)=>e.state.dataUpdatedAt<t.state.dataUpdatedAt?1:-1,hC=(e,t)=>Wa(e)===Wa(t)?tv(e,t):Wa(e)>Wa(t)?1:-1,sd={status:hC,"query hash":fC,"last updated":tv},Ga=e=>e.state.isPaused?0:e.state.status==="error"?2:e.state.status==="pending"?1:3,nv=(e,t)=>e.state.submittedAt<t.state.submittedAt?1:-1,gC=(e,t)=>Ga(e)===Ga(t)?nv(e,t):Ga(e)>Ga(t)?1:-1,od={status:gC,"last updated":nv},Kh=e=>e*parseFloat(getComputedStyle(document.documentElement).fontSize),rv=()=>{const[e,t]=re("dark");return ur(()=>{const n=window.matchMedia("(prefers-color-scheme: dark)");t(n.matches?"dark":"light");const r=i=>{t(i.matches?"dark":"light")};n.addEventListener("change",r),we(()=>n.removeEventListener("change",r))}),e},ai=(e,t,n)=>{if(t.length===0)return n;if(e instanceof Map){const r=new Map(e);if(t.length===1)return r.set(t[0],n),r;const[i,...s]=t;return r.set(i,ai(r.get(i),s,n)),r}if(e instanceof Set){const r=ai(Array.from(e),t,n);return new Set(r)}if(Array.isArray(e)){const r=[...e];if(t.length===1)return r[t[0]]=n,r;const[i,...s]=t;return r[i]=ai(r[i],s,n),r}if(e instanceof Object){const r={...e};if(t.length===1)return r[t[0]]=n,r;const[i,...s]=t;return r[i]=ai(r[i],s,n),r}return e},wo=(e,t)=>{if(e instanceof Map){const n=new Map(e);if(t.length===1)return n.delete(t[0]),n;const[r,...i]=t;return n.set(r,wo(n.get(r),i)),n}if(e instanceof Set){const n=wo(Array.from(e),t);return new Set(n)}if(Array.isArray(e)){const n=[...e];if(t.length===1)return n.filter((s,o)=>o.toString()!==t[0]);const[r,...i]=t;return n[r]=wo(n[r],i),n}if(e instanceof Object){const n={...e};if(t.length===1)return delete n[t[0]],n;const[r,...i]=t;return n[r]=wo(n[r],i),n}return e},iv=(e,t)=>{if(!e||document.querySelector("#_goober")||(t==null?void 0:t.querySelector("#_goober")))return;const r=document.createElement("style"),i=document.createTextNode("");r.appendChild(i),r.id="_goober",r.setAttribute("nonce",e),t?t.appendChild(r):document.head.appendChild(r)},ds,ya,ma,pa,bi,va,fs,hs,gs,ys,ms,ps,ba,Kp,yC=(Kp=class{constructor(e){ie(this,ds);ie(this,ya);ie(this,ma);ie(this,pa);ie(this,bi,!1);ie(this,va);ie(this,fs);ie(this,hs);ie(this,gs);ie(this,ys);ie(this,ms);ie(this,ps);ie(this,ba);const{client:t,queryFlavor:n,version:r,onlineManager:i,buttonPosition:s,position:o,initialIsOpen:a,errorTypes:l,styleNonce:c,shadowDOMTarget:u}=e;X(this,ds,re(t)),X(this,ma,n),X(this,pa,r),X(this,ya,i),X(this,va,c),X(this,fs,u),X(this,hs,re(s)),X(this,gs,re(o)),X(this,ys,re(a)),X(this,ms,re(l))}setButtonPosition(e){P(this,hs)[1](e)}setPosition(e){P(this,gs)[1](e)}setInitialIsOpen(e){P(this,ys)[1](e)}setErrorTypes(e){P(this,ms)[1](e)}setClient(e){P(this,ds)[1](e)}mount(e){if(P(this,bi))throw new Error("Devtools is already mounted");const t=D0(()=>{const n=this,[r]=P(this,hs),[i]=P(this,gs),[s]=P(this,ys),[o]=P(this,ms),[a]=P(this,ds);let l;return P(this,ps)?l=P(this,ps):(l=$0(()=>Promise.resolve().then(()=>LI)),X(this,ps,l)),iv(P(this,va),P(this,fs)),T(l,Oe({get queryFlavor(){return P(n,ma)},get version(){return P(n,pa)},get onlineManager(){return P(n,ya)},get shadowDOMTarget(){return P(n,fs)}},{get client(){return a()},get buttonPosition(){return r()},get position(){return i()},get initialIsOpen(){return s()},get errorTypes(){return o()}}))},e);X(this,bi,!0),X(this,ba,t)}unmount(){var e;if(!P(this,bi))throw new Error("Devtools is not mounted");(e=P(this,ba))==null||e.call(this),X(this,bi,!1)}},ds=new WeakMap,ya=new WeakMap,ma=new WeakMap,pa=new WeakMap,bi=new WeakMap,va=new WeakMap,fs=new WeakMap,hs=new WeakMap,gs=new WeakMap,ys=new WeakMap,ms=new WeakMap,ps=new WeakMap,ba=new WeakMap,Kp),vs,xa,wa,Sa,xi,Ca,bs,xs,ws,Ss,Cs,_s,ks,_a,Up,mC=(Up=class{constructor(e){ie(this,vs);ie(this,xa);ie(this,wa);ie(this,Sa);ie(this,xi,!1);ie(this,Ca);ie(this,bs);ie(this,xs);ie(this,ws);ie(this,Ss);ie(this,Cs);ie(this,_s);ie(this,ks);ie(this,_a);const{client:t,queryFlavor:n,version:r,onlineManager:i,buttonPosition:s,position:o,initialIsOpen:a,errorTypes:l,styleNonce:c,shadowDOMTarget:u,onClose:d}=e;X(this,vs,re(t)),X(this,wa,n),X(this,Sa,r),X(this,xa,i),X(this,Ca,c),X(this,bs,u),X(this,xs,re(s)),X(this,ws,re(o)),X(this,Ss,re(a)),X(this,Cs,re(l)),X(this,_s,re(d))}setButtonPosition(e){P(this,xs)[1](e)}setPosition(e){P(this,ws)[1](e)}setInitialIsOpen(e){P(this,Ss)[1](e)}setErrorTypes(e){P(this,Cs)[1](e)}setClient(e){P(this,vs)[1](e)}setOnClose(e){P(this,_s)[1](()=>e)}mount(e){if(P(this,xi))throw new Error("Devtools is already mounted");const t=D0(()=>{const n=this,[r]=P(this,xs),[i]=P(this,ws),[s]=P(this,Ss),[o]=P(this,Cs),[a]=P(this,vs),[l]=P(this,_s);let c;return P(this,ks)?c=P(this,ks):(c=$0(()=>Promise.resolve().then(()=>FI)),X(this,ks,c)),iv(P(this,Ca),P(this,bs)),T(c,Oe({get queryFlavor(){return P(n,wa)},get version(){return P(n,Sa)},get onlineManager(){return P(n,xa)},get shadowDOMTarget(){return P(n,bs)}},{get client(){return a()},get buttonPosition(){return r()},get position(){return i()},get initialIsOpen(){return s()},get errorTypes(){return o()},get onClose(){return l()}}))},e);X(this,xi,!0),X(this,_a,t)}unmount(){var e;if(!P(this,xi))throw new Error("Devtools is not mounted");(e=P(this,_a))==null||e.call(this),X(this,xi,!1)}},vs=new WeakMap,xa=new WeakMap,wa=new WeakMap,Sa=new WeakMap,xi=new WeakMap,Ca=new WeakMap,bs=new WeakMap,xs=new WeakMap,ws=new WeakMap,Ss=new WeakMap,Cs=new WeakMap,_s=new WeakMap,ks=new WeakMap,_a=new WeakMap,Up);function pC(e){const t=tn(e.client),n=$.useRef(null),{buttonPosition:r,position:i,initialIsOpen:s,errorTypes:o,styleNonce:a,shadowDOMTarget:l}=e,[c]=$.useState(new yC({client:t,queryFlavor:"React Query",version:"5",onlineManager:Es,buttonPosition:r,position:i,initialIsOpen:s,errorTypes:o,styleNonce:a,shadowDOMTarget:l}));return $.useEffect(()=>{c.setClient(t)},[t,c]),$.useEffect(()=>{r&&c.setButtonPosition(r)},[r,c]),$.useEffect(()=>{i&&c.setPosition(i)},[i,c]),$.useEffect(()=>{c.setInitialIsOpen(s||!1)},[s,c]),$.useEffect(()=>{c.setErrorTypes(o||[])},[o,c]),$.useEffect(()=>(n.current&&c.mount(n.current),()=>{c.unmount()}),[c]),y.jsx("div",{dir:"ltr",className:"tsqd-parent-container",ref:n})}function vC(e){const t=tn(e.client),n=$.useRef(null),{errorTypes:r,styleNonce:i,shadowDOMTarget:s}=e,[o]=$.useState(new mC({client:t,queryFlavor:"React Query",version:"5",onlineManager:Es,buttonPosition:"bottom-left",position:"bottom",initialIsOpen:!0,errorTypes:r,styleNonce:i,shadowDOMTarget:s,onClose:e.onClose}));return $.useEffect(()=>{o.setClient(t)},[t,o]),$.useEffect(()=>{var a;o.setOnClose((a=e.onClose)!=null?a:()=>{})},[e.onClose,o]),$.useEffect(()=>{o.setErrorTypes(r||[])},[r,o]),$.useEffect(()=>(n.current&&o.mount(n.current),()=>{o.unmount()}),[o]),y.jsx("div",{style:{height:"500px",...e.style},className:"tsqd-parent-container",ref:n})}var bC=process.env.NODE_ENV!=="development"?function(){return null}:pC;process.env.NODE_ENV;function sv(e,t){return function(){return e.apply(t,arguments)}}const{toString:xC}=Object.prototype,{getPrototypeOf:cf}=Object,{iterator:gc,toStringTag:ov}=Symbol,yc=(e=>t=>{const n=xC.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),kn=e=>(e=e.toLowerCase(),t=>yc(t)===e),mc=e=>t=>typeof t===e,{isArray:Ns}=Array,Ko=mc("undefined");function wC(e){return e!==null&&!Ko(e)&&e.constructor!==null&&!Ko(e.constructor)&&Ft(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const av=kn("ArrayBuffer");function SC(e){let t;return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&av(e.buffer),t}const CC=mc("string"),Ft=mc("function"),lv=mc("number"),pc=e=>e!==null&&typeof e=="object",_C=e=>e===!0||e===!1,wl=e=>{if(yc(e)!=="object")return!1;const t=cf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(ov in e)&&!(gc in e)},kC=kn("Date"),OC=kn("File"),EC=kn("Blob"),AC=kn("FileList"),PC=e=>pc(e)&&Ft(e.pipe),TC=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Ft(e.append)&&((t=yc(e))==="formdata"||t==="object"&&Ft(e.toString)&&e.toString()==="[object FormData]"))},MC=kn("URLSearchParams"),[$C,jC,DC,LC]=["ReadableStream","Request","Response","Headers"].map(kn),IC=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Ea(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e=="undefined")return;let r,i;if(typeof e!="object"&&(e=[e]),Ns(e))for(r=0,i=e.length;r<i;r++)t.call(null,e[r],r,e);else{const s=n?Object.getOwnPropertyNames(e):Object.keys(e),o=s.length;let a;for(r=0;r<o;r++)a=s[r],t.call(null,e[a],a,e)}}function cv(e,t){t=t.toLowerCase();const n=Object.keys(e);let r=n.length,i;for(;r-- >0;)if(i=n[r],t===i.toLowerCase())return i;return null}const li=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:global,uv=e=>!Ko(e)&&e!==li;function ad(){const{caseless:e}=uv(this)&&this||{},t={},n=(r,i)=>{const s=e&&cv(t,i)||i;wl(t[s])&&wl(r)?t[s]=ad(t[s],r):wl(r)?t[s]=ad({},r):Ns(r)?t[s]=r.slice():t[s]=r};for(let r=0,i=arguments.length;r<i;r++)arguments[r]&&Ea(arguments[r],n);return t}const RC=(e,t,n,{allOwnKeys:r}={})=>(Ea(t,(i,s)=>{n&&Ft(i)?e[s]=sv(i,n):e[s]=i},{allOwnKeys:r}),e),FC=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),NC=(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)},BC=(e,t,n,r)=>{let i,s,o;const a={};if(t=t||{},e==null)return t;do{for(i=Object.getOwnPropertyNames(e),s=i.length;s-- >0;)o=i[s],(!r||r(o,e,t))&&!a[o]&&(t[o]=e[o],a[o]=!0);e=n!==!1&&cf(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},qC=(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},zC=e=>{if(!e)return null;if(Ns(e))return e;let t=e.length;if(!lv(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},HC=(e=>t=>e&&t instanceof e)(typeof Uint8Array!="undefined"&&cf(Uint8Array)),KC=(e,t)=>{const r=(e&&e[gc]).call(e);let i;for(;(i=r.next())&&!i.done;){const s=i.value;t.call(e,s[0],s[1])}},UC=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},VC=kn("HTMLFormElement"),WC=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,i){return r.toUpperCase()+i}),Uh=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),GC=kn("RegExp"),dv=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};Ea(n,(i,s)=>{let o;(o=t(i,s,e))!==!1&&(r[s]=o||i)}),Object.defineProperties(e,r)},QC=e=>{dv(e,(t,n)=>{if(Ft(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(Ft(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+"'")})}})},YC=(e,t)=>{const n={},r=i=>{i.forEach(s=>{n[s]=!0})};return Ns(e)?r(e):r(String(e).split(t)),n},XC=()=>{},JC=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function ZC(e){return!!(e&&Ft(e.append)&&e[ov]==="FormData"&&e[gc])}const e_=e=>{const t=new Array(10),n=(r,i)=>{if(pc(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[i]=r;const s=Ns(r)?[]:{};return Ea(r,(o,a)=>{const l=n(o,i+1);!Ko(l)&&(s[a]=l)}),t[i]=void 0,s}}return r};return n(e,0)},t_=kn("AsyncFunction"),n_=e=>e&&(pc(e)||Ft(e))&&Ft(e.then)&&Ft(e.catch),fv=((e,t)=>e?setImmediate:t?((n,r)=>(li.addEventListener("message",({source:i,data:s})=>{i===li&&s===n&&r.length&&r.shift()()},!1),i=>{r.push(i),li.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",Ft(li.postMessage)),r_=typeof queueMicrotask!="undefined"?queueMicrotask.bind(li):typeof process!="undefined"&&process.nextTick||fv,i_=e=>e!=null&&Ft(e[gc]),N={isArray:Ns,isArrayBuffer:av,isBuffer:wC,isFormData:TC,isArrayBufferView:SC,isString:CC,isNumber:lv,isBoolean:_C,isObject:pc,isPlainObject:wl,isReadableStream:$C,isRequest:jC,isResponse:DC,isHeaders:LC,isUndefined:Ko,isDate:kC,isFile:OC,isBlob:EC,isRegExp:GC,isFunction:Ft,isStream:PC,isURLSearchParams:MC,isTypedArray:HC,isFileList:AC,forEach:Ea,merge:ad,extend:RC,trim:IC,stripBOM:FC,inherits:NC,toFlatObject:BC,kindOf:yc,kindOfTest:kn,endsWith:qC,toArray:zC,forEachEntry:KC,matchAll:UC,isHTMLForm:VC,hasOwnProperty:Uh,hasOwnProp:Uh,reduceDescriptors:dv,freezeMethods:QC,toObjectSet:YC,toCamelCase:WC,noop:XC,toFiniteNumber:JC,findKey:cv,global:li,isContextDefined:uv,isSpecCompliantForm:ZC,toJSONObject:e_,isAsyncFn:t_,isThenable:n_,setImmediate:fv,asap:r_,isIterable:i_};function Ee(e,t,n,r,i){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),i&&(this.response=i,this.status=i.status?i.status:null)}N.inherits(Ee,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:N.toJSONObject(this.config),code:this.code,status:this.status}}});const hv=Ee.prototype,gv={};["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=>{gv[e]={value:e}});Object.defineProperties(Ee,gv);Object.defineProperty(hv,"isAxiosError",{value:!0});Ee.from=(e,t,n,r,i,s)=>{const o=Object.create(hv);return N.toFlatObject(e,o,function(l){return l!==Error.prototype},a=>a!=="isAxiosError"),Ee.call(o,e.message,t,n,r,i),o.cause=e,o.name=e.name,s&&Object.assign(o,s),o};const s_=null;function ld(e){return N.isPlainObject(e)||N.isArray(e)}function yv(e){return N.endsWith(e,"[]")?e.slice(0,-2):e}function Vh(e,t,n){return e?e.concat(t).map(function(i,s){return i=yv(i),!n&&s?"["+i+"]":i}).join(n?".":""):t}function o_(e){return N.isArray(e)&&!e.some(ld)}const a_=N.toFlatObject(N,{},null,function(t){return/^is[A-Z]/.test(t)});function vc(e,t,n){if(!N.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=N.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(m,p){return!N.isUndefined(p[m])});const r=n.metaTokens,i=n.visitor||u,s=n.dots,o=n.indexes,l=(n.Blob||typeof Blob!="undefined"&&Blob)&&N.isSpecCompliantForm(t);if(!N.isFunction(i))throw new TypeError("visitor must be a function");function c(g){if(g===null)return"";if(N.isDate(g))return g.toISOString();if(N.isBoolean(g))return g.toString();if(!l&&N.isBlob(g))throw new Ee("Blob is not supported. Use a Buffer instead.");return N.isArrayBuffer(g)||N.isTypedArray(g)?l&&typeof Blob=="function"?new Blob([g]):Buffer.from(g):g}function u(g,m,p){let v=g;if(g&&!p&&typeof g=="object"){if(N.endsWith(m,"{}"))m=r?m:m.slice(0,-2),g=JSON.stringify(g);else if(N.isArray(g)&&o_(g)||(N.isFileList(g)||N.endsWith(m,"[]"))&&(v=N.toArray(g)))return m=yv(m),v.forEach(function(x,S){!(N.isUndefined(x)||x===null)&&t.append(o===!0?Vh([m],S,s):o===null?m:m+"[]",c(x))}),!1}return ld(g)?!0:(t.append(Vh(p,m,s),c(g)),!1)}const d=[],f=Object.assign(a_,{defaultVisitor:u,convertValue:c,isVisitable:ld});function h(g,m){if(!N.isUndefined(g)){if(d.indexOf(g)!==-1)throw Error("Circular reference detected in "+m.join("."));d.push(g),N.forEach(g,function(v,b){(!(N.isUndefined(v)||v===null)&&i.call(t,v,N.isString(b)?b.trim():b,m,f))===!0&&h(v,m?m.concat(b):[b])}),d.pop()}}if(!N.isObject(e))throw new TypeError("data must be an object");return h(e),t}function Wh(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function uf(e,t){this._pairs=[],e&&vc(e,this,t)}const mv=uf.prototype;mv.append=function(t,n){this._pairs.push([t,n])};mv.toString=function(t){const n=t?function(r){return t.call(this,r,Wh)}:Wh;return this._pairs.map(function(i){return n(i[0])+"="+n(i[1])},"").join("&")};function l_(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function pv(e,t,n){if(!t)return e;const r=n&&n.encode||l_;N.isFunction(n)&&(n={serialize:n});const i=n&&n.serialize;let s;if(i?s=i(t,n):s=N.isURLSearchParams(t)?t.toString():new uf(t,n).toString(r),s){const o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class Gh{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){N.forEach(this.handlers,function(r){r!==null&&t(r)})}}const vv={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},c_=typeof URLSearchParams!="undefined"?URLSearchParams:uf,u_=typeof FormData!="undefined"?FormData:null,d_=typeof Blob!="undefined"?Blob:null,f_={isBrowser:!0,classes:{URLSearchParams:c_,FormData:u_,Blob:d_},protocols:["http","https","file","blob","url","data"]},df=typeof window!="undefined"&&typeof document!="undefined",cd=typeof navigator=="object"&&navigator||void 0,h_=df&&(!cd||["ReactNative","NativeScript","NS"].indexOf(cd.product)<0),g_=typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",y_=df&&window.location.href||"http://localhost",m_=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:df,hasStandardBrowserEnv:h_,hasStandardBrowserWebWorkerEnv:g_,navigator:cd,origin:y_},Symbol.toStringTag,{value:"Module"})),_t={...m_,...f_};function p_(e,t){return vc(e,new _t.classes.URLSearchParams,Object.assign({visitor:function(n,r,i,s){return _t.isNode&&N.isBuffer(n)?(this.append(r,n.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function v_(e){return N.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function b_(e){const t={},n=Object.keys(e);let r;const i=n.length;let s;for(r=0;r<i;r++)s=n[r],t[s]=e[s];return t}function bv(e){function t(n,r,i,s){let o=n[s++];if(o==="__proto__")return!0;const a=Number.isFinite(+o),l=s>=n.length;return o=!o&&N.isArray(i)?i.length:o,l?(N.hasOwnProp(i,o)?i[o]=[i[o],r]:i[o]=r,!a):((!i[o]||!N.isObject(i[o]))&&(i[o]=[]),t(n,r,i[o],s)&&N.isArray(i[o])&&(i[o]=b_(i[o])),!a)}if(N.isFormData(e)&&N.isFunction(e.entries)){const n={};return N.forEachEntry(e,(r,i)=>{t(v_(r),i,n,0)}),n}return null}function x_(e,t,n){if(N.isString(e))try{return(t||JSON.parse)(e),N.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const Aa={transitional:vv,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",i=r.indexOf("application/json")>-1,s=N.isObject(t);if(s&&N.isHTMLForm(t)&&(t=new FormData(t)),N.isFormData(t))return i?JSON.stringify(bv(t)):t;if(N.isArrayBuffer(t)||N.isBuffer(t)||N.isStream(t)||N.isFile(t)||N.isBlob(t)||N.isReadableStream(t))return t;if(N.isArrayBufferView(t))return t.buffer;if(N.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let a;if(s){if(r.indexOf("application/x-www-form-urlencoded")>-1)return p_(t,this.formSerializer).toString();if((a=N.isFileList(t))||r.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return vc(a?{"files[]":t}:t,l&&new l,this.formSerializer)}}return s||i?(n.setContentType("application/json",!1),x_(t)):t}],transformResponse:[function(t){const n=this.transitional||Aa.transitional,r=n&&n.forcedJSONParsing,i=this.responseType==="json";if(N.isResponse(t)||N.isReadableStream(t))return t;if(t&&N.isString(t)&&(r&&!this.responseType||i)){const o=!(n&&n.silentJSONParsing)&&i;try{return JSON.parse(t)}catch(a){if(o)throw a.name==="SyntaxError"?Ee.from(a,Ee.ERR_BAD_RESPONSE,this,null,this.response):a}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:_t.classes.FormData,Blob:_t.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};N.forEach(["delete","get","head","post","put","patch"],e=>{Aa.headers[e]={}});const w_=N.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"]),S_=e=>{const t={};let n,r,i;return e&&e.split(`
|
|
12
|
+
Please change the parent <Route path="${b}"> to <Route path="${b==="/"?"*":`${b}/*`}">.`)}let d=en(),f;if(t){let b=typeof t=="string"?ji(t):t;it(c==="/"||((v=b.pathname)==null?void 0:v.startsWith(c)),`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${c}" but pathname "${b.pathname}" was given in the \`location\` prop.`),f=b}else f=d;let h=f.pathname||"/",g=h;if(c!=="/"){let b=c.replace(/^\//,"").split("/");g="/"+h.replace(/^\//,"").split("/").slice(b.length).join("/")}let m=Gp(e,{pathname:g});wn(u||m!=null,`No routes matched location "${f.pathname}${f.search}${f.hash}" `),wn(m==null||m[m.length-1].route.element!==void 0||m[m.length-1].route.Component!==void 0||m[m.length-1].route.lazy!==void 0,`Matched leaf route at location "${f.pathname}${f.search}${f.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`);let p=Cw(m&&m.map(b=>Object.assign({},b,{params:Object.assign({},a,b.params),pathname:ir([c,i.encodeLocation?i.encodeLocation(b.pathname).pathname:b.pathname]),pathnameBase:b.pathnameBase==="/"?c:ir([c,i.encodeLocation?i.encodeLocation(b.pathnameBase).pathname:b.pathnameBase])})),s,n,r);return t&&p?$.createElement(ka.Provider,{value:{location:{pathname:"/",search:"",hash:"",state:null,key:"default",...f},navigationType:"POP"}},p):p}function bw(){let e=Aw(),t=uw(e)?`${e.status} ${e.statusText}`:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,r="rgba(200,200,200, 0.5)",i={padding:"0.5rem",backgroundColor:r},s={padding:"2px 4px",backgroundColor:r},o=null;return console.error("Error handled by React Router default ErrorBoundary:",e),o=$.createElement($.Fragment,null,$.createElement("p",null,"💿 Hey developer 👋"),$.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",$.createElement("code",{style:s},"ErrorBoundary")," or"," ",$.createElement("code",{style:s},"errorElement")," prop on your route.")),$.createElement($.Fragment,null,$.createElement("h2",null,"Unexpected Application Error!"),$.createElement("h3",{style:{fontStyle:"italic"}},t),n?$.createElement("pre",{style:i},n):null,o)}var xw=$.createElement(bw,null),ww=class extends $.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||t.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){console.error("React Router caught the following error during render",e,t)}render(){return this.state.error!==void 0?$.createElement(zn.Provider,{value:this.props.routeContext},$.createElement(Jd.Provider,{value:this.state.error,children:this.props.component})):this.props.children}};function Sw({routeContext:e,match:t,children:n}){let r=$.useContext(Ds);return r&&r.static&&r.staticContext&&(t.route.errorElement||t.route.ErrorBoundary)&&(r.staticContext._deepestRenderedBoundaryId=t.route.id),$.createElement(zn.Provider,{value:e},n)}function Cw(e,t=[],n=null,r=null){if(e==null){if(!n)return null;if(n.errors)e=n.matches;else if(t.length===0&&!n.initialized&&n.matches.length>0)e=n.matches;else return null}let i=e,s=n==null?void 0:n.errors;if(s!=null){let l=i.findIndex(c=>c.route.id&&(s==null?void 0:s[c.route.id])!==void 0);it(l>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(s).join(",")}`),i=i.slice(0,Math.min(i.length,l+1))}let o=!1,a=-1;if(n)for(let l=0;l<i.length;l++){let c=i[l];if((c.route.HydrateFallback||c.route.hydrateFallbackElement)&&(a=l),c.route.id){let{loaderData:u,errors:d}=n,f=c.route.loader&&!u.hasOwnProperty(c.route.id)&&(!d||d[c.route.id]===void 0);if(c.route.lazy||f){o=!0,a>=0?i=i.slice(0,a+1):i=[i[0]];break}}}return i.reduceRight((l,c,u)=>{let d,f=!1,h=null,g=null;n&&(d=s&&c.route.id?s[c.route.id]:void 0,h=c.route.errorElement||xw,o&&(a<0&&u===0?(s0("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),f=!0,g=null):a===u&&(f=!0,g=c.route.hydrateFallbackElement||null)));let m=t.concat(i.slice(0,u+1)),p=()=>{let v;return d?v=h:f?v=g:c.route.Component?v=$.createElement(c.route.Component,null):c.route.element?v=c.route.element:v=l,$.createElement(Sw,{match:c,routeContext:{outlet:l,matches:m,isDataRoute:n!=null},children:v})};return n&&(c.route.ErrorBoundary||c.route.errorElement||u===0)?$.createElement(ww,{location:n.location,revalidation:n.revalidation,component:h,error:d,children:p(),routeContext:{outlet:null,matches:m,isDataRoute:!0}}):p()},null)}function Zd(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function _w(e){let t=$.useContext(Ds);return it(t,Zd(e)),t}function kw(e){let t=$.useContext(ac);return it(t,Zd(e)),t}function Ow(e){let t=$.useContext(zn);return it(t,Zd(e)),t}function ef(e){let t=Ow(e),n=t.matches[t.matches.length-1];return it(n.route.id,`${e} can only be used on routes that contain a unique "id"`),n.route.id}function Ew(){return ef("useRouteId")}function Aw(){var r;let e=$.useContext(Jd),t=kw("useRouteError"),n=ef("useRouteError");return e!==void 0?e:(r=t.errors)==null?void 0:r[n]}function Pw(){let{router:e}=_w("useNavigate"),t=ef("useNavigate"),n=$.useRef(!1);return r0(()=>{n.current=!0}),$.useCallback(async(i,s={})=>{wn(n.current,n0),n.current&&(typeof i=="number"?e.navigate(i):await e.navigate(i,{fromRouteId:t,...s}))},[e,t])}var _h={};function s0(e,t,n){!t&&!_h[e]&&(_h[e]=!0,wn(!1,n))}$.memo(Tw);function Tw({routes:e,future:t,state:n}){return i0(e,void 0,n,t)}function Mw({basename:e,children:t,initialEntries:n,initialIndex:r}){let i=$.useRef();i.current==null&&(i.current=Hx({initialEntries:n,initialIndex:r,v5Compat:!0}));let s=i.current,[o,a]=$.useState({action:s.action,location:s.location}),l=$.useCallback(c=>{$.startTransition(()=>a(c))},[a]);return $.useLayoutEffect(()=>s.listen(l),[s,l]),$.createElement($w,{basename:e,children:t,location:o.location,navigationType:o.action,navigator:s})}function tf(e){return pw(e.context)}function zt(e){it(!1,"A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>.")}function $w({basename:e="/",children:t=null,location:n,navigationType:r="POP",navigator:i,static:s=!1}){it(!Ls(),"You cannot render a <Router> inside another <Router>. You should never have more than one in your app.");let o=e.replace(/^\/*/,"/"),a=$.useMemo(()=>({basename:o,navigator:i,static:s,future:{}}),[o,i,s]);typeof n=="string"&&(n=ji(n));let{pathname:l="/",search:c="",hash:u="",state:d=null,key:f="default"}=n,h=$.useMemo(()=>{let g=lr(l,o);return g==null?null:{location:{pathname:g,search:c,hash:u,state:d,key:f},navigationType:r}},[o,l,c,u,d,f,r]);return wn(h!=null,`<Router basename="${o}"> is not able to match the URL "${l}${c}${u}" because it does not start with the basename, so the <Router> won't render anything.`),h==null?null:$.createElement(qn.Provider,{value:a},$.createElement(ka.Provider,{children:t,value:h}))}function jw({children:e,location:t}){return vw(Lu(e),t)}function Lu(e,t=[]){let n=[];return $.Children.forEach(e,(r,i)=>{if(!$.isValidElement(r))return;let s=[...t,i];if(r.type===$.Fragment){n.push.apply(n,Lu(r.props.children,s));return}it(r.type===zt,`[${typeof r.type=="string"?r.type:r.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`),it(!r.props.index||!r.props.children,"An index route cannot have child routes.");let o={id:r.props.id||s.join("-"),caseSensitive:r.props.caseSensitive,element:r.props.element,Component:r.props.Component,index:r.props.index,path:r.props.path,loader:r.props.loader,action:r.props.action,hydrateFallbackElement:r.props.hydrateFallbackElement,HydrateFallback:r.props.HydrateFallback,errorElement:r.props.errorElement,ErrorBoundary:r.props.ErrorBoundary,hasErrorBoundary:r.props.hasErrorBoundary===!0||r.props.ErrorBoundary!=null||r.props.errorElement!=null,shouldRevalidate:r.props.shouldRevalidate,handle:r.props.handle,lazy:r.props.lazy};r.props.children&&(o.children=Lu(r.props.children,s)),n.push(o)}),n}var pl="get",vl="application/x-www-form-urlencoded";function lc(e){return e!=null&&typeof e.tagName=="string"}function Dw(e){return lc(e)&&e.tagName.toLowerCase()==="button"}function Lw(e){return lc(e)&&e.tagName.toLowerCase()==="form"}function Iw(e){return lc(e)&&e.tagName.toLowerCase()==="input"}function Rw(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function Fw(e,t){return e.button===0&&(!t||t==="_self")&&!Rw(e)}var Ua=null;function Nw(){if(Ua===null)try{new FormData(document.createElement("form"),0),Ua=!1}catch(e){Ua=!0}return Ua}var Bw=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function Vc(e){return e!=null&&!Bw.has(e)?(wn(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${vl}"`),null):e}function qw(e,t){let n,r,i,s,o;if(Lw(e)){let a=e.getAttribute("action");r=a?lr(a,t):null,n=e.getAttribute("method")||pl,i=Vc(e.getAttribute("enctype"))||vl,s=new FormData(e)}else if(Dw(e)||Iw(e)&&(e.type==="submit"||e.type==="image")){let a=e.form;if(a==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let l=e.getAttribute("formaction")||a.getAttribute("action");if(r=l?lr(l,t):null,n=e.getAttribute("formmethod")||a.getAttribute("method")||pl,i=Vc(e.getAttribute("formenctype"))||Vc(a.getAttribute("enctype"))||vl,s=new FormData(a,e),!Nw()){let{name:c,type:u,value:d}=e;if(u==="image"){let f=c?`${c}.`:"";s.append(`${f}x`,"0"),s.append(`${f}y`,"0")}else c&&s.append(c,d)}}else{if(lc(e))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');n=pl,r=null,i=vl,o=e}return s&&i==="text/plain"&&(o=s,s=void 0),{action:r,method:n.toLowerCase(),encType:i,formData:s,body:o}}function nf(e,t){if(e===!1||e===null||typeof e=="undefined")throw new Error(t)}async function zw(e,t){if(e.id in t)return t[e.id];try{let n=await import(e.module);return t[e.id]=n,n}catch(n){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(n),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function Hw(e){return e==null?!1:e.href==null?e.rel==="preload"&&typeof e.imageSrcSet=="string"&&typeof e.imageSizes=="string":typeof e.rel=="string"&&typeof e.href=="string"}async function Uw(e,t,n){let r=await Promise.all(e.map(async i=>{let s=t.routes[i.route.id];if(s){let o=await zw(s,n);return o.links?o.links():[]}return[]}));return Gw(r.flat(1).filter(Hw).filter(i=>i.rel==="stylesheet"||i.rel==="preload").map(i=>i.rel==="stylesheet"?{...i,rel:"prefetch",as:"style"}:{...i,rel:"prefetch"}))}function kh(e,t,n,r,i,s){let o=(l,c)=>n[c]?l.route.id!==n[c].route.id:!0,a=(l,c)=>{var u;return n[c].pathname!==l.pathname||((u=n[c].route.path)==null?void 0:u.endsWith("*"))&&n[c].params["*"]!==l.params["*"]};return s==="assets"?t.filter((l,c)=>o(l,c)||a(l,c)):s==="data"?t.filter((l,c)=>{var d;let u=r.routes[l.route.id];if(!u||!u.hasLoader)return!1;if(o(l,c)||a(l,c))return!0;if(l.route.shouldRevalidate){let f=l.route.shouldRevalidate({currentUrl:new URL(i.pathname+i.search+i.hash,window.origin),currentParams:((d=n[0])==null?void 0:d.params)||{},nextUrl:new URL(e,window.origin),nextParams:l.params,defaultShouldRevalidate:!0});if(typeof f=="boolean")return f}return!0}):[]}function Kw(e,t,{includeHydrateFallback:n}={}){return Vw(e.map(r=>{let i=t.routes[r.route.id];if(!i)return[];let s=[i.module];return i.clientActionModule&&(s=s.concat(i.clientActionModule)),i.clientLoaderModule&&(s=s.concat(i.clientLoaderModule)),n&&i.hydrateFallbackModule&&(s=s.concat(i.hydrateFallbackModule)),i.imports&&(s=s.concat(i.imports)),s}).flat(1))}function Vw(e){return[...new Set(e)]}function Ww(e){let t={},n=Object.keys(e).sort();for(let r of n)t[r]=e[r];return t}function Gw(e,t){let n=new Set;return new Set(t),e.reduce((r,i)=>{let s=JSON.stringify(Ww(i));return n.has(s)||(n.add(s),r.push({key:s,link:i})),r},[])}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");var Qw=new Set([100,101,204,205]);function Yw(e,t){let n=typeof e=="string"?new URL(e,typeof window=="undefined"?"server://singlefetch/":window.location.origin):e;return n.pathname==="/"?n.pathname="_root.data":t&&lr(n.pathname,t)==="/"?n.pathname=`${t.replace(/\/$/,"")}/_root.data`:n.pathname=`${n.pathname.replace(/\/$/,"")}.data`,n}function o0(){let e=$.useContext(Ds);return nf(e,"You must render this element inside a <DataRouterContext.Provider> element"),e}function Xw(){let e=$.useContext(ac);return nf(e,"You must render this element inside a <DataRouterStateContext.Provider> element"),e}var rf=$.createContext(void 0);rf.displayName="FrameworkContext";function a0(){let e=$.useContext(rf);return nf(e,"You must render this element inside a <HydratedRouter> element"),e}function Jw(e,t){let n=$.useContext(rf),[r,i]=$.useState(!1),[s,o]=$.useState(!1),{onFocus:a,onBlur:l,onMouseEnter:c,onMouseLeave:u,onTouchStart:d}=t,f=$.useRef(null);$.useEffect(()=>{if(e==="render"&&o(!0),e==="viewport"){let m=v=>{v.forEach(b=>{o(b.isIntersecting)})},p=new IntersectionObserver(m,{threshold:.5});return f.current&&p.observe(f.current),()=>{p.disconnect()}}},[e]),$.useEffect(()=>{if(r){let m=setTimeout(()=>{o(!0)},100);return()=>{clearTimeout(m)}}},[r]);let h=()=>{i(!0)},g=()=>{i(!1),o(!1)};return n?e!=="intent"?[s,f,{}]:[s,f,{onFocus:eo(a,h),onBlur:eo(l,g),onMouseEnter:eo(c,h),onMouseLeave:eo(u,g),onTouchStart:eo(d,h)}]:[!1,f,{}]}function eo(e,t){return n=>{e&&e(n),n.defaultPrevented||t(n)}}function Zw({page:e,...t}){let{router:n}=o0(),r=$.useMemo(()=>Gp(n.routes,e,n.basename),[n.routes,e,n.basename]);return r?$.createElement(t2,{page:e,matches:r,...t}):null}function e2(e){let{manifest:t,routeModules:n}=a0(),[r,i]=$.useState([]);return $.useEffect(()=>{let s=!1;return Uw(e,t,n).then(o=>{s||i(o)}),()=>{s=!0}},[e,t,n]),r}function t2({page:e,matches:t,...n}){let r=en(),{manifest:i,routeModules:s}=a0(),{basename:o}=o0(),{loaderData:a,matches:l}=Xw(),c=$.useMemo(()=>kh(e,t,l,i,r,"data"),[e,t,l,i,r]),u=$.useMemo(()=>kh(e,t,l,i,r,"assets"),[e,t,l,i,r]),d=$.useMemo(()=>{if(e===r.pathname+r.search+r.hash)return[];let g=new Set,m=!1;if(t.forEach(v=>{var x;let b=i.routes[v.route.id];!b||!b.hasLoader||(!c.some(S=>S.route.id===v.route.id)&&v.route.id in a&&((x=s[v.route.id])!=null&&x.shouldRevalidate)||b.hasClientLoader?m=!0:g.add(v.route.id))}),g.size===0)return[];let p=Yw(e,o);return m&&g.size>0&&p.searchParams.set("_routes",t.filter(v=>g.has(v.route.id)).map(v=>v.route.id).join(",")),[p.pathname+p.search]},[o,a,r,i,c,t,e,s]),f=$.useMemo(()=>Kw(u,i),[u,i]),h=e2(u);return $.createElement($.Fragment,null,d.map(g=>$.createElement("link",{key:g,rel:"prefetch",as:"fetch",href:g,...n})),f.map(g=>$.createElement("link",{key:g,rel:"modulepreload",href:g,...n})),h.map(({key:g,link:m})=>$.createElement("link",{key:g,...m})))}function n2(...e){return t=>{e.forEach(n=>{typeof n=="function"?n(t):n!=null&&(n.current=t)})}}var l0=typeof window!="undefined"&&typeof window.document!="undefined"&&typeof window.document.createElement!="undefined";try{l0&&(window.__reactRouterVersion="7.6.3")}catch(e){}var c0=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Kr=$.forwardRef(function({onClick:t,discover:n="render",prefetch:r="none",relative:i,reloadDocument:s,replace:o,state:a,target:l,to:c,preventScrollReset:u,viewTransition:d,...f},h){let{basename:g}=$.useContext(qn),m=typeof c=="string"&&c0.test(c),p,v=!1;if(typeof c=="string"&&m&&(p=c,l0))try{let O=new URL(window.location.href),A=c.startsWith("//")?new URL(O.protocol+c):new URL(c),M=lr(A.pathname,g);A.origin===O.origin&&M!=null?c=M+A.search+A.hash:v=!0}catch(O){wn(!1,`<Link to="${c}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}let b=gw(c,{relative:i}),[x,S,w]=Jw(r,f),_=o2(c,{replace:o,state:a,target:l,preventScrollReset:u,relative:i,viewTransition:d});function C(O){t&&t(O),O.defaultPrevented||_(O)}let k=$.createElement("a",{...f,...w,href:p||b,onClick:v||s?t:C,ref:n2(h,S),target:l,"data-discover":!m&&n==="render"?"true":void 0});return x&&!m?$.createElement($.Fragment,null,k,$.createElement(Zw,{page:b})):k});Kr.displayName="Link";var r2=$.forwardRef(function({"aria-current":t="page",caseSensitive:n=!1,className:r="",end:i=!1,style:s,to:o,viewTransition:a,children:l,...c},u){let d=Oa(o,{relative:c.relative}),f=en(),h=$.useContext(ac),{navigator:g,basename:m}=$.useContext(qn),p=h!=null&&d2(d)&&a===!0,v=g.encodeLocation?g.encodeLocation(d).pathname:d.pathname,b=f.pathname,x=h&&h.navigation&&h.navigation.location?h.navigation.location.pathname:null;n||(b=b.toLowerCase(),x=x?x.toLowerCase():null,v=v.toLowerCase()),x&&m&&(x=lr(x,m)||x);const S=v!=="/"&&v.endsWith("/")?v.length-1:v.length;let w=b===v||!i&&b.startsWith(v)&&b.charAt(S)==="/",_=x!=null&&(x===v||!i&&x.startsWith(v)&&x.charAt(v.length)==="/"),C={isActive:w,isPending:_,isTransitioning:p},k=w?t:void 0,O;typeof r=="function"?O=r(C):O=[r,w?"active":null,_?"pending":null,p?"transitioning":null].filter(Boolean).join(" ");let A=typeof s=="function"?s(C):s;return $.createElement(Kr,{...c,"aria-current":k,className:O,ref:u,style:A,to:o,viewTransition:a},typeof l=="function"?l(C):l)});r2.displayName="NavLink";var i2=$.forwardRef(({discover:e="render",fetcherKey:t,navigate:n,reloadDocument:r,replace:i,state:s,method:o=pl,action:a,onSubmit:l,relative:c,preventScrollReset:u,viewTransition:d,...f},h)=>{let g=c2(),m=u2(a,{relative:c}),p=o.toLowerCase()==="get"?"get":"post",v=typeof a=="string"&&c0.test(a),b=x=>{if(l&&l(x),x.defaultPrevented)return;x.preventDefault();let S=x.nativeEvent.submitter,w=(S==null?void 0:S.getAttribute("formmethod"))||o;g(S||x.currentTarget,{fetcherKey:t,method:w,navigate:n,replace:i,state:s,relative:c,preventScrollReset:u,viewTransition:d})};return $.createElement("form",{ref:h,method:p,action:m,onSubmit:r?l:b,...f,"data-discover":!v&&e==="render"?"true":void 0})});i2.displayName="Form";function s2(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function u0(e){let t=$.useContext(Ds);return it(t,s2(e)),t}function o2(e,{target:t,replace:n,state:r,preventScrollReset:i,relative:s,viewTransition:o}={}){let a=_n(),l=en(),c=Oa(e,{relative:s});return $.useCallback(u=>{if(Fw(u,t)){u.preventDefault();let d=n!==void 0?n:Pl(l)===Pl(c);a(e,{replace:d,state:r,preventScrollReset:i,relative:s,viewTransition:o})}},[l,a,c,n,r,t,e,i,s,o])}var a2=0,l2=()=>`__${String(++a2)}__`;function c2(){let{router:e}=u0("useSubmit"),{basename:t}=$.useContext(qn),n=Ew();return $.useCallback(async(r,i={})=>{let{action:s,method:o,encType:a,formData:l,body:c}=qw(r,t);if(i.navigate===!1){let u=i.fetcherKey||l2();await e.fetch(u,n,i.action||s,{preventScrollReset:i.preventScrollReset,formData:l,body:c,formMethod:i.method||o,formEncType:i.encType||a,flushSync:i.flushSync})}else await e.navigate(i.action||s,{preventScrollReset:i.preventScrollReset,formData:l,body:c,formMethod:i.method||o,formEncType:i.encType||a,replace:i.replace,state:i.state,fromRouteId:n,flushSync:i.flushSync,viewTransition:i.viewTransition})},[e,t,n])}function u2(e,{relative:t}={}){let{basename:n}=$.useContext(qn),r=$.useContext(zn);it(r,"useFormAction must be used inside a RouteContext");let[i]=r.matches.slice(-1),s={...Oa(e||".",{relative:t})},o=en();if(e==null){s.search=o.search;let a=new URLSearchParams(s.search),l=a.getAll("index");if(l.some(u=>u==="")){a.delete("index"),l.filter(d=>d).forEach(d=>a.append("index",d));let u=a.toString();s.search=u?`?${u}`:""}}return(!e||e===".")&&i.route.index&&(s.search=s.search?s.search.replace(/^\?/,"?index&"):"?index"),n!=="/"&&(s.pathname=s.pathname==="/"?n:ir([n,s.pathname])),Pl(s)}function d2(e,t={}){let n=$.useContext(t0);it(n!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:r}=u0("useViewTransitionState"),i=Oa(e,{relative:t.relative});if(!n.isTransitioning)return!1;let s=lr(n.currentLocation.pathname,r)||n.currentLocation.pathname,o=lr(n.nextLocation.pathname,r)||n.nextLocation.pathname;return Os(i.pathname,o)!=null||Os(i.pathname,s)!=null}[...Qw];var Is=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){return this.listeners.add(e),this.onSubscribe(),()=>{this.listeners.delete(e),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}},_i=typeof window=="undefined"||"Deno"in globalThis;function Pt(){}function f2(e,t){return typeof e=="function"?e(t):e}function Iu(e){return typeof e=="number"&&e>=0&&e!==1/0}function d0(e,t){return Math.max(e+(t||0)-Date.now(),0)}function Ir(e,t){return typeof e=="function"?e(t):e}function ln(e,t){return typeof e=="function"?e(t):e}function Oh(e,t){const{type:n="all",exact:r,fetchStatus:i,predicate:s,queryKey:o,stale:a}=e;if(o){if(r){if(t.queryHash!==sf(o,t.options))return!1}else if(!Fo(t.queryKey,o))return!1}if(n!=="all"){const l=t.isActive();if(n==="active"&&!l||n==="inactive"&&l)return!1}return!(typeof a=="boolean"&&t.isStale()!==a||i&&i!==t.state.fetchStatus||s&&!s(t))}function Eh(e,t){const{exact:n,status:r,predicate:i,mutationKey:s}=e;if(s){if(!t.options.mutationKey)return!1;if(n){if(ki(t.options.mutationKey)!==ki(s))return!1}else if(!Fo(t.options.mutationKey,s))return!1}return!(r&&t.state.status!==r||i&&!i(t))}function sf(e,t){return((t==null?void 0:t.queryKeyHashFn)||ki)(e)}function ki(e){return JSON.stringify(e,(t,n)=>Fu(n)?Object.keys(n).sort().reduce((r,i)=>(r[i]=n[i],r),{}):n)}function Fo(e,t){return e===t?!0:typeof e!=typeof t?!1:e&&t&&typeof e=="object"&&typeof t=="object"?Object.keys(t).every(n=>Fo(e[n],t[n])):!1}function Ru(e,t){if(e===t)return e;const n=Ah(e)&&Ah(t);if(n||Fu(e)&&Fu(t)){const r=n?e:Object.keys(e),i=r.length,s=n?t:Object.keys(t),o=s.length,a=n?[]:{},l=new Set(r);let c=0;for(let u=0;u<o;u++){const d=n?u:s[u];(!n&&l.has(d)||n)&&e[d]===void 0&&t[d]===void 0?(a[d]=void 0,c++):(a[d]=Ru(e[d],t[d]),a[d]===e[d]&&e[d]!==void 0&&c++)}return i===o&&c===i?e:a}return t}function Tl(e,t){if(!t||Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(e[n]!==t[n])return!1;return!0}function Ah(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function Fu(e){if(!Ph(e))return!1;const t=e.constructor;if(t===void 0)return!0;const n=t.prototype;return!(!Ph(n)||!n.hasOwnProperty("isPrototypeOf")||Object.getPrototypeOf(e)!==Object.prototype)}function Ph(e){return Object.prototype.toString.call(e)==="[object Object]"}function h2(e){return new Promise(t=>{setTimeout(t,e)})}function Nu(e,t,n){if(typeof n.structuralSharing=="function")return n.structuralSharing(e,t);if(n.structuralSharing!==!1){if(process.env.NODE_ENV!=="production")try{return Ru(e,t)}catch(r){throw console.error(`Structural sharing requires data to be JSON serializable. To fix this, turn off structuralSharing or return JSON-serializable data from your queryFn. [${n.queryHash}]: ${r}`),r}return Ru(e,t)}return t}function g2(e,t,n=0){const r=[...e,t];return n&&r.length>n?r.slice(1):r}function y2(e,t,n=0){const r=[t,...e];return n&&r.length>n?r.slice(0,-1):r}var Ml=Symbol();function f0(e,t){return process.env.NODE_ENV!=="production"&&e.queryFn===Ml&&console.error(`Attempted to invoke queryFn when set to skipToken. This is likely a configuration error. Query hash: '${e.queryHash}'`),!e.queryFn&&(t!=null&&t.initialPromise)?()=>t.initialPromise:!e.queryFn||e.queryFn===Ml?()=>Promise.reject(new Error(`Missing queryFn: '${e.queryHash}'`)):e.queryFn}function h0(e,t){return typeof e=="function"?e(...t):!!e}var ui,Sr,Zi,Lp,m2=(Lp=class extends Is{constructor(){super();ie(this,ui);ie(this,Sr);ie(this,Zi);X(this,Zi,t=>{if(!_i&&window.addEventListener){const n=()=>t();return window.addEventListener("visibilitychange",n,!1),()=>{window.removeEventListener("visibilitychange",n)}}})}onSubscribe(){P(this,Sr)||this.setEventListener(P(this,Zi))}onUnsubscribe(){var t;this.hasListeners()||((t=P(this,Sr))==null||t.call(this),X(this,Sr,void 0))}setEventListener(t){var n;X(this,Zi,t),(n=P(this,Sr))==null||n.call(this),X(this,Sr,t(r=>{typeof r=="boolean"?this.setFocused(r):this.onFocus()}))}setFocused(t){P(this,ui)!==t&&(X(this,ui,t),this.onFocus())}onFocus(){const t=this.isFocused();this.listeners.forEach(n=>{n(t)})}isFocused(){var t;return typeof P(this,ui)=="boolean"?P(this,ui):((t=globalThis.document)==null?void 0:t.visibilityState)!=="hidden"}},ui=new WeakMap,Sr=new WeakMap,Zi=new WeakMap,Lp),of=new m2,es,Cr,ts,Ip,p2=(Ip=class extends Is{constructor(){super();ie(this,es,!0);ie(this,Cr);ie(this,ts);X(this,ts,t=>{if(!_i&&window.addEventListener){const n=()=>t(!0),r=()=>t(!1);return window.addEventListener("online",n,!1),window.addEventListener("offline",r,!1),()=>{window.removeEventListener("online",n),window.removeEventListener("offline",r)}}})}onSubscribe(){P(this,Cr)||this.setEventListener(P(this,ts))}onUnsubscribe(){var t;this.hasListeners()||((t=P(this,Cr))==null||t.call(this),X(this,Cr,void 0))}setEventListener(t){var n;X(this,ts,t),(n=P(this,Cr))==null||n.call(this),X(this,Cr,t(this.setOnline.bind(this)))}setOnline(t){P(this,es)!==t&&(X(this,es,t),this.listeners.forEach(r=>{r(t)}))}isOnline(){return P(this,es)}},es=new WeakMap,Cr=new WeakMap,ts=new WeakMap,Ip),Es=new p2;function Bu(){let e,t;const n=new Promise((i,s)=>{e=i,t=s});n.status="pending",n.catch(()=>{});function r(i){Object.assign(n,i),delete n.resolve,delete n.reject}return n.resolve=i=>{r({status:"fulfilled",value:i}),e(i)},n.reject=i=>{r({status:"rejected",reason:i}),t(i)},n}function v2(e){return Math.min(1e3*2**e,3e4)}function g0(e){return(e!=null?e:"online")==="online"?Es.isOnline():!0}var y0=class extends Error{constructor(e){super("CancelledError"),this.revert=e==null?void 0:e.revert,this.silent=e==null?void 0:e.silent}};function Wc(e){return e instanceof y0}function m0(e){let t=!1,n=0,r=!1,i;const s=Bu(),o=m=>{var p;r||(f(new y0(m)),(p=e.abort)==null||p.call(e))},a=()=>{t=!0},l=()=>{t=!1},c=()=>of.isFocused()&&(e.networkMode==="always"||Es.isOnline())&&e.canRun(),u=()=>g0(e.networkMode)&&e.canRun(),d=m=>{var p;r||(r=!0,(p=e.onSuccess)==null||p.call(e,m),i==null||i(),s.resolve(m))},f=m=>{var p;r||(r=!0,(p=e.onError)==null||p.call(e,m),i==null||i(),s.reject(m))},h=()=>new Promise(m=>{var p;i=v=>{(r||c())&&m(v)},(p=e.onPause)==null||p.call(e)}).then(()=>{var m;i=void 0,r||(m=e.onContinue)==null||m.call(e)}),g=()=>{if(r)return;let m;const p=n===0?e.initialPromise:void 0;try{m=p!=null?p:e.fn()}catch(v){m=Promise.reject(v)}Promise.resolve(m).then(d).catch(v=>{var _,C,k;if(r)return;const b=(_=e.retry)!=null?_:_i?0:3,x=(C=e.retryDelay)!=null?C:v2,S=typeof x=="function"?x(n,v):x,w=b===!0||typeof b=="number"&&n<b||typeof b=="function"&&b(n,v);if(t||!w){f(v);return}n++,(k=e.onFail)==null||k.call(e,n,v),h2(S).then(()=>c()?void 0:h()).then(()=>{t?f(v):g()})})};return{promise:s,cancel:o,continue:()=>(i==null||i(),s),cancelRetry:a,continueRetry:l,canStart:u,start:()=>(u()?g():h().then(g),s)}}var b2=e=>setTimeout(e,0);function x2(){let e=[],t=0,n=a=>{a()},r=a=>{a()},i=b2;const s=a=>{t?e.push(a):i(()=>{n(a)})},o=()=>{const a=e;e=[],a.length&&i(()=>{r(()=>{a.forEach(l=>{n(l)})})})};return{batch:a=>{let l;t++;try{l=a()}finally{t--,t||o()}return l},batchCalls:a=>(...l)=>{s(()=>{a(...l)})},schedule:s,setNotifyFunction:a=>{n=a},setBatchNotifyFunction:a=>{r=a},setScheduler:a=>{i=a}}}var dt=x2(),di,Rp,p0=(Rp=class{constructor(){ie(this,di)}destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),Iu(this.gcTime)&&X(this,di,setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(e){this.gcTime=Math.max(this.gcTime||0,e!=null?e:_i?1/0:5*60*1e3)}clearGcTimeout(){P(this,di)&&(clearTimeout(P(this,di)),X(this,di,void 0))}},di=new WeakMap,Rp),ns,fi,an,hi,xt,da,gi,pn,Gn,Fp,w2=(Fp=class extends p0{constructor(t){var n;super();ie(this,pn);ie(this,ns);ie(this,fi);ie(this,an);ie(this,hi);ie(this,xt);ie(this,da);ie(this,gi);X(this,gi,!1),X(this,da,t.defaultOptions),this.setOptions(t.options),this.observers=[],X(this,hi,t.client),X(this,an,P(this,hi).getQueryCache()),this.queryKey=t.queryKey,this.queryHash=t.queryHash,X(this,ns,S2(this.options)),this.state=(n=t.state)!=null?n:P(this,ns),this.scheduleGc()}get meta(){return this.options.meta}get promise(){var t;return(t=P(this,xt))==null?void 0:t.promise}setOptions(t){this.options={...P(this,da),...t},this.updateGcTime(this.options.gcTime)}optionalRemove(){!this.observers.length&&this.state.fetchStatus==="idle"&&P(this,an).remove(this)}setData(t,n){const r=Nu(this.state.data,t,this.options);return Pe(this,pn,Gn).call(this,{data:r,type:"success",dataUpdatedAt:n==null?void 0:n.updatedAt,manual:n==null?void 0:n.manual}),r}setState(t,n){Pe(this,pn,Gn).call(this,{type:"setState",state:t,setStateOptions:n})}cancel(t){var r,i;const n=(r=P(this,xt))==null?void 0:r.promise;return(i=P(this,xt))==null||i.cancel(t),n?n.then(Pt).catch(Pt):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(P(this,ns))}isActive(){return this.observers.some(t=>ln(t.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0?!this.isActive():this.options.queryFn===Ml||this.state.dataUpdateCount+this.state.errorUpdateCount===0}isStatic(){return this.getObserversCount()>0?this.observers.some(t=>Ir(t.options.staleTime,this)==="static"):!1}isStale(){return this.getObserversCount()>0?this.observers.some(t=>t.getCurrentResult().isStale):this.state.data===void 0||this.state.isInvalidated}isStaleByTime(t=0){return this.state.data===void 0?!0:t==="static"?!1:this.state.isInvalidated?!0:!d0(this.state.dataUpdatedAt,t)}onFocus(){var n;const t=this.observers.find(r=>r.shouldFetchOnWindowFocus());t==null||t.refetch({cancelRefetch:!1}),(n=P(this,xt))==null||n.continue()}onOnline(){var n;const t=this.observers.find(r=>r.shouldFetchOnReconnect());t==null||t.refetch({cancelRefetch:!1}),(n=P(this,xt))==null||n.continue()}addObserver(t){this.observers.includes(t)||(this.observers.push(t),this.clearGcTimeout(),P(this,an).notify({type:"observerAdded",query:this,observer:t}))}removeObserver(t){this.observers.includes(t)&&(this.observers=this.observers.filter(n=>n!==t),this.observers.length||(P(this,xt)&&(P(this,gi)?P(this,xt).cancel({revert:!0}):P(this,xt).cancelRetry()),this.scheduleGc()),P(this,an).notify({type:"observerRemoved",query:this,observer:t}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||Pe(this,pn,Gn).call(this,{type:"invalidate"})}fetch(t,n){var c,u,d;if(this.state.fetchStatus!=="idle"){if(this.state.data!==void 0&&(n!=null&&n.cancelRefetch))this.cancel({silent:!0});else if(P(this,xt))return P(this,xt).continueRetry(),P(this,xt).promise}if(t&&this.setOptions(t),!this.options.queryFn){const f=this.observers.find(h=>h.options.queryFn);f&&this.setOptions(f.options)}process.env.NODE_ENV!=="production"&&(Array.isArray(this.options.queryKey)||console.error("As of v4, queryKey needs to be an Array. If you are using a string like 'repoData', please change it to an Array, e.g. ['repoData']"));const r=new AbortController,i=f=>{Object.defineProperty(f,"signal",{enumerable:!0,get:()=>(X(this,gi,!0),r.signal)})},s=()=>{const f=f0(this.options,n),g=(()=>{const m={client:P(this,hi),queryKey:this.queryKey,meta:this.meta};return i(m),m})();return X(this,gi,!1),this.options.persister?this.options.persister(f,g,this):f(g)},a=(()=>{const f={fetchOptions:n,options:this.options,queryKey:this.queryKey,client:P(this,hi),state:this.state,fetchFn:s};return i(f),f})();(c=this.options.behavior)==null||c.onFetch(a,this),X(this,fi,this.state),(this.state.fetchStatus==="idle"||this.state.fetchMeta!==((u=a.fetchOptions)==null?void 0:u.meta))&&Pe(this,pn,Gn).call(this,{type:"fetch",meta:(d=a.fetchOptions)==null?void 0:d.meta});const l=f=>{var h,g,m,p;Wc(f)&&f.silent||Pe(this,pn,Gn).call(this,{type:"error",error:f}),Wc(f)||((g=(h=P(this,an).config).onError)==null||g.call(h,f,this),(p=(m=P(this,an).config).onSettled)==null||p.call(m,this.state.data,f,this)),this.scheduleGc()};return X(this,xt,m0({initialPromise:n==null?void 0:n.initialPromise,fn:a.fetchFn,abort:r.abort.bind(r),onSuccess:f=>{var h,g,m,p;if(f===void 0){process.env.NODE_ENV!=="production"&&console.error(`Query data cannot be undefined. Please make sure to return a value other than undefined from your query function. Affected query key: ${this.queryHash}`),l(new Error(`${this.queryHash} data is undefined`));return}try{this.setData(f)}catch(v){l(v);return}(g=(h=P(this,an).config).onSuccess)==null||g.call(h,f,this),(p=(m=P(this,an).config).onSettled)==null||p.call(m,f,this.state.error,this),this.scheduleGc()},onError:l,onFail:(f,h)=>{Pe(this,pn,Gn).call(this,{type:"failed",failureCount:f,error:h})},onPause:()=>{Pe(this,pn,Gn).call(this,{type:"pause"})},onContinue:()=>{Pe(this,pn,Gn).call(this,{type:"continue"})},retry:a.options.retry,retryDelay:a.options.retryDelay,networkMode:a.options.networkMode,canRun:()=>!0})),P(this,xt).start()}},ns=new WeakMap,fi=new WeakMap,an=new WeakMap,hi=new WeakMap,xt=new WeakMap,da=new WeakMap,gi=new WeakMap,pn=new WeakSet,Gn=function(t){const n=r=>{var i,s;switch(t.type){case"failed":return{...r,fetchFailureCount:t.failureCount,fetchFailureReason:t.error};case"pause":return{...r,fetchStatus:"paused"};case"continue":return{...r,fetchStatus:"fetching"};case"fetch":return{...r,...v0(r.data,this.options),fetchMeta:(i=t.meta)!=null?i:null};case"success":return X(this,fi,void 0),{...r,data:t.data,dataUpdateCount:r.dataUpdateCount+1,dataUpdatedAt:(s=t.dataUpdatedAt)!=null?s:Date.now(),error:null,isInvalidated:!1,status:"success",...!t.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};case"error":const o=t.error;return Wc(o)&&o.revert&&P(this,fi)?{...P(this,fi),fetchStatus:"idle"}:{...r,error:o,errorUpdateCount:r.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:r.fetchFailureCount+1,fetchFailureReason:o,fetchStatus:"idle",status:"error"};case"invalidate":return{...r,isInvalidated:!0};case"setState":return{...r,...t.state}}};this.state=n(this.state),dt.batch(()=>{this.observers.forEach(r=>{r.onQueryUpdate()}),P(this,an).notify({query:this,type:"updated",action:t})})},Fp);function v0(e,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:g0(t.networkMode)?"fetching":"paused",...e===void 0&&{error:null,status:"pending"}}}function S2(e){const t=typeof e.initialData=="function"?e.initialData():e.initialData,n=t!==void 0,r=n?typeof e.initialDataUpdatedAt=="function"?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?r!=null?r:Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?"success":"pending",fetchStatus:"idle"}}var Dn,Np,C2=(Np=class extends Is{constructor(t={}){super();ie(this,Dn);this.config=t,X(this,Dn,new Map)}build(t,n,r){var a;const i=n.queryKey,s=(a=n.queryHash)!=null?a:sf(i,n);let o=this.get(s);return o||(o=new w2({client:t,queryKey:i,queryHash:s,options:t.defaultQueryOptions(n),state:r,defaultOptions:t.getQueryDefaults(i)}),this.add(o)),o}add(t){P(this,Dn).has(t.queryHash)||(P(this,Dn).set(t.queryHash,t),this.notify({type:"added",query:t}))}remove(t){const n=P(this,Dn).get(t.queryHash);n&&(t.destroy(),n===t&&P(this,Dn).delete(t.queryHash),this.notify({type:"removed",query:t}))}clear(){dt.batch(()=>{this.getAll().forEach(t=>{this.remove(t)})})}get(t){return P(this,Dn).get(t)}getAll(){return[...P(this,Dn).values()]}find(t){const n={exact:!0,...t};return this.getAll().find(r=>Oh(n,r))}findAll(t={}){const n=this.getAll();return Object.keys(t).length>0?n.filter(r=>Oh(t,r)):n}notify(t){dt.batch(()=>{this.listeners.forEach(n=>{n(t)})})}onFocus(){dt.batch(()=>{this.getAll().forEach(t=>{t.onFocus()})})}onOnline(){dt.batch(()=>{this.getAll().forEach(t=>{t.onOnline()})})}},Dn=new WeakMap,Np),Ln,Et,yi,In,wr,Bp,_2=(Bp=class extends p0{constructor(t){super();ie(this,In);ie(this,Ln);ie(this,Et);ie(this,yi);this.mutationId=t.mutationId,X(this,Et,t.mutationCache),X(this,Ln,[]),this.state=t.state||b0(),this.setOptions(t.options),this.scheduleGc()}setOptions(t){this.options=t,this.updateGcTime(this.options.gcTime)}get meta(){return this.options.meta}addObserver(t){P(this,Ln).includes(t)||(P(this,Ln).push(t),this.clearGcTimeout(),P(this,Et).notify({type:"observerAdded",mutation:this,observer:t}))}removeObserver(t){X(this,Ln,P(this,Ln).filter(n=>n!==t)),this.scheduleGc(),P(this,Et).notify({type:"observerRemoved",mutation:this,observer:t})}optionalRemove(){P(this,Ln).length||(this.state.status==="pending"?this.scheduleGc():P(this,Et).remove(this))}continue(){var t,n;return(n=(t=P(this,yi))==null?void 0:t.continue())!=null?n:this.execute(this.state.variables)}async execute(t){var s,o,a,l,c,u,d,f,h,g,m,p,v,b,x,S,w,_,C,k,O;const n=()=>{Pe(this,In,wr).call(this,{type:"continue"})};X(this,yi,m0({fn:()=>this.options.mutationFn?this.options.mutationFn(t):Promise.reject(new Error("No mutationFn found")),onFail:(A,M)=>{Pe(this,In,wr).call(this,{type:"failed",failureCount:A,error:M})},onPause:()=>{Pe(this,In,wr).call(this,{type:"pause"})},onContinue:n,retry:(s=this.options.retry)!=null?s:0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:()=>P(this,Et).canRun(this)}));const r=this.state.status==="pending",i=!P(this,yi).canStart();try{if(r)n();else{Pe(this,In,wr).call(this,{type:"pending",variables:t,isPaused:i}),await((a=(o=P(this,Et).config).onMutate)==null?void 0:a.call(o,t,this));const M=await((c=(l=this.options).onMutate)==null?void 0:c.call(l,t));M!==this.state.context&&Pe(this,In,wr).call(this,{type:"pending",context:M,variables:t,isPaused:i})}const A=await P(this,yi).start();return await((d=(u=P(this,Et).config).onSuccess)==null?void 0:d.call(u,A,t,this.state.context,this)),await((h=(f=this.options).onSuccess)==null?void 0:h.call(f,A,t,this.state.context)),await((m=(g=P(this,Et).config).onSettled)==null?void 0:m.call(g,A,null,this.state.variables,this.state.context,this)),await((v=(p=this.options).onSettled)==null?void 0:v.call(p,A,null,t,this.state.context)),Pe(this,In,wr).call(this,{type:"success",data:A}),A}catch(A){try{throw await((x=(b=P(this,Et).config).onError)==null?void 0:x.call(b,A,t,this.state.context,this)),await((w=(S=this.options).onError)==null?void 0:w.call(S,A,t,this.state.context)),await((C=(_=P(this,Et).config).onSettled)==null?void 0:C.call(_,void 0,A,this.state.variables,this.state.context,this)),await((O=(k=this.options).onSettled)==null?void 0:O.call(k,void 0,A,t,this.state.context)),A}finally{Pe(this,In,wr).call(this,{type:"error",error:A})}}finally{P(this,Et).runNext(this)}}},Ln=new WeakMap,Et=new WeakMap,yi=new WeakMap,In=new WeakSet,wr=function(t){const n=r=>{switch(t.type){case"failed":return{...r,failureCount:t.failureCount,failureReason:t.error};case"pause":return{...r,isPaused:!0};case"continue":return{...r,isPaused:!1};case"pending":return{...r,context:t.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:t.isPaused,status:"pending",variables:t.variables,submittedAt:Date.now()};case"success":return{...r,data:t.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...r,data:void 0,error:t.error,failureCount:r.failureCount+1,failureReason:t.error,isPaused:!1,status:"error"}}};this.state=n(this.state),dt.batch(()=>{P(this,Ln).forEach(r=>{r.onMutationUpdate(t)}),P(this,Et).notify({mutation:this,type:"updated",action:t})})},Bp);function b0(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0,submittedAt:0}}var Zn,vn,fa,qp,k2=(qp=class extends Is{constructor(t={}){super();ie(this,Zn);ie(this,vn);ie(this,fa);this.config=t,X(this,Zn,new Set),X(this,vn,new Map),X(this,fa,0)}build(t,n,r){const i=new _2({mutationCache:this,mutationId:++Ha(this,fa)._,options:t.defaultMutationOptions(n),state:r});return this.add(i),i}add(t){P(this,Zn).add(t);const n=Ka(t);if(typeof n=="string"){const r=P(this,vn).get(n);r?r.push(t):P(this,vn).set(n,[t])}this.notify({type:"added",mutation:t})}remove(t){if(P(this,Zn).delete(t)){const n=Ka(t);if(typeof n=="string"){const r=P(this,vn).get(n);if(r)if(r.length>1){const i=r.indexOf(t);i!==-1&&r.splice(i,1)}else r[0]===t&&P(this,vn).delete(n)}}this.notify({type:"removed",mutation:t})}canRun(t){const n=Ka(t);if(typeof n=="string"){const r=P(this,vn).get(n),i=r==null?void 0:r.find(s=>s.state.status==="pending");return!i||i===t}else return!0}runNext(t){var r,i;const n=Ka(t);if(typeof n=="string"){const s=(r=P(this,vn).get(n))==null?void 0:r.find(o=>o!==t&&o.state.isPaused);return(i=s==null?void 0:s.continue())!=null?i:Promise.resolve()}else return Promise.resolve()}clear(){dt.batch(()=>{P(this,Zn).forEach(t=>{this.notify({type:"removed",mutation:t})}),P(this,Zn).clear(),P(this,vn).clear()})}getAll(){return Array.from(P(this,Zn))}find(t){const n={exact:!0,...t};return this.getAll().find(r=>Eh(n,r))}findAll(t={}){return this.getAll().filter(n=>Eh(t,n))}notify(t){dt.batch(()=>{this.listeners.forEach(n=>{n(t)})})}resumePausedMutations(){const t=this.getAll().filter(n=>n.state.isPaused);return dt.batch(()=>Promise.all(t.map(n=>n.continue().catch(Pt))))}},Zn=new WeakMap,vn=new WeakMap,fa=new WeakMap,qp);function Ka(e){var t;return(t=e.options.scope)==null?void 0:t.id}function Th(e){return{onFetch:(t,n)=>{var u,d,f,h,g;const r=t.options,i=(f=(d=(u=t.fetchOptions)==null?void 0:u.meta)==null?void 0:d.fetchMore)==null?void 0:f.direction,s=((h=t.state.data)==null?void 0:h.pages)||[],o=((g=t.state.data)==null?void 0:g.pageParams)||[];let a={pages:[],pageParams:[]},l=0;const c=async()=>{var x;let m=!1;const p=S=>{Object.defineProperty(S,"signal",{enumerable:!0,get:()=>(t.signal.aborted?m=!0:t.signal.addEventListener("abort",()=>{m=!0}),t.signal)})},v=f0(t.options,t.fetchOptions),b=async(S,w,_)=>{if(m)return Promise.reject();if(w==null&&S.pages.length)return Promise.resolve(S);const k=(()=>{const L={client:t.client,queryKey:t.queryKey,pageParam:w,direction:_?"backward":"forward",meta:t.options.meta};return p(L),L})(),O=await v(k),{maxPages:A}=t.options,M=_?y2:g2;return{pages:M(S.pages,O,A),pageParams:M(S.pageParams,w,A)}};if(i&&s.length){const S=i==="backward",w=S?O2:Mh,_={pages:s,pageParams:o},C=w(r,_);a=await b(_,C,S)}else{const S=e!=null?e:s.length;do{const w=l===0?(x=o[0])!=null?x:r.initialPageParam:Mh(r,a);if(l>0&&w==null)break;a=await b(a,w),l++}while(l<S)}return a};t.options.persister?t.fetchFn=()=>{var m,p;return(p=(m=t.options).persister)==null?void 0:p.call(m,c,{client:t.client,queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},n)}:t.fetchFn=c}}}function Mh(e,{pages:t,pageParams:n}){const r=t.length-1;return t.length>0?e.getNextPageParam(t[r],t,n[r],n):void 0}function O2(e,{pages:t,pageParams:n}){var r;return t.length>0?(r=e.getPreviousPageParam)==null?void 0:r.call(e,t[0],t,n[0],n):void 0}var ot,_r,kr,rs,is,Or,ss,os,zp,E2=(zp=class{constructor(e={}){ie(this,ot);ie(this,_r);ie(this,kr);ie(this,rs);ie(this,is);ie(this,Or);ie(this,ss);ie(this,os);X(this,ot,e.queryCache||new C2),X(this,_r,e.mutationCache||new k2),X(this,kr,e.defaultOptions||{}),X(this,rs,new Map),X(this,is,new Map),X(this,Or,0)}mount(){Ha(this,Or)._++,P(this,Or)===1&&(X(this,ss,of.subscribe(async e=>{e&&(await this.resumePausedMutations(),P(this,ot).onFocus())})),X(this,os,Es.subscribe(async e=>{e&&(await this.resumePausedMutations(),P(this,ot).onOnline())})))}unmount(){var e,t;Ha(this,Or)._--,P(this,Or)===0&&((e=P(this,ss))==null||e.call(this),X(this,ss,void 0),(t=P(this,os))==null||t.call(this),X(this,os,void 0))}isFetching(e){return P(this,ot).findAll({...e,fetchStatus:"fetching"}).length}isMutating(e){return P(this,_r).findAll({...e,status:"pending"}).length}getQueryData(e){var n;const t=this.defaultQueryOptions({queryKey:e});return(n=P(this,ot).get(t.queryHash))==null?void 0:n.state.data}ensureQueryData(e){const t=this.defaultQueryOptions(e),n=P(this,ot).build(this,t),r=n.state.data;return r===void 0?this.fetchQuery(e):(e.revalidateIfStale&&n.isStaleByTime(Ir(t.staleTime,n))&&this.prefetchQuery(t),Promise.resolve(r))}getQueriesData(e){return P(this,ot).findAll(e).map(({queryKey:t,state:n})=>{const r=n.data;return[t,r]})}setQueryData(e,t,n){const r=this.defaultQueryOptions({queryKey:e}),i=P(this,ot).get(r.queryHash),s=i==null?void 0:i.state.data,o=f2(t,s);if(o!==void 0)return P(this,ot).build(this,r).setData(o,{...n,manual:!0})}setQueriesData(e,t,n){return dt.batch(()=>P(this,ot).findAll(e).map(({queryKey:r})=>[r,this.setQueryData(r,t,n)]))}getQueryState(e){var n;const t=this.defaultQueryOptions({queryKey:e});return(n=P(this,ot).get(t.queryHash))==null?void 0:n.state}removeQueries(e){const t=P(this,ot);dt.batch(()=>{t.findAll(e).forEach(n=>{t.remove(n)})})}resetQueries(e,t){const n=P(this,ot);return dt.batch(()=>(n.findAll(e).forEach(r=>{r.reset()}),this.refetchQueries({type:"active",...e},t)))}cancelQueries(e,t={}){const n={revert:!0,...t},r=dt.batch(()=>P(this,ot).findAll(e).map(i=>i.cancel(n)));return Promise.all(r).then(Pt).catch(Pt)}invalidateQueries(e,t={}){return dt.batch(()=>{var n,r;return P(this,ot).findAll(e).forEach(i=>{i.invalidate()}),(e==null?void 0:e.refetchType)==="none"?Promise.resolve():this.refetchQueries({...e,type:(r=(n=e==null?void 0:e.refetchType)!=null?n:e==null?void 0:e.type)!=null?r:"active"},t)})}refetchQueries(e,t={}){var i;const n={...t,cancelRefetch:(i=t.cancelRefetch)!=null?i:!0},r=dt.batch(()=>P(this,ot).findAll(e).filter(s=>!s.isDisabled()&&!s.isStatic()).map(s=>{let o=s.fetch(void 0,n);return n.throwOnError||(o=o.catch(Pt)),s.state.fetchStatus==="paused"?Promise.resolve():o}));return Promise.all(r).then(Pt)}fetchQuery(e){const t=this.defaultQueryOptions(e);t.retry===void 0&&(t.retry=!1);const n=P(this,ot).build(this,t);return n.isStaleByTime(Ir(t.staleTime,n))?n.fetch(t):Promise.resolve(n.state.data)}prefetchQuery(e){return this.fetchQuery(e).then(Pt).catch(Pt)}fetchInfiniteQuery(e){return e.behavior=Th(e.pages),this.fetchQuery(e)}prefetchInfiniteQuery(e){return this.fetchInfiniteQuery(e).then(Pt).catch(Pt)}ensureInfiniteQueryData(e){return e.behavior=Th(e.pages),this.ensureQueryData(e)}resumePausedMutations(){return Es.isOnline()?P(this,_r).resumePausedMutations():Promise.resolve()}getQueryCache(){return P(this,ot)}getMutationCache(){return P(this,_r)}getDefaultOptions(){return P(this,kr)}setDefaultOptions(e){X(this,kr,e)}setQueryDefaults(e,t){P(this,rs).set(ki(e),{queryKey:e,defaultOptions:t})}getQueryDefaults(e){const t=[...P(this,rs).values()],n={};return t.forEach(r=>{Fo(e,r.queryKey)&&Object.assign(n,r.defaultOptions)}),n}setMutationDefaults(e,t){P(this,is).set(ki(e),{mutationKey:e,defaultOptions:t})}getMutationDefaults(e){const t=[...P(this,is).values()],n={};return t.forEach(r=>{Fo(e,r.mutationKey)&&Object.assign(n,r.defaultOptions)}),n}defaultQueryOptions(e){if(e._defaulted)return e;const t={...P(this,kr).queries,...this.getQueryDefaults(e.queryKey),...e,_defaulted:!0};return t.queryHash||(t.queryHash=sf(t.queryKey,t)),t.refetchOnReconnect===void 0&&(t.refetchOnReconnect=t.networkMode!=="always"),t.throwOnError===void 0&&(t.throwOnError=!!t.suspense),!t.networkMode&&t.persister&&(t.networkMode="offlineFirst"),t.queryFn===Ml&&(t.enabled=!1),t}defaultMutationOptions(e){return e!=null&&e._defaulted?e:{...P(this,kr).mutations,...(e==null?void 0:e.mutationKey)&&this.getMutationDefaults(e.mutationKey),...e,_defaulted:!0}}clear(){P(this,ot).clear(),P(this,_r).clear()}},ot=new WeakMap,_r=new WeakMap,kr=new WeakMap,rs=new WeakMap,is=new WeakMap,Or=new WeakMap,ss=new WeakMap,os=new WeakMap,zp),Dt,Le,ha,At,mi,as,Er,Ar,ga,ls,cs,pi,vi,Pr,us,Ke,bo,qu,zu,Hu,Uu,Ku,Vu,Wu,x0,Hp,A2=(Hp=class extends Is{constructor(t,n){super();ie(this,Ke);ie(this,Dt);ie(this,Le);ie(this,ha);ie(this,At);ie(this,mi);ie(this,as);ie(this,Er);ie(this,Ar);ie(this,ga);ie(this,ls);ie(this,cs);ie(this,pi);ie(this,vi);ie(this,Pr);ie(this,us,new Set);this.options=n,X(this,Dt,t),X(this,Ar,null),X(this,Er,Bu()),this.options.experimental_prefetchInRender||P(this,Er).reject(new Error("experimental_prefetchInRender feature flag is not enabled")),this.bindMethods(),this.setOptions(n)}bindMethods(){this.refetch=this.refetch.bind(this)}onSubscribe(){this.listeners.size===1&&(P(this,Le).addObserver(this),$h(P(this,Le),this.options)?Pe(this,Ke,bo).call(this):this.updateResult(),Pe(this,Ke,Uu).call(this))}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return Gu(P(this,Le),this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return Gu(P(this,Le),this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,Pe(this,Ke,Ku).call(this),Pe(this,Ke,Vu).call(this),P(this,Le).removeObserver(this)}setOptions(t){const n=this.options,r=P(this,Le);if(this.options=P(this,Dt).defaultQueryOptions(t),this.options.enabled!==void 0&&typeof this.options.enabled!="boolean"&&typeof this.options.enabled!="function"&&typeof ln(this.options.enabled,P(this,Le))!="boolean")throw new Error("Expected enabled to be a boolean or a callback that returns a boolean");Pe(this,Ke,Wu).call(this),P(this,Le).setOptions(this.options),n._defaulted&&!Tl(this.options,n)&&P(this,Dt).getQueryCache().notify({type:"observerOptionsUpdated",query:P(this,Le),observer:this});const i=this.hasListeners();i&&jh(P(this,Le),r,this.options,n)&&Pe(this,Ke,bo).call(this),this.updateResult(),i&&(P(this,Le)!==r||ln(this.options.enabled,P(this,Le))!==ln(n.enabled,P(this,Le))||Ir(this.options.staleTime,P(this,Le))!==Ir(n.staleTime,P(this,Le)))&&Pe(this,Ke,qu).call(this);const s=Pe(this,Ke,zu).call(this);i&&(P(this,Le)!==r||ln(this.options.enabled,P(this,Le))!==ln(n.enabled,P(this,Le))||s!==P(this,Pr))&&Pe(this,Ke,Hu).call(this,s)}getOptimisticResult(t){const n=P(this,Dt).getQueryCache().build(P(this,Dt),t),r=this.createResult(n,t);return T2(this,r)&&(X(this,At,r),X(this,as,this.options),X(this,mi,P(this,Le).state)),r}getCurrentResult(){return P(this,At)}trackResult(t,n){return new Proxy(t,{get:(r,i)=>(this.trackProp(i),n==null||n(i),Reflect.get(r,i))})}trackProp(t){P(this,us).add(t)}getCurrentQuery(){return P(this,Le)}refetch({...t}={}){return this.fetch({...t})}fetchOptimistic(t){const n=P(this,Dt).defaultQueryOptions(t),r=P(this,Dt).getQueryCache().build(P(this,Dt),n);return r.fetch().then(()=>this.createResult(r,n))}fetch(t){var n;return Pe(this,Ke,bo).call(this,{...t,cancelRefetch:(n=t.cancelRefetch)!=null?n:!0}).then(()=>(this.updateResult(),P(this,At)))}createResult(t,n){var O;const r=P(this,Le),i=this.options,s=P(this,At),o=P(this,mi),a=P(this,as),c=t!==r?t.state:P(this,ha),{state:u}=t;let d={...u},f=!1,h;if(n._optimisticResults){const A=this.hasListeners(),M=!A&&$h(t,n),L=A&&jh(t,r,n,i);(M||L)&&(d={...d,...v0(u.data,t.options)}),n._optimisticResults==="isRestoring"&&(d.fetchStatus="idle")}let{error:g,errorUpdatedAt:m,status:p}=d;h=d.data;let v=!1;if(n.placeholderData!==void 0&&h===void 0&&p==="pending"){let A;s!=null&&s.isPlaceholderData&&n.placeholderData===(a==null?void 0:a.placeholderData)?(A=s.data,v=!0):A=typeof n.placeholderData=="function"?n.placeholderData((O=P(this,cs))==null?void 0:O.state.data,P(this,cs)):n.placeholderData,A!==void 0&&(p="success",h=Nu(s==null?void 0:s.data,A,n),f=!0)}if(n.select&&h!==void 0&&!v)if(s&&h===(o==null?void 0:o.data)&&n.select===P(this,ga))h=P(this,ls);else try{X(this,ga,n.select),h=n.select(h),h=Nu(s==null?void 0:s.data,h,n),X(this,ls,h),X(this,Ar,null)}catch(A){X(this,Ar,A)}P(this,Ar)&&(g=P(this,Ar),h=P(this,ls),m=Date.now(),p="error");const b=d.fetchStatus==="fetching",x=p==="pending",S=p==="error",w=x&&b,_=h!==void 0,k={status:p,fetchStatus:d.fetchStatus,isPending:x,isSuccess:p==="success",isError:S,isInitialLoading:w,isLoading:w,data:h,dataUpdatedAt:d.dataUpdatedAt,error:g,errorUpdatedAt:m,failureCount:d.fetchFailureCount,failureReason:d.fetchFailureReason,errorUpdateCount:d.errorUpdateCount,isFetched:d.dataUpdateCount>0||d.errorUpdateCount>0,isFetchedAfterMount:d.dataUpdateCount>c.dataUpdateCount||d.errorUpdateCount>c.errorUpdateCount,isFetching:b,isRefetching:b&&!x,isLoadingError:S&&!_,isPaused:d.fetchStatus==="paused",isPlaceholderData:f,isRefetchError:S&&_,isStale:af(t,n),refetch:this.refetch,promise:P(this,Er),isEnabled:ln(n.enabled,t)!==!1};if(this.options.experimental_prefetchInRender){const A=G=>{k.status==="error"?G.reject(k.error):k.data!==void 0&&G.resolve(k.data)},M=()=>{const G=X(this,Er,k.promise=Bu());A(G)},L=P(this,Er);switch(L.status){case"pending":t.queryHash===r.queryHash&&A(L);break;case"fulfilled":(k.status==="error"||k.data!==L.value)&&M();break;case"rejected":(k.status!=="error"||k.error!==L.reason)&&M();break}}return k}updateResult(){const t=P(this,At),n=this.createResult(P(this,Le),this.options);if(X(this,mi,P(this,Le).state),X(this,as,this.options),P(this,mi).data!==void 0&&X(this,cs,P(this,Le)),Tl(n,t))return;X(this,At,n);const r=()=>{if(!t)return!0;const{notifyOnChangeProps:i}=this.options,s=typeof i=="function"?i():i;if(s==="all"||!s&&!P(this,us).size)return!0;const o=new Set(s!=null?s:P(this,us));return this.options.throwOnError&&o.add("error"),Object.keys(P(this,At)).some(a=>{const l=a;return P(this,At)[l]!==t[l]&&o.has(l)})};Pe(this,Ke,x0).call(this,{listeners:r()})}onQueryUpdate(){this.updateResult(),this.hasListeners()&&Pe(this,Ke,Uu).call(this)}},Dt=new WeakMap,Le=new WeakMap,ha=new WeakMap,At=new WeakMap,mi=new WeakMap,as=new WeakMap,Er=new WeakMap,Ar=new WeakMap,ga=new WeakMap,ls=new WeakMap,cs=new WeakMap,pi=new WeakMap,vi=new WeakMap,Pr=new WeakMap,us=new WeakMap,Ke=new WeakSet,bo=function(t){Pe(this,Ke,Wu).call(this);let n=P(this,Le).fetch(this.options,t);return t!=null&&t.throwOnError||(n=n.catch(Pt)),n},qu=function(){Pe(this,Ke,Ku).call(this);const t=Ir(this.options.staleTime,P(this,Le));if(_i||P(this,At).isStale||!Iu(t))return;const r=d0(P(this,At).dataUpdatedAt,t)+1;X(this,pi,setTimeout(()=>{P(this,At).isStale||this.updateResult()},r))},zu=function(){var t;return(t=typeof this.options.refetchInterval=="function"?this.options.refetchInterval(P(this,Le)):this.options.refetchInterval)!=null?t:!1},Hu=function(t){Pe(this,Ke,Vu).call(this),X(this,Pr,t),!(_i||ln(this.options.enabled,P(this,Le))===!1||!Iu(P(this,Pr))||P(this,Pr)===0)&&X(this,vi,setInterval(()=>{(this.options.refetchIntervalInBackground||of.isFocused())&&Pe(this,Ke,bo).call(this)},P(this,Pr)))},Uu=function(){Pe(this,Ke,qu).call(this),Pe(this,Ke,Hu).call(this,Pe(this,Ke,zu).call(this))},Ku=function(){P(this,pi)&&(clearTimeout(P(this,pi)),X(this,pi,void 0))},Vu=function(){P(this,vi)&&(clearInterval(P(this,vi)),X(this,vi,void 0))},Wu=function(){const t=P(this,Dt).getQueryCache().build(P(this,Dt),this.options);if(t===P(this,Le))return;const n=P(this,Le);X(this,Le,t),X(this,ha,t.state),this.hasListeners()&&(n==null||n.removeObserver(this),t.addObserver(this))},x0=function(t){dt.batch(()=>{t.listeners&&this.listeners.forEach(n=>{n(P(this,At))}),P(this,Dt).getQueryCache().notify({query:P(this,Le),type:"observerResultsUpdated"})})},Hp);function P2(e,t){return ln(t.enabled,e)!==!1&&e.state.data===void 0&&!(e.state.status==="error"&&t.retryOnMount===!1)}function $h(e,t){return P2(e,t)||e.state.data!==void 0&&Gu(e,t,t.refetchOnMount)}function Gu(e,t,n){if(ln(t.enabled,e)!==!1&&Ir(t.staleTime,e)!=="static"){const r=typeof n=="function"?n(e):n;return r==="always"||r!==!1&&af(e,t)}return!1}function jh(e,t,n,r){return(e!==t||ln(r.enabled,e)===!1)&&(!n.suspense||e.state.status!=="error")&&af(e,n)}function af(e,t){return ln(t.enabled,e)!==!1&&e.isStaleByTime(Ir(t.staleTime,e))}function T2(e,t){return!Tl(e.getCurrentResult(),t)}var Tr,Mr,Lt,er,ar,bl,Qu,Up,M2=(Up=class extends Is{constructor(n,r){super();ie(this,ar);ie(this,Tr);ie(this,Mr);ie(this,Lt);ie(this,er);X(this,Tr,n),this.setOptions(r),this.bindMethods(),Pe(this,ar,bl).call(this)}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(n){var i;const r=this.options;this.options=P(this,Tr).defaultMutationOptions(n),Tl(this.options,r)||P(this,Tr).getMutationCache().notify({type:"observerOptionsUpdated",mutation:P(this,Lt),observer:this}),r!=null&&r.mutationKey&&this.options.mutationKey&&ki(r.mutationKey)!==ki(this.options.mutationKey)?this.reset():((i=P(this,Lt))==null?void 0:i.state.status)==="pending"&&P(this,Lt).setOptions(this.options)}onUnsubscribe(){var n;this.hasListeners()||(n=P(this,Lt))==null||n.removeObserver(this)}onMutationUpdate(n){Pe(this,ar,bl).call(this),Pe(this,ar,Qu).call(this,n)}getCurrentResult(){return P(this,Mr)}reset(){var n;(n=P(this,Lt))==null||n.removeObserver(this),X(this,Lt,void 0),Pe(this,ar,bl).call(this),Pe(this,ar,Qu).call(this)}mutate(n,r){var i;return X(this,er,r),(i=P(this,Lt))==null||i.removeObserver(this),X(this,Lt,P(this,Tr).getMutationCache().build(P(this,Tr),this.options)),P(this,Lt).addObserver(this),P(this,Lt).execute(n)}},Tr=new WeakMap,Mr=new WeakMap,Lt=new WeakMap,er=new WeakMap,ar=new WeakSet,bl=function(){var r,i;const n=(i=(r=P(this,Lt))==null?void 0:r.state)!=null?i:b0();X(this,Mr,{...n,isPending:n.status==="pending",isSuccess:n.status==="success",isError:n.status==="error",isIdle:n.status==="idle",mutate:this.mutate,reset:this.reset})},Qu=function(n){dt.batch(()=>{var r,i,s,o,a,l,c,u;if(P(this,er)&&this.hasListeners()){const d=P(this,Mr).variables,f=P(this,Mr).context;(n==null?void 0:n.type)==="success"?((i=(r=P(this,er)).onSuccess)==null||i.call(r,n.data,d,f),(o=(s=P(this,er)).onSettled)==null||o.call(s,n.data,null,d,f)):(n==null?void 0:n.type)==="error"&&((l=(a=P(this,er)).onError)==null||l.call(a,n.error,d,f),(u=(c=P(this,er)).onSettled)==null||u.call(c,void 0,n.error,d,f))}this.listeners.forEach(d=>{d(P(this,Mr))})})},Up),w0=$.createContext(void 0),tn=e=>{const t=$.useContext(w0);if(e)return e;if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},$2=({client:e,children:t})=>($.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),y.jsx(w0.Provider,{value:e,children:t})),S0=$.createContext(!1),j2=()=>$.useContext(S0);S0.Provider;function D2(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}var L2=$.createContext(D2()),I2=()=>$.useContext(L2),R2=(e,t)=>{(e.suspense||e.throwOnError||e.experimental_prefetchInRender)&&(t.isReset()||(e.retryOnMount=!1))},F2=e=>{$.useEffect(()=>{e.clearReset()},[e])},N2=({result:e,errorResetBoundary:t,throwOnError:n,query:r,suspense:i})=>e.isError&&!t.isReset()&&!e.isFetching&&r&&(i&&e.data===void 0||h0(n,[e.error,r])),B2=e=>{if(e.suspense){const t=r=>r==="static"?r:Math.max(r!=null?r:1e3,1e3),n=e.staleTime;e.staleTime=typeof n=="function"?(...r)=>t(n(...r)):t(n),typeof e.gcTime=="number"&&(e.gcTime=Math.max(e.gcTime,1e3))}},q2=(e,t)=>e.isLoading&&e.isFetching&&!t,z2=(e,t)=>(e==null?void 0:e.suspense)&&t.isPending,Dh=(e,t,n)=>t.fetchOptimistic(e).catch(()=>{n.clearReset()});function H2(e,t,n){var d,f,h,g,m;if(process.env.NODE_ENV!=="production"&&(typeof e!="object"||Array.isArray(e)))throw new Error('Bad argument type. Starting with v5, only the "Object" form is allowed when calling query related functions. Please use the error stack to find the culprit call. More info here: https://tanstack.com/query/latest/docs/react/guides/migrating-to-v5#supports-a-single-signature-one-object');const r=j2(),i=I2(),s=tn(n),o=s.defaultQueryOptions(e);(f=(d=s.getDefaultOptions().queries)==null?void 0:d._experimental_beforeQuery)==null||f.call(d,o),process.env.NODE_ENV!=="production"&&(o.queryFn||console.error(`[${o.queryHash}]: No queryFn was passed as an option, and no default queryFn was found. The queryFn parameter is only optional when using a default queryFn. More info here: https://tanstack.com/query/latest/docs/framework/react/guides/default-query-function`)),o._optimisticResults=r?"isRestoring":"optimistic",B2(o),R2(o,i),F2(i);const a=!s.getQueryCache().get(o.queryHash),[l]=$.useState(()=>new t(s,o)),c=l.getOptimisticResult(o),u=!r&&e.subscribed!==!1;if($.useSyncExternalStore($.useCallback(p=>{const v=u?l.subscribe(dt.batchCalls(p)):Pt;return l.updateResult(),v},[l,u]),()=>l.getCurrentResult(),()=>l.getCurrentResult()),$.useEffect(()=>{l.setOptions(o)},[o,l]),z2(o,c))throw Dh(o,l,i);if(N2({result:c,errorResetBoundary:i,throwOnError:o.throwOnError,query:s.getQueryCache().get(o.queryHash),suspense:o.suspense}))throw c.error;if((g=(h=s.getDefaultOptions().queries)==null?void 0:h._experimental_afterQuery)==null||g.call(h,o,c),o.experimental_prefetchInRender&&!_i&&q2(c,r)){const p=a?Dh(o,l,i):(m=s.getQueryCache().get(o.queryHash))==null?void 0:m.promise;p==null||p.catch(Pt).finally(()=>{l.updateResult()})}return o.notifyOnChangeProps?c:l.trackResult(c)}function fr(e,t){return H2(e,A2,t)}function Vr(e,t){const n=tn(t),[r]=$.useState(()=>new M2(n,e));$.useEffect(()=>{r.setOptions(e)},[r,e]);const i=$.useSyncExternalStore($.useCallback(o=>r.subscribe(dt.batchCalls(o)),[r]),()=>r.getCurrentResult(),()=>r.getCurrentResult()),s=$.useCallback((o,a)=>{r.mutate(o,a).catch(Pt)},[r]);if(i.error&&h0(r.options.throwOnError,[i.error]))throw i.error;return{...i,mutate:s,mutateAsync:i.mutate}}var ke={context:void 0,registry:void 0,effects:void 0,done:!1,getContextId(){return Lh(this.context.count)},getNextContextId(){return Lh(this.context.count++)}};function Lh(e){const t=String(e),n=t.length-1;return ke.context.id+(n?String.fromCharCode(96+n):"")+t}function xo(e){ke.context=e}var C0=!1,U2=(e,t)=>e===t,$l=Symbol("solid-proxy"),_0=typeof Proxy=="function",cc=Symbol("solid-track"),jl={equals:U2},k0=M0,hr=1,Dl=2,O0={owned:null,cleanups:null,context:null,owner:null},Gc={},ze=null,Qc=null,K2=null,Ye=null,kt=null,sr=null,uc=0;function or(e,t){const n=Ye,r=ze,i=e.length===0,s=t===void 0?r:t,o=i?O0:{owned:null,cleanups:null,context:s?s.context:null,owner:s},a=i?e:()=>e(()=>st(()=>No(o)));ze=o,Ye=null;try{return Fn(a,!0)}finally{Ye=n,ze=r}}function re(e,t){t=t?Object.assign({},jl,t):jl;const n={value:e,observers:null,observerSlots:null,comparator:t.equals||void 0},r=i=>(typeof i=="function"&&(i=i(n.value)),T0(n,i));return[P0.bind(n),r]}function E0(e,t,n){const r=dc(e,t,!0,hr);Rs(r)}function be(e,t,n){const r=dc(e,t,!1,hr);Rs(r)}function xe(e,t,n){k0=nS;const r=dc(e,t,!1,hr);(!n||!n.render)&&(r.user=!0),sr?sr.push(r):Rs(r)}function H(e,t,n){n=n?Object.assign({},jl,n):jl;const r=dc(e,t,!0,0);return r.observers=null,r.observerSlots=null,r.comparator=n.equals||void 0,Rs(r),P0.bind(r)}function V2(e){return e&&typeof e=="object"&&"then"in e}function W2(e,t,n){let r,i,s;r=!0,i=e,s={};let o=null,a=Gc,l=null,c=!1,u="initialValue"in s,d=typeof r=="function"&&H(r);const f=new Set,[h,g]=(s.storage||re)(s.initialValue),[m,p]=re(void 0),[v,b]=re(void 0,{equals:!1}),[x,S]=re(u?"ready":"unresolved");ke.context&&(l=ke.getNextContextId(),s.ssrLoadFrom==="initial"?a=s.initialValue:ke.load&&ke.has(l)&&(a=ke.load(l)));function w(O,A,M,L){return o===O&&(o=null,L!==void 0&&(u=!0),(O===a||A===a)&&s.onHydrated&&queueMicrotask(()=>s.onHydrated(L,{value:A})),a=Gc,_(A,M)),A}function _(O,A){Fn(()=>{A===void 0&&g(()=>O),S(A!==void 0?"errored":u?"ready":"unresolved"),p(A);for(const M of f.keys())M.decrement();f.clear()},!1)}function C(){const O=Z2,A=h(),M=m();if(M!==void 0&&!o)throw M;return Ye&&Ye.user,A}function k(O=!0){if(O!==!1&&c)return;c=!1;const A=d?d():r;if(A==null||A===!1){w(o,st(h));return}const M=a!==Gc?a:st(()=>i(A,{value:h(),refetching:O}));return V2(M)?(o=M,"value"in M?(M.status==="success"?w(o,M.value,void 0,A):w(o,void 0,Yu(M.value),A),M):(c=!0,queueMicrotask(()=>c=!1),Fn(()=>{S(u?"refreshing":"pending"),b()},!1),M.then(L=>w(M,L,void 0,A),L=>w(M,void 0,Yu(L),A)))):(w(o,M,void 0,A),M)}return Object.defineProperties(C,{state:{get:()=>x()},error:{get:()=>m()},loading:{get(){const O=x();return O==="pending"||O==="refreshing"}},latest:{get(){if(!u)return C();const O=m();if(O&&!o)throw O;return h()}}}),d?E0(()=>k(!1)):k(!1),[C,{refetch:k,mutate:g}]}function G2(e){return Fn(e,!1)}function st(e){if(Ye===null)return e();const t=Ye;Ye=null;try{return e()}finally{Ye=t}}function cr(e,t,n){const r=Array.isArray(e);let i,s=n&&n.defer;return o=>{let a;if(r){a=Array(e.length);for(let c=0;c<e.length;c++)a[c]=e[c]()}else a=e();if(s)return s=!1,o;const l=st(()=>t(a,i,o));return i=a,l}}function ur(e){xe(()=>st(e))}function we(e){return ze===null||(ze.cleanups===null?ze.cleanups=[e]:ze.cleanups.push(e)),e}function Ih(){return ze}function Q2(e,t){const n=ze,r=Ye;ze=e,Ye=null;try{return Fn(t,!0)}catch(i){lf(i)}finally{ze=n,Ye=r}}function Y2(e){const t=Ye,n=ze;return Promise.resolve().then(()=>{Ye=t,ze=n;let r;return Fn(e,!1),Ye=ze=null,r?r.done:void 0})}var[X2,_F]=re(!1);function J2(){return[X2,Y2]}function pt(e,t){const n=Symbol("context");return{id:n,Provider:rS(n),defaultValue:e}}function vt(e){let t;return ze&&ze.context&&(t=ze.context[e.id])!==void 0?t:e.defaultValue}function A0(e){const t=H(e),n=H(()=>Xu(t()));return n.toArray=()=>{const r=n();return Array.isArray(r)?r:r!=null?[r]:[]},n}var Z2;function P0(){if(this.sources&&this.state)if(this.state===hr)Rs(this);else{const e=kt;kt=null,Fn(()=>Il(this),!1),kt=e}if(Ye){const e=this.observers?this.observers.length:0;Ye.sources?(Ye.sources.push(this),Ye.sourceSlots.push(e)):(Ye.sources=[this],Ye.sourceSlots=[e]),this.observers?(this.observers.push(Ye),this.observerSlots.push(Ye.sources.length-1)):(this.observers=[Ye],this.observerSlots=[Ye.sources.length-1])}return this.value}function T0(e,t,n){let r=e.value;return(!e.comparator||!e.comparator(r,t))&&(e.value=t,e.observers&&e.observers.length&&Fn(()=>{for(let i=0;i<e.observers.length;i+=1){const s=e.observers[i],o=Qc&&Qc.running;o&&Qc.disposed.has(s),(o?!s.tState:!s.state)&&(s.pure?kt.push(s):sr.push(s),s.observers&&$0(s)),o||(s.state=hr)}if(kt.length>1e6)throw kt=[],new Error},!1)),t}function Rs(e){if(!e.fn)return;No(e);const t=uc;eS(e,e.value,t)}function eS(e,t,n){let r;const i=ze,s=Ye;Ye=ze=e;try{r=e.fn(t)}catch(o){return e.pure&&(e.state=hr,e.owned&&e.owned.forEach(No),e.owned=null),e.updatedAt=n+1,lf(o)}finally{Ye=s,ze=i}(!e.updatedAt||e.updatedAt<=n)&&(e.updatedAt!=null&&"observers"in e?T0(e,r):e.value=r,e.updatedAt=n)}function dc(e,t,n,r=hr,i){const s={fn:e,state:r,updatedAt:null,owned:null,sources:null,sourceSlots:null,cleanups:null,value:t,owner:ze,context:ze?ze.context:null,pure:n};return ze===null||ze!==O0&&(ze.owned?ze.owned.push(s):ze.owned=[s]),s}function Ll(e){if(e.state===0)return;if(e.state===Dl)return Il(e);if(e.suspense&&st(e.suspense.inFallback))return e.suspense.effects.push(e);const t=[e];for(;(e=e.owner)&&(!e.updatedAt||e.updatedAt<uc);)e.state&&t.push(e);for(let n=t.length-1;n>=0;n--)if(e=t[n],e.state===hr)Rs(e);else if(e.state===Dl){const r=kt;kt=null,Fn(()=>Il(e,t[0]),!1),kt=r}}function Fn(e,t){if(kt)return e();let n=!1;t||(kt=[]),sr?n=!0:sr=[],uc++;try{const r=e();return tS(n),r}catch(r){n||(sr=null),kt=null,lf(r)}}function tS(e){if(kt&&(M0(kt),kt=null),e)return;const t=sr;sr=null,t.length&&Fn(()=>k0(t),!1)}function M0(e){for(let t=0;t<e.length;t++)Ll(e[t])}function nS(e){let t,n=0;for(t=0;t<e.length;t++){const r=e[t];r.user?e[n++]=r:Ll(r)}if(ke.context){if(ke.count){ke.effects||(ke.effects=[]),ke.effects.push(...e.slice(0,n));return}xo()}for(ke.effects&&(ke.done||!ke.count)&&(e=[...ke.effects,...e],n+=ke.effects.length,delete ke.effects),t=0;t<n;t++)Ll(e[t])}function Il(e,t){e.state=0;for(let n=0;n<e.sources.length;n+=1){const r=e.sources[n];if(r.sources){const i=r.state;i===hr?r!==t&&(!r.updatedAt||r.updatedAt<uc)&&Ll(r):i===Dl&&Il(r,t)}}}function $0(e){for(let t=0;t<e.observers.length;t+=1){const n=e.observers[t];n.state||(n.state=Dl,n.pure?kt.push(n):sr.push(n),n.observers&&$0(n))}}function No(e){let t;if(e.sources)for(;e.sources.length;){const n=e.sources.pop(),r=e.sourceSlots.pop(),i=n.observers;if(i&&i.length){const s=i.pop(),o=n.observerSlots.pop();r<i.length&&(s.sourceSlots[o]=r,i[r]=s,n.observerSlots[r]=o)}}if(e.tOwned){for(t=e.tOwned.length-1;t>=0;t--)No(e.tOwned[t]);delete e.tOwned}if(e.owned){for(t=e.owned.length-1;t>=0;t--)No(e.owned[t]);e.owned=null}if(e.cleanups){for(t=e.cleanups.length-1;t>=0;t--)e.cleanups[t]();e.cleanups=null}e.state=0}function Yu(e){return e instanceof Error?e:new Error(typeof e=="string"?e:"Unknown error",{cause:e})}function lf(e,t=ze){throw Yu(e)}function Xu(e){if(typeof e=="function"&&!e.length)return Xu(e());if(Array.isArray(e)){const t=[];for(let n=0;n<e.length;n++){const r=Xu(e[n]);Array.isArray(r)?t.push.apply(t,r):t.push(r)}return t}return e}function rS(e,t){return function(r){let i;return be(()=>i=st(()=>(ze.context={...ze.context,[e]:r.value},A0(()=>r.children))),void 0),i}}var Ju=Symbol("fallback");function Rl(e){for(let t=0;t<e.length;t++)e[t]()}function iS(e,t,n={}){let r=[],i=[],s=[],o=0,a=t.length>1?[]:null;return we(()=>Rl(s)),()=>{let l=e()||[],c=l.length,u,d;return l[cc],st(()=>{let h,g,m,p,v,b,x,S,w;if(c===0)o!==0&&(Rl(s),s=[],r=[],i=[],o=0,a&&(a=[])),n.fallback&&(r=[Ju],i[0]=or(_=>(s[0]=_,n.fallback())),o=1);else if(o===0){for(i=new Array(c),d=0;d<c;d++)r[d]=l[d],i[d]=or(f);o=c}else{for(m=new Array(c),p=new Array(c),a&&(v=new Array(c)),b=0,x=Math.min(o,c);b<x&&r[b]===l[b];b++);for(x=o-1,S=c-1;x>=b&&S>=b&&r[x]===l[S];x--,S--)m[S]=i[x],p[S]=s[x],a&&(v[S]=a[x]);for(h=new Map,g=new Array(S+1),d=S;d>=b;d--)w=l[d],u=h.get(w),g[d]=u===void 0?-1:u,h.set(w,d);for(u=b;u<=x;u++)w=r[u],d=h.get(w),d!==void 0&&d!==-1?(m[d]=i[u],p[d]=s[u],a&&(v[d]=a[u]),d=g[d],h.set(w,d)):s[u]();for(d=b;d<c;d++)d in m?(i[d]=m[d],s[d]=p[d],a&&(a[d]=v[d],a[d](d))):i[d]=or(f);i=i.slice(0,o=c),r=l.slice(0)}return i});function f(h){if(s[d]=h,a){const[g,m]=re(d);return a[d]=m,t(l[d],g)}return t(l[d])}}}function sS(e,t,n={}){let r=[],i=[],s=[],o=[],a=0,l;return we(()=>Rl(s)),()=>{const c=e()||[],u=c.length;return c[cc],st(()=>{if(u===0)return a!==0&&(Rl(s),s=[],r=[],i=[],a=0,o=[]),n.fallback&&(r=[Ju],i[0]=or(f=>(s[0]=f,n.fallback())),a=1),i;for(r[0]===Ju&&(s[0](),s=[],r=[],i=[],a=0),l=0;l<u;l++)l<r.length&&r[l]!==c[l]?o[l](()=>c[l]):l>=r.length&&(i[l]=or(d));for(;l<r.length;l++)s[l]();return a=o.length=s.length=u,r=c.slice(0),i=i.slice(0,a)});function d(f){s[l]=f;const[h,g]=re(c[l]);return o[l]=g,t(h,l)}}}function T(e,t){return st(()=>e(t||{}))}function Va(){return!0}var Zu={get(e,t,n){return t===$l?n:e.get(t)},has(e,t){return t===$l?!0:e.has(t)},set:Va,deleteProperty:Va,getOwnPropertyDescriptor(e,t){return{configurable:!0,enumerable:!0,get(){return e.get(t)},set:Va,deleteProperty:Va}},ownKeys(e){return e.keys()}};function Yc(e){return(e=typeof e=="function"?e():e)?e:{}}function oS(){for(let e=0,t=this.length;e<t;++e){const n=this[e]();if(n!==void 0)return n}}function Oe(...e){let t=!1;for(let o=0;o<e.length;o++){const a=e[o];t=t||!!a&&$l in a,e[o]=typeof a=="function"?(t=!0,H(a)):a}if(_0&&t)return new Proxy({get(o){for(let a=e.length-1;a>=0;a--){const l=Yc(e[a])[o];if(l!==void 0)return l}},has(o){for(let a=e.length-1;a>=0;a--)if(o in Yc(e[a]))return!0;return!1},keys(){const o=[];for(let a=0;a<e.length;a++)o.push(...Object.keys(Yc(e[a])));return[...new Set(o)]}},Zu);const n={},r=Object.create(null);for(let o=e.length-1;o>=0;o--){const a=e[o];if(!a)continue;const l=Object.getOwnPropertyNames(a);for(let c=l.length-1;c>=0;c--){const u=l[c];if(u==="__proto__"||u==="constructor")continue;const d=Object.getOwnPropertyDescriptor(a,u);if(!r[u])r[u]=d.get?{enumerable:!0,configurable:!0,get:oS.bind(n[u]=[d.get.bind(a)])}:d.value!==void 0?d:void 0;else{const f=n[u];f&&(d.get?f.push(d.get.bind(a)):d.value!==void 0&&f.push(()=>d.value))}}}const i={},s=Object.keys(r);for(let o=s.length-1;o>=0;o--){const a=s[o],l=r[a];l&&l.get?Object.defineProperty(i,a,l):i[a]=l?l.value:void 0}return i}function Ve(e,...t){if(_0&&$l in e){const i=new Set(t.length>1?t.flat():t[0]),s=t.map(o=>new Proxy({get(a){return o.includes(a)?e[a]:void 0},has(a){return o.includes(a)&&a in e},keys(){return o.filter(a=>a in e)}},Zu));return s.push(new Proxy({get(o){return i.has(o)?void 0:e[o]},has(o){return i.has(o)?!1:o in e},keys(){return Object.keys(e).filter(o=>!i.has(o))}},Zu)),s}const n={},r=t.map(()=>({}));for(const i of Object.getOwnPropertyNames(e)){const s=Object.getOwnPropertyDescriptor(e,i),o=!s.get&&!s.set&&s.enumerable&&s.writable&&s.configurable;let a=!1,l=0;for(const c of t)c.includes(i)&&(a=!0,o?r[l][i]=s.value:Object.defineProperty(r[l],i,s)),++l;a||(o?n[i]=s.value:Object.defineProperty(n,i,s))}return[...r,n]}function j0(e){let t,n;const r=i=>{const s=ke.context;if(s){const[a,l]=re();ke.count||(ke.count=0),ke.count++,(n||(n=e())).then(c=>{!ke.done&&xo(s),ke.count--,l(()=>c.default),xo()}),t=a}else if(!t){const[a]=W2(()=>(n||(n=e())).then(l=>l.default));t=a}let o;return H(()=>(o=t())?st(()=>{if(!s||ke.done)return o(i);const a=ke.context;xo(s);const l=o(i);return xo(a),l}):"")};return r.preload=()=>n||((n=e()).then(i=>t=()=>i.default),n),r}var aS=0;function hn(){return ke.context?ke.getNextContextId():`cl-${aS++}`}var D0=e=>`Stale read from <${e}>.`;function lS(e){const t="fallback"in e&&{fallback:()=>e.fallback};return H(iS(()=>e.each,e.children,t||void 0))}function cS(e){const t="fallback"in e&&{fallback:()=>e.fallback};return H(sS(()=>e.each,e.children,t||void 0))}function ve(e){const t=e.keyed,n=H(()=>e.when,void 0,void 0),r=t?n:H(n,void 0,{equals:(i,s)=>!i==!s});return H(()=>{const i=r();if(i){const s=e.children;return typeof s=="function"&&s.length>0?st(()=>s(t?i:()=>{if(!st(r))throw D0("Show");return n()})):s}return e.fallback},void 0,void 0)}function uS(e){const t=A0(()=>e.children),n=H(()=>{const r=t(),i=Array.isArray(r)?r:[r];let s=()=>{};for(let o=0;o<i.length;o++){const a=o,l=i[o],c=s,u=H(()=>c()?void 0:l.when,void 0,void 0),d=l.keyed?u:H(u,void 0,{equals:(f,h)=>!f==!h});s=()=>c()||(d()?[a,u,l]:void 0)}return s});return H(()=>{const r=n()();if(!r)return e.fallback;const[i,s,o]=r,a=o.children;return typeof a=="function"&&a.length>0?st(()=>a(o.keyed?s():()=>{var c;if(((c=st(n)())==null?void 0:c[0])!==i)throw D0("Match");return s()})):a},void 0,void 0)}function Xc(e){return e}var dS=["allowfullscreen","async","autofocus","autoplay","checked","controls","default","disabled","formnovalidate","hidden","indeterminate","inert","ismap","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","seamless","selected"],fS=new Set(["className","value","readOnly","formNoValidate","isMap","noModule","playsInline",...dS]),hS=new Set(["innerHTML","textContent","innerText","children"]),gS=Object.assign(Object.create(null),{className:"class",htmlFor:"for"}),yS=Object.assign(Object.create(null),{class:"className",formnovalidate:{$:"formNoValidate",BUTTON:1,INPUT:1},ismap:{$:"isMap",IMG:1},nomodule:{$:"noModule",SCRIPT:1},playsinline:{$:"playsInline",VIDEO:1},readonly:{$:"readOnly",INPUT:1,TEXTAREA:1}});function mS(e,t){const n=yS[e];return typeof n=="object"?n[t]?n.$:void 0:n}var pS=new Set(["beforeinput","click","dblclick","contextmenu","focusin","focusout","input","keydown","keyup","mousedown","mousemove","mouseout","mouseover","mouseup","pointerdown","pointermove","pointerout","pointerover","pointerup","touchend","touchmove","touchstart"]),vS=new Set(["altGlyph","altGlyphDef","altGlyphItem","animate","animateColor","animateMotion","animateTransform","circle","clipPath","color-profile","cursor","defs","desc","ellipse","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","filter","font","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignObject","g","glyph","glyphRef","hkern","image","line","linearGradient","marker","mask","metadata","missing-glyph","mpath","path","pattern","polygon","polyline","radialGradient","rect","set","stop","svg","switch","symbol","text","textPath","tref","tspan","use","view","vkern"]),bS={xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace"};function xS(e,t,n){let r=n.length,i=t.length,s=r,o=0,a=0,l=t[i-1].nextSibling,c=null;for(;o<i||a<s;){if(t[o]===n[a]){o++,a++;continue}for(;t[i-1]===n[s-1];)i--,s--;if(i===o){const u=s<r?a?n[a-1].nextSibling:n[s-a]:l;for(;a<s;)e.insertBefore(n[a++],u)}else if(s===a)for(;o<i;)(!c||!c.has(t[o]))&&t[o].remove(),o++;else if(t[o]===n[s-1]&&n[a]===t[i-1]){const u=t[--i].nextSibling;e.insertBefore(n[a++],t[o++].nextSibling),e.insertBefore(n[--s],u),t[i]=n[s]}else{if(!c){c=new Map;let d=a;for(;d<s;)c.set(n[d],d++)}const u=c.get(t[o]);if(u!=null)if(a<u&&u<s){let d=o,f=1,h;for(;++d<i&&d<s&&!((h=c.get(t[d]))==null||h!==u+f);)f++;if(f>u-a){const g=t[o];for(;a<u;)e.insertBefore(n[a++],g)}else e.replaceChild(n[a++],t[o++])}else o++;else t[o++].remove()}}}var Mo="_$DX_DELEGATE";function L0(e,t,n,r={}){let i;return or(s=>{i=s,t===document?e():K(t,e(),t.firstChild?null:void 0,n)},r.owner),()=>{i(),t.textContent=""}}function le(e,t,n,r){let i;const s=()=>{const a=document.createElement("template");return a.innerHTML=e,a.content.firstChild},o=()=>(i||(i=s())).cloneNode(!0);return o.cloneNode=o,o}function fc(e,t=window.document){const n=t[Mo]||(t[Mo]=new Set);for(let r=0,i=e.length;r<i;r++){const s=e[r];n.has(s)||(n.add(s),t.addEventListener(s,F0))}}function wS(e=window.document){if(e[Mo]){for(let t of e[Mo].keys())e.removeEventListener(t,F0);delete e[Mo]}}function J(e,t,n){Di(e)||(n==null?e.removeAttribute(t):e.setAttribute(t,n))}function SS(e,t,n,r){Di(e)||(r==null?e.removeAttributeNS(t,n):e.setAttributeNS(t,n,r))}function CS(e,t,n){Di(e)||(n?e.setAttribute(t,""):e.removeAttribute(t))}function ee(e,t){Di(e)||(t==null?e.removeAttribute("class"):e.className=t)}function I0(e,t,n,r){if(r)Array.isArray(n)?(e[`$$${t}`]=n[0],e[`$$${t}Data`]=n[1]):e[`$$${t}`]=n;else if(Array.isArray(n)){const i=n[0];e.addEventListener(t,n[0]=s=>i.call(e,n[1],s))}else e.addEventListener(t,n,typeof n!="function"&&n)}function _S(e,t,n={}){const r=Object.keys(t||{}),i=Object.keys(n);let s,o;for(s=0,o=i.length;s<o;s++){const a=i[s];!a||a==="undefined"||t[a]||(Rh(e,a,!1),delete n[a])}for(s=0,o=r.length;s<o;s++){const a=r[s],l=!!t[a];!a||a==="undefined"||n[a]===l||!l||(Rh(e,a,!0),n[a]=l)}return n}function kS(e,t,n){if(!t)return n?J(e,"style"):t;const r=e.style;if(typeof t=="string")return r.cssText=t;typeof n=="string"&&(r.cssText=n=void 0),n||(n={}),t||(t={});let i,s;for(s in n)t[s]==null&&r.removeProperty(s),delete n[s];for(s in t)i=t[s],i!==n[s]&&(r.setProperty(s,i),n[s]=i);return n}function R0(e,t={},n,r){const i={};return r||be(()=>i.children=Bo(e,t.children,i.children)),be(()=>typeof t.ref=="function"&&Fs(t.ref,e)),be(()=>OS(e,t,n,!0,i,!0)),i}function Fs(e,t,n){return st(()=>e(t,n))}function K(e,t,n,r){if(n!==void 0&&!r&&(r=[]),typeof t!="function")return Bo(e,t,r,n);be(i=>Bo(e,t(),i,n),r)}function OS(e,t,n,r,i={},s=!1){t||(t={});for(const o in i)if(!(o in t)){if(o==="children")continue;i[o]=Fh(e,o,null,i[o],n,s,t)}for(const o in t){if(o==="children")continue;const a=t[o];i[o]=Fh(e,o,a,i[o],n,s,t)}}function ES(e){let t,n;return!Di()||!(t=ke.registry.get(n=PS()))?e():(ke.completed&&ke.completed.add(t),ke.registry.delete(n),t)}function Di(e){return!!ke.context&&!ke.done&&(!e||e.isConnected)}function AS(e){return e.toLowerCase().replace(/-([a-z])/g,(t,n)=>n.toUpperCase())}function Rh(e,t,n){const r=t.trim().split(/\s+/);for(let i=0,s=r.length;i<s;i++)e.classList.toggle(r[i],n)}function Fh(e,t,n,r,i,s,o){let a,l,c,u,d;if(t==="style")return kS(e,n,r);if(t==="classList")return _S(e,n,r);if(n===r)return r;if(t==="ref")s||n(e);else if(t.slice(0,3)==="on:"){const f=t.slice(3);r&&e.removeEventListener(f,r,typeof r!="function"&&r),n&&e.addEventListener(f,n,typeof n!="function"&&n)}else if(t.slice(0,10)==="oncapture:"){const f=t.slice(10);r&&e.removeEventListener(f,r,!0),n&&e.addEventListener(f,n,!0)}else if(t.slice(0,2)==="on"){const f=t.slice(2).toLowerCase(),h=pS.has(f);if(!h&&r){const g=Array.isArray(r)?r[0]:r;e.removeEventListener(f,g)}(h||n)&&(I0(e,f,n,h),h&&fc([f]))}else if(t.slice(0,5)==="attr:")J(e,t.slice(5),n);else if(t.slice(0,5)==="bool:")CS(e,t.slice(5),n);else if((d=t.slice(0,5)==="prop:")||(c=hS.has(t))||!i&&((u=mS(t,e.tagName))||(l=fS.has(t)))||(a=e.nodeName.includes("-")||"is"in o)){if(d)t=t.slice(5),l=!0;else if(Di(e))return n;t==="class"||t==="className"?ee(e,n):a&&!l&&!c?e[AS(t)]=n:e[u||t]=n}else{const f=i&&t.indexOf(":")>-1&&bS[t.split(":")[0]];f?SS(e,f,t,n):J(e,gS[t]||t,n)}return n}function F0(e){if(ke.registry&&ke.events&&ke.events.find(([l,c])=>c===e))return;let t=e.target;const n=`$$${e.type}`,r=e.target,i=e.currentTarget,s=l=>Object.defineProperty(e,"target",{configurable:!0,value:l}),o=()=>{const l=t[n];if(l&&!t.disabled){const c=t[`${n}Data`];if(c!==void 0?l.call(t,c,e):l.call(t,e),e.cancelBubble)return}return t.host&&typeof t.host!="string"&&!t.host._$host&&t.contains(e.target)&&s(t.host),!0},a=()=>{for(;o()&&(t=t._$host||t.parentNode||t.host););};if(Object.defineProperty(e,"currentTarget",{configurable:!0,get(){return t||document}}),ke.registry&&!ke.done&&(ke.done=_$HY.done=!0),e.composedPath){const l=e.composedPath();s(l[0]);for(let c=0;c<l.length-2&&(t=l[c],!!o());c++){if(t._$host){t=t._$host,a();break}if(t.parentNode===i)break}}else a();s(r)}function Bo(e,t,n,r,i){const s=Di(e);if(s){!n&&(n=[...e.childNodes]);let l=[];for(let c=0;c<n.length;c++){const u=n[c];u.nodeType===8&&u.data.slice(0,2)==="!$"?u.remove():l.push(u)}n=l}for(;typeof n=="function";)n=n();if(t===n)return n;const o=typeof t,a=r!==void 0;if(e=a&&n[0]&&n[0].parentNode||e,o==="string"||o==="number"){if(s||o==="number"&&(t=t.toString(),t===n))return n;if(a){let l=n[0];l&&l.nodeType===3?l.data!==t&&(l.data=t):l=document.createTextNode(t),n=Ni(e,n,r,l)}else n!==""&&typeof n=="string"?n=e.firstChild.data=t:n=e.textContent=t}else if(t==null||o==="boolean"){if(s)return n;n=Ni(e,n,r)}else{if(o==="function")return be(()=>{let l=t();for(;typeof l=="function";)l=l();n=Bo(e,l,n,r)}),()=>n;if(Array.isArray(t)){const l=[],c=n&&Array.isArray(n);if(ed(l,t,n,i))return be(()=>n=Bo(e,l,n,r,!0)),()=>n;if(s){if(!l.length)return n;if(r===void 0)return n=[...e.childNodes];let u=l[0];if(u.parentNode!==e)return n;const d=[u];for(;(u=u.nextSibling)!==r;)d.push(u);return n=d}if(l.length===0){if(n=Ni(e,n,r),a)return n}else c?n.length===0?Nh(e,l,r):xS(e,n,l):(n&&Ni(e),Nh(e,l));n=l}else if(t.nodeType){if(s&&t.parentNode)return n=a?[t]:t;if(Array.isArray(n)){if(a)return n=Ni(e,n,r,t);Ni(e,n,null,t)}else n==null||n===""||!e.firstChild?e.appendChild(t):e.replaceChild(t,e.firstChild);n=t}}return n}function ed(e,t,n,r){let i=!1;for(let s=0,o=t.length;s<o;s++){let a=t[s],l=n&&n[e.length],c;if(!(a==null||a===!0||a===!1))if((c=typeof a)=="object"&&a.nodeType)e.push(a);else if(Array.isArray(a))i=ed(e,a,l)||i;else if(c==="function")if(r){for(;typeof a=="function";)a=a();i=ed(e,Array.isArray(a)?a:[a],Array.isArray(l)?l:[l])||i}else e.push(a),i=!0;else{const u=String(a);l&&l.nodeType===3&&l.data===u?e.push(l):e.push(document.createTextNode(u))}}return i}function Nh(e,t,n=null){for(let r=0,i=t.length;r<i;r++)e.insertBefore(t[r],n)}function Ni(e,t,n,r){if(n===void 0)return e.textContent="";const i=r||document.createTextNode("");if(t.length){let s=!1;for(let o=t.length-1;o>=0;o--){const a=t[o];if(i!==a){const l=a.parentNode===e;!s&&!o?l?e.replaceChild(i,a):e.insertBefore(i,n):l&&a.remove()}else s=!0}}else e.insertBefore(i,n);return[i]}function PS(){return ke.getNextContextId()}var TS="http://www.w3.org/2000/svg";function N0(e,t=!1){return t?document.createElementNS(TS,e):document.createElement(e)}function B0(e){const{useShadow:t}=e,n=document.createTextNode(""),r=()=>e.mount||document.body,i=Ih();let s,o=!!ke.context;return xe(()=>{o&&(Ih().user=o=!1),s||(s=Q2(i,()=>H(()=>e.children)));const a=r();if(a instanceof HTMLHeadElement){const[l,c]=re(!1),u=()=>c(!0);or(d=>K(a,()=>l()?d():s(),null)),we(u)}else{const l=N0(e.isSVG?"g":"div",e.isSVG),c=t&&l.attachShadow?l.attachShadow({mode:"open"}):l;Object.defineProperty(l,"_$host",{get(){return n.parentNode},configurable:!0}),K(c,s),a.appendChild(l),e.ref&&e.ref(l),we(()=>a.removeChild(l))}},void 0,{render:!o}),n}function MS(e,t){const n=H(e);return H(()=>{const r=n();switch(typeof r){case"function":return st(()=>r(t));case"string":const i=vS.has(r),s=ke.context?ES():N0(r,i);return R0(s,t,i),s}})}function $S(e){const[,t]=Ve(e,["component"]);return MS(()=>e.component,t)}var jS=class{constructor(){this.keyToValue=new Map,this.valueToKey=new Map}set(e,t){this.keyToValue.set(e,t),this.valueToKey.set(t,e)}getByKey(e){return this.keyToValue.get(e)}getByValue(e){return this.valueToKey.get(e)}clear(){this.keyToValue.clear(),this.valueToKey.clear()}},q0=class{constructor(t){this.generateIdentifier=t,this.kv=new jS}register(t,n){this.kv.getByValue(t)||(n||(n=this.generateIdentifier(t)),this.kv.set(n,t))}clear(){this.kv.clear()}getIdentifier(t){return this.kv.getByValue(t)}getValue(t){return this.kv.getByKey(t)}},DS=class extends q0{constructor(){super(e=>e.name),this.classToAllowedProps=new Map}register(e,t){typeof t=="object"?(t.allowProps&&this.classToAllowedProps.set(e,t.allowProps),super.register(e,t.identifier)):super.register(e,t)}getAllowedProps(e){return this.classToAllowedProps.get(e)}};function LS(e){if("values"in Object)return Object.values(e);const t=[];for(const n in e)e.hasOwnProperty(n)&&t.push(e[n]);return t}function IS(e,t){const n=LS(e);if("find"in n)return n.find(t);const r=n;for(let i=0;i<r.length;i++){const s=r[i];if(t(s))return s}}function As(e,t){Object.entries(e).forEach(([n,r])=>t(r,n))}function xl(e,t){return e.indexOf(t)!==-1}function Bh(e,t){for(let n=0;n<e.length;n++){const r=e[n];if(t(r))return r}}var RS=class{constructor(){this.transfomers={}}register(e){this.transfomers[e.name]=e}findApplicable(e){return IS(this.transfomers,t=>t.isApplicable(e))}findByName(e){return this.transfomers[e]}},FS=e=>Object.prototype.toString.call(e).slice(8,-1),z0=e=>typeof e=="undefined",NS=e=>e===null,qo=e=>typeof e!="object"||e===null||e===Object.prototype?!1:Object.getPrototypeOf(e)===null?!0:Object.getPrototypeOf(e)===Object.prototype,td=e=>qo(e)&&Object.keys(e).length===0,Br=e=>Array.isArray(e),BS=e=>typeof e=="string",qS=e=>typeof e=="number"&&!isNaN(e),zS=e=>typeof e=="boolean",HS=e=>e instanceof RegExp,zo=e=>e instanceof Map,Ho=e=>e instanceof Set,H0=e=>FS(e)==="Symbol",US=e=>e instanceof Date&&!isNaN(e.valueOf()),KS=e=>e instanceof Error,qh=e=>typeof e=="number"&&isNaN(e),VS=e=>zS(e)||NS(e)||z0(e)||qS(e)||BS(e)||H0(e),WS=e=>typeof e=="bigint",GS=e=>e===1/0||e===-1/0,QS=e=>ArrayBuffer.isView(e)&&!(e instanceof DataView),YS=e=>e instanceof URL,U0=e=>e.replace(/\./g,"\\."),Jc=e=>e.map(String).map(U0).join("."),$o=e=>{const t=[];let n="";for(let i=0;i<e.length;i++){let s=e.charAt(i);if(s==="\\"&&e.charAt(i+1)==="."){n+=".",i++;continue}if(s==="."){t.push(n),n="";continue}n+=s}const r=n;return t.push(r),t};function On(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var K0=[On(z0,"undefined",()=>null,()=>{}),On(WS,"bigint",e=>e.toString(),e=>typeof BigInt!="undefined"?BigInt(e):e),On(US,"Date",e=>e.toISOString(),e=>new Date(e)),On(KS,"Error",(e,t)=>{const n={name:e.name,message:e.message};return t.allowedErrorProps.forEach(r=>{n[r]=e[r]}),n},(e,t)=>{const n=new Error(e.message);return n.name=e.name,n.stack=e.stack,t.allowedErrorProps.forEach(r=>{n[r]=e[r]}),n}),On(HS,"regexp",e=>""+e,e=>{const t=e.slice(1,e.lastIndexOf("/")),n=e.slice(e.lastIndexOf("/")+1);return new RegExp(t,n)}),On(Ho,"set",e=>[...e.values()],e=>new Set(e)),On(zo,"map",e=>[...e.entries()],e=>new Map(e)),On(e=>qh(e)||GS(e),"number",e=>qh(e)?"NaN":e>0?"Infinity":"-Infinity",Number),On(e=>e===0&&1/e===-1/0,"number",()=>"-0",Number),On(YS,"URL",e=>e.toString(),e=>new URL(e))];function hc(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var V0=hc((e,t)=>H0(e)?!!t.symbolRegistry.getIdentifier(e):!1,(e,t)=>["symbol",t.symbolRegistry.getIdentifier(e)],e=>e.description,(e,t,n)=>{const r=n.symbolRegistry.getValue(t[1]);if(!r)throw new Error("Trying to deserialize unknown symbol");return r}),XS=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,Uint8ClampedArray].reduce((e,t)=>(e[t.name]=t,e),{}),W0=hc(QS,e=>["typed-array",e.constructor.name],e=>[...e],(e,t)=>{const n=XS[t[1]];if(!n)throw new Error("Trying to deserialize unknown typed array");return new n(e)});function G0(e,t){return e!=null&&e.constructor?!!t.classRegistry.getIdentifier(e.constructor):!1}var Q0=hc(G0,(e,t)=>["class",t.classRegistry.getIdentifier(e.constructor)],(e,t)=>{const n=t.classRegistry.getAllowedProps(e.constructor);if(!n)return{...e};const r={};return n.forEach(i=>{r[i]=e[i]}),r},(e,t,n)=>{const r=n.classRegistry.getValue(t[1]);if(!r)throw new Error("Trying to deserialize unknown class - check https://github.com/blitz-js/superjson/issues/116#issuecomment-773996564");return Object.assign(Object.create(r.prototype),e)}),Y0=hc((e,t)=>!!t.customTransformerRegistry.findApplicable(e),(e,t)=>["custom",t.customTransformerRegistry.findApplicable(e).name],(e,t)=>t.customTransformerRegistry.findApplicable(e).serialize(e),(e,t,n)=>{const r=n.customTransformerRegistry.findByName(t[1]);if(!r)throw new Error("Trying to deserialize unknown custom value");return r.deserialize(e)}),JS=[Q0,V0,Y0,W0],zh=(e,t)=>{const n=Bh(JS,i=>i.isApplicable(e,t));if(n)return{value:n.transform(e,t),type:n.annotation(e,t)};const r=Bh(K0,i=>i.isApplicable(e,t));if(r)return{value:r.transform(e,t),type:r.annotation}},X0={};K0.forEach(e=>{X0[e.annotation]=e});var ZS=(e,t,n)=>{if(Br(t))switch(t[0]){case"symbol":return V0.untransform(e,t,n);case"class":return Q0.untransform(e,t,n);case"custom":return Y0.untransform(e,t,n);case"typed-array":return W0.untransform(e,t,n);default:throw new Error("Unknown transformation: "+t)}else{const r=X0[t];if(!r)throw new Error("Unknown transformation: "+t);return r.untransform(e,n)}},Vi=(e,t)=>{const n=e.keys();for(;t>0;)n.next(),t--;return n.next().value};function J0(e){if(xl(e,"__proto__"))throw new Error("__proto__ is not allowed as a property");if(xl(e,"prototype"))throw new Error("prototype is not allowed as a property");if(xl(e,"constructor"))throw new Error("constructor is not allowed as a property")}var eC=(e,t)=>{J0(t);for(let n=0;n<t.length;n++){const r=t[n];if(Ho(e))e=Vi(e,+r);else if(zo(e)){const i=+r,s=+t[++n]==0?"key":"value",o=Vi(e,i);switch(s){case"key":e=o;break;case"value":e=e.get(o);break}}else e=e[r]}return e},nd=(e,t,n)=>{if(J0(t),t.length===0)return n(e);let r=e;for(let s=0;s<t.length-1;s++){const o=t[s];if(Br(r)){const a=+o;r=r[a]}else if(qo(r))r=r[o];else if(Ho(r)){const a=+o;r=Vi(r,a)}else if(zo(r)){if(s===t.length-2)break;const l=+o,c=+t[++s]==0?"key":"value",u=Vi(r,l);switch(c){case"key":r=u;break;case"value":r=r.get(u);break}}}const i=t[t.length-1];if(Br(r)?r[+i]=n(r[+i]):qo(r)&&(r[i]=n(r[i])),Ho(r)){const s=Vi(r,+i),o=n(s);s!==o&&(r.delete(s),r.add(o))}if(zo(r)){const s=+t[t.length-2],o=Vi(r,s);switch(+i==0?"key":"value"){case"key":{const l=n(o);r.set(l,r.get(o)),l!==o&&r.delete(o);break}case"value":{r.set(o,n(r.get(o)));break}}}return e};function rd(e,t,n=[]){if(!e)return;if(!Br(e)){As(e,(s,o)=>rd(s,t,[...n,...$o(o)]));return}const[r,i]=e;i&&As(i,(s,o)=>{rd(s,t,[...n,...$o(o)])}),t(r,n)}function tC(e,t,n){return rd(t,(r,i)=>{e=nd(e,i,s=>ZS(s,r,n))}),e}function nC(e,t){function n(r,i){const s=eC(e,$o(i));r.map($o).forEach(o=>{e=nd(e,o,()=>s)})}if(Br(t)){const[r,i]=t;r.forEach(s=>{e=nd(e,$o(s),()=>e)}),i&&As(i,n)}else As(t,n);return e}var rC=(e,t)=>qo(e)||Br(e)||zo(e)||Ho(e)||G0(e,t);function iC(e,t,n){const r=n.get(e);r?r.push(t):n.set(e,[t])}function sC(e,t){const n={};let r;return e.forEach(i=>{if(i.length<=1)return;t||(i=i.map(a=>a.map(String)).sort((a,l)=>a.length-l.length));const[s,...o]=i;s.length===0?r=o.map(Jc):n[Jc(s)]=o.map(Jc)}),r?td(n)?[r]:[r,n]:td(n)?void 0:n}var Z0=(e,t,n,r,i=[],s=[],o=new Map)=>{var h;const a=VS(e);if(!a){iC(e,i,t);const g=o.get(e);if(g)return r?{transformedValue:null}:g}if(!rC(e,n)){const g=zh(e,n),m=g?{transformedValue:g.value,annotations:[g.type]}:{transformedValue:e};return a||o.set(e,m),m}if(xl(s,e))return{transformedValue:null};const l=zh(e,n),c=(h=l==null?void 0:l.value)!=null?h:e,u=Br(c)?[]:{},d={};As(c,(g,m)=>{if(m==="__proto__"||m==="constructor"||m==="prototype")throw new Error(`Detected property ${m}. This is a prototype pollution risk, please remove it from your object.`);const p=Z0(g,t,n,r,[...i,m],[...s,e],o);u[m]=p.transformedValue,Br(p.annotations)?d[m]=p.annotations:qo(p.annotations)&&As(p.annotations,(v,b)=>{d[U0(m)+"."+b]=v})});const f=td(d)?{transformedValue:u,annotations:l?[l.type]:void 0}:{transformedValue:u,annotations:l?[l.type,d]:d};return a||o.set(e,f),f};function ev(e){return Object.prototype.toString.call(e).slice(8,-1)}function Hh(e){return ev(e)==="Array"}function oC(e){if(ev(e)!=="Object")return!1;const t=Object.getPrototypeOf(e);return!!t&&t.constructor===Object&&t===Object.prototype}function aC(e,t,n,r,i){const s={}.propertyIsEnumerable.call(r,t)?"enumerable":"nonenumerable";s==="enumerable"&&(e[t]=n),i&&s==="nonenumerable"&&Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0,configurable:!0})}function id(e,t={}){if(Hh(e))return e.map(i=>id(i,t));if(!oC(e))return e;const n=Object.getOwnPropertyNames(e),r=Object.getOwnPropertySymbols(e);return[...n,...r].reduce((i,s)=>{if(Hh(t.props)&&!t.props.includes(s))return i;const o=e[s],a=id(o,t);return aC(i,s,a,e,t.nonenumerable),i},{})}var Xe=class{constructor({dedupe:e=!1}={}){this.classRegistry=new DS,this.symbolRegistry=new q0(t=>{var n;return(n=t.description)!=null?n:""}),this.customTransformerRegistry=new RS,this.allowedErrorProps=[],this.dedupe=e}serialize(e){const t=new Map,n=Z0(e,t,this,this.dedupe),r={json:n.transformedValue};n.annotations&&(r.meta={...r.meta,values:n.annotations});const i=sC(t,this.dedupe);return i&&(r.meta={...r.meta,referentialEqualities:i}),r}deserialize(e){const{json:t,meta:n}=e;let r=id(t);return n!=null&&n.values&&(r=tC(r,n.values,this)),n!=null&&n.referentialEqualities&&(r=nC(r,n.referentialEqualities)),r}stringify(e){return JSON.stringify(this.serialize(e))}parse(e){return this.deserialize(JSON.parse(e))}registerClass(e,t){this.classRegistry.register(e,t)}registerSymbol(e,t){this.symbolRegistry.register(e,t)}registerCustom(e,t){this.customTransformerRegistry.register({name:t,...e})}allowErrorProps(...e){this.allowedErrorProps.push(...e)}};Xe.defaultInstance=new Xe;Xe.serialize=Xe.defaultInstance.serialize.bind(Xe.defaultInstance);Xe.deserialize=Xe.defaultInstance.deserialize.bind(Xe.defaultInstance);Xe.stringify=Xe.defaultInstance.stringify.bind(Xe.defaultInstance);Xe.parse=Xe.defaultInstance.parse.bind(Xe.defaultInstance);Xe.registerClass=Xe.defaultInstance.registerClass.bind(Xe.defaultInstance);Xe.registerSymbol=Xe.defaultInstance.registerSymbol.bind(Xe.defaultInstance);Xe.registerCustom=Xe.defaultInstance.registerCustom.bind(Xe.defaultInstance);Xe.allowErrorProps=Xe.defaultInstance.allowErrorProps.bind(Xe.defaultInstance);var tv=Xe.serialize,lC=Xe.stringify;function Hi(e){return e.state.fetchStatus==="fetching"?"fetching":e.getObserversCount()?e.state.fetchStatus==="paused"?"paused":e.isStale()?"stale":"fresh":"inactive"}function cC(e,t){return`${e}${t.charAt(0).toUpperCase()+t.slice(1)}`}function uC({queryState:e,observerCount:t,isStale:n}){return e.fetchStatus==="fetching"?"blue":t?e.fetchStatus==="paused"?"purple":n?"yellow":"green":"gray"}function Wi({status:e,isPaused:t}){return t?"purple":e==="error"?"red":e==="pending"?"yellow":e==="success"?"green":"gray"}function dC(e){return e==="fresh"?"green":e==="stale"?"yellow":e==="paused"?"purple":e==="inactive"?"gray":"blue"}var Fl=(e,t=!1)=>{const{json:n}=tv(e);return JSON.stringify(n,null,t?2:void 0)},Wa=e=>e.state.fetchStatus!=="idle"?0:e.getObserversCount()?e.isStale()?2:1:3,fC=(e,t)=>e.queryHash.localeCompare(t.queryHash),nv=(e,t)=>e.state.dataUpdatedAt<t.state.dataUpdatedAt?1:-1,hC=(e,t)=>Wa(e)===Wa(t)?nv(e,t):Wa(e)>Wa(t)?1:-1,sd={status:hC,"query hash":fC,"last updated":nv},Ga=e=>e.state.isPaused?0:e.state.status==="error"?2:e.state.status==="pending"?1:3,rv=(e,t)=>e.state.submittedAt<t.state.submittedAt?1:-1,gC=(e,t)=>Ga(e)===Ga(t)?rv(e,t):Ga(e)>Ga(t)?1:-1,od={status:gC,"last updated":rv},Uh=e=>e*parseFloat(getComputedStyle(document.documentElement).fontSize),iv=()=>{const[e,t]=re("dark");return ur(()=>{const n=window.matchMedia("(prefers-color-scheme: dark)");t(n.matches?"dark":"light");const r=i=>{t(i.matches?"dark":"light")};n.addEventListener("change",r),we(()=>n.removeEventListener("change",r))}),e},ai=(e,t,n)=>{if(t.length===0)return n;if(e instanceof Map){const r=new Map(e);if(t.length===1)return r.set(t[0],n),r;const[i,...s]=t;return r.set(i,ai(r.get(i),s,n)),r}if(e instanceof Set){const r=ai(Array.from(e),t,n);return new Set(r)}if(Array.isArray(e)){const r=[...e];if(t.length===1)return r[t[0]]=n,r;const[i,...s]=t;return r[i]=ai(r[i],s,n),r}if(e instanceof Object){const r={...e};if(t.length===1)return r[t[0]]=n,r;const[i,...s]=t;return r[i]=ai(r[i],s,n),r}return e},wo=(e,t)=>{if(e instanceof Map){const n=new Map(e);if(t.length===1)return n.delete(t[0]),n;const[r,...i]=t;return n.set(r,wo(n.get(r),i)),n}if(e instanceof Set){const n=wo(Array.from(e),t);return new Set(n)}if(Array.isArray(e)){const n=[...e];if(t.length===1)return n.filter((s,o)=>o.toString()!==t[0]);const[r,...i]=t;return n[r]=wo(n[r],i),n}if(e instanceof Object){const n={...e};if(t.length===1)return delete n[t[0]],n;const[r,...i]=t;return n[r]=wo(n[r],i),n}return e},sv=(e,t)=>{if(!e||document.querySelector("#_goober")||(t==null?void 0:t.querySelector("#_goober")))return;const r=document.createElement("style"),i=document.createTextNode("");r.appendChild(i),r.id="_goober",r.setAttribute("nonce",e),t?t.appendChild(r):document.head.appendChild(r)},ds,ya,ma,pa,bi,va,fs,hs,gs,ys,ms,ps,ba,Kp,yC=(Kp=class{constructor(e){ie(this,ds);ie(this,ya);ie(this,ma);ie(this,pa);ie(this,bi,!1);ie(this,va);ie(this,fs);ie(this,hs);ie(this,gs);ie(this,ys);ie(this,ms);ie(this,ps);ie(this,ba);const{client:t,queryFlavor:n,version:r,onlineManager:i,buttonPosition:s,position:o,initialIsOpen:a,errorTypes:l,styleNonce:c,shadowDOMTarget:u}=e;X(this,ds,re(t)),X(this,ma,n),X(this,pa,r),X(this,ya,i),X(this,va,c),X(this,fs,u),X(this,hs,re(s)),X(this,gs,re(o)),X(this,ys,re(a)),X(this,ms,re(l))}setButtonPosition(e){P(this,hs)[1](e)}setPosition(e){P(this,gs)[1](e)}setInitialIsOpen(e){P(this,ys)[1](e)}setErrorTypes(e){P(this,ms)[1](e)}setClient(e){P(this,ds)[1](e)}mount(e){if(P(this,bi))throw new Error("Devtools is already mounted");const t=L0(()=>{const n=this,[r]=P(this,hs),[i]=P(this,gs),[s]=P(this,ys),[o]=P(this,ms),[a]=P(this,ds);let l;return P(this,ps)?l=P(this,ps):(l=j0(()=>Promise.resolve().then(()=>qI)),X(this,ps,l)),sv(P(this,va),P(this,fs)),T(l,Oe({get queryFlavor(){return P(n,ma)},get version(){return P(n,pa)},get onlineManager(){return P(n,ya)},get shadowDOMTarget(){return P(n,fs)}},{get client(){return a()},get buttonPosition(){return r()},get position(){return i()},get initialIsOpen(){return s()},get errorTypes(){return o()}}))},e);X(this,bi,!0),X(this,ba,t)}unmount(){var e;if(!P(this,bi))throw new Error("Devtools is not mounted");(e=P(this,ba))==null||e.call(this),X(this,bi,!1)}},ds=new WeakMap,ya=new WeakMap,ma=new WeakMap,pa=new WeakMap,bi=new WeakMap,va=new WeakMap,fs=new WeakMap,hs=new WeakMap,gs=new WeakMap,ys=new WeakMap,ms=new WeakMap,ps=new WeakMap,ba=new WeakMap,Kp),vs,xa,wa,Sa,xi,Ca,bs,xs,ws,Ss,Cs,_s,ks,_a,Vp,mC=(Vp=class{constructor(e){ie(this,vs);ie(this,xa);ie(this,wa);ie(this,Sa);ie(this,xi,!1);ie(this,Ca);ie(this,bs);ie(this,xs);ie(this,ws);ie(this,Ss);ie(this,Cs);ie(this,_s);ie(this,ks);ie(this,_a);const{client:t,queryFlavor:n,version:r,onlineManager:i,buttonPosition:s,position:o,initialIsOpen:a,errorTypes:l,styleNonce:c,shadowDOMTarget:u,onClose:d}=e;X(this,vs,re(t)),X(this,wa,n),X(this,Sa,r),X(this,xa,i),X(this,Ca,c),X(this,bs,u),X(this,xs,re(s)),X(this,ws,re(o)),X(this,Ss,re(a)),X(this,Cs,re(l)),X(this,_s,re(d))}setButtonPosition(e){P(this,xs)[1](e)}setPosition(e){P(this,ws)[1](e)}setInitialIsOpen(e){P(this,Ss)[1](e)}setErrorTypes(e){P(this,Cs)[1](e)}setClient(e){P(this,vs)[1](e)}setOnClose(e){P(this,_s)[1](()=>e)}mount(e){if(P(this,xi))throw new Error("Devtools is already mounted");const t=L0(()=>{const n=this,[r]=P(this,xs),[i]=P(this,ws),[s]=P(this,Ss),[o]=P(this,Cs),[a]=P(this,vs),[l]=P(this,_s);let c;return P(this,ks)?c=P(this,ks):(c=j0(()=>Promise.resolve().then(()=>UI)),X(this,ks,c)),sv(P(this,Ca),P(this,bs)),T(c,Oe({get queryFlavor(){return P(n,wa)},get version(){return P(n,Sa)},get onlineManager(){return P(n,xa)},get shadowDOMTarget(){return P(n,bs)}},{get client(){return a()},get buttonPosition(){return r()},get position(){return i()},get initialIsOpen(){return s()},get errorTypes(){return o()},get onClose(){return l()}}))},e);X(this,xi,!0),X(this,_a,t)}unmount(){var e;if(!P(this,xi))throw new Error("Devtools is not mounted");(e=P(this,_a))==null||e.call(this),X(this,xi,!1)}},vs=new WeakMap,xa=new WeakMap,wa=new WeakMap,Sa=new WeakMap,xi=new WeakMap,Ca=new WeakMap,bs=new WeakMap,xs=new WeakMap,ws=new WeakMap,Ss=new WeakMap,Cs=new WeakMap,_s=new WeakMap,ks=new WeakMap,_a=new WeakMap,Vp);function pC(e){const t=tn(e.client),n=$.useRef(null),{buttonPosition:r,position:i,initialIsOpen:s,errorTypes:o,styleNonce:a,shadowDOMTarget:l}=e,[c]=$.useState(new yC({client:t,queryFlavor:"React Query",version:"5",onlineManager:Es,buttonPosition:r,position:i,initialIsOpen:s,errorTypes:o,styleNonce:a,shadowDOMTarget:l}));return $.useEffect(()=>{c.setClient(t)},[t,c]),$.useEffect(()=>{r&&c.setButtonPosition(r)},[r,c]),$.useEffect(()=>{i&&c.setPosition(i)},[i,c]),$.useEffect(()=>{c.setInitialIsOpen(s||!1)},[s,c]),$.useEffect(()=>{c.setErrorTypes(o||[])},[o,c]),$.useEffect(()=>(n.current&&c.mount(n.current),()=>{c.unmount()}),[c]),y.jsx("div",{dir:"ltr",className:"tsqd-parent-container",ref:n})}function vC(e){const t=tn(e.client),n=$.useRef(null),{errorTypes:r,styleNonce:i,shadowDOMTarget:s}=e,[o]=$.useState(new mC({client:t,queryFlavor:"React Query",version:"5",onlineManager:Es,buttonPosition:"bottom-left",position:"bottom",initialIsOpen:!0,errorTypes:r,styleNonce:i,shadowDOMTarget:s,onClose:e.onClose}));return $.useEffect(()=>{o.setClient(t)},[t,o]),$.useEffect(()=>{var a;o.setOnClose((a=e.onClose)!=null?a:()=>{})},[e.onClose,o]),$.useEffect(()=>{o.setErrorTypes(r||[])},[r,o]),$.useEffect(()=>(n.current&&o.mount(n.current),()=>{o.unmount()}),[o]),y.jsx("div",{style:{height:"500px",...e.style},className:"tsqd-parent-container",ref:n})}var bC=process.env.NODE_ENV!=="development"?function(){return null}:pC;process.env.NODE_ENV;function ov(e,t){return function(){return e.apply(t,arguments)}}const{toString:xC}=Object.prototype,{getPrototypeOf:cf}=Object,{iterator:gc,toStringTag:av}=Symbol,yc=(e=>t=>{const n=xC.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),kn=e=>(e=e.toLowerCase(),t=>yc(t)===e),mc=e=>t=>typeof t===e,{isArray:Ns}=Array,Uo=mc("undefined");function wC(e){return e!==null&&!Uo(e)&&e.constructor!==null&&!Uo(e.constructor)&&Ft(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const lv=kn("ArrayBuffer");function SC(e){let t;return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&lv(e.buffer),t}const CC=mc("string"),Ft=mc("function"),cv=mc("number"),pc=e=>e!==null&&typeof e=="object",_C=e=>e===!0||e===!1,wl=e=>{if(yc(e)!=="object")return!1;const t=cf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(av in e)&&!(gc in e)},kC=kn("Date"),OC=kn("File"),EC=kn("Blob"),AC=kn("FileList"),PC=e=>pc(e)&&Ft(e.pipe),TC=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Ft(e.append)&&((t=yc(e))==="formdata"||t==="object"&&Ft(e.toString)&&e.toString()==="[object FormData]"))},MC=kn("URLSearchParams"),[$C,jC,DC,LC]=["ReadableStream","Request","Response","Headers"].map(kn),IC=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Ea(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e=="undefined")return;let r,i;if(typeof e!="object"&&(e=[e]),Ns(e))for(r=0,i=e.length;r<i;r++)t.call(null,e[r],r,e);else{const s=n?Object.getOwnPropertyNames(e):Object.keys(e),o=s.length;let a;for(r=0;r<o;r++)a=s[r],t.call(null,e[a],a,e)}}function uv(e,t){t=t.toLowerCase();const n=Object.keys(e);let r=n.length,i;for(;r-- >0;)if(i=n[r],t===i.toLowerCase())return i;return null}const li=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:global,dv=e=>!Uo(e)&&e!==li;function ad(){const{caseless:e}=dv(this)&&this||{},t={},n=(r,i)=>{const s=e&&uv(t,i)||i;wl(t[s])&&wl(r)?t[s]=ad(t[s],r):wl(r)?t[s]=ad({},r):Ns(r)?t[s]=r.slice():t[s]=r};for(let r=0,i=arguments.length;r<i;r++)arguments[r]&&Ea(arguments[r],n);return t}const RC=(e,t,n,{allOwnKeys:r}={})=>(Ea(t,(i,s)=>{n&&Ft(i)?e[s]=ov(i,n):e[s]=i},{allOwnKeys:r}),e),FC=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),NC=(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)},BC=(e,t,n,r)=>{let i,s,o;const a={};if(t=t||{},e==null)return t;do{for(i=Object.getOwnPropertyNames(e),s=i.length;s-- >0;)o=i[s],(!r||r(o,e,t))&&!a[o]&&(t[o]=e[o],a[o]=!0);e=n!==!1&&cf(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},qC=(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},zC=e=>{if(!e)return null;if(Ns(e))return e;let t=e.length;if(!cv(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},HC=(e=>t=>e&&t instanceof e)(typeof Uint8Array!="undefined"&&cf(Uint8Array)),UC=(e,t)=>{const r=(e&&e[gc]).call(e);let i;for(;(i=r.next())&&!i.done;){const s=i.value;t.call(e,s[0],s[1])}},KC=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},VC=kn("HTMLFormElement"),WC=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,i){return r.toUpperCase()+i}),Kh=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),GC=kn("RegExp"),fv=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};Ea(n,(i,s)=>{let o;(o=t(i,s,e))!==!1&&(r[s]=o||i)}),Object.defineProperties(e,r)},QC=e=>{fv(e,(t,n)=>{if(Ft(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(Ft(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+"'")})}})},YC=(e,t)=>{const n={},r=i=>{i.forEach(s=>{n[s]=!0})};return Ns(e)?r(e):r(String(e).split(t)),n},XC=()=>{},JC=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function ZC(e){return!!(e&&Ft(e.append)&&e[av]==="FormData"&&e[gc])}const e_=e=>{const t=new Array(10),n=(r,i)=>{if(pc(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[i]=r;const s=Ns(r)?[]:{};return Ea(r,(o,a)=>{const l=n(o,i+1);!Uo(l)&&(s[a]=l)}),t[i]=void 0,s}}return r};return n(e,0)},t_=kn("AsyncFunction"),n_=e=>e&&(pc(e)||Ft(e))&&Ft(e.then)&&Ft(e.catch),hv=((e,t)=>e?setImmediate:t?((n,r)=>(li.addEventListener("message",({source:i,data:s})=>{i===li&&s===n&&r.length&&r.shift()()},!1),i=>{r.push(i),li.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",Ft(li.postMessage)),r_=typeof queueMicrotask!="undefined"?queueMicrotask.bind(li):typeof process!="undefined"&&process.nextTick||hv,i_=e=>e!=null&&Ft(e[gc]),N={isArray:Ns,isArrayBuffer:lv,isBuffer:wC,isFormData:TC,isArrayBufferView:SC,isString:CC,isNumber:cv,isBoolean:_C,isObject:pc,isPlainObject:wl,isReadableStream:$C,isRequest:jC,isResponse:DC,isHeaders:LC,isUndefined:Uo,isDate:kC,isFile:OC,isBlob:EC,isRegExp:GC,isFunction:Ft,isStream:PC,isURLSearchParams:MC,isTypedArray:HC,isFileList:AC,forEach:Ea,merge:ad,extend:RC,trim:IC,stripBOM:FC,inherits:NC,toFlatObject:BC,kindOf:yc,kindOfTest:kn,endsWith:qC,toArray:zC,forEachEntry:UC,matchAll:KC,isHTMLForm:VC,hasOwnProperty:Kh,hasOwnProp:Kh,reduceDescriptors:fv,freezeMethods:QC,toObjectSet:YC,toCamelCase:WC,noop:XC,toFiniteNumber:JC,findKey:uv,global:li,isContextDefined:dv,isSpecCompliantForm:ZC,toJSONObject:e_,isAsyncFn:t_,isThenable:n_,setImmediate:hv,asap:r_,isIterable:i_};function Ee(e,t,n,r,i){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),i&&(this.response=i,this.status=i.status?i.status:null)}N.inherits(Ee,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:N.toJSONObject(this.config),code:this.code,status:this.status}}});const gv=Ee.prototype,yv={};["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=>{yv[e]={value:e}});Object.defineProperties(Ee,yv);Object.defineProperty(gv,"isAxiosError",{value:!0});Ee.from=(e,t,n,r,i,s)=>{const o=Object.create(gv);return N.toFlatObject(e,o,function(l){return l!==Error.prototype},a=>a!=="isAxiosError"),Ee.call(o,e.message,t,n,r,i),o.cause=e,o.name=e.name,s&&Object.assign(o,s),o};const s_=null;function ld(e){return N.isPlainObject(e)||N.isArray(e)}function mv(e){return N.endsWith(e,"[]")?e.slice(0,-2):e}function Vh(e,t,n){return e?e.concat(t).map(function(i,s){return i=mv(i),!n&&s?"["+i+"]":i}).join(n?".":""):t}function o_(e){return N.isArray(e)&&!e.some(ld)}const a_=N.toFlatObject(N,{},null,function(t){return/^is[A-Z]/.test(t)});function vc(e,t,n){if(!N.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=N.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(m,p){return!N.isUndefined(p[m])});const r=n.metaTokens,i=n.visitor||u,s=n.dots,o=n.indexes,l=(n.Blob||typeof Blob!="undefined"&&Blob)&&N.isSpecCompliantForm(t);if(!N.isFunction(i))throw new TypeError("visitor must be a function");function c(g){if(g===null)return"";if(N.isDate(g))return g.toISOString();if(N.isBoolean(g))return g.toString();if(!l&&N.isBlob(g))throw new Ee("Blob is not supported. Use a Buffer instead.");return N.isArrayBuffer(g)||N.isTypedArray(g)?l&&typeof Blob=="function"?new Blob([g]):Buffer.from(g):g}function u(g,m,p){let v=g;if(g&&!p&&typeof g=="object"){if(N.endsWith(m,"{}"))m=r?m:m.slice(0,-2),g=JSON.stringify(g);else if(N.isArray(g)&&o_(g)||(N.isFileList(g)||N.endsWith(m,"[]"))&&(v=N.toArray(g)))return m=mv(m),v.forEach(function(x,S){!(N.isUndefined(x)||x===null)&&t.append(o===!0?Vh([m],S,s):o===null?m:m+"[]",c(x))}),!1}return ld(g)?!0:(t.append(Vh(p,m,s),c(g)),!1)}const d=[],f=Object.assign(a_,{defaultVisitor:u,convertValue:c,isVisitable:ld});function h(g,m){if(!N.isUndefined(g)){if(d.indexOf(g)!==-1)throw Error("Circular reference detected in "+m.join("."));d.push(g),N.forEach(g,function(v,b){(!(N.isUndefined(v)||v===null)&&i.call(t,v,N.isString(b)?b.trim():b,m,f))===!0&&h(v,m?m.concat(b):[b])}),d.pop()}}if(!N.isObject(e))throw new TypeError("data must be an object");return h(e),t}function Wh(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function uf(e,t){this._pairs=[],e&&vc(e,this,t)}const pv=uf.prototype;pv.append=function(t,n){this._pairs.push([t,n])};pv.toString=function(t){const n=t?function(r){return t.call(this,r,Wh)}:Wh;return this._pairs.map(function(i){return n(i[0])+"="+n(i[1])},"").join("&")};function l_(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function vv(e,t,n){if(!t)return e;const r=n&&n.encode||l_;N.isFunction(n)&&(n={serialize:n});const i=n&&n.serialize;let s;if(i?s=i(t,n):s=N.isURLSearchParams(t)?t.toString():new uf(t,n).toString(r),s){const o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class Gh{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){N.forEach(this.handlers,function(r){r!==null&&t(r)})}}const bv={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},c_=typeof URLSearchParams!="undefined"?URLSearchParams:uf,u_=typeof FormData!="undefined"?FormData:null,d_=typeof Blob!="undefined"?Blob:null,f_={isBrowser:!0,classes:{URLSearchParams:c_,FormData:u_,Blob:d_},protocols:["http","https","file","blob","url","data"]},df=typeof window!="undefined"&&typeof document!="undefined",cd=typeof navigator=="object"&&navigator||void 0,h_=df&&(!cd||["ReactNative","NativeScript","NS"].indexOf(cd.product)<0),g_=typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",y_=df&&window.location.href||"http://localhost",m_=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:df,hasStandardBrowserEnv:h_,hasStandardBrowserWebWorkerEnv:g_,navigator:cd,origin:y_},Symbol.toStringTag,{value:"Module"})),_t={...m_,...f_};function p_(e,t){return vc(e,new _t.classes.URLSearchParams,Object.assign({visitor:function(n,r,i,s){return _t.isNode&&N.isBuffer(n)?(this.append(r,n.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function v_(e){return N.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function b_(e){const t={},n=Object.keys(e);let r;const i=n.length;let s;for(r=0;r<i;r++)s=n[r],t[s]=e[s];return t}function xv(e){function t(n,r,i,s){let o=n[s++];if(o==="__proto__")return!0;const a=Number.isFinite(+o),l=s>=n.length;return o=!o&&N.isArray(i)?i.length:o,l?(N.hasOwnProp(i,o)?i[o]=[i[o],r]:i[o]=r,!a):((!i[o]||!N.isObject(i[o]))&&(i[o]=[]),t(n,r,i[o],s)&&N.isArray(i[o])&&(i[o]=b_(i[o])),!a)}if(N.isFormData(e)&&N.isFunction(e.entries)){const n={};return N.forEachEntry(e,(r,i)=>{t(v_(r),i,n,0)}),n}return null}function x_(e,t,n){if(N.isString(e))try{return(t||JSON.parse)(e),N.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const Aa={transitional:bv,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",i=r.indexOf("application/json")>-1,s=N.isObject(t);if(s&&N.isHTMLForm(t)&&(t=new FormData(t)),N.isFormData(t))return i?JSON.stringify(xv(t)):t;if(N.isArrayBuffer(t)||N.isBuffer(t)||N.isStream(t)||N.isFile(t)||N.isBlob(t)||N.isReadableStream(t))return t;if(N.isArrayBufferView(t))return t.buffer;if(N.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let a;if(s){if(r.indexOf("application/x-www-form-urlencoded")>-1)return p_(t,this.formSerializer).toString();if((a=N.isFileList(t))||r.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return vc(a?{"files[]":t}:t,l&&new l,this.formSerializer)}}return s||i?(n.setContentType("application/json",!1),x_(t)):t}],transformResponse:[function(t){const n=this.transitional||Aa.transitional,r=n&&n.forcedJSONParsing,i=this.responseType==="json";if(N.isResponse(t)||N.isReadableStream(t))return t;if(t&&N.isString(t)&&(r&&!this.responseType||i)){const o=!(n&&n.silentJSONParsing)&&i;try{return JSON.parse(t)}catch(a){if(o)throw a.name==="SyntaxError"?Ee.from(a,Ee.ERR_BAD_RESPONSE,this,null,this.response):a}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:_t.classes.FormData,Blob:_t.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};N.forEach(["delete","get","head","post","put","patch"],e=>{Aa.headers[e]={}});const w_=N.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"]),S_=e=>{const t={};let n,r,i;return e&&e.split(`
|
|
13
13
|
`).forEach(function(o){i=o.indexOf(":"),n=o.substring(0,i).trim().toLowerCase(),r=o.substring(i+1).trim(),!(!n||t[n]&&w_[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t},Qh=Symbol("internals");function to(e){return e&&String(e).trim().toLowerCase()}function Sl(e){return e===!1||e==null?e:N.isArray(e)?e.map(Sl):String(e)}function C_(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 __=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Zc(e,t,n,r,i){if(N.isFunction(r))return r.call(this,t,n);if(i&&(t=n),!!N.isString(t)){if(N.isString(r))return t.indexOf(r)!==-1;if(N.isRegExp(r))return r.test(t)}}function k_(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function O_(e,t){const n=N.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(i,s,o){return this[r].call(this,t,i,s,o)},configurable:!0})})}let Nt=class{constructor(t){t&&this.set(t)}set(t,n,r){const i=this;function s(a,l,c){const u=to(l);if(!u)throw new Error("header name must be a non-empty string");const d=N.findKey(i,u);(!d||i[d]===void 0||c===!0||c===void 0&&i[d]!==!1)&&(i[d||l]=Sl(a))}const o=(a,l)=>N.forEach(a,(c,u)=>s(c,u,l));if(N.isPlainObject(t)||t instanceof this.constructor)o(t,n);else if(N.isString(t)&&(t=t.trim())&&!__(t))o(S_(t),n);else if(N.isObject(t)&&N.isIterable(t)){let a={},l,c;for(const u of t){if(!N.isArray(u))throw TypeError("Object iterator must return a key-value pair");a[c=u[0]]=(l=a[c])?N.isArray(l)?[...l,u[1]]:[l,u[1]]:u[1]}o(a,n)}else t!=null&&s(n,t,r);return this}get(t,n){if(t=to(t),t){const r=N.findKey(this,t);if(r){const i=this[r];if(!n)return i;if(n===!0)return C_(i);if(N.isFunction(n))return n.call(this,i,r);if(N.isRegExp(n))return n.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=to(t),t){const r=N.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||Zc(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let i=!1;function s(o){if(o=to(o),o){const a=N.findKey(r,o);a&&(!n||Zc(r,r[a],a,n))&&(delete r[a],i=!0)}}return N.isArray(t)?t.forEach(s):s(t),i}clear(t){const n=Object.keys(this);let r=n.length,i=!1;for(;r--;){const s=n[r];(!t||Zc(this,this[s],s,t,!0))&&(delete this[s],i=!0)}return i}normalize(t){const n=this,r={};return N.forEach(this,(i,s)=>{const o=N.findKey(r,s);if(o){n[o]=Sl(i),delete n[s];return}const a=t?k_(s):String(s).trim();a!==s&&delete n[s],n[a]=Sl(i),r[a]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return N.forEach(this,(r,i)=>{r!=null&&r!==!1&&(n[i]=t&&N.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(`
|
|
14
|
-
`)}getSetCookie(){return this.get("set-cookie")||[]}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(i=>r.set(i)),r}static accessor(t){const r=(this[Qh]=this[Qh]={accessors:{}}).accessors,i=this.prototype;function s(o){const a=to(o);r[a]||(O_(i,o),r[a]=!0)}return N.isArray(t)?t.forEach(s):s(t),this}};Nt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);N.reduceDescriptors(Nt.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}});N.freezeMethods(Nt);function eu(e,t){const n=this||Aa,r=t||n,i=Nt.from(r.headers);let s=r.data;return N.forEach(e,function(a){s=a.call(n,s,i.normalize(),t?t.status:void 0)}),i.normalize(),s}function xv(e){return!!(e&&e.__CANCEL__)}function Bs(e,t,n){Ee.call(this,e==null?"canceled":e,Ee.ERR_CANCELED,t,n),this.name="CanceledError"}N.inherits(Bs,Ee,{__CANCEL__:!0});function wv(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new Ee("Request failed with status code "+n.status,[Ee.ERR_BAD_REQUEST,Ee.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function E_(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function A_(e,t){e=e||10;const n=new Array(e),r=new Array(e);let i=0,s=0,o;return t=t!==void 0?t:1e3,function(l){const c=Date.now(),u=r[s];o||(o=c),n[i]=l,r[i]=c;let d=s,f=0;for(;d!==i;)f+=n[d++],d=d%e;if(i=(i+1)%e,i===s&&(s=(s+1)%e),c-o<t)return;const h=u&&c-u;return h?Math.round(f*1e3/h):void 0}}function P_(e,t){let n=0,r=1e3/t,i,s;const o=(c,u=Date.now())=>{n=u,i=null,s&&(clearTimeout(s),s=null),e.apply(null,c)};return[(...c)=>{const u=Date.now(),d=u-n;d>=r?o(c,u):(i=c,s||(s=setTimeout(()=>{s=null,o(i)},r-d)))},()=>i&&o(i)]}const Nl=(e,t,n=3)=>{let r=0;const i=A_(50,250);return P_(s=>{const o=s.loaded,a=s.lengthComputable?s.total:void 0,l=o-r,c=i(l),u=o<=a;r=o;const d={loaded:o,total:a,progress:a?o/a:void 0,bytes:l,rate:c||void 0,estimated:c&&a&&u?(a-o)/c:void 0,event:s,lengthComputable:a!=null,[t?"download":"upload"]:!0};e(d)},n)},Yh=(e,t)=>{const n=e!=null;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Xh=e=>(...t)=>N.asap(()=>e(...t)),T_=_t.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,_t.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(_t.origin),_t.navigator&&/(msie|trident)/i.test(_t.navigator.userAgent)):()=>!0,M_=_t.hasStandardBrowserEnv?{write(e,t,n,r,i,s){const o=[e+"="+encodeURIComponent(t)];N.isNumber(n)&&o.push("expires="+new Date(n).toGMTString()),N.isString(r)&&o.push("path="+r),N.isString(i)&&o.push("domain="+i),s===!0&&o.push("secure"),document.cookie=o.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function $_(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function j_(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Sv(e,t,n){let r=!$_(t);return e&&(r||n==!1)?j_(e,t):t}const Jh=e=>e instanceof Nt?{...e}:e;function Oi(e,t){t=t||{};const n={};function r(c,u,d,f){return N.isPlainObject(c)&&N.isPlainObject(u)?N.merge.call({caseless:f},c,u):N.isPlainObject(u)?N.merge({},u):N.isArray(u)?u.slice():u}function i(c,u,d,f){if(N.isUndefined(u)){if(!N.isUndefined(c))return r(void 0,c,d,f)}else return r(c,u,d,f)}function s(c,u){if(!N.isUndefined(u))return r(void 0,u)}function o(c,u){if(N.isUndefined(u)){if(!N.isUndefined(c))return r(void 0,c)}else return r(void 0,u)}function a(c,u,d){if(d in t)return r(c,u);if(d in e)return r(void 0,c)}const l={url:s,method:s,data:s,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken: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:a,headers:(c,u,d)=>i(Jh(c),Jh(u),d,!0)};return N.forEach(Object.keys(Object.assign({},e,t)),function(u){const d=l[u]||i,f=d(e[u],t[u],u);N.isUndefined(f)&&d!==a||(n[u]=f)}),n}const Cv=e=>{const t=Oi({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:i,xsrfCookieName:s,headers:o,auth:a}=t;t.headers=o=Nt.from(o),t.url=pv(Sv(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),a&&o.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let l;if(N.isFormData(n)){if(_t.hasStandardBrowserEnv||_t.hasStandardBrowserWebWorkerEnv)o.setContentType(void 0);else if((l=o.getContentType())!==!1){const[c,...u]=l?l.split(";").map(d=>d.trim()).filter(Boolean):[];o.setContentType([c||"multipart/form-data",...u].join("; "))}}if(_t.hasStandardBrowserEnv&&(r&&N.isFunction(r)&&(r=r(t)),r||r!==!1&&T_(t.url))){const c=i&&s&&M_.read(s);c&&o.set(i,c)}return t},D_=typeof XMLHttpRequest!="undefined",L_=D_&&function(e){return new Promise(function(n,r){const i=Cv(e);let s=i.data;const o=Nt.from(i.headers).normalize();let{responseType:a,onUploadProgress:l,onDownloadProgress:c}=i,u,d,f,h,g;function m(){h&&h(),g&&g(),i.cancelToken&&i.cancelToken.unsubscribe(u),i.signal&&i.signal.removeEventListener("abort",u)}let p=new XMLHttpRequest;p.open(i.method.toUpperCase(),i.url,!0),p.timeout=i.timeout;function v(){if(!p)return;const x=Nt.from("getAllResponseHeaders"in p&&p.getAllResponseHeaders()),w={data:!a||a==="text"||a==="json"?p.responseText:p.response,status:p.status,statusText:p.statusText,headers:x,config:e,request:p};wv(function(C){n(C),m()},function(C){r(C),m()},w),p=null}"onloadend"in p?p.onloadend=v:p.onreadystatechange=function(){!p||p.readyState!==4||p.status===0&&!(p.responseURL&&p.responseURL.indexOf("file:")===0)||setTimeout(v)},p.onabort=function(){p&&(r(new Ee("Request aborted",Ee.ECONNABORTED,e,p)),p=null)},p.onerror=function(){r(new Ee("Network Error",Ee.ERR_NETWORK,e,p)),p=null},p.ontimeout=function(){let S=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded";const w=i.transitional||vv;i.timeoutErrorMessage&&(S=i.timeoutErrorMessage),r(new Ee(S,w.clarifyTimeoutError?Ee.ETIMEDOUT:Ee.ECONNABORTED,e,p)),p=null},s===void 0&&o.setContentType(null),"setRequestHeader"in p&&N.forEach(o.toJSON(),function(S,w){p.setRequestHeader(w,S)}),N.isUndefined(i.withCredentials)||(p.withCredentials=!!i.withCredentials),a&&a!=="json"&&(p.responseType=i.responseType),c&&([f,g]=Nl(c,!0),p.addEventListener("progress",f)),l&&p.upload&&([d,h]=Nl(l),p.upload.addEventListener("progress",d),p.upload.addEventListener("loadend",h)),(i.cancelToken||i.signal)&&(u=x=>{p&&(r(!x||x.type?new Bs(null,e,p):x),p.abort(),p=null)},i.cancelToken&&i.cancelToken.subscribe(u),i.signal&&(i.signal.aborted?u():i.signal.addEventListener("abort",u)));const b=E_(i.url);if(b&&_t.protocols.indexOf(b)===-1){r(new Ee("Unsupported protocol "+b+":",Ee.ERR_BAD_REQUEST,e));return}p.send(s||null)})},I_=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let r=new AbortController,i;const s=function(c){if(!i){i=!0,a();const u=c instanceof Error?c:this.reason;r.abort(u instanceof Ee?u:new Bs(u instanceof Error?u.message:u))}};let o=t&&setTimeout(()=>{o=null,s(new Ee(`timeout ${t} of ms exceeded`,Ee.ETIMEDOUT))},t);const a=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach(c=>{c.unsubscribe?c.unsubscribe(s):c.removeEventListener("abort",s)}),e=null)};e.forEach(c=>c.addEventListener("abort",s));const{signal:l}=r;return l.unsubscribe=()=>N.asap(a),l}},R_=function*(e,t){let n=e.byteLength;if(n<t){yield e;return}let r=0,i;for(;r<n;)i=r+t,yield e.slice(r,i),r=i},F_=async function*(e,t){for await(const n of N_(e))yield*R_(n,t)},N_=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:n,value:r}=await t.read();if(n)break;yield r}}finally{await t.cancel()}},Zh=(e,t,n,r)=>{const i=F_(e,t);let s=0,o,a=l=>{o||(o=!0,r&&r(l))};return new ReadableStream({async pull(l){try{const{done:c,value:u}=await i.next();if(c){a(),l.close();return}let d=u.byteLength;if(n){let f=s+=d;n(f)}l.enqueue(new Uint8Array(u))}catch(c){throw a(c),c}},cancel(l){return a(l),i.return()}},{highWaterMark:2})},bc=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",_v=bc&&typeof ReadableStream=="function",B_=bc&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),kv=(e,...t)=>{try{return!!e(...t)}catch(n){return!1}},q_=_v&&kv(()=>{let e=!1;const t=new Request(_t.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),eg=64*1024,ud=_v&&kv(()=>N.isReadableStream(new Response("").body)),Bl={stream:ud&&(e=>e.body)};bc&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!Bl[t]&&(Bl[t]=N.isFunction(e[t])?n=>n[t]():(n,r)=>{throw new Ee(`Response type '${t}' is not supported`,Ee.ERR_NOT_SUPPORT,r)})})})(new Response);const z_=async e=>{if(e==null)return 0;if(N.isBlob(e))return e.size;if(N.isSpecCompliantForm(e))return(await new Request(_t.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(N.isArrayBufferView(e)||N.isArrayBuffer(e))return e.byteLength;if(N.isURLSearchParams(e)&&(e=e+""),N.isString(e))return(await B_(e)).byteLength},H_=async(e,t)=>{const n=N.toFiniteNumber(e.getContentLength());return n==null?z_(t):n},K_=bc&&(async e=>{let{url:t,method:n,data:r,signal:i,cancelToken:s,timeout:o,onDownloadProgress:a,onUploadProgress:l,responseType:c,headers:u,withCredentials:d="same-origin",fetchOptions:f}=Cv(e);c=c?(c+"").toLowerCase():"text";let h=I_([i,s&&s.toAbortSignal()],o),g;const m=h&&h.unsubscribe&&(()=>{h.unsubscribe()});let p;try{if(l&&q_&&n!=="get"&&n!=="head"&&(p=await H_(u,r))!==0){let w=new Request(t,{method:"POST",body:r,duplex:"half"}),_;if(N.isFormData(r)&&(_=w.headers.get("content-type"))&&u.setContentType(_),w.body){const[C,k]=Yh(p,Nl(Xh(l)));r=Zh(w.body,eg,C,k)}}N.isString(d)||(d=d?"include":"omit");const v="credentials"in Request.prototype;g=new Request(t,{...f,signal:h,method:n.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",credentials:v?d:void 0});let b=await fetch(g,f);const x=ud&&(c==="stream"||c==="response");if(ud&&(a||x&&m)){const w={};["status","statusText","headers"].forEach(O=>{w[O]=b[O]});const _=N.toFiniteNumber(b.headers.get("content-length")),[C,k]=a&&Yh(_,Nl(Xh(a),!0))||[];b=new Response(Zh(b.body,eg,C,()=>{k&&k(),m&&m()}),w)}c=c||"text";let S=await Bl[N.findKey(Bl,c)||"text"](b,e);return!x&&m&&m(),await new Promise((w,_)=>{wv(w,_,{data:S,headers:Nt.from(b.headers),status:b.status,statusText:b.statusText,config:e,request:g})})}catch(v){throw m&&m(),v&&v.name==="TypeError"&&/Load failed|fetch/i.test(v.message)?Object.assign(new Ee("Network Error",Ee.ERR_NETWORK,e,g),{cause:v.cause||v}):Ee.from(v,v&&v.code,e,g)}}),dd={http:s_,xhr:L_,fetch:K_};N.forEach(dd,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(n){}Object.defineProperty(e,"adapterName",{value:t})}});const tg=e=>`- ${e}`,U_=e=>N.isFunction(e)||e===null||e===!1,Ov={getAdapter:e=>{e=N.isArray(e)?e:[e];const{length:t}=e;let n,r;const i={};for(let s=0;s<t;s++){n=e[s];let o;if(r=n,!U_(n)&&(r=dd[(o=String(n)).toLowerCase()],r===void 0))throw new Ee(`Unknown adapter '${o}'`);if(r)break;i[o||"#"+s]=r}if(!r){const s=Object.entries(i).map(([a,l])=>`adapter ${a} `+(l===!1?"is not supported by the environment":"is not available in the build"));let o=t?s.length>1?`since :
|
|
14
|
+
`)}getSetCookie(){return this.get("set-cookie")||[]}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(i=>r.set(i)),r}static accessor(t){const r=(this[Qh]=this[Qh]={accessors:{}}).accessors,i=this.prototype;function s(o){const a=to(o);r[a]||(O_(i,o),r[a]=!0)}return N.isArray(t)?t.forEach(s):s(t),this}};Nt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);N.reduceDescriptors(Nt.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}});N.freezeMethods(Nt);function eu(e,t){const n=this||Aa,r=t||n,i=Nt.from(r.headers);let s=r.data;return N.forEach(e,function(a){s=a.call(n,s,i.normalize(),t?t.status:void 0)}),i.normalize(),s}function wv(e){return!!(e&&e.__CANCEL__)}function Bs(e,t,n){Ee.call(this,e==null?"canceled":e,Ee.ERR_CANCELED,t,n),this.name="CanceledError"}N.inherits(Bs,Ee,{__CANCEL__:!0});function Sv(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new Ee("Request failed with status code "+n.status,[Ee.ERR_BAD_REQUEST,Ee.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function E_(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function A_(e,t){e=e||10;const n=new Array(e),r=new Array(e);let i=0,s=0,o;return t=t!==void 0?t:1e3,function(l){const c=Date.now(),u=r[s];o||(o=c),n[i]=l,r[i]=c;let d=s,f=0;for(;d!==i;)f+=n[d++],d=d%e;if(i=(i+1)%e,i===s&&(s=(s+1)%e),c-o<t)return;const h=u&&c-u;return h?Math.round(f*1e3/h):void 0}}function P_(e,t){let n=0,r=1e3/t,i,s;const o=(c,u=Date.now())=>{n=u,i=null,s&&(clearTimeout(s),s=null),e.apply(null,c)};return[(...c)=>{const u=Date.now(),d=u-n;d>=r?o(c,u):(i=c,s||(s=setTimeout(()=>{s=null,o(i)},r-d)))},()=>i&&o(i)]}const Nl=(e,t,n=3)=>{let r=0;const i=A_(50,250);return P_(s=>{const o=s.loaded,a=s.lengthComputable?s.total:void 0,l=o-r,c=i(l),u=o<=a;r=o;const d={loaded:o,total:a,progress:a?o/a:void 0,bytes:l,rate:c||void 0,estimated:c&&a&&u?(a-o)/c:void 0,event:s,lengthComputable:a!=null,[t?"download":"upload"]:!0};e(d)},n)},Yh=(e,t)=>{const n=e!=null;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Xh=e=>(...t)=>N.asap(()=>e(...t)),T_=_t.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,_t.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(_t.origin),_t.navigator&&/(msie|trident)/i.test(_t.navigator.userAgent)):()=>!0,M_=_t.hasStandardBrowserEnv?{write(e,t,n,r,i,s){const o=[e+"="+encodeURIComponent(t)];N.isNumber(n)&&o.push("expires="+new Date(n).toGMTString()),N.isString(r)&&o.push("path="+r),N.isString(i)&&o.push("domain="+i),s===!0&&o.push("secure"),document.cookie=o.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function $_(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function j_(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Cv(e,t,n){let r=!$_(t);return e&&(r||n==!1)?j_(e,t):t}const Jh=e=>e instanceof Nt?{...e}:e;function Oi(e,t){t=t||{};const n={};function r(c,u,d,f){return N.isPlainObject(c)&&N.isPlainObject(u)?N.merge.call({caseless:f},c,u):N.isPlainObject(u)?N.merge({},u):N.isArray(u)?u.slice():u}function i(c,u,d,f){if(N.isUndefined(u)){if(!N.isUndefined(c))return r(void 0,c,d,f)}else return r(c,u,d,f)}function s(c,u){if(!N.isUndefined(u))return r(void 0,u)}function o(c,u){if(N.isUndefined(u)){if(!N.isUndefined(c))return r(void 0,c)}else return r(void 0,u)}function a(c,u,d){if(d in t)return r(c,u);if(d in e)return r(void 0,c)}const l={url:s,method:s,data:s,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken: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:a,headers:(c,u,d)=>i(Jh(c),Jh(u),d,!0)};return N.forEach(Object.keys(Object.assign({},e,t)),function(u){const d=l[u]||i,f=d(e[u],t[u],u);N.isUndefined(f)&&d!==a||(n[u]=f)}),n}const _v=e=>{const t=Oi({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:i,xsrfCookieName:s,headers:o,auth:a}=t;t.headers=o=Nt.from(o),t.url=vv(Cv(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),a&&o.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let l;if(N.isFormData(n)){if(_t.hasStandardBrowserEnv||_t.hasStandardBrowserWebWorkerEnv)o.setContentType(void 0);else if((l=o.getContentType())!==!1){const[c,...u]=l?l.split(";").map(d=>d.trim()).filter(Boolean):[];o.setContentType([c||"multipart/form-data",...u].join("; "))}}if(_t.hasStandardBrowserEnv&&(r&&N.isFunction(r)&&(r=r(t)),r||r!==!1&&T_(t.url))){const c=i&&s&&M_.read(s);c&&o.set(i,c)}return t},D_=typeof XMLHttpRequest!="undefined",L_=D_&&function(e){return new Promise(function(n,r){const i=_v(e);let s=i.data;const o=Nt.from(i.headers).normalize();let{responseType:a,onUploadProgress:l,onDownloadProgress:c}=i,u,d,f,h,g;function m(){h&&h(),g&&g(),i.cancelToken&&i.cancelToken.unsubscribe(u),i.signal&&i.signal.removeEventListener("abort",u)}let p=new XMLHttpRequest;p.open(i.method.toUpperCase(),i.url,!0),p.timeout=i.timeout;function v(){if(!p)return;const x=Nt.from("getAllResponseHeaders"in p&&p.getAllResponseHeaders()),w={data:!a||a==="text"||a==="json"?p.responseText:p.response,status:p.status,statusText:p.statusText,headers:x,config:e,request:p};Sv(function(C){n(C),m()},function(C){r(C),m()},w),p=null}"onloadend"in p?p.onloadend=v:p.onreadystatechange=function(){!p||p.readyState!==4||p.status===0&&!(p.responseURL&&p.responseURL.indexOf("file:")===0)||setTimeout(v)},p.onabort=function(){p&&(r(new Ee("Request aborted",Ee.ECONNABORTED,e,p)),p=null)},p.onerror=function(){r(new Ee("Network Error",Ee.ERR_NETWORK,e,p)),p=null},p.ontimeout=function(){let S=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded";const w=i.transitional||bv;i.timeoutErrorMessage&&(S=i.timeoutErrorMessage),r(new Ee(S,w.clarifyTimeoutError?Ee.ETIMEDOUT:Ee.ECONNABORTED,e,p)),p=null},s===void 0&&o.setContentType(null),"setRequestHeader"in p&&N.forEach(o.toJSON(),function(S,w){p.setRequestHeader(w,S)}),N.isUndefined(i.withCredentials)||(p.withCredentials=!!i.withCredentials),a&&a!=="json"&&(p.responseType=i.responseType),c&&([f,g]=Nl(c,!0),p.addEventListener("progress",f)),l&&p.upload&&([d,h]=Nl(l),p.upload.addEventListener("progress",d),p.upload.addEventListener("loadend",h)),(i.cancelToken||i.signal)&&(u=x=>{p&&(r(!x||x.type?new Bs(null,e,p):x),p.abort(),p=null)},i.cancelToken&&i.cancelToken.subscribe(u),i.signal&&(i.signal.aborted?u():i.signal.addEventListener("abort",u)));const b=E_(i.url);if(b&&_t.protocols.indexOf(b)===-1){r(new Ee("Unsupported protocol "+b+":",Ee.ERR_BAD_REQUEST,e));return}p.send(s||null)})},I_=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let r=new AbortController,i;const s=function(c){if(!i){i=!0,a();const u=c instanceof Error?c:this.reason;r.abort(u instanceof Ee?u:new Bs(u instanceof Error?u.message:u))}};let o=t&&setTimeout(()=>{o=null,s(new Ee(`timeout ${t} of ms exceeded`,Ee.ETIMEDOUT))},t);const a=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach(c=>{c.unsubscribe?c.unsubscribe(s):c.removeEventListener("abort",s)}),e=null)};e.forEach(c=>c.addEventListener("abort",s));const{signal:l}=r;return l.unsubscribe=()=>N.asap(a),l}},R_=function*(e,t){let n=e.byteLength;if(n<t){yield e;return}let r=0,i;for(;r<n;)i=r+t,yield e.slice(r,i),r=i},F_=async function*(e,t){for await(const n of N_(e))yield*R_(n,t)},N_=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:n,value:r}=await t.read();if(n)break;yield r}}finally{await t.cancel()}},Zh=(e,t,n,r)=>{const i=F_(e,t);let s=0,o,a=l=>{o||(o=!0,r&&r(l))};return new ReadableStream({async pull(l){try{const{done:c,value:u}=await i.next();if(c){a(),l.close();return}let d=u.byteLength;if(n){let f=s+=d;n(f)}l.enqueue(new Uint8Array(u))}catch(c){throw a(c),c}},cancel(l){return a(l),i.return()}},{highWaterMark:2})},bc=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",kv=bc&&typeof ReadableStream=="function",B_=bc&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),Ov=(e,...t)=>{try{return!!e(...t)}catch(n){return!1}},q_=kv&&Ov(()=>{let e=!1;const t=new Request(_t.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),eg=64*1024,ud=kv&&Ov(()=>N.isReadableStream(new Response("").body)),Bl={stream:ud&&(e=>e.body)};bc&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!Bl[t]&&(Bl[t]=N.isFunction(e[t])?n=>n[t]():(n,r)=>{throw new Ee(`Response type '${t}' is not supported`,Ee.ERR_NOT_SUPPORT,r)})})})(new Response);const z_=async e=>{if(e==null)return 0;if(N.isBlob(e))return e.size;if(N.isSpecCompliantForm(e))return(await new Request(_t.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(N.isArrayBufferView(e)||N.isArrayBuffer(e))return e.byteLength;if(N.isURLSearchParams(e)&&(e=e+""),N.isString(e))return(await B_(e)).byteLength},H_=async(e,t)=>{const n=N.toFiniteNumber(e.getContentLength());return n==null?z_(t):n},U_=bc&&(async e=>{let{url:t,method:n,data:r,signal:i,cancelToken:s,timeout:o,onDownloadProgress:a,onUploadProgress:l,responseType:c,headers:u,withCredentials:d="same-origin",fetchOptions:f}=_v(e);c=c?(c+"").toLowerCase():"text";let h=I_([i,s&&s.toAbortSignal()],o),g;const m=h&&h.unsubscribe&&(()=>{h.unsubscribe()});let p;try{if(l&&q_&&n!=="get"&&n!=="head"&&(p=await H_(u,r))!==0){let w=new Request(t,{method:"POST",body:r,duplex:"half"}),_;if(N.isFormData(r)&&(_=w.headers.get("content-type"))&&u.setContentType(_),w.body){const[C,k]=Yh(p,Nl(Xh(l)));r=Zh(w.body,eg,C,k)}}N.isString(d)||(d=d?"include":"omit");const v="credentials"in Request.prototype;g=new Request(t,{...f,signal:h,method:n.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",credentials:v?d:void 0});let b=await fetch(g,f);const x=ud&&(c==="stream"||c==="response");if(ud&&(a||x&&m)){const w={};["status","statusText","headers"].forEach(O=>{w[O]=b[O]});const _=N.toFiniteNumber(b.headers.get("content-length")),[C,k]=a&&Yh(_,Nl(Xh(a),!0))||[];b=new Response(Zh(b.body,eg,C,()=>{k&&k(),m&&m()}),w)}c=c||"text";let S=await Bl[N.findKey(Bl,c)||"text"](b,e);return!x&&m&&m(),await new Promise((w,_)=>{Sv(w,_,{data:S,headers:Nt.from(b.headers),status:b.status,statusText:b.statusText,config:e,request:g})})}catch(v){throw m&&m(),v&&v.name==="TypeError"&&/Load failed|fetch/i.test(v.message)?Object.assign(new Ee("Network Error",Ee.ERR_NETWORK,e,g),{cause:v.cause||v}):Ee.from(v,v&&v.code,e,g)}}),dd={http:s_,xhr:L_,fetch:U_};N.forEach(dd,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(n){}Object.defineProperty(e,"adapterName",{value:t})}});const tg=e=>`- ${e}`,K_=e=>N.isFunction(e)||e===null||e===!1,Ev={getAdapter:e=>{e=N.isArray(e)?e:[e];const{length:t}=e;let n,r;const i={};for(let s=0;s<t;s++){n=e[s];let o;if(r=n,!K_(n)&&(r=dd[(o=String(n)).toLowerCase()],r===void 0))throw new Ee(`Unknown adapter '${o}'`);if(r)break;i[o||"#"+s]=r}if(!r){const s=Object.entries(i).map(([a,l])=>`adapter ${a} `+(l===!1?"is not supported by the environment":"is not available in the build"));let o=t?s.length>1?`since :
|
|
15
15
|
`+s.map(tg).join(`
|
|
16
|
-
`):" "+tg(s[0]):"as no adapter specified";throw new Ee("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return r},adapters:dd};function tu(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Bs(null,e)}function ng(e){return tu(e),e.headers=Nt.from(e.headers),e.data=eu.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),
|
|
17
|
-
`+s):r.stack=s}catch(o){}}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=Oi(this.defaults,n);const{transitional:r,paramsSerializer:i,headers:s}=n;r!==void 0&&Cl.assertOptions(r,{silentJSONParsing:En.transitional(En.boolean),forcedJSONParsing:En.transitional(En.boolean),clarifyTimeoutError:En.transitional(En.boolean)},!1),i!=null&&(N.isFunction(i)?n.paramsSerializer={serialize:i}:Cl.assertOptions(i,{encode:En.function,serialize:En.function},!0)),n.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?n.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:n.allowAbsoluteUrls=!0),Cl.assertOptions(n,{baseUrl:En.spelling("baseURL"),withXsrfToken:En.spelling("withXSRFToken")},!0),n.method=(n.method||this.defaults.method||"get").toLowerCase();let o=s&&N.merge(s.common,s[n.method]);s&&N.forEach(["delete","get","head","post","put","patch","common"],g=>{delete s[g]}),n.headers=Nt.concat(o,s);const a=[];let l=!0;this.interceptors.request.forEach(function(m){typeof m.runWhen=="function"&&m.runWhen(n)===!1||(l=l&&m.synchronous,a.unshift(m.fulfilled,m.rejected))});const c=[];this.interceptors.response.forEach(function(m){c.push(m.fulfilled,m.rejected)});let u,d=0,f;if(!l){const g=[ng.bind(this),void 0];for(g.unshift.apply(g,a),g.push.apply(g,c),f=g.length,u=Promise.resolve(n);d<f;)u=u.then(g[d++],g[d++]);return u}f=a.length;let h=n;for(d=0;d<f;){const g=a[d++],m=a[d++];try{h=g(h)}catch(p){m.call(this,p);break}}try{u=ng.call(this,h)}catch(g){return Promise.reject(g)}for(d=0,f=c.length;d<f;)u=u.then(c[d++],c[d++]);return u}getUri(t){t=Oi(this.defaults,t);const n=Sv(t.baseURL,t.url,t.allowAbsoluteUrls);return pv(n,t.params,t.paramsSerializer)}};N.forEach(["delete","get","head","options"],function(t){wi.prototype[t]=function(n,r){return this.request(Oi(r||{},{method:t,url:n,data:(r||{}).data}))}});N.forEach(["post","put","patch"],function(t){function n(r){return function(s,o,a){return this.request(Oi(a||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:s,data:o}))}}wi.prototype[t]=n(),wi.prototype[t+"Form"]=n(!0)});let W_=class Av{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(s){n=s});const r=this;this.promise.then(i=>{if(!r._listeners)return;let s=r._listeners.length;for(;s-- >0;)r._listeners[s](i);r._listeners=null}),this.promise.then=i=>{let s;const o=new Promise(a=>{r.subscribe(a),s=a}).then(i);return o.cancel=function(){r.unsubscribe(s)},o},t(function(s,o,a){r.reason||(r.reason=new Bs(s,o,a),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)}toAbortSignal(){const t=new AbortController,n=r=>{t.abort(r)};return this.subscribe(n),t.signal.unsubscribe=()=>this.unsubscribe(n),t.signal}static source(){let t;return{token:new Av(function(i){t=i}),cancel:t}}};function G_(e){return function(n){return e.apply(null,n)}}function Q_(e){return N.isObject(e)&&e.isAxiosError===!0}const fd={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(fd).forEach(([e,t])=>{fd[t]=e});function Pv(e){const t=new wi(e),n=sv(wi.prototype.request,t);return N.extend(n,wi.prototype,t,{allOwnKeys:!0}),N.extend(n,t,null,{allOwnKeys:!0}),n.create=function(i){return Pv(Oi(e,i))},n}const tt=Pv(Aa);tt.Axios=wi;tt.CanceledError=Bs;tt.CancelToken=W_;tt.isCancel=xv;tt.VERSION=Ev;tt.toFormData=vc;tt.AxiosError=Ee;tt.Cancel=tt.CanceledError;tt.all=function(t){return Promise.all(t)};tt.spread=G_;tt.isAxiosError=Q_;tt.mergeConfig=Oi;tt.AxiosHeaders=Nt;tt.formToJSON=e=>bv(N.isHTMLForm(e)?new FormData(e):e);tt.getAdapter=Ov.getAdapter;tt.HttpStatusCode=fd;tt.default=tt;const{Axios:wF,AxiosError:SF,CanceledError:CF,isCancel:_F,CancelToken:kF,VERSION:OF,all:EF,Cancel:AF,isAxiosError:PF,spread:TF,toFormData:MF,AxiosHeaders:$F,HttpStatusCode:jF,formToJSON:DF,getAdapter:LF,mergeConfig:IF}=tt,Y_={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1};function Uo(e){"@babel/helpers - typeof";return Uo=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},Uo(e)}function Tt(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */var e,t,n=typeof Symbol=="function"?Symbol:{},r=n.iterator||"@@iterator",i=n.toStringTag||"@@toStringTag";function s(h,g,m,p){var v=g&&g.prototype instanceof a?g:a,b=Object.create(v.prototype);return Ht(b,"_invoke",function(x,S,w){var _,C,k,O=0,A=w||[],M=!1,L={p:0,n:0,v:e,a:G,f:G.bind(e,4),d:function(D,j){return _=D,C=0,k=e,L.n=j,o}};function G(R,D){for(C=R,k=D,t=0;!M&&O&&!j&&t<A.length;t++){var j,I=A[t],oe=L.p,ue=I[2];R>3?(j=ue===D)&&(k=I[(C=I[4])?5:(C=3,3)],I[4]=I[5]=e):I[0]<=oe&&((j=R<2&&oe<I[1])?(C=0,L.v=D,L.n=I[1]):oe<ue&&(j=R<3||I[0]>D||D>ue)&&(I[4]=R,I[5]=D,L.n=ue,C=0))}if(j||R>1)return o;throw M=!0,D}return function(R,D,j){if(O>1)throw TypeError("Generator is already running");for(M&&D===1&&G(D,j),C=D,k=j;(t=C<2?e:k)||!M;){_||(C?C<3?(C>1&&(L.n=-1),G(C,k)):L.n=k:L.v=k);try{if(O=2,_){if(C||(R="next"),t=_[R]){if(!(t=t.call(_,k)))throw TypeError("iterator result is not an object");if(!t.done)return t;k=t.value,C<2&&(C=0)}else C===1&&(t=_.return)&&t.call(_),C<2&&(k=TypeError("The iterator does not provide a '"+R+"' method"),C=1);_=e}else if((t=(M=L.n<0)?k:x.call(S,L))!==o)break}catch(I){_=e,C=1,k=I}finally{O=1}}return{value:t,done:M}}}(h,m,p),!0),b}var o={};function a(){}function l(){}function c(){}t=Object.getPrototypeOf;var u=[][r]?t(t([][r]())):(Ht(t={},r,function(){return this}),t),d=c.prototype=a.prototype=Object.create(u);function f(h){return Object.setPrototypeOf?Object.setPrototypeOf(h,c):(h.__proto__=c,Ht(h,i,"GeneratorFunction")),h.prototype=Object.create(d),h}return l.prototype=c,Ht(d,"constructor",c),Ht(c,"constructor",l),l.displayName="GeneratorFunction",Ht(c,i,"GeneratorFunction"),Ht(d),Ht(d,i,"Generator"),Ht(d,r,function(){return this}),Ht(d,"toString",function(){return"[object Generator]"}),(Tt=function(){return{w:s,m:f}})()}function Ht(e,t,n,r){var i=Object.defineProperty;try{i({},"",{})}catch(s){i=0}Ht=function(o,a,l,c){if(a)i?i(o,a,{value:l,enumerable:!c,configurable:!c,writable:!c}):o[a]=l;else{var u=function(f,h){Ht(o,f,function(g){return this._invoke(f,h,g)})};u("next",0),u("throw",1),u("return",2)}},Ht(e,t,n,r)}function ig(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function Si(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?ig(Object(n),!0).forEach(function(r){X_(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ig(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function X_(e,t,n){return(t=J_(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function J_(e){var t=Z_(e,"string");return Uo(t)=="symbol"?t:t+""}function Z_(e,t){if(Uo(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Uo(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function sg(e,t,n,r,i,s,o){try{var a=e[s](o),l=a.value}catch(c){return void n(c)}a.done?t(l):Promise.resolve(l).then(r,i)}function Ei(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var s=e.apply(t,n);function o(l){sg(s,r,i,o,a,"next",l)}function a(l){sg(s,r,i,o,a,"throw",l)}o(void 0)})}}var Tv=function(){var t;return((t=Y_)===null||t===void 0?void 0:t.VITE_MYYOAST_ACCESS_TOKEN)||""};function og(e){var t;if(typeof document!="undefined"){var n="; ".concat(document.cookie),r=n.split("; ".concat(e,"="));if(r.length===2)return(t=r.pop())===null||t===void 0?void 0:t.split(";").shift()}}var ek="yst-insights-token",qs=tt.create({withCredentials:!0});qs.interceptors.request.use(function(){var e=Ei(Tt().m(function t(n){var r,i;return Tt().w(function(s){for(;;)switch(s.n){case 0:return s.n=1,nk();case 1:return r=s.v,s.n=2,$v();case 2:return i=s.v,n.headers=Si(Si(Si({},n.headers||{}),i?{"X-XSRF-TOKEN":i}:{}),r?{Authorization:"Bearer ".concat(r)}:{}),s.a(2,n)}},t)}));return function(t){return e.apply(this,arguments)}}(),function(e){return Promise.reject(e)},{synchronous:!1});qs.interceptors.response.use(function(e){return e},function(){var e=Ei(Tt().m(function t(n){var r;return Tt().w(function(i){for(;;)switch(i.n){case 0:return n==null||(r=n.response)===null||r===void 0||r.status,i.a(2,Promise.reject(n))}},t)}));return function(t){return e.apply(this,arguments)}}());function bt(e){return hd.apply(this,arguments)}function hd(){return hd=Ei(Tt().m(function e(t){var n;return Tt().w(function(r){for(;;)switch(r.n){case 0:return n=Si({},t),delete n.baseURL,r.a(2,qs.request(Si(Si({},n),{},{withCredentials:!0})))}},e)})),hd.apply(this,arguments)}function Mv(e){qs.defaults.baseURL=e}function ag(){return qs.defaults.baseURL}function tk(e){Tv=e}var no=null;function nk(){return gd.apply(this,arguments)}function gd(){return gd=Ei(Tt().m(function e(){var t,n,r,i,s;return Tt().w(function(o){for(;;)switch(o.p=o.n){case 0:if(t=Tv(),n=qs.defaults.baseURL,r=rk(t,n),i=sessionStorage.getItem(r),!i){o.n=4;break}if(o.p=1,s=JSON.parse(i),!((s==null?void 0:s.validUntil)>Date.now()&&s.value)){o.n=2;break}return o.a(2,String(s.value));case 2:o.n=4;break;case 3:o.p=3,o.v;case 4:if(!no){o.n=5;break}return o.a(2,no);case 5:return no=Ei(Tt().m(function a(){var l,c,u,d,f;return Tt().w(function(h){for(;;)switch(h.p=h.n){case 0:return h.p=0,h.n=1,$v();case 1:return l=h.v,h.n=2,tt.post(n+"/users/getToken",{},{headers:Si({Authorization:"Bearer "+t},l?{"X-XSRF-TOKEN":l}:{}),withCredentials:!0});case 2:if(c=h.v,u=c.data,!(u!=null&&u.plainTextToken)){h.n=3;break}return sessionStorage.setItem(r,JSON.stringify({value:u.plainTextToken,validUntil:Date.parse(((d=u.accessToken)===null||d===void 0?void 0:d.expires_at)||"")||Date.now()+15*60*1e3})),h.a(2,u.plainTextToken);case 3:h.n=5;break;case 4:h.p=4,f=h.v,tt.isAxiosError(f)?f.response?console.error("Login failed with status",f.response.status,f.response.data):f.request?console.error("Login request made but no response received",f.request):console.error("Error setting up login request",f.message):console.error("Non-Axios error during login",f);case 5:return h.p=5,no=null,h.f(5);case 6:return h.a(2,"")}},a,null,[[0,4,5,6]])}))(),o.a(2,no)}},e,null,[[1,3]])})),gd.apply(this,arguments)}function rk(e,t){var n=Array.from(e+t).reduce(function(r,i){return(r<<5)-r+i.charCodeAt(0)},0);return ek+":"+n}var ro=null;function $v(){return yd.apply(this,arguments)}function yd(){return yd=Ei(Tt().m(function e(){var t;return Tt().w(function(n){for(;;)switch(n.n){case 0:if(window.location.hostname===new URL(ag()||window.location.href).hostname){n.n=1;break}return n.a(2,"");case 1:if(t=og("XSRF-TOKEN"),!t){n.n=2;break}return n.a(2,decodeURIComponent(t));case 2:if(!ro){n.n=3;break}return n.a(2,ro);case 3:return ro=Ei(Tt().m(function r(){var i;return Tt().w(function(s){for(;;)switch(s.p=s.n){case 0:return s.p=0,s.n=1,tt.get(((i=ag())===null||i===void 0?void 0:i.replace("/api/v1",""))+"/sanctum/csrf-cookie",{withCredentials:!0});case 1:return s.a(2,decodeURIComponent(og("XSRF-TOKEN")||""));case 2:return s.p=2,ro=null,s.f(2);case 3:return s.a(2)}},r,null,[[0,,2,3]])}))(),n.a(2,ro)}},e)})),yd.apply(this,arguments)}function Vo(e){"@babel/helpers - typeof";return Vo=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},Vo(e)}function lg(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function Se(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?lg(Object(n),!0).forEach(function(r){ik(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):lg(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function ik(e,t,n){return(t=sk(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function sk(e){var t=ok(e,"string");return Vo(t)=="symbol"?t:t+""}function ok(e,t){if(Vo(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Vo(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var jv=function(t,n){return bt({url:"/brands/".concat(t,"/analysis"),method:"GET",signal:n})},md=function(t){return["/brands/".concat(t,"/analysis")]},ak=function(t,n){var r,i=n!=null?n:{},s=i.query,o=(r=s==null?void 0:s.queryKey)!==null&&r!==void 0?r:md(t),a=function(c){var u=c.signal;return jv(t,u)};return Se({queryKey:o,queryFn:a,enabled:!!t},s)};function lk(e,t,n){var r=ak(e,t),i=fr(r,n);return i.queryKey=r.queryKey,i}var ck=function(t,n,r){return bt({url:"/brands/".concat(t,"/analysis/").concat(n),method:"GET",signal:r})},Dv=function(t,n){return["/brands/".concat(t,"/analysis/").concat(n)]},uk=function(t,n,r){var i,s=r!=null?r:{},o=s.query,a=(i=o==null?void 0:o.queryKey)!==null&&i!==void 0?i:Dv(t,n),l=function(u){var d=u.signal;return ck(t,n,d)};return Se({queryKey:a,queryFn:l,enabled:!!(t&&n)},o)};function wc(e,t,n,r){var i=uk(e,t,n),s=fr(i,r);return s.queryKey=i.queryKey,s}var dk=function(t,n){return bt({url:"/brands/".concat(t,"/analysis/").concat(n),method:"DELETE"})},fk=function(t){var n=["deleteSingleAnalysis"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(a){var l=a!=null?a:{},c=l.brandId,u=l.analysisId;return dk(c,u)};return Se({mutationFn:s},i)},hk=function(t,n){var r=fk(t);return Vr(r,n)},gk=function(t,n,r){return bt({url:"/brands/".concat(t,"/analysis/").concat(n,"/status"),method:"GET",signal:r})},yk=function(t,n){return["/brands/".concat(t,"/analysis/").concat(n,"/status")]},mk=function(t,n,r){var i,s=r!=null?r:{},o=s.query,a=(i=o==null?void 0:o.queryKey)!==null&&i!==void 0?i:yk(t,n),l=function(u){var d=u.signal;return gk(t,n,d)};return Se({queryKey:a,queryFn:l,enabled:!!(t&&n)},o)};function pk(e,t,n,r){var i=mk(e,t,n),s=fr(i,r);return s.queryKey=i.queryKey,s}var vk=function(t){return bt({url:"/users/logout",method:"POST",signal:t})},bk=function(t){var n=["logout"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(){return vk()};return Se({mutationFn:s},i)},xk=function(t,n){var r=bk(t);return Vr(r,n)},wk=function(t,n){return bt({url:"/brands/".concat(t,"/associated-brands"),method:"GET",signal:n})},Lv=function(t){return["/brands/".concat(t,"/associated-brands")]},Sk=function(t,n){var r,i=n!=null?n:{},s=i.query,o=(r=s==null?void 0:s.queryKey)!==null&&r!==void 0?r:Lv(t),a=function(c){var u=c.signal;return wk(t,u)};return Se({queryKey:o,queryFn:a,enabled:!!t},s)};function Ck(e,t,n){var r=Sk(e,t),i=fr(r,n);return i.queryKey=r.queryKey,i}var _k=function(t,n,r){return bt({url:"/brands/".concat(t,"/associated-brand-groups"),method:"POST",headers:{"Content-Type":"application/json"},data:n,signal:r})},kk=function(t){var n=["createBrandAssociationGroup"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(a){var l=a!=null?a:{},c=l.brandId,u=l.data;return _k(c,u)};return Se({mutationFn:s},i)},Ok=function(t,n){var r=kk(t);return Vr(r,n)},Ek=function(t){return bt({url:"/brands",method:"GET",signal:t})},tr=function(){return["/brands"]},Ak=function(t){var n,r=t!=null?t:{},i=r.query,s=(n=i==null?void 0:i.queryKey)!==null&&n!==void 0?n:tr(),o=function(l){var c=l.signal;return Ek(c)};return Se({queryKey:s,queryFn:o},i)};function zs(e,t){var n=Ak(e),r=fr(n,t);return r.queryKey=n.queryKey,r}var Pk=function(t,n){return bt({url:"/brands",method:"POST",headers:{"Content-Type":"application/json"},data:t,signal:n})},Tk=function(t){var n=["createBrand"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(a){var l=a!=null?a:{},c=l.data;return Pk(c)};return Se({mutationFn:s},i)},Mk=function(t,n){var r=Tk(t);return Vr(r,n)},$k=function(t,n){return bt({url:"/brands/".concat(t),method:"GET",signal:n})},ff=function(t){return["/brands/".concat(t)]},jk=function(t,n){var r,i=n!=null?n:{},s=i.query,o=(r=s==null?void 0:s.queryKey)!==null&&r!==void 0?r:ff(t),a=function(c){var u=c.signal;return $k(t,u)};return Se({queryKey:o,queryFn:a,enabled:!!t},s)};function Iv(e,t,n){var r=jk(e,t),i=fr(r,n);return i.queryKey=r.queryKey,i}var Dk=function(t){return bt({url:"/brands/".concat(t),method:"DELETE"})},Lk=function(t){var n=["deleteBrand"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(a){var l=a!=null?a:{},c=l.brandId;return Dk(c)};return Se({mutationFn:s},i)},Ik=function(t,n){var r=Lk(t);return Vr(r,n)},Rk=function(t,n){return bt({url:"/brands/".concat(t,"/settings"),method:"PATCH",headers:{"Content-Type":"application/json"},data:n})},Fk=function(t){var n=["updateBrandSettings"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(a){var l=a!=null?a:{},c=l.brandId,u=l.data;return Rk(c,u)};return Se({mutationFn:s},i)},Rv=function(t,n){var r=Fk(t);return Vr(r,n)},Nk=function(t,n){return bt({url:"/brands/".concat(t,"/queries"),method:"GET",signal:n})},Bk=function(t){return["/brands/".concat(t,"/queries")]},qk=function(t,n){var r,i=n!=null?n:{},s=i.query,o=(r=s==null?void 0:s.queryKey)!==null&&r!==void 0?r:Bk(t),a=function(c){var u=c.signal;return Nk(t,u)};return Se({queryKey:o,queryFn:a,enabled:!!t},s)};function zk(e,t,n){var r=qk(e,t),i=fr(r,n);return i.queryKey=r.queryKey,i}var Hk=function(t,n){return bt({url:"/brands/".concat(t,"/queries"),method:"PUT",headers:{"Content-Type":"application/json"},data:n})},Kk=function(t){var n=["updateBrandQueries"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(a){var l=a!=null?a:{},c=l.brandId,u=l.data;return Hk(c,u)};return Se({mutationFn:s},i)},Uk=function(t,n){var r=Kk(t);return Vr(r,n)},Vk=function(t,n){return bt({url:"/brands/".concat(t,"/query-suggestions"),method:"GET",signal:n})},Wk=function(t){return["/brands/".concat(t,"/query-suggestions")]},Gk=function(t,n){var r,i=n!=null?n:{},s=i.query,o=(r=s==null?void 0:s.queryKey)!==null&&r!==void 0?r:Wk(t),a=function(c){var u=c.signal;return Vk(t,u)};return Se({queryKey:o,queryFn:a,enabled:!!t},s)};function Qk(e,t,n){var r=Gk(e,t),i=fr(r,n);return i.queryKey=r.queryKey,i}var Yk=function(t){return bt({url:"/users/current",method:"GET",signal:t})},hf=function(){return["/users/current"]},Xk=function(t){var n,r=t!=null?t:{},i=r.query,s=(n=i==null?void 0:i.queryKey)!==null&&n!==void 0?n:hf(),o=function(l){var c=l.signal;return Yk(c)};return Se({queryKey:s,queryFn:o},i)};function Sc(e,t){var n=Xk(e),r=fr(n,t);return r.queryKey=n.queryKey,r}var Jk=function(){return bt({url:"/users/data",method:"DELETE"})},Zk=function(t){var n=["deleteUserData"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(){return Jk()};return Se({mutationFn:s},i)},eO=function(t,n){var r=Zk(t);return Vr(r,n)},Fv=z.createContext(void 0),tO=function(t){var n,r,i,s=t.children,o=t.brandId,a=t.analysisId,l=t.model,c=Ch("/brands/:brandId"),u=Ch("/brands/:brandId/analysis/:analysisId"),d=(u==null||(n=u.params)===null||n===void 0?void 0:n.brandId)||(c==null||(r=c.params)===null||r===void 0?void 0:r.brandId),f=u!=null&&(i=u.params)!==null&&i!==void 0&&i.analysisId?Number(u.params.analysisId):void 0,h=z.useMemo(function(){return{brandId:d||o||"",analysisId:f||a||"latest",model:l||"openai"}},[d,o,f,a,l]),g=z.useMemo(function(){return{data:h}},[h]);return y.jsx(Fv.Provider,{value:g,children:s})},Nv=z.createContext(void 0),nO=function(t){var n=t.children,r=t.setBrandId,i=t.setAnalysisId,s=t.setModel,o=z.useCallback(function(d){r(d),i("latest")},[r,i]),a=z.useCallback(function(d){i(d)},[i]),l=z.useCallback(function(d){s(d)},[s]),c=z.useMemo(function(){return{setBrandId:o,setAnalysisId:a,setModel:l}},[o,a,l]),u=z.useMemo(function(){return{mutations:c}},[c]);return y.jsx(Nv.Provider,{value:u,children:n})};function nu(e,t){return oO(e)||sO(e,t)||iO(e,t)||rO()}function rO(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
18
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function iO(e,t){if(e){if(typeof e=="string")return cg(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?cg(e,t):void 0}}function cg(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function sO(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function oO(e){if(Array.isArray(e))return e}var aO=function(t){var n=t.children,r=z.useState(void 0),i=nu(r,2),s=i[0],o=i[1],a=z.useState("latest"),l=nu(a,2),c=l[0],u=l[1],d=z.useState(void 0),f=nu(d,2),h=f[0],g=f[1];return y.jsx(nO,{brandId:s,setBrandId:o,analysisId:c,setAnalysisId:u,model:h,setModel:g,children:y.jsx(tO,{brandId:s,analysisId:c,model:h,children:n})})},Wr=function(){var t=z.useContext(
|
|
16
|
+
`):" "+tg(s[0]):"as no adapter specified";throw new Ee("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return r},adapters:dd};function tu(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Bs(null,e)}function ng(e){return tu(e),e.headers=Nt.from(e.headers),e.data=eu.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Ev.getAdapter(e.adapter||Aa.adapter)(e).then(function(r){return tu(e),r.data=eu.call(e,e.transformResponse,r),r.headers=Nt.from(r.headers),r},function(r){return wv(r)||(tu(e),r&&r.response&&(r.response.data=eu.call(e,e.transformResponse,r.response),r.response.headers=Nt.from(r.response.headers))),Promise.reject(r)})}const Av="1.10.0",xc={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{xc[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const rg={};xc.transitional=function(t,n,r){function i(s,o){return"[Axios v"+Av+"] Transitional option '"+s+"'"+o+(r?". "+r:"")}return(s,o,a)=>{if(t===!1)throw new Ee(i(o," has been removed"+(n?" in "+n:"")),Ee.ERR_DEPRECATED);return n&&!rg[o]&&(rg[o]=!0,console.warn(i(o," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(s,o,a):!0}};xc.spelling=function(t){return(n,r)=>(console.warn(`${r} is likely a misspelling of ${t}`),!0)};function V_(e,t,n){if(typeof e!="object")throw new Ee("options must be an object",Ee.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let i=r.length;for(;i-- >0;){const s=r[i],o=t[s];if(o){const a=e[s],l=a===void 0||o(a,s,e);if(l!==!0)throw new Ee("option "+s+" must be "+l,Ee.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new Ee("Unknown option "+s,Ee.ERR_BAD_OPTION)}}const Cl={assertOptions:V_,validators:xc},En=Cl.validators;let wi=class{constructor(t){this.defaults=t||{},this.interceptors={request:new Gh,response:new Gh}}async request(t,n){try{return await this._request(t,n)}catch(r){if(r instanceof Error){let i={};Error.captureStackTrace?Error.captureStackTrace(i):i=new Error;const s=i.stack?i.stack.replace(/^.+\n/,""):"";try{r.stack?s&&!String(r.stack).endsWith(s.replace(/^.+\n.+\n/,""))&&(r.stack+=`
|
|
17
|
+
`+s):r.stack=s}catch(o){}}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=Oi(this.defaults,n);const{transitional:r,paramsSerializer:i,headers:s}=n;r!==void 0&&Cl.assertOptions(r,{silentJSONParsing:En.transitional(En.boolean),forcedJSONParsing:En.transitional(En.boolean),clarifyTimeoutError:En.transitional(En.boolean)},!1),i!=null&&(N.isFunction(i)?n.paramsSerializer={serialize:i}:Cl.assertOptions(i,{encode:En.function,serialize:En.function},!0)),n.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?n.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:n.allowAbsoluteUrls=!0),Cl.assertOptions(n,{baseUrl:En.spelling("baseURL"),withXsrfToken:En.spelling("withXSRFToken")},!0),n.method=(n.method||this.defaults.method||"get").toLowerCase();let o=s&&N.merge(s.common,s[n.method]);s&&N.forEach(["delete","get","head","post","put","patch","common"],g=>{delete s[g]}),n.headers=Nt.concat(o,s);const a=[];let l=!0;this.interceptors.request.forEach(function(m){typeof m.runWhen=="function"&&m.runWhen(n)===!1||(l=l&&m.synchronous,a.unshift(m.fulfilled,m.rejected))});const c=[];this.interceptors.response.forEach(function(m){c.push(m.fulfilled,m.rejected)});let u,d=0,f;if(!l){const g=[ng.bind(this),void 0];for(g.unshift.apply(g,a),g.push.apply(g,c),f=g.length,u=Promise.resolve(n);d<f;)u=u.then(g[d++],g[d++]);return u}f=a.length;let h=n;for(d=0;d<f;){const g=a[d++],m=a[d++];try{h=g(h)}catch(p){m.call(this,p);break}}try{u=ng.call(this,h)}catch(g){return Promise.reject(g)}for(d=0,f=c.length;d<f;)u=u.then(c[d++],c[d++]);return u}getUri(t){t=Oi(this.defaults,t);const n=Cv(t.baseURL,t.url,t.allowAbsoluteUrls);return vv(n,t.params,t.paramsSerializer)}};N.forEach(["delete","get","head","options"],function(t){wi.prototype[t]=function(n,r){return this.request(Oi(r||{},{method:t,url:n,data:(r||{}).data}))}});N.forEach(["post","put","patch"],function(t){function n(r){return function(s,o,a){return this.request(Oi(a||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:s,data:o}))}}wi.prototype[t]=n(),wi.prototype[t+"Form"]=n(!0)});let W_=class Pv{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(s){n=s});const r=this;this.promise.then(i=>{if(!r._listeners)return;let s=r._listeners.length;for(;s-- >0;)r._listeners[s](i);r._listeners=null}),this.promise.then=i=>{let s;const o=new Promise(a=>{r.subscribe(a),s=a}).then(i);return o.cancel=function(){r.unsubscribe(s)},o},t(function(s,o,a){r.reason||(r.reason=new Bs(s,o,a),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)}toAbortSignal(){const t=new AbortController,n=r=>{t.abort(r)};return this.subscribe(n),t.signal.unsubscribe=()=>this.unsubscribe(n),t.signal}static source(){let t;return{token:new Pv(function(i){t=i}),cancel:t}}};function G_(e){return function(n){return e.apply(null,n)}}function Q_(e){return N.isObject(e)&&e.isAxiosError===!0}const fd={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(fd).forEach(([e,t])=>{fd[t]=e});function Tv(e){const t=new wi(e),n=ov(wi.prototype.request,t);return N.extend(n,wi.prototype,t,{allOwnKeys:!0}),N.extend(n,t,null,{allOwnKeys:!0}),n.create=function(i){return Tv(Oi(e,i))},n}const tt=Tv(Aa);tt.Axios=wi;tt.CanceledError=Bs;tt.CancelToken=W_;tt.isCancel=wv;tt.VERSION=Av;tt.toFormData=vc;tt.AxiosError=Ee;tt.Cancel=tt.CanceledError;tt.all=function(t){return Promise.all(t)};tt.spread=G_;tt.isAxiosError=Q_;tt.mergeConfig=Oi;tt.AxiosHeaders=Nt;tt.formToJSON=e=>xv(N.isHTMLForm(e)?new FormData(e):e);tt.getAdapter=Ev.getAdapter;tt.HttpStatusCode=fd;tt.default=tt;const{Axios:AF,AxiosError:PF,CanceledError:TF,isCancel:MF,CancelToken:$F,VERSION:jF,all:DF,Cancel:LF,isAxiosError:IF,spread:RF,toFormData:FF,AxiosHeaders:NF,HttpStatusCode:BF,formToJSON:qF,getAdapter:zF,mergeConfig:HF}=tt,Y_={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1};function Ko(e){"@babel/helpers - typeof";return Ko=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},Ko(e)}function Tt(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */var e,t,n=typeof Symbol=="function"?Symbol:{},r=n.iterator||"@@iterator",i=n.toStringTag||"@@toStringTag";function s(h,g,m,p){var v=g&&g.prototype instanceof a?g:a,b=Object.create(v.prototype);return Ht(b,"_invoke",function(x,S,w){var _,C,k,O=0,A=w||[],M=!1,L={p:0,n:0,v:e,a:G,f:G.bind(e,4),d:function(D,j){return _=D,C=0,k=e,L.n=j,o}};function G(R,D){for(C=R,k=D,t=0;!M&&O&&!j&&t<A.length;t++){var j,I=A[t],oe=L.p,ue=I[2];R>3?(j=ue===D)&&(k=I[(C=I[4])?5:(C=3,3)],I[4]=I[5]=e):I[0]<=oe&&((j=R<2&&oe<I[1])?(C=0,L.v=D,L.n=I[1]):oe<ue&&(j=R<3||I[0]>D||D>ue)&&(I[4]=R,I[5]=D,L.n=ue,C=0))}if(j||R>1)return o;throw M=!0,D}return function(R,D,j){if(O>1)throw TypeError("Generator is already running");for(M&&D===1&&G(D,j),C=D,k=j;(t=C<2?e:k)||!M;){_||(C?C<3?(C>1&&(L.n=-1),G(C,k)):L.n=k:L.v=k);try{if(O=2,_){if(C||(R="next"),t=_[R]){if(!(t=t.call(_,k)))throw TypeError("iterator result is not an object");if(!t.done)return t;k=t.value,C<2&&(C=0)}else C===1&&(t=_.return)&&t.call(_),C<2&&(k=TypeError("The iterator does not provide a '"+R+"' method"),C=1);_=e}else if((t=(M=L.n<0)?k:x.call(S,L))!==o)break}catch(I){_=e,C=1,k=I}finally{O=1}}return{value:t,done:M}}}(h,m,p),!0),b}var o={};function a(){}function l(){}function c(){}t=Object.getPrototypeOf;var u=[][r]?t(t([][r]())):(Ht(t={},r,function(){return this}),t),d=c.prototype=a.prototype=Object.create(u);function f(h){return Object.setPrototypeOf?Object.setPrototypeOf(h,c):(h.__proto__=c,Ht(h,i,"GeneratorFunction")),h.prototype=Object.create(d),h}return l.prototype=c,Ht(d,"constructor",c),Ht(c,"constructor",l),l.displayName="GeneratorFunction",Ht(c,i,"GeneratorFunction"),Ht(d),Ht(d,i,"Generator"),Ht(d,r,function(){return this}),Ht(d,"toString",function(){return"[object Generator]"}),(Tt=function(){return{w:s,m:f}})()}function Ht(e,t,n,r){var i=Object.defineProperty;try{i({},"",{})}catch(s){i=0}Ht=function(o,a,l,c){if(a)i?i(o,a,{value:l,enumerable:!c,configurable:!c,writable:!c}):o[a]=l;else{var u=function(f,h){Ht(o,f,function(g){return this._invoke(f,h,g)})};u("next",0),u("throw",1),u("return",2)}},Ht(e,t,n,r)}function ig(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function Si(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?ig(Object(n),!0).forEach(function(r){X_(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ig(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function X_(e,t,n){return(t=J_(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function J_(e){var t=Z_(e,"string");return Ko(t)=="symbol"?t:t+""}function Z_(e,t){if(Ko(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Ko(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function sg(e,t,n,r,i,s,o){try{var a=e[s](o),l=a.value}catch(c){return void n(c)}a.done?t(l):Promise.resolve(l).then(r,i)}function Ei(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var s=e.apply(t,n);function o(l){sg(s,r,i,o,a,"next",l)}function a(l){sg(s,r,i,o,a,"throw",l)}o(void 0)})}}var Mv=function(){var t;return((t=Y_)===null||t===void 0?void 0:t.VITE_MYYOAST_ACCESS_TOKEN)||""};function og(e){var t;if(typeof document!="undefined"){var n="; ".concat(document.cookie),r=n.split("; ".concat(e,"="));if(r.length===2)return(t=r.pop())===null||t===void 0?void 0:t.split(";").shift()}}var ek="yst-insights-token",qs=tt.create({withCredentials:!0});qs.interceptors.request.use(function(){var e=Ei(Tt().m(function t(n){var r,i;return Tt().w(function(s){for(;;)switch(s.n){case 0:return s.n=1,nk();case 1:return r=s.v,s.n=2,jv();case 2:return i=s.v,n.headers=Si(Si(Si({},n.headers||{}),i?{"X-XSRF-TOKEN":i}:{}),r?{Authorization:"Bearer ".concat(r)}:{}),s.a(2,n)}},t)}));return function(t){return e.apply(this,arguments)}}(),function(e){return Promise.reject(e)},{synchronous:!1});qs.interceptors.response.use(function(e){return e},function(){var e=Ei(Tt().m(function t(n){var r;return Tt().w(function(i){for(;;)switch(i.n){case 0:return n==null||(r=n.response)===null||r===void 0||r.status,i.a(2,Promise.reject(n))}},t)}));return function(t){return e.apply(this,arguments)}}());function bt(e){return hd.apply(this,arguments)}function hd(){return hd=Ei(Tt().m(function e(t){var n;return Tt().w(function(r){for(;;)switch(r.n){case 0:return n=Si({},t),delete n.baseURL,r.a(2,qs.request(Si(Si({},n),{},{withCredentials:!0})))}},e)})),hd.apply(this,arguments)}function $v(e){qs.defaults.baseURL=e}function ag(){return qs.defaults.baseURL}function tk(e){Mv=e}var no=null;function nk(){return gd.apply(this,arguments)}function gd(){return gd=Ei(Tt().m(function e(){var t,n,r,i,s;return Tt().w(function(o){for(;;)switch(o.p=o.n){case 0:if(t=Mv(),n=qs.defaults.baseURL,r=rk(t,n),i=sessionStorage.getItem(r),!i){o.n=4;break}if(o.p=1,s=JSON.parse(i),!((s==null?void 0:s.validUntil)>Date.now()&&s.value)){o.n=2;break}return o.a(2,String(s.value));case 2:o.n=4;break;case 3:o.p=3,o.v;case 4:if(!no){o.n=5;break}return o.a(2,no);case 5:return no=Ei(Tt().m(function a(){var l,c,u,d,f;return Tt().w(function(h){for(;;)switch(h.p=h.n){case 0:return h.p=0,h.n=1,jv();case 1:return l=h.v,h.n=2,tt.post(n+"/users/getToken",{},{headers:Si({Authorization:"Bearer "+t},l?{"X-XSRF-TOKEN":l}:{}),withCredentials:!0});case 2:if(c=h.v,u=c.data,!(u!=null&&u.plainTextToken)){h.n=3;break}return sessionStorage.setItem(r,JSON.stringify({value:u.plainTextToken,validUntil:Date.parse(((d=u.accessToken)===null||d===void 0?void 0:d.expires_at)||"")||Date.now()+15*60*1e3})),h.a(2,u.plainTextToken);case 3:h.n=5;break;case 4:h.p=4,f=h.v,tt.isAxiosError(f)?f.response?console.error("Login failed with status",f.response.status,f.response.data):f.request?console.error("Login request made but no response received",f.request):console.error("Error setting up login request",f.message):console.error("Non-Axios error during login",f);case 5:return h.p=5,no=null,h.f(5);case 6:return h.a(2,"")}},a,null,[[0,4,5,6]])}))(),o.a(2,no)}},e,null,[[1,3]])})),gd.apply(this,arguments)}function rk(e,t){var n=Array.from(e+t).reduce(function(r,i){return(r<<5)-r+i.charCodeAt(0)},0);return ek+":"+n}var ro=null;function jv(){return yd.apply(this,arguments)}function yd(){return yd=Ei(Tt().m(function e(){var t;return Tt().w(function(n){for(;;)switch(n.n){case 0:if(window.location.hostname===new URL(ag()||window.location.href).hostname){n.n=1;break}return n.a(2,"");case 1:if(t=og("XSRF-TOKEN"),!t){n.n=2;break}return n.a(2,decodeURIComponent(t));case 2:if(!ro){n.n=3;break}return n.a(2,ro);case 3:return ro=Ei(Tt().m(function r(){var i;return Tt().w(function(s){for(;;)switch(s.p=s.n){case 0:return s.p=0,s.n=1,tt.get(((i=ag())===null||i===void 0?void 0:i.replace("/api/v1",""))+"/sanctum/csrf-cookie",{withCredentials:!0});case 1:return s.a(2,decodeURIComponent(og("XSRF-TOKEN")||""));case 2:return s.p=2,ro=null,s.f(2);case 3:return s.a(2)}},r,null,[[0,,2,3]])}))(),n.a(2,ro)}},e)})),yd.apply(this,arguments)}function Vo(e){"@babel/helpers - typeof";return Vo=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},Vo(e)}function lg(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function Se(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?lg(Object(n),!0).forEach(function(r){ik(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):lg(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function ik(e,t,n){return(t=sk(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function sk(e){var t=ok(e,"string");return Vo(t)=="symbol"?t:t+""}function ok(e,t){if(Vo(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Vo(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Dv=function(t,n){return bt({url:"/brands/".concat(t,"/analysis"),method:"GET",signal:n})},md=function(t){return["/brands/".concat(t,"/analysis")]},ak=function(t,n){var r,i=n!=null?n:{},s=i.query,o=(r=s==null?void 0:s.queryKey)!==null&&r!==void 0?r:md(t),a=function(c){var u=c.signal;return Dv(t,u)};return Se({queryKey:o,queryFn:a,enabled:!!t},s)};function lk(e,t,n){var r=ak(e,t),i=fr(r,n);return i.queryKey=r.queryKey,i}var ck=function(t,n,r){return bt({url:"/brands/".concat(t,"/analysis/").concat(n),method:"GET",signal:r})},Lv=function(t,n){return["/brands/".concat(t,"/analysis/").concat(n)]},uk=function(t,n,r){var i,s=r!=null?r:{},o=s.query,a=(i=o==null?void 0:o.queryKey)!==null&&i!==void 0?i:Lv(t,n),l=function(u){var d=u.signal;return ck(t,n,d)};return Se({queryKey:a,queryFn:l,enabled:!!(t&&n)},o)};function wc(e,t,n,r){var i=uk(e,t,n),s=fr(i,r);return s.queryKey=i.queryKey,s}var dk=function(t,n){return bt({url:"/brands/".concat(t,"/analysis/").concat(n),method:"DELETE"})},fk=function(t){var n=["deleteSingleAnalysis"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(a){var l=a!=null?a:{},c=l.brandId,u=l.analysisId;return dk(c,u)};return Se({mutationFn:s},i)},hk=function(t,n){var r=fk(t);return Vr(r,n)},gk=function(t,n,r){return bt({url:"/brands/".concat(t,"/analysis/").concat(n,"/status"),method:"GET",signal:r})},yk=function(t,n){return["/brands/".concat(t,"/analysis/").concat(n,"/status")]},mk=function(t,n,r){var i,s=r!=null?r:{},o=s.query,a=(i=o==null?void 0:o.queryKey)!==null&&i!==void 0?i:yk(t,n),l=function(u){var d=u.signal;return gk(t,n,d)};return Se({queryKey:a,queryFn:l,enabled:!!(t&&n)},o)};function pk(e,t,n,r){var i=mk(e,t,n),s=fr(i,r);return s.queryKey=i.queryKey,s}var vk=function(t){return bt({url:"/users/logout",method:"POST",signal:t})},bk=function(t){var n=["logout"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(){return vk()};return Se({mutationFn:s},i)},xk=function(t,n){var r=bk(t);return Vr(r,n)},wk=function(t,n){return bt({url:"/brands/".concat(t,"/associated-brands"),method:"GET",signal:n})},Iv=function(t){return["/brands/".concat(t,"/associated-brands")]},Sk=function(t,n){var r,i=n!=null?n:{},s=i.query,o=(r=s==null?void 0:s.queryKey)!==null&&r!==void 0?r:Iv(t),a=function(c){var u=c.signal;return wk(t,u)};return Se({queryKey:o,queryFn:a,enabled:!!t},s)};function Ck(e,t,n){var r=Sk(e,t),i=fr(r,n);return i.queryKey=r.queryKey,i}var _k=function(t,n,r){return bt({url:"/brands/".concat(t,"/associated-brand-groups"),method:"POST",headers:{"Content-Type":"application/json"},data:n,signal:r})},kk=function(t){var n=["createBrandAssociationGroup"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(a){var l=a!=null?a:{},c=l.brandId,u=l.data;return _k(c,u)};return Se({mutationFn:s},i)},Ok=function(t,n){var r=kk(t);return Vr(r,n)},Ek=function(t){return bt({url:"/brands",method:"GET",signal:t})},tr=function(){return["/brands"]},Ak=function(t){var n,r=t!=null?t:{},i=r.query,s=(n=i==null?void 0:i.queryKey)!==null&&n!==void 0?n:tr(),o=function(l){var c=l.signal;return Ek(c)};return Se({queryKey:s,queryFn:o},i)};function zs(e,t){var n=Ak(e),r=fr(n,t);return r.queryKey=n.queryKey,r}var Pk=function(t,n){return bt({url:"/brands",method:"POST",headers:{"Content-Type":"application/json"},data:t,signal:n})},Tk=function(t){var n=["createBrand"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(a){var l=a!=null?a:{},c=l.data;return Pk(c)};return Se({mutationFn:s},i)},Mk=function(t,n){var r=Tk(t);return Vr(r,n)},$k=function(t,n){return bt({url:"/brands/".concat(t),method:"GET",signal:n})},ff=function(t){return["/brands/".concat(t)]},jk=function(t,n){var r,i=n!=null?n:{},s=i.query,o=(r=s==null?void 0:s.queryKey)!==null&&r!==void 0?r:ff(t),a=function(c){var u=c.signal;return $k(t,u)};return Se({queryKey:o,queryFn:a,enabled:!!t},s)};function Rv(e,t,n){var r=jk(e,t),i=fr(r,n);return i.queryKey=r.queryKey,i}var Dk=function(t){return bt({url:"/brands/".concat(t),method:"DELETE"})},Lk=function(t){var n=["deleteBrand"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(a){var l=a!=null?a:{},c=l.brandId;return Dk(c)};return Se({mutationFn:s},i)},Ik=function(t,n){var r=Lk(t);return Vr(r,n)},Rk=function(t,n){return bt({url:"/brands/".concat(t,"/settings"),method:"PATCH",headers:{"Content-Type":"application/json"},data:n})},Fk=function(t){var n=["updateBrandSettings"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(a){var l=a!=null?a:{},c=l.brandId,u=l.data;return Rk(c,u)};return Se({mutationFn:s},i)},Fv=function(t,n){var r=Fk(t);return Vr(r,n)},Nk=function(t,n){return bt({url:"/brands/".concat(t,"/queries"),method:"GET",signal:n})},Bk=function(t){return["/brands/".concat(t,"/queries")]},qk=function(t,n){var r,i=n!=null?n:{},s=i.query,o=(r=s==null?void 0:s.queryKey)!==null&&r!==void 0?r:Bk(t),a=function(c){var u=c.signal;return Nk(t,u)};return Se({queryKey:o,queryFn:a,enabled:!!t},s)};function zk(e,t,n){var r=qk(e,t),i=fr(r,n);return i.queryKey=r.queryKey,i}var Hk=function(t,n){return bt({url:"/brands/".concat(t,"/queries"),method:"PUT",headers:{"Content-Type":"application/json"},data:n})},Uk=function(t){var n=["updateBrandQueries"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(a){var l=a!=null?a:{},c=l.brandId,u=l.data;return Hk(c,u)};return Se({mutationFn:s},i)},Kk=function(t,n){var r=Uk(t);return Vr(r,n)},Vk=function(t,n){return bt({url:"/brands/".concat(t,"/query-suggestions"),method:"GET",signal:n})},Wk=function(t){return["/brands/".concat(t,"/query-suggestions")]},Gk=function(t,n){var r,i=n!=null?n:{},s=i.query,o=(r=s==null?void 0:s.queryKey)!==null&&r!==void 0?r:Wk(t),a=function(c){var u=c.signal;return Vk(t,u)};return Se({queryKey:o,queryFn:a,enabled:!!t},s)};function Qk(e,t,n){var r=Gk(e,t),i=fr(r,n);return i.queryKey=r.queryKey,i}var Yk=function(t){return bt({url:"/users/current",method:"GET",signal:t})},hf=function(){return["/users/current"]},Xk=function(t){var n,r=t!=null?t:{},i=r.query,s=(n=i==null?void 0:i.queryKey)!==null&&n!==void 0?n:hf(),o=function(l){var c=l.signal;return Yk(c)};return Se({queryKey:s,queryFn:o},i)};function Sc(e,t){var n=Xk(e),r=fr(n,t);return r.queryKey=n.queryKey,r}var Jk=function(){return bt({url:"/users/data",method:"DELETE"})},Zk=function(t){var n=["deleteUserData"],r=t?t.mutation&&"mutationKey"in t.mutation&&t.mutation.mutationKey?t:Se(Se({},t),{},{mutation:Se(Se({},t.mutation),{},{mutationKey:n})}):{mutation:{mutationKey:n}},i=r.mutation,s=function(){return Jk()};return Se({mutationFn:s},i)},eO=function(t,n){var r=Zk(t);return Vr(r,n)},Nv=z.createContext(void 0),tO=function(t){var n,r,i,s=t.children,o=t.brandId,a=t.analysisId,l=t.model,c=Ch("/brands/:brandId"),u=Ch("/brands/:brandId/analysis/:analysisId"),d=(u==null||(n=u.params)===null||n===void 0?void 0:n.brandId)||(c==null||(r=c.params)===null||r===void 0?void 0:r.brandId),f=u!=null&&(i=u.params)!==null&&i!==void 0&&i.analysisId?Number(u.params.analysisId):void 0,h=z.useMemo(function(){return{brandId:d||o||"",analysisId:f||a||"latest",model:l||"openai"}},[d,o,f,a,l]),g=z.useMemo(function(){return{data:h}},[h]);return y.jsx(Nv.Provider,{value:g,children:s})},Bv=z.createContext(void 0),nO=function(t){var n=t.children,r=t.setBrandId,i=t.setAnalysisId,s=t.setModel,o=z.useCallback(function(d){r(d),i("latest")},[r,i]),a=z.useCallback(function(d){i(d)},[i]),l=z.useCallback(function(d){s(d)},[s]),c=z.useMemo(function(){return{setBrandId:o,setAnalysisId:a,setModel:l}},[o,a,l]),u=z.useMemo(function(){return{mutations:c}},[c]);return y.jsx(Bv.Provider,{value:u,children:n})};function nu(e,t){return oO(e)||sO(e,t)||iO(e,t)||rO()}function rO(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
18
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function iO(e,t){if(e){if(typeof e=="string")return cg(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?cg(e,t):void 0}}function cg(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function sO(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function oO(e){if(Array.isArray(e))return e}var aO=function(t){var n=t.children,r=z.useState(void 0),i=nu(r,2),s=i[0],o=i[1],a=z.useState("latest"),l=nu(a,2),c=l[0],u=l[1],d=z.useState(void 0),f=nu(d,2),h=f[0],g=f[1];return y.jsx(nO,{brandId:s,setBrandId:o,analysisId:c,setAnalysisId:u,model:h,setModel:g,children:y.jsx(tO,{brandId:s,analysisId:c,model:h,children:n})})},Wr=function(){var t=z.useContext(Nv);if(t===void 0)throw new Error("useBrandAnalysisData must be used within a BrandAnalysisDataProvider");return t.data},Cc=function(){var t=z.useContext(Bv);if(t===void 0)throw new Error("useBrandAnalysisMutations must be used within a BrandAnalysisMutationsProvider");return t.mutations},ru={exports:{}};/*!
|
|
19
19
|
Copyright (c) 2018 Jed Watson.
|
|
20
20
|
Licensed under the MIT License (MIT), see
|
|
21
21
|
http://jedwatson.github.io/classnames
|
|
22
|
-
*/var ug;function lO(){return ug||(ug=1,function(e){(function(){var t={}.hasOwnProperty;function n(){for(var s="",o=0;o<arguments.length;o++){var a=arguments[o];a&&(s=i(s,r(a)))}return s}function r(s){if(typeof s=="string"||typeof s=="number")return s;if(typeof s!="object")return"";if(Array.isArray(s))return n.apply(null,s);if(s.toString!==Object.prototype.toString&&!s.toString.toString().includes("[native code]"))return s.toString();var o="";for(var a in s)t.call(s,a)&&s[a]&&(o=i(o,a));return o}function i(s,o){return o?s?s+" "+o:s+o:s}e.exports?(n.default=n,e.exports=n):window.classNames=n})()}(ru)),ru.exports}var cO=lO();const _e=Vp(cO);var uO=function(){var t=hn();return xk({mutation:{onSettled:function(){t("/"),window.location.reload()}}})};function dO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"}))}const fO=$.forwardRef(dO);function hO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"}))}const gO=$.forwardRef(hO);function yO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 19l-7-7 7-7"}))}const mO=$.forwardRef(yO);function pO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 5l7 7-7 7"}))}const vO=$.forwardRef(pO);function bO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"}),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"}))}const xO=$.forwardRef(bO);function wO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 15l-2 5L9 9l11 4-5 2zm0 0l5 5M7.188 2.239l.777 2.897M5.136 7.965l-2.898-.777M13.95 4.05l-2.122 2.122m-5.657 5.656l-2.12 2.122"}))}const SO=$.forwardRef(wO);function CO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"}))}const _O=$.forwardRef(CO);function kO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"}))}const OO=$.forwardRef(kO);function EO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"}))}const AO=$.forwardRef(EO);function PO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z"}))}const Bv=$.forwardRef(PO);function TO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4v16m8-8H4"}))}const qv=$.forwardRef(TO);function MO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"}))}const $O=$.forwardRef(MO);function jO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01"}))}const DO=$.forwardRef(jO);function LO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 3v4M3 5h4M6 17v4m-2-2h4m5-16l2.286 6.857L21 12l-5.714 2.143L13 21l-2.286-6.857L5 12l5.714-2.143L13 3z"}))}const zv=$.forwardRef(LO);function IO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"}))}const gf=$.forwardRef(IO);function RO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"}))}const FO=$.forwardRef(RO);var NO=function(){return[{label:"Brand analysis",href:"/",Icon:$O,isActive:function(n){return n.startsWith("/setup")||n==="/"},showInMenu:!0},{label:"Settings",href:"/settings",Icon:xO,isActive:function(n){return n.startsWith("/settings")},showInMenu:!0}]},dg;function BO(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var fg=function(t){var n=t.className,r=en(),i=r.pathname,s=NO();return y.jsx("div",{className:_e("yst-flex yst-flex-col yst-gap-10",n),children:y.jsx(E.SidebarNavigation.Sidebar,{children:y.jsx(E.SidebarNavigation.List,{className:"yst-space-y-2",children:s.filter(function(o){return o.showInMenu!==!1}).map(function(o){var a=o.isActive?o.isActive(i):!1;return y.jsx(E.SidebarNavigation.SubmenuItem,{className:_e("yst-flex yst-gap-x-3",{"yst-sidebar-navigation__item--active":a}),href:o.href,to:o.href,as:Ur,label:y.jsxs(y.Fragment,{children:[y.jsx(o.Icon,{className:_e(dg||(dg=BO(["yst-sidebar-navigation__icon yst-h-6 yst-w-6"])))}),o.label]})},o.label)})})})})};const qO="data:image/svg+xml,%3csvg%20width='96'%20height='42'%20viewBox='0%200%2096%2042'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.6517%2010.1419C24.3001%2010.1419%2021.3588%2015.0112%2021.3588%2020.4319C21.3588%2025.8525%2024.2564%2030.9356%2031.6517%2030.9356C39.0469%2030.9356%2041.9256%2025.8375%2041.9123%2020.7619C41.8952%2014.58%2038.7258%2010.14%2031.6517%2010.14V10.1419ZM27.1978%2020.7394C27.3764%2013.485%2033.0235%2013.4925%2034.9104%2016.0912C36.63%2018.4594%2036.9815%2026.5556%2031.6536%2026.4975C29.1986%2026.4712%2027.2719%2024.8344%2027.1997%2020.7394H27.1978ZM91.2791%2025.905V15.3956H95.0869V10.8337H91.2791V5.32312H85.3982V10.8337H82.415V15.3956H85.3982V25.3087C85.3982%2030.9431%2089.3789%2034.2919%2093.5801%2034.9856L95.3358%2030.3206C92.8866%2030.015%2091.3019%2028.2075%2091.2791%2025.9069V25.905ZM61.6088%2024.2419V16.3425C61.6088%2016.0537%2061.5898%2015.7837%2061.5613%2015.5194C61.0521%209.13687%2051.8669%209.15%2044.7529%2011.6006L46.8089%2015.6844C51.4413%2013.5131%2054.2136%2014.0737%2055.1826%2015.1425C55.2073%2015.1706%2055.232%2015.1969%2055.2548%2015.2269C55.2567%2015.2306%2055.2605%2015.2344%2055.2624%2015.2381C55.7565%2015.8962%2055.6387%2016.935%2055.6387%2017.7525C49.5849%2017.7525%2043.1416%2018.5456%2043.1416%2025.0969C43.1416%2030.0769%2049.4652%2033.2812%2056.0738%2028.5337L57.0542%2030.8681H62.7185C62.2131%2028.1269%2061.6069%2025.7794%2061.6069%2024.2419H61.6088ZM55.6843%2024.1987C51.0271%2029.3419%2046.7613%2024.5006%2051.1297%2022.3894C52.4161%2021.9562%2054.1604%2021.9375%2055.6843%2021.9375V24.1987ZM70.6477%2015.9169C70.6477%2013.9706%2073.8037%2013.0612%2078.7839%2015.3037L80.5054%2011.1769C73.8037%209.17812%2064.6509%208.99812%2064.592%2015.9169C64.5635%2019.2319%2066.7182%2021.015%2069.8211%2022.1531C71.9701%2022.9406%2075.073%2023.3494%2075.0635%2025.0387C75.0521%2027.2456%2070.241%2027.5831%2065.8632%2024.615L64.0942%2029.0906C70.0662%2032.0231%2081.1705%2032.1056%2081.1116%2024.7556C81.0527%2017.4881%2070.6457%2018.735%2070.6457%2015.9169H70.6477ZM18.8734%200.1875L10.3495%2023.5519L6.26617%2010.935H0.195312L6.99391%2028.1644C7.57346%2029.6312%207.57346%2031.2594%206.99391%2032.7262C6.23387%2034.6481%204.97029%2036.2944%201.88831%2036.7031V41.8106C7.88886%2041.8106%2011.1324%2038.1712%2014.0262%2030.1931L25.368%200.1875H18.8734Z'%20fill='%23A61E69'/%3e%3c/svg%3e";var zO=function(t){var n=t.className,r=en(),i=r.pathname,s=Sc({query:{select:function(h){var g=h.data;return g==null?void 0:g.data}}}),o=s.data,a=s.isLoading,l=uO(),c=l.mutate,u=l.isPending,d=function(h){if(h.preventDefault(),!u)return c()};return y.jsxs("div",{className:_e("ystaii-sidemenu"),children:[y.jsx("div",{className:"ystaii-mobile-menu lg:yst-hidden",children:y.jsx(E.SidebarNavigation,{activePath:i,children:y.jsx(E.SidebarNavigation.Mobile,{closeButtonScreenReaderText:"Close sidebar",openButtonScreenReaderText:"Open sidebar",children:y.jsx(fg,{})})})}),y.jsxs("div",{className:_e("ystaii-menuHeader","yst-mb-6 yst-mt-10 yst-flex yst-flex-row yst-items-center yst-justify-between yst-px-4","lg:yst-flex-col lg:yst-items-start lg:yst-space-y-12"),children:[y.jsx(E.Title,{children:y.jsx(Ur,{className:_e("yst-outline-none"),to:"/",children:y.jsx("img",{src:qO,alt:"Yoast",className:"yst-inline-block yst-h-8"})})}),y.jsxs("div",{className:_e("ystaii-userInfoContainer","yst-flex yst-flex-col"),children:[y.jsx("div",{children:y.jsx("b",{children:(o==null?void 0:o.displayName)||y.jsx(E.SkeletonLoader,{children:"Display name"})})}),y.jsx("div",{children:(o==null?void 0:o.email)||y.jsx(E.SkeletonLoader,{children:"loading-email@address.com"})}),y.jsx("div",{children:y.jsx(E.Link,{variant:"primary",className:"yst-no-underline",onClick:d,children:a?y.jsxs(E.SkeletonLoader,{children:["Sign out ",y.jsx("span",{"aria-hidden":"true",children:"→"})]}):u?y.jsx(y.Fragment,{children:"Signing out..."}):y.jsxs(y.Fragment,{children:["Sign out ",y.jsx("span",{"aria-hidden":"true",children:"→"})]})})})]})]}),y.jsx("div",{className:_e("ystaii-desktopMenu","yst-hidden","lg:yst-mb-0 lg:yst-block lg:yst-w-full lg:yst-shrink-0"),children:y.jsx(E.SidebarNavigation,{activePath:i,children:y.jsx(fg,{className:n})})})]})},Hv=Bx.a.withConfig({displayName:"SkipLink",componentId:"sc-40h6pc-0"})(["position:absolute;top:-1000em;left:10px;z-index:100000;display:block;height:48px;min-width:150px;padding:0 15px;font-size:14px;line-height:48px;background:var(--bg-color-white);border-radius:3px;box-shadow:0px 2px 2px 2px rgba(0,0,0,0.1);text-decoration:underline;text-align:center;outline:none;&:focus{top:10px;color:var(--text-color-blue);}"]);Hv.defaultProps={href:"#content"};function iu(e){var t=e.children,n=e.disable,r=n===void 0?!1:n,i=e.hideNav,s=i===void 0?!1:i,o=e.DebugInfo;return r?t:y.jsxs("div",{className:_e("ystaii-layout","yst-block","lg:yst-flex lg:yst-min-h-full lg:yst-overflow-visible"),children:[y.jsx(Hv,{children:"Skip to main content"}),!s&&y.jsxs("div",{className:_e("ystaii-sidebar","yst-overflow-hidden","lg:yst-flex-grow-1 lg:yst-max-w-[300px] lg:yst-flex-shrink-0 lg:yst-basis-[300px] lg:yst-overflow-visible lg:yst-pl-4"),children:[y.jsx(zO,{}),o&&y.jsx(o,{})]}),y.jsx("main",{className:_e("ystaii-main","yst-mx-4 yst-my-0 yst-flex yst-min-w-0 yst-shrink yst-grow yst-basis-auto yst-px-0 yst-py-6","lg:yst-ml-12 lg:yst-mr-6"),children:y.jsx("div",{className:_e("ystaii-main-content","yst-mx-auto yst-flex yst-flex-col yst-gap-8","lg:yst-w-full lg:yst-flex-row"),children:y.jsx("div",{className:"yst-layout-root yst-mx-auto yst-w-full yst-max-w-[1200px] yst-flex-1",children:t})})})]})}function pd(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */var e,t,n=typeof Symbol=="function"?Symbol:{},r=n.iterator||"@@iterator",i=n.toStringTag||"@@toStringTag";function s(h,g,m,p){var v=g&&g.prototype instanceof a?g:a,b=Object.create(v.prototype);return Kt(b,"_invoke",function(x,S,w){var _,C,k,O=0,A=w||[],M=!1,L={p:0,n:0,v:e,a:G,f:G.bind(e,4),d:function(D,j){return _=D,C=0,k=e,L.n=j,o}};function G(R,D){for(C=R,k=D,t=0;!M&&O&&!j&&t<A.length;t++){var j,I=A[t],oe=L.p,ue=I[2];R>3?(j=ue===D)&&(k=I[(C=I[4])?5:(C=3,3)],I[4]=I[5]=e):I[0]<=oe&&((j=R<2&&oe<I[1])?(C=0,L.v=D,L.n=I[1]):oe<ue&&(j=R<3||I[0]>D||D>ue)&&(I[4]=R,I[5]=D,L.n=ue,C=0))}if(j||R>1)return o;throw M=!0,D}return function(R,D,j){if(O>1)throw TypeError("Generator is already running");for(M&&D===1&&G(D,j),C=D,k=j;(t=C<2?e:k)||!M;){_||(C?C<3?(C>1&&(L.n=-1),G(C,k)):L.n=k:L.v=k);try{if(O=2,_){if(C||(R="next"),t=_[R]){if(!(t=t.call(_,k)))throw TypeError("iterator result is not an object");if(!t.done)return t;k=t.value,C<2&&(C=0)}else C===1&&(t=_.return)&&t.call(_),C<2&&(k=TypeError("The iterator does not provide a '"+R+"' method"),C=1);_=e}else if((t=(M=L.n<0)?k:x.call(S,L))!==o)break}catch(I){_=e,C=1,k=I}finally{O=1}}return{value:t,done:M}}}(h,m,p),!0),b}var o={};function a(){}function l(){}function c(){}t=Object.getPrototypeOf;var u=[][r]?t(t([][r]())):(Kt(t={},r,function(){return this}),t),d=c.prototype=a.prototype=Object.create(u);function f(h){return Object.setPrototypeOf?Object.setPrototypeOf(h,c):(h.__proto__=c,Kt(h,i,"GeneratorFunction")),h.prototype=Object.create(d),h}return l.prototype=c,Kt(d,"constructor",c),Kt(c,"constructor",l),l.displayName="GeneratorFunction",Kt(c,i,"GeneratorFunction"),Kt(d),Kt(d,i,"Generator"),Kt(d,r,function(){return this}),Kt(d,"toString",function(){return"[object Generator]"}),(pd=function(){return{w:s,m:f}})()}function Kt(e,t,n,r){var i=Object.defineProperty;try{i({},"",{})}catch(s){i=0}Kt=function(o,a,l,c){if(a)i?i(o,a,{value:l,enumerable:!c,configurable:!c,writable:!c}):o[a]=l;else{var u=function(f,h){Kt(o,f,function(g){return this._invoke(f,h,g)})};u("next",0),u("throw",1),u("return",2)}},Kt(e,t,n,r)}function hg(e,t,n,r,i,s,o){try{var a=e[s](o),l=a.value}catch(c){return void n(c)}a.done?t(l):Promise.resolve(l).then(r,i)}function HO(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var s=e.apply(t,n);function o(l){hg(s,r,i,o,a,"next",l)}function a(l){hg(s,r,i,o,a,"throw",l)}o(void 0)})}}function KO(e,t){return GO(e)||WO(e,t)||VO(e,t)||UO()}function UO(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
23
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function VO(e,t){if(e){if(typeof e=="string")return gg(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?gg(e,t):void 0}}function gg(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function WO(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function GO(e){if(Array.isArray(e))return e}var QO=function(t){var n,r,i=t.className,s=tn(),o=hn(),a=z.useState(!1),l=KO(a,2),c=l[0],u=l[1],d=zs({query:{select:function(_){var C=_.data;return C==null?void 0:C.brands}}}),f=d.data,h=Rv({mutation:{onSettled:function(){s.invalidateQueries({queryKey:[tr()]})}}}),g=h.mutateAsync,m=h.isPending,p=(n=f==null?void 0:f.filter(function(w){var _;return((_=w.settings)===null||_===void 0?void 0:_.showAutomaticAnalysisDisabledNotification)===!0}))!==null&&n!==void 0?n:[],v=function(){u(!1)},b=function(){var w=HO(pd().m(function _(){var C;return pd().w(function(k){for(;;)switch(k.n){case 0:if(p.length!==0){k.n=1;break}return k.a(2);case 1:return C=p.map(function(O){return g({brandId:String(O.id),data:{showAutomaticAnalysisDisabledNotification:!1}})}),k.n=2,Promise.all(C);case 2:o("/settings"),v();case 3:return k.a(2)}},_)}));return function(){return w.apply(this,arguments)}}();z.useEffect(function(){f&&f.some(function(w){var _;return((_=w.settings)===null||_===void 0?void 0:_.showAutomaticAnalysisDisabledNotification)===!0})&&u(!0)},[f]);var x=p.length===1?"One brand has been deactivated":"Multiple brands have been deactivated",S=p.length===1?y.jsxs(y.Fragment,{children:[y.jsx("p",{children:"You recently lost a subscription. Because of this, we could not analyze all your active brands."}),y.jsxs("p",{children:["The brand ",y.jsx("b",{children:p==null||(r=p[0])===null||r===void 0?void 0:r.name})," was deactivated, since it was the most recently analyzed."]}),y.jsxs("p",{children:["If you prefer, you can go to ",y.jsx("b",{children:"Settings"})," and deactivate a different brand instead."]})]}):y.jsxs(y.Fragment,{children:[y.jsx("p",{children:"You recently lost a subscription. Because of this, we could not analyze all your active brands."}),y.jsx("p",{children:"The following brands were deactivated, since they were the most recently analyzed:"}),y.jsx("ul",{children:p.map(function(w){return y.jsx("li",{children:y.jsx("b",{children:w.name})},w.id)})}),y.jsxs("p",{children:["If you prefer, you can go to ",y.jsx("b",{children:"Settings"})," and deactivate different brand(s) instead."]})]});return c?y.jsx(E.Modal,{isOpen:c,onClose:v,position:"center",as:"div",className:i,children:y.jsxs(E.Modal.Panel,{children:[y.jsx("div",{className:"yst-flex yst-items-start yst-justify-stretch yst-gap-4",children:y.jsxs("div",{className:"yst-flex-1",children:[y.jsx(E.Modal.Container.Header,{className:"yst-mb-3 yst-w-full",children:y.jsx(E.Modal.Title,{as:"h3",className:"yst-text-lg yst-font-medium",children:x})}),y.jsx(E.Modal.Container.Content,{className:"yst-mb-4 yst-space-y-3",children:S})]})}),y.jsxs(E.Modal.Container.Footer,{className:"yst-mt-3 yst-flex yst-justify-end yst-gap-2",children:[y.jsx(E.Button,{variant:"secondary",onClick:v,children:"Close"}),y.jsx(E.Button,{variant:"primary",onClick:b,isLoading:m,disabled:p.length===0,children:"Go to settings"})]})]})}):null};function _c(e){var t=e.children,n=e.description,r=e.title;return y.jsxs(E.Paper.Header,{children:[r&&y.jsx(E.Title,{className:_e({"yst-mb-3":n||t}),children:r}),n&&(typeof n=="string"?y.jsx("p",{children:n}):n),t]})}var YO={HOME:"/"},XO=function(t){var n=t.hideNav,r=n===void 0?!1:n,i=t.disableLayout,s=i===void 0?!1:i,o=t.DebugInfo,a=en(),l=hn(),c={disable:s,hideNav:r},u=Wr(),d=u.brandId,f=Cc(),h=f.setBrandId,g=zs({query:{refetchOnReconnect:!1,refetchOnWindowFocus:!1,select:function(k){var O;return k==null||(O=k.data)===null||O===void 0?void 0:O.brands}}}),m=g.data,p=g.isLoading,v=g.error,b=g.refetch,x=z.useRef(!1),S=z.useMemo(function(){return m==null?void 0:m.find(function(C){return C.id===d})},[m,d]);z.useEffect(function(){var C;if(!(m===void 0||d)){var k=(C=m[0])===null||C===void 0?void 0:C.id;k&&h(k)}},[m,d,h,l,a.pathname]),z.useEffect(function(){!d||x.current||(x.current=!0)},[S,d,l,a.pathname,m]);var w=z.useCallback(function(){b()},[b]),_=["Loading your brands...","Preparing your dashboard...","Checking analysis status...","Almost ready!"];return a.pathname!==YO.HOME&&p?y.jsx(iu,{...c,children:y.jsxs(E.Paper,{className:"yst-mx-auto yst-max-w-2xl",children:[y.jsx(_c,{title:y.jsx(E.SkeletonLoader,{className:"yst-h-12 yst-w-36"}),description:y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-3/4"})}),y.jsx(E.Paper.Content,{children:y.jsx("div",{className:"yst-flex yst-min-h-screen yst-items-start yst-justify-center",children:y.jsx("div",{className:"yst-w-full yst-space-y-4",children:y.jsx("div",{className:"yst-space-y-4",children:_.map(function(C,k){return y.jsx(E.SkeletonLoader,{children:C},k)})})})})})]})}):v?y.jsx(iu,{...c,children:y.jsx("div",{className:"yst-flex yst-min-h-screen yst-items-center yst-justify-center",children:y.jsxs("div",{className:"yst-space-y-4 yst-text-center",children:[y.jsx("div",{className:"yst-mb-4 yst-text-6xl yst-text-red-600",children:"⚠️"}),y.jsx("h2",{className:"yst-text-xl yst-font-semibold yst-text-slate-900",children:"Something went wrong"}),y.jsx("p",{className:"yst-text-slate-600",children:"We couldn't load your Brand Analysis. Please try again shortly."}),y.jsx(E.Button,{variant:"primary",onClick:w,children:"Retry"})]})})}):y.jsxs(iu,{DebugInfo:o,...c,children:[y.jsx(tf,{}),y.jsx(QO,{})]})};function JO(e){if(e!=null){if(typeof e=="number"){var t=1e12;return e>t?e-Date.now():e}var n=Date.parse(e);if(!Number.isNaN(n))return n-Date.now()}}function ZO(e,t){var n=JO(e);return n!==void 0&&n>t*60*1e3}function eE(e){if(e==null)return"a future date";var t;if(typeof e=="number"){var n=1e12;e>n?t=e:t=Date.now()+e}else{var r=Date.parse(e);Number.isNaN(r)||(t=r)}if(t===void 0)return"a future date";var i=new Date(t),s={month:"long",day:"numeric",hour:"numeric",minute:"2-digit",hour12:!0},o=i.toLocaleDateString("en-US",s),a=o.split(" ");if(a.length>=4){var l=a[0],c=a[1].replace(",",""),u=a.slice(2).join(" ");return"".concat(l," ").concat(c," at ").concat(u)}return"".concat(o)}function tE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M14.707 12.293a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 111.414-1.414L9 14.586V3a1 1 0 012 0v11.586l2.293-2.293a1 1 0 011.414 0z",clipRule:"evenodd"}))}const Kv=$.forwardRef(tE);function nE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z",clipRule:"evenodd"}))}const rE=$.forwardRef(nE);function iE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M5.293 7.707a1 1 0 010-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 01-1.414 1.414L11 5.414V17a1 1 0 11-2 0V5.414L6.707 7.707a1 1 0 01-1.414 0z",clipRule:"evenodd"}))}const Uv=$.forwardRef(iE);function sE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"}))}const Vv=$.forwardRef(sE);function oE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z",clipRule:"evenodd"}))}const aE=$.forwardRef(oE);function lE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z",clipRule:"evenodd"}))}const cE=$.forwardRef(lE);function uE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{d:"M6 10a2 2 0 11-4 0 2 2 0 014 0zM12 10a2 2 0 11-4 0 2 2 0 014 0zM16 12a2 2 0 100-4 2 2 0 000 4z"}))}const yg=$.forwardRef(uE);function dE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{d:"M11 3a1 1 0 100 2h2.586l-6.293 6.293a1 1 0 101.414 1.414L15 6.414V9a1 1 0 102 0V4a1 1 0 00-1-1h-5z"}),$.createElement("path",{d:"M5 5a2 2 0 00-2 2v8a2 2 0 002 2h8a2 2 0 002-2v-3a1 1 0 10-2 0v3H5V7h3a1 1 0 000-2H5z"}))}const fE=$.forwardRef(dE);function hE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M2 5a2 2 0 012-2h12a2 2 0 012 2v2a2 2 0 01-2 2H4a2 2 0 01-2-2V5zm14 1a1 1 0 11-2 0 1 1 0 012 0zM2 13a2 2 0 012-2h12a2 2 0 012 2v2a2 2 0 01-2 2H4a2 2 0 01-2-2v-2zm14 1a1 1 0 11-2 0 1 1 0 012 0z",clipRule:"evenodd"}))}const gE=$.forwardRef(hE);function yE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"}))}const mE=$.forwardRef(yE);function Wo(e){"@babel/helpers - typeof";return Wo=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},Wo(e)}var pE=["children","as","startColor","endColor","angle","disabled","style","className"];function mg(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function pg(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?mg(Object(n),!0).forEach(function(r){vE(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):mg(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function vE(e,t,n){return(t=bE(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function bE(e){var t=xE(e,"string");return Wo(t)=="symbol"?t:t+""}function xE(e,t){if(Wo(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Wo(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function wE(e,t){if(e==null)return{};var n,r,i=SE(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(r=0;r<s.length;r++)n=s[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function SE(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var kc=function(t){var n=t.children,r=t.as,i=r===void 0?"span":r,s=t.startColor,o=s===void 0?"#A61E69":s,a=t.endColor,l=a===void 0?"#6366F1":a,c=t.angle,u=c===void 0?102:c,d=t.disabled,f=d===void 0?!1:d,h=t.style,g=h===void 0?{}:h,m=t.className,p=m===void 0?"":m,v=wE(t,pE),b=pg(f?{display:"inline-block"}:{background:"linear-gradient(".concat(u,"deg, ").concat(o,", ").concat(l,")"),WebkitBackgroundClip:"text",WebkitTextFillColor:"transparent",backgroundClip:"text",display:"inline-block"},g);return y.jsx(i,{className:p,style:b,...v,children:n})};function yf(e){var t=e.children,n=e.nestedInPaperContent,r=n===void 0?!1:n,i=e.className;return y.jsx("div",{className:_e("yst-mt-8 yst-flex yst-items-center yst-justify-end yst-gap-6 yst-rounded-bl-lg yst-rounded-br-lg yst-border-t yst-border-slate-200 yst-bg-slate-50 yst-px-8 yst-py-6",{"yst-mb-[-2rem] yst-ml-[-2rem] yst-mr-[-2rem]":r},i),children:t})}var CE=function(){var t=hn();return y.jsx("form",{onSubmit:function(){return t("/setup")},children:y.jsxs(E.Paper,{className:"yst-mx-auto yst-flex yst-max-w-2xl",children:[y.jsx(E.Paper.Header,{children:y.jsxs(E.Title,{size:"1",children:["Welcome to ",y.jsx(kc,{children:"Yoast AI Brand Insights"}),"!"]})}),y.jsxs(E.Paper.Content,{className:"yst-space-y-8",children:[y.jsxs("div",{className:"yst-space-y-4 *:yst-text-tiny",children:[y.jsx("p",{children:"See how your brand is represented in AI answers"}),y.jsxs("p",{children:[y.jsx("b",{className:"yst-font-medium yst-text-slate-800",children:"Yoast AI Brand Insights"})," ","shows how often your brand appears, how it's described, and how it compares to competitors in tools like ChatGPT and Perplexity."]}),y.jsx("p",{children:"It only takes three simple steps to get your brand insights:"})]}),y.jsx("div",{className:"yst-flex yst-flex-col yst-items-stretch yst-justify-stretch yst-gap-4 yst-pb-8",children:[{title:"1. ADD BRAND INFO",description:"Tell us about your brand and where it's active so we can customize your analysis."},{title:"2. REVIEW QUERIES",description:"Edit or approve the queries generated from your input."},{title:"3. RUN ANALYSIS",description:"Run your queries through relevant AI models to see how your brand shows up."}].map(function(n,r,i){return y.jsxs("div",{className:"yst-relative yst-flex yst-flex-col yst-items-stretch",children:[y.jsxs("div",{className:"yst-flex yst-flex-row yst-items-center yst-justify-stretch yst-gap-6",children:[y.jsx(E.Stepper.Step,{isActive:!0,isComplete:!1,children:y.jsx("span",{className:"yst-hidden",children:r+1})}),y.jsxs("div",{className:"yst-flex yst-flex-1 yst-flex-col yst-gap-2 yst-rounded yst-border yst-border-slate-200 yst-p-6",children:[y.jsx(E.Title,{size:"3",className:"yst-font-semibold yst-uppercase",children:n.title}),y.jsx("p",{children:n.description})]})]}),r<i.length-1&&y.jsx("div",{className:"yst-absolute yst-left-[-2px] yst-top-1/2 yst-my-0 yst-ml-[13px] yst-h-full yst-border-l-2 yst-border-l-primary-600"})]},n.title)})})]}),y.jsx(yf,{className:"yst-justify-end",children:y.jsxs(E.Button,{variant:"primary",onClick:function(){return t("/setup")},className:"yst-gap-1.5",children:["Start your first analysis ",y.jsx(rE,{})]})})]})})};function ql(e){return typeof e!="number"?{}:{"yst-text-green-600":e>0,"yst-text-red-600":e<0,"yst-text-gray-400":e===0}}function Pa(e){var t=e.score,n=e.total,r=e.suffix,i=e.isLoading,s=i===void 0?!1:i,o=e.className,a=e.hideTotal,l=a===void 0?!1:a,c=e.delta,u=e.deltaFormat,d=u===void 0?"absolute":u,f=e.deltaSuffix,h=e.scoreFormat,g=h===void 0?"absolute":h;return y.jsxs("div",{className:_e(o,"yst-font-medium"),children:[y.jsxs("span",{className:"yst-mr-1 yst-text-xl yst-font-bold yst-text-slate-900",children:[s||t===void 0||t===null?"—":t,!s&&t!==void 0&&t!==null&&g==="percentage"?"%":""]}),!l&&n&&n!==0&&n!=="0"&&y.jsxs("span",{className:"yst-text-slate-500",children:["/ ",s?"—":n]}),r&&y.jsxs("span",{className:"yst-text-slate-500",children:[" ",r]}),typeof c=="number"&&!isNaN(c)&&y.jsxs("span",{className:_e("yst-ml-2",ql(c)),children:[c>-1&&"+",c,d==="percentage"&&"%"," ",f]})]})}var _E=["Icon","className","children","placement","id"];function kE(e,t){return PE(e)||AE(e,t)||EE(e,t)||OE()}function OE(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
24
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function EE(e,t){if(e){if(typeof e=="string")return vg(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?vg(e,t):void 0}}function vg(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function AE(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function PE(e){if(Array.isArray(e))return e}function TE(e,t){if(e==null)return{};var n,r,i=ME(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(r=0;r<s.length;r++)n=s[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function ME(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}function mf(e){var t=e.Icon,n=t===void 0?AO:t,r=e.className,i=r===void 0?"":r,s=e.children,o=e.placement,a=o===void 0?"top":o,l=e.id,c=l===void 0?"":l,u=TE(e,_E),d=z.useState(!1),f=kE(d,2),h=f[0],g=f[1];return s?y.jsxs("div",{className:i||"yst-relative",onMouseEnter:function(){return g(!0)},onMouseLeave:function(){return g(!1)},"aria-describedby":c?"tooltip-button-id":"tooltip-button",...u,children:[y.jsx(n,{className:"yst-relative yst-h-6 yst-w-6 yst-text-slate-400"}),h&&y.jsx(E.Tooltip,{placement:a,id:c||"tooltip-button",children:s})]}):null}var Ta=function(t){var n=t.title,r=t.tooltip,i=t.size,s=i===void 0?"3":i,o=t.className,a=o===void 0?"":o,l=function(d){var f=typeof d=="string"?d:"tooltip";return"tooltip-".concat(f.toLowerCase().replace(/\s+/g,"-"))},c=l(n);return y.jsxs("div",{className:"yst-flex yst-items-center yst-justify-between ".concat(a),children:[y.jsx(E.Title,{size:s,children:n}),y.jsx(mf,{id:c,children:r})]})},bg=function(t){var n=t.keywords,r=t.badgeClassName;return y.jsx("div",{className:"yst-flex yst-flex-wrap yst-gap-2",children:n.map(function(i){return i&&y.jsx(E.Badge,{className:r,children:i},i)})})},Wv=function(t){var n,r,i,s,o=t.title,a=o===void 0?"Sentiment":o,l=t.tooltip,c=l===void 0?"":l,u=t.data,d=u==null?void 0:u.brandName,f=u==null||(n=u.positivityPercentage)===null||n===void 0?void 0:n.value,h=u==null||(r=u.positivityPercentage)===null||r===void 0||(r=r.previous)===null||r===void 0?void 0:r.difference,g=u==null||(i=u.keywords)===null||i===void 0?void 0:i.positive,m=u==null||(s=u.keywords)===null||s===void 0?void 0:s.negative,p=!u||f===void 0&&h===void 0;return y.jsx(E.Card,{className:"yst-overflow-visible",children:y.jsxs(E.Card.Content,{className:"yst-space-y-8",children:[y.jsx(Ta,{title:a,tooltip:c}),y.jsx("div",{className:"yst-space-y-3",children:!p&&y.jsxs(y.Fragment,{children:[y.jsx("p",{children:d||y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-20"})}),y.jsxs("div",{children:[y.jsx("div",{className:"yst-inline-flex",children:y.jsx(Pa,{className:"yst-mb-1.5",score:f,scoreFormat:"percentage",suffix:"positive",delta:h})}),y.jsx(E.ProgressBar,{max:100,min:0,progress:f||0,className:_e({"yst-bg-red-500":f},"[&>*]:yst-bg-green-500")})]})]})}),p&&y.jsx(E.Alert,{variant:"info",children:"The selected AI model returned no brand sentiment data for your queries. This can happen with some queries or models."}),!!g&&y.jsxs("div",{className:"yst-space-y-2",children:[y.jsx(E.Title,{as:"h5",size:"5",children:"Positive keywords"}),y.jsx(bg,{keywords:g,badgeClassName:"yst-bg-green-100 yst-text-green-800"})]}),!!m&&y.jsxs("div",{className:"yst-space-y-2",children:[y.jsx(E.Title,{as:"h5",size:"5",children:"Negative keywords"}),y.jsx(bg,{keywords:m,badgeClassName:"yst-bg-red-100 yst-text-red-800"})]})]})})};function Go(e){"@babel/helpers - typeof";return Go=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},Go(e)}var $E=["data"];function xg(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function jE(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?xg(Object(n),!0).forEach(function(r){DE(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):xg(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function DE(e,t,n){return(t=LE(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function LE(e){var t=IE(e,"string");return Go(t)=="symbol"?t:t+""}function IE(e,t){if(Go(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Go(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function RE(e,t){if(e==null)return{};var n,r,i=FE(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(r=0;r<s.length;r++)n=s[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function FE(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var Hs=function(t,n,r){var i=Wr(),s=i.brandId,o=i.analysisId,a=i.model,l=s,c=o,u=a,d=wc(l,c,{query:{enabled:!!l&&!!c,select:function(p){var v=p.data;return v==null?void 0:v.analysis}}}),f=d.data,h=RE(d,$E),g=z.useMemo(function(){if(!f||!u)return null;var m=f.scans||[];return m.find(function(p){return String(p.aiProvider)===String(u)})||null},[f,u]);return jE({data:g},h)};function NE(){var e,t=Hs(),n=t.data;return y.jsx(Wv,{title:"Brand Sentiment",data:n==null||(e=n.sentiment)===null||e===void 0?void 0:e.own,tooltip:"Percentage of positive versus negative keywords in your query results related to your brand."})}var BE=["children","as","className"];function qE(e,t){if(e==null)return{};var n,r,i=zE(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(r=0;r<s.length;r++)n=s[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function zE(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var Ma=function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];var s=t.reduce(function(o,a,l){return o+a+(r[l]||"")},"");return function(o){var a=o.children,l=o.as,c=l===void 0?"div":l,u=o.className,d=u===void 0?"":u,f=qE(o,BE);return y.jsx(c,{className:_e(String(s).trim(),d),...f,children:a})}},su=[{bg:"yst-bg-blue-200",text:"yst-text-blue-900"},{bg:"yst-bg-green-200",text:"yst-text-green-900"},{bg:"yst-bg-purple-200",text:"yst-text-purple-900"},{bg:"yst-bg-pink-200",text:"yst-text-pink-900"},{bg:"yst-bg-yellow-200",text:"yst-text-yellow-900"},{bg:"yst-bg-indigo-200",text:"yst-text-indigo-900"},{bg:"yst-bg-red-200",text:"yst-text-red-900"},{bg:"yst-bg-orange-200",text:"yst-text-orange-900"},{bg:"yst-bg-teal-200",text:"yst-text-teal-900"},{bg:"yst-bg-cyan-200",text:"yst-text-cyan-900"},{bg:"yst-bg-lime-200",text:"yst-text-lime-900"},{bg:"yst-bg-emerald-200",text:"yst-text-emerald-900"},{bg:"yst-bg-sky-200",text:"yst-text-sky-900"},{bg:"yst-bg-violet-200",text:"yst-text-violet-900"},{bg:"yst-bg-fuchsia-200",text:"yst-text-fuchsia-900"},{bg:"yst-bg-rose-200",text:"yst-text-rose-900"},{bg:"yst-bg-amber-200",text:"yst-text-amber-900"}],wg=function(t){if(!t)return su[0];if(t.toLowerCase()==="other")return{bg:"yst-bg-slate-200",text:"yst-text-slate-900"};for(var n=0,r=0;r<t.length;r++){var i=t.charCodeAt(r);n=(n<<5)-n+i,n=n&n}var s=Math.abs(n)%su.length;return su[s]};function Qo(e){"@babel/helpers - typeof";return Qo=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},Qo(e)}var Sg;function Cg(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function _g(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Cg(Object(n),!0).forEach(function(r){HE(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Cg(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function HE(e,t,n){return(t=KE(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function KE(e){var t=UE(e,"string");return Qo(t)=="symbol"?t:t+""}function UE(e,t){if(Qo(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Qo(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function VE(e){return QE(e)||GE(e)||Gv(e)||WE()}function WE(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
25
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
26
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
27
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
22
|
+
*/var ug;function lO(){return ug||(ug=1,function(e){(function(){var t={}.hasOwnProperty;function n(){for(var s="",o=0;o<arguments.length;o++){var a=arguments[o];a&&(s=i(s,r(a)))}return s}function r(s){if(typeof s=="string"||typeof s=="number")return s;if(typeof s!="object")return"";if(Array.isArray(s))return n.apply(null,s);if(s.toString!==Object.prototype.toString&&!s.toString.toString().includes("[native code]"))return s.toString();var o="";for(var a in s)t.call(s,a)&&s[a]&&(o=i(o,a));return o}function i(s,o){return o?s?s+" "+o:s+o:s}e.exports?(n.default=n,e.exports=n):window.classNames=n})()}(ru)),ru.exports}var cO=lO();const _e=Wp(cO);var uO=function(t){return xk({mutation:{onSettled:function(){t&&t()}}})};function dO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"}))}const fO=$.forwardRef(dO);function hO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"}))}const gO=$.forwardRef(hO);function yO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 19l-7-7 7-7"}))}const mO=$.forwardRef(yO);function pO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 5l7 7-7 7"}))}const vO=$.forwardRef(pO);function bO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"}),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"}))}const xO=$.forwardRef(bO);function wO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 15l-2 5L9 9l11 4-5 2zm0 0l5 5M7.188 2.239l.777 2.897M5.136 7.965l-2.898-.777M13.95 4.05l-2.122 2.122m-5.657 5.656l-2.12 2.122"}))}const SO=$.forwardRef(wO);function CO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"}))}const _O=$.forwardRef(CO);function kO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"}))}const OO=$.forwardRef(kO);function EO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"}))}const AO=$.forwardRef(EO);function PO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z"}))}const qv=$.forwardRef(PO);function TO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4v16m8-8H4"}))}const zv=$.forwardRef(TO);function MO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"}))}const $O=$.forwardRef(MO);function jO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01"}))}const DO=$.forwardRef(jO);function LO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 3v4M3 5h4M6 17v4m-2-2h4m5-16l2.286 6.857L21 12l-5.714 2.143L13 21l-2.286-6.857L5 12l5.714-2.143L13 3z"}))}const IO=$.forwardRef(LO);function RO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"}))}const gf=$.forwardRef(RO);function FO(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"}))}const NO=$.forwardRef(FO);var BO=function(){return[{label:"Brand analysis",href:"/",Icon:$O,isActive:function(n){return n.startsWith("/setup")||n==="/"},showInMenu:!0},{label:"Settings",href:"/settings",Icon:xO,isActive:function(n){return n.startsWith("/settings")},showInMenu:!0}]},dg;function qO(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var fg=function(t){var n=t.className,r=en(),i=r.pathname,s=BO();return y.jsx("div",{className:_e("yst-flex yst-flex-col yst-gap-10",n),children:y.jsx(E.SidebarNavigation.Sidebar,{children:y.jsx(E.SidebarNavigation.List,{className:"yst-space-y-2",children:s.filter(function(o){return o.showInMenu!==!1}).map(function(o){var a=o.isActive?o.isActive(i):!1;return y.jsx(E.SidebarNavigation.SubmenuItem,{className:_e("yst-flex yst-gap-x-3",{"yst-sidebar-navigation__item--active":a}),href:o.href,to:o.href,as:Kr,label:y.jsxs(y.Fragment,{children:[y.jsx(o.Icon,{className:_e(dg||(dg=qO(["yst-sidebar-navigation__icon yst-h-6 yst-w-6"])))}),o.label]})},o.label)})})})})};const zO="data:image/svg+xml,%3csvg%20width='96'%20height='42'%20viewBox='0%200%2096%2042'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.6517%2010.1419C24.3001%2010.1419%2021.3588%2015.0112%2021.3588%2020.4319C21.3588%2025.8525%2024.2564%2030.9356%2031.6517%2030.9356C39.0469%2030.9356%2041.9256%2025.8375%2041.9123%2020.7619C41.8952%2014.58%2038.7258%2010.14%2031.6517%2010.14V10.1419ZM27.1978%2020.7394C27.3764%2013.485%2033.0235%2013.4925%2034.9104%2016.0912C36.63%2018.4594%2036.9815%2026.5556%2031.6536%2026.4975C29.1986%2026.4712%2027.2719%2024.8344%2027.1997%2020.7394H27.1978ZM91.2791%2025.905V15.3956H95.0869V10.8337H91.2791V5.32312H85.3982V10.8337H82.415V15.3956H85.3982V25.3087C85.3982%2030.9431%2089.3789%2034.2919%2093.5801%2034.9856L95.3358%2030.3206C92.8866%2030.015%2091.3019%2028.2075%2091.2791%2025.9069V25.905ZM61.6088%2024.2419V16.3425C61.6088%2016.0537%2061.5898%2015.7837%2061.5613%2015.5194C61.0521%209.13687%2051.8669%209.15%2044.7529%2011.6006L46.8089%2015.6844C51.4413%2013.5131%2054.2136%2014.0737%2055.1826%2015.1425C55.2073%2015.1706%2055.232%2015.1969%2055.2548%2015.2269C55.2567%2015.2306%2055.2605%2015.2344%2055.2624%2015.2381C55.7565%2015.8962%2055.6387%2016.935%2055.6387%2017.7525C49.5849%2017.7525%2043.1416%2018.5456%2043.1416%2025.0969C43.1416%2030.0769%2049.4652%2033.2812%2056.0738%2028.5337L57.0542%2030.8681H62.7185C62.2131%2028.1269%2061.6069%2025.7794%2061.6069%2024.2419H61.6088ZM55.6843%2024.1987C51.0271%2029.3419%2046.7613%2024.5006%2051.1297%2022.3894C52.4161%2021.9562%2054.1604%2021.9375%2055.6843%2021.9375V24.1987ZM70.6477%2015.9169C70.6477%2013.9706%2073.8037%2013.0612%2078.7839%2015.3037L80.5054%2011.1769C73.8037%209.17812%2064.6509%208.99812%2064.592%2015.9169C64.5635%2019.2319%2066.7182%2021.015%2069.8211%2022.1531C71.9701%2022.9406%2075.073%2023.3494%2075.0635%2025.0387C75.0521%2027.2456%2070.241%2027.5831%2065.8632%2024.615L64.0942%2029.0906C70.0662%2032.0231%2081.1705%2032.1056%2081.1116%2024.7556C81.0527%2017.4881%2070.6457%2018.735%2070.6457%2015.9169H70.6477ZM18.8734%200.1875L10.3495%2023.5519L6.26617%2010.935H0.195312L6.99391%2028.1644C7.57346%2029.6312%207.57346%2031.2594%206.99391%2032.7262C6.23387%2034.6481%204.97029%2036.2944%201.88831%2036.7031V41.8106C7.88886%2041.8106%2011.1324%2038.1712%2014.0262%2030.1931L25.368%200.1875H18.8734Z'%20fill='%23A61E69'/%3e%3c/svg%3e";function HO(e,t){return WO(e)||VO(e,t)||KO(e,t)||UO()}function UO(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
23
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function KO(e,t){if(e){if(typeof e=="string")return hg(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?hg(e,t):void 0}}function hg(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function VO(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function WO(e){if(Array.isArray(e))return e}var GO=function(t){var n=t.className,r=t.onLogout,i=en(),s=i.pathname,o=z.useState(!1),a=HO(o,2),l=a[0],c=a[1],u=Sc({query:{select:function(b){var x=b.data;return x==null?void 0:x.data}}}),d=u.data,f=u.isLoading,h=uO(r),g=h.mutate,m=h.isPending,p=function(b){if(b.preventDefault(),c(!0),!m)return g()};return y.jsxs("div",{className:_e("ystaii-sidemenu"),children:[y.jsx("div",{className:"ystaii-mobile-menu lg:yst-hidden",children:y.jsx(E.SidebarNavigation,{activePath:s,children:y.jsx(E.SidebarNavigation.Mobile,{closeButtonScreenReaderText:"Close sidebar",openButtonScreenReaderText:"Open sidebar",children:y.jsx(fg,{})})})}),y.jsxs("div",{className:_e("ystaii-menuHeader","yst-mb-6 yst-mt-10 yst-flex yst-flex-row yst-items-center yst-justify-between yst-px-4","lg:yst-flex-col lg:yst-items-start lg:yst-space-y-12"),children:[y.jsx(E.Title,{children:y.jsx(Kr,{className:_e("yst-outline-none"),to:"/",children:y.jsx("img",{src:zO,alt:"Yoast",className:"yst-inline-block yst-h-8"})})}),y.jsxs("div",{className:_e("ystaii-userInfoContainer","yst-flex yst-flex-col"),children:[y.jsx("div",{children:y.jsx("b",{children:(d==null?void 0:d.displayName)||y.jsx(E.SkeletonLoader,{children:"Display name"})})}),y.jsx("div",{children:(d==null?void 0:d.email)||y.jsx(E.SkeletonLoader,{children:"loading-email@address.com"})}),y.jsx("div",{children:y.jsx(E.Link,{variant:"primary",className:"yst-no-underline",onClick:p,children:f?y.jsxs(E.SkeletonLoader,{children:["Sign out ",y.jsx("span",{"aria-hidden":"true",children:"→"})]}):l||m?y.jsx(y.Fragment,{children:"Signing out..."}):y.jsxs(y.Fragment,{children:["Sign out ",y.jsx("span",{"aria-hidden":"true",children:"→"})]})})})]})]}),y.jsx("div",{className:_e("ystaii-desktopMenu","yst-hidden","lg:yst-mb-0 lg:yst-block lg:yst-w-full lg:yst-shrink-0"),children:y.jsx(E.SidebarNavigation,{activePath:s,children:y.jsx(fg,{className:n})})})]})},Hv=Bx.a.withConfig({displayName:"SkipLink",componentId:"sc-40h6pc-0"})(["position:absolute;top:-1000em;left:10px;z-index:100000;display:block;height:48px;min-width:150px;padding:0 15px;font-size:14px;line-height:48px;background:var(--bg-color-white);border-radius:3px;box-shadow:0px 2px 2px 2px rgba(0,0,0,0.1);text-decoration:underline;text-align:center;outline:none;&:focus{top:10px;color:var(--text-color-blue);}"]);Hv.defaultProps={href:"#content"};function iu(e){var t=e.children,n=e.disable,r=n===void 0?!1:n,i=e.hideNav,s=i===void 0?!1:i,o=e.DebugInfo,a=e.onLogout;return r?t:y.jsxs("div",{className:_e("ystaii-layout","yst-block","lg:yst-flex lg:yst-min-h-full lg:yst-overflow-visible"),children:[y.jsx(Hv,{children:"Skip to main content"}),!s&&y.jsxs("div",{className:_e("ystaii-sidebar","yst-overflow-hidden","lg:yst-flex-grow-1 lg:yst-max-w-[300px] lg:yst-flex-shrink-0 lg:yst-basis-[300px] lg:yst-overflow-visible lg:yst-pl-4"),children:[y.jsx(GO,{onLogout:a}),o&&y.jsx(o,{})]}),y.jsx("main",{className:_e("ystaii-main","yst-mx-4 yst-my-0 yst-flex yst-min-w-0 yst-shrink yst-grow yst-basis-auto yst-px-0 yst-py-6","lg:yst-ml-12 lg:yst-mr-6"),children:y.jsx("div",{className:_e("ystaii-main-content","yst-mx-auto yst-flex yst-flex-col yst-gap-8","lg:yst-w-full lg:yst-flex-row"),children:y.jsx("div",{className:"yst-layout-root yst-mx-auto yst-w-full yst-max-w-[1200px] yst-flex-1",children:t})})})]})}function pd(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */var e,t,n=typeof Symbol=="function"?Symbol:{},r=n.iterator||"@@iterator",i=n.toStringTag||"@@toStringTag";function s(h,g,m,p){var v=g&&g.prototype instanceof a?g:a,b=Object.create(v.prototype);return Ut(b,"_invoke",function(x,S,w){var _,C,k,O=0,A=w||[],M=!1,L={p:0,n:0,v:e,a:G,f:G.bind(e,4),d:function(D,j){return _=D,C=0,k=e,L.n=j,o}};function G(R,D){for(C=R,k=D,t=0;!M&&O&&!j&&t<A.length;t++){var j,I=A[t],oe=L.p,ue=I[2];R>3?(j=ue===D)&&(k=I[(C=I[4])?5:(C=3,3)],I[4]=I[5]=e):I[0]<=oe&&((j=R<2&&oe<I[1])?(C=0,L.v=D,L.n=I[1]):oe<ue&&(j=R<3||I[0]>D||D>ue)&&(I[4]=R,I[5]=D,L.n=ue,C=0))}if(j||R>1)return o;throw M=!0,D}return function(R,D,j){if(O>1)throw TypeError("Generator is already running");for(M&&D===1&&G(D,j),C=D,k=j;(t=C<2?e:k)||!M;){_||(C?C<3?(C>1&&(L.n=-1),G(C,k)):L.n=k:L.v=k);try{if(O=2,_){if(C||(R="next"),t=_[R]){if(!(t=t.call(_,k)))throw TypeError("iterator result is not an object");if(!t.done)return t;k=t.value,C<2&&(C=0)}else C===1&&(t=_.return)&&t.call(_),C<2&&(k=TypeError("The iterator does not provide a '"+R+"' method"),C=1);_=e}else if((t=(M=L.n<0)?k:x.call(S,L))!==o)break}catch(I){_=e,C=1,k=I}finally{O=1}}return{value:t,done:M}}}(h,m,p),!0),b}var o={};function a(){}function l(){}function c(){}t=Object.getPrototypeOf;var u=[][r]?t(t([][r]())):(Ut(t={},r,function(){return this}),t),d=c.prototype=a.prototype=Object.create(u);function f(h){return Object.setPrototypeOf?Object.setPrototypeOf(h,c):(h.__proto__=c,Ut(h,i,"GeneratorFunction")),h.prototype=Object.create(d),h}return l.prototype=c,Ut(d,"constructor",c),Ut(c,"constructor",l),l.displayName="GeneratorFunction",Ut(c,i,"GeneratorFunction"),Ut(d),Ut(d,i,"Generator"),Ut(d,r,function(){return this}),Ut(d,"toString",function(){return"[object Generator]"}),(pd=function(){return{w:s,m:f}})()}function Ut(e,t,n,r){var i=Object.defineProperty;try{i({},"",{})}catch(s){i=0}Ut=function(o,a,l,c){if(a)i?i(o,a,{value:l,enumerable:!c,configurable:!c,writable:!c}):o[a]=l;else{var u=function(f,h){Ut(o,f,function(g){return this._invoke(f,h,g)})};u("next",0),u("throw",1),u("return",2)}},Ut(e,t,n,r)}function gg(e,t,n,r,i,s,o){try{var a=e[s](o),l=a.value}catch(c){return void n(c)}a.done?t(l):Promise.resolve(l).then(r,i)}function QO(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var s=e.apply(t,n);function o(l){gg(s,r,i,o,a,"next",l)}function a(l){gg(s,r,i,o,a,"throw",l)}o(void 0)})}}function YO(e,t){return eE(e)||ZO(e,t)||JO(e,t)||XO()}function XO(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
24
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function JO(e,t){if(e){if(typeof e=="string")return yg(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?yg(e,t):void 0}}function yg(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function ZO(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function eE(e){if(Array.isArray(e))return e}var tE=function(t){var n,r,i=t.className,s=tn(),o=_n(),a=z.useState(!1),l=YO(a,2),c=l[0],u=l[1],d=zs({query:{select:function(_){var C=_.data;return C==null?void 0:C.brands}}}),f=d.data,h=Fv({mutation:{onSettled:function(){s.invalidateQueries({queryKey:[tr()]})}}}),g=h.mutateAsync,m=h.isPending,p=(n=f==null?void 0:f.filter(function(w){var _;return((_=w.settings)===null||_===void 0?void 0:_.showAutomaticAnalysisDisabledNotification)===!0}))!==null&&n!==void 0?n:[],v=function(){u(!1)},b=function(){var w=QO(pd().m(function _(){var C;return pd().w(function(k){for(;;)switch(k.n){case 0:if(p.length!==0){k.n=1;break}return k.a(2);case 1:return C=p.map(function(O){return g({brandId:String(O.id),data:{showAutomaticAnalysisDisabledNotification:!1}})}),k.n=2,Promise.all(C);case 2:o("/settings"),v();case 3:return k.a(2)}},_)}));return function(){return w.apply(this,arguments)}}();z.useEffect(function(){f&&f.some(function(w){var _;return((_=w.settings)===null||_===void 0?void 0:_.showAutomaticAnalysisDisabledNotification)===!0})&&u(!0)},[f]);var x=p.length===1?"One brand has been deactivated":"Multiple brands have been deactivated",S=p.length===1?y.jsxs(y.Fragment,{children:[y.jsx("p",{children:"You recently lost a subscription. Because of this, we could not analyze all your active brands."}),y.jsxs("p",{children:["The brand ",y.jsx("b",{children:p==null||(r=p[0])===null||r===void 0?void 0:r.name})," was deactivated, since it was the most recently analyzed."]}),y.jsxs("p",{children:["If you prefer, you can go to ",y.jsx("b",{children:"Settings"})," and deactivate a different brand instead."]})]}):y.jsxs(y.Fragment,{children:[y.jsx("p",{children:"You recently lost a subscription. Because of this, we could not analyze all your active brands."}),y.jsx("p",{children:"The following brands were deactivated, since they were the most recently analyzed:"}),y.jsx("ul",{children:p.map(function(w){return y.jsx("li",{children:y.jsx("b",{children:w.name})},w.id)})}),y.jsxs("p",{children:["If you prefer, you can go to ",y.jsx("b",{children:"Settings"})," and deactivate different brand(s) instead."]})]});return c?y.jsx(E.Modal,{isOpen:c,onClose:v,position:"center",as:"div",className:i,children:y.jsxs(E.Modal.Panel,{children:[y.jsx("div",{className:"yst-flex yst-items-start yst-justify-stretch yst-gap-4",children:y.jsxs("div",{className:"yst-flex-1",children:[y.jsx(E.Modal.Container.Header,{className:"yst-mb-3 yst-w-full",children:y.jsx(E.Modal.Title,{as:"h3",className:"yst-text-lg yst-font-medium",children:x})}),y.jsx(E.Modal.Container.Content,{className:"yst-mb-4 yst-space-y-3",children:S})]})}),y.jsxs(E.Modal.Container.Footer,{className:"yst-mt-3 yst-flex yst-justify-end yst-gap-2",children:[y.jsx(E.Button,{variant:"secondary",onClick:v,children:"Close"}),y.jsx(E.Button,{variant:"primary",onClick:b,isLoading:m,disabled:p.length===0,children:"Go to settings"})]})]})}):null};function _c(e){var t=e.children,n=e.description,r=e.title;return y.jsxs(E.Paper.Header,{children:[r&&y.jsx(E.Title,{className:_e({"yst-mb-3":n||t}),children:r}),n&&(typeof n=="string"?y.jsx("p",{children:n}):n),t]})}var nE={HOME:"/"},rE=function(t){var n=t.hideNav,r=n===void 0?!1:n,i=t.disableLayout,s=i===void 0?!1:i,o=t.DebugInfo,a=t.onLogout,l=en(),c=_n(),u={disable:s,hideNav:r},d=Wr(),f=d.brandId,h=Cc(),g=h.setBrandId,m=zs({query:{refetchOnReconnect:!1,refetchOnWindowFocus:!1,select:function(O){var A;return O==null||(A=O.data)===null||A===void 0?void 0:A.brands}}}),p=m.data,v=m.isLoading,b=m.error,x=m.refetch,S=z.useRef(!1),w=z.useMemo(function(){return p==null?void 0:p.find(function(k){return k.id===f})},[p,f]);z.useEffect(function(){var k;if(!(p===void 0||f)){var O=(k=p[0])===null||k===void 0?void 0:k.id;O&&g(O)}},[p,f,g,c,l.pathname]),z.useEffect(function(){!f||S.current||(S.current=!0)},[w,f,c,l.pathname,p]);var _=z.useCallback(function(){x()},[x]),C=["Loading your brands...","Preparing your dashboard...","Checking analysis status...","Almost ready!"];return l.pathname!==nE.HOME&&v?y.jsx(iu,{...u,children:y.jsxs(E.Paper,{className:"yst-mx-auto yst-max-w-2xl",children:[y.jsx(_c,{title:y.jsx(E.SkeletonLoader,{className:"yst-h-12 yst-w-36"}),description:y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-3/4"})}),y.jsx(E.Paper.Content,{children:y.jsx("div",{className:"yst-flex yst-min-h-screen yst-items-start yst-justify-center",children:y.jsx("div",{className:"yst-w-full yst-space-y-4",children:y.jsx("div",{className:"yst-space-y-4",children:C.map(function(k,O){return y.jsx(E.SkeletonLoader,{children:k},O)})})})})})]})}):b?y.jsx(iu,{...u,children:y.jsx("div",{className:"yst-flex yst-min-h-screen yst-items-center yst-justify-center",children:y.jsxs("div",{className:"yst-space-y-4 yst-text-center",children:[y.jsx("div",{className:"yst-mb-4 yst-text-6xl yst-text-red-600",children:"⚠️"}),y.jsx("h2",{className:"yst-text-xl yst-font-semibold yst-text-slate-900",children:"Something went wrong"}),y.jsx("p",{className:"yst-text-slate-600",children:"We couldn't load your Brand Analysis. Please try again shortly."}),y.jsx(E.Button,{variant:"primary",onClick:_,children:"Retry"})]})})}):y.jsxs(iu,{DebugInfo:o,onLogout:a,...u,children:[y.jsx(tf,{}),y.jsx(tE,{})]})};function iE(e){if(e!=null){if(typeof e=="number"){var t=1e12;return e>t?e-Date.now():e}var n=Date.parse(e);if(!Number.isNaN(n))return n-Date.now()}}function sE(e,t){var n=iE(e);return n!==void 0&&n>t*60*1e3}function oE(e){if(e==null)return"a future date";var t;if(typeof e=="number"){var n=1e12;e>n?t=e:t=Date.now()+e}else{var r=Date.parse(e);Number.isNaN(r)||(t=r)}if(t===void 0)return"a future date";var i=new Date(t),s={month:"long",day:"numeric",hour:"numeric",minute:"2-digit",hour12:!0},o=i.toLocaleDateString("en-US",s),a=o.split(" ");if(a.length>=4){var l=a[0],c=a[1].replace(",",""),u=a.slice(2).join(" ");return"".concat(l," ").concat(c," at ").concat(u)}return"".concat(o)}function aE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M14.707 12.293a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 111.414-1.414L9 14.586V3a1 1 0 012 0v11.586l2.293-2.293a1 1 0 011.414 0z",clipRule:"evenodd"}))}const Uv=$.forwardRef(aE);function lE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z",clipRule:"evenodd"}))}const cE=$.forwardRef(lE);function uE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M5.293 7.707a1 1 0 010-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 01-1.414 1.414L11 5.414V17a1 1 0 11-2 0V5.414L6.707 7.707a1 1 0 01-1.414 0z",clipRule:"evenodd"}))}const Kv=$.forwardRef(uE);function dE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"}))}const Vv=$.forwardRef(dE);function fE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z",clipRule:"evenodd"}))}const hE=$.forwardRef(fE);function gE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z",clipRule:"evenodd"}))}const yE=$.forwardRef(gE);function mE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{d:"M6 10a2 2 0 11-4 0 2 2 0 014 0zM12 10a2 2 0 11-4 0 2 2 0 014 0zM16 12a2 2 0 100-4 2 2 0 000 4z"}))}const mg=$.forwardRef(mE);function pE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{d:"M11 3a1 1 0 100 2h2.586l-6.293 6.293a1 1 0 101.414 1.414L15 6.414V9a1 1 0 102 0V4a1 1 0 00-1-1h-5z"}),$.createElement("path",{d:"M5 5a2 2 0 00-2 2v8a2 2 0 002 2h8a2 2 0 002-2v-3a1 1 0 10-2 0v3H5V7h3a1 1 0 000-2H5z"}))}const vE=$.forwardRef(pE);function bE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M2 5a2 2 0 012-2h12a2 2 0 012 2v2a2 2 0 01-2 2H4a2 2 0 01-2-2V5zm14 1a1 1 0 11-2 0 1 1 0 012 0zM2 13a2 2 0 012-2h12a2 2 0 012 2v2a2 2 0 01-2 2H4a2 2 0 01-2-2v-2zm14 1a1 1 0 11-2 0 1 1 0 012 0z",clipRule:"evenodd"}))}const xE=$.forwardRef(bE);function wE(e,t){return $.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),$.createElement("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"}))}const SE=$.forwardRef(wE);function Wo(e){"@babel/helpers - typeof";return Wo=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},Wo(e)}var CE=["children","as","startColor","endColor","angle","disabled","style","className"];function pg(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function vg(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?pg(Object(n),!0).forEach(function(r){_E(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):pg(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function _E(e,t,n){return(t=kE(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function kE(e){var t=OE(e,"string");return Wo(t)=="symbol"?t:t+""}function OE(e,t){if(Wo(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Wo(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function EE(e,t){if(e==null)return{};var n,r,i=AE(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(r=0;r<s.length;r++)n=s[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function AE(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var kc=function(t){var n=t.children,r=t.as,i=r===void 0?"span":r,s=t.startColor,o=s===void 0?"#A61E69":s,a=t.endColor,l=a===void 0?"#6366F1":a,c=t.angle,u=c===void 0?102:c,d=t.disabled,f=d===void 0?!1:d,h=t.style,g=h===void 0?{}:h,m=t.className,p=m===void 0?"":m,v=EE(t,CE),b=vg(f?{display:"inline-block"}:{background:"linear-gradient(".concat(u,"deg, ").concat(o,", ").concat(l,")"),WebkitBackgroundClip:"text",WebkitTextFillColor:"transparent",backgroundClip:"text",display:"inline-block"},g);return y.jsx(i,{className:p,style:b,...v,children:n})};function yf(e){var t=e.children,n=e.nestedInPaperContent,r=n===void 0?!1:n,i=e.className;return y.jsx("div",{className:_e("yst-mt-8 yst-flex yst-items-center yst-justify-end yst-gap-6 yst-rounded-bl-lg yst-rounded-br-lg yst-border-t yst-border-slate-200 yst-bg-slate-50 yst-px-8 yst-py-6",{"yst-mb-[-2rem] yst-ml-[-2rem] yst-mr-[-2rem]":r},i),children:t})}var PE=function(){var t=_n();return y.jsx("form",{onSubmit:function(){return t("/setup")},children:y.jsxs(E.Paper,{className:"yst-mx-auto yst-flex yst-max-w-2xl",children:[y.jsx(E.Paper.Header,{children:y.jsxs(E.Title,{size:"1",children:["Welcome to ",y.jsx(kc,{children:"Yoast AI Brand Insights"}),"!"]})}),y.jsxs(E.Paper.Content,{className:"yst-space-y-8",children:[y.jsxs("div",{className:"yst-space-y-4 *:yst-text-tiny",children:[y.jsx("p",{children:"See how your brand is represented in AI answers"}),y.jsxs("p",{children:[y.jsx("b",{className:"yst-font-medium yst-text-slate-800",children:"Yoast AI Brand Insights"})," ","shows how often your brand appears, how it's described, and how it compares to competitors in tools like ChatGPT and Perplexity."]}),y.jsx("p",{children:"It only takes three simple steps to get your brand insights:"})]}),y.jsx("div",{className:"yst-flex yst-flex-col yst-items-stretch yst-justify-stretch yst-gap-4 yst-pb-8",children:[{title:"1. ADD BRAND INFO",description:"Tell us about your brand and where it's active so we can customize your analysis."},{title:"2. REVIEW QUERIES",description:"Edit or approve the queries generated from your input."},{title:"3. RUN ANALYSIS",description:"Run your queries through relevant AI models to see how your brand shows up."}].map(function(n,r,i){return y.jsxs("div",{className:"yst-relative yst-flex yst-flex-col yst-items-stretch",children:[y.jsxs("div",{className:"yst-flex yst-flex-row yst-items-center yst-justify-stretch yst-gap-6",children:[y.jsx(E.Stepper.Step,{isActive:!0,isComplete:!1,children:y.jsx("span",{className:"yst-hidden",children:r+1})}),y.jsxs("div",{className:"yst-flex yst-flex-1 yst-flex-col yst-gap-2 yst-rounded yst-border yst-border-slate-200 yst-p-6",children:[y.jsx(E.Title,{size:"3",className:"yst-font-semibold yst-uppercase",children:n.title}),y.jsx("p",{children:n.description})]})]}),r<i.length-1&&y.jsx("div",{className:"yst-absolute yst-left-[-2px] yst-top-1/2 yst-my-0 yst-ml-[13px] yst-h-full yst-border-l-2 yst-border-l-primary-600"})]},n.title)})})]}),y.jsx(yf,{className:"yst-justify-end",children:y.jsxs(E.Button,{variant:"primary",onClick:function(){return t("/setup")},className:"yst-gap-1.5",children:["Start your first analysis ",y.jsx(cE,{})]})})]})})};function ql(e){return typeof e!="number"?{}:{"yst-text-green-600":e>0,"yst-text-red-600":e<0,"yst-text-gray-400":e===0}}function Pa(e){var t=e.score,n=e.total,r=e.suffix,i=e.isLoading,s=i===void 0?!1:i,o=e.className,a=e.hideTotal,l=a===void 0?!1:a,c=e.delta,u=e.deltaFormat,d=u===void 0?"absolute":u,f=e.deltaSuffix,h=e.scoreFormat,g=h===void 0?"absolute":h;return y.jsxs("div",{className:_e(o,"yst-font-medium"),children:[y.jsxs("span",{className:"yst-mr-1 yst-text-xl yst-font-bold yst-text-slate-900",children:[s||t===void 0||t===null?"—":t,!s&&t!==void 0&&t!==null&&g==="percentage"?"%":""]}),!l&&n&&n!==0&&n!=="0"&&y.jsxs("span",{className:"yst-text-slate-500",children:["/ ",s?"—":n]}),r&&y.jsxs("span",{className:"yst-text-slate-500",children:[" ",r]}),typeof c=="number"&&!isNaN(c)&&y.jsxs("span",{className:_e("yst-ml-2",ql(c)),children:[c>-1&&"+",c,d==="percentage"&&"%"," ",f]})]})}var TE=["Icon","className","children","placement","id"];function ME(e,t){return LE(e)||DE(e,t)||jE(e,t)||$E()}function $E(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
25
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function jE(e,t){if(e){if(typeof e=="string")return bg(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?bg(e,t):void 0}}function bg(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function DE(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function LE(e){if(Array.isArray(e))return e}function IE(e,t){if(e==null)return{};var n,r,i=RE(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(r=0;r<s.length;r++)n=s[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function RE(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}function mf(e){var t=e.Icon,n=t===void 0?AO:t,r=e.className,i=r===void 0?"":r,s=e.children,o=e.placement,a=o===void 0?"top":o,l=e.id,c=l===void 0?"":l,u=IE(e,TE),d=z.useState(!1),f=ME(d,2),h=f[0],g=f[1];return s?y.jsxs("div",{className:i||"yst-relative",onMouseEnter:function(){return g(!0)},onMouseLeave:function(){return g(!1)},"aria-describedby":c?"tooltip-button-id":"tooltip-button",...u,children:[y.jsx(n,{className:"yst-relative yst-h-6 yst-w-6 yst-text-slate-400"}),h&&y.jsx(E.Tooltip,{placement:a,id:c||"tooltip-button",children:s})]}):null}var Ta=function(t){var n=t.title,r=t.tooltip,i=t.size,s=i===void 0?"3":i,o=t.className,a=o===void 0?"":o,l=function(d){var f=typeof d=="string"?d:"tooltip";return"tooltip-".concat(f.toLowerCase().replace(/\s+/g,"-"))},c=l(n);return y.jsxs("div",{className:"yst-flex yst-items-center yst-justify-between ".concat(a),children:[y.jsx(E.Title,{size:s,children:n}),y.jsx(mf,{id:c,children:r})]})},xg=function(t){var n=t.keywords,r=t.badgeClassName;return y.jsx("div",{className:"yst-flex yst-flex-wrap yst-gap-2",children:n.map(function(i){return i&&y.jsx(E.Badge,{className:r,children:i},i)})})},Wv=function(t){var n,r,i,s,o=t.title,a=o===void 0?"Sentiment":o,l=t.tooltip,c=l===void 0?"":l,u=t.data,d=u==null?void 0:u.brandName,f=u==null||(n=u.positivityPercentage)===null||n===void 0?void 0:n.value,h=u==null||(r=u.positivityPercentage)===null||r===void 0||(r=r.previous)===null||r===void 0?void 0:r.difference,g=u==null||(i=u.keywords)===null||i===void 0?void 0:i.positive,m=u==null||(s=u.keywords)===null||s===void 0?void 0:s.negative,p=!u||f===void 0&&h===void 0;return y.jsx(E.Card,{className:"yst-overflow-visible",children:y.jsxs(E.Card.Content,{className:"yst-space-y-8",children:[y.jsx(Ta,{title:a,tooltip:c}),y.jsx("div",{className:"yst-space-y-3",children:!p&&y.jsxs(y.Fragment,{children:[y.jsx("p",{children:d||y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-20"})}),y.jsxs("div",{children:[y.jsx("div",{className:"yst-inline-flex",children:y.jsx(Pa,{className:"yst-mb-1.5",score:f,scoreFormat:"percentage",suffix:"positive",delta:h})}),y.jsx(E.ProgressBar,{max:100,min:0,progress:f||0,className:_e({"yst-bg-red-500":f},"[&>*]:yst-bg-green-500")})]})]})}),p&&y.jsx(E.Alert,{variant:"info",children:"The selected AI model returned no brand sentiment data for your queries. This can happen with some queries or models."}),!!g&&y.jsxs("div",{className:"yst-space-y-2",children:[y.jsx(E.Title,{as:"h5",size:"5",children:"Positive keywords"}),y.jsx(xg,{keywords:g,badgeClassName:"yst-bg-green-100 yst-text-green-800"})]}),!!m&&y.jsxs("div",{className:"yst-space-y-2",children:[y.jsx(E.Title,{as:"h5",size:"5",children:"Negative keywords"}),y.jsx(xg,{keywords:m,badgeClassName:"yst-bg-red-100 yst-text-red-800"})]})]})})};function Go(e){"@babel/helpers - typeof";return Go=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},Go(e)}var FE=["data"];function wg(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function NE(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?wg(Object(n),!0).forEach(function(r){BE(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):wg(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function BE(e,t,n){return(t=qE(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function qE(e){var t=zE(e,"string");return Go(t)=="symbol"?t:t+""}function zE(e,t){if(Go(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Go(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function HE(e,t){if(e==null)return{};var n,r,i=UE(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(r=0;r<s.length;r++)n=s[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function UE(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var Hs=function(t,n,r){var i=Wr(),s=i.brandId,o=i.analysisId,a=i.model,l=s,c=o,u=a,d=wc(l,c,{query:{enabled:!!l&&!!c,select:function(p){var v=p.data;return v==null?void 0:v.analysis}}}),f=d.data,h=HE(d,FE),g=z.useMemo(function(){if(!f||!u)return null;var m=f.scans||[];return m.find(function(p){return String(p.aiProvider)===String(u)})||null},[f,u]);return NE({data:g},h)};function KE(){var e,t=Hs(),n=t.data;return y.jsx(Wv,{title:"Brand Sentiment",data:n==null||(e=n.sentiment)===null||e===void 0?void 0:e.own,tooltip:"Percentage of positive versus negative keywords in your query results related to your brand."})}var VE=["children","as","className"];function WE(e,t){if(e==null)return{};var n,r,i=GE(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(r=0;r<s.length;r++)n=s[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function GE(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var Ma=function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];var s=t.reduce(function(o,a,l){return o+a+(r[l]||"")},"");return function(o){var a=o.children,l=o.as,c=l===void 0?"div":l,u=o.className,d=u===void 0?"":u,f=WE(o,VE);return y.jsx(c,{className:_e(String(s).trim(),d),...f,children:a})}},su=[{bg:"yst-bg-blue-200",text:"yst-text-blue-900"},{bg:"yst-bg-green-200",text:"yst-text-green-900"},{bg:"yst-bg-purple-200",text:"yst-text-purple-900"},{bg:"yst-bg-pink-200",text:"yst-text-pink-900"},{bg:"yst-bg-yellow-200",text:"yst-text-yellow-900"},{bg:"yst-bg-indigo-200",text:"yst-text-indigo-900"},{bg:"yst-bg-red-200",text:"yst-text-red-900"},{bg:"yst-bg-orange-200",text:"yst-text-orange-900"},{bg:"yst-bg-teal-200",text:"yst-text-teal-900"},{bg:"yst-bg-cyan-200",text:"yst-text-cyan-900"},{bg:"yst-bg-lime-200",text:"yst-text-lime-900"},{bg:"yst-bg-emerald-200",text:"yst-text-emerald-900"},{bg:"yst-bg-sky-200",text:"yst-text-sky-900"},{bg:"yst-bg-violet-200",text:"yst-text-violet-900"},{bg:"yst-bg-fuchsia-200",text:"yst-text-fuchsia-900"},{bg:"yst-bg-rose-200",text:"yst-text-rose-900"},{bg:"yst-bg-amber-200",text:"yst-text-amber-900"}],Sg=function(t){if(!t)return su[0];if(t.toLowerCase()==="other")return{bg:"yst-bg-slate-200",text:"yst-text-slate-900"};for(var n=0,r=0;r<t.length;r++){var i=t.charCodeAt(r);n=(n<<5)-n+i,n=n&n}var s=Math.abs(n)%su.length;return su[s]};function Qo(e){"@babel/helpers - typeof";return Qo=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},Qo(e)}var Cg;function _g(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function kg(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?_g(Object(n),!0).forEach(function(r){QE(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):_g(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function QE(e,t,n){return(t=YE(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function YE(e){var t=XE(e,"string");return Qo(t)=="symbol"?t:t+""}function XE(e,t){if(Qo(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Qo(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function JE(e){return tA(e)||eA(e)||Gv(e)||ZE()}function ZE(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
26
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function eA(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function tA(e){if(Array.isArray(e))return vd(e)}function nA(e,t){return sA(e)||iA(e,t)||Gv(e,t)||rA()}function rA(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
27
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Gv(e,t){if(e){if(typeof e=="string")return vd(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?vd(e,t):void 0}}function vd(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function iA(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function sA(e){if(Array.isArray(e))return e}function oA(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var io=Ma(Cg||(Cg=oA(["md:yst-hidden yst-mr-2 yst-font-medium yst-text-slate-400 yst-inline-flex yst-w-20"]))),Og=function(t){var n=t.data,r=t.isLoading,i=r===void 0?!1:r,s=i||!n,o=n||{},a=o.rank,l=o.url,c=o.rootDomain,u=o.category,d=o.impact,f=o.numberOfMentions.value;return y.jsxs("tr",{className:"yst-flex yst-flex-col md:yst-table-row",children:[y.jsxs(E.Table.Cell,{className:"yst-ml-2 yst-py-1 md:yst-ml-0 md:yst-p-2",children:[y.jsx(io,{as:"span",children:"Rank:"}),s?y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-24"}):y.jsx("span",{className:"yst-font-medium yst-text-slate-900",children:a!=null?a:"—"})]}),y.jsx(E.Table.Cell,{className:"yst-ml-2 yst-py-1 md:yst-ml-0 md:yst-p-2",children:s?y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-full"}):y.jsx("div",{className:"yst-flex yst-items-center yst-gap-2",children:y.jsxs(E.Link,{className:"yst-flex yst-items-center yst-gap-1 yst-font-medium",href:l||"#",rel:"nofollow noreferrer",children:[y.jsx("span",{children:l!=null?l:"—"})," ",y.jsx(vE,{})]})})}),y.jsxs(E.Table.Cell,{className:"yst-ml-2 yst-py-1 yst-font-medium md:yst-ml-0 md:yst-p-2",children:[y.jsx(io,{as:"span",children:"Domain:"}),s?y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-24"}):y.jsx("span",{className:"yst-font-medium yst-text-slate-900",children:c!=null?c:"—"})]}),y.jsxs(E.Table.Cell,{className:"yst-ml-2 yst-py-1 md:yst-ml-0 md:yst-p-2",children:[y.jsx(io,{as:"span",children:"Category:"}),s?y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-16"}):y.jsx(E.Badge,{className:_e(Sg(u||"").bg,Sg(u||"").text),children:u!=null?u:"—"})]}),y.jsxs(E.Table.Cell,{className:_e("yst-ml-2 yst-py-0 md:yst-ml-0 md:yst-p-2","yst-font-medium",{"yst-text-green-600":d==="High","yst-text-yellow-600":d==="Medium","yst-text-red-600":d==="Low"}),children:[y.jsx(io,{as:"span",children:"Impact:"}),s?y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-12"}):d!=null?d:"—"]}),y.jsxs(E.Table.Cell,{className:"yst-ml-2 yst-pt-1 md:yst-ml-0 md:yst-p-2 md:yst-text-right",children:[y.jsx(io,{as:"span",children:"Mentions:"}),s?y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-8"}):f||"—"]})]},s?void 0:l)},aA=function(){var t,n,r,i,s=z.useState("all"),o=nA(s,2),a=o[0],l=o[1],c=Hs(),u=c.data,d=c.isLoading,f=c.isRefetching,h=u==null?void 0:u.citations,g=h==null||(t=h.list)===null||t===void 0?void 0:t.filter(function(m){return a==="all"?!0:m.category===a});return y.jsx(E.Card,{className:"yst-overflow-visible md:yst-col-span-2",children:y.jsxs(E.Card.Content,{className:"yst-flex yst-flex-col yst-gap-6",children:[y.jsxs("div",{className:"yst-space-y-4",children:[y.jsx(Ta,{title:"Citations",tooltip:"Sources the AI used to support brand mentions in the results."}),y.jsx("p",{children:"This table highlights the most important sources where your brand was cited."}),y.jsx(Pa,{score:h==null||(n=h.total)===null||n===void 0?void 0:n.value,suffix:"citations",delta:h==null||(r=h.total)===null||r===void 0||(r=r.previous)===null||r===void 0?void 0:r.difference,deltaSuffix:"since last scan",isLoading:d,hideTotal:!0})]}),(h==null||(i=h.list)===null||i===void 0?void 0:i.length)===0&&!d&&!f?y.jsx(E.Alert,{children:"The selected AI model returned no citations for your queries. This can happen with some queries or models."}):y.jsx(y.Fragment,{children:y.jsxs("div",{children:[y.jsx(E.Select,{className:"yst-mb-4 md:yst-max-w-sm",label:"Filter categories",value:a,onChange:function(m){l(m)},id:"citation-category-filter",options:[{value:"all",label:"All categories"}].concat(JE(h!=null&&h.categories?h.categories.map(function(m){return{value:m,label:m}}):[]))}),y.jsxs(E.Table,{variant:"minimal",children:[y.jsx(E.Table.Head,{className:"yst-font-semibold",children:y.jsxs(E.Table.Row,{children:[y.jsx(E.Table.Cell,{className:"yst-hidden yst-text-slate-900 md:yst-table-cell md:yst-pl-2",children:"#"}),y.jsx(E.Table.Cell,{className:"yst yst-hidden yst-text-slate-900 md:yst-table-cell md:yst-px-2",children:"URL"}),y.jsx(E.Table.Cell,{className:"yst-hidden yst-text-slate-900 md:yst-table-cell md:yst-px-2",children:"Root domain"}),y.jsx(E.Table.Cell,{className:"yst-hidden yst-text-slate-900 md:yst-table-cell",children:"Category"}),y.jsx(E.Table.Cell,{className:"yst-hidden yst-text-slate-900 md:yst-table-cell md:yst-px-2",children:"Impact"}),y.jsx(E.Table.Cell,{className:"yst-hidden yst-text-right yst-text-slate-900 md:yst-table-cell",children:"Mentions"})]})}),y.jsx(E.Table.Body,{children:d||f?Array.from({length:5}).map(function(m,p){return y.jsx(Og,{isLoading:!0},"skeleton-".concat(p))}):g&&g.length>0?g.map(function(m,p){return y.jsx(Og,{data:kg(kg({},m),{},{rank:p+1})},"citation-table-row-".concat(m.url,"-").concat(p))}):y.jsx(E.Table.Row,{children:y.jsxs(E.Table.Cell,{colSpan:6,className:"yst-py-8 yst-text-center yst-text-slate-500",children:[a==="all"?"No citations found.":'No citations found for the "'.concat(a,'" category.')," ",y.jsx(E.Link,{onClick:function(){return l("all")},children:"Show all categories."})]})},"no-results")})]})]})})]})})};function lA(e,t){return fA(e)||dA(e,t)||uA(e,t)||cA()}function cA(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
28
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function uA(e,t){if(e){if(typeof e=="string")return Eg(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Eg(e,t):void 0}}function Eg(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function dA(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function fA(e){if(Array.isArray(e))return e}var Ag=function(t){var n,r=t.data,i=t.totalQueries,s=t.isFirstScan,o=s===void 0?!0:s,a=t.isLoading,l=a===void 0?!1:a,c=l||!r,u=r||{},d=u.rank,f=u.brand,h=d==null?void 0:d.previous,g=typeof(h==null?void 0:h.difference)=="number"?h.difference*-1:void 0,m=f==null?void 0:f.numberOfMentions,p=m==null?void 0:m.previous,v=typeof(p==null?void 0:p.difference)=="number"?p.difference:void 0;return y.jsxs(E.Table.Row,{children:[y.jsx(E.Table.Cell,{children:c?y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-8"}):y.jsxs("span",{className:"yst-flex yst-justify-between yst-gap-4",children:[y.jsxs("span",{className:"yst-flex yst-flex-nowrap yst-gap-2 yst-font-medium",children:[y.jsx("span",{className:"yst-text-slate-500",children:"#"}),y.jsx("span",{className:"yst-text-slate-900",children:d==null?void 0:d.value})]}),!o&&y.jsx("span",{className:_e("yst-inline-flex yst-items-center yst-justify-end",ql(h&&typeof g=="number"?g:0)),children:h&&typeof g=="number"?y.jsxs(y.Fragment,{children:[Math.abs(g),g>0?y.jsx(yE,{className:"yst-h-4 yst-w-4"}):y.jsx(hE,{className:"yst-h-4 yst-w-4"})]}):y.jsx(mg,{className:"yst-mx-1 yst-h-4 yst-w-4"})})]})}),y.jsx(E.Table.Cell,{children:c?y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-24"}):y.jsx("span",{className:"yst-font-medium",children:f!=null&&f.isSelf?y.jsx(kc,{children:f==null?void 0:f.name}):(n=f==null?void 0:f.name)!==null&&n!==void 0?n:"—"})}),y.jsx(E.Table.Cell,{children:c?y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-8"}):y.jsxs("span",{className:"yst-flex yst-justify-end yst-gap-4",children:[y.jsxs("span",{className:"yst-flex yst-flex-nowrap yst-gap-1 yst-font-medium",children:[y.jsx("span",{className:"yst-text-slate-500",children:m==null?void 0:m.value}),y.jsxs("span",{className:"yst-text-slate-900",children:["/ ",i]})]}),!o&&y.jsx("span",{className:_e("yst-ml-auto",ql(p&&typeof v=="number"?v:0)),children:p&&typeof v=="number"?y.jsxs(y.Fragment,{children:[v>-1&&"+",v]}):y.jsx(mg,{className:"yst-h-4 yst-w-4"})})]})})]},c||d==null?void 0:d.value)},hA=function(t){var n,r,i=t.className,s=z.useRef(null),o=z.useState(1),a=lA(o,2),l=a[0],c=a[1],u=Hs(),d=u.data,f=u.isLoading,h=u.isRefetching,g=d==null||(n=d.rankings)===null||n===void 0?void 0:n.list,m=(d==null||(r=d.scores)===null||r===void 0||(r=r.standardized)===null||r===void 0?void 0:r.ranking)||{},p=Object.hasOwn(m,"previous"),v=5,b=(g==null?void 0:g.length)||0,x=Math.ceil(b/v),S=(l-1)*v,w=S+v,_=g==null?void 0:g.slice(S,w);return z.useEffect(function(){l>x&&x>0&&c(1)},[x,l,c]),y.jsx(E.Card,{ref:s,className:_e("yst-overflow-visible",i),children:y.jsxs(E.Card.Content,{className:"yst-mt-0 yst-space-y-6",children:[y.jsxs("div",{className:"yst-space-y-2",children:[y.jsx(Ta,{title:"Competitor ranking",tooltip:"How often competitors are mentioned in your submitted queries."}),y.jsx("p",{children:"Brands with the most mentions for your prompts."})]}),!f&&!h&&(!g||g.length===0)?y.jsx(E.Alert,{variant:"info",children:"The selected AI model returned no brands for your queries. This can happen with some queries or models."}):y.jsxs(E.Table,{variant:"minimal",children:[y.jsx(E.Table.Head,{children:y.jsxs(E.Table.Row,{children:[y.jsx(E.Table.Cell,{className:"yst-w-20 yst-font-semibold",children:"Rank"}),y.jsx(E.Table.Cell,{className:"yst-font-semibold",children:"Brand"}),y.jsx(E.Table.Cell,{className:"yst-w-20 yst-text-right yst-font-semibold",children:"Mentions"})]})}),y.jsx(E.Table.Body,{children:_&&Array.isArray(_)&&_.length>0?_.map(function(C){var k;return y.jsx(Ag,{data:C,totalQueries:d==null?void 0:d.numberOfQueries,isFirstScan:!p},"rank-row-".concat((k=C.rank)===null||k===void 0?void 0:k.value))}):f||h?Array.from({length:v}).map(function(C,k){return y.jsx(Ag,{isLoading:!0},"skeleton-".concat(k))}):null})]}),!f&&!h&&g&&g.length>v&&y.jsx(E.Pagination,{current:l,total:x,className:"yst-flex-row",onNavigate:c,screenReaderTextNext:"Next",screenReaderTextPrevious:"Previous",variant:"text"})]})})},gA=function(){var t,n=Hs(),r=n.data,i=r==null||(t=r.sentiment)===null||t===void 0?void 0:t.topCompetitor;return y.jsx(Wv,{title:"Competitor sentiment",data:i,tooltip:"Percentage of positive versus negative keywords in your query results related to your competitor's brand."})},yA=function(t){var n=t.brand,r=_n(),i=Cc(),s=i.setBrandId;return(n==null?void 0:n.setupStatus)==="pendingQuerySelection"?y.jsx(E.Alert,{className:"yst-mt-0",children:y.jsxs("div",{className:"yst-max-w-xl yst-space-y-4",children:[y.jsxs("div",{className:"yst-space-y-2",children:[y.jsxs("h3",{className:"yst-font-medium",children:["Finish your analysis for ",(n==null?void 0:n.name)||"Brand ".concat(n==null?void 0:n.id)]}),y.jsx("p",{children:"Your brand is saved, but you haven’t completed the analysis yet. Review your queries and run the analysis to get your brand insights!"})]}),y.jsx("div",{className:"yst-flex yst-justify-start yst-gap-6",children:y.jsx(E.Link,{onClick:function(){n.id?(s(n.id),r("/setup/".concat(n.id,"/queries"))):console.error("Brand ID is missing.")},children:"Review queries"})})]})}):null},pf=function(t){var n=t.isOpen,r=t.onClose,i=t.onConfirm,s=t.isLoading,o=s===void 0?!1:s,a=t.title,l=t.description,c=t.disabled,u=c===void 0?!1:c,d=t.confirmText,f=d===void 0?"Yes, delete":d,h=t.cancelText,g=h===void 0?"No, go back":h,m=t.className;return y.jsx(E.Modal,{isOpen:n,onClose:r,position:"center",as:"div",className:m,children:y.jsxs(E.Modal.Panel,{children:[y.jsxs("div",{className:"yst-flex yst-items-start yst-justify-stretch yst-gap-4",children:[y.jsx("div",{children:y.jsx("span",{className:"yst-inline-flex yst-h-10 yst-w-10 yst-items-center yst-justify-center yst-rounded-full yst-bg-red-100",children:y.jsx(OO,{className:"yst-h-6 yst-w-6 yst-text-red-600"})})}),y.jsxs("div",{className:"yst-flex-1",children:[y.jsx(E.Modal.Container.Header,{className:"yst-mb-3 yst-w-full",children:y.jsx(E.Modal.Title,{as:"h3",className:"yst-text-lg yst-font-medium",children:a})}),y.jsx(E.Modal.Container.Content,{className:"yst-mb-4 yst-space-y-3",children:typeof l=="string"?y.jsx("p",{children:l}):l})]})]}),y.jsxs(E.Modal.Container.Footer,{className:"yst-mt-3 yst-flex yst-justify-end yst-gap-2",children:[y.jsx(E.Button,{variant:"secondary",onClick:r,children:g}),y.jsx(E.Button,{variant:"error",onClick:i,isLoading:o,disabled:u,children:f})]})]})})},Qa={exports:{}},Ya={exports:{}},He={};/** @license React v16.13.1
|
|
28
29
|
* react-is.production.min.js
|
|
29
30
|
*
|
|
30
31
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
31
32
|
*
|
|
32
33
|
* This source code is licensed under the MIT license found in the
|
|
33
34
|
* LICENSE file in the root directory of this source tree.
|
|
34
|
-
*/var
|
|
35
|
+
*/var Pg;function mA(){if(Pg)return He;Pg=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,o=e?Symbol.for("react.provider"):60109,a=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,f=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,g=e?Symbol.for("react.lazy"):60116,m=e?Symbol.for("react.block"):60121,p=e?Symbol.for("react.fundamental"):60117,v=e?Symbol.for("react.responder"):60118,b=e?Symbol.for("react.scope"):60119;function x(w){if(typeof w=="object"&&w!==null){var _=w.$$typeof;switch(_){case t:switch(w=w.type,w){case l:case c:case r:case s:case i:case d:return w;default:switch(w=w&&w.$$typeof,w){case a:case u:case g:case h:case o:return w;default:return _}}case n:return _}}}function S(w){return x(w)===c}return He.AsyncMode=l,He.ConcurrentMode=c,He.ContextConsumer=a,He.ContextProvider=o,He.Element=t,He.ForwardRef=u,He.Fragment=r,He.Lazy=g,He.Memo=h,He.Portal=n,He.Profiler=s,He.StrictMode=i,He.Suspense=d,He.isAsyncMode=function(w){return S(w)||x(w)===l},He.isConcurrentMode=S,He.isContextConsumer=function(w){return x(w)===a},He.isContextProvider=function(w){return x(w)===o},He.isElement=function(w){return typeof w=="object"&&w!==null&&w.$$typeof===t},He.isForwardRef=function(w){return x(w)===u},He.isFragment=function(w){return x(w)===r},He.isLazy=function(w){return x(w)===g},He.isMemo=function(w){return x(w)===h},He.isPortal=function(w){return x(w)===n},He.isProfiler=function(w){return x(w)===s},He.isStrictMode=function(w){return x(w)===i},He.isSuspense=function(w){return x(w)===d},He.isValidElementType=function(w){return typeof w=="string"||typeof w=="function"||w===r||w===c||w===s||w===i||w===d||w===f||typeof w=="object"&&w!==null&&(w.$$typeof===g||w.$$typeof===h||w.$$typeof===o||w.$$typeof===a||w.$$typeof===u||w.$$typeof===p||w.$$typeof===v||w.$$typeof===b||w.$$typeof===m)},He.typeOf=x,He}var Ue={};/** @license React v16.13.1
|
|
35
36
|
* react-is.development.js
|
|
36
37
|
*
|
|
37
38
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
38
39
|
*
|
|
39
40
|
* This source code is licensed under the MIT license found in the
|
|
40
41
|
* LICENSE file in the root directory of this source tree.
|
|
41
|
-
*/var
|
|
42
|
+
*/var Tg;function pA(){return Tg||(Tg=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,o=e?Symbol.for("react.provider"):60109,a=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,f=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,g=e?Symbol.for("react.lazy"):60116,m=e?Symbol.for("react.block"):60121,p=e?Symbol.for("react.fundamental"):60117,v=e?Symbol.for("react.responder"):60118,b=e?Symbol.for("react.scope"):60119;function x(te){return typeof te=="string"||typeof te=="function"||te===r||te===c||te===s||te===i||te===d||te===f||typeof te=="object"&&te!==null&&(te.$$typeof===g||te.$$typeof===h||te.$$typeof===o||te.$$typeof===a||te.$$typeof===u||te.$$typeof===p||te.$$typeof===v||te.$$typeof===b||te.$$typeof===m)}function S(te){if(typeof te=="object"&&te!==null){var ge=te.$$typeof;switch(ge){case t:var Ce=te.type;switch(Ce){case l:case c:case r:case s:case i:case d:return Ce;default:var Ae=Ce&&Ce.$$typeof;switch(Ae){case a:case u:case g:case h:case o:return Ae;default:return ge}}case n:return ge}}}var w=l,_=c,C=a,k=o,O=t,A=u,M=r,L=g,G=h,R=n,D=s,j=i,I=d,oe=!1;function ue(te){return oe||(oe=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),B(te)||S(te)===l}function B(te){return S(te)===c}function Y(te){return S(te)===a}function ne(te){return S(te)===o}function ae(te){return typeof te=="object"&&te!==null&&te.$$typeof===t}function F(te){return S(te)===u}function W(te){return S(te)===r}function q(te){return S(te)===g}function ce(te){return S(te)===h}function V(te){return S(te)===n}function fe(te){return S(te)===s}function he(te){return S(te)===i}function Ie(te){return S(te)===d}Ue.AsyncMode=w,Ue.ConcurrentMode=_,Ue.ContextConsumer=C,Ue.ContextProvider=k,Ue.Element=O,Ue.ForwardRef=A,Ue.Fragment=M,Ue.Lazy=L,Ue.Memo=G,Ue.Portal=R,Ue.Profiler=D,Ue.StrictMode=j,Ue.Suspense=I,Ue.isAsyncMode=ue,Ue.isConcurrentMode=B,Ue.isContextConsumer=Y,Ue.isContextProvider=ne,Ue.isElement=ae,Ue.isForwardRef=F,Ue.isFragment=W,Ue.isLazy=q,Ue.isMemo=ce,Ue.isPortal=V,Ue.isProfiler=fe,Ue.isStrictMode=he,Ue.isSuspense=Ie,Ue.isValidElementType=x,Ue.typeOf=S}()),Ue}var Mg;function Qv(){return Mg||(Mg=1,process.env.NODE_ENV==="production"?Ya.exports=mA():Ya.exports=pA()),Ya.exports}/*
|
|
42
43
|
object-assign
|
|
43
44
|
(c) Sindre Sorhus
|
|
44
45
|
@license MIT
|
|
45
|
-
*/var ou
|
|
46
|
-
Valid keys: `+JSON.stringify(Object.keys(B),null," "));var te=Ie(ce,he,F,W,q+"."+he,n);if(te)return te}return null}return p(Y)}function R(B){switch(typeof B){case"number":case"string":case"undefined":return!0;case"boolean":return!B;case"object":if(Array.isArray(B))return B.every(R);if(B===null||a(B))return!0;var Y=d(B);if(Y){var ne=Y.call(B),ae;if(Y!==B.entries){for(;!(ae=ne.next()).done;)if(!R(ae.value))return!1}else for(;!(ae=ne.next()).done;){var F=ae.value;if(F&&!R(F[1]))return!1}}else return!1;return!0;default:return!1}}function D(B,Y){return B==="symbol"?!0:Y?Y["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&Y instanceof Symbol:!1}function j(B){var Y=typeof B;return Array.isArray(B)?"array":B instanceof RegExp?"object":D(Y,B)?"symbol":Y}function I(B){if(typeof B=="undefined"||B===null)return""+B;var Y=j(B);if(Y==="object"){if(B instanceof Date)return"date";if(B instanceof RegExp)return"regexp"}return Y}function oe(B){var Y=I(B);switch(Y){case"array":case"object":return"an "+Y;case"boolean":case"date":case"regexp":return"a "+Y;default:return Y}}function ue(B){return!B.constructor||!B.constructor.name?f:B.constructor.name}return h.checkPropTypes=i,h.resetWarningCache=i.resetWarningCache,h.PropTypes=h,h},uu}var du,Ig;function yA(){if(Ig)return du;Ig=1;var e=vf();function t(){}function n(){}return n.resetWarningCache=t,du=function(){function r(o,a,l,c,u,d){if(d!==e){var f=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw f.name="Invariant Violation",f}}r.isRequired=r;function i(){return r}var s={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:t};return s.PropTypes=s,s},du}var Rg;function mA(){if(Rg)return Qa.exports;if(Rg=1,process.env.NODE_ENV!=="production"){var e=Qv(),t=!0;Qa.exports=gA()(e.isElement,t)}else Qa.exports=yA()();return Qa.exports}var pA=mA();const bd=Vp(pA);var $a=function(t){var n=t.className,r=n===void 0?"":n;return y.jsx("hr",{className:_e("yst-my-6",r)})};$a.propTypes={className:bd.string};const Xv=6048e5,vA=864e5,Fg=Symbol.for("constructDateFrom");function Zt(e,t){return typeof e=="function"?e(t):e&&typeof e=="object"&&Fg in e?e[Fg](t):e instanceof Date?new e.constructor(t):new Date(t)}function Bt(e,t){return Zt(t||e,e)}function Jv(e,t,n){const r=Bt(e,n==null?void 0:n.in);if(isNaN(t))return Zt(e,NaN);if(!t)return r;const i=r.getDate(),s=Zt(e,r.getTime());s.setMonth(r.getMonth()+t+1,0);const o=s.getDate();return i>=o?s:(r.setFullYear(s.getFullYear(),s.getMonth(),i),r)}let bA={};function Oc(){return bA}function Yo(e,t){var a,l,c,u,d,f,h,g;const n=Oc(),r=(g=(h=(u=(c=t==null?void 0:t.weekStartsOn)!=null?c:(l=(a=t==null?void 0:t.locale)==null?void 0:a.options)==null?void 0:l.weekStartsOn)!=null?u:n.weekStartsOn)!=null?h:(f=(d=n.locale)==null?void 0:d.options)==null?void 0:f.weekStartsOn)!=null?g:0,i=Bt(e,t==null?void 0:t.in),s=i.getDay(),o=(s<r?7:0)+s-r;return i.setDate(i.getDate()-o),i.setHours(0,0,0,0),i}function zl(e,t){return Yo(e,{...t,weekStartsOn:1})}function Zv(e,t){const n=Bt(e,t==null?void 0:t.in),r=n.getFullYear(),i=Zt(n,0);i.setFullYear(r+1,0,4),i.setHours(0,0,0,0);const s=zl(i),o=Zt(n,0);o.setFullYear(r,0,4),o.setHours(0,0,0,0);const a=zl(o);return n.getTime()>=s.getTime()?r+1:n.getTime()>=a.getTime()?r:r-1}function Ng(e){const t=Bt(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),+e-+n}function Ec(e,...t){const n=Zt.bind(null,t.find(r=>typeof r=="object"));return t.map(n)}function Hl(e,t){const n=Bt(e,t==null?void 0:t.in);return n.setHours(0,0,0,0),n}function xA(e,t,n){const[r,i]=Ec(n==null?void 0:n.in,e,t),s=Hl(r),o=Hl(i),a=+s-Ng(s),l=+o-Ng(o);return Math.round((a-l)/vA)}function wA(e,t){const n=Zv(e,t),r=Zt(e,0);return r.setFullYear(n,0,4),r.setHours(0,0,0,0),zl(r)}function SA(e){return Zt(e,Date.now())}function CA(e,t,n){const[r,i]=Ec(n==null?void 0:n.in,e,t);return+Hl(r)==+Hl(i)}function _A(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function kA(e){return!(!_A(e)&&typeof e!="number"||isNaN(+Bt(e)))}function OA(e,t){const n=Bt(e,t==null?void 0:t.in),r=n.getMonth();return n.setFullYear(n.getFullYear(),r+1,0),n.setHours(23,59,59,999),n}function EA(e,t){const[n,r]=Ec(e,t.start,t.end);return{start:n,end:r}}function AA(e,t){const{start:n,end:r}=EA(t==null?void 0:t.in,e);let i=+n>+r;const s=i?+n:+r,o=i?r:n;o.setHours(0,0,0,0);let a=1;const l=[];for(;+o<=s;)l.push(Zt(n,o)),o.setDate(o.getDate()+a),o.setHours(0,0,0,0);return i?l.reverse():l}function PA(e,t){const n=Bt(e,t==null?void 0:t.in);return n.setDate(1),n.setHours(0,0,0,0),n}function TA(e,t){const n=Bt(e,t==null?void 0:t.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}const MA={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},$A=(e,t,n)=>{let r;const i=MA[e];return typeof i=="string"?r=i:t===1?r=i.one:r=i.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+r:r+" ago":r};function fu(e){return(t={})=>{const n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}const jA={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},DA={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},LA={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},IA={date:fu({formats:jA,defaultWidth:"full"}),time:fu({formats:DA,defaultWidth:"full"}),dateTime:fu({formats:LA,defaultWidth:"full"})},RA={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},FA=(e,t,n,r)=>RA[e];function so(e){return(t,n)=>{const r=n!=null&&n.context?String(n.context):"standalone";let i;if(r==="formatting"&&e.formattingValues){const o=e.defaultFormattingWidth||e.defaultWidth,a=n!=null&&n.width?String(n.width):o;i=e.formattingValues[a]||e.formattingValues[o]}else{const o=e.defaultWidth,a=n!=null&&n.width?String(n.width):e.defaultWidth;i=e.values[a]||e.values[o]}const s=e.argumentCallback?e.argumentCallback(t):t;return i[s]}}const NA={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},BA={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},qA={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},zA={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},HA={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},KA={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},UA=(e,t)=>{const n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},VA={ordinalNumber:UA,era:so({values:NA,defaultWidth:"wide"}),quarter:so({values:BA,defaultWidth:"wide",argumentCallback:e=>e-1}),month:so({values:qA,defaultWidth:"wide"}),day:so({values:zA,defaultWidth:"wide"}),dayPeriod:so({values:HA,defaultWidth:"wide",formattingValues:KA,defaultFormattingWidth:"wide"})};function oo(e){return(t,n={})=>{const r=n.width,i=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],s=t.match(i);if(!s)return null;const o=s[0],a=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],l=Array.isArray(a)?GA(a,d=>d.test(o)):WA(a,d=>d.test(o));let c;c=e.valueCallback?e.valueCallback(l):l,c=n.valueCallback?n.valueCallback(c):c;const u=t.slice(o.length);return{value:c,rest:u}}}function WA(e,t){for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function GA(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n}function QA(e){return(t,n={})=>{const r=t.match(e.matchPattern);if(!r)return null;const i=r[0],s=t.match(e.parsePattern);if(!s)return null;let o=e.valueCallback?e.valueCallback(s[0]):s[0];o=n.valueCallback?n.valueCallback(o):o;const a=t.slice(i.length);return{value:o,rest:a}}}const YA=/^(\d+)(th|st|nd|rd)?/i,XA=/\d+/i,JA={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},ZA={any:[/^b/i,/^(a|c)/i]},e3={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},t3={any:[/1/i,/2/i,/3/i,/4/i]},n3={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},r3={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},i3={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},s3={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},o3={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},a3={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},l3={ordinalNumber:QA({matchPattern:YA,parsePattern:XA,valueCallback:e=>parseInt(e,10)}),era:oo({matchPatterns:JA,defaultMatchWidth:"wide",parsePatterns:ZA,defaultParseWidth:"any"}),quarter:oo({matchPatterns:e3,defaultMatchWidth:"wide",parsePatterns:t3,defaultParseWidth:"any",valueCallback:e=>e+1}),month:oo({matchPatterns:n3,defaultMatchWidth:"wide",parsePatterns:r3,defaultParseWidth:"any"}),day:oo({matchPatterns:i3,defaultMatchWidth:"wide",parsePatterns:s3,defaultParseWidth:"any"}),dayPeriod:oo({matchPatterns:o3,defaultMatchWidth:"any",parsePatterns:a3,defaultParseWidth:"any"})},c3={code:"en-US",formatDistance:$A,formatLong:IA,formatRelative:FA,localize:VA,match:l3,options:{weekStartsOn:0,firstWeekContainsDate:1}};function u3(e,t){const n=Bt(e,t==null?void 0:t.in);return xA(n,TA(n))+1}function d3(e,t){const n=Bt(e,t==null?void 0:t.in),r=+zl(n)-+wA(n);return Math.round(r/Xv)+1}function eb(e,t){var u,d,f,h,g,m,p,v;const n=Bt(e,t==null?void 0:t.in),r=n.getFullYear(),i=Oc(),s=(v=(p=(h=(f=t==null?void 0:t.firstWeekContainsDate)!=null?f:(d=(u=t==null?void 0:t.locale)==null?void 0:u.options)==null?void 0:d.firstWeekContainsDate)!=null?h:i.firstWeekContainsDate)!=null?p:(m=(g=i.locale)==null?void 0:g.options)==null?void 0:m.firstWeekContainsDate)!=null?v:1,o=Zt((t==null?void 0:t.in)||e,0);o.setFullYear(r+1,0,s),o.setHours(0,0,0,0);const a=Yo(o,t),l=Zt((t==null?void 0:t.in)||e,0);l.setFullYear(r,0,s),l.setHours(0,0,0,0);const c=Yo(l,t);return+n>=+a?r+1:+n>=+c?r:r-1}function f3(e,t){var a,l,c,u,d,f,h,g;const n=Oc(),r=(g=(h=(u=(c=t==null?void 0:t.firstWeekContainsDate)!=null?c:(l=(a=t==null?void 0:t.locale)==null?void 0:a.options)==null?void 0:l.firstWeekContainsDate)!=null?u:n.firstWeekContainsDate)!=null?h:(f=(d=n.locale)==null?void 0:d.options)==null?void 0:f.firstWeekContainsDate)!=null?g:1,i=eb(e,t),s=Zt((t==null?void 0:t.in)||e,0);return s.setFullYear(i,0,r),s.setHours(0,0,0,0),Yo(s,t)}function h3(e,t){const n=Bt(e,t==null?void 0:t.in),r=+Yo(n,t)-+f3(n,t);return Math.round(r/Xv)+1}function We(e,t){const n=e<0?"-":"",r=Math.abs(e).toString().padStart(t,"0");return n+r}const pr={y(e,t){const n=e.getFullYear(),r=n>0?n:1-n;return We(t==="yy"?r%100:r,t.length)},M(e,t){const n=e.getMonth();return t==="M"?String(n+1):We(n+1,2)},d(e,t){return We(e.getDate(),t.length)},a(e,t){const n=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return n==="am"?"a.m.":"p.m."}},h(e,t){return We(e.getHours()%12||12,t.length)},H(e,t){return We(e.getHours(),t.length)},m(e,t){return We(e.getMinutes(),t.length)},s(e,t){return We(e.getSeconds(),t.length)},S(e,t){const n=t.length,r=e.getMilliseconds(),i=Math.trunc(r*Math.pow(10,n-3));return We(i,t.length)}},Bi={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},Bg={G:function(e,t,n){const r=e.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(r,{width:"abbreviated"});case"GGGGG":return n.era(r,{width:"narrow"});case"GGGG":default:return n.era(r,{width:"wide"})}},y:function(e,t,n){if(t==="yo"){const r=e.getFullYear(),i=r>0?r:1-r;return n.ordinalNumber(i,{unit:"year"})}return pr.y(e,t)},Y:function(e,t,n,r){const i=eb(e,r),s=i>0?i:1-i;if(t==="YY"){const o=s%100;return We(o,2)}return t==="Yo"?n.ordinalNumber(s,{unit:"year"}):We(s,t.length)},R:function(e,t){const n=Zv(e);return We(n,t.length)},u:function(e,t){const n=e.getFullYear();return We(n,t.length)},Q:function(e,t,n){const r=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(r);case"QQ":return We(r,2);case"Qo":return n.ordinalNumber(r,{unit:"quarter"});case"QQQ":return n.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(r,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(r,{width:"wide",context:"formatting"})}},q:function(e,t,n){const r=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(r);case"qq":return We(r,2);case"qo":return n.ordinalNumber(r,{unit:"quarter"});case"qqq":return n.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(r,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(r,{width:"wide",context:"standalone"})}},M:function(e,t,n){const r=e.getMonth();switch(t){case"M":case"MM":return pr.M(e,t);case"Mo":return n.ordinalNumber(r+1,{unit:"month"});case"MMM":return n.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(r,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(r,{width:"wide",context:"formatting"})}},L:function(e,t,n){const r=e.getMonth();switch(t){case"L":return String(r+1);case"LL":return We(r+1,2);case"Lo":return n.ordinalNumber(r+1,{unit:"month"});case"LLL":return n.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(r,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(r,{width:"wide",context:"standalone"})}},w:function(e,t,n,r){const i=h3(e,r);return t==="wo"?n.ordinalNumber(i,{unit:"week"}):We(i,t.length)},I:function(e,t,n){const r=d3(e);return t==="Io"?n.ordinalNumber(r,{unit:"week"}):We(r,t.length)},d:function(e,t,n){return t==="do"?n.ordinalNumber(e.getDate(),{unit:"date"}):pr.d(e,t)},D:function(e,t,n){const r=u3(e);return t==="Do"?n.ordinalNumber(r,{unit:"dayOfYear"}):We(r,t.length)},E:function(e,t,n){const r=e.getDay();switch(t){case"E":case"EE":case"EEE":return n.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(r,{width:"short",context:"formatting"});case"EEEE":default:return n.day(r,{width:"wide",context:"formatting"})}},e:function(e,t,n,r){const i=e.getDay(),s=(i-r.weekStartsOn+8)%7||7;switch(t){case"e":return String(s);case"ee":return We(s,2);case"eo":return n.ordinalNumber(s,{unit:"day"});case"eee":return n.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(i,{width:"short",context:"formatting"});case"eeee":default:return n.day(i,{width:"wide",context:"formatting"})}},c:function(e,t,n,r){const i=e.getDay(),s=(i-r.weekStartsOn+8)%7||7;switch(t){case"c":return String(s);case"cc":return We(s,t.length);case"co":return n.ordinalNumber(s,{unit:"day"});case"ccc":return n.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(i,{width:"narrow",context:"standalone"});case"cccccc":return n.day(i,{width:"short",context:"standalone"});case"cccc":default:return n.day(i,{width:"wide",context:"standalone"})}},i:function(e,t,n){const r=e.getDay(),i=r===0?7:r;switch(t){case"i":return String(i);case"ii":return We(i,t.length);case"io":return n.ordinalNumber(i,{unit:"day"});case"iii":return n.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(r,{width:"short",context:"formatting"});case"iiii":default:return n.day(r,{width:"wide",context:"formatting"})}},a:function(e,t,n){const i=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function(e,t,n){const r=e.getHours();let i;switch(r===12?i=Bi.noon:r===0?i=Bi.midnight:i=r/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},B:function(e,t,n){const r=e.getHours();let i;switch(r>=17?i=Bi.evening:r>=12?i=Bi.afternoon:r>=4?i=Bi.morning:i=Bi.night,t){case"B":case"BB":case"BBB":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},h:function(e,t,n){if(t==="ho"){let r=e.getHours()%12;return r===0&&(r=12),n.ordinalNumber(r,{unit:"hour"})}return pr.h(e,t)},H:function(e,t,n){return t==="Ho"?n.ordinalNumber(e.getHours(),{unit:"hour"}):pr.H(e,t)},K:function(e,t,n){const r=e.getHours()%12;return t==="Ko"?n.ordinalNumber(r,{unit:"hour"}):We(r,t.length)},k:function(e,t,n){let r=e.getHours();return r===0&&(r=24),t==="ko"?n.ordinalNumber(r,{unit:"hour"}):We(r,t.length)},m:function(e,t,n){return t==="mo"?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):pr.m(e,t)},s:function(e,t,n){return t==="so"?n.ordinalNumber(e.getSeconds(),{unit:"second"}):pr.s(e,t)},S:function(e,t){return pr.S(e,t)},X:function(e,t,n){const r=e.getTimezoneOffset();if(r===0)return"Z";switch(t){case"X":return zg(r);case"XXXX":case"XX":return ri(r);case"XXXXX":case"XXX":default:return ri(r,":")}},x:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"x":return zg(r);case"xxxx":case"xx":return ri(r);case"xxxxx":case"xxx":default:return ri(r,":")}},O:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+qg(r,":");case"OOOO":default:return"GMT"+ri(r,":")}},z:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+qg(r,":");case"zzzz":default:return"GMT"+ri(r,":")}},t:function(e,t,n){const r=Math.trunc(+e/1e3);return We(r,t.length)},T:function(e,t,n){return We(+e,t.length)}};function qg(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),i=Math.trunc(r/60),s=r%60;return s===0?n+String(i):n+String(i)+t+We(s,2)}function zg(e,t){return e%60===0?(e>0?"-":"+")+We(Math.abs(e)/60,2):ri(e,t)}function ri(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),i=We(Math.trunc(r/60),2),s=We(r%60,2);return n+i+t+s}const Hg=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},tb=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},g3=(e,t)=>{const n=e.match(/(P+)(p+)?/)||[],r=n[1],i=n[2];if(!i)return Hg(e,t);let s;switch(r){case"P":s=t.dateTime({width:"short"});break;case"PP":s=t.dateTime({width:"medium"});break;case"PPP":s=t.dateTime({width:"long"});break;case"PPPP":default:s=t.dateTime({width:"full"});break}return s.replace("{{date}}",Hg(r,t)).replace("{{time}}",tb(i,t))},y3={p:tb,P:g3},m3=/^D+$/,p3=/^Y+$/,v3=["D","DD","YY","YYYY"];function b3(e){return m3.test(e)}function x3(e){return p3.test(e)}function w3(e,t,n){const r=S3(e,t,n);if(console.warn(r),v3.includes(e))throw new RangeError(r)}function S3(e,t,n){const r=e[0]==="Y"?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}const C3=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,_3=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,k3=/^'([^]*?)'?$/,O3=/''/g,E3=/[a-zA-Z]/;function So(e,t,n){var u,d,f,h,g,m,p,v,b;const r=Oc(),i=(u=r.locale)!=null?u:c3,s=(g=(h=r.firstWeekContainsDate)!=null?h:(f=(d=r.locale)==null?void 0:d.options)==null?void 0:f.firstWeekContainsDate)!=null?g:1,o=(b=(v=r.weekStartsOn)!=null?v:(p=(m=r.locale)==null?void 0:m.options)==null?void 0:p.weekStartsOn)!=null?b:0,a=Bt(e,n==null?void 0:n.in);if(!kA(a))throw new RangeError("Invalid time value");let l=t.match(_3).map(x=>{const S=x[0];if(S==="p"||S==="P"){const w=y3[S];return w(x,i.formatLong)}return x}).join("").match(C3).map(x=>{if(x==="''")return{isToken:!1,value:"'"};const S=x[0];if(S==="'")return{isToken:!1,value:A3(x)};if(Bg[S])return{isToken:!0,value:x};if(S.match(E3))throw new RangeError("Format string contains an unescaped latin alphabet character `"+S+"`");return{isToken:!1,value:x}});i.localize.preprocessor&&(l=i.localize.preprocessor(a,l));const c={firstWeekContainsDate:s,weekStartsOn:o,locale:i};return l.map(x=>{if(!x.isToken)return x.value;const S=x.value;(x3(S)||b3(S))&&w3(S,t,String(e));const w=Bg[S[0]];return w(a,S,i.localize,c)}).join("")}function A3(e){const t=e.match(k3);return t?t[1].replace(O3,"'"):e}function Kg(e,t,n){const[r,i]=Ec(n==null?void 0:n.in,e,t);return r.getFullYear()===i.getFullYear()&&r.getMonth()===i.getMonth()}function P3(e,t){return CA(Zt(e,e),SA(e))}function T3(e,t,n){return Jv(e,-1,n)}function Xo(e){"@babel/helpers - typeof";return Xo=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},Xo(e)}function hu(e,t,n){return(t=M3(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function M3(e){var t=$3(e,"string");return Xo(t)=="symbol"?t:t+""}function $3(e,t){if(Xo(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Xo(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Ug(e,t){return I3(e)||L3(e,t)||D3(e,t)||j3()}function j3(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
47
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
48
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
49
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
50
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function nb(e,t){if(e){if(typeof e=="string")return wd(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?wd(e,t):void 0}}function
|
|
46
|
+
*/var ou,$g;function vA(){if($g)return ou;$g=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function r(s){if(s==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(s)}function i(){try{if(!Object.assign)return!1;var s=new String("abc");if(s[5]="de",Object.getOwnPropertyNames(s)[0]==="5")return!1;for(var o={},a=0;a<10;a++)o["_"+String.fromCharCode(a)]=a;var l=Object.getOwnPropertyNames(o).map(function(u){return o[u]});if(l.join("")!=="0123456789")return!1;var c={};return"abcdefghijklmnopqrst".split("").forEach(function(u){c[u]=u}),Object.keys(Object.assign({},c)).join("")==="abcdefghijklmnopqrst"}catch(u){return!1}}return ou=i()?Object.assign:function(s,o){for(var a,l=r(s),c,u=1;u<arguments.length;u++){a=Object(arguments[u]);for(var d in a)t.call(a,d)&&(l[d]=a[d]);if(e){c=e(a);for(var f=0;f<c.length;f++)n.call(a,c[f])&&(l[c[f]]=a[c[f]])}}return l},ou}var au,jg;function vf(){if(jg)return au;jg=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return au=e,au}var lu,Dg;function Yv(){return Dg||(Dg=1,lu=Function.call.bind(Object.prototype.hasOwnProperty)),lu}var cu,Lg;function bA(){if(Lg)return cu;Lg=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=vf(),n={},r=Yv();e=function(s){var o="Warning: "+s;typeof console!="undefined"&&console.error(o);try{throw new Error(o)}catch(a){}}}function i(s,o,a,l,c){if(process.env.NODE_ENV!=="production"){for(var u in s)if(r(s,u)){var d;try{if(typeof s[u]!="function"){var f=Error((l||"React class")+": "+a+" type `"+u+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof s[u]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw f.name="Invariant Violation",f}d=s[u](o,u,l,a,null,t)}catch(g){d=g}if(d&&!(d instanceof Error)&&e((l||"React class")+": type specification of "+a+" `"+u+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof d+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),d instanceof Error&&!(d.message in n)){n[d.message]=!0;var h=c?c():"";e("Failed "+a+" type: "+d.message+(h!=null?h:""))}}}}return i.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},cu=i,cu}var uu,Ig;function xA(){if(Ig)return uu;Ig=1;var e=Qv(),t=vA(),n=vf(),r=Yv(),i=bA(),s=function(){};process.env.NODE_ENV!=="production"&&(s=function(a){var l="Warning: "+a;typeof console!="undefined"&&console.error(l);try{throw new Error(l)}catch(c){}});function o(){return null}return uu=function(a,l){var c=typeof Symbol=="function"&&Symbol.iterator,u="@@iterator";function d(B){var Y=B&&(c&&B[c]||B[u]);if(typeof Y=="function")return Y}var f="<<anonymous>>",h={array:v("array"),bigint:v("bigint"),bool:v("boolean"),func:v("function"),number:v("number"),object:v("object"),string:v("string"),symbol:v("symbol"),any:b(),arrayOf:x,element:S(),elementType:w(),instanceOf:_,node:A(),objectOf:k,oneOf:C,oneOfType:O,shape:L,exact:G};function g(B,Y){return B===Y?B!==0||1/B===1/Y:B!==B&&Y!==Y}function m(B,Y){this.message=B,this.data=Y&&typeof Y=="object"?Y:{},this.stack=""}m.prototype=Error.prototype;function p(B){if(process.env.NODE_ENV!=="production")var Y={},ne=0;function ae(W,q,ce,V,fe,he,Ie){if(V=V||f,he=he||ce,Ie!==n){if(l){var te=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw te.name="Invariant Violation",te}else if(process.env.NODE_ENV!=="production"&&typeof console!="undefined"){var ge=V+":"+ce;!Y[ge]&&ne<3&&(s("You are manually calling a React.PropTypes validation function for the `"+he+"` prop on `"+V+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),Y[ge]=!0,ne++)}}return q[ce]==null?W?q[ce]===null?new m("The "+fe+" `"+he+"` is marked as required "+("in `"+V+"`, but its value is `null`.")):new m("The "+fe+" `"+he+"` is marked as required in "+("`"+V+"`, but its value is `undefined`.")):null:B(q,ce,V,fe,he)}var F=ae.bind(null,!1);return F.isRequired=ae.bind(null,!0),F}function v(B){function Y(ne,ae,F,W,q,ce){var V=ne[ae],fe=j(V);if(fe!==B){var he=I(V);return new m("Invalid "+W+" `"+q+"` of type "+("`"+he+"` supplied to `"+F+"`, expected ")+("`"+B+"`."),{expectedType:B})}return null}return p(Y)}function b(){return p(o)}function x(B){function Y(ne,ae,F,W,q){if(typeof B!="function")return new m("Property `"+q+"` of component `"+F+"` has invalid PropType notation inside arrayOf.");var ce=ne[ae];if(!Array.isArray(ce)){var V=j(ce);return new m("Invalid "+W+" `"+q+"` of type "+("`"+V+"` supplied to `"+F+"`, expected an array."))}for(var fe=0;fe<ce.length;fe++){var he=B(ce,fe,F,W,q+"["+fe+"]",n);if(he instanceof Error)return he}return null}return p(Y)}function S(){function B(Y,ne,ae,F,W){var q=Y[ne];if(!a(q)){var ce=j(q);return new m("Invalid "+F+" `"+W+"` of type "+("`"+ce+"` supplied to `"+ae+"`, expected a single ReactElement."))}return null}return p(B)}function w(){function B(Y,ne,ae,F,W){var q=Y[ne];if(!e.isValidElementType(q)){var ce=j(q);return new m("Invalid "+F+" `"+W+"` of type "+("`"+ce+"` supplied to `"+ae+"`, expected a single ReactElement type."))}return null}return p(B)}function _(B){function Y(ne,ae,F,W,q){if(!(ne[ae]instanceof B)){var ce=B.name||f,V=ue(ne[ae]);return new m("Invalid "+W+" `"+q+"` of type "+("`"+V+"` supplied to `"+F+"`, expected ")+("instance of `"+ce+"`."))}return null}return p(Y)}function C(B){if(!Array.isArray(B))return process.env.NODE_ENV!=="production"&&(arguments.length>1?s("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):s("Invalid argument supplied to oneOf, expected an array.")),o;function Y(ne,ae,F,W,q){for(var ce=ne[ae],V=0;V<B.length;V++)if(g(ce,B[V]))return null;var fe=JSON.stringify(B,function(Ie,te){var ge=I(te);return ge==="symbol"?String(te):te});return new m("Invalid "+W+" `"+q+"` of value `"+String(ce)+"` "+("supplied to `"+F+"`, expected one of "+fe+"."))}return p(Y)}function k(B){function Y(ne,ae,F,W,q){if(typeof B!="function")return new m("Property `"+q+"` of component `"+F+"` has invalid PropType notation inside objectOf.");var ce=ne[ae],V=j(ce);if(V!=="object")return new m("Invalid "+W+" `"+q+"` of type "+("`"+V+"` supplied to `"+F+"`, expected an object."));for(var fe in ce)if(r(ce,fe)){var he=B(ce,fe,F,W,q+"."+fe,n);if(he instanceof Error)return he}return null}return p(Y)}function O(B){if(!Array.isArray(B))return process.env.NODE_ENV!=="production"&&s("Invalid argument supplied to oneOfType, expected an instance of array."),o;for(var Y=0;Y<B.length;Y++){var ne=B[Y];if(typeof ne!="function")return s("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+oe(ne)+" at index "+Y+"."),o}function ae(F,W,q,ce,V){for(var fe=[],he=0;he<B.length;he++){var Ie=B[he],te=Ie(F,W,q,ce,V,n);if(te==null)return null;te.data&&r(te.data,"expectedType")&&fe.push(te.data.expectedType)}var ge=fe.length>0?", expected one of type ["+fe.join(", ")+"]":"";return new m("Invalid "+ce+" `"+V+"` supplied to "+("`"+q+"`"+ge+"."))}return p(ae)}function A(){function B(Y,ne,ae,F,W){return R(Y[ne])?null:new m("Invalid "+F+" `"+W+"` supplied to "+("`"+ae+"`, expected a ReactNode."))}return p(B)}function M(B,Y,ne,ae,F){return new m((B||"React class")+": "+Y+" type `"+ne+"."+ae+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+F+"`.")}function L(B){function Y(ne,ae,F,W,q){var ce=ne[ae],V=j(ce);if(V!=="object")return new m("Invalid "+W+" `"+q+"` of type `"+V+"` "+("supplied to `"+F+"`, expected `object`."));for(var fe in B){var he=B[fe];if(typeof he!="function")return M(F,W,q,fe,I(he));var Ie=he(ce,fe,F,W,q+"."+fe,n);if(Ie)return Ie}return null}return p(Y)}function G(B){function Y(ne,ae,F,W,q){var ce=ne[ae],V=j(ce);if(V!=="object")return new m("Invalid "+W+" `"+q+"` of type `"+V+"` "+("supplied to `"+F+"`, expected `object`."));var fe=t({},ne[ae],B);for(var he in fe){var Ie=B[he];if(r(B,he)&&typeof Ie!="function")return M(F,W,q,he,I(Ie));if(!Ie)return new m("Invalid "+W+" `"+q+"` key `"+he+"` supplied to `"+F+"`.\nBad object: "+JSON.stringify(ne[ae],null," ")+`
|
|
47
|
+
Valid keys: `+JSON.stringify(Object.keys(B),null," "));var te=Ie(ce,he,F,W,q+"."+he,n);if(te)return te}return null}return p(Y)}function R(B){switch(typeof B){case"number":case"string":case"undefined":return!0;case"boolean":return!B;case"object":if(Array.isArray(B))return B.every(R);if(B===null||a(B))return!0;var Y=d(B);if(Y){var ne=Y.call(B),ae;if(Y!==B.entries){for(;!(ae=ne.next()).done;)if(!R(ae.value))return!1}else for(;!(ae=ne.next()).done;){var F=ae.value;if(F&&!R(F[1]))return!1}}else return!1;return!0;default:return!1}}function D(B,Y){return B==="symbol"?!0:Y?Y["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&Y instanceof Symbol:!1}function j(B){var Y=typeof B;return Array.isArray(B)?"array":B instanceof RegExp?"object":D(Y,B)?"symbol":Y}function I(B){if(typeof B=="undefined"||B===null)return""+B;var Y=j(B);if(Y==="object"){if(B instanceof Date)return"date";if(B instanceof RegExp)return"regexp"}return Y}function oe(B){var Y=I(B);switch(Y){case"array":case"object":return"an "+Y;case"boolean":case"date":case"regexp":return"a "+Y;default:return Y}}function ue(B){return!B.constructor||!B.constructor.name?f:B.constructor.name}return h.checkPropTypes=i,h.resetWarningCache=i.resetWarningCache,h.PropTypes=h,h},uu}var du,Rg;function wA(){if(Rg)return du;Rg=1;var e=vf();function t(){}function n(){}return n.resetWarningCache=t,du=function(){function r(o,a,l,c,u,d){if(d!==e){var f=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw f.name="Invariant Violation",f}}r.isRequired=r;function i(){return r}var s={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:t};return s.PropTypes=s,s},du}var Fg;function SA(){if(Fg)return Qa.exports;if(Fg=1,process.env.NODE_ENV!=="production"){var e=Qv(),t=!0;Qa.exports=xA()(e.isElement,t)}else Qa.exports=wA()();return Qa.exports}var CA=SA();const bd=Wp(CA);var $a=function(t){var n=t.className,r=n===void 0?"":n;return y.jsx("hr",{className:_e("yst-my-6",r)})};$a.propTypes={className:bd.string};const Xv=6048e5,_A=864e5,Ng=Symbol.for("constructDateFrom");function Zt(e,t){return typeof e=="function"?e(t):e&&typeof e=="object"&&Ng in e?e[Ng](t):e instanceof Date?new e.constructor(t):new Date(t)}function Bt(e,t){return Zt(t||e,e)}function Jv(e,t,n){const r=Bt(e,n==null?void 0:n.in);if(isNaN(t))return Zt(e,NaN);if(!t)return r;const i=r.getDate(),s=Zt(e,r.getTime());s.setMonth(r.getMonth()+t+1,0);const o=s.getDate();return i>=o?s:(r.setFullYear(s.getFullYear(),s.getMonth(),i),r)}let kA={};function Oc(){return kA}function Yo(e,t){var a,l,c,u,d,f,h,g;const n=Oc(),r=(g=(h=(u=(c=t==null?void 0:t.weekStartsOn)!=null?c:(l=(a=t==null?void 0:t.locale)==null?void 0:a.options)==null?void 0:l.weekStartsOn)!=null?u:n.weekStartsOn)!=null?h:(f=(d=n.locale)==null?void 0:d.options)==null?void 0:f.weekStartsOn)!=null?g:0,i=Bt(e,t==null?void 0:t.in),s=i.getDay(),o=(s<r?7:0)+s-r;return i.setDate(i.getDate()-o),i.setHours(0,0,0,0),i}function zl(e,t){return Yo(e,{...t,weekStartsOn:1})}function Zv(e,t){const n=Bt(e,t==null?void 0:t.in),r=n.getFullYear(),i=Zt(n,0);i.setFullYear(r+1,0,4),i.setHours(0,0,0,0);const s=zl(i),o=Zt(n,0);o.setFullYear(r,0,4),o.setHours(0,0,0,0);const a=zl(o);return n.getTime()>=s.getTime()?r+1:n.getTime()>=a.getTime()?r:r-1}function Bg(e){const t=Bt(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),+e-+n}function Ec(e,...t){const n=Zt.bind(null,t.find(r=>typeof r=="object"));return t.map(n)}function Hl(e,t){const n=Bt(e,t==null?void 0:t.in);return n.setHours(0,0,0,0),n}function OA(e,t,n){const[r,i]=Ec(n==null?void 0:n.in,e,t),s=Hl(r),o=Hl(i),a=+s-Bg(s),l=+o-Bg(o);return Math.round((a-l)/_A)}function EA(e,t){const n=Zv(e,t),r=Zt(e,0);return r.setFullYear(n,0,4),r.setHours(0,0,0,0),zl(r)}function AA(e){return Zt(e,Date.now())}function PA(e,t,n){const[r,i]=Ec(n==null?void 0:n.in,e,t);return+Hl(r)==+Hl(i)}function TA(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function MA(e){return!(!TA(e)&&typeof e!="number"||isNaN(+Bt(e)))}function $A(e,t){const n=Bt(e,t==null?void 0:t.in),r=n.getMonth();return n.setFullYear(n.getFullYear(),r+1,0),n.setHours(23,59,59,999),n}function jA(e,t){const[n,r]=Ec(e,t.start,t.end);return{start:n,end:r}}function DA(e,t){const{start:n,end:r}=jA(t==null?void 0:t.in,e);let i=+n>+r;const s=i?+n:+r,o=i?r:n;o.setHours(0,0,0,0);let a=1;const l=[];for(;+o<=s;)l.push(Zt(n,o)),o.setDate(o.getDate()+a),o.setHours(0,0,0,0);return i?l.reverse():l}function LA(e,t){const n=Bt(e,t==null?void 0:t.in);return n.setDate(1),n.setHours(0,0,0,0),n}function IA(e,t){const n=Bt(e,t==null?void 0:t.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}const RA={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},FA=(e,t,n)=>{let r;const i=RA[e];return typeof i=="string"?r=i:t===1?r=i.one:r=i.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+r:r+" ago":r};function fu(e){return(t={})=>{const n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}const NA={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},BA={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},qA={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},zA={date:fu({formats:NA,defaultWidth:"full"}),time:fu({formats:BA,defaultWidth:"full"}),dateTime:fu({formats:qA,defaultWidth:"full"})},HA={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},UA=(e,t,n,r)=>HA[e];function so(e){return(t,n)=>{const r=n!=null&&n.context?String(n.context):"standalone";let i;if(r==="formatting"&&e.formattingValues){const o=e.defaultFormattingWidth||e.defaultWidth,a=n!=null&&n.width?String(n.width):o;i=e.formattingValues[a]||e.formattingValues[o]}else{const o=e.defaultWidth,a=n!=null&&n.width?String(n.width):e.defaultWidth;i=e.values[a]||e.values[o]}const s=e.argumentCallback?e.argumentCallback(t):t;return i[s]}}const KA={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},VA={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},WA={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},GA={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},QA={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},YA={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},XA=(e,t)=>{const n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},JA={ordinalNumber:XA,era:so({values:KA,defaultWidth:"wide"}),quarter:so({values:VA,defaultWidth:"wide",argumentCallback:e=>e-1}),month:so({values:WA,defaultWidth:"wide"}),day:so({values:GA,defaultWidth:"wide"}),dayPeriod:so({values:QA,defaultWidth:"wide",formattingValues:YA,defaultFormattingWidth:"wide"})};function oo(e){return(t,n={})=>{const r=n.width,i=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],s=t.match(i);if(!s)return null;const o=s[0],a=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],l=Array.isArray(a)?e3(a,d=>d.test(o)):ZA(a,d=>d.test(o));let c;c=e.valueCallback?e.valueCallback(l):l,c=n.valueCallback?n.valueCallback(c):c;const u=t.slice(o.length);return{value:c,rest:u}}}function ZA(e,t){for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function e3(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n}function t3(e){return(t,n={})=>{const r=t.match(e.matchPattern);if(!r)return null;const i=r[0],s=t.match(e.parsePattern);if(!s)return null;let o=e.valueCallback?e.valueCallback(s[0]):s[0];o=n.valueCallback?n.valueCallback(o):o;const a=t.slice(i.length);return{value:o,rest:a}}}const n3=/^(\d+)(th|st|nd|rd)?/i,r3=/\d+/i,i3={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},s3={any:[/^b/i,/^(a|c)/i]},o3={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},a3={any:[/1/i,/2/i,/3/i,/4/i]},l3={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},c3={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},u3={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},d3={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},f3={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},h3={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},g3={ordinalNumber:t3({matchPattern:n3,parsePattern:r3,valueCallback:e=>parseInt(e,10)}),era:oo({matchPatterns:i3,defaultMatchWidth:"wide",parsePatterns:s3,defaultParseWidth:"any"}),quarter:oo({matchPatterns:o3,defaultMatchWidth:"wide",parsePatterns:a3,defaultParseWidth:"any",valueCallback:e=>e+1}),month:oo({matchPatterns:l3,defaultMatchWidth:"wide",parsePatterns:c3,defaultParseWidth:"any"}),day:oo({matchPatterns:u3,defaultMatchWidth:"wide",parsePatterns:d3,defaultParseWidth:"any"}),dayPeriod:oo({matchPatterns:f3,defaultMatchWidth:"any",parsePatterns:h3,defaultParseWidth:"any"})},y3={code:"en-US",formatDistance:FA,formatLong:zA,formatRelative:UA,localize:JA,match:g3,options:{weekStartsOn:0,firstWeekContainsDate:1}};function m3(e,t){const n=Bt(e,t==null?void 0:t.in);return OA(n,IA(n))+1}function p3(e,t){const n=Bt(e,t==null?void 0:t.in),r=+zl(n)-+EA(n);return Math.round(r/Xv)+1}function eb(e,t){var u,d,f,h,g,m,p,v;const n=Bt(e,t==null?void 0:t.in),r=n.getFullYear(),i=Oc(),s=(v=(p=(h=(f=t==null?void 0:t.firstWeekContainsDate)!=null?f:(d=(u=t==null?void 0:t.locale)==null?void 0:u.options)==null?void 0:d.firstWeekContainsDate)!=null?h:i.firstWeekContainsDate)!=null?p:(m=(g=i.locale)==null?void 0:g.options)==null?void 0:m.firstWeekContainsDate)!=null?v:1,o=Zt((t==null?void 0:t.in)||e,0);o.setFullYear(r+1,0,s),o.setHours(0,0,0,0);const a=Yo(o,t),l=Zt((t==null?void 0:t.in)||e,0);l.setFullYear(r,0,s),l.setHours(0,0,0,0);const c=Yo(l,t);return+n>=+a?r+1:+n>=+c?r:r-1}function v3(e,t){var a,l,c,u,d,f,h,g;const n=Oc(),r=(g=(h=(u=(c=t==null?void 0:t.firstWeekContainsDate)!=null?c:(l=(a=t==null?void 0:t.locale)==null?void 0:a.options)==null?void 0:l.firstWeekContainsDate)!=null?u:n.firstWeekContainsDate)!=null?h:(f=(d=n.locale)==null?void 0:d.options)==null?void 0:f.firstWeekContainsDate)!=null?g:1,i=eb(e,t),s=Zt((t==null?void 0:t.in)||e,0);return s.setFullYear(i,0,r),s.setHours(0,0,0,0),Yo(s,t)}function b3(e,t){const n=Bt(e,t==null?void 0:t.in),r=+Yo(n,t)-+v3(n,t);return Math.round(r/Xv)+1}function We(e,t){const n=e<0?"-":"",r=Math.abs(e).toString().padStart(t,"0");return n+r}const pr={y(e,t){const n=e.getFullYear(),r=n>0?n:1-n;return We(t==="yy"?r%100:r,t.length)},M(e,t){const n=e.getMonth();return t==="M"?String(n+1):We(n+1,2)},d(e,t){return We(e.getDate(),t.length)},a(e,t){const n=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return n==="am"?"a.m.":"p.m."}},h(e,t){return We(e.getHours()%12||12,t.length)},H(e,t){return We(e.getHours(),t.length)},m(e,t){return We(e.getMinutes(),t.length)},s(e,t){return We(e.getSeconds(),t.length)},S(e,t){const n=t.length,r=e.getMilliseconds(),i=Math.trunc(r*Math.pow(10,n-3));return We(i,t.length)}},Bi={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},qg={G:function(e,t,n){const r=e.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(r,{width:"abbreviated"});case"GGGGG":return n.era(r,{width:"narrow"});case"GGGG":default:return n.era(r,{width:"wide"})}},y:function(e,t,n){if(t==="yo"){const r=e.getFullYear(),i=r>0?r:1-r;return n.ordinalNumber(i,{unit:"year"})}return pr.y(e,t)},Y:function(e,t,n,r){const i=eb(e,r),s=i>0?i:1-i;if(t==="YY"){const o=s%100;return We(o,2)}return t==="Yo"?n.ordinalNumber(s,{unit:"year"}):We(s,t.length)},R:function(e,t){const n=Zv(e);return We(n,t.length)},u:function(e,t){const n=e.getFullYear();return We(n,t.length)},Q:function(e,t,n){const r=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(r);case"QQ":return We(r,2);case"Qo":return n.ordinalNumber(r,{unit:"quarter"});case"QQQ":return n.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(r,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(r,{width:"wide",context:"formatting"})}},q:function(e,t,n){const r=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(r);case"qq":return We(r,2);case"qo":return n.ordinalNumber(r,{unit:"quarter"});case"qqq":return n.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(r,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(r,{width:"wide",context:"standalone"})}},M:function(e,t,n){const r=e.getMonth();switch(t){case"M":case"MM":return pr.M(e,t);case"Mo":return n.ordinalNumber(r+1,{unit:"month"});case"MMM":return n.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(r,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(r,{width:"wide",context:"formatting"})}},L:function(e,t,n){const r=e.getMonth();switch(t){case"L":return String(r+1);case"LL":return We(r+1,2);case"Lo":return n.ordinalNumber(r+1,{unit:"month"});case"LLL":return n.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(r,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(r,{width:"wide",context:"standalone"})}},w:function(e,t,n,r){const i=b3(e,r);return t==="wo"?n.ordinalNumber(i,{unit:"week"}):We(i,t.length)},I:function(e,t,n){const r=p3(e);return t==="Io"?n.ordinalNumber(r,{unit:"week"}):We(r,t.length)},d:function(e,t,n){return t==="do"?n.ordinalNumber(e.getDate(),{unit:"date"}):pr.d(e,t)},D:function(e,t,n){const r=m3(e);return t==="Do"?n.ordinalNumber(r,{unit:"dayOfYear"}):We(r,t.length)},E:function(e,t,n){const r=e.getDay();switch(t){case"E":case"EE":case"EEE":return n.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(r,{width:"short",context:"formatting"});case"EEEE":default:return n.day(r,{width:"wide",context:"formatting"})}},e:function(e,t,n,r){const i=e.getDay(),s=(i-r.weekStartsOn+8)%7||7;switch(t){case"e":return String(s);case"ee":return We(s,2);case"eo":return n.ordinalNumber(s,{unit:"day"});case"eee":return n.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(i,{width:"short",context:"formatting"});case"eeee":default:return n.day(i,{width:"wide",context:"formatting"})}},c:function(e,t,n,r){const i=e.getDay(),s=(i-r.weekStartsOn+8)%7||7;switch(t){case"c":return String(s);case"cc":return We(s,t.length);case"co":return n.ordinalNumber(s,{unit:"day"});case"ccc":return n.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(i,{width:"narrow",context:"standalone"});case"cccccc":return n.day(i,{width:"short",context:"standalone"});case"cccc":default:return n.day(i,{width:"wide",context:"standalone"})}},i:function(e,t,n){const r=e.getDay(),i=r===0?7:r;switch(t){case"i":return String(i);case"ii":return We(i,t.length);case"io":return n.ordinalNumber(i,{unit:"day"});case"iii":return n.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(r,{width:"short",context:"formatting"});case"iiii":default:return n.day(r,{width:"wide",context:"formatting"})}},a:function(e,t,n){const i=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function(e,t,n){const r=e.getHours();let i;switch(r===12?i=Bi.noon:r===0?i=Bi.midnight:i=r/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},B:function(e,t,n){const r=e.getHours();let i;switch(r>=17?i=Bi.evening:r>=12?i=Bi.afternoon:r>=4?i=Bi.morning:i=Bi.night,t){case"B":case"BB":case"BBB":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},h:function(e,t,n){if(t==="ho"){let r=e.getHours()%12;return r===0&&(r=12),n.ordinalNumber(r,{unit:"hour"})}return pr.h(e,t)},H:function(e,t,n){return t==="Ho"?n.ordinalNumber(e.getHours(),{unit:"hour"}):pr.H(e,t)},K:function(e,t,n){const r=e.getHours()%12;return t==="Ko"?n.ordinalNumber(r,{unit:"hour"}):We(r,t.length)},k:function(e,t,n){let r=e.getHours();return r===0&&(r=24),t==="ko"?n.ordinalNumber(r,{unit:"hour"}):We(r,t.length)},m:function(e,t,n){return t==="mo"?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):pr.m(e,t)},s:function(e,t,n){return t==="so"?n.ordinalNumber(e.getSeconds(),{unit:"second"}):pr.s(e,t)},S:function(e,t){return pr.S(e,t)},X:function(e,t,n){const r=e.getTimezoneOffset();if(r===0)return"Z";switch(t){case"X":return Hg(r);case"XXXX":case"XX":return ri(r);case"XXXXX":case"XXX":default:return ri(r,":")}},x:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"x":return Hg(r);case"xxxx":case"xx":return ri(r);case"xxxxx":case"xxx":default:return ri(r,":")}},O:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+zg(r,":");case"OOOO":default:return"GMT"+ri(r,":")}},z:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+zg(r,":");case"zzzz":default:return"GMT"+ri(r,":")}},t:function(e,t,n){const r=Math.trunc(+e/1e3);return We(r,t.length)},T:function(e,t,n){return We(+e,t.length)}};function zg(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),i=Math.trunc(r/60),s=r%60;return s===0?n+String(i):n+String(i)+t+We(s,2)}function Hg(e,t){return e%60===0?(e>0?"-":"+")+We(Math.abs(e)/60,2):ri(e,t)}function ri(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),i=We(Math.trunc(r/60),2),s=We(r%60,2);return n+i+t+s}const Ug=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},tb=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},x3=(e,t)=>{const n=e.match(/(P+)(p+)?/)||[],r=n[1],i=n[2];if(!i)return Ug(e,t);let s;switch(r){case"P":s=t.dateTime({width:"short"});break;case"PP":s=t.dateTime({width:"medium"});break;case"PPP":s=t.dateTime({width:"long"});break;case"PPPP":default:s=t.dateTime({width:"full"});break}return s.replace("{{date}}",Ug(r,t)).replace("{{time}}",tb(i,t))},w3={p:tb,P:x3},S3=/^D+$/,C3=/^Y+$/,_3=["D","DD","YY","YYYY"];function k3(e){return S3.test(e)}function O3(e){return C3.test(e)}function E3(e,t,n){const r=A3(e,t,n);if(console.warn(r),_3.includes(e))throw new RangeError(r)}function A3(e,t,n){const r=e[0]==="Y"?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}const P3=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,T3=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,M3=/^'([^]*?)'?$/,$3=/''/g,j3=/[a-zA-Z]/;function So(e,t,n){var u,d,f,h,g,m,p,v,b;const r=Oc(),i=(u=r.locale)!=null?u:y3,s=(g=(h=r.firstWeekContainsDate)!=null?h:(f=(d=r.locale)==null?void 0:d.options)==null?void 0:f.firstWeekContainsDate)!=null?g:1,o=(b=(v=r.weekStartsOn)!=null?v:(p=(m=r.locale)==null?void 0:m.options)==null?void 0:p.weekStartsOn)!=null?b:0,a=Bt(e,n==null?void 0:n.in);if(!MA(a))throw new RangeError("Invalid time value");let l=t.match(T3).map(x=>{const S=x[0];if(S==="p"||S==="P"){const w=w3[S];return w(x,i.formatLong)}return x}).join("").match(P3).map(x=>{if(x==="''")return{isToken:!1,value:"'"};const S=x[0];if(S==="'")return{isToken:!1,value:D3(x)};if(qg[S])return{isToken:!0,value:x};if(S.match(j3))throw new RangeError("Format string contains an unescaped latin alphabet character `"+S+"`");return{isToken:!1,value:x}});i.localize.preprocessor&&(l=i.localize.preprocessor(a,l));const c={firstWeekContainsDate:s,weekStartsOn:o,locale:i};return l.map(x=>{if(!x.isToken)return x.value;const S=x.value;(O3(S)||k3(S))&&E3(S,t,String(e));const w=qg[S[0]];return w(a,S,i.localize,c)}).join("")}function D3(e){const t=e.match(M3);return t?t[1].replace($3,"'"):e}function Kg(e,t,n){const[r,i]=Ec(n==null?void 0:n.in,e,t);return r.getFullYear()===i.getFullYear()&&r.getMonth()===i.getMonth()}function L3(e,t){return PA(Zt(e,e),AA(e))}function I3(e,t,n){return Jv(e,-1,n)}function Xo(e){"@babel/helpers - typeof";return Xo=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},Xo(e)}function hu(e,t,n){return(t=R3(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function R3(e){var t=F3(e,"string");return Xo(t)=="symbol"?t:t+""}function F3(e,t){if(Xo(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Xo(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Vg(e,t){return z3(e)||q3(e,t)||B3(e,t)||N3()}function N3(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
48
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function B3(e,t){if(e){if(typeof e=="string")return Wg(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Wg(e,t):void 0}}function Wg(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function q3(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t===0){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function z3(e){if(Array.isArray(e))return e}var An={selected:{background:"yst-bg-primary-500",text:"yst-text-white",hover:"hover:yst-bg-primary-600"},hasAnalysis:{border:"yst-border-2 yst-border-primary-500",text:"yst-text-slate-900",hover:"hover:yst-bg-primary-50"},today:{underline:"yst-border-b-2 yst-border-slate-400"},indicator:{default:"yst-bg-blue-500"}},H3=function(t){var n=t.analyses,r=t.selectedAnalysisId,i=t.onAnalysisSelect,s=t.isLoading,o=s===void 0?!1:s,a=t.isOpen,l=a===void 0?!1:a,c=t.onClose,u=z.useState(new Date),d=Vg(u,2),f=d[0],h=d[1],g=function(k){if(!k)return null;var O=k.slice(0,10),A=O.split("-"),M=Vg(A,3),L=M[0],G=M[1],R=M[2],D=Number(L),j=Number(G),I=Number(R);return Number.isNaN(D)||Number.isNaN(j)||Number.isNaN(I)||j<1||j>12||I<1||I>31?null:new Date(D,j-1,I)},m=z.useMemo(function(){var C=new Map;return n.forEach(function(k){var O=g(k.createdAt),A=O?So(O,"yyyy-MM-dd"):"";A&&(C.has(A)||C.set(A,[]),C.get(A).push(k))}),C},[n]);z.useEffect(function(){if(l&&r){var C=n.find(function(M){return M.id===r});if(C){var k=g(C.createdAt);k&&h(k)}}else if(l&&n.length>0){var O=n.reduce(function(M,L){return new Date(L.createdAt)>new Date(M.createdAt)?L:M}),A=g(O.createdAt);A&&h(A)}},[l,r,n]);var p=z.useMemo(function(){return n.length===0?null:n.reduce(function(C,k){return new Date(k.createdAt)>new Date(C.createdAt)?k:C})},[n]),v=function(){if(p){var k=g(p.createdAt);k&&h(k)}},b=z.useMemo(function(){if(!p)return!1;var C=g(p.createdAt);return C?Kg(C,f):!1},[p,f]),x=z.useMemo(function(){var C=LA(f),k=$A(f),O=new Date(C),A=O.getDay(),M=A===0?6:A-1;O.setDate(O.getDate()-M);var L=new Date(k),G=L.getDay(),R=G===0?0:7-G;return L.setDate(L.getDate()+R),DA({start:O,end:L}).map(function(D){var j=So(D,"yyyy-MM-dd"),I=m.get(j)||[],oe=I.find(function(ue){return String(ue.id)===String(r)});return{date:j,dateObj:D,isCurrentMonth:Kg(D,f),isToday:L3(D),isSelected:!!oe,hasAnalyses:I.length>0,analyses:I}})},[f,m,r]),S=function(){h(function(k){return I3(k)})},w=function(){h(function(k){return Jv(k,1)})},_=function(k){if(k.hasAnalyses){if(k.analyses.length===1)i(k.analyses[0].id);else{var O=k.analyses.reduce(function(A,M){return new Date(M.createdAt)>new Date(A.createdAt)?M:A});i(O.id)}c==null||c()}};return l?o?y.jsx("div",{className:"yst-absolute yst-left-0 yst-right-0 yst-top-full yst-z-50 yst-mt-1 yst-rounded-md yst-border yst-border-slate-200 yst-bg-white yst-p-4 yst-shadow-lg",children:y.jsxs("div",{className:"yst-animate-pulse yst-space-y-4",children:[y.jsx("div",{className:"yst-h-6 yst-rounded yst-bg-slate-200"}),y.jsx("div",{className:"yst-h-48 yst-rounded yst-bg-slate-200"})]})}):y.jsxs("div",{className:"yst-absolute yst-left-0 yst-right-0 yst-top-full yst-z-50 yst-mt-1 yst-min-w-80 yst-max-w-sm yst-rounded-md yst-border yst-border-slate-200 yst-bg-white yst-p-4 yst-shadow-lg",children:[y.jsxs("div",{className:"yst-mb-6 yst-flex yst-items-center yst-justify-between",children:[y.jsxs("button",{type:"button",onClick:S,className:"yst-rounded-md yst-p-1.5 yst-text-slate-400 hover:yst-bg-slate-100 hover:yst-text-slate-500",children:[y.jsx("span",{className:"yst-sr-only",children:"Previous month"}),y.jsx(mO,{className:"yst-h-5 yst-w-5"})]}),y.jsx("h2",{className:"yst-text-sm yst-font-semibold yst-text-slate-900",children:So(f,"MMMM yyyy")}),y.jsxs("button",{type:"button",onClick:w,className:"yst-rounded-md yst-p-1.5 yst-text-slate-400 hover:yst-bg-slate-100 hover:yst-text-slate-500",children:[y.jsx("span",{className:"yst-sr-only",children:"Next month"}),y.jsx(vO,{className:"yst-h-5 yst-w-5"})]})]}),y.jsx("div",{className:"yst-mb-0 yst-grid yst-grid-cols-7 yst-gap-x-1",children:["M","T","W","T","F","S","S"].map(function(C,k){return y.jsx("div",{className:"yst-py-2 yst-text-center yst-text-xs yst-font-medium yst-text-slate-500",children:C},"".concat(C,"-").concat(k))})}),y.jsx("div",{className:"yst-grid yst-grid-cols-7 yst-gap-x-1",children:x.map(function(C){return y.jsx("div",{className:"yst-flex yst-items-center yst-justify-center yst-py-1",children:y.jsxs("button",{type:"button",onClick:function(){return _(C)},disabled:!C.hasAnalyses,className:_e("yst-relative yst-rounded-full yst-text-sm yst-transition-colors","yst-flex yst-h-10 yst-w-10 yst-items-center yst-justify-center","yst-p-0",{"yst-text-slate-900":C.isCurrentMonth,"yst-text-slate-400":!C.isCurrentMonth},{"focus:yst-outline-none focus:yst-ring-2 focus:yst-ring-blue-500":C.hasAnalyses,"yst-cursor-not-allowed":!C.hasAnalyses,"yst-cursor-pointer":C.hasAnalyses},hu({},"".concat(An.selected.background," ").concat(An.selected.text," ").concat(An.selected.hover),C.isSelected),hu({},"".concat(An.hasAnalysis.border," ").concat(An.hasAnalysis.text," ").concat(An.hasAnalysis.hover),C.hasAnalyses&&!C.isSelected)),children:[y.jsx("span",{className:_e("yst-relative yst-z-10 yst-w-4",hu({},An.today.underline,C.isToday&&!C.isSelected)),children:So(C.dateObj,"d")}),C.hasAnalyses&&C.analyses.length>1&&!C.isSelected&&y.jsx("span",{className:_e("yst-absolute yst-right-1 yst-top-1 yst-h-2 yst-w-2 yst-rounded-full",An.indicator.default)})]})},C.date)})}),y.jsxs("div",{className:"yst-mt-4 yst-flex yst-items-center yst-gap-4 yst-text-xs yst-text-slate-600",children:[y.jsxs("div",{className:"yst-flex yst-items-center yst-gap-1",children:[y.jsx("div",{className:"yst-h-3 yst-w-3 yst-rounded-full ".concat(An.hasAnalysis.border)}),y.jsx("span",{children:"Has analysis"})]}),y.jsxs("div",{className:"yst-flex yst-items-center yst-gap-1",children:[y.jsx("div",{className:"yst-h-3 yst-w-3 yst-rounded-full ".concat(An.selected.background)}),y.jsx("span",{children:"Selected"})]}),y.jsxs("div",{className:"yst-flex yst-items-center yst-gap-1",children:[y.jsx("div",{className:"yst-h-0.5 yst-w-4 yst-bg-slate-400"}),y.jsx("span",{children:"Today"})]})]}),p&&y.jsx("div",{className:"yst-mt-6",children:y.jsx(E.Button,{onClick:v,className:"yst-w-full",disabled:b,children:"Show latest analysis"})})]}):null};function gu(e,t){return W3(e)||V3(e,t)||K3(e,t)||U3()}function U3(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
49
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function K3(e,t){if(e){if(typeof e=="string")return Gg(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Gg(e,t):void 0}}function Gg(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function V3(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t===0){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function W3(e){if(Array.isArray(e))return e}var G3=function(t){var n=t.analyses,r=t.selectedAnalysisId,i=t.onAnalysisSelect,s=t.isLoading,o=s===void 0?!1:s,a=t.disabled,l=a===void 0?!1:a,c=t.id,u=c===void 0?"analysis-date-select":c,d=z.useState(!1),f=gu(d,2),h=f[0],g=f[1],m=z.useState("latest"),p=gu(m,2),v=p[0],b=p[1],x=z.useRef(null),S=function(D){if(!D)return null;var j=D.slice(0,10),I=j.split("-"),oe=gu(I,3),ue=oe[0],B=oe[1],Y=oe[2],ne=Number(ue),ae=Number(B),F=Number(Y);return Number.isNaN(ne)||Number.isNaN(ae)||Number.isNaN(F)||ae<1||ae>12||F<1||F>31?null:new Date(ne,ae-1,F)},w=function(D){var j=S(D.createdAt);return j?j.getTime():-1/0};z.useEffect(function(){if((r==="latest"||!r)&&n.length>0&&!o){var R=n.reduce(function(D,j){return w(j)>w(D)?j:D});i(R.id)}},[n,r,i,o]);var _=z.useMemo(function(){if(r==="latest"||!r){if(n.length>0){var R=n.reduce(function(D,j){return w(j)>w(D)?j:D});return R.id}return"latest"}return r},[r,n,w]);z.useEffect(function(){b(_)},[_]);var C=n.find(function(R){return String(R.id)===String(v)}),k=n.length>0?String(n.reduce(function(R,D){return w(D)>w(R)?D:R}).id):"",O=function(){if(C){var R=S(C.createdAt),D=R?So(R,"MMMM d, yyyy"):C.createdAt?C.createdAt.slice(0,10):"Unknown date",j=String(C.id)===k?"(latest)":"(older)";return"".concat(D," ").concat(j)}return n.length>0?"Select date...":"No analyses available"}();z.useEffect(function(){var R=function(j){x.current&&!x.current.contains(j.target)&&g(!1)};return h&&document.addEventListener("mousedown",R),function(){document.removeEventListener("mousedown",R)}},[h]);var A=function(){!l&&!o&&g(!h)},M=function(D){b(D),i(D),g(!1)},L=function(){g(!1)},G=function(D){D.key==="Enter"||D.key===" "?(D.preventDefault(),A()):D.key==="Escape"&&g(!1)};return y.jsxs("div",{ref:x,className:"yst-relative",children:[y.jsxs("div",{className:"yst-relative",children:[y.jsx(E.TextInput,{id:u,onClick:A,onKeyDown:G,onChange:function(){},disabled:l||o,value:O,"aria-expanded":h,"aria-haspopup":"true","aria-label":"Select analysis date",className:_e("yst-pr-10",{"yst-cursor-default":!l&&!o})}),y.jsx(fO,{className:_e("yst-pointer-events-none yst-absolute yst-right-3 yst-top-1/2 yst--translate-y-1/2 yst-transform",{"yst-text-gray-400":l||o})})]}),y.jsx(H3,{analyses:n,selectedAnalysisId:v,onAnalysisSelect:M,isLoading:o,isOpen:h,onClose:L})]})},Qg;function Yg(e,t){return X3(e)||Y3(e,t)||nb(e,t)||Q3()}function Q3(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
50
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Y3(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function X3(e){if(Array.isArray(e))return e}function xd(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */var e,t,n=typeof Symbol=="function"?Symbol:{},r=n.iterator||"@@iterator",i=n.toStringTag||"@@toStringTag";function s(h,g,m,p){var v=g&&g.prototype instanceof a?g:a,b=Object.create(v.prototype);return Kt(b,"_invoke",function(x,S,w){var _,C,k,O=0,A=w||[],M=!1,L={p:0,n:0,v:e,a:G,f:G.bind(e,4),d:function(D,j){return _=D,C=0,k=e,L.n=j,o}};function G(R,D){for(C=R,k=D,t=0;!M&&O&&!j&&t<A.length;t++){var j,I=A[t],oe=L.p,ue=I[2];R>3?(j=ue===D)&&(k=I[(C=I[4])?5:(C=3,3)],I[4]=I[5]=e):I[0]<=oe&&((j=R<2&&oe<I[1])?(C=0,L.v=D,L.n=I[1]):oe<ue&&(j=R<3||I[0]>D||D>ue)&&(I[4]=R,I[5]=D,L.n=ue,C=0))}if(j||R>1)return o;throw M=!0,D}return function(R,D,j){if(O>1)throw TypeError("Generator is already running");for(M&&D===1&&G(D,j),C=D,k=j;(t=C<2?e:k)||!M;){_||(C?C<3?(C>1&&(L.n=-1),G(C,k)):L.n=k:L.v=k);try{if(O=2,_){if(C||(R="next"),t=_[R]){if(!(t=t.call(_,k)))throw TypeError("iterator result is not an object");if(!t.done)return t;k=t.value,C<2&&(C=0)}else C===1&&(t=_.return)&&t.call(_),C<2&&(k=TypeError("The iterator does not provide a '"+R+"' method"),C=1);_=e}else if((t=(M=L.n<0)?k:x.call(S,L))!==o)break}catch(I){_=e,C=1,k=I}finally{O=1}}return{value:t,done:M}}}(h,m,p),!0),b}var o={};function a(){}function l(){}function c(){}t=Object.getPrototypeOf;var u=[][r]?t(t([][r]())):(Kt(t={},r,function(){return this}),t),d=c.prototype=a.prototype=Object.create(u);function f(h){return Object.setPrototypeOf?Object.setPrototypeOf(h,c):(h.__proto__=c,Kt(h,i,"GeneratorFunction")),h.prototype=Object.create(d),h}return l.prototype=c,Kt(d,"constructor",c),Kt(c,"constructor",l),l.displayName="GeneratorFunction",Kt(c,i,"GeneratorFunction"),Kt(d),Kt(d,i,"Generator"),Kt(d,r,function(){return this}),Kt(d,"toString",function(){return"[object Generator]"}),(xd=function(){return{w:s,m:f}})()}function Kt(e,t,n,r){var i=Object.defineProperty;try{i({},"",{})}catch(s){i=0}Kt=function(o,a,l,c){if(a)i?i(o,a,{value:l,enumerable:!c,configurable:!c,writable:!c}):o[a]=l;else{var u=function(f,h){Kt(o,f,function(g){return this._invoke(f,h,g)})};u("next",0),u("throw",1),u("return",2)}},Kt(e,t,n,r)}function J3(e){return tP(e)||eP(e)||nb(e)||Z3()}function Z3(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
51
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function nb(e,t){if(e){if(typeof e=="string")return wd(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?wd(e,t):void 0}}function eP(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function tP(e){if(Array.isArray(e))return wd(e)}function wd(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function Xg(e,t,n,r,i,s,o){try{var a=e[s](o),l=a.value}catch(c){return void n(c)}a.done?t(l):Promise.resolve(l).then(r,i)}function nP(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var s=e.apply(t,n);function o(l){Xg(s,r,i,o,a,"next",l)}function a(l){Xg(s,r,i,o,a,"throw",l)}o(void 0)})}}function rP(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var yu=Ma(Qg||(Qg=rP(["yst-flex-1 yst-space-y-2"]))),iP=function(t){var n,r,i=t.className,s=Wr(),o=s.brandId,a=s.analysisId,l=s.model,c=Cc(),u=c.setModel,d=c.setAnalysisId,f=tn(),h=_n(),g=Sc({query:{select:function(Ce){var Ae=Ce.data;return Ae==null?void 0:Ae.data}}}),m=g.data,p=g.isLoading,v=m==null?void 0:m.displayName,b=zs({query:{select:function(Ce){var Ae=Ce.data;return Ae==null?void 0:Ae.brands}}}),x=b.data,S=b.isLoading,w=lk(o,{query:{enabled:!!o,select:function(Ce){var Ae=Ce.data;return Ae==null?void 0:Ae.analyses}}}),_=w.data,C=w.isLoading,k=wc(o,a,{query:{enabled:!!o&&!!a,select:function(Ce){var Ae=Ce.data;return Ae}}}),O=k.data,A=k.isLoading,M=zk(o,{query:{enabled:!!o,select:function(Ce){var Ae=Ce.data;return Ae}}}),L=M.data,G=M.isLoading,R=hk({mutation:{onSuccess:function(){var ge=nP(xd().m(function Ae(){var lt,$t,Z,je,Ze,Ne;return xd().w(function(Te){for(;;)switch(Te.n){case 0:if(!(o&&a)){Te.n=3;break}return Te.n=1,f.invalidateQueries({queryKey:md(o)});case 1:return Te.n=2,f.invalidateQueries({queryKey:Lv(o,a)});case 2:return Te.n=3,f.invalidateQueries({queryKey:ff(o)});case 3:return $t=md(o),Z=function(){return Dv(o)},Te.n=4,f.fetchQuery({queryKey:$t,queryFn:Z});case 4:je=Te.v,Ze=(je==null||(lt=je.data)===null||lt===void 0?void 0:lt.analyses)||[],Ze.length>0?(Ne=J3(Ze).sort(function(Re,me){return Re.createdAt&&me.createdAt?new Date(me.createdAt).getTime()-new Date(Re.createdAt).getTime():1}),h("/brands/".concat(o,"/analysis/").concat(Ne[0].id))):(d&&d("latest"),h("/brands/".concat(o))),B(!1);case 5:return Te.a(2)}},Ae)}));function Ce(){return ge.apply(this,arguments)}return Ce}()}}),D=R.mutate,j=R.isPending;z.useEffect(function(){!G&&!A&&o&&x&&(x==null?void 0:x.length)<2&&(!L||Array.isArray(L)&&L.length===0)&&(_==null?void 0:_.length)===0&&h("/setup/".concat(o,"/queries"))},[G,A,L,o,h,x,_==null?void 0:_.length]);var I=z.useState(!1),oe=Yg(I,2),ue=oe[0],B=oe[1],Y=function(){B(!1)},ne=x==null?void 0:x.find(function(ge){return String(ge.id)===String(o)}),ae=O==null||(n=O.analysis)===null||n===void 0?void 0:n.id,F=o!=null&&typeof ae=="number"&&!isNaN(ae),W=z.useState(!1),q=Yg(W,2),ce=q[0],V=q[1];z.useEffect(function(){if(F){var ge="yst_legal_alert_dismissed_".concat(o,"_").concat(ae);V(window.localStorage.getItem(ge)===null)}},[o,ae,F]);var fe=function(Ce){if(Ce.preventDefault(),!!F){var Ae="yst_legal_alert_dismissed_".concat(o,"_").concat(ae);window.localStorage.setItem(Ae,"true"),V(!1)}},he=function(Ce){switch(Ce){case"openai":return"OpenAI";case"perplexity":return"Perplexity";case"anthropic":return"Anthropic";default:return Ce||"Unknown"}},Ie=(O==null||(r=O.analysis)===null||r===void 0||(r=r.scans)===null||r===void 0?void 0:r.map(function(ge){return{value:ge.aiProvider,label:he(ge.aiProvider)}}))||[{value:"",label:"Default model"}],te=_!=null&&_.some(function(ge){return String(ge.id)===String(a)})?a:_&&_.length>0?_[0].id:"latest";return y.jsxs(y.Fragment,{children:[y.jsx(pf,{isOpen:ue,onClose:Y,onConfirm:function(){o&&a&&D({brandId:o,analysisId:a})},isLoading:j,title:"Delete analysis?",description:y.jsxs(y.Fragment,{children:[y.jsx("p",{children:"This will permanently delete all data associated with this analysis."}),y.jsx("p",{children:"This action cannot be undone."})]}),confirmText:"Yes, delete analysis",cancelText:"No, go back"}),y.jsx(E.Card,{className:_e("yst-relative yst-overflow-visible",i),children:y.jsxs(E.Card.Content,{className:"yst-mt-0",children:[y.jsxs("div",{className:"yst-flex yst-flex-1 yst-flex-col yst-flex-wrap yst-items-start yst-justify-between yst-gap-4 md:yst-flex-row xl:yst-items-center",children:[y.jsx("div",{className:"xl:yst-max-w-1/4",children:y.jsxs("div",{className:"yst-flex yst-flex-col xl:yst-flex-row xl:yst-items-baseline xl:yst-gap-2",children:[y.jsx(E.Title,{children:y.jsxs(y.Fragment,{children:[p||!v?y.jsx(E.SkeletonLoader,{className:"yst-inline-block yst-h-8 yst-w-64"}):y.jsxs(y.Fragment,{children:["Hi ",v,", "]})," "]})}),y.jsx("p",{className:"yst-text-sm yst-font-normal yst-text-slate-600",children:"welcome to your brand analysis!"})]})}),y.jsxs("div",{className:"yst-flex yst-flex-row yst-flex-wrap yst-items-center yst-justify-end yst-gap-4 yst-self-end",children:[y.jsxs(E.Button,{variant:"primary",className:"yst-gap-1.5",onClick:function(){return h("/setup")},disabled:C||S,children:[y.jsx(zv,{})," Analyze a different brand"]}),y.jsx("div",{className:"yst-relative",children:y.jsxs(E.DropdownMenu,{children:[y.jsx(E.DropdownMenu.IconTrigger,{screenReaderTriggerLabel:"Open brand list options",disabled:C||S||x&&(x==null?void 0:x.length)<1,children:y.jsx(_O,{})}),y.jsx(E.DropdownMenu.List,{className:"yst-absolute yst-right-0 yst-top-full yst-z-40 yst-mt-2 yst-flex yst-w-64 yst-flex-col yst-justify-start",children:y.jsxs(E.DropdownMenu.ButtonItem,{onClick:function(){return B(!0)},disabled:C||S,className:"yst-flex yst-justify-start yst-gap-1.5 yst-text-red-600 hover:yst-bg-red-50",children:[y.jsx(gf,{className:"yst-h-4 yst-w-4"}),"Delete analysis"]})})]})})]})]}),y.jsx($a,{}),y.jsxs("form",{className:"yst-flex yst-flex-col yst-items-stretch yst-gap-4 md:yst-flex-row md:yst-items-center",children:[y.jsxs(yu,{children:[y.jsx(E.Label,{htmlFor:"brand-name",children:"Brand"}),y.jsx(E.Select,{onChange:function(ge){h("/brands/".concat(ge.toString()))},id:"brand-name",value:o?Number(o):"loading",options:x&&x.length>0?x.map(function(ge){return{value:ge.id,label:ge.name}}):[{value:"loading",label:"Loading..."}],disabled:S||!x||x.length<2||!o})]}),y.jsxs(yu,{children:[y.jsx(E.Label,{htmlFor:"analysis-date",children:"Analysis date"}),y.jsx(G3,{analyses:_||[],selectedAnalysisId:te,onAnalysisSelect:function(ge){h("/brands/".concat(o,"/analysis/").concat(String(ge)))},isLoading:C,disabled:C||!_||_.length<1,id:"analysis-date"})]}),y.jsxs(yu,{children:[y.jsx(E.Label,{htmlFor:"ai-tool",children:"AI model"}),y.jsx(E.Select,{onChange:function(ge){u(ge)},id:"ai-tool",value:l,options:A||C?[{value:l,label:"Loading..."}]:Ie,disabled:A||C||[{}].length<2})]})]})]})}),y.jsx("div",{className:"ystaii-alerts yst-space-y-4",children:F&&ce&&y.jsx(E.Alert,{children:y.jsxs("div",{className:"yst-flex yst-w-full",children:[y.jsx("div",{className:"yst-max-w-xl yst-space-y-4",children:y.jsx("p",{className:"yst-mb-0",children:"Note: This content was generated by an AI model (see dropdown below) and may contain errors. Please review before acting on it."})}),y.jsx("div",{className:"yst-ml-auto",children:y.jsx(E.Link,{onClick:fe,variant:"default",children:y.jsx(SE,{})})})]})})}),ne&&y.jsx(yA,{brand:ne},ne.id)]})},sP=function(){var t,n,r,i=Hs(),s=i.data,o=i.isLoading,a=i.isRefetching,l=s==null?void 0:s.mentions;return y.jsx(E.Card,{className:"yst-overflow-visible",children:y.jsxs(E.Card.Content,{className:"yst-space-y-4",children:[y.jsxs("div",{className:"yst-space-y-2",children:[y.jsx(Ta,{title:"Mentions",tooltip:"The queries where your brand was mentioned."}),y.jsx(Pa,{score:l==null||(t=l.mentionedInNumberOfQueries)===null||t===void 0?void 0:t.value,total:l==null||(n=l.queriesWithMentions)===null||n===void 0?void 0:n.length,suffix:"queries",isLoading:o||a})]}),!o&&l?y.jsx("ul",{children:l==null||(r=l.queriesWithMentions)===null||r===void 0?void 0:r.map(function(c,u){var d=u===0,f=l.queriesWithMentions&&u===l.queriesWithMentions.length-1;return y.jsxs("li",{className:_e("yst-flex yst-flex-row yst-items-center yst-gap-2 yst-border-l yst-border-r yst-border-slate-300 yst-p-4 yst-font-medium yst-text-slate-800",{"yst-rounded-t-lg yst-border-t":d,"yst-rounded-b-lg yst-border-b":f,"yst-border-b":!f}),children:[y.jsx("div",{className:"yst-h-4 yst-w-4",children:c!=null&&c.mentioned?y.jsx(gO,{className:"yst-text-green-500"}):y.jsx(NO,{className:"yst-text-red-500"})}),y.jsx("span",{className:"yst-justify-start",children:c.query}),y.jsx("span",{className:"yst-ml-auto yst-flex yst-items-end",children:c!=null&&c.mentioned?y.jsx(E.Badge,{className:"yst-bg-green-100 yst-text-green-800",children:"Found"}):y.jsx(E.Badge,{className:"yst-bg-red-100 yst-text-red-800",children:"Not found"})})]},c.query)})}):y.jsx(E.SkeletonLoader,{className:"yst-h-56 yst-w-full"})]})})};/*!
|
|
51
52
|
* @kurkle/color v0.3.4
|
|
52
53
|
* https://github.com/kurkle/color#readme
|
|
53
54
|
* (c) 2024 Jukka Kurkela
|
|
54
55
|
* Released under the MIT License
|
|
55
|
-
*/function ja(e){return e+.5|0}const $r=(e,t,n)=>Math.max(Math.min(e,n),t);function Co(e){return $r(ja(e*2.55),0,255)}function Rr(e){return $r(ja(e*255),0,255)}function Xn(e){return $r(ja(e/2.55)/100,0,1)}function
|
|
56
|
+
*/function ja(e){return e+.5|0}const $r=(e,t,n)=>Math.max(Math.min(e,n),t);function Co(e){return $r(ja(e*2.55),0,255)}function Rr(e){return $r(ja(e*255),0,255)}function Xn(e){return $r(ja(e/2.55)/100,0,1)}function Jg(e){return $r(ja(e*100),0,100)}const nn={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,A:10,B:11,C:12,D:13,E:14,F:15,a:10,b:11,c:12,d:13,e:14,f:15},Sd=[..."0123456789ABCDEF"],oP=e=>Sd[e&15],aP=e=>Sd[(e&240)>>4]+Sd[e&15],Xa=e=>(e&240)>>4===(e&15),lP=e=>Xa(e.r)&&Xa(e.g)&&Xa(e.b)&&Xa(e.a);function cP(e){var t=e.length,n;return e[0]==="#"&&(t===4||t===5?n={r:255&nn[e[1]]*17,g:255&nn[e[2]]*17,b:255&nn[e[3]]*17,a:t===5?nn[e[4]]*17:255}:(t===7||t===9)&&(n={r:nn[e[1]]<<4|nn[e[2]],g:nn[e[3]]<<4|nn[e[4]],b:nn[e[5]]<<4|nn[e[6]],a:t===9?nn[e[7]]<<4|nn[e[8]]:255})),n}const uP=(e,t)=>e<255?t(e):"";function dP(e){var t=lP(e)?oP:aP;return e?"#"+t(e.r)+t(e.g)+t(e.b)+uP(e.a,t):void 0}const fP=/^(hsla?|hwb|hsv)\(\s*([-+.e\d]+)(?:deg)?[\s,]+([-+.e\d]+)%[\s,]+([-+.e\d]+)%(?:[\s,]+([-+.e\d]+)(%)?)?\s*\)$/;function rb(e,t,n){const r=t*Math.min(n,1-n),i=(s,o=(s+e/30)%12)=>n-r*Math.max(Math.min(o-3,9-o,1),-1);return[i(0),i(8),i(4)]}function hP(e,t,n){const r=(i,s=(i+e/60)%6)=>n-n*t*Math.max(Math.min(s,4-s,1),0);return[r(5),r(3),r(1)]}function gP(e,t,n){const r=rb(e,1,.5);let i;for(t+n>1&&(i=1/(t+n),t*=i,n*=i),i=0;i<3;i++)r[i]*=1-t-n,r[i]+=t;return r}function yP(e,t,n,r,i){return e===i?(t-n)/r+(t<n?6:0):t===i?(n-e)/r+2:(e-t)/r+4}function bf(e){const n=e.r/255,r=e.g/255,i=e.b/255,s=Math.max(n,r,i),o=Math.min(n,r,i),a=(s+o)/2;let l,c,u;return s!==o&&(u=s-o,c=a>.5?u/(2-s-o):u/(s+o),l=yP(n,r,i,u,s),l=l*60+.5),[l|0,c||0,a]}function xf(e,t,n,r){return(Array.isArray(t)?e(t[0],t[1],t[2]):e(t,n,r)).map(Rr)}function wf(e,t,n){return xf(rb,e,t,n)}function mP(e,t,n){return xf(gP,e,t,n)}function pP(e,t,n){return xf(hP,e,t,n)}function ib(e){return(e%360+360)%360}function vP(e){const t=fP.exec(e);let n=255,r;if(!t)return;t[5]!==r&&(n=t[6]?Co(+t[5]):Rr(+t[5]));const i=ib(+t[2]),s=+t[3]/100,o=+t[4]/100;return t[1]==="hwb"?r=mP(i,s,o):t[1]==="hsv"?r=pP(i,s,o):r=wf(i,s,o),{r:r[0],g:r[1],b:r[2],a:n}}function bP(e,t){var n=bf(e);n[0]=ib(n[0]+t),n=wf(n),e.r=n[0],e.g=n[1],e.b=n[2]}function xP(e){if(!e)return;const t=bf(e),n=t[0],r=Jg(t[1]),i=Jg(t[2]);return e.a<255?`hsla(${n}, ${r}%, ${i}%, ${Xn(e.a)})`:`hsl(${n}, ${r}%, ${i}%)`}const Zg={x:"dark",Z:"light",Y:"re",X:"blu",W:"gr",V:"medium",U:"slate",A:"ee",T:"ol",S:"or",B:"ra",C:"lateg",D:"ights",R:"in",Q:"turquois",E:"hi",P:"ro",O:"al",N:"le",M:"de",L:"yello",F:"en",K:"ch",G:"arks",H:"ea",I:"ightg",J:"wh"},ey={OiceXe:"f0f8ff",antiquewEte:"faebd7",aqua:"ffff",aquamarRe:"7fffd4",azuY:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"0",blanKedOmond:"ffebcd",Xe:"ff",XeviTet:"8a2be2",bPwn:"a52a2a",burlywood:"deb887",caMtXe:"5f9ea0",KartYuse:"7fff00",KocTate:"d2691e",cSO:"ff7f50",cSnflowerXe:"6495ed",cSnsilk:"fff8dc",crimson:"dc143c",cyan:"ffff",xXe:"8b",xcyan:"8b8b",xgTMnPd:"b8860b",xWay:"a9a9a9",xgYF:"6400",xgYy:"a9a9a9",xkhaki:"bdb76b",xmagFta:"8b008b",xTivegYF:"556b2f",xSange:"ff8c00",xScEd:"9932cc",xYd:"8b0000",xsOmon:"e9967a",xsHgYF:"8fbc8f",xUXe:"483d8b",xUWay:"2f4f4f",xUgYy:"2f4f4f",xQe:"ced1",xviTet:"9400d3",dAppRk:"ff1493",dApskyXe:"bfff",dimWay:"696969",dimgYy:"696969",dodgerXe:"1e90ff",fiYbrick:"b22222",flSOwEte:"fffaf0",foYstWAn:"228b22",fuKsia:"ff00ff",gaRsbSo:"dcdcdc",ghostwEte:"f8f8ff",gTd:"ffd700",gTMnPd:"daa520",Way:"808080",gYF:"8000",gYFLw:"adff2f",gYy:"808080",honeyMw:"f0fff0",hotpRk:"ff69b4",RdianYd:"cd5c5c",Rdigo:"4b0082",ivSy:"fffff0",khaki:"f0e68c",lavFMr:"e6e6fa",lavFMrXsh:"fff0f5",lawngYF:"7cfc00",NmoncEffon:"fffacd",ZXe:"add8e6",ZcSO:"f08080",Zcyan:"e0ffff",ZgTMnPdLw:"fafad2",ZWay:"d3d3d3",ZgYF:"90ee90",ZgYy:"d3d3d3",ZpRk:"ffb6c1",ZsOmon:"ffa07a",ZsHgYF:"20b2aa",ZskyXe:"87cefa",ZUWay:"778899",ZUgYy:"778899",ZstAlXe:"b0c4de",ZLw:"ffffe0",lime:"ff00",limegYF:"32cd32",lRF:"faf0e6",magFta:"ff00ff",maPon:"800000",VaquamarRe:"66cdaa",VXe:"cd",VScEd:"ba55d3",VpurpN:"9370db",VsHgYF:"3cb371",VUXe:"7b68ee",VsprRggYF:"fa9a",VQe:"48d1cc",VviTetYd:"c71585",midnightXe:"191970",mRtcYam:"f5fffa",mistyPse:"ffe4e1",moccasR:"ffe4b5",navajowEte:"ffdead",navy:"80",Tdlace:"fdf5e6",Tive:"808000",TivedBb:"6b8e23",Sange:"ffa500",SangeYd:"ff4500",ScEd:"da70d6",pOegTMnPd:"eee8aa",pOegYF:"98fb98",pOeQe:"afeeee",pOeviTetYd:"db7093",papayawEp:"ffefd5",pHKpuff:"ffdab9",peru:"cd853f",pRk:"ffc0cb",plum:"dda0dd",powMrXe:"b0e0e6",purpN:"800080",YbeccapurpN:"663399",Yd:"ff0000",Psybrown:"bc8f8f",PyOXe:"4169e1",saddNbPwn:"8b4513",sOmon:"fa8072",sandybPwn:"f4a460",sHgYF:"2e8b57",sHshell:"fff5ee",siFna:"a0522d",silver:"c0c0c0",skyXe:"87ceeb",UXe:"6a5acd",UWay:"708090",UgYy:"708090",snow:"fffafa",sprRggYF:"ff7f",stAlXe:"4682b4",tan:"d2b48c",teO:"8080",tEstN:"d8bfd8",tomato:"ff6347",Qe:"40e0d0",viTet:"ee82ee",JHt:"f5deb3",wEte:"ffffff",wEtesmoke:"f5f5f5",Lw:"ffff00",LwgYF:"9acd32"};function wP(){const e={},t=Object.keys(ey),n=Object.keys(Zg);let r,i,s,o,a;for(r=0;r<t.length;r++){for(o=a=t[r],i=0;i<n.length;i++)s=n[i],a=a.replace(s,Zg[s]);s=parseInt(ey[o],16),e[a]=[s>>16&255,s>>8&255,s&255]}return e}let Ja;function SP(e){Ja||(Ja=wP(),Ja.transparent=[0,0,0,0]);const t=Ja[e.toLowerCase()];return t&&{r:t[0],g:t[1],b:t[2],a:t.length===4?t[3]:255}}const CP=/^rgba?\(\s*([-+.\d]+)(%)?[\s,]+([-+.e\d]+)(%)?[\s,]+([-+.e\d]+)(%)?(?:[\s,/]+([-+.e\d]+)(%)?)?\s*\)$/;function _P(e){const t=CP.exec(e);let n=255,r,i,s;if(t){if(t[7]!==r){const o=+t[7];n=t[8]?Co(o):$r(o*255,0,255)}return r=+t[1],i=+t[3],s=+t[5],r=255&(t[2]?Co(r):$r(r,0,255)),i=255&(t[4]?Co(i):$r(i,0,255)),s=255&(t[6]?Co(s):$r(s,0,255)),{r,g:i,b:s,a:n}}}function kP(e){return e&&(e.a<255?`rgba(${e.r}, ${e.g}, ${e.b}, ${Xn(e.a)})`:`rgb(${e.r}, ${e.g}, ${e.b})`)}const mu=e=>e<=.0031308?e*12.92:Math.pow(e,1/2.4)*1.055-.055,qi=e=>e<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4);function OP(e,t,n){const r=qi(Xn(e.r)),i=qi(Xn(e.g)),s=qi(Xn(e.b));return{r:Rr(mu(r+n*(qi(Xn(t.r))-r))),g:Rr(mu(i+n*(qi(Xn(t.g))-i))),b:Rr(mu(s+n*(qi(Xn(t.b))-s))),a:e.a+n*(t.a-e.a)}}function Za(e,t,n){if(e){let r=bf(e);r[t]=Math.max(0,Math.min(r[t]+r[t]*n,t===0?360:1)),r=wf(r),e.r=r[0],e.g=r[1],e.b=r[2]}}function sb(e,t){return e&&Object.assign(t||{},e)}function ty(e){var t={r:0,g:0,b:0,a:255};return Array.isArray(e)?e.length>=3&&(t={r:e[0],g:e[1],b:e[2],a:255},e.length>3&&(t.a=Rr(e[3]))):(t=sb(e,{r:0,g:0,b:0,a:1}),t.a=Rr(t.a)),t}function EP(e){return e.charAt(0)==="r"?_P(e):vP(e)}class Jo{constructor(t){if(t instanceof Jo)return t;const n=typeof t;let r;n==="object"?r=ty(t):n==="string"&&(r=cP(t)||SP(t)||EP(t)),this._rgb=r,this._valid=!!r}get valid(){return this._valid}get rgb(){var t=sb(this._rgb);return t&&(t.a=Xn(t.a)),t}set rgb(t){this._rgb=ty(t)}rgbString(){return this._valid?kP(this._rgb):void 0}hexString(){return this._valid?dP(this._rgb):void 0}hslString(){return this._valid?xP(this._rgb):void 0}mix(t,n){if(t){const r=this.rgb,i=t.rgb;let s;const o=n===s?.5:n,a=2*o-1,l=r.a-i.a,c=((a*l===-1?a:(a+l)/(1+a*l))+1)/2;s=1-c,r.r=255&c*r.r+s*i.r+.5,r.g=255&c*r.g+s*i.g+.5,r.b=255&c*r.b+s*i.b+.5,r.a=o*r.a+(1-o)*i.a,this.rgb=r}return this}interpolate(t,n){return t&&(this._rgb=OP(this._rgb,t._rgb,n)),this}clone(){return new Jo(this.rgb)}alpha(t){return this._rgb.a=Rr(t),this}clearer(t){const n=this._rgb;return n.a*=1-t,this}greyscale(){const t=this._rgb,n=ja(t.r*.3+t.g*.59+t.b*.11);return t.r=t.g=t.b=n,this}opaquer(t){const n=this._rgb;return n.a*=1+t,this}negate(){const t=this._rgb;return t.r=255-t.r,t.g=255-t.g,t.b=255-t.b,this}lighten(t){return Za(this._rgb,2,t),this}darken(t){return Za(this._rgb,2,-t),this}saturate(t){return Za(this._rgb,1,t),this}desaturate(t){return Za(this._rgb,1,-t),this}rotate(t){return bP(this._rgb,t),this}}/*!
|
|
56
57
|
* Chart.js v4.5.0
|
|
57
58
|
* https://www.chartjs.org
|
|
58
59
|
* (c) 2025 Chart.js Contributors
|
|
59
60
|
* Released under the MIT License
|
|
60
|
-
*/function Vn(){}const SP=(()=>{let e=0;return()=>e++})();function Qe(e){return e==null}function rt(e){if(Array.isArray&&Array.isArray(e))return!0;const t=Object.prototype.toString.call(e);return t.slice(0,7)==="[object"&&t.slice(-6)==="Array]"}function Fe(e){return e!==null&&Object.prototype.toString.call(e)==="[object Object]"}function yt(e){return(typeof e=="number"||e instanceof Number)&&isFinite(+e)}function Pn(e,t){return yt(e)?e:t}function De(e,t){return typeof e=="undefined"?t:e}const CP=(e,t)=>typeof e=="string"&&e.endsWith("%")?parseFloat(e)/100*t:+e;function Je(e,t,n){if(e&&typeof e.call=="function")return e.apply(n,t)}function Ge(e,t,n,r){let i,s,o;if(rt(e))for(s=e.length,i=0;i<s;i++)t.call(n,e[i],i);else if(Fe(e))for(o=Object.keys(e),s=o.length,i=0;i<s;i++)t.call(n,e[o[i]],o[i])}function Kl(e,t){let n,r,i,s;if(!e||!t||e.length!==t.length)return!1;for(n=0,r=e.length;n<r;++n)if(i=e[n],s=t[n],i.datasetIndex!==s.datasetIndex||i.index!==s.index)return!1;return!0}function Ul(e){if(rt(e))return e.map(Ul);if(Fe(e)){const t=Object.create(null),n=Object.keys(e),r=n.length;let i=0;for(;i<r;++i)t[n[i]]=Ul(e[n[i]]);return t}return e}function ob(e){return["__proto__","prototype","constructor"].indexOf(e)===-1}function _P(e,t,n,r){if(!ob(e))return;const i=t[e],s=n[e];Fe(i)&&Fe(s)?Zo(i,s,r):t[e]=Ul(s)}function Zo(e,t,n){const r=rt(t)?t:[t],i=r.length;if(!Fe(e))return e;n=n||{};const s=n.merger||_P;let o;for(let a=0;a<i;++a){if(o=r[a],!Fe(o))continue;const l=Object.keys(o);for(let c=0,u=l.length;c<u;++c)s(l[c],e,o,n)}return e}function jo(e,t){return Zo(e,t,{merger:kP})}function kP(e,t,n){if(!ob(e))return;const r=t[e],i=n[e];Fe(r)&&Fe(i)?jo(r,i):Object.prototype.hasOwnProperty.call(t,e)||(t[e]=Ul(i))}const ty={"":e=>e,x:e=>e.x,y:e=>e.y};function OP(e){const t=e.split("."),n=[];let r="";for(const i of t)r+=i,r.endsWith("\\")?r=r.slice(0,-1)+".":(n.push(r),r="");return n}function EP(e){const t=OP(e);return n=>{for(const r of t){if(r==="")break;n=n&&n[r]}return n}}function ea(e,t){return(ty[t]||(ty[t]=EP(t)))(e)}function Sf(e){return e.charAt(0).toUpperCase()+e.slice(1)}const Vl=e=>typeof e!="undefined",qr=e=>typeof e=="function",ny=(e,t)=>{if(e.size!==t.size)return!1;for(const n of e)if(!t.has(n))return!1;return!0};function AP(e){return e.type==="mouseup"||e.type==="click"||e.type==="contextmenu"}const ut=Math.PI,Xt=2*ut,PP=Xt+ut,Wl=Number.POSITIVE_INFINITY,TP=ut/180,Yt=ut/2,Jr=ut/4,ry=ut*2/3,ab=Math.log10,Ps=Math.sign;function Do(e,t,n){return Math.abs(e-t)<n}function iy(e){const t=Math.round(e);e=Do(e,t,e/1e3)?t:e;const n=Math.pow(10,Math.floor(ab(e))),r=e/n;return(r<=1?1:r<=2?2:r<=5?5:10)*n}function MP(e){const t=[],n=Math.sqrt(e);let r;for(r=1;r<n;r++)e%r===0&&(t.push(r),t.push(e/r));return n===(n|0)&&t.push(n),t.sort((i,s)=>i-s).pop(),t}function $P(e){return typeof e=="symbol"||typeof e=="object"&&e!==null&&!(Symbol.toPrimitive in e||"toString"in e||"valueOf"in e)}function ta(e){return!$P(e)&&!isNaN(parseFloat(e))&&isFinite(e)}function jP(e,t){const n=Math.round(e);return n-t<=e&&n+t>=e}function DP(e,t,n){let r,i,s;for(r=0,i=e.length;r<i;r++)s=e[r][n],isNaN(s)||(t.min=Math.min(t.min,s),t.max=Math.max(t.max,s))}function jr(e){return e*(ut/180)}function Cf(e){return e*(180/ut)}function sy(e){if(!yt(e))return;let t=1,n=0;for(;Math.round(e*t)/t!==e;)t*=10,n++;return n}function LP(e,t){const n=t.x-e.x,r=t.y-e.y,i=Math.sqrt(n*n+r*r);let s=Math.atan2(r,n);return s<-.5*ut&&(s+=Xt),{angle:s,distance:i}}function Cd(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))}function IP(e,t){return(e-t+PP)%Xt-ut}function Wt(e){return(e%Xt+Xt)%Xt}function lb(e,t,n,r){const i=Wt(e),s=Wt(t),o=Wt(n),a=Wt(s-i),l=Wt(o-i),c=Wt(i-s),u=Wt(i-o);return i===s||i===o||r&&s===o||a>l&&c<u}function cn(e,t,n){return Math.max(t,Math.min(n,e))}function RP(e){return cn(e,-32768,32767)}function Gi(e,t,n,r=1e-6){return e>=Math.min(t,n)-r&&e<=Math.max(t,n)+r}function _f(e,t,n){n=n||(o=>e[o]<t);let r=e.length-1,i=0,s;for(;r-i>1;)s=i+r>>1,n(s)?i=s:r=s;return{lo:i,hi:r}}const ci=(e,t,n,r)=>_f(e,n,r?i=>{const s=e[i][t];return s<n||s===n&&e[i+1][t]===n}:i=>e[i][t]<n),FP=(e,t,n)=>_f(e,n,r=>e[r][t]>=n);function NP(e,t,n){let r=0,i=e.length;for(;r<i&&e[r]<t;)r++;for(;i>r&&e[i-1]>n;)i--;return r>0||i<e.length?e.slice(r,i):e}const cb=["push","pop","shift","splice","unshift"];function BP(e,t){if(e._chartjs){e._chartjs.listeners.push(t);return}Object.defineProperty(e,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[t]}}),cb.forEach(n=>{const r="_onData"+Sf(n),i=e[n];Object.defineProperty(e,n,{configurable:!0,enumerable:!1,value(...s){const o=i.apply(this,s);return e._chartjs.listeners.forEach(a=>{typeof a[r]=="function"&&a[r](...s)}),o}})})}function oy(e,t){const n=e._chartjs;if(!n)return;const r=n.listeners,i=r.indexOf(t);i!==-1&&r.splice(i,1),!(r.length>0)&&(cb.forEach(s=>{delete e[s]}),delete e._chartjs)}function qP(e){const t=new Set(e);return t.size===e.length?e:Array.from(t)}const ub=function(){return typeof window=="undefined"?function(e){return e()}:window.requestAnimationFrame}();function db(e,t){let n=[],r=!1;return function(...i){n=i,r||(r=!0,ub.call(window,()=>{r=!1,e.apply(t,n)}))}}function zP(e,t){let n;return function(...r){return t?(clearTimeout(n),n=setTimeout(e,t,r)):e.apply(this,r),t}}const kf=e=>e==="start"?"left":e==="end"?"right":"center",wt=(e,t,n)=>e==="start"?t:e==="end"?n:(t+n)/2,HP=(e,t,n,r)=>e===(r?"left":"right")?n:e==="center"?(t+n)/2:t;function KP(e,t,n){const r=t.length;let i=0,s=r;if(e._sorted){const{iScale:o,vScale:a,_parsed:l}=e,c=e.dataset&&e.dataset.options?e.dataset.options.spanGaps:null,u=o.axis,{min:d,max:f,minDefined:h,maxDefined:g}=o.getUserBounds();if(h){if(i=Math.min(ci(l,u,d).lo,n?r:ci(t,u,o.getPixelForValue(d)).lo),c){const m=l.slice(0,i+1).reverse().findIndex(p=>!Qe(p[a.axis]));i-=Math.max(0,m)}i=cn(i,0,r-1)}if(g){let m=Math.max(ci(l,o.axis,f,!0).hi+1,n?0:ci(t,u,o.getPixelForValue(f),!0).hi+1);if(c){const p=l.slice(m-1).findIndex(v=>!Qe(v[a.axis]));m+=Math.max(0,p)}s=cn(m,i,r)-i}else s=r-i}return{start:i,count:s}}function UP(e){const{xScale:t,yScale:n,_scaleRanges:r}=e,i={xmin:t.min,xmax:t.max,ymin:n.min,ymax:n.max};if(!r)return e._scaleRanges=i,!0;const s=r.xmin!==t.min||r.xmax!==t.max||r.ymin!==n.min||r.ymax!==n.max;return Object.assign(r,i),s}const el=e=>e===0||e===1,ay=(e,t,n)=>-(Math.pow(2,10*(e-=1))*Math.sin((e-t)*Xt/n)),ly=(e,t,n)=>Math.pow(2,-10*e)*Math.sin((e-t)*Xt/n)+1,Lo={linear:e=>e,easeInQuad:e=>e*e,easeOutQuad:e=>-e*(e-2),easeInOutQuad:e=>(e/=.5)<1?.5*e*e:-.5*(--e*(e-2)-1),easeInCubic:e=>e*e*e,easeOutCubic:e=>(e-=1)*e*e+1,easeInOutCubic:e=>(e/=.5)<1?.5*e*e*e:.5*((e-=2)*e*e+2),easeInQuart:e=>e*e*e*e,easeOutQuart:e=>-((e-=1)*e*e*e-1),easeInOutQuart:e=>(e/=.5)<1?.5*e*e*e*e:-.5*((e-=2)*e*e*e-2),easeInQuint:e=>e*e*e*e*e,easeOutQuint:e=>(e-=1)*e*e*e*e+1,easeInOutQuint:e=>(e/=.5)<1?.5*e*e*e*e*e:.5*((e-=2)*e*e*e*e+2),easeInSine:e=>-Math.cos(e*Yt)+1,easeOutSine:e=>Math.sin(e*Yt),easeInOutSine:e=>-.5*(Math.cos(ut*e)-1),easeInExpo:e=>e===0?0:Math.pow(2,10*(e-1)),easeOutExpo:e=>e===1?1:-Math.pow(2,-10*e)+1,easeInOutExpo:e=>el(e)?e:e<.5?.5*Math.pow(2,10*(e*2-1)):.5*(-Math.pow(2,-10*(e*2-1))+2),easeInCirc:e=>e>=1?e:-(Math.sqrt(1-e*e)-1),easeOutCirc:e=>Math.sqrt(1-(e-=1)*e),easeInOutCirc:e=>(e/=.5)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1),easeInElastic:e=>el(e)?e:ay(e,.075,.3),easeOutElastic:e=>el(e)?e:ly(e,.075,.3),easeInOutElastic(e){return el(e)?e:e<.5?.5*ay(e*2,.1125,.45):.5+.5*ly(e*2-1,.1125,.45)},easeInBack(e){return e*e*((1.70158+1)*e-1.70158)},easeOutBack(e){return(e-=1)*e*((1.70158+1)*e+1.70158)+1},easeInOutBack(e){let t=1.70158;return(e/=.5)<1?.5*(e*e*(((t*=1.525)+1)*e-t)):.5*((e-=2)*e*(((t*=1.525)+1)*e+t)+2)},easeInBounce:e=>1-Lo.easeOutBounce(1-e),easeOutBounce(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375},easeInOutBounce:e=>e<.5?Lo.easeInBounce(e*2)*.5:Lo.easeOutBounce(e*2-1)*.5+.5};function Of(e){if(e&&typeof e=="object"){const t=e.toString();return t==="[object CanvasPattern]"||t==="[object CanvasGradient]"}return!1}function cy(e){return Of(e)?e:new Jo(e)}function pu(e){return Of(e)?e:new Jo(e).saturate(.5).darken(.1).hexString()}const VP=["x","y","borderWidth","radius","tension"],WP=["color","borderColor","backgroundColor"];function GP(e){e.set("animation",{delay:void 0,duration:1e3,easing:"easeOutQuart",fn:void 0,from:void 0,loop:void 0,to:void 0,type:void 0}),e.describe("animation",{_fallback:!1,_indexable:!1,_scriptable:t=>t!=="onProgress"&&t!=="onComplete"&&t!=="fn"}),e.set("animations",{colors:{type:"color",properties:WP},numbers:{type:"number",properties:VP}}),e.describe("animations",{_fallback:"animation"}),e.set("transitions",{active:{animation:{duration:400}},resize:{animation:{duration:0}},show:{animations:{colors:{from:"transparent"},visible:{type:"boolean",duration:0}}},hide:{animations:{colors:{to:"transparent"},visible:{type:"boolean",easing:"linear",fn:t=>t|0}}}})}function QP(e){e.set("layout",{autoPadding:!0,padding:{top:0,right:0,bottom:0,left:0}})}const uy=new Map;function YP(e,t){t=t||{};const n=e+JSON.stringify(t);let r=uy.get(n);return r||(r=new Intl.NumberFormat(e,t),uy.set(n,r)),r}function fb(e,t,n){return YP(t,n).format(e)}const XP={values(e){return rt(e)?e:""+e},numeric(e,t,n){if(e===0)return"0";const r=this.chart.options.locale;let i,s=e;if(n.length>1){const c=Math.max(Math.abs(n[0].value),Math.abs(n[n.length-1].value));(c<1e-4||c>1e15)&&(i="scientific"),s=JP(e,n)}const o=ab(Math.abs(s)),a=isNaN(o)?1:Math.max(Math.min(-1*Math.floor(o),20),0),l={notation:i,minimumFractionDigits:a,maximumFractionDigits:a};return Object.assign(l,this.options.ticks.format),fb(e,r,l)}};function JP(e,t){let n=t.length>3?t[2].value-t[1].value:t[1].value-t[0].value;return Math.abs(n)>=1&&e!==Math.floor(e)&&(n=e-Math.floor(e)),n}var Ef={formatters:XP};function ZP(e){e.set("scale",{display:!0,offset:!1,reverse:!1,beginAtZero:!1,bounds:"ticks",clip:!0,grace:0,grid:{display:!0,lineWidth:1,drawOnChartArea:!0,drawTicks:!0,tickLength:8,tickWidth:(t,n)=>n.lineWidth,tickColor:(t,n)=>n.color,offset:!1},border:{display:!0,dash:[],dashOffset:0,width:1},title:{display:!1,text:"",padding:{top:4,bottom:4}},ticks:{minRotation:0,maxRotation:50,mirror:!1,textStrokeWidth:0,textStrokeColor:"",padding:3,display:!0,autoSkip:!0,autoSkipPadding:3,labelOffset:0,callback:Ef.formatters.values,minor:{},major:{},align:"center",crossAlign:"near",showLabelBackdrop:!1,backdropColor:"rgba(255, 255, 255, 0.75)",backdropPadding:2}}),e.route("scale.ticks","color","","color"),e.route("scale.grid","color","","borderColor"),e.route("scale.border","color","","borderColor"),e.route("scale.title","color","","color"),e.describe("scale",{_fallback:!1,_scriptable:t=>!t.startsWith("before")&&!t.startsWith("after")&&t!=="callback"&&t!=="parser",_indexable:t=>t!=="borderDash"&&t!=="tickBorderDash"&&t!=="dash"}),e.describe("scales",{_fallback:"scale"}),e.describe("scale.ticks",{_scriptable:t=>t!=="backdropPadding"&&t!=="callback",_indexable:t=>t!=="backdropPadding"})}const Ai=Object.create(null),_d=Object.create(null);function Io(e,t){if(!t)return e;const n=t.split(".");for(let r=0,i=n.length;r<i;++r){const s=n[r];e=e[s]||(e[s]=Object.create(null))}return e}function vu(e,t,n){return typeof t=="string"?Zo(Io(e,t),n):Zo(Io(e,""),t)}class eT{constructor(t,n){this.animation=void 0,this.backgroundColor="rgba(0,0,0,0.1)",this.borderColor="rgba(0,0,0,0.1)",this.color="#666",this.datasets={},this.devicePixelRatio=r=>r.chart.platform.getDevicePixelRatio(),this.elements={},this.events=["mousemove","mouseout","click","touchstart","touchmove"],this.font={family:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",size:12,style:"normal",lineHeight:1.2,weight:null},this.hover={},this.hoverBackgroundColor=(r,i)=>pu(i.backgroundColor),this.hoverBorderColor=(r,i)=>pu(i.borderColor),this.hoverColor=(r,i)=>pu(i.color),this.indexAxis="x",this.interaction={mode:"nearest",intersect:!0,includeInvisible:!1},this.maintainAspectRatio=!0,this.onHover=null,this.onClick=null,this.parsing=!0,this.plugins={},this.responsive=!0,this.scale=void 0,this.scales={},this.showLine=!0,this.drawActiveElementsOnTop=!0,this.describe(t),this.apply(n)}set(t,n){return vu(this,t,n)}get(t){return Io(this,t)}describe(t,n){return vu(_d,t,n)}override(t,n){return vu(Ai,t,n)}route(t,n,r,i){const s=Io(this,t),o=Io(this,r),a="_"+n;Object.defineProperties(s,{[a]:{value:s[n],writable:!0},[n]:{enumerable:!0,get(){const l=this[a],c=o[i];return Fe(l)?Object.assign({},c,l):De(l,c)},set(l){this[a]=l}}})}apply(t){t.forEach(n=>n(this))}}var at=new eT({_scriptable:e=>!e.startsWith("on"),_indexable:e=>e!=="events",hover:{_fallback:"interaction"},interaction:{_scriptable:!1,_indexable:!1}},[GP,QP,ZP]);function tT(e){return!e||Qe(e.size)||Qe(e.family)?null:(e.style?e.style+" ":"")+(e.weight?e.weight+" ":"")+e.size+"px "+e.family}function Gl(e,t,n,r,i){let s=t[i];return s||(s=t[i]=e.measureText(i).width,n.push(i)),s>r&&(r=s),r}function nT(e,t,n,r){r=r||{};let i=r.data=r.data||{},s=r.garbageCollect=r.garbageCollect||[];r.font!==t&&(i=r.data={},s=r.garbageCollect=[],r.font=t),e.save(),e.font=t;let o=0;const a=n.length;let l,c,u,d,f;for(l=0;l<a;l++)if(d=n[l],d!=null&&!rt(d))o=Gl(e,i,s,o,d);else if(rt(d))for(c=0,u=d.length;c<u;c++)f=d[c],f!=null&&!rt(f)&&(o=Gl(e,i,s,o,f));e.restore();const h=s.length/2;if(h>n.length){for(l=0;l<h;l++)delete i[s[l]];s.splice(0,h)}return o}function Zr(e,t,n){const r=e.currentDevicePixelRatio,i=n!==0?Math.max(n/2,.5):0;return Math.round((t-i)*r)/r+i}function dy(e,t){!t&&!e||(t=t||e.getContext("2d"),t.save(),t.resetTransform(),t.clearRect(0,0,e.width,e.height),t.restore())}function kd(e,t,n,r){hb(e,t,n,r,null)}function hb(e,t,n,r,i){let s,o,a,l,c,u,d,f;const h=t.pointStyle,g=t.rotation,m=t.radius;let p=(g||0)*TP;if(h&&typeof h=="object"&&(s=h.toString(),s==="[object HTMLImageElement]"||s==="[object HTMLCanvasElement]")){e.save(),e.translate(n,r),e.rotate(p),e.drawImage(h,-h.width/2,-h.height/2,h.width,h.height),e.restore();return}if(!(isNaN(m)||m<=0)){switch(e.beginPath(),h){default:i?e.ellipse(n,r,i/2,m,0,0,Xt):e.arc(n,r,m,0,Xt),e.closePath();break;case"triangle":u=i?i/2:m,e.moveTo(n+Math.sin(p)*u,r-Math.cos(p)*m),p+=ry,e.lineTo(n+Math.sin(p)*u,r-Math.cos(p)*m),p+=ry,e.lineTo(n+Math.sin(p)*u,r-Math.cos(p)*m),e.closePath();break;case"rectRounded":c=m*.516,l=m-c,o=Math.cos(p+Jr)*l,d=Math.cos(p+Jr)*(i?i/2-c:l),a=Math.sin(p+Jr)*l,f=Math.sin(p+Jr)*(i?i/2-c:l),e.arc(n-d,r-a,c,p-ut,p-Yt),e.arc(n+f,r-o,c,p-Yt,p),e.arc(n+d,r+a,c,p,p+Yt),e.arc(n-f,r+o,c,p+Yt,p+ut),e.closePath();break;case"rect":if(!g){l=Math.SQRT1_2*m,u=i?i/2:l,e.rect(n-u,r-l,2*u,2*l);break}p+=Jr;case"rectRot":d=Math.cos(p)*(i?i/2:m),o=Math.cos(p)*m,a=Math.sin(p)*m,f=Math.sin(p)*(i?i/2:m),e.moveTo(n-d,r-a),e.lineTo(n+f,r-o),e.lineTo(n+d,r+a),e.lineTo(n-f,r+o),e.closePath();break;case"crossRot":p+=Jr;case"cross":d=Math.cos(p)*(i?i/2:m),o=Math.cos(p)*m,a=Math.sin(p)*m,f=Math.sin(p)*(i?i/2:m),e.moveTo(n-d,r-a),e.lineTo(n+d,r+a),e.moveTo(n+f,r-o),e.lineTo(n-f,r+o);break;case"star":d=Math.cos(p)*(i?i/2:m),o=Math.cos(p)*m,a=Math.sin(p)*m,f=Math.sin(p)*(i?i/2:m),e.moveTo(n-d,r-a),e.lineTo(n+d,r+a),e.moveTo(n+f,r-o),e.lineTo(n-f,r+o),p+=Jr,d=Math.cos(p)*(i?i/2:m),o=Math.cos(p)*m,a=Math.sin(p)*m,f=Math.sin(p)*(i?i/2:m),e.moveTo(n-d,r-a),e.lineTo(n+d,r+a),e.moveTo(n+f,r-o),e.lineTo(n-f,r+o);break;case"line":o=i?i/2:Math.cos(p)*m,a=Math.sin(p)*m,e.moveTo(n-o,r-a),e.lineTo(n+o,r+a);break;case"dash":e.moveTo(n,r),e.lineTo(n+Math.cos(p)*(i?i/2:m),r+Math.sin(p)*m);break;case!1:e.closePath();break}e.fill(),t.borderWidth>0&&e.stroke()}}function rr(e,t,n){return n=n||.5,!t||e&&e.x>t.left-n&&e.x<t.right+n&&e.y>t.top-n&&e.y<t.bottom+n}function Ac(e,t){e.save(),e.beginPath(),e.rect(t.left,t.top,t.right-t.left,t.bottom-t.top),e.clip()}function Pc(e){e.restore()}function rT(e,t,n,r,i){if(!t)return e.lineTo(n.x,n.y);if(i==="middle"){const s=(t.x+n.x)/2;e.lineTo(s,t.y),e.lineTo(s,n.y)}else i==="after"!=!!r?e.lineTo(t.x,n.y):e.lineTo(n.x,t.y);e.lineTo(n.x,n.y)}function iT(e,t,n,r){if(!t)return e.lineTo(n.x,n.y);e.bezierCurveTo(r?t.cp1x:t.cp2x,r?t.cp1y:t.cp2y,r?n.cp2x:n.cp1x,r?n.cp2y:n.cp1y,n.x,n.y)}function sT(e,t){t.translation&&e.translate(t.translation[0],t.translation[1]),Qe(t.rotation)||e.rotate(t.rotation),t.color&&(e.fillStyle=t.color),t.textAlign&&(e.textAlign=t.textAlign),t.textBaseline&&(e.textBaseline=t.textBaseline)}function oT(e,t,n,r,i){if(i.strikethrough||i.underline){const s=e.measureText(r),o=t-s.actualBoundingBoxLeft,a=t+s.actualBoundingBoxRight,l=n-s.actualBoundingBoxAscent,c=n+s.actualBoundingBoxDescent,u=i.strikethrough?(l+c)/2:c;e.strokeStyle=e.fillStyle,e.beginPath(),e.lineWidth=i.decorationWidth||2,e.moveTo(o,u),e.lineTo(a,u),e.stroke()}}function aT(e,t){const n=e.fillStyle;e.fillStyle=t.color,e.fillRect(t.left,t.top,t.width,t.height),e.fillStyle=n}function Pi(e,t,n,r,i,s={}){const o=rt(t)?t:[t],a=s.strokeWidth>0&&s.strokeColor!=="";let l,c;for(e.save(),e.font=i.string,sT(e,s),l=0;l<o.length;++l)c=o[l],s.backdrop&&aT(e,s.backdrop),a&&(s.strokeColor&&(e.strokeStyle=s.strokeColor),Qe(s.strokeWidth)||(e.lineWidth=s.strokeWidth),e.strokeText(c,n,r,s.maxWidth)),e.fillText(c,n,r,s.maxWidth),oT(e,n,r,c,s),r+=Number(i.lineHeight);e.restore()}function Ql(e,t){const{x:n,y:r,w:i,h:s,radius:o}=t;e.arc(n+o.topLeft,r+o.topLeft,o.topLeft,1.5*ut,ut,!0),e.lineTo(n,r+s-o.bottomLeft),e.arc(n+o.bottomLeft,r+s-o.bottomLeft,o.bottomLeft,ut,Yt,!0),e.lineTo(n+i-o.bottomRight,r+s),e.arc(n+i-o.bottomRight,r+s-o.bottomRight,o.bottomRight,Yt,0,!0),e.lineTo(n+i,r+o.topRight),e.arc(n+i-o.topRight,r+o.topRight,o.topRight,0,-Yt,!0),e.lineTo(n+o.topLeft,r)}const lT=/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/,cT=/^(normal|italic|initial|inherit|unset|(oblique( -?[0-9]?[0-9]deg)?))$/;function uT(e,t){const n=(""+e).match(lT);if(!n||n[1]==="normal")return t*1.2;switch(e=+n[2],n[3]){case"px":return e;case"%":e/=100;break}return t*e}const dT=e=>+e||0;function gb(e,t){const n={},r=Fe(t),i=r?Object.keys(t):t,s=Fe(e)?r?o=>De(e[o],e[t[o]]):o=>e[o]:()=>e;for(const o of i)n[o]=dT(s(o));return n}function fT(e){return gb(e,{top:"y",right:"x",bottom:"y",left:"x"})}function Qi(e){return gb(e,["topLeft","topRight","bottomLeft","bottomRight"])}function Ot(e){const t=fT(e);return t.width=t.left+t.right,t.height=t.top+t.bottom,t}function ft(e,t){e=e||{},t=t||at.font;let n=De(e.size,t.size);typeof n=="string"&&(n=parseInt(n,10));let r=De(e.style,t.style);r&&!(""+r).match(cT)&&(console.warn('Invalid font style specified: "'+r+'"'),r=void 0);const i={family:De(e.family,t.family),lineHeight:uT(De(e.lineHeight,t.lineHeight),n),size:n,style:r,weight:De(e.weight,t.weight),string:""};return i.string=tT(i),i}function tl(e,t,n,r){let i,s,o;for(i=0,s=e.length;i<s;++i)if(o=e[i],o!==void 0&&o!==void 0)return o}function hT(e,t,n){const{min:r,max:i}=e,s=CP(t,(i-r)/2),o=(a,l)=>n&&a===0?0:a+l;return{min:o(r,-Math.abs(s)),max:o(i,s)}}function Gr(e,t){return Object.assign(Object.create(e),t)}function Af(e,t=[""],n,r,i=()=>e[0]){const s=n||e;typeof r=="undefined"&&(r=vb("_fallback",e));const o={[Symbol.toStringTag]:"Object",_cacheable:!0,_scopes:e,_rootScopes:s,_fallback:r,_getTarget:i,override:a=>Af([a,...e],t,s,r)};return new Proxy(o,{deleteProperty(a,l){return delete a[l],delete a._keys,delete e[0][l],!0},get(a,l){return mb(a,l,()=>wT(l,t,e,a))},getOwnPropertyDescriptor(a,l){return Reflect.getOwnPropertyDescriptor(a._scopes[0],l)},getPrototypeOf(){return Reflect.getPrototypeOf(e[0])},has(a,l){return hy(a).includes(l)},ownKeys(a){return hy(a)},set(a,l,c){const u=a._storage||(a._storage=i());return a[l]=u[l]=c,delete a._keys,!0}})}function Ts(e,t,n,r){const i={_cacheable:!1,_proxy:e,_context:t,_subProxy:n,_stack:new Set,_descriptors:yb(e,r),setContext:s=>Ts(e,s,n,r),override:s=>Ts(e.override(s),t,n,r)};return new Proxy(i,{deleteProperty(s,o){return delete s[o],delete e[o],!0},get(s,o,a){return mb(s,o,()=>yT(s,o,a))},getOwnPropertyDescriptor(s,o){return s._descriptors.allKeys?Reflect.has(e,o)?{enumerable:!0,configurable:!0}:void 0:Reflect.getOwnPropertyDescriptor(e,o)},getPrototypeOf(){return Reflect.getPrototypeOf(e)},has(s,o){return Reflect.has(e,o)},ownKeys(){return Reflect.ownKeys(e)},set(s,o,a){return e[o]=a,delete s[o],!0}})}function yb(e,t={scriptable:!0,indexable:!0}){const{_scriptable:n=t.scriptable,_indexable:r=t.indexable,_allKeys:i=t.allKeys}=e;return{allKeys:i,scriptable:n,indexable:r,isScriptable:qr(n)?n:()=>n,isIndexable:qr(r)?r:()=>r}}const gT=(e,t)=>e?e+Sf(t):t,Pf=(e,t)=>Fe(t)&&e!=="adapters"&&(Object.getPrototypeOf(t)===null||t.constructor===Object);function mb(e,t,n){if(Object.prototype.hasOwnProperty.call(e,t)||t==="constructor")return e[t];const r=n();return e[t]=r,r}function yT(e,t,n){const{_proxy:r,_context:i,_subProxy:s,_descriptors:o}=e;let a=r[t];return qr(a)&&o.isScriptable(t)&&(a=mT(t,a,e,n)),rt(a)&&a.length&&(a=pT(t,a,e,o.isIndexable)),Pf(t,a)&&(a=Ts(a,i,s&&s[t],o)),a}function mT(e,t,n,r){const{_proxy:i,_context:s,_subProxy:o,_stack:a}=n;if(a.has(e))throw new Error("Recursion detected: "+Array.from(a).join("->")+"->"+e);a.add(e);let l=t(s,o||r);return a.delete(e),Pf(e,l)&&(l=Tf(i._scopes,i,e,l)),l}function pT(e,t,n,r){const{_proxy:i,_context:s,_subProxy:o,_descriptors:a}=n;if(typeof s.index!="undefined"&&r(e))return t[s.index%t.length];if(Fe(t[0])){const l=t,c=i._scopes.filter(u=>u!==l);t=[];for(const u of l){const d=Tf(c,i,e,u);t.push(Ts(d,s,o&&o[e],a))}}return t}function pb(e,t,n){return qr(e)?e(t,n):e}const vT=(e,t)=>e===!0?t:typeof e=="string"?ea(t,e):void 0;function bT(e,t,n,r,i){for(const s of t){const o=vT(n,s);if(o){e.add(o);const a=pb(o._fallback,n,i);if(typeof a!="undefined"&&a!==n&&a!==r)return a}else if(o===!1&&typeof r!="undefined"&&n!==r)return null}return!1}function Tf(e,t,n,r){const i=t._rootScopes,s=pb(t._fallback,n,r),o=[...e,...i],a=new Set;a.add(r);let l=fy(a,o,n,s||n,r);return l===null||typeof s!="undefined"&&s!==n&&(l=fy(a,o,s,l,r),l===null)?!1:Af(Array.from(a),[""],i,s,()=>xT(t,n,r))}function fy(e,t,n,r,i){for(;n;)n=bT(e,t,n,r,i);return n}function xT(e,t,n){const r=e._getTarget();t in r||(r[t]={});const i=r[t];return rt(i)&&Fe(n)?n:i||{}}function wT(e,t,n,r){let i;for(const s of t)if(i=vb(gT(s,e),n),typeof i!="undefined")return Pf(e,i)?Tf(n,r,e,i):i}function vb(e,t){for(const n of t){if(!n)continue;const r=n[e];if(typeof r!="undefined")return r}}function hy(e){let t=e._keys;return t||(t=e._keys=ST(e._scopes)),t}function ST(e){const t=new Set;for(const n of e)for(const r of Object.keys(n).filter(i=>!i.startsWith("_")))t.add(r);return Array.from(t)}function CT(e,t,n,r){const{iScale:i}=e,{key:s="r"}=this._parsing,o=new Array(r);let a,l,c,u;for(a=0,l=r;a<l;++a)c=a+n,u=t[c],o[a]={r:i.parse(ea(u,s),c)};return o}const _T=Number.EPSILON||1e-14,Ms=(e,t)=>t<e.length&&!e[t].skip&&e[t],bb=e=>e==="x"?"y":"x";function kT(e,t,n,r){const i=e.skip?t:e,s=t,o=n.skip?t:n,a=Cd(s,i),l=Cd(o,s);let c=a/(a+l),u=l/(a+l);c=isNaN(c)?0:c,u=isNaN(u)?0:u;const d=r*c,f=r*u;return{previous:{x:s.x-d*(o.x-i.x),y:s.y-d*(o.y-i.y)},next:{x:s.x+f*(o.x-i.x),y:s.y+f*(o.y-i.y)}}}function OT(e,t,n){const r=e.length;let i,s,o,a,l,c=Ms(e,0);for(let u=0;u<r-1;++u)if(l=c,c=Ms(e,u+1),!(!l||!c)){if(Do(t[u],0,_T)){n[u]=n[u+1]=0;continue}i=n[u]/t[u],s=n[u+1]/t[u],a=Math.pow(i,2)+Math.pow(s,2),!(a<=9)&&(o=3/Math.sqrt(a),n[u]=i*o*t[u],n[u+1]=s*o*t[u])}}function ET(e,t,n="x"){const r=bb(n),i=e.length;let s,o,a,l=Ms(e,0);for(let c=0;c<i;++c){if(o=a,a=l,l=Ms(e,c+1),!a)continue;const u=a[n],d=a[r];o&&(s=(u-o[n])/3,a[`cp1${n}`]=u-s,a[`cp1${r}`]=d-s*t[c]),l&&(s=(l[n]-u)/3,a[`cp2${n}`]=u+s,a[`cp2${r}`]=d+s*t[c])}}function AT(e,t="x"){const n=bb(t),r=e.length,i=Array(r).fill(0),s=Array(r);let o,a,l,c=Ms(e,0);for(o=0;o<r;++o)if(a=l,l=c,c=Ms(e,o+1),!!l){if(c){const u=c[t]-l[t];i[o]=u!==0?(c[n]-l[n])/u:0}s[o]=a?c?Ps(i[o-1])!==Ps(i[o])?0:(i[o-1]+i[o])/2:i[o-1]:i[o]}OT(e,i,s),ET(e,s,t)}function nl(e,t,n){return Math.max(Math.min(e,n),t)}function PT(e,t){let n,r,i,s,o,a=rr(e[0],t);for(n=0,r=e.length;n<r;++n)o=s,s=a,a=n<r-1&&rr(e[n+1],t),s&&(i=e[n],o&&(i.cp1x=nl(i.cp1x,t.left,t.right),i.cp1y=nl(i.cp1y,t.top,t.bottom)),a&&(i.cp2x=nl(i.cp2x,t.left,t.right),i.cp2y=nl(i.cp2y,t.top,t.bottom)))}function TT(e,t,n,r,i){let s,o,a,l;if(t.spanGaps&&(e=e.filter(c=>!c.skip)),t.cubicInterpolationMode==="monotone")AT(e,i);else{let c=r?e[e.length-1]:e[0];for(s=0,o=e.length;s<o;++s)a=e[s],l=kT(c,a,e[Math.min(s+1,o-(r?0:1))%o],t.tension),a.cp1x=l.previous.x,a.cp1y=l.previous.y,a.cp2x=l.next.x,a.cp2y=l.next.y,c=a}t.capBezierPoints&&PT(e,n)}function Mf(){return typeof window!="undefined"&&typeof document!="undefined"}function $f(e){let t=e.parentNode;return t&&t.toString()==="[object ShadowRoot]"&&(t=t.host),t}function Yl(e,t,n){let r;return typeof e=="string"?(r=parseInt(e,10),e.indexOf("%")!==-1&&(r=r/100*t.parentNode[n])):r=e,r}const Tc=e=>e.ownerDocument.defaultView.getComputedStyle(e,null);function MT(e,t){return Tc(e).getPropertyValue(t)}const $T=["top","right","bottom","left"];function Ci(e,t,n){const r={};n=n?"-"+n:"";for(let i=0;i<4;i++){const s=$T[i];r[s]=parseFloat(e[t+"-"+s+n])||0}return r.width=r.left+r.right,r.height=r.top+r.bottom,r}const jT=(e,t,n)=>(e>0||t>0)&&(!n||!n.shadowRoot);function DT(e,t){const n=e.touches,r=n&&n.length?n[0]:e,{offsetX:i,offsetY:s}=r;let o=!1,a,l;if(jT(i,s,e.target))a=i,l=s;else{const c=t.getBoundingClientRect();a=r.clientX-c.left,l=r.clientY-c.top,o=!0}return{x:a,y:l,box:o}}function ii(e,t){if("native"in e)return e;const{canvas:n,currentDevicePixelRatio:r}=t,i=Tc(n),s=i.boxSizing==="border-box",o=Ci(i,"padding"),a=Ci(i,"border","width"),{x:l,y:c,box:u}=DT(e,n),d=o.left+(u&&a.left),f=o.top+(u&&a.top);let{width:h,height:g}=t;return s&&(h-=o.width+a.width,g-=o.height+a.height),{x:Math.round((l-d)/h*n.width/r),y:Math.round((c-f)/g*n.height/r)}}function LT(e,t,n){let r,i;if(t===void 0||n===void 0){const s=e&&$f(e);if(!s)t=e.clientWidth,n=e.clientHeight;else{const o=s.getBoundingClientRect(),a=Tc(s),l=Ci(a,"border","width"),c=Ci(a,"padding");t=o.width-c.width-l.width,n=o.height-c.height-l.height,r=Yl(a.maxWidth,s,"clientWidth"),i=Yl(a.maxHeight,s,"clientHeight")}}return{width:t,height:n,maxWidth:r||Wl,maxHeight:i||Wl}}const rl=e=>Math.round(e*10)/10;function IT(e,t,n,r){const i=Tc(e),s=Ci(i,"margin"),o=Yl(i.maxWidth,e,"clientWidth")||Wl,a=Yl(i.maxHeight,e,"clientHeight")||Wl,l=LT(e,t,n);let{width:c,height:u}=l;if(i.boxSizing==="content-box"){const f=Ci(i,"border","width"),h=Ci(i,"padding");c-=h.width+f.width,u-=h.height+f.height}return c=Math.max(0,c-s.width),u=Math.max(0,r?c/r:u-s.height),c=rl(Math.min(c,o,l.maxWidth)),u=rl(Math.min(u,a,l.maxHeight)),c&&!u&&(u=rl(c/2)),(t!==void 0||n!==void 0)&&r&&l.height&&u>l.height&&(u=l.height,c=rl(Math.floor(u*r))),{width:c,height:u}}function gy(e,t,n){const r=t||1,i=Math.floor(e.height*r),s=Math.floor(e.width*r);e.height=Math.floor(e.height),e.width=Math.floor(e.width);const o=e.canvas;return o.style&&(n||!o.style.height&&!o.style.width)&&(o.style.height=`${e.height}px`,o.style.width=`${e.width}px`),e.currentDevicePixelRatio!==r||o.height!==i||o.width!==s?(e.currentDevicePixelRatio=r,o.height=i,o.width=s,e.ctx.setTransform(r,0,0,r,0,0),!0):!1}const RT=function(){let e=!1;try{const t={get passive(){return e=!0,!1}};Mf()&&(window.addEventListener("test",null,t),window.removeEventListener("test",null,t))}catch(t){}return e}();function yy(e,t){const n=MT(e,t),r=n&&n.match(/^(\d+)(\.\d+)?px$/);return r?+r[1]:void 0}function si(e,t,n,r){return{x:e.x+n*(t.x-e.x),y:e.y+n*(t.y-e.y)}}function FT(e,t,n,r){return{x:e.x+n*(t.x-e.x),y:r==="middle"?n<.5?e.y:t.y:r==="after"?n<1?e.y:t.y:n>0?t.y:e.y}}function NT(e,t,n,r){const i={x:e.cp2x,y:e.cp2y},s={x:t.cp1x,y:t.cp1y},o=si(e,i,n),a=si(i,s,n),l=si(s,t,n),c=si(o,a,n),u=si(a,l,n);return si(c,u,n)}const BT=function(e,t){return{x(n){return e+e+t-n},setWidth(n){t=n},textAlign(n){return n==="center"?n:n==="right"?"left":"right"},xPlus(n,r){return n-r},leftForLtr(n,r){return n-r}}},qT=function(){return{x(e){return e},setWidth(e){},textAlign(e){return e},xPlus(e,t){return e+t},leftForLtr(e,t){return e}}};function Yi(e,t,n){return e?BT(t,n):qT()}function xb(e,t){let n,r;(t==="ltr"||t==="rtl")&&(n=e.canvas.style,r=[n.getPropertyValue("direction"),n.getPropertyPriority("direction")],n.setProperty("direction",t,"important"),e.prevTextDirection=r)}function wb(e,t){t!==void 0&&(delete e.prevTextDirection,e.canvas.style.setProperty("direction",t[0],t[1]))}function Sb(e){return e==="angle"?{between:lb,compare:IP,normalize:Wt}:{between:Gi,compare:(t,n)=>t-n,normalize:t=>t}}function my({start:e,end:t,count:n,loop:r,style:i}){return{start:e%n,end:t%n,loop:r&&(t-e+1)%n===0,style:i}}function zT(e,t,n){const{property:r,start:i,end:s}=n,{between:o,normalize:a}=Sb(r),l=t.length;let{start:c,end:u,loop:d}=e,f,h;if(d){for(c+=l,u+=l,f=0,h=l;f<h&&o(a(t[c%l][r]),i,s);++f)c--,u--;c%=l,u%=l}return u<c&&(u+=l),{start:c,end:u,loop:d,style:e.style}}function Cb(e,t,n){if(!n)return[e];const{property:r,start:i,end:s}=n,o=t.length,{compare:a,between:l,normalize:c}=Sb(r),{start:u,end:d,loop:f,style:h}=zT(e,t,n),g=[];let m=!1,p=null,v,b,x;const S=()=>l(i,x,v)&&a(i,x)!==0,w=()=>a(s,v)===0||l(s,x,v),_=()=>m||S(),C=()=>!m||w();for(let k=u,O=u;k<=d;++k)b=t[k%o],!b.skip&&(v=c(b[r]),v!==x&&(m=l(v,i,s),p===null&&_()&&(p=a(v,i)===0?k:O),p!==null&&C()&&(g.push(my({start:p,end:k,loop:f,count:o,style:h})),p=null),O=k,x=v));return p!==null&&g.push(my({start:p,end:d,loop:f,count:o,style:h})),g}function _b(e,t){const n=[],r=e.segments;for(let i=0;i<r.length;i++){const s=Cb(r[i],e.points,t);s.length&&n.push(...s)}return n}function HT(e,t,n,r){let i=0,s=t-1;if(n&&!r)for(;i<t&&!e[i].skip;)i++;for(;i<t&&e[i].skip;)i++;for(i%=t,n&&(s+=i);s>i&&e[s%t].skip;)s--;return s%=t,{start:i,end:s}}function KT(e,t,n,r){const i=e.length,s=[];let o=t,a=e[t],l;for(l=t+1;l<=n;++l){const c=e[l%i];c.skip||c.stop?a.skip||(r=!1,s.push({start:t%i,end:(l-1)%i,loop:r}),t=o=c.stop?l:null):(o=l,a.skip&&(t=l)),a=c}return o!==null&&s.push({start:t%i,end:o%i,loop:r}),s}function UT(e,t){const n=e.points,r=e.options.spanGaps,i=n.length;if(!i)return[];const s=!!e._loop,{start:o,end:a}=HT(n,i,s,r);if(r===!0)return py(e,[{start:o,end:a,loop:s}],n,t);const l=a<o?a+i:a,c=!!e._fullLoop&&o===0&&a===i-1;return py(e,KT(n,o,l,c),n,t)}function py(e,t,n,r){return!r||!r.setContext||!n?t:VT(e,t,n,r)}function VT(e,t,n,r){const i=e._chart.getContext(),s=vy(e.options),{_datasetIndex:o,options:{spanGaps:a}}=e,l=n.length,c=[];let u=s,d=t[0].start,f=d;function h(g,m,p,v){const b=a?-1:1;if(g!==m){for(g+=l;n[g%l].skip;)g-=b;for(;n[m%l].skip;)m+=b;g%l!==m%l&&(c.push({start:g%l,end:m%l,loop:p,style:v}),u=v,d=m%l)}}for(const g of t){d=a?d:g.start;let m=n[d%l],p;for(f=d+1;f<=g.end;f++){const v=n[f%l];p=vy(r.setContext(Gr(i,{type:"segment",p0:m,p1:v,p0DataIndex:(f-1)%l,p1DataIndex:f%l,datasetIndex:o}))),WT(p,u)&&h(d,f-1,g.loop,u),m=v,u=p}d<f-1&&h(d,f-1,g.loop,u)}return c}function vy(e){return{backgroundColor:e.backgroundColor,borderCapStyle:e.borderCapStyle,borderDash:e.borderDash,borderDashOffset:e.borderDashOffset,borderJoinStyle:e.borderJoinStyle,borderWidth:e.borderWidth,borderColor:e.borderColor}}function WT(e,t){if(!t)return!1;const n=[],r=function(i,s){return Of(s)?(n.includes(s)||n.push(s),n.indexOf(s)):s};return JSON.stringify(e,r)!==JSON.stringify(t,r)}function il(e,t,n){return e.options.clip?e[n]:t[n]}function GT(e,t){const{xScale:n,yScale:r}=e;return n&&r?{left:il(n,t,"left"),right:il(n,t,"right"),top:il(r,t,"top"),bottom:il(r,t,"bottom")}:t}function kb(e,t){const n=t._clip;if(n.disabled)return!1;const r=GT(t,e.chartArea);return{left:n.left===!1?0:r.left-(n.left===!0?0:n.left),right:n.right===!1?e.width:r.right+(n.right===!0?0:n.right),top:n.top===!1?0:r.top-(n.top===!0?0:n.top),bottom:n.bottom===!1?e.height:r.bottom+(n.bottom===!0?0:n.bottom)}}/*!
|
|
61
|
+
*/function Vn(){}const AP=(()=>{let e=0;return()=>e++})();function Qe(e){return e==null}function rt(e){if(Array.isArray&&Array.isArray(e))return!0;const t=Object.prototype.toString.call(e);return t.slice(0,7)==="[object"&&t.slice(-6)==="Array]"}function Fe(e){return e!==null&&Object.prototype.toString.call(e)==="[object Object]"}function yt(e){return(typeof e=="number"||e instanceof Number)&&isFinite(+e)}function Pn(e,t){return yt(e)?e:t}function De(e,t){return typeof e=="undefined"?t:e}const PP=(e,t)=>typeof e=="string"&&e.endsWith("%")?parseFloat(e)/100*t:+e;function Je(e,t,n){if(e&&typeof e.call=="function")return e.apply(n,t)}function Ge(e,t,n,r){let i,s,o;if(rt(e))for(s=e.length,i=0;i<s;i++)t.call(n,e[i],i);else if(Fe(e))for(o=Object.keys(e),s=o.length,i=0;i<s;i++)t.call(n,e[o[i]],o[i])}function Ul(e,t){let n,r,i,s;if(!e||!t||e.length!==t.length)return!1;for(n=0,r=e.length;n<r;++n)if(i=e[n],s=t[n],i.datasetIndex!==s.datasetIndex||i.index!==s.index)return!1;return!0}function Kl(e){if(rt(e))return e.map(Kl);if(Fe(e)){const t=Object.create(null),n=Object.keys(e),r=n.length;let i=0;for(;i<r;++i)t[n[i]]=Kl(e[n[i]]);return t}return e}function ob(e){return["__proto__","prototype","constructor"].indexOf(e)===-1}function TP(e,t,n,r){if(!ob(e))return;const i=t[e],s=n[e];Fe(i)&&Fe(s)?Zo(i,s,r):t[e]=Kl(s)}function Zo(e,t,n){const r=rt(t)?t:[t],i=r.length;if(!Fe(e))return e;n=n||{};const s=n.merger||TP;let o;for(let a=0;a<i;++a){if(o=r[a],!Fe(o))continue;const l=Object.keys(o);for(let c=0,u=l.length;c<u;++c)s(l[c],e,o,n)}return e}function jo(e,t){return Zo(e,t,{merger:MP})}function MP(e,t,n){if(!ob(e))return;const r=t[e],i=n[e];Fe(r)&&Fe(i)?jo(r,i):Object.prototype.hasOwnProperty.call(t,e)||(t[e]=Kl(i))}const ny={"":e=>e,x:e=>e.x,y:e=>e.y};function $P(e){const t=e.split("."),n=[];let r="";for(const i of t)r+=i,r.endsWith("\\")?r=r.slice(0,-1)+".":(n.push(r),r="");return n}function jP(e){const t=$P(e);return n=>{for(const r of t){if(r==="")break;n=n&&n[r]}return n}}function ea(e,t){return(ny[t]||(ny[t]=jP(t)))(e)}function Sf(e){return e.charAt(0).toUpperCase()+e.slice(1)}const Vl=e=>typeof e!="undefined",qr=e=>typeof e=="function",ry=(e,t)=>{if(e.size!==t.size)return!1;for(const n of e)if(!t.has(n))return!1;return!0};function DP(e){return e.type==="mouseup"||e.type==="click"||e.type==="contextmenu"}const ut=Math.PI,Xt=2*ut,LP=Xt+ut,Wl=Number.POSITIVE_INFINITY,IP=ut/180,Yt=ut/2,Jr=ut/4,iy=ut*2/3,ab=Math.log10,Ps=Math.sign;function Do(e,t,n){return Math.abs(e-t)<n}function sy(e){const t=Math.round(e);e=Do(e,t,e/1e3)?t:e;const n=Math.pow(10,Math.floor(ab(e))),r=e/n;return(r<=1?1:r<=2?2:r<=5?5:10)*n}function RP(e){const t=[],n=Math.sqrt(e);let r;for(r=1;r<n;r++)e%r===0&&(t.push(r),t.push(e/r));return n===(n|0)&&t.push(n),t.sort((i,s)=>i-s).pop(),t}function FP(e){return typeof e=="symbol"||typeof e=="object"&&e!==null&&!(Symbol.toPrimitive in e||"toString"in e||"valueOf"in e)}function ta(e){return!FP(e)&&!isNaN(parseFloat(e))&&isFinite(e)}function NP(e,t){const n=Math.round(e);return n-t<=e&&n+t>=e}function BP(e,t,n){let r,i,s;for(r=0,i=e.length;r<i;r++)s=e[r][n],isNaN(s)||(t.min=Math.min(t.min,s),t.max=Math.max(t.max,s))}function jr(e){return e*(ut/180)}function Cf(e){return e*(180/ut)}function oy(e){if(!yt(e))return;let t=1,n=0;for(;Math.round(e*t)/t!==e;)t*=10,n++;return n}function qP(e,t){const n=t.x-e.x,r=t.y-e.y,i=Math.sqrt(n*n+r*r);let s=Math.atan2(r,n);return s<-.5*ut&&(s+=Xt),{angle:s,distance:i}}function Cd(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))}function zP(e,t){return(e-t+LP)%Xt-ut}function Wt(e){return(e%Xt+Xt)%Xt}function lb(e,t,n,r){const i=Wt(e),s=Wt(t),o=Wt(n),a=Wt(s-i),l=Wt(o-i),c=Wt(i-s),u=Wt(i-o);return i===s||i===o||r&&s===o||a>l&&c<u}function cn(e,t,n){return Math.max(t,Math.min(n,e))}function HP(e){return cn(e,-32768,32767)}function Gi(e,t,n,r=1e-6){return e>=Math.min(t,n)-r&&e<=Math.max(t,n)+r}function _f(e,t,n){n=n||(o=>e[o]<t);let r=e.length-1,i=0,s;for(;r-i>1;)s=i+r>>1,n(s)?i=s:r=s;return{lo:i,hi:r}}const ci=(e,t,n,r)=>_f(e,n,r?i=>{const s=e[i][t];return s<n||s===n&&e[i+1][t]===n}:i=>e[i][t]<n),UP=(e,t,n)=>_f(e,n,r=>e[r][t]>=n);function KP(e,t,n){let r=0,i=e.length;for(;r<i&&e[r]<t;)r++;for(;i>r&&e[i-1]>n;)i--;return r>0||i<e.length?e.slice(r,i):e}const cb=["push","pop","shift","splice","unshift"];function VP(e,t){if(e._chartjs){e._chartjs.listeners.push(t);return}Object.defineProperty(e,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[t]}}),cb.forEach(n=>{const r="_onData"+Sf(n),i=e[n];Object.defineProperty(e,n,{configurable:!0,enumerable:!1,value(...s){const o=i.apply(this,s);return e._chartjs.listeners.forEach(a=>{typeof a[r]=="function"&&a[r](...s)}),o}})})}function ay(e,t){const n=e._chartjs;if(!n)return;const r=n.listeners,i=r.indexOf(t);i!==-1&&r.splice(i,1),!(r.length>0)&&(cb.forEach(s=>{delete e[s]}),delete e._chartjs)}function WP(e){const t=new Set(e);return t.size===e.length?e:Array.from(t)}const ub=function(){return typeof window=="undefined"?function(e){return e()}:window.requestAnimationFrame}();function db(e,t){let n=[],r=!1;return function(...i){n=i,r||(r=!0,ub.call(window,()=>{r=!1,e.apply(t,n)}))}}function GP(e,t){let n;return function(...r){return t?(clearTimeout(n),n=setTimeout(e,t,r)):e.apply(this,r),t}}const kf=e=>e==="start"?"left":e==="end"?"right":"center",wt=(e,t,n)=>e==="start"?t:e==="end"?n:(t+n)/2,QP=(e,t,n,r)=>e===(r?"left":"right")?n:e==="center"?(t+n)/2:t;function YP(e,t,n){const r=t.length;let i=0,s=r;if(e._sorted){const{iScale:o,vScale:a,_parsed:l}=e,c=e.dataset&&e.dataset.options?e.dataset.options.spanGaps:null,u=o.axis,{min:d,max:f,minDefined:h,maxDefined:g}=o.getUserBounds();if(h){if(i=Math.min(ci(l,u,d).lo,n?r:ci(t,u,o.getPixelForValue(d)).lo),c){const m=l.slice(0,i+1).reverse().findIndex(p=>!Qe(p[a.axis]));i-=Math.max(0,m)}i=cn(i,0,r-1)}if(g){let m=Math.max(ci(l,o.axis,f,!0).hi+1,n?0:ci(t,u,o.getPixelForValue(f),!0).hi+1);if(c){const p=l.slice(m-1).findIndex(v=>!Qe(v[a.axis]));m+=Math.max(0,p)}s=cn(m,i,r)-i}else s=r-i}return{start:i,count:s}}function XP(e){const{xScale:t,yScale:n,_scaleRanges:r}=e,i={xmin:t.min,xmax:t.max,ymin:n.min,ymax:n.max};if(!r)return e._scaleRanges=i,!0;const s=r.xmin!==t.min||r.xmax!==t.max||r.ymin!==n.min||r.ymax!==n.max;return Object.assign(r,i),s}const el=e=>e===0||e===1,ly=(e,t,n)=>-(Math.pow(2,10*(e-=1))*Math.sin((e-t)*Xt/n)),cy=(e,t,n)=>Math.pow(2,-10*e)*Math.sin((e-t)*Xt/n)+1,Lo={linear:e=>e,easeInQuad:e=>e*e,easeOutQuad:e=>-e*(e-2),easeInOutQuad:e=>(e/=.5)<1?.5*e*e:-.5*(--e*(e-2)-1),easeInCubic:e=>e*e*e,easeOutCubic:e=>(e-=1)*e*e+1,easeInOutCubic:e=>(e/=.5)<1?.5*e*e*e:.5*((e-=2)*e*e+2),easeInQuart:e=>e*e*e*e,easeOutQuart:e=>-((e-=1)*e*e*e-1),easeInOutQuart:e=>(e/=.5)<1?.5*e*e*e*e:-.5*((e-=2)*e*e*e-2),easeInQuint:e=>e*e*e*e*e,easeOutQuint:e=>(e-=1)*e*e*e*e+1,easeInOutQuint:e=>(e/=.5)<1?.5*e*e*e*e*e:.5*((e-=2)*e*e*e*e+2),easeInSine:e=>-Math.cos(e*Yt)+1,easeOutSine:e=>Math.sin(e*Yt),easeInOutSine:e=>-.5*(Math.cos(ut*e)-1),easeInExpo:e=>e===0?0:Math.pow(2,10*(e-1)),easeOutExpo:e=>e===1?1:-Math.pow(2,-10*e)+1,easeInOutExpo:e=>el(e)?e:e<.5?.5*Math.pow(2,10*(e*2-1)):.5*(-Math.pow(2,-10*(e*2-1))+2),easeInCirc:e=>e>=1?e:-(Math.sqrt(1-e*e)-1),easeOutCirc:e=>Math.sqrt(1-(e-=1)*e),easeInOutCirc:e=>(e/=.5)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1),easeInElastic:e=>el(e)?e:ly(e,.075,.3),easeOutElastic:e=>el(e)?e:cy(e,.075,.3),easeInOutElastic(e){return el(e)?e:e<.5?.5*ly(e*2,.1125,.45):.5+.5*cy(e*2-1,.1125,.45)},easeInBack(e){return e*e*((1.70158+1)*e-1.70158)},easeOutBack(e){return(e-=1)*e*((1.70158+1)*e+1.70158)+1},easeInOutBack(e){let t=1.70158;return(e/=.5)<1?.5*(e*e*(((t*=1.525)+1)*e-t)):.5*((e-=2)*e*(((t*=1.525)+1)*e+t)+2)},easeInBounce:e=>1-Lo.easeOutBounce(1-e),easeOutBounce(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375},easeInOutBounce:e=>e<.5?Lo.easeInBounce(e*2)*.5:Lo.easeOutBounce(e*2-1)*.5+.5};function Of(e){if(e&&typeof e=="object"){const t=e.toString();return t==="[object CanvasPattern]"||t==="[object CanvasGradient]"}return!1}function uy(e){return Of(e)?e:new Jo(e)}function pu(e){return Of(e)?e:new Jo(e).saturate(.5).darken(.1).hexString()}const JP=["x","y","borderWidth","radius","tension"],ZP=["color","borderColor","backgroundColor"];function eT(e){e.set("animation",{delay:void 0,duration:1e3,easing:"easeOutQuart",fn:void 0,from:void 0,loop:void 0,to:void 0,type:void 0}),e.describe("animation",{_fallback:!1,_indexable:!1,_scriptable:t=>t!=="onProgress"&&t!=="onComplete"&&t!=="fn"}),e.set("animations",{colors:{type:"color",properties:ZP},numbers:{type:"number",properties:JP}}),e.describe("animations",{_fallback:"animation"}),e.set("transitions",{active:{animation:{duration:400}},resize:{animation:{duration:0}},show:{animations:{colors:{from:"transparent"},visible:{type:"boolean",duration:0}}},hide:{animations:{colors:{to:"transparent"},visible:{type:"boolean",easing:"linear",fn:t=>t|0}}}})}function tT(e){e.set("layout",{autoPadding:!0,padding:{top:0,right:0,bottom:0,left:0}})}const dy=new Map;function nT(e,t){t=t||{};const n=e+JSON.stringify(t);let r=dy.get(n);return r||(r=new Intl.NumberFormat(e,t),dy.set(n,r)),r}function fb(e,t,n){return nT(t,n).format(e)}const rT={values(e){return rt(e)?e:""+e},numeric(e,t,n){if(e===0)return"0";const r=this.chart.options.locale;let i,s=e;if(n.length>1){const c=Math.max(Math.abs(n[0].value),Math.abs(n[n.length-1].value));(c<1e-4||c>1e15)&&(i="scientific"),s=iT(e,n)}const o=ab(Math.abs(s)),a=isNaN(o)?1:Math.max(Math.min(-1*Math.floor(o),20),0),l={notation:i,minimumFractionDigits:a,maximumFractionDigits:a};return Object.assign(l,this.options.ticks.format),fb(e,r,l)}};function iT(e,t){let n=t.length>3?t[2].value-t[1].value:t[1].value-t[0].value;return Math.abs(n)>=1&&e!==Math.floor(e)&&(n=e-Math.floor(e)),n}var Ef={formatters:rT};function sT(e){e.set("scale",{display:!0,offset:!1,reverse:!1,beginAtZero:!1,bounds:"ticks",clip:!0,grace:0,grid:{display:!0,lineWidth:1,drawOnChartArea:!0,drawTicks:!0,tickLength:8,tickWidth:(t,n)=>n.lineWidth,tickColor:(t,n)=>n.color,offset:!1},border:{display:!0,dash:[],dashOffset:0,width:1},title:{display:!1,text:"",padding:{top:4,bottom:4}},ticks:{minRotation:0,maxRotation:50,mirror:!1,textStrokeWidth:0,textStrokeColor:"",padding:3,display:!0,autoSkip:!0,autoSkipPadding:3,labelOffset:0,callback:Ef.formatters.values,minor:{},major:{},align:"center",crossAlign:"near",showLabelBackdrop:!1,backdropColor:"rgba(255, 255, 255, 0.75)",backdropPadding:2}}),e.route("scale.ticks","color","","color"),e.route("scale.grid","color","","borderColor"),e.route("scale.border","color","","borderColor"),e.route("scale.title","color","","color"),e.describe("scale",{_fallback:!1,_scriptable:t=>!t.startsWith("before")&&!t.startsWith("after")&&t!=="callback"&&t!=="parser",_indexable:t=>t!=="borderDash"&&t!=="tickBorderDash"&&t!=="dash"}),e.describe("scales",{_fallback:"scale"}),e.describe("scale.ticks",{_scriptable:t=>t!=="backdropPadding"&&t!=="callback",_indexable:t=>t!=="backdropPadding"})}const Ai=Object.create(null),_d=Object.create(null);function Io(e,t){if(!t)return e;const n=t.split(".");for(let r=0,i=n.length;r<i;++r){const s=n[r];e=e[s]||(e[s]=Object.create(null))}return e}function vu(e,t,n){return typeof t=="string"?Zo(Io(e,t),n):Zo(Io(e,""),t)}class oT{constructor(t,n){this.animation=void 0,this.backgroundColor="rgba(0,0,0,0.1)",this.borderColor="rgba(0,0,0,0.1)",this.color="#666",this.datasets={},this.devicePixelRatio=r=>r.chart.platform.getDevicePixelRatio(),this.elements={},this.events=["mousemove","mouseout","click","touchstart","touchmove"],this.font={family:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",size:12,style:"normal",lineHeight:1.2,weight:null},this.hover={},this.hoverBackgroundColor=(r,i)=>pu(i.backgroundColor),this.hoverBorderColor=(r,i)=>pu(i.borderColor),this.hoverColor=(r,i)=>pu(i.color),this.indexAxis="x",this.interaction={mode:"nearest",intersect:!0,includeInvisible:!1},this.maintainAspectRatio=!0,this.onHover=null,this.onClick=null,this.parsing=!0,this.plugins={},this.responsive=!0,this.scale=void 0,this.scales={},this.showLine=!0,this.drawActiveElementsOnTop=!0,this.describe(t),this.apply(n)}set(t,n){return vu(this,t,n)}get(t){return Io(this,t)}describe(t,n){return vu(_d,t,n)}override(t,n){return vu(Ai,t,n)}route(t,n,r,i){const s=Io(this,t),o=Io(this,r),a="_"+n;Object.defineProperties(s,{[a]:{value:s[n],writable:!0},[n]:{enumerable:!0,get(){const l=this[a],c=o[i];return Fe(l)?Object.assign({},c,l):De(l,c)},set(l){this[a]=l}}})}apply(t){t.forEach(n=>n(this))}}var at=new oT({_scriptable:e=>!e.startsWith("on"),_indexable:e=>e!=="events",hover:{_fallback:"interaction"},interaction:{_scriptable:!1,_indexable:!1}},[eT,tT,sT]);function aT(e){return!e||Qe(e.size)||Qe(e.family)?null:(e.style?e.style+" ":"")+(e.weight?e.weight+" ":"")+e.size+"px "+e.family}function Gl(e,t,n,r,i){let s=t[i];return s||(s=t[i]=e.measureText(i).width,n.push(i)),s>r&&(r=s),r}function lT(e,t,n,r){r=r||{};let i=r.data=r.data||{},s=r.garbageCollect=r.garbageCollect||[];r.font!==t&&(i=r.data={},s=r.garbageCollect=[],r.font=t),e.save(),e.font=t;let o=0;const a=n.length;let l,c,u,d,f;for(l=0;l<a;l++)if(d=n[l],d!=null&&!rt(d))o=Gl(e,i,s,o,d);else if(rt(d))for(c=0,u=d.length;c<u;c++)f=d[c],f!=null&&!rt(f)&&(o=Gl(e,i,s,o,f));e.restore();const h=s.length/2;if(h>n.length){for(l=0;l<h;l++)delete i[s[l]];s.splice(0,h)}return o}function Zr(e,t,n){const r=e.currentDevicePixelRatio,i=n!==0?Math.max(n/2,.5):0;return Math.round((t-i)*r)/r+i}function fy(e,t){!t&&!e||(t=t||e.getContext("2d"),t.save(),t.resetTransform(),t.clearRect(0,0,e.width,e.height),t.restore())}function kd(e,t,n,r){hb(e,t,n,r,null)}function hb(e,t,n,r,i){let s,o,a,l,c,u,d,f;const h=t.pointStyle,g=t.rotation,m=t.radius;let p=(g||0)*IP;if(h&&typeof h=="object"&&(s=h.toString(),s==="[object HTMLImageElement]"||s==="[object HTMLCanvasElement]")){e.save(),e.translate(n,r),e.rotate(p),e.drawImage(h,-h.width/2,-h.height/2,h.width,h.height),e.restore();return}if(!(isNaN(m)||m<=0)){switch(e.beginPath(),h){default:i?e.ellipse(n,r,i/2,m,0,0,Xt):e.arc(n,r,m,0,Xt),e.closePath();break;case"triangle":u=i?i/2:m,e.moveTo(n+Math.sin(p)*u,r-Math.cos(p)*m),p+=iy,e.lineTo(n+Math.sin(p)*u,r-Math.cos(p)*m),p+=iy,e.lineTo(n+Math.sin(p)*u,r-Math.cos(p)*m),e.closePath();break;case"rectRounded":c=m*.516,l=m-c,o=Math.cos(p+Jr)*l,d=Math.cos(p+Jr)*(i?i/2-c:l),a=Math.sin(p+Jr)*l,f=Math.sin(p+Jr)*(i?i/2-c:l),e.arc(n-d,r-a,c,p-ut,p-Yt),e.arc(n+f,r-o,c,p-Yt,p),e.arc(n+d,r+a,c,p,p+Yt),e.arc(n-f,r+o,c,p+Yt,p+ut),e.closePath();break;case"rect":if(!g){l=Math.SQRT1_2*m,u=i?i/2:l,e.rect(n-u,r-l,2*u,2*l);break}p+=Jr;case"rectRot":d=Math.cos(p)*(i?i/2:m),o=Math.cos(p)*m,a=Math.sin(p)*m,f=Math.sin(p)*(i?i/2:m),e.moveTo(n-d,r-a),e.lineTo(n+f,r-o),e.lineTo(n+d,r+a),e.lineTo(n-f,r+o),e.closePath();break;case"crossRot":p+=Jr;case"cross":d=Math.cos(p)*(i?i/2:m),o=Math.cos(p)*m,a=Math.sin(p)*m,f=Math.sin(p)*(i?i/2:m),e.moveTo(n-d,r-a),e.lineTo(n+d,r+a),e.moveTo(n+f,r-o),e.lineTo(n-f,r+o);break;case"star":d=Math.cos(p)*(i?i/2:m),o=Math.cos(p)*m,a=Math.sin(p)*m,f=Math.sin(p)*(i?i/2:m),e.moveTo(n-d,r-a),e.lineTo(n+d,r+a),e.moveTo(n+f,r-o),e.lineTo(n-f,r+o),p+=Jr,d=Math.cos(p)*(i?i/2:m),o=Math.cos(p)*m,a=Math.sin(p)*m,f=Math.sin(p)*(i?i/2:m),e.moveTo(n-d,r-a),e.lineTo(n+d,r+a),e.moveTo(n+f,r-o),e.lineTo(n-f,r+o);break;case"line":o=i?i/2:Math.cos(p)*m,a=Math.sin(p)*m,e.moveTo(n-o,r-a),e.lineTo(n+o,r+a);break;case"dash":e.moveTo(n,r),e.lineTo(n+Math.cos(p)*(i?i/2:m),r+Math.sin(p)*m);break;case!1:e.closePath();break}e.fill(),t.borderWidth>0&&e.stroke()}}function rr(e,t,n){return n=n||.5,!t||e&&e.x>t.left-n&&e.x<t.right+n&&e.y>t.top-n&&e.y<t.bottom+n}function Ac(e,t){e.save(),e.beginPath(),e.rect(t.left,t.top,t.right-t.left,t.bottom-t.top),e.clip()}function Pc(e){e.restore()}function cT(e,t,n,r,i){if(!t)return e.lineTo(n.x,n.y);if(i==="middle"){const s=(t.x+n.x)/2;e.lineTo(s,t.y),e.lineTo(s,n.y)}else i==="after"!=!!r?e.lineTo(t.x,n.y):e.lineTo(n.x,t.y);e.lineTo(n.x,n.y)}function uT(e,t,n,r){if(!t)return e.lineTo(n.x,n.y);e.bezierCurveTo(r?t.cp1x:t.cp2x,r?t.cp1y:t.cp2y,r?n.cp2x:n.cp1x,r?n.cp2y:n.cp1y,n.x,n.y)}function dT(e,t){t.translation&&e.translate(t.translation[0],t.translation[1]),Qe(t.rotation)||e.rotate(t.rotation),t.color&&(e.fillStyle=t.color),t.textAlign&&(e.textAlign=t.textAlign),t.textBaseline&&(e.textBaseline=t.textBaseline)}function fT(e,t,n,r,i){if(i.strikethrough||i.underline){const s=e.measureText(r),o=t-s.actualBoundingBoxLeft,a=t+s.actualBoundingBoxRight,l=n-s.actualBoundingBoxAscent,c=n+s.actualBoundingBoxDescent,u=i.strikethrough?(l+c)/2:c;e.strokeStyle=e.fillStyle,e.beginPath(),e.lineWidth=i.decorationWidth||2,e.moveTo(o,u),e.lineTo(a,u),e.stroke()}}function hT(e,t){const n=e.fillStyle;e.fillStyle=t.color,e.fillRect(t.left,t.top,t.width,t.height),e.fillStyle=n}function Pi(e,t,n,r,i,s={}){const o=rt(t)?t:[t],a=s.strokeWidth>0&&s.strokeColor!=="";let l,c;for(e.save(),e.font=i.string,dT(e,s),l=0;l<o.length;++l)c=o[l],s.backdrop&&hT(e,s.backdrop),a&&(s.strokeColor&&(e.strokeStyle=s.strokeColor),Qe(s.strokeWidth)||(e.lineWidth=s.strokeWidth),e.strokeText(c,n,r,s.maxWidth)),e.fillText(c,n,r,s.maxWidth),fT(e,n,r,c,s),r+=Number(i.lineHeight);e.restore()}function Ql(e,t){const{x:n,y:r,w:i,h:s,radius:o}=t;e.arc(n+o.topLeft,r+o.topLeft,o.topLeft,1.5*ut,ut,!0),e.lineTo(n,r+s-o.bottomLeft),e.arc(n+o.bottomLeft,r+s-o.bottomLeft,o.bottomLeft,ut,Yt,!0),e.lineTo(n+i-o.bottomRight,r+s),e.arc(n+i-o.bottomRight,r+s-o.bottomRight,o.bottomRight,Yt,0,!0),e.lineTo(n+i,r+o.topRight),e.arc(n+i-o.topRight,r+o.topRight,o.topRight,0,-Yt,!0),e.lineTo(n+o.topLeft,r)}const gT=/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/,yT=/^(normal|italic|initial|inherit|unset|(oblique( -?[0-9]?[0-9]deg)?))$/;function mT(e,t){const n=(""+e).match(gT);if(!n||n[1]==="normal")return t*1.2;switch(e=+n[2],n[3]){case"px":return e;case"%":e/=100;break}return t*e}const pT=e=>+e||0;function gb(e,t){const n={},r=Fe(t),i=r?Object.keys(t):t,s=Fe(e)?r?o=>De(e[o],e[t[o]]):o=>e[o]:()=>e;for(const o of i)n[o]=pT(s(o));return n}function vT(e){return gb(e,{top:"y",right:"x",bottom:"y",left:"x"})}function Qi(e){return gb(e,["topLeft","topRight","bottomLeft","bottomRight"])}function Ot(e){const t=vT(e);return t.width=t.left+t.right,t.height=t.top+t.bottom,t}function ft(e,t){e=e||{},t=t||at.font;let n=De(e.size,t.size);typeof n=="string"&&(n=parseInt(n,10));let r=De(e.style,t.style);r&&!(""+r).match(yT)&&(console.warn('Invalid font style specified: "'+r+'"'),r=void 0);const i={family:De(e.family,t.family),lineHeight:mT(De(e.lineHeight,t.lineHeight),n),size:n,style:r,weight:De(e.weight,t.weight),string:""};return i.string=aT(i),i}function tl(e,t,n,r){let i,s,o;for(i=0,s=e.length;i<s;++i)if(o=e[i],o!==void 0&&o!==void 0)return o}function bT(e,t,n){const{min:r,max:i}=e,s=PP(t,(i-r)/2),o=(a,l)=>n&&a===0?0:a+l;return{min:o(r,-Math.abs(s)),max:o(i,s)}}function Gr(e,t){return Object.assign(Object.create(e),t)}function Af(e,t=[""],n,r,i=()=>e[0]){const s=n||e;typeof r=="undefined"&&(r=vb("_fallback",e));const o={[Symbol.toStringTag]:"Object",_cacheable:!0,_scopes:e,_rootScopes:s,_fallback:r,_getTarget:i,override:a=>Af([a,...e],t,s,r)};return new Proxy(o,{deleteProperty(a,l){return delete a[l],delete a._keys,delete e[0][l],!0},get(a,l){return mb(a,l,()=>ET(l,t,e,a))},getOwnPropertyDescriptor(a,l){return Reflect.getOwnPropertyDescriptor(a._scopes[0],l)},getPrototypeOf(){return Reflect.getPrototypeOf(e[0])},has(a,l){return gy(a).includes(l)},ownKeys(a){return gy(a)},set(a,l,c){const u=a._storage||(a._storage=i());return a[l]=u[l]=c,delete a._keys,!0}})}function Ts(e,t,n,r){const i={_cacheable:!1,_proxy:e,_context:t,_subProxy:n,_stack:new Set,_descriptors:yb(e,r),setContext:s=>Ts(e,s,n,r),override:s=>Ts(e.override(s),t,n,r)};return new Proxy(i,{deleteProperty(s,o){return delete s[o],delete e[o],!0},get(s,o,a){return mb(s,o,()=>wT(s,o,a))},getOwnPropertyDescriptor(s,o){return s._descriptors.allKeys?Reflect.has(e,o)?{enumerable:!0,configurable:!0}:void 0:Reflect.getOwnPropertyDescriptor(e,o)},getPrototypeOf(){return Reflect.getPrototypeOf(e)},has(s,o){return Reflect.has(e,o)},ownKeys(){return Reflect.ownKeys(e)},set(s,o,a){return e[o]=a,delete s[o],!0}})}function yb(e,t={scriptable:!0,indexable:!0}){const{_scriptable:n=t.scriptable,_indexable:r=t.indexable,_allKeys:i=t.allKeys}=e;return{allKeys:i,scriptable:n,indexable:r,isScriptable:qr(n)?n:()=>n,isIndexable:qr(r)?r:()=>r}}const xT=(e,t)=>e?e+Sf(t):t,Pf=(e,t)=>Fe(t)&&e!=="adapters"&&(Object.getPrototypeOf(t)===null||t.constructor===Object);function mb(e,t,n){if(Object.prototype.hasOwnProperty.call(e,t)||t==="constructor")return e[t];const r=n();return e[t]=r,r}function wT(e,t,n){const{_proxy:r,_context:i,_subProxy:s,_descriptors:o}=e;let a=r[t];return qr(a)&&o.isScriptable(t)&&(a=ST(t,a,e,n)),rt(a)&&a.length&&(a=CT(t,a,e,o.isIndexable)),Pf(t,a)&&(a=Ts(a,i,s&&s[t],o)),a}function ST(e,t,n,r){const{_proxy:i,_context:s,_subProxy:o,_stack:a}=n;if(a.has(e))throw new Error("Recursion detected: "+Array.from(a).join("->")+"->"+e);a.add(e);let l=t(s,o||r);return a.delete(e),Pf(e,l)&&(l=Tf(i._scopes,i,e,l)),l}function CT(e,t,n,r){const{_proxy:i,_context:s,_subProxy:o,_descriptors:a}=n;if(typeof s.index!="undefined"&&r(e))return t[s.index%t.length];if(Fe(t[0])){const l=t,c=i._scopes.filter(u=>u!==l);t=[];for(const u of l){const d=Tf(c,i,e,u);t.push(Ts(d,s,o&&o[e],a))}}return t}function pb(e,t,n){return qr(e)?e(t,n):e}const _T=(e,t)=>e===!0?t:typeof e=="string"?ea(t,e):void 0;function kT(e,t,n,r,i){for(const s of t){const o=_T(n,s);if(o){e.add(o);const a=pb(o._fallback,n,i);if(typeof a!="undefined"&&a!==n&&a!==r)return a}else if(o===!1&&typeof r!="undefined"&&n!==r)return null}return!1}function Tf(e,t,n,r){const i=t._rootScopes,s=pb(t._fallback,n,r),o=[...e,...i],a=new Set;a.add(r);let l=hy(a,o,n,s||n,r);return l===null||typeof s!="undefined"&&s!==n&&(l=hy(a,o,s,l,r),l===null)?!1:Af(Array.from(a),[""],i,s,()=>OT(t,n,r))}function hy(e,t,n,r,i){for(;n;)n=kT(e,t,n,r,i);return n}function OT(e,t,n){const r=e._getTarget();t in r||(r[t]={});const i=r[t];return rt(i)&&Fe(n)?n:i||{}}function ET(e,t,n,r){let i;for(const s of t)if(i=vb(xT(s,e),n),typeof i!="undefined")return Pf(e,i)?Tf(n,r,e,i):i}function vb(e,t){for(const n of t){if(!n)continue;const r=n[e];if(typeof r!="undefined")return r}}function gy(e){let t=e._keys;return t||(t=e._keys=AT(e._scopes)),t}function AT(e){const t=new Set;for(const n of e)for(const r of Object.keys(n).filter(i=>!i.startsWith("_")))t.add(r);return Array.from(t)}function PT(e,t,n,r){const{iScale:i}=e,{key:s="r"}=this._parsing,o=new Array(r);let a,l,c,u;for(a=0,l=r;a<l;++a)c=a+n,u=t[c],o[a]={r:i.parse(ea(u,s),c)};return o}const TT=Number.EPSILON||1e-14,Ms=(e,t)=>t<e.length&&!e[t].skip&&e[t],bb=e=>e==="x"?"y":"x";function MT(e,t,n,r){const i=e.skip?t:e,s=t,o=n.skip?t:n,a=Cd(s,i),l=Cd(o,s);let c=a/(a+l),u=l/(a+l);c=isNaN(c)?0:c,u=isNaN(u)?0:u;const d=r*c,f=r*u;return{previous:{x:s.x-d*(o.x-i.x),y:s.y-d*(o.y-i.y)},next:{x:s.x+f*(o.x-i.x),y:s.y+f*(o.y-i.y)}}}function $T(e,t,n){const r=e.length;let i,s,o,a,l,c=Ms(e,0);for(let u=0;u<r-1;++u)if(l=c,c=Ms(e,u+1),!(!l||!c)){if(Do(t[u],0,TT)){n[u]=n[u+1]=0;continue}i=n[u]/t[u],s=n[u+1]/t[u],a=Math.pow(i,2)+Math.pow(s,2),!(a<=9)&&(o=3/Math.sqrt(a),n[u]=i*o*t[u],n[u+1]=s*o*t[u])}}function jT(e,t,n="x"){const r=bb(n),i=e.length;let s,o,a,l=Ms(e,0);for(let c=0;c<i;++c){if(o=a,a=l,l=Ms(e,c+1),!a)continue;const u=a[n],d=a[r];o&&(s=(u-o[n])/3,a[`cp1${n}`]=u-s,a[`cp1${r}`]=d-s*t[c]),l&&(s=(l[n]-u)/3,a[`cp2${n}`]=u+s,a[`cp2${r}`]=d+s*t[c])}}function DT(e,t="x"){const n=bb(t),r=e.length,i=Array(r).fill(0),s=Array(r);let o,a,l,c=Ms(e,0);for(o=0;o<r;++o)if(a=l,l=c,c=Ms(e,o+1),!!l){if(c){const u=c[t]-l[t];i[o]=u!==0?(c[n]-l[n])/u:0}s[o]=a?c?Ps(i[o-1])!==Ps(i[o])?0:(i[o-1]+i[o])/2:i[o-1]:i[o]}$T(e,i,s),jT(e,s,t)}function nl(e,t,n){return Math.max(Math.min(e,n),t)}function LT(e,t){let n,r,i,s,o,a=rr(e[0],t);for(n=0,r=e.length;n<r;++n)o=s,s=a,a=n<r-1&&rr(e[n+1],t),s&&(i=e[n],o&&(i.cp1x=nl(i.cp1x,t.left,t.right),i.cp1y=nl(i.cp1y,t.top,t.bottom)),a&&(i.cp2x=nl(i.cp2x,t.left,t.right),i.cp2y=nl(i.cp2y,t.top,t.bottom)))}function IT(e,t,n,r,i){let s,o,a,l;if(t.spanGaps&&(e=e.filter(c=>!c.skip)),t.cubicInterpolationMode==="monotone")DT(e,i);else{let c=r?e[e.length-1]:e[0];for(s=0,o=e.length;s<o;++s)a=e[s],l=MT(c,a,e[Math.min(s+1,o-(r?0:1))%o],t.tension),a.cp1x=l.previous.x,a.cp1y=l.previous.y,a.cp2x=l.next.x,a.cp2y=l.next.y,c=a}t.capBezierPoints&<(e,n)}function Mf(){return typeof window!="undefined"&&typeof document!="undefined"}function $f(e){let t=e.parentNode;return t&&t.toString()==="[object ShadowRoot]"&&(t=t.host),t}function Yl(e,t,n){let r;return typeof e=="string"?(r=parseInt(e,10),e.indexOf("%")!==-1&&(r=r/100*t.parentNode[n])):r=e,r}const Tc=e=>e.ownerDocument.defaultView.getComputedStyle(e,null);function RT(e,t){return Tc(e).getPropertyValue(t)}const FT=["top","right","bottom","left"];function Ci(e,t,n){const r={};n=n?"-"+n:"";for(let i=0;i<4;i++){const s=FT[i];r[s]=parseFloat(e[t+"-"+s+n])||0}return r.width=r.left+r.right,r.height=r.top+r.bottom,r}const NT=(e,t,n)=>(e>0||t>0)&&(!n||!n.shadowRoot);function BT(e,t){const n=e.touches,r=n&&n.length?n[0]:e,{offsetX:i,offsetY:s}=r;let o=!1,a,l;if(NT(i,s,e.target))a=i,l=s;else{const c=t.getBoundingClientRect();a=r.clientX-c.left,l=r.clientY-c.top,o=!0}return{x:a,y:l,box:o}}function ii(e,t){if("native"in e)return e;const{canvas:n,currentDevicePixelRatio:r}=t,i=Tc(n),s=i.boxSizing==="border-box",o=Ci(i,"padding"),a=Ci(i,"border","width"),{x:l,y:c,box:u}=BT(e,n),d=o.left+(u&&a.left),f=o.top+(u&&a.top);let{width:h,height:g}=t;return s&&(h-=o.width+a.width,g-=o.height+a.height),{x:Math.round((l-d)/h*n.width/r),y:Math.round((c-f)/g*n.height/r)}}function qT(e,t,n){let r,i;if(t===void 0||n===void 0){const s=e&&$f(e);if(!s)t=e.clientWidth,n=e.clientHeight;else{const o=s.getBoundingClientRect(),a=Tc(s),l=Ci(a,"border","width"),c=Ci(a,"padding");t=o.width-c.width-l.width,n=o.height-c.height-l.height,r=Yl(a.maxWidth,s,"clientWidth"),i=Yl(a.maxHeight,s,"clientHeight")}}return{width:t,height:n,maxWidth:r||Wl,maxHeight:i||Wl}}const rl=e=>Math.round(e*10)/10;function zT(e,t,n,r){const i=Tc(e),s=Ci(i,"margin"),o=Yl(i.maxWidth,e,"clientWidth")||Wl,a=Yl(i.maxHeight,e,"clientHeight")||Wl,l=qT(e,t,n);let{width:c,height:u}=l;if(i.boxSizing==="content-box"){const f=Ci(i,"border","width"),h=Ci(i,"padding");c-=h.width+f.width,u-=h.height+f.height}return c=Math.max(0,c-s.width),u=Math.max(0,r?c/r:u-s.height),c=rl(Math.min(c,o,l.maxWidth)),u=rl(Math.min(u,a,l.maxHeight)),c&&!u&&(u=rl(c/2)),(t!==void 0||n!==void 0)&&r&&l.height&&u>l.height&&(u=l.height,c=rl(Math.floor(u*r))),{width:c,height:u}}function yy(e,t,n){const r=t||1,i=Math.floor(e.height*r),s=Math.floor(e.width*r);e.height=Math.floor(e.height),e.width=Math.floor(e.width);const o=e.canvas;return o.style&&(n||!o.style.height&&!o.style.width)&&(o.style.height=`${e.height}px`,o.style.width=`${e.width}px`),e.currentDevicePixelRatio!==r||o.height!==i||o.width!==s?(e.currentDevicePixelRatio=r,o.height=i,o.width=s,e.ctx.setTransform(r,0,0,r,0,0),!0):!1}const HT=function(){let e=!1;try{const t={get passive(){return e=!0,!1}};Mf()&&(window.addEventListener("test",null,t),window.removeEventListener("test",null,t))}catch(t){}return e}();function my(e,t){const n=RT(e,t),r=n&&n.match(/^(\d+)(\.\d+)?px$/);return r?+r[1]:void 0}function si(e,t,n,r){return{x:e.x+n*(t.x-e.x),y:e.y+n*(t.y-e.y)}}function UT(e,t,n,r){return{x:e.x+n*(t.x-e.x),y:r==="middle"?n<.5?e.y:t.y:r==="after"?n<1?e.y:t.y:n>0?t.y:e.y}}function KT(e,t,n,r){const i={x:e.cp2x,y:e.cp2y},s={x:t.cp1x,y:t.cp1y},o=si(e,i,n),a=si(i,s,n),l=si(s,t,n),c=si(o,a,n),u=si(a,l,n);return si(c,u,n)}const VT=function(e,t){return{x(n){return e+e+t-n},setWidth(n){t=n},textAlign(n){return n==="center"?n:n==="right"?"left":"right"},xPlus(n,r){return n-r},leftForLtr(n,r){return n-r}}},WT=function(){return{x(e){return e},setWidth(e){},textAlign(e){return e},xPlus(e,t){return e+t},leftForLtr(e,t){return e}}};function Yi(e,t,n){return e?VT(t,n):WT()}function xb(e,t){let n,r;(t==="ltr"||t==="rtl")&&(n=e.canvas.style,r=[n.getPropertyValue("direction"),n.getPropertyPriority("direction")],n.setProperty("direction",t,"important"),e.prevTextDirection=r)}function wb(e,t){t!==void 0&&(delete e.prevTextDirection,e.canvas.style.setProperty("direction",t[0],t[1]))}function Sb(e){return e==="angle"?{between:lb,compare:zP,normalize:Wt}:{between:Gi,compare:(t,n)=>t-n,normalize:t=>t}}function py({start:e,end:t,count:n,loop:r,style:i}){return{start:e%n,end:t%n,loop:r&&(t-e+1)%n===0,style:i}}function GT(e,t,n){const{property:r,start:i,end:s}=n,{between:o,normalize:a}=Sb(r),l=t.length;let{start:c,end:u,loop:d}=e,f,h;if(d){for(c+=l,u+=l,f=0,h=l;f<h&&o(a(t[c%l][r]),i,s);++f)c--,u--;c%=l,u%=l}return u<c&&(u+=l),{start:c,end:u,loop:d,style:e.style}}function Cb(e,t,n){if(!n)return[e];const{property:r,start:i,end:s}=n,o=t.length,{compare:a,between:l,normalize:c}=Sb(r),{start:u,end:d,loop:f,style:h}=GT(e,t,n),g=[];let m=!1,p=null,v,b,x;const S=()=>l(i,x,v)&&a(i,x)!==0,w=()=>a(s,v)===0||l(s,x,v),_=()=>m||S(),C=()=>!m||w();for(let k=u,O=u;k<=d;++k)b=t[k%o],!b.skip&&(v=c(b[r]),v!==x&&(m=l(v,i,s),p===null&&_()&&(p=a(v,i)===0?k:O),p!==null&&C()&&(g.push(py({start:p,end:k,loop:f,count:o,style:h})),p=null),O=k,x=v));return p!==null&&g.push(py({start:p,end:d,loop:f,count:o,style:h})),g}function _b(e,t){const n=[],r=e.segments;for(let i=0;i<r.length;i++){const s=Cb(r[i],e.points,t);s.length&&n.push(...s)}return n}function QT(e,t,n,r){let i=0,s=t-1;if(n&&!r)for(;i<t&&!e[i].skip;)i++;for(;i<t&&e[i].skip;)i++;for(i%=t,n&&(s+=i);s>i&&e[s%t].skip;)s--;return s%=t,{start:i,end:s}}function YT(e,t,n,r){const i=e.length,s=[];let o=t,a=e[t],l;for(l=t+1;l<=n;++l){const c=e[l%i];c.skip||c.stop?a.skip||(r=!1,s.push({start:t%i,end:(l-1)%i,loop:r}),t=o=c.stop?l:null):(o=l,a.skip&&(t=l)),a=c}return o!==null&&s.push({start:t%i,end:o%i,loop:r}),s}function XT(e,t){const n=e.points,r=e.options.spanGaps,i=n.length;if(!i)return[];const s=!!e._loop,{start:o,end:a}=QT(n,i,s,r);if(r===!0)return vy(e,[{start:o,end:a,loop:s}],n,t);const l=a<o?a+i:a,c=!!e._fullLoop&&o===0&&a===i-1;return vy(e,YT(n,o,l,c),n,t)}function vy(e,t,n,r){return!r||!r.setContext||!n?t:JT(e,t,n,r)}function JT(e,t,n,r){const i=e._chart.getContext(),s=by(e.options),{_datasetIndex:o,options:{spanGaps:a}}=e,l=n.length,c=[];let u=s,d=t[0].start,f=d;function h(g,m,p,v){const b=a?-1:1;if(g!==m){for(g+=l;n[g%l].skip;)g-=b;for(;n[m%l].skip;)m+=b;g%l!==m%l&&(c.push({start:g%l,end:m%l,loop:p,style:v}),u=v,d=m%l)}}for(const g of t){d=a?d:g.start;let m=n[d%l],p;for(f=d+1;f<=g.end;f++){const v=n[f%l];p=by(r.setContext(Gr(i,{type:"segment",p0:m,p1:v,p0DataIndex:(f-1)%l,p1DataIndex:f%l,datasetIndex:o}))),ZT(p,u)&&h(d,f-1,g.loop,u),m=v,u=p}d<f-1&&h(d,f-1,g.loop,u)}return c}function by(e){return{backgroundColor:e.backgroundColor,borderCapStyle:e.borderCapStyle,borderDash:e.borderDash,borderDashOffset:e.borderDashOffset,borderJoinStyle:e.borderJoinStyle,borderWidth:e.borderWidth,borderColor:e.borderColor}}function ZT(e,t){if(!t)return!1;const n=[],r=function(i,s){return Of(s)?(n.includes(s)||n.push(s),n.indexOf(s)):s};return JSON.stringify(e,r)!==JSON.stringify(t,r)}function il(e,t,n){return e.options.clip?e[n]:t[n]}function e5(e,t){const{xScale:n,yScale:r}=e;return n&&r?{left:il(n,t,"left"),right:il(n,t,"right"),top:il(r,t,"top"),bottom:il(r,t,"bottom")}:t}function kb(e,t){const n=t._clip;if(n.disabled)return!1;const r=e5(t,e.chartArea);return{left:n.left===!1?0:r.left-(n.left===!0?0:n.left),right:n.right===!1?e.width:r.right+(n.right===!0?0:n.right),top:n.top===!1?0:r.top-(n.top===!0?0:n.top),bottom:n.bottom===!1?e.height:r.bottom+(n.bottom===!0?0:n.bottom)}}/*!
|
|
61
62
|
* Chart.js v4.5.0
|
|
62
63
|
* https://www.chartjs.org
|
|
63
64
|
* (c) 2025 Chart.js Contributors
|
|
64
65
|
* Released under the MIT License
|
|
65
|
-
*/class QT{constructor(){this._request=null,this._charts=new Map,this._running=!1,this._lastDate=void 0}_notify(t,n,r,i){const s=n.listeners[i],o=n.duration;s.forEach(a=>a({chart:t,initial:n.initial,numSteps:o,currentStep:Math.min(r-n.start,o)}))}_refresh(){this._request||(this._running=!0,this._request=ub.call(window,()=>{this._update(),this._request=null,this._running&&this._refresh()}))}_update(t=Date.now()){let n=0;this._charts.forEach((r,i)=>{if(!r.running||!r.items.length)return;const s=r.items;let o=s.length-1,a=!1,l;for(;o>=0;--o)l=s[o],l._active?(l._total>r.duration&&(r.duration=l._total),l.tick(t),a=!0):(s[o]=s[s.length-1],s.pop());a&&(i.draw(),this._notify(i,r,t,"progress")),s.length||(r.running=!1,this._notify(i,r,t,"complete"),r.initial=!1),n+=s.length}),this._lastDate=t,n===0&&(this._running=!1)}_getAnims(t){const n=this._charts;let r=n.get(t);return r||(r={running:!1,initial:!0,items:[],listeners:{complete:[],progress:[]}},n.set(t,r)),r}listen(t,n,r){this._getAnims(t).listeners[n].push(r)}add(t,n){!n||!n.length||this._getAnims(t).items.push(...n)}has(t){return this._getAnims(t).items.length>0}start(t){const n=this._charts.get(t);n&&(n.running=!0,n.start=Date.now(),n.duration=n.items.reduce((r,i)=>Math.max(r,i._duration),0),this._refresh())}running(t){if(!this._running)return!1;const n=this._charts.get(t);return!(!n||!n.running||!n.items.length)}stop(t){const n=this._charts.get(t);if(!n||!n.items.length)return;const r=n.items;let i=r.length-1;for(;i>=0;--i)r[i].cancel();n.items=[],this._notify(t,n,Date.now(),"complete")}remove(t){return this._charts.delete(t)}}var Qn=new QT;const by="transparent",YT={boolean(e,t,n){return n>.5?t:e},color(e,t,n){const r=cy(e||by),i=r.valid&&cy(t||by);return i&&i.valid?i.mix(r,n).hexString():t},number(e,t,n){return e+(t-e)*n}};class XT{constructor(t,n,r,i){const s=n[r];i=tl([t.to,i,s,t.from]);const o=tl([t.from,s,i]);this._active=!0,this._fn=t.fn||YT[t.type||typeof o],this._easing=Lo[t.easing]||Lo.linear,this._start=Math.floor(Date.now()+(t.delay||0)),this._duration=this._total=Math.floor(t.duration),this._loop=!!t.loop,this._target=n,this._prop=r,this._from=o,this._to=i,this._promises=void 0}active(){return this._active}update(t,n,r){if(this._active){this._notify(!1);const i=this._target[this._prop],s=r-this._start,o=this._duration-s;this._start=r,this._duration=Math.floor(Math.max(o,t.duration)),this._total+=s,this._loop=!!t.loop,this._to=tl([t.to,n,i,t.from]),this._from=tl([t.from,i,n])}}cancel(){this._active&&(this.tick(Date.now()),this._active=!1,this._notify(!1))}tick(t){const n=t-this._start,r=this._duration,i=this._prop,s=this._from,o=this._loop,a=this._to;let l;if(this._active=s!==a&&(o||n<r),!this._active){this._target[i]=a,this._notify(!0);return}if(n<0){this._target[i]=s;return}l=n/r%2,l=o&&l>1?2-l:l,l=this._easing(Math.min(1,Math.max(0,l))),this._target[i]=this._fn(s,a,l)}wait(){const t=this._promises||(this._promises=[]);return new Promise((n,r)=>{t.push({res:n,rej:r})})}_notify(t){const n=t?"res":"rej",r=this._promises||[];for(let i=0;i<r.length;i++)r[i][n]()}}class Ob{constructor(t,n){this._chart=t,this._properties=new Map,this.configure(n)}configure(t){if(!Fe(t))return;const n=Object.keys(at.animation),r=this._properties;Object.getOwnPropertyNames(t).forEach(i=>{const s=t[i];if(!Fe(s))return;const o={};for(const a of n)o[a]=s[a];(rt(s.properties)&&s.properties||[i]).forEach(a=>{(a===i||!r.has(a))&&r.set(a,o)})})}_animateOptions(t,n){const r=n.options,i=ZT(t,r);if(!i)return[];const s=this._createAnimations(i,r);return r.$shared&&JT(t.options.$animations,r).then(()=>{t.options=r},()=>{}),s}_createAnimations(t,n){const r=this._properties,i=[],s=t.$animations||(t.$animations={}),o=Object.keys(n),a=Date.now();let l;for(l=o.length-1;l>=0;--l){const c=o[l];if(c.charAt(0)==="$")continue;if(c==="options"){i.push(...this._animateOptions(t,n));continue}const u=n[c];let d=s[c];const f=r.get(c);if(d)if(f&&d.active()){d.update(f,u,a);continue}else d.cancel();if(!f||!f.duration){t[c]=u;continue}s[c]=d=new XT(f,t,c,u),i.push(d)}return i}update(t,n){if(this._properties.size===0){Object.assign(t,n);return}const r=this._createAnimations(t,n);if(r.length)return Qn.add(this._chart,r),!0}}function JT(e,t){const n=[],r=Object.keys(t);for(let i=0;i<r.length;i++){const s=e[r[i]];s&&s.active()&&n.push(s.wait())}return Promise.all(n)}function ZT(e,t){if(!t)return;let n=e.options;if(!n){e.options=t;return}return n.$shared&&(e.options=n=Object.assign({},n,{$shared:!1,$animations:{}})),n}function xy(e,t){const n=e&&e.options||{},r=n.reverse,i=n.min===void 0?t:0,s=n.max===void 0?t:0;return{start:r?s:i,end:r?i:s}}function e5(e,t,n){if(n===!1)return!1;const r=xy(e,n),i=xy(t,n);return{top:i.end,right:r.end,bottom:i.start,left:r.start}}function t5(e){let t,n,r,i;return Fe(e)?(t=e.top,n=e.right,r=e.bottom,i=e.left):t=n=r=i=e,{top:t,right:n,bottom:r,left:i,disabled:e===!1}}function Eb(e,t){const n=[],r=e._getSortedDatasetMetas(t);let i,s;for(i=0,s=r.length;i<s;++i)n.push(r[i].index);return n}function wy(e,t,n,r={}){const i=e.keys,s=r.mode==="single";let o,a,l,c;if(t===null)return;let u=!1;for(o=0,a=i.length;o<a;++o){if(l=+i[o],l===n){if(u=!0,r.all)continue;break}c=e.values[l],yt(c)&&(s||t===0||Ps(t)===Ps(c))&&(t+=c)}return!u&&!r.all?0:t}function n5(e,t){const{iScale:n,vScale:r}=t,i=n.axis==="x"?"x":"y",s=r.axis==="x"?"x":"y",o=Object.keys(e),a=new Array(o.length);let l,c,u;for(l=0,c=o.length;l<c;++l)u=o[l],a[l]={[i]:u,[s]:e[u]};return a}function bu(e,t){const n=e&&e.options.stacked;return n||n===void 0&&t.stack!==void 0}function r5(e,t,n){return`${e.id}.${t.id}.${n.stack||n.type}`}function i5(e){const{min:t,max:n,minDefined:r,maxDefined:i}=e.getUserBounds();return{min:r?t:Number.NEGATIVE_INFINITY,max:i?n:Number.POSITIVE_INFINITY}}function s5(e,t,n){const r=e[t]||(e[t]={});return r[n]||(r[n]={})}function Sy(e,t,n,r){for(const i of t.getMatchingVisibleMetas(r).reverse()){const s=e[i.index];if(n&&s>0||!n&&s<0)return i.index}return null}function Cy(e,t){const{chart:n,_cachedMeta:r}=e,i=n._stacks||(n._stacks={}),{iScale:s,vScale:o,index:a}=r,l=s.axis,c=o.axis,u=r5(s,o,r),d=t.length;let f;for(let h=0;h<d;++h){const g=t[h],{[l]:m,[c]:p}=g,v=g._stacks||(g._stacks={});f=v[c]=s5(i,u,m),f[a]=p,f._top=Sy(f,o,!0,r.type),f._bottom=Sy(f,o,!1,r.type);const b=f._visualValues||(f._visualValues={});b[a]=p}}function xu(e,t){const n=e.scales;return Object.keys(n).filter(r=>n[r].axis===t).shift()}function o5(e,t){return Gr(e,{active:!1,dataset:void 0,datasetIndex:t,index:t,mode:"default",type:"dataset"})}function a5(e,t,n){return Gr(e,{active:!1,dataIndex:t,parsed:void 0,raw:void 0,element:n,index:t,mode:"default",type:"data"})}function ao(e,t){const n=e.controller.index,r=e.vScale&&e.vScale.axis;if(r){t=t||e._parsed;for(const i of t){const s=i._stacks;if(!s||s[r]===void 0||s[r][n]===void 0)return;delete s[r][n],s[r]._visualValues!==void 0&&s[r]._visualValues[n]!==void 0&&delete s[r]._visualValues[n]}}}const wu=e=>e==="reset"||e==="none",_y=(e,t)=>t?e:Object.assign({},e),l5=(e,t,n)=>e&&!t.hidden&&t._stacked&&{keys:Eb(n,!0),values:null};class Xi{constructor(t,n){this.chart=t,this._ctx=t.ctx,this.index=n,this._cachedDataOpts={},this._cachedMeta=this.getMeta(),this._type=this._cachedMeta.type,this.options=void 0,this._parsing=!1,this._data=void 0,this._objectData=void 0,this._sharedOptions=void 0,this._drawStart=void 0,this._drawCount=void 0,this.enableOptionSharing=!1,this.supportsDecimation=!1,this.$context=void 0,this._syncList=[],this.datasetElementType=new.target.datasetElementType,this.dataElementType=new.target.dataElementType,this.initialize()}initialize(){const t=this._cachedMeta;this.configure(),this.linkScales(),t._stacked=bu(t.vScale,t),this.addElements(),this.options.fill&&!this.chart.isPluginEnabled("filler")&&console.warn("Tried to use the 'fill' option without the 'Filler' plugin enabled. Please import and register the 'Filler' plugin and make sure it is not disabled in the options")}updateIndex(t){this.index!==t&&ao(this._cachedMeta),this.index=t}linkScales(){const t=this.chart,n=this._cachedMeta,r=this.getDataset(),i=(d,f,h,g)=>d==="x"?f:d==="r"?g:h,s=n.xAxisID=De(r.xAxisID,xu(t,"x")),o=n.yAxisID=De(r.yAxisID,xu(t,"y")),a=n.rAxisID=De(r.rAxisID,xu(t,"r")),l=n.indexAxis,c=n.iAxisID=i(l,s,o,a),u=n.vAxisID=i(l,o,s,a);n.xScale=this.getScaleForId(s),n.yScale=this.getScaleForId(o),n.rScale=this.getScaleForId(a),n.iScale=this.getScaleForId(c),n.vScale=this.getScaleForId(u)}getDataset(){return this.chart.data.datasets[this.index]}getMeta(){return this.chart.getDatasetMeta(this.index)}getScaleForId(t){return this.chart.scales[t]}_getOtherScale(t){const n=this._cachedMeta;return t===n.iScale?n.vScale:n.iScale}reset(){this._update("reset")}_destroy(){const t=this._cachedMeta;this._data&&oy(this._data,this),t._stacked&&ao(t)}_dataCheck(){const t=this.getDataset(),n=t.data||(t.data=[]),r=this._data;if(Fe(n)){const i=this._cachedMeta;this._data=n5(n,i)}else if(r!==n){if(r){oy(r,this);const i=this._cachedMeta;ao(i),i._parsed=[]}n&&Object.isExtensible(n)&&BP(n,this),this._syncList=[],this._data=n}}addElements(){const t=this._cachedMeta;this._dataCheck(),this.datasetElementType&&(t.dataset=new this.datasetElementType)}buildOrUpdateElements(t){const n=this._cachedMeta,r=this.getDataset();let i=!1;this._dataCheck();const s=n._stacked;n._stacked=bu(n.vScale,n),n.stack!==r.stack&&(i=!0,ao(n),n.stack=r.stack),this._resyncElements(t),(i||s!==n._stacked)&&(Cy(this,n._parsed),n._stacked=bu(n.vScale,n))}configure(){const t=this.chart.config,n=t.datasetScopeKeys(this._type),r=t.getOptionScopes(this.getDataset(),n,!0);this.options=t.createResolver(r,this.getContext()),this._parsing=this.options.parsing,this._cachedDataOpts={}}parse(t,n){const{_cachedMeta:r,_data:i}=this,{iScale:s,_stacked:o}=r,a=s.axis;let l=t===0&&n===i.length?!0:r._sorted,c=t>0&&r._parsed[t-1],u,d,f;if(this._parsing===!1)r._parsed=i,r._sorted=!0,f=i;else{rt(i[t])?f=this.parseArrayData(r,i,t,n):Fe(i[t])?f=this.parseObjectData(r,i,t,n):f=this.parsePrimitiveData(r,i,t,n);const h=()=>d[a]===null||c&&d[a]<c[a];for(u=0;u<n;++u)r._parsed[u+t]=d=f[u],l&&(h()&&(l=!1),c=d);r._sorted=l}o&&Cy(this,f)}parsePrimitiveData(t,n,r,i){const{iScale:s,vScale:o}=t,a=s.axis,l=o.axis,c=s.getLabels(),u=s===o,d=new Array(i);let f,h,g;for(f=0,h=i;f<h;++f)g=f+r,d[f]={[a]:u||s.parse(c[g],g),[l]:o.parse(n[g],g)};return d}parseArrayData(t,n,r,i){const{xScale:s,yScale:o}=t,a=new Array(i);let l,c,u,d;for(l=0,c=i;l<c;++l)u=l+r,d=n[u],a[l]={x:s.parse(d[0],u),y:o.parse(d[1],u)};return a}parseObjectData(t,n,r,i){const{xScale:s,yScale:o}=t,{xAxisKey:a="x",yAxisKey:l="y"}=this._parsing,c=new Array(i);let u,d,f,h;for(u=0,d=i;u<d;++u)f=u+r,h=n[f],c[u]={x:s.parse(ea(h,a),f),y:o.parse(ea(h,l),f)};return c}getParsed(t){return this._cachedMeta._parsed[t]}getDataElement(t){return this._cachedMeta.data[t]}applyStack(t,n,r){const i=this.chart,s=this._cachedMeta,o=n[t.axis],a={keys:Eb(i,!0),values:n._stacks[t.axis]._visualValues};return wy(a,o,s.index,{mode:r})}updateRangeFromParsed(t,n,r,i){const s=r[n.axis];let o=s===null?NaN:s;const a=i&&r._stacks[n.axis];i&&a&&(i.values=a,o=wy(i,s,this._cachedMeta.index)),t.min=Math.min(t.min,o),t.max=Math.max(t.max,o)}getMinMax(t,n){const r=this._cachedMeta,i=r._parsed,s=r._sorted&&t===r.iScale,o=i.length,a=this._getOtherScale(t),l=l5(n,r,this.chart),c={min:Number.POSITIVE_INFINITY,max:Number.NEGATIVE_INFINITY},{min:u,max:d}=i5(a);let f,h;function g(){h=i[f];const m=h[a.axis];return!yt(h[t.axis])||u>m||d<m}for(f=0;f<o&&!(!g()&&(this.updateRangeFromParsed(c,t,h,l),s));++f);if(s){for(f=o-1;f>=0;--f)if(!g()){this.updateRangeFromParsed(c,t,h,l);break}}return c}getAllParsedValues(t){const n=this._cachedMeta._parsed,r=[];let i,s,o;for(i=0,s=n.length;i<s;++i)o=n[i][t.axis],yt(o)&&r.push(o);return r}getMaxOverflow(){return!1}getLabelAndValue(t){const n=this._cachedMeta,r=n.iScale,i=n.vScale,s=this.getParsed(t);return{label:r?""+r.getLabelForValue(s[r.axis]):"",value:i?""+i.getLabelForValue(s[i.axis]):""}}_update(t){const n=this._cachedMeta;this.update(t||"default"),n._clip=t5(De(this.options.clip,e5(n.xScale,n.yScale,this.getMaxOverflow())))}update(t){}draw(){const t=this._ctx,n=this.chart,r=this._cachedMeta,i=r.data||[],s=n.chartArea,o=[],a=this._drawStart||0,l=this._drawCount||i.length-a,c=this.options.drawActiveElementsOnTop;let u;for(r.dataset&&r.dataset.draw(t,s,a,l),u=a;u<a+l;++u){const d=i[u];d.hidden||(d.active&&c?o.push(d):d.draw(t,s))}for(u=0;u<o.length;++u)o[u].draw(t,s)}getStyle(t,n){const r=n?"active":"default";return t===void 0&&this._cachedMeta.dataset?this.resolveDatasetElementOptions(r):this.resolveDataElementOptions(t||0,r)}getContext(t,n,r){const i=this.getDataset();let s;if(t>=0&&t<this._cachedMeta.data.length){const o=this._cachedMeta.data[t];s=o.$context||(o.$context=a5(this.getContext(),t,o)),s.parsed=this.getParsed(t),s.raw=i.data[t],s.index=s.dataIndex=t}else s=this.$context||(this.$context=o5(this.chart.getContext(),this.index)),s.dataset=i,s.index=s.datasetIndex=this.index;return s.active=!!n,s.mode=r,s}resolveDatasetElementOptions(t){return this._resolveElementOptions(this.datasetElementType.id,t)}resolveDataElementOptions(t,n){return this._resolveElementOptions(this.dataElementType.id,n,t)}_resolveElementOptions(t,n="default",r){const i=n==="active",s=this._cachedDataOpts,o=t+"-"+n,a=s[o],l=this.enableOptionSharing&&Vl(r);if(a)return _y(a,l);const c=this.chart.config,u=c.datasetElementScopeKeys(this._type,t),d=i?[`${t}Hover`,"hover",t,""]:[t,""],f=c.getOptionScopes(this.getDataset(),u),h=Object.keys(at.elements[t]),g=()=>this.getContext(r,i,n),m=c.resolveNamedOptions(f,h,g,d);return m.$shared&&(m.$shared=l,s[o]=Object.freeze(_y(m,l))),m}_resolveAnimations(t,n,r){const i=this.chart,s=this._cachedDataOpts,o=`animation-${n}`,a=s[o];if(a)return a;let l;if(i.options.animation!==!1){const u=this.chart.config,d=u.datasetAnimationScopeKeys(this._type,n),f=u.getOptionScopes(this.getDataset(),d);l=u.createResolver(f,this.getContext(t,r,n))}const c=new Ob(i,l&&l.animations);return l&&l._cacheable&&(s[o]=Object.freeze(c)),c}getSharedOptions(t){if(t.$shared)return this._sharedOptions||(this._sharedOptions=Object.assign({},t))}includeOptions(t,n){return!n||wu(t)||this.chart._animationsDisabled}_getSharedOptions(t,n){const r=this.resolveDataElementOptions(t,n),i=this._sharedOptions,s=this.getSharedOptions(r),o=this.includeOptions(n,s)||s!==i;return this.updateSharedOptions(s,n,r),{sharedOptions:s,includeOptions:o}}updateElement(t,n,r,i){wu(i)?Object.assign(t,r):this._resolveAnimations(n,i).update(t,r)}updateSharedOptions(t,n,r){t&&!wu(n)&&this._resolveAnimations(void 0,n).update(t,r)}_setStyle(t,n,r,i){t.active=i;const s=this.getStyle(n,i);this._resolveAnimations(n,r,i).update(t,{options:!i&&this.getSharedOptions(s)||s})}removeHoverStyle(t,n,r){this._setStyle(t,r,"active",!1)}setHoverStyle(t,n,r){this._setStyle(t,r,"active",!0)}_removeDatasetHoverStyle(){const t=this._cachedMeta.dataset;t&&this._setStyle(t,void 0,"active",!1)}_setDatasetHoverStyle(){const t=this._cachedMeta.dataset;t&&this._setStyle(t,void 0,"active",!0)}_resyncElements(t){const n=this._data,r=this._cachedMeta.data;for(const[a,l,c]of this._syncList)this[a](l,c);this._syncList=[];const i=r.length,s=n.length,o=Math.min(s,i);o&&this.parse(0,o),s>i?this._insertElements(i,s-i,t):s<i&&this._removeElements(s,i-s)}_insertElements(t,n,r=!0){const i=this._cachedMeta,s=i.data,o=t+n;let a;const l=c=>{for(c.length+=n,a=c.length-1;a>=o;a--)c[a]=c[a-n]};for(l(s),a=t;a<o;++a)s[a]=new this.dataElementType;this._parsing&&l(i._parsed),this.parse(t,n),r&&this.updateElements(s,t,n,"reset")}updateElements(t,n,r,i){}_removeElements(t,n){const r=this._cachedMeta;if(this._parsing){const i=r._parsed.splice(t,n);r._stacked&&ao(r,i)}r.data.splice(t,n)}_sync(t){if(this._parsing)this._syncList.push(t);else{const[n,r,i]=t;this[n](r,i)}this.chart._dataChanges.push([this.index,...t])}_onDataPush(){const t=arguments.length;this._sync(["_insertElements",this.getDataset().data.length-t,t])}_onDataPop(){this._sync(["_removeElements",this._cachedMeta.data.length-1,1])}_onDataShift(){this._sync(["_removeElements",0,1])}_onDataSplice(t,n){n&&this._sync(["_removeElements",t,n]);const r=arguments.length-2;r&&this._sync(["_insertElements",t,r])}_onDataUnshift(){this._sync(["_insertElements",0,arguments.length])}}pe(Xi,"defaults",{}),pe(Xi,"datasetElementType",null),pe(Xi,"dataElementType",null);class _l extends Xi{initialize(){this.enableOptionSharing=!0,this.supportsDecimation=!0,super.initialize()}update(t){const n=this._cachedMeta,{dataset:r,data:i=[],_dataset:s}=n,o=this.chart._animationsDisabled;let{start:a,count:l}=KP(n,i,o);this._drawStart=a,this._drawCount=l,UP(n)&&(a=0,l=i.length),r._chart=this.chart,r._datasetIndex=this.index,r._decimated=!!s._decimated,r.points=i;const c=this.resolveDatasetElementOptions(t);this.options.showLine||(c.borderWidth=0),c.segment=this.options.segment,this.updateElement(r,void 0,{animated:!o,options:c},t),this.updateElements(i,a,l,t)}updateElements(t,n,r,i){const s=i==="reset",{iScale:o,vScale:a,_stacked:l,_dataset:c}=this._cachedMeta,{sharedOptions:u,includeOptions:d}=this._getSharedOptions(n,i),f=o.axis,h=a.axis,{spanGaps:g,segment:m}=this.options,p=ta(g)?g:Number.POSITIVE_INFINITY,v=this.chart._animationsDisabled||s||i==="none",b=n+r,x=t.length;let S=n>0&&this.getParsed(n-1);for(let w=0;w<x;++w){const _=t[w],C=v?_:{};if(w<n||w>=b){C.skip=!0;continue}const k=this.getParsed(w),O=Qe(k[h]),A=C[f]=o.getPixelForValue(k[f],w),M=C[h]=s||O?a.getBasePixel():a.getPixelForValue(l?this.applyStack(a,k,l):k[h],w);C.skip=isNaN(A)||isNaN(M)||O,C.stop=w>0&&Math.abs(k[f]-S[f])>p,m&&(C.parsed=k,C.raw=c.data[w]),d&&(C.options=u||this.resolveDataElementOptions(w,_.active?"active":i)),v||this.updateElement(_,w,C,i),S=k}}getMaxOverflow(){const t=this._cachedMeta,n=t.dataset,r=n.options&&n.options.borderWidth||0,i=t.data||[];if(!i.length)return r;const s=i[0].size(this.resolveDataElementOptions(0)),o=i[i.length-1].size(this.resolveDataElementOptions(i.length-1));return Math.max(r,s,o)/2}draw(){const t=this._cachedMeta;t.dataset.updateControlPoints(this.chart.chartArea,t.iScale.axis),super.draw()}}pe(_l,"id","line"),pe(_l,"defaults",{datasetElementType:"line",dataElementType:"point",showLine:!0,spanGaps:!1}),pe(_l,"overrides",{scales:{_index_:{type:"category"},_value_:{type:"linear"}}});class kl extends Xi{getLabelAndValue(t){const n=this._cachedMeta.vScale,r=this.getParsed(t);return{label:n.getLabels()[t],value:""+n.getLabelForValue(r[n.axis])}}parseObjectData(t,n,r,i){return CT.bind(this)(t,n,r,i)}update(t){const n=this._cachedMeta,r=n.dataset,i=n.data||[],s=n.iScale.getLabels();if(r.points=i,t!=="resize"){const o=this.resolveDatasetElementOptions(t);this.options.showLine||(o.borderWidth=0);const a={_loop:!0,_fullLoop:s.length===i.length,options:o};this.updateElement(r,void 0,a,t)}this.updateElements(i,0,i.length,t)}updateElements(t,n,r,i){const s=this._cachedMeta.rScale,o=i==="reset";for(let a=n;a<n+r;a++){const l=t[a],c=this.resolveDataElementOptions(a,l.active?"active":i),u=s.getPointPositionForValue(a,this.getParsed(a).r),d=o?s.xCenter:u.x,f=o?s.yCenter:u.y,h={x:d,y:f,angle:u.angle,skip:isNaN(d)||isNaN(f),options:c};this.updateElement(l,a,h,i)}}}pe(kl,"id","radar"),pe(kl,"defaults",{datasetElementType:"line",dataElementType:"point",indexAxis:"r",showLine:!0,elements:{line:{fill:"start"}}}),pe(kl,"overrides",{aspectRatio:1,scales:{r:{type:"radialLinear"}}});function ei(){throw new Error("This method is not implemented: Check that a complete date adapter is provided.")}class jf{constructor(t){pe(this,"options");this.options=t||{}}static override(t){Object.assign(jf.prototype,t)}init(){}formats(){return ei()}parse(){return ei()}format(){return ei()}add(){return ei()}diff(){return ei()}startOf(){return ei()}endOf(){return ei()}}var c5={_date:jf};function u5(e,t,n,r){const{controller:i,data:s,_sorted:o}=e,a=i._cachedMeta.iScale,l=e.dataset&&e.dataset.options?e.dataset.options.spanGaps:null;if(a&&t===a.axis&&t!=="r"&&o&&s.length){const c=a._reversePixels?FP:ci;if(r){if(i._sharedOptions){const u=s[0],d=typeof u.getRange=="function"&&u.getRange(t);if(d){const f=c(s,t,n-d),h=c(s,t,n+d);return{lo:f.lo,hi:h.hi}}}}else{const u=c(s,t,n);if(l){const{vScale:d}=i._cachedMeta,{_parsed:f}=e,h=f.slice(0,u.lo+1).reverse().findIndex(m=>!Qe(m[d.axis]));u.lo-=Math.max(0,h);const g=f.slice(u.hi).findIndex(m=>!Qe(m[d.axis]));u.hi+=Math.max(0,g)}return u}}return{lo:0,hi:s.length-1}}function Mc(e,t,n,r,i){const s=e.getSortedVisibleDatasetMetas(),o=n[t];for(let a=0,l=s.length;a<l;++a){const{index:c,data:u}=s[a],{lo:d,hi:f}=u5(s[a],t,o,i);for(let h=d;h<=f;++h){const g=u[h];g.skip||r(g,c,h)}}}function d5(e){const t=e.indexOf("x")!==-1,n=e.indexOf("y")!==-1;return function(r,i){const s=t?Math.abs(r.x-i.x):0,o=n?Math.abs(r.y-i.y):0;return Math.sqrt(Math.pow(s,2)+Math.pow(o,2))}}function Su(e,t,n,r,i){const s=[];return!i&&!e.isPointInArea(t)||Mc(e,n,t,function(a,l,c){!i&&!rr(a,e.chartArea,0)||a.inRange(t.x,t.y,r)&&s.push({element:a,datasetIndex:l,index:c})},!0),s}function f5(e,t,n,r){let i=[];function s(o,a,l){const{startAngle:c,endAngle:u}=o.getProps(["startAngle","endAngle"],r),{angle:d}=LP(o,{x:t.x,y:t.y});lb(d,c,u)&&i.push({element:o,datasetIndex:a,index:l})}return Mc(e,n,t,s),i}function h5(e,t,n,r,i,s){let o=[];const a=d5(n);let l=Number.POSITIVE_INFINITY;function c(u,d,f){const h=u.inRange(t.x,t.y,i);if(r&&!h)return;const g=u.getCenterPoint(i);if(!(!!s||e.isPointInArea(g))&&!h)return;const p=a(t,g);p<l?(o=[{element:u,datasetIndex:d,index:f}],l=p):p===l&&o.push({element:u,datasetIndex:d,index:f})}return Mc(e,n,t,c),o}function Cu(e,t,n,r,i,s){return!s&&!e.isPointInArea(t)?[]:n==="r"&&!r?f5(e,t,n,i):h5(e,t,n,r,i,s)}function ky(e,t,n,r,i){const s=[],o=n==="x"?"inXRange":"inYRange";let a=!1;return Mc(e,n,t,(l,c,u)=>{l[o]&&l[o](t[n],i)&&(s.push({element:l,datasetIndex:c,index:u}),a=a||l.inRange(t.x,t.y,i))}),r&&!a?[]:s}var g5={modes:{index(e,t,n,r){const i=ii(t,e),s=n.axis||"x",o=n.includeInvisible||!1,a=n.intersect?Su(e,i,s,r,o):Cu(e,i,s,!1,r,o),l=[];return a.length?(e.getSortedVisibleDatasetMetas().forEach(c=>{const u=a[0].index,d=c.data[u];d&&!d.skip&&l.push({element:d,datasetIndex:c.index,index:u})}),l):[]},dataset(e,t,n,r){const i=ii(t,e),s=n.axis||"xy",o=n.includeInvisible||!1;let a=n.intersect?Su(e,i,s,r,o):Cu(e,i,s,!1,r,o);if(a.length>0){const l=a[0].datasetIndex,c=e.getDatasetMeta(l).data;a=[];for(let u=0;u<c.length;++u)a.push({element:c[u],datasetIndex:l,index:u})}return a},point(e,t,n,r){const i=ii(t,e),s=n.axis||"xy",o=n.includeInvisible||!1;return Su(e,i,s,r,o)},nearest(e,t,n,r){const i=ii(t,e),s=n.axis||"xy",o=n.includeInvisible||!1;return Cu(e,i,s,n.intersect,r,o)},x(e,t,n,r){const i=ii(t,e);return ky(e,i,"x",n.intersect,r)},y(e,t,n,r){const i=ii(t,e);return ky(e,i,"y",n.intersect,r)}}};const Ab=["left","top","right","bottom"];function lo(e,t){return e.filter(n=>n.pos===t)}function Oy(e,t){return e.filter(n=>Ab.indexOf(n.pos)===-1&&n.box.axis===t)}function co(e,t){return e.sort((n,r)=>{const i=t?r:n,s=t?n:r;return i.weight===s.weight?i.index-s.index:i.weight-s.weight})}function y5(e){const t=[];let n,r,i,s,o,a;for(n=0,r=(e||[]).length;n<r;++n)i=e[n],{position:s,options:{stack:o,stackWeight:a=1}}=i,t.push({index:n,box:i,pos:s,horizontal:i.isHorizontal(),weight:i.weight,stack:o&&s+o,stackWeight:a});return t}function m5(e){const t={};for(const n of e){const{stack:r,pos:i,stackWeight:s}=n;if(!r||!Ab.includes(i))continue;const o=t[r]||(t[r]={count:0,placed:0,weight:0,size:0});o.count++,o.weight+=s}return t}function p5(e,t){const n=m5(e),{vBoxMaxWidth:r,hBoxMaxHeight:i}=t;let s,o,a;for(s=0,o=e.length;s<o;++s){a=e[s];const{fullSize:l}=a.box,c=n[a.stack],u=c&&a.stackWeight/c.weight;a.horizontal?(a.width=u?u*r:l&&t.availableWidth,a.height=i):(a.width=r,a.height=u?u*i:l&&t.availableHeight)}return n}function v5(e){const t=y5(e),n=co(t.filter(c=>c.box.fullSize),!0),r=co(lo(t,"left"),!0),i=co(lo(t,"right")),s=co(lo(t,"top"),!0),o=co(lo(t,"bottom")),a=Oy(t,"x"),l=Oy(t,"y");return{fullSize:n,leftAndTop:r.concat(s),rightAndBottom:i.concat(l).concat(o).concat(a),chartArea:lo(t,"chartArea"),vertical:r.concat(i).concat(l),horizontal:s.concat(o).concat(a)}}function Ey(e,t,n,r){return Math.max(e[n],t[n])+Math.max(e[r],t[r])}function Pb(e,t){e.top=Math.max(e.top,t.top),e.left=Math.max(e.left,t.left),e.bottom=Math.max(e.bottom,t.bottom),e.right=Math.max(e.right,t.right)}function b5(e,t,n,r){const{pos:i,box:s}=n,o=e.maxPadding;if(!Fe(i)){n.size&&(e[i]-=n.size);const d=r[n.stack]||{size:0,count:1};d.size=Math.max(d.size,n.horizontal?s.height:s.width),n.size=d.size/d.count,e[i]+=n.size}s.getPadding&&Pb(o,s.getPadding());const a=Math.max(0,t.outerWidth-Ey(o,e,"left","right")),l=Math.max(0,t.outerHeight-Ey(o,e,"top","bottom")),c=a!==e.w,u=l!==e.h;return e.w=a,e.h=l,n.horizontal?{same:c,other:u}:{same:u,other:c}}function x5(e){const t=e.maxPadding;function n(r){const i=Math.max(t[r]-e[r],0);return e[r]+=i,i}e.y+=n("top"),e.x+=n("left"),n("right"),n("bottom")}function w5(e,t){const n=t.maxPadding;function r(i){const s={left:0,top:0,right:0,bottom:0};return i.forEach(o=>{s[o]=Math.max(t[o],n[o])}),s}return r(e?["left","right"]:["top","bottom"])}function _o(e,t,n,r){const i=[];let s,o,a,l,c,u;for(s=0,o=e.length,c=0;s<o;++s){a=e[s],l=a.box,l.update(a.width||t.w,a.height||t.h,w5(a.horizontal,t));const{same:d,other:f}=b5(t,n,a,r);c|=d&&i.length,u=u||f,l.fullSize||i.push(a)}return c&&_o(i,t,n,r)||u}function sl(e,t,n,r,i){e.top=n,e.left=t,e.right=t+r,e.bottom=n+i,e.width=r,e.height=i}function Ay(e,t,n,r){const i=n.padding;let{x:s,y:o}=t;for(const a of e){const l=a.box,c=r[a.stack]||{placed:0,weight:1},u=a.stackWeight/c.weight||1;if(a.horizontal){const d=t.w*u,f=c.size||l.height;Vl(c.start)&&(o=c.start),l.fullSize?sl(l,i.left,o,n.outerWidth-i.right-i.left,f):sl(l,t.left+c.placed,o,d,f),c.start=o,c.placed+=d,o=l.bottom}else{const d=t.h*u,f=c.size||l.width;Vl(c.start)&&(s=c.start),l.fullSize?sl(l,s,i.top,f,n.outerHeight-i.bottom-i.top):sl(l,s,t.top+c.placed,f,d),c.start=s,c.placed+=d,s=l.right}}t.x=s,t.y=o}var un={addBox(e,t){e.boxes||(e.boxes=[]),t.fullSize=t.fullSize||!1,t.position=t.position||"top",t.weight=t.weight||0,t._layers=t._layers||function(){return[{z:0,draw(n){t.draw(n)}}]},e.boxes.push(t)},removeBox(e,t){const n=e.boxes?e.boxes.indexOf(t):-1;n!==-1&&e.boxes.splice(n,1)},configure(e,t,n){t.fullSize=n.fullSize,t.position=n.position,t.weight=n.weight},update(e,t,n,r){if(!e)return;const i=Ot(e.options.layout.padding),s=Math.max(t-i.width,0),o=Math.max(n-i.height,0),a=v5(e.boxes),l=a.vertical,c=a.horizontal;Ge(e.boxes,m=>{typeof m.beforeLayout=="function"&&m.beforeLayout()});const u=l.reduce((m,p)=>p.box.options&&p.box.options.display===!1?m:m+1,0)||1,d=Object.freeze({outerWidth:t,outerHeight:n,padding:i,availableWidth:s,availableHeight:o,vBoxMaxWidth:s/2/u,hBoxMaxHeight:o/2}),f=Object.assign({},i);Pb(f,Ot(r));const h=Object.assign({maxPadding:f,w:s,h:o,x:i.left,y:i.top},i),g=p5(l.concat(c),d);_o(a.fullSize,h,d,g),_o(l,h,d,g),_o(c,h,d,g)&&_o(l,h,d,g),x5(h),Ay(a.leftAndTop,h,d,g),h.x+=h.w,h.y+=h.h,Ay(a.rightAndBottom,h,d,g),e.chartArea={left:h.left,top:h.top,right:h.left+h.w,bottom:h.top+h.h,height:h.h,width:h.w},Ge(a.chartArea,m=>{const p=m.box;Object.assign(p,e.chartArea),p.update(h.w,h.h,{left:0,top:0,right:0,bottom:0})})}};class Tb{acquireContext(t,n){}releaseContext(t){return!1}addEventListener(t,n,r){}removeEventListener(t,n,r){}getDevicePixelRatio(){return 1}getMaximumSize(t,n,r,i){return n=Math.max(0,n||t.width),r=r||t.height,{width:n,height:Math.max(0,i?Math.floor(n/i):r)}}isAttached(t){return!0}updateConfig(t){}}class S5 extends Tb{acquireContext(t){return t&&t.getContext&&t.getContext("2d")||null}updateConfig(t){t.options.animation=!1}}const Ol="$chartjs",C5={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"},Py=e=>e===null||e==="";function _5(e,t){const n=e.style,r=e.getAttribute("height"),i=e.getAttribute("width");if(e[Ol]={initial:{height:r,width:i,style:{display:n.display,height:n.height,width:n.width}}},n.display=n.display||"block",n.boxSizing=n.boxSizing||"border-box",Py(i)){const s=yy(e,"width");s!==void 0&&(e.width=s)}if(Py(r))if(e.style.height==="")e.height=e.width/(t||2);else{const s=yy(e,"height");s!==void 0&&(e.height=s)}return e}const Mb=RT?{passive:!0}:!1;function k5(e,t,n){e&&e.addEventListener(t,n,Mb)}function O5(e,t,n){e&&e.canvas&&e.canvas.removeEventListener(t,n,Mb)}function E5(e,t){const n=C5[e.type]||e.type,{x:r,y:i}=ii(e,t);return{type:n,chart:t,native:e,x:r!==void 0?r:null,y:i!==void 0?i:null}}function Xl(e,t){for(const n of e)if(n===t||n.contains(t))return!0}function A5(e,t,n){const r=e.canvas,i=new MutationObserver(s=>{let o=!1;for(const a of s)o=o||Xl(a.addedNodes,r),o=o&&!Xl(a.removedNodes,r);o&&n()});return i.observe(document,{childList:!0,subtree:!0}),i}function P5(e,t,n){const r=e.canvas,i=new MutationObserver(s=>{let o=!1;for(const a of s)o=o||Xl(a.removedNodes,r),o=o&&!Xl(a.addedNodes,r);o&&n()});return i.observe(document,{childList:!0,subtree:!0}),i}const na=new Map;let Ty=0;function $b(){const e=window.devicePixelRatio;e!==Ty&&(Ty=e,na.forEach((t,n)=>{n.currentDevicePixelRatio!==e&&t()}))}function T5(e,t){na.size||window.addEventListener("resize",$b),na.set(e,t)}function M5(e){na.delete(e),na.size||window.removeEventListener("resize",$b)}function $5(e,t,n){const r=e.canvas,i=r&&$f(r);if(!i)return;const s=db((a,l)=>{const c=i.clientWidth;n(a,l),c<i.clientWidth&&n()},window),o=new ResizeObserver(a=>{const l=a[0],c=l.contentRect.width,u=l.contentRect.height;c===0&&u===0||s(c,u)});return o.observe(i),T5(e,s),o}function _u(e,t,n){n&&n.disconnect(),t==="resize"&&M5(e)}function j5(e,t,n){const r=e.canvas,i=db(s=>{e.ctx!==null&&n(E5(s,e))},e);return k5(r,t,i),i}class D5 extends Tb{acquireContext(t,n){const r=t&&t.getContext&&t.getContext("2d");return r&&r.canvas===t?(_5(t,n),r):null}releaseContext(t){const n=t.canvas;if(!n[Ol])return!1;const r=n[Ol].initial;["height","width"].forEach(s=>{const o=r[s];Qe(o)?n.removeAttribute(s):n.setAttribute(s,o)});const i=r.style||{};return Object.keys(i).forEach(s=>{n.style[s]=i[s]}),n.width=n.width,delete n[Ol],!0}addEventListener(t,n,r){this.removeEventListener(t,n);const i=t.$proxies||(t.$proxies={}),o={attach:A5,detach:P5,resize:$5}[n]||j5;i[n]=o(t,n,r)}removeEventListener(t,n){const r=t.$proxies||(t.$proxies={}),i=r[n];if(!i)return;({attach:_u,detach:_u,resize:_u}[n]||O5)(t,n,i),r[n]=void 0}getDevicePixelRatio(){return window.devicePixelRatio}getMaximumSize(t,n,r,i){return IT(t,n,r,i)}isAttached(t){const n=t&&$f(t);return!!(n&&n.isConnected)}}function L5(e){return!Mf()||typeof OffscreenCanvas!="undefined"&&e instanceof OffscreenCanvas?S5:D5}var ml;let Li=(ml=class{constructor(){pe(this,"x");pe(this,"y");pe(this,"active",!1);pe(this,"options");pe(this,"$animations")}tooltipPosition(t){const{x:n,y:r}=this.getProps(["x","y"],t);return{x:n,y:r}}hasValue(){return ta(this.x)&&ta(this.y)}getProps(t,n){const r=this.$animations;if(!n||!r)return this;const i={};return t.forEach(s=>{i[s]=r[s]&&r[s].active()?r[s]._to:this[s]}),i}},pe(ml,"defaults",{}),pe(ml,"defaultRoutes"),ml);function I5(e,t){const n=e.options.ticks,r=R5(e),i=Math.min(n.maxTicksLimit||r,r),s=n.major.enabled?N5(t):[],o=s.length,a=s[0],l=s[o-1],c=[];if(o>i)return B5(t,c,s,o/i),c;const u=F5(s,t,i);if(o>0){let d,f;const h=o>1?Math.round((l-a)/(o-1)):null;for(ol(t,c,u,Qe(h)?0:a-h,a),d=0,f=o-1;d<f;d++)ol(t,c,u,s[d],s[d+1]);return ol(t,c,u,l,Qe(h)?t.length:l+h),c}return ol(t,c,u),c}function R5(e){const t=e.options.offset,n=e._tickSize(),r=e._length/n+(t?0:1),i=e._maxLength/n;return Math.floor(Math.min(r,i))}function F5(e,t,n){const r=q5(e),i=t.length/n;if(!r)return Math.max(i,1);const s=MP(r);for(let o=0,a=s.length-1;o<a;o++){const l=s[o];if(l>i)return l}return Math.max(i,1)}function N5(e){const t=[];let n,r;for(n=0,r=e.length;n<r;n++)e[n].major&&t.push(n);return t}function B5(e,t,n,r){let i=0,s=n[0],o;for(r=Math.ceil(r),o=0;o<e.length;o++)o===s&&(t.push(e[o]),i++,s=n[i*r])}function ol(e,t,n,r,i){const s=De(r,0),o=Math.min(De(i,e.length),e.length);let a=0,l,c,u;for(n=Math.ceil(n),i&&(l=i-r,n=l/Math.floor(l/n)),u=s;u<0;)a++,u=Math.round(s+a*n);for(c=Math.max(s,0);c<o;c++)c===u&&(t.push(e[c]),a++,u=Math.round(s+a*n))}function q5(e){const t=e.length;let n,r;if(t<2)return!1;for(r=e[0],n=1;n<t;++n)if(e[n]-e[n-1]!==r)return!1;return r}const z5=e=>e==="left"?"right":e==="right"?"left":e,My=(e,t,n)=>t==="top"||t==="left"?e[t]+n:e[t]-n,$y=(e,t)=>Math.min(t||e,e);function jy(e,t){const n=[],r=e.length/t,i=e.length;let s=0;for(;s<i;s+=r)n.push(e[Math.floor(s)]);return n}function H5(e,t,n){const r=e.ticks.length,i=Math.min(t,r-1),s=e._startPixel,o=e._endPixel,a=1e-6;let l=e.getPixelForTick(i),c;if(!(n&&(r===1?c=Math.max(l-s,o-l):t===0?c=(e.getPixelForTick(1)-l)/2:c=(l-e.getPixelForTick(i-1))/2,l+=i<t?c:-c,l<s-a||l>o+a)))return l}function K5(e,t){Ge(e,n=>{const r=n.gc,i=r.length/2;let s;if(i>t){for(s=0;s<i;++s)delete n.data[r[s]];r.splice(0,i)}})}function uo(e){return e.drawTicks?e.tickLength:0}function Dy(e,t){if(!e.display)return 0;const n=ft(e.font,t),r=Ot(e.padding);return(rt(e.text)?e.text.length:1)*n.lineHeight+r.height}function U5(e,t){return Gr(e,{scale:t,type:"scale"})}function V5(e,t,n){return Gr(e,{tick:n,index:t,type:"tick"})}function W5(e,t,n){let r=kf(e);return(n&&t!=="right"||!n&&t==="right")&&(r=z5(r)),r}function G5(e,t,n,r){const{top:i,left:s,bottom:o,right:a,chart:l}=e,{chartArea:c,scales:u}=l;let d=0,f,h,g;const m=o-i,p=a-s;if(e.isHorizontal()){if(h=wt(r,s,a),Fe(n)){const v=Object.keys(n)[0],b=n[v];g=u[v].getPixelForValue(b)+m-t}else n==="center"?g=(c.bottom+c.top)/2+m-t:g=My(e,n,t);f=a-s}else{if(Fe(n)){const v=Object.keys(n)[0],b=n[v];h=u[v].getPixelForValue(b)-p+t}else n==="center"?h=(c.left+c.right)/2-p+t:h=My(e,n,t);g=wt(r,o,i),d=n==="left"?-Yt:Yt}return{titleX:h,titleY:g,maxWidth:f,rotation:d}}class Ks extends Li{constructor(t){super(),this.id=t.id,this.type=t.type,this.options=void 0,this.ctx=t.ctx,this.chart=t.chart,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this._margins={left:0,right:0,top:0,bottom:0},this.maxWidth=void 0,this.maxHeight=void 0,this.paddingTop=void 0,this.paddingBottom=void 0,this.paddingLeft=void 0,this.paddingRight=void 0,this.axis=void 0,this.labelRotation=void 0,this.min=void 0,this.max=void 0,this._range=void 0,this.ticks=[],this._gridLineItems=null,this._labelItems=null,this._labelSizes=null,this._length=0,this._maxLength=0,this._longestTextCache={},this._startPixel=void 0,this._endPixel=void 0,this._reversePixels=!1,this._userMax=void 0,this._userMin=void 0,this._suggestedMax=void 0,this._suggestedMin=void 0,this._ticksLength=0,this._borderValue=0,this._cache={},this._dataLimitsCached=!1,this.$context=void 0}init(t){this.options=t.setContext(this.getContext()),this.axis=t.axis,this._userMin=this.parse(t.min),this._userMax=this.parse(t.max),this._suggestedMin=this.parse(t.suggestedMin),this._suggestedMax=this.parse(t.suggestedMax)}parse(t,n){return t}getUserBounds(){let{_userMin:t,_userMax:n,_suggestedMin:r,_suggestedMax:i}=this;return t=Pn(t,Number.POSITIVE_INFINITY),n=Pn(n,Number.NEGATIVE_INFINITY),r=Pn(r,Number.POSITIVE_INFINITY),i=Pn(i,Number.NEGATIVE_INFINITY),{min:Pn(t,r),max:Pn(n,i),minDefined:yt(t),maxDefined:yt(n)}}getMinMax(t){let{min:n,max:r,minDefined:i,maxDefined:s}=this.getUserBounds(),o;if(i&&s)return{min:n,max:r};const a=this.getMatchingVisibleMetas();for(let l=0,c=a.length;l<c;++l)o=a[l].controller.getMinMax(this,t),i||(n=Math.min(n,o.min)),s||(r=Math.max(r,o.max));return n=s&&n>r?r:n,r=i&&n>r?n:r,{min:Pn(n,Pn(r,n)),max:Pn(r,Pn(n,r))}}getPadding(){return{left:this.paddingLeft||0,top:this.paddingTop||0,right:this.paddingRight||0,bottom:this.paddingBottom||0}}getTicks(){return this.ticks}getLabels(){const t=this.chart.data;return this.options.labels||(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels||[]}getLabelItems(t=this.chart.chartArea){return this._labelItems||(this._labelItems=this._computeLabelItems(t))}beforeLayout(){this._cache={},this._dataLimitsCached=!1}beforeUpdate(){Je(this.options.beforeUpdate,[this])}update(t,n,r){const{beginAtZero:i,grace:s,ticks:o}=this.options,a=o.sampleSize;this.beforeUpdate(),this.maxWidth=t,this.maxHeight=n,this._margins=r=Object.assign({left:0,right:0,top:0,bottom:0},r),this.ticks=null,this._labelSizes=null,this._gridLineItems=null,this._labelItems=null,this.beforeSetDimensions(),this.setDimensions(),this.afterSetDimensions(),this._maxLength=this.isHorizontal()?this.width+r.left+r.right:this.height+r.top+r.bottom,this._dataLimitsCached||(this.beforeDataLimits(),this.determineDataLimits(),this.afterDataLimits(),this._range=hT(this,s,i),this._dataLimitsCached=!0),this.beforeBuildTicks(),this.ticks=this.buildTicks()||[],this.afterBuildTicks();const l=a<this.ticks.length;this._convertTicksToLabels(l?jy(this.ticks,a):this.ticks),this.configure(),this.beforeCalculateLabelRotation(),this.calculateLabelRotation(),this.afterCalculateLabelRotation(),o.display&&(o.autoSkip||o.source==="auto")&&(this.ticks=I5(this,this.ticks),this._labelSizes=null,this.afterAutoSkip()),l&&this._convertTicksToLabels(this.ticks),this.beforeFit(),this.fit(),this.afterFit(),this.afterUpdate()}configure(){let t=this.options.reverse,n,r;this.isHorizontal()?(n=this.left,r=this.right):(n=this.top,r=this.bottom,t=!t),this._startPixel=n,this._endPixel=r,this._reversePixels=t,this._length=r-n,this._alignToPixels=this.options.alignToPixels}afterUpdate(){Je(this.options.afterUpdate,[this])}beforeSetDimensions(){Je(this.options.beforeSetDimensions,[this])}setDimensions(){this.isHorizontal()?(this.width=this.maxWidth,this.left=0,this.right=this.width):(this.height=this.maxHeight,this.top=0,this.bottom=this.height),this.paddingLeft=0,this.paddingTop=0,this.paddingRight=0,this.paddingBottom=0}afterSetDimensions(){Je(this.options.afterSetDimensions,[this])}_callHooks(t){this.chart.notifyPlugins(t,this.getContext()),Je(this.options[t],[this])}beforeDataLimits(){this._callHooks("beforeDataLimits")}determineDataLimits(){}afterDataLimits(){this._callHooks("afterDataLimits")}beforeBuildTicks(){this._callHooks("beforeBuildTicks")}buildTicks(){return[]}afterBuildTicks(){this._callHooks("afterBuildTicks")}beforeTickToLabelConversion(){Je(this.options.beforeTickToLabelConversion,[this])}generateTickLabels(t){const n=this.options.ticks;let r,i,s;for(r=0,i=t.length;r<i;r++)s=t[r],s.label=Je(n.callback,[s.value,r,t],this)}afterTickToLabelConversion(){Je(this.options.afterTickToLabelConversion,[this])}beforeCalculateLabelRotation(){Je(this.options.beforeCalculateLabelRotation,[this])}calculateLabelRotation(){const t=this.options,n=t.ticks,r=$y(this.ticks.length,t.ticks.maxTicksLimit),i=n.minRotation||0,s=n.maxRotation;let o=i,a,l,c;if(!this._isVisible()||!n.display||i>=s||r<=1||!this.isHorizontal()){this.labelRotation=i;return}const u=this._getLabelSizes(),d=u.widest.width,f=u.highest.height,h=cn(this.chart.width-d,0,this.maxWidth);a=t.offset?this.maxWidth/r:h/(r-1),d+6>a&&(a=h/(r-(t.offset?.5:1)),l=this.maxHeight-uo(t.grid)-n.padding-Dy(t.title,this.chart.options.font),c=Math.sqrt(d*d+f*f),o=Cf(Math.min(Math.asin(cn((u.highest.height+6)/a,-1,1)),Math.asin(cn(l/c,-1,1))-Math.asin(cn(f/c,-1,1)))),o=Math.max(i,Math.min(s,o))),this.labelRotation=o}afterCalculateLabelRotation(){Je(this.options.afterCalculateLabelRotation,[this])}afterAutoSkip(){}beforeFit(){Je(this.options.beforeFit,[this])}fit(){const t={width:0,height:0},{chart:n,options:{ticks:r,title:i,grid:s}}=this,o=this._isVisible(),a=this.isHorizontal();if(o){const l=Dy(i,n.options.font);if(a?(t.width=this.maxWidth,t.height=uo(s)+l):(t.height=this.maxHeight,t.width=uo(s)+l),r.display&&this.ticks.length){const{first:c,last:u,widest:d,highest:f}=this._getLabelSizes(),h=r.padding*2,g=jr(this.labelRotation),m=Math.cos(g),p=Math.sin(g);if(a){const v=r.mirror?0:p*d.width+m*f.height;t.height=Math.min(this.maxHeight,t.height+v+h)}else{const v=r.mirror?0:m*d.width+p*f.height;t.width=Math.min(this.maxWidth,t.width+v+h)}this._calculatePadding(c,u,p,m)}}this._handleMargins(),a?(this.width=this._length=n.width-this._margins.left-this._margins.right,this.height=t.height):(this.width=t.width,this.height=this._length=n.height-this._margins.top-this._margins.bottom)}_calculatePadding(t,n,r,i){const{ticks:{align:s,padding:o},position:a}=this.options,l=this.labelRotation!==0,c=a!=="top"&&this.axis==="x";if(this.isHorizontal()){const u=this.getPixelForTick(0)-this.left,d=this.right-this.getPixelForTick(this.ticks.length-1);let f=0,h=0;l?c?(f=i*t.width,h=r*n.height):(f=r*t.height,h=i*n.width):s==="start"?h=n.width:s==="end"?f=t.width:s!=="inner"&&(f=t.width/2,h=n.width/2),this.paddingLeft=Math.max((f-u+o)*this.width/(this.width-u),0),this.paddingRight=Math.max((h-d+o)*this.width/(this.width-d),0)}else{let u=n.height/2,d=t.height/2;s==="start"?(u=0,d=t.height):s==="end"&&(u=n.height,d=0),this.paddingTop=u+o,this.paddingBottom=d+o}}_handleMargins(){this._margins&&(this._margins.left=Math.max(this.paddingLeft,this._margins.left),this._margins.top=Math.max(this.paddingTop,this._margins.top),this._margins.right=Math.max(this.paddingRight,this._margins.right),this._margins.bottom=Math.max(this.paddingBottom,this._margins.bottom))}afterFit(){Je(this.options.afterFit,[this])}isHorizontal(){const{axis:t,position:n}=this.options;return n==="top"||n==="bottom"||t==="x"}isFullSize(){return this.options.fullSize}_convertTicksToLabels(t){this.beforeTickToLabelConversion(),this.generateTickLabels(t);let n,r;for(n=0,r=t.length;n<r;n++)Qe(t[n].label)&&(t.splice(n,1),r--,n--);this.afterTickToLabelConversion()}_getLabelSizes(){let t=this._labelSizes;if(!t){const n=this.options.ticks.sampleSize;let r=this.ticks;n<r.length&&(r=jy(r,n)),this._labelSizes=t=this._computeLabelSizes(r,r.length,this.options.ticks.maxTicksLimit)}return t}_computeLabelSizes(t,n,r){const{ctx:i,_longestTextCache:s}=this,o=[],a=[],l=Math.floor(n/$y(n,r));let c=0,u=0,d,f,h,g,m,p,v,b,x,S,w;for(d=0;d<n;d+=l){if(g=t[d].label,m=this._resolveTickFontOptions(d),i.font=p=m.string,v=s[p]=s[p]||{data:{},gc:[]},b=m.lineHeight,x=S=0,!Qe(g)&&!rt(g))x=Gl(i,v.data,v.gc,x,g),S=b;else if(rt(g))for(f=0,h=g.length;f<h;++f)w=g[f],!Qe(w)&&!rt(w)&&(x=Gl(i,v.data,v.gc,x,w),S+=b);o.push(x),a.push(S),c=Math.max(x,c),u=Math.max(S,u)}K5(s,n);const _=o.indexOf(c),C=a.indexOf(u),k=O=>({width:o[O]||0,height:a[O]||0});return{first:k(0),last:k(n-1),widest:k(_),highest:k(C),widths:o,heights:a}}getLabelForValue(t){return t}getPixelForValue(t,n){return NaN}getValueForPixel(t){}getPixelForTick(t){const n=this.ticks;return t<0||t>n.length-1?null:this.getPixelForValue(n[t].value)}getPixelForDecimal(t){this._reversePixels&&(t=1-t);const n=this._startPixel+t*this._length;return RP(this._alignToPixels?Zr(this.chart,n,0):n)}getDecimalForPixel(t){const n=(t-this._startPixel)/this._length;return this._reversePixels?1-n:n}getBasePixel(){return this.getPixelForValue(this.getBaseValue())}getBaseValue(){const{min:t,max:n}=this;return t<0&&n<0?n:t>0&&n>0?t:0}getContext(t){const n=this.ticks||[];if(t>=0&&t<n.length){const r=n[t];return r.$context||(r.$context=V5(this.getContext(),t,r))}return this.$context||(this.$context=U5(this.chart.getContext(),this))}_tickSize(){const t=this.options.ticks,n=jr(this.labelRotation),r=Math.abs(Math.cos(n)),i=Math.abs(Math.sin(n)),s=this._getLabelSizes(),o=t.autoSkipPadding||0,a=s?s.widest.width+o:0,l=s?s.highest.height+o:0;return this.isHorizontal()?l*r>a*i?a/r:l/i:l*i<a*r?l/r:a/i}_isVisible(){const t=this.options.display;return t!=="auto"?!!t:this.getMatchingVisibleMetas().length>0}_computeGridLineItems(t){const n=this.axis,r=this.chart,i=this.options,{grid:s,position:o,border:a}=i,l=s.offset,c=this.isHorizontal(),d=this.ticks.length+(l?1:0),f=uo(s),h=[],g=a.setContext(this.getContext()),m=g.display?g.width:0,p=m/2,v=function(j){return Zr(r,j,m)};let b,x,S,w,_,C,k,O,A,M,L,G;if(o==="top")b=v(this.bottom),C=this.bottom-f,O=b-p,M=v(t.top)+p,G=t.bottom;else if(o==="bottom")b=v(this.top),M=t.top,G=v(t.bottom)-p,C=b+p,O=this.top+f;else if(o==="left")b=v(this.right),_=this.right-f,k=b-p,A=v(t.left)+p,L=t.right;else if(o==="right")b=v(this.left),A=t.left,L=v(t.right)-p,_=b+p,k=this.left+f;else if(n==="x"){if(o==="center")b=v((t.top+t.bottom)/2+.5);else if(Fe(o)){const j=Object.keys(o)[0],I=o[j];b=v(this.chart.scales[j].getPixelForValue(I))}M=t.top,G=t.bottom,C=b+p,O=C+f}else if(n==="y"){if(o==="center")b=v((t.left+t.right)/2);else if(Fe(o)){const j=Object.keys(o)[0],I=o[j];b=v(this.chart.scales[j].getPixelForValue(I))}_=b-p,k=_-f,A=t.left,L=t.right}const R=De(i.ticks.maxTicksLimit,d),D=Math.max(1,Math.ceil(d/R));for(x=0;x<d;x+=D){const j=this.getContext(x),I=s.setContext(j),oe=a.setContext(j),ue=I.lineWidth,B=I.color,Y=oe.dash||[],ne=oe.dashOffset,ae=I.tickWidth,F=I.tickColor,W=I.tickBorderDash||[],q=I.tickBorderDashOffset;S=H5(this,x,l),S!==void 0&&(w=Zr(r,S,ue),c?_=k=A=L=w:C=O=M=G=w,h.push({tx1:_,ty1:C,tx2:k,ty2:O,x1:A,y1:M,x2:L,y2:G,width:ue,color:B,borderDash:Y,borderDashOffset:ne,tickWidth:ae,tickColor:F,tickBorderDash:W,tickBorderDashOffset:q}))}return this._ticksLength=d,this._borderValue=b,h}_computeLabelItems(t){const n=this.axis,r=this.options,{position:i,ticks:s}=r,o=this.isHorizontal(),a=this.ticks,{align:l,crossAlign:c,padding:u,mirror:d}=s,f=uo(r.grid),h=f+u,g=d?-u:h,m=-jr(this.labelRotation),p=[];let v,b,x,S,w,_,C,k,O,A,M,L,G="middle";if(i==="top")_=this.bottom-g,C=this._getXAxisLabelAlignment();else if(i==="bottom")_=this.top+g,C=this._getXAxisLabelAlignment();else if(i==="left"){const D=this._getYAxisLabelAlignment(f);C=D.textAlign,w=D.x}else if(i==="right"){const D=this._getYAxisLabelAlignment(f);C=D.textAlign,w=D.x}else if(n==="x"){if(i==="center")_=(t.top+t.bottom)/2+h;else if(Fe(i)){const D=Object.keys(i)[0],j=i[D];_=this.chart.scales[D].getPixelForValue(j)+h}C=this._getXAxisLabelAlignment()}else if(n==="y"){if(i==="center")w=(t.left+t.right)/2-h;else if(Fe(i)){const D=Object.keys(i)[0],j=i[D];w=this.chart.scales[D].getPixelForValue(j)}C=this._getYAxisLabelAlignment(f).textAlign}n==="y"&&(l==="start"?G="top":l==="end"&&(G="bottom"));const R=this._getLabelSizes();for(v=0,b=a.length;v<b;++v){x=a[v],S=x.label;const D=s.setContext(this.getContext(v));k=this.getPixelForTick(v)+s.labelOffset,O=this._resolveTickFontOptions(v),A=O.lineHeight,M=rt(S)?S.length:1;const j=M/2,I=D.color,oe=D.textStrokeColor,ue=D.textStrokeWidth;let B=C;o?(w=k,C==="inner"&&(v===b-1?B=this.options.reverse?"left":"right":v===0?B=this.options.reverse?"right":"left":B="center"),i==="top"?c==="near"||m!==0?L=-M*A+A/2:c==="center"?L=-R.highest.height/2-j*A+A:L=-R.highest.height+A/2:c==="near"||m!==0?L=A/2:c==="center"?L=R.highest.height/2-j*A:L=R.highest.height-M*A,d&&(L*=-1),m!==0&&!D.showLabelBackdrop&&(w+=A/2*Math.sin(m))):(_=k,L=(1-M)*A/2);let Y;if(D.showLabelBackdrop){const ne=Ot(D.backdropPadding),ae=R.heights[v],F=R.widths[v];let W=L-ne.top,q=0-ne.left;switch(G){case"middle":W-=ae/2;break;case"bottom":W-=ae;break}switch(C){case"center":q-=F/2;break;case"right":q-=F;break;case"inner":v===b-1?q-=F:v>0&&(q-=F/2);break}Y={left:q,top:W,width:F+ne.width,height:ae+ne.height,color:D.backdropColor}}p.push({label:S,font:O,textOffset:L,options:{rotation:m,color:I,strokeColor:oe,strokeWidth:ue,textAlign:B,textBaseline:G,translation:[w,_],backdrop:Y}})}return p}_getXAxisLabelAlignment(){const{position:t,ticks:n}=this.options;if(-jr(this.labelRotation))return t==="top"?"left":"right";let i="center";return n.align==="start"?i="left":n.align==="end"?i="right":n.align==="inner"&&(i="inner"),i}_getYAxisLabelAlignment(t){const{position:n,ticks:{crossAlign:r,mirror:i,padding:s}}=this.options,o=this._getLabelSizes(),a=t+s,l=o.widest.width;let c,u;return n==="left"?i?(u=this.right+s,r==="near"?c="left":r==="center"?(c="center",u+=l/2):(c="right",u+=l)):(u=this.right-a,r==="near"?c="right":r==="center"?(c="center",u-=l/2):(c="left",u=this.left)):n==="right"?i?(u=this.left+s,r==="near"?c="right":r==="center"?(c="center",u-=l/2):(c="left",u-=l)):(u=this.left+a,r==="near"?c="left":r==="center"?(c="center",u+=l/2):(c="right",u=this.right)):c="right",{textAlign:c,x:u}}_computeLabelArea(){if(this.options.ticks.mirror)return;const t=this.chart,n=this.options.position;if(n==="left"||n==="right")return{top:0,left:this.left,bottom:t.height,right:this.right};if(n==="top"||n==="bottom")return{top:this.top,left:0,bottom:this.bottom,right:t.width}}drawBackground(){const{ctx:t,options:{backgroundColor:n},left:r,top:i,width:s,height:o}=this;n&&(t.save(),t.fillStyle=n,t.fillRect(r,i,s,o),t.restore())}getLineWidthForValue(t){const n=this.options.grid;if(!this._isVisible()||!n.display)return 0;const i=this.ticks.findIndex(s=>s.value===t);return i>=0?n.setContext(this.getContext(i)).lineWidth:0}drawGrid(t){const n=this.options.grid,r=this.ctx,i=this._gridLineItems||(this._gridLineItems=this._computeGridLineItems(t));let s,o;const a=(l,c,u)=>{!u.width||!u.color||(r.save(),r.lineWidth=u.width,r.strokeStyle=u.color,r.setLineDash(u.borderDash||[]),r.lineDashOffset=u.borderDashOffset,r.beginPath(),r.moveTo(l.x,l.y),r.lineTo(c.x,c.y),r.stroke(),r.restore())};if(n.display)for(s=0,o=i.length;s<o;++s){const l=i[s];n.drawOnChartArea&&a({x:l.x1,y:l.y1},{x:l.x2,y:l.y2},l),n.drawTicks&&a({x:l.tx1,y:l.ty1},{x:l.tx2,y:l.ty2},{color:l.tickColor,width:l.tickWidth,borderDash:l.tickBorderDash,borderDashOffset:l.tickBorderDashOffset})}}drawBorder(){const{chart:t,ctx:n,options:{border:r,grid:i}}=this,s=r.setContext(this.getContext()),o=r.display?s.width:0;if(!o)return;const a=i.setContext(this.getContext(0)).lineWidth,l=this._borderValue;let c,u,d,f;this.isHorizontal()?(c=Zr(t,this.left,o)-o/2,u=Zr(t,this.right,a)+a/2,d=f=l):(d=Zr(t,this.top,o)-o/2,f=Zr(t,this.bottom,a)+a/2,c=u=l),n.save(),n.lineWidth=s.width,n.strokeStyle=s.color,n.beginPath(),n.moveTo(c,d),n.lineTo(u,f),n.stroke(),n.restore()}drawLabels(t){if(!this.options.ticks.display)return;const r=this.ctx,i=this._computeLabelArea();i&&Ac(r,i);const s=this.getLabelItems(t);for(const o of s){const a=o.options,l=o.font,c=o.label,u=o.textOffset;Pi(r,c,0,u,l,a)}i&&Pc(r)}drawTitle(){const{ctx:t,options:{position:n,title:r,reverse:i}}=this;if(!r.display)return;const s=ft(r.font),o=Ot(r.padding),a=r.align;let l=s.lineHeight/2;n==="bottom"||n==="center"||Fe(n)?(l+=o.bottom,rt(r.text)&&(l+=s.lineHeight*(r.text.length-1))):l+=o.top;const{titleX:c,titleY:u,maxWidth:d,rotation:f}=G5(this,l,n,a);Pi(t,r.text,0,0,s,{color:r.color,maxWidth:d,rotation:f,textAlign:W5(a,n,i),textBaseline:"middle",translation:[c,u]})}draw(t){this._isVisible()&&(this.drawBackground(),this.drawGrid(t),this.drawBorder(),this.drawTitle(),this.drawLabels(t))}_layers(){const t=this.options,n=t.ticks&&t.ticks.z||0,r=De(t.grid&&t.grid.z,-1),i=De(t.border&&t.border.z,0);return!this._isVisible()||this.draw!==Ks.prototype.draw?[{z:n,draw:s=>{this.draw(s)}}]:[{z:r,draw:s=>{this.drawBackground(),this.drawGrid(s),this.drawTitle()}},{z:i,draw:()=>{this.drawBorder()}},{z:n,draw:s=>{this.drawLabels(s)}}]}getMatchingVisibleMetas(t){const n=this.chart.getSortedVisibleDatasetMetas(),r=this.axis+"AxisID",i=[];let s,o;for(s=0,o=n.length;s<o;++s){const a=n[s];a[r]===this.id&&(!t||a.type===t)&&i.push(a)}return i}_resolveTickFontOptions(t){const n=this.options.ticks.setContext(this.getContext(t));return ft(n.font)}_maxDigits(){const t=this._resolveTickFontOptions(0).lineHeight;return(this.isHorizontal()?this.width:this.height)/t}}class al{constructor(t,n,r){this.type=t,this.scope=n,this.override=r,this.items=Object.create(null)}isForType(t){return Object.prototype.isPrototypeOf.call(this.type.prototype,t.prototype)}register(t){const n=Object.getPrototypeOf(t);let r;X5(n)&&(r=this.register(n));const i=this.items,s=t.id,o=this.scope+"."+s;if(!s)throw new Error("class does not have id: "+t);return s in i||(i[s]=t,Q5(t,o,r),this.override&&at.override(t.id,t.overrides)),o}get(t){return this.items[t]}unregister(t){const n=this.items,r=t.id,i=this.scope;r in n&&delete n[r],i&&r in at[i]&&(delete at[i][r],this.override&&delete Ai[r])}}function Q5(e,t,n){const r=Zo(Object.create(null),[n?at.get(n):{},at.get(t),e.defaults]);at.set(t,r),e.defaultRoutes&&Y5(t,e.defaultRoutes),e.descriptors&&at.describe(t,e.descriptors)}function Y5(e,t){Object.keys(t).forEach(n=>{const r=n.split("."),i=r.pop(),s=[e].concat(r).join("."),o=t[n].split("."),a=o.pop(),l=o.join(".");at.route(s,i,l,a)})}function X5(e){return"id"in e&&"defaults"in e}class J5{constructor(){this.controllers=new al(Xi,"datasets",!0),this.elements=new al(Li,"elements"),this.plugins=new al(Object,"plugins"),this.scales=new al(Ks,"scales"),this._typedRegistries=[this.controllers,this.scales,this.elements]}add(...t){this._each("register",t)}remove(...t){this._each("unregister",t)}addControllers(...t){this._each("register",t,this.controllers)}addElements(...t){this._each("register",t,this.elements)}addPlugins(...t){this._each("register",t,this.plugins)}addScales(...t){this._each("register",t,this.scales)}getController(t){return this._get(t,this.controllers,"controller")}getElement(t){return this._get(t,this.elements,"element")}getPlugin(t){return this._get(t,this.plugins,"plugin")}getScale(t){return this._get(t,this.scales,"scale")}removeControllers(...t){this._each("unregister",t,this.controllers)}removeElements(...t){this._each("unregister",t,this.elements)}removePlugins(...t){this._each("unregister",t,this.plugins)}removeScales(...t){this._each("unregister",t,this.scales)}_each(t,n,r){[...n].forEach(i=>{const s=r||this._getRegistryForType(i);r||s.isForType(i)||s===this.plugins&&i.id?this._exec(t,s,i):Ge(i,o=>{const a=r||this._getRegistryForType(o);this._exec(t,a,o)})})}_exec(t,n,r){const i=Sf(t);Je(r["before"+i],[],r),n[t](r),Je(r["after"+i],[],r)}_getRegistryForType(t){for(let n=0;n<this._typedRegistries.length;n++){const r=this._typedRegistries[n];if(r.isForType(t))return r}return this.plugins}_get(t,n,r){const i=n.get(t);if(i===void 0)throw new Error('"'+t+'" is not a registered '+r+".");return i}}var $n=new J5;class Z5{constructor(){this._init=[]}notify(t,n,r,i){n==="beforeInit"&&(this._init=this._createDescriptors(t,!0),this._notify(this._init,t,"install"));const s=i?this._descriptors(t).filter(i):this._descriptors(t),o=this._notify(s,t,n,r);return n==="afterDestroy"&&(this._notify(s,t,"stop"),this._notify(this._init,t,"uninstall")),o}_notify(t,n,r,i){i=i||{};for(const s of t){const o=s.plugin,a=o[r],l=[n,i,s.options];if(Je(a,l,o)===!1&&i.cancelable)return!1}return!0}invalidate(){Qe(this._cache)||(this._oldCache=this._cache,this._cache=void 0)}_descriptors(t){if(this._cache)return this._cache;const n=this._cache=this._createDescriptors(t);return this._notifyStateChanges(t),n}_createDescriptors(t,n){const r=t&&t.config,i=De(r.options&&r.options.plugins,{}),s=eM(r);return i===!1&&!n?[]:nM(t,s,i,n)}_notifyStateChanges(t){const n=this._oldCache||[],r=this._cache,i=(s,o)=>s.filter(a=>!o.some(l=>a.plugin.id===l.plugin.id));this._notify(i(n,r),t,"stop"),this._notify(i(r,n),t,"start")}}function eM(e){const t={},n=[],r=Object.keys($n.plugins.items);for(let s=0;s<r.length;s++)n.push($n.getPlugin(r[s]));const i=e.plugins||[];for(let s=0;s<i.length;s++){const o=i[s];n.indexOf(o)===-1&&(n.push(o),t[o.id]=!0)}return{plugins:n,localIds:t}}function tM(e,t){return!t&&e===!1?null:e===!0?{}:e}function nM(e,{plugins:t,localIds:n},r,i){const s=[],o=e.getContext();for(const a of t){const l=a.id,c=tM(r[l],i);c!==null&&s.push({plugin:a,options:rM(e.config,{plugin:a,local:n[l]},c,o)})}return s}function rM(e,{plugin:t,local:n},r,i){const s=e.pluginScopeKeys(t),o=e.getOptionScopes(r,s);return n&&t.defaults&&o.push(t.defaults),e.createResolver(o,i,[""],{scriptable:!1,indexable:!1,allKeys:!0})}function Od(e,t){const n=at.datasets[e]||{};return((t.datasets||{})[e]||{}).indexAxis||t.indexAxis||n.indexAxis||"x"}function iM(e,t){let n=e;return e==="_index_"?n=t:e==="_value_"&&(n=t==="x"?"y":"x"),n}function sM(e,t){return e===t?"_index_":"_value_"}function Ly(e){if(e==="x"||e==="y"||e==="r")return e}function oM(e){if(e==="top"||e==="bottom")return"x";if(e==="left"||e==="right")return"y"}function Ed(e,...t){if(Ly(e))return e;for(const n of t){const r=n.axis||oM(n.position)||e.length>1&&Ly(e[0].toLowerCase());if(r)return r}throw new Error(`Cannot determine type of '${e}' axis. Please provide 'axis' or 'position' option.`)}function Iy(e,t,n){if(n[t+"AxisID"]===e)return{axis:t}}function aM(e,t){if(t.data&&t.data.datasets){const n=t.data.datasets.filter(r=>r.xAxisID===e||r.yAxisID===e);if(n.length)return Iy(e,"x",n[0])||Iy(e,"y",n[0])}return{}}function lM(e,t){const n=Ai[e.type]||{scales:{}},r=t.scales||{},i=Od(e.type,t),s=Object.create(null);return Object.keys(r).forEach(o=>{const a=r[o];if(!Fe(a))return console.error(`Invalid scale configuration for scale: ${o}`);if(a._proxy)return console.warn(`Ignoring resolver passed as options for scale: ${o}`);const l=Ed(o,a,aM(o,e),at.scales[a.type]),c=sM(l,i),u=n.scales||{};s[o]=jo(Object.create(null),[{axis:l},a,u[l],u[c]])}),e.data.datasets.forEach(o=>{const a=o.type||e.type,l=o.indexAxis||Od(a,t),u=(Ai[a]||{}).scales||{};Object.keys(u).forEach(d=>{const f=iM(d,l),h=o[f+"AxisID"]||f;s[h]=s[h]||Object.create(null),jo(s[h],[{axis:f},r[h],u[d]])})}),Object.keys(s).forEach(o=>{const a=s[o];jo(a,[at.scales[a.type],at.scale])}),s}function jb(e){const t=e.options||(e.options={});t.plugins=De(t.plugins,{}),t.scales=lM(e,t)}function Db(e){return e=e||{},e.datasets=e.datasets||[],e.labels=e.labels||[],e}function cM(e){return e=e||{},e.data=Db(e.data),jb(e),e}const Ry=new Map,Lb=new Set;function ll(e,t){let n=Ry.get(e);return n||(n=t(),Ry.set(e,n),Lb.add(n)),n}const fo=(e,t,n)=>{const r=ea(t,n);r!==void 0&&e.add(r)};class uM{constructor(t){this._config=cM(t),this._scopeCache=new Map,this._resolverCache=new Map}get platform(){return this._config.platform}get type(){return this._config.type}set type(t){this._config.type=t}get data(){return this._config.data}set data(t){this._config.data=Db(t)}get options(){return this._config.options}set options(t){this._config.options=t}get plugins(){return this._config.plugins}update(){const t=this._config;this.clearCache(),jb(t)}clearCache(){this._scopeCache.clear(),this._resolverCache.clear()}datasetScopeKeys(t){return ll(t,()=>[[`datasets.${t}`,""]])}datasetAnimationScopeKeys(t,n){return ll(`${t}.transition.${n}`,()=>[[`datasets.${t}.transitions.${n}`,`transitions.${n}`],[`datasets.${t}`,""]])}datasetElementScopeKeys(t,n){return ll(`${t}-${n}`,()=>[[`datasets.${t}.elements.${n}`,`datasets.${t}`,`elements.${n}`,""]])}pluginScopeKeys(t){const n=t.id,r=this.type;return ll(`${r}-plugin-${n}`,()=>[[`plugins.${n}`,...t.additionalOptionScopes||[]]])}_cachedScopes(t,n){const r=this._scopeCache;let i=r.get(t);return(!i||n)&&(i=new Map,r.set(t,i)),i}getOptionScopes(t,n,r){const{options:i,type:s}=this,o=this._cachedScopes(t,r),a=o.get(n);if(a)return a;const l=new Set;n.forEach(u=>{t&&(l.add(t),u.forEach(d=>fo(l,t,d))),u.forEach(d=>fo(l,i,d)),u.forEach(d=>fo(l,Ai[s]||{},d)),u.forEach(d=>fo(l,at,d)),u.forEach(d=>fo(l,_d,d))});const c=Array.from(l);return c.length===0&&c.push(Object.create(null)),Lb.has(n)&&o.set(n,c),c}chartOptionScopes(){const{options:t,type:n}=this;return[t,Ai[n]||{},at.datasets[n]||{},{type:n},at,_d]}resolveNamedOptions(t,n,r,i=[""]){const s={$shared:!0},{resolver:o,subPrefixes:a}=Fy(this._resolverCache,t,i);let l=o;if(fM(o,n)){s.$shared=!1,r=qr(r)?r():r;const c=this.createResolver(t,r,a);l=Ts(o,r,c)}for(const c of n)s[c]=l[c];return s}createResolver(t,n,r=[""],i){const{resolver:s}=Fy(this._resolverCache,t,r);return Fe(n)?Ts(s,n,void 0,i):s}}function Fy(e,t,n){let r=e.get(t);r||(r=new Map,e.set(t,r));const i=n.join();let s=r.get(i);return s||(s={resolver:Af(t,n),subPrefixes:n.filter(a=>!a.toLowerCase().includes("hover"))},r.set(i,s)),s}const dM=e=>Fe(e)&&Object.getOwnPropertyNames(e).some(t=>qr(e[t]));function fM(e,t){const{isScriptable:n,isIndexable:r}=yb(e);for(const i of t){const s=n(i),o=r(i),a=(o||s)&&e[i];if(s&&(qr(a)||dM(a))||o&&rt(a))return!0}return!1}var hM="4.5.0";const gM=["top","bottom","left","right","chartArea"];function Ny(e,t){return e==="top"||e==="bottom"||gM.indexOf(e)===-1&&t==="x"}function By(e,t){return function(n,r){return n[e]===r[e]?n[t]-r[t]:n[e]-r[e]}}function qy(e){const t=e.chart,n=t.options.animation;t.notifyPlugins("afterRender"),Je(n&&n.onComplete,[e],t)}function yM(e){const t=e.chart,n=t.options.animation;Je(n&&n.onProgress,[e],t)}function Ib(e){return Mf()&&typeof e=="string"?e=document.getElementById(e):e&&e.length&&(e=e[0]),e&&e.canvas&&(e=e.canvas),e}const El={},zy=e=>{const t=Ib(e);return Object.values(El).filter(n=>n.canvas===t).pop()};function mM(e,t,n){const r=Object.keys(e);for(const i of r){const s=+i;if(s>=t){const o=e[i];delete e[i],(n>0||s>t)&&(e[s+n]=o)}}}function pM(e,t,n,r){return!n||e.type==="mouseout"?null:r?t:e}var xr;let $c=(xr=class{static register(...t){$n.add(...t),Hy()}static unregister(...t){$n.remove(...t),Hy()}constructor(t,n){const r=this.config=new uM(n),i=Ib(t),s=zy(i);if(s)throw new Error("Canvas is already in use. Chart with ID '"+s.id+"' must be destroyed before the canvas with ID '"+s.canvas.id+"' can be reused.");const o=r.createResolver(r.chartOptionScopes(),this.getContext());this.platform=new(r.platform||L5(i)),this.platform.updateConfig(r);const a=this.platform.acquireContext(i,o.aspectRatio),l=a&&a.canvas,c=l&&l.height,u=l&&l.width;if(this.id=SP(),this.ctx=a,this.canvas=l,this.width=u,this.height=c,this._options=o,this._aspectRatio=this.aspectRatio,this._layers=[],this._metasets=[],this._stacks=void 0,this.boxes=[],this.currentDevicePixelRatio=void 0,this.chartArea=void 0,this._active=[],this._lastEvent=void 0,this._listeners={},this._responsiveListeners=void 0,this._sortedMetasets=[],this.scales={},this._plugins=new Z5,this.$proxies={},this._hiddenIndices={},this.attached=!1,this._animationsDisabled=void 0,this.$context=void 0,this._doResize=zP(d=>this.update(d),o.resizeDelay||0),this._dataChanges=[],El[this.id]=this,!a||!l){console.error("Failed to create chart: can't acquire context from the given item");return}Qn.listen(this,"complete",qy),Qn.listen(this,"progress",yM),this._initialize(),this.attached&&this.update()}get aspectRatio(){const{options:{aspectRatio:t,maintainAspectRatio:n},width:r,height:i,_aspectRatio:s}=this;return Qe(t)?n&&s?s:i?r/i:null:t}get data(){return this.config.data}set data(t){this.config.data=t}get options(){return this._options}set options(t){this.config.options=t}get registry(){return $n}_initialize(){return this.notifyPlugins("beforeInit"),this.options.responsive?this.resize():gy(this,this.options.devicePixelRatio),this.bindEvents(),this.notifyPlugins("afterInit"),this}clear(){return dy(this.canvas,this.ctx),this}stop(){return Qn.stop(this),this}resize(t,n){Qn.running(this)?this._resizeBeforeDraw={width:t,height:n}:this._resize(t,n)}_resize(t,n){const r=this.options,i=this.canvas,s=r.maintainAspectRatio&&this.aspectRatio,o=this.platform.getMaximumSize(i,t,n,s),a=r.devicePixelRatio||this.platform.getDevicePixelRatio(),l=this.width?"resize":"attach";this.width=o.width,this.height=o.height,this._aspectRatio=this.aspectRatio,gy(this,a,!0)&&(this.notifyPlugins("resize",{size:o}),Je(r.onResize,[this,o],this),this.attached&&this._doResize(l)&&this.render())}ensureScalesHaveIDs(){const n=this.options.scales||{};Ge(n,(r,i)=>{r.id=i})}buildOrUpdateScales(){const t=this.options,n=t.scales,r=this.scales,i=Object.keys(r).reduce((o,a)=>(o[a]=!1,o),{});let s=[];n&&(s=s.concat(Object.keys(n).map(o=>{const a=n[o],l=Ed(o,a),c=l==="r",u=l==="x";return{options:a,dposition:c?"chartArea":u?"bottom":"left",dtype:c?"radialLinear":u?"category":"linear"}}))),Ge(s,o=>{const a=o.options,l=a.id,c=Ed(l,a),u=De(a.type,o.dtype);(a.position===void 0||Ny(a.position,c)!==Ny(o.dposition))&&(a.position=o.dposition),i[l]=!0;let d=null;if(l in r&&r[l].type===u)d=r[l];else{const f=$n.getScale(u);d=new f({id:l,type:u,ctx:this.ctx,chart:this}),r[d.id]=d}d.init(a,t)}),Ge(i,(o,a)=>{o||delete r[a]}),Ge(r,o=>{un.configure(this,o,o.options),un.addBox(this,o)})}_updateMetasets(){const t=this._metasets,n=this.data.datasets.length,r=t.length;if(t.sort((i,s)=>i.index-s.index),r>n){for(let i=n;i<r;++i)this._destroyDatasetMeta(i);t.splice(n,r-n)}this._sortedMetasets=t.slice(0).sort(By("order","index"))}_removeUnreferencedMetasets(){const{_metasets:t,data:{datasets:n}}=this;t.length>n.length&&delete this._stacks,t.forEach((r,i)=>{n.filter(s=>s===r._dataset).length===0&&this._destroyDatasetMeta(i)})}buildOrUpdateControllers(){const t=[],n=this.data.datasets;let r,i;for(this._removeUnreferencedMetasets(),r=0,i=n.length;r<i;r++){const s=n[r];let o=this.getDatasetMeta(r);const a=s.type||this.config.type;if(o.type&&o.type!==a&&(this._destroyDatasetMeta(r),o=this.getDatasetMeta(r)),o.type=a,o.indexAxis=s.indexAxis||Od(a,this.options),o.order=s.order||0,o.index=r,o.label=""+s.label,o.visible=this.isDatasetVisible(r),o.controller)o.controller.updateIndex(r),o.controller.linkScales();else{const l=$n.getController(a),{datasetElementType:c,dataElementType:u}=at.datasets[a];Object.assign(l,{dataElementType:$n.getElement(u),datasetElementType:c&&$n.getElement(c)}),o.controller=new l(this,r),t.push(o.controller)}}return this._updateMetasets(),t}_resetElements(){Ge(this.data.datasets,(t,n)=>{this.getDatasetMeta(n).controller.reset()},this)}reset(){this._resetElements(),this.notifyPlugins("reset")}update(t){const n=this.config;n.update();const r=this._options=n.createResolver(n.chartOptionScopes(),this.getContext()),i=this._animationsDisabled=!r.animation;if(this._updateScales(),this._checkEventBindings(),this._updateHiddenIndices(),this._plugins.invalidate(),this.notifyPlugins("beforeUpdate",{mode:t,cancelable:!0})===!1)return;const s=this.buildOrUpdateControllers();this.notifyPlugins("beforeElementsUpdate");let o=0;for(let c=0,u=this.data.datasets.length;c<u;c++){const{controller:d}=this.getDatasetMeta(c),f=!i&&s.indexOf(d)===-1;d.buildOrUpdateElements(f),o=Math.max(+d.getMaxOverflow(),o)}o=this._minPadding=r.layout.autoPadding?o:0,this._updateLayout(o),i||Ge(s,c=>{c.reset()}),this._updateDatasets(t),this.notifyPlugins("afterUpdate",{mode:t}),this._layers.sort(By("z","_idx"));const{_active:a,_lastEvent:l}=this;l?this._eventHandler(l,!0):a.length&&this._updateHoverStyles(a,a,!0),this.render()}_updateScales(){Ge(this.scales,t=>{un.removeBox(this,t)}),this.ensureScalesHaveIDs(),this.buildOrUpdateScales()}_checkEventBindings(){const t=this.options,n=new Set(Object.keys(this._listeners)),r=new Set(t.events);(!ny(n,r)||!!this._responsiveListeners!==t.responsive)&&(this.unbindEvents(),this.bindEvents())}_updateHiddenIndices(){const{_hiddenIndices:t}=this,n=this._getUniformDataChanges()||[];for(const{method:r,start:i,count:s}of n){const o=r==="_removeElements"?-s:s;mM(t,i,o)}}_getUniformDataChanges(){const t=this._dataChanges;if(!t||!t.length)return;this._dataChanges=[];const n=this.data.datasets.length,r=s=>new Set(t.filter(o=>o[0]===s).map((o,a)=>a+","+o.splice(1).join(","))),i=r(0);for(let s=1;s<n;s++)if(!ny(i,r(s)))return;return Array.from(i).map(s=>s.split(",")).map(s=>({method:s[1],start:+s[2],count:+s[3]}))}_updateLayout(t){if(this.notifyPlugins("beforeLayout",{cancelable:!0})===!1)return;un.update(this,this.width,this.height,t);const n=this.chartArea,r=n.width<=0||n.height<=0;this._layers=[],Ge(this.boxes,i=>{r&&i.position==="chartArea"||(i.configure&&i.configure(),this._layers.push(...i._layers()))},this),this._layers.forEach((i,s)=>{i._idx=s}),this.notifyPlugins("afterLayout")}_updateDatasets(t){if(this.notifyPlugins("beforeDatasetsUpdate",{mode:t,cancelable:!0})!==!1){for(let n=0,r=this.data.datasets.length;n<r;++n)this.getDatasetMeta(n).controller.configure();for(let n=0,r=this.data.datasets.length;n<r;++n)this._updateDataset(n,qr(t)?t({datasetIndex:n}):t);this.notifyPlugins("afterDatasetsUpdate",{mode:t})}}_updateDataset(t,n){const r=this.getDatasetMeta(t),i={meta:r,index:t,mode:n,cancelable:!0};this.notifyPlugins("beforeDatasetUpdate",i)!==!1&&(r.controller._update(n),i.cancelable=!1,this.notifyPlugins("afterDatasetUpdate",i))}render(){this.notifyPlugins("beforeRender",{cancelable:!0})!==!1&&(Qn.has(this)?this.attached&&!Qn.running(this)&&Qn.start(this):(this.draw(),qy({chart:this})))}draw(){let t;if(this._resizeBeforeDraw){const{width:r,height:i}=this._resizeBeforeDraw;this._resizeBeforeDraw=null,this._resize(r,i)}if(this.clear(),this.width<=0||this.height<=0||this.notifyPlugins("beforeDraw",{cancelable:!0})===!1)return;const n=this._layers;for(t=0;t<n.length&&n[t].z<=0;++t)n[t].draw(this.chartArea);for(this._drawDatasets();t<n.length;++t)n[t].draw(this.chartArea);this.notifyPlugins("afterDraw")}_getSortedDatasetMetas(t){const n=this._sortedMetasets,r=[];let i,s;for(i=0,s=n.length;i<s;++i){const o=n[i];(!t||o.visible)&&r.push(o)}return r}getSortedVisibleDatasetMetas(){return this._getSortedDatasetMetas(!0)}_drawDatasets(){if(this.notifyPlugins("beforeDatasetsDraw",{cancelable:!0})===!1)return;const t=this.getSortedVisibleDatasetMetas();for(let n=t.length-1;n>=0;--n)this._drawDataset(t[n]);this.notifyPlugins("afterDatasetsDraw")}_drawDataset(t){const n=this.ctx,r={meta:t,index:t.index,cancelable:!0},i=kb(this,t);this.notifyPlugins("beforeDatasetDraw",r)!==!1&&(i&&Ac(n,i),t.controller.draw(),i&&Pc(n),r.cancelable=!1,this.notifyPlugins("afterDatasetDraw",r))}isPointInArea(t){return rr(t,this.chartArea,this._minPadding)}getElementsAtEventForMode(t,n,r,i){const s=g5.modes[n];return typeof s=="function"?s(this,t,r,i):[]}getDatasetMeta(t){const n=this.data.datasets[t],r=this._metasets;let i=r.filter(s=>s&&s._dataset===n).pop();return i||(i={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null,order:n&&n.order||0,index:t,_dataset:n,_parsed:[],_sorted:!1},r.push(i)),i}getContext(){return this.$context||(this.$context=Gr(null,{chart:this,type:"chart"}))}getVisibleDatasetCount(){return this.getSortedVisibleDatasetMetas().length}isDatasetVisible(t){const n=this.data.datasets[t];if(!n)return!1;const r=this.getDatasetMeta(t);return typeof r.hidden=="boolean"?!r.hidden:!n.hidden}setDatasetVisibility(t,n){const r=this.getDatasetMeta(t);r.hidden=!n}toggleDataVisibility(t){this._hiddenIndices[t]=!this._hiddenIndices[t]}getDataVisibility(t){return!this._hiddenIndices[t]}_updateVisibility(t,n,r){const i=r?"show":"hide",s=this.getDatasetMeta(t),o=s.controller._resolveAnimations(void 0,i);Vl(n)?(s.data[n].hidden=!r,this.update()):(this.setDatasetVisibility(t,r),o.update(s,{visible:r}),this.update(a=>a.datasetIndex===t?i:void 0))}hide(t,n){this._updateVisibility(t,n,!1)}show(t,n){this._updateVisibility(t,n,!0)}_destroyDatasetMeta(t){const n=this._metasets[t];n&&n.controller&&n.controller._destroy(),delete this._metasets[t]}_stop(){let t,n;for(this.stop(),Qn.remove(this),t=0,n=this.data.datasets.length;t<n;++t)this._destroyDatasetMeta(t)}destroy(){this.notifyPlugins("beforeDestroy");const{canvas:t,ctx:n}=this;this._stop(),this.config.clearCache(),t&&(this.unbindEvents(),dy(t,n),this.platform.releaseContext(n),this.canvas=null,this.ctx=null),delete El[this.id],this.notifyPlugins("afterDestroy")}toBase64Image(...t){return this.canvas.toDataURL(...t)}bindEvents(){this.bindUserEvents(),this.options.responsive?this.bindResponsiveEvents():this.attached=!0}bindUserEvents(){const t=this._listeners,n=this.platform,r=(s,o)=>{n.addEventListener(this,s,o),t[s]=o},i=(s,o,a)=>{s.offsetX=o,s.offsetY=a,this._eventHandler(s)};Ge(this.options.events,s=>r(s,i))}bindResponsiveEvents(){this._responsiveListeners||(this._responsiveListeners={});const t=this._responsiveListeners,n=this.platform,r=(l,c)=>{n.addEventListener(this,l,c),t[l]=c},i=(l,c)=>{t[l]&&(n.removeEventListener(this,l,c),delete t[l])},s=(l,c)=>{this.canvas&&this.resize(l,c)};let o;const a=()=>{i("attach",a),this.attached=!0,this.resize(),r("resize",s),r("detach",o)};o=()=>{this.attached=!1,i("resize",s),this._stop(),this._resize(0,0),r("attach",a)},n.isAttached(this.canvas)?a():o()}unbindEvents(){Ge(this._listeners,(t,n)=>{this.platform.removeEventListener(this,n,t)}),this._listeners={},Ge(this._responsiveListeners,(t,n)=>{this.platform.removeEventListener(this,n,t)}),this._responsiveListeners=void 0}updateHoverStyle(t,n,r){const i=r?"set":"remove";let s,o,a,l;for(n==="dataset"&&(s=this.getDatasetMeta(t[0].datasetIndex),s.controller["_"+i+"DatasetHoverStyle"]()),a=0,l=t.length;a<l;++a){o=t[a];const c=o&&this.getDatasetMeta(o.datasetIndex).controller;c&&c[i+"HoverStyle"](o.element,o.datasetIndex,o.index)}}getActiveElements(){return this._active||[]}setActiveElements(t){const n=this._active||[],r=t.map(({datasetIndex:s,index:o})=>{const a=this.getDatasetMeta(s);if(!a)throw new Error("No dataset found at index "+s);return{datasetIndex:s,element:a.data[o],index:o}});!Kl(r,n)&&(this._active=r,this._lastEvent=null,this._updateHoverStyles(r,n))}notifyPlugins(t,n,r){return this._plugins.notify(this,t,n,r)}isPluginEnabled(t){return this._plugins._cache.filter(n=>n.plugin.id===t).length===1}_updateHoverStyles(t,n,r){const i=this.options.hover,s=(l,c)=>l.filter(u=>!c.some(d=>u.datasetIndex===d.datasetIndex&&u.index===d.index)),o=s(n,t),a=r?t:s(t,n);o.length&&this.updateHoverStyle(o,i.mode,!1),a.length&&i.mode&&this.updateHoverStyle(a,i.mode,!0)}_eventHandler(t,n){const r={event:t,replay:n,cancelable:!0,inChartArea:this.isPointInArea(t)},i=o=>(o.options.events||this.options.events).includes(t.native.type);if(this.notifyPlugins("beforeEvent",r,i)===!1)return;const s=this._handleEvent(t,n,r.inChartArea);return r.cancelable=!1,this.notifyPlugins("afterEvent",r,i),(s||r.changed)&&this.render(),this}_handleEvent(t,n,r){const{_active:i=[],options:s}=this,o=n,a=this._getActiveElements(t,i,r,o),l=AP(t),c=pM(t,this._lastEvent,r,l);r&&(this._lastEvent=null,Je(s.onHover,[t,a,this],this),l&&Je(s.onClick,[t,a,this],this));const u=!Kl(a,i);return(u||n)&&(this._active=a,this._updateHoverStyles(a,i,n)),this._lastEvent=c,u}_getActiveElements(t,n,r,i){if(t.type==="mouseout")return[];if(!r)return n;const s=this.options.hover;return this.getElementsAtEventForMode(t,s.mode,s,i)}},pe(xr,"defaults",at),pe(xr,"instances",El),pe(xr,"overrides",Ai),pe(xr,"registry",$n),pe(xr,"version",hM),pe(xr,"getChart",zy),xr);function Hy(){return Ge($c.instances,e=>e._plugins.invalidate())}function Rb(e,t,n=t){e.lineCap=De(n.borderCapStyle,t.borderCapStyle),e.setLineDash(De(n.borderDash,t.borderDash)),e.lineDashOffset=De(n.borderDashOffset,t.borderDashOffset),e.lineJoin=De(n.borderJoinStyle,t.borderJoinStyle),e.lineWidth=De(n.borderWidth,t.borderWidth),e.strokeStyle=De(n.borderColor,t.borderColor)}function vM(e,t,n){e.lineTo(n.x,n.y)}function bM(e){return e.stepped?rT:e.tension||e.cubicInterpolationMode==="monotone"?iT:vM}function Fb(e,t,n={}){const r=e.length,{start:i=0,end:s=r-1}=n,{start:o,end:a}=t,l=Math.max(i,o),c=Math.min(s,a),u=i<o&&s<o||i>a&&s>a;return{count:r,start:l,loop:t.loop,ilen:c<l&&!u?r+c-l:c-l}}function xM(e,t,n,r){const{points:i,options:s}=t,{count:o,start:a,loop:l,ilen:c}=Fb(i,n,r),u=bM(s);let{move:d=!0,reverse:f}=r||{},h,g,m;for(h=0;h<=c;++h)g=i[(a+(f?c-h:h))%o],!g.skip&&(d?(e.moveTo(g.x,g.y),d=!1):u(e,m,g,f,s.stepped),m=g);return l&&(g=i[(a+(f?c:0))%o],u(e,m,g,f,s.stepped)),!!l}function wM(e,t,n,r){const i=t.points,{count:s,start:o,ilen:a}=Fb(i,n,r),{move:l=!0,reverse:c}=r||{};let u=0,d=0,f,h,g,m,p,v;const b=S=>(o+(c?a-S:S))%s,x=()=>{m!==p&&(e.lineTo(u,p),e.lineTo(u,m),e.lineTo(u,v))};for(l&&(h=i[b(0)],e.moveTo(h.x,h.y)),f=0;f<=a;++f){if(h=i[b(f)],h.skip)continue;const S=h.x,w=h.y,_=S|0;_===g?(w<m?m=w:w>p&&(p=w),u=(d*u+S)/++d):(x(),e.lineTo(S,w),g=_,d=0,m=p=w),v=w}x()}function Ad(e){const t=e.options,n=t.borderDash&&t.borderDash.length;return!e._decimated&&!e._loop&&!t.tension&&t.cubicInterpolationMode!=="monotone"&&!t.stepped&&!n?wM:xM}function SM(e){return e.stepped?FT:e.tension||e.cubicInterpolationMode==="monotone"?NT:si}function CM(e,t,n,r){let i=t._path;i||(i=t._path=new Path2D,t.path(i,n,r)&&i.closePath()),Rb(e,t.options),e.stroke(i)}function _M(e,t,n,r){const{segments:i,options:s}=t,o=Ad(t);for(const a of i)Rb(e,s,a.style),e.beginPath(),o(e,t,a,{start:n,end:n+r-1})&&e.closePath(),e.stroke()}const kM=typeof Path2D=="function";function OM(e,t,n,r){kM&&!t.options.segment?CM(e,t,n,r):_M(e,t,n,r)}class Dr extends Li{constructor(t){super(),this.animated=!0,this.options=void 0,this._chart=void 0,this._loop=void 0,this._fullLoop=void 0,this._path=void 0,this._points=void 0,this._segments=void 0,this._decimated=!1,this._pointsUpdated=!1,this._datasetIndex=void 0,t&&Object.assign(this,t)}updateControlPoints(t,n){const r=this.options;if((r.tension||r.cubicInterpolationMode==="monotone")&&!r.stepped&&!this._pointsUpdated){const i=r.spanGaps?this._loop:this._fullLoop;TT(this._points,r,t,i,n),this._pointsUpdated=!0}}set points(t){this._points=t,delete this._segments,delete this._path,this._pointsUpdated=!1}get points(){return this._points}get segments(){return this._segments||(this._segments=UT(this,this.options.segment))}first(){const t=this.segments,n=this.points;return t.length&&n[t[0].start]}last(){const t=this.segments,n=this.points,r=t.length;return r&&n[t[r-1].end]}interpolate(t,n){const r=this.options,i=t[n],s=this.points,o=_b(this,{property:n,start:i,end:i});if(!o.length)return;const a=[],l=SM(r);let c,u;for(c=0,u=o.length;c<u;++c){const{start:d,end:f}=o[c],h=s[d],g=s[f];if(h===g){a.push(h);continue}const m=Math.abs((i-h[n])/(g[n]-h[n])),p=l(h,g,m,r.stepped);p[n]=t[n],a.push(p)}return a.length===1?a[0]:a}pathSegment(t,n,r){return Ad(this)(t,this,n,r)}path(t,n,r){const i=this.segments,s=Ad(this);let o=this._loop;n=n||0,r=r||this.points.length-n;for(const a of i)o&=s(t,this,a,{start:n,end:n+r-1});return!!o}draw(t,n,r,i){const s=this.options||{};(this.points||[]).length&&s.borderWidth&&(t.save(),OM(t,this,r,i),t.restore()),this.animated&&(this._pointsUpdated=!1,this._path=void 0)}}pe(Dr,"id","line"),pe(Dr,"defaults",{borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderWidth:3,capBezierPoints:!0,cubicInterpolationMode:"default",fill:!1,spanGaps:!1,stepped:!1,tension:0}),pe(Dr,"defaultRoutes",{backgroundColor:"backgroundColor",borderColor:"borderColor"}),pe(Dr,"descriptors",{_scriptable:!0,_indexable:t=>t!=="borderDash"&&t!=="fill"});function Ky(e,t,n,r){const i=e.options,{[n]:s}=e.getProps([n],r);return Math.abs(t-s)<i.radius+i.hitRadius}class Al extends Li{constructor(n){super();pe(this,"parsed");pe(this,"skip");pe(this,"stop");this.options=void 0,this.parsed=void 0,this.skip=void 0,this.stop=void 0,n&&Object.assign(this,n)}inRange(n,r,i){const s=this.options,{x:o,y:a}=this.getProps(["x","y"],i);return Math.pow(n-o,2)+Math.pow(r-a,2)<Math.pow(s.hitRadius+s.radius,2)}inXRange(n,r){return Ky(this,n,"x",r)}inYRange(n,r){return Ky(this,n,"y",r)}getCenterPoint(n){const{x:r,y:i}=this.getProps(["x","y"],n);return{x:r,y:i}}size(n){n=n||this.options||{};let r=n.radius||0;r=Math.max(r,r&&n.hoverRadius||0);const i=r&&n.borderWidth||0;return(r+i)*2}draw(n,r){const i=this.options;this.skip||i.radius<.1||!rr(this,r,this.size(i)/2)||(n.strokeStyle=i.borderColor,n.lineWidth=i.borderWidth,n.fillStyle=i.backgroundColor,kd(n,i,this.x,this.y))}getRange(){const n=this.options||{};return n.radius+n.hitRadius}}pe(Al,"id","point"),pe(Al,"defaults",{borderWidth:1,hitRadius:1,hoverBorderWidth:1,hoverRadius:4,pointStyle:"circle",radius:3,rotation:0}),pe(Al,"defaultRoutes",{backgroundColor:"backgroundColor",borderColor:"borderColor"});function EM(e,t,n){const r=e.segments,i=e.points,s=t.points,o=[];for(const a of r){let{start:l,end:c}=a;c=jc(l,c,i);const u=Pd(n,i[l],i[c],a.loop);if(!t.segments){o.push({source:a,target:u,start:i[l],end:i[c]});continue}const d=_b(t,u);for(const f of d){const h=Pd(n,s[f.start],s[f.end],f.loop),g=Cb(a,i,h);for(const m of g)o.push({source:m,target:f,start:{[n]:Uy(u,h,"start",Math.max)},end:{[n]:Uy(u,h,"end",Math.min)}})}}return o}function Pd(e,t,n,r){if(r)return;let i=t[e],s=n[e];return e==="angle"&&(i=Wt(i),s=Wt(s)),{property:e,start:i,end:s}}function AM(e,t){const{x:n=null,y:r=null}=e||{},i=t.points,s=[];return t.segments.forEach(({start:o,end:a})=>{a=jc(o,a,i);const l=i[o],c=i[a];r!==null?(s.push({x:l.x,y:r}),s.push({x:c.x,y:r})):n!==null&&(s.push({x:n,y:l.y}),s.push({x:n,y:c.y}))}),s}function jc(e,t,n){for(;t>e;t--){const r=n[t];if(!isNaN(r.x)&&!isNaN(r.y))break}return t}function Uy(e,t,n,r){return e&&t?r(e[n],t[n]):e?e[n]:t?t[n]:0}function Nb(e,t){let n=[],r=!1;return rt(e)?(r=!0,n=e):n=AM(e,t),n.length?new Dr({points:n,options:{tension:0},_loop:r,_fullLoop:r}):null}function Vy(e){return e&&e.fill!==!1}function PM(e,t,n){let i=e[t].fill;const s=[t];let o;if(!n)return i;for(;i!==!1&&s.indexOf(i)===-1;){if(!yt(i))return i;if(o=e[i],!o)return!1;if(o.visible)return i;s.push(i),i=o.fill}return!1}function TM(e,t,n){const r=DM(e);if(Fe(r))return isNaN(r.value)?!1:r;let i=parseFloat(r);return yt(i)&&Math.floor(i)===i?MM(r[0],t,i,n):["origin","start","end","stack","shape"].indexOf(r)>=0&&r}function MM(e,t,n,r){return(e==="-"||e==="+")&&(n=t+n),n===t||n<0||n>=r?!1:n}function $M(e,t){let n=null;return e==="start"?n=t.bottom:e==="end"?n=t.top:Fe(e)?n=t.getPixelForValue(e.value):t.getBasePixel&&(n=t.getBasePixel()),n}function jM(e,t,n){let r;return e==="start"?r=n:e==="end"?r=t.options.reverse?t.min:t.max:Fe(e)?r=e.value:r=t.getBaseValue(),r}function DM(e){const t=e.options,n=t.fill;let r=De(n&&n.target,n);return r===void 0&&(r=!!t.backgroundColor),r===!1||r===null?!1:r===!0?"origin":r}function LM(e){const{scale:t,index:n,line:r}=e,i=[],s=r.segments,o=r.points,a=IM(t,n);a.push(Nb({x:null,y:t.bottom},r));for(let l=0;l<s.length;l++){const c=s[l];for(let u=c.start;u<=c.end;u++)RM(i,o[u],a)}return new Dr({points:i,options:{}})}function IM(e,t){const n=[],r=e.getMatchingVisibleMetas("line");for(let i=0;i<r.length;i++){const s=r[i];if(s.index===t)break;s.hidden||n.unshift(s.dataset)}return n}function RM(e,t,n){const r=[];for(let i=0;i<n.length;i++){const s=n[i],{first:o,last:a,point:l}=FM(s,t,"x");if(!(!l||o&&a)){if(o)r.unshift(l);else if(e.push(l),!a)break}}e.push(...r)}function FM(e,t,n){const r=e.interpolate(t,n);if(!r)return{};const i=r[n],s=e.segments,o=e.points;let a=!1,l=!1;for(let c=0;c<s.length;c++){const u=s[c],d=o[u.start][n],f=o[u.end][n];if(Gi(i,d,f)){a=i===d,l=i===f;break}}return{first:a,last:l,point:r}}class Bb{constructor(t){this.x=t.x,this.y=t.y,this.radius=t.radius}pathSegment(t,n,r){const{x:i,y:s,radius:o}=this;return n=n||{start:0,end:Xt},t.arc(i,s,o,n.end,n.start,!0),!r.bounds}interpolate(t){const{x:n,y:r,radius:i}=this,s=t.angle;return{x:n+Math.cos(s)*i,y:r+Math.sin(s)*i,angle:s}}}function NM(e){const{chart:t,fill:n,line:r}=e;if(yt(n))return BM(t,n);if(n==="stack")return LM(e);if(n==="shape")return!0;const i=qM(e);return i instanceof Bb?i:Nb(i,r)}function BM(e,t){const n=e.getDatasetMeta(t);return n&&e.isDatasetVisible(t)?n.dataset:null}function qM(e){return(e.scale||{}).getPointPositionForValue?HM(e):zM(e)}function zM(e){const{scale:t={},fill:n}=e,r=$M(n,t);if(yt(r)){const i=t.isHorizontal();return{x:i?r:null,y:i?null:r}}return null}function HM(e){const{scale:t,fill:n}=e,r=t.options,i=t.getLabels().length,s=r.reverse?t.max:t.min,o=jM(n,t,s),a=[];if(r.grid.circular){const l=t.getPointPositionForValue(0,s);return new Bb({x:l.x,y:l.y,radius:t.getDistanceFromCenterForValue(o)})}for(let l=0;l<i;++l)a.push(t.getPointPositionForValue(l,o));return a}function ku(e,t,n){const r=NM(t),{chart:i,index:s,line:o,scale:a,axis:l}=t,c=o.options,u=c.fill,d=c.backgroundColor,{above:f=d,below:h=d}=u||{},g=i.getDatasetMeta(s),m=kb(i,g);r&&o.points.length&&(Ac(e,n),KM(e,{line:o,target:r,above:f,below:h,area:n,scale:a,axis:l,clip:m}),Pc(e))}function KM(e,t){const{line:n,target:r,above:i,below:s,area:o,scale:a,clip:l}=t,c=n._loop?"angle":t.axis;e.save();let u=s;s!==i&&(c==="x"?(Wy(e,r,o.top),Ou(e,{line:n,target:r,color:i,scale:a,property:c,clip:l}),e.restore(),e.save(),Wy(e,r,o.bottom)):c==="y"&&(Gy(e,r,o.left),Ou(e,{line:n,target:r,color:s,scale:a,property:c,clip:l}),e.restore(),e.save(),Gy(e,r,o.right),u=i)),Ou(e,{line:n,target:r,color:u,scale:a,property:c,clip:l}),e.restore()}function Wy(e,t,n){const{segments:r,points:i}=t;let s=!0,o=!1;e.beginPath();for(const a of r){const{start:l,end:c}=a,u=i[l],d=i[jc(l,c,i)];s?(e.moveTo(u.x,u.y),s=!1):(e.lineTo(u.x,n),e.lineTo(u.x,u.y)),o=!!t.pathSegment(e,a,{move:o}),o?e.closePath():e.lineTo(d.x,n)}e.lineTo(t.first().x,n),e.closePath(),e.clip()}function Gy(e,t,n){const{segments:r,points:i}=t;let s=!0,o=!1;e.beginPath();for(const a of r){const{start:l,end:c}=a,u=i[l],d=i[jc(l,c,i)];s?(e.moveTo(u.x,u.y),s=!1):(e.lineTo(n,u.y),e.lineTo(u.x,u.y)),o=!!t.pathSegment(e,a,{move:o}),o?e.closePath():e.lineTo(n,d.y)}e.lineTo(n,t.first().y),e.closePath(),e.clip()}function Ou(e,t){const{line:n,target:r,property:i,color:s,scale:o,clip:a}=t,l=EM(n,r,i);for(const{source:c,target:u,start:d,end:f}of l){const{style:{backgroundColor:h=s}={}}=c,g=r!==!0;e.save(),e.fillStyle=h,UM(e,o,a,g&&Pd(i,d,f)),e.beginPath();const m=!!n.pathSegment(e,c);let p;if(g){m?e.closePath():Qy(e,r,f,i);const v=!!r.pathSegment(e,u,{move:m,reverse:!0});p=m&&v,p||Qy(e,r,d,i)}e.closePath(),e.fill(p?"evenodd":"nonzero"),e.restore()}}function UM(e,t,n,r){const i=t.chart.chartArea,{property:s,start:o,end:a}=r||{};if(s==="x"||s==="y"){let l,c,u,d;s==="x"?(l=o,c=i.top,u=a,d=i.bottom):(l=i.left,c=o,u=i.right,d=a),e.beginPath(),n&&(l=Math.max(l,n.left),u=Math.min(u,n.right),c=Math.max(c,n.top),d=Math.min(d,n.bottom)),e.rect(l,c,u-l,d-c),e.clip()}}function Qy(e,t,n,r){const i=t.interpolate(n,r);i&&e.lineTo(i.x,i.y)}var VM={id:"filler",afterDatasetsUpdate(e,t,n){const r=(e.data.datasets||[]).length,i=[];let s,o,a,l;for(o=0;o<r;++o)s=e.getDatasetMeta(o),a=s.dataset,l=null,a&&a.options&&a instanceof Dr&&(l={visible:e.isDatasetVisible(o),index:o,fill:TM(a,o,r),chart:e,axis:s.controller.options.indexAxis,scale:s.vScale,line:a}),s.$filler=l,i.push(l);for(o=0;o<r;++o)l=i[o],!(!l||l.fill===!1)&&(l.fill=PM(i,o,n.propagate))},beforeDraw(e,t,n){const r=n.drawTime==="beforeDraw",i=e.getSortedVisibleDatasetMetas(),s=e.chartArea;for(let o=i.length-1;o>=0;--o){const a=i[o].$filler;a&&(a.line.updateControlPoints(s,a.axis),r&&a.fill&&ku(e.ctx,a,s))}},beforeDatasetsDraw(e,t,n){if(n.drawTime!=="beforeDatasetsDraw")return;const r=e.getSortedVisibleDatasetMetas();for(let i=r.length-1;i>=0;--i){const s=r[i].$filler;Vy(s)&&ku(e.ctx,s,e.chartArea)}},beforeDatasetDraw(e,t,n){const r=t.meta.$filler;!Vy(r)||n.drawTime!=="beforeDatasetDraw"||ku(e.ctx,r,e.chartArea)},defaults:{propagate:!0,drawTime:"beforeDatasetDraw"}};const Yy=(e,t)=>{let{boxHeight:n=t,boxWidth:r=t}=e;return e.usePointStyle&&(n=Math.min(n,t),r=e.pointStyleWidth||Math.min(r,t)),{boxWidth:r,boxHeight:n,itemHeight:Math.max(t,n)}},WM=(e,t)=>e!==null&&t!==null&&e.datasetIndex===t.datasetIndex&&e.index===t.index;class Xy extends Li{constructor(t){super(),this._added=!1,this.legendHitBoxes=[],this._hoveredItem=null,this.doughnutMode=!1,this.chart=t.chart,this.options=t.options,this.ctx=t.ctx,this.legendItems=void 0,this.columnSizes=void 0,this.lineWidths=void 0,this.maxHeight=void 0,this.maxWidth=void 0,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.height=void 0,this.width=void 0,this._margins=void 0,this.position=void 0,this.weight=void 0,this.fullSize=void 0}update(t,n,r){this.maxWidth=t,this.maxHeight=n,this._margins=r,this.setDimensions(),this.buildLabels(),this.fit()}setDimensions(){this.isHorizontal()?(this.width=this.maxWidth,this.left=this._margins.left,this.right=this.width):(this.height=this.maxHeight,this.top=this._margins.top,this.bottom=this.height)}buildLabels(){const t=this.options.labels||{};let n=Je(t.generateLabels,[this.chart],this)||[];t.filter&&(n=n.filter(r=>t.filter(r,this.chart.data))),t.sort&&(n=n.sort((r,i)=>t.sort(r,i,this.chart.data))),this.options.reverse&&n.reverse(),this.legendItems=n}fit(){const{options:t,ctx:n}=this;if(!t.display){this.width=this.height=0;return}const r=t.labels,i=ft(r.font),s=i.size,o=this._computeTitleHeight(),{boxWidth:a,itemHeight:l}=Yy(r,s);let c,u;n.font=i.string,this.isHorizontal()?(c=this.maxWidth,u=this._fitRows(o,s,a,l)+10):(u=this.maxHeight,c=this._fitCols(o,i,a,l)+10),this.width=Math.min(c,t.maxWidth||this.maxWidth),this.height=Math.min(u,t.maxHeight||this.maxHeight)}_fitRows(t,n,r,i){const{ctx:s,maxWidth:o,options:{labels:{padding:a}}}=this,l=this.legendHitBoxes=[],c=this.lineWidths=[0],u=i+a;let d=t;s.textAlign="left",s.textBaseline="middle";let f=-1,h=-u;return this.legendItems.forEach((g,m)=>{const p=r+n/2+s.measureText(g.text).width;(m===0||c[c.length-1]+p+2*a>o)&&(d+=u,c[c.length-(m>0?0:1)]=0,h+=u,f++),l[m]={left:0,top:h,row:f,width:p,height:i},c[c.length-1]+=p+a}),d}_fitCols(t,n,r,i){const{ctx:s,maxHeight:o,options:{labels:{padding:a}}}=this,l=this.legendHitBoxes=[],c=this.columnSizes=[],u=o-t;let d=a,f=0,h=0,g=0,m=0;return this.legendItems.forEach((p,v)=>{const{itemWidth:b,itemHeight:x}=GM(r,n,s,p,i);v>0&&h+x+2*a>u&&(d+=f+a,c.push({width:f,height:h}),g+=f+a,m++,f=h=0),l[v]={left:g,top:h,col:m,width:b,height:x},f=Math.max(f,b),h+=x+a}),d+=f,c.push({width:f,height:h}),d}adjustHitBoxes(){if(!this.options.display)return;const t=this._computeTitleHeight(),{legendHitBoxes:n,options:{align:r,labels:{padding:i},rtl:s}}=this,o=Yi(s,this.left,this.width);if(this.isHorizontal()){let a=0,l=wt(r,this.left+i,this.right-this.lineWidths[a]);for(const c of n)a!==c.row&&(a=c.row,l=wt(r,this.left+i,this.right-this.lineWidths[a])),c.top+=this.top+t+i,c.left=o.leftForLtr(o.x(l),c.width),l+=c.width+i}else{let a=0,l=wt(r,this.top+t+i,this.bottom-this.columnSizes[a].height);for(const c of n)c.col!==a&&(a=c.col,l=wt(r,this.top+t+i,this.bottom-this.columnSizes[a].height)),c.top=l,c.left+=this.left+i,c.left=o.leftForLtr(o.x(c.left),c.width),l+=c.height+i}}isHorizontal(){return this.options.position==="top"||this.options.position==="bottom"}draw(){if(this.options.display){const t=this.ctx;Ac(t,this),this._draw(),Pc(t)}}_draw(){const{options:t,columnSizes:n,lineWidths:r,ctx:i}=this,{align:s,labels:o}=t,a=at.color,l=Yi(t.rtl,this.left,this.width),c=ft(o.font),{padding:u}=o,d=c.size,f=d/2;let h;this.drawTitle(),i.textAlign=l.textAlign("left"),i.textBaseline="middle",i.lineWidth=.5,i.font=c.string;const{boxWidth:g,boxHeight:m,itemHeight:p}=Yy(o,d),v=function(_,C,k){if(isNaN(g)||g<=0||isNaN(m)||m<0)return;i.save();const O=De(k.lineWidth,1);if(i.fillStyle=De(k.fillStyle,a),i.lineCap=De(k.lineCap,"butt"),i.lineDashOffset=De(k.lineDashOffset,0),i.lineJoin=De(k.lineJoin,"miter"),i.lineWidth=O,i.strokeStyle=De(k.strokeStyle,a),i.setLineDash(De(k.lineDash,[])),o.usePointStyle){const A={radius:m*Math.SQRT2/2,pointStyle:k.pointStyle,rotation:k.rotation,borderWidth:O},M=l.xPlus(_,g/2),L=C+f;hb(i,A,M,L,o.pointStyleWidth&&g)}else{const A=C+Math.max((d-m)/2,0),M=l.leftForLtr(_,g),L=Qi(k.borderRadius);i.beginPath(),Object.values(L).some(G=>G!==0)?Ql(i,{x:M,y:A,w:g,h:m,radius:L}):i.rect(M,A,g,m),i.fill(),O!==0&&i.stroke()}i.restore()},b=function(_,C,k){Pi(i,k.text,_,C+p/2,c,{strikethrough:k.hidden,textAlign:l.textAlign(k.textAlign)})},x=this.isHorizontal(),S=this._computeTitleHeight();x?h={x:wt(s,this.left+u,this.right-r[0]),y:this.top+u+S,line:0}:h={x:this.left+u,y:wt(s,this.top+S+u,this.bottom-n[0].height),line:0},xb(this.ctx,t.textDirection);const w=p+u;this.legendItems.forEach((_,C)=>{i.strokeStyle=_.fontColor,i.fillStyle=_.fontColor;const k=i.measureText(_.text).width,O=l.textAlign(_.textAlign||(_.textAlign=o.textAlign)),A=g+f+k;let M=h.x,L=h.y;l.setWidth(this.width),x?C>0&&M+A+u>this.right&&(L=h.y+=w,h.line++,M=h.x=wt(s,this.left+u,this.right-r[h.line])):C>0&&L+w>this.bottom&&(M=h.x=M+n[h.line].width+u,h.line++,L=h.y=wt(s,this.top+S+u,this.bottom-n[h.line].height));const G=l.x(M);if(v(G,L,_),M=HP(O,M+g+f,x?M+A:this.right,t.rtl),b(l.x(M),L,_),x)h.x+=A+u;else if(typeof _.text!="string"){const R=c.lineHeight;h.y+=qb(_,R)+u}else h.y+=w}),wb(this.ctx,t.textDirection)}drawTitle(){const t=this.options,n=t.title,r=ft(n.font),i=Ot(n.padding);if(!n.display)return;const s=Yi(t.rtl,this.left,this.width),o=this.ctx,a=n.position,l=r.size/2,c=i.top+l;let u,d=this.left,f=this.width;if(this.isHorizontal())f=Math.max(...this.lineWidths),u=this.top+c,d=wt(t.align,d,this.right-f);else{const g=this.columnSizes.reduce((m,p)=>Math.max(m,p.height),0);u=c+wt(t.align,this.top,this.bottom-g-t.labels.padding-this._computeTitleHeight())}const h=wt(a,d,d+f);o.textAlign=s.textAlign(kf(a)),o.textBaseline="middle",o.strokeStyle=n.color,o.fillStyle=n.color,o.font=r.string,Pi(o,n.text,h,u,r)}_computeTitleHeight(){const t=this.options.title,n=ft(t.font),r=Ot(t.padding);return t.display?n.lineHeight+r.height:0}_getLegendItemAt(t,n){let r,i,s;if(Gi(t,this.left,this.right)&&Gi(n,this.top,this.bottom)){for(s=this.legendHitBoxes,r=0;r<s.length;++r)if(i=s[r],Gi(t,i.left,i.left+i.width)&&Gi(n,i.top,i.top+i.height))return this.legendItems[r]}return null}handleEvent(t){const n=this.options;if(!XM(t.type,n))return;const r=this._getLegendItemAt(t.x,t.y);if(t.type==="mousemove"||t.type==="mouseout"){const i=this._hoveredItem,s=WM(i,r);i&&!s&&Je(n.onLeave,[t,i,this],this),this._hoveredItem=r,r&&!s&&Je(n.onHover,[t,r,this],this)}else r&&Je(n.onClick,[t,r,this],this)}}function GM(e,t,n,r,i){const s=QM(r,e,t,n),o=YM(i,r,t.lineHeight);return{itemWidth:s,itemHeight:o}}function QM(e,t,n,r){let i=e.text;return i&&typeof i!="string"&&(i=i.reduce((s,o)=>s.length>o.length?s:o)),t+n.size/2+r.measureText(i).width}function YM(e,t,n){let r=e;return typeof t.text!="string"&&(r=qb(t,n)),r}function qb(e,t){const n=e.text?e.text.length:0;return t*n}function XM(e,t){return!!((e==="mousemove"||e==="mouseout")&&(t.onHover||t.onLeave)||t.onClick&&(e==="click"||e==="mouseup"))}var JM={id:"legend",_element:Xy,start(e,t,n){const r=e.legend=new Xy({ctx:e.ctx,options:n,chart:e});un.configure(e,r,n),un.addBox(e,r)},stop(e){un.removeBox(e,e.legend),delete e.legend},beforeUpdate(e,t,n){const r=e.legend;un.configure(e,r,n),r.options=n},afterUpdate(e){const t=e.legend;t.buildLabels(),t.adjustHitBoxes()},afterEvent(e,t){t.replay||e.legend.handleEvent(t.event)},defaults:{display:!0,position:"top",align:"center",fullSize:!0,reverse:!1,weight:1e3,onClick(e,t,n){const r=t.datasetIndex,i=n.chart;i.isDatasetVisible(r)?(i.hide(r),t.hidden=!0):(i.show(r),t.hidden=!1)},onHover:null,onLeave:null,labels:{color:e=>e.chart.options.color,boxWidth:40,padding:10,generateLabels(e){const t=e.data.datasets,{labels:{usePointStyle:n,pointStyle:r,textAlign:i,color:s,useBorderRadius:o,borderRadius:a}}=e.legend.options;return e._getSortedDatasetMetas().map(l=>{const c=l.controller.getStyle(n?0:void 0),u=Ot(c.borderWidth);return{text:t[l.index].label,fillStyle:c.backgroundColor,fontColor:s,hidden:!l.visible,lineCap:c.borderCapStyle,lineDash:c.borderDash,lineDashOffset:c.borderDashOffset,lineJoin:c.borderJoinStyle,lineWidth:(u.width+u.height)/4,strokeStyle:c.borderColor,pointStyle:r||c.pointStyle,rotation:c.rotation,textAlign:i||c.textAlign,borderRadius:o&&(a||c.borderRadius),datasetIndex:l.index}},this)}},title:{color:e=>e.chart.options.color,display:!1,position:"center",text:""}},descriptors:{_scriptable:e=>!e.startsWith("on"),labels:{_scriptable:e=>!["generateLabels","filter","sort"].includes(e)}}};class zb extends Li{constructor(t){super(),this.chart=t.chart,this.options=t.options,this.ctx=t.ctx,this._padding=void 0,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this.position=void 0,this.weight=void 0,this.fullSize=void 0}update(t,n){const r=this.options;if(this.left=0,this.top=0,!r.display){this.width=this.height=this.right=this.bottom=0;return}this.width=this.right=t,this.height=this.bottom=n;const i=rt(r.text)?r.text.length:1;this._padding=Ot(r.padding);const s=i*ft(r.font).lineHeight+this._padding.height;this.isHorizontal()?this.height=s:this.width=s}isHorizontal(){const t=this.options.position;return t==="top"||t==="bottom"}_drawArgs(t){const{top:n,left:r,bottom:i,right:s,options:o}=this,a=o.align;let l=0,c,u,d;return this.isHorizontal()?(u=wt(a,r,s),d=n+t,c=s-r):(o.position==="left"?(u=r+t,d=wt(a,i,n),l=ut*-.5):(u=s-t,d=wt(a,n,i),l=ut*.5),c=i-n),{titleX:u,titleY:d,maxWidth:c,rotation:l}}draw(){const t=this.ctx,n=this.options;if(!n.display)return;const r=ft(n.font),s=r.lineHeight/2+this._padding.top,{titleX:o,titleY:a,maxWidth:l,rotation:c}=this._drawArgs(s);Pi(t,n.text,0,0,r,{color:n.color,maxWidth:l,rotation:c,textAlign:kf(n.align),textBaseline:"middle",translation:[o,a]})}}function ZM(e,t){const n=new zb({ctx:e.ctx,options:t,chart:e});un.configure(e,n,t),un.addBox(e,n),e.titleBlock=n}var e$={id:"title",_element:zb,start(e,t,n){ZM(e,n)},stop(e){const t=e.titleBlock;un.removeBox(e,t),delete e.titleBlock},beforeUpdate(e,t,n){const r=e.titleBlock;un.configure(e,r,n),r.options=n},defaults:{align:"center",display:!1,font:{weight:"bold"},fullSize:!0,padding:10,position:"top",text:"",weight:2e3},defaultRoutes:{color:"color"},descriptors:{_scriptable:!0,_indexable:!1}};const ko={average(e){if(!e.length)return!1;let t,n,r=new Set,i=0,s=0;for(t=0,n=e.length;t<n;++t){const a=e[t].element;if(a&&a.hasValue()){const l=a.tooltipPosition();r.add(l.x),i+=l.y,++s}}return s===0||r.size===0?!1:{x:[...r].reduce((a,l)=>a+l)/r.size,y:i/s}},nearest(e,t){if(!e.length)return!1;let n=t.x,r=t.y,i=Number.POSITIVE_INFINITY,s,o,a;for(s=0,o=e.length;s<o;++s){const l=e[s].element;if(l&&l.hasValue()){const c=l.getCenterPoint(),u=Cd(t,c);u<i&&(i=u,a=l)}}if(a){const l=a.tooltipPosition();n=l.x,r=l.y}return{x:n,y:r}}};function Mn(e,t){return t&&(rt(t)?Array.prototype.push.apply(e,t):e.push(t)),e}function Yn(e){return(typeof e=="string"||e instanceof String)&&e.indexOf(`
|
|
66
|
+
*/class t5{constructor(){this._request=null,this._charts=new Map,this._running=!1,this._lastDate=void 0}_notify(t,n,r,i){const s=n.listeners[i],o=n.duration;s.forEach(a=>a({chart:t,initial:n.initial,numSteps:o,currentStep:Math.min(r-n.start,o)}))}_refresh(){this._request||(this._running=!0,this._request=ub.call(window,()=>{this._update(),this._request=null,this._running&&this._refresh()}))}_update(t=Date.now()){let n=0;this._charts.forEach((r,i)=>{if(!r.running||!r.items.length)return;const s=r.items;let o=s.length-1,a=!1,l;for(;o>=0;--o)l=s[o],l._active?(l._total>r.duration&&(r.duration=l._total),l.tick(t),a=!0):(s[o]=s[s.length-1],s.pop());a&&(i.draw(),this._notify(i,r,t,"progress")),s.length||(r.running=!1,this._notify(i,r,t,"complete"),r.initial=!1),n+=s.length}),this._lastDate=t,n===0&&(this._running=!1)}_getAnims(t){const n=this._charts;let r=n.get(t);return r||(r={running:!1,initial:!0,items:[],listeners:{complete:[],progress:[]}},n.set(t,r)),r}listen(t,n,r){this._getAnims(t).listeners[n].push(r)}add(t,n){!n||!n.length||this._getAnims(t).items.push(...n)}has(t){return this._getAnims(t).items.length>0}start(t){const n=this._charts.get(t);n&&(n.running=!0,n.start=Date.now(),n.duration=n.items.reduce((r,i)=>Math.max(r,i._duration),0),this._refresh())}running(t){if(!this._running)return!1;const n=this._charts.get(t);return!(!n||!n.running||!n.items.length)}stop(t){const n=this._charts.get(t);if(!n||!n.items.length)return;const r=n.items;let i=r.length-1;for(;i>=0;--i)r[i].cancel();n.items=[],this._notify(t,n,Date.now(),"complete")}remove(t){return this._charts.delete(t)}}var Qn=new t5;const xy="transparent",n5={boolean(e,t,n){return n>.5?t:e},color(e,t,n){const r=uy(e||xy),i=r.valid&&uy(t||xy);return i&&i.valid?i.mix(r,n).hexString():t},number(e,t,n){return e+(t-e)*n}};class r5{constructor(t,n,r,i){const s=n[r];i=tl([t.to,i,s,t.from]);const o=tl([t.from,s,i]);this._active=!0,this._fn=t.fn||n5[t.type||typeof o],this._easing=Lo[t.easing]||Lo.linear,this._start=Math.floor(Date.now()+(t.delay||0)),this._duration=this._total=Math.floor(t.duration),this._loop=!!t.loop,this._target=n,this._prop=r,this._from=o,this._to=i,this._promises=void 0}active(){return this._active}update(t,n,r){if(this._active){this._notify(!1);const i=this._target[this._prop],s=r-this._start,o=this._duration-s;this._start=r,this._duration=Math.floor(Math.max(o,t.duration)),this._total+=s,this._loop=!!t.loop,this._to=tl([t.to,n,i,t.from]),this._from=tl([t.from,i,n])}}cancel(){this._active&&(this.tick(Date.now()),this._active=!1,this._notify(!1))}tick(t){const n=t-this._start,r=this._duration,i=this._prop,s=this._from,o=this._loop,a=this._to;let l;if(this._active=s!==a&&(o||n<r),!this._active){this._target[i]=a,this._notify(!0);return}if(n<0){this._target[i]=s;return}l=n/r%2,l=o&&l>1?2-l:l,l=this._easing(Math.min(1,Math.max(0,l))),this._target[i]=this._fn(s,a,l)}wait(){const t=this._promises||(this._promises=[]);return new Promise((n,r)=>{t.push({res:n,rej:r})})}_notify(t){const n=t?"res":"rej",r=this._promises||[];for(let i=0;i<r.length;i++)r[i][n]()}}class Ob{constructor(t,n){this._chart=t,this._properties=new Map,this.configure(n)}configure(t){if(!Fe(t))return;const n=Object.keys(at.animation),r=this._properties;Object.getOwnPropertyNames(t).forEach(i=>{const s=t[i];if(!Fe(s))return;const o={};for(const a of n)o[a]=s[a];(rt(s.properties)&&s.properties||[i]).forEach(a=>{(a===i||!r.has(a))&&r.set(a,o)})})}_animateOptions(t,n){const r=n.options,i=s5(t,r);if(!i)return[];const s=this._createAnimations(i,r);return r.$shared&&i5(t.options.$animations,r).then(()=>{t.options=r},()=>{}),s}_createAnimations(t,n){const r=this._properties,i=[],s=t.$animations||(t.$animations={}),o=Object.keys(n),a=Date.now();let l;for(l=o.length-1;l>=0;--l){const c=o[l];if(c.charAt(0)==="$")continue;if(c==="options"){i.push(...this._animateOptions(t,n));continue}const u=n[c];let d=s[c];const f=r.get(c);if(d)if(f&&d.active()){d.update(f,u,a);continue}else d.cancel();if(!f||!f.duration){t[c]=u;continue}s[c]=d=new r5(f,t,c,u),i.push(d)}return i}update(t,n){if(this._properties.size===0){Object.assign(t,n);return}const r=this._createAnimations(t,n);if(r.length)return Qn.add(this._chart,r),!0}}function i5(e,t){const n=[],r=Object.keys(t);for(let i=0;i<r.length;i++){const s=e[r[i]];s&&s.active()&&n.push(s.wait())}return Promise.all(n)}function s5(e,t){if(!t)return;let n=e.options;if(!n){e.options=t;return}return n.$shared&&(e.options=n=Object.assign({},n,{$shared:!1,$animations:{}})),n}function wy(e,t){const n=e&&e.options||{},r=n.reverse,i=n.min===void 0?t:0,s=n.max===void 0?t:0;return{start:r?s:i,end:r?i:s}}function o5(e,t,n){if(n===!1)return!1;const r=wy(e,n),i=wy(t,n);return{top:i.end,right:r.end,bottom:i.start,left:r.start}}function a5(e){let t,n,r,i;return Fe(e)?(t=e.top,n=e.right,r=e.bottom,i=e.left):t=n=r=i=e,{top:t,right:n,bottom:r,left:i,disabled:e===!1}}function Eb(e,t){const n=[],r=e._getSortedDatasetMetas(t);let i,s;for(i=0,s=r.length;i<s;++i)n.push(r[i].index);return n}function Sy(e,t,n,r={}){const i=e.keys,s=r.mode==="single";let o,a,l,c;if(t===null)return;let u=!1;for(o=0,a=i.length;o<a;++o){if(l=+i[o],l===n){if(u=!0,r.all)continue;break}c=e.values[l],yt(c)&&(s||t===0||Ps(t)===Ps(c))&&(t+=c)}return!u&&!r.all?0:t}function l5(e,t){const{iScale:n,vScale:r}=t,i=n.axis==="x"?"x":"y",s=r.axis==="x"?"x":"y",o=Object.keys(e),a=new Array(o.length);let l,c,u;for(l=0,c=o.length;l<c;++l)u=o[l],a[l]={[i]:u,[s]:e[u]};return a}function bu(e,t){const n=e&&e.options.stacked;return n||n===void 0&&t.stack!==void 0}function c5(e,t,n){return`${e.id}.${t.id}.${n.stack||n.type}`}function u5(e){const{min:t,max:n,minDefined:r,maxDefined:i}=e.getUserBounds();return{min:r?t:Number.NEGATIVE_INFINITY,max:i?n:Number.POSITIVE_INFINITY}}function d5(e,t,n){const r=e[t]||(e[t]={});return r[n]||(r[n]={})}function Cy(e,t,n,r){for(const i of t.getMatchingVisibleMetas(r).reverse()){const s=e[i.index];if(n&&s>0||!n&&s<0)return i.index}return null}function _y(e,t){const{chart:n,_cachedMeta:r}=e,i=n._stacks||(n._stacks={}),{iScale:s,vScale:o,index:a}=r,l=s.axis,c=o.axis,u=c5(s,o,r),d=t.length;let f;for(let h=0;h<d;++h){const g=t[h],{[l]:m,[c]:p}=g,v=g._stacks||(g._stacks={});f=v[c]=d5(i,u,m),f[a]=p,f._top=Cy(f,o,!0,r.type),f._bottom=Cy(f,o,!1,r.type);const b=f._visualValues||(f._visualValues={});b[a]=p}}function xu(e,t){const n=e.scales;return Object.keys(n).filter(r=>n[r].axis===t).shift()}function f5(e,t){return Gr(e,{active:!1,dataset:void 0,datasetIndex:t,index:t,mode:"default",type:"dataset"})}function h5(e,t,n){return Gr(e,{active:!1,dataIndex:t,parsed:void 0,raw:void 0,element:n,index:t,mode:"default",type:"data"})}function ao(e,t){const n=e.controller.index,r=e.vScale&&e.vScale.axis;if(r){t=t||e._parsed;for(const i of t){const s=i._stacks;if(!s||s[r]===void 0||s[r][n]===void 0)return;delete s[r][n],s[r]._visualValues!==void 0&&s[r]._visualValues[n]!==void 0&&delete s[r]._visualValues[n]}}}const wu=e=>e==="reset"||e==="none",ky=(e,t)=>t?e:Object.assign({},e),g5=(e,t,n)=>e&&!t.hidden&&t._stacked&&{keys:Eb(n,!0),values:null};class Xi{constructor(t,n){this.chart=t,this._ctx=t.ctx,this.index=n,this._cachedDataOpts={},this._cachedMeta=this.getMeta(),this._type=this._cachedMeta.type,this.options=void 0,this._parsing=!1,this._data=void 0,this._objectData=void 0,this._sharedOptions=void 0,this._drawStart=void 0,this._drawCount=void 0,this.enableOptionSharing=!1,this.supportsDecimation=!1,this.$context=void 0,this._syncList=[],this.datasetElementType=new.target.datasetElementType,this.dataElementType=new.target.dataElementType,this.initialize()}initialize(){const t=this._cachedMeta;this.configure(),this.linkScales(),t._stacked=bu(t.vScale,t),this.addElements(),this.options.fill&&!this.chart.isPluginEnabled("filler")&&console.warn("Tried to use the 'fill' option without the 'Filler' plugin enabled. Please import and register the 'Filler' plugin and make sure it is not disabled in the options")}updateIndex(t){this.index!==t&&ao(this._cachedMeta),this.index=t}linkScales(){const t=this.chart,n=this._cachedMeta,r=this.getDataset(),i=(d,f,h,g)=>d==="x"?f:d==="r"?g:h,s=n.xAxisID=De(r.xAxisID,xu(t,"x")),o=n.yAxisID=De(r.yAxisID,xu(t,"y")),a=n.rAxisID=De(r.rAxisID,xu(t,"r")),l=n.indexAxis,c=n.iAxisID=i(l,s,o,a),u=n.vAxisID=i(l,o,s,a);n.xScale=this.getScaleForId(s),n.yScale=this.getScaleForId(o),n.rScale=this.getScaleForId(a),n.iScale=this.getScaleForId(c),n.vScale=this.getScaleForId(u)}getDataset(){return this.chart.data.datasets[this.index]}getMeta(){return this.chart.getDatasetMeta(this.index)}getScaleForId(t){return this.chart.scales[t]}_getOtherScale(t){const n=this._cachedMeta;return t===n.iScale?n.vScale:n.iScale}reset(){this._update("reset")}_destroy(){const t=this._cachedMeta;this._data&&ay(this._data,this),t._stacked&&ao(t)}_dataCheck(){const t=this.getDataset(),n=t.data||(t.data=[]),r=this._data;if(Fe(n)){const i=this._cachedMeta;this._data=l5(n,i)}else if(r!==n){if(r){ay(r,this);const i=this._cachedMeta;ao(i),i._parsed=[]}n&&Object.isExtensible(n)&&VP(n,this),this._syncList=[],this._data=n}}addElements(){const t=this._cachedMeta;this._dataCheck(),this.datasetElementType&&(t.dataset=new this.datasetElementType)}buildOrUpdateElements(t){const n=this._cachedMeta,r=this.getDataset();let i=!1;this._dataCheck();const s=n._stacked;n._stacked=bu(n.vScale,n),n.stack!==r.stack&&(i=!0,ao(n),n.stack=r.stack),this._resyncElements(t),(i||s!==n._stacked)&&(_y(this,n._parsed),n._stacked=bu(n.vScale,n))}configure(){const t=this.chart.config,n=t.datasetScopeKeys(this._type),r=t.getOptionScopes(this.getDataset(),n,!0);this.options=t.createResolver(r,this.getContext()),this._parsing=this.options.parsing,this._cachedDataOpts={}}parse(t,n){const{_cachedMeta:r,_data:i}=this,{iScale:s,_stacked:o}=r,a=s.axis;let l=t===0&&n===i.length?!0:r._sorted,c=t>0&&r._parsed[t-1],u,d,f;if(this._parsing===!1)r._parsed=i,r._sorted=!0,f=i;else{rt(i[t])?f=this.parseArrayData(r,i,t,n):Fe(i[t])?f=this.parseObjectData(r,i,t,n):f=this.parsePrimitiveData(r,i,t,n);const h=()=>d[a]===null||c&&d[a]<c[a];for(u=0;u<n;++u)r._parsed[u+t]=d=f[u],l&&(h()&&(l=!1),c=d);r._sorted=l}o&&_y(this,f)}parsePrimitiveData(t,n,r,i){const{iScale:s,vScale:o}=t,a=s.axis,l=o.axis,c=s.getLabels(),u=s===o,d=new Array(i);let f,h,g;for(f=0,h=i;f<h;++f)g=f+r,d[f]={[a]:u||s.parse(c[g],g),[l]:o.parse(n[g],g)};return d}parseArrayData(t,n,r,i){const{xScale:s,yScale:o}=t,a=new Array(i);let l,c,u,d;for(l=0,c=i;l<c;++l)u=l+r,d=n[u],a[l]={x:s.parse(d[0],u),y:o.parse(d[1],u)};return a}parseObjectData(t,n,r,i){const{xScale:s,yScale:o}=t,{xAxisKey:a="x",yAxisKey:l="y"}=this._parsing,c=new Array(i);let u,d,f,h;for(u=0,d=i;u<d;++u)f=u+r,h=n[f],c[u]={x:s.parse(ea(h,a),f),y:o.parse(ea(h,l),f)};return c}getParsed(t){return this._cachedMeta._parsed[t]}getDataElement(t){return this._cachedMeta.data[t]}applyStack(t,n,r){const i=this.chart,s=this._cachedMeta,o=n[t.axis],a={keys:Eb(i,!0),values:n._stacks[t.axis]._visualValues};return Sy(a,o,s.index,{mode:r})}updateRangeFromParsed(t,n,r,i){const s=r[n.axis];let o=s===null?NaN:s;const a=i&&r._stacks[n.axis];i&&a&&(i.values=a,o=Sy(i,s,this._cachedMeta.index)),t.min=Math.min(t.min,o),t.max=Math.max(t.max,o)}getMinMax(t,n){const r=this._cachedMeta,i=r._parsed,s=r._sorted&&t===r.iScale,o=i.length,a=this._getOtherScale(t),l=g5(n,r,this.chart),c={min:Number.POSITIVE_INFINITY,max:Number.NEGATIVE_INFINITY},{min:u,max:d}=u5(a);let f,h;function g(){h=i[f];const m=h[a.axis];return!yt(h[t.axis])||u>m||d<m}for(f=0;f<o&&!(!g()&&(this.updateRangeFromParsed(c,t,h,l),s));++f);if(s){for(f=o-1;f>=0;--f)if(!g()){this.updateRangeFromParsed(c,t,h,l);break}}return c}getAllParsedValues(t){const n=this._cachedMeta._parsed,r=[];let i,s,o;for(i=0,s=n.length;i<s;++i)o=n[i][t.axis],yt(o)&&r.push(o);return r}getMaxOverflow(){return!1}getLabelAndValue(t){const n=this._cachedMeta,r=n.iScale,i=n.vScale,s=this.getParsed(t);return{label:r?""+r.getLabelForValue(s[r.axis]):"",value:i?""+i.getLabelForValue(s[i.axis]):""}}_update(t){const n=this._cachedMeta;this.update(t||"default"),n._clip=a5(De(this.options.clip,o5(n.xScale,n.yScale,this.getMaxOverflow())))}update(t){}draw(){const t=this._ctx,n=this.chart,r=this._cachedMeta,i=r.data||[],s=n.chartArea,o=[],a=this._drawStart||0,l=this._drawCount||i.length-a,c=this.options.drawActiveElementsOnTop;let u;for(r.dataset&&r.dataset.draw(t,s,a,l),u=a;u<a+l;++u){const d=i[u];d.hidden||(d.active&&c?o.push(d):d.draw(t,s))}for(u=0;u<o.length;++u)o[u].draw(t,s)}getStyle(t,n){const r=n?"active":"default";return t===void 0&&this._cachedMeta.dataset?this.resolveDatasetElementOptions(r):this.resolveDataElementOptions(t||0,r)}getContext(t,n,r){const i=this.getDataset();let s;if(t>=0&&t<this._cachedMeta.data.length){const o=this._cachedMeta.data[t];s=o.$context||(o.$context=h5(this.getContext(),t,o)),s.parsed=this.getParsed(t),s.raw=i.data[t],s.index=s.dataIndex=t}else s=this.$context||(this.$context=f5(this.chart.getContext(),this.index)),s.dataset=i,s.index=s.datasetIndex=this.index;return s.active=!!n,s.mode=r,s}resolveDatasetElementOptions(t){return this._resolveElementOptions(this.datasetElementType.id,t)}resolveDataElementOptions(t,n){return this._resolveElementOptions(this.dataElementType.id,n,t)}_resolveElementOptions(t,n="default",r){const i=n==="active",s=this._cachedDataOpts,o=t+"-"+n,a=s[o],l=this.enableOptionSharing&&Vl(r);if(a)return ky(a,l);const c=this.chart.config,u=c.datasetElementScopeKeys(this._type,t),d=i?[`${t}Hover`,"hover",t,""]:[t,""],f=c.getOptionScopes(this.getDataset(),u),h=Object.keys(at.elements[t]),g=()=>this.getContext(r,i,n),m=c.resolveNamedOptions(f,h,g,d);return m.$shared&&(m.$shared=l,s[o]=Object.freeze(ky(m,l))),m}_resolveAnimations(t,n,r){const i=this.chart,s=this._cachedDataOpts,o=`animation-${n}`,a=s[o];if(a)return a;let l;if(i.options.animation!==!1){const u=this.chart.config,d=u.datasetAnimationScopeKeys(this._type,n),f=u.getOptionScopes(this.getDataset(),d);l=u.createResolver(f,this.getContext(t,r,n))}const c=new Ob(i,l&&l.animations);return l&&l._cacheable&&(s[o]=Object.freeze(c)),c}getSharedOptions(t){if(t.$shared)return this._sharedOptions||(this._sharedOptions=Object.assign({},t))}includeOptions(t,n){return!n||wu(t)||this.chart._animationsDisabled}_getSharedOptions(t,n){const r=this.resolveDataElementOptions(t,n),i=this._sharedOptions,s=this.getSharedOptions(r),o=this.includeOptions(n,s)||s!==i;return this.updateSharedOptions(s,n,r),{sharedOptions:s,includeOptions:o}}updateElement(t,n,r,i){wu(i)?Object.assign(t,r):this._resolveAnimations(n,i).update(t,r)}updateSharedOptions(t,n,r){t&&!wu(n)&&this._resolveAnimations(void 0,n).update(t,r)}_setStyle(t,n,r,i){t.active=i;const s=this.getStyle(n,i);this._resolveAnimations(n,r,i).update(t,{options:!i&&this.getSharedOptions(s)||s})}removeHoverStyle(t,n,r){this._setStyle(t,r,"active",!1)}setHoverStyle(t,n,r){this._setStyle(t,r,"active",!0)}_removeDatasetHoverStyle(){const t=this._cachedMeta.dataset;t&&this._setStyle(t,void 0,"active",!1)}_setDatasetHoverStyle(){const t=this._cachedMeta.dataset;t&&this._setStyle(t,void 0,"active",!0)}_resyncElements(t){const n=this._data,r=this._cachedMeta.data;for(const[a,l,c]of this._syncList)this[a](l,c);this._syncList=[];const i=r.length,s=n.length,o=Math.min(s,i);o&&this.parse(0,o),s>i?this._insertElements(i,s-i,t):s<i&&this._removeElements(s,i-s)}_insertElements(t,n,r=!0){const i=this._cachedMeta,s=i.data,o=t+n;let a;const l=c=>{for(c.length+=n,a=c.length-1;a>=o;a--)c[a]=c[a-n]};for(l(s),a=t;a<o;++a)s[a]=new this.dataElementType;this._parsing&&l(i._parsed),this.parse(t,n),r&&this.updateElements(s,t,n,"reset")}updateElements(t,n,r,i){}_removeElements(t,n){const r=this._cachedMeta;if(this._parsing){const i=r._parsed.splice(t,n);r._stacked&&ao(r,i)}r.data.splice(t,n)}_sync(t){if(this._parsing)this._syncList.push(t);else{const[n,r,i]=t;this[n](r,i)}this.chart._dataChanges.push([this.index,...t])}_onDataPush(){const t=arguments.length;this._sync(["_insertElements",this.getDataset().data.length-t,t])}_onDataPop(){this._sync(["_removeElements",this._cachedMeta.data.length-1,1])}_onDataShift(){this._sync(["_removeElements",0,1])}_onDataSplice(t,n){n&&this._sync(["_removeElements",t,n]);const r=arguments.length-2;r&&this._sync(["_insertElements",t,r])}_onDataUnshift(){this._sync(["_insertElements",0,arguments.length])}}pe(Xi,"defaults",{}),pe(Xi,"datasetElementType",null),pe(Xi,"dataElementType",null);class _l extends Xi{initialize(){this.enableOptionSharing=!0,this.supportsDecimation=!0,super.initialize()}update(t){const n=this._cachedMeta,{dataset:r,data:i=[],_dataset:s}=n,o=this.chart._animationsDisabled;let{start:a,count:l}=YP(n,i,o);this._drawStart=a,this._drawCount=l,XP(n)&&(a=0,l=i.length),r._chart=this.chart,r._datasetIndex=this.index,r._decimated=!!s._decimated,r.points=i;const c=this.resolveDatasetElementOptions(t);this.options.showLine||(c.borderWidth=0),c.segment=this.options.segment,this.updateElement(r,void 0,{animated:!o,options:c},t),this.updateElements(i,a,l,t)}updateElements(t,n,r,i){const s=i==="reset",{iScale:o,vScale:a,_stacked:l,_dataset:c}=this._cachedMeta,{sharedOptions:u,includeOptions:d}=this._getSharedOptions(n,i),f=o.axis,h=a.axis,{spanGaps:g,segment:m}=this.options,p=ta(g)?g:Number.POSITIVE_INFINITY,v=this.chart._animationsDisabled||s||i==="none",b=n+r,x=t.length;let S=n>0&&this.getParsed(n-1);for(let w=0;w<x;++w){const _=t[w],C=v?_:{};if(w<n||w>=b){C.skip=!0;continue}const k=this.getParsed(w),O=Qe(k[h]),A=C[f]=o.getPixelForValue(k[f],w),M=C[h]=s||O?a.getBasePixel():a.getPixelForValue(l?this.applyStack(a,k,l):k[h],w);C.skip=isNaN(A)||isNaN(M)||O,C.stop=w>0&&Math.abs(k[f]-S[f])>p,m&&(C.parsed=k,C.raw=c.data[w]),d&&(C.options=u||this.resolveDataElementOptions(w,_.active?"active":i)),v||this.updateElement(_,w,C,i),S=k}}getMaxOverflow(){const t=this._cachedMeta,n=t.dataset,r=n.options&&n.options.borderWidth||0,i=t.data||[];if(!i.length)return r;const s=i[0].size(this.resolveDataElementOptions(0)),o=i[i.length-1].size(this.resolveDataElementOptions(i.length-1));return Math.max(r,s,o)/2}draw(){const t=this._cachedMeta;t.dataset.updateControlPoints(this.chart.chartArea,t.iScale.axis),super.draw()}}pe(_l,"id","line"),pe(_l,"defaults",{datasetElementType:"line",dataElementType:"point",showLine:!0,spanGaps:!1}),pe(_l,"overrides",{scales:{_index_:{type:"category"},_value_:{type:"linear"}}});class kl extends Xi{getLabelAndValue(t){const n=this._cachedMeta.vScale,r=this.getParsed(t);return{label:n.getLabels()[t],value:""+n.getLabelForValue(r[n.axis])}}parseObjectData(t,n,r,i){return PT.bind(this)(t,n,r,i)}update(t){const n=this._cachedMeta,r=n.dataset,i=n.data||[],s=n.iScale.getLabels();if(r.points=i,t!=="resize"){const o=this.resolveDatasetElementOptions(t);this.options.showLine||(o.borderWidth=0);const a={_loop:!0,_fullLoop:s.length===i.length,options:o};this.updateElement(r,void 0,a,t)}this.updateElements(i,0,i.length,t)}updateElements(t,n,r,i){const s=this._cachedMeta.rScale,o=i==="reset";for(let a=n;a<n+r;a++){const l=t[a],c=this.resolveDataElementOptions(a,l.active?"active":i),u=s.getPointPositionForValue(a,this.getParsed(a).r),d=o?s.xCenter:u.x,f=o?s.yCenter:u.y,h={x:d,y:f,angle:u.angle,skip:isNaN(d)||isNaN(f),options:c};this.updateElement(l,a,h,i)}}}pe(kl,"id","radar"),pe(kl,"defaults",{datasetElementType:"line",dataElementType:"point",indexAxis:"r",showLine:!0,elements:{line:{fill:"start"}}}),pe(kl,"overrides",{aspectRatio:1,scales:{r:{type:"radialLinear"}}});function ei(){throw new Error("This method is not implemented: Check that a complete date adapter is provided.")}class jf{constructor(t){pe(this,"options");this.options=t||{}}static override(t){Object.assign(jf.prototype,t)}init(){}formats(){return ei()}parse(){return ei()}format(){return ei()}add(){return ei()}diff(){return ei()}startOf(){return ei()}endOf(){return ei()}}var y5={_date:jf};function m5(e,t,n,r){const{controller:i,data:s,_sorted:o}=e,a=i._cachedMeta.iScale,l=e.dataset&&e.dataset.options?e.dataset.options.spanGaps:null;if(a&&t===a.axis&&t!=="r"&&o&&s.length){const c=a._reversePixels?UP:ci;if(r){if(i._sharedOptions){const u=s[0],d=typeof u.getRange=="function"&&u.getRange(t);if(d){const f=c(s,t,n-d),h=c(s,t,n+d);return{lo:f.lo,hi:h.hi}}}}else{const u=c(s,t,n);if(l){const{vScale:d}=i._cachedMeta,{_parsed:f}=e,h=f.slice(0,u.lo+1).reverse().findIndex(m=>!Qe(m[d.axis]));u.lo-=Math.max(0,h);const g=f.slice(u.hi).findIndex(m=>!Qe(m[d.axis]));u.hi+=Math.max(0,g)}return u}}return{lo:0,hi:s.length-1}}function Mc(e,t,n,r,i){const s=e.getSortedVisibleDatasetMetas(),o=n[t];for(let a=0,l=s.length;a<l;++a){const{index:c,data:u}=s[a],{lo:d,hi:f}=m5(s[a],t,o,i);for(let h=d;h<=f;++h){const g=u[h];g.skip||r(g,c,h)}}}function p5(e){const t=e.indexOf("x")!==-1,n=e.indexOf("y")!==-1;return function(r,i){const s=t?Math.abs(r.x-i.x):0,o=n?Math.abs(r.y-i.y):0;return Math.sqrt(Math.pow(s,2)+Math.pow(o,2))}}function Su(e,t,n,r,i){const s=[];return!i&&!e.isPointInArea(t)||Mc(e,n,t,function(a,l,c){!i&&!rr(a,e.chartArea,0)||a.inRange(t.x,t.y,r)&&s.push({element:a,datasetIndex:l,index:c})},!0),s}function v5(e,t,n,r){let i=[];function s(o,a,l){const{startAngle:c,endAngle:u}=o.getProps(["startAngle","endAngle"],r),{angle:d}=qP(o,{x:t.x,y:t.y});lb(d,c,u)&&i.push({element:o,datasetIndex:a,index:l})}return Mc(e,n,t,s),i}function b5(e,t,n,r,i,s){let o=[];const a=p5(n);let l=Number.POSITIVE_INFINITY;function c(u,d,f){const h=u.inRange(t.x,t.y,i);if(r&&!h)return;const g=u.getCenterPoint(i);if(!(!!s||e.isPointInArea(g))&&!h)return;const p=a(t,g);p<l?(o=[{element:u,datasetIndex:d,index:f}],l=p):p===l&&o.push({element:u,datasetIndex:d,index:f})}return Mc(e,n,t,c),o}function Cu(e,t,n,r,i,s){return!s&&!e.isPointInArea(t)?[]:n==="r"&&!r?v5(e,t,n,i):b5(e,t,n,r,i,s)}function Oy(e,t,n,r,i){const s=[],o=n==="x"?"inXRange":"inYRange";let a=!1;return Mc(e,n,t,(l,c,u)=>{l[o]&&l[o](t[n],i)&&(s.push({element:l,datasetIndex:c,index:u}),a=a||l.inRange(t.x,t.y,i))}),r&&!a?[]:s}var x5={modes:{index(e,t,n,r){const i=ii(t,e),s=n.axis||"x",o=n.includeInvisible||!1,a=n.intersect?Su(e,i,s,r,o):Cu(e,i,s,!1,r,o),l=[];return a.length?(e.getSortedVisibleDatasetMetas().forEach(c=>{const u=a[0].index,d=c.data[u];d&&!d.skip&&l.push({element:d,datasetIndex:c.index,index:u})}),l):[]},dataset(e,t,n,r){const i=ii(t,e),s=n.axis||"xy",o=n.includeInvisible||!1;let a=n.intersect?Su(e,i,s,r,o):Cu(e,i,s,!1,r,o);if(a.length>0){const l=a[0].datasetIndex,c=e.getDatasetMeta(l).data;a=[];for(let u=0;u<c.length;++u)a.push({element:c[u],datasetIndex:l,index:u})}return a},point(e,t,n,r){const i=ii(t,e),s=n.axis||"xy",o=n.includeInvisible||!1;return Su(e,i,s,r,o)},nearest(e,t,n,r){const i=ii(t,e),s=n.axis||"xy",o=n.includeInvisible||!1;return Cu(e,i,s,n.intersect,r,o)},x(e,t,n,r){const i=ii(t,e);return Oy(e,i,"x",n.intersect,r)},y(e,t,n,r){const i=ii(t,e);return Oy(e,i,"y",n.intersect,r)}}};const Ab=["left","top","right","bottom"];function lo(e,t){return e.filter(n=>n.pos===t)}function Ey(e,t){return e.filter(n=>Ab.indexOf(n.pos)===-1&&n.box.axis===t)}function co(e,t){return e.sort((n,r)=>{const i=t?r:n,s=t?n:r;return i.weight===s.weight?i.index-s.index:i.weight-s.weight})}function w5(e){const t=[];let n,r,i,s,o,a;for(n=0,r=(e||[]).length;n<r;++n)i=e[n],{position:s,options:{stack:o,stackWeight:a=1}}=i,t.push({index:n,box:i,pos:s,horizontal:i.isHorizontal(),weight:i.weight,stack:o&&s+o,stackWeight:a});return t}function S5(e){const t={};for(const n of e){const{stack:r,pos:i,stackWeight:s}=n;if(!r||!Ab.includes(i))continue;const o=t[r]||(t[r]={count:0,placed:0,weight:0,size:0});o.count++,o.weight+=s}return t}function C5(e,t){const n=S5(e),{vBoxMaxWidth:r,hBoxMaxHeight:i}=t;let s,o,a;for(s=0,o=e.length;s<o;++s){a=e[s];const{fullSize:l}=a.box,c=n[a.stack],u=c&&a.stackWeight/c.weight;a.horizontal?(a.width=u?u*r:l&&t.availableWidth,a.height=i):(a.width=r,a.height=u?u*i:l&&t.availableHeight)}return n}function _5(e){const t=w5(e),n=co(t.filter(c=>c.box.fullSize),!0),r=co(lo(t,"left"),!0),i=co(lo(t,"right")),s=co(lo(t,"top"),!0),o=co(lo(t,"bottom")),a=Ey(t,"x"),l=Ey(t,"y");return{fullSize:n,leftAndTop:r.concat(s),rightAndBottom:i.concat(l).concat(o).concat(a),chartArea:lo(t,"chartArea"),vertical:r.concat(i).concat(l),horizontal:s.concat(o).concat(a)}}function Ay(e,t,n,r){return Math.max(e[n],t[n])+Math.max(e[r],t[r])}function Pb(e,t){e.top=Math.max(e.top,t.top),e.left=Math.max(e.left,t.left),e.bottom=Math.max(e.bottom,t.bottom),e.right=Math.max(e.right,t.right)}function k5(e,t,n,r){const{pos:i,box:s}=n,o=e.maxPadding;if(!Fe(i)){n.size&&(e[i]-=n.size);const d=r[n.stack]||{size:0,count:1};d.size=Math.max(d.size,n.horizontal?s.height:s.width),n.size=d.size/d.count,e[i]+=n.size}s.getPadding&&Pb(o,s.getPadding());const a=Math.max(0,t.outerWidth-Ay(o,e,"left","right")),l=Math.max(0,t.outerHeight-Ay(o,e,"top","bottom")),c=a!==e.w,u=l!==e.h;return e.w=a,e.h=l,n.horizontal?{same:c,other:u}:{same:u,other:c}}function O5(e){const t=e.maxPadding;function n(r){const i=Math.max(t[r]-e[r],0);return e[r]+=i,i}e.y+=n("top"),e.x+=n("left"),n("right"),n("bottom")}function E5(e,t){const n=t.maxPadding;function r(i){const s={left:0,top:0,right:0,bottom:0};return i.forEach(o=>{s[o]=Math.max(t[o],n[o])}),s}return r(e?["left","right"]:["top","bottom"])}function _o(e,t,n,r){const i=[];let s,o,a,l,c,u;for(s=0,o=e.length,c=0;s<o;++s){a=e[s],l=a.box,l.update(a.width||t.w,a.height||t.h,E5(a.horizontal,t));const{same:d,other:f}=k5(t,n,a,r);c|=d&&i.length,u=u||f,l.fullSize||i.push(a)}return c&&_o(i,t,n,r)||u}function sl(e,t,n,r,i){e.top=n,e.left=t,e.right=t+r,e.bottom=n+i,e.width=r,e.height=i}function Py(e,t,n,r){const i=n.padding;let{x:s,y:o}=t;for(const a of e){const l=a.box,c=r[a.stack]||{placed:0,weight:1},u=a.stackWeight/c.weight||1;if(a.horizontal){const d=t.w*u,f=c.size||l.height;Vl(c.start)&&(o=c.start),l.fullSize?sl(l,i.left,o,n.outerWidth-i.right-i.left,f):sl(l,t.left+c.placed,o,d,f),c.start=o,c.placed+=d,o=l.bottom}else{const d=t.h*u,f=c.size||l.width;Vl(c.start)&&(s=c.start),l.fullSize?sl(l,s,i.top,f,n.outerHeight-i.bottom-i.top):sl(l,s,t.top+c.placed,f,d),c.start=s,c.placed+=d,s=l.right}}t.x=s,t.y=o}var un={addBox(e,t){e.boxes||(e.boxes=[]),t.fullSize=t.fullSize||!1,t.position=t.position||"top",t.weight=t.weight||0,t._layers=t._layers||function(){return[{z:0,draw(n){t.draw(n)}}]},e.boxes.push(t)},removeBox(e,t){const n=e.boxes?e.boxes.indexOf(t):-1;n!==-1&&e.boxes.splice(n,1)},configure(e,t,n){t.fullSize=n.fullSize,t.position=n.position,t.weight=n.weight},update(e,t,n,r){if(!e)return;const i=Ot(e.options.layout.padding),s=Math.max(t-i.width,0),o=Math.max(n-i.height,0),a=_5(e.boxes),l=a.vertical,c=a.horizontal;Ge(e.boxes,m=>{typeof m.beforeLayout=="function"&&m.beforeLayout()});const u=l.reduce((m,p)=>p.box.options&&p.box.options.display===!1?m:m+1,0)||1,d=Object.freeze({outerWidth:t,outerHeight:n,padding:i,availableWidth:s,availableHeight:o,vBoxMaxWidth:s/2/u,hBoxMaxHeight:o/2}),f=Object.assign({},i);Pb(f,Ot(r));const h=Object.assign({maxPadding:f,w:s,h:o,x:i.left,y:i.top},i),g=C5(l.concat(c),d);_o(a.fullSize,h,d,g),_o(l,h,d,g),_o(c,h,d,g)&&_o(l,h,d,g),O5(h),Py(a.leftAndTop,h,d,g),h.x+=h.w,h.y+=h.h,Py(a.rightAndBottom,h,d,g),e.chartArea={left:h.left,top:h.top,right:h.left+h.w,bottom:h.top+h.h,height:h.h,width:h.w},Ge(a.chartArea,m=>{const p=m.box;Object.assign(p,e.chartArea),p.update(h.w,h.h,{left:0,top:0,right:0,bottom:0})})}};class Tb{acquireContext(t,n){}releaseContext(t){return!1}addEventListener(t,n,r){}removeEventListener(t,n,r){}getDevicePixelRatio(){return 1}getMaximumSize(t,n,r,i){return n=Math.max(0,n||t.width),r=r||t.height,{width:n,height:Math.max(0,i?Math.floor(n/i):r)}}isAttached(t){return!0}updateConfig(t){}}class A5 extends Tb{acquireContext(t){return t&&t.getContext&&t.getContext("2d")||null}updateConfig(t){t.options.animation=!1}}const Ol="$chartjs",P5={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"},Ty=e=>e===null||e==="";function T5(e,t){const n=e.style,r=e.getAttribute("height"),i=e.getAttribute("width");if(e[Ol]={initial:{height:r,width:i,style:{display:n.display,height:n.height,width:n.width}}},n.display=n.display||"block",n.boxSizing=n.boxSizing||"border-box",Ty(i)){const s=my(e,"width");s!==void 0&&(e.width=s)}if(Ty(r))if(e.style.height==="")e.height=e.width/(t||2);else{const s=my(e,"height");s!==void 0&&(e.height=s)}return e}const Mb=HT?{passive:!0}:!1;function M5(e,t,n){e&&e.addEventListener(t,n,Mb)}function $5(e,t,n){e&&e.canvas&&e.canvas.removeEventListener(t,n,Mb)}function j5(e,t){const n=P5[e.type]||e.type,{x:r,y:i}=ii(e,t);return{type:n,chart:t,native:e,x:r!==void 0?r:null,y:i!==void 0?i:null}}function Xl(e,t){for(const n of e)if(n===t||n.contains(t))return!0}function D5(e,t,n){const r=e.canvas,i=new MutationObserver(s=>{let o=!1;for(const a of s)o=o||Xl(a.addedNodes,r),o=o&&!Xl(a.removedNodes,r);o&&n()});return i.observe(document,{childList:!0,subtree:!0}),i}function L5(e,t,n){const r=e.canvas,i=new MutationObserver(s=>{let o=!1;for(const a of s)o=o||Xl(a.removedNodes,r),o=o&&!Xl(a.addedNodes,r);o&&n()});return i.observe(document,{childList:!0,subtree:!0}),i}const na=new Map;let My=0;function $b(){const e=window.devicePixelRatio;e!==My&&(My=e,na.forEach((t,n)=>{n.currentDevicePixelRatio!==e&&t()}))}function I5(e,t){na.size||window.addEventListener("resize",$b),na.set(e,t)}function R5(e){na.delete(e),na.size||window.removeEventListener("resize",$b)}function F5(e,t,n){const r=e.canvas,i=r&&$f(r);if(!i)return;const s=db((a,l)=>{const c=i.clientWidth;n(a,l),c<i.clientWidth&&n()},window),o=new ResizeObserver(a=>{const l=a[0],c=l.contentRect.width,u=l.contentRect.height;c===0&&u===0||s(c,u)});return o.observe(i),I5(e,s),o}function _u(e,t,n){n&&n.disconnect(),t==="resize"&&R5(e)}function N5(e,t,n){const r=e.canvas,i=db(s=>{e.ctx!==null&&n(j5(s,e))},e);return M5(r,t,i),i}class B5 extends Tb{acquireContext(t,n){const r=t&&t.getContext&&t.getContext("2d");return r&&r.canvas===t?(T5(t,n),r):null}releaseContext(t){const n=t.canvas;if(!n[Ol])return!1;const r=n[Ol].initial;["height","width"].forEach(s=>{const o=r[s];Qe(o)?n.removeAttribute(s):n.setAttribute(s,o)});const i=r.style||{};return Object.keys(i).forEach(s=>{n.style[s]=i[s]}),n.width=n.width,delete n[Ol],!0}addEventListener(t,n,r){this.removeEventListener(t,n);const i=t.$proxies||(t.$proxies={}),o={attach:D5,detach:L5,resize:F5}[n]||N5;i[n]=o(t,n,r)}removeEventListener(t,n){const r=t.$proxies||(t.$proxies={}),i=r[n];if(!i)return;({attach:_u,detach:_u,resize:_u}[n]||$5)(t,n,i),r[n]=void 0}getDevicePixelRatio(){return window.devicePixelRatio}getMaximumSize(t,n,r,i){return zT(t,n,r,i)}isAttached(t){const n=t&&$f(t);return!!(n&&n.isConnected)}}function q5(e){return!Mf()||typeof OffscreenCanvas!="undefined"&&e instanceof OffscreenCanvas?A5:B5}var ml;let Li=(ml=class{constructor(){pe(this,"x");pe(this,"y");pe(this,"active",!1);pe(this,"options");pe(this,"$animations")}tooltipPosition(t){const{x:n,y:r}=this.getProps(["x","y"],t);return{x:n,y:r}}hasValue(){return ta(this.x)&&ta(this.y)}getProps(t,n){const r=this.$animations;if(!n||!r)return this;const i={};return t.forEach(s=>{i[s]=r[s]&&r[s].active()?r[s]._to:this[s]}),i}},pe(ml,"defaults",{}),pe(ml,"defaultRoutes"),ml);function z5(e,t){const n=e.options.ticks,r=H5(e),i=Math.min(n.maxTicksLimit||r,r),s=n.major.enabled?K5(t):[],o=s.length,a=s[0],l=s[o-1],c=[];if(o>i)return V5(t,c,s,o/i),c;const u=U5(s,t,i);if(o>0){let d,f;const h=o>1?Math.round((l-a)/(o-1)):null;for(ol(t,c,u,Qe(h)?0:a-h,a),d=0,f=o-1;d<f;d++)ol(t,c,u,s[d],s[d+1]);return ol(t,c,u,l,Qe(h)?t.length:l+h),c}return ol(t,c,u),c}function H5(e){const t=e.options.offset,n=e._tickSize(),r=e._length/n+(t?0:1),i=e._maxLength/n;return Math.floor(Math.min(r,i))}function U5(e,t,n){const r=W5(e),i=t.length/n;if(!r)return Math.max(i,1);const s=RP(r);for(let o=0,a=s.length-1;o<a;o++){const l=s[o];if(l>i)return l}return Math.max(i,1)}function K5(e){const t=[];let n,r;for(n=0,r=e.length;n<r;n++)e[n].major&&t.push(n);return t}function V5(e,t,n,r){let i=0,s=n[0],o;for(r=Math.ceil(r),o=0;o<e.length;o++)o===s&&(t.push(e[o]),i++,s=n[i*r])}function ol(e,t,n,r,i){const s=De(r,0),o=Math.min(De(i,e.length),e.length);let a=0,l,c,u;for(n=Math.ceil(n),i&&(l=i-r,n=l/Math.floor(l/n)),u=s;u<0;)a++,u=Math.round(s+a*n);for(c=Math.max(s,0);c<o;c++)c===u&&(t.push(e[c]),a++,u=Math.round(s+a*n))}function W5(e){const t=e.length;let n,r;if(t<2)return!1;for(r=e[0],n=1;n<t;++n)if(e[n]-e[n-1]!==r)return!1;return r}const G5=e=>e==="left"?"right":e==="right"?"left":e,$y=(e,t,n)=>t==="top"||t==="left"?e[t]+n:e[t]-n,jy=(e,t)=>Math.min(t||e,e);function Dy(e,t){const n=[],r=e.length/t,i=e.length;let s=0;for(;s<i;s+=r)n.push(e[Math.floor(s)]);return n}function Q5(e,t,n){const r=e.ticks.length,i=Math.min(t,r-1),s=e._startPixel,o=e._endPixel,a=1e-6;let l=e.getPixelForTick(i),c;if(!(n&&(r===1?c=Math.max(l-s,o-l):t===0?c=(e.getPixelForTick(1)-l)/2:c=(l-e.getPixelForTick(i-1))/2,l+=i<t?c:-c,l<s-a||l>o+a)))return l}function Y5(e,t){Ge(e,n=>{const r=n.gc,i=r.length/2;let s;if(i>t){for(s=0;s<i;++s)delete n.data[r[s]];r.splice(0,i)}})}function uo(e){return e.drawTicks?e.tickLength:0}function Ly(e,t){if(!e.display)return 0;const n=ft(e.font,t),r=Ot(e.padding);return(rt(e.text)?e.text.length:1)*n.lineHeight+r.height}function X5(e,t){return Gr(e,{scale:t,type:"scale"})}function J5(e,t,n){return Gr(e,{tick:n,index:t,type:"tick"})}function Z5(e,t,n){let r=kf(e);return(n&&t!=="right"||!n&&t==="right")&&(r=G5(r)),r}function eM(e,t,n,r){const{top:i,left:s,bottom:o,right:a,chart:l}=e,{chartArea:c,scales:u}=l;let d=0,f,h,g;const m=o-i,p=a-s;if(e.isHorizontal()){if(h=wt(r,s,a),Fe(n)){const v=Object.keys(n)[0],b=n[v];g=u[v].getPixelForValue(b)+m-t}else n==="center"?g=(c.bottom+c.top)/2+m-t:g=$y(e,n,t);f=a-s}else{if(Fe(n)){const v=Object.keys(n)[0],b=n[v];h=u[v].getPixelForValue(b)-p+t}else n==="center"?h=(c.left+c.right)/2-p+t:h=$y(e,n,t);g=wt(r,o,i),d=n==="left"?-Yt:Yt}return{titleX:h,titleY:g,maxWidth:f,rotation:d}}class Us extends Li{constructor(t){super(),this.id=t.id,this.type=t.type,this.options=void 0,this.ctx=t.ctx,this.chart=t.chart,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this._margins={left:0,right:0,top:0,bottom:0},this.maxWidth=void 0,this.maxHeight=void 0,this.paddingTop=void 0,this.paddingBottom=void 0,this.paddingLeft=void 0,this.paddingRight=void 0,this.axis=void 0,this.labelRotation=void 0,this.min=void 0,this.max=void 0,this._range=void 0,this.ticks=[],this._gridLineItems=null,this._labelItems=null,this._labelSizes=null,this._length=0,this._maxLength=0,this._longestTextCache={},this._startPixel=void 0,this._endPixel=void 0,this._reversePixels=!1,this._userMax=void 0,this._userMin=void 0,this._suggestedMax=void 0,this._suggestedMin=void 0,this._ticksLength=0,this._borderValue=0,this._cache={},this._dataLimitsCached=!1,this.$context=void 0}init(t){this.options=t.setContext(this.getContext()),this.axis=t.axis,this._userMin=this.parse(t.min),this._userMax=this.parse(t.max),this._suggestedMin=this.parse(t.suggestedMin),this._suggestedMax=this.parse(t.suggestedMax)}parse(t,n){return t}getUserBounds(){let{_userMin:t,_userMax:n,_suggestedMin:r,_suggestedMax:i}=this;return t=Pn(t,Number.POSITIVE_INFINITY),n=Pn(n,Number.NEGATIVE_INFINITY),r=Pn(r,Number.POSITIVE_INFINITY),i=Pn(i,Number.NEGATIVE_INFINITY),{min:Pn(t,r),max:Pn(n,i),minDefined:yt(t),maxDefined:yt(n)}}getMinMax(t){let{min:n,max:r,minDefined:i,maxDefined:s}=this.getUserBounds(),o;if(i&&s)return{min:n,max:r};const a=this.getMatchingVisibleMetas();for(let l=0,c=a.length;l<c;++l)o=a[l].controller.getMinMax(this,t),i||(n=Math.min(n,o.min)),s||(r=Math.max(r,o.max));return n=s&&n>r?r:n,r=i&&n>r?n:r,{min:Pn(n,Pn(r,n)),max:Pn(r,Pn(n,r))}}getPadding(){return{left:this.paddingLeft||0,top:this.paddingTop||0,right:this.paddingRight||0,bottom:this.paddingBottom||0}}getTicks(){return this.ticks}getLabels(){const t=this.chart.data;return this.options.labels||(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels||[]}getLabelItems(t=this.chart.chartArea){return this._labelItems||(this._labelItems=this._computeLabelItems(t))}beforeLayout(){this._cache={},this._dataLimitsCached=!1}beforeUpdate(){Je(this.options.beforeUpdate,[this])}update(t,n,r){const{beginAtZero:i,grace:s,ticks:o}=this.options,a=o.sampleSize;this.beforeUpdate(),this.maxWidth=t,this.maxHeight=n,this._margins=r=Object.assign({left:0,right:0,top:0,bottom:0},r),this.ticks=null,this._labelSizes=null,this._gridLineItems=null,this._labelItems=null,this.beforeSetDimensions(),this.setDimensions(),this.afterSetDimensions(),this._maxLength=this.isHorizontal()?this.width+r.left+r.right:this.height+r.top+r.bottom,this._dataLimitsCached||(this.beforeDataLimits(),this.determineDataLimits(),this.afterDataLimits(),this._range=bT(this,s,i),this._dataLimitsCached=!0),this.beforeBuildTicks(),this.ticks=this.buildTicks()||[],this.afterBuildTicks();const l=a<this.ticks.length;this._convertTicksToLabels(l?Dy(this.ticks,a):this.ticks),this.configure(),this.beforeCalculateLabelRotation(),this.calculateLabelRotation(),this.afterCalculateLabelRotation(),o.display&&(o.autoSkip||o.source==="auto")&&(this.ticks=z5(this,this.ticks),this._labelSizes=null,this.afterAutoSkip()),l&&this._convertTicksToLabels(this.ticks),this.beforeFit(),this.fit(),this.afterFit(),this.afterUpdate()}configure(){let t=this.options.reverse,n,r;this.isHorizontal()?(n=this.left,r=this.right):(n=this.top,r=this.bottom,t=!t),this._startPixel=n,this._endPixel=r,this._reversePixels=t,this._length=r-n,this._alignToPixels=this.options.alignToPixels}afterUpdate(){Je(this.options.afterUpdate,[this])}beforeSetDimensions(){Je(this.options.beforeSetDimensions,[this])}setDimensions(){this.isHorizontal()?(this.width=this.maxWidth,this.left=0,this.right=this.width):(this.height=this.maxHeight,this.top=0,this.bottom=this.height),this.paddingLeft=0,this.paddingTop=0,this.paddingRight=0,this.paddingBottom=0}afterSetDimensions(){Je(this.options.afterSetDimensions,[this])}_callHooks(t){this.chart.notifyPlugins(t,this.getContext()),Je(this.options[t],[this])}beforeDataLimits(){this._callHooks("beforeDataLimits")}determineDataLimits(){}afterDataLimits(){this._callHooks("afterDataLimits")}beforeBuildTicks(){this._callHooks("beforeBuildTicks")}buildTicks(){return[]}afterBuildTicks(){this._callHooks("afterBuildTicks")}beforeTickToLabelConversion(){Je(this.options.beforeTickToLabelConversion,[this])}generateTickLabels(t){const n=this.options.ticks;let r,i,s;for(r=0,i=t.length;r<i;r++)s=t[r],s.label=Je(n.callback,[s.value,r,t],this)}afterTickToLabelConversion(){Je(this.options.afterTickToLabelConversion,[this])}beforeCalculateLabelRotation(){Je(this.options.beforeCalculateLabelRotation,[this])}calculateLabelRotation(){const t=this.options,n=t.ticks,r=jy(this.ticks.length,t.ticks.maxTicksLimit),i=n.minRotation||0,s=n.maxRotation;let o=i,a,l,c;if(!this._isVisible()||!n.display||i>=s||r<=1||!this.isHorizontal()){this.labelRotation=i;return}const u=this._getLabelSizes(),d=u.widest.width,f=u.highest.height,h=cn(this.chart.width-d,0,this.maxWidth);a=t.offset?this.maxWidth/r:h/(r-1),d+6>a&&(a=h/(r-(t.offset?.5:1)),l=this.maxHeight-uo(t.grid)-n.padding-Ly(t.title,this.chart.options.font),c=Math.sqrt(d*d+f*f),o=Cf(Math.min(Math.asin(cn((u.highest.height+6)/a,-1,1)),Math.asin(cn(l/c,-1,1))-Math.asin(cn(f/c,-1,1)))),o=Math.max(i,Math.min(s,o))),this.labelRotation=o}afterCalculateLabelRotation(){Je(this.options.afterCalculateLabelRotation,[this])}afterAutoSkip(){}beforeFit(){Je(this.options.beforeFit,[this])}fit(){const t={width:0,height:0},{chart:n,options:{ticks:r,title:i,grid:s}}=this,o=this._isVisible(),a=this.isHorizontal();if(o){const l=Ly(i,n.options.font);if(a?(t.width=this.maxWidth,t.height=uo(s)+l):(t.height=this.maxHeight,t.width=uo(s)+l),r.display&&this.ticks.length){const{first:c,last:u,widest:d,highest:f}=this._getLabelSizes(),h=r.padding*2,g=jr(this.labelRotation),m=Math.cos(g),p=Math.sin(g);if(a){const v=r.mirror?0:p*d.width+m*f.height;t.height=Math.min(this.maxHeight,t.height+v+h)}else{const v=r.mirror?0:m*d.width+p*f.height;t.width=Math.min(this.maxWidth,t.width+v+h)}this._calculatePadding(c,u,p,m)}}this._handleMargins(),a?(this.width=this._length=n.width-this._margins.left-this._margins.right,this.height=t.height):(this.width=t.width,this.height=this._length=n.height-this._margins.top-this._margins.bottom)}_calculatePadding(t,n,r,i){const{ticks:{align:s,padding:o},position:a}=this.options,l=this.labelRotation!==0,c=a!=="top"&&this.axis==="x";if(this.isHorizontal()){const u=this.getPixelForTick(0)-this.left,d=this.right-this.getPixelForTick(this.ticks.length-1);let f=0,h=0;l?c?(f=i*t.width,h=r*n.height):(f=r*t.height,h=i*n.width):s==="start"?h=n.width:s==="end"?f=t.width:s!=="inner"&&(f=t.width/2,h=n.width/2),this.paddingLeft=Math.max((f-u+o)*this.width/(this.width-u),0),this.paddingRight=Math.max((h-d+o)*this.width/(this.width-d),0)}else{let u=n.height/2,d=t.height/2;s==="start"?(u=0,d=t.height):s==="end"&&(u=n.height,d=0),this.paddingTop=u+o,this.paddingBottom=d+o}}_handleMargins(){this._margins&&(this._margins.left=Math.max(this.paddingLeft,this._margins.left),this._margins.top=Math.max(this.paddingTop,this._margins.top),this._margins.right=Math.max(this.paddingRight,this._margins.right),this._margins.bottom=Math.max(this.paddingBottom,this._margins.bottom))}afterFit(){Je(this.options.afterFit,[this])}isHorizontal(){const{axis:t,position:n}=this.options;return n==="top"||n==="bottom"||t==="x"}isFullSize(){return this.options.fullSize}_convertTicksToLabels(t){this.beforeTickToLabelConversion(),this.generateTickLabels(t);let n,r;for(n=0,r=t.length;n<r;n++)Qe(t[n].label)&&(t.splice(n,1),r--,n--);this.afterTickToLabelConversion()}_getLabelSizes(){let t=this._labelSizes;if(!t){const n=this.options.ticks.sampleSize;let r=this.ticks;n<r.length&&(r=Dy(r,n)),this._labelSizes=t=this._computeLabelSizes(r,r.length,this.options.ticks.maxTicksLimit)}return t}_computeLabelSizes(t,n,r){const{ctx:i,_longestTextCache:s}=this,o=[],a=[],l=Math.floor(n/jy(n,r));let c=0,u=0,d,f,h,g,m,p,v,b,x,S,w;for(d=0;d<n;d+=l){if(g=t[d].label,m=this._resolveTickFontOptions(d),i.font=p=m.string,v=s[p]=s[p]||{data:{},gc:[]},b=m.lineHeight,x=S=0,!Qe(g)&&!rt(g))x=Gl(i,v.data,v.gc,x,g),S=b;else if(rt(g))for(f=0,h=g.length;f<h;++f)w=g[f],!Qe(w)&&!rt(w)&&(x=Gl(i,v.data,v.gc,x,w),S+=b);o.push(x),a.push(S),c=Math.max(x,c),u=Math.max(S,u)}Y5(s,n);const _=o.indexOf(c),C=a.indexOf(u),k=O=>({width:o[O]||0,height:a[O]||0});return{first:k(0),last:k(n-1),widest:k(_),highest:k(C),widths:o,heights:a}}getLabelForValue(t){return t}getPixelForValue(t,n){return NaN}getValueForPixel(t){}getPixelForTick(t){const n=this.ticks;return t<0||t>n.length-1?null:this.getPixelForValue(n[t].value)}getPixelForDecimal(t){this._reversePixels&&(t=1-t);const n=this._startPixel+t*this._length;return HP(this._alignToPixels?Zr(this.chart,n,0):n)}getDecimalForPixel(t){const n=(t-this._startPixel)/this._length;return this._reversePixels?1-n:n}getBasePixel(){return this.getPixelForValue(this.getBaseValue())}getBaseValue(){const{min:t,max:n}=this;return t<0&&n<0?n:t>0&&n>0?t:0}getContext(t){const n=this.ticks||[];if(t>=0&&t<n.length){const r=n[t];return r.$context||(r.$context=J5(this.getContext(),t,r))}return this.$context||(this.$context=X5(this.chart.getContext(),this))}_tickSize(){const t=this.options.ticks,n=jr(this.labelRotation),r=Math.abs(Math.cos(n)),i=Math.abs(Math.sin(n)),s=this._getLabelSizes(),o=t.autoSkipPadding||0,a=s?s.widest.width+o:0,l=s?s.highest.height+o:0;return this.isHorizontal()?l*r>a*i?a/r:l/i:l*i<a*r?l/r:a/i}_isVisible(){const t=this.options.display;return t!=="auto"?!!t:this.getMatchingVisibleMetas().length>0}_computeGridLineItems(t){const n=this.axis,r=this.chart,i=this.options,{grid:s,position:o,border:a}=i,l=s.offset,c=this.isHorizontal(),d=this.ticks.length+(l?1:0),f=uo(s),h=[],g=a.setContext(this.getContext()),m=g.display?g.width:0,p=m/2,v=function(j){return Zr(r,j,m)};let b,x,S,w,_,C,k,O,A,M,L,G;if(o==="top")b=v(this.bottom),C=this.bottom-f,O=b-p,M=v(t.top)+p,G=t.bottom;else if(o==="bottom")b=v(this.top),M=t.top,G=v(t.bottom)-p,C=b+p,O=this.top+f;else if(o==="left")b=v(this.right),_=this.right-f,k=b-p,A=v(t.left)+p,L=t.right;else if(o==="right")b=v(this.left),A=t.left,L=v(t.right)-p,_=b+p,k=this.left+f;else if(n==="x"){if(o==="center")b=v((t.top+t.bottom)/2+.5);else if(Fe(o)){const j=Object.keys(o)[0],I=o[j];b=v(this.chart.scales[j].getPixelForValue(I))}M=t.top,G=t.bottom,C=b+p,O=C+f}else if(n==="y"){if(o==="center")b=v((t.left+t.right)/2);else if(Fe(o)){const j=Object.keys(o)[0],I=o[j];b=v(this.chart.scales[j].getPixelForValue(I))}_=b-p,k=_-f,A=t.left,L=t.right}const R=De(i.ticks.maxTicksLimit,d),D=Math.max(1,Math.ceil(d/R));for(x=0;x<d;x+=D){const j=this.getContext(x),I=s.setContext(j),oe=a.setContext(j),ue=I.lineWidth,B=I.color,Y=oe.dash||[],ne=oe.dashOffset,ae=I.tickWidth,F=I.tickColor,W=I.tickBorderDash||[],q=I.tickBorderDashOffset;S=Q5(this,x,l),S!==void 0&&(w=Zr(r,S,ue),c?_=k=A=L=w:C=O=M=G=w,h.push({tx1:_,ty1:C,tx2:k,ty2:O,x1:A,y1:M,x2:L,y2:G,width:ue,color:B,borderDash:Y,borderDashOffset:ne,tickWidth:ae,tickColor:F,tickBorderDash:W,tickBorderDashOffset:q}))}return this._ticksLength=d,this._borderValue=b,h}_computeLabelItems(t){const n=this.axis,r=this.options,{position:i,ticks:s}=r,o=this.isHorizontal(),a=this.ticks,{align:l,crossAlign:c,padding:u,mirror:d}=s,f=uo(r.grid),h=f+u,g=d?-u:h,m=-jr(this.labelRotation),p=[];let v,b,x,S,w,_,C,k,O,A,M,L,G="middle";if(i==="top")_=this.bottom-g,C=this._getXAxisLabelAlignment();else if(i==="bottom")_=this.top+g,C=this._getXAxisLabelAlignment();else if(i==="left"){const D=this._getYAxisLabelAlignment(f);C=D.textAlign,w=D.x}else if(i==="right"){const D=this._getYAxisLabelAlignment(f);C=D.textAlign,w=D.x}else if(n==="x"){if(i==="center")_=(t.top+t.bottom)/2+h;else if(Fe(i)){const D=Object.keys(i)[0],j=i[D];_=this.chart.scales[D].getPixelForValue(j)+h}C=this._getXAxisLabelAlignment()}else if(n==="y"){if(i==="center")w=(t.left+t.right)/2-h;else if(Fe(i)){const D=Object.keys(i)[0],j=i[D];w=this.chart.scales[D].getPixelForValue(j)}C=this._getYAxisLabelAlignment(f).textAlign}n==="y"&&(l==="start"?G="top":l==="end"&&(G="bottom"));const R=this._getLabelSizes();for(v=0,b=a.length;v<b;++v){x=a[v],S=x.label;const D=s.setContext(this.getContext(v));k=this.getPixelForTick(v)+s.labelOffset,O=this._resolveTickFontOptions(v),A=O.lineHeight,M=rt(S)?S.length:1;const j=M/2,I=D.color,oe=D.textStrokeColor,ue=D.textStrokeWidth;let B=C;o?(w=k,C==="inner"&&(v===b-1?B=this.options.reverse?"left":"right":v===0?B=this.options.reverse?"right":"left":B="center"),i==="top"?c==="near"||m!==0?L=-M*A+A/2:c==="center"?L=-R.highest.height/2-j*A+A:L=-R.highest.height+A/2:c==="near"||m!==0?L=A/2:c==="center"?L=R.highest.height/2-j*A:L=R.highest.height-M*A,d&&(L*=-1),m!==0&&!D.showLabelBackdrop&&(w+=A/2*Math.sin(m))):(_=k,L=(1-M)*A/2);let Y;if(D.showLabelBackdrop){const ne=Ot(D.backdropPadding),ae=R.heights[v],F=R.widths[v];let W=L-ne.top,q=0-ne.left;switch(G){case"middle":W-=ae/2;break;case"bottom":W-=ae;break}switch(C){case"center":q-=F/2;break;case"right":q-=F;break;case"inner":v===b-1?q-=F:v>0&&(q-=F/2);break}Y={left:q,top:W,width:F+ne.width,height:ae+ne.height,color:D.backdropColor}}p.push({label:S,font:O,textOffset:L,options:{rotation:m,color:I,strokeColor:oe,strokeWidth:ue,textAlign:B,textBaseline:G,translation:[w,_],backdrop:Y}})}return p}_getXAxisLabelAlignment(){const{position:t,ticks:n}=this.options;if(-jr(this.labelRotation))return t==="top"?"left":"right";let i="center";return n.align==="start"?i="left":n.align==="end"?i="right":n.align==="inner"&&(i="inner"),i}_getYAxisLabelAlignment(t){const{position:n,ticks:{crossAlign:r,mirror:i,padding:s}}=this.options,o=this._getLabelSizes(),a=t+s,l=o.widest.width;let c,u;return n==="left"?i?(u=this.right+s,r==="near"?c="left":r==="center"?(c="center",u+=l/2):(c="right",u+=l)):(u=this.right-a,r==="near"?c="right":r==="center"?(c="center",u-=l/2):(c="left",u=this.left)):n==="right"?i?(u=this.left+s,r==="near"?c="right":r==="center"?(c="center",u-=l/2):(c="left",u-=l)):(u=this.left+a,r==="near"?c="left":r==="center"?(c="center",u+=l/2):(c="right",u=this.right)):c="right",{textAlign:c,x:u}}_computeLabelArea(){if(this.options.ticks.mirror)return;const t=this.chart,n=this.options.position;if(n==="left"||n==="right")return{top:0,left:this.left,bottom:t.height,right:this.right};if(n==="top"||n==="bottom")return{top:this.top,left:0,bottom:this.bottom,right:t.width}}drawBackground(){const{ctx:t,options:{backgroundColor:n},left:r,top:i,width:s,height:o}=this;n&&(t.save(),t.fillStyle=n,t.fillRect(r,i,s,o),t.restore())}getLineWidthForValue(t){const n=this.options.grid;if(!this._isVisible()||!n.display)return 0;const i=this.ticks.findIndex(s=>s.value===t);return i>=0?n.setContext(this.getContext(i)).lineWidth:0}drawGrid(t){const n=this.options.grid,r=this.ctx,i=this._gridLineItems||(this._gridLineItems=this._computeGridLineItems(t));let s,o;const a=(l,c,u)=>{!u.width||!u.color||(r.save(),r.lineWidth=u.width,r.strokeStyle=u.color,r.setLineDash(u.borderDash||[]),r.lineDashOffset=u.borderDashOffset,r.beginPath(),r.moveTo(l.x,l.y),r.lineTo(c.x,c.y),r.stroke(),r.restore())};if(n.display)for(s=0,o=i.length;s<o;++s){const l=i[s];n.drawOnChartArea&&a({x:l.x1,y:l.y1},{x:l.x2,y:l.y2},l),n.drawTicks&&a({x:l.tx1,y:l.ty1},{x:l.tx2,y:l.ty2},{color:l.tickColor,width:l.tickWidth,borderDash:l.tickBorderDash,borderDashOffset:l.tickBorderDashOffset})}}drawBorder(){const{chart:t,ctx:n,options:{border:r,grid:i}}=this,s=r.setContext(this.getContext()),o=r.display?s.width:0;if(!o)return;const a=i.setContext(this.getContext(0)).lineWidth,l=this._borderValue;let c,u,d,f;this.isHorizontal()?(c=Zr(t,this.left,o)-o/2,u=Zr(t,this.right,a)+a/2,d=f=l):(d=Zr(t,this.top,o)-o/2,f=Zr(t,this.bottom,a)+a/2,c=u=l),n.save(),n.lineWidth=s.width,n.strokeStyle=s.color,n.beginPath(),n.moveTo(c,d),n.lineTo(u,f),n.stroke(),n.restore()}drawLabels(t){if(!this.options.ticks.display)return;const r=this.ctx,i=this._computeLabelArea();i&&Ac(r,i);const s=this.getLabelItems(t);for(const o of s){const a=o.options,l=o.font,c=o.label,u=o.textOffset;Pi(r,c,0,u,l,a)}i&&Pc(r)}drawTitle(){const{ctx:t,options:{position:n,title:r,reverse:i}}=this;if(!r.display)return;const s=ft(r.font),o=Ot(r.padding),a=r.align;let l=s.lineHeight/2;n==="bottom"||n==="center"||Fe(n)?(l+=o.bottom,rt(r.text)&&(l+=s.lineHeight*(r.text.length-1))):l+=o.top;const{titleX:c,titleY:u,maxWidth:d,rotation:f}=eM(this,l,n,a);Pi(t,r.text,0,0,s,{color:r.color,maxWidth:d,rotation:f,textAlign:Z5(a,n,i),textBaseline:"middle",translation:[c,u]})}draw(t){this._isVisible()&&(this.drawBackground(),this.drawGrid(t),this.drawBorder(),this.drawTitle(),this.drawLabels(t))}_layers(){const t=this.options,n=t.ticks&&t.ticks.z||0,r=De(t.grid&&t.grid.z,-1),i=De(t.border&&t.border.z,0);return!this._isVisible()||this.draw!==Us.prototype.draw?[{z:n,draw:s=>{this.draw(s)}}]:[{z:r,draw:s=>{this.drawBackground(),this.drawGrid(s),this.drawTitle()}},{z:i,draw:()=>{this.drawBorder()}},{z:n,draw:s=>{this.drawLabels(s)}}]}getMatchingVisibleMetas(t){const n=this.chart.getSortedVisibleDatasetMetas(),r=this.axis+"AxisID",i=[];let s,o;for(s=0,o=n.length;s<o;++s){const a=n[s];a[r]===this.id&&(!t||a.type===t)&&i.push(a)}return i}_resolveTickFontOptions(t){const n=this.options.ticks.setContext(this.getContext(t));return ft(n.font)}_maxDigits(){const t=this._resolveTickFontOptions(0).lineHeight;return(this.isHorizontal()?this.width:this.height)/t}}class al{constructor(t,n,r){this.type=t,this.scope=n,this.override=r,this.items=Object.create(null)}isForType(t){return Object.prototype.isPrototypeOf.call(this.type.prototype,t.prototype)}register(t){const n=Object.getPrototypeOf(t);let r;rM(n)&&(r=this.register(n));const i=this.items,s=t.id,o=this.scope+"."+s;if(!s)throw new Error("class does not have id: "+t);return s in i||(i[s]=t,tM(t,o,r),this.override&&at.override(t.id,t.overrides)),o}get(t){return this.items[t]}unregister(t){const n=this.items,r=t.id,i=this.scope;r in n&&delete n[r],i&&r in at[i]&&(delete at[i][r],this.override&&delete Ai[r])}}function tM(e,t,n){const r=Zo(Object.create(null),[n?at.get(n):{},at.get(t),e.defaults]);at.set(t,r),e.defaultRoutes&&nM(t,e.defaultRoutes),e.descriptors&&at.describe(t,e.descriptors)}function nM(e,t){Object.keys(t).forEach(n=>{const r=n.split("."),i=r.pop(),s=[e].concat(r).join("."),o=t[n].split("."),a=o.pop(),l=o.join(".");at.route(s,i,l,a)})}function rM(e){return"id"in e&&"defaults"in e}class iM{constructor(){this.controllers=new al(Xi,"datasets",!0),this.elements=new al(Li,"elements"),this.plugins=new al(Object,"plugins"),this.scales=new al(Us,"scales"),this._typedRegistries=[this.controllers,this.scales,this.elements]}add(...t){this._each("register",t)}remove(...t){this._each("unregister",t)}addControllers(...t){this._each("register",t,this.controllers)}addElements(...t){this._each("register",t,this.elements)}addPlugins(...t){this._each("register",t,this.plugins)}addScales(...t){this._each("register",t,this.scales)}getController(t){return this._get(t,this.controllers,"controller")}getElement(t){return this._get(t,this.elements,"element")}getPlugin(t){return this._get(t,this.plugins,"plugin")}getScale(t){return this._get(t,this.scales,"scale")}removeControllers(...t){this._each("unregister",t,this.controllers)}removeElements(...t){this._each("unregister",t,this.elements)}removePlugins(...t){this._each("unregister",t,this.plugins)}removeScales(...t){this._each("unregister",t,this.scales)}_each(t,n,r){[...n].forEach(i=>{const s=r||this._getRegistryForType(i);r||s.isForType(i)||s===this.plugins&&i.id?this._exec(t,s,i):Ge(i,o=>{const a=r||this._getRegistryForType(o);this._exec(t,a,o)})})}_exec(t,n,r){const i=Sf(t);Je(r["before"+i],[],r),n[t](r),Je(r["after"+i],[],r)}_getRegistryForType(t){for(let n=0;n<this._typedRegistries.length;n++){const r=this._typedRegistries[n];if(r.isForType(t))return r}return this.plugins}_get(t,n,r){const i=n.get(t);if(i===void 0)throw new Error('"'+t+'" is not a registered '+r+".");return i}}var $n=new iM;class sM{constructor(){this._init=[]}notify(t,n,r,i){n==="beforeInit"&&(this._init=this._createDescriptors(t,!0),this._notify(this._init,t,"install"));const s=i?this._descriptors(t).filter(i):this._descriptors(t),o=this._notify(s,t,n,r);return n==="afterDestroy"&&(this._notify(s,t,"stop"),this._notify(this._init,t,"uninstall")),o}_notify(t,n,r,i){i=i||{};for(const s of t){const o=s.plugin,a=o[r],l=[n,i,s.options];if(Je(a,l,o)===!1&&i.cancelable)return!1}return!0}invalidate(){Qe(this._cache)||(this._oldCache=this._cache,this._cache=void 0)}_descriptors(t){if(this._cache)return this._cache;const n=this._cache=this._createDescriptors(t);return this._notifyStateChanges(t),n}_createDescriptors(t,n){const r=t&&t.config,i=De(r.options&&r.options.plugins,{}),s=oM(r);return i===!1&&!n?[]:lM(t,s,i,n)}_notifyStateChanges(t){const n=this._oldCache||[],r=this._cache,i=(s,o)=>s.filter(a=>!o.some(l=>a.plugin.id===l.plugin.id));this._notify(i(n,r),t,"stop"),this._notify(i(r,n),t,"start")}}function oM(e){const t={},n=[],r=Object.keys($n.plugins.items);for(let s=0;s<r.length;s++)n.push($n.getPlugin(r[s]));const i=e.plugins||[];for(let s=0;s<i.length;s++){const o=i[s];n.indexOf(o)===-1&&(n.push(o),t[o.id]=!0)}return{plugins:n,localIds:t}}function aM(e,t){return!t&&e===!1?null:e===!0?{}:e}function lM(e,{plugins:t,localIds:n},r,i){const s=[],o=e.getContext();for(const a of t){const l=a.id,c=aM(r[l],i);c!==null&&s.push({plugin:a,options:cM(e.config,{plugin:a,local:n[l]},c,o)})}return s}function cM(e,{plugin:t,local:n},r,i){const s=e.pluginScopeKeys(t),o=e.getOptionScopes(r,s);return n&&t.defaults&&o.push(t.defaults),e.createResolver(o,i,[""],{scriptable:!1,indexable:!1,allKeys:!0})}function Od(e,t){const n=at.datasets[e]||{};return((t.datasets||{})[e]||{}).indexAxis||t.indexAxis||n.indexAxis||"x"}function uM(e,t){let n=e;return e==="_index_"?n=t:e==="_value_"&&(n=t==="x"?"y":"x"),n}function dM(e,t){return e===t?"_index_":"_value_"}function Iy(e){if(e==="x"||e==="y"||e==="r")return e}function fM(e){if(e==="top"||e==="bottom")return"x";if(e==="left"||e==="right")return"y"}function Ed(e,...t){if(Iy(e))return e;for(const n of t){const r=n.axis||fM(n.position)||e.length>1&&Iy(e[0].toLowerCase());if(r)return r}throw new Error(`Cannot determine type of '${e}' axis. Please provide 'axis' or 'position' option.`)}function Ry(e,t,n){if(n[t+"AxisID"]===e)return{axis:t}}function hM(e,t){if(t.data&&t.data.datasets){const n=t.data.datasets.filter(r=>r.xAxisID===e||r.yAxisID===e);if(n.length)return Ry(e,"x",n[0])||Ry(e,"y",n[0])}return{}}function gM(e,t){const n=Ai[e.type]||{scales:{}},r=t.scales||{},i=Od(e.type,t),s=Object.create(null);return Object.keys(r).forEach(o=>{const a=r[o];if(!Fe(a))return console.error(`Invalid scale configuration for scale: ${o}`);if(a._proxy)return console.warn(`Ignoring resolver passed as options for scale: ${o}`);const l=Ed(o,a,hM(o,e),at.scales[a.type]),c=dM(l,i),u=n.scales||{};s[o]=jo(Object.create(null),[{axis:l},a,u[l],u[c]])}),e.data.datasets.forEach(o=>{const a=o.type||e.type,l=o.indexAxis||Od(a,t),u=(Ai[a]||{}).scales||{};Object.keys(u).forEach(d=>{const f=uM(d,l),h=o[f+"AxisID"]||f;s[h]=s[h]||Object.create(null),jo(s[h],[{axis:f},r[h],u[d]])})}),Object.keys(s).forEach(o=>{const a=s[o];jo(a,[at.scales[a.type],at.scale])}),s}function jb(e){const t=e.options||(e.options={});t.plugins=De(t.plugins,{}),t.scales=gM(e,t)}function Db(e){return e=e||{},e.datasets=e.datasets||[],e.labels=e.labels||[],e}function yM(e){return e=e||{},e.data=Db(e.data),jb(e),e}const Fy=new Map,Lb=new Set;function ll(e,t){let n=Fy.get(e);return n||(n=t(),Fy.set(e,n),Lb.add(n)),n}const fo=(e,t,n)=>{const r=ea(t,n);r!==void 0&&e.add(r)};class mM{constructor(t){this._config=yM(t),this._scopeCache=new Map,this._resolverCache=new Map}get platform(){return this._config.platform}get type(){return this._config.type}set type(t){this._config.type=t}get data(){return this._config.data}set data(t){this._config.data=Db(t)}get options(){return this._config.options}set options(t){this._config.options=t}get plugins(){return this._config.plugins}update(){const t=this._config;this.clearCache(),jb(t)}clearCache(){this._scopeCache.clear(),this._resolverCache.clear()}datasetScopeKeys(t){return ll(t,()=>[[`datasets.${t}`,""]])}datasetAnimationScopeKeys(t,n){return ll(`${t}.transition.${n}`,()=>[[`datasets.${t}.transitions.${n}`,`transitions.${n}`],[`datasets.${t}`,""]])}datasetElementScopeKeys(t,n){return ll(`${t}-${n}`,()=>[[`datasets.${t}.elements.${n}`,`datasets.${t}`,`elements.${n}`,""]])}pluginScopeKeys(t){const n=t.id,r=this.type;return ll(`${r}-plugin-${n}`,()=>[[`plugins.${n}`,...t.additionalOptionScopes||[]]])}_cachedScopes(t,n){const r=this._scopeCache;let i=r.get(t);return(!i||n)&&(i=new Map,r.set(t,i)),i}getOptionScopes(t,n,r){const{options:i,type:s}=this,o=this._cachedScopes(t,r),a=o.get(n);if(a)return a;const l=new Set;n.forEach(u=>{t&&(l.add(t),u.forEach(d=>fo(l,t,d))),u.forEach(d=>fo(l,i,d)),u.forEach(d=>fo(l,Ai[s]||{},d)),u.forEach(d=>fo(l,at,d)),u.forEach(d=>fo(l,_d,d))});const c=Array.from(l);return c.length===0&&c.push(Object.create(null)),Lb.has(n)&&o.set(n,c),c}chartOptionScopes(){const{options:t,type:n}=this;return[t,Ai[n]||{},at.datasets[n]||{},{type:n},at,_d]}resolveNamedOptions(t,n,r,i=[""]){const s={$shared:!0},{resolver:o,subPrefixes:a}=Ny(this._resolverCache,t,i);let l=o;if(vM(o,n)){s.$shared=!1,r=qr(r)?r():r;const c=this.createResolver(t,r,a);l=Ts(o,r,c)}for(const c of n)s[c]=l[c];return s}createResolver(t,n,r=[""],i){const{resolver:s}=Ny(this._resolverCache,t,r);return Fe(n)?Ts(s,n,void 0,i):s}}function Ny(e,t,n){let r=e.get(t);r||(r=new Map,e.set(t,r));const i=n.join();let s=r.get(i);return s||(s={resolver:Af(t,n),subPrefixes:n.filter(a=>!a.toLowerCase().includes("hover"))},r.set(i,s)),s}const pM=e=>Fe(e)&&Object.getOwnPropertyNames(e).some(t=>qr(e[t]));function vM(e,t){const{isScriptable:n,isIndexable:r}=yb(e);for(const i of t){const s=n(i),o=r(i),a=(o||s)&&e[i];if(s&&(qr(a)||pM(a))||o&&rt(a))return!0}return!1}var bM="4.5.0";const xM=["top","bottom","left","right","chartArea"];function By(e,t){return e==="top"||e==="bottom"||xM.indexOf(e)===-1&&t==="x"}function qy(e,t){return function(n,r){return n[e]===r[e]?n[t]-r[t]:n[e]-r[e]}}function zy(e){const t=e.chart,n=t.options.animation;t.notifyPlugins("afterRender"),Je(n&&n.onComplete,[e],t)}function wM(e){const t=e.chart,n=t.options.animation;Je(n&&n.onProgress,[e],t)}function Ib(e){return Mf()&&typeof e=="string"?e=document.getElementById(e):e&&e.length&&(e=e[0]),e&&e.canvas&&(e=e.canvas),e}const El={},Hy=e=>{const t=Ib(e);return Object.values(El).filter(n=>n.canvas===t).pop()};function SM(e,t,n){const r=Object.keys(e);for(const i of r){const s=+i;if(s>=t){const o=e[i];delete e[i],(n>0||s>t)&&(e[s+n]=o)}}}function CM(e,t,n,r){return!n||e.type==="mouseout"?null:r?t:e}var xr;let $c=(xr=class{static register(...t){$n.add(...t),Uy()}static unregister(...t){$n.remove(...t),Uy()}constructor(t,n){const r=this.config=new mM(n),i=Ib(t),s=Hy(i);if(s)throw new Error("Canvas is already in use. Chart with ID '"+s.id+"' must be destroyed before the canvas with ID '"+s.canvas.id+"' can be reused.");const o=r.createResolver(r.chartOptionScopes(),this.getContext());this.platform=new(r.platform||q5(i)),this.platform.updateConfig(r);const a=this.platform.acquireContext(i,o.aspectRatio),l=a&&a.canvas,c=l&&l.height,u=l&&l.width;if(this.id=AP(),this.ctx=a,this.canvas=l,this.width=u,this.height=c,this._options=o,this._aspectRatio=this.aspectRatio,this._layers=[],this._metasets=[],this._stacks=void 0,this.boxes=[],this.currentDevicePixelRatio=void 0,this.chartArea=void 0,this._active=[],this._lastEvent=void 0,this._listeners={},this._responsiveListeners=void 0,this._sortedMetasets=[],this.scales={},this._plugins=new sM,this.$proxies={},this._hiddenIndices={},this.attached=!1,this._animationsDisabled=void 0,this.$context=void 0,this._doResize=GP(d=>this.update(d),o.resizeDelay||0),this._dataChanges=[],El[this.id]=this,!a||!l){console.error("Failed to create chart: can't acquire context from the given item");return}Qn.listen(this,"complete",zy),Qn.listen(this,"progress",wM),this._initialize(),this.attached&&this.update()}get aspectRatio(){const{options:{aspectRatio:t,maintainAspectRatio:n},width:r,height:i,_aspectRatio:s}=this;return Qe(t)?n&&s?s:i?r/i:null:t}get data(){return this.config.data}set data(t){this.config.data=t}get options(){return this._options}set options(t){this.config.options=t}get registry(){return $n}_initialize(){return this.notifyPlugins("beforeInit"),this.options.responsive?this.resize():yy(this,this.options.devicePixelRatio),this.bindEvents(),this.notifyPlugins("afterInit"),this}clear(){return fy(this.canvas,this.ctx),this}stop(){return Qn.stop(this),this}resize(t,n){Qn.running(this)?this._resizeBeforeDraw={width:t,height:n}:this._resize(t,n)}_resize(t,n){const r=this.options,i=this.canvas,s=r.maintainAspectRatio&&this.aspectRatio,o=this.platform.getMaximumSize(i,t,n,s),a=r.devicePixelRatio||this.platform.getDevicePixelRatio(),l=this.width?"resize":"attach";this.width=o.width,this.height=o.height,this._aspectRatio=this.aspectRatio,yy(this,a,!0)&&(this.notifyPlugins("resize",{size:o}),Je(r.onResize,[this,o],this),this.attached&&this._doResize(l)&&this.render())}ensureScalesHaveIDs(){const n=this.options.scales||{};Ge(n,(r,i)=>{r.id=i})}buildOrUpdateScales(){const t=this.options,n=t.scales,r=this.scales,i=Object.keys(r).reduce((o,a)=>(o[a]=!1,o),{});let s=[];n&&(s=s.concat(Object.keys(n).map(o=>{const a=n[o],l=Ed(o,a),c=l==="r",u=l==="x";return{options:a,dposition:c?"chartArea":u?"bottom":"left",dtype:c?"radialLinear":u?"category":"linear"}}))),Ge(s,o=>{const a=o.options,l=a.id,c=Ed(l,a),u=De(a.type,o.dtype);(a.position===void 0||By(a.position,c)!==By(o.dposition))&&(a.position=o.dposition),i[l]=!0;let d=null;if(l in r&&r[l].type===u)d=r[l];else{const f=$n.getScale(u);d=new f({id:l,type:u,ctx:this.ctx,chart:this}),r[d.id]=d}d.init(a,t)}),Ge(i,(o,a)=>{o||delete r[a]}),Ge(r,o=>{un.configure(this,o,o.options),un.addBox(this,o)})}_updateMetasets(){const t=this._metasets,n=this.data.datasets.length,r=t.length;if(t.sort((i,s)=>i.index-s.index),r>n){for(let i=n;i<r;++i)this._destroyDatasetMeta(i);t.splice(n,r-n)}this._sortedMetasets=t.slice(0).sort(qy("order","index"))}_removeUnreferencedMetasets(){const{_metasets:t,data:{datasets:n}}=this;t.length>n.length&&delete this._stacks,t.forEach((r,i)=>{n.filter(s=>s===r._dataset).length===0&&this._destroyDatasetMeta(i)})}buildOrUpdateControllers(){const t=[],n=this.data.datasets;let r,i;for(this._removeUnreferencedMetasets(),r=0,i=n.length;r<i;r++){const s=n[r];let o=this.getDatasetMeta(r);const a=s.type||this.config.type;if(o.type&&o.type!==a&&(this._destroyDatasetMeta(r),o=this.getDatasetMeta(r)),o.type=a,o.indexAxis=s.indexAxis||Od(a,this.options),o.order=s.order||0,o.index=r,o.label=""+s.label,o.visible=this.isDatasetVisible(r),o.controller)o.controller.updateIndex(r),o.controller.linkScales();else{const l=$n.getController(a),{datasetElementType:c,dataElementType:u}=at.datasets[a];Object.assign(l,{dataElementType:$n.getElement(u),datasetElementType:c&&$n.getElement(c)}),o.controller=new l(this,r),t.push(o.controller)}}return this._updateMetasets(),t}_resetElements(){Ge(this.data.datasets,(t,n)=>{this.getDatasetMeta(n).controller.reset()},this)}reset(){this._resetElements(),this.notifyPlugins("reset")}update(t){const n=this.config;n.update();const r=this._options=n.createResolver(n.chartOptionScopes(),this.getContext()),i=this._animationsDisabled=!r.animation;if(this._updateScales(),this._checkEventBindings(),this._updateHiddenIndices(),this._plugins.invalidate(),this.notifyPlugins("beforeUpdate",{mode:t,cancelable:!0})===!1)return;const s=this.buildOrUpdateControllers();this.notifyPlugins("beforeElementsUpdate");let o=0;for(let c=0,u=this.data.datasets.length;c<u;c++){const{controller:d}=this.getDatasetMeta(c),f=!i&&s.indexOf(d)===-1;d.buildOrUpdateElements(f),o=Math.max(+d.getMaxOverflow(),o)}o=this._minPadding=r.layout.autoPadding?o:0,this._updateLayout(o),i||Ge(s,c=>{c.reset()}),this._updateDatasets(t),this.notifyPlugins("afterUpdate",{mode:t}),this._layers.sort(qy("z","_idx"));const{_active:a,_lastEvent:l}=this;l?this._eventHandler(l,!0):a.length&&this._updateHoverStyles(a,a,!0),this.render()}_updateScales(){Ge(this.scales,t=>{un.removeBox(this,t)}),this.ensureScalesHaveIDs(),this.buildOrUpdateScales()}_checkEventBindings(){const t=this.options,n=new Set(Object.keys(this._listeners)),r=new Set(t.events);(!ry(n,r)||!!this._responsiveListeners!==t.responsive)&&(this.unbindEvents(),this.bindEvents())}_updateHiddenIndices(){const{_hiddenIndices:t}=this,n=this._getUniformDataChanges()||[];for(const{method:r,start:i,count:s}of n){const o=r==="_removeElements"?-s:s;SM(t,i,o)}}_getUniformDataChanges(){const t=this._dataChanges;if(!t||!t.length)return;this._dataChanges=[];const n=this.data.datasets.length,r=s=>new Set(t.filter(o=>o[0]===s).map((o,a)=>a+","+o.splice(1).join(","))),i=r(0);for(let s=1;s<n;s++)if(!ry(i,r(s)))return;return Array.from(i).map(s=>s.split(",")).map(s=>({method:s[1],start:+s[2],count:+s[3]}))}_updateLayout(t){if(this.notifyPlugins("beforeLayout",{cancelable:!0})===!1)return;un.update(this,this.width,this.height,t);const n=this.chartArea,r=n.width<=0||n.height<=0;this._layers=[],Ge(this.boxes,i=>{r&&i.position==="chartArea"||(i.configure&&i.configure(),this._layers.push(...i._layers()))},this),this._layers.forEach((i,s)=>{i._idx=s}),this.notifyPlugins("afterLayout")}_updateDatasets(t){if(this.notifyPlugins("beforeDatasetsUpdate",{mode:t,cancelable:!0})!==!1){for(let n=0,r=this.data.datasets.length;n<r;++n)this.getDatasetMeta(n).controller.configure();for(let n=0,r=this.data.datasets.length;n<r;++n)this._updateDataset(n,qr(t)?t({datasetIndex:n}):t);this.notifyPlugins("afterDatasetsUpdate",{mode:t})}}_updateDataset(t,n){const r=this.getDatasetMeta(t),i={meta:r,index:t,mode:n,cancelable:!0};this.notifyPlugins("beforeDatasetUpdate",i)!==!1&&(r.controller._update(n),i.cancelable=!1,this.notifyPlugins("afterDatasetUpdate",i))}render(){this.notifyPlugins("beforeRender",{cancelable:!0})!==!1&&(Qn.has(this)?this.attached&&!Qn.running(this)&&Qn.start(this):(this.draw(),zy({chart:this})))}draw(){let t;if(this._resizeBeforeDraw){const{width:r,height:i}=this._resizeBeforeDraw;this._resizeBeforeDraw=null,this._resize(r,i)}if(this.clear(),this.width<=0||this.height<=0||this.notifyPlugins("beforeDraw",{cancelable:!0})===!1)return;const n=this._layers;for(t=0;t<n.length&&n[t].z<=0;++t)n[t].draw(this.chartArea);for(this._drawDatasets();t<n.length;++t)n[t].draw(this.chartArea);this.notifyPlugins("afterDraw")}_getSortedDatasetMetas(t){const n=this._sortedMetasets,r=[];let i,s;for(i=0,s=n.length;i<s;++i){const o=n[i];(!t||o.visible)&&r.push(o)}return r}getSortedVisibleDatasetMetas(){return this._getSortedDatasetMetas(!0)}_drawDatasets(){if(this.notifyPlugins("beforeDatasetsDraw",{cancelable:!0})===!1)return;const t=this.getSortedVisibleDatasetMetas();for(let n=t.length-1;n>=0;--n)this._drawDataset(t[n]);this.notifyPlugins("afterDatasetsDraw")}_drawDataset(t){const n=this.ctx,r={meta:t,index:t.index,cancelable:!0},i=kb(this,t);this.notifyPlugins("beforeDatasetDraw",r)!==!1&&(i&&Ac(n,i),t.controller.draw(),i&&Pc(n),r.cancelable=!1,this.notifyPlugins("afterDatasetDraw",r))}isPointInArea(t){return rr(t,this.chartArea,this._minPadding)}getElementsAtEventForMode(t,n,r,i){const s=x5.modes[n];return typeof s=="function"?s(this,t,r,i):[]}getDatasetMeta(t){const n=this.data.datasets[t],r=this._metasets;let i=r.filter(s=>s&&s._dataset===n).pop();return i||(i={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null,order:n&&n.order||0,index:t,_dataset:n,_parsed:[],_sorted:!1},r.push(i)),i}getContext(){return this.$context||(this.$context=Gr(null,{chart:this,type:"chart"}))}getVisibleDatasetCount(){return this.getSortedVisibleDatasetMetas().length}isDatasetVisible(t){const n=this.data.datasets[t];if(!n)return!1;const r=this.getDatasetMeta(t);return typeof r.hidden=="boolean"?!r.hidden:!n.hidden}setDatasetVisibility(t,n){const r=this.getDatasetMeta(t);r.hidden=!n}toggleDataVisibility(t){this._hiddenIndices[t]=!this._hiddenIndices[t]}getDataVisibility(t){return!this._hiddenIndices[t]}_updateVisibility(t,n,r){const i=r?"show":"hide",s=this.getDatasetMeta(t),o=s.controller._resolveAnimations(void 0,i);Vl(n)?(s.data[n].hidden=!r,this.update()):(this.setDatasetVisibility(t,r),o.update(s,{visible:r}),this.update(a=>a.datasetIndex===t?i:void 0))}hide(t,n){this._updateVisibility(t,n,!1)}show(t,n){this._updateVisibility(t,n,!0)}_destroyDatasetMeta(t){const n=this._metasets[t];n&&n.controller&&n.controller._destroy(),delete this._metasets[t]}_stop(){let t,n;for(this.stop(),Qn.remove(this),t=0,n=this.data.datasets.length;t<n;++t)this._destroyDatasetMeta(t)}destroy(){this.notifyPlugins("beforeDestroy");const{canvas:t,ctx:n}=this;this._stop(),this.config.clearCache(),t&&(this.unbindEvents(),fy(t,n),this.platform.releaseContext(n),this.canvas=null,this.ctx=null),delete El[this.id],this.notifyPlugins("afterDestroy")}toBase64Image(...t){return this.canvas.toDataURL(...t)}bindEvents(){this.bindUserEvents(),this.options.responsive?this.bindResponsiveEvents():this.attached=!0}bindUserEvents(){const t=this._listeners,n=this.platform,r=(s,o)=>{n.addEventListener(this,s,o),t[s]=o},i=(s,o,a)=>{s.offsetX=o,s.offsetY=a,this._eventHandler(s)};Ge(this.options.events,s=>r(s,i))}bindResponsiveEvents(){this._responsiveListeners||(this._responsiveListeners={});const t=this._responsiveListeners,n=this.platform,r=(l,c)=>{n.addEventListener(this,l,c),t[l]=c},i=(l,c)=>{t[l]&&(n.removeEventListener(this,l,c),delete t[l])},s=(l,c)=>{this.canvas&&this.resize(l,c)};let o;const a=()=>{i("attach",a),this.attached=!0,this.resize(),r("resize",s),r("detach",o)};o=()=>{this.attached=!1,i("resize",s),this._stop(),this._resize(0,0),r("attach",a)},n.isAttached(this.canvas)?a():o()}unbindEvents(){Ge(this._listeners,(t,n)=>{this.platform.removeEventListener(this,n,t)}),this._listeners={},Ge(this._responsiveListeners,(t,n)=>{this.platform.removeEventListener(this,n,t)}),this._responsiveListeners=void 0}updateHoverStyle(t,n,r){const i=r?"set":"remove";let s,o,a,l;for(n==="dataset"&&(s=this.getDatasetMeta(t[0].datasetIndex),s.controller["_"+i+"DatasetHoverStyle"]()),a=0,l=t.length;a<l;++a){o=t[a];const c=o&&this.getDatasetMeta(o.datasetIndex).controller;c&&c[i+"HoverStyle"](o.element,o.datasetIndex,o.index)}}getActiveElements(){return this._active||[]}setActiveElements(t){const n=this._active||[],r=t.map(({datasetIndex:s,index:o})=>{const a=this.getDatasetMeta(s);if(!a)throw new Error("No dataset found at index "+s);return{datasetIndex:s,element:a.data[o],index:o}});!Ul(r,n)&&(this._active=r,this._lastEvent=null,this._updateHoverStyles(r,n))}notifyPlugins(t,n,r){return this._plugins.notify(this,t,n,r)}isPluginEnabled(t){return this._plugins._cache.filter(n=>n.plugin.id===t).length===1}_updateHoverStyles(t,n,r){const i=this.options.hover,s=(l,c)=>l.filter(u=>!c.some(d=>u.datasetIndex===d.datasetIndex&&u.index===d.index)),o=s(n,t),a=r?t:s(t,n);o.length&&this.updateHoverStyle(o,i.mode,!1),a.length&&i.mode&&this.updateHoverStyle(a,i.mode,!0)}_eventHandler(t,n){const r={event:t,replay:n,cancelable:!0,inChartArea:this.isPointInArea(t)},i=o=>(o.options.events||this.options.events).includes(t.native.type);if(this.notifyPlugins("beforeEvent",r,i)===!1)return;const s=this._handleEvent(t,n,r.inChartArea);return r.cancelable=!1,this.notifyPlugins("afterEvent",r,i),(s||r.changed)&&this.render(),this}_handleEvent(t,n,r){const{_active:i=[],options:s}=this,o=n,a=this._getActiveElements(t,i,r,o),l=DP(t),c=CM(t,this._lastEvent,r,l);r&&(this._lastEvent=null,Je(s.onHover,[t,a,this],this),l&&Je(s.onClick,[t,a,this],this));const u=!Ul(a,i);return(u||n)&&(this._active=a,this._updateHoverStyles(a,i,n)),this._lastEvent=c,u}_getActiveElements(t,n,r,i){if(t.type==="mouseout")return[];if(!r)return n;const s=this.options.hover;return this.getElementsAtEventForMode(t,s.mode,s,i)}},pe(xr,"defaults",at),pe(xr,"instances",El),pe(xr,"overrides",Ai),pe(xr,"registry",$n),pe(xr,"version",bM),pe(xr,"getChart",Hy),xr);function Uy(){return Ge($c.instances,e=>e._plugins.invalidate())}function Rb(e,t,n=t){e.lineCap=De(n.borderCapStyle,t.borderCapStyle),e.setLineDash(De(n.borderDash,t.borderDash)),e.lineDashOffset=De(n.borderDashOffset,t.borderDashOffset),e.lineJoin=De(n.borderJoinStyle,t.borderJoinStyle),e.lineWidth=De(n.borderWidth,t.borderWidth),e.strokeStyle=De(n.borderColor,t.borderColor)}function _M(e,t,n){e.lineTo(n.x,n.y)}function kM(e){return e.stepped?cT:e.tension||e.cubicInterpolationMode==="monotone"?uT:_M}function Fb(e,t,n={}){const r=e.length,{start:i=0,end:s=r-1}=n,{start:o,end:a}=t,l=Math.max(i,o),c=Math.min(s,a),u=i<o&&s<o||i>a&&s>a;return{count:r,start:l,loop:t.loop,ilen:c<l&&!u?r+c-l:c-l}}function OM(e,t,n,r){const{points:i,options:s}=t,{count:o,start:a,loop:l,ilen:c}=Fb(i,n,r),u=kM(s);let{move:d=!0,reverse:f}=r||{},h,g,m;for(h=0;h<=c;++h)g=i[(a+(f?c-h:h))%o],!g.skip&&(d?(e.moveTo(g.x,g.y),d=!1):u(e,m,g,f,s.stepped),m=g);return l&&(g=i[(a+(f?c:0))%o],u(e,m,g,f,s.stepped)),!!l}function EM(e,t,n,r){const i=t.points,{count:s,start:o,ilen:a}=Fb(i,n,r),{move:l=!0,reverse:c}=r||{};let u=0,d=0,f,h,g,m,p,v;const b=S=>(o+(c?a-S:S))%s,x=()=>{m!==p&&(e.lineTo(u,p),e.lineTo(u,m),e.lineTo(u,v))};for(l&&(h=i[b(0)],e.moveTo(h.x,h.y)),f=0;f<=a;++f){if(h=i[b(f)],h.skip)continue;const S=h.x,w=h.y,_=S|0;_===g?(w<m?m=w:w>p&&(p=w),u=(d*u+S)/++d):(x(),e.lineTo(S,w),g=_,d=0,m=p=w),v=w}x()}function Ad(e){const t=e.options,n=t.borderDash&&t.borderDash.length;return!e._decimated&&!e._loop&&!t.tension&&t.cubicInterpolationMode!=="monotone"&&!t.stepped&&!n?EM:OM}function AM(e){return e.stepped?UT:e.tension||e.cubicInterpolationMode==="monotone"?KT:si}function PM(e,t,n,r){let i=t._path;i||(i=t._path=new Path2D,t.path(i,n,r)&&i.closePath()),Rb(e,t.options),e.stroke(i)}function TM(e,t,n,r){const{segments:i,options:s}=t,o=Ad(t);for(const a of i)Rb(e,s,a.style),e.beginPath(),o(e,t,a,{start:n,end:n+r-1})&&e.closePath(),e.stroke()}const MM=typeof Path2D=="function";function $M(e,t,n,r){MM&&!t.options.segment?PM(e,t,n,r):TM(e,t,n,r)}class Dr extends Li{constructor(t){super(),this.animated=!0,this.options=void 0,this._chart=void 0,this._loop=void 0,this._fullLoop=void 0,this._path=void 0,this._points=void 0,this._segments=void 0,this._decimated=!1,this._pointsUpdated=!1,this._datasetIndex=void 0,t&&Object.assign(this,t)}updateControlPoints(t,n){const r=this.options;if((r.tension||r.cubicInterpolationMode==="monotone")&&!r.stepped&&!this._pointsUpdated){const i=r.spanGaps?this._loop:this._fullLoop;IT(this._points,r,t,i,n),this._pointsUpdated=!0}}set points(t){this._points=t,delete this._segments,delete this._path,this._pointsUpdated=!1}get points(){return this._points}get segments(){return this._segments||(this._segments=XT(this,this.options.segment))}first(){const t=this.segments,n=this.points;return t.length&&n[t[0].start]}last(){const t=this.segments,n=this.points,r=t.length;return r&&n[t[r-1].end]}interpolate(t,n){const r=this.options,i=t[n],s=this.points,o=_b(this,{property:n,start:i,end:i});if(!o.length)return;const a=[],l=AM(r);let c,u;for(c=0,u=o.length;c<u;++c){const{start:d,end:f}=o[c],h=s[d],g=s[f];if(h===g){a.push(h);continue}const m=Math.abs((i-h[n])/(g[n]-h[n])),p=l(h,g,m,r.stepped);p[n]=t[n],a.push(p)}return a.length===1?a[0]:a}pathSegment(t,n,r){return Ad(this)(t,this,n,r)}path(t,n,r){const i=this.segments,s=Ad(this);let o=this._loop;n=n||0,r=r||this.points.length-n;for(const a of i)o&=s(t,this,a,{start:n,end:n+r-1});return!!o}draw(t,n,r,i){const s=this.options||{};(this.points||[]).length&&s.borderWidth&&(t.save(),$M(t,this,r,i),t.restore()),this.animated&&(this._pointsUpdated=!1,this._path=void 0)}}pe(Dr,"id","line"),pe(Dr,"defaults",{borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderWidth:3,capBezierPoints:!0,cubicInterpolationMode:"default",fill:!1,spanGaps:!1,stepped:!1,tension:0}),pe(Dr,"defaultRoutes",{backgroundColor:"backgroundColor",borderColor:"borderColor"}),pe(Dr,"descriptors",{_scriptable:!0,_indexable:t=>t!=="borderDash"&&t!=="fill"});function Ky(e,t,n,r){const i=e.options,{[n]:s}=e.getProps([n],r);return Math.abs(t-s)<i.radius+i.hitRadius}class Al extends Li{constructor(n){super();pe(this,"parsed");pe(this,"skip");pe(this,"stop");this.options=void 0,this.parsed=void 0,this.skip=void 0,this.stop=void 0,n&&Object.assign(this,n)}inRange(n,r,i){const s=this.options,{x:o,y:a}=this.getProps(["x","y"],i);return Math.pow(n-o,2)+Math.pow(r-a,2)<Math.pow(s.hitRadius+s.radius,2)}inXRange(n,r){return Ky(this,n,"x",r)}inYRange(n,r){return Ky(this,n,"y",r)}getCenterPoint(n){const{x:r,y:i}=this.getProps(["x","y"],n);return{x:r,y:i}}size(n){n=n||this.options||{};let r=n.radius||0;r=Math.max(r,r&&n.hoverRadius||0);const i=r&&n.borderWidth||0;return(r+i)*2}draw(n,r){const i=this.options;this.skip||i.radius<.1||!rr(this,r,this.size(i)/2)||(n.strokeStyle=i.borderColor,n.lineWidth=i.borderWidth,n.fillStyle=i.backgroundColor,kd(n,i,this.x,this.y))}getRange(){const n=this.options||{};return n.radius+n.hitRadius}}pe(Al,"id","point"),pe(Al,"defaults",{borderWidth:1,hitRadius:1,hoverBorderWidth:1,hoverRadius:4,pointStyle:"circle",radius:3,rotation:0}),pe(Al,"defaultRoutes",{backgroundColor:"backgroundColor",borderColor:"borderColor"});function jM(e,t,n){const r=e.segments,i=e.points,s=t.points,o=[];for(const a of r){let{start:l,end:c}=a;c=jc(l,c,i);const u=Pd(n,i[l],i[c],a.loop);if(!t.segments){o.push({source:a,target:u,start:i[l],end:i[c]});continue}const d=_b(t,u);for(const f of d){const h=Pd(n,s[f.start],s[f.end],f.loop),g=Cb(a,i,h);for(const m of g)o.push({source:m,target:f,start:{[n]:Vy(u,h,"start",Math.max)},end:{[n]:Vy(u,h,"end",Math.min)}})}}return o}function Pd(e,t,n,r){if(r)return;let i=t[e],s=n[e];return e==="angle"&&(i=Wt(i),s=Wt(s)),{property:e,start:i,end:s}}function DM(e,t){const{x:n=null,y:r=null}=e||{},i=t.points,s=[];return t.segments.forEach(({start:o,end:a})=>{a=jc(o,a,i);const l=i[o],c=i[a];r!==null?(s.push({x:l.x,y:r}),s.push({x:c.x,y:r})):n!==null&&(s.push({x:n,y:l.y}),s.push({x:n,y:c.y}))}),s}function jc(e,t,n){for(;t>e;t--){const r=n[t];if(!isNaN(r.x)&&!isNaN(r.y))break}return t}function Vy(e,t,n,r){return e&&t?r(e[n],t[n]):e?e[n]:t?t[n]:0}function Nb(e,t){let n=[],r=!1;return rt(e)?(r=!0,n=e):n=DM(e,t),n.length?new Dr({points:n,options:{tension:0},_loop:r,_fullLoop:r}):null}function Wy(e){return e&&e.fill!==!1}function LM(e,t,n){let i=e[t].fill;const s=[t];let o;if(!n)return i;for(;i!==!1&&s.indexOf(i)===-1;){if(!yt(i))return i;if(o=e[i],!o)return!1;if(o.visible)return i;s.push(i),i=o.fill}return!1}function IM(e,t,n){const r=BM(e);if(Fe(r))return isNaN(r.value)?!1:r;let i=parseFloat(r);return yt(i)&&Math.floor(i)===i?RM(r[0],t,i,n):["origin","start","end","stack","shape"].indexOf(r)>=0&&r}function RM(e,t,n,r){return(e==="-"||e==="+")&&(n=t+n),n===t||n<0||n>=r?!1:n}function FM(e,t){let n=null;return e==="start"?n=t.bottom:e==="end"?n=t.top:Fe(e)?n=t.getPixelForValue(e.value):t.getBasePixel&&(n=t.getBasePixel()),n}function NM(e,t,n){let r;return e==="start"?r=n:e==="end"?r=t.options.reverse?t.min:t.max:Fe(e)?r=e.value:r=t.getBaseValue(),r}function BM(e){const t=e.options,n=t.fill;let r=De(n&&n.target,n);return r===void 0&&(r=!!t.backgroundColor),r===!1||r===null?!1:r===!0?"origin":r}function qM(e){const{scale:t,index:n,line:r}=e,i=[],s=r.segments,o=r.points,a=zM(t,n);a.push(Nb({x:null,y:t.bottom},r));for(let l=0;l<s.length;l++){const c=s[l];for(let u=c.start;u<=c.end;u++)HM(i,o[u],a)}return new Dr({points:i,options:{}})}function zM(e,t){const n=[],r=e.getMatchingVisibleMetas("line");for(let i=0;i<r.length;i++){const s=r[i];if(s.index===t)break;s.hidden||n.unshift(s.dataset)}return n}function HM(e,t,n){const r=[];for(let i=0;i<n.length;i++){const s=n[i],{first:o,last:a,point:l}=UM(s,t,"x");if(!(!l||o&&a)){if(o)r.unshift(l);else if(e.push(l),!a)break}}e.push(...r)}function UM(e,t,n){const r=e.interpolate(t,n);if(!r)return{};const i=r[n],s=e.segments,o=e.points;let a=!1,l=!1;for(let c=0;c<s.length;c++){const u=s[c],d=o[u.start][n],f=o[u.end][n];if(Gi(i,d,f)){a=i===d,l=i===f;break}}return{first:a,last:l,point:r}}class Bb{constructor(t){this.x=t.x,this.y=t.y,this.radius=t.radius}pathSegment(t,n,r){const{x:i,y:s,radius:o}=this;return n=n||{start:0,end:Xt},t.arc(i,s,o,n.end,n.start,!0),!r.bounds}interpolate(t){const{x:n,y:r,radius:i}=this,s=t.angle;return{x:n+Math.cos(s)*i,y:r+Math.sin(s)*i,angle:s}}}function KM(e){const{chart:t,fill:n,line:r}=e;if(yt(n))return VM(t,n);if(n==="stack")return qM(e);if(n==="shape")return!0;const i=WM(e);return i instanceof Bb?i:Nb(i,r)}function VM(e,t){const n=e.getDatasetMeta(t);return n&&e.isDatasetVisible(t)?n.dataset:null}function WM(e){return(e.scale||{}).getPointPositionForValue?QM(e):GM(e)}function GM(e){const{scale:t={},fill:n}=e,r=FM(n,t);if(yt(r)){const i=t.isHorizontal();return{x:i?r:null,y:i?null:r}}return null}function QM(e){const{scale:t,fill:n}=e,r=t.options,i=t.getLabels().length,s=r.reverse?t.max:t.min,o=NM(n,t,s),a=[];if(r.grid.circular){const l=t.getPointPositionForValue(0,s);return new Bb({x:l.x,y:l.y,radius:t.getDistanceFromCenterForValue(o)})}for(let l=0;l<i;++l)a.push(t.getPointPositionForValue(l,o));return a}function ku(e,t,n){const r=KM(t),{chart:i,index:s,line:o,scale:a,axis:l}=t,c=o.options,u=c.fill,d=c.backgroundColor,{above:f=d,below:h=d}=u||{},g=i.getDatasetMeta(s),m=kb(i,g);r&&o.points.length&&(Ac(e,n),YM(e,{line:o,target:r,above:f,below:h,area:n,scale:a,axis:l,clip:m}),Pc(e))}function YM(e,t){const{line:n,target:r,above:i,below:s,area:o,scale:a,clip:l}=t,c=n._loop?"angle":t.axis;e.save();let u=s;s!==i&&(c==="x"?(Gy(e,r,o.top),Ou(e,{line:n,target:r,color:i,scale:a,property:c,clip:l}),e.restore(),e.save(),Gy(e,r,o.bottom)):c==="y"&&(Qy(e,r,o.left),Ou(e,{line:n,target:r,color:s,scale:a,property:c,clip:l}),e.restore(),e.save(),Qy(e,r,o.right),u=i)),Ou(e,{line:n,target:r,color:u,scale:a,property:c,clip:l}),e.restore()}function Gy(e,t,n){const{segments:r,points:i}=t;let s=!0,o=!1;e.beginPath();for(const a of r){const{start:l,end:c}=a,u=i[l],d=i[jc(l,c,i)];s?(e.moveTo(u.x,u.y),s=!1):(e.lineTo(u.x,n),e.lineTo(u.x,u.y)),o=!!t.pathSegment(e,a,{move:o}),o?e.closePath():e.lineTo(d.x,n)}e.lineTo(t.first().x,n),e.closePath(),e.clip()}function Qy(e,t,n){const{segments:r,points:i}=t;let s=!0,o=!1;e.beginPath();for(const a of r){const{start:l,end:c}=a,u=i[l],d=i[jc(l,c,i)];s?(e.moveTo(u.x,u.y),s=!1):(e.lineTo(n,u.y),e.lineTo(u.x,u.y)),o=!!t.pathSegment(e,a,{move:o}),o?e.closePath():e.lineTo(n,d.y)}e.lineTo(n,t.first().y),e.closePath(),e.clip()}function Ou(e,t){const{line:n,target:r,property:i,color:s,scale:o,clip:a}=t,l=jM(n,r,i);for(const{source:c,target:u,start:d,end:f}of l){const{style:{backgroundColor:h=s}={}}=c,g=r!==!0;e.save(),e.fillStyle=h,XM(e,o,a,g&&Pd(i,d,f)),e.beginPath();const m=!!n.pathSegment(e,c);let p;if(g){m?e.closePath():Yy(e,r,f,i);const v=!!r.pathSegment(e,u,{move:m,reverse:!0});p=m&&v,p||Yy(e,r,d,i)}e.closePath(),e.fill(p?"evenodd":"nonzero"),e.restore()}}function XM(e,t,n,r){const i=t.chart.chartArea,{property:s,start:o,end:a}=r||{};if(s==="x"||s==="y"){let l,c,u,d;s==="x"?(l=o,c=i.top,u=a,d=i.bottom):(l=i.left,c=o,u=i.right,d=a),e.beginPath(),n&&(l=Math.max(l,n.left),u=Math.min(u,n.right),c=Math.max(c,n.top),d=Math.min(d,n.bottom)),e.rect(l,c,u-l,d-c),e.clip()}}function Yy(e,t,n,r){const i=t.interpolate(n,r);i&&e.lineTo(i.x,i.y)}var JM={id:"filler",afterDatasetsUpdate(e,t,n){const r=(e.data.datasets||[]).length,i=[];let s,o,a,l;for(o=0;o<r;++o)s=e.getDatasetMeta(o),a=s.dataset,l=null,a&&a.options&&a instanceof Dr&&(l={visible:e.isDatasetVisible(o),index:o,fill:IM(a,o,r),chart:e,axis:s.controller.options.indexAxis,scale:s.vScale,line:a}),s.$filler=l,i.push(l);for(o=0;o<r;++o)l=i[o],!(!l||l.fill===!1)&&(l.fill=LM(i,o,n.propagate))},beforeDraw(e,t,n){const r=n.drawTime==="beforeDraw",i=e.getSortedVisibleDatasetMetas(),s=e.chartArea;for(let o=i.length-1;o>=0;--o){const a=i[o].$filler;a&&(a.line.updateControlPoints(s,a.axis),r&&a.fill&&ku(e.ctx,a,s))}},beforeDatasetsDraw(e,t,n){if(n.drawTime!=="beforeDatasetsDraw")return;const r=e.getSortedVisibleDatasetMetas();for(let i=r.length-1;i>=0;--i){const s=r[i].$filler;Wy(s)&&ku(e.ctx,s,e.chartArea)}},beforeDatasetDraw(e,t,n){const r=t.meta.$filler;!Wy(r)||n.drawTime!=="beforeDatasetDraw"||ku(e.ctx,r,e.chartArea)},defaults:{propagate:!0,drawTime:"beforeDatasetDraw"}};const Xy=(e,t)=>{let{boxHeight:n=t,boxWidth:r=t}=e;return e.usePointStyle&&(n=Math.min(n,t),r=e.pointStyleWidth||Math.min(r,t)),{boxWidth:r,boxHeight:n,itemHeight:Math.max(t,n)}},ZM=(e,t)=>e!==null&&t!==null&&e.datasetIndex===t.datasetIndex&&e.index===t.index;class Jy extends Li{constructor(t){super(),this._added=!1,this.legendHitBoxes=[],this._hoveredItem=null,this.doughnutMode=!1,this.chart=t.chart,this.options=t.options,this.ctx=t.ctx,this.legendItems=void 0,this.columnSizes=void 0,this.lineWidths=void 0,this.maxHeight=void 0,this.maxWidth=void 0,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.height=void 0,this.width=void 0,this._margins=void 0,this.position=void 0,this.weight=void 0,this.fullSize=void 0}update(t,n,r){this.maxWidth=t,this.maxHeight=n,this._margins=r,this.setDimensions(),this.buildLabels(),this.fit()}setDimensions(){this.isHorizontal()?(this.width=this.maxWidth,this.left=this._margins.left,this.right=this.width):(this.height=this.maxHeight,this.top=this._margins.top,this.bottom=this.height)}buildLabels(){const t=this.options.labels||{};let n=Je(t.generateLabels,[this.chart],this)||[];t.filter&&(n=n.filter(r=>t.filter(r,this.chart.data))),t.sort&&(n=n.sort((r,i)=>t.sort(r,i,this.chart.data))),this.options.reverse&&n.reverse(),this.legendItems=n}fit(){const{options:t,ctx:n}=this;if(!t.display){this.width=this.height=0;return}const r=t.labels,i=ft(r.font),s=i.size,o=this._computeTitleHeight(),{boxWidth:a,itemHeight:l}=Xy(r,s);let c,u;n.font=i.string,this.isHorizontal()?(c=this.maxWidth,u=this._fitRows(o,s,a,l)+10):(u=this.maxHeight,c=this._fitCols(o,i,a,l)+10),this.width=Math.min(c,t.maxWidth||this.maxWidth),this.height=Math.min(u,t.maxHeight||this.maxHeight)}_fitRows(t,n,r,i){const{ctx:s,maxWidth:o,options:{labels:{padding:a}}}=this,l=this.legendHitBoxes=[],c=this.lineWidths=[0],u=i+a;let d=t;s.textAlign="left",s.textBaseline="middle";let f=-1,h=-u;return this.legendItems.forEach((g,m)=>{const p=r+n/2+s.measureText(g.text).width;(m===0||c[c.length-1]+p+2*a>o)&&(d+=u,c[c.length-(m>0?0:1)]=0,h+=u,f++),l[m]={left:0,top:h,row:f,width:p,height:i},c[c.length-1]+=p+a}),d}_fitCols(t,n,r,i){const{ctx:s,maxHeight:o,options:{labels:{padding:a}}}=this,l=this.legendHitBoxes=[],c=this.columnSizes=[],u=o-t;let d=a,f=0,h=0,g=0,m=0;return this.legendItems.forEach((p,v)=>{const{itemWidth:b,itemHeight:x}=e$(r,n,s,p,i);v>0&&h+x+2*a>u&&(d+=f+a,c.push({width:f,height:h}),g+=f+a,m++,f=h=0),l[v]={left:g,top:h,col:m,width:b,height:x},f=Math.max(f,b),h+=x+a}),d+=f,c.push({width:f,height:h}),d}adjustHitBoxes(){if(!this.options.display)return;const t=this._computeTitleHeight(),{legendHitBoxes:n,options:{align:r,labels:{padding:i},rtl:s}}=this,o=Yi(s,this.left,this.width);if(this.isHorizontal()){let a=0,l=wt(r,this.left+i,this.right-this.lineWidths[a]);for(const c of n)a!==c.row&&(a=c.row,l=wt(r,this.left+i,this.right-this.lineWidths[a])),c.top+=this.top+t+i,c.left=o.leftForLtr(o.x(l),c.width),l+=c.width+i}else{let a=0,l=wt(r,this.top+t+i,this.bottom-this.columnSizes[a].height);for(const c of n)c.col!==a&&(a=c.col,l=wt(r,this.top+t+i,this.bottom-this.columnSizes[a].height)),c.top=l,c.left+=this.left+i,c.left=o.leftForLtr(o.x(c.left),c.width),l+=c.height+i}}isHorizontal(){return this.options.position==="top"||this.options.position==="bottom"}draw(){if(this.options.display){const t=this.ctx;Ac(t,this),this._draw(),Pc(t)}}_draw(){const{options:t,columnSizes:n,lineWidths:r,ctx:i}=this,{align:s,labels:o}=t,a=at.color,l=Yi(t.rtl,this.left,this.width),c=ft(o.font),{padding:u}=o,d=c.size,f=d/2;let h;this.drawTitle(),i.textAlign=l.textAlign("left"),i.textBaseline="middle",i.lineWidth=.5,i.font=c.string;const{boxWidth:g,boxHeight:m,itemHeight:p}=Xy(o,d),v=function(_,C,k){if(isNaN(g)||g<=0||isNaN(m)||m<0)return;i.save();const O=De(k.lineWidth,1);if(i.fillStyle=De(k.fillStyle,a),i.lineCap=De(k.lineCap,"butt"),i.lineDashOffset=De(k.lineDashOffset,0),i.lineJoin=De(k.lineJoin,"miter"),i.lineWidth=O,i.strokeStyle=De(k.strokeStyle,a),i.setLineDash(De(k.lineDash,[])),o.usePointStyle){const A={radius:m*Math.SQRT2/2,pointStyle:k.pointStyle,rotation:k.rotation,borderWidth:O},M=l.xPlus(_,g/2),L=C+f;hb(i,A,M,L,o.pointStyleWidth&&g)}else{const A=C+Math.max((d-m)/2,0),M=l.leftForLtr(_,g),L=Qi(k.borderRadius);i.beginPath(),Object.values(L).some(G=>G!==0)?Ql(i,{x:M,y:A,w:g,h:m,radius:L}):i.rect(M,A,g,m),i.fill(),O!==0&&i.stroke()}i.restore()},b=function(_,C,k){Pi(i,k.text,_,C+p/2,c,{strikethrough:k.hidden,textAlign:l.textAlign(k.textAlign)})},x=this.isHorizontal(),S=this._computeTitleHeight();x?h={x:wt(s,this.left+u,this.right-r[0]),y:this.top+u+S,line:0}:h={x:this.left+u,y:wt(s,this.top+S+u,this.bottom-n[0].height),line:0},xb(this.ctx,t.textDirection);const w=p+u;this.legendItems.forEach((_,C)=>{i.strokeStyle=_.fontColor,i.fillStyle=_.fontColor;const k=i.measureText(_.text).width,O=l.textAlign(_.textAlign||(_.textAlign=o.textAlign)),A=g+f+k;let M=h.x,L=h.y;l.setWidth(this.width),x?C>0&&M+A+u>this.right&&(L=h.y+=w,h.line++,M=h.x=wt(s,this.left+u,this.right-r[h.line])):C>0&&L+w>this.bottom&&(M=h.x=M+n[h.line].width+u,h.line++,L=h.y=wt(s,this.top+S+u,this.bottom-n[h.line].height));const G=l.x(M);if(v(G,L,_),M=QP(O,M+g+f,x?M+A:this.right,t.rtl),b(l.x(M),L,_),x)h.x+=A+u;else if(typeof _.text!="string"){const R=c.lineHeight;h.y+=qb(_,R)+u}else h.y+=w}),wb(this.ctx,t.textDirection)}drawTitle(){const t=this.options,n=t.title,r=ft(n.font),i=Ot(n.padding);if(!n.display)return;const s=Yi(t.rtl,this.left,this.width),o=this.ctx,a=n.position,l=r.size/2,c=i.top+l;let u,d=this.left,f=this.width;if(this.isHorizontal())f=Math.max(...this.lineWidths),u=this.top+c,d=wt(t.align,d,this.right-f);else{const g=this.columnSizes.reduce((m,p)=>Math.max(m,p.height),0);u=c+wt(t.align,this.top,this.bottom-g-t.labels.padding-this._computeTitleHeight())}const h=wt(a,d,d+f);o.textAlign=s.textAlign(kf(a)),o.textBaseline="middle",o.strokeStyle=n.color,o.fillStyle=n.color,o.font=r.string,Pi(o,n.text,h,u,r)}_computeTitleHeight(){const t=this.options.title,n=ft(t.font),r=Ot(t.padding);return t.display?n.lineHeight+r.height:0}_getLegendItemAt(t,n){let r,i,s;if(Gi(t,this.left,this.right)&&Gi(n,this.top,this.bottom)){for(s=this.legendHitBoxes,r=0;r<s.length;++r)if(i=s[r],Gi(t,i.left,i.left+i.width)&&Gi(n,i.top,i.top+i.height))return this.legendItems[r]}return null}handleEvent(t){const n=this.options;if(!r$(t.type,n))return;const r=this._getLegendItemAt(t.x,t.y);if(t.type==="mousemove"||t.type==="mouseout"){const i=this._hoveredItem,s=ZM(i,r);i&&!s&&Je(n.onLeave,[t,i,this],this),this._hoveredItem=r,r&&!s&&Je(n.onHover,[t,r,this],this)}else r&&Je(n.onClick,[t,r,this],this)}}function e$(e,t,n,r,i){const s=t$(r,e,t,n),o=n$(i,r,t.lineHeight);return{itemWidth:s,itemHeight:o}}function t$(e,t,n,r){let i=e.text;return i&&typeof i!="string"&&(i=i.reduce((s,o)=>s.length>o.length?s:o)),t+n.size/2+r.measureText(i).width}function n$(e,t,n){let r=e;return typeof t.text!="string"&&(r=qb(t,n)),r}function qb(e,t){const n=e.text?e.text.length:0;return t*n}function r$(e,t){return!!((e==="mousemove"||e==="mouseout")&&(t.onHover||t.onLeave)||t.onClick&&(e==="click"||e==="mouseup"))}var i$={id:"legend",_element:Jy,start(e,t,n){const r=e.legend=new Jy({ctx:e.ctx,options:n,chart:e});un.configure(e,r,n),un.addBox(e,r)},stop(e){un.removeBox(e,e.legend),delete e.legend},beforeUpdate(e,t,n){const r=e.legend;un.configure(e,r,n),r.options=n},afterUpdate(e){const t=e.legend;t.buildLabels(),t.adjustHitBoxes()},afterEvent(e,t){t.replay||e.legend.handleEvent(t.event)},defaults:{display:!0,position:"top",align:"center",fullSize:!0,reverse:!1,weight:1e3,onClick(e,t,n){const r=t.datasetIndex,i=n.chart;i.isDatasetVisible(r)?(i.hide(r),t.hidden=!0):(i.show(r),t.hidden=!1)},onHover:null,onLeave:null,labels:{color:e=>e.chart.options.color,boxWidth:40,padding:10,generateLabels(e){const t=e.data.datasets,{labels:{usePointStyle:n,pointStyle:r,textAlign:i,color:s,useBorderRadius:o,borderRadius:a}}=e.legend.options;return e._getSortedDatasetMetas().map(l=>{const c=l.controller.getStyle(n?0:void 0),u=Ot(c.borderWidth);return{text:t[l.index].label,fillStyle:c.backgroundColor,fontColor:s,hidden:!l.visible,lineCap:c.borderCapStyle,lineDash:c.borderDash,lineDashOffset:c.borderDashOffset,lineJoin:c.borderJoinStyle,lineWidth:(u.width+u.height)/4,strokeStyle:c.borderColor,pointStyle:r||c.pointStyle,rotation:c.rotation,textAlign:i||c.textAlign,borderRadius:o&&(a||c.borderRadius),datasetIndex:l.index}},this)}},title:{color:e=>e.chart.options.color,display:!1,position:"center",text:""}},descriptors:{_scriptable:e=>!e.startsWith("on"),labels:{_scriptable:e=>!["generateLabels","filter","sort"].includes(e)}}};class zb extends Li{constructor(t){super(),this.chart=t.chart,this.options=t.options,this.ctx=t.ctx,this._padding=void 0,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this.position=void 0,this.weight=void 0,this.fullSize=void 0}update(t,n){const r=this.options;if(this.left=0,this.top=0,!r.display){this.width=this.height=this.right=this.bottom=0;return}this.width=this.right=t,this.height=this.bottom=n;const i=rt(r.text)?r.text.length:1;this._padding=Ot(r.padding);const s=i*ft(r.font).lineHeight+this._padding.height;this.isHorizontal()?this.height=s:this.width=s}isHorizontal(){const t=this.options.position;return t==="top"||t==="bottom"}_drawArgs(t){const{top:n,left:r,bottom:i,right:s,options:o}=this,a=o.align;let l=0,c,u,d;return this.isHorizontal()?(u=wt(a,r,s),d=n+t,c=s-r):(o.position==="left"?(u=r+t,d=wt(a,i,n),l=ut*-.5):(u=s-t,d=wt(a,n,i),l=ut*.5),c=i-n),{titleX:u,titleY:d,maxWidth:c,rotation:l}}draw(){const t=this.ctx,n=this.options;if(!n.display)return;const r=ft(n.font),s=r.lineHeight/2+this._padding.top,{titleX:o,titleY:a,maxWidth:l,rotation:c}=this._drawArgs(s);Pi(t,n.text,0,0,r,{color:n.color,maxWidth:l,rotation:c,textAlign:kf(n.align),textBaseline:"middle",translation:[o,a]})}}function s$(e,t){const n=new zb({ctx:e.ctx,options:t,chart:e});un.configure(e,n,t),un.addBox(e,n),e.titleBlock=n}var o$={id:"title",_element:zb,start(e,t,n){s$(e,n)},stop(e){const t=e.titleBlock;un.removeBox(e,t),delete e.titleBlock},beforeUpdate(e,t,n){const r=e.titleBlock;un.configure(e,r,n),r.options=n},defaults:{align:"center",display:!1,font:{weight:"bold"},fullSize:!0,padding:10,position:"top",text:"",weight:2e3},defaultRoutes:{color:"color"},descriptors:{_scriptable:!0,_indexable:!1}};const ko={average(e){if(!e.length)return!1;let t,n,r=new Set,i=0,s=0;for(t=0,n=e.length;t<n;++t){const a=e[t].element;if(a&&a.hasValue()){const l=a.tooltipPosition();r.add(l.x),i+=l.y,++s}}return s===0||r.size===0?!1:{x:[...r].reduce((a,l)=>a+l)/r.size,y:i/s}},nearest(e,t){if(!e.length)return!1;let n=t.x,r=t.y,i=Number.POSITIVE_INFINITY,s,o,a;for(s=0,o=e.length;s<o;++s){const l=e[s].element;if(l&&l.hasValue()){const c=l.getCenterPoint(),u=Cd(t,c);u<i&&(i=u,a=l)}}if(a){const l=a.tooltipPosition();n=l.x,r=l.y}return{x:n,y:r}}};function Mn(e,t){return t&&(rt(t)?Array.prototype.push.apply(e,t):e.push(t)),e}function Yn(e){return(typeof e=="string"||e instanceof String)&&e.indexOf(`
|
|
66
67
|
`)>-1?e.split(`
|
|
67
|
-
`):e}function t$(e,t){const{element:n,datasetIndex:r,index:i}=t,s=e.getDatasetMeta(r).controller,{label:o,value:a}=s.getLabelAndValue(i);return{chart:e,label:o,parsed:s.getParsed(i),raw:e.data.datasets[r].data[i],formattedValue:a,dataset:s.getDataset(),dataIndex:i,datasetIndex:r,element:n}}function Jy(e,t){const n=e.chart.ctx,{body:r,footer:i,title:s}=e,{boxWidth:o,boxHeight:a}=t,l=ft(t.bodyFont),c=ft(t.titleFont),u=ft(t.footerFont),d=s.length,f=i.length,h=r.length,g=Ot(t.padding);let m=g.height,p=0,v=r.reduce((S,w)=>S+w.before.length+w.lines.length+w.after.length,0);if(v+=e.beforeBody.length+e.afterBody.length,d&&(m+=d*c.lineHeight+(d-1)*t.titleSpacing+t.titleMarginBottom),v){const S=t.displayColors?Math.max(a,l.lineHeight):l.lineHeight;m+=h*S+(v-h)*l.lineHeight+(v-1)*t.bodySpacing}f&&(m+=t.footerMarginTop+f*u.lineHeight+(f-1)*t.footerSpacing);let b=0;const x=function(S){p=Math.max(p,n.measureText(S).width+b)};return n.save(),n.font=c.string,Ge(e.title,x),n.font=l.string,Ge(e.beforeBody.concat(e.afterBody),x),b=t.displayColors?o+2+t.boxPadding:0,Ge(r,S=>{Ge(S.before,x),Ge(S.lines,x),Ge(S.after,x)}),b=0,n.font=u.string,Ge(e.footer,x),n.restore(),p+=g.width,{width:p,height:m}}function n$(e,t){const{y:n,height:r}=t;return n<r/2?"top":n>e.height-r/2?"bottom":"center"}function r$(e,t,n,r){const{x:i,width:s}=r,o=n.caretSize+n.caretPadding;if(e==="left"&&i+s+o>t.width||e==="right"&&i-s-o<0)return!0}function i$(e,t,n,r){const{x:i,width:s}=n,{width:o,chartArea:{left:a,right:l}}=e;let c="center";return r==="center"?c=i<=(a+l)/2?"left":"right":i<=s/2?c="left":i>=o-s/2&&(c="right"),r$(c,e,t,n)&&(c="center"),c}function Zy(e,t,n){const r=n.yAlign||t.yAlign||n$(e,n);return{xAlign:n.xAlign||t.xAlign||i$(e,t,n,r),yAlign:r}}function s$(e,t){let{x:n,width:r}=e;return t==="right"?n-=r:t==="center"&&(n-=r/2),n}function o$(e,t,n){let{y:r,height:i}=e;return t==="top"?r+=n:t==="bottom"?r-=i+n:r-=i/2,r}function em(e,t,n,r){const{caretSize:i,caretPadding:s,cornerRadius:o}=e,{xAlign:a,yAlign:l}=n,c=i+s,{topLeft:u,topRight:d,bottomLeft:f,bottomRight:h}=Qi(o);let g=s$(t,a);const m=o$(t,l,c);return l==="center"?a==="left"?g+=c:a==="right"&&(g-=c):a==="left"?g-=Math.max(u,f)+i:a==="right"&&(g+=Math.max(d,h)+i),{x:cn(g,0,r.width-t.width),y:cn(m,0,r.height-t.height)}}function cl(e,t,n){const r=Ot(n.padding);return t==="center"?e.x+e.width/2:t==="right"?e.x+e.width-r.right:e.x+r.left}function tm(e){return Mn([],Yn(e))}function a$(e,t,n){return Gr(e,{tooltip:t,tooltipItems:n,type:"tooltip"})}function nm(e,t){const n=t&&t.dataset&&t.dataset.tooltip&&t.dataset.tooltip.callbacks;return n?e.override(n):e}const Hb={beforeTitle:Vn,title(e){if(e.length>0){const t=e[0],n=t.chart.data.labels,r=n?n.length:0;if(this&&this.options&&this.options.mode==="dataset")return t.dataset.label||"";if(t.label)return t.label;if(r>0&&t.dataIndex<r)return n[t.dataIndex]}return""},afterTitle:Vn,beforeBody:Vn,beforeLabel:Vn,label(e){if(this&&this.options&&this.options.mode==="dataset")return e.label+": "+e.formattedValue||e.formattedValue;let t=e.dataset.label||"";t&&(t+=": ");const n=e.formattedValue;return Qe(n)||(t+=n),t},labelColor(e){const n=e.chart.getDatasetMeta(e.datasetIndex).controller.getStyle(e.dataIndex);return{borderColor:n.borderColor,backgroundColor:n.backgroundColor,borderWidth:n.borderWidth,borderDash:n.borderDash,borderDashOffset:n.borderDashOffset,borderRadius:0}},labelTextColor(){return this.options.bodyColor},labelPointStyle(e){const n=e.chart.getDatasetMeta(e.datasetIndex).controller.getStyle(e.dataIndex);return{pointStyle:n.pointStyle,rotation:n.rotation}},afterLabel:Vn,afterBody:Vn,beforeFooter:Vn,footer:Vn,afterFooter:Vn};function jt(e,t,n,r){const i=e[t].call(n,r);return typeof i=="undefined"?Hb[t].call(n,r):i}class Td extends Li{constructor(t){super(),this.opacity=0,this._active=[],this._eventPosition=void 0,this._size=void 0,this._cachedAnimations=void 0,this._tooltipItems=[],this.$animations=void 0,this.$context=void 0,this.chart=t.chart,this.options=t.options,this.dataPoints=void 0,this.title=void 0,this.beforeBody=void 0,this.body=void 0,this.afterBody=void 0,this.footer=void 0,this.xAlign=void 0,this.yAlign=void 0,this.x=void 0,this.y=void 0,this.height=void 0,this.width=void 0,this.caretX=void 0,this.caretY=void 0,this.labelColors=void 0,this.labelPointStyles=void 0,this.labelTextColors=void 0}initialize(t){this.options=t,this._cachedAnimations=void 0,this.$context=void 0}_resolveAnimations(){const t=this._cachedAnimations;if(t)return t;const n=this.chart,r=this.options.setContext(this.getContext()),i=r.enabled&&n.options.animation&&r.animations,s=new Ob(this.chart,i);return i._cacheable&&(this._cachedAnimations=Object.freeze(s)),s}getContext(){return this.$context||(this.$context=a$(this.chart.getContext(),this,this._tooltipItems))}getTitle(t,n){const{callbacks:r}=n,i=jt(r,"beforeTitle",this,t),s=jt(r,"title",this,t),o=jt(r,"afterTitle",this,t);let a=[];return a=Mn(a,Yn(i)),a=Mn(a,Yn(s)),a=Mn(a,Yn(o)),a}getBeforeBody(t,n){return tm(jt(n.callbacks,"beforeBody",this,t))}getBody(t,n){const{callbacks:r}=n,i=[];return Ge(t,s=>{const o={before:[],lines:[],after:[]},a=nm(r,s);Mn(o.before,Yn(jt(a,"beforeLabel",this,s))),Mn(o.lines,jt(a,"label",this,s)),Mn(o.after,Yn(jt(a,"afterLabel",this,s))),i.push(o)}),i}getAfterBody(t,n){return tm(jt(n.callbacks,"afterBody",this,t))}getFooter(t,n){const{callbacks:r}=n,i=jt(r,"beforeFooter",this,t),s=jt(r,"footer",this,t),o=jt(r,"afterFooter",this,t);let a=[];return a=Mn(a,Yn(i)),a=Mn(a,Yn(s)),a=Mn(a,Yn(o)),a}_createItems(t){const n=this._active,r=this.chart.data,i=[],s=[],o=[];let a=[],l,c;for(l=0,c=n.length;l<c;++l)a.push(t$(this.chart,n[l]));return t.filter&&(a=a.filter((u,d,f)=>t.filter(u,d,f,r))),t.itemSort&&(a=a.sort((u,d)=>t.itemSort(u,d,r))),Ge(a,u=>{const d=nm(t.callbacks,u);i.push(jt(d,"labelColor",this,u)),s.push(jt(d,"labelPointStyle",this,u)),o.push(jt(d,"labelTextColor",this,u))}),this.labelColors=i,this.labelPointStyles=s,this.labelTextColors=o,this.dataPoints=a,a}update(t,n){const r=this.options.setContext(this.getContext()),i=this._active;let s,o=[];if(!i.length)this.opacity!==0&&(s={opacity:0});else{const a=ko[r.position].call(this,i,this._eventPosition);o=this._createItems(r),this.title=this.getTitle(o,r),this.beforeBody=this.getBeforeBody(o,r),this.body=this.getBody(o,r),this.afterBody=this.getAfterBody(o,r),this.footer=this.getFooter(o,r);const l=this._size=Jy(this,r),c=Object.assign({},a,l),u=Zy(this.chart,r,c),d=em(r,c,u,this.chart);this.xAlign=u.xAlign,this.yAlign=u.yAlign,s={opacity:1,x:d.x,y:d.y,width:l.width,height:l.height,caretX:a.x,caretY:a.y}}this._tooltipItems=o,this.$context=void 0,s&&this._resolveAnimations().update(this,s),t&&r.external&&r.external.call(this,{chart:this.chart,tooltip:this,replay:n})}drawCaret(t,n,r,i){const s=this.getCaretPosition(t,r,i);n.lineTo(s.x1,s.y1),n.lineTo(s.x2,s.y2),n.lineTo(s.x3,s.y3)}getCaretPosition(t,n,r){const{xAlign:i,yAlign:s}=this,{caretSize:o,cornerRadius:a}=r,{topLeft:l,topRight:c,bottomLeft:u,bottomRight:d}=Qi(a),{x:f,y:h}=t,{width:g,height:m}=n;let p,v,b,x,S,w;return s==="center"?(S=h+m/2,i==="left"?(p=f,v=p-o,x=S+o,w=S-o):(p=f+g,v=p+o,x=S-o,w=S+o),b=p):(i==="left"?v=f+Math.max(l,u)+o:i==="right"?v=f+g-Math.max(c,d)-o:v=this.caretX,s==="top"?(x=h,S=x-o,p=v-o,b=v+o):(x=h+m,S=x+o,p=v+o,b=v-o),w=x),{x1:p,x2:v,x3:b,y1:x,y2:S,y3:w}}drawTitle(t,n,r){const i=this.title,s=i.length;let o,a,l;if(s){const c=Yi(r.rtl,this.x,this.width);for(t.x=cl(this,r.titleAlign,r),n.textAlign=c.textAlign(r.titleAlign),n.textBaseline="middle",o=ft(r.titleFont),a=r.titleSpacing,n.fillStyle=r.titleColor,n.font=o.string,l=0;l<s;++l)n.fillText(i[l],c.x(t.x),t.y+o.lineHeight/2),t.y+=o.lineHeight+a,l+1===s&&(t.y+=r.titleMarginBottom-a)}}_drawColorBox(t,n,r,i,s){const o=this.labelColors[r],a=this.labelPointStyles[r],{boxHeight:l,boxWidth:c}=s,u=ft(s.bodyFont),d=cl(this,"left",s),f=i.x(d),h=l<u.lineHeight?(u.lineHeight-l)/2:0,g=n.y+h;if(s.usePointStyle){const m={radius:Math.min(c,l)/2,pointStyle:a.pointStyle,rotation:a.rotation,borderWidth:1},p=i.leftForLtr(f,c)+c/2,v=g+l/2;t.strokeStyle=s.multiKeyBackground,t.fillStyle=s.multiKeyBackground,kd(t,m,p,v),t.strokeStyle=o.borderColor,t.fillStyle=o.backgroundColor,kd(t,m,p,v)}else{t.lineWidth=Fe(o.borderWidth)?Math.max(...Object.values(o.borderWidth)):o.borderWidth||1,t.strokeStyle=o.borderColor,t.setLineDash(o.borderDash||[]),t.lineDashOffset=o.borderDashOffset||0;const m=i.leftForLtr(f,c),p=i.leftForLtr(i.xPlus(f,1),c-2),v=Qi(o.borderRadius);Object.values(v).some(b=>b!==0)?(t.beginPath(),t.fillStyle=s.multiKeyBackground,Ql(t,{x:m,y:g,w:c,h:l,radius:v}),t.fill(),t.stroke(),t.fillStyle=o.backgroundColor,t.beginPath(),Ql(t,{x:p,y:g+1,w:c-2,h:l-2,radius:v}),t.fill()):(t.fillStyle=s.multiKeyBackground,t.fillRect(m,g,c,l),t.strokeRect(m,g,c,l),t.fillStyle=o.backgroundColor,t.fillRect(p,g+1,c-2,l-2))}t.fillStyle=this.labelTextColors[r]}drawBody(t,n,r){const{body:i}=this,{bodySpacing:s,bodyAlign:o,displayColors:a,boxHeight:l,boxWidth:c,boxPadding:u}=r,d=ft(r.bodyFont);let f=d.lineHeight,h=0;const g=Yi(r.rtl,this.x,this.width),m=function(k){n.fillText(k,g.x(t.x+h),t.y+f/2),t.y+=f+s},p=g.textAlign(o);let v,b,x,S,w,_,C;for(n.textAlign=o,n.textBaseline="middle",n.font=d.string,t.x=cl(this,p,r),n.fillStyle=r.bodyColor,Ge(this.beforeBody,m),h=a&&p!=="right"?o==="center"?c/2+u:c+2+u:0,S=0,_=i.length;S<_;++S){for(v=i[S],b=this.labelTextColors[S],n.fillStyle=b,Ge(v.before,m),x=v.lines,a&&x.length&&(this._drawColorBox(n,t,S,g,r),f=Math.max(d.lineHeight,l)),w=0,C=x.length;w<C;++w)m(x[w]),f=d.lineHeight;Ge(v.after,m)}h=0,f=d.lineHeight,Ge(this.afterBody,m),t.y-=s}drawFooter(t,n,r){const i=this.footer,s=i.length;let o,a;if(s){const l=Yi(r.rtl,this.x,this.width);for(t.x=cl(this,r.footerAlign,r),t.y+=r.footerMarginTop,n.textAlign=l.textAlign(r.footerAlign),n.textBaseline="middle",o=ft(r.footerFont),n.fillStyle=r.footerColor,n.font=o.string,a=0;a<s;++a)n.fillText(i[a],l.x(t.x),t.y+o.lineHeight/2),t.y+=o.lineHeight+r.footerSpacing}}drawBackground(t,n,r,i){const{xAlign:s,yAlign:o}=this,{x:a,y:l}=t,{width:c,height:u}=r,{topLeft:d,topRight:f,bottomLeft:h,bottomRight:g}=Qi(i.cornerRadius);n.fillStyle=i.backgroundColor,n.strokeStyle=i.borderColor,n.lineWidth=i.borderWidth,n.beginPath(),n.moveTo(a+d,l),o==="top"&&this.drawCaret(t,n,r,i),n.lineTo(a+c-f,l),n.quadraticCurveTo(a+c,l,a+c,l+f),o==="center"&&s==="right"&&this.drawCaret(t,n,r,i),n.lineTo(a+c,l+u-g),n.quadraticCurveTo(a+c,l+u,a+c-g,l+u),o==="bottom"&&this.drawCaret(t,n,r,i),n.lineTo(a+h,l+u),n.quadraticCurveTo(a,l+u,a,l+u-h),o==="center"&&s==="left"&&this.drawCaret(t,n,r,i),n.lineTo(a,l+d),n.quadraticCurveTo(a,l,a+d,l),n.closePath(),n.fill(),i.borderWidth>0&&n.stroke()}_updateAnimationTarget(t){const n=this.chart,r=this.$animations,i=r&&r.x,s=r&&r.y;if(i||s){const o=ko[t.position].call(this,this._active,this._eventPosition);if(!o)return;const a=this._size=Jy(this,t),l=Object.assign({},o,this._size),c=Zy(n,t,l),u=em(t,l,c,n);(i._to!==u.x||s._to!==u.y)&&(this.xAlign=c.xAlign,this.yAlign=c.yAlign,this.width=a.width,this.height=a.height,this.caretX=o.x,this.caretY=o.y,this._resolveAnimations().update(this,u))}}_willRender(){return!!this.opacity}draw(t){const n=this.options.setContext(this.getContext());let r=this.opacity;if(!r)return;this._updateAnimationTarget(n);const i={width:this.width,height:this.height},s={x:this.x,y:this.y};r=Math.abs(r)<.001?0:r;const o=Ot(n.padding),a=this.title.length||this.beforeBody.length||this.body.length||this.afterBody.length||this.footer.length;n.enabled&&a&&(t.save(),t.globalAlpha=r,this.drawBackground(s,t,i,n),xb(t,n.textDirection),s.y+=o.top,this.drawTitle(s,t,n),this.drawBody(s,t,n),this.drawFooter(s,t,n),wb(t,n.textDirection),t.restore())}getActiveElements(){return this._active||[]}setActiveElements(t,n){const r=this._active,i=t.map(({datasetIndex:a,index:l})=>{const c=this.chart.getDatasetMeta(a);if(!c)throw new Error("Cannot find a dataset at index "+a);return{datasetIndex:a,element:c.data[l],index:l}}),s=!Kl(r,i),o=this._positionChanged(i,n);(s||o)&&(this._active=i,this._eventPosition=n,this._ignoreReplayEvents=!0,this.update(!0))}handleEvent(t,n,r=!0){if(n&&this._ignoreReplayEvents)return!1;this._ignoreReplayEvents=!1;const i=this.options,s=this._active||[],o=this._getActiveElements(t,s,n,r),a=this._positionChanged(o,t),l=n||!Kl(o,s)||a;return l&&(this._active=o,(i.enabled||i.external)&&(this._eventPosition={x:t.x,y:t.y},this.update(!0,n))),l}_getActiveElements(t,n,r,i){const s=this.options;if(t.type==="mouseout")return[];if(!i)return n.filter(a=>this.chart.data.datasets[a.datasetIndex]&&this.chart.getDatasetMeta(a.datasetIndex).controller.getParsed(a.index)!==void 0);const o=this.chart.getElementsAtEventForMode(t,s.mode,s,r);return s.reverse&&o.reverse(),o}_positionChanged(t,n){const{caretX:r,caretY:i,options:s}=this,o=ko[s.position].call(this,t,n);return o!==!1&&(r!==o.x||i!==o.y)}}pe(Td,"positioners",ko);var l$={id:"tooltip",_element:Td,positioners:ko,afterInit(e,t,n){n&&(e.tooltip=new Td({chart:e,options:n}))},beforeUpdate(e,t,n){e.tooltip&&e.tooltip.initialize(n)},reset(e,t,n){e.tooltip&&e.tooltip.initialize(n)},afterDraw(e){const t=e.tooltip;if(t&&t._willRender()){const n={tooltip:t};if(e.notifyPlugins("beforeTooltipDraw",{...n,cancelable:!0})===!1)return;t.draw(e.ctx),e.notifyPlugins("afterTooltipDraw",n)}},afterEvent(e,t){if(e.tooltip){const n=t.replay;e.tooltip.handleEvent(t.event,n,t.inChartArea)&&(t.changed=!0)}},defaults:{enabled:!0,external:null,position:"average",backgroundColor:"rgba(0,0,0,0.8)",titleColor:"#fff",titleFont:{weight:"bold"},titleSpacing:2,titleMarginBottom:6,titleAlign:"left",bodyColor:"#fff",bodySpacing:2,bodyFont:{},bodyAlign:"left",footerColor:"#fff",footerSpacing:2,footerMarginTop:6,footerFont:{weight:"bold"},footerAlign:"left",padding:6,caretPadding:2,caretSize:5,cornerRadius:6,boxHeight:(e,t)=>t.bodyFont.size,boxWidth:(e,t)=>t.bodyFont.size,multiKeyBackground:"#fff",displayColors:!0,boxPadding:0,borderColor:"rgba(0,0,0,0)",borderWidth:0,animation:{duration:400,easing:"easeOutQuart"},animations:{numbers:{type:"number",properties:["x","y","width","height","caretX","caretY"]},opacity:{easing:"linear",duration:200}},callbacks:Hb},defaultRoutes:{bodyFont:"font",footerFont:"font",titleFont:"font"},descriptors:{_scriptable:e=>e!=="filter"&&e!=="itemSort"&&e!=="external",_indexable:!1,callbacks:{_scriptable:!1,_indexable:!1},animation:{_fallback:!1},animations:{_fallback:"animation"}},additionalOptionScopes:["interaction"]};const c$=(e,t,n,r)=>(typeof t=="string"?(n=e.push(t)-1,r.unshift({index:n,label:t})):isNaN(t)&&(n=null),n);function u$(e,t,n,r){const i=e.indexOf(t);if(i===-1)return c$(e,t,n,r);const s=e.lastIndexOf(t);return i!==s?n:i}const d$=(e,t)=>e===null?null:cn(Math.round(e),0,t);function rm(e){const t=this.getLabels();return e>=0&&e<t.length?t[e]:e}class Md extends Ks{constructor(t){super(t),this._startValue=void 0,this._valueRange=0,this._addedLabels=[]}init(t){const n=this._addedLabels;if(n.length){const r=this.getLabels();for(const{index:i,label:s}of n)r[i]===s&&r.splice(i,1);this._addedLabels=[]}super.init(t)}parse(t,n){if(Qe(t))return null;const r=this.getLabels();return n=isFinite(n)&&r[n]===t?n:u$(r,t,De(n,t),this._addedLabels),d$(n,r.length-1)}determineDataLimits(){const{minDefined:t,maxDefined:n}=this.getUserBounds();let{min:r,max:i}=this.getMinMax(!0);this.options.bounds==="ticks"&&(t||(r=0),n||(i=this.getLabels().length-1)),this.min=r,this.max=i}buildTicks(){const t=this.min,n=this.max,r=this.options.offset,i=[];let s=this.getLabels();s=t===0&&n===s.length-1?s:s.slice(t,n+1),this._valueRange=Math.max(s.length-(r?0:1),1),this._startValue=this.min-(r?.5:0);for(let o=t;o<=n;o++)i.push({value:o});return i}getLabelForValue(t){return rm.call(this,t)}configure(){super.configure(),this.isHorizontal()||(this._reversePixels=!this._reversePixels)}getPixelForValue(t){return typeof t!="number"&&(t=this.parse(t)),t===null?NaN:this.getPixelForDecimal((t-this._startValue)/this._valueRange)}getPixelForTick(t){const n=this.ticks;return t<0||t>n.length-1?null:this.getPixelForValue(n[t].value)}getValueForPixel(t){return Math.round(this._startValue+this.getDecimalForPixel(t)*this._valueRange)}getBasePixel(){return this.bottom}}pe(Md,"id","category"),pe(Md,"defaults",{ticks:{callback:rm}});function f$(e,t){const n=[],{bounds:i,step:s,min:o,max:a,precision:l,count:c,maxTicks:u,maxDigits:d,includeBounds:f}=e,h=s||1,g=u-1,{min:m,max:p}=t,v=!Qe(o),b=!Qe(a),x=!Qe(c),S=(p-m)/(d+1);let w=iy((p-m)/g/h)*h,_,C,k,O;if(w<1e-14&&!v&&!b)return[{value:m},{value:p}];O=Math.ceil(p/w)-Math.floor(m/w),O>g&&(w=iy(O*w/g/h)*h),Qe(l)||(_=Math.pow(10,l),w=Math.ceil(w*_)/_),i==="ticks"?(C=Math.floor(m/w)*w,k=Math.ceil(p/w)*w):(C=m,k=p),v&&b&&s&&jP((a-o)/s,w/1e3)?(O=Math.round(Math.min((a-o)/w,u)),w=(a-o)/O,C=o,k=a):x?(C=v?o:C,k=b?a:k,O=c-1,w=(k-C)/O):(O=(k-C)/w,Do(O,Math.round(O),w/1e3)?O=Math.round(O):O=Math.ceil(O));const A=Math.max(sy(w),sy(C));_=Math.pow(10,Qe(l)?A:l),C=Math.round(C*_)/_,k=Math.round(k*_)/_;let M=0;for(v&&(f&&C!==o?(n.push({value:o}),C<o&&M++,Do(Math.round((C+M*w)*_)/_,o,im(o,S,e))&&M++):C<o&&M++);M<O;++M){const L=Math.round((C+M*w)*_)/_;if(b&&L>a)break;n.push({value:L})}return b&&f&&k!==a?n.length&&Do(n[n.length-1].value,a,im(a,S,e))?n[n.length-1].value=a:n.push({value:a}):(!b||k===a)&&n.push({value:k}),n}function im(e,t,{horizontal:n,minRotation:r}){const i=jr(r),s=(n?Math.sin(i):Math.cos(i))||.001,o=.75*t*(""+e).length;return Math.min(t/s,o)}class $d extends Ks{constructor(t){super(t),this.start=void 0,this.end=void 0,this._startValue=void 0,this._endValue=void 0,this._valueRange=0}parse(t,n){return Qe(t)||(typeof t=="number"||t instanceof Number)&&!isFinite(+t)?null:+t}handleTickRangeOptions(){const{beginAtZero:t}=this.options,{minDefined:n,maxDefined:r}=this.getUserBounds();let{min:i,max:s}=this;const o=l=>i=n?i:l,a=l=>s=r?s:l;if(t){const l=Ps(i),c=Ps(s);l<0&&c<0?a(0):l>0&&c>0&&o(0)}if(i===s){let l=s===0?1:Math.abs(s*.05);a(s+l),t||o(i-l)}this.min=i,this.max=s}getTickLimit(){const t=this.options.ticks;let{maxTicksLimit:n,stepSize:r}=t,i;return r?(i=Math.ceil(this.max/r)-Math.floor(this.min/r)+1,i>1e3&&(console.warn(`scales.${this.id}.ticks.stepSize: ${r} would result generating up to ${i} ticks. Limiting to 1000.`),i=1e3)):(i=this.computeTickLimit(),n=n||11),n&&(i=Math.min(n,i)),i}computeTickLimit(){return Number.POSITIVE_INFINITY}buildTicks(){const t=this.options,n=t.ticks;let r=this.getTickLimit();r=Math.max(2,r);const i={maxTicks:r,bounds:t.bounds,min:t.min,max:t.max,precision:n.precision,step:n.stepSize,count:n.count,maxDigits:this._maxDigits(),horizontal:this.isHorizontal(),minRotation:n.minRotation||0,includeBounds:n.includeBounds!==!1},s=this._range||this,o=f$(i,s);return t.bounds==="ticks"&&DP(o,this,"value"),t.reverse?(o.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),o}configure(){const t=this.ticks;let n=this.min,r=this.max;if(super.configure(),this.options.offset&&t.length){const i=(r-n)/Math.max(t.length-1,1)/2;n-=i,r+=i}this._startValue=n,this._endValue=r,this._valueRange=r-n}getLabelForValue(t){return fb(t,this.chart.options.locale,this.options.ticks.format)}}class jd extends $d{determineDataLimits(){const{min:t,max:n}=this.getMinMax(!0);this.min=yt(t)?t:0,this.max=yt(n)?n:1,this.handleTickRangeOptions()}computeTickLimit(){const t=this.isHorizontal(),n=t?this.width:this.height,r=jr(this.options.ticks.minRotation),i=(t?Math.sin(r):Math.cos(r))||.001,s=this._resolveTickFontOptions(0);return Math.ceil(n/Math.min(40,s.lineHeight/i))}getPixelForValue(t){return t===null?NaN:this.getPixelForDecimal((t-this._startValue)/this._valueRange)}getValueForPixel(t){return this._startValue+this.getDecimalForPixel(t)*this._valueRange}}pe(jd,"id","linear"),pe(jd,"defaults",{ticks:{callback:Ef.formatters.numeric}});function Dd(e){const t=e.ticks;if(t.display&&e.display){const n=Ot(t.backdropPadding);return De(t.font&&t.font.size,at.font.size)+n.height}return 0}function h$(e,t,n){return n=rt(n)?n:[n],{w:nT(e,t.string,n),h:n.length*t.lineHeight}}function sm(e,t,n,r,i){return e===r||e===i?{start:t-n/2,end:t+n/2}:e<r||e>i?{start:t-n,end:t}:{start:t,end:t+n}}function g$(e){const t={l:e.left+e._padding.left,r:e.right-e._padding.right,t:e.top+e._padding.top,b:e.bottom-e._padding.bottom},n=Object.assign({},t),r=[],i=[],s=e._pointLabels.length,o=e.options.pointLabels,a=o.centerPointLabels?ut/s:0;for(let l=0;l<s;l++){const c=o.setContext(e.getPointLabelContext(l));i[l]=c.padding;const u=e.getPointPosition(l,e.drawingArea+i[l],a),d=ft(c.font),f=h$(e.ctx,d,e._pointLabels[l]);r[l]=f;const h=Wt(e.getIndexAngle(l)+a),g=Math.round(Cf(h)),m=sm(g,u.x,f.w,0,180),p=sm(g,u.y,f.h,90,270);y$(n,t,h,m,p)}e.setCenterPoint(t.l-n.l,n.r-t.r,t.t-n.t,n.b-t.b),e._pointLabelItems=v$(e,r,i)}function y$(e,t,n,r,i){const s=Math.abs(Math.sin(n)),o=Math.abs(Math.cos(n));let a=0,l=0;r.start<t.l?(a=(t.l-r.start)/s,e.l=Math.min(e.l,t.l-a)):r.end>t.r&&(a=(r.end-t.r)/s,e.r=Math.max(e.r,t.r+a)),i.start<t.t?(l=(t.t-i.start)/o,e.t=Math.min(e.t,t.t-l)):i.end>t.b&&(l=(i.end-t.b)/o,e.b=Math.max(e.b,t.b+l))}function m$(e,t,n){const r=e.drawingArea,{extra:i,additionalAngle:s,padding:o,size:a}=n,l=e.getPointPosition(t,r+i+o,s),c=Math.round(Cf(Wt(l.angle+Yt))),u=w$(l.y,a.h,c),d=b$(c),f=x$(l.x,a.w,d);return{visible:!0,x:l.x,y:u,textAlign:d,left:f,top:u,right:f+a.w,bottom:u+a.h}}function p$(e,t){if(!t)return!0;const{left:n,top:r,right:i,bottom:s}=e;return!(rr({x:n,y:r},t)||rr({x:n,y:s},t)||rr({x:i,y:r},t)||rr({x:i,y:s},t))}function v$(e,t,n){const r=[],i=e._pointLabels.length,s=e.options,{centerPointLabels:o,display:a}=s.pointLabels,l={extra:Dd(s)/2,additionalAngle:o?ut/i:0};let c;for(let u=0;u<i;u++){l.padding=n[u],l.size=t[u];const d=m$(e,u,l);r.push(d),a==="auto"&&(d.visible=p$(d,c),d.visible&&(c=d))}return r}function b$(e){return e===0||e===180?"center":e<180?"left":"right"}function x$(e,t,n){return n==="right"?e-=t:n==="center"&&(e-=t/2),e}function w$(e,t,n){return n===90||n===270?e-=t/2:(n>270||n<90)&&(e-=t),e}function S$(e,t,n){const{left:r,top:i,right:s,bottom:o}=n,{backdropColor:a}=t;if(!Qe(a)){const l=Qi(t.borderRadius),c=Ot(t.backdropPadding);e.fillStyle=a;const u=r-c.left,d=i-c.top,f=s-r+c.width,h=o-i+c.height;Object.values(l).some(g=>g!==0)?(e.beginPath(),Ql(e,{x:u,y:d,w:f,h,radius:l}),e.fill()):e.fillRect(u,d,f,h)}}function C$(e,t){const{ctx:n,options:{pointLabels:r}}=e;for(let i=t-1;i>=0;i--){const s=e._pointLabelItems[i];if(!s.visible)continue;const o=r.setContext(e.getPointLabelContext(i));S$(n,o,s);const a=ft(o.font),{x:l,y:c,textAlign:u}=s;Pi(n,e._pointLabels[i],l,c+a.lineHeight/2,a,{color:o.color,textAlign:u,textBaseline:"middle"})}}function Kb(e,t,n,r){const{ctx:i}=e;if(n)i.arc(e.xCenter,e.yCenter,t,0,Xt);else{let s=e.getPointPosition(0,t);i.moveTo(s.x,s.y);for(let o=1;o<r;o++)s=e.getPointPosition(o,t),i.lineTo(s.x,s.y)}}function _$(e,t,n,r,i){const s=e.ctx,o=t.circular,{color:a,lineWidth:l}=t;!o&&!r||!a||!l||n<0||(s.save(),s.strokeStyle=a,s.lineWidth=l,s.setLineDash(i.dash||[]),s.lineDashOffset=i.dashOffset,s.beginPath(),Kb(e,n,o,r),s.closePath(),s.stroke(),s.restore())}function k$(e,t,n){return Gr(e,{label:n,index:t,type:"pointLabel"})}class Oo extends $d{constructor(t){super(t),this.xCenter=void 0,this.yCenter=void 0,this.drawingArea=void 0,this._pointLabels=[],this._pointLabelItems=[]}setDimensions(){const t=this._padding=Ot(Dd(this.options)/2),n=this.width=this.maxWidth-t.width,r=this.height=this.maxHeight-t.height;this.xCenter=Math.floor(this.left+n/2+t.left),this.yCenter=Math.floor(this.top+r/2+t.top),this.drawingArea=Math.floor(Math.min(n,r)/2)}determineDataLimits(){const{min:t,max:n}=this.getMinMax(!1);this.min=yt(t)&&!isNaN(t)?t:0,this.max=yt(n)&&!isNaN(n)?n:0,this.handleTickRangeOptions()}computeTickLimit(){return Math.ceil(this.drawingArea/Dd(this.options))}generateTickLabels(t){$d.prototype.generateTickLabels.call(this,t),this._pointLabels=this.getLabels().map((n,r)=>{const i=Je(this.options.pointLabels.callback,[n,r],this);return i||i===0?i:""}).filter((n,r)=>this.chart.getDataVisibility(r))}fit(){const t=this.options;t.display&&t.pointLabels.display?g$(this):this.setCenterPoint(0,0,0,0)}setCenterPoint(t,n,r,i){this.xCenter+=Math.floor((t-n)/2),this.yCenter+=Math.floor((r-i)/2),this.drawingArea-=Math.min(this.drawingArea/2,Math.max(t,n,r,i))}getIndexAngle(t){const n=Xt/(this._pointLabels.length||1),r=this.options.startAngle||0;return Wt(t*n+jr(r))}getDistanceFromCenterForValue(t){if(Qe(t))return NaN;const n=this.drawingArea/(this.max-this.min);return this.options.reverse?(this.max-t)*n:(t-this.min)*n}getValueForDistanceFromCenter(t){if(Qe(t))return NaN;const n=t/(this.drawingArea/(this.max-this.min));return this.options.reverse?this.max-n:this.min+n}getPointLabelContext(t){const n=this._pointLabels||[];if(t>=0&&t<n.length){const r=n[t];return k$(this.getContext(),t,r)}}getPointPosition(t,n,r=0){const i=this.getIndexAngle(t)-Yt+r;return{x:Math.cos(i)*n+this.xCenter,y:Math.sin(i)*n+this.yCenter,angle:i}}getPointPositionForValue(t,n){return this.getPointPosition(t,this.getDistanceFromCenterForValue(n))}getBasePosition(t){return this.getPointPositionForValue(t||0,this.getBaseValue())}getPointLabelPosition(t){const{left:n,top:r,right:i,bottom:s}=this._pointLabelItems[t];return{left:n,top:r,right:i,bottom:s}}drawBackground(){const{backgroundColor:t,grid:{circular:n}}=this.options;if(t){const r=this.ctx;r.save(),r.beginPath(),Kb(this,this.getDistanceFromCenterForValue(this._endValue),n,this._pointLabels.length),r.closePath(),r.fillStyle=t,r.fill(),r.restore()}}drawGrid(){const t=this.ctx,n=this.options,{angleLines:r,grid:i,border:s}=n,o=this._pointLabels.length;let a,l,c;if(n.pointLabels.display&&C$(this,o),i.display&&this.ticks.forEach((u,d)=>{if(d!==0||d===0&&this.min<0){l=this.getDistanceFromCenterForValue(u.value);const f=this.getContext(d),h=i.setContext(f),g=s.setContext(f);_$(this,h,l,o,g)}}),r.display){for(t.save(),a=o-1;a>=0;a--){const u=r.setContext(this.getPointLabelContext(a)),{color:d,lineWidth:f}=u;!f||!d||(t.lineWidth=f,t.strokeStyle=d,t.setLineDash(u.borderDash),t.lineDashOffset=u.borderDashOffset,l=this.getDistanceFromCenterForValue(n.reverse?this.min:this.max),c=this.getPointPosition(a,l),t.beginPath(),t.moveTo(this.xCenter,this.yCenter),t.lineTo(c.x,c.y),t.stroke())}t.restore()}}drawBorder(){}drawLabels(){const t=this.ctx,n=this.options,r=n.ticks;if(!r.display)return;const i=this.getIndexAngle(0);let s,o;t.save(),t.translate(this.xCenter,this.yCenter),t.rotate(i),t.textAlign="center",t.textBaseline="middle",this.ticks.forEach((a,l)=>{if(l===0&&this.min>=0&&!n.reverse)return;const c=r.setContext(this.getContext(l)),u=ft(c.font);if(s=this.getDistanceFromCenterForValue(this.ticks[l].value),c.showLabelBackdrop){t.font=u.string,o=t.measureText(a.label).width,t.fillStyle=c.backdropColor;const d=Ot(c.backdropPadding);t.fillRect(-o/2-d.left,-s-u.size/2-d.top,o+d.width,u.size+d.height)}Pi(t,a.label,0,-s,u,{color:c.color,strokeColor:c.textStrokeColor,strokeWidth:c.textStrokeWidth})}),t.restore()}drawTitle(){}}pe(Oo,"id","radialLinear"),pe(Oo,"defaults",{display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,lineWidth:1,borderDash:[],borderDashOffset:0},grid:{circular:!1},startAngle:0,ticks:{showLabelBackdrop:!0,callback:Ef.formatters.numeric},pointLabels:{backdropColor:void 0,backdropPadding:2,display:!0,font:{size:10},callback(t){return t},padding:5,centerPointLabels:!1}}),pe(Oo,"defaultRoutes",{"angleLines.color":"borderColor","pointLabels.color":"color","ticks.color":"color"}),pe(Oo,"descriptors",{angleLines:{_fallback:"grid"}});const Dc={millisecond:{common:!0,size:1,steps:1e3},second:{common:!0,size:1e3,steps:60},minute:{common:!0,size:6e4,steps:60},hour:{common:!0,size:36e5,steps:24},day:{common:!0,size:864e5,steps:30},week:{common:!1,size:6048e5,steps:4},month:{common:!0,size:2628e6,steps:12},quarter:{common:!1,size:7884e6,steps:4},year:{common:!0,size:3154e7}},Rt=Object.keys(Dc);function om(e,t){return e-t}function am(e,t){if(Qe(t))return null;const n=e._adapter,{parser:r,round:i,isoWeekday:s}=e._parseOpts;let o=t;return typeof r=="function"&&(o=r(o)),yt(o)||(o=typeof r=="string"?n.parse(o,r):n.parse(o)),o===null?null:(i&&(o=i==="week"&&(ta(s)||s===!0)?n.startOf(o,"isoWeek",s):n.startOf(o,i)),+o)}function lm(e,t,n,r){const i=Rt.length;for(let s=Rt.indexOf(e);s<i-1;++s){const o=Dc[Rt[s]],a=o.steps?o.steps:Number.MAX_SAFE_INTEGER;if(o.common&&Math.ceil((n-t)/(a*o.size))<=r)return Rt[s]}return Rt[i-1]}function O$(e,t,n,r,i){for(let s=Rt.length-1;s>=Rt.indexOf(n);s--){const o=Rt[s];if(Dc[o].common&&e._adapter.diff(i,r,o)>=t-1)return o}return Rt[n?Rt.indexOf(n):0]}function E$(e){for(let t=Rt.indexOf(e)+1,n=Rt.length;t<n;++t)if(Dc[Rt[t]].common)return Rt[t]}function cm(e,t,n){if(!n)e[t]=!0;else if(n.length){const{lo:r,hi:i}=_f(n,t),s=n[r]>=t?n[r]:n[i];e[s]=!0}}function A$(e,t,n,r){const i=e._adapter,s=+i.startOf(t[0].value,r),o=t[t.length-1].value;let a,l;for(a=s;a<=o;a=+i.add(a,1,r))l=n[a],l>=0&&(t[l].major=!0);return t}function um(e,t,n){const r=[],i={},s=t.length;let o,a;for(o=0;o<s;++o)a=t[o],i[a]=o,r.push({value:a,major:!1});return s===0||!n?r:A$(e,r,i,n)}class Jl extends Ks{constructor(t){super(t),this._cache={data:[],labels:[],all:[]},this._unit="day",this._majorUnit=void 0,this._offsets={},this._normalized=!1,this._parseOpts=void 0}init(t,n={}){const r=t.time||(t.time={}),i=this._adapter=new c5._date(t.adapters.date);i.init(n),jo(r.displayFormats,i.formats()),this._parseOpts={parser:r.parser,round:r.round,isoWeekday:r.isoWeekday},super.init(t),this._normalized=n.normalized}parse(t,n){return t===void 0?null:am(this,t)}beforeLayout(){super.beforeLayout(),this._cache={data:[],labels:[],all:[]}}determineDataLimits(){const t=this.options,n=this._adapter,r=t.time.unit||"day";let{min:i,max:s,minDefined:o,maxDefined:a}=this.getUserBounds();function l(c){!o&&!isNaN(c.min)&&(i=Math.min(i,c.min)),!a&&!isNaN(c.max)&&(s=Math.max(s,c.max))}(!o||!a)&&(l(this._getLabelBounds()),(t.bounds!=="ticks"||t.ticks.source!=="labels")&&l(this.getMinMax(!1))),i=yt(i)&&!isNaN(i)?i:+n.startOf(Date.now(),r),s=yt(s)&&!isNaN(s)?s:+n.endOf(Date.now(),r)+1,this.min=Math.min(i,s-1),this.max=Math.max(i+1,s)}_getLabelBounds(){const t=this.getLabelTimestamps();let n=Number.POSITIVE_INFINITY,r=Number.NEGATIVE_INFINITY;return t.length&&(n=t[0],r=t[t.length-1]),{min:n,max:r}}buildTicks(){const t=this.options,n=t.time,r=t.ticks,i=r.source==="labels"?this.getLabelTimestamps():this._generate();t.bounds==="ticks"&&i.length&&(this.min=this._userMin||i[0],this.max=this._userMax||i[i.length-1]);const s=this.min,o=this.max,a=NP(i,s,o);return this._unit=n.unit||(r.autoSkip?lm(n.minUnit,this.min,this.max,this._getLabelCapacity(s)):O$(this,a.length,n.minUnit,this.min,this.max)),this._majorUnit=!r.major.enabled||this._unit==="year"?void 0:E$(this._unit),this.initOffsets(i),t.reverse&&a.reverse(),um(this,a,this._majorUnit)}afterAutoSkip(){this.options.offsetAfterAutoskip&&this.initOffsets(this.ticks.map(t=>+t.value))}initOffsets(t=[]){let n=0,r=0,i,s;this.options.offset&&t.length&&(i=this.getDecimalForValue(t[0]),t.length===1?n=1-i:n=(this.getDecimalForValue(t[1])-i)/2,s=this.getDecimalForValue(t[t.length-1]),t.length===1?r=s:r=(s-this.getDecimalForValue(t[t.length-2]))/2);const o=t.length<3?.5:.25;n=cn(n,0,o),r=cn(r,0,o),this._offsets={start:n,end:r,factor:1/(n+1+r)}}_generate(){const t=this._adapter,n=this.min,r=this.max,i=this.options,s=i.time,o=s.unit||lm(s.minUnit,n,r,this._getLabelCapacity(n)),a=De(i.ticks.stepSize,1),l=o==="week"?s.isoWeekday:!1,c=ta(l)||l===!0,u={};let d=n,f,h;if(c&&(d=+t.startOf(d,"isoWeek",l)),d=+t.startOf(d,c?"day":o),t.diff(r,n,o)>1e5*a)throw new Error(n+" and "+r+" are too far apart with stepSize of "+a+" "+o);const g=i.ticks.source==="data"&&this.getDataTimestamps();for(f=d,h=0;f<r;f=+t.add(f,a,o),h++)cm(u,f,g);return(f===r||i.bounds==="ticks"||h===1)&&cm(u,f,g),Object.keys(u).sort(om).map(m=>+m)}getLabelForValue(t){const n=this._adapter,r=this.options.time;return r.tooltipFormat?n.format(t,r.tooltipFormat):n.format(t,r.displayFormats.datetime)}format(t,n){const i=this.options.time.displayFormats,s=this._unit,o=n||i[s];return this._adapter.format(t,o)}_tickFormatFunction(t,n,r,i){const s=this.options,o=s.ticks.callback;if(o)return Je(o,[t,n,r],this);const a=s.time.displayFormats,l=this._unit,c=this._majorUnit,u=l&&a[l],d=c&&a[c],f=r[n],h=c&&d&&f&&f.major;return this._adapter.format(t,i||(h?d:u))}generateTickLabels(t){let n,r,i;for(n=0,r=t.length;n<r;++n)i=t[n],i.label=this._tickFormatFunction(i.value,n,t)}getDecimalForValue(t){return t===null?NaN:(t-this.min)/(this.max-this.min)}getPixelForValue(t){const n=this._offsets,r=this.getDecimalForValue(t);return this.getPixelForDecimal((n.start+r)*n.factor)}getValueForPixel(t){const n=this._offsets,r=this.getDecimalForPixel(t)/n.factor-n.end;return this.min+r*(this.max-this.min)}_getLabelSize(t){const n=this.options.ticks,r=this.ctx.measureText(t).width,i=jr(this.isHorizontal()?n.maxRotation:n.minRotation),s=Math.cos(i),o=Math.sin(i),a=this._resolveTickFontOptions(0).size;return{w:r*s+a*o,h:r*o+a*s}}_getLabelCapacity(t){const n=this.options.time,r=n.displayFormats,i=r[n.unit]||r.millisecond,s=this._tickFormatFunction(t,0,um(this,[t],this._majorUnit),i),o=this._getLabelSize(s),a=Math.floor(this.isHorizontal()?this.width/o.w:this.height/o.h)-1;return a>0?a:1}getDataTimestamps(){let t=this._cache.data||[],n,r;if(t.length)return t;const i=this.getMatchingVisibleMetas();if(this._normalized&&i.length)return this._cache.data=i[0].controller.getAllParsedValues(this);for(n=0,r=i.length;n<r;++n)t=t.concat(i[n].controller.getAllParsedValues(this));return this._cache.data=this.normalize(t)}getLabelTimestamps(){const t=this._cache.labels||[];let n,r;if(t.length)return t;const i=this.getLabels();for(n=0,r=i.length;n<r;++n)t.push(am(this,i[n]));return this._cache.labels=this._normalized?t:this.normalize(t)}normalize(t){return qP(t.sort(om))}}pe(Jl,"id","time"),pe(Jl,"defaults",{bounds:"data",adapters:{},time:{parser:!1,unit:!1,round:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{}},ticks:{source:"auto",callback:!1,major:{enabled:!1}}});function ul(e,t,n){let r=0,i=e.length-1,s,o,a,l;n?(t>=e[r].pos&&t<=e[i].pos&&({lo:r,hi:i}=ci(e,"pos",t)),{pos:s,time:a}=e[r],{pos:o,time:l}=e[i]):(t>=e[r].time&&t<=e[i].time&&({lo:r,hi:i}=ci(e,"time",t)),{time:s,pos:a}=e[r],{time:o,pos:l}=e[i]);const c=o-s;return c?a+(l-a)*(t-s)/c:a}class dm extends Jl{constructor(t){super(t),this._table=[],this._minPos=void 0,this._tableRange=void 0}initOffsets(){const t=this._getTimestampsForTable(),n=this._table=this.buildLookupTable(t);this._minPos=ul(n,this.min),this._tableRange=ul(n,this.max)-this._minPos,super.initOffsets(t)}buildLookupTable(t){const{min:n,max:r}=this,i=[],s=[];let o,a,l,c,u;for(o=0,a=t.length;o<a;++o)c=t[o],c>=n&&c<=r&&i.push(c);if(i.length<2)return[{time:n,pos:0},{time:r,pos:1}];for(o=0,a=i.length;o<a;++o)u=i[o+1],l=i[o-1],c=i[o],Math.round((u+l)/2)!==c&&s.push({time:c,pos:o/(a-1)});return s}_generate(){const t=this.min,n=this.max;let r=super.getDataTimestamps();return(!r.includes(t)||!r.length)&&r.splice(0,0,t),(!r.includes(n)||r.length===1)&&r.push(n),r.sort((i,s)=>i-s)}_getTimestampsForTable(){let t=this._cache.all||[];if(t.length)return t;const n=this.getDataTimestamps(),r=this.getLabelTimestamps();return n.length&&r.length?t=this.normalize(n.concat(r)):t=n.length?n:r,t=this._cache.all=t,t}getDecimalForValue(t){return(ul(this._table,t)-this._minPos)/this._tableRange}getValueForPixel(t){const n=this._offsets,r=this.getDecimalForPixel(t)/n.factor-n.end;return ul(this._table,r*this._tableRange+this._minPos,!0)}}pe(dm,"id","timeseries"),pe(dm,"defaults",Jl.defaults);const Ub="label";function fm(e,t){typeof e=="function"?e(t):e&&(e.current=t)}function P$(e,t){const n=e.options;n&&t&&Object.assign(n,t)}function Vb(e,t){e.labels=t}function Wb(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Ub;const r=[];e.datasets=t.map(i=>{const s=e.datasets.find(o=>o[n]===i[n]);return!s||!i.data||r.includes(s)?{...i}:(r.push(s),Object.assign(s,i),s)})}function T$(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Ub;const n={labels:[],datasets:[]};return Vb(n,e.labels),Wb(n,e.datasets,t),n}function M$(e,t){const{height:n=150,width:r=300,redraw:i=!1,datasetIdKey:s,type:o,data:a,options:l,plugins:c=[],fallbackContent:u,updateMode:d,...f}=e,h=z.useRef(null),g=z.useRef(null),m=()=>{h.current&&(g.current=new $c(h.current,{type:o,data:T$(a,s),options:l&&{...l},plugins:c}),fm(t,g.current))},p=()=>{fm(t,null),g.current&&(g.current.destroy(),g.current=null)};return z.useEffect(()=>{!i&&g.current&&l&&P$(g.current,l)},[i,l]),z.useEffect(()=>{!i&&g.current&&Vb(g.current.config.data,a.labels)},[i,a.labels]),z.useEffect(()=>{!i&&g.current&&a.datasets&&Wb(g.current.config.data,a.datasets,s)},[i,a.datasets]),z.useEffect(()=>{g.current&&(i?(p(),setTimeout(m)):g.current.update(d))},[i,l,a.labels,a.datasets,d]),z.useEffect(()=>{g.current&&(p(),setTimeout(m))},[o]),z.useEffect(()=>(m(),()=>p()),[]),z.createElement("canvas",{ref:h,role:"img",height:n,width:r,...f},u)}const $$=z.forwardRef(M$);function Gb(e,t){return $c.register(t),z.forwardRef((n,r)=>z.createElement($$,{...n,ref:r,type:e}))}const j$=Gb("line",_l),D$=Gb("radar",kl);$c.register(Md,jd,Oo,Dr,Al,VM,e$,l$,JM);var Ld={elements:{line:{backgroundColor:"rgba(166, 30, 105, 0.2)",borderColor:"rgba(166, 30, 105, 1)",borderWidth:4},point:{backgroundColor:"rgba(166, 30, 105, 1)",borderColor:"rgba(255,255,255, .9)",borderWidth:2,radius:5,hoverRadius:6,hoverBorderWidth:3}},responsive:!0,maintainAspectRatio:!1,plugins:{legend:{display:!1},tooltip:{mode:"index",intersect:!1}},interaction:{mode:"nearest",axis:"x",intersect:!1}},L$=function(t){var n=t.chart.ctx,r=t.chart.chartArea;if(!r)return"rgba(166, 30, 105, 0.1)";var i=(r.left+r.right)/2,s=(r.top+r.bottom)/2,o=Math.min((r.right-r.left)/2,(r.bottom-r.top)/2),a=n.createRadialGradient(i,s,0,i,s,o);return a.addColorStop(0,"rgba(255, 255, 255, 0.4)"),a.addColorStop(.3,"rgba(255, 255, 255, 0.4)"),a.addColorStop(1,"rgba(166, 30, 105, 0.2)"),a};function hm(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function gm(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?hm(Object(n),!0).forEach(function(r){I$(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):hm(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function I$(e,t,n){return(t=R$(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function R$(e){var t=F$(e,"string");return $s(t)=="symbol"?t:t+""}function F$(e,t){if($s(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if($s(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function $s(e){"@babel/helpers - typeof";return $s=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},$s(e)}function N$(e){var t=new Date(e);return isNaN(t.getTime())?String(e):t.toLocaleString("en-US",{month:"short",day:"numeric"})}var B$=function(){var t,n,r,i,s=Hs(),o=s.data,a=s.isLoading,l=s.isRefetching,c=o==null?void 0:o.mentions,u=c==null||(t=c.mentionedInNumberOfQueries)===null||t===void 0||(t=t.previous)===null||t===void 0?void 0:t.difference,d=c==null?void 0:c.chart,f=Array.isArray(d==null?void 0:d.labels)?d.labels:d!=null&&d.labels&&$s(d.labels)==="object"?Object.values(d.labels):[],h=f.map(function(v){return N$(String(v))}),g=o==null?void 0:o.numberOfQueries;if(!g){var m=0;Array.isArray(d==null?void 0:d.datasets)&&d.datasets.forEach(function(v){Array.isArray(v==null?void 0:v.data)&&v.data.forEach(function(b){typeof b=="number"&&b>m&&(m=b)})}),g=m+2}var p=gm(gm({},Ld),{},{responsive:!0,maintainAspectRatio:!1,scales:{x:{display:!0,title:{display:!1,text:"Date"},grid:{display:!1}},y:{display:!0,title:{display:!1,text:"Number of Mentions"},beginAtZero:!0,max:g,ticks:{stepSize:1}}}});return y.jsx(E.Card,{className:"yst-overflow-visible",children:y.jsxs(E.Card.Content,{className:"yst-space-y-4",children:[y.jsxs("div",{className:"yst-space-y-2",children:[y.jsx(Ta,{title:"Mentions progress",tooltip:"Tracks how your brand mentions have changed over time across the same query set."}),y.jsx(Pa,{score:c==null||(n=c.mentionedInNumberOfQueries)===null||n===void 0?void 0:n.value,total:o==null?void 0:o.numberOfQueries,delta:u,deltaSuffix:"since last scan",suffix:"queries",isLoading:a||l})]}),Array.isArray(d==null||(r=d.datasets)===null||r===void 0?void 0:r.data)&&(d==null||(i=d.datasets)===null||i===void 0?void 0:i.data.length)<2?y.jsx(E.Alert,{variant:"info",children:"Needs multiple analyses before info can be shown."}):y.jsx("div",{className:"yst-h-72",children:y.jsx(j$,{data:function(){var v={labels:h,datasets:[d==null?void 0:d.datasets]};return v}(),options:p})})]})})};function dl(e){var t=e.value,n=t===void 0?"—":t,r=e.label,i=e.tooltip,s=e.className,o=e.borderBottom,a=o===void 0?!1:o,l=e.borderRight,c=l===void 0?!1:l,u=e.delta;return y.jsxs("div",{className:_e("yst-relative yst-flex yst-flex-col yst-items-center yst-gap-1 yst-p-4 yst-text-center",a&&"yst-border-b yst-border-slate-200",c&&"yst-border-r yst-border-slate-200",s),children:[y.jsx("p",{className:"yst-text-2xl yst-font-bold yst-text-slate-900",children:n}),y.jsx("p",{className:"yst-text-tiny yst-text-slate-600",children:r}),typeof u=="number"&&y.jsxs("p",{className:_e("yst-flex yst-items-center yst-gap-1 yst-text-tiny yst-font-bold",ql(u)),children:[u>0?y.jsx(Uv,{}):u<0?y.jsx(Kv,{}):null,u>-1e-6&&"+",u]}),i&&y.jsx(mf,{id:"tooltip-".concat(r.replace(/\s+/g,"-").toLowerCase()),className:"yst-absolute yst-right-2 yst-top-2",children:i})]})}function q$(e){var t=e.children,n=e.className;return y.jsx("div",{className:_e("yst-grid yst-w-full yst-grid-cols-2 yst-gap-0 yst-rounded-lg",n),children:t})}function z$(e){return e>0?"yst-text-green-600":e<0?"yst-text-red-600":"yst-text-slate-500"}function H$(e){var t=e.current,n=e.previous,r=e.className;if(typeof n!="number")return null;var i=t-n,s=i>0,o=i<0,a="".concat(i>0?"+":"").concat(i.toFixed(1),"%");return y.jsxs("div",{className:_e("yst-flex yst-items-center yst-gap-1 yst-text-tiny yst-font-bold",z$(i),r),"aria-label":s?"Visibility increased by ".concat(a):o?"Visibility decreased by ".concat(a):"No change in visibility",children:[s&&y.jsx(Uv,{className:"yst-w-4 yst-h-4"}),o&&y.jsx(Kv,{className:"yst-w-4 yst-h-4"}),a]})}function ra(e){"@babel/helpers - typeof";return ra=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},ra(e)}function ym(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function fl(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?ym(Object(n),!0).forEach(function(r){K$(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ym(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function K$(e,t,n){return(t=U$(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function U$(e){var t=V$(e,"string");return ra(t)=="symbol"?t:t+""}function V$(e,t){if(ra(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(ra(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function W$(){var e,t,n,r,i,s,o,a,l,c,u,d,f,h,g,m,p,v,b,x,S,w,_,C=Wr(),k=C.brandId,O=C.analysisId,A=wc(k,O,{query:{select:function(Ce){var Ae=Ce.data;return Ae},enabled:!!k&&!!O}}),M=A.data,L=A.isLoading,G=M==null||(e=M.analysis)===null||e===void 0?void 0:e.scans,R=Array.isArray(G)&&G.length>0?G.reduce(function(ge,Ce){if(!ge)return Ce;if(!(Ce!=null&&Ce.finishedAt)||!(ge!=null&&ge.finishedAt))return ge;var Ae=new Date(Ce.finishedAt),lt=new Date(ge.finishedAt);return Ae>lt?Ce:ge},void 0):void 0,D=R==null||(t=R.scores)===null||t===void 0?void 0:t.raw,j=R==null||(n=R.scores)===null||n===void 0?void 0:n.standardized,I=20,oe=(r=R==null||(i=R.mentions)===null||i===void 0||(i=i.mentionedInNumberOfQueries)===null||i===void 0?void 0:i.value)!==null&&r!==void 0?r:0,ue=R==null||(s=R.scores)===null||s===void 0||(s=s.standardized)===null||s===void 0||(s=s.awareness)===null||s===void 0||(s=s.previous)===null||s===void 0?void 0:s.difference,B=typeof ue=="number"?ue/I:void 0,Y=(o=R==null||(a=R.citations)===null||a===void 0||(a=a.total)===null||a===void 0?void 0:a.value)!==null&&o!==void 0?o:0,ne=R==null||(l=R.rankings)===null||l===void 0||(l=l.list)===null||l===void 0?void 0:l.find(function(ge){var Ce;return((Ce=ge.brand)===null||Ce===void 0?void 0:Ce.isSelf)===!0}),ae=(c=ne==null||(u=ne.rank)===null||u===void 0?void 0:u.value)!==null&&c!==void 0?c:null,F=ne==null||(d=ne.rank)===null||d===void 0||(d=d.previous)===null||d===void 0?void 0:d.difference,W=typeof F=="number"?F/I:void 0,q=(f=j==null||(h=j.visibility)===null||h===void 0?void 0:h.value)!==null&&f!==void 0?f:0,ce=j==null||(g=j.visibility)===null||g===void 0||(g=g.previous)===null||g===void 0?void 0:g.value,V=(m=j==null||(p=j.ranking)===null||p===void 0?void 0:p.value)!==null&&m!==void 0?m:0,fe=(v=j==null||(b=j.sentiment)===null||b===void 0?void 0:b.value)!==null&&v!==void 0?v:0,he=(x=j==null||(S=j.awareness)===null||S===void 0?void 0:S.value)!==null&&x!==void 0?x:0,Ie={labels:["Mentions","Ranking","Citations","Sentiment"],datasets:[{data:[he,V,Y,fe],backgroundColor:L$,pointBackgroundColor:"rgba(166, 30, 105, 1)"}]},te=fl(fl({},Ld),{},{plugins:fl(fl({},Ld.plugins),{},{tooltip:{mode:"point",intersect:!0,callbacks:{label:function(Ce){var Ae=Ce.label||"",lt=Ce.parsed.r||0;return"".concat(Ae,": ").concat(lt,"%")}}}}),interaction:{mode:"point",intersect:!0},scales:{r:{beginAtZero:!0,min:0,max:100,ticks:{stepSize:20}}}});return y.jsx(E.Card,{className:"yst-overflow-visible md:yst-col-span-2",children:y.jsxs(E.Card.Content,{children:[y.jsx(E.Title,{size:"3",className:"yst-mb-2",children:"AI visibility score"}),y.jsx(Pa,{score:q,total:100,isLoading:L}),y.jsx(H$,{current:q,previous:ce,className:"yst-mb-4"}),y.jsxs("div",{className:"yst-flex yst-flex-col yst-items-center yst-justify-around yst-justify-items-center yst-gap-8 md:yst-flex-row",children:[y.jsxs("div",{className:"yst-radar-chart-container yst-relative yst-aspect-square yst-h-full yst-w-full md:yst-flex md:yst-w-1/2 md:yst-items-center md:yst-justify-center",children:[y.jsx(D$,{data:Ie,options:te}),y.jsx(mf,{id:"tooltip-radar-chart",className:"yst-absolute yst-right-2 yst-top-2",placement:"left",children:"The AI Visibility Index (AIVI) shows how visible your brand is across major AI platforms like ChatGPT, based on mentions, citations, sentiment, and rankings."})]}),y.jsx("div",{className:"yst-mt-6 yst-w-full md:yst-mt-0 md:yst-flex md:yst-w-1/2 md:yst-items-center",children:y.jsxs(q$,{children:[y.jsx(dl,{value:oe,label:"Mentions",tooltip:"Mentions show how often your brand appears in AI-generated answers to the questions we send to LLMs.",borderBottom:!0,borderRight:!0,delta:B}),y.jsx(dl,{value:ae&&y.jsxs(y.Fragment,{children:[ae,ae===1&&" 🏆"]}),label:"Competitor ranking",tooltip:"Ranking shows the position your brand is mentioned in AI-generated answers—whether in a numbered list or the order of appearance in full-text responses.",borderBottom:!0,delta:W}),y.jsx(dl,{value:Y,label:"Citations",tooltip:"Citations are the source links found in AI-generated answers. They form the basis for mentions, sentiment, and ranking insights.",borderRight:!0,delta:D==null||(w=D.citations)===null||w===void 0||(w=w.previous)===null||w===void 0?void 0:w.value}),y.jsx(dl,{value:fe?"".concat(fe,"%"):"—%",label:"Positive sentiment",tooltip:"Sentiment reflects how positively, neutrally, or negatively your brand is mentioned in AI-generated answers, based on the cited sources.",delta:R==null||(_=R.scores)===null||_===void 0||(_=_.standardized)===null||_===void 0||(_=_.sentiment)===null||_===void 0||(_=_.previous)===null||_===void 0?void 0:_.difference})]})})]})]})})}var ti={pending:"pending",processing:"processing",completed:"completed",failed:"failed",cancelled:"cancelled"},Eu=function(){var t=Wr(),n=t.brandId,r=t.analysisId,i=zs({query:{select:function(w){var _=w.data;return _==null?void 0:_.brands}}}),s=i.data,o=i.isLoading,a=Iv(n,{query:{enabled:!!n,select:function(w){var _=w.data;return _}}}),l=a.data,c=a.isLoading,u=wc(n,r,{query:{enabled:!!n&&!!r,select:function(w){var _=w.data;return _==null?void 0:_.analysis}}}),d=u.data,f=u.isLoading,h=(l==null?void 0:l.name)||"your brand",g=eE(l==null?void 0:l.nextScheduledAnalysis),m=d==null?void 0:d.status,p=function(){switch(m){case ti.pending:return{alertContent:y.jsxs("div",{className:"yst-max-w-xl yst-space-y-2",children:[y.jsx("p",{className:"yst-font-medium",children:"Your analysis is scheduled"}),y.jsxs("p",{children:["You've completed the setup for"," ",y.jsx("b",{className:"yst-font-medium",children:h}),". The analysis is scheduled to run on"," ",y.jsx("b",{className:"yst-font-medium",children:g}),". You'll see the results here once it's ready, and we'll also notify you by email."]})]}),alertVariant:"info"};case ti.processing:return{alertContent:y.jsxs(y.Fragment,{children:["You've completed the setup for ",h,". The analysis is now processing. You'll see the results here once it's ready, and we'll also notify you by email."]}),alertVariant:"info"};case ti.failed:return{alertContent:y.jsx(y.Fragment,{children:"Analysis failed. Try restarting the analysis or contact support if the issue persists."}),alertVariant:"danger"};case ti.cancelled:return{alertContent:y.jsx(y.Fragment,{children:"Analysis was cancelled. You can restart the analysis when ready."}),alertVariant:"warning"};case ti.completed:return{alertContent:null};default:return{alertContent:null,alertVariant:"info"}}}(),v=p.alertContent,b=p.alertVariant,x=o||c||f;return x||s&&(s==null?void 0:s.length)>0?y.jsxs("div",{className:"yst-space-y-8",children:[y.jsx(J3,{}),m!==ti.completed&&v&&y.jsx(E.Alert,{className:"md:yst-col-span-2",variant:b,children:v}),x||[ti.completed].includes(m)&&y.jsxs("div",{className:"yst-space-y-4",children:[y.jsxs("div",{className:"yst-flex yst-items-center yst-justify-between",children:[y.jsx(E.Title,{size:"2",children:"Your brand analysis"}),y.jsxs(E.Button,{as:Ur,variant:"secondary",to:"/brand-list",className:_e("yst-gap-1.5"),disabled:!n,children:[y.jsx(Bv,{})," Edit brand list"]})]}),y.jsx("div",{className:"yst-grid yst-grid-cols-1 yst-gap-4 md:yst-grid-cols-2",children:y.jsxs(y.Fragment,{children:[y.jsx(W$,{}),y.jsx(Z3,{}),y.jsx(B$,{}),y.jsx(aA,{}),y.jsx(tA,{}),y.jsx(NE,{}),y.jsx(lA,{})]})})]})]}):y.jsx(CE,{})};function Qb(e){var t=e.children,n=e.description,r=e.title;return y.jsxs(E.Card.Header,{className:"yst-h-auto yst-flex-col yst-items-start yst-gap-0 yst-border-b-[1px] yst-border-b-slate-200 yst-bg-white yst-py-8",children:[r&&y.jsx(E.Title,{className:_e({"yst-mb-3":n||t}),children:r}),n&&y.jsx("p",{children:n}),t]})}var G$=function(){return y.jsx(E.Card,{className:"yst-mb-4",children:y.jsxs(E.Card.Content,{className:"yst-flex yst-flex-col yst-gap-8",children:[y.jsx(E.Title,{size:"2",children:"Query - Best fish restaurant in Nijmegen"}),y.jsxs("div",{children:[y.jsx("p",{children:"AI Response:"}),y.jsx(E.Link,{href:"#todo",children:"Show more"})]}),y.jsxs("div",{children:[y.jsx("p",{children:"Extracted brands:"}),y.jsx(E.Badge,{children:"Example"}),y.jsx(E.Badge,{children:"Example"}),y.jsx(E.Badge,{children:"Example"}),y.jsx(E.Badge,{children:"Example"}),y.jsx(E.Badge,{children:"Example"})]}),y.jsxs(E.Table,{children:[y.jsx(E.Table.Head,{children:y.jsxs(E.Table.Row,{children:[y.jsx(E.Table.Header,{children:"URL"}),y.jsx(E.Table.Header,{children:"Associated brand"})]})}),y.jsxs(E.Table.Body,{children:[y.jsxs(E.Table.Row,{children:[y.jsx(E.Table.Cell,{children:y.jsx(E.Link,{href:"https://example.com",target:"_blank",children:"https://example.com"})}),y.jsx(E.Table.Cell,{children:"Example Brand"})]}),y.jsxs(E.Table.Row,{children:[y.jsx(E.Table.Cell,{children:y.jsx(E.Link,{href:"https://example2.com",target:"_blank",children:"https://example2.com"})}),y.jsx(E.Table.Cell,{children:"Example Brand 2"})]})]})]})]})})},Q$=function(){return y.jsxs(E.Card,{children:[y.jsx(Qb,{title:"Query history"}),y.jsx(E.Card,{className:"yst-mb-4",children:y.jsxs(E.Card.Content,{children:[y.jsxs("p",{className:"yst-mb-8",children:["Manna Fish Restaurant - Analysis performed on:"," ",y.jsx(E.Badge,{children:"2025-04-08 12:31:21"})]}),[0,1,2,3,4].map(function(t){return y.jsx(G$,{},t)})]})})]})},Y$=z.lazy(function(){return Promise.resolve().then(()=>sR)}),X$=z.lazy(function(){return Promise.resolve().then(()=>$R)}),J$=z.lazy(function(){return Promise.resolve().then(()=>LR)}),Z$=z.lazy(function(){return Promise.resolve().then(()=>YR)}),ej=z.lazy(function(){return Promise.resolve().then(()=>dF)}),tj=z.lazy(function(){return Promise.resolve().then(()=>gF)}),nj=new E2({defaultOptions:{queries:{refetchOnWindowFocus:!1,retry:!1,staleTime:1e3*60*5},mutations:{retry:!1}}}),ni=function(){return y.jsx("div",{className:"yst-flex yst-min-h-[200px] yst-items-center yst-justify-center",children:y.jsxs("div",{className:"yst-w-full yst-max-w-md yst-space-y-3",children:[y.jsx(E.SkeletonLoader,{className:"yst-h-8 yst-w-3/4"}),y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-full"}),y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-2/3"})]})})},rj=function(t){var n=t.hideNav,r=n===void 0?!1:n,i=t.disableLayout,s=i===void 0?!1:i,o=t.DebugInfo;return y.jsx(jw,{children:y.jsxs(zt,{element:y.jsx(XO,{hideNav:r,disableLayout:s,DebugInfo:o}),children:[y.jsxs(zt,{path:"/",element:y.jsx(tf,{}),children:[y.jsx(zt,{index:!0,element:y.jsx(Eu,{})}),y.jsx(zt,{path:"brands/:brandId",element:y.jsx(Eu,{})}),y.jsx(zt,{path:"brands/:brandId/analysis/:analysisId",element:y.jsx(Eu,{})}),y.jsx(zt,{path:"/brand-list",element:y.jsx(z.Suspense,{fallback:y.jsx(ni,{}),children:y.jsx(Y$,{})})}),y.jsxs(zt,{path:"/setup",element:y.jsx(z.Suspense,{fallback:y.jsx(ni,{}),children:y.jsx(J$,{})}),children:[y.jsx(zt,{index:!0,element:y.jsx(z.Suspense,{fallback:y.jsx(ni,{}),children:y.jsx(Z$,{})})}),y.jsx(zt,{path:":brandId/queries",element:y.jsx(z.Suspense,{fallback:y.jsx(ni,{}),children:y.jsx(ej,{})})})]}),y.jsx(zt,{path:"/setup/:brandId/analysis",element:y.jsx(z.Suspense,{fallback:y.jsx(ni,{}),children:y.jsx(tj,{})})})]}),y.jsx(zt,{path:"/settings",element:y.jsx(z.Suspense,{fallback:y.jsx(ni,{}),children:y.jsx(X$,{})})}),y.jsx(zt,{path:"/query-history",element:y.jsx(z.Suspense,{fallback:y.jsx(ni,{}),children:y.jsx(Q$,{})})})]})})},ij=function(t){var n=t.DebugInfo;return y.jsxs($2,{client:nj,children:[y.jsx(aO,{children:y.jsx(rj,{DebugInfo:n})}),y.jsx(bC,{initialIsOpen:!1})]})};function sj(e){var t=e.subpath,n=t===void 0?"/":t,r=e.onNavigate,i=hn(),s=en(),o=z.useRef(n),a=z.useRef(null),l=z.useRef(!1),c="".concat(s.pathname).concat(s.search).concat(s.hash),u=z.useCallback(r,[r]);return z.useEffect(function(){if(n===c){o.current=n;return}l.current||n!==o.current&&(o.current=n,a.current=n,l.current=!0,i(n,{replace:!0}),setTimeout(function(){l.current=!1},10))},[n,c,i]),z.useEffect(function(){l.current||c!==n&&c!==a.current&&(a.current=c,u(c))},[c,n,u]),null}function oj(e,t){return uj(e)||cj(e,t)||lj(e,t)||aj()}function aj(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
68
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function lj(e,t){if(e){if(typeof e=="string")return mm(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?mm(e,t):void 0}}function mm(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function cj(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function uj(e){if(Array.isArray(e))return e}var dj=function(t){var n=t.isRtl,r=n===void 0?!1:n,i=t.className,s=t.style,o=t.token,a=o===void 0?"":o,l=t.apiUrl,c=t.DebugInfo,u=t.subpath,d=u===void 0?"/":u,f=t.onNavigate,h=f===void 0?function(){}:f,g=z.useState(!!(a||l)),m=oj(g,2),p=m[0],v=m[1];return z.useEffect(function(){l&&Mv(l),tk(typeof a!="function"?function(){return a}:a),v(!1)},[l,a]),p?y.jsx("div",{className:i,style:s,children:y.jsx(E.Spinner,{})}):y.jsx("div",{className:i,style:s,children:y.jsxs(Mw,{initialEntries:[d||"/"],children:[y.jsx(sj,{subpath:d,onNavigate:h}),y.jsx(E.Root,{context:{isRtl:r},children:y.jsx(ij,{DebugInfo:c})})]})})},fj=e=>e!=null,hj=e=>e.filter(fj);function gj(e){return(...t)=>{for(const n of e)n&&n(...t)}}var Q=e=>typeof e=="function"&&!e.length?e():e,Id=e=>Array.isArray(e)?e:e?[e]:[];function yj(e,...t){return typeof e=="function"?e(...t):e}var mj=we;function pj(e,t,n,r){const i=e.length,s=t.length;let o=0;if(!s){for(;o<i;o++)n(e[o]);return}if(!i){for(;o<s;o++)r(t[o]);return}for(;o<s&&t[o]===e[o];o++);let a,l;t=t.slice(o),e=e.slice(o);for(a of t)e.includes(a)||r(a);for(l of e)t.includes(l)||n(l)}function vj(e){const[t,n]=re(),r=e!=null&&e.throw?(f,h)=>{throw n(f instanceof Error?f:new Error(h)),f}:(f,h)=>{n(f instanceof Error?f:new Error(h))},i=e!=null&&e.api?Array.isArray(e.api)?e.api:[e.api]:[globalThis.localStorage].filter(Boolean),s=e!=null&&e.prefix?`${e.prefix}.`:"",o=new Map,a=new Proxy({},{get(f,h){let g=o.get(h);g||(g=re(void 0,{equals:!1}),o.set(h,g)),g[0]();const m=i.reduce((p,v)=>{if(p!==null||!v)return p;try{return v.getItem(`${s}${h}`)}catch(b){return r(b,`Error reading ${s}${h} from ${v.name}`),null}},null);return m!==null&&(e!=null&&e.deserializer)?e.deserializer(m,h,e.options):m}}),l=(f,h,g)=>{const m=e!=null&&e.serializer?e.serializer(h,f,g!=null?g:e.options):h,p=`${s}${f}`;i.forEach(b=>{try{b.getItem(p)!==m&&b.setItem(p,m)}catch(x){r(x,`Error setting ${s}${f} to ${m} in ${b.name}`)}});const v=o.get(f);v&&v[1]()},c=f=>i.forEach(h=>{try{h.removeItem(`${s}${f}`)}catch(g){r(g,`Error removing ${s}${f} from ${h.name}`)}}),u=()=>i.forEach(f=>{try{f.clear()}catch(h){r(h,`Error clearing ${f.name}`)}}),d=()=>{const f={},h=(g,m)=>{if(!f.hasOwnProperty(g)){const p=m&&(e!=null&&e.deserializer)?e.deserializer(m,g,e.options):m;p&&(f[g]=p)}};return i.forEach(g=>{if(typeof g.getAll=="function"){let m;try{m=g.getAll()}catch(p){r(p,`Error getting all values from in ${g.name}`)}for(const p of m)h(p,m[p])}else{let m=0,p;try{for(;p=g.key(m++);)f.hasOwnProperty(p)||h(p,g.getItem(p))}catch(v){r(v,`Error getting all values from ${g.name}`)}}}),f};return(e==null?void 0:e.sync)!==!1&&ur(()=>{const f=h=>{var m;let g=!1;i.forEach(p=>{try{p!==h.storageArea&&h.key&&h.newValue!==p.getItem(h.key)&&(h.newValue?p.setItem(h.key,h.newValue):p.removeItem(h.key),g=!0)}catch(v){r(v,`Error synching api ${p.name} from storage event (${h.key}=${h.newValue})`)}}),g&&h.key&&((m=o.get(h.key))==null||m[1]())};"addEventListener"in globalThis?(globalThis.addEventListener("storage",f),we(()=>globalThis.removeEventListener("storage",f))):(i.forEach(h=>{var g;return(g=h.addEventListener)==null?void 0:g.call(h,"storage",f)}),we(()=>i.forEach(h=>{var g;return(g=h.removeEventListener)==null?void 0:g.call(h,"storage",f)})))}),[a,l,{clear:u,error:t,remove:c,toJSON:d}]}var Yb=vj,bj=e=>(typeof e.clear=="function"||(e.clear=()=>{let t;for(;t=e.key(0);)e.removeItem(t)}),e),pm=e=>{if(!e)return"";let t="";for(const n in e){if(!e.hasOwnProperty(n))continue;const r=e[n];t+=r instanceof Date?`; ${n}=${r.toUTCString()}`:typeof r=="boolean"?`; ${n}`:`; ${n}=${r}`}return t},rn=bj({_cookies:[globalThis.document,"cookie"],getItem:e=>{var t,n;return(n=(t=rn._cookies[0][rn._cookies[1]].match("(^|;)\\s*"+e+"\\s*=\\s*([^;]+)"))==null?void 0:t.pop())!=null?n:null},setItem:(e,t,n)=>{const r=rn.getItem(e);rn._cookies[0][rn._cookies[1]]=`${e}=${t}${pm(n)}`;const i=Object.assign(new Event("storage"),{key:e,oldValue:r,newValue:t,url:globalThis.document.URL,storageArea:rn});window.dispatchEvent(i)},removeItem:e=>{rn._cookies[0][rn._cookies[1]]=`${e}=deleted${pm({expires:new Date(0)})}`},key:e=>{let t=null,n=0;return rn._cookies[0][rn._cookies[1]].replace(/(?:^|;)\s*(.+?)\s*=\s*[^;]+/g,(r,i)=>(!t&&i&&n++===e&&(t=i),"")),t},get length(){let e=0;return rn._cookies[0][rn._cookies[1]].replace(/(?:^|;)\s*.+?\s*=\s*[^;]+/g,t=>(e+=t?1:0,"")),e}}),xj=1024,Ti=796,Df=700,wj="bottom-right",Rd="bottom",Xb="system",Sj=!1,Jb=500,Cj=500,Zb=500,_j=Object.keys(sd)[0],vm=1,kj=Object.keys(od)[0],Lf=pt({client:void 0,onlineManager:void 0,queryFlavor:"",version:"",shadowDOMTarget:void 0});function ye(){return vt(Lf)}var e1=pt(void 0),t1=e=>{const[t,n]=re(null),r=()=>{const o=t();o!=null&&(o.close(),n(null))},i=(o,a)=>{if(t()!=null)return;const l=window.open("","TSQD-Devtools-Panel",`width=${o},height=${a},popup`);if(!l)throw new Error("Failed to open popup. Please allow popups for this site to view the devtools in picture-in-picture mode.");l.document.head.innerHTML="",l.document.body.innerHTML="",wS(l.document),l.document.title="TanStack Query Devtools",l.document.body.style.margin="0",l.addEventListener("pagehide",()=>{e.setLocalStore("pip_open","false"),n(null)}),[...(ye().shadowDOMTarget||document).styleSheets].forEach(c=>{try{const u=[...c.cssRules].map(g=>g.cssText).join(""),d=document.createElement("style"),f=c.ownerNode;let h="";f&&"id"in f&&(h=f.id),h&&d.setAttribute("id",h),d.textContent=u,l.document.head.appendChild(d)}catch(u){const d=document.createElement("link");if(c.href==null)return;d.rel="stylesheet",d.type=c.type,d.media=c.media.toString(),d.href=c.href,l.document.head.appendChild(d)}}),fc(["focusin","focusout","pointermove","keydown","pointerdown","pointerup","click","mousedown","input"],l.document),e.setLocalStore("pip_open","true"),n(l)};xe(()=>{var a;((a=e.localStore.pip_open)!=null?a:"false")==="true"&&!e.disabled&&i(Number(window.innerWidth),Number(e.localStore.height||Cj))}),xe(()=>{const o=(ye().shadowDOMTarget||document).querySelector("#_goober"),a=t();if(o&&a){const l=new MutationObserver(()=>{const c=(ye().shadowDOMTarget||a.document).querySelector("#_goober");c&&(c.textContent=o.textContent)});l.observe(o,{childList:!0,subtree:!0,characterDataOldValue:!0}),we(()=>{l.disconnect()})}});const s=H(()=>{var o;return{pipWindow:t(),requestPipWindow:i,closePipWindow:r,disabled:(o=e.disabled)!=null?o:!1}});return T(e1.Provider,{value:s,get children(){return e.children}})},If=()=>H(()=>{const t=vt(e1);if(!t)throw new Error("usePiPWindow must be used within a PiPProvider");return t()}),Rf=pt(()=>"dark");function mt(){return vt(Rf)}var n1={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",Ấ:"A",Ắ:"A",Ẳ:"A",Ẵ:"A",Ặ:"A",Æ:"AE",Ầ:"A",Ằ:"A",Ȃ:"A",Ç:"C",Ḉ:"C",È:"E",É:"E",Ê:"E",Ë:"E",Ế:"E",Ḗ:"E",Ề:"E",Ḕ:"E",Ḝ:"E",Ȇ:"E",Ì:"I",Í:"I",Î:"I",Ï:"I",Ḯ:"I",Ȋ:"I",Ð:"D",Ñ:"N",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",Ố:"O",Ṍ:"O",Ṓ:"O",Ȏ:"O",Ù:"U",Ú:"U",Û:"U",Ü:"U",Ý:"Y",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",ấ:"a",ắ:"a",ẳ:"a",ẵ:"a",ặ:"a",æ:"ae",ầ:"a",ằ:"a",ȃ:"a",ç:"c",ḉ:"c",è:"e",é:"e",ê:"e",ë:"e",ế:"e",ḗ:"e",ề:"e",ḕ:"e",ḝ:"e",ȇ:"e",ì:"i",í:"i",î:"i",ï:"i",ḯ:"i",ȋ:"i",ð:"d",ñ:"n",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",ố:"o",ṍ:"o",ṓ:"o",ȏ:"o",ù:"u",ú:"u",û:"u",ü:"u",ý:"y",ÿ:"y",Ā:"A",ā:"a",Ă:"A",ă:"a",Ą:"A",ą:"a",Ć:"C",ć:"c",Ĉ:"C",ĉ:"c",Ċ:"C",ċ:"c",Č:"C",č:"c",C̆:"C",c̆:"c",Ď:"D",ď:"d",Đ:"D",đ:"d",Ē:"E",ē:"e",Ĕ:"E",ĕ:"e",Ė:"E",ė:"e",Ę:"E",ę:"e",Ě:"E",ě:"e",Ĝ:"G",Ǵ:"G",ĝ:"g",ǵ:"g",Ğ:"G",ğ:"g",Ġ:"G",ġ:"g",Ģ:"G",ģ:"g",Ĥ:"H",ĥ:"h",Ħ:"H",ħ:"h",Ḫ:"H",ḫ:"h",Ĩ:"I",ĩ:"i",Ī:"I",ī:"i",Ĭ:"I",ĭ:"i",Į:"I",į:"i",İ:"I",ı:"i",IJ:"IJ",ij:"ij",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",Ḱ:"K",ḱ:"k",K̆:"K",k̆:"k",Ĺ:"L",ĺ:"l",Ļ:"L",ļ:"l",Ľ:"L",ľ:"l",Ŀ:"L",ŀ:"l",Ł:"l",ł:"l",Ḿ:"M",ḿ:"m",M̆:"M",m̆:"m",Ń:"N",ń:"n",Ņ:"N",ņ:"n",Ň:"N",ň:"n",ʼn:"n",N̆:"N",n̆:"n",Ō:"O",ō:"o",Ŏ:"O",ŏ:"o",Ő:"O",ő:"o",Œ:"OE",œ:"oe",P̆:"P",p̆:"p",Ŕ:"R",ŕ:"r",Ŗ:"R",ŗ:"r",Ř:"R",ř:"r",R̆:"R",r̆:"r",Ȓ:"R",ȓ:"r",Ś:"S",ś:"s",Ŝ:"S",ŝ:"s",Ş:"S",Ș:"S",ș:"s",ş:"s",Š:"S",š:"s",Ţ:"T",ţ:"t",ț:"t",Ț:"T",Ť:"T",ť:"t",Ŧ:"T",ŧ:"t",T̆:"T",t̆:"t",Ũ:"U",ũ:"u",Ū:"U",ū:"u",Ŭ:"U",ŭ:"u",Ů:"U",ů:"u",Ű:"U",ű:"u",Ų:"U",ų:"u",Ȗ:"U",ȗ:"u",V̆:"V",v̆:"v",Ŵ:"W",ŵ:"w",Ẃ:"W",ẃ:"w",X̆:"X",x̆:"x",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Y̆:"Y",y̆:"y",Ź:"Z",ź:"z",Ż:"Z",ż:"z",Ž:"Z",ž:"z",ſ:"s",ƒ:"f",Ơ:"O",ơ:"o",Ư:"U",ư:"u",Ǎ:"A",ǎ:"a",Ǐ:"I",ǐ:"i",Ǒ:"O",ǒ:"o",Ǔ:"U",ǔ:"u",Ǖ:"U",ǖ:"u",Ǘ:"U",ǘ:"u",Ǚ:"U",ǚ:"u",Ǜ:"U",ǜ:"u",Ứ:"U",ứ:"u",Ṹ:"U",ṹ:"u",Ǻ:"A",ǻ:"a",Ǽ:"AE",ǽ:"ae",Ǿ:"O",ǿ:"o",Þ:"TH",þ:"th",Ṕ:"P",ṕ:"p",Ṥ:"S",ṥ:"s",X́:"X",x́:"x",Ѓ:"Г",ѓ:"г",Ќ:"К",ќ:"к",A̋:"A",a̋:"a",E̋:"E",e̋:"e",I̋:"I",i̋:"i",Ǹ:"N",ǹ:"n",Ồ:"O",ồ:"o",Ṑ:"O",ṑ:"o",Ừ:"U",ừ:"u",Ẁ:"W",ẁ:"w",Ỳ:"Y",ỳ:"y",Ȁ:"A",ȁ:"a",Ȅ:"E",ȅ:"e",Ȉ:"I",ȉ:"i",Ȍ:"O",ȍ:"o",Ȑ:"R",ȑ:"r",Ȕ:"U",ȕ:"u",B̌:"B",b̌:"b",Č̣:"C",č̣:"c",Ê̌:"E",ê̌:"e",F̌:"F",f̌:"f",Ǧ:"G",ǧ:"g",Ȟ:"H",ȟ:"h",J̌:"J",ǰ:"j",Ǩ:"K",ǩ:"k",M̌:"M",m̌:"m",P̌:"P",p̌:"p",Q̌:"Q",q̌:"q",Ř̩:"R",ř̩:"r",Ṧ:"S",ṧ:"s",V̌:"V",v̌:"v",W̌:"W",w̌:"w",X̌:"X",x̌:"x",Y̌:"Y",y̌:"y",A̧:"A",a̧:"a",B̧:"B",b̧:"b",Ḑ:"D",ḑ:"d",Ȩ:"E",ȩ:"e",Ɛ̧:"E",ɛ̧:"e",Ḩ:"H",ḩ:"h",I̧:"I",i̧:"i",Ɨ̧:"I",ɨ̧:"i",M̧:"M",m̧:"m",O̧:"O",o̧:"o",Q̧:"Q",q̧:"q",U̧:"U",u̧:"u",X̧:"X",x̧:"x",Z̧:"Z",z̧:"z"},Oj=Object.keys(n1).join("|"),Ej=new RegExp(Oj,"g");function Aj(e){return e.replace(Ej,t=>n1[t])}var It={CASE_SENSITIVE_EQUAL:7,EQUAL:6,STARTS_WITH:5,WORD_STARTS_WITH:4,CONTAINS:3,ACRONYM:2,MATCHES:1,NO_MATCH:0};function bm(e,t,n){var r;if(n=n||{},n.threshold=(r=n.threshold)!=null?r:It.MATCHES,!n.accessors){const o=xm(e,t,n);return{rankedValue:e,rank:o,accessorIndex:-1,accessorThreshold:n.threshold,passed:o>=n.threshold}}const i=$j(e,n.accessors),s={rankedValue:e,rank:It.NO_MATCH,accessorIndex:-1,accessorThreshold:n.threshold,passed:!1};for(let o=0;o<i.length;o++){const a=i[o];let l=xm(a.itemValue,t,n);const{minRanking:c,maxRanking:u,threshold:d=n.threshold}=a.attributes;l<c&&l>=It.MATCHES?l=c:l>u&&(l=u),l=Math.min(l,u),l>=d&&l>s.rank&&(s.rank=l,s.passed=!0,s.accessorIndex=o,s.accessorThreshold=d,s.rankedValue=a.itemValue)}return s}function xm(e,t,n){return e=wm(e,n),t=wm(t,n),t.length>e.length?It.NO_MATCH:e===t?It.CASE_SENSITIVE_EQUAL:(e=e.toLowerCase(),t=t.toLowerCase(),e===t?It.EQUAL:e.startsWith(t)?It.STARTS_WITH:e.includes(` ${t}`)?It.WORD_STARTS_WITH:e.includes(t)?It.CONTAINS:t.length===1?It.NO_MATCH:Pj(e).includes(t)?It.ACRONYM:Tj(e,t))}function Pj(e){let t="";return e.split(" ").forEach(r=>{r.split("-").forEach(s=>{t+=s.substr(0,1)})}),t}function Tj(e,t){let n=0,r=0;function i(l,c,u){for(let d=u,f=c.length;d<f;d++)if(c[d]===l)return n+=1,d+1;return-1}function s(l){const c=1/l,u=n/t.length;return It.MATCHES+u*c}const o=i(t[0],e,0);if(o<0)return It.NO_MATCH;r=o;for(let l=1,c=t.length;l<c;l++){const u=t[l];if(r=i(u,e,r),!(r>-1))return It.NO_MATCH}const a=r-o;return s(a)}function wm(e,t){let{keepDiacritics:n}=t;return e=`${e}`,n||(e=Aj(e)),e}function Mj(e,t){let n=t;typeof t=="object"&&(n=t.accessor);const r=n(e);return r==null?[]:Array.isArray(r)?r:[String(r)]}function $j(e,t){const n=[];for(let r=0,i=t.length;r<i;r++){const s=t[r],o=jj(s),a=Mj(e,s);for(let l=0,c=a.length;l<c;l++)n.push({itemValue:a[l],attributes:o})}return n}var Sm={maxRanking:1/0,minRanking:-1/0};function jj(e){return typeof e=="function"?Sm:{...Sm,...e}}var Dj={data:""},Lj=e=>typeof window=="object"?((e?e.querySelector("#_goober"):window._goober)||Object.assign((e||document.head).appendChild(document.createElement("style")),{innerHTML:" ",id:"_goober"})).firstChild:e||Dj,Ij=/(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}\s*)/g,Rj=/\/\*[^]*?\*\/| +/g,Cm=/\n+/g,oi=(e,t)=>{let n="",r="",i="";for(let s in e){let o=e[s];s[0]=="@"?s[1]=="i"?n=s+" "+o+";":r+=s[1]=="f"?oi(o,s):s+"{"+oi(o,s[1]=="k"?"":t)+"}":typeof o=="object"?r+=oi(o,t?t.replace(/([^,])+/g,a=>s.replace(/([^,]*:\S+\([^)]*\))|([^,])+/g,l=>/&/.test(l)?l.replace(/&/g,a):a?a+" "+l:l)):s):o!=null&&(s=/^--/.test(s)?s:s.replace(/[A-Z]/g,"-$&").toLowerCase(),i+=oi.p?oi.p(s,o):s+":"+o+";")}return n+(t&&i?t+"{"+i+"}":i)+r},Wn={},r1=e=>{if(typeof e=="object"){let t="";for(let n in e)t+=n+r1(e[n]);return t}return e},Fj=(e,t,n,r,i)=>{let s=r1(e),o=Wn[s]||(Wn[s]=(l=>{let c=0,u=11;for(;c<l.length;)u=101*u+l.charCodeAt(c++)>>>0;return"go"+u})(s));if(!Wn[o]){let l=s!==e?e:(c=>{let u,d,f=[{}];for(;u=Ij.exec(c.replace(Rj,""));)u[4]?f.shift():u[3]?(d=u[3].replace(Cm," ").trim(),f.unshift(f[0][d]=f[0][d]||{})):f[0][u[1]]=u[2].replace(Cm," ").trim();return f[0]})(e);Wn[o]=oi(i?{["@keyframes "+o]:l}:l,n?"":"."+o)}let a=n&&Wn.g?Wn.g:null;return n&&(Wn.g=Wn[o]),((l,c,u,d)=>{d?c.data=c.data.replace(d,l):c.data.indexOf(l)===-1&&(c.data=u?l+c.data:c.data+l)})(Wn[o],t,r,a),o},Nj=(e,t,n)=>e.reduce((r,i,s)=>{let o=t[s];if(o&&o.call){let a=o(n),l=a&&a.props&&a.props.className||/^go/.test(a)&&a;o=l?"."+l:a&&typeof a=="object"?a.props?"":oi(a,""):a===!1?"":a}return r+i+(o==null?"":o)},"");function $e(e){let t=this||{},n=e.call?e(t.p):e;return Fj(n.unshift?n.raw?Nj(n,[].slice.call(arguments,1),t.p):n.reduce((r,i)=>Object.assign(r,i&&i.call?i(t.p):i),{}):n,Lj(t.target),t.g,t.o,t.k)}$e.bind({g:1});$e.bind({k:1});function i1(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=i1(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function se(){for(var e,t,n=0,r="",i=arguments.length;n<i;n++)(e=arguments[n])&&(t=i1(e))&&(r&&(r+=" "),r+=t);return r}function Bj(e,t){const n=st(e),{onChange:r}=t;let i=new Set(t.appear?void 0:n);const s=new WeakSet,[o,a]=re([],{equals:!1}),[l]=J2(),c=d=>{a(f=>(f.push.apply(f,d),f));for(const f of d)s.delete(f)},u=(d,f,h)=>d.splice(h,0,f);return H(d=>{const f=o(),h=e();if(h[cc],st(l))return l(),d;if(f.length){const g=d.filter(m=>!f.includes(m));return f.length=0,r({list:g,added:[],removed:[],unchanged:g,finishRemoved:c}),g}return st(()=>{const g=new Set(h),m=h.slice(),p=[],v=[],b=[];for(const S of h)(i.has(S)?b:p).push(S);let x=!p.length;for(let S=0;S<d.length;S++){const w=d[S];g.has(w)||(s.has(w)||(v.push(w),s.add(w)),u(m,w,S)),x&&w!==m[S]&&(x=!1)}return!v.length&&x?d:(r({list:m,added:p,removed:v,unchanged:b,finishRemoved:c}),i=g,m)})},t.appear?[]:n.slice())}function Mt(...e){return gj(e)}var _m=e=>e instanceof Element;function Fd(e,t){if(t(e))return e;if(typeof e=="function"&&!e.length)return Fd(e(),t);if(Array.isArray(e)){const n=[];for(const r of e){const i=Fd(r,t);i&&(Array.isArray(i)?n.push.apply(n,i):n.push(i))}return n.length?n:null}return null}function qj(e,t=_m,n=_m){const r=H(e),i=H(()=>Fd(r(),t));return i.toArray=()=>{const s=i();return Array.isArray(s)?s:s?[s]:[]},i}function zj(e){return H(()=>{const t=e.name||"s";return{enterActive:(e.enterActiveClass||t+"-enter-active").split(" "),enter:(e.enterClass||t+"-enter").split(" "),enterTo:(e.enterToClass||t+"-enter-to").split(" "),exitActive:(e.exitActiveClass||t+"-exit-active").split(" "),exit:(e.exitClass||t+"-exit").split(" "),exitTo:(e.exitToClass||t+"-exit-to").split(" "),move:(e.moveClass||t+"-move").split(" ")}})}function s1(e){requestAnimationFrame(()=>requestAnimationFrame(e))}function Hj(e,t,n,r){const{onBeforeEnter:i,onEnter:s,onAfterEnter:o}=t;i==null||i(n),n.classList.add(...e.enter),n.classList.add(...e.enterActive),queueMicrotask(()=>{if(!n.parentNode)return r==null?void 0:r();s==null||s(n,()=>a())}),s1(()=>{n.classList.remove(...e.enter),n.classList.add(...e.enterTo),(!s||s.length<2)&&(n.addEventListener("transitionend",a),n.addEventListener("animationend",a))});function a(l){(!l||l.target===n)&&(n.removeEventListener("transitionend",a),n.removeEventListener("animationend",a),n.classList.remove(...e.enterActive),n.classList.remove(...e.enterTo),o==null||o(n))}}function Kj(e,t,n,r){const{onBeforeExit:i,onExit:s,onAfterExit:o}=t;if(!n.parentNode)return r==null?void 0:r();i==null||i(n),n.classList.add(...e.exit),n.classList.add(...e.exitActive),s==null||s(n,()=>a()),s1(()=>{n.classList.remove(...e.exit),n.classList.add(...e.exitTo),(!s||s.length<2)&&(n.addEventListener("transitionend",a),n.addEventListener("animationend",a))});function a(l){(!l||l.target===n)&&(r==null||r(),n.removeEventListener("transitionend",a),n.removeEventListener("animationend",a),n.classList.remove(...e.exitActive),n.classList.remove(...e.exitTo),o==null||o(n))}}var km=e=>{const t=zj(e);return Bj(qj(()=>e.children).toArray,{appear:e.appear,onChange({added:n,removed:r,finishRemoved:i,list:s}){const o=t();for(const l of n)Hj(o,e,l);const a=[];for(const l of s)l.isConnected&&(l instanceof HTMLElement||l instanceof SVGElement)&&a.push({el:l,rect:l.getBoundingClientRect()});queueMicrotask(()=>{const l=[];for(const{el:c,rect:u}of a)if(c.isConnected){const d=c.getBoundingClientRect(),f=u.left-d.left,h=u.top-d.top;(f||h)&&(c.style.transform=`translate(${f}px, ${h}px)`,c.style.transitionDuration="0s",l.push(c))}document.body.offsetHeight;for(const c of l){let u=function(d){(d.target===c||/transform$/.test(d.propertyName))&&(c.removeEventListener("transitionend",u),c.classList.remove(...o.move))};c.classList.add(...o.move),c.style.transform=c.style.transitionDuration="",c.addEventListener("transitionend",u)}});for(const l of r)Kj(o,e,l,()=>i([l]))}})},Au=Symbol("fallback");function Om(e){for(const t of e)t.dispose()}function Uj(e,t,n,r={}){const i=new Map;return we(()=>Om(i.values())),()=>{const o=e()||[];return o[cc],st(()=>{var u,d;if(!o.length)return Om(i.values()),i.clear(),r.fallback?[or(h=>(i.set(Au,{dispose:h}),r.fallback()))]:[];const a=new Array(o.length),l=i.get(Au);if(!i.size||l){l==null||l.dispose(),i.delete(Au);for(let f=0;f<o.length;f++){const h=o[f],g=t(h,f);s(a,h,f,g)}return a}const c=new Set(i.keys());for(let f=0;f<o.length;f++){const h=o[f],g=t(h,f);c.delete(g);const m=i.get(g);m?(a[f]=m.mapped,(u=m.setIndex)==null||u.call(m,f),m.setItem(()=>h)):s(a,h,f,g)}for(const f of c)(d=i.get(f))==null||d.dispose(),i.delete(f);return a})};function s(o,a,l,c){or(u=>{const[d,f]=re(a),h={setItem:f,dispose:u};if(n.length>1){const[g,m]=re(l);h.setIndex=m,h.mapped=n(d,g)}else h.mapped=n(d);i.set(c,h),o[l]=h.mapped})}}function Zl(e){const{by:t}=e;return H(Uj(()=>e.each,typeof t=="function"?t:n=>n[t],e.children,"fallback"in e?{fallback:()=>e.fallback}:void 0))}function Vj(e,t,n,r){return e.addEventListener(t,n,r),mj(e.removeEventListener.bind(e,t,n,r))}function Wj(e,t,n,r){const i=()=>{Id(Q(e)).forEach(s=>{s&&Id(Q(t)).forEach(o=>Vj(s,o,n,r))})};typeof e=="function"?xe(i):be(i)}function Gj(e,t){const n=new ResizeObserver(e);return we(n.disconnect.bind(n)),{observe:r=>n.observe(r,t),unobserve:n.unobserve.bind(n)}}function o1(e,t,n){const r=new WeakMap,{observe:i,unobserve:s}=Gj(o=>{for(const a of o){const{contentRect:l,target:c}=a,u=Math.round(l.width),d=Math.round(l.height),f=r.get(c);(!f||f.width!==u||f.height!==d)&&(t(l,c,a),r.set(c,{width:u,height:d}))}},n);xe(o=>{const a=hj(Id(Q(e)));return pj(a,o,i,s),a},[])}var Qj=/((?:--)?(?:\w+-?)+)\s*:\s*([^;]*)/g;function Em(e){const t={};let n;for(;n=Qj.exec(e);)t[n[1]]=n[2];return t}function Lc(e,t){if(typeof e=="string"){if(typeof t=="string")return`${e};${t}`;e=Em(e)}else typeof t=="string"&&(t=Em(t));return{...e,...t}}function Yj(e,t,n=-1){return n in e?[...e.slice(0,n),t,...e.slice(n)]:[...e,t]}function Nd(e,t){const n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function Xj(e){return typeof e=="number"}function Ki(e){return Object.prototype.toString.call(e)==="[object String]"}function Jj(e){return typeof e=="function"}function Da(e){return t=>`${e()}-${t}`}function dn(e,t){return e?e===t||e.contains(t):!1}function Eo(e,t=!1){const{activeElement:n}=Nn(e);if(!(n!=null&&n.nodeName))return null;if(a1(n)&&n.contentDocument)return Eo(n.contentDocument.body,t);if(t){const r=n.getAttribute("aria-activedescendant");if(r){const i=Nn(n).getElementById(r);if(i)return i}}return n}function Zj(e){return Nn(e).defaultView||window}function Nn(e){return e?e.ownerDocument||e:document}function a1(e){return e.tagName==="IFRAME"}var Ff=(e=>(e.Escape="Escape",e.Enter="Enter",e.Tab="Tab",e.Space=" ",e.ArrowDown="ArrowDown",e.ArrowLeft="ArrowLeft",e.ArrowRight="ArrowRight",e.ArrowUp="ArrowUp",e.End="End",e.Home="Home",e.PageDown="PageDown",e.PageUp="PageUp",e))(Ff||{});function Nf(e){var t;return typeof window!="undefined"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)==null?void 0:t.platform)||window.navigator.platform):!1}function Ic(){return Nf(/^Mac/i)}function e4(){return Nf(/^iPhone/i)}function t4(){return Nf(/^iPad/i)||Ic()&&navigator.maxTouchPoints>1}function n4(){return e4()||t4()}function r4(){return Ic()||n4()}function et(e,t){return t&&(Jj(t)?t(e):t[0](t[1],e)),e==null?void 0:e.defaultPrevented}function gt(e){return t=>{for(const n of e)et(t,n)}}function i4(e){return Ic()?e.metaKey&&!e.ctrlKey:e.ctrlKey&&!e.metaKey}function Ct(e){if(e)if(s4())e.focus({preventScroll:!0});else{const t=o4(e);e.focus(),a4(t)}}var hl=null;function s4(){if(hl==null){hl=!1;try{document.createElement("div").focus({get preventScroll(){return hl=!0,!0}})}catch(e){}}return hl}function o4(e){let t=e.parentNode;const n=[],r=document.scrollingElement||document.documentElement;for(;t instanceof HTMLElement&&t!==r;)(t.offsetHeight<t.scrollHeight||t.offsetWidth<t.scrollWidth)&&n.push({element:t,scrollTop:t.scrollTop,scrollLeft:t.scrollLeft}),t=t.parentNode;return r instanceof HTMLElement&&n.push({element:r,scrollTop:r.scrollTop,scrollLeft:r.scrollLeft}),n}function a4(e){for(const{element:t,scrollTop:n,scrollLeft:r}of e)t.scrollTop=n,t.scrollLeft=r}var l1=["input:not([type='hidden']):not([disabled])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","[tabindex]","iframe","object","embed","audio[controls]","video[controls]","[contenteditable]:not([contenteditable='false'])"],l4=[...l1,'[tabindex]:not([tabindex="-1"]):not([disabled])'],Bf=l1.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])",c4=l4.join(':not([hidden]):not([tabindex="-1"]),');function c1(e,t){const r=Array.from(e.querySelectorAll(Bf)).filter(Am);return t&&Am(e)&&r.unshift(e),r.forEach((i,s)=>{if(a1(i)&&i.contentDocument){const o=i.contentDocument.body,a=c1(o,!1);r.splice(s,1,...a)}}),r}function Am(e){return u1(e)&&!u4(e)}function u1(e){return e.matches(Bf)&&qf(e)}function u4(e){return parseInt(e.getAttribute("tabindex")||"0",10)<0}function qf(e,t){return e.nodeName!=="#comment"&&d4(e)&&f4(e,t)&&(!e.parentElement||qf(e.parentElement,e))}function d4(e){if(!(e instanceof HTMLElement)&&!(e instanceof SVGElement))return!1;const{display:t,visibility:n}=e.style;let r=t!=="none"&&n!=="hidden"&&n!=="collapse";if(r){if(!e.ownerDocument.defaultView)return r;const{getComputedStyle:i}=e.ownerDocument.defaultView,{display:s,visibility:o}=i(e);r=s!=="none"&&o!=="hidden"&&o!=="collapse"}return r}function f4(e,t){return!e.hasAttribute("hidden")&&(e.nodeName==="DETAILS"&&t&&t.nodeName!=="SUMMARY"?e.hasAttribute("open"):!0)}function h4(e,t,n){const r=t!=null&&t.tabbable?c4:Bf,i=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode(s){var o;return(o=t==null?void 0:t.from)!=null&&o.contains(s)?NodeFilter.FILTER_REJECT:s.matches(r)&&qf(s)&&(!(t!=null&&t.accept)||t.accept(s))?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});return t!=null&&t.from&&(i.currentNode=t.from),i}function Pm(e){for(;e&&!g4(e);)e=e.parentElement;return e||document.scrollingElement||document.documentElement}function g4(e){const t=window.getComputedStyle(e);return/(auto|scroll)/.test(t.overflow+t.overflowX+t.overflowY)}function y4(){}function m4(e,t){const[n,r]=e;let i=!1;const s=t.length;for(let o=s,a=0,l=o-1;a<o;l=a++){const[c,u]=t[a],[d,f]=t[l],[,h]=t[l===0?o-1:l-1]||[0,0],g=(u-f)*(n-c)-(c-d)*(r-u);if(f<u){if(r>=f&&r<u){if(g===0)return!0;g>0&&(r===f?r>h&&(i=!i):i=!i)}}else if(u<f){if(r>u&&r<=f){if(g===0)return!0;g<0&&(r===f?r<h&&(i=!i):i=!i)}}else if(r==u&&(n>=d&&n<=c||n>=c&&n<=d))return!0}return i}function Be(e,t){return Oe(e,t)}var ho=new Map,Tm=new Set;function Mm(){if(typeof window=="undefined")return;const e=n=>{if(!n.target)return;let r=ho.get(n.target);r||(r=new Set,ho.set(n.target,r),n.target.addEventListener("transitioncancel",t)),r.add(n.propertyName)},t=n=>{if(!n.target)return;const r=ho.get(n.target);if(r&&(r.delete(n.propertyName),r.size===0&&(n.target.removeEventListener("transitioncancel",t),ho.delete(n.target)),ho.size===0)){for(const i of Tm)i();Tm.clear()}};document.body.addEventListener("transitionrun",e),document.body.addEventListener("transitionend",t)}typeof document!="undefined"&&(document.readyState!=="loading"?Mm():document.addEventListener("DOMContentLoaded",Mm));function Bd(e,t){const n=$m(e,t,"left"),r=$m(e,t,"top"),i=t.offsetWidth,s=t.offsetHeight;let o=e.scrollLeft,a=e.scrollTop;const l=o+e.offsetWidth,c=a+e.offsetHeight;n<=o?o=n:n+i>l&&(o+=n+i-l),r<=a?a=r:r+s>c&&(a+=r+s-c),e.scrollLeft=o,e.scrollTop=a}function $m(e,t,n){const r=n==="left"?"offsetLeft":"offsetTop";let i=0;for(;t.offsetParent&&(i+=t[r],t.offsetParent!==e);){if(t.offsetParent.contains(e)){i-=e[r];break}t=t.offsetParent}return i}function p4(e,t){var n,r;if(document.contains(e)){const i=document.scrollingElement||document.documentElement;if(window.getComputedStyle(i).overflow==="hidden"){let o=Pm(e);for(;e&&o&&e!==i&&o!==i;)Bd(o,e),e=o,o=Pm(e)}else{const{left:o,top:a}=e.getBoundingClientRect();(n=e==null?void 0:e.scrollIntoView)==null||n.call(e,{block:"nearest"});const{left:l,top:c}=e.getBoundingClientRect();(Math.abs(o-l)>1||Math.abs(a-c)>1)&&((r=e.scrollIntoView)==null||r.call(e,{block:"nearest"}))}}}var d1={border:"0",clip:"rect(0 0 0 0)","clip-path":"inset(50%)",height:"1px",margin:"0 -1px -1px 0",overflow:"hidden",padding:"0",position:"absolute",width:"1px","white-space":"nowrap"};function fn(e){return t=>(e(t),()=>e(void 0))}function Rc(e,t){const[n,r]=re(jm(t==null?void 0:t()));return xe(()=>{var i;r(((i=e())==null?void 0:i.tagName.toLowerCase())||jm(t==null?void 0:t()))}),n}function jm(e){return Ki(e)?e:void 0}function nt(e){const[t,n]=Ve(e,["as"]);if(!t.as)throw new Error("[kobalte]: Polymorphic is missing the required `as` prop.");return T($S,Oe(n,{get component(){return t.as}}))}var v4=["id","name","validationState","required","disabled","readOnly"];function b4(e){const t=`form-control-${gn()}`,n=Be({id:t},e),[r,i]=re(),[s,o]=re(),[a,l]=re(),[c,u]=re(),d=(m,p,v)=>{const b=v!=null||r()!=null;return[v,r(),b&&p!=null?m:void 0].filter(Boolean).join(" ")||void 0},f=m=>[a(),c(),m].filter(Boolean).join(" ")||void 0,h=H(()=>({"data-valid":Q(n.validationState)==="valid"?"":void 0,"data-invalid":Q(n.validationState)==="invalid"?"":void 0,"data-required":Q(n.required)?"":void 0,"data-disabled":Q(n.disabled)?"":void 0,"data-readonly":Q(n.readOnly)?"":void 0}));return{formControlContext:{name:()=>{var m;return(m=Q(n.name))!=null?m:Q(n.id)},dataset:h,validationState:()=>Q(n.validationState),isRequired:()=>Q(n.required),isDisabled:()=>Q(n.disabled),isReadOnly:()=>Q(n.readOnly),labelId:r,fieldId:s,descriptionId:a,errorMessageId:c,getAriaLabelledBy:d,getAriaDescribedBy:f,generateId:Da(()=>Q(n.id)),registerLabel:fn(i),registerField:fn(o),registerDescription:fn(l),registerErrorMessage:fn(u)}}}var f1=pt();function La(){const e=vt(f1);if(e===void 0)throw new Error("[kobalte]: `useFormControlContext` must be used within a `FormControlContext.Provider` component");return e}function h1(e){const t=La(),n=Be({id:t.generateId("description")},e);return xe(()=>we(t.registerDescription(n.id))),T(nt,Oe({as:"div"},()=>t.dataset(),n))}function g1(e){const t=La(),n=Be({id:t.generateId("error-message")},e),[r,i]=Ve(n,["forceMount"]),s=()=>t.validationState()==="invalid";return xe(()=>{s()&&we(t.registerErrorMessage(i.id))}),T(ve,{get when(){return r.forceMount||s()},get children(){return T(nt,Oe({as:"div"},()=>t.dataset(),i))}})}function x4(e){let t;const n=La(),r=Be({id:n.generateId("label")},e),[i,s]=Ve(r,["ref"]),o=Rc(()=>t,()=>"label");return xe(()=>we(n.registerLabel(s.id))),T(nt,Oe({as:"label",ref(a){const l=Mt(c=>t=c,i.ref);typeof l=="function"&&l(a)},get for(){return H(()=>o()==="label")()?n.fieldId():void 0}},()=>n.dataset(),s))}function w4(e,t){xe(cr(e,n=>{if(n==null)return;const r=S4(n);r!=null&&(r.addEventListener("reset",t,{passive:!0}),we(()=>{r.removeEventListener("reset",t)}))}))}function S4(e){return C4(e)?e.form:e.closest("form")}function C4(e){return e.matches("textarea, input, select, button")}function Ia(e){var o;const[t,n]=re((o=e.defaultValue)==null?void 0:o.call(e)),r=H(()=>{var a;return((a=e.value)==null?void 0:a.call(e))!==void 0}),i=H(()=>{var a;return r()?(a=e.value)==null?void 0:a.call(e):t()});return[i,a=>{st(()=>{var c;const l=yj(a,i());return Object.is(l,i())||(r()||n(l),(c=e.onChange)==null||c.call(e,l)),l})}]}function y1(e){const[t,n]=Ia(e);return[()=>{var i;return(i=t())!=null?i:!1},n]}function _4(e){const[t,n]=Ia(e);return[()=>{var i;return(i=t())!=null?i:[]},n]}function k4(e={}){const[t,n]=y1({value:()=>Q(e.isSelected),defaultValue:()=>!!Q(e.defaultIsSelected),onChange:s=>{var o;return(o=e.onSelectedChange)==null?void 0:o.call(e,s)}});return{isSelected:t,setIsSelected:s=>{!Q(e.isReadOnly)&&!Q(e.isDisabled)&&n(s)},toggle:()=>{!Q(e.isReadOnly)&&!Q(e.isDisabled)&&n(!t())}}}var O4=Object.defineProperty,Fc=(e,t)=>{for(var n in t)O4(e,n,{get:t[n],enumerable:!0})},m1=pt();function p1(){return vt(m1)}function E4(){const e=p1();if(e===void 0)throw new Error("[kobalte]: `useDomCollectionContext` must be used within a `DomCollectionProvider` component");return e}function v1(e,t){return!!(t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_PRECEDING)}function A4(e,t){var i;const n=t.ref();if(!n)return-1;let r=e.length;if(!r)return-1;for(;r--;){const s=(i=e[r])==null?void 0:i.ref();if(s&&v1(s,n))return r+1}return 0}function P4(e){const t=e.map((r,i)=>[i,r]);let n=!1;return t.sort(([r,i],[s,o])=>{const a=i.ref(),l=o.ref();return a===l||!a||!l?0:v1(a,l)?(r>s&&(n=!0),-1):(r<s&&(n=!0),1)}),n?t.map(([r,i])=>i):e}function b1(e,t){const n=P4(e);e!==n&&t(n)}function T4(e){var i,s;const t=e[0],n=(i=e[e.length-1])==null?void 0:i.ref();let r=(s=t==null?void 0:t.ref())==null?void 0:s.parentElement;for(;r;){if(n&&r.contains(n))return r;r=r.parentElement}return Nn(r).body}function M4(e,t){xe(()=>{const n=setTimeout(()=>{b1(e(),t)});we(()=>clearTimeout(n))})}function $4(e,t){if(typeof IntersectionObserver!="function"){M4(e,t);return}let n=[];xe(()=>{const r=()=>{const o=!!n.length;n=e(),o&&b1(e(),t)},i=T4(e()),s=new IntersectionObserver(r,{root:i});for(const o of e()){const a=o.ref();a&&s.observe(a)}we(()=>s.disconnect())})}function j4(e={}){const[t,n]=_4({value:()=>Q(e.items),onChange:s=>{var o;return(o=e.onItemsChange)==null?void 0:o.call(e,s)}});$4(t,n);const r=s=>(n(o=>{const a=A4(o,s);return Yj(o,s,a)}),()=>{n(o=>{const a=o.filter(l=>l.ref()!==s.ref());return o.length===a.length?o:a})});return{DomCollectionProvider:s=>T(m1.Provider,{value:{registerItem:r},get children(){return s.children}})}}function D4(e){const t=E4(),n=Be({shouldRegisterItem:!0},e);xe(()=>{if(!n.shouldRegisterItem)return;const r=t.registerItem(n.getItem());we(r)})}function x1(e){var l,c,u;let t=(l=e.startIndex)!=null?l:0;const n=(c=e.startLevel)!=null?c:0,r=[],i=d=>{var g;if(d==null)return"";const f=(g=e.getKey)!=null?g:"key",h=Ki(f)?d[f]:f(d);return h!=null?String(h):""},s=d=>{var g;if(d==null)return"";const f=(g=e.getTextValue)!=null?g:"textValue",h=Ki(f)?d[f]:f(d);return h!=null?String(h):""},o=d=>{var h,g;if(d==null)return!1;const f=(h=e.getDisabled)!=null?h:"disabled";return(g=Ki(f)?d[f]:f(d))!=null?g:!1},a=d=>{var f;if(d!=null)return Ki(e.getSectionChildren)?d[e.getSectionChildren]:(f=e.getSectionChildren)==null?void 0:f.call(e,d)};for(const d of e.dataSource){if(Ki(d)||Xj(d)){r.push({type:"item",rawValue:d,key:String(d),textValue:String(d),disabled:o(d),level:n,index:t}),t++;continue}if(a(d)!=null){r.push({type:"section",rawValue:d,key:"",textValue:"",disabled:!1,level:n,index:t}),t++;const f=(u=a(d))!=null?u:[];if(f.length>0){const h=x1({dataSource:f,getKey:e.getKey,getTextValue:e.getTextValue,getDisabled:e.getDisabled,getSectionChildren:e.getSectionChildren,startIndex:t,startLevel:n+1});r.push(...h),t+=h.length}}else r.push({type:"item",rawValue:d,key:i(d),textValue:s(d),disabled:o(d),level:n,index:t}),t++}return r}function L4(e,t=[]){return H(()=>{const n=x1({dataSource:Q(e.dataSource),getKey:Q(e.getKey),getTextValue:Q(e.getTextValue),getDisabled:Q(e.getDisabled),getSectionChildren:Q(e.getSectionChildren)});for(let r=0;r<t.length;r++)t[r]();return e.factory(n)})}var I4=new Set(["Avst","Arab","Armi","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),R4=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","glk","he","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]);function F4(e){var n;if(Intl.Locale){const r=(n=new Intl.Locale(e).maximize().script)!=null?n:"";return I4.has(r)}const t=e.split("-")[0];return R4.has(t)}function N4(e){return F4(e)?"rtl":"ltr"}function w1(){let e=typeof navigator!="undefined"&&(navigator.language||navigator.userLanguage)||"en-US";return{locale:e,direction:N4(e)}}var qd=w1(),Ao=new Set;function Dm(){qd=w1();for(const e of Ao)e(qd)}function B4(){const[e,t]=re(qd),n=H(()=>e());return ur(()=>{Ao.size===0&&window.addEventListener("languagechange",Dm),Ao.add(t),we(()=>{Ao.delete(t),Ao.size===0&&window.removeEventListener("languagechange",Dm)})}),{locale:()=>n().locale,direction:()=>n().direction}}var q4=pt();function Qr(){const e=B4();return vt(q4)||e}var Pu=new Map;function z4(e){const{locale:t}=Qr(),n=H(()=>t()+(e?Object.entries(e).sort((r,i)=>r[0]<i[0]?-1:1).join():""));return H(()=>{const r=n();let i;return Pu.has(r)&&(i=Pu.get(r)),i||(i=new Intl.Collator(t(),e),Pu.set(r,i)),i})}var Jn=class S1 extends Set{constructor(n,r,i){super(n);pe(this,"anchorKey");pe(this,"currentKey");n instanceof S1?(this.anchorKey=r||n.anchorKey,this.currentKey=i||n.currentKey):(this.anchorKey=r,this.currentKey=i)}};function H4(e){const[t,n]=Ia(e);return[()=>{var i;return(i=t())!=null?i:new Jn},n]}function C1(e){return r4()?e.altKey:e.ctrlKey}function Ui(e){return Ic()?e.metaKey:e.ctrlKey}function Lm(e){return new Jn(e)}function K4(e,t){if(e.size!==t.size)return!1;for(const n of e)if(!t.has(n))return!1;return!0}function U4(e){const t=Be({selectionMode:"none",selectionBehavior:"toggle"},e),[n,r]=re(!1),[i,s]=re(),o=H(()=>{const m=Q(t.selectedKeys);return m!=null?Lm(m):m}),a=H(()=>{const m=Q(t.defaultSelectedKeys);return m!=null?Lm(m):new Jn}),[l,c]=H4({value:o,defaultValue:a,onChange:m=>{var p;return(p=t.onSelectionChange)==null?void 0:p.call(t,m)}}),[u,d]=re(Q(t.selectionBehavior)),f=()=>Q(t.selectionMode),h=()=>{var m;return(m=Q(t.disallowEmptySelection))!=null?m:!1},g=m=>{(Q(t.allowDuplicateSelectionEvents)||!K4(m,l()))&&c(m)};return xe(()=>{const m=l();Q(t.selectionBehavior)==="replace"&&u()==="toggle"&&typeof m=="object"&&m.size===0&&d("replace")}),xe(()=>{var m;d((m=Q(t.selectionBehavior))!=null?m:"toggle")}),{selectionMode:f,disallowEmptySelection:h,selectionBehavior:u,setSelectionBehavior:d,isFocused:n,setFocused:r,focusedKey:i,setFocusedKey:s,selectedKeys:l,setSelectedKeys:g}}function V4(e){const[t,n]=re(""),[r,i]=re(-1);return{typeSelectHandlers:{onKeyDown:o=>{var f,h,g;if(Q(e.isDisabled))return;const a=Q(e.keyboardDelegate),l=Q(e.selectionManager);if(!a.getKeyForSearch)return;const c=W4(o.key);if(!c||o.ctrlKey||o.metaKey)return;c===" "&&t().trim().length>0&&(o.preventDefault(),o.stopPropagation());let u=n(m=>m+c),d=(f=a.getKeyForSearch(u,l.focusedKey()))!=null?f:a.getKeyForSearch(u);d==null&&G4(u)&&(u=u[0],d=(h=a.getKeyForSearch(u,l.focusedKey()))!=null?h:a.getKeyForSearch(u)),d!=null&&(l.setFocusedKey(d),(g=e.onTypeSelect)==null||g.call(e,d)),clearTimeout(r()),i(window.setTimeout(()=>n(""),500))}}}}function W4(e){return e.length===1||!/^[A-Z]/i.test(e)?e:""}function G4(e){return e.split("").every(t=>t===e[0])}function Q4(e,t,n){const i=Oe({selectOnFocus:()=>Q(e.selectionManager).selectionBehavior()==="replace"},e),s=()=>t(),{direction:o}=Qr();let a={top:0,left:0};Wj(()=>Q(i.isVirtualized)?void 0:s(),"scroll",()=>{const p=s();p&&(a={top:p.scrollTop,left:p.scrollLeft})});const{typeSelectHandlers:l}=V4({isDisabled:()=>Q(i.disallowTypeAhead),keyboardDelegate:()=>Q(i.keyboardDelegate),selectionManager:()=>Q(i.selectionManager)}),c=()=>{var p;return(p=Q(i.orientation))!=null?p:"vertical"},u=p=>{var k,O,A,M,L,G,R,D;et(p,l.onKeyDown),p.altKey&&p.key==="Tab"&&p.preventDefault();const v=t();if(!(v!=null&&v.contains(p.target)))return;const b=Q(i.selectionManager),x=Q(i.selectOnFocus),S=j=>{j!=null&&(b.setFocusedKey(j),p.shiftKey&&b.selectionMode()==="multiple"?b.extendSelection(j):x&&!C1(p)&&b.replaceSelection(j))},w=Q(i.keyboardDelegate),_=Q(i.shouldFocusWrap),C=b.focusedKey();switch(p.key){case(c()==="vertical"?"ArrowDown":"ArrowRight"):{if(w.getKeyBelow){p.preventDefault();let j;C!=null?j=w.getKeyBelow(C):j=(k=w.getFirstKey)==null?void 0:k.call(w),j==null&&_&&(j=(O=w.getFirstKey)==null?void 0:O.call(w,C)),S(j)}break}case(c()==="vertical"?"ArrowUp":"ArrowLeft"):{if(w.getKeyAbove){p.preventDefault();let j;C!=null?j=w.getKeyAbove(C):j=(A=w.getLastKey)==null?void 0:A.call(w),j==null&&_&&(j=(M=w.getLastKey)==null?void 0:M.call(w,C)),S(j)}break}case(c()==="vertical"?"ArrowLeft":"ArrowUp"):{if(w.getKeyLeftOf){p.preventDefault();const j=o()==="rtl";let I;C!=null?I=w.getKeyLeftOf(C):I=j?(L=w.getFirstKey)==null?void 0:L.call(w):(G=w.getLastKey)==null?void 0:G.call(w),S(I)}break}case(c()==="vertical"?"ArrowRight":"ArrowDown"):{if(w.getKeyRightOf){p.preventDefault();const j=o()==="rtl";let I;C!=null?I=w.getKeyRightOf(C):I=j?(R=w.getLastKey)==null?void 0:R.call(w):(D=w.getFirstKey)==null?void 0:D.call(w),S(I)}break}case"Home":if(w.getFirstKey){p.preventDefault();const j=w.getFirstKey(C,Ui(p));j!=null&&(b.setFocusedKey(j),Ui(p)&&p.shiftKey&&b.selectionMode()==="multiple"?b.extendSelection(j):x&&b.replaceSelection(j))}break;case"End":if(w.getLastKey){p.preventDefault();const j=w.getLastKey(C,Ui(p));j!=null&&(b.setFocusedKey(j),Ui(p)&&p.shiftKey&&b.selectionMode()==="multiple"?b.extendSelection(j):x&&b.replaceSelection(j))}break;case"PageDown":if(w.getKeyPageBelow&&C!=null){p.preventDefault();const j=w.getKeyPageBelow(C);S(j)}break;case"PageUp":if(w.getKeyPageAbove&&C!=null){p.preventDefault();const j=w.getKeyPageAbove(C);S(j)}break;case"a":Ui(p)&&b.selectionMode()==="multiple"&&Q(i.disallowSelectAll)!==!0&&(p.preventDefault(),b.selectAll());break;case"Escape":p.defaultPrevented||(p.preventDefault(),Q(i.disallowEmptySelection)||b.clearSelection());break;case"Tab":if(!Q(i.allowsTabNavigation)){if(p.shiftKey)v.focus();else{const j=h4(v,{tabbable:!0});let I,oe;do oe=j.lastChild(),oe&&(I=oe);while(oe);I&&!I.contains(document.activeElement)&&Ct(I)}break}}},d=p=>{var S,w,_,C;const v=Q(i.selectionManager),b=Q(i.keyboardDelegate),x=Q(i.selectOnFocus);if(v.isFocused()){p.currentTarget.contains(p.target)||v.setFocused(!1);return}if(p.currentTarget.contains(p.target)){if(v.setFocused(!0),v.focusedKey()==null){const k=A=>{A!=null&&(v.setFocusedKey(A),x&&v.replaceSelection(A))},O=p.relatedTarget;O&&p.currentTarget.compareDocumentPosition(O)&Node.DOCUMENT_POSITION_FOLLOWING?k((w=v.lastSelectedKey())!=null?w:(S=b.getLastKey)==null?void 0:S.call(b)):k((C=v.firstSelectedKey())!=null?C:(_=b.getFirstKey)==null?void 0:_.call(b))}else if(!Q(i.isVirtualized)){const k=s();if(k){k.scrollTop=a.top,k.scrollLeft=a.left;const O=k.querySelector(`[data-key="${v.focusedKey()}"]`);O&&(Ct(O),Bd(k,O))}}}},f=p=>{const v=Q(i.selectionManager);p.currentTarget.contains(p.relatedTarget)||v.setFocused(!1)},h=p=>{s()===p.target&&p.preventDefault()},g=()=>{var _,C;const p=Q(i.autoFocus);if(!p)return;const v=Q(i.selectionManager),b=Q(i.keyboardDelegate);let x;p==="first"&&(x=(_=b.getFirstKey)==null?void 0:_.call(b)),p==="last"&&(x=(C=b.getLastKey)==null?void 0:C.call(b));const S=v.selectedKeys();S.size&&(x=S.values().next().value),v.setFocused(!0),v.setFocusedKey(x);const w=t();w&&x==null&&!Q(i.shouldUseVirtualFocus)&&Ct(w)};return ur(()=>{i.deferAutoFocus?setTimeout(g,0):g()}),xe(cr([s,()=>Q(i.isVirtualized),()=>Q(i.selectionManager).focusedKey()],p=>{var S;const[v,b,x]=p;if(b)x&&((S=i.scrollToKey)==null||S.call(i,x));else if(x&&v){const w=v.querySelector(`[data-key="${x}"]`);w&&Bd(v,w)}})),{tabIndex:H(()=>{if(!Q(i.shouldUseVirtualFocus))return Q(i.selectionManager).focusedKey()==null?0:-1}),onKeyDown:u,onMouseDown:h,onFocusIn:d,onFocusOut:f}}function _1(e,t){const n=()=>Q(e.selectionManager),r=()=>Q(e.key),i=()=>Q(e.shouldUseVirtualFocus),s=b=>{n().selectionMode()!=="none"&&(n().selectionMode()==="single"?n().isSelected(r())&&!n().disallowEmptySelection()?n().toggleSelection(r()):n().replaceSelection(r()):b!=null&&b.shiftKey?n().extendSelection(r()):n().selectionBehavior()==="toggle"||Ui(b)||"pointerType"in b&&b.pointerType==="touch"?n().toggleSelection(r()):n().replaceSelection(r()))},o=()=>n().isSelected(r()),a=()=>Q(e.disabled)||n().isDisabled(r()),l=()=>!a()&&n().canSelectItem(r());let c=null;const u=b=>{l()&&(c=b.pointerType,b.pointerType==="mouse"&&b.button===0&&!Q(e.shouldSelectOnPressUp)&&s(b))},d=b=>{l()&&b.pointerType==="mouse"&&b.button===0&&Q(e.shouldSelectOnPressUp)&&Q(e.allowsDifferentPressOrigin)&&s(b)},f=b=>{l()&&(Q(e.shouldSelectOnPressUp)&&!Q(e.allowsDifferentPressOrigin)||c!=="mouse")&&s(b)},h=b=>{!l()||!["Enter"," "].includes(b.key)||(C1(b)?n().toggleSelection(r()):s(b))},g=b=>{a()&&b.preventDefault()},m=b=>{const x=t();i()||a()||!x||b.target===x&&n().setFocusedKey(r())},p=H(()=>{if(!(i()||a()))return r()===n().focusedKey()?0:-1}),v=H(()=>Q(e.virtualized)?void 0:r());return xe(cr([t,r,i,()=>n().focusedKey(),()=>n().isFocused()],([b,x,S,w,_])=>{b&&x===w&&_&&!S&&document.activeElement!==b&&(e.focus?e.focus():Ct(b))})),{isSelected:o,isDisabled:a,allowsSelection:l,tabIndex:p,dataKey:v,onPointerDown:u,onPointerUp:d,onClick:f,onKeyDown:h,onMouseDown:g,onFocus:m}}var Y4=class{constructor(e,t){pe(this,"collection");pe(this,"state");this.collection=e,this.state=t}selectionMode(){return this.state.selectionMode()}disallowEmptySelection(){return this.state.disallowEmptySelection()}selectionBehavior(){return this.state.selectionBehavior()}setSelectionBehavior(e){this.state.setSelectionBehavior(e)}isFocused(){return this.state.isFocused()}setFocused(e){this.state.setFocused(e)}focusedKey(){return this.state.focusedKey()}setFocusedKey(e){(e==null||this.collection().getItem(e))&&this.state.setFocusedKey(e)}selectedKeys(){return this.state.selectedKeys()}isSelected(e){if(this.state.selectionMode()==="none")return!1;const t=this.getKey(e);return t==null?!1:this.state.selectedKeys().has(t)}isEmpty(){return this.state.selectedKeys().size===0}isSelectAll(){if(this.isEmpty())return!1;const e=this.state.selectedKeys();return this.getAllSelectableKeys().every(t=>e.has(t))}firstSelectedKey(){let e;for(const t of this.state.selectedKeys()){const n=this.collection().getItem(t),r=(n==null?void 0:n.index)!=null&&(e==null?void 0:e.index)!=null&&n.index<e.index;(!e||r)&&(e=n)}return e==null?void 0:e.key}lastSelectedKey(){let e;for(const t of this.state.selectedKeys()){const n=this.collection().getItem(t),r=(n==null?void 0:n.index)!=null&&(e==null?void 0:e.index)!=null&&n.index>e.index;(!e||r)&&(e=n)}return e==null?void 0:e.key}extendSelection(e){if(this.selectionMode()==="none")return;if(this.selectionMode()==="single"){this.replaceSelection(e);return}const t=this.getKey(e);if(t==null)return;const n=this.state.selectedKeys(),r=n.anchorKey||t,i=new Jn(n,r,t);for(const s of this.getKeyRange(r,n.currentKey||t))i.delete(s);for(const s of this.getKeyRange(t,r))this.canSelectItem(s)&&i.add(s);this.state.setSelectedKeys(i)}getKeyRange(e,t){const n=this.collection().getItem(e),r=this.collection().getItem(t);return n&&r?n.index!=null&&r.index!=null&&n.index<=r.index?this.getKeyRangeInternal(e,t):this.getKeyRangeInternal(t,e):[]}getKeyRangeInternal(e,t){const n=[];let r=e;for(;r!=null;){const i=this.collection().getItem(r);if(i&&i.type==="item"&&n.push(r),r===t)return n;r=this.collection().getKeyAfter(r)}return[]}getKey(e){const t=this.collection().getItem(e);return t?!t||t.type!=="item"?null:t.key:e}toggleSelection(e){if(this.selectionMode()==="none")return;if(this.selectionMode()==="single"&&!this.isSelected(e)){this.replaceSelection(e);return}const t=this.getKey(e);if(t==null)return;const n=new Jn(this.state.selectedKeys());n.has(t)?n.delete(t):this.canSelectItem(t)&&(n.add(t),n.anchorKey=t,n.currentKey=t),!(this.disallowEmptySelection()&&n.size===0)&&this.state.setSelectedKeys(n)}replaceSelection(e){if(this.selectionMode()==="none")return;const t=this.getKey(e);if(t==null)return;const n=this.canSelectItem(t)?new Jn([t],t,t):new Jn;this.state.setSelectedKeys(n)}setSelectedKeys(e){if(this.selectionMode()==="none")return;const t=new Jn;for(const n of e){const r=this.getKey(n);if(r!=null&&(t.add(r),this.selectionMode()==="single"))break}this.state.setSelectedKeys(t)}selectAll(){this.selectionMode()==="multiple"&&this.state.setSelectedKeys(new Set(this.getAllSelectableKeys()))}clearSelection(){const e=this.state.selectedKeys();!this.disallowEmptySelection()&&e.size>0&&this.state.setSelectedKeys(new Jn)}toggleSelectAll(){this.isSelectAll()?this.clearSelection():this.selectAll()}select(e,t){this.selectionMode()!=="none"&&(this.selectionMode()==="single"?this.isSelected(e)&&!this.disallowEmptySelection()?this.toggleSelection(e):this.replaceSelection(e):this.selectionBehavior()==="toggle"||t&&t.pointerType==="touch"?this.toggleSelection(e):this.replaceSelection(e))}isSelectionEqual(e){if(e===this.state.selectedKeys())return!0;const t=this.selectedKeys();if(e.size!==t.size)return!1;for(const n of e)if(!t.has(n))return!1;for(const n of t)if(!e.has(n))return!1;return!0}canSelectItem(e){if(this.state.selectionMode()==="none")return!1;const t=this.collection().getItem(e);return t!=null&&!t.disabled}isDisabled(e){const t=this.collection().getItem(e);return!t||t.disabled}getAllSelectableKeys(){const e=[];return(n=>{for(;n!=null;){if(this.canSelectItem(n)){const r=this.collection().getItem(n);if(!r)continue;r.type==="item"&&e.push(n)}n=this.collection().getKeyAfter(n)}})(this.collection().getFirstKey()),e}},Im=class{constructor(e){pe(this,"keyMap",new Map);pe(this,"iterable");pe(this,"firstKey");pe(this,"lastKey");this.iterable=e;for(const r of e)this.keyMap.set(r.key,r);if(this.keyMap.size===0)return;let t,n=0;for(const[r,i]of this.keyMap)t?(t.nextKey=r,i.prevKey=t.key):(this.firstKey=r,i.prevKey=void 0),i.type==="item"&&(i.index=n++),t=i,t.nextKey=void 0;this.lastKey=t.key}*[Symbol.iterator](){yield*this.iterable}getSize(){return this.keyMap.size}getKeys(){return this.keyMap.keys()}getKeyBefore(e){var t;return(t=this.keyMap.get(e))==null?void 0:t.prevKey}getKeyAfter(e){var t;return(t=this.keyMap.get(e))==null?void 0:t.nextKey}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(e){return this.keyMap.get(e)}at(e){const t=[...this.getKeys()];return this.getItem(t[e])}};function X4(e){const t=U4(e),r=L4({dataSource:()=>Q(e.dataSource),getKey:()=>Q(e.getKey),getTextValue:()=>Q(e.getTextValue),getDisabled:()=>Q(e.getDisabled),getSectionChildren:()=>Q(e.getSectionChildren),factory:s=>e.filter?new Im(e.filter(s)):new Im(s)},[()=>e.filter]),i=new Y4(r,t);return O0(()=>{const s=t.focusedKey();s!=null&&!r().getItem(s)&&t.setFocusedKey(void 0)}),{collection:r,selectionManager:()=>i}}var St=e=>typeof e=="function"?e():e,J4=e=>{const t=H(()=>{const o=St(e.element);if(o)return getComputedStyle(o)}),n=()=>{var o,a;return(a=(o=t())==null?void 0:o.animationName)!=null?a:"none"},[r,i]=re(St(e.show)?"present":"hidden");let s="none";return xe(o=>{const a=St(e.show);return st(()=>{var u;if(o===a)return a;const l=s,c=n();a?i("present"):c==="none"||((u=t())==null?void 0:u.display)==="none"?i("hidden"):i(o===!0&&l!==c?"hiding":"hidden")}),a}),xe(()=>{const o=St(e.element);if(!o)return;const a=c=>{c.target===o&&(s=n())},l=c=>{const d=n().includes(c.animationName);c.target===o&&d&&r()==="hiding"&&i("hidden")};o.addEventListener("animationstart",a),o.addEventListener("animationcancel",l),o.addEventListener("animationend",l),we(()=>{o.removeEventListener("animationstart",a),o.removeEventListener("animationcancel",l),o.removeEventListener("animationend",l)})}),{present:()=>r()==="present"||r()==="hiding",state:r}},Z4=J4,k1=Z4,ec="data-kb-top-layer",O1,zd=!1,dr=[];function ia(e){return dr.findIndex(t=>t.node===e)}function eD(e){return dr[ia(e)]}function tD(e){return dr[dr.length-1].node===e}function E1(){return dr.filter(e=>e.isPointerBlocking)}function nD(){return[...E1()].slice(-1)[0]}function zf(){return E1().length>0}function A1(e){var n;const t=ia((n=nD())==null?void 0:n.node);return ia(e)<t}function rD(e){dr.push(e)}function iD(e){const t=ia(e);t<0||dr.splice(t,1)}function sD(){for(const{node:e}of dr)e.style.pointerEvents=A1(e)?"none":"auto"}function oD(e){if(zf()&&!zd){const t=Nn(e);O1=document.body.style.pointerEvents,t.body.style.pointerEvents="none",zd=!0}}function aD(e){if(zf())return;const t=Nn(e);t.body.style.pointerEvents=O1,t.body.style.length===0&&t.body.removeAttribute("style"),zd=!1}var qt={layers:dr,isTopMostLayer:tD,hasPointerBlockingLayer:zf,isBelowPointerBlockingLayer:A1,addLayer:rD,removeLayer:iD,indexOf:ia,find:eD,assignPointerEventToLayers:sD,disableBodyPointerEvents:oD,restoreBodyPointerEvents:aD},lD={};Fc(lD,{Button:()=>dD,Root:()=>Hf});var cD=["button","color","file","image","reset","submit"];function uD(e){const t=e.tagName.toLowerCase();return t==="button"?!0:t==="input"&&e.type?cD.indexOf(e.type)!==-1:!1}function Hf(e){let t;const n=Be({type:"button"},e),[r,i]=Ve(n,["ref","type","disabled"]),s=Rc(()=>t,()=>"button"),o=H(()=>{const c=s();return c==null?!1:uD({tagName:c,type:r.type})}),a=H(()=>s()==="input"),l=H(()=>s()==="a"&&(t==null?void 0:t.getAttribute("href"))!=null);return T(nt,Oe({as:"button",ref(c){const u=Mt(d=>t=d,r.ref);typeof u=="function"&&u(c)},get type(){return o()||a()?r.type:void 0},get role(){return!o()&&!l()?"button":void 0},get tabIndex(){return!o()&&!l()&&!r.disabled?0:void 0},get disabled(){return o()||a()?r.disabled:void 0},get"aria-disabled"(){return!o()&&!a()&&r.disabled?!0:void 0},get"data-disabled"(){return r.disabled?"":void 0}},i))}var dD=Hf,fD=["top","right","bottom","left"],Rn=Math.min,Qt=Math.max,tc=Math.round,gl=Math.floor,zr=e=>({x:e,y:e}),hD={left:"right",right:"left",bottom:"top",top:"bottom"},gD={start:"end",end:"start"};function Hd(e,t,n){return Qt(e,Rn(t,n))}function Ii(e,t){return typeof e=="function"?e(t):e}function Hr(e){return e.split("-")[0]}function Us(e){return e.split("-")[1]}function P1(e){return e==="x"?"y":"x"}function Kf(e){return e==="y"?"height":"width"}function Mi(e){return["top","bottom"].includes(Hr(e))?"y":"x"}function Uf(e){return P1(Mi(e))}function yD(e,t,n){n===void 0&&(n=!1);const r=Us(e),i=Uf(e),s=Kf(i);let o=i==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=nc(o)),[o,nc(o)]}function mD(e){const t=nc(e);return[Kd(e),t,Kd(t)]}function Kd(e){return e.replace(/start|end/g,t=>gD[t])}function pD(e,t,n){const r=["left","right"],i=["right","left"],s=["top","bottom"],o=["bottom","top"];switch(e){case"top":case"bottom":return n?t?i:r:t?r:i;case"left":case"right":return t?s:o;default:return[]}}function vD(e,t,n,r){const i=Us(e);let s=pD(Hr(e),n==="start",r);return i&&(s=s.map(o=>o+"-"+i),t&&(s=s.concat(s.map(Kd)))),s}function nc(e){return e.replace(/left|right|bottom|top/g,t=>hD[t])}function bD(e){return{top:0,right:0,bottom:0,left:0,...e}}function T1(e){return typeof e!="number"?bD(e):{top:e,right:e,bottom:e,left:e}}function rc(e){const{x:t,y:n,width:r,height:i}=e;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function Rm(e,t,n){let{reference:r,floating:i}=e;const s=Mi(t),o=Uf(t),a=Kf(o),l=Hr(t),c=s==="y",u=r.x+r.width/2-i.width/2,d=r.y+r.height/2-i.height/2,f=r[a]/2-i[a]/2;let h;switch(l){case"top":h={x:u,y:r.y-i.height};break;case"bottom":h={x:u,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:d};break;case"left":h={x:r.x-i.width,y:d};break;default:h={x:r.x,y:r.y}}switch(Us(t)){case"start":h[o]-=f*(n&&c?-1:1);break;case"end":h[o]+=f*(n&&c?-1:1);break}return h}var xD=async(e,t,n)=>{const{placement:r="bottom",strategy:i="absolute",middleware:s=[],platform:o}=n,a=s.filter(Boolean),l=await(o.isRTL==null?void 0:o.isRTL(t));let c=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=Rm(c,r,l),f=r,h={},g=0;for(let m=0;m<a.length;m++){const{name:p,fn:v}=a[m],{x:b,y:x,data:S,reset:w}=await v({x:u,y:d,initialPlacement:r,placement:f,strategy:i,middlewareData:h,rects:c,platform:o,elements:{reference:e,floating:t}});u=b!=null?b:u,d=x!=null?x:d,h={...h,[p]:{...h[p],...S}},w&&g<=50&&(g++,typeof w=="object"&&(w.placement&&(f=w.placement),w.rects&&(c=w.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):w.rects),{x:u,y:d}=Rm(c,f,l)),m=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:h}};async function sa(e,t){var n;t===void 0&&(t={});const{x:r,y:i,platform:s,rects:o,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:f=!1,padding:h=0}=Ii(t,e),g=T1(h),p=a[f?d==="floating"?"reference":"floating":d],v=rc(await s.getClippingRect({element:(n=await(s.isElement==null?void 0:s.isElement(p)))==null||n?p:p.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),b=d==="floating"?{x:r,y:i,width:o.floating.width,height:o.floating.height}:o.reference,x=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),S=await(s.isElement==null?void 0:s.isElement(x))?await(s.getScale==null?void 0:s.getScale(x))||{x:1,y:1}:{x:1,y:1},w=rc(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:b,offsetParent:x,strategy:l}):b);return{top:(v.top-w.top+g.top)/S.y,bottom:(w.bottom-v.bottom+g.bottom)/S.y,left:(v.left-w.left+g.left)/S.x,right:(w.right-v.right+g.right)/S.x}}var wD=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:i,rects:s,platform:o,elements:a,middlewareData:l}=t,{element:c,padding:u=0}=Ii(e,t)||{};if(c==null)return{};const d=T1(u),f={x:n,y:r},h=Uf(i),g=Kf(h),m=await o.getDimensions(c),p=h==="y",v=p?"top":"left",b=p?"bottom":"right",x=p?"clientHeight":"clientWidth",S=s.reference[g]+s.reference[h]-f[h]-s.floating[g],w=f[h]-s.reference[h],_=await(o.getOffsetParent==null?void 0:o.getOffsetParent(c));let C=_?_[x]:0;(!C||!await(o.isElement==null?void 0:o.isElement(_)))&&(C=a.floating[x]||s.floating[g]);const k=S/2-w/2,O=C/2-m[g]/2-1,A=Rn(d[v],O),M=Rn(d[b],O),L=A,G=C-m[g]-M,R=C/2-m[g]/2+k,D=Hd(L,R,G),j=!l.arrow&&Us(i)!=null&&R!==D&&s.reference[g]/2-(R<L?A:M)-m[g]/2<0,I=j?R<L?R-L:R-G:0;return{[h]:f[h]+I,data:{[h]:D,centerOffset:R-D-I,...j&&{alignmentOffset:I}},reset:j}}}),SD=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:i,middlewareData:s,rects:o,initialPlacement:a,platform:l,elements:c}=t,{mainAxis:u=!0,crossAxis:d=!0,fallbackPlacements:f,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:g="none",flipAlignment:m=!0,...p}=Ii(e,t);if((n=s.arrow)!=null&&n.alignmentOffset)return{};const v=Hr(i),b=Mi(a),x=Hr(a)===a,S=await(l.isRTL==null?void 0:l.isRTL(c.floating)),w=f||(x||!m?[nc(a)]:mD(a)),_=g!=="none";!f&&_&&w.push(...vD(a,m,g,S));const C=[a,...w],k=await sa(t,p),O=[];let A=((r=s.flip)==null?void 0:r.overflows)||[];if(u&&O.push(k[v]),d){const R=yD(i,o,S);O.push(k[R[0]],k[R[1]])}if(A=[...A,{placement:i,overflows:O}],!O.every(R=>R<=0)){var M,L;const R=(((M=s.flip)==null?void 0:M.index)||0)+1,D=C[R];if(D)return{data:{index:R,overflows:A},reset:{placement:D}};let j=(L=A.filter(I=>I.overflows[0]<=0).sort((I,oe)=>I.overflows[1]-oe.overflows[1])[0])==null?void 0:L.placement;if(!j)switch(h){case"bestFit":{var G;const I=(G=A.filter(oe=>{if(_){const ue=Mi(oe.placement);return ue===b||ue==="y"}return!0}).map(oe=>[oe.placement,oe.overflows.filter(ue=>ue>0).reduce((ue,B)=>ue+B,0)]).sort((oe,ue)=>oe[1]-ue[1])[0])==null?void 0:G[0];I&&(j=I);break}case"initialPlacement":j=a;break}if(i!==j)return{reset:{placement:j}}}return{}}}};function Fm(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Nm(e){return fD.some(t=>e[t]>=0)}var CD=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n}=t,{strategy:r="referenceHidden",...i}=Ii(e,t);switch(r){case"referenceHidden":{const s=await sa(t,{...i,elementContext:"reference"}),o=Fm(s,n.reference);return{data:{referenceHiddenOffsets:o,referenceHidden:Nm(o)}}}case"escaped":{const s=await sa(t,{...i,altBoundary:!0}),o=Fm(s,n.floating);return{data:{escapedOffsets:o,escaped:Nm(o)}}}default:return{}}}}};async function _D(e,t){const{placement:n,platform:r,elements:i}=e,s=await(r.isRTL==null?void 0:r.isRTL(i.floating)),o=Hr(n),a=Us(n),l=Mi(n)==="y",c=["left","top"].includes(o)?-1:1,u=s&&l?-1:1,d=Ii(t,e);let{mainAxis:f,crossAxis:h,alignmentAxis:g}=typeof d=="number"?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...d};return a&&typeof g=="number"&&(h=a==="end"?g*-1:g),l?{x:h*u,y:f*c}:{x:f*c,y:h*u}}var kD=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:i,y:s,placement:o,middlewareData:a}=t,l=await _D(t,e);return o===((n=a.offset)==null?void 0:n.placement)&&(r=a.arrow)!=null&&r.alignmentOffset?{}:{x:i+l.x,y:s+l.y,data:{...l,placement:o}}}}},OD=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:i}=t,{mainAxis:s=!0,crossAxis:o=!1,limiter:a={fn:p=>{let{x:v,y:b}=p;return{x:v,y:b}}},...l}=Ii(e,t),c={x:n,y:r},u=await sa(t,l),d=Mi(Hr(i)),f=P1(d);let h=c[f],g=c[d];if(s){const p=f==="y"?"top":"left",v=f==="y"?"bottom":"right",b=h+u[p],x=h-u[v];h=Hd(b,h,x)}if(o){const p=d==="y"?"top":"left",v=d==="y"?"bottom":"right",b=g+u[p],x=g-u[v];g=Hd(b,g,x)}const m=a.fn({...t,[f]:h,[d]:g});return{...m,data:{x:m.x-n,y:m.y-r}}}}},ED=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){const{placement:n,rects:r,platform:i,elements:s}=t,{apply:o=()=>{},...a}=Ii(e,t),l=await sa(t,a),c=Hr(n),u=Us(n),d=Mi(n)==="y",{width:f,height:h}=r.floating;let g,m;c==="top"||c==="bottom"?(g=c,m=u===(await(i.isRTL==null?void 0:i.isRTL(s.floating))?"start":"end")?"left":"right"):(m=c,g=u==="end"?"top":"bottom");const p=h-l.top-l.bottom,v=f-l.left-l.right,b=Rn(h-l[g],p),x=Rn(f-l[m],v),S=!t.middlewareData.shift;let w=b,_=x;if(d?_=u||S?Rn(x,v):v:w=u||S?Rn(b,p):p,S&&!u){const k=Qt(l.left,0),O=Qt(l.right,0),A=Qt(l.top,0),M=Qt(l.bottom,0);d?_=f-2*(k!==0||O!==0?k+O:Qt(l.left,l.right)):w=h-2*(A!==0||M!==0?A+M:Qt(l.top,l.bottom))}await o({...t,availableWidth:_,availableHeight:w});const C=await i.getDimensions(s.floating);return f!==C.width||h!==C.height?{reset:{rects:!0}}:{}}}};function Vs(e){return M1(e)?(e.nodeName||"").toLowerCase():"#document"}function Jt(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function gr(e){var t;return(t=(M1(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function M1(e){return e instanceof Node||e instanceof Jt(e).Node}function Cn(e){return e instanceof Element||e instanceof Jt(e).Element}function Bn(e){return e instanceof HTMLElement||e instanceof Jt(e).HTMLElement}function Bm(e){return typeof ShadowRoot=="undefined"?!1:e instanceof ShadowRoot||e instanceof Jt(e).ShadowRoot}function Ra(e){const{overflow:t,overflowX:n,overflowY:r,display:i}=_n(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(i)}function AD(e){return["table","td","th"].includes(Vs(e))}function Nc(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch(n){return!1}})}function Vf(e){const t=Wf(),n=Cn(e)?_n(e):e;return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(r=>(n.willChange||"").includes(r))||["paint","layout","strict","content"].some(r=>(n.contain||"").includes(r))}function PD(e){let t=Kr(e);for(;Bn(t)&&!js(t);){if(Vf(t))return t;if(Nc(t))return null;t=Kr(t)}return null}function Wf(){return typeof CSS=="undefined"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function js(e){return["html","body","#document"].includes(Vs(e))}function _n(e){return Jt(e).getComputedStyle(e)}function Bc(e){return Cn(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Kr(e){if(Vs(e)==="html")return e;const t=e.assignedSlot||e.parentNode||Bm(e)&&e.host||gr(e);return Bm(t)?t.host:t}function $1(e){const t=Kr(e);return js(t)?e.ownerDocument?e.ownerDocument.body:e.body:Bn(t)&&Ra(t)?t:$1(t)}function oa(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const i=$1(e),s=i===((r=e.ownerDocument)==null?void 0:r.body),o=Jt(i);return s?t.concat(o,o.visualViewport||[],Ra(i)?i:[],o.frameElement&&n?oa(o.frameElement):[]):t.concat(i,oa(i,[],n))}function j1(e){const t=_n(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const i=Bn(e),s=i?e.offsetWidth:n,o=i?e.offsetHeight:r,a=tc(n)!==s||tc(r)!==o;return a&&(n=s,r=o),{width:n,height:r,$:a}}function Gf(e){return Cn(e)?e:e.contextElement}function Ji(e){const t=Gf(e);if(!Bn(t))return zr(1);const n=t.getBoundingClientRect(),{width:r,height:i,$:s}=j1(t);let o=(s?tc(n.width):n.width)/r,a=(s?tc(n.height):n.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}var TD=zr(0);function D1(e){const t=Jt(e);return!Wf()||!t.visualViewport?TD:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function MD(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==Jt(e)?!1:t}function $i(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const i=e.getBoundingClientRect(),s=Gf(e);let o=zr(1);t&&(r?Cn(r)&&(o=Ji(r)):o=Ji(e));const a=MD(s,n,r)?D1(s):zr(0);let l=(i.left+a.x)/o.x,c=(i.top+a.y)/o.y,u=i.width/o.x,d=i.height/o.y;if(s){const f=Jt(s),h=r&&Cn(r)?Jt(r):r;let g=f,m=g.frameElement;for(;m&&r&&h!==g;){const p=Ji(m),v=m.getBoundingClientRect(),b=_n(m),x=v.left+(m.clientLeft+parseFloat(b.paddingLeft))*p.x,S=v.top+(m.clientTop+parseFloat(b.paddingTop))*p.y;l*=p.x,c*=p.y,u*=p.x,d*=p.y,l+=x,c+=S,g=Jt(m),m=g.frameElement}}return rc({width:u,height:d,x:l,y:c})}function $D(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e;const s=i==="fixed",o=gr(r),a=t?Nc(t.floating):!1;if(r===o||a&&s)return n;let l={scrollLeft:0,scrollTop:0},c=zr(1);const u=zr(0),d=Bn(r);if((d||!d&&!s)&&((Vs(r)!=="body"||Ra(o))&&(l=Bc(r)),Bn(r))){const f=$i(r);c=Ji(r),u.x=f.x+r.clientLeft,u.y=f.y+r.clientTop}return{width:n.width*c.x,height:n.height*c.y,x:n.x*c.x-l.scrollLeft*c.x+u.x,y:n.y*c.y-l.scrollTop*c.y+u.y}}function jD(e){return Array.from(e.getClientRects())}function L1(e){return $i(gr(e)).left+Bc(e).scrollLeft}function DD(e){const t=gr(e),n=Bc(e),r=e.ownerDocument.body,i=Qt(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),s=Qt(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let o=-n.scrollLeft+L1(e);const a=-n.scrollTop;return _n(r).direction==="rtl"&&(o+=Qt(t.clientWidth,r.clientWidth)-i),{width:i,height:s,x:o,y:a}}function LD(e,t){const n=Jt(e),r=gr(e),i=n.visualViewport;let s=r.clientWidth,o=r.clientHeight,a=0,l=0;if(i){s=i.width,o=i.height;const c=Wf();(!c||c&&t==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}return{width:s,height:o,x:a,y:l}}function ID(e,t){const n=$i(e,!0,t==="fixed"),r=n.top+e.clientTop,i=n.left+e.clientLeft,s=Bn(e)?Ji(e):zr(1),o=e.clientWidth*s.x,a=e.clientHeight*s.y,l=i*s.x,c=r*s.y;return{width:o,height:a,x:l,y:c}}function qm(e,t,n){let r;if(t==="viewport")r=LD(e,n);else if(t==="document")r=DD(gr(e));else if(Cn(t))r=ID(t,n);else{const i=D1(e);r={...t,x:t.x-i.x,y:t.y-i.y}}return rc(r)}function I1(e,t){const n=Kr(e);return n===t||!Cn(n)||js(n)?!1:_n(n).position==="fixed"||I1(n,t)}function RD(e,t){const n=t.get(e);if(n)return n;let r=oa(e,[],!1).filter(a=>Cn(a)&&Vs(a)!=="body"),i=null;const s=_n(e).position==="fixed";let o=s?Kr(e):e;for(;Cn(o)&&!js(o);){const a=_n(o),l=Vf(o);!l&&a.position==="fixed"&&(i=null),(s?!l&&!i:!l&&a.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||Ra(o)&&!l&&I1(e,o))?r=r.filter(u=>u!==o):i=a,o=Kr(o)}return t.set(e,r),r}function FD(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e;const o=[...n==="clippingAncestors"?Nc(t)?[]:RD(t,this._c):[].concat(n),r],a=o[0],l=o.reduce((c,u)=>{const d=qm(t,u,i);return c.top=Qt(d.top,c.top),c.right=Rn(d.right,c.right),c.bottom=Rn(d.bottom,c.bottom),c.left=Qt(d.left,c.left),c},qm(t,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function ND(e){const{width:t,height:n}=j1(e);return{width:t,height:n}}function BD(e,t,n){const r=Bn(t),i=gr(t),s=n==="fixed",o=$i(e,!0,s,t);let a={scrollLeft:0,scrollTop:0};const l=zr(0);if(r||!r&&!s)if((Vs(t)!=="body"||Ra(i))&&(a=Bc(t)),r){const d=$i(t,!0,s,t);l.x=d.x+t.clientLeft,l.y=d.y+t.clientTop}else i&&(l.x=L1(i));const c=o.left+a.scrollLeft-l.x,u=o.top+a.scrollTop-l.y;return{x:c,y:u,width:o.width,height:o.height}}function Tu(e){return _n(e).position==="static"}function zm(e,t){return!Bn(e)||_n(e).position==="fixed"?null:t?t(e):e.offsetParent}function R1(e,t){const n=Jt(e);if(Nc(e))return n;if(!Bn(e)){let i=Kr(e);for(;i&&!js(i);){if(Cn(i)&&!Tu(i))return i;i=Kr(i)}return n}let r=zm(e,t);for(;r&&AD(r)&&Tu(r);)r=zm(r,t);return r&&js(r)&&Tu(r)&&!Vf(r)?n:r||PD(e)||n}var qD=async function(e){const t=this.getOffsetParent||R1,n=this.getDimensions,r=await n(e.floating);return{reference:BD(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function zD(e){return _n(e).direction==="rtl"}var F1={convertOffsetParentRelativeRectToViewportRelativeRect:$D,getDocumentElement:gr,getClippingRect:FD,getOffsetParent:R1,getElementRects:qD,getClientRects:jD,getDimensions:ND,getScale:Ji,isElement:Cn,isRTL:zD};function HD(e,t){let n=null,r;const i=gr(e);function s(){var a;clearTimeout(r),(a=n)==null||a.disconnect(),n=null}function o(a,l){a===void 0&&(a=!1),l===void 0&&(l=1),s();const{left:c,top:u,width:d,height:f}=e.getBoundingClientRect();if(a||t(),!d||!f)return;const h=gl(u),g=gl(i.clientWidth-(c+d)),m=gl(i.clientHeight-(u+f)),p=gl(c),b={rootMargin:-h+"px "+-g+"px "+-m+"px "+-p+"px",threshold:Qt(0,Rn(1,l))||1};let x=!0;function S(w){const _=w[0].intersectionRatio;if(_!==l){if(!x)return o();_?o(!1,_):r=setTimeout(()=>{o(!1,1e-7)},1e3)}x=!1}try{n=new IntersectionObserver(S,{...b,root:i.ownerDocument})}catch(w){n=new IntersectionObserver(S,b)}n.observe(e)}return o(!0),s}function KD(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:i=!0,ancestorResize:s=!0,elementResize:o=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:l=!1}=r,c=Gf(e),u=i||s?[...c?oa(c):[],...oa(t)]:[];u.forEach(v=>{i&&v.addEventListener("scroll",n,{passive:!0}),s&&v.addEventListener("resize",n)});const d=c&&a?HD(c,n):null;let f=-1,h=null;o&&(h=new ResizeObserver(v=>{let[b]=v;b&&b.target===c&&h&&(h.unobserve(t),cancelAnimationFrame(f),f=requestAnimationFrame(()=>{var x;(x=h)==null||x.observe(t)})),n()}),c&&!l&&h.observe(c),h.observe(t));let g,m=l?$i(e):null;l&&p();function p(){const v=$i(e);m&&(v.x!==m.x||v.y!==m.y||v.width!==m.width||v.height!==m.height)&&n(),m=v,g=requestAnimationFrame(p)}return n(),()=>{var v;u.forEach(b=>{i&&b.removeEventListener("scroll",n),s&&b.removeEventListener("resize",n)}),d==null||d(),(v=h)==null||v.disconnect(),h=null,l&&cancelAnimationFrame(g)}}var UD=kD,VD=OD,WD=SD,GD=ED,QD=CD,YD=wD,XD=(e,t,n)=>{const r=new Map,i={platform:F1,...n},s={...i.platform,_c:r};return xD(e,t,{...i,platform:s})},Qf=pt();function Yf(){const e=vt(Qf);if(e===void 0)throw new Error("[kobalte]: `usePopperContext` must be used within a `Popper` component");return e}var JD=le('<svg display="block" viewBox="0 0 30 30" style="transform:scale(1.02)"><g><path fill="none" d="M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z"></path><path stroke="none" d="M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z">'),Ud=30,Hm=Ud/2,ZD={top:180,right:-90,bottom:0,left:90};function Xf(e){const t=Yf(),n=Be({size:Ud},e),[r,i]=Ve(n,["ref","style","size"]),s=()=>t.currentPlacement().split("-")[0],o=e6(t.contentRef),a=()=>{var f;return((f=o())==null?void 0:f.getPropertyValue("background-color"))||"none"},l=()=>{var f;return((f=o())==null?void 0:f.getPropertyValue(`border-${s()}-color`))||"none"},c=()=>{var f;return((f=o())==null?void 0:f.getPropertyValue(`border-${s()}-width`))||"0px"},u=()=>Number.parseInt(c())*2*(Ud/r.size),d=()=>`rotate(${ZD[s()]} ${Hm} ${Hm}) translate(0 2)`;return T(nt,Oe({as:"div",ref(f){const h=Mt(t.setArrowRef,r.ref);typeof h=="function"&&h(f)},"aria-hidden":"true",get style(){return Lc({position:"absolute","font-size":`${r.size}px`,width:"1em",height:"1em","pointer-events":"none",fill:a(),stroke:l(),"stroke-width":u()},r.style)}},i,{get children(){const f=JD(),h=f.firstChild;return be(()=>J(h,"transform",d())),f}}))}function e6(e){const[t,n]=re();return xe(()=>{const r=e();r&&n(Zj(r).getComputedStyle(r))}),t}function t6(e){const t=Yf(),[n,r]=Ve(e,["ref","style"]);return T(nt,Oe({as:"div",ref(i){const s=Mt(t.setPositionerRef,n.ref);typeof s=="function"&&s(i)},"data-popper-positioner":"",get style(){return Lc({position:"absolute",top:0,left:0,"min-width":"max-content"},n.style)}},r))}function Km(e){const{x:t=0,y:n=0,width:r=0,height:i=0}=e!=null?e:{};if(typeof DOMRect=="function")return new DOMRect(t,n,r,i);const s={x:t,y:n,width:r,height:i,top:n,right:t+r,bottom:n+i,left:t};return{...s,toJSON:()=>s}}function n6(e,t){return{contextElement:e,getBoundingClientRect:()=>{const r=t(e);return r?Km(r):e?e.getBoundingClientRect():Km()}}}function r6(e){return/^(?:top|bottom|left|right)(?:-(?:start|end))?$/.test(e)}var i6={top:"bottom",right:"left",bottom:"top",left:"right"};function s6(e,t){const[n,r]=e.split("-"),i=i6[n];return r?n==="left"||n==="right"?`${i} ${r==="start"?"top":"bottom"}`:r==="start"?`${i} ${t==="rtl"?"right":"left"}`:`${i} ${t==="rtl"?"left":"right"}`:`${i} center`}function o6(e){const t=Be({getAnchorRect:f=>f==null?void 0:f.getBoundingClientRect(),placement:"bottom",gutter:0,shift:0,flip:!0,slide:!0,overlap:!1,sameWidth:!1,fitViewport:!1,hideWhenDetached:!1,detachedPadding:0,arrowPadding:4,overflowPadding:8},e),[n,r]=re(),[i,s]=re(),[o,a]=re(t.placement),l=()=>{var f;return n6((f=t.anchorRef)==null?void 0:f.call(t),t.getAnchorRect)},{direction:c}=Qr();async function u(){var _,C,k;const f=l(),h=n(),g=i();if(!f||!h)return;const m=((g==null?void 0:g.clientHeight)||0)/2,p=typeof t.gutter=="number"?t.gutter+m:(_=t.gutter)!=null?_:m;h.style.setProperty("--kb-popper-content-overflow-padding",`${t.overflowPadding}px`),f.getBoundingClientRect();const v=[UD(({placement:O})=>{const A=!!O.split("-")[1];return{mainAxis:p,crossAxis:A?void 0:t.shift,alignmentAxis:t.shift}})];if(t.flip!==!1){const O=typeof t.flip=="string"?t.flip.split(" "):void 0;if(O!==void 0&&!O.every(r6))throw new Error("`flip` expects a spaced-delimited list of placements");v.push(WD({padding:t.overflowPadding,fallbackPlacements:O}))}(t.slide||t.overlap)&&v.push(VD({mainAxis:t.slide,crossAxis:t.overlap,padding:t.overflowPadding})),v.push(GD({padding:t.overflowPadding,apply({availableWidth:O,availableHeight:A,rects:M}){const L=Math.round(M.reference.width);O=Math.floor(O),A=Math.floor(A),h.style.setProperty("--kb-popper-anchor-width",`${L}px`),h.style.setProperty("--kb-popper-content-available-width",`${O}px`),h.style.setProperty("--kb-popper-content-available-height",`${A}px`),t.sameWidth&&(h.style.width=`${L}px`),t.fitViewport&&(h.style.maxWidth=`${O}px`,h.style.maxHeight=`${A}px`)}})),t.hideWhenDetached&&v.push(QD({padding:t.detachedPadding})),g&&v.push(YD({element:g,padding:t.arrowPadding}));const b=await XD(f,h,{placement:t.placement,strategy:"absolute",middleware:v,platform:{...F1,isRTL:()=>c()==="rtl"}});if(a(b.placement),(C=t.onCurrentPlacementChange)==null||C.call(t,b.placement),!h)return;h.style.setProperty("--kb-popper-content-transform-origin",s6(b.placement,c()));const x=Math.round(b.x),S=Math.round(b.y);let w;if(t.hideWhenDetached&&(w=(k=b.middlewareData.hide)!=null&&k.referenceHidden?"hidden":"visible"),Object.assign(h.style,{top:"0",left:"0",transform:`translate3d(${x}px, ${S}px, 0)`,visibility:w}),g&&b.middlewareData.arrow){const{x:O,y:A}=b.middlewareData.arrow,M=b.placement.split("-")[0];Object.assign(g.style,{left:O!=null?`${O}px`:"",top:A!=null?`${A}px`:"",[M]:"100%"})}}xe(()=>{const f=l(),h=n();if(!f||!h)return;const g=KD(f,h,u,{elementResize:typeof ResizeObserver=="function"});we(g)}),xe(()=>{var g;const f=n(),h=(g=t.contentRef)==null?void 0:g.call(t);!f||!h||queueMicrotask(()=>{f.style.zIndex=getComputedStyle(h).zIndex})});const d={currentPlacement:o,contentRef:()=>{var f;return(f=t.contentRef)==null?void 0:f.call(t)},setPositionerRef:r,setArrowRef:s};return T(Qf.Provider,{value:d,get children(){return t.children}})}var N1=Object.assign(o6,{Arrow:Xf,Context:Qf,usePopperContext:Yf,Positioner:t6});function a6(e){const t=n=>{var r;n.key===Ff.Escape&&((r=e.onEscapeKeyDown)==null||r.call(e,n))};xe(()=>{var r,i;if(Q(e.isDisabled))return;const n=(i=(r=e.ownerDocument)==null?void 0:r.call(e))!=null?i:Nn();n.addEventListener("keydown",t),we(()=>{n.removeEventListener("keydown",t)})})}var Um="interactOutside.pointerDownOutside",Vm="interactOutside.focusOutside";function l6(e,t){let n,r=y4;const i=()=>Nn(t()),s=d=>{var f;return(f=e.onPointerDownOutside)==null?void 0:f.call(e,d)},o=d=>{var f;return(f=e.onFocusOutside)==null?void 0:f.call(e,d)},a=d=>{var f;return(f=e.onInteractOutside)==null?void 0:f.call(e,d)},l=d=>{var h;const f=d.target;return!(f instanceof HTMLElement)||f.closest(`[${ec}]`)||!dn(i(),f)||dn(t(),f)?!1:!((h=e.shouldExcludeElement)!=null&&h.call(e,f))},c=d=>{function f(){const h=t(),g=d.target;if(!h||!g||!l(d))return;const m=gt([s,a]);g.addEventListener(Um,m,{once:!0});const p=new CustomEvent(Um,{bubbles:!1,cancelable:!0,detail:{originalEvent:d,isContextMenu:d.button===2||i4(d)&&d.button===0}});g.dispatchEvent(p)}d.pointerType==="touch"?(i().removeEventListener("click",f),r=f,i().addEventListener("click",f,{once:!0})):f()},u=d=>{const f=t(),h=d.target;if(!f||!h||!l(d))return;const g=gt([o,a]);h.addEventListener(Vm,g,{once:!0});const m=new CustomEvent(Vm,{bubbles:!1,cancelable:!0,detail:{originalEvent:d,isContextMenu:!1}});h.dispatchEvent(m)};xe(()=>{Q(e.isDisabled)||(n=window.setTimeout(()=>{i().addEventListener("pointerdown",c,!0)},0),i().addEventListener("focusin",u,!0),we(()=>{window.clearTimeout(n),i().removeEventListener("click",r),i().removeEventListener("pointerdown",c,!0),i().removeEventListener("focusin",u,!0)}))})}var B1=pt();function c6(){return vt(B1)}function u6(e){let t;const n=c6(),[r,i]=Ve(e,["ref","disableOutsidePointerEvents","excludedElements","onEscapeKeyDown","onPointerDownOutside","onFocusOutside","onInteractOutside","onDismiss","bypassTopMostLayerCheck"]),s=new Set([]),o=d=>{s.add(d);const f=n==null?void 0:n.registerNestedLayer(d);return()=>{s.delete(d),f==null||f()}};l6({shouldExcludeElement:d=>{var f;return t?((f=r.excludedElements)==null?void 0:f.some(h=>dn(h(),d)))||[...s].some(h=>dn(h,d)):!1},onPointerDownOutside:d=>{var f,h,g;!t||qt.isBelowPointerBlockingLayer(t)||!r.bypassTopMostLayerCheck&&!qt.isTopMostLayer(t)||((f=r.onPointerDownOutside)==null||f.call(r,d),(h=r.onInteractOutside)==null||h.call(r,d),d.defaultPrevented||(g=r.onDismiss)==null||g.call(r))},onFocusOutside:d=>{var f,h,g;(f=r.onFocusOutside)==null||f.call(r,d),(h=r.onInteractOutside)==null||h.call(r,d),d.defaultPrevented||(g=r.onDismiss)==null||g.call(r)}},()=>t),a6({ownerDocument:()=>Nn(t),onEscapeKeyDown:d=>{var f;!t||!qt.isTopMostLayer(t)||((f=r.onEscapeKeyDown)==null||f.call(r,d),!d.defaultPrevented&&r.onDismiss&&(d.preventDefault(),r.onDismiss()))}}),ur(()=>{if(!t)return;qt.addLayer({node:t,isPointerBlocking:r.disableOutsidePointerEvents,dismiss:r.onDismiss});const d=n==null?void 0:n.registerNestedLayer(t);qt.assignPointerEventToLayers(),qt.disableBodyPointerEvents(t),we(()=>{t&&(qt.removeLayer(t),d==null||d(),qt.assignPointerEventToLayers(),qt.restoreBodyPointerEvents(t))})}),xe(cr([()=>t,()=>r.disableOutsidePointerEvents],([d,f])=>{if(!d)return;const h=qt.find(d);h&&h.isPointerBlocking!==f&&(h.isPointerBlocking=f,qt.assignPointerEventToLayers()),f&&qt.disableBodyPointerEvents(d),we(()=>{qt.restoreBodyPointerEvents(d)})},{defer:!0}));const u={registerNestedLayer:o};return T(B1.Provider,{value:u,get children(){return T(nt,Oe({as:"div",ref(d){const f=Mt(h=>t=h,r.ref);typeof f=="function"&&f(d)}},i))}})}function q1(e={}){const[t,n]=y1({value:()=>Q(e.open),defaultValue:()=>!!Q(e.defaultOpen),onChange:o=>{var a;return(a=e.onOpenChange)==null?void 0:a.call(e,o)}}),r=()=>{n(!0)},i=()=>{n(!1)};return{isOpen:t,setIsOpen:n,open:r,close:i,toggle:()=>{t()?i():r()}}}var on={};Fc(on,{Description:()=>h1,ErrorMessage:()=>g1,Item:()=>U1,ItemControl:()=>V1,ItemDescription:()=>W1,ItemIndicator:()=>G1,ItemInput:()=>Q1,ItemLabel:()=>Y1,Label:()=>X1,RadioGroup:()=>d6,Root:()=>J1});var z1=pt();function H1(){const e=vt(z1);if(e===void 0)throw new Error("[kobalte]: `useRadioGroupContext` must be used within a `RadioGroup` component");return e}var K1=pt();function Fa(){const e=vt(K1);if(e===void 0)throw new Error("[kobalte]: `useRadioGroupItemContext` must be used within a `RadioGroup.Item` component");return e}function U1(e){const t=La(),n=H1(),r=`${t.generateId("item")}-${gn()}`,i=Be({id:r},e),[s,o]=Ve(i,["value","disabled","onPointerDown"]),[a,l]=re(),[c,u]=re(),[d,f]=re(),[h,g]=re(),[m,p]=re(!1),v=H(()=>n.isSelectedValue(s.value)),b=H(()=>s.disabled||t.isDisabled()||!1),x=_=>{et(_,s.onPointerDown),m()&&_.preventDefault()},S=H(()=>({...t.dataset(),"data-disabled":b()?"":void 0,"data-checked":v()?"":void 0})),w={value:()=>s.value,dataset:S,isSelected:v,isDisabled:b,inputId:a,labelId:c,descriptionId:d,inputRef:h,select:()=>n.setSelectedValue(s.value),generateId:Da(()=>o.id),registerInput:fn(l),registerLabel:fn(u),registerDescription:fn(f),setIsFocused:p,setInputRef:g};return T(K1.Provider,{value:w,get children(){return T(nt,Oe({as:"div",role:"group",onPointerDown:x},S,o))}})}function V1(e){const t=Fa(),n=Be({id:t.generateId("control")},e),[r,i]=Ve(n,["onClick","onKeyDown"]);return T(nt,Oe({as:"div",onClick:a=>{var l;et(a,r.onClick),t.select(),(l=t.inputRef())==null||l.focus()},onKeyDown:a=>{var l;et(a,r.onKeyDown),a.key===Ff.Space&&(t.select(),(l=t.inputRef())==null||l.focus())}},()=>t.dataset(),i))}function W1(e){const t=Fa(),n=Be({id:t.generateId("description")},e);return xe(()=>we(t.registerDescription(n.id))),T(nt,Oe({as:"div"},()=>t.dataset(),n))}function G1(e){const t=Fa(),n=Be({id:t.generateId("indicator")},e),[r,i]=Ve(n,["ref","forceMount"]),[s,o]=re(),{present:a}=k1({show:()=>r.forceMount||t.isSelected(),element:()=>{var l;return(l=s())!=null?l:null}});return T(ve,{get when(){return a()},get children(){return T(nt,Oe({as:"div",ref(l){const c=Mt(o,r.ref);typeof c=="function"&&c(l)}},()=>t.dataset(),i))}})}function Q1(e){const t=La(),n=H1(),r=Fa(),i=Be({id:r.generateId("input")},e),[s,o]=Ve(i,["ref","style","aria-labelledby","aria-describedby","onChange","onFocus","onBlur"]),a=()=>[s["aria-labelledby"],r.labelId(),s["aria-labelledby"]!=null&&o["aria-label"]!=null?o.id:void 0].filter(Boolean).join(" ")||void 0,l=()=>[s["aria-describedby"],r.descriptionId(),n.ariaDescribedBy()].filter(Boolean).join(" ")||void 0,[c,u]=re(!1),d=g=>{if(et(g,s.onChange),g.stopPropagation(),!c()){n.setSelectedValue(r.value());const m=g.target;m.checked=r.isSelected()}u(!1)},f=g=>{et(g,s.onFocus),r.setIsFocused(!0)},h=g=>{et(g,s.onBlur),r.setIsFocused(!1)};return xe(cr([()=>r.isSelected(),()=>r.value()],g=>{if(!g[0]&&g[1]===r.value())return;u(!0);const m=r.inputRef();m==null||m.dispatchEvent(new Event("input",{bubbles:!0,cancelable:!0})),m==null||m.dispatchEvent(new Event("change",{bubbles:!0,cancelable:!0}))},{defer:!0})),xe(()=>we(r.registerInput(o.id))),T(nt,Oe({as:"input",ref(g){const m=Mt(r.setInputRef,s.ref);typeof m=="function"&&m(g)},type:"radio",get name(){return t.name()},get value(){return r.value()},get checked(){return r.isSelected()},get required(){return t.isRequired()},get disabled(){return r.isDisabled()},get readonly(){return t.isReadOnly()},get style(){return Lc({...d1},s.style)},get"aria-labelledby"(){return a()},get"aria-describedby"(){return l()},onChange:d,onFocus:f,onBlur:h},()=>r.dataset(),o))}function Y1(e){const t=Fa(),n=Be({id:t.generateId("label")},e);return xe(()=>we(t.registerLabel(n.id))),T(nt,Oe({as:"label",get for(){return t.inputId()}},()=>t.dataset(),n))}function X1(e){return T(x4,Oe({as:"span"},e))}function J1(e){let t;const n=`radiogroup-${gn()}`,r=Be({id:n,orientation:"vertical"},e),[i,s,o]=Ve(r,["ref","value","defaultValue","onChange","orientation","aria-labelledby","aria-describedby"],v4),[a,l]=Ia({value:()=>i.value,defaultValue:()=>i.defaultValue,onChange:g=>{var m;return(m=i.onChange)==null?void 0:m.call(i,g)}}),{formControlContext:c}=b4(s);w4(()=>t,()=>{var g;return l((g=i.defaultValue)!=null?g:"")});const u=()=>c.getAriaLabelledBy(Q(s.id),o["aria-label"],i["aria-labelledby"]),d=()=>c.getAriaDescribedBy(i["aria-describedby"]),f=g=>g===a(),h={ariaDescribedBy:d,isSelectedValue:f,setSelectedValue:g=>{if(!(c.isReadOnly()||c.isDisabled())&&(l(g),t))for(const m of t.querySelectorAll("[type='radio']")){const p=m;p.checked=f(p.value)}}};return T(f1.Provider,{value:c,get children(){return T(z1.Provider,{value:h,get children(){return T(nt,Oe({as:"div",ref(g){const m=Mt(p=>t=p,i.ref);typeof m=="function"&&m(g)},role:"radiogroup",get id(){return Q(s.id)},get"aria-invalid"(){return c.validationState()==="invalid"||void 0},get"aria-required"(){return c.isRequired()||void 0},get"aria-disabled"(){return c.isDisabled()||void 0},get"aria-readonly"(){return c.isReadOnly()||void 0},get"aria-orientation"(){return i.orientation},get"aria-labelledby"(){return u()},get"aria-describedby"(){return d()}},()=>c.dataset(),o))}})}})}var d6=Object.assign(J1,{Description:h1,ErrorMessage:g1,Item:U1,ItemControl:V1,ItemDescription:W1,ItemIndicator:G1,ItemInput:Q1,ItemLabel:Y1,Label:X1}),f6=class{constructor(e,t,n){pe(this,"collection");pe(this,"ref");pe(this,"collator");this.collection=e,this.ref=t,this.collator=n}getKeyBelow(e){let t=this.collection().getKeyAfter(e);for(;t!=null;){const n=this.collection().getItem(t);if(n&&n.type==="item"&&!n.disabled)return t;t=this.collection().getKeyAfter(t)}}getKeyAbove(e){let t=this.collection().getKeyBefore(e);for(;t!=null;){const n=this.collection().getItem(t);if(n&&n.type==="item"&&!n.disabled)return t;t=this.collection().getKeyBefore(t)}}getFirstKey(){let e=this.collection().getFirstKey();for(;e!=null;){const t=this.collection().getItem(e);if(t&&t.type==="item"&&!t.disabled)return e;e=this.collection().getKeyAfter(e)}}getLastKey(){let e=this.collection().getLastKey();for(;e!=null;){const t=this.collection().getItem(e);if(t&&t.type==="item"&&!t.disabled)return e;e=this.collection().getKeyBefore(e)}}getItem(e){var t,n,r;return(r=(n=(t=this.ref)==null?void 0:t.call(this))==null?void 0:n.querySelector(`[data-key="${e}"]`))!=null?r:null}getKeyPageAbove(e){var s;const t=(s=this.ref)==null?void 0:s.call(this);let n=this.getItem(e);if(!t||!n)return;const r=Math.max(0,n.offsetTop+n.offsetHeight-t.offsetHeight);let i=e;for(;i&&n&&n.offsetTop>r;)i=this.getKeyAbove(i),n=i!=null?this.getItem(i):null;return i}getKeyPageBelow(e){var s;const t=(s=this.ref)==null?void 0:s.call(this);let n=this.getItem(e);if(!t||!n)return;const r=Math.min(t.scrollHeight,n.offsetTop-n.offsetHeight+t.offsetHeight);let i=e;for(;i&&n&&n.offsetTop<r;)i=this.getKeyBelow(i),n=i!=null?this.getItem(i):null;return i}getKeyForSearch(e,t){var i;const n=(i=this.collator)==null?void 0:i.call(this);if(!n)return;let r=t!=null?this.getKeyBelow(t):this.getFirstKey();for(;r!=null;){const s=this.collection().getItem(r);if(s){const o=s.textValue.slice(0,e.length);if(s.textValue&&n.compare(o,e)===0)return r}r=this.getKeyBelow(r)}}};function h6(e,t,n){const r=z4({usage:"search",sensitivity:"base"}),i=H(()=>{const s=Q(e.keyboardDelegate);return s||new f6(e.collection,t,r)});return Q4({selectionManager:()=>Q(e.selectionManager),keyboardDelegate:i,autoFocus:()=>Q(e.autoFocus),deferAutoFocus:()=>Q(e.deferAutoFocus),shouldFocusWrap:()=>Q(e.shouldFocusWrap),disallowEmptySelection:()=>Q(e.disallowEmptySelection),selectOnFocus:()=>Q(e.selectOnFocus),disallowTypeAhead:()=>Q(e.disallowTypeAhead),shouldUseVirtualFocus:()=>Q(e.shouldUseVirtualFocus),allowsTabNavigation:()=>Q(e.allowsTabNavigation),isVirtualized:()=>Q(e.isVirtualized),scrollToKey:s=>{var o;return(o=Q(e.scrollToKey))==null?void 0:o(s)},orientation:()=>Q(e.orientation)},t)}var Mu="focusScope.autoFocusOnMount",$u="focusScope.autoFocusOnUnmount",Wm={bubbles:!1,cancelable:!0},Gm={stack:[],active(){return this.stack[0]},add(e){var t;e!==this.active()&&((t=this.active())==null||t.pause()),this.stack=Nd(this.stack,e),this.stack.unshift(e)},remove(e){var t;this.stack=Nd(this.stack,e),(t=this.active())==null||t.resume()}};function g6(e,t){const[n,r]=re(!1),i={pause(){r(!0)},resume(){r(!1)}};let s=null;const o=g=>{var m;return(m=e.onMountAutoFocus)==null?void 0:m.call(e,g)},a=g=>{var m;return(m=e.onUnmountAutoFocus)==null?void 0:m.call(e,g)},l=()=>Nn(t()),c=()=>{const g=l().createElement("span");return g.setAttribute("data-focus-trap",""),g.tabIndex=0,Object.assign(g.style,d1),g},u=()=>{const g=t();return g?c1(g,!0).filter(m=>!m.hasAttribute("data-focus-trap")):[]},d=()=>{const g=u();return g.length>0?g[0]:null},f=()=>{const g=u();return g.length>0?g[g.length-1]:null},h=()=>{const g=t();if(!g)return!1;const m=Eo(g);return!m||dn(g,m)?!1:u1(m)};xe(()=>{const g=t();if(!g)return;Gm.add(i);const m=Eo(g);if(!dn(g,m)){const v=new CustomEvent(Mu,Wm);g.addEventListener(Mu,o),g.dispatchEvent(v),v.defaultPrevented||setTimeout(()=>{Ct(d()),Eo(g)===m&&Ct(g)},0)}we(()=>{g.removeEventListener(Mu,o),setTimeout(()=>{const v=new CustomEvent($u,Wm);h()&&v.preventDefault(),g.addEventListener($u,a),g.dispatchEvent(v),v.defaultPrevented||Ct(m!=null?m:l().body),g.removeEventListener($u,a),Gm.remove(i)},0)})}),xe(()=>{const g=t();if(!g||!Q(e.trapFocus)||n())return;const m=v=>{const b=v.target;b!=null&&b.closest(`[${ec}]`)||(dn(g,b)?s=b:Ct(s))},p=v=>{const b=v.relatedTarget,x=b!=null?b:Eo(g);x!=null&&x.closest(`[${ec}]`)||dn(g,x)||Ct(s)};l().addEventListener("focusin",m),l().addEventListener("focusout",p),we(()=>{l().removeEventListener("focusin",m),l().removeEventListener("focusout",p)})}),xe(()=>{const g=t();if(!g||!Q(e.trapFocus)||n())return;const m=c();g.insertAdjacentElement("afterbegin",m);const p=c();g.insertAdjacentElement("beforeend",p);function v(x){const S=d(),w=f();x.relatedTarget===S?Ct(w):Ct(S)}m.addEventListener("focusin",v),p.addEventListener("focusin",v);const b=new MutationObserver(x=>{for(const S of x)S.previousSibling===p&&(p.remove(),g.insertAdjacentElement("beforeend",p)),S.nextSibling===m&&(m.remove(),g.insertAdjacentElement("afterbegin",m))});b.observe(g,{childList:!0,subtree:!1}),we(()=>{m.removeEventListener("focusin",v),p.removeEventListener("focusin",v),m.remove(),p.remove(),b.disconnect()})})}var y6="data-live-announcer";function m6(e){xe(()=>{Q(e.isDisabled)||we(p6(Q(e.targets),Q(e.root)))})}var go=new WeakMap,sn=[];function p6(e,t=document.body){const n=new Set(e),r=new Set,i=l=>{for(const f of l.querySelectorAll(`[${y6}], [${ec}]`))n.add(f);const c=f=>{if(n.has(f)||f.parentElement&&r.has(f.parentElement)&&f.parentElement.getAttribute("role")!=="row")return NodeFilter.FILTER_REJECT;for(const h of n)if(f.contains(h))return NodeFilter.FILTER_SKIP;return NodeFilter.FILTER_ACCEPT},u=document.createTreeWalker(l,NodeFilter.SHOW_ELEMENT,{acceptNode:c}),d=c(l);if(d===NodeFilter.FILTER_ACCEPT&&s(l),d!==NodeFilter.FILTER_REJECT){let f=u.nextNode();for(;f!=null;)s(f),f=u.nextNode()}},s=l=>{var u;const c=(u=go.get(l))!=null?u:0;l.getAttribute("aria-hidden")==="true"&&c===0||(c===0&&l.setAttribute("aria-hidden","true"),r.add(l),go.set(l,c+1))};sn.length&&sn[sn.length-1].disconnect(),i(t);const o=new MutationObserver(l=>{for(const c of l)if(!(c.type!=="childList"||c.addedNodes.length===0)&&![...n,...r].some(u=>u.contains(c.target))){for(const u of c.removedNodes)u instanceof Element&&(n.delete(u),r.delete(u));for(const u of c.addedNodes)(u instanceof HTMLElement||u instanceof SVGElement)&&(u.dataset.liveAnnouncer==="true"||u.dataset.reactAriaTopLayer==="true")?n.add(u):u instanceof Element&&i(u)}});o.observe(t,{childList:!0,subtree:!0});const a={observe(){o.observe(t,{childList:!0,subtree:!0})},disconnect(){o.disconnect()}};return sn.push(a),()=>{o.disconnect();for(const l of r){const c=go.get(l);if(c==null)return;c===1?(l.removeAttribute("aria-hidden"),go.delete(l)):go.set(l,c-1)}a===sn[sn.length-1]?(sn.pop(),sn.length&&sn[sn.length-1].observe()):sn.splice(sn.indexOf(a),1)}}var yl=new Map,v6=e=>{xe(()=>{var s,o;const t=(s=St(e.style))!=null?s:{},n=(o=St(e.properties))!=null?o:[],r={};for(const a in t)r[a]=e.element.style[a];const i=yl.get(e.key);i?i.activeCount++:yl.set(e.key,{activeCount:1,originalStyles:r,properties:n.map(a=>a.key)}),Object.assign(e.element.style,e.style);for(const a of n)e.element.style.setProperty(a.key,a.value);we(()=>{var l;const a=yl.get(e.key);if(a){if(a.activeCount!==1){a.activeCount--;return}yl.delete(e.key);for(const[c,u]of Object.entries(a.originalStyles))e.element.style[c]=u;for(const c of a.properties)e.element.style.removeProperty(c);e.element.style.length===0&&e.element.removeAttribute("style"),(l=e.cleanup)==null||l.call(e)}})})},Qm=v6,b6=(e,t)=>{switch(t){case"x":return[e.clientWidth,e.scrollLeft,e.scrollWidth];case"y":return[e.clientHeight,e.scrollTop,e.scrollHeight]}},x6=(e,t)=>{const n=getComputedStyle(e),r=t==="x"?n.overflowX:n.overflowY;return r==="auto"||r==="scroll"||e.tagName==="HTML"&&r==="visible"},w6=(e,t,n)=>{var l;const r=t==="x"&&window.getComputedStyle(e).direction==="rtl"?-1:1;let i=e,s=0,o=0,a=!1;do{const[c,u,d]=b6(i,t),f=d-c-r*u;(u!==0||f!==0)&&x6(i,t)&&(s+=f,o+=u),i===(n!=null?n:document.documentElement)?a=!0:i=(l=i._$host)!=null?l:i.parentElement}while(i&&!a);return[s,o]},[Ym,Xm]=re([]),S6=e=>Ym().indexOf(e)===Ym().length-1,C6=e=>{const t=Oe({element:null,enabled:!0,hideScrollbar:!0,preventScrollbarShift:!0,preventScrollbarShiftMode:"padding",restoreScrollPosition:!0,allowPinchZoom:!1},e),n=gn();let r=[0,0],i=null,s=null;xe(()=>{St(t.enabled)&&(Xm(c=>[...c,n]),we(()=>{Xm(c=>c.filter(u=>u!==n))}))}),xe(()=>{if(!St(t.enabled)||!St(t.hideScrollbar))return;const{body:c}=document,u=window.innerWidth-c.offsetWidth;if(St(t.preventScrollbarShift)){const d={overflow:"hidden"},f=[];u>0&&(St(t.preventScrollbarShiftMode)==="padding"?d.paddingRight=`calc(${window.getComputedStyle(c).paddingRight} + ${u}px)`:d.marginRight=`calc(${window.getComputedStyle(c).marginRight} + ${u}px)`,f.push({key:"--scrollbar-width",value:`${u}px`}));const h=window.scrollY,g=window.scrollX;Qm({key:"prevent-scroll",element:c,style:d,properties:f,cleanup:()=>{St(t.restoreScrollPosition)&&u>0&&window.scrollTo(g,h)}})}else Qm({key:"prevent-scroll",element:c,style:{overflow:"hidden"}})}),xe(()=>{!S6(n)||!St(t.enabled)||(document.addEventListener("wheel",a,{passive:!1}),document.addEventListener("touchstart",o,{passive:!1}),document.addEventListener("touchmove",l,{passive:!1}),we(()=>{document.removeEventListener("wheel",a),document.removeEventListener("touchstart",o),document.removeEventListener("touchmove",l)}))});const o=c=>{r=Jm(c),i=null,s=null},a=c=>{const u=c.target,d=St(t.element),f=_6(c),h=Math.abs(f[0])>Math.abs(f[1])?"x":"y",g=h==="x"?f[0]:f[1],m=Zm(u,h,g,d);let p;d&&Vd(d,u)?p=!m:p=!0,p&&c.cancelable&&c.preventDefault()},l=c=>{const u=St(t.element),d=c.target;let f;if(c.touches.length===2)f=!St(t.allowPinchZoom);else{if(i==null||s===null){const h=Jm(c).map((m,p)=>r[p]-m),g=Math.abs(h[0])>Math.abs(h[1])?"x":"y";i=g,s=g==="x"?h[0]:h[1]}if(d.type==="range")f=!1;else{const h=Zm(d,i,s,u);u&&Vd(u,d)?f=!h:f=!0}}f&&c.cancelable&&c.preventDefault()}},_6=e=>[e.deltaX,e.deltaY],Jm=e=>e.changedTouches[0]?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0],Zm=(e,t,n,r)=>{const i=r!==null&&Vd(r,e),[s,o]=w6(e,t,i?r:void 0);return!(n>0&&Math.abs(s)<=1||n<0&&Math.abs(o)<1)},Vd=(e,t)=>{var r;if(e.contains(t))return!0;let n=t;for(;n;){if(n===e)return!0;n=(r=n._$host)!=null?r:n.parentElement}return!1},k6=C6,O6=k6,Z1=pt();function ex(){return vt(Z1)}function yr(){const e=ex();if(e===void 0)throw new Error("[kobalte]: `useMenuContext` must be used within a `Menu` component");return e}var tx=pt();function Jf(){const e=vt(tx);if(e===void 0)throw new Error("[kobalte]: `useMenuItemContext` must be used within a `Menu.Item` component");return e}var nx=pt();function Hn(){const e=vt(nx);if(e===void 0)throw new Error("[kobalte]: `useMenuRootContext` must be used within a `MenuRoot` component");return e}function Zf(e){let t;const n=Hn(),r=yr(),i=Be({id:n.generateId(`item-${gn()}`)},e),[s,o]=Ve(i,["ref","textValue","disabled","closeOnSelect","checked","indeterminate","onSelect","onPointerMove","onPointerLeave","onPointerDown","onPointerUp","onClick","onKeyDown","onMouseDown","onFocus"]),[a,l]=re(),[c,u]=re(),[d,f]=re(),h=()=>r.listState().selectionManager(),g=()=>o.id,m=()=>h().focusedKey()===g(),p=()=>{var O;(O=s.onSelect)==null||O.call(s),s.closeOnSelect&&setTimeout(()=>{r.close(!0)})};D4({getItem:()=>{var O,A,M,L,G;return{ref:()=>t,type:"item",key:g(),textValue:(L=(M=(A=s.textValue)!=null?A:(O=d())==null?void 0:O.textContent)!=null?M:t==null?void 0:t.textContent)!=null?L:"",disabled:(G=s.disabled)!=null?G:!1}}});const v=_1({key:g,selectionManager:h,shouldSelectOnPressUp:!0,allowsDifferentPressOrigin:!0,disabled:()=>s.disabled},()=>t),b=O=>{et(O,s.onPointerMove),O.pointerType==="mouse"&&(s.disabled?r.onItemLeave(O):(r.onItemEnter(O),O.defaultPrevented||(Ct(O.currentTarget),r.listState().selectionManager().setFocused(!0),r.listState().selectionManager().setFocusedKey(g()))))},x=O=>{et(O,s.onPointerLeave),O.pointerType==="mouse"&&r.onItemLeave(O)},S=O=>{et(O,s.onPointerUp),!s.disabled&&O.button===0&&p()},w=O=>{if(et(O,s.onKeyDown),!O.repeat&&!s.disabled)switch(O.key){case"Enter":case" ":p();break}},_=H(()=>{if(s.indeterminate)return"mixed";if(s.checked!=null)return s.checked}),C=H(()=>({"data-indeterminate":s.indeterminate?"":void 0,"data-checked":s.checked&&!s.indeterminate?"":void 0,"data-disabled":s.disabled?"":void 0,"data-highlighted":m()?"":void 0})),k={isChecked:()=>s.checked,dataset:C,setLabelRef:f,generateId:Da(()=>o.id),registerLabel:fn(l),registerDescription:fn(u)};return T(tx.Provider,{value:k,get children(){return T(nt,Oe({as:"div",ref(O){const A=Mt(M=>t=M,s.ref);typeof A=="function"&&A(O)},get tabIndex(){return v.tabIndex()},get"aria-checked"(){return _()},get"aria-disabled"(){return s.disabled},get"aria-labelledby"(){return a()},get"aria-describedby"(){return c()},get"data-key"(){return v.dataKey()},get onPointerDown(){return gt([s.onPointerDown,v.onPointerDown])},get onPointerUp(){return gt([S,v.onPointerUp])},get onClick(){return gt([s.onClick,v.onClick])},get onKeyDown(){return gt([w,v.onKeyDown])},get onMouseDown(){return gt([s.onMouseDown,v.onMouseDown])},get onFocus(){return gt([s.onFocus,v.onFocus])},onPointerMove:b,onPointerLeave:x},C,o))}})}function rx(e){const t=Be({closeOnSelect:!1},e),[n,r]=Ve(t,["checked","defaultChecked","onChange","onSelect"]),i=k4({isSelected:()=>n.checked,defaultIsSelected:()=>n.defaultChecked,onSelectedChange:o=>{var a;return(a=n.onChange)==null?void 0:a.call(n,o)},isDisabled:()=>r.disabled});return T(Zf,Oe({role:"menuitemcheckbox",get checked(){return i.isSelected()},onSelect:()=>{var o;(o=n.onSelect)==null||o.call(n),i.toggle()}},r))}var E6=pt();function qc(){return vt(E6)}var aa={next:(e,t)=>e==="ltr"?t==="horizontal"?"ArrowRight":"ArrowDown":t==="horizontal"?"ArrowLeft":"ArrowUp",previous:(e,t)=>aa.next(e==="ltr"?"rtl":"ltr",t)},ep={first:e=>e==="horizontal"?"ArrowDown":"ArrowRight",last:e=>e==="horizontal"?"ArrowUp":"ArrowLeft"};function ix(e){const t=Hn(),n=yr(),r=qc(),{direction:i}=Qr(),s=Be({id:t.generateId("trigger")},e),[o,a]=Ve(s,["ref","id","disabled","onPointerDown","onClick","onKeyDown","onMouseOver","onFocus"]);let l=()=>t.value();r!==void 0&&(l=()=>{var v;return(v=t.value())!=null?v:o.id},r.lastValue()===void 0&&r.setLastValue(l));const c=Rc(()=>n.triggerRef(),()=>"button"),u=H(()=>{var v;return c()==="a"&&((v=n.triggerRef())==null?void 0:v.getAttribute("href"))!=null});xe(cr(()=>r==null?void 0:r.value(),v=>{var b;u()&&v===l()&&((b=n.triggerRef())==null||b.focus())}));const d=()=>{r!==void 0?n.isOpen()?r.value()===l()&&r.closeMenu():(r.autoFocusMenu()||r.setAutoFocusMenu(!0),n.open(!1)):n.toggle(!0)},f=v=>{et(v,o.onPointerDown),v.currentTarget.dataset.pointerType=v.pointerType,!o.disabled&&v.pointerType!=="touch"&&v.button===0&&d()},h=v=>{et(v,o.onClick),o.disabled||v.currentTarget.dataset.pointerType==="touch"&&d()},g=v=>{if(et(v,o.onKeyDown),!o.disabled){if(u())switch(v.key){case"Enter":case" ":return}switch(v.key){case"Enter":case" ":case ep.first(t.orientation()):v.stopPropagation(),v.preventDefault(),p4(v.currentTarget),n.open("first"),r==null||r.setAutoFocusMenu(!0),r==null||r.setValue(l);break;case ep.last(t.orientation()):v.stopPropagation(),v.preventDefault(),n.open("last");break;case aa.next(i(),t.orientation()):if(r===void 0)break;v.stopPropagation(),v.preventDefault(),r.nextMenu();break;case aa.previous(i(),t.orientation()):if(r===void 0)break;v.stopPropagation(),v.preventDefault(),r.previousMenu();break}}},m=v=>{var b;et(v,o.onMouseOver),((b=n.triggerRef())==null?void 0:b.dataset.pointerType)!=="touch"&&!o.disabled&&r!==void 0&&r.value()!==void 0&&r.setValue(l)},p=v=>{et(v,o.onFocus),r!==void 0&&v.currentTarget.dataset.pointerType!=="touch"&&r.setValue(l)};return xe(()=>we(n.registerTriggerId(o.id))),T(Hf,Oe({ref(v){const b=Mt(n.setTriggerRef,o.ref);typeof b=="function"&&b(v)},get"data-kb-menu-value-trigger"(){return t.value()},get id(){return o.id},get disabled(){return o.disabled},"aria-haspopup":"true",get"aria-expanded"(){return n.isOpen()},get"aria-controls"(){return H(()=>!!n.isOpen())()?n.contentId():void 0},get"data-highlighted"(){return l()!==void 0&&(r==null?void 0:r.value())===l()?!0:void 0},get tabIndex(){return r!==void 0?r.value()===l()||r.lastValue()===l()?0:-1:void 0},onPointerDown:f,onMouseOver:m,onClick:h,onKeyDown:g,onFocus:p,role:r!==void 0?"menuitem":void 0},()=>n.dataset(),a))}var A6=pt();function sx(){return vt(A6)}function ox(e){let t;const n=Hn(),r=yr(),i=qc(),s=sx(),{direction:o}=Qr(),a=Be({id:n.generateId(`content-${gn()}`)},e),[l,c]=Ve(a,["ref","id","style","onOpenAutoFocus","onCloseAutoFocus","onEscapeKeyDown","onFocusOutside","onPointerEnter","onPointerMove","onKeyDown","onMouseDown","onFocusIn","onFocusOut"]);let u=0;const d=()=>r.parentMenuContext()==null&&i===void 0&&n.isModal(),f=h6({selectionManager:r.listState().selectionManager,collection:r.listState().collection,autoFocus:r.autoFocus,deferAutoFocus:!0,shouldFocusWrap:!0,disallowTypeAhead:()=>!r.listState().selectionManager().isFocused(),orientation:()=>n.orientation()==="horizontal"?"vertical":"horizontal"},()=>t);g6({trapFocus:()=>d()&&r.isOpen(),onMountAutoFocus:x=>{var S;i===void 0&&((S=l.onOpenAutoFocus)==null||S.call(l,x))},onUnmountAutoFocus:l.onCloseAutoFocus},()=>t);const h=x=>{if(dn(x.currentTarget,x.target)&&(x.key==="Tab"&&r.isOpen()&&x.preventDefault(),i!==void 0&&x.currentTarget.getAttribute("aria-haspopup")!=="true"))switch(x.key){case aa.next(o(),n.orientation()):x.stopPropagation(),x.preventDefault(),r.close(!0),i.setAutoFocusMenu(!0),i.nextMenu();break;case aa.previous(o(),n.orientation()):if(x.currentTarget.hasAttribute("data-closed"))break;x.stopPropagation(),x.preventDefault(),r.close(!0),i.setAutoFocusMenu(!0),i.previousMenu();break}},g=x=>{var S;(S=l.onEscapeKeyDown)==null||S.call(l,x),i==null||i.setAutoFocusMenu(!1),r.close(!0)},m=x=>{var S;(S=l.onFocusOutside)==null||S.call(l,x),n.isModal()&&x.preventDefault()},p=x=>{var S,w;et(x,l.onPointerEnter),r.isOpen()&&((S=r.parentMenuContext())==null||S.listState().selectionManager().setFocused(!1),(w=r.parentMenuContext())==null||w.listState().selectionManager().setFocusedKey(void 0))},v=x=>{if(et(x,l.onPointerMove),x.pointerType!=="mouse")return;const S=x.target,w=u!==x.clientX;dn(x.currentTarget,S)&&w&&(r.setPointerDir(x.clientX>u?"right":"left"),u=x.clientX)};xe(()=>we(r.registerContentId(l.id)));const b={ref:Mt(x=>{r.setContentRef(x),t=x},l.ref),role:"menu",get id(){return l.id},get tabIndex(){return f.tabIndex()},get"aria-labelledby"(){return r.triggerId()},onKeyDown:gt([l.onKeyDown,f.onKeyDown,h]),onMouseDown:gt([l.onMouseDown,f.onMouseDown]),onFocusIn:gt([l.onFocusIn,f.onFocusIn]),onFocusOut:gt([l.onFocusOut,f.onFocusOut]),onPointerEnter:p,onPointerMove:v,get"data-orientation"(){return n.orientation()}};return T(ve,{get when(){return r.contentPresent()},get children(){return T(ve,{get when(){return s===void 0||r.parentMenuContext()!=null},get fallback(){return T(nt,Oe({as:"div"},()=>r.dataset(),b,c))},get children(){return T(N1.Positioner,{get children(){return T(u6,Oe({get disableOutsidePointerEvents(){return H(()=>!!d())()&&r.isOpen()},get excludedElements(){return[r.triggerRef]},bypassTopMostLayerCheck:!0,get style(){return Lc({"--kb-menu-content-transform-origin":"var(--kb-popper-content-transform-origin)",position:"relative"},l.style)},onEscapeKeyDown:g,onFocusOutside:m,get onDismiss(){return r.close}},()=>r.dataset(),b,c))}})}})}})}function P6(e){let t;const n=Hn(),r=yr(),[i,s]=Ve(e,["ref"]);return O6({element:()=>t!=null?t:null,enabled:()=>r.contentPresent()&&n.preventScroll()}),T(ox,Oe({ref(o){const a=Mt(l=>{t=l},i.ref);typeof a=="function"&&a(o)}},s))}var ax=pt();function T6(){const e=vt(ax);if(e===void 0)throw new Error("[kobalte]: `useMenuGroupContext` must be used within a `Menu.Group` component");return e}function eh(e){const t=Hn(),n=Be({id:t.generateId(`group-${gn()}`)},e),[r,i]=re(),s={generateId:Da(()=>n.id),registerLabelId:fn(i)};return T(ax.Provider,{value:s,get children(){return T(nt,Oe({as:"div",role:"group",get"aria-labelledby"(){return r()}},n))}})}function lx(e){const t=T6(),n=Be({id:t.generateId("label")},e),[r,i]=Ve(n,["id"]);return xe(()=>we(t.registerLabelId(r.id))),T(nt,Oe({as:"span",get id(){return r.id},"aria-hidden":"true"},i))}function cx(e){const t=yr(),n=Be({children:"▼"},e);return T(nt,Oe({as:"span","aria-hidden":"true"},()=>t.dataset(),n))}function ux(e){return T(Zf,Oe({role:"menuitem",closeOnSelect:!0},e))}function dx(e){const t=Jf(),n=Be({id:t.generateId("description")},e),[r,i]=Ve(n,["id"]);return xe(()=>we(t.registerDescription(r.id))),T(nt,Oe({as:"div",get id(){return r.id}},()=>t.dataset(),i))}function fx(e){const t=Jf(),n=Be({id:t.generateId("indicator")},e),[r,i]=Ve(n,["forceMount"]);return T(ve,{get when(){return r.forceMount||t.isChecked()},get children(){return T(nt,Oe({as:"div"},()=>t.dataset(),i))}})}function hx(e){const t=Jf(),n=Be({id:t.generateId("label")},e),[r,i]=Ve(n,["ref","id"]);return xe(()=>we(t.registerLabel(r.id))),T(nt,Oe({as:"div",ref(s){const o=Mt(t.setLabelRef,r.ref);typeof o=="function"&&o(s)},get id(){return r.id}},()=>t.dataset(),i))}function gx(e){const t=yr();return T(ve,{get when(){return t.contentPresent()},get children(){return T(N0,e)}})}var yx=pt();function M6(){const e=vt(yx);if(e===void 0)throw new Error("[kobalte]: `useMenuRadioGroupContext` must be used within a `Menu.RadioGroup` component");return e}function mx(e){const n=Hn().generateId(`radiogroup-${gn()}`),r=Be({id:n},e),[i,s]=Ve(r,["value","defaultValue","onChange","disabled"]),[o,a]=Ia({value:()=>i.value,defaultValue:()=>i.defaultValue,onChange:c=>{var u;return(u=i.onChange)==null?void 0:u.call(i,c)}}),l={isDisabled:()=>i.disabled,isSelectedValue:c=>c===o(),setSelectedValue:a};return T(yx.Provider,{value:l,get children(){return T(eh,s)}})}function px(e){const t=M6(),n=Be({closeOnSelect:!1},e),[r,i]=Ve(n,["value","onSelect"]);return T(Zf,Oe({role:"menuitemradio",get checked(){return t.isSelectedValue(r.value)},onSelect:()=>{var o;(o=r.onSelect)==null||o.call(r),t.setSelectedValue(r.value)}},i))}function $6(e,t,n){const r=e.split("-")[0],i=n.getBoundingClientRect(),s=[],o=t.clientX,a=t.clientY;switch(r){case"top":s.push([o,a+5]),s.push([i.left,i.bottom]),s.push([i.left,i.top]),s.push([i.right,i.top]),s.push([i.right,i.bottom]);break;case"right":s.push([o-5,a]),s.push([i.left,i.top]),s.push([i.right,i.top]),s.push([i.right,i.bottom]),s.push([i.left,i.bottom]);break;case"bottom":s.push([o,a-5]),s.push([i.right,i.top]),s.push([i.right,i.bottom]),s.push([i.left,i.bottom]),s.push([i.left,i.top]);break;case"left":s.push([o+5,a]),s.push([i.right,i.bottom]),s.push([i.left,i.bottom]),s.push([i.left,i.top]),s.push([i.right,i.top]);break}return s}function j6(e,t){return t?m4([e.clientX,e.clientY],t):!1}function vx(e){const t=Hn(),n=p1(),r=ex(),i=qc(),s=sx(),o=Be({placement:t.orientation()==="horizontal"?"bottom-start":"right-start"},e),[a,l]=Ve(o,["open","defaultOpen","onOpenChange"]);let c=0,u=null,d="right";const[f,h]=re(),[g,m]=re(),[p,v]=re(),[b,x]=re(),[S,w]=re(!0),[_,C]=re(l.placement),[k,O]=re([]),[A,M]=re([]),{DomCollectionProvider:L}=j4({items:A,onItemsChange:M}),G=q1({open:()=>a.open,defaultOpen:()=>a.defaultOpen,onOpenChange:V=>{var fe;return(fe=a.onOpenChange)==null?void 0:fe.call(a,V)}}),{present:R}=k1({show:()=>t.forceMount()||G.isOpen(),element:()=>{var V;return(V=b())!=null?V:null}}),D=X4({selectionMode:"none",dataSource:A}),j=V=>{w(V),G.open()},I=(V=!1)=>{G.close(),V&&r&&r.close(!0)},oe=V=>{w(V),G.toggle()},ue=()=>{const V=b();V&&(Ct(V),D.selectionManager().setFocused(!0),D.selectionManager().setFocusedKey(void 0))},B=()=>{s!=null?setTimeout(()=>ue()):ue()},Y=V=>{O(he=>[...he,V]);const fe=r==null?void 0:r.registerNestedMenu(V);return()=>{O(he=>Nd(he,V)),fe==null||fe()}},ne=V=>d===(u==null?void 0:u.side)&&j6(V,u==null?void 0:u.area),ae=V=>{ne(V)&&V.preventDefault()},F=V=>{ne(V)||B()},W=V=>{ne(V)&&V.preventDefault()};m6({isDisabled:()=>!(r==null&&G.isOpen()&&t.isModal()),targets:()=>[b(),...k()].filter(Boolean)}),xe(()=>{const V=b();if(!V||!r)return;const fe=r.registerNestedMenu(V);we(()=>{fe()})}),xe(()=>{r===void 0&&(i==null||i.registerMenu(t.value(),[b(),...k()]))}),xe(()=>{var V;r!==void 0||i===void 0||(i.value()===t.value()?((V=p())==null||V.focus(),i.autoFocusMenu()&&j(!0)):I())}),xe(()=>{r!==void 0||i===void 0||G.isOpen()&&i.setValue(t.value())}),we(()=>{r===void 0&&(i==null||i.unregisterMenu(t.value()))});const ce={dataset:H(()=>({"data-expanded":G.isOpen()?"":void 0,"data-closed":G.isOpen()?void 0:""})),isOpen:G.isOpen,contentPresent:R,nestedMenus:k,currentPlacement:_,pointerGraceTimeoutId:()=>c,autoFocus:S,listState:()=>D,parentMenuContext:()=>r,triggerRef:p,contentRef:b,triggerId:f,contentId:g,setTriggerRef:v,setContentRef:x,open:j,close:I,toggle:oe,focusContent:B,onItemEnter:ae,onItemLeave:F,onTriggerLeave:W,setPointerDir:V=>d=V,setPointerGraceTimeoutId:V=>c=V,setPointerGraceIntent:V=>u=V,registerNestedMenu:Y,registerItemToParentDomCollection:n==null?void 0:n.registerItem,registerTriggerId:fn(h),registerContentId:fn(m)};return T(L,{get children(){return T(Z1.Provider,{value:ce,get children(){return T(ve,{when:s===void 0,get fallback(){return l.children},get children(){return T(N1,Oe({anchorRef:p,contentRef:b,onCurrentPlacementChange:C},l))}})}})}})}function bx(e){const{direction:t}=Qr();return T(vx,Oe({get placement(){return t()==="rtl"?"left-start":"right-start"},flip:!0},e))}var D6={close:(e,t)=>e==="ltr"?[t==="horizontal"?"ArrowLeft":"ArrowUp"]:[t==="horizontal"?"ArrowRight":"ArrowDown"]};function xx(e){const t=yr(),n=Hn(),[r,i]=Ve(e,["onFocusOutside","onKeyDown"]),{direction:s}=Qr();return T(ox,Oe({onOpenAutoFocus:u=>{u.preventDefault()},onCloseAutoFocus:u=>{u.preventDefault()},onFocusOutside:u=>{var f;(f=r.onFocusOutside)==null||f.call(r,u);const d=u.target;dn(t.triggerRef(),d)||t.close()},onKeyDown:u=>{et(u,r.onKeyDown);const d=dn(u.currentTarget,u.target),f=D6.close(s(),n.orientation()).includes(u.key),h=t.parentMenuContext()!=null;d&&f&&h&&(t.close(),Ct(t.triggerRef()))}},i))}var tp=["Enter"," "],L6={open:(e,t)=>e==="ltr"?[...tp,t==="horizontal"?"ArrowRight":"ArrowDown"]:[...tp,t==="horizontal"?"ArrowLeft":"ArrowUp"]};function wx(e){let t;const n=Hn(),r=yr(),i=Be({id:n.generateId(`sub-trigger-${gn()}`)},e),[s,o]=Ve(i,["ref","id","textValue","disabled","onPointerMove","onPointerLeave","onPointerDown","onPointerUp","onClick","onKeyDown","onMouseDown","onFocus"]);let a=null;const l=()=>{a&&window.clearTimeout(a),a=null},{direction:c}=Qr(),u=()=>s.id,d=()=>{const x=r.parentMenuContext();if(x==null)throw new Error("[kobalte]: `Menu.SubTrigger` must be used within a `Menu.Sub` component");return x.listState().selectionManager()},f=()=>r.listState().collection(),h=()=>d().focusedKey()===u(),g=_1({key:u,selectionManager:d,shouldSelectOnPressUp:!0,allowsDifferentPressOrigin:!0,disabled:()=>s.disabled},()=>t),m=x=>{et(x,s.onClick),!r.isOpen()&&!s.disabled&&r.open(!0)},p=x=>{var w;if(et(x,s.onPointerMove),x.pointerType!=="mouse")return;const S=r.parentMenuContext();if(S==null||S.onItemEnter(x),!x.defaultPrevented){if(s.disabled){S==null||S.onItemLeave(x);return}!r.isOpen()&&!a&&((w=r.parentMenuContext())==null||w.setPointerGraceIntent(null),a=window.setTimeout(()=>{r.open(!1),l()},100)),S==null||S.onItemEnter(x),x.defaultPrevented||(r.listState().selectionManager().isFocused()&&(r.listState().selectionManager().setFocused(!1),r.listState().selectionManager().setFocusedKey(void 0)),Ct(x.currentTarget),S==null||S.listState().selectionManager().setFocused(!0),S==null||S.listState().selectionManager().setFocusedKey(u()))}},v=x=>{if(et(x,s.onPointerLeave),x.pointerType!=="mouse")return;l();const S=r.parentMenuContext(),w=r.contentRef();if(w){S==null||S.setPointerGraceIntent({area:$6(r.currentPlacement(),x,w),side:r.currentPlacement().split("-")[0]}),window.clearTimeout(S==null?void 0:S.pointerGraceTimeoutId());const _=window.setTimeout(()=>{S==null||S.setPointerGraceIntent(null)},300);S==null||S.setPointerGraceTimeoutId(_)}else{if(S==null||S.onTriggerLeave(x),x.defaultPrevented)return;S==null||S.setPointerGraceIntent(null)}S==null||S.onItemLeave(x)},b=x=>{et(x,s.onKeyDown),!x.repeat&&(s.disabled||L6.open(c(),n.orientation()).includes(x.key)&&(x.stopPropagation(),x.preventDefault(),d().setFocused(!1),d().setFocusedKey(void 0),r.isOpen()||r.open("first"),r.focusContent(),r.listState().selectionManager().setFocused(!0),r.listState().selectionManager().setFocusedKey(f().getFirstKey())))};return xe(()=>{var S,w,_;if(r.registerItemToParentDomCollection==null)throw new Error("[kobalte]: `Menu.SubTrigger` must be used within a `Menu.Sub` component");const x=r.registerItemToParentDomCollection({ref:()=>t,type:"item",key:u(),textValue:(w=(S=s.textValue)!=null?S:t==null?void 0:t.textContent)!=null?w:"",disabled:(_=s.disabled)!=null?_:!1});we(x)}),xe(cr(()=>{var x;return(x=r.parentMenuContext())==null?void 0:x.pointerGraceTimeoutId()},x=>{we(()=>{var S;window.clearTimeout(x),(S=r.parentMenuContext())==null||S.setPointerGraceIntent(null)})})),xe(()=>we(r.registerTriggerId(s.id))),we(()=>{l()}),T(nt,Oe({as:"div",ref(x){const S=Mt(w=>{r.setTriggerRef(w),t=w},s.ref);typeof S=="function"&&S(x)},get id(){return s.id},role:"menuitem",get tabIndex(){return g.tabIndex()},"aria-haspopup":"true",get"aria-expanded"(){return r.isOpen()},get"aria-controls"(){return H(()=>!!r.isOpen())()?r.contentId():void 0},get"aria-disabled"(){return s.disabled},get"data-key"(){return g.dataKey()},get"data-highlighted"(){return h()?"":void 0},get"data-disabled"(){return s.disabled?"":void 0},get onPointerDown(){return gt([s.onPointerDown,g.onPointerDown])},get onPointerUp(){return gt([s.onPointerUp,g.onPointerUp])},get onClick(){return gt([m,g.onClick])},get onKeyDown(){return gt([b,g.onKeyDown])},get onMouseDown(){return gt([s.onMouseDown,g.onMouseDown])},get onFocus(){return gt([s.onFocus,g.onFocus])},onPointerMove:p,onPointerLeave:v},()=>r.dataset(),o))}function I6(e){const t=qc(),n=`menu-${gn()}`,r=Be({id:n,modal:!0},e),[i,s]=Ve(r,["id","modal","preventScroll","forceMount","open","defaultOpen","onOpenChange","value","orientation"]),o=q1({open:()=>i.open,defaultOpen:()=>i.defaultOpen,onOpenChange:l=>{var c;return(c=i.onOpenChange)==null?void 0:c.call(i,l)}}),a={isModal:()=>{var l;return(l=i.modal)!=null?l:!0},preventScroll:()=>{var l;return(l=i.preventScroll)!=null?l:a.isModal()},forceMount:()=>{var l;return(l=i.forceMount)!=null?l:!1},generateId:Da(()=>i.id),value:()=>i.value,orientation:()=>{var l,c;return(c=(l=i.orientation)!=null?l:t==null?void 0:t.orientation())!=null?c:"horizontal"}};return T(nx.Provider,{value:a,get children(){return T(vx,Oe({get open(){return o.isOpen()},get onOpenChange(){return o.setIsOpen}},s))}})}var R6={};Fc(R6,{Root:()=>zc,Separator:()=>F6});function zc(e){let t;const n=Be({orientation:"horizontal"},e),[r,i]=Ve(n,["ref","orientation"]),s=Rc(()=>t,()=>"hr");return T(nt,Oe({as:"hr",ref(o){const a=Mt(l=>t=l,r.ref);typeof a=="function"&&a(o)},get role(){return s()!=="hr"?"separator":void 0},get"aria-orientation"(){return r.orientation==="vertical"?"vertical":void 0},get"data-orientation"(){return r.orientation}},i))}var F6=zc,ct={};Fc(ct,{Arrow:()=>Xf,CheckboxItem:()=>rx,Content:()=>Sx,DropdownMenu:()=>N6,Group:()=>eh,GroupLabel:()=>lx,Icon:()=>cx,Item:()=>ux,ItemDescription:()=>dx,ItemIndicator:()=>fx,ItemLabel:()=>hx,Portal:()=>gx,RadioGroup:()=>mx,RadioItem:()=>px,Root:()=>Cx,Separator:()=>zc,Sub:()=>bx,SubContent:()=>xx,SubTrigger:()=>wx,Trigger:()=>ix});function Sx(e){const t=Hn(),n=yr(),[r,i]=Ve(e,["onCloseAutoFocus","onInteractOutside"]);let s=!1;return T(P6,Oe({onCloseAutoFocus:l=>{var c;(c=r.onCloseAutoFocus)==null||c.call(r,l),s||Ct(n.triggerRef()),s=!1,l.preventDefault()},onInteractOutside:l=>{var c;(c=r.onInteractOutside)==null||c.call(r,l),(!t.isModal()||l.detail.isContextMenu)&&(s=!0)}},i))}function Cx(e){const t=`dropdownmenu-${gn()}`,n=Be({id:t},e);return T(I6,n)}var N6=Object.assign(Cx,{Arrow:Xf,CheckboxItem:rx,Content:Sx,Group:eh,GroupLabel:lx,Icon:cx,Item:ux,ItemDescription:dx,ItemIndicator:fx,ItemLabel:hx,Portal:gx,RadioGroup:mx,RadioItem:px,Separator:zc,Sub:bx,SubContent:xx,SubTrigger:wx,Trigger:ix}),K={colors:{inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000000",white:"#ffffff",neutral:{50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#344054",800:"#1d2939",900:"#101828"},darkGray:{50:"#525c7a",100:"#49536e",200:"#414962",300:"#394056",400:"#313749",500:"#292e3d",600:"#212530",700:"#191c24",800:"#111318",900:"#0b0d10"},gray:{50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#344054",800:"#1d2939",900:"#101828"},blue:{25:"#F5FAFF",50:"#EFF8FF",100:"#D1E9FF",200:"#B2DDFF",300:"#84CAFF",400:"#53B1FD",500:"#2E90FA",600:"#1570EF",700:"#175CD3",800:"#1849A9",900:"#194185"},green:{25:"#F6FEF9",50:"#ECFDF3",100:"#D1FADF",200:"#A6F4C5",300:"#6CE9A6",400:"#32D583",500:"#12B76A",600:"#039855",700:"#027A48",800:"#05603A",900:"#054F31"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},yellow:{25:"#FFFCF5",50:"#FFFAEB",100:"#FEF0C7",200:"#FEDF89",300:"#FEC84B",400:"#FDB022",500:"#F79009",600:"#DC6803",700:"#B54708",800:"#93370D",900:"#7A2E0E"},purple:{25:"#FAFAFF",50:"#F4F3FF",100:"#EBE9FE",200:"#D9D6FE",300:"#BDB4FE",400:"#9B8AFB",500:"#7A5AF8",600:"#6938EF",700:"#5925DC",800:"#4A1FB8",900:"#3E1C96"},teal:{25:"#F6FEFC",50:"#F0FDF9",100:"#CCFBEF",200:"#99F6E0",300:"#5FE9D0",400:"#2ED3B7",500:"#15B79E",600:"#0E9384",700:"#107569",800:"#125D56",900:"#134E48"},pink:{25:"#fdf2f8",50:"#fce7f3",100:"#fbcfe8",200:"#f9a8d4",300:"#f472b6",400:"#ec4899",500:"#db2777",600:"#be185d",700:"#9d174d",800:"#831843",900:"#500724"},cyan:{25:"#ecfeff",50:"#cffafe",100:"#a5f3fc",200:"#67e8f9",300:"#22d3ee",400:"#06b6d4",500:"#0891b2",600:"#0e7490",700:"#155e75",800:"#164e63",900:"#083344"}},alpha:{90:"e5",80:"cc"},font:{size:{xs:"calc(var(--tsqd-font-size) * 0.75)",sm:"calc(var(--tsqd-font-size) * 0.875)",md:"var(--tsqd-font-size)"},lineHeight:{xs:"calc(var(--tsqd-font-size) * 1)",sm:"calc(var(--tsqd-font-size) * 1.25)",md:"calc(var(--tsqd-font-size) * 1.5)"},weight:{medium:"500",semibold:"600",bold:"700"}},border:{radius:{xs:"calc(var(--tsqd-font-size) * 0.125)",sm:"calc(var(--tsqd-font-size) * 0.25)",full:"9999px"}},size:{.25:"calc(var(--tsqd-font-size) * 0.0625)",.5:"calc(var(--tsqd-font-size) * 0.125)",1:"calc(var(--tsqd-font-size) * 0.25)",1.5:"calc(var(--tsqd-font-size) * 0.375)",2:"calc(var(--tsqd-font-size) * 0.5)",2.5:"calc(var(--tsqd-font-size) * 0.625)",3:"calc(var(--tsqd-font-size) * 0.75)",3.5:"calc(var(--tsqd-font-size) * 0.875)",4:"calc(var(--tsqd-font-size) * 1)",4.5:"calc(var(--tsqd-font-size) * 1.125)",5:"calc(var(--tsqd-font-size) * 1.25)",6:"calc(var(--tsqd-font-size) * 1.5)",6.5:"calc(var(--tsqd-font-size) * 1.625)",14:"calc(var(--tsqd-font-size) * 3.5)"},shadow:{xs:(e="rgb(0 0 0 / 0.1)")=>"0 1px 2px 0 rgb(0 0 0 / 0.05)",sm:(e="rgb(0 0 0 / 0.1)")=>`0 1px 3px 0 ${e}, 0 1px 2px -1px ${e}`,md:(e="rgb(0 0 0 / 0.1)")=>`0 4px 6px -1px ${e}, 0 2px 4px -2px ${e}`,lg:(e="rgb(0 0 0 / 0.1)")=>`0 10px 15px -3px ${e}, 0 4px 6px -4px ${e}`,xl:(e="rgb(0 0 0 / 0.1)")=>`0 20px 25px -5px ${e}, 0 8px 10px -6px ${e}`,"2xl":(e="rgb(0 0 0 / 0.25)")=>`0 25px 50px -12px ${e}`,inner:(e="rgb(0 0 0 / 0.05)")=>`inset 0 2px 4px 0 ${e}`,none:()=>"none"}},B6=le('<svg width=14 height=14 viewBox="0 0 14 14"fill=none xmlns=http://www.w3.org/2000/svg><path d="M13 13L9.00007 9M10.3333 5.66667C10.3333 8.244 8.244 10.3333 5.66667 10.3333C3.08934 10.3333 1 8.244 1 5.66667C1 3.08934 3.08934 1 5.66667 1C8.244 1 10.3333 3.08934 10.3333 5.66667Z"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'),q6=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9 3H15M3 6H21M19 6L18.2987 16.5193C18.1935 18.0975 18.1409 18.8867 17.8 19.485C17.4999 20.0118 17.0472 20.4353 16.5017 20.6997C15.882 21 15.0911 21 13.5093 21H10.4907C8.90891 21 8.11803 21 7.49834 20.6997C6.95276 20.4353 6.50009 20.0118 6.19998 19.485C5.85911 18.8867 5.8065 18.0975 5.70129 16.5193L5 6M10 10.5V15.5M14 10.5V15.5"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),z6=le('<svg width=10 height=6 viewBox="0 0 10 6"fill=none xmlns=http://www.w3.org/2000/svg><path d="M1 1L5 5L9 1"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'),H6=le('<svg width=12 height=12 viewBox="0 0 16 16"fill=none xmlns=http://www.w3.org/2000/svg><path d="M8 13.3333V2.66667M8 2.66667L4 6.66667M8 2.66667L12 6.66667"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'),th=le('<svg width=12 height=12 viewBox="0 0 16 16"fill=none xmlns=http://www.w3.org/2000/svg><path d="M8 2.66667V13.3333M8 13.3333L4 9.33333M8 13.3333L12 9.33333"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'),K6=le('<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M12 2v2m0 16v2M4 12H2m4.314-5.686L4.9 4.9m12.786 1.414L19.1 4.9M6.314 17.69 4.9 19.104m12.786-1.414 1.414 1.414M22 12h-2m-3 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),U6=le('<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M22 15.844a10.424 10.424 0 0 1-4.306.925c-5.779 0-10.463-4.684-10.463-10.462 0-1.536.33-2.994.925-4.307A10.464 10.464 0 0 0 2 11.538C2 17.316 6.684 22 12.462 22c4.243 0 7.896-2.526 9.538-6.156Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),V6=le('<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M8 21h8m-4-4v4m-5.2-4h10.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C22 14.72 22 13.88 22 12.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C19.72 3 18.88 3 17.2 3H6.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C2 5.28 2 6.12 2 7.8v4.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C4.28 17 5.12 17 6.8 17Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),W6=le('<svg stroke=currentColor fill=currentColor stroke-width=0 viewBox="0 0 24 24"height=1em width=1em xmlns=http://www.w3.org/2000/svg><path fill=none d="M0 0h24v24H0z"></path><path d="M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3a4.237 4.237 0 00-6 0zm-4-4l2 2a7.074 7.074 0 0110 0l2-2C15.14 9.14 8.87 9.14 5 13z">'),G6=le('<svg stroke-width=0 viewBox="0 0 24 24"height=1em width=1em xmlns=http://www.w3.org/2000/svg><path fill=none d="M24 .01c0-.01 0-.01 0 0L0 0v24h24V.01zM0 0h24v24H0V0zm0 0h24v24H0V0z"></path><path d="M22.99 9C19.15 5.16 13.8 3.76 8.84 4.78l2.52 2.52c3.47-.17 6.99 1.05 9.63 3.7l2-2zm-4 4a9.793 9.793 0 00-4.49-2.56l3.53 3.53.96-.97zM2 3.05L5.07 6.1C3.6 6.82 2.22 7.78 1 9l1.99 2c1.24-1.24 2.67-2.16 4.2-2.77l2.24 2.24A9.684 9.684 0 005 13v.01L6.99 15a7.042 7.042 0 014.92-2.06L18.98 20l1.27-1.26L3.29 1.79 2 3.05zM9 17l3 3 3-3a4.237 4.237 0 00-6 0z">'),Q6=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9.3951 19.3711L9.97955 20.6856C10.1533 21.0768 10.4368 21.4093 10.7958 21.6426C11.1547 21.8759 11.5737 22.0001 12.0018 22C12.4299 22.0001 12.8488 21.8759 13.2078 21.6426C13.5667 21.4093 13.8503 21.0768 14.024 20.6856L14.6084 19.3711C14.8165 18.9047 15.1664 18.5159 15.6084 18.26C16.0532 18.0034 16.5678 17.8941 17.0784 17.9478L18.5084 18.1C18.9341 18.145 19.3637 18.0656 19.7451 17.8713C20.1265 17.6771 20.4434 17.3763 20.6573 17.0056C20.8715 16.635 20.9735 16.2103 20.9511 15.7829C20.9286 15.3555 20.7825 14.9438 20.5307 14.5978L19.684 13.4344C19.3825 13.0171 19.2214 12.5148 19.224 12C19.2239 11.4866 19.3865 10.9864 19.6884 10.5711L20.5351 9.40778C20.787 9.06175 20.933 8.65007 20.9555 8.22267C20.978 7.79528 20.8759 7.37054 20.6618 7C20.4479 6.62923 20.131 6.32849 19.7496 6.13423C19.3681 5.93997 18.9386 5.86053 18.5129 5.90556L17.0829 6.05778C16.5722 6.11141 16.0577 6.00212 15.6129 5.74556C15.17 5.48825 14.82 5.09736 14.6129 4.62889L14.024 3.31444C13.8503 2.92317 13.5667 2.59072 13.2078 2.3574C12.8488 2.12408 12.4299 1.99993 12.0018 2C11.5737 1.99993 11.1547 2.12408 10.7958 2.3574C10.4368 2.59072 10.1533 2.92317 9.97955 3.31444L9.3951 4.62889C9.18803 5.09736 8.83798 5.48825 8.3951 5.74556C7.95032 6.00212 7.43577 6.11141 6.9251 6.05778L5.49066 5.90556C5.06499 5.86053 4.6354 5.93997 4.25397 6.13423C3.87255 6.32849 3.55567 6.62923 3.34177 7C3.12759 7.37054 3.02555 7.79528 3.04804 8.22267C3.07052 8.65007 3.21656 9.06175 3.46844 9.40778L4.3151 10.5711C4.61704 10.9864 4.77964 11.4866 4.77955 12C4.77964 12.5134 4.61704 13.0137 4.3151 13.4289L3.46844 14.5922C3.21656 14.9382 3.07052 15.3499 3.04804 15.7773C3.02555 16.2047 3.12759 16.6295 3.34177 17C3.55589 17.3706 3.8728 17.6712 4.25417 17.8654C4.63554 18.0596 5.06502 18.1392 5.49066 18.0944L6.92066 17.9422C7.43133 17.8886 7.94587 17.9979 8.39066 18.2544C8.83519 18.511 9.18687 18.902 9.3951 19.3711Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round></path><path d="M12 15C13.6568 15 15 13.6569 15 12C15 10.3431 13.6568 9 12 9C10.3431 9 8.99998 10.3431 8.99998 12C8.99998 13.6569 10.3431 15 12 15Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),Y6=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M16 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V8M11.5 12.5L17 7M17 7H12M17 7V12M6.2 21H8.8C9.9201 21 10.4802 21 10.908 20.782C11.2843 20.5903 11.5903 20.2843 11.782 19.908C12 19.4802 12 18.9201 12 17.8V15.2C12 14.0799 12 13.5198 11.782 13.092C11.5903 12.7157 11.2843 12.4097 10.908 12.218C10.4802 12 9.92011 12 8.8 12H6.2C5.0799 12 4.51984 12 4.09202 12.218C3.71569 12.4097 3.40973 12.7157 3.21799 13.092C3 13.5198 3 14.0799 3 15.2V17.8C3 18.9201 3 19.4802 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),X6=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path class=copier d="M8 8V5.2C8 4.0799 8 3.51984 8.21799 3.09202C8.40973 2.71569 8.71569 2.40973 9.09202 2.21799C9.51984 2 10.0799 2 11.2 2H18.8C19.9201 2 20.4802 2 20.908 2.21799C21.2843 2.40973 21.5903 2.71569 21.782 3.09202C22 3.51984 22 4.0799 22 5.2V12.8C22 13.9201 22 14.4802 21.782 14.908C21.5903 15.2843 21.2843 15.5903 20.908 15.782C20.4802 16 19.9201 16 18.8 16H16M5.2 22H12.8C13.9201 22 14.4802 22 14.908 21.782C15.2843 21.5903 15.5903 21.2843 15.782 20.908C16 20.4802 16 19.9201 16 18.8V11.2C16 10.0799 16 9.51984 15.782 9.09202C15.5903 8.71569 15.2843 8.40973 14.908 8.21799C14.4802 8 13.9201 8 12.8 8H5.2C4.0799 8 3.51984 8 3.09202 8.21799C2.71569 8.40973 2.40973 8.71569 2.21799 9.09202C2 9.51984 2 10.0799 2 11.2V18.8C2 19.9201 2 20.4802 2.21799 20.908C2.40973 21.2843 2.71569 21.5903 3.09202 21.782C3.51984 22 4.07989 22 5.2 22Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round stroke=currentColor>'),J6=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M2.5 21.4998L8.04927 19.3655C8.40421 19.229 8.58168 19.1607 8.74772 19.0716C8.8952 18.9924 9.0358 18.901 9.16804 18.7984C9.31692 18.6829 9.45137 18.5484 9.72028 18.2795L21 6.99982C22.1046 5.89525 22.1046 4.10438 21 2.99981C19.8955 1.89525 18.1046 1.89524 17 2.99981L5.72028 14.2795C5.45138 14.5484 5.31692 14.6829 5.20139 14.8318C5.09877 14.964 5.0074 15.1046 4.92823 15.2521C4.83911 15.4181 4.77085 15.5956 4.63433 15.9506L2.5 21.4998ZM2.5 21.4998L4.55812 16.1488C4.7054 15.7659 4.77903 15.5744 4.90534 15.4867C5.01572 15.4101 5.1523 15.3811 5.2843 15.4063C5.43533 15.4351 5.58038 15.5802 5.87048 15.8703L8.12957 18.1294C8.41967 18.4195 8.56472 18.5645 8.59356 18.7155C8.61877 18.8475 8.58979 18.9841 8.51314 19.0945C8.42545 19.2208 8.23399 19.2944 7.85107 19.4417L2.5 21.4998Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),_x=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M7.5 12L10.5 15L16.5 9M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),Z6=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9 9L15 15M15 9L9 15M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z"stroke=#F04438 stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),eL=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none stroke=currentColor stroke-width=2 xmlns=http://www.w3.org/2000/svg><rect class=list width=20 height=20 y=2 x=2 rx=2></rect><line class=list-item y1=7 y2=7 x1=6 x2=18></line><line class=list-item y2=12 y1=12 x1=6 x2=18></line><line class=list-item y1=17 y2=17 x1=6 x2=18>'),tL=le('<svg viewBox="0 0 24 24"height=20 width=20 fill=none xmlns=http://www.w3.org/2000/svg><path d="M3 7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),nL=le('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M7.5 12L10.5 15L16.5 9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),rL=le('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M12 2V6M12 18V22M6 12H2M22 12H18M19.0784 19.0784L16.25 16.25M19.0784 4.99994L16.25 7.82837M4.92157 19.0784L7.75 16.25M4.92157 4.99994L7.75 7.82837"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round></path><animateTransform attributeName=transform attributeType=XML type=rotate from=0 to=360 dur=2s repeatCount=indefinite>'),iL=le('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M15 9L9 15M9 9L15 15M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),sL=le('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9.5 15V9M14.5 15V9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),oL=le('<svg version=1.0 viewBox="0 0 633 633"><linearGradient x1=-666.45 x2=-666.45 y1=163.28 y2=163.99 gradientTransform="matrix(633 0 0 633 422177 -103358)"gradientUnits=userSpaceOnUse><stop stop-color=#6BDAFF offset=0></stop><stop stop-color=#F9FFB5 offset=.32></stop><stop stop-color=#FFA770 offset=.71></stop><stop stop-color=#FF7373 offset=1></stop></linearGradient><circle cx=316.5 cy=316.5 r=316.5></circle><defs><filter x=-137.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=316.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=316.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=316.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=272.2 y=308 width=176.9 height=129.3 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=272.2 y=308 width=176.9 height=129.3 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><line x1=436 x2=431 y1=403.2 y2=431.8 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=291 x2=280 y1=341.5 y2=403.5 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=332.9 x2=328.6 y1=384.1 y2=411.2 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><linearGradient x1=-670.75 x2=-671.59 y1=164.4 y2=164.49 gradientTransform="matrix(-184.16 -32.472 -11.461 64.997 -121359 -32126)"gradientUnits=userSpaceOnUse><stop stop-color=#EE2700 offset=0></stop><stop stop-color=#FF008E offset=1></stop></linearGradient><path d="m344.1 363 97.7 17.2c5.8 2.1 8.2 6.1 7.1 12.1s-4.7 9.2-11 9.9l-106-18.7-57.5-59.2c-3.2-4.8-2.9-9.1 0.8-12.8s8.3-4.4 13.7-2.1l55.2 53.6z"clip-rule=evenodd fill-rule=evenodd></path><line x1=428.2 x2=429.1 y1=384.5 y2=378 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=395.2 x2=396.1 y1=379.5 y2=373 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=362.2 x2=363.1 y1=373.5 y2=367.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=324.2 x2=328.4 y1=351.3 y2=347.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=303.2 x2=307.4 y1=331.3 y2=327.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line></g><defs><filter x=73.2 y=113.8 width=280.6 height=317.4 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=73.2 y=113.8 width=280.6 height=317.4 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-672.16 x2=-672.16 y1=165.03 y2=166.03 gradientTransform="matrix(-100.18 48.861 97.976 200.88 -83342 -93.059)"gradientUnits=userSpaceOnUse><stop stop-color=#A17500 offset=0></stop><stop stop-color=#5D2100 offset=1></stop></linearGradient><path d="m192.3 203c8.1 37.3 14 73.6 17.8 109.1 3.8 35.4 2.8 75.1-3 119.2l61.2-16.7c-15.6-59-25.2-97.9-28.6-116.6s-10.8-51.9-22.1-99.6l-25.3 4.6"clip-rule=evenodd fill-rule=evenodd></path><g stroke=#2F8A00><linearGradient x1=-660.23 x2=-660.23 y1=166.72 y2=167.72 gradientTransform="matrix(92.683 4.8573 -2.0259 38.657 61680 -3088.6)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9s-12.6-22.1-36.5-29.9c-15.9-5.2-34.4-1.5-55.5 11.1 15.9 14.3 29.5 22.6 40.7 24.9 16.8 3.6 51.3-6.1 51.3-6.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-661.36 x2=-661.36 y1=164.18 y2=165.18 gradientTransform="matrix(110 5.7648 -6.3599 121.35 73933 -15933)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5s-47.5-8.5-83.2 15.7c-23.8 16.2-34.3 49.3-31.6 99.4 30.3-27.8 52.1-48.5 65.2-61.9 19.8-20.2 49.6-53.2 49.6-53.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.79 x2=-656.79 y1=165.15 y2=166.15 gradientTransform="matrix(62.954 3.2993 -3.5023 66.828 42156 -8754.1)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9c-0.8-21.9 6-38 20.6-48.2s29.8-15.4 45.5-15.3c-6.1 21.4-14.5 35.8-25.2 43.4s-24.4 14.2-40.9 20.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-663.07 x2=-663.07 y1=165.44 y2=166.44 gradientTransform="matrix(152.47 7.9907 -3.0936 59.029 101884 -4318.7)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c31.9-30 64.1-39.7 96.7-29s50.8 30.4 54.6 59.1c-35.2-5.5-60.4-9.6-75.8-12.1-15.3-2.6-40.5-8.6-75.5-18z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-662.57 x2=-662.57 y1=164.44 y2=165.44 gradientTransform="matrix(136.46 7.1517 -5.2163 99.533 91536 -11442)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c35.8-7.6 65.6-0.2 89.2 22s37.7 49 42.3 80.3c-39.8-9.7-68.3-23.8-85.5-42.4s-32.5-38.5-46-59.9z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.43 x2=-656.43 y1=163.86 y2=164.86 gradientTransform="matrix(60.866 3.1899 -8.7773 167.48 41560 -25168)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c-33.6 13.8-53.6 35.7-60.1 65.6s-3.6 63.1 8.7 99.6c27.4-40.3 43.2-69.6 47.4-88s5.6-44.1 4-77.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><path d="m196.5 182.3c-14.8 21.6-25.1 41.4-30.8 59.4s-9.5 33-11.1 45.1"fill=none stroke-linecap=round stroke-width=8></path><path d="m194.9 185.7c-24.4 1.7-43.8 9-58.1 21.8s-24.7 25.4-31.3 37.8"fill=none stroke-linecap=round stroke-width=8></path><path d="m204.5 176.4c29.7-6.7 52-8.4 67-5.1s26.9 8.6 35.8 15.9"fill=none stroke-linecap=round stroke-width=8></path><path d="m196.5 181.4c20.3 9.9 38.2 20.5 53.9 31.9s27.4 22.1 35.1 32"fill=none stroke-linecap=round stroke-width=8></path></g></g><defs><filter x=50.5 y=399 width=532 height=633 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=50.5 y=399 width=532 height=633 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-666.06 x2=-666.23 y1=163.36 y2=163.75 gradientTransform="matrix(532 0 0 633 354760 -102959)"gradientUnits=userSpaceOnUse><stop stop-color=#FFF400 offset=0></stop><stop stop-color=#3C8700 offset=1></stop></linearGradient><ellipse cx=316.5 cy=715.5 rx=266 ry=316.5></ellipse></g><defs><filter x=391 y=-24 width=288 height=283 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=391 y=-24 width=288 height=283 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-664.56 x2=-664.56 y1=163.79 y2=164.79 gradientTransform="matrix(227 0 0 227 151421 -37204)"gradientUnits=userSpaceOnUse><stop stop-color=#FFDF00 offset=0></stop><stop stop-color=#FF9D00 offset=1></stop></linearGradient><circle cx=565.5 cy=89.5 r=113.5></circle><linearGradient x1=-644.5 x2=-645.77 y1=342 y2=342 gradientTransform="matrix(30 0 0 1 19770 -253)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=427 x2=397 y1=89 y2=89 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-641.56 x2=-642.83 y1=196.02 y2=196.07 gradientTransform="matrix(26.5 0 0 5.5 17439 -1025.5)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=430.5 x2=404 y1=55.5 y2=50 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-643.73 x2=-645 y1=185.83 y2=185.9 gradientTransform="matrix(29 0 0 8 19107 -1361)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=431 x2=402 y1=122 y2=130 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-638.94 x2=-640.22 y1=177.09 y2=177.39 gradientTransform="matrix(24 0 0 13 15783 -2145)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=442 x2=418 y1=153 y2=166 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-633.42 x2=-634.7 y1=172.41 y2=173.31 gradientTransform="matrix(20 0 0 19 13137 -3096)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=464 x2=444 y1=180 y2=199 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-619.05 x2=-619.52 y1=170.82 y2=171.82 gradientTransform="matrix(13.83 0 0 22.85 9050 -3703.4)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=491.4 x2=477.5 y1=203 y2=225.9 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-578.5 x2=-578.63 y1=170.31 y2=171.31 gradientTransform="matrix(7.5 0 0 24.5 4860 -3953)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=524.5 x2=517 y1=219.5 y2=244 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=666.5 x2=666.5 y1=170.31 y2=171.31 gradientTransform="matrix(.5 0 0 24.5 231.5 -3944)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=564.5 x2=565 y1=228.5 y2=253 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12>');function aL(){return B6()}function kx(){return q6()}function Ro(){return z6()}function np(){return H6()}function rp(){return th()}function lL(){return(()=>{var e=th();return e.style.setProperty("transform","rotate(90deg)"),e})()}function cL(){return(()=>{var e=th();return e.style.setProperty("transform","rotate(-90deg)"),e})()}function uL(){return K6()}function dL(){return U6()}function fL(){return V6()}function hL(){return W6()}function gL(){return G6()}function yL(){return Q6()}function mL(){return Y6()}function pL(){return X6()}function vL(){return J6()}function bL(e){return(()=>{var t=_x(),n=t.firstChild;return be(()=>J(n,"stroke",e.theme==="dark"?"#12B76A":"#027A48")),t})()}function xL(){return Z6()}function wL(){return eL()}function SL(e){return[T(ve,{get when(){return e.checked},get children(){var t=_x(),n=t.firstChild;return be(()=>J(n,"stroke",e.theme==="dark"?"#9B8AFB":"#6938EF")),t}}),T(ve,{get when(){return!e.checked},get children(){var t=tL(),n=t.firstChild;return be(()=>J(n,"stroke",e.theme==="dark"?"#9B8AFB":"#6938EF")),t}})]}function CL(){return nL()}function _L(){return rL()}function kL(){return iL()}function OL(){return sL()}function ip(){const e=gn();return(()=>{var t=oL(),n=t.firstChild,r=n.nextSibling,i=r.nextSibling,s=i.firstChild,o=i.nextSibling,a=o.firstChild,l=o.nextSibling,c=l.nextSibling,u=c.firstChild,d=c.nextSibling,f=d.firstChild,h=d.nextSibling,g=h.nextSibling,m=g.firstChild,p=g.nextSibling,v=p.firstChild,b=p.nextSibling,x=b.nextSibling,S=x.firstChild,w=x.nextSibling,_=w.firstChild,C=w.nextSibling,k=C.nextSibling,O=k.firstChild,A=k.nextSibling,M=A.firstChild,L=A.nextSibling,G=L.nextSibling,R=G.firstChild,D=G.nextSibling,j=D.firstChild,I=D.nextSibling,oe=I.nextSibling,ue=oe.firstChild,B=oe.nextSibling,Y=B.firstChild,ne=B.nextSibling,ae=ne.firstChild,F=ae.nextSibling,W=F.nextSibling,q=W.nextSibling,ce=q.nextSibling,V=ne.nextSibling,fe=V.firstChild,he=V.nextSibling,Ie=he.firstChild,te=he.nextSibling,ge=te.firstChild,Ce=ge.nextSibling,Ae=Ce.nextSibling,lt=Ae.firstChild,$t=lt.nextSibling,Z=$t.nextSibling,je=Z.nextSibling,Ze=je.nextSibling,Ne=Ze.nextSibling,Te=Ne.nextSibling,Re=Te.nextSibling,me=Re.nextSibling,de=me.nextSibling,Me=de.nextSibling,qe=Me.nextSibling,pn=te.nextSibling,Yr=pn.firstChild,Kn=pn.nextSibling,Xr=Kn.firstChild,Un=Kn.nextSibling,mr=Un.firstChild,Ba=mr.nextSibling,Qs=Un.nextSibling,qa=Qs.firstChild,Ri=Qs.nextSibling,za=Ri.firstChild,Ys=Ri.nextSibling,Xs=Ys.firstChild,Js=Xs.nextSibling,Fi=Js.nextSibling,oh=Fi.nextSibling,ah=oh.nextSibling,lh=ah.nextSibling,ch=lh.nextSibling,uh=ch.nextSibling,dh=uh.nextSibling,fh=dh.nextSibling,hh=fh.nextSibling,gh=hh.nextSibling,yh=gh.nextSibling,mh=yh.nextSibling,ph=mh.nextSibling,vh=ph.nextSibling,bh=vh.nextSibling,Rx=bh.nextSibling;return J(n,"id",`a-${e}`),J(r,"fill",`url(#a-${e})`),J(s,"id",`am-${e}`),J(o,"id",`b-${e}`),J(a,"filter",`url(#am-${e})`),J(l,"mask",`url(#b-${e})`),J(u,"id",`ah-${e}`),J(d,"id",`k-${e}`),J(f,"filter",`url(#ah-${e})`),J(h,"mask",`url(#k-${e})`),J(m,"id",`ae-${e}`),J(p,"id",`j-${e}`),J(v,"filter",`url(#ae-${e})`),J(b,"mask",`url(#j-${e})`),J(S,"id",`ai-${e}`),J(w,"id",`i-${e}`),J(_,"filter",`url(#ai-${e})`),J(C,"mask",`url(#i-${e})`),J(O,"id",`aj-${e}`),J(A,"id",`h-${e}`),J(M,"filter",`url(#aj-${e})`),J(L,"mask",`url(#h-${e})`),J(R,"id",`ag-${e}`),J(D,"id",`g-${e}`),J(j,"filter",`url(#ag-${e})`),J(I,"mask",`url(#g-${e})`),J(ue,"id",`af-${e}`),J(B,"id",`f-${e}`),J(Y,"filter",`url(#af-${e})`),J(ne,"mask",`url(#f-${e})`),J(q,"id",`m-${e}`),J(ce,"fill",`url(#m-${e})`),J(fe,"id",`ak-${e}`),J(he,"id",`e-${e}`),J(Ie,"filter",`url(#ak-${e})`),J(te,"mask",`url(#e-${e})`),J(ge,"id",`n-${e}`),J(Ce,"fill",`url(#n-${e})`),J(lt,"id",`r-${e}`),J($t,"fill",`url(#r-${e})`),J(Z,"id",`s-${e}`),J(je,"fill",`url(#s-${e})`),J(Ze,"id",`q-${e}`),J(Ne,"fill",`url(#q-${e})`),J(Te,"id",`p-${e}`),J(Re,"fill",`url(#p-${e})`),J(me,"id",`o-${e}`),J(de,"fill",`url(#o-${e})`),J(Me,"id",`l-${e}`),J(qe,"fill",`url(#l-${e})`),J(Yr,"id",`al-${e}`),J(Kn,"id",`d-${e}`),J(Xr,"filter",`url(#al-${e})`),J(Un,"mask",`url(#d-${e})`),J(mr,"id",`u-${e}`),J(Ba,"fill",`url(#u-${e})`),J(qa,"id",`ad-${e}`),J(Ri,"id",`c-${e}`),J(za,"filter",`url(#ad-${e})`),J(Ys,"mask",`url(#c-${e})`),J(Xs,"id",`t-${e}`),J(Js,"fill",`url(#t-${e})`),J(Fi,"id",`v-${e}`),J(oh,"stroke",`url(#v-${e})`),J(ah,"id",`aa-${e}`),J(lh,"stroke",`url(#aa-${e})`),J(ch,"id",`w-${e}`),J(uh,"stroke",`url(#w-${e})`),J(dh,"id",`ac-${e}`),J(fh,"stroke",`url(#ac-${e})`),J(hh,"id",`ab-${e}`),J(gh,"stroke",`url(#ab-${e})`),J(yh,"id",`y-${e}`),J(mh,"stroke",`url(#y-${e})`),J(ph,"id",`x-${e}`),J(vh,"stroke",`url(#x-${e})`),J(bh,"id",`z-${e}`),J(Rx,"stroke",`url(#z-${e})`),t})()}var EL=le('<span><svg width=16 height=16 viewBox="0 0 16 16"fill=none xmlns=http://www.w3.org/2000/svg><path d="M6 12L10 8L6 4"stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),AL=le('<button title="Copy object to clipboard">'),PL=le('<button title="Remove all items"aria-label="Remove all items">'),TL=le('<button title="Delete item"aria-label="Delete item">'),ML=le('<button title="Toggle value"aria-label="Toggle value">'),$L=le('<button title="Bulk Edit Data"aria-label="Bulk Edit Data">'),yo=le("<div>"),jL=le("<div><button> <span></span> <span> "),DL=le("<input>"),sp=le("<span>"),LL=le("<div><span>:"),IL=le("<div><div><button> [<!>...<!>]");function RL(e,t){let n=0;const r=[];for(;n<e.length;)r.push(e.slice(n,n+t)),n=n+t;return r}var op=e=>{const t=mt(),n=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,r=H(()=>t()==="dark"?Gs(n):Ws(n));return(()=>{var i=EL();return be(()=>ee(i,se(r().expander,n`
|
|
68
|
+
`):e}function a$(e,t){const{element:n,datasetIndex:r,index:i}=t,s=e.getDatasetMeta(r).controller,{label:o,value:a}=s.getLabelAndValue(i);return{chart:e,label:o,parsed:s.getParsed(i),raw:e.data.datasets[r].data[i],formattedValue:a,dataset:s.getDataset(),dataIndex:i,datasetIndex:r,element:n}}function Zy(e,t){const n=e.chart.ctx,{body:r,footer:i,title:s}=e,{boxWidth:o,boxHeight:a}=t,l=ft(t.bodyFont),c=ft(t.titleFont),u=ft(t.footerFont),d=s.length,f=i.length,h=r.length,g=Ot(t.padding);let m=g.height,p=0,v=r.reduce((S,w)=>S+w.before.length+w.lines.length+w.after.length,0);if(v+=e.beforeBody.length+e.afterBody.length,d&&(m+=d*c.lineHeight+(d-1)*t.titleSpacing+t.titleMarginBottom),v){const S=t.displayColors?Math.max(a,l.lineHeight):l.lineHeight;m+=h*S+(v-h)*l.lineHeight+(v-1)*t.bodySpacing}f&&(m+=t.footerMarginTop+f*u.lineHeight+(f-1)*t.footerSpacing);let b=0;const x=function(S){p=Math.max(p,n.measureText(S).width+b)};return n.save(),n.font=c.string,Ge(e.title,x),n.font=l.string,Ge(e.beforeBody.concat(e.afterBody),x),b=t.displayColors?o+2+t.boxPadding:0,Ge(r,S=>{Ge(S.before,x),Ge(S.lines,x),Ge(S.after,x)}),b=0,n.font=u.string,Ge(e.footer,x),n.restore(),p+=g.width,{width:p,height:m}}function l$(e,t){const{y:n,height:r}=t;return n<r/2?"top":n>e.height-r/2?"bottom":"center"}function c$(e,t,n,r){const{x:i,width:s}=r,o=n.caretSize+n.caretPadding;if(e==="left"&&i+s+o>t.width||e==="right"&&i-s-o<0)return!0}function u$(e,t,n,r){const{x:i,width:s}=n,{width:o,chartArea:{left:a,right:l}}=e;let c="center";return r==="center"?c=i<=(a+l)/2?"left":"right":i<=s/2?c="left":i>=o-s/2&&(c="right"),c$(c,e,t,n)&&(c="center"),c}function em(e,t,n){const r=n.yAlign||t.yAlign||l$(e,n);return{xAlign:n.xAlign||t.xAlign||u$(e,t,n,r),yAlign:r}}function d$(e,t){let{x:n,width:r}=e;return t==="right"?n-=r:t==="center"&&(n-=r/2),n}function f$(e,t,n){let{y:r,height:i}=e;return t==="top"?r+=n:t==="bottom"?r-=i+n:r-=i/2,r}function tm(e,t,n,r){const{caretSize:i,caretPadding:s,cornerRadius:o}=e,{xAlign:a,yAlign:l}=n,c=i+s,{topLeft:u,topRight:d,bottomLeft:f,bottomRight:h}=Qi(o);let g=d$(t,a);const m=f$(t,l,c);return l==="center"?a==="left"?g+=c:a==="right"&&(g-=c):a==="left"?g-=Math.max(u,f)+i:a==="right"&&(g+=Math.max(d,h)+i),{x:cn(g,0,r.width-t.width),y:cn(m,0,r.height-t.height)}}function cl(e,t,n){const r=Ot(n.padding);return t==="center"?e.x+e.width/2:t==="right"?e.x+e.width-r.right:e.x+r.left}function nm(e){return Mn([],Yn(e))}function h$(e,t,n){return Gr(e,{tooltip:t,tooltipItems:n,type:"tooltip"})}function rm(e,t){const n=t&&t.dataset&&t.dataset.tooltip&&t.dataset.tooltip.callbacks;return n?e.override(n):e}const Hb={beforeTitle:Vn,title(e){if(e.length>0){const t=e[0],n=t.chart.data.labels,r=n?n.length:0;if(this&&this.options&&this.options.mode==="dataset")return t.dataset.label||"";if(t.label)return t.label;if(r>0&&t.dataIndex<r)return n[t.dataIndex]}return""},afterTitle:Vn,beforeBody:Vn,beforeLabel:Vn,label(e){if(this&&this.options&&this.options.mode==="dataset")return e.label+": "+e.formattedValue||e.formattedValue;let t=e.dataset.label||"";t&&(t+=": ");const n=e.formattedValue;return Qe(n)||(t+=n),t},labelColor(e){const n=e.chart.getDatasetMeta(e.datasetIndex).controller.getStyle(e.dataIndex);return{borderColor:n.borderColor,backgroundColor:n.backgroundColor,borderWidth:n.borderWidth,borderDash:n.borderDash,borderDashOffset:n.borderDashOffset,borderRadius:0}},labelTextColor(){return this.options.bodyColor},labelPointStyle(e){const n=e.chart.getDatasetMeta(e.datasetIndex).controller.getStyle(e.dataIndex);return{pointStyle:n.pointStyle,rotation:n.rotation}},afterLabel:Vn,afterBody:Vn,beforeFooter:Vn,footer:Vn,afterFooter:Vn};function jt(e,t,n,r){const i=e[t].call(n,r);return typeof i=="undefined"?Hb[t].call(n,r):i}class Td extends Li{constructor(t){super(),this.opacity=0,this._active=[],this._eventPosition=void 0,this._size=void 0,this._cachedAnimations=void 0,this._tooltipItems=[],this.$animations=void 0,this.$context=void 0,this.chart=t.chart,this.options=t.options,this.dataPoints=void 0,this.title=void 0,this.beforeBody=void 0,this.body=void 0,this.afterBody=void 0,this.footer=void 0,this.xAlign=void 0,this.yAlign=void 0,this.x=void 0,this.y=void 0,this.height=void 0,this.width=void 0,this.caretX=void 0,this.caretY=void 0,this.labelColors=void 0,this.labelPointStyles=void 0,this.labelTextColors=void 0}initialize(t){this.options=t,this._cachedAnimations=void 0,this.$context=void 0}_resolveAnimations(){const t=this._cachedAnimations;if(t)return t;const n=this.chart,r=this.options.setContext(this.getContext()),i=r.enabled&&n.options.animation&&r.animations,s=new Ob(this.chart,i);return i._cacheable&&(this._cachedAnimations=Object.freeze(s)),s}getContext(){return this.$context||(this.$context=h$(this.chart.getContext(),this,this._tooltipItems))}getTitle(t,n){const{callbacks:r}=n,i=jt(r,"beforeTitle",this,t),s=jt(r,"title",this,t),o=jt(r,"afterTitle",this,t);let a=[];return a=Mn(a,Yn(i)),a=Mn(a,Yn(s)),a=Mn(a,Yn(o)),a}getBeforeBody(t,n){return nm(jt(n.callbacks,"beforeBody",this,t))}getBody(t,n){const{callbacks:r}=n,i=[];return Ge(t,s=>{const o={before:[],lines:[],after:[]},a=rm(r,s);Mn(o.before,Yn(jt(a,"beforeLabel",this,s))),Mn(o.lines,jt(a,"label",this,s)),Mn(o.after,Yn(jt(a,"afterLabel",this,s))),i.push(o)}),i}getAfterBody(t,n){return nm(jt(n.callbacks,"afterBody",this,t))}getFooter(t,n){const{callbacks:r}=n,i=jt(r,"beforeFooter",this,t),s=jt(r,"footer",this,t),o=jt(r,"afterFooter",this,t);let a=[];return a=Mn(a,Yn(i)),a=Mn(a,Yn(s)),a=Mn(a,Yn(o)),a}_createItems(t){const n=this._active,r=this.chart.data,i=[],s=[],o=[];let a=[],l,c;for(l=0,c=n.length;l<c;++l)a.push(a$(this.chart,n[l]));return t.filter&&(a=a.filter((u,d,f)=>t.filter(u,d,f,r))),t.itemSort&&(a=a.sort((u,d)=>t.itemSort(u,d,r))),Ge(a,u=>{const d=rm(t.callbacks,u);i.push(jt(d,"labelColor",this,u)),s.push(jt(d,"labelPointStyle",this,u)),o.push(jt(d,"labelTextColor",this,u))}),this.labelColors=i,this.labelPointStyles=s,this.labelTextColors=o,this.dataPoints=a,a}update(t,n){const r=this.options.setContext(this.getContext()),i=this._active;let s,o=[];if(!i.length)this.opacity!==0&&(s={opacity:0});else{const a=ko[r.position].call(this,i,this._eventPosition);o=this._createItems(r),this.title=this.getTitle(o,r),this.beforeBody=this.getBeforeBody(o,r),this.body=this.getBody(o,r),this.afterBody=this.getAfterBody(o,r),this.footer=this.getFooter(o,r);const l=this._size=Zy(this,r),c=Object.assign({},a,l),u=em(this.chart,r,c),d=tm(r,c,u,this.chart);this.xAlign=u.xAlign,this.yAlign=u.yAlign,s={opacity:1,x:d.x,y:d.y,width:l.width,height:l.height,caretX:a.x,caretY:a.y}}this._tooltipItems=o,this.$context=void 0,s&&this._resolveAnimations().update(this,s),t&&r.external&&r.external.call(this,{chart:this.chart,tooltip:this,replay:n})}drawCaret(t,n,r,i){const s=this.getCaretPosition(t,r,i);n.lineTo(s.x1,s.y1),n.lineTo(s.x2,s.y2),n.lineTo(s.x3,s.y3)}getCaretPosition(t,n,r){const{xAlign:i,yAlign:s}=this,{caretSize:o,cornerRadius:a}=r,{topLeft:l,topRight:c,bottomLeft:u,bottomRight:d}=Qi(a),{x:f,y:h}=t,{width:g,height:m}=n;let p,v,b,x,S,w;return s==="center"?(S=h+m/2,i==="left"?(p=f,v=p-o,x=S+o,w=S-o):(p=f+g,v=p+o,x=S-o,w=S+o),b=p):(i==="left"?v=f+Math.max(l,u)+o:i==="right"?v=f+g-Math.max(c,d)-o:v=this.caretX,s==="top"?(x=h,S=x-o,p=v-o,b=v+o):(x=h+m,S=x+o,p=v+o,b=v-o),w=x),{x1:p,x2:v,x3:b,y1:x,y2:S,y3:w}}drawTitle(t,n,r){const i=this.title,s=i.length;let o,a,l;if(s){const c=Yi(r.rtl,this.x,this.width);for(t.x=cl(this,r.titleAlign,r),n.textAlign=c.textAlign(r.titleAlign),n.textBaseline="middle",o=ft(r.titleFont),a=r.titleSpacing,n.fillStyle=r.titleColor,n.font=o.string,l=0;l<s;++l)n.fillText(i[l],c.x(t.x),t.y+o.lineHeight/2),t.y+=o.lineHeight+a,l+1===s&&(t.y+=r.titleMarginBottom-a)}}_drawColorBox(t,n,r,i,s){const o=this.labelColors[r],a=this.labelPointStyles[r],{boxHeight:l,boxWidth:c}=s,u=ft(s.bodyFont),d=cl(this,"left",s),f=i.x(d),h=l<u.lineHeight?(u.lineHeight-l)/2:0,g=n.y+h;if(s.usePointStyle){const m={radius:Math.min(c,l)/2,pointStyle:a.pointStyle,rotation:a.rotation,borderWidth:1},p=i.leftForLtr(f,c)+c/2,v=g+l/2;t.strokeStyle=s.multiKeyBackground,t.fillStyle=s.multiKeyBackground,kd(t,m,p,v),t.strokeStyle=o.borderColor,t.fillStyle=o.backgroundColor,kd(t,m,p,v)}else{t.lineWidth=Fe(o.borderWidth)?Math.max(...Object.values(o.borderWidth)):o.borderWidth||1,t.strokeStyle=o.borderColor,t.setLineDash(o.borderDash||[]),t.lineDashOffset=o.borderDashOffset||0;const m=i.leftForLtr(f,c),p=i.leftForLtr(i.xPlus(f,1),c-2),v=Qi(o.borderRadius);Object.values(v).some(b=>b!==0)?(t.beginPath(),t.fillStyle=s.multiKeyBackground,Ql(t,{x:m,y:g,w:c,h:l,radius:v}),t.fill(),t.stroke(),t.fillStyle=o.backgroundColor,t.beginPath(),Ql(t,{x:p,y:g+1,w:c-2,h:l-2,radius:v}),t.fill()):(t.fillStyle=s.multiKeyBackground,t.fillRect(m,g,c,l),t.strokeRect(m,g,c,l),t.fillStyle=o.backgroundColor,t.fillRect(p,g+1,c-2,l-2))}t.fillStyle=this.labelTextColors[r]}drawBody(t,n,r){const{body:i}=this,{bodySpacing:s,bodyAlign:o,displayColors:a,boxHeight:l,boxWidth:c,boxPadding:u}=r,d=ft(r.bodyFont);let f=d.lineHeight,h=0;const g=Yi(r.rtl,this.x,this.width),m=function(k){n.fillText(k,g.x(t.x+h),t.y+f/2),t.y+=f+s},p=g.textAlign(o);let v,b,x,S,w,_,C;for(n.textAlign=o,n.textBaseline="middle",n.font=d.string,t.x=cl(this,p,r),n.fillStyle=r.bodyColor,Ge(this.beforeBody,m),h=a&&p!=="right"?o==="center"?c/2+u:c+2+u:0,S=0,_=i.length;S<_;++S){for(v=i[S],b=this.labelTextColors[S],n.fillStyle=b,Ge(v.before,m),x=v.lines,a&&x.length&&(this._drawColorBox(n,t,S,g,r),f=Math.max(d.lineHeight,l)),w=0,C=x.length;w<C;++w)m(x[w]),f=d.lineHeight;Ge(v.after,m)}h=0,f=d.lineHeight,Ge(this.afterBody,m),t.y-=s}drawFooter(t,n,r){const i=this.footer,s=i.length;let o,a;if(s){const l=Yi(r.rtl,this.x,this.width);for(t.x=cl(this,r.footerAlign,r),t.y+=r.footerMarginTop,n.textAlign=l.textAlign(r.footerAlign),n.textBaseline="middle",o=ft(r.footerFont),n.fillStyle=r.footerColor,n.font=o.string,a=0;a<s;++a)n.fillText(i[a],l.x(t.x),t.y+o.lineHeight/2),t.y+=o.lineHeight+r.footerSpacing}}drawBackground(t,n,r,i){const{xAlign:s,yAlign:o}=this,{x:a,y:l}=t,{width:c,height:u}=r,{topLeft:d,topRight:f,bottomLeft:h,bottomRight:g}=Qi(i.cornerRadius);n.fillStyle=i.backgroundColor,n.strokeStyle=i.borderColor,n.lineWidth=i.borderWidth,n.beginPath(),n.moveTo(a+d,l),o==="top"&&this.drawCaret(t,n,r,i),n.lineTo(a+c-f,l),n.quadraticCurveTo(a+c,l,a+c,l+f),o==="center"&&s==="right"&&this.drawCaret(t,n,r,i),n.lineTo(a+c,l+u-g),n.quadraticCurveTo(a+c,l+u,a+c-g,l+u),o==="bottom"&&this.drawCaret(t,n,r,i),n.lineTo(a+h,l+u),n.quadraticCurveTo(a,l+u,a,l+u-h),o==="center"&&s==="left"&&this.drawCaret(t,n,r,i),n.lineTo(a,l+d),n.quadraticCurveTo(a,l,a+d,l),n.closePath(),n.fill(),i.borderWidth>0&&n.stroke()}_updateAnimationTarget(t){const n=this.chart,r=this.$animations,i=r&&r.x,s=r&&r.y;if(i||s){const o=ko[t.position].call(this,this._active,this._eventPosition);if(!o)return;const a=this._size=Zy(this,t),l=Object.assign({},o,this._size),c=em(n,t,l),u=tm(t,l,c,n);(i._to!==u.x||s._to!==u.y)&&(this.xAlign=c.xAlign,this.yAlign=c.yAlign,this.width=a.width,this.height=a.height,this.caretX=o.x,this.caretY=o.y,this._resolveAnimations().update(this,u))}}_willRender(){return!!this.opacity}draw(t){const n=this.options.setContext(this.getContext());let r=this.opacity;if(!r)return;this._updateAnimationTarget(n);const i={width:this.width,height:this.height},s={x:this.x,y:this.y};r=Math.abs(r)<.001?0:r;const o=Ot(n.padding),a=this.title.length||this.beforeBody.length||this.body.length||this.afterBody.length||this.footer.length;n.enabled&&a&&(t.save(),t.globalAlpha=r,this.drawBackground(s,t,i,n),xb(t,n.textDirection),s.y+=o.top,this.drawTitle(s,t,n),this.drawBody(s,t,n),this.drawFooter(s,t,n),wb(t,n.textDirection),t.restore())}getActiveElements(){return this._active||[]}setActiveElements(t,n){const r=this._active,i=t.map(({datasetIndex:a,index:l})=>{const c=this.chart.getDatasetMeta(a);if(!c)throw new Error("Cannot find a dataset at index "+a);return{datasetIndex:a,element:c.data[l],index:l}}),s=!Ul(r,i),o=this._positionChanged(i,n);(s||o)&&(this._active=i,this._eventPosition=n,this._ignoreReplayEvents=!0,this.update(!0))}handleEvent(t,n,r=!0){if(n&&this._ignoreReplayEvents)return!1;this._ignoreReplayEvents=!1;const i=this.options,s=this._active||[],o=this._getActiveElements(t,s,n,r),a=this._positionChanged(o,t),l=n||!Ul(o,s)||a;return l&&(this._active=o,(i.enabled||i.external)&&(this._eventPosition={x:t.x,y:t.y},this.update(!0,n))),l}_getActiveElements(t,n,r,i){const s=this.options;if(t.type==="mouseout")return[];if(!i)return n.filter(a=>this.chart.data.datasets[a.datasetIndex]&&this.chart.getDatasetMeta(a.datasetIndex).controller.getParsed(a.index)!==void 0);const o=this.chart.getElementsAtEventForMode(t,s.mode,s,r);return s.reverse&&o.reverse(),o}_positionChanged(t,n){const{caretX:r,caretY:i,options:s}=this,o=ko[s.position].call(this,t,n);return o!==!1&&(r!==o.x||i!==o.y)}}pe(Td,"positioners",ko);var g$={id:"tooltip",_element:Td,positioners:ko,afterInit(e,t,n){n&&(e.tooltip=new Td({chart:e,options:n}))},beforeUpdate(e,t,n){e.tooltip&&e.tooltip.initialize(n)},reset(e,t,n){e.tooltip&&e.tooltip.initialize(n)},afterDraw(e){const t=e.tooltip;if(t&&t._willRender()){const n={tooltip:t};if(e.notifyPlugins("beforeTooltipDraw",{...n,cancelable:!0})===!1)return;t.draw(e.ctx),e.notifyPlugins("afterTooltipDraw",n)}},afterEvent(e,t){if(e.tooltip){const n=t.replay;e.tooltip.handleEvent(t.event,n,t.inChartArea)&&(t.changed=!0)}},defaults:{enabled:!0,external:null,position:"average",backgroundColor:"rgba(0,0,0,0.8)",titleColor:"#fff",titleFont:{weight:"bold"},titleSpacing:2,titleMarginBottom:6,titleAlign:"left",bodyColor:"#fff",bodySpacing:2,bodyFont:{},bodyAlign:"left",footerColor:"#fff",footerSpacing:2,footerMarginTop:6,footerFont:{weight:"bold"},footerAlign:"left",padding:6,caretPadding:2,caretSize:5,cornerRadius:6,boxHeight:(e,t)=>t.bodyFont.size,boxWidth:(e,t)=>t.bodyFont.size,multiKeyBackground:"#fff",displayColors:!0,boxPadding:0,borderColor:"rgba(0,0,0,0)",borderWidth:0,animation:{duration:400,easing:"easeOutQuart"},animations:{numbers:{type:"number",properties:["x","y","width","height","caretX","caretY"]},opacity:{easing:"linear",duration:200}},callbacks:Hb},defaultRoutes:{bodyFont:"font",footerFont:"font",titleFont:"font"},descriptors:{_scriptable:e=>e!=="filter"&&e!=="itemSort"&&e!=="external",_indexable:!1,callbacks:{_scriptable:!1,_indexable:!1},animation:{_fallback:!1},animations:{_fallback:"animation"}},additionalOptionScopes:["interaction"]};const y$=(e,t,n,r)=>(typeof t=="string"?(n=e.push(t)-1,r.unshift({index:n,label:t})):isNaN(t)&&(n=null),n);function m$(e,t,n,r){const i=e.indexOf(t);if(i===-1)return y$(e,t,n,r);const s=e.lastIndexOf(t);return i!==s?n:i}const p$=(e,t)=>e===null?null:cn(Math.round(e),0,t);function im(e){const t=this.getLabels();return e>=0&&e<t.length?t[e]:e}class Md extends Us{constructor(t){super(t),this._startValue=void 0,this._valueRange=0,this._addedLabels=[]}init(t){const n=this._addedLabels;if(n.length){const r=this.getLabels();for(const{index:i,label:s}of n)r[i]===s&&r.splice(i,1);this._addedLabels=[]}super.init(t)}parse(t,n){if(Qe(t))return null;const r=this.getLabels();return n=isFinite(n)&&r[n]===t?n:m$(r,t,De(n,t),this._addedLabels),p$(n,r.length-1)}determineDataLimits(){const{minDefined:t,maxDefined:n}=this.getUserBounds();let{min:r,max:i}=this.getMinMax(!0);this.options.bounds==="ticks"&&(t||(r=0),n||(i=this.getLabels().length-1)),this.min=r,this.max=i}buildTicks(){const t=this.min,n=this.max,r=this.options.offset,i=[];let s=this.getLabels();s=t===0&&n===s.length-1?s:s.slice(t,n+1),this._valueRange=Math.max(s.length-(r?0:1),1),this._startValue=this.min-(r?.5:0);for(let o=t;o<=n;o++)i.push({value:o});return i}getLabelForValue(t){return im.call(this,t)}configure(){super.configure(),this.isHorizontal()||(this._reversePixels=!this._reversePixels)}getPixelForValue(t){return typeof t!="number"&&(t=this.parse(t)),t===null?NaN:this.getPixelForDecimal((t-this._startValue)/this._valueRange)}getPixelForTick(t){const n=this.ticks;return t<0||t>n.length-1?null:this.getPixelForValue(n[t].value)}getValueForPixel(t){return Math.round(this._startValue+this.getDecimalForPixel(t)*this._valueRange)}getBasePixel(){return this.bottom}}pe(Md,"id","category"),pe(Md,"defaults",{ticks:{callback:im}});function v$(e,t){const n=[],{bounds:i,step:s,min:o,max:a,precision:l,count:c,maxTicks:u,maxDigits:d,includeBounds:f}=e,h=s||1,g=u-1,{min:m,max:p}=t,v=!Qe(o),b=!Qe(a),x=!Qe(c),S=(p-m)/(d+1);let w=sy((p-m)/g/h)*h,_,C,k,O;if(w<1e-14&&!v&&!b)return[{value:m},{value:p}];O=Math.ceil(p/w)-Math.floor(m/w),O>g&&(w=sy(O*w/g/h)*h),Qe(l)||(_=Math.pow(10,l),w=Math.ceil(w*_)/_),i==="ticks"?(C=Math.floor(m/w)*w,k=Math.ceil(p/w)*w):(C=m,k=p),v&&b&&s&&NP((a-o)/s,w/1e3)?(O=Math.round(Math.min((a-o)/w,u)),w=(a-o)/O,C=o,k=a):x?(C=v?o:C,k=b?a:k,O=c-1,w=(k-C)/O):(O=(k-C)/w,Do(O,Math.round(O),w/1e3)?O=Math.round(O):O=Math.ceil(O));const A=Math.max(oy(w),oy(C));_=Math.pow(10,Qe(l)?A:l),C=Math.round(C*_)/_,k=Math.round(k*_)/_;let M=0;for(v&&(f&&C!==o?(n.push({value:o}),C<o&&M++,Do(Math.round((C+M*w)*_)/_,o,sm(o,S,e))&&M++):C<o&&M++);M<O;++M){const L=Math.round((C+M*w)*_)/_;if(b&&L>a)break;n.push({value:L})}return b&&f&&k!==a?n.length&&Do(n[n.length-1].value,a,sm(a,S,e))?n[n.length-1].value=a:n.push({value:a}):(!b||k===a)&&n.push({value:k}),n}function sm(e,t,{horizontal:n,minRotation:r}){const i=jr(r),s=(n?Math.sin(i):Math.cos(i))||.001,o=.75*t*(""+e).length;return Math.min(t/s,o)}class $d extends Us{constructor(t){super(t),this.start=void 0,this.end=void 0,this._startValue=void 0,this._endValue=void 0,this._valueRange=0}parse(t,n){return Qe(t)||(typeof t=="number"||t instanceof Number)&&!isFinite(+t)?null:+t}handleTickRangeOptions(){const{beginAtZero:t}=this.options,{minDefined:n,maxDefined:r}=this.getUserBounds();let{min:i,max:s}=this;const o=l=>i=n?i:l,a=l=>s=r?s:l;if(t){const l=Ps(i),c=Ps(s);l<0&&c<0?a(0):l>0&&c>0&&o(0)}if(i===s){let l=s===0?1:Math.abs(s*.05);a(s+l),t||o(i-l)}this.min=i,this.max=s}getTickLimit(){const t=this.options.ticks;let{maxTicksLimit:n,stepSize:r}=t,i;return r?(i=Math.ceil(this.max/r)-Math.floor(this.min/r)+1,i>1e3&&(console.warn(`scales.${this.id}.ticks.stepSize: ${r} would result generating up to ${i} ticks. Limiting to 1000.`),i=1e3)):(i=this.computeTickLimit(),n=n||11),n&&(i=Math.min(n,i)),i}computeTickLimit(){return Number.POSITIVE_INFINITY}buildTicks(){const t=this.options,n=t.ticks;let r=this.getTickLimit();r=Math.max(2,r);const i={maxTicks:r,bounds:t.bounds,min:t.min,max:t.max,precision:n.precision,step:n.stepSize,count:n.count,maxDigits:this._maxDigits(),horizontal:this.isHorizontal(),minRotation:n.minRotation||0,includeBounds:n.includeBounds!==!1},s=this._range||this,o=v$(i,s);return t.bounds==="ticks"&&BP(o,this,"value"),t.reverse?(o.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),o}configure(){const t=this.ticks;let n=this.min,r=this.max;if(super.configure(),this.options.offset&&t.length){const i=(r-n)/Math.max(t.length-1,1)/2;n-=i,r+=i}this._startValue=n,this._endValue=r,this._valueRange=r-n}getLabelForValue(t){return fb(t,this.chart.options.locale,this.options.ticks.format)}}class jd extends $d{determineDataLimits(){const{min:t,max:n}=this.getMinMax(!0);this.min=yt(t)?t:0,this.max=yt(n)?n:1,this.handleTickRangeOptions()}computeTickLimit(){const t=this.isHorizontal(),n=t?this.width:this.height,r=jr(this.options.ticks.minRotation),i=(t?Math.sin(r):Math.cos(r))||.001,s=this._resolveTickFontOptions(0);return Math.ceil(n/Math.min(40,s.lineHeight/i))}getPixelForValue(t){return t===null?NaN:this.getPixelForDecimal((t-this._startValue)/this._valueRange)}getValueForPixel(t){return this._startValue+this.getDecimalForPixel(t)*this._valueRange}}pe(jd,"id","linear"),pe(jd,"defaults",{ticks:{callback:Ef.formatters.numeric}});function Dd(e){const t=e.ticks;if(t.display&&e.display){const n=Ot(t.backdropPadding);return De(t.font&&t.font.size,at.font.size)+n.height}return 0}function b$(e,t,n){return n=rt(n)?n:[n],{w:lT(e,t.string,n),h:n.length*t.lineHeight}}function om(e,t,n,r,i){return e===r||e===i?{start:t-n/2,end:t+n/2}:e<r||e>i?{start:t-n,end:t}:{start:t,end:t+n}}function x$(e){const t={l:e.left+e._padding.left,r:e.right-e._padding.right,t:e.top+e._padding.top,b:e.bottom-e._padding.bottom},n=Object.assign({},t),r=[],i=[],s=e._pointLabels.length,o=e.options.pointLabels,a=o.centerPointLabels?ut/s:0;for(let l=0;l<s;l++){const c=o.setContext(e.getPointLabelContext(l));i[l]=c.padding;const u=e.getPointPosition(l,e.drawingArea+i[l],a),d=ft(c.font),f=b$(e.ctx,d,e._pointLabels[l]);r[l]=f;const h=Wt(e.getIndexAngle(l)+a),g=Math.round(Cf(h)),m=om(g,u.x,f.w,0,180),p=om(g,u.y,f.h,90,270);w$(n,t,h,m,p)}e.setCenterPoint(t.l-n.l,n.r-t.r,t.t-n.t,n.b-t.b),e._pointLabelItems=_$(e,r,i)}function w$(e,t,n,r,i){const s=Math.abs(Math.sin(n)),o=Math.abs(Math.cos(n));let a=0,l=0;r.start<t.l?(a=(t.l-r.start)/s,e.l=Math.min(e.l,t.l-a)):r.end>t.r&&(a=(r.end-t.r)/s,e.r=Math.max(e.r,t.r+a)),i.start<t.t?(l=(t.t-i.start)/o,e.t=Math.min(e.t,t.t-l)):i.end>t.b&&(l=(i.end-t.b)/o,e.b=Math.max(e.b,t.b+l))}function S$(e,t,n){const r=e.drawingArea,{extra:i,additionalAngle:s,padding:o,size:a}=n,l=e.getPointPosition(t,r+i+o,s),c=Math.round(Cf(Wt(l.angle+Yt))),u=E$(l.y,a.h,c),d=k$(c),f=O$(l.x,a.w,d);return{visible:!0,x:l.x,y:u,textAlign:d,left:f,top:u,right:f+a.w,bottom:u+a.h}}function C$(e,t){if(!t)return!0;const{left:n,top:r,right:i,bottom:s}=e;return!(rr({x:n,y:r},t)||rr({x:n,y:s},t)||rr({x:i,y:r},t)||rr({x:i,y:s},t))}function _$(e,t,n){const r=[],i=e._pointLabels.length,s=e.options,{centerPointLabels:o,display:a}=s.pointLabels,l={extra:Dd(s)/2,additionalAngle:o?ut/i:0};let c;for(let u=0;u<i;u++){l.padding=n[u],l.size=t[u];const d=S$(e,u,l);r.push(d),a==="auto"&&(d.visible=C$(d,c),d.visible&&(c=d))}return r}function k$(e){return e===0||e===180?"center":e<180?"left":"right"}function O$(e,t,n){return n==="right"?e-=t:n==="center"&&(e-=t/2),e}function E$(e,t,n){return n===90||n===270?e-=t/2:(n>270||n<90)&&(e-=t),e}function A$(e,t,n){const{left:r,top:i,right:s,bottom:o}=n,{backdropColor:a}=t;if(!Qe(a)){const l=Qi(t.borderRadius),c=Ot(t.backdropPadding);e.fillStyle=a;const u=r-c.left,d=i-c.top,f=s-r+c.width,h=o-i+c.height;Object.values(l).some(g=>g!==0)?(e.beginPath(),Ql(e,{x:u,y:d,w:f,h,radius:l}),e.fill()):e.fillRect(u,d,f,h)}}function P$(e,t){const{ctx:n,options:{pointLabels:r}}=e;for(let i=t-1;i>=0;i--){const s=e._pointLabelItems[i];if(!s.visible)continue;const o=r.setContext(e.getPointLabelContext(i));A$(n,o,s);const a=ft(o.font),{x:l,y:c,textAlign:u}=s;Pi(n,e._pointLabels[i],l,c+a.lineHeight/2,a,{color:o.color,textAlign:u,textBaseline:"middle"})}}function Ub(e,t,n,r){const{ctx:i}=e;if(n)i.arc(e.xCenter,e.yCenter,t,0,Xt);else{let s=e.getPointPosition(0,t);i.moveTo(s.x,s.y);for(let o=1;o<r;o++)s=e.getPointPosition(o,t),i.lineTo(s.x,s.y)}}function T$(e,t,n,r,i){const s=e.ctx,o=t.circular,{color:a,lineWidth:l}=t;!o&&!r||!a||!l||n<0||(s.save(),s.strokeStyle=a,s.lineWidth=l,s.setLineDash(i.dash||[]),s.lineDashOffset=i.dashOffset,s.beginPath(),Ub(e,n,o,r),s.closePath(),s.stroke(),s.restore())}function M$(e,t,n){return Gr(e,{label:n,index:t,type:"pointLabel"})}class Oo extends $d{constructor(t){super(t),this.xCenter=void 0,this.yCenter=void 0,this.drawingArea=void 0,this._pointLabels=[],this._pointLabelItems=[]}setDimensions(){const t=this._padding=Ot(Dd(this.options)/2),n=this.width=this.maxWidth-t.width,r=this.height=this.maxHeight-t.height;this.xCenter=Math.floor(this.left+n/2+t.left),this.yCenter=Math.floor(this.top+r/2+t.top),this.drawingArea=Math.floor(Math.min(n,r)/2)}determineDataLimits(){const{min:t,max:n}=this.getMinMax(!1);this.min=yt(t)&&!isNaN(t)?t:0,this.max=yt(n)&&!isNaN(n)?n:0,this.handleTickRangeOptions()}computeTickLimit(){return Math.ceil(this.drawingArea/Dd(this.options))}generateTickLabels(t){$d.prototype.generateTickLabels.call(this,t),this._pointLabels=this.getLabels().map((n,r)=>{const i=Je(this.options.pointLabels.callback,[n,r],this);return i||i===0?i:""}).filter((n,r)=>this.chart.getDataVisibility(r))}fit(){const t=this.options;t.display&&t.pointLabels.display?x$(this):this.setCenterPoint(0,0,0,0)}setCenterPoint(t,n,r,i){this.xCenter+=Math.floor((t-n)/2),this.yCenter+=Math.floor((r-i)/2),this.drawingArea-=Math.min(this.drawingArea/2,Math.max(t,n,r,i))}getIndexAngle(t){const n=Xt/(this._pointLabels.length||1),r=this.options.startAngle||0;return Wt(t*n+jr(r))}getDistanceFromCenterForValue(t){if(Qe(t))return NaN;const n=this.drawingArea/(this.max-this.min);return this.options.reverse?(this.max-t)*n:(t-this.min)*n}getValueForDistanceFromCenter(t){if(Qe(t))return NaN;const n=t/(this.drawingArea/(this.max-this.min));return this.options.reverse?this.max-n:this.min+n}getPointLabelContext(t){const n=this._pointLabels||[];if(t>=0&&t<n.length){const r=n[t];return M$(this.getContext(),t,r)}}getPointPosition(t,n,r=0){const i=this.getIndexAngle(t)-Yt+r;return{x:Math.cos(i)*n+this.xCenter,y:Math.sin(i)*n+this.yCenter,angle:i}}getPointPositionForValue(t,n){return this.getPointPosition(t,this.getDistanceFromCenterForValue(n))}getBasePosition(t){return this.getPointPositionForValue(t||0,this.getBaseValue())}getPointLabelPosition(t){const{left:n,top:r,right:i,bottom:s}=this._pointLabelItems[t];return{left:n,top:r,right:i,bottom:s}}drawBackground(){const{backgroundColor:t,grid:{circular:n}}=this.options;if(t){const r=this.ctx;r.save(),r.beginPath(),Ub(this,this.getDistanceFromCenterForValue(this._endValue),n,this._pointLabels.length),r.closePath(),r.fillStyle=t,r.fill(),r.restore()}}drawGrid(){const t=this.ctx,n=this.options,{angleLines:r,grid:i,border:s}=n,o=this._pointLabels.length;let a,l,c;if(n.pointLabels.display&&P$(this,o),i.display&&this.ticks.forEach((u,d)=>{if(d!==0||d===0&&this.min<0){l=this.getDistanceFromCenterForValue(u.value);const f=this.getContext(d),h=i.setContext(f),g=s.setContext(f);T$(this,h,l,o,g)}}),r.display){for(t.save(),a=o-1;a>=0;a--){const u=r.setContext(this.getPointLabelContext(a)),{color:d,lineWidth:f}=u;!f||!d||(t.lineWidth=f,t.strokeStyle=d,t.setLineDash(u.borderDash),t.lineDashOffset=u.borderDashOffset,l=this.getDistanceFromCenterForValue(n.reverse?this.min:this.max),c=this.getPointPosition(a,l),t.beginPath(),t.moveTo(this.xCenter,this.yCenter),t.lineTo(c.x,c.y),t.stroke())}t.restore()}}drawBorder(){}drawLabels(){const t=this.ctx,n=this.options,r=n.ticks;if(!r.display)return;const i=this.getIndexAngle(0);let s,o;t.save(),t.translate(this.xCenter,this.yCenter),t.rotate(i),t.textAlign="center",t.textBaseline="middle",this.ticks.forEach((a,l)=>{if(l===0&&this.min>=0&&!n.reverse)return;const c=r.setContext(this.getContext(l)),u=ft(c.font);if(s=this.getDistanceFromCenterForValue(this.ticks[l].value),c.showLabelBackdrop){t.font=u.string,o=t.measureText(a.label).width,t.fillStyle=c.backdropColor;const d=Ot(c.backdropPadding);t.fillRect(-o/2-d.left,-s-u.size/2-d.top,o+d.width,u.size+d.height)}Pi(t,a.label,0,-s,u,{color:c.color,strokeColor:c.textStrokeColor,strokeWidth:c.textStrokeWidth})}),t.restore()}drawTitle(){}}pe(Oo,"id","radialLinear"),pe(Oo,"defaults",{display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,lineWidth:1,borderDash:[],borderDashOffset:0},grid:{circular:!1},startAngle:0,ticks:{showLabelBackdrop:!0,callback:Ef.formatters.numeric},pointLabels:{backdropColor:void 0,backdropPadding:2,display:!0,font:{size:10},callback(t){return t},padding:5,centerPointLabels:!1}}),pe(Oo,"defaultRoutes",{"angleLines.color":"borderColor","pointLabels.color":"color","ticks.color":"color"}),pe(Oo,"descriptors",{angleLines:{_fallback:"grid"}});const Dc={millisecond:{common:!0,size:1,steps:1e3},second:{common:!0,size:1e3,steps:60},minute:{common:!0,size:6e4,steps:60},hour:{common:!0,size:36e5,steps:24},day:{common:!0,size:864e5,steps:30},week:{common:!1,size:6048e5,steps:4},month:{common:!0,size:2628e6,steps:12},quarter:{common:!1,size:7884e6,steps:4},year:{common:!0,size:3154e7}},Rt=Object.keys(Dc);function am(e,t){return e-t}function lm(e,t){if(Qe(t))return null;const n=e._adapter,{parser:r,round:i,isoWeekday:s}=e._parseOpts;let o=t;return typeof r=="function"&&(o=r(o)),yt(o)||(o=typeof r=="string"?n.parse(o,r):n.parse(o)),o===null?null:(i&&(o=i==="week"&&(ta(s)||s===!0)?n.startOf(o,"isoWeek",s):n.startOf(o,i)),+o)}function cm(e,t,n,r){const i=Rt.length;for(let s=Rt.indexOf(e);s<i-1;++s){const o=Dc[Rt[s]],a=o.steps?o.steps:Number.MAX_SAFE_INTEGER;if(o.common&&Math.ceil((n-t)/(a*o.size))<=r)return Rt[s]}return Rt[i-1]}function $$(e,t,n,r,i){for(let s=Rt.length-1;s>=Rt.indexOf(n);s--){const o=Rt[s];if(Dc[o].common&&e._adapter.diff(i,r,o)>=t-1)return o}return Rt[n?Rt.indexOf(n):0]}function j$(e){for(let t=Rt.indexOf(e)+1,n=Rt.length;t<n;++t)if(Dc[Rt[t]].common)return Rt[t]}function um(e,t,n){if(!n)e[t]=!0;else if(n.length){const{lo:r,hi:i}=_f(n,t),s=n[r]>=t?n[r]:n[i];e[s]=!0}}function D$(e,t,n,r){const i=e._adapter,s=+i.startOf(t[0].value,r),o=t[t.length-1].value;let a,l;for(a=s;a<=o;a=+i.add(a,1,r))l=n[a],l>=0&&(t[l].major=!0);return t}function dm(e,t,n){const r=[],i={},s=t.length;let o,a;for(o=0;o<s;++o)a=t[o],i[a]=o,r.push({value:a,major:!1});return s===0||!n?r:D$(e,r,i,n)}class Jl extends Us{constructor(t){super(t),this._cache={data:[],labels:[],all:[]},this._unit="day",this._majorUnit=void 0,this._offsets={},this._normalized=!1,this._parseOpts=void 0}init(t,n={}){const r=t.time||(t.time={}),i=this._adapter=new y5._date(t.adapters.date);i.init(n),jo(r.displayFormats,i.formats()),this._parseOpts={parser:r.parser,round:r.round,isoWeekday:r.isoWeekday},super.init(t),this._normalized=n.normalized}parse(t,n){return t===void 0?null:lm(this,t)}beforeLayout(){super.beforeLayout(),this._cache={data:[],labels:[],all:[]}}determineDataLimits(){const t=this.options,n=this._adapter,r=t.time.unit||"day";let{min:i,max:s,minDefined:o,maxDefined:a}=this.getUserBounds();function l(c){!o&&!isNaN(c.min)&&(i=Math.min(i,c.min)),!a&&!isNaN(c.max)&&(s=Math.max(s,c.max))}(!o||!a)&&(l(this._getLabelBounds()),(t.bounds!=="ticks"||t.ticks.source!=="labels")&&l(this.getMinMax(!1))),i=yt(i)&&!isNaN(i)?i:+n.startOf(Date.now(),r),s=yt(s)&&!isNaN(s)?s:+n.endOf(Date.now(),r)+1,this.min=Math.min(i,s-1),this.max=Math.max(i+1,s)}_getLabelBounds(){const t=this.getLabelTimestamps();let n=Number.POSITIVE_INFINITY,r=Number.NEGATIVE_INFINITY;return t.length&&(n=t[0],r=t[t.length-1]),{min:n,max:r}}buildTicks(){const t=this.options,n=t.time,r=t.ticks,i=r.source==="labels"?this.getLabelTimestamps():this._generate();t.bounds==="ticks"&&i.length&&(this.min=this._userMin||i[0],this.max=this._userMax||i[i.length-1]);const s=this.min,o=this.max,a=KP(i,s,o);return this._unit=n.unit||(r.autoSkip?cm(n.minUnit,this.min,this.max,this._getLabelCapacity(s)):$$(this,a.length,n.minUnit,this.min,this.max)),this._majorUnit=!r.major.enabled||this._unit==="year"?void 0:j$(this._unit),this.initOffsets(i),t.reverse&&a.reverse(),dm(this,a,this._majorUnit)}afterAutoSkip(){this.options.offsetAfterAutoskip&&this.initOffsets(this.ticks.map(t=>+t.value))}initOffsets(t=[]){let n=0,r=0,i,s;this.options.offset&&t.length&&(i=this.getDecimalForValue(t[0]),t.length===1?n=1-i:n=(this.getDecimalForValue(t[1])-i)/2,s=this.getDecimalForValue(t[t.length-1]),t.length===1?r=s:r=(s-this.getDecimalForValue(t[t.length-2]))/2);const o=t.length<3?.5:.25;n=cn(n,0,o),r=cn(r,0,o),this._offsets={start:n,end:r,factor:1/(n+1+r)}}_generate(){const t=this._adapter,n=this.min,r=this.max,i=this.options,s=i.time,o=s.unit||cm(s.minUnit,n,r,this._getLabelCapacity(n)),a=De(i.ticks.stepSize,1),l=o==="week"?s.isoWeekday:!1,c=ta(l)||l===!0,u={};let d=n,f,h;if(c&&(d=+t.startOf(d,"isoWeek",l)),d=+t.startOf(d,c?"day":o),t.diff(r,n,o)>1e5*a)throw new Error(n+" and "+r+" are too far apart with stepSize of "+a+" "+o);const g=i.ticks.source==="data"&&this.getDataTimestamps();for(f=d,h=0;f<r;f=+t.add(f,a,o),h++)um(u,f,g);return(f===r||i.bounds==="ticks"||h===1)&&um(u,f,g),Object.keys(u).sort(am).map(m=>+m)}getLabelForValue(t){const n=this._adapter,r=this.options.time;return r.tooltipFormat?n.format(t,r.tooltipFormat):n.format(t,r.displayFormats.datetime)}format(t,n){const i=this.options.time.displayFormats,s=this._unit,o=n||i[s];return this._adapter.format(t,o)}_tickFormatFunction(t,n,r,i){const s=this.options,o=s.ticks.callback;if(o)return Je(o,[t,n,r],this);const a=s.time.displayFormats,l=this._unit,c=this._majorUnit,u=l&&a[l],d=c&&a[c],f=r[n],h=c&&d&&f&&f.major;return this._adapter.format(t,i||(h?d:u))}generateTickLabels(t){let n,r,i;for(n=0,r=t.length;n<r;++n)i=t[n],i.label=this._tickFormatFunction(i.value,n,t)}getDecimalForValue(t){return t===null?NaN:(t-this.min)/(this.max-this.min)}getPixelForValue(t){const n=this._offsets,r=this.getDecimalForValue(t);return this.getPixelForDecimal((n.start+r)*n.factor)}getValueForPixel(t){const n=this._offsets,r=this.getDecimalForPixel(t)/n.factor-n.end;return this.min+r*(this.max-this.min)}_getLabelSize(t){const n=this.options.ticks,r=this.ctx.measureText(t).width,i=jr(this.isHorizontal()?n.maxRotation:n.minRotation),s=Math.cos(i),o=Math.sin(i),a=this._resolveTickFontOptions(0).size;return{w:r*s+a*o,h:r*o+a*s}}_getLabelCapacity(t){const n=this.options.time,r=n.displayFormats,i=r[n.unit]||r.millisecond,s=this._tickFormatFunction(t,0,dm(this,[t],this._majorUnit),i),o=this._getLabelSize(s),a=Math.floor(this.isHorizontal()?this.width/o.w:this.height/o.h)-1;return a>0?a:1}getDataTimestamps(){let t=this._cache.data||[],n,r;if(t.length)return t;const i=this.getMatchingVisibleMetas();if(this._normalized&&i.length)return this._cache.data=i[0].controller.getAllParsedValues(this);for(n=0,r=i.length;n<r;++n)t=t.concat(i[n].controller.getAllParsedValues(this));return this._cache.data=this.normalize(t)}getLabelTimestamps(){const t=this._cache.labels||[];let n,r;if(t.length)return t;const i=this.getLabels();for(n=0,r=i.length;n<r;++n)t.push(lm(this,i[n]));return this._cache.labels=this._normalized?t:this.normalize(t)}normalize(t){return WP(t.sort(am))}}pe(Jl,"id","time"),pe(Jl,"defaults",{bounds:"data",adapters:{},time:{parser:!1,unit:!1,round:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{}},ticks:{source:"auto",callback:!1,major:{enabled:!1}}});function ul(e,t,n){let r=0,i=e.length-1,s,o,a,l;n?(t>=e[r].pos&&t<=e[i].pos&&({lo:r,hi:i}=ci(e,"pos",t)),{pos:s,time:a}=e[r],{pos:o,time:l}=e[i]):(t>=e[r].time&&t<=e[i].time&&({lo:r,hi:i}=ci(e,"time",t)),{time:s,pos:a}=e[r],{time:o,pos:l}=e[i]);const c=o-s;return c?a+(l-a)*(t-s)/c:a}class fm extends Jl{constructor(t){super(t),this._table=[],this._minPos=void 0,this._tableRange=void 0}initOffsets(){const t=this._getTimestampsForTable(),n=this._table=this.buildLookupTable(t);this._minPos=ul(n,this.min),this._tableRange=ul(n,this.max)-this._minPos,super.initOffsets(t)}buildLookupTable(t){const{min:n,max:r}=this,i=[],s=[];let o,a,l,c,u;for(o=0,a=t.length;o<a;++o)c=t[o],c>=n&&c<=r&&i.push(c);if(i.length<2)return[{time:n,pos:0},{time:r,pos:1}];for(o=0,a=i.length;o<a;++o)u=i[o+1],l=i[o-1],c=i[o],Math.round((u+l)/2)!==c&&s.push({time:c,pos:o/(a-1)});return s}_generate(){const t=this.min,n=this.max;let r=super.getDataTimestamps();return(!r.includes(t)||!r.length)&&r.splice(0,0,t),(!r.includes(n)||r.length===1)&&r.push(n),r.sort((i,s)=>i-s)}_getTimestampsForTable(){let t=this._cache.all||[];if(t.length)return t;const n=this.getDataTimestamps(),r=this.getLabelTimestamps();return n.length&&r.length?t=this.normalize(n.concat(r)):t=n.length?n:r,t=this._cache.all=t,t}getDecimalForValue(t){return(ul(this._table,t)-this._minPos)/this._tableRange}getValueForPixel(t){const n=this._offsets,r=this.getDecimalForPixel(t)/n.factor-n.end;return ul(this._table,r*this._tableRange+this._minPos,!0)}}pe(fm,"id","timeseries"),pe(fm,"defaults",Jl.defaults);const Kb="label";function hm(e,t){typeof e=="function"?e(t):e&&(e.current=t)}function L$(e,t){const n=e.options;n&&t&&Object.assign(n,t)}function Vb(e,t){e.labels=t}function Wb(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Kb;const r=[];e.datasets=t.map(i=>{const s=e.datasets.find(o=>o[n]===i[n]);return!s||!i.data||r.includes(s)?{...i}:(r.push(s),Object.assign(s,i),s)})}function I$(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Kb;const n={labels:[],datasets:[]};return Vb(n,e.labels),Wb(n,e.datasets,t),n}function R$(e,t){const{height:n=150,width:r=300,redraw:i=!1,datasetIdKey:s,type:o,data:a,options:l,plugins:c=[],fallbackContent:u,updateMode:d,...f}=e,h=z.useRef(null),g=z.useRef(null),m=()=>{h.current&&(g.current=new $c(h.current,{type:o,data:I$(a,s),options:l&&{...l},plugins:c}),hm(t,g.current))},p=()=>{hm(t,null),g.current&&(g.current.destroy(),g.current=null)};return z.useEffect(()=>{!i&&g.current&&l&&L$(g.current,l)},[i,l]),z.useEffect(()=>{!i&&g.current&&Vb(g.current.config.data,a.labels)},[i,a.labels]),z.useEffect(()=>{!i&&g.current&&a.datasets&&Wb(g.current.config.data,a.datasets,s)},[i,a.datasets]),z.useEffect(()=>{g.current&&(i?(p(),setTimeout(m)):g.current.update(d))},[i,l,a.labels,a.datasets,d]),z.useEffect(()=>{g.current&&(p(),setTimeout(m))},[o]),z.useEffect(()=>(m(),()=>p()),[]),z.createElement("canvas",{ref:h,role:"img",height:n,width:r,...f},u)}const F$=z.forwardRef(R$);function Gb(e,t){return $c.register(t),z.forwardRef((n,r)=>z.createElement(F$,{...n,ref:r,type:e}))}const N$=Gb("line",_l),B$=Gb("radar",kl);$c.register(Md,jd,Oo,Dr,Al,JM,o$,g$,i$);var Ld={elements:{line:{backgroundColor:"rgba(166, 30, 105, 0.2)",borderColor:"rgba(166, 30, 105, 1)",borderWidth:4},point:{backgroundColor:"rgba(166, 30, 105, 1)",borderColor:"rgba(255,255,255, .9)",borderWidth:2,radius:5,hoverRadius:6,hoverBorderWidth:3}},responsive:!0,maintainAspectRatio:!1,plugins:{legend:{display:!1},tooltip:{mode:"index",intersect:!1}},interaction:{mode:"nearest",axis:"x",intersect:!1}},q$=function(t){var n=t.chart.ctx,r=t.chart.chartArea;if(!r)return"rgba(166, 30, 105, 0.1)";var i=(r.left+r.right)/2,s=(r.top+r.bottom)/2,o=Math.min((r.right-r.left)/2,(r.bottom-r.top)/2),a=n.createRadialGradient(i,s,0,i,s,o);return a.addColorStop(0,"rgba(255, 255, 255, 0.4)"),a.addColorStop(.3,"rgba(255, 255, 255, 0.4)"),a.addColorStop(1,"rgba(166, 30, 105, 0.2)"),a};function gm(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function ym(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?gm(Object(n),!0).forEach(function(r){z$(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):gm(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function z$(e,t,n){return(t=H$(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function H$(e){var t=U$(e,"string");return $s(t)=="symbol"?t:t+""}function U$(e,t){if($s(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if($s(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function $s(e){"@babel/helpers - typeof";return $s=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},$s(e)}function K$(e){var t=new Date(e);return isNaN(t.getTime())?String(e):t.toLocaleString("en-US",{month:"short",day:"numeric"})}var V$=function(){var t,n,r,i,s=Hs(),o=s.data,a=s.isLoading,l=s.isRefetching,c=o==null?void 0:o.mentions,u=c==null||(t=c.mentionedInNumberOfQueries)===null||t===void 0||(t=t.previous)===null||t===void 0?void 0:t.difference,d=c==null?void 0:c.chart,f=Array.isArray(d==null?void 0:d.labels)?d.labels:d!=null&&d.labels&&$s(d.labels)==="object"?Object.values(d.labels):[],h=f.map(function(v){return K$(String(v))}),g=o==null?void 0:o.numberOfQueries;if(!g){var m=0;Array.isArray(d==null?void 0:d.datasets)&&d.datasets.forEach(function(v){Array.isArray(v==null?void 0:v.data)&&v.data.forEach(function(b){typeof b=="number"&&b>m&&(m=b)})}),g=m+2}var p=ym(ym({},Ld),{},{responsive:!0,maintainAspectRatio:!1,scales:{x:{display:!0,title:{display:!1,text:"Date"},grid:{display:!1}},y:{display:!0,title:{display:!1,text:"Number of Mentions"},beginAtZero:!0,max:g,ticks:{stepSize:1}}}});return y.jsx(E.Card,{className:"yst-overflow-visible",children:y.jsxs(E.Card.Content,{className:"yst-space-y-4",children:[y.jsxs("div",{className:"yst-space-y-2",children:[y.jsx(Ta,{title:"Mentions progress",tooltip:"Tracks how your brand mentions have changed over time across the same query set."}),y.jsx(Pa,{score:c==null||(n=c.mentionedInNumberOfQueries)===null||n===void 0?void 0:n.value,total:o==null?void 0:o.numberOfQueries,delta:u,deltaSuffix:"since last scan",suffix:"queries",isLoading:a||l})]}),Array.isArray(d==null||(r=d.datasets)===null||r===void 0?void 0:r.data)&&(d==null||(i=d.datasets)===null||i===void 0?void 0:i.data.length)<2?y.jsx(E.Alert,{variant:"info",children:"Needs multiple analyses before info can be shown."}):y.jsx("div",{className:"yst-h-72",children:y.jsx(N$,{data:function(){var v={labels:h,datasets:[d==null?void 0:d.datasets]};return v}(),options:p})})]})})};function dl(e){var t=e.value,n=t===void 0?"—":t,r=e.label,i=e.tooltip,s=e.className,o=e.borderBottom,a=o===void 0?!1:o,l=e.borderRight,c=l===void 0?!1:l,u=e.delta;return y.jsxs("div",{className:_e("yst-relative yst-flex yst-flex-col yst-items-center yst-gap-1 yst-p-4 yst-text-center",a&&"yst-border-b yst-border-slate-200",c&&"yst-border-r yst-border-slate-200",s),children:[y.jsx("p",{className:"yst-text-2xl yst-font-bold yst-text-slate-900",children:n}),y.jsx("p",{className:"yst-text-tiny yst-text-slate-600",children:r}),typeof u=="number"&&y.jsxs("p",{className:_e("yst-flex yst-items-center yst-gap-1 yst-text-tiny yst-font-bold",ql(u)),children:[u>0?y.jsx(Kv,{}):u<0?y.jsx(Uv,{}):null,u>-1e-6&&"+",u]}),i&&y.jsx(mf,{id:"tooltip-".concat(r.replace(/\s+/g,"-").toLowerCase()),className:"yst-absolute yst-right-2 yst-top-2",children:i})]})}function W$(e){var t=e.children,n=e.className;return y.jsx("div",{className:_e("yst-grid yst-w-full yst-grid-cols-2 yst-gap-0 yst-rounded-lg",n),children:t})}function G$(e){return e>0?"yst-text-green-600":e<0?"yst-text-red-600":"yst-text-slate-500"}function Q$(e){var t=e.current,n=e.previous,r=e.className;if(typeof n!="number")return null;var i=t-n,s=i>0,o=i<0,a="".concat(i>0?"+":"").concat(i.toFixed(1),"%");return y.jsxs("div",{className:_e("yst-flex yst-items-center yst-gap-1 yst-text-tiny yst-font-bold",G$(i),r),"aria-label":s?"Visibility increased by ".concat(a):o?"Visibility decreased by ".concat(a):"No change in visibility",children:[s&&y.jsx(Kv,{className:"yst-w-4 yst-h-4"}),o&&y.jsx(Uv,{className:"yst-w-4 yst-h-4"}),a]})}function ra(e){"@babel/helpers - typeof";return ra=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},ra(e)}function mm(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function fl(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?mm(Object(n),!0).forEach(function(r){Y$(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):mm(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function Y$(e,t,n){return(t=X$(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function X$(e){var t=J$(e,"string");return ra(t)=="symbol"?t:t+""}function J$(e,t){if(ra(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(ra(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Z$(){var e,t,n,r,i,s,o,a,l,c,u,d,f,h,g,m,p,v,b,x,S,w,_,C=Wr(),k=C.brandId,O=C.analysisId,A=wc(k,O,{query:{select:function(Ce){var Ae=Ce.data;return Ae},enabled:!!k&&!!O}}),M=A.data,L=A.isLoading,G=M==null||(e=M.analysis)===null||e===void 0?void 0:e.scans,R=Array.isArray(G)&&G.length>0?G.reduce(function(ge,Ce){if(!ge)return Ce;if(!(Ce!=null&&Ce.finishedAt)||!(ge!=null&&ge.finishedAt))return ge;var Ae=new Date(Ce.finishedAt),lt=new Date(ge.finishedAt);return Ae>lt?Ce:ge},void 0):void 0,D=R==null||(t=R.scores)===null||t===void 0?void 0:t.raw,j=R==null||(n=R.scores)===null||n===void 0?void 0:n.standardized,I=20,oe=(r=R==null||(i=R.mentions)===null||i===void 0||(i=i.mentionedInNumberOfQueries)===null||i===void 0?void 0:i.value)!==null&&r!==void 0?r:0,ue=R==null||(s=R.scores)===null||s===void 0||(s=s.standardized)===null||s===void 0||(s=s.awareness)===null||s===void 0||(s=s.previous)===null||s===void 0?void 0:s.difference,B=typeof ue=="number"?ue/I:void 0,Y=(o=R==null||(a=R.citations)===null||a===void 0||(a=a.total)===null||a===void 0?void 0:a.value)!==null&&o!==void 0?o:0,ne=R==null||(l=R.rankings)===null||l===void 0||(l=l.list)===null||l===void 0?void 0:l.find(function(ge){var Ce;return((Ce=ge.brand)===null||Ce===void 0?void 0:Ce.isSelf)===!0}),ae=(c=ne==null||(u=ne.rank)===null||u===void 0?void 0:u.value)!==null&&c!==void 0?c:null,F=ne==null||(d=ne.rank)===null||d===void 0||(d=d.previous)===null||d===void 0?void 0:d.difference,W=typeof F=="number"?F/I:void 0,q=(f=j==null||(h=j.visibility)===null||h===void 0?void 0:h.value)!==null&&f!==void 0?f:0,ce=j==null||(g=j.visibility)===null||g===void 0||(g=g.previous)===null||g===void 0?void 0:g.value,V=(m=j==null||(p=j.ranking)===null||p===void 0?void 0:p.value)!==null&&m!==void 0?m:0,fe=(v=j==null||(b=j.sentiment)===null||b===void 0?void 0:b.value)!==null&&v!==void 0?v:0,he=(x=j==null||(S=j.awareness)===null||S===void 0?void 0:S.value)!==null&&x!==void 0?x:0,Ie={labels:["Mentions","Ranking","Citations","Sentiment"],datasets:[{data:[he,V,Y,fe],backgroundColor:q$,pointBackgroundColor:"rgba(166, 30, 105, 1)"}]},te=fl(fl({},Ld),{},{plugins:fl(fl({},Ld.plugins),{},{tooltip:{mode:"point",intersect:!0,callbacks:{label:function(Ce){var Ae=Ce.label||"",lt=Ce.parsed.r||0;return"".concat(Ae,": ").concat(lt,"%")}}}}),interaction:{mode:"point",intersect:!0},scales:{r:{beginAtZero:!0,min:0,max:100,ticks:{stepSize:20}}}});return y.jsx(E.Card,{className:"yst-overflow-visible md:yst-col-span-2",children:y.jsxs(E.Card.Content,{children:[y.jsx(E.Title,{size:"3",className:"yst-mb-2",children:"AI visibility score"}),y.jsx(Pa,{score:q,total:100,isLoading:L}),y.jsx(Q$,{current:q,previous:ce,className:"yst-mb-4"}),y.jsxs("div",{className:"yst-flex yst-flex-col yst-items-center yst-justify-around yst-justify-items-center yst-gap-8 md:yst-flex-row",children:[y.jsxs("div",{className:"yst-radar-chart-container yst-relative yst-aspect-square yst-h-full yst-w-full md:yst-flex md:yst-w-1/2 md:yst-items-center md:yst-justify-center",children:[y.jsx(B$,{data:Ie,options:te}),y.jsx(mf,{id:"tooltip-radar-chart",className:"yst-absolute yst-right-2 yst-top-2",placement:"left",children:"The AI Visibility Index (AIVI) shows how visible your brand is across major AI platforms like ChatGPT, based on mentions, citations, sentiment, and rankings."})]}),y.jsx("div",{className:"yst-mt-6 yst-w-full md:yst-mt-0 md:yst-flex md:yst-w-1/2 md:yst-items-center",children:y.jsxs(W$,{children:[y.jsx(dl,{value:oe,label:"Mentions",tooltip:"Mentions show how often your brand appears in AI-generated answers to the questions we send to LLMs.",borderBottom:!0,borderRight:!0,delta:B}),y.jsx(dl,{value:ae&&y.jsxs(y.Fragment,{children:[ae,ae===1&&" 🏆"]}),label:"Competitor ranking",tooltip:"Ranking shows the position your brand is mentioned in AI-generated answers—whether in a numbered list or the order of appearance in full-text responses.",borderBottom:!0,delta:W}),y.jsx(dl,{value:Y,label:"Citations",tooltip:"Citations are the source links found in AI-generated answers. They form the basis for mentions, sentiment, and ranking insights.",borderRight:!0,delta:D==null||(w=D.citations)===null||w===void 0||(w=w.previous)===null||w===void 0?void 0:w.value}),y.jsx(dl,{value:fe?"".concat(fe,"%"):"—%",label:"Positive sentiment",tooltip:"Sentiment reflects how positively, neutrally, or negatively your brand is mentioned in AI-generated answers, based on the cited sources.",delta:R==null||(_=R.scores)===null||_===void 0||(_=_.standardized)===null||_===void 0||(_=_.sentiment)===null||_===void 0||(_=_.previous)===null||_===void 0?void 0:_.difference})]})})]})]})})}var ti={pending:"pending",processing:"processing",completed:"completed",failed:"failed",cancelled:"cancelled"},Eu=function(){var t=Wr(),n=t.brandId,r=t.analysisId,i=zs({query:{select:function(w){var _=w.data;return _==null?void 0:_.brands}}}),s=i.data,o=i.isLoading,a=Rv(n,{query:{enabled:!!n,select:function(w){var _=w.data;return _}}}),l=a.data,c=a.isLoading,u=wc(n,r,{query:{enabled:!!n&&!!r,select:function(w){var _=w.data;return _==null?void 0:_.analysis}}}),d=u.data,f=u.isLoading,h=(l==null?void 0:l.name)||"your brand",g=oE(l==null?void 0:l.nextScheduledAnalysis),m=d==null?void 0:d.status,p=function(){switch(m){case ti.pending:return{alertContent:y.jsxs("div",{className:"yst-max-w-xl yst-space-y-2",children:[y.jsx("p",{className:"yst-font-medium",children:"Your analysis is scheduled"}),y.jsxs("p",{children:["You've completed the setup for"," ",y.jsx("b",{className:"yst-font-medium",children:h}),". The analysis is scheduled to run on"," ",y.jsx("b",{className:"yst-font-medium",children:g}),". You'll see the results here once it's ready, and we'll also notify you by email."]})]}),alertVariant:"info"};case ti.processing:return{alertContent:y.jsxs(y.Fragment,{children:["You've completed the setup for ",h,". The analysis is now processing. You'll see the results here once it's ready, and we'll also notify you by email."]}),alertVariant:"info"};case ti.failed:return{alertContent:y.jsx(y.Fragment,{children:"Analysis failed. Try restarting the analysis or contact support if the issue persists."}),alertVariant:"danger"};case ti.cancelled:return{alertContent:y.jsx(y.Fragment,{children:"Analysis was cancelled. You can restart the analysis when ready."}),alertVariant:"warning"};case ti.completed:return{alertContent:null};default:return{alertContent:null,alertVariant:"info"}}}(),v=p.alertContent,b=p.alertVariant,x=o||c||f;return x||s&&(s==null?void 0:s.length)>0?y.jsxs("div",{className:"yst-space-y-8",children:[y.jsx(iP,{}),m!==ti.completed&&v&&y.jsx(E.Alert,{className:"md:yst-col-span-2",variant:b,children:v}),x||[ti.completed].includes(m)&&y.jsxs("div",{className:"yst-space-y-4",children:[y.jsxs("div",{className:"yst-flex yst-items-center yst-justify-between",children:[y.jsx(E.Title,{size:"2",children:"Your brand analysis"}),y.jsxs(E.Button,{as:Kr,variant:"secondary",to:"/brand-list",className:_e("yst-gap-1.5"),disabled:!n,children:[y.jsx(qv,{})," Edit brand list"]})]}),y.jsx("div",{className:"yst-grid yst-grid-cols-1 yst-gap-4 md:yst-grid-cols-2",children:y.jsxs(y.Fragment,{children:[y.jsx(Z$,{}),y.jsx(sP,{}),y.jsx(V$,{}),y.jsx(hA,{}),y.jsx(aA,{}),y.jsx(KE,{}),y.jsx(gA,{})]})})]})]}):y.jsx(PE,{})};function Qb(e){var t=e.children,n=e.description,r=e.title;return y.jsxs(E.Card.Header,{className:"yst-h-auto yst-flex-col yst-items-start yst-gap-0 yst-border-b-[1px] yst-border-b-slate-200 yst-bg-white yst-py-8",children:[r&&y.jsx(E.Title,{className:_e({"yst-mb-3":n||t}),children:r}),n&&y.jsx("p",{children:n}),t]})}var ej=function(){return y.jsx(E.Card,{className:"yst-mb-4",children:y.jsxs(E.Card.Content,{className:"yst-flex yst-flex-col yst-gap-8",children:[y.jsx(E.Title,{size:"2",children:"Query - Best fish restaurant in Nijmegen"}),y.jsxs("div",{children:[y.jsx("p",{children:"AI Response:"}),y.jsx(E.Link,{href:"#todo",children:"Show more"})]}),y.jsxs("div",{children:[y.jsx("p",{children:"Extracted brands:"}),y.jsx(E.Badge,{children:"Example"}),y.jsx(E.Badge,{children:"Example"}),y.jsx(E.Badge,{children:"Example"}),y.jsx(E.Badge,{children:"Example"}),y.jsx(E.Badge,{children:"Example"})]}),y.jsxs(E.Table,{children:[y.jsx(E.Table.Head,{children:y.jsxs(E.Table.Row,{children:[y.jsx(E.Table.Header,{children:"URL"}),y.jsx(E.Table.Header,{children:"Associated brand"})]})}),y.jsxs(E.Table.Body,{children:[y.jsxs(E.Table.Row,{children:[y.jsx(E.Table.Cell,{children:y.jsx(E.Link,{href:"https://example.com",target:"_blank",children:"https://example.com"})}),y.jsx(E.Table.Cell,{children:"Example Brand"})]}),y.jsxs(E.Table.Row,{children:[y.jsx(E.Table.Cell,{children:y.jsx(E.Link,{href:"https://example2.com",target:"_blank",children:"https://example2.com"})}),y.jsx(E.Table.Cell,{children:"Example Brand 2"})]})]})]})]})})},tj=function(){return y.jsxs(E.Card,{children:[y.jsx(Qb,{title:"Query history"}),y.jsx(E.Card,{className:"yst-mb-4",children:y.jsxs(E.Card.Content,{children:[y.jsxs("p",{className:"yst-mb-8",children:["Manna Fish Restaurant - Analysis performed on:"," ",y.jsx(E.Badge,{children:"2025-04-08 12:31:21"})]}),[0,1,2,3,4].map(function(t){return y.jsx(ej,{},t)})]})})]})},nj=z.lazy(function(){return Promise.resolve().then(()=>dR)}),rj=z.lazy(function(){return Promise.resolve().then(()=>FR)}),ij=z.lazy(function(){return Promise.resolve().then(()=>qR)}),sj=z.lazy(function(){return Promise.resolve().then(()=>nF)}),oj=z.lazy(function(){return Promise.resolve().then(()=>vF)}),aj=z.lazy(function(){return Promise.resolve().then(()=>wF)}),lj=new E2({defaultOptions:{queries:{refetchOnWindowFocus:!1,retry:!1,staleTime:1e3*60*5},mutations:{retry:!1}}}),ni=function(){return y.jsx("div",{className:"yst-flex yst-min-h-[200px] yst-items-center yst-justify-center",children:y.jsxs("div",{className:"yst-w-full yst-max-w-md yst-space-y-3",children:[y.jsx(E.SkeletonLoader,{className:"yst-h-8 yst-w-3/4"}),y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-full"}),y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-2/3"})]})})},cj=function(t){var n=t.hideNav,r=n===void 0?!1:n,i=t.disableLayout,s=i===void 0?!1:i,o=t.DebugInfo,a=t.onLogout;return y.jsx(jw,{children:y.jsxs(zt,{element:y.jsx(rE,{hideNav:r,disableLayout:s,DebugInfo:o,onLogout:a}),children:[y.jsxs(zt,{path:"/",element:y.jsx(tf,{}),children:[y.jsx(zt,{index:!0,element:y.jsx(Eu,{})}),y.jsx(zt,{path:"brands/:brandId",element:y.jsx(Eu,{})}),y.jsx(zt,{path:"brands/:brandId/analysis/:analysisId",element:y.jsx(Eu,{})}),y.jsx(zt,{path:"/brand-list",element:y.jsx(z.Suspense,{fallback:y.jsx(ni,{}),children:y.jsx(nj,{})})}),y.jsxs(zt,{path:"/setup",element:y.jsx(z.Suspense,{fallback:y.jsx(ni,{}),children:y.jsx(ij,{})}),children:[y.jsx(zt,{index:!0,element:y.jsx(z.Suspense,{fallback:y.jsx(ni,{}),children:y.jsx(sj,{})})}),y.jsx(zt,{path:":brandId/queries",element:y.jsx(z.Suspense,{fallback:y.jsx(ni,{}),children:y.jsx(oj,{})})})]}),y.jsx(zt,{path:"/setup/:brandId/analysis",element:y.jsx(z.Suspense,{fallback:y.jsx(ni,{}),children:y.jsx(aj,{})})})]}),y.jsx(zt,{path:"/settings",element:y.jsx(z.Suspense,{fallback:y.jsx(ni,{}),children:y.jsx(rj,{})})}),y.jsx(zt,{path:"/query-history",element:y.jsx(z.Suspense,{fallback:y.jsx(ni,{}),children:y.jsx(tj,{})})})]})})},uj=function(t){var n=t.DebugInfo,r=t.onLogout;return y.jsxs($2,{client:lj,children:[y.jsx(aO,{children:y.jsx(cj,{DebugInfo:n,onLogout:r})}),y.jsx(bC,{initialIsOpen:!1})]})};function dj(e){var t=e.subpath,n=t===void 0?"/":t,r=e.onNavigate,i=_n(),s=en(),o=z.useRef(n),a=z.useRef(null),l=z.useRef(!1),c="".concat(s.pathname).concat(s.search).concat(s.hash),u=z.useCallback(r,[r]);return z.useEffect(function(){if(n===c){o.current=n;return}l.current||n!==o.current&&(o.current=n,a.current=n,l.current=!0,i(n,{replace:!0}),setTimeout(function(){l.current=!1},10))},[n,c,i]),z.useEffect(function(){l.current||c!==n&&c!==a.current&&(a.current=c,u(c))},[c,n,u]),null}function fj(e,t){return mj(e)||yj(e,t)||gj(e,t)||hj()}function hj(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
69
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function gj(e,t){if(e){if(typeof e=="string")return pm(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?pm(e,t):void 0}}function pm(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function yj(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function mj(e){if(Array.isArray(e))return e}var pj=function(t){var n=t.isRtl,r=n===void 0?!1:n,i=t.className,s=t.style,o=t.token,a=o===void 0?"":o,l=t.apiUrl,c=t.DebugInfo,u=t.subpath,d=u===void 0?"/":u,f=t.onNavigate,h=f===void 0?function(){}:f,g=t.onLogout,m=g===void 0?function(){}:g,p=z.useState(!!(a||l)),v=fj(p,2),b=v[0],x=v[1];return z.useEffect(function(){l&&$v(l),tk(typeof a!="function"?function(){return a}:a),x(!1)},[l,a]),b?y.jsx("div",{className:i,style:s,children:y.jsx(E.Spinner,{})}):y.jsx("div",{className:i,style:s,children:y.jsxs(Mw,{initialEntries:[d||"/"],children:[y.jsx(dj,{subpath:d,onNavigate:h}),y.jsx(E.Root,{context:{isRtl:r},children:y.jsx(uj,{DebugInfo:c,onLogout:m})})]})})},vj=e=>e!=null,bj=e=>e.filter(vj);function xj(e){return(...t)=>{for(const n of e)n&&n(...t)}}var Q=e=>typeof e=="function"&&!e.length?e():e,Id=e=>Array.isArray(e)?e:e?[e]:[];function wj(e,...t){return typeof e=="function"?e(...t):e}var Sj=we;function Cj(e,t,n,r){const i=e.length,s=t.length;let o=0;if(!s){for(;o<i;o++)n(e[o]);return}if(!i){for(;o<s;o++)r(t[o]);return}for(;o<s&&t[o]===e[o];o++);let a,l;t=t.slice(o),e=e.slice(o);for(a of t)e.includes(a)||r(a);for(l of e)t.includes(l)||n(l)}function _j(e){const[t,n]=re(),r=e!=null&&e.throw?(f,h)=>{throw n(f instanceof Error?f:new Error(h)),f}:(f,h)=>{n(f instanceof Error?f:new Error(h))},i=e!=null&&e.api?Array.isArray(e.api)?e.api:[e.api]:[globalThis.localStorage].filter(Boolean),s=e!=null&&e.prefix?`${e.prefix}.`:"",o=new Map,a=new Proxy({},{get(f,h){let g=o.get(h);g||(g=re(void 0,{equals:!1}),o.set(h,g)),g[0]();const m=i.reduce((p,v)=>{if(p!==null||!v)return p;try{return v.getItem(`${s}${h}`)}catch(b){return r(b,`Error reading ${s}${h} from ${v.name}`),null}},null);return m!==null&&(e!=null&&e.deserializer)?e.deserializer(m,h,e.options):m}}),l=(f,h,g)=>{const m=e!=null&&e.serializer?e.serializer(h,f,g!=null?g:e.options):h,p=`${s}${f}`;i.forEach(b=>{try{b.getItem(p)!==m&&b.setItem(p,m)}catch(x){r(x,`Error setting ${s}${f} to ${m} in ${b.name}`)}});const v=o.get(f);v&&v[1]()},c=f=>i.forEach(h=>{try{h.removeItem(`${s}${f}`)}catch(g){r(g,`Error removing ${s}${f} from ${h.name}`)}}),u=()=>i.forEach(f=>{try{f.clear()}catch(h){r(h,`Error clearing ${f.name}`)}}),d=()=>{const f={},h=(g,m)=>{if(!f.hasOwnProperty(g)){const p=m&&(e!=null&&e.deserializer)?e.deserializer(m,g,e.options):m;p&&(f[g]=p)}};return i.forEach(g=>{if(typeof g.getAll=="function"){let m;try{m=g.getAll()}catch(p){r(p,`Error getting all values from in ${g.name}`)}for(const p of m)h(p,m[p])}else{let m=0,p;try{for(;p=g.key(m++);)f.hasOwnProperty(p)||h(p,g.getItem(p))}catch(v){r(v,`Error getting all values from ${g.name}`)}}}),f};return(e==null?void 0:e.sync)!==!1&&ur(()=>{const f=h=>{var m;let g=!1;i.forEach(p=>{try{p!==h.storageArea&&h.key&&h.newValue!==p.getItem(h.key)&&(h.newValue?p.setItem(h.key,h.newValue):p.removeItem(h.key),g=!0)}catch(v){r(v,`Error synching api ${p.name} from storage event (${h.key}=${h.newValue})`)}}),g&&h.key&&((m=o.get(h.key))==null||m[1]())};"addEventListener"in globalThis?(globalThis.addEventListener("storage",f),we(()=>globalThis.removeEventListener("storage",f))):(i.forEach(h=>{var g;return(g=h.addEventListener)==null?void 0:g.call(h,"storage",f)}),we(()=>i.forEach(h=>{var g;return(g=h.removeEventListener)==null?void 0:g.call(h,"storage",f)})))}),[a,l,{clear:u,error:t,remove:c,toJSON:d}]}var Yb=_j,kj=e=>(typeof e.clear=="function"||(e.clear=()=>{let t;for(;t=e.key(0);)e.removeItem(t)}),e),vm=e=>{if(!e)return"";let t="";for(const n in e){if(!e.hasOwnProperty(n))continue;const r=e[n];t+=r instanceof Date?`; ${n}=${r.toUTCString()}`:typeof r=="boolean"?`; ${n}`:`; ${n}=${r}`}return t},rn=kj({_cookies:[globalThis.document,"cookie"],getItem:e=>{var t,n;return(n=(t=rn._cookies[0][rn._cookies[1]].match("(^|;)\\s*"+e+"\\s*=\\s*([^;]+)"))==null?void 0:t.pop())!=null?n:null},setItem:(e,t,n)=>{const r=rn.getItem(e);rn._cookies[0][rn._cookies[1]]=`${e}=${t}${vm(n)}`;const i=Object.assign(new Event("storage"),{key:e,oldValue:r,newValue:t,url:globalThis.document.URL,storageArea:rn});window.dispatchEvent(i)},removeItem:e=>{rn._cookies[0][rn._cookies[1]]=`${e}=deleted${vm({expires:new Date(0)})}`},key:e=>{let t=null,n=0;return rn._cookies[0][rn._cookies[1]].replace(/(?:^|;)\s*(.+?)\s*=\s*[^;]+/g,(r,i)=>(!t&&i&&n++===e&&(t=i),"")),t},get length(){let e=0;return rn._cookies[0][rn._cookies[1]].replace(/(?:^|;)\s*.+?\s*=\s*[^;]+/g,t=>(e+=t?1:0,"")),e}}),Oj=1024,Ti=796,Df=700,Ej="bottom-right",Rd="bottom",Xb="system",Aj=!1,Jb=500,Pj=500,Zb=500,Tj=Object.keys(sd)[0],bm=1,Mj=Object.keys(od)[0],Lf=pt({client:void 0,onlineManager:void 0,queryFlavor:"",version:"",shadowDOMTarget:void 0});function ye(){return vt(Lf)}var e1=pt(void 0),t1=e=>{const[t,n]=re(null),r=()=>{const o=t();o!=null&&(o.close(),n(null))},i=(o,a)=>{if(t()!=null)return;const l=window.open("","TSQD-Devtools-Panel",`width=${o},height=${a},popup`);if(!l)throw new Error("Failed to open popup. Please allow popups for this site to view the devtools in picture-in-picture mode.");l.document.head.innerHTML="",l.document.body.innerHTML="",wS(l.document),l.document.title="TanStack Query Devtools",l.document.body.style.margin="0",l.addEventListener("pagehide",()=>{e.setLocalStore("pip_open","false"),n(null)}),[...(ye().shadowDOMTarget||document).styleSheets].forEach(c=>{try{const u=[...c.cssRules].map(g=>g.cssText).join(""),d=document.createElement("style"),f=c.ownerNode;let h="";f&&"id"in f&&(h=f.id),h&&d.setAttribute("id",h),d.textContent=u,l.document.head.appendChild(d)}catch(u){const d=document.createElement("link");if(c.href==null)return;d.rel="stylesheet",d.type=c.type,d.media=c.media.toString(),d.href=c.href,l.document.head.appendChild(d)}}),fc(["focusin","focusout","pointermove","keydown","pointerdown","pointerup","click","mousedown","input"],l.document),e.setLocalStore("pip_open","true"),n(l)};xe(()=>{var a;((a=e.localStore.pip_open)!=null?a:"false")==="true"&&!e.disabled&&i(Number(window.innerWidth),Number(e.localStore.height||Pj))}),xe(()=>{const o=(ye().shadowDOMTarget||document).querySelector("#_goober"),a=t();if(o&&a){const l=new MutationObserver(()=>{const c=(ye().shadowDOMTarget||a.document).querySelector("#_goober");c&&(c.textContent=o.textContent)});l.observe(o,{childList:!0,subtree:!0,characterDataOldValue:!0}),we(()=>{l.disconnect()})}});const s=H(()=>{var o;return{pipWindow:t(),requestPipWindow:i,closePipWindow:r,disabled:(o=e.disabled)!=null?o:!1}});return T(e1.Provider,{value:s,get children(){return e.children}})},If=()=>H(()=>{const t=vt(e1);if(!t)throw new Error("usePiPWindow must be used within a PiPProvider");return t()}),Rf=pt(()=>"dark");function mt(){return vt(Rf)}var n1={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",Ấ:"A",Ắ:"A",Ẳ:"A",Ẵ:"A",Ặ:"A",Æ:"AE",Ầ:"A",Ằ:"A",Ȃ:"A",Ç:"C",Ḉ:"C",È:"E",É:"E",Ê:"E",Ë:"E",Ế:"E",Ḗ:"E",Ề:"E",Ḕ:"E",Ḝ:"E",Ȇ:"E",Ì:"I",Í:"I",Î:"I",Ï:"I",Ḯ:"I",Ȋ:"I",Ð:"D",Ñ:"N",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",Ố:"O",Ṍ:"O",Ṓ:"O",Ȏ:"O",Ù:"U",Ú:"U",Û:"U",Ü:"U",Ý:"Y",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",ấ:"a",ắ:"a",ẳ:"a",ẵ:"a",ặ:"a",æ:"ae",ầ:"a",ằ:"a",ȃ:"a",ç:"c",ḉ:"c",è:"e",é:"e",ê:"e",ë:"e",ế:"e",ḗ:"e",ề:"e",ḕ:"e",ḝ:"e",ȇ:"e",ì:"i",í:"i",î:"i",ï:"i",ḯ:"i",ȋ:"i",ð:"d",ñ:"n",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",ố:"o",ṍ:"o",ṓ:"o",ȏ:"o",ù:"u",ú:"u",û:"u",ü:"u",ý:"y",ÿ:"y",Ā:"A",ā:"a",Ă:"A",ă:"a",Ą:"A",ą:"a",Ć:"C",ć:"c",Ĉ:"C",ĉ:"c",Ċ:"C",ċ:"c",Č:"C",č:"c",C̆:"C",c̆:"c",Ď:"D",ď:"d",Đ:"D",đ:"d",Ē:"E",ē:"e",Ĕ:"E",ĕ:"e",Ė:"E",ė:"e",Ę:"E",ę:"e",Ě:"E",ě:"e",Ĝ:"G",Ǵ:"G",ĝ:"g",ǵ:"g",Ğ:"G",ğ:"g",Ġ:"G",ġ:"g",Ģ:"G",ģ:"g",Ĥ:"H",ĥ:"h",Ħ:"H",ħ:"h",Ḫ:"H",ḫ:"h",Ĩ:"I",ĩ:"i",Ī:"I",ī:"i",Ĭ:"I",ĭ:"i",Į:"I",į:"i",İ:"I",ı:"i",IJ:"IJ",ij:"ij",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",Ḱ:"K",ḱ:"k",K̆:"K",k̆:"k",Ĺ:"L",ĺ:"l",Ļ:"L",ļ:"l",Ľ:"L",ľ:"l",Ŀ:"L",ŀ:"l",Ł:"l",ł:"l",Ḿ:"M",ḿ:"m",M̆:"M",m̆:"m",Ń:"N",ń:"n",Ņ:"N",ņ:"n",Ň:"N",ň:"n",ʼn:"n",N̆:"N",n̆:"n",Ō:"O",ō:"o",Ŏ:"O",ŏ:"o",Ő:"O",ő:"o",Œ:"OE",œ:"oe",P̆:"P",p̆:"p",Ŕ:"R",ŕ:"r",Ŗ:"R",ŗ:"r",Ř:"R",ř:"r",R̆:"R",r̆:"r",Ȓ:"R",ȓ:"r",Ś:"S",ś:"s",Ŝ:"S",ŝ:"s",Ş:"S",Ș:"S",ș:"s",ş:"s",Š:"S",š:"s",Ţ:"T",ţ:"t",ț:"t",Ț:"T",Ť:"T",ť:"t",Ŧ:"T",ŧ:"t",T̆:"T",t̆:"t",Ũ:"U",ũ:"u",Ū:"U",ū:"u",Ŭ:"U",ŭ:"u",Ů:"U",ů:"u",Ű:"U",ű:"u",Ų:"U",ų:"u",Ȗ:"U",ȗ:"u",V̆:"V",v̆:"v",Ŵ:"W",ŵ:"w",Ẃ:"W",ẃ:"w",X̆:"X",x̆:"x",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Y̆:"Y",y̆:"y",Ź:"Z",ź:"z",Ż:"Z",ż:"z",Ž:"Z",ž:"z",ſ:"s",ƒ:"f",Ơ:"O",ơ:"o",Ư:"U",ư:"u",Ǎ:"A",ǎ:"a",Ǐ:"I",ǐ:"i",Ǒ:"O",ǒ:"o",Ǔ:"U",ǔ:"u",Ǖ:"U",ǖ:"u",Ǘ:"U",ǘ:"u",Ǚ:"U",ǚ:"u",Ǜ:"U",ǜ:"u",Ứ:"U",ứ:"u",Ṹ:"U",ṹ:"u",Ǻ:"A",ǻ:"a",Ǽ:"AE",ǽ:"ae",Ǿ:"O",ǿ:"o",Þ:"TH",þ:"th",Ṕ:"P",ṕ:"p",Ṥ:"S",ṥ:"s",X́:"X",x́:"x",Ѓ:"Г",ѓ:"г",Ќ:"К",ќ:"к",A̋:"A",a̋:"a",E̋:"E",e̋:"e",I̋:"I",i̋:"i",Ǹ:"N",ǹ:"n",Ồ:"O",ồ:"o",Ṑ:"O",ṑ:"o",Ừ:"U",ừ:"u",Ẁ:"W",ẁ:"w",Ỳ:"Y",ỳ:"y",Ȁ:"A",ȁ:"a",Ȅ:"E",ȅ:"e",Ȉ:"I",ȉ:"i",Ȍ:"O",ȍ:"o",Ȑ:"R",ȑ:"r",Ȕ:"U",ȕ:"u",B̌:"B",b̌:"b",Č̣:"C",č̣:"c",Ê̌:"E",ê̌:"e",F̌:"F",f̌:"f",Ǧ:"G",ǧ:"g",Ȟ:"H",ȟ:"h",J̌:"J",ǰ:"j",Ǩ:"K",ǩ:"k",M̌:"M",m̌:"m",P̌:"P",p̌:"p",Q̌:"Q",q̌:"q",Ř̩:"R",ř̩:"r",Ṧ:"S",ṧ:"s",V̌:"V",v̌:"v",W̌:"W",w̌:"w",X̌:"X",x̌:"x",Y̌:"Y",y̌:"y",A̧:"A",a̧:"a",B̧:"B",b̧:"b",Ḑ:"D",ḑ:"d",Ȩ:"E",ȩ:"e",Ɛ̧:"E",ɛ̧:"e",Ḩ:"H",ḩ:"h",I̧:"I",i̧:"i",Ɨ̧:"I",ɨ̧:"i",M̧:"M",m̧:"m",O̧:"O",o̧:"o",Q̧:"Q",q̧:"q",U̧:"U",u̧:"u",X̧:"X",x̧:"x",Z̧:"Z",z̧:"z"},$j=Object.keys(n1).join("|"),jj=new RegExp($j,"g");function Dj(e){return e.replace(jj,t=>n1[t])}var It={CASE_SENSITIVE_EQUAL:7,EQUAL:6,STARTS_WITH:5,WORD_STARTS_WITH:4,CONTAINS:3,ACRONYM:2,MATCHES:1,NO_MATCH:0};function xm(e,t,n){var r;if(n=n||{},n.threshold=(r=n.threshold)!=null?r:It.MATCHES,!n.accessors){const o=wm(e,t,n);return{rankedValue:e,rank:o,accessorIndex:-1,accessorThreshold:n.threshold,passed:o>=n.threshold}}const i=Fj(e,n.accessors),s={rankedValue:e,rank:It.NO_MATCH,accessorIndex:-1,accessorThreshold:n.threshold,passed:!1};for(let o=0;o<i.length;o++){const a=i[o];let l=wm(a.itemValue,t,n);const{minRanking:c,maxRanking:u,threshold:d=n.threshold}=a.attributes;l<c&&l>=It.MATCHES?l=c:l>u&&(l=u),l=Math.min(l,u),l>=d&&l>s.rank&&(s.rank=l,s.passed=!0,s.accessorIndex=o,s.accessorThreshold=d,s.rankedValue=a.itemValue)}return s}function wm(e,t,n){return e=Sm(e,n),t=Sm(t,n),t.length>e.length?It.NO_MATCH:e===t?It.CASE_SENSITIVE_EQUAL:(e=e.toLowerCase(),t=t.toLowerCase(),e===t?It.EQUAL:e.startsWith(t)?It.STARTS_WITH:e.includes(` ${t}`)?It.WORD_STARTS_WITH:e.includes(t)?It.CONTAINS:t.length===1?It.NO_MATCH:Lj(e).includes(t)?It.ACRONYM:Ij(e,t))}function Lj(e){let t="";return e.split(" ").forEach(r=>{r.split("-").forEach(s=>{t+=s.substr(0,1)})}),t}function Ij(e,t){let n=0,r=0;function i(l,c,u){for(let d=u,f=c.length;d<f;d++)if(c[d]===l)return n+=1,d+1;return-1}function s(l){const c=1/l,u=n/t.length;return It.MATCHES+u*c}const o=i(t[0],e,0);if(o<0)return It.NO_MATCH;r=o;for(let l=1,c=t.length;l<c;l++){const u=t[l];if(r=i(u,e,r),!(r>-1))return It.NO_MATCH}const a=r-o;return s(a)}function Sm(e,t){let{keepDiacritics:n}=t;return e=`${e}`,n||(e=Dj(e)),e}function Rj(e,t){let n=t;typeof t=="object"&&(n=t.accessor);const r=n(e);return r==null?[]:Array.isArray(r)?r:[String(r)]}function Fj(e,t){const n=[];for(let r=0,i=t.length;r<i;r++){const s=t[r],o=Nj(s),a=Rj(e,s);for(let l=0,c=a.length;l<c;l++)n.push({itemValue:a[l],attributes:o})}return n}var Cm={maxRanking:1/0,minRanking:-1/0};function Nj(e){return typeof e=="function"?Cm:{...Cm,...e}}var Bj={data:""},qj=e=>typeof window=="object"?((e?e.querySelector("#_goober"):window._goober)||Object.assign((e||document.head).appendChild(document.createElement("style")),{innerHTML:" ",id:"_goober"})).firstChild:e||Bj,zj=/(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}\s*)/g,Hj=/\/\*[^]*?\*\/| +/g,_m=/\n+/g,oi=(e,t)=>{let n="",r="",i="";for(let s in e){let o=e[s];s[0]=="@"?s[1]=="i"?n=s+" "+o+";":r+=s[1]=="f"?oi(o,s):s+"{"+oi(o,s[1]=="k"?"":t)+"}":typeof o=="object"?r+=oi(o,t?t.replace(/([^,])+/g,a=>s.replace(/([^,]*:\S+\([^)]*\))|([^,])+/g,l=>/&/.test(l)?l.replace(/&/g,a):a?a+" "+l:l)):s):o!=null&&(s=/^--/.test(s)?s:s.replace(/[A-Z]/g,"-$&").toLowerCase(),i+=oi.p?oi.p(s,o):s+":"+o+";")}return n+(t&&i?t+"{"+i+"}":i)+r},Wn={},r1=e=>{if(typeof e=="object"){let t="";for(let n in e)t+=n+r1(e[n]);return t}return e},Uj=(e,t,n,r,i)=>{let s=r1(e),o=Wn[s]||(Wn[s]=(l=>{let c=0,u=11;for(;c<l.length;)u=101*u+l.charCodeAt(c++)>>>0;return"go"+u})(s));if(!Wn[o]){let l=s!==e?e:(c=>{let u,d,f=[{}];for(;u=zj.exec(c.replace(Hj,""));)u[4]?f.shift():u[3]?(d=u[3].replace(_m," ").trim(),f.unshift(f[0][d]=f[0][d]||{})):f[0][u[1]]=u[2].replace(_m," ").trim();return f[0]})(e);Wn[o]=oi(i?{["@keyframes "+o]:l}:l,n?"":"."+o)}let a=n&&Wn.g?Wn.g:null;return n&&(Wn.g=Wn[o]),((l,c,u,d)=>{d?c.data=c.data.replace(d,l):c.data.indexOf(l)===-1&&(c.data=u?l+c.data:c.data+l)})(Wn[o],t,r,a),o},Kj=(e,t,n)=>e.reduce((r,i,s)=>{let o=t[s];if(o&&o.call){let a=o(n),l=a&&a.props&&a.props.className||/^go/.test(a)&&a;o=l?"."+l:a&&typeof a=="object"?a.props?"":oi(a,""):a===!1?"":a}return r+i+(o==null?"":o)},"");function $e(e){let t=this||{},n=e.call?e(t.p):e;return Uj(n.unshift?n.raw?Kj(n,[].slice.call(arguments,1),t.p):n.reduce((r,i)=>Object.assign(r,i&&i.call?i(t.p):i),{}):n,qj(t.target),t.g,t.o,t.k)}$e.bind({g:1});$e.bind({k:1});function i1(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=i1(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function se(){for(var e,t,n=0,r="",i=arguments.length;n<i;n++)(e=arguments[n])&&(t=i1(e))&&(r&&(r+=" "),r+=t);return r}function Vj(e,t){const n=st(e),{onChange:r}=t;let i=new Set(t.appear?void 0:n);const s=new WeakSet,[o,a]=re([],{equals:!1}),[l]=J2(),c=d=>{a(f=>(f.push.apply(f,d),f));for(const f of d)s.delete(f)},u=(d,f,h)=>d.splice(h,0,f);return H(d=>{const f=o(),h=e();if(h[cc],st(l))return l(),d;if(f.length){const g=d.filter(m=>!f.includes(m));return f.length=0,r({list:g,added:[],removed:[],unchanged:g,finishRemoved:c}),g}return st(()=>{const g=new Set(h),m=h.slice(),p=[],v=[],b=[];for(const S of h)(i.has(S)?b:p).push(S);let x=!p.length;for(let S=0;S<d.length;S++){const w=d[S];g.has(w)||(s.has(w)||(v.push(w),s.add(w)),u(m,w,S)),x&&w!==m[S]&&(x=!1)}return!v.length&&x?d:(r({list:m,added:p,removed:v,unchanged:b,finishRemoved:c}),i=g,m)})},t.appear?[]:n.slice())}function Mt(...e){return xj(e)}var km=e=>e instanceof Element;function Fd(e,t){if(t(e))return e;if(typeof e=="function"&&!e.length)return Fd(e(),t);if(Array.isArray(e)){const n=[];for(const r of e){const i=Fd(r,t);i&&(Array.isArray(i)?n.push.apply(n,i):n.push(i))}return n.length?n:null}return null}function Wj(e,t=km,n=km){const r=H(e),i=H(()=>Fd(r(),t));return i.toArray=()=>{const s=i();return Array.isArray(s)?s:s?[s]:[]},i}function Gj(e){return H(()=>{const t=e.name||"s";return{enterActive:(e.enterActiveClass||t+"-enter-active").split(" "),enter:(e.enterClass||t+"-enter").split(" "),enterTo:(e.enterToClass||t+"-enter-to").split(" "),exitActive:(e.exitActiveClass||t+"-exit-active").split(" "),exit:(e.exitClass||t+"-exit").split(" "),exitTo:(e.exitToClass||t+"-exit-to").split(" "),move:(e.moveClass||t+"-move").split(" ")}})}function s1(e){requestAnimationFrame(()=>requestAnimationFrame(e))}function Qj(e,t,n,r){const{onBeforeEnter:i,onEnter:s,onAfterEnter:o}=t;i==null||i(n),n.classList.add(...e.enter),n.classList.add(...e.enterActive),queueMicrotask(()=>{if(!n.parentNode)return r==null?void 0:r();s==null||s(n,()=>a())}),s1(()=>{n.classList.remove(...e.enter),n.classList.add(...e.enterTo),(!s||s.length<2)&&(n.addEventListener("transitionend",a),n.addEventListener("animationend",a))});function a(l){(!l||l.target===n)&&(n.removeEventListener("transitionend",a),n.removeEventListener("animationend",a),n.classList.remove(...e.enterActive),n.classList.remove(...e.enterTo),o==null||o(n))}}function Yj(e,t,n,r){const{onBeforeExit:i,onExit:s,onAfterExit:o}=t;if(!n.parentNode)return r==null?void 0:r();i==null||i(n),n.classList.add(...e.exit),n.classList.add(...e.exitActive),s==null||s(n,()=>a()),s1(()=>{n.classList.remove(...e.exit),n.classList.add(...e.exitTo),(!s||s.length<2)&&(n.addEventListener("transitionend",a),n.addEventListener("animationend",a))});function a(l){(!l||l.target===n)&&(r==null||r(),n.removeEventListener("transitionend",a),n.removeEventListener("animationend",a),n.classList.remove(...e.exitActive),n.classList.remove(...e.exitTo),o==null||o(n))}}var Om=e=>{const t=Gj(e);return Vj(Wj(()=>e.children).toArray,{appear:e.appear,onChange({added:n,removed:r,finishRemoved:i,list:s}){const o=t();for(const l of n)Qj(o,e,l);const a=[];for(const l of s)l.isConnected&&(l instanceof HTMLElement||l instanceof SVGElement)&&a.push({el:l,rect:l.getBoundingClientRect()});queueMicrotask(()=>{const l=[];for(const{el:c,rect:u}of a)if(c.isConnected){const d=c.getBoundingClientRect(),f=u.left-d.left,h=u.top-d.top;(f||h)&&(c.style.transform=`translate(${f}px, ${h}px)`,c.style.transitionDuration="0s",l.push(c))}document.body.offsetHeight;for(const c of l){let u=function(d){(d.target===c||/transform$/.test(d.propertyName))&&(c.removeEventListener("transitionend",u),c.classList.remove(...o.move))};c.classList.add(...o.move),c.style.transform=c.style.transitionDuration="",c.addEventListener("transitionend",u)}});for(const l of r)Yj(o,e,l,()=>i([l]))}})},Au=Symbol("fallback");function Em(e){for(const t of e)t.dispose()}function Xj(e,t,n,r={}){const i=new Map;return we(()=>Em(i.values())),()=>{const o=e()||[];return o[cc],st(()=>{var u,d;if(!o.length)return Em(i.values()),i.clear(),r.fallback?[or(h=>(i.set(Au,{dispose:h}),r.fallback()))]:[];const a=new Array(o.length),l=i.get(Au);if(!i.size||l){l==null||l.dispose(),i.delete(Au);for(let f=0;f<o.length;f++){const h=o[f],g=t(h,f);s(a,h,f,g)}return a}const c=new Set(i.keys());for(let f=0;f<o.length;f++){const h=o[f],g=t(h,f);c.delete(g);const m=i.get(g);m?(a[f]=m.mapped,(u=m.setIndex)==null||u.call(m,f),m.setItem(()=>h)):s(a,h,f,g)}for(const f of c)(d=i.get(f))==null||d.dispose(),i.delete(f);return a})};function s(o,a,l,c){or(u=>{const[d,f]=re(a),h={setItem:f,dispose:u};if(n.length>1){const[g,m]=re(l);h.setIndex=m,h.mapped=n(d,g)}else h.mapped=n(d);i.set(c,h),o[l]=h.mapped})}}function Zl(e){const{by:t}=e;return H(Xj(()=>e.each,typeof t=="function"?t:n=>n[t],e.children,"fallback"in e?{fallback:()=>e.fallback}:void 0))}function Jj(e,t,n,r){return e.addEventListener(t,n,r),Sj(e.removeEventListener.bind(e,t,n,r))}function Zj(e,t,n,r){const i=()=>{Id(Q(e)).forEach(s=>{s&&Id(Q(t)).forEach(o=>Jj(s,o,n,r))})};typeof e=="function"?xe(i):be(i)}function e4(e,t){const n=new ResizeObserver(e);return we(n.disconnect.bind(n)),{observe:r=>n.observe(r,t),unobserve:n.unobserve.bind(n)}}function o1(e,t,n){const r=new WeakMap,{observe:i,unobserve:s}=e4(o=>{for(const a of o){const{contentRect:l,target:c}=a,u=Math.round(l.width),d=Math.round(l.height),f=r.get(c);(!f||f.width!==u||f.height!==d)&&(t(l,c,a),r.set(c,{width:u,height:d}))}},n);xe(o=>{const a=bj(Id(Q(e)));return Cj(a,o,i,s),a},[])}var t4=/((?:--)?(?:\w+-?)+)\s*:\s*([^;]*)/g;function Am(e){const t={};let n;for(;n=t4.exec(e);)t[n[1]]=n[2];return t}function Lc(e,t){if(typeof e=="string"){if(typeof t=="string")return`${e};${t}`;e=Am(e)}else typeof t=="string"&&(t=Am(t));return{...e,...t}}function n4(e,t,n=-1){return n in e?[...e.slice(0,n),t,...e.slice(n)]:[...e,t]}function Nd(e,t){const n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function r4(e){return typeof e=="number"}function Ui(e){return Object.prototype.toString.call(e)==="[object String]"}function i4(e){return typeof e=="function"}function Da(e){return t=>`${e()}-${t}`}function dn(e,t){return e?e===t||e.contains(t):!1}function Eo(e,t=!1){const{activeElement:n}=Nn(e);if(!(n!=null&&n.nodeName))return null;if(a1(n)&&n.contentDocument)return Eo(n.contentDocument.body,t);if(t){const r=n.getAttribute("aria-activedescendant");if(r){const i=Nn(n).getElementById(r);if(i)return i}}return n}function s4(e){return Nn(e).defaultView||window}function Nn(e){return e?e.ownerDocument||e:document}function a1(e){return e.tagName==="IFRAME"}var Ff=(e=>(e.Escape="Escape",e.Enter="Enter",e.Tab="Tab",e.Space=" ",e.ArrowDown="ArrowDown",e.ArrowLeft="ArrowLeft",e.ArrowRight="ArrowRight",e.ArrowUp="ArrowUp",e.End="End",e.Home="Home",e.PageDown="PageDown",e.PageUp="PageUp",e))(Ff||{});function Nf(e){var t;return typeof window!="undefined"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)==null?void 0:t.platform)||window.navigator.platform):!1}function Ic(){return Nf(/^Mac/i)}function o4(){return Nf(/^iPhone/i)}function a4(){return Nf(/^iPad/i)||Ic()&&navigator.maxTouchPoints>1}function l4(){return o4()||a4()}function c4(){return Ic()||l4()}function et(e,t){return t&&(i4(t)?t(e):t[0](t[1],e)),e==null?void 0:e.defaultPrevented}function gt(e){return t=>{for(const n of e)et(t,n)}}function u4(e){return Ic()?e.metaKey&&!e.ctrlKey:e.ctrlKey&&!e.metaKey}function Ct(e){if(e)if(d4())e.focus({preventScroll:!0});else{const t=f4(e);e.focus(),h4(t)}}var hl=null;function d4(){if(hl==null){hl=!1;try{document.createElement("div").focus({get preventScroll(){return hl=!0,!0}})}catch(e){}}return hl}function f4(e){let t=e.parentNode;const n=[],r=document.scrollingElement||document.documentElement;for(;t instanceof HTMLElement&&t!==r;)(t.offsetHeight<t.scrollHeight||t.offsetWidth<t.scrollWidth)&&n.push({element:t,scrollTop:t.scrollTop,scrollLeft:t.scrollLeft}),t=t.parentNode;return r instanceof HTMLElement&&n.push({element:r,scrollTop:r.scrollTop,scrollLeft:r.scrollLeft}),n}function h4(e){for(const{element:t,scrollTop:n,scrollLeft:r}of e)t.scrollTop=n,t.scrollLeft=r}var l1=["input:not([type='hidden']):not([disabled])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","[tabindex]","iframe","object","embed","audio[controls]","video[controls]","[contenteditable]:not([contenteditable='false'])"],g4=[...l1,'[tabindex]:not([tabindex="-1"]):not([disabled])'],Bf=l1.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])",y4=g4.join(':not([hidden]):not([tabindex="-1"]),');function c1(e,t){const r=Array.from(e.querySelectorAll(Bf)).filter(Pm);return t&&Pm(e)&&r.unshift(e),r.forEach((i,s)=>{if(a1(i)&&i.contentDocument){const o=i.contentDocument.body,a=c1(o,!1);r.splice(s,1,...a)}}),r}function Pm(e){return u1(e)&&!m4(e)}function u1(e){return e.matches(Bf)&&qf(e)}function m4(e){return parseInt(e.getAttribute("tabindex")||"0",10)<0}function qf(e,t){return e.nodeName!=="#comment"&&p4(e)&&v4(e,t)&&(!e.parentElement||qf(e.parentElement,e))}function p4(e){if(!(e instanceof HTMLElement)&&!(e instanceof SVGElement))return!1;const{display:t,visibility:n}=e.style;let r=t!=="none"&&n!=="hidden"&&n!=="collapse";if(r){if(!e.ownerDocument.defaultView)return r;const{getComputedStyle:i}=e.ownerDocument.defaultView,{display:s,visibility:o}=i(e);r=s!=="none"&&o!=="hidden"&&o!=="collapse"}return r}function v4(e,t){return!e.hasAttribute("hidden")&&(e.nodeName==="DETAILS"&&t&&t.nodeName!=="SUMMARY"?e.hasAttribute("open"):!0)}function b4(e,t,n){const r=t!=null&&t.tabbable?y4:Bf,i=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode(s){var o;return(o=t==null?void 0:t.from)!=null&&o.contains(s)?NodeFilter.FILTER_REJECT:s.matches(r)&&qf(s)&&(!(t!=null&&t.accept)||t.accept(s))?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});return t!=null&&t.from&&(i.currentNode=t.from),i}function Tm(e){for(;e&&!x4(e);)e=e.parentElement;return e||document.scrollingElement||document.documentElement}function x4(e){const t=window.getComputedStyle(e);return/(auto|scroll)/.test(t.overflow+t.overflowX+t.overflowY)}function w4(){}function S4(e,t){const[n,r]=e;let i=!1;const s=t.length;for(let o=s,a=0,l=o-1;a<o;l=a++){const[c,u]=t[a],[d,f]=t[l],[,h]=t[l===0?o-1:l-1]||[0,0],g=(u-f)*(n-c)-(c-d)*(r-u);if(f<u){if(r>=f&&r<u){if(g===0)return!0;g>0&&(r===f?r>h&&(i=!i):i=!i)}}else if(u<f){if(r>u&&r<=f){if(g===0)return!0;g<0&&(r===f?r<h&&(i=!i):i=!i)}}else if(r==u&&(n>=d&&n<=c||n>=c&&n<=d))return!0}return i}function Be(e,t){return Oe(e,t)}var ho=new Map,Mm=new Set;function $m(){if(typeof window=="undefined")return;const e=n=>{if(!n.target)return;let r=ho.get(n.target);r||(r=new Set,ho.set(n.target,r),n.target.addEventListener("transitioncancel",t)),r.add(n.propertyName)},t=n=>{if(!n.target)return;const r=ho.get(n.target);if(r&&(r.delete(n.propertyName),r.size===0&&(n.target.removeEventListener("transitioncancel",t),ho.delete(n.target)),ho.size===0)){for(const i of Mm)i();Mm.clear()}};document.body.addEventListener("transitionrun",e),document.body.addEventListener("transitionend",t)}typeof document!="undefined"&&(document.readyState!=="loading"?$m():document.addEventListener("DOMContentLoaded",$m));function Bd(e,t){const n=jm(e,t,"left"),r=jm(e,t,"top"),i=t.offsetWidth,s=t.offsetHeight;let o=e.scrollLeft,a=e.scrollTop;const l=o+e.offsetWidth,c=a+e.offsetHeight;n<=o?o=n:n+i>l&&(o+=n+i-l),r<=a?a=r:r+s>c&&(a+=r+s-c),e.scrollLeft=o,e.scrollTop=a}function jm(e,t,n){const r=n==="left"?"offsetLeft":"offsetTop";let i=0;for(;t.offsetParent&&(i+=t[r],t.offsetParent!==e);){if(t.offsetParent.contains(e)){i-=e[r];break}t=t.offsetParent}return i}function C4(e,t){var n,r;if(document.contains(e)){const i=document.scrollingElement||document.documentElement;if(window.getComputedStyle(i).overflow==="hidden"){let o=Tm(e);for(;e&&o&&e!==i&&o!==i;)Bd(o,e),e=o,o=Tm(e)}else{const{left:o,top:a}=e.getBoundingClientRect();(n=e==null?void 0:e.scrollIntoView)==null||n.call(e,{block:"nearest"});const{left:l,top:c}=e.getBoundingClientRect();(Math.abs(o-l)>1||Math.abs(a-c)>1)&&((r=e.scrollIntoView)==null||r.call(e,{block:"nearest"}))}}}var d1={border:"0",clip:"rect(0 0 0 0)","clip-path":"inset(50%)",height:"1px",margin:"0 -1px -1px 0",overflow:"hidden",padding:"0",position:"absolute",width:"1px","white-space":"nowrap"};function fn(e){return t=>(e(t),()=>e(void 0))}function Rc(e,t){const[n,r]=re(Dm(t==null?void 0:t()));return xe(()=>{var i;r(((i=e())==null?void 0:i.tagName.toLowerCase())||Dm(t==null?void 0:t()))}),n}function Dm(e){return Ui(e)?e:void 0}function nt(e){const[t,n]=Ve(e,["as"]);if(!t.as)throw new Error("[kobalte]: Polymorphic is missing the required `as` prop.");return T($S,Oe(n,{get component(){return t.as}}))}var _4=["id","name","validationState","required","disabled","readOnly"];function k4(e){const t=`form-control-${hn()}`,n=Be({id:t},e),[r,i]=re(),[s,o]=re(),[a,l]=re(),[c,u]=re(),d=(m,p,v)=>{const b=v!=null||r()!=null;return[v,r(),b&&p!=null?m:void 0].filter(Boolean).join(" ")||void 0},f=m=>[a(),c(),m].filter(Boolean).join(" ")||void 0,h=H(()=>({"data-valid":Q(n.validationState)==="valid"?"":void 0,"data-invalid":Q(n.validationState)==="invalid"?"":void 0,"data-required":Q(n.required)?"":void 0,"data-disabled":Q(n.disabled)?"":void 0,"data-readonly":Q(n.readOnly)?"":void 0}));return{formControlContext:{name:()=>{var m;return(m=Q(n.name))!=null?m:Q(n.id)},dataset:h,validationState:()=>Q(n.validationState),isRequired:()=>Q(n.required),isDisabled:()=>Q(n.disabled),isReadOnly:()=>Q(n.readOnly),labelId:r,fieldId:s,descriptionId:a,errorMessageId:c,getAriaLabelledBy:d,getAriaDescribedBy:f,generateId:Da(()=>Q(n.id)),registerLabel:fn(i),registerField:fn(o),registerDescription:fn(l),registerErrorMessage:fn(u)}}}var f1=pt();function La(){const e=vt(f1);if(e===void 0)throw new Error("[kobalte]: `useFormControlContext` must be used within a `FormControlContext.Provider` component");return e}function h1(e){const t=La(),n=Be({id:t.generateId("description")},e);return xe(()=>we(t.registerDescription(n.id))),T(nt,Oe({as:"div"},()=>t.dataset(),n))}function g1(e){const t=La(),n=Be({id:t.generateId("error-message")},e),[r,i]=Ve(n,["forceMount"]),s=()=>t.validationState()==="invalid";return xe(()=>{s()&&we(t.registerErrorMessage(i.id))}),T(ve,{get when(){return r.forceMount||s()},get children(){return T(nt,Oe({as:"div"},()=>t.dataset(),i))}})}function O4(e){let t;const n=La(),r=Be({id:n.generateId("label")},e),[i,s]=Ve(r,["ref"]),o=Rc(()=>t,()=>"label");return xe(()=>we(n.registerLabel(s.id))),T(nt,Oe({as:"label",ref(a){const l=Mt(c=>t=c,i.ref);typeof l=="function"&&l(a)},get for(){return H(()=>o()==="label")()?n.fieldId():void 0}},()=>n.dataset(),s))}function E4(e,t){xe(cr(e,n=>{if(n==null)return;const r=A4(n);r!=null&&(r.addEventListener("reset",t,{passive:!0}),we(()=>{r.removeEventListener("reset",t)}))}))}function A4(e){return P4(e)?e.form:e.closest("form")}function P4(e){return e.matches("textarea, input, select, button")}function Ia(e){var o;const[t,n]=re((o=e.defaultValue)==null?void 0:o.call(e)),r=H(()=>{var a;return((a=e.value)==null?void 0:a.call(e))!==void 0}),i=H(()=>{var a;return r()?(a=e.value)==null?void 0:a.call(e):t()});return[i,a=>{st(()=>{var c;const l=wj(a,i());return Object.is(l,i())||(r()||n(l),(c=e.onChange)==null||c.call(e,l)),l})}]}function y1(e){const[t,n]=Ia(e);return[()=>{var i;return(i=t())!=null?i:!1},n]}function T4(e){const[t,n]=Ia(e);return[()=>{var i;return(i=t())!=null?i:[]},n]}function M4(e={}){const[t,n]=y1({value:()=>Q(e.isSelected),defaultValue:()=>!!Q(e.defaultIsSelected),onChange:s=>{var o;return(o=e.onSelectedChange)==null?void 0:o.call(e,s)}});return{isSelected:t,setIsSelected:s=>{!Q(e.isReadOnly)&&!Q(e.isDisabled)&&n(s)},toggle:()=>{!Q(e.isReadOnly)&&!Q(e.isDisabled)&&n(!t())}}}var $4=Object.defineProperty,Fc=(e,t)=>{for(var n in t)$4(e,n,{get:t[n],enumerable:!0})},m1=pt();function p1(){return vt(m1)}function j4(){const e=p1();if(e===void 0)throw new Error("[kobalte]: `useDomCollectionContext` must be used within a `DomCollectionProvider` component");return e}function v1(e,t){return!!(t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_PRECEDING)}function D4(e,t){var i;const n=t.ref();if(!n)return-1;let r=e.length;if(!r)return-1;for(;r--;){const s=(i=e[r])==null?void 0:i.ref();if(s&&v1(s,n))return r+1}return 0}function L4(e){const t=e.map((r,i)=>[i,r]);let n=!1;return t.sort(([r,i],[s,o])=>{const a=i.ref(),l=o.ref();return a===l||!a||!l?0:v1(a,l)?(r>s&&(n=!0),-1):(r<s&&(n=!0),1)}),n?t.map(([r,i])=>i):e}function b1(e,t){const n=L4(e);e!==n&&t(n)}function I4(e){var i,s;const t=e[0],n=(i=e[e.length-1])==null?void 0:i.ref();let r=(s=t==null?void 0:t.ref())==null?void 0:s.parentElement;for(;r;){if(n&&r.contains(n))return r;r=r.parentElement}return Nn(r).body}function R4(e,t){xe(()=>{const n=setTimeout(()=>{b1(e(),t)});we(()=>clearTimeout(n))})}function F4(e,t){if(typeof IntersectionObserver!="function"){R4(e,t);return}let n=[];xe(()=>{const r=()=>{const o=!!n.length;n=e(),o&&b1(e(),t)},i=I4(e()),s=new IntersectionObserver(r,{root:i});for(const o of e()){const a=o.ref();a&&s.observe(a)}we(()=>s.disconnect())})}function N4(e={}){const[t,n]=T4({value:()=>Q(e.items),onChange:s=>{var o;return(o=e.onItemsChange)==null?void 0:o.call(e,s)}});F4(t,n);const r=s=>(n(o=>{const a=D4(o,s);return n4(o,s,a)}),()=>{n(o=>{const a=o.filter(l=>l.ref()!==s.ref());return o.length===a.length?o:a})});return{DomCollectionProvider:s=>T(m1.Provider,{value:{registerItem:r},get children(){return s.children}})}}function B4(e){const t=j4(),n=Be({shouldRegisterItem:!0},e);xe(()=>{if(!n.shouldRegisterItem)return;const r=t.registerItem(n.getItem());we(r)})}function x1(e){var l,c,u;let t=(l=e.startIndex)!=null?l:0;const n=(c=e.startLevel)!=null?c:0,r=[],i=d=>{var g;if(d==null)return"";const f=(g=e.getKey)!=null?g:"key",h=Ui(f)?d[f]:f(d);return h!=null?String(h):""},s=d=>{var g;if(d==null)return"";const f=(g=e.getTextValue)!=null?g:"textValue",h=Ui(f)?d[f]:f(d);return h!=null?String(h):""},o=d=>{var h,g;if(d==null)return!1;const f=(h=e.getDisabled)!=null?h:"disabled";return(g=Ui(f)?d[f]:f(d))!=null?g:!1},a=d=>{var f;if(d!=null)return Ui(e.getSectionChildren)?d[e.getSectionChildren]:(f=e.getSectionChildren)==null?void 0:f.call(e,d)};for(const d of e.dataSource){if(Ui(d)||r4(d)){r.push({type:"item",rawValue:d,key:String(d),textValue:String(d),disabled:o(d),level:n,index:t}),t++;continue}if(a(d)!=null){r.push({type:"section",rawValue:d,key:"",textValue:"",disabled:!1,level:n,index:t}),t++;const f=(u=a(d))!=null?u:[];if(f.length>0){const h=x1({dataSource:f,getKey:e.getKey,getTextValue:e.getTextValue,getDisabled:e.getDisabled,getSectionChildren:e.getSectionChildren,startIndex:t,startLevel:n+1});r.push(...h),t+=h.length}}else r.push({type:"item",rawValue:d,key:i(d),textValue:s(d),disabled:o(d),level:n,index:t}),t++}return r}function q4(e,t=[]){return H(()=>{const n=x1({dataSource:Q(e.dataSource),getKey:Q(e.getKey),getTextValue:Q(e.getTextValue),getDisabled:Q(e.getDisabled),getSectionChildren:Q(e.getSectionChildren)});for(let r=0;r<t.length;r++)t[r]();return e.factory(n)})}var z4=new Set(["Avst","Arab","Armi","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),H4=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","glk","he","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]);function U4(e){var n;if(Intl.Locale){const r=(n=new Intl.Locale(e).maximize().script)!=null?n:"";return z4.has(r)}const t=e.split("-")[0];return H4.has(t)}function K4(e){return U4(e)?"rtl":"ltr"}function w1(){let e=typeof navigator!="undefined"&&(navigator.language||navigator.userLanguage)||"en-US";return{locale:e,direction:K4(e)}}var qd=w1(),Ao=new Set;function Lm(){qd=w1();for(const e of Ao)e(qd)}function V4(){const[e,t]=re(qd),n=H(()=>e());return ur(()=>{Ao.size===0&&window.addEventListener("languagechange",Lm),Ao.add(t),we(()=>{Ao.delete(t),Ao.size===0&&window.removeEventListener("languagechange",Lm)})}),{locale:()=>n().locale,direction:()=>n().direction}}var W4=pt();function Qr(){const e=V4();return vt(W4)||e}var Pu=new Map;function G4(e){const{locale:t}=Qr(),n=H(()=>t()+(e?Object.entries(e).sort((r,i)=>r[0]<i[0]?-1:1).join():""));return H(()=>{const r=n();let i;return Pu.has(r)&&(i=Pu.get(r)),i||(i=new Intl.Collator(t(),e),Pu.set(r,i)),i})}var Jn=class S1 extends Set{constructor(n,r,i){super(n);pe(this,"anchorKey");pe(this,"currentKey");n instanceof S1?(this.anchorKey=r||n.anchorKey,this.currentKey=i||n.currentKey):(this.anchorKey=r,this.currentKey=i)}};function Q4(e){const[t,n]=Ia(e);return[()=>{var i;return(i=t())!=null?i:new Jn},n]}function C1(e){return c4()?e.altKey:e.ctrlKey}function Ki(e){return Ic()?e.metaKey:e.ctrlKey}function Im(e){return new Jn(e)}function Y4(e,t){if(e.size!==t.size)return!1;for(const n of e)if(!t.has(n))return!1;return!0}function X4(e){const t=Be({selectionMode:"none",selectionBehavior:"toggle"},e),[n,r]=re(!1),[i,s]=re(),o=H(()=>{const m=Q(t.selectedKeys);return m!=null?Im(m):m}),a=H(()=>{const m=Q(t.defaultSelectedKeys);return m!=null?Im(m):new Jn}),[l,c]=Q4({value:o,defaultValue:a,onChange:m=>{var p;return(p=t.onSelectionChange)==null?void 0:p.call(t,m)}}),[u,d]=re(Q(t.selectionBehavior)),f=()=>Q(t.selectionMode),h=()=>{var m;return(m=Q(t.disallowEmptySelection))!=null?m:!1},g=m=>{(Q(t.allowDuplicateSelectionEvents)||!Y4(m,l()))&&c(m)};return xe(()=>{const m=l();Q(t.selectionBehavior)==="replace"&&u()==="toggle"&&typeof m=="object"&&m.size===0&&d("replace")}),xe(()=>{var m;d((m=Q(t.selectionBehavior))!=null?m:"toggle")}),{selectionMode:f,disallowEmptySelection:h,selectionBehavior:u,setSelectionBehavior:d,isFocused:n,setFocused:r,focusedKey:i,setFocusedKey:s,selectedKeys:l,setSelectedKeys:g}}function J4(e){const[t,n]=re(""),[r,i]=re(-1);return{typeSelectHandlers:{onKeyDown:o=>{var f,h,g;if(Q(e.isDisabled))return;const a=Q(e.keyboardDelegate),l=Q(e.selectionManager);if(!a.getKeyForSearch)return;const c=Z4(o.key);if(!c||o.ctrlKey||o.metaKey)return;c===" "&&t().trim().length>0&&(o.preventDefault(),o.stopPropagation());let u=n(m=>m+c),d=(f=a.getKeyForSearch(u,l.focusedKey()))!=null?f:a.getKeyForSearch(u);d==null&&eD(u)&&(u=u[0],d=(h=a.getKeyForSearch(u,l.focusedKey()))!=null?h:a.getKeyForSearch(u)),d!=null&&(l.setFocusedKey(d),(g=e.onTypeSelect)==null||g.call(e,d)),clearTimeout(r()),i(window.setTimeout(()=>n(""),500))}}}}function Z4(e){return e.length===1||!/^[A-Z]/i.test(e)?e:""}function eD(e){return e.split("").every(t=>t===e[0])}function tD(e,t,n){const i=Oe({selectOnFocus:()=>Q(e.selectionManager).selectionBehavior()==="replace"},e),s=()=>t(),{direction:o}=Qr();let a={top:0,left:0};Zj(()=>Q(i.isVirtualized)?void 0:s(),"scroll",()=>{const p=s();p&&(a={top:p.scrollTop,left:p.scrollLeft})});const{typeSelectHandlers:l}=J4({isDisabled:()=>Q(i.disallowTypeAhead),keyboardDelegate:()=>Q(i.keyboardDelegate),selectionManager:()=>Q(i.selectionManager)}),c=()=>{var p;return(p=Q(i.orientation))!=null?p:"vertical"},u=p=>{var k,O,A,M,L,G,R,D;et(p,l.onKeyDown),p.altKey&&p.key==="Tab"&&p.preventDefault();const v=t();if(!(v!=null&&v.contains(p.target)))return;const b=Q(i.selectionManager),x=Q(i.selectOnFocus),S=j=>{j!=null&&(b.setFocusedKey(j),p.shiftKey&&b.selectionMode()==="multiple"?b.extendSelection(j):x&&!C1(p)&&b.replaceSelection(j))},w=Q(i.keyboardDelegate),_=Q(i.shouldFocusWrap),C=b.focusedKey();switch(p.key){case(c()==="vertical"?"ArrowDown":"ArrowRight"):{if(w.getKeyBelow){p.preventDefault();let j;C!=null?j=w.getKeyBelow(C):j=(k=w.getFirstKey)==null?void 0:k.call(w),j==null&&_&&(j=(O=w.getFirstKey)==null?void 0:O.call(w,C)),S(j)}break}case(c()==="vertical"?"ArrowUp":"ArrowLeft"):{if(w.getKeyAbove){p.preventDefault();let j;C!=null?j=w.getKeyAbove(C):j=(A=w.getLastKey)==null?void 0:A.call(w),j==null&&_&&(j=(M=w.getLastKey)==null?void 0:M.call(w,C)),S(j)}break}case(c()==="vertical"?"ArrowLeft":"ArrowUp"):{if(w.getKeyLeftOf){p.preventDefault();const j=o()==="rtl";let I;C!=null?I=w.getKeyLeftOf(C):I=j?(L=w.getFirstKey)==null?void 0:L.call(w):(G=w.getLastKey)==null?void 0:G.call(w),S(I)}break}case(c()==="vertical"?"ArrowRight":"ArrowDown"):{if(w.getKeyRightOf){p.preventDefault();const j=o()==="rtl";let I;C!=null?I=w.getKeyRightOf(C):I=j?(R=w.getLastKey)==null?void 0:R.call(w):(D=w.getFirstKey)==null?void 0:D.call(w),S(I)}break}case"Home":if(w.getFirstKey){p.preventDefault();const j=w.getFirstKey(C,Ki(p));j!=null&&(b.setFocusedKey(j),Ki(p)&&p.shiftKey&&b.selectionMode()==="multiple"?b.extendSelection(j):x&&b.replaceSelection(j))}break;case"End":if(w.getLastKey){p.preventDefault();const j=w.getLastKey(C,Ki(p));j!=null&&(b.setFocusedKey(j),Ki(p)&&p.shiftKey&&b.selectionMode()==="multiple"?b.extendSelection(j):x&&b.replaceSelection(j))}break;case"PageDown":if(w.getKeyPageBelow&&C!=null){p.preventDefault();const j=w.getKeyPageBelow(C);S(j)}break;case"PageUp":if(w.getKeyPageAbove&&C!=null){p.preventDefault();const j=w.getKeyPageAbove(C);S(j)}break;case"a":Ki(p)&&b.selectionMode()==="multiple"&&Q(i.disallowSelectAll)!==!0&&(p.preventDefault(),b.selectAll());break;case"Escape":p.defaultPrevented||(p.preventDefault(),Q(i.disallowEmptySelection)||b.clearSelection());break;case"Tab":if(!Q(i.allowsTabNavigation)){if(p.shiftKey)v.focus();else{const j=b4(v,{tabbable:!0});let I,oe;do oe=j.lastChild(),oe&&(I=oe);while(oe);I&&!I.contains(document.activeElement)&&Ct(I)}break}}},d=p=>{var S,w,_,C;const v=Q(i.selectionManager),b=Q(i.keyboardDelegate),x=Q(i.selectOnFocus);if(v.isFocused()){p.currentTarget.contains(p.target)||v.setFocused(!1);return}if(p.currentTarget.contains(p.target)){if(v.setFocused(!0),v.focusedKey()==null){const k=A=>{A!=null&&(v.setFocusedKey(A),x&&v.replaceSelection(A))},O=p.relatedTarget;O&&p.currentTarget.compareDocumentPosition(O)&Node.DOCUMENT_POSITION_FOLLOWING?k((w=v.lastSelectedKey())!=null?w:(S=b.getLastKey)==null?void 0:S.call(b)):k((C=v.firstSelectedKey())!=null?C:(_=b.getFirstKey)==null?void 0:_.call(b))}else if(!Q(i.isVirtualized)){const k=s();if(k){k.scrollTop=a.top,k.scrollLeft=a.left;const O=k.querySelector(`[data-key="${v.focusedKey()}"]`);O&&(Ct(O),Bd(k,O))}}}},f=p=>{const v=Q(i.selectionManager);p.currentTarget.contains(p.relatedTarget)||v.setFocused(!1)},h=p=>{s()===p.target&&p.preventDefault()},g=()=>{var _,C;const p=Q(i.autoFocus);if(!p)return;const v=Q(i.selectionManager),b=Q(i.keyboardDelegate);let x;p==="first"&&(x=(_=b.getFirstKey)==null?void 0:_.call(b)),p==="last"&&(x=(C=b.getLastKey)==null?void 0:C.call(b));const S=v.selectedKeys();S.size&&(x=S.values().next().value),v.setFocused(!0),v.setFocusedKey(x);const w=t();w&&x==null&&!Q(i.shouldUseVirtualFocus)&&Ct(w)};return ur(()=>{i.deferAutoFocus?setTimeout(g,0):g()}),xe(cr([s,()=>Q(i.isVirtualized),()=>Q(i.selectionManager).focusedKey()],p=>{var S;const[v,b,x]=p;if(b)x&&((S=i.scrollToKey)==null||S.call(i,x));else if(x&&v){const w=v.querySelector(`[data-key="${x}"]`);w&&Bd(v,w)}})),{tabIndex:H(()=>{if(!Q(i.shouldUseVirtualFocus))return Q(i.selectionManager).focusedKey()==null?0:-1}),onKeyDown:u,onMouseDown:h,onFocusIn:d,onFocusOut:f}}function _1(e,t){const n=()=>Q(e.selectionManager),r=()=>Q(e.key),i=()=>Q(e.shouldUseVirtualFocus),s=b=>{n().selectionMode()!=="none"&&(n().selectionMode()==="single"?n().isSelected(r())&&!n().disallowEmptySelection()?n().toggleSelection(r()):n().replaceSelection(r()):b!=null&&b.shiftKey?n().extendSelection(r()):n().selectionBehavior()==="toggle"||Ki(b)||"pointerType"in b&&b.pointerType==="touch"?n().toggleSelection(r()):n().replaceSelection(r()))},o=()=>n().isSelected(r()),a=()=>Q(e.disabled)||n().isDisabled(r()),l=()=>!a()&&n().canSelectItem(r());let c=null;const u=b=>{l()&&(c=b.pointerType,b.pointerType==="mouse"&&b.button===0&&!Q(e.shouldSelectOnPressUp)&&s(b))},d=b=>{l()&&b.pointerType==="mouse"&&b.button===0&&Q(e.shouldSelectOnPressUp)&&Q(e.allowsDifferentPressOrigin)&&s(b)},f=b=>{l()&&(Q(e.shouldSelectOnPressUp)&&!Q(e.allowsDifferentPressOrigin)||c!=="mouse")&&s(b)},h=b=>{!l()||!["Enter"," "].includes(b.key)||(C1(b)?n().toggleSelection(r()):s(b))},g=b=>{a()&&b.preventDefault()},m=b=>{const x=t();i()||a()||!x||b.target===x&&n().setFocusedKey(r())},p=H(()=>{if(!(i()||a()))return r()===n().focusedKey()?0:-1}),v=H(()=>Q(e.virtualized)?void 0:r());return xe(cr([t,r,i,()=>n().focusedKey(),()=>n().isFocused()],([b,x,S,w,_])=>{b&&x===w&&_&&!S&&document.activeElement!==b&&(e.focus?e.focus():Ct(b))})),{isSelected:o,isDisabled:a,allowsSelection:l,tabIndex:p,dataKey:v,onPointerDown:u,onPointerUp:d,onClick:f,onKeyDown:h,onMouseDown:g,onFocus:m}}var nD=class{constructor(e,t){pe(this,"collection");pe(this,"state");this.collection=e,this.state=t}selectionMode(){return this.state.selectionMode()}disallowEmptySelection(){return this.state.disallowEmptySelection()}selectionBehavior(){return this.state.selectionBehavior()}setSelectionBehavior(e){this.state.setSelectionBehavior(e)}isFocused(){return this.state.isFocused()}setFocused(e){this.state.setFocused(e)}focusedKey(){return this.state.focusedKey()}setFocusedKey(e){(e==null||this.collection().getItem(e))&&this.state.setFocusedKey(e)}selectedKeys(){return this.state.selectedKeys()}isSelected(e){if(this.state.selectionMode()==="none")return!1;const t=this.getKey(e);return t==null?!1:this.state.selectedKeys().has(t)}isEmpty(){return this.state.selectedKeys().size===0}isSelectAll(){if(this.isEmpty())return!1;const e=this.state.selectedKeys();return this.getAllSelectableKeys().every(t=>e.has(t))}firstSelectedKey(){let e;for(const t of this.state.selectedKeys()){const n=this.collection().getItem(t),r=(n==null?void 0:n.index)!=null&&(e==null?void 0:e.index)!=null&&n.index<e.index;(!e||r)&&(e=n)}return e==null?void 0:e.key}lastSelectedKey(){let e;for(const t of this.state.selectedKeys()){const n=this.collection().getItem(t),r=(n==null?void 0:n.index)!=null&&(e==null?void 0:e.index)!=null&&n.index>e.index;(!e||r)&&(e=n)}return e==null?void 0:e.key}extendSelection(e){if(this.selectionMode()==="none")return;if(this.selectionMode()==="single"){this.replaceSelection(e);return}const t=this.getKey(e);if(t==null)return;const n=this.state.selectedKeys(),r=n.anchorKey||t,i=new Jn(n,r,t);for(const s of this.getKeyRange(r,n.currentKey||t))i.delete(s);for(const s of this.getKeyRange(t,r))this.canSelectItem(s)&&i.add(s);this.state.setSelectedKeys(i)}getKeyRange(e,t){const n=this.collection().getItem(e),r=this.collection().getItem(t);return n&&r?n.index!=null&&r.index!=null&&n.index<=r.index?this.getKeyRangeInternal(e,t):this.getKeyRangeInternal(t,e):[]}getKeyRangeInternal(e,t){const n=[];let r=e;for(;r!=null;){const i=this.collection().getItem(r);if(i&&i.type==="item"&&n.push(r),r===t)return n;r=this.collection().getKeyAfter(r)}return[]}getKey(e){const t=this.collection().getItem(e);return t?!t||t.type!=="item"?null:t.key:e}toggleSelection(e){if(this.selectionMode()==="none")return;if(this.selectionMode()==="single"&&!this.isSelected(e)){this.replaceSelection(e);return}const t=this.getKey(e);if(t==null)return;const n=new Jn(this.state.selectedKeys());n.has(t)?n.delete(t):this.canSelectItem(t)&&(n.add(t),n.anchorKey=t,n.currentKey=t),!(this.disallowEmptySelection()&&n.size===0)&&this.state.setSelectedKeys(n)}replaceSelection(e){if(this.selectionMode()==="none")return;const t=this.getKey(e);if(t==null)return;const n=this.canSelectItem(t)?new Jn([t],t,t):new Jn;this.state.setSelectedKeys(n)}setSelectedKeys(e){if(this.selectionMode()==="none")return;const t=new Jn;for(const n of e){const r=this.getKey(n);if(r!=null&&(t.add(r),this.selectionMode()==="single"))break}this.state.setSelectedKeys(t)}selectAll(){this.selectionMode()==="multiple"&&this.state.setSelectedKeys(new Set(this.getAllSelectableKeys()))}clearSelection(){const e=this.state.selectedKeys();!this.disallowEmptySelection()&&e.size>0&&this.state.setSelectedKeys(new Jn)}toggleSelectAll(){this.isSelectAll()?this.clearSelection():this.selectAll()}select(e,t){this.selectionMode()!=="none"&&(this.selectionMode()==="single"?this.isSelected(e)&&!this.disallowEmptySelection()?this.toggleSelection(e):this.replaceSelection(e):this.selectionBehavior()==="toggle"||t&&t.pointerType==="touch"?this.toggleSelection(e):this.replaceSelection(e))}isSelectionEqual(e){if(e===this.state.selectedKeys())return!0;const t=this.selectedKeys();if(e.size!==t.size)return!1;for(const n of e)if(!t.has(n))return!1;for(const n of t)if(!e.has(n))return!1;return!0}canSelectItem(e){if(this.state.selectionMode()==="none")return!1;const t=this.collection().getItem(e);return t!=null&&!t.disabled}isDisabled(e){const t=this.collection().getItem(e);return!t||t.disabled}getAllSelectableKeys(){const e=[];return(n=>{for(;n!=null;){if(this.canSelectItem(n)){const r=this.collection().getItem(n);if(!r)continue;r.type==="item"&&e.push(n)}n=this.collection().getKeyAfter(n)}})(this.collection().getFirstKey()),e}},Rm=class{constructor(e){pe(this,"keyMap",new Map);pe(this,"iterable");pe(this,"firstKey");pe(this,"lastKey");this.iterable=e;for(const r of e)this.keyMap.set(r.key,r);if(this.keyMap.size===0)return;let t,n=0;for(const[r,i]of this.keyMap)t?(t.nextKey=r,i.prevKey=t.key):(this.firstKey=r,i.prevKey=void 0),i.type==="item"&&(i.index=n++),t=i,t.nextKey=void 0;this.lastKey=t.key}*[Symbol.iterator](){yield*this.iterable}getSize(){return this.keyMap.size}getKeys(){return this.keyMap.keys()}getKeyBefore(e){var t;return(t=this.keyMap.get(e))==null?void 0:t.prevKey}getKeyAfter(e){var t;return(t=this.keyMap.get(e))==null?void 0:t.nextKey}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(e){return this.keyMap.get(e)}at(e){const t=[...this.getKeys()];return this.getItem(t[e])}};function rD(e){const t=X4(e),r=q4({dataSource:()=>Q(e.dataSource),getKey:()=>Q(e.getKey),getTextValue:()=>Q(e.getTextValue),getDisabled:()=>Q(e.getDisabled),getSectionChildren:()=>Q(e.getSectionChildren),factory:s=>e.filter?new Rm(e.filter(s)):new Rm(s)},[()=>e.filter]),i=new nD(r,t);return E0(()=>{const s=t.focusedKey();s!=null&&!r().getItem(s)&&t.setFocusedKey(void 0)}),{collection:r,selectionManager:()=>i}}var St=e=>typeof e=="function"?e():e,iD=e=>{const t=H(()=>{const o=St(e.element);if(o)return getComputedStyle(o)}),n=()=>{var o,a;return(a=(o=t())==null?void 0:o.animationName)!=null?a:"none"},[r,i]=re(St(e.show)?"present":"hidden");let s="none";return xe(o=>{const a=St(e.show);return st(()=>{var u;if(o===a)return a;const l=s,c=n();a?i("present"):c==="none"||((u=t())==null?void 0:u.display)==="none"?i("hidden"):i(o===!0&&l!==c?"hiding":"hidden")}),a}),xe(()=>{const o=St(e.element);if(!o)return;const a=c=>{c.target===o&&(s=n())},l=c=>{const d=n().includes(c.animationName);c.target===o&&d&&r()==="hiding"&&i("hidden")};o.addEventListener("animationstart",a),o.addEventListener("animationcancel",l),o.addEventListener("animationend",l),we(()=>{o.removeEventListener("animationstart",a),o.removeEventListener("animationcancel",l),o.removeEventListener("animationend",l)})}),{present:()=>r()==="present"||r()==="hiding",state:r}},sD=iD,k1=sD,ec="data-kb-top-layer",O1,zd=!1,dr=[];function ia(e){return dr.findIndex(t=>t.node===e)}function oD(e){return dr[ia(e)]}function aD(e){return dr[dr.length-1].node===e}function E1(){return dr.filter(e=>e.isPointerBlocking)}function lD(){return[...E1()].slice(-1)[0]}function zf(){return E1().length>0}function A1(e){var n;const t=ia((n=lD())==null?void 0:n.node);return ia(e)<t}function cD(e){dr.push(e)}function uD(e){const t=ia(e);t<0||dr.splice(t,1)}function dD(){for(const{node:e}of dr)e.style.pointerEvents=A1(e)?"none":"auto"}function fD(e){if(zf()&&!zd){const t=Nn(e);O1=document.body.style.pointerEvents,t.body.style.pointerEvents="none",zd=!0}}function hD(e){if(zf())return;const t=Nn(e);t.body.style.pointerEvents=O1,t.body.style.length===0&&t.body.removeAttribute("style"),zd=!1}var qt={layers:dr,isTopMostLayer:aD,hasPointerBlockingLayer:zf,isBelowPointerBlockingLayer:A1,addLayer:cD,removeLayer:uD,indexOf:ia,find:oD,assignPointerEventToLayers:dD,disableBodyPointerEvents:fD,restoreBodyPointerEvents:hD},gD={};Fc(gD,{Button:()=>pD,Root:()=>Hf});var yD=["button","color","file","image","reset","submit"];function mD(e){const t=e.tagName.toLowerCase();return t==="button"?!0:t==="input"&&e.type?yD.indexOf(e.type)!==-1:!1}function Hf(e){let t;const n=Be({type:"button"},e),[r,i]=Ve(n,["ref","type","disabled"]),s=Rc(()=>t,()=>"button"),o=H(()=>{const c=s();return c==null?!1:mD({tagName:c,type:r.type})}),a=H(()=>s()==="input"),l=H(()=>s()==="a"&&(t==null?void 0:t.getAttribute("href"))!=null);return T(nt,Oe({as:"button",ref(c){const u=Mt(d=>t=d,r.ref);typeof u=="function"&&u(c)},get type(){return o()||a()?r.type:void 0},get role(){return!o()&&!l()?"button":void 0},get tabIndex(){return!o()&&!l()&&!r.disabled?0:void 0},get disabled(){return o()||a()?r.disabled:void 0},get"aria-disabled"(){return!o()&&!a()&&r.disabled?!0:void 0},get"data-disabled"(){return r.disabled?"":void 0}},i))}var pD=Hf,vD=["top","right","bottom","left"],Rn=Math.min,Qt=Math.max,tc=Math.round,gl=Math.floor,zr=e=>({x:e,y:e}),bD={left:"right",right:"left",bottom:"top",top:"bottom"},xD={start:"end",end:"start"};function Hd(e,t,n){return Qt(e,Rn(t,n))}function Ii(e,t){return typeof e=="function"?e(t):e}function Hr(e){return e.split("-")[0]}function Ks(e){return e.split("-")[1]}function P1(e){return e==="x"?"y":"x"}function Uf(e){return e==="y"?"height":"width"}function Mi(e){return["top","bottom"].includes(Hr(e))?"y":"x"}function Kf(e){return P1(Mi(e))}function wD(e,t,n){n===void 0&&(n=!1);const r=Ks(e),i=Kf(e),s=Uf(i);let o=i==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=nc(o)),[o,nc(o)]}function SD(e){const t=nc(e);return[Ud(e),t,Ud(t)]}function Ud(e){return e.replace(/start|end/g,t=>xD[t])}function CD(e,t,n){const r=["left","right"],i=["right","left"],s=["top","bottom"],o=["bottom","top"];switch(e){case"top":case"bottom":return n?t?i:r:t?r:i;case"left":case"right":return t?s:o;default:return[]}}function _D(e,t,n,r){const i=Ks(e);let s=CD(Hr(e),n==="start",r);return i&&(s=s.map(o=>o+"-"+i),t&&(s=s.concat(s.map(Ud)))),s}function nc(e){return e.replace(/left|right|bottom|top/g,t=>bD[t])}function kD(e){return{top:0,right:0,bottom:0,left:0,...e}}function T1(e){return typeof e!="number"?kD(e):{top:e,right:e,bottom:e,left:e}}function rc(e){const{x:t,y:n,width:r,height:i}=e;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function Fm(e,t,n){let{reference:r,floating:i}=e;const s=Mi(t),o=Kf(t),a=Uf(o),l=Hr(t),c=s==="y",u=r.x+r.width/2-i.width/2,d=r.y+r.height/2-i.height/2,f=r[a]/2-i[a]/2;let h;switch(l){case"top":h={x:u,y:r.y-i.height};break;case"bottom":h={x:u,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:d};break;case"left":h={x:r.x-i.width,y:d};break;default:h={x:r.x,y:r.y}}switch(Ks(t)){case"start":h[o]-=f*(n&&c?-1:1);break;case"end":h[o]+=f*(n&&c?-1:1);break}return h}var OD=async(e,t,n)=>{const{placement:r="bottom",strategy:i="absolute",middleware:s=[],platform:o}=n,a=s.filter(Boolean),l=await(o.isRTL==null?void 0:o.isRTL(t));let c=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=Fm(c,r,l),f=r,h={},g=0;for(let m=0;m<a.length;m++){const{name:p,fn:v}=a[m],{x:b,y:x,data:S,reset:w}=await v({x:u,y:d,initialPlacement:r,placement:f,strategy:i,middlewareData:h,rects:c,platform:o,elements:{reference:e,floating:t}});u=b!=null?b:u,d=x!=null?x:d,h={...h,[p]:{...h[p],...S}},w&&g<=50&&(g++,typeof w=="object"&&(w.placement&&(f=w.placement),w.rects&&(c=w.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):w.rects),{x:u,y:d}=Fm(c,f,l)),m=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:h}};async function sa(e,t){var n;t===void 0&&(t={});const{x:r,y:i,platform:s,rects:o,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:f=!1,padding:h=0}=Ii(t,e),g=T1(h),p=a[f?d==="floating"?"reference":"floating":d],v=rc(await s.getClippingRect({element:(n=await(s.isElement==null?void 0:s.isElement(p)))==null||n?p:p.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),b=d==="floating"?{x:r,y:i,width:o.floating.width,height:o.floating.height}:o.reference,x=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),S=await(s.isElement==null?void 0:s.isElement(x))?await(s.getScale==null?void 0:s.getScale(x))||{x:1,y:1}:{x:1,y:1},w=rc(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:b,offsetParent:x,strategy:l}):b);return{top:(v.top-w.top+g.top)/S.y,bottom:(w.bottom-v.bottom+g.bottom)/S.y,left:(v.left-w.left+g.left)/S.x,right:(w.right-v.right+g.right)/S.x}}var ED=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:i,rects:s,platform:o,elements:a,middlewareData:l}=t,{element:c,padding:u=0}=Ii(e,t)||{};if(c==null)return{};const d=T1(u),f={x:n,y:r},h=Kf(i),g=Uf(h),m=await o.getDimensions(c),p=h==="y",v=p?"top":"left",b=p?"bottom":"right",x=p?"clientHeight":"clientWidth",S=s.reference[g]+s.reference[h]-f[h]-s.floating[g],w=f[h]-s.reference[h],_=await(o.getOffsetParent==null?void 0:o.getOffsetParent(c));let C=_?_[x]:0;(!C||!await(o.isElement==null?void 0:o.isElement(_)))&&(C=a.floating[x]||s.floating[g]);const k=S/2-w/2,O=C/2-m[g]/2-1,A=Rn(d[v],O),M=Rn(d[b],O),L=A,G=C-m[g]-M,R=C/2-m[g]/2+k,D=Hd(L,R,G),j=!l.arrow&&Ks(i)!=null&&R!==D&&s.reference[g]/2-(R<L?A:M)-m[g]/2<0,I=j?R<L?R-L:R-G:0;return{[h]:f[h]+I,data:{[h]:D,centerOffset:R-D-I,...j&&{alignmentOffset:I}},reset:j}}}),AD=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:i,middlewareData:s,rects:o,initialPlacement:a,platform:l,elements:c}=t,{mainAxis:u=!0,crossAxis:d=!0,fallbackPlacements:f,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:g="none",flipAlignment:m=!0,...p}=Ii(e,t);if((n=s.arrow)!=null&&n.alignmentOffset)return{};const v=Hr(i),b=Mi(a),x=Hr(a)===a,S=await(l.isRTL==null?void 0:l.isRTL(c.floating)),w=f||(x||!m?[nc(a)]:SD(a)),_=g!=="none";!f&&_&&w.push(..._D(a,m,g,S));const C=[a,...w],k=await sa(t,p),O=[];let A=((r=s.flip)==null?void 0:r.overflows)||[];if(u&&O.push(k[v]),d){const R=wD(i,o,S);O.push(k[R[0]],k[R[1]])}if(A=[...A,{placement:i,overflows:O}],!O.every(R=>R<=0)){var M,L;const R=(((M=s.flip)==null?void 0:M.index)||0)+1,D=C[R];if(D)return{data:{index:R,overflows:A},reset:{placement:D}};let j=(L=A.filter(I=>I.overflows[0]<=0).sort((I,oe)=>I.overflows[1]-oe.overflows[1])[0])==null?void 0:L.placement;if(!j)switch(h){case"bestFit":{var G;const I=(G=A.filter(oe=>{if(_){const ue=Mi(oe.placement);return ue===b||ue==="y"}return!0}).map(oe=>[oe.placement,oe.overflows.filter(ue=>ue>0).reduce((ue,B)=>ue+B,0)]).sort((oe,ue)=>oe[1]-ue[1])[0])==null?void 0:G[0];I&&(j=I);break}case"initialPlacement":j=a;break}if(i!==j)return{reset:{placement:j}}}return{}}}};function Nm(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Bm(e){return vD.some(t=>e[t]>=0)}var PD=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n}=t,{strategy:r="referenceHidden",...i}=Ii(e,t);switch(r){case"referenceHidden":{const s=await sa(t,{...i,elementContext:"reference"}),o=Nm(s,n.reference);return{data:{referenceHiddenOffsets:o,referenceHidden:Bm(o)}}}case"escaped":{const s=await sa(t,{...i,altBoundary:!0}),o=Nm(s,n.floating);return{data:{escapedOffsets:o,escaped:Bm(o)}}}default:return{}}}}};async function TD(e,t){const{placement:n,platform:r,elements:i}=e,s=await(r.isRTL==null?void 0:r.isRTL(i.floating)),o=Hr(n),a=Ks(n),l=Mi(n)==="y",c=["left","top"].includes(o)?-1:1,u=s&&l?-1:1,d=Ii(t,e);let{mainAxis:f,crossAxis:h,alignmentAxis:g}=typeof d=="number"?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...d};return a&&typeof g=="number"&&(h=a==="end"?g*-1:g),l?{x:h*u,y:f*c}:{x:f*c,y:h*u}}var MD=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:i,y:s,placement:o,middlewareData:a}=t,l=await TD(t,e);return o===((n=a.offset)==null?void 0:n.placement)&&(r=a.arrow)!=null&&r.alignmentOffset?{}:{x:i+l.x,y:s+l.y,data:{...l,placement:o}}}}},$D=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:i}=t,{mainAxis:s=!0,crossAxis:o=!1,limiter:a={fn:p=>{let{x:v,y:b}=p;return{x:v,y:b}}},...l}=Ii(e,t),c={x:n,y:r},u=await sa(t,l),d=Mi(Hr(i)),f=P1(d);let h=c[f],g=c[d];if(s){const p=f==="y"?"top":"left",v=f==="y"?"bottom":"right",b=h+u[p],x=h-u[v];h=Hd(b,h,x)}if(o){const p=d==="y"?"top":"left",v=d==="y"?"bottom":"right",b=g+u[p],x=g-u[v];g=Hd(b,g,x)}const m=a.fn({...t,[f]:h,[d]:g});return{...m,data:{x:m.x-n,y:m.y-r}}}}},jD=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){const{placement:n,rects:r,platform:i,elements:s}=t,{apply:o=()=>{},...a}=Ii(e,t),l=await sa(t,a),c=Hr(n),u=Ks(n),d=Mi(n)==="y",{width:f,height:h}=r.floating;let g,m;c==="top"||c==="bottom"?(g=c,m=u===(await(i.isRTL==null?void 0:i.isRTL(s.floating))?"start":"end")?"left":"right"):(m=c,g=u==="end"?"top":"bottom");const p=h-l.top-l.bottom,v=f-l.left-l.right,b=Rn(h-l[g],p),x=Rn(f-l[m],v),S=!t.middlewareData.shift;let w=b,_=x;if(d?_=u||S?Rn(x,v):v:w=u||S?Rn(b,p):p,S&&!u){const k=Qt(l.left,0),O=Qt(l.right,0),A=Qt(l.top,0),M=Qt(l.bottom,0);d?_=f-2*(k!==0||O!==0?k+O:Qt(l.left,l.right)):w=h-2*(A!==0||M!==0?A+M:Qt(l.top,l.bottom))}await o({...t,availableWidth:_,availableHeight:w});const C=await i.getDimensions(s.floating);return f!==C.width||h!==C.height?{reset:{rects:!0}}:{}}}};function Vs(e){return M1(e)?(e.nodeName||"").toLowerCase():"#document"}function Jt(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function gr(e){var t;return(t=(M1(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function M1(e){return e instanceof Node||e instanceof Jt(e).Node}function Sn(e){return e instanceof Element||e instanceof Jt(e).Element}function Bn(e){return e instanceof HTMLElement||e instanceof Jt(e).HTMLElement}function qm(e){return typeof ShadowRoot=="undefined"?!1:e instanceof ShadowRoot||e instanceof Jt(e).ShadowRoot}function Ra(e){const{overflow:t,overflowX:n,overflowY:r,display:i}=Cn(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(i)}function DD(e){return["table","td","th"].includes(Vs(e))}function Nc(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch(n){return!1}})}function Vf(e){const t=Wf(),n=Sn(e)?Cn(e):e;return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(r=>(n.willChange||"").includes(r))||["paint","layout","strict","content"].some(r=>(n.contain||"").includes(r))}function LD(e){let t=Ur(e);for(;Bn(t)&&!js(t);){if(Vf(t))return t;if(Nc(t))return null;t=Ur(t)}return null}function Wf(){return typeof CSS=="undefined"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function js(e){return["html","body","#document"].includes(Vs(e))}function Cn(e){return Jt(e).getComputedStyle(e)}function Bc(e){return Sn(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ur(e){if(Vs(e)==="html")return e;const t=e.assignedSlot||e.parentNode||qm(e)&&e.host||gr(e);return qm(t)?t.host:t}function $1(e){const t=Ur(e);return js(t)?e.ownerDocument?e.ownerDocument.body:e.body:Bn(t)&&Ra(t)?t:$1(t)}function oa(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const i=$1(e),s=i===((r=e.ownerDocument)==null?void 0:r.body),o=Jt(i);return s?t.concat(o,o.visualViewport||[],Ra(i)?i:[],o.frameElement&&n?oa(o.frameElement):[]):t.concat(i,oa(i,[],n))}function j1(e){const t=Cn(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const i=Bn(e),s=i?e.offsetWidth:n,o=i?e.offsetHeight:r,a=tc(n)!==s||tc(r)!==o;return a&&(n=s,r=o),{width:n,height:r,$:a}}function Gf(e){return Sn(e)?e:e.contextElement}function Ji(e){const t=Gf(e);if(!Bn(t))return zr(1);const n=t.getBoundingClientRect(),{width:r,height:i,$:s}=j1(t);let o=(s?tc(n.width):n.width)/r,a=(s?tc(n.height):n.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}var ID=zr(0);function D1(e){const t=Jt(e);return!Wf()||!t.visualViewport?ID:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function RD(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==Jt(e)?!1:t}function $i(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const i=e.getBoundingClientRect(),s=Gf(e);let o=zr(1);t&&(r?Sn(r)&&(o=Ji(r)):o=Ji(e));const a=RD(s,n,r)?D1(s):zr(0);let l=(i.left+a.x)/o.x,c=(i.top+a.y)/o.y,u=i.width/o.x,d=i.height/o.y;if(s){const f=Jt(s),h=r&&Sn(r)?Jt(r):r;let g=f,m=g.frameElement;for(;m&&r&&h!==g;){const p=Ji(m),v=m.getBoundingClientRect(),b=Cn(m),x=v.left+(m.clientLeft+parseFloat(b.paddingLeft))*p.x,S=v.top+(m.clientTop+parseFloat(b.paddingTop))*p.y;l*=p.x,c*=p.y,u*=p.x,d*=p.y,l+=x,c+=S,g=Jt(m),m=g.frameElement}}return rc({width:u,height:d,x:l,y:c})}function FD(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e;const s=i==="fixed",o=gr(r),a=t?Nc(t.floating):!1;if(r===o||a&&s)return n;let l={scrollLeft:0,scrollTop:0},c=zr(1);const u=zr(0),d=Bn(r);if((d||!d&&!s)&&((Vs(r)!=="body"||Ra(o))&&(l=Bc(r)),Bn(r))){const f=$i(r);c=Ji(r),u.x=f.x+r.clientLeft,u.y=f.y+r.clientTop}return{width:n.width*c.x,height:n.height*c.y,x:n.x*c.x-l.scrollLeft*c.x+u.x,y:n.y*c.y-l.scrollTop*c.y+u.y}}function ND(e){return Array.from(e.getClientRects())}function L1(e){return $i(gr(e)).left+Bc(e).scrollLeft}function BD(e){const t=gr(e),n=Bc(e),r=e.ownerDocument.body,i=Qt(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),s=Qt(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let o=-n.scrollLeft+L1(e);const a=-n.scrollTop;return Cn(r).direction==="rtl"&&(o+=Qt(t.clientWidth,r.clientWidth)-i),{width:i,height:s,x:o,y:a}}function qD(e,t){const n=Jt(e),r=gr(e),i=n.visualViewport;let s=r.clientWidth,o=r.clientHeight,a=0,l=0;if(i){s=i.width,o=i.height;const c=Wf();(!c||c&&t==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}return{width:s,height:o,x:a,y:l}}function zD(e,t){const n=$i(e,!0,t==="fixed"),r=n.top+e.clientTop,i=n.left+e.clientLeft,s=Bn(e)?Ji(e):zr(1),o=e.clientWidth*s.x,a=e.clientHeight*s.y,l=i*s.x,c=r*s.y;return{width:o,height:a,x:l,y:c}}function zm(e,t,n){let r;if(t==="viewport")r=qD(e,n);else if(t==="document")r=BD(gr(e));else if(Sn(t))r=zD(t,n);else{const i=D1(e);r={...t,x:t.x-i.x,y:t.y-i.y}}return rc(r)}function I1(e,t){const n=Ur(e);return n===t||!Sn(n)||js(n)?!1:Cn(n).position==="fixed"||I1(n,t)}function HD(e,t){const n=t.get(e);if(n)return n;let r=oa(e,[],!1).filter(a=>Sn(a)&&Vs(a)!=="body"),i=null;const s=Cn(e).position==="fixed";let o=s?Ur(e):e;for(;Sn(o)&&!js(o);){const a=Cn(o),l=Vf(o);!l&&a.position==="fixed"&&(i=null),(s?!l&&!i:!l&&a.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||Ra(o)&&!l&&I1(e,o))?r=r.filter(u=>u!==o):i=a,o=Ur(o)}return t.set(e,r),r}function UD(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e;const o=[...n==="clippingAncestors"?Nc(t)?[]:HD(t,this._c):[].concat(n),r],a=o[0],l=o.reduce((c,u)=>{const d=zm(t,u,i);return c.top=Qt(d.top,c.top),c.right=Rn(d.right,c.right),c.bottom=Rn(d.bottom,c.bottom),c.left=Qt(d.left,c.left),c},zm(t,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function KD(e){const{width:t,height:n}=j1(e);return{width:t,height:n}}function VD(e,t,n){const r=Bn(t),i=gr(t),s=n==="fixed",o=$i(e,!0,s,t);let a={scrollLeft:0,scrollTop:0};const l=zr(0);if(r||!r&&!s)if((Vs(t)!=="body"||Ra(i))&&(a=Bc(t)),r){const d=$i(t,!0,s,t);l.x=d.x+t.clientLeft,l.y=d.y+t.clientTop}else i&&(l.x=L1(i));const c=o.left+a.scrollLeft-l.x,u=o.top+a.scrollTop-l.y;return{x:c,y:u,width:o.width,height:o.height}}function Tu(e){return Cn(e).position==="static"}function Hm(e,t){return!Bn(e)||Cn(e).position==="fixed"?null:t?t(e):e.offsetParent}function R1(e,t){const n=Jt(e);if(Nc(e))return n;if(!Bn(e)){let i=Ur(e);for(;i&&!js(i);){if(Sn(i)&&!Tu(i))return i;i=Ur(i)}return n}let r=Hm(e,t);for(;r&&DD(r)&&Tu(r);)r=Hm(r,t);return r&&js(r)&&Tu(r)&&!Vf(r)?n:r||LD(e)||n}var WD=async function(e){const t=this.getOffsetParent||R1,n=this.getDimensions,r=await n(e.floating);return{reference:VD(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function GD(e){return Cn(e).direction==="rtl"}var F1={convertOffsetParentRelativeRectToViewportRelativeRect:FD,getDocumentElement:gr,getClippingRect:UD,getOffsetParent:R1,getElementRects:WD,getClientRects:ND,getDimensions:KD,getScale:Ji,isElement:Sn,isRTL:GD};function QD(e,t){let n=null,r;const i=gr(e);function s(){var a;clearTimeout(r),(a=n)==null||a.disconnect(),n=null}function o(a,l){a===void 0&&(a=!1),l===void 0&&(l=1),s();const{left:c,top:u,width:d,height:f}=e.getBoundingClientRect();if(a||t(),!d||!f)return;const h=gl(u),g=gl(i.clientWidth-(c+d)),m=gl(i.clientHeight-(u+f)),p=gl(c),b={rootMargin:-h+"px "+-g+"px "+-m+"px "+-p+"px",threshold:Qt(0,Rn(1,l))||1};let x=!0;function S(w){const _=w[0].intersectionRatio;if(_!==l){if(!x)return o();_?o(!1,_):r=setTimeout(()=>{o(!1,1e-7)},1e3)}x=!1}try{n=new IntersectionObserver(S,{...b,root:i.ownerDocument})}catch(w){n=new IntersectionObserver(S,b)}n.observe(e)}return o(!0),s}function YD(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:i=!0,ancestorResize:s=!0,elementResize:o=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:l=!1}=r,c=Gf(e),u=i||s?[...c?oa(c):[],...oa(t)]:[];u.forEach(v=>{i&&v.addEventListener("scroll",n,{passive:!0}),s&&v.addEventListener("resize",n)});const d=c&&a?QD(c,n):null;let f=-1,h=null;o&&(h=new ResizeObserver(v=>{let[b]=v;b&&b.target===c&&h&&(h.unobserve(t),cancelAnimationFrame(f),f=requestAnimationFrame(()=>{var x;(x=h)==null||x.observe(t)})),n()}),c&&!l&&h.observe(c),h.observe(t));let g,m=l?$i(e):null;l&&p();function p(){const v=$i(e);m&&(v.x!==m.x||v.y!==m.y||v.width!==m.width||v.height!==m.height)&&n(),m=v,g=requestAnimationFrame(p)}return n(),()=>{var v;u.forEach(b=>{i&&b.removeEventListener("scroll",n),s&&b.removeEventListener("resize",n)}),d==null||d(),(v=h)==null||v.disconnect(),h=null,l&&cancelAnimationFrame(g)}}var XD=MD,JD=$D,ZD=AD,e6=jD,t6=PD,n6=ED,r6=(e,t,n)=>{const r=new Map,i={platform:F1,...n},s={...i.platform,_c:r};return OD(e,t,{...i,platform:s})},Qf=pt();function Yf(){const e=vt(Qf);if(e===void 0)throw new Error("[kobalte]: `usePopperContext` must be used within a `Popper` component");return e}var i6=le('<svg display="block" viewBox="0 0 30 30" style="transform:scale(1.02)"><g><path fill="none" d="M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z"></path><path stroke="none" d="M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z">'),Kd=30,Um=Kd/2,s6={top:180,right:-90,bottom:0,left:90};function Xf(e){const t=Yf(),n=Be({size:Kd},e),[r,i]=Ve(n,["ref","style","size"]),s=()=>t.currentPlacement().split("-")[0],o=o6(t.contentRef),a=()=>{var f;return((f=o())==null?void 0:f.getPropertyValue("background-color"))||"none"},l=()=>{var f;return((f=o())==null?void 0:f.getPropertyValue(`border-${s()}-color`))||"none"},c=()=>{var f;return((f=o())==null?void 0:f.getPropertyValue(`border-${s()}-width`))||"0px"},u=()=>Number.parseInt(c())*2*(Kd/r.size),d=()=>`rotate(${s6[s()]} ${Um} ${Um}) translate(0 2)`;return T(nt,Oe({as:"div",ref(f){const h=Mt(t.setArrowRef,r.ref);typeof h=="function"&&h(f)},"aria-hidden":"true",get style(){return Lc({position:"absolute","font-size":`${r.size}px`,width:"1em",height:"1em","pointer-events":"none",fill:a(),stroke:l(),"stroke-width":u()},r.style)}},i,{get children(){const f=i6(),h=f.firstChild;return be(()=>J(h,"transform",d())),f}}))}function o6(e){const[t,n]=re();return xe(()=>{const r=e();r&&n(s4(r).getComputedStyle(r))}),t}function a6(e){const t=Yf(),[n,r]=Ve(e,["ref","style"]);return T(nt,Oe({as:"div",ref(i){const s=Mt(t.setPositionerRef,n.ref);typeof s=="function"&&s(i)},"data-popper-positioner":"",get style(){return Lc({position:"absolute",top:0,left:0,"min-width":"max-content"},n.style)}},r))}function Km(e){const{x:t=0,y:n=0,width:r=0,height:i=0}=e!=null?e:{};if(typeof DOMRect=="function")return new DOMRect(t,n,r,i);const s={x:t,y:n,width:r,height:i,top:n,right:t+r,bottom:n+i,left:t};return{...s,toJSON:()=>s}}function l6(e,t){return{contextElement:e,getBoundingClientRect:()=>{const r=t(e);return r?Km(r):e?e.getBoundingClientRect():Km()}}}function c6(e){return/^(?:top|bottom|left|right)(?:-(?:start|end))?$/.test(e)}var u6={top:"bottom",right:"left",bottom:"top",left:"right"};function d6(e,t){const[n,r]=e.split("-"),i=u6[n];return r?n==="left"||n==="right"?`${i} ${r==="start"?"top":"bottom"}`:r==="start"?`${i} ${t==="rtl"?"right":"left"}`:`${i} ${t==="rtl"?"left":"right"}`:`${i} center`}function f6(e){const t=Be({getAnchorRect:f=>f==null?void 0:f.getBoundingClientRect(),placement:"bottom",gutter:0,shift:0,flip:!0,slide:!0,overlap:!1,sameWidth:!1,fitViewport:!1,hideWhenDetached:!1,detachedPadding:0,arrowPadding:4,overflowPadding:8},e),[n,r]=re(),[i,s]=re(),[o,a]=re(t.placement),l=()=>{var f;return l6((f=t.anchorRef)==null?void 0:f.call(t),t.getAnchorRect)},{direction:c}=Qr();async function u(){var _,C,k;const f=l(),h=n(),g=i();if(!f||!h)return;const m=((g==null?void 0:g.clientHeight)||0)/2,p=typeof t.gutter=="number"?t.gutter+m:(_=t.gutter)!=null?_:m;h.style.setProperty("--kb-popper-content-overflow-padding",`${t.overflowPadding}px`),f.getBoundingClientRect();const v=[XD(({placement:O})=>{const A=!!O.split("-")[1];return{mainAxis:p,crossAxis:A?void 0:t.shift,alignmentAxis:t.shift}})];if(t.flip!==!1){const O=typeof t.flip=="string"?t.flip.split(" "):void 0;if(O!==void 0&&!O.every(c6))throw new Error("`flip` expects a spaced-delimited list of placements");v.push(ZD({padding:t.overflowPadding,fallbackPlacements:O}))}(t.slide||t.overlap)&&v.push(JD({mainAxis:t.slide,crossAxis:t.overlap,padding:t.overflowPadding})),v.push(e6({padding:t.overflowPadding,apply({availableWidth:O,availableHeight:A,rects:M}){const L=Math.round(M.reference.width);O=Math.floor(O),A=Math.floor(A),h.style.setProperty("--kb-popper-anchor-width",`${L}px`),h.style.setProperty("--kb-popper-content-available-width",`${O}px`),h.style.setProperty("--kb-popper-content-available-height",`${A}px`),t.sameWidth&&(h.style.width=`${L}px`),t.fitViewport&&(h.style.maxWidth=`${O}px`,h.style.maxHeight=`${A}px`)}})),t.hideWhenDetached&&v.push(t6({padding:t.detachedPadding})),g&&v.push(n6({element:g,padding:t.arrowPadding}));const b=await r6(f,h,{placement:t.placement,strategy:"absolute",middleware:v,platform:{...F1,isRTL:()=>c()==="rtl"}});if(a(b.placement),(C=t.onCurrentPlacementChange)==null||C.call(t,b.placement),!h)return;h.style.setProperty("--kb-popper-content-transform-origin",d6(b.placement,c()));const x=Math.round(b.x),S=Math.round(b.y);let w;if(t.hideWhenDetached&&(w=(k=b.middlewareData.hide)!=null&&k.referenceHidden?"hidden":"visible"),Object.assign(h.style,{top:"0",left:"0",transform:`translate3d(${x}px, ${S}px, 0)`,visibility:w}),g&&b.middlewareData.arrow){const{x:O,y:A}=b.middlewareData.arrow,M=b.placement.split("-")[0];Object.assign(g.style,{left:O!=null?`${O}px`:"",top:A!=null?`${A}px`:"",[M]:"100%"})}}xe(()=>{const f=l(),h=n();if(!f||!h)return;const g=YD(f,h,u,{elementResize:typeof ResizeObserver=="function"});we(g)}),xe(()=>{var g;const f=n(),h=(g=t.contentRef)==null?void 0:g.call(t);!f||!h||queueMicrotask(()=>{f.style.zIndex=getComputedStyle(h).zIndex})});const d={currentPlacement:o,contentRef:()=>{var f;return(f=t.contentRef)==null?void 0:f.call(t)},setPositionerRef:r,setArrowRef:s};return T(Qf.Provider,{value:d,get children(){return t.children}})}var N1=Object.assign(f6,{Arrow:Xf,Context:Qf,usePopperContext:Yf,Positioner:a6});function h6(e){const t=n=>{var r;n.key===Ff.Escape&&((r=e.onEscapeKeyDown)==null||r.call(e,n))};xe(()=>{var r,i;if(Q(e.isDisabled))return;const n=(i=(r=e.ownerDocument)==null?void 0:r.call(e))!=null?i:Nn();n.addEventListener("keydown",t),we(()=>{n.removeEventListener("keydown",t)})})}var Vm="interactOutside.pointerDownOutside",Wm="interactOutside.focusOutside";function g6(e,t){let n,r=w4;const i=()=>Nn(t()),s=d=>{var f;return(f=e.onPointerDownOutside)==null?void 0:f.call(e,d)},o=d=>{var f;return(f=e.onFocusOutside)==null?void 0:f.call(e,d)},a=d=>{var f;return(f=e.onInteractOutside)==null?void 0:f.call(e,d)},l=d=>{var h;const f=d.target;return!(f instanceof HTMLElement)||f.closest(`[${ec}]`)||!dn(i(),f)||dn(t(),f)?!1:!((h=e.shouldExcludeElement)!=null&&h.call(e,f))},c=d=>{function f(){const h=t(),g=d.target;if(!h||!g||!l(d))return;const m=gt([s,a]);g.addEventListener(Vm,m,{once:!0});const p=new CustomEvent(Vm,{bubbles:!1,cancelable:!0,detail:{originalEvent:d,isContextMenu:d.button===2||u4(d)&&d.button===0}});g.dispatchEvent(p)}d.pointerType==="touch"?(i().removeEventListener("click",f),r=f,i().addEventListener("click",f,{once:!0})):f()},u=d=>{const f=t(),h=d.target;if(!f||!h||!l(d))return;const g=gt([o,a]);h.addEventListener(Wm,g,{once:!0});const m=new CustomEvent(Wm,{bubbles:!1,cancelable:!0,detail:{originalEvent:d,isContextMenu:!1}});h.dispatchEvent(m)};xe(()=>{Q(e.isDisabled)||(n=window.setTimeout(()=>{i().addEventListener("pointerdown",c,!0)},0),i().addEventListener("focusin",u,!0),we(()=>{window.clearTimeout(n),i().removeEventListener("click",r),i().removeEventListener("pointerdown",c,!0),i().removeEventListener("focusin",u,!0)}))})}var B1=pt();function y6(){return vt(B1)}function m6(e){let t;const n=y6(),[r,i]=Ve(e,["ref","disableOutsidePointerEvents","excludedElements","onEscapeKeyDown","onPointerDownOutside","onFocusOutside","onInteractOutside","onDismiss","bypassTopMostLayerCheck"]),s=new Set([]),o=d=>{s.add(d);const f=n==null?void 0:n.registerNestedLayer(d);return()=>{s.delete(d),f==null||f()}};g6({shouldExcludeElement:d=>{var f;return t?((f=r.excludedElements)==null?void 0:f.some(h=>dn(h(),d)))||[...s].some(h=>dn(h,d)):!1},onPointerDownOutside:d=>{var f,h,g;!t||qt.isBelowPointerBlockingLayer(t)||!r.bypassTopMostLayerCheck&&!qt.isTopMostLayer(t)||((f=r.onPointerDownOutside)==null||f.call(r,d),(h=r.onInteractOutside)==null||h.call(r,d),d.defaultPrevented||(g=r.onDismiss)==null||g.call(r))},onFocusOutside:d=>{var f,h,g;(f=r.onFocusOutside)==null||f.call(r,d),(h=r.onInteractOutside)==null||h.call(r,d),d.defaultPrevented||(g=r.onDismiss)==null||g.call(r)}},()=>t),h6({ownerDocument:()=>Nn(t),onEscapeKeyDown:d=>{var f;!t||!qt.isTopMostLayer(t)||((f=r.onEscapeKeyDown)==null||f.call(r,d),!d.defaultPrevented&&r.onDismiss&&(d.preventDefault(),r.onDismiss()))}}),ur(()=>{if(!t)return;qt.addLayer({node:t,isPointerBlocking:r.disableOutsidePointerEvents,dismiss:r.onDismiss});const d=n==null?void 0:n.registerNestedLayer(t);qt.assignPointerEventToLayers(),qt.disableBodyPointerEvents(t),we(()=>{t&&(qt.removeLayer(t),d==null||d(),qt.assignPointerEventToLayers(),qt.restoreBodyPointerEvents(t))})}),xe(cr([()=>t,()=>r.disableOutsidePointerEvents],([d,f])=>{if(!d)return;const h=qt.find(d);h&&h.isPointerBlocking!==f&&(h.isPointerBlocking=f,qt.assignPointerEventToLayers()),f&&qt.disableBodyPointerEvents(d),we(()=>{qt.restoreBodyPointerEvents(d)})},{defer:!0}));const u={registerNestedLayer:o};return T(B1.Provider,{value:u,get children(){return T(nt,Oe({as:"div",ref(d){const f=Mt(h=>t=h,r.ref);typeof f=="function"&&f(d)}},i))}})}function q1(e={}){const[t,n]=y1({value:()=>Q(e.open),defaultValue:()=>!!Q(e.defaultOpen),onChange:o=>{var a;return(a=e.onOpenChange)==null?void 0:a.call(e,o)}}),r=()=>{n(!0)},i=()=>{n(!1)};return{isOpen:t,setIsOpen:n,open:r,close:i,toggle:()=>{t()?i():r()}}}var on={};Fc(on,{Description:()=>h1,ErrorMessage:()=>g1,Item:()=>K1,ItemControl:()=>V1,ItemDescription:()=>W1,ItemIndicator:()=>G1,ItemInput:()=>Q1,ItemLabel:()=>Y1,Label:()=>X1,RadioGroup:()=>p6,Root:()=>J1});var z1=pt();function H1(){const e=vt(z1);if(e===void 0)throw new Error("[kobalte]: `useRadioGroupContext` must be used within a `RadioGroup` component");return e}var U1=pt();function Fa(){const e=vt(U1);if(e===void 0)throw new Error("[kobalte]: `useRadioGroupItemContext` must be used within a `RadioGroup.Item` component");return e}function K1(e){const t=La(),n=H1(),r=`${t.generateId("item")}-${hn()}`,i=Be({id:r},e),[s,o]=Ve(i,["value","disabled","onPointerDown"]),[a,l]=re(),[c,u]=re(),[d,f]=re(),[h,g]=re(),[m,p]=re(!1),v=H(()=>n.isSelectedValue(s.value)),b=H(()=>s.disabled||t.isDisabled()||!1),x=_=>{et(_,s.onPointerDown),m()&&_.preventDefault()},S=H(()=>({...t.dataset(),"data-disabled":b()?"":void 0,"data-checked":v()?"":void 0})),w={value:()=>s.value,dataset:S,isSelected:v,isDisabled:b,inputId:a,labelId:c,descriptionId:d,inputRef:h,select:()=>n.setSelectedValue(s.value),generateId:Da(()=>o.id),registerInput:fn(l),registerLabel:fn(u),registerDescription:fn(f),setIsFocused:p,setInputRef:g};return T(U1.Provider,{value:w,get children(){return T(nt,Oe({as:"div",role:"group",onPointerDown:x},S,o))}})}function V1(e){const t=Fa(),n=Be({id:t.generateId("control")},e),[r,i]=Ve(n,["onClick","onKeyDown"]);return T(nt,Oe({as:"div",onClick:a=>{var l;et(a,r.onClick),t.select(),(l=t.inputRef())==null||l.focus()},onKeyDown:a=>{var l;et(a,r.onKeyDown),a.key===Ff.Space&&(t.select(),(l=t.inputRef())==null||l.focus())}},()=>t.dataset(),i))}function W1(e){const t=Fa(),n=Be({id:t.generateId("description")},e);return xe(()=>we(t.registerDescription(n.id))),T(nt,Oe({as:"div"},()=>t.dataset(),n))}function G1(e){const t=Fa(),n=Be({id:t.generateId("indicator")},e),[r,i]=Ve(n,["ref","forceMount"]),[s,o]=re(),{present:a}=k1({show:()=>r.forceMount||t.isSelected(),element:()=>{var l;return(l=s())!=null?l:null}});return T(ve,{get when(){return a()},get children(){return T(nt,Oe({as:"div",ref(l){const c=Mt(o,r.ref);typeof c=="function"&&c(l)}},()=>t.dataset(),i))}})}function Q1(e){const t=La(),n=H1(),r=Fa(),i=Be({id:r.generateId("input")},e),[s,o]=Ve(i,["ref","style","aria-labelledby","aria-describedby","onChange","onFocus","onBlur"]),a=()=>[s["aria-labelledby"],r.labelId(),s["aria-labelledby"]!=null&&o["aria-label"]!=null?o.id:void 0].filter(Boolean).join(" ")||void 0,l=()=>[s["aria-describedby"],r.descriptionId(),n.ariaDescribedBy()].filter(Boolean).join(" ")||void 0,[c,u]=re(!1),d=g=>{if(et(g,s.onChange),g.stopPropagation(),!c()){n.setSelectedValue(r.value());const m=g.target;m.checked=r.isSelected()}u(!1)},f=g=>{et(g,s.onFocus),r.setIsFocused(!0)},h=g=>{et(g,s.onBlur),r.setIsFocused(!1)};return xe(cr([()=>r.isSelected(),()=>r.value()],g=>{if(!g[0]&&g[1]===r.value())return;u(!0);const m=r.inputRef();m==null||m.dispatchEvent(new Event("input",{bubbles:!0,cancelable:!0})),m==null||m.dispatchEvent(new Event("change",{bubbles:!0,cancelable:!0}))},{defer:!0})),xe(()=>we(r.registerInput(o.id))),T(nt,Oe({as:"input",ref(g){const m=Mt(r.setInputRef,s.ref);typeof m=="function"&&m(g)},type:"radio",get name(){return t.name()},get value(){return r.value()},get checked(){return r.isSelected()},get required(){return t.isRequired()},get disabled(){return r.isDisabled()},get readonly(){return t.isReadOnly()},get style(){return Lc({...d1},s.style)},get"aria-labelledby"(){return a()},get"aria-describedby"(){return l()},onChange:d,onFocus:f,onBlur:h},()=>r.dataset(),o))}function Y1(e){const t=Fa(),n=Be({id:t.generateId("label")},e);return xe(()=>we(t.registerLabel(n.id))),T(nt,Oe({as:"label",get for(){return t.inputId()}},()=>t.dataset(),n))}function X1(e){return T(O4,Oe({as:"span"},e))}function J1(e){let t;const n=`radiogroup-${hn()}`,r=Be({id:n,orientation:"vertical"},e),[i,s,o]=Ve(r,["ref","value","defaultValue","onChange","orientation","aria-labelledby","aria-describedby"],_4),[a,l]=Ia({value:()=>i.value,defaultValue:()=>i.defaultValue,onChange:g=>{var m;return(m=i.onChange)==null?void 0:m.call(i,g)}}),{formControlContext:c}=k4(s);E4(()=>t,()=>{var g;return l((g=i.defaultValue)!=null?g:"")});const u=()=>c.getAriaLabelledBy(Q(s.id),o["aria-label"],i["aria-labelledby"]),d=()=>c.getAriaDescribedBy(i["aria-describedby"]),f=g=>g===a(),h={ariaDescribedBy:d,isSelectedValue:f,setSelectedValue:g=>{if(!(c.isReadOnly()||c.isDisabled())&&(l(g),t))for(const m of t.querySelectorAll("[type='radio']")){const p=m;p.checked=f(p.value)}}};return T(f1.Provider,{value:c,get children(){return T(z1.Provider,{value:h,get children(){return T(nt,Oe({as:"div",ref(g){const m=Mt(p=>t=p,i.ref);typeof m=="function"&&m(g)},role:"radiogroup",get id(){return Q(s.id)},get"aria-invalid"(){return c.validationState()==="invalid"||void 0},get"aria-required"(){return c.isRequired()||void 0},get"aria-disabled"(){return c.isDisabled()||void 0},get"aria-readonly"(){return c.isReadOnly()||void 0},get"aria-orientation"(){return i.orientation},get"aria-labelledby"(){return u()},get"aria-describedby"(){return d()}},()=>c.dataset(),o))}})}})}var p6=Object.assign(J1,{Description:h1,ErrorMessage:g1,Item:K1,ItemControl:V1,ItemDescription:W1,ItemIndicator:G1,ItemInput:Q1,ItemLabel:Y1,Label:X1}),v6=class{constructor(e,t,n){pe(this,"collection");pe(this,"ref");pe(this,"collator");this.collection=e,this.ref=t,this.collator=n}getKeyBelow(e){let t=this.collection().getKeyAfter(e);for(;t!=null;){const n=this.collection().getItem(t);if(n&&n.type==="item"&&!n.disabled)return t;t=this.collection().getKeyAfter(t)}}getKeyAbove(e){let t=this.collection().getKeyBefore(e);for(;t!=null;){const n=this.collection().getItem(t);if(n&&n.type==="item"&&!n.disabled)return t;t=this.collection().getKeyBefore(t)}}getFirstKey(){let e=this.collection().getFirstKey();for(;e!=null;){const t=this.collection().getItem(e);if(t&&t.type==="item"&&!t.disabled)return e;e=this.collection().getKeyAfter(e)}}getLastKey(){let e=this.collection().getLastKey();for(;e!=null;){const t=this.collection().getItem(e);if(t&&t.type==="item"&&!t.disabled)return e;e=this.collection().getKeyBefore(e)}}getItem(e){var t,n,r;return(r=(n=(t=this.ref)==null?void 0:t.call(this))==null?void 0:n.querySelector(`[data-key="${e}"]`))!=null?r:null}getKeyPageAbove(e){var s;const t=(s=this.ref)==null?void 0:s.call(this);let n=this.getItem(e);if(!t||!n)return;const r=Math.max(0,n.offsetTop+n.offsetHeight-t.offsetHeight);let i=e;for(;i&&n&&n.offsetTop>r;)i=this.getKeyAbove(i),n=i!=null?this.getItem(i):null;return i}getKeyPageBelow(e){var s;const t=(s=this.ref)==null?void 0:s.call(this);let n=this.getItem(e);if(!t||!n)return;const r=Math.min(t.scrollHeight,n.offsetTop-n.offsetHeight+t.offsetHeight);let i=e;for(;i&&n&&n.offsetTop<r;)i=this.getKeyBelow(i),n=i!=null?this.getItem(i):null;return i}getKeyForSearch(e,t){var i;const n=(i=this.collator)==null?void 0:i.call(this);if(!n)return;let r=t!=null?this.getKeyBelow(t):this.getFirstKey();for(;r!=null;){const s=this.collection().getItem(r);if(s){const o=s.textValue.slice(0,e.length);if(s.textValue&&n.compare(o,e)===0)return r}r=this.getKeyBelow(r)}}};function b6(e,t,n){const r=G4({usage:"search",sensitivity:"base"}),i=H(()=>{const s=Q(e.keyboardDelegate);return s||new v6(e.collection,t,r)});return tD({selectionManager:()=>Q(e.selectionManager),keyboardDelegate:i,autoFocus:()=>Q(e.autoFocus),deferAutoFocus:()=>Q(e.deferAutoFocus),shouldFocusWrap:()=>Q(e.shouldFocusWrap),disallowEmptySelection:()=>Q(e.disallowEmptySelection),selectOnFocus:()=>Q(e.selectOnFocus),disallowTypeAhead:()=>Q(e.disallowTypeAhead),shouldUseVirtualFocus:()=>Q(e.shouldUseVirtualFocus),allowsTabNavigation:()=>Q(e.allowsTabNavigation),isVirtualized:()=>Q(e.isVirtualized),scrollToKey:s=>{var o;return(o=Q(e.scrollToKey))==null?void 0:o(s)},orientation:()=>Q(e.orientation)},t)}var Mu="focusScope.autoFocusOnMount",$u="focusScope.autoFocusOnUnmount",Gm={bubbles:!1,cancelable:!0},Qm={stack:[],active(){return this.stack[0]},add(e){var t;e!==this.active()&&((t=this.active())==null||t.pause()),this.stack=Nd(this.stack,e),this.stack.unshift(e)},remove(e){var t;this.stack=Nd(this.stack,e),(t=this.active())==null||t.resume()}};function x6(e,t){const[n,r]=re(!1),i={pause(){r(!0)},resume(){r(!1)}};let s=null;const o=g=>{var m;return(m=e.onMountAutoFocus)==null?void 0:m.call(e,g)},a=g=>{var m;return(m=e.onUnmountAutoFocus)==null?void 0:m.call(e,g)},l=()=>Nn(t()),c=()=>{const g=l().createElement("span");return g.setAttribute("data-focus-trap",""),g.tabIndex=0,Object.assign(g.style,d1),g},u=()=>{const g=t();return g?c1(g,!0).filter(m=>!m.hasAttribute("data-focus-trap")):[]},d=()=>{const g=u();return g.length>0?g[0]:null},f=()=>{const g=u();return g.length>0?g[g.length-1]:null},h=()=>{const g=t();if(!g)return!1;const m=Eo(g);return!m||dn(g,m)?!1:u1(m)};xe(()=>{const g=t();if(!g)return;Qm.add(i);const m=Eo(g);if(!dn(g,m)){const v=new CustomEvent(Mu,Gm);g.addEventListener(Mu,o),g.dispatchEvent(v),v.defaultPrevented||setTimeout(()=>{Ct(d()),Eo(g)===m&&Ct(g)},0)}we(()=>{g.removeEventListener(Mu,o),setTimeout(()=>{const v=new CustomEvent($u,Gm);h()&&v.preventDefault(),g.addEventListener($u,a),g.dispatchEvent(v),v.defaultPrevented||Ct(m!=null?m:l().body),g.removeEventListener($u,a),Qm.remove(i)},0)})}),xe(()=>{const g=t();if(!g||!Q(e.trapFocus)||n())return;const m=v=>{const b=v.target;b!=null&&b.closest(`[${ec}]`)||(dn(g,b)?s=b:Ct(s))},p=v=>{const b=v.relatedTarget,x=b!=null?b:Eo(g);x!=null&&x.closest(`[${ec}]`)||dn(g,x)||Ct(s)};l().addEventListener("focusin",m),l().addEventListener("focusout",p),we(()=>{l().removeEventListener("focusin",m),l().removeEventListener("focusout",p)})}),xe(()=>{const g=t();if(!g||!Q(e.trapFocus)||n())return;const m=c();g.insertAdjacentElement("afterbegin",m);const p=c();g.insertAdjacentElement("beforeend",p);function v(x){const S=d(),w=f();x.relatedTarget===S?Ct(w):Ct(S)}m.addEventListener("focusin",v),p.addEventListener("focusin",v);const b=new MutationObserver(x=>{for(const S of x)S.previousSibling===p&&(p.remove(),g.insertAdjacentElement("beforeend",p)),S.nextSibling===m&&(m.remove(),g.insertAdjacentElement("afterbegin",m))});b.observe(g,{childList:!0,subtree:!1}),we(()=>{m.removeEventListener("focusin",v),p.removeEventListener("focusin",v),m.remove(),p.remove(),b.disconnect()})})}var w6="data-live-announcer";function S6(e){xe(()=>{Q(e.isDisabled)||we(C6(Q(e.targets),Q(e.root)))})}var go=new WeakMap,sn=[];function C6(e,t=document.body){const n=new Set(e),r=new Set,i=l=>{for(const f of l.querySelectorAll(`[${w6}], [${ec}]`))n.add(f);const c=f=>{if(n.has(f)||f.parentElement&&r.has(f.parentElement)&&f.parentElement.getAttribute("role")!=="row")return NodeFilter.FILTER_REJECT;for(const h of n)if(f.contains(h))return NodeFilter.FILTER_SKIP;return NodeFilter.FILTER_ACCEPT},u=document.createTreeWalker(l,NodeFilter.SHOW_ELEMENT,{acceptNode:c}),d=c(l);if(d===NodeFilter.FILTER_ACCEPT&&s(l),d!==NodeFilter.FILTER_REJECT){let f=u.nextNode();for(;f!=null;)s(f),f=u.nextNode()}},s=l=>{var u;const c=(u=go.get(l))!=null?u:0;l.getAttribute("aria-hidden")==="true"&&c===0||(c===0&&l.setAttribute("aria-hidden","true"),r.add(l),go.set(l,c+1))};sn.length&&sn[sn.length-1].disconnect(),i(t);const o=new MutationObserver(l=>{for(const c of l)if(!(c.type!=="childList"||c.addedNodes.length===0)&&![...n,...r].some(u=>u.contains(c.target))){for(const u of c.removedNodes)u instanceof Element&&(n.delete(u),r.delete(u));for(const u of c.addedNodes)(u instanceof HTMLElement||u instanceof SVGElement)&&(u.dataset.liveAnnouncer==="true"||u.dataset.reactAriaTopLayer==="true")?n.add(u):u instanceof Element&&i(u)}});o.observe(t,{childList:!0,subtree:!0});const a={observe(){o.observe(t,{childList:!0,subtree:!0})},disconnect(){o.disconnect()}};return sn.push(a),()=>{o.disconnect();for(const l of r){const c=go.get(l);if(c==null)return;c===1?(l.removeAttribute("aria-hidden"),go.delete(l)):go.set(l,c-1)}a===sn[sn.length-1]?(sn.pop(),sn.length&&sn[sn.length-1].observe()):sn.splice(sn.indexOf(a),1)}}var yl=new Map,_6=e=>{xe(()=>{var s,o;const t=(s=St(e.style))!=null?s:{},n=(o=St(e.properties))!=null?o:[],r={};for(const a in t)r[a]=e.element.style[a];const i=yl.get(e.key);i?i.activeCount++:yl.set(e.key,{activeCount:1,originalStyles:r,properties:n.map(a=>a.key)}),Object.assign(e.element.style,e.style);for(const a of n)e.element.style.setProperty(a.key,a.value);we(()=>{var l;const a=yl.get(e.key);if(a){if(a.activeCount!==1){a.activeCount--;return}yl.delete(e.key);for(const[c,u]of Object.entries(a.originalStyles))e.element.style[c]=u;for(const c of a.properties)e.element.style.removeProperty(c);e.element.style.length===0&&e.element.removeAttribute("style"),(l=e.cleanup)==null||l.call(e)}})})},Ym=_6,k6=(e,t)=>{switch(t){case"x":return[e.clientWidth,e.scrollLeft,e.scrollWidth];case"y":return[e.clientHeight,e.scrollTop,e.scrollHeight]}},O6=(e,t)=>{const n=getComputedStyle(e),r=t==="x"?n.overflowX:n.overflowY;return r==="auto"||r==="scroll"||e.tagName==="HTML"&&r==="visible"},E6=(e,t,n)=>{var l;const r=t==="x"&&window.getComputedStyle(e).direction==="rtl"?-1:1;let i=e,s=0,o=0,a=!1;do{const[c,u,d]=k6(i,t),f=d-c-r*u;(u!==0||f!==0)&&O6(i,t)&&(s+=f,o+=u),i===(n!=null?n:document.documentElement)?a=!0:i=(l=i._$host)!=null?l:i.parentElement}while(i&&!a);return[s,o]},[Xm,Jm]=re([]),A6=e=>Xm().indexOf(e)===Xm().length-1,P6=e=>{const t=Oe({element:null,enabled:!0,hideScrollbar:!0,preventScrollbarShift:!0,preventScrollbarShiftMode:"padding",restoreScrollPosition:!0,allowPinchZoom:!1},e),n=hn();let r=[0,0],i=null,s=null;xe(()=>{St(t.enabled)&&(Jm(c=>[...c,n]),we(()=>{Jm(c=>c.filter(u=>u!==n))}))}),xe(()=>{if(!St(t.enabled)||!St(t.hideScrollbar))return;const{body:c}=document,u=window.innerWidth-c.offsetWidth;if(St(t.preventScrollbarShift)){const d={overflow:"hidden"},f=[];u>0&&(St(t.preventScrollbarShiftMode)==="padding"?d.paddingRight=`calc(${window.getComputedStyle(c).paddingRight} + ${u}px)`:d.marginRight=`calc(${window.getComputedStyle(c).marginRight} + ${u}px)`,f.push({key:"--scrollbar-width",value:`${u}px`}));const h=window.scrollY,g=window.scrollX;Ym({key:"prevent-scroll",element:c,style:d,properties:f,cleanup:()=>{St(t.restoreScrollPosition)&&u>0&&window.scrollTo(g,h)}})}else Ym({key:"prevent-scroll",element:c,style:{overflow:"hidden"}})}),xe(()=>{!A6(n)||!St(t.enabled)||(document.addEventListener("wheel",a,{passive:!1}),document.addEventListener("touchstart",o,{passive:!1}),document.addEventListener("touchmove",l,{passive:!1}),we(()=>{document.removeEventListener("wheel",a),document.removeEventListener("touchstart",o),document.removeEventListener("touchmove",l)}))});const o=c=>{r=Zm(c),i=null,s=null},a=c=>{const u=c.target,d=St(t.element),f=T6(c),h=Math.abs(f[0])>Math.abs(f[1])?"x":"y",g=h==="x"?f[0]:f[1],m=ep(u,h,g,d);let p;d&&Vd(d,u)?p=!m:p=!0,p&&c.cancelable&&c.preventDefault()},l=c=>{const u=St(t.element),d=c.target;let f;if(c.touches.length===2)f=!St(t.allowPinchZoom);else{if(i==null||s===null){const h=Zm(c).map((m,p)=>r[p]-m),g=Math.abs(h[0])>Math.abs(h[1])?"x":"y";i=g,s=g==="x"?h[0]:h[1]}if(d.type==="range")f=!1;else{const h=ep(d,i,s,u);u&&Vd(u,d)?f=!h:f=!0}}f&&c.cancelable&&c.preventDefault()}},T6=e=>[e.deltaX,e.deltaY],Zm=e=>e.changedTouches[0]?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0],ep=(e,t,n,r)=>{const i=r!==null&&Vd(r,e),[s,o]=E6(e,t,i?r:void 0);return!(n>0&&Math.abs(s)<=1||n<0&&Math.abs(o)<1)},Vd=(e,t)=>{var r;if(e.contains(t))return!0;let n=t;for(;n;){if(n===e)return!0;n=(r=n._$host)!=null?r:n.parentElement}return!1},M6=P6,$6=M6,Z1=pt();function ex(){return vt(Z1)}function yr(){const e=ex();if(e===void 0)throw new Error("[kobalte]: `useMenuContext` must be used within a `Menu` component");return e}var tx=pt();function Jf(){const e=vt(tx);if(e===void 0)throw new Error("[kobalte]: `useMenuItemContext` must be used within a `Menu.Item` component");return e}var nx=pt();function Hn(){const e=vt(nx);if(e===void 0)throw new Error("[kobalte]: `useMenuRootContext` must be used within a `MenuRoot` component");return e}function Zf(e){let t;const n=Hn(),r=yr(),i=Be({id:n.generateId(`item-${hn()}`)},e),[s,o]=Ve(i,["ref","textValue","disabled","closeOnSelect","checked","indeterminate","onSelect","onPointerMove","onPointerLeave","onPointerDown","onPointerUp","onClick","onKeyDown","onMouseDown","onFocus"]),[a,l]=re(),[c,u]=re(),[d,f]=re(),h=()=>r.listState().selectionManager(),g=()=>o.id,m=()=>h().focusedKey()===g(),p=()=>{var O;(O=s.onSelect)==null||O.call(s),s.closeOnSelect&&setTimeout(()=>{r.close(!0)})};B4({getItem:()=>{var O,A,M,L,G;return{ref:()=>t,type:"item",key:g(),textValue:(L=(M=(A=s.textValue)!=null?A:(O=d())==null?void 0:O.textContent)!=null?M:t==null?void 0:t.textContent)!=null?L:"",disabled:(G=s.disabled)!=null?G:!1}}});const v=_1({key:g,selectionManager:h,shouldSelectOnPressUp:!0,allowsDifferentPressOrigin:!0,disabled:()=>s.disabled},()=>t),b=O=>{et(O,s.onPointerMove),O.pointerType==="mouse"&&(s.disabled?r.onItemLeave(O):(r.onItemEnter(O),O.defaultPrevented||(Ct(O.currentTarget),r.listState().selectionManager().setFocused(!0),r.listState().selectionManager().setFocusedKey(g()))))},x=O=>{et(O,s.onPointerLeave),O.pointerType==="mouse"&&r.onItemLeave(O)},S=O=>{et(O,s.onPointerUp),!s.disabled&&O.button===0&&p()},w=O=>{if(et(O,s.onKeyDown),!O.repeat&&!s.disabled)switch(O.key){case"Enter":case" ":p();break}},_=H(()=>{if(s.indeterminate)return"mixed";if(s.checked!=null)return s.checked}),C=H(()=>({"data-indeterminate":s.indeterminate?"":void 0,"data-checked":s.checked&&!s.indeterminate?"":void 0,"data-disabled":s.disabled?"":void 0,"data-highlighted":m()?"":void 0})),k={isChecked:()=>s.checked,dataset:C,setLabelRef:f,generateId:Da(()=>o.id),registerLabel:fn(l),registerDescription:fn(u)};return T(tx.Provider,{value:k,get children(){return T(nt,Oe({as:"div",ref(O){const A=Mt(M=>t=M,s.ref);typeof A=="function"&&A(O)},get tabIndex(){return v.tabIndex()},get"aria-checked"(){return _()},get"aria-disabled"(){return s.disabled},get"aria-labelledby"(){return a()},get"aria-describedby"(){return c()},get"data-key"(){return v.dataKey()},get onPointerDown(){return gt([s.onPointerDown,v.onPointerDown])},get onPointerUp(){return gt([S,v.onPointerUp])},get onClick(){return gt([s.onClick,v.onClick])},get onKeyDown(){return gt([w,v.onKeyDown])},get onMouseDown(){return gt([s.onMouseDown,v.onMouseDown])},get onFocus(){return gt([s.onFocus,v.onFocus])},onPointerMove:b,onPointerLeave:x},C,o))}})}function rx(e){const t=Be({closeOnSelect:!1},e),[n,r]=Ve(t,["checked","defaultChecked","onChange","onSelect"]),i=M4({isSelected:()=>n.checked,defaultIsSelected:()=>n.defaultChecked,onSelectedChange:o=>{var a;return(a=n.onChange)==null?void 0:a.call(n,o)},isDisabled:()=>r.disabled});return T(Zf,Oe({role:"menuitemcheckbox",get checked(){return i.isSelected()},onSelect:()=>{var o;(o=n.onSelect)==null||o.call(n),i.toggle()}},r))}var j6=pt();function qc(){return vt(j6)}var aa={next:(e,t)=>e==="ltr"?t==="horizontal"?"ArrowRight":"ArrowDown":t==="horizontal"?"ArrowLeft":"ArrowUp",previous:(e,t)=>aa.next(e==="ltr"?"rtl":"ltr",t)},tp={first:e=>e==="horizontal"?"ArrowDown":"ArrowRight",last:e=>e==="horizontal"?"ArrowUp":"ArrowLeft"};function ix(e){const t=Hn(),n=yr(),r=qc(),{direction:i}=Qr(),s=Be({id:t.generateId("trigger")},e),[o,a]=Ve(s,["ref","id","disabled","onPointerDown","onClick","onKeyDown","onMouseOver","onFocus"]);let l=()=>t.value();r!==void 0&&(l=()=>{var v;return(v=t.value())!=null?v:o.id},r.lastValue()===void 0&&r.setLastValue(l));const c=Rc(()=>n.triggerRef(),()=>"button"),u=H(()=>{var v;return c()==="a"&&((v=n.triggerRef())==null?void 0:v.getAttribute("href"))!=null});xe(cr(()=>r==null?void 0:r.value(),v=>{var b;u()&&v===l()&&((b=n.triggerRef())==null||b.focus())}));const d=()=>{r!==void 0?n.isOpen()?r.value()===l()&&r.closeMenu():(r.autoFocusMenu()||r.setAutoFocusMenu(!0),n.open(!1)):n.toggle(!0)},f=v=>{et(v,o.onPointerDown),v.currentTarget.dataset.pointerType=v.pointerType,!o.disabled&&v.pointerType!=="touch"&&v.button===0&&d()},h=v=>{et(v,o.onClick),o.disabled||v.currentTarget.dataset.pointerType==="touch"&&d()},g=v=>{if(et(v,o.onKeyDown),!o.disabled){if(u())switch(v.key){case"Enter":case" ":return}switch(v.key){case"Enter":case" ":case tp.first(t.orientation()):v.stopPropagation(),v.preventDefault(),C4(v.currentTarget),n.open("first"),r==null||r.setAutoFocusMenu(!0),r==null||r.setValue(l);break;case tp.last(t.orientation()):v.stopPropagation(),v.preventDefault(),n.open("last");break;case aa.next(i(),t.orientation()):if(r===void 0)break;v.stopPropagation(),v.preventDefault(),r.nextMenu();break;case aa.previous(i(),t.orientation()):if(r===void 0)break;v.stopPropagation(),v.preventDefault(),r.previousMenu();break}}},m=v=>{var b;et(v,o.onMouseOver),((b=n.triggerRef())==null?void 0:b.dataset.pointerType)!=="touch"&&!o.disabled&&r!==void 0&&r.value()!==void 0&&r.setValue(l)},p=v=>{et(v,o.onFocus),r!==void 0&&v.currentTarget.dataset.pointerType!=="touch"&&r.setValue(l)};return xe(()=>we(n.registerTriggerId(o.id))),T(Hf,Oe({ref(v){const b=Mt(n.setTriggerRef,o.ref);typeof b=="function"&&b(v)},get"data-kb-menu-value-trigger"(){return t.value()},get id(){return o.id},get disabled(){return o.disabled},"aria-haspopup":"true",get"aria-expanded"(){return n.isOpen()},get"aria-controls"(){return H(()=>!!n.isOpen())()?n.contentId():void 0},get"data-highlighted"(){return l()!==void 0&&(r==null?void 0:r.value())===l()?!0:void 0},get tabIndex(){return r!==void 0?r.value()===l()||r.lastValue()===l()?0:-1:void 0},onPointerDown:f,onMouseOver:m,onClick:h,onKeyDown:g,onFocus:p,role:r!==void 0?"menuitem":void 0},()=>n.dataset(),a))}var D6=pt();function sx(){return vt(D6)}function ox(e){let t;const n=Hn(),r=yr(),i=qc(),s=sx(),{direction:o}=Qr(),a=Be({id:n.generateId(`content-${hn()}`)},e),[l,c]=Ve(a,["ref","id","style","onOpenAutoFocus","onCloseAutoFocus","onEscapeKeyDown","onFocusOutside","onPointerEnter","onPointerMove","onKeyDown","onMouseDown","onFocusIn","onFocusOut"]);let u=0;const d=()=>r.parentMenuContext()==null&&i===void 0&&n.isModal(),f=b6({selectionManager:r.listState().selectionManager,collection:r.listState().collection,autoFocus:r.autoFocus,deferAutoFocus:!0,shouldFocusWrap:!0,disallowTypeAhead:()=>!r.listState().selectionManager().isFocused(),orientation:()=>n.orientation()==="horizontal"?"vertical":"horizontal"},()=>t);x6({trapFocus:()=>d()&&r.isOpen(),onMountAutoFocus:x=>{var S;i===void 0&&((S=l.onOpenAutoFocus)==null||S.call(l,x))},onUnmountAutoFocus:l.onCloseAutoFocus},()=>t);const h=x=>{if(dn(x.currentTarget,x.target)&&(x.key==="Tab"&&r.isOpen()&&x.preventDefault(),i!==void 0&&x.currentTarget.getAttribute("aria-haspopup")!=="true"))switch(x.key){case aa.next(o(),n.orientation()):x.stopPropagation(),x.preventDefault(),r.close(!0),i.setAutoFocusMenu(!0),i.nextMenu();break;case aa.previous(o(),n.orientation()):if(x.currentTarget.hasAttribute("data-closed"))break;x.stopPropagation(),x.preventDefault(),r.close(!0),i.setAutoFocusMenu(!0),i.previousMenu();break}},g=x=>{var S;(S=l.onEscapeKeyDown)==null||S.call(l,x),i==null||i.setAutoFocusMenu(!1),r.close(!0)},m=x=>{var S;(S=l.onFocusOutside)==null||S.call(l,x),n.isModal()&&x.preventDefault()},p=x=>{var S,w;et(x,l.onPointerEnter),r.isOpen()&&((S=r.parentMenuContext())==null||S.listState().selectionManager().setFocused(!1),(w=r.parentMenuContext())==null||w.listState().selectionManager().setFocusedKey(void 0))},v=x=>{if(et(x,l.onPointerMove),x.pointerType!=="mouse")return;const S=x.target,w=u!==x.clientX;dn(x.currentTarget,S)&&w&&(r.setPointerDir(x.clientX>u?"right":"left"),u=x.clientX)};xe(()=>we(r.registerContentId(l.id)));const b={ref:Mt(x=>{r.setContentRef(x),t=x},l.ref),role:"menu",get id(){return l.id},get tabIndex(){return f.tabIndex()},get"aria-labelledby"(){return r.triggerId()},onKeyDown:gt([l.onKeyDown,f.onKeyDown,h]),onMouseDown:gt([l.onMouseDown,f.onMouseDown]),onFocusIn:gt([l.onFocusIn,f.onFocusIn]),onFocusOut:gt([l.onFocusOut,f.onFocusOut]),onPointerEnter:p,onPointerMove:v,get"data-orientation"(){return n.orientation()}};return T(ve,{get when(){return r.contentPresent()},get children(){return T(ve,{get when(){return s===void 0||r.parentMenuContext()!=null},get fallback(){return T(nt,Oe({as:"div"},()=>r.dataset(),b,c))},get children(){return T(N1.Positioner,{get children(){return T(m6,Oe({get disableOutsidePointerEvents(){return H(()=>!!d())()&&r.isOpen()},get excludedElements(){return[r.triggerRef]},bypassTopMostLayerCheck:!0,get style(){return Lc({"--kb-menu-content-transform-origin":"var(--kb-popper-content-transform-origin)",position:"relative"},l.style)},onEscapeKeyDown:g,onFocusOutside:m,get onDismiss(){return r.close}},()=>r.dataset(),b,c))}})}})}})}function L6(e){let t;const n=Hn(),r=yr(),[i,s]=Ve(e,["ref"]);return $6({element:()=>t!=null?t:null,enabled:()=>r.contentPresent()&&n.preventScroll()}),T(ox,Oe({ref(o){const a=Mt(l=>{t=l},i.ref);typeof a=="function"&&a(o)}},s))}var ax=pt();function I6(){const e=vt(ax);if(e===void 0)throw new Error("[kobalte]: `useMenuGroupContext` must be used within a `Menu.Group` component");return e}function eh(e){const t=Hn(),n=Be({id:t.generateId(`group-${hn()}`)},e),[r,i]=re(),s={generateId:Da(()=>n.id),registerLabelId:fn(i)};return T(ax.Provider,{value:s,get children(){return T(nt,Oe({as:"div",role:"group",get"aria-labelledby"(){return r()}},n))}})}function lx(e){const t=I6(),n=Be({id:t.generateId("label")},e),[r,i]=Ve(n,["id"]);return xe(()=>we(t.registerLabelId(r.id))),T(nt,Oe({as:"span",get id(){return r.id},"aria-hidden":"true"},i))}function cx(e){const t=yr(),n=Be({children:"▼"},e);return T(nt,Oe({as:"span","aria-hidden":"true"},()=>t.dataset(),n))}function ux(e){return T(Zf,Oe({role:"menuitem",closeOnSelect:!0},e))}function dx(e){const t=Jf(),n=Be({id:t.generateId("description")},e),[r,i]=Ve(n,["id"]);return xe(()=>we(t.registerDescription(r.id))),T(nt,Oe({as:"div",get id(){return r.id}},()=>t.dataset(),i))}function fx(e){const t=Jf(),n=Be({id:t.generateId("indicator")},e),[r,i]=Ve(n,["forceMount"]);return T(ve,{get when(){return r.forceMount||t.isChecked()},get children(){return T(nt,Oe({as:"div"},()=>t.dataset(),i))}})}function hx(e){const t=Jf(),n=Be({id:t.generateId("label")},e),[r,i]=Ve(n,["ref","id"]);return xe(()=>we(t.registerLabel(r.id))),T(nt,Oe({as:"div",ref(s){const o=Mt(t.setLabelRef,r.ref);typeof o=="function"&&o(s)},get id(){return r.id}},()=>t.dataset(),i))}function gx(e){const t=yr();return T(ve,{get when(){return t.contentPresent()},get children(){return T(B0,e)}})}var yx=pt();function R6(){const e=vt(yx);if(e===void 0)throw new Error("[kobalte]: `useMenuRadioGroupContext` must be used within a `Menu.RadioGroup` component");return e}function mx(e){const n=Hn().generateId(`radiogroup-${hn()}`),r=Be({id:n},e),[i,s]=Ve(r,["value","defaultValue","onChange","disabled"]),[o,a]=Ia({value:()=>i.value,defaultValue:()=>i.defaultValue,onChange:c=>{var u;return(u=i.onChange)==null?void 0:u.call(i,c)}}),l={isDisabled:()=>i.disabled,isSelectedValue:c=>c===o(),setSelectedValue:a};return T(yx.Provider,{value:l,get children(){return T(eh,s)}})}function px(e){const t=R6(),n=Be({closeOnSelect:!1},e),[r,i]=Ve(n,["value","onSelect"]);return T(Zf,Oe({role:"menuitemradio",get checked(){return t.isSelectedValue(r.value)},onSelect:()=>{var o;(o=r.onSelect)==null||o.call(r),t.setSelectedValue(r.value)}},i))}function F6(e,t,n){const r=e.split("-")[0],i=n.getBoundingClientRect(),s=[],o=t.clientX,a=t.clientY;switch(r){case"top":s.push([o,a+5]),s.push([i.left,i.bottom]),s.push([i.left,i.top]),s.push([i.right,i.top]),s.push([i.right,i.bottom]);break;case"right":s.push([o-5,a]),s.push([i.left,i.top]),s.push([i.right,i.top]),s.push([i.right,i.bottom]),s.push([i.left,i.bottom]);break;case"bottom":s.push([o,a-5]),s.push([i.right,i.top]),s.push([i.right,i.bottom]),s.push([i.left,i.bottom]),s.push([i.left,i.top]);break;case"left":s.push([o+5,a]),s.push([i.right,i.bottom]),s.push([i.left,i.bottom]),s.push([i.left,i.top]),s.push([i.right,i.top]);break}return s}function N6(e,t){return t?S4([e.clientX,e.clientY],t):!1}function vx(e){const t=Hn(),n=p1(),r=ex(),i=qc(),s=sx(),o=Be({placement:t.orientation()==="horizontal"?"bottom-start":"right-start"},e),[a,l]=Ve(o,["open","defaultOpen","onOpenChange"]);let c=0,u=null,d="right";const[f,h]=re(),[g,m]=re(),[p,v]=re(),[b,x]=re(),[S,w]=re(!0),[_,C]=re(l.placement),[k,O]=re([]),[A,M]=re([]),{DomCollectionProvider:L}=N4({items:A,onItemsChange:M}),G=q1({open:()=>a.open,defaultOpen:()=>a.defaultOpen,onOpenChange:V=>{var fe;return(fe=a.onOpenChange)==null?void 0:fe.call(a,V)}}),{present:R}=k1({show:()=>t.forceMount()||G.isOpen(),element:()=>{var V;return(V=b())!=null?V:null}}),D=rD({selectionMode:"none",dataSource:A}),j=V=>{w(V),G.open()},I=(V=!1)=>{G.close(),V&&r&&r.close(!0)},oe=V=>{w(V),G.toggle()},ue=()=>{const V=b();V&&(Ct(V),D.selectionManager().setFocused(!0),D.selectionManager().setFocusedKey(void 0))},B=()=>{s!=null?setTimeout(()=>ue()):ue()},Y=V=>{O(he=>[...he,V]);const fe=r==null?void 0:r.registerNestedMenu(V);return()=>{O(he=>Nd(he,V)),fe==null||fe()}},ne=V=>d===(u==null?void 0:u.side)&&N6(V,u==null?void 0:u.area),ae=V=>{ne(V)&&V.preventDefault()},F=V=>{ne(V)||B()},W=V=>{ne(V)&&V.preventDefault()};S6({isDisabled:()=>!(r==null&&G.isOpen()&&t.isModal()),targets:()=>[b(),...k()].filter(Boolean)}),xe(()=>{const V=b();if(!V||!r)return;const fe=r.registerNestedMenu(V);we(()=>{fe()})}),xe(()=>{r===void 0&&(i==null||i.registerMenu(t.value(),[b(),...k()]))}),xe(()=>{var V;r!==void 0||i===void 0||(i.value()===t.value()?((V=p())==null||V.focus(),i.autoFocusMenu()&&j(!0)):I())}),xe(()=>{r!==void 0||i===void 0||G.isOpen()&&i.setValue(t.value())}),we(()=>{r===void 0&&(i==null||i.unregisterMenu(t.value()))});const ce={dataset:H(()=>({"data-expanded":G.isOpen()?"":void 0,"data-closed":G.isOpen()?void 0:""})),isOpen:G.isOpen,contentPresent:R,nestedMenus:k,currentPlacement:_,pointerGraceTimeoutId:()=>c,autoFocus:S,listState:()=>D,parentMenuContext:()=>r,triggerRef:p,contentRef:b,triggerId:f,contentId:g,setTriggerRef:v,setContentRef:x,open:j,close:I,toggle:oe,focusContent:B,onItemEnter:ae,onItemLeave:F,onTriggerLeave:W,setPointerDir:V=>d=V,setPointerGraceTimeoutId:V=>c=V,setPointerGraceIntent:V=>u=V,registerNestedMenu:Y,registerItemToParentDomCollection:n==null?void 0:n.registerItem,registerTriggerId:fn(h),registerContentId:fn(m)};return T(L,{get children(){return T(Z1.Provider,{value:ce,get children(){return T(ve,{when:s===void 0,get fallback(){return l.children},get children(){return T(N1,Oe({anchorRef:p,contentRef:b,onCurrentPlacementChange:C},l))}})}})}})}function bx(e){const{direction:t}=Qr();return T(vx,Oe({get placement(){return t()==="rtl"?"left-start":"right-start"},flip:!0},e))}var B6={close:(e,t)=>e==="ltr"?[t==="horizontal"?"ArrowLeft":"ArrowUp"]:[t==="horizontal"?"ArrowRight":"ArrowDown"]};function xx(e){const t=yr(),n=Hn(),[r,i]=Ve(e,["onFocusOutside","onKeyDown"]),{direction:s}=Qr();return T(ox,Oe({onOpenAutoFocus:u=>{u.preventDefault()},onCloseAutoFocus:u=>{u.preventDefault()},onFocusOutside:u=>{var f;(f=r.onFocusOutside)==null||f.call(r,u);const d=u.target;dn(t.triggerRef(),d)||t.close()},onKeyDown:u=>{et(u,r.onKeyDown);const d=dn(u.currentTarget,u.target),f=B6.close(s(),n.orientation()).includes(u.key),h=t.parentMenuContext()!=null;d&&f&&h&&(t.close(),Ct(t.triggerRef()))}},i))}var np=["Enter"," "],q6={open:(e,t)=>e==="ltr"?[...np,t==="horizontal"?"ArrowRight":"ArrowDown"]:[...np,t==="horizontal"?"ArrowLeft":"ArrowUp"]};function wx(e){let t;const n=Hn(),r=yr(),i=Be({id:n.generateId(`sub-trigger-${hn()}`)},e),[s,o]=Ve(i,["ref","id","textValue","disabled","onPointerMove","onPointerLeave","onPointerDown","onPointerUp","onClick","onKeyDown","onMouseDown","onFocus"]);let a=null;const l=()=>{a&&window.clearTimeout(a),a=null},{direction:c}=Qr(),u=()=>s.id,d=()=>{const x=r.parentMenuContext();if(x==null)throw new Error("[kobalte]: `Menu.SubTrigger` must be used within a `Menu.Sub` component");return x.listState().selectionManager()},f=()=>r.listState().collection(),h=()=>d().focusedKey()===u(),g=_1({key:u,selectionManager:d,shouldSelectOnPressUp:!0,allowsDifferentPressOrigin:!0,disabled:()=>s.disabled},()=>t),m=x=>{et(x,s.onClick),!r.isOpen()&&!s.disabled&&r.open(!0)},p=x=>{var w;if(et(x,s.onPointerMove),x.pointerType!=="mouse")return;const S=r.parentMenuContext();if(S==null||S.onItemEnter(x),!x.defaultPrevented){if(s.disabled){S==null||S.onItemLeave(x);return}!r.isOpen()&&!a&&((w=r.parentMenuContext())==null||w.setPointerGraceIntent(null),a=window.setTimeout(()=>{r.open(!1),l()},100)),S==null||S.onItemEnter(x),x.defaultPrevented||(r.listState().selectionManager().isFocused()&&(r.listState().selectionManager().setFocused(!1),r.listState().selectionManager().setFocusedKey(void 0)),Ct(x.currentTarget),S==null||S.listState().selectionManager().setFocused(!0),S==null||S.listState().selectionManager().setFocusedKey(u()))}},v=x=>{if(et(x,s.onPointerLeave),x.pointerType!=="mouse")return;l();const S=r.parentMenuContext(),w=r.contentRef();if(w){S==null||S.setPointerGraceIntent({area:F6(r.currentPlacement(),x,w),side:r.currentPlacement().split("-")[0]}),window.clearTimeout(S==null?void 0:S.pointerGraceTimeoutId());const _=window.setTimeout(()=>{S==null||S.setPointerGraceIntent(null)},300);S==null||S.setPointerGraceTimeoutId(_)}else{if(S==null||S.onTriggerLeave(x),x.defaultPrevented)return;S==null||S.setPointerGraceIntent(null)}S==null||S.onItemLeave(x)},b=x=>{et(x,s.onKeyDown),!x.repeat&&(s.disabled||q6.open(c(),n.orientation()).includes(x.key)&&(x.stopPropagation(),x.preventDefault(),d().setFocused(!1),d().setFocusedKey(void 0),r.isOpen()||r.open("first"),r.focusContent(),r.listState().selectionManager().setFocused(!0),r.listState().selectionManager().setFocusedKey(f().getFirstKey())))};return xe(()=>{var S,w,_;if(r.registerItemToParentDomCollection==null)throw new Error("[kobalte]: `Menu.SubTrigger` must be used within a `Menu.Sub` component");const x=r.registerItemToParentDomCollection({ref:()=>t,type:"item",key:u(),textValue:(w=(S=s.textValue)!=null?S:t==null?void 0:t.textContent)!=null?w:"",disabled:(_=s.disabled)!=null?_:!1});we(x)}),xe(cr(()=>{var x;return(x=r.parentMenuContext())==null?void 0:x.pointerGraceTimeoutId()},x=>{we(()=>{var S;window.clearTimeout(x),(S=r.parentMenuContext())==null||S.setPointerGraceIntent(null)})})),xe(()=>we(r.registerTriggerId(s.id))),we(()=>{l()}),T(nt,Oe({as:"div",ref(x){const S=Mt(w=>{r.setTriggerRef(w),t=w},s.ref);typeof S=="function"&&S(x)},get id(){return s.id},role:"menuitem",get tabIndex(){return g.tabIndex()},"aria-haspopup":"true",get"aria-expanded"(){return r.isOpen()},get"aria-controls"(){return H(()=>!!r.isOpen())()?r.contentId():void 0},get"aria-disabled"(){return s.disabled},get"data-key"(){return g.dataKey()},get"data-highlighted"(){return h()?"":void 0},get"data-disabled"(){return s.disabled?"":void 0},get onPointerDown(){return gt([s.onPointerDown,g.onPointerDown])},get onPointerUp(){return gt([s.onPointerUp,g.onPointerUp])},get onClick(){return gt([m,g.onClick])},get onKeyDown(){return gt([b,g.onKeyDown])},get onMouseDown(){return gt([s.onMouseDown,g.onMouseDown])},get onFocus(){return gt([s.onFocus,g.onFocus])},onPointerMove:p,onPointerLeave:v},()=>r.dataset(),o))}function z6(e){const t=qc(),n=`menu-${hn()}`,r=Be({id:n,modal:!0},e),[i,s]=Ve(r,["id","modal","preventScroll","forceMount","open","defaultOpen","onOpenChange","value","orientation"]),o=q1({open:()=>i.open,defaultOpen:()=>i.defaultOpen,onOpenChange:l=>{var c;return(c=i.onOpenChange)==null?void 0:c.call(i,l)}}),a={isModal:()=>{var l;return(l=i.modal)!=null?l:!0},preventScroll:()=>{var l;return(l=i.preventScroll)!=null?l:a.isModal()},forceMount:()=>{var l;return(l=i.forceMount)!=null?l:!1},generateId:Da(()=>i.id),value:()=>i.value,orientation:()=>{var l,c;return(c=(l=i.orientation)!=null?l:t==null?void 0:t.orientation())!=null?c:"horizontal"}};return T(nx.Provider,{value:a,get children(){return T(vx,Oe({get open(){return o.isOpen()},get onOpenChange(){return o.setIsOpen}},s))}})}var H6={};Fc(H6,{Root:()=>zc,Separator:()=>U6});function zc(e){let t;const n=Be({orientation:"horizontal"},e),[r,i]=Ve(n,["ref","orientation"]),s=Rc(()=>t,()=>"hr");return T(nt,Oe({as:"hr",ref(o){const a=Mt(l=>t=l,r.ref);typeof a=="function"&&a(o)},get role(){return s()!=="hr"?"separator":void 0},get"aria-orientation"(){return r.orientation==="vertical"?"vertical":void 0},get"data-orientation"(){return r.orientation}},i))}var U6=zc,ct={};Fc(ct,{Arrow:()=>Xf,CheckboxItem:()=>rx,Content:()=>Sx,DropdownMenu:()=>K6,Group:()=>eh,GroupLabel:()=>lx,Icon:()=>cx,Item:()=>ux,ItemDescription:()=>dx,ItemIndicator:()=>fx,ItemLabel:()=>hx,Portal:()=>gx,RadioGroup:()=>mx,RadioItem:()=>px,Root:()=>Cx,Separator:()=>zc,Sub:()=>bx,SubContent:()=>xx,SubTrigger:()=>wx,Trigger:()=>ix});function Sx(e){const t=Hn(),n=yr(),[r,i]=Ve(e,["onCloseAutoFocus","onInteractOutside"]);let s=!1;return T(L6,Oe({onCloseAutoFocus:l=>{var c;(c=r.onCloseAutoFocus)==null||c.call(r,l),s||Ct(n.triggerRef()),s=!1,l.preventDefault()},onInteractOutside:l=>{var c;(c=r.onInteractOutside)==null||c.call(r,l),(!t.isModal()||l.detail.isContextMenu)&&(s=!0)}},i))}function Cx(e){const t=`dropdownmenu-${hn()}`,n=Be({id:t},e);return T(z6,n)}var K6=Object.assign(Cx,{Arrow:Xf,CheckboxItem:rx,Content:Sx,Group:eh,GroupLabel:lx,Icon:cx,Item:ux,ItemDescription:dx,ItemIndicator:fx,ItemLabel:hx,Portal:gx,RadioGroup:mx,RadioItem:px,Separator:zc,Sub:bx,SubContent:xx,SubTrigger:wx,Trigger:ix}),U={colors:{inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000000",white:"#ffffff",neutral:{50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#344054",800:"#1d2939",900:"#101828"},darkGray:{50:"#525c7a",100:"#49536e",200:"#414962",300:"#394056",400:"#313749",500:"#292e3d",600:"#212530",700:"#191c24",800:"#111318",900:"#0b0d10"},gray:{50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#344054",800:"#1d2939",900:"#101828"},blue:{25:"#F5FAFF",50:"#EFF8FF",100:"#D1E9FF",200:"#B2DDFF",300:"#84CAFF",400:"#53B1FD",500:"#2E90FA",600:"#1570EF",700:"#175CD3",800:"#1849A9",900:"#194185"},green:{25:"#F6FEF9",50:"#ECFDF3",100:"#D1FADF",200:"#A6F4C5",300:"#6CE9A6",400:"#32D583",500:"#12B76A",600:"#039855",700:"#027A48",800:"#05603A",900:"#054F31"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},yellow:{25:"#FFFCF5",50:"#FFFAEB",100:"#FEF0C7",200:"#FEDF89",300:"#FEC84B",400:"#FDB022",500:"#F79009",600:"#DC6803",700:"#B54708",800:"#93370D",900:"#7A2E0E"},purple:{25:"#FAFAFF",50:"#F4F3FF",100:"#EBE9FE",200:"#D9D6FE",300:"#BDB4FE",400:"#9B8AFB",500:"#7A5AF8",600:"#6938EF",700:"#5925DC",800:"#4A1FB8",900:"#3E1C96"},teal:{25:"#F6FEFC",50:"#F0FDF9",100:"#CCFBEF",200:"#99F6E0",300:"#5FE9D0",400:"#2ED3B7",500:"#15B79E",600:"#0E9384",700:"#107569",800:"#125D56",900:"#134E48"},pink:{25:"#fdf2f8",50:"#fce7f3",100:"#fbcfe8",200:"#f9a8d4",300:"#f472b6",400:"#ec4899",500:"#db2777",600:"#be185d",700:"#9d174d",800:"#831843",900:"#500724"},cyan:{25:"#ecfeff",50:"#cffafe",100:"#a5f3fc",200:"#67e8f9",300:"#22d3ee",400:"#06b6d4",500:"#0891b2",600:"#0e7490",700:"#155e75",800:"#164e63",900:"#083344"}},alpha:{90:"e5",80:"cc"},font:{size:{xs:"calc(var(--tsqd-font-size) * 0.75)",sm:"calc(var(--tsqd-font-size) * 0.875)",md:"var(--tsqd-font-size)"},lineHeight:{xs:"calc(var(--tsqd-font-size) * 1)",sm:"calc(var(--tsqd-font-size) * 1.25)",md:"calc(var(--tsqd-font-size) * 1.5)"},weight:{medium:"500",semibold:"600",bold:"700"}},border:{radius:{xs:"calc(var(--tsqd-font-size) * 0.125)",sm:"calc(var(--tsqd-font-size) * 0.25)",full:"9999px"}},size:{.25:"calc(var(--tsqd-font-size) * 0.0625)",.5:"calc(var(--tsqd-font-size) * 0.125)",1:"calc(var(--tsqd-font-size) * 0.25)",1.5:"calc(var(--tsqd-font-size) * 0.375)",2:"calc(var(--tsqd-font-size) * 0.5)",2.5:"calc(var(--tsqd-font-size) * 0.625)",3:"calc(var(--tsqd-font-size) * 0.75)",3.5:"calc(var(--tsqd-font-size) * 0.875)",4:"calc(var(--tsqd-font-size) * 1)",4.5:"calc(var(--tsqd-font-size) * 1.125)",5:"calc(var(--tsqd-font-size) * 1.25)",6:"calc(var(--tsqd-font-size) * 1.5)",6.5:"calc(var(--tsqd-font-size) * 1.625)",14:"calc(var(--tsqd-font-size) * 3.5)"},shadow:{xs:(e="rgb(0 0 0 / 0.1)")=>"0 1px 2px 0 rgb(0 0 0 / 0.05)",sm:(e="rgb(0 0 0 / 0.1)")=>`0 1px 3px 0 ${e}, 0 1px 2px -1px ${e}`,md:(e="rgb(0 0 0 / 0.1)")=>`0 4px 6px -1px ${e}, 0 2px 4px -2px ${e}`,lg:(e="rgb(0 0 0 / 0.1)")=>`0 10px 15px -3px ${e}, 0 4px 6px -4px ${e}`,xl:(e="rgb(0 0 0 / 0.1)")=>`0 20px 25px -5px ${e}, 0 8px 10px -6px ${e}`,"2xl":(e="rgb(0 0 0 / 0.25)")=>`0 25px 50px -12px ${e}`,inner:(e="rgb(0 0 0 / 0.05)")=>`inset 0 2px 4px 0 ${e}`,none:()=>"none"}},V6=le('<svg width=14 height=14 viewBox="0 0 14 14"fill=none xmlns=http://www.w3.org/2000/svg><path d="M13 13L9.00007 9M10.3333 5.66667C10.3333 8.244 8.244 10.3333 5.66667 10.3333C3.08934 10.3333 1 8.244 1 5.66667C1 3.08934 3.08934 1 5.66667 1C8.244 1 10.3333 3.08934 10.3333 5.66667Z"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'),W6=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9 3H15M3 6H21M19 6L18.2987 16.5193C18.1935 18.0975 18.1409 18.8867 17.8 19.485C17.4999 20.0118 17.0472 20.4353 16.5017 20.6997C15.882 21 15.0911 21 13.5093 21H10.4907C8.90891 21 8.11803 21 7.49834 20.6997C6.95276 20.4353 6.50009 20.0118 6.19998 19.485C5.85911 18.8867 5.8065 18.0975 5.70129 16.5193L5 6M10 10.5V15.5M14 10.5V15.5"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),G6=le('<svg width=10 height=6 viewBox="0 0 10 6"fill=none xmlns=http://www.w3.org/2000/svg><path d="M1 1L5 5L9 1"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'),Q6=le('<svg width=12 height=12 viewBox="0 0 16 16"fill=none xmlns=http://www.w3.org/2000/svg><path d="M8 13.3333V2.66667M8 2.66667L4 6.66667M8 2.66667L12 6.66667"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'),th=le('<svg width=12 height=12 viewBox="0 0 16 16"fill=none xmlns=http://www.w3.org/2000/svg><path d="M8 2.66667V13.3333M8 13.3333L4 9.33333M8 13.3333L12 9.33333"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'),Y6=le('<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M12 2v2m0 16v2M4 12H2m4.314-5.686L4.9 4.9m12.786 1.414L19.1 4.9M6.314 17.69 4.9 19.104m12.786-1.414 1.414 1.414M22 12h-2m-3 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),X6=le('<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M22 15.844a10.424 10.424 0 0 1-4.306.925c-5.779 0-10.463-4.684-10.463-10.462 0-1.536.33-2.994.925-4.307A10.464 10.464 0 0 0 2 11.538C2 17.316 6.684 22 12.462 22c4.243 0 7.896-2.526 9.538-6.156Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),J6=le('<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M8 21h8m-4-4v4m-5.2-4h10.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C22 14.72 22 13.88 22 12.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C19.72 3 18.88 3 17.2 3H6.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C2 5.28 2 6.12 2 7.8v4.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C4.28 17 5.12 17 6.8 17Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),Z6=le('<svg stroke=currentColor fill=currentColor stroke-width=0 viewBox="0 0 24 24"height=1em width=1em xmlns=http://www.w3.org/2000/svg><path fill=none d="M0 0h24v24H0z"></path><path d="M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3a4.237 4.237 0 00-6 0zm-4-4l2 2a7.074 7.074 0 0110 0l2-2C15.14 9.14 8.87 9.14 5 13z">'),eL=le('<svg stroke-width=0 viewBox="0 0 24 24"height=1em width=1em xmlns=http://www.w3.org/2000/svg><path fill=none d="M24 .01c0-.01 0-.01 0 0L0 0v24h24V.01zM0 0h24v24H0V0zm0 0h24v24H0V0z"></path><path d="M22.99 9C19.15 5.16 13.8 3.76 8.84 4.78l2.52 2.52c3.47-.17 6.99 1.05 9.63 3.7l2-2zm-4 4a9.793 9.793 0 00-4.49-2.56l3.53 3.53.96-.97zM2 3.05L5.07 6.1C3.6 6.82 2.22 7.78 1 9l1.99 2c1.24-1.24 2.67-2.16 4.2-2.77l2.24 2.24A9.684 9.684 0 005 13v.01L6.99 15a7.042 7.042 0 014.92-2.06L18.98 20l1.27-1.26L3.29 1.79 2 3.05zM9 17l3 3 3-3a4.237 4.237 0 00-6 0z">'),tL=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9.3951 19.3711L9.97955 20.6856C10.1533 21.0768 10.4368 21.4093 10.7958 21.6426C11.1547 21.8759 11.5737 22.0001 12.0018 22C12.4299 22.0001 12.8488 21.8759 13.2078 21.6426C13.5667 21.4093 13.8503 21.0768 14.024 20.6856L14.6084 19.3711C14.8165 18.9047 15.1664 18.5159 15.6084 18.26C16.0532 18.0034 16.5678 17.8941 17.0784 17.9478L18.5084 18.1C18.9341 18.145 19.3637 18.0656 19.7451 17.8713C20.1265 17.6771 20.4434 17.3763 20.6573 17.0056C20.8715 16.635 20.9735 16.2103 20.9511 15.7829C20.9286 15.3555 20.7825 14.9438 20.5307 14.5978L19.684 13.4344C19.3825 13.0171 19.2214 12.5148 19.224 12C19.2239 11.4866 19.3865 10.9864 19.6884 10.5711L20.5351 9.40778C20.787 9.06175 20.933 8.65007 20.9555 8.22267C20.978 7.79528 20.8759 7.37054 20.6618 7C20.4479 6.62923 20.131 6.32849 19.7496 6.13423C19.3681 5.93997 18.9386 5.86053 18.5129 5.90556L17.0829 6.05778C16.5722 6.11141 16.0577 6.00212 15.6129 5.74556C15.17 5.48825 14.82 5.09736 14.6129 4.62889L14.024 3.31444C13.8503 2.92317 13.5667 2.59072 13.2078 2.3574C12.8488 2.12408 12.4299 1.99993 12.0018 2C11.5737 1.99993 11.1547 2.12408 10.7958 2.3574C10.4368 2.59072 10.1533 2.92317 9.97955 3.31444L9.3951 4.62889C9.18803 5.09736 8.83798 5.48825 8.3951 5.74556C7.95032 6.00212 7.43577 6.11141 6.9251 6.05778L5.49066 5.90556C5.06499 5.86053 4.6354 5.93997 4.25397 6.13423C3.87255 6.32849 3.55567 6.62923 3.34177 7C3.12759 7.37054 3.02555 7.79528 3.04804 8.22267C3.07052 8.65007 3.21656 9.06175 3.46844 9.40778L4.3151 10.5711C4.61704 10.9864 4.77964 11.4866 4.77955 12C4.77964 12.5134 4.61704 13.0137 4.3151 13.4289L3.46844 14.5922C3.21656 14.9382 3.07052 15.3499 3.04804 15.7773C3.02555 16.2047 3.12759 16.6295 3.34177 17C3.55589 17.3706 3.8728 17.6712 4.25417 17.8654C4.63554 18.0596 5.06502 18.1392 5.49066 18.0944L6.92066 17.9422C7.43133 17.8886 7.94587 17.9979 8.39066 18.2544C8.83519 18.511 9.18687 18.902 9.3951 19.3711Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round></path><path d="M12 15C13.6568 15 15 13.6569 15 12C15 10.3431 13.6568 9 12 9C10.3431 9 8.99998 10.3431 8.99998 12C8.99998 13.6569 10.3431 15 12 15Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),nL=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M16 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V8M11.5 12.5L17 7M17 7H12M17 7V12M6.2 21H8.8C9.9201 21 10.4802 21 10.908 20.782C11.2843 20.5903 11.5903 20.2843 11.782 19.908C12 19.4802 12 18.9201 12 17.8V15.2C12 14.0799 12 13.5198 11.782 13.092C11.5903 12.7157 11.2843 12.4097 10.908 12.218C10.4802 12 9.92011 12 8.8 12H6.2C5.0799 12 4.51984 12 4.09202 12.218C3.71569 12.4097 3.40973 12.7157 3.21799 13.092C3 13.5198 3 14.0799 3 15.2V17.8C3 18.9201 3 19.4802 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),rL=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path class=copier d="M8 8V5.2C8 4.0799 8 3.51984 8.21799 3.09202C8.40973 2.71569 8.71569 2.40973 9.09202 2.21799C9.51984 2 10.0799 2 11.2 2H18.8C19.9201 2 20.4802 2 20.908 2.21799C21.2843 2.40973 21.5903 2.71569 21.782 3.09202C22 3.51984 22 4.0799 22 5.2V12.8C22 13.9201 22 14.4802 21.782 14.908C21.5903 15.2843 21.2843 15.5903 20.908 15.782C20.4802 16 19.9201 16 18.8 16H16M5.2 22H12.8C13.9201 22 14.4802 22 14.908 21.782C15.2843 21.5903 15.5903 21.2843 15.782 20.908C16 20.4802 16 19.9201 16 18.8V11.2C16 10.0799 16 9.51984 15.782 9.09202C15.5903 8.71569 15.2843 8.40973 14.908 8.21799C14.4802 8 13.9201 8 12.8 8H5.2C4.0799 8 3.51984 8 3.09202 8.21799C2.71569 8.40973 2.40973 8.71569 2.21799 9.09202C2 9.51984 2 10.0799 2 11.2V18.8C2 19.9201 2 20.4802 2.21799 20.908C2.40973 21.2843 2.71569 21.5903 3.09202 21.782C3.51984 22 4.07989 22 5.2 22Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round stroke=currentColor>'),iL=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M2.5 21.4998L8.04927 19.3655C8.40421 19.229 8.58168 19.1607 8.74772 19.0716C8.8952 18.9924 9.0358 18.901 9.16804 18.7984C9.31692 18.6829 9.45137 18.5484 9.72028 18.2795L21 6.99982C22.1046 5.89525 22.1046 4.10438 21 2.99981C19.8955 1.89525 18.1046 1.89524 17 2.99981L5.72028 14.2795C5.45138 14.5484 5.31692 14.6829 5.20139 14.8318C5.09877 14.964 5.0074 15.1046 4.92823 15.2521C4.83911 15.4181 4.77085 15.5956 4.63433 15.9506L2.5 21.4998ZM2.5 21.4998L4.55812 16.1488C4.7054 15.7659 4.77903 15.5744 4.90534 15.4867C5.01572 15.4101 5.1523 15.3811 5.2843 15.4063C5.43533 15.4351 5.58038 15.5802 5.87048 15.8703L8.12957 18.1294C8.41967 18.4195 8.56472 18.5645 8.59356 18.7155C8.61877 18.8475 8.58979 18.9841 8.51314 19.0945C8.42545 19.2208 8.23399 19.2944 7.85107 19.4417L2.5 21.4998Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),_x=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M7.5 12L10.5 15L16.5 9M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),sL=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9 9L15 15M15 9L9 15M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z"stroke=#F04438 stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),oL=le('<svg width=24 height=24 viewBox="0 0 24 24"fill=none stroke=currentColor stroke-width=2 xmlns=http://www.w3.org/2000/svg><rect class=list width=20 height=20 y=2 x=2 rx=2></rect><line class=list-item y1=7 y2=7 x1=6 x2=18></line><line class=list-item y2=12 y1=12 x1=6 x2=18></line><line class=list-item y1=17 y2=17 x1=6 x2=18>'),aL=le('<svg viewBox="0 0 24 24"height=20 width=20 fill=none xmlns=http://www.w3.org/2000/svg><path d="M3 7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),lL=le('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M7.5 12L10.5 15L16.5 9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),cL=le('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M12 2V6M12 18V22M6 12H2M22 12H18M19.0784 19.0784L16.25 16.25M19.0784 4.99994L16.25 7.82837M4.92157 19.0784L7.75 16.25M4.92157 4.99994L7.75 7.82837"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round></path><animateTransform attributeName=transform attributeType=XML type=rotate from=0 to=360 dur=2s repeatCount=indefinite>'),uL=le('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M15 9L9 15M9 9L15 15M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),dL=le('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9.5 15V9M14.5 15V9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),fL=le('<svg version=1.0 viewBox="0 0 633 633"><linearGradient x1=-666.45 x2=-666.45 y1=163.28 y2=163.99 gradientTransform="matrix(633 0 0 633 422177 -103358)"gradientUnits=userSpaceOnUse><stop stop-color=#6BDAFF offset=0></stop><stop stop-color=#F9FFB5 offset=.32></stop><stop stop-color=#FFA770 offset=.71></stop><stop stop-color=#FF7373 offset=1></stop></linearGradient><circle cx=316.5 cy=316.5 r=316.5></circle><defs><filter x=-137.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=316.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=316.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=316.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=272.2 y=308 width=176.9 height=129.3 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=272.2 y=308 width=176.9 height=129.3 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><line x1=436 x2=431 y1=403.2 y2=431.8 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=291 x2=280 y1=341.5 y2=403.5 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=332.9 x2=328.6 y1=384.1 y2=411.2 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><linearGradient x1=-670.75 x2=-671.59 y1=164.4 y2=164.49 gradientTransform="matrix(-184.16 -32.472 -11.461 64.997 -121359 -32126)"gradientUnits=userSpaceOnUse><stop stop-color=#EE2700 offset=0></stop><stop stop-color=#FF008E offset=1></stop></linearGradient><path d="m344.1 363 97.7 17.2c5.8 2.1 8.2 6.1 7.1 12.1s-4.7 9.2-11 9.9l-106-18.7-57.5-59.2c-3.2-4.8-2.9-9.1 0.8-12.8s8.3-4.4 13.7-2.1l55.2 53.6z"clip-rule=evenodd fill-rule=evenodd></path><line x1=428.2 x2=429.1 y1=384.5 y2=378 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=395.2 x2=396.1 y1=379.5 y2=373 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=362.2 x2=363.1 y1=373.5 y2=367.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=324.2 x2=328.4 y1=351.3 y2=347.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=303.2 x2=307.4 y1=331.3 y2=327.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line></g><defs><filter x=73.2 y=113.8 width=280.6 height=317.4 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=73.2 y=113.8 width=280.6 height=317.4 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-672.16 x2=-672.16 y1=165.03 y2=166.03 gradientTransform="matrix(-100.18 48.861 97.976 200.88 -83342 -93.059)"gradientUnits=userSpaceOnUse><stop stop-color=#A17500 offset=0></stop><stop stop-color=#5D2100 offset=1></stop></linearGradient><path d="m192.3 203c8.1 37.3 14 73.6 17.8 109.1 3.8 35.4 2.8 75.1-3 119.2l61.2-16.7c-15.6-59-25.2-97.9-28.6-116.6s-10.8-51.9-22.1-99.6l-25.3 4.6"clip-rule=evenodd fill-rule=evenodd></path><g stroke=#2F8A00><linearGradient x1=-660.23 x2=-660.23 y1=166.72 y2=167.72 gradientTransform="matrix(92.683 4.8573 -2.0259 38.657 61680 -3088.6)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9s-12.6-22.1-36.5-29.9c-15.9-5.2-34.4-1.5-55.5 11.1 15.9 14.3 29.5 22.6 40.7 24.9 16.8 3.6 51.3-6.1 51.3-6.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-661.36 x2=-661.36 y1=164.18 y2=165.18 gradientTransform="matrix(110 5.7648 -6.3599 121.35 73933 -15933)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5s-47.5-8.5-83.2 15.7c-23.8 16.2-34.3 49.3-31.6 99.4 30.3-27.8 52.1-48.5 65.2-61.9 19.8-20.2 49.6-53.2 49.6-53.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.79 x2=-656.79 y1=165.15 y2=166.15 gradientTransform="matrix(62.954 3.2993 -3.5023 66.828 42156 -8754.1)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9c-0.8-21.9 6-38 20.6-48.2s29.8-15.4 45.5-15.3c-6.1 21.4-14.5 35.8-25.2 43.4s-24.4 14.2-40.9 20.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-663.07 x2=-663.07 y1=165.44 y2=166.44 gradientTransform="matrix(152.47 7.9907 -3.0936 59.029 101884 -4318.7)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c31.9-30 64.1-39.7 96.7-29s50.8 30.4 54.6 59.1c-35.2-5.5-60.4-9.6-75.8-12.1-15.3-2.6-40.5-8.6-75.5-18z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-662.57 x2=-662.57 y1=164.44 y2=165.44 gradientTransform="matrix(136.46 7.1517 -5.2163 99.533 91536 -11442)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c35.8-7.6 65.6-0.2 89.2 22s37.7 49 42.3 80.3c-39.8-9.7-68.3-23.8-85.5-42.4s-32.5-38.5-46-59.9z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.43 x2=-656.43 y1=163.86 y2=164.86 gradientTransform="matrix(60.866 3.1899 -8.7773 167.48 41560 -25168)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c-33.6 13.8-53.6 35.7-60.1 65.6s-3.6 63.1 8.7 99.6c27.4-40.3 43.2-69.6 47.4-88s5.6-44.1 4-77.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><path d="m196.5 182.3c-14.8 21.6-25.1 41.4-30.8 59.4s-9.5 33-11.1 45.1"fill=none stroke-linecap=round stroke-width=8></path><path d="m194.9 185.7c-24.4 1.7-43.8 9-58.1 21.8s-24.7 25.4-31.3 37.8"fill=none stroke-linecap=round stroke-width=8></path><path d="m204.5 176.4c29.7-6.7 52-8.4 67-5.1s26.9 8.6 35.8 15.9"fill=none stroke-linecap=round stroke-width=8></path><path d="m196.5 181.4c20.3 9.9 38.2 20.5 53.9 31.9s27.4 22.1 35.1 32"fill=none stroke-linecap=round stroke-width=8></path></g></g><defs><filter x=50.5 y=399 width=532 height=633 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=50.5 y=399 width=532 height=633 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-666.06 x2=-666.23 y1=163.36 y2=163.75 gradientTransform="matrix(532 0 0 633 354760 -102959)"gradientUnits=userSpaceOnUse><stop stop-color=#FFF400 offset=0></stop><stop stop-color=#3C8700 offset=1></stop></linearGradient><ellipse cx=316.5 cy=715.5 rx=266 ry=316.5></ellipse></g><defs><filter x=391 y=-24 width=288 height=283 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=391 y=-24 width=288 height=283 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-664.56 x2=-664.56 y1=163.79 y2=164.79 gradientTransform="matrix(227 0 0 227 151421 -37204)"gradientUnits=userSpaceOnUse><stop stop-color=#FFDF00 offset=0></stop><stop stop-color=#FF9D00 offset=1></stop></linearGradient><circle cx=565.5 cy=89.5 r=113.5></circle><linearGradient x1=-644.5 x2=-645.77 y1=342 y2=342 gradientTransform="matrix(30 0 0 1 19770 -253)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=427 x2=397 y1=89 y2=89 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-641.56 x2=-642.83 y1=196.02 y2=196.07 gradientTransform="matrix(26.5 0 0 5.5 17439 -1025.5)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=430.5 x2=404 y1=55.5 y2=50 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-643.73 x2=-645 y1=185.83 y2=185.9 gradientTransform="matrix(29 0 0 8 19107 -1361)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=431 x2=402 y1=122 y2=130 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-638.94 x2=-640.22 y1=177.09 y2=177.39 gradientTransform="matrix(24 0 0 13 15783 -2145)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=442 x2=418 y1=153 y2=166 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-633.42 x2=-634.7 y1=172.41 y2=173.31 gradientTransform="matrix(20 0 0 19 13137 -3096)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=464 x2=444 y1=180 y2=199 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-619.05 x2=-619.52 y1=170.82 y2=171.82 gradientTransform="matrix(13.83 0 0 22.85 9050 -3703.4)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=491.4 x2=477.5 y1=203 y2=225.9 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-578.5 x2=-578.63 y1=170.31 y2=171.31 gradientTransform="matrix(7.5 0 0 24.5 4860 -3953)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=524.5 x2=517 y1=219.5 y2=244 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=666.5 x2=666.5 y1=170.31 y2=171.31 gradientTransform="matrix(.5 0 0 24.5 231.5 -3944)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=564.5 x2=565 y1=228.5 y2=253 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12>');function hL(){return V6()}function kx(){return W6()}function Ro(){return G6()}function rp(){return Q6()}function ip(){return th()}function gL(){return(()=>{var e=th();return e.style.setProperty("transform","rotate(90deg)"),e})()}function yL(){return(()=>{var e=th();return e.style.setProperty("transform","rotate(-90deg)"),e})()}function mL(){return Y6()}function pL(){return X6()}function vL(){return J6()}function bL(){return Z6()}function xL(){return eL()}function wL(){return tL()}function SL(){return nL()}function CL(){return rL()}function _L(){return iL()}function kL(e){return(()=>{var t=_x(),n=t.firstChild;return be(()=>J(n,"stroke",e.theme==="dark"?"#12B76A":"#027A48")),t})()}function OL(){return sL()}function EL(){return oL()}function AL(e){return[T(ve,{get when(){return e.checked},get children(){var t=_x(),n=t.firstChild;return be(()=>J(n,"stroke",e.theme==="dark"?"#9B8AFB":"#6938EF")),t}}),T(ve,{get when(){return!e.checked},get children(){var t=aL(),n=t.firstChild;return be(()=>J(n,"stroke",e.theme==="dark"?"#9B8AFB":"#6938EF")),t}})]}function PL(){return lL()}function TL(){return cL()}function ML(){return uL()}function $L(){return dL()}function sp(){const e=hn();return(()=>{var t=fL(),n=t.firstChild,r=n.nextSibling,i=r.nextSibling,s=i.firstChild,o=i.nextSibling,a=o.firstChild,l=o.nextSibling,c=l.nextSibling,u=c.firstChild,d=c.nextSibling,f=d.firstChild,h=d.nextSibling,g=h.nextSibling,m=g.firstChild,p=g.nextSibling,v=p.firstChild,b=p.nextSibling,x=b.nextSibling,S=x.firstChild,w=x.nextSibling,_=w.firstChild,C=w.nextSibling,k=C.nextSibling,O=k.firstChild,A=k.nextSibling,M=A.firstChild,L=A.nextSibling,G=L.nextSibling,R=G.firstChild,D=G.nextSibling,j=D.firstChild,I=D.nextSibling,oe=I.nextSibling,ue=oe.firstChild,B=oe.nextSibling,Y=B.firstChild,ne=B.nextSibling,ae=ne.firstChild,F=ae.nextSibling,W=F.nextSibling,q=W.nextSibling,ce=q.nextSibling,V=ne.nextSibling,fe=V.firstChild,he=V.nextSibling,Ie=he.firstChild,te=he.nextSibling,ge=te.firstChild,Ce=ge.nextSibling,Ae=Ce.nextSibling,lt=Ae.firstChild,$t=lt.nextSibling,Z=$t.nextSibling,je=Z.nextSibling,Ze=je.nextSibling,Ne=Ze.nextSibling,Te=Ne.nextSibling,Re=Te.nextSibling,me=Re.nextSibling,de=me.nextSibling,Me=de.nextSibling,qe=Me.nextSibling,mn=te.nextSibling,Yr=mn.firstChild,Un=mn.nextSibling,Xr=Un.firstChild,Kn=Un.nextSibling,mr=Kn.firstChild,Ba=mr.nextSibling,Qs=Kn.nextSibling,qa=Qs.firstChild,Ri=Qs.nextSibling,za=Ri.firstChild,Ys=Ri.nextSibling,Xs=Ys.firstChild,Js=Xs.nextSibling,Fi=Js.nextSibling,oh=Fi.nextSibling,ah=oh.nextSibling,lh=ah.nextSibling,ch=lh.nextSibling,uh=ch.nextSibling,dh=uh.nextSibling,fh=dh.nextSibling,hh=fh.nextSibling,gh=hh.nextSibling,yh=gh.nextSibling,mh=yh.nextSibling,ph=mh.nextSibling,vh=ph.nextSibling,bh=vh.nextSibling,Rx=bh.nextSibling;return J(n,"id",`a-${e}`),J(r,"fill",`url(#a-${e})`),J(s,"id",`am-${e}`),J(o,"id",`b-${e}`),J(a,"filter",`url(#am-${e})`),J(l,"mask",`url(#b-${e})`),J(u,"id",`ah-${e}`),J(d,"id",`k-${e}`),J(f,"filter",`url(#ah-${e})`),J(h,"mask",`url(#k-${e})`),J(m,"id",`ae-${e}`),J(p,"id",`j-${e}`),J(v,"filter",`url(#ae-${e})`),J(b,"mask",`url(#j-${e})`),J(S,"id",`ai-${e}`),J(w,"id",`i-${e}`),J(_,"filter",`url(#ai-${e})`),J(C,"mask",`url(#i-${e})`),J(O,"id",`aj-${e}`),J(A,"id",`h-${e}`),J(M,"filter",`url(#aj-${e})`),J(L,"mask",`url(#h-${e})`),J(R,"id",`ag-${e}`),J(D,"id",`g-${e}`),J(j,"filter",`url(#ag-${e})`),J(I,"mask",`url(#g-${e})`),J(ue,"id",`af-${e}`),J(B,"id",`f-${e}`),J(Y,"filter",`url(#af-${e})`),J(ne,"mask",`url(#f-${e})`),J(q,"id",`m-${e}`),J(ce,"fill",`url(#m-${e})`),J(fe,"id",`ak-${e}`),J(he,"id",`e-${e}`),J(Ie,"filter",`url(#ak-${e})`),J(te,"mask",`url(#e-${e})`),J(ge,"id",`n-${e}`),J(Ce,"fill",`url(#n-${e})`),J(lt,"id",`r-${e}`),J($t,"fill",`url(#r-${e})`),J(Z,"id",`s-${e}`),J(je,"fill",`url(#s-${e})`),J(Ze,"id",`q-${e}`),J(Ne,"fill",`url(#q-${e})`),J(Te,"id",`p-${e}`),J(Re,"fill",`url(#p-${e})`),J(me,"id",`o-${e}`),J(de,"fill",`url(#o-${e})`),J(Me,"id",`l-${e}`),J(qe,"fill",`url(#l-${e})`),J(Yr,"id",`al-${e}`),J(Un,"id",`d-${e}`),J(Xr,"filter",`url(#al-${e})`),J(Kn,"mask",`url(#d-${e})`),J(mr,"id",`u-${e}`),J(Ba,"fill",`url(#u-${e})`),J(qa,"id",`ad-${e}`),J(Ri,"id",`c-${e}`),J(za,"filter",`url(#ad-${e})`),J(Ys,"mask",`url(#c-${e})`),J(Xs,"id",`t-${e}`),J(Js,"fill",`url(#t-${e})`),J(Fi,"id",`v-${e}`),J(oh,"stroke",`url(#v-${e})`),J(ah,"id",`aa-${e}`),J(lh,"stroke",`url(#aa-${e})`),J(ch,"id",`w-${e}`),J(uh,"stroke",`url(#w-${e})`),J(dh,"id",`ac-${e}`),J(fh,"stroke",`url(#ac-${e})`),J(hh,"id",`ab-${e}`),J(gh,"stroke",`url(#ab-${e})`),J(yh,"id",`y-${e}`),J(mh,"stroke",`url(#y-${e})`),J(ph,"id",`x-${e}`),J(vh,"stroke",`url(#x-${e})`),J(bh,"id",`z-${e}`),J(Rx,"stroke",`url(#z-${e})`),t})()}var jL=le('<span><svg width=16 height=16 viewBox="0 0 16 16"fill=none xmlns=http://www.w3.org/2000/svg><path d="M6 12L10 8L6 4"stroke-width=2 stroke-linecap=round stroke-linejoin=round>'),DL=le('<button title="Copy object to clipboard">'),LL=le('<button title="Remove all items"aria-label="Remove all items">'),IL=le('<button title="Delete item"aria-label="Delete item">'),RL=le('<button title="Toggle value"aria-label="Toggle value">'),FL=le('<button title="Bulk Edit Data"aria-label="Bulk Edit Data">'),yo=le("<div>"),NL=le("<div><button> <span></span> <span> "),BL=le("<input>"),op=le("<span>"),qL=le("<div><span>:"),zL=le("<div><div><button> [<!>...<!>]");function HL(e,t){let n=0;const r=[];for(;n<e.length;)r.push(e.slice(n,n+t)),n=n+t;return r}var ap=e=>{const t=mt(),n=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,r=H(()=>t()==="dark"?Gs(n):Ws(n));return(()=>{var i=jL();return be(()=>ee(i,se(r().expander,n`
|
|
69
70
|
transform: rotate(${e.expanded?90:0}deg);
|
|
70
71
|
`,e.expanded&&n`
|
|
71
72
|
& svg {
|
|
72
73
|
top: -1px;
|
|
73
74
|
}
|
|
74
|
-
`))),i})()},
|
|
75
|
-
width: ${
|
|
76
|
-
height: ${
|
|
77
|
-
`))),s})()};function
|
|
75
|
+
`))),i})()},UL=e=>{const t=mt(),n=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,r=H(()=>t()==="dark"?Gs(n):Ws(n)),[i,s]=re("NoCopy");return(()=>{var o=DL();return I0(o,"click",i()==="NoCopy"?()=>{navigator.clipboard.writeText(lC(e.value)).then(()=>{s("SuccessCopy"),setTimeout(()=>{s("NoCopy")},1500)},a=>{s("ErrorCopy"),setTimeout(()=>{s("NoCopy")},1500)})}:void 0,!0),K(o,T(uS,{get children(){return[T(Xc,{get when(){return i()==="NoCopy"},get children(){return T(CL,{})}}),T(Xc,{get when(){return i()==="SuccessCopy"},get children(){return T(kL,{get theme(){return t()}})}}),T(Xc,{get when(){return i()==="ErrorCopy"},get children(){return T(OL,{})}})]}})),be(a=>{var l=r().actionButton,c=`${i()==="NoCopy"?"Copy object to clipboard":i()==="SuccessCopy"?"Object copied to clipboard":"Error copying object to clipboard"}`;return l!==a.e&&ee(o,a.e=l),c!==a.t&&J(o,"aria-label",a.t=c),a},{e:void 0,t:void 0}),o})()},KL=e=>{const t=mt(),n=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,r=H(()=>t()==="dark"?Gs(n):Ws(n)),i=ye().client;return(()=>{var s=LL();return s.$$click=()=>{const o=e.activeQuery.state.data,a=ai(o,e.dataPath,[]);i.setQueryData(e.activeQuery.queryKey,a)},K(s,T(EL,{})),be(()=>ee(s,r().actionButton)),s})()},lp=e=>{const t=mt(),n=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,r=H(()=>t()==="dark"?Gs(n):Ws(n)),i=ye().client;return(()=>{var s=IL();return s.$$click=()=>{const o=e.activeQuery.state.data,a=wo(o,e.dataPath);i.setQueryData(e.activeQuery.queryKey,a)},K(s,T(kx,{})),be(()=>ee(s,se(r().actionButton))),s})()},VL=e=>{const t=mt(),n=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,r=H(()=>t()==="dark"?Gs(n):Ws(n)),i=ye().client;return(()=>{var s=RL();return s.$$click=()=>{const o=e.activeQuery.state.data,a=ai(o,e.dataPath,!e.value);i.setQueryData(e.activeQuery.queryKey,a)},K(s,T(AL,{get theme(){return t()},get checked(){return e.value}})),be(()=>ee(s,se(r().actionButton,n`
|
|
76
|
+
width: ${U.size[3.5]};
|
|
77
|
+
height: ${U.size[3.5]};
|
|
78
|
+
`))),s})()};function cp(e){return Symbol.iterator in e}function Lr(e){var g;const t=mt(),n=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,r=H(()=>t()==="dark"?Gs(n):Ws(n)),i=ye().client,[s,o]=re((e.defaultExpanded||[]).includes(e.label)),a=()=>o(m=>!m),[l,c]=re([]),u=H(()=>Array.isArray(e.value)?e.value.map((m,p)=>({label:p.toString(),value:m})):e.value!==null&&typeof e.value=="object"&&cp(e.value)&&typeof e.value[Symbol.iterator]=="function"?e.value instanceof Map?Array.from(e.value,([m,p])=>({label:m,value:p})):Array.from(e.value,(m,p)=>({label:p.toString(),value:m})):typeof e.value=="object"&&e.value!==null?Object.entries(e.value).map(([m,p])=>({label:m,value:p})):[]),d=H(()=>Array.isArray(e.value)?"array":e.value!==null&&typeof e.value=="object"&&cp(e.value)&&typeof e.value[Symbol.iterator]=="function"?"Iterable":typeof e.value=="object"&&e.value!==null?"object":typeof e.value),f=H(()=>HL(u(),100)),h=(g=e.dataPath)!=null?g:[];return(()=>{var m=yo();return K(m,T(ve,{get when(){return f().length},get children(){return[(()=>{var p=NL(),v=p.firstChild,b=v.firstChild,x=b.nextSibling,S=x.nextSibling,w=S.nextSibling,_=w.firstChild;return v.$$click=()=>a(),K(v,T(ap,{get expanded(){return s()}}),b),K(x,()=>e.label),K(w,()=>String(d()).toLowerCase()==="iterable"?"(Iterable) ":"",_),K(w,()=>u().length,_),K(w,()=>u().length>1?"items":"item",null),K(p,T(ve,{get when(){return e.editable},get children(){var C=yo();return K(C,T(UL,{get value(){return e.value}}),null),K(C,T(ve,{get when(){return e.itemsDeletable&&e.activeQuery!==void 0},get children(){return T(lp,{get activeQuery(){return e.activeQuery},dataPath:h})}}),null),K(C,T(ve,{get when(){return d()==="array"&&e.activeQuery!==void 0},get children(){return T(KL,{get activeQuery(){return e.activeQuery},dataPath:h})}}),null),K(C,T(ve,{get when(){return H(()=>!!e.onEdit)()&&!tv(e.value).meta},get children(){var k=FL();return k.$$click=()=>{var O;(O=e.onEdit)==null||O.call(e)},K(k,T(_L,{})),be(()=>ee(k,r().actionButton)),k}}),null),be(()=>ee(C,r().actions)),C}}),null),be(C=>{var k=r().expanderButtonContainer,O=r().expanderButton,A=r().info;return k!==C.e&&ee(p,C.e=k),O!==C.t&&ee(v,C.t=O),A!==C.a&&ee(w,C.a=A),C},{e:void 0,t:void 0,a:void 0}),p})(),T(ve,{get when(){return s()},get children(){return[T(ve,{get when(){return f().length===1},get children(){var p=yo();return K(p,T(Zl,{get each(){return u()},by:v=>v.label,children:v=>T(Lr,{get defaultExpanded(){return e.defaultExpanded},get label(){return v().label},get value(){return v().value},get editable(){return e.editable},get dataPath(){return[...h,v().label]},get activeQuery(){return e.activeQuery},get itemsDeletable(){return d()==="array"||d()==="Iterable"||d()==="object"}})})),be(()=>ee(p,r().subEntry)),p}}),T(ve,{get when(){return f().length>1},get children(){var p=yo();return K(p,T(cS,{get each(){return f()},children:(v,b)=>(()=>{var x=zL(),S=x.firstChild,w=S.firstChild,_=w.firstChild,C=_.nextSibling,k=C.nextSibling,O=k.nextSibling;return O.nextSibling,w.$$click=()=>c(A=>A.includes(b)?A.filter(M=>M!==b):[...A,b]),K(w,T(ap,{get expanded(){return l().includes(b)}}),_),K(w,b*100,C),K(w,b*100+100-1,O),K(S,T(ve,{get when(){return l().includes(b)},get children(){var A=yo();return K(A,T(Zl,{get each(){return v()},by:M=>M.label,children:M=>T(Lr,{get defaultExpanded(){return e.defaultExpanded},get label(){return M().label},get value(){return M().value},get editable(){return e.editable},get dataPath(){return[...h,M().label]},get activeQuery(){return e.activeQuery}})})),be(()=>ee(A,r().subEntry)),A}}),null),be(A=>{var M=r().entry,L=r().expanderButton;return M!==A.e&&ee(S,A.e=M),L!==A.t&&ee(w,A.t=L),A},{e:void 0,t:void 0}),x})()})),be(()=>ee(p,r().subEntry)),p}})]}})]}}),null),K(m,T(ve,{get when(){return f().length===0},get children(){var p=qL(),v=p.firstChild,b=v.firstChild;return K(v,()=>e.label,b),K(p,T(ve,{get when(){return H(()=>!!(e.editable&&e.activeQuery!==void 0))()&&(d()==="string"||d()==="number"||d()==="boolean")},get fallback(){return(()=>{var x=op();return K(x,()=>Fl(e.value)),be(()=>ee(x,r().value)),x})()},get children(){return[T(ve,{get when(){return H(()=>!!(e.editable&&e.activeQuery!==void 0))()&&(d()==="string"||d()==="number")},get children(){var x=BL();return x.addEventListener("change",S=>{const w=e.activeQuery.state.data,_=ai(w,h,d()==="number"?S.target.valueAsNumber:S.target.value);i.setQueryData(e.activeQuery.queryKey,_)}),be(S=>{var w=d()==="number"?"number":"text",_=se(r().value,r().editableInput);return w!==S.e&&J(x,"type",S.e=w),_!==S.t&&ee(x,S.t=_),S},{e:void 0,t:void 0}),be(()=>x.value=e.value),x}}),T(ve,{get when(){return d()==="boolean"},get children(){var x=op();return K(x,T(VL,{get activeQuery(){return e.activeQuery},dataPath:h,get value(){return e.value}}),null),K(x,()=>Fl(e.value),null),be(()=>ee(x,se(r().value,r().actions,r().editableInput))),x}})]}}),null),K(p,T(ve,{get when(){return e.editable&&e.itemsDeletable&&e.activeQuery!==void 0},get children(){return T(lp,{get activeQuery(){return e.activeQuery},dataPath:h})}}),null),be(x=>{var S=r().row,w=r().label;return S!==x.e&&ee(p,x.e=S),w!==x.t&&ee(v,x.t=w),x},{e:void 0,t:void 0}),p}}),null),be(()=>ee(m,r().entry)),m})()}var Ox=(e,t)=>{const{colors:n,font:r,size:i,border:s}=U,o=(a,l)=>e==="light"?a:l;return{entry:t`
|
|
78
79
|
& * {
|
|
79
80
|
font-size: ${r.size.xs};
|
|
80
81
|
font-family:
|
|
@@ -186,7 +187,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
186
187
|
outline: 2px solid ${n.blue[800]};
|
|
187
188
|
outline-offset: 2px;
|
|
188
189
|
}
|
|
189
|
-
`}},Ws=e=>Ox("light",e),Gs=e=>Ox("dark",e);fc(["click"]);var
|
|
190
|
+
`}},Ws=e=>Ox("light",e),Gs=e=>Ox("dark",e);fc(["click"]);var WL=le('<div><div aria-hidden=true></div><button type=button aria-label="Open Tanstack query devtools"class=tsqd-open-btn>'),Na=le("<div>"),GL=le('<aside aria-label="Tanstack query devtools"><div></div><button aria-label="Close tanstack query devtools">'),QL=le("<select name=tsqd-queries-filter-sort>"),YL=le("<select name=tsqd-mutations-filter-sort>"),XL=le("<span>Asc"),JL=le("<span>Desc"),ZL=le('<button aria-label="Open in picture-in-picture mode"title="Open in picture-in-picture mode">'),eI=le("<div>Settings"),tI=le("<span>Position"),nI=le("<span>Top"),rI=le("<span>Bottom"),iI=le("<span>Left"),sI=le("<span>Right"),oI=le("<span>Theme"),aI=le("<span>Light"),lI=le("<span>Dark"),cI=le("<span>System"),uI=le("<div><div class=tsqd-queries-container>"),dI=le("<div><div class=tsqd-mutations-container>"),fI=le('<div><div><div><button aria-label="Close Tanstack query devtools"><span>TANSTACK</span><span> v</span></button></div></div><div><div><div><input aria-label="Filter queries by query key"type=text placeholder=Filter name=tsqd-query-filter-input></div><div></div><button class=tsqd-query-filter-sort-order-btn></button></div><div><button aria-label="Clear query cache"></button><button>'),up=le("<option>Sort by "),hI=le("<div class=tsqd-query-disabled-indicator>disabled"),gI=le("<div class=tsqd-query-static-indicator>static"),Ex=le("<button><div></div><code class=tsqd-query-hash>"),yI=le("<div role=tooltip id=tsqd-status-tooltip>"),mI=le("<span>"),pI=le("<button><span></span><span>"),vI=le("<button><span></span> Error"),bI=le('<div><span></span>Trigger Error<select><option value=""disabled selected>'),xI=le('<div class="tsqd-query-details-explorer-container tsqd-query-details-data-explorer">'),wI=le("<form><textarea name=data></textarea><div><span></span><div><button type=button>Cancel</button><button>Save"),SI=le('<div><div>Query Details</div><div><div class=tsqd-query-details-summary><pre><code></code></pre><span></span></div><div class=tsqd-query-details-observers-count><span>Observers:</span><span></span></div><div class=tsqd-query-details-last-updated><span>Last Updated:</span><span></span></div></div><div>Actions</div><div><button><span></span>Refetch</button><button><span></span>Invalidate</button><button><span></span>Reset</button><button><span></span>Remove</button><button><span></span> Loading</button></div><div>Data </div><div>Query Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer">'),CI=le("<option>"),_I=le('<div><div>Mutation Details</div><div><div class=tsqd-query-details-summary><pre><code></code></pre><span></span></div><div class=tsqd-query-details-last-updated><span>Submitted At:</span><span></span></div></div><div>Variables Details</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer"></div><div>Context Details</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer"></div><div>Data Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer"></div><div>Mutations Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer">'),[Gt,Hc]=re(null),[Fr,Ax]=re(null),[xn,nh]=re(0),[mo,kI]=re(!1),OI=e=>{const t=mt(),n=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,r=H(()=>t()==="dark"?yn(n):gn(n)),i=H(()=>ye().onlineManager);ur(()=>{const d=i().subscribe(f=>{kI(!f)});we(()=>{d()})});const s=If(),o=H(()=>ye().buttonPosition||Ej),a=H(()=>e.localStore.open==="true"?!0:e.localStore.open==="false"?!1:ye().initialIsOpen||Aj),l=H(()=>e.localStore.position||ye().position||Rd);let c;xe(()=>{const d=c.parentElement,f=e.localStore.height||Jb,h=e.localStore.width||Zb,g=l();d.style.setProperty("--tsqd-panel-height",`${g==="top"?"-":""}${f}px`),d.style.setProperty("--tsqd-panel-width",`${g==="left"?"-":""}${h}px`)}),ur(()=>{const d=()=>{const f=c.parentElement,h=getComputedStyle(f).fontSize;f.style.setProperty("--tsqd-font-size",h)};d(),window.addEventListener("focus",d),we(()=>{window.removeEventListener("focus",d)})});const u=H(()=>{var d;return(d=e.localStore.pip_open)!=null?d:"false"});return[T(ve,{get when(){return H(()=>!!s().pipWindow)()&&u()=="true"},get children(){return T(B0,{get mount(){var d;return(d=s().pipWindow)==null?void 0:d.document.body},get children(){return T(EI,{get children(){return T(rh,e)}})}})}}),(()=>{var d=Na(),f=c;return typeof f=="function"?Fs(f,d):c=d,K(d,T(Om,{name:"tsqd-panel-transition",get children(){return T(ve,{get when(){return H(()=>!!(a()&&!s().pipWindow))()&&u()=="false"},get children(){return T(PI,{get localStore(){return e.localStore},get setLocalStore(){return e.setLocalStore}})}})}}),null),K(d,T(Om,{name:"tsqd-button-transition",get children(){return T(ve,{get when(){return!a()},get children(){var h=WL(),g=h.firstChild,m=g.nextSibling;return K(g,T(sp,{})),m.$$click=()=>e.setLocalStore("open","true"),K(m,T(sp,{})),be(()=>ee(h,se(r().devtoolsBtn,r()[`devtoolsBtn-position-${o()}`],"tsqd-open-btn-container"))),h}})}}),null),be(()=>ee(d,se(n`
|
|
190
191
|
& .tsqd-panel-transition-exit-active,
|
|
191
192
|
& .tsqd-panel-transition-enter-active {
|
|
192
193
|
transition:
|
|
@@ -212,62 +213,62 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
212
213
|
transform: ${o()==="relative"?"none;":o()==="top-left"?"translateX(-72px);":o()==="top-right"?"translateX(72px);":"translateY(72px);"};
|
|
213
214
|
opacity: 0;
|
|
214
215
|
}
|
|
215
|
-
`,"tsqd-transitions-container"))),d})()]},
|
|
216
|
+
`,"tsqd-transitions-container"))),d})()]},EI=e=>{const t=If(),n=mt(),r=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,i=H(()=>n()==="dark"?yn(r):gn(r)),s=()=>{const{colors:o}=U,a=(l,c)=>n()==="dark"?c:l;return xn()<Ti?r`
|
|
216
217
|
flex-direction: column;
|
|
217
218
|
background-color: ${a(o.gray[300],o.gray[600])};
|
|
218
219
|
`:r`
|
|
219
220
|
flex-direction: row;
|
|
220
221
|
background-color: ${a(o.gray[200],o.darkGray[900])};
|
|
221
|
-
`};return xe(()=>{const o=t().pipWindow,a=()=>{o&&nh(o.innerWidth)};o&&(o.addEventListener("resize",a),a()),we(()=>{o&&o.removeEventListener("resize",a)})}),(()=>{var o=Na();return o.style.setProperty("--tsqd-font-size","16px"),o.style.setProperty("max-height","100vh"),o.style.setProperty("height","100vh"),o.style.setProperty("width","100vw"),
|
|
222
|
+
`};return xe(()=>{const o=t().pipWindow,a=()=>{o&&nh(o.innerWidth)};o&&(o.addEventListener("resize",a),a()),we(()=>{o&&o.removeEventListener("resize",a)})}),(()=>{var o=Na();return o.style.setProperty("--tsqd-font-size","16px"),o.style.setProperty("max-height","100vh"),o.style.setProperty("height","100vh"),o.style.setProperty("width","100vw"),K(o,()=>e.children),be(()=>ee(o,se(i().panel,s(),{[r`
|
|
222
223
|
min-width: min-content;
|
|
223
|
-
`]:
|
|
224
|
+
`]:xn()<Df},"tsqd-main-panel"))),o})()},AI=e=>{const t=mt(),n=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,r=H(()=>t()==="dark"?yn(n):gn(n));let i;ur(()=>{o1(i,({width:o},a)=>{a===i&&nh(o)})});const s=()=>{const{colors:o}=U,a=(l,c)=>t()==="dark"?c:l;return xn()<Ti?n`
|
|
224
225
|
flex-direction: column;
|
|
225
226
|
background-color: ${a(o.gray[300],o.gray[600])};
|
|
226
227
|
`:n`
|
|
227
228
|
flex-direction: row;
|
|
228
229
|
background-color: ${a(o.gray[200],o.darkGray[900])};
|
|
229
|
-
`};return(()=>{var o=Na(),a=i;return typeof a=="function"?Fs(a,o):i=o,o.style.setProperty("--tsqd-font-size","16px"),
|
|
230
|
+
`};return(()=>{var o=Na(),a=i;return typeof a=="function"?Fs(a,o):i=o,o.style.setProperty("--tsqd-font-size","16px"),K(o,()=>e.children),be(()=>ee(o,se(r().parentPanel,s(),{[n`
|
|
230
231
|
min-width: min-content;
|
|
231
|
-
`]:
|
|
232
|
+
`]:xn()<Df},"tsqd-main-panel"))),o})()},PI=e=>{const t=mt(),n=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,r=H(()=>t()==="dark"?yn(n):gn(n)),[i,s]=re(!1),o=H(()=>e.localStore.position||ye().position||Rd),a=u=>{const d=u.currentTarget.parentElement;if(!d)return;s(!0);const{height:f,width:h}=d.getBoundingClientRect(),g=u.clientX,m=u.clientY;let p=0;const v=Uh(3.5),b=Uh(12),x=w=>{if(w.preventDefault(),o()==="left"||o()==="right"){const _=o()==="right"?g-w.clientX:w.clientX-g;p=Math.round(h+_),p<b&&(p=b),e.setLocalStore("width",String(Math.round(p)));const C=d.getBoundingClientRect().width;Number(e.localStore.width)<C&&e.setLocalStore("width",String(C))}else{const _=o()==="bottom"?m-w.clientY:w.clientY-m;p=Math.round(f+_),p<v&&(p=v,Hc(null)),e.setLocalStore("height",String(Math.round(p)))}},S=()=>{i()&&s(!1),document.removeEventListener("mousemove",x,!1),document.removeEventListener("mouseUp",S,!1)};document.addEventListener("mousemove",x,!1),document.addEventListener("mouseup",S,!1)};let l;ur(()=>{o1(l,({width:u},d)=>{d===l&&nh(u)})}),xe(()=>{var m,p;const u=(p=(m=l.parentElement)==null?void 0:m.parentElement)==null?void 0:p.parentElement;if(!u)return;const d=e.localStore.position||Rd,f=cC("padding",d),h=e.localStore.position==="left"||e.localStore.position==="right",g=(({padding:v,paddingTop:b,paddingBottom:x,paddingLeft:S,paddingRight:w})=>({padding:v,paddingTop:b,paddingBottom:x,paddingLeft:S,paddingRight:w}))(u.style);u.style[f]=`${h?e.localStore.width:e.localStore.height}px`,we(()=>{Object.entries(g).forEach(([v,b])=>{u.style[v]=b})})});const c=()=>{const{colors:u}=U,d=(f,h)=>t()==="dark"?h:f;return xn()<Ti?n`
|
|
232
233
|
flex-direction: column;
|
|
233
234
|
background-color: ${d(u.gray[300],u.gray[600])};
|
|
234
235
|
`:n`
|
|
235
236
|
flex-direction: row;
|
|
236
237
|
background-color: ${d(u.gray[200],u.darkGray[900])};
|
|
237
|
-
`};return(()=>{var u=
|
|
238
|
+
`};return(()=>{var u=GL(),d=u.firstChild,f=d.nextSibling,h=l;return typeof h=="function"?Fs(h,u):l=u,d.$$mousedown=a,f.$$click=()=>e.setLocalStore("open","false"),K(f,T(Ro,{})),K(u,T(rh,e),null),be(g=>{var m=se(r().panel,r()[`panel-position-${o()}`],c(),{[n`
|
|
238
239
|
min-width: min-content;
|
|
239
|
-
`]:
|
|
240
|
+
`]:xn()<Df&&(o()==="right"||o()==="left")},"tsqd-main-panel"),p=o()==="bottom"||o()==="top"?`${e.localStore.height||Jb}px`:"auto",v=o()==="right"||o()==="left"?`${e.localStore.width||Zb}px`:"auto",b=se(r().dragHandle,r()[`dragHandle-position-${o()}`],"tsqd-drag-handle"),x=se(r().closeBtn,r()[`closeBtn-position-${o()}`],"tsqd-minimize-btn");return m!==g.e&&ee(u,g.e=m),p!==g.t&&((g.t=p)!=null?u.style.setProperty("height",p):u.style.removeProperty("height")),v!==g.a&&((g.a=v)!=null?u.style.setProperty("width",v):u.style.removeProperty("width")),b!==g.o&&ee(d,g.o=b),x!==g.i&&ee(f,g.i=x),g},{e:void 0,t:void 0,a:void 0,o:void 0,i:void 0}),u})()},rh=e=>{II(),RI();let t;const n=mt(),r=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,i=H(()=>n()==="dark"?yn(r):gn(r)),s=If(),[o,a]=re("queries"),l=H(()=>e.localStore.sort||Tj),c=H(()=>Number(e.localStore.sortOrder)||bm),u=H(()=>e.localStore.mutationSort||Mj),d=H(()=>Number(e.localStore.mutationSortOrder)||bm),f=H(()=>sd[l()]),h=H(()=>od[u()]),g=H(()=>ye().onlineManager),m=H(()=>ye().client.getQueryCache()),p=H(()=>ye().client.getMutationCache()),v=ht(C=>C().getAll().length,!1),b=H(cr(()=>[v(),e.localStore.filter,l(),c()],()=>{const C=m().getAll(),k=e.localStore.filter?C.filter(A=>xm(A.queryHash,e.localStore.filter||"").passed):[...C];return f()?k.sort((A,M)=>f()(A,M)*c()):k})),x=bn(C=>C().getAll().length,!1),S=H(cr(()=>[x(),e.localStore.mutationFilter,u(),d()],()=>{const C=p().getAll(),k=e.localStore.mutationFilter?C.filter(A=>{const M=`${A.options.mutationKey?JSON.stringify(A.options.mutationKey)+" - ":""}${new Date(A.state.submittedAt).toLocaleString()}`;return xm(M,e.localStore.mutationFilter||"").passed}):[...C];return h()?k.sort((A,M)=>h()(A,M)*d()):k})),w=C=>{e.setLocalStore("position",C)},_=C=>{const O=getComputedStyle(t).getPropertyValue("--tsqd-font-size");C.style.setProperty("--tsqd-font-size",O)};return[(()=>{var C=fI(),k=C.firstChild,O=k.firstChild,A=O.firstChild,M=A.firstChild,L=M.nextSibling,G=L.firstChild,R=k.nextSibling,D=R.firstChild,j=D.firstChild,I=j.firstChild,oe=j.nextSibling,ue=oe.nextSibling,B=D.nextSibling,Y=B.firstChild,ne=Y.nextSibling,ae=t;return typeof ae=="function"?Fs(ae,C):t=C,A.$$click=()=>{if(!s().pipWindow&&!e.showPanelViewOnly){e.setLocalStore("open","false");return}e.onClose&&e.onClose()},K(L,()=>ye().queryFlavor,G),K(L,()=>ye().version,null),K(O,T(on.Root,{get class(){return se(i().viewToggle)},get value(){return o()},onChange:F=>{a(F),Hc(null),Ax(null)},get children(){return[T(on.Item,{value:"queries",class:"tsqd-radio-toggle",get children(){return[T(on.ItemInput,{}),T(on.ItemControl,{get children(){return T(on.ItemIndicator,{})}}),T(on.ItemLabel,{title:"Toggle Queries View",children:"Queries"})]}}),T(on.Item,{value:"mutations",class:"tsqd-radio-toggle",get children(){return[T(on.ItemInput,{}),T(on.ItemControl,{get children(){return T(on.ItemIndicator,{})}}),T(on.ItemLabel,{title:"Toggle Mutations View",children:"Mutations"})]}})]}}),null),K(k,T(ve,{get when(){return o()==="queries"},get children(){return T($I,{})}}),null),K(k,T(ve,{get when(){return o()==="mutations"},get children(){return T(jI,{})}}),null),K(j,T(hL,{}),I),I.$$input=F=>{o()==="queries"?e.setLocalStore("filter",F.currentTarget.value):e.setLocalStore("mutationFilter",F.currentTarget.value)},K(oe,T(ve,{get when(){return o()==="queries"},get children(){var F=QL();return F.addEventListener("change",W=>{e.setLocalStore("sort",W.currentTarget.value)}),K(F,()=>Object.keys(sd).map(W=>(()=>{var q=up();return q.firstChild,q.value=W,K(q,W,null),q})())),be(()=>F.value=l()),F}}),null),K(oe,T(ve,{get when(){return o()==="mutations"},get children(){var F=YL();return F.addEventListener("change",W=>{e.setLocalStore("mutationSort",W.currentTarget.value)}),K(F,()=>Object.keys(od).map(W=>(()=>{var q=up();return q.firstChild,q.value=W,K(q,W,null),q})())),be(()=>F.value=u()),F}}),null),K(oe,T(Ro,{}),null),ue.$$click=()=>{o()==="queries"?e.setLocalStore("sortOrder",String(c()*-1)):e.setLocalStore("mutationSortOrder",String(d()*-1))},K(ue,T(ve,{get when(){return(o()==="queries"?c():d())===1},get children(){return[XL(),T(rp,{})]}}),null),K(ue,T(ve,{get when(){return(o()==="queries"?c():d())===-1},get children(){return[JL(),T(ip,{})]}}),null),Y.$$click=()=>{o()==="queries"?(jn({type:"CLEAR_QUERY_CACHE"}),m().clear()):(jn({type:"CLEAR_MUTATION_CACHE"}),p().clear())},K(Y,T(kx,{})),ne.$$click=()=>{g().setOnline(!g().isOnline())},K(ne,(()=>{var F=H(()=>!!mo());return()=>F()?T(xL,{}):T(bL,{})})()),K(B,T(ve,{get when(){return H(()=>!s().pipWindow)()&&!s().disabled},get children(){var F=ZL();return F.$$click=()=>{var W;s().requestPipWindow(Number(window.innerWidth),Number((W=e.localStore.height)!=null?W:500))},K(F,T(SL,{})),be(()=>ee(F,se(i().actionsBtn,"tsqd-actions-btn","tsqd-action-open-pip"))),F}}),null),K(B,T(ct.Root,{gutter:4,get children(){return[T(ct.Trigger,{get class(){return se(i().actionsBtn,"tsqd-actions-btn","tsqd-action-settings")},get children(){return T(wL,{})}}),T(ct.Portal,{ref:F=>_(F),get mount(){return H(()=>!!s().pipWindow)()?s().pipWindow.document.body:document.body},get children(){return T(ct.Content,{get class(){return se(i().settingsMenu,"tsqd-settings-menu")},get children(){return[(()=>{var F=eI();return be(()=>ee(F,se(i().settingsMenuHeader,"tsqd-settings-menu-header"))),F})(),T(ve,{get when(){return!e.showPanelViewOnly},get children(){return T(ct.Sub,{overlap:!0,gutter:8,shift:-4,get children(){return[T(ct.SubTrigger,{get class(){return se(i().settingsSubTrigger,"tsqd-settings-menu-sub-trigger","tsqd-settings-menu-sub-trigger-position")},get children(){return[tI(),T(Ro,{})]}}),T(ct.Portal,{ref:F=>_(F),get mount(){return H(()=>!!s().pipWindow)()?s().pipWindow.document.body:document.body},get children(){return T(ct.SubContent,{get class(){return se(i().settingsMenu,"tsqd-settings-submenu")},get children(){return[T(ct.Item,{onSelect:()=>{w("top")},as:"button",get class(){return se(i().settingsSubButton,"tsqd-settings-menu-position-btn","tsqd-settings-menu-position-btn-top")},get children(){return[nI(),T(rp,{})]}}),T(ct.Item,{onSelect:()=>{w("bottom")},as:"button",get class(){return se(i().settingsSubButton,"tsqd-settings-menu-position-btn","tsqd-settings-menu-position-btn-bottom")},get children(){return[rI(),T(ip,{})]}}),T(ct.Item,{onSelect:()=>{w("left")},as:"button",get class(){return se(i().settingsSubButton,"tsqd-settings-menu-position-btn","tsqd-settings-menu-position-btn-left")},get children(){return[iI(),T(gL,{})]}}),T(ct.Item,{onSelect:()=>{w("right")},as:"button",get class(){return se(i().settingsSubButton,"tsqd-settings-menu-position-btn","tsqd-settings-menu-position-btn-right")},get children(){return[sI(),T(yL,{})]}})]}})}})]}})}}),T(ct.Sub,{overlap:!0,gutter:8,shift:-4,get children(){return[T(ct.SubTrigger,{get class(){return se(i().settingsSubTrigger,"tsqd-settings-menu-sub-trigger","tsqd-settings-menu-sub-trigger-position")},get children(){return[oI(),T(Ro,{})]}}),T(ct.Portal,{ref:F=>_(F),get mount(){return H(()=>!!s().pipWindow)()?s().pipWindow.document.body:document.body},get children(){return T(ct.SubContent,{get class(){return se(i().settingsMenu,"tsqd-settings-submenu")},get children(){return[T(ct.Item,{onSelect:()=>{e.setLocalStore("theme_preference","light")},as:"button",get class(){return se(i().settingsSubButton,e.localStore.theme_preference==="light"&&i().themeSelectedButton,"tsqd-settings-menu-position-btn","tsqd-settings-menu-position-btn-top")},get children(){return[aI(),T(mL,{})]}}),T(ct.Item,{onSelect:()=>{e.setLocalStore("theme_preference","dark")},as:"button",get class(){return se(i().settingsSubButton,e.localStore.theme_preference==="dark"&&i().themeSelectedButton,"tsqd-settings-menu-position-btn","tsqd-settings-menu-position-btn-bottom")},get children(){return[lI(),T(pL,{})]}}),T(ct.Item,{onSelect:()=>{e.setLocalStore("theme_preference","system")},as:"button",get class(){return se(i().settingsSubButton,e.localStore.theme_preference==="system"&&i().themeSelectedButton,"tsqd-settings-menu-position-btn","tsqd-settings-menu-position-btn-left")},get children(){return[cI(),T(vL,{})]}})]}})}})]}})]}})}})]}}),null),K(C,T(ve,{get when(){return o()==="queries"},get children(){var F=uI(),W=F.firstChild;return K(W,T(Zl,{by:q=>q.queryHash,get each(){return b()},children:q=>T(TI,{get query(){return q()}})})),be(()=>ee(F,se(i().overflowQueryContainer,"tsqd-queries-overflow-container"))),F}}),null),K(C,T(ve,{get when(){return o()==="mutations"},get children(){var F=dI(),W=F.firstChild;return K(W,T(Zl,{by:q=>q.mutationId,get each(){return S()},children:q=>T(MI,{get mutation(){return q()}})})),be(()=>ee(F,se(i().overflowQueryContainer,"tsqd-mutations-overflow-container"))),F}}),null),be(F=>{var W=se(i().queriesContainer,xn()<Ti&&(Gt()||Fr())&&r`
|
|
240
241
|
height: 50%;
|
|
241
242
|
max-height: 50%;
|
|
242
|
-
`,
|
|
243
|
+
`,xn()<Ti&&!(Gt()||Fr())&&r`
|
|
243
244
|
height: 100%;
|
|
244
245
|
max-height: 100%;
|
|
245
|
-
`,"tsqd-queries-container"),q=se(i().row,"tsqd-header"),ce=i().logoAndToggleContainer,V=se(i().logo,"tsqd-text-logo-container"),fe=se(i().tanstackLogo,"tsqd-text-logo-tanstack"),he=se(i().queryFlavorLogo,"tsqd-text-logo-query-flavor"),Ie=se(i().row,"tsqd-filters-actions-container"),te=se(i().filtersContainer,"tsqd-filters-container"),ge=se(i().filterInput,"tsqd-query-filter-textfield-container"),Ce=se("tsqd-query-filter-textfield"),Ae=se(i().filterSelect,"tsqd-query-filter-sort-container"),lt=`Sort order ${(o()==="queries"?c():d())===-1?"descending":"ascending"}`,$t=(o()==="queries"?c():d())===-1,Z=se(i().actionsContainer,"tsqd-actions-container"),je=se(i().actionsBtn,"tsqd-actions-btn","tsqd-action-clear-cache"),Ze=`Clear ${o()} cache`,Ne=se(i().actionsBtn,mo()&&i().actionsBtnOffline,"tsqd-actions-btn","tsqd-action-mock-offline-behavior"),Te=`${mo()?"Unset offline mocking behavior":"Mock offline behavior"}`,Re=mo(),me=`${mo()?"Unset offline mocking behavior":"Mock offline behavior"}`;return W!==F.e&&ee(C,F.e=W),q!==F.t&&ee(k,F.t=q),ce!==F.a&&ee(O,F.a=ce),V!==F.o&&ee(A,F.o=V),fe!==F.i&&ee(M,F.i=fe),he!==F.n&&ee(L,F.n=he),Ie!==F.s&&ee(R,F.s=Ie),te!==F.h&&ee(D,F.h=te),ge!==F.r&&ee(j,F.r=ge),Ce!==F.d&&ee(I,F.d=Ce),Ae!==F.l&&ee(oe,F.l=Ae),lt!==F.u&&J(ue,"aria-label",F.u=lt),$t!==F.c&&J(ue,"aria-pressed",F.c=$t),Z!==F.w&&ee(B,F.w=Z),je!==F.m&&ee(Y,F.m=je),Ze!==F.f&&J(Y,"title",F.f=Ze),Ne!==F.y&&ee(ne,F.y=Ne),Te!==F.g&&J(ne,"aria-label",F.g=Te),Re!==F.p&&J(ne,"aria-pressed",F.p=Re),me!==F.b&&J(ne,"title",F.b=me),F},{e:void 0,t:void 0,a:void 0,o:void 0,i:void 0,n:void 0,s:void 0,h:void 0,r:void 0,d:void 0,l:void 0,u:void 0,c:void 0,w:void 0,m:void 0,f:void 0,y:void 0,g:void 0,p:void 0,b:void 0}),be(()=>I.value=o()==="queries"?e.localStore.filter||"":e.localStore.mutationFilter||""),C})(),T(ve,{get when(){return H(()=>o()==="queries")()&&Gt()},get children(){return T(
|
|
246
|
+
`,"tsqd-queries-container"),q=se(i().row,"tsqd-header"),ce=i().logoAndToggleContainer,V=se(i().logo,"tsqd-text-logo-container"),fe=se(i().tanstackLogo,"tsqd-text-logo-tanstack"),he=se(i().queryFlavorLogo,"tsqd-text-logo-query-flavor"),Ie=se(i().row,"tsqd-filters-actions-container"),te=se(i().filtersContainer,"tsqd-filters-container"),ge=se(i().filterInput,"tsqd-query-filter-textfield-container"),Ce=se("tsqd-query-filter-textfield"),Ae=se(i().filterSelect,"tsqd-query-filter-sort-container"),lt=`Sort order ${(o()==="queries"?c():d())===-1?"descending":"ascending"}`,$t=(o()==="queries"?c():d())===-1,Z=se(i().actionsContainer,"tsqd-actions-container"),je=se(i().actionsBtn,"tsqd-actions-btn","tsqd-action-clear-cache"),Ze=`Clear ${o()} cache`,Ne=se(i().actionsBtn,mo()&&i().actionsBtnOffline,"tsqd-actions-btn","tsqd-action-mock-offline-behavior"),Te=`${mo()?"Unset offline mocking behavior":"Mock offline behavior"}`,Re=mo(),me=`${mo()?"Unset offline mocking behavior":"Mock offline behavior"}`;return W!==F.e&&ee(C,F.e=W),q!==F.t&&ee(k,F.t=q),ce!==F.a&&ee(O,F.a=ce),V!==F.o&&ee(A,F.o=V),fe!==F.i&&ee(M,F.i=fe),he!==F.n&&ee(L,F.n=he),Ie!==F.s&&ee(R,F.s=Ie),te!==F.h&&ee(D,F.h=te),ge!==F.r&&ee(j,F.r=ge),Ce!==F.d&&ee(I,F.d=Ce),Ae!==F.l&&ee(oe,F.l=Ae),lt!==F.u&&J(ue,"aria-label",F.u=lt),$t!==F.c&&J(ue,"aria-pressed",F.c=$t),Z!==F.w&&ee(B,F.w=Z),je!==F.m&&ee(Y,F.m=je),Ze!==F.f&&J(Y,"title",F.f=Ze),Ne!==F.y&&ee(ne,F.y=Ne),Te!==F.g&&J(ne,"aria-label",F.g=Te),Re!==F.p&&J(ne,"aria-pressed",F.p=Re),me!==F.b&&J(ne,"title",F.b=me),F},{e:void 0,t:void 0,a:void 0,o:void 0,i:void 0,n:void 0,s:void 0,h:void 0,r:void 0,d:void 0,l:void 0,u:void 0,c:void 0,w:void 0,m:void 0,f:void 0,y:void 0,g:void 0,p:void 0,b:void 0}),be(()=>I.value=o()==="queries"?e.localStore.filter||"":e.localStore.mutationFilter||""),C})(),T(ve,{get when(){return H(()=>o()==="queries")()&&Gt()},get children(){return T(DI,{})}}),T(ve,{get when(){return H(()=>o()==="mutations")()&&Fr()},get children(){return T(LI,{})}})]},TI=e=>{const t=mt(),n=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,r=H(()=>t()==="dark"?yn(n):gn(n)),{colors:i,alpha:s}=U,o=(g,m)=>t()==="dark"?m:g,a=ht(g=>{var m;return(m=g().find({queryKey:e.query.queryKey}))==null?void 0:m.state},!0,g=>g.query.queryHash===e.query.queryHash),l=ht(g=>{var m,p;return(p=(m=g().find({queryKey:e.query.queryKey}))==null?void 0:m.isDisabled())!=null?p:!1},!0,g=>g.query.queryHash===e.query.queryHash),c=ht(g=>{var m,p;return(p=(m=g().find({queryKey:e.query.queryKey}))==null?void 0:m.isStatic())!=null?p:!1},!0,g=>g.query.queryHash===e.query.queryHash),u=ht(g=>{var m,p;return(p=(m=g().find({queryKey:e.query.queryKey}))==null?void 0:m.isStale())!=null?p:!1},!0,g=>g.query.queryHash===e.query.queryHash),d=ht(g=>{var m,p;return(p=(m=g().find({queryKey:e.query.queryKey}))==null?void 0:m.getObserversCount())!=null?p:0},!0,g=>g.query.queryHash===e.query.queryHash),f=H(()=>uC({queryState:a(),observerCount:d(),isStale:u()})),h=()=>f()==="gray"?n`
|
|
246
247
|
background-color: ${o(i[f()][200],i[f()][700])};
|
|
247
248
|
color: ${o(i[f()][700],i[f()][300])};
|
|
248
249
|
`:n`
|
|
249
250
|
background-color: ${o(i[f()][200]+s[80],i[f()][900])};
|
|
250
251
|
color: ${o(i[f()][800],i[f()][300])};
|
|
251
|
-
`;return T(ve,{get when(){return a()},get children(){var g=Ex(),m=g.firstChild,p=m.nextSibling;return g.$$click=()=>Hc(e.query.queryHash===Gt()?null:e.query.queryHash),
|
|
252
|
+
`;return T(ve,{get when(){return a()},get children(){var g=Ex(),m=g.firstChild,p=m.nextSibling;return g.$$click=()=>Hc(e.query.queryHash===Gt()?null:e.query.queryHash),K(m,d),K(p,()=>e.query.queryHash),K(g,T(ve,{get when(){return l()},get children(){return hI()}}),null),K(g,T(ve,{get when(){return c()},get children(){return gI()}}),null),be(v=>{var b=se(r().queryRow,Gt()===e.query.queryHash&&r().selectedQueryRow,"tsqd-query-row"),x=`Query key ${e.query.queryHash}`,S=se(h(),"tsqd-query-observer-count");return b!==v.e&&ee(g,v.e=b),x!==v.t&&J(g,"aria-label",v.t=x),S!==v.a&&ee(m,v.a=S),v},{e:void 0,t:void 0,a:void 0}),g}})},MI=e=>{const t=mt(),n=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,r=H(()=>t()==="dark"?yn(n):gn(n)),{colors:i,alpha:s}=U,o=(f,h)=>t()==="dark"?h:f,a=bn(f=>{const g=f().getAll().find(m=>m.mutationId===e.mutation.mutationId);return g==null?void 0:g.state}),l=bn(f=>{const g=f().getAll().find(m=>m.mutationId===e.mutation.mutationId);return g?g.state.isPaused:!1}),c=bn(f=>{const g=f().getAll().find(m=>m.mutationId===e.mutation.mutationId);return g?g.state.status:"idle"}),u=H(()=>Wi({isPaused:l(),status:c()})),d=()=>u()==="gray"?n`
|
|
252
253
|
background-color: ${o(i[u()][200],i[u()][700])};
|
|
253
254
|
color: ${o(i[u()][700],i[u()][300])};
|
|
254
255
|
`:n`
|
|
255
256
|
background-color: ${o(i[u()][200]+s[80],i[u()][900])};
|
|
256
257
|
color: ${o(i[u()][800],i[u()][300])};
|
|
257
|
-
`;return T(ve,{get when(){return a()},get children(){var f=Ex(),h=f.firstChild,g=h.nextSibling;return f.$$click=()=>{Ax(e.mutation.mutationId===Fr()?null:e.mutation.mutationId)},
|
|
258
|
+
`;return T(ve,{get when(){return a()},get children(){var f=Ex(),h=f.firstChild,g=h.nextSibling;return f.$$click=()=>{Ax(e.mutation.mutationId===Fr()?null:e.mutation.mutationId)},K(h,T(ve,{get when(){return u()==="purple"},get children(){return T($L,{})}}),null),K(h,T(ve,{get when(){return u()==="green"},get children(){return T(PL,{})}}),null),K(h,T(ve,{get when(){return u()==="red"},get children(){return T(ML,{})}}),null),K(h,T(ve,{get when(){return u()==="yellow"},get children(){return T(TL,{})}}),null),K(g,T(ve,{get when(){return e.mutation.options.mutationKey},get children(){return[H(()=>JSON.stringify(e.mutation.options.mutationKey))," -"," "]}}),null),K(g,()=>new Date(e.mutation.state.submittedAt).toLocaleString(),null),be(m=>{var p=se(r().queryRow,Fr()===e.mutation.mutationId&&r().selectedQueryRow,"tsqd-query-row"),v=`Mutation submitted at ${new Date(e.mutation.state.submittedAt).toLocaleString()}`,b=se(d(),"tsqd-query-observer-count");return p!==m.e&&ee(f,m.e=p),v!==m.t&&J(f,"aria-label",m.t=v),b!==m.a&&ee(h,m.a=b),m},{e:void 0,t:void 0,a:void 0}),f}})},$I=()=>{const e=ht(l=>l().getAll().filter(c=>Hi(c)==="stale").length),t=ht(l=>l().getAll().filter(c=>Hi(c)==="fresh").length),n=ht(l=>l().getAll().filter(c=>Hi(c)==="fetching").length),r=ht(l=>l().getAll().filter(c=>Hi(c)==="paused").length),i=ht(l=>l().getAll().filter(c=>Hi(c)==="inactive").length),s=mt(),o=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,a=H(()=>s()==="dark"?yn(o):gn(o));return(()=>{var l=Na();return K(l,T(nr,{label:"Fresh",color:"green",get count(){return t()}}),null),K(l,T(nr,{label:"Fetching",color:"blue",get count(){return n()}}),null),K(l,T(nr,{label:"Paused",color:"purple",get count(){return r()}}),null),K(l,T(nr,{label:"Stale",color:"yellow",get count(){return e()}}),null),K(l,T(nr,{label:"Inactive",color:"gray",get count(){return i()}}),null),be(()=>ee(l,se(a().queryStatusContainer,"tsqd-query-status-container"))),l})()},jI=()=>{const e=bn(a=>a().getAll().filter(l=>Wi({isPaused:l.state.isPaused,status:l.state.status})==="green").length),t=bn(a=>a().getAll().filter(l=>Wi({isPaused:l.state.isPaused,status:l.state.status})==="yellow").length),n=bn(a=>a().getAll().filter(l=>Wi({isPaused:l.state.isPaused,status:l.state.status})==="purple").length),r=bn(a=>a().getAll().filter(l=>Wi({isPaused:l.state.isPaused,status:l.state.status})==="red").length),i=mt(),s=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,o=H(()=>i()==="dark"?yn(s):gn(s));return(()=>{var a=Na();return K(a,T(nr,{label:"Paused",color:"purple",get count(){return n()}}),null),K(a,T(nr,{label:"Pending",color:"yellow",get count(){return t()}}),null),K(a,T(nr,{label:"Success",color:"green",get count(){return e()}}),null),K(a,T(nr,{label:"Error",color:"red",get count(){return r()}}),null),be(()=>ee(a,se(o().queryStatusContainer,"tsqd-query-status-container"))),a})()},nr=e=>{const t=mt(),n=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,r=H(()=>t()==="dark"?yn(n):gn(n)),{colors:i,alpha:s}=U,o=(h,g)=>t()==="dark"?g:h;let a;const[l,c]=re(!1),[u,d]=re(!1),f=H(()=>!(Gt()&&xn()<Oj&&xn()>Ti||xn()<Ti));return(()=>{var h=pI(),g=h.firstChild,m=g.nextSibling,p=a;return typeof p=="function"?Fs(p,h):a=h,h.addEventListener("mouseleave",()=>{c(!1),d(!1)}),h.addEventListener("mouseenter",()=>c(!0)),h.addEventListener("blur",()=>d(!1)),h.addEventListener("focus",()=>d(!0)),R0(h,Oe({get disabled(){return f()},get class(){return se(r().queryStatusTag,!f()&&n`
|
|
258
259
|
cursor: pointer;
|
|
259
260
|
&:hover {
|
|
260
261
|
background: ${o(i.gray[200],i.darkGray[400])}${s[80]};
|
|
261
262
|
}
|
|
262
|
-
`,"tsqd-query-status-tag",`tsqd-query-status-tag-${e.label.toLowerCase()}`)}},()=>l()||u()?{"aria-describedby":"tsqd-status-tooltip"}:{}),!1,!0),
|
|
263
|
-
width: ${
|
|
264
|
-
height: ${
|
|
265
|
-
border-radius: ${
|
|
266
|
-
background-color: ${
|
|
263
|
+
`,"tsqd-query-status-tag",`tsqd-query-status-tag-${e.label.toLowerCase()}`)}},()=>l()||u()?{"aria-describedby":"tsqd-status-tooltip"}:{}),!1,!0),K(h,T(ve,{get when(){return H(()=>!f())()&&(l()||u())},get children(){var v=yI();return K(v,()=>e.label),be(()=>ee(v,se(r().statusTooltip,"tsqd-query-status-tooltip"))),v}}),g),K(h,T(ve,{get when(){return f()},get children(){var v=mI();return K(v,()=>e.label),be(()=>ee(v,se(r().queryStatusTagLabel,"tsqd-query-status-tag-label"))),v}}),m),K(m,()=>e.count),be(v=>{var b=se(n`
|
|
264
|
+
width: ${U.size[1.5]};
|
|
265
|
+
height: ${U.size[1.5]};
|
|
266
|
+
border-radius: ${U.border.radius.full};
|
|
267
|
+
background-color: ${U.colors[e.color][500]};
|
|
267
268
|
`,"tsqd-query-status-tag-dot"),x=se(r().queryStatusCount,e.count>0&&e.color!=="gray"&&n`
|
|
268
269
|
background-color: ${o(i[e.color][100],i[e.color][900])};
|
|
269
270
|
color: ${o(i[e.color][700],i[e.color][300])};
|
|
270
|
-
`,"tsqd-query-status-tag-count");return b!==v.e&&ee(g,v.e=b),x!==v.t&&ee(m,v.t=x),v},{e:void 0,t:void 0}),h})()},
|
|
271
|
+
`,"tsqd-query-status-tag-count");return b!==v.e&&ee(g,v.e=b),x!==v.t&&ee(m,v.t=x),v},{e:void 0,t:void 0}),h})()},DI=()=>{const e=mt(),t=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,n=H(()=>e()==="dark"?yn(t):gn(t)),{colors:r}=U,i=(O,A)=>e()==="dark"?A:O,s=ye().client,[o,a]=re(!1),[l,c]=re("view"),[u,d]=re(!1),f=H(()=>ye().errorTypes||[]),h=ht(O=>O().getAll().find(A=>A.queryHash===Gt()),!1),g=ht(O=>O().getAll().find(A=>A.queryHash===Gt()),!1),m=ht(O=>{var A;return(A=O().getAll().find(M=>M.queryHash===Gt()))==null?void 0:A.state},!1),p=ht(O=>{var A;return(A=O().getAll().find(M=>M.queryHash===Gt()))==null?void 0:A.state.data},!1),v=ht(O=>{const A=O().getAll().find(M=>M.queryHash===Gt());return A?Hi(A):"inactive"}),b=ht(O=>{const A=O().getAll().find(M=>M.queryHash===Gt());return A?A.state.status:"pending"}),x=ht(O=>{var A,M;return(M=(A=O().getAll().find(L=>L.queryHash===Gt()))==null?void 0:A.getObserversCount())!=null?M:0}),S=H(()=>dC(v())),w=()=>{var A,M;jn({type:"REFETCH",queryHash:(A=h())==null?void 0:A.queryHash});const O=(M=h())==null?void 0:M.fetch();O==null||O.catch(()=>{})},_=O=>{var G;const A=h();if(!A)return;jn({type:"TRIGGER_ERROR",queryHash:A.queryHash,metadata:{error:O==null?void 0:O.name}});const M=(G=O==null?void 0:O.initializer(A))!=null?G:new Error("Unknown error from devtools"),L=A.options;A.setState({status:"error",error:M,fetchMeta:{...A.state.fetchMeta,__previousQueryOptions:L}})},C=()=>{const O=h();if(!O)return;jn({type:"RESTORE_LOADING",queryHash:O.queryHash});const A=O.state,M=O.state.fetchMeta?O.state.fetchMeta.__previousQueryOptions:null;O.cancel({silent:!0}),O.setState({...A,fetchStatus:"idle",fetchMeta:null}),M&&O.fetch(M)};xe(()=>{v()!=="fetching"&&a(!1)});const k=()=>S()==="gray"?t`
|
|
271
272
|
background-color: ${i(r[S()][200],r[S()][700])};
|
|
272
273
|
color: ${i(r[S()][700],r[S()][300])};
|
|
273
274
|
border-color: ${i(r[S()][400],r[S()][600])};
|
|
@@ -275,27 +276,27 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
275
276
|
background-color: ${i(r[S()][100],r[S()][900])};
|
|
276
277
|
color: ${i(r[S()][700],r[S()][300])};
|
|
277
278
|
border-color: ${i(r[S()][400],r[S()][600])};
|
|
278
|
-
`;return T(ve,{get when(){return H(()=>!!h())()&&m()},get children(){var O=
|
|
279
|
+
`;return T(ve,{get when(){return H(()=>!!h())()&&m()},get children(){var O=SI(),A=O.firstChild,M=A.nextSibling,L=M.firstChild,G=L.firstChild,R=G.firstChild,D=G.nextSibling,j=L.nextSibling,I=j.firstChild,oe=I.nextSibling,ue=j.nextSibling,B=ue.firstChild,Y=B.nextSibling,ne=M.nextSibling,ae=ne.nextSibling,F=ae.firstChild,W=F.firstChild,q=F.nextSibling,ce=q.firstChild,V=q.nextSibling,fe=V.firstChild,he=V.nextSibling,Ie=he.firstChild,te=he.nextSibling,ge=te.firstChild,Ce=ge.nextSibling,Ae=ae.nextSibling;Ae.firstChild;var lt=Ae.nextSibling,$t=lt.nextSibling;return K(R,()=>Fl(h().queryKey,!0)),K(D,v),K(oe,x),K(Y,()=>new Date(m().dataUpdatedAt).toLocaleTimeString()),F.$$click=w,q.$$click=()=>{var Z;jn({type:"INVALIDATE",queryHash:(Z=h())==null?void 0:Z.queryHash}),s.invalidateQueries(h())},V.$$click=()=>{var Z;jn({type:"RESET",queryHash:(Z=h())==null?void 0:Z.queryHash}),s.resetQueries(h())},he.$$click=()=>{var Z;jn({type:"REMOVE",queryHash:(Z=h())==null?void 0:Z.queryHash}),s.removeQueries(h()),Hc(null)},te.$$click=()=>{var Z;if(((Z=h())==null?void 0:Z.state.data)===void 0)a(!0),C();else{const je=h();if(!je)return;jn({type:"TRIGGER_LOADING",queryHash:je.queryHash});const Ze=je.options;je.fetch({...Ze,queryFn:()=>new Promise(()=>{}),gcTime:-1}),je.setState({data:void 0,status:"pending",fetchMeta:{...je.state.fetchMeta,__previousQueryOptions:Ze}})}},K(te,()=>b()==="pending"?"Restore":"Trigger",Ce),K(ae,T(ve,{get when(){return f().length===0||b()==="error"},get children(){var Z=vI(),je=Z.firstChild,Ze=je.nextSibling;return Z.$$click=()=>{var Ne;h().state.error?(jn({type:"RESTORE_ERROR",queryHash:(Ne=h())==null?void 0:Ne.queryHash}),s.resetQueries(h())):_()},K(Z,()=>b()==="error"?"Restore":"Trigger",Ze),be(Ne=>{var Te=se(t`
|
|
279
280
|
color: ${i(r.red[500],r.red[400])};
|
|
280
281
|
`,"tsqd-query-details-actions-btn","tsqd-query-details-action-error"),Re=b()==="pending",me=t`
|
|
281
282
|
background-color: ${i(r.red[500],r.red[400])};
|
|
282
|
-
`;return Te!==Ne.e&&ee(Z,Ne.e=Te),Re!==Ne.t&&(Z.disabled=Ne.t=Re),me!==Ne.a&&ee(je,Ne.a=me),Ne},{e:void 0,t:void 0,a:void 0}),Z}}),null),
|
|
283
|
-
background-color: ${
|
|
284
|
-
`,de=b()==="pending";return Re!==Te.e&&ee(Z,Te.e=Re),me!==Te.t&&ee(je,Te.t=me),de!==Te.a&&(Ne.disabled=Te.a=de),Te},{e:void 0,t:void 0,a:void 0}),Z}}),null),
|
|
283
|
+
`;return Te!==Ne.e&&ee(Z,Ne.e=Te),Re!==Ne.t&&(Z.disabled=Ne.t=Re),me!==Ne.a&&ee(je,Ne.a=me),Ne},{e:void 0,t:void 0,a:void 0}),Z}}),null),K(ae,T(ve,{get when(){return!(f().length===0||b()==="error")},get children(){var Z=bI(),je=Z.firstChild,Ze=je.nextSibling,Ne=Ze.nextSibling;return Ne.firstChild,Ne.addEventListener("change",Te=>{const Re=f().find(me=>me.name===Te.currentTarget.value);_(Re)}),K(Ne,T(lS,{get each(){return f()},children:Te=>(()=>{var Re=CI();return K(Re,()=>Te.name),be(()=>Re.value=Te.name),Re})()}),null),K(Z,T(Ro,{}),null),be(Te=>{var Re=se(n().actionsSelect,"tsqd-query-details-actions-btn","tsqd-query-details-action-error-multiple"),me=t`
|
|
284
|
+
background-color: ${U.colors.red[400]};
|
|
285
|
+
`,de=b()==="pending";return Re!==Te.e&&ee(Z,Te.e=Re),me!==Te.t&&ee(je,Te.t=me),de!==Te.a&&(Ne.disabled=Te.a=de),Te},{e:void 0,t:void 0,a:void 0}),Z}}),null),K(Ae,()=>l()==="view"?"Explorer":"Editor",null),K(O,T(ve,{get when(){return l()==="view"},get children(){var Z=xI();return K(Z,T(Lr,{label:"Data",defaultExpanded:["Data"],get value(){return p()},editable:!0,onEdit:()=>c("edit"),get activeQuery(){return h()}})),be(je=>(je=U.size[2])!=null?Z.style.setProperty("padding",je):Z.style.removeProperty("padding")),Z}}),lt),K(O,T(ve,{get when(){return l()==="edit"},get children(){var Z=wI(),je=Z.firstChild,Ze=je.nextSibling,Ne=Ze.firstChild,Te=Ne.nextSibling,Re=Te.firstChild,me=Re.nextSibling;return Z.addEventListener("submit",de=>{de.preventDefault();const qe=new FormData(de.currentTarget).get("data");try{const mn=JSON.parse(qe);h().setState({...h().state,data:mn}),c("view")}catch(mn){d(!0)}}),je.addEventListener("focus",()=>d(!1)),K(Ne,()=>u()?"Invalid Value":""),Re.$$click=()=>c("view"),be(de=>{var Me=se(n().devtoolsEditForm,"tsqd-query-details-data-editor"),qe=n().devtoolsEditTextarea,mn=u(),Yr=n().devtoolsEditFormActions,Un=n().devtoolsEditFormError,Xr=n().devtoolsEditFormActionContainer,Kn=se(n().devtoolsEditFormAction,t`
|
|
285
286
|
color: ${i(r.gray[600],r.gray[300])};
|
|
286
287
|
`),mr=se(n().devtoolsEditFormAction,t`
|
|
287
288
|
color: ${i(r.blue[600],r.blue[400])};
|
|
288
|
-
`);return Me!==de.e&&ee(Z,de.e=Me),qe!==de.t&&ee(je,de.t=qe),
|
|
289
|
+
`);return Me!==de.e&&ee(Z,de.e=Me),qe!==de.t&&ee(je,de.t=qe),mn!==de.a&&J(je,"data-error",de.a=mn),Yr!==de.o&&ee(Ze,de.o=Yr),Un!==de.i&&ee(Ne,de.i=Un),Xr!==de.n&&ee(Te,de.n=Xr),Kn!==de.s&&ee(Re,de.s=Kn),mr!==de.h&&ee(me,de.h=mr),de},{e:void 0,t:void 0,a:void 0,o:void 0,i:void 0,n:void 0,s:void 0,h:void 0}),be(()=>je.value=JSON.stringify(p(),null,2)),Z}}),lt),K($t,T(Lr,{label:"Query",defaultExpanded:["Query","queryKey"],get value(){return g()}})),be(Z=>{var je=se(n().detailsContainer,"tsqd-query-details-container"),Ze=se(n().detailsHeader,"tsqd-query-details-header"),Ne=se(n().detailsBody,"tsqd-query-details-summary-container"),Te=se(n().queryDetailsStatus,k()),Re=se(n().detailsHeader,"tsqd-query-details-header"),me=se(n().actionsBody,"tsqd-query-details-actions-container"),de=se(t`
|
|
289
290
|
color: ${i(r.blue[600],r.blue[400])};
|
|
290
291
|
`,"tsqd-query-details-actions-btn","tsqd-query-details-action-refetch"),Me=v()==="fetching",qe=t`
|
|
291
292
|
background-color: ${i(r.blue[600],r.blue[400])};
|
|
292
|
-
`,
|
|
293
|
+
`,mn=se(t`
|
|
293
294
|
color: ${i(r.yellow[600],r.yellow[400])};
|
|
294
|
-
`,"tsqd-query-details-actions-btn","tsqd-query-details-action-invalidate"),Yr=b()==="pending",
|
|
295
|
+
`,"tsqd-query-details-actions-btn","tsqd-query-details-action-invalidate"),Yr=b()==="pending",Un=t`
|
|
295
296
|
background-color: ${i(r.yellow[600],r.yellow[400])};
|
|
296
297
|
`,Xr=se(t`
|
|
297
298
|
color: ${i(r.gray[600],r.gray[300])};
|
|
298
|
-
`,"tsqd-query-details-actions-btn","tsqd-query-details-action-reset"),
|
|
299
|
+
`,"tsqd-query-details-actions-btn","tsqd-query-details-action-reset"),Kn=b()==="pending",mr=t`
|
|
299
300
|
background-color: ${i(r.gray[600],r.gray[400])};
|
|
300
301
|
`,Ba=se(t`
|
|
301
302
|
color: ${i(r.pink[500],r.pink[400])};
|
|
@@ -305,7 +306,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
305
306
|
color: ${i(r.cyan[500],r.cyan[400])};
|
|
306
307
|
`,"tsqd-query-details-actions-btn","tsqd-query-details-action-loading"),za=o(),Ys=t`
|
|
307
308
|
background-color: ${i(r.cyan[500],r.cyan[400])};
|
|
308
|
-
`,Xs=se(n().detailsHeader,"tsqd-query-details-header"),Js=se(n().detailsHeader,"tsqd-query-details-header"),Fi=
|
|
309
|
+
`,Xs=se(n().detailsHeader,"tsqd-query-details-header"),Js=se(n().detailsHeader,"tsqd-query-details-header"),Fi=U.size[2];return je!==Z.e&&ee(O,Z.e=je),Ze!==Z.t&&ee(A,Z.t=Ze),Ne!==Z.a&&ee(M,Z.a=Ne),Te!==Z.o&&ee(D,Z.o=Te),Re!==Z.i&&ee(ne,Z.i=Re),me!==Z.n&&ee(ae,Z.n=me),de!==Z.s&&ee(F,Z.s=de),Me!==Z.h&&(F.disabled=Z.h=Me),qe!==Z.r&&ee(W,Z.r=qe),mn!==Z.d&&ee(q,Z.d=mn),Yr!==Z.l&&(q.disabled=Z.l=Yr),Un!==Z.u&&ee(ce,Z.u=Un),Xr!==Z.c&&ee(V,Z.c=Xr),Kn!==Z.w&&(V.disabled=Z.w=Kn),mr!==Z.m&&ee(fe,Z.m=mr),Ba!==Z.f&&ee(he,Z.f=Ba),Qs!==Z.y&&(he.disabled=Z.y=Qs),qa!==Z.g&&ee(Ie,Z.g=qa),Ri!==Z.p&&ee(te,Z.p=Ri),za!==Z.b&&(te.disabled=Z.b=za),Ys!==Z.T&&ee(ge,Z.T=Ys),Xs!==Z.A&&ee(Ae,Z.A=Xs),Js!==Z.O&&ee(lt,Z.O=Js),Fi!==Z.I&&((Z.I=Fi)!=null?$t.style.setProperty("padding",Fi):$t.style.removeProperty("padding")),Z},{e:void 0,t:void 0,a:void 0,o:void 0,i:void 0,n:void 0,s:void 0,h:void 0,r:void 0,d:void 0,l:void 0,u:void 0,c:void 0,w:void 0,m:void 0,f:void 0,y:void 0,g:void 0,p:void 0,b:void 0,T:void 0,A:void 0,O:void 0,I:void 0}),O}})},LI=()=>{const e=mt(),t=ye().shadowDOMTarget?$e.bind({target:ye().shadowDOMTarget}):$e,n=H(()=>e()==="dark"?yn(t):gn(t)),{colors:r}=U,i=(u,d)=>e()==="dark"?d:u,s=bn(u=>{const f=u().getAll().find(h=>h.mutationId===Fr());return f?f.state.isPaused:!1}),o=bn(u=>{const f=u().getAll().find(h=>h.mutationId===Fr());return f?f.state.status:"idle"}),a=H(()=>Wi({isPaused:s(),status:o()})),l=bn(u=>u().getAll().find(d=>d.mutationId===Fr()),!1),c=()=>a()==="gray"?t`
|
|
309
310
|
background-color: ${i(r[a()][200],r[a()][700])};
|
|
310
311
|
color: ${i(r[a()][700],r[a()][300])};
|
|
311
312
|
border-color: ${i(r[a()][400],r[a()][600])};
|
|
@@ -313,7 +314,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
313
314
|
background-color: ${i(r[a()][100],r[a()][900])};
|
|
314
315
|
color: ${i(r[a()][700],r[a()][300])};
|
|
315
316
|
border-color: ${i(r[a()][400],r[a()][600])};
|
|
316
|
-
`;return T(ve,{get when(){return l()},get children(){var u=
|
|
317
|
+
`;return T(ve,{get when(){return l()},get children(){var u=_I(),d=u.firstChild,f=d.nextSibling,h=f.firstChild,g=h.firstChild,m=g.firstChild,p=g.nextSibling,v=h.nextSibling,b=v.firstChild,x=b.nextSibling,S=f.nextSibling,w=S.nextSibling,_=w.nextSibling,C=_.nextSibling,k=C.nextSibling,O=k.nextSibling,A=O.nextSibling,M=A.nextSibling;return K(m,T(ve,{get when(){return l().options.mutationKey},fallback:"No mutationKey found",get children(){return Fl(l().options.mutationKey,!0)}})),K(p,T(ve,{get when(){return a()==="purple"},children:"pending"}),null),K(p,T(ve,{get when(){return a()!=="purple"},get children(){return o()}}),null),K(x,()=>new Date(l().state.submittedAt).toLocaleTimeString()),K(w,T(Lr,{label:"Variables",defaultExpanded:["Variables"],get value(){return l().state.variables}})),K(C,T(Lr,{label:"Context",defaultExpanded:["Context"],get value(){return l().state.context}})),K(O,T(Lr,{label:"Data",defaultExpanded:["Data"],get value(){return l().state.data}})),K(M,T(Lr,{label:"Mutation",defaultExpanded:["Mutation"],get value(){return l()}})),be(L=>{var G=se(n().detailsContainer,"tsqd-query-details-container"),R=se(n().detailsHeader,"tsqd-query-details-header"),D=se(n().detailsBody,"tsqd-query-details-summary-container"),j=se(n().queryDetailsStatus,c()),I=se(n().detailsHeader,"tsqd-query-details-header"),oe=U.size[2],ue=se(n().detailsHeader,"tsqd-query-details-header"),B=U.size[2],Y=se(n().detailsHeader,"tsqd-query-details-header"),ne=U.size[2],ae=se(n().detailsHeader,"tsqd-query-details-header"),F=U.size[2];return G!==L.e&&ee(u,L.e=G),R!==L.t&&ee(d,L.t=R),D!==L.a&&ee(f,L.a=D),j!==L.o&&ee(p,L.o=j),I!==L.i&&ee(S,L.i=I),oe!==L.n&&((L.n=oe)!=null?w.style.setProperty("padding",oe):w.style.removeProperty("padding")),ue!==L.s&&ee(_,L.s=ue),B!==L.h&&((L.h=B)!=null?C.style.setProperty("padding",B):C.style.removeProperty("padding")),Y!==L.r&&ee(k,L.r=Y),ne!==L.d&&((L.d=ne)!=null?O.style.setProperty("padding",ne):O.style.removeProperty("padding")),ae!==L.l&&ee(A,L.l=ae),F!==L.u&&((L.u=F)!=null?M.style.setProperty("padding",F):M.style.removeProperty("padding")),L},{e:void 0,t:void 0,a:void 0,o:void 0,i:void 0,n:void 0,s:void 0,h:void 0,r:void 0,d:void 0,l:void 0,u:void 0}),u}})},ic=new Map,II=()=>{const e=H(()=>ye().client.getQueryCache()),t=e().subscribe(n=>{G2(()=>{for(const[r,i]of ic.entries())i.shouldUpdate(n)&&i.setter(r(e))})});return we(()=>{ic.clear(),t()}),t},ht=(e,t=!0,n=()=>!0)=>{const r=H(()=>ye().client.getQueryCache()),[i,s]=re(e(r),t?void 0:{equals:!1});return xe(()=>{s(e(r))}),ic.set(e,{setter:s,shouldUpdate:n}),we(()=>{ic.delete(e)}),i},sc=new Map,RI=()=>{const e=H(()=>ye().client.getMutationCache()),t=e().subscribe(()=>{for(const[n,r]of sc.entries())queueMicrotask(()=>{r(n(e))})});return we(()=>{sc.clear(),t()}),t},bn=(e,t=!0)=>{const n=H(()=>ye().client.getMutationCache()),[r,i]=re(e(n),t?void 0:{equals:!1});return xe(()=>{i(e(n))}),sc.set(e,i),we(()=>{sc.delete(e)}),r},FI="@tanstack/query-devtools-event",jn=({type:e,queryHash:t,metadata:n})=>{const r=new CustomEvent(FI,{detail:{type:e,queryHash:t,metadata:n},bubbles:!0,cancelable:!0});window.dispatchEvent(r)},Px=(e,t)=>{const{colors:n,font:r,size:i,alpha:s,shadow:o,border:a}=U,l=(c,u)=>e==="light"?c:u;return{devtoolsBtn:t`
|
|
317
318
|
z-index: 100000;
|
|
318
319
|
position: fixed;
|
|
319
320
|
padding: 4px;
|
|
@@ -370,7 +371,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
370
371
|
position: fixed;
|
|
371
372
|
z-index: 9999;
|
|
372
373
|
display: flex;
|
|
373
|
-
gap: ${
|
|
374
|
+
gap: ${U.size[.5]};
|
|
374
375
|
& * {
|
|
375
376
|
box-sizing: border-box;
|
|
376
377
|
text-transform: none;
|
|
@@ -395,7 +396,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
395
396
|
z-index: 9999;
|
|
396
397
|
display: flex;
|
|
397
398
|
height: 100%;
|
|
398
|
-
gap: ${
|
|
399
|
+
gap: ${U.size[.5]};
|
|
399
400
|
& * {
|
|
400
401
|
box-sizing: border-box;
|
|
401
402
|
text-transform: none;
|
|
@@ -601,8 +602,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
601
602
|
display: flex;
|
|
602
603
|
justify-content: space-between;
|
|
603
604
|
align-items: center;
|
|
604
|
-
padding: ${
|
|
605
|
-
gap: ${
|
|
605
|
+
padding: ${U.size[2]} ${U.size[2.5]};
|
|
606
|
+
gap: ${U.size[2.5]};
|
|
606
607
|
border-bottom: ${l(n.gray[300],n.darkGray[500])} 1px solid;
|
|
607
608
|
align-items: center;
|
|
608
609
|
& > button {
|
|
@@ -615,7 +616,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
615
616
|
}
|
|
616
617
|
`,logoAndToggleContainer:t`
|
|
617
618
|
display: flex;
|
|
618
|
-
gap: ${
|
|
619
|
+
gap: ${U.size[3]};
|
|
619
620
|
align-items: center;
|
|
620
621
|
`,logo:t`
|
|
621
622
|
cursor: pointer;
|
|
@@ -623,7 +624,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
623
624
|
flex-direction: column;
|
|
624
625
|
background-color: transparent;
|
|
625
626
|
border: none;
|
|
626
|
-
gap: ${
|
|
627
|
+
gap: ${U.size[.5]};
|
|
627
628
|
padding: 0px;
|
|
628
629
|
&:hover {
|
|
629
630
|
opacity: 0.7;
|
|
@@ -653,19 +654,19 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
653
654
|
white-space: nowrap;
|
|
654
655
|
`,queryStatusContainer:t`
|
|
655
656
|
display: flex;
|
|
656
|
-
gap: ${
|
|
657
|
+
gap: ${U.size[2]};
|
|
657
658
|
height: min-content;
|
|
658
659
|
`,queryStatusTag:t`
|
|
659
660
|
display: flex;
|
|
660
|
-
gap: ${
|
|
661
|
+
gap: ${U.size[1.5]};
|
|
661
662
|
box-sizing: border-box;
|
|
662
|
-
height: ${
|
|
663
|
+
height: ${U.size[6.5]};
|
|
663
664
|
background: ${l(n.gray[50],n.darkGray[500])};
|
|
664
665
|
color: ${l(n.gray[700],n.gray[300])};
|
|
665
|
-
border-radius: ${
|
|
666
|
+
border-radius: ${U.border.radius.sm};
|
|
666
667
|
font-size: ${r.size.sm};
|
|
667
|
-
padding: ${
|
|
668
|
-
padding-left: ${
|
|
668
|
+
padding: ${U.size[1]};
|
|
669
|
+
padding-left: ${U.size[1.5]};
|
|
669
670
|
align-items: center;
|
|
670
671
|
font-weight: ${r.weight.medium};
|
|
671
672
|
border: ${l("1px solid "+n.gray[300],"1px solid transparent")};
|
|
@@ -687,16 +688,16 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
687
688
|
background-color: ${l(n.gray[200],n.darkGray[300])};
|
|
688
689
|
border-radius: 2px;
|
|
689
690
|
font-variant-numeric: tabular-nums;
|
|
690
|
-
height: ${
|
|
691
|
+
height: ${U.size[4.5]};
|
|
691
692
|
`,statusTooltip:t`
|
|
692
693
|
position: absolute;
|
|
693
694
|
z-index: 1;
|
|
694
695
|
background-color: ${l(n.gray[50],n.darkGray[500])};
|
|
695
696
|
top: 100%;
|
|
696
697
|
left: 50%;
|
|
697
|
-
transform: translate(-50%, calc(${
|
|
698
|
-
padding: ${
|
|
699
|
-
border-radius: ${
|
|
698
|
+
transform: translate(-50%, calc(${U.size[2]}));
|
|
699
|
+
padding: ${U.size[.5]} ${U.size[2]};
|
|
700
|
+
border-radius: ${U.border.radius.sm};
|
|
700
701
|
font-size: ${r.size.xs};
|
|
701
702
|
border: 1px solid ${l(n.gray[400],n.gray[600])};
|
|
702
703
|
color: ${l(n.gray[600],n.gray[300])};
|
|
@@ -729,12 +730,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
729
730
|
}
|
|
730
731
|
`,filtersContainer:t`
|
|
731
732
|
display: flex;
|
|
732
|
-
gap: ${
|
|
733
|
+
gap: ${U.size[2]};
|
|
733
734
|
& > button {
|
|
734
735
|
cursor: pointer;
|
|
735
|
-
padding: ${
|
|
736
|
-
${
|
|
737
|
-
border-radius: ${
|
|
736
|
+
padding: ${U.size[.5]} ${U.size[1.5]} ${U.size[.5]}
|
|
737
|
+
${U.size[2]};
|
|
738
|
+
border-radius: ${U.border.radius.sm};
|
|
738
739
|
background-color: ${l(n.gray[100],n.darkGray[400])};
|
|
739
740
|
border: 1px solid ${l(n.gray[300],n.darkGray[200])};
|
|
740
741
|
color: ${l(n.gray[700],n.gray[300])};
|
|
@@ -742,7 +743,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
742
743
|
display: flex;
|
|
743
744
|
align-items: center;
|
|
744
745
|
line-height: ${r.lineHeight.sm};
|
|
745
|
-
gap: ${
|
|
746
|
+
gap: ${U.size[1.5]};
|
|
746
747
|
max-width: 160px;
|
|
747
748
|
&:focus-visible {
|
|
748
749
|
outline-offset: 2px;
|
|
@@ -750,19 +751,19 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
750
751
|
outline: 2px solid ${n.blue[800]};
|
|
751
752
|
}
|
|
752
753
|
& svg {
|
|
753
|
-
width: ${
|
|
754
|
-
height: ${
|
|
754
|
+
width: ${U.size[3]};
|
|
755
|
+
height: ${U.size[3]};
|
|
755
756
|
color: ${l(n.gray[500],n.gray[400])};
|
|
756
757
|
}
|
|
757
758
|
}
|
|
758
759
|
`,filterInput:t`
|
|
759
760
|
padding: ${i[.5]} ${i[2]};
|
|
760
|
-
border-radius: ${
|
|
761
|
+
border-radius: ${U.border.radius.sm};
|
|
761
762
|
background-color: ${l(n.gray[100],n.darkGray[400])};
|
|
762
763
|
display: flex;
|
|
763
764
|
box-sizing: content-box;
|
|
764
765
|
align-items: center;
|
|
765
|
-
gap: ${
|
|
766
|
+
gap: ${U.size[1.5]};
|
|
766
767
|
max-width: 160px;
|
|
767
768
|
min-width: 100px;
|
|
768
769
|
border: 1px solid ${l(n.gray[300],n.darkGray[200])};
|
|
@@ -794,20 +795,20 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
794
795
|
outline: 2px solid ${n.blue[800]};
|
|
795
796
|
}
|
|
796
797
|
`,filterSelect:t`
|
|
797
|
-
padding: ${
|
|
798
|
-
border-radius: ${
|
|
798
|
+
padding: ${U.size[.5]} ${U.size[2]};
|
|
799
|
+
border-radius: ${U.border.radius.sm};
|
|
799
800
|
background-color: ${l(n.gray[100],n.darkGray[400])};
|
|
800
801
|
display: flex;
|
|
801
802
|
align-items: center;
|
|
802
|
-
gap: ${
|
|
803
|
+
gap: ${U.size[1.5]};
|
|
803
804
|
box-sizing: content-box;
|
|
804
805
|
max-width: 160px;
|
|
805
806
|
border: 1px solid ${l(n.gray[300],n.darkGray[200])};
|
|
806
807
|
height: min-content;
|
|
807
808
|
& > svg {
|
|
808
809
|
color: ${l(n.gray[600],n.gray[400])};
|
|
809
|
-
width: ${
|
|
810
|
-
height: ${
|
|
810
|
+
width: ${U.size[2]};
|
|
811
|
+
height: ${U.size[2]};
|
|
811
812
|
}
|
|
812
813
|
& > select {
|
|
813
814
|
appearance: none;
|
|
@@ -828,17 +829,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
828
829
|
}
|
|
829
830
|
`,actionsContainer:t`
|
|
830
831
|
display: flex;
|
|
831
|
-
gap: ${
|
|
832
|
+
gap: ${U.size[2]};
|
|
832
833
|
`,actionsBtn:t`
|
|
833
|
-
border-radius: ${
|
|
834
|
+
border-radius: ${U.border.radius.sm};
|
|
834
835
|
background-color: ${l(n.gray[100],n.darkGray[400])};
|
|
835
836
|
border: 1px solid ${l(n.gray[300],n.darkGray[200])};
|
|
836
|
-
width: ${
|
|
837
|
-
height: ${
|
|
837
|
+
width: ${U.size[6.5]};
|
|
838
|
+
height: ${U.size[6.5]};
|
|
838
839
|
justify-content: center;
|
|
839
840
|
display: flex;
|
|
840
841
|
align-items: center;
|
|
841
|
-
gap: ${
|
|
842
|
+
gap: ${U.size[1.5]};
|
|
842
843
|
max-width: 160px;
|
|
843
844
|
cursor: pointer;
|
|
844
845
|
padding: 0;
|
|
@@ -847,8 +848,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
847
848
|
}
|
|
848
849
|
& svg {
|
|
849
850
|
color: ${l(n.gray[700],n.gray[300])};
|
|
850
|
-
width: ${
|
|
851
|
-
height: ${
|
|
851
|
+
width: ${U.size[3]};
|
|
852
|
+
height: ${U.size[3]};
|
|
852
853
|
}
|
|
853
854
|
&:focus-visible {
|
|
854
855
|
outline-offset: 2px;
|
|
@@ -889,9 +890,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
889
890
|
}
|
|
890
891
|
|
|
891
892
|
& .tsqd-query-observer-count {
|
|
892
|
-
padding: 0 ${
|
|
893
|
+
padding: 0 ${U.size[1]};
|
|
893
894
|
user-select: none;
|
|
894
|
-
min-width: ${
|
|
895
|
+
min-width: ${U.size[6.5]};
|
|
895
896
|
align-self: stretch;
|
|
896
897
|
display: flex;
|
|
897
898
|
align-items: center;
|
|
@@ -907,9 +908,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
907
908
|
font-size: ${r.size.xs};
|
|
908
909
|
display: flex;
|
|
909
910
|
align-items: center;
|
|
910
|
-
min-height: ${
|
|
911
|
+
min-height: ${U.size[6]};
|
|
911
912
|
flex: 1;
|
|
912
|
-
padding: ${
|
|
913
|
+
padding: ${U.size[1]} ${U.size[2]};
|
|
913
914
|
font-family:
|
|
914
915
|
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
915
916
|
'Liberation Mono', 'Courier New', monospace;
|
|
@@ -923,7 +924,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
923
924
|
align-self: stretch;
|
|
924
925
|
display: flex;
|
|
925
926
|
align-items: center;
|
|
926
|
-
padding: 0 ${
|
|
927
|
+
padding: 0 ${U.size[2]};
|
|
927
928
|
color: ${l(n.gray[800],n.gray[300])};
|
|
928
929
|
background-color: ${l(n.gray[300],n.darkGray[600])};
|
|
929
930
|
border-bottom: 1px solid ${l(n.gray[300],n.darkGray[400])};
|
|
@@ -934,7 +935,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
934
935
|
align-self: stretch;
|
|
935
936
|
display: flex;
|
|
936
937
|
align-items: center;
|
|
937
|
-
padding: 0 ${
|
|
938
|
+
padding: 0 ${U.size[2]};
|
|
938
939
|
color: ${l(n.teal[800],n.teal[300])};
|
|
939
940
|
background-color: ${l(n.teal[100],n.teal[900])};
|
|
940
941
|
border-bottom: 1px solid ${l(n.teal[300],n.teal[700])};
|
|
@@ -958,17 +959,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
958
959
|
top: 0;
|
|
959
960
|
z-index: 2;
|
|
960
961
|
background-color: ${l(n.gray[200],n.darkGray[600])};
|
|
961
|
-
padding: ${
|
|
962
|
+
padding: ${U.size[1.5]} ${U.size[2]};
|
|
962
963
|
font-weight: ${r.weight.medium};
|
|
963
964
|
font-size: ${r.size.xs};
|
|
964
965
|
line-height: ${r.lineHeight.xs};
|
|
965
966
|
text-align: left;
|
|
966
967
|
`,detailsBody:t`
|
|
967
|
-
margin: ${
|
|
968
|
+
margin: ${U.size[1.5]} 0px ${U.size[2]} 0px;
|
|
968
969
|
& > div {
|
|
969
970
|
display: flex;
|
|
970
971
|
align-items: stretch;
|
|
971
|
-
padding: 0 ${
|
|
972
|
+
padding: 0 ${U.size[2]};
|
|
972
973
|
line-height: ${r.lineHeight.sm};
|
|
973
974
|
justify-content: space-between;
|
|
974
975
|
& > span {
|
|
@@ -980,7 +981,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
980
981
|
}
|
|
981
982
|
|
|
982
983
|
& > div:first-child {
|
|
983
|
-
margin-bottom: ${
|
|
984
|
+
margin-bottom: ${U.size[1.5]};
|
|
984
985
|
}
|
|
985
986
|
|
|
986
987
|
& code {
|
|
@@ -999,25 +1000,25 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
999
1000
|
}
|
|
1000
1001
|
`,queryDetailsStatus:t`
|
|
1001
1002
|
border: 1px solid ${n.darkGray[200]};
|
|
1002
|
-
border-radius: ${
|
|
1003
|
+
border-radius: ${U.border.radius.sm};
|
|
1003
1004
|
font-weight: ${r.weight.medium};
|
|
1004
|
-
padding: ${
|
|
1005
|
+
padding: ${U.size[1]} ${U.size[2.5]};
|
|
1005
1006
|
`,actionsBody:t`
|
|
1006
1007
|
flex-wrap: wrap;
|
|
1007
|
-
margin: ${
|
|
1008
|
+
margin: ${U.size[2]} 0px ${U.size[2]} 0px;
|
|
1008
1009
|
display: flex;
|
|
1009
|
-
gap: ${
|
|
1010
|
-
padding: 0px ${
|
|
1010
|
+
gap: ${U.size[2]};
|
|
1011
|
+
padding: 0px ${U.size[2]};
|
|
1011
1012
|
& > button {
|
|
1012
1013
|
font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
|
|
1013
1014
|
font-size: ${r.size.xs};
|
|
1014
|
-
padding: ${
|
|
1015
|
+
padding: ${U.size[1]} ${U.size[2]};
|
|
1015
1016
|
display: flex;
|
|
1016
|
-
border-radius: ${
|
|
1017
|
+
border-radius: ${U.border.radius.sm};
|
|
1017
1018
|
background-color: ${l(n.gray[100],n.darkGray[600])};
|
|
1018
1019
|
border: 1px solid ${l(n.gray[300],n.darkGray[400])};
|
|
1019
1020
|
align-items: center;
|
|
1020
|
-
gap: ${
|
|
1021
|
+
gap: ${U.size[2]};
|
|
1021
1022
|
font-weight: ${r.weight.medium};
|
|
1022
1023
|
line-height: ${r.lineHeight.xs};
|
|
1023
1024
|
cursor: pointer;
|
|
@@ -1038,19 +1039,19 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1038
1039
|
& > span {
|
|
1039
1040
|
width: ${i[1.5]};
|
|
1040
1041
|
height: ${i[1.5]};
|
|
1041
|
-
border-radius: ${
|
|
1042
|
+
border-radius: ${U.border.radius.full};
|
|
1042
1043
|
}
|
|
1043
1044
|
}
|
|
1044
1045
|
`,actionsSelect:t`
|
|
1045
1046
|
font-size: ${r.size.xs};
|
|
1046
|
-
padding: ${
|
|
1047
|
+
padding: ${U.size[.5]} ${U.size[2]};
|
|
1047
1048
|
display: flex;
|
|
1048
|
-
border-radius: ${
|
|
1049
|
+
border-radius: ${U.border.radius.sm};
|
|
1049
1050
|
overflow: hidden;
|
|
1050
1051
|
background-color: ${l(n.gray[100],n.darkGray[600])};
|
|
1051
1052
|
border: 1px solid ${l(n.gray[300],n.darkGray[400])};
|
|
1052
1053
|
align-items: center;
|
|
1053
|
-
gap: ${
|
|
1054
|
+
gap: ${U.size[2]};
|
|
1054
1055
|
font-weight: ${r.weight.medium};
|
|
1055
1056
|
line-height: ${r.lineHeight.sm};
|
|
1056
1057
|
color: ${l(n.red[500],n.red[400])};
|
|
@@ -1062,7 +1063,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1062
1063
|
& > span {
|
|
1063
1064
|
width: ${i[1.5]};
|
|
1064
1065
|
height: ${i[1.5]};
|
|
1065
|
-
border-radius: ${
|
|
1066
|
+
border-radius: ${U.border.radius.full};
|
|
1066
1067
|
}
|
|
1067
1068
|
&:focus-within {
|
|
1068
1069
|
outline-offset: 2px;
|
|
@@ -1083,11 +1084,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1083
1084
|
}
|
|
1084
1085
|
|
|
1085
1086
|
& svg path {
|
|
1086
|
-
stroke: ${
|
|
1087
|
+
stroke: ${U.colors.red[400]};
|
|
1087
1088
|
}
|
|
1088
1089
|
& svg {
|
|
1089
|
-
width: ${
|
|
1090
|
-
height: ${
|
|
1090
|
+
width: ${U.size[2]};
|
|
1091
|
+
height: ${U.size[2]};
|
|
1091
1092
|
}
|
|
1092
1093
|
`,settingsMenu:t`
|
|
1093
1094
|
display: flex;
|
|
@@ -1096,7 +1097,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1096
1097
|
}
|
|
1097
1098
|
flex-direction: column;
|
|
1098
1099
|
gap: ${i[.5]};
|
|
1099
|
-
border-radius: ${
|
|
1100
|
+
border-radius: ${U.border.radius.sm};
|
|
1100
1101
|
border: 1px solid ${l(n.gray[300],n.gray[700])};
|
|
1101
1102
|
background-color: ${l(n.gray[50],n.darkGray[600])};
|
|
1102
1103
|
font-size: ${r.size.xs};
|
|
@@ -1108,8 +1109,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1108
1109
|
display: flex;
|
|
1109
1110
|
align-items: center;
|
|
1110
1111
|
justify-content: space-between;
|
|
1111
|
-
border-radius: ${
|
|
1112
|
-
padding: ${
|
|
1112
|
+
border-radius: ${U.border.radius.xs};
|
|
1113
|
+
padding: ${U.size[1]} ${U.size[1]};
|
|
1113
1114
|
cursor: pointer;
|
|
1114
1115
|
background-color: transparent;
|
|
1115
1116
|
border: none;
|
|
@@ -1117,8 +1118,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1117
1118
|
& svg {
|
|
1118
1119
|
color: ${l(n.gray[600],n.gray[400])};
|
|
1119
1120
|
transform: rotate(-90deg);
|
|
1120
|
-
width: ${
|
|
1121
|
-
height: ${
|
|
1121
|
+
width: ${U.size[2]};
|
|
1122
|
+
height: ${U.size[2]};
|
|
1122
1123
|
}
|
|
1123
1124
|
&:hover {
|
|
1124
1125
|
background-color: ${l(n.gray[200],n.darkGray[500])};
|
|
@@ -1132,7 +1133,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1132
1133
|
cursor: not-allowed;
|
|
1133
1134
|
}
|
|
1134
1135
|
`,settingsMenuHeader:t`
|
|
1135
|
-
padding: ${
|
|
1136
|
+
padding: ${U.size[1]} ${U.size[1]};
|
|
1136
1137
|
font-weight: ${r.weight.medium};
|
|
1137
1138
|
border-bottom: 1px solid ${l(n.gray[300],n.darkGray[400])};
|
|
1138
1139
|
color: ${l(n.gray[500],n.gray[400])};
|
|
@@ -1143,8 +1144,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1143
1144
|
justify-content: space-between;
|
|
1144
1145
|
color: ${l(n.gray[700],n.gray[300])};
|
|
1145
1146
|
font-size: ${r.size.xs};
|
|
1146
|
-
border-radius: ${
|
|
1147
|
-
padding: ${
|
|
1147
|
+
border-radius: ${U.border.radius.xs};
|
|
1148
|
+
padding: ${U.size[1]} ${U.size[1]};
|
|
1148
1149
|
cursor: pointer;
|
|
1149
1150
|
background-color: transparent;
|
|
1150
1151
|
border: none;
|
|
@@ -1168,7 +1169,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1168
1169
|
background-color: ${l(n.purple[100],n.purple[900])};
|
|
1169
1170
|
}
|
|
1170
1171
|
`,viewToggle:t`
|
|
1171
|
-
border-radius: ${
|
|
1172
|
+
border-radius: ${U.border.radius.sm};
|
|
1172
1173
|
background-color: ${l(n.gray[200],n.darkGray[600])};
|
|
1173
1174
|
border: 1px solid ${l(n.gray[300],n.darkGray[200])};
|
|
1174
1175
|
display: flex;
|
|
@@ -1206,14 +1207,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1206
1207
|
|
|
1207
1208
|
& .tsqd-radio-toggle:first-child {
|
|
1208
1209
|
& label {
|
|
1209
|
-
padding: 0 ${
|
|
1210
|
+
padding: 0 ${U.size[1.5]} 0 ${U.size[2]};
|
|
1210
1211
|
}
|
|
1211
1212
|
border-right: 1px solid ${l(n.gray[300],n.darkGray[200])};
|
|
1212
1213
|
}
|
|
1213
1214
|
|
|
1214
1215
|
& .tsqd-radio-toggle:nth-child(2) {
|
|
1215
1216
|
& label {
|
|
1216
|
-
padding: 0 ${
|
|
1217
|
+
padding: 0 ${U.size[2]} 0 ${U.size[1.5]};
|
|
1217
1218
|
}
|
|
1218
1219
|
}
|
|
1219
1220
|
`,devtoolsEditForm:t`
|
|
@@ -1255,7 +1256,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1255
1256
|
`,devtoolsEditFormAction:t`
|
|
1256
1257
|
font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
|
|
1257
1258
|
font-size: ${r.size.xs};
|
|
1258
|
-
padding: ${i[1]} ${
|
|
1259
|
+
padding: ${i[1]} ${U.size[2]};
|
|
1259
1260
|
display: flex;
|
|
1260
1261
|
border-radius: ${a.radius.sm};
|
|
1261
1262
|
background-color: ${l(n.gray[100],n.darkGray[600])};
|
|
@@ -1278,19 +1279,19 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1278
1279
|
opacity: 0.6;
|
|
1279
1280
|
cursor: not-allowed;
|
|
1280
1281
|
}
|
|
1281
|
-
`}},
|
|
1282
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
1283
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
1284
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
1285
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Mx(e,t){if(e){if(typeof e=="string")return Wd(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Wd(e,t):void 0}}function Wd(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function
|
|
1286
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
1287
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
1288
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
1289
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function AR(e,t){if(e){if(typeof e=="string")return kp(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?kp(e,t):void 0}}function kp(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function PR(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function TR(e){if(Array.isArray(e))return e}function ih(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var Op=Ma(Sp||(Sp=ih(["xl:yst-w-1/3"]))),Ep=Ma(Cp||(Cp=ih(["xl:yst-w-2/3"]))),Ap=Ma(_p||(_p=ih(["yst-flex yst-flex-col yst-gap-8 xl:yst-flex-row"]))),MR=function(){var t,n,r,i,s=z.useState(!1),o=ju(s,2),a=o[0],l=o[1],c=z.useState(!1),u=ju(c,2),d=u[0],f=u[1],h=z.useState(null),g=ju(h,2),m=g[0],p=g[1],v=Sc({query:{select:function(C){var k=C.data;return k}}}),b=v.data,x=zs({query:{select:function(C){var k=C.data;return k==null?void 0:k.brands}}}),S=x.data,w=S==null?void 0:S.find(function(_){return _.id===m});return y.jsxs("form",{children:[y.jsxs(E.Card,{children:[y.jsx(Qb,{title:"Settings",description:"Manage your brand settings and data. You can update analysis preferences or delete brands from your account."}),y.jsxs(E.Card.Content,{children:[y.jsxs(Ap,{children:[y.jsxs(Op,{className:"yst-space-y-2",children:[y.jsx(E.Title,{size:"4",children:"Brands"}),y.jsxs("p",{children:["You have"," ",y.jsxs("b",{children:[(t=b==null?void 0:b.activeSubscriptions)!==null&&t!==void 0?t:"—"," active subscriptions"]}),". This gives you up to"," ",y.jsxs("b",{children:[(n=b==null?void 0:b.activeSubscriptions)!==null&&n!==void 0?n:"—"," active brands"]}),", for which we’ll automatically run a weekly analysis."]}),y.jsx("p",{children:"You can activate or deactivate brands anytime, or permanently delete a brand and all its data."})]}),y.jsxs(Ep,{children:[S&&y.jsxs("p",{className:"yst-flex yst-w-full yst-max-w-2xl yst-flex-1 yst-flex-row yst-items-center yst-justify-start yst-gap-2 yst-border-b-[1px] yst-border-b-slate-200 yst-py-4 yst-font-medium yst-text-slate-800",children:["Active brands: ",(r=b==null?void 0:b.numberOfActiveBrands)!==null&&r!==void 0?r:"—"," of"," ",(i=b==null?void 0:b.maxNumberOfActiveBrands)!==null&&i!==void 0?i:"—"]}),S&&S.length===0&&y.jsxs("p",{className:"yst-mt-4 yst-text-slate-500",children:["No brands found. Please"," ",y.jsx(E.Link,{as:Ur,to:"/setup",children:"add a brand"})," ","to start analyzing."]}),(S!=null?S:[{id:"loading",name:"Loading..."}]).map(function(_,C,k){return y.jsx(OR,{brand:_,isLast:C===k.length-1,onDelete:function(O){p(O),l(!0)}},_.id)})]})]}),y.jsx($a,{}),y.jsxs(Ap,{children:[y.jsxs(Op,{className:"yst-space-y-2",children:[y.jsx(E.Title,{size:"4",children:"Delete all data"}),y.jsx("p",{children:"Permanently delete all brands, analysis results, and query history from your account."})]}),y.jsxs(Ep,{className:"yst-space-y-4",children:[y.jsxs(E.Button,{variant:"error",onClick:function(){f(!0)},children:[y.jsx(gf,{})," Delete all data"]}),y.jsx("p",{children:y.jsxs("i",{children:[y.jsx("b",{children:"Note:"})," This will erase everything and cannot be reversed."]})})]})]})]})]}),y.jsx(pR,{isOpen:a,onClose:function(){l(!1),p(null)},brandId:m||"",brandName:w==null?void 0:w.name}),y.jsx(dR,{isOpen:d,onClose:function(){f(!1)}})]})};const $R=Object.freeze(Object.defineProperty({__proto__:null,default:MR},Symbol.toStringTag,{value:"Module"}));function oc(e){"@babel/helpers - typeof";return oc=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},oc(e)}var Gd=[{path:"/setup",id:1,title:"Brand & location info",description:"Enter a few basic details about your brand so we can generate relevant queries people might use in AI models like ChatGPT and Perplexity. This helps us analyze how visible your brand is in their responses."},{path:"/setup/:brandId/queries",id:2,title:"Queries",description:"Review the queries we've generated from your brand info. These are phrases people might type into AI models that could trigger your brand to appear."},{path:"/setup/:brandId/analysis",id:3,title:"Analysis",description:"We're checking how your brand shows up in AI. Your queries will now be tested in ChatGPT and Perplexity. This process should take around 5 minutes."}],jR=function(t){return Gd.find(function(n){return!!Os(n.path,t)})||Gd[0]};function DR(){var e=en(),t=jR(e.pathname);return y.jsxs(E.Paper,{className:"yst-mx-auto yst-max-w-2xl",children:[y.jsx(_c,{title:y.jsx(sh,{currentStep:t,steps:Gd}),description:t.description}),y.jsx(E.Paper.Content,{children:y.jsx(tf,{})})]})}var sh=function(t){var n=t.title,r=t.currentStep,i=t.steps;return y.jsxs("span",{className:"yst-inline-flex yst-flex-row yst-gap-4",children:[y.jsxs("span",{className:"yst-tracking-[.2em] yst-text-slate-400",children:[y.jsx("span",{className:"yst-text-slate-900",children:oc(r)==="object"?r.id:r}),"/",Array.isArray(i)?i.length:i]}),y.jsx("span",{children:oc(r)==="object"?r.title:n||"Step ".concat(r)})]})};const LR=Object.freeze(Object.defineProperty({__proto__:null,SetupPaperTitle:sh,default:DR},Symbol.toStringTag,{value:"Module"}));var $x=function(t){var n=t.onBack,r=t.variant,i=r===void 0?"ai":r,s=t.buttonText,o=t.onButtonClick,a=t.isButtonDisabled,l=a===void 0?!1:a,c=t.isLoading,u=c===void 0?!1:c;return y.jsx(yf,{nestedInPaperContent:!0,children:y.jsxs("div",{className:_e({"yst-flex yst-flex-1 yst-flex-col yst-items-start yst-justify-between yst-gap-4 md:yst-flex-row md:yst-items-center md:yst-justify-between":n}),children:[n&&y.jsx(E.Button,{variant:"tertiary",onClick:n,className:"yst-no-underline",children:"← Back"}),y.jsx("div",{className:_e("yst-flex yst-flex-col yst-items-stretch yst-gap-4 md:yst-flex-row md:yst-items-center md:yst-justify-end"),children:y.jsxs(E.Button,{onClick:o,variant:i==="ai"?"primary":i,className:"yst-gap-1.5",style:i==="ai"?{background:"linear-gradient(102deg, #A61E69 0%, #6366F1 100%)",color:"#fff"}:{},disabled:l,type:"submit",isLoading:u,children:[i==="ai"&&y.jsx(zv,{}),s]})})]})})},IR=[{value:"US",label:"United States"},{value:"GB",label:"United Kingdom"},{value:"CA",label:"Canada"},{value:"AU",label:"Australia"},{value:"DE",label:"Germany"},{value:"FR",label:"France"},{value:"NL",label:"Netherlands"}],RR=[{value:"AR",label:"Argentina"},{value:"BE",label:"Belgium"},{value:"BR",label:"Brazil"},{value:"CN",label:"China"},{value:"EG",label:"Egypt"},{value:"ID",label:"Indonesia"},{value:"IE",label:"Ireland"},{value:"IL",label:"Israel"},{value:"IN",label:"India"},{value:"IT",label:"Italy"},{value:"JP",label:"Japan"},{value:"KR",label:"South Korea"},{value:"MX",label:"Mexico"},{value:"NG",label:"Nigeria"},{value:"PL",label:"Poland"},{value:"RU",label:"Russia"},{value:"SA",label:"Saudi Arabia"},{value:"SE",label:"Sweden"},{value:"ES",label:"Spain"},{value:"TH",label:"Thailand"},{value:"TR",label:"Turkey"},{value:"TW",label:"Taiwan"},{value:"ZA",label:"South Africa"}],Pp=[].concat(IR,RR,[{value:"OTHER",label:"Other"}]),FR=[{value:"en",label:"English"},{value:"es",label:"Spanish"},{value:"fr",label:"French"},{value:"de",label:"German"},{value:"zh",label:"Chinese (Mandarin)"},{value:"ja",label:"Japanese"}],NR=[{value:"ar",label:"Arabic"},{value:"da",label:"Danish"},{value:"nl",label:"Dutch"},{value:"fi",label:"Finnish"},{value:"hi",label:"Hindi"},{value:"it",label:"Italian"},{value:"ko",label:"Korean"},{value:"no",label:"Norwegian"},{value:"pl",label:"Polish"},{value:"pt",label:"Portuguese"},{value:"ru",label:"Russian"},{value:"sv",label:"Swedish"},{value:"th",label:"Thai"},{value:"tr",label:"Turkish"}],BR=[].concat(FR,NR),Du=["Software","SaaS","Mobile Apps","Web Development","Cybersecurity","AI/Machine Learning","Cloud Computing","Data Analytics","IT Services","Gaming","E-commerce","Online Retail","Fashion Retail","Electronics Retail","Home Goods","Sporting Goods","Jewelry","Beauty Products","Automotive Parts","Books & Media","Children Toys","Consulting","Legal Services","Accounting","Marketing Agency","Public Relations","HR Services","Business Coaching","Financial Advisory","Real Estate","Insurance","Healthcare","Dental","Mental Health","Fitness","Spa & Wellness","Nutrition","Medical Device","Pharmacy","Veterinary","Alternative Medicine","Photography","Graphic Design","Video Production","Marketing","Advertising","Content Creation","Music","Art & Design","Entertainment","Publishing","Restaurant","Cafe","Food Delivery","Catering","Bakery","Brewery","Wine","Food Production","Grocery","Food Truck","Education","Online Learning","Training","Coaching","Tutoring","Language Learning","Professional Development","Childcare","University","Certification","Manufacturing","Construction","Engineering","Automotive","Aerospace","Chemical","Textile","Furniture","Packaging","Industrial Equipment","Travel","Hotel","Tourism","Event Planning","Transportation","Airline","Cruise","Car Rental","Vacation Rental","Adventure Tours","Non-Profit","Charity","Government","Religious Organization","Community Service","Environmental","Political","Social Services","Foundation","Advocacy"];function Nr(e){"@babel/helpers - typeof";return Nr=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},Nr(e)}function Tp(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function Mp(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Tp(Object(n),!0).forEach(function(r){jx(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Tp(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function jx(e,t,n){return(t=qR(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function qR(e){var t=zR(e,"string");return Nr(t)=="symbol"?t:t+""}function zR(e,t){if(Nr(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Nr(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function $p(e){return UR(e)||KR(e)||Dx(e)||HR()}function HR(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
1290
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
1291
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Dx(e,t){if(e){if(typeof e=="string")return Qd(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Qd(e,t):void 0}}function Qd(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function
|
|
1292
|
-
example: California, Bavaria, or Paris.`})]}),y.jsx($x,{onBack:function(){return n(-1)},buttonText:"Generate queries",isButtonDisabled:C||!!a||d,isLoading:C||!!a})]})};const
|
|
1293
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
1294
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Lx(e,t){if(e){if(typeof e=="string")return Yd(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Yd(e,t):void 0}}function Yd(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function
|
|
1282
|
+
`}},gn=e=>Px("light",e),yn=e=>Px("dark",e);fc(["click","mousedown","input"]);var NI=e=>{const[t,n]=Yb({prefix:"TanstackQueryDevtools"}),r=iv(),i=H(()=>{const s=t.theme_preference||Xb;return s!=="system"?s:r()});return T(Lf.Provider,{value:e,get children(){return T(t1,{localStore:t,setLocalStore:n,get children(){return T(Rf.Provider,{value:i,get children(){return T(OI,{localStore:t,setLocalStore:n})}})}})}})},BI=NI;const qI=Object.freeze(Object.defineProperty({__proto__:null,default:BI},Symbol.toStringTag,{value:"Module"}));var zI=e=>{const[t,n]=Yb({prefix:"TanstackQueryDevtools"}),r=iv(),i=H(()=>{const s=t.theme_preference||Xb;return s!=="system"?s:r()});return T(Lf.Provider,{value:e,get children(){return T(t1,{disabled:!0,localStore:t,setLocalStore:n,get children(){return T(Rf.Provider,{value:i,get children(){return T(AI,{get children(){return T(rh,{localStore:t,setLocalStore:n,get onClose(){return e.onClose},showPanelViewOnly:!0})}})}})}})}})},HI=zI;const UI=Object.freeze(Object.defineProperty({__proto__:null,default:HI},Symbol.toStringTag,{value:"Module"}));function dp(e,t){return GI(e)||WI(e,t)||VI(e,t)||KI()}function KI(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
1283
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function VI(e,t){if(e){if(typeof e=="string")return fp(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?fp(e,t):void 0}}function fp(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function WI(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function GI(e){if(Array.isArray(e))return e}var QI=function(t){var n=t.isOpen,r=t.onClose,i=t.groupToEdit,s=t.allBrands,o=t.onGroupUpdated,a=z.useState(""),l=dp(a,2),c=l[0],u=l[1],d=z.useState([]),f=dp(d,2),h=f[0],g=f[1];z.useEffect(function(){if(n&&i&&i.type==="group"){var b;u(String(i.name||""));var x=((b=i.groupedBrands)===null||b===void 0?void 0:b.map(function(S){return String(S.id||"")}))||[];g(x)}},[n,i]);var m=function(){!c.trim()||!(i!=null&&i.id)||(console.log("Would update group:",{groupId:i.id,newName:c.trim(),brandIds:h.map(function(x){return Number(x)})}),window.alert("NOTE: this is not implemented yet. Would update group: ".concat(JSON.stringify({groupId:i.id,newName:c.trim(),brandIds:h.map(function(x){return Number(x)})}))),p(),o==null||o())},p=function(){u(""),g([]),r()},v=function(){return h.map(function(x){if(i&&i.type==="group"){var S,w=(S=i.groupedBrands)===null||S===void 0?void 0:S.find(function(C){return String(C.id)===x});if(w)return w.name||""}var _=s.find(function(C){return String(C.id)===x});return _?_.type==="group"?"Group: ".concat(_.name):_.name||"":""}).filter(Boolean)};return!i||i.type!=="group"?null:y.jsx(E.Modal,{isOpen:n,onClose:p,children:y.jsx(E.Modal.Panel,{children:y.jsxs(E.Modal.Container,{children:[y.jsx(E.Modal.Container.Header,{className:"yst-mb-4",children:y.jsx(E.Modal.Title,{as:"h3",className:"yst-text-lg yst-font-medium",children:"Edit brand group"})}),y.jsxs(E.Modal.Container.Content,{className:"yst-mb-8 yst-space-y-4",children:[y.jsx("p",{className:"yst-text-sm yst-text-slate-600",children:"Update the group name or ungroup brands by removing their tags."}),y.jsxs("div",{children:[y.jsx("label",{htmlFor:"editGroupName",className:"yst-mb-2 yst-block yst-text-sm yst-font-medium",children:"Group name"}),y.jsx(E.TextInput,{id:"editGroupName",value:c,onChange:function(b){return u(b.target.value)},placeholder:"Enter group name",className:"yst-w-full"})]}),y.jsxs("div",{children:[y.jsx(E.TagField,{id:"editGroupedBrands",label:"Grouped brands",tags:v(),onRemoveTag:function(b){g(function(x){return x.filter(function(S,w){return w!==b})})},onAddTag:function(){}}),h.length===0&&y.jsx("p",{className:"yst-mt-2 yst-text-sm yst-italic yst-text-gray-500",children:"No brands in this group"})]})]}),y.jsx(E.Modal.Container.Footer,{children:y.jsxs("div",{className:"yst-flex yst-justify-end yst-gap-2",children:[y.jsx(E.Button,{variant:"secondary",onClick:p,children:"Cancel"}),y.jsx(E.Button,{variant:"primary",onClick:m,disabled:!c.trim(),children:"Save changes"})]})})]})})})};function hp(e,t){return ZI(e)||JI(e,t)||XI(e,t)||YI()}function YI(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
1284
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function XI(e,t){if(e){if(typeof e=="string")return gp(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?gp(e,t):void 0}}function gp(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function JI(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function ZI(e){if(Array.isArray(e))return e}var eR=function(t){var n=t.isOpen,r=t.onClose,i=t.brandId,s=t.brandsToGroup,o=t.onGroupCreated,a=tn(),l=z.useState(""),c=hp(l,2),u=c[0],d=c[1],f=z.useState([]),h=hp(f,2),g=h[0],m=h[1];z.useEffect(function(){if(n&&s.length>0){var _,C=(_=s[0])===null||_===void 0?void 0:_.name;d(String(C||"New Group")),m(s.map(function(k){var O;return String((O=k.id)!==null&&O!==void 0?O:"")}))}},[n,s]);var p=Ok({mutation:{onSuccess:function(){a.invalidateQueries({queryKey:Iv(i)}),o==null||o(),x()},onError:function(C){console.error("Error creating group:",C)}}}),v=p.mutate,b=p.isPending,x=function(){d(""),m([]),r()},S=function(){if(!(!u.trim()||g.length===0)){var C=g.flatMap(function(k){var O=s.find(function(A){return String(A.id)===k});return O&&O.type==="group"&&Array.isArray(O.groupedBrands)?O.groupedBrands.map(function(A){return String(A.id)}):k});v({brandId:i,data:{groupName:u.trim(),brandIds:C.filter(function(k){return k!==""}).map(function(k){return Number(k)})}})}},w=function(C){m(function(k){return k.filter(function(O){return O!==C})})};return y.jsx(E.Modal,{isOpen:n,onClose:x,children:y.jsx(E.Modal.Panel,{children:y.jsxs(E.Modal.Container,{children:[y.jsx(E.Modal.Container.Header,{children:y.jsx(E.Modal.Title,{children:"Edit brand group"})}),y.jsxs(E.Modal.Container.Content,{className:"yst-space-y-4",children:[y.jsxs("div",{children:[y.jsx("label",{htmlFor:"groupName",className:"yst-mb-2 yst-block yst-text-sm yst-font-medium",children:"Group name"}),y.jsx(E.TextInput,{id:"groupName",value:u,onChange:function(_){return d(_.target.value)},placeholder:"Enter group name",className:"yst-w-full"})]}),y.jsxs("div",{children:[y.jsx(E.TagField,{id:"groupedBrands",label:"Brands in group (".concat(g.length,")"),tags:g.map(function(_){var C=s.find(function(k){return String(k.id)===_});return C?C.type==="group"?"Group: ".concat(C.name):C.name||"":""}).filter(Boolean),onRemoveTag:function(_){var C=g.find(function(k){var O=s.find(function(M){return String(M.id)===k});if(!O)return!1;var A=O.type==="group"?"Group: ".concat(O.name):O.name||"";return A===_});C&&w(C)},onAddTag:function(){}}),g.length===0&&y.jsx("p",{className:"yst-text-sm yst-italic yst-text-gray-500",children:"No brands selected"})]})]}),y.jsx(E.Modal.Container.Footer,{children:y.jsxs("div",{className:"yst-flex yst-justify-end yst-gap-2",children:[y.jsx(E.Button,{variant:"secondary",onClick:x,disabled:b,children:"Cancel"}),y.jsx(E.Button,{variant:"primary",onClick:S,disabled:!u.trim()||g.length===0||b,children:b?"Saving...":"Save group"})]})})]})})})};function la(e){"@babel/helpers - typeof";return la=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},la(e)}function yp(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function mp(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?yp(Object(n),!0).forEach(function(r){Tx(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):yp(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function Tx(e,t,n){return(t=tR(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function tR(e){var t=nR(e,"string");return la(t)=="symbol"?t:t+""}function nR(e,t){if(la(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(la(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function rR(e){return oR(e)||sR(e)||Mx(e)||iR()}function iR(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
1285
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function sR(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function oR(e){if(Array.isArray(e))return Wd(e)}function Tn(e,t){return cR(e)||lR(e,t)||Mx(e,t)||aR()}function aR(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
1286
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Mx(e,t){if(e){if(typeof e=="string")return Wd(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Wd(e,t):void 0}}function Wd(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function lR(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t===0){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function cR(e){if(Array.isArray(e))return e}var uR=function(){var t,n=_n(),r=z.useState(!1),i=Tn(r,2),s=i[0],o=i[1],a=z.useState({}),l=Tn(a,2),c=l[0],u=l[1],d=z.useState(""),f=Tn(d,2),h=f[0],g=f[1],m=z.useState(1),p=Tn(m,2),v=p[0],b=p[1],x=z.useState({}),S=Tn(x,2),w=S[0],_=S[1],C=z.useState(!1),k=Tn(C,2),O=k[0],A=k[1],M=z.useState(!1),L=Tn(M,2),G=L[0],R=L[1],D=z.useState(null),j=Tn(D,2),I=j[0],oe=j[1],ue=Wr(),B=ue.brandId;function Y(me){return String(me.id)}var ne=Ck(B,{query:{enabled:!!B}}),ae=ne.data,F=ne.isLoading,W=10,q=(ae==null||(t=ae.data)===null||t===void 0?void 0:t.associatedBrands.filter(function(me){var de,Me;return h?((de=(Me=me.name)===null||Me===void 0?void 0:Me.toLowerCase())!==null&&de!==void 0?de:"").includes(h.toLowerCase()):!0}))||[],ce=Math.ceil(q.length/W),V=(v-1)*W,fe=rR(q).sort(function(me,de){return me.type==="group"&&de.type!=="group"?-1:me.type!=="group"&&de.type==="group"?1:0}),he=fe.slice(V,V+W),Ie=function(de){var Me=q.find(function(qe){return Y(qe)===de});Me&&Me.type==="group"?(oe(Me),R(!0)):console.log("Individual brand edit not implemented yet")},te=Object.entries(w).filter(function(me){var de=Tn(me,2),Me=de[1];return Me}).map(function(me){var de=Tn(me,1),Me=de[0];return Me}),ge=function(){console.log("Group brands:",te),A(!0)},Ce=function(de){g(de.target.value),b(1)},Ae=function(de){_(function(Me){return mp(mp({},Me),{},Tx({},de,!Me[de]))})},lt=function(){n("/")},$t=function(){_({}),u({}),o(!1)},Z=function(){A(!1)},je=function(){_({}),b(1),g("")},Ze=function(){R(!1),oe(null)},Ne=function(){console.log("Group updated successfully")},Te=function(de,Me){return de in c?!!c[de]:!Me.isHidden},Re=[{Header:"Brand name",accessor:"name",Cell:function(de){var Me=de.value,qe=de.row;return y.jsx("span",{className:"yst-font-medium yst-text-slate-900",children:y.jsxs("div",{className:"yst-flex yst-items-center yst-gap-2",children:[y.jsx(E.Checkbox,{id:"brand-checkbox-".concat(qe.id),checked:!!w[Y(qe)],onChange:function(){return Ae(Y(qe))},value:Y(qe),label:qe.isSelf?y.jsx(kc,{children:Me}):Me,name:"brand-checkbox-".concat(qe.id),disabled:!Te(Y(qe),qe)}),qe.type==="group"&&y.jsx(xE,{className:"yst-h-4 yst-w-4 yst-text-slate-400"})]})})},LoadingComponent:function(de){var Me=de.id,qe=Me===void 0?"":Me;return y.jsxs("div",{className:"yst-flex",children:[y.jsx(E.Checkbox,{id:"loading-row-checkbox-".concat(qe),value:"loading...",label:"Loading...",disabled:!0,name:"brand-checkbox-".concat(qe)})," ",y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-32",id:"loading-row-skeleton-".concat(qe)})]})}},{Header:"Actions",accessor:"id",Cell:function(de){var Me=de.value,qe=de.row;return y.jsx(y.Fragment,{children:qe.type==="group"?y.jsxs(E.Button,{variant:"tertiary",size:"small",onClick:function(){return Ie(String(Me!=null?Me:""))},className:"yst-gap-1.5 yst-px-0",disabled:!Te(Y(qe),qe),children:[y.jsx(qv,{className:"yst-h-4 yst-w-4"}),"Edit group"]}):void 0})},LoadingComponent:function(){return y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-24"})}}];return y.jsxs(E.Paper,{className:"yst-mx-auto yst-max-w-2xl",children:[y.jsx(_c,{title:"Brand list ".concat(""),children:y.jsx("p",{children:"These are the brands found in responses to your example prompts. Group related brands to improve your analysis. You can rename or exclude irrelevant brands, and new brands will be added automatically if they appear in future analysis runs."})}),y.jsxs(E.Paper.Content,{children:[y.jsx("div",{className:"yst-mb-6",children:y.jsx(E.TextInput,{id:"brand-search",label:"Search brands",placeholder:"Search brands",value:h,onChange:Ce})}),y.jsx("div",{className:"yst-mb-6",children:y.jsxs(E.Table,{columns:Re,className:"yst-w-full",variant:"minimal",children:[y.jsx(E.Table.Head,{children:y.jsx(E.Table.Row,{children:Re.map(function(me){return y.jsx(E.Table.Header,{children:me.Header},me.accessor)})})}),y.jsx(E.Table.Body,{children:F?[1,2,3].map(function(me,de){return y.jsx(E.Table.Row,{children:Re.map(function(Me,qe){return y.jsx(E.Table.Cell,{children:y.jsx(Me.LoadingComponent,{id:"skeleton-".concat(de,"-").concat(qe)},Me.accessor)},"cell-".concat(qe))})},de)}):he.length===0?y.jsx(E.Table.Row,{children:y.jsx(E.Table.Cell,{colSpan:Re.length,children:y.jsxs("div",{className:"yst-py-12 yst-text-center",children:[y.jsx("h3",{className:"yst-mt-4 yst-text-lg yst-font-medium yst-text-slate-900",children:"No brands found"}),y.jsx("p",{className:"yst-mt-2 yst-text-sm yst-text-slate-500",children:h?'No brands match "'.concat(h,'". Try a different search term.'):"No brands have been found yet. Run an analysis to discover brands."}),h&&y.jsx(E.Button,{variant:"secondary",size:"small",onClick:function(){g(""),b(1)},className:"yst-mt-4",children:"Clear search"})]})})}):he.map(function(me){return y.jsx(E.Table.Row,{children:Re.map(function(de){return y.jsx(E.Table.Cell,{children:de.Cell?de.Cell({value:me[de.accessor],row:me}):me[de.accessor]},de.accessor)})},me.id)})})]})}),y.jsxs("div",{className:"yst-flex yst-items-center yst-justify-between",children:[y.jsxs(E.Button,{variant:"secondary",onClick:ge,className:"yst-mb-0 yst-gap-2",disabled:te.length<2,children:[y.jsx(DO,{})," Group brands"]}),y.jsx(E.Pagination,{variant:"text",current:v,total:ce,onNavigate:b,className:"yst-flex-row",screenReaderTextPrevious:"Previous page",screenReaderTextNext:"Next page"})]})]}),y.jsx(yf,{children:y.jsx("div",{className:"yst-flex yst-items-center yst-justify-end yst-gap-4",children:s?y.jsxs(y.Fragment,{children:[y.jsx(E.Button,{variant:"secondary",className:"yst-mb-0",onClick:$t,children:"Discard changes"}),y.jsx(E.Button,{variant:"primary",className:"yst-mb-0",onClick:lt,children:"Save changes"})]}):y.jsx(E.Button,{as:Kr,to:"/",variant:"primary",className:"yst-mb-0",children:"Show analysis →"})})}),y.jsx(eR,{isOpen:O,onClose:Z,brandId:B,brandsToGroup:q.filter(function(me){return te.includes(Y(me))}),onGroupCreated:je}),y.jsx(QI,{isOpen:G,onClose:Ze,groupToEdit:I,allBrands:q,onGroupUpdated:Ne})]})};const dR=Object.freeze(Object.defineProperty({__proto__:null,default:uR},Symbol.toStringTag,{value:"Module"}));function fR(e,t){return mR(e)||yR(e,t)||gR(e,t)||hR()}function hR(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
1287
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function gR(e,t){if(e){if(typeof e=="string")return pp(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?pp(e,t):void 0}}function pp(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function yR(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function mR(e){if(Array.isArray(e))return e}var pR=function(t){var n=t.isOpen,r=t.onClose,i=tn(),s=z.useState(""),o=fR(s,2),a=o[0],l=o[1],c=eO({mutation:{onSuccess:function(){i.clear(),r()}}}),u=c.mutate,d=c.isPending;return z.useEffect(function(){n&&l("")},[n]),y.jsx(pf,{isOpen:n,onClose:r,onConfirm:function(){u()},isLoading:d,disabled:a!=="DELETE ALL",title:"Delete all data?",description:y.jsxs(y.Fragment,{children:[y.jsx("p",{children:"This will permanently erase all brands, analysis results, and queries from your account."}),y.jsx("p",{children:"This action cannot be undone."}),y.jsx(E.TextField,{id:"delete-all-confirmation",label:"To confirm, please type DELETE ALL:",value:a,onChange:function(f){return l(f.target.value)}}),y.jsx("p",{children:y.jsx("em",{children:"This is to make sure you understand this action is permanent."})})]}),confirmText:"Yes, delete all data",cancelText:"No, go back"})};function vR(e,t){return SR(e)||wR(e,t)||xR(e,t)||bR()}function bR(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
1288
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function xR(e,t){if(e){if(typeof e=="string")return vp(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?vp(e,t):void 0}}function vp(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function wR(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function SR(e){if(Array.isArray(e))return e}var CR=function(t){var n=t.isOpen,r=t.brandId,i=t.onClose,s=t.brandName,o=tn(),a=z.useState(""),l=vR(a,2),c=l[0],u=l[1],d=Ik({mutation:{onSuccess:function(){o.invalidateQueries({queryKey:tr()}),console.log("Brand data deleted"),i()}}}),f=d.mutate,h=d.isPending;return z.useEffect(function(){n&&u("")},[n]),y.jsx(pf,{isOpen:n,onClose:i,onConfirm:function(){if(!s){console.error("Brand name is required for deletion confirmation");return}f({brandId:r})},isLoading:h,disabled:c.toLowerCase()!==(s==null?void 0:s.toLowerCase()),title:"Delete brand?",description:y.jsxs(y.Fragment,{children:[y.jsx("p",{children:"This will permanently delete all data associated with this brand, including past analyses and query history."}),y.jsx("p",{children:"This action cannot be undone."}),y.jsx(E.TextField,{id:"delete-modal-brand-name-confirmation",label:"To confirm, please type your brand name ".concat(s,":"),value:c,onChange:function(g){return u(g.target.value)}}),y.jsx("p",{children:y.jsx("em",{children:"This is to make sure you understand this action is permanent."})})]}),confirmText:"Yes, delete brand",cancelText:"No, go back"})};function ca(e){"@babel/helpers - typeof";return ca=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},ca(e)}function Po(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */var e,t,n=typeof Symbol=="function"?Symbol:{},r=n.iterator||"@@iterator",i=n.toStringTag||"@@toStringTag";function s(h,g,m,p){var v=g&&g.prototype instanceof a?g:a,b=Object.create(v.prototype);return Vt(b,"_invoke",function(x,S,w){var _,C,k,O=0,A=w||[],M=!1,L={p:0,n:0,v:e,a:G,f:G.bind(e,4),d:function(D,j){return _=D,C=0,k=e,L.n=j,o}};function G(R,D){for(C=R,k=D,t=0;!M&&O&&!j&&t<A.length;t++){var j,I=A[t],oe=L.p,ue=I[2];R>3?(j=ue===D)&&(k=I[(C=I[4])?5:(C=3,3)],I[4]=I[5]=e):I[0]<=oe&&((j=R<2&&oe<I[1])?(C=0,L.v=D,L.n=I[1]):oe<ue&&(j=R<3||I[0]>D||D>ue)&&(I[4]=R,I[5]=D,L.n=ue,C=0))}if(j||R>1)return o;throw M=!0,D}return function(R,D,j){if(O>1)throw TypeError("Generator is already running");for(M&&D===1&&G(D,j),C=D,k=j;(t=C<2?e:k)||!M;){_||(C?C<3?(C>1&&(L.n=-1),G(C,k)):L.n=k:L.v=k);try{if(O=2,_){if(C||(R="next"),t=_[R]){if(!(t=t.call(_,k)))throw TypeError("iterator result is not an object");if(!t.done)return t;k=t.value,C<2&&(C=0)}else C===1&&(t=_.return)&&t.call(_),C<2&&(k=TypeError("The iterator does not provide a '"+R+"' method"),C=1);_=e}else if((t=(M=L.n<0)?k:x.call(S,L))!==o)break}catch(I){_=e,C=1,k=I}finally{O=1}}return{value:t,done:M}}}(h,m,p),!0),b}var o={};function a(){}function l(){}function c(){}t=Object.getPrototypeOf;var u=[][r]?t(t([][r]())):(Vt(t={},r,function(){return this}),t),d=c.prototype=a.prototype=Object.create(u);function f(h){return Object.setPrototypeOf?Object.setPrototypeOf(h,c):(h.__proto__=c,Vt(h,i,"GeneratorFunction")),h.prototype=Object.create(d),h}return l.prototype=c,Vt(d,"constructor",c),Vt(c,"constructor",l),l.displayName="GeneratorFunction",Vt(c,i,"GeneratorFunction"),Vt(d),Vt(d,i,"Generator"),Vt(d,r,function(){return this}),Vt(d,"toString",function(){return"[object Generator]"}),(Po=function(){return{w:s,m:f}})()}function Vt(e,t,n,r){var i=Object.defineProperty;try{i({},"",{})}catch(s){i=0}Vt=function(o,a,l,c){if(a)i?i(o,a,{value:l,enumerable:!c,configurable:!c,writable:!c}):o[a]=l;else{var u=function(f,h){Vt(o,f,function(g){return this._invoke(f,h,g)})};u("next",0),u("throw",1),u("return",2)}},Vt(e,t,n,r)}function bp(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function vr(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?bp(Object(n),!0).forEach(function(r){_R(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):bp(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function _R(e,t,n){return(t=kR(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function kR(e){var t=OR(e,"string");return ca(t)=="symbol"?t:t+""}function OR(e,t){if(ca(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(ca(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function xp(e,t,n,r,i,s,o){try{var a=e[s](o),l=a.value}catch(c){return void n(c)}a.done?t(l):Promise.resolve(l).then(r,i)}function wp(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var s=e.apply(t,n);function o(l){xp(s,r,i,o,a,"next",l)}function a(l){xp(s,r,i,o,a,"throw",l)}o(void 0)})}}function ER(e,t){return MR(e)||TR(e,t)||PR(e,t)||AR()}function AR(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
1289
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function PR(e,t){if(e){if(typeof e=="string")return Sp(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Sp(e,t):void 0}}function Sp(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function TR(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function MR(e){if(Array.isArray(e))return e}var $R=function(t){var n,r=t.brand,i=t.isLast,s=t.onDelete,o=r.id,a=z.useState(!1),l=ER(a,2),c=l[0],u=l[1],d=tn(),f=Sc({query:{select:function(S){var w=S.data;return w}}}),h=f.data,g=Fv({mutation:{onMutate:function(){var x=wp(Po().m(function w(_){var C,k,O;return Po().w(function(A){for(;;)switch(A.n){case 0:return C=_.brandId,k=_.data,A.n=1,d.cancelQueries({queryKey:tr()});case 1:return O=d.getQueryData(tr()),d.setQueryData(tr(),function(M){var L,G;return M&&vr(vr({},M),{},{data:vr(vr({},M.data),{},{brands:((L=(G=M.data)===null||G===void 0?void 0:G.brands)!==null&&L!==void 0?L:[]).map(function(R){return R.id===C?vr(vr({},R),{},{settings:vr(vr({},R.settings),{},{enableAutomaticAnalysis:k.enableAutomaticAnalysis})}):R})})})}),A.a(2,{previous:O})}},w)}));function S(w){return x.apply(this,arguments)}return S}(),onError:function(S,w,_){_!=null&&_.previous&&d.setQueryData(tr(),_.previous)},onSettled:function(){var x=wp(Po().m(function w(){return Po().w(function(_){for(;;)switch(_.n){case 0:return _.n=1,Promise.all([d.invalidateQueries({queryKey:tr()}),d.invalidateQueries({queryKey:hf()})]);case 1:return _.a(2)}},w)}));function S(){return x.apply(this,arguments)}return S}()}}),m=g.mutate,p=function(S){m({brandId:o,data:{enableAutomaticAnalysis:S}})},v=function(S){S?u(!0):p(!1)},b=(h==null?void 0:h.maxNumberOfActiveBrands)&&(h==null?void 0:h.maxNumberOfActiveBrands)-(h==null?void 0:h.numberOfActiveBrands)>0;return y.jsxs(y.Fragment,{children:[y.jsxs("div",{className:_e("yst-flex yst-max-w-2xl yst-flex-1 yst-flex-row yst-items-center yst-justify-start yst-gap-4 yst-py-4 yst-text-slate-800",{"yst-border-b-[1px] yst-border-b-slate-200":!i}),children:[y.jsx(E.Toggle,{id:"toggle-brand-".concat(r==null?void 0:r.id),checked:r==null||(n=r.settings)===null||n===void 0?void 0:n.enableAutomaticAnalysis,screenReaderLabel:"Enable or disable automatic analysis for this brand",onChange:v}),y.jsx("div",{className:"yst-font-medium",children:(r==null?void 0:r.id)==="loading"?y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-32"}):r==null?void 0:r.name}),y.jsx("div",{className:"yst-ml-auto yst-flex yst-flex-row yst-items-center yst-justify-end yst-gap-2 yst-text-slate-800",children:(r==null?void 0:r.id)==="loading"?y.jsx(E.SkeletonLoader,{className:"yst-h-6 yst-w-24"}):y.jsxs(E.Button,{size:"small",variant:"tertiary",className:"yst-gap-1 yst-text-red-600 *:hover:yst-text-red-700",onClick:function(){r!=null&&r.id&&s(r.id)},disabled:(r==null?void 0:r.id)==="loading",children:[y.jsx(gf,{})," Delete brand"]})})]}),y.jsx(E.Modal,{isOpen:c,onClose:function(){return u(!1)},position:"center",as:"div",className:_e({"yst-mx-auto yst-max-w-xl":b}),children:b?y.jsxs(E.Modal.Panel,{children:[y.jsx(E.Modal.Container.Header,{className:"yst-mb-3 yst-w-full",children:y.jsx(E.Modal.Title,{as:"h3",className:"yst-text-lg yst-font-medium",children:"Start brand analysis now?"})}),y.jsxs(E.Modal.Container.Content,{className:"yst-mb-4 yst-space-y-3",children:[y.jsx("p",{children:"Activating this brand will immediately start a new analysis."}),y.jsx("p",{children:"This will use one of your weekly analyses included in your subscription."})]}),y.jsxs(E.Modal.Container.Footer,{className:"yst-mt-3 yst-flex yst-justify-end yst-gap-2",children:[y.jsx(E.Button,{variant:"secondary",onClick:function(){return u(!1)},children:"Cancel"}),y.jsx(E.Button,{variant:"primary",onClick:function(){p(!0),u(!1)},children:"Yes, start analysis"})]})]}):y.jsxs(E.Modal.Panel,{children:[y.jsx("div",{className:"yst-flex yst-items-start yst-justify-stretch yst-gap-4",children:y.jsxs("div",{className:"yst-flex-1",children:[y.jsx(E.Modal.Container.Header,{className:"yst-mb-3 yst-w-full",children:y.jsx(E.Modal.Title,{as:"h3",className:"yst-text-center yst-text-lg yst-font-medium",children:"You've reached your active brand limit"})}),y.jsx(E.Modal.Container.Content,{className:"yst-mb-8 yst-space-y-3",children:y.jsx("p",{className:"yst-text-center",children:"Each subscription lets you activate 1 brand. Add another subscription or deactivate an existing brand to activate this brand."})})]})}),y.jsx(E.Modal.Container.Footer,{children:y.jsxs("div",{className:"yst-flex yst-flex-col yst-justify-stretch yst-gap-2",children:[y.jsxs(E.Button,{variant:"upsell",className:"yst-flex yst-gap-1",onClick:function(){return window.alert("tk open upsell link")},children:[y.jsx(zv,{}),"Add a subscription"]}),y.jsx(E.Button,{variant:"tertiary",className:"",onClick:function(){return u(!1)},children:"Deactivate an existing brand"})]})})]})})]})},Cp,_p,kp;function ju(e,t){return IR(e)||LR(e,t)||DR(e,t)||jR()}function jR(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
1290
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function DR(e,t){if(e){if(typeof e=="string")return Op(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Op(e,t):void 0}}function Op(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function LR(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function IR(e){if(Array.isArray(e))return e}function ih(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var Ep=Ma(Cp||(Cp=ih(["xl:yst-w-1/3"]))),Ap=Ma(_p||(_p=ih(["xl:yst-w-2/3"]))),Pp=Ma(kp||(kp=ih(["yst-flex yst-flex-col yst-gap-8 xl:yst-flex-row"]))),RR=function(){var t,n,r,i,s=z.useState(!1),o=ju(s,2),a=o[0],l=o[1],c=z.useState(!1),u=ju(c,2),d=u[0],f=u[1],h=z.useState(null),g=ju(h,2),m=g[0],p=g[1],v=Sc({query:{select:function(C){var k=C.data;return k}}}),b=v.data,x=zs({query:{select:function(C){var k=C.data;return k==null?void 0:k.brands}}}),S=x.data,w=S==null?void 0:S.find(function(_){return _.id===m});return y.jsxs("form",{children:[y.jsxs(E.Card,{children:[y.jsx(Qb,{title:"Settings",description:"Manage your brand settings and data. You can update analysis preferences or delete brands from your account."}),y.jsxs(E.Card.Content,{children:[y.jsxs(Pp,{children:[y.jsxs(Ep,{className:"yst-space-y-2",children:[y.jsx(E.Title,{size:"4",children:"Brands"}),y.jsxs("p",{children:["You have"," ",y.jsxs("b",{children:[(t=b==null?void 0:b.activeSubscriptions)!==null&&t!==void 0?t:"—"," active subscriptions"]}),". This gives you up to"," ",y.jsxs("b",{children:[(n=b==null?void 0:b.activeSubscriptions)!==null&&n!==void 0?n:"—"," active brands"]}),", for which we’ll automatically run a weekly analysis."]}),y.jsx("p",{children:"You can activate or deactivate brands anytime, or permanently delete a brand and all its data."})]}),y.jsxs(Ap,{children:[S&&y.jsxs("p",{className:"yst-flex yst-w-full yst-max-w-2xl yst-flex-1 yst-flex-row yst-items-center yst-justify-start yst-gap-2 yst-border-b-[1px] yst-border-b-slate-200 yst-py-4 yst-font-medium yst-text-slate-800",children:["Active brands: ",(r=b==null?void 0:b.numberOfActiveBrands)!==null&&r!==void 0?r:"—"," of"," ",(i=b==null?void 0:b.maxNumberOfActiveBrands)!==null&&i!==void 0?i:"—"]}),S&&S.length===0&&y.jsxs("p",{className:"yst-mt-4 yst-text-slate-500",children:["No brands found. Please"," ",y.jsx(E.Link,{as:Kr,to:"/setup",children:"add a brand"})," ","to start analyzing."]}),(S!=null?S:[{id:"loading",name:"Loading..."}]).map(function(_,C,k){return y.jsx($R,{brand:_,isLast:C===k.length-1,onDelete:function(O){p(O),l(!0)}},_.id)})]})]}),y.jsx($a,{}),y.jsxs(Pp,{children:[y.jsxs(Ep,{className:"yst-space-y-2",children:[y.jsx(E.Title,{size:"4",children:"Delete all data"}),y.jsx("p",{children:"Permanently delete all brands, analysis results, and query history from your account."})]}),y.jsxs(Ap,{className:"yst-space-y-4",children:[y.jsxs(E.Button,{variant:"error",onClick:function(){f(!0)},children:[y.jsx(gf,{})," Delete all data"]}),y.jsx("p",{children:y.jsxs("i",{children:[y.jsx("b",{children:"Note:"})," This will erase everything and cannot be reversed."]})})]})]})]})]}),y.jsx(CR,{isOpen:a,onClose:function(){l(!1),p(null)},brandId:m||"",brandName:w==null?void 0:w.name}),y.jsx(pR,{isOpen:d,onClose:function(){f(!1)}})]})};const FR=Object.freeze(Object.defineProperty({__proto__:null,default:RR},Symbol.toStringTag,{value:"Module"}));function oc(e){"@babel/helpers - typeof";return oc=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},oc(e)}var Gd=[{path:"/setup",id:1,title:"Brand & location info",description:"Enter a few basic details about your brand so we can generate relevant queries people might use in AI models like ChatGPT and Perplexity. This helps us analyze how visible your brand is in their responses."},{path:"/setup/:brandId/queries",id:2,title:"Queries",description:"Review the queries we've generated from your brand info. These are phrases people might type into AI models that could trigger your brand to appear."},{path:"/setup/:brandId/analysis",id:3,title:"Analysis",description:"We're checking how your brand shows up in AI. Your queries will now be tested in ChatGPT and Perplexity. This process should take around 5 minutes."}],NR=function(t){return Gd.find(function(n){return!!Os(n.path,t)})||Gd[0]};function BR(){var e=en(),t=NR(e.pathname);return y.jsxs(E.Paper,{className:"yst-mx-auto yst-max-w-2xl",children:[y.jsx(_c,{title:y.jsx(sh,{currentStep:t,steps:Gd}),description:t.description}),y.jsx(E.Paper.Content,{children:y.jsx(tf,{})})]})}var sh=function(t){var n=t.title,r=t.currentStep,i=t.steps;return y.jsxs("span",{className:"yst-inline-flex yst-flex-row yst-gap-4",children:[y.jsxs("span",{className:"yst-tracking-[.2em] yst-text-slate-400",children:[y.jsx("span",{className:"yst-text-slate-900",children:oc(r)==="object"?r.id:r}),"/",Array.isArray(i)?i.length:i]}),y.jsx("span",{children:oc(r)==="object"?r.title:n||"Step ".concat(r)})]})};const qR=Object.freeze(Object.defineProperty({__proto__:null,SetupPaperTitle:sh,default:BR},Symbol.toStringTag,{value:"Module"}));var $x=function(t){var n=t.onBack,r=t.variant,i=r===void 0?"ai":r,s=t.buttonText,o=t.onButtonClick,a=t.isButtonDisabled,l=a===void 0?!1:a,c=t.isLoading,u=c===void 0?!1:c;return y.jsx(yf,{nestedInPaperContent:!0,children:y.jsxs("div",{className:_e({"yst-flex yst-flex-1 yst-flex-col yst-items-start yst-justify-between yst-gap-4 md:yst-flex-row md:yst-items-center md:yst-justify-between":n}),children:[n&&y.jsx(E.Button,{variant:"tertiary",onClick:n,className:"yst-no-underline",children:"← Back"}),y.jsx("div",{className:_e("yst-flex yst-flex-col yst-items-stretch yst-gap-4 md:yst-flex-row md:yst-items-center md:yst-justify-end"),children:y.jsxs(E.Button,{onClick:o,variant:i==="ai"?"primary":i,className:"yst-gap-1.5",style:i==="ai"?{background:"linear-gradient(102deg, #A61E69 0%, #6366F1 100%)",color:"#fff"}:{},disabled:l,type:"submit",isLoading:u,children:[i==="ai"&&y.jsx(IO,{}),s]})})]})})},zR=[{value:"US",label:"United States"},{value:"GB",label:"United Kingdom"},{value:"CA",label:"Canada"},{value:"AU",label:"Australia"},{value:"DE",label:"Germany"},{value:"FR",label:"France"},{value:"NL",label:"Netherlands"}],HR=[{value:"AR",label:"Argentina"},{value:"BE",label:"Belgium"},{value:"BR",label:"Brazil"},{value:"CN",label:"China"},{value:"EG",label:"Egypt"},{value:"ID",label:"Indonesia"},{value:"IE",label:"Ireland"},{value:"IL",label:"Israel"},{value:"IN",label:"India"},{value:"IT",label:"Italy"},{value:"JP",label:"Japan"},{value:"KR",label:"South Korea"},{value:"MX",label:"Mexico"},{value:"NG",label:"Nigeria"},{value:"PL",label:"Poland"},{value:"RU",label:"Russia"},{value:"SA",label:"Saudi Arabia"},{value:"SE",label:"Sweden"},{value:"ES",label:"Spain"},{value:"TH",label:"Thailand"},{value:"TR",label:"Turkey"},{value:"TW",label:"Taiwan"},{value:"ZA",label:"South Africa"}],Tp=[].concat(zR,HR,[{value:"OTHER",label:"Other"}]),UR=[{value:"en",label:"English"},{value:"es",label:"Spanish"},{value:"fr",label:"French"},{value:"de",label:"German"},{value:"zh",label:"Chinese (Mandarin)"},{value:"ja",label:"Japanese"}],KR=[{value:"ar",label:"Arabic"},{value:"da",label:"Danish"},{value:"nl",label:"Dutch"},{value:"fi",label:"Finnish"},{value:"hi",label:"Hindi"},{value:"it",label:"Italian"},{value:"ko",label:"Korean"},{value:"no",label:"Norwegian"},{value:"pl",label:"Polish"},{value:"pt",label:"Portuguese"},{value:"ru",label:"Russian"},{value:"sv",label:"Swedish"},{value:"th",label:"Thai"},{value:"tr",label:"Turkish"}],VR=[].concat(UR,KR),Du=["Software","SaaS","Mobile Apps","Web Development","Cybersecurity","AI/Machine Learning","Cloud Computing","Data Analytics","IT Services","Gaming","E-commerce","Online Retail","Fashion Retail","Electronics Retail","Home Goods","Sporting Goods","Jewelry","Beauty Products","Automotive Parts","Books & Media","Children Toys","Consulting","Legal Services","Accounting","Marketing Agency","Public Relations","HR Services","Business Coaching","Financial Advisory","Real Estate","Insurance","Healthcare","Dental","Mental Health","Fitness","Spa & Wellness","Nutrition","Medical Device","Pharmacy","Veterinary","Alternative Medicine","Photography","Graphic Design","Video Production","Marketing","Advertising","Content Creation","Music","Art & Design","Entertainment","Publishing","Restaurant","Cafe","Food Delivery","Catering","Bakery","Brewery","Wine","Food Production","Grocery","Food Truck","Education","Online Learning","Training","Coaching","Tutoring","Language Learning","Professional Development","Childcare","University","Certification","Manufacturing","Construction","Engineering","Automotive","Aerospace","Chemical","Textile","Furniture","Packaging","Industrial Equipment","Travel","Hotel","Tourism","Event Planning","Transportation","Airline","Cruise","Car Rental","Vacation Rental","Adventure Tours","Non-Profit","Charity","Government","Religious Organization","Community Service","Environmental","Political","Social Services","Foundation","Advocacy"];function Nr(e){"@babel/helpers - typeof";return Nr=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},Nr(e)}function Mp(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function $p(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Mp(Object(n),!0).forEach(function(r){jx(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Mp(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function jx(e,t,n){return(t=WR(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function WR(e){var t=GR(e,"string");return Nr(t)=="symbol"?t:t+""}function GR(e,t){if(Nr(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Nr(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function jp(e){return XR(e)||YR(e)||Dx(e)||QR()}function QR(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
1291
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function YR(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function XR(e){if(Array.isArray(e))return Qd(e)}function po(e,t){return eF(e)||ZR(e,t)||Dx(e,t)||JR()}function JR(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
1292
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Dx(e,t){if(e){if(typeof e=="string")return Qd(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Qd(e,t):void 0}}function Qd(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function ZR(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function eF(e){if(Array.isArray(e))return e}var tF=function(){var t,n=_n(),r=Cc(),i=tn(),s=z.useState(),o=po(s,2),a=o[0],l=o[1],c=z.useState(!1),u=po(c,2),d=u[0],f=u[1],h=z.useState({name:"",url:"",industry:"",language:"en",isLocal:!1,country:"",region:""}),g=po(h,2),m=g[0],p=g[1],v=z.useState(jp(Du).sort(function(D,j){return D.localeCompare(j)})),b=po(v,2),x=b[0],S=b[1],w=Mk({mutation:{onSuccess:function(j){var I=j.data.id;i.invalidateQueries({queryKey:[hf(),tr()]}),I&&r.setBrandId(I),j!=null&&j.status&&j.status>=200&&j.status<300&&I&&(r.setBrandId(I),l(I))},onError:function(){f(!1)}}}),_=w.mutate,C=w.isPending,k=w.error,O=zs({query:{enabled:!!a,select:function(j){var I=j.data;return I==null?void 0:I.brands},refetchInterval:function(j){var I;return((j==null||(I=j.state)===null||I===void 0||(I=I.data)===null||I===void 0||(I=I.data)===null||I===void 0?void 0:I.brands)||[]).find(function(oe){return oe.id===a})?!1:2*1e3}}}),A=O.data;z.useEffect(function(){a&&A!==null&&A!==void 0&&A.find(function(D){return D.id===a})&&n("/setup/".concat(a,"/queries"))},[a,A,n]);var M=function(j,I){p(function(oe){return $p($p({},oe),{},jx({},j,I))})},L=function(j){j.preventDefault(),f(!0);var I=m.url;I&&!/^https?:\/\//i.test(I)&&(I="https://".concat(I)),_({data:{name:m.name,url:I,industry:m.industry,focusLanguage:m.language,country:m.country,regionOrCity:m.region}})};function G(D){return Nr(D)==="object"&&D!==null&&"response"in D&&Nr(D.response)==="object"&&D.response!==void 0&&"data"in D.response}var R=G(k)?k.response.data.errors:void 0;return y.jsxs("form",{onSubmit:L,children:[y.jsxs("div",{className:"yst-space-y-6",children:[y.jsx(E.Title,{size:"2",children:"Brand info"}),!!k&&y.jsx(E.Alert,{variant:"error",title:"Error",isVisible:!!k,children:y.jsx("ul",{children:R&&Nr(R)==="object"?Object.entries(R).flatMap(function(D){var j=po(D,2),I=j[0],oe=j[1];return Array.isArray(oe)?oe.map(function(ue,B){return y.jsx("li",{children:ue},"".concat(I,"-").concat(B))}):null}):"There was an error creating the brand."})}),y.jsx(E.TextField,{id:"name",label:"Brand name",value:m.name,onChange:function(D){return M("name",D.target.value)}}),y.jsx(E.TextField,{id:"url",label:"Website URL (optional)",placeholder:"Example: https://yourwebsite.com",value:m.url,onChange:function(D){return M("url",D.target.value)}}),y.jsx(E.Autocomplete,{className:"yst-max-w-sm",id:"industry",label:"Industry",labelProps:{className:"yst-text-slate-800 yst-font-medium"},onChange:function(D){x.includes(D)&&M("industry",D)},onQueryChange:function(D){S(Du.filter(function(j){return j.toLowerCase().includes(D.target.value.toLowerCase())}).sort(function(j,I){return j.localeCompare(I)}))},onFocus:function(){S(jp(Du).sort(function(D,j){return D.localeCompare(j)}))},placeholder:"Select or type your industry...",selectedLabel:m.industry,value:m.industry,children:x.map(function(D){return y.jsx(E.Autocomplete.Option,{value:D,children:D},D)})}),y.jsxs("div",{className:"yst-space-y-2",children:[y.jsx(E.Select,{className:"yst-max-w-sm",id:"language-select",label:"Target language",value:m.language,onChange:function(D){return M("language",D)},options:VR.map(function(D){return{label:D.label,value:D.value}})}),y.jsx("p",{children:"The main language your brand uses to communicate or create content."})]})]}),y.jsx($a,{}),y.jsxs("div",{className:"yst-space-y-6",children:[y.jsx(E.Title,{size:"2",children:"Location info"}),y.jsx("p",{children:"You can specify a location to help focus the analysis."}),y.jsx(E.Autocomplete,{className:"yst-max-w-sm",id:"country-select",label:"Target country (optional)",value:m.country,nullable:!0,placeholder:"Select...",onChange:function(D){return M("country",D)},onQueryChange:function(){},selectedLabel:((t=Tp.find(function(D){return D.value===m.country}))===null||t===void 0?void 0:t.label)||"",children:Tp.map(function(D){return y.jsx(E.Autocomplete.Option,{value:D.value,children:D.label},D.value)})}),m.country&&y.jsx(E.TextField,{id:"region",label:"Target city, state, or region (optional)",value:m.region,onChange:function(D){return M("region",D.target.value)},description:`Enter a city, state, or region to narrow down the analysis. For
|
|
1293
|
+
example: California, Bavaria, or Paris.`})]}),y.jsx($x,{onBack:function(){return n(-1)},buttonText:"Generate queries",isButtonDisabled:C||!!a||d,isLoading:C||!!a})]})};const nF=Object.freeze(Object.defineProperty({__proto__:null,default:tF},Symbol.toStringTag,{value:"Module"})),rF=e=>$.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},$.createElement("path",{d:"M3.33284 2V4.66667M1.99951 3.33333H4.66618M3.99951 11.3333V14M2.66618 12.6667H5.33284M8.66618 2L10.19 6.57143L13.9995 8L10.19 9.42857L8.66618 14L7.14237 9.42857L3.33284 8L7.14237 6.57143L8.66618 2Z",stroke:"url(#paint0_linear_3891_2757)",strokeWidth:1.33333,strokeLinecap:"round",strokeLinejoin:"round"}),$.createElement("defs",null,$.createElement("linearGradient",{id:"paint0_linear_3891_2757",x1:1.99951,y1:2,x2:15.3308,y2:3.72773,gradientUnits:"userSpaceOnUse"},$.createElement("stop",{stopColor:"#A61E69"}),$.createElement("stop",{offset:1,stopColor:"#6366F1"}))));function ua(e){"@babel/helpers - typeof";return ua=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},ua(e)}function iF(e){return aF(e)||oF(e)||Lx(e)||sF()}function sF(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
1294
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function oF(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function aF(e){if(Array.isArray(e))return Yd(e)}function Dp(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function br(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Dp(Object(n),!0).forEach(function(r){lF(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Dp(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function lF(e,t,n){return(t=cF(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function cF(e){var t=uF(e,"string");return ua(t)=="symbol"?t:t+""}function uF(e,t){if(ua(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(ua(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function vo(e,t){return hF(e)||fF(e,t)||Lx(e,t)||dF()}function dF(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
1295
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Lx(e,t){if(e){if(typeof e=="string")return Yd(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Yd(e,t):void 0}}function Yd(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function fF(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,s,o,a=[],l=!0,c=!1;try{if(s=(n=n.call(e)).next,t!==0)for(;!(l=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(u){c=!0,i=u}finally{try{if(!l&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}function hF(e){if(Array.isArray(e))return e}var To=5,Xd="Generating...",gF="Re-generating...",yF=["******************************","***********************","*******************************************************","***********************************************","***************************************************************","*******************************************************","*******************************************************","***********************************************"],mF=Array.from({length:To},function(e,t){return{id:"query-".concat(t),text:Xd,isRegenerating:!0}}),pF=function(){var t=Wr(),n=t.brandId,r="/setup/".concat(n,"/analysis"),i=_n(),s=tn(),o=z.useState(mF),a=vo(o,2),l=a[0],c=a[1],u=z.useState(!1),d=vo(u,2),f=d[0],h=d[1],g=z.useState([]),m=vo(g,2),p=m[0],v=m[1],b=z.useState([]),x=vo(b,2),S=x[0],w=x[1],_=z.useState(!1),C=vo(_,2),k=C[0],O=C[1],A=Qk(n,{query:{enabled:!!n}}),M=A.data,L=A.isRefetching,G=A.refetch,R=Kk({mutation:{onSuccess:function(q){q!=null&&q.status&&q.status>=200&&q.status<300&&(s.invalidateQueries({queryKey:[ff(n)]}),i(r))},onError:function(q){i(r),console.error("Error saving queries:",q)}}}),D=R.mutate,j=R.isPending;z.useEffect(function(){var W;if(M!=null&&(W=M.data)!==null&&W!==void 0&&W.queries&&Array.isArray(M.data.queries)){var q=M.data.queries.slice(0,To);c(q.map(function(ce,V){return{id:"query-".concat(V),text:ce,isRegenerating:!1}})),w(M.data.queries.slice(To))}},[M]),z.useEffect(function(){var W;if(k&&M!==null&&M!==void 0&&(W=M.data)!==null&&W!==void 0&&W.queries&&Array.isArray(M.data.queries)&&!L){var q=M.data.queries.slice(0,To),ce=p.map(Number);c(function(V){return V.map(function(fe,he){var Ie=ce.indexOf(he);return br(br({},fe),{},{text:Ie>=0&&q[Ie]?q[Ie]:fe.text,isRegenerating:!1})})}),O(!1),v([])}},[M,L,k,p]);var I=z.useCallback(function(W,q){var ce=new Set(q);return S.filter(function(V){return!ce.has(V)}).slice(0,W)},[S]),oe=z.useMemo(function(){return L||l.length===0||l.some(function(W){return W.isRegenerating||W.text===Xd})||f},[L,l,f]),ue=L||l.some(function(W){return W.text===Xd}),B=z.useCallback(function(W){var q=W.toString();v(function(ce){return ce.includes(q)?ce.filter(function(V){return V!==q}):[].concat(iF(ce),[q])})},[]),Y=z.useCallback(function(W,q){c(function(ce){return ce.map(function(V,fe){return fe===W?br(br({},V),{},{text:q}):V})})},[]),ne=function(){h(!f),v([])},ae=z.useCallback(function(){if(!(L||p.length===0)){c(function(V){return V.map(function(fe,he){return br(br({},fe),{},{isRegenerating:p.includes(he.toString())})})});var W=l.map(function(V){return V.text}),q=p.length,ce=I(q,W);ce.length===q?(c(function(V){return V.map(function(fe,he){var Ie=p.indexOf(he.toString());return Ie>=0?br(br({},fe),{},{text:ce[Ie],isRegenerating:!1}):fe})}),w(function(V){var fe=new Set(ce);return V.filter(function(he){return!fe.has(he)})}),v([])):(O(!0),G())}},[L,p,G,l,I]),F=z.useCallback(function(W){W.preventDefault(),n&&D({brandId:n,data:{queries:l.map(function(q){return q.text})}})},[n,l,D]);return y.jsxs("form",{onSubmit:F,children:[y.jsxs("div",{className:"yst-mb-8",children:[y.jsx(E.Title,{size:"2",className:"yst-mb-2",children:"Your queries"}),y.jsxs("div",{className:"yst-space-y-4",children:[y.jsx("p",{children:"You can edit your queries or regenerate new ones with AI."}),y.jsx("div",{className:_e("yst-flex yst-gap-2",f?"yst-justify-end":"yst-justify-start"),children:f?y.jsxs(y.Fragment,{children:[y.jsx(E.Button,{size:"small",variant:"secondary",onClick:ne,children:"Done"}),y.jsxs(E.Button,{variant:"secondary",size:"small",onClick:ae,className:"yst-gap-1",isLoading:L,disabled:L||p.length===0,children:[y.jsx(rF,{"aria-hidden":"true"}),"Regenerate selected queries"]})]}):y.jsxs(E.Button,{size:"small",variant:"secondary",onClick:ne,className:"yst-gap-1.5",disabled:ue,children:[y.jsx(SO,{}),"Select queries to regenerate"]})})]})]}),y.jsx("div",{className:"yst-mb-8",children:l.length===0?yF.map(function(W,q){return y.jsx("div",{className:_e("yst-mb-4 yst-cursor-pointer yst-rounded yst-border yst-border-slate-300 yst-p-3 yst-transition-colors","yst-bg-white"),children:y.jsx(E.SkeletonLoader,{children:W||"Example placeholder query for demonstration purposes."})},"placeholder-query-".concat(q))}):l.slice(0,To).map(function(W,q){var ce=W.isRegenerating?gF:W.text;return y.jsx("div",{className:_e("yst-mb-4"),children:y.jsxs("div",{className:"yst-flex yst-gap-2",children:[f&&y.jsx("div",{className:"yst-flex yst-items-center",children:y.jsx(E.Checkbox,{id:"query-regenerate-".concat(q),name:"query-regenerate-".concat(q),value:q.toString(),checked:p.includes(q.toString()),onChange:function(){return B(q)},disabled:L})}),y.jsxs("div",{className:"yst-flex-1",children:[y.jsx(E.Label,{htmlFor:"query-text-".concat(q),className:"yst-mb-2 yst-block yst-text-sm yst-font-medium yst-text-slate-700",children:"Query ".concat(q+1)}),y.jsx(E.TextInput,{id:"query-text-".concat(q),type:"text",value:ce,onChange:function(V){W.isRegenerating||Y(q,V.target.value)},placeholder:"Enter your query...",className:"yst-w-full",disabled:W.isRegenerating,required:!0})]})]})},W.id)})}),y.jsx($x,{buttonText:"Start analysis (~ 5 minutes)",isButtonDisabled:oe,isLoading:j})]})};const vF=Object.freeze(Object.defineProperty({__proto__:null,default:pF},Symbol.toStringTag,{value:"Module"}));var zi=[{labelAbove:"Running queries...",label:"Running queries",threshold:99},{labelAbove:"Done!",label:"Building analysis",threshold:100}],Ix=function(t){var n=t.progress,r=n===void 0?0:n,i=t.className,s=i===void 0?"":i,o=function(){for(var c=0;c<zi.length;c++)if(r<=zi[c].threshold)return zi[c];return zi[zi.length-1]},a=o();return y.jsxs("div",{className:_e("yst-font-medium yst-text-slate-800",s),children:[y.jsxs("div",{className:"yst-flex yst-items-center yst-justify-center yst-gap-2",children:[r<100?y.jsx(E.Spinner,{}):y.jsx(Vv,{className:"yst-text-green-400"}),y.jsx("span",{className:"yst-text-sm yst-font-medium yst-italic",children:a.labelAbove})]}),y.jsx(E.ProgressBar,{className:"yst-mt-3",progress:r,min:0,max:100}),y.jsx("div",{className:"yst-mt-3 yst-flex yst-justify-between yst-text-xs",children:zi.map(function(l){return y.jsx("span",{children:y.jsx(kc,{disabled:a.label!==l.label,children:l.label})},l.label)})})]})};Ix.propTypes={progress:bd.number,className:bd.string};var bF=function(t){switch(t){case"pending":case"processing":return 2*1e3;case"completed":return!1;default:return 10*1e3}},xF=function(){var t,n,r,i=Wr(),s=i.brandId,o=_n(),a=tn(),l=Rv(s,{query:{enabled:!!s,select:function(b){var x=b.data;return x}}}),c=l.data,u=pk(s,"latest",{query:{enabled:!!s,select:function(b){var x=b.data;return x},refetchInterval:function(b){var x,S=b==null||(x=b.state)===null||x===void 0||(x=x.data)===null||x===void 0?void 0:x.data;return bF(S==null?void 0:S.status)}}}),d=u.data;z.useEffect(function(){var v=(d==null?void 0:d.status)==="pending"||(d==null?void 0:d.status)==="processing"||(d==null?void 0:d.status)==="completed";c!=null&&c.nextScheduledAnalysis&&d!==null&&d!==void 0&&d.status&&sE(c.nextScheduledAnalysis,5)&&!v&&o("/brands/".concat(s))},[c==null?void 0:c.nextScheduledAnalysis,s,o,d==null?void 0:d.status]);var f=d==null?void 0:d.id,h=f?"/brands/".concat(s,"/analysis/").concat(f):"/brands/".concat(s),g=c==null||(t=c.queries)===null||t===void 0?void 0:t.length,m=(d==null||(n=d.completedQueries)===null||n===void 0?void 0:n.length)||0,p=function(){if(g&&g>0){var v=80/g,b=m*v;return(d==null?void 0:d.status)==="completed"?100:Math.round(Math.min(b,80))}return 0}();return y.jsx("div",{className:"yst-mx-auto yst-max-w-2xl yst-space-y-12",children:y.jsxs(E.Paper,{children:[y.jsx(_c,{title:y.jsx(sh,{title:"Analyzing...",currentStep:3,steps:3}),description:`We’re checking how your brand shows up in AI. Your queries
|
|
1295
1296
|
will now be tested in ChatGPT and Perplexity. This process should
|
|
1296
|
-
take around 5 minutes.`}),y.jsxs(E.Paper.Content,{className:"yst-space-y-8",children:[y.jsx(Ix,{progress:p}),y.jsx($a,{}),y.jsx("div",{className:"yst-space-y-8",children:c==null||(r=c.queries)===null||r===void 0?void 0:r.map(function(v){var b,x=v.id,S=v.query,w=x&&(d==null||(b=d.completedQueries)===null||b===void 0?void 0:b.includes(x));return y.jsxs("div",{className:_e("yst-flex yst-items-center yst-justify-between yst-gap-3"),children:[w===!0?y.jsx(Vv,{className:"yst-h-5 yst-w-5 yst-text-green-400"}):y.jsx(E.Spinner,{}),y.jsx("span",{className:"yst-flex-1 yst-text-sm",children:S})]},"result-item-".concat(S))})})]}),y.jsx(E.Paper.Content,{className:"yst-flex yst-justify-end yst-gap-4 yst-border-t yst-border-slate-200 yst-bg-slate-50 yst-px-8 yst-py-6",children:y.jsx(E.Button,{as:
|
|
1297
|
+
take around 5 minutes.`}),y.jsxs(E.Paper.Content,{className:"yst-space-y-8",children:[y.jsx(Ix,{progress:p}),y.jsx($a,{}),y.jsx("div",{className:"yst-space-y-8",children:c==null||(r=c.queries)===null||r===void 0?void 0:r.map(function(v){var b,x=v.id,S=v.query,w=x&&(d==null||(b=d.completedQueries)===null||b===void 0?void 0:b.includes(x));return y.jsxs("div",{className:_e("yst-flex yst-items-center yst-justify-between yst-gap-3"),children:[w===!0?y.jsx(Vv,{className:"yst-h-5 yst-w-5 yst-text-green-400"}):y.jsx(E.Spinner,{}),y.jsx("span",{className:"yst-flex-1 yst-text-sm",children:S})]},"result-item-".concat(S))})})]}),y.jsx(E.Paper.Content,{className:"yst-flex yst-justify-end yst-gap-4 yst-border-t yst-border-slate-200 yst-bg-slate-50 yst-px-8 yst-py-6",children:y.jsx(E.Button,{as:Kr,to:h,onClick:function(){return a.clear()},children:p===100?"Continue →":"Skip for now"})})]})})};const wF=Object.freeze(Object.defineProperty({__proto__:null,default:xF},Symbol.toStringTag,{value:"Module"}));exports.AIInsightsClient=pj;exports.setApiBaseUrl=$v;
|