Files
anthropic-client/docs/public/chunk-UOD6J27N.min.js
T

66 lines
219 KiB
JavaScript
Raw Permalink Normal View History

2024-11-19 20:13:35 +00:00
import{a as qa,d as za}from"./chunk-OSRY5VT3.min.js";var Pa=qa((Wo,Uo)=>{(function(t,e){typeof Wo=="object"&&typeof Uo<"u"?Uo.exports=e():typeof define=="function"&&define.amd?define(e):(t=typeof globalThis<"u"?globalThis:t||self).dayjs=e()})(Wo,function(){"use strict";var t=1e3,e=6e4,r=36e5,i="millisecond",o="second",n="minute",a="hour",s="day",h="week",l="month",c="quarter",d="year",u="date",p="Invalid Date",S=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,A=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,W={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(v){var g=["th","st","nd","rd"],x=v%100;return"["+v+(g[(x-20)%10]||g[x]||g[0])+"]"}},$=function(v,g,x){var L=String(v);return!L||L.length>=g?v:""+Array(g+1-L.length).join(x)+v},V={s:$,z:function(v){var g=-v.utcOffset(),x=Math.abs(g),L=Math.floor(x/60),k=x%60;return(g<=0?"+":"-")+$(L,2,"0")+":"+$(k,2,"0")},m:function v(g,x){if(g.date()<x.date())return-v(x,g);var L=12*(x.year()-g.year())+(x.month()-g.month()),k=g.clone().add(L,l),R=x-k<0,I=g.clone().add(L+(R?-1:1),l);return+(-(L+(x-k)/(R?k-I:I-k))||0)},a:function(v){return v<0?Math.ceil(v)||0:Math.floor(v)},p:function(v){return{M:l,y:d,w:h,d:s,D:u,h:a,m:n,s:o,ms:i,Q:c}[v]||String(v||"").toLowerCase().replace(/s$/,"")},u:function(v){return v===void 0}},M="en",F={};F[M]=W;var U="$isDayjsObject",T=function(v){return v instanceof K||!(!v||!v[U])},j=function v(g,x,L){var k;if(!g)return M;if(typeof g=="string"){var R=g.toLowerCase();F[R]&&(k=R),x&&(F[R]=x,k=R);var I=g.split("-");if(!k&&I.length>1)return v(I[0])}else{var G=g.name;F[G]=g,k=G}return!L&&k&&(M=k),k||!L&&M},w=function(v,g){if(T(v))return v.clone();var x=typeof g=="object"?g:{};return x.date=v,x.args=arguments,new K(x)},H=V;H.l=j,H.i=T,H.w=function(v,g){return w(v,{locale:g.$L,utc:g.$u,x:g.$x,$offset:g.$offset})};var K=function(){function v(x){this.$L=j(x.locale,null,!0),this.parse(x),this.$x=this.$x||x.x||{},this[U]=!0}var g=v.prototype;return g.parse=function(x){this.$d=function(L){var k=L.date,R=L.utc;if(k===null)return new Date(NaN);if(H.u(k))return new Date;if(k instanceof Date)return new Date(k);if(typeof k=="string"&&!/Z$/i.test(k)){var I=k.match(S);if(I){var G=I[2]-1||0,J=(I[7]||"0").substring(0,3);return R?new Date(Date.UTC(I[1],G,I[3]||1,I[4]||0,I[5]||0,I[6]||0,J)):new Date(I[1],G,I[3]||1,I[4]||0,I[5]||0,I[6]||0,J)}}return new Date(k)}(x),this.init()},g.init=function(){var x=this.$d;this.$y=x.getFullYear(),this.$M=x.getMonth(),this.$D=x.getDate(),this.$W=x.getDay(),this.$H=x.getHours(),this.$m=x.getMinutes(),this.$s=x.getSeconds(),this.$ms=x.getMilliseconds()},g.$utils=function(){return H},g.isValid=function(){return this.$d.toString()!==p},g.isSame=function(x,L){var k=w(x);return this.startOf(L)<=k&&k<=this.endOf(L)},g.isAfter=function(x,L){return w(x)<this.startOf(L)},g.isBefore=function(x,L){return this.endOf(L)<w(x)},g.$g=function(x,L,k){return H.u(x)?this[L]:this.set(k,x)},g.unix=function(){return Math.floor(this.valueOf()/1e3)},g.valueOf=function(){return this.$d.getTime()},g.startOf=function(x,L){var k=this,R=!!H.u(L)||L,I=H.p(x),G=function(Mt,ht){var B=H.w(k.$u?Date.UTC(k.$y,ht,Mt):new Date(k.$y,ht,Mt),k);return R?B:B.endOf(s)},J=function(Mt,ht){return H.w(k.toDate()[Mt].apply(k.toDate("s"),(R?[0,0,0,0]:[23,59,59,999]).slice(ht)),k)},it=this.$W,ot=this.$M,mt=this.$D,Rt="set"+(this.$u?"UTC":"");switch(I){case d:return R?G(1,0):G(31,11);case l:return R?G(1,ot):G(0,ot+1);case h:var ut=this.$locale().weekStart||0,$t=(it<ut?it+7:it)-ut;return G(R?mt-$t:mt+(6-$t),ot);case s:case u:return J(Rt+"Hours",0);case a:return J(Rt+"Minutes",1);case n:return J(Rt+"Seconds",2);case o:return J(Rt+"Milliseconds",3);default:return this.clone()}},g.endOf=function(x){return this.startOf(x,!1)},g.$set=function(x,L){var k,R=H.p(x),I="set"+(this.$u?"UTC":""),G=(k={},k[s]=I+"Date",k[u]=I+"Date",k[l]=I+"Month",k[d]=I+"FullYear",k[a
`+qt),Ke&&c([Lo,Mo,Ao],Jt=>{qt=W(qt,Jt," ")}),Dt&&di?Dt.createHTML(qt):qt},z.setConfig=function(){let P=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};$o(P),Io=!0},z.clearConfig=function(){rr=null,Io=!1},z.isValidAttribute=function(P,f,_){rr||$o({});let O=Ct(P),st=Ct(f);return Da(O,st,_)},z.addHook=function(P,f){typeof f=="function"&&(Kt[P]=Kt[P]||[],u(Kt[P],f))},z.removeHook=function(P){if(Kt[P])return d(Kt[P])},z.removeHooks=function(P){Kt[P]&&(Kt[P]=[])},z.removeAllHooks=function(){Kt={}},z}var ci=Zt();return ci})});var yi={min:{r:0,g:0,b:0,s:0,l:0,a:0},max:{r:255,g:255,b:255,h:360,s:100,l:100,a:1},clamp:{r:t=>t>=255?255:t<0?0:t,g:t=>t>=255?255:t<0?0:t,b:t=>t>=255?255:t<0?0:t,h:t=>t%360,s:t=>t>=100?100:t<0?0:t,l:t=>t>=100?100:t<0?0:t,a:t=>t>=1?1:t<0?0:t},toLinear:t=>{let e=t/255;return t>.03928?Math.pow((e+.055)/1.055,2.4):e/12.92},hue2rgb:(t,e,r)=>(r<0&&(r+=1),r>1&&(r-=1),r<.16666666666666666?t+(e-t)*6*r:r<.5?e:r<.6666666666666666?t+(e-t)*(.6666666666666666-r)*6:t),hsl2rgb:({h:t,s:e,l:r},i)=>{if(!e)return r*2.55;t/=360,e/=100,r/=100;let o=r<.5?r*(1+e):r+e-r*e,n=2*r-o;switch(i){case"r":return yi.hue2rgb(n,o,t+.3333333333333333)*255;case"g":return yi.hue2rgb(n,o,t)*255;case"b":return yi.hue2rgb(n,o,t-.3333333333333333)*255}},rgb2hsl:({r:t,g:e,b:r},i)=>{t/=255,e/=255,r/=255;let o=Math.max(t,e,r),n=Math.min(t,e,r),a=(o+n)/2;if(i==="l")return a*100;if(o===n)return 0;let s=o-n,h=a>.5?s/(2-o-n):s/(o+n);if(i==="s")return h*100;switch(o){case t:return((e-r)/s+(e<r?6:0))*60;case e:return((r-t)/s+2)*60;case r:return((t-e)/s+4)*60;default:return-1}}},$a=yi;var lu={clamp:(t,e,r)=>e>r?Math.min(e,Math.max(r,t)):Math.min(r,Math.max(e,t)),round:t=>Math.round(t*1e10)/1e10},Wa=lu;var hu={dec2hex:t=>{let e=Math.round(t).toString(16);return e.length>1?e:`0${e}`}},Ua=hu;var cu={channel:$a,lang:Wa,unit:Ua},q=cu;var le={};for(let t=0;t<=255;t++)le[t]=q.unit.dec2hex(t);var dt={ALL:0,RGB:1,HSL:2};var Ho=class{constructor(){this.type=dt.ALL}get(){return this.type}set(e){if(this.type&&this.type!==e)throw new Error("Cannot change both RGB and HSL channels at the same time");this.type=e}reset(){this.type=dt.ALL}is(e){return this.type===e}},Ha=Ho;var Yo=class{constructor(e,r){this.color=r,this.changed=!1,this.data=e,this.type=new Ha}set(e,r){return this.color=r,this.changed=!1,this.data=e,this.type.type=dt.ALL,this}_ensureHSL(){let e=this.data,{h:r,s:i,l:o}=e;r===void 0&&(e.h=q.channel.rgb2hsl(e,"h")),i===void 0&&(e.s=q.channel.rgb2hsl(e,"s")),o===void 0&&(e.l=q.channel.rgb2hsl(e,"l"))}_ensureRGB(){let e=this.data,{r,g:i,b:o}=e;r===void 0&&(e.r=q.channel.hsl2rgb(e,"r")),i===void 0&&(e.g=q.channel.hsl2rgb(e,"g")),o===void 0&&(e.b=q.channel.hsl2rgb(e,"b"))}get r(){let e=this.data,r=e.r;return!this.type.is(dt.HSL)&&r!==void 0?r:(this._ensureHSL(),q.channel.hsl2rgb(e,"r"))}get g(){let e=this.data,r=e.g;return!this.type.is(dt.HSL)&&r!==void 0?r:(this._ensureHSL(),q.channel.hsl2rgb(e,"g"))}get b(){let e=this.data,r=e.b;return!this.type.is(dt.HSL)&&r!==void 0?r:(this._ensureHSL(),q.channel.hsl2rgb(e,"b"))}get h(){let e=this.data,r=e.h;return!this.type.is(dt.RGB)&&r!==void 0?r:(this._ensureRGB(),q.channel.rgb2hsl(e,"h"))}get s(){let e=this.data,r=e.s;return!this.type.is(dt.RGB)&&r!==void 0?r:(this._ensureRGB(),q.channel.rgb2hsl(e,"s"))}get l(){let e=this.data,r=e.l;return!this.type.is(dt.RGB)&&r!==void 0?r:(this._ensureRGB(),q.channel.rgb2hsl(e,"l"))}get a(){return this.data.a}set r(e){this.type.set(dt.RGB),this.changed=!0,this.data.r=e}set g(e){this.type.set(dt.RGB),this.changed=!0,this.data.g=e}set b(e){this.type.set(dt.RGB),this.changed=!0,this.data.b=e}set h(e){this.type.set(dt.HSL),this.changed=!0,this.data.h=e}set s(e){this.type.set(dt.HSL),this.changed=!0,this.data.s=e}set l(e){this.type.set(dt.HSL),this.changed=!0,this.data.l=e}set a(e){this.changed=!0,this.data.a=e}},Ya=Yo;var uu=new Ya({r:0,g:0,b:0,a:0},"transparent"),ye=uu;var Ga={re:/^#((?:[a-f0-9]{2}){2,4}|[a-f0-9]{3})$/i,parse:t=>{if(t.charCodeAt(0)!==35)return;let e=t.match(Ga.re);if(!e)return;let r=e[1],i=parseInt(r,16),o=r.length,n=o%4===0,a=o>4,s=a?1:17,h=a?8:4,l=n?0:-1,c=a?2
`);for(let[r,{detector:i}]of Object.entries(Si))if(i(t,e))return r;throw new Au(`No diagram type detected matching given configuration for text: ${t}`)},"detectType"),F0=y((...t)=>{for(let{id:e,detector:r,loader:i}of t)ns(e,r,i)},"registerLazyLoadedDiagrams"),ns=y((t,e,r)=>{Si[t]&&nt.warn(`Detector with key ${t} already exists. Overwriting.`),Si[t]={detector:e,loader:r},nt.debug(`Detector with key ${t} added${r?" with loader":""}`)},"addDetector"),L0=y(t=>Si[t].loader,"getDiagramLoader"),jo=y((t,e,{depth:r=2,clobber:i=!1}={})=>{let o={depth:r,clobber:i};return Array.isArray(e)&&!Array.isArray(t)?(e.forEach(n=>jo(t,n,o)),t):Array.isArray(e)&&Array.isArray(t)?(e.forEach(n=>{t.includes(n)||t.push(n)}),t):t===void 0||r<=0?t!=null&&typeof t=="object"&&typeof e=="object"?Object.assign(t,e):e:(e!==void 0&&typeof t=="object"&&typeof e=="object"&&Object.keys(e).forEach(n=>{typeof e[n]=="object"&&(t[n]===void 0||typeof t[n]=="object")?(t[n]===void 0&&(t[n]=Array.isArray(e[n])?[]:{}),t[n]=jo(t[n],e[n],{depth:r-1,clobber:i})):(i||typeof t[n]!="object"&&typeof e[n]!="object")&&(t[n]=e[n])}),t)},"assignWithDepth"),Pt=jo,wi="#ffffff",Bi="#f2f2f2",It=y((t,e)=>e?m(t,{s:-40,l:10}):m(t,{s:-40,l:-10}),"mkBorder"),Eu=class{static{y(this,"Theme")}constructor(){this.background="#f4f4f4",this.primaryColor="#fff4dd",this.noteBkgColor="#fff5ad",this.noteTextColor="#333",this.THEME_COLOR_LIMIT=12,this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px"}updateColors(){if(this.primaryTextColor=this.primaryTextColor||(this.darkMode?"#eee":"#333"),this.secondaryColor=this.secondaryColor||m(this.primaryColor,{h:-120}),this.tertiaryColor=this.tertiaryColor||m(this.primaryColor,{h:180,l:5}),this.primaryBorderColor=this.primaryBorderColor||It(this.primaryColor,this.darkMode),this.secondaryBorderColor=this.secondaryBorderColor||It(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=this.tertiaryBorderColor||It(this.tertiaryColor,this.darkMode),this.noteBorderColor=this.noteBorderColor||It(this.noteBkgColor,this.darkMode),this.noteBkgColor=this.noteBkgColor||"#fff5ad",this.noteTextColor=this.noteTextColor||"#333",this.secondaryTextColor=this.secondaryTextColor||b(this.secondaryColor),this.tertiaryTextColor=this.tertiaryTextColor||b(this.tertiaryColor),this.lineColor=this.lineColor||b(this.background),this.arrowheadColor=this.arrowheadColor||b(this.background),this.textColor=this.textColor||this.primaryTextColor,this.border2=this.border2||this.tertiaryBorderColor,this.nodeBkg=this.nodeBkg||this.primaryColor,this.mainBkg=this.mainBkg||this.primaryColor,this.nodeBorder=this.nodeBorder||this.primaryBorderColor,this.clusterBkg=this.clusterBkg||this.tertiaryColor,this.clusterBorder=this.clusterBorder||this.tertiaryBorderColor,this.defaultLinkColor=this.defaultLinkColor||this.lineColor,this.titleColor=this.titleColor||this.tertiaryTextColor,this.edgeLabelBackground=this.edgeLabelBackground||(this.darkMode?N(this.secondaryColor,30):this.secondaryColor),this.nodeTextColor=this.nodeTextColor||this.primaryTextColor,this.actorBorder=this.actorBorder||this.primaryBorderColor,this.actorBkg=this.actorBkg||this.mainBkg,this.actorTextColor=this.actorTextColor||this.primaryTextColor,this.actorLineColor=this.actorLineColor||this.actorBorder,this.labelBoxBkgColor=this.labelBoxBkgColor||this.actorBkg,this.signalColor=this.signalColor||this.textColor,this.signalTextColor=this.signalTextColor||this.textColor,this.labelBoxBorderColor=this.labelBoxBorderColor||this.actorBorder,this.labelTextColor=this.labelTextColor||this.actorTextColor,this.loopTextColor=this.loopTextColor||this.actorTextColor,this.activationBorderColor=this.activationBorderColor||N(this.secondaryColor,10),this.activationBkgColor=this.activationBkgColor||this.secondaryColor,this.sequenceNumberColor=this.sequenceNumberColor||b(this.lineColor),this.sectionBkgColor=this.sectionBkgColor||this.tertiaryColor,this.altSectionBkgColor=this.altSectionBkgColor||"white",this.sectionBkgColor=this.sectionBkgColor||this.secondaryColor,this.sectionBkgColor2=this.sectionBkgColor2||this.primaryColo
font-family: ${r.fontFamily};
font-size: ${r.fontSize};
fill: ${r.textColor}
}
/* Classes common for multiple diagrams */
& .error-icon {
fill: ${r.errorBkgColor};
}
& .error-text {
fill: ${r.errorTextColor};
stroke: ${r.errorTextColor};
}
& .edge-thickness-normal {
stroke-width: 1px;
}
& .edge-thickness-thick {
stroke-width: 3.5px
}
& .edge-pattern-solid {
stroke-dasharray: 0;
}
& .edge-thickness-invisible {
stroke-width: 0;
fill: none;
}
& .edge-pattern-dashed{
stroke-dasharray: 3;
}
.edge-pattern-dotted {
stroke-dasharray: 2;
}
& .marker {
fill: ${r.lineColor};
stroke: ${r.lineColor};
}
& .marker.cross {
stroke: ${r.lineColor};
}
& svg {
font-family: ${r.fontFamily};
font-size: ${r.fontSize};
}
& p {
margin: 0
}
${i}
${e}
`},"getStyles"),mf=y((t,e)=>{e!==void 0&&(ki[t]=e)},"addStylesForDiagram"),Y0=ff,ds={};wu(ds,{clear:()=>df,getAccDescription:()=>yf,getAccTitle:()=>gf,getDiagramTitle:()=>_f,setAccDescription:()=>xf,setAccTitle:()=>pf,setDiagramTitle:()=>Cf});var tn="",en="",rn="",on=y(t=>Nr(t,Jo()),"sanitizeText"),df=y(()=>{tn="",rn="",en=""},"clear"),pf=y(t=>{tn=on(t).replace(/^\s+/g,"")},"setAccTitle"),gf=y(()=>tn,"getAccTitle"),xf=y(t=>{rn=on(t).replace(/\n\s+/g,`
`)},"setAccDescription"),yf=y(()=>rn,"getAccDescription"),Cf=y(t=>{en=on(t)},"setDiagramTitle"),_f=y(()=>en,"getDiagramTitle"),rs=nt,bf=Bu,ps=Jo,G0=Yu,V0=Fi,Tf=y(t=>Nr(t,ps()),"sanitizeText"),kf=uf,Sf=y(()=>ds,"getCommonDb"),vi={},X0=y((t,e,r)=>{vi[t]&&rs.warn(`Diagram with id ${t} already registered. Overwriting.`),vi[t]=e,r&&ns(t,r),mf(t,e.styles),e.injectUtils?.(rs,bf,ps,Tf,kf,Sf(),()=>{})},"registerDiagram"),j0=y(t=>{if(t in vi)return vi[t];throw new vf(t)},"getDiagram"),vf=class extends Error{static{y(this,"DiagramNotFoundError")}constructor(t){super(`Diagram ${t} not found.`)}};function gs(t,e){let r;if(e===void 0)for(let i of t)i!=null&&(r<i||r===void 0&&i>=i)&&(r=i);else{let i=-1;for(let o of t)(o=e(o,++i,t))!=null&&(r<o||r===void 0&&o>=o)&&(r=o)}return r}function xs(t,e){let r;if(e===void 0)for(let i of t)i!=null&&(r>i||r===void 0&&i>=i)&&(r=i);else{let i=-1;for(let o of t)(o=e(o,++i,t))!=null&&(r>o||r===void 0&&o>=o)&&(r=o)}return r}function Ae(t,e){return t==null||e==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function nn(t,e){return t==null||e==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function Ee(t){let e,r,i;t.length!==2?(e=Ae,r=(s,h)=>Ae(t(s),h),i=(s,h)=>t(s)-h):(e=t===Ae||t===nn?t:wf,r=t,i=t);function o(s,h,l=0,c=s.length){if(l<c){if(e(h,h)!==0)return c;do{let d=l+c>>>1;r(s[d],h)<0?l=d+1:c=d}while(l<c)}return l}function n(s,h,l=0,c=s.length){if(l<c){if(e(h,h)!==0)return c;do{let d=l+c>>>1;r(s[d],h)<=0?l=d+1:c=d}while(l<c)}return l}function a(s,h,l=0,c=s.length){let d=o(s,h,l,c-1);return d>l&&i(s[d-1],h)>-i(s[d],h)?d-1:d}return{left:o,center:a,right:n}}function wf(){return 0}function an(t){return t===null?NaN:+t}var ys=Ee(Ae),Cs=ys.right,Bf=ys.left,Ff=Ee(an).center,sn=Cs;var ar=class extends Map{constructor(e,r=Af){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:r}}),e!=null)for(let[i,o]of e)this.set(i,o)}get(e){return super.get(_s(this,e))}has(e){return super.has(_s(this,e))}set(e,r){return super.set(Lf(this,e),r)}delete(e){return super.delete(Mf(this,e))}};function _s({_intern:t,_key:e},r){let i=e(r);return t.has(i)?t.get(i):r}function Lf({_intern:t,_key:e},r){let i=e(r);return t.has(i)?t.get(i):(t.set(i,r),r)}function Mf({_intern:t,_key:e},r){let i=e(r);return t.has(i)&&(r=t.get(i),t.delete(i)),r}function Af(t){return t!==null&&typeof t=="object"?t.valueOf():t}var Ef=Math.sqrt(50),Df=Math.sqrt(10),Of=Math.sqrt(2);function Mi(t,e,r){let i=(e-t)/Math.max(0,r),o=Math.floor(Math.log10(i)),n=i/Math.pow(10,o),a=n>=Ef?10:n>=Df?5:n>=Of?2:1,s,h,l;return o<0?(l=Math.pow(10,-o)/a,s=Math.round(t*l),h=Math.round(e*l),s/l<t&&++s,h/l>e&&--h,l=-l):(l=Math.pow(10,o)*a,s=Math.round(t/l),h=Math.round(e/l),s*l<t&&++s,h*l>e&&--h),h<s&&.5<=r&&r<2?Mi(t,e,r*2):[s,h,l]}function Ai(t,e,r){if(e=+e,t=+t,r=+r,!(r>0))return[];if(t===e)return[t];let i=e<t,[o,n,a]=i?Mi(e,t,r):Mi(t,e,r);if(!(n>=o))return[];let s=n-o+1,h=new Array(s);if(i)if(a<0)for(let l=0;l<s;++l)h[l]=(n-l)/-a;else for(let l=0;l<s;++l)h[l]=(n-l)*a;else if(a<0)for(let l=0;l<s;++l)h[l]=(o+l)/-a;else for(let l=0;l<s;++l)h[l]=(o+l)*a;return h}function qr(t,e,r){return e=+e,t=+t,r=+r,Mi(t,e,r)[2]}function sr(t,e,r){e=+e,t=+t,r=+r;let i=e<t,o=i?qr(e,t,r):qr(t,e,r);return(i?-1:1)*(o<0?1/-o:o)}function Ei(t,e,r){t=+t,e=+e,r=(o=arguments.length)<2?(e=t,t=0,1):o<3?1:+r;for(var i=-1,o=Math.max(0,Math.ceil((e-t)/r))|0,n=new Array(o);++i<o;)n[i]=t+i*r;return n}function bs(t){return t}var Oi=1,ln=2,hn=3,Di=4,Ts=1e-6;function If(t){return"translate("+t+",0)"}function Nf(t){return"translate(0,"+t+")"}function Rf(t){return e=>+t(e)}function qf(t,e){return e=Math.max(0,t.bandwidth()-e*2)/2,t.round()&&(e=Math.round(e)),r=>+t(r)+e}function zf(){return!this.__axis}function ks(t,e){var r=[],i=null,o=null,n=6,a=6,s=3,h=typeof window<"u"&&window.devicePixelRatio>1?0:.5,l=t===Oi||t===Di?-1:1,c=t===Di||t===ln?"x":"y",d=t===Oi||t===hn?If:Nf;function u(p){var S=i??(e.ticks?e.ticks.apply(e,r):e.domain()),A=o??(e.tickFormat?e.tickFormat.apply(e,r):bs),W=Math.max(n,0)+s,$=e.range(),V=+$[0]+h,M=+$[$.length-1]+h,F=(e.bandwidth?qf:Rf)(e.copy(),h),U=p.selection?p.selection():p,T=U.selectAll("
/*! Bundled license information:
dompurify/dist/purify.js:
(*! @license DOMPurify 3.1.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.6/LICENSE *)
*/
//# sourceMappingURL=chunk-UOD6J27N.min.js.map