@kong-ui-public/analytics-chart 10.11.4 → 10.11.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.
@@ -15,7 +15,7 @@
15
15
  * Released under the MIT License
16
16
  */class kp{constructor(){this._request=null,this._charts=new Map,this._running=!1,this._lastDate=void 0}_notify(t,e,i,s){const r=e.listeners[s],a=e.duration;r.forEach(o=>o({chart:t,initial:e.initial,numSteps:a,currentStep:Math.min(i-e.start,a)}))}_refresh(){this._request||(this._running=!0,this._request=Nc.call(window,()=>{this._update(),this._request=null,this._running&&this._refresh()}))}_update(t=Date.now()){let e=0;this._charts.forEach((i,s)=>{if(!i.running||!i.items.length)return;const r=i.items;let a=r.length-1,o=!1,l;for(;a>=0;--a)l=r[a],l._active?(l._total>i.duration&&(i.duration=l._total),l.tick(t),o=!0):(r[a]=r[r.length-1],r.pop());o&&(s.draw(),this._notify(s,i,t,"progress")),r.length||(i.running=!1,this._notify(s,i,t,"complete"),i.initial=!1),e+=r.length}),this._lastDate=t,e===0&&(this._running=!1)}_getAnims(t){const e=this._charts;let i=e.get(t);return i||(i={running:!1,initial:!0,items:[],listeners:{complete:[],progress:[]}},e.set(t,i)),i}listen(t,e,i){this._getAnims(t).listeners[e].push(i)}add(t,e){!e||!e.length||this._getAnims(t).items.push(...e)}has(t){return this._getAnims(t).items.length>0}start(t){const e=this._charts.get(t);e&&(e.running=!0,e.start=Date.now(),e.duration=e.items.reduce((i,s)=>Math.max(i,s._duration),0),this._refresh())}running(t){if(!this._running)return!1;const e=this._charts.get(t);return!(!e||!e.running||!e.items.length)}stop(t){const e=this._charts.get(t);if(!e||!e.items.length)return;const i=e.items;let s=i.length-1;for(;s>=0;--s)i[s].cancel();e.items=[],this._notify(t,e,Date.now(),"complete")}remove(t){return this._charts.delete(t)}}var en=new kp;const fu="transparent",Dp={boolean(n,t,e){return e>.5?t:n},color(n,t,e){const i=Yc(n||fu),s=i.valid&&Yc(t||fu);return s&&s.valid?s.mix(i,e).hexString():t},number(n,t,e){return n+(t-n)*e}};class Tp{constructor(t,e,i,s){const r=e[i];s=es([t.to,s,r,t.from]);const a=es([t.from,r,s]);this._active=!0,this._fn=t.fn||Dp[t.type||typeof a],this._easing=Ki[t.easing]||Ki.linear,this._start=Math.floor(Date.now()+(t.delay||0)),this._duration=this._total=Math.floor(t.duration),this._loop=!!t.loop,this._target=e,this._prop=i,this._from=a,this._to=s,this._promises=void 0}active(){return this._active}update(t,e,i){if(this._active){this._notify(!1);const s=this._target[this._prop],r=i-this._start,a=this._duration-r;this._start=i,this._duration=Math.floor(Math.max(a,t.duration)),this._total+=r,this._loop=!!t.loop,this._to=es([t.to,e,s,t.from]),this._from=es([t.from,s,e])}}cancel(){this._active&&(this.tick(Date.now()),this._active=!1,this._notify(!1))}tick(t){const e=t-this._start,i=this._duration,s=this._prop,r=this._from,a=this._loop,o=this._to;let l;if(this._active=r!==o&&(a||e<i),!this._active){this._target[s]=o,this._notify(!0);return}if(e<0){this._target[s]=r;return}l=e/i%2,l=a&&l>1?2-l:l,l=this._easing(Math.min(1,Math.max(0,l))),this._target[s]=this._fn(r,o,l)}wait(){const t=this._promises||(this._promises=[]);return new Promise((e,i)=>{t.push({res:e,rej:i})})}_notify(t){const e=t?"res":"rej",i=this._promises||[];for(let s=0;s<i.length;s++)i[s][e]()}}class Ga{constructor(t,e){this._chart=t,this._properties=new Map,this.configure(e)}configure(t){if(!ft(t))return;const e=Object.keys(Pt.animation),i=this._properties;Object.getOwnPropertyNames(t).forEach(s=>{const r=t[s];if(!ft(r))return;const a={};for(const o of e)a[o]=r[o];(wt(r.properties)&&r.properties||[s]).forEach(o=>{(o===s||!i.has(o))&&i.set(o,a)})})}_animateOptions(t,e){const i=e.options,s=Ep(t,i);if(!s)return[];const r=this._createAnimations(s,i);return i.$shared&&Cp(t.options.$animations,i).then(()=>{t.options=i},()=>{}),r}_createAnimations(t,e){const i=this._properties,s=[],r=t.$animations||(t.$animations={}),a=Object.keys(e),o=Date.now();let l;for(l=a.length-1;l>=0;--l){const c=a[l];if(c.charAt(0)==="$")continue;if(c==="options"){s.push(...this._animateOptions(t,e));continue}const u=e[c];let h=r[c];const f=i.get(c);if(h)if(f&&h.active()){h.update(f,u,o);continue}else h.cancel();if(!f||!f.duration){t[c]=u;continue}r[c]=h=new Tp(f,t,c,u),s.push(h)}return s}update(t,e){if(this._properties.size===0){Object.assign(t,e);return}const i=this._createAnimations(t,e);if(i.length)return en.add(this._chart,i),!0}}function Cp(n,t){const e=[],i=Object.keys(t);for(let s=0;s<i.length;s++){const r=n[i[s]];r&&r.active()&&e.push(r.wait())}return Promise.all(e)}function Ep(n,t){if(!t)return;let e=n.options;if(!e){n.options=t;return}return e.$shared&&(n.options=e=Object.assign({},e,{$shared:!1,$animations:{}})),e}function mu(n,t){const e=n&&n.options||{},i=e.reverse,s=e.min===void 0?t:0,r=e.max===void 0?t:0;return{start:i?r:s,end:i?s:r}}function Op(n,t,e){if(e===!1)return!1;const i=mu(n,e),s=mu(t,e);return{top:s.end,right:i.end,bottom:s.start,left:i.start}}function Pp(n){let t,e,i,s;return ft(n)?(t=n.top,e=n.right,i=n.bottom,s=n.left):t=e=i=s=n,{top:t,right:e,bottom:i,left:s,disabled:n===!1}}function gu(n,t){const e=[],i=n._getSortedDatasetMetas(t);let s,r;for(s=0,r=i.length;s<r;++s)e.push(i[s].index);return e}function pu(n,t,e,i={}){const s=n.keys,r=i.mode==="single";let a,o,l,c;if(t===null)return;let u=!1;for(a=0,o=s.length;a<o;++a){if(l=+s[a],l===e){if(u=!0,i.all)continue;break}c=n.values[l],At(c)&&(r||t===0||We(t)===We(c))&&(t+=c)}return!u&&!i.all?0:t}function Ap(n,t){const{iScale:e,vScale:i}=t,s=e.axis==="x"?"x":"y",r=i.axis==="x"?"x":"y",a=Object.keys(n),o=new Array(a.length);let l,c,u;for(l=0,c=a.length;l<c;++l)u=a[l],o[l]={[s]:u,[r]:n[u]};return o}function Ka(n,t){const e=n&&n.options.stacked;return e||e===void 0&&t.stack!==void 0}function Rp(n,t,e){return`${n.id}.${t.id}.${e.stack||e.type}`}function Ip(n){const{min:t,max:e,minDefined:i,maxDefined:s}=n.getUserBounds();return{min:i?t:Number.NEGATIVE_INFINITY,max:s?e:Number.POSITIVE_INFINITY}}function Lp(n,t,e){const i=n[t]||(n[t]={});return i[e]||(i[e]={})}function yu(n,t,e,i){for(const s of t.getMatchingVisibleMetas(i).reverse()){const r=n[s.index];if(e&&r>0||!e&&r<0)return s.index}return null}function bu(n,t){const{chart:e,_cachedMeta:i}=n,s=e._stacks||(e._stacks={}),{iScale:r,vScale:a,index:o}=i,l=r.axis,c=a.axis,u=Rp(r,a,i),h=t.length;let f;for(let m=0;m<h;++m){const g=t[m],{[l]:_,[c]:x}=g,v=g._stacks||(g._stacks={});f=v[c]=Lp(s,u,_),f[o]=x,f._top=yu(f,a,!0,i.type),f._bottom=yu(f,a,!1,i.type);const S=f._visualValues||(f._visualValues={});S[o]=x}}function Za(n,t){const e=n.scales;return Object.keys(e).filter(i=>e[i].axis===t).shift()}function Np(n,t){return Mn(n,{active:!1,dataset:void 0,datasetIndex:t,index:t,mode:"default",type:"dataset"})}function Fp(n,t,e){return Mn(n,{active:!1,dataIndex:t,parsed:void 0,raw:void 0,element:e,index:t,mode:"default",type:"data"})}function ns(n,t){const e=n.controller.index,i=n.vScale&&n.vScale.axis;if(i){t=t||n._parsed;for(const s of t){const r=s._stacks;if(!r||r[i]===void 0||r[i][e]===void 0)return;delete r[i][e],r[i]._visualValues!==void 0&&r[i]._visualValues[e]!==void 0&&delete r[i]._visualValues[e]}}}const Qa=n=>n==="reset"||n==="none",_u=(n,t)=>t?n:Object.assign({},n),Bp=(n,t,e)=>n&&!t.hidden&&t._stacked&&{keys:gu(e,!0),values:null};class Ne{constructor(t,e){this.chart=t,this._ctx=t.ctx,this.index=e,this._cachedDataOpts={},this._cachedMeta=this.getMeta(),this._type=this._cachedMeta.type,this.options=void 0,this._parsing=!1,this._data=void 0,this._objectData=void 0,this._sharedOptions=void 0,this._drawStart=void 0,this._drawCount=void 0,this.enableOptionSharing=!1,this.supportsDecimation=!1,this.$context=void 0,this._syncList=[],this.datasetElementType=new.target.datasetElementType,this.dataElementType=new.target.dataElementType,this.initialize()}initialize(){const t=this._cachedMeta;this.configure(),this.linkScales(),t._stacked=Ka(t.vScale,t),this.addElements(),this.options.fill&&!this.chart.isPluginEnabled("filler")&&console.warn("Tried to use the 'fill' option without the 'Filler' plugin enabled. Please import and register the 'Filler' plugin and make sure it is not disabled in the options")}updateIndex(t){this.index!==t&&ns(this._cachedMeta),this.index=t}linkScales(){const t=this.chart,e=this._cachedMeta,i=this.getDataset(),s=(h,f,m,g)=>h==="x"?f:h==="r"?g:m,r=e.xAxisID=st(i.xAxisID,Za(t,"x")),a=e.yAxisID=st(i.yAxisID,Za(t,"y")),o=e.rAxisID=st(i.rAxisID,Za(t,"r")),l=e.indexAxis,c=e.iAxisID=s(l,r,a,o),u=e.vAxisID=s(l,a,r,o);e.xScale=this.getScaleForId(r),e.yScale=this.getScaleForId(a),e.rScale=this.getScaleForId(o),e.iScale=this.getScaleForId(c),e.vScale=this.getScaleForId(u)}getDataset(){return this.chart.data.datasets[this.index]}getMeta(){return this.chart.getDatasetMeta(this.index)}getScaleForId(t){return this.chart.scales[t]}_getOtherScale(t){const e=this._cachedMeta;return t===e.iScale?e.vScale:e.iScale}reset(){this._update("reset")}_destroy(){const t=this._cachedMeta;this._data&&Ic(this._data,this),t._stacked&&ns(t)}_dataCheck(){const t=this.getDataset(),e=t.data||(t.data=[]),i=this._data;if(ft(e)){const s=this._cachedMeta;this._data=Ap(e,s)}else if(i!==e){if(i){Ic(i,this);const s=this._cachedMeta;ns(s),s._parsed=[]}e&&Object.isExtensible(e)&&vg(e,this),this._syncList=[],this._data=e}}addElements(){const t=this._cachedMeta;this._dataCheck(),this.datasetElementType&&(t.dataset=new this.datasetElementType)}buildOrUpdateElements(t){const e=this._cachedMeta,i=this.getDataset();let s=!1;this._dataCheck();const r=e._stacked;e._stacked=Ka(e.vScale,e),e.stack!==i.stack&&(s=!0,ns(e),e.stack=i.stack),this._resyncElements(t),(s||r!==e._stacked)&&(bu(this,e._parsed),e._stacked=Ka(e.vScale,e))}configure(){const t=this.chart.config,e=t.datasetScopeKeys(this._type),i=t.getOptionScopes(this.getDataset(),e,!0);this.options=t.createResolver(i,this.getContext()),this._parsing=this.options.parsing,this._cachedDataOpts={}}parse(t,e){const{_cachedMeta:i,_data:s}=this,{iScale:r,_stacked:a}=i,o=r.axis;let l=t===0&&e===s.length?!0:i._sorted,c=t>0&&i._parsed[t-1],u,h,f;if(this._parsing===!1)i._parsed=s,i._sorted=!0,f=s;else{wt(s[t])?f=this.parseArrayData(i,s,t,e):ft(s[t])?f=this.parseObjectData(i,s,t,e):f=this.parsePrimitiveData(i,s,t,e);const m=()=>h[o]===null||c&&h[o]<c[o];for(u=0;u<e;++u)i._parsed[u+t]=h=f[u],l&&(m()&&(l=!1),c=h);i._sorted=l}a&&bu(this,f)}parsePrimitiveData(t,e,i,s){const{iScale:r,vScale:a}=t,o=r.axis,l=a.axis,c=r.getLabels(),u=r===a,h=new Array(s);let f,m,g;for(f=0,m=s;f<m;++f)g=f+i,h[f]={[o]:u||r.parse(c[g],g),[l]:a.parse(e[g],g)};return h}parseArrayData(t,e,i,s){const{xScale:r,yScale:a}=t,o=new Array(s);let l,c,u,h;for(l=0,c=s;l<c;++l)u=l+i,h=e[u],o[l]={x:r.parse(h[0],u),y:a.parse(h[1],u)};return o}parseObjectData(t,e,i,s){const{xScale:r,yScale:a}=t,{xAxisKey:o="x",yAxisKey:l="y"}=this._parsing,c=new Array(s);let u,h,f,m;for(u=0,h=s;u<h;++u)f=u+i,m=e[f],c[u]={x:r.parse(_n(m,o),f),y:a.parse(_n(m,l),f)};return c}getParsed(t){return this._cachedMeta._parsed[t]}getDataElement(t){return this._cachedMeta.data[t]}applyStack(t,e,i){const s=this.chart,r=this._cachedMeta,a=e[t.axis],o={keys:gu(s,!0),values:e._stacks[t.axis]._visualValues};return pu(o,a,r.index,{mode:i})}updateRangeFromParsed(t,e,i,s){const r=i[e.axis];let a=r===null?NaN:r;const o=s&&i._stacks[e.axis];s&&o&&(s.values=o,a=pu(s,r,this._cachedMeta.index)),t.min=Math.min(t.min,a),t.max=Math.max(t.max,a)}getMinMax(t,e){const i=this._cachedMeta,s=i._parsed,r=i._sorted&&t===i.iScale,a=s.length,o=this._getOtherScale(t),l=Bp(e,i,this.chart),c={min:Number.POSITIVE_INFINITY,max:Number.NEGATIVE_INFINITY},{min:u,max:h}=Ip(o);let f,m;function g(){m=s[f];const _=m[o.axis];return!At(m[t.axis])||u>_||h<_}for(f=0;f<a&&!(!g()&&(this.updateRangeFromParsed(c,t,m,l),r));++f);if(r){for(f=a-1;f>=0;--f)if(!g()){this.updateRangeFromParsed(c,t,m,l);break}}return c}getAllParsedValues(t){const e=this._cachedMeta._parsed,i=[];let s,r,a;for(s=0,r=e.length;s<r;++s)a=e[s][t.axis],At(a)&&i.push(a);return i}getMaxOverflow(){return!1}getLabelAndValue(t){const e=this._cachedMeta,i=e.iScale,s=e.vScale,r=this.getParsed(t);return{label:i?""+i.getLabelForValue(r[i.axis]):"",value:s?""+s.getLabelForValue(r[s.axis]):""}}_update(t){const e=this._cachedMeta;this.update(t||"default"),e._clip=Pp(st(this.options.clip,Op(e.xScale,e.yScale,this.getMaxOverflow())))}update(t){}draw(){const t=this._ctx,e=this.chart,i=this._cachedMeta,s=i.data||[],r=e.chartArea,a=[],o=this._drawStart||0,l=this._drawCount||s.length-o,c=this.options.drawActiveElementsOnTop;let u;for(i.dataset&&i.dataset.draw(t,r,o,l),u=o;u<o+l;++u){const h=s[u];h.hidden||(h.active&&c?a.push(h):h.draw(t,r))}for(u=0;u<a.length;++u)a[u].draw(t,r)}getStyle(t,e){const i=e?"active":"default";return t===void 0&&this._cachedMeta.dataset?this.resolveDatasetElementOptions(i):this.resolveDataElementOptions(t||0,i)}getContext(t,e,i){const s=this.getDataset();let r;if(t>=0&&t<this._cachedMeta.data.length){const a=this._cachedMeta.data[t];r=a.$context||(a.$context=Fp(this.getContext(),t,a)),r.parsed=this.getParsed(t),r.raw=s.data[t],r.index=r.dataIndex=t}else r=this.$context||(this.$context=Np(this.chart.getContext(),this.index)),r.dataset=s,r.index=r.datasetIndex=this.index;return r.active=!!e,r.mode=i,r}resolveDatasetElementOptions(t){return this._resolveElementOptions(this.datasetElementType.id,t)}resolveDataElementOptions(t,e){return this._resolveElementOptions(this.dataElementType.id,e,t)}_resolveElementOptions(t,e="default",i){const s=e==="active",r=this._cachedDataOpts,a=t+"-"+e,o=r[a],l=this.enableOptionSharing&&ge(i);if(o)return _u(o,l);const c=this.chart.config,u=c.datasetElementScopeKeys(this._type,t),h=s?[`${t}Hover`,"hover",t,""]:[t,""],f=c.getOptionScopes(this.getDataset(),u),m=Object.keys(Pt.elements[t]),g=()=>this.getContext(i,s,e),_=c.resolveNamedOptions(f,m,g,h);return _.$shared&&(_.$shared=l,r[a]=Object.freeze(_u(_,l))),_}_resolveAnimations(t,e,i){const s=this.chart,r=this._cachedDataOpts,a=`animation-${e}`,o=r[a];if(o)return o;let l;if(s.options.animation!==!1){const u=this.chart.config,h=u.datasetAnimationScopeKeys(this._type,e),f=u.getOptionScopes(this.getDataset(),h);l=u.createResolver(f,this.getContext(t,i,e))}const c=new Ga(s,l&&l.animations);return l&&l._cacheable&&(r[a]=Object.freeze(c)),c}getSharedOptions(t){if(t.$shared)return this._sharedOptions||(this._sharedOptions=Object.assign({},t))}includeOptions(t,e){return!e||Qa(t)||this.chart._animationsDisabled}_getSharedOptions(t,e){const i=this.resolveDataElementOptions(t,e),s=this._sharedOptions,r=this.getSharedOptions(i),a=this.includeOptions(e,r)||r!==s;return this.updateSharedOptions(r,e,i),{sharedOptions:r,includeOptions:a}}updateElement(t,e,i,s){Qa(s)?Object.assign(t,i):this._resolveAnimations(e,s).update(t,i)}updateSharedOptions(t,e,i){t&&!Qa(e)&&this._resolveAnimations(void 0,e).update(t,i)}_setStyle(t,e,i,s){t.active=s;const r=this.getStyle(e,s);this._resolveAnimations(e,i,s).update(t,{options:!s&&this.getSharedOptions(r)||r})}removeHoverStyle(t,e,i){this._setStyle(t,i,"active",!1)}setHoverStyle(t,e,i){this._setStyle(t,i,"active",!0)}_removeDatasetHoverStyle(){const t=this._cachedMeta.dataset;t&&this._setStyle(t,void 0,"active",!1)}_setDatasetHoverStyle(){const t=this._cachedMeta.dataset;t&&this._setStyle(t,void 0,"active",!0)}_resyncElements(t){const e=this._data,i=this._cachedMeta.data;for(const[o,l,c]of this._syncList)this[o](l,c);this._syncList=[];const s=i.length,r=e.length,a=Math.min(r,s);a&&this.parse(0,a),r>s?this._insertElements(s,r-s,t):r<s&&this._removeElements(r,s-r)}_insertElements(t,e,i=!0){const s=this._cachedMeta,r=s.data,a=t+e;let o;const l=c=>{for(c.length+=e,o=c.length-1;o>=a;o--)c[o]=c[o-e]};for(l(r),o=t;o<a;++o)r[o]=new this.dataElementType;this._parsing&&l(s._parsed),this.parse(t,e),i&&this.updateElements(r,t,e,"reset")}updateElements(t,e,i,s){}_removeElements(t,e){const i=this._cachedMeta;if(this._parsing){const s=i._parsed.splice(t,e);i._stacked&&ns(i,s)}i.data.splice(t,e)}_sync(t){if(this._parsing)this._syncList.push(t);else{const[e,i,s]=t;this[e](i,s)}this.chart._dataChanges.push([this.index,...t])}_onDataPush(){const t=arguments.length;this._sync(["_insertElements",this.getDataset().data.length-t,t])}_onDataPop(){this._sync(["_removeElements",this._cachedMeta.data.length-1,1])}_onDataShift(){this._sync(["_removeElements",0,1])}_onDataSplice(t,e){e&&this._sync(["_removeElements",t,e]);const i=arguments.length-2;i&&this._sync(["_insertElements",t,i])}_onDataUnshift(){this._sync(["_insertElements",0,arguments.length])}}P(Ne,"defaults",{}),P(Ne,"datasetElementType",null),P(Ne,"dataElementType",null);function zp(n,t){if(!n._cache.$bar){const e=n.getMatchingVisibleMetas(t);let i=[];for(let s=0,r=e.length;s<r;s++)i=i.concat(e[s].controller.getAllParsedValues(n));n._cache.$bar=Lc(i.sort((s,r)=>s-r))}return n._cache.$bar}function Hp(n){const t=n.iScale,e=zp(t,n.type);let i=t._length,s,r,a,o;const l=()=>{a===32767||a===-32768||(ge(o)&&(i=Math.min(i,Math.abs(a-o)||i)),o=a)};for(s=0,r=e.length;s<r;++s)a=t.getPixelForValue(e[s]),l();for(o=void 0,s=0,r=t.ticks.length;s<r;++s)a=t.getPixelForTick(s),l();return i}function Wp(n,t,e,i){const s=e.barThickness;let r,a;return it(s)?(r=t.min*e.categoryPercentage,a=e.barPercentage):(r=s*i,a=1),{chunk:r/i,ratio:a,start:t.pixels[n]-r/2}}function Yp(n,t,e,i){const s=t.pixels,r=s[n];let a=n>0?s[n-1]:null,o=n<s.length-1?s[n+1]:null;const l=e.categoryPercentage;a===null&&(a=r-(o===null?t.end-t.start:o-r)),o===null&&(o=r+r-a);const c=r-(r-Math.min(a,o))/2*l;return{chunk:Math.abs(o-a)/2*l/i,ratio:e.barPercentage,start:c}}function Vp(n,t,e,i){const s=e.parse(n[0],i),r=e.parse(n[1],i),a=Math.min(s,r),o=Math.max(s,r);let l=a,c=o;Math.abs(a)>Math.abs(o)&&(l=o,c=a),t[e.axis]=c,t._custom={barStart:l,barEnd:c,start:s,end:r,min:a,max:o}}function xu(n,t,e,i){return wt(n)?Vp(n,t,e,i):t[e.axis]=e.parse(n,i),t}function wu(n,t,e,i){const s=n.iScale,r=n.vScale,a=s.getLabels(),o=s===r,l=[];let c,u,h,f;for(c=e,u=e+i;c<u;++c)f=t[c],h={},h[s.axis]=o||s.parse(a[c],c),l.push(xu(f,h,r,c));return l}function Ja(n){return n&&n.barStart!==void 0&&n.barEnd!==void 0}function $p(n,t,e){return n!==0?We(n):(t.isHorizontal()?1:-1)*(t.min>=e?1:-1)}function jp(n){let t,e,i,s,r;return n.horizontal?(t=n.base>n.x,e="left",i="right"):(t=n.base<n.y,e="bottom",i="top"),t?(s="end",r="start"):(s="start",r="end"),{start:e,end:i,reverse:t,top:s,bottom:r}}function Up(n,t,e,i){let s=t.borderSkipped;const r={};if(!s){n.borderSkipped=r;return}if(s===!0){n.borderSkipped={top:!0,right:!0,bottom:!0,left:!0};return}const{start:a,end:o,reverse:l,top:c,bottom:u}=jp(n);s==="middle"&&e&&(n.enableBorderRadius=!0,(e._top||0)===i?s=c:(e._bottom||0)===i?s=u:(r[vu(u,a,o,l)]=!0,s=c)),r[vu(s,a,o,l)]=!0,n.borderSkipped=r}function vu(n,t,e,i){return i?(n=qp(n,t,e),n=Mu(n,e,t)):n=Mu(n,t,e),n}function qp(n,t,e){return n===t?e:n===e?t:n}function Mu(n,t,e){return n==="start"?t:n==="end"?e:n}function Xp(n,{inflateAmount:t},e){n.inflateAmount=t==="auto"?e===1?.33:0:t}class is extends Ne{parsePrimitiveData(t,e,i,s){return wu(t,e,i,s)}parseArrayData(t,e,i,s){return wu(t,e,i,s)}parseObjectData(t,e,i,s){const{iScale:r,vScale:a}=t,{xAxisKey:o="x",yAxisKey:l="y"}=this._parsing,c=r.axis==="x"?o:l,u=a.axis==="x"?o:l,h=[];let f,m,g,_;for(f=i,m=i+s;f<m;++f)_=e[f],g={},g[r.axis]=r.parse(_n(_,c),f),h.push(xu(_n(_,u),g,a,f));return h}updateRangeFromParsed(t,e,i,s){super.updateRangeFromParsed(t,e,i,s);const r=i._custom;r&&e===this._cachedMeta.vScale&&(t.min=Math.min(t.min,r.min),t.max=Math.max(t.max,r.max))}getMaxOverflow(){return 0}getLabelAndValue(t){const e=this._cachedMeta,{iScale:i,vScale:s}=e,r=this.getParsed(t),a=r._custom,o=Ja(a)?"["+a.start+", "+a.end+"]":""+s.getLabelForValue(r[s.axis]);return{label:""+i.getLabelForValue(r[i.axis]),value:o}}initialize(){this.enableOptionSharing=!0,super.initialize();const t=this._cachedMeta;t.stack=this.getDataset().stack}update(t){const e=this._cachedMeta;this.updateElements(e.data,0,e.data.length,t)}updateElements(t,e,i,s){const r=s==="reset",{index:a,_cachedMeta:{vScale:o}}=this,l=o.getBasePixel(),c=o.isHorizontal(),u=this._getRuler(),{sharedOptions:h,includeOptions:f}=this._getSharedOptions(e,s);for(let m=e;m<e+i;m++){const g=this.getParsed(m),_=r||it(g[o.axis])?{base:l,head:l}:this._calculateBarValuePixels(m),x=this._calculateBarIndexPixels(m,u),v=(g._stacks||{})[o.axis],S={horizontal:c,base:_.base,enableBorderRadius:!v||Ja(g._custom)||a===v._top||a===v._bottom,x:c?_.head:x.center,y:c?x.center:_.head,height:c?x.size:Math.abs(_.size),width:c?Math.abs(_.size):x.size};f&&(S.options=h||this.resolveDataElementOptions(m,t[m].active?"active":s));const k=S.options||t[m].options;Up(S,k,v,a),Xp(S,k,u.ratio),this.updateElement(t[m],m,S,s)}}_getStacks(t,e){const{iScale:i}=this._cachedMeta,s=i.getMatchingVisibleMetas(this._type).filter(u=>u.controller.options.grouped),r=i.options.stacked,a=[],o=this._cachedMeta.controller.getParsed(e),l=o&&o[i.axis],c=u=>{const h=u._parsed.find(m=>m[i.axis]===l),f=h&&h[u.vScale.axis];if(it(f)||isNaN(f))return!0};for(const u of s)if(!(e!==void 0&&c(u))&&((r===!1||a.indexOf(u.stack)===-1||r===void 0&&u.stack===void 0)&&a.push(u.stack),u.index===t))break;return a.length||a.push(void 0),a}_getStackCount(t){return this._getStacks(void 0,t).length}_getAxisCount(){return this._getAxis().length}getFirstScaleIdForIndexAxis(){const t=this.chart.scales,e=this.chart.options.indexAxis;return Object.keys(t).filter(i=>t[i].axis===e).shift()}_getAxis(){const t={},e=this.getFirstScaleIdForIndexAxis();for(const i of this.chart.data.datasets)t[st(this.chart.options.indexAxis==="x"?i.xAxisID:i.yAxisID,e)]=!0;return Object.keys(t)}_getStackIndex(t,e,i){const s=this._getStacks(t,i),r=e!==void 0?s.indexOf(e):-1;return r===-1?s.length-1:r}_getRuler(){const t=this.options,e=this._cachedMeta,i=e.iScale,s=[];let r,a;for(r=0,a=e.data.length;r<a;++r)s.push(i.getPixelForValue(this.getParsed(r)[i.axis],r));const o=t.barThickness;return{min:o||Hp(e),pixels:s,start:i._startPixel,end:i._endPixel,stackCount:this._getStackCount(),scale:i,grouped:t.grouped,ratio:o?1:t.categoryPercentage*t.barPercentage}}_calculateBarValuePixels(t){const{_cachedMeta:{vScale:e,_stacked:i,index:s},options:{base:r,minBarLength:a}}=this,o=r||0,l=this.getParsed(t),c=l._custom,u=Ja(c);let h=l[e.axis],f=0,m=i?this.applyStack(e,l,i):h,g,_;m!==h&&(f=m-h,m=h),u&&(h=c.barStart,m=c.barEnd-c.barStart,h!==0&&We(h)!==We(c.barEnd)&&(f=0),f+=h);const x=!it(r)&&!u?r:f;let v=e.getPixelForValue(x);if(this.chart.getDataVisibility(t)?g=e.getPixelForValue(f+m):g=v,_=g-v,Math.abs(_)<a){_=$p(_,e,o)*a,h===o&&(v-=_/2);const S=e.getPixelForDecimal(0),k=e.getPixelForDecimal(1),C=Math.min(S,k),A=Math.max(S,k);v=Math.max(Math.min(v,A),C),g=v+_,i&&!u&&(l._stacks[e.axis]._visualValues[s]=e.getValueForPixel(g)-e.getValueForPixel(v))}if(v===e.getPixelForValue(o)){const S=We(_)*e.getLineWidthForValue(o)/2;v+=S,_-=S}return{size:_,base:v,head:g,center:g+_/2}}_calculateBarIndexPixels(t,e){const i=e.scale,s=this.options,r=s.skipNull,a=st(s.maxBarThickness,1/0);let o,l;const c=this._getAxisCount();if(e.grouped){const u=r?this._getStackCount(t):e.stackCount,h=s.barThickness==="flex"?Yp(t,e,s,u*c):Wp(t,e,s,u*c),f=this.chart.options.indexAxis==="x"?this.getDataset().xAxisID:this.getDataset().yAxisID,m=this._getAxis().indexOf(st(f,this.getFirstScaleIdForIndexAxis())),g=this._getStackIndex(this.index,this._cachedMeta.stack,r?t:void 0)+m;o=h.start+h.chunk*g+h.chunk/2,l=Math.min(a,h.chunk*h.ratio)}else o=i.getPixelForValue(this.getParsed(t)[i.axis],t),l=Math.min(a,e.min*e.ratio);return{base:o-l/2,head:o+l/2,center:o,size:l}}draw(){const t=this._cachedMeta,e=t.vScale,i=t.data,s=i.length;let r=0;for(;r<s;++r)this.getParsed(r)[e.axis]!==null&&!i[r].hidden&&i[r].draw(this._ctx)}}P(is,"id","bar"),P(is,"defaults",{datasetElementType:!1,dataElementType:"bar",categoryPercentage:.8,barPercentage:.9,grouped:!0,animations:{numbers:{type:"number",properties:["x","y","base","width","height"]}}}),P(is,"overrides",{scales:{_index_:{type:"category",offset:!0,grid:{offset:!0}},_value_:{type:"linear",beginAtZero:!0}}});class pr extends Ne{initialize(){this.enableOptionSharing=!0,super.initialize()}parsePrimitiveData(t,e,i,s){const r=super.parsePrimitiveData(t,e,i,s);for(let a=0;a<r.length;a++)r[a]._custom=this.resolveDataElementOptions(a+i).radius;return r}parseArrayData(t,e,i,s){const r=super.parseArrayData(t,e,i,s);for(let a=0;a<r.length;a++){const o=e[i+a];r[a]._custom=st(o[2],this.resolveDataElementOptions(a+i).radius)}return r}parseObjectData(t,e,i,s){const r=super.parseObjectData(t,e,i,s);for(let a=0;a<r.length;a++){const o=e[i+a];r[a]._custom=st(o&&o.r&&+o.r,this.resolveDataElementOptions(a+i).radius)}return r}getMaxOverflow(){const t=this._cachedMeta.data;let e=0;for(let i=t.length-1;i>=0;--i)e=Math.max(e,t[i].size(this.resolveDataElementOptions(i))/2);return e>0&&e}getLabelAndValue(t){const e=this._cachedMeta,i=this.chart.data.labels||[],{xScale:s,yScale:r}=e,a=this.getParsed(t),o=s.getLabelForValue(a.x),l=r.getLabelForValue(a.y),c=a._custom;return{label:i[t]||"",value:"("+o+", "+l+(c?", "+c:"")+")"}}update(t){const e=this._cachedMeta.data;this.updateElements(e,0,e.length,t)}updateElements(t,e,i,s){const r=s==="reset",{iScale:a,vScale:o}=this._cachedMeta,{sharedOptions:l,includeOptions:c}=this._getSharedOptions(e,s),u=a.axis,h=o.axis;for(let f=e;f<e+i;f++){const m=t[f],g=!r&&this.getParsed(f),_={},x=_[u]=r?a.getPixelForDecimal(.5):a.getPixelForValue(g[u]),v=_[h]=r?o.getBasePixel():o.getPixelForValue(g[h]);_.skip=isNaN(x)||isNaN(v),c&&(_.options=l||this.resolveDataElementOptions(f,m.active?"active":s),r&&(_.options.radius=0)),this.updateElement(m,f,_,s)}}resolveDataElementOptions(t,e){const i=this.getParsed(t);let s=super.resolveDataElementOptions(t,e);s.$shared&&(s=Object.assign({},s,{$shared:!1}));const r=s.radius;return e!=="active"&&(s.radius=0),s.radius+=st(i&&i._custom,r),s}}P(pr,"id","bubble"),P(pr,"defaults",{datasetElementType:!1,dataElementType:"point",animations:{numbers:{type:"number",properties:["x","y","borderWidth","radius"]}}}),P(pr,"overrides",{scales:{x:{type:"linear"},y:{type:"linear"}}});function Gp(n,t,e){let i=1,s=1,r=0,a=0;if(t<Ct){const o=n,l=o+t,c=Math.cos(o),u=Math.sin(o),h=Math.cos(l),f=Math.sin(l),m=(k,C,A)=>Gi(k,o,l,!0)?1:Math.max(C,C*e,A,A*e),g=(k,C,A)=>Gi(k,o,l,!0)?-1:Math.min(C,C*e,A,A*e),_=m(0,c,h),x=m(Ot,u,f),v=g(ut,c,h),S=g(ut+Ot,u,f);i=(_-v)/2,s=(x-S)/2,r=-(_+v)/2,a=-(x+S)/2}return{ratioX:i,ratioY:s,offsetX:r,offsetY:a}}class nn extends Ne{constructor(t,e){super(t,e),this.enableOptionSharing=!0,this.innerRadius=void 0,this.outerRadius=void 0,this.offsetX=void 0,this.offsetY=void 0}linkScales(){}parse(t,e){const i=this.getDataset().data,s=this._cachedMeta;if(this._parsing===!1)s._parsed=i;else{let r=l=>+i[l];if(ft(i[t])){const{key:l="value"}=this._parsing;r=c=>+_n(i[c],l)}let a,o;for(a=t,o=t+e;a<o;++a)s._parsed[a]=r(a)}}_getRotation(){return Vt(this.options.rotation-90)}_getCircumference(){return Vt(this.options.circumference)}_getRotationExtents(){let t=Ct,e=-Ct;for(let i=0;i<this.chart.data.datasets.length;++i)if(this.chart.isDatasetVisible(i)&&this.chart.getDatasetMeta(i).type===this._type){const s=this.chart.getDatasetMeta(i).controller,r=s._getRotation(),a=s._getCircumference();t=Math.min(t,r),e=Math.max(e,r+a)}return{rotation:t,circumference:e-t}}update(t){const e=this.chart,{chartArea:i}=e,s=this._cachedMeta,r=s.data,a=this.getMaxBorderWidth()+this.getMaxOffset(r)+this.options.spacing,o=Math.max((Math.min(i.width,i.height)-a)/2,0),l=Math.min(lg(this.options.cutout,o),1),c=this._getRingWeight(this.index),{circumference:u,rotation:h}=this._getRotationExtents(),{ratioX:f,ratioY:m,offsetX:g,offsetY:_}=Gp(h,u,l),x=(i.width-a)/f,v=(i.height-a)/m,S=Math.max(Math.min(x,v)/2,0),k=Dc(this.options.radius,S),C=Math.max(k*l,0),A=(k-C)/this._getVisibleDatasetWeightTotal();this.offsetX=g*k,this.offsetY=_*k,s.total=this.calculateTotal(),this.outerRadius=k-A*this._getRingWeightOffset(this.index),this.innerRadius=Math.max(this.outerRadius-A*c,0),this.updateElements(r,0,r.length,t)}_circumference(t,e){const i=this.options,s=this._cachedMeta,r=this._getCircumference();return e&&i.animation.animateRotate||!this.chart.getDataVisibility(t)||s._parsed[t]===null||s.data[t].hidden?0:this.calculateCircumference(s._parsed[t]*r/Ct)}updateElements(t,e,i,s){const r=s==="reset",a=this.chart,o=a.chartArea,c=a.options.animation,u=(o.left+o.right)/2,h=(o.top+o.bottom)/2,f=r&&c.animateScale,m=f?0:this.innerRadius,g=f?0:this.outerRadius,{sharedOptions:_,includeOptions:x}=this._getSharedOptions(e,s);let v=this._getRotation(),S;for(S=0;S<e;++S)v+=this._circumference(S,r);for(S=e;S<e+i;++S){const k=this._circumference(S,r),C=t[S],A={x:u+this.offsetX,y:h+this.offsetY,startAngle:v,endAngle:v+k,circumference:k,outerRadius:g,innerRadius:m};x&&(A.options=_||this.resolveDataElementOptions(S,C.active?"active":s)),v+=k,this.updateElement(C,S,A,s)}}calculateTotal(){const t=this._cachedMeta,e=t.data;let i=0,s;for(s=0;s<e.length;s++){const r=t._parsed[s];r!==null&&!isNaN(r)&&this.chart.getDataVisibility(s)&&!e[s].hidden&&(i+=Math.abs(r))}return i}calculateCircumference(t){const e=this._cachedMeta.total;return e>0&&!isNaN(t)?Ct*(Math.abs(t)/e):0}getLabelAndValue(t){const e=this._cachedMeta,i=this.chart,s=i.data.labels||[],r=Zi(e._parsed[t],i.options.locale);return{label:s[t]||"",value:r}}getMaxBorderWidth(t){let e=0;const i=this.chart;let s,r,a,o,l;if(!t){for(s=0,r=i.data.datasets.length;s<r;++s)if(i.isDatasetVisible(s)){a=i.getDatasetMeta(s),t=a.data,o=a.controller;break}}if(!t)return 0;for(s=0,r=t.length;s<r;++s)l=o.resolveDataElementOptions(s),l.borderAlign!=="inner"&&(e=Math.max(e,l.borderWidth||0,l.hoverBorderWidth||0));return e}getMaxOffset(t){let e=0;for(let i=0,s=t.length;i<s;++i){const r=this.resolveDataElementOptions(i);e=Math.max(e,r.offset||0,r.hoverOffset||0)}return e}_getRingWeightOffset(t){let e=0;for(let i=0;i<t;++i)this.chart.isDatasetVisible(i)&&(e+=this._getRingWeight(i));return e}_getRingWeight(t){return Math.max(st(this.chart.data.datasets[t].weight,1),0)}_getVisibleDatasetWeightTotal(){return this._getRingWeightOffset(this.chart.data.datasets.length)||1}}P(nn,"id","doughnut"),P(nn,"defaults",{datasetElementType:!1,dataElementType:"arc",animation:{animateRotate:!0,animateScale:!1},animations:{numbers:{type:"number",properties:["circumference","endAngle","innerRadius","outerRadius","startAngle","x","y","offset","borderWidth","spacing"]}},cutout:"50%",rotation:0,circumference:360,radius:"100%",spacing:0,indexAxis:"r"}),P(nn,"descriptors",{_scriptable:t=>t!=="spacing",_indexable:t=>t!=="spacing"&&!t.startsWith("borderDash")&&!t.startsWith("hoverBorderDash")}),P(nn,"overrides",{aspectRatio:1,plugins:{legend:{labels:{generateLabels(t){const e=t.data;if(e.labels.length&&e.datasets.length){const{labels:{pointStyle:i,color:s}}=t.legend.options;return e.labels.map((r,a)=>{const l=t.getDatasetMeta(0).controller.getStyle(a);return{text:r,fillStyle:l.backgroundColor,strokeStyle:l.borderColor,fontColor:s,lineWidth:l.borderWidth,pointStyle:i,hidden:!t.getDataVisibility(a),index:a}})}return[]}},onClick(t,e,i){i.chart.toggleDataVisibility(e.index),i.chart.update()}}}});class ss extends Ne{initialize(){this.enableOptionSharing=!0,this.supportsDecimation=!0,super.initialize()}update(t){const e=this._cachedMeta,{dataset:i,data:s=[],_dataset:r}=e,a=this.chart._animationsDisabled;let{start:o,count:l}=Bc(e,s,a);this._drawStart=o,this._drawCount=l,zc(e)&&(o=0,l=s.length),i._chart=this.chart,i._datasetIndex=this.index,i._decimated=!!r._decimated,i.points=s;const c=this.resolveDatasetElementOptions(t);this.options.showLine||(c.borderWidth=0),c.segment=this.options.segment,this.updateElement(i,void 0,{animated:!a,options:c},t),this.updateElements(s,o,l,t)}updateElements(t,e,i,s){const r=s==="reset",{iScale:a,vScale:o,_stacked:l,_dataset:c}=this._cachedMeta,{sharedOptions:u,includeOptions:h}=this._getSharedOptions(e,s),f=a.axis,m=o.axis,{spanGaps:g,segment:_}=this.options,x=wn(g)?g:Number.POSITIVE_INFINITY,v=this.chart._animationsDisabled||r||s==="none",S=e+i,k=t.length;let C=e>0&&this.getParsed(e-1);for(let A=0;A<k;++A){const O=t[A],T=v?O:{};if(A<e||A>=S){T.skip=!0;continue}const p=this.getParsed(A),b=it(p[m]),M=T[f]=a.getPixelForValue(p[f],A),E=T[m]=r||b?o.getBasePixel():o.getPixelForValue(l?this.applyStack(o,p,l):p[m],A);T.skip=isNaN(M)||isNaN(E)||b,T.stop=A>0&&Math.abs(p[f]-C[f])>x,_&&(T.parsed=p,T.raw=c.data[A]),h&&(T.options=u||this.resolveDataElementOptions(A,O.active?"active":s)),v||this.updateElement(O,A,T,s),C=p}}getMaxOverflow(){const t=this._cachedMeta,e=t.dataset,i=e.options&&e.options.borderWidth||0,s=t.data||[];if(!s.length)return i;const r=s[0].size(this.resolveDataElementOptions(0)),a=s[s.length-1].size(this.resolveDataElementOptions(s.length-1));return Math.max(i,r,a)/2}draw(){const t=this._cachedMeta;t.dataset.updateControlPoints(this.chart.chartArea,t.iScale.axis),super.draw()}}P(ss,"id","line"),P(ss,"defaults",{datasetElementType:"line",dataElementType:"point",showLine:!0,spanGaps:!1}),P(ss,"overrides",{scales:{_index_:{type:"category"},_value_:{type:"linear"}}});class rs extends Ne{constructor(t,e){super(t,e),this.innerRadius=void 0,this.outerRadius=void 0}getLabelAndValue(t){const e=this._cachedMeta,i=this.chart,s=i.data.labels||[],r=Zi(e._parsed[t].r,i.options.locale);return{label:s[t]||"",value:r}}parseObjectData(t,e,i,s){return tu.bind(this)(t,e,i,s)}update(t){const e=this._cachedMeta.data;this._updateRadius(),this.updateElements(e,0,e.length,t)}getMinMax(){const t=this._cachedMeta,e={min:Number.POSITIVE_INFINITY,max:Number.NEGATIVE_INFINITY};return t.data.forEach((i,s)=>{const r=this.getParsed(s).r;!isNaN(r)&&this.chart.getDataVisibility(s)&&(r<e.min&&(e.min=r),r>e.max&&(e.max=r))}),e}_updateRadius(){const t=this.chart,e=t.chartArea,i=t.options,s=Math.min(e.right-e.left,e.bottom-e.top),r=Math.max(s/2,0),a=Math.max(i.cutoutPercentage?r/100*i.cutoutPercentage:1,0),o=(r-a)/t.getVisibleDatasetCount();this.outerRadius=r-o*this.index,this.innerRadius=this.outerRadius-o}updateElements(t,e,i,s){const r=s==="reset",a=this.chart,l=a.options.animation,c=this._cachedMeta.rScale,u=c.xCenter,h=c.yCenter,f=c.getIndexAngle(0)-.5*ut;let m=f,g;const _=360/this.countVisibleElements();for(g=0;g<e;++g)m+=this._computeAngle(g,s,_);for(g=e;g<e+i;g++){const x=t[g];let v=m,S=m+this._computeAngle(g,s,_),k=a.getDataVisibility(g)?c.getDistanceFromCenterForValue(this.getParsed(g).r):0;m=S,r&&(l.animateScale&&(k=0),l.animateRotate&&(v=S=f));const C={x:u,y:h,innerRadius:0,outerRadius:k,startAngle:v,endAngle:S,options:this.resolveDataElementOptions(g,x.active?"active":s)};this.updateElement(x,g,C,s)}}countVisibleElements(){const t=this._cachedMeta;let e=0;return t.data.forEach((i,s)=>{!isNaN(this.getParsed(s).r)&&this.chart.getDataVisibility(s)&&e++}),e}_computeAngle(t,e,i){return this.chart.getDataVisibility(t)?Vt(this.resolveDataElementOptions(t,e).angle||i):0}}P(rs,"id","polarArea"),P(rs,"defaults",{dataElementType:"arc",animation:{animateRotate:!0,animateScale:!0},animations:{numbers:{type:"number",properties:["x","y","startAngle","endAngle","innerRadius","outerRadius"]}},indexAxis:"r",startAngle:0}),P(rs,"overrides",{aspectRatio:1,plugins:{legend:{labels:{generateLabels(t){const e=t.data;if(e.labels.length&&e.datasets.length){const{labels:{pointStyle:i,color:s}}=t.legend.options;return e.labels.map((r,a)=>{const l=t.getDatasetMeta(0).controller.getStyle(a);return{text:r,fillStyle:l.backgroundColor,strokeStyle:l.borderColor,fontColor:s,lineWidth:l.borderWidth,pointStyle:i,hidden:!t.getDataVisibility(a),index:a}})}return[]}},onClick(t,e,i){i.chart.toggleDataVisibility(e.index),i.chart.update()}}},scales:{r:{type:"radialLinear",angleLines:{display:!1},beginAtZero:!0,grid:{circular:!0},pointLabels:{display:!1},startAngle:0}}});class to extends nn{}P(to,"id","pie"),P(to,"defaults",{cutout:0,rotation:0,circumference:360,radius:"100%"});class yr extends Ne{getLabelAndValue(t){const e=this._cachedMeta.vScale,i=this.getParsed(t);return{label:e.getLabels()[t],value:""+e.getLabelForValue(i[e.axis])}}parseObjectData(t,e,i,s){return tu.bind(this)(t,e,i,s)}update(t){const e=this._cachedMeta,i=e.dataset,s=e.data||[],r=e.iScale.getLabels();if(i.points=s,t!=="resize"){const a=this.resolveDatasetElementOptions(t);this.options.showLine||(a.borderWidth=0);const o={_loop:!0,_fullLoop:r.length===s.length,options:a};this.updateElement(i,void 0,o,t)}this.updateElements(s,0,s.length,t)}updateElements(t,e,i,s){const r=this._cachedMeta.rScale,a=s==="reset";for(let o=e;o<e+i;o++){const l=t[o],c=this.resolveDataElementOptions(o,l.active?"active":s),u=r.getPointPositionForValue(o,this.getParsed(o).r),h=a?r.xCenter:u.x,f=a?r.yCenter:u.y,m={x:h,y:f,angle:u.angle,skip:isNaN(h)||isNaN(f),options:c};this.updateElement(l,o,m,s)}}}P(yr,"id","radar"),P(yr,"defaults",{datasetElementType:"line",dataElementType:"point",indexAxis:"r",showLine:!0,elements:{line:{fill:"start"}}}),P(yr,"overrides",{aspectRatio:1,scales:{r:{type:"radialLinear"}}});class br extends Ne{getLabelAndValue(t){const e=this._cachedMeta,i=this.chart.data.labels||[],{xScale:s,yScale:r}=e,a=this.getParsed(t),o=s.getLabelForValue(a.x),l=r.getLabelForValue(a.y);return{label:i[t]||"",value:"("+o+", "+l+")"}}update(t){const e=this._cachedMeta,{data:i=[]}=e,s=this.chart._animationsDisabled;let{start:r,count:a}=Bc(e,i,s);if(this._drawStart=r,this._drawCount=a,zc(e)&&(r=0,a=i.length),this.options.showLine){this.datasetElementType||this.addElements();const{dataset:o,_dataset:l}=e;o._chart=this.chart,o._datasetIndex=this.index,o._decimated=!!l._decimated,o.points=i;const c=this.resolveDatasetElementOptions(t);c.segment=this.options.segment,this.updateElement(o,void 0,{animated:!s,options:c},t)}else this.datasetElementType&&(delete e.dataset,this.datasetElementType=!1);this.updateElements(i,r,a,t)}addElements(){const{showLine:t}=this.options;!this.datasetElementType&&t&&(this.datasetElementType=this.chart.registry.getElement("line")),super.addElements()}updateElements(t,e,i,s){const r=s==="reset",{iScale:a,vScale:o,_stacked:l,_dataset:c}=this._cachedMeta,u=this.resolveDataElementOptions(e,s),h=this.getSharedOptions(u),f=this.includeOptions(s,h),m=a.axis,g=o.axis,{spanGaps:_,segment:x}=this.options,v=wn(_)?_:Number.POSITIVE_INFINITY,S=this.chart._animationsDisabled||r||s==="none";let k=e>0&&this.getParsed(e-1);for(let C=e;C<e+i;++C){const A=t[C],O=this.getParsed(C),T=S?A:{},p=it(O[g]),b=T[m]=a.getPixelForValue(O[m],C),M=T[g]=r||p?o.getBasePixel():o.getPixelForValue(l?this.applyStack(o,O,l):O[g],C);T.skip=isNaN(b)||isNaN(M)||p,T.stop=C>0&&Math.abs(O[m]-k[m])>v,x&&(T.parsed=O,T.raw=c.data[C]),f&&(T.options=h||this.resolveDataElementOptions(C,A.active?"active":s)),S||this.updateElement(A,C,T,s),k=O}this.updateSharedOptions(h,s,u)}getMaxOverflow(){const t=this._cachedMeta,e=t.data||[];if(!this.options.showLine){let o=0;for(let l=e.length-1;l>=0;--l)o=Math.max(o,e[l].size(this.resolveDataElementOptions(l))/2);return o>0&&o}const i=t.dataset,s=i.options&&i.options.borderWidth||0;if(!e.length)return s;const r=e[0].size(this.resolveDataElementOptions(0)),a=e[e.length-1].size(this.resolveDataElementOptions(e.length-1));return Math.max(s,r,a)/2}}P(br,"id","scatter"),P(br,"defaults",{datasetElementType:!1,dataElementType:"point",showLine:!1,fill:!1}),P(br,"overrides",{interaction:{mode:"point"},scales:{x:{type:"linear"},y:{type:"linear"}}});var Kp=Object.freeze({__proto__:null,BarController:is,BubbleController:pr,DoughnutController:nn,LineController:ss,PieController:to,PolarAreaController:rs,RadarController:yr,ScatterController:br});function jn(){throw new Error("This method is not implemented: Check that a complete date adapter is provided.")}class eo{constructor(t){P(this,"options");this.options=t||{}}static override(t){Object.assign(eo.prototype,t)}init(){}formats(){return jn()}parse(){return jn()}format(){return jn()}add(){return jn()}diff(){return jn()}startOf(){return jn()}endOf(){return jn()}}var Su={_date:eo};function Zp(n,t,e,i){const{controller:s,data:r,_sorted:a}=n,o=s._cachedMeta.iScale,l=n.dataset&&n.dataset.options?n.dataset.options.spanGaps:null;if(o&&t===o.axis&&t!=="r"&&a&&r.length){const c=o._reversePixels?xg:Je;if(i){if(s._sharedOptions){const u=r[0],h=typeof u.getRange=="function"&&u.getRange(t);if(h){const f=c(r,t,e-h),m=c(r,t,e+h);return{lo:f.lo,hi:m.hi}}}}else{const u=c(r,t,e);if(l){const{vScale:h}=s._cachedMeta,{_parsed:f}=n,m=f.slice(0,u.lo+1).reverse().findIndex(_=>!it(_[h.axis]));u.lo-=Math.max(0,m);const g=f.slice(u.hi).findIndex(_=>!it(_[h.axis]));u.hi+=Math.max(0,g)}return u}}return{lo:0,hi:r.length-1}}function as(n,t,e,i,s){const r=n.getSortedVisibleDatasetMetas(),a=e[t];for(let o=0,l=r.length;o<l;++o){const{index:c,data:u}=r[o],{lo:h,hi:f}=Zp(r[o],t,a,s);for(let m=h;m<=f;++m){const g=u[m];g.skip||i(g,c,m)}}}function Qp(n){const t=n.indexOf("x")!==-1,e=n.indexOf("y")!==-1;return function(i,s){const r=t?Math.abs(i.x-s.x):0,a=e?Math.abs(i.y-s.y):0;return Math.sqrt(Math.pow(r,2)+Math.pow(a,2))}}function no(n,t,e,i,s){const r=[];return!s&&!n.isPointInArea(t)||as(n,e,t,function(o,l,c){!s&&!tn(o,n.chartArea,0)||o.inRange(t.x,t.y,i)&&r.push({element:o,datasetIndex:l,index:c})},!0),r}function Jp(n,t,e,i){let s=[];function r(a,o,l){const{startAngle:c,endAngle:u}=a.getProps(["startAngle","endAngle"],i),{angle:h}=or(a,{x:t.x,y:t.y});Gi(h,c,u)&&s.push({element:a,datasetIndex:o,index:l})}return as(n,e,t,r),s}function ty(n,t,e,i,s,r){let a=[];const o=Qp(e);let l=Number.POSITIVE_INFINITY;function c(u,h,f){const m=u.inRange(t.x,t.y,s);if(i&&!m)return;const g=u.getCenterPoint(s);if(!(!!r||n.isPointInArea(g))&&!m)return;const x=o(t,g);x<l?(a=[{element:u,datasetIndex:h,index:f}],l=x):x===l&&a.push({element:u,datasetIndex:h,index:f})}return as(n,e,t,c),a}function io(n,t,e,i,s,r){return!r&&!n.isPointInArea(t)?[]:e==="r"&&!i?Jp(n,t,e,s):ty(n,t,e,i,s,r)}function ku(n,t,e,i,s){const r=[],a=e==="x"?"inXRange":"inYRange";let o=!1;return as(n,e,t,(l,c,u)=>{l[a]&&l[a](t[e],s)&&(r.push({element:l,datasetIndex:c,index:u}),o=o||l.inRange(t.x,t.y,s))}),i&&!o?[]:r}var so={evaluateInteractionItems:as,modes:{index(n,t,e,i){const s=Sn(t,n),r=e.axis||"x",a=e.includeInvisible||!1,o=e.intersect?no(n,s,r,i,a):io(n,s,r,!1,i,a),l=[];return o.length?(n.getSortedVisibleDatasetMetas().forEach(c=>{const u=o[0].index,h=c.data[u];h&&!h.skip&&l.push({element:h,datasetIndex:c.index,index:u})}),l):[]},dataset(n,t,e,i){const s=Sn(t,n),r=e.axis||"xy",a=e.includeInvisible||!1;let o=e.intersect?no(n,s,r,i,a):io(n,s,r,!1,i,a);if(o.length>0){const l=o[0].datasetIndex,c=n.getDatasetMeta(l).data;o=[];for(let u=0;u<c.length;++u)o.push({element:c[u],datasetIndex:l,index:u})}return o},point(n,t,e,i){const s=Sn(t,n),r=e.axis||"xy",a=e.includeInvisible||!1;return no(n,s,r,i,a)},nearest(n,t,e,i){const s=Sn(t,n),r=e.axis||"xy",a=e.includeInvisible||!1;return io(n,s,r,e.intersect,i,a)},x(n,t,e,i){const s=Sn(t,n);return ku(n,s,"x",e.intersect,i)},y(n,t,e,i){const s=Sn(t,n);return ku(n,s,"y",e.intersect,i)}}};const Du=["left","top","right","bottom"];function os(n,t){return n.filter(e=>e.pos===t)}function Tu(n,t){return n.filter(e=>Du.indexOf(e.pos)===-1&&e.box.axis===t)}function ls(n,t){return n.sort((e,i)=>{const s=t?i:e,r=t?e:i;return s.weight===r.weight?s.index-r.index:s.weight-r.weight})}function ey(n){const t=[];let e,i,s,r,a,o;for(e=0,i=(n||[]).length;e<i;++e)s=n[e],{position:r,options:{stack:a,stackWeight:o=1}}=s,t.push({index:e,box:s,pos:r,horizontal:s.isHorizontal(),weight:s.weight,stack:a&&r+a,stackWeight:o});return t}function ny(n){const t={};for(const e of n){const{stack:i,pos:s,stackWeight:r}=e;if(!i||!Du.includes(s))continue;const a=t[i]||(t[i]={count:0,placed:0,weight:0,size:0});a.count++,a.weight+=r}return t}function iy(n,t){const e=ny(n),{vBoxMaxWidth:i,hBoxMaxHeight:s}=t;let r,a,o;for(r=0,a=n.length;r<a;++r){o=n[r];const{fullSize:l}=o.box,c=e[o.stack],u=c&&o.stackWeight/c.weight;o.horizontal?(o.width=u?u*i:l&&t.availableWidth,o.height=s):(o.width=i,o.height=u?u*s:l&&t.availableHeight)}return e}function sy(n){const t=ey(n),e=ls(t.filter(c=>c.box.fullSize),!0),i=ls(os(t,"left"),!0),s=ls(os(t,"right")),r=ls(os(t,"top"),!0),a=ls(os(t,"bottom")),o=Tu(t,"x"),l=Tu(t,"y");return{fullSize:e,leftAndTop:i.concat(r),rightAndBottom:s.concat(l).concat(a).concat(o),chartArea:os(t,"chartArea"),vertical:i.concat(s).concat(l),horizontal:r.concat(a).concat(o)}}function Cu(n,t,e,i){return Math.max(n[e],t[e])+Math.max(n[i],t[i])}function Eu(n,t){n.top=Math.max(n.top,t.top),n.left=Math.max(n.left,t.left),n.bottom=Math.max(n.bottom,t.bottom),n.right=Math.max(n.right,t.right)}function ry(n,t,e,i){const{pos:s,box:r}=e,a=n.maxPadding;if(!ft(s)){e.size&&(n[s]-=e.size);const h=i[e.stack]||{size:0,count:1};h.size=Math.max(h.size,e.horizontal?r.height:r.width),e.size=h.size/h.count,n[s]+=e.size}r.getPadding&&Eu(a,r.getPadding());const o=Math.max(0,t.outerWidth-Cu(a,n,"left","right")),l=Math.max(0,t.outerHeight-Cu(a,n,"top","bottom")),c=o!==n.w,u=l!==n.h;return n.w=o,n.h=l,e.horizontal?{same:c,other:u}:{same:u,other:c}}function ay(n){const t=n.maxPadding;function e(i){const s=Math.max(t[i]-n[i],0);return n[i]+=s,s}n.y+=e("top"),n.x+=e("left"),e("right"),e("bottom")}function oy(n,t){const e=t.maxPadding;function i(s){const r={left:0,top:0,right:0,bottom:0};return s.forEach(a=>{r[a]=Math.max(t[a],e[a])}),r}return i(n?["left","right"]:["top","bottom"])}function cs(n,t,e,i){const s=[];let r,a,o,l,c,u;for(r=0,a=n.length,c=0;r<a;++r){o=n[r],l=o.box,l.update(o.width||t.w,o.height||t.h,oy(o.horizontal,t));const{same:h,other:f}=ry(t,e,o,i);c|=h&&s.length,u=u||f,l.fullSize||s.push(o)}return c&&cs(s,t,e,i)||u}function _r(n,t,e,i,s){n.top=e,n.left=t,n.right=t+i,n.bottom=e+s,n.width=i,n.height=s}function Ou(n,t,e,i){const s=e.padding;let{x:r,y:a}=t;for(const o of n){const l=o.box,c=i[o.stack]||{placed:0,weight:1},u=o.stackWeight/c.weight||1;if(o.horizontal){const h=t.w*u,f=c.size||l.height;ge(c.start)&&(a=c.start),l.fullSize?_r(l,s.left,a,e.outerWidth-s.right-s.left,f):_r(l,t.left+c.placed,a,h,f),c.start=a,c.placed+=h,a=l.bottom}else{const h=t.h*u,f=c.size||l.width;ge(c.start)&&(r=c.start),l.fullSize?_r(l,r,s.top,f,e.outerHeight-s.bottom-s.top):_r(l,r,t.top+c.placed,f,h),c.start=r,c.placed+=h,r=l.right}}t.x=r,t.y=a}var re={addBox(n,t){n.boxes||(n.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)}}]},n.boxes.push(t)},removeBox(n,t){const e=n.boxes?n.boxes.indexOf(t):-1;e!==-1&&n.boxes.splice(e,1)},configure(n,t,e){t.fullSize=e.fullSize,t.position=e.position,t.weight=e.weight},update(n,t,e,i){if(!n)return;const s=$t(n.options.layout.padding),r=Math.max(t-s.width,0),a=Math.max(e-s.height,0),o=sy(n.boxes),l=o.vertical,c=o.horizontal;kt(n.boxes,_=>{typeof _.beforeLayout=="function"&&_.beforeLayout()});const u=l.reduce((_,x)=>x.box.options&&x.box.options.display===!1?_:_+1,0)||1,h=Object.freeze({outerWidth:t,outerHeight:e,padding:s,availableWidth:r,availableHeight:a,vBoxMaxWidth:r/2/u,hBoxMaxHeight:a/2}),f=Object.assign({},s);Eu(f,$t(i));const m=Object.assign({maxPadding:f,w:r,h:a,x:s.left,y:s.top},s),g=iy(l.concat(c),h);cs(o.fullSize,m,h,g),cs(l,m,h,g),cs(c,m,h,g)&&cs(l,m,h,g),ay(m),Ou(o.leftAndTop,m,h,g),m.x+=m.w,m.y+=m.h,Ou(o.rightAndBottom,m,h,g),n.chartArea={left:m.left,top:m.top,right:m.left+m.w,bottom:m.top+m.h,height:m.h,width:m.w},kt(o.chartArea,_=>{const x=_.box;Object.assign(x,n.chartArea),x.update(m.w,m.h,{left:0,top:0,right:0,bottom:0})})}};class Pu{acquireContext(t,e){}releaseContext(t){return!1}addEventListener(t,e,i){}removeEventListener(t,e,i){}getDevicePixelRatio(){return 1}getMaximumSize(t,e,i,s){return e=Math.max(0,e||t.width),i=i||t.height,{width:e,height:Math.max(0,s?Math.floor(e/s):i)}}isAttached(t){return!0}updateConfig(t){}}class ly extends Pu{acquireContext(t){return t&&t.getContext&&t.getContext("2d")||null}updateConfig(t){t.options.animation=!1}}const xr="$chartjs",cy={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"},Au=n=>n===null||n==="";function uy(n,t){const e=n.style,i=n.getAttribute("height"),s=n.getAttribute("width");if(n[xr]={initial:{height:i,width:s,style:{display:e.display,height:e.height,width:e.width}}},e.display=e.display||"block",e.boxSizing=e.boxSizing||"border-box",Au(s)){const r=iu(n,"width");r!==void 0&&(n.width=r)}if(Au(i))if(n.style.height==="")n.height=n.width/(t||2);else{const r=iu(n,"height");r!==void 0&&(n.height=r)}return n}const Ru=fp?{passive:!0}:!1;function dy(n,t,e){n&&n.addEventListener(t,e,Ru)}function hy(n,t,e){n&&n.canvas&&n.canvas.removeEventListener(t,e,Ru)}function fy(n,t){const e=cy[n.type]||n.type,{x:i,y:s}=Sn(n,t);return{type:e,chart:t,native:n,x:i!==void 0?i:null,y:s!==void 0?s:null}}function wr(n,t){for(const e of n)if(e===t||e.contains(t))return!0}function my(n,t,e){const i=n.canvas,s=new MutationObserver(r=>{let a=!1;for(const o of r)a=a||wr(o.addedNodes,i),a=a&&!wr(o.removedNodes,i);a&&e()});return s.observe(document,{childList:!0,subtree:!0}),s}function gy(n,t,e){const i=n.canvas,s=new MutationObserver(r=>{let a=!1;for(const o of r)a=a||wr(o.removedNodes,i),a=a&&!wr(o.addedNodes,i);a&&e()});return s.observe(document,{childList:!0,subtree:!0}),s}const us=new Map;let Iu=0;function Lu(){const n=window.devicePixelRatio;n!==Iu&&(Iu=n,us.forEach((t,e)=>{e.currentDevicePixelRatio!==n&&t()}))}function py(n,t){us.size||window.addEventListener("resize",Lu),us.set(n,t)}function yy(n){us.delete(n),us.size||window.removeEventListener("resize",Lu)}function by(n,t,e){const i=n.canvas,s=i&&Xa(i);if(!s)return;const r=Fc((o,l)=>{const c=s.clientWidth;e(o,l),c<s.clientWidth&&e()},window),a=new ResizeObserver(o=>{const l=o[0],c=l.contentRect.width,u=l.contentRect.height;c===0&&u===0||r(c,u)});return a.observe(s),py(n,r),a}function ro(n,t,e){e&&e.disconnect(),t==="resize"&&yy(n)}function _y(n,t,e){const i=n.canvas,s=Fc(r=>{n.ctx!==null&&e(fy(r,n))},n);return dy(i,t,s),s}class xy extends Pu{acquireContext(t,e){const i=t&&t.getContext&&t.getContext("2d");return i&&i.canvas===t?(uy(t,e),i):null}releaseContext(t){const e=t.canvas;if(!e[xr])return!1;const i=e[xr].initial;["height","width"].forEach(r=>{const a=i[r];it(a)?e.removeAttribute(r):e.setAttribute(r,a)});const s=i.style||{};return Object.keys(s).forEach(r=>{e.style[r]=s[r]}),e.width=e.width,delete e[xr],!0}addEventListener(t,e,i){this.removeEventListener(t,e);const s=t.$proxies||(t.$proxies={}),a={attach:my,detach:gy,resize:by}[e]||_y;s[e]=a(t,e,i)}removeEventListener(t,e){const i=t.$proxies||(t.$proxies={}),s=i[e];if(!s)return;({attach:ro,detach:ro,resize:ro}[e]||hy)(t,e,s),i[e]=void 0}getDevicePixelRatio(){return window.devicePixelRatio}getMaximumSize(t,e,i,s){return hp(t,e,i,s)}isAttached(t){const e=t&&Xa(t);return!!(e&&e.isConnected)}}function wy(n){return!qa()||typeof OffscreenCanvas<"u"&&n instanceof OffscreenCanvas?ly:xy}class Zt{constructor(){P(this,"x");P(this,"y");P(this,"active",!1);P(this,"options");P(this,"$animations")}tooltipPosition(t){const{x:e,y:i}=this.getProps(["x","y"],t);return{x:e,y:i}}hasValue(){return wn(this.x)&&wn(this.y)}getProps(t,e){const i=this.$animations;if(!e||!i)return this;const s={};return t.forEach(r=>{s[r]=i[r]&&i[r].active()?i[r]._to:this[r]}),s}}P(Zt,"defaults",{}),P(Zt,"defaultRoutes");function vy(n,t){const e=n.options.ticks,i=My(n),s=Math.min(e.maxTicksLimit||i,i),r=e.major.enabled?ky(t):[],a=r.length,o=r[0],l=r[a-1],c=[];if(a>s)return Dy(t,c,r,a/s),c;const u=Sy(r,t,s);if(a>0){let h,f;const m=a>1?Math.round((l-o)/(a-1)):null;for(vr(t,c,u,it(m)?0:o-m,o),h=0,f=a-1;h<f;h++)vr(t,c,u,r[h],r[h+1]);return vr(t,c,u,l,it(m)?t.length:l+m),c}return vr(t,c,u),c}function My(n){const t=n.options.offset,e=n._tickSize(),i=n._length/e+(t?0:1),s=n._maxLength/e;return Math.floor(Math.min(i,s))}function Sy(n,t,e){const i=Ty(n),s=t.length/e;if(!i)return Math.max(s,1);const r=gg(i);for(let a=0,o=r.length-1;a<o;a++){const l=r[a];if(l>s)return l}return Math.max(s,1)}function ky(n){const t=[];let e,i;for(e=0,i=n.length;e<i;e++)n[e].major&&t.push(e);return t}function Dy(n,t,e,i){let s=0,r=e[0],a;for(i=Math.ceil(i),a=0;a<n.length;a++)a===r&&(t.push(n[a]),s++,r=e[s*i])}function vr(n,t,e,i,s){const r=st(i,0),a=Math.min(st(s,n.length),n.length);let o=0,l,c,u;for(e=Math.ceil(e),s&&(l=s-i,e=l/Math.floor(l/e)),u=r;u<0;)o++,u=Math.round(r+o*e);for(c=Math.max(r,0);c<a;c++)c===u&&(t.push(n[c]),o++,u=Math.round(r+o*e))}function Ty(n){const t=n.length;let e,i;if(t<2)return!1;for(i=n[0],e=1;e<t;++e)if(n[e]-n[e-1]!==i)return!1;return i}const Cy=n=>n==="left"?"right":n==="right"?"left":n,Nu=(n,t,e)=>t==="top"||t==="left"?n[t]+e:n[t]-e,Fu=(n,t)=>Math.min(t||n,n);function Bu(n,t){const e=[],i=n.length/t,s=n.length;let r=0;for(;r<s;r+=i)e.push(n[Math.floor(r)]);return e}function Ey(n,t,e){const i=n.ticks.length,s=Math.min(t,i-1),r=n._startPixel,a=n._endPixel,o=1e-6;let l=n.getPixelForTick(s),c;if(!(e&&(i===1?c=Math.max(l-r,a-l):t===0?c=(n.getPixelForTick(1)-l)/2:c=(l-n.getPixelForTick(s-1))/2,l+=s<t?c:-c,l<r-o||l>a+o)))return l}function Oy(n,t){kt(n,e=>{const i=e.gc,s=i.length/2;let r;if(s>t){for(r=0;r<s;++r)delete e.data[i[r]];i.splice(0,s)}})}function ds(n){return n.drawTicks?n.tickLength:0}function zu(n,t){if(!n.display)return 0;const e=Rt(n.font,t),i=$t(n.padding);return(wt(n.text)?n.text.length:1)*e.lineHeight+i.height}function Py(n,t){return Mn(n,{scale:t,type:"scale"})}function Ay(n,t,e){return Mn(n,{tick:e,index:t,type:"tick"})}function Ry(n,t,e){let i=Fa(n);return(e&&t!=="right"||!e&&t==="right")&&(i=Cy(i)),i}function Iy(n,t,e,i){const{top:s,left:r,bottom:a,right:o,chart:l}=n,{chartArea:c,scales:u}=l;let h=0,f,m,g;const _=a-s,x=o-r;if(n.isHorizontal()){if(m=se(i,r,o),ft(e)){const v=Object.keys(e)[0],S=e[v];g=u[v].getPixelForValue(S)+_-t}else e==="center"?g=(c.bottom+c.top)/2+_-t:g=Nu(n,e,t);f=o-r}else{if(ft(e)){const v=Object.keys(e)[0],S=e[v];m=u[v].getPixelForValue(S)-x+t}else e==="center"?m=(c.left+c.right)/2-x+t:m=Nu(n,e,t);g=se(i,a,s),h=e==="left"?-Ot:Ot}return{titleX:m,titleY:g,maxWidth:f,rotation:h}}class Un extends Zt{constructor(t){super(),this.id=t.id,this.type=t.type,this.options=void 0,this.ctx=t.ctx,this.chart=t.chart,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this._margins={left:0,right:0,top:0,bottom:0},this.maxWidth=void 0,this.maxHeight=void 0,this.paddingTop=void 0,this.paddingBottom=void 0,this.paddingLeft=void 0,this.paddingRight=void 0,this.axis=void 0,this.labelRotation=void 0,this.min=void 0,this.max=void 0,this._range=void 0,this.ticks=[],this._gridLineItems=null,this._labelItems=null,this._labelSizes=null,this._length=0,this._maxLength=0,this._longestTextCache={},this._startPixel=void 0,this._endPixel=void 0,this._reversePixels=!1,this._userMax=void 0,this._userMin=void 0,this._suggestedMax=void 0,this._suggestedMin=void 0,this._ticksLength=0,this._borderValue=0,this._cache={},this._dataLimitsCached=!1,this.$context=void 0}init(t){this.options=t.setContext(this.getContext()),this.axis=t.axis,this._userMin=this.parse(t.min),this._userMax=this.parse(t.max),this._suggestedMin=this.parse(t.suggestedMin),this._suggestedMax=this.parse(t.suggestedMax)}parse(t,e){return t}getUserBounds(){let{_userMin:t,_userMax:e,_suggestedMin:i,_suggestedMax:s}=this;return t=De(t,Number.POSITIVE_INFINITY),e=De(e,Number.NEGATIVE_INFINITY),i=De(i,Number.POSITIVE_INFINITY),s=De(s,Number.NEGATIVE_INFINITY),{min:De(t,i),max:De(e,s),minDefined:At(t),maxDefined:At(e)}}getMinMax(t){let{min:e,max:i,minDefined:s,maxDefined:r}=this.getUserBounds(),a;if(s&&r)return{min:e,max:i};const o=this.getMatchingVisibleMetas();for(let l=0,c=o.length;l<c;++l)a=o[l].controller.getMinMax(this,t),s||(e=Math.min(e,a.min)),r||(i=Math.max(i,a.max));return e=r&&e>i?i:e,i=s&&e>i?e:i,{min:De(e,De(i,e)),max:De(i,De(e,i))}}getPadding(){return{left:this.paddingLeft||0,top:this.paddingTop||0,right:this.paddingRight||0,bottom:this.paddingBottom||0}}getTicks(){return this.ticks}getLabels(){const t=this.chart.data;return this.options.labels||(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels||[]}getLabelItems(t=this.chart.chartArea){return this._labelItems||(this._labelItems=this._computeLabelItems(t))}beforeLayout(){this._cache={},this._dataLimitsCached=!1}beforeUpdate(){St(this.options.beforeUpdate,[this])}update(t,e,i){const{beginAtZero:s,grace:r,ticks:a}=this.options,o=a.sampleSize;this.beforeUpdate(),this.maxWidth=t,this.maxHeight=e,this._margins=i=Object.assign({left:0,right:0,top:0,bottom:0},i),this.ticks=null,this._labelSizes=null,this._gridLineItems=null,this._labelItems=null,this.beforeSetDimensions(),this.setDimensions(),this.afterSetDimensions(),this._maxLength=this.isHorizontal()?this.width+i.left+i.right:this.height+i.top+i.bottom,this._dataLimitsCached||(this.beforeDataLimits(),this.determineDataLimits(),this.afterDataLimits(),this._range=$g(this,r,s),this._dataLimitsCached=!0),this.beforeBuildTicks(),this.ticks=this.buildTicks()||[],this.afterBuildTicks();const l=o<this.ticks.length;this._convertTicksToLabels(l?Bu(this.ticks,o):this.ticks),this.configure(),this.beforeCalculateLabelRotation(),this.calculateLabelRotation(),this.afterCalculateLabelRotation(),a.display&&(a.autoSkip||a.source==="auto")&&(this.ticks=vy(this,this.ticks),this._labelSizes=null,this.afterAutoSkip()),l&&this._convertTicksToLabels(this.ticks),this.beforeFit(),this.fit(),this.afterFit(),this.afterUpdate()}configure(){let t=this.options.reverse,e,i;this.isHorizontal()?(e=this.left,i=this.right):(e=this.top,i=this.bottom,t=!t),this._startPixel=e,this._endPixel=i,this._reversePixels=t,this._length=i-e,this._alignToPixels=this.options.alignToPixels}afterUpdate(){St(this.options.afterUpdate,[this])}beforeSetDimensions(){St(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(){St(this.options.afterSetDimensions,[this])}_callHooks(t){this.chart.notifyPlugins(t,this.getContext()),St(this.options[t],[this])}beforeDataLimits(){this._callHooks("beforeDataLimits")}determineDataLimits(){}afterDataLimits(){this._callHooks("afterDataLimits")}beforeBuildTicks(){this._callHooks("beforeBuildTicks")}buildTicks(){return[]}afterBuildTicks(){this._callHooks("afterBuildTicks")}beforeTickToLabelConversion(){St(this.options.beforeTickToLabelConversion,[this])}generateTickLabels(t){const e=this.options.ticks;let i,s,r;for(i=0,s=t.length;i<s;i++)r=t[i],r.label=St(e.callback,[r.value,i,t],this)}afterTickToLabelConversion(){St(this.options.afterTickToLabelConversion,[this])}beforeCalculateLabelRotation(){St(this.options.beforeCalculateLabelRotation,[this])}calculateLabelRotation(){const t=this.options,e=t.ticks,i=Fu(this.ticks.length,t.ticks.maxTicksLimit),s=e.minRotation||0,r=e.maxRotation;let a=s,o,l,c;if(!this._isVisible()||!e.display||s>=r||i<=1||!this.isHorizontal()){this.labelRotation=s;return}const u=this._getLabelSizes(),h=u.widest.width,f=u.highest.height,m=Kt(this.chart.width-h,0,this.maxWidth);o=t.offset?this.maxWidth/i:m/(i-1),h+6>o&&(o=m/(i-(t.offset?.5:1)),l=this.maxHeight-ds(t.grid)-e.padding-zu(t.title,this.chart.options.font),c=Math.sqrt(h*h+f*f),a=ar(Math.min(Math.asin(Kt((u.highest.height+6)/o,-1,1)),Math.asin(Kt(l/c,-1,1))-Math.asin(Kt(f/c,-1,1)))),a=Math.max(s,Math.min(r,a))),this.labelRotation=a}afterCalculateLabelRotation(){St(this.options.afterCalculateLabelRotation,[this])}afterAutoSkip(){}beforeFit(){St(this.options.beforeFit,[this])}fit(){const t={width:0,height:0},{chart:e,options:{ticks:i,title:s,grid:r}}=this,a=this._isVisible(),o=this.isHorizontal();if(a){const l=zu(s,e.options.font);if(o?(t.width=this.maxWidth,t.height=ds(r)+l):(t.height=this.maxHeight,t.width=ds(r)+l),i.display&&this.ticks.length){const{first:c,last:u,widest:h,highest:f}=this._getLabelSizes(),m=i.padding*2,g=Vt(this.labelRotation),_=Math.cos(g),x=Math.sin(g);if(o){const v=i.mirror?0:x*h.width+_*f.height;t.height=Math.min(this.maxHeight,t.height+v+m)}else{const v=i.mirror?0:_*h.width+x*f.height;t.width=Math.min(this.maxWidth,t.width+v+m)}this._calculatePadding(c,u,x,_)}}this._handleMargins(),o?(this.width=this._length=e.width-this._margins.left-this._margins.right,this.height=t.height):(this.width=t.width,this.height=this._length=e.height-this._margins.top-this._margins.bottom)}_calculatePadding(t,e,i,s){const{ticks:{align:r,padding:a},position:o}=this.options,l=this.labelRotation!==0,c=o!=="top"&&this.axis==="x";if(this.isHorizontal()){const u=this.getPixelForTick(0)-this.left,h=this.right-this.getPixelForTick(this.ticks.length-1);let f=0,m=0;l?c?(f=s*t.width,m=i*e.height):(f=i*t.height,m=s*e.width):r==="start"?m=e.width:r==="end"?f=t.width:r!=="inner"&&(f=t.width/2,m=e.width/2),this.paddingLeft=Math.max((f-u+a)*this.width/(this.width-u),0),this.paddingRight=Math.max((m-h+a)*this.width/(this.width-h),0)}else{let u=e.height/2,h=t.height/2;r==="start"?(u=0,h=t.height):r==="end"&&(u=e.height,h=0),this.paddingTop=u+a,this.paddingBottom=h+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(){St(this.options.afterFit,[this])}isHorizontal(){const{axis:t,position:e}=this.options;return e==="top"||e==="bottom"||t==="x"}isFullSize(){return this.options.fullSize}_convertTicksToLabels(t){this.beforeTickToLabelConversion(),this.generateTickLabels(t);let e,i;for(e=0,i=t.length;e<i;e++)it(t[e].label)&&(t.splice(e,1),i--,e--);this.afterTickToLabelConversion()}_getLabelSizes(){let t=this._labelSizes;if(!t){const e=this.options.ticks.sampleSize;let i=this.ticks;e<i.length&&(i=Bu(i,e)),this._labelSizes=t=this._computeLabelSizes(i,i.length,this.options.ticks.maxTicksLimit)}return t}_computeLabelSizes(t,e,i){const{ctx:s,_longestTextCache:r}=this,a=[],o=[],l=Math.floor(e/Fu(e,i));let c=0,u=0,h,f,m,g,_,x,v,S,k,C,A;for(h=0;h<e;h+=l){if(g=t[h].label,_=this._resolveTickFontOptions(h),s.font=x=_.string,v=r[x]=r[x]||{data:{},gc:[]},S=_.lineHeight,k=C=0,!it(g)&&!wt(g))k=ur(s,v.data,v.gc,k,g),C=S;else if(wt(g))for(f=0,m=g.length;f<m;++f)A=g[f],!it(A)&&!wt(A)&&(k=ur(s,v.data,v.gc,k,A),C+=S);a.push(k),o.push(C),c=Math.max(k,c),u=Math.max(C,u)}Oy(r,e);const O=a.indexOf(c),T=o.indexOf(u),p=b=>({width:a[b]||0,height:o[b]||0});return{first:p(0),last:p(e-1),widest:p(O),highest:p(T),widths:a,heights:o}}getLabelForValue(t){return t}getPixelForValue(t,e){return NaN}getValueForPixel(t){}getPixelForTick(t){const e=this.ticks;return t<0||t>e.length-1?null:this.getPixelForValue(e[t].value)}getPixelForDecimal(t){this._reversePixels&&(t=1-t);const e=this._startPixel+t*this._length;return _g(this._alignToPixels?Wn(this.chart,e,0):e)}getDecimalForPixel(t){const e=(t-this._startPixel)/this._length;return this._reversePixels?1-e:e}getBasePixel(){return this.getPixelForValue(this.getBaseValue())}getBaseValue(){const{min:t,max:e}=this;return t<0&&e<0?e:t>0&&e>0?t:0}getContext(t){const e=this.ticks||[];if(t>=0&&t<e.length){const i=e[t];return i.$context||(i.$context=Ay(this.getContext(),t,i))}return this.$context||(this.$context=Py(this.chart.getContext(),this))}_tickSize(){const t=this.options.ticks,e=Vt(this.labelRotation),i=Math.abs(Math.cos(e)),s=Math.abs(Math.sin(e)),r=this._getLabelSizes(),a=t.autoSkipPadding||0,o=r?r.widest.width+a:0,l=r?r.highest.height+a:0;return this.isHorizontal()?l*i>o*s?o/i:l/s:l*s<o*i?l/i:o/s}_isVisible(){const t=this.options.display;return t!=="auto"?!!t:this.getMatchingVisibleMetas().length>0}_computeGridLineItems(t){const e=this.axis,i=this.chart,s=this.options,{grid:r,position:a,border:o}=s,l=r.offset,c=this.isHorizontal(),h=this.ticks.length+(l?1:0),f=ds(r),m=[],g=o.setContext(this.getContext()),_=g.display?g.width:0,x=_/2,v=function(J){return Wn(i,J,_)};let S,k,C,A,O,T,p,b,M,E,R,I;if(a==="top")S=v(this.bottom),T=this.bottom-f,b=S-x,E=v(t.top)+x,I=t.bottom;else if(a==="bottom")S=v(this.top),E=t.top,I=v(t.bottom)-x,T=S+x,b=this.top+f;else if(a==="left")S=v(this.right),O=this.right-f,p=S-x,M=v(t.left)+x,R=t.right;else if(a==="right")S=v(this.left),M=t.left,R=v(t.right)-x,O=S+x,p=this.left+f;else if(e==="x"){if(a==="center")S=v((t.top+t.bottom)/2+.5);else if(ft(a)){const J=Object.keys(a)[0],$=a[J];S=v(this.chart.scales[J].getPixelForValue($))}E=t.top,I=t.bottom,T=S+x,b=T+f}else if(e==="y"){if(a==="center")S=v((t.left+t.right)/2);else if(ft(a)){const J=Object.keys(a)[0],$=a[J];S=v(this.chart.scales[J].getPixelForValue($))}O=S-x,p=O-f,M=t.left,R=t.right}const B=st(s.ticks.maxTicksLimit,h),U=Math.max(1,Math.ceil(h/B));for(k=0;k<h;k+=U){const J=this.getContext(k),$=r.setContext(J),lt=o.setContext(J),q=$.lineWidth,K=$.color,z=lt.dash||[],j=lt.dashOffset,Y=$.tickWidth,yt=$.tickColor,_t=$.tickBorderDash||[],V=$.tickBorderDashOffset;C=Ey(this,k,l),C!==void 0&&(A=Wn(i,C,q),c?O=p=M=R=A:T=b=E=I=A,m.push({tx1:O,ty1:T,tx2:p,ty2:b,x1:M,y1:E,x2:R,y2:I,width:q,color:K,borderDash:z,borderDashOffset:j,tickWidth:Y,tickColor:yt,tickBorderDash:_t,tickBorderDashOffset:V}))}return this._ticksLength=h,this._borderValue=S,m}_computeLabelItems(t){const e=this.axis,i=this.options,{position:s,ticks:r}=i,a=this.isHorizontal(),o=this.ticks,{align:l,crossAlign:c,padding:u,mirror:h}=r,f=ds(i.grid),m=f+u,g=h?-u:m,_=-Vt(this.labelRotation),x=[];let v,S,k,C,A,O,T,p,b,M,E,R,I="middle";if(s==="top")O=this.bottom-g,T=this._getXAxisLabelAlignment();else if(s==="bottom")O=this.top+g,T=this._getXAxisLabelAlignment();else if(s==="left"){const U=this._getYAxisLabelAlignment(f);T=U.textAlign,A=U.x}else if(s==="right"){const U=this._getYAxisLabelAlignment(f);T=U.textAlign,A=U.x}else if(e==="x"){if(s==="center")O=(t.top+t.bottom)/2+m;else if(ft(s)){const U=Object.keys(s)[0],J=s[U];O=this.chart.scales[U].getPixelForValue(J)+m}T=this._getXAxisLabelAlignment()}else if(e==="y"){if(s==="center")A=(t.left+t.right)/2-m;else if(ft(s)){const U=Object.keys(s)[0],J=s[U];A=this.chart.scales[U].getPixelForValue(J)}T=this._getYAxisLabelAlignment(f).textAlign}e==="y"&&(l==="start"?I="top":l==="end"&&(I="bottom"));const B=this._getLabelSizes();for(v=0,S=o.length;v<S;++v){k=o[v],C=k.label;const U=r.setContext(this.getContext(v));p=this.getPixelForTick(v)+r.labelOffset,b=this._resolveTickFontOptions(v),M=b.lineHeight,E=wt(C)?C.length:1;const J=E/2,$=U.color,lt=U.textStrokeColor,q=U.textStrokeWidth;let K=T;a?(A=p,T==="inner"&&(v===S-1?K=this.options.reverse?"left":"right":v===0?K=this.options.reverse?"right":"left":K="center"),s==="top"?c==="near"||_!==0?R=-E*M+M/2:c==="center"?R=-B.highest.height/2-J*M+M:R=-B.highest.height+M/2:c==="near"||_!==0?R=M/2:c==="center"?R=B.highest.height/2-J*M:R=B.highest.height-E*M,h&&(R*=-1),_!==0&&!U.showLabelBackdrop&&(A+=M/2*Math.sin(_))):(O=p,R=(1-E)*M/2);let z;if(U.showLabelBackdrop){const j=$t(U.backdropPadding),Y=B.heights[v],yt=B.widths[v];let _t=R-j.top,V=0-j.left;switch(I){case"middle":_t-=Y/2;break;case"bottom":_t-=Y;break}switch(T){case"center":V-=yt/2;break;case"right":V-=yt;break;case"inner":v===S-1?V-=yt:v>0&&(V-=yt/2);break}z={left:V,top:_t,width:yt+j.width,height:Y+j.height,color:U.backdropColor}}x.push({label:C,font:b,textOffset:R,options:{rotation:_,color:$,strokeColor:lt,strokeWidth:q,textAlign:K,textBaseline:I,translation:[A,O],backdrop:z}})}return x}_getXAxisLabelAlignment(){const{position:t,ticks:e}=this.options;if(-Vt(this.labelRotation))return t==="top"?"left":"right";let s="center";return e.align==="start"?s="left":e.align==="end"?s="right":e.align==="inner"&&(s="inner"),s}_getYAxisLabelAlignment(t){const{position:e,ticks:{crossAlign:i,mirror:s,padding:r}}=this.options,a=this._getLabelSizes(),o=t+r,l=a.widest.width;let c,u;return e==="left"?s?(u=this.right+r,i==="near"?c="left":i==="center"?(c="center",u+=l/2):(c="right",u+=l)):(u=this.right-o,i==="near"?c="right":i==="center"?(c="center",u-=l/2):(c="left",u=this.left)):e==="right"?s?(u=this.left+r,i==="near"?c="right":i==="center"?(c="center",u-=l/2):(c="left",u-=l)):(u=this.left+o,i==="near"?c="left":i==="center"?(c="center",u+=l/2):(c="right",u=this.right)):c="right",{textAlign:c,x:u}}_computeLabelArea(){if(this.options.ticks.mirror)return;const t=this.chart,e=this.options.position;if(e==="left"||e==="right")return{top:0,left:this.left,bottom:t.height,right:this.right};if(e==="top"||e==="bottom")return{top:this.top,left:0,bottom:this.bottom,right:t.width}}drawBackground(){const{ctx:t,options:{backgroundColor:e},left:i,top:s,width:r,height:a}=this;e&&(t.save(),t.fillStyle=e,t.fillRect(i,s,r,a),t.restore())}getLineWidthForValue(t){const e=this.options.grid;if(!this._isVisible()||!e.display)return 0;const s=this.ticks.findIndex(r=>r.value===t);return s>=0?e.setContext(this.getContext(s)).lineWidth:0}drawGrid(t){const e=this.options.grid,i=this.ctx,s=this._gridLineItems||(this._gridLineItems=this._computeGridLineItems(t));let r,a;const o=(l,c,u)=>{!u.width||!u.color||(i.save(),i.lineWidth=u.width,i.strokeStyle=u.color,i.setLineDash(u.borderDash||[]),i.lineDashOffset=u.borderDashOffset,i.beginPath(),i.moveTo(l.x,l.y),i.lineTo(c.x,c.y),i.stroke(),i.restore())};if(e.display)for(r=0,a=s.length;r<a;++r){const l=s[r];e.drawOnChartArea&&o({x:l.x1,y:l.y1},{x:l.x2,y:l.y2},l),e.drawTicks&&o({x:l.tx1,y:l.ty1},{x:l.tx2,y:l.ty2},{color:l.tickColor,width:l.tickWidth,borderDash:l.tickBorderDash,borderDashOffset:l.tickBorderDashOffset})}}drawBorder(){const{chart:t,ctx:e,options:{border:i,grid:s}}=this,r=i.setContext(this.getContext()),a=i.display?r.width:0;if(!a)return;const o=s.setContext(this.getContext(0)).lineWidth,l=this._borderValue;let c,u,h,f;this.isHorizontal()?(c=Wn(t,this.left,a)-a/2,u=Wn(t,this.right,o)+o/2,h=f=l):(h=Wn(t,this.top,a)-a/2,f=Wn(t,this.bottom,o)+o/2,c=u=l),e.save(),e.lineWidth=r.width,e.strokeStyle=r.color,e.beginPath(),e.moveTo(c,h),e.lineTo(u,f),e.stroke(),e.restore()}drawLabels(t){if(!this.options.ticks.display)return;const i=this.ctx,s=this._computeLabelArea();s&&Ji(i,s);const r=this.getLabelItems(t);for(const a of r){const o=a.options,l=a.font,c=a.label,u=a.textOffset;Yn(i,c,0,u,l,o)}s&&ts(i)}drawTitle(){const{ctx:t,options:{position:e,title:i,reverse:s}}=this;if(!i.display)return;const r=Rt(i.font),a=$t(i.padding),o=i.align;let l=r.lineHeight/2;e==="bottom"||e==="center"||ft(e)?(l+=a.bottom,wt(i.text)&&(l+=r.lineHeight*(i.text.length-1))):l+=a.top;const{titleX:c,titleY:u,maxWidth:h,rotation:f}=Iy(this,l,e,o);Yn(t,i.text,0,0,r,{color:i.color,maxWidth:h,rotation:f,textAlign:Ry(o,e,s),textBaseline:"middle",translation:[c,u]})}draw(t){this._isVisible()&&(this.drawBackground(),this.drawGrid(t),this.drawBorder(),this.drawTitle(),this.drawLabels(t))}_layers(){const t=this.options,e=t.ticks&&t.ticks.z||0,i=st(t.grid&&t.grid.z,-1),s=st(t.border&&t.border.z,0);return!this._isVisible()||this.draw!==Un.prototype.draw?[{z:e,draw:r=>{this.draw(r)}}]:[{z:i,draw:r=>{this.drawBackground(),this.drawGrid(r),this.drawTitle()}},{z:s,draw:()=>{this.drawBorder()}},{z:e,draw:r=>{this.drawLabels(r)}}]}getMatchingVisibleMetas(t){const e=this.chart.getSortedVisibleDatasetMetas(),i=this.axis+"AxisID",s=[];let r,a;for(r=0,a=e.length;r<a;++r){const o=e[r];o[i]===this.id&&(!t||o.type===t)&&s.push(o)}return s}_resolveTickFontOptions(t){const e=this.options.ticks.setContext(this.getContext(t));return Rt(e.font)}_maxDigits(){const t=this._resolveTickFontOptions(0).lineHeight;return(this.isHorizontal()?this.width:this.height)/t}}class Mr{constructor(t,e,i){this.type=t,this.scope=e,this.override=i,this.items=Object.create(null)}isForType(t){return Object.prototype.isPrototypeOf.call(this.type.prototype,t.prototype)}register(t){const e=Object.getPrototypeOf(t);let i;Fy(e)&&(i=this.register(e));const s=this.items,r=t.id,a=this.scope+"."+r;if(!r)throw new Error("class does not have id: "+t);return r in s||(s[r]=t,Ly(t,a,i),this.override&&Pt.override(t.id,t.overrides)),a}get(t){return this.items[t]}unregister(t){const e=this.items,i=t.id,s=this.scope;i in e&&delete e[i],s&&i in Pt[s]&&(delete Pt[s][i],this.override&&delete Hn[i])}}function Ly(n,t,e){const i=Ui(Object.create(null),[e?Pt.get(e):{},Pt.get(t),n.defaults]);Pt.set(t,i),n.defaultRoutes&&Ny(t,n.defaultRoutes),n.descriptors&&Pt.describe(t,n.descriptors)}function Ny(n,t){Object.keys(t).forEach(e=>{const i=e.split("."),s=i.pop(),r=[n].concat(i).join("."),a=t[e].split("."),o=a.pop(),l=a.join(".");Pt.route(r,s,l,o)})}function Fy(n){return"id"in n&&"defaults"in n}class By{constructor(){this.controllers=new Mr(Ne,"datasets",!0),this.elements=new Mr(Zt,"elements"),this.plugins=new Mr(Object,"plugins"),this.scales=new Mr(Un,"scales"),this._typedRegistries=[this.controllers,this.scales,this.elements]}add(...t){this._each("register",t)}remove(...t){this._each("unregister",t)}addControllers(...t){this._each("register",t,this.controllers)}addElements(...t){this._each("register",t,this.elements)}addPlugins(...t){this._each("register",t,this.plugins)}addScales(...t){this._each("register",t,this.scales)}getController(t){return this._get(t,this.controllers,"controller")}getElement(t){return this._get(t,this.elements,"element")}getPlugin(t){return this._get(t,this.plugins,"plugin")}getScale(t){return this._get(t,this.scales,"scale")}removeControllers(...t){this._each("unregister",t,this.controllers)}removeElements(...t){this._each("unregister",t,this.elements)}removePlugins(...t){this._each("unregister",t,this.plugins)}removeScales(...t){this._each("unregister",t,this.scales)}_each(t,e,i){[...e].forEach(s=>{const r=i||this._getRegistryForType(s);i||r.isForType(s)||r===this.plugins&&s.id?this._exec(t,r,s):kt(s,a=>{const o=i||this._getRegistryForType(a);this._exec(t,o,a)})})}_exec(t,e,i){const s=Ia(t);St(i["before"+s],[],i),e[t](i),St(i["after"+s],[],i)}_getRegistryForType(t){for(let e=0;e<this._typedRegistries.length;e++){const i=this._typedRegistries[e];if(i.isForType(t))return i}return this.plugins}_get(t,e,i){const s=e.get(t);if(s===void 0)throw new Error('"'+t+'" is not a registered '+i+".");return s}}var Ye=new By;class zy{constructor(){this._init=[]}notify(t,e,i,s){e==="beforeInit"&&(this._init=this._createDescriptors(t,!0),this._notify(this._init,t,"install"));const r=s?this._descriptors(t).filter(s):this._descriptors(t),a=this._notify(r,t,e,i);return e==="afterDestroy"&&(this._notify(r,t,"stop"),this._notify(this._init,t,"uninstall")),a}_notify(t,e,i,s){s=s||{};for(const r of t){const a=r.plugin,o=a[i],l=[e,s,r.options];if(St(o,l,a)===!1&&s.cancelable)return!1}return!0}invalidate(){it(this._cache)||(this._oldCache=this._cache,this._cache=void 0)}_descriptors(t){if(this._cache)return this._cache;const e=this._cache=this._createDescriptors(t);return this._notifyStateChanges(t),e}_createDescriptors(t,e){const i=t&&t.config,s=st(i.options&&i.options.plugins,{}),r=Hy(i);return s===!1&&!e?[]:Yy(t,r,s,e)}_notifyStateChanges(t){const e=this._oldCache||[],i=this._cache,s=(r,a)=>r.filter(o=>!a.some(l=>o.plugin.id===l.plugin.id));this._notify(s(e,i),t,"stop"),this._notify(s(i,e),t,"start")}}function Hy(n){const t={},e=[],i=Object.keys(Ye.plugins.items);for(let r=0;r<i.length;r++)e.push(Ye.getPlugin(i[r]));const s=n.plugins||[];for(let r=0;r<s.length;r++){const a=s[r];e.indexOf(a)===-1&&(e.push(a),t[a.id]=!0)}return{plugins:e,localIds:t}}function Wy(n,t){return!t&&n===!1?null:n===!0?{}:n}function Yy(n,{plugins:t,localIds:e},i,s){const r=[],a=n.getContext();for(const o of t){const l=o.id,c=Wy(i[l],s);c!==null&&r.push({plugin:o,options:Vy(n.config,{plugin:o,local:e[l]},c,a)})}return r}function Vy(n,{plugin:t,local:e},i,s){const r=n.pluginScopeKeys(t),a=n.getOptionScopes(i,r);return e&&t.defaults&&a.push(t.defaults),n.createResolver(a,s,[""],{scriptable:!1,indexable:!1,allKeys:!0})}function ao(n,t){const e=Pt.datasets[n]||{};return((t.datasets||{})[n]||{}).indexAxis||t.indexAxis||e.indexAxis||"x"}function $y(n,t){let e=n;return n==="_index_"?e=t:n==="_value_"&&(e=t==="x"?"y":"x"),e}function jy(n,t){return n===t?"_index_":"_value_"}function Hu(n){if(n==="x"||n==="y"||n==="r")return n}function Uy(n){if(n==="top"||n==="bottom")return"x";if(n==="left"||n==="right")return"y"}function oo(n,...t){if(Hu(n))return n;for(const e of t){const i=e.axis||Uy(e.position)||n.length>1&&Hu(n[0].toLowerCase());if(i)return i}throw new Error(`Cannot determine type of '${n}' axis. Please provide 'axis' or 'position' option.`)}function Wu(n,t,e){if(e[t+"AxisID"]===n)return{axis:t}}function qy(n,t){if(t.data&&t.data.datasets){const e=t.data.datasets.filter(i=>i.xAxisID===n||i.yAxisID===n);if(e.length)return Wu(n,"x",e[0])||Wu(n,"y",e[0])}return{}}function Xy(n,t){const e=Hn[n.type]||{scales:{}},i=t.scales||{},s=ao(n.type,t),r=Object.create(null);return Object.keys(i).forEach(a=>{const o=i[a];if(!ft(o))return console.error(`Invalid scale configuration for scale: ${a}`);if(o._proxy)return console.warn(`Ignoring resolver passed as options for scale: ${a}`);const l=oo(a,o,qy(a,n),Pt.scales[o.type]),c=jy(l,s),u=e.scales||{};r[a]=qi(Object.create(null),[{axis:l},o,u[l],u[c]])}),n.data.datasets.forEach(a=>{const o=a.type||n.type,l=a.indexAxis||ao(o,t),u=(Hn[o]||{}).scales||{};Object.keys(u).forEach(h=>{const f=$y(h,l),m=a[f+"AxisID"]||f;r[m]=r[m]||Object.create(null),qi(r[m],[{axis:f},i[m],u[h]])})}),Object.keys(r).forEach(a=>{const o=r[a];qi(o,[Pt.scales[o.type],Pt.scale])}),r}function Yu(n){const t=n.options||(n.options={});t.plugins=st(t.plugins,{}),t.scales=Xy(n,t)}function Vu(n){return n=n||{},n.datasets=n.datasets||[],n.labels=n.labels||[],n}function Gy(n){return n=n||{},n.data=Vu(n.data),Yu(n),n}const $u=new Map,ju=new Set;function Sr(n,t){let e=$u.get(n);return e||(e=t(),$u.set(n,e),ju.add(e)),e}const hs=(n,t,e)=>{const i=_n(t,e);i!==void 0&&n.add(i)};class Ky{constructor(t){this._config=Gy(t),this._scopeCache=new Map,this._resolverCache=new Map}get platform(){return this._config.platform}get type(){return this._config.type}set type(t){this._config.type=t}get data(){return this._config.data}set data(t){this._config.data=Vu(t)}get options(){return this._config.options}set options(t){this._config.options=t}get plugins(){return this._config.plugins}update(){const t=this._config;this.clearCache(),Yu(t)}clearCache(){this._scopeCache.clear(),this._resolverCache.clear()}datasetScopeKeys(t){return Sr(t,()=>[[`datasets.${t}`,""]])}datasetAnimationScopeKeys(t,e){return Sr(`${t}.transition.${e}`,()=>[[`datasets.${t}.transitions.${e}`,`transitions.${e}`],[`datasets.${t}`,""]])}datasetElementScopeKeys(t,e){return Sr(`${t}-${e}`,()=>[[`datasets.${t}.elements.${e}`,`datasets.${t}`,`elements.${e}`,""]])}pluginScopeKeys(t){const e=t.id,i=this.type;return Sr(`${i}-plugin-${e}`,()=>[[`plugins.${e}`,...t.additionalOptionScopes||[]]])}_cachedScopes(t,e){const i=this._scopeCache;let s=i.get(t);return(!s||e)&&(s=new Map,i.set(t,s)),s}getOptionScopes(t,e,i){const{options:s,type:r}=this,a=this._cachedScopes(t,i),o=a.get(e);if(o)return o;const l=new Set;e.forEach(u=>{t&&(l.add(t),u.forEach(h=>hs(l,t,h))),u.forEach(h=>hs(l,s,h)),u.forEach(h=>hs(l,Hn[r]||{},h)),u.forEach(h=>hs(l,Pt,h)),u.forEach(h=>hs(l,Ha,h))});const c=Array.from(l);return c.length===0&&c.push(Object.create(null)),ju.has(e)&&a.set(e,c),c}chartOptionScopes(){const{options:t,type:e}=this;return[t,Hn[e]||{},Pt.datasets[e]||{},{type:e},Pt,Ha]}resolveNamedOptions(t,e,i,s=[""]){const r={$shared:!0},{resolver:a,subPrefixes:o}=Uu(this._resolverCache,t,s);let l=a;if(Qy(a,e)){r.$shared=!1,i=pe(i)?i():i;const c=this.createResolver(t,i,o);l=gi(a,i,c)}for(const c of e)r[c]=l[c];return r}createResolver(t,e,i=[""],s){const{resolver:r}=Uu(this._resolverCache,t,i);return ft(e)?gi(r,e,void 0,s):r}}function Uu(n,t,e){let i=n.get(t);i||(i=new Map,n.set(t,i));const s=e.join();let r=i.get(s);return r||(r={resolver:$a(t,e),subPrefixes:e.filter(o=>!o.toLowerCase().includes("hover"))},i.set(s,r)),r}const Zy=n=>ft(n)&&Object.getOwnPropertyNames(n).some(t=>pe(n[t]));function Qy(n,t){const{isScriptable:e,isIndexable:i}=Xc(n);for(const s of t){const r=e(s),a=i(s),o=(a||r)&&n[s];if(r&&(pe(o)||Zy(o))||a&&wt(o))return!0}return!1}var Jy="4.5.0";const tb=["top","bottom","left","right","chartArea"];function qu(n,t){return n==="top"||n==="bottom"||tb.indexOf(n)===-1&&t==="x"}function Xu(n,t){return function(e,i){return e[n]===i[n]?e[t]-i[t]:e[n]-i[n]}}function Gu(n){const t=n.chart,e=t.options.animation;t.notifyPlugins("afterRender"),St(e&&e.onComplete,[n],t)}function eb(n){const t=n.chart,e=t.options.animation;St(e&&e.onProgress,[n],t)}function Ku(n){return qa()&&typeof n=="string"?n=document.getElementById(n):n&&n.length&&(n=n[0]),n&&n.canvas&&(n=n.canvas),n}const kr={},Zu=n=>{const t=Ku(n);return Object.values(kr).filter(e=>e.canvas===t).pop()};function nb(n,t,e){const i=Object.keys(n);for(const s of i){const r=+s;if(r>=t){const a=n[s];delete n[s],(e>0||r>t)&&(n[r+e]=a)}}}function ib(n,t,e,i){return!e||n.type==="mouseout"?null:i?t:n}let ye=(Rn=class{static register(...t){Ye.add(...t),Qu()}static unregister(...t){Ye.remove(...t),Qu()}constructor(t,e){const i=this.config=new Ky(e),s=Ku(t),r=Zu(s);if(r)throw new Error("Canvas is already in use. Chart with ID '"+r.id+"' must be destroyed before the canvas with ID '"+r.canvas.id+"' can be reused.");const a=i.createResolver(i.chartOptionScopes(),this.getContext());this.platform=new(i.platform||wy(s)),this.platform.updateConfig(i);const o=this.platform.acquireContext(s,a.aspectRatio),l=o&&o.canvas,c=l&&l.height,u=l&&l.width;if(this.id=og(),this.ctx=o,this.canvas=l,this.width=u,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 zy,this.$proxies={},this._hiddenIndices={},this.attached=!1,this._animationsDisabled=void 0,this.$context=void 0,this._doResize=Mg(h=>this.update(h),a.resizeDelay||0),this._dataChanges=[],kr[this.id]=this,!o||!l){console.error("Failed to create chart: can't acquire context from the given item");return}en.listen(this,"complete",Gu),en.listen(this,"progress",eb),this._initialize(),this.attached&&this.update()}get aspectRatio(){const{options:{aspectRatio:t,maintainAspectRatio:e},width:i,height:s,_aspectRatio:r}=this;return it(t)?e&&r?r:s?i/s:null:t}get data(){return this.config.data}set data(t){this.config.data=t}get options(){return this._options}set options(t){this.config.options=t}get registry(){return Ye}_initialize(){return this.notifyPlugins("beforeInit"),this.options.responsive?this.resize():nu(this,this.options.devicePixelRatio),this.bindEvents(),this.notifyPlugins("afterInit"),this}clear(){return jc(this.canvas,this.ctx),this}stop(){return en.stop(this),this}resize(t,e){en.running(this)?this._resizeBeforeDraw={width:t,height:e}:this._resize(t,e)}_resize(t,e){const i=this.options,s=this.canvas,r=i.maintainAspectRatio&&this.aspectRatio,a=this.platform.getMaximumSize(s,t,e,r),o=i.devicePixelRatio||this.platform.getDevicePixelRatio(),l=this.width?"resize":"attach";this.width=a.width,this.height=a.height,this._aspectRatio=this.aspectRatio,nu(this,o,!0)&&(this.notifyPlugins("resize",{size:a}),St(i.onResize,[this,a],this),this.attached&&this._doResize(l)&&this.render())}ensureScalesHaveIDs(){const e=this.options.scales||{};kt(e,(i,s)=>{i.id=s})}buildOrUpdateScales(){const t=this.options,e=t.scales,i=this.scales,s=Object.keys(i).reduce((a,o)=>(a[o]=!1,a),{});let r=[];e&&(r=r.concat(Object.keys(e).map(a=>{const o=e[a],l=oo(a,o),c=l==="r",u=l==="x";return{options:o,dposition:c?"chartArea":u?"bottom":"left",dtype:c?"radialLinear":u?"category":"linear"}}))),kt(r,a=>{const o=a.options,l=o.id,c=oo(l,o),u=st(o.type,a.dtype);(o.position===void 0||qu(o.position,c)!==qu(a.dposition))&&(o.position=a.dposition),s[l]=!0;let h=null;if(l in i&&i[l].type===u)h=i[l];else{const f=Ye.getScale(u);h=new f({id:l,type:u,ctx:this.ctx,chart:this}),i[h.id]=h}h.init(o,t)}),kt(s,(a,o)=>{a||delete i[o]}),kt(i,a=>{re.configure(this,a,a.options),re.addBox(this,a)})}_updateMetasets(){const t=this._metasets,e=this.data.datasets.length,i=t.length;if(t.sort((s,r)=>s.index-r.index),i>e){for(let s=e;s<i;++s)this._destroyDatasetMeta(s);t.splice(e,i-e)}this._sortedMetasets=t.slice(0).sort(Xu("order","index"))}_removeUnreferencedMetasets(){const{_metasets:t,data:{datasets:e}}=this;t.length>e.length&&delete this._stacks,t.forEach((i,s)=>{e.filter(r=>r===i._dataset).length===0&&this._destroyDatasetMeta(s)})}buildOrUpdateControllers(){const t=[],e=this.data.datasets;let i,s;for(this._removeUnreferencedMetasets(),i=0,s=e.length;i<s;i++){const r=e[i];let a=this.getDatasetMeta(i);const o=r.type||this.config.type;if(a.type&&a.type!==o&&(this._destroyDatasetMeta(i),a=this.getDatasetMeta(i)),a.type=o,a.indexAxis=r.indexAxis||ao(o,this.options),a.order=r.order||0,a.index=i,a.label=""+r.label,a.visible=this.isDatasetVisible(i),a.controller)a.controller.updateIndex(i),a.controller.linkScales();else{const l=Ye.getController(o),{datasetElementType:c,dataElementType:u}=Pt.datasets[o];Object.assign(l,{dataElementType:Ye.getElement(u),datasetElementType:c&&Ye.getElement(c)}),a.controller=new l(this,i),t.push(a.controller)}}return this._updateMetasets(),t}_resetElements(){kt(this.data.datasets,(t,e)=>{this.getDatasetMeta(e).controller.reset()},this)}reset(){this._resetElements(),this.notifyPlugins("reset")}update(t){const e=this.config;e.update();const i=this._options=e.createResolver(e.chartOptionScopes(),this.getContext()),s=this._animationsDisabled=!i.animation;if(this._updateScales(),this._checkEventBindings(),this._updateHiddenIndices(),this._plugins.invalidate(),this.notifyPlugins("beforeUpdate",{mode:t,cancelable:!0})===!1)return;const r=this.buildOrUpdateControllers();this.notifyPlugins("beforeElementsUpdate");let a=0;for(let c=0,u=this.data.datasets.length;c<u;c++){const{controller:h}=this.getDatasetMeta(c),f=!s&&r.indexOf(h)===-1;h.buildOrUpdateElements(f),a=Math.max(+h.getMaxOverflow(),a)}a=this._minPadding=i.layout.autoPadding?a:0,this._updateLayout(a),s||kt(r,c=>{c.reset()}),this._updateDatasets(t),this.notifyPlugins("afterUpdate",{mode:t}),this._layers.sort(Xu("z","_idx"));const{_active:o,_lastEvent:l}=this;l?this._eventHandler(l,!0):o.length&&this._updateHoverStyles(o,o,!0),this.render()}_updateScales(){kt(this.scales,t=>{re.removeBox(this,t)}),this.ensureScalesHaveIDs(),this.buildOrUpdateScales()}_checkEventBindings(){const t=this.options,e=new Set(Object.keys(this._listeners)),i=new Set(t.events);(!Ec(e,i)||!!this._responsiveListeners!==t.responsive)&&(this.unbindEvents(),this.bindEvents())}_updateHiddenIndices(){const{_hiddenIndices:t}=this,e=this._getUniformDataChanges()||[];for(const{method:i,start:s,count:r}of e){const a=i==="_removeElements"?-r:r;nb(t,s,a)}}_getUniformDataChanges(){const t=this._dataChanges;if(!t||!t.length)return;this._dataChanges=[];const e=this.data.datasets.length,i=r=>new Set(t.filter(a=>a[0]===r).map((a,o)=>o+","+a.splice(1).join(","))),s=i(0);for(let r=1;r<e;r++)if(!Ec(s,i(r)))return;return Array.from(s).map(r=>r.split(",")).map(r=>({method:r[1],start:+r[2],count:+r[3]}))}_updateLayout(t){if(this.notifyPlugins("beforeLayout",{cancelable:!0})===!1)return;re.update(this,this.width,this.height,t);const e=this.chartArea,i=e.width<=0||e.height<=0;this._layers=[],kt(this.boxes,s=>{i&&s.position==="chartArea"||(s.configure&&s.configure(),this._layers.push(...s._layers()))},this),this._layers.forEach((s,r)=>{s._idx=r}),this.notifyPlugins("afterLayout")}_updateDatasets(t){if(this.notifyPlugins("beforeDatasetsUpdate",{mode:t,cancelable:!0})!==!1){for(let e=0,i=this.data.datasets.length;e<i;++e)this.getDatasetMeta(e).controller.configure();for(let e=0,i=this.data.datasets.length;e<i;++e)this._updateDataset(e,pe(t)?t({datasetIndex:e}):t);this.notifyPlugins("afterDatasetsUpdate",{mode:t})}}_updateDataset(t,e){const i=this.getDatasetMeta(t),s={meta:i,index:t,mode:e,cancelable:!0};this.notifyPlugins("beforeDatasetUpdate",s)!==!1&&(i.controller._update(e),s.cancelable=!1,this.notifyPlugins("afterDatasetUpdate",s))}render(){this.notifyPlugins("beforeRender",{cancelable:!0})!==!1&&(en.has(this)?this.attached&&!en.running(this)&&en.start(this):(this.draw(),Gu({chart:this})))}draw(){let t;if(this._resizeBeforeDraw){const{width:i,height:s}=this._resizeBeforeDraw;this._resizeBeforeDraw=null,this._resize(i,s)}if(this.clear(),this.width<=0||this.height<=0||this.notifyPlugins("beforeDraw",{cancelable:!0})===!1)return;const e=this._layers;for(t=0;t<e.length&&e[t].z<=0;++t)e[t].draw(this.chartArea);for(this._drawDatasets();t<e.length;++t)e[t].draw(this.chartArea);this.notifyPlugins("afterDraw")}_getSortedDatasetMetas(t){const e=this._sortedMetasets,i=[];let s,r;for(s=0,r=e.length;s<r;++s){const a=e[s];(!t||a.visible)&&i.push(a)}return i}getSortedVisibleDatasetMetas(){return this._getSortedDatasetMetas(!0)}_drawDatasets(){if(this.notifyPlugins("beforeDatasetsDraw",{cancelable:!0})===!1)return;const t=this.getSortedVisibleDatasetMetas();for(let e=t.length-1;e>=0;--e)this._drawDataset(t[e]);this.notifyPlugins("afterDatasetsDraw")}_drawDataset(t){const e=this.ctx,i={meta:t,index:t.index,cancelable:!0},s=hu(this,t);this.notifyPlugins("beforeDatasetDraw",i)!==!1&&(s&&Ji(e,s),t.controller.draw(),s&&ts(e),i.cancelable=!1,this.notifyPlugins("afterDatasetDraw",i))}isPointInArea(t){return tn(t,this.chartArea,this._minPadding)}getElementsAtEventForMode(t,e,i,s){const r=so.modes[e];return typeof r=="function"?r(this,t,i,s):[]}getDatasetMeta(t){const e=this.data.datasets[t],i=this._metasets;let s=i.filter(r=>r&&r._dataset===e).pop();return s||(s={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null,order:e&&e.order||0,index:t,_dataset:e,_parsed:[],_sorted:!1},i.push(s)),s}getContext(){return this.$context||(this.$context=Mn(null,{chart:this,type:"chart"}))}getVisibleDatasetCount(){return this.getSortedVisibleDatasetMetas().length}isDatasetVisible(t){const e=this.data.datasets[t];if(!e)return!1;const i=this.getDatasetMeta(t);return typeof i.hidden=="boolean"?!i.hidden:!e.hidden}setDatasetVisibility(t,e){const i=this.getDatasetMeta(t);i.hidden=!e}toggleDataVisibility(t){this._hiddenIndices[t]=!this._hiddenIndices[t]}getDataVisibility(t){return!this._hiddenIndices[t]}_updateVisibility(t,e,i){const s=i?"show":"hide",r=this.getDatasetMeta(t),a=r.controller._resolveAnimations(void 0,s);ge(e)?(r.data[e].hidden=!i,this.update()):(this.setDatasetVisibility(t,i),a.update(r,{visible:i}),this.update(o=>o.datasetIndex===t?s:void 0))}hide(t,e){this._updateVisibility(t,e,!1)}show(t,e){this._updateVisibility(t,e,!0)}_destroyDatasetMeta(t){const e=this._metasets[t];e&&e.controller&&e.controller._destroy(),delete this._metasets[t]}_stop(){let t,e;for(this.stop(),en.remove(this),t=0,e=this.data.datasets.length;t<e;++t)this._destroyDatasetMeta(t)}destroy(){this.notifyPlugins("beforeDestroy");const{canvas:t,ctx:e}=this;this._stop(),this.config.clearCache(),t&&(this.unbindEvents(),jc(t,e),this.platform.releaseContext(e),this.canvas=null,this.ctx=null),delete kr[this.id],this.notifyPlugins("afterDestroy")}toBase64Image(...t){return this.canvas.toDataURL(...t)}bindEvents(){this.bindUserEvents(),this.options.responsive?this.bindResponsiveEvents():this.attached=!0}bindUserEvents(){const t=this._listeners,e=this.platform,i=(r,a)=>{e.addEventListener(this,r,a),t[r]=a},s=(r,a,o)=>{r.offsetX=a,r.offsetY=o,this._eventHandler(r)};kt(this.options.events,r=>i(r,s))}bindResponsiveEvents(){this._responsiveListeners||(this._responsiveListeners={});const t=this._responsiveListeners,e=this.platform,i=(l,c)=>{e.addEventListener(this,l,c),t[l]=c},s=(l,c)=>{t[l]&&(e.removeEventListener(this,l,c),delete t[l])},r=(l,c)=>{this.canvas&&this.resize(l,c)};let a;const o=()=>{s("attach",o),this.attached=!0,this.resize(),i("resize",r),i("detach",a)};a=()=>{this.attached=!1,s("resize",r),this._stop(),this._resize(0,0),i("attach",o)},e.isAttached(this.canvas)?o():a()}unbindEvents(){kt(this._listeners,(t,e)=>{this.platform.removeEventListener(this,e,t)}),this._listeners={},kt(this._responsiveListeners,(t,e)=>{this.platform.removeEventListener(this,e,t)}),this._responsiveListeners=void 0}updateHoverStyle(t,e,i){const s=i?"set":"remove";let r,a,o,l;for(e==="dataset"&&(r=this.getDatasetMeta(t[0].datasetIndex),r.controller["_"+s+"DatasetHoverStyle"]()),o=0,l=t.length;o<l;++o){a=t[o];const c=a&&this.getDatasetMeta(a.datasetIndex).controller;c&&c[s+"HoverStyle"](a.element,a.datasetIndex,a.index)}}getActiveElements(){return this._active||[]}setActiveElements(t){const e=this._active||[],i=t.map(({datasetIndex:r,index:a})=>{const o=this.getDatasetMeta(r);if(!o)throw new Error("No dataset found at index "+r);return{datasetIndex:r,element:o.data[a],index:a}});!nr(i,e)&&(this._active=i,this._lastEvent=null,this._updateHoverStyles(i,e))}notifyPlugins(t,e,i){return this._plugins.notify(this,t,e,i)}isPluginEnabled(t){return this._plugins._cache.filter(e=>e.plugin.id===t).length===1}_updateHoverStyles(t,e,i){const s=this.options.hover,r=(l,c)=>l.filter(u=>!c.some(h=>u.datasetIndex===h.datasetIndex&&u.index===h.index)),a=r(e,t),o=i?t:r(t,e);a.length&&this.updateHoverStyle(a,s.mode,!1),o.length&&s.mode&&this.updateHoverStyle(o,s.mode,!0)}_eventHandler(t,e){const i={event:t,replay:e,cancelable:!0,inChartArea:this.isPointInArea(t)},s=a=>(a.options.events||this.options.events).includes(t.native.type);if(this.notifyPlugins("beforeEvent",i,s)===!1)return;const r=this._handleEvent(t,e,i.inChartArea);return i.cancelable=!1,this.notifyPlugins("afterEvent",i,s),(r||i.changed)&&this.render(),this}_handleEvent(t,e,i){const{_active:s=[],options:r}=this,a=e,o=this._getActiveElements(t,s,i,a),l=fg(t),c=ib(t,this._lastEvent,i,l);i&&(this._lastEvent=null,St(r.onHover,[t,o,this],this),l&&St(r.onClick,[t,o,this],this));const u=!nr(o,s);return(u||e)&&(this._active=o,this._updateHoverStyles(o,s,e)),this._lastEvent=c,u}_getActiveElements(t,e,i,s){if(t.type==="mouseout")return[];if(!i)return e;const r=this.options.hover;return this.getElementsAtEventForMode(t,r.mode,r,s)}},P(Rn,"defaults",Pt),P(Rn,"instances",kr),P(Rn,"overrides",Hn),P(Rn,"registry",Ye),P(Rn,"version",Jy),P(Rn,"getChart",Zu),Rn);function Qu(){return kt(ye.instances,n=>n._plugins.invalidate())}function sb(n,t,e){const{startAngle:i,x:s,y:r,outerRadius:a,innerRadius:o,options:l}=t,{borderWidth:c,borderJoinStyle:u}=l,h=Math.min(c/a,ie(i-e));if(n.beginPath(),n.arc(s,r,a-c/2,i+h/2,e-h/2),o>0){const f=Math.min(c/o,ie(i-e));n.arc(s,r,o+c/2,e-f/2,i+f/2,!0)}else{const f=Math.min(c/2,a*ie(i-e));if(u==="round")n.arc(s,r,f,e-ut/2,i+ut/2,!0);else if(u==="bevel"){const m=2*f*f,g=-m*Math.cos(e+ut/2)+s,_=-m*Math.sin(e+ut/2)+r,x=m*Math.cos(i+ut/2)+s,v=m*Math.sin(i+ut/2)+r;n.lineTo(g,_),n.lineTo(x,v)}}n.closePath(),n.moveTo(0,0),n.rect(0,0,n.canvas.width,n.canvas.height),n.clip("evenodd")}function rb(n,t,e){const{startAngle:i,pixelMargin:s,x:r,y:a,outerRadius:o,innerRadius:l}=t;let c=s/o;n.beginPath(),n.arc(r,a,o,i-c,e+c),l>s?(c=s/l,n.arc(r,a,l,e+c,i-c,!0)):n.arc(r,a,s,e+Ot,i-Ot),n.closePath(),n.clip()}function ab(n){return Va(n,["outerStart","outerEnd","innerStart","innerEnd"])}function ob(n,t,e,i){const s=ab(n.options.borderRadius),r=(e-t)/2,a=Math.min(r,i*t/2),o=l=>{const c=(e-Math.min(r,l))*i/2;return Kt(l,0,Math.min(r,c))};return{outerStart:o(s.outerStart),outerEnd:o(s.outerEnd),innerStart:Kt(s.innerStart,0,a),innerEnd:Kt(s.innerEnd,0,a)}}function bi(n,t,e,i){return{x:e+n*Math.cos(t),y:i+n*Math.sin(t)}}function Dr(n,t,e,i,s,r){const{x:a,y:o,startAngle:l,pixelMargin:c,innerRadius:u}=t,h=Math.max(t.outerRadius+i+e-c,0),f=u>0?u+i+e+c:0;let m=0;const g=s-l;if(i){const U=u>0?u-i:0,J=h>0?h-i:0,$=(U+J)/2,lt=$!==0?g*$/($+i):g;m=(g-lt)/2}const _=Math.max(.001,g*h-e/ut)/h,x=(g-_)/2,v=l+x+m,S=s-x-m,{outerStart:k,outerEnd:C,innerStart:A,innerEnd:O}=ob(t,f,h,S-v),T=h-k,p=h-C,b=v+k/T,M=S-C/p,E=f+A,R=f+O,I=v+A/E,B=S-O/R;if(n.beginPath(),r){const U=(b+M)/2;if(n.arc(a,o,h,b,U),n.arc(a,o,h,U,M),C>0){const q=bi(p,M,a,o);n.arc(q.x,q.y,C,M,S+Ot)}const J=bi(R,S,a,o);if(n.lineTo(J.x,J.y),O>0){const q=bi(R,B,a,o);n.arc(q.x,q.y,O,S+Ot,B+Math.PI)}const $=(S-O/f+(v+A/f))/2;if(n.arc(a,o,f,S-O/f,$,!0),n.arc(a,o,f,$,v+A/f,!0),A>0){const q=bi(E,I,a,o);n.arc(q.x,q.y,A,I+Math.PI,v-Ot)}const lt=bi(T,v,a,o);if(n.lineTo(lt.x,lt.y),k>0){const q=bi(T,b,a,o);n.arc(q.x,q.y,k,v-Ot,b)}}else{n.moveTo(a,o);const U=Math.cos(b)*h+a,J=Math.sin(b)*h+o;n.lineTo(U,J);const $=Math.cos(M)*h+a,lt=Math.sin(M)*h+o;n.lineTo($,lt)}n.closePath()}function lb(n,t,e,i,s){const{fullCircles:r,startAngle:a,circumference:o}=t;let l=t.endAngle;if(r){Dr(n,t,e,i,l,s);for(let c=0;c<r;++c)n.fill();isNaN(o)||(l=a+(o%Ct||Ct))}return Dr(n,t,e,i,l,s),n.fill(),l}function cb(n,t,e,i,s){const{fullCircles:r,startAngle:a,circumference:o,options:l}=t,{borderWidth:c,borderJoinStyle:u,borderDash:h,borderDashOffset:f,borderRadius:m}=l,g=l.borderAlign==="inner";if(!c)return;n.setLineDash(h||[]),n.lineDashOffset=f,g?(n.lineWidth=c*2,n.lineJoin=u||"round"):(n.lineWidth=c,n.lineJoin=u||"bevel");let _=t.endAngle;if(r){Dr(n,t,e,i,_,s);for(let x=0;x<r;++x)n.stroke();isNaN(o)||(_=a+(o%Ct||Ct))}g&&rb(n,t,_),l.selfJoin&&_-a>=ut&&m===0&&u!=="miter"&&sb(n,t,_),r||(Dr(n,t,e,i,_,s),n.stroke())}class fs extends Zt{constructor(e){super();P(this,"circumference");P(this,"endAngle");P(this,"fullCircles");P(this,"innerRadius");P(this,"outerRadius");P(this,"pixelMargin");P(this,"startAngle");this.options=void 0,this.circumference=void 0,this.startAngle=void 0,this.endAngle=void 0,this.innerRadius=void 0,this.outerRadius=void 0,this.pixelMargin=0,this.fullCircles=0,e&&Object.assign(this,e)}inRange(e,i,s){const r=this.getProps(["x","y"],s),{angle:a,distance:o}=or(r,{x:e,y:i}),{startAngle:l,endAngle:c,innerRadius:u,outerRadius:h,circumference:f}=this.getProps(["startAngle","endAngle","innerRadius","outerRadius","circumference"],s),m=(this.options.spacing+this.options.borderWidth)/2,g=st(f,c-l),_=Gi(a,l,c)&&l!==c,x=g>=Ct||_,v=Qe(o,u+m,h+m);return x&&v}getCenterPoint(e){const{x:i,y:s,startAngle:r,endAngle:a,innerRadius:o,outerRadius:l}=this.getProps(["x","y","startAngle","endAngle","innerRadius","outerRadius"],e),{offset:c,spacing:u}=this.options,h=(r+a)/2,f=(o+l+u+c)/2;return{x:i+Math.cos(h)*f,y:s+Math.sin(h)*f}}tooltipPosition(e){return this.getCenterPoint(e)}draw(e){const{options:i,circumference:s}=this,r=(i.offset||0)/4,a=(i.spacing||0)/2,o=i.circular;if(this.pixelMargin=i.borderAlign==="inner"?.33:0,this.fullCircles=s>Ct?Math.floor(s/Ct):0,s===0||this.innerRadius<0||this.outerRadius<0)return;e.save();const l=(this.startAngle+this.endAngle)/2;e.translate(Math.cos(l)*r,Math.sin(l)*r);const c=1-Math.sin(Math.min(ut,s||0)),u=r*c;e.fillStyle=i.backgroundColor,e.strokeStyle=i.borderColor,lb(e,this,u,a,o),cb(e,this,u,a,o),e.restore()}}P(fs,"id","arc"),P(fs,"defaults",{borderAlign:"center",borderColor:"#fff",borderDash:[],borderDashOffset:0,borderJoinStyle:void 0,borderRadius:0,borderWidth:2,offset:0,spacing:0,angle:void 0,circular:!0,selfJoin:!1}),P(fs,"defaultRoutes",{backgroundColor:"backgroundColor"}),P(fs,"descriptors",{_scriptable:!0,_indexable:e=>e!=="borderDash"});function Ju(n,t,e=t){n.lineCap=st(e.borderCapStyle,t.borderCapStyle),n.setLineDash(st(e.borderDash,t.borderDash)),n.lineDashOffset=st(e.borderDashOffset,t.borderDashOffset),n.lineJoin=st(e.borderJoinStyle,t.borderJoinStyle),n.lineWidth=st(e.borderWidth,t.borderWidth),n.strokeStyle=st(e.borderColor,t.borderColor)}function ub(n,t,e){n.lineTo(e.x,e.y)}function db(n){return n.stepped?Lg:n.tension||n.cubicInterpolationMode==="monotone"?Ng:ub}function td(n,t,e={}){const i=n.length,{start:s=0,end:r=i-1}=e,{start:a,end:o}=t,l=Math.max(s,a),c=Math.min(r,o),u=s<a&&r<a||s>o&&r>o;return{count:i,start:l,loop:t.loop,ilen:c<l&&!u?i+c-l:c-l}}function hb(n,t,e,i){const{points:s,options:r}=t,{count:a,start:o,loop:l,ilen:c}=td(s,e,i),u=db(r);let{move:h=!0,reverse:f}=i||{},m,g,_;for(m=0;m<=c;++m)g=s[(o+(f?c-m:m))%a],!g.skip&&(h?(n.moveTo(g.x,g.y),h=!1):u(n,_,g,f,r.stepped),_=g);return l&&(g=s[(o+(f?c:0))%a],u(n,_,g,f,r.stepped)),!!l}function fb(n,t,e,i){const s=t.points,{count:r,start:a,ilen:o}=td(s,e,i),{move:l=!0,reverse:c}=i||{};let u=0,h=0,f,m,g,_,x,v;const S=C=>(a+(c?o-C:C))%r,k=()=>{_!==x&&(n.lineTo(u,x),n.lineTo(u,_),n.lineTo(u,v))};for(l&&(m=s[S(0)],n.moveTo(m.x,m.y)),f=0;f<=o;++f){if(m=s[S(f)],m.skip)continue;const C=m.x,A=m.y,O=C|0;O===g?(A<_?_=A:A>x&&(x=A),u=(h*u+C)/++h):(k(),n.lineTo(C,A),g=O,h=0,_=x=A),v=A}k()}function lo(n){const t=n.options,e=t.borderDash&&t.borderDash.length;return!n._decimated&&!n._loop&&!t.tension&&t.cubicInterpolationMode!=="monotone"&&!t.stepped&&!e?fb:hb}function mb(n){return n.stepped?mp:n.tension||n.cubicInterpolationMode==="monotone"?gp:$n}function gb(n,t,e,i){let s=t._path;s||(s=t._path=new Path2D,t.path(s,e,i)&&s.closePath()),Ju(n,t.options),n.stroke(s)}function pb(n,t,e,i){const{segments:s,options:r}=t,a=lo(t);for(const o of s)Ju(n,r,o.style),n.beginPath(),a(n,t,o,{start:e,end:e+i-1})&&n.closePath(),n.stroke()}const yb=typeof Path2D=="function";function bb(n,t,e,i){yb&&!t.options.segment?gb(n,t,e,i):pb(n,t,e,i)}class kn extends Zt{constructor(t){super(),this.animated=!0,this.options=void 0,this._chart=void 0,this._loop=void 0,this._fullLoop=void 0,this._path=void 0,this._points=void 0,this._segments=void 0,this._decimated=!1,this._pointsUpdated=!1,this._datasetIndex=void 0,t&&Object.assign(this,t)}updateControlPoints(t,e){const i=this.options;if((i.tension||i.cubicInterpolationMode==="monotone")&&!i.stepped&&!this._pointsUpdated){const s=i.spanGaps?this._loop:this._fullLoop;ap(this._points,i,t,s,e),this._pointsUpdated=!0}}set points(t){this._points=t,delete this._segments,delete this._path,this._pointsUpdated=!1}get points(){return this._points}get segments(){return this._segments||(this._segments=wp(this,this.options.segment))}first(){const t=this.segments,e=this.points;return t.length&&e[t[0].start]}last(){const t=this.segments,e=this.points,i=t.length;return i&&e[t[i-1].end]}interpolate(t,e){const i=this.options,s=t[e],r=this.points,a=cu(this,{property:e,start:s,end:s});if(!a.length)return;const o=[],l=mb(i);let c,u;for(c=0,u=a.length;c<u;++c){const{start:h,end:f}=a[c],m=r[h],g=r[f];if(m===g){o.push(m);continue}const _=Math.abs((s-m[e])/(g[e]-m[e])),x=l(m,g,_,i.stepped);x[e]=t[e],o.push(x)}return o.length===1?o[0]:o}pathSegment(t,e,i){return lo(this)(t,this,e,i)}path(t,e,i){const s=this.segments,r=lo(this);let a=this._loop;e=e||0,i=i||this.points.length-e;for(const o of s)a&=r(t,this,o,{start:e,end:e+i-1});return!!a}draw(t,e,i,s){const r=this.options||{};(this.points||[]).length&&r.borderWidth&&(t.save(),bb(t,this,i,s),t.restore()),this.animated&&(this._pointsUpdated=!1,this._path=void 0)}}P(kn,"id","line"),P(kn,"defaults",{borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderWidth:3,capBezierPoints:!0,cubicInterpolationMode:"default",fill:!1,spanGaps:!1,stepped:!1,tension:0}),P(kn,"defaultRoutes",{backgroundColor:"backgroundColor",borderColor:"borderColor"}),P(kn,"descriptors",{_scriptable:!0,_indexable:t=>t!=="borderDash"&&t!=="fill"});function ed(n,t,e,i){const s=n.options,{[e]:r}=n.getProps([e],i);return Math.abs(t-r)<s.radius+s.hitRadius}class Tr extends Zt{constructor(e){super();P(this,"parsed");P(this,"skip");P(this,"stop");this.options=void 0,this.parsed=void 0,this.skip=void 0,this.stop=void 0,e&&Object.assign(this,e)}inRange(e,i,s){const r=this.options,{x:a,y:o}=this.getProps(["x","y"],s);return Math.pow(e-a,2)+Math.pow(i-o,2)<Math.pow(r.hitRadius+r.radius,2)}inXRange(e,i){return ed(this,e,"x",i)}inYRange(e,i){return ed(this,e,"y",i)}getCenterPoint(e){const{x:i,y:s}=this.getProps(["x","y"],e);return{x:i,y:s}}size(e){e=e||this.options||{};let i=e.radius||0;i=Math.max(i,i&&e.hoverRadius||0);const s=i&&e.borderWidth||0;return(i+s)*2}draw(e,i){const s=this.options;this.skip||s.radius<.1||!tn(this,i,this.size(s)/2)||(e.strokeStyle=s.borderColor,e.lineWidth=s.borderWidth,e.fillStyle=s.backgroundColor,Ya(e,s,this.x,this.y))}getRange(){const e=this.options||{};return e.radius+e.hitRadius}}P(Tr,"id","point"),P(Tr,"defaults",{borderWidth:1,hitRadius:1,hoverBorderWidth:1,hoverRadius:4,pointStyle:"circle",radius:3,rotation:0}),P(Tr,"defaultRoutes",{backgroundColor:"backgroundColor",borderColor:"borderColor"});function nd(n,t){const{x:e,y:i,base:s,width:r,height:a}=n.getProps(["x","y","base","width","height"],t);let o,l,c,u,h;return n.horizontal?(h=a/2,o=Math.min(e,s),l=Math.max(e,s),c=i-h,u=i+h):(h=r/2,o=e-h,l=e+h,c=Math.min(i,s),u=Math.max(i,s)),{left:o,top:c,right:l,bottom:u}}function Dn(n,t,e,i){return n?0:Kt(t,e,i)}function _b(n,t,e){const i=n.options.borderWidth,s=n.borderSkipped,r=qc(i);return{t:Dn(s.top,r.top,0,e),r:Dn(s.right,r.right,0,t),b:Dn(s.bottom,r.bottom,0,e),l:Dn(s.left,r.left,0,t)}}function xb(n,t,e){const{enableBorderRadius:i}=n.getProps(["enableBorderRadius"]),s=n.options.borderRadius,r=vn(s),a=Math.min(t,e),o=n.borderSkipped,l=i||ft(s);return{topLeft:Dn(!l||o.top||o.left,r.topLeft,0,a),topRight:Dn(!l||o.top||o.right,r.topRight,0,a),bottomLeft:Dn(!l||o.bottom||o.left,r.bottomLeft,0,a),bottomRight:Dn(!l||o.bottom||o.right,r.bottomRight,0,a)}}function wb(n){const t=nd(n),e=t.right-t.left,i=t.bottom-t.top,s=_b(n,e/2,i/2),r=xb(n,e/2,i/2);return{outer:{x:t.left,y:t.top,w:e,h:i,radius:r},inner:{x:t.left+s.l,y:t.top+s.t,w:e-s.l-s.r,h:i-s.t-s.b,radius:{topLeft:Math.max(0,r.topLeft-Math.max(s.t,s.l)),topRight:Math.max(0,r.topRight-Math.max(s.t,s.r)),bottomLeft:Math.max(0,r.bottomLeft-Math.max(s.b,s.l)),bottomRight:Math.max(0,r.bottomRight-Math.max(s.b,s.r))}}}}function co(n,t,e,i){const s=t===null,r=e===null,o=n&&!(s&&r)&&nd(n,i);return o&&(s||Qe(t,o.left,o.right))&&(r||Qe(e,o.top,o.bottom))}function vb(n){return n.topLeft||n.topRight||n.bottomLeft||n.bottomRight}function Mb(n,t){n.rect(t.x,t.y,t.w,t.h)}function uo(n,t,e={}){const i=n.x!==e.x?-t:0,s=n.y!==e.y?-t:0,r=(n.x+n.w!==e.x+e.w?t:0)-i,a=(n.y+n.h!==e.y+e.h?t:0)-s;return{x:n.x+i,y:n.y+s,w:n.w+r,h:n.h+a,radius:n.radius}}class Cr extends Zt{constructor(t){super(),this.options=void 0,this.horizontal=void 0,this.base=void 0,this.width=void 0,this.height=void 0,this.inflateAmount=void 0,t&&Object.assign(this,t)}draw(t){const{inflateAmount:e,options:{borderColor:i,backgroundColor:s}}=this,{inner:r,outer:a}=wb(this),o=vb(a.radius)?mi:Mb;t.save(),(a.w!==r.w||a.h!==r.h)&&(t.beginPath(),o(t,uo(a,e,r)),t.clip(),o(t,uo(r,-e,a)),t.fillStyle=i,t.fill("evenodd")),t.beginPath(),o(t,uo(r,e)),t.fillStyle=s,t.fill(),t.restore()}inRange(t,e,i){return co(this,t,e,i)}inXRange(t,e){return co(this,t,null,e)}inYRange(t,e){return co(this,null,t,e)}getCenterPoint(t){const{x:e,y:i,base:s,horizontal:r}=this.getProps(["x","y","base","horizontal"],t);return{x:r?(e+s)/2:e,y:r?i:(i+s)/2}}getRange(t){return t==="x"?this.width/2:this.height/2}}P(Cr,"id","bar"),P(Cr,"defaults",{borderSkipped:"start",borderWidth:0,borderRadius:0,inflateAmount:"auto",pointStyle:void 0}),P(Cr,"defaultRoutes",{backgroundColor:"backgroundColor",borderColor:"borderColor"});var Sb=Object.freeze({__proto__:null,ArcElement:fs,BarElement:Cr,LineElement:kn,PointElement:Tr});const ho=["rgb(54, 162, 235)","rgb(255, 99, 132)","rgb(255, 159, 64)","rgb(255, 205, 86)","rgb(75, 192, 192)","rgb(153, 102, 255)","rgb(201, 203, 207)"],id=ho.map(n=>n.replace("rgb(","rgba(").replace(")",", 0.5)"));function sd(n){return ho[n%ho.length]}function rd(n){return id[n%id.length]}function kb(n,t){return n.borderColor=sd(t),n.backgroundColor=rd(t),++t}function Db(n,t){return n.backgroundColor=n.data.map(()=>sd(t++)),t}function Tb(n,t){return n.backgroundColor=n.data.map(()=>rd(t++)),t}function Cb(n){let t=0;return(e,i)=>{const s=n.getDatasetMeta(i).controller;s instanceof nn?t=Db(e,t):s instanceof rs?t=Tb(e,t):s&&(t=kb(e,t))}}function ad(n){let t;for(t in n)if(n[t].borderColor||n[t].backgroundColor)return!0;return!1}function Eb(n){return n&&(n.borderColor||n.backgroundColor)}function Ob(){return Pt.borderColor!=="rgba(0,0,0,0.1)"||Pt.backgroundColor!=="rgba(0,0,0,0.1)"}var Pb={id:"colors",defaults:{enabled:!0,forceOverride:!1},beforeLayout(n,t,e){if(!e.enabled)return;const{data:{datasets:i},options:s}=n.config,{elements:r}=s,a=ad(i)||Eb(s)||r&&ad(r)||Ob();if(!e.forceOverride&&a)return;const o=Cb(n);i.forEach(o)}};function Ab(n,t,e,i,s){const r=s.samples||i;if(r>=e)return n.slice(t,t+e);const a=[],o=(e-2)/(r-2);let l=0;const c=t+e-1;let u=t,h,f,m,g,_;for(a[l++]=n[u],h=0;h<r-2;h++){let x=0,v=0,S;const k=Math.floor((h+1)*o)+1+t,C=Math.min(Math.floor((h+2)*o)+1,e)+t,A=C-k;for(S=k;S<C;S++)x+=n[S].x,v+=n[S].y;x/=A,v/=A;const O=Math.floor(h*o)+1+t,T=Math.min(Math.floor((h+1)*o)+1,e)+t,{x:p,y:b}=n[u];for(m=g=-1,S=O;S<T;S++)g=.5*Math.abs((p-x)*(n[S].y-b)-(p-n[S].x)*(v-b)),g>m&&(m=g,f=n[S],_=S);a[l++]=f,u=_}return a[l++]=n[c],a}function Rb(n,t,e,i){let s=0,r=0,a,o,l,c,u,h,f,m,g,_;const x=[],v=t+e-1,S=n[t].x,C=n[v].x-S;for(a=t;a<t+e;++a){o=n[a],l=(o.x-S)/C*i,c=o.y;const A=l|0;if(A===u)c<g?(g=c,h=a):c>_&&(_=c,f=a),s=(r*s+o.x)/++r;else{const O=a-1;if(!it(h)&&!it(f)){const T=Math.min(h,f),p=Math.max(h,f);T!==m&&T!==O&&x.push({...n[T],x:s}),p!==m&&p!==O&&x.push({...n[p],x:s})}a>0&&O!==m&&x.push(n[O]),x.push(o),u=A,r=0,g=_=c,h=f=m=a}}return x}function od(n){if(n._decimated){const t=n._data;delete n._decimated,delete n._data,Object.defineProperty(n,"data",{configurable:!0,enumerable:!0,writable:!0,value:t})}}function ld(n){n.data.datasets.forEach(t=>{od(t)})}function Ib(n,t){const e=t.length;let i=0,s;const{iScale:r}=n,{min:a,max:o,minDefined:l,maxDefined:c}=r.getUserBounds();return l&&(i=Kt(Je(t,r.axis,a).lo,0,e-1)),c?s=Kt(Je(t,r.axis,o).hi+1,i,e)-i:s=e-i,{start:i,count:s}}var Lb={id:"decimation",defaults:{algorithm:"min-max",enabled:!1},beforeElementsUpdate:(n,t,e)=>{if(!e.enabled){ld(n);return}const i=n.width;n.data.datasets.forEach((s,r)=>{const{_data:a,indexAxis:o}=s,l=n.getDatasetMeta(r),c=a||s.data;if(es([o,n.options.indexAxis])==="y"||!l.controller.supportsDecimation)return;const u=n.scales[l.xAxisID];if(u.type!=="linear"&&u.type!=="time"||n.options.parsing)return;let{start:h,count:f}=Ib(l,c);const m=e.threshold||4*i;if(f<=m){od(s);return}it(a)&&(s._data=c,delete s.data,Object.defineProperty(s,"data",{configurable:!0,enumerable:!0,get:function(){return this._decimated},set:function(_){this._data=_}}));let g;switch(e.algorithm){case"lttb":g=Ab(c,h,f,i,e);break;case"min-max":g=Rb(c,h,f,i);break;default:throw new Error(`Unsupported decimation algorithm '${e.algorithm}'`)}s._decimated=g})},destroy(n){ld(n)}};function Nb(n,t,e){const i=n.segments,s=n.points,r=t.points,a=[];for(const o of i){let{start:l,end:c}=o;c=Er(l,c,s);const u=fo(e,s[l],s[c],o.loop);if(!t.segments){a.push({source:o,target:u,start:s[l],end:s[c]});continue}const h=cu(t,u);for(const f of h){const m=fo(e,r[f.start],r[f.end],f.loop),g=lu(o,s,m);for(const _ of g)a.push({source:_,target:f,start:{[e]:cd(u,m,"start",Math.max)},end:{[e]:cd(u,m,"end",Math.min)}})}}return a}function fo(n,t,e,i){if(i)return;let s=t[n],r=e[n];return n==="angle"&&(s=ie(s),r=ie(r)),{property:n,start:s,end:r}}function Fb(n,t){const{x:e=null,y:i=null}=n||{},s=t.points,r=[];return t.segments.forEach(({start:a,end:o})=>{o=Er(a,o,s);const l=s[a],c=s[o];i!==null?(r.push({x:l.x,y:i}),r.push({x:c.x,y:i})):e!==null&&(r.push({x:e,y:l.y}),r.push({x:e,y:c.y}))}),r}function Er(n,t,e){for(;t>n;t--){const i=e[t];if(!isNaN(i.x)&&!isNaN(i.y))break}return t}function cd(n,t,e,i){return n&&t?i(n[e],t[e]):n?n[e]:t?t[e]:0}function ud(n,t){let e=[],i=!1;return wt(n)?(i=!0,e=n):e=Fb(n,t),e.length?new kn({points:e,options:{tension:0},_loop:i,_fullLoop:i}):null}function dd(n){return n&&n.fill!==!1}function Bb(n,t,e){let s=n[t].fill;const r=[t];let a;if(!e)return s;for(;s!==!1&&r.indexOf(s)===-1;){if(!At(s))return s;if(a=n[s],!a)return!1;if(a.visible)return s;r.push(s),s=a.fill}return!1}function zb(n,t,e){const i=Vb(n);if(ft(i))return isNaN(i.value)?!1:i;let s=parseFloat(i);return At(s)&&Math.floor(s)===s?Hb(i[0],t,s,e):["origin","start","end","stack","shape"].indexOf(i)>=0&&i}function Hb(n,t,e,i){return(n==="-"||n==="+")&&(e=t+e),e===t||e<0||e>=i?!1:e}function Wb(n,t){let e=null;return n==="start"?e=t.bottom:n==="end"?e=t.top:ft(n)?e=t.getPixelForValue(n.value):t.getBasePixel&&(e=t.getBasePixel()),e}function Yb(n,t,e){let i;return n==="start"?i=e:n==="end"?i=t.options.reverse?t.min:t.max:ft(n)?i=n.value:i=t.getBaseValue(),i}function Vb(n){const t=n.options,e=t.fill;let i=st(e&&e.target,e);return i===void 0&&(i=!!t.backgroundColor),i===!1||i===null?!1:i===!0?"origin":i}function $b(n){const{scale:t,index:e,line:i}=n,s=[],r=i.segments,a=i.points,o=jb(t,e);o.push(ud({x:null,y:t.bottom},i));for(let l=0;l<r.length;l++){const c=r[l];for(let u=c.start;u<=c.end;u++)Ub(s,a[u],o)}return new kn({points:s,options:{}})}function jb(n,t){const e=[],i=n.getMatchingVisibleMetas("line");for(let s=0;s<i.length;s++){const r=i[s];if(r.index===t)break;r.hidden||e.unshift(r.dataset)}return e}function Ub(n,t,e){const i=[];for(let s=0;s<e.length;s++){const r=e[s],{first:a,last:o,point:l}=qb(r,t,"x");if(!(!l||a&&o)){if(a)i.unshift(l);else if(n.push(l),!o)break}}n.push(...i)}function qb(n,t,e){const i=n.interpolate(t,e);if(!i)return{};const s=i[e],r=n.segments,a=n.points;let o=!1,l=!1;for(let c=0;c<r.length;c++){const u=r[c],h=a[u.start][e],f=a[u.end][e];if(Qe(s,h,f)){o=s===h,l=s===f;break}}return{first:o,last:l,point:i}}class hd{constructor(t){this.x=t.x,this.y=t.y,this.radius=t.radius}pathSegment(t,e,i){const{x:s,y:r,radius:a}=this;return e=e||{start:0,end:Ct},t.arc(s,r,a,e.end,e.start,!0),!i.bounds}interpolate(t){const{x:e,y:i,radius:s}=this,r=t.angle;return{x:e+Math.cos(r)*s,y:i+Math.sin(r)*s,angle:r}}}function Xb(n){const{chart:t,fill:e,line:i}=n;if(At(e))return Gb(t,e);if(e==="stack")return $b(n);if(e==="shape")return!0;const s=Kb(n);return s instanceof hd?s:ud(s,i)}function Gb(n,t){const e=n.getDatasetMeta(t);return e&&n.isDatasetVisible(t)?e.dataset:null}function Kb(n){return(n.scale||{}).getPointPositionForValue?Qb(n):Zb(n)}function Zb(n){const{scale:t={},fill:e}=n,i=Wb(e,t);if(At(i)){const s=t.isHorizontal();return{x:s?i:null,y:s?null:i}}return null}function Qb(n){const{scale:t,fill:e}=n,i=t.options,s=t.getLabels().length,r=i.reverse?t.max:t.min,a=Yb(e,t,r),o=[];if(i.grid.circular){const l=t.getPointPositionForValue(0,r);return new hd({x:l.x,y:l.y,radius:t.getDistanceFromCenterForValue(a)})}for(let l=0;l<s;++l)o.push(t.getPointPositionForValue(l,a));return o}function mo(n,t,e){const i=Xb(t),{chart:s,index:r,line:a,scale:o,axis:l}=t,c=a.options,u=c.fill,h=c.backgroundColor,{above:f=h,below:m=h}=u||{},g=s.getDatasetMeta(r),_=hu(s,g);i&&a.points.length&&(Ji(n,e),Jb(n,{line:a,target:i,above:f,below:m,area:e,scale:o,axis:l,clip:_}),ts(n))}function Jb(n,t){const{line:e,target:i,above:s,below:r,area:a,scale:o,clip:l}=t,c=e._loop?"angle":t.axis;n.save();let u=r;r!==s&&(c==="x"?(fd(n,i,a.top),go(n,{line:e,target:i,color:s,scale:o,property:c,clip:l}),n.restore(),n.save(),fd(n,i,a.bottom)):c==="y"&&(md(n,i,a.left),go(n,{line:e,target:i,color:r,scale:o,property:c,clip:l}),n.restore(),n.save(),md(n,i,a.right),u=s)),go(n,{line:e,target:i,color:u,scale:o,property:c,clip:l}),n.restore()}function fd(n,t,e){const{segments:i,points:s}=t;let r=!0,a=!1;n.beginPath();for(const o of i){const{start:l,end:c}=o,u=s[l],h=s[Er(l,c,s)];r?(n.moveTo(u.x,u.y),r=!1):(n.lineTo(u.x,e),n.lineTo(u.x,u.y)),a=!!t.pathSegment(n,o,{move:a}),a?n.closePath():n.lineTo(h.x,e)}n.lineTo(t.first().x,e),n.closePath(),n.clip()}function md(n,t,e){const{segments:i,points:s}=t;let r=!0,a=!1;n.beginPath();for(const o of i){const{start:l,end:c}=o,u=s[l],h=s[Er(l,c,s)];r?(n.moveTo(u.x,u.y),r=!1):(n.lineTo(e,u.y),n.lineTo(u.x,u.y)),a=!!t.pathSegment(n,o,{move:a}),a?n.closePath():n.lineTo(e,h.y)}n.lineTo(e,t.first().y),n.closePath(),n.clip()}function go(n,t){const{line:e,target:i,property:s,color:r,scale:a,clip:o}=t,l=Nb(e,i,s);for(const{source:c,target:u,start:h,end:f}of l){const{style:{backgroundColor:m=r}={}}=c,g=i!==!0;n.save(),n.fillStyle=m,t0(n,a,o,g&&fo(s,h,f)),n.beginPath();const _=!!e.pathSegment(n,c);let x;if(g){_?n.closePath():gd(n,i,f,s);const v=!!i.pathSegment(n,u,{move:_,reverse:!0});x=_&&v,x||gd(n,i,h,s)}n.closePath(),n.fill(x?"evenodd":"nonzero"),n.restore()}}function t0(n,t,e,i){const s=t.chart.chartArea,{property:r,start:a,end:o}=i||{};if(r==="x"||r==="y"){let l,c,u,h;r==="x"?(l=a,c=s.top,u=o,h=s.bottom):(l=s.left,c=a,u=s.right,h=o),n.beginPath(),e&&(l=Math.max(l,e.left),u=Math.min(u,e.right),c=Math.max(c,e.top),h=Math.min(h,e.bottom)),n.rect(l,c,u-l,h-c),n.clip()}}function gd(n,t,e,i){const s=t.interpolate(e,i);s&&n.lineTo(s.x,s.y)}var e0={id:"filler",afterDatasetsUpdate(n,t,e){const i=(n.data.datasets||[]).length,s=[];let r,a,o,l;for(a=0;a<i;++a)r=n.getDatasetMeta(a),o=r.dataset,l=null,o&&o.options&&o instanceof kn&&(l={visible:n.isDatasetVisible(a),index:a,fill:zb(o,a,i),chart:n,axis:r.controller.options.indexAxis,scale:r.vScale,line:o}),r.$filler=l,s.push(l);for(a=0;a<i;++a)l=s[a],!(!l||l.fill===!1)&&(l.fill=Bb(s,a,e.propagate))},beforeDraw(n,t,e){const i=e.drawTime==="beforeDraw",s=n.getSortedVisibleDatasetMetas(),r=n.chartArea;for(let a=s.length-1;a>=0;--a){const o=s[a].$filler;o&&(o.line.updateControlPoints(r,o.axis),i&&o.fill&&mo(n.ctx,o,r))}},beforeDatasetsDraw(n,t,e){if(e.drawTime!=="beforeDatasetsDraw")return;const i=n.getSortedVisibleDatasetMetas();for(let s=i.length-1;s>=0;--s){const r=i[s].$filler;dd(r)&&mo(n.ctx,r,n.chartArea)}},beforeDatasetDraw(n,t,e){const i=t.meta.$filler;!dd(i)||e.drawTime!=="beforeDatasetDraw"||mo(n.ctx,i,n.chartArea)},defaults:{propagate:!0,drawTime:"beforeDatasetDraw"}};const pd=(n,t)=>{let{boxHeight:e=t,boxWidth:i=t}=n;return n.usePointStyle&&(e=Math.min(e,t),i=n.pointStyleWidth||Math.min(i,t)),{boxWidth:i,boxHeight:e,itemHeight:Math.max(t,e)}},n0=(n,t)=>n!==null&&t!==null&&n.datasetIndex===t.datasetIndex&&n.index===t.index;class yd extends Zt{constructor(t){super(),this._added=!1,this.legendHitBoxes=[],this._hoveredItem=null,this.doughnutMode=!1,this.chart=t.chart,this.options=t.options,this.ctx=t.ctx,this.legendItems=void 0,this.columnSizes=void 0,this.lineWidths=void 0,this.maxHeight=void 0,this.maxWidth=void 0,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.height=void 0,this.width=void 0,this._margins=void 0,this.position=void 0,this.weight=void 0,this.fullSize=void 0}update(t,e,i){this.maxWidth=t,this.maxHeight=e,this._margins=i,this.setDimensions(),this.buildLabels(),this.fit()}setDimensions(){this.isHorizontal()?(this.width=this.maxWidth,this.left=this._margins.left,this.right=this.width):(this.height=this.maxHeight,this.top=this._margins.top,this.bottom=this.height)}buildLabels(){const t=this.options.labels||{};let e=St(t.generateLabels,[this.chart],this)||[];t.filter&&(e=e.filter(i=>t.filter(i,this.chart.data))),t.sort&&(e=e.sort((i,s)=>t.sort(i,s,this.chart.data))),this.options.reverse&&e.reverse(),this.legendItems=e}fit(){const{options:t,ctx:e}=this;if(!t.display){this.width=this.height=0;return}const i=t.labels,s=Rt(i.font),r=s.size,a=this._computeTitleHeight(),{boxWidth:o,itemHeight:l}=pd(i,r);let c,u;e.font=s.string,this.isHorizontal()?(c=this.maxWidth,u=this._fitRows(a,r,o,l)+10):(u=this.maxHeight,c=this._fitCols(a,s,o,l)+10),this.width=Math.min(c,t.maxWidth||this.maxWidth),this.height=Math.min(u,t.maxHeight||this.maxHeight)}_fitRows(t,e,i,s){const{ctx:r,maxWidth:a,options:{labels:{padding:o}}}=this,l=this.legendHitBoxes=[],c=this.lineWidths=[0],u=s+o;let h=t;r.textAlign="left",r.textBaseline="middle";let f=-1,m=-u;return this.legendItems.forEach((g,_)=>{const x=i+e/2+r.measureText(g.text).width;(_===0||c[c.length-1]+x+2*o>a)&&(h+=u,c[c.length-(_>0?0:1)]=0,m+=u,f++),l[_]={left:0,top:m,row:f,width:x,height:s},c[c.length-1]+=x+o}),h}_fitCols(t,e,i,s){const{ctx:r,maxHeight:a,options:{labels:{padding:o}}}=this,l=this.legendHitBoxes=[],c=this.columnSizes=[],u=a-t;let h=o,f=0,m=0,g=0,_=0;return this.legendItems.forEach((x,v)=>{const{itemWidth:S,itemHeight:k}=i0(i,e,r,x,s);v>0&&m+k+2*o>u&&(h+=f+o,c.push({width:f,height:m}),g+=f+o,_++,f=m=0),l[v]={left:g,top:m,col:_,width:S,height:k},f=Math.max(f,S),m+=k+o}),h+=f,c.push({width:f,height:m}),h}adjustHitBoxes(){if(!this.options.display)return;const t=this._computeTitleHeight(),{legendHitBoxes:e,options:{align:i,labels:{padding:s},rtl:r}}=this,a=yi(r,this.left,this.width);if(this.isHorizontal()){let o=0,l=se(i,this.left+s,this.right-this.lineWidths[o]);for(const c of e)o!==c.row&&(o=c.row,l=se(i,this.left+s,this.right-this.lineWidths[o])),c.top+=this.top+t+s,c.left=a.leftForLtr(a.x(l),c.width),l+=c.width+s}else{let o=0,l=se(i,this.top+t+s,this.bottom-this.columnSizes[o].height);for(const c of e)c.col!==o&&(o=c.col,l=se(i,this.top+t+s,this.bottom-this.columnSizes[o].height)),c.top=l,c.left+=this.left+s,c.left=a.leftForLtr(a.x(c.left),c.width),l+=c.height+s}}isHorizontal(){return this.options.position==="top"||this.options.position==="bottom"}draw(){if(this.options.display){const t=this.ctx;Ji(t,this),this._draw(),ts(t)}}_draw(){const{options:t,columnSizes:e,lineWidths:i,ctx:s}=this,{align:r,labels:a}=t,o=Pt.color,l=yi(t.rtl,this.left,this.width),c=Rt(a.font),{padding:u}=a,h=c.size,f=h/2;let m;this.drawTitle(),s.textAlign=l.textAlign("left"),s.textBaseline="middle",s.lineWidth=.5,s.font=c.string;const{boxWidth:g,boxHeight:_,itemHeight:x}=pd(a,h),v=function(O,T,p){if(isNaN(g)||g<=0||isNaN(_)||_<0)return;s.save();const b=st(p.lineWidth,1);if(s.fillStyle=st(p.fillStyle,o),s.lineCap=st(p.lineCap,"butt"),s.lineDashOffset=st(p.lineDashOffset,0),s.lineJoin=st(p.lineJoin,"miter"),s.lineWidth=b,s.strokeStyle=st(p.strokeStyle,o),s.setLineDash(st(p.lineDash,[])),a.usePointStyle){const M={radius:_*Math.SQRT2/2,pointStyle:p.pointStyle,rotation:p.rotation,borderWidth:b},E=l.xPlus(O,g/2),R=T+f;Uc(s,M,E,R,a.pointStyleWidth&&g)}else{const M=T+Math.max((h-_)/2,0),E=l.leftForLtr(O,g),R=vn(p.borderRadius);s.beginPath(),Object.values(R).some(I=>I!==0)?mi(s,{x:E,y:M,w:g,h:_,radius:R}):s.rect(E,M,g,_),s.fill(),b!==0&&s.stroke()}s.restore()},S=function(O,T,p){Yn(s,p.text,O,T+x/2,c,{strikethrough:p.hidden,textAlign:l.textAlign(p.textAlign)})},k=this.isHorizontal(),C=this._computeTitleHeight();k?m={x:se(r,this.left+u,this.right-i[0]),y:this.top+u+C,line:0}:m={x:this.left+u,y:se(r,this.top+C+u,this.bottom-e[0].height),line:0},su(this.ctx,t.textDirection);const A=x+u;this.legendItems.forEach((O,T)=>{s.strokeStyle=O.fontColor,s.fillStyle=O.fontColor;const p=s.measureText(O.text).width,b=l.textAlign(O.textAlign||(O.textAlign=a.textAlign)),M=g+f+p;let E=m.x,R=m.y;l.setWidth(this.width),k?T>0&&E+M+u>this.right&&(R=m.y+=A,m.line++,E=m.x=se(r,this.left+u,this.right-i[m.line])):T>0&&R+A>this.bottom&&(E=m.x=E+e[m.line].width+u,m.line++,R=m.y=se(r,this.top+C+u,this.bottom-e[m.line].height));const I=l.x(E);if(v(I,R,O),E=Sg(b,E+g+f,k?E+M:this.right,t.rtl),S(l.x(E),R,O),k)m.x+=M+u;else if(typeof O.text!="string"){const B=c.lineHeight;m.y+=bd(O,B)+u}else m.y+=A}),ru(this.ctx,t.textDirection)}drawTitle(){const t=this.options,e=t.title,i=Rt(e.font),s=$t(e.padding);if(!e.display)return;const r=yi(t.rtl,this.left,this.width),a=this.ctx,o=e.position,l=i.size/2,c=s.top+l;let u,h=this.left,f=this.width;if(this.isHorizontal())f=Math.max(...this.lineWidths),u=this.top+c,h=se(t.align,h,this.right-f);else{const g=this.columnSizes.reduce((_,x)=>Math.max(_,x.height),0);u=c+se(t.align,this.top,this.bottom-g-t.labels.padding-this._computeTitleHeight())}const m=se(o,h,h+f);a.textAlign=r.textAlign(Fa(o)),a.textBaseline="middle",a.strokeStyle=e.color,a.fillStyle=e.color,a.font=i.string,Yn(a,e.text,m,u,i)}_computeTitleHeight(){const t=this.options.title,e=Rt(t.font),i=$t(t.padding);return t.display?e.lineHeight+i.height:0}_getLegendItemAt(t,e){let i,s,r;if(Qe(t,this.left,this.right)&&Qe(e,this.top,this.bottom)){for(r=this.legendHitBoxes,i=0;i<r.length;++i)if(s=r[i],Qe(t,s.left,s.left+s.width)&&Qe(e,s.top,s.top+s.height))return this.legendItems[i]}return null}handleEvent(t){const e=this.options;if(!a0(t.type,e))return;const i=this._getLegendItemAt(t.x,t.y);if(t.type==="mousemove"||t.type==="mouseout"){const s=this._hoveredItem,r=n0(s,i);s&&!r&&St(e.onLeave,[t,s,this],this),this._hoveredItem=i,i&&!r&&St(e.onHover,[t,i,this],this)}else i&&St(e.onClick,[t,i,this],this)}}function i0(n,t,e,i,s){const r=s0(i,n,t,e),a=r0(s,i,t.lineHeight);return{itemWidth:r,itemHeight:a}}function s0(n,t,e,i){let s=n.text;return s&&typeof s!="string"&&(s=s.reduce((r,a)=>r.length>a.length?r:a)),t+e.size/2+i.measureText(s).width}function r0(n,t,e){let i=n;return typeof t.text!="string"&&(i=bd(t,e)),i}function bd(n,t){const e=n.text?n.text.length:0;return t*e}function a0(n,t){return!!((n==="mousemove"||n==="mouseout")&&(t.onHover||t.onLeave)||t.onClick&&(n==="click"||n==="mouseup"))}var o0={id:"legend",_element:yd,start(n,t,e){const i=n.legend=new yd({ctx:n.ctx,options:e,chart:n});re.configure(n,i,e),re.addBox(n,i)},stop(n){re.removeBox(n,n.legend),delete n.legend},beforeUpdate(n,t,e){const i=n.legend;re.configure(n,i,e),i.options=e},afterUpdate(n){const t=n.legend;t.buildLabels(),t.adjustHitBoxes()},afterEvent(n,t){t.replay||n.legend.handleEvent(t.event)},defaults:{display:!0,position:"top",align:"center",fullSize:!0,reverse:!1,weight:1e3,onClick(n,t,e){const i=t.datasetIndex,s=e.chart;s.isDatasetVisible(i)?(s.hide(i),t.hidden=!0):(s.show(i),t.hidden=!1)},onHover:null,onLeave:null,labels:{color:n=>n.chart.options.color,boxWidth:40,padding:10,generateLabels(n){const t=n.data.datasets,{labels:{usePointStyle:e,pointStyle:i,textAlign:s,color:r,useBorderRadius:a,borderRadius:o}}=n.legend.options;return n._getSortedDatasetMetas().map(l=>{const c=l.controller.getStyle(e?0:void 0),u=$t(c.borderWidth);return{text:t[l.index].label,fillStyle:c.backgroundColor,fontColor:r,hidden:!l.visible,lineCap:c.borderCapStyle,lineDash:c.borderDash,lineDashOffset:c.borderDashOffset,lineJoin:c.borderJoinStyle,lineWidth:(u.width+u.height)/4,strokeStyle:c.borderColor,pointStyle:i||c.pointStyle,rotation:c.rotation,textAlign:s||c.textAlign,borderRadius:a&&(o||c.borderRadius),datasetIndex:l.index}},this)}},title:{color:n=>n.chart.options.color,display:!1,position:"center",text:""}},descriptors:{_scriptable:n=>!n.startsWith("on"),labels:{_scriptable:n=>!["generateLabels","filter","sort"].includes(n)}}};class po extends Zt{constructor(t){super(),this.chart=t.chart,this.options=t.options,this.ctx=t.ctx,this._padding=void 0,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this.position=void 0,this.weight=void 0,this.fullSize=void 0}update(t,e){const i=this.options;if(this.left=0,this.top=0,!i.display){this.width=this.height=this.right=this.bottom=0;return}this.width=this.right=t,this.height=this.bottom=e;const s=wt(i.text)?i.text.length:1;this._padding=$t(i.padding);const r=s*Rt(i.font).lineHeight+this._padding.height;this.isHorizontal()?this.height=r:this.width=r}isHorizontal(){const t=this.options.position;return t==="top"||t==="bottom"}_drawArgs(t){const{top:e,left:i,bottom:s,right:r,options:a}=this,o=a.align;let l=0,c,u,h;return this.isHorizontal()?(u=se(o,i,r),h=e+t,c=r-i):(a.position==="left"?(u=i+t,h=se(o,s,e),l=ut*-.5):(u=r-t,h=se(o,e,s),l=ut*.5),c=s-e),{titleX:u,titleY:h,maxWidth:c,rotation:l}}draw(){const t=this.ctx,e=this.options;if(!e.display)return;const i=Rt(e.font),r=i.lineHeight/2+this._padding.top,{titleX:a,titleY:o,maxWidth:l,rotation:c}=this._drawArgs(r);Yn(t,e.text,0,0,i,{color:e.color,maxWidth:l,rotation:c,textAlign:Fa(e.align),textBaseline:"middle",translation:[a,o]})}}function l0(n,t){const e=new po({ctx:n.ctx,options:t,chart:n});re.configure(n,e,t),re.addBox(n,e),n.titleBlock=e}var c0={id:"title",_element:po,start(n,t,e){l0(n,e)},stop(n){const t=n.titleBlock;re.removeBox(n,t),delete n.titleBlock},beforeUpdate(n,t,e){const i=n.titleBlock;re.configure(n,i,e),i.options=e},defaults:{align:"center",display:!1,font:{weight:"bold"},fullSize:!0,padding:10,position:"top",text:"",weight:2e3},defaultRoutes:{color:"color"},descriptors:{_scriptable:!0,_indexable:!1}};const Or=new WeakMap;var u0={id:"subtitle",start(n,t,e){const i=new po({ctx:n.ctx,options:e,chart:n});re.configure(n,i,e),re.addBox(n,i),Or.set(n,i)},stop(n){re.removeBox(n,Or.get(n)),Or.delete(n)},beforeUpdate(n,t,e){const i=Or.get(n);re.configure(n,i,e),i.options=e},defaults:{align:"center",display:!1,font:{weight:"normal"},fullSize:!0,padding:0,position:"top",text:"",weight:1500},defaultRoutes:{color:"color"},descriptors:{_scriptable:!0,_indexable:!1}};const ms={average(n){if(!n.length)return!1;let t,e,i=new Set,s=0,r=0;for(t=0,e=n.length;t<e;++t){const o=n[t].element;if(o&&o.hasValue()){const l=o.tooltipPosition();i.add(l.x),s+=l.y,++r}}return r===0||i.size===0?!1:{x:[...i].reduce((o,l)=>o+l)/i.size,y:s/r}},nearest(n,t){if(!n.length)return!1;let e=t.x,i=t.y,s=Number.POSITIVE_INFINITY,r,a,o;for(r=0,a=n.length;r<a;++r){const l=n[r].element;if(l&&l.hasValue()){const c=l.getCenterPoint(),u=fi(t,c);u<s&&(s=u,o=l)}}if(o){const l=o.tooltipPosition();e=l.x,i=l.y}return{x:e,y:i}}};function Ve(n,t){return t&&(wt(t)?Array.prototype.push.apply(n,t):n.push(t)),n}function sn(n){return(typeof n=="string"||n instanceof String)&&n.indexOf(`
17
17
  `)>-1?n.split(`
18
- `):n}function d0(n,t){const{element:e,datasetIndex:i,index:s}=t,r=n.getDatasetMeta(i).controller,{label:a,value:o}=r.getLabelAndValue(s);return{chart:n,label:a,parsed:r.getParsed(s),raw:n.data.datasets[i].data[s],formattedValue:o,dataset:r.getDataset(),dataIndex:s,datasetIndex:i,element:e}}function _d(n,t){const e=n.chart.ctx,{body:i,footer:s,title:r}=n,{boxWidth:a,boxHeight:o}=t,l=Rt(t.bodyFont),c=Rt(t.titleFont),u=Rt(t.footerFont),h=r.length,f=s.length,m=i.length,g=$t(t.padding);let _=g.height,x=0,v=i.reduce((C,A)=>C+A.before.length+A.lines.length+A.after.length,0);if(v+=n.beforeBody.length+n.afterBody.length,h&&(_+=h*c.lineHeight+(h-1)*t.titleSpacing+t.titleMarginBottom),v){const C=t.displayColors?Math.max(o,l.lineHeight):l.lineHeight;_+=m*C+(v-m)*l.lineHeight+(v-1)*t.bodySpacing}f&&(_+=t.footerMarginTop+f*u.lineHeight+(f-1)*t.footerSpacing);let S=0;const k=function(C){x=Math.max(x,e.measureText(C).width+S)};return e.save(),e.font=c.string,kt(n.title,k),e.font=l.string,kt(n.beforeBody.concat(n.afterBody),k),S=t.displayColors?a+2+t.boxPadding:0,kt(i,C=>{kt(C.before,k),kt(C.lines,k),kt(C.after,k)}),S=0,e.font=u.string,kt(n.footer,k),e.restore(),x+=g.width,{width:x,height:_}}function h0(n,t){const{y:e,height:i}=t;return e<i/2?"top":e>n.height-i/2?"bottom":"center"}function f0(n,t,e,i){const{x:s,width:r}=i,a=e.caretSize+e.caretPadding;if(n==="left"&&s+r+a>t.width||n==="right"&&s-r-a<0)return!0}function m0(n,t,e,i){const{x:s,width:r}=e,{width:a,chartArea:{left:o,right:l}}=n;let c="center";return i==="center"?c=s<=(o+l)/2?"left":"right":s<=r/2?c="left":s>=a-r/2&&(c="right"),f0(c,n,t,e)&&(c="center"),c}function xd(n,t,e){const i=e.yAlign||t.yAlign||h0(n,e);return{xAlign:e.xAlign||t.xAlign||m0(n,t,e,i),yAlign:i}}function g0(n,t){let{x:e,width:i}=n;return t==="right"?e-=i:t==="center"&&(e-=i/2),e}function p0(n,t,e){let{y:i,height:s}=n;return t==="top"?i+=e:t==="bottom"?i-=s+e:i-=s/2,i}function wd(n,t,e,i){const{caretSize:s,caretPadding:r,cornerRadius:a}=n,{xAlign:o,yAlign:l}=e,c=s+r,{topLeft:u,topRight:h,bottomLeft:f,bottomRight:m}=vn(a);let g=g0(t,o);const _=p0(t,l,c);return l==="center"?o==="left"?g+=c:o==="right"&&(g-=c):o==="left"?g-=Math.max(u,f)+s:o==="right"&&(g+=Math.max(h,m)+s),{x:Kt(g,0,i.width-t.width),y:Kt(_,0,i.height-t.height)}}function Pr(n,t,e){const i=$t(e.padding);return t==="center"?n.x+n.width/2:t==="right"?n.x+n.width-i.right:n.x+i.left}function vd(n){return Ve([],sn(n))}function y0(n,t,e){return Mn(n,{tooltip:t,tooltipItems:e,type:"tooltip"})}function Md(n,t){const e=t&&t.dataset&&t.dataset.tooltip&&t.dataset.tooltip.callbacks;return e?n.override(e):n}const Sd={beforeTitle:Ze,title(n){if(n.length>0){const t=n[0],e=t.chart.data.labels,i=e?e.length:0;if(this&&this.options&&this.options.mode==="dataset")return t.dataset.label||"";if(t.label)return t.label;if(i>0&&t.dataIndex<i)return e[t.dataIndex]}return""},afterTitle:Ze,beforeBody:Ze,beforeLabel:Ze,label(n){if(this&&this.options&&this.options.mode==="dataset")return n.label+": "+n.formattedValue||n.formattedValue;let t=n.dataset.label||"";t&&(t+=": ");const e=n.formattedValue;return it(e)||(t+=e),t},labelColor(n){const e=n.chart.getDatasetMeta(n.datasetIndex).controller.getStyle(n.dataIndex);return{borderColor:e.borderColor,backgroundColor:e.backgroundColor,borderWidth:e.borderWidth,borderDash:e.borderDash,borderDashOffset:e.borderDashOffset,borderRadius:0}},labelTextColor(){return this.options.bodyColor},labelPointStyle(n){const e=n.chart.getDatasetMeta(n.datasetIndex).controller.getStyle(n.dataIndex);return{pointStyle:e.pointStyle,rotation:e.rotation}},afterLabel:Ze,afterBody:Ze,beforeFooter:Ze,footer:Ze,afterFooter:Ze};function be(n,t,e,i){const s=n[t].call(e,i);return typeof s>"u"?Sd[t].call(e,i):s}class yo extends Zt{constructor(t){super(),this.opacity=0,this._active=[],this._eventPosition=void 0,this._size=void 0,this._cachedAnimations=void 0,this._tooltipItems=[],this.$animations=void 0,this.$context=void 0,this.chart=t.chart,this.options=t.options,this.dataPoints=void 0,this.title=void 0,this.beforeBody=void 0,this.body=void 0,this.afterBody=void 0,this.footer=void 0,this.xAlign=void 0,this.yAlign=void 0,this.x=void 0,this.y=void 0,this.height=void 0,this.width=void 0,this.caretX=void 0,this.caretY=void 0,this.labelColors=void 0,this.labelPointStyles=void 0,this.labelTextColors=void 0}initialize(t){this.options=t,this._cachedAnimations=void 0,this.$context=void 0}_resolveAnimations(){const t=this._cachedAnimations;if(t)return t;const e=this.chart,i=this.options.setContext(this.getContext()),s=i.enabled&&e.options.animation&&i.animations,r=new Ga(this.chart,s);return s._cacheable&&(this._cachedAnimations=Object.freeze(r)),r}getContext(){return this.$context||(this.$context=y0(this.chart.getContext(),this,this._tooltipItems))}getTitle(t,e){const{callbacks:i}=e,s=be(i,"beforeTitle",this,t),r=be(i,"title",this,t),a=be(i,"afterTitle",this,t);let o=[];return o=Ve(o,sn(s)),o=Ve(o,sn(r)),o=Ve(o,sn(a)),o}getBeforeBody(t,e){return vd(be(e.callbacks,"beforeBody",this,t))}getBody(t,e){const{callbacks:i}=e,s=[];return kt(t,r=>{const a={before:[],lines:[],after:[]},o=Md(i,r);Ve(a.before,sn(be(o,"beforeLabel",this,r))),Ve(a.lines,be(o,"label",this,r)),Ve(a.after,sn(be(o,"afterLabel",this,r))),s.push(a)}),s}getAfterBody(t,e){return vd(be(e.callbacks,"afterBody",this,t))}getFooter(t,e){const{callbacks:i}=e,s=be(i,"beforeFooter",this,t),r=be(i,"footer",this,t),a=be(i,"afterFooter",this,t);let o=[];return o=Ve(o,sn(s)),o=Ve(o,sn(r)),o=Ve(o,sn(a)),o}_createItems(t){const e=this._active,i=this.chart.data,s=[],r=[],a=[];let o=[],l,c;for(l=0,c=e.length;l<c;++l)o.push(d0(this.chart,e[l]));return t.filter&&(o=o.filter((u,h,f)=>t.filter(u,h,f,i))),t.itemSort&&(o=o.sort((u,h)=>t.itemSort(u,h,i))),kt(o,u=>{const h=Md(t.callbacks,u);s.push(be(h,"labelColor",this,u)),r.push(be(h,"labelPointStyle",this,u)),a.push(be(h,"labelTextColor",this,u))}),this.labelColors=s,this.labelPointStyles=r,this.labelTextColors=a,this.dataPoints=o,o}update(t,e){const i=this.options.setContext(this.getContext()),s=this._active;let r,a=[];if(!s.length)this.opacity!==0&&(r={opacity:0});else{const o=ms[i.position].call(this,s,this._eventPosition);a=this._createItems(i),this.title=this.getTitle(a,i),this.beforeBody=this.getBeforeBody(a,i),this.body=this.getBody(a,i),this.afterBody=this.getAfterBody(a,i),this.footer=this.getFooter(a,i);const l=this._size=_d(this,i),c=Object.assign({},o,l),u=xd(this.chart,i,c),h=wd(i,c,u,this.chart);this.xAlign=u.xAlign,this.yAlign=u.yAlign,r={opacity:1,x:h.x,y:h.y,width:l.width,height:l.height,caretX:o.x,caretY:o.y}}this._tooltipItems=a,this.$context=void 0,r&&this._resolveAnimations().update(this,r),t&&i.external&&i.external.call(this,{chart:this.chart,tooltip:this,replay:e})}drawCaret(t,e,i,s){const r=this.getCaretPosition(t,i,s);e.lineTo(r.x1,r.y1),e.lineTo(r.x2,r.y2),e.lineTo(r.x3,r.y3)}getCaretPosition(t,e,i){const{xAlign:s,yAlign:r}=this,{caretSize:a,cornerRadius:o}=i,{topLeft:l,topRight:c,bottomLeft:u,bottomRight:h}=vn(o),{x:f,y:m}=t,{width:g,height:_}=e;let x,v,S,k,C,A;return r==="center"?(C=m+_/2,s==="left"?(x=f,v=x-a,k=C+a,A=C-a):(x=f+g,v=x+a,k=C-a,A=C+a),S=x):(s==="left"?v=f+Math.max(l,u)+a:s==="right"?v=f+g-Math.max(c,h)-a:v=this.caretX,r==="top"?(k=m,C=k-a,x=v-a,S=v+a):(k=m+_,C=k+a,x=v+a,S=v-a),A=k),{x1:x,x2:v,x3:S,y1:k,y2:C,y3:A}}drawTitle(t,e,i){const s=this.title,r=s.length;let a,o,l;if(r){const c=yi(i.rtl,this.x,this.width);for(t.x=Pr(this,i.titleAlign,i),e.textAlign=c.textAlign(i.titleAlign),e.textBaseline="middle",a=Rt(i.titleFont),o=i.titleSpacing,e.fillStyle=i.titleColor,e.font=a.string,l=0;l<r;++l)e.fillText(s[l],c.x(t.x),t.y+a.lineHeight/2),t.y+=a.lineHeight+o,l+1===r&&(t.y+=i.titleMarginBottom-o)}}_drawColorBox(t,e,i,s,r){const a=this.labelColors[i],o=this.labelPointStyles[i],{boxHeight:l,boxWidth:c}=r,u=Rt(r.bodyFont),h=Pr(this,"left",r),f=s.x(h),m=l<u.lineHeight?(u.lineHeight-l)/2:0,g=e.y+m;if(r.usePointStyle){const _={radius:Math.min(c,l)/2,pointStyle:o.pointStyle,rotation:o.rotation,borderWidth:1},x=s.leftForLtr(f,c)+c/2,v=g+l/2;t.strokeStyle=r.multiKeyBackground,t.fillStyle=r.multiKeyBackground,Ya(t,_,x,v),t.strokeStyle=a.borderColor,t.fillStyle=a.backgroundColor,Ya(t,_,x,v)}else{t.lineWidth=ft(a.borderWidth)?Math.max(...Object.values(a.borderWidth)):a.borderWidth||1,t.strokeStyle=a.borderColor,t.setLineDash(a.borderDash||[]),t.lineDashOffset=a.borderDashOffset||0;const _=s.leftForLtr(f,c),x=s.leftForLtr(s.xPlus(f,1),c-2),v=vn(a.borderRadius);Object.values(v).some(S=>S!==0)?(t.beginPath(),t.fillStyle=r.multiKeyBackground,mi(t,{x:_,y:g,w:c,h:l,radius:v}),t.fill(),t.stroke(),t.fillStyle=a.backgroundColor,t.beginPath(),mi(t,{x,y:g+1,w:c-2,h:l-2,radius:v}),t.fill()):(t.fillStyle=r.multiKeyBackground,t.fillRect(_,g,c,l),t.strokeRect(_,g,c,l),t.fillStyle=a.backgroundColor,t.fillRect(x,g+1,c-2,l-2))}t.fillStyle=this.labelTextColors[i]}drawBody(t,e,i){const{body:s}=this,{bodySpacing:r,bodyAlign:a,displayColors:o,boxHeight:l,boxWidth:c,boxPadding:u}=i,h=Rt(i.bodyFont);let f=h.lineHeight,m=0;const g=yi(i.rtl,this.x,this.width),_=function(p){e.fillText(p,g.x(t.x+m),t.y+f/2),t.y+=f+r},x=g.textAlign(a);let v,S,k,C,A,O,T;for(e.textAlign=a,e.textBaseline="middle",e.font=h.string,t.x=Pr(this,x,i),e.fillStyle=i.bodyColor,kt(this.beforeBody,_),m=o&&x!=="right"?a==="center"?c/2+u:c+2+u:0,C=0,O=s.length;C<O;++C){for(v=s[C],S=this.labelTextColors[C],e.fillStyle=S,kt(v.before,_),k=v.lines,o&&k.length&&(this._drawColorBox(e,t,C,g,i),f=Math.max(h.lineHeight,l)),A=0,T=k.length;A<T;++A)_(k[A]),f=h.lineHeight;kt(v.after,_)}m=0,f=h.lineHeight,kt(this.afterBody,_),t.y-=r}drawFooter(t,e,i){const s=this.footer,r=s.length;let a,o;if(r){const l=yi(i.rtl,this.x,this.width);for(t.x=Pr(this,i.footerAlign,i),t.y+=i.footerMarginTop,e.textAlign=l.textAlign(i.footerAlign),e.textBaseline="middle",a=Rt(i.footerFont),e.fillStyle=i.footerColor,e.font=a.string,o=0;o<r;++o)e.fillText(s[o],l.x(t.x),t.y+a.lineHeight/2),t.y+=a.lineHeight+i.footerSpacing}}drawBackground(t,e,i,s){const{xAlign:r,yAlign:a}=this,{x:o,y:l}=t,{width:c,height:u}=i,{topLeft:h,topRight:f,bottomLeft:m,bottomRight:g}=vn(s.cornerRadius);e.fillStyle=s.backgroundColor,e.strokeStyle=s.borderColor,e.lineWidth=s.borderWidth,e.beginPath(),e.moveTo(o+h,l),a==="top"&&this.drawCaret(t,e,i,s),e.lineTo(o+c-f,l),e.quadraticCurveTo(o+c,l,o+c,l+f),a==="center"&&r==="right"&&this.drawCaret(t,e,i,s),e.lineTo(o+c,l+u-g),e.quadraticCurveTo(o+c,l+u,o+c-g,l+u),a==="bottom"&&this.drawCaret(t,e,i,s),e.lineTo(o+m,l+u),e.quadraticCurveTo(o,l+u,o,l+u-m),a==="center"&&r==="left"&&this.drawCaret(t,e,i,s),e.lineTo(o,l+h),e.quadraticCurveTo(o,l,o+h,l),e.closePath(),e.fill(),s.borderWidth>0&&e.stroke()}_updateAnimationTarget(t){const e=this.chart,i=this.$animations,s=i&&i.x,r=i&&i.y;if(s||r){const a=ms[t.position].call(this,this._active,this._eventPosition);if(!a)return;const o=this._size=_d(this,t),l=Object.assign({},a,this._size),c=xd(e,t,l),u=wd(t,l,c,e);(s._to!==u.x||r._to!==u.y)&&(this.xAlign=c.xAlign,this.yAlign=c.yAlign,this.width=o.width,this.height=o.height,this.caretX=a.x,this.caretY=a.y,this._resolveAnimations().update(this,u))}}_willRender(){return!!this.opacity}draw(t){const e=this.options.setContext(this.getContext());let i=this.opacity;if(!i)return;this._updateAnimationTarget(e);const s={width:this.width,height:this.height},r={x:this.x,y:this.y};i=Math.abs(i)<.001?0:i;const a=$t(e.padding),o=this.title.length||this.beforeBody.length||this.body.length||this.afterBody.length||this.footer.length;e.enabled&&o&&(t.save(),t.globalAlpha=i,this.drawBackground(r,t,s,e),su(t,e.textDirection),r.y+=a.top,this.drawTitle(r,t,e),this.drawBody(r,t,e),this.drawFooter(r,t,e),ru(t,e.textDirection),t.restore())}getActiveElements(){return this._active||[]}setActiveElements(t,e){const i=this._active,s=t.map(({datasetIndex:o,index:l})=>{const c=this.chart.getDatasetMeta(o);if(!c)throw new Error("Cannot find a dataset at index "+o);return{datasetIndex:o,element:c.data[l],index:l}}),r=!nr(i,s),a=this._positionChanged(s,e);(r||a)&&(this._active=s,this._eventPosition=e,this._ignoreReplayEvents=!0,this.update(!0))}handleEvent(t,e,i=!0){if(e&&this._ignoreReplayEvents)return!1;this._ignoreReplayEvents=!1;const s=this.options,r=this._active||[],a=this._getActiveElements(t,r,e,i),o=this._positionChanged(a,t),l=e||!nr(a,r)||o;return l&&(this._active=a,(s.enabled||s.external)&&(this._eventPosition={x:t.x,y:t.y},this.update(!0,e))),l}_getActiveElements(t,e,i,s){const r=this.options;if(t.type==="mouseout")return[];if(!s)return e.filter(o=>this.chart.data.datasets[o.datasetIndex]&&this.chart.getDatasetMeta(o.datasetIndex).controller.getParsed(o.index)!==void 0);const a=this.chart.getElementsAtEventForMode(t,r.mode,r,i);return r.reverse&&a.reverse(),a}_positionChanged(t,e){const{caretX:i,caretY:s,options:r}=this,a=ms[r.position].call(this,t,e);return a!==!1&&(i!==a.x||s!==a.y)}}P(yo,"positioners",ms);var Te={id:"tooltip",_element:yo,positioners:ms,afterInit(n,t,e){e&&(n.tooltip=new yo({chart:n,options:e}))},beforeUpdate(n,t,e){n.tooltip&&n.tooltip.initialize(e)},reset(n,t,e){n.tooltip&&n.tooltip.initialize(e)},afterDraw(n){const t=n.tooltip;if(t&&t._willRender()){const e={tooltip:t};if(n.notifyPlugins("beforeTooltipDraw",{...e,cancelable:!0})===!1)return;t.draw(n.ctx),n.notifyPlugins("afterTooltipDraw",e)}},afterEvent(n,t){if(n.tooltip){const e=t.replay;n.tooltip.handleEvent(t.event,e,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:(n,t)=>t.bodyFont.size,boxWidth:(n,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:Sd},defaultRoutes:{bodyFont:"font",footerFont:"font",titleFont:"font"},descriptors:{_scriptable:n=>n!=="filter"&&n!=="itemSort"&&n!=="external",_indexable:!1,callbacks:{_scriptable:!1,_indexable:!1},animation:{_fallback:!1},animations:{_fallback:"animation"}},additionalOptionScopes:["interaction"]},b0=Object.freeze({__proto__:null,Colors:Pb,Decimation:Lb,Filler:e0,Legend:o0,SubTitle:u0,Title:c0,Tooltip:Te});const _0=(n,t,e,i)=>(typeof t=="string"?(e=n.push(t)-1,i.unshift({index:e,label:t})):isNaN(t)&&(e=null),e);function x0(n,t,e,i){const s=n.indexOf(t);if(s===-1)return _0(n,t,e,i);const r=n.lastIndexOf(t);return s!==r?e:s}const w0=(n,t)=>n===null?null:Kt(Math.round(n),0,t);function kd(n){const t=this.getLabels();return n>=0&&n<t.length?t[n]:n}class bo extends Un{constructor(t){super(t),this._startValue=void 0,this._valueRange=0,this._addedLabels=[]}init(t){const e=this._addedLabels;if(e.length){const i=this.getLabels();for(const{index:s,label:r}of e)i[s]===r&&i.splice(s,1);this._addedLabels=[]}super.init(t)}parse(t,e){if(it(t))return null;const i=this.getLabels();return e=isFinite(e)&&i[e]===t?e:x0(i,t,st(e,t),this._addedLabels),w0(e,i.length-1)}determineDataLimits(){const{minDefined:t,maxDefined:e}=this.getUserBounds();let{min:i,max:s}=this.getMinMax(!0);this.options.bounds==="ticks"&&(t||(i=0),e||(s=this.getLabels().length-1)),this.min=i,this.max=s}buildTicks(){const t=this.min,e=this.max,i=this.options.offset,s=[];let r=this.getLabels();r=t===0&&e===r.length-1?r:r.slice(t,e+1),this._valueRange=Math.max(r.length-(i?0:1),1),this._startValue=this.min-(i?.5:0);for(let a=t;a<=e;a++)s.push({value:a});return s}getLabelForValue(t){return kd.call(this,t)}configure(){super.configure(),this.isHorizontal()||(this._reversePixels=!this._reversePixels)}getPixelForValue(t){return typeof t!="number"&&(t=this.parse(t)),t===null?NaN:this.getPixelForDecimal((t-this._startValue)/this._valueRange)}getPixelForTick(t){const e=this.ticks;return t<0||t>e.length-1?null:this.getPixelForValue(e[t].value)}getValueForPixel(t){return Math.round(this._startValue+this.getDecimalForPixel(t)*this._valueRange)}getBasePixel(){return this.bottom}}P(bo,"id","category"),P(bo,"defaults",{ticks:{callback:kd}});function v0(n,t){const e=[],{bounds:s,step:r,min:a,max:o,precision:l,count:c,maxTicks:u,maxDigits:h,includeBounds:f}=n,m=r||1,g=u-1,{min:_,max:x}=t,v=!it(a),S=!it(o),k=!it(c),C=(x-_)/(h+1);let A=Oc((x-_)/g/m)*m,O,T,p,b;if(A<1e-14&&!v&&!S)return[{value:_},{value:x}];b=Math.ceil(x/A)-Math.floor(_/A),b>g&&(A=Oc(b*A/g/m)*m),it(l)||(O=Math.pow(10,l),A=Math.ceil(A*O)/O),s==="ticks"?(T=Math.floor(_/A)*A,p=Math.ceil(x/A)*A):(T=_,p=x),v&&S&&r&&yg((o-a)/r,A/1e3)?(b=Math.round(Math.min((o-a)/A,u)),A=(o-a)/b,T=a,p=o):k?(T=v?a:T,p=S?o:p,b=c-1,A=(p-T)/b):(b=(p-T)/A,Xi(b,Math.round(b),A/1e3)?b=Math.round(b):b=Math.ceil(b));const M=Math.max(Ac(A),Ac(T));O=Math.pow(10,it(l)?M:l),T=Math.round(T*O)/O,p=Math.round(p*O)/O;let E=0;for(v&&(f&&T!==a?(e.push({value:a}),T<a&&E++,Xi(Math.round((T+E*A)*O)/O,a,Dd(a,C,n))&&E++):T<a&&E++);E<b;++E){const R=Math.round((T+E*A)*O)/O;if(S&&R>o)break;e.push({value:R})}return S&&f&&p!==o?e.length&&Xi(e[e.length-1].value,o,Dd(o,C,n))?e[e.length-1].value=o:e.push({value:o}):(!S||p===o)&&e.push({value:p}),e}function Dd(n,t,{horizontal:e,minRotation:i}){const s=Vt(i),r=(e?Math.sin(s):Math.cos(s))||.001,a=.75*t*(""+n).length;return Math.min(t/r,a)}class Ar extends Un{constructor(t){super(t),this.start=void 0,this.end=void 0,this._startValue=void 0,this._endValue=void 0,this._valueRange=0}parse(t,e){return it(t)||(typeof t=="number"||t instanceof Number)&&!isFinite(+t)?null:+t}handleTickRangeOptions(){const{beginAtZero:t}=this.options,{minDefined:e,maxDefined:i}=this.getUserBounds();let{min:s,max:r}=this;const a=l=>s=e?s:l,o=l=>r=i?r:l;if(t){const l=We(s),c=We(r);l<0&&c<0?o(0):l>0&&c>0&&a(0)}if(s===r){let l=r===0?1:Math.abs(r*.05);o(r+l),t||a(s-l)}this.min=s,this.max=r}getTickLimit(){const t=this.options.ticks;let{maxTicksLimit:e,stepSize:i}=t,s;return i?(s=Math.ceil(this.max/i)-Math.floor(this.min/i)+1,s>1e3&&(console.warn(`scales.${this.id}.ticks.stepSize: ${i} would result generating up to ${s} ticks. Limiting to 1000.`),s=1e3)):(s=this.computeTickLimit(),e=e||11),e&&(s=Math.min(e,s)),s}computeTickLimit(){return Number.POSITIVE_INFINITY}buildTicks(){const t=this.options,e=t.ticks;let i=this.getTickLimit();i=Math.max(2,i);const s={maxTicks:i,bounds:t.bounds,min:t.min,max:t.max,precision:e.precision,step:e.stepSize,count:e.count,maxDigits:this._maxDigits(),horizontal:this.isHorizontal(),minRotation:e.minRotation||0,includeBounds:e.includeBounds!==!1},r=this._range||this,a=v0(s,r);return t.bounds==="ticks"&&Pc(a,this,"value"),t.reverse?(a.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),a}configure(){const t=this.ticks;let e=this.min,i=this.max;if(super.configure(),this.options.offset&&t.length){const s=(i-e)/Math.max(t.length-1,1)/2;e-=s,i+=s}this._startValue=e,this._endValue=i,this._valueRange=i-e}getLabelForValue(t){return Zi(t,this.chart.options.locale,this.options.ticks.format)}}class _o extends Ar{determineDataLimits(){const{min:t,max:e}=this.getMinMax(!0);this.min=At(t)?t:0,this.max=At(e)?e:1,this.handleTickRangeOptions()}computeTickLimit(){const t=this.isHorizontal(),e=t?this.width:this.height,i=Vt(this.options.ticks.minRotation),s=(t?Math.sin(i):Math.cos(i))||.001,r=this._resolveTickFontOptions(0);return Math.ceil(e/Math.min(40,r.lineHeight/s))}getPixelForValue(t){return t===null?NaN:this.getPixelForDecimal((t-this._startValue)/this._valueRange)}getValueForPixel(t){return this._startValue+this.getDecimalForPixel(t)*this._valueRange}}P(_o,"id","linear"),P(_o,"defaults",{ticks:{callback:cr.formatters.numeric}});const gs=n=>Math.floor(xn(n)),qn=(n,t)=>Math.pow(10,gs(n)+t);function Td(n){return n/Math.pow(10,gs(n))===1}function Cd(n,t,e){const i=Math.pow(10,e),s=Math.floor(n/i);return Math.ceil(t/i)-s}function M0(n,t){const e=t-n;let i=gs(e);for(;Cd(n,t,i)>10;)i++;for(;Cd(n,t,i)<10;)i--;return Math.min(i,gs(n))}function S0(n,{min:t,max:e}){t=De(n.min,t);const i=[],s=gs(t);let r=M0(t,e),a=r<0?Math.pow(10,Math.abs(r)):1;const o=Math.pow(10,r),l=s>r?Math.pow(10,s):0,c=Math.round((t-l)*a)/a,u=Math.floor((t-l)/o/10)*o*10;let h=Math.floor((c-u)/Math.pow(10,r)),f=De(n.min,Math.round((l+u+h*Math.pow(10,r))*a)/a);for(;f<e;)i.push({value:f,major:Td(f),significand:h}),h>=10?h=h<15?15:20:h++,h>=20&&(r++,h=2,a=r>=0?1:a),f=Math.round((l+u+h*Math.pow(10,r))*a)/a;const m=De(n.max,f);return i.push({value:m,major:Td(m),significand:h}),i}class xo extends Un{constructor(t){super(t),this.start=void 0,this.end=void 0,this._startValue=void 0,this._valueRange=0}parse(t,e){const i=Ar.prototype.parse.apply(this,[t,e]);if(i===0){this._zero=!0;return}return At(i)&&i>0?i:null}determineDataLimits(){const{min:t,max:e}=this.getMinMax(!0);this.min=At(t)?Math.max(0,t):null,this.max=At(e)?Math.max(0,e):null,this.options.beginAtZero&&(this._zero=!0),this._zero&&this.min!==this._suggestedMin&&!At(this._userMin)&&(this.min=t===qn(this.min,0)?qn(this.min,-1):qn(this.min,0)),this.handleTickRangeOptions()}handleTickRangeOptions(){const{minDefined:t,maxDefined:e}=this.getUserBounds();let i=this.min,s=this.max;const r=o=>i=t?i:o,a=o=>s=e?s:o;i===s&&(i<=0?(r(1),a(10)):(r(qn(i,-1)),a(qn(s,1)))),i<=0&&r(qn(s,-1)),s<=0&&a(qn(i,1)),this.min=i,this.max=s}buildTicks(){const t=this.options,e={min:this._userMin,max:this._userMax},i=S0(e,this);return t.bounds==="ticks"&&Pc(i,this,"value"),t.reverse?(i.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),i}getLabelForValue(t){return t===void 0?"0":Zi(t,this.chart.options.locale,this.options.ticks.format)}configure(){const t=this.min;super.configure(),this._startValue=xn(t),this._valueRange=xn(this.max)-xn(t)}getPixelForValue(t){return(t===void 0||t===0)&&(t=this.min),t===null||isNaN(t)?NaN:this.getPixelForDecimal(t===this.min?0:(xn(t)-this._startValue)/this._valueRange)}getValueForPixel(t){const e=this.getDecimalForPixel(t);return Math.pow(10,this._startValue+e*this._valueRange)}}P(xo,"id","logarithmic"),P(xo,"defaults",{ticks:{callback:cr.formatters.logarithmic,major:{enabled:!0}}});function wo(n){const t=n.ticks;if(t.display&&n.display){const e=$t(t.backdropPadding);return st(t.font&&t.font.size,Pt.font.size)+e.height}return 0}function k0(n,t,e){return e=wt(e)?e:[e],{w:Ig(n,t.string,e),h:e.length*t.lineHeight}}function Ed(n,t,e,i,s){return n===i||n===s?{start:t-e/2,end:t+e/2}:n<i||n>s?{start:t-e,end:t}:{start:t,end:t+e}}function D0(n){const t={l:n.left+n._padding.left,r:n.right-n._padding.right,t:n.top+n._padding.top,b:n.bottom-n._padding.bottom},e=Object.assign({},t),i=[],s=[],r=n._pointLabels.length,a=n.options.pointLabels,o=a.centerPointLabels?ut/r:0;for(let l=0;l<r;l++){const c=a.setContext(n.getPointLabelContext(l));s[l]=c.padding;const u=n.getPointPosition(l,n.drawingArea+s[l],o),h=Rt(c.font),f=k0(n.ctx,h,n._pointLabels[l]);i[l]=f;const m=ie(n.getIndexAngle(l)+o),g=Math.round(ar(m)),_=Ed(g,u.x,f.w,0,180),x=Ed(g,u.y,f.h,90,270);T0(e,t,m,_,x)}n.setCenterPoint(t.l-e.l,e.r-t.r,t.t-e.t,e.b-t.b),n._pointLabelItems=O0(n,i,s)}function T0(n,t,e,i,s){const r=Math.abs(Math.sin(e)),a=Math.abs(Math.cos(e));let o=0,l=0;i.start<t.l?(o=(t.l-i.start)/r,n.l=Math.min(n.l,t.l-o)):i.end>t.r&&(o=(i.end-t.r)/r,n.r=Math.max(n.r,t.r+o)),s.start<t.t?(l=(t.t-s.start)/a,n.t=Math.min(n.t,t.t-l)):s.end>t.b&&(l=(s.end-t.b)/a,n.b=Math.max(n.b,t.b+l))}function C0(n,t,e){const i=n.drawingArea,{extra:s,additionalAngle:r,padding:a,size:o}=e,l=n.getPointPosition(t,i+s+a,r),c=Math.round(ar(ie(l.angle+Ot))),u=R0(l.y,o.h,c),h=P0(c),f=A0(l.x,o.w,h);return{visible:!0,x:l.x,y:u,textAlign:h,left:f,top:u,right:f+o.w,bottom:u+o.h}}function E0(n,t){if(!t)return!0;const{left:e,top:i,right:s,bottom:r}=n;return!(tn({x:e,y:i},t)||tn({x:e,y:r},t)||tn({x:s,y:i},t)||tn({x:s,y:r},t))}function O0(n,t,e){const i=[],s=n._pointLabels.length,r=n.options,{centerPointLabels:a,display:o}=r.pointLabels,l={extra:wo(r)/2,additionalAngle:a?ut/s:0};let c;for(let u=0;u<s;u++){l.padding=e[u],l.size=t[u];const h=C0(n,u,l);i.push(h),o==="auto"&&(h.visible=E0(h,c),h.visible&&(c=h))}return i}function P0(n){return n===0||n===180?"center":n<180?"left":"right"}function A0(n,t,e){return e==="right"?n-=t:e==="center"&&(n-=t/2),n}function R0(n,t,e){return e===90||e===270?n-=t/2:(e>270||e<90)&&(n-=t),n}function I0(n,t,e){const{left:i,top:s,right:r,bottom:a}=e,{backdropColor:o}=t;if(!it(o)){const l=vn(t.borderRadius),c=$t(t.backdropPadding);n.fillStyle=o;const u=i-c.left,h=s-c.top,f=r-i+c.width,m=a-s+c.height;Object.values(l).some(g=>g!==0)?(n.beginPath(),mi(n,{x:u,y:h,w:f,h:m,radius:l}),n.fill()):n.fillRect(u,h,f,m)}}function L0(n,t){const{ctx:e,options:{pointLabels:i}}=n;for(let s=t-1;s>=0;s--){const r=n._pointLabelItems[s];if(!r.visible)continue;const a=i.setContext(n.getPointLabelContext(s));I0(e,a,r);const o=Rt(a.font),{x:l,y:c,textAlign:u}=r;Yn(e,n._pointLabels[s],l,c+o.lineHeight/2,o,{color:a.color,textAlign:u,textBaseline:"middle"})}}function Od(n,t,e,i){const{ctx:s}=n;if(e)s.arc(n.xCenter,n.yCenter,t,0,Ct);else{let r=n.getPointPosition(0,t);s.moveTo(r.x,r.y);for(let a=1;a<i;a++)r=n.getPointPosition(a,t),s.lineTo(r.x,r.y)}}function N0(n,t,e,i,s){const r=n.ctx,a=t.circular,{color:o,lineWidth:l}=t;!a&&!i||!o||!l||e<0||(r.save(),r.strokeStyle=o,r.lineWidth=l,r.setLineDash(s.dash||[]),r.lineDashOffset=s.dashOffset,r.beginPath(),Od(n,e,a,i),r.closePath(),r.stroke(),r.restore())}function F0(n,t,e){return Mn(n,{label:e,index:t,type:"pointLabel"})}class ps extends Ar{constructor(t){super(t),this.xCenter=void 0,this.yCenter=void 0,this.drawingArea=void 0,this._pointLabels=[],this._pointLabelItems=[]}setDimensions(){const t=this._padding=$t(wo(this.options)/2),e=this.width=this.maxWidth-t.width,i=this.height=this.maxHeight-t.height;this.xCenter=Math.floor(this.left+e/2+t.left),this.yCenter=Math.floor(this.top+i/2+t.top),this.drawingArea=Math.floor(Math.min(e,i)/2)}determineDataLimits(){const{min:t,max:e}=this.getMinMax(!1);this.min=At(t)&&!isNaN(t)?t:0,this.max=At(e)&&!isNaN(e)?e:0,this.handleTickRangeOptions()}computeTickLimit(){return Math.ceil(this.drawingArea/wo(this.options))}generateTickLabels(t){Ar.prototype.generateTickLabels.call(this,t),this._pointLabels=this.getLabels().map((e,i)=>{const s=St(this.options.pointLabels.callback,[e,i],this);return s||s===0?s:""}).filter((e,i)=>this.chart.getDataVisibility(i))}fit(){const t=this.options;t.display&&t.pointLabels.display?D0(this):this.setCenterPoint(0,0,0,0)}setCenterPoint(t,e,i,s){this.xCenter+=Math.floor((t-e)/2),this.yCenter+=Math.floor((i-s)/2),this.drawingArea-=Math.min(this.drawingArea/2,Math.max(t,e,i,s))}getIndexAngle(t){const e=Ct/(this._pointLabels.length||1),i=this.options.startAngle||0;return ie(t*e+Vt(i))}getDistanceFromCenterForValue(t){if(it(t))return NaN;const e=this.drawingArea/(this.max-this.min);return this.options.reverse?(this.max-t)*e:(t-this.min)*e}getValueForDistanceFromCenter(t){if(it(t))return NaN;const e=t/(this.drawingArea/(this.max-this.min));return this.options.reverse?this.max-e:this.min+e}getPointLabelContext(t){const e=this._pointLabels||[];if(t>=0&&t<e.length){const i=e[t];return F0(this.getContext(),t,i)}}getPointPosition(t,e,i=0){const s=this.getIndexAngle(t)-Ot+i;return{x:Math.cos(s)*e+this.xCenter,y:Math.sin(s)*e+this.yCenter,angle:s}}getPointPositionForValue(t,e){return this.getPointPosition(t,this.getDistanceFromCenterForValue(e))}getBasePosition(t){return this.getPointPositionForValue(t||0,this.getBaseValue())}getPointLabelPosition(t){const{left:e,top:i,right:s,bottom:r}=this._pointLabelItems[t];return{left:e,top:i,right:s,bottom:r}}drawBackground(){const{backgroundColor:t,grid:{circular:e}}=this.options;if(t){const i=this.ctx;i.save(),i.beginPath(),Od(this,this.getDistanceFromCenterForValue(this._endValue),e,this._pointLabels.length),i.closePath(),i.fillStyle=t,i.fill(),i.restore()}}drawGrid(){const t=this.ctx,e=this.options,{angleLines:i,grid:s,border:r}=e,a=this._pointLabels.length;let o,l,c;if(e.pointLabels.display&&L0(this,a),s.display&&this.ticks.forEach((u,h)=>{if(h!==0||h===0&&this.min<0){l=this.getDistanceFromCenterForValue(u.value);const f=this.getContext(h),m=s.setContext(f),g=r.setContext(f);N0(this,m,l,a,g)}}),i.display){for(t.save(),o=a-1;o>=0;o--){const u=i.setContext(this.getPointLabelContext(o)),{color:h,lineWidth:f}=u;!f||!h||(t.lineWidth=f,t.strokeStyle=h,t.setLineDash(u.borderDash),t.lineDashOffset=u.borderDashOffset,l=this.getDistanceFromCenterForValue(e.reverse?this.min:this.max),c=this.getPointPosition(o,l),t.beginPath(),t.moveTo(this.xCenter,this.yCenter),t.lineTo(c.x,c.y),t.stroke())}t.restore()}}drawBorder(){}drawLabels(){const t=this.ctx,e=this.options,i=e.ticks;if(!i.display)return;const s=this.getIndexAngle(0);let r,a;t.save(),t.translate(this.xCenter,this.yCenter),t.rotate(s),t.textAlign="center",t.textBaseline="middle",this.ticks.forEach((o,l)=>{if(l===0&&this.min>=0&&!e.reverse)return;const c=i.setContext(this.getContext(l)),u=Rt(c.font);if(r=this.getDistanceFromCenterForValue(this.ticks[l].value),c.showLabelBackdrop){t.font=u.string,a=t.measureText(o.label).width,t.fillStyle=c.backdropColor;const h=$t(c.backdropPadding);t.fillRect(-a/2-h.left,-r-u.size/2-h.top,a+h.width,u.size+h.height)}Yn(t,o.label,0,-r,u,{color:c.color,strokeColor:c.textStrokeColor,strokeWidth:c.textStrokeWidth})}),t.restore()}drawTitle(){}}P(ps,"id","radialLinear"),P(ps,"defaults",{display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,lineWidth:1,borderDash:[],borderDashOffset:0},grid:{circular:!1},startAngle:0,ticks:{showLabelBackdrop:!0,callback:cr.formatters.numeric},pointLabels:{backdropColor:void 0,backdropPadding:2,display:!0,font:{size:10},callback(t){return t},padding:5,centerPointLabels:!1}}),P(ps,"defaultRoutes",{"angleLines.color":"borderColor","pointLabels.color":"color","ticks.color":"color"}),P(ps,"descriptors",{angleLines:{_fallback:"grid"}});const Rr={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}},_e=Object.keys(Rr);function Pd(n,t){return n-t}function Ad(n,t){if(it(t))return null;const e=n._adapter,{parser:i,round:s,isoWeekday:r}=n._parseOpts;let a=t;return typeof i=="function"&&(a=i(a)),At(a)||(a=typeof i=="string"?e.parse(a,i):e.parse(a)),a===null?null:(s&&(a=s==="week"&&(wn(r)||r===!0)?e.startOf(a,"isoWeek",r):e.startOf(a,s)),+a)}function Rd(n,t,e,i){const s=_e.length;for(let r=_e.indexOf(n);r<s-1;++r){const a=Rr[_e[r]],o=a.steps?a.steps:Number.MAX_SAFE_INTEGER;if(a.common&&Math.ceil((e-t)/(o*a.size))<=i)return _e[r]}return _e[s-1]}function B0(n,t,e,i,s){for(let r=_e.length-1;r>=_e.indexOf(e);r--){const a=_e[r];if(Rr[a].common&&n._adapter.diff(s,i,a)>=t-1)return a}return _e[e?_e.indexOf(e):0]}function z0(n){for(let t=_e.indexOf(n)+1,e=_e.length;t<e;++t)if(Rr[_e[t]].common)return _e[t]}function Id(n,t,e){if(!e)n[t]=!0;else if(e.length){const{lo:i,hi:s}=Na(e,t),r=e[i]>=t?e[i]:e[s];n[r]=!0}}function H0(n,t,e,i){const s=n._adapter,r=+s.startOf(t[0].value,i),a=t[t.length-1].value;let o,l;for(o=r;o<=a;o=+s.add(o,1,i))l=e[o],l>=0&&(t[l].major=!0);return t}function Ld(n,t,e){const i=[],s={},r=t.length;let a,o;for(a=0;a<r;++a)o=t[a],s[o]=a,i.push({value:o,major:!1});return r===0||!e?i:H0(n,i,s,e)}class ys extends Un{constructor(t){super(t),this._cache={data:[],labels:[],all:[]},this._unit="day",this._majorUnit=void 0,this._offsets={},this._normalized=!1,this._parseOpts=void 0}init(t,e={}){const i=t.time||(t.time={}),s=this._adapter=new Su._date(t.adapters.date);s.init(e),qi(i.displayFormats,s.formats()),this._parseOpts={parser:i.parser,round:i.round,isoWeekday:i.isoWeekday},super.init(t),this._normalized=e.normalized}parse(t,e){return t===void 0?null:Ad(this,t)}beforeLayout(){super.beforeLayout(),this._cache={data:[],labels:[],all:[]}}determineDataLimits(){const t=this.options,e=this._adapter,i=t.time.unit||"day";let{min:s,max:r,minDefined:a,maxDefined:o}=this.getUserBounds();function l(c){!a&&!isNaN(c.min)&&(s=Math.min(s,c.min)),!o&&!isNaN(c.max)&&(r=Math.max(r,c.max))}(!a||!o)&&(l(this._getLabelBounds()),(t.bounds!=="ticks"||t.ticks.source!=="labels")&&l(this.getMinMax(!1))),s=At(s)&&!isNaN(s)?s:+e.startOf(Date.now(),i),r=At(r)&&!isNaN(r)?r:+e.endOf(Date.now(),i)+1,this.min=Math.min(s,r-1),this.max=Math.max(s+1,r)}_getLabelBounds(){const t=this.getLabelTimestamps();let e=Number.POSITIVE_INFINITY,i=Number.NEGATIVE_INFINITY;return t.length&&(e=t[0],i=t[t.length-1]),{min:e,max:i}}buildTicks(){const t=this.options,e=t.time,i=t.ticks,s=i.source==="labels"?this.getLabelTimestamps():this._generate();t.bounds==="ticks"&&s.length&&(this.min=this._userMin||s[0],this.max=this._userMax||s[s.length-1]);const r=this.min,a=this.max,o=wg(s,r,a);return this._unit=e.unit||(i.autoSkip?Rd(e.minUnit,this.min,this.max,this._getLabelCapacity(r)):B0(this,o.length,e.minUnit,this.min,this.max)),this._majorUnit=!i.major.enabled||this._unit==="year"?void 0:z0(this._unit),this.initOffsets(s),t.reverse&&o.reverse(),Ld(this,o,this._majorUnit)}afterAutoSkip(){this.options.offsetAfterAutoskip&&this.initOffsets(this.ticks.map(t=>+t.value))}initOffsets(t=[]){let e=0,i=0,s,r;this.options.offset&&t.length&&(s=this.getDecimalForValue(t[0]),t.length===1?e=1-s:e=(this.getDecimalForValue(t[1])-s)/2,r=this.getDecimalForValue(t[t.length-1]),t.length===1?i=r:i=(r-this.getDecimalForValue(t[t.length-2]))/2);const a=t.length<3?.5:.25;e=Kt(e,0,a),i=Kt(i,0,a),this._offsets={start:e,end:i,factor:1/(e+1+i)}}_generate(){const t=this._adapter,e=this.min,i=this.max,s=this.options,r=s.time,a=r.unit||Rd(r.minUnit,e,i,this._getLabelCapacity(e)),o=st(s.ticks.stepSize,1),l=a==="week"?r.isoWeekday:!1,c=wn(l)||l===!0,u={};let h=e,f,m;if(c&&(h=+t.startOf(h,"isoWeek",l)),h=+t.startOf(h,c?"day":a),t.diff(i,e,a)>1e5*o)throw new Error(e+" and "+i+" are too far apart with stepSize of "+o+" "+a);const g=s.ticks.source==="data"&&this.getDataTimestamps();for(f=h,m=0;f<i;f=+t.add(f,o,a),m++)Id(u,f,g);return(f===i||s.bounds==="ticks"||m===1)&&Id(u,f,g),Object.keys(u).sort(Pd).map(_=>+_)}getLabelForValue(t){const e=this._adapter,i=this.options.time;return i.tooltipFormat?e.format(t,i.tooltipFormat):e.format(t,i.displayFormats.datetime)}format(t,e){const s=this.options.time.displayFormats,r=this._unit,a=e||s[r];return this._adapter.format(t,a)}_tickFormatFunction(t,e,i,s){const r=this.options,a=r.ticks.callback;if(a)return St(a,[t,e,i],this);const o=r.time.displayFormats,l=this._unit,c=this._majorUnit,u=l&&o[l],h=c&&o[c],f=i[e],m=c&&h&&f&&f.major;return this._adapter.format(t,s||(m?h:u))}generateTickLabels(t){let e,i,s;for(e=0,i=t.length;e<i;++e)s=t[e],s.label=this._tickFormatFunction(s.value,e,t)}getDecimalForValue(t){return t===null?NaN:(t-this.min)/(this.max-this.min)}getPixelForValue(t){const e=this._offsets,i=this.getDecimalForValue(t);return this.getPixelForDecimal((e.start+i)*e.factor)}getValueForPixel(t){const e=this._offsets,i=this.getDecimalForPixel(t)/e.factor-e.end;return this.min+i*(this.max-this.min)}_getLabelSize(t){const e=this.options.ticks,i=this.ctx.measureText(t).width,s=Vt(this.isHorizontal()?e.maxRotation:e.minRotation),r=Math.cos(s),a=Math.sin(s),o=this._resolveTickFontOptions(0).size;return{w:i*r+o*a,h:i*a+o*r}}_getLabelCapacity(t){const e=this.options.time,i=e.displayFormats,s=i[e.unit]||i.millisecond,r=this._tickFormatFunction(t,0,Ld(this,[t],this._majorUnit),s),a=this._getLabelSize(r),o=Math.floor(this.isHorizontal()?this.width/a.w:this.height/a.h)-1;return o>0?o:1}getDataTimestamps(){let t=this._cache.data||[],e,i;if(t.length)return t;const s=this.getMatchingVisibleMetas();if(this._normalized&&s.length)return this._cache.data=s[0].controller.getAllParsedValues(this);for(e=0,i=s.length;e<i;++e)t=t.concat(s[e].controller.getAllParsedValues(this));return this._cache.data=this.normalize(t)}getLabelTimestamps(){const t=this._cache.labels||[];let e,i;if(t.length)return t;const s=this.getLabels();for(e=0,i=s.length;e<i;++e)t.push(Ad(this,s[e]));return this._cache.labels=this._normalized?t:this.normalize(t)}normalize(t){return Lc(t.sort(Pd))}}P(ys,"id","time"),P(ys,"defaults",{bounds:"data",adapters:{},time:{parser:!1,unit:!1,round:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{}},ticks:{source:"auto",callback:!1,major:{enabled:!1}}});function Ir(n,t,e){let i=0,s=n.length-1,r,a,o,l;e?(t>=n[i].pos&&t<=n[s].pos&&({lo:i,hi:s}=Je(n,"pos",t)),{pos:r,time:o}=n[i],{pos:a,time:l}=n[s]):(t>=n[i].time&&t<=n[s].time&&({lo:i,hi:s}=Je(n,"time",t)),{time:r,pos:o}=n[i],{time:a,pos:l}=n[s]);const c=a-r;return c?o+(l-o)*(t-r)/c:o}class vo extends ys{constructor(t){super(t),this._table=[],this._minPos=void 0,this._tableRange=void 0}initOffsets(){const t=this._getTimestampsForTable(),e=this._table=this.buildLookupTable(t);this._minPos=Ir(e,this.min),this._tableRange=Ir(e,this.max)-this._minPos,super.initOffsets(t)}buildLookupTable(t){const{min:e,max:i}=this,s=[],r=[];let a,o,l,c,u;for(a=0,o=t.length;a<o;++a)c=t[a],c>=e&&c<=i&&s.push(c);if(s.length<2)return[{time:e,pos:0},{time:i,pos:1}];for(a=0,o=s.length;a<o;++a)u=s[a+1],l=s[a-1],c=s[a],Math.round((u+l)/2)!==c&&r.push({time:c,pos:a/(o-1)});return r}_generate(){const t=this.min,e=this.max;let i=super.getDataTimestamps();return(!i.includes(t)||!i.length)&&i.splice(0,0,t),(!i.includes(e)||i.length===1)&&i.push(e),i.sort((s,r)=>s-r)}_getTimestampsForTable(){let t=this._cache.all||[];if(t.length)return t;const e=this.getDataTimestamps(),i=this.getLabelTimestamps();return e.length&&i.length?t=this.normalize(e.concat(i)):t=e.length?e:i,t=this._cache.all=t,t}getDecimalForValue(t){return(Ir(this._table,t)-this._minPos)/this._tableRange}getValueForPixel(t){const e=this._offsets,i=this.getDecimalForPixel(t)/e.factor-e.end;return Ir(this._table,i*this._tableRange+this._minPos,!0)}}P(vo,"id","timeseries"),P(vo,"defaults",ys.defaults);var W0=Object.freeze({__proto__:null,CategoryScale:bo,LinearScale:_o,LogarithmicScale:xo,RadialLinearScale:ps,TimeScale:ys,TimeSeriesScale:vo});const Y0=[Kp,Sb,b0,W0],Nd=6048e5,V0=864e5,bs=6e4,_i=36e5,$0=1e3,Fd=Symbol.for("constructDateFrom");function Lt(n,t){return typeof n=="function"?n(t):n&&typeof n=="object"&&Fd in n?n[Fd](t):n instanceof Date?new n.constructor(t):new Date(t)}function ct(n,t){return Lt(t||n,n)}function Lr(n,t,e){const i=ct(n,e==null?void 0:e.in);return isNaN(t)?Lt((e==null?void 0:e.in)||n,NaN):(t&&i.setDate(i.getDate()+t),i)}function Mo(n,t,e){const i=ct(n,e==null?void 0:e.in);if(isNaN(t))return Lt(n,NaN);if(!t)return i;const s=i.getDate(),r=Lt(n,i.getTime());r.setMonth(i.getMonth()+t+1,0);const a=r.getDate();return s>=a?r:(i.setFullYear(r.getFullYear(),r.getMonth(),s),i)}function So(n,t,e){return Lt(n,+ct(n)+t)}function j0(n,t,e){return So(n,t*_i)}let U0={};function Xn(){return U0}function $e(n,t){var o,l,c,u;const e=Xn(),i=(t==null?void 0:t.weekStartsOn)??((l=(o=t==null?void 0:t.locale)==null?void 0:o.options)==null?void 0:l.weekStartsOn)??e.weekStartsOn??((u=(c=e.locale)==null?void 0:c.options)==null?void 0:u.weekStartsOn)??0,s=ct(n,t==null?void 0:t.in),r=s.getDay(),a=(r<i?7:0)+r-i;return s.setDate(s.getDate()-a),s.setHours(0,0,0,0),s}function xi(n,t){return $e(n,{...t,weekStartsOn:1})}function Bd(n,t){const e=ct(n,t==null?void 0:t.in),i=e.getFullYear(),s=Lt(e,0);s.setFullYear(i+1,0,4),s.setHours(0,0,0,0);const r=xi(s),a=Lt(e,0);a.setFullYear(i,0,4),a.setHours(0,0,0,0);const o=xi(a);return e.getTime()>=r.getTime()?i+1:e.getTime()>=o.getTime()?i:i-1}function Nr(n){const t=ct(n),e=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return e.setUTCFullYear(t.getFullYear()),+n-+e}function Gn(n,...t){const e=Lt.bind(null,t.find(i=>typeof i=="object"));return t.map(e)}function ko(n,t){const e=ct(n,t==null?void 0:t.in);return e.setHours(0,0,0,0),e}function zd(n,t,e){const[i,s]=Gn(e==null?void 0:e.in,n,t),r=ko(i),a=ko(s),o=+r-Nr(r),l=+a-Nr(a);return Math.round((o-l)/V0)}function q0(n,t){const e=Bd(n,t),i=Lt(n,0);return i.setFullYear(e,0,4),i.setHours(0,0,0,0),xi(i)}function X0(n,t,e){const i=ct(n,e==null?void 0:e.in);return i.setTime(i.getTime()+t*bs),i}function G0(n,t,e){return Mo(n,t*3,e)}function K0(n,t,e){return So(n,t*1e3)}function Z0(n,t,e){return Lr(n,t*7,e)}function Q0(n,t,e){return Mo(n,t*12,e)}function _s(n,t){const e=+ct(n)-+ct(t);return e<0?-1:e>0?1:e}function J0(n){return n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]"}function Do(n){return!(!J0(n)&&typeof n!="number"||isNaN(+ct(n)))}function t_(n,t,e){const[i,s]=Gn(e==null?void 0:e.in,n,t),r=i.getFullYear()-s.getFullYear(),a=i.getMonth()-s.getMonth();return r*12+a}function e_(n,t,e){const[i,s]=Gn(e==null?void 0:e.in,n,t);return i.getFullYear()-s.getFullYear()}function Hd(n,t,e){const[i,s]=Gn(e==null?void 0:e.in,n,t),r=Wd(i,s),a=Math.abs(zd(i,s));i.setDate(i.getDate()-r*a);const o=+(Wd(i,s)===-r),l=r*(a-o);return l===0?0:l}function Wd(n,t){const e=n.getFullYear()-t.getFullYear()||n.getMonth()-t.getMonth()||n.getDate()-t.getDate()||n.getHours()-t.getHours()||n.getMinutes()-t.getMinutes()||n.getSeconds()-t.getSeconds()||n.getMilliseconds()-t.getMilliseconds();return e<0?-1:e>0?1:e}function xs(n){return t=>{const i=(n?Math[n]:Math.trunc)(t);return i===0?0:i}}function n_(n,t,e){const[i,s]=Gn(e==null?void 0:e.in,n,t),r=(+i-+s)/_i;return xs(e==null?void 0:e.roundingMethod)(r)}function To(n,t){return+ct(n)-+ct(t)}function i_(n,t,e){const i=To(n,t)/bs;return xs(e==null?void 0:e.roundingMethod)(i)}function Yd(n,t){const e=ct(n,t==null?void 0:t.in);return e.setHours(23,59,59,999),e}function Vd(n,t){const e=ct(n,t==null?void 0:t.in),i=e.getMonth();return e.setFullYear(e.getFullYear(),i+1,0),e.setHours(23,59,59,999),e}function s_(n,t){const e=ct(n,t==null?void 0:t.in);return+Yd(e,t)==+Vd(e,t)}function $d(n,t,e){const[i,s,r]=Gn(e==null?void 0:e.in,n,n,t),a=_s(s,r),o=Math.abs(t_(s,r));if(o<1)return 0;s.getMonth()===1&&s.getDate()>27&&s.setDate(30),s.setMonth(s.getMonth()-a*o);let l=_s(s,r)===-a;s_(i)&&o===1&&_s(i,r)===1&&(l=!1);const c=a*(o-+l);return c===0?0:c}function r_(n,t,e){const i=$d(n,t,e)/3;return xs(e==null?void 0:e.roundingMethod)(i)}function a_(n,t,e){const i=To(n,t)/1e3;return xs(e==null?void 0:e.roundingMethod)(i)}function o_(n,t,e){const i=Hd(n,t,e)/7;return xs(e==null?void 0:e.roundingMethod)(i)}function l_(n,t,e){const[i,s]=Gn(e==null?void 0:e.in,n,t),r=_s(i,s),a=Math.abs(e_(i,s));i.setFullYear(1584),s.setFullYear(1584);const o=_s(i,s)===-r,l=r*(a-+o);return l===0?0:l}function c_(n,t){const e=ct(n,t==null?void 0:t.in),i=e.getMonth(),s=i-i%3;return e.setMonth(s,1),e.setHours(0,0,0,0),e}function u_(n,t){const e=ct(n,t==null?void 0:t.in);return e.setDate(1),e.setHours(0,0,0,0),e}function d_(n,t){const e=ct(n,t==null?void 0:t.in),i=e.getFullYear();return e.setFullYear(i+1,0,0),e.setHours(23,59,59,999),e}function jd(n,t){const e=ct(n,t==null?void 0:t.in);return e.setFullYear(e.getFullYear(),0,1),e.setHours(0,0,0,0),e}function h_(n,t){const e=ct(n,t==null?void 0:t.in);return e.setMinutes(59,59,999),e}function f_(n,t){var o,l;const e=Xn(),i=e.weekStartsOn??((l=(o=e.locale)==null?void 0:o.options)==null?void 0:l.weekStartsOn)??0,s=ct(n,t==null?void 0:t.in),r=s.getDay(),a=(r<i?-7:0)+6-(r-i);return s.setDate(s.getDate()+a),s.setHours(23,59,59,999),s}function m_(n,t){const e=ct(n,t==null?void 0:t.in);return e.setSeconds(59,999),e}function g_(n,t){const e=ct(n,t==null?void 0:t.in),i=e.getMonth(),s=i-i%3+3;return e.setMonth(s,0),e.setHours(23,59,59,999),e}function p_(n,t){const e=ct(n,t==null?void 0:t.in);return e.setMilliseconds(999),e}const y_={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},b_=(n,t,e)=>{let i;const s=y_[n];return typeof s=="string"?i=s:t===1?i=s.one:i=s.other.replace("{{count}}",t.toString()),e!=null&&e.addSuffix?e.comparison&&e.comparison>0?"in "+i:i+" ago":i};function Co(n){return(t={})=>{const e=t.width?String(t.width):n.defaultWidth;return n.formats[e]||n.formats[n.defaultWidth]}}const __={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},x_={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},w_={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},v_={date:Co({formats:__,defaultWidth:"full"}),time:Co({formats:x_,defaultWidth:"full"}),dateTime:Co({formats:w_,defaultWidth:"full"})},M_={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},S_=(n,t,e,i)=>M_[n];function ws(n){return(t,e)=>{const i=e!=null&&e.context?String(e.context):"standalone";let s;if(i==="formatting"&&n.formattingValues){const a=n.defaultFormattingWidth||n.defaultWidth,o=e!=null&&e.width?String(e.width):a;s=n.formattingValues[o]||n.formattingValues[a]}else{const a=n.defaultWidth,o=e!=null&&e.width?String(e.width):n.defaultWidth;s=n.values[o]||n.values[a]}const r=n.argumentCallback?n.argumentCallback(t):t;return s[r]}}const k_={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},D_={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},T_={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},C_={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},E_={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},O_={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},P_={ordinalNumber:(n,t)=>{const e=Number(n),i=e%100;if(i>20||i<10)switch(i%10){case 1:return e+"st";case 2:return e+"nd";case 3:return e+"rd"}return e+"th"},era:ws({values:k_,defaultWidth:"wide"}),quarter:ws({values:D_,defaultWidth:"wide",argumentCallback:n=>n-1}),month:ws({values:T_,defaultWidth:"wide"}),day:ws({values:C_,defaultWidth:"wide"}),dayPeriod:ws({values:E_,defaultWidth:"wide",formattingValues:O_,defaultFormattingWidth:"wide"})};function vs(n){return(t,e={})=>{const i=e.width,s=i&&n.matchPatterns[i]||n.matchPatterns[n.defaultMatchWidth],r=t.match(s);if(!r)return null;const a=r[0],o=i&&n.parsePatterns[i]||n.parsePatterns[n.defaultParseWidth],l=Array.isArray(o)?R_(o,h=>h.test(a)):A_(o,h=>h.test(a));let c;c=n.valueCallback?n.valueCallback(l):l,c=e.valueCallback?e.valueCallback(c):c;const u=t.slice(a.length);return{value:c,rest:u}}}function A_(n,t){for(const e in n)if(Object.prototype.hasOwnProperty.call(n,e)&&t(n[e]))return e}function R_(n,t){for(let e=0;e<n.length;e++)if(t(n[e]))return e}function I_(n){return(t,e={})=>{const i=t.match(n.matchPattern);if(!i)return null;const s=i[0],r=t.match(n.parsePattern);if(!r)return null;let a=n.valueCallback?n.valueCallback(r[0]):r[0];a=e.valueCallback?e.valueCallback(a):a;const o=t.slice(s.length);return{value:a,rest:o}}}const L_=/^(\d+)(th|st|nd|rd)?/i,N_=/\d+/i,F_={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},B_={any:[/^b/i,/^(a|c)/i]},z_={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},H_={any:[/1/i,/2/i,/3/i,/4/i]},W_={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},Y_={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},V_={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},$_={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},j_={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},U_={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},q_={ordinalNumber:I_({matchPattern:L_,parsePattern:N_,valueCallback:n=>parseInt(n,10)}),era:vs({matchPatterns:F_,defaultMatchWidth:"wide",parsePatterns:B_,defaultParseWidth:"any"}),quarter:vs({matchPatterns:z_,defaultMatchWidth:"wide",parsePatterns:H_,defaultParseWidth:"any",valueCallback:n=>n+1}),month:vs({matchPatterns:W_,defaultMatchWidth:"wide",parsePatterns:Y_,defaultParseWidth:"any"}),day:vs({matchPatterns:V_,defaultMatchWidth:"wide",parsePatterns:$_,defaultParseWidth:"any"}),dayPeriod:vs({matchPatterns:j_,defaultMatchWidth:"any",parsePatterns:U_,defaultParseWidth:"any"})},Ud={code:"en-US",formatDistance:b_,formatLong:v_,formatRelative:S_,localize:P_,match:q_,options:{weekStartsOn:0,firstWeekContainsDate:1}};function X_(n,t){const e=ct(n,t==null?void 0:t.in);return zd(e,jd(e))+1}function qd(n,t){const e=ct(n,t==null?void 0:t.in),i=+xi(e)-+q0(e);return Math.round(i/Nd)+1}function Eo(n,t){var u,h,f,m;const e=ct(n,t==null?void 0:t.in),i=e.getFullYear(),s=Xn(),r=(t==null?void 0:t.firstWeekContainsDate)??((h=(u=t==null?void 0:t.locale)==null?void 0:u.options)==null?void 0:h.firstWeekContainsDate)??s.firstWeekContainsDate??((m=(f=s.locale)==null?void 0:f.options)==null?void 0:m.firstWeekContainsDate)??1,a=Lt((t==null?void 0:t.in)||n,0);a.setFullYear(i+1,0,r),a.setHours(0,0,0,0);const o=$e(a,t),l=Lt((t==null?void 0:t.in)||n,0);l.setFullYear(i,0,r),l.setHours(0,0,0,0);const c=$e(l,t);return+e>=+o?i+1:+e>=+c?i:i-1}function G_(n,t){var o,l,c,u;const e=Xn(),i=(t==null?void 0:t.firstWeekContainsDate)??((l=(o=t==null?void 0:t.locale)==null?void 0:o.options)==null?void 0:l.firstWeekContainsDate)??e.firstWeekContainsDate??((u=(c=e.locale)==null?void 0:c.options)==null?void 0:u.firstWeekContainsDate)??1,s=Eo(n,t),r=Lt((t==null?void 0:t.in)||n,0);return r.setFullYear(s,0,i),r.setHours(0,0,0,0),$e(r,t)}function Xd(n,t){const e=ct(n,t==null?void 0:t.in),i=+$e(e,t)-+G_(e,t);return Math.round(i/Nd)+1}function Dt(n,t){const e=n<0?"-":"",i=Math.abs(n).toString().padStart(t,"0");return e+i}const Tn={y(n,t){const e=n.getFullYear(),i=e>0?e:1-e;return Dt(t==="yy"?i%100:i,t.length)},M(n,t){const e=n.getMonth();return t==="M"?String(e+1):Dt(e+1,2)},d(n,t){return Dt(n.getDate(),t.length)},a(n,t){const e=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.toUpperCase();case"aaa":return e;case"aaaaa":return e[0];case"aaaa":default:return e==="am"?"a.m.":"p.m."}},h(n,t){return Dt(n.getHours()%12||12,t.length)},H(n,t){return Dt(n.getHours(),t.length)},m(n,t){return Dt(n.getMinutes(),t.length)},s(n,t){return Dt(n.getSeconds(),t.length)},S(n,t){const e=t.length,i=n.getMilliseconds(),s=Math.trunc(i*Math.pow(10,e-3));return Dt(s,t.length)}},wi={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},Gd={G:function(n,t,e){const i=n.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return e.era(i,{width:"abbreviated"});case"GGGGG":return e.era(i,{width:"narrow"});case"GGGG":default:return e.era(i,{width:"wide"})}},y:function(n,t,e){if(t==="yo"){const i=n.getFullYear(),s=i>0?i:1-i;return e.ordinalNumber(s,{unit:"year"})}return Tn.y(n,t)},Y:function(n,t,e,i){const s=Eo(n,i),r=s>0?s:1-s;if(t==="YY"){const a=r%100;return Dt(a,2)}return t==="Yo"?e.ordinalNumber(r,{unit:"year"}):Dt(r,t.length)},R:function(n,t){const e=Bd(n);return Dt(e,t.length)},u:function(n,t){const e=n.getFullYear();return Dt(e,t.length)},Q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"Q":return String(i);case"QQ":return Dt(i,2);case"Qo":return e.ordinalNumber(i,{unit:"quarter"});case"QQQ":return e.quarter(i,{width:"abbreviated",context:"formatting"});case"QQQQQ":return e.quarter(i,{width:"narrow",context:"formatting"});case"QQQQ":default:return e.quarter(i,{width:"wide",context:"formatting"})}},q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"q":return String(i);case"qq":return Dt(i,2);case"qo":return e.ordinalNumber(i,{unit:"quarter"});case"qqq":return e.quarter(i,{width:"abbreviated",context:"standalone"});case"qqqqq":return e.quarter(i,{width:"narrow",context:"standalone"});case"qqqq":default:return e.quarter(i,{width:"wide",context:"standalone"})}},M:function(n,t,e){const i=n.getMonth();switch(t){case"M":case"MM":return Tn.M(n,t);case"Mo":return e.ordinalNumber(i+1,{unit:"month"});case"MMM":return e.month(i,{width:"abbreviated",context:"formatting"});case"MMMMM":return e.month(i,{width:"narrow",context:"formatting"});case"MMMM":default:return e.month(i,{width:"wide",context:"formatting"})}},L:function(n,t,e){const i=n.getMonth();switch(t){case"L":return String(i+1);case"LL":return Dt(i+1,2);case"Lo":return e.ordinalNumber(i+1,{unit:"month"});case"LLL":return e.month(i,{width:"abbreviated",context:"standalone"});case"LLLLL":return e.month(i,{width:"narrow",context:"standalone"});case"LLLL":default:return e.month(i,{width:"wide",context:"standalone"})}},w:function(n,t,e,i){const s=Xd(n,i);return t==="wo"?e.ordinalNumber(s,{unit:"week"}):Dt(s,t.length)},I:function(n,t,e){const i=qd(n);return t==="Io"?e.ordinalNumber(i,{unit:"week"}):Dt(i,t.length)},d:function(n,t,e){return t==="do"?e.ordinalNumber(n.getDate(),{unit:"date"}):Tn.d(n,t)},D:function(n,t,e){const i=X_(n);return t==="Do"?e.ordinalNumber(i,{unit:"dayOfYear"}):Dt(i,t.length)},E:function(n,t,e){const i=n.getDay();switch(t){case"E":case"EE":case"EEE":return e.day(i,{width:"abbreviated",context:"formatting"});case"EEEEE":return e.day(i,{width:"narrow",context:"formatting"});case"EEEEEE":return e.day(i,{width:"short",context:"formatting"});case"EEEE":default:return e.day(i,{width:"wide",context:"formatting"})}},e:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"e":return String(r);case"ee":return Dt(r,2);case"eo":return e.ordinalNumber(r,{unit:"day"});case"eee":return e.day(s,{width:"abbreviated",context:"formatting"});case"eeeee":return e.day(s,{width:"narrow",context:"formatting"});case"eeeeee":return e.day(s,{width:"short",context:"formatting"});case"eeee":default:return e.day(s,{width:"wide",context:"formatting"})}},c:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"c":return String(r);case"cc":return Dt(r,t.length);case"co":return e.ordinalNumber(r,{unit:"day"});case"ccc":return e.day(s,{width:"abbreviated",context:"standalone"});case"ccccc":return e.day(s,{width:"narrow",context:"standalone"});case"cccccc":return e.day(s,{width:"short",context:"standalone"});case"cccc":default:return e.day(s,{width:"wide",context:"standalone"})}},i:function(n,t,e){const i=n.getDay(),s=i===0?7:i;switch(t){case"i":return String(s);case"ii":return Dt(s,t.length);case"io":return e.ordinalNumber(s,{unit:"day"});case"iii":return e.day(i,{width:"abbreviated",context:"formatting"});case"iiiii":return e.day(i,{width:"narrow",context:"formatting"});case"iiiiii":return e.day(i,{width:"short",context:"formatting"});case"iiii":default:return e.day(i,{width:"wide",context:"formatting"})}},a:function(n,t,e){const s=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"aaa":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"aaaa":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},b:function(n,t,e){const i=n.getHours();let s;switch(i===12?s=wi.noon:i===0?s=wi.midnight:s=i/12>=1?"pm":"am",t){case"b":case"bb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"bbb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"bbbb":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},B:function(n,t,e){const i=n.getHours();let s;switch(i>=17?s=wi.evening:i>=12?s=wi.afternoon:i>=4?s=wi.morning:s=wi.night,t){case"B":case"BB":case"BBB":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"BBBBB":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"BBBB":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},h:function(n,t,e){if(t==="ho"){let i=n.getHours()%12;return i===0&&(i=12),e.ordinalNumber(i,{unit:"hour"})}return Tn.h(n,t)},H:function(n,t,e){return t==="Ho"?e.ordinalNumber(n.getHours(),{unit:"hour"}):Tn.H(n,t)},K:function(n,t,e){const i=n.getHours()%12;return t==="Ko"?e.ordinalNumber(i,{unit:"hour"}):Dt(i,t.length)},k:function(n,t,e){let i=n.getHours();return i===0&&(i=24),t==="ko"?e.ordinalNumber(i,{unit:"hour"}):Dt(i,t.length)},m:function(n,t,e){return t==="mo"?e.ordinalNumber(n.getMinutes(),{unit:"minute"}):Tn.m(n,t)},s:function(n,t,e){return t==="so"?e.ordinalNumber(n.getSeconds(),{unit:"second"}):Tn.s(n,t)},S:function(n,t){return Tn.S(n,t)},X:function(n,t,e){const i=n.getTimezoneOffset();if(i===0)return"Z";switch(t){case"X":return Zd(i);case"XXXX":case"XX":return Kn(i);case"XXXXX":case"XXX":default:return Kn(i,":")}},x:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"x":return Zd(i);case"xxxx":case"xx":return Kn(i);case"xxxxx":case"xxx":default:return Kn(i,":")}},O:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+Kd(i,":");case"OOOO":default:return"GMT"+Kn(i,":")}},z:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+Kd(i,":");case"zzzz":default:return"GMT"+Kn(i,":")}},t:function(n,t,e){const i=Math.trunc(+n/1e3);return Dt(i,t.length)},T:function(n,t,e){return Dt(+n,t.length)}};function Kd(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.trunc(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+Dt(r,2)}function Zd(n,t){return n%60===0?(n>0?"-":"+")+Dt(Math.abs(n)/60,2):Kn(n,t)}function Kn(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Dt(Math.trunc(i/60),2),r=Dt(i%60,2);return e+s+t+r}const Qd=(n,t)=>{switch(n){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},Jd=(n,t)=>{switch(n){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},Oo={p:Jd,P:(n,t)=>{const e=n.match(/(P+)(p+)?/)||[],i=e[1],s=e[2];if(!s)return Qd(n,t);let r;switch(i){case"P":r=t.dateTime({width:"short"});break;case"PP":r=t.dateTime({width:"medium"});break;case"PPP":r=t.dateTime({width:"long"});break;case"PPPP":default:r=t.dateTime({width:"full"});break}return r.replace("{{date}}",Qd(i,t)).replace("{{time}}",Jd(s,t))}},K_=/^D+$/,Z_=/^Y+$/,Q_=["D","DD","YY","YYYY"];function th(n){return K_.test(n)}function eh(n){return Z_.test(n)}function Po(n,t,e){const i=J_(n,t,e);if(console.warn(i),Q_.includes(n))throw new RangeError(i)}function J_(n,t,e){const i=n[0]==="Y"?"years":"days of the month";return`Use \`${n.toLowerCase()}\` instead of \`${n}\` (in \`${t}\`) for formatting ${i} to the input \`${e}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}const tx=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,ex=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,nx=/^'([^]*?)'?$/,ix=/''/g,sx=/[a-zA-Z]/;function Fr(n,t,e){var u,h,f,m,g,_,x,v;const i=Xn(),s=(e==null?void 0:e.locale)??i.locale??Ud,r=(e==null?void 0:e.firstWeekContainsDate)??((h=(u=e==null?void 0:e.locale)==null?void 0:u.options)==null?void 0:h.firstWeekContainsDate)??i.firstWeekContainsDate??((m=(f=i.locale)==null?void 0:f.options)==null?void 0:m.firstWeekContainsDate)??1,a=(e==null?void 0:e.weekStartsOn)??((_=(g=e==null?void 0:e.locale)==null?void 0:g.options)==null?void 0:_.weekStartsOn)??i.weekStartsOn??((v=(x=i.locale)==null?void 0:x.options)==null?void 0:v.weekStartsOn)??0,o=ct(n,e==null?void 0:e.in);if(!Do(o))throw new RangeError("Invalid time value");let l=t.match(ex).map(S=>{const k=S[0];if(k==="p"||k==="P"){const C=Oo[k];return C(S,s.formatLong)}return S}).join("").match(tx).map(S=>{if(S==="''")return{isToken:!1,value:"'"};const k=S[0];if(k==="'")return{isToken:!1,value:rx(S)};if(Gd[k])return{isToken:!0,value:S};if(k.match(sx))throw new RangeError("Format string contains an unescaped latin alphabet character `"+k+"`");return{isToken:!1,value:S}});s.localize.preprocessor&&(l=s.localize.preprocessor(o,l));const c={firstWeekContainsDate:r,weekStartsOn:a,locale:s};return l.map(S=>{if(!S.isToken)return S.value;const k=S.value;(!(e!=null&&e.useAdditionalWeekYearTokens)&&eh(k)||!(e!=null&&e.useAdditionalDayOfYearTokens)&&th(k))&&Po(k,t,String(n));const C=Gd[k[0]];return C(o,k,s.localize,c)}).join("")}function rx(n){const t=n.match(nx);return t?t[1].replace(ix,"'"):n}function nh(){return Object.assign({},Xn())}function ax(n,t){const e=ct(n,t==null?void 0:t.in).getDay();return e===0?7:e}function ox(n,t){const e=lx(t)?new t(0):Lt(t,0);return e.setFullYear(n.getFullYear(),n.getMonth(),n.getDate()),e.setHours(n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()),e}function lx(n){var t;return typeof n=="function"&&((t=n.prototype)==null?void 0:t.constructor)===n}const cx=10;class ih{constructor(){P(this,"subPriority",0)}validate(t,e){return!0}}class ux extends ih{constructor(t,e,i,s,r){super(),this.value=t,this.validateValue=e,this.setValue=i,this.priority=s,r&&(this.subPriority=r)}validate(t,e){return this.validateValue(t,this.value,e)}set(t,e,i){return this.setValue(t,e,this.value,i)}}class dx extends ih{constructor(e,i){super();P(this,"priority",cx);P(this,"subPriority",-1);this.context=e||(s=>Lt(i,s))}set(e,i){return i.timestampIsSet?e:Lt(e,ox(e,this.context))}}class xt{run(t,e,i,s){const r=this.parse(t,e,i,s);return r?{setter:new ux(r.value,this.validate,this.set,this.priority,this.subPriority),rest:r.rest}:null}validate(t,e,i){return!0}}class hx extends xt{constructor(){super(...arguments);P(this,"priority",140);P(this,"incompatibleTokens",["R","u","t","T"])}parse(e,i,s){switch(i){case"G":case"GG":case"GGG":return s.era(e,{width:"abbreviated"})||s.era(e,{width:"narrow"});case"GGGGG":return s.era(e,{width:"narrow"});case"GGGG":default:return s.era(e,{width:"wide"})||s.era(e,{width:"abbreviated"})||s.era(e,{width:"narrow"})}}set(e,i,s){return i.era=s,e.setFullYear(s,0,1),e.setHours(0,0,0,0),e}}const Ht={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},je={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};function Wt(n,t){return n&&{value:t(n.value),rest:n.rest}}function It(n,t){const e=t.match(n);return e?{value:parseInt(e[0],10),rest:t.slice(e[0].length)}:null}function Ue(n,t){const e=t.match(n);if(!e)return null;if(e[0]==="Z")return{value:0,rest:t.slice(1)};const i=e[1]==="+"?1:-1,s=e[2]?parseInt(e[2],10):0,r=e[3]?parseInt(e[3],10):0,a=e[5]?parseInt(e[5],10):0;return{value:i*(s*_i+r*bs+a*$0),rest:t.slice(e[0].length)}}function sh(n){return It(Ht.anyDigitsSigned,n)}function Nt(n,t){switch(n){case 1:return It(Ht.singleDigit,t);case 2:return It(Ht.twoDigits,t);case 3:return It(Ht.threeDigits,t);case 4:return It(Ht.fourDigits,t);default:return It(new RegExp("^\\d{1,"+n+"}"),t)}}function Br(n,t){switch(n){case 1:return It(Ht.singleDigitSigned,t);case 2:return It(Ht.twoDigitsSigned,t);case 3:return It(Ht.threeDigitsSigned,t);case 4:return It(Ht.fourDigitsSigned,t);default:return It(new RegExp("^-?\\d{1,"+n+"}"),t)}}function Ao(n){switch(n){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function rh(n,t){const e=t>0,i=e?t:1-t;let s;if(i<=50)s=n||100;else{const r=i+50,a=Math.trunc(r/100)*100,o=n>=r%100;s=n+a-(o?100:0)}return e?s:1-s}function ah(n){return n%400===0||n%4===0&&n%100!==0}class fx extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"])}parse(e,i,s){const r=a=>({year:a,isTwoDigitYear:i==="yy"});switch(i){case"y":return Wt(Nt(4,e),r);case"yo":return Wt(s.ordinalNumber(e,{unit:"year"}),r);default:return Wt(Nt(i.length,e),r)}}validate(e,i){return i.isTwoDigitYear||i.year>0}set(e,i,s){const r=e.getFullYear();if(s.isTwoDigitYear){const o=rh(s.year,r);return e.setFullYear(o,0,1),e.setHours(0,0,0,0),e}const a=!("era"in i)||i.era===1?s.year:1-s.year;return e.setFullYear(a,0,1),e.setHours(0,0,0,0),e}}class mx extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"])}parse(e,i,s){const r=a=>({year:a,isTwoDigitYear:i==="YY"});switch(i){case"Y":return Wt(Nt(4,e),r);case"Yo":return Wt(s.ordinalNumber(e,{unit:"year"}),r);default:return Wt(Nt(i.length,e),r)}}validate(e,i){return i.isTwoDigitYear||i.year>0}set(e,i,s,r){const a=Eo(e,r);if(s.isTwoDigitYear){const l=rh(s.year,a);return e.setFullYear(l,0,r.firstWeekContainsDate),e.setHours(0,0,0,0),$e(e,r)}const o=!("era"in i)||i.era===1?s.year:1-s.year;return e.setFullYear(o,0,r.firstWeekContainsDate),e.setHours(0,0,0,0),$e(e,r)}}class gx extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"])}parse(e,i){return Br(i==="R"?4:i.length,e)}set(e,i,s){const r=Lt(e,0);return r.setFullYear(s,0,4),r.setHours(0,0,0,0),xi(r)}}class px extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(e,i){return Br(i==="u"?4:i.length,e)}set(e,i,s){return e.setFullYear(s,0,1),e.setHours(0,0,0,0),e}}class yx extends xt{constructor(){super(...arguments);P(this,"priority",120);P(this,"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"Q":case"QQ":return Nt(i.length,e);case"Qo":return s.ordinalNumber(e,{unit:"quarter"});case"QQQ":return s.quarter(e,{width:"abbreviated",context:"formatting"})||s.quarter(e,{width:"narrow",context:"formatting"});case"QQQQQ":return s.quarter(e,{width:"narrow",context:"formatting"});case"QQQQ":default:return s.quarter(e,{width:"wide",context:"formatting"})||s.quarter(e,{width:"abbreviated",context:"formatting"})||s.quarter(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=1&&i<=4}set(e,i,s){return e.setMonth((s-1)*3,1),e.setHours(0,0,0,0),e}}class bx extends xt{constructor(){super(...arguments);P(this,"priority",120);P(this,"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"q":case"qq":return Nt(i.length,e);case"qo":return s.ordinalNumber(e,{unit:"quarter"});case"qqq":return s.quarter(e,{width:"abbreviated",context:"standalone"})||s.quarter(e,{width:"narrow",context:"standalone"});case"qqqqq":return s.quarter(e,{width:"narrow",context:"standalone"});case"qqqq":default:return s.quarter(e,{width:"wide",context:"standalone"})||s.quarter(e,{width:"abbreviated",context:"standalone"})||s.quarter(e,{width:"narrow",context:"standalone"})}}validate(e,i){return i>=1&&i<=4}set(e,i,s){return e.setMonth((s-1)*3,1),e.setHours(0,0,0,0),e}}class _x extends xt{constructor(){super(...arguments);P(this,"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]);P(this,"priority",110)}parse(e,i,s){const r=a=>a-1;switch(i){case"M":return Wt(It(Ht.month,e),r);case"MM":return Wt(Nt(2,e),r);case"Mo":return Wt(s.ordinalNumber(e,{unit:"month"}),r);case"MMM":return s.month(e,{width:"abbreviated",context:"formatting"})||s.month(e,{width:"narrow",context:"formatting"});case"MMMMM":return s.month(e,{width:"narrow",context:"formatting"});case"MMMM":default:return s.month(e,{width:"wide",context:"formatting"})||s.month(e,{width:"abbreviated",context:"formatting"})||s.month(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=0&&i<=11}set(e,i,s){return e.setMonth(s,1),e.setHours(0,0,0,0),e}}class xx extends xt{constructor(){super(...arguments);P(this,"priority",110);P(this,"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"])}parse(e,i,s){const r=a=>a-1;switch(i){case"L":return Wt(It(Ht.month,e),r);case"LL":return Wt(Nt(2,e),r);case"Lo":return Wt(s.ordinalNumber(e,{unit:"month"}),r);case"LLL":return s.month(e,{width:"abbreviated",context:"standalone"})||s.month(e,{width:"narrow",context:"standalone"});case"LLLLL":return s.month(e,{width:"narrow",context:"standalone"});case"LLLL":default:return s.month(e,{width:"wide",context:"standalone"})||s.month(e,{width:"abbreviated",context:"standalone"})||s.month(e,{width:"narrow",context:"standalone"})}}validate(e,i){return i>=0&&i<=11}set(e,i,s){return e.setMonth(s,1),e.setHours(0,0,0,0),e}}function wx(n,t,e){const i=ct(n,e==null?void 0:e.in),s=Xd(i,e)-t;return i.setDate(i.getDate()-s*7),ct(i,e==null?void 0:e.in)}class vx extends xt{constructor(){super(...arguments);P(this,"priority",100);P(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"])}parse(e,i,s){switch(i){case"w":return It(Ht.week,e);case"wo":return s.ordinalNumber(e,{unit:"week"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=53}set(e,i,s,r){return $e(wx(e,s,r),r)}}function Mx(n,t,e){const i=ct(n,e==null?void 0:e.in),s=qd(i,e)-t;return i.setDate(i.getDate()-s*7),i}class Sx extends xt{constructor(){super(...arguments);P(this,"priority",100);P(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"])}parse(e,i,s){switch(i){case"I":return It(Ht.week,e);case"Io":return s.ordinalNumber(e,{unit:"week"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=53}set(e,i,s){return xi(Mx(e,s))}}const kx=[31,28,31,30,31,30,31,31,30,31,30,31],Dx=[31,29,31,30,31,30,31,31,30,31,30,31];class Tx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"subPriority",1);P(this,"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"d":return It(Ht.date,e);case"do":return s.ordinalNumber(e,{unit:"date"});default:return Nt(i.length,e)}}validate(e,i){const s=e.getFullYear(),r=ah(s),a=e.getMonth();return r?i>=1&&i<=Dx[a]:i>=1&&i<=kx[a]}set(e,i,s){return e.setDate(s),e.setHours(0,0,0,0),e}}class Cx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"subpriority",1);P(this,"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"])}parse(e,i,s){switch(i){case"D":case"DD":return It(Ht.dayOfYear,e);case"Do":return s.ordinalNumber(e,{unit:"date"});default:return Nt(i.length,e)}}validate(e,i){const s=e.getFullYear();return ah(s)?i>=1&&i<=366:i>=1&&i<=365}set(e,i,s){return e.setMonth(0,s),e.setHours(0,0,0,0),e}}function Ro(n,t,e){var h,f,m,g;const i=Xn(),s=(e==null?void 0:e.weekStartsOn)??((f=(h=e==null?void 0:e.locale)==null?void 0:h.options)==null?void 0:f.weekStartsOn)??i.weekStartsOn??((g=(m=i.locale)==null?void 0:m.options)==null?void 0:g.weekStartsOn)??0,r=ct(n,e==null?void 0:e.in),a=r.getDay(),l=(t%7+7)%7,c=7-s,u=t<0||t>6?t-(a+c)%7:(l+c)%7-(a+c)%7;return Lr(r,u,e)}class Ex extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"E":case"EE":case"EEE":return s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"EEEEE":return s.day(e,{width:"narrow",context:"formatting"});case"EEEEEE":return s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"EEEE":default:return s.day(e,{width:"wide",context:"formatting"})||s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=0&&i<=6}set(e,i,s,r){return e=Ro(e,s,r),e.setHours(0,0,0,0),e}}class Ox extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"])}parse(e,i,s,r){const a=o=>{const l=Math.floor((o-1)/7)*7;return(o+r.weekStartsOn+6)%7+l};switch(i){case"e":case"ee":return Wt(Nt(i.length,e),a);case"eo":return Wt(s.ordinalNumber(e,{unit:"day"}),a);case"eee":return s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"eeeee":return s.day(e,{width:"narrow",context:"formatting"});case"eeeeee":return s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"eeee":default:return s.day(e,{width:"wide",context:"formatting"})||s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=0&&i<=6}set(e,i,s,r){return e=Ro(e,s,r),e.setHours(0,0,0,0),e}}class Px extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"])}parse(e,i,s,r){const a=o=>{const l=Math.floor((o-1)/7)*7;return(o+r.weekStartsOn+6)%7+l};switch(i){case"c":case"cc":return Wt(Nt(i.length,e),a);case"co":return Wt(s.ordinalNumber(e,{unit:"day"}),a);case"ccc":return s.day(e,{width:"abbreviated",context:"standalone"})||s.day(e,{width:"short",context:"standalone"})||s.day(e,{width:"narrow",context:"standalone"});case"ccccc":return s.day(e,{width:"narrow",context:"standalone"});case"cccccc":return s.day(e,{width:"short",context:"standalone"})||s.day(e,{width:"narrow",context:"standalone"});case"cccc":default:return s.day(e,{width:"wide",context:"standalone"})||s.day(e,{width:"abbreviated",context:"standalone"})||s.day(e,{width:"short",context:"standalone"})||s.day(e,{width:"narrow",context:"standalone"})}}validate(e,i){return i>=0&&i<=6}set(e,i,s,r){return e=Ro(e,s,r),e.setHours(0,0,0,0),e}}function Ax(n,t,e){const i=ct(n,e==null?void 0:e.in),s=ax(i,e),r=t-s;return Lr(i,r,e)}class Rx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"])}parse(e,i,s){const r=a=>a===0?7:a;switch(i){case"i":case"ii":return Nt(i.length,e);case"io":return s.ordinalNumber(e,{unit:"day"});case"iii":return Wt(s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"}),r);case"iiiii":return Wt(s.day(e,{width:"narrow",context:"formatting"}),r);case"iiiiii":return Wt(s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"}),r);case"iiii":default:return Wt(s.day(e,{width:"wide",context:"formatting"})||s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"}),r)}}validate(e,i){return i>=1&&i<=7}set(e,i,s){return e=Ax(e,s),e.setHours(0,0,0,0),e}}class Ix extends xt{constructor(){super(...arguments);P(this,"priority",80);P(this,"incompatibleTokens",["b","B","H","k","t","T"])}parse(e,i,s){switch(i){case"a":case"aa":case"aaa":return s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"});case"aaaaa":return s.dayPeriod(e,{width:"narrow",context:"formatting"});case"aaaa":default:return s.dayPeriod(e,{width:"wide",context:"formatting"})||s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,i,s){return e.setHours(Ao(s),0,0,0),e}}class Lx extends xt{constructor(){super(...arguments);P(this,"priority",80);P(this,"incompatibleTokens",["a","B","H","k","t","T"])}parse(e,i,s){switch(i){case"b":case"bb":case"bbb":return s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"});case"bbbbb":return s.dayPeriod(e,{width:"narrow",context:"formatting"});case"bbbb":default:return s.dayPeriod(e,{width:"wide",context:"formatting"})||s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,i,s){return e.setHours(Ao(s),0,0,0),e}}class Nx extends xt{constructor(){super(...arguments);P(this,"priority",80);P(this,"incompatibleTokens",["a","b","t","T"])}parse(e,i,s){switch(i){case"B":case"BB":case"BBB":return s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"});case"BBBBB":return s.dayPeriod(e,{width:"narrow",context:"formatting"});case"BBBB":default:return s.dayPeriod(e,{width:"wide",context:"formatting"})||s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,i,s){return e.setHours(Ao(s),0,0,0),e}}class Fx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["H","K","k","t","T"])}parse(e,i,s){switch(i){case"h":return It(Ht.hour12h,e);case"ho":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=12}set(e,i,s){const r=e.getHours()>=12;return r&&s<12?e.setHours(s+12,0,0,0):!r&&s===12?e.setHours(0,0,0,0):e.setHours(s,0,0,0),e}}class Bx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(e,i,s){switch(i){case"H":return It(Ht.hour23h,e);case"Ho":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=23}set(e,i,s){return e.setHours(s,0,0,0),e}}class zx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["h","H","k","t","T"])}parse(e,i,s){switch(i){case"K":return It(Ht.hour11h,e);case"Ko":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=11}set(e,i,s){return e.getHours()>=12&&s<12?e.setHours(s+12,0,0,0):e.setHours(s,0,0,0),e}}class Hx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(e,i,s){switch(i){case"k":return It(Ht.hour24h,e);case"ko":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=24}set(e,i,s){const r=s<=24?s%24:s;return e.setHours(r,0,0,0),e}}class Wx extends xt{constructor(){super(...arguments);P(this,"priority",60);P(this,"incompatibleTokens",["t","T"])}parse(e,i,s){switch(i){case"m":return It(Ht.minute,e);case"mo":return s.ordinalNumber(e,{unit:"minute"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=59}set(e,i,s){return e.setMinutes(s,0,0),e}}class Yx extends xt{constructor(){super(...arguments);P(this,"priority",50);P(this,"incompatibleTokens",["t","T"])}parse(e,i,s){switch(i){case"s":return It(Ht.second,e);case"so":return s.ordinalNumber(e,{unit:"second"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=59}set(e,i,s){return e.setSeconds(s,0),e}}class Vx extends xt{constructor(){super(...arguments);P(this,"priority",30);P(this,"incompatibleTokens",["t","T"])}parse(e,i){const s=r=>Math.trunc(r*Math.pow(10,-i.length+3));return Wt(Nt(i.length,e),s)}set(e,i,s){return e.setMilliseconds(s),e}}class $x extends xt{constructor(){super(...arguments);P(this,"priority",10);P(this,"incompatibleTokens",["t","T","x"])}parse(e,i){switch(i){case"X":return Ue(je.basicOptionalMinutes,e);case"XX":return Ue(je.basic,e);case"XXXX":return Ue(je.basicOptionalSeconds,e);case"XXXXX":return Ue(je.extendedOptionalSeconds,e);case"XXX":default:return Ue(je.extended,e)}}set(e,i,s){return i.timestampIsSet?e:Lt(e,e.getTime()-Nr(e)-s)}}class jx extends xt{constructor(){super(...arguments);P(this,"priority",10);P(this,"incompatibleTokens",["t","T","X"])}parse(e,i){switch(i){case"x":return Ue(je.basicOptionalMinutes,e);case"xx":return Ue(je.basic,e);case"xxxx":return Ue(je.basicOptionalSeconds,e);case"xxxxx":return Ue(je.extendedOptionalSeconds,e);case"xxx":default:return Ue(je.extended,e)}}set(e,i,s){return i.timestampIsSet?e:Lt(e,e.getTime()-Nr(e)-s)}}class Ux extends xt{constructor(){super(...arguments);P(this,"priority",40);P(this,"incompatibleTokens","*")}parse(e){return sh(e)}set(e,i,s){return[Lt(e,s*1e3),{timestampIsSet:!0}]}}class qx extends xt{constructor(){super(...arguments);P(this,"priority",20);P(this,"incompatibleTokens","*")}parse(e){return sh(e)}set(e,i,s){return[Lt(e,s),{timestampIsSet:!0}]}}const Xx={G:new hx,y:new fx,Y:new mx,R:new gx,u:new px,Q:new yx,q:new bx,M:new _x,L:new xx,w:new vx,I:new Sx,d:new Tx,D:new Cx,E:new Ex,e:new Ox,c:new Px,i:new Rx,a:new Ix,b:new Lx,B:new Nx,h:new Fx,H:new Bx,K:new zx,k:new Hx,m:new Wx,s:new Yx,S:new Vx,X:new $x,x:new jx,t:new Ux,T:new qx},Gx=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Kx=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Zx=/^'([^]*?)'?$/,Qx=/''/g,Jx=/\S/,tw=/[a-zA-Z]/;function ew(n,t,e,i){var x,v,S,k,C,A,O,T;const s=()=>Lt((i==null?void 0:i.in)||e,NaN),r=nh(),a=(i==null?void 0:i.locale)??r.locale??Ud,o=(i==null?void 0:i.firstWeekContainsDate)??((v=(x=i==null?void 0:i.locale)==null?void 0:x.options)==null?void 0:v.firstWeekContainsDate)??r.firstWeekContainsDate??((k=(S=r.locale)==null?void 0:S.options)==null?void 0:k.firstWeekContainsDate)??1,l=(i==null?void 0:i.weekStartsOn)??((A=(C=i==null?void 0:i.locale)==null?void 0:C.options)==null?void 0:A.weekStartsOn)??r.weekStartsOn??((T=(O=r.locale)==null?void 0:O.options)==null?void 0:T.weekStartsOn)??0;if(!t)return n?s():ct(e,i==null?void 0:i.in);const c={firstWeekContainsDate:o,weekStartsOn:l,locale:a},u=[new dx(i==null?void 0:i.in,e)],h=t.match(Kx).map(p=>{const b=p[0];if(b in Oo){const M=Oo[b];return M(p,a.formatLong)}return p}).join("").match(Gx),f=[];for(let p of h){!(i!=null&&i.useAdditionalWeekYearTokens)&&eh(p)&&Po(p,t,n),!(i!=null&&i.useAdditionalDayOfYearTokens)&&th(p)&&Po(p,t,n);const b=p[0],M=Xx[b];if(M){const{incompatibleTokens:E}=M;if(Array.isArray(E)){const I=f.find(B=>E.includes(B.token)||B.token===b);if(I)throw new RangeError(`The format string mustn't contain \`${I.fullToken}\` and \`${p}\` at the same time`)}else if(M.incompatibleTokens==="*"&&f.length>0)throw new RangeError(`The format string mustn't contain \`${p}\` and any other token at the same time`);f.push({token:b,fullToken:p});const R=M.run(n,p,a.match,c);if(!R)return s();u.push(R.setter),n=R.rest}else{if(b.match(tw))throw new RangeError("Format string contains an unescaped latin alphabet character `"+b+"`");if(p==="''"?p="'":b==="'"&&(p=nw(p)),n.indexOf(p)===0)n=n.slice(p.length);else return s()}}if(n.length>0&&Jx.test(n))return s();const m=u.map(p=>p.priority).sort((p,b)=>b-p).filter((p,b,M)=>M.indexOf(p)===b).map(p=>u.filter(b=>b.priority===p).sort((b,M)=>M.subPriority-b.subPriority)).map(p=>p[0]);let g=ct(e,i==null?void 0:i.in);if(isNaN(+g))return s();const _={};for(const p of m){if(!p.validate(g,c))return s();const b=p.set(g,_,c);Array.isArray(b)?(g=b[0],Object.assign(_,b[1])):g=b}return g}function nw(n){return n.match(Zx)[1].replace(Qx,"'")}function iw(n,t){const e=ct(n,t==null?void 0:t.in);return e.setMinutes(0,0,0),e}function sw(n,t){const e=ct(n,t==null?void 0:t.in);return e.setSeconds(0,0),e}function rw(n,t){const e=ct(n,t==null?void 0:t.in);return e.setMilliseconds(0),e}function aw(n){const t=n/_i;return Math.trunc(t)}function oh(n,t){const e=()=>Lt(t==null?void 0:t.in,NaN),i=(t==null?void 0:t.additionalDigits)??2,s=uw(n);let r;if(s.date){const c=dw(s.date,i);r=hw(c.restDateString,c.year)}if(!r||isNaN(+r))return e();const a=+r;let o=0,l;if(s.time&&(o=fw(s.time),isNaN(o)))return e();if(s.timezone){if(l=mw(s.timezone),isNaN(l))return e()}else{const c=new Date(a+o),u=ct(0,t==null?void 0:t.in);return u.setFullYear(c.getUTCFullYear(),c.getUTCMonth(),c.getUTCDate()),u.setHours(c.getUTCHours(),c.getUTCMinutes(),c.getUTCSeconds(),c.getUTCMilliseconds()),u}return ct(a+o+l,t==null?void 0:t.in)}const zr={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},ow=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,lw=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,cw=/^([+-])(\d{2})(?::?(\d{2}))?$/;function uw(n){const t={},e=n.split(zr.dateTimeDelimiter);let i;if(e.length>2)return t;if(/:/.test(e[0])?i=e[0]:(t.date=e[0],i=e[1],zr.timeZoneDelimiter.test(t.date)&&(t.date=n.split(zr.timeZoneDelimiter)[0],i=n.substr(t.date.length,n.length))),i){const s=zr.timezone.exec(i);s?(t.time=i.replace(s[1],""),t.timezone=s[1]):t.time=i}return t}function dw(n,t){const e=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+t)+"})|(\\d{2}|[+-]\\d{"+(2+t)+"})$)"),i=n.match(e);if(!i)return{year:NaN,restDateString:""};const s=i[1]?parseInt(i[1]):null,r=i[2]?parseInt(i[2]):null;return{year:r===null?s:r*100,restDateString:n.slice((i[1]||i[2]).length)}}function hw(n,t){if(t===null)return new Date(NaN);const e=n.match(ow);if(!e)return new Date(NaN);const i=!!e[4],s=Ms(e[1]),r=Ms(e[2])-1,a=Ms(e[3]),o=Ms(e[4]),l=Ms(e[5])-1;if(i)return _w(t,o,l)?gw(t,o,l):new Date(NaN);{const c=new Date(0);return!yw(t,r,a)||!bw(t,s)?new Date(NaN):(c.setUTCFullYear(t,r,Math.max(s,a)),c)}}function Ms(n){return n?parseInt(n):1}function fw(n){const t=n.match(lw);if(!t)return NaN;const e=Io(t[1]),i=Io(t[2]),s=Io(t[3]);return xw(e,i,s)?e*_i+i*bs+s*1e3:NaN}function Io(n){return n&&parseFloat(n.replace(",","."))||0}function mw(n){if(n==="Z")return 0;const t=n.match(cw);if(!t)return 0;const e=t[1]==="+"?-1:1,i=parseInt(t[2]),s=t[3]&&parseInt(t[3])||0;return ww(i,s)?e*(i*_i+s*bs):NaN}function gw(n,t,e){const i=new Date(0);i.setUTCFullYear(n,0,4);const s=i.getUTCDay()||7,r=(t-1)*7+e+1-s;return i.setUTCDate(i.getUTCDate()+r),i}const pw=[31,null,31,30,31,30,31,31,30,31,30,31];function lh(n){return n%400===0||n%4===0&&n%100!==0}function yw(n,t,e){return t>=0&&t<=11&&e>=1&&e<=(pw[t]||(lh(n)?29:28))}function bw(n,t){return t>=1&&t<=(lh(n)?366:365)}function _w(n,t,e){return t>=1&&t<=53&&e>=0&&e<=6}function xw(n,t,e){return n===24?t===0&&e===0:e>=0&&e<60&&t>=0&&t<60&&n>=0&&n<25}function ww(n,t){return t>=0&&t<=59}var vw=Object.defineProperty,Mw=(n,t,e)=>t in n?vw(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e,Pe=(n,t,e)=>Mw(n,typeof t!="symbol"?t+"":t,e);const Sw=1e3;var nt=(n=>(n.FIFTEEN_MIN="15m",n.ONE_HOUR="1h",n.SIX_HOUR="6h",n.TWELVE_HOUR="12h",n.ONE_DAY="24h",n.SEVEN_DAY="7d",n.THIRTY_DAY="30d",n.NINETY_DAY="90d",n.ONE_HUNDRED_EIGHTY_DAY="180d",n.ONE_YEAR="365d",n.CURRENT_WEEK="current_week",n.CURRENT_MONTH="current_month",n.CURRENT_QUARTER="current_quarter",n.CURRENT_YEAR="current_year",n.PREVIOUS_WEEK="previous_week",n.PREVIOUS_MONTH="previous_month",n.PREVIOUS_QUARTER="previous_quarter",n.PREVIOUS_YEAR="previous_year",n))(nt||{});const kw=["in","not_in","selector"],Dw=["empty","not_empty"],Tw=["15m","1h","6h","12h","24h","7d","current_week","previous_week","30d","current_month","previous_month"],Cw=["secondly","tenSecondly","thirtySecondly","minutely","fiveMinutely","tenMinutely","thirtyMinutely","hourly","twoHourly","twelveHourly","daily","weekly","trend"],Ss=n=>n.filter(t=>t!=="time"),ch=["api","api_package","api_product","api_product_version","control_plane","control_plane_group","data_plane_node","gateway_service","portal","route","status_code","status_code_grouped","time"],uh=Ss(ch),Ew=[...ch,"application","consumer","country_code","upstream_status_code","upstream_status_code_grouped","response_source","data_plane_node_version","realm"],dh=Ss(Ew),Ow=["control_plane","control_plane_group","gateway_service","consumer","application","route","ai_provider","ai_response_model","ai_request_model","llm_cache_status","llm_embeddings_provider","llm_embeddings_model","time","realm","status_code","status_code_grouped","ai_plugin"],hh=Ss(Ow);Ss(["api","api_product","api_product_version","application","auth_type","client_ip","consumer","consumer_group","control_plane","control_plane_group","country_code","data_plane_node","data_plane_node_version","gateway_service","header_host","header_user_agent","http_method","portal","realm","request_id","request_uri","response_header_content_type","response_source","route","service_port","service_protocol","sse","status_code_grouped","time","trace_id","upstream_uri","upstream_status_code_grouped","websocket"]),Ss(["ai_count","latencies_response_ms","latencies_upstream_ms","latencies_kong_gateway_ms","request_body_size","response_body_size","response_header_content_length","status_code","upstream_status_code"]),new Set(uh),new Set(dh),new Set(hh);const fh=[{code:"AF",name:"Afghanistan"},{code:"AX",name:"Aland Islands"},{code:"AL",name:"Albania"},{code:"DZ",name:"Algeria"},{code:"AS",name:"American Samoa"},{code:"AD",name:"Andorra"},{code:"AO",name:"Angola"},{code:"AI",name:"Anguilla"},{code:"AQ",name:"Antarctica"},{code:"AG",name:"Antigua and Barbuda"},{code:"AR",name:"Argentina"},{code:"AM",name:"Armenia"},{code:"AW",name:"Aruba"},{code:"AU",name:"Australia"},{code:"AT",name:"Austria"},{code:"AZ",name:"Azerbaijan"},{code:"BS",name:"Bahamas"},{code:"BH",name:"Bahrain"},{code:"BD",name:"Bangladesh"},{code:"BB",name:"Barbados"},{code:"BY",name:"Belarus"},{code:"BE",name:"Belgium"},{code:"BZ",name:"Belize"},{code:"BJ",name:"Benin"},{code:"BM",name:"Bermuda"},{code:"BT",name:"Bhutan"},{code:"BO",name:"Bolivia"},{code:"BA",name:"Bosnia and Herzegovina"},{code:"BW",name:"Botswana"},{code:"BV",name:"Bouvet Island"},{code:"BR",name:"Brazil"},{code:"IO",name:"British Indian Ocean Territory"},{code:"BN",name:"Brunei Darussalam"},{code:"BG",name:"Bulgaria"},{code:"BF",name:"Burkina Faso"},{code:"BI",name:"Burundi"},{code:"KH",name:"Cambodia"},{code:"CM",name:"Cameroon"},{code:"CA",name:"Canada"},{code:"CV",name:"Cape Verde"},{code:"KY",name:"Cayman Islands"},{code:"CF",name:"Central African Republic"},{code:"TD",name:"Chad"},{code:"CL",name:"Chile"},{code:"CN",name:"China"},{code:"CX",name:"Christmas Island"},{code:"CC",name:"Cocos (Keeling) Islands"},{code:"CO",name:"Colombia"},{code:"KM",name:"Comoros"},{code:"CG",name:"Congo"},{code:"CD",name:"Democratic Republic of the Congo"},{code:"CK",name:"Cook Islands"},{code:"CR",name:"Costa Rica"},{code:"CI",name:"Cote d'Ivoire"},{code:"HR",name:"Croatia"},{code:"CU",name:"Cuba"},{code:"CY",name:"Cyprus"},{code:"CZ",name:"Czech Republic"},{code:"DK",name:"Denmark"},{code:"DJ",name:"Djibouti"},{code:"DM",name:"Dominica"},{code:"DO",name:"Dominican Republic"},{code:"EC",name:"Ecuador"},{code:"EG",name:"Egypt"},{code:"SV",name:"El Salvador"},{code:"GQ",name:"Equatorial Guinea"},{code:"ER",name:"Eritrea"},{code:"EE",name:"Estonia"},{code:"ET",name:"Ethiopia"},{code:"FK",name:"Falkland Islands (Malvinas)"},{code:"FO",name:"Faroe Islands"},{code:"FJ",name:"Fiji"},{code:"FI",name:"Finland"},{code:"FR",name:"France"},{code:"GF",name:"French Guiana"},{code:"PF",name:"French Polynesia"},{code:"TF",name:"French Southern Territories"},{code:"GA",name:"Gabon"},{code:"GM",name:"Gambia"},{code:"GE",name:"Georgia"},{code:"DE",name:"Germany"},{code:"GH",name:"Ghana"},{code:"GI",name:"Gibraltar"},{code:"GR",name:"Greece"},{code:"GL",name:"Greenland"},{code:"GD",name:"Grenada"},{code:"GP",name:"Guadeloupe"},{code:"GU",name:"Guam"},{code:"GT",name:"Guatemala"},{code:"GG",name:"Guernsey"},{code:"GN",name:"Guinea"},{code:"GW",name:"Guinea-Bissau"},{code:"GY",name:"Guyana"},{code:"HT",name:"Haiti"},{code:"HM",name:"Heard Island and McDonald Islands"},{code:"VA",name:"The Vatican"},{code:"HN",name:"Honduras"},{code:"HK",name:"Hong Kong"},{code:"HU",name:"Hungary"},{code:"IS",name:"Iceland"},{code:"IN",name:"India"},{code:"ID",name:"Indonesia"},{code:"IR",name:"Iran"},{code:"IQ",name:"Iraq"},{code:"IE",name:"Ireland"},{code:"IM",name:"Isle of Man"},{code:"IL",name:"Israel"},{code:"IT",name:"Italy"},{code:"JM",name:"Jamaica"},{code:"JP",name:"Japan"},{code:"JE",name:"Jersey"},{code:"JO",name:"Jordan"},{code:"KZ",name:"Kazakhstan"},{code:"KE",name:"Kenya"},{code:"KI",name:"Kiribati"},{code:"KP",name:"North Korea"},{code:"KR",name:"South Korea"},{code:"KW",name:"Kuwait"},{code:"KG",name:"Kyrgyzstan"},{code:"LA",name:"Laos"},{code:"LV",name:"Latvia"},{code:"LB",name:"Lebanon"},{code:"LS",name:"Lesotho"},{code:"LR",name:"Liberia"},{code:"LY",name:"Libya"},{code:"LI",name:"Liechtenstein"},{code:"LT",name:"Lithuania"},{code:"LU",name:"Luxembourg"},{code:"MO",name:"Macao"},{code:"MK",name:"Macedonia"},{code:"MG",name:"Madagascar"},{code:"MW",name:"Malawi"},{code:"MY",name:"Malaysia"},{code:"MV",name:"Maldives"},{code:"ML",name:"Mali"},{code:"MT",name:"Malta"},{code:"MH",name:"Marshall Islands"},{code:"MQ",name:"Martinique"},{code:"MR",name:"Mauritania"},{code:"MU",name:"Mauritius"},{code:"YT",name:"Mayotte"},{code:"MX",name:"Mexico"},{code:"FM",name:"Micronesia, "},{code:"MD",name:"Moldova,"},{code:"MC",name:"Monaco"},{code:"MN",name:"Mongolia"},{code:"ME",name:"Montenegro"},{code:"MS",name:"Montserrat"},{code:"MA",name:"Morocco"},{code:"MZ",name:"Mozambique"},{code:"MM",name:"Myanmar"},{code:"NA",name:"Namibia"},{code:"NR",name:"Nauru"},{code:"NP",name:"Nepal"},{code:"NL",name:"Netherlands"},{code:"NC",name:"New Caledonia"},{code:"NZ",name:"New Zealand"},{code:"NI",name:"Nicaragua"},{code:"NE",name:"Niger"},{code:"NG",name:"Nigeria"},{code:"NU",name:"Niue"},{code:"NF",name:"Norfolk Island"},{code:"MP",name:"Northern Mariana Islands"},{code:"NO",name:"Norway"},{code:"OM",name:"Oman"},{code:"PK",name:"Pakistan"},{code:"PW",name:"Palau"},{code:"PA",name:"Panama"},{code:"PG",name:"Papua New Guinea"},{code:"PY",name:"Paraguay"},{code:"PE",name:"Peru"},{code:"PH",name:"Philippines"},{code:"PN",name:"Pitcairn"},{code:"PL",name:"Poland"},{code:"PT",name:"Portugal"},{code:"PR",name:"Puerto Rico"},{code:"QA",name:"Qatar"},{code:"RE",name:"Reunion"},{code:"RO",name:"Romania"},{code:"RU",name:"Russia"},{code:"RW",name:"Rwanda"},{code:"BL",name:"Saint Barthelemy"},{code:"SH",name:"Saint Helena"},{code:"KN",name:"Saint Kitts and Nevis"},{code:"LC",name:"Saint Lucia"},{code:"MF",name:"Saint Martin"},{code:"PM",name:"Saint Pierre and Miquelon"},{code:"VC",name:"Saint Vincent and the Grenadines"},{code:"WS",name:"Samoa"},{code:"SM",name:"San Marino"},{code:"ST",name:"Sao Tome and Principe"},{code:"SA",name:"Saudi Arabia"},{code:"SN",name:"Senegal"},{code:"RS",name:"Serbia"},{code:"SC",name:"Seychelles"},{code:"SL",name:"Sierra Leone"},{code:"SG",name:"Singapore"},{code:"SX",name:"Sint Maarten"},{code:"SK",name:"Slovakia"},{code:"SI",name:"Slovenia"},{code:"SB",name:"Solomon Islands"},{code:"SO",name:"Somalia"},{code:"ZA",name:"South Africa"},{code:"GS",name:"South Georgia and the South Sandwich Islands"},{code:"SS",name:"South Sudan"},{code:"ES",name:"Spain"},{code:"LK",name:"Sri Lanka"},{code:"SD",name:"Sudan"},{code:"SR",name:"Suriname"},{code:"SJ",name:"Svalbard and Jan Mayen"},{code:"SZ",name:"Swaziland"},{code:"SE",name:"Sweden"},{code:"CH",name:"Switzerland"},{code:"SY",name:"Syria"},{code:"TW",name:"Taiwan"},{code:"TJ",name:"Tajikistan"},{code:"TZ",name:"Tanzania"},{code:"TH",name:"Thailand"},{code:"TL",name:"Timor-Leste"},{code:"TG",name:"Togo"},{code:"TK",name:"Tokelau"},{code:"TO",name:"Tonga"},{code:"TT",name:"Trinidad and Tobago"},{code:"TN",name:"Tunisia"},{code:"TR",name:"Turkey"},{code:"TM",name:"Turkmenistan"},{code:"TC",name:"Turks and Caicos Islands"},{code:"TV",name:"Tuvalu"},{code:"UG",name:"Uganda"},{code:"UA",name:"Ukraine"},{code:"AE",name:"United Arab Emirates"},{code:"GB",name:"United Kingdom"},{code:"US",name:"United States"},{code:"UM",name:"United States Minor Outlying Islands"},{code:"UY",name:"Uruguay"},{code:"UZ",name:"Uzbekistan"},{code:"VU",name:"Vanuatu"},{code:"VE",name:"Venezuela"},{code:"VN",name:"Vietnam"},{code:"VG",name:"British Virgin Islands"},{code:"VI",name:"U.S. Virgin Islands"},{code:"WF",name:"Wallis and Futuna"},{code:"EH",name:"Western Sahara"},{code:"YE",name:"Yemen"},{code:"ZM",name:"Zambia"},{code:"ZW",name:"Zimbabwe"}];fh.map(n=>n.code),(n=>({type:"array",description:"A list of filters to apply to the query",items:{oneOf:[{type:"object",description:"In filter",properties:{field:{type:"string",enum:n},operator:{type:"string",enum:kw},value:{type:"array",items:{type:["string","number","null"]}}},required:["field","operator","value"],additionalProperties:!1},{type:"object",description:"Empty filter",properties:{field:{type:"string",enum:n},operator:{type:"string",enum:Dw}},required:["field","operator"],additionalProperties:!1}]}}))([...new Set([...dh,...uh,...hh])]);const Pw={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},Aw=(n,t,e)=>{let i;const s=Pw[n];return typeof s=="string"?i=s:t===1?i=s.one:i=s.other.replace("{{count}}",t.toString()),e!=null&&e.addSuffix?e.comparison&&e.comparison>0?"in "+i:i+" ago":i};function Lo(n){return(t={})=>{const e=t.width?String(t.width):n.defaultWidth;return n.formats[e]||n.formats[n.defaultWidth]}}const Rw={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},Iw={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},Lw={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Nw={date:Lo({formats:Rw,defaultWidth:"full"}),time:Lo({formats:Iw,defaultWidth:"full"}),dateTime:Lo({formats:Lw,defaultWidth:"full"})},Fw={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},Bw=(n,t,e,i)=>Fw[n];function ks(n){return(t,e)=>{const i=e!=null&&e.context?String(e.context):"standalone";let s;if(i==="formatting"&&n.formattingValues){const a=n.defaultFormattingWidth||n.defaultWidth,o=e!=null&&e.width?String(e.width):a;s=n.formattingValues[o]||n.formattingValues[a]}else{const a=n.defaultWidth,o=e!=null&&e.width?String(e.width):n.defaultWidth;s=n.values[o]||n.values[a]}const r=n.argumentCallback?n.argumentCallback(t):t;return s[r]}}const zw={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},Hw={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},Ww={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},Yw={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},Vw={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},$w={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},jw=(n,t)=>{const e=Number(n),i=e%100;if(i>20||i<10)switch(i%10){case 1:return e+"st";case 2:return e+"nd";case 3:return e+"rd"}return e+"th"},Uw={ordinalNumber:jw,era:ks({values:zw,defaultWidth:"wide"}),quarter:ks({values:Hw,defaultWidth:"wide",argumentCallback:n=>n-1}),month:ks({values:Ww,defaultWidth:"wide"}),day:ks({values:Yw,defaultWidth:"wide"}),dayPeriod:ks({values:Vw,defaultWidth:"wide",formattingValues:$w,defaultFormattingWidth:"wide"})};function Ds(n){return(t,e={})=>{const i=e.width,s=i&&n.matchPatterns[i]||n.matchPatterns[n.defaultMatchWidth],r=t.match(s);if(!r)return null;const a=r[0],o=i&&n.parsePatterns[i]||n.parsePatterns[n.defaultParseWidth],l=Array.isArray(o)?Xw(o,h=>h.test(a)):qw(o,h=>h.test(a));let c;c=n.valueCallback?n.valueCallback(l):l,c=e.valueCallback?e.valueCallback(c):c;const u=t.slice(a.length);return{value:c,rest:u}}}function qw(n,t){for(const e in n)if(Object.prototype.hasOwnProperty.call(n,e)&&t(n[e]))return e}function Xw(n,t){for(let e=0;e<n.length;e++)if(t(n[e]))return e}function Gw(n){return(t,e={})=>{const i=t.match(n.matchPattern);if(!i)return null;const s=i[0],r=t.match(n.parsePattern);if(!r)return null;let a=n.valueCallback?n.valueCallback(r[0]):r[0];a=e.valueCallback?e.valueCallback(a):a;const o=t.slice(s.length);return{value:a,rest:o}}}const Kw=/^(\d+)(th|st|nd|rd)?/i,Zw=/\d+/i,Qw={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},Jw={any:[/^b/i,/^(a|c)/i]},tv={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},ev={any:[/1/i,/2/i,/3/i,/4/i]},nv={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},iv={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},sv={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},rv={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},av={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},ov={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},lv={ordinalNumber:Gw({matchPattern:Kw,parsePattern:Zw,valueCallback:n=>parseInt(n,10)}),era:Ds({matchPatterns:Qw,defaultMatchWidth:"wide",parsePatterns:Jw,defaultParseWidth:"any"}),quarter:Ds({matchPatterns:tv,defaultMatchWidth:"wide",parsePatterns:ev,defaultParseWidth:"any",valueCallback:n=>n+1}),month:Ds({matchPatterns:nv,defaultMatchWidth:"wide",parsePatterns:iv,defaultParseWidth:"any"}),day:Ds({matchPatterns:sv,defaultMatchWidth:"wide",parsePatterns:rv,defaultParseWidth:"any"}),dayPeriod:Ds({matchPatterns:av,defaultMatchWidth:"any",parsePatterns:ov,defaultParseWidth:"any"})},cv={code:"en-US",formatDistance:Aw,formatLong:Nw,formatRelative:Bw,localize:Uw,match:lv,options:{weekStartsOn:0,firstWeekContainsDate:1}};let uv={};function Ts(){return uv}const mh=6048e5,dv=864e5,hv=60,fv=3600,gh=Symbol.for("constructDateFrom");function Ae(n,t){return typeof n=="function"?n(t):n&&typeof n=="object"&&gh in n?n[gh](t):n instanceof Date?new n.constructor(t):new Date(t)}function ue(n,t){return Ae(t||n,n)}function ph(n){const t=ue(n),e=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return e.setUTCFullYear(t.getFullYear()),+n-+e}function mv(n,...t){const e=Ae.bind(null,t.find(i=>typeof i=="object"));return t.map(e)}function Cs(n,t){const e=ue(n,void 0);return e.setHours(0,0,0,0),e}function gv(n,t,e){const[i,s]=mv(void 0,n,t),r=Cs(i),a=Cs(s),o=+r-ph(r),l=+a-ph(a);return Math.round((o-l)/dv)}function pv(n,t){const e=ue(n,void 0);return e.setFullYear(e.getFullYear(),0,1),e.setHours(0,0,0,0),e}function yv(n,t){const e=ue(n,void 0);return gv(e,pv(e))+1}function rn(n,t){var e,i,s,r;const a=Ts(),o=(t==null?void 0:t.weekStartsOn)??((i=(e=t==null?void 0:t.locale)==null?void 0:e.options)==null?void 0:i.weekStartsOn)??a.weekStartsOn??((r=(s=a.locale)==null?void 0:s.options)==null?void 0:r.weekStartsOn)??0,l=ue(n,t==null?void 0:t.in),c=l.getDay(),u=(c<o?7:0)+c-o;return l.setDate(l.getDate()-u),l.setHours(0,0,0,0),l}function Hr(n,t){return rn(n,{...t,weekStartsOn:1})}function yh(n,t){const e=ue(n,void 0),i=e.getFullYear(),s=Ae(e,0);s.setFullYear(i+1,0,4),s.setHours(0,0,0,0);const r=Hr(s),a=Ae(e,0);a.setFullYear(i,0,4),a.setHours(0,0,0,0);const o=Hr(a);return e.getTime()>=r.getTime()?i+1:e.getTime()>=o.getTime()?i:i-1}function bv(n,t){const e=yh(n),i=Ae(n,0);return i.setFullYear(e,0,4),i.setHours(0,0,0,0),Hr(i)}function _v(n,t){const e=ue(n,void 0),i=+Hr(e)-+bv(e);return Math.round(i/mh)+1}function bh(n,t){var e,i,s,r;const a=ue(n,t==null?void 0:t.in),o=a.getFullYear(),l=Ts(),c=(t==null?void 0:t.firstWeekContainsDate)??((i=(e=t==null?void 0:t.locale)==null?void 0:e.options)==null?void 0:i.firstWeekContainsDate)??l.firstWeekContainsDate??((r=(s=l.locale)==null?void 0:s.options)==null?void 0:r.firstWeekContainsDate)??1,u=Ae((t==null?void 0:t.in)||n,0);u.setFullYear(o+1,0,c),u.setHours(0,0,0,0);const h=rn(u,t),f=Ae((t==null?void 0:t.in)||n,0);f.setFullYear(o,0,c),f.setHours(0,0,0,0);const m=rn(f,t);return+a>=+h?o+1:+a>=+m?o:o-1}function xv(n,t){var e,i,s,r;const a=Ts(),o=(t==null?void 0:t.firstWeekContainsDate)??((i=(e=t==null?void 0:t.locale)==null?void 0:e.options)==null?void 0:i.firstWeekContainsDate)??a.firstWeekContainsDate??((r=(s=a.locale)==null?void 0:s.options)==null?void 0:r.firstWeekContainsDate)??1,l=bh(n,t),c=Ae((t==null?void 0:t.in)||n,0);return c.setFullYear(l,0,o),c.setHours(0,0,0,0),rn(c,t)}function wv(n,t){const e=ue(n,t==null?void 0:t.in),i=+rn(e,t)-+xv(e,t);return Math.round(i/mh)+1}function Tt(n,t){const e=n<0?"-":"",i=Math.abs(n).toString().padStart(t,"0");return e+i}const Cn={y(n,t){const e=n.getFullYear(),i=e>0?e:1-e;return Tt(t==="yy"?i%100:i,t.length)},M(n,t){const e=n.getMonth();return t==="M"?String(e+1):Tt(e+1,2)},d(n,t){return Tt(n.getDate(),t.length)},a(n,t){const e=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.toUpperCase();case"aaa":return e;case"aaaaa":return e[0];case"aaaa":default:return e==="am"?"a.m.":"p.m."}},h(n,t){return Tt(n.getHours()%12||12,t.length)},H(n,t){return Tt(n.getHours(),t.length)},m(n,t){return Tt(n.getMinutes(),t.length)},s(n,t){return Tt(n.getSeconds(),t.length)},S(n,t){const e=t.length,i=n.getMilliseconds(),s=Math.trunc(i*Math.pow(10,e-3));return Tt(s,t.length)}},vi={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},_h={G:function(n,t,e){const i=n.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return e.era(i,{width:"abbreviated"});case"GGGGG":return e.era(i,{width:"narrow"});case"GGGG":default:return e.era(i,{width:"wide"})}},y:function(n,t,e){if(t==="yo"){const i=n.getFullYear(),s=i>0?i:1-i;return e.ordinalNumber(s,{unit:"year"})}return Cn.y(n,t)},Y:function(n,t,e,i){const s=bh(n,i),r=s>0?s:1-s;if(t==="YY"){const a=r%100;return Tt(a,2)}return t==="Yo"?e.ordinalNumber(r,{unit:"year"}):Tt(r,t.length)},R:function(n,t){const e=yh(n);return Tt(e,t.length)},u:function(n,t){const e=n.getFullYear();return Tt(e,t.length)},Q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"Q":return String(i);case"QQ":return Tt(i,2);case"Qo":return e.ordinalNumber(i,{unit:"quarter"});case"QQQ":return e.quarter(i,{width:"abbreviated",context:"formatting"});case"QQQQQ":return e.quarter(i,{width:"narrow",context:"formatting"});case"QQQQ":default:return e.quarter(i,{width:"wide",context:"formatting"})}},q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"q":return String(i);case"qq":return Tt(i,2);case"qo":return e.ordinalNumber(i,{unit:"quarter"});case"qqq":return e.quarter(i,{width:"abbreviated",context:"standalone"});case"qqqqq":return e.quarter(i,{width:"narrow",context:"standalone"});case"qqqq":default:return e.quarter(i,{width:"wide",context:"standalone"})}},M:function(n,t,e){const i=n.getMonth();switch(t){case"M":case"MM":return Cn.M(n,t);case"Mo":return e.ordinalNumber(i+1,{unit:"month"});case"MMM":return e.month(i,{width:"abbreviated",context:"formatting"});case"MMMMM":return e.month(i,{width:"narrow",context:"formatting"});case"MMMM":default:return e.month(i,{width:"wide",context:"formatting"})}},L:function(n,t,e){const i=n.getMonth();switch(t){case"L":return String(i+1);case"LL":return Tt(i+1,2);case"Lo":return e.ordinalNumber(i+1,{unit:"month"});case"LLL":return e.month(i,{width:"abbreviated",context:"standalone"});case"LLLLL":return e.month(i,{width:"narrow",context:"standalone"});case"LLLL":default:return e.month(i,{width:"wide",context:"standalone"})}},w:function(n,t,e,i){const s=wv(n,i);return t==="wo"?e.ordinalNumber(s,{unit:"week"}):Tt(s,t.length)},I:function(n,t,e){const i=_v(n);return t==="Io"?e.ordinalNumber(i,{unit:"week"}):Tt(i,t.length)},d:function(n,t,e){return t==="do"?e.ordinalNumber(n.getDate(),{unit:"date"}):Cn.d(n,t)},D:function(n,t,e){const i=yv(n);return t==="Do"?e.ordinalNumber(i,{unit:"dayOfYear"}):Tt(i,t.length)},E:function(n,t,e){const i=n.getDay();switch(t){case"E":case"EE":case"EEE":return e.day(i,{width:"abbreviated",context:"formatting"});case"EEEEE":return e.day(i,{width:"narrow",context:"formatting"});case"EEEEEE":return e.day(i,{width:"short",context:"formatting"});case"EEEE":default:return e.day(i,{width:"wide",context:"formatting"})}},e:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"e":return String(r);case"ee":return Tt(r,2);case"eo":return e.ordinalNumber(r,{unit:"day"});case"eee":return e.day(s,{width:"abbreviated",context:"formatting"});case"eeeee":return e.day(s,{width:"narrow",context:"formatting"});case"eeeeee":return e.day(s,{width:"short",context:"formatting"});case"eeee":default:return e.day(s,{width:"wide",context:"formatting"})}},c:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"c":return String(r);case"cc":return Tt(r,t.length);case"co":return e.ordinalNumber(r,{unit:"day"});case"ccc":return e.day(s,{width:"abbreviated",context:"standalone"});case"ccccc":return e.day(s,{width:"narrow",context:"standalone"});case"cccccc":return e.day(s,{width:"short",context:"standalone"});case"cccc":default:return e.day(s,{width:"wide",context:"standalone"})}},i:function(n,t,e){const i=n.getDay(),s=i===0?7:i;switch(t){case"i":return String(s);case"ii":return Tt(s,t.length);case"io":return e.ordinalNumber(s,{unit:"day"});case"iii":return e.day(i,{width:"abbreviated",context:"formatting"});case"iiiii":return e.day(i,{width:"narrow",context:"formatting"});case"iiiiii":return e.day(i,{width:"short",context:"formatting"});case"iiii":default:return e.day(i,{width:"wide",context:"formatting"})}},a:function(n,t,e){const i=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaa":return e.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return e.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return e.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function(n,t,e){const i=n.getHours();let s;switch(i===12?s=vi.noon:i===0?s=vi.midnight:s=i/12>=1?"pm":"am",t){case"b":case"bb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"bbb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"bbbb":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},B:function(n,t,e){const i=n.getHours();let s;switch(i>=17?s=vi.evening:i>=12?s=vi.afternoon:i>=4?s=vi.morning:s=vi.night,t){case"B":case"BB":case"BBB":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"BBBBB":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"BBBB":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},h:function(n,t,e){if(t==="ho"){let i=n.getHours()%12;return i===0&&(i=12),e.ordinalNumber(i,{unit:"hour"})}return Cn.h(n,t)},H:function(n,t,e){return t==="Ho"?e.ordinalNumber(n.getHours(),{unit:"hour"}):Cn.H(n,t)},K:function(n,t,e){const i=n.getHours()%12;return t==="Ko"?e.ordinalNumber(i,{unit:"hour"}):Tt(i,t.length)},k:function(n,t,e){let i=n.getHours();return i===0&&(i=24),t==="ko"?e.ordinalNumber(i,{unit:"hour"}):Tt(i,t.length)},m:function(n,t,e){return t==="mo"?e.ordinalNumber(n.getMinutes(),{unit:"minute"}):Cn.m(n,t)},s:function(n,t,e){return t==="so"?e.ordinalNumber(n.getSeconds(),{unit:"second"}):Cn.s(n,t)},S:function(n,t){return Cn.S(n,t)},X:function(n,t,e){const i=n.getTimezoneOffset();if(i===0)return"Z";switch(t){case"X":return wh(i);case"XXXX":case"XX":return Zn(i);case"XXXXX":case"XXX":default:return Zn(i,":")}},x:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"x":return wh(i);case"xxxx":case"xx":return Zn(i);case"xxxxx":case"xxx":default:return Zn(i,":")}},O:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+xh(i,":");case"OOOO":default:return"GMT"+Zn(i,":")}},z:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+xh(i,":");case"zzzz":default:return"GMT"+Zn(i,":")}},t:function(n,t,e){const i=Math.trunc(+n/1e3);return Tt(i,t.length)},T:function(n,t,e){return Tt(+n,t.length)}};function xh(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.trunc(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+Tt(r,2)}function wh(n,t){return n%60===0?(n>0?"-":"+")+Tt(Math.abs(n)/60,2):Zn(n,t)}function Zn(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Tt(Math.trunc(i/60),2),r=Tt(i%60,2);return e+s+t+r}const vh=(n,t)=>{switch(n){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},Mh=(n,t)=>{switch(n){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},vv=(n,t)=>{const e=n.match(/(P+)(p+)?/)||[],i=e[1],s=e[2];if(!s)return vh(n,t);let r;switch(i){case"P":r=t.dateTime({width:"short"});break;case"PP":r=t.dateTime({width:"medium"});break;case"PPP":r=t.dateTime({width:"long"});break;case"PPPP":default:r=t.dateTime({width:"full"});break}return r.replace("{{date}}",vh(i,t)).replace("{{time}}",Mh(s,t))},Mv={p:Mh,P:vv},Sv=/^D+$/,kv=/^Y+$/,Dv=["D","DD","YY","YYYY"];function Tv(n){return Sv.test(n)}function Cv(n){return kv.test(n)}function Ev(n,t,e){const i=Ov(n,t,e);if(console.warn(i),Dv.includes(n))throw new RangeError(i)}function Ov(n,t,e){const i=n[0]==="Y"?"years":"days of the month";return`Use \`${n.toLowerCase()}\` instead of \`${n}\` (in \`${t}\`) for formatting ${i} to the input \`${e}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}function Pv(n){return n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]"}function Av(n){return!(!Pv(n)&&typeof n!="number"||isNaN(+ue(n)))}const Rv=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Iv=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Lv=/^'([^]*?)'?$/,Nv=/''/g,Fv=/[a-zA-Z]/;function Bv(n,t,e){var i,s,r,a,o,l,c,u;const h=Ts(),f=(e==null?void 0:e.locale)??h.locale??cv,m=(e==null?void 0:e.firstWeekContainsDate)??((s=(i=e==null?void 0:e.locale)==null?void 0:i.options)==null?void 0:s.firstWeekContainsDate)??h.firstWeekContainsDate??((a=(r=h.locale)==null?void 0:r.options)==null?void 0:a.firstWeekContainsDate)??1,g=(e==null?void 0:e.weekStartsOn)??((l=(o=e==null?void 0:e.locale)==null?void 0:o.options)==null?void 0:l.weekStartsOn)??h.weekStartsOn??((u=(c=h.locale)==null?void 0:c.options)==null?void 0:u.weekStartsOn)??0,_=ue(n,e==null?void 0:e.in);if(!Av(_))throw new RangeError("Invalid time value");let x=t.match(Iv).map(S=>{const k=S[0];if(k==="p"||k==="P"){const C=Mv[k];return C(S,f.formatLong)}return S}).join("").match(Rv).map(S=>{if(S==="''")return{isToken:!1,value:"'"};const k=S[0];if(k==="'")return{isToken:!1,value:zv(S)};if(_h[k])return{isToken:!0,value:S};if(k.match(Fv))throw new RangeError("Format string contains an unescaped latin alphabet character `"+k+"`");return{isToken:!1,value:S}});f.localize.preprocessor&&(x=f.localize.preprocessor(_,x));const v={firstWeekContainsDate:m,weekStartsOn:g,locale:f};return x.map(S=>{if(!S.isToken)return S.value;const k=S.value;(!(e!=null&&e.useAdditionalWeekYearTokens)&&Cv(k)||!(e!=null&&e.useAdditionalDayOfYearTokens)&&Tv(k))&&Ev(k,t,String(n));const C=_h[k[0]];return C(_,k,f.localize,v)}).join("")}function zv(n){const t=n.match(Lv);return t?t[1].replace(Nv,"'"):n}function No(n,t,e){const i=ue(n,void 0);return isNaN(t)?Ae(n,NaN):(i.setDate(i.getDate()+t),i)}function Hv(n,t,e){const i=ue(n,void 0);if(isNaN(t))return Ae(n,NaN);const s=i.getDate(),r=Ae(n,i.getTime());r.setMonth(i.getMonth()+t+1,0);const a=r.getDate();return s>=a?r:(i.setFullYear(r.getFullYear(),r.getMonth(),s),i)}function Mi(n,t){const e=ue(n,void 0);return e.setDate(1),e.setHours(0,0,0,0),e}function Wv(n,t){const e=ue(n,void 0),i=e.getFullYear(),s=e.getMonth(),r=Ae(e,0);return r.setFullYear(i,s+1,0),r.setHours(0,0,0,0),r.getDate()}function Yv(){return Object.assign({},Ts())}function Sh(n){return Math.trunc(n*fv)}function Vv(n){const t=n/hv;return Math.trunc(t)}function kh(n,t,e){return Hv(n,-1)}function Dh(n,t,e){const i=Yv(),s=Uv(n,e.timeZone,e.locale??i.locale);return"formatToParts"in s?$v(s,t):jv(s,t)}function $v(n,t){const e=n.formatToParts(t);for(let i=e.length-1;i>=0;--i)if(e[i].type==="timeZoneName")return e[i].value}function jv(n,t){const e=n.format(t).replace(/\u200E/g,""),i=/ [\w-+ ]+$/.exec(e);return i?i[0].substr(1):""}function Uv(n,t,e){return new Intl.DateTimeFormat(e?[e.code,"en-US"]:void 0,{timeZone:t,timeZoneName:n})}function qv(n,t){const e=Qv(t);return"formatToParts"in e?Gv(e,n):Kv(e,n)}const Xv={year:0,month:1,day:2,hour:3,minute:4,second:5};function Gv(n,t){try{const e=n.formatToParts(t),i=[];for(let s=0;s<e.length;s++){const r=Xv[e[s].type];r!==void 0&&(i[r]=parseInt(e[s].value,10))}return i}catch(e){if(e instanceof RangeError)return[NaN];throw e}}function Kv(n,t){const e=n.format(t),i=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(e);return[parseInt(i[3],10),parseInt(i[1],10),parseInt(i[2],10),parseInt(i[4],10),parseInt(i[5],10),parseInt(i[6],10)]}const Fo={},Th=new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:"America/New_York",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(new Date("2014-06-25T04:00:00.123Z")),Zv=Th==="06/25/2014, 00:00:00"||Th==="‎06‎/‎25‎/‎2014‎ ‎00‎:‎00‎:‎00";function Qv(n){return Fo[n]||(Fo[n]=Zv?new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),Fo[n]}function Bo(n,t,e,i,s,r,a){const o=new Date(0);return o.setUTCFullYear(n,t,e),o.setUTCHours(i,s,r,a),o}const Ch=36e5,Jv=6e4,zo={timezoneZ:/^(Z)$/,timezoneHH:/^([+-]\d{2})$/,timezoneHHMM:/^([+-])(\d{2}):?(\d{2})$/};function Es(n,t,e){if(!n)return 0;let i=zo.timezoneZ.exec(n);if(i)return 0;let s,r;if(i=zo.timezoneHH.exec(n),i)return s=parseInt(i[1],10),Eh(s)?-(s*Ch):NaN;if(i=zo.timezoneHHMM.exec(n),i){s=parseInt(i[2],10);const a=parseInt(i[3],10);return Eh(s,a)?(r=Math.abs(s)*Ch+a*Jv,i[1]==="+"?-r:r):NaN}if(n1(n)){t=new Date(t||Date.now());const a=e?t:t1(t),o=Ho(a,n);return-(e?o:e1(t,o,n))}return NaN}function t1(n){return Bo(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds())}function Ho(n,t){const e=qv(n,t),i=Bo(e[0],e[1]-1,e[2],e[3]%24,e[4],e[5],0).getTime();let s=n.getTime();const r=s%1e3;return s-=r>=0?r:1e3+r,i-s}function e1(n,t,e){let i=n.getTime()-t;const s=Ho(new Date(i),e);if(t===s)return t;i-=s-t;const r=Ho(new Date(i),e);return s===r?s:Math.max(s,r)}function Eh(n,t){return-23<=n&&n<=23&&(t==null||0<=t&&t<=59)}const Oh={};function n1(n){if(Oh[n])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:n}),Oh[n]=!0,!0}catch{return!1}}const i1=60*1e3,s1={X:function(n,t,e){const i=Wo(e.timeZone,n);if(i===0)return"Z";switch(t){case"X":return Ph(i);case"XXXX":case"XX":return Si(i);case"XXXXX":case"XXX":default:return Si(i,":")}},x:function(n,t,e){const i=Wo(e.timeZone,n);switch(t){case"x":return Ph(i);case"xxxx":case"xx":return Si(i);case"xxxxx":case"xxx":default:return Si(i,":")}},O:function(n,t,e){const i=Wo(e.timeZone,n);switch(t){case"O":case"OO":case"OOO":return"GMT"+r1(i,":");case"OOOO":default:return"GMT"+Si(i,":")}},z:function(n,t,e){switch(t){case"z":case"zz":case"zzz":return Dh("short",n,e);case"zzzz":default:return Dh("long",n,e)}}};function Wo(n,t){const e=n?Es(n,t,!0)/i1:(t==null?void 0:t.getTimezoneOffset())??0;if(Number.isNaN(e))throw new RangeError("Invalid time zone specified: "+n);return e}function Wr(n,t){const e=n<0?"-":"";let i=Math.abs(n).toString();for(;i.length<t;)i="0"+i;return e+i}function Si(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Wr(Math.floor(i/60),2),r=Wr(Math.floor(i%60),2);return e+s+t+r}function Ph(n,t){return n%60===0?(n>0?"-":"+")+Wr(Math.abs(n)/60,2):Si(n,t)}function r1(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.floor(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+Wr(r,2)}function Ah(n){const t=new Date(Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()));return t.setUTCFullYear(n.getFullYear()),+n-+t}const Rh=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/,Yo=36e5,Ih=6e4,a1=2,de={dateTimePattern:/^([0-9W+-]+)(T| )(.*)/,datePattern:/^([0-9W+-]+)(.*)/,YY:/^(\d{2})$/,YYY:[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],YYYY:/^(\d{4})/,YYYYY:[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],MM:/^-(\d{2})$/,DDD:/^-?(\d{3})$/,MMDD:/^-?(\d{2})-?(\d{2})$/,Www:/^-?W(\d{2})$/,WwwD:/^-?W(\d{2})-?(\d{1})$/,HH:/^(\d{2}([.,]\d*)?)$/,HHMM:/^(\d{2}):?(\d{2}([.,]\d*)?)$/,HHMMSS:/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,timeZone:Rh};function Yr(n,t={}){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");if(n===null)return new Date(NaN);const e=t.additionalDigits==null?a1:Number(t.additionalDigits);if(e!==2&&e!==1&&e!==0)throw new RangeError("additionalDigits must be 0, 1 or 2");if(n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]")return new Date(n.getTime());if(typeof n=="number"||Object.prototype.toString.call(n)==="[object Number]")return new Date(n);if(Object.prototype.toString.call(n)!=="[object String]")return new Date(NaN);const i=o1(n),{year:s,restDateString:r}=l1(i.date,e),a=c1(r,s);if(a===null||isNaN(a.getTime()))return new Date(NaN);if(a){const o=a.getTime();let l=0,c;if(i.time&&(l=u1(i.time),l===null||isNaN(l)))return new Date(NaN);if(i.timeZone||t.timeZone){if(c=Es(i.timeZone||t.timeZone,new Date(o+l)),isNaN(c))return new Date(NaN)}else c=Ah(new Date(o+l)),c=Ah(new Date(o+l+c));return new Date(o+l+c)}else return new Date(NaN)}function o1(n){const t={};let e=de.dateTimePattern.exec(n),i;if(e?(t.date=e[1],i=e[3]):(e=de.datePattern.exec(n),e?(t.date=e[1],i=e[2]):(t.date=null,i=n)),i){const s=de.timeZone.exec(i);s?(t.time=i.replace(s[1],""),t.timeZone=s[1].trim()):t.time=i}return t}function l1(n,t){if(n){const e=de.YYY[t],i=de.YYYYY[t];let s=de.YYYY.exec(n)||i.exec(n);if(s){const r=s[1];return{year:parseInt(r,10),restDateString:n.slice(r.length)}}if(s=de.YY.exec(n)||e.exec(n),s){const r=s[1];return{year:parseInt(r,10)*100,restDateString:n.slice(r.length)}}}return{year:null}}function c1(n,t){if(t===null)return null;let e,i,s;if(!n||!n.length)return e=new Date(0),e.setUTCFullYear(t),e;let r=de.MM.exec(n);if(r)return e=new Date(0),i=parseInt(r[1],10)-1,Fh(t,i)?(e.setUTCFullYear(t,i),e):new Date(NaN);if(r=de.DDD.exec(n),r){e=new Date(0);const a=parseInt(r[1],10);return f1(t,a)?(e.setUTCFullYear(t,0,a),e):new Date(NaN)}if(r=de.MMDD.exec(n),r){e=new Date(0),i=parseInt(r[1],10)-1;const a=parseInt(r[2],10);return Fh(t,i,a)?(e.setUTCFullYear(t,i,a),e):new Date(NaN)}if(r=de.Www.exec(n),r)return s=parseInt(r[1],10)-1,Bh(s)?Lh(t,s):new Date(NaN);if(r=de.WwwD.exec(n),r){s=parseInt(r[1],10)-1;const a=parseInt(r[2],10)-1;return Bh(s,a)?Lh(t,s,a):new Date(NaN)}return null}function u1(n){let t,e,i=de.HH.exec(n);if(i)return t=parseFloat(i[1].replace(",",".")),Vo(t)?t%24*Yo:NaN;if(i=de.HHMM.exec(n),i)return t=parseInt(i[1],10),e=parseFloat(i[2].replace(",",".")),Vo(t,e)?t%24*Yo+e*Ih:NaN;if(i=de.HHMMSS.exec(n),i){t=parseInt(i[1],10),e=parseInt(i[2],10);const s=parseFloat(i[3].replace(",","."));return Vo(t,e,s)?t%24*Yo+e*Ih+s*1e3:NaN}return null}function Lh(n,t,e){t=t||0,e=e||0;const i=new Date(0);i.setUTCFullYear(n,0,4);const s=i.getUTCDay()||7,r=t*7+e+1-s;return i.setUTCDate(i.getUTCDate()+r),i}const d1=[31,28,31,30,31,30,31,31,30,31,30,31],h1=[31,29,31,30,31,30,31,31,30,31,30,31];function Nh(n){return n%400===0||n%4===0&&n%100!==0}function Fh(n,t,e){if(t<0||t>11)return!1;if(e!=null){if(e<1)return!1;const i=Nh(n);if(i&&e>h1[t]||!i&&e>d1[t])return!1}return!0}function f1(n,t){if(t<1)return!1;const e=Nh(n);return!(e&&t>366||!e&&t>365)}function Bh(n,t){return!(n<0||n>52||t!=null&&(t<0||t>6))}function Vo(n,t,e){return!(n<0||n>=25||t!=null&&(t<0||t>=60)||e!=null&&(e<0||e>=60))}const m1=/([xXOz]+)|''|'(''|[^'])+('|$)/g;function g1(n,t,e={}){t=String(t);const i=t.match(m1);if(i){const s=Yr(e.originalDate||n,e);t=i.reduce(function(r,a){if(a[0]==="'")return r;const o=r.indexOf(a),l=r[o-1]==="'",c=r.replace(a,"'"+s1[a[0]](s,a,e)+"'");return l?c.substring(0,o-1)+c.substring(o+1):c},t)}return Bv(n,t,e)}function zh(n,t,e){n=Yr(n,e);const i=Es(t,n,!0),s=new Date(n.getTime()-i),r=new Date(0);return r.setFullYear(s.getUTCFullYear(),s.getUTCMonth(),s.getUTCDate()),r.setHours(s.getUTCHours(),s.getUTCMinutes(),s.getUTCSeconds(),s.getUTCMilliseconds()),r}function p1(n,t,e,i){return i={...i,timeZone:t,originalDate:n},g1(zh(n,t,{timeZone:i.timeZone}),e,i)}function y1(n,t,e){if(typeof n=="string"&&!n.match(Rh))return Yr(n,{...e,timeZone:t});n=Yr(n,e);const i=Bo(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()).getTime(),s=Es(t,new Date(i));return new Date(i+s)}function b1(n,t){return-Es(n,t)}function $o(n,t={}){if(!n)return n;const e=t.tz||Intl.DateTimeFormat().resolvedOptions().timeZone;try{let i="MMM dd, yyy hh:mm a";t.short&&(i="MMM dd, yyy"),t.includeTZ&&(i+=" (z)");const s=new Date(n);return p1(s,e,i)}catch{return console.error("Invalid value passed to formatTime",n),"(invalid date)"}}const _1={secondly:1e3,tenSecondly:10*1e3,thirtySecondly:30*1e3,minutely:60*1e3,fiveMinutely:5*60*1e3,tenMinutely:10*60*1e3,thirtyMinutely:30*60*1e3,hourly:60*60*1e3,twoHourly:2*60*60*1e3,twelveHourly:12*60*60*1e3,daily:60*60*24*1e3,weekly:60*60*24*7*1e3,trend:0};function jo(n){return n&&Cw.find(t=>n<=_1[t])||null}var Vr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function x1(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var $r={exports:{}};$r.exports,function(n,t){var e=200,i="__lodash_hash_undefined__",s=9007199254740991,r="[object Arguments]",a="[object Array]",o="[object Boolean]",l="[object Date]",c="[object Error]",u="[object Function]",h="[object GeneratorFunction]",f="[object Map]",m="[object Number]",g="[object Object]",_="[object Promise]",x="[object RegExp]",v="[object Set]",S="[object String]",k="[object Symbol]",C="[object WeakMap]",A="[object ArrayBuffer]",O="[object DataView]",T="[object Float32Array]",p="[object Float64Array]",b="[object Int8Array]",M="[object Int16Array]",E="[object Int32Array]",R="[object Uint8Array]",I="[object Uint8ClampedArray]",B="[object Uint16Array]",U="[object Uint32Array]",J=/[\\^$.*+?()[\]{}|]/g,$=/\w*$/,lt=/^\[object .+?Constructor\]$/,q=/^(?:0|[1-9]\d*)$/,K={};K[r]=K[a]=K[A]=K[O]=K[o]=K[l]=K[T]=K[p]=K[b]=K[M]=K[E]=K[f]=K[m]=K[g]=K[x]=K[v]=K[S]=K[k]=K[R]=K[I]=K[B]=K[U]=!0,K[c]=K[u]=K[C]=!1;var z=typeof Vr=="object"&&Vr&&Vr.Object===Object&&Vr,j=typeof self=="object"&&self&&self.Object===Object&&self,Y=z||j||Function("return this")(),yt=t&&!t.nodeType&&t,_t=yt&&!0&&n&&!n.nodeType&&n,V=_t&&_t.exports===yt;function H(w,L){return w.set(L[0],L[1]),w}function X(w,L){return w.add(L),w}function Z(w,L){for(var F=-1,tt=w?w.length:0;++F<tt&&L(w[F],F,w)!==!1;);return w}function Q(w,L){for(var F=-1,tt=L.length,Yt=w.length;++F<tt;)w[Yt+F]=L[F];return w}function G(w,L,F,tt){for(var Yt=-1,Xt=w?w.length:0;++Yt<Xt;)F=L(F,w[Yt],Yt,w);return F}function gt(w,L){for(var F=-1,tt=Array(w);++F<w;)tt[F]=L(F);return tt}function vt(w,L){return w==null?void 0:w[L]}function rt(w){var L=!1;if(w!=null&&typeof w.toString!="function")try{L=!!(w+"")}catch{}return L}function bt(w){var L=-1,F=Array(w.size);return w.forEach(function(tt,Yt){F[++L]=[Yt,tt]}),F}function dt(w,L){return function(F){return w(L(F))}}function jt(w){var L=-1,F=Array(w.size);return w.forEach(function(tt){F[++L]=tt}),F}var ot=Array.prototype,Mt=Function.prototype,te=Object.prototype,oe=Y["__core-js_shared__"],Ut=function(){var w=/[^.]+$/.exec(oe&&oe.keys&&oe.keys.IE_PROTO||"");return w?"Symbol(src)_1."+w:""}(),qe=Mt.toString,Et=te.hasOwnProperty,ee=te.toString,Ft=RegExp("^"+qe.call(Et).replace(J,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),qt=V?Y.Buffer:void 0,ne=Y.Symbol,Xe=Y.Uint8Array,si=dt(Object.getPrototypeOf,Object),Fe=Object.create,Bt=te.propertyIsEnumerable,ve=ot.splice,ri=Object.getOwnPropertySymbols,ha=qt?qt.isBuffer:void 0,fa=dt(Object.keys,Object),Ws=Nn(Y,"DataView"),ai=Nn(Y,"Map"),Ys=Nn(Y,"Promise"),oi=Nn(Y,"Set"),cn=Nn(Y,"WeakMap"),un=Nn(Object,"create"),Vs=le(Ws),$s=le(ai),li=le(Ys),Nl=le(oi),Fl=le(cn),ma=ne?ne.prototype:void 0,ga=ma?ma.valueOf:void 0;function dn(w){var L=-1,F=w?w.length:0;for(this.clear();++L<F;){var tt=w[L];this.set(tt[0],tt[1])}}function Ii(){this.__data__=un?un(null):{}}function js(w){return this.has(w)&&delete this.__data__[w]}function pa(w){var L=this.__data__;if(un){var F=L[w];return F===i?void 0:F}return Et.call(L,w)?L[w]:void 0}function hn(w){var L=this.__data__;return un?L[w]!==void 0:Et.call(L,w)}function Bl(w,L){var F=this.__data__;return F[w]=un&&L===void 0?i:L,this}dn.prototype.clear=Ii,dn.prototype.delete=js,dn.prototype.get=pa,dn.prototype.has=hn,dn.prototype.set=Bl;function Be(w){var L=-1,F=w?w.length:0;for(this.clear();++L<F;){var tt=w[L];this.set(tt[0],tt[1])}}function zl(){this.__data__=[]}function Hl(w){var L=this.__data__,F=Ni(L,w);if(F<0)return!1;var tt=L.length-1;return F==tt?L.pop():ve.call(L,F,1),!0}function Wl(w){var L=this.__data__,F=Ni(L,w);return F<0?void 0:L[F][1]}function ze(w){return Ni(this.__data__,w)>-1}function Yl(w,L){var F=this.__data__,tt=Ni(F,w);return tt<0?F.push([w,L]):F[tt][1]=L,this}Be.prototype.clear=zl,Be.prototype.delete=Hl,Be.prototype.get=Wl,Be.prototype.has=ze,Be.prototype.set=Yl;function In(w){var L=-1,F=w?w.length:0;for(this.clear();++L<F;){var tt=w[L];this.set(tt[0],tt[1])}}function Vl(){this.__data__={hash:new dn,map:new(ai||Be),string:new dn}}function $l(w){return zi(this,w).delete(w)}function jl(w){return zi(this,w).get(w)}function He(w){return zi(this,w).has(w)}function Ul(w,L){return zi(this,w).set(w,L),this}In.prototype.clear=Vl,In.prototype.delete=$l,In.prototype.get=jl,In.prototype.has=He,In.prototype.set=Ul;function Ln(w){this.__data__=new Be(w)}function ql(){this.__data__=new Be}function Xl(w){return this.__data__.delete(w)}function Gl(w){return this.__data__.get(w)}function Li(w){return this.__data__.has(w)}function Kl(w,L){var F=this.__data__;if(F instanceof Be){var tt=F.__data__;if(!ai||tt.length<e-1)return tt.push([w,L]),this;F=this.__data__=new In(tt)}return F.set(w,L),this}Ln.prototype.clear=ql,Ln.prototype.delete=Xl,Ln.prototype.get=Gl,Ln.prototype.has=Li,Ln.prototype.set=Kl;function Zl(w,L){var F=Gs(w)||Wi(w)?gt(w.length,String):[],tt=F.length,Yt=!!tt;for(var Xt in w)Et.call(w,Xt)&&!(Yt&&(Xt=="length"||mc(Xt,tt)))&&F.push(Xt);return F}function Re(w,L,F){var tt=w[L];(!(Et.call(w,L)&&Xs(tt,F))||F===void 0&&!(L in w))&&(w[L]=F)}function Ni(w,L){for(var F=w.length;F--;)if(Xs(w[F][0],L))return F;return-1}function Ql(w,L){return w&&ya(L,ci(L),w)}function Us(w,L,F,tt,Yt,Xt,Me){var Qt;if(tt&&(Qt=Xt?tt(w,Yt,Xt,Me):tt(w)),Qt!==void 0)return Qt;if(!mn(w))return w;var Sa=Gs(w);if(Sa){if(Qt=hc(w),!L)return cc(w,Qt)}else{var Fn=Ge(w),ka=Fn==u||Fn==h;if(wa(w))return ic(w,L);if(Fn==g||Fn==r||ka&&!Xt){if(rt(w))return Xt?w:{};if(Qt=_a(ka?{}:w),!L)return uc(w,Ql(Qt,w))}else{if(!K[Fn])return Xt?w:{};Qt=fc(w,Fn,Us,L)}}Me||(Me=new Ln);var Da=Me.get(w);if(Da)return Da;if(Me.set(w,Qt),!Sa)var ui=F?dc(w):ci(w);return Z(ui||w,function(Zs,Yi){ui&&(Yi=Zs,Zs=w[Yi]),Re(Qt,Yi,Us(Zs,L,F,tt,Yi,w,Me))}),Qt}function Jl(w){return mn(w)?Fe(w):{}}function tc(w,L,F){var tt=L(w);return Gs(w)?tt:Q(tt,F(w))}function ec(w){return ee.call(w)}function Fi(w){if(!mn(w)||gc(w))return!1;var L=Ks(w)||rt(w)?Ft:lt;return L.test(le(w))}function nc(w){if(!fn(w))return fa(w);var L=[];for(var F in Object(w))Et.call(w,F)&&F!="constructor"&&L.push(F);return L}function ic(w,L){if(L)return w.slice();var F=new w.constructor(w.length);return w.copy(F),F}function Bi(w){var L=new w.constructor(w.byteLength);return new Xe(L).set(new Xe(w)),L}function sc(w,L){var F=L?Bi(w.buffer):w.buffer;return new w.constructor(F,w.byteOffset,w.byteLength)}function rc(w,L,F){var tt=L?F(bt(w),!0):bt(w);return G(tt,H,new w.constructor)}function qs(w){var L=new w.constructor(w.source,$.exec(w));return L.lastIndex=w.lastIndex,L}function ac(w,L,F){var tt=L?F(jt(w),!0):jt(w);return G(tt,X,new w.constructor)}function oc(w){return ga?Object(ga.call(w)):{}}function lc(w,L){var F=L?Bi(w.buffer):w.buffer;return new w.constructor(F,w.byteOffset,w.length)}function cc(w,L){var F=-1,tt=w.length;for(L||(L=Array(tt));++F<tt;)L[F]=w[F];return L}function ya(w,L,F,tt){F||(F={});for(var Yt=-1,Xt=L.length;++Yt<Xt;){var Me=L[Yt],Qt=void 0;Re(F,Me,Qt===void 0?w[Me]:Qt)}return F}function uc(w,L){return ya(w,ba(w),L)}function dc(w){return tc(w,ci,ba)}function zi(w,L){var F=w.__data__;return Hi(L)?F[typeof L=="string"?"string":"hash"]:F.map}function Nn(w,L){var F=vt(w,L);return Fi(F)?F:void 0}var ba=ri?dt(ri,Object):va,Ge=ec;(Ws&&Ge(new Ws(new ArrayBuffer(1)))!=O||ai&&Ge(new ai)!=f||Ys&&Ge(Ys.resolve())!=_||oi&&Ge(new oi)!=v||cn&&Ge(new cn)!=C)&&(Ge=function(w){var L=ee.call(w),F=L==g?w.constructor:void 0,tt=F?le(F):void 0;if(tt)switch(tt){case Vs:return O;case $s:return f;case li:return _;case Nl:return v;case Fl:return C}return L});function hc(w){var L=w.length,F=w.constructor(L);return L&&typeof w[0]=="string"&&Et.call(w,"index")&&(F.index=w.index,F.input=w.input),F}function _a(w){return typeof w.constructor=="function"&&!fn(w)?Jl(si(w)):{}}function fc(w,L,F,tt){var Yt=w.constructor;switch(L){case A:return Bi(w);case o:case l:return new Yt(+w);case O:return sc(w,tt);case T:case p:case b:case M:case E:case R:case I:case B:case U:return lc(w,tt);case f:return rc(w,tt,F);case m:case S:return new Yt(w);case x:return qs(w);case v:return ac(w,tt,F);case k:return oc(w)}}function mc(w,L){return L=L??s,!!L&&(typeof w=="number"||q.test(w))&&w>-1&&w%1==0&&w<L}function Hi(w){var L=typeof w;return L=="string"||L=="number"||L=="symbol"||L=="boolean"?w!=="__proto__":w===null}function gc(w){return!!Ut&&Ut in w}function fn(w){var L=w&&w.constructor,F=typeof L=="function"&&L.prototype||te;return w===F}function le(w){if(w!=null){try{return qe.call(w)}catch{}try{return w+""}catch{}}return""}function pc(w){return Us(w,!0,!0)}function Xs(w,L){return w===L||w!==w&&L!==L}function Wi(w){return yc(w)&&Et.call(w,"callee")&&(!Bt.call(w,"callee")||ee.call(w)==r)}var Gs=Array.isArray;function xa(w){return w!=null&&bc(w.length)&&!Ks(w)}function yc(w){return gn(w)&&xa(w)}var wa=ha||Ma;function Ks(w){var L=mn(w)?ee.call(w):"";return L==u||L==h}function bc(w){return typeof w=="number"&&w>-1&&w%1==0&&w<=s}function mn(w){var L=typeof w;return!!w&&(L=="object"||L=="function")}function gn(w){return!!w&&typeof w=="object"}function ci(w){return xa(w)?Zl(w):nc(w)}function va(){return[]}function Ma(){return!1}n.exports=pc}($r,$r.exports),$r.exports;const an=(n,t)=>new Date(n.getTime()-b1(t,n));class ae{constructor(t){Pe(this,"timeframeText"),Pe(this,"key"),Pe(this,"display"),Pe(this,"timeframeLength"),Pe(this,"allowedTiers"),Pe(this,"defaultResponseGranularity"),Pe(this,"dataGranularity"),Pe(this,"isRelative"),Pe(this,"fineGrainedDefaultGranularity"),Pe(this,"_startCustom"),Pe(this,"_endCustom"),Pe(this,"_allowedGranularitiesOverride"),this.display=t.display,this.timeframeText=t.timeframeText,this.key=t.key,this.timeframeLength=t.timeframeLength,this.allowedTiers=t.allowedTiers,this.defaultResponseGranularity=t.defaultResponseGranularity,this.dataGranularity=t.dataGranularity,this.isRelative=t.isRelative,this._startCustom=t.startCustom,this._endCustom=t.endCustom,this._allowedGranularitiesOverride=t.allowedGranularitiesOverride,this.fineGrainedDefaultGranularity=t.fineGrainedDefaultGranularity}rawEnd(t){return this._endCustom||new Date}rawStart(t){return this._startCustom||new Date(this.rawEnd().getTime()-this.timeframeLengthMs())}timeframeLengthMs(){return this.timeframeLength()*1e3}maximumTimeframeLength(){return this.timeframeLength()}allowedGranularities(t){if(this._allowedGranularitiesOverride&&t)return new Set(this._allowedGranularitiesOverride);const e=new Set,i=this.maximumTimeframeLength()/3600;return i<=6&&e.add("minutely"),i>=2&&i<=7*24&&e.add("hourly"),i>=2*24&&e.add("daily"),i>=2*24*14&&e.add("weekly"),e}cacheKey(){return this.key!=="custom"?this.key:`${this.rawStart().toISOString()}-${this.rawEnd().toISOString()}`}v4Query(t){if(this.key==="custom")return{type:"absolute",start:this.rawStart(),end:this.rawEnd(),tz:t};if(Tw.includes(this.key))return{type:"relative",time_range:this.key,tz:t};throw new Error("Unsupported relative time value for Explore")}tzAdjustedDate(t){if(!t)return new Date;const e=y1(new Date,new Intl.DateTimeFormat().resolvedOptions().timeZone);return zh(e,t)}}class w1 extends ae{rawStart(t){let e=rn(this.tzAdjustedDate(t),{weekStartsOn:1});return t&&(e=an(e,t)),e}maximumTimeframeLength(){return 60*60*24*7}}class v1 extends ae{rawStart(t){let e=Mi(this.tzAdjustedDate(t));return t&&(e=an(e,t)),e}maximumTimeframeLength(){return 60*60*24*31}}class M1 extends ae{rawStart(t){let e=new Date(this.tzAdjustedDate(t).getFullYear(),0,1);return t&&(e=an(e,t)),e}maximumTimeframeLength(){return 60*60*24*366}}class S1 extends ae{rawEnd(t){let e=rn(this.tzAdjustedDate(t),{weekStartsOn:1});return t&&(e=an(e,t)),e}rawStart(t){const e=this.tzAdjustedDate(t);let i=rn(e.setDate(e.getDate()-7),{weekStartsOn:1});return t&&(i=an(i,t)),i}}class k1 extends ae{rawEnd(t){let e=Mi(this.tzAdjustedDate(t));return t&&(e=an(e,t)),e}rawStart(t){let e=Mi(kh(this.tzAdjustedDate(t)));return t&&(e=an(e,t)),e}}class D1 extends ae{rawEnd(t){let e=new Date(this.tzAdjustedDate(t).getFullYear(),0,1);return t&&(e=an(e,t)),e}rawStart(t){let e=new Date(this.tzAdjustedDate(t).getFullYear()-1,0,1);return t&&(e=an(e,t)),e}}nt.FIFTEEN_MIN,new ae({key:nt.FIFTEEN_MIN,display:"Last 15 minutes",timeframeText:"15 minutes",timeframeLength:()=>60*15,defaultResponseGranularity:"minutely",dataGranularity:"minutely",isRelative:!0,fineGrainedDefaultGranularity:"thirtySecondly",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["tenSecondly","thirtySecondly","minutely"]}),nt.ONE_HOUR,new ae({key:nt.ONE_HOUR,display:"Last hour",timeframeText:"One hour",timeframeLength:()=>60*60*1,defaultResponseGranularity:"minutely",dataGranularity:"minutely",isRelative:!0,fineGrainedDefaultGranularity:"minutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["tenSecondly","thirtySecondly","minutely","fiveMinutely","tenMinutely"]}),nt.SIX_HOUR,new ae({key:nt.SIX_HOUR,display:"Last 6 hours",timeframeText:"6 hours",timeframeLength:()=>60*60*6,defaultResponseGranularity:"hourly",dataGranularity:"hourly",isRelative:!0,fineGrainedDefaultGranularity:"fiveMinutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["thirtySecondly","minutely","fiveMinutely","tenMinutely","thirtyMinutely","hourly"]}),nt.TWELVE_HOUR,new ae({key:nt.TWELVE_HOUR,display:"Last 12 hours",timeframeText:"12 hours",timeframeLength:()=>60*60*12,defaultResponseGranularity:"hourly",dataGranularity:"hourly",isRelative:!0,fineGrainedDefaultGranularity:"tenMinutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["minutely","fiveMinutely","tenMinutely","thirtyMinutely","hourly"]}),nt.ONE_DAY,new ae({key:nt.ONE_DAY,display:"Last 24 hours",timeframeText:"24 hours",timeframeLength:()=>60*60*24,defaultResponseGranularity:"hourly",dataGranularity:"hourly",isRelative:!0,fineGrainedDefaultGranularity:"thirtyMinutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["fiveMinutely","tenMinutely","thirtyMinutely","hourly"]}),nt.SEVEN_DAY,new ae({key:nt.SEVEN_DAY,display:"Last 7 days",timeframeText:"7 days",timeframeLength:()=>60*60*24*7,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"twoHourly",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["thirtyMinutely","hourly","twoHourly","twelveHourly","daily"]}),nt.THIRTY_DAY,new ae({key:nt.THIRTY_DAY,display:"Last 30 days",timeframeText:"30 days",timeframeLength:()=>60*60*24*30,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"twelveHourly",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),nt.NINETY_DAY,new ae({key:nt.NINETY_DAY,display:"Last 90 days",timeframeText:"90 days",timeframeLength:()=>60*60*24*90,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"daily",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),nt.ONE_HUNDRED_EIGHTY_DAY,new ae({key:nt.ONE_HUNDRED_EIGHTY_DAY,display:"Last 180 days",timeframeText:"180 days",timeframeLength:()=>60*60*24*180,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"daily",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),nt.ONE_YEAR,new ae({key:nt.ONE_YEAR,display:"Last 365 days",timeframeText:"365 days",timeframeLength:()=>60*60*24*365,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"daily",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),nt.CURRENT_WEEK,new w1({key:nt.CURRENT_WEEK,display:"This week",timeframeText:"Week",timeframeLength:()=>{const n=rn(new Date,{weekStartsOn:1});return(Cs(No(new Date,1)).getTime()-n.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,fineGrainedDefaultGranularity:"twoHourly",allowedTiers:["plus","enterprise"],allowedGranularitiesOverride:["thirtyMinutely","hourly","twoHourly","twelveHourly","daily"]}),nt.CURRENT_MONTH,new v1({key:nt.CURRENT_MONTH,display:"This month",timeframeText:"Month",timeframeLength:()=>{const n=Mi(new Date);return(Cs(No(new Date,1)).getTime()-n.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),nt.CURRENT_YEAR,new M1({key:nt.CURRENT_YEAR,display:"This year",timeframeText:"Year",timeframeLength:()=>{const n=new Date(new Date().getFullYear(),0,1);return(Cs(No(new Date,1)).getTime()-n.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),nt.PREVIOUS_WEEK,new S1({key:nt.PREVIOUS_WEEK,display:"Previous week",timeframeText:"Week",timeframeLength:()=>60*60*24*7,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,fineGrainedDefaultGranularity:"twoHourly",allowedTiers:["plus","enterprise"],allowedGranularitiesOverride:["thirtyMinutely","hourly","twoHourly","twelveHourly","daily"]}),nt.PREVIOUS_MONTH,new k1({key:nt.PREVIOUS_MONTH,display:"Previous month",timeframeText:"Month",timeframeLength:()=>{let n=0;const t=Mi(new Date),e=Mi(kh(new Date));return t.getTimezoneOffset()!==e.getTimezoneOffset()&&(n=Hh(t,e)),60*60*24*Wv(new Date().setMonth(new Date().getMonth()-1))+Sh(n)},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),nt.PREVIOUS_YEAR,new D1({key:nt.PREVIOUS_YEAR,display:"Previous year",timeframeText:"Year",timeframeLength:()=>{const n=new Date(new Date().getFullYear(),0,1),t=new Date(new Date().getFullYear()-1,0,1);let e=0;return n.getTimezoneOffset()!==t.getTimezoneOffset()&&(e=Hh(n,t)),60*60*24*(365+(t.getFullYear()%4===0?1:0))+Sh(e)},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]});function Hh(n,t){return Vv(n.getTimezoneOffset()-t.getTimezoneOffset())}nt.FIFTEEN_MIN,nt.ONE_HOUR,nt.SIX_HOUR,nt.TWELVE_HOUR,nt.ONE_DAY,nt.SEVEN_DAY,nt.FIFTEEN_MIN,nt.ONE_HOUR,nt.SIX_HOUR,nt.TWELVE_HOUR,nt.ONE_DAY,nt.SEVEN_DAY,nt.THIRTY_DAY,nt.NINETY_DAY,nt.ONE_HUNDRED_EIGHTY_DAY,nt.ONE_YEAR,nt.CURRENT_WEEK,nt.CURRENT_MONTH,nt.CURRENT_YEAR,nt.PREVIOUS_WEEK,nt.PREVIOUS_MONTH,nt.PREVIOUS_YEAR;const T1=new Map(fh.map(n=>[n.code,{code:n.code,name:n.name}])),Uo=n=>{var t;return((t=T1.get(n))==null?void 0:t.name)||n};var Wh={exports:{}};(function(n){(function(){function t(c,u){if(u.separator===!1||c<1e3)return c.toString();var h=typeof u.separator=="string"?u.separator:",",f=[],m=Math.round(c).toString().split("");return m.reverse().forEach(function(g,_){_&&_%3===0&&f.push(h),f.push(g)}),f.reverse().join("")}function e(c,u,h){var f=c/u,m=h.round?"round":"floor";return h.decimal===!1?(c=Math[m](f),c.toString()):(h.precision?c=f:c=f<10?Math[m](f*10)/10:Math[m](f),c=c.toString(),typeof h.decimal=="string"&&(c=c.replace(".",h.decimal)),c)}var i=1e3,s=1e4,r=1e6,a=1e9,o=1e12;function l(c,u){var h;u=u||{};var f=c<0;f&&(c=Math.abs(c)),u.precision&&(c=parseFloat(c.toPrecision(u.precision)));var m=u.min10k?s:i;return c<m||u.precision&&u.precision>Math.log10(c)?h=t(e(c,1,u),u):c<r?h=e(c,i,u)+"k":c<a?h=e(c,r,u)+"m":c<o?h=t(e(c,a,u),u)+"b":h=t(e(c,o,u),u)+"t",f&&(h="-"+h),u.capital&&(h=h.toUpperCase()),u.prefix&&(h=u.prefix+h),u.suffix&&(h=h+u.suffix),h}l.addCommas=t,n.exports=l})()})(Wh);var C1=Wh.exports;const qo=x1(C1);var Yh;const E1=typeof document<"u"&&((Yh=document.documentElement)==null?void 0:Yh.lang)||"en-US",jr=new Intl.NumberFormat(E1);function ki({i18n:n}){const t=(i,s)=>{if(isNaN(i))return"0 B";const r=s?Math.pow(2,50):1e15,a=s?Math.pow(2,40):1e12,o=s?Math.pow(2,30):1e9,l=s?Math.pow(2,20):1e6,c=s?Math.pow(2,10):1e3;let u;return i>=r?u=n.formatNumber(Number.parseFloat((i/r).toPrecision(3)),{style:"unit",unit:"petabyte",unitDisplay:"narrow"}):i>=a?u=n.formatNumber(Number.parseFloat((i/a).toPrecision(3)),{style:"unit",unit:"terabyte",unitDisplay:"narrow"}):i>=o?u=n.formatNumber(Number.parseFloat((i/o).toPrecision(3)),{style:"unit",unit:"gigabyte",unitDisplay:"narrow"}):i>=l?u=n.formatNumber(Number.parseFloat((i/l).toPrecision(3)),{style:"unit",unit:"megabyte",unitDisplay:"narrow"}):i>=c?u=n.formatNumber(Number.parseFloat((i/c).toPrecision(3)),{style:"unit",unit:"kilobyte",unitDisplay:"narrow"}):u=n.formatNumber(Number.parseFloat(i.toPrecision(3)),{style:"unit",unit:"byte",unitDisplay:"narrow"}),u.replace(/([a-zA-Z]*)$/," $1")},e=(i,s="USD")=>isNaN(i)?s==="USD"?"$0.00":`${i}`:i>=.01||s!=="USD"?n.formatNumber(i,{style:"currency",currency:s}):i<1e-4?"< $0.0001":`$${Number.parseFloat(i.toPrecision(4))}`;return{formatUnit:(i,s,{isBytes1024:r=!1,currency:a="USD",approximate:o=!1,translateUnit:l=c=>c}={})=>{const c=l(s,i);switch(s){case"bytes":return t(i,r);case"usd":return e(i,a);case"ms":case"count/minute":case"token count":case"count":default:return isNaN(i)?`${i}`:o?`${qo(i,{capital:!0})} ${c}`:i>=.01?`${jr.format(Number.parseFloat(i.toFixed(2)))} ${c}`:`${Number.parseFloat(i.toPrecision(4))} ${c}`}},formatBytes:t,formatCost:e,formatRange:(i,s,r,{isBytes1024:a=!1,currency:o="USD",approximate:l=!1,translateUnit:c=u=>u}={})=>{const u=c(r,s);switch(r){case"bytes":return`${t(i,a)} - ${t(s,a)}`;case"usd":return`${e(i,o)} - ${e(s,o)}`;case"ms":case"count/minute":case"token count":case"count":default:if(isNaN(i)||isNaN(s))return`${i} - ${s}`;if(l)return`${qo(i,{capital:!0})} - ${qo(s,{capital:!0})} ${u}`}const h=i>=.01?`${jr.format(Number.parseFloat(i.toFixed(2)))}`:`${Number.parseFloat(i.toPrecision(4))}`,f=s>=.01?`${jr.format(Number.parseFloat(s.toFixed(2)))}`:`${Number.parseFloat(s.toPrecision(4))}`;return`${h} - ${f} ${u}`}}}const Ur=n=>["interactive","zoom-interactive"].includes(n),Vh=(n,t,e,i)=>{var l,c;const{tooltip:s}=t;if(s.opacity===0&&!Ur(n.interactionMode)){n.showTooltip=!1;return}const{i18n:r}=mt.useI18n(),{formatUnit:a}=ki({i18n:r}),o=n.chartTooltipSortFn||((u,h)=>h.rawValue-u.rawValue);if(s.body&&!Ur(n.interactionMode)){const u=s.labelColors,h=((c=(l=t.chart.config)==null?void 0:l.options)==null?void 0:c.indexAxis)==="y"?"x":"y";n.tooltipContext=i!=null&&i.contextFormatter?i.contextFormatter(s.dataPoints[0].parsed.x,e):As({tickValue:new Date(s.dataPoints[0].parsed.x),granularity:e}),n.tooltipSeries=s.dataPoints.map((f,m)=>{const g=f.parsed[h],_=a(g,n.units,{translateUnit:n.translateUnit}),x=f.dataset.label;return{backgroundColor:u[m].backgroundColor,borderColor:u[m].borderColor,label:x,value:_,rawValue:g,isSegmentEmpty:f.dataset.isSegmentEmpty}}).sort(o),n.left=`${s.x}px`,n.top=`${s.y}px`,n.showTooltip=!0}},$h=(n,t)=>{var a,o;const{tooltip:e}=t,{i18n:i}=mt.useI18n(),{formatUnit:s}=ki({i18n:i});if(e.opacity===0&&!Ur(n.interactionMode)){n.showTooltip=!1;return}const r=n.chartTooltipSortFn||((l,c)=>c.rawValue-l.rawValue);if(e.body&&!Ur(n.interactionMode)){const l=e.labelColors,c=((o=(a=t.chart.config)==null?void 0:a.options)==null?void 0:o.indexAxis)==="y"?"x":"y",u=["gauge","donut"].includes(n.chartType);u?n.tooltipContext=n.dimensionDisplay||e.dataPoints[0].label:e.chart.data.isMultiDimension?n.tooltipContext=e.dataPoints[0].label:n.tooltipContext=n.dimensionDisplay||"",n.tooltipSeries=e.dataPoints.map((h,f)=>{const m=u?h.parsed:h.parsed[c],g=s(m,n.units,{translateUnit:n.translateUnit});let _;return u?_=h.dataset.labels[h.dataIndex]:_=h.dataset.label,{backgroundColor:l[f].backgroundColor,borderColor:l[f].borderColor,label:_,value:g,rawValue:m,isSegmentEmpty:h.dataset.isSegmentEmpty}}).sort(r),n.left=`${e.x}px`,n.top=`${e.y}px`,n.showTooltip=!0}},O1=n=>n&&n.datasets&&n.datasets.length,P1=n=>O1(n)&&n.datasets.some(t=>t.data.length),A1=n=>n.datasets.some(t=>t.data[0]&&Do(t.data[0].x)),R1=n=>!!P1(n)&&n.datasets.some(t=>t.data.length==1),I1=n=>A1(n)&&n.datasets.some(t=>t.data[0]&&t.data[0].x.toString().length>=13),Xo=(n,t,e)=>{const s=Math.min(t/1150,1);return n.x<e?n.x+t*.15*(1-s):n.x-t*1.15*(1-s)},L1=(n,t,e)=>n.y<e?n.y+t*.15:n.y-t*.5;function jh(n,t){let e;return(...i)=>{clearTimeout(e),e=window.setTimeout(()=>{n(...i)},t)}}const Uh=(n,t,e)=>{const i=n.data;return n.options.plugins.legend.labels.generateLabels(n).filter(s=>{var r;return!((r=t==null?void 0:t[s.text])!=null&&r.isThreshold)}).map((s,r)=>({...s,value:t&&t[s.text],isSegmentEmpty:i.datasets[r].isSegmentEmpty})).sort(e)},N1=2,qh=10,Xh=12,qr=10,Gh="#6c7489",F1="#d60027",Go="#6c7489",B1="#995c00",z1="#ffc400",Ko="16px",H1="20px",W1="'Inter', Roboto, Helvetica, sans-serif",Kh={"1XXCount|1XX|1[0-9][0-9]":{solid:"#0072E5",light:"#4DA6FF",description:"Informational"},"SuccessfulRequests|2XXCount|2XX|2[0-9][0-9]|SUCCESS":{solid:"#0BB652",light:"#6FCC83",description:"Success"},"3XXCount|3XX|3[0-9][0-9]":{solid:"#FDC53B",light:"#FFD982",description:"Redirection"},"4XXCount|4XX|4[0-9][0-9]":{solid:"#FE9439",light:"#FFBA81",description:"Client Errors"},"5XXCount|5XX|5[0-9][0-9]":{solid:"#FF4545",light:"#FF8484",description:"Server Errors"},"errorCount|FailedRequests|FAILURE":{solid:"#FF4545",light:"#FF8484",description:"Server Errors"},nonStandard:{solid:"#6f7787",light:"#e7e7ec"},standard:{solid:"#1155cb",light:"#8ab3fa"},p99:{solid:"#1356cb",light:"#1356cb"},p95:{solid:"#1fbecd",light:"#1fbecd"},p50:{solid:"#1df97d",light:"#1df97d"},LatencyP99:{solid:"#1356cb",light:"#1356cb"},LatencyP95:{solid:"#1fbecd",light:"#1fbecd"},LatencyP50:{solid:"#1df97d",light:"#1df97d"}},on=["#a86cd5","#6a86d2","#00bbf9","#00c4b0","#ffdf15"],Xr=(n,t)=>(t||on)[n%on.length],Zh=(n,t)=>{n[0]==="#"&&(n=n.slice(1));let e=parseInt(n.substring(0,2),16),i=parseInt(n.substring(2,4),16),s=parseInt(n.substring(4,6),16);e=e-t,i=i-t,s=s-t,e>255?e=255:e<0&&(e=0),i>255?i=255:i<0&&(i=0),s>255?s=255:s<0&&(s=0);const r=e.toString(16).length===1?"0"+e.toString(16):e.toString(16),a=i.toString(16).length===1?"0"+i.toString(16):i.toString(16),o=s.toString(16).length===1?"0"+s.toString(16):s.toString(16);return`#${r}${a}${o}`},Qh="#6f7787",Jh={100:{background:"#f0f5fd",text:"#10599e"},200:{background:"#e5f7f4",text:"#1b6955"},300:{background:"#fff1d5",text:"#a06027"},400:{background:"#fee3b6",text:"#944d19"},500:{background:"#fedada",text:"#852021"}},Y1=n=>{var e;const t=Math.floor(parseInt(n,10)/100)*100;return((e=Jh[t])==null?void 0:e.background)||"#fafafa"},V1={SUCCESS:"#6FCC83",FAILURE:"#FF8484"},$1={"4XX":"#FFBA81","5XX":"#FF8484"},j1={LatencyP99:"#1356cb",LatencyP95:"#1fbecd",LatencyP50:"#1df97d"},U1="#dad4c7",tf="#afb7c5",q1=n=>{const t=Object.entries(Kh).find(([e])=>new RegExp(e).test(n));return t&&t[1]||Kh.standard},Zo=(n,t,e,i)=>{let s;return e?s=tf:Array.isArray(i)?s=Xr(n,i):s=i[t],s||Xr(n)},Gr=n=>{switch(n){case"error":return F1;case"warning":return z1;case"neutral":return Gh;default:return Gh}},X1={lineTension:0,pointBorderWidth:1.2,borderJoinStyle:"round",fill:!0},G1=2,K1=0,Qo=new Map,ef=(n,t)=>{const{i18n:e}=mt.useI18n(),{formatBytes:i}=ki({i18n:e});return t==="bytes"?i(n):t==="count/minute"?n.toFixed(2):jr.format(n)},Z1=n=>{const e=document.createElement("canvas").getContext("2d"),i=Rt({});return e.font=i.string,e.measureText(n).width},Q1=()=>{const n="label_height";if(!Qo.has(n)){const t=Rt({});Qo.set(n,t.lineHeight)}return Qo.get(n)},J1=(n,t)=>t.datasets.reduce((e,i,s)=>n.isDatasetVisible(s)?e+i.data.reduce((r,a)=>isNaN(a)?r:r+a,0):e,0),tM=(n,t)=>t===0?" (0.0%)":` (${(n/t*100).toFixed(1)}%)`,Jo="#e0e4ea",eM={100:["#c8e2fd","#80bfff","#4da6ff","#1a8cff","#0072e5","#0059b2"],200:["#ceedd2","#9edca6","#89d595","#6fcc83","#44c26b","#0bb652","#0ca84a","#169643","#196e33","#1b572a"],300:["#fff4db","#ffe9b8","#ffe2a1","#ffd982","#ffd062","#fdc53b","#f4bb1e","#e8b00b","#d9a30f","#c89407"],400:["#ffead8","#ffd5b1","#ffc899","#ffba81","#ffae6b","#fe9439","#f6871d","#eb7c0c","#da700c","#cc6100"],500:["#ffd5d5","#ffb6b6","#ff9d9d","#ff8484","#ff6a6a","#ff4545","#fb1f1f","#e90b0b","#d40202","#be0202"]},Os=(n,t)=>{let e=1;const i=eM[n],s=new Map;for(const r of t)s.set(r,i[e]),e=e%(i.length-1)+1;return s.set(-1,i[0]),s},nf=new Map([[100,Os("100",[100,101,102,103])],[200,Os("200",[200,201,202,203,204,205,206,207,208,226])],[300,Os("300",[300,301,302,303,304,305,307,308])],[400,Os("400",[400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,421,422,423,424,425,426,428,429,431,451])],[500,Os("500",[500,501,502,503,504,505,506,507,508,510,511])]]),tl=n=>{const t=parseInt(n,10),e=Math.floor(t/100)*100,i=nf.get(e);return i===void 0?Jo:i.get(t)??i.get(-1)??Jo},nM=n=>{const t=tl(n);return{solid:t,light:t}},Kr={...Array.from({length:500},(n,t)=>100+t).reduce((n,t)=>(n[`${t}`]=tl(`${t}`),n),{}),____OTHER____:"#DAD4C7","1XX":"#4DA6FF","2XX":"#6FCC83","3XX":"#FFD982","4XX":"#FFBA81","5XX":"#FF8484"};function sf(n,t,e){const i=nh(),s=rM(n,e.timeZone,e.locale??i.locale);return"formatToParts"in s?iM(s,t):sM(s,t)}function iM(n,t){const e=n.formatToParts(t);for(let i=e.length-1;i>=0;--i)if(e[i].type==="timeZoneName")return e[i].value}function sM(n,t){const e=n.format(t).replace(/\u200E/g,""),i=/ [\w-+ ]+$/.exec(e);return i?i[0].substr(1):""}function rM(n,t,e){return new Intl.DateTimeFormat(e?[e.code,"en-US"]:void 0,{timeZone:t,timeZoneName:n})}function aM(n,t){const e=dM(t);return"formatToParts"in e?lM(e,n):cM(e,n)}const oM={year:0,month:1,day:2,hour:3,minute:4,second:5};function lM(n,t){try{const e=n.formatToParts(t),i=[];for(let s=0;s<e.length;s++){const r=oM[e[s].type];r!==void 0&&(i[r]=parseInt(e[s].value,10))}return i}catch(e){if(e instanceof RangeError)return[NaN];throw e}}function cM(n,t){const e=n.format(t),i=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(e);return[parseInt(i[3],10),parseInt(i[1],10),parseInt(i[2],10),parseInt(i[4],10),parseInt(i[5],10),parseInt(i[6],10)]}const el={},rf=new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:"America/New_York",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(new Date("2014-06-25T04:00:00.123Z")),uM=rf==="06/25/2014, 00:00:00"||rf==="‎06‎/‎25‎/‎2014‎ ‎00‎:‎00‎:‎00";function dM(n){return el[n]||(el[n]=uM?new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),el[n]}function af(n,t,e,i,s,r,a){const o=new Date(0);return o.setUTCFullYear(n,t,e),o.setUTCHours(i,s,r,a),o}const of=36e5,hM=6e4,nl={timezoneZ:/^(Z)$/,timezoneHH:/^([+-]\d{2})$/,timezoneHHMM:/^([+-])(\d{2}):?(\d{2})$/};function il(n,t,e){if(!n)return 0;let i=nl.timezoneZ.exec(n);if(i)return 0;let s,r;if(i=nl.timezoneHH.exec(n),i)return s=parseInt(i[1],10),lf(s)?-(s*of):NaN;if(i=nl.timezoneHHMM.exec(n),i){s=parseInt(i[2],10);const a=parseInt(i[3],10);return lf(s,a)?(r=Math.abs(s)*of+a*hM,i[1]==="+"?-r:r):NaN}if(gM(n)){t=new Date(t||Date.now());const a=e?t:fM(t),o=sl(a,n);return-(e?o:mM(t,o,n))}return NaN}function fM(n){return af(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds())}function sl(n,t){const e=aM(n,t),i=af(e[0],e[1]-1,e[2],e[3]%24,e[4],e[5],0).getTime();let s=n.getTime();const r=s%1e3;return s-=r>=0?r:1e3+r,i-s}function mM(n,t,e){let s=n.getTime()-t;const r=sl(new Date(s),e);if(t===r)return t;s-=r-t;const a=sl(new Date(s),e);return r===a?r:Math.max(r,a)}function lf(n,t){return-23<=n&&n<=23&&(t==null||0<=t&&t<=59)}const cf={};function gM(n){if(cf[n])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:n}),cf[n]=!0,!0}catch{return!1}}const pM=60*1e3,yM={X:function(n,t,e){const i=rl(e.timeZone,n);if(i===0)return"Z";switch(t){case"X":return uf(i);case"XXXX":case"XX":return Di(i);case"XXXXX":case"XXX":default:return Di(i,":")}},x:function(n,t,e){const i=rl(e.timeZone,n);switch(t){case"x":return uf(i);case"xxxx":case"xx":return Di(i);case"xxxxx":case"xxx":default:return Di(i,":")}},O:function(n,t,e){const i=rl(e.timeZone,n);switch(t){case"O":case"OO":case"OOO":return"GMT"+bM(i,":");case"OOOO":default:return"GMT"+Di(i,":")}},z:function(n,t,e){switch(t){case"z":case"zz":case"zzz":return sf("short",n,e);case"zzzz":default:return sf("long",n,e)}}};function rl(n,t){const e=n?il(n,t,!0)/pM:(t==null?void 0:t.getTimezoneOffset())??0;if(Number.isNaN(e))throw new RangeError("Invalid time zone specified: "+n);return e}function Zr(n,t){const e=n<0?"-":"";let i=Math.abs(n).toString();for(;i.length<t;)i="0"+i;return e+i}function Di(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Zr(Math.floor(i/60),2),r=Zr(Math.floor(i%60),2);return e+s+t+r}function uf(n,t){return n%60===0?(n>0?"-":"+")+Zr(Math.abs(n)/60,2):Di(n,t)}function bM(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.floor(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+Zr(r,2)}function df(n){const t=new Date(Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()));return t.setUTCFullYear(n.getFullYear()),+n-+t}const _M=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/,al=36e5,hf=6e4,xM=2,he={dateTimePattern:/^([0-9W+-]+)(T| )(.*)/,datePattern:/^([0-9W+-]+)(.*)/,YY:/^(\d{2})$/,YYY:[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],YYYY:/^(\d{4})/,YYYYY:[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],MM:/^-(\d{2})$/,DDD:/^-?(\d{3})$/,MMDD:/^-?(\d{2})-?(\d{2})$/,Www:/^-?W(\d{2})$/,WwwD:/^-?W(\d{2})-?(\d{1})$/,HH:/^(\d{2}([.,]\d*)?)$/,HHMM:/^(\d{2}):?(\d{2}([.,]\d*)?)$/,HHMMSS:/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,timeZone:_M};function ff(n,t={}){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");if(n===null)return new Date(NaN);const e=t.additionalDigits==null?xM:Number(t.additionalDigits);if(e!==2&&e!==1&&e!==0)throw new RangeError("additionalDigits must be 0, 1 or 2");if(n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]")return new Date(n.getTime());if(typeof n=="number"||Object.prototype.toString.call(n)==="[object Number]")return new Date(n);if(Object.prototype.toString.call(n)!=="[object String]")return new Date(NaN);const i=wM(n),{year:s,restDateString:r}=vM(i.date,e),a=MM(r,s);if(a===null||isNaN(a.getTime()))return new Date(NaN);if(a){const o=a.getTime();let l=0,c;if(i.time&&(l=SM(i.time),l===null||isNaN(l)))return new Date(NaN);if(i.timeZone||t.timeZone){if(c=il(i.timeZone||t.timeZone,new Date(o+l)),isNaN(c))return new Date(NaN)}else c=df(new Date(o+l)),c=df(new Date(o+l+c));return new Date(o+l+c)}else return new Date(NaN)}function wM(n){const t={};let e=he.dateTimePattern.exec(n),i;if(e?(t.date=e[1],i=e[3]):(e=he.datePattern.exec(n),e?(t.date=e[1],i=e[2]):(t.date=null,i=n)),i){const s=he.timeZone.exec(i);s?(t.time=i.replace(s[1],""),t.timeZone=s[1].trim()):t.time=i}return t}function vM(n,t){if(n){const e=he.YYY[t],i=he.YYYYY[t];let s=he.YYYY.exec(n)||i.exec(n);if(s){const r=s[1];return{year:parseInt(r,10),restDateString:n.slice(r.length)}}if(s=he.YY.exec(n)||e.exec(n),s){const r=s[1];return{year:parseInt(r,10)*100,restDateString:n.slice(r.length)}}}return{year:null}}function MM(n,t){if(t===null)return null;let e,i,s;if(!n||!n.length)return e=new Date(0),e.setUTCFullYear(t),e;let r=he.MM.exec(n);if(r)return e=new Date(0),i=parseInt(r[1],10)-1,pf(t,i)?(e.setUTCFullYear(t,i),e):new Date(NaN);if(r=he.DDD.exec(n),r){e=new Date(0);const a=parseInt(r[1],10);return TM(t,a)?(e.setUTCFullYear(t,0,a),e):new Date(NaN)}if(r=he.MMDD.exec(n),r){e=new Date(0),i=parseInt(r[1],10)-1;const a=parseInt(r[2],10);return pf(t,i,a)?(e.setUTCFullYear(t,i,a),e):new Date(NaN)}if(r=he.Www.exec(n),r)return s=parseInt(r[1],10)-1,yf(s)?mf(t,s):new Date(NaN);if(r=he.WwwD.exec(n),r){s=parseInt(r[1],10)-1;const a=parseInt(r[2],10)-1;return yf(s,a)?mf(t,s,a):new Date(NaN)}return null}function SM(n){let t,e,i=he.HH.exec(n);if(i)return t=parseFloat(i[1].replace(",",".")),ol(t)?t%24*al:NaN;if(i=he.HHMM.exec(n),i)return t=parseInt(i[1],10),e=parseFloat(i[2].replace(",",".")),ol(t,e)?t%24*al+e*hf:NaN;if(i=he.HHMMSS.exec(n),i){t=parseInt(i[1],10),e=parseInt(i[2],10);const s=parseFloat(i[3].replace(",","."));return ol(t,e,s)?t%24*al+e*hf+s*1e3:NaN}return null}function mf(n,t,e){t=t||0,e=e||0;const i=new Date(0);i.setUTCFullYear(n,0,4);const s=i.getUTCDay()||7,r=t*7+e+1-s;return i.setUTCDate(i.getUTCDate()+r),i}const kM=[31,28,31,30,31,30,31,31,30,31,30,31],DM=[31,29,31,30,31,30,31,31,30,31,30,31];function gf(n){return n%400===0||n%4===0&&n%100!==0}function pf(n,t,e){if(t<0||t>11)return!1;if(e!=null){if(e<1)return!1;const i=gf(n);if(i&&e>DM[t]||!i&&e>kM[t])return!1}return!0}function TM(n,t){if(t<1)return!1;const e=gf(n);return!(e&&t>366||!e&&t>365)}function yf(n,t){return!(n<0||n>52||t!=null&&(t<0||t>6))}function ol(n,t,e){return!(n<0||n>=25||t!=null&&(t<0||t>=60)||e!=null&&(e<0||e>=60))}const CM=/([xXOz]+)|''|'(''|[^'])+('|$)/g;function ll(n,t,e={}){t=String(t);const i=t.match(CM);if(i){const s=ff(e.originalDate||n,e);t=i.reduce(function(r,a){if(a[0]==="'")return r;const o=r.indexOf(a),l=r[o-1]==="'",c=r.replace(a,"'"+yM[a[0]](s,a,e)+"'");return l?c.substring(0,o-1)+c.substring(o+1):c},t)}return Fr(n,t,e)}function EM(n,t,e){n=ff(n,e);const i=il(t,n,!0),s=new Date(n.getTime()-i),r=new Date(0);return r.setFullYear(s.getUTCFullYear(),s.getUTCMonth(),s.getUTCDate()),r.setHours(s.getUTCHours(),s.getUTCMinutes(),s.getUTCSeconds(),s.getUTCMilliseconds()),r}function Ps(n,t,e,i){return i={...i,timeZone:t,originalDate:n},ll(EM(n,t,{timeZone:i.timeZone}),e,i)}const OM=(n,t)=>`${Ps(n,t,"yyyy")} W${Ps(n,t,"II")}`,cl="yyyy-MM-dd h:mm:ss a",ul="h:mm:ss a",Qn="yyyy-MM-dd h:mm a",Ti="h:mm a",PM="yyyy-MM-dd",dl="MMM dd, yyyy h:mm:ss a",En="MMM dd, yyyy h:mm a",AM={secondly:n=>n?cl:ul,tenSecondly:n=>n?cl:ul,thirtySecondly:n=>n?cl:ul,minutely:n=>n?Qn:Ti,fiveMinutely:n=>n?Qn:Ti,tenMinutely:n=>n?Qn:Ti,thirtyMinutely:n=>n?Qn:Ti,hourly:n=>n?Qn:Ti,twoHourly:n=>n?Qn:Ti,twelveHourly:()=>Qn,daily:()=>PM},RM={secondly:()=>dl,tenSecondly:()=>dl,thirtySecondly:()=>dl,minutely:()=>En,fiveMinutely:()=>En,tenMinutely:()=>En,thirtyMinutely:()=>En,hourly:()=>En,twoHourly:()=>En,twelveHourly:()=>En,daily:()=>En};function bf({tickValue:n,granularity:t,timezone:e,dayBoundaryCrossed:i=!1,tickMap:s,tooltipMap:r,defaultFormat:a}){const o=e||Intl.DateTimeFormat().resolvedOptions().timeZone;if(t==="weekly")return OM(n,o);if(s&&s[t]){const l=s[t](i);return Ps(n,o,l)}if(r&&r[t]){const l=r[t]();return Ps(n,o,l)}return Ps(n,o,a)}const IM=({tickValue:n,granularity:t,dayBoundaryCrossed:e,timezone:i})=>bf({tickValue:n,granularity:t,timezone:i,dayBoundaryCrossed:e,tickMap:AM,defaultFormat:"yyyy-MM-dd h:mm:ss a"}),As=({tickValue:n,granularity:t,timezone:e})=>bf({tickValue:n,granularity:t,timezone:e,tooltipMap:RM,defaultFormat:"MMM dd, yyyy h:mm:ss a"}),LM=n=>{var e,i,s,r,a;const{i18n:t}=mt.useI18n();return(n==null?void 0:n.status)===403?{status:n.status,type:"forbidden",message:t.t("query_errors.forbidden.message"),details:t.t("query_errors.forbidden.details")}:(n==null?void 0:n.status)===408?{status:n.status,type:"timeout",message:t.t("query_errors.timeout.message"),details:t.t("query_errors.timeout.details")}:((i=(e=n==null?void 0:n.response)==null?void 0:e.data)==null?void 0:i.message)==="Range not allowed for this tier"?{status:n.status,type:"range_exceeded",message:t.t("query_errors.time_range_exceeded.message"),details:t.t("query_errors.time_range_exceeded.details")}:{status:n.status,type:"other",message:t.t("query_errors.other.message"),details:((a=(r=(s=n.response)==null?void 0:s.data)==null?void 0:r.invalid_parameters)==null?void 0:a.map(o=>o.reason).join(", "))||(n==null?void 0:n.message)}};function NM(n){const e=`barChartTooltipPosition-${n.tooltipState.chartID}`,i={enabled:!1,position:e,callbacks:{label:l=>({label:l.dataset.label,value:l.label})}};Te.positioners[e]=function(l,c){if(!l.length||n.tooltipState.interactionMode==="interactive")return!1;const u=this.chart.canvas.getBoundingClientRect(),h=n.tooltipState.width||this.width,f=u.width/2,m=Xo(c,h,f),g=c.y,_=c.x<f?"left":"center";return{x:m-n.tooltipState.offsetX,y:g-n.tooltipState.offsetY,xAlign:_}},so.modes.customInteractionMode=function(l,c){const u=Sn(c,l),h=[];return so.evaluateInteractionItems(l,l.options.indexAxis||"x",u,(f,m,g)=>{l.options.indexAxis==="y"&&f.inYRange(u.y,!0)&&l.data.datasets[m].data[g]&&h.push({element:f,datasetIndex:m,index:g}),l.options.indexAxis==="x"&&f.inXRange(u.x,!0)&&l.data.datasets[m].data[g]&&h.push({element:f,datasetIndex:m,index:g})}),h};const s=n.numLabels.value>25?qh:Xh,r=({chart:l,index:c})=>{var h;const u=l.data;return{size:s,style:(h=u==null?void 0:u.isLabelEmpty)!=null&&h[c]?"italic":"normal"}},a=(l,c,u)=>l.chart.options.indexAxis===l.axis?(c=l.getLabelForValue(u),c&&c.length>qr?c.slice(0,qr)+"...":c):l.getLabelForValue(Number(c)),o=d.computed(()=>{var l,c,u,h,f,m,g,_;return{indexAxis:n.indexAxis,skipNull:!0,scales:{x:{stacked:n.stacked.value,grid:{offset:!1,drawOnChartArea:!1,drawBorder:!1,drawTicks:!0},ticks:{maxRotation:90,autoSkip:!1,font:r,callback:function(x,v){return a(this,x,v)}},title:{display:n.indexAxis==="y"?!it((l=n.metricAxesTitle)==null?void 0:l.value):!it((c=n.dimensionAxesTitle)==null?void 0:c.value),text:n.indexAxis==="y"?(u=n.metricAxesTitle)==null?void 0:u.value:(h=n.dimensionAxesTitle)==null?void 0:h.value,padding:{top:3,bottom:0,left:0,right:0},font:{weight:"bold"}}},y:{stacked:n.stacked.value,beginAtZero:!0,grid:{offset:!1,drawOnChartArea:!1,drawBorder:!1,drawTicks:!0},ticks:{padding:0,font:r,callback:function(x,v){return a(this,x,v)}},title:{display:n.indexAxis==="x"?!it((f=n.metricAxesTitle)==null?void 0:f.value):!it((m=n.dimensionAxesTitle)==null?void 0:m.value),text:n.indexAxis==="x"?(g=n.metricAxesTitle)==null?void 0:g.value:(_=n.dimensionAxesTitle)==null?void 0:_.value,padding:{bottom:3,top:0,left:0,right:0},font:{weight:"bold"}}}},plugins:{htmlLegend:{containerID:n.legendID},legend:{display:!1},tooltip:{...i,external:x=>{$h(n.tooltipState,x)}}},interaction:{mode:"customInteractionMode",intersect:!0},maxBarThickness:60,maintainAspectRatio:!1,layout:{padding:{left:0,right:0,top:0,bottom:0}}}});return d.getCurrentInstance()&&d.onUnmounted(()=>{Te.positioners[e]&&delete Te.positioners[e]}),o}ye.register(...Y0);const FM=(n,t)=>{const e=t.datasets.map(s=>s.label),i=n.datasets.map(s=>s.label);return n.datasets.length===t.datasets.length&&e.every((s,r)=>s===i[r])};function BM(n,t,e,i,s){const r=d.shallowRef(null),a=(o,l)=>{if(t.value)return new ye(t.value,{type:n,data:o,plugins:i,options:l})};return d.onMounted(()=>{r.value=a(e.value,s.value)}),d.onBeforeUnmount(()=>{it(r.value)||r.value.destroy()}),d.watch(e,(o,l)=>{if(FM(l,o)&&!it(r.value)){for(const[c,u]of o.datasets.entries())Object.assign(r.value.data.datasets[c],u);r.value.data.labels=o.labels,r.value.update()}else it(r.value)||r.value.destroy(),r.value=a(o,s.value)}),d.watch(t,()=>{it(r.value)||r.value.destroy(),r.value=a(e.value,s.value)}),d.watch(s,(o,l)=>{(o.indexAxis!==l.indexAxis||JSON.stringify(o.scales.x.title)!==JSON.stringify(l.scales.x.title)||JSON.stringify(o.scales.y.title)!==JSON.stringify(l.scales.y.title))&&(it(r.value)||r.value.destroy(),r.value=a(e.value,o))}),r}var xe=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function hl(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var _f={exports:{}};(function(n){(function(){function t(c,u){if(u.separator===!1||c<1e3)return c.toString();var h=typeof u.separator=="string"?u.separator:",",f=[],m=Math.round(c).toString().split("");return m.reverse().forEach(function(g,_){_&&_%3===0&&f.push(h),f.push(g)}),f.reverse().join("")}function e(c,u,h){var f=c/u,m=h.round?"round":"floor";return h.decimal===!1?(c=Math[m](f),c.toString()):(h.precision?c=f:c=f<10?Math[m](f*10)/10:Math[m](f),c=c.toString(),typeof h.decimal=="string"&&(c=c.replace(".",h.decimal)),c)}var i=1e3,s=1e4,r=1e6,a=1e9,o=1e12;function l(c,u){var h;u=u||{};var f=c<0;f&&(c=Math.abs(c)),u.precision&&(c=parseFloat(c.toPrecision(u.precision)));var m=u.min10k?s:i;return c<m||u.precision&&u.precision>Math.log10(c)?h=t(e(c,1,u),u):c<r?h=e(c,i,u)+"k":c<a?h=e(c,r,u)+"m":c<o?h=t(e(c,a,u),u)+"b":h=t(e(c,o,u),u)+"t",f&&(h="-"+h),u.capital&&(h=h.toUpperCase()),u.prefix&&(h=u.prefix+h),u.suffix&&(h=h+u.suffix),h}l.addCommas=t,n.exports=l})()})(_f);var zM=_f.exports;const Qr=hl(zM);function HM(n,t,e){const{i18n:i}=mt.useI18n(),{formatBytes:s}=ki({i18n:i}),{translateUnit:r}=mt.useTranslatedUnits();return{legendValues:d.computed(()=>n.value.datasets.reduce((o,l)=>{const c=l.total?l.total:l.data.reduce((h,f)=>h+(typeof f=="number"?Number(f)||0:Number(f&&f.y)||0),0);let u;if(e.value==="bytes")u=s(c);else{const h=r(e.value,c);u=i&&i.t("legend.datapointValueDisplay",{value:Qr(c,{capital:!0}),unit:h})||`${Qr(c,{capital:!0})} ${e.value}`}return{...o,[l.label]:{raw:c,formatted:u,isThreshold:l.isThreshold}}},{}))}}function WM(n){return d.computed(()=>{var s;if(!((s=n.value)!=null&&s.meta))return"";const e=n.value.meta.start_ms,i=n.value.meta.end_ms;return e&&i?`${$o(e)} - ${$o(i,{includeTZ:!0})}`:""})}function YM(n){const e=`donutChartTooltipPosition-${n.tooltipState.chartID}`,i={enabled:!1,position:e,callbacks:{label:r=>({label:r.dataset.label,value:r.label})}};Te.positioners[e]=function(r,a){if(!r.length)return!1;const o=this.chart.canvas.getBoundingClientRect(),l=n.tooltipState.width||this.width,c=o.width/2,u=Xo(a,l,c),h=a.y,f=a.x<c?"left":"center";return{x:u-n.tooltipState.offsetX,y:h,xAlign:f}};const s=d.computed(()=>({responsive:!0,maintainAspectRatio:!1,plugins:{htmlLegend:{containerID:n.legendID},legend:{display:!1},tooltip:{...i,external:r=>{$h(n.tooltipState,r)}}},layout:{padding:{left:0,right:0,top:5,bottom:0}}}));return d.onUnmounted(()=>{Te.positioners[e]&&delete Te.positioners[e]}),{options:s}}function VM(n){const t=d.computed(()=>{var l,c;return{type:"timeseries",display:!0,grid:{display:!0,drawOnChartArea:!1,drawTicks:!0,drawBorder:!1},ticks:{padding:0,autoSkipPadding:100,source:"auto",maxRotation:0,callback:u=>{const h=new Date(u);return IM({tickValue:h,granularity:n.granularity.value,dayBoundaryCrossed:a.value})}},title:{display:!it((l=n.dimensionAxesTitle)==null?void 0:l.value),text:(c=n.dimensionAxesTitle)==null?void 0:c.value,padding:{top:3},font:{weight:"bold"}},border:{display:!1},stacked:n.stacked.value}}),e=d.computed(()=>{var l,c;return{title:{display:!it((l=n.metricAxesTitle)==null?void 0:l.value),text:(c=n.metricAxesTitle)==null?void 0:c.value,padding:{bottom:3},font:{weight:"bold"}},ticks:{maxTicksLimit:5},grid:{drawBorder:!1},id:"main-y-axis",beginAtZero:!0,border:{display:!1},stacked:n.stacked.value}}),s=`lineChartTooltipPosition-${n.tooltipState.chartID}`,r={enabled:!1,position:s};Te.positioners[s]=function(l,c){if(!l.length||n.tooltipState.interactionMode==="interactive")return!1;const u=this.chart.canvas.getBoundingClientRect(),h=n.tooltipState.width||this.width,f=n.tooltipState.height||this.height,m=u.width/2,g=u.height/2,_=Xo(c,h,m);let x=L1(c,f,g);const v=c.y<g?"top":"bottom",S=c.x<m?"left":"center";return f>u.height&&(x=0),{x:_,y:x,xAlign:S,yAlign:v}};const a=d.computed(()=>{const l=Number(n.timeRangeMs.value),c=new Date,u=new Date(c.getTime()-l);return aw(l)>24||u.getDate()!==c.getDate()}),o=d.computed(()=>{var l,c;return{hover:{mode:"index",intersect:!1},elements:{point:{radius:(l=n.pointsWithoutHover)!=null&&l.value?3:0,hitRadius:4,hoverRadius:4}},animation:{duration:250,easing:"linear"},scales:{x:t.value,y:e.value},responsive:!0,maintainAspectRatio:!1,plugins:{htmlLegend:{containerID:n.legendID},legend:{display:!1},streaming:!1,tooltip:{...r,external:u=>{Vh(n.tooltipState,u,n.granularity.value)}},thresholdPlugin:{threshold:(c=n.threshold)==null?void 0:c.value}},interaction:{mode:"index",intersect:!1},layout:{padding:{left:0,right:0,top:0,bottom:0}}}});return d.onUnmounted(()=>{Te.positioners[s]&&delete Te.positioners[s]}),{options:o}}function $M(n){const{isMultiMetric:t,hasDimensions:e,metricNames:i,barSegmentLabels:s,pivotRecords:r,rowLabels:a,colorPalette:o}=n,{i18n:l}=mt.useI18n();return t?i.map(u=>({label:l&&l.te(`chartLabels.${u}`)&&l.t(`chartLabels.${u}`)||u,backgroundColor:Xr(i.indexOf(u),on),data:a.map((h,f)=>e?r[`${h.id},${u}`]||0:r[`${f},${u}`]||null)})):Array.from(s).flatMap((u,h)=>{if(!u)return[];const f=Zo(h,u.name,u.id==="empty",o);return{label:l&&l.te(`chartLabels.${u.name}`)&&l.t(`chartLabels.${u.name}`)||u.name,backgroundColor:f,data:a.map(m=>r[`${m.id},${u.id}`]||null),isSegmentEmpty:u.id==="empty"}})}function jM(n,t){const{i18n:e}=mt.useI18n();return d.computed(()=>{try{if(t.value&&"meta"in t.value&&"data"in t.value){const s=t.value.data,{display:r,metric_names:a}=t.value.meta,o=r&&Object.keys(r),l=a&&a.length>1,c=r&&o&&o.length>0,u=c&&o.length>1;if(!s.length||!a)return{datasets:[],labels:[]};const h=c&&o||a,f=h[0],m=h.length>1?h[1]:h[0],g=Object.fromEntries(l?s.flatMap(b=>a.map((M,E)=>{const R=b.event[f],I=c?`${R},${M}`:`${E},${M}`,B=b.event[M];return[I,B]})):s.map(b=>{const M=c?`${b.event[f]},${b.event[m]}`:`${f},${m}`,E=b.event[a[0]];return[M,E]})),_=Object.keys(g).reduce((b,M)=>{const[E]=M.split(","),R=g[M];return b[E]?b[E]+=R:b[E]=R,b},{}),x=Object.entries(_).sort(([,b],[,M])=>Number(M)-Number(b)).map(([b])=>b),v=r[f],S=r[m];let k=c&&v&&Object.entries(v).map(([b,M])=>({id:b,name:M.name}))||a.map(b=>({id:b,name:b})),C=c&&S&&Object.entries(S).map(([b,M])=>({id:b,name:M.name}))||a.map(b=>({id:b,name:b}));if(c&&f==="country_code"&&(k=k.map(b=>({...b,name:Uo(b.id)||b.name}))),c&&m==="country_code"&&(C=C.map(b=>({...b,name:Uo(b.id)||b.name}))),f!=="status_code"&&f!=="status_code_grouped"&&(k.sort((b,M)=>x.indexOf(b.id)-x.indexOf(M.id)),C.sort((b,M)=>x.indexOf(b.id)-x.indexOf(M.id))),!k||!C)return{labels:[],datasets:[]};const A=$M({isMultiMetric:l,hasDimensions:c,metricNames:a,dimensionFieldNames:h,barSegmentLabels:C,pivotRecords:g,rowLabels:k,colorPalette:n.colorPalette||on}),O=c?k.map(b=>e&&e.te(`chartLabels.${b.name}`)&&e.t(`chartLabels.${b.name}`)||b.name):a.map(b=>e&&e.te(`chartLabels.${b}`)&&e.t(`chartLabels.${b}`)||b),T=k.map(b=>b.id==="empty");return{labels:O,datasets:A,isLabelEmpty:T,isMultiDimension:u}}}catch(s){return console.error(s),{datasets:[],labels:[]}}return{labels:[],datasets:[]}})}const UM=(n,t,e=1)=>Array(Math.ceil((t-n)/e)).fill(n).map((i,s)=>i+s*e),qM=n=>{if(typeof n=="string"){const t=+n;if(t)return t;try{return oh(n).getTime()}catch(e){if(e instanceof RangeError)return 0;throw e}}return n},XM=(n,t,e,i,s)=>{const a=Math.max(t-6e4,Math.max(...(s||[]).map(c=>new Date(c.timestamp).valueOf()))),o=Math.floor((n-i)/e)*e+i,l=Math.floor((a-i)/e)*e+i+e;return UM(o,l,e)};function GM(n,t){const{i18n:e}=mt.useI18n();return d.computed(()=>{try{if(t.value&&"meta"in t.value&&"data"in t.value){const s=t.value.data,{display:r,metric_names:a,start_ms:o,end_ms:l}=t.value.meta;if(!a)return console.error("Cannot build chart data from this explore result. Missing metric names."),{datasets:[]};const c=r&&Object.keys(r)||a,u=c&&c[0],h=r[u];let f=r&&h&&Object.keys(h).map(C=>({id:C,name:h[C].name}))||a.map(C=>({id:C,name:C}));u==="country_code"&&(f=f.map(C=>({...C,name:Uo(C.id)||C.name})));const m=t.value.meta.granularity_ms;if(typeof m!="number"||isNaN(m)||!isFinite(m)||m===0)return console.error("Invalid step value:",m),{datasets:[],labels:[]};if(!s.length)return{datasets:[],labels:[]};const g=qM(o),_=XM(o,l,m,g,s),x=new Set,v=s!=null&&s.length?s.reduce((C,A)=>{const O=new Date(A.timestamp).valueOf(),T=A.event;for(const p of a)x.add(p),O in C||(C[O]={}),p in C[O]||(C[O][p]={});for(const p of a)f.forEach(b=>{T[u]===b.id||p===b.id?(C[O][p]||(C[O][p]={}),C[O][p][b.name]=Math.round(Number(T[p])*1e3)/1e3):c.length||(C[O][p]||(C[O][p]={}),C[O][p][b.name]=Math.round(Number(T[b.id])*1e3)/1e3)});return C},{}):{},k=[...a.length===1?a.flatMap(C=>f.map(A=>[C,A.name,A.id==="empty"])):f.map(C=>[C.name,C.name,C.id==="empty"])].map(([C,A,O],T)=>{const p=_.map(R=>R in v&&C in v[R]?{x:R,y:v[R][C][A]||0}:{x:R,y:0});let{colorPalette:b,fill:M}=n;it(b)&&(b=on);const E=Zo(T,A,O,b);return{rawDimension:A,rawMetric:C,label:e&&e.te(`chartLabels.${A}`)&&e.t(`chartLabels.${A}`)||A,borderColor:E,backgroundColor:E,data:p,total:p.reduce((R,{y:I})=>R+Number(I),0),...X1,fill:M,borderWidth:M?K1:G1,isSegmentEmpty:O}});return u==="status_code"||u==="status_code_grouped"?k.sort((C,A)=>(C.label??"")<(A.label??"")?-1:1):k.sort((C,A)=>Number(C.total)<Number(A.total)?-1:1),{datasets:k}}}catch(s){return console.error(s),{labels:[],datasets:[]}}return{labels:[],datasets:[]}})}const KM=(n,t)=>{d.watch([n,t],(e,i,s)=>{const[r,a]=e;!a||!window||(window._AnalyticsChartDataInternal||(window._AnalyticsChartDataInternal=new Map),window._AnalyticsChartDataInternal.set(a,r),s(()=>{var o;(o=window._AnalyticsChartDataInternal)==null||o.delete(a)}))},{immediate:!0})};function ZM(){const{i18n:n}=mt.useI18n();return{translateUnit:(e,i)=>{const s=i===1,r=`chartUnits.${e}`;return e==="usd"?"":n.te(r)?n.t(r,{plural:s?"":"s"}):e}}}const QM="analytics-query-provider",xf=2;function JM(){const n=d.inject(QM);return{evaluateFeatureFlag:(e,i)=>n?n.evaluateFeatureFlagFn(e,i):i}}function fl(n){return d.getCurrentScope()?(d.onScopeDispose(n),!0):!1}const wf=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const tS=n=>n!=null,eS=Object.prototype.toString,nS=n=>eS.call(n)==="[object Object]";function Jr(n){return Array.isArray(n)?n:[n]}function iS(n){return d.getCurrentInstance()}function sS(n,t={}){if(!d.isRef(n))return d.toRefs(n);const e=Array.isArray(n.value)?Array.from({length:n.value.length}):{};for(const i in n.value)e[i]=d.customRef(()=>({get(){return n.value[i]},set(s){var r;if((r=d.toValue(t.replaceRef))!=null?r:!0)if(Array.isArray(n.value)){const o=[...n.value];o[i]=s,n.value=o}else{const o={...n.value,[i]:s};Object.setPrototypeOf(o,Object.getPrototypeOf(n.value)),n.value=o}else n.value[i]=s}}));return e}function rS(n,t=!0,e){iS()?d.onMounted(n,e):t?n():d.nextTick(n)}function aS(n,t,e){return d.watch(n,t,{...e,immediate:!0})}const ta=wf?window:void 0;function Ci(n){var t;const e=d.toValue(n);return(t=e==null?void 0:e.$el)!=null?t:e}function Rs(...n){const t=[],e=()=>{t.forEach(o=>o()),t.length=0},i=(o,l,c,u)=>(o.addEventListener(l,c,u),()=>o.removeEventListener(l,c,u)),s=d.computed(()=>{const o=Jr(d.toValue(n[0])).filter(l=>l!=null);return o.every(l=>typeof l!="string")?o:void 0}),r=aS(()=>{var o,l;return[(l=(o=s.value)==null?void 0:o.map(c=>Ci(c)))!=null?l:[ta].filter(c=>c!=null),Jr(d.toValue(s.value?n[1]:n[0])),Jr(d.unref(s.value?n[2]:n[1])),d.toValue(s.value?n[3]:n[2])]},([o,l,c,u])=>{if(e(),!(o!=null&&o.length)||!(l!=null&&l.length)||!(c!=null&&c.length))return;const h=nS(u)?{...u}:u;t.push(...o.flatMap(f=>l.flatMap(m=>c.map(g=>i(f,m,g,h)))))},{flush:"post"}),a=()=>{r(),e()};return fl(e),a}function oS(){const n=d.shallowRef(!1),t=d.getCurrentInstance();return t&&d.onMounted(()=>{n.value=!0},t),n}function vf(n){const t=oS();return d.computed(()=>(t.value,!!n()))}function lS(n,t,e={}){const{window:i=ta,...s}=e;let r;const a=vf(()=>i&&"MutationObserver"in i),o=()=>{r&&(r.disconnect(),r=void 0)},l=d.computed(()=>{const f=d.toValue(n),m=Jr(f).map(Ci).filter(tS);return new Set(m)}),c=d.watch(()=>l.value,f=>{o(),a.value&&f.size&&(r=new MutationObserver(t),f.forEach(m=>r.observe(m,s)))},{immediate:!0,flush:"post"}),u=()=>r==null?void 0:r.takeRecords(),h=()=>{c(),o()};return fl(h),{isSupported:a,stop:h,takeRecords:u}}function cS(n,t={}){var e;const{pointerTypes:i,preventDefault:s,stopPropagation:r,exact:a,onMove:o,onEnd:l,onStart:c,initialValue:u,axis:h="both",draggingElement:f=ta,containerElement:m,handle:g=n,buttons:_=[0]}=t,x=d.ref((e=d.toValue(u))!=null?e:{x:0,y:0}),v=d.ref(),S=T=>i?i.includes(T.pointerType):!0,k=T=>{d.toValue(s)&&T.preventDefault(),d.toValue(r)&&T.stopPropagation()},C=T=>{var p;if(!d.toValue(_).includes(T.button)||d.toValue(t.disabled)||!S(T)||d.toValue(a)&&T.target!==d.toValue(n))return;const b=d.toValue(m),M=(p=b==null?void 0:b.getBoundingClientRect)==null?void 0:p.call(b),E=d.toValue(n).getBoundingClientRect(),R={x:T.clientX-(b?E.left-M.left+b.scrollLeft:E.left),y:T.clientY-(b?E.top-M.top+b.scrollTop:E.top)};(c==null?void 0:c(R,T))!==!1&&(v.value=R,k(T))},A=T=>{if(d.toValue(t.disabled)||!S(T)||!v.value)return;const p=d.toValue(m),b=d.toValue(n).getBoundingClientRect();let{x:M,y:E}=x.value;(h==="x"||h==="both")&&(M=T.clientX-v.value.x,p&&(M=Math.min(Math.max(0,M),p.scrollWidth-b.width))),(h==="y"||h==="both")&&(E=T.clientY-v.value.y,p&&(E=Math.min(Math.max(0,E),p.scrollHeight-b.height))),x.value={x:M,y:E},o==null||o(x.value,T),k(T)},O=T=>{d.toValue(t.disabled)||!S(T)||v.value&&(v.value=void 0,l==null||l(x.value,T),k(T))};if(wf){const T=()=>{var p;return{capture:(p=t.capture)!=null?p:!0,passive:!d.toValue(s)}};Rs(g,"pointerdown",C,T),Rs(f,"pointermove",A,T),Rs(f,"pointerup",O,T)}return{...sS(x),position:x,isDragging:d.computed(()=>!!v.value),style:d.computed(()=>`left:${x.value.x}px;top:${x.value.y}px;`)}}function uS(n,t,e={}){const{window:i=ta,...s}=e;let r;const a=vf(()=>i&&"ResizeObserver"in i),o=()=>{r&&(r.disconnect(),r=void 0)},l=d.computed(()=>{const h=d.toValue(n);return Array.isArray(h)?h.map(f=>Ci(f)):[Ci(h)]}),c=d.watch(l,h=>{if(o(),a.value&&i){r=new ResizeObserver(t);for(const f of h)f&&r.observe(f,s)}},{immediate:!0,flush:"post"}),u=()=>{o(),c()};return fl(u),{isSupported:a,stop:u}}function dS(n,t={}){const{reset:e=!0,windowResize:i=!0,windowScroll:s=!0,immediate:r=!0,updateTiming:a="sync"}=t,o=d.shallowRef(0),l=d.shallowRef(0),c=d.shallowRef(0),u=d.shallowRef(0),h=d.shallowRef(0),f=d.shallowRef(0),m=d.shallowRef(0),g=d.shallowRef(0);function _(){const v=Ci(n);if(!v){e&&(o.value=0,l.value=0,c.value=0,u.value=0,h.value=0,f.value=0,m.value=0,g.value=0);return}const S=v.getBoundingClientRect();o.value=S.height,l.value=S.bottom,c.value=S.left,u.value=S.right,h.value=S.top,f.value=S.width,m.value=S.x,g.value=S.y}function x(){a==="sync"?_():a==="next-frame"&&requestAnimationFrame(()=>_())}return uS(n,x),d.watch(()=>Ci(n),v=>!v&&x()),lS(n,x,{attributeFilter:["style","class"]}),s&&Rs("scroll",x,{capture:!0,passive:!0}),i&&Rs("resize",x,{passive:!0}),rS(()=>{r&&x()}),{height:o,bottom:l,left:c,right:u,top:h,width:f,x:m,y:g,update:x}}function hS(n,t){const{top:e,left:i}=dS(n),s=d.computed(()=>n.value?`${parseFloat(t.left)+i.value}px`:t.left),r=d.computed(()=>n.value?`${parseFloat(t.top)+e.value}px`:t.top);return{tooltipAbsoluteLeft:s,tooltipAbsoluteTop:r}}const fS=({bucketCount:n,minStamp:t,maxStamp:e,timestamps:i})=>{const s=[...i].filter(l=>l>=t&&l<=e).sort((l,c)=>l-c),r=[];if(e-t<n-2)return[];const a=(e-t)/n;let o=0;for(let l=0;l<n;l++){const c=t+l*a,u=t+(l+1)*a;let h=0;for(;o<s.length&&s[o]>=c&&s[o]<=u;)h++,o++;r.push([Math.ceil(c),h])}return r},Mf=()=>({minCounts:{},maxCounts:{},minStamps:{},maxStamps:{},renderPoints:{}}),Is=d.ref({}),mS=n=>(Is.value[n]||(Is.value[n]=Mf()),Is.value[n]),gS=(n,t)=>{const e=Is.value[t];if(!e)return;const i=e.minCounts[n]!==void 0||e.maxCounts[n]!==void 0||e.minStamps[n]!==void 0||e.maxStamps[n]!==void 0||e.renderPoints[n]!==void 0;e&&i&&(delete e.minCounts[n],delete e.maxCounts[n],delete e.minStamps[n],delete e.maxStamps[n],delete e.renderPoints[n],Object.keys(e.minCounts).length||Object.keys(e.maxCounts).length||Object.keys(e.minStamps).length||Object.keys(e.maxStamps).length||Object.keys(e.renderPoints).length||delete Is.value[t])};function pS({chartKey:n,datasets:t,groupKey:e,minStamp:i=void 0,maxStamp:s=void 0,minCount:r=void 0,maxCount:a=void 0,renderPoints:o=void 0,type:l}){const u=e!==void 0&&n!==void 0?mS(e):Mf(),h=n!==void 0?n:"static-chart-key",f=d.computed(()=>t.reduce((M,{timestamps:E})=>[...M,...E],[])),m=d.computed(()=>i||f.value.reduce((M,E)=>M===0?E:Math.min(M,E),0)),g=d.computed(()=>s||f.value.reduce((M,E)=>Math.max(M,E),0));d.watchEffect(()=>{u.minStamps[h]=m.value,u.maxStamps[h]=g.value,o!==void 0&&(u.renderPoints[h]=o)});const _=d.computed(()=>Object.values(u.minStamps).reduce((M,E)=>M===0?E:Math.min(M,E),0)),x=d.computed(()=>Object.values(u.maxStamps).reduce((M,E)=>Math.max(M,E),0)),v=d.computed(()=>{const M=Object.values(u.renderPoints);return M.length===0?24:M.reduce((E,R)=>Math.max(E,R),2)}),S=d.computed(()=>{const M=x.value-_.value;return Math.ceil(M/v.value)}),k=d.computed(()=>t.length>1),C=d.computed(()=>t.map(({timestamps:M,color:E,label:R})=>({data:fS({bucketCount:v.value,minStamp:_.value,maxStamp:x.value,timestamps:M}).map(([U,J])=>({x:U,y:J})),label:R,...(l==="sparkline_bar"||k.value)&&E&&{backgroundColor:E},...l!=="sparkline_bar"&&E&&{borderColor:E},...k.value&&l!=="sparkline_bar"&&{fill:!0}}))),A=d.computed(()=>{var R,I;const M=((I=(R=C.value[0])==null?void 0:R.data)==null?void 0:I.length)??0,E=[];for(let B=0;B<M;B++){let U=0;for(let J=0;J<C.value.length;J++)U+=C.value[J].data[B].y;E.push(U)}return E}),O=d.computed(()=>{const M=A.value.reduce((E,R)=>Math.max(E,R),0);return Math.max(M,a??0)}),T=d.computed(()=>{const M=C.value.reduce((I,{data:B})=>[...I,...B.map(({y:U})=>U)],[]),E=M.length?M[0]:0,R=M.reduce((I,B)=>Math.min(I,B),E);return r===void 0?R:Math.min(R,r)});d.watchEffect(()=>{u.maxCounts[h]=O.value,u.minCounts[h]=T.value});const p=d.computed(()=>{const M=Object.values(u.minCounts),E=M.length?M[0]:0;return M.reduce((R,I)=>Math.min(R,I),E)}),b=d.computed(()=>Object.values(u.maxCounts).reduce((M,E)=>Math.max(M,E),0));return d.onUnmounted(()=>{n!==void 0&&e!==void 0&&gS(n,e)}),{syncedMinStamp:_,syncedMaxStamp:x,syncedRenderPoints:v,syncedChartDatasets:C,syncedGroupSizeMs:S,syncedMinCount:p,syncedMaxCount:b}}const mt={useBarChartOptions:NM,useChartJSCommon:BM,useChartLegendValues:HM,useChartSelectedRange:WM,useExploreResultToDatasets:jM,useExploreResultToTimeDataset:GM,useDonutChartOptions:YM,useLineChartOptions:VM,useI18n:Bm,useReportChartDataForSynthetics:KM,useTranslatedUnits:ZM,useEvaluateFeatureFlag:JM,useTooltipAbsolutePosition:hS,useSparklineSync:pS};var we=(n=>(n.Hidden="hidden",n.Bottom="bottom",n))(we||{});/*!
18
+ `):n}function d0(n,t){const{element:e,datasetIndex:i,index:s}=t,r=n.getDatasetMeta(i).controller,{label:a,value:o}=r.getLabelAndValue(s);return{chart:n,label:a,parsed:r.getParsed(s),raw:n.data.datasets[i].data[s],formattedValue:o,dataset:r.getDataset(),dataIndex:s,datasetIndex:i,element:e}}function _d(n,t){const e=n.chart.ctx,{body:i,footer:s,title:r}=n,{boxWidth:a,boxHeight:o}=t,l=Rt(t.bodyFont),c=Rt(t.titleFont),u=Rt(t.footerFont),h=r.length,f=s.length,m=i.length,g=$t(t.padding);let _=g.height,x=0,v=i.reduce((C,A)=>C+A.before.length+A.lines.length+A.after.length,0);if(v+=n.beforeBody.length+n.afterBody.length,h&&(_+=h*c.lineHeight+(h-1)*t.titleSpacing+t.titleMarginBottom),v){const C=t.displayColors?Math.max(o,l.lineHeight):l.lineHeight;_+=m*C+(v-m)*l.lineHeight+(v-1)*t.bodySpacing}f&&(_+=t.footerMarginTop+f*u.lineHeight+(f-1)*t.footerSpacing);let S=0;const k=function(C){x=Math.max(x,e.measureText(C).width+S)};return e.save(),e.font=c.string,kt(n.title,k),e.font=l.string,kt(n.beforeBody.concat(n.afterBody),k),S=t.displayColors?a+2+t.boxPadding:0,kt(i,C=>{kt(C.before,k),kt(C.lines,k),kt(C.after,k)}),S=0,e.font=u.string,kt(n.footer,k),e.restore(),x+=g.width,{width:x,height:_}}function h0(n,t){const{y:e,height:i}=t;return e<i/2?"top":e>n.height-i/2?"bottom":"center"}function f0(n,t,e,i){const{x:s,width:r}=i,a=e.caretSize+e.caretPadding;if(n==="left"&&s+r+a>t.width||n==="right"&&s-r-a<0)return!0}function m0(n,t,e,i){const{x:s,width:r}=e,{width:a,chartArea:{left:o,right:l}}=n;let c="center";return i==="center"?c=s<=(o+l)/2?"left":"right":s<=r/2?c="left":s>=a-r/2&&(c="right"),f0(c,n,t,e)&&(c="center"),c}function xd(n,t,e){const i=e.yAlign||t.yAlign||h0(n,e);return{xAlign:e.xAlign||t.xAlign||m0(n,t,e,i),yAlign:i}}function g0(n,t){let{x:e,width:i}=n;return t==="right"?e-=i:t==="center"&&(e-=i/2),e}function p0(n,t,e){let{y:i,height:s}=n;return t==="top"?i+=e:t==="bottom"?i-=s+e:i-=s/2,i}function wd(n,t,e,i){const{caretSize:s,caretPadding:r,cornerRadius:a}=n,{xAlign:o,yAlign:l}=e,c=s+r,{topLeft:u,topRight:h,bottomLeft:f,bottomRight:m}=vn(a);let g=g0(t,o);const _=p0(t,l,c);return l==="center"?o==="left"?g+=c:o==="right"&&(g-=c):o==="left"?g-=Math.max(u,f)+s:o==="right"&&(g+=Math.max(h,m)+s),{x:Kt(g,0,i.width-t.width),y:Kt(_,0,i.height-t.height)}}function Pr(n,t,e){const i=$t(e.padding);return t==="center"?n.x+n.width/2:t==="right"?n.x+n.width-i.right:n.x+i.left}function vd(n){return Ve([],sn(n))}function y0(n,t,e){return Mn(n,{tooltip:t,tooltipItems:e,type:"tooltip"})}function Md(n,t){const e=t&&t.dataset&&t.dataset.tooltip&&t.dataset.tooltip.callbacks;return e?n.override(e):n}const Sd={beforeTitle:Ze,title(n){if(n.length>0){const t=n[0],e=t.chart.data.labels,i=e?e.length:0;if(this&&this.options&&this.options.mode==="dataset")return t.dataset.label||"";if(t.label)return t.label;if(i>0&&t.dataIndex<i)return e[t.dataIndex]}return""},afterTitle:Ze,beforeBody:Ze,beforeLabel:Ze,label(n){if(this&&this.options&&this.options.mode==="dataset")return n.label+": "+n.formattedValue||n.formattedValue;let t=n.dataset.label||"";t&&(t+=": ");const e=n.formattedValue;return it(e)||(t+=e),t},labelColor(n){const e=n.chart.getDatasetMeta(n.datasetIndex).controller.getStyle(n.dataIndex);return{borderColor:e.borderColor,backgroundColor:e.backgroundColor,borderWidth:e.borderWidth,borderDash:e.borderDash,borderDashOffset:e.borderDashOffset,borderRadius:0}},labelTextColor(){return this.options.bodyColor},labelPointStyle(n){const e=n.chart.getDatasetMeta(n.datasetIndex).controller.getStyle(n.dataIndex);return{pointStyle:e.pointStyle,rotation:e.rotation}},afterLabel:Ze,afterBody:Ze,beforeFooter:Ze,footer:Ze,afterFooter:Ze};function be(n,t,e,i){const s=n[t].call(e,i);return typeof s>"u"?Sd[t].call(e,i):s}class yo extends Zt{constructor(t){super(),this.opacity=0,this._active=[],this._eventPosition=void 0,this._size=void 0,this._cachedAnimations=void 0,this._tooltipItems=[],this.$animations=void 0,this.$context=void 0,this.chart=t.chart,this.options=t.options,this.dataPoints=void 0,this.title=void 0,this.beforeBody=void 0,this.body=void 0,this.afterBody=void 0,this.footer=void 0,this.xAlign=void 0,this.yAlign=void 0,this.x=void 0,this.y=void 0,this.height=void 0,this.width=void 0,this.caretX=void 0,this.caretY=void 0,this.labelColors=void 0,this.labelPointStyles=void 0,this.labelTextColors=void 0}initialize(t){this.options=t,this._cachedAnimations=void 0,this.$context=void 0}_resolveAnimations(){const t=this._cachedAnimations;if(t)return t;const e=this.chart,i=this.options.setContext(this.getContext()),s=i.enabled&&e.options.animation&&i.animations,r=new Ga(this.chart,s);return s._cacheable&&(this._cachedAnimations=Object.freeze(r)),r}getContext(){return this.$context||(this.$context=y0(this.chart.getContext(),this,this._tooltipItems))}getTitle(t,e){const{callbacks:i}=e,s=be(i,"beforeTitle",this,t),r=be(i,"title",this,t),a=be(i,"afterTitle",this,t);let o=[];return o=Ve(o,sn(s)),o=Ve(o,sn(r)),o=Ve(o,sn(a)),o}getBeforeBody(t,e){return vd(be(e.callbacks,"beforeBody",this,t))}getBody(t,e){const{callbacks:i}=e,s=[];return kt(t,r=>{const a={before:[],lines:[],after:[]},o=Md(i,r);Ve(a.before,sn(be(o,"beforeLabel",this,r))),Ve(a.lines,be(o,"label",this,r)),Ve(a.after,sn(be(o,"afterLabel",this,r))),s.push(a)}),s}getAfterBody(t,e){return vd(be(e.callbacks,"afterBody",this,t))}getFooter(t,e){const{callbacks:i}=e,s=be(i,"beforeFooter",this,t),r=be(i,"footer",this,t),a=be(i,"afterFooter",this,t);let o=[];return o=Ve(o,sn(s)),o=Ve(o,sn(r)),o=Ve(o,sn(a)),o}_createItems(t){const e=this._active,i=this.chart.data,s=[],r=[],a=[];let o=[],l,c;for(l=0,c=e.length;l<c;++l)o.push(d0(this.chart,e[l]));return t.filter&&(o=o.filter((u,h,f)=>t.filter(u,h,f,i))),t.itemSort&&(o=o.sort((u,h)=>t.itemSort(u,h,i))),kt(o,u=>{const h=Md(t.callbacks,u);s.push(be(h,"labelColor",this,u)),r.push(be(h,"labelPointStyle",this,u)),a.push(be(h,"labelTextColor",this,u))}),this.labelColors=s,this.labelPointStyles=r,this.labelTextColors=a,this.dataPoints=o,o}update(t,e){const i=this.options.setContext(this.getContext()),s=this._active;let r,a=[];if(!s.length)this.opacity!==0&&(r={opacity:0});else{const o=ms[i.position].call(this,s,this._eventPosition);a=this._createItems(i),this.title=this.getTitle(a,i),this.beforeBody=this.getBeforeBody(a,i),this.body=this.getBody(a,i),this.afterBody=this.getAfterBody(a,i),this.footer=this.getFooter(a,i);const l=this._size=_d(this,i),c=Object.assign({},o,l),u=xd(this.chart,i,c),h=wd(i,c,u,this.chart);this.xAlign=u.xAlign,this.yAlign=u.yAlign,r={opacity:1,x:h.x,y:h.y,width:l.width,height:l.height,caretX:o.x,caretY:o.y}}this._tooltipItems=a,this.$context=void 0,r&&this._resolveAnimations().update(this,r),t&&i.external&&i.external.call(this,{chart:this.chart,tooltip:this,replay:e})}drawCaret(t,e,i,s){const r=this.getCaretPosition(t,i,s);e.lineTo(r.x1,r.y1),e.lineTo(r.x2,r.y2),e.lineTo(r.x3,r.y3)}getCaretPosition(t,e,i){const{xAlign:s,yAlign:r}=this,{caretSize:a,cornerRadius:o}=i,{topLeft:l,topRight:c,bottomLeft:u,bottomRight:h}=vn(o),{x:f,y:m}=t,{width:g,height:_}=e;let x,v,S,k,C,A;return r==="center"?(C=m+_/2,s==="left"?(x=f,v=x-a,k=C+a,A=C-a):(x=f+g,v=x+a,k=C-a,A=C+a),S=x):(s==="left"?v=f+Math.max(l,u)+a:s==="right"?v=f+g-Math.max(c,h)-a:v=this.caretX,r==="top"?(k=m,C=k-a,x=v-a,S=v+a):(k=m+_,C=k+a,x=v+a,S=v-a),A=k),{x1:x,x2:v,x3:S,y1:k,y2:C,y3:A}}drawTitle(t,e,i){const s=this.title,r=s.length;let a,o,l;if(r){const c=yi(i.rtl,this.x,this.width);for(t.x=Pr(this,i.titleAlign,i),e.textAlign=c.textAlign(i.titleAlign),e.textBaseline="middle",a=Rt(i.titleFont),o=i.titleSpacing,e.fillStyle=i.titleColor,e.font=a.string,l=0;l<r;++l)e.fillText(s[l],c.x(t.x),t.y+a.lineHeight/2),t.y+=a.lineHeight+o,l+1===r&&(t.y+=i.titleMarginBottom-o)}}_drawColorBox(t,e,i,s,r){const a=this.labelColors[i],o=this.labelPointStyles[i],{boxHeight:l,boxWidth:c}=r,u=Rt(r.bodyFont),h=Pr(this,"left",r),f=s.x(h),m=l<u.lineHeight?(u.lineHeight-l)/2:0,g=e.y+m;if(r.usePointStyle){const _={radius:Math.min(c,l)/2,pointStyle:o.pointStyle,rotation:o.rotation,borderWidth:1},x=s.leftForLtr(f,c)+c/2,v=g+l/2;t.strokeStyle=r.multiKeyBackground,t.fillStyle=r.multiKeyBackground,Ya(t,_,x,v),t.strokeStyle=a.borderColor,t.fillStyle=a.backgroundColor,Ya(t,_,x,v)}else{t.lineWidth=ft(a.borderWidth)?Math.max(...Object.values(a.borderWidth)):a.borderWidth||1,t.strokeStyle=a.borderColor,t.setLineDash(a.borderDash||[]),t.lineDashOffset=a.borderDashOffset||0;const _=s.leftForLtr(f,c),x=s.leftForLtr(s.xPlus(f,1),c-2),v=vn(a.borderRadius);Object.values(v).some(S=>S!==0)?(t.beginPath(),t.fillStyle=r.multiKeyBackground,mi(t,{x:_,y:g,w:c,h:l,radius:v}),t.fill(),t.stroke(),t.fillStyle=a.backgroundColor,t.beginPath(),mi(t,{x,y:g+1,w:c-2,h:l-2,radius:v}),t.fill()):(t.fillStyle=r.multiKeyBackground,t.fillRect(_,g,c,l),t.strokeRect(_,g,c,l),t.fillStyle=a.backgroundColor,t.fillRect(x,g+1,c-2,l-2))}t.fillStyle=this.labelTextColors[i]}drawBody(t,e,i){const{body:s}=this,{bodySpacing:r,bodyAlign:a,displayColors:o,boxHeight:l,boxWidth:c,boxPadding:u}=i,h=Rt(i.bodyFont);let f=h.lineHeight,m=0;const g=yi(i.rtl,this.x,this.width),_=function(p){e.fillText(p,g.x(t.x+m),t.y+f/2),t.y+=f+r},x=g.textAlign(a);let v,S,k,C,A,O,T;for(e.textAlign=a,e.textBaseline="middle",e.font=h.string,t.x=Pr(this,x,i),e.fillStyle=i.bodyColor,kt(this.beforeBody,_),m=o&&x!=="right"?a==="center"?c/2+u:c+2+u:0,C=0,O=s.length;C<O;++C){for(v=s[C],S=this.labelTextColors[C],e.fillStyle=S,kt(v.before,_),k=v.lines,o&&k.length&&(this._drawColorBox(e,t,C,g,i),f=Math.max(h.lineHeight,l)),A=0,T=k.length;A<T;++A)_(k[A]),f=h.lineHeight;kt(v.after,_)}m=0,f=h.lineHeight,kt(this.afterBody,_),t.y-=r}drawFooter(t,e,i){const s=this.footer,r=s.length;let a,o;if(r){const l=yi(i.rtl,this.x,this.width);for(t.x=Pr(this,i.footerAlign,i),t.y+=i.footerMarginTop,e.textAlign=l.textAlign(i.footerAlign),e.textBaseline="middle",a=Rt(i.footerFont),e.fillStyle=i.footerColor,e.font=a.string,o=0;o<r;++o)e.fillText(s[o],l.x(t.x),t.y+a.lineHeight/2),t.y+=a.lineHeight+i.footerSpacing}}drawBackground(t,e,i,s){const{xAlign:r,yAlign:a}=this,{x:o,y:l}=t,{width:c,height:u}=i,{topLeft:h,topRight:f,bottomLeft:m,bottomRight:g}=vn(s.cornerRadius);e.fillStyle=s.backgroundColor,e.strokeStyle=s.borderColor,e.lineWidth=s.borderWidth,e.beginPath(),e.moveTo(o+h,l),a==="top"&&this.drawCaret(t,e,i,s),e.lineTo(o+c-f,l),e.quadraticCurveTo(o+c,l,o+c,l+f),a==="center"&&r==="right"&&this.drawCaret(t,e,i,s),e.lineTo(o+c,l+u-g),e.quadraticCurveTo(o+c,l+u,o+c-g,l+u),a==="bottom"&&this.drawCaret(t,e,i,s),e.lineTo(o+m,l+u),e.quadraticCurveTo(o,l+u,o,l+u-m),a==="center"&&r==="left"&&this.drawCaret(t,e,i,s),e.lineTo(o,l+h),e.quadraticCurveTo(o,l,o+h,l),e.closePath(),e.fill(),s.borderWidth>0&&e.stroke()}_updateAnimationTarget(t){const e=this.chart,i=this.$animations,s=i&&i.x,r=i&&i.y;if(s||r){const a=ms[t.position].call(this,this._active,this._eventPosition);if(!a)return;const o=this._size=_d(this,t),l=Object.assign({},a,this._size),c=xd(e,t,l),u=wd(t,l,c,e);(s._to!==u.x||r._to!==u.y)&&(this.xAlign=c.xAlign,this.yAlign=c.yAlign,this.width=o.width,this.height=o.height,this.caretX=a.x,this.caretY=a.y,this._resolveAnimations().update(this,u))}}_willRender(){return!!this.opacity}draw(t){const e=this.options.setContext(this.getContext());let i=this.opacity;if(!i)return;this._updateAnimationTarget(e);const s={width:this.width,height:this.height},r={x:this.x,y:this.y};i=Math.abs(i)<.001?0:i;const a=$t(e.padding),o=this.title.length||this.beforeBody.length||this.body.length||this.afterBody.length||this.footer.length;e.enabled&&o&&(t.save(),t.globalAlpha=i,this.drawBackground(r,t,s,e),su(t,e.textDirection),r.y+=a.top,this.drawTitle(r,t,e),this.drawBody(r,t,e),this.drawFooter(r,t,e),ru(t,e.textDirection),t.restore())}getActiveElements(){return this._active||[]}setActiveElements(t,e){const i=this._active,s=t.map(({datasetIndex:o,index:l})=>{const c=this.chart.getDatasetMeta(o);if(!c)throw new Error("Cannot find a dataset at index "+o);return{datasetIndex:o,element:c.data[l],index:l}}),r=!nr(i,s),a=this._positionChanged(s,e);(r||a)&&(this._active=s,this._eventPosition=e,this._ignoreReplayEvents=!0,this.update(!0))}handleEvent(t,e,i=!0){if(e&&this._ignoreReplayEvents)return!1;this._ignoreReplayEvents=!1;const s=this.options,r=this._active||[],a=this._getActiveElements(t,r,e,i),o=this._positionChanged(a,t),l=e||!nr(a,r)||o;return l&&(this._active=a,(s.enabled||s.external)&&(this._eventPosition={x:t.x,y:t.y},this.update(!0,e))),l}_getActiveElements(t,e,i,s){const r=this.options;if(t.type==="mouseout")return[];if(!s)return e.filter(o=>this.chart.data.datasets[o.datasetIndex]&&this.chart.getDatasetMeta(o.datasetIndex).controller.getParsed(o.index)!==void 0);const a=this.chart.getElementsAtEventForMode(t,r.mode,r,i);return r.reverse&&a.reverse(),a}_positionChanged(t,e){const{caretX:i,caretY:s,options:r}=this,a=ms[r.position].call(this,t,e);return a!==!1&&(i!==a.x||s!==a.y)}}P(yo,"positioners",ms);var Te={id:"tooltip",_element:yo,positioners:ms,afterInit(n,t,e){e&&(n.tooltip=new yo({chart:n,options:e}))},beforeUpdate(n,t,e){n.tooltip&&n.tooltip.initialize(e)},reset(n,t,e){n.tooltip&&n.tooltip.initialize(e)},afterDraw(n){const t=n.tooltip;if(t&&t._willRender()){const e={tooltip:t};if(n.notifyPlugins("beforeTooltipDraw",{...e,cancelable:!0})===!1)return;t.draw(n.ctx),n.notifyPlugins("afterTooltipDraw",e)}},afterEvent(n,t){if(n.tooltip){const e=t.replay;n.tooltip.handleEvent(t.event,e,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:(n,t)=>t.bodyFont.size,boxWidth:(n,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:Sd},defaultRoutes:{bodyFont:"font",footerFont:"font",titleFont:"font"},descriptors:{_scriptable:n=>n!=="filter"&&n!=="itemSort"&&n!=="external",_indexable:!1,callbacks:{_scriptable:!1,_indexable:!1},animation:{_fallback:!1},animations:{_fallback:"animation"}},additionalOptionScopes:["interaction"]},b0=Object.freeze({__proto__:null,Colors:Pb,Decimation:Lb,Filler:e0,Legend:o0,SubTitle:u0,Title:c0,Tooltip:Te});const _0=(n,t,e,i)=>(typeof t=="string"?(e=n.push(t)-1,i.unshift({index:e,label:t})):isNaN(t)&&(e=null),e);function x0(n,t,e,i){const s=n.indexOf(t);if(s===-1)return _0(n,t,e,i);const r=n.lastIndexOf(t);return s!==r?e:s}const w0=(n,t)=>n===null?null:Kt(Math.round(n),0,t);function kd(n){const t=this.getLabels();return n>=0&&n<t.length?t[n]:n}class bo extends Un{constructor(t){super(t),this._startValue=void 0,this._valueRange=0,this._addedLabels=[]}init(t){const e=this._addedLabels;if(e.length){const i=this.getLabels();for(const{index:s,label:r}of e)i[s]===r&&i.splice(s,1);this._addedLabels=[]}super.init(t)}parse(t,e){if(it(t))return null;const i=this.getLabels();return e=isFinite(e)&&i[e]===t?e:x0(i,t,st(e,t),this._addedLabels),w0(e,i.length-1)}determineDataLimits(){const{minDefined:t,maxDefined:e}=this.getUserBounds();let{min:i,max:s}=this.getMinMax(!0);this.options.bounds==="ticks"&&(t||(i=0),e||(s=this.getLabels().length-1)),this.min=i,this.max=s}buildTicks(){const t=this.min,e=this.max,i=this.options.offset,s=[];let r=this.getLabels();r=t===0&&e===r.length-1?r:r.slice(t,e+1),this._valueRange=Math.max(r.length-(i?0:1),1),this._startValue=this.min-(i?.5:0);for(let a=t;a<=e;a++)s.push({value:a});return s}getLabelForValue(t){return kd.call(this,t)}configure(){super.configure(),this.isHorizontal()||(this._reversePixels=!this._reversePixels)}getPixelForValue(t){return typeof t!="number"&&(t=this.parse(t)),t===null?NaN:this.getPixelForDecimal((t-this._startValue)/this._valueRange)}getPixelForTick(t){const e=this.ticks;return t<0||t>e.length-1?null:this.getPixelForValue(e[t].value)}getValueForPixel(t){return Math.round(this._startValue+this.getDecimalForPixel(t)*this._valueRange)}getBasePixel(){return this.bottom}}P(bo,"id","category"),P(bo,"defaults",{ticks:{callback:kd}});function v0(n,t){const e=[],{bounds:s,step:r,min:a,max:o,precision:l,count:c,maxTicks:u,maxDigits:h,includeBounds:f}=n,m=r||1,g=u-1,{min:_,max:x}=t,v=!it(a),S=!it(o),k=!it(c),C=(x-_)/(h+1);let A=Oc((x-_)/g/m)*m,O,T,p,b;if(A<1e-14&&!v&&!S)return[{value:_},{value:x}];b=Math.ceil(x/A)-Math.floor(_/A),b>g&&(A=Oc(b*A/g/m)*m),it(l)||(O=Math.pow(10,l),A=Math.ceil(A*O)/O),s==="ticks"?(T=Math.floor(_/A)*A,p=Math.ceil(x/A)*A):(T=_,p=x),v&&S&&r&&yg((o-a)/r,A/1e3)?(b=Math.round(Math.min((o-a)/A,u)),A=(o-a)/b,T=a,p=o):k?(T=v?a:T,p=S?o:p,b=c-1,A=(p-T)/b):(b=(p-T)/A,Xi(b,Math.round(b),A/1e3)?b=Math.round(b):b=Math.ceil(b));const M=Math.max(Ac(A),Ac(T));O=Math.pow(10,it(l)?M:l),T=Math.round(T*O)/O,p=Math.round(p*O)/O;let E=0;for(v&&(f&&T!==a?(e.push({value:a}),T<a&&E++,Xi(Math.round((T+E*A)*O)/O,a,Dd(a,C,n))&&E++):T<a&&E++);E<b;++E){const R=Math.round((T+E*A)*O)/O;if(S&&R>o)break;e.push({value:R})}return S&&f&&p!==o?e.length&&Xi(e[e.length-1].value,o,Dd(o,C,n))?e[e.length-1].value=o:e.push({value:o}):(!S||p===o)&&e.push({value:p}),e}function Dd(n,t,{horizontal:e,minRotation:i}){const s=Vt(i),r=(e?Math.sin(s):Math.cos(s))||.001,a=.75*t*(""+n).length;return Math.min(t/r,a)}class Ar extends Un{constructor(t){super(t),this.start=void 0,this.end=void 0,this._startValue=void 0,this._endValue=void 0,this._valueRange=0}parse(t,e){return it(t)||(typeof t=="number"||t instanceof Number)&&!isFinite(+t)?null:+t}handleTickRangeOptions(){const{beginAtZero:t}=this.options,{minDefined:e,maxDefined:i}=this.getUserBounds();let{min:s,max:r}=this;const a=l=>s=e?s:l,o=l=>r=i?r:l;if(t){const l=We(s),c=We(r);l<0&&c<0?o(0):l>0&&c>0&&a(0)}if(s===r){let l=r===0?1:Math.abs(r*.05);o(r+l),t||a(s-l)}this.min=s,this.max=r}getTickLimit(){const t=this.options.ticks;let{maxTicksLimit:e,stepSize:i}=t,s;return i?(s=Math.ceil(this.max/i)-Math.floor(this.min/i)+1,s>1e3&&(console.warn(`scales.${this.id}.ticks.stepSize: ${i} would result generating up to ${s} ticks. Limiting to 1000.`),s=1e3)):(s=this.computeTickLimit(),e=e||11),e&&(s=Math.min(e,s)),s}computeTickLimit(){return Number.POSITIVE_INFINITY}buildTicks(){const t=this.options,e=t.ticks;let i=this.getTickLimit();i=Math.max(2,i);const s={maxTicks:i,bounds:t.bounds,min:t.min,max:t.max,precision:e.precision,step:e.stepSize,count:e.count,maxDigits:this._maxDigits(),horizontal:this.isHorizontal(),minRotation:e.minRotation||0,includeBounds:e.includeBounds!==!1},r=this._range||this,a=v0(s,r);return t.bounds==="ticks"&&Pc(a,this,"value"),t.reverse?(a.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),a}configure(){const t=this.ticks;let e=this.min,i=this.max;if(super.configure(),this.options.offset&&t.length){const s=(i-e)/Math.max(t.length-1,1)/2;e-=s,i+=s}this._startValue=e,this._endValue=i,this._valueRange=i-e}getLabelForValue(t){return Zi(t,this.chart.options.locale,this.options.ticks.format)}}class _o extends Ar{determineDataLimits(){const{min:t,max:e}=this.getMinMax(!0);this.min=At(t)?t:0,this.max=At(e)?e:1,this.handleTickRangeOptions()}computeTickLimit(){const t=this.isHorizontal(),e=t?this.width:this.height,i=Vt(this.options.ticks.minRotation),s=(t?Math.sin(i):Math.cos(i))||.001,r=this._resolveTickFontOptions(0);return Math.ceil(e/Math.min(40,r.lineHeight/s))}getPixelForValue(t){return t===null?NaN:this.getPixelForDecimal((t-this._startValue)/this._valueRange)}getValueForPixel(t){return this._startValue+this.getDecimalForPixel(t)*this._valueRange}}P(_o,"id","linear"),P(_o,"defaults",{ticks:{callback:cr.formatters.numeric}});const gs=n=>Math.floor(xn(n)),qn=(n,t)=>Math.pow(10,gs(n)+t);function Td(n){return n/Math.pow(10,gs(n))===1}function Cd(n,t,e){const i=Math.pow(10,e),s=Math.floor(n/i);return Math.ceil(t/i)-s}function M0(n,t){const e=t-n;let i=gs(e);for(;Cd(n,t,i)>10;)i++;for(;Cd(n,t,i)<10;)i--;return Math.min(i,gs(n))}function S0(n,{min:t,max:e}){t=De(n.min,t);const i=[],s=gs(t);let r=M0(t,e),a=r<0?Math.pow(10,Math.abs(r)):1;const o=Math.pow(10,r),l=s>r?Math.pow(10,s):0,c=Math.round((t-l)*a)/a,u=Math.floor((t-l)/o/10)*o*10;let h=Math.floor((c-u)/Math.pow(10,r)),f=De(n.min,Math.round((l+u+h*Math.pow(10,r))*a)/a);for(;f<e;)i.push({value:f,major:Td(f),significand:h}),h>=10?h=h<15?15:20:h++,h>=20&&(r++,h=2,a=r>=0?1:a),f=Math.round((l+u+h*Math.pow(10,r))*a)/a;const m=De(n.max,f);return i.push({value:m,major:Td(m),significand:h}),i}class xo extends Un{constructor(t){super(t),this.start=void 0,this.end=void 0,this._startValue=void 0,this._valueRange=0}parse(t,e){const i=Ar.prototype.parse.apply(this,[t,e]);if(i===0){this._zero=!0;return}return At(i)&&i>0?i:null}determineDataLimits(){const{min:t,max:e}=this.getMinMax(!0);this.min=At(t)?Math.max(0,t):null,this.max=At(e)?Math.max(0,e):null,this.options.beginAtZero&&(this._zero=!0),this._zero&&this.min!==this._suggestedMin&&!At(this._userMin)&&(this.min=t===qn(this.min,0)?qn(this.min,-1):qn(this.min,0)),this.handleTickRangeOptions()}handleTickRangeOptions(){const{minDefined:t,maxDefined:e}=this.getUserBounds();let i=this.min,s=this.max;const r=o=>i=t?i:o,a=o=>s=e?s:o;i===s&&(i<=0?(r(1),a(10)):(r(qn(i,-1)),a(qn(s,1)))),i<=0&&r(qn(s,-1)),s<=0&&a(qn(i,1)),this.min=i,this.max=s}buildTicks(){const t=this.options,e={min:this._userMin,max:this._userMax},i=S0(e,this);return t.bounds==="ticks"&&Pc(i,this,"value"),t.reverse?(i.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),i}getLabelForValue(t){return t===void 0?"0":Zi(t,this.chart.options.locale,this.options.ticks.format)}configure(){const t=this.min;super.configure(),this._startValue=xn(t),this._valueRange=xn(this.max)-xn(t)}getPixelForValue(t){return(t===void 0||t===0)&&(t=this.min),t===null||isNaN(t)?NaN:this.getPixelForDecimal(t===this.min?0:(xn(t)-this._startValue)/this._valueRange)}getValueForPixel(t){const e=this.getDecimalForPixel(t);return Math.pow(10,this._startValue+e*this._valueRange)}}P(xo,"id","logarithmic"),P(xo,"defaults",{ticks:{callback:cr.formatters.logarithmic,major:{enabled:!0}}});function wo(n){const t=n.ticks;if(t.display&&n.display){const e=$t(t.backdropPadding);return st(t.font&&t.font.size,Pt.font.size)+e.height}return 0}function k0(n,t,e){return e=wt(e)?e:[e],{w:Ig(n,t.string,e),h:e.length*t.lineHeight}}function Ed(n,t,e,i,s){return n===i||n===s?{start:t-e/2,end:t+e/2}:n<i||n>s?{start:t-e,end:t}:{start:t,end:t+e}}function D0(n){const t={l:n.left+n._padding.left,r:n.right-n._padding.right,t:n.top+n._padding.top,b:n.bottom-n._padding.bottom},e=Object.assign({},t),i=[],s=[],r=n._pointLabels.length,a=n.options.pointLabels,o=a.centerPointLabels?ut/r:0;for(let l=0;l<r;l++){const c=a.setContext(n.getPointLabelContext(l));s[l]=c.padding;const u=n.getPointPosition(l,n.drawingArea+s[l],o),h=Rt(c.font),f=k0(n.ctx,h,n._pointLabels[l]);i[l]=f;const m=ie(n.getIndexAngle(l)+o),g=Math.round(ar(m)),_=Ed(g,u.x,f.w,0,180),x=Ed(g,u.y,f.h,90,270);T0(e,t,m,_,x)}n.setCenterPoint(t.l-e.l,e.r-t.r,t.t-e.t,e.b-t.b),n._pointLabelItems=O0(n,i,s)}function T0(n,t,e,i,s){const r=Math.abs(Math.sin(e)),a=Math.abs(Math.cos(e));let o=0,l=0;i.start<t.l?(o=(t.l-i.start)/r,n.l=Math.min(n.l,t.l-o)):i.end>t.r&&(o=(i.end-t.r)/r,n.r=Math.max(n.r,t.r+o)),s.start<t.t?(l=(t.t-s.start)/a,n.t=Math.min(n.t,t.t-l)):s.end>t.b&&(l=(s.end-t.b)/a,n.b=Math.max(n.b,t.b+l))}function C0(n,t,e){const i=n.drawingArea,{extra:s,additionalAngle:r,padding:a,size:o}=e,l=n.getPointPosition(t,i+s+a,r),c=Math.round(ar(ie(l.angle+Ot))),u=R0(l.y,o.h,c),h=P0(c),f=A0(l.x,o.w,h);return{visible:!0,x:l.x,y:u,textAlign:h,left:f,top:u,right:f+o.w,bottom:u+o.h}}function E0(n,t){if(!t)return!0;const{left:e,top:i,right:s,bottom:r}=n;return!(tn({x:e,y:i},t)||tn({x:e,y:r},t)||tn({x:s,y:i},t)||tn({x:s,y:r},t))}function O0(n,t,e){const i=[],s=n._pointLabels.length,r=n.options,{centerPointLabels:a,display:o}=r.pointLabels,l={extra:wo(r)/2,additionalAngle:a?ut/s:0};let c;for(let u=0;u<s;u++){l.padding=e[u],l.size=t[u];const h=C0(n,u,l);i.push(h),o==="auto"&&(h.visible=E0(h,c),h.visible&&(c=h))}return i}function P0(n){return n===0||n===180?"center":n<180?"left":"right"}function A0(n,t,e){return e==="right"?n-=t:e==="center"&&(n-=t/2),n}function R0(n,t,e){return e===90||e===270?n-=t/2:(e>270||e<90)&&(n-=t),n}function I0(n,t,e){const{left:i,top:s,right:r,bottom:a}=e,{backdropColor:o}=t;if(!it(o)){const l=vn(t.borderRadius),c=$t(t.backdropPadding);n.fillStyle=o;const u=i-c.left,h=s-c.top,f=r-i+c.width,m=a-s+c.height;Object.values(l).some(g=>g!==0)?(n.beginPath(),mi(n,{x:u,y:h,w:f,h:m,radius:l}),n.fill()):n.fillRect(u,h,f,m)}}function L0(n,t){const{ctx:e,options:{pointLabels:i}}=n;for(let s=t-1;s>=0;s--){const r=n._pointLabelItems[s];if(!r.visible)continue;const a=i.setContext(n.getPointLabelContext(s));I0(e,a,r);const o=Rt(a.font),{x:l,y:c,textAlign:u}=r;Yn(e,n._pointLabels[s],l,c+o.lineHeight/2,o,{color:a.color,textAlign:u,textBaseline:"middle"})}}function Od(n,t,e,i){const{ctx:s}=n;if(e)s.arc(n.xCenter,n.yCenter,t,0,Ct);else{let r=n.getPointPosition(0,t);s.moveTo(r.x,r.y);for(let a=1;a<i;a++)r=n.getPointPosition(a,t),s.lineTo(r.x,r.y)}}function N0(n,t,e,i,s){const r=n.ctx,a=t.circular,{color:o,lineWidth:l}=t;!a&&!i||!o||!l||e<0||(r.save(),r.strokeStyle=o,r.lineWidth=l,r.setLineDash(s.dash||[]),r.lineDashOffset=s.dashOffset,r.beginPath(),Od(n,e,a,i),r.closePath(),r.stroke(),r.restore())}function F0(n,t,e){return Mn(n,{label:e,index:t,type:"pointLabel"})}class ps extends Ar{constructor(t){super(t),this.xCenter=void 0,this.yCenter=void 0,this.drawingArea=void 0,this._pointLabels=[],this._pointLabelItems=[]}setDimensions(){const t=this._padding=$t(wo(this.options)/2),e=this.width=this.maxWidth-t.width,i=this.height=this.maxHeight-t.height;this.xCenter=Math.floor(this.left+e/2+t.left),this.yCenter=Math.floor(this.top+i/2+t.top),this.drawingArea=Math.floor(Math.min(e,i)/2)}determineDataLimits(){const{min:t,max:e}=this.getMinMax(!1);this.min=At(t)&&!isNaN(t)?t:0,this.max=At(e)&&!isNaN(e)?e:0,this.handleTickRangeOptions()}computeTickLimit(){return Math.ceil(this.drawingArea/wo(this.options))}generateTickLabels(t){Ar.prototype.generateTickLabels.call(this,t),this._pointLabels=this.getLabels().map((e,i)=>{const s=St(this.options.pointLabels.callback,[e,i],this);return s||s===0?s:""}).filter((e,i)=>this.chart.getDataVisibility(i))}fit(){const t=this.options;t.display&&t.pointLabels.display?D0(this):this.setCenterPoint(0,0,0,0)}setCenterPoint(t,e,i,s){this.xCenter+=Math.floor((t-e)/2),this.yCenter+=Math.floor((i-s)/2),this.drawingArea-=Math.min(this.drawingArea/2,Math.max(t,e,i,s))}getIndexAngle(t){const e=Ct/(this._pointLabels.length||1),i=this.options.startAngle||0;return ie(t*e+Vt(i))}getDistanceFromCenterForValue(t){if(it(t))return NaN;const e=this.drawingArea/(this.max-this.min);return this.options.reverse?(this.max-t)*e:(t-this.min)*e}getValueForDistanceFromCenter(t){if(it(t))return NaN;const e=t/(this.drawingArea/(this.max-this.min));return this.options.reverse?this.max-e:this.min+e}getPointLabelContext(t){const e=this._pointLabels||[];if(t>=0&&t<e.length){const i=e[t];return F0(this.getContext(),t,i)}}getPointPosition(t,e,i=0){const s=this.getIndexAngle(t)-Ot+i;return{x:Math.cos(s)*e+this.xCenter,y:Math.sin(s)*e+this.yCenter,angle:s}}getPointPositionForValue(t,e){return this.getPointPosition(t,this.getDistanceFromCenterForValue(e))}getBasePosition(t){return this.getPointPositionForValue(t||0,this.getBaseValue())}getPointLabelPosition(t){const{left:e,top:i,right:s,bottom:r}=this._pointLabelItems[t];return{left:e,top:i,right:s,bottom:r}}drawBackground(){const{backgroundColor:t,grid:{circular:e}}=this.options;if(t){const i=this.ctx;i.save(),i.beginPath(),Od(this,this.getDistanceFromCenterForValue(this._endValue),e,this._pointLabels.length),i.closePath(),i.fillStyle=t,i.fill(),i.restore()}}drawGrid(){const t=this.ctx,e=this.options,{angleLines:i,grid:s,border:r}=e,a=this._pointLabels.length;let o,l,c;if(e.pointLabels.display&&L0(this,a),s.display&&this.ticks.forEach((u,h)=>{if(h!==0||h===0&&this.min<0){l=this.getDistanceFromCenterForValue(u.value);const f=this.getContext(h),m=s.setContext(f),g=r.setContext(f);N0(this,m,l,a,g)}}),i.display){for(t.save(),o=a-1;o>=0;o--){const u=i.setContext(this.getPointLabelContext(o)),{color:h,lineWidth:f}=u;!f||!h||(t.lineWidth=f,t.strokeStyle=h,t.setLineDash(u.borderDash),t.lineDashOffset=u.borderDashOffset,l=this.getDistanceFromCenterForValue(e.reverse?this.min:this.max),c=this.getPointPosition(o,l),t.beginPath(),t.moveTo(this.xCenter,this.yCenter),t.lineTo(c.x,c.y),t.stroke())}t.restore()}}drawBorder(){}drawLabels(){const t=this.ctx,e=this.options,i=e.ticks;if(!i.display)return;const s=this.getIndexAngle(0);let r,a;t.save(),t.translate(this.xCenter,this.yCenter),t.rotate(s),t.textAlign="center",t.textBaseline="middle",this.ticks.forEach((o,l)=>{if(l===0&&this.min>=0&&!e.reverse)return;const c=i.setContext(this.getContext(l)),u=Rt(c.font);if(r=this.getDistanceFromCenterForValue(this.ticks[l].value),c.showLabelBackdrop){t.font=u.string,a=t.measureText(o.label).width,t.fillStyle=c.backdropColor;const h=$t(c.backdropPadding);t.fillRect(-a/2-h.left,-r-u.size/2-h.top,a+h.width,u.size+h.height)}Yn(t,o.label,0,-r,u,{color:c.color,strokeColor:c.textStrokeColor,strokeWidth:c.textStrokeWidth})}),t.restore()}drawTitle(){}}P(ps,"id","radialLinear"),P(ps,"defaults",{display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,lineWidth:1,borderDash:[],borderDashOffset:0},grid:{circular:!1},startAngle:0,ticks:{showLabelBackdrop:!0,callback:cr.formatters.numeric},pointLabels:{backdropColor:void 0,backdropPadding:2,display:!0,font:{size:10},callback(t){return t},padding:5,centerPointLabels:!1}}),P(ps,"defaultRoutes",{"angleLines.color":"borderColor","pointLabels.color":"color","ticks.color":"color"}),P(ps,"descriptors",{angleLines:{_fallback:"grid"}});const Rr={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}},_e=Object.keys(Rr);function Pd(n,t){return n-t}function Ad(n,t){if(it(t))return null;const e=n._adapter,{parser:i,round:s,isoWeekday:r}=n._parseOpts;let a=t;return typeof i=="function"&&(a=i(a)),At(a)||(a=typeof i=="string"?e.parse(a,i):e.parse(a)),a===null?null:(s&&(a=s==="week"&&(wn(r)||r===!0)?e.startOf(a,"isoWeek",r):e.startOf(a,s)),+a)}function Rd(n,t,e,i){const s=_e.length;for(let r=_e.indexOf(n);r<s-1;++r){const a=Rr[_e[r]],o=a.steps?a.steps:Number.MAX_SAFE_INTEGER;if(a.common&&Math.ceil((e-t)/(o*a.size))<=i)return _e[r]}return _e[s-1]}function B0(n,t,e,i,s){for(let r=_e.length-1;r>=_e.indexOf(e);r--){const a=_e[r];if(Rr[a].common&&n._adapter.diff(s,i,a)>=t-1)return a}return _e[e?_e.indexOf(e):0]}function z0(n){for(let t=_e.indexOf(n)+1,e=_e.length;t<e;++t)if(Rr[_e[t]].common)return _e[t]}function Id(n,t,e){if(!e)n[t]=!0;else if(e.length){const{lo:i,hi:s}=Na(e,t),r=e[i]>=t?e[i]:e[s];n[r]=!0}}function H0(n,t,e,i){const s=n._adapter,r=+s.startOf(t[0].value,i),a=t[t.length-1].value;let o,l;for(o=r;o<=a;o=+s.add(o,1,i))l=e[o],l>=0&&(t[l].major=!0);return t}function Ld(n,t,e){const i=[],s={},r=t.length;let a,o;for(a=0;a<r;++a)o=t[a],s[o]=a,i.push({value:o,major:!1});return r===0||!e?i:H0(n,i,s,e)}class ys extends Un{constructor(t){super(t),this._cache={data:[],labels:[],all:[]},this._unit="day",this._majorUnit=void 0,this._offsets={},this._normalized=!1,this._parseOpts=void 0}init(t,e={}){const i=t.time||(t.time={}),s=this._adapter=new Su._date(t.adapters.date);s.init(e),qi(i.displayFormats,s.formats()),this._parseOpts={parser:i.parser,round:i.round,isoWeekday:i.isoWeekday},super.init(t),this._normalized=e.normalized}parse(t,e){return t===void 0?null:Ad(this,t)}beforeLayout(){super.beforeLayout(),this._cache={data:[],labels:[],all:[]}}determineDataLimits(){const t=this.options,e=this._adapter,i=t.time.unit||"day";let{min:s,max:r,minDefined:a,maxDefined:o}=this.getUserBounds();function l(c){!a&&!isNaN(c.min)&&(s=Math.min(s,c.min)),!o&&!isNaN(c.max)&&(r=Math.max(r,c.max))}(!a||!o)&&(l(this._getLabelBounds()),(t.bounds!=="ticks"||t.ticks.source!=="labels")&&l(this.getMinMax(!1))),s=At(s)&&!isNaN(s)?s:+e.startOf(Date.now(),i),r=At(r)&&!isNaN(r)?r:+e.endOf(Date.now(),i)+1,this.min=Math.min(s,r-1),this.max=Math.max(s+1,r)}_getLabelBounds(){const t=this.getLabelTimestamps();let e=Number.POSITIVE_INFINITY,i=Number.NEGATIVE_INFINITY;return t.length&&(e=t[0],i=t[t.length-1]),{min:e,max:i}}buildTicks(){const t=this.options,e=t.time,i=t.ticks,s=i.source==="labels"?this.getLabelTimestamps():this._generate();t.bounds==="ticks"&&s.length&&(this.min=this._userMin||s[0],this.max=this._userMax||s[s.length-1]);const r=this.min,a=this.max,o=wg(s,r,a);return this._unit=e.unit||(i.autoSkip?Rd(e.minUnit,this.min,this.max,this._getLabelCapacity(r)):B0(this,o.length,e.minUnit,this.min,this.max)),this._majorUnit=!i.major.enabled||this._unit==="year"?void 0:z0(this._unit),this.initOffsets(s),t.reverse&&o.reverse(),Ld(this,o,this._majorUnit)}afterAutoSkip(){this.options.offsetAfterAutoskip&&this.initOffsets(this.ticks.map(t=>+t.value))}initOffsets(t=[]){let e=0,i=0,s,r;this.options.offset&&t.length&&(s=this.getDecimalForValue(t[0]),t.length===1?e=1-s:e=(this.getDecimalForValue(t[1])-s)/2,r=this.getDecimalForValue(t[t.length-1]),t.length===1?i=r:i=(r-this.getDecimalForValue(t[t.length-2]))/2);const a=t.length<3?.5:.25;e=Kt(e,0,a),i=Kt(i,0,a),this._offsets={start:e,end:i,factor:1/(e+1+i)}}_generate(){const t=this._adapter,e=this.min,i=this.max,s=this.options,r=s.time,a=r.unit||Rd(r.minUnit,e,i,this._getLabelCapacity(e)),o=st(s.ticks.stepSize,1),l=a==="week"?r.isoWeekday:!1,c=wn(l)||l===!0,u={};let h=e,f,m;if(c&&(h=+t.startOf(h,"isoWeek",l)),h=+t.startOf(h,c?"day":a),t.diff(i,e,a)>1e5*o)throw new Error(e+" and "+i+" are too far apart with stepSize of "+o+" "+a);const g=s.ticks.source==="data"&&this.getDataTimestamps();for(f=h,m=0;f<i;f=+t.add(f,o,a),m++)Id(u,f,g);return(f===i||s.bounds==="ticks"||m===1)&&Id(u,f,g),Object.keys(u).sort(Pd).map(_=>+_)}getLabelForValue(t){const e=this._adapter,i=this.options.time;return i.tooltipFormat?e.format(t,i.tooltipFormat):e.format(t,i.displayFormats.datetime)}format(t,e){const s=this.options.time.displayFormats,r=this._unit,a=e||s[r];return this._adapter.format(t,a)}_tickFormatFunction(t,e,i,s){const r=this.options,a=r.ticks.callback;if(a)return St(a,[t,e,i],this);const o=r.time.displayFormats,l=this._unit,c=this._majorUnit,u=l&&o[l],h=c&&o[c],f=i[e],m=c&&h&&f&&f.major;return this._adapter.format(t,s||(m?h:u))}generateTickLabels(t){let e,i,s;for(e=0,i=t.length;e<i;++e)s=t[e],s.label=this._tickFormatFunction(s.value,e,t)}getDecimalForValue(t){return t===null?NaN:(t-this.min)/(this.max-this.min)}getPixelForValue(t){const e=this._offsets,i=this.getDecimalForValue(t);return this.getPixelForDecimal((e.start+i)*e.factor)}getValueForPixel(t){const e=this._offsets,i=this.getDecimalForPixel(t)/e.factor-e.end;return this.min+i*(this.max-this.min)}_getLabelSize(t){const e=this.options.ticks,i=this.ctx.measureText(t).width,s=Vt(this.isHorizontal()?e.maxRotation:e.minRotation),r=Math.cos(s),a=Math.sin(s),o=this._resolveTickFontOptions(0).size;return{w:i*r+o*a,h:i*a+o*r}}_getLabelCapacity(t){const e=this.options.time,i=e.displayFormats,s=i[e.unit]||i.millisecond,r=this._tickFormatFunction(t,0,Ld(this,[t],this._majorUnit),s),a=this._getLabelSize(r),o=Math.floor(this.isHorizontal()?this.width/a.w:this.height/a.h)-1;return o>0?o:1}getDataTimestamps(){let t=this._cache.data||[],e,i;if(t.length)return t;const s=this.getMatchingVisibleMetas();if(this._normalized&&s.length)return this._cache.data=s[0].controller.getAllParsedValues(this);for(e=0,i=s.length;e<i;++e)t=t.concat(s[e].controller.getAllParsedValues(this));return this._cache.data=this.normalize(t)}getLabelTimestamps(){const t=this._cache.labels||[];let e,i;if(t.length)return t;const s=this.getLabels();for(e=0,i=s.length;e<i;++e)t.push(Ad(this,s[e]));return this._cache.labels=this._normalized?t:this.normalize(t)}normalize(t){return Lc(t.sort(Pd))}}P(ys,"id","time"),P(ys,"defaults",{bounds:"data",adapters:{},time:{parser:!1,unit:!1,round:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{}},ticks:{source:"auto",callback:!1,major:{enabled:!1}}});function Ir(n,t,e){let i=0,s=n.length-1,r,a,o,l;e?(t>=n[i].pos&&t<=n[s].pos&&({lo:i,hi:s}=Je(n,"pos",t)),{pos:r,time:o}=n[i],{pos:a,time:l}=n[s]):(t>=n[i].time&&t<=n[s].time&&({lo:i,hi:s}=Je(n,"time",t)),{time:r,pos:o}=n[i],{time:a,pos:l}=n[s]);const c=a-r;return c?o+(l-o)*(t-r)/c:o}class vo extends ys{constructor(t){super(t),this._table=[],this._minPos=void 0,this._tableRange=void 0}initOffsets(){const t=this._getTimestampsForTable(),e=this._table=this.buildLookupTable(t);this._minPos=Ir(e,this.min),this._tableRange=Ir(e,this.max)-this._minPos,super.initOffsets(t)}buildLookupTable(t){const{min:e,max:i}=this,s=[],r=[];let a,o,l,c,u;for(a=0,o=t.length;a<o;++a)c=t[a],c>=e&&c<=i&&s.push(c);if(s.length<2)return[{time:e,pos:0},{time:i,pos:1}];for(a=0,o=s.length;a<o;++a)u=s[a+1],l=s[a-1],c=s[a],Math.round((u+l)/2)!==c&&r.push({time:c,pos:a/(o-1)});return r}_generate(){const t=this.min,e=this.max;let i=super.getDataTimestamps();return(!i.includes(t)||!i.length)&&i.splice(0,0,t),(!i.includes(e)||i.length===1)&&i.push(e),i.sort((s,r)=>s-r)}_getTimestampsForTable(){let t=this._cache.all||[];if(t.length)return t;const e=this.getDataTimestamps(),i=this.getLabelTimestamps();return e.length&&i.length?t=this.normalize(e.concat(i)):t=e.length?e:i,t=this._cache.all=t,t}getDecimalForValue(t){return(Ir(this._table,t)-this._minPos)/this._tableRange}getValueForPixel(t){const e=this._offsets,i=this.getDecimalForPixel(t)/e.factor-e.end;return Ir(this._table,i*this._tableRange+this._minPos,!0)}}P(vo,"id","timeseries"),P(vo,"defaults",ys.defaults);var W0=Object.freeze({__proto__:null,CategoryScale:bo,LinearScale:_o,LogarithmicScale:xo,RadialLinearScale:ps,TimeScale:ys,TimeSeriesScale:vo});const Y0=[Kp,Sb,b0,W0],Nd=6048e5,V0=864e5,bs=6e4,_i=36e5,$0=1e3,Fd=Symbol.for("constructDateFrom");function Lt(n,t){return typeof n=="function"?n(t):n&&typeof n=="object"&&Fd in n?n[Fd](t):n instanceof Date?new n.constructor(t):new Date(t)}function ct(n,t){return Lt(t||n,n)}function Lr(n,t,e){const i=ct(n,e==null?void 0:e.in);return isNaN(t)?Lt((e==null?void 0:e.in)||n,NaN):(t&&i.setDate(i.getDate()+t),i)}function Mo(n,t,e){const i=ct(n,e==null?void 0:e.in);if(isNaN(t))return Lt(n,NaN);if(!t)return i;const s=i.getDate(),r=Lt(n,i.getTime());r.setMonth(i.getMonth()+t+1,0);const a=r.getDate();return s>=a?r:(i.setFullYear(r.getFullYear(),r.getMonth(),s),i)}function So(n,t,e){return Lt(n,+ct(n)+t)}function j0(n,t,e){return So(n,t*_i)}let U0={};function Xn(){return U0}function $e(n,t){var o,l,c,u;const e=Xn(),i=(t==null?void 0:t.weekStartsOn)??((l=(o=t==null?void 0:t.locale)==null?void 0:o.options)==null?void 0:l.weekStartsOn)??e.weekStartsOn??((u=(c=e.locale)==null?void 0:c.options)==null?void 0:u.weekStartsOn)??0,s=ct(n,t==null?void 0:t.in),r=s.getDay(),a=(r<i?7:0)+r-i;return s.setDate(s.getDate()-a),s.setHours(0,0,0,0),s}function xi(n,t){return $e(n,{...t,weekStartsOn:1})}function Bd(n,t){const e=ct(n,t==null?void 0:t.in),i=e.getFullYear(),s=Lt(e,0);s.setFullYear(i+1,0,4),s.setHours(0,0,0,0);const r=xi(s),a=Lt(e,0);a.setFullYear(i,0,4),a.setHours(0,0,0,0);const o=xi(a);return e.getTime()>=r.getTime()?i+1:e.getTime()>=o.getTime()?i:i-1}function Nr(n){const t=ct(n),e=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return e.setUTCFullYear(t.getFullYear()),+n-+e}function Gn(n,...t){const e=Lt.bind(null,t.find(i=>typeof i=="object"));return t.map(e)}function ko(n,t){const e=ct(n,t==null?void 0:t.in);return e.setHours(0,0,0,0),e}function zd(n,t,e){const[i,s]=Gn(e==null?void 0:e.in,n,t),r=ko(i),a=ko(s),o=+r-Nr(r),l=+a-Nr(a);return Math.round((o-l)/V0)}function q0(n,t){const e=Bd(n,t),i=Lt(n,0);return i.setFullYear(e,0,4),i.setHours(0,0,0,0),xi(i)}function X0(n,t,e){const i=ct(n,e==null?void 0:e.in);return i.setTime(i.getTime()+t*bs),i}function G0(n,t,e){return Mo(n,t*3,e)}function K0(n,t,e){return So(n,t*1e3)}function Z0(n,t,e){return Lr(n,t*7,e)}function Q0(n,t,e){return Mo(n,t*12,e)}function _s(n,t){const e=+ct(n)-+ct(t);return e<0?-1:e>0?1:e}function J0(n){return n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]"}function Do(n){return!(!J0(n)&&typeof n!="number"||isNaN(+ct(n)))}function t_(n,t,e){const[i,s]=Gn(e==null?void 0:e.in,n,t),r=i.getFullYear()-s.getFullYear(),a=i.getMonth()-s.getMonth();return r*12+a}function e_(n,t,e){const[i,s]=Gn(e==null?void 0:e.in,n,t);return i.getFullYear()-s.getFullYear()}function Hd(n,t,e){const[i,s]=Gn(e==null?void 0:e.in,n,t),r=Wd(i,s),a=Math.abs(zd(i,s));i.setDate(i.getDate()-r*a);const o=+(Wd(i,s)===-r),l=r*(a-o);return l===0?0:l}function Wd(n,t){const e=n.getFullYear()-t.getFullYear()||n.getMonth()-t.getMonth()||n.getDate()-t.getDate()||n.getHours()-t.getHours()||n.getMinutes()-t.getMinutes()||n.getSeconds()-t.getSeconds()||n.getMilliseconds()-t.getMilliseconds();return e<0?-1:e>0?1:e}function xs(n){return t=>{const i=(n?Math[n]:Math.trunc)(t);return i===0?0:i}}function n_(n,t,e){const[i,s]=Gn(e==null?void 0:e.in,n,t),r=(+i-+s)/_i;return xs(e==null?void 0:e.roundingMethod)(r)}function To(n,t){return+ct(n)-+ct(t)}function i_(n,t,e){const i=To(n,t)/bs;return xs(e==null?void 0:e.roundingMethod)(i)}function Yd(n,t){const e=ct(n,t==null?void 0:t.in);return e.setHours(23,59,59,999),e}function Vd(n,t){const e=ct(n,t==null?void 0:t.in),i=e.getMonth();return e.setFullYear(e.getFullYear(),i+1,0),e.setHours(23,59,59,999),e}function s_(n,t){const e=ct(n,t==null?void 0:t.in);return+Yd(e,t)==+Vd(e,t)}function $d(n,t,e){const[i,s,r]=Gn(e==null?void 0:e.in,n,n,t),a=_s(s,r),o=Math.abs(t_(s,r));if(o<1)return 0;s.getMonth()===1&&s.getDate()>27&&s.setDate(30),s.setMonth(s.getMonth()-a*o);let l=_s(s,r)===-a;s_(i)&&o===1&&_s(i,r)===1&&(l=!1);const c=a*(o-+l);return c===0?0:c}function r_(n,t,e){const i=$d(n,t,e)/3;return xs(e==null?void 0:e.roundingMethod)(i)}function a_(n,t,e){const i=To(n,t)/1e3;return xs(e==null?void 0:e.roundingMethod)(i)}function o_(n,t,e){const i=Hd(n,t,e)/7;return xs(e==null?void 0:e.roundingMethod)(i)}function l_(n,t,e){const[i,s]=Gn(e==null?void 0:e.in,n,t),r=_s(i,s),a=Math.abs(e_(i,s));i.setFullYear(1584),s.setFullYear(1584);const o=_s(i,s)===-r,l=r*(a-+o);return l===0?0:l}function c_(n,t){const e=ct(n,t==null?void 0:t.in),i=e.getMonth(),s=i-i%3;return e.setMonth(s,1),e.setHours(0,0,0,0),e}function u_(n,t){const e=ct(n,t==null?void 0:t.in);return e.setDate(1),e.setHours(0,0,0,0),e}function d_(n,t){const e=ct(n,t==null?void 0:t.in),i=e.getFullYear();return e.setFullYear(i+1,0,0),e.setHours(23,59,59,999),e}function jd(n,t){const e=ct(n,t==null?void 0:t.in);return e.setFullYear(e.getFullYear(),0,1),e.setHours(0,0,0,0),e}function h_(n,t){const e=ct(n,t==null?void 0:t.in);return e.setMinutes(59,59,999),e}function f_(n,t){var o,l;const e=Xn(),i=e.weekStartsOn??((l=(o=e.locale)==null?void 0:o.options)==null?void 0:l.weekStartsOn)??0,s=ct(n,t==null?void 0:t.in),r=s.getDay(),a=(r<i?-7:0)+6-(r-i);return s.setDate(s.getDate()+a),s.setHours(23,59,59,999),s}function m_(n,t){const e=ct(n,t==null?void 0:t.in);return e.setSeconds(59,999),e}function g_(n,t){const e=ct(n,t==null?void 0:t.in),i=e.getMonth(),s=i-i%3+3;return e.setMonth(s,0),e.setHours(23,59,59,999),e}function p_(n,t){const e=ct(n,t==null?void 0:t.in);return e.setMilliseconds(999),e}const y_={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},b_=(n,t,e)=>{let i;const s=y_[n];return typeof s=="string"?i=s:t===1?i=s.one:i=s.other.replace("{{count}}",t.toString()),e!=null&&e.addSuffix?e.comparison&&e.comparison>0?"in "+i:i+" ago":i};function Co(n){return(t={})=>{const e=t.width?String(t.width):n.defaultWidth;return n.formats[e]||n.formats[n.defaultWidth]}}const __={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},x_={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},w_={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},v_={date:Co({formats:__,defaultWidth:"full"}),time:Co({formats:x_,defaultWidth:"full"}),dateTime:Co({formats:w_,defaultWidth:"full"})},M_={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},S_=(n,t,e,i)=>M_[n];function ws(n){return(t,e)=>{const i=e!=null&&e.context?String(e.context):"standalone";let s;if(i==="formatting"&&n.formattingValues){const a=n.defaultFormattingWidth||n.defaultWidth,o=e!=null&&e.width?String(e.width):a;s=n.formattingValues[o]||n.formattingValues[a]}else{const a=n.defaultWidth,o=e!=null&&e.width?String(e.width):n.defaultWidth;s=n.values[o]||n.values[a]}const r=n.argumentCallback?n.argumentCallback(t):t;return s[r]}}const k_={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},D_={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},T_={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},C_={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},E_={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},O_={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},P_={ordinalNumber:(n,t)=>{const e=Number(n),i=e%100;if(i>20||i<10)switch(i%10){case 1:return e+"st";case 2:return e+"nd";case 3:return e+"rd"}return e+"th"},era:ws({values:k_,defaultWidth:"wide"}),quarter:ws({values:D_,defaultWidth:"wide",argumentCallback:n=>n-1}),month:ws({values:T_,defaultWidth:"wide"}),day:ws({values:C_,defaultWidth:"wide"}),dayPeriod:ws({values:E_,defaultWidth:"wide",formattingValues:O_,defaultFormattingWidth:"wide"})};function vs(n){return(t,e={})=>{const i=e.width,s=i&&n.matchPatterns[i]||n.matchPatterns[n.defaultMatchWidth],r=t.match(s);if(!r)return null;const a=r[0],o=i&&n.parsePatterns[i]||n.parsePatterns[n.defaultParseWidth],l=Array.isArray(o)?R_(o,h=>h.test(a)):A_(o,h=>h.test(a));let c;c=n.valueCallback?n.valueCallback(l):l,c=e.valueCallback?e.valueCallback(c):c;const u=t.slice(a.length);return{value:c,rest:u}}}function A_(n,t){for(const e in n)if(Object.prototype.hasOwnProperty.call(n,e)&&t(n[e]))return e}function R_(n,t){for(let e=0;e<n.length;e++)if(t(n[e]))return e}function I_(n){return(t,e={})=>{const i=t.match(n.matchPattern);if(!i)return null;const s=i[0],r=t.match(n.parsePattern);if(!r)return null;let a=n.valueCallback?n.valueCallback(r[0]):r[0];a=e.valueCallback?e.valueCallback(a):a;const o=t.slice(s.length);return{value:a,rest:o}}}const L_=/^(\d+)(th|st|nd|rd)?/i,N_=/\d+/i,F_={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},B_={any:[/^b/i,/^(a|c)/i]},z_={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},H_={any:[/1/i,/2/i,/3/i,/4/i]},W_={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},Y_={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},V_={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},$_={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},j_={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},U_={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},q_={ordinalNumber:I_({matchPattern:L_,parsePattern:N_,valueCallback:n=>parseInt(n,10)}),era:vs({matchPatterns:F_,defaultMatchWidth:"wide",parsePatterns:B_,defaultParseWidth:"any"}),quarter:vs({matchPatterns:z_,defaultMatchWidth:"wide",parsePatterns:H_,defaultParseWidth:"any",valueCallback:n=>n+1}),month:vs({matchPatterns:W_,defaultMatchWidth:"wide",parsePatterns:Y_,defaultParseWidth:"any"}),day:vs({matchPatterns:V_,defaultMatchWidth:"wide",parsePatterns:$_,defaultParseWidth:"any"}),dayPeriod:vs({matchPatterns:j_,defaultMatchWidth:"any",parsePatterns:U_,defaultParseWidth:"any"})},Ud={code:"en-US",formatDistance:b_,formatLong:v_,formatRelative:S_,localize:P_,match:q_,options:{weekStartsOn:0,firstWeekContainsDate:1}};function X_(n,t){const e=ct(n,t==null?void 0:t.in);return zd(e,jd(e))+1}function qd(n,t){const e=ct(n,t==null?void 0:t.in),i=+xi(e)-+q0(e);return Math.round(i/Nd)+1}function Eo(n,t){var u,h,f,m;const e=ct(n,t==null?void 0:t.in),i=e.getFullYear(),s=Xn(),r=(t==null?void 0:t.firstWeekContainsDate)??((h=(u=t==null?void 0:t.locale)==null?void 0:u.options)==null?void 0:h.firstWeekContainsDate)??s.firstWeekContainsDate??((m=(f=s.locale)==null?void 0:f.options)==null?void 0:m.firstWeekContainsDate)??1,a=Lt((t==null?void 0:t.in)||n,0);a.setFullYear(i+1,0,r),a.setHours(0,0,0,0);const o=$e(a,t),l=Lt((t==null?void 0:t.in)||n,0);l.setFullYear(i,0,r),l.setHours(0,0,0,0);const c=$e(l,t);return+e>=+o?i+1:+e>=+c?i:i-1}function G_(n,t){var o,l,c,u;const e=Xn(),i=(t==null?void 0:t.firstWeekContainsDate)??((l=(o=t==null?void 0:t.locale)==null?void 0:o.options)==null?void 0:l.firstWeekContainsDate)??e.firstWeekContainsDate??((u=(c=e.locale)==null?void 0:c.options)==null?void 0:u.firstWeekContainsDate)??1,s=Eo(n,t),r=Lt((t==null?void 0:t.in)||n,0);return r.setFullYear(s,0,i),r.setHours(0,0,0,0),$e(r,t)}function Xd(n,t){const e=ct(n,t==null?void 0:t.in),i=+$e(e,t)-+G_(e,t);return Math.round(i/Nd)+1}function Dt(n,t){const e=n<0?"-":"",i=Math.abs(n).toString().padStart(t,"0");return e+i}const Tn={y(n,t){const e=n.getFullYear(),i=e>0?e:1-e;return Dt(t==="yy"?i%100:i,t.length)},M(n,t){const e=n.getMonth();return t==="M"?String(e+1):Dt(e+1,2)},d(n,t){return Dt(n.getDate(),t.length)},a(n,t){const e=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.toUpperCase();case"aaa":return e;case"aaaaa":return e[0];case"aaaa":default:return e==="am"?"a.m.":"p.m."}},h(n,t){return Dt(n.getHours()%12||12,t.length)},H(n,t){return Dt(n.getHours(),t.length)},m(n,t){return Dt(n.getMinutes(),t.length)},s(n,t){return Dt(n.getSeconds(),t.length)},S(n,t){const e=t.length,i=n.getMilliseconds(),s=Math.trunc(i*Math.pow(10,e-3));return Dt(s,t.length)}},wi={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},Gd={G:function(n,t,e){const i=n.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return e.era(i,{width:"abbreviated"});case"GGGGG":return e.era(i,{width:"narrow"});case"GGGG":default:return e.era(i,{width:"wide"})}},y:function(n,t,e){if(t==="yo"){const i=n.getFullYear(),s=i>0?i:1-i;return e.ordinalNumber(s,{unit:"year"})}return Tn.y(n,t)},Y:function(n,t,e,i){const s=Eo(n,i),r=s>0?s:1-s;if(t==="YY"){const a=r%100;return Dt(a,2)}return t==="Yo"?e.ordinalNumber(r,{unit:"year"}):Dt(r,t.length)},R:function(n,t){const e=Bd(n);return Dt(e,t.length)},u:function(n,t){const e=n.getFullYear();return Dt(e,t.length)},Q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"Q":return String(i);case"QQ":return Dt(i,2);case"Qo":return e.ordinalNumber(i,{unit:"quarter"});case"QQQ":return e.quarter(i,{width:"abbreviated",context:"formatting"});case"QQQQQ":return e.quarter(i,{width:"narrow",context:"formatting"});case"QQQQ":default:return e.quarter(i,{width:"wide",context:"formatting"})}},q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"q":return String(i);case"qq":return Dt(i,2);case"qo":return e.ordinalNumber(i,{unit:"quarter"});case"qqq":return e.quarter(i,{width:"abbreviated",context:"standalone"});case"qqqqq":return e.quarter(i,{width:"narrow",context:"standalone"});case"qqqq":default:return e.quarter(i,{width:"wide",context:"standalone"})}},M:function(n,t,e){const i=n.getMonth();switch(t){case"M":case"MM":return Tn.M(n,t);case"Mo":return e.ordinalNumber(i+1,{unit:"month"});case"MMM":return e.month(i,{width:"abbreviated",context:"formatting"});case"MMMMM":return e.month(i,{width:"narrow",context:"formatting"});case"MMMM":default:return e.month(i,{width:"wide",context:"formatting"})}},L:function(n,t,e){const i=n.getMonth();switch(t){case"L":return String(i+1);case"LL":return Dt(i+1,2);case"Lo":return e.ordinalNumber(i+1,{unit:"month"});case"LLL":return e.month(i,{width:"abbreviated",context:"standalone"});case"LLLLL":return e.month(i,{width:"narrow",context:"standalone"});case"LLLL":default:return e.month(i,{width:"wide",context:"standalone"})}},w:function(n,t,e,i){const s=Xd(n,i);return t==="wo"?e.ordinalNumber(s,{unit:"week"}):Dt(s,t.length)},I:function(n,t,e){const i=qd(n);return t==="Io"?e.ordinalNumber(i,{unit:"week"}):Dt(i,t.length)},d:function(n,t,e){return t==="do"?e.ordinalNumber(n.getDate(),{unit:"date"}):Tn.d(n,t)},D:function(n,t,e){const i=X_(n);return t==="Do"?e.ordinalNumber(i,{unit:"dayOfYear"}):Dt(i,t.length)},E:function(n,t,e){const i=n.getDay();switch(t){case"E":case"EE":case"EEE":return e.day(i,{width:"abbreviated",context:"formatting"});case"EEEEE":return e.day(i,{width:"narrow",context:"formatting"});case"EEEEEE":return e.day(i,{width:"short",context:"formatting"});case"EEEE":default:return e.day(i,{width:"wide",context:"formatting"})}},e:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"e":return String(r);case"ee":return Dt(r,2);case"eo":return e.ordinalNumber(r,{unit:"day"});case"eee":return e.day(s,{width:"abbreviated",context:"formatting"});case"eeeee":return e.day(s,{width:"narrow",context:"formatting"});case"eeeeee":return e.day(s,{width:"short",context:"formatting"});case"eeee":default:return e.day(s,{width:"wide",context:"formatting"})}},c:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"c":return String(r);case"cc":return Dt(r,t.length);case"co":return e.ordinalNumber(r,{unit:"day"});case"ccc":return e.day(s,{width:"abbreviated",context:"standalone"});case"ccccc":return e.day(s,{width:"narrow",context:"standalone"});case"cccccc":return e.day(s,{width:"short",context:"standalone"});case"cccc":default:return e.day(s,{width:"wide",context:"standalone"})}},i:function(n,t,e){const i=n.getDay(),s=i===0?7:i;switch(t){case"i":return String(s);case"ii":return Dt(s,t.length);case"io":return e.ordinalNumber(s,{unit:"day"});case"iii":return e.day(i,{width:"abbreviated",context:"formatting"});case"iiiii":return e.day(i,{width:"narrow",context:"formatting"});case"iiiiii":return e.day(i,{width:"short",context:"formatting"});case"iiii":default:return e.day(i,{width:"wide",context:"formatting"})}},a:function(n,t,e){const s=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"aaa":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"aaaa":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},b:function(n,t,e){const i=n.getHours();let s;switch(i===12?s=wi.noon:i===0?s=wi.midnight:s=i/12>=1?"pm":"am",t){case"b":case"bb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"bbb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"bbbb":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},B:function(n,t,e){const i=n.getHours();let s;switch(i>=17?s=wi.evening:i>=12?s=wi.afternoon:i>=4?s=wi.morning:s=wi.night,t){case"B":case"BB":case"BBB":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"BBBBB":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"BBBB":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},h:function(n,t,e){if(t==="ho"){let i=n.getHours()%12;return i===0&&(i=12),e.ordinalNumber(i,{unit:"hour"})}return Tn.h(n,t)},H:function(n,t,e){return t==="Ho"?e.ordinalNumber(n.getHours(),{unit:"hour"}):Tn.H(n,t)},K:function(n,t,e){const i=n.getHours()%12;return t==="Ko"?e.ordinalNumber(i,{unit:"hour"}):Dt(i,t.length)},k:function(n,t,e){let i=n.getHours();return i===0&&(i=24),t==="ko"?e.ordinalNumber(i,{unit:"hour"}):Dt(i,t.length)},m:function(n,t,e){return t==="mo"?e.ordinalNumber(n.getMinutes(),{unit:"minute"}):Tn.m(n,t)},s:function(n,t,e){return t==="so"?e.ordinalNumber(n.getSeconds(),{unit:"second"}):Tn.s(n,t)},S:function(n,t){return Tn.S(n,t)},X:function(n,t,e){const i=n.getTimezoneOffset();if(i===0)return"Z";switch(t){case"X":return Zd(i);case"XXXX":case"XX":return Kn(i);case"XXXXX":case"XXX":default:return Kn(i,":")}},x:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"x":return Zd(i);case"xxxx":case"xx":return Kn(i);case"xxxxx":case"xxx":default:return Kn(i,":")}},O:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+Kd(i,":");case"OOOO":default:return"GMT"+Kn(i,":")}},z:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+Kd(i,":");case"zzzz":default:return"GMT"+Kn(i,":")}},t:function(n,t,e){const i=Math.trunc(+n/1e3);return Dt(i,t.length)},T:function(n,t,e){return Dt(+n,t.length)}};function Kd(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.trunc(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+Dt(r,2)}function Zd(n,t){return n%60===0?(n>0?"-":"+")+Dt(Math.abs(n)/60,2):Kn(n,t)}function Kn(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Dt(Math.trunc(i/60),2),r=Dt(i%60,2);return e+s+t+r}const Qd=(n,t)=>{switch(n){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},Jd=(n,t)=>{switch(n){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},Oo={p:Jd,P:(n,t)=>{const e=n.match(/(P+)(p+)?/)||[],i=e[1],s=e[2];if(!s)return Qd(n,t);let r;switch(i){case"P":r=t.dateTime({width:"short"});break;case"PP":r=t.dateTime({width:"medium"});break;case"PPP":r=t.dateTime({width:"long"});break;case"PPPP":default:r=t.dateTime({width:"full"});break}return r.replace("{{date}}",Qd(i,t)).replace("{{time}}",Jd(s,t))}},K_=/^D+$/,Z_=/^Y+$/,Q_=["D","DD","YY","YYYY"];function th(n){return K_.test(n)}function eh(n){return Z_.test(n)}function Po(n,t,e){const i=J_(n,t,e);if(console.warn(i),Q_.includes(n))throw new RangeError(i)}function J_(n,t,e){const i=n[0]==="Y"?"years":"days of the month";return`Use \`${n.toLowerCase()}\` instead of \`${n}\` (in \`${t}\`) for formatting ${i} to the input \`${e}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}const tx=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,ex=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,nx=/^'([^]*?)'?$/,ix=/''/g,sx=/[a-zA-Z]/;function Fr(n,t,e){var u,h,f,m,g,_,x,v;const i=Xn(),s=(e==null?void 0:e.locale)??i.locale??Ud,r=(e==null?void 0:e.firstWeekContainsDate)??((h=(u=e==null?void 0:e.locale)==null?void 0:u.options)==null?void 0:h.firstWeekContainsDate)??i.firstWeekContainsDate??((m=(f=i.locale)==null?void 0:f.options)==null?void 0:m.firstWeekContainsDate)??1,a=(e==null?void 0:e.weekStartsOn)??((_=(g=e==null?void 0:e.locale)==null?void 0:g.options)==null?void 0:_.weekStartsOn)??i.weekStartsOn??((v=(x=i.locale)==null?void 0:x.options)==null?void 0:v.weekStartsOn)??0,o=ct(n,e==null?void 0:e.in);if(!Do(o))throw new RangeError("Invalid time value");let l=t.match(ex).map(S=>{const k=S[0];if(k==="p"||k==="P"){const C=Oo[k];return C(S,s.formatLong)}return S}).join("").match(tx).map(S=>{if(S==="''")return{isToken:!1,value:"'"};const k=S[0];if(k==="'")return{isToken:!1,value:rx(S)};if(Gd[k])return{isToken:!0,value:S};if(k.match(sx))throw new RangeError("Format string contains an unescaped latin alphabet character `"+k+"`");return{isToken:!1,value:S}});s.localize.preprocessor&&(l=s.localize.preprocessor(o,l));const c={firstWeekContainsDate:r,weekStartsOn:a,locale:s};return l.map(S=>{if(!S.isToken)return S.value;const k=S.value;(!(e!=null&&e.useAdditionalWeekYearTokens)&&eh(k)||!(e!=null&&e.useAdditionalDayOfYearTokens)&&th(k))&&Po(k,t,String(n));const C=Gd[k[0]];return C(o,k,s.localize,c)}).join("")}function rx(n){const t=n.match(nx);return t?t[1].replace(ix,"'"):n}function nh(){return Object.assign({},Xn())}function ax(n,t){const e=ct(n,t==null?void 0:t.in).getDay();return e===0?7:e}function ox(n,t){const e=lx(t)?new t(0):Lt(t,0);return e.setFullYear(n.getFullYear(),n.getMonth(),n.getDate()),e.setHours(n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()),e}function lx(n){var t;return typeof n=="function"&&((t=n.prototype)==null?void 0:t.constructor)===n}const cx=10;class ih{constructor(){P(this,"subPriority",0)}validate(t,e){return!0}}class ux extends ih{constructor(t,e,i,s,r){super(),this.value=t,this.validateValue=e,this.setValue=i,this.priority=s,r&&(this.subPriority=r)}validate(t,e){return this.validateValue(t,this.value,e)}set(t,e,i){return this.setValue(t,e,this.value,i)}}class dx extends ih{constructor(e,i){super();P(this,"priority",cx);P(this,"subPriority",-1);this.context=e||(s=>Lt(i,s))}set(e,i){return i.timestampIsSet?e:Lt(e,ox(e,this.context))}}class xt{run(t,e,i,s){const r=this.parse(t,e,i,s);return r?{setter:new ux(r.value,this.validate,this.set,this.priority,this.subPriority),rest:r.rest}:null}validate(t,e,i){return!0}}class hx extends xt{constructor(){super(...arguments);P(this,"priority",140);P(this,"incompatibleTokens",["R","u","t","T"])}parse(e,i,s){switch(i){case"G":case"GG":case"GGG":return s.era(e,{width:"abbreviated"})||s.era(e,{width:"narrow"});case"GGGGG":return s.era(e,{width:"narrow"});case"GGGG":default:return s.era(e,{width:"wide"})||s.era(e,{width:"abbreviated"})||s.era(e,{width:"narrow"})}}set(e,i,s){return i.era=s,e.setFullYear(s,0,1),e.setHours(0,0,0,0),e}}const Ht={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},je={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};function Wt(n,t){return n&&{value:t(n.value),rest:n.rest}}function It(n,t){const e=t.match(n);return e?{value:parseInt(e[0],10),rest:t.slice(e[0].length)}:null}function Ue(n,t){const e=t.match(n);if(!e)return null;if(e[0]==="Z")return{value:0,rest:t.slice(1)};const i=e[1]==="+"?1:-1,s=e[2]?parseInt(e[2],10):0,r=e[3]?parseInt(e[3],10):0,a=e[5]?parseInt(e[5],10):0;return{value:i*(s*_i+r*bs+a*$0),rest:t.slice(e[0].length)}}function sh(n){return It(Ht.anyDigitsSigned,n)}function Nt(n,t){switch(n){case 1:return It(Ht.singleDigit,t);case 2:return It(Ht.twoDigits,t);case 3:return It(Ht.threeDigits,t);case 4:return It(Ht.fourDigits,t);default:return It(new RegExp("^\\d{1,"+n+"}"),t)}}function Br(n,t){switch(n){case 1:return It(Ht.singleDigitSigned,t);case 2:return It(Ht.twoDigitsSigned,t);case 3:return It(Ht.threeDigitsSigned,t);case 4:return It(Ht.fourDigitsSigned,t);default:return It(new RegExp("^-?\\d{1,"+n+"}"),t)}}function Ao(n){switch(n){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function rh(n,t){const e=t>0,i=e?t:1-t;let s;if(i<=50)s=n||100;else{const r=i+50,a=Math.trunc(r/100)*100,o=n>=r%100;s=n+a-(o?100:0)}return e?s:1-s}function ah(n){return n%400===0||n%4===0&&n%100!==0}class fx extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"])}parse(e,i,s){const r=a=>({year:a,isTwoDigitYear:i==="yy"});switch(i){case"y":return Wt(Nt(4,e),r);case"yo":return Wt(s.ordinalNumber(e,{unit:"year"}),r);default:return Wt(Nt(i.length,e),r)}}validate(e,i){return i.isTwoDigitYear||i.year>0}set(e,i,s){const r=e.getFullYear();if(s.isTwoDigitYear){const o=rh(s.year,r);return e.setFullYear(o,0,1),e.setHours(0,0,0,0),e}const a=!("era"in i)||i.era===1?s.year:1-s.year;return e.setFullYear(a,0,1),e.setHours(0,0,0,0),e}}class mx extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"])}parse(e,i,s){const r=a=>({year:a,isTwoDigitYear:i==="YY"});switch(i){case"Y":return Wt(Nt(4,e),r);case"Yo":return Wt(s.ordinalNumber(e,{unit:"year"}),r);default:return Wt(Nt(i.length,e),r)}}validate(e,i){return i.isTwoDigitYear||i.year>0}set(e,i,s,r){const a=Eo(e,r);if(s.isTwoDigitYear){const l=rh(s.year,a);return e.setFullYear(l,0,r.firstWeekContainsDate),e.setHours(0,0,0,0),$e(e,r)}const o=!("era"in i)||i.era===1?s.year:1-s.year;return e.setFullYear(o,0,r.firstWeekContainsDate),e.setHours(0,0,0,0),$e(e,r)}}class gx extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"])}parse(e,i){return Br(i==="R"?4:i.length,e)}set(e,i,s){const r=Lt(e,0);return r.setFullYear(s,0,4),r.setHours(0,0,0,0),xi(r)}}class px extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(e,i){return Br(i==="u"?4:i.length,e)}set(e,i,s){return e.setFullYear(s,0,1),e.setHours(0,0,0,0),e}}class yx extends xt{constructor(){super(...arguments);P(this,"priority",120);P(this,"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"Q":case"QQ":return Nt(i.length,e);case"Qo":return s.ordinalNumber(e,{unit:"quarter"});case"QQQ":return s.quarter(e,{width:"abbreviated",context:"formatting"})||s.quarter(e,{width:"narrow",context:"formatting"});case"QQQQQ":return s.quarter(e,{width:"narrow",context:"formatting"});case"QQQQ":default:return s.quarter(e,{width:"wide",context:"formatting"})||s.quarter(e,{width:"abbreviated",context:"formatting"})||s.quarter(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=1&&i<=4}set(e,i,s){return e.setMonth((s-1)*3,1),e.setHours(0,0,0,0),e}}class bx extends xt{constructor(){super(...arguments);P(this,"priority",120);P(this,"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"q":case"qq":return Nt(i.length,e);case"qo":return s.ordinalNumber(e,{unit:"quarter"});case"qqq":return s.quarter(e,{width:"abbreviated",context:"standalone"})||s.quarter(e,{width:"narrow",context:"standalone"});case"qqqqq":return s.quarter(e,{width:"narrow",context:"standalone"});case"qqqq":default:return s.quarter(e,{width:"wide",context:"standalone"})||s.quarter(e,{width:"abbreviated",context:"standalone"})||s.quarter(e,{width:"narrow",context:"standalone"})}}validate(e,i){return i>=1&&i<=4}set(e,i,s){return e.setMonth((s-1)*3,1),e.setHours(0,0,0,0),e}}class _x extends xt{constructor(){super(...arguments);P(this,"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]);P(this,"priority",110)}parse(e,i,s){const r=a=>a-1;switch(i){case"M":return Wt(It(Ht.month,e),r);case"MM":return Wt(Nt(2,e),r);case"Mo":return Wt(s.ordinalNumber(e,{unit:"month"}),r);case"MMM":return s.month(e,{width:"abbreviated",context:"formatting"})||s.month(e,{width:"narrow",context:"formatting"});case"MMMMM":return s.month(e,{width:"narrow",context:"formatting"});case"MMMM":default:return s.month(e,{width:"wide",context:"formatting"})||s.month(e,{width:"abbreviated",context:"formatting"})||s.month(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=0&&i<=11}set(e,i,s){return e.setMonth(s,1),e.setHours(0,0,0,0),e}}class xx extends xt{constructor(){super(...arguments);P(this,"priority",110);P(this,"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"])}parse(e,i,s){const r=a=>a-1;switch(i){case"L":return Wt(It(Ht.month,e),r);case"LL":return Wt(Nt(2,e),r);case"Lo":return Wt(s.ordinalNumber(e,{unit:"month"}),r);case"LLL":return s.month(e,{width:"abbreviated",context:"standalone"})||s.month(e,{width:"narrow",context:"standalone"});case"LLLLL":return s.month(e,{width:"narrow",context:"standalone"});case"LLLL":default:return s.month(e,{width:"wide",context:"standalone"})||s.month(e,{width:"abbreviated",context:"standalone"})||s.month(e,{width:"narrow",context:"standalone"})}}validate(e,i){return i>=0&&i<=11}set(e,i,s){return e.setMonth(s,1),e.setHours(0,0,0,0),e}}function wx(n,t,e){const i=ct(n,e==null?void 0:e.in),s=Xd(i,e)-t;return i.setDate(i.getDate()-s*7),ct(i,e==null?void 0:e.in)}class vx extends xt{constructor(){super(...arguments);P(this,"priority",100);P(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"])}parse(e,i,s){switch(i){case"w":return It(Ht.week,e);case"wo":return s.ordinalNumber(e,{unit:"week"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=53}set(e,i,s,r){return $e(wx(e,s,r),r)}}function Mx(n,t,e){const i=ct(n,e==null?void 0:e.in),s=qd(i,e)-t;return i.setDate(i.getDate()-s*7),i}class Sx extends xt{constructor(){super(...arguments);P(this,"priority",100);P(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"])}parse(e,i,s){switch(i){case"I":return It(Ht.week,e);case"Io":return s.ordinalNumber(e,{unit:"week"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=53}set(e,i,s){return xi(Mx(e,s))}}const kx=[31,28,31,30,31,30,31,31,30,31,30,31],Dx=[31,29,31,30,31,30,31,31,30,31,30,31];class Tx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"subPriority",1);P(this,"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"d":return It(Ht.date,e);case"do":return s.ordinalNumber(e,{unit:"date"});default:return Nt(i.length,e)}}validate(e,i){const s=e.getFullYear(),r=ah(s),a=e.getMonth();return r?i>=1&&i<=Dx[a]:i>=1&&i<=kx[a]}set(e,i,s){return e.setDate(s),e.setHours(0,0,0,0),e}}class Cx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"subpriority",1);P(this,"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"])}parse(e,i,s){switch(i){case"D":case"DD":return It(Ht.dayOfYear,e);case"Do":return s.ordinalNumber(e,{unit:"date"});default:return Nt(i.length,e)}}validate(e,i){const s=e.getFullYear();return ah(s)?i>=1&&i<=366:i>=1&&i<=365}set(e,i,s){return e.setMonth(0,s),e.setHours(0,0,0,0),e}}function Ro(n,t,e){var h,f,m,g;const i=Xn(),s=(e==null?void 0:e.weekStartsOn)??((f=(h=e==null?void 0:e.locale)==null?void 0:h.options)==null?void 0:f.weekStartsOn)??i.weekStartsOn??((g=(m=i.locale)==null?void 0:m.options)==null?void 0:g.weekStartsOn)??0,r=ct(n,e==null?void 0:e.in),a=r.getDay(),l=(t%7+7)%7,c=7-s,u=t<0||t>6?t-(a+c)%7:(l+c)%7-(a+c)%7;return Lr(r,u,e)}class Ex extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"E":case"EE":case"EEE":return s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"EEEEE":return s.day(e,{width:"narrow",context:"formatting"});case"EEEEEE":return s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"EEEE":default:return s.day(e,{width:"wide",context:"formatting"})||s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=0&&i<=6}set(e,i,s,r){return e=Ro(e,s,r),e.setHours(0,0,0,0),e}}class Ox extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"])}parse(e,i,s,r){const a=o=>{const l=Math.floor((o-1)/7)*7;return(o+r.weekStartsOn+6)%7+l};switch(i){case"e":case"ee":return Wt(Nt(i.length,e),a);case"eo":return Wt(s.ordinalNumber(e,{unit:"day"}),a);case"eee":return s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"eeeee":return s.day(e,{width:"narrow",context:"formatting"});case"eeeeee":return s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"eeee":default:return s.day(e,{width:"wide",context:"formatting"})||s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=0&&i<=6}set(e,i,s,r){return e=Ro(e,s,r),e.setHours(0,0,0,0),e}}class Px extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"])}parse(e,i,s,r){const a=o=>{const l=Math.floor((o-1)/7)*7;return(o+r.weekStartsOn+6)%7+l};switch(i){case"c":case"cc":return Wt(Nt(i.length,e),a);case"co":return Wt(s.ordinalNumber(e,{unit:"day"}),a);case"ccc":return s.day(e,{width:"abbreviated",context:"standalone"})||s.day(e,{width:"short",context:"standalone"})||s.day(e,{width:"narrow",context:"standalone"});case"ccccc":return s.day(e,{width:"narrow",context:"standalone"});case"cccccc":return s.day(e,{width:"short",context:"standalone"})||s.day(e,{width:"narrow",context:"standalone"});case"cccc":default:return s.day(e,{width:"wide",context:"standalone"})||s.day(e,{width:"abbreviated",context:"standalone"})||s.day(e,{width:"short",context:"standalone"})||s.day(e,{width:"narrow",context:"standalone"})}}validate(e,i){return i>=0&&i<=6}set(e,i,s,r){return e=Ro(e,s,r),e.setHours(0,0,0,0),e}}function Ax(n,t,e){const i=ct(n,e==null?void 0:e.in),s=ax(i,e),r=t-s;return Lr(i,r,e)}class Rx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"])}parse(e,i,s){const r=a=>a===0?7:a;switch(i){case"i":case"ii":return Nt(i.length,e);case"io":return s.ordinalNumber(e,{unit:"day"});case"iii":return Wt(s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"}),r);case"iiiii":return Wt(s.day(e,{width:"narrow",context:"formatting"}),r);case"iiiiii":return Wt(s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"}),r);case"iiii":default:return Wt(s.day(e,{width:"wide",context:"formatting"})||s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"}),r)}}validate(e,i){return i>=1&&i<=7}set(e,i,s){return e=Ax(e,s),e.setHours(0,0,0,0),e}}class Ix extends xt{constructor(){super(...arguments);P(this,"priority",80);P(this,"incompatibleTokens",["b","B","H","k","t","T"])}parse(e,i,s){switch(i){case"a":case"aa":case"aaa":return s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"});case"aaaaa":return s.dayPeriod(e,{width:"narrow",context:"formatting"});case"aaaa":default:return s.dayPeriod(e,{width:"wide",context:"formatting"})||s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,i,s){return e.setHours(Ao(s),0,0,0),e}}class Lx extends xt{constructor(){super(...arguments);P(this,"priority",80);P(this,"incompatibleTokens",["a","B","H","k","t","T"])}parse(e,i,s){switch(i){case"b":case"bb":case"bbb":return s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"});case"bbbbb":return s.dayPeriod(e,{width:"narrow",context:"formatting"});case"bbbb":default:return s.dayPeriod(e,{width:"wide",context:"formatting"})||s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,i,s){return e.setHours(Ao(s),0,0,0),e}}class Nx extends xt{constructor(){super(...arguments);P(this,"priority",80);P(this,"incompatibleTokens",["a","b","t","T"])}parse(e,i,s){switch(i){case"B":case"BB":case"BBB":return s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"});case"BBBBB":return s.dayPeriod(e,{width:"narrow",context:"formatting"});case"BBBB":default:return s.dayPeriod(e,{width:"wide",context:"formatting"})||s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,i,s){return e.setHours(Ao(s),0,0,0),e}}class Fx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["H","K","k","t","T"])}parse(e,i,s){switch(i){case"h":return It(Ht.hour12h,e);case"ho":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=12}set(e,i,s){const r=e.getHours()>=12;return r&&s<12?e.setHours(s+12,0,0,0):!r&&s===12?e.setHours(0,0,0,0):e.setHours(s,0,0,0),e}}class Bx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(e,i,s){switch(i){case"H":return It(Ht.hour23h,e);case"Ho":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=23}set(e,i,s){return e.setHours(s,0,0,0),e}}class zx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["h","H","k","t","T"])}parse(e,i,s){switch(i){case"K":return It(Ht.hour11h,e);case"Ko":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=11}set(e,i,s){return e.getHours()>=12&&s<12?e.setHours(s+12,0,0,0):e.setHours(s,0,0,0),e}}class Hx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(e,i,s){switch(i){case"k":return It(Ht.hour24h,e);case"ko":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=24}set(e,i,s){const r=s<=24?s%24:s;return e.setHours(r,0,0,0),e}}class Wx extends xt{constructor(){super(...arguments);P(this,"priority",60);P(this,"incompatibleTokens",["t","T"])}parse(e,i,s){switch(i){case"m":return It(Ht.minute,e);case"mo":return s.ordinalNumber(e,{unit:"minute"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=59}set(e,i,s){return e.setMinutes(s,0,0),e}}class Yx extends xt{constructor(){super(...arguments);P(this,"priority",50);P(this,"incompatibleTokens",["t","T"])}parse(e,i,s){switch(i){case"s":return It(Ht.second,e);case"so":return s.ordinalNumber(e,{unit:"second"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=59}set(e,i,s){return e.setSeconds(s,0),e}}class Vx extends xt{constructor(){super(...arguments);P(this,"priority",30);P(this,"incompatibleTokens",["t","T"])}parse(e,i){const s=r=>Math.trunc(r*Math.pow(10,-i.length+3));return Wt(Nt(i.length,e),s)}set(e,i,s){return e.setMilliseconds(s),e}}class $x extends xt{constructor(){super(...arguments);P(this,"priority",10);P(this,"incompatibleTokens",["t","T","x"])}parse(e,i){switch(i){case"X":return Ue(je.basicOptionalMinutes,e);case"XX":return Ue(je.basic,e);case"XXXX":return Ue(je.basicOptionalSeconds,e);case"XXXXX":return Ue(je.extendedOptionalSeconds,e);case"XXX":default:return Ue(je.extended,e)}}set(e,i,s){return i.timestampIsSet?e:Lt(e,e.getTime()-Nr(e)-s)}}class jx extends xt{constructor(){super(...arguments);P(this,"priority",10);P(this,"incompatibleTokens",["t","T","X"])}parse(e,i){switch(i){case"x":return Ue(je.basicOptionalMinutes,e);case"xx":return Ue(je.basic,e);case"xxxx":return Ue(je.basicOptionalSeconds,e);case"xxxxx":return Ue(je.extendedOptionalSeconds,e);case"xxx":default:return Ue(je.extended,e)}}set(e,i,s){return i.timestampIsSet?e:Lt(e,e.getTime()-Nr(e)-s)}}class Ux extends xt{constructor(){super(...arguments);P(this,"priority",40);P(this,"incompatibleTokens","*")}parse(e){return sh(e)}set(e,i,s){return[Lt(e,s*1e3),{timestampIsSet:!0}]}}class qx extends xt{constructor(){super(...arguments);P(this,"priority",20);P(this,"incompatibleTokens","*")}parse(e){return sh(e)}set(e,i,s){return[Lt(e,s),{timestampIsSet:!0}]}}const Xx={G:new hx,y:new fx,Y:new mx,R:new gx,u:new px,Q:new yx,q:new bx,M:new _x,L:new xx,w:new vx,I:new Sx,d:new Tx,D:new Cx,E:new Ex,e:new Ox,c:new Px,i:new Rx,a:new Ix,b:new Lx,B:new Nx,h:new Fx,H:new Bx,K:new zx,k:new Hx,m:new Wx,s:new Yx,S:new Vx,X:new $x,x:new jx,t:new Ux,T:new qx},Gx=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Kx=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Zx=/^'([^]*?)'?$/,Qx=/''/g,Jx=/\S/,tw=/[a-zA-Z]/;function ew(n,t,e,i){var x,v,S,k,C,A,O,T;const s=()=>Lt((i==null?void 0:i.in)||e,NaN),r=nh(),a=(i==null?void 0:i.locale)??r.locale??Ud,o=(i==null?void 0:i.firstWeekContainsDate)??((v=(x=i==null?void 0:i.locale)==null?void 0:x.options)==null?void 0:v.firstWeekContainsDate)??r.firstWeekContainsDate??((k=(S=r.locale)==null?void 0:S.options)==null?void 0:k.firstWeekContainsDate)??1,l=(i==null?void 0:i.weekStartsOn)??((A=(C=i==null?void 0:i.locale)==null?void 0:C.options)==null?void 0:A.weekStartsOn)??r.weekStartsOn??((T=(O=r.locale)==null?void 0:O.options)==null?void 0:T.weekStartsOn)??0;if(!t)return n?s():ct(e,i==null?void 0:i.in);const c={firstWeekContainsDate:o,weekStartsOn:l,locale:a},u=[new dx(i==null?void 0:i.in,e)],h=t.match(Kx).map(p=>{const b=p[0];if(b in Oo){const M=Oo[b];return M(p,a.formatLong)}return p}).join("").match(Gx),f=[];for(let p of h){!(i!=null&&i.useAdditionalWeekYearTokens)&&eh(p)&&Po(p,t,n),!(i!=null&&i.useAdditionalDayOfYearTokens)&&th(p)&&Po(p,t,n);const b=p[0],M=Xx[b];if(M){const{incompatibleTokens:E}=M;if(Array.isArray(E)){const I=f.find(B=>E.includes(B.token)||B.token===b);if(I)throw new RangeError(`The format string mustn't contain \`${I.fullToken}\` and \`${p}\` at the same time`)}else if(M.incompatibleTokens==="*"&&f.length>0)throw new RangeError(`The format string mustn't contain \`${p}\` and any other token at the same time`);f.push({token:b,fullToken:p});const R=M.run(n,p,a.match,c);if(!R)return s();u.push(R.setter),n=R.rest}else{if(b.match(tw))throw new RangeError("Format string contains an unescaped latin alphabet character `"+b+"`");if(p==="''"?p="'":b==="'"&&(p=nw(p)),n.indexOf(p)===0)n=n.slice(p.length);else return s()}}if(n.length>0&&Jx.test(n))return s();const m=u.map(p=>p.priority).sort((p,b)=>b-p).filter((p,b,M)=>M.indexOf(p)===b).map(p=>u.filter(b=>b.priority===p).sort((b,M)=>M.subPriority-b.subPriority)).map(p=>p[0]);let g=ct(e,i==null?void 0:i.in);if(isNaN(+g))return s();const _={};for(const p of m){if(!p.validate(g,c))return s();const b=p.set(g,_,c);Array.isArray(b)?(g=b[0],Object.assign(_,b[1])):g=b}return g}function nw(n){return n.match(Zx)[1].replace(Qx,"'")}function iw(n,t){const e=ct(n,t==null?void 0:t.in);return e.setMinutes(0,0,0),e}function sw(n,t){const e=ct(n,t==null?void 0:t.in);return e.setSeconds(0,0),e}function rw(n,t){const e=ct(n,t==null?void 0:t.in);return e.setMilliseconds(0),e}function aw(n){const t=n/_i;return Math.trunc(t)}function oh(n,t){const e=()=>Lt(t==null?void 0:t.in,NaN),i=(t==null?void 0:t.additionalDigits)??2,s=uw(n);let r;if(s.date){const c=dw(s.date,i);r=hw(c.restDateString,c.year)}if(!r||isNaN(+r))return e();const a=+r;let o=0,l;if(s.time&&(o=fw(s.time),isNaN(o)))return e();if(s.timezone){if(l=mw(s.timezone),isNaN(l))return e()}else{const c=new Date(a+o),u=ct(0,t==null?void 0:t.in);return u.setFullYear(c.getUTCFullYear(),c.getUTCMonth(),c.getUTCDate()),u.setHours(c.getUTCHours(),c.getUTCMinutes(),c.getUTCSeconds(),c.getUTCMilliseconds()),u}return ct(a+o+l,t==null?void 0:t.in)}const zr={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},ow=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,lw=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,cw=/^([+-])(\d{2})(?::?(\d{2}))?$/;function uw(n){const t={},e=n.split(zr.dateTimeDelimiter);let i;if(e.length>2)return t;if(/:/.test(e[0])?i=e[0]:(t.date=e[0],i=e[1],zr.timeZoneDelimiter.test(t.date)&&(t.date=n.split(zr.timeZoneDelimiter)[0],i=n.substr(t.date.length,n.length))),i){const s=zr.timezone.exec(i);s?(t.time=i.replace(s[1],""),t.timezone=s[1]):t.time=i}return t}function dw(n,t){const e=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+t)+"})|(\\d{2}|[+-]\\d{"+(2+t)+"})$)"),i=n.match(e);if(!i)return{year:NaN,restDateString:""};const s=i[1]?parseInt(i[1]):null,r=i[2]?parseInt(i[2]):null;return{year:r===null?s:r*100,restDateString:n.slice((i[1]||i[2]).length)}}function hw(n,t){if(t===null)return new Date(NaN);const e=n.match(ow);if(!e)return new Date(NaN);const i=!!e[4],s=Ms(e[1]),r=Ms(e[2])-1,a=Ms(e[3]),o=Ms(e[4]),l=Ms(e[5])-1;if(i)return _w(t,o,l)?gw(t,o,l):new Date(NaN);{const c=new Date(0);return!yw(t,r,a)||!bw(t,s)?new Date(NaN):(c.setUTCFullYear(t,r,Math.max(s,a)),c)}}function Ms(n){return n?parseInt(n):1}function fw(n){const t=n.match(lw);if(!t)return NaN;const e=Io(t[1]),i=Io(t[2]),s=Io(t[3]);return xw(e,i,s)?e*_i+i*bs+s*1e3:NaN}function Io(n){return n&&parseFloat(n.replace(",","."))||0}function mw(n){if(n==="Z")return 0;const t=n.match(cw);if(!t)return 0;const e=t[1]==="+"?-1:1,i=parseInt(t[2]),s=t[3]&&parseInt(t[3])||0;return ww(i,s)?e*(i*_i+s*bs):NaN}function gw(n,t,e){const i=new Date(0);i.setUTCFullYear(n,0,4);const s=i.getUTCDay()||7,r=(t-1)*7+e+1-s;return i.setUTCDate(i.getUTCDate()+r),i}const pw=[31,null,31,30,31,30,31,31,30,31,30,31];function lh(n){return n%400===0||n%4===0&&n%100!==0}function yw(n,t,e){return t>=0&&t<=11&&e>=1&&e<=(pw[t]||(lh(n)?29:28))}function bw(n,t){return t>=1&&t<=(lh(n)?366:365)}function _w(n,t,e){return t>=1&&t<=53&&e>=0&&e<=6}function xw(n,t,e){return n===24?t===0&&e===0:e>=0&&e<60&&t>=0&&t<60&&n>=0&&n<25}function ww(n,t){return t>=0&&t<=59}var vw=Object.defineProperty,Mw=(n,t,e)=>t in n?vw(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e,Pe=(n,t,e)=>Mw(n,typeof t!="symbol"?t+"":t,e);const Sw=1e3;var nt=(n=>(n.FIFTEEN_MIN="15m",n.ONE_HOUR="1h",n.SIX_HOUR="6h",n.TWELVE_HOUR="12h",n.ONE_DAY="24h",n.SEVEN_DAY="7d",n.THIRTY_DAY="30d",n.NINETY_DAY="90d",n.ONE_HUNDRED_EIGHTY_DAY="180d",n.ONE_YEAR="365d",n.CURRENT_WEEK="current_week",n.CURRENT_MONTH="current_month",n.CURRENT_QUARTER="current_quarter",n.CURRENT_YEAR="current_year",n.PREVIOUS_WEEK="previous_week",n.PREVIOUS_MONTH="previous_month",n.PREVIOUS_QUARTER="previous_quarter",n.PREVIOUS_YEAR="previous_year",n))(nt||{});const kw=["in","not_in","selector"],Dw=["empty","not_empty"],Tw=["15m","1h","6h","12h","24h","7d","current_week","previous_week","30d","current_month","previous_month"],Cw=["secondly","tenSecondly","thirtySecondly","minutely","fiveMinutely","tenMinutely","thirtyMinutely","hourly","twoHourly","twelveHourly","daily","weekly","trend"],Ss=n=>n.filter(t=>t!=="time"),ch=["api","api_package","api_product","api_product_version","control_plane","control_plane_group","data_plane_node","gateway_service","portal","route","status_code","status_code_grouped","time"],uh=Ss(ch),Ew=[...ch,"application","consumer","country_code","upstream_status_code","upstream_status_code_grouped","response_source","data_plane_node_version","realm"],dh=Ss(Ew),Ow=["control_plane","control_plane_group","gateway_service","consumer","application","route","ai_provider","ai_response_model","ai_request_model","llm_cache_status","llm_embeddings_provider","llm_embeddings_model","time","realm","status_code","status_code_grouped","ai_plugin"],hh=Ss(Ow);Ss(["api","api_package","api_product","api_product_version","application","auth_type","client_ip","consumer","consumer_group","control_plane","control_plane_group","country_code","data_plane_node","data_plane_node_version","gateway_service","header_host","header_user_agent","http_method","portal","realm","request_id","request_uri","response_header_content_type","response_source","route","service_port","service_protocol","sse","status_code_grouped","time","trace_id","upstream_uri","upstream_status_code_grouped","websocket"]),Ss(["ai_count","latencies_response_ms","latencies_upstream_ms","latencies_kong_gateway_ms","request_body_size","response_body_size","response_header_content_length","status_code","upstream_status_code"]),new Set(uh),new Set(dh),new Set(hh);const fh=[{code:"AF",name:"Afghanistan"},{code:"AX",name:"Aland Islands"},{code:"AL",name:"Albania"},{code:"DZ",name:"Algeria"},{code:"AS",name:"American Samoa"},{code:"AD",name:"Andorra"},{code:"AO",name:"Angola"},{code:"AI",name:"Anguilla"},{code:"AQ",name:"Antarctica"},{code:"AG",name:"Antigua and Barbuda"},{code:"AR",name:"Argentina"},{code:"AM",name:"Armenia"},{code:"AW",name:"Aruba"},{code:"AU",name:"Australia"},{code:"AT",name:"Austria"},{code:"AZ",name:"Azerbaijan"},{code:"BS",name:"Bahamas"},{code:"BH",name:"Bahrain"},{code:"BD",name:"Bangladesh"},{code:"BB",name:"Barbados"},{code:"BY",name:"Belarus"},{code:"BE",name:"Belgium"},{code:"BZ",name:"Belize"},{code:"BJ",name:"Benin"},{code:"BM",name:"Bermuda"},{code:"BT",name:"Bhutan"},{code:"BO",name:"Bolivia"},{code:"BA",name:"Bosnia and Herzegovina"},{code:"BW",name:"Botswana"},{code:"BV",name:"Bouvet Island"},{code:"BR",name:"Brazil"},{code:"IO",name:"British Indian Ocean Territory"},{code:"BN",name:"Brunei Darussalam"},{code:"BG",name:"Bulgaria"},{code:"BF",name:"Burkina Faso"},{code:"BI",name:"Burundi"},{code:"KH",name:"Cambodia"},{code:"CM",name:"Cameroon"},{code:"CA",name:"Canada"},{code:"CV",name:"Cape Verde"},{code:"KY",name:"Cayman Islands"},{code:"CF",name:"Central African Republic"},{code:"TD",name:"Chad"},{code:"CL",name:"Chile"},{code:"CN",name:"China"},{code:"CX",name:"Christmas Island"},{code:"CC",name:"Cocos (Keeling) Islands"},{code:"CO",name:"Colombia"},{code:"KM",name:"Comoros"},{code:"CG",name:"Congo"},{code:"CD",name:"Democratic Republic of the Congo"},{code:"CK",name:"Cook Islands"},{code:"CR",name:"Costa Rica"},{code:"CI",name:"Cote d'Ivoire"},{code:"HR",name:"Croatia"},{code:"CU",name:"Cuba"},{code:"CY",name:"Cyprus"},{code:"CZ",name:"Czech Republic"},{code:"DK",name:"Denmark"},{code:"DJ",name:"Djibouti"},{code:"DM",name:"Dominica"},{code:"DO",name:"Dominican Republic"},{code:"EC",name:"Ecuador"},{code:"EG",name:"Egypt"},{code:"SV",name:"El Salvador"},{code:"GQ",name:"Equatorial Guinea"},{code:"ER",name:"Eritrea"},{code:"EE",name:"Estonia"},{code:"ET",name:"Ethiopia"},{code:"FK",name:"Falkland Islands (Malvinas)"},{code:"FO",name:"Faroe Islands"},{code:"FJ",name:"Fiji"},{code:"FI",name:"Finland"},{code:"FR",name:"France"},{code:"GF",name:"French Guiana"},{code:"PF",name:"French Polynesia"},{code:"TF",name:"French Southern Territories"},{code:"GA",name:"Gabon"},{code:"GM",name:"Gambia"},{code:"GE",name:"Georgia"},{code:"DE",name:"Germany"},{code:"GH",name:"Ghana"},{code:"GI",name:"Gibraltar"},{code:"GR",name:"Greece"},{code:"GL",name:"Greenland"},{code:"GD",name:"Grenada"},{code:"GP",name:"Guadeloupe"},{code:"GU",name:"Guam"},{code:"GT",name:"Guatemala"},{code:"GG",name:"Guernsey"},{code:"GN",name:"Guinea"},{code:"GW",name:"Guinea-Bissau"},{code:"GY",name:"Guyana"},{code:"HT",name:"Haiti"},{code:"HM",name:"Heard Island and McDonald Islands"},{code:"VA",name:"The Vatican"},{code:"HN",name:"Honduras"},{code:"HK",name:"Hong Kong"},{code:"HU",name:"Hungary"},{code:"IS",name:"Iceland"},{code:"IN",name:"India"},{code:"ID",name:"Indonesia"},{code:"IR",name:"Iran"},{code:"IQ",name:"Iraq"},{code:"IE",name:"Ireland"},{code:"IM",name:"Isle of Man"},{code:"IL",name:"Israel"},{code:"IT",name:"Italy"},{code:"JM",name:"Jamaica"},{code:"JP",name:"Japan"},{code:"JE",name:"Jersey"},{code:"JO",name:"Jordan"},{code:"KZ",name:"Kazakhstan"},{code:"KE",name:"Kenya"},{code:"KI",name:"Kiribati"},{code:"KP",name:"North Korea"},{code:"KR",name:"South Korea"},{code:"KW",name:"Kuwait"},{code:"KG",name:"Kyrgyzstan"},{code:"LA",name:"Laos"},{code:"LV",name:"Latvia"},{code:"LB",name:"Lebanon"},{code:"LS",name:"Lesotho"},{code:"LR",name:"Liberia"},{code:"LY",name:"Libya"},{code:"LI",name:"Liechtenstein"},{code:"LT",name:"Lithuania"},{code:"LU",name:"Luxembourg"},{code:"MO",name:"Macao"},{code:"MK",name:"Macedonia"},{code:"MG",name:"Madagascar"},{code:"MW",name:"Malawi"},{code:"MY",name:"Malaysia"},{code:"MV",name:"Maldives"},{code:"ML",name:"Mali"},{code:"MT",name:"Malta"},{code:"MH",name:"Marshall Islands"},{code:"MQ",name:"Martinique"},{code:"MR",name:"Mauritania"},{code:"MU",name:"Mauritius"},{code:"YT",name:"Mayotte"},{code:"MX",name:"Mexico"},{code:"FM",name:"Micronesia, "},{code:"MD",name:"Moldova,"},{code:"MC",name:"Monaco"},{code:"MN",name:"Mongolia"},{code:"ME",name:"Montenegro"},{code:"MS",name:"Montserrat"},{code:"MA",name:"Morocco"},{code:"MZ",name:"Mozambique"},{code:"MM",name:"Myanmar"},{code:"NA",name:"Namibia"},{code:"NR",name:"Nauru"},{code:"NP",name:"Nepal"},{code:"NL",name:"Netherlands"},{code:"NC",name:"New Caledonia"},{code:"NZ",name:"New Zealand"},{code:"NI",name:"Nicaragua"},{code:"NE",name:"Niger"},{code:"NG",name:"Nigeria"},{code:"NU",name:"Niue"},{code:"NF",name:"Norfolk Island"},{code:"MP",name:"Northern Mariana Islands"},{code:"NO",name:"Norway"},{code:"OM",name:"Oman"},{code:"PK",name:"Pakistan"},{code:"PW",name:"Palau"},{code:"PA",name:"Panama"},{code:"PG",name:"Papua New Guinea"},{code:"PY",name:"Paraguay"},{code:"PE",name:"Peru"},{code:"PH",name:"Philippines"},{code:"PN",name:"Pitcairn"},{code:"PL",name:"Poland"},{code:"PT",name:"Portugal"},{code:"PR",name:"Puerto Rico"},{code:"QA",name:"Qatar"},{code:"RE",name:"Reunion"},{code:"RO",name:"Romania"},{code:"RU",name:"Russia"},{code:"RW",name:"Rwanda"},{code:"BL",name:"Saint Barthelemy"},{code:"SH",name:"Saint Helena"},{code:"KN",name:"Saint Kitts and Nevis"},{code:"LC",name:"Saint Lucia"},{code:"MF",name:"Saint Martin"},{code:"PM",name:"Saint Pierre and Miquelon"},{code:"VC",name:"Saint Vincent and the Grenadines"},{code:"WS",name:"Samoa"},{code:"SM",name:"San Marino"},{code:"ST",name:"Sao Tome and Principe"},{code:"SA",name:"Saudi Arabia"},{code:"SN",name:"Senegal"},{code:"RS",name:"Serbia"},{code:"SC",name:"Seychelles"},{code:"SL",name:"Sierra Leone"},{code:"SG",name:"Singapore"},{code:"SX",name:"Sint Maarten"},{code:"SK",name:"Slovakia"},{code:"SI",name:"Slovenia"},{code:"SB",name:"Solomon Islands"},{code:"SO",name:"Somalia"},{code:"ZA",name:"South Africa"},{code:"GS",name:"South Georgia and the South Sandwich Islands"},{code:"SS",name:"South Sudan"},{code:"ES",name:"Spain"},{code:"LK",name:"Sri Lanka"},{code:"SD",name:"Sudan"},{code:"SR",name:"Suriname"},{code:"SJ",name:"Svalbard and Jan Mayen"},{code:"SZ",name:"Swaziland"},{code:"SE",name:"Sweden"},{code:"CH",name:"Switzerland"},{code:"SY",name:"Syria"},{code:"TW",name:"Taiwan"},{code:"TJ",name:"Tajikistan"},{code:"TZ",name:"Tanzania"},{code:"TH",name:"Thailand"},{code:"TL",name:"Timor-Leste"},{code:"TG",name:"Togo"},{code:"TK",name:"Tokelau"},{code:"TO",name:"Tonga"},{code:"TT",name:"Trinidad and Tobago"},{code:"TN",name:"Tunisia"},{code:"TR",name:"Turkey"},{code:"TM",name:"Turkmenistan"},{code:"TC",name:"Turks and Caicos Islands"},{code:"TV",name:"Tuvalu"},{code:"UG",name:"Uganda"},{code:"UA",name:"Ukraine"},{code:"AE",name:"United Arab Emirates"},{code:"GB",name:"United Kingdom"},{code:"US",name:"United States"},{code:"UM",name:"United States Minor Outlying Islands"},{code:"UY",name:"Uruguay"},{code:"UZ",name:"Uzbekistan"},{code:"VU",name:"Vanuatu"},{code:"VE",name:"Venezuela"},{code:"VN",name:"Vietnam"},{code:"VG",name:"British Virgin Islands"},{code:"VI",name:"U.S. Virgin Islands"},{code:"WF",name:"Wallis and Futuna"},{code:"EH",name:"Western Sahara"},{code:"YE",name:"Yemen"},{code:"ZM",name:"Zambia"},{code:"ZW",name:"Zimbabwe"}];fh.map(n=>n.code),(n=>({type:"array",description:"A list of filters to apply to the query",items:{oneOf:[{type:"object",description:"In filter",properties:{field:{type:"string",enum:n},operator:{type:"string",enum:kw},value:{type:"array",items:{type:["string","number","null"]}}},required:["field","operator","value"],additionalProperties:!1},{type:"object",description:"Empty filter",properties:{field:{type:"string",enum:n},operator:{type:"string",enum:Dw}},required:["field","operator"],additionalProperties:!1}]}}))([...new Set([...dh,...uh,...hh])]);const Pw={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},Aw=(n,t,e)=>{let i;const s=Pw[n];return typeof s=="string"?i=s:t===1?i=s.one:i=s.other.replace("{{count}}",t.toString()),e!=null&&e.addSuffix?e.comparison&&e.comparison>0?"in "+i:i+" ago":i};function Lo(n){return(t={})=>{const e=t.width?String(t.width):n.defaultWidth;return n.formats[e]||n.formats[n.defaultWidth]}}const Rw={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},Iw={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},Lw={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Nw={date:Lo({formats:Rw,defaultWidth:"full"}),time:Lo({formats:Iw,defaultWidth:"full"}),dateTime:Lo({formats:Lw,defaultWidth:"full"})},Fw={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},Bw=(n,t,e,i)=>Fw[n];function ks(n){return(t,e)=>{const i=e!=null&&e.context?String(e.context):"standalone";let s;if(i==="formatting"&&n.formattingValues){const a=n.defaultFormattingWidth||n.defaultWidth,o=e!=null&&e.width?String(e.width):a;s=n.formattingValues[o]||n.formattingValues[a]}else{const a=n.defaultWidth,o=e!=null&&e.width?String(e.width):n.defaultWidth;s=n.values[o]||n.values[a]}const r=n.argumentCallback?n.argumentCallback(t):t;return s[r]}}const zw={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},Hw={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},Ww={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},Yw={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},Vw={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},$w={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},jw=(n,t)=>{const e=Number(n),i=e%100;if(i>20||i<10)switch(i%10){case 1:return e+"st";case 2:return e+"nd";case 3:return e+"rd"}return e+"th"},Uw={ordinalNumber:jw,era:ks({values:zw,defaultWidth:"wide"}),quarter:ks({values:Hw,defaultWidth:"wide",argumentCallback:n=>n-1}),month:ks({values:Ww,defaultWidth:"wide"}),day:ks({values:Yw,defaultWidth:"wide"}),dayPeriod:ks({values:Vw,defaultWidth:"wide",formattingValues:$w,defaultFormattingWidth:"wide"})};function Ds(n){return(t,e={})=>{const i=e.width,s=i&&n.matchPatterns[i]||n.matchPatterns[n.defaultMatchWidth],r=t.match(s);if(!r)return null;const a=r[0],o=i&&n.parsePatterns[i]||n.parsePatterns[n.defaultParseWidth],l=Array.isArray(o)?Xw(o,h=>h.test(a)):qw(o,h=>h.test(a));let c;c=n.valueCallback?n.valueCallback(l):l,c=e.valueCallback?e.valueCallback(c):c;const u=t.slice(a.length);return{value:c,rest:u}}}function qw(n,t){for(const e in n)if(Object.prototype.hasOwnProperty.call(n,e)&&t(n[e]))return e}function Xw(n,t){for(let e=0;e<n.length;e++)if(t(n[e]))return e}function Gw(n){return(t,e={})=>{const i=t.match(n.matchPattern);if(!i)return null;const s=i[0],r=t.match(n.parsePattern);if(!r)return null;let a=n.valueCallback?n.valueCallback(r[0]):r[0];a=e.valueCallback?e.valueCallback(a):a;const o=t.slice(s.length);return{value:a,rest:o}}}const Kw=/^(\d+)(th|st|nd|rd)?/i,Zw=/\d+/i,Qw={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},Jw={any:[/^b/i,/^(a|c)/i]},tv={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},ev={any:[/1/i,/2/i,/3/i,/4/i]},nv={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},iv={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},sv={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},rv={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},av={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},ov={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},lv={ordinalNumber:Gw({matchPattern:Kw,parsePattern:Zw,valueCallback:n=>parseInt(n,10)}),era:Ds({matchPatterns:Qw,defaultMatchWidth:"wide",parsePatterns:Jw,defaultParseWidth:"any"}),quarter:Ds({matchPatterns:tv,defaultMatchWidth:"wide",parsePatterns:ev,defaultParseWidth:"any",valueCallback:n=>n+1}),month:Ds({matchPatterns:nv,defaultMatchWidth:"wide",parsePatterns:iv,defaultParseWidth:"any"}),day:Ds({matchPatterns:sv,defaultMatchWidth:"wide",parsePatterns:rv,defaultParseWidth:"any"}),dayPeriod:Ds({matchPatterns:av,defaultMatchWidth:"any",parsePatterns:ov,defaultParseWidth:"any"})},cv={code:"en-US",formatDistance:Aw,formatLong:Nw,formatRelative:Bw,localize:Uw,match:lv,options:{weekStartsOn:0,firstWeekContainsDate:1}};let uv={};function Ts(){return uv}const mh=6048e5,dv=864e5,hv=60,fv=3600,gh=Symbol.for("constructDateFrom");function Ae(n,t){return typeof n=="function"?n(t):n&&typeof n=="object"&&gh in n?n[gh](t):n instanceof Date?new n.constructor(t):new Date(t)}function ue(n,t){return Ae(t||n,n)}function ph(n){const t=ue(n),e=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return e.setUTCFullYear(t.getFullYear()),+n-+e}function mv(n,...t){const e=Ae.bind(null,t.find(i=>typeof i=="object"));return t.map(e)}function Cs(n,t){const e=ue(n,void 0);return e.setHours(0,0,0,0),e}function gv(n,t,e){const[i,s]=mv(void 0,n,t),r=Cs(i),a=Cs(s),o=+r-ph(r),l=+a-ph(a);return Math.round((o-l)/dv)}function pv(n,t){const e=ue(n,void 0);return e.setFullYear(e.getFullYear(),0,1),e.setHours(0,0,0,0),e}function yv(n,t){const e=ue(n,void 0);return gv(e,pv(e))+1}function rn(n,t){var e,i,s,r;const a=Ts(),o=(t==null?void 0:t.weekStartsOn)??((i=(e=t==null?void 0:t.locale)==null?void 0:e.options)==null?void 0:i.weekStartsOn)??a.weekStartsOn??((r=(s=a.locale)==null?void 0:s.options)==null?void 0:r.weekStartsOn)??0,l=ue(n,t==null?void 0:t.in),c=l.getDay(),u=(c<o?7:0)+c-o;return l.setDate(l.getDate()-u),l.setHours(0,0,0,0),l}function Hr(n,t){return rn(n,{...t,weekStartsOn:1})}function yh(n,t){const e=ue(n,void 0),i=e.getFullYear(),s=Ae(e,0);s.setFullYear(i+1,0,4),s.setHours(0,0,0,0);const r=Hr(s),a=Ae(e,0);a.setFullYear(i,0,4),a.setHours(0,0,0,0);const o=Hr(a);return e.getTime()>=r.getTime()?i+1:e.getTime()>=o.getTime()?i:i-1}function bv(n,t){const e=yh(n),i=Ae(n,0);return i.setFullYear(e,0,4),i.setHours(0,0,0,0),Hr(i)}function _v(n,t){const e=ue(n,void 0),i=+Hr(e)-+bv(e);return Math.round(i/mh)+1}function bh(n,t){var e,i,s,r;const a=ue(n,t==null?void 0:t.in),o=a.getFullYear(),l=Ts(),c=(t==null?void 0:t.firstWeekContainsDate)??((i=(e=t==null?void 0:t.locale)==null?void 0:e.options)==null?void 0:i.firstWeekContainsDate)??l.firstWeekContainsDate??((r=(s=l.locale)==null?void 0:s.options)==null?void 0:r.firstWeekContainsDate)??1,u=Ae((t==null?void 0:t.in)||n,0);u.setFullYear(o+1,0,c),u.setHours(0,0,0,0);const h=rn(u,t),f=Ae((t==null?void 0:t.in)||n,0);f.setFullYear(o,0,c),f.setHours(0,0,0,0);const m=rn(f,t);return+a>=+h?o+1:+a>=+m?o:o-1}function xv(n,t){var e,i,s,r;const a=Ts(),o=(t==null?void 0:t.firstWeekContainsDate)??((i=(e=t==null?void 0:t.locale)==null?void 0:e.options)==null?void 0:i.firstWeekContainsDate)??a.firstWeekContainsDate??((r=(s=a.locale)==null?void 0:s.options)==null?void 0:r.firstWeekContainsDate)??1,l=bh(n,t),c=Ae((t==null?void 0:t.in)||n,0);return c.setFullYear(l,0,o),c.setHours(0,0,0,0),rn(c,t)}function wv(n,t){const e=ue(n,t==null?void 0:t.in),i=+rn(e,t)-+xv(e,t);return Math.round(i/mh)+1}function Tt(n,t){const e=n<0?"-":"",i=Math.abs(n).toString().padStart(t,"0");return e+i}const Cn={y(n,t){const e=n.getFullYear(),i=e>0?e:1-e;return Tt(t==="yy"?i%100:i,t.length)},M(n,t){const e=n.getMonth();return t==="M"?String(e+1):Tt(e+1,2)},d(n,t){return Tt(n.getDate(),t.length)},a(n,t){const e=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.toUpperCase();case"aaa":return e;case"aaaaa":return e[0];case"aaaa":default:return e==="am"?"a.m.":"p.m."}},h(n,t){return Tt(n.getHours()%12||12,t.length)},H(n,t){return Tt(n.getHours(),t.length)},m(n,t){return Tt(n.getMinutes(),t.length)},s(n,t){return Tt(n.getSeconds(),t.length)},S(n,t){const e=t.length,i=n.getMilliseconds(),s=Math.trunc(i*Math.pow(10,e-3));return Tt(s,t.length)}},vi={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},_h={G:function(n,t,e){const i=n.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return e.era(i,{width:"abbreviated"});case"GGGGG":return e.era(i,{width:"narrow"});case"GGGG":default:return e.era(i,{width:"wide"})}},y:function(n,t,e){if(t==="yo"){const i=n.getFullYear(),s=i>0?i:1-i;return e.ordinalNumber(s,{unit:"year"})}return Cn.y(n,t)},Y:function(n,t,e,i){const s=bh(n,i),r=s>0?s:1-s;if(t==="YY"){const a=r%100;return Tt(a,2)}return t==="Yo"?e.ordinalNumber(r,{unit:"year"}):Tt(r,t.length)},R:function(n,t){const e=yh(n);return Tt(e,t.length)},u:function(n,t){const e=n.getFullYear();return Tt(e,t.length)},Q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"Q":return String(i);case"QQ":return Tt(i,2);case"Qo":return e.ordinalNumber(i,{unit:"quarter"});case"QQQ":return e.quarter(i,{width:"abbreviated",context:"formatting"});case"QQQQQ":return e.quarter(i,{width:"narrow",context:"formatting"});case"QQQQ":default:return e.quarter(i,{width:"wide",context:"formatting"})}},q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"q":return String(i);case"qq":return Tt(i,2);case"qo":return e.ordinalNumber(i,{unit:"quarter"});case"qqq":return e.quarter(i,{width:"abbreviated",context:"standalone"});case"qqqqq":return e.quarter(i,{width:"narrow",context:"standalone"});case"qqqq":default:return e.quarter(i,{width:"wide",context:"standalone"})}},M:function(n,t,e){const i=n.getMonth();switch(t){case"M":case"MM":return Cn.M(n,t);case"Mo":return e.ordinalNumber(i+1,{unit:"month"});case"MMM":return e.month(i,{width:"abbreviated",context:"formatting"});case"MMMMM":return e.month(i,{width:"narrow",context:"formatting"});case"MMMM":default:return e.month(i,{width:"wide",context:"formatting"})}},L:function(n,t,e){const i=n.getMonth();switch(t){case"L":return String(i+1);case"LL":return Tt(i+1,2);case"Lo":return e.ordinalNumber(i+1,{unit:"month"});case"LLL":return e.month(i,{width:"abbreviated",context:"standalone"});case"LLLLL":return e.month(i,{width:"narrow",context:"standalone"});case"LLLL":default:return e.month(i,{width:"wide",context:"standalone"})}},w:function(n,t,e,i){const s=wv(n,i);return t==="wo"?e.ordinalNumber(s,{unit:"week"}):Tt(s,t.length)},I:function(n,t,e){const i=_v(n);return t==="Io"?e.ordinalNumber(i,{unit:"week"}):Tt(i,t.length)},d:function(n,t,e){return t==="do"?e.ordinalNumber(n.getDate(),{unit:"date"}):Cn.d(n,t)},D:function(n,t,e){const i=yv(n);return t==="Do"?e.ordinalNumber(i,{unit:"dayOfYear"}):Tt(i,t.length)},E:function(n,t,e){const i=n.getDay();switch(t){case"E":case"EE":case"EEE":return e.day(i,{width:"abbreviated",context:"formatting"});case"EEEEE":return e.day(i,{width:"narrow",context:"formatting"});case"EEEEEE":return e.day(i,{width:"short",context:"formatting"});case"EEEE":default:return e.day(i,{width:"wide",context:"formatting"})}},e:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"e":return String(r);case"ee":return Tt(r,2);case"eo":return e.ordinalNumber(r,{unit:"day"});case"eee":return e.day(s,{width:"abbreviated",context:"formatting"});case"eeeee":return e.day(s,{width:"narrow",context:"formatting"});case"eeeeee":return e.day(s,{width:"short",context:"formatting"});case"eeee":default:return e.day(s,{width:"wide",context:"formatting"})}},c:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"c":return String(r);case"cc":return Tt(r,t.length);case"co":return e.ordinalNumber(r,{unit:"day"});case"ccc":return e.day(s,{width:"abbreviated",context:"standalone"});case"ccccc":return e.day(s,{width:"narrow",context:"standalone"});case"cccccc":return e.day(s,{width:"short",context:"standalone"});case"cccc":default:return e.day(s,{width:"wide",context:"standalone"})}},i:function(n,t,e){const i=n.getDay(),s=i===0?7:i;switch(t){case"i":return String(s);case"ii":return Tt(s,t.length);case"io":return e.ordinalNumber(s,{unit:"day"});case"iii":return e.day(i,{width:"abbreviated",context:"formatting"});case"iiiii":return e.day(i,{width:"narrow",context:"formatting"});case"iiiiii":return e.day(i,{width:"short",context:"formatting"});case"iiii":default:return e.day(i,{width:"wide",context:"formatting"})}},a:function(n,t,e){const i=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaa":return e.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return e.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return e.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function(n,t,e){const i=n.getHours();let s;switch(i===12?s=vi.noon:i===0?s=vi.midnight:s=i/12>=1?"pm":"am",t){case"b":case"bb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"bbb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"bbbb":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},B:function(n,t,e){const i=n.getHours();let s;switch(i>=17?s=vi.evening:i>=12?s=vi.afternoon:i>=4?s=vi.morning:s=vi.night,t){case"B":case"BB":case"BBB":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"BBBBB":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"BBBB":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},h:function(n,t,e){if(t==="ho"){let i=n.getHours()%12;return i===0&&(i=12),e.ordinalNumber(i,{unit:"hour"})}return Cn.h(n,t)},H:function(n,t,e){return t==="Ho"?e.ordinalNumber(n.getHours(),{unit:"hour"}):Cn.H(n,t)},K:function(n,t,e){const i=n.getHours()%12;return t==="Ko"?e.ordinalNumber(i,{unit:"hour"}):Tt(i,t.length)},k:function(n,t,e){let i=n.getHours();return i===0&&(i=24),t==="ko"?e.ordinalNumber(i,{unit:"hour"}):Tt(i,t.length)},m:function(n,t,e){return t==="mo"?e.ordinalNumber(n.getMinutes(),{unit:"minute"}):Cn.m(n,t)},s:function(n,t,e){return t==="so"?e.ordinalNumber(n.getSeconds(),{unit:"second"}):Cn.s(n,t)},S:function(n,t){return Cn.S(n,t)},X:function(n,t,e){const i=n.getTimezoneOffset();if(i===0)return"Z";switch(t){case"X":return wh(i);case"XXXX":case"XX":return Zn(i);case"XXXXX":case"XXX":default:return Zn(i,":")}},x:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"x":return wh(i);case"xxxx":case"xx":return Zn(i);case"xxxxx":case"xxx":default:return Zn(i,":")}},O:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+xh(i,":");case"OOOO":default:return"GMT"+Zn(i,":")}},z:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+xh(i,":");case"zzzz":default:return"GMT"+Zn(i,":")}},t:function(n,t,e){const i=Math.trunc(+n/1e3);return Tt(i,t.length)},T:function(n,t,e){return Tt(+n,t.length)}};function xh(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.trunc(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+Tt(r,2)}function wh(n,t){return n%60===0?(n>0?"-":"+")+Tt(Math.abs(n)/60,2):Zn(n,t)}function Zn(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Tt(Math.trunc(i/60),2),r=Tt(i%60,2);return e+s+t+r}const vh=(n,t)=>{switch(n){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},Mh=(n,t)=>{switch(n){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},vv=(n,t)=>{const e=n.match(/(P+)(p+)?/)||[],i=e[1],s=e[2];if(!s)return vh(n,t);let r;switch(i){case"P":r=t.dateTime({width:"short"});break;case"PP":r=t.dateTime({width:"medium"});break;case"PPP":r=t.dateTime({width:"long"});break;case"PPPP":default:r=t.dateTime({width:"full"});break}return r.replace("{{date}}",vh(i,t)).replace("{{time}}",Mh(s,t))},Mv={p:Mh,P:vv},Sv=/^D+$/,kv=/^Y+$/,Dv=["D","DD","YY","YYYY"];function Tv(n){return Sv.test(n)}function Cv(n){return kv.test(n)}function Ev(n,t,e){const i=Ov(n,t,e);if(console.warn(i),Dv.includes(n))throw new RangeError(i)}function Ov(n,t,e){const i=n[0]==="Y"?"years":"days of the month";return`Use \`${n.toLowerCase()}\` instead of \`${n}\` (in \`${t}\`) for formatting ${i} to the input \`${e}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}function Pv(n){return n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]"}function Av(n){return!(!Pv(n)&&typeof n!="number"||isNaN(+ue(n)))}const Rv=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Iv=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Lv=/^'([^]*?)'?$/,Nv=/''/g,Fv=/[a-zA-Z]/;function Bv(n,t,e){var i,s,r,a,o,l,c,u;const h=Ts(),f=(e==null?void 0:e.locale)??h.locale??cv,m=(e==null?void 0:e.firstWeekContainsDate)??((s=(i=e==null?void 0:e.locale)==null?void 0:i.options)==null?void 0:s.firstWeekContainsDate)??h.firstWeekContainsDate??((a=(r=h.locale)==null?void 0:r.options)==null?void 0:a.firstWeekContainsDate)??1,g=(e==null?void 0:e.weekStartsOn)??((l=(o=e==null?void 0:e.locale)==null?void 0:o.options)==null?void 0:l.weekStartsOn)??h.weekStartsOn??((u=(c=h.locale)==null?void 0:c.options)==null?void 0:u.weekStartsOn)??0,_=ue(n,e==null?void 0:e.in);if(!Av(_))throw new RangeError("Invalid time value");let x=t.match(Iv).map(S=>{const k=S[0];if(k==="p"||k==="P"){const C=Mv[k];return C(S,f.formatLong)}return S}).join("").match(Rv).map(S=>{if(S==="''")return{isToken:!1,value:"'"};const k=S[0];if(k==="'")return{isToken:!1,value:zv(S)};if(_h[k])return{isToken:!0,value:S};if(k.match(Fv))throw new RangeError("Format string contains an unescaped latin alphabet character `"+k+"`");return{isToken:!1,value:S}});f.localize.preprocessor&&(x=f.localize.preprocessor(_,x));const v={firstWeekContainsDate:m,weekStartsOn:g,locale:f};return x.map(S=>{if(!S.isToken)return S.value;const k=S.value;(!(e!=null&&e.useAdditionalWeekYearTokens)&&Cv(k)||!(e!=null&&e.useAdditionalDayOfYearTokens)&&Tv(k))&&Ev(k,t,String(n));const C=_h[k[0]];return C(_,k,f.localize,v)}).join("")}function zv(n){const t=n.match(Lv);return t?t[1].replace(Nv,"'"):n}function No(n,t,e){const i=ue(n,void 0);return isNaN(t)?Ae(n,NaN):(i.setDate(i.getDate()+t),i)}function Hv(n,t,e){const i=ue(n,void 0);if(isNaN(t))return Ae(n,NaN);const s=i.getDate(),r=Ae(n,i.getTime());r.setMonth(i.getMonth()+t+1,0);const a=r.getDate();return s>=a?r:(i.setFullYear(r.getFullYear(),r.getMonth(),s),i)}function Mi(n,t){const e=ue(n,void 0);return e.setDate(1),e.setHours(0,0,0,0),e}function Wv(n,t){const e=ue(n,void 0),i=e.getFullYear(),s=e.getMonth(),r=Ae(e,0);return r.setFullYear(i,s+1,0),r.setHours(0,0,0,0),r.getDate()}function Yv(){return Object.assign({},Ts())}function Sh(n){return Math.trunc(n*fv)}function Vv(n){const t=n/hv;return Math.trunc(t)}function kh(n,t,e){return Hv(n,-1)}function Dh(n,t,e){const i=Yv(),s=Uv(n,e.timeZone,e.locale??i.locale);return"formatToParts"in s?$v(s,t):jv(s,t)}function $v(n,t){const e=n.formatToParts(t);for(let i=e.length-1;i>=0;--i)if(e[i].type==="timeZoneName")return e[i].value}function jv(n,t){const e=n.format(t).replace(/\u200E/g,""),i=/ [\w-+ ]+$/.exec(e);return i?i[0].substr(1):""}function Uv(n,t,e){return new Intl.DateTimeFormat(e?[e.code,"en-US"]:void 0,{timeZone:t,timeZoneName:n})}function qv(n,t){const e=Qv(t);return"formatToParts"in e?Gv(e,n):Kv(e,n)}const Xv={year:0,month:1,day:2,hour:3,minute:4,second:5};function Gv(n,t){try{const e=n.formatToParts(t),i=[];for(let s=0;s<e.length;s++){const r=Xv[e[s].type];r!==void 0&&(i[r]=parseInt(e[s].value,10))}return i}catch(e){if(e instanceof RangeError)return[NaN];throw e}}function Kv(n,t){const e=n.format(t),i=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(e);return[parseInt(i[3],10),parseInt(i[1],10),parseInt(i[2],10),parseInt(i[4],10),parseInt(i[5],10),parseInt(i[6],10)]}const Fo={},Th=new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:"America/New_York",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(new Date("2014-06-25T04:00:00.123Z")),Zv=Th==="06/25/2014, 00:00:00"||Th==="‎06‎/‎25‎/‎2014‎ ‎00‎:‎00‎:‎00";function Qv(n){return Fo[n]||(Fo[n]=Zv?new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),Fo[n]}function Bo(n,t,e,i,s,r,a){const o=new Date(0);return o.setUTCFullYear(n,t,e),o.setUTCHours(i,s,r,a),o}const Ch=36e5,Jv=6e4,zo={timezoneZ:/^(Z)$/,timezoneHH:/^([+-]\d{2})$/,timezoneHHMM:/^([+-])(\d{2}):?(\d{2})$/};function Es(n,t,e){if(!n)return 0;let i=zo.timezoneZ.exec(n);if(i)return 0;let s,r;if(i=zo.timezoneHH.exec(n),i)return s=parseInt(i[1],10),Eh(s)?-(s*Ch):NaN;if(i=zo.timezoneHHMM.exec(n),i){s=parseInt(i[2],10);const a=parseInt(i[3],10);return Eh(s,a)?(r=Math.abs(s)*Ch+a*Jv,i[1]==="+"?-r:r):NaN}if(n1(n)){t=new Date(t||Date.now());const a=e?t:t1(t),o=Ho(a,n);return-(e?o:e1(t,o,n))}return NaN}function t1(n){return Bo(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds())}function Ho(n,t){const e=qv(n,t),i=Bo(e[0],e[1]-1,e[2],e[3]%24,e[4],e[5],0).getTime();let s=n.getTime();const r=s%1e3;return s-=r>=0?r:1e3+r,i-s}function e1(n,t,e){let i=n.getTime()-t;const s=Ho(new Date(i),e);if(t===s)return t;i-=s-t;const r=Ho(new Date(i),e);return s===r?s:Math.max(s,r)}function Eh(n,t){return-23<=n&&n<=23&&(t==null||0<=t&&t<=59)}const Oh={};function n1(n){if(Oh[n])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:n}),Oh[n]=!0,!0}catch{return!1}}const i1=60*1e3,s1={X:function(n,t,e){const i=Wo(e.timeZone,n);if(i===0)return"Z";switch(t){case"X":return Ph(i);case"XXXX":case"XX":return Si(i);case"XXXXX":case"XXX":default:return Si(i,":")}},x:function(n,t,e){const i=Wo(e.timeZone,n);switch(t){case"x":return Ph(i);case"xxxx":case"xx":return Si(i);case"xxxxx":case"xxx":default:return Si(i,":")}},O:function(n,t,e){const i=Wo(e.timeZone,n);switch(t){case"O":case"OO":case"OOO":return"GMT"+r1(i,":");case"OOOO":default:return"GMT"+Si(i,":")}},z:function(n,t,e){switch(t){case"z":case"zz":case"zzz":return Dh("short",n,e);case"zzzz":default:return Dh("long",n,e)}}};function Wo(n,t){const e=n?Es(n,t,!0)/i1:(t==null?void 0:t.getTimezoneOffset())??0;if(Number.isNaN(e))throw new RangeError("Invalid time zone specified: "+n);return e}function Wr(n,t){const e=n<0?"-":"";let i=Math.abs(n).toString();for(;i.length<t;)i="0"+i;return e+i}function Si(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Wr(Math.floor(i/60),2),r=Wr(Math.floor(i%60),2);return e+s+t+r}function Ph(n,t){return n%60===0?(n>0?"-":"+")+Wr(Math.abs(n)/60,2):Si(n,t)}function r1(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.floor(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+Wr(r,2)}function Ah(n){const t=new Date(Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()));return t.setUTCFullYear(n.getFullYear()),+n-+t}const Rh=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/,Yo=36e5,Ih=6e4,a1=2,de={dateTimePattern:/^([0-9W+-]+)(T| )(.*)/,datePattern:/^([0-9W+-]+)(.*)/,YY:/^(\d{2})$/,YYY:[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],YYYY:/^(\d{4})/,YYYYY:[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],MM:/^-(\d{2})$/,DDD:/^-?(\d{3})$/,MMDD:/^-?(\d{2})-?(\d{2})$/,Www:/^-?W(\d{2})$/,WwwD:/^-?W(\d{2})-?(\d{1})$/,HH:/^(\d{2}([.,]\d*)?)$/,HHMM:/^(\d{2}):?(\d{2}([.,]\d*)?)$/,HHMMSS:/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,timeZone:Rh};function Yr(n,t={}){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");if(n===null)return new Date(NaN);const e=t.additionalDigits==null?a1:Number(t.additionalDigits);if(e!==2&&e!==1&&e!==0)throw new RangeError("additionalDigits must be 0, 1 or 2");if(n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]")return new Date(n.getTime());if(typeof n=="number"||Object.prototype.toString.call(n)==="[object Number]")return new Date(n);if(Object.prototype.toString.call(n)!=="[object String]")return new Date(NaN);const i=o1(n),{year:s,restDateString:r}=l1(i.date,e),a=c1(r,s);if(a===null||isNaN(a.getTime()))return new Date(NaN);if(a){const o=a.getTime();let l=0,c;if(i.time&&(l=u1(i.time),l===null||isNaN(l)))return new Date(NaN);if(i.timeZone||t.timeZone){if(c=Es(i.timeZone||t.timeZone,new Date(o+l)),isNaN(c))return new Date(NaN)}else c=Ah(new Date(o+l)),c=Ah(new Date(o+l+c));return new Date(o+l+c)}else return new Date(NaN)}function o1(n){const t={};let e=de.dateTimePattern.exec(n),i;if(e?(t.date=e[1],i=e[3]):(e=de.datePattern.exec(n),e?(t.date=e[1],i=e[2]):(t.date=null,i=n)),i){const s=de.timeZone.exec(i);s?(t.time=i.replace(s[1],""),t.timeZone=s[1].trim()):t.time=i}return t}function l1(n,t){if(n){const e=de.YYY[t],i=de.YYYYY[t];let s=de.YYYY.exec(n)||i.exec(n);if(s){const r=s[1];return{year:parseInt(r,10),restDateString:n.slice(r.length)}}if(s=de.YY.exec(n)||e.exec(n),s){const r=s[1];return{year:parseInt(r,10)*100,restDateString:n.slice(r.length)}}}return{year:null}}function c1(n,t){if(t===null)return null;let e,i,s;if(!n||!n.length)return e=new Date(0),e.setUTCFullYear(t),e;let r=de.MM.exec(n);if(r)return e=new Date(0),i=parseInt(r[1],10)-1,Fh(t,i)?(e.setUTCFullYear(t,i),e):new Date(NaN);if(r=de.DDD.exec(n),r){e=new Date(0);const a=parseInt(r[1],10);return f1(t,a)?(e.setUTCFullYear(t,0,a),e):new Date(NaN)}if(r=de.MMDD.exec(n),r){e=new Date(0),i=parseInt(r[1],10)-1;const a=parseInt(r[2],10);return Fh(t,i,a)?(e.setUTCFullYear(t,i,a),e):new Date(NaN)}if(r=de.Www.exec(n),r)return s=parseInt(r[1],10)-1,Bh(s)?Lh(t,s):new Date(NaN);if(r=de.WwwD.exec(n),r){s=parseInt(r[1],10)-1;const a=parseInt(r[2],10)-1;return Bh(s,a)?Lh(t,s,a):new Date(NaN)}return null}function u1(n){let t,e,i=de.HH.exec(n);if(i)return t=parseFloat(i[1].replace(",",".")),Vo(t)?t%24*Yo:NaN;if(i=de.HHMM.exec(n),i)return t=parseInt(i[1],10),e=parseFloat(i[2].replace(",",".")),Vo(t,e)?t%24*Yo+e*Ih:NaN;if(i=de.HHMMSS.exec(n),i){t=parseInt(i[1],10),e=parseInt(i[2],10);const s=parseFloat(i[3].replace(",","."));return Vo(t,e,s)?t%24*Yo+e*Ih+s*1e3:NaN}return null}function Lh(n,t,e){t=t||0,e=e||0;const i=new Date(0);i.setUTCFullYear(n,0,4);const s=i.getUTCDay()||7,r=t*7+e+1-s;return i.setUTCDate(i.getUTCDate()+r),i}const d1=[31,28,31,30,31,30,31,31,30,31,30,31],h1=[31,29,31,30,31,30,31,31,30,31,30,31];function Nh(n){return n%400===0||n%4===0&&n%100!==0}function Fh(n,t,e){if(t<0||t>11)return!1;if(e!=null){if(e<1)return!1;const i=Nh(n);if(i&&e>h1[t]||!i&&e>d1[t])return!1}return!0}function f1(n,t){if(t<1)return!1;const e=Nh(n);return!(e&&t>366||!e&&t>365)}function Bh(n,t){return!(n<0||n>52||t!=null&&(t<0||t>6))}function Vo(n,t,e){return!(n<0||n>=25||t!=null&&(t<0||t>=60)||e!=null&&(e<0||e>=60))}const m1=/([xXOz]+)|''|'(''|[^'])+('|$)/g;function g1(n,t,e={}){t=String(t);const i=t.match(m1);if(i){const s=Yr(e.originalDate||n,e);t=i.reduce(function(r,a){if(a[0]==="'")return r;const o=r.indexOf(a),l=r[o-1]==="'",c=r.replace(a,"'"+s1[a[0]](s,a,e)+"'");return l?c.substring(0,o-1)+c.substring(o+1):c},t)}return Bv(n,t,e)}function zh(n,t,e){n=Yr(n,e);const i=Es(t,n,!0),s=new Date(n.getTime()-i),r=new Date(0);return r.setFullYear(s.getUTCFullYear(),s.getUTCMonth(),s.getUTCDate()),r.setHours(s.getUTCHours(),s.getUTCMinutes(),s.getUTCSeconds(),s.getUTCMilliseconds()),r}function p1(n,t,e,i){return i={...i,timeZone:t,originalDate:n},g1(zh(n,t,{timeZone:i.timeZone}),e,i)}function y1(n,t,e){if(typeof n=="string"&&!n.match(Rh))return Yr(n,{...e,timeZone:t});n=Yr(n,e);const i=Bo(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()).getTime(),s=Es(t,new Date(i));return new Date(i+s)}function b1(n,t){return-Es(n,t)}function $o(n,t={}){if(!n)return n;const e=t.tz||Intl.DateTimeFormat().resolvedOptions().timeZone;try{let i="MMM dd, yyy hh:mm a";t.short&&(i="MMM dd, yyy"),t.includeTZ&&(i+=" (z)");const s=new Date(n);return p1(s,e,i)}catch{return console.error("Invalid value passed to formatTime",n),"(invalid date)"}}const _1={secondly:1e3,tenSecondly:10*1e3,thirtySecondly:30*1e3,minutely:60*1e3,fiveMinutely:5*60*1e3,tenMinutely:10*60*1e3,thirtyMinutely:30*60*1e3,hourly:60*60*1e3,twoHourly:2*60*60*1e3,twelveHourly:12*60*60*1e3,daily:60*60*24*1e3,weekly:60*60*24*7*1e3,trend:0};function jo(n){return n&&Cw.find(t=>n<=_1[t])||null}var Vr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function x1(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var $r={exports:{}};$r.exports,function(n,t){var e=200,i="__lodash_hash_undefined__",s=9007199254740991,r="[object Arguments]",a="[object Array]",o="[object Boolean]",l="[object Date]",c="[object Error]",u="[object Function]",h="[object GeneratorFunction]",f="[object Map]",m="[object Number]",g="[object Object]",_="[object Promise]",x="[object RegExp]",v="[object Set]",S="[object String]",k="[object Symbol]",C="[object WeakMap]",A="[object ArrayBuffer]",O="[object DataView]",T="[object Float32Array]",p="[object Float64Array]",b="[object Int8Array]",M="[object Int16Array]",E="[object Int32Array]",R="[object Uint8Array]",I="[object Uint8ClampedArray]",B="[object Uint16Array]",U="[object Uint32Array]",J=/[\\^$.*+?()[\]{}|]/g,$=/\w*$/,lt=/^\[object .+?Constructor\]$/,q=/^(?:0|[1-9]\d*)$/,K={};K[r]=K[a]=K[A]=K[O]=K[o]=K[l]=K[T]=K[p]=K[b]=K[M]=K[E]=K[f]=K[m]=K[g]=K[x]=K[v]=K[S]=K[k]=K[R]=K[I]=K[B]=K[U]=!0,K[c]=K[u]=K[C]=!1;var z=typeof Vr=="object"&&Vr&&Vr.Object===Object&&Vr,j=typeof self=="object"&&self&&self.Object===Object&&self,Y=z||j||Function("return this")(),yt=t&&!t.nodeType&&t,_t=yt&&!0&&n&&!n.nodeType&&n,V=_t&&_t.exports===yt;function H(w,L){return w.set(L[0],L[1]),w}function X(w,L){return w.add(L),w}function Z(w,L){for(var F=-1,tt=w?w.length:0;++F<tt&&L(w[F],F,w)!==!1;);return w}function Q(w,L){for(var F=-1,tt=L.length,Yt=w.length;++F<tt;)w[Yt+F]=L[F];return w}function G(w,L,F,tt){for(var Yt=-1,Xt=w?w.length:0;++Yt<Xt;)F=L(F,w[Yt],Yt,w);return F}function gt(w,L){for(var F=-1,tt=Array(w);++F<w;)tt[F]=L(F);return tt}function vt(w,L){return w==null?void 0:w[L]}function rt(w){var L=!1;if(w!=null&&typeof w.toString!="function")try{L=!!(w+"")}catch{}return L}function bt(w){var L=-1,F=Array(w.size);return w.forEach(function(tt,Yt){F[++L]=[Yt,tt]}),F}function dt(w,L){return function(F){return w(L(F))}}function jt(w){var L=-1,F=Array(w.size);return w.forEach(function(tt){F[++L]=tt}),F}var ot=Array.prototype,Mt=Function.prototype,te=Object.prototype,oe=Y["__core-js_shared__"],Ut=function(){var w=/[^.]+$/.exec(oe&&oe.keys&&oe.keys.IE_PROTO||"");return w?"Symbol(src)_1."+w:""}(),qe=Mt.toString,Et=te.hasOwnProperty,ee=te.toString,Ft=RegExp("^"+qe.call(Et).replace(J,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),qt=V?Y.Buffer:void 0,ne=Y.Symbol,Xe=Y.Uint8Array,si=dt(Object.getPrototypeOf,Object),Fe=Object.create,Bt=te.propertyIsEnumerable,ve=ot.splice,ri=Object.getOwnPropertySymbols,ha=qt?qt.isBuffer:void 0,fa=dt(Object.keys,Object),Ws=Nn(Y,"DataView"),ai=Nn(Y,"Map"),Ys=Nn(Y,"Promise"),oi=Nn(Y,"Set"),cn=Nn(Y,"WeakMap"),un=Nn(Object,"create"),Vs=le(Ws),$s=le(ai),li=le(Ys),Nl=le(oi),Fl=le(cn),ma=ne?ne.prototype:void 0,ga=ma?ma.valueOf:void 0;function dn(w){var L=-1,F=w?w.length:0;for(this.clear();++L<F;){var tt=w[L];this.set(tt[0],tt[1])}}function Ii(){this.__data__=un?un(null):{}}function js(w){return this.has(w)&&delete this.__data__[w]}function pa(w){var L=this.__data__;if(un){var F=L[w];return F===i?void 0:F}return Et.call(L,w)?L[w]:void 0}function hn(w){var L=this.__data__;return un?L[w]!==void 0:Et.call(L,w)}function Bl(w,L){var F=this.__data__;return F[w]=un&&L===void 0?i:L,this}dn.prototype.clear=Ii,dn.prototype.delete=js,dn.prototype.get=pa,dn.prototype.has=hn,dn.prototype.set=Bl;function Be(w){var L=-1,F=w?w.length:0;for(this.clear();++L<F;){var tt=w[L];this.set(tt[0],tt[1])}}function zl(){this.__data__=[]}function Hl(w){var L=this.__data__,F=Ni(L,w);if(F<0)return!1;var tt=L.length-1;return F==tt?L.pop():ve.call(L,F,1),!0}function Wl(w){var L=this.__data__,F=Ni(L,w);return F<0?void 0:L[F][1]}function ze(w){return Ni(this.__data__,w)>-1}function Yl(w,L){var F=this.__data__,tt=Ni(F,w);return tt<0?F.push([w,L]):F[tt][1]=L,this}Be.prototype.clear=zl,Be.prototype.delete=Hl,Be.prototype.get=Wl,Be.prototype.has=ze,Be.prototype.set=Yl;function In(w){var L=-1,F=w?w.length:0;for(this.clear();++L<F;){var tt=w[L];this.set(tt[0],tt[1])}}function Vl(){this.__data__={hash:new dn,map:new(ai||Be),string:new dn}}function $l(w){return zi(this,w).delete(w)}function jl(w){return zi(this,w).get(w)}function He(w){return zi(this,w).has(w)}function Ul(w,L){return zi(this,w).set(w,L),this}In.prototype.clear=Vl,In.prototype.delete=$l,In.prototype.get=jl,In.prototype.has=He,In.prototype.set=Ul;function Ln(w){this.__data__=new Be(w)}function ql(){this.__data__=new Be}function Xl(w){return this.__data__.delete(w)}function Gl(w){return this.__data__.get(w)}function Li(w){return this.__data__.has(w)}function Kl(w,L){var F=this.__data__;if(F instanceof Be){var tt=F.__data__;if(!ai||tt.length<e-1)return tt.push([w,L]),this;F=this.__data__=new In(tt)}return F.set(w,L),this}Ln.prototype.clear=ql,Ln.prototype.delete=Xl,Ln.prototype.get=Gl,Ln.prototype.has=Li,Ln.prototype.set=Kl;function Zl(w,L){var F=Gs(w)||Wi(w)?gt(w.length,String):[],tt=F.length,Yt=!!tt;for(var Xt in w)Et.call(w,Xt)&&!(Yt&&(Xt=="length"||mc(Xt,tt)))&&F.push(Xt);return F}function Re(w,L,F){var tt=w[L];(!(Et.call(w,L)&&Xs(tt,F))||F===void 0&&!(L in w))&&(w[L]=F)}function Ni(w,L){for(var F=w.length;F--;)if(Xs(w[F][0],L))return F;return-1}function Ql(w,L){return w&&ya(L,ci(L),w)}function Us(w,L,F,tt,Yt,Xt,Me){var Qt;if(tt&&(Qt=Xt?tt(w,Yt,Xt,Me):tt(w)),Qt!==void 0)return Qt;if(!mn(w))return w;var Sa=Gs(w);if(Sa){if(Qt=hc(w),!L)return cc(w,Qt)}else{var Fn=Ge(w),ka=Fn==u||Fn==h;if(wa(w))return ic(w,L);if(Fn==g||Fn==r||ka&&!Xt){if(rt(w))return Xt?w:{};if(Qt=_a(ka?{}:w),!L)return uc(w,Ql(Qt,w))}else{if(!K[Fn])return Xt?w:{};Qt=fc(w,Fn,Us,L)}}Me||(Me=new Ln);var Da=Me.get(w);if(Da)return Da;if(Me.set(w,Qt),!Sa)var ui=F?dc(w):ci(w);return Z(ui||w,function(Zs,Yi){ui&&(Yi=Zs,Zs=w[Yi]),Re(Qt,Yi,Us(Zs,L,F,tt,Yi,w,Me))}),Qt}function Jl(w){return mn(w)?Fe(w):{}}function tc(w,L,F){var tt=L(w);return Gs(w)?tt:Q(tt,F(w))}function ec(w){return ee.call(w)}function Fi(w){if(!mn(w)||gc(w))return!1;var L=Ks(w)||rt(w)?Ft:lt;return L.test(le(w))}function nc(w){if(!fn(w))return fa(w);var L=[];for(var F in Object(w))Et.call(w,F)&&F!="constructor"&&L.push(F);return L}function ic(w,L){if(L)return w.slice();var F=new w.constructor(w.length);return w.copy(F),F}function Bi(w){var L=new w.constructor(w.byteLength);return new Xe(L).set(new Xe(w)),L}function sc(w,L){var F=L?Bi(w.buffer):w.buffer;return new w.constructor(F,w.byteOffset,w.byteLength)}function rc(w,L,F){var tt=L?F(bt(w),!0):bt(w);return G(tt,H,new w.constructor)}function qs(w){var L=new w.constructor(w.source,$.exec(w));return L.lastIndex=w.lastIndex,L}function ac(w,L,F){var tt=L?F(jt(w),!0):jt(w);return G(tt,X,new w.constructor)}function oc(w){return ga?Object(ga.call(w)):{}}function lc(w,L){var F=L?Bi(w.buffer):w.buffer;return new w.constructor(F,w.byteOffset,w.length)}function cc(w,L){var F=-1,tt=w.length;for(L||(L=Array(tt));++F<tt;)L[F]=w[F];return L}function ya(w,L,F,tt){F||(F={});for(var Yt=-1,Xt=L.length;++Yt<Xt;){var Me=L[Yt],Qt=void 0;Re(F,Me,Qt===void 0?w[Me]:Qt)}return F}function uc(w,L){return ya(w,ba(w),L)}function dc(w){return tc(w,ci,ba)}function zi(w,L){var F=w.__data__;return Hi(L)?F[typeof L=="string"?"string":"hash"]:F.map}function Nn(w,L){var F=vt(w,L);return Fi(F)?F:void 0}var ba=ri?dt(ri,Object):va,Ge=ec;(Ws&&Ge(new Ws(new ArrayBuffer(1)))!=O||ai&&Ge(new ai)!=f||Ys&&Ge(Ys.resolve())!=_||oi&&Ge(new oi)!=v||cn&&Ge(new cn)!=C)&&(Ge=function(w){var L=ee.call(w),F=L==g?w.constructor:void 0,tt=F?le(F):void 0;if(tt)switch(tt){case Vs:return O;case $s:return f;case li:return _;case Nl:return v;case Fl:return C}return L});function hc(w){var L=w.length,F=w.constructor(L);return L&&typeof w[0]=="string"&&Et.call(w,"index")&&(F.index=w.index,F.input=w.input),F}function _a(w){return typeof w.constructor=="function"&&!fn(w)?Jl(si(w)):{}}function fc(w,L,F,tt){var Yt=w.constructor;switch(L){case A:return Bi(w);case o:case l:return new Yt(+w);case O:return sc(w,tt);case T:case p:case b:case M:case E:case R:case I:case B:case U:return lc(w,tt);case f:return rc(w,tt,F);case m:case S:return new Yt(w);case x:return qs(w);case v:return ac(w,tt,F);case k:return oc(w)}}function mc(w,L){return L=L??s,!!L&&(typeof w=="number"||q.test(w))&&w>-1&&w%1==0&&w<L}function Hi(w){var L=typeof w;return L=="string"||L=="number"||L=="symbol"||L=="boolean"?w!=="__proto__":w===null}function gc(w){return!!Ut&&Ut in w}function fn(w){var L=w&&w.constructor,F=typeof L=="function"&&L.prototype||te;return w===F}function le(w){if(w!=null){try{return qe.call(w)}catch{}try{return w+""}catch{}}return""}function pc(w){return Us(w,!0,!0)}function Xs(w,L){return w===L||w!==w&&L!==L}function Wi(w){return yc(w)&&Et.call(w,"callee")&&(!Bt.call(w,"callee")||ee.call(w)==r)}var Gs=Array.isArray;function xa(w){return w!=null&&bc(w.length)&&!Ks(w)}function yc(w){return gn(w)&&xa(w)}var wa=ha||Ma;function Ks(w){var L=mn(w)?ee.call(w):"";return L==u||L==h}function bc(w){return typeof w=="number"&&w>-1&&w%1==0&&w<=s}function mn(w){var L=typeof w;return!!w&&(L=="object"||L=="function")}function gn(w){return!!w&&typeof w=="object"}function ci(w){return xa(w)?Zl(w):nc(w)}function va(){return[]}function Ma(){return!1}n.exports=pc}($r,$r.exports),$r.exports;const an=(n,t)=>new Date(n.getTime()-b1(t,n));class ae{constructor(t){Pe(this,"timeframeText"),Pe(this,"key"),Pe(this,"display"),Pe(this,"timeframeLength"),Pe(this,"allowedTiers"),Pe(this,"defaultResponseGranularity"),Pe(this,"dataGranularity"),Pe(this,"isRelative"),Pe(this,"fineGrainedDefaultGranularity"),Pe(this,"_startCustom"),Pe(this,"_endCustom"),Pe(this,"_allowedGranularitiesOverride"),this.display=t.display,this.timeframeText=t.timeframeText,this.key=t.key,this.timeframeLength=t.timeframeLength,this.allowedTiers=t.allowedTiers,this.defaultResponseGranularity=t.defaultResponseGranularity,this.dataGranularity=t.dataGranularity,this.isRelative=t.isRelative,this._startCustom=t.startCustom,this._endCustom=t.endCustom,this._allowedGranularitiesOverride=t.allowedGranularitiesOverride,this.fineGrainedDefaultGranularity=t.fineGrainedDefaultGranularity}rawEnd(t){return this._endCustom||new Date}rawStart(t){return this._startCustom||new Date(this.rawEnd().getTime()-this.timeframeLengthMs())}timeframeLengthMs(){return this.timeframeLength()*1e3}maximumTimeframeLength(){return this.timeframeLength()}allowedGranularities(t){if(this._allowedGranularitiesOverride&&t)return new Set(this._allowedGranularitiesOverride);const e=new Set,i=this.maximumTimeframeLength()/3600;return i<=6&&e.add("minutely"),i>=2&&i<=7*24&&e.add("hourly"),i>=2*24&&e.add("daily"),i>=2*24*14&&e.add("weekly"),e}cacheKey(){return this.key!=="custom"?this.key:`${this.rawStart().toISOString()}-${this.rawEnd().toISOString()}`}v4Query(t){if(this.key==="custom")return{type:"absolute",start:this.rawStart(),end:this.rawEnd(),tz:t};if(Tw.includes(this.key))return{type:"relative",time_range:this.key,tz:t};throw new Error("Unsupported relative time value for Explore")}tzAdjustedDate(t){if(!t)return new Date;const e=y1(new Date,new Intl.DateTimeFormat().resolvedOptions().timeZone);return zh(e,t)}}class w1 extends ae{rawStart(t){let e=rn(this.tzAdjustedDate(t),{weekStartsOn:1});return t&&(e=an(e,t)),e}maximumTimeframeLength(){return 60*60*24*7}}class v1 extends ae{rawStart(t){let e=Mi(this.tzAdjustedDate(t));return t&&(e=an(e,t)),e}maximumTimeframeLength(){return 60*60*24*31}}class M1 extends ae{rawStart(t){let e=new Date(this.tzAdjustedDate(t).getFullYear(),0,1);return t&&(e=an(e,t)),e}maximumTimeframeLength(){return 60*60*24*366}}class S1 extends ae{rawEnd(t){let e=rn(this.tzAdjustedDate(t),{weekStartsOn:1});return t&&(e=an(e,t)),e}rawStart(t){const e=this.tzAdjustedDate(t);let i=rn(e.setDate(e.getDate()-7),{weekStartsOn:1});return t&&(i=an(i,t)),i}}class k1 extends ae{rawEnd(t){let e=Mi(this.tzAdjustedDate(t));return t&&(e=an(e,t)),e}rawStart(t){let e=Mi(kh(this.tzAdjustedDate(t)));return t&&(e=an(e,t)),e}}class D1 extends ae{rawEnd(t){let e=new Date(this.tzAdjustedDate(t).getFullYear(),0,1);return t&&(e=an(e,t)),e}rawStart(t){let e=new Date(this.tzAdjustedDate(t).getFullYear()-1,0,1);return t&&(e=an(e,t)),e}}nt.FIFTEEN_MIN,new ae({key:nt.FIFTEEN_MIN,display:"Last 15 minutes",timeframeText:"15 minutes",timeframeLength:()=>60*15,defaultResponseGranularity:"minutely",dataGranularity:"minutely",isRelative:!0,fineGrainedDefaultGranularity:"thirtySecondly",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["tenSecondly","thirtySecondly","minutely"]}),nt.ONE_HOUR,new ae({key:nt.ONE_HOUR,display:"Last hour",timeframeText:"One hour",timeframeLength:()=>60*60*1,defaultResponseGranularity:"minutely",dataGranularity:"minutely",isRelative:!0,fineGrainedDefaultGranularity:"minutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["tenSecondly","thirtySecondly","minutely","fiveMinutely","tenMinutely"]}),nt.SIX_HOUR,new ae({key:nt.SIX_HOUR,display:"Last 6 hours",timeframeText:"6 hours",timeframeLength:()=>60*60*6,defaultResponseGranularity:"hourly",dataGranularity:"hourly",isRelative:!0,fineGrainedDefaultGranularity:"fiveMinutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["thirtySecondly","minutely","fiveMinutely","tenMinutely","thirtyMinutely","hourly"]}),nt.TWELVE_HOUR,new ae({key:nt.TWELVE_HOUR,display:"Last 12 hours",timeframeText:"12 hours",timeframeLength:()=>60*60*12,defaultResponseGranularity:"hourly",dataGranularity:"hourly",isRelative:!0,fineGrainedDefaultGranularity:"tenMinutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["minutely","fiveMinutely","tenMinutely","thirtyMinutely","hourly"]}),nt.ONE_DAY,new ae({key:nt.ONE_DAY,display:"Last 24 hours",timeframeText:"24 hours",timeframeLength:()=>60*60*24,defaultResponseGranularity:"hourly",dataGranularity:"hourly",isRelative:!0,fineGrainedDefaultGranularity:"thirtyMinutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["fiveMinutely","tenMinutely","thirtyMinutely","hourly"]}),nt.SEVEN_DAY,new ae({key:nt.SEVEN_DAY,display:"Last 7 days",timeframeText:"7 days",timeframeLength:()=>60*60*24*7,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"twoHourly",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["thirtyMinutely","hourly","twoHourly","twelveHourly","daily"]}),nt.THIRTY_DAY,new ae({key:nt.THIRTY_DAY,display:"Last 30 days",timeframeText:"30 days",timeframeLength:()=>60*60*24*30,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"twelveHourly",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),nt.NINETY_DAY,new ae({key:nt.NINETY_DAY,display:"Last 90 days",timeframeText:"90 days",timeframeLength:()=>60*60*24*90,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"daily",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),nt.ONE_HUNDRED_EIGHTY_DAY,new ae({key:nt.ONE_HUNDRED_EIGHTY_DAY,display:"Last 180 days",timeframeText:"180 days",timeframeLength:()=>60*60*24*180,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"daily",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),nt.ONE_YEAR,new ae({key:nt.ONE_YEAR,display:"Last 365 days",timeframeText:"365 days",timeframeLength:()=>60*60*24*365,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"daily",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),nt.CURRENT_WEEK,new w1({key:nt.CURRENT_WEEK,display:"This week",timeframeText:"Week",timeframeLength:()=>{const n=rn(new Date,{weekStartsOn:1});return(Cs(No(new Date,1)).getTime()-n.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,fineGrainedDefaultGranularity:"twoHourly",allowedTiers:["plus","enterprise"],allowedGranularitiesOverride:["thirtyMinutely","hourly","twoHourly","twelveHourly","daily"]}),nt.CURRENT_MONTH,new v1({key:nt.CURRENT_MONTH,display:"This month",timeframeText:"Month",timeframeLength:()=>{const n=Mi(new Date);return(Cs(No(new Date,1)).getTime()-n.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),nt.CURRENT_YEAR,new M1({key:nt.CURRENT_YEAR,display:"This year",timeframeText:"Year",timeframeLength:()=>{const n=new Date(new Date().getFullYear(),0,1);return(Cs(No(new Date,1)).getTime()-n.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),nt.PREVIOUS_WEEK,new S1({key:nt.PREVIOUS_WEEK,display:"Previous week",timeframeText:"Week",timeframeLength:()=>60*60*24*7,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,fineGrainedDefaultGranularity:"twoHourly",allowedTiers:["plus","enterprise"],allowedGranularitiesOverride:["thirtyMinutely","hourly","twoHourly","twelveHourly","daily"]}),nt.PREVIOUS_MONTH,new k1({key:nt.PREVIOUS_MONTH,display:"Previous month",timeframeText:"Month",timeframeLength:()=>{let n=0;const t=Mi(new Date),e=Mi(kh(new Date));return t.getTimezoneOffset()!==e.getTimezoneOffset()&&(n=Hh(t,e)),60*60*24*Wv(new Date().setMonth(new Date().getMonth()-1))+Sh(n)},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),nt.PREVIOUS_YEAR,new D1({key:nt.PREVIOUS_YEAR,display:"Previous year",timeframeText:"Year",timeframeLength:()=>{const n=new Date(new Date().getFullYear(),0,1),t=new Date(new Date().getFullYear()-1,0,1);let e=0;return n.getTimezoneOffset()!==t.getTimezoneOffset()&&(e=Hh(n,t)),60*60*24*(365+(t.getFullYear()%4===0?1:0))+Sh(e)},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]});function Hh(n,t){return Vv(n.getTimezoneOffset()-t.getTimezoneOffset())}nt.FIFTEEN_MIN,nt.ONE_HOUR,nt.SIX_HOUR,nt.TWELVE_HOUR,nt.ONE_DAY,nt.SEVEN_DAY,nt.FIFTEEN_MIN,nt.ONE_HOUR,nt.SIX_HOUR,nt.TWELVE_HOUR,nt.ONE_DAY,nt.SEVEN_DAY,nt.THIRTY_DAY,nt.NINETY_DAY,nt.ONE_HUNDRED_EIGHTY_DAY,nt.ONE_YEAR,nt.CURRENT_WEEK,nt.CURRENT_MONTH,nt.CURRENT_YEAR,nt.PREVIOUS_WEEK,nt.PREVIOUS_MONTH,nt.PREVIOUS_YEAR;const T1=new Map(fh.map(n=>[n.code,{code:n.code,name:n.name}])),Uo=n=>{var t;return((t=T1.get(n))==null?void 0:t.name)||n};var Wh={exports:{}};(function(n){(function(){function t(c,u){if(u.separator===!1||c<1e3)return c.toString();var h=typeof u.separator=="string"?u.separator:",",f=[],m=Math.round(c).toString().split("");return m.reverse().forEach(function(g,_){_&&_%3===0&&f.push(h),f.push(g)}),f.reverse().join("")}function e(c,u,h){var f=c/u,m=h.round?"round":"floor";return h.decimal===!1?(c=Math[m](f),c.toString()):(h.precision?c=f:c=f<10?Math[m](f*10)/10:Math[m](f),c=c.toString(),typeof h.decimal=="string"&&(c=c.replace(".",h.decimal)),c)}var i=1e3,s=1e4,r=1e6,a=1e9,o=1e12;function l(c,u){var h;u=u||{};var f=c<0;f&&(c=Math.abs(c)),u.precision&&(c=parseFloat(c.toPrecision(u.precision)));var m=u.min10k?s:i;return c<m||u.precision&&u.precision>Math.log10(c)?h=t(e(c,1,u),u):c<r?h=e(c,i,u)+"k":c<a?h=e(c,r,u)+"m":c<o?h=t(e(c,a,u),u)+"b":h=t(e(c,o,u),u)+"t",f&&(h="-"+h),u.capital&&(h=h.toUpperCase()),u.prefix&&(h=u.prefix+h),u.suffix&&(h=h+u.suffix),h}l.addCommas=t,n.exports=l})()})(Wh);var C1=Wh.exports;const qo=x1(C1);var Yh;const E1=typeof document<"u"&&((Yh=document.documentElement)==null?void 0:Yh.lang)||"en-US",jr=new Intl.NumberFormat(E1);function ki({i18n:n}){const t=(i,s)=>{if(isNaN(i))return"0 B";const r=s?Math.pow(2,50):1e15,a=s?Math.pow(2,40):1e12,o=s?Math.pow(2,30):1e9,l=s?Math.pow(2,20):1e6,c=s?Math.pow(2,10):1e3;let u;return i>=r?u=n.formatNumber(Number.parseFloat((i/r).toPrecision(3)),{style:"unit",unit:"petabyte",unitDisplay:"narrow"}):i>=a?u=n.formatNumber(Number.parseFloat((i/a).toPrecision(3)),{style:"unit",unit:"terabyte",unitDisplay:"narrow"}):i>=o?u=n.formatNumber(Number.parseFloat((i/o).toPrecision(3)),{style:"unit",unit:"gigabyte",unitDisplay:"narrow"}):i>=l?u=n.formatNumber(Number.parseFloat((i/l).toPrecision(3)),{style:"unit",unit:"megabyte",unitDisplay:"narrow"}):i>=c?u=n.formatNumber(Number.parseFloat((i/c).toPrecision(3)),{style:"unit",unit:"kilobyte",unitDisplay:"narrow"}):u=n.formatNumber(Number.parseFloat(i.toPrecision(3)),{style:"unit",unit:"byte",unitDisplay:"narrow"}),u.replace(/([a-zA-Z]*)$/," $1")},e=(i,s="USD")=>isNaN(i)?s==="USD"?"$0.00":`${i}`:i>=.01||s!=="USD"?n.formatNumber(i,{style:"currency",currency:s}):i<1e-4?"< $0.0001":`$${Number.parseFloat(i.toPrecision(4))}`;return{formatUnit:(i,s,{isBytes1024:r=!1,currency:a="USD",approximate:o=!1,translateUnit:l=c=>c}={})=>{const c=l(s,i);switch(s){case"bytes":return t(i,r);case"usd":return e(i,a);case"ms":case"count/minute":case"token count":case"count":default:return isNaN(i)?`${i}`:o?`${qo(i,{capital:!0})} ${c}`:i>=.01?`${jr.format(Number.parseFloat(i.toFixed(2)))} ${c}`:`${Number.parseFloat(i.toPrecision(4))} ${c}`}},formatBytes:t,formatCost:e,formatRange:(i,s,r,{isBytes1024:a=!1,currency:o="USD",approximate:l=!1,translateUnit:c=u=>u}={})=>{const u=c(r,s);switch(r){case"bytes":return`${t(i,a)} - ${t(s,a)}`;case"usd":return`${e(i,o)} - ${e(s,o)}`;case"ms":case"count/minute":case"token count":case"count":default:if(isNaN(i)||isNaN(s))return`${i} - ${s}`;if(l)return`${qo(i,{capital:!0})} - ${qo(s,{capital:!0})} ${u}`}const h=i>=.01?`${jr.format(Number.parseFloat(i.toFixed(2)))}`:`${Number.parseFloat(i.toPrecision(4))}`,f=s>=.01?`${jr.format(Number.parseFloat(s.toFixed(2)))}`:`${Number.parseFloat(s.toPrecision(4))}`;return`${h} - ${f} ${u}`}}}const Ur=n=>["interactive","zoom-interactive"].includes(n),Vh=(n,t,e,i)=>{var l,c;const{tooltip:s}=t;if(s.opacity===0&&!Ur(n.interactionMode)){n.showTooltip=!1;return}const{i18n:r}=mt.useI18n(),{formatUnit:a}=ki({i18n:r}),o=n.chartTooltipSortFn||((u,h)=>h.rawValue-u.rawValue);if(s.body&&!Ur(n.interactionMode)){const u=s.labelColors,h=((c=(l=t.chart.config)==null?void 0:l.options)==null?void 0:c.indexAxis)==="y"?"x":"y";n.tooltipContext=i!=null&&i.contextFormatter?i.contextFormatter(s.dataPoints[0].parsed.x,e):As({tickValue:new Date(s.dataPoints[0].parsed.x),granularity:e}),n.tooltipSeries=s.dataPoints.map((f,m)=>{const g=f.parsed[h],_=a(g,n.units,{translateUnit:n.translateUnit}),x=f.dataset.label;return{backgroundColor:u[m].backgroundColor,borderColor:u[m].borderColor,label:x,value:_,rawValue:g,isSegmentEmpty:f.dataset.isSegmentEmpty}}).sort(o),n.left=`${s.x}px`,n.top=`${s.y}px`,n.showTooltip=!0}},$h=(n,t)=>{var a,o;const{tooltip:e}=t,{i18n:i}=mt.useI18n(),{formatUnit:s}=ki({i18n:i});if(e.opacity===0&&!Ur(n.interactionMode)){n.showTooltip=!1;return}const r=n.chartTooltipSortFn||((l,c)=>c.rawValue-l.rawValue);if(e.body&&!Ur(n.interactionMode)){const l=e.labelColors,c=((o=(a=t.chart.config)==null?void 0:a.options)==null?void 0:o.indexAxis)==="y"?"x":"y",u=["gauge","donut"].includes(n.chartType);u?n.tooltipContext=n.dimensionDisplay||e.dataPoints[0].label:e.chart.data.isMultiDimension?n.tooltipContext=e.dataPoints[0].label:n.tooltipContext=n.dimensionDisplay||"",n.tooltipSeries=e.dataPoints.map((h,f)=>{const m=u?h.parsed:h.parsed[c],g=s(m,n.units,{translateUnit:n.translateUnit});let _;return u?_=h.dataset.labels[h.dataIndex]:_=h.dataset.label,{backgroundColor:l[f].backgroundColor,borderColor:l[f].borderColor,label:_,value:g,rawValue:m,isSegmentEmpty:h.dataset.isSegmentEmpty}}).sort(r),n.left=`${e.x}px`,n.top=`${e.y}px`,n.showTooltip=!0}},O1=n=>n&&n.datasets&&n.datasets.length,P1=n=>O1(n)&&n.datasets.some(t=>t.data.length),A1=n=>n.datasets.some(t=>t.data[0]&&Do(t.data[0].x)),R1=n=>!!P1(n)&&n.datasets.some(t=>t.data.length==1),I1=n=>A1(n)&&n.datasets.some(t=>t.data[0]&&t.data[0].x.toString().length>=13),Xo=(n,t,e)=>{const s=Math.min(t/1150,1);return n.x<e?n.x+t*.15*(1-s):n.x-t*1.15*(1-s)},L1=(n,t,e)=>n.y<e?n.y+t*.15:n.y-t*.5;function jh(n,t){let e;return(...i)=>{clearTimeout(e),e=window.setTimeout(()=>{n(...i)},t)}}const Uh=(n,t,e)=>{const i=n.data;return n.options.plugins.legend.labels.generateLabels(n).filter(s=>{var r;return!((r=t==null?void 0:t[s.text])!=null&&r.isThreshold)}).map((s,r)=>({...s,value:t&&t[s.text],isSegmentEmpty:i.datasets[r].isSegmentEmpty})).sort(e)},N1=2,qh=10,Xh=12,qr=10,Gh="#6c7489",F1="#d60027",Go="#6c7489",B1="#995c00",z1="#ffc400",Ko="16px",H1="20px",W1="'Inter', Roboto, Helvetica, sans-serif",Kh={"1XXCount|1XX|1[0-9][0-9]":{solid:"#0072E5",light:"#4DA6FF",description:"Informational"},"SuccessfulRequests|2XXCount|2XX|2[0-9][0-9]|SUCCESS":{solid:"#0BB652",light:"#6FCC83",description:"Success"},"3XXCount|3XX|3[0-9][0-9]":{solid:"#FDC53B",light:"#FFD982",description:"Redirection"},"4XXCount|4XX|4[0-9][0-9]":{solid:"#FE9439",light:"#FFBA81",description:"Client Errors"},"5XXCount|5XX|5[0-9][0-9]":{solid:"#FF4545",light:"#FF8484",description:"Server Errors"},"errorCount|FailedRequests|FAILURE":{solid:"#FF4545",light:"#FF8484",description:"Server Errors"},nonStandard:{solid:"#6f7787",light:"#e7e7ec"},standard:{solid:"#1155cb",light:"#8ab3fa"},p99:{solid:"#1356cb",light:"#1356cb"},p95:{solid:"#1fbecd",light:"#1fbecd"},p50:{solid:"#1df97d",light:"#1df97d"},LatencyP99:{solid:"#1356cb",light:"#1356cb"},LatencyP95:{solid:"#1fbecd",light:"#1fbecd"},LatencyP50:{solid:"#1df97d",light:"#1df97d"}},on=["#a86cd5","#6a86d2","#00bbf9","#00c4b0","#ffdf15"],Xr=(n,t)=>(t||on)[n%on.length],Zh=(n,t)=>{n[0]==="#"&&(n=n.slice(1));let e=parseInt(n.substring(0,2),16),i=parseInt(n.substring(2,4),16),s=parseInt(n.substring(4,6),16);e=e-t,i=i-t,s=s-t,e>255?e=255:e<0&&(e=0),i>255?i=255:i<0&&(i=0),s>255?s=255:s<0&&(s=0);const r=e.toString(16).length===1?"0"+e.toString(16):e.toString(16),a=i.toString(16).length===1?"0"+i.toString(16):i.toString(16),o=s.toString(16).length===1?"0"+s.toString(16):s.toString(16);return`#${r}${a}${o}`},Qh="#6f7787",Jh={100:{background:"#f0f5fd",text:"#10599e"},200:{background:"#e5f7f4",text:"#1b6955"},300:{background:"#fff1d5",text:"#a06027"},400:{background:"#fee3b6",text:"#944d19"},500:{background:"#fedada",text:"#852021"}},Y1=n=>{var e;const t=Math.floor(parseInt(n,10)/100)*100;return((e=Jh[t])==null?void 0:e.background)||"#fafafa"},V1={SUCCESS:"#6FCC83",FAILURE:"#FF8484"},$1={"4XX":"#FFBA81","5XX":"#FF8484"},j1={LatencyP99:"#1356cb",LatencyP95:"#1fbecd",LatencyP50:"#1df97d"},U1="#dad4c7",tf="#afb7c5",q1=n=>{const t=Object.entries(Kh).find(([e])=>new RegExp(e).test(n));return t&&t[1]||Kh.standard},Zo=(n,t,e,i)=>{let s;return e?s=tf:Array.isArray(i)?s=Xr(n,i):s=i[t],s||Xr(n)},Gr=n=>{switch(n){case"error":return F1;case"warning":return z1;case"neutral":return Gh;default:return Gh}},X1={lineTension:0,pointBorderWidth:1.2,borderJoinStyle:"round",fill:!0},G1=2,K1=0,Qo=new Map,ef=(n,t)=>{const{i18n:e}=mt.useI18n(),{formatBytes:i}=ki({i18n:e});return t==="bytes"?i(n):t==="count/minute"?n.toFixed(2):jr.format(n)},Z1=n=>{const e=document.createElement("canvas").getContext("2d"),i=Rt({});return e.font=i.string,e.measureText(n).width},Q1=()=>{const n="label_height";if(!Qo.has(n)){const t=Rt({});Qo.set(n,t.lineHeight)}return Qo.get(n)},J1=(n,t)=>t.datasets.reduce((e,i,s)=>n.isDatasetVisible(s)?e+i.data.reduce((r,a)=>isNaN(a)?r:r+a,0):e,0),tM=(n,t)=>t===0?" (0.0%)":` (${(n/t*100).toFixed(1)}%)`,Jo="#e0e4ea",eM={100:["#c8e2fd","#80bfff","#4da6ff","#1a8cff","#0072e5","#0059b2"],200:["#ceedd2","#9edca6","#89d595","#6fcc83","#44c26b","#0bb652","#0ca84a","#169643","#196e33","#1b572a"],300:["#fff4db","#ffe9b8","#ffe2a1","#ffd982","#ffd062","#fdc53b","#f4bb1e","#e8b00b","#d9a30f","#c89407"],400:["#ffead8","#ffd5b1","#ffc899","#ffba81","#ffae6b","#fe9439","#f6871d","#eb7c0c","#da700c","#cc6100"],500:["#ffd5d5","#ffb6b6","#ff9d9d","#ff8484","#ff6a6a","#ff4545","#fb1f1f","#e90b0b","#d40202","#be0202"]},Os=(n,t)=>{let e=1;const i=eM[n],s=new Map;for(const r of t)s.set(r,i[e]),e=e%(i.length-1)+1;return s.set(-1,i[0]),s},nf=new Map([[100,Os("100",[100,101,102,103])],[200,Os("200",[200,201,202,203,204,205,206,207,208,226])],[300,Os("300",[300,301,302,303,304,305,307,308])],[400,Os("400",[400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,421,422,423,424,425,426,428,429,431,451])],[500,Os("500",[500,501,502,503,504,505,506,507,508,510,511])]]),tl=n=>{const t=parseInt(n,10),e=Math.floor(t/100)*100,i=nf.get(e);return i===void 0?Jo:i.get(t)??i.get(-1)??Jo},nM=n=>{const t=tl(n);return{solid:t,light:t}},Kr={...Array.from({length:500},(n,t)=>100+t).reduce((n,t)=>(n[`${t}`]=tl(`${t}`),n),{}),____OTHER____:"#DAD4C7","1XX":"#4DA6FF","2XX":"#6FCC83","3XX":"#FFD982","4XX":"#FFBA81","5XX":"#FF8484"};function sf(n,t,e){const i=nh(),s=rM(n,e.timeZone,e.locale??i.locale);return"formatToParts"in s?iM(s,t):sM(s,t)}function iM(n,t){const e=n.formatToParts(t);for(let i=e.length-1;i>=0;--i)if(e[i].type==="timeZoneName")return e[i].value}function sM(n,t){const e=n.format(t).replace(/\u200E/g,""),i=/ [\w-+ ]+$/.exec(e);return i?i[0].substr(1):""}function rM(n,t,e){return new Intl.DateTimeFormat(e?[e.code,"en-US"]:void 0,{timeZone:t,timeZoneName:n})}function aM(n,t){const e=dM(t);return"formatToParts"in e?lM(e,n):cM(e,n)}const oM={year:0,month:1,day:2,hour:3,minute:4,second:5};function lM(n,t){try{const e=n.formatToParts(t),i=[];for(let s=0;s<e.length;s++){const r=oM[e[s].type];r!==void 0&&(i[r]=parseInt(e[s].value,10))}return i}catch(e){if(e instanceof RangeError)return[NaN];throw e}}function cM(n,t){const e=n.format(t),i=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(e);return[parseInt(i[3],10),parseInt(i[1],10),parseInt(i[2],10),parseInt(i[4],10),parseInt(i[5],10),parseInt(i[6],10)]}const el={},rf=new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:"America/New_York",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(new Date("2014-06-25T04:00:00.123Z")),uM=rf==="06/25/2014, 00:00:00"||rf==="‎06‎/‎25‎/‎2014‎ ‎00‎:‎00‎:‎00";function dM(n){return el[n]||(el[n]=uM?new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),el[n]}function af(n,t,e,i,s,r,a){const o=new Date(0);return o.setUTCFullYear(n,t,e),o.setUTCHours(i,s,r,a),o}const of=36e5,hM=6e4,nl={timezoneZ:/^(Z)$/,timezoneHH:/^([+-]\d{2})$/,timezoneHHMM:/^([+-])(\d{2}):?(\d{2})$/};function il(n,t,e){if(!n)return 0;let i=nl.timezoneZ.exec(n);if(i)return 0;let s,r;if(i=nl.timezoneHH.exec(n),i)return s=parseInt(i[1],10),lf(s)?-(s*of):NaN;if(i=nl.timezoneHHMM.exec(n),i){s=parseInt(i[2],10);const a=parseInt(i[3],10);return lf(s,a)?(r=Math.abs(s)*of+a*hM,i[1]==="+"?-r:r):NaN}if(gM(n)){t=new Date(t||Date.now());const a=e?t:fM(t),o=sl(a,n);return-(e?o:mM(t,o,n))}return NaN}function fM(n){return af(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds())}function sl(n,t){const e=aM(n,t),i=af(e[0],e[1]-1,e[2],e[3]%24,e[4],e[5],0).getTime();let s=n.getTime();const r=s%1e3;return s-=r>=0?r:1e3+r,i-s}function mM(n,t,e){let s=n.getTime()-t;const r=sl(new Date(s),e);if(t===r)return t;s-=r-t;const a=sl(new Date(s),e);return r===a?r:Math.max(r,a)}function lf(n,t){return-23<=n&&n<=23&&(t==null||0<=t&&t<=59)}const cf={};function gM(n){if(cf[n])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:n}),cf[n]=!0,!0}catch{return!1}}const pM=60*1e3,yM={X:function(n,t,e){const i=rl(e.timeZone,n);if(i===0)return"Z";switch(t){case"X":return uf(i);case"XXXX":case"XX":return Di(i);case"XXXXX":case"XXX":default:return Di(i,":")}},x:function(n,t,e){const i=rl(e.timeZone,n);switch(t){case"x":return uf(i);case"xxxx":case"xx":return Di(i);case"xxxxx":case"xxx":default:return Di(i,":")}},O:function(n,t,e){const i=rl(e.timeZone,n);switch(t){case"O":case"OO":case"OOO":return"GMT"+bM(i,":");case"OOOO":default:return"GMT"+Di(i,":")}},z:function(n,t,e){switch(t){case"z":case"zz":case"zzz":return sf("short",n,e);case"zzzz":default:return sf("long",n,e)}}};function rl(n,t){const e=n?il(n,t,!0)/pM:(t==null?void 0:t.getTimezoneOffset())??0;if(Number.isNaN(e))throw new RangeError("Invalid time zone specified: "+n);return e}function Zr(n,t){const e=n<0?"-":"";let i=Math.abs(n).toString();for(;i.length<t;)i="0"+i;return e+i}function Di(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Zr(Math.floor(i/60),2),r=Zr(Math.floor(i%60),2);return e+s+t+r}function uf(n,t){return n%60===0?(n>0?"-":"+")+Zr(Math.abs(n)/60,2):Di(n,t)}function bM(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.floor(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+Zr(r,2)}function df(n){const t=new Date(Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()));return t.setUTCFullYear(n.getFullYear()),+n-+t}const _M=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/,al=36e5,hf=6e4,xM=2,he={dateTimePattern:/^([0-9W+-]+)(T| )(.*)/,datePattern:/^([0-9W+-]+)(.*)/,YY:/^(\d{2})$/,YYY:[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],YYYY:/^(\d{4})/,YYYYY:[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],MM:/^-(\d{2})$/,DDD:/^-?(\d{3})$/,MMDD:/^-?(\d{2})-?(\d{2})$/,Www:/^-?W(\d{2})$/,WwwD:/^-?W(\d{2})-?(\d{1})$/,HH:/^(\d{2}([.,]\d*)?)$/,HHMM:/^(\d{2}):?(\d{2}([.,]\d*)?)$/,HHMMSS:/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,timeZone:_M};function ff(n,t={}){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");if(n===null)return new Date(NaN);const e=t.additionalDigits==null?xM:Number(t.additionalDigits);if(e!==2&&e!==1&&e!==0)throw new RangeError("additionalDigits must be 0, 1 or 2");if(n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]")return new Date(n.getTime());if(typeof n=="number"||Object.prototype.toString.call(n)==="[object Number]")return new Date(n);if(Object.prototype.toString.call(n)!=="[object String]")return new Date(NaN);const i=wM(n),{year:s,restDateString:r}=vM(i.date,e),a=MM(r,s);if(a===null||isNaN(a.getTime()))return new Date(NaN);if(a){const o=a.getTime();let l=0,c;if(i.time&&(l=SM(i.time),l===null||isNaN(l)))return new Date(NaN);if(i.timeZone||t.timeZone){if(c=il(i.timeZone||t.timeZone,new Date(o+l)),isNaN(c))return new Date(NaN)}else c=df(new Date(o+l)),c=df(new Date(o+l+c));return new Date(o+l+c)}else return new Date(NaN)}function wM(n){const t={};let e=he.dateTimePattern.exec(n),i;if(e?(t.date=e[1],i=e[3]):(e=he.datePattern.exec(n),e?(t.date=e[1],i=e[2]):(t.date=null,i=n)),i){const s=he.timeZone.exec(i);s?(t.time=i.replace(s[1],""),t.timeZone=s[1].trim()):t.time=i}return t}function vM(n,t){if(n){const e=he.YYY[t],i=he.YYYYY[t];let s=he.YYYY.exec(n)||i.exec(n);if(s){const r=s[1];return{year:parseInt(r,10),restDateString:n.slice(r.length)}}if(s=he.YY.exec(n)||e.exec(n),s){const r=s[1];return{year:parseInt(r,10)*100,restDateString:n.slice(r.length)}}}return{year:null}}function MM(n,t){if(t===null)return null;let e,i,s;if(!n||!n.length)return e=new Date(0),e.setUTCFullYear(t),e;let r=he.MM.exec(n);if(r)return e=new Date(0),i=parseInt(r[1],10)-1,pf(t,i)?(e.setUTCFullYear(t,i),e):new Date(NaN);if(r=he.DDD.exec(n),r){e=new Date(0);const a=parseInt(r[1],10);return TM(t,a)?(e.setUTCFullYear(t,0,a),e):new Date(NaN)}if(r=he.MMDD.exec(n),r){e=new Date(0),i=parseInt(r[1],10)-1;const a=parseInt(r[2],10);return pf(t,i,a)?(e.setUTCFullYear(t,i,a),e):new Date(NaN)}if(r=he.Www.exec(n),r)return s=parseInt(r[1],10)-1,yf(s)?mf(t,s):new Date(NaN);if(r=he.WwwD.exec(n),r){s=parseInt(r[1],10)-1;const a=parseInt(r[2],10)-1;return yf(s,a)?mf(t,s,a):new Date(NaN)}return null}function SM(n){let t,e,i=he.HH.exec(n);if(i)return t=parseFloat(i[1].replace(",",".")),ol(t)?t%24*al:NaN;if(i=he.HHMM.exec(n),i)return t=parseInt(i[1],10),e=parseFloat(i[2].replace(",",".")),ol(t,e)?t%24*al+e*hf:NaN;if(i=he.HHMMSS.exec(n),i){t=parseInt(i[1],10),e=parseInt(i[2],10);const s=parseFloat(i[3].replace(",","."));return ol(t,e,s)?t%24*al+e*hf+s*1e3:NaN}return null}function mf(n,t,e){t=t||0,e=e||0;const i=new Date(0);i.setUTCFullYear(n,0,4);const s=i.getUTCDay()||7,r=t*7+e+1-s;return i.setUTCDate(i.getUTCDate()+r),i}const kM=[31,28,31,30,31,30,31,31,30,31,30,31],DM=[31,29,31,30,31,30,31,31,30,31,30,31];function gf(n){return n%400===0||n%4===0&&n%100!==0}function pf(n,t,e){if(t<0||t>11)return!1;if(e!=null){if(e<1)return!1;const i=gf(n);if(i&&e>DM[t]||!i&&e>kM[t])return!1}return!0}function TM(n,t){if(t<1)return!1;const e=gf(n);return!(e&&t>366||!e&&t>365)}function yf(n,t){return!(n<0||n>52||t!=null&&(t<0||t>6))}function ol(n,t,e){return!(n<0||n>=25||t!=null&&(t<0||t>=60)||e!=null&&(e<0||e>=60))}const CM=/([xXOz]+)|''|'(''|[^'])+('|$)/g;function ll(n,t,e={}){t=String(t);const i=t.match(CM);if(i){const s=ff(e.originalDate||n,e);t=i.reduce(function(r,a){if(a[0]==="'")return r;const o=r.indexOf(a),l=r[o-1]==="'",c=r.replace(a,"'"+yM[a[0]](s,a,e)+"'");return l?c.substring(0,o-1)+c.substring(o+1):c},t)}return Fr(n,t,e)}function EM(n,t,e){n=ff(n,e);const i=il(t,n,!0),s=new Date(n.getTime()-i),r=new Date(0);return r.setFullYear(s.getUTCFullYear(),s.getUTCMonth(),s.getUTCDate()),r.setHours(s.getUTCHours(),s.getUTCMinutes(),s.getUTCSeconds(),s.getUTCMilliseconds()),r}function Ps(n,t,e,i){return i={...i,timeZone:t,originalDate:n},ll(EM(n,t,{timeZone:i.timeZone}),e,i)}const OM=(n,t)=>`${Ps(n,t,"yyyy")} W${Ps(n,t,"II")}`,cl="yyyy-MM-dd h:mm:ss a",ul="h:mm:ss a",Qn="yyyy-MM-dd h:mm a",Ti="h:mm a",PM="yyyy-MM-dd",dl="MMM dd, yyyy h:mm:ss a",En="MMM dd, yyyy h:mm a",AM={secondly:n=>n?cl:ul,tenSecondly:n=>n?cl:ul,thirtySecondly:n=>n?cl:ul,minutely:n=>n?Qn:Ti,fiveMinutely:n=>n?Qn:Ti,tenMinutely:n=>n?Qn:Ti,thirtyMinutely:n=>n?Qn:Ti,hourly:n=>n?Qn:Ti,twoHourly:n=>n?Qn:Ti,twelveHourly:()=>Qn,daily:()=>PM},RM={secondly:()=>dl,tenSecondly:()=>dl,thirtySecondly:()=>dl,minutely:()=>En,fiveMinutely:()=>En,tenMinutely:()=>En,thirtyMinutely:()=>En,hourly:()=>En,twoHourly:()=>En,twelveHourly:()=>En,daily:()=>En};function bf({tickValue:n,granularity:t,timezone:e,dayBoundaryCrossed:i=!1,tickMap:s,tooltipMap:r,defaultFormat:a}){const o=e||Intl.DateTimeFormat().resolvedOptions().timeZone;if(t==="weekly")return OM(n,o);if(s&&s[t]){const l=s[t](i);return Ps(n,o,l)}if(r&&r[t]){const l=r[t]();return Ps(n,o,l)}return Ps(n,o,a)}const IM=({tickValue:n,granularity:t,dayBoundaryCrossed:e,timezone:i})=>bf({tickValue:n,granularity:t,timezone:i,dayBoundaryCrossed:e,tickMap:AM,defaultFormat:"yyyy-MM-dd h:mm:ss a"}),As=({tickValue:n,granularity:t,timezone:e})=>bf({tickValue:n,granularity:t,timezone:e,tooltipMap:RM,defaultFormat:"MMM dd, yyyy h:mm:ss a"}),LM=n=>{var e,i,s,r,a;const{i18n:t}=mt.useI18n();return(n==null?void 0:n.status)===403?{status:n.status,type:"forbidden",message:t.t("query_errors.forbidden.message"),details:t.t("query_errors.forbidden.details")}:(n==null?void 0:n.status)===408?{status:n.status,type:"timeout",message:t.t("query_errors.timeout.message"),details:t.t("query_errors.timeout.details")}:((i=(e=n==null?void 0:n.response)==null?void 0:e.data)==null?void 0:i.message)==="Range not allowed for this tier"?{status:n.status,type:"range_exceeded",message:t.t("query_errors.time_range_exceeded.message"),details:t.t("query_errors.time_range_exceeded.details")}:{status:n.status,type:"other",message:t.t("query_errors.other.message"),details:((a=(r=(s=n.response)==null?void 0:s.data)==null?void 0:r.invalid_parameters)==null?void 0:a.map(o=>o.reason).join(", "))||(n==null?void 0:n.message)}};function NM(n){const e=`barChartTooltipPosition-${n.tooltipState.chartID}`,i={enabled:!1,position:e,callbacks:{label:l=>({label:l.dataset.label,value:l.label})}};Te.positioners[e]=function(l,c){if(!l.length||n.tooltipState.interactionMode==="interactive")return!1;const u=this.chart.canvas.getBoundingClientRect(),h=n.tooltipState.width||this.width,f=u.width/2,m=Xo(c,h,f),g=c.y,_=c.x<f?"left":"center";return{x:m-n.tooltipState.offsetX,y:g-n.tooltipState.offsetY,xAlign:_}},so.modes.customInteractionMode=function(l,c){const u=Sn(c,l),h=[];return so.evaluateInteractionItems(l,l.options.indexAxis||"x",u,(f,m,g)=>{l.options.indexAxis==="y"&&f.inYRange(u.y,!0)&&l.data.datasets[m].data[g]&&h.push({element:f,datasetIndex:m,index:g}),l.options.indexAxis==="x"&&f.inXRange(u.x,!0)&&l.data.datasets[m].data[g]&&h.push({element:f,datasetIndex:m,index:g})}),h};const s=n.numLabels.value>25?qh:Xh,r=({chart:l,index:c})=>{var h;const u=l.data;return{size:s,style:(h=u==null?void 0:u.isLabelEmpty)!=null&&h[c]?"italic":"normal"}},a=(l,c,u)=>l.chart.options.indexAxis===l.axis?(c=l.getLabelForValue(u),c&&c.length>qr?c.slice(0,qr)+"...":c):l.getLabelForValue(Number(c)),o=d.computed(()=>{var l,c,u,h,f,m,g,_;return{indexAxis:n.indexAxis,skipNull:!0,scales:{x:{stacked:n.stacked.value,grid:{offset:!1,drawOnChartArea:!1,drawBorder:!1,drawTicks:!0},ticks:{maxRotation:90,autoSkip:!1,font:r,callback:function(x,v){return a(this,x,v)}},title:{display:n.indexAxis==="y"?!it((l=n.metricAxesTitle)==null?void 0:l.value):!it((c=n.dimensionAxesTitle)==null?void 0:c.value),text:n.indexAxis==="y"?(u=n.metricAxesTitle)==null?void 0:u.value:(h=n.dimensionAxesTitle)==null?void 0:h.value,padding:{top:3,bottom:0,left:0,right:0},font:{weight:"bold"}}},y:{stacked:n.stacked.value,beginAtZero:!0,grid:{offset:!1,drawOnChartArea:!1,drawBorder:!1,drawTicks:!0},ticks:{padding:0,font:r,callback:function(x,v){return a(this,x,v)}},title:{display:n.indexAxis==="x"?!it((f=n.metricAxesTitle)==null?void 0:f.value):!it((m=n.dimensionAxesTitle)==null?void 0:m.value),text:n.indexAxis==="x"?(g=n.metricAxesTitle)==null?void 0:g.value:(_=n.dimensionAxesTitle)==null?void 0:_.value,padding:{bottom:3,top:0,left:0,right:0},font:{weight:"bold"}}}},plugins:{htmlLegend:{containerID:n.legendID},legend:{display:!1},tooltip:{...i,external:x=>{$h(n.tooltipState,x)}}},interaction:{mode:"customInteractionMode",intersect:!0},maxBarThickness:60,maintainAspectRatio:!1,layout:{padding:{left:0,right:0,top:0,bottom:0}}}});return d.getCurrentInstance()&&d.onUnmounted(()=>{Te.positioners[e]&&delete Te.positioners[e]}),o}ye.register(...Y0);const FM=(n,t)=>{const e=t.datasets.map(s=>s.label),i=n.datasets.map(s=>s.label);return n.datasets.length===t.datasets.length&&e.every((s,r)=>s===i[r])};function BM(n,t,e,i,s){const r=d.shallowRef(null),a=(o,l)=>{if(t.value)return new ye(t.value,{type:n,data:o,plugins:i,options:l})};return d.onMounted(()=>{r.value=a(e.value,s.value)}),d.onBeforeUnmount(()=>{it(r.value)||r.value.destroy()}),d.watch(e,(o,l)=>{if(FM(l,o)&&!it(r.value)){for(const[c,u]of o.datasets.entries())Object.assign(r.value.data.datasets[c],u);r.value.data.labels=o.labels,r.value.update()}else it(r.value)||r.value.destroy(),r.value=a(o,s.value)}),d.watch(t,()=>{it(r.value)||r.value.destroy(),r.value=a(e.value,s.value)}),d.watch(s,(o,l)=>{(o.indexAxis!==l.indexAxis||JSON.stringify(o.scales.x.title)!==JSON.stringify(l.scales.x.title)||JSON.stringify(o.scales.y.title)!==JSON.stringify(l.scales.y.title))&&(it(r.value)||r.value.destroy(),r.value=a(e.value,o))}),r}var xe=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function hl(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var _f={exports:{}};(function(n){(function(){function t(c,u){if(u.separator===!1||c<1e3)return c.toString();var h=typeof u.separator=="string"?u.separator:",",f=[],m=Math.round(c).toString().split("");return m.reverse().forEach(function(g,_){_&&_%3===0&&f.push(h),f.push(g)}),f.reverse().join("")}function e(c,u,h){var f=c/u,m=h.round?"round":"floor";return h.decimal===!1?(c=Math[m](f),c.toString()):(h.precision?c=f:c=f<10?Math[m](f*10)/10:Math[m](f),c=c.toString(),typeof h.decimal=="string"&&(c=c.replace(".",h.decimal)),c)}var i=1e3,s=1e4,r=1e6,a=1e9,o=1e12;function l(c,u){var h;u=u||{};var f=c<0;f&&(c=Math.abs(c)),u.precision&&(c=parseFloat(c.toPrecision(u.precision)));var m=u.min10k?s:i;return c<m||u.precision&&u.precision>Math.log10(c)?h=t(e(c,1,u),u):c<r?h=e(c,i,u)+"k":c<a?h=e(c,r,u)+"m":c<o?h=t(e(c,a,u),u)+"b":h=t(e(c,o,u),u)+"t",f&&(h="-"+h),u.capital&&(h=h.toUpperCase()),u.prefix&&(h=u.prefix+h),u.suffix&&(h=h+u.suffix),h}l.addCommas=t,n.exports=l})()})(_f);var zM=_f.exports;const Qr=hl(zM);function HM(n,t,e){const{i18n:i}=mt.useI18n(),{formatBytes:s}=ki({i18n:i}),{translateUnit:r}=mt.useTranslatedUnits();return{legendValues:d.computed(()=>n.value.datasets.reduce((o,l)=>{const c=l.total?l.total:l.data.reduce((h,f)=>h+(typeof f=="number"?Number(f)||0:Number(f&&f.y)||0),0);let u;if(e.value==="bytes")u=s(c);else{const h=r(e.value,c);u=i&&i.t("legend.datapointValueDisplay",{value:Qr(c,{capital:!0}),unit:h})||`${Qr(c,{capital:!0})} ${e.value}`}return{...o,[l.label]:{raw:c,formatted:u,isThreshold:l.isThreshold}}},{}))}}function WM(n){return d.computed(()=>{var s;if(!((s=n.value)!=null&&s.meta))return"";const e=n.value.meta.start_ms,i=n.value.meta.end_ms;return e&&i?`${$o(e)} - ${$o(i,{includeTZ:!0})}`:""})}function YM(n){const e=`donutChartTooltipPosition-${n.tooltipState.chartID}`,i={enabled:!1,position:e,callbacks:{label:r=>({label:r.dataset.label,value:r.label})}};Te.positioners[e]=function(r,a){if(!r.length)return!1;const o=this.chart.canvas.getBoundingClientRect(),l=n.tooltipState.width||this.width,c=o.width/2,u=Xo(a,l,c),h=a.y,f=a.x<c?"left":"center";return{x:u-n.tooltipState.offsetX,y:h,xAlign:f}};const s=d.computed(()=>({responsive:!0,maintainAspectRatio:!1,plugins:{htmlLegend:{containerID:n.legendID},legend:{display:!1},tooltip:{...i,external:r=>{$h(n.tooltipState,r)}}},layout:{padding:{left:0,right:0,top:5,bottom:0}}}));return d.onUnmounted(()=>{Te.positioners[e]&&delete Te.positioners[e]}),{options:s}}function VM(n){const t=d.computed(()=>{var l,c;return{type:"timeseries",display:!0,grid:{display:!0,drawOnChartArea:!1,drawTicks:!0,drawBorder:!1},ticks:{padding:0,autoSkipPadding:100,source:"auto",maxRotation:0,callback:u=>{const h=new Date(u);return IM({tickValue:h,granularity:n.granularity.value,dayBoundaryCrossed:a.value})}},title:{display:!it((l=n.dimensionAxesTitle)==null?void 0:l.value),text:(c=n.dimensionAxesTitle)==null?void 0:c.value,padding:{top:3},font:{weight:"bold"}},border:{display:!1},stacked:n.stacked.value}}),e=d.computed(()=>{var l,c;return{title:{display:!it((l=n.metricAxesTitle)==null?void 0:l.value),text:(c=n.metricAxesTitle)==null?void 0:c.value,padding:{bottom:3},font:{weight:"bold"}},ticks:{maxTicksLimit:5},grid:{drawBorder:!1},id:"main-y-axis",beginAtZero:!0,border:{display:!1},stacked:n.stacked.value}}),s=`lineChartTooltipPosition-${n.tooltipState.chartID}`,r={enabled:!1,position:s};Te.positioners[s]=function(l,c){if(!l.length||n.tooltipState.interactionMode==="interactive")return!1;const u=this.chart.canvas.getBoundingClientRect(),h=n.tooltipState.width||this.width,f=n.tooltipState.height||this.height,m=u.width/2,g=u.height/2,_=Xo(c,h,m);let x=L1(c,f,g);const v=c.y<g?"top":"bottom",S=c.x<m?"left":"center";return f>u.height&&(x=0),{x:_,y:x,xAlign:S,yAlign:v}};const a=d.computed(()=>{const l=Number(n.timeRangeMs.value),c=new Date,u=new Date(c.getTime()-l);return aw(l)>24||u.getDate()!==c.getDate()}),o=d.computed(()=>{var l,c;return{hover:{mode:"index",intersect:!1},elements:{point:{radius:(l=n.pointsWithoutHover)!=null&&l.value?3:0,hitRadius:4,hoverRadius:4}},animation:{duration:250,easing:"linear"},scales:{x:t.value,y:e.value},responsive:!0,maintainAspectRatio:!1,plugins:{htmlLegend:{containerID:n.legendID},legend:{display:!1},streaming:!1,tooltip:{...r,external:u=>{Vh(n.tooltipState,u,n.granularity.value)}},thresholdPlugin:{threshold:(c=n.threshold)==null?void 0:c.value}},interaction:{mode:"index",intersect:!1},layout:{padding:{left:0,right:0,top:0,bottom:0}}}});return d.onUnmounted(()=>{Te.positioners[s]&&delete Te.positioners[s]}),{options:o}}function $M(n){const{isMultiMetric:t,hasDimensions:e,metricNames:i,barSegmentLabels:s,pivotRecords:r,rowLabels:a,colorPalette:o}=n,{i18n:l}=mt.useI18n();return t?i.map(u=>({label:l&&l.te(`chartLabels.${u}`)&&l.t(`chartLabels.${u}`)||u,backgroundColor:Xr(i.indexOf(u),on),data:a.map((h,f)=>e?r[`${h.id},${u}`]||0:r[`${f},${u}`]||null)})):Array.from(s).flatMap((u,h)=>{if(!u)return[];const f=Zo(h,u.name,u.id==="empty",o);return{label:l&&l.te(`chartLabels.${u.name}`)&&l.t(`chartLabels.${u.name}`)||u.name,backgroundColor:f,data:a.map(m=>r[`${m.id},${u.id}`]||null),isSegmentEmpty:u.id==="empty"}})}function jM(n,t){const{i18n:e}=mt.useI18n();return d.computed(()=>{try{if(t.value&&"meta"in t.value&&"data"in t.value){const s=t.value.data,{display:r,metric_names:a}=t.value.meta,o=r&&Object.keys(r),l=a&&a.length>1,c=r&&o&&o.length>0,u=c&&o.length>1;if(!s.length||!a)return{datasets:[],labels:[]};const h=c&&o||a,f=h[0],m=h.length>1?h[1]:h[0],g=Object.fromEntries(l?s.flatMap(b=>a.map((M,E)=>{const R=b.event[f],I=c?`${R},${M}`:`${E},${M}`,B=b.event[M];return[I,B]})):s.map(b=>{const M=c?`${b.event[f]},${b.event[m]}`:`${f},${m}`,E=b.event[a[0]];return[M,E]})),_=Object.keys(g).reduce((b,M)=>{const[E]=M.split(","),R=g[M];return b[E]?b[E]+=R:b[E]=R,b},{}),x=Object.entries(_).sort(([,b],[,M])=>Number(M)-Number(b)).map(([b])=>b),v=r[f],S=r[m];let k=c&&v&&Object.entries(v).map(([b,M])=>({id:b,name:M.name}))||a.map(b=>({id:b,name:b})),C=c&&S&&Object.entries(S).map(([b,M])=>({id:b,name:M.name}))||a.map(b=>({id:b,name:b}));if(c&&f==="country_code"&&(k=k.map(b=>({...b,name:Uo(b.id)||b.name}))),c&&m==="country_code"&&(C=C.map(b=>({...b,name:Uo(b.id)||b.name}))),f!=="status_code"&&f!=="status_code_grouped"&&(k.sort((b,M)=>x.indexOf(b.id)-x.indexOf(M.id)),C.sort((b,M)=>x.indexOf(b.id)-x.indexOf(M.id))),!k||!C)return{labels:[],datasets:[]};const A=$M({isMultiMetric:l,hasDimensions:c,metricNames:a,dimensionFieldNames:h,barSegmentLabels:C,pivotRecords:g,rowLabels:k,colorPalette:n.colorPalette||on}),O=c?k.map(b=>e&&e.te(`chartLabels.${b.name}`)&&e.t(`chartLabels.${b.name}`)||b.name):a.map(b=>e&&e.te(`chartLabels.${b}`)&&e.t(`chartLabels.${b}`)||b),T=k.map(b=>b.id==="empty");return{labels:O,datasets:A,isLabelEmpty:T,isMultiDimension:u}}}catch(s){return console.error(s),{datasets:[],labels:[]}}return{labels:[],datasets:[]}})}const UM=(n,t,e=1)=>Array(Math.ceil((t-n)/e)).fill(n).map((i,s)=>i+s*e),qM=n=>{if(typeof n=="string"){const t=+n;if(t)return t;try{return oh(n).getTime()}catch(e){if(e instanceof RangeError)return 0;throw e}}return n},XM=(n,t,e,i,s)=>{const a=Math.max(t-6e4,Math.max(...(s||[]).map(c=>new Date(c.timestamp).valueOf()))),o=Math.floor((n-i)/e)*e+i,l=Math.floor((a-i)/e)*e+i+e;return UM(o,l,e)};function GM(n,t){const{i18n:e}=mt.useI18n();return d.computed(()=>{try{if(t.value&&"meta"in t.value&&"data"in t.value){const s=t.value.data,{display:r,metric_names:a,start_ms:o,end_ms:l}=t.value.meta;if(!a)return console.error("Cannot build chart data from this explore result. Missing metric names."),{datasets:[]};const c=r&&Object.keys(r)||a,u=c&&c[0],h=r[u];let f=r&&h&&Object.keys(h).map(C=>({id:C,name:h[C].name}))||a.map(C=>({id:C,name:C}));u==="country_code"&&(f=f.map(C=>({...C,name:Uo(C.id)||C.name})));const m=t.value.meta.granularity_ms;if(typeof m!="number"||isNaN(m)||!isFinite(m)||m===0)return console.error("Invalid step value:",m),{datasets:[],labels:[]};if(!s.length)return{datasets:[],labels:[]};const g=qM(o),_=XM(o,l,m,g,s),x=new Set,v=s!=null&&s.length?s.reduce((C,A)=>{const O=new Date(A.timestamp).valueOf(),T=A.event;for(const p of a)x.add(p),O in C||(C[O]={}),p in C[O]||(C[O][p]={});for(const p of a)f.forEach(b=>{T[u]===b.id||p===b.id?(C[O][p]||(C[O][p]={}),C[O][p][b.name]=Math.round(Number(T[p])*1e3)/1e3):c.length||(C[O][p]||(C[O][p]={}),C[O][p][b.name]=Math.round(Number(T[b.id])*1e3)/1e3)});return C},{}):{},k=[...a.length===1?a.flatMap(C=>f.map(A=>[C,A.name,A.id==="empty"])):f.map(C=>[C.name,C.name,C.id==="empty"])].map(([C,A,O],T)=>{const p=_.map(R=>R in v&&C in v[R]?{x:R,y:v[R][C][A]||0}:{x:R,y:0});let{colorPalette:b,fill:M}=n;it(b)&&(b=on);const E=Zo(T,A,O,b);return{rawDimension:A,rawMetric:C,label:e&&e.te(`chartLabels.${A}`)&&e.t(`chartLabels.${A}`)||A,borderColor:E,backgroundColor:E,data:p,total:p.reduce((R,{y:I})=>R+Number(I),0),...X1,fill:M,borderWidth:M?K1:G1,isSegmentEmpty:O}});return u==="status_code"||u==="status_code_grouped"?k.sort((C,A)=>(C.label??"")<(A.label??"")?-1:1):k.sort((C,A)=>Number(C.total)<Number(A.total)?-1:1),{datasets:k}}}catch(s){return console.error(s),{labels:[],datasets:[]}}return{labels:[],datasets:[]}})}const KM=(n,t)=>{d.watch([n,t],(e,i,s)=>{const[r,a]=e;!a||!window||(window._AnalyticsChartDataInternal||(window._AnalyticsChartDataInternal=new Map),window._AnalyticsChartDataInternal.set(a,r),s(()=>{var o;(o=window._AnalyticsChartDataInternal)==null||o.delete(a)}))},{immediate:!0})};function ZM(){const{i18n:n}=mt.useI18n();return{translateUnit:(e,i)=>{const s=i===1,r=`chartUnits.${e}`;return e==="usd"?"":n.te(r)?n.t(r,{plural:s?"":"s"}):e}}}const QM="analytics-query-provider",xf=2;function JM(){const n=d.inject(QM);return{evaluateFeatureFlag:(e,i)=>n?n.evaluateFeatureFlagFn(e,i):i}}function fl(n){return d.getCurrentScope()?(d.onScopeDispose(n),!0):!1}const wf=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const tS=n=>n!=null,eS=Object.prototype.toString,nS=n=>eS.call(n)==="[object Object]";function Jr(n){return Array.isArray(n)?n:[n]}function iS(n){return d.getCurrentInstance()}function sS(n,t={}){if(!d.isRef(n))return d.toRefs(n);const e=Array.isArray(n.value)?Array.from({length:n.value.length}):{};for(const i in n.value)e[i]=d.customRef(()=>({get(){return n.value[i]},set(s){var r;if((r=d.toValue(t.replaceRef))!=null?r:!0)if(Array.isArray(n.value)){const o=[...n.value];o[i]=s,n.value=o}else{const o={...n.value,[i]:s};Object.setPrototypeOf(o,Object.getPrototypeOf(n.value)),n.value=o}else n.value[i]=s}}));return e}function rS(n,t=!0,e){iS()?d.onMounted(n,e):t?n():d.nextTick(n)}function aS(n,t,e){return d.watch(n,t,{...e,immediate:!0})}const ta=wf?window:void 0;function Ci(n){var t;const e=d.toValue(n);return(t=e==null?void 0:e.$el)!=null?t:e}function Rs(...n){const t=[],e=()=>{t.forEach(o=>o()),t.length=0},i=(o,l,c,u)=>(o.addEventListener(l,c,u),()=>o.removeEventListener(l,c,u)),s=d.computed(()=>{const o=Jr(d.toValue(n[0])).filter(l=>l!=null);return o.every(l=>typeof l!="string")?o:void 0}),r=aS(()=>{var o,l;return[(l=(o=s.value)==null?void 0:o.map(c=>Ci(c)))!=null?l:[ta].filter(c=>c!=null),Jr(d.toValue(s.value?n[1]:n[0])),Jr(d.unref(s.value?n[2]:n[1])),d.toValue(s.value?n[3]:n[2])]},([o,l,c,u])=>{if(e(),!(o!=null&&o.length)||!(l!=null&&l.length)||!(c!=null&&c.length))return;const h=nS(u)?{...u}:u;t.push(...o.flatMap(f=>l.flatMap(m=>c.map(g=>i(f,m,g,h)))))},{flush:"post"}),a=()=>{r(),e()};return fl(e),a}function oS(){const n=d.shallowRef(!1),t=d.getCurrentInstance();return t&&d.onMounted(()=>{n.value=!0},t),n}function vf(n){const t=oS();return d.computed(()=>(t.value,!!n()))}function lS(n,t,e={}){const{window:i=ta,...s}=e;let r;const a=vf(()=>i&&"MutationObserver"in i),o=()=>{r&&(r.disconnect(),r=void 0)},l=d.computed(()=>{const f=d.toValue(n),m=Jr(f).map(Ci).filter(tS);return new Set(m)}),c=d.watch(()=>l.value,f=>{o(),a.value&&f.size&&(r=new MutationObserver(t),f.forEach(m=>r.observe(m,s)))},{immediate:!0,flush:"post"}),u=()=>r==null?void 0:r.takeRecords(),h=()=>{c(),o()};return fl(h),{isSupported:a,stop:h,takeRecords:u}}function cS(n,t={}){var e;const{pointerTypes:i,preventDefault:s,stopPropagation:r,exact:a,onMove:o,onEnd:l,onStart:c,initialValue:u,axis:h="both",draggingElement:f=ta,containerElement:m,handle:g=n,buttons:_=[0]}=t,x=d.ref((e=d.toValue(u))!=null?e:{x:0,y:0}),v=d.ref(),S=T=>i?i.includes(T.pointerType):!0,k=T=>{d.toValue(s)&&T.preventDefault(),d.toValue(r)&&T.stopPropagation()},C=T=>{var p;if(!d.toValue(_).includes(T.button)||d.toValue(t.disabled)||!S(T)||d.toValue(a)&&T.target!==d.toValue(n))return;const b=d.toValue(m),M=(p=b==null?void 0:b.getBoundingClientRect)==null?void 0:p.call(b),E=d.toValue(n).getBoundingClientRect(),R={x:T.clientX-(b?E.left-M.left+b.scrollLeft:E.left),y:T.clientY-(b?E.top-M.top+b.scrollTop:E.top)};(c==null?void 0:c(R,T))!==!1&&(v.value=R,k(T))},A=T=>{if(d.toValue(t.disabled)||!S(T)||!v.value)return;const p=d.toValue(m),b=d.toValue(n).getBoundingClientRect();let{x:M,y:E}=x.value;(h==="x"||h==="both")&&(M=T.clientX-v.value.x,p&&(M=Math.min(Math.max(0,M),p.scrollWidth-b.width))),(h==="y"||h==="both")&&(E=T.clientY-v.value.y,p&&(E=Math.min(Math.max(0,E),p.scrollHeight-b.height))),x.value={x:M,y:E},o==null||o(x.value,T),k(T)},O=T=>{d.toValue(t.disabled)||!S(T)||v.value&&(v.value=void 0,l==null||l(x.value,T),k(T))};if(wf){const T=()=>{var p;return{capture:(p=t.capture)!=null?p:!0,passive:!d.toValue(s)}};Rs(g,"pointerdown",C,T),Rs(f,"pointermove",A,T),Rs(f,"pointerup",O,T)}return{...sS(x),position:x,isDragging:d.computed(()=>!!v.value),style:d.computed(()=>`left:${x.value.x}px;top:${x.value.y}px;`)}}function uS(n,t,e={}){const{window:i=ta,...s}=e;let r;const a=vf(()=>i&&"ResizeObserver"in i),o=()=>{r&&(r.disconnect(),r=void 0)},l=d.computed(()=>{const h=d.toValue(n);return Array.isArray(h)?h.map(f=>Ci(f)):[Ci(h)]}),c=d.watch(l,h=>{if(o(),a.value&&i){r=new ResizeObserver(t);for(const f of h)f&&r.observe(f,s)}},{immediate:!0,flush:"post"}),u=()=>{o(),c()};return fl(u),{isSupported:a,stop:u}}function dS(n,t={}){const{reset:e=!0,windowResize:i=!0,windowScroll:s=!0,immediate:r=!0,updateTiming:a="sync"}=t,o=d.shallowRef(0),l=d.shallowRef(0),c=d.shallowRef(0),u=d.shallowRef(0),h=d.shallowRef(0),f=d.shallowRef(0),m=d.shallowRef(0),g=d.shallowRef(0);function _(){const v=Ci(n);if(!v){e&&(o.value=0,l.value=0,c.value=0,u.value=0,h.value=0,f.value=0,m.value=0,g.value=0);return}const S=v.getBoundingClientRect();o.value=S.height,l.value=S.bottom,c.value=S.left,u.value=S.right,h.value=S.top,f.value=S.width,m.value=S.x,g.value=S.y}function x(){a==="sync"?_():a==="next-frame"&&requestAnimationFrame(()=>_())}return uS(n,x),d.watch(()=>Ci(n),v=>!v&&x()),lS(n,x,{attributeFilter:["style","class"]}),s&&Rs("scroll",x,{capture:!0,passive:!0}),i&&Rs("resize",x,{passive:!0}),rS(()=>{r&&x()}),{height:o,bottom:l,left:c,right:u,top:h,width:f,x:m,y:g,update:x}}function hS(n,t){const{top:e,left:i}=dS(n),s=d.computed(()=>n.value?`${parseFloat(t.left)+i.value}px`:t.left),r=d.computed(()=>n.value?`${parseFloat(t.top)+e.value}px`:t.top);return{tooltipAbsoluteLeft:s,tooltipAbsoluteTop:r}}const fS=({bucketCount:n,minStamp:t,maxStamp:e,timestamps:i})=>{const s=[...i].filter(l=>l>=t&&l<=e).sort((l,c)=>l-c),r=[];if(e-t<n-2)return[];const a=(e-t)/n;let o=0;for(let l=0;l<n;l++){const c=t+l*a,u=t+(l+1)*a;let h=0;for(;o<s.length&&s[o]>=c&&s[o]<=u;)h++,o++;r.push([Math.ceil(c),h])}return r},Mf=()=>({minCounts:{},maxCounts:{},minStamps:{},maxStamps:{},renderPoints:{}}),Is=d.ref({}),mS=n=>(Is.value[n]||(Is.value[n]=Mf()),Is.value[n]),gS=(n,t)=>{const e=Is.value[t];if(!e)return;const i=e.minCounts[n]!==void 0||e.maxCounts[n]!==void 0||e.minStamps[n]!==void 0||e.maxStamps[n]!==void 0||e.renderPoints[n]!==void 0;e&&i&&(delete e.minCounts[n],delete e.maxCounts[n],delete e.minStamps[n],delete e.maxStamps[n],delete e.renderPoints[n],Object.keys(e.minCounts).length||Object.keys(e.maxCounts).length||Object.keys(e.minStamps).length||Object.keys(e.maxStamps).length||Object.keys(e.renderPoints).length||delete Is.value[t])};function pS({chartKey:n,datasets:t,groupKey:e,minStamp:i=void 0,maxStamp:s=void 0,minCount:r=void 0,maxCount:a=void 0,renderPoints:o=void 0,type:l}){const u=e!==void 0&&n!==void 0?mS(e):Mf(),h=n!==void 0?n:"static-chart-key",f=d.computed(()=>t.reduce((M,{timestamps:E})=>[...M,...E],[])),m=d.computed(()=>i||f.value.reduce((M,E)=>M===0?E:Math.min(M,E),0)),g=d.computed(()=>s||f.value.reduce((M,E)=>Math.max(M,E),0));d.watchEffect(()=>{u.minStamps[h]=m.value,u.maxStamps[h]=g.value,o!==void 0&&(u.renderPoints[h]=o)});const _=d.computed(()=>Object.values(u.minStamps).reduce((M,E)=>M===0?E:Math.min(M,E),0)),x=d.computed(()=>Object.values(u.maxStamps).reduce((M,E)=>Math.max(M,E),0)),v=d.computed(()=>{const M=Object.values(u.renderPoints);return M.length===0?24:M.reduce((E,R)=>Math.max(E,R),2)}),S=d.computed(()=>{const M=x.value-_.value;return Math.ceil(M/v.value)}),k=d.computed(()=>t.length>1),C=d.computed(()=>t.map(({timestamps:M,color:E,label:R})=>({data:fS({bucketCount:v.value,minStamp:_.value,maxStamp:x.value,timestamps:M}).map(([U,J])=>({x:U,y:J})),label:R,...(l==="sparkline_bar"||k.value)&&E&&{backgroundColor:E},...l!=="sparkline_bar"&&E&&{borderColor:E},...k.value&&l!=="sparkline_bar"&&{fill:!0}}))),A=d.computed(()=>{var R,I;const M=((I=(R=C.value[0])==null?void 0:R.data)==null?void 0:I.length)??0,E=[];for(let B=0;B<M;B++){let U=0;for(let J=0;J<C.value.length;J++)U+=C.value[J].data[B].y;E.push(U)}return E}),O=d.computed(()=>{const M=A.value.reduce((E,R)=>Math.max(E,R),0);return Math.max(M,a??0)}),T=d.computed(()=>{const M=C.value.reduce((I,{data:B})=>[...I,...B.map(({y:U})=>U)],[]),E=M.length?M[0]:0,R=M.reduce((I,B)=>Math.min(I,B),E);return r===void 0?R:Math.min(R,r)});d.watchEffect(()=>{u.maxCounts[h]=O.value,u.minCounts[h]=T.value});const p=d.computed(()=>{const M=Object.values(u.minCounts),E=M.length?M[0]:0;return M.reduce((R,I)=>Math.min(R,I),E)}),b=d.computed(()=>Object.values(u.maxCounts).reduce((M,E)=>Math.max(M,E),0));return d.onUnmounted(()=>{n!==void 0&&e!==void 0&&gS(n,e)}),{syncedMinStamp:_,syncedMaxStamp:x,syncedRenderPoints:v,syncedChartDatasets:C,syncedGroupSizeMs:S,syncedMinCount:p,syncedMaxCount:b}}const mt={useBarChartOptions:NM,useChartJSCommon:BM,useChartLegendValues:HM,useChartSelectedRange:WM,useExploreResultToDatasets:jM,useExploreResultToTimeDataset:GM,useDonutChartOptions:YM,useLineChartOptions:VM,useI18n:Bm,useReportChartDataForSynthetics:KM,useTranslatedUnits:ZM,useEvaluateFeatureFlag:JM,useTooltipAbsolutePosition:hS,useSparklineSync:pS};var we=(n=>(n.Hidden="hidden",n.Bottom="bottom",n))(we||{});/*!
19
19
  * chartjs-plugin-annotation v3.1.0
20
20
  * https://www.chartjs.org/chartjs-plugin-annotation/index
21
21
  * (c) 2024 chartjs-plugin-annotation Contributors