llm-simple-router 0.2.0 → 0.3.5

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.
Files changed (112) hide show
  1. package/dist/admin/monitor.d.ts +7 -0
  2. package/dist/admin/monitor.js +25 -0
  3. package/dist/admin/providers.d.ts +4 -0
  4. package/dist/admin/providers.js +57 -9
  5. package/dist/admin/retry-rules.js +6 -3
  6. package/dist/admin/routes.d.ts +4 -0
  7. package/dist/admin/routes.js +3 -1
  8. package/dist/admin/setup.js +8 -5
  9. package/dist/cli.js +0 -0
  10. package/dist/db/index.d.ts +1 -1
  11. package/dist/db/index.js +1 -1
  12. package/dist/db/mappings.js +6 -2
  13. package/dist/db/migrations/017_add_provider_concurrency.sql +3 -0
  14. package/dist/db/providers.d.ts +12 -1
  15. package/dist/db/providers.js +8 -3
  16. package/dist/db/retry-rules.js +4 -1
  17. package/dist/db/router-keys.js +3 -1
  18. package/dist/index.js +36 -5
  19. package/dist/metrics/sse-metrics-transform.d.ts +17 -1
  20. package/dist/metrics/sse-metrics-transform.js +33 -2
  21. package/dist/middleware/auth.js +5 -4
  22. package/dist/monitor/request-tracker.d.ts +49 -0
  23. package/dist/monitor/request-tracker.js +279 -0
  24. package/dist/monitor/runtime-collector.d.ts +11 -0
  25. package/dist/monitor/runtime-collector.js +41 -0
  26. package/dist/monitor/stats-aggregator.d.ts +22 -0
  27. package/dist/monitor/stats-aggregator.js +166 -0
  28. package/dist/monitor/types.d.ts +84 -0
  29. package/dist/monitor/types.js +1 -0
  30. package/dist/proxy/anthropic.d.ts +4 -0
  31. package/dist/proxy/anthropic.js +10 -2
  32. package/dist/proxy/enhancement-handler.js +3 -1
  33. package/dist/proxy/mapping-resolver.js +6 -2
  34. package/dist/proxy/openai.d.ts +4 -0
  35. package/dist/proxy/openai.js +10 -2
  36. package/dist/proxy/proxy-core.d.ts +6 -0
  37. package/dist/proxy/proxy-core.js +176 -85
  38. package/dist/proxy/retry.d.ts +1 -1
  39. package/dist/proxy/retry.js +3 -2
  40. package/dist/proxy/semaphore.d.ts +27 -0
  41. package/dist/proxy/semaphore.js +125 -0
  42. package/dist/utils/password.js +2 -1
  43. package/frontend-dist/assets/CardContent-B40ArIqh.js +1 -0
  44. package/frontend-dist/assets/{CardHeader-D5lVaeAA.js → CardHeader-BjkSQf27.js} +1 -1
  45. package/frontend-dist/assets/CardTitle-DjG2kSF3.js +1 -0
  46. package/frontend-dist/assets/Checkbox-Cw0rq2D9.js +1 -0
  47. package/frontend-dist/assets/CollapsibleTrigger-BvYqNbGA.js +1 -0
  48. package/frontend-dist/assets/Collection-CQ4pV54w.js +3 -0
  49. package/frontend-dist/assets/Dashboard-CsOTBnSa.js +3 -0
  50. package/frontend-dist/assets/DialogTitle-PS2W-IfG.js +1 -0
  51. package/frontend-dist/assets/Input-toxjzsir.js +1 -0
  52. package/frontend-dist/assets/Label-fZNDEQjf.js +1 -0
  53. package/frontend-dist/assets/LogResponseViewer-B9kSncNr.js +3 -0
  54. package/frontend-dist/assets/Login-DRm9DHq1.js +1 -0
  55. package/frontend-dist/assets/Logs-NHxebwmP.js +1 -0
  56. package/frontend-dist/assets/ModelMappings-DV0RPnO2.js +1 -0
  57. package/frontend-dist/assets/Monitor-B5TYWb2n.js +1 -0
  58. package/frontend-dist/assets/PopperContent-BvKlcZEO.js +1 -0
  59. package/frontend-dist/assets/Providers-D1Rauu-D.js +1 -0
  60. package/frontend-dist/assets/ProxyEnhancement-B2OliarO.js +5 -0
  61. package/frontend-dist/assets/RetryRules-BWu2gicT.js +1 -0
  62. package/frontend-dist/assets/RouterKeys-BP6XJCVa.js +1 -0
  63. package/frontend-dist/assets/RovingFocusItem-DHfpgdA0.js +1 -0
  64. package/frontend-dist/assets/SelectValue-CFf_mD9E.js +1 -0
  65. package/frontend-dist/assets/Setup-BMjCT-Tl.js +1 -0
  66. package/frontend-dist/assets/Switch-BGCQ7puL.js +1 -0
  67. package/frontend-dist/assets/TableHeader-DAOs6nSA.js +1 -0
  68. package/frontend-dist/assets/TabsTrigger-DBAYM66g.js +1 -0
  69. package/frontend-dist/assets/VisuallyHidden-Dh7svQf3.js +1 -0
  70. package/frontend-dist/assets/VisuallyHiddenInput-BOaRSEmd.js +1 -0
  71. package/frontend-dist/assets/alert-dialog-CUNSZqpB.js +1 -0
  72. package/frontend-dist/assets/button-CfQs66fX.js +1 -0
  73. package/frontend-dist/assets/client-DvdghFBq.js +12 -0
  74. package/frontend-dist/assets/createLucideIcon-DCD7INQf.js +1 -0
  75. package/frontend-dist/assets/dialog-DQFRGKR6.js +1 -0
  76. package/frontend-dist/assets/index--5JhZIwi.js +1 -0
  77. package/frontend-dist/assets/index-Bx15k8FA.css +1 -0
  78. package/frontend-dist/assets/lib-BJNsNHLO.js +1 -0
  79. package/frontend-dist/assets/ohash.D__AXeF1-CNudYmrX.js +1 -0
  80. package/frontend-dist/assets/useClipboard-aPMKfK25.js +1 -0
  81. package/frontend-dist/assets/useForwardExpose-u2vjohek.js +1 -0
  82. package/frontend-dist/assets/useNonce-ClXGIm-8.js +1 -0
  83. package/frontend-dist/assets/x-ILQhskuj.js +1 -0
  84. package/frontend-dist/index.html +7 -6
  85. package/package.json +1 -1
  86. package/dist/admin/services.d.ts +0 -7
  87. package/dist/admin/services.js +0 -63
  88. package/frontend-dist/assets/CardContent-BE9fukPi.js +0 -1
  89. package/frontend-dist/assets/CardTitle-H-zwhi3Z.js +0 -1
  90. package/frontend-dist/assets/Checkbox--1gw0dYW.js +0 -1
  91. package/frontend-dist/assets/CollapsibleTrigger-D_ptA35Y.js +0 -1
  92. package/frontend-dist/assets/Dashboard-D4AwkULO.js +0 -3
  93. package/frontend-dist/assets/Label-GiPfoz7u.js +0 -1
  94. package/frontend-dist/assets/Login-BUet1sbM.js +0 -1
  95. package/frontend-dist/assets/Logs-yztb_F9t.js +0 -3
  96. package/frontend-dist/assets/ModelMappings-MbZhdPNv.js +0 -1
  97. package/frontend-dist/assets/Providers-BjsqH6A2.js +0 -1
  98. package/frontend-dist/assets/RetryRules-C2vvJvLr.js +0 -1
  99. package/frontend-dist/assets/RouterKeys-DavrgpAQ.js +0 -1
  100. package/frontend-dist/assets/RovingFocusItem-DnIa_lwH.js +0 -1
  101. package/frontend-dist/assets/SelectValue-BB0Ckbjh.js +0 -1
  102. package/frontend-dist/assets/TableHeader-D2GkiqRx.js +0 -1
  103. package/frontend-dist/assets/alert-dialog-CWjBke-O.js +0 -1
  104. package/frontend-dist/assets/badge-_ZHrMEpC.js +0 -3
  105. package/frontend-dist/assets/button-C4_mChkc.js +0 -1
  106. package/frontend-dist/assets/client-BWw0R36V.js +0 -12
  107. package/frontend-dist/assets/dialog-CUHMcTqp.js +0 -1
  108. package/frontend-dist/assets/index-DEl48bm9.css +0 -1
  109. package/frontend-dist/assets/index-UZK1BnPG.js +0 -1
  110. package/frontend-dist/assets/lib-Qs8xoTas.js +0 -1
  111. package/frontend-dist/assets/useForwardExpose-B-xauF1X.js +0 -1
  112. package/frontend-dist/assets/x-JBJB26JV.js +0 -1
@@ -1,7 +1,8 @@
1
1
  import { randomBytes, scryptSync } from "node:crypto";
2
2
  const SCRYPT_KEYLEN = 64;
3
+ const SALT_BYTES = 16;
3
4
  export function hashPassword(password) {
4
- const salt = randomBytes(16).toString("hex");
5
+ const salt = randomBytes(SALT_BYTES).toString("hex");
5
6
  const hash = scryptSync(password, salt, SCRYPT_KEYLEN).toString("hex");
6
7
  return `${salt}:${hash}`;
7
8
  }
@@ -0,0 +1 @@
1
+ import{F as e,R as t,S as n,gt as r,mt as i,y as a}from"./client-DvdghFBq.js";import{r as o}from"./button-CfQs66fX.js";var s=[`data-size`],c=n({__name:`Card`,props:{class:{type:[Boolean,null,String,Object,Array]},size:{default:`default`}},setup(n){let c=n;return(l,u)=>(e(),a(`div`,{"data-slot":`card`,"data-size":n.size,class:r(i(o)(`ring-foreground/10 bg-card text-card-foreground gap-4 overflow-hidden rounded-lg py-4 text-sm ring-1 has-data-[slot=card-footer]:pb-0 has-[>img:first-child]:pt-0 data-[size=sm]:gap-3 data-[size=sm]:py-3 data-[size=sm]:has-data-[slot=card-footer]:pb-0 *:[img:first-child]:rounded-t-lg *:[img:last-child]:rounded-b-lg group/card flex flex-col`,c.class))},[t(l.$slots,`default`)],10,s))}}),l=n({__name:`CardContent`,props:{class:{type:[Boolean,null,String,Object,Array]}},setup(n){let s=n;return(n,c)=>(e(),a(`div`,{"data-slot":`card-content`,class:r(i(o)(`px-4 group-data-[size=sm]/card:px-3`,s.class))},[t(n.$slots,`default`)],2))}});export{c as n,l as t};
@@ -1 +1 @@
1
- import{C as e,I as t,ht as n,pt as r,y as i,z as a}from"./client-BWw0R36V.js";import{r as o}from"./button-C4_mChkc.js";var s=e({__name:`CardHeader`,props:{class:{type:[Boolean,null,String,Object,Array]}},setup(e){let s=e;return(e,c)=>(t(),i(`div`,{"data-slot":`card-header`,class:n(r(o)(`gap-1 rounded-t-xl px-4 group-data-[size=sm]/card:px-3 [.border-b]:pb-4 group-data-[size=sm]/card:[.border-b]:pb-3 group/card-header @container/card-header grid auto-rows-min items-start has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto]`,s.class))},[a(e.$slots,`default`)],2))}});export{s as t};
1
+ import{F as e,R as t,S as n,gt as r,mt as i,y as a}from"./client-DvdghFBq.js";import{r as o}from"./button-CfQs66fX.js";var s=n({__name:`CardHeader`,props:{class:{type:[Boolean,null,String,Object,Array]}},setup(n){let s=n;return(n,c)=>(e(),a(`div`,{"data-slot":`card-header`,class:r(i(o)(`gap-1 rounded-t-xl px-4 group-data-[size=sm]/card:px-3 [.border-b]:pb-4 group-data-[size=sm]/card:[.border-b]:pb-3 group/card-header @container/card-header grid auto-rows-min items-start has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto]`,s.class))},[t(n.$slots,`default`)],2))}});export{s as t};
@@ -0,0 +1 @@
1
+ import{F as e,R as t,S as n,gt as r,mt as i,y as a}from"./client-DvdghFBq.js";import{r as o}from"./button-CfQs66fX.js";var s=n({__name:`CardTitle`,props:{class:{type:[Boolean,null,String,Object,Array]}},setup(n){let s=n;return(n,c)=>(e(),a(`div`,{"data-slot":`card-title`,class:r(i(o)(`text-base leading-snug font-medium group-data-[size=sm]/card:text-sm cn-font-heading`,s.class))},[t(n.$slots,`default`)],2))}});export{s as t};
@@ -0,0 +1 @@
1
+ import{B as e,F as t,R as n,S as r,Y as i,_ as a,_t as o,h as s,k as c,l,mt as u,u as d,v as f,w as p,x as m}from"./client-DvdghFBq.js";import{n as h,t as g}from"./ohash.D__AXeF1-CNudYmrX.js";import{b as _,i as v,p as y,r as b}from"./button-CfQs66fX.js";import{S as x,c as S,f as C,y as w}from"./Collection-CQ4pV54w.js";import{n as T}from"./VisuallyHidden-Dh7svQf3.js";import{t as E}from"./useForwardExpose-u2vjohek.js";import{t as D}from"./VisuallyHiddenInput-BOaRSEmd.js";import{t as O}from"./RovingFocusItem-DHfpgdA0.js";function k(e,t){return w(e)?!1:Array.isArray(e)?e.some(e=>g(e,t)):g(e,t)}var[A,j]=x(`CheckboxGroupRoot`);function M(e){return e===`indeterminate`}function N(e){return M(e)?`indeterminate`:e?`checked`:`unchecked`}var[P,F]=x(`CheckboxRoot`),I=r({inheritAttrs:!1,__name:`CheckboxRoot`,props:{defaultValue:{type:null,required:!1},modelValue:{type:null,required:!1,default:void 0},disabled:{type:Boolean,required:!1},value:{type:null,required:!1,default:`on`},id:{type:String,required:!1},trueValue:{type:null,required:!1,default:()=>!0},falseValue:{type:null,required:!1,default:()=>!1},asChild:{type:Boolean,required:!1},as:{type:null,required:!1,default:`button`},name:{type:String,required:!1},required:{type:Boolean,required:!1}},emits:[`update:modelValue`],setup(r,{emit:o}){let p=r,m=o,{forwardRef:h,currentElement:_}=E(),b=A(null),x=y(p,`modelValue`,m,{defaultValue:p.defaultValue??p.falseValue,passive:p.modelValue===void 0}),S=s(()=>b?.disabled.value||p.disabled),C=s(()=>g(x.value,p.trueValue)),j=s(()=>w(b?.modelValue.value)?x.value===`indeterminate`?`indeterminate`:C.value:k(b.modelValue.value,p.value));function P(){if(w(b?.modelValue.value))x.value===`indeterminate`?x.value=p.trueValue:x.value=C.value?p.falseValue:p.trueValue;else{let e=[...b.modelValue.value||[]];if(k(e,p.value)){let t=e.findIndex(e=>g(e,p.value));e.splice(t,1)}else e.push(p.value);b.modelValue.value=e}}let I=T(_),L=s(()=>p.id&&_.value?document.querySelector(`[for="${p.id}"]`)?.innerText:void 0);return F({disabled:S,state:j}),(r,o)=>(t(),a(e(u(b)?.rovingFocus.value?u(O):u(v)),c(r.$attrs,{id:r.id,ref:u(h),role:`checkbox`,"as-child":r.asChild,as:r.as,type:r.as===`button`?`button`:void 0,"aria-checked":u(M)(j.value)?`mixed`:j.value,"aria-required":r.required,"aria-label":r.$attrs[`aria-label`]||L.value,"data-state":u(N)(j.value),"data-disabled":S.value?``:void 0,disabled:S.value,focusable:u(b)?.rovingFocus.value?!S.value:void 0,onKeydown:l(d(()=>{},[`prevent`]),[`enter`]),onClick:P}),{default:i(()=>[n(r.$slots,`default`,{modelValue:u(x),state:j.value}),u(I)&&r.name&&!u(b)?(t(),a(u(D),{key:0,type:`checkbox`,checked:!!j.value,name:r.name,value:r.value,disabled:S.value,required:r.required},null,8,[`checked`,`name`,`value`,`disabled`,`required`])):f(`v-if`,!0)]),_:3},16,[`id`,`as-child`,`as`,`type`,`aria-checked`,`aria-required`,`aria-label`,`data-state`,`data-disabled`,`disabled`,`focusable`,`onKeydown`]))}}),L=r({__name:`CheckboxIndicator`,props:{forceMount:{type:Boolean,required:!1},asChild:{type:Boolean,required:!1},as:{type:null,required:!1,default:`span`}},setup(e){let{forwardRef:r}=E(),o=P();return(e,s)=>(t(),a(u(S),{present:e.forceMount||u(M)(u(o).state.value)||u(o).state.value===!0},{default:i(()=>[m(u(v),c({ref:u(r),"data-state":u(N)(u(o).state.value),"data-disabled":u(o).disabled.value?``:void 0,style:{pointerEvents:`none`},"as-child":e.asChild,as:e.as},e.$attrs),{default:i(()=>[n(e.$slots,`default`)]),_:3},16,[`data-state`,`data-disabled`,`as-child`,`as`])]),_:3},8,[`present`]))}}),R=r({__name:`Checkbox`,props:{defaultValue:{},modelValue:{},disabled:{type:Boolean},value:{},id:{},trueValue:{},falseValue:{},asChild:{type:Boolean},as:{},name:{},required:{type:Boolean},class:{type:[Boolean,null,String,Object,Array]}},emits:[`update:modelValue`],setup(e,{emit:r}){let s=e,l=r,d=C(_(s,`class`),l);return(e,r)=>(t(),a(u(I),c({"data-slot":`checkbox`},u(d),{class:u(b)(`border-input dark:bg-input/30 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground dark:data-[state=checked]:bg-primary data-[state=checked]:border-primary aria-invalid:aria-checked:border-primary aria-invalid:border-destructive dark:aria-invalid:border-destructive/50 focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 flex size-4 items-center justify-center rounded-md border transition-colors group-has-disabled/field:opacity-50 focus-visible:ring-3 aria-invalid:ring-3 peer relative shrink-0 outline-none after:absolute after:-inset-x-3 after:-inset-y-2 disabled:cursor-not-allowed disabled:opacity-50`,s.class)}),{default:i(t=>[m(u(L),{"data-slot":`checkbox-indicator`,class:`[&>svg]:size-3.5 grid place-content-center text-current transition-none`},{default:i(()=>[n(e.$slots,`default`,o(p(t)),()=>[m(u(h))])]),_:2},1024)]),_:3},16,[`class`]))}});export{R as t};
@@ -0,0 +1 @@
1
+ import{A as e,F as t,K as n,M as r,R as i,S as a,Y as o,_ as s,_t as c,dt as l,h as u,k as d,mt as f,ot as p,v as m,w as h,x as g}from"./client-DvdghFBq.js";import{i as _,p as v,u as y}from"./button-CfQs66fX.js";import{S as b,c as x,f as S,u as C}from"./Collection-CQ4pV54w.js";import{t as w}from"./useForwardExpose-u2vjohek.js";var[T,E]=b(`CollapsibleRoot`),D=a({__name:`CollapsibleRoot`,props:{defaultOpen:{type:Boolean,required:!1,default:!1},open:{type:Boolean,required:!1,default:void 0},disabled:{type:Boolean,required:!1},unmountOnHide:{type:Boolean,required:!1,default:!0},asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},emits:[`update:open`],setup(e,{expose:n,emit:r}){let a=e,c=v(a,`open`,r,{defaultValue:a.defaultOpen,passive:a.open===void 0}),{disabled:u,unmountOnHide:d}=l(a);return E({contentId:``,disabled:u,open:c,unmountOnHide:d,onOpenToggle:()=>{u.value||(c.value=!c.value)}}),n({open:c}),w(),(e,n)=>(t(),s(f(_),{as:e.as,"as-child":a.asChild,"data-state":f(c)?`open`:`closed`,"data-disabled":f(u)?``:void 0},{default:o(()=>[i(e.$slots,`default`,{open:f(c)})]),_:3},8,[`as`,`as-child`,`data-state`,`data-disabled`]))}}),O=a({inheritAttrs:!1,__name:`CollapsibleContent`,props:{forceMount:{type:Boolean,required:!1},asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},emits:[`contentFound`],setup(a,{emit:c}){let l=a,h=c,v=T();v.contentId||=C(void 0,`reka-collapsible-content`);let b=p(),{forwardRef:S,currentElement:E}=w(),D=p(0),O=p(0),k=u(()=>v.open.value),A=p(k.value),j=p();n(()=>[k.value,b.value?.present],async()=>{await e();let t=E.value;if(!t)return;j.value=j.value||{transitionDuration:t.style.transitionDuration,animationName:t.style.animationName},t.style.transitionDuration=`0s`,t.style.animationName=`none`;let n=t.getBoundingClientRect();O.value=n.height,D.value=n.width,A.value||(t.style.transitionDuration=j.value.transitionDuration,t.style.animationName=j.value.animationName)},{immediate:!0});let M=u(()=>A.value&&v.open.value);return r(()=>{requestAnimationFrame(()=>{A.value=!1})}),y(E,`beforematch`,e=>{requestAnimationFrame(()=>{v.onOpenToggle(),h(`contentFound`)})}),(e,n)=>(t(),s(f(x),{ref_key:`presentRef`,ref:b,present:e.forceMount||f(v).open.value,"force-mount":!0},{default:o(({present:t})=>[g(f(_),d(e.$attrs,{id:f(v).contentId,ref:f(S),"as-child":l.asChild,as:e.as,hidden:t?void 0:f(v).unmountOnHide.value?``:`until-found`,"data-state":M.value?void 0:f(v).open.value?`open`:`closed`,"data-disabled":f(v).disabled?.value?``:void 0,style:{"--reka-collapsible-content-height":`${O.value}px`,"--reka-collapsible-content-width":`${D.value}px`}}),{default:o(()=>[!f(v).unmountOnHide.value||t?i(e.$slots,`default`,{key:0}):m(`v-if`,!0)]),_:2},1040,[`id`,`as-child`,`as`,`hidden`,`data-state`,`data-disabled`,`style`])]),_:3},8,[`present`]))}}),k=a({__name:`CollapsibleTrigger`,props:{asChild:{type:Boolean,required:!1},as:{type:null,required:!1,default:`button`}},setup(e){let n=e;w();let r=T();return(e,a)=>(t(),s(f(_),{type:e.as===`button`?`button`:void 0,as:e.as,"as-child":n.asChild,"aria-controls":f(r).contentId,"aria-expanded":f(r).open.value,"data-state":f(r).open.value?`open`:`closed`,"data-disabled":f(r).disabled?.value?``:void 0,disabled:f(r).disabled?.value,onClick:f(r).onOpenToggle},{default:o(()=>[i(e.$slots,`default`)]),_:3},8,[`type`,`as`,`as-child`,`aria-controls`,`aria-expanded`,`data-state`,`data-disabled`,`disabled`,`onClick`]))}}),A=a({__name:`Collapsible`,props:{defaultOpen:{type:Boolean},open:{type:Boolean},disabled:{type:Boolean},unmountOnHide:{type:Boolean},asChild:{type:Boolean},as:{}},emits:[`update:open`],setup(e,{emit:n}){let r=S(e,n);return(e,n)=>(t(),s(f(D),d({"data-slot":`collapsible`},f(r)),{default:o(t=>[i(e.$slots,`default`,c(h(t)))]),_:3},16))}}),j=a({__name:`CollapsibleContent`,props:{forceMount:{type:Boolean},asChild:{type:Boolean},as:{}},setup(e){let n=e;return(e,r)=>(t(),s(f(O),d({"data-slot":`collapsible-content`},n),{default:o(()=>[i(e.$slots,`default`)]),_:3},16))}}),M=a({__name:`CollapsibleTrigger`,props:{asChild:{type:Boolean},as:{}},setup(e){let n=e;return(e,r)=>(t(),s(f(k),d({"data-slot":`collapsible-trigger`},n),{default:o(()=>[i(e.$slots,`default`)]),_:3},16))}});export{j as n,A as r,M as t};
@@ -0,0 +1,3 @@
1
+ import{A as e,C as t,E as n,F as r,I as i,K as a,N as o,R as s,S as c,T as l,U as u,Y as d,_ as f,bt as p,dt as m,ft as h,h as g,ht as _,it as v,mt as y,nt as ee,o as te,ot as b,p as ne,q as x,ut as re,v as ie,vt as ae}from"./client-DvdghFBq.js";import{S as oe,_ as se,a as ce,c as le,d as ue,g as de,i as fe,l as S,o as pe,s as me,u as he,v as C,y as w}from"./button-CfQs66fX.js";import{t as T}from"./useForwardExpose-u2vjohek.js";function E(e,t){let r=typeof e==`string`&&!t?`${e}Context`:t,a=Symbol(r);return[t=>{let r=n(a,t);if(r||r===null)return r;throw Error(`Injection \`${a.toString()}\` not found. Component must be used within ${Array.isArray(e)?`one of the following components: ${e.join(`, `)}`:`\`${e}\``}`)},e=>(i(a,e),e)]}function D(){let e=document.activeElement;if(e==null)return null;for(;e!=null&&e.shadowRoot!=null&&e.shadowRoot.activeElement!=null;)e=e.shadowRoot.activeElement;return e}function O(e,t,n){let r=n.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&r.addEventListener(e,t,{once:!0}),r.dispatchEvent(i)}function k(e){return e==null}var[A,ge]=E(`ConfigProvider`);function j(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null||Symbol.iterator in e?!1:Symbol.toStringTag in e?Object.prototype.toString.call(e)===`[object Module]`:!0}function M(e,t,n=`.`,r){if(!j(t))return M(e,{},n,r);let i={...t};for(let t of Object.keys(e)){if(t===`__proto__`||t===`constructor`)continue;let a=e[t];a!=null&&(r&&r(i,t,a,n)||(Array.isArray(a)&&Array.isArray(i[t])?i[t]=[...a,...i[t]]:j(a)&&j(i[t])?i[t]=M(a,i[t],(n?`${n}.`:``)+t.toString(),r):i[t]=a))}return i}function _e(e){return(...t)=>t.reduce((t,n)=>M(t,n,``,e),{})}var N=_e(),ve=se(()=>{let t=b(new Map),n=b(),r=g(()=>{for(let e of t.value.values())if(e)return!0;return!1}),i=A({scrollBody:b(!0)}),o=null,s=()=>{document.body.style.paddingRight=``,document.body.style.marginRight=``,document.body.style.pointerEvents=``,document.documentElement.style.removeProperty(`--scrollbar-width`),document.body.style.overflow=n.value??``,w&&o?.(),n.value=void 0};return a(r,(t,a)=>{if(!C)return;if(!t){a&&s();return}n.value===void 0&&(n.value=document.body.style.overflow);let c=window.innerWidth-document.documentElement.clientWidth,l={padding:c,margin:0},u=i.scrollBody?.value?typeof i.scrollBody.value==`object`?N({padding:i.scrollBody.value.padding===!0?c:i.scrollBody.value.padding,margin:i.scrollBody.value.margin===!0?c:i.scrollBody.value.margin},l):l:{padding:0,margin:0};c>0&&(document.body.style.paddingRight=typeof u.padding==`number`?`${u.padding}px`:String(u.padding),document.body.style.marginRight=typeof u.margin==`number`?`${u.margin}px`:String(u.margin),document.documentElement.style.setProperty(`--scrollbar-width`,`${c}px`),document.body.style.overflow=`hidden`),w&&(o=he(document,`touchmove`,e=>be(e),{passive:!1})),e(()=>{r.value&&(document.body.style.pointerEvents=`none`,document.body.style.overflow=`hidden`)})},{immediate:!0,flush:`sync`}),t});function ye(e){let t=Math.random().toString(36).substring(2,7),n=ve();n.value.set(t,e??!1);let r=g({get:()=>n.value.get(t)??!1,set:e=>n.value.set(t,e)});return oe(()=>{n.value.delete(t)}),r}function P(e){let t=window.getComputedStyle(e);if(t.overflowX===`scroll`||t.overflowY===`scroll`||t.overflowX===`auto`&&e.clientWidth<e.scrollWidth||t.overflowY===`auto`&&e.clientHeight<e.scrollHeight)return!0;{let t=e.parentNode;return!(t instanceof Element)||t.tagName===`BODY`?!1:P(t)}}function be(e){let t=e||window.event,n=t.target;return n instanceof Element&&P(n)?!1:t.touches.length>1?!0:(t.preventDefault&&t.cancelable&&t.preventDefault(),!1)}function xe(e){let t=A({dir:b(`ltr`)});return g(()=>e?.value||t.dir?.value||`ltr`)}function F(e){let n=t(),r=n?.type.emits,i={};return r?.length||console.warn(`No emitted event found. Please check component: ${n?.type.__name}`),r?.forEach(t=>{i[p(_(t))]=(...n)=>e(t,...n)}),i}function I(e){let n=t(),r=Object.keys(n?.type.props??{}).reduce((e,t)=>{let r=(n?.type.props[t]).default;return r!==void 0&&(e[t]=r),e},{}),i=re(e);return g(()=>{let e={},t=n?.vnode.props??{};return Object.keys(t).forEach(n=>{e[_(n)]=t[n]}),Object.keys({...r,...e}).reduce((e,t)=>(i.value[t]!==void 0&&(e[t]=i.value[t]),e),{})})}function Se(e,t){let n=I(e),r=t?F(t):{};return g(()=>({...n.value,...r}))}var Ce=function(e){return typeof document>`u`?null:(Array.isArray(e)?e[0]:e).ownerDocument.body},L=new WeakMap,R=new WeakMap,z={},B=0,V=function(e){return e&&(e.host||V(e.parentNode))},we=function(e,t){return t.map(function(t){if(e.contains(t))return t;var n=V(t);return n&&e.contains(n)?n:(console.error(`aria-hidden`,t,`in not contained inside`,e,`. Doing nothing`),null)}).filter(function(e){return!!e})},Te=function(e,t,n,r){var i=we(t,Array.isArray(e)?e:[e]);z[n]||(z[n]=new WeakMap);var a=z[n],o=[],s=new Set,c=new Set(i),l=function(e){!e||s.has(e)||(s.add(e),l(e.parentNode))};i.forEach(l);var u=function(e){!e||c.has(e)||Array.prototype.forEach.call(e.children,function(e){if(s.has(e))u(e);else try{var t=e.getAttribute(r),i=t!==null&&t!==`false`,c=(L.get(e)||0)+1,l=(a.get(e)||0)+1;L.set(e,c),a.set(e,l),o.push(e),c===1&&i&&R.set(e,!0),l===1&&e.setAttribute(n,`true`),i||e.setAttribute(r,`true`)}catch(t){console.error(`aria-hidden: cannot operate on `,e,t)}})};return u(t),s.clear(),B++,function(){o.forEach(function(e){var t=L.get(e)-1,i=a.get(e)-1;L.set(e,t),a.set(e,i),t||(R.has(e)||e.removeAttribute(r),R.delete(e)),i||e.removeAttribute(n)}),B--,B||(L=new WeakMap,L=new WeakMap,R=new WeakMap,z={})}},Ee=function(e,t,n){n===void 0&&(n=`data-aria-hidden`);var r=Array.from(Array.isArray(e)?e:[e]),i=t||Ce(e);return i?(r.push.apply(r,Array.from(i.querySelectorAll(`[aria-live], script`))),Te(r,i,n,`aria-hidden`)):function(){return null}};function De(e){let t;a(()=>S(e),e=>{let n=!1;try{n=!!e?.closest(`[popover]:not(:popover-open)`)}catch{}e&&!n?t=Ee(e):t&&t()}),o(()=>{t&&t()})}var Oe=0;function ke(e,t=`reka`){if(e)return e;let n;return n=`useId`in te?u?.():A({useId:void 0}).useId?.()??`${++Oe}`,t?`${t}-${n}`:n}function H(e,t){let n=b(e);function r(e){return t[n.value][e]??n.value}return{state:n,dispatch:e=>{n.value=r(e)}}}function Ae(t,n){let r=b({}),i=b(`none`),s=b(t),c=t.value?`mounted`:`unmounted`,l,u=n.value?.ownerDocument.defaultView??me,{state:d,dispatch:f}=H(c,{mounted:{UNMOUNT:`unmounted`,ANIMATION_OUT:`unmountSuspended`},unmountSuspended:{MOUNT:`mounted`,ANIMATION_END:`unmounted`},unmounted:{MOUNT:`mounted`}}),p=e=>{if(C){let t=new CustomEvent(e,{bubbles:!1,cancelable:!1});n.value?.dispatchEvent(t)}};a(t,async(t,a)=>{let o=a!==t;if(await e(),o){let e=i.value,o=U(n.value);t?(f(`MOUNT`),p(`enter`),o===`none`&&p(`after-enter`)):o===`none`||o===`undefined`||r.value?.display===`none`?(f(`UNMOUNT`),p(`leave`),p(`after-leave`)):a&&e!==o?(f(`ANIMATION_OUT`),p(`leave`)):(f(`UNMOUNT`),p(`after-leave`))}},{immediate:!0});let m=e=>{let t=U(n.value),r=t.includes(CSS.escape(e.animationName)),i=d.value===`mounted`?`enter`:`leave`;if(e.target===n.value&&r&&(p(`after-${i}`),f(`ANIMATION_END`),!s.value)){let e=n.value.style.animationFillMode;n.value.style.animationFillMode=`forwards`,l=u?.setTimeout(()=>{n.value?.style.animationFillMode===`forwards`&&(n.value.style.animationFillMode=e)})}e.target===n.value&&t===`none`&&f(`ANIMATION_END`)},h=e=>{e.target===n.value&&(i.value=U(n.value))},_=a(n,(e,t)=>{e?(r.value=getComputedStyle(e),e.addEventListener(`animationstart`,h),e.addEventListener(`animationcancel`,m),e.addEventListener(`animationend`,m)):(f(`ANIMATION_END`),l!==void 0&&u?.clearTimeout(l),t?.removeEventListener(`animationstart`,h),t?.removeEventListener(`animationcancel`,m),t?.removeEventListener(`animationend`,m))},{immediate:!0}),v=a(d,()=>{let e=U(n.value);i.value=d.value===`mounted`?e:`none`});return o(()=>{_(),v()}),{isPresent:g(()=>[`mounted`,`unmountSuspended`].includes(d.value))}}function U(e){return e&&getComputedStyle(e).animationName||`none`}var je=c({name:`Presence`,props:{present:{type:Boolean,required:!0},forceMount:{type:Boolean}},slots:{},setup(e,{slots:n,expose:r}){let{present:i,forceMount:a}=m(e),o=b(),{isPresent:s}=Ae(i,o);r({present:s});let c=n.default({present:s.value});c=pe(c||[]);let u=t();if(c&&c?.length>1){let e=u?.parent?.type.name?`<${u.parent.type.name} />`:`component`;throw Error([`Detected an invalid children for \`${e}\` for \`Presence\` component.`,``,"Note: Presence works similarly to `v-if` directly, but it waits for animation/transition to finished before unmounting. So it expect only one direct child of valid VNode type.",`You can apply a few solutions:`,["Provide a single child element so that `presence` directive attach correctly.",`Ensure the first child is an actual element instead of a raw text node or comment node.`].map(e=>` - ${e}`).join(`
2
+ `)].join(`
3
+ `))}return()=>a.value||i.value||s.value?l(n.default({present:s.value})[0],{ref:e=>{let t=S(e);return t?.hasAttribute===void 0||(t?.hasAttribute(`data-reka-popper-content-wrapper`)?o.value=t.firstElementChild:o.value=t),t}}):null}});function W(){let e=b();return{primitiveElement:e,currentElement:g(()=>[`#text`,`#comment`].includes(e.value?.$el.nodeName)?e.value?.$el.nextElementSibling:S(e))}}var Me=`dismissableLayer.pointerDownOutside`,Ne=`dismissableLayer.focusOutside`;function G(e,t){if(!(t instanceof Element))return!1;let n=t.closest(`[data-dismissable-layer]`),r=e.dataset.dismissableLayer===``?e:e.querySelector(`[data-dismissable-layer]`),i=Array.from(e.ownerDocument.querySelectorAll(`[data-dismissable-layer]`));return!!(n&&(r===n||i.indexOf(r)<i.indexOf(n)))}function Pe(e,t,n=!0){let r=t?.value?.ownerDocument??globalThis?.document,i=b(!1),a=b(()=>{});return x(o=>{if(!C||!h(n))return;let s=async n=>{let o=n.target;if(!(!t?.value||!o)){if(G(t.value,o)){i.value=!1;return}if(n.target&&!i.value){let t={originalEvent:n};function i(){O(Me,e,t)}n.pointerType===`touch`?(r.removeEventListener(`click`,a.value),a.value=i,r.addEventListener(`click`,a.value,{once:!0})):i()}else r.removeEventListener(`click`,a.value);i.value=!1}},c=window.setTimeout(()=>{r.addEventListener(`pointerdown`,s)},0);o(()=>{window.clearTimeout(c),r.removeEventListener(`pointerdown`,s),r.removeEventListener(`click`,a.value)})}),{onPointerDownCapture:()=>{h(n)&&(i.value=!0)}}}function Fe(t,n,r=!0){let i=n?.value?.ownerDocument??globalThis?.document,a=b(!1);return x(o=>{if(!C||!h(r))return;let s=async r=>{if(!n?.value)return;await e(),await e();let i=r.target;!n.value||!i||G(n.value,i)||r.target&&!a.value&&O(Ne,t,{originalEvent:r})};i.addEventListener(`focusin`,s),o(()=>i.removeEventListener(`focusin`,s))}),{onFocusCapture:()=>{h(r)&&(a.value=!0)},onBlurCapture:()=>{h(r)&&(a.value=!1)}}}var K=v({layersRoot:new Set,layersWithOutsidePointerEventsDisabled:new Set,originalBodyPointerEvents:void 0,branches:new Set}),Ie=c({__name:`DismissableLayer`,props:{disableOutsidePointerEvents:{type:Boolean,required:!1,default:!1},asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},emits:[`escapeKeyDown`,`pointerDownOutside`,`focusOutside`,`interactOutside`,`dismiss`],setup(t,{emit:n}){let i=t,a=n,{forwardRef:o,currentElement:c}=T(),l=g(()=>c.value?.ownerDocument??globalThis.document),u=g(()=>K.layersRoot),p=g(()=>c.value?Array.from(u.value).indexOf(c.value):-1),m=g(()=>K.layersWithOutsidePointerEventsDisabled.size>0),h=g(()=>{let e=Array.from(u.value),[t]=[...K.layersWithOutsidePointerEventsDisabled].slice(-1),n=e.indexOf(t);return p.value>=n}),_=Pe(async t=>{let n=[...K.branches].some(e=>e?.contains(t.target));!h.value||n||(a(`pointerDownOutside`,t),a(`interactOutside`,t),await e(),t.defaultPrevented||a(`dismiss`))},c),v=Fe(e=>{[...K.branches].some(t=>t?.contains(e.target))||(a(`focusOutside`,e),a(`interactOutside`,e),e.defaultPrevented||a(`dismiss`))},c);return le(`Escape`,e=>{p.value===u.value.size-1&&(a(`escapeKeyDown`,e),e.defaultPrevented||a(`dismiss`))}),x(e=>{c.value&&(i.disableOutsidePointerEvents&&(K.layersWithOutsidePointerEventsDisabled.size===0&&(K.originalBodyPointerEvents=l.value.body.style.pointerEvents,l.value.body.style.pointerEvents=`none`),K.layersWithOutsidePointerEventsDisabled.add(c.value)),u.value.add(c.value),e(()=>{i.disableOutsidePointerEvents&&K.layersWithOutsidePointerEventsDisabled.size===1&&!k(K.originalBodyPointerEvents)&&(l.value.body.style.pointerEvents=K.originalBodyPointerEvents)}))}),x(e=>{e(()=>{c.value&&(u.value.delete(c.value),K.layersWithOutsidePointerEventsDisabled.delete(c.value))})}),(e,t)=>(r(),f(y(fe),{ref:y(o),"as-child":e.asChild,as:e.as,"data-dismissable-layer":``,style:ae({pointerEvents:m.value?h.value?`auto`:`none`:void 0}),onFocusCapture:y(v).onFocusCapture,onBlurCapture:y(v).onBlurCapture,onPointerdownCapture:y(_).onPointerDownCapture},{default:d(()=>[s(e.$slots,`default`)]),_:3},8,[`as-child`,`as`,`style`,`onFocusCapture`,`onBlurCapture`,`onPointerdownCapture`]))}}),Le=de(()=>b([]));function Re(){let e=Le();return{add(t){let n=e.value[0];t!==n&&n?.pause(),e.value=q(e.value,t),e.value.unshift(t)},remove(t){e.value=q(e.value,t),e.value[0]?.resume()}}}function q(e,t){let n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}var J=`focusScope.autoFocusOnMount`,Y=`focusScope.autoFocusOnUnmount`,X={bubbles:!1,cancelable:!0};function ze(e,{select:t=!1}={}){let n=D();for(let r of e)if($(r,{select:t}),D()!==n)return!0}function Be(e){let t=Z(e);return[Q(t,e),Q(t.reverse(),e)]}function Z(e){let t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{let t=e.tagName===`INPUT`&&e.type===`hidden`;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function Q(e,t){for(let n of e)if(!Ve(n,{upTo:t}))return n}function Ve(e,{upTo:t}){if(getComputedStyle(e).visibility===`hidden`)return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display===`none`)return!0;e=e.parentElement}return!1}function He(e){return e instanceof HTMLInputElement&&`select`in e}function $(e,{select:t=!1}={}){if(e&&e.focus){let n=D();e.focus({preventScroll:!0}),e!==n&&He(e)&&t&&e.select()}}var Ue=c({__name:`FocusScope`,props:{loop:{type:Boolean,required:!1,default:!1},trapped:{type:Boolean,required:!1,default:!1},asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},emits:[`mountAutoFocus`,`unmountAutoFocus`],setup(t,{emit:n}){let i=t,a=n,{currentRef:o,currentElement:c}=T(),l=b(null),u=Re(),p=v({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}});x(e=>{if(!C)return;let t=c.value;if(!i.trapped)return;function n(e){if(p.paused||!t)return;let n=e.target;t.contains(n)?l.value=n:$(l.value,{select:!0})}function r(e){if(p.paused||!t)return;let n=e.relatedTarget;n!==null&&(t.contains(n)||$(l.value,{select:!0}))}function a(e){let n=l.value;n!==null&&e.some(e=>e.removedNodes.length>0)&&(t.contains(n)||$(t))}document.addEventListener(`focusin`,n),document.addEventListener(`focusout`,r);let o=new MutationObserver(a);t&&o.observe(t,{childList:!0,subtree:!0}),e(()=>{document.removeEventListener(`focusin`,n),document.removeEventListener(`focusout`,r),o.disconnect()})}),x(async t=>{let n=c.value;if(await e(),!n)return;u.add(p);let r=D();if(!n.contains(r)){let e=new CustomEvent(J,X);n.addEventListener(J,e=>a(`mountAutoFocus`,e)),n.dispatchEvent(e),e.defaultPrevented||(ze(Z(n),{select:!0}),D()===r&&$(n))}t(()=>{n.removeEventListener(J,e=>a(`mountAutoFocus`,e));let e=new CustomEvent(Y,X),t=e=>{a(`unmountAutoFocus`,e)};n.addEventListener(Y,t),n.dispatchEvent(e),setTimeout(()=>{e.defaultPrevented||$(r??document.body,{select:!0}),n.removeEventListener(Y,t),u.remove(p)},0)})});function m(e){if(!i.loop&&!i.trapped||p.paused)return;let t=e.key===`Tab`&&!e.altKey&&!e.ctrlKey&&!e.metaKey,n=D();if(t&&n){let t=e.currentTarget,[r,a]=Be(t);r&&a?!e.shiftKey&&n===a?(e.preventDefault(),i.loop&&$(r,{select:!0})):e.shiftKey&&n===r&&(e.preventDefault(),i.loop&&$(a,{select:!0})):n===t&&e.preventDefault()}}return(e,t)=>(r(),f(y(fe),{ref_key:`currentRef`,ref:o,tabindex:`-1`,"as-child":e.asChild,as:e.as,onKeydown:m},{default:d(()=>[s(e.$slots,`default`)]),_:3},8,[`as-child`,`as`]))}}),We=[`Enter`,` `],Ge=[`ArrowDown`,`PageUp`,`Home`],Ke=[`ArrowUp`,`PageDown`,`End`];[...Ge,...Ke],[...We],[...We];function qe(e){return e?`open`:`closed`}function Je(e){let t=D();for(let n of e)if(n===t||(n.focus(),D()!==t))return}var Ye=c({__name:`Teleport`,props:{to:{type:null,required:!1,default:`body`},disabled:{type:Boolean,required:!1},defer:{type:Boolean,required:!1},forceMount:{type:Boolean,required:!1}},setup(e){let t=ue();return(e,n)=>y(t)||e.forceMount?(r(),f(ne,{key:0,to:e.to,disabled:e.disabled,defer:e.defer},[s(e.$slots,`default`)],8,[`to`,`disabled`,`defer`])):ie(`v-if`,!0)}}),Xe=`data-reka-collection-item`;function Ze(e={}){let{key:t=``,isProvider:r=!1}=e,o=`${t}CollectionProvider`,s;if(r){let e=b(new Map);s={collectionRef:b(),itemMap:e},i(o,s)}else s=n(o);let u=(e=!1)=>{let t=s.collectionRef.value;if(!t)return[];let n=Array.from(t.querySelectorAll(`[${Xe}]`)),r=Array.from(s.itemMap.value.values()).sort((e,t)=>n.indexOf(e.ref)-n.indexOf(t.ref));return e?r:r.filter(e=>e.ref.dataset.disabled!==``)},d=c({name:`CollectionSlot`,inheritAttrs:!1,setup(e,{slots:t,attrs:n}){let{primitiveElement:r,currentElement:i}=W();return a(i,()=>{s.collectionRef.value=i.value}),()=>l(ce,{ref:r,...n},t)}}),f=c({name:`CollectionItem`,inheritAttrs:!1,props:{value:{validator:()=>!0}},setup(e,{slots:t,attrs:n}){let{primitiveElement:r,currentElement:i}=W();return x(t=>{if(i.value){let n=ee(i.value);s.itemMap.value.set(n,{ref:i.value,value:e.value}),t(()=>s.itemMap.value.delete(n))}}),()=>l(ce,{...n,[Xe]:``,ref:r},t)}});return{getItems:u,reactiveItems:g(()=>Array.from(s.itemMap.value.values())),itemMapSize:g(()=>s.itemMap.value.size),CollectionSlot:d,CollectionItem:f}}export{E as S,N as _,Ue as a,O as b,je as c,De as d,Se as f,ye as g,xe as h,qe as i,H as l,F as m,Ye as n,Ie as o,I as p,Je as r,W as s,Ze as t,ke as u,A as v,D as x,k as y};
@@ -0,0 +1,3 @@
1
+ import{A as e,F as t,K as n,L as r,M as i,N as a,S as o,T as s,Y as c,_ as l,b as u,ct as d,et as f,f as p,g as m,h,lt as g,mt as _,ot as v,t as y,tt as b,v as x,x as S,y as C,yt as w}from"./client-DvdghFBq.js";import{a as T,i as E,n as D,r as ee,t as te}from"./SelectValue-CFf_mD9E.js";import{n as ne}from"./button-CfQs66fX.js";import{n as re,r as ie}from"./lib-BJNsNHLO.js";import{n as O,t as k}from"./CardContent-B40ArIqh.js";import{t as ae}from"./CardHeader-BjkSQf27.js";import{t as oe}from"./CardTitle-DjG2kSF3.js";import{a as se,i as ce,n as le,o as ue,r as de,t as fe}from"./TableHeader-DAOs6nSA.js";function pe(e){return e+.5|0}var A=(e,t,n)=>Math.max(Math.min(e,n),t);function me(e){return A(pe(e*2.55),0,255)}function j(e){return A(pe(e*255),0,255)}function he(e){return A(pe(e/2.55)/100,0,1)}function ge(e){return A(pe(e*100),0,100)}var M={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},_e=[...`0123456789ABCDEF`],ve=e=>_e[e&15],ye=e=>_e[(e&240)>>4]+_e[e&15],be=e=>(e&240)>>4==(e&15),xe=e=>be(e.r)&&be(e.g)&&be(e.b)&&be(e.a);function Se(e){var t=e.length,n;return e[0]===`#`&&(t===4||t===5?n={r:255&M[e[1]]*17,g:255&M[e[2]]*17,b:255&M[e[3]]*17,a:t===5?M[e[4]]*17:255}:(t===7||t===9)&&(n={r:M[e[1]]<<4|M[e[2]],g:M[e[3]]<<4|M[e[4]],b:M[e[5]]<<4|M[e[6]],a:t===9?M[e[7]]<<4|M[e[8]]:255})),n}var Ce=(e,t)=>e<255?t(e):``;function we(e){var t=xe(e)?ve:ye;return e?`#`+t(e.r)+t(e.g)+t(e.b)+Ce(e.a,t):void 0}var Te=/^(hsla?|hwb|hsv)\(\s*([-+.e\d]+)(?:deg)?[\s,]+([-+.e\d]+)%[\s,]+([-+.e\d]+)%(?:[\s,]+([-+.e\d]+)(%)?)?\s*\)$/;function Ee(e,t,n){let r=t*Math.min(n,1-n),i=(t,i=(t+e/30)%12)=>n-r*Math.max(Math.min(i-3,9-i,1),-1);return[i(0),i(8),i(4)]}function De(e,t,n){let r=(r,i=(r+e/60)%6)=>n-n*t*Math.max(Math.min(i,4-i,1),0);return[r(5),r(3),r(1)]}function Oe(e,t,n){let r=Ee(e,1,.5),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 ke(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 Ae(e){let t=e.r/255,n=e.g/255,r=e.b/255,i=Math.max(t,n,r),a=Math.min(t,n,r),o=(i+a)/2,s,c,l;return i!==a&&(l=i-a,c=o>.5?l/(2-i-a):l/(i+a),s=ke(t,n,r,l,i),s=s*60+.5),[s|0,c||0,o]}function je(e,t,n,r){return(Array.isArray(t)?e(t[0],t[1],t[2]):e(t,n,r)).map(j)}function Me(e,t,n){return je(Ee,e,t,n)}function Ne(e,t,n){return je(Oe,e,t,n)}function Pe(e,t,n){return je(De,e,t,n)}function Fe(e){return(e%360+360)%360}function Ie(e){let t=Te.exec(e),n=255,r;if(!t)return;t[5]!==r&&(n=t[6]?me(+t[5]):j(+t[5]));let i=Fe(+t[2]),a=t[3]/100,o=t[4]/100;return r=t[1]===`hwb`?Ne(i,a,o):t[1]===`hsv`?Pe(i,a,o):Me(i,a,o),{r:r[0],g:r[1],b:r[2],a:n}}function Le(e,t){var n=Ae(e);n[0]=Fe(n[0]+t),n=Me(n),e.r=n[0],e.g=n[1],e.b=n[2]}function Re(e){if(!e)return;let t=Ae(e),n=t[0],r=ge(t[1]),i=ge(t[2]);return e.a<255?`hsla(${n}, ${r}%, ${i}%, ${he(e.a)})`:`hsl(${n}, ${r}%, ${i}%)`}var ze={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`},Be={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 Ve(){let e={},t=Object.keys(Be),n=Object.keys(ze),r,i,a,o,s;for(r=0;r<t.length;r++){for(o=s=t[r],i=0;i<n.length;i++)a=n[i],s=s.replace(a,ze[a]);a=parseInt(Be[o],16),e[s]=[a>>16&255,a>>8&255,a&255]}return e}var He;function Ue(e){He||(He=Ve(),He.transparent=[0,0,0,0]);let t=He[e.toLowerCase()];return t&&{r:t[0],g:t[1],b:t[2],a:t.length===4?t[3]:255}}var We=/^rgba?\(\s*([-+.\d]+)(%)?[\s,]+([-+.e\d]+)(%)?[\s,]+([-+.e\d]+)(%)?(?:[\s,/]+([-+.e\d]+)(%)?)?\s*\)$/;function Ge(e){let t=We.exec(e),n=255,r,i,a;if(t){if(t[7]!==r){let e=+t[7];n=t[8]?me(e):A(e*255,0,255)}return r=+t[1],i=+t[3],a=+t[5],r=255&(t[2]?me(r):A(r,0,255)),i=255&(t[4]?me(i):A(i,0,255)),a=255&(t[6]?me(a):A(a,0,255)),{r,g:i,b:a,a:n}}}function Ke(e){return e&&(e.a<255?`rgba(${e.r}, ${e.g}, ${e.b}, ${he(e.a)})`:`rgb(${e.r}, ${e.g}, ${e.b})`)}var qe=e=>e<=.0031308?e*12.92:e**(1/2.4)*1.055-.055,Je=e=>e<=.04045?e/12.92:((e+.055)/1.055)**2.4;function Ye(e,t,n){let r=Je(he(e.r)),i=Je(he(e.g)),a=Je(he(e.b));return{r:j(qe(r+n*(Je(he(t.r))-r))),g:j(qe(i+n*(Je(he(t.g))-i))),b:j(qe(a+n*(Je(he(t.b))-a))),a:e.a+n*(t.a-e.a)}}function Xe(e,t,n){if(e){let r=Ae(e);r[t]=Math.max(0,Math.min(r[t]+r[t]*n,t===0?360:1)),r=Me(r),e.r=r[0],e.g=r[1],e.b=r[2]}}function Ze(e,t){return e&&Object.assign(t||{},e)}function Qe(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=j(e[3]))):(t=Ze(e,{r:0,g:0,b:0,a:1}),t.a=j(t.a)),t}function $e(e){return e.charAt(0)===`r`?Ge(e):Ie(e)}var et=class e{constructor(t){if(t instanceof e)return t;let n=typeof t,r;n===`object`?r=Qe(t):n===`string`&&(r=Se(t)||Ue(t)||$e(t)),this._rgb=r,this._valid=!!r}get valid(){return this._valid}get rgb(){var e=Ze(this._rgb);return e&&(e.a=he(e.a)),e}set rgb(e){this._rgb=Qe(e)}rgbString(){return this._valid?Ke(this._rgb):void 0}hexString(){return this._valid?we(this._rgb):void 0}hslString(){return this._valid?Re(this._rgb):void 0}mix(e,t){if(e){let n=this.rgb,r=e.rgb,i,a=t===i?.5:t,o=2*a-1,s=n.a-r.a,c=((o*s===-1?o:(o+s)/(1+o*s))+1)/2;i=1-c,n.r=255&c*n.r+i*r.r+.5,n.g=255&c*n.g+i*r.g+.5,n.b=255&c*n.b+i*r.b+.5,n.a=a*n.a+(1-a)*r.a,this.rgb=n}return this}interpolate(e,t){return e&&(this._rgb=Ye(this._rgb,e._rgb,t)),this}clone(){return new e(this.rgb)}alpha(e){return this._rgb.a=j(e),this}clearer(e){let t=this._rgb;return t.a*=1-e,this}greyscale(){let e=this._rgb;return e.r=e.g=e.b=pe(e.r*.3+e.g*.59+e.b*.11),this}opaquer(e){let t=this._rgb;return t.a*=1+e,this}negate(){let e=this._rgb;return e.r=255-e.r,e.g=255-e.g,e.b=255-e.b,this}lighten(e){return Xe(this._rgb,2,e),this}darken(e){return Xe(this._rgb,2,-e),this}saturate(e){return Xe(this._rgb,1,e),this}desaturate(e){return Xe(this._rgb,1,-e),this}rotate(e){return Le(this._rgb,e),this}};function tt(){}var nt=(()=>{let e=0;return()=>e++})();function N(e){return e==null}function P(e){if(Array.isArray&&Array.isArray(e))return!0;let t=Object.prototype.toString.call(e);return t.slice(0,7)===`[object`&&t.slice(-6)===`Array]`}function F(e){return e!==null&&Object.prototype.toString.call(e)===`[object Object]`}function I(e){return(typeof e==`number`||e instanceof Number)&&isFinite(+e)}function L(e,t){return I(e)?e:t}function R(e,t){return e===void 0?t:e}var rt=(e,t)=>typeof e==`string`&&e.endsWith(`%`)?parseFloat(e)/100*t:+e;function z(e,t,n){if(e&&typeof e.call==`function`)return e.apply(n,t)}function B(e,t,n,r){let i,a,o;if(P(e))if(a=e.length,r)for(i=a-1;i>=0;i--)t.call(n,e[i],i);else for(i=0;i<a;i++)t.call(n,e[i],i);else if(F(e))for(o=Object.keys(e),a=o.length,i=0;i<a;i++)t.call(n,e[o[i]],o[i])}function it(e,t){let n,r,i,a;if(!e||!t||e.length!==t.length)return!1;for(n=0,r=e.length;n<r;++n)if(i=e[n],a=t[n],i.datasetIndex!==a.datasetIndex||i.index!==a.index)return!1;return!0}function at(e){if(P(e))return e.map(at);if(F(e)){let t=Object.create(null),n=Object.keys(e),r=n.length,i=0;for(;i<r;++i)t[n[i]]=at(e[n[i]]);return t}return e}function ot(e){return[`__proto__`,`prototype`,`constructor`].indexOf(e)===-1}function st(e,t,n,r){if(!ot(e))return;let i=t[e],a=n[e];F(i)&&F(a)?ct(i,a,r):t[e]=at(a)}function ct(e,t,n){let r=P(t)?t:[t],i=r.length;if(!F(e))return e;n||={};let a=n.merger||st,o;for(let t=0;t<i;++t){if(o=r[t],!F(o))continue;let i=Object.keys(o);for(let t=0,r=i.length;t<r;++t)a(i[t],e,o,n)}return e}function lt(e,t){return ct(e,t,{merger:ut})}function ut(e,t,n){if(!ot(e))return;let r=t[e],i=n[e];F(r)&&F(i)?lt(r,i):Object.prototype.hasOwnProperty.call(t,e)||(t[e]=at(i))}var dt={"":e=>e,x:e=>e.x,y:e=>e.y};function ft(e){let t=e.split(`.`),n=[],r=``;for(let e of t)r+=e,r.endsWith(`\\`)?r=r.slice(0,-1)+`.`:(n.push(r),r=``);return n}function pt(e){let t=ft(e);return e=>{for(let n of t){if(n===``)break;e&&=e[n]}return e}}function mt(e,t){return(dt[t]||(dt[t]=pt(t)))(e)}function ht(e){return e.charAt(0).toUpperCase()+e.slice(1)}var gt=e=>e!==void 0,_t=e=>typeof e==`function`,vt=(e,t)=>{if(e.size!==t.size)return!1;for(let n of e)if(!t.has(n))return!1;return!0};function yt(e){return e.type===`mouseup`||e.type===`click`||e.type===`contextmenu`}var V=Math.PI,H=2*V,bt=H+V,xt=1/0,St=V/180,U=V/2,Ct=V/4,wt=V*2/3,Tt=Math.log10,Et=Math.sign;function Dt(e,t,n){return Math.abs(e-t)<n}function Ot(e){let t=Math.round(e);e=Dt(e,t,e/1e3)?t:e;let n=10**Math.floor(Tt(e)),r=e/n;return(r<=1?1:r<=2?2:r<=5?5:10)*n}function kt(e){let t=[],n=Math.sqrt(e),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((e,t)=>e-t).pop(),t}function At(e){return typeof e==`symbol`||typeof e==`object`&&!!e&&!(Symbol.toPrimitive in e||`toString`in e||`valueOf`in e)}function jt(e){return!At(e)&&!isNaN(parseFloat(e))&&isFinite(e)}function Mt(e,t){let n=Math.round(e);return n-t<=e&&n+t>=e}function Nt(e,t,n){let r,i,a;for(r=0,i=e.length;r<i;r++)a=e[r][n],isNaN(a)||(t.min=Math.min(t.min,a),t.max=Math.max(t.max,a))}function Pt(e){return V/180*e}function Ft(e){return 180/V*e}function It(e){if(!I(e))return;let t=1,n=0;for(;Math.round(e*t)/t!==e;)t*=10,n++;return n}function Lt(e,t){let n=t.x-e.x,r=t.y-e.y,i=Math.sqrt(n*n+r*r),a=Math.atan2(r,n);return a<-.5*V&&(a+=H),{angle:a,distance:i}}function Rt(e,t){return Math.sqrt((t.x-e.x)**2+(t.y-e.y)**2)}function zt(e,t){return(e-t+bt)%H-V}function W(e){return(e%H+H)%H}function Bt(e,t,n,r){let i=W(e),a=W(t),o=W(n),s=W(a-i),c=W(o-i),l=W(i-a),u=W(i-o);return i===a||i===o||r&&a===o||s>c&&l<u}function G(e,t,n){return Math.max(t,Math.min(n,e))}function Vt(e){return G(e,-32768,32767)}function Ht(e,t,n,r=1e-6){return e>=Math.min(t,n)-r&&e<=Math.max(t,n)+r}function Ut(e,t,n){n||=(n=>e[n]<t);let r=e.length-1,i=0,a;for(;r-i>1;)a=i+r>>1,n(a)?i=a:r=a;return{lo:i,hi:r}}var Wt=(e,t,n,r)=>Ut(e,n,r?r=>{let i=e[r][t];return i<n||i===n&&e[r+1][t]===n}:r=>e[r][t]<n),Gt=(e,t,n)=>Ut(e,n,r=>e[r][t]>=n);function Kt(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}var qt=[`push`,`pop`,`shift`,`splice`,`unshift`];function Jt(e,t){if(e._chartjs){e._chartjs.listeners.push(t);return}Object.defineProperty(e,`_chartjs`,{configurable:!0,enumerable:!1,value:{listeners:[t]}}),qt.forEach(t=>{let n=`_onData`+ht(t),r=e[t];Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value(...t){let i=r.apply(this,t);return e._chartjs.listeners.forEach(e=>{typeof e[n]==`function`&&e[n](...t)}),i}})})}function Yt(e,t){let n=e._chartjs;if(!n)return;let r=n.listeners,i=r.indexOf(t);i!==-1&&r.splice(i,1),!(r.length>0)&&(qt.forEach(t=>{delete e[t]}),delete e._chartjs)}function Xt(e){let t=new Set(e);return t.size===e.length?e:Array.from(t)}var Zt=function(){return typeof window>`u`?function(e){return e()}:window.requestAnimationFrame}();function Qt(e,t){let n=[],r=!1;return function(...i){n=i,r||(r=!0,Zt.call(window,()=>{r=!1,e.apply(t,n)}))}}function $t(e,t){let n;return function(...r){return t?(clearTimeout(n),n=setTimeout(e,t,r)):e.apply(this,r),t}}var en=e=>e===`start`?`left`:e===`end`?`right`:`center`,K=(e,t,n)=>e===`start`?t:e===`end`?n:(t+n)/2,tn=(e,t,n,r)=>e===(r?`left`:`right`)?n:e===`center`?(t+n)/2:t;function nn(e,t,n){let r=t.length,i=0,a=r;if(e._sorted){let{iScale:o,vScale:s,_parsed:c}=e,l=e.dataset&&e.dataset.options?e.dataset.options.spanGaps:null,u=o.axis,{min:d,max:f,minDefined:p,maxDefined:m}=o.getUserBounds();if(p){if(i=Math.min(Wt(c,u,d).lo,n?r:Wt(t,u,o.getPixelForValue(d)).lo),l){let e=c.slice(0,i+1).reverse().findIndex(e=>!N(e[s.axis]));i-=Math.max(0,e)}i=G(i,0,r-1)}if(m){let e=Math.max(Wt(c,o.axis,f,!0).hi+1,n?0:Wt(t,u,o.getPixelForValue(f),!0).hi+1);if(l){let t=c.slice(e-1).findIndex(e=>!N(e[s.axis]));e+=Math.max(0,t)}a=G(e,i,r)-i}else a=r-i}return{start:i,count:a}}function rn(e){let{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;let a=r.xmin!==t.min||r.xmax!==t.max||r.ymin!==n.min||r.ymax!==n.max;return Object.assign(r,i),a}var an=e=>e===0||e===1,on=(e,t,n)=>-(2**(10*--e)*Math.sin((e-t)*H/n)),sn=(e,t,n)=>2**(-10*e)*Math.sin((e-t)*H/n)+1,cn={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*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*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*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*U)+1,easeOutSine:e=>Math.sin(e*U),easeInOutSine:e=>-.5*(Math.cos(V*e)-1),easeInExpo:e=>e===0?0:2**(10*(e-1)),easeOutExpo:e=>e===1?1:-(2**(-10*e))+1,easeInOutExpo:e=>an(e)?e:e<.5?.5*2**(10*(e*2-1)):.5*(-(2**(-10*(e*2-1)))+2),easeInCirc:e=>e>=1?e:-(Math.sqrt(1-e*e)-1),easeOutCirc:e=>Math.sqrt(1- --e*e),easeInOutCirc:e=>(e/=.5)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1),easeInElastic:e=>an(e)?e:on(e,.075,.3),easeOutElastic:e=>an(e)?e:sn(e,.075,.3),easeInOutElastic(e){let t=.1125,n=.45;return an(e)?e:e<.5?.5*on(e*2,t,n):.5+.5*sn(e*2-1,t,n)},easeInBack(e){let t=1.70158;return e*e*((t+1)*e-t)},easeOutBack(e){let t=1.70158;return--e*e*((t+1)*e+t)+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-cn.easeOutBounce(1-e),easeOutBounce(e){let t=7.5625,n=2.75;return e<1/n?t*e*e:e<2/n?t*(e-=1.5/n)*e+.75:e<2.5/n?t*(e-=2.25/n)*e+.9375:t*(e-=2.625/n)*e+.984375},easeInOutBounce:e=>e<.5?cn.easeInBounce(e*2)*.5:cn.easeOutBounce(e*2-1)*.5+.5};function ln(e){if(e&&typeof e==`object`){let t=e.toString();return t===`[object CanvasPattern]`||t===`[object CanvasGradient]`}return!1}function un(e){return ln(e)?e:new et(e)}function dn(e){return ln(e)?e:new et(e).saturate(.5).darken(.1).hexString()}var fn=[`x`,`y`,`borderWidth`,`radius`,`tension`],pn=[`color`,`borderColor`,`backgroundColor`];function mn(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:e=>e!==`onProgress`&&e!==`onComplete`&&e!==`fn`}),e.set(`animations`,{colors:{type:`color`,properties:pn},numbers:{type:`number`,properties:fn}}),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:e=>e|0}}}})}function hn(e){e.set(`layout`,{autoPadding:!0,padding:{top:0,right:0,bottom:0,left:0}})}var gn=new Map;function _n(e,t){t||={};let n=e+JSON.stringify(t),r=gn.get(n);return r||(r=new Intl.NumberFormat(e,t),gn.set(n,r)),r}function vn(e,t,n){return _n(t,n).format(e)}var yn={values(e){return P(e)?e:``+e},numeric(e,t,n){if(e===0)return`0`;let r=this.chart.options.locale,i,a=e;if(n.length>1){let t=Math.max(Math.abs(n[0].value),Math.abs(n[n.length-1].value));(t<1e-4||t>0x38d7ea4c68000)&&(i=`scientific`),a=bn(e,n)}let o=Tt(Math.abs(a)),s=isNaN(o)?1:Math.max(Math.min(-1*Math.floor(o),20),0),c={notation:i,minimumFractionDigits:s,maximumFractionDigits:s};return Object.assign(c,this.options.ticks.format),vn(e,r,c)},logarithmic(e,t,n){if(e===0)return`0`;let r=n[t].significand||e/10**Math.floor(Tt(e));return[1,2,3,5,10,15].includes(r)||t>.8*n.length?yn.numeric.call(this,e,t,n):``}};function bn(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 xn={formatters:yn};function Sn(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:(e,t)=>t.lineWidth,tickColor:(e,t)=>t.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:xn.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:e=>!e.startsWith(`before`)&&!e.startsWith(`after`)&&e!==`callback`&&e!==`parser`,_indexable:e=>e!==`borderDash`&&e!==`tickBorderDash`&&e!==`dash`}),e.describe(`scales`,{_fallback:`scale`}),e.describe(`scale.ticks`,{_scriptable:e=>e!==`backdropPadding`&&e!==`callback`,_indexable:e=>e!==`backdropPadding`})}var Cn=Object.create(null),wn=Object.create(null);function Tn(e,t){if(!t)return e;let n=t.split(`.`);for(let t=0,r=n.length;t<r;++t){let r=n[t];e=e[r]||(e[r]=Object.create(null))}return e}function En(e,t,n){return typeof t==`string`?ct(Tn(e,t),n):ct(Tn(e,``),t)}var q=new class{constructor(e,t){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=e=>e.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=(e,t)=>dn(t.backgroundColor),this.hoverBorderColor=(e,t)=>dn(t.borderColor),this.hoverColor=(e,t)=>dn(t.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(e),this.apply(t)}set(e,t){return En(this,e,t)}get(e){return Tn(this,e)}describe(e,t){return En(wn,e,t)}override(e,t){return En(Cn,e,t)}route(e,t,n,r){let i=Tn(this,e),a=Tn(this,n),o=`_`+t;Object.defineProperties(i,{[o]:{value:i[t],writable:!0},[t]:{enumerable:!0,get(){let e=this[o],t=a[r];return F(e)?Object.assign({},t,e):R(e,t)},set(e){this[o]=e}}})}apply(e){e.forEach(e=>e(this))}}({_scriptable:e=>!e.startsWith(`on`),_indexable:e=>e!==`events`,hover:{_fallback:`interaction`},interaction:{_scriptable:!1,_indexable:!1}},[mn,hn,Sn]);function Dn(e){return!e||N(e.size)||N(e.family)?null:(e.style?e.style+` `:``)+(e.weight?e.weight+` `:``)+e.size+`px `+e.family}function On(e,t,n,r,i){let a=t[i];return a||(a=t[i]=e.measureText(i).width,n.push(i)),a>r&&(r=a),r}function kn(e,t,n,r){r||={};let i=r.data=r.data||{},a=r.garbageCollect=r.garbageCollect||[];r.font!==t&&(i=r.data={},a=r.garbageCollect=[],r.font=t),e.save(),e.font=t;let o=0,s=n.length,c,l,u,d,f;for(c=0;c<s;c++)if(d=n[c],d!=null&&!P(d))o=On(e,i,a,o,d);else if(P(d))for(l=0,u=d.length;l<u;l++)f=d[l],f!=null&&!P(f)&&(o=On(e,i,a,o,f));e.restore();let p=a.length/2;if(p>n.length){for(c=0;c<p;c++)delete i[a[c]];a.splice(0,p)}return o}function An(e,t,n){let r=e.currentDevicePixelRatio,i=n===0?0:Math.max(n/2,.5);return Math.round((t-i)*r)/r+i}function jn(e,t){!t&&!e||(t||=e.getContext(`2d`),t.save(),t.resetTransform(),t.clearRect(0,0,e.width,e.height),t.restore())}function Mn(e,t,n,r){Nn(e,t,n,r,null)}function Nn(e,t,n,r,i){let a,o,s,c,l,u,d,f,p=t.pointStyle,m=t.rotation,h=t.radius,g=(m||0)*St;if(p&&typeof p==`object`&&(a=p.toString(),a===`[object HTMLImageElement]`||a===`[object HTMLCanvasElement]`)){e.save(),e.translate(n,r),e.rotate(g),e.drawImage(p,-p.width/2,-p.height/2,p.width,p.height),e.restore();return}if(!(isNaN(h)||h<=0)){switch(e.beginPath(),p){default:i?e.ellipse(n,r,i/2,h,0,0,H):e.arc(n,r,h,0,H),e.closePath();break;case`triangle`:u=i?i/2:h,e.moveTo(n+Math.sin(g)*u,r-Math.cos(g)*h),g+=wt,e.lineTo(n+Math.sin(g)*u,r-Math.cos(g)*h),g+=wt,e.lineTo(n+Math.sin(g)*u,r-Math.cos(g)*h),e.closePath();break;case`rectRounded`:l=h*.516,c=h-l,o=Math.cos(g+Ct)*c,d=Math.cos(g+Ct)*(i?i/2-l:c),s=Math.sin(g+Ct)*c,f=Math.sin(g+Ct)*(i?i/2-l:c),e.arc(n-d,r-s,l,g-V,g-U),e.arc(n+f,r-o,l,g-U,g),e.arc(n+d,r+s,l,g,g+U),e.arc(n-f,r+o,l,g+U,g+V),e.closePath();break;case`rect`:if(!m){c=Math.SQRT1_2*h,u=i?i/2:c,e.rect(n-u,r-c,2*u,2*c);break}g+=Ct;case`rectRot`:d=Math.cos(g)*(i?i/2:h),o=Math.cos(g)*h,s=Math.sin(g)*h,f=Math.sin(g)*(i?i/2:h),e.moveTo(n-d,r-s),e.lineTo(n+f,r-o),e.lineTo(n+d,r+s),e.lineTo(n-f,r+o),e.closePath();break;case`crossRot`:g+=Ct;case`cross`:d=Math.cos(g)*(i?i/2:h),o=Math.cos(g)*h,s=Math.sin(g)*h,f=Math.sin(g)*(i?i/2:h),e.moveTo(n-d,r-s),e.lineTo(n+d,r+s),e.moveTo(n+f,r-o),e.lineTo(n-f,r+o);break;case`star`:d=Math.cos(g)*(i?i/2:h),o=Math.cos(g)*h,s=Math.sin(g)*h,f=Math.sin(g)*(i?i/2:h),e.moveTo(n-d,r-s),e.lineTo(n+d,r+s),e.moveTo(n+f,r-o),e.lineTo(n-f,r+o),g+=Ct,d=Math.cos(g)*(i?i/2:h),o=Math.cos(g)*h,s=Math.sin(g)*h,f=Math.sin(g)*(i?i/2:h),e.moveTo(n-d,r-s),e.lineTo(n+d,r+s),e.moveTo(n+f,r-o),e.lineTo(n-f,r+o);break;case`line`:o=i?i/2:Math.cos(g)*h,s=Math.sin(g)*h,e.moveTo(n-o,r-s),e.lineTo(n+o,r+s);break;case`dash`:e.moveTo(n,r),e.lineTo(n+Math.cos(g)*(i?i/2:h),r+Math.sin(g)*h);break;case!1:e.closePath();break}e.fill(),t.borderWidth>0&&e.stroke()}}function Pn(e,t,n){return 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 Fn(e,t){e.save(),e.beginPath(),e.rect(t.left,t.top,t.right-t.left,t.bottom-t.top),e.clip()}function In(e){e.restore()}function Ln(e,t,n,r,i){if(!t)return e.lineTo(n.x,n.y);if(i===`middle`){let r=(t.x+n.x)/2;e.lineTo(r,t.y),e.lineTo(r,n.y)}else i===`after`==!!r?e.lineTo(n.x,t.y):e.lineTo(t.x,n.y);e.lineTo(n.x,n.y)}function Rn(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 zn(e,t){t.translation&&e.translate(t.translation[0],t.translation[1]),N(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 Bn(e,t,n,r,i){if(i.strikethrough||i.underline){let a=e.measureText(r),o=t-a.actualBoundingBoxLeft,s=t+a.actualBoundingBoxRight,c=n-a.actualBoundingBoxAscent,l=n+a.actualBoundingBoxDescent,u=i.strikethrough?(c+l)/2:l;e.strokeStyle=e.fillStyle,e.beginPath(),e.lineWidth=i.decorationWidth||2,e.moveTo(o,u),e.lineTo(s,u),e.stroke()}}function Vn(e,t){let n=e.fillStyle;e.fillStyle=t.color,e.fillRect(t.left,t.top,t.width,t.height),e.fillStyle=n}function Hn(e,t,n,r,i,a={}){let o=P(t)?t:[t],s=a.strokeWidth>0&&a.strokeColor!==``,c,l;for(e.save(),e.font=i.string,zn(e,a),c=0;c<o.length;++c)l=o[c],a.backdrop&&Vn(e,a.backdrop),s&&(a.strokeColor&&(e.strokeStyle=a.strokeColor),N(a.strokeWidth)||(e.lineWidth=a.strokeWidth),e.strokeText(l,n,r,a.maxWidth)),e.fillText(l,n,r,a.maxWidth),Bn(e,n,r,l,a),r+=Number(i.lineHeight);e.restore()}function Un(e,t){let{x:n,y:r,w:i,h:a,radius:o}=t;e.arc(n+o.topLeft,r+o.topLeft,o.topLeft,1.5*V,V,!0),e.lineTo(n,r+a-o.bottomLeft),e.arc(n+o.bottomLeft,r+a-o.bottomLeft,o.bottomLeft,V,U,!0),e.lineTo(n+i-o.bottomRight,r+a),e.arc(n+i-o.bottomRight,r+a-o.bottomRight,o.bottomRight,U,0,!0),e.lineTo(n+i,r+o.topRight),e.arc(n+i-o.topRight,r+o.topRight,o.topRight,0,-U,!0),e.lineTo(n+o.topLeft,r)}var Wn=/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/,Gn=/^(normal|italic|initial|inherit|unset|(oblique( -?[0-9]?[0-9]deg)?))$/;function Kn(e,t){let n=(``+e).match(Wn);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}var qn=e=>+e||0;function Jn(e,t){let n={},r=F(t),i=r?Object.keys(t):t,a=F(e)?r?n=>R(e[n],e[t[n]]):t=>e[t]:()=>e;for(let e of i)n[e]=qn(a(e));return n}function Yn(e){return Jn(e,{top:`y`,right:`x`,bottom:`y`,left:`x`})}function Xn(e){return Jn(e,[`topLeft`,`topRight`,`bottomLeft`,`bottomRight`])}function J(e){let t=Yn(e);return t.width=t.left+t.right,t.height=t.top+t.bottom,t}function Y(e,t){e||={},t||=q.font;let n=R(e.size,t.size);typeof n==`string`&&(n=parseInt(n,10));let r=R(e.style,t.style);r&&!(``+r).match(Gn)&&(console.warn(`Invalid font style specified: "`+r+`"`),r=void 0);let i={family:R(e.family,t.family),lineHeight:Kn(R(e.lineHeight,t.lineHeight),n),size:n,style:r,weight:R(e.weight,t.weight),string:``};return i.string=Dn(i),i}function Zn(e,t,n,r){let i=!0,a,o,s;for(a=0,o=e.length;a<o;++a)if(s=e[a],s!==void 0&&(t!==void 0&&typeof s==`function`&&(s=s(t),i=!1),n!==void 0&&P(s)&&(s=s[n%s.length],i=!1),s!==void 0))return r&&!i&&(r.cacheable=!1),s}function Qn(e,t,n){let{min:r,max:i}=e,a=rt(t,(i-r)/2),o=(e,t)=>n&&e===0?0:e+t;return{min:o(r,-Math.abs(a)),max:o(i,a)}}function $n(e,t){return Object.assign(Object.create(e),t)}function er(e,t=[``],n,r,i=()=>e[0]){let a=n||e;return r===void 0&&(r=gr(`_fallback`,e)),new Proxy({[Symbol.toStringTag]:`Object`,_cacheable:!0,_scopes:e,_rootScopes:a,_fallback:r,_getTarget:i,override:n=>er([n,...e],t,a,r)},{deleteProperty(t,n){return delete t[n],delete t._keys,delete e[0][n],!0},get(n,r){return ar(n,r,()=>hr(r,t,e,n))},getOwnPropertyDescriptor(e,t){return Reflect.getOwnPropertyDescriptor(e._scopes[0],t)},getPrototypeOf(){return Reflect.getPrototypeOf(e[0])},has(e,t){return _r(e).includes(t)},ownKeys(e){return _r(e)},set(e,t,n){let r=e._storage||=i();return e[t]=r[t]=n,delete e._keys,!0}})}function tr(e,t,n,r){let i={_cacheable:!1,_proxy:e,_context:t,_subProxy:n,_stack:new Set,_descriptors:nr(e,r),setContext:t=>tr(e,t,n,r),override:i=>tr(e.override(i),t,n,r)};return new Proxy(i,{deleteProperty(t,n){return delete t[n],delete e[n],!0},get(e,t,n){return ar(e,t,()=>or(e,t,n))},getOwnPropertyDescriptor(t,n){return t._descriptors.allKeys?Reflect.has(e,n)?{enumerable:!0,configurable:!0}:void 0:Reflect.getOwnPropertyDescriptor(e,n)},getPrototypeOf(){return Reflect.getPrototypeOf(e)},has(t,n){return Reflect.has(e,n)},ownKeys(){return Reflect.ownKeys(e)},set(t,n,r){return e[n]=r,delete t[n],!0}})}function nr(e,t={scriptable:!0,indexable:!0}){let{_scriptable:n=t.scriptable,_indexable:r=t.indexable,_allKeys:i=t.allKeys}=e;return{allKeys:i,scriptable:n,indexable:r,isScriptable:_t(n)?n:()=>n,isIndexable:_t(r)?r:()=>r}}var rr=(e,t)=>e?e+ht(t):t,ir=(e,t)=>F(t)&&e!==`adapters`&&(Object.getPrototypeOf(t)===null||t.constructor===Object);function ar(e,t,n){if(Object.prototype.hasOwnProperty.call(e,t)||t===`constructor`)return e[t];let r=n();return e[t]=r,r}function or(e,t,n){let{_proxy:r,_context:i,_subProxy:a,_descriptors:o}=e,s=r[t];return _t(s)&&o.isScriptable(t)&&(s=sr(t,s,e,n)),P(s)&&s.length&&(s=cr(t,s,e,o.isIndexable)),ir(t,s)&&(s=tr(s,i,a&&a[t],o)),s}function sr(e,t,n,r){let{_proxy:i,_context:a,_subProxy:o,_stack:s}=n;if(s.has(e))throw Error(`Recursion detected: `+Array.from(s).join(`->`)+`->`+e);s.add(e);let c=t(a,o||r);return s.delete(e),ir(e,c)&&(c=fr(i._scopes,i,e,c)),c}function cr(e,t,n,r){let{_proxy:i,_context:a,_subProxy:o,_descriptors:s}=n;if(a.index!==void 0&&r(e))return t[a.index%t.length];if(F(t[0])){let n=t,r=i._scopes.filter(e=>e!==n);t=[];for(let c of n){let n=fr(r,i,e,c);t.push(tr(n,a,o&&o[e],s))}}return t}function lr(e,t,n){return _t(e)?e(t,n):e}var ur=(e,t)=>e===!0?t:typeof e==`string`?mt(t,e):void 0;function dr(e,t,n,r,i){for(let a of t){let t=ur(n,a);if(t){e.add(t);let a=lr(t._fallback,n,i);if(a!==void 0&&a!==n&&a!==r)return a}else if(t===!1&&r!==void 0&&n!==r)return null}return!1}function fr(e,t,n,r){let i=t._rootScopes,a=lr(t._fallback,n,r),o=[...e,...i],s=new Set;s.add(r);let c=pr(s,o,n,a||n,r);return c===null||a!==void 0&&a!==n&&(c=pr(s,o,a,c,r),c===null)?!1:er(Array.from(s),[``],i,a,()=>mr(t,n,r))}function pr(e,t,n,r,i){for(;n;)n=dr(e,t,n,r,i);return n}function mr(e,t,n){let r=e._getTarget();t in r||(r[t]={});let i=r[t];return P(i)&&F(n)?n:i||{}}function hr(e,t,n,r){let i;for(let a of t)if(i=gr(rr(a,e),n),i!==void 0)return ir(e,i)?fr(n,r,e,i):i}function gr(e,t){for(let n of t){if(!n)continue;let t=n[e];if(t!==void 0)return t}}function _r(e){let t=e._keys;return t||=e._keys=vr(e._scopes),t}function vr(e){let t=new Set;for(let n of e)for(let e of Object.keys(n).filter(e=>!e.startsWith(`_`)))t.add(e);return Array.from(t)}var yr=2**-52||1e-14,br=(e,t)=>t<e.length&&!e[t].skip&&e[t],xr=e=>e===`x`?`y`:`x`;function Sr(e,t,n,r){let i=e.skip?t:e,a=t,o=n.skip?t:n,s=Rt(a,i),c=Rt(o,a),l=s/(s+c),u=c/(s+c);l=isNaN(l)?0:l,u=isNaN(u)?0:u;let d=r*l,f=r*u;return{previous:{x:a.x-d*(o.x-i.x),y:a.y-d*(o.y-i.y)},next:{x:a.x+f*(o.x-i.x),y:a.y+f*(o.y-i.y)}}}function Cr(e,t,n){let r=e.length,i,a,o,s,c,l=br(e,0);for(let u=0;u<r-1;++u)if(c=l,l=br(e,u+1),!(!c||!l)){if(Dt(t[u],0,yr)){n[u]=n[u+1]=0;continue}i=n[u]/t[u],a=n[u+1]/t[u],s=i**2+a**2,!(s<=9)&&(o=3/Math.sqrt(s),n[u]=i*o*t[u],n[u+1]=a*o*t[u])}}function wr(e,t,n=`x`){let r=xr(n),i=e.length,a,o,s,c=br(e,0);for(let l=0;l<i;++l){if(o=s,s=c,c=br(e,l+1),!s)continue;let i=s[n],u=s[r];o&&(a=(i-o[n])/3,s[`cp1${n}`]=i-a,s[`cp1${r}`]=u-a*t[l]),c&&(a=(c[n]-i)/3,s[`cp2${n}`]=i+a,s[`cp2${r}`]=u+a*t[l])}}function Tr(e,t=`x`){let n=xr(t),r=e.length,i=Array(r).fill(0),a=Array(r),o,s,c,l=br(e,0);for(o=0;o<r;++o)if(s=c,c=l,l=br(e,o+1),c){if(l){let e=l[t]-c[t];i[o]=e===0?0:(l[n]-c[n])/e}a[o]=s?l?Et(i[o-1])===Et(i[o])?(i[o-1]+i[o])/2:0:i[o-1]:i[o]}Cr(e,i,a),wr(e,a,t)}function Er(e,t,n){return Math.max(Math.min(e,n),t)}function Dr(e,t){let n,r,i,a,o,s=Pn(e[0],t);for(n=0,r=e.length;n<r;++n)o=a,a=s,s=n<r-1&&Pn(e[n+1],t),a&&(i=e[n],o&&(i.cp1x=Er(i.cp1x,t.left,t.right),i.cp1y=Er(i.cp1y,t.top,t.bottom)),s&&(i.cp2x=Er(i.cp2x,t.left,t.right),i.cp2y=Er(i.cp2y,t.top,t.bottom)))}function Or(e,t,n,r,i){let a,o,s,c;if(t.spanGaps&&(e=e.filter(e=>!e.skip)),t.cubicInterpolationMode===`monotone`)Tr(e,i);else{let n=r?e[e.length-1]:e[0];for(a=0,o=e.length;a<o;++a)s=e[a],c=Sr(n,s,e[Math.min(a+1,o-+!r)%o],t.tension),s.cp1x=c.previous.x,s.cp1y=c.previous.y,s.cp2x=c.next.x,s.cp2y=c.next.y,n=s}t.capBezierPoints&&Dr(e,n)}function kr(){return typeof window<`u`&&typeof document<`u`}function Ar(e){let t=e.parentNode;return t&&t.toString()===`[object ShadowRoot]`&&(t=t.host),t}function jr(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}var Mr=e=>e.ownerDocument.defaultView.getComputedStyle(e,null);function Nr(e,t){return Mr(e).getPropertyValue(t)}var Pr=[`top`,`right`,`bottom`,`left`];function Fr(e,t,n){let r={};n=n?`-`+n:``;for(let i=0;i<4;i++){let a=Pr[i];r[a]=parseFloat(e[t+`-`+a+n])||0}return r.width=r.left+r.right,r.height=r.top+r.bottom,r}var Ir=(e,t,n)=>(e>0||t>0)&&(!n||!n.shadowRoot);function Lr(e,t){let n=e.touches,r=n&&n.length?n[0]:e,{offsetX:i,offsetY:a}=r,o=!1,s,c;if(Ir(i,a,e.target))s=i,c=a;else{let e=t.getBoundingClientRect();s=r.clientX-e.left,c=r.clientY-e.top,o=!0}return{x:s,y:c,box:o}}function Rr(e,t){if(`native`in e)return e;let{canvas:n,currentDevicePixelRatio:r}=t,i=Mr(n),a=i.boxSizing===`border-box`,o=Fr(i,`padding`),s=Fr(i,`border`,`width`),{x:c,y:l,box:u}=Lr(e,n),d=o.left+(u&&s.left),f=o.top+(u&&s.top),{width:p,height:m}=t;return a&&(p-=o.width+s.width,m-=o.height+s.height),{x:Math.round((c-d)/p*n.width/r),y:Math.round((l-f)/m*n.height/r)}}function zr(e,t,n){let r,i;if(t===void 0||n===void 0){let a=e&&Ar(e);if(!a)t=e.clientWidth,n=e.clientHeight;else{let e=a.getBoundingClientRect(),o=Mr(a),s=Fr(o,`border`,`width`),c=Fr(o,`padding`);t=e.width-c.width-s.width,n=e.height-c.height-s.height,r=jr(o.maxWidth,a,`clientWidth`),i=jr(o.maxHeight,a,`clientHeight`)}}return{width:t,height:n,maxWidth:r||xt,maxHeight:i||xt}}var Br=e=>Math.round(e*10)/10;function Vr(e,t,n,r){let i=Mr(e),a=Fr(i,`margin`),o=jr(i.maxWidth,e,`clientWidth`)||xt,s=jr(i.maxHeight,e,`clientHeight`)||xt,c=zr(e,t,n),{width:l,height:u}=c;if(i.boxSizing===`content-box`){let e=Fr(i,`border`,`width`),t=Fr(i,`padding`);l-=t.width+e.width,u-=t.height+e.height}return l=Math.max(0,l-a.width),u=Math.max(0,r?l/r:u-a.height),l=Br(Math.min(l,o,c.maxWidth)),u=Br(Math.min(u,s,c.maxHeight)),l&&!u&&(u=Br(l/2)),(t!==void 0||n!==void 0)&&r&&c.height&&u>c.height&&(u=c.height,l=Br(Math.floor(u*r))),{width:l,height:u}}function Hr(e,t,n){let r=t||1,i=Br(e.height*r),a=Br(e.width*r);e.height=Br(e.height),e.width=Br(e.width);let 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!==a?(e.currentDevicePixelRatio=r,o.height=i,o.width=a,e.ctx.setTransform(r,0,0,r,0,0),!0):!1}var Ur=function(){let e=!1;try{let t={get passive(){return e=!0,!1}};kr()&&(window.addEventListener(`test`,null,t),window.removeEventListener(`test`,null,t))}catch{}return e}();function Wr(e,t){let n=Nr(e,t),r=n&&n.match(/^(\d+)(\.\d+)?px$/);return r?+r[1]:void 0}function Gr(e,t,n,r){return{x:e.x+n*(t.x-e.x),y:e.y+n*(t.y-e.y)}}function Kr(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 qr(e,t,n,r){let i={x:e.cp2x,y:e.cp2y},a={x:t.cp1x,y:t.cp1y},o=Gr(e,i,n),s=Gr(i,a,n),c=Gr(a,t,n);return Gr(Gr(o,s,n),Gr(s,c,n),n)}var Jr=function(e,t){return{x(n){return e+e+t-n},setWidth(e){t=e},textAlign(e){return e===`center`?e:e===`right`?`left`:`right`},xPlus(e,t){return e-t},leftForLtr(e,t){return e-t}}},Yr=function(){return{x(e){return e},setWidth(e){},textAlign(e){return e},xPlus(e,t){return e+t},leftForLtr(e,t){return e}}};function Xr(e,t,n){return e?Jr(t,n):Yr()}function Zr(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 Qr(e,t){t!==void 0&&(delete e.prevTextDirection,e.canvas.style.setProperty(`direction`,t[0],t[1]))}function $r(e){return e===`angle`?{between:Bt,compare:zt,normalize:W}:{between:Ht,compare:(e,t)=>e-t,normalize:e=>e}}function ei({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 ti(e,t,n){let{property:r,start:i,end:a}=n,{between:o,normalize:s}=$r(r),c=t.length,{start:l,end:u,loop:d}=e,f,p;if(d){for(l+=c,u+=c,f=0,p=c;f<p&&o(s(t[l%c][r]),i,a);++f)l--,u--;l%=c,u%=c}return u<l&&(u+=c),{start:l,end:u,loop:d,style:e.style}}function ni(e,t,n){if(!n)return[e];let{property:r,start:i,end:a}=n,o=t.length,{compare:s,between:c,normalize:l}=$r(r),{start:u,end:d,loop:f,style:p}=ti(e,t,n),m=[],h=!1,g=null,_,v,y,b=()=>c(i,y,_)&&s(i,y)!==0,x=()=>s(a,_)===0||c(a,y,_),S=()=>h||b(),C=()=>!h||x();for(let e=u,n=u;e<=d;++e)v=t[e%o],!v.skip&&(_=l(v[r]),_!==y&&(h=c(_,i,a),g===null&&S()&&(g=s(_,i)===0?e:n),g!==null&&C()&&(m.push(ei({start:g,end:e,loop:f,count:o,style:p})),g=null),n=e,y=_));return g!==null&&m.push(ei({start:g,end:d,loop:f,count:o,style:p})),m}function ri(e,t){let n=[],r=e.segments;for(let i=0;i<r.length;i++){let a=ni(r[i],e.points,t);a.length&&n.push(...a)}return n}function ii(e,t,n,r){let i=0,a=t-1;if(n&&!r)for(;i<t&&!e[i].skip;)i++;for(;i<t&&e[i].skip;)i++;for(i%=t,n&&(a+=i);a>i&&e[a%t].skip;)a--;return a%=t,{start:i,end:a}}function ai(e,t,n,r){let i=e.length,a=[],o=t,s=e[t],c;for(c=t+1;c<=n;++c){let n=e[c%i];n.skip||n.stop?s.skip||(r=!1,a.push({start:t%i,end:(c-1)%i,loop:r}),t=o=n.stop?c:null):(o=c,s.skip&&(t=c)),s=n}return o!==null&&a.push({start:t%i,end:o%i,loop:r}),a}function oi(e,t){let n=e.points,r=e.options.spanGaps,i=n.length;if(!i)return[];let a=!!e._loop,{start:o,end:s}=ii(n,i,a,r);return r===!0?si(e,[{start:o,end:s,loop:a}],n,t):si(e,ai(n,o,s<o?s+i:s,!!e._fullLoop&&o===0&&s===i-1),n,t)}function si(e,t,n,r){return!r||!r.setContext||!n?t:ci(e,t,n,r)}function ci(e,t,n,r){let i=e._chart.getContext(),a=li(e.options),{_datasetIndex:o,options:{spanGaps:s}}=e,c=n.length,l=[],u=a,d=t[0].start,f=d;function p(e,t,r,i){let a=s?-1:1;if(e!==t){for(e+=c;n[e%c].skip;)e-=a;for(;n[t%c].skip;)t+=a;e%c!==t%c&&(l.push({start:e%c,end:t%c,loop:r,style:i}),u=i,d=t%c)}}for(let e of t){d=s?d:e.start;let t=n[d%c],a;for(f=d+1;f<=e.end;f++){let s=n[f%c];a=li(r.setContext($n(i,{type:`segment`,p0:t,p1:s,p0DataIndex:(f-1)%c,p1DataIndex:f%c,datasetIndex:o}))),ui(a,u)&&p(d,f-1,e.loop,u),t=s,u=a}d<f-1&&p(d,f-1,e.loop,u)}return l}function li(e){return{backgroundColor:e.backgroundColor,borderCapStyle:e.borderCapStyle,borderDash:e.borderDash,borderDashOffset:e.borderDashOffset,borderJoinStyle:e.borderJoinStyle,borderWidth:e.borderWidth,borderColor:e.borderColor}}function ui(e,t){if(!t)return!1;let n=[],r=function(e,t){return ln(t)?(n.includes(t)||n.push(t),n.indexOf(t)):t};return JSON.stringify(e,r)!==JSON.stringify(t,r)}function di(e,t,n){return e.options.clip?e[n]:t[n]}function fi(e,t){let{xScale:n,yScale:r}=e;return n&&r?{left:di(n,t,`left`),right:di(n,t,`right`),top:di(r,t,`top`),bottom:di(r,t,`bottom`)}:t}function pi(e,t){let n=t._clip;if(n.disabled)return!1;let r=fi(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)}}var mi=new class{constructor(){this._request=null,this._charts=new Map,this._running=!1,this._lastDate=void 0}_notify(e,t,n,r){let i=t.listeners[r],a=t.duration;i.forEach(r=>r({chart:e,initial:t.initial,numSteps:a,currentStep:Math.min(n-t.start,a)}))}_refresh(){this._request||=(this._running=!0,Zt.call(window,()=>{this._update(),this._request=null,this._running&&this._refresh()}))}_update(e=Date.now()){let t=0;this._charts.forEach((n,r)=>{if(!n.running||!n.items.length)return;let i=n.items,a=i.length-1,o=!1,s;for(;a>=0;--a)s=i[a],s._active?(s._total>n.duration&&(n.duration=s._total),s.tick(e),o=!0):(i[a]=i[i.length-1],i.pop());o&&(r.draw(),this._notify(r,n,e,`progress`)),i.length||(n.running=!1,this._notify(r,n,e,`complete`),n.initial=!1),t+=i.length}),this._lastDate=e,t===0&&(this._running=!1)}_getAnims(e){let t=this._charts,n=t.get(e);return n||(n={running:!1,initial:!0,items:[],listeners:{complete:[],progress:[]}},t.set(e,n)),n}listen(e,t,n){this._getAnims(e).listeners[t].push(n)}add(e,t){!t||!t.length||this._getAnims(e).items.push(...t)}has(e){return this._getAnims(e).items.length>0}start(e){let t=this._charts.get(e);t&&(t.running=!0,t.start=Date.now(),t.duration=t.items.reduce((e,t)=>Math.max(e,t._duration),0),this._refresh())}running(e){if(!this._running)return!1;let t=this._charts.get(e);return!(!t||!t.running||!t.items.length)}stop(e){let t=this._charts.get(e);if(!t||!t.items.length)return;let n=t.items,r=n.length-1;for(;r>=0;--r)n[r].cancel();t.items=[],this._notify(e,t,Date.now(),`complete`)}remove(e){return this._charts.delete(e)}},hi=`transparent`,gi={boolean(e,t,n){return n>.5?t:e},color(e,t,n){let r=un(e||hi),i=r.valid&&un(t||hi);return i&&i.valid?i.mix(r,n).hexString():t},number(e,t,n){return e+(t-e)*n}},_i=class{constructor(e,t,n,r){let i=t[n];r=Zn([e.to,r,i,e.from]);let a=Zn([e.from,i,r]);this._active=!0,this._fn=e.fn||gi[e.type||typeof a],this._easing=cn[e.easing]||cn.linear,this._start=Math.floor(Date.now()+(e.delay||0)),this._duration=this._total=Math.floor(e.duration),this._loop=!!e.loop,this._target=t,this._prop=n,this._from=a,this._to=r,this._promises=void 0}active(){return this._active}update(e,t,n){if(this._active){this._notify(!1);let r=this._target[this._prop],i=n-this._start,a=this._duration-i;this._start=n,this._duration=Math.floor(Math.max(a,e.duration)),this._total+=i,this._loop=!!e.loop,this._to=Zn([e.to,t,r,e.from]),this._from=Zn([e.from,r,t])}}cancel(){this._active&&(this.tick(Date.now()),this._active=!1,this._notify(!1))}tick(e){let t=e-this._start,n=this._duration,r=this._prop,i=this._from,a=this._loop,o=this._to,s;if(this._active=i!==o&&(a||t<n),!this._active){this._target[r]=o,this._notify(!0);return}if(t<0){this._target[r]=i;return}s=t/n%2,s=a&&s>1?2-s:s,s=this._easing(Math.min(1,Math.max(0,s))),this._target[r]=this._fn(i,o,s)}wait(){let e=this._promises||=[];return new Promise((t,n)=>{e.push({res:t,rej:n})})}_notify(e){let t=e?`res`:`rej`,n=this._promises||[];for(let e=0;e<n.length;e++)n[e][t]()}},vi=class{constructor(e,t){this._chart=e,this._properties=new Map,this.configure(t)}configure(e){if(!F(e))return;let t=Object.keys(q.animation),n=this._properties;Object.getOwnPropertyNames(e).forEach(r=>{let i=e[r];if(!F(i))return;let a={};for(let e of t)a[e]=i[e];(P(i.properties)&&i.properties||[r]).forEach(e=>{(e===r||!n.has(e))&&n.set(e,a)})})}_animateOptions(e,t){let n=t.options,r=bi(e,n);if(!r)return[];let i=this._createAnimations(r,n);return n.$shared&&yi(e.options.$animations,n).then(()=>{e.options=n},()=>{}),i}_createAnimations(e,t){let n=this._properties,r=[],i=e.$animations||={},a=Object.keys(t),o=Date.now(),s;for(s=a.length-1;s>=0;--s){let c=a[s];if(c.charAt(0)===`$`)continue;if(c===`options`){r.push(...this._animateOptions(e,t));continue}let l=t[c],u=i[c],d=n.get(c);if(u)if(d&&u.active()){u.update(d,l,o);continue}else u.cancel();if(!d||!d.duration){e[c]=l;continue}i[c]=u=new _i(d,e,c,l),r.push(u)}return r}update(e,t){if(this._properties.size===0){Object.assign(e,t);return}let n=this._createAnimations(e,t);if(n.length)return mi.add(this._chart,n),!0}};function yi(e,t){let n=[],r=Object.keys(t);for(let t=0;t<r.length;t++){let i=e[r[t]];i&&i.active()&&n.push(i.wait())}return Promise.all(n)}function bi(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 xi(e,t){let n=e&&e.options||{},r=n.reverse,i=n.min===void 0?t:0,a=n.max===void 0?t:0;return{start:r?a:i,end:r?i:a}}function Si(e,t,n){if(n===!1)return!1;let r=xi(e,n),i=xi(t,n);return{top:i.end,right:r.end,bottom:i.start,left:r.start}}function Ci(e){let t,n,r,i;return F(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 wi(e,t){let n=[],r=e._getSortedDatasetMetas(t),i,a;for(i=0,a=r.length;i<a;++i)n.push(r[i].index);return n}function Ti(e,t,n,r={}){let i=e.keys,a=r.mode===`single`,o,s,c,l;if(t===null)return;let u=!1;for(o=0,s=i.length;o<s;++o){if(c=+i[o],c===n){if(u=!0,r.all)continue;break}l=e.values[c],I(l)&&(a||t===0||Et(t)===Et(l))&&(t+=l)}return!u&&!r.all?0:t}function Ei(e,t){let{iScale:n,vScale:r}=t,i=n.axis===`x`?`x`:`y`,a=r.axis===`x`?`x`:`y`,o=Object.keys(e),s=Array(o.length),c,l,u;for(c=0,l=o.length;c<l;++c)u=o[c],s[c]={[i]:u,[a]:e[u]};return s}function Di(e,t){let n=e&&e.options.stacked;return n||n===void 0&&t.stack!==void 0}function Oi(e,t,n){return`${e.id}.${t.id}.${n.stack||n.type}`}function ki(e){let{min:t,max:n,minDefined:r,maxDefined:i}=e.getUserBounds();return{min:r?t:-1/0,max:i?n:1/0}}function Ai(e,t,n){let r=e[t]||(e[t]={});return r[n]||(r[n]={})}function ji(e,t,n,r){for(let i of t.getMatchingVisibleMetas(r).reverse()){let t=e[i.index];if(n&&t>0||!n&&t<0)return i.index}return null}function Mi(e,t){let{chart:n,_cachedMeta:r}=e,i=n._stacks||={},{iScale:a,vScale:o,index:s}=r,c=a.axis,l=o.axis,u=Oi(a,o,r),d=t.length,f;for(let e=0;e<d;++e){let n=t[e],{[c]:a,[l]:d}=n,p=n._stacks||={};f=p[l]=Ai(i,u,a),f[s]=d,f._top=ji(f,o,!0,r.type),f._bottom=ji(f,o,!1,r.type);let m=f._visualValues||={};m[s]=d}}function Ni(e,t){let n=e.scales;return Object.keys(n).filter(e=>n[e].axis===t).shift()}function Pi(e,t){return $n(e,{active:!1,dataset:void 0,datasetIndex:t,index:t,mode:`default`,type:`dataset`})}function Fi(e,t,n){return $n(e,{active:!1,dataIndex:t,parsed:void 0,raw:void 0,element:n,index:t,mode:`default`,type:`data`})}function Ii(e,t){let n=e.controller.index,r=e.vScale&&e.vScale.axis;if(r){t||=e._parsed;for(let e of t){let t=e._stacks;if(!t||t[r]===void 0||t[r][n]===void 0)return;delete t[r][n],t[r]._visualValues!==void 0&&t[r]._visualValues[n]!==void 0&&delete t[r]._visualValues[n]}}}var Li=e=>e===`reset`||e===`none`,Ri=(e,t)=>t?e:Object.assign({},e),zi=(e,t,n)=>e&&!t.hidden&&t._stacked&&{keys:wi(n,!0),values:null},Bi=class{static defaults={};static datasetElementType=null;static dataElementType=null;constructor(e,t){this.chart=e,this._ctx=e.ctx,this.index=t,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(){let e=this._cachedMeta;this.configure(),this.linkScales(),e._stacked=Di(e.vScale,e),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(e){this.index!==e&&Ii(this._cachedMeta),this.index=e}linkScales(){let e=this.chart,t=this._cachedMeta,n=this.getDataset(),r=(e,t,n,r)=>e===`x`?t:e===`r`?r:n,i=t.xAxisID=R(n.xAxisID,Ni(e,`x`)),a=t.yAxisID=R(n.yAxisID,Ni(e,`y`)),o=t.rAxisID=R(n.rAxisID,Ni(e,`r`)),s=t.indexAxis,c=t.iAxisID=r(s,i,a,o),l=t.vAxisID=r(s,a,i,o);t.xScale=this.getScaleForId(i),t.yScale=this.getScaleForId(a),t.rScale=this.getScaleForId(o),t.iScale=this.getScaleForId(c),t.vScale=this.getScaleForId(l)}getDataset(){return this.chart.data.datasets[this.index]}getMeta(){return this.chart.getDatasetMeta(this.index)}getScaleForId(e){return this.chart.scales[e]}_getOtherScale(e){let t=this._cachedMeta;return e===t.iScale?t.vScale:t.iScale}reset(){this._update(`reset`)}_destroy(){let e=this._cachedMeta;this._data&&Yt(this._data,this),e._stacked&&Ii(e)}_dataCheck(){let e=this.getDataset(),t=e.data||=[],n=this._data;if(F(t)){let e=this._cachedMeta;this._data=Ei(t,e)}else if(n!==t){if(n){Yt(n,this);let e=this._cachedMeta;Ii(e),e._parsed=[]}t&&Object.isExtensible(t)&&Jt(t,this),this._syncList=[],this._data=t}}addElements(){let e=this._cachedMeta;this._dataCheck(),this.datasetElementType&&(e.dataset=new this.datasetElementType)}buildOrUpdateElements(e){let t=this._cachedMeta,n=this.getDataset(),r=!1;this._dataCheck();let i=t._stacked;t._stacked=Di(t.vScale,t),t.stack!==n.stack&&(r=!0,Ii(t),t.stack=n.stack),this._resyncElements(e),(r||i!==t._stacked)&&(Mi(this,t._parsed),t._stacked=Di(t.vScale,t))}configure(){let e=this.chart.config,t=e.datasetScopeKeys(this._type),n=e.getOptionScopes(this.getDataset(),t,!0);this.options=e.createResolver(n,this.getContext()),this._parsing=this.options.parsing,this._cachedDataOpts={}}parse(e,t){let{_cachedMeta:n,_data:r}=this,{iScale:i,_stacked:a}=n,o=i.axis,s=e===0&&t===r.length?!0:n._sorted,c=e>0&&n._parsed[e-1],l,u,d;if(this._parsing===!1)n._parsed=r,n._sorted=!0,d=r;else{d=P(r[e])?this.parseArrayData(n,r,e,t):F(r[e])?this.parseObjectData(n,r,e,t):this.parsePrimitiveData(n,r,e,t);let i=()=>u[o]===null||c&&u[o]<c[o];for(l=0;l<t;++l)n._parsed[l+e]=u=d[l],s&&(i()&&(s=!1),c=u);n._sorted=s}a&&Mi(this,d)}parsePrimitiveData(e,t,n,r){let{iScale:i,vScale:a}=e,o=i.axis,s=a.axis,c=i.getLabels(),l=i===a,u=Array(r),d,f,p;for(d=0,f=r;d<f;++d)p=d+n,u[d]={[o]:l||i.parse(c[p],p),[s]:a.parse(t[p],p)};return u}parseArrayData(e,t,n,r){let{xScale:i,yScale:a}=e,o=Array(r),s,c,l,u;for(s=0,c=r;s<c;++s)l=s+n,u=t[l],o[s]={x:i.parse(u[0],l),y:a.parse(u[1],l)};return o}parseObjectData(e,t,n,r){let{xScale:i,yScale:a}=e,{xAxisKey:o=`x`,yAxisKey:s=`y`}=this._parsing,c=Array(r),l,u,d,f;for(l=0,u=r;l<u;++l)d=l+n,f=t[d],c[l]={x:i.parse(mt(f,o),d),y:a.parse(mt(f,s),d)};return c}getParsed(e){return this._cachedMeta._parsed[e]}getDataElement(e){return this._cachedMeta.data[e]}applyStack(e,t,n){let r=this.chart,i=this._cachedMeta,a=t[e.axis];return Ti({keys:wi(r,!0),values:t._stacks[e.axis]._visualValues},a,i.index,{mode:n})}updateRangeFromParsed(e,t,n,r){let i=n[t.axis],a=i===null?NaN:i,o=r&&n._stacks[t.axis];r&&o&&(r.values=o,a=Ti(r,i,this._cachedMeta.index)),e.min=Math.min(e.min,a),e.max=Math.max(e.max,a)}getMinMax(e,t){let n=this._cachedMeta,r=n._parsed,i=n._sorted&&e===n.iScale,a=r.length,o=this._getOtherScale(e),s=zi(t,n,this.chart),c={min:1/0,max:-1/0},{min:l,max:u}=ki(o),d,f;function p(){f=r[d];let t=f[o.axis];return!I(f[e.axis])||l>t||u<t}for(d=0;d<a&&!(!p()&&(this.updateRangeFromParsed(c,e,f,s),i));++d);if(i){for(d=a-1;d>=0;--d)if(!p()){this.updateRangeFromParsed(c,e,f,s);break}}return c}getAllParsedValues(e){let t=this._cachedMeta._parsed,n=[],r,i,a;for(r=0,i=t.length;r<i;++r)a=t[r][e.axis],I(a)&&n.push(a);return n}getMaxOverflow(){return!1}getLabelAndValue(e){let t=this._cachedMeta,n=t.iScale,r=t.vScale,i=this.getParsed(e);return{label:n?``+n.getLabelForValue(i[n.axis]):``,value:r?``+r.getLabelForValue(i[r.axis]):``}}_update(e){let t=this._cachedMeta;this.update(e||`default`),t._clip=Ci(R(this.options.clip,Si(t.xScale,t.yScale,this.getMaxOverflow())))}update(e){}draw(){let e=this._ctx,t=this.chart,n=this._cachedMeta,r=n.data||[],i=t.chartArea,a=[],o=this._drawStart||0,s=this._drawCount||r.length-o,c=this.options.drawActiveElementsOnTop,l;for(n.dataset&&n.dataset.draw(e,i,o,s),l=o;l<o+s;++l){let t=r[l];t.hidden||(t.active&&c?a.push(t):t.draw(e,i))}for(l=0;l<a.length;++l)a[l].draw(e,i)}getStyle(e,t){let n=t?`active`:`default`;return e===void 0&&this._cachedMeta.dataset?this.resolveDatasetElementOptions(n):this.resolveDataElementOptions(e||0,n)}getContext(e,t,n){let r=this.getDataset(),i;if(e>=0&&e<this._cachedMeta.data.length){let t=this._cachedMeta.data[e];i=t.$context||=Fi(this.getContext(),e,t),i.parsed=this.getParsed(e),i.raw=r.data[e],i.index=i.dataIndex=e}else i=this.$context||=Pi(this.chart.getContext(),this.index),i.dataset=r,i.index=i.datasetIndex=this.index;return i.active=!!t,i.mode=n,i}resolveDatasetElementOptions(e){return this._resolveElementOptions(this.datasetElementType.id,e)}resolveDataElementOptions(e,t){return this._resolveElementOptions(this.dataElementType.id,t,e)}_resolveElementOptions(e,t=`default`,n){let r=t===`active`,i=this._cachedDataOpts,a=e+`-`+t,o=i[a],s=this.enableOptionSharing&&gt(n);if(o)return Ri(o,s);let c=this.chart.config,l=c.datasetElementScopeKeys(this._type,e),u=r?[`${e}Hover`,`hover`,e,``]:[e,``],d=c.getOptionScopes(this.getDataset(),l),f=Object.keys(q.elements[e]),p=c.resolveNamedOptions(d,f,()=>this.getContext(n,r,t),u);return p.$shared&&(p.$shared=s,i[a]=Object.freeze(Ri(p,s))),p}_resolveAnimations(e,t,n){let r=this.chart,i=this._cachedDataOpts,a=`animation-${t}`,o=i[a];if(o)return o;let s;if(r.options.animation!==!1){let r=this.chart.config,i=r.datasetAnimationScopeKeys(this._type,t),a=r.getOptionScopes(this.getDataset(),i);s=r.createResolver(a,this.getContext(e,n,t))}let c=new vi(r,s&&s.animations);return s&&s._cacheable&&(i[a]=Object.freeze(c)),c}getSharedOptions(e){if(e.$shared)return this._sharedOptions||=Object.assign({},e)}includeOptions(e,t){return!t||Li(e)||this.chart._animationsDisabled}_getSharedOptions(e,t){let n=this.resolveDataElementOptions(e,t),r=this._sharedOptions,i=this.getSharedOptions(n),a=this.includeOptions(t,i)||i!==r;return this.updateSharedOptions(i,t,n),{sharedOptions:i,includeOptions:a}}updateElement(e,t,n,r){Li(r)?Object.assign(e,n):this._resolveAnimations(t,r).update(e,n)}updateSharedOptions(e,t,n){e&&!Li(t)&&this._resolveAnimations(void 0,t).update(e,n)}_setStyle(e,t,n,r){e.active=r;let i=this.getStyle(t,r);this._resolveAnimations(t,n,r).update(e,{options:!r&&this.getSharedOptions(i)||i})}removeHoverStyle(e,t,n){this._setStyle(e,n,`active`,!1)}setHoverStyle(e,t,n){this._setStyle(e,n,`active`,!0)}_removeDatasetHoverStyle(){let e=this._cachedMeta.dataset;e&&this._setStyle(e,void 0,`active`,!1)}_setDatasetHoverStyle(){let e=this._cachedMeta.dataset;e&&this._setStyle(e,void 0,`active`,!0)}_resyncElements(e){let t=this._data,n=this._cachedMeta.data;for(let[e,t,n]of this._syncList)this[e](t,n);this._syncList=[];let r=n.length,i=t.length,a=Math.min(i,r);a&&this.parse(0,a),i>r?this._insertElements(r,i-r,e):i<r&&this._removeElements(i,r-i)}_insertElements(e,t,n=!0){let r=this._cachedMeta,i=r.data,a=e+t,o,s=e=>{for(e.length+=t,o=e.length-1;o>=a;o--)e[o]=e[o-t]};for(s(i),o=e;o<a;++o)i[o]=new this.dataElementType;this._parsing&&s(r._parsed),this.parse(e,t),n&&this.updateElements(i,e,t,`reset`)}updateElements(e,t,n,r){}_removeElements(e,t){let n=this._cachedMeta;if(this._parsing){let r=n._parsed.splice(e,t);n._stacked&&Ii(n,r)}n.data.splice(e,t)}_sync(e){if(this._parsing)this._syncList.push(e);else{let[t,n,r]=e;this[t](n,r)}this.chart._dataChanges.push([this.index,...e])}_onDataPush(){let e=arguments.length;this._sync([`_insertElements`,this.getDataset().data.length-e,e])}_onDataPop(){this._sync([`_removeElements`,this._cachedMeta.data.length-1,1])}_onDataShift(){this._sync([`_removeElements`,0,1])}_onDataSplice(e,t){t&&this._sync([`_removeElements`,e,t]);let n=arguments.length-2;n&&this._sync([`_insertElements`,e,n])}_onDataUnshift(){this._sync([`_insertElements`,0,arguments.length])}},Vi=class extends Bi{static id=`line`;static defaults={datasetElementType:`line`,dataElementType:`point`,showLine:!0,spanGaps:!1};static overrides={scales:{_index_:{type:`category`},_value_:{type:`linear`}}};initialize(){this.enableOptionSharing=!0,this.supportsDecimation=!0,super.initialize()}update(e){let t=this._cachedMeta,{dataset:n,data:r=[],_dataset:i}=t,a=this.chart._animationsDisabled,{start:o,count:s}=nn(t,r,a);this._drawStart=o,this._drawCount=s,rn(t)&&(o=0,s=r.length),n._chart=this.chart,n._datasetIndex=this.index,n._decimated=!!i._decimated,n.points=r;let c=this.resolveDatasetElementOptions(e);this.options.showLine||(c.borderWidth=0),c.segment=this.options.segment,this.updateElement(n,void 0,{animated:!a,options:c},e),this.updateElements(r,o,s,e)}updateElements(e,t,n,r){let i=r===`reset`,{iScale:a,vScale:o,_stacked:s,_dataset:c}=this._cachedMeta,{sharedOptions:l,includeOptions:u}=this._getSharedOptions(t,r),d=a.axis,f=o.axis,{spanGaps:p,segment:m}=this.options,h=jt(p)?p:1/0,g=this.chart._animationsDisabled||i||r===`none`,_=t+n,v=e.length,y=t>0&&this.getParsed(t-1);for(let n=0;n<v;++n){let p=e[n],v=g?p:{};if(n<t||n>=_){v.skip=!0;continue}let b=this.getParsed(n),x=N(b[f]),S=v[d]=a.getPixelForValue(b[d],n),C=v[f]=i||x?o.getBasePixel():o.getPixelForValue(s?this.applyStack(o,b,s):b[f],n);v.skip=isNaN(S)||isNaN(C)||x,v.stop=n>0&&Math.abs(b[d]-y[d])>h,m&&(v.parsed=b,v.raw=c.data[n]),u&&(v.options=l||this.resolveDataElementOptions(n,p.active?`active`:r)),g||this.updateElement(p,n,v,r),y=b}}getMaxOverflow(){let e=this._cachedMeta,t=e.dataset,n=t.options&&t.options.borderWidth||0,r=e.data||[];if(!r.length)return n;let i=r[0].size(this.resolveDataElementOptions(0)),a=r[r.length-1].size(this.resolveDataElementOptions(r.length-1));return Math.max(n,i,a)/2}draw(){let e=this._cachedMeta;e.dataset.updateControlPoints(this.chart.chartArea,e.iScale.axis),super.draw()}};function Hi(){throw Error(`This method is not implemented: Check that a complete date adapter is provided.`)}var Ui={_date:class e{static override(t){Object.assign(e.prototype,t)}options;constructor(e){this.options=e||{}}init(){}formats(){return Hi()}parse(){return Hi()}format(){return Hi()}add(){return Hi()}diff(){return Hi()}startOf(){return Hi()}endOf(){return Hi()}}};function Wi(e,t,n,r){let{controller:i,data:a,_sorted:o}=e,s=i._cachedMeta.iScale,c=e.dataset&&e.dataset.options?e.dataset.options.spanGaps:null;if(s&&t===s.axis&&t!==`r`&&o&&a.length){let o=s._reversePixels?Gt:Wt;if(!r){let r=o(a,t,n);if(c){let{vScale:t}=i._cachedMeta,{_parsed:n}=e,a=n.slice(0,r.lo+1).reverse().findIndex(e=>!N(e[t.axis]));r.lo-=Math.max(0,a);let o=n.slice(r.hi).findIndex(e=>!N(e[t.axis]));r.hi+=Math.max(0,o)}return r}else if(i._sharedOptions){let e=a[0],r=typeof e.getRange==`function`&&e.getRange(t);if(r){let e=o(a,t,n-r),i=o(a,t,n+r);return{lo:e.lo,hi:i.hi}}}}return{lo:0,hi:a.length-1}}function Gi(e,t,n,r,i){let a=e.getSortedVisibleDatasetMetas(),o=n[t];for(let e=0,n=a.length;e<n;++e){let{index:n,data:s}=a[e],{lo:c,hi:l}=Wi(a[e],t,o,i);for(let e=c;e<=l;++e){let t=s[e];t.skip||r(t,n,e)}}}function Ki(e){let t=e.indexOf(`x`)!==-1,n=e.indexOf(`y`)!==-1;return function(e,r){let i=t?Math.abs(e.x-r.x):0,a=n?Math.abs(e.y-r.y):0;return Math.sqrt(i**2+a**2)}}function qi(e,t,n,r,i){let a=[];return!i&&!e.isPointInArea(t)||Gi(e,n,t,function(n,o,s){!i&&!Pn(n,e.chartArea,0)||n.inRange(t.x,t.y,r)&&a.push({element:n,datasetIndex:o,index:s})},!0),a}function Ji(e,t,n,r){let i=[];function a(e,n,a){let{startAngle:o,endAngle:s}=e.getProps([`startAngle`,`endAngle`],r),{angle:c}=Lt(e,{x:t.x,y:t.y});Bt(c,o,s)&&i.push({element:e,datasetIndex:n,index:a})}return Gi(e,n,t,a),i}function Yi(e,t,n,r,i,a){let o=[],s=Ki(n),c=1/0;function l(n,l,u){let d=n.inRange(t.x,t.y,i);if(r&&!d)return;let f=n.getCenterPoint(i);if(!(a||e.isPointInArea(f))&&!d)return;let p=s(t,f);p<c?(o=[{element:n,datasetIndex:l,index:u}],c=p):p===c&&o.push({element:n,datasetIndex:l,index:u})}return Gi(e,n,t,l),o}function Xi(e,t,n,r,i,a){return!a&&!e.isPointInArea(t)?[]:n===`r`&&!r?Ji(e,t,n,i):Yi(e,t,n,r,i,a)}function Zi(e,t,n,r,i){let a=[],o=n===`x`?`inXRange`:`inYRange`,s=!1;return Gi(e,n,t,(e,r,c)=>{e[o]&&e[o](t[n],i)&&(a.push({element:e,datasetIndex:r,index:c}),s||=e.inRange(t.x,t.y,i))}),r&&!s?[]:a}var Qi={evaluateInteractionItems:Gi,modes:{index(e,t,n,r){let i=Rr(t,e),a=n.axis||`x`,o=n.includeInvisible||!1,s=n.intersect?qi(e,i,a,r,o):Xi(e,i,a,!1,r,o),c=[];return s.length?(e.getSortedVisibleDatasetMetas().forEach(e=>{let t=s[0].index,n=e.data[t];n&&!n.skip&&c.push({element:n,datasetIndex:e.index,index:t})}),c):[]},dataset(e,t,n,r){let i=Rr(t,e),a=n.axis||`xy`,o=n.includeInvisible||!1,s=n.intersect?qi(e,i,a,r,o):Xi(e,i,a,!1,r,o);if(s.length>0){let t=s[0].datasetIndex,n=e.getDatasetMeta(t).data;s=[];for(let e=0;e<n.length;++e)s.push({element:n[e],datasetIndex:t,index:e})}return s},point(e,t,n,r){return qi(e,Rr(t,e),n.axis||`xy`,r,n.includeInvisible||!1)},nearest(e,t,n,r){let i=Rr(t,e),a=n.axis||`xy`,o=n.includeInvisible||!1;return Xi(e,i,a,n.intersect,r,o)},x(e,t,n,r){return Zi(e,Rr(t,e),`x`,n.intersect,r)},y(e,t,n,r){return Zi(e,Rr(t,e),`y`,n.intersect,r)}}},$i=[`left`,`top`,`right`,`bottom`];function ea(e,t){return e.filter(e=>e.pos===t)}function ta(e,t){return e.filter(e=>$i.indexOf(e.pos)===-1&&e.box.axis===t)}function na(e,t){return e.sort((e,n)=>{let r=t?n:e,i=t?e:n;return r.weight===i.weight?r.index-i.index:r.weight-i.weight})}function ra(e){let t=[],n,r,i,a,o,s;for(n=0,r=(e||[]).length;n<r;++n)i=e[n],{position:a,options:{stack:o,stackWeight:s=1}}=i,t.push({index:n,box:i,pos:a,horizontal:i.isHorizontal(),weight:i.weight,stack:o&&a+o,stackWeight:s});return t}function ia(e){let t={};for(let n of e){let{stack:e,pos:r,stackWeight:i}=n;if(!e||!$i.includes(r))continue;let a=t[e]||(t[e]={count:0,placed:0,weight:0,size:0});a.count++,a.weight+=i}return t}function aa(e,t){let n=ia(e),{vBoxMaxWidth:r,hBoxMaxHeight:i}=t,a,o,s;for(a=0,o=e.length;a<o;++a){s=e[a];let{fullSize:o}=s.box,c=n[s.stack],l=c&&s.stackWeight/c.weight;s.horizontal?(s.width=l?l*r:o&&t.availableWidth,s.height=i):(s.width=r,s.height=l?l*i:o&&t.availableHeight)}return n}function oa(e){let t=ra(e),n=na(t.filter(e=>e.box.fullSize),!0),r=na(ea(t,`left`),!0),i=na(ea(t,`right`)),a=na(ea(t,`top`),!0),o=na(ea(t,`bottom`)),s=ta(t,`x`),c=ta(t,`y`);return{fullSize:n,leftAndTop:r.concat(a),rightAndBottom:i.concat(c).concat(o).concat(s),chartArea:ea(t,`chartArea`),vertical:r.concat(i).concat(c),horizontal:a.concat(o).concat(s)}}function sa(e,t,n,r){return Math.max(e[n],t[n])+Math.max(e[r],t[r])}function ca(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 la(e,t,n,r){let{pos:i,box:a}=n,o=e.maxPadding;if(!F(i)){n.size&&(e[i]-=n.size);let t=r[n.stack]||{size:0,count:1};t.size=Math.max(t.size,n.horizontal?a.height:a.width),n.size=t.size/t.count,e[i]+=n.size}a.getPadding&&ca(o,a.getPadding());let s=Math.max(0,t.outerWidth-sa(o,e,`left`,`right`)),c=Math.max(0,t.outerHeight-sa(o,e,`top`,`bottom`)),l=s!==e.w,u=c!==e.h;return e.w=s,e.h=c,n.horizontal?{same:l,other:u}:{same:u,other:l}}function ua(e){let t=e.maxPadding;function n(n){let r=Math.max(t[n]-e[n],0);return e[n]+=r,r}e.y+=n(`top`),e.x+=n(`left`),n(`right`),n(`bottom`)}function da(e,t){let n=t.maxPadding;function r(e){let r={left:0,top:0,right:0,bottom:0};return e.forEach(e=>{r[e]=Math.max(t[e],n[e])}),r}return r(e?[`left`,`right`]:[`top`,`bottom`])}function fa(e,t,n,r){let i=[],a,o,s,c,l,u;for(a=0,o=e.length,l=0;a<o;++a){s=e[a],c=s.box,c.update(s.width||t.w,s.height||t.h,da(s.horizontal,t));let{same:o,other:d}=la(t,n,s,r);l|=o&&i.length,u||=d,c.fullSize||i.push(s)}return l&&fa(i,t,n,r)||u}function pa(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 ma(e,t,n,r){let i=n.padding,{x:a,y:o}=t;for(let s of e){let e=s.box,c=r[s.stack]||{count:1,placed:0,weight:1},l=s.stackWeight/c.weight||1;if(s.horizontal){let r=t.w*l,a=c.size||e.height;gt(c.start)&&(o=c.start),e.fullSize?pa(e,i.left,o,n.outerWidth-i.right-i.left,a):pa(e,t.left+c.placed,o,r,a),c.start=o,c.placed+=r,o=e.bottom}else{let r=t.h*l,o=c.size||e.width;gt(c.start)&&(a=c.start),e.fullSize?pa(e,a,i.top,o,n.outerHeight-i.bottom-i.top):pa(e,a,t.top+c.placed,o,r),c.start=a,c.placed+=r,a=e.right}}t.x=a,t.y=o}var X={addBox(e,t){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(e){t.draw(e)}}]},e.boxes.push(t)},removeBox(e,t){let 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;let i=J(e.options.layout.padding),a=Math.max(t-i.width,0),o=Math.max(n-i.height,0),s=oa(e.boxes),c=s.vertical,l=s.horizontal;B(e.boxes,e=>{typeof e.beforeLayout==`function`&&e.beforeLayout()});let u=c.reduce((e,t)=>t.box.options&&t.box.options.display===!1?e:e+1,0)||1,d=Object.freeze({outerWidth:t,outerHeight:n,padding:i,availableWidth:a,availableHeight:o,vBoxMaxWidth:a/2/u,hBoxMaxHeight:o/2}),f=Object.assign({},i);ca(f,J(r));let p=Object.assign({maxPadding:f,w:a,h:o,x:i.left,y:i.top},i),m=aa(c.concat(l),d);fa(s.fullSize,p,d,m),fa(c,p,d,m),fa(l,p,d,m)&&fa(c,p,d,m),ua(p),ma(s.leftAndTop,p,d,m),p.x+=p.w,p.y+=p.h,ma(s.rightAndBottom,p,d,m),e.chartArea={left:p.left,top:p.top,right:p.left+p.w,bottom:p.top+p.h,height:p.h,width:p.w},B(s.chartArea,t=>{let n=t.box;Object.assign(n,e.chartArea),n.update(p.w,p.h,{left:0,top:0,right:0,bottom:0})})}},ha=class{acquireContext(e,t){}releaseContext(e){return!1}addEventListener(e,t,n){}removeEventListener(e,t,n){}getDevicePixelRatio(){return 1}getMaximumSize(e,t,n,r){return t=Math.max(0,t||e.width),n||=e.height,{width:t,height:Math.max(0,r?Math.floor(t/r):n)}}isAttached(e){return!0}updateConfig(e){}},ga=class extends ha{acquireContext(e){return e&&e.getContext&&e.getContext(`2d`)||null}updateConfig(e){e.options.animation=!1}},_a=`$chartjs`,va={touchstart:`mousedown`,touchmove:`mousemove`,touchend:`mouseup`,pointerenter:`mouseenter`,pointerdown:`mousedown`,pointermove:`mousemove`,pointerup:`mouseup`,pointerleave:`mouseout`,pointerout:`mouseout`},ya=e=>e===null||e===``;function ba(e,t){let n=e.style,r=e.getAttribute(`height`),i=e.getAttribute(`width`);if(e[_a]={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`,ya(i)){let t=Wr(e,`width`);t!==void 0&&(e.width=t)}if(ya(r))if(e.style.height===``)e.height=e.width/(t||2);else{let t=Wr(e,`height`);t!==void 0&&(e.height=t)}return e}var xa=Ur?{passive:!0}:!1;function Sa(e,t,n){e&&e.addEventListener(t,n,xa)}function Ca(e,t,n){e&&e.canvas&&e.canvas.removeEventListener(t,n,xa)}function wa(e,t){let n=va[e.type]||e.type,{x:r,y:i}=Rr(e,t);return{type:n,chart:t,native:e,x:r===void 0?null:r,y:i===void 0?null:i}}function Ta(e,t){for(let n of e)if(n===t||n.contains(t))return!0}function Ea(e,t,n){let r=e.canvas,i=new MutationObserver(e=>{let t=!1;for(let n of e)t||=Ta(n.addedNodes,r),t&&=!Ta(n.removedNodes,r);t&&n()});return i.observe(document,{childList:!0,subtree:!0}),i}function Da(e,t,n){let r=e.canvas,i=new MutationObserver(e=>{let t=!1;for(let n of e)t||=Ta(n.removedNodes,r),t&&=!Ta(n.addedNodes,r);t&&n()});return i.observe(document,{childList:!0,subtree:!0}),i}var Oa=new Map,ka=0;function Aa(){let e=window.devicePixelRatio;e!==ka&&(ka=e,Oa.forEach((t,n)=>{n.currentDevicePixelRatio!==e&&t()}))}function ja(e,t){Oa.size||window.addEventListener(`resize`,Aa),Oa.set(e,t)}function Ma(e){Oa.delete(e),Oa.size||window.removeEventListener(`resize`,Aa)}function Na(e,t,n){let r=e.canvas,i=r&&Ar(r);if(!i)return;let a=Qt((e,t)=>{let r=i.clientWidth;n(e,t),r<i.clientWidth&&n()},window),o=new ResizeObserver(e=>{let t=e[0],n=t.contentRect.width,r=t.contentRect.height;n===0&&r===0||a(n,r)});return o.observe(i),ja(e,a),o}function Pa(e,t,n){n&&n.disconnect(),t===`resize`&&Ma(e)}function Fa(e,t,n){let r=e.canvas,i=Qt(t=>{e.ctx!==null&&n(wa(t,e))},e);return Sa(r,t,i),i}var Ia=class extends ha{acquireContext(e,t){let n=e&&e.getContext&&e.getContext(`2d`);return n&&n.canvas===e?(ba(e,t),n):null}releaseContext(e){let t=e.canvas;if(!t[_a])return!1;let n=t[_a].initial;[`height`,`width`].forEach(e=>{let r=n[e];N(r)?t.removeAttribute(e):t.setAttribute(e,r)});let r=n.style||{};return Object.keys(r).forEach(e=>{t.style[e]=r[e]}),t.width=t.width,delete t[_a],!0}addEventListener(e,t,n){this.removeEventListener(e,t);let r=e.$proxies||={};r[t]=({attach:Ea,detach:Da,resize:Na}[t]||Fa)(e,t,n)}removeEventListener(e,t){let n=e.$proxies||={},r=n[t];r&&(({attach:Pa,detach:Pa,resize:Pa}[t]||Ca)(e,t,r),n[t]=void 0)}getDevicePixelRatio(){return window.devicePixelRatio}getMaximumSize(e,t,n,r){return Vr(e,t,n,r)}isAttached(e){let t=e&&Ar(e);return!!(t&&t.isConnected)}};function La(e){return!kr()||typeof OffscreenCanvas<`u`&&e instanceof OffscreenCanvas?ga:Ia}var Ra=class{static defaults={};static defaultRoutes=void 0;x;y;active=!1;options;$animations;tooltipPosition(e){let{x:t,y:n}=this.getProps([`x`,`y`],e);return{x:t,y:n}}hasValue(){return jt(this.x)&&jt(this.y)}getProps(e,t){let n=this.$animations;if(!t||!n)return this;let r={};return e.forEach(e=>{r[e]=n[e]&&n[e].active()?n[e]._to:this[e]}),r}};function za(e,t){let n=e.options.ticks,r=Ba(e),i=Math.min(n.maxTicksLimit||r,r),a=n.major.enabled?Ha(t):[],o=a.length,s=a[0],c=a[o-1],l=[];if(o>i)return Ua(t,l,a,o/i),l;let u=Va(a,t,i);if(o>0){let e,n,r=o>1?Math.round((c-s)/(o-1)):null;for(Wa(t,l,u,N(r)?0:s-r,s),e=0,n=o-1;e<n;e++)Wa(t,l,u,a[e],a[e+1]);return Wa(t,l,u,c,N(r)?t.length:c+r),l}return Wa(t,l,u),l}function Ba(e){let t=e.options.offset,n=e._tickSize(),r=e._length/n+ +!t,i=e._maxLength/n;return Math.floor(Math.min(r,i))}function Va(e,t,n){let r=Ga(e),i=t.length/n;if(!r)return Math.max(i,1);let a=kt(r);for(let e=0,t=a.length-1;e<t;e++){let t=a[e];if(t>i)return t}return Math.max(i,1)}function Ha(e){let t=[],n,r;for(n=0,r=e.length;n<r;n++)e[n].major&&t.push(n);return t}function Ua(e,t,n,r){let i=0,a=n[0],o;for(r=Math.ceil(r),o=0;o<e.length;o++)o===a&&(t.push(e[o]),i++,a=n[i*r])}function Wa(e,t,n,r,i){let a=R(r,0),o=Math.min(R(i,e.length),e.length),s=0,c,l,u;for(n=Math.ceil(n),i&&(c=i-r,n=c/Math.floor(c/n)),u=a;u<0;)s++,u=Math.round(a+s*n);for(l=Math.max(a,0);l<o;l++)l===u&&(t.push(e[l]),s++,u=Math.round(a+s*n))}function Ga(e){let t=e.length,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}var Ka=e=>e===`left`?`right`:e===`right`?`left`:e,qa=(e,t,n)=>t===`top`||t===`left`?e[t]+n:e[t]-n,Ja=(e,t)=>Math.min(t||e,e);function Ya(e,t){let n=[],r=e.length/t,i=e.length,a=0;for(;a<i;a+=r)n.push(e[Math.floor(a)]);return n}function Xa(e,t,n){let r=e.ticks.length,i=Math.min(t,r-1),a=e._startPixel,o=e._endPixel,s=1e-6,c=e.getPixelForTick(i),l;if(!(n&&(l=r===1?Math.max(c-a,o-c):t===0?(e.getPixelForTick(1)-c)/2:(c-e.getPixelForTick(i-1))/2,c+=i<t?l:-l,c<a-s||c>o+s)))return c}function Za(e,t){B(e,e=>{let n=e.gc,r=n.length/2,i;if(r>t){for(i=0;i<r;++i)delete e.data[n[i]];n.splice(0,r)}})}function Qa(e){return e.drawTicks?e.tickLength:0}function $a(e,t){if(!e.display)return 0;let n=Y(e.font,t),r=J(e.padding);return(P(e.text)?e.text.length:1)*n.lineHeight+r.height}function eo(e,t){return $n(e,{scale:t,type:`scale`})}function to(e,t,n){return $n(e,{tick:n,index:t,type:`tick`})}function no(e,t,n){let r=en(e);return(n&&t!==`right`||!n&&t===`right`)&&(r=Ka(r)),r}function ro(e,t,n,r){let{top:i,left:a,bottom:o,right:s,chart:c}=e,{chartArea:l,scales:u}=c,d=0,f,p,m,h=o-i,g=s-a;if(e.isHorizontal()){if(p=K(r,a,s),F(n)){let e=Object.keys(n)[0],r=n[e];m=u[e].getPixelForValue(r)+h-t}else m=n===`center`?(l.bottom+l.top)/2+h-t:qa(e,n,t);f=s-a}else{if(F(n)){let e=Object.keys(n)[0],r=n[e];p=u[e].getPixelForValue(r)-g+t}else p=n===`center`?(l.left+l.right)/2-g+t:qa(e,n,t);m=K(r,o,i),d=n===`left`?-U:U}return{titleX:p,titleY:m,maxWidth:f,rotation:d}}var io=class e extends Ra{constructor(e){super(),this.id=e.id,this.type=e.type,this.options=void 0,this.ctx=e.ctx,this.chart=e.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(e){this.options=e.setContext(this.getContext()),this.axis=e.axis,this._userMin=this.parse(e.min),this._userMax=this.parse(e.max),this._suggestedMin=this.parse(e.suggestedMin),this._suggestedMax=this.parse(e.suggestedMax)}parse(e,t){return e}getUserBounds(){let{_userMin:e,_userMax:t,_suggestedMin:n,_suggestedMax:r}=this;return e=L(e,1/0),t=L(t,-1/0),n=L(n,1/0),r=L(r,-1/0),{min:L(e,n),max:L(t,r),minDefined:I(e),maxDefined:I(t)}}getMinMax(e){let{min:t,max:n,minDefined:r,maxDefined:i}=this.getUserBounds(),a;if(r&&i)return{min:t,max:n};let o=this.getMatchingVisibleMetas();for(let s=0,c=o.length;s<c;++s)a=o[s].controller.getMinMax(this,e),r||(t=Math.min(t,a.min)),i||(n=Math.max(n,a.max));return t=i&&t>n?n:t,n=r&&t>n?t:n,{min:L(t,L(n,t)),max:L(n,L(t,n))}}getPadding(){return{left:this.paddingLeft||0,top:this.paddingTop||0,right:this.paddingRight||0,bottom:this.paddingBottom||0}}getTicks(){return this.ticks}getLabels(){let e=this.chart.data;return this.options.labels||(this.isHorizontal()?e.xLabels:e.yLabels)||e.labels||[]}getLabelItems(e=this.chart.chartArea){return this._labelItems||=this._computeLabelItems(e)}beforeLayout(){this._cache={},this._dataLimitsCached=!1}beforeUpdate(){z(this.options.beforeUpdate,[this])}update(e,t,n){let{beginAtZero:r,grace:i,ticks:a}=this.options,o=a.sampleSize;this.beforeUpdate(),this.maxWidth=e,this.maxHeight=t,this._margins=n=Object.assign({left:0,right:0,top:0,bottom:0},n),this.ticks=null,this._labelSizes=null,this._gridLineItems=null,this._labelItems=null,this.beforeSetDimensions(),this.setDimensions(),this.afterSetDimensions(),this._maxLength=this.isHorizontal()?this.width+n.left+n.right:this.height+n.top+n.bottom,this._dataLimitsCached||=(this.beforeDataLimits(),this.determineDataLimits(),this.afterDataLimits(),this._range=Qn(this,i,r),!0),this.beforeBuildTicks(),this.ticks=this.buildTicks()||[],this.afterBuildTicks();let s=o<this.ticks.length;this._convertTicksToLabels(s?Ya(this.ticks,o):this.ticks),this.configure(),this.beforeCalculateLabelRotation(),this.calculateLabelRotation(),this.afterCalculateLabelRotation(),a.display&&(a.autoSkip||a.source===`auto`)&&(this.ticks=za(this,this.ticks),this._labelSizes=null,this.afterAutoSkip()),s&&this._convertTicksToLabels(this.ticks),this.beforeFit(),this.fit(),this.afterFit(),this.afterUpdate()}configure(){let e=this.options.reverse,t,n;this.isHorizontal()?(t=this.left,n=this.right):(t=this.top,n=this.bottom,e=!e),this._startPixel=t,this._endPixel=n,this._reversePixels=e,this._length=n-t,this._alignToPixels=this.options.alignToPixels}afterUpdate(){z(this.options.afterUpdate,[this])}beforeSetDimensions(){z(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(){z(this.options.afterSetDimensions,[this])}_callHooks(e){this.chart.notifyPlugins(e,this.getContext()),z(this.options[e],[this])}beforeDataLimits(){this._callHooks(`beforeDataLimits`)}determineDataLimits(){}afterDataLimits(){this._callHooks(`afterDataLimits`)}beforeBuildTicks(){this._callHooks(`beforeBuildTicks`)}buildTicks(){return[]}afterBuildTicks(){this._callHooks(`afterBuildTicks`)}beforeTickToLabelConversion(){z(this.options.beforeTickToLabelConversion,[this])}generateTickLabels(e){let t=this.options.ticks,n,r,i;for(n=0,r=e.length;n<r;n++)i=e[n],i.label=z(t.callback,[i.value,n,e],this)}afterTickToLabelConversion(){z(this.options.afterTickToLabelConversion,[this])}beforeCalculateLabelRotation(){z(this.options.beforeCalculateLabelRotation,[this])}calculateLabelRotation(){let e=this.options,t=e.ticks,n=Ja(this.ticks.length,e.ticks.maxTicksLimit),r=t.minRotation||0,i=t.maxRotation,a=r,o,s,c;if(!this._isVisible()||!t.display||r>=i||n<=1||!this.isHorizontal()){this.labelRotation=r;return}let l=this._getLabelSizes(),u=l.widest.width,d=l.highest.height,f=G(this.chart.width-u,0,this.maxWidth);o=e.offset?this.maxWidth/n:f/(n-1),u+6>o&&(o=f/(n-(e.offset?.5:1)),s=this.maxHeight-Qa(e.grid)-t.padding-$a(e.title,this.chart.options.font),c=Math.sqrt(u*u+d*d),a=Ft(Math.min(Math.asin(G((l.highest.height+6)/o,-1,1)),Math.asin(G(s/c,-1,1))-Math.asin(G(d/c,-1,1)))),a=Math.max(r,Math.min(i,a))),this.labelRotation=a}afterCalculateLabelRotation(){z(this.options.afterCalculateLabelRotation,[this])}afterAutoSkip(){}beforeFit(){z(this.options.beforeFit,[this])}fit(){let e={width:0,height:0},{chart:t,options:{ticks:n,title:r,grid:i}}=this,a=this._isVisible(),o=this.isHorizontal();if(a){let a=$a(r,t.options.font);if(o?(e.width=this.maxWidth,e.height=Qa(i)+a):(e.height=this.maxHeight,e.width=Qa(i)+a),n.display&&this.ticks.length){let{first:t,last:r,widest:i,highest:a}=this._getLabelSizes(),s=n.padding*2,c=Pt(this.labelRotation),l=Math.cos(c),u=Math.sin(c);if(o){let t=n.mirror?0:u*i.width+l*a.height;e.height=Math.min(this.maxHeight,e.height+t+s)}else{let t=n.mirror?0:l*i.width+u*a.height;e.width=Math.min(this.maxWidth,e.width+t+s)}this._calculatePadding(t,r,u,l)}}this._handleMargins(),o?(this.width=this._length=t.width-this._margins.left-this._margins.right,this.height=e.height):(this.width=e.width,this.height=this._length=t.height-this._margins.top-this._margins.bottom)}_calculatePadding(e,t,n,r){let{ticks:{align:i,padding:a},position:o}=this.options,s=this.labelRotation!==0,c=o!==`top`&&this.axis===`x`;if(this.isHorizontal()){let o=this.getPixelForTick(0)-this.left,l=this.right-this.getPixelForTick(this.ticks.length-1),u=0,d=0;s?c?(u=r*e.width,d=n*t.height):(u=n*e.height,d=r*t.width):i===`start`?d=t.width:i===`end`?u=e.width:i!==`inner`&&(u=e.width/2,d=t.width/2),this.paddingLeft=Math.max((u-o+a)*this.width/(this.width-o),0),this.paddingRight=Math.max((d-l+a)*this.width/(this.width-l),0)}else{let n=t.height/2,r=e.height/2;i===`start`?(n=0,r=e.height):i===`end`&&(n=t.height,r=0),this.paddingTop=n+a,this.paddingBottom=r+a}}_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(){z(this.options.afterFit,[this])}isHorizontal(){let{axis:e,position:t}=this.options;return t===`top`||t===`bottom`||e===`x`}isFullSize(){return this.options.fullSize}_convertTicksToLabels(e){this.beforeTickToLabelConversion(),this.generateTickLabels(e);let t,n;for(t=0,n=e.length;t<n;t++)N(e[t].label)&&(e.splice(t,1),n--,t--);this.afterTickToLabelConversion()}_getLabelSizes(){let e=this._labelSizes;if(!e){let t=this.options.ticks.sampleSize,n=this.ticks;t<n.length&&(n=Ya(n,t)),this._labelSizes=e=this._computeLabelSizes(n,n.length,this.options.ticks.maxTicksLimit)}return e}_computeLabelSizes(e,t,n){let{ctx:r,_longestTextCache:i}=this,a=[],o=[],s=Math.floor(t/Ja(t,n)),c=0,l=0,u,d,f,p,m,h,g,_,v,y,b;for(u=0;u<t;u+=s){if(p=e[u].label,m=this._resolveTickFontOptions(u),r.font=h=m.string,g=i[h]=i[h]||{data:{},gc:[]},_=m.lineHeight,v=y=0,!N(p)&&!P(p))v=On(r,g.data,g.gc,v,p),y=_;else if(P(p))for(d=0,f=p.length;d<f;++d)b=p[d],!N(b)&&!P(b)&&(v=On(r,g.data,g.gc,v,b),y+=_);a.push(v),o.push(y),c=Math.max(v,c),l=Math.max(y,l)}Za(i,t);let x=a.indexOf(c),S=o.indexOf(l),C=e=>({width:a[e]||0,height:o[e]||0});return{first:C(0),last:C(t-1),widest:C(x),highest:C(S),widths:a,heights:o}}getLabelForValue(e){return e}getPixelForValue(e,t){return NaN}getValueForPixel(e){}getPixelForTick(e){let t=this.ticks;return e<0||e>t.length-1?null:this.getPixelForValue(t[e].value)}getPixelForDecimal(e){this._reversePixels&&(e=1-e);let t=this._startPixel+e*this._length;return Vt(this._alignToPixels?An(this.chart,t,0):t)}getDecimalForPixel(e){let t=(e-this._startPixel)/this._length;return this._reversePixels?1-t:t}getBasePixel(){return this.getPixelForValue(this.getBaseValue())}getBaseValue(){let{min:e,max:t}=this;return e<0&&t<0?t:e>0&&t>0?e:0}getContext(e){let t=this.ticks||[];if(e>=0&&e<t.length){let n=t[e];return n.$context||=to(this.getContext(),e,n)}return this.$context||=eo(this.chart.getContext(),this)}_tickSize(){let e=this.options.ticks,t=Pt(this.labelRotation),n=Math.abs(Math.cos(t)),r=Math.abs(Math.sin(t)),i=this._getLabelSizes(),a=e.autoSkipPadding||0,o=i?i.widest.width+a:0,s=i?i.highest.height+a:0;return this.isHorizontal()?s*n>o*r?o/n:s/r:s*r<o*n?s/n:o/r}_isVisible(){let e=this.options.display;return e===`auto`?this.getMatchingVisibleMetas().length>0:!!e}_computeGridLineItems(e){let t=this.axis,n=this.chart,r=this.options,{grid:i,position:a,border:o}=r,s=i.offset,c=this.isHorizontal(),l=this.ticks.length+ +!!s,u=Qa(i),d=[],f=o.setContext(this.getContext()),p=f.display?f.width:0,m=p/2,h=function(e){return An(n,e,p)},g,_,v,y,b,x,S,C,w,T,E,D;if(a===`top`)g=h(this.bottom),x=this.bottom-u,C=g-m,T=h(e.top)+m,D=e.bottom;else if(a===`bottom`)g=h(this.top),T=e.top,D=h(e.bottom)-m,x=g+m,C=this.top+u;else if(a===`left`)g=h(this.right),b=this.right-u,S=g-m,w=h(e.left)+m,E=e.right;else if(a===`right`)g=h(this.left),w=e.left,E=h(e.right)-m,b=g+m,S=this.left+u;else if(t===`x`){if(a===`center`)g=h((e.top+e.bottom)/2+.5);else if(F(a)){let e=Object.keys(a)[0],t=a[e];g=h(this.chart.scales[e].getPixelForValue(t))}T=e.top,D=e.bottom,x=g+m,C=x+u}else if(t===`y`){if(a===`center`)g=h((e.left+e.right)/2);else if(F(a)){let e=Object.keys(a)[0],t=a[e];g=h(this.chart.scales[e].getPixelForValue(t))}b=g-m,S=b-u,w=e.left,E=e.right}let ee=R(r.ticks.maxTicksLimit,l),te=Math.max(1,Math.ceil(l/ee));for(_=0;_<l;_+=te){let e=this.getContext(_),t=i.setContext(e),r=o.setContext(e),a=t.lineWidth,l=t.color,u=r.dash||[],f=r.dashOffset,p=t.tickWidth,m=t.tickColor,h=t.tickBorderDash||[],g=t.tickBorderDashOffset;v=Xa(this,_,s),v!==void 0&&(y=An(n,v,a),c?b=S=w=E=y:x=C=T=D=y,d.push({tx1:b,ty1:x,tx2:S,ty2:C,x1:w,y1:T,x2:E,y2:D,width:a,color:l,borderDash:u,borderDashOffset:f,tickWidth:p,tickColor:m,tickBorderDash:h,tickBorderDashOffset:g}))}return this._ticksLength=l,this._borderValue=g,d}_computeLabelItems(e){let t=this.axis,n=this.options,{position:r,ticks:i}=n,a=this.isHorizontal(),o=this.ticks,{align:s,crossAlign:c,padding:l,mirror:u}=i,d=Qa(n.grid),f=d+l,p=u?-l:f,m=-Pt(this.labelRotation),h=[],g,_,v,y,b,x,S,C,w,T,E,D,ee=`middle`;if(r===`top`)x=this.bottom-p,S=this._getXAxisLabelAlignment();else if(r===`bottom`)x=this.top+p,S=this._getXAxisLabelAlignment();else if(r===`left`){let e=this._getYAxisLabelAlignment(d);S=e.textAlign,b=e.x}else if(r===`right`){let e=this._getYAxisLabelAlignment(d);S=e.textAlign,b=e.x}else if(t===`x`){if(r===`center`)x=(e.top+e.bottom)/2+f;else if(F(r)){let e=Object.keys(r)[0],t=r[e];x=this.chart.scales[e].getPixelForValue(t)+f}S=this._getXAxisLabelAlignment()}else if(t===`y`){if(r===`center`)b=(e.left+e.right)/2-f;else if(F(r)){let e=Object.keys(r)[0],t=r[e];b=this.chart.scales[e].getPixelForValue(t)}S=this._getYAxisLabelAlignment(d).textAlign}t===`y`&&(s===`start`?ee=`top`:s===`end`&&(ee=`bottom`));let te=this._getLabelSizes();for(g=0,_=o.length;g<_;++g){v=o[g],y=v.label;let e=i.setContext(this.getContext(g));C=this.getPixelForTick(g)+i.labelOffset,w=this._resolveTickFontOptions(g),T=w.lineHeight,E=P(y)?y.length:1;let t=E/2,n=e.color,s=e.textStrokeColor,l=e.textStrokeWidth,d=S;a?(b=C,S===`inner`&&(d=g===_-1?this.options.reverse?`left`:`right`:g===0?this.options.reverse?`right`:`left`:`center`),D=r===`top`?c===`near`||m!==0?-E*T+T/2:c===`center`?-te.highest.height/2-t*T+T:-te.highest.height+T/2:c===`near`||m!==0?T/2:c===`center`?te.highest.height/2-t*T:te.highest.height-E*T,u&&(D*=-1),m!==0&&!e.showLabelBackdrop&&(b+=T/2*Math.sin(m))):(x=C,D=(1-E)*T/2);let f;if(e.showLabelBackdrop){let t=J(e.backdropPadding),n=te.heights[g],r=te.widths[g],i=D-t.top,a=0-t.left;switch(ee){case`middle`:i-=n/2;break;case`bottom`:i-=n;break}switch(S){case`center`:a-=r/2;break;case`right`:a-=r;break;case`inner`:g===_-1?a-=r:g>0&&(a-=r/2);break}f={left:a,top:i,width:r+t.width,height:n+t.height,color:e.backdropColor}}h.push({label:y,font:w,textOffset:D,options:{rotation:m,color:n,strokeColor:s,strokeWidth:l,textAlign:d,textBaseline:ee,translation:[b,x],backdrop:f}})}return h}_getXAxisLabelAlignment(){let{position:e,ticks:t}=this.options;if(-Pt(this.labelRotation))return e===`top`?`left`:`right`;let n=`center`;return t.align===`start`?n=`left`:t.align===`end`?n=`right`:t.align===`inner`&&(n=`inner`),n}_getYAxisLabelAlignment(e){let{position:t,ticks:{crossAlign:n,mirror:r,padding:i}}=this.options,a=this._getLabelSizes(),o=e+i,s=a.widest.width,c,l;return t===`left`?r?(l=this.right+i,n===`near`?c=`left`:n===`center`?(c=`center`,l+=s/2):(c=`right`,l+=s)):(l=this.right-o,n===`near`?c=`right`:n===`center`?(c=`center`,l-=s/2):(c=`left`,l=this.left)):t===`right`?r?(l=this.left+i,n===`near`?c=`right`:n===`center`?(c=`center`,l-=s/2):(c=`left`,l-=s)):(l=this.left+o,n===`near`?c=`left`:n===`center`?(c=`center`,l+=s/2):(c=`right`,l=this.right)):c=`right`,{textAlign:c,x:l}}_computeLabelArea(){if(this.options.ticks.mirror)return;let e=this.chart,t=this.options.position;if(t===`left`||t===`right`)return{top:0,left:this.left,bottom:e.height,right:this.right};if(t===`top`||t===`bottom`)return{top:this.top,left:0,bottom:this.bottom,right:e.width}}drawBackground(){let{ctx:e,options:{backgroundColor:t},left:n,top:r,width:i,height:a}=this;t&&(e.save(),e.fillStyle=t,e.fillRect(n,r,i,a),e.restore())}getLineWidthForValue(e){let t=this.options.grid;if(!this._isVisible()||!t.display)return 0;let n=this.ticks.findIndex(t=>t.value===e);return n>=0?t.setContext(this.getContext(n)).lineWidth:0}drawGrid(e){let t=this.options.grid,n=this.ctx,r=this._gridLineItems||=this._computeGridLineItems(e),i,a,o=(e,t,r)=>{!r.width||!r.color||(n.save(),n.lineWidth=r.width,n.strokeStyle=r.color,n.setLineDash(r.borderDash||[]),n.lineDashOffset=r.borderDashOffset,n.beginPath(),n.moveTo(e.x,e.y),n.lineTo(t.x,t.y),n.stroke(),n.restore())};if(t.display)for(i=0,a=r.length;i<a;++i){let e=r[i];t.drawOnChartArea&&o({x:e.x1,y:e.y1},{x:e.x2,y:e.y2},e),t.drawTicks&&o({x:e.tx1,y:e.ty1},{x:e.tx2,y:e.ty2},{color:e.tickColor,width:e.tickWidth,borderDash:e.tickBorderDash,borderDashOffset:e.tickBorderDashOffset})}}drawBorder(){let{chart:e,ctx:t,options:{border:n,grid:r}}=this,i=n.setContext(this.getContext()),a=n.display?i.width:0;if(!a)return;let o=r.setContext(this.getContext(0)).lineWidth,s=this._borderValue,c,l,u,d;this.isHorizontal()?(c=An(e,this.left,a)-a/2,l=An(e,this.right,o)+o/2,u=d=s):(u=An(e,this.top,a)-a/2,d=An(e,this.bottom,o)+o/2,c=l=s),t.save(),t.lineWidth=i.width,t.strokeStyle=i.color,t.beginPath(),t.moveTo(c,u),t.lineTo(l,d),t.stroke(),t.restore()}drawLabels(e){if(!this.options.ticks.display)return;let t=this.ctx,n=this._computeLabelArea();n&&Fn(t,n);let r=this.getLabelItems(e);for(let e of r){let n=e.options,r=e.font,i=e.label,a=e.textOffset;Hn(t,i,0,a,r,n)}n&&In(t)}drawTitle(){let{ctx:e,options:{position:t,title:n,reverse:r}}=this;if(!n.display)return;let i=Y(n.font),a=J(n.padding),o=n.align,s=i.lineHeight/2;t===`bottom`||t===`center`||F(t)?(s+=a.bottom,P(n.text)&&(s+=i.lineHeight*(n.text.length-1))):s+=a.top;let{titleX:c,titleY:l,maxWidth:u,rotation:d}=ro(this,s,t,o);Hn(e,n.text,0,0,i,{color:n.color,maxWidth:u,rotation:d,textAlign:no(o,t,r),textBaseline:`middle`,translation:[c,l]})}draw(e){this._isVisible()&&(this.drawBackground(),this.drawGrid(e),this.drawBorder(),this.drawTitle(),this.drawLabels(e))}_layers(){let t=this.options,n=t.ticks&&t.ticks.z||0,r=R(t.grid&&t.grid.z,-1),i=R(t.border&&t.border.z,0);return!this._isVisible()||this.draw!==e.prototype.draw?[{z:n,draw:e=>{this.draw(e)}}]:[{z:r,draw:e=>{this.drawBackground(),this.drawGrid(e),this.drawTitle()}},{z:i,draw:()=>{this.drawBorder()}},{z:n,draw:e=>{this.drawLabels(e)}}]}getMatchingVisibleMetas(e){let t=this.chart.getSortedVisibleDatasetMetas(),n=this.axis+`AxisID`,r=[],i,a;for(i=0,a=t.length;i<a;++i){let a=t[i];a[n]===this.id&&(!e||a.type===e)&&r.push(a)}return r}_resolveTickFontOptions(e){return Y(this.options.ticks.setContext(this.getContext(e)).font)}_maxDigits(){let e=this._resolveTickFontOptions(0).lineHeight;return(this.isHorizontal()?this.width:this.height)/e}},ao=class{constructor(e,t,n){this.type=e,this.scope=t,this.override=n,this.items=Object.create(null)}isForType(e){return Object.prototype.isPrototypeOf.call(this.type.prototype,e.prototype)}register(e){let t=Object.getPrototypeOf(e),n;co(t)&&(n=this.register(t));let r=this.items,i=e.id,a=this.scope+`.`+i;if(!i)throw Error(`class does not have id: `+e);return i in r?a:(r[i]=e,oo(e,a,n),this.override&&q.override(e.id,e.overrides),a)}get(e){return this.items[e]}unregister(e){let t=this.items,n=e.id,r=this.scope;n in t&&delete t[n],r&&n in q[r]&&(delete q[r][n],this.override&&delete Cn[n])}};function oo(e,t,n){let r=ct(Object.create(null),[n?q.get(n):{},q.get(t),e.defaults]);q.set(t,r),e.defaultRoutes&&so(t,e.defaultRoutes),e.descriptors&&q.describe(t,e.descriptors)}function so(e,t){Object.keys(t).forEach(n=>{let r=n.split(`.`),i=r.pop(),a=[e].concat(r).join(`.`),o=t[n].split(`.`),s=o.pop(),c=o.join(`.`);q.route(a,i,c,s)})}function co(e){return`id`in e&&`defaults`in e}var lo=new class{constructor(){this.controllers=new ao(Bi,`datasets`,!0),this.elements=new ao(Ra,`elements`),this.plugins=new ao(Object,`plugins`),this.scales=new ao(io,`scales`),this._typedRegistries=[this.controllers,this.scales,this.elements]}add(...e){this._each(`register`,e)}remove(...e){this._each(`unregister`,e)}addControllers(...e){this._each(`register`,e,this.controllers)}addElements(...e){this._each(`register`,e,this.elements)}addPlugins(...e){this._each(`register`,e,this.plugins)}addScales(...e){this._each(`register`,e,this.scales)}getController(e){return this._get(e,this.controllers,`controller`)}getElement(e){return this._get(e,this.elements,`element`)}getPlugin(e){return this._get(e,this.plugins,`plugin`)}getScale(e){return this._get(e,this.scales,`scale`)}removeControllers(...e){this._each(`unregister`,e,this.controllers)}removeElements(...e){this._each(`unregister`,e,this.elements)}removePlugins(...e){this._each(`unregister`,e,this.plugins)}removeScales(...e){this._each(`unregister`,e,this.scales)}_each(e,t,n){[...t].forEach(t=>{let r=n||this._getRegistryForType(t);n||r.isForType(t)||r===this.plugins&&t.id?this._exec(e,r,t):B(t,t=>{let r=n||this._getRegistryForType(t);this._exec(e,r,t)})})}_exec(e,t,n){let r=ht(e);z(n[`before`+r],[],n),t[e](n),z(n[`after`+r],[],n)}_getRegistryForType(e){for(let t=0;t<this._typedRegistries.length;t++){let n=this._typedRegistries[t];if(n.isForType(e))return n}return this.plugins}_get(e,t,n){let r=t.get(e);if(r===void 0)throw Error(`"`+e+`" is not a registered `+n+`.`);return r}},uo=class{constructor(){this._init=void 0}notify(e,t,n,r){if(t===`beforeInit`&&(this._init=this._createDescriptors(e,!0),this._notify(this._init,e,`install`)),this._init===void 0)return;let i=r?this._descriptors(e).filter(r):this._descriptors(e),a=this._notify(i,e,t,n);return t===`afterDestroy`&&(this._notify(i,e,`stop`),this._notify(this._init,e,`uninstall`),this._init=void 0),a}_notify(e,t,n,r){r||={};for(let i of e){let e=i.plugin,a=e[n];if(z(a,[t,r,i.options],e)===!1&&r.cancelable)return!1}return!0}invalidate(){N(this._cache)||(this._oldCache=this._cache,this._cache=void 0)}_descriptors(e){if(this._cache)return this._cache;let t=this._cache=this._createDescriptors(e);return this._notifyStateChanges(e),t}_createDescriptors(e,t){let n=e&&e.config,r=R(n.options&&n.options.plugins,{}),i=fo(n);return r===!1&&!t?[]:mo(e,i,r,t)}_notifyStateChanges(e){let t=this._oldCache||[],n=this._cache,r=(e,t)=>e.filter(e=>!t.some(t=>e.plugin.id===t.plugin.id));this._notify(r(t,n),e,`stop`),this._notify(r(n,t),e,`start`)}};function fo(e){let t={},n=[],r=Object.keys(lo.plugins.items);for(let e=0;e<r.length;e++)n.push(lo.getPlugin(r[e]));let i=e.plugins||[];for(let e=0;e<i.length;e++){let r=i[e];n.indexOf(r)===-1&&(n.push(r),t[r.id]=!0)}return{plugins:n,localIds:t}}function po(e,t){return!t&&e===!1?null:e===!0?{}:e}function mo(e,{plugins:t,localIds:n},r,i){let a=[],o=e.getContext();for(let s of t){let t=s.id,c=po(r[t],i);c!==null&&a.push({plugin:s,options:ho(e.config,{plugin:s,local:n[t]},c,o)})}return a}function ho(e,{plugin:t,local:n},r,i){let a=e.pluginScopeKeys(t),o=e.getOptionScopes(r,a);return n&&t.defaults&&o.push(t.defaults),e.createResolver(o,i,[``],{scriptable:!1,indexable:!1,allKeys:!0})}function go(e,t){let n=q.datasets[e]||{};return((t.datasets||{})[e]||{}).indexAxis||t.indexAxis||n.indexAxis||`x`}function _o(e,t){let n=e;return e===`_index_`?n=t:e===`_value_`&&(n=t===`x`?`y`:`x`),n}function vo(e,t){return e===t?`_index_`:`_value_`}function yo(e){if(e===`x`||e===`y`||e===`r`)return e}function bo(e){if(e===`top`||e===`bottom`)return`x`;if(e===`left`||e===`right`)return`y`}function xo(e,...t){if(yo(e))return e;for(let n of t){let t=n.axis||bo(n.position)||e.length>1&&yo(e[0].toLowerCase());if(t)return t}throw Error(`Cannot determine type of '${e}' axis. Please provide 'axis' or 'position' option.`)}function So(e,t,n){if(n[t+`AxisID`]===e)return{axis:t}}function Co(e,t){if(t.data&&t.data.datasets){let n=t.data.datasets.filter(t=>t.xAxisID===e||t.yAxisID===e);if(n.length)return So(e,`x`,n[0])||So(e,`y`,n[0])}return{}}function wo(e,t){let n=Cn[e.type]||{scales:{}},r=t.scales||{},i=go(e.type,t),a=Object.create(null);return Object.keys(r).forEach(t=>{let o=r[t];if(!F(o))return console.error(`Invalid scale configuration for scale: ${t}`);if(o._proxy)return console.warn(`Ignoring resolver passed as options for scale: ${t}`);let s=xo(t,o,Co(t,e),q.scales[o.type]),c=vo(s,i),l=n.scales||{};a[t]=lt(Object.create(null),[{axis:s},o,l[s],l[c]])}),e.data.datasets.forEach(n=>{let i=n.type||e.type,o=n.indexAxis||go(i,t),s=(Cn[i]||{}).scales||{};Object.keys(s).forEach(e=>{let t=_o(e,o),i=n[t+`AxisID`]||t;a[i]=a[i]||Object.create(null),lt(a[i],[{axis:t},r[i],s[e]])})}),Object.keys(a).forEach(e=>{let t=a[e];lt(t,[q.scales[t.type],q.scale])}),a}function To(e){let t=e.options||={};t.plugins=R(t.plugins,{}),t.scales=wo(e,t)}function Eo(e){return e||={},e.datasets=e.datasets||[],e.labels=e.labels||[],e}function Do(e){return e||={},e.data=Eo(e.data),To(e),e}var Oo=new Map,ko=new Set;function Ao(e,t){let n=Oo.get(e);return n||(n=t(),Oo.set(e,n),ko.add(n)),n}var jo=(e,t,n)=>{let r=mt(t,n);r!==void 0&&e.add(r)},Mo=class{constructor(e){this._config=Do(e),this._scopeCache=new Map,this._resolverCache=new Map}get platform(){return this._config.platform}get type(){return this._config.type}set type(e){this._config.type=e}get data(){return this._config.data}set data(e){this._config.data=Eo(e)}get options(){return this._config.options}set options(e){this._config.options=e}get plugins(){return this._config.plugins}update(){let e=this._config;this.clearCache(),To(e)}clearCache(){this._scopeCache.clear(),this._resolverCache.clear()}datasetScopeKeys(e){return Ao(e,()=>[[`datasets.${e}`,``]])}datasetAnimationScopeKeys(e,t){return Ao(`${e}.transition.${t}`,()=>[[`datasets.${e}.transitions.${t}`,`transitions.${t}`],[`datasets.${e}`,``]])}datasetElementScopeKeys(e,t){return Ao(`${e}-${t}`,()=>[[`datasets.${e}.elements.${t}`,`datasets.${e}`,`elements.${t}`,``]])}pluginScopeKeys(e){let t=e.id,n=this.type;return Ao(`${n}-plugin-${t}`,()=>[[`plugins.${t}`,...e.additionalOptionScopes||[]]])}_cachedScopes(e,t){let n=this._scopeCache,r=n.get(e);return(!r||t)&&(r=new Map,n.set(e,r)),r}getOptionScopes(e,t,n){let{options:r,type:i}=this,a=this._cachedScopes(e,n),o=a.get(t);if(o)return o;let s=new Set;t.forEach(t=>{e&&(s.add(e),t.forEach(t=>jo(s,e,t))),t.forEach(e=>jo(s,r,e)),t.forEach(e=>jo(s,Cn[i]||{},e)),t.forEach(e=>jo(s,q,e)),t.forEach(e=>jo(s,wn,e))});let c=Array.from(s);return c.length===0&&c.push(Object.create(null)),ko.has(t)&&a.set(t,c),c}chartOptionScopes(){let{options:e,type:t}=this;return[e,Cn[t]||{},q.datasets[t]||{},{type:t},q,wn]}resolveNamedOptions(e,t,n,r=[``]){let i={$shared:!0},{resolver:a,subPrefixes:o}=No(this._resolverCache,e,r),s=a;if(Fo(a,t)){i.$shared=!1,n=_t(n)?n():n;let t=this.createResolver(e,n,o);s=tr(a,n,t)}for(let e of t)i[e]=s[e];return i}createResolver(e,t,n=[``],r){let{resolver:i}=No(this._resolverCache,e,n);return F(t)?tr(i,t,void 0,r):i}};function No(e,t,n){let r=e.get(t);r||(r=new Map,e.set(t,r));let i=n.join(),a=r.get(i);return a||(a={resolver:er(t,n),subPrefixes:n.filter(e=>!e.toLowerCase().includes(`hover`))},r.set(i,a)),a}var Po=e=>F(e)&&Object.getOwnPropertyNames(e).some(t=>_t(e[t]));function Fo(e,t){let{isScriptable:n,isIndexable:r}=nr(e);for(let i of t){let t=n(i),a=r(i),o=(a||t)&&e[i];if(t&&(_t(o)||Po(o))||a&&P(o))return!0}return!1}var Io=`4.5.1`,Lo=[`top`,`bottom`,`left`,`right`,`chartArea`];function Ro(e,t){return e===`top`||e===`bottom`||Lo.indexOf(e)===-1&&t===`x`}function zo(e,t){return function(n,r){return n[e]===r[e]?n[t]-r[t]:n[e]-r[e]}}function Bo(e){let t=e.chart,n=t.options.animation;t.notifyPlugins(`afterRender`),z(n&&n.onComplete,[e],t)}function Vo(e){let t=e.chart,n=t.options.animation;z(n&&n.onProgress,[e],t)}function Ho(e){return kr()&&typeof e==`string`?e=document.getElementById(e):e&&e.length&&(e=e[0]),e&&e.canvas&&(e=e.canvas),e}var Uo={},Wo=e=>{let t=Ho(e);return Object.values(Uo).filter(e=>e.canvas===t).pop()};function Go(e,t,n){let r=Object.keys(e);for(let i of r){let r=+i;if(r>=t){let a=e[i];delete e[i],(n>0||r>t)&&(e[r+n]=a)}}}function Ko(e,t,n,r){return!n||e.type===`mouseout`?null:r?t:e}var qo=class{static defaults=q;static instances=Uo;static overrides=Cn;static registry=lo;static version=Io;static getChart=Wo;static register(...e){lo.add(...e),Jo()}static unregister(...e){lo.remove(...e),Jo()}constructor(e,t){let n=this.config=new Mo(t),r=Ho(e),i=Wo(r);if(i)throw Error(`Canvas is already in use. Chart with ID '`+i.id+`' must be destroyed before the canvas with ID '`+i.canvas.id+`' can be reused.`);let a=n.createResolver(n.chartOptionScopes(),this.getContext());this.platform=new(n.platform||(La(r))),this.platform.updateConfig(n);let o=this.platform.acquireContext(r,a.aspectRatio),s=o&&o.canvas,c=s&&s.height,l=s&&s.width;if(this.id=nt(),this.ctx=o,this.canvas=s,this.width=l,this.height=c,this._options=a,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 uo,this.$proxies={},this._hiddenIndices={},this.attached=!1,this._animationsDisabled=void 0,this.$context=void 0,this._doResize=$t(e=>this.update(e),a.resizeDelay||0),this._dataChanges=[],Uo[this.id]=this,!o||!s){console.error(`Failed to create chart: can't acquire context from the given item`);return}mi.listen(this,`complete`,Bo),mi.listen(this,`progress`,Vo),this._initialize(),this.attached&&this.update()}get aspectRatio(){let{options:{aspectRatio:e,maintainAspectRatio:t},width:n,height:r,_aspectRatio:i}=this;return N(e)?t&&i?i:r?n/r:null:e}get data(){return this.config.data}set data(e){this.config.data=e}get options(){return this._options}set options(e){this.config.options=e}get registry(){return lo}_initialize(){return this.notifyPlugins(`beforeInit`),this.options.responsive?this.resize():Hr(this,this.options.devicePixelRatio),this.bindEvents(),this.notifyPlugins(`afterInit`),this}clear(){return jn(this.canvas,this.ctx),this}stop(){return mi.stop(this),this}resize(e,t){mi.running(this)?this._resizeBeforeDraw={width:e,height:t}:this._resize(e,t)}_resize(e,t){let n=this.options,r=this.canvas,i=n.maintainAspectRatio&&this.aspectRatio,a=this.platform.getMaximumSize(r,e,t,i),o=n.devicePixelRatio||this.platform.getDevicePixelRatio(),s=this.width?`resize`:`attach`;this.width=a.width,this.height=a.height,this._aspectRatio=this.aspectRatio,Hr(this,o,!0)&&(this.notifyPlugins(`resize`,{size:a}),z(n.onResize,[this,a],this),this.attached&&this._doResize(s)&&this.render())}ensureScalesHaveIDs(){B(this.options.scales||{},(e,t)=>{e.id=t})}buildOrUpdateScales(){let e=this.options,t=e.scales,n=this.scales,r=Object.keys(n).reduce((e,t)=>(e[t]=!1,e),{}),i=[];t&&(i=i.concat(Object.keys(t).map(e=>{let n=t[e],r=xo(e,n),i=r===`r`,a=r===`x`;return{options:n,dposition:i?`chartArea`:a?`bottom`:`left`,dtype:i?`radialLinear`:a?`category`:`linear`}}))),B(i,t=>{let i=t.options,a=i.id,o=xo(a,i),s=R(i.type,t.dtype);(i.position===void 0||Ro(i.position,o)!==Ro(t.dposition))&&(i.position=t.dposition),r[a]=!0;let c=null;a in n&&n[a].type===s?c=n[a]:(c=new(lo.getScale(s))({id:a,type:s,ctx:this.ctx,chart:this}),n[c.id]=c),c.init(i,e)}),B(r,(e,t)=>{e||delete n[t]}),B(n,e=>{X.configure(this,e,e.options),X.addBox(this,e)})}_updateMetasets(){let e=this._metasets,t=this.data.datasets.length,n=e.length;if(e.sort((e,t)=>e.index-t.index),n>t){for(let e=t;e<n;++e)this._destroyDatasetMeta(e);e.splice(t,n-t)}this._sortedMetasets=e.slice(0).sort(zo(`order`,`index`))}_removeUnreferencedMetasets(){let{_metasets:e,data:{datasets:t}}=this;e.length>t.length&&delete this._stacks,e.forEach((e,n)=>{t.filter(t=>t===e._dataset).length===0&&this._destroyDatasetMeta(n)})}buildOrUpdateControllers(){let e=[],t=this.data.datasets,n,r;for(this._removeUnreferencedMetasets(),n=0,r=t.length;n<r;n++){let r=t[n],i=this.getDatasetMeta(n),a=r.type||this.config.type;if(i.type&&i.type!==a&&(this._destroyDatasetMeta(n),i=this.getDatasetMeta(n)),i.type=a,i.indexAxis=r.indexAxis||go(a,this.options),i.order=r.order||0,i.index=n,i.label=``+r.label,i.visible=this.isDatasetVisible(n),i.controller)i.controller.updateIndex(n),i.controller.linkScales();else{let t=lo.getController(a),{datasetElementType:r,dataElementType:o}=q.datasets[a];Object.assign(t,{dataElementType:lo.getElement(o),datasetElementType:r&&lo.getElement(r)}),i.controller=new t(this,n),e.push(i.controller)}}return this._updateMetasets(),e}_resetElements(){B(this.data.datasets,(e,t)=>{this.getDatasetMeta(t).controller.reset()},this)}reset(){this._resetElements(),this.notifyPlugins(`reset`)}update(e){let t=this.config;t.update();let n=this._options=t.createResolver(t.chartOptionScopes(),this.getContext()),r=this._animationsDisabled=!n.animation;if(this._updateScales(),this._checkEventBindings(),this._updateHiddenIndices(),this._plugins.invalidate(),this.notifyPlugins(`beforeUpdate`,{mode:e,cancelable:!0})===!1)return;let i=this.buildOrUpdateControllers();this.notifyPlugins(`beforeElementsUpdate`);let a=0;for(let e=0,t=this.data.datasets.length;e<t;e++){let{controller:t}=this.getDatasetMeta(e),n=!r&&i.indexOf(t)===-1;t.buildOrUpdateElements(n),a=Math.max(+t.getMaxOverflow(),a)}a=this._minPadding=n.layout.autoPadding?a:0,this._updateLayout(a),r||B(i,e=>{e.reset()}),this._updateDatasets(e),this.notifyPlugins(`afterUpdate`,{mode:e}),this._layers.sort(zo(`z`,`_idx`));let{_active:o,_lastEvent:s}=this;s?this._eventHandler(s,!0):o.length&&this._updateHoverStyles(o,o,!0),this.render()}_updateScales(){B(this.scales,e=>{X.removeBox(this,e)}),this.ensureScalesHaveIDs(),this.buildOrUpdateScales()}_checkEventBindings(){let e=this.options;(!vt(new Set(Object.keys(this._listeners)),new Set(e.events))||!!this._responsiveListeners!==e.responsive)&&(this.unbindEvents(),this.bindEvents())}_updateHiddenIndices(){let{_hiddenIndices:e}=this,t=this._getUniformDataChanges()||[];for(let{method:n,start:r,count:i}of t)Go(e,r,n===`_removeElements`?-i:i)}_getUniformDataChanges(){let e=this._dataChanges;if(!e||!e.length)return;this._dataChanges=[];let t=this.data.datasets.length,n=t=>new Set(e.filter(e=>e[0]===t).map((e,t)=>t+`,`+e.splice(1).join(`,`))),r=n(0);for(let e=1;e<t;e++)if(!vt(r,n(e)))return;return Array.from(r).map(e=>e.split(`,`)).map(e=>({method:e[1],start:+e[2],count:+e[3]}))}_updateLayout(e){if(this.notifyPlugins(`beforeLayout`,{cancelable:!0})===!1)return;X.update(this,this.width,this.height,e);let t=this.chartArea,n=t.width<=0||t.height<=0;this._layers=[],B(this.boxes,e=>{n&&e.position===`chartArea`||(e.configure&&e.configure(),this._layers.push(...e._layers()))},this),this._layers.forEach((e,t)=>{e._idx=t}),this.notifyPlugins(`afterLayout`)}_updateDatasets(e){if(this.notifyPlugins(`beforeDatasetsUpdate`,{mode:e,cancelable:!0})!==!1){for(let e=0,t=this.data.datasets.length;e<t;++e)this.getDatasetMeta(e).controller.configure();for(let t=0,n=this.data.datasets.length;t<n;++t)this._updateDataset(t,_t(e)?e({datasetIndex:t}):e);this.notifyPlugins(`afterDatasetsUpdate`,{mode:e})}}_updateDataset(e,t){let n=this.getDatasetMeta(e),r={meta:n,index:e,mode:t,cancelable:!0};this.notifyPlugins(`beforeDatasetUpdate`,r)!==!1&&(n.controller._update(t),r.cancelable=!1,this.notifyPlugins(`afterDatasetUpdate`,r))}render(){this.notifyPlugins(`beforeRender`,{cancelable:!0})!==!1&&(mi.has(this)?this.attached&&!mi.running(this)&&mi.start(this):(this.draw(),Bo({chart:this})))}draw(){let e;if(this._resizeBeforeDraw){let{width:e,height:t}=this._resizeBeforeDraw;this._resizeBeforeDraw=null,this._resize(e,t)}if(this.clear(),this.width<=0||this.height<=0||this.notifyPlugins(`beforeDraw`,{cancelable:!0})===!1)return;let t=this._layers;for(e=0;e<t.length&&t[e].z<=0;++e)t[e].draw(this.chartArea);for(this._drawDatasets();e<t.length;++e)t[e].draw(this.chartArea);this.notifyPlugins(`afterDraw`)}_getSortedDatasetMetas(e){let t=this._sortedMetasets,n=[],r,i;for(r=0,i=t.length;r<i;++r){let i=t[r];(!e||i.visible)&&n.push(i)}return n}getSortedVisibleDatasetMetas(){return this._getSortedDatasetMetas(!0)}_drawDatasets(){if(this.notifyPlugins(`beforeDatasetsDraw`,{cancelable:!0})===!1)return;let e=this.getSortedVisibleDatasetMetas();for(let t=e.length-1;t>=0;--t)this._drawDataset(e[t]);this.notifyPlugins(`afterDatasetsDraw`)}_drawDataset(e){let t=this.ctx,n={meta:e,index:e.index,cancelable:!0},r=pi(this,e);this.notifyPlugins(`beforeDatasetDraw`,n)!==!1&&(r&&Fn(t,r),e.controller.draw(),r&&In(t),n.cancelable=!1,this.notifyPlugins(`afterDatasetDraw`,n))}isPointInArea(e){return Pn(e,this.chartArea,this._minPadding)}getElementsAtEventForMode(e,t,n,r){let i=Qi.modes[t];return typeof i==`function`?i(this,e,n,r):[]}getDatasetMeta(e){let t=this.data.datasets[e],n=this._metasets,r=n.filter(e=>e&&e._dataset===t).pop();return r||(r={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null,order:t&&t.order||0,index:e,_dataset:t,_parsed:[],_sorted:!1},n.push(r)),r}getContext(){return this.$context||=$n(null,{chart:this,type:`chart`})}getVisibleDatasetCount(){return this.getSortedVisibleDatasetMetas().length}isDatasetVisible(e){let t=this.data.datasets[e];if(!t)return!1;let n=this.getDatasetMeta(e);return typeof n.hidden==`boolean`?!n.hidden:!t.hidden}setDatasetVisibility(e,t){let n=this.getDatasetMeta(e);n.hidden=!t}toggleDataVisibility(e){this._hiddenIndices[e]=!this._hiddenIndices[e]}getDataVisibility(e){return!this._hiddenIndices[e]}_updateVisibility(e,t,n){let r=n?`show`:`hide`,i=this.getDatasetMeta(e),a=i.controller._resolveAnimations(void 0,r);gt(t)?(i.data[t].hidden=!n,this.update()):(this.setDatasetVisibility(e,n),a.update(i,{visible:n}),this.update(t=>t.datasetIndex===e?r:void 0))}hide(e,t){this._updateVisibility(e,t,!1)}show(e,t){this._updateVisibility(e,t,!0)}_destroyDatasetMeta(e){let t=this._metasets[e];t&&t.controller&&t.controller._destroy(),delete this._metasets[e]}_stop(){let e,t;for(this.stop(),mi.remove(this),e=0,t=this.data.datasets.length;e<t;++e)this._destroyDatasetMeta(e)}destroy(){this.notifyPlugins(`beforeDestroy`);let{canvas:e,ctx:t}=this;this._stop(),this.config.clearCache(),e&&(this.unbindEvents(),jn(e,t),this.platform.releaseContext(t),this.canvas=null,this.ctx=null),delete Uo[this.id],this.notifyPlugins(`afterDestroy`)}toBase64Image(...e){return this.canvas.toDataURL(...e)}bindEvents(){this.bindUserEvents(),this.options.responsive?this.bindResponsiveEvents():this.attached=!0}bindUserEvents(){let e=this._listeners,t=this.platform,n=(n,r)=>{t.addEventListener(this,n,r),e[n]=r},r=(e,t,n)=>{e.offsetX=t,e.offsetY=n,this._eventHandler(e)};B(this.options.events,e=>n(e,r))}bindResponsiveEvents(){this._responsiveListeners||={};let e=this._responsiveListeners,t=this.platform,n=(n,r)=>{t.addEventListener(this,n,r),e[n]=r},r=(n,r)=>{e[n]&&(t.removeEventListener(this,n,r),delete e[n])},i=(e,t)=>{this.canvas&&this.resize(e,t)},a,o=()=>{r(`attach`,o),this.attached=!0,this.resize(),n(`resize`,i),n(`detach`,a)};a=()=>{this.attached=!1,r(`resize`,i),this._stop(),this._resize(0,0),n(`attach`,o)},t.isAttached(this.canvas)?o():a()}unbindEvents(){B(this._listeners,(e,t)=>{this.platform.removeEventListener(this,t,e)}),this._listeners={},B(this._responsiveListeners,(e,t)=>{this.platform.removeEventListener(this,t,e)}),this._responsiveListeners=void 0}updateHoverStyle(e,t,n){let r=n?`set`:`remove`,i,a,o,s;for(t===`dataset`&&(i=this.getDatasetMeta(e[0].datasetIndex),i.controller[`_`+r+`DatasetHoverStyle`]()),o=0,s=e.length;o<s;++o){a=e[o];let t=a&&this.getDatasetMeta(a.datasetIndex).controller;t&&t[r+`HoverStyle`](a.element,a.datasetIndex,a.index)}}getActiveElements(){return this._active||[]}setActiveElements(e){let t=this._active||[],n=e.map(({datasetIndex:e,index:t})=>{let n=this.getDatasetMeta(e);if(!n)throw Error(`No dataset found at index `+e);return{datasetIndex:e,element:n.data[t],index:t}});it(n,t)||(this._active=n,this._lastEvent=null,this._updateHoverStyles(n,t))}notifyPlugins(e,t,n){return this._plugins.notify(this,e,t,n)}isPluginEnabled(e){return this._plugins._cache.filter(t=>t.plugin.id===e).length===1}_updateHoverStyles(e,t,n){let r=this.options.hover,i=(e,t)=>e.filter(e=>!t.some(t=>e.datasetIndex===t.datasetIndex&&e.index===t.index)),a=i(t,e),o=n?e:i(e,t);a.length&&this.updateHoverStyle(a,r.mode,!1),o.length&&r.mode&&this.updateHoverStyle(o,r.mode,!0)}_eventHandler(e,t){let n={event:e,replay:t,cancelable:!0,inChartArea:this.isPointInArea(e)},r=t=>(t.options.events||this.options.events).includes(e.native.type);if(this.notifyPlugins(`beforeEvent`,n,r)===!1)return;let i=this._handleEvent(e,t,n.inChartArea);return n.cancelable=!1,this.notifyPlugins(`afterEvent`,n,r),(i||n.changed)&&this.render(),this}_handleEvent(e,t,n){let{_active:r=[],options:i}=this,a=t,o=this._getActiveElements(e,r,n,a),s=yt(e),c=Ko(e,this._lastEvent,n,s);n&&(this._lastEvent=null,z(i.onHover,[e,o,this],this),s&&z(i.onClick,[e,o,this],this));let l=!it(o,r);return(l||t)&&(this._active=o,this._updateHoverStyles(o,r,t)),this._lastEvent=c,l}_getActiveElements(e,t,n,r){if(e.type===`mouseout`)return[];if(!n)return t;let i=this.options.hover;return this.getElementsAtEventForMode(e,i.mode,i,r)}};function Jo(){return B(qo.instances,e=>e._plugins.invalidate())}function Yo(e,t,n=t){e.lineCap=R(n.borderCapStyle,t.borderCapStyle),e.setLineDash(R(n.borderDash,t.borderDash)),e.lineDashOffset=R(n.borderDashOffset,t.borderDashOffset),e.lineJoin=R(n.borderJoinStyle,t.borderJoinStyle),e.lineWidth=R(n.borderWidth,t.borderWidth),e.strokeStyle=R(n.borderColor,t.borderColor)}function Xo(e,t,n){e.lineTo(n.x,n.y)}function Zo(e){return e.stepped?Ln:e.tension||e.cubicInterpolationMode===`monotone`?Rn:Xo}function Qo(e,t,n={}){let r=e.length,{start:i=0,end:a=r-1}=n,{start:o,end:s}=t,c=Math.max(i,o),l=Math.min(a,s),u=i<o&&a<o||i>s&&a>s;return{count:r,start:c,loop:t.loop,ilen:l<c&&!u?r+l-c:l-c}}function $o(e,t,n,r){let{points:i,options:a}=t,{count:o,start:s,loop:c,ilen:l}=Qo(i,n,r),u=Zo(a),{move:d=!0,reverse:f}=r||{},p,m,h;for(p=0;p<=l;++p)m=i[(s+(f?l-p:p))%o],!m.skip&&(d?(e.moveTo(m.x,m.y),d=!1):u(e,h,m,f,a.stepped),h=m);return c&&(m=i[(s+(f?l:0))%o],u(e,h,m,f,a.stepped)),!!c}function es(e,t,n,r){let i=t.points,{count:a,start:o,ilen:s}=Qo(i,n,r),{move:c=!0,reverse:l}=r||{},u=0,d=0,f,p,m,h,g,_,v=e=>(o+(l?s-e:e))%a,y=()=>{h!==g&&(e.lineTo(u,g),e.lineTo(u,h),e.lineTo(u,_))};for(c&&(p=i[v(0)],e.moveTo(p.x,p.y)),f=0;f<=s;++f){if(p=i[v(f)],p.skip)continue;let t=p.x,n=p.y,r=t|0;r===m?(n<h?h=n:n>g&&(g=n),u=(d*u+t)/++d):(y(),e.lineTo(t,n),m=r,d=0,h=g=n),_=n}y()}function ts(e){let t=e.options,n=t.borderDash&&t.borderDash.length;return!e._decimated&&!e._loop&&!t.tension&&t.cubicInterpolationMode!==`monotone`&&!t.stepped&&!n?es:$o}function ns(e){return e.stepped?Kr:e.tension||e.cubicInterpolationMode===`monotone`?qr:Gr}function rs(e,t,n,r){let i=t._path;i||(i=t._path=new Path2D,t.path(i,n,r)&&i.closePath()),Yo(e,t.options),e.stroke(i)}function is(e,t,n,r){let{segments:i,options:a}=t,o=ts(t);for(let s of i)Yo(e,a,s.style),e.beginPath(),o(e,t,s,{start:n,end:n+r-1})&&e.closePath(),e.stroke()}var as=typeof Path2D==`function`;function os(e,t,n,r){as&&!t.options.segment?rs(e,t,n,r):is(e,t,n,r)}var ss=class extends Ra{static id=`line`;static defaults={borderCapStyle:`butt`,borderDash:[],borderDashOffset:0,borderJoinStyle:`miter`,borderWidth:3,capBezierPoints:!0,cubicInterpolationMode:`default`,fill:!1,spanGaps:!1,stepped:!1,tension:0};static defaultRoutes={backgroundColor:`backgroundColor`,borderColor:`borderColor`};static descriptors={_scriptable:!0,_indexable:e=>e!==`borderDash`&&e!==`fill`};constructor(e){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,e&&Object.assign(this,e)}updateControlPoints(e,t){let n=this.options;if((n.tension||n.cubicInterpolationMode===`monotone`)&&!n.stepped&&!this._pointsUpdated){let r=n.spanGaps?this._loop:this._fullLoop;Or(this._points,n,e,r,t),this._pointsUpdated=!0}}set points(e){this._points=e,delete this._segments,delete this._path,this._pointsUpdated=!1}get points(){return this._points}get segments(){return this._segments||=oi(this,this.options.segment)}first(){let e=this.segments,t=this.points;return e.length&&t[e[0].start]}last(){let e=this.segments,t=this.points,n=e.length;return n&&t[e[n-1].end]}interpolate(e,t){let n=this.options,r=e[t],i=this.points,a=ri(this,{property:t,start:r,end:r});if(!a.length)return;let o=[],s=ns(n),c,l;for(c=0,l=a.length;c<l;++c){let{start:l,end:u}=a[c],d=i[l],f=i[u];if(d===f){o.push(d);continue}let p=s(d,f,Math.abs((r-d[t])/(f[t]-d[t])),n.stepped);p[t]=e[t],o.push(p)}return o.length===1?o[0]:o}pathSegment(e,t,n){return ts(this)(e,this,t,n)}path(e,t,n){let r=this.segments,i=ts(this),a=this._loop;t||=0,n||=this.points.length-t;for(let o of r)a&=i(e,this,o,{start:t,end:t+n-1});return!!a}draw(e,t,n,r){let i=this.options||{};(this.points||[]).length&&i.borderWidth&&(e.save(),os(e,this,n,r),e.restore()),this.animated&&(this._pointsUpdated=!1,this._path=void 0)}};function cs(e,t,n,r){let i=e.options,{[n]:a}=e.getProps([n],r);return Math.abs(t-a)<i.radius+i.hitRadius}var ls=class extends Ra{static id=`point`;parsed;skip;stop;static defaults={borderWidth:1,hitRadius:1,hoverBorderWidth:1,hoverRadius:4,pointStyle:`circle`,radius:3,rotation:0};static defaultRoutes={backgroundColor:`backgroundColor`,borderColor:`borderColor`};constructor(e){super(),this.options=void 0,this.parsed=void 0,this.skip=void 0,this.stop=void 0,e&&Object.assign(this,e)}inRange(e,t,n){let r=this.options,{x:i,y:a}=this.getProps([`x`,`y`],n);return(e-i)**2+(t-a)**2<(r.hitRadius+r.radius)**2}inXRange(e,t){return cs(this,e,`x`,t)}inYRange(e,t){return cs(this,e,`y`,t)}getCenterPoint(e){let{x:t,y:n}=this.getProps([`x`,`y`],e);return{x:t,y:n}}size(e){e=e||this.options||{};let t=e.radius||0;t=Math.max(t,t&&e.hoverRadius||0);let n=t&&e.borderWidth||0;return(t+n)*2}draw(e,t){let n=this.options;this.skip||n.radius<.1||!Pn(this,t,this.size(n)/2)||(e.strokeStyle=n.borderColor,e.lineWidth=n.borderWidth,e.fillStyle=n.backgroundColor,Mn(e,n,this.x,this.y))}getRange(){let e=this.options||{};return e.radius+e.hitRadius}};function us(e,t,n){let r=e.segments,i=e.points,a=t.points,o=[];for(let e of r){let{start:r,end:s}=e;s=ps(r,s,i);let c=ds(n,i[r],i[s],e.loop);if(!t.segments){o.push({source:e,target:c,start:i[r],end:i[s]});continue}let l=ri(t,c);for(let t of l){let r=ds(n,a[t.start],a[t.end],t.loop),s=ni(e,i,r);for(let e of s)o.push({source:e,target:t,start:{[n]:ms(c,r,`start`,Math.max)},end:{[n]:ms(c,r,`end`,Math.min)}})}}return o}function ds(e,t,n,r){if(r)return;let i=t[e],a=n[e];return e===`angle`&&(i=W(i),a=W(a)),{property:e,start:i,end:a}}function fs(e,t){let{x:n=null,y:r=null}=e||{},i=t.points,a=[];return t.segments.forEach(({start:e,end:t})=>{t=ps(e,t,i);let o=i[e],s=i[t];r===null?n!==null&&(a.push({x:n,y:o.y}),a.push({x:n,y:s.y})):(a.push({x:o.x,y:r}),a.push({x:s.x,y:r}))}),a}function ps(e,t,n){for(;t>e;t--){let e=n[t];if(!isNaN(e.x)&&!isNaN(e.y))break}return t}function ms(e,t,n,r){return e&&t?r(e[n],t[n]):e?e[n]:t?t[n]:0}function hs(e,t){let n=[],r=!1;return P(e)?(r=!0,n=e):n=fs(e,t),n.length?new ss({points:n,options:{tension:0},_loop:r,_fullLoop:r}):null}function gs(e){return e&&e.fill!==!1}function _s(e,t,n){let r=e[t].fill,i=[t],a;if(!n)return r;for(;r!==!1&&i.indexOf(r)===-1;){if(!I(r))return r;if(a=e[r],!a)return!1;if(a.visible)return r;i.push(r),r=a.fill}return!1}function vs(e,t,n){let r=Ss(e);if(F(r))return isNaN(r.value)?!1:r;let i=parseFloat(r);return I(i)&&Math.floor(i)===i?ys(r[0],t,i,n):[`origin`,`start`,`end`,`stack`,`shape`].indexOf(r)>=0&&r}function ys(e,t,n,r){return(e===`-`||e===`+`)&&(n=t+n),n===t||n<0||n>=r?!1:n}function bs(e,t){let n=null;return e===`start`?n=t.bottom:e===`end`?n=t.top:F(e)?n=t.getPixelForValue(e.value):t.getBasePixel&&(n=t.getBasePixel()),n}function xs(e,t,n){let r;return r=e===`start`?n:e===`end`?t.options.reverse?t.min:t.max:F(e)?e.value:t.getBaseValue(),r}function Ss(e){let t=e.options,n=t.fill,r=R(n&&n.target,n);return r===void 0&&(r=!!t.backgroundColor),r===!1||r===null?!1:r===!0?`origin`:r}function Cs(e){let{scale:t,index:n,line:r}=e,i=[],a=r.segments,o=r.points,s=ws(t,n);s.push(hs({x:null,y:t.bottom},r));for(let e=0;e<a.length;e++){let t=a[e];for(let e=t.start;e<=t.end;e++)Ts(i,o[e],s)}return new ss({points:i,options:{}})}function ws(e,t){let n=[],r=e.getMatchingVisibleMetas(`line`);for(let e=0;e<r.length;e++){let i=r[e];if(i.index===t)break;i.hidden||n.unshift(i.dataset)}return n}function Ts(e,t,n){let r=[];for(let i=0;i<n.length;i++){let a=n[i],{first:o,last:s,point:c}=Es(a,t,`x`);if(!(!c||o&&s)){if(o)r.unshift(c);else if(e.push(c),!s)break}}e.push(...r)}function Es(e,t,n){let r=e.interpolate(t,n);if(!r)return{};let i=r[n],a=e.segments,o=e.points,s=!1,c=!1;for(let e=0;e<a.length;e++){let t=a[e],r=o[t.start][n],l=o[t.end][n];if(Ht(i,r,l)){s=i===r,c=i===l;break}}return{first:s,last:c,point:r}}var Ds=class{constructor(e){this.x=e.x,this.y=e.y,this.radius=e.radius}pathSegment(e,t,n){let{x:r,y:i,radius:a}=this;return t||={start:0,end:H},e.arc(r,i,a,t.end,t.start,!0),!n.bounds}interpolate(e){let{x:t,y:n,radius:r}=this,i=e.angle;return{x:t+Math.cos(i)*r,y:n+Math.sin(i)*r,angle:i}}};function Os(e){let{chart:t,fill:n,line:r}=e;if(I(n))return ks(t,n);if(n===`stack`)return Cs(e);if(n===`shape`)return!0;let i=As(e);return i instanceof Ds?i:hs(i,r)}function ks(e,t){let n=e.getDatasetMeta(t);return n&&e.isDatasetVisible(t)?n.dataset:null}function As(e){return(e.scale||{}).getPointPositionForValue?Ms(e):js(e)}function js(e){let{scale:t={},fill:n}=e,r=bs(n,t);if(I(r)){let e=t.isHorizontal();return{x:e?r:null,y:e?null:r}}return null}function Ms(e){let{scale:t,fill:n}=e,r=t.options,i=t.getLabels().length,a=r.reverse?t.max:t.min,o=xs(n,t,a),s=[];if(r.grid.circular){let e=t.getPointPositionForValue(0,a);return new Ds({x:e.x,y:e.y,radius:t.getDistanceFromCenterForValue(o)})}for(let e=0;e<i;++e)s.push(t.getPointPositionForValue(e,o));return s}function Ns(e,t,n){let r=Os(t),{chart:i,index:a,line:o,scale:s,axis:c}=t,l=o.options,u=l.fill,d=l.backgroundColor,{above:f=d,below:p=d}=u||{},m=pi(i,i.getDatasetMeta(a));r&&o.points.length&&(Fn(e,n),Ps(e,{line:o,target:r,above:f,below:p,area:n,scale:s,axis:c,clip:m}),In(e))}function Ps(e,t){let{line:n,target:r,above:i,below:a,area:o,scale:s,clip:c}=t,l=n._loop?`angle`:t.axis;e.save();let u=a;a!==i&&(l===`x`?(Fs(e,r,o.top),Ls(e,{line:n,target:r,color:i,scale:s,property:l,clip:c}),e.restore(),e.save(),Fs(e,r,o.bottom)):l===`y`&&(Is(e,r,o.left),Ls(e,{line:n,target:r,color:a,scale:s,property:l,clip:c}),e.restore(),e.save(),Is(e,r,o.right),u=i)),Ls(e,{line:n,target:r,color:u,scale:s,property:l,clip:c}),e.restore()}function Fs(e,t,n){let{segments:r,points:i}=t,a=!0,o=!1;e.beginPath();for(let s of r){let{start:r,end:c}=s,l=i[r],u=i[ps(r,c,i)];a?(e.moveTo(l.x,l.y),a=!1):(e.lineTo(l.x,n),e.lineTo(l.x,l.y)),o=!!t.pathSegment(e,s,{move:o}),o?e.closePath():e.lineTo(u.x,n)}e.lineTo(t.first().x,n),e.closePath(),e.clip()}function Is(e,t,n){let{segments:r,points:i}=t,a=!0,o=!1;e.beginPath();for(let s of r){let{start:r,end:c}=s,l=i[r],u=i[ps(r,c,i)];a?(e.moveTo(l.x,l.y),a=!1):(e.lineTo(n,l.y),e.lineTo(l.x,l.y)),o=!!t.pathSegment(e,s,{move:o}),o?e.closePath():e.lineTo(n,u.y)}e.lineTo(n,t.first().y),e.closePath(),e.clip()}function Ls(e,t){let{line:n,target:r,property:i,color:a,scale:o,clip:s}=t,c=us(n,r,i);for(let{source:t,target:l,start:u,end:d}of c){let{style:{backgroundColor:c=a}={}}=t,f=r!==!0;e.save(),e.fillStyle=c,Rs(e,o,s,f&&ds(i,u,d)),e.beginPath();let p=!!n.pathSegment(e,t),m;if(f){p?e.closePath():zs(e,r,d,i);let t=!!r.pathSegment(e,l,{move:p,reverse:!0});m=p&&t,m||zs(e,r,u,i)}e.closePath(),e.fill(m?`evenodd`:`nonzero`),e.restore()}}function Rs(e,t,n,r){let i=t.chart.chartArea,{property:a,start:o,end:s}=r||{};if(a===`x`||a===`y`){let t,r,c,l;a===`x`?(t=o,r=i.top,c=s,l=i.bottom):(t=i.left,r=o,c=i.right,l=s),e.beginPath(),n&&(t=Math.max(t,n.left),c=Math.min(c,n.right),r=Math.max(r,n.top),l=Math.min(l,n.bottom)),e.rect(t,r,c-t,l-r),e.clip()}}function zs(e,t,n,r){let i=t.interpolate(n,r);i&&e.lineTo(i.x,i.y)}var Bs={id:`filler`,afterDatasetsUpdate(e,t,n){let r=(e.data.datasets||[]).length,i=[],a,o,s,c;for(o=0;o<r;++o)a=e.getDatasetMeta(o),s=a.dataset,c=null,s&&s.options&&s instanceof ss&&(c={visible:e.isDatasetVisible(o),index:o,fill:vs(s,o,r),chart:e,axis:a.controller.options.indexAxis,scale:a.vScale,line:s}),a.$filler=c,i.push(c);for(o=0;o<r;++o)c=i[o],!(!c||c.fill===!1)&&(c.fill=_s(i,o,n.propagate))},beforeDraw(e,t,n){let r=n.drawTime===`beforeDraw`,i=e.getSortedVisibleDatasetMetas(),a=e.chartArea;for(let t=i.length-1;t>=0;--t){let n=i[t].$filler;n&&(n.line.updateControlPoints(a,n.axis),r&&n.fill&&Ns(e.ctx,n,a))}},beforeDatasetsDraw(e,t,n){if(n.drawTime!==`beforeDatasetsDraw`)return;let r=e.getSortedVisibleDatasetMetas();for(let t=r.length-1;t>=0;--t){let n=r[t].$filler;gs(n)&&Ns(e.ctx,n,e.chartArea)}},beforeDatasetDraw(e,t,n){let r=t.meta.$filler;!gs(r)||n.drawTime!==`beforeDatasetDraw`||Ns(e.ctx,r,e.chartArea)},defaults:{propagate:!0,drawTime:`beforeDatasetDraw`}},Vs=(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)}},Hs=(e,t)=>e!==null&&t!==null&&e.datasetIndex===t.datasetIndex&&e.index===t.index,Us=class extends Ra{constructor(e){super(),this._added=!1,this.legendHitBoxes=[],this._hoveredItem=null,this.doughnutMode=!1,this.chart=e.chart,this.options=e.options,this.ctx=e.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(e,t,n){this.maxWidth=e,this.maxHeight=t,this._margins=n,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(){let e=this.options.labels||{},t=z(e.generateLabels,[this.chart],this)||[];e.filter&&(t=t.filter(t=>e.filter(t,this.chart.data))),e.sort&&(t=t.sort((t,n)=>e.sort(t,n,this.chart.data))),this.options.reverse&&t.reverse(),this.legendItems=t}fit(){let{options:e,ctx:t}=this;if(!e.display){this.width=this.height=0;return}let n=e.labels,r=Y(n.font),i=r.size,a=this._computeTitleHeight(),{boxWidth:o,itemHeight:s}=Vs(n,i),c,l;t.font=r.string,this.isHorizontal()?(c=this.maxWidth,l=this._fitRows(a,i,o,s)+10):(l=this.maxHeight,c=this._fitCols(a,r,o,s)+10),this.width=Math.min(c,e.maxWidth||this.maxWidth),this.height=Math.min(l,e.maxHeight||this.maxHeight)}_fitRows(e,t,n,r){let{ctx:i,maxWidth:a,options:{labels:{padding:o}}}=this,s=this.legendHitBoxes=[],c=this.lineWidths=[0],l=r+o,u=e;i.textAlign=`left`,i.textBaseline=`middle`;let d=-1,f=-l;return this.legendItems.forEach((e,p)=>{let m=n+t/2+i.measureText(e.text).width;(p===0||c[c.length-1]+m+2*o>a)&&(u+=l,c[c.length-(p>0?0:1)]=0,f+=l,d++),s[p]={left:0,top:f,row:d,width:m,height:r},c[c.length-1]+=m+o}),u}_fitCols(e,t,n,r){let{ctx:i,maxHeight:a,options:{labels:{padding:o}}}=this,s=this.legendHitBoxes=[],c=this.columnSizes=[],l=a-e,u=o,d=0,f=0,p=0,m=0;return this.legendItems.forEach((e,a)=>{let{itemWidth:h,itemHeight:g}=Ws(n,t,i,e,r);a>0&&f+g+2*o>l&&(u+=d+o,c.push({width:d,height:f}),p+=d+o,m++,d=f=0),s[a]={left:p,top:f,col:m,width:h,height:g},d=Math.max(d,h),f+=g+o}),u+=d,c.push({width:d,height:f}),u}adjustHitBoxes(){if(!this.options.display)return;let e=this._computeTitleHeight(),{legendHitBoxes:t,options:{align:n,labels:{padding:r},rtl:i}}=this,a=Xr(i,this.left,this.width);if(this.isHorizontal()){let i=0,o=K(n,this.left+r,this.right-this.lineWidths[i]);for(let s of t)i!==s.row&&(i=s.row,o=K(n,this.left+r,this.right-this.lineWidths[i])),s.top+=this.top+e+r,s.left=a.leftForLtr(a.x(o),s.width),o+=s.width+r}else{let i=0,o=K(n,this.top+e+r,this.bottom-this.columnSizes[i].height);for(let s of t)s.col!==i&&(i=s.col,o=K(n,this.top+e+r,this.bottom-this.columnSizes[i].height)),s.top=o,s.left+=this.left+r,s.left=a.leftForLtr(a.x(s.left),s.width),o+=s.height+r}}isHorizontal(){return this.options.position===`top`||this.options.position===`bottom`}draw(){if(this.options.display){let e=this.ctx;Fn(e,this),this._draw(),In(e)}}_draw(){let{options:e,columnSizes:t,lineWidths:n,ctx:r}=this,{align:i,labels:a}=e,o=q.color,s=Xr(e.rtl,this.left,this.width),c=Y(a.font),{padding:l}=a,u=c.size,d=u/2,f;this.drawTitle(),r.textAlign=s.textAlign(`left`),r.textBaseline=`middle`,r.lineWidth=.5,r.font=c.string;let{boxWidth:p,boxHeight:m,itemHeight:h}=Vs(a,u),g=function(e,t,n){if(isNaN(p)||p<=0||isNaN(m)||m<0)return;r.save();let i=R(n.lineWidth,1);if(r.fillStyle=R(n.fillStyle,o),r.lineCap=R(n.lineCap,`butt`),r.lineDashOffset=R(n.lineDashOffset,0),r.lineJoin=R(n.lineJoin,`miter`),r.lineWidth=i,r.strokeStyle=R(n.strokeStyle,o),r.setLineDash(R(n.lineDash,[])),a.usePointStyle)Nn(r,{radius:m*Math.SQRT2/2,pointStyle:n.pointStyle,rotation:n.rotation,borderWidth:i},s.xPlus(e,p/2),t+d,a.pointStyleWidth&&p);else{let a=t+Math.max((u-m)/2,0),o=s.leftForLtr(e,p),c=Xn(n.borderRadius);r.beginPath(),Object.values(c).some(e=>e!==0)?Un(r,{x:o,y:a,w:p,h:m,radius:c}):r.rect(o,a,p,m),r.fill(),i!==0&&r.stroke()}r.restore()},_=function(e,t,n){Hn(r,n.text,e,t+h/2,c,{strikethrough:n.hidden,textAlign:s.textAlign(n.textAlign)})},v=this.isHorizontal(),y=this._computeTitleHeight();f=v?{x:K(i,this.left+l,this.right-n[0]),y:this.top+l+y,line:0}:{x:this.left+l,y:K(i,this.top+y+l,this.bottom-t[0].height),line:0},Zr(this.ctx,e.textDirection);let b=h+l;this.legendItems.forEach((o,u)=>{r.strokeStyle=o.fontColor,r.fillStyle=o.fontColor;let m=r.measureText(o.text).width,h=s.textAlign(o.textAlign||=a.textAlign),x=p+d+m,S=f.x,C=f.y;if(s.setWidth(this.width),v?u>0&&S+x+l>this.right&&(C=f.y+=b,f.line++,S=f.x=K(i,this.left+l,this.right-n[f.line])):u>0&&C+b>this.bottom&&(S=f.x=S+t[f.line].width+l,f.line++,C=f.y=K(i,this.top+y+l,this.bottom-t[f.line].height)),g(s.x(S),C,o),S=tn(h,S+p+d,v?S+x:this.right,e.rtl),_(s.x(S),C,o),v)f.x+=x+l;else if(typeof o.text!=`string`){let e=c.lineHeight;f.y+=qs(o,e)+l}else f.y+=b}),Qr(this.ctx,e.textDirection)}drawTitle(){let e=this.options,t=e.title,n=Y(t.font),r=J(t.padding);if(!t.display)return;let i=Xr(e.rtl,this.left,this.width),a=this.ctx,o=t.position,s=n.size/2,c=r.top+s,l,u=this.left,d=this.width;if(this.isHorizontal())d=Math.max(...this.lineWidths),l=this.top+c,u=K(e.align,u,this.right-d);else{let t=this.columnSizes.reduce((e,t)=>Math.max(e,t.height),0);l=c+K(e.align,this.top,this.bottom-t-e.labels.padding-this._computeTitleHeight())}let f=K(o,u,u+d);a.textAlign=i.textAlign(en(o)),a.textBaseline=`middle`,a.strokeStyle=t.color,a.fillStyle=t.color,a.font=n.string,Hn(a,t.text,f,l,n)}_computeTitleHeight(){let e=this.options.title,t=Y(e.font),n=J(e.padding);return e.display?t.lineHeight+n.height:0}_getLegendItemAt(e,t){let n,r,i;if(Ht(e,this.left,this.right)&&Ht(t,this.top,this.bottom)){for(i=this.legendHitBoxes,n=0;n<i.length;++n)if(r=i[n],Ht(e,r.left,r.left+r.width)&&Ht(t,r.top,r.top+r.height))return this.legendItems[n]}return null}handleEvent(e){let t=this.options;if(!Js(e.type,t))return;let n=this._getLegendItemAt(e.x,e.y);if(e.type===`mousemove`||e.type===`mouseout`){let r=this._hoveredItem,i=Hs(r,n);r&&!i&&z(t.onLeave,[e,r,this],this),this._hoveredItem=n,n&&!i&&z(t.onHover,[e,n,this],this)}else n&&z(t.onClick,[e,n,this],this)}};function Ws(e,t,n,r,i){return{itemWidth:Gs(r,e,t,n),itemHeight:Ks(i,r,t.lineHeight)}}function Gs(e,t,n,r){let i=e.text;return i&&typeof i!=`string`&&(i=i.reduce((e,t)=>e.length>t.length?e:t)),t+n.size/2+r.measureText(i).width}function Ks(e,t,n){let r=e;return typeof t.text!=`string`&&(r=qs(t,n)),r}function qs(e,t){return t*(e.text?e.text.length:0)}function Js(e,t){return!!((e===`mousemove`||e===`mouseout`)&&(t.onHover||t.onLeave)||t.onClick&&(e===`click`||e===`mouseup`))}var Ys={id:`legend`,_element:Us,start(e,t,n){let r=e.legend=new Us({ctx:e.ctx,options:n,chart:e});X.configure(e,r,n),X.addBox(e,r)},stop(e){X.removeBox(e,e.legend),delete e.legend},beforeUpdate(e,t,n){let r=e.legend;X.configure(e,r,n),r.options=n},afterUpdate(e){let 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){let 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){let t=e.data.datasets,{labels:{usePointStyle:n,pointStyle:r,textAlign:i,color:a,useBorderRadius:o,borderRadius:s}}=e.legend.options;return e._getSortedDatasetMetas().map(e=>{let c=e.controller.getStyle(n?0:void 0),l=J(c.borderWidth);return{text:t[e.index].label,fillStyle:c.backgroundColor,fontColor:a,hidden:!e.visible,lineCap:c.borderCapStyle,lineDash:c.borderDash,lineDashOffset:c.borderDashOffset,lineJoin:c.borderJoinStyle,lineWidth:(l.width+l.height)/4,strokeStyle:c.borderColor,pointStyle:r||c.pointStyle,rotation:c.rotation,textAlign:i||c.textAlign,borderRadius:o&&(s||c.borderRadius),datasetIndex:e.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)}}},Xs=class extends Ra{constructor(e){super(),this.chart=e.chart,this.options=e.options,this.ctx=e.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(e,t){let n=this.options;if(this.left=0,this.top=0,!n.display){this.width=this.height=this.right=this.bottom=0;return}this.width=this.right=e,this.height=this.bottom=t;let r=P(n.text)?n.text.length:1;this._padding=J(n.padding);let i=r*Y(n.font).lineHeight+this._padding.height;this.isHorizontal()?this.height=i:this.width=i}isHorizontal(){let e=this.options.position;return e===`top`||e===`bottom`}_drawArgs(e){let{top:t,left:n,bottom:r,right:i,options:a}=this,o=a.align,s=0,c,l,u;return this.isHorizontal()?(l=K(o,n,i),u=t+e,c=i-n):(a.position===`left`?(l=n+e,u=K(o,r,t),s=V*-.5):(l=i-e,u=K(o,t,r),s=V*.5),c=r-t),{titleX:l,titleY:u,maxWidth:c,rotation:s}}draw(){let e=this.ctx,t=this.options;if(!t.display)return;let n=Y(t.font),r=n.lineHeight/2+this._padding.top,{titleX:i,titleY:a,maxWidth:o,rotation:s}=this._drawArgs(r);Hn(e,t.text,0,0,n,{color:t.color,maxWidth:o,rotation:s,textAlign:en(t.align),textBaseline:`middle`,translation:[i,a]})}};function Zs(e,t){let n=new Xs({ctx:e.ctx,options:t,chart:e});X.configure(e,n,t),X.addBox(e,n),e.titleBlock=n}var Qs={id:`title`,_element:Xs,start(e,t,n){Zs(e,n)},stop(e){let t=e.titleBlock;X.removeBox(e,t),delete e.titleBlock},beforeUpdate(e,t,n){let r=e.titleBlock;X.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}},$s={average(e){if(!e.length)return!1;let t,n,r=new Set,i=0,a=0;for(t=0,n=e.length;t<n;++t){let n=e[t].element;if(n&&n.hasValue()){let e=n.tooltipPosition();r.add(e.x),i+=e.y,++a}}return a===0||r.size===0?!1:{x:[...r].reduce((e,t)=>e+t)/r.size,y:i/a}},nearest(e,t){if(!e.length)return!1;let n=t.x,r=t.y,i=1/0,a,o,s;for(a=0,o=e.length;a<o;++a){let n=e[a].element;if(n&&n.hasValue()){let e=Rt(t,n.getCenterPoint());e<i&&(i=e,s=n)}}if(s){let e=s.tooltipPosition();n=e.x,r=e.y}return{x:n,y:r}}};function ec(e,t){return t&&(P(t)?Array.prototype.push.apply(e,t):e.push(t)),e}function tc(e){return(typeof e==`string`||e instanceof String)&&e.indexOf(`
2
+ `)>-1?e.split(`
3
+ `):e}function nc(e,t){let{element:n,datasetIndex:r,index:i}=t,a=e.getDatasetMeta(r).controller,{label:o,value:s}=a.getLabelAndValue(i);return{chart:e,label:o,parsed:a.getParsed(i),raw:e.data.datasets[r].data[i],formattedValue:s,dataset:a.getDataset(),dataIndex:i,datasetIndex:r,element:n}}function rc(e,t){let n=e.chart.ctx,{body:r,footer:i,title:a}=e,{boxWidth:o,boxHeight:s}=t,c=Y(t.bodyFont),l=Y(t.titleFont),u=Y(t.footerFont),d=a.length,f=i.length,p=r.length,m=J(t.padding),h=m.height,g=0,_=r.reduce((e,t)=>e+t.before.length+t.lines.length+t.after.length,0);if(_+=e.beforeBody.length+e.afterBody.length,d&&(h+=d*l.lineHeight+(d-1)*t.titleSpacing+t.titleMarginBottom),_){let e=t.displayColors?Math.max(s,c.lineHeight):c.lineHeight;h+=p*e+(_-p)*c.lineHeight+(_-1)*t.bodySpacing}f&&(h+=t.footerMarginTop+f*u.lineHeight+(f-1)*t.footerSpacing);let v=0,y=function(e){g=Math.max(g,n.measureText(e).width+v)};return n.save(),n.font=l.string,B(e.title,y),n.font=c.string,B(e.beforeBody.concat(e.afterBody),y),v=t.displayColors?o+2+t.boxPadding:0,B(r,e=>{B(e.before,y),B(e.lines,y),B(e.after,y)}),v=0,n.font=u.string,B(e.footer,y),n.restore(),g+=m.width,{width:g,height:h}}function ic(e,t){let{y:n,height:r}=t;return n<r/2?`top`:n>e.height-r/2?`bottom`:`center`}function ac(e,t,n,r){let{x:i,width:a}=r,o=n.caretSize+n.caretPadding;if(e===`left`&&i+a+o>t.width||e===`right`&&i-a-o<0)return!0}function oc(e,t,n,r){let{x:i,width:a}=n,{width:o,chartArea:{left:s,right:c}}=e,l=`center`;return r===`center`?l=i<=(s+c)/2?`left`:`right`:i<=a/2?l=`left`:i>=o-a/2&&(l=`right`),ac(l,e,t,n)&&(l=`center`),l}function sc(e,t,n){let r=n.yAlign||t.yAlign||ic(e,n);return{xAlign:n.xAlign||t.xAlign||oc(e,t,n,r),yAlign:r}}function cc(e,t){let{x:n,width:r}=e;return t===`right`?n-=r:t===`center`&&(n-=r/2),n}function lc(e,t,n){let{y:r,height:i}=e;return t===`top`?r+=n:t===`bottom`?r-=i+n:r-=i/2,r}function uc(e,t,n,r){let{caretSize:i,caretPadding:a,cornerRadius:o}=e,{xAlign:s,yAlign:c}=n,l=i+a,{topLeft:u,topRight:d,bottomLeft:f,bottomRight:p}=Xn(o),m=cc(t,s),h=lc(t,c,l);return c===`center`?s===`left`?m+=l:s===`right`&&(m-=l):s===`left`?m-=Math.max(u,f)+i:s===`right`&&(m+=Math.max(d,p)+i),{x:G(m,0,r.width-t.width),y:G(h,0,r.height-t.height)}}function dc(e,t,n){let r=J(n.padding);return t===`center`?e.x+e.width/2:t===`right`?e.x+e.width-r.right:e.x+r.left}function fc(e){return ec([],tc(e))}function pc(e,t,n){return $n(e,{tooltip:t,tooltipItems:n,type:`tooltip`})}function mc(e,t){let n=t&&t.dataset&&t.dataset.tooltip&&t.dataset.tooltip.callbacks;return n?e.override(n):e}var hc={beforeTitle:tt,title(e){if(e.length>0){let 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:tt,beforeBody:tt,beforeLabel:tt,label(e){if(this&&this.options&&this.options.mode===`dataset`)return e.label+`: `+e.formattedValue||e.formattedValue;let t=e.dataset.label||``;t&&(t+=`: `);let n=e.formattedValue;return N(n)||(t+=n),t},labelColor(e){let t=e.chart.getDatasetMeta(e.datasetIndex).controller.getStyle(e.dataIndex);return{borderColor:t.borderColor,backgroundColor:t.backgroundColor,borderWidth:t.borderWidth,borderDash:t.borderDash,borderDashOffset:t.borderDashOffset,borderRadius:0}},labelTextColor(){return this.options.bodyColor},labelPointStyle(e){let t=e.chart.getDatasetMeta(e.datasetIndex).controller.getStyle(e.dataIndex);return{pointStyle:t.pointStyle,rotation:t.rotation}},afterLabel:tt,afterBody:tt,beforeFooter:tt,footer:tt,afterFooter:tt};function Z(e,t,n,r){let i=e[t].call(n,r);return i===void 0?hc[t].call(n,r):i}var gc=class extends Ra{static positioners=$s;constructor(e){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=e.chart,this.options=e.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(e){this.options=e,this._cachedAnimations=void 0,this.$context=void 0}_resolveAnimations(){let e=this._cachedAnimations;if(e)return e;let t=this.chart,n=this.options.setContext(this.getContext()),r=n.enabled&&t.options.animation&&n.animations,i=new vi(this.chart,r);return r._cacheable&&(this._cachedAnimations=Object.freeze(i)),i}getContext(){return this.$context||=pc(this.chart.getContext(),this,this._tooltipItems)}getTitle(e,t){let{callbacks:n}=t,r=Z(n,`beforeTitle`,this,e),i=Z(n,`title`,this,e),a=Z(n,`afterTitle`,this,e),o=[];return o=ec(o,tc(r)),o=ec(o,tc(i)),o=ec(o,tc(a)),o}getBeforeBody(e,t){return fc(Z(t.callbacks,`beforeBody`,this,e))}getBody(e,t){let{callbacks:n}=t,r=[];return B(e,e=>{let t={before:[],lines:[],after:[]},i=mc(n,e);ec(t.before,tc(Z(i,`beforeLabel`,this,e))),ec(t.lines,Z(i,`label`,this,e)),ec(t.after,tc(Z(i,`afterLabel`,this,e))),r.push(t)}),r}getAfterBody(e,t){return fc(Z(t.callbacks,`afterBody`,this,e))}getFooter(e,t){let{callbacks:n}=t,r=Z(n,`beforeFooter`,this,e),i=Z(n,`footer`,this,e),a=Z(n,`afterFooter`,this,e),o=[];return o=ec(o,tc(r)),o=ec(o,tc(i)),o=ec(o,tc(a)),o}_createItems(e){let t=this._active,n=this.chart.data,r=[],i=[],a=[],o=[],s,c;for(s=0,c=t.length;s<c;++s)o.push(nc(this.chart,t[s]));return e.filter&&(o=o.filter((t,r,i)=>e.filter(t,r,i,n))),e.itemSort&&(o=o.sort((t,r)=>e.itemSort(t,r,n))),B(o,t=>{let n=mc(e.callbacks,t);r.push(Z(n,`labelColor`,this,t)),i.push(Z(n,`labelPointStyle`,this,t)),a.push(Z(n,`labelTextColor`,this,t))}),this.labelColors=r,this.labelPointStyles=i,this.labelTextColors=a,this.dataPoints=o,o}update(e,t){let n=this.options.setContext(this.getContext()),r=this._active,i,a=[];if(!r.length)this.opacity!==0&&(i={opacity:0});else{let e=$s[n.position].call(this,r,this._eventPosition);a=this._createItems(n),this.title=this.getTitle(a,n),this.beforeBody=this.getBeforeBody(a,n),this.body=this.getBody(a,n),this.afterBody=this.getAfterBody(a,n),this.footer=this.getFooter(a,n);let t=this._size=rc(this,n),o=Object.assign({},e,t),s=sc(this.chart,n,o),c=uc(n,o,s,this.chart);this.xAlign=s.xAlign,this.yAlign=s.yAlign,i={opacity:1,x:c.x,y:c.y,width:t.width,height:t.height,caretX:e.x,caretY:e.y}}this._tooltipItems=a,this.$context=void 0,i&&this._resolveAnimations().update(this,i),e&&n.external&&n.external.call(this,{chart:this.chart,tooltip:this,replay:t})}drawCaret(e,t,n,r){let i=this.getCaretPosition(e,n,r);t.lineTo(i.x1,i.y1),t.lineTo(i.x2,i.y2),t.lineTo(i.x3,i.y3)}getCaretPosition(e,t,n){let{xAlign:r,yAlign:i}=this,{caretSize:a,cornerRadius:o}=n,{topLeft:s,topRight:c,bottomLeft:l,bottomRight:u}=Xn(o),{x:d,y:f}=e,{width:p,height:m}=t,h,g,_,v,y,b;return i===`center`?(y=f+m/2,r===`left`?(h=d,g=h-a,v=y+a,b=y-a):(h=d+p,g=h+a,v=y-a,b=y+a),_=h):(g=r===`left`?d+Math.max(s,l)+a:r===`right`?d+p-Math.max(c,u)-a:this.caretX,i===`top`?(v=f,y=v-a,h=g-a,_=g+a):(v=f+m,y=v+a,h=g+a,_=g-a),b=v),{x1:h,x2:g,x3:_,y1:v,y2:y,y3:b}}drawTitle(e,t,n){let r=this.title,i=r.length,a,o,s;if(i){let c=Xr(n.rtl,this.x,this.width);for(e.x=dc(this,n.titleAlign,n),t.textAlign=c.textAlign(n.titleAlign),t.textBaseline=`middle`,a=Y(n.titleFont),o=n.titleSpacing,t.fillStyle=n.titleColor,t.font=a.string,s=0;s<i;++s)t.fillText(r[s],c.x(e.x),e.y+a.lineHeight/2),e.y+=a.lineHeight+o,s+1===i&&(e.y+=n.titleMarginBottom-o)}}_drawColorBox(e,t,n,r,i){let a=this.labelColors[n],o=this.labelPointStyles[n],{boxHeight:s,boxWidth:c}=i,l=Y(i.bodyFont),u=dc(this,`left`,i),d=r.x(u),f=s<l.lineHeight?(l.lineHeight-s)/2:0,p=t.y+f;if(i.usePointStyle){let t={radius:Math.min(c,s)/2,pointStyle:o.pointStyle,rotation:o.rotation,borderWidth:1},n=r.leftForLtr(d,c)+c/2,l=p+s/2;e.strokeStyle=i.multiKeyBackground,e.fillStyle=i.multiKeyBackground,Mn(e,t,n,l),e.strokeStyle=a.borderColor,e.fillStyle=a.backgroundColor,Mn(e,t,n,l)}else{e.lineWidth=F(a.borderWidth)?Math.max(...Object.values(a.borderWidth)):a.borderWidth||1,e.strokeStyle=a.borderColor,e.setLineDash(a.borderDash||[]),e.lineDashOffset=a.borderDashOffset||0;let t=r.leftForLtr(d,c),n=r.leftForLtr(r.xPlus(d,1),c-2),o=Xn(a.borderRadius);Object.values(o).some(e=>e!==0)?(e.beginPath(),e.fillStyle=i.multiKeyBackground,Un(e,{x:t,y:p,w:c,h:s,radius:o}),e.fill(),e.stroke(),e.fillStyle=a.backgroundColor,e.beginPath(),Un(e,{x:n,y:p+1,w:c-2,h:s-2,radius:o}),e.fill()):(e.fillStyle=i.multiKeyBackground,e.fillRect(t,p,c,s),e.strokeRect(t,p,c,s),e.fillStyle=a.backgroundColor,e.fillRect(n,p+1,c-2,s-2))}e.fillStyle=this.labelTextColors[n]}drawBody(e,t,n){let{body:r}=this,{bodySpacing:i,bodyAlign:a,displayColors:o,boxHeight:s,boxWidth:c,boxPadding:l}=n,u=Y(n.bodyFont),d=u.lineHeight,f=0,p=Xr(n.rtl,this.x,this.width),m=function(n){t.fillText(n,p.x(e.x+f),e.y+d/2),e.y+=d+i},h=p.textAlign(a),g,_,v,y,b,x,S;for(t.textAlign=a,t.textBaseline=`middle`,t.font=u.string,e.x=dc(this,h,n),t.fillStyle=n.bodyColor,B(this.beforeBody,m),f=o&&h!==`right`?a===`center`?c/2+l:c+2+l:0,y=0,x=r.length;y<x;++y){for(g=r[y],_=this.labelTextColors[y],t.fillStyle=_,B(g.before,m),v=g.lines,o&&v.length&&(this._drawColorBox(t,e,y,p,n),d=Math.max(u.lineHeight,s)),b=0,S=v.length;b<S;++b)m(v[b]),d=u.lineHeight;B(g.after,m)}f=0,d=u.lineHeight,B(this.afterBody,m),e.y-=i}drawFooter(e,t,n){let r=this.footer,i=r.length,a,o;if(i){let s=Xr(n.rtl,this.x,this.width);for(e.x=dc(this,n.footerAlign,n),e.y+=n.footerMarginTop,t.textAlign=s.textAlign(n.footerAlign),t.textBaseline=`middle`,a=Y(n.footerFont),t.fillStyle=n.footerColor,t.font=a.string,o=0;o<i;++o)t.fillText(r[o],s.x(e.x),e.y+a.lineHeight/2),e.y+=a.lineHeight+n.footerSpacing}}drawBackground(e,t,n,r){let{xAlign:i,yAlign:a}=this,{x:o,y:s}=e,{width:c,height:l}=n,{topLeft:u,topRight:d,bottomLeft:f,bottomRight:p}=Xn(r.cornerRadius);t.fillStyle=r.backgroundColor,t.strokeStyle=r.borderColor,t.lineWidth=r.borderWidth,t.beginPath(),t.moveTo(o+u,s),a===`top`&&this.drawCaret(e,t,n,r),t.lineTo(o+c-d,s),t.quadraticCurveTo(o+c,s,o+c,s+d),a===`center`&&i===`right`&&this.drawCaret(e,t,n,r),t.lineTo(o+c,s+l-p),t.quadraticCurveTo(o+c,s+l,o+c-p,s+l),a===`bottom`&&this.drawCaret(e,t,n,r),t.lineTo(o+f,s+l),t.quadraticCurveTo(o,s+l,o,s+l-f),a===`center`&&i===`left`&&this.drawCaret(e,t,n,r),t.lineTo(o,s+u),t.quadraticCurveTo(o,s,o+u,s),t.closePath(),t.fill(),r.borderWidth>0&&t.stroke()}_updateAnimationTarget(e){let t=this.chart,n=this.$animations,r=n&&n.x,i=n&&n.y;if(r||i){let n=$s[e.position].call(this,this._active,this._eventPosition);if(!n)return;let a=this._size=rc(this,e),o=Object.assign({},n,this._size),s=sc(t,e,o),c=uc(e,o,s,t);(r._to!==c.x||i._to!==c.y)&&(this.xAlign=s.xAlign,this.yAlign=s.yAlign,this.width=a.width,this.height=a.height,this.caretX=n.x,this.caretY=n.y,this._resolveAnimations().update(this,c))}}_willRender(){return!!this.opacity}draw(e){let t=this.options.setContext(this.getContext()),n=this.opacity;if(!n)return;this._updateAnimationTarget(t);let r={width:this.width,height:this.height},i={x:this.x,y:this.y};n=Math.abs(n)<.001?0:n;let a=J(t.padding),o=this.title.length||this.beforeBody.length||this.body.length||this.afterBody.length||this.footer.length;t.enabled&&o&&(e.save(),e.globalAlpha=n,this.drawBackground(i,e,r,t),Zr(e,t.textDirection),i.y+=a.top,this.drawTitle(i,e,t),this.drawBody(i,e,t),this.drawFooter(i,e,t),Qr(e,t.textDirection),e.restore())}getActiveElements(){return this._active||[]}setActiveElements(e,t){let n=this._active,r=e.map(({datasetIndex:e,index:t})=>{let n=this.chart.getDatasetMeta(e);if(!n)throw Error(`Cannot find a dataset at index `+e);return{datasetIndex:e,element:n.data[t],index:t}}),i=!it(n,r),a=this._positionChanged(r,t);(i||a)&&(this._active=r,this._eventPosition=t,this._ignoreReplayEvents=!0,this.update(!0))}handleEvent(e,t,n=!0){if(t&&this._ignoreReplayEvents)return!1;this._ignoreReplayEvents=!1;let r=this.options,i=this._active||[],a=this._getActiveElements(e,i,t,n),o=this._positionChanged(a,e),s=t||!it(a,i)||o;return s&&(this._active=a,(r.enabled||r.external)&&(this._eventPosition={x:e.x,y:e.y},this.update(!0,t))),s}_getActiveElements(e,t,n,r){let i=this.options;if(e.type===`mouseout`)return[];if(!r)return t.filter(e=>this.chart.data.datasets[e.datasetIndex]&&this.chart.getDatasetMeta(e.datasetIndex).controller.getParsed(e.index)!==void 0);let a=this.chart.getElementsAtEventForMode(e,i.mode,i,n);return i.reverse&&a.reverse(),a}_positionChanged(e,t){let{caretX:n,caretY:r,options:i}=this,a=$s[i.position].call(this,e,t);return a!==!1&&(n!==a.x||r!==a.y)}},_c={id:`tooltip`,_element:gc,positioners:$s,afterInit(e,t,n){n&&(e.tooltip=new gc({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){let t=e.tooltip;if(t&&t._willRender()){let 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){let 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:hc},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`]},vc=(e,t,n,r)=>(typeof t==`string`?(n=e.push(t)-1,r.unshift({index:n,label:t})):isNaN(t)&&(n=null),n);function yc(e,t,n,r){let i=e.indexOf(t);return i===-1?vc(e,t,n,r):i===e.lastIndexOf(t)?i:n}var bc=(e,t)=>e===null?null:G(Math.round(e),0,t);function xc(e){let t=this.getLabels();return e>=0&&e<t.length?t[e]:e}var Sc=class extends io{static id=`category`;static defaults={ticks:{callback:xc}};constructor(e){super(e),this._startValue=void 0,this._valueRange=0,this._addedLabels=[]}init(e){let t=this._addedLabels;if(t.length){let e=this.getLabels();for(let{index:n,label:r}of t)e[n]===r&&e.splice(n,1);this._addedLabels=[]}super.init(e)}parse(e,t){if(N(e))return null;let n=this.getLabels();return t=isFinite(t)&&n[t]===e?t:yc(n,e,R(t,e),this._addedLabels),bc(t,n.length-1)}determineDataLimits(){let{minDefined:e,maxDefined:t}=this.getUserBounds(),{min:n,max:r}=this.getMinMax(!0);this.options.bounds===`ticks`&&(e||(n=0),t||(r=this.getLabels().length-1)),this.min=n,this.max=r}buildTicks(){let e=this.min,t=this.max,n=this.options.offset,r=[],i=this.getLabels();i=e===0&&t===i.length-1?i:i.slice(e,t+1),this._valueRange=Math.max(i.length-+!n,1),this._startValue=this.min-(n?.5:0);for(let n=e;n<=t;n++)r.push({value:n});return r}getLabelForValue(e){return xc.call(this,e)}configure(){super.configure(),this.isHorizontal()||(this._reversePixels=!this._reversePixels)}getPixelForValue(e){return typeof e!=`number`&&(e=this.parse(e)),e===null?NaN:this.getPixelForDecimal((e-this._startValue)/this._valueRange)}getPixelForTick(e){let t=this.ticks;return e<0||e>t.length-1?null:this.getPixelForValue(t[e].value)}getValueForPixel(e){return Math.round(this._startValue+this.getDecimalForPixel(e)*this._valueRange)}getBasePixel(){return this.bottom}};function Cc(e,t){let n=[],{bounds:r,step:i,min:a,max:o,precision:s,count:c,maxTicks:l,maxDigits:u,includeBounds:d}=e,f=i||1,p=l-1,{min:m,max:h}=t,g=!N(a),_=!N(o),v=!N(c),y=(h-m)/(u+1),b=Ot((h-m)/p/f)*f,x,S,C,w;if(b<1e-14&&!g&&!_)return[{value:m},{value:h}];w=Math.ceil(h/b)-Math.floor(m/b),w>p&&(b=Ot(w*b/p/f)*f),N(s)||(x=10**s,b=Math.ceil(b*x)/x),r===`ticks`?(S=Math.floor(m/b)*b,C=Math.ceil(h/b)*b):(S=m,C=h),g&&_&&i&&Mt((o-a)/i,b/1e3)?(w=Math.round(Math.min((o-a)/b,l)),b=(o-a)/w,S=a,C=o):v?(S=g?a:S,C=_?o:C,w=c-1,b=(C-S)/w):(w=(C-S)/b,w=Dt(w,Math.round(w),b/1e3)?Math.round(w):Math.ceil(w));let T=Math.max(It(b),It(S));x=10**(N(s)?T:s),S=Math.round(S*x)/x,C=Math.round(C*x)/x;let E=0;for(g&&(d&&S!==a?(n.push({value:a}),S<a&&E++,Dt(Math.round((S+E*b)*x)/x,a,wc(a,y,e))&&E++):S<a&&E++);E<w;++E){let e=Math.round((S+E*b)*x)/x;if(_&&e>o)break;n.push({value:e})}return _&&d&&C!==o?n.length&&Dt(n[n.length-1].value,o,wc(o,y,e))?n[n.length-1].value=o:n.push({value:o}):(!_||C===o)&&n.push({value:C}),n}function wc(e,t,{horizontal:n,minRotation:r}){let i=Pt(r),a=(n?Math.sin(i):Math.cos(i))||.001,o=.75*t*(``+e).length;return Math.min(t/a,o)}var Tc=class extends io{constructor(e){super(e),this.start=void 0,this.end=void 0,this._startValue=void 0,this._endValue=void 0,this._valueRange=0}parse(e,t){return N(e)||(typeof e==`number`||e instanceof Number)&&!isFinite(+e)?null:+e}handleTickRangeOptions(){let{beginAtZero:e}=this.options,{minDefined:t,maxDefined:n}=this.getUserBounds(),{min:r,max:i}=this,a=e=>r=t?r:e,o=e=>i=n?i:e;if(e){let e=Et(r),t=Et(i);e<0&&t<0?o(0):e>0&&t>0&&a(0)}if(r===i){let t=i===0?1:Math.abs(i*.05);o(i+t),e||a(r-t)}this.min=r,this.max=i}getTickLimit(){let{maxTicksLimit:e,stepSize:t}=this.options.ticks,n;return t?(n=Math.ceil(this.max/t)-Math.floor(this.min/t)+1,n>1e3&&(console.warn(`scales.${this.id}.ticks.stepSize: ${t} would result generating up to ${n} ticks. Limiting to 1000.`),n=1e3)):(n=this.computeTickLimit(),e||=11),e&&(n=Math.min(e,n)),n}computeTickLimit(){return 1/0}buildTicks(){let e=this.options,t=e.ticks,n=this.getTickLimit();n=Math.max(2,n);let r=Cc({maxTicks:n,bounds:e.bounds,min:e.min,max:e.max,precision:t.precision,step:t.stepSize,count:t.count,maxDigits:this._maxDigits(),horizontal:this.isHorizontal(),minRotation:t.minRotation||0,includeBounds:t.includeBounds!==!1},this._range||this);return e.bounds===`ticks`&&Nt(r,this,`value`),e.reverse?(r.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),r}configure(){let e=this.ticks,t=this.min,n=this.max;if(super.configure(),this.options.offset&&e.length){let r=(n-t)/Math.max(e.length-1,1)/2;t-=r,n+=r}this._startValue=t,this._endValue=n,this._valueRange=n-t}getLabelForValue(e){return vn(e,this.chart.options.locale,this.options.ticks.format)}},Ec=class extends Tc{static id=`linear`;static defaults={ticks:{callback:xn.formatters.numeric}};determineDataLimits(){let{min:e,max:t}=this.getMinMax(!0);this.min=I(e)?e:0,this.max=I(t)?t:1,this.handleTickRangeOptions()}computeTickLimit(){let e=this.isHorizontal(),t=e?this.width:this.height,n=Pt(this.options.ticks.minRotation),r=(e?Math.sin(n):Math.cos(n))||.001,i=this._resolveTickFontOptions(0);return Math.ceil(t/Math.min(40,i.lineHeight/r))}getPixelForValue(e){return e===null?NaN:this.getPixelForDecimal((e-this._startValue)/this._valueRange)}getValueForPixel(e){return this._startValue+this.getDecimalForPixel(e)*this._valueRange}},Dc=e=>Math.floor(Tt(e)),Oc=(e,t)=>10**(Dc(e)+t);function kc(e){return e/10**Dc(e)==1}function Ac(e,t,n){let r=10**n,i=Math.floor(e/r);return Math.ceil(t/r)-i}function jc(e,t){let n=Dc(t-e);for(;Ac(e,t,n)>10;)n++;for(;Ac(e,t,n)<10;)n--;return Math.min(n,Dc(e))}function Mc(e,{min:t,max:n}){t=L(e.min,t);let r=[],i=Dc(t),a=jc(t,n),o=a<0?10**Math.abs(a):1,s=10**a,c=i>a?10**i:0,l=Math.round((t-c)*o)/o,u=Math.floor((t-c)/s/10)*s*10,d=Math.floor((l-u)/10**a),f=L(e.min,Math.round((c+u+d*10**a)*o)/o);for(;f<n;)r.push({value:f,major:kc(f),significand:d}),d>=10?d=d<15?15:20:d++,d>=20&&(a++,d=2,o=a>=0?1:o),f=Math.round((c+u+d*10**a)*o)/o;let p=L(e.max,f);return r.push({value:p,major:kc(p),significand:d}),r}(class extends io{static id=`logarithmic`;static defaults={ticks:{callback:xn.formatters.logarithmic,major:{enabled:!0}}};constructor(e){super(e),this.start=void 0,this.end=void 0,this._startValue=void 0,this._valueRange=0}parse(e,t){let n=Tc.prototype.parse.apply(this,[e,t]);if(n===0){this._zero=!0;return}return I(n)&&n>0?n:null}determineDataLimits(){let{min:e,max:t}=this.getMinMax(!0);this.min=I(e)?Math.max(0,e):null,this.max=I(t)?Math.max(0,t):null,this.options.beginAtZero&&(this._zero=!0),this._zero&&this.min!==this._suggestedMin&&!I(this._userMin)&&(this.min=e===Oc(this.min,0)?Oc(this.min,-1):Oc(this.min,0)),this.handleTickRangeOptions()}handleTickRangeOptions(){let{minDefined:e,maxDefined:t}=this.getUserBounds(),n=this.min,r=this.max,i=t=>n=e?n:t,a=e=>r=t?r:e;n===r&&(n<=0?(i(1),a(10)):(i(Oc(n,-1)),a(Oc(r,1)))),n<=0&&i(Oc(r,-1)),r<=0&&a(Oc(n,1)),this.min=n,this.max=r}buildTicks(){let e=this.options,t=Mc({min:this._userMin,max:this._userMax},this);return e.bounds===`ticks`&&Nt(t,this,`value`),e.reverse?(t.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),t}getLabelForValue(e){return e===void 0?`0`:vn(e,this.chart.options.locale,this.options.ticks.format)}configure(){let e=this.min;super.configure(),this._startValue=Tt(e),this._valueRange=Tt(this.max)-Tt(e)}getPixelForValue(e){return(e===void 0||e===0)&&(e=this.min),e===null||isNaN(e)?NaN:this.getPixelForDecimal(e===this.min?0:(Tt(e)-this._startValue)/this._valueRange)}getValueForPixel(e){let t=this.getDecimalForPixel(e);return 10**(this._startValue+t*this._valueRange)}});function Nc(e){let t=e.ticks;if(t.display&&e.display){let e=J(t.backdropPadding);return R(t.font&&t.font.size,q.font.size)+e.height}return 0}function Pc(e,t,n){return n=P(n)?n:[n],{w:kn(e,t.string,n),h:n.length*t.lineHeight}}function Fc(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 Ic(e){let 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=[],a=e._pointLabels.length,o=e.options.pointLabels,s=o.centerPointLabels?V/a:0;for(let c=0;c<a;c++){let a=o.setContext(e.getPointLabelContext(c));i[c]=a.padding;let l=e.getPointPosition(c,e.drawingArea+i[c],s),u=Y(a.font),d=Pc(e.ctx,u,e._pointLabels[c]);r[c]=d;let f=W(e.getIndexAngle(c)+s),p=Math.round(Ft(f));Lc(n,t,f,Fc(p,l.x,d.w,0,180),Fc(p,l.y,d.h,90,270))}e.setCenterPoint(t.l-n.l,n.r-t.r,t.t-n.t,n.b-t.b),e._pointLabelItems=Bc(e,r,i)}function Lc(e,t,n,r,i){let a=Math.abs(Math.sin(n)),o=Math.abs(Math.cos(n)),s=0,c=0;r.start<t.l?(s=(t.l-r.start)/a,e.l=Math.min(e.l,t.l-s)):r.end>t.r&&(s=(r.end-t.r)/a,e.r=Math.max(e.r,t.r+s)),i.start<t.t?(c=(t.t-i.start)/o,e.t=Math.min(e.t,t.t-c)):i.end>t.b&&(c=(i.end-t.b)/o,e.b=Math.max(e.b,t.b+c))}function Rc(e,t,n){let r=e.drawingArea,{extra:i,additionalAngle:a,padding:o,size:s}=n,c=e.getPointPosition(t,r+i+o,a),l=Math.round(Ft(W(c.angle+U))),u=Uc(c.y,s.h,l),d=Vc(l),f=Hc(c.x,s.w,d);return{visible:!0,x:c.x,y:u,textAlign:d,left:f,top:u,right:f+s.w,bottom:u+s.h}}function zc(e,t){if(!t)return!0;let{left:n,top:r,right:i,bottom:a}=e;return!(Pn({x:n,y:r},t)||Pn({x:n,y:a},t)||Pn({x:i,y:r},t)||Pn({x:i,y:a},t))}function Bc(e,t,n){let r=[],i=e._pointLabels.length,a=e.options,{centerPointLabels:o,display:s}=a.pointLabels,c={extra:Nc(a)/2,additionalAngle:o?V/i:0},l;for(let a=0;a<i;a++){c.padding=n[a],c.size=t[a];let i=Rc(e,a,c);r.push(i),s===`auto`&&(i.visible=zc(i,l),i.visible&&(l=i))}return r}function Vc(e){return e===0||e===180?`center`:e<180?`left`:`right`}function Hc(e,t,n){return n===`right`?e-=t:n===`center`&&(e-=t/2),e}function Uc(e,t,n){return n===90||n===270?e-=t/2:(n>270||n<90)&&(e-=t),e}function Wc(e,t,n){let{left:r,top:i,right:a,bottom:o}=n,{backdropColor:s}=t;if(!N(s)){let n=Xn(t.borderRadius),c=J(t.backdropPadding);e.fillStyle=s;let l=r-c.left,u=i-c.top,d=a-r+c.width,f=o-i+c.height;Object.values(n).some(e=>e!==0)?(e.beginPath(),Un(e,{x:l,y:u,w:d,h:f,radius:n}),e.fill()):e.fillRect(l,u,d,f)}}function Gc(e,t){let{ctx:n,options:{pointLabels:r}}=e;for(let i=t-1;i>=0;i--){let t=e._pointLabelItems[i];if(!t.visible)continue;let a=r.setContext(e.getPointLabelContext(i));Wc(n,a,t);let o=Y(a.font),{x:s,y:c,textAlign:l}=t;Hn(n,e._pointLabels[i],s,c+o.lineHeight/2,o,{color:a.color,textAlign:l,textBaseline:`middle`})}}function Kc(e,t,n,r){let{ctx:i}=e;if(n)i.arc(e.xCenter,e.yCenter,t,0,H);else{let n=e.getPointPosition(0,t);i.moveTo(n.x,n.y);for(let a=1;a<r;a++)n=e.getPointPosition(a,t),i.lineTo(n.x,n.y)}}function qc(e,t,n,r,i){let a=e.ctx,o=t.circular,{color:s,lineWidth:c}=t;!o&&!r||!s||!c||n<0||(a.save(),a.strokeStyle=s,a.lineWidth=c,a.setLineDash(i.dash||[]),a.lineDashOffset=i.dashOffset,a.beginPath(),Kc(e,n,o,r),a.closePath(),a.stroke(),a.restore())}function Jc(e,t,n){return $n(e,{label:n,index:t,type:`pointLabel`})}(class extends Tc{static id=`radialLinear`;static defaults={display:!0,animate:!0,position:`chartArea`,angleLines:{display:!0,lineWidth:1,borderDash:[],borderDashOffset:0},grid:{circular:!1},startAngle:0,ticks:{showLabelBackdrop:!0,callback:xn.formatters.numeric},pointLabels:{backdropColor:void 0,backdropPadding:2,display:!0,font:{size:10},callback(e){return e},padding:5,centerPointLabels:!1}};static defaultRoutes={"angleLines.color":`borderColor`,"pointLabels.color":`color`,"ticks.color":`color`};static descriptors={angleLines:{_fallback:`grid`}};constructor(e){super(e),this.xCenter=void 0,this.yCenter=void 0,this.drawingArea=void 0,this._pointLabels=[],this._pointLabelItems=[]}setDimensions(){let e=this._padding=J(Nc(this.options)/2),t=this.width=this.maxWidth-e.width,n=this.height=this.maxHeight-e.height;this.xCenter=Math.floor(this.left+t/2+e.left),this.yCenter=Math.floor(this.top+n/2+e.top),this.drawingArea=Math.floor(Math.min(t,n)/2)}determineDataLimits(){let{min:e,max:t}=this.getMinMax(!1);this.min=I(e)&&!isNaN(e)?e:0,this.max=I(t)&&!isNaN(t)?t:0,this.handleTickRangeOptions()}computeTickLimit(){return Math.ceil(this.drawingArea/Nc(this.options))}generateTickLabels(e){Tc.prototype.generateTickLabels.call(this,e),this._pointLabels=this.getLabels().map((e,t)=>{let n=z(this.options.pointLabels.callback,[e,t],this);return n||n===0?n:``}).filter((e,t)=>this.chart.getDataVisibility(t))}fit(){let e=this.options;e.display&&e.pointLabels.display?Ic(this):this.setCenterPoint(0,0,0,0)}setCenterPoint(e,t,n,r){this.xCenter+=Math.floor((e-t)/2),this.yCenter+=Math.floor((n-r)/2),this.drawingArea-=Math.min(this.drawingArea/2,Math.max(e,t,n,r))}getIndexAngle(e){let t=H/(this._pointLabels.length||1),n=this.options.startAngle||0;return W(e*t+Pt(n))}getDistanceFromCenterForValue(e){if(N(e))return NaN;let t=this.drawingArea/(this.max-this.min);return this.options.reverse?(this.max-e)*t:(e-this.min)*t}getValueForDistanceFromCenter(e){if(N(e))return NaN;let t=e/(this.drawingArea/(this.max-this.min));return this.options.reverse?this.max-t:this.min+t}getPointLabelContext(e){let t=this._pointLabels||[];if(e>=0&&e<t.length){let n=t[e];return Jc(this.getContext(),e,n)}}getPointPosition(e,t,n=0){let r=this.getIndexAngle(e)-U+n;return{x:Math.cos(r)*t+this.xCenter,y:Math.sin(r)*t+this.yCenter,angle:r}}getPointPositionForValue(e,t){return this.getPointPosition(e,this.getDistanceFromCenterForValue(t))}getBasePosition(e){return this.getPointPositionForValue(e||0,this.getBaseValue())}getPointLabelPosition(e){let{left:t,top:n,right:r,bottom:i}=this._pointLabelItems[e];return{left:t,top:n,right:r,bottom:i}}drawBackground(){let{backgroundColor:e,grid:{circular:t}}=this.options;if(e){let n=this.ctx;n.save(),n.beginPath(),Kc(this,this.getDistanceFromCenterForValue(this._endValue),t,this._pointLabels.length),n.closePath(),n.fillStyle=e,n.fill(),n.restore()}}drawGrid(){let e=this.ctx,t=this.options,{angleLines:n,grid:r,border:i}=t,a=this._pointLabels.length,o,s,c;if(t.pointLabels.display&&Gc(this,a),r.display&&this.ticks.forEach((e,t)=>{if(t!==0||t===0&&this.min<0){s=this.getDistanceFromCenterForValue(e.value);let n=this.getContext(t),o=r.setContext(n),c=i.setContext(n);qc(this,o,s,a,c)}}),n.display){for(e.save(),o=a-1;o>=0;o--){let r=n.setContext(this.getPointLabelContext(o)),{color:i,lineWidth:a}=r;!a||!i||(e.lineWidth=a,e.strokeStyle=i,e.setLineDash(r.borderDash),e.lineDashOffset=r.borderDashOffset,s=this.getDistanceFromCenterForValue(t.reverse?this.min:this.max),c=this.getPointPosition(o,s),e.beginPath(),e.moveTo(this.xCenter,this.yCenter),e.lineTo(c.x,c.y),e.stroke())}e.restore()}}drawBorder(){}drawLabels(){let e=this.ctx,t=this.options,n=t.ticks;if(!n.display)return;let r=this.getIndexAngle(0),i,a;e.save(),e.translate(this.xCenter,this.yCenter),e.rotate(r),e.textAlign=`center`,e.textBaseline=`middle`,this.ticks.forEach((r,o)=>{if(o===0&&this.min>=0&&!t.reverse)return;let s=n.setContext(this.getContext(o)),c=Y(s.font);if(i=this.getDistanceFromCenterForValue(this.ticks[o].value),s.showLabelBackdrop){e.font=c.string,a=e.measureText(r.label).width,e.fillStyle=s.backdropColor;let t=J(s.backdropPadding);e.fillRect(-a/2-t.left,-i-c.size/2-t.top,a+t.width,c.size+t.height)}Hn(e,r.label,0,-i,c,{color:s.color,strokeColor:s.textStrokeColor,strokeWidth:s.textStrokeWidth})}),e.restore()}drawTitle(){}});var Yc={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}},Q=Object.keys(Yc);function Xc(e,t){return e-t}function Zc(e,t){if(N(t))return null;let n=e._adapter,{parser:r,round:i,isoWeekday:a}=e._parseOpts,o=t;return typeof r==`function`&&(o=r(o)),I(o)||(o=typeof r==`string`?n.parse(o,r):n.parse(o)),o===null?null:(i&&(o=i===`week`&&(jt(a)||a===!0)?n.startOf(o,`isoWeek`,a):n.startOf(o,i)),+o)}function Qc(e,t,n,r){let i=Q.length;for(let a=Q.indexOf(e);a<i-1;++a){let e=Yc[Q[a]],i=e.steps?e.steps:2**53-1;if(e.common&&Math.ceil((n-t)/(i*e.size))<=r)return Q[a]}return Q[i-1]}function $c(e,t,n,r,i){for(let a=Q.length-1;a>=Q.indexOf(n);a--){let n=Q[a];if(Yc[n].common&&e._adapter.diff(i,r,n)>=t-1)return n}return Q[n?Q.indexOf(n):0]}function el(e){for(let t=Q.indexOf(e)+1,n=Q.length;t<n;++t)if(Yc[Q[t]].common)return Q[t]}function tl(e,t,n){if(!n)e[t]=!0;else if(n.length){let{lo:r,hi:i}=Ut(n,t),a=n[r]>=t?n[r]:n[i];e[a]=!0}}function nl(e,t,n,r){let i=e._adapter,a=+i.startOf(t[0].value,r),o=t[t.length-1].value,s,c;for(s=a;s<=o;s=+i.add(s,1,r))c=n[s],c>=0&&(t[c].major=!0);return t}function rl(e,t,n){let r=[],i={},a=t.length,o,s;for(o=0;o<a;++o)s=t[o],i[s]=o,r.push({value:s,major:!1});return a===0||!n?r:nl(e,r,i,n)}var il=class extends io{static id=`time`;static defaults={bounds:`data`,adapters:{},time:{parser:!1,unit:!1,round:!1,isoWeekday:!1,minUnit:`millisecond`,displayFormats:{}},ticks:{source:`auto`,callback:!1,major:{enabled:!1}}};constructor(e){super(e),this._cache={data:[],labels:[],all:[]},this._unit=`day`,this._majorUnit=void 0,this._offsets={},this._normalized=!1,this._parseOpts=void 0}init(e,t={}){let n=e.time||={},r=this._adapter=new Ui._date(e.adapters.date);r.init(t),lt(n.displayFormats,r.formats()),this._parseOpts={parser:n.parser,round:n.round,isoWeekday:n.isoWeekday},super.init(e),this._normalized=t.normalized}parse(e,t){return e===void 0?null:Zc(this,e)}beforeLayout(){super.beforeLayout(),this._cache={data:[],labels:[],all:[]}}determineDataLimits(){let e=this.options,t=this._adapter,n=e.time.unit||`day`,{min:r,max:i,minDefined:a,maxDefined:o}=this.getUserBounds();function s(e){!a&&!isNaN(e.min)&&(r=Math.min(r,e.min)),!o&&!isNaN(e.max)&&(i=Math.max(i,e.max))}(!a||!o)&&(s(this._getLabelBounds()),(e.bounds!==`ticks`||e.ticks.source!==`labels`)&&s(this.getMinMax(!1))),r=I(r)&&!isNaN(r)?r:+t.startOf(Date.now(),n),i=I(i)&&!isNaN(i)?i:+t.endOf(Date.now(),n)+1,this.min=Math.min(r,i-1),this.max=Math.max(r+1,i)}_getLabelBounds(){let e=this.getLabelTimestamps(),t=1/0,n=-1/0;return e.length&&(t=e[0],n=e[e.length-1]),{min:t,max:n}}buildTicks(){let e=this.options,t=e.time,n=e.ticks,r=n.source===`labels`?this.getLabelTimestamps():this._generate();e.bounds===`ticks`&&r.length&&(this.min=this._userMin||r[0],this.max=this._userMax||r[r.length-1]);let i=this.min,a=this.max,o=Kt(r,i,a);return this._unit=t.unit||(n.autoSkip?Qc(t.minUnit,this.min,this.max,this._getLabelCapacity(i)):$c(this,o.length,t.minUnit,this.min,this.max)),this._majorUnit=!n.major.enabled||this._unit===`year`?void 0:el(this._unit),this.initOffsets(r),e.reverse&&o.reverse(),rl(this,o,this._majorUnit)}afterAutoSkip(){this.options.offsetAfterAutoskip&&this.initOffsets(this.ticks.map(e=>+e.value))}initOffsets(e=[]){let t=0,n=0,r,i;this.options.offset&&e.length&&(r=this.getDecimalForValue(e[0]),t=e.length===1?1-r:(this.getDecimalForValue(e[1])-r)/2,i=this.getDecimalForValue(e[e.length-1]),n=e.length===1?i:(i-this.getDecimalForValue(e[e.length-2]))/2);let a=e.length<3?.5:.25;t=G(t,0,a),n=G(n,0,a),this._offsets={start:t,end:n,factor:1/(t+1+n)}}_generate(){let e=this._adapter,t=this.min,n=this.max,r=this.options,i=r.time,a=i.unit||Qc(i.minUnit,t,n,this._getLabelCapacity(t)),o=R(r.ticks.stepSize,1),s=a===`week`?i.isoWeekday:!1,c=jt(s)||s===!0,l={},u=t,d,f;if(c&&(u=+e.startOf(u,`isoWeek`,s)),u=+e.startOf(u,c?`day`:a),e.diff(n,t,a)>1e5*o)throw Error(t+` and `+n+` are too far apart with stepSize of `+o+` `+a);let p=r.ticks.source===`data`&&this.getDataTimestamps();for(d=u,f=0;d<n;d=+e.add(d,o,a),f++)tl(l,d,p);return(d===n||r.bounds===`ticks`||f===1)&&tl(l,d,p),Object.keys(l).sort(Xc).map(e=>+e)}getLabelForValue(e){let t=this._adapter,n=this.options.time;return n.tooltipFormat?t.format(e,n.tooltipFormat):t.format(e,n.displayFormats.datetime)}format(e,t){let n=this.options.time.displayFormats,r=this._unit,i=t||n[r];return this._adapter.format(e,i)}_tickFormatFunction(e,t,n,r){let i=this.options,a=i.ticks.callback;if(a)return z(a,[e,t,n],this);let o=i.time.displayFormats,s=this._unit,c=this._majorUnit,l=s&&o[s],u=c&&o[c],d=n[t],f=c&&u&&d&&d.major;return this._adapter.format(e,r||(f?u:l))}generateTickLabels(e){let t,n,r;for(t=0,n=e.length;t<n;++t)r=e[t],r.label=this._tickFormatFunction(r.value,t,e)}getDecimalForValue(e){return e===null?NaN:(e-this.min)/(this.max-this.min)}getPixelForValue(e){let t=this._offsets,n=this.getDecimalForValue(e);return this.getPixelForDecimal((t.start+n)*t.factor)}getValueForPixel(e){let t=this._offsets,n=this.getDecimalForPixel(e)/t.factor-t.end;return this.min+n*(this.max-this.min)}_getLabelSize(e){let t=this.options.ticks,n=this.ctx.measureText(e).width,r=Pt(this.isHorizontal()?t.maxRotation:t.minRotation),i=Math.cos(r),a=Math.sin(r),o=this._resolveTickFontOptions(0).size;return{w:n*i+o*a,h:n*a+o*i}}_getLabelCapacity(e){let t=this.options.time,n=t.displayFormats,r=n[t.unit]||n.millisecond,i=this._tickFormatFunction(e,0,rl(this,[e],this._majorUnit),r),a=this._getLabelSize(i),o=Math.floor(this.isHorizontal()?this.width/a.w:this.height/a.h)-1;return o>0?o:1}getDataTimestamps(){let e=this._cache.data||[],t,n;if(e.length)return e;let r=this.getMatchingVisibleMetas();if(this._normalized&&r.length)return this._cache.data=r[0].controller.getAllParsedValues(this);for(t=0,n=r.length;t<n;++t)e=e.concat(r[t].controller.getAllParsedValues(this));return this._cache.data=this.normalize(e)}getLabelTimestamps(){let e=this._cache.labels||[],t,n;if(e.length)return e;let r=this.getLabels();for(t=0,n=r.length;t<n;++t)e.push(Zc(this,r[t]));return this._cache.labels=this._normalized?e:this.normalize(e)}normalize(e){return Xt(e.sort(Xc))}};function al(e,t,n){let r=0,i=e.length-1,a,o,s,c;n?(t>=e[r].pos&&t<=e[i].pos&&({lo:r,hi:i}=Wt(e,`pos`,t)),{pos:a,time:s}=e[r],{pos:o,time:c}=e[i]):(t>=e[r].time&&t<=e[i].time&&({lo:r,hi:i}=Wt(e,`time`,t)),{time:a,pos:s}=e[r],{time:o,pos:c}=e[i]);let l=o-a;return l?s+(c-s)*(t-a)/l:s}(class extends il{static id=`timeseries`;static defaults=il.defaults;constructor(e){super(e),this._table=[],this._minPos=void 0,this._tableRange=void 0}initOffsets(){let e=this._getTimestampsForTable(),t=this._table=this.buildLookupTable(e);this._minPos=al(t,this.min),this._tableRange=al(t,this.max)-this._minPos,super.initOffsets(e)}buildLookupTable(e){let{min:t,max:n}=this,r=[],i=[],a,o,s,c,l;for(a=0,o=e.length;a<o;++a)c=e[a],c>=t&&c<=n&&r.push(c);if(r.length<2)return[{time:t,pos:0},{time:n,pos:1}];for(a=0,o=r.length;a<o;++a)l=r[a+1],s=r[a-1],c=r[a],Math.round((l+s)/2)!==c&&i.push({time:c,pos:a/(o-1)});return i}_generate(){let e=this.min,t=this.max,n=super.getDataTimestamps();return(!n.includes(e)||!n.length)&&n.splice(0,0,e),(!n.includes(t)||n.length===1)&&n.push(t),n.sort((e,t)=>e-t)}_getTimestampsForTable(){let e=this._cache.all||[];if(e.length)return e;let t=this.getDataTimestamps(),n=this.getLabelTimestamps();return e=t.length&&n.length?this.normalize(t.concat(n)):t.length?t:n,e=this._cache.all=e,e}getDecimalForValue(e){return(al(this._table,e)-this._minPos)/this._tableRange}getValueForPixel(e){let t=this._offsets,n=this.getDecimalForPixel(e)/t.factor-t.end;return al(this._table,n*this._tableRange+this._minPos,!0)}});var ol={data:{type:Object,required:!0},options:{type:Object,default:()=>({})},plugins:{type:Array,default:()=>[]},datasetIdKey:{type:String,default:`label`},updateMode:{type:String,default:void 0}},sl={ariaLabel:{type:String},ariaDescribedby:{type:String}},cl={type:{type:String,required:!0},destroyDelay:{type:Number,default:0},...ol,...sl},ll=(e,t)=>Object.assign(e,t);function ul(e){return f(e)?g(e):e}function dl(e){return f(arguments.length>1&&arguments[1]!==void 0?arguments[1]:e)?new Proxy(e,{}):e}function fl(e,t){let n=e.options;n&&t&&Object.assign(n,t)}function pl(e,t){e.labels=t}function ml(e,t,n){let r=[];e.datasets=t.map(t=>{let i=e.datasets.find(e=>e[n]===t[n]);return!i||!t.data||r.includes(i)?{...t}:(r.push(i),Object.assign(i,t),i)})}function hl(e,t){let n={labels:[],datasets:[]};return pl(n,e.labels),ml(n,e.datasets,t),n}var gl=o({props:cl,setup(t,r){let{expose:o,slots:c}=r,l=v(null),u=d(null);o({chart:u});let f=()=>{if(!l.value)return;let{type:e,data:n,options:r,plugins:i,datasetIdKey:a}=t,o=dl(hl(n,a),n);u.value=new qo(l.value,{type:e,data:o,options:{...r},plugins:i})},p=()=>{let e=g(u.value);e&&(t.destroyDelay>0?setTimeout(()=>{e.destroy(),u.value=null},t.destroyDelay):(e.destroy(),u.value=null))},m=e=>{e.update(t.updateMode)};return i(f),a(p),n([()=>t.options,()=>t.data],(n,r)=>{let[i,a]=n,[o,s]=r,c=g(u.value);if(!c)return;let l=!1;if(i){let e=ul(i),t=ul(o);e&&e!==t&&(fl(c,e),l=!0)}if(a){let e=ul(a.labels),n=ul(s.labels),r=ul(a.datasets),i=ul(s.datasets);e!==n&&(pl(c.config.data,e),l=!0),r&&r!==i&&(ml(c.config.data,r,t.datasetIdKey),l=!0)}l&&e(()=>{m(c)})},{deep:!0}),()=>s(`canvas`,{role:`img`,"aria-label":t.ariaLabel,"aria-describedby":t.ariaDescribedby,ref:l},[s(`p`,{},[c.default?c.default():``])])}});function _l(e,t){return qo.register(t),o({props:ol,setup(t,n){let{expose:r}=n,i=d(null),a=e=>{i.value=e?.chart};return r({chart:i}),()=>s(gl,ll({ref:a},{type:e,...t}))}})}var vl=_l(`line`,Vi),yl=60,bl=3600,xl=86400,Sl=1e3,Cl=6,wl=7,Tl=30,El=5,Dl=15,Ol=4,kl=2,Al={"1h":bl,"6h":bl*Cl,"24h":xl,"7d":xl*wl,"30d":xl*Tl},jl={"1h":yl,"6h":yl*El,"24h":yl*Dl,"7d":bl,"30d":bl*Ol},Ml=yl*Dl,Nl=xl,Pl=12;function Fl(e,t){return t===`7d`||t===`30d`?`${e.getMonth()+1}/${e.getDate()} ${String(e.getHours()).padStart(kl,`0`)}:00`:e.toLocaleTimeString(`zh-CN`,{hour:`2-digit`,minute:`2-digit`})}function Il(e){return e*Sl}function Ll(e,t){let n=jl[t]??Ml,r=Al[t]??Nl,i=new Date,a=Il(n),o=Math.floor(i.getTime()/a)*a-r*Sl,s=Math.round(r/n),c=new Map;for(let t of e){let e=new Date(t.time_bucket),n=Math.floor(e.getTime()/a);c.set(n,t)}let l=[],u=[];for(let e=0;e<=s;e++){let n=o+e*a,r=new Date(n);l.push(Fl(r,t));let i=c.get(Math.floor(n/a));u.push(i&&i.avg_value!=null?i.avg_value:0)}return{labels:l,values:u}}function Rl(e){let t=new Set;if(e<=Pl){for(let n=0;n<e;n++)t.add(n);return t}for(let n=0;n<Pl;n++)t.add(Math.round(n*(e-1)/(Pl-1)));return t.add(e-1),t}function zl(e){return function(t){let n=typeof t==`number`?t:parseInt(t,10);return e.has(n)?this.getLabelForValue(n):``}}function Bl(e,t){return{responsive:!0,maintainAspectRatio:!1,interaction:{mode:`index`,intersect:!1},plugins:{legend:{display:!1},tooltip:{callbacks:{label:t=>`${t.parsed.y} ${e}`}}},scales:{x:{display:!0,grid:{display:!1},ticks:{maxRotation:0,callback:zl(Rl(t.length))}},y:{display:!0,beginAtZero:!0}}}}function Vl(e){return{responsive:!0,maintainAspectRatio:!1,interaction:{mode:`index`,intersect:!1},plugins:{legend:{position:`bottom`}},scales:{x:{stacked:!0,grid:{display:!1},ticks:{maxRotation:0,callback:zl(Rl(e.length))}},y:{stacked:!0,beginAtZero:!0}}}}var $={teal:`oklch(0.58 0.14 175)`,tealFill:`oklch(0.58 0.14 175 / 0.3)`,tealFillLight:`oklch(0.58 0.14 175 / 0.1)`,indigo:`oklch(0.65 0.14 260)`,indigoFill:`oklch(0.65 0.14 260 / 0.3)`,green:`oklch(0.65 0.17 150)`,amber:`oklch(0.78 0.16 80)`,amberFill:`oklch(0.78 0.16 80 / 0.1)`},Hl=100;function Ul(){let e=v(`24h`),t=v(`all`),r=v(`all`),a=v(!1),o=v([]),s=v([]),c=v(null),l=v(null),u=v(null),d=v(null),f=v([]),p=h(()=>!(c.value||l.value||u.value||d.value)&&f.value.length===0);function m(n){let i={period:e.value,metric:n};return t.value!==`all`&&(i.backend_model=t.value),r.value!==`all`&&(i.router_key_id=r.value),i}function g(){let n={period:e.value};return t.value!==`all`&&(n.backend_model=t.value),r.value!==`all`&&(n.router_key_id=r.value),n}function _(e,t,n,r,i){return{labels:i.labels,datasets:[{label:e,data:i.values,borderColor:t,backgroundColor:n,fill:r,tension:.4,pointRadius:0}]}}async function b(){a.value=!0;try{let[t,n,r,i,a,o,p]=await Promise.allSettled([y.getMetricsTimeseries(m(`ttft`)),y.getMetricsTimeseries(m(`tps`)),y.getMetricsTimeseries(m(`input_tokens`)),y.getMetricsTimeseries(m(`output_tokens`)),y.getMetricsTimeseries(m(`cache_hit_tokens`)),y.getMetricsTimeseries(m(`cache_rate`)),y.getMetricsSummary(g())]),h=e=>e.status===`fulfilled`,v=e.value,b=h(t)?t.value.data:null,x=h(n)?n.value.data:null,S=h(r)?r.value.data:null,C=h(i)?i.value.data:null,w=h(a)?a.value.data:null,T=h(o)?o.value.data:null,E=h(p)?p.value.data:null,D=Ll([],v),ee=b?.length?Ll(b,v):D,te=x?.length?Ll(x,v):D,ne=S?.length?Ll(S,v):D,re=C?.length?Ll(C,v):D,ie=w?.length?Ll(w,v):D,O=T?.length?Ll(T,v):D,k=b?.length||x?.length||S?.length||C?.length||w?.length||T?.length;c.value=k?_(`TTFT (ms)`,$.teal,$.tealFillLight,!1,ee):null,l.value=k?_(`TPS`,$.indigo,$.indigoFill,!1,te):null,u.value=k?{labels:ne.labels,datasets:[{label:`Input Tokens`,data:ne.values,borderColor:$.teal,backgroundColor:$.tealFill,fill:!0,tension:.4,pointRadius:0},{label:`Output Tokens`,data:re.values,borderColor:$.indigo,backgroundColor:$.indigoFill,fill:!0,tension:.4,pointRadius:0},{label:`Cache Hit Tokens`,data:ie.values,borderColor:$.green,backgroundColor:$.tealFillLight,fill:!0,tension:.4,pointRadius:0}]}:null,d.value=k?_(`Cache Hit Rate`,$.amber,$.amberFill,!1,{labels:O.labels,values:O.values.map(e=>e*Hl)}):null,f.value=Array.isArray(E)?E:[],s.value=[...new Set(f.value.map(e=>e.backend_model))]}catch(e){console.error(`Failed to load metrics:`,e),re.error(`加载性能指标失败`)}finally{a.value=!1}}async function x(){try{o.value=(await y.getRouterKeys()).data}catch(e){console.error(`Failed to load router keys:`,e),re.error(`加载密钥列表失败`)}}let S=null;return n([e,t,r],()=>{S&&clearTimeout(S),S=setTimeout(()=>b(),300)}),i(()=>{x(),b()}),{period:e,modelFilter:t,routerKeyFilter:r,loading:a,routerKeys:o,modelOptions:s,ttftData:c,tpsData:l,tokensData:u,cacheRateData:d,summaryRows:f,noData:p,fetchMetrics:b}}var Wl={class:`p-6`},Gl={class:`flex items-center justify-between mb-4`},Kl={class:`flex items-center gap-4`},ql={class:`flex gap-1`},Jl={class:`grid grid-cols-2 lg:grid-cols-4 gap-4 mb-6`},Yl={class:`text-2xl font-bold text-foreground mt-1`},Xl={class:`text-2xl font-bold text-success mt-1`},Zl={class:`text-2xl font-bold text-foreground mt-1`},Ql={class:`text-2xl font-bold text-foreground mt-1`},$l={key:0,class:`text-center text-muted-foreground py-20`},eu={key:1,class:`text-center text-muted-foreground py-20`},tu={class:`grid grid-cols-1 lg:grid-cols-2 gap-4 mb-6`},nu={class:`h-64`},ru={class:`h-64`},iu={class:`h-64`},au={class:`h-64`},ou={key:1,class:`text-muted-foreground`},su=o({__name:`Dashboard`,setup(e){qo.register(Sc,Ec,ls,ss,Qs,_c,Ys,Bs);let a=[{label:`1h`,value:`1h`},{label:`6h`,value:`6h`},{label:`24h`,value:`24h`},{label:`7d`,value:`7d`},{label:`30d`,value:`30d`}],o=v({totalRequests:0,successRate:0,avgTps:0,totalTokens:0}),{period:s,modelFilter:d,routerKeyFilter:f,loading:h,routerKeys:g,modelOptions:re,ttftData:pe,tpsData:A,tokensData:me,cacheRateData:j,summaryRows:he,noData:ge}=Ul(),M=v(`all`);n(M,e=>{f.value=e,_e()}),n(s,()=>{_e()});async function _e(){try{let e={period:s.value};M.value!==`all`&&(e.router_key_id=M.value),o.value=(await y.getStats(e)).data}catch(e){console.error(`Failed to load stats:`,e),o.value={totalRequests:0,successRate:0,avgTps:0,totalTokens:0}}}return i(()=>{_e()}),(e,n)=>(t(),C(`div`,Wl,[m(`div`,Gl,[n[4]||=m(`h2`,{class:`text-lg font-semibold text-foreground`},`仪表盘`,-1),m(`div`,Kl,[m(`div`,ql,[(t(),C(p,null,r(a,e=>S(_(ne),{key:e.value,variant:_(s)===e.value?`default`:`ghost`,size:`sm`,onClick:t=>s.value=e.value},{default:c(()=>[u(w(e.label),1)]),_:2},1032,[`variant`,`onClick`])),64))]),S(_(T),{modelValue:_(d),"onUpdate:modelValue":n[0]||=e=>b(d)?d.value=e:null},{default:c(()=>[S(_(D),{class:`w-48`},{default:c(()=>[S(_(te),{placeholder:`全部模型`})]),_:1}),S(_(E),null,{default:c(()=>[S(_(ee),{value:`all`},{default:c(()=>[...n[2]||=[u(`全部模型`,-1)]]),_:1}),(t(!0),C(p,null,r(_(re),e=>(t(),l(_(ee),{key:e,value:e},{default:c(()=>[u(w(e),1)]),_:2},1032,[`value`]))),128))]),_:1})]),_:1},8,[`modelValue`]),S(_(T),{modelValue:M.value,"onUpdate:modelValue":n[1]||=e=>M.value=e},{default:c(()=>[S(_(D),{class:`w-48`},{default:c(()=>[S(_(te),{placeholder:`全部密钥`})]),_:1}),S(_(E),null,{default:c(()=>[S(_(ee),{value:`all`},{default:c(()=>[...n[3]||=[u(`全部密钥`,-1)]]),_:1}),(t(!0),C(p,null,r(_(g),e=>(t(),l(_(ee),{key:e.id,value:e.id},{default:c(()=>[u(w(e.name),1)]),_:2},1032,[`value`]))),128))]),_:1})]),_:1},8,[`modelValue`])])]),m(`div`,Jl,[S(_(O),null,{default:c(()=>[S(_(k),{class:`p-4`},{default:c(()=>[n[5]||=m(`p`,{class:`text-sm text-muted-foreground`},`总请求数`,-1),m(`p`,Yl,w(o.value.totalRequests),1)]),_:1})]),_:1}),S(_(O),null,{default:c(()=>[S(_(k),{class:`p-4`},{default:c(()=>[n[6]||=m(`p`,{class:`text-sm text-muted-foreground`},`成功率`,-1),m(`p`,Xl,w((o.value.successRate*100).toFixed(1))+`%`,1)]),_:1})]),_:1}),S(_(O),null,{default:c(()=>[S(_(k),{class:`p-4`},{default:c(()=>[n[8]||=m(`p`,{class:`text-sm text-muted-foreground`},`平均吞吐量`,-1),m(`p`,Zl,[u(w(o.value.avgTps.toFixed(1))+` `,1),n[7]||=m(`span`,{class:`text-sm font-normal text-muted-foreground`},`tokens/s`,-1)])]),_:1})]),_:1}),S(_(O),null,{default:c(()=>[S(_(k),{class:`p-4`},{default:c(()=>[n[9]||=m(`p`,{class:`text-sm text-muted-foreground`},`Token 使用总量`,-1),m(`p`,Ql,w(o.value.totalTokens.toLocaleString()),1)]),_:1})]),_:1})]),_(h)?(t(),C(`div`,$l,`加载中...`)):_(ge)?(t(),C(`div`,eu,`暂无数据`)):(t(),C(p,{key:2},[m(`div`,tu,[S(_(O),null,{default:c(()=>[S(_(ae),null,{default:c(()=>[S(_(oe),{class:`text-sm font-medium text-foreground`},{default:c(()=>[...n[10]||=[u(`Token 使用量`,-1)]]),_:1})]),_:1}),S(_(k),null,{default:c(()=>[m(`div`,nu,[_(me)?(t(),l(_(vl),{key:0,data:_(me),options:_(Vl)(_(me).labels)},null,8,[`data`,`options`])):x(``,!0)])]),_:1})]),_:1}),S(_(O),null,{default:c(()=>[S(_(ae),null,{default:c(()=>[S(_(oe),{class:`text-sm font-medium text-foreground`},{default:c(()=>[...n[11]||=[u(`吞吐量 (tokens/s)`,-1)]]),_:1})]),_:1}),S(_(k),null,{default:c(()=>[m(`div`,ru,[_(A)?(t(),l(_(vl),{key:0,data:_(A),options:_(Bl)(`tokens/s`,_(A).labels)},null,8,[`data`,`options`])):x(``,!0)])]),_:1})]),_:1}),S(_(O),null,{default:c(()=>[S(_(ae),null,{default:c(()=>[S(_(oe),{class:`text-sm font-medium text-foreground`},{default:c(()=>[...n[12]||=[u(`首 Token 延迟 (TTFT)`,-1)]]),_:1})]),_:1}),S(_(k),null,{default:c(()=>[m(`div`,iu,[_(pe)?(t(),l(_(vl),{key:0,data:_(pe),options:_(Bl)(`ms`,_(pe).labels)},null,8,[`data`,`options`])):x(``,!0)])]),_:1})]),_:1}),S(_(O),null,{default:c(()=>[S(_(ae),null,{default:c(()=>[S(_(oe),{class:`text-sm font-medium text-foreground`},{default:c(()=>[...n[13]||=[u(`缓存命中率`,-1)]]),_:1})]),_:1}),S(_(k),null,{default:c(()=>[m(`div`,au,[_(j)?(t(),l(_(vl),{key:0,data:_(j),options:_(Bl)(`%`,_(j).labels)},null,8,[`data`,`options`])):x(``,!0)])]),_:1})]),_:1})]),S(_(O),null,{default:c(()=>[S(_(ae),null,{default:c(()=>[S(_(oe),{class:`text-sm font-medium text-foreground`},{default:c(()=>[...n[14]||=[u(`模型对比`,-1)]]),_:1})]),_:1}),S(_(k),null,{default:c(()=>[S(_(ue),null,{default:c(()=>[S(_(fe),null,{default:c(()=>[S(_(de),null,{default:c(()=>[S(_(le),null,{default:c(()=>[...n[15]||=[u(`模型`,-1)]]),_:1}),S(_(le),null,{default:c(()=>[...n[16]||=[u(`请求数`,-1)]]),_:1}),S(_(le),null,{default:c(()=>[...n[17]||=[u(`缓存命中率`,-1)]]),_:1}),S(_(le),null,{default:c(()=>[...n[18]||=[u(`平均 TTFT`,-1)]]),_:1}),S(_(le),null,{default:c(()=>[...n[19]||=[u(`平均 TPS`,-1)]]),_:1}),S(_(le),null,{default:c(()=>[...n[20]||=[u(`输入 Tokens`,-1)]]),_:1}),S(_(le),null,{default:c(()=>[...n[21]||=[u(`输出 Tokens`,-1)]]),_:1}),S(_(le),null,{default:c(()=>[...n[22]||=[u(`缓存命中 Tokens`,-1)]]),_:1})]),_:1})]),_:1}),S(_(se),null,{default:c(()=>[(t(!0),C(p,null,r(_(he),e=>(t(),l(_(de),{key:e.backend_model},{default:c(()=>[S(_(ce),{class:`font-medium`},{default:c(()=>[u(w(e.backend_model),1)]),_:2},1024),S(_(ce),null,{default:c(()=>[u(w(e.request_count),1)]),_:2},1024),S(_(ce),null,{default:c(()=>[e.cache_hit_rate==null?(t(),C(`span`,ou,`-`)):(t(),l(_(ie),{key:0,variant:e.cache_hit_rate>=.5?`default`:`secondary`},{default:c(()=>[u(w((e.cache_hit_rate*100).toFixed(1))+`% `,1)]),_:2},1032,[`variant`]))]),_:2},1024),S(_(ce),null,{default:c(()=>[u(w(e.avg_ttft_ms==null?`-`:e.avg_ttft_ms.toFixed(0)+`ms`),1)]),_:2},1024),S(_(ce),null,{default:c(()=>[u(w(e.avg_tps==null?`-`:e.avg_tps.toFixed(1)),1)]),_:2},1024),S(_(ce),null,{default:c(()=>[u(w(e.total_input_tokens?.toLocaleString()??`-`),1)]),_:2},1024),S(_(ce),null,{default:c(()=>[u(w(e.total_output_tokens?.toLocaleString()??`-`),1)]),_:2},1024),S(_(ce),null,{default:c(()=>[u(w(e.total_cache_hit_tokens?.toLocaleString()??`-`),1)]),_:2},1024)]),_:2},1024))),128)),_(he).length===0?(t(),l(_(de),{key:0},{default:c(()=>[S(_(ce),{colspan:`8`,class:`text-center text-muted-foreground`},{default:c(()=>[...n[23]||=[u(`暂无数据`,-1)]]),_:1})]),_:1})):x(``,!0)]),_:1})]),_:1})]),_:1})]),_:1})],64))]))}});export{su as default};
@@ -0,0 +1 @@
1
+ import{F as e,M as t,R as n,S as r,Y as i,_ as a,dt as o,k as s,mt as c,ot as l,v as u,x as d}from"./client-DvdghFBq.js";import{i as f,p}from"./button-CfQs66fX.js";import{S as m,a as h,c as g,d as _,g as v,i as y,m as b,o as x,u as S,x as C}from"./Collection-CQ4pV54w.js";import{t as w}from"./useForwardExpose-u2vjohek.js";var[T,E]=m(`DialogRoot`),D=r({inheritAttrs:!1,__name:`DialogRoot`,props:{open:{type:Boolean,required:!1,default:void 0},defaultOpen:{type:Boolean,required:!1,default:!1},modal:{type:Boolean,required:!1,default:!0}},emits:[`update:open`],setup(e,{emit:t}){let r=e,i=p(r,`open`,t,{defaultValue:r.defaultOpen,passive:r.open===void 0}),a=l(),s=l(),{modal:u}=o(r);return E({open:i,modal:u,openModal:()=>{i.value=!0},onOpenChange:e=>{i.value=e},onOpenToggle:()=>{i.value=!i.value},contentId:``,titleId:``,descriptionId:``,triggerElement:a,contentElement:s}),(e,t)=>n(e.$slots,`default`,{open:c(i),close:()=>i.value=!1})}}),O=r({__name:`DialogClose`,props:{asChild:{type:Boolean,required:!1},as:{type:null,required:!1,default:`button`}},setup(t){let r=t;w();let o=T();return(t,l)=>(e(),a(c(f),s(r,{type:t.as===`button`?`button`:void 0,onClick:l[0]||=e=>c(o).onOpenChange(!1)}),{default:i(()=>[n(t.$slots,`default`)]),_:3},16,[`type`]))}}),k=r({__name:`DialogContentImpl`,props:{forceMount:{type:Boolean,required:!1},trapFocus:{type:Boolean,required:!1},disableOutsidePointerEvents:{type:Boolean,required:!1},asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},emits:[`escapeKeyDown`,`pointerDownOutside`,`focusOutside`,`interactOutside`,`openAutoFocus`,`closeAutoFocus`],setup(r,{emit:o}){let l=r,u=o,f=T(),{forwardRef:p,currentElement:m}=w();return f.titleId||=S(void 0,`reka-dialog-title`),f.descriptionId||=S(void 0,`reka-dialog-description`),t(()=>{f.contentElement=m,C()!==document.body&&(f.triggerElement.value=C())}),(t,r)=>(e(),a(c(h),{"as-child":``,loop:``,trapped:l.trapFocus,onMountAutoFocus:r[5]||=e=>u(`openAutoFocus`,e),onUnmountAutoFocus:r[6]||=e=>u(`closeAutoFocus`,e)},{default:i(()=>[d(c(x),s({id:c(f).contentId,ref:c(p),as:t.as,"as-child":t.asChild,"disable-outside-pointer-events":t.disableOutsidePointerEvents,role:`dialog`,"aria-describedby":c(f).descriptionId,"aria-labelledby":c(f).titleId,"data-state":c(y)(c(f).open.value)},t.$attrs,{onDismiss:r[0]||=e=>c(f).onOpenChange(!1),onEscapeKeyDown:r[1]||=e=>u(`escapeKeyDown`,e),onFocusOutside:r[2]||=e=>u(`focusOutside`,e),onInteractOutside:r[3]||=e=>u(`interactOutside`,e),onPointerDownOutside:r[4]||=e=>u(`pointerDownOutside`,e)}),{default:i(()=>[n(t.$slots,`default`)]),_:3},16,[`id`,`as`,`as-child`,`disable-outside-pointer-events`,`aria-describedby`,`aria-labelledby`,`data-state`])]),_:3},8,[`trapped`]))}}),A=r({__name:`DialogContentModal`,props:{forceMount:{type:Boolean,required:!1},trapFocus:{type:Boolean,required:!1},disableOutsidePointerEvents:{type:Boolean,required:!1},asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},emits:[`escapeKeyDown`,`pointerDownOutside`,`focusOutside`,`interactOutside`,`openAutoFocus`,`closeAutoFocus`],setup(t,{emit:r}){let o=t,l=r,u=T(),d=b(l),{forwardRef:f,currentElement:p}=w();return _(p),(t,r)=>(e(),a(k,s({...o,...c(d)},{ref:c(f),"trap-focus":c(u).open.value,"disable-outside-pointer-events":!0,onCloseAutoFocus:r[0]||=e=>{e.defaultPrevented||(e.preventDefault(),c(u).triggerElement.value?.focus())},onPointerDownOutside:r[1]||=e=>{let t=e.detail.originalEvent,n=t.button===0&&t.ctrlKey===!0;(t.button===2||n)&&e.preventDefault()},onFocusOutside:r[2]||=e=>{e.preventDefault()}}),{default:i(()=>[n(t.$slots,`default`)]),_:3},16,[`trap-focus`]))}}),j=r({__name:`DialogContentNonModal`,props:{forceMount:{type:Boolean,required:!1},trapFocus:{type:Boolean,required:!1},disableOutsidePointerEvents:{type:Boolean,required:!1},asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},emits:[`escapeKeyDown`,`pointerDownOutside`,`focusOutside`,`interactOutside`,`openAutoFocus`,`closeAutoFocus`],setup(t,{emit:r}){let o=t,u=b(r);w();let d=T(),f=l(!1),p=l(!1);return(t,r)=>(e(),a(k,s({...o,...c(u)},{"trap-focus":!1,"disable-outside-pointer-events":!1,onCloseAutoFocus:r[0]||=e=>{e.defaultPrevented||(f.value||c(d).triggerElement.value?.focus(),e.preventDefault()),f.value=!1,p.value=!1},onInteractOutside:r[1]||=e=>{e.defaultPrevented||(f.value=!0,e.detail.originalEvent.type===`pointerdown`&&(p.value=!0));let t=e.target;c(d).triggerElement.value?.contains(t)&&e.preventDefault(),e.detail.originalEvent.type===`focusin`&&p.value&&e.preventDefault()}}),{default:i(()=>[n(t.$slots,`default`)]),_:3},16))}}),M=r({__name:`DialogContent`,props:{forceMount:{type:Boolean,required:!1},disableOutsidePointerEvents:{type:Boolean,required:!1},asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},emits:[`escapeKeyDown`,`pointerDownOutside`,`focusOutside`,`interactOutside`,`openAutoFocus`,`closeAutoFocus`],setup(t,{emit:r}){let o=t,l=r,u=T(),d=b(l),{forwardRef:f}=w();return(t,r)=>(e(),a(c(g),{present:t.forceMount||c(u).open.value},{default:i(()=>[c(u).modal.value?(e(),a(A,s({key:0,ref:c(f)},{...o,...c(d),...t.$attrs}),{default:i(()=>[n(t.$slots,`default`)]),_:3},16)):(e(),a(j,s({key:1,ref:c(f)},{...o,...c(d),...t.$attrs}),{default:i(()=>[n(t.$slots,`default`)]),_:3},16))]),_:3},8,[`present`]))}}),N=r({__name:`DialogDescription`,props:{asChild:{type:Boolean,required:!1},as:{type:null,required:!1,default:`p`}},setup(t){let r=t;w();let o=T();return(t,l)=>(e(),a(c(f),s(r,{id:c(o).descriptionId}),{default:i(()=>[n(t.$slots,`default`)]),_:3},16,[`id`]))}}),P=r({__name:`DialogOverlayImpl`,props:{asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},setup(t){let r=T();return v(!0),w(),(t,o)=>(e(),a(c(f),{as:t.as,"as-child":t.asChild,"data-state":c(r).open.value?`open`:`closed`,style:{"pointer-events":`auto`}},{default:i(()=>[n(t.$slots,`default`)]),_:3},8,[`as`,`as-child`,`data-state`]))}}),F=r({__name:`DialogOverlay`,props:{forceMount:{type:Boolean,required:!1},asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},setup(t){let r=T(),{forwardRef:o}=w();return(t,l)=>c(r)?.modal.value?(e(),a(c(g),{key:0,present:t.forceMount||c(r).open.value},{default:i(()=>[d(P,s(t.$attrs,{ref:c(o),as:t.as,"as-child":t.asChild}),{default:i(()=>[n(t.$slots,`default`)]),_:3},16,[`as`,`as-child`])]),_:3},8,[`present`])):u(`v-if`,!0)}}),I=r({__name:`DialogTitle`,props:{asChild:{type:Boolean,required:!1},as:{type:null,required:!1,default:`h2`}},setup(t){let r=t,o=T();return w(),(t,l)=>(e(),a(c(f),s(r,{id:c(o).titleId}),{default:i(()=>[n(t.$slots,`default`)]),_:3},16,[`id`]))}});export{O as a,M as i,F as n,D as o,N as r,I as t};
@@ -0,0 +1 @@
1
+ import{F as e,S as t,X as n,c as r,gt as i,mt as a,tt as o,y as s}from"./client-DvdghFBq.js";import{p as c,r as l}from"./button-CfQs66fX.js";var u=t({__name:`Input`,props:{defaultValue:{},modelValue:{},class:{type:[Boolean,null,String,Object,Array]}},emits:[`update:modelValue`],setup(t,{emit:u}){let d=t,f=c(d,`modelValue`,u,{passive:!0,defaultValue:d.defaultValue});return(t,c)=>n((e(),s(`input`,{"onUpdate:modelValue":c[0]||=e=>o(f)?f.value=e:null,"data-slot":`input`,class:i(a(l)(`dark:bg-input/30 border-input focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:aria-invalid:border-destructive/50 disabled:bg-input/50 dark:disabled:bg-input/80 h-8 rounded-lg border bg-transparent px-2.5 py-1 text-base transition-colors file:h-6 file:text-sm file:font-medium focus-visible:ring-3 aria-invalid:ring-3 md:text-sm w-full min-w-0 outline-none file:inline-flex file:border-0 file:bg-transparent file:text-foreground placeholder:text-muted-foreground disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50`,d.class))},null,2)),[[r,a(f)]])}});export{u as t};
@@ -0,0 +1 @@
1
+ import{F as e,R as t,S as n,Y as r,_ as i,k as a,mt as o}from"./client-DvdghFBq.js";import{b as s,i as c,r as l}from"./button-CfQs66fX.js";import{t as u}from"./useForwardExpose-u2vjohek.js";var d=n({__name:`Label`,props:{for:{type:String,required:!1},asChild:{type:Boolean,required:!1},as:{type:null,required:!1,default:`label`}},setup(n){let s=n;return u(),(n,l)=>(e(),i(o(c),a(s,{onMousedown:l[0]||=e=>{!e.defaultPrevented&&e.detail>1&&e.preventDefault()}}),{default:r(()=>[t(n.$slots,`default`)]),_:3},16))}}),f=n({__name:`Label`,props:{for:{},asChild:{type:Boolean},as:{},class:{type:[Boolean,null,String,Object,Array]}},setup(n){let c=n,u=s(c,`class`);return(n,s)=>(e(),i(o(d),a({"data-slot":`label`},o(u),{class:o(l)(`gap-2 text-sm leading-none font-medium group-data-[disabled=true]:opacity-50 peer-disabled:opacity-50 flex items-center select-none group-data-[disabled=true]:pointer-events-none peer-disabled:cursor-not-allowed`,c.class)}),{default:r(()=>[t(n.$slots,`default`)]),_:3},16,[`class`]))}});export{f as t};