agentic-ui-libs 0.1.9 → 0.2.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/style.css +1 -1
- package/dist/data/apiDashboardConfig.d.ts +1 -1
- package/dist/data/apiDashboardConfig.d.ts.map +1 -1
- package/dist/data/colorPalettes.d.ts +1 -1
- package/dist/data/colorPalettes.d.ts.map +1 -1
- package/dist/data/enhancedSampleData.d.ts +1 -1
- package/dist/data/enhancedSampleData.d.ts.map +1 -1
- package/dist/data/executionEventsSample.d.ts +2050 -0
- package/dist/data/executionEventsSample.d.ts.map +1 -0
- package/dist/data/sampleData.d.ts +1 -1
- package/dist/data/sampleData.d.ts.map +1 -1
- package/dist/{components → features/dashboard}/AgentListView.d.ts +1 -1
- package/dist/features/dashboard/AgentListView.d.ts.map +1 -0
- package/dist/{components → features/dashboard}/AnalyticsChart.d.ts +1 -1
- package/dist/features/dashboard/AnalyticsChart.d.ts.map +1 -0
- package/dist/{components → features/dashboard}/AnalyticsTable.d.ts +1 -1
- package/dist/features/dashboard/AnalyticsTable.d.ts.map +1 -0
- package/dist/{components → features/dashboard}/Dashboard.d.ts +1 -1
- package/dist/features/dashboard/Dashboard.d.ts.map +1 -0
- package/dist/{components → features/dashboard}/DashboardSection.d.ts +1 -1
- package/dist/features/dashboard/DashboardSection.d.ts.map +1 -0
- package/dist/{components → features/dashboard}/MetricCard.d.ts +1 -1
- package/dist/features/dashboard/MetricCard.d.ts.map +1 -0
- package/dist/{components → features/dashboard}/ModelListView.d.ts +1 -1
- package/dist/features/dashboard/ModelListView.d.ts.map +1 -0
- package/dist/features/dashboard/RunsSlider.d.ts.map +1 -0
- package/dist/{components → features/dashboard}/SectionControls.d.ts +1 -1
- package/dist/features/dashboard/SectionControls.d.ts.map +1 -0
- package/dist/{components → features/dashboard}/ToolListView.d.ts +1 -1
- package/dist/features/dashboard/ToolListView.d.ts.map +1 -0
- package/dist/{components → features/dashboard}/ViewRenderer.d.ts +1 -1
- package/dist/features/dashboard/ViewRenderer.d.ts.map +1 -0
- package/dist/features/dashboard/index.d.ts +13 -0
- package/dist/features/dashboard/index.d.ts.map +1 -0
- package/dist/features/debug-logs/DebugPanel.d.ts +4 -0
- package/dist/features/debug-logs/DebugPanel.d.ts.map +1 -0
- package/dist/features/debug-logs/components/DataViewer.d.ts +18 -0
- package/dist/features/debug-logs/components/DataViewer.d.ts.map +1 -0
- package/dist/features/debug-logs/components/DebugCard.d.ts +12 -0
- package/dist/features/debug-logs/components/DebugCard.d.ts.map +1 -0
- package/dist/features/debug-logs/index.d.ts +5 -0
- package/dist/features/debug-logs/index.d.ts.map +1 -0
- package/dist/features/debug-logs/services/TreeBuilder.d.ts +77 -0
- package/dist/features/debug-logs/services/TreeBuilder.d.ts.map +1 -0
- package/dist/features/debug-logs/types.d.ts +135 -0
- package/dist/features/debug-logs/types.d.ts.map +1 -0
- package/dist/index.d.ts +18 -17
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10480 -8705
- package/dist/lib/api-invoker.service.d.ts +1 -1
- package/dist/lib/api-invoker.service.d.ts.map +1 -1
- package/dist/lib/dashboard-api.service.d.ts +1 -1
- package/dist/lib/dashboard-api.service.d.ts.map +1 -1
- package/dist/shared/index.d.ts +3 -0
- package/dist/shared/index.d.ts.map +1 -0
- package/dist/shared/types/index.d.ts.map +1 -0
- package/dist/shared/ui/Avatar.d.ts +13 -0
- package/dist/shared/ui/Avatar.d.ts.map +1 -0
- package/dist/{components → shared}/ui/Button.d.ts +1 -1
- package/dist/shared/ui/Button.d.ts.map +1 -0
- package/dist/shared/ui/Card.d.ts.map +1 -0
- package/dist/shared/ui/CodeEditor.d.ts +25 -0
- package/dist/shared/ui/CodeEditor.d.ts.map +1 -0
- package/dist/{components → shared}/ui/IconPreview.d.ts +1 -1
- package/dist/shared/ui/IconPreview.d.ts.map +1 -0
- package/dist/{components → shared}/ui/MultiSelect.d.ts +1 -1
- package/dist/shared/ui/MultiSelect.d.ts.map +1 -0
- package/dist/shared/ui/Portal.d.ts.map +1 -0
- package/dist/{components → shared}/ui/Select.d.ts +1 -1
- package/dist/shared/ui/Select.d.ts.map +1 -0
- package/dist/shared/ui/Skeleton.d.ts.map +1 -0
- package/dist/shared/ui/daterangepicker.d.ts.map +1 -0
- package/dist/shared/ui/index.d.ts +11 -0
- package/dist/shared/ui/index.d.ts.map +1 -0
- package/dist/ui-libs.umd.js +151 -75
- package/package.json +23 -6
- package/dist/components/AgentListView.d.ts.map +0 -1
- package/dist/components/AnalyticsChart.d.ts.map +0 -1
- package/dist/components/AnalyticsTable.d.ts.map +0 -1
- package/dist/components/Dashboard.d.ts.map +0 -1
- package/dist/components/DashboardSection.d.ts.map +0 -1
- package/dist/components/MetricCard.d.ts.map +0 -1
- package/dist/components/ModelListView.d.ts.map +0 -1
- package/dist/components/RunsSlider.d.ts.map +0 -1
- package/dist/components/SectionControls.d.ts.map +0 -1
- package/dist/components/ToolListView.d.ts.map +0 -1
- package/dist/components/ViewRenderer.d.ts.map +0 -1
- package/dist/components/ui/Button.d.ts.map +0 -1
- package/dist/components/ui/Card.d.ts.map +0 -1
- package/dist/components/ui/IconPreview.d.ts.map +0 -1
- package/dist/components/ui/MultiSelect.d.ts.map +0 -1
- package/dist/components/ui/Portal.d.ts.map +0 -1
- package/dist/components/ui/Select.d.ts.map +0 -1
- package/dist/components/ui/Skeleton.d.ts.map +0 -1
- package/dist/components/ui/daterangepicker.d.ts.map +0 -1
- package/dist/types/index.d.ts.map +0 -1
- /package/dist/{components → features/dashboard}/RunsSlider.d.ts +0 -0
- /package/dist/{types → shared/types}/index.d.ts +0 -0
- /package/dist/{components → shared}/ui/Card.d.ts +0 -0
- /package/dist/{components → shared}/ui/Portal.d.ts +0 -0
- /package/dist/{components → shared}/ui/Skeleton.d.ts +0 -0
- /package/dist/{components → shared}/ui/daterangepicker.d.ts +0 -0
package/dist/ui-libs.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(ie,S){typeof exports=="object"&&typeof module<"u"?S(exports,require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react","react-dom"],S):(ie=typeof globalThis<"u"?globalThis:ie||self,S(ie.AgenticUILibs={},ie.React,ie.ReactDOM))})(this,function(ie,S,en){"use strict";var GU=Object.defineProperty;var HU=(ie,S,en)=>S in ie?GU(ie,S,{enumerable:!0,configurable:!0,writable:!0,value:en}):ie[S]=en;var Bt=(ie,S,en)=>HU(ie,typeof S!="symbol"?S+"":S,en);function hb(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const xt=hb(S);var $i=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ke(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var zs={exports:{}},ua={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var
|
|
9
|
+
*/var xf;function mb(){if(xf)return ua;xf=1;var e=S,t=Symbol.for("react.element"),r=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,a=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,i={key:!0,ref:!0,__self:!0,__source:!0};function o(s,l,u){var c,f={},d=null,h=null;u!==void 0&&(d=""+u),l.key!==void 0&&(d=""+l.key),l.ref!==void 0&&(h=l.ref);for(c in l)n.call(l,c)&&!i.hasOwnProperty(c)&&(f[c]=l[c]);if(s&&s.defaultProps)for(c in l=s.defaultProps,l)f[c]===void 0&&(f[c]=l[c]);return{$$typeof:t,type:s,key:d,ref:h,props:f,_owner:a.current}}return ua.Fragment=r,ua.jsx=o,ua.jsxs=o,ua}var ca={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
@@ -14,100 +14,175 @@
|
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var
|
|
18
|
-
`+
|
|
19
|
-
`),
|
|
20
|
-
`),
|
|
21
|
-
`+
|
|
17
|
+
*/var wf;function vb(){return wf||(wf=1,process.env.NODE_ENV!=="production"&&function(){var e=S,t=Symbol.for("react.element"),r=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),o=Symbol.for("react.provider"),s=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),c=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),d=Symbol.for("react.lazy"),h=Symbol.for("react.offscreen"),v=Symbol.iterator,g="@@iterator";function m(N){if(N===null||typeof N!="object")return null;var J=v&&N[v]||N[g];return typeof J=="function"?J:null}var b=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function O(N){{for(var J=arguments.length,ne=new Array(J>1?J-1:0),ce=1;ce<J;ce++)ne[ce-1]=arguments[ce];x("error",N,ne)}}function x(N,J,ne){{var ce=b.ReactDebugCurrentFrame,je=ce.getStackAddendum();je!==""&&(J+="%s",ne=ne.concat([je]));var $e=ne.map(function(ye){return String(ye)});$e.unshift("Warning: "+J),Function.prototype.apply.call(console[N],console,$e)}}var j=!1,y=!1,w=!1,T=!1,A=!1,_;_=Symbol.for("react.module.reference");function C(N){return!!(typeof N=="string"||typeof N=="function"||N===n||N===i||A||N===a||N===u||N===c||T||N===h||j||y||w||typeof N=="object"&&N!==null&&(N.$$typeof===d||N.$$typeof===f||N.$$typeof===o||N.$$typeof===s||N.$$typeof===l||N.$$typeof===_||N.getModuleId!==void 0))}function P(N,J,ne){var ce=N.displayName;if(ce)return ce;var je=J.displayName||J.name||"";return je!==""?ne+"("+je+")":ne}function E(N){return N.displayName||"Context"}function I(N){if(N==null)return null;if(typeof N.tag=="number"&&O("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof N=="function")return N.displayName||N.name||null;if(typeof N=="string")return N;switch(N){case n:return"Fragment";case r:return"Portal";case i:return"Profiler";case a:return"StrictMode";case u:return"Suspense";case c:return"SuspenseList"}if(typeof N=="object")switch(N.$$typeof){case s:var J=N;return E(J)+".Consumer";case o:var ne=N;return E(ne._context)+".Provider";case l:return P(N,N.render,"ForwardRef");case f:var ce=N.displayName||null;return ce!==null?ce:I(N.type)||"Memo";case d:{var je=N,$e=je._payload,ye=je._init;try{return I(ye($e))}catch{return null}}}return null}var k=Object.assign,D=0,M,F,z,q,$,R,U;function W(){}W.__reactDisabledLog=!0;function K(){{if(D===0){M=console.log,F=console.info,z=console.warn,q=console.error,$=console.group,R=console.groupCollapsed,U=console.groupEnd;var N={configurable:!0,enumerable:!0,value:W,writable:!0};Object.defineProperties(console,{info:N,log:N,warn:N,error:N,group:N,groupCollapsed:N,groupEnd:N})}D++}}function B(){{if(D--,D===0){var N={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:k({},N,{value:M}),info:k({},N,{value:F}),warn:k({},N,{value:z}),error:k({},N,{value:q}),group:k({},N,{value:$}),groupCollapsed:k({},N,{value:R}),groupEnd:k({},N,{value:U})})}D<0&&O("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var G=b.ReactCurrentDispatcher,X;function te(N,J,ne){{if(X===void 0)try{throw Error()}catch(je){var ce=je.stack.trim().match(/\n( *(at )?)/);X=ce&&ce[1]||""}return`
|
|
18
|
+
`+X+N}}var V=!1,Z;{var ee=typeof WeakMap=="function"?WeakMap:Map;Z=new ee}function L(N,J){if(!N||V)return"";{var ne=Z.get(N);if(ne!==void 0)return ne}var ce;V=!0;var je=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var $e;$e=G.current,G.current=null,K();try{if(J){var ye=function(){throw Error()};if(Object.defineProperty(ye.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ye,[])}catch(mt){ce=mt}Reflect.construct(N,[],ye)}else{try{ye.call()}catch(mt){ce=mt}N.call(ye.prototype)}}else{try{throw Error()}catch(mt){ce=mt}N()}}catch(mt){if(mt&&ce&&typeof mt.stack=="string"){for(var ge=mt.stack.split(`
|
|
19
|
+
`),ct=ce.stack.split(`
|
|
20
|
+
`),He=ge.length-1,Ye=ct.length-1;He>=1&&Ye>=0&&ge[He]!==ct[Ye];)Ye--;for(;He>=1&&Ye>=0;He--,Ye--)if(ge[He]!==ct[Ye]){if(He!==1||Ye!==1)do if(He--,Ye--,Ye<0||ge[He]!==ct[Ye]){var Ct=`
|
|
21
|
+
`+ge[He].replace(" at new "," at ");return N.displayName&&Ct.includes("<anonymous>")&&(Ct=Ct.replace("<anonymous>",N.displayName)),typeof N=="function"&&Z.set(N,Ct),Ct}while(He>=1&&Ye>=0);break}}}finally{V=!1,G.current=$e,B(),Error.prepareStackTrace=je}var la=N?N.displayName||N.name:"",Qr=la?te(la):"";return typeof N=="function"&&Z.set(N,Qr),Qr}function oe(N,J,ne){return L(N,!1)}function Y(N){var J=N.prototype;return!!(J&&J.isReactComponent)}function ue(N,J,ne){if(N==null)return"";if(typeof N=="function")return L(N,Y(N));if(typeof N=="string")return te(N);switch(N){case u:return te("Suspense");case c:return te("SuspenseList")}if(typeof N=="object")switch(N.$$typeof){case l:return oe(N.render);case f:return ue(N.type,J,ne);case d:{var ce=N,je=ce._payload,$e=ce._init;try{return ue($e(je),J,ne)}catch{}}}return""}var re=Object.prototype.hasOwnProperty,me={},We=b.ReactDebugCurrentFrame;function Be(N){if(N){var J=N._owner,ne=ue(N.type,N._source,J?J.type:null);We.setExtraStackFrame(ne)}else We.setExtraStackFrame(null)}function Fe(N,J,ne,ce,je){{var $e=Function.call.bind(re);for(var ye in N)if($e(N,ye)){var ge=void 0;try{if(typeof N[ye]!="function"){var ct=Error((ce||"React class")+": "+ne+" type `"+ye+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof N[ye]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw ct.name="Invariant Violation",ct}ge=N[ye](J,ye,ce,ne,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(He){ge=He}ge&&!(ge instanceof Error)&&(Be(je),O("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",ce||"React class",ne,ye,typeof ge),Be(null)),ge instanceof Error&&!(ge.message in me)&&(me[ge.message]=!0,Be(je),O("Failed %s type: %s",ne,ge.message),Be(null))}}}var Ge=Array.isArray;function ut(N){return Ge(N)}function Pi(N){{var J=typeof Symbol=="function"&&Symbol.toStringTag,ne=J&&N[Symbol.toStringTag]||N.constructor.name||"Object";return ne}}function _i(N){try{return oa(N),!1}catch{return!0}}function oa(N){return""+N}function Ei(N){if(_i(N))return O("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Pi(N)),oa(N)}var Ci=b.ReactCurrentOwner,PU={key:!0,ref:!0,__self:!0,__source:!0},ib,ob;function _U(N){if(re.call(N,"ref")){var J=Object.getOwnPropertyDescriptor(N,"ref").get;if(J&&J.isReactWarning)return!1}return N.ref!==void 0}function EU(N){if(re.call(N,"key")){var J=Object.getOwnPropertyDescriptor(N,"key").get;if(J&&J.isReactWarning)return!1}return N.key!==void 0}function CU(N,J){typeof N.ref=="string"&&Ci.current}function $U(N,J){{var ne=function(){ib||(ib=!0,O("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",J))};ne.isReactWarning=!0,Object.defineProperty(N,"key",{get:ne,configurable:!0})}}function kU(N,J){{var ne=function(){ob||(ob=!0,O("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",J))};ne.isReactWarning=!0,Object.defineProperty(N,"ref",{get:ne,configurable:!0})}}var MU=function(N,J,ne,ce,je,$e,ye){var ge={$$typeof:t,type:N,key:J,ref:ne,props:ye,_owner:$e};return ge._store={},Object.defineProperty(ge._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(ge,"_self",{configurable:!1,enumerable:!1,writable:!1,value:ce}),Object.defineProperty(ge,"_source",{configurable:!1,enumerable:!1,writable:!1,value:je}),Object.freeze&&(Object.freeze(ge.props),Object.freeze(ge)),ge};function NU(N,J,ne,ce,je){{var $e,ye={},ge=null,ct=null;ne!==void 0&&(Ei(ne),ge=""+ne),EU(J)&&(Ei(J.key),ge=""+J.key),_U(J)&&(ct=J.ref,CU(J,je));for($e in J)re.call(J,$e)&&!PU.hasOwnProperty($e)&&(ye[$e]=J[$e]);if(N&&N.defaultProps){var He=N.defaultProps;for($e in He)ye[$e]===void 0&&(ye[$e]=He[$e])}if(ge||ct){var Ye=typeof N=="function"?N.displayName||N.name||"Unknown":N;ge&&$U(ye,Ye),ct&&kU(ye,Ye)}return MU(N,ge,ct,je,ce,Ci.current,ye)}}var vf=b.ReactCurrentOwner,sb=b.ReactDebugCurrentFrame;function sa(N){if(N){var J=N._owner,ne=ue(N.type,N._source,J?J.type:null);sb.setExtraStackFrame(ne)}else sb.setExtraStackFrame(null)}var gf;gf=!1;function yf(N){return typeof N=="object"&&N!==null&&N.$$typeof===t}function lb(){{if(vf.current){var N=I(vf.current.type);if(N)return`
|
|
22
22
|
|
|
23
|
-
Check the render method of \``+N+"`."}return""}}function
|
|
23
|
+
Check the render method of \``+N+"`."}return""}}function DU(N){return""}var ub={};function IU(N){{var J=lb();if(!J){var ne=typeof N=="string"?N:N.displayName||N.name;ne&&(J=`
|
|
24
24
|
|
|
25
|
-
Check the top-level render call using <`+
|
|
25
|
+
Check the top-level render call using <`+ne+">.")}return J}}function cb(N,J){{if(!N._store||N._store.validated||N.key!=null)return;N._store.validated=!0;var ne=IU(J);if(ub[ne])return;ub[ne]=!0;var ce="";N&&N._owner&&N._owner!==vf.current&&(ce=" It was passed a child from "+I(N._owner.type)+"."),sa(N),O('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',ne,ce),sa(null)}}function fb(N,J){{if(typeof N!="object")return;if(ut(N))for(var ne=0;ne<N.length;ne++){var ce=N[ne];yf(ce)&&cb(ce,J)}else if(yf(N))N._store&&(N._store.validated=!0);else if(N){var je=m(N);if(typeof je=="function"&&je!==N.entries)for(var $e=je.call(N),ye;!(ye=$e.next()).done;)yf(ye.value)&&cb(ye.value,J)}}}function LU(N){{var J=N.type;if(J==null||typeof J=="string")return;var ne;if(typeof J=="function")ne=J.propTypes;else if(typeof J=="object"&&(J.$$typeof===l||J.$$typeof===f))ne=J.propTypes;else return;if(ne){var ce=I(J);Fe(ne,N.props,"prop",ce,N)}else if(J.PropTypes!==void 0&&!gf){gf=!0;var je=I(J);O("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",je||"Unknown")}typeof J.getDefaultProps=="function"&&!J.getDefaultProps.isReactClassApproved&&O("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function RU(N){{for(var J=Object.keys(N.props),ne=0;ne<J.length;ne++){var ce=J[ne];if(ce!=="children"&&ce!=="key"){sa(N),O("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",ce),sa(null);break}}N.ref!==null&&(sa(N),O("Invalid attribute `ref` supplied to `React.Fragment`."),sa(null))}}var db={};function pb(N,J,ne,ce,je,$e){{var ye=C(N);if(!ye){var ge="";(N===void 0||typeof N=="object"&&N!==null&&Object.keys(N).length===0)&&(ge+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var ct=DU();ct?ge+=ct:ge+=lb();var He;N===null?He="null":ut(N)?He="array":N!==void 0&&N.$$typeof===t?(He="<"+(I(N.type)||"Unknown")+" />",ge=" Did you accidentally export a JSX literal instead of a component?"):He=typeof N,O("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",He,ge)}var Ye=NU(N,J,ne,je,$e);if(Ye==null)return Ye;if(ye){var Ct=J.children;if(Ct!==void 0)if(ce)if(ut(Ct)){for(var la=0;la<Ct.length;la++)fb(Ct[la],N);Object.freeze&&Object.freeze(Ct)}else O("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else fb(Ct,N)}if(re.call(J,"key")){var Qr=I(N),mt=Object.keys(J).filter(function(VU){return VU!=="key"}),bf=mt.length>0?"{key: someKey, "+mt.join(": ..., ")+": ...}":"{key: someKey}";if(!db[Qr+bf]){var zU=mt.length>0?"{"+mt.join(": ..., ")+": ...}":"{}";O(`A props object containing a "key" prop is being spread into JSX:
|
|
26
26
|
let props = %s;
|
|
27
27
|
<%s {...props} />
|
|
28
28
|
React keys must be passed directly to JSX without using spread:
|
|
29
29
|
let props = %s;
|
|
30
|
-
<%s key={someKey} {...props} />`,
|
|
30
|
+
<%s key={someKey} {...props} />`,bf,Qr,zU,Qr),db[Qr+bf]=!0}}return N===n?RU(Ye):LU(Ye),Ye}}function BU(N,J,ne){return pb(N,J,ne,!0)}function FU(N,J,ne){return pb(N,J,ne,!1)}var UU=FU,WU=BU;ca.Fragment=n,ca.jsx=UU,ca.jsxs=WU}()),ca}process.env.NODE_ENV==="production"?zs.exports=mb():zs.exports=vb();var p=zs.exports;/**
|
|
31
31
|
* @license lucide-react v0.294.0 - ISC
|
|
32
32
|
*
|
|
33
33
|
* This source code is licensed under the ISC license.
|
|
34
34
|
* See the LICENSE file in the root directory of this source tree.
|
|
35
|
-
*/var
|
|
35
|
+
*/var gb={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
|
|
36
36
|
* @license lucide-react v0.294.0 - ISC
|
|
37
37
|
*
|
|
38
38
|
* This source code is licensed under the ISC license.
|
|
39
39
|
* See the LICENSE file in the root directory of this source tree.
|
|
40
|
-
*/const
|
|
40
|
+
*/const yb=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase().trim(),Pe=(e,t)=>{const r=S.forwardRef(({color:n="currentColor",size:a=24,strokeWidth:i=2,absoluteStrokeWidth:o,className:s="",children:l,...u},c)=>S.createElement("svg",{ref:c,...gb,width:a,height:a,stroke:n,strokeWidth:o?Number(i)*24/Number(a):i,className:["lucide",`lucide-${yb(e)}`,s].join(" "),...u},[...t.map(([f,d])=>S.createElement(f,d)),...Array.isArray(l)?l:[l]]));return r.displayName=`${e}`,r};/**
|
|
41
41
|
* @license lucide-react v0.294.0 - ISC
|
|
42
42
|
*
|
|
43
43
|
* This source code is licensed under the ISC license.
|
|
44
44
|
* See the LICENSE file in the root directory of this source tree.
|
|
45
|
-
*/const
|
|
45
|
+
*/const Of=Pe("AlignLeft",[["line",{x1:"21",x2:"3",y1:"6",y2:"6",key:"1fp77t"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12",key:"v6grx8"}],["line",{x1:"17",x2:"3",y1:"18",y2:"18",key:"1awlsn"}]]);/**
|
|
46
46
|
* @license lucide-react v0.294.0 - ISC
|
|
47
47
|
*
|
|
48
48
|
* This source code is licensed under the ISC license.
|
|
49
49
|
* See the LICENSE file in the root directory of this source tree.
|
|
50
|
-
*/const
|
|
50
|
+
*/const bb=Pe("BarChart3",[["path",{d:"M3 3v18h18",key:"1s2lah"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]]);/**
|
|
51
51
|
* @license lucide-react v0.294.0 - ISC
|
|
52
52
|
*
|
|
53
53
|
* This source code is licensed under the ISC license.
|
|
54
54
|
* See the LICENSE file in the root directory of this source tree.
|
|
55
|
-
*/const
|
|
55
|
+
*/const xb=Pe("Bot",[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]]);/**
|
|
56
56
|
* @license lucide-react v0.294.0 - ISC
|
|
57
57
|
*
|
|
58
58
|
* This source code is licensed under the ISC license.
|
|
59
59
|
* See the LICENSE file in the root directory of this source tree.
|
|
60
|
-
*/const
|
|
60
|
+
*/const Sf=Pe("Calendar",[["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",ry:"2",key:"eu3xkr"}],["line",{x1:"16",x2:"16",y1:"2",y2:"6",key:"m3sa8f"}],["line",{x1:"8",x2:"8",y1:"2",y2:"6",key:"18kwsl"}],["line",{x1:"3",x2:"21",y1:"10",y2:"10",key:"xt86sb"}]]);/**
|
|
61
61
|
* @license lucide-react v0.294.0 - ISC
|
|
62
62
|
*
|
|
63
63
|
* This source code is licensed under the ISC license.
|
|
64
64
|
* See the LICENSE file in the root directory of this source tree.
|
|
65
|
-
*/const
|
|
65
|
+
*/const wb=Pe("CheckCircle2",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);/**
|
|
66
66
|
* @license lucide-react v0.294.0 - ISC
|
|
67
67
|
*
|
|
68
68
|
* This source code is licensed under the ISC license.
|
|
69
69
|
* See the LICENSE file in the root directory of this source tree.
|
|
70
|
-
*/const
|
|
70
|
+
*/const fr=Pe("ChevronDown",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);/**
|
|
71
71
|
* @license lucide-react v0.294.0 - ISC
|
|
72
72
|
*
|
|
73
73
|
* This source code is licensed under the ISC license.
|
|
74
74
|
* See the LICENSE file in the root directory of this source tree.
|
|
75
|
-
*/const
|
|
75
|
+
*/const Ob=Pe("ChevronLeft",[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]]);/**
|
|
76
76
|
* @license lucide-react v0.294.0 - ISC
|
|
77
77
|
*
|
|
78
78
|
* This source code is licensed under the ISC license.
|
|
79
79
|
* See the LICENSE file in the root directory of this source tree.
|
|
80
|
-
*/const
|
|
80
|
+
*/const ki=Pe("ChevronRight",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);/**
|
|
81
81
|
* @license lucide-react v0.294.0 - ISC
|
|
82
82
|
*
|
|
83
83
|
* This source code is licensed under the ISC license.
|
|
84
84
|
* See the LICENSE file in the root directory of this source tree.
|
|
85
|
-
*/const
|
|
85
|
+
*/const Tf=Pe("ChevronUp",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]]);/**
|
|
86
86
|
* @license lucide-react v0.294.0 - ISC
|
|
87
87
|
*
|
|
88
88
|
* This source code is licensed under the ISC license.
|
|
89
89
|
* See the LICENSE file in the root directory of this source tree.
|
|
90
|
-
*/const
|
|
90
|
+
*/const Af=Pe("Clock",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]]);/**
|
|
91
91
|
* @license lucide-react v0.294.0 - ISC
|
|
92
92
|
*
|
|
93
93
|
* This source code is licensed under the ISC license.
|
|
94
94
|
* See the LICENSE file in the root directory of this source tree.
|
|
95
|
-
*/const
|
|
95
|
+
*/const fa=Pe("Copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);/**
|
|
96
96
|
* @license lucide-react v0.294.0 - ISC
|
|
97
97
|
*
|
|
98
98
|
* This source code is licensed under the ISC license.
|
|
99
99
|
* See the LICENSE file in the root directory of this source tree.
|
|
100
|
-
*/const
|
|
100
|
+
*/const Sb=Pe("Download",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"7 10 12 15 17 10",key:"2ggqvy"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3",key:"1vk2je"}]]);/**
|
|
101
101
|
* @license lucide-react v0.294.0 - ISC
|
|
102
102
|
*
|
|
103
103
|
* This source code is licensed under the ISC license.
|
|
104
104
|
* See the LICENSE file in the root directory of this source tree.
|
|
105
|
-
*/const
|
|
105
|
+
*/const Tb=Pe("Expand",[["path",{d:"m21 21-6-6m6 6v-4.8m0 4.8h-4.8",key:"1c15vz"}],["path",{d:"M3 16.2V21m0 0h4.8M3 21l6-6",key:"1fsnz2"}],["path",{d:"M21 7.8V3m0 0h-4.8M21 3l-6 6",key:"hawz9i"}],["path",{d:"M3 7.8V3m0 0h4.8M3 3l6 6",key:"u9ee12"}]]);/**
|
|
106
106
|
* @license lucide-react v0.294.0 - ISC
|
|
107
107
|
*
|
|
108
108
|
* This source code is licensed under the ISC license.
|
|
109
109
|
* See the LICENSE file in the root directory of this source tree.
|
|
110
|
-
*/const s0=ct("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);function bf(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(r=bf(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function ye(){for(var e,t,r=0,n="",a=arguments.length;r<a;r++)(e=arguments[r])&&(t=bf(e))&&(n&&(n+=" "),n+=t);return n}const Fs="-",l0=e=>{const t=c0(e),{conflictingClassGroups:r,conflictingClassGroupModifiers:n}=e;return{getClassGroupId:o=>{const s=o.split(Fs);return s[0]===""&&s.length!==1&&s.shift(),xf(s,t)||u0(o)},getConflictingClassGroupIds:(o,s)=>{const l=r[o]||[];return s&&n[o]?[...l,...n[o]]:l}}},xf=(e,t)=>{var o;if(e.length===0)return t.classGroupId;const r=e[0],n=t.nextPart.get(r),a=n?xf(e.slice(1),n):void 0;if(a)return a;if(t.validators.length===0)return;const i=e.join(Fs);return(o=t.validators.find(({validator:s})=>s(i)))==null?void 0:o.classGroupId},wf=/^\[(.+)\]$/,u0=e=>{if(wf.test(e)){const t=wf.exec(e)[1],r=t==null?void 0:t.substring(0,t.indexOf(":"));if(r)return"arbitrary.."+r}},c0=e=>{const{theme:t,prefix:r}=e,n={nextPart:new Map,validators:[]};return d0(Object.entries(e.classGroups),r).forEach(([i,o])=>{Ws(o,n,i,t)}),n},Ws=(e,t,r,n)=>{e.forEach(a=>{if(typeof a=="string"){const i=a===""?t:Of(t,a);i.classGroupId=r;return}if(typeof a=="function"){if(f0(a)){Ws(a(n),t,r,n);return}t.validators.push({validator:a,classGroupId:r});return}Object.entries(a).forEach(([i,o])=>{Ws(o,Of(t,i),r,n)})})},Of=(e,t)=>{let r=e;return t.split(Fs).forEach(n=>{r.nextPart.has(n)||r.nextPart.set(n,{nextPart:new Map,validators:[]}),r=r.nextPart.get(n)}),r},f0=e=>e.isThemeGetter,d0=(e,t)=>t?e.map(([r,n])=>{const a=n.map(i=>typeof i=="string"?t+i:typeof i=="object"?Object.fromEntries(Object.entries(i).map(([o,s])=>[t+o,s])):i);return[r,a]}):e,p0=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,r=new Map,n=new Map;const a=(i,o)=>{r.set(i,o),t++,t>e&&(t=0,n=r,r=new Map)};return{get(i){let o=r.get(i);if(o!==void 0)return o;if((o=n.get(i))!==void 0)return a(i,o),o},set(i,o){r.has(i)?r.set(i,o):a(i,o)}}},Sf="!",h0=e=>{const{separator:t,experimentalParseClassName:r}=e,n=t.length===1,a=t[0],i=t.length,o=s=>{const l=[];let u=0,c=0,f;for(let h=0;h<s.length;h++){let b=s[h];if(u===0){if(b===a&&(n||s.slice(h,h+i)===t)){l.push(s.slice(c,h)),c=h+i;continue}if(b==="/"){f=h;continue}}b==="["?u++:b==="]"&&u--}const d=l.length===0?s:s.substring(c),p=d.startsWith(Sf),v=p?d.substring(1):d,y=f&&f>c?f-c:void 0;return{modifiers:l,hasImportantModifier:p,baseClassName:v,maybePostfixModifierPosition:y}};return r?s=>r({className:s,parseClassName:o}):o},v0=e=>{if(e.length<=1)return e;const t=[];let r=[];return e.forEach(n=>{n[0]==="["?(t.push(...r.sort(),n),r=[]):r.push(n)}),t.push(...r.sort()),t},y0=e=>({cache:p0(e.cacheSize),parseClassName:h0(e),...l0(e)}),m0=/\s+/,g0=(e,t)=>{const{parseClassName:r,getClassGroupId:n,getConflictingClassGroupIds:a}=t,i=[],o=e.trim().split(m0);let s="";for(let l=o.length-1;l>=0;l-=1){const u=o[l],{modifiers:c,hasImportantModifier:f,baseClassName:d,maybePostfixModifierPosition:p}=r(u);let v=!!p,y=n(v?d.substring(0,p):d);if(!y){if(!v){s=u+(s.length>0?" "+s:s);continue}if(y=n(d),!y){s=u+(s.length>0?" "+s:s);continue}v=!1}const h=v0(c).join(":"),b=f?h+Sf:h,S=b+y;if(i.includes(S))continue;i.push(S);const x=a(y,v);for(let T=0;T<x.length;++T){const m=x[T];i.push(b+m)}s=u+(s.length>0?" "+s:s)}return s};function b0(){let e=0,t,r,n="";for(;e<arguments.length;)(t=arguments[e++])&&(r=Af(t))&&(n&&(n+=" "),n+=r);return n}const Af=e=>{if(typeof e=="string")return e;let t,r="";for(let n=0;n<e.length;n++)e[n]&&(t=Af(e[n]))&&(r&&(r+=" "),r+=t);return r};function x0(e,...t){let r,n,a,i=o;function o(l){const u=t.reduce((c,f)=>f(c),e());return r=y0(u),n=r.cache.get,a=r.cache.set,i=s,s(l)}function s(l){const u=n(l);if(u)return u;const c=g0(l,r);return a(l,c),c}return function(){return i(b0.apply(null,arguments))}}const Ne=e=>{const t=r=>r[e]||[];return t.isThemeGetter=!0,t},Tf=/^\[(?:([a-z-]+):)?(.+)\]$/i,w0=/^\d+\/\d+$/,O0=new Set(["px","full","screen"]),S0=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,A0=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,T0=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,P0=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,_0=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Xt=e=>Qr(e)||O0.has(e)||w0.test(e),cr=e=>en(e,"length",D0),Qr=e=>!!e&&!Number.isNaN(Number(e)),Us=e=>en(e,"number",Qr),ca=e=>!!e&&Number.isInteger(Number(e)),E0=e=>e.endsWith("%")&&Qr(e.slice(0,-1)),he=e=>Tf.test(e),fr=e=>S0.test(e),j0=new Set(["length","size","percentage"]),$0=e=>en(e,j0,Pf),C0=e=>en(e,"position",Pf),k0=new Set(["image","url"]),M0=e=>en(e,k0,L0),N0=e=>en(e,"",I0),fa=()=>!0,en=(e,t,r)=>{const n=Tf.exec(e);return n?n[1]?typeof t=="string"?n[1]===t:t.has(n[1]):r(n[2]):!1},D0=e=>A0.test(e)&&!T0.test(e),Pf=()=>!1,I0=e=>P0.test(e),L0=e=>_0.test(e),R0=x0(()=>{const e=Ne("colors"),t=Ne("spacing"),r=Ne("blur"),n=Ne("brightness"),a=Ne("borderColor"),i=Ne("borderRadius"),o=Ne("borderSpacing"),s=Ne("borderWidth"),l=Ne("contrast"),u=Ne("grayscale"),c=Ne("hueRotate"),f=Ne("invert"),d=Ne("gap"),p=Ne("gradientColorStops"),v=Ne("gradientColorStopPositions"),y=Ne("inset"),h=Ne("margin"),b=Ne("opacity"),S=Ne("padding"),x=Ne("saturate"),T=Ne("scale"),m=Ne("sepia"),w=Ne("skew"),O=Ne("space"),P=Ne("translate"),j=()=>["auto","contain","none"],M=()=>["auto","hidden","clip","visible","scroll"],_=()=>["auto",he,t],$=()=>[he,t],R=()=>["",Xt,cr],k=()=>["auto",Qr,he],D=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],C=()=>["solid","dashed","dotted","double","none"],B=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],U=()=>["start","end","center","between","around","evenly","stretch"],G=()=>["","0",he],E=()=>["auto","avoid","all","avoid-page","page","left","right","column"],L=()=>[Qr,he];return{cacheSize:500,separator:":",theme:{colors:[fa],spacing:[Xt,cr],blur:["none","",fr,he],brightness:L(),borderColor:[e],borderRadius:["none","","full",fr,he],borderSpacing:$(),borderWidth:R(),contrast:L(),grayscale:G(),hueRotate:L(),invert:G(),gap:$(),gradientColorStops:[e],gradientColorStopPositions:[E0,cr],inset:_(),margin:_(),opacity:L(),padding:$(),saturate:L(),scale:L(),sepia:G(),skew:L(),space:$(),translate:$()},classGroups:{aspect:[{aspect:["auto","square","video",he]}],container:["container"],columns:[{columns:[fr]}],"break-after":[{"break-after":E()}],"break-before":[{"break-before":E()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...D(),he]}],overflow:[{overflow:M()}],"overflow-x":[{"overflow-x":M()}],"overflow-y":[{"overflow-y":M()}],overscroll:[{overscroll:j()}],"overscroll-x":[{"overscroll-x":j()}],"overscroll-y":[{"overscroll-y":j()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[y]}],"inset-x":[{"inset-x":[y]}],"inset-y":[{"inset-y":[y]}],start:[{start:[y]}],end:[{end:[y]}],top:[{top:[y]}],right:[{right:[y]}],bottom:[{bottom:[y]}],left:[{left:[y]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",ca,he]}],basis:[{basis:_()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",he]}],grow:[{grow:G()}],shrink:[{shrink:G()}],order:[{order:["first","last","none",ca,he]}],"grid-cols":[{"grid-cols":[fa]}],"col-start-end":[{col:["auto",{span:["full",ca,he]},he]}],"col-start":[{"col-start":k()}],"col-end":[{"col-end":k()}],"grid-rows":[{"grid-rows":[fa]}],"row-start-end":[{row:["auto",{span:[ca,he]},he]}],"row-start":[{"row-start":k()}],"row-end":[{"row-end":k()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",he]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",he]}],gap:[{gap:[d]}],"gap-x":[{"gap-x":[d]}],"gap-y":[{"gap-y":[d]}],"justify-content":[{justify:["normal",...U()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...U(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...U(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[S]}],px:[{px:[S]}],py:[{py:[S]}],ps:[{ps:[S]}],pe:[{pe:[S]}],pt:[{pt:[S]}],pr:[{pr:[S]}],pb:[{pb:[S]}],pl:[{pl:[S]}],m:[{m:[h]}],mx:[{mx:[h]}],my:[{my:[h]}],ms:[{ms:[h]}],me:[{me:[h]}],mt:[{mt:[h]}],mr:[{mr:[h]}],mb:[{mb:[h]}],ml:[{ml:[h]}],"space-x":[{"space-x":[O]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[O]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",he,t]}],"min-w":[{"min-w":[he,t,"min","max","fit"]}],"max-w":[{"max-w":[he,t,"none","full","min","max","fit","prose",{screen:[fr]},fr]}],h:[{h:[he,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[he,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[he,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[he,t,"auto","min","max","fit"]}],"font-size":[{text:["base",fr,cr]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",Us]}],"font-family":[{font:[fa]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",he]}],"line-clamp":[{"line-clamp":["none",Qr,Us]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",Xt,he]}],"list-image":[{"list-image":["none",he]}],"list-style-type":[{list:["none","disc","decimal",he]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[b]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[b]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...C(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",Xt,cr]}],"underline-offset":[{"underline-offset":["auto",Xt,he]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:$()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",he]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",he]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[b]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...D(),C0]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",$0]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},M0]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[v]}],"gradient-via-pos":[{via:[v]}],"gradient-to-pos":[{to:[v]}],"gradient-from":[{from:[p]}],"gradient-via":[{via:[p]}],"gradient-to":[{to:[p]}],rounded:[{rounded:[i]}],"rounded-s":[{"rounded-s":[i]}],"rounded-e":[{"rounded-e":[i]}],"rounded-t":[{"rounded-t":[i]}],"rounded-r":[{"rounded-r":[i]}],"rounded-b":[{"rounded-b":[i]}],"rounded-l":[{"rounded-l":[i]}],"rounded-ss":[{"rounded-ss":[i]}],"rounded-se":[{"rounded-se":[i]}],"rounded-ee":[{"rounded-ee":[i]}],"rounded-es":[{"rounded-es":[i]}],"rounded-tl":[{"rounded-tl":[i]}],"rounded-tr":[{"rounded-tr":[i]}],"rounded-br":[{"rounded-br":[i]}],"rounded-bl":[{"rounded-bl":[i]}],"border-w":[{border:[s]}],"border-w-x":[{"border-x":[s]}],"border-w-y":[{"border-y":[s]}],"border-w-s":[{"border-s":[s]}],"border-w-e":[{"border-e":[s]}],"border-w-t":[{"border-t":[s]}],"border-w-r":[{"border-r":[s]}],"border-w-b":[{"border-b":[s]}],"border-w-l":[{"border-l":[s]}],"border-opacity":[{"border-opacity":[b]}],"border-style":[{border:[...C(),"hidden"]}],"divide-x":[{"divide-x":[s]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[s]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[b]}],"divide-style":[{divide:C()}],"border-color":[{border:[a]}],"border-color-x":[{"border-x":[a]}],"border-color-y":[{"border-y":[a]}],"border-color-s":[{"border-s":[a]}],"border-color-e":[{"border-e":[a]}],"border-color-t":[{"border-t":[a]}],"border-color-r":[{"border-r":[a]}],"border-color-b":[{"border-b":[a]}],"border-color-l":[{"border-l":[a]}],"divide-color":[{divide:[a]}],"outline-style":[{outline:["",...C()]}],"outline-offset":[{"outline-offset":[Xt,he]}],"outline-w":[{outline:[Xt,cr]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:R()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[b]}],"ring-offset-w":[{"ring-offset":[Xt,cr]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",fr,N0]}],"shadow-color":[{shadow:[fa]}],opacity:[{opacity:[b]}],"mix-blend":[{"mix-blend":[...B(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":B()}],filter:[{filter:["","none"]}],blur:[{blur:[r]}],brightness:[{brightness:[n]}],contrast:[{contrast:[l]}],"drop-shadow":[{"drop-shadow":["","none",fr,he]}],grayscale:[{grayscale:[u]}],"hue-rotate":[{"hue-rotate":[c]}],invert:[{invert:[f]}],saturate:[{saturate:[x]}],sepia:[{sepia:[m]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[r]}],"backdrop-brightness":[{"backdrop-brightness":[n]}],"backdrop-contrast":[{"backdrop-contrast":[l]}],"backdrop-grayscale":[{"backdrop-grayscale":[u]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[c]}],"backdrop-invert":[{"backdrop-invert":[f]}],"backdrop-opacity":[{"backdrop-opacity":[b]}],"backdrop-saturate":[{"backdrop-saturate":[x]}],"backdrop-sepia":[{"backdrop-sepia":[m]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[o]}],"border-spacing-x":[{"border-spacing-x":[o]}],"border-spacing-y":[{"border-spacing-y":[o]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",he]}],duration:[{duration:L()}],ease:[{ease:["linear","in","out","in-out",he]}],delay:[{delay:L()}],animate:[{animate:["none","spin","ping","pulse","bounce",he]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[T]}],"scale-x":[{"scale-x":[T]}],"scale-y":[{"scale-y":[T]}],rotate:[{rotate:[ca,he]}],"translate-x":[{"translate-x":[P]}],"translate-y":[{"translate-y":[P]}],"skew-x":[{"skew-x":[w]}],"skew-y":[{"skew-y":[w]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",he]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",he]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":$()}],"scroll-mx":[{"scroll-mx":$()}],"scroll-my":[{"scroll-my":$()}],"scroll-ms":[{"scroll-ms":$()}],"scroll-me":[{"scroll-me":$()}],"scroll-mt":[{"scroll-mt":$()}],"scroll-mr":[{"scroll-mr":$()}],"scroll-mb":[{"scroll-mb":$()}],"scroll-ml":[{"scroll-ml":$()}],"scroll-p":[{"scroll-p":$()}],"scroll-px":[{"scroll-px":$()}],"scroll-py":[{"scroll-py":$()}],"scroll-ps":[{"scroll-ps":$()}],"scroll-pe":[{"scroll-pe":$()}],"scroll-pt":[{"scroll-pt":$()}],"scroll-pr":[{"scroll-pr":$()}],"scroll-pb":[{"scroll-pb":$()}],"scroll-pl":[{"scroll-pl":$()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",he]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[Xt,cr,Us]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}});function ue(...e){return R0(ye(e))}const _f=({data:e,className:t,onClick:r,isFirst:n=!1})=>{const{title:a,value:i,change:o,info:s,highlighted:l}=e,u=d=>typeof d=="number"?d.toLocaleString():d.toString(),c=d=>`${d}%`,f=()=>{r&&r(e)};return g.jsxs("div",{className:ue("rounded-lg border py-[16px] px-[24px] transition-all duration-200 bg-white",!l&&"border-gray-200",l&&["!border-blue-600 shadow-[0 1px 4px 0 rgba(16, 24, 40, 0.08), 0 1px 2px 0 rgba(16, 24, 40, 0.08), 0 0 0 4px rgba(41, 112, 255, 0.24)]"],r&&"cursor-pointer",t),onClick:f,children:[g.jsxs("div",{className:"flex items-center gap-2 mb-[6px]",children:[g.jsx("span",{className:"text-sm font-medium text-gray-700",children:a}),s&&g.jsxs("div",{className:"relative group",children:[g.jsx(r0,{className:"h-[16px] w-[16px] text-gray-400 cursor-help"}),g.jsxs("div",{className:ue("absolute bottom-full w-[280px] text-xs text-center text-white font-medium mb-[12px] px-[12px] py-[8px] text-xs text-white bg-gray-900 rounded-md opacity-0 group-hover:!opacity-100 transition-opacity duration-200 z-10 shadow-lg",n?"left-0":"left-1/2 transform -translate-x-1/2"),children:[s,g.jsx("div",{className:ue("absolute top-full w-0 h-0 border-l-[4px] border-r-[4px] border-t-[4px] border-transparent border-t-gray-900",n?"left-4":"left-1/2 transform -translate-x-1/2")})]})]})]}),g.jsxs("div",{className:"flex items-baseline gap-3",children:[g.jsx("span",{className:"text-2xl font-semibold text-gray-900",children:u(i)}),o&&g.jsxs("div",{className:ue("flex items-center gap-[8px] px-[8px] py-[4px] text-xs font-medium",(o.type==="increase","")),style:o.type==="increase"?{color:"rgb(21 128 61 / var(--tw-text-opacity, 1))",border:"1px solid #ABEFC6",borderRadius:"150px",background:"rgba(16, 185, 129, 0.10)"}:{color:"rgb(185 28 28 / var(--tw-text-opacity, 1))",border:"1px solid #FCA5A5",borderRadius:"150px",background:"rgba(239, 68, 68, 0.10)"},children:[o.type==="increase"?g.jsx(o0,{className:"h-3 w-3"}):g.jsx(i0,{className:"h-3 w-3"}),g.jsx("span",{children:c(o.value)})]})]})]})};var B0=Array.isArray,ft=B0,F0=typeof Ei=="object"&&Ei&&Ei.Object===Object&&Ei,Ef=F0,W0=Ef,U0=typeof self=="object"&&self&&self.Object===Object&&self,z0=W0||U0||Function("return this")(),Ft=z0,G0=Ft,K0=G0.Symbol,da=K0,jf=da,$f=Object.prototype,V0=$f.hasOwnProperty,q0=$f.toString,pa=jf?jf.toStringTag:void 0;function H0(e){var t=V0.call(e,pa),r=e[pa];try{e[pa]=void 0;var n=!0}catch{}var a=q0.call(e);return n&&(t?e[pa]=r:delete e[pa]),a}var Y0=H0,X0=Object.prototype,Z0=X0.toString;function J0(e){return Z0.call(e)}var Q0=J0,Cf=da,ex=Y0,tx=Q0,rx="[object Null]",nx="[object Undefined]",kf=Cf?Cf.toStringTag:void 0;function ax(e){return e==null?e===void 0?nx:rx:kf&&kf in Object(e)?ex(e):tx(e)}var Zt=ax;function ix(e){return e!=null&&typeof e=="object"}var Jt=ix,ox=Zt,sx=Jt,lx="[object Symbol]";function ux(e){return typeof e=="symbol"||sx(e)&&ox(e)==lx}var tn=ux,cx=ft,fx=tn,dx=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,px=/^\w*$/;function hx(e,t){if(cx(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||fx(e)?!0:px.test(e)||!dx.test(e)||t!=null&&e in Object(t)}var zs=hx;function vx(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var dr=vx;const rn=Ce(dr);var yx=Zt,mx=dr,gx="[object AsyncFunction]",bx="[object Function]",xx="[object GeneratorFunction]",wx="[object Proxy]";function Ox(e){if(!mx(e))return!1;var t=yx(e);return t==bx||t==xx||t==gx||t==wx}var Gs=Ox;const pe=Ce(Gs);var Sx=Ft,Ax=Sx["__core-js_shared__"],Tx=Ax,Ks=Tx,Mf=function(){var e=/[^.]+$/.exec(Ks&&Ks.keys&&Ks.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Px(e){return!!Mf&&Mf in e}var _x=Px,Ex=Function.prototype,jx=Ex.toString;function $x(e){if(e!=null){try{return jx.call(e)}catch{}try{return e+""}catch{}}return""}var Nf=$x,Cx=Gs,kx=_x,Mx=dr,Nx=Nf,Dx=/[\\^$.*+?()[\]{}|]/g,Ix=/^\[object .+?Constructor\]$/,Lx=Function.prototype,Rx=Object.prototype,Bx=Lx.toString,Fx=Rx.hasOwnProperty,Wx=RegExp("^"+Bx.call(Fx).replace(Dx,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Ux(e){if(!Mx(e)||kx(e))return!1;var t=Cx(e)?Wx:Ix;return t.test(Nx(e))}var zx=Ux;function Gx(e,t){return e==null?void 0:e[t]}var Kx=Gx,Vx=zx,qx=Kx;function Hx(e,t){var r=qx(e,t);return Vx(r)?r:void 0}var _r=Hx,Yx=_r,Xx=Yx(Object,"create"),ji=Xx,Df=ji;function Zx(){this.__data__=Df?Df(null):{},this.size=0}var Jx=Zx;function Qx(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var ew=Qx,tw=ji,rw="__lodash_hash_undefined__",nw=Object.prototype,aw=nw.hasOwnProperty;function iw(e){var t=this.__data__;if(tw){var r=t[e];return r===rw?void 0:r}return aw.call(t,e)?t[e]:void 0}var ow=iw,sw=ji,lw=Object.prototype,uw=lw.hasOwnProperty;function cw(e){var t=this.__data__;return sw?t[e]!==void 0:uw.call(t,e)}var fw=cw,dw=ji,pw="__lodash_hash_undefined__";function hw(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=dw&&t===void 0?pw:t,this}var vw=hw,yw=Jx,mw=ew,gw=ow,bw=fw,xw=vw;function nn(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}nn.prototype.clear=yw,nn.prototype.delete=mw,nn.prototype.get=gw,nn.prototype.has=bw,nn.prototype.set=xw;var ww=nn;function Ow(){this.__data__=[],this.size=0}var Sw=Ow;function Aw(e,t){return e===t||e!==e&&t!==t}var Vs=Aw,Tw=Vs;function Pw(e,t){for(var r=e.length;r--;)if(Tw(e[r][0],t))return r;return-1}var $i=Pw,_w=$i,Ew=Array.prototype,jw=Ew.splice;function $w(e){var t=this.__data__,r=_w(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():jw.call(t,r,1),--this.size,!0}var Cw=$w,kw=$i;function Mw(e){var t=this.__data__,r=kw(t,e);return r<0?void 0:t[r][1]}var Nw=Mw,Dw=$i;function Iw(e){return Dw(this.__data__,e)>-1}var Lw=Iw,Rw=$i;function Bw(e,t){var r=this.__data__,n=Rw(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var Fw=Bw,Ww=Sw,Uw=Cw,zw=Nw,Gw=Lw,Kw=Fw;function an(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}an.prototype.clear=Ww,an.prototype.delete=Uw,an.prototype.get=zw,an.prototype.has=Gw,an.prototype.set=Kw;var Ci=an,Vw=_r,qw=Ft,Hw=Vw(qw,"Map"),qs=Hw,If=ww,Yw=Ci,Xw=qs;function Zw(){this.size=0,this.__data__={hash:new If,map:new(Xw||Yw),string:new If}}var Jw=Zw;function Qw(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var e1=Qw,t1=e1;function r1(e,t){var r=e.__data__;return t1(t)?r[typeof t=="string"?"string":"hash"]:r.map}var ki=r1,n1=ki;function a1(e){var t=n1(this,e).delete(e);return this.size-=t?1:0,t}var i1=a1,o1=ki;function s1(e){return o1(this,e).get(e)}var l1=s1,u1=ki;function c1(e){return u1(this,e).has(e)}var f1=c1,d1=ki;function p1(e,t){var r=d1(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}var h1=p1,v1=Jw,y1=i1,m1=l1,g1=f1,b1=h1;function on(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}on.prototype.clear=v1,on.prototype.delete=y1,on.prototype.get=m1,on.prototype.has=g1,on.prototype.set=b1;var Hs=on,Lf=Hs,x1="Expected a function";function Ys(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(x1);var r=function(){var n=arguments,a=t?t.apply(this,n):n[0],i=r.cache;if(i.has(a))return i.get(a);var o=e.apply(this,n);return r.cache=i.set(a,o)||i,o};return r.cache=new(Ys.Cache||Lf),r}Ys.Cache=Lf;var Rf=Ys;const w1=Ce(Rf);var O1=Rf,S1=500;function A1(e){var t=O1(e,function(n){return r.size===S1&&r.clear(),n}),r=t.cache;return t}var T1=A1,P1=T1,_1=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,E1=/\\(\\)?/g,j1=P1(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(_1,function(r,n,a,i){t.push(a?i.replace(E1,"$1"):n||r)}),t}),$1=j1;function C1(e,t){for(var r=-1,n=e==null?0:e.length,a=Array(n);++r<n;)a[r]=t(e[r],r,e);return a}var Xs=C1,Bf=da,k1=Xs,M1=ft,N1=tn,Ff=Bf?Bf.prototype:void 0,Wf=Ff?Ff.toString:void 0;function Uf(e){if(typeof e=="string")return e;if(M1(e))return k1(e,Uf)+"";if(N1(e))return Wf?Wf.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}var D1=Uf,I1=D1;function L1(e){return e==null?"":I1(e)}var zf=L1,R1=ft,B1=zs,F1=$1,W1=zf;function U1(e,t){return R1(e)?e:B1(e,t)?[e]:F1(W1(e))}var Gf=U1,z1=tn;function G1(e){if(typeof e=="string"||z1(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}var Mi=G1,K1=Gf,V1=Mi;function q1(e,t){t=K1(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[V1(t[r++])];return r&&r==n?e:void 0}var Zs=q1,H1=Zs;function Y1(e,t,r){var n=e==null?void 0:H1(e,t);return n===void 0?r:n}var Kf=Y1;const wt=Ce(Kf);function X1(e){return e==null}var Z1=X1;const fe=Ce(Z1);var J1=Zt,Q1=ft,eO=Jt,tO="[object String]";function rO(e){return typeof e=="string"||!Q1(e)&&eO(e)&&J1(e)==tO}var nO=rO;const Er=Ce(nO);var Js={exports:{}},we={};/**
|
|
110
|
+
*/const jf=Pe("ExternalLink",[["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}],["polyline",{points:"15 3 21 3 21 9",key:"mznyad"}],["line",{x1:"10",x2:"21",y1:"14",y2:"3",key:"18c3s4"}]]);/**
|
|
111
|
+
* @license lucide-react v0.294.0 - ISC
|
|
112
|
+
*
|
|
113
|
+
* This source code is licensed under the ISC license.
|
|
114
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
115
|
+
*/const Vs=Pe("FileCode",[["path",{d:"M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",key:"1nnpy2"}],["polyline",{points:"14 2 14 8 20 8",key:"1ew0cm"}],["path",{d:"m10 13-2 2 2 2",key:"17smn8"}],["path",{d:"m14 17 2-2-2-2",key:"14mezr"}]]);/**
|
|
116
|
+
* @license lucide-react v0.294.0 - ISC
|
|
117
|
+
*
|
|
118
|
+
* This source code is licensed under the ISC license.
|
|
119
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
120
|
+
*/const Ab=Pe("Info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]);/**
|
|
121
|
+
* @license lucide-react v0.294.0 - ISC
|
|
122
|
+
*
|
|
123
|
+
* This source code is licensed under the ISC license.
|
|
124
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
125
|
+
*/const Pf=Pe("List",[["line",{x1:"8",x2:"21",y1:"6",y2:"6",key:"7ey8pc"}],["line",{x1:"8",x2:"21",y1:"12",y2:"12",key:"rjfblc"}],["line",{x1:"8",x2:"21",y1:"18",y2:"18",key:"c3b1m8"}],["line",{x1:"3",x2:"3.01",y1:"6",y2:"6",key:"1g7gq3"}],["line",{x1:"3",x2:"3.01",y1:"12",y2:"12",key:"1pjlvk"}],["line",{x1:"3",x2:"3.01",y1:"18",y2:"18",key:"28t2mc"}]]);/**
|
|
126
|
+
* @license lucide-react v0.294.0 - ISC
|
|
127
|
+
*
|
|
128
|
+
* This source code is licensed under the ISC license.
|
|
129
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
130
|
+
*/const _f=Pe("Maximize2",[["polyline",{points:"15 3 21 3 21 9",key:"mznyad"}],["polyline",{points:"9 21 3 21 3 15",key:"1avn1i"}],["line",{x1:"21",x2:"14",y1:"3",y2:"10",key:"ota7mn"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]]);/**
|
|
131
|
+
* @license lucide-react v0.294.0 - ISC
|
|
132
|
+
*
|
|
133
|
+
* This source code is licensed under the ISC license.
|
|
134
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
135
|
+
*/const jb=Pe("Minimize2",[["polyline",{points:"4 14 10 14 10 20",key:"11kfnr"}],["polyline",{points:"20 10 14 10 14 4",key:"rlmsce"}],["line",{x1:"14",x2:"21",y1:"10",y2:"3",key:"o5lafz"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]]);/**
|
|
136
|
+
* @license lucide-react v0.294.0 - ISC
|
|
137
|
+
*
|
|
138
|
+
* This source code is licensed under the ISC license.
|
|
139
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
140
|
+
*/const Pb=Pe("Minus",[["path",{d:"M5 12h14",key:"1ays0h"}]]);/**
|
|
141
|
+
* @license lucide-react v0.294.0 - ISC
|
|
142
|
+
*
|
|
143
|
+
* This source code is licensed under the ISC license.
|
|
144
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
145
|
+
*/const _b=Pe("Plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);/**
|
|
146
|
+
* @license lucide-react v0.294.0 - ISC
|
|
147
|
+
*
|
|
148
|
+
* This source code is licensed under the ISC license.
|
|
149
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
150
|
+
*/const Eb=Pe("RefreshCw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]);/**
|
|
151
|
+
* @license lucide-react v0.294.0 - ISC
|
|
152
|
+
*
|
|
153
|
+
* This source code is licensed under the ISC license.
|
|
154
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
155
|
+
*/const Ef=Pe("Search",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);/**
|
|
156
|
+
* @license lucide-react v0.294.0 - ISC
|
|
157
|
+
*
|
|
158
|
+
* This source code is licensed under the ISC license.
|
|
159
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
160
|
+
*/const Cb=Pe("Sparkles",[["path",{d:"m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z",key:"17u4zn"}],["path",{d:"M5 3v4",key:"bklmnn"}],["path",{d:"M19 17v4",key:"iiml17"}],["path",{d:"M3 5h4",key:"nem4j1"}],["path",{d:"M17 19h4",key:"lbex7p"}]]);/**
|
|
161
|
+
* @license lucide-react v0.294.0 - ISC
|
|
162
|
+
*
|
|
163
|
+
* This source code is licensed under the ISC license.
|
|
164
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
165
|
+
*/const $b=Pe("Table",[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]]);/**
|
|
166
|
+
* @license lucide-react v0.294.0 - ISC
|
|
167
|
+
*
|
|
168
|
+
* This source code is licensed under the ISC license.
|
|
169
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
170
|
+
*/const kb=Pe("TrendingDown",[["polyline",{points:"22 17 13.5 8.5 8.5 13.5 2 7",key:"1r2t7k"}],["polyline",{points:"16 17 22 17 22 11",key:"11uiuu"}]]);/**
|
|
171
|
+
* @license lucide-react v0.294.0 - ISC
|
|
172
|
+
*
|
|
173
|
+
* This source code is licensed under the ISC license.
|
|
174
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
175
|
+
*/const Mb=Pe("TrendingUp",[["polyline",{points:"22 7 13.5 15.5 8.5 10.5 2 17",key:"126l90"}],["polyline",{points:"16 7 22 7 22 13",key:"kwv8wd"}]]);/**
|
|
176
|
+
* @license lucide-react v0.294.0 - ISC
|
|
177
|
+
*
|
|
178
|
+
* This source code is licensed under the ISC license.
|
|
179
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
180
|
+
*/const Gs=Pe("XCircle",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);/**
|
|
181
|
+
* @license lucide-react v0.294.0 - ISC
|
|
182
|
+
*
|
|
183
|
+
* This source code is licensed under the ISC license.
|
|
184
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
185
|
+
*/const Cf=Pe("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);function $f(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(r=$f(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function ve(){for(var e,t,r=0,n="",a=arguments.length;r<a;r++)(e=arguments[r])&&(t=$f(e))&&(n&&(n+=" "),n+=t);return n}const Hs="-",Nb=e=>{const t=Ib(e),{conflictingClassGroups:r,conflictingClassGroupModifiers:n}=e;return{getClassGroupId:o=>{const s=o.split(Hs);return s[0]===""&&s.length!==1&&s.shift(),kf(s,t)||Db(o)},getConflictingClassGroupIds:(o,s)=>{const l=r[o]||[];return s&&n[o]?[...l,...n[o]]:l}}},kf=(e,t)=>{var o;if(e.length===0)return t.classGroupId;const r=e[0],n=t.nextPart.get(r),a=n?kf(e.slice(1),n):void 0;if(a)return a;if(t.validators.length===0)return;const i=e.join(Hs);return(o=t.validators.find(({validator:s})=>s(i)))==null?void 0:o.classGroupId},Mf=/^\[(.+)\]$/,Db=e=>{if(Mf.test(e)){const t=Mf.exec(e)[1],r=t==null?void 0:t.substring(0,t.indexOf(":"));if(r)return"arbitrary.."+r}},Ib=e=>{const{theme:t,prefix:r}=e,n={nextPart:new Map,validators:[]};return Rb(Object.entries(e.classGroups),r).forEach(([i,o])=>{qs(o,n,i,t)}),n},qs=(e,t,r,n)=>{e.forEach(a=>{if(typeof a=="string"){const i=a===""?t:Nf(t,a);i.classGroupId=r;return}if(typeof a=="function"){if(Lb(a)){qs(a(n),t,r,n);return}t.validators.push({validator:a,classGroupId:r});return}Object.entries(a).forEach(([i,o])=>{qs(o,Nf(t,i),r,n)})})},Nf=(e,t)=>{let r=e;return t.split(Hs).forEach(n=>{r.nextPart.has(n)||r.nextPart.set(n,{nextPart:new Map,validators:[]}),r=r.nextPart.get(n)}),r},Lb=e=>e.isThemeGetter,Rb=(e,t)=>t?e.map(([r,n])=>{const a=n.map(i=>typeof i=="string"?t+i:typeof i=="object"?Object.fromEntries(Object.entries(i).map(([o,s])=>[t+o,s])):i);return[r,a]}):e,Bb=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,r=new Map,n=new Map;const a=(i,o)=>{r.set(i,o),t++,t>e&&(t=0,n=r,r=new Map)};return{get(i){let o=r.get(i);if(o!==void 0)return o;if((o=n.get(i))!==void 0)return a(i,o),o},set(i,o){r.has(i)?r.set(i,o):a(i,o)}}},Df="!",Fb=e=>{const{separator:t,experimentalParseClassName:r}=e,n=t.length===1,a=t[0],i=t.length,o=s=>{const l=[];let u=0,c=0,f;for(let m=0;m<s.length;m++){let b=s[m];if(u===0){if(b===a&&(n||s.slice(m,m+i)===t)){l.push(s.slice(c,m)),c=m+i;continue}if(b==="/"){f=m;continue}}b==="["?u++:b==="]"&&u--}const d=l.length===0?s:s.substring(c),h=d.startsWith(Df),v=h?d.substring(1):d,g=f&&f>c?f-c:void 0;return{modifiers:l,hasImportantModifier:h,baseClassName:v,maybePostfixModifierPosition:g}};return r?s=>r({className:s,parseClassName:o}):o},Ub=e=>{if(e.length<=1)return e;const t=[];let r=[];return e.forEach(n=>{n[0]==="["?(t.push(...r.sort(),n),r=[]):r.push(n)}),t.push(...r.sort()),t},Wb=e=>({cache:Bb(e.cacheSize),parseClassName:Fb(e),...Nb(e)}),zb=/\s+/,Vb=(e,t)=>{const{parseClassName:r,getClassGroupId:n,getConflictingClassGroupIds:a}=t,i=[],o=e.trim().split(zb);let s="";for(let l=o.length-1;l>=0;l-=1){const u=o[l],{modifiers:c,hasImportantModifier:f,baseClassName:d,maybePostfixModifierPosition:h}=r(u);let v=!!h,g=n(v?d.substring(0,h):d);if(!g){if(!v){s=u+(s.length>0?" "+s:s);continue}if(g=n(d),!g){s=u+(s.length>0?" "+s:s);continue}v=!1}const m=Ub(c).join(":"),b=f?m+Df:m,O=b+g;if(i.includes(O))continue;i.push(O);const x=a(g,v);for(let j=0;j<x.length;++j){const y=x[j];i.push(b+y)}s=u+(s.length>0?" "+s:s)}return s};function Gb(){let e=0,t,r,n="";for(;e<arguments.length;)(t=arguments[e++])&&(r=If(t))&&(n&&(n+=" "),n+=r);return n}const If=e=>{if(typeof e=="string")return e;let t,r="";for(let n=0;n<e.length;n++)e[n]&&(t=If(e[n]))&&(r&&(r+=" "),r+=t);return r};function Hb(e,...t){let r,n,a,i=o;function o(l){const u=t.reduce((c,f)=>f(c),e());return r=Wb(u),n=r.cache.get,a=r.cache.set,i=s,s(l)}function s(l){const u=n(l);if(u)return u;const c=Vb(l,r);return a(l,c),c}return function(){return i(Gb.apply(null,arguments))}}const De=e=>{const t=r=>r[e]||[];return t.isThemeGetter=!0,t},Lf=/^\[(?:([a-z-]+):)?(.+)\]$/i,qb=/^\d+\/\d+$/,Kb=new Set(["px","full","screen"]),Yb=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Xb=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Zb=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,Jb=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Qb=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Xt=e=>tn(e)||Kb.has(e)||qb.test(e),dr=e=>rn(e,"length",sx),tn=e=>!!e&&!Number.isNaN(Number(e)),Ks=e=>rn(e,"number",tn),da=e=>!!e&&Number.isInteger(Number(e)),ex=e=>e.endsWith("%")&&tn(e.slice(0,-1)),he=e=>Lf.test(e),pr=e=>Yb.test(e),tx=new Set(["length","size","percentage"]),rx=e=>rn(e,tx,Rf),nx=e=>rn(e,"position",Rf),ax=new Set(["image","url"]),ix=e=>rn(e,ax,ux),ox=e=>rn(e,"",lx),pa=()=>!0,rn=(e,t,r)=>{const n=Lf.exec(e);return n?n[1]?typeof t=="string"?n[1]===t:t.has(n[1]):r(n[2]):!1},sx=e=>Xb.test(e)&&!Zb.test(e),Rf=()=>!1,lx=e=>Jb.test(e),ux=e=>Qb.test(e),cx=Hb(()=>{const e=De("colors"),t=De("spacing"),r=De("blur"),n=De("brightness"),a=De("borderColor"),i=De("borderRadius"),o=De("borderSpacing"),s=De("borderWidth"),l=De("contrast"),u=De("grayscale"),c=De("hueRotate"),f=De("invert"),d=De("gap"),h=De("gradientColorStops"),v=De("gradientColorStopPositions"),g=De("inset"),m=De("margin"),b=De("opacity"),O=De("padding"),x=De("saturate"),j=De("scale"),y=De("sepia"),w=De("skew"),T=De("space"),A=De("translate"),_=()=>["auto","contain","none"],C=()=>["auto","hidden","clip","visible","scroll"],P=()=>["auto",he,t],E=()=>[he,t],I=()=>["",Xt,dr],k=()=>["auto",tn,he],D=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],M=()=>["solid","dashed","dotted","double","none"],F=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],z=()=>["start","end","center","between","around","evenly","stretch"],q=()=>["","0",he],$=()=>["auto","avoid","all","avoid-page","page","left","right","column"],R=()=>[tn,he];return{cacheSize:500,separator:":",theme:{colors:[pa],spacing:[Xt,dr],blur:["none","",pr,he],brightness:R(),borderColor:[e],borderRadius:["none","","full",pr,he],borderSpacing:E(),borderWidth:I(),contrast:R(),grayscale:q(),hueRotate:R(),invert:q(),gap:E(),gradientColorStops:[e],gradientColorStopPositions:[ex,dr],inset:P(),margin:P(),opacity:R(),padding:E(),saturate:R(),scale:R(),sepia:q(),skew:R(),space:E(),translate:E()},classGroups:{aspect:[{aspect:["auto","square","video",he]}],container:["container"],columns:[{columns:[pr]}],"break-after":[{"break-after":$()}],"break-before":[{"break-before":$()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...D(),he]}],overflow:[{overflow:C()}],"overflow-x":[{"overflow-x":C()}],"overflow-y":[{"overflow-y":C()}],overscroll:[{overscroll:_()}],"overscroll-x":[{"overscroll-x":_()}],"overscroll-y":[{"overscroll-y":_()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[g]}],"inset-x":[{"inset-x":[g]}],"inset-y":[{"inset-y":[g]}],start:[{start:[g]}],end:[{end:[g]}],top:[{top:[g]}],right:[{right:[g]}],bottom:[{bottom:[g]}],left:[{left:[g]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",da,he]}],basis:[{basis:P()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",he]}],grow:[{grow:q()}],shrink:[{shrink:q()}],order:[{order:["first","last","none",da,he]}],"grid-cols":[{"grid-cols":[pa]}],"col-start-end":[{col:["auto",{span:["full",da,he]},he]}],"col-start":[{"col-start":k()}],"col-end":[{"col-end":k()}],"grid-rows":[{"grid-rows":[pa]}],"row-start-end":[{row:["auto",{span:[da,he]},he]}],"row-start":[{"row-start":k()}],"row-end":[{"row-end":k()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",he]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",he]}],gap:[{gap:[d]}],"gap-x":[{"gap-x":[d]}],"gap-y":[{"gap-y":[d]}],"justify-content":[{justify:["normal",...z()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...z(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...z(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[O]}],px:[{px:[O]}],py:[{py:[O]}],ps:[{ps:[O]}],pe:[{pe:[O]}],pt:[{pt:[O]}],pr:[{pr:[O]}],pb:[{pb:[O]}],pl:[{pl:[O]}],m:[{m:[m]}],mx:[{mx:[m]}],my:[{my:[m]}],ms:[{ms:[m]}],me:[{me:[m]}],mt:[{mt:[m]}],mr:[{mr:[m]}],mb:[{mb:[m]}],ml:[{ml:[m]}],"space-x":[{"space-x":[T]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[T]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",he,t]}],"min-w":[{"min-w":[he,t,"min","max","fit"]}],"max-w":[{"max-w":[he,t,"none","full","min","max","fit","prose",{screen:[pr]},pr]}],h:[{h:[he,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[he,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[he,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[he,t,"auto","min","max","fit"]}],"font-size":[{text:["base",pr,dr]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",Ks]}],"font-family":[{font:[pa]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",he]}],"line-clamp":[{"line-clamp":["none",tn,Ks]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",Xt,he]}],"list-image":[{"list-image":["none",he]}],"list-style-type":[{list:["none","disc","decimal",he]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[b]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[b]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...M(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",Xt,dr]}],"underline-offset":[{"underline-offset":["auto",Xt,he]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:E()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",he]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",he]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[b]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...D(),nx]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",rx]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},ix]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[v]}],"gradient-via-pos":[{via:[v]}],"gradient-to-pos":[{to:[v]}],"gradient-from":[{from:[h]}],"gradient-via":[{via:[h]}],"gradient-to":[{to:[h]}],rounded:[{rounded:[i]}],"rounded-s":[{"rounded-s":[i]}],"rounded-e":[{"rounded-e":[i]}],"rounded-t":[{"rounded-t":[i]}],"rounded-r":[{"rounded-r":[i]}],"rounded-b":[{"rounded-b":[i]}],"rounded-l":[{"rounded-l":[i]}],"rounded-ss":[{"rounded-ss":[i]}],"rounded-se":[{"rounded-se":[i]}],"rounded-ee":[{"rounded-ee":[i]}],"rounded-es":[{"rounded-es":[i]}],"rounded-tl":[{"rounded-tl":[i]}],"rounded-tr":[{"rounded-tr":[i]}],"rounded-br":[{"rounded-br":[i]}],"rounded-bl":[{"rounded-bl":[i]}],"border-w":[{border:[s]}],"border-w-x":[{"border-x":[s]}],"border-w-y":[{"border-y":[s]}],"border-w-s":[{"border-s":[s]}],"border-w-e":[{"border-e":[s]}],"border-w-t":[{"border-t":[s]}],"border-w-r":[{"border-r":[s]}],"border-w-b":[{"border-b":[s]}],"border-w-l":[{"border-l":[s]}],"border-opacity":[{"border-opacity":[b]}],"border-style":[{border:[...M(),"hidden"]}],"divide-x":[{"divide-x":[s]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[s]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[b]}],"divide-style":[{divide:M()}],"border-color":[{border:[a]}],"border-color-x":[{"border-x":[a]}],"border-color-y":[{"border-y":[a]}],"border-color-s":[{"border-s":[a]}],"border-color-e":[{"border-e":[a]}],"border-color-t":[{"border-t":[a]}],"border-color-r":[{"border-r":[a]}],"border-color-b":[{"border-b":[a]}],"border-color-l":[{"border-l":[a]}],"divide-color":[{divide:[a]}],"outline-style":[{outline:["",...M()]}],"outline-offset":[{"outline-offset":[Xt,he]}],"outline-w":[{outline:[Xt,dr]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:I()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[b]}],"ring-offset-w":[{"ring-offset":[Xt,dr]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",pr,ox]}],"shadow-color":[{shadow:[pa]}],opacity:[{opacity:[b]}],"mix-blend":[{"mix-blend":[...F(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":F()}],filter:[{filter:["","none"]}],blur:[{blur:[r]}],brightness:[{brightness:[n]}],contrast:[{contrast:[l]}],"drop-shadow":[{"drop-shadow":["","none",pr,he]}],grayscale:[{grayscale:[u]}],"hue-rotate":[{"hue-rotate":[c]}],invert:[{invert:[f]}],saturate:[{saturate:[x]}],sepia:[{sepia:[y]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[r]}],"backdrop-brightness":[{"backdrop-brightness":[n]}],"backdrop-contrast":[{"backdrop-contrast":[l]}],"backdrop-grayscale":[{"backdrop-grayscale":[u]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[c]}],"backdrop-invert":[{"backdrop-invert":[f]}],"backdrop-opacity":[{"backdrop-opacity":[b]}],"backdrop-saturate":[{"backdrop-saturate":[x]}],"backdrop-sepia":[{"backdrop-sepia":[y]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[o]}],"border-spacing-x":[{"border-spacing-x":[o]}],"border-spacing-y":[{"border-spacing-y":[o]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",he]}],duration:[{duration:R()}],ease:[{ease:["linear","in","out","in-out",he]}],delay:[{delay:R()}],animate:[{animate:["none","spin","ping","pulse","bounce",he]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[j]}],"scale-x":[{"scale-x":[j]}],"scale-y":[{"scale-y":[j]}],rotate:[{rotate:[da,he]}],"translate-x":[{"translate-x":[A]}],"translate-y":[{"translate-y":[A]}],"skew-x":[{"skew-x":[w]}],"skew-y":[{"skew-y":[w]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",he]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",he]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":E()}],"scroll-mx":[{"scroll-mx":E()}],"scroll-my":[{"scroll-my":E()}],"scroll-ms":[{"scroll-ms":E()}],"scroll-me":[{"scroll-me":E()}],"scroll-mt":[{"scroll-mt":E()}],"scroll-mr":[{"scroll-mr":E()}],"scroll-mb":[{"scroll-mb":E()}],"scroll-ml":[{"scroll-ml":E()}],"scroll-p":[{"scroll-p":E()}],"scroll-px":[{"scroll-px":E()}],"scroll-py":[{"scroll-py":E()}],"scroll-ps":[{"scroll-ps":E()}],"scroll-pe":[{"scroll-pe":E()}],"scroll-pt":[{"scroll-pt":E()}],"scroll-pr":[{"scroll-pr":E()}],"scroll-pb":[{"scroll-pb":E()}],"scroll-pl":[{"scroll-pl":E()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",he]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[Xt,dr,Ks]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}});function se(...e){return cx(ve(e))}const Bf=({data:e,className:t,onClick:r,isFirst:n=!1})=>{const{title:a,value:i,change:o,info:s,highlighted:l}=e,u=d=>typeof d=="number"?d.toLocaleString():d.toString(),c=d=>`${d}%`,f=()=>{r&&r(e)};return p.jsxs("div",{className:se("rounded-lg border py-[16px] px-[24px] transition-all duration-200 bg-white",!l&&"border-gray-200",l&&["!border-blue-600 shadow-[0 1px 4px 0 rgba(16, 24, 40, 0.08), 0 1px 2px 0 rgba(16, 24, 40, 0.08), 0 0 0 4px rgba(41, 112, 255, 0.24)]"],r&&"cursor-pointer",t),onClick:f,children:[p.jsxs("div",{className:"flex items-center gap-2 mb-[6px]",children:[p.jsx("span",{className:"text-sm font-medium text-gray-700",children:a}),s&&p.jsxs("div",{className:"relative group",children:[p.jsx(Ab,{className:"h-[16px] w-[16px] text-gray-400 cursor-help"}),p.jsxs("div",{className:se("absolute bottom-full w-[280px] text-xs text-center text-white font-medium mb-[12px] px-[12px] py-[8px] text-xs text-white bg-gray-900 rounded-md opacity-0 group-hover:!opacity-100 transition-opacity duration-200 z-10 shadow-lg",n?"left-0":"left-1/2 transform -translate-x-1/2"),children:[s,p.jsx("div",{className:se("absolute top-full w-0 h-0 border-l-[4px] border-r-[4px] border-t-[4px] border-transparent border-t-gray-900",n?"left-4":"left-1/2 transform -translate-x-1/2")})]})]})]}),p.jsxs("div",{className:"flex items-baseline gap-3",children:[p.jsx("span",{className:"text-2xl font-semibold text-gray-900",children:u(i)}),o&&p.jsxs("div",{className:se("flex items-center gap-[8px] px-[8px] py-[4px] text-xs font-medium",(o.type==="increase","")),style:o.type==="increase"?{color:"rgb(21 128 61 / var(--tw-text-opacity, 1))",border:"1px solid #ABEFC6",borderRadius:"150px",background:"rgba(16, 185, 129, 0.10)"}:{color:"rgb(185 28 28 / var(--tw-text-opacity, 1))",border:"1px solid #FCA5A5",borderRadius:"150px",background:"rgba(239, 68, 68, 0.10)"},children:[o.type==="increase"?p.jsx(Mb,{className:"h-3 w-3"}):p.jsx(kb,{className:"h-3 w-3"}),p.jsx("span",{children:c(o.value)})]})]})]})};var fx=Array.isArray,ft=fx,dx=typeof $i=="object"&&$i&&$i.Object===Object&&$i,Ff=dx,px=Ff,hx=typeof self=="object"&&self&&self.Object===Object&&self,mx=px||hx||Function("return this")(),Ft=mx,vx=Ft,gx=vx.Symbol,ha=gx,Uf=ha,Wf=Object.prototype,yx=Wf.hasOwnProperty,bx=Wf.toString,ma=Uf?Uf.toStringTag:void 0;function xx(e){var t=yx.call(e,ma),r=e[ma];try{e[ma]=void 0;var n=!0}catch{}var a=bx.call(e);return n&&(t?e[ma]=r:delete e[ma]),a}var wx=xx,Ox=Object.prototype,Sx=Ox.toString;function Tx(e){return Sx.call(e)}var Ax=Tx,zf=ha,jx=wx,Px=Ax,_x="[object Null]",Ex="[object Undefined]",Vf=zf?zf.toStringTag:void 0;function Cx(e){return e==null?e===void 0?Ex:_x:Vf&&Vf in Object(e)?jx(e):Px(e)}var Zt=Cx;function $x(e){return e!=null&&typeof e=="object"}var Jt=$x,kx=Zt,Mx=Jt,Nx="[object Symbol]";function Dx(e){return typeof e=="symbol"||Mx(e)&&kx(e)==Nx}var nn=Dx,Ix=ft,Lx=nn,Rx=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Bx=/^\w*$/;function Fx(e,t){if(Ix(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||Lx(e)?!0:Bx.test(e)||!Rx.test(e)||t!=null&&e in Object(t)}var Ys=Fx;function Ux(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var hr=Ux;const an=ke(hr);var Wx=Zt,zx=hr,Vx="[object AsyncFunction]",Gx="[object Function]",Hx="[object GeneratorFunction]",qx="[object Proxy]";function Kx(e){if(!zx(e))return!1;var t=Wx(e);return t==Gx||t==Hx||t==Vx||t==qx}var Xs=Kx;const pe=ke(Xs);var Yx=Ft,Xx=Yx["__core-js_shared__"],Zx=Xx,Zs=Zx,Gf=function(){var e=/[^.]+$/.exec(Zs&&Zs.keys&&Zs.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Jx(e){return!!Gf&&Gf in e}var Qx=Jx,e1=Function.prototype,t1=e1.toString;function r1(e){if(e!=null){try{return t1.call(e)}catch{}try{return e+""}catch{}}return""}var Hf=r1,n1=Xs,a1=Qx,i1=hr,o1=Hf,s1=/[\\^$.*+?()[\]{}|]/g,l1=/^\[object .+?Constructor\]$/,u1=Function.prototype,c1=Object.prototype,f1=u1.toString,d1=c1.hasOwnProperty,p1=RegExp("^"+f1.call(d1).replace(s1,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function h1(e){if(!i1(e)||a1(e))return!1;var t=n1(e)?p1:l1;return t.test(o1(e))}var m1=h1;function v1(e,t){return e==null?void 0:e[t]}var g1=v1,y1=m1,b1=g1;function x1(e,t){var r=b1(e,t);return y1(r)?r:void 0}var Er=x1,w1=Er,O1=w1(Object,"create"),Mi=O1,qf=Mi;function S1(){this.__data__=qf?qf(null):{},this.size=0}var T1=S1;function A1(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var j1=A1,P1=Mi,_1="__lodash_hash_undefined__",E1=Object.prototype,C1=E1.hasOwnProperty;function $1(e){var t=this.__data__;if(P1){var r=t[e];return r===_1?void 0:r}return C1.call(t,e)?t[e]:void 0}var k1=$1,M1=Mi,N1=Object.prototype,D1=N1.hasOwnProperty;function I1(e){var t=this.__data__;return M1?t[e]!==void 0:D1.call(t,e)}var L1=I1,R1=Mi,B1="__lodash_hash_undefined__";function F1(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=R1&&t===void 0?B1:t,this}var U1=F1,W1=T1,z1=j1,V1=k1,G1=L1,H1=U1;function on(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}on.prototype.clear=W1,on.prototype.delete=z1,on.prototype.get=V1,on.prototype.has=G1,on.prototype.set=H1;var q1=on;function K1(){this.__data__=[],this.size=0}var Y1=K1;function X1(e,t){return e===t||e!==e&&t!==t}var Js=X1,Z1=Js;function J1(e,t){for(var r=e.length;r--;)if(Z1(e[r][0],t))return r;return-1}var Ni=J1,Q1=Ni,ew=Array.prototype,tw=ew.splice;function rw(e){var t=this.__data__,r=Q1(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():tw.call(t,r,1),--this.size,!0}var nw=rw,aw=Ni;function iw(e){var t=this.__data__,r=aw(t,e);return r<0?void 0:t[r][1]}var ow=iw,sw=Ni;function lw(e){return sw(this.__data__,e)>-1}var uw=lw,cw=Ni;function fw(e,t){var r=this.__data__,n=cw(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var dw=fw,pw=Y1,hw=nw,mw=ow,vw=uw,gw=dw;function sn(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}sn.prototype.clear=pw,sn.prototype.delete=hw,sn.prototype.get=mw,sn.prototype.has=vw,sn.prototype.set=gw;var Di=sn,yw=Er,bw=Ft,xw=yw(bw,"Map"),Qs=xw,Kf=q1,ww=Di,Ow=Qs;function Sw(){this.size=0,this.__data__={hash:new Kf,map:new(Ow||ww),string:new Kf}}var Tw=Sw;function Aw(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var jw=Aw,Pw=jw;function _w(e,t){var r=e.__data__;return Pw(t)?r[typeof t=="string"?"string":"hash"]:r.map}var Ii=_w,Ew=Ii;function Cw(e){var t=Ew(this,e).delete(e);return this.size-=t?1:0,t}var $w=Cw,kw=Ii;function Mw(e){return kw(this,e).get(e)}var Nw=Mw,Dw=Ii;function Iw(e){return Dw(this,e).has(e)}var Lw=Iw,Rw=Ii;function Bw(e,t){var r=Rw(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}var Fw=Bw,Uw=Tw,Ww=$w,zw=Nw,Vw=Lw,Gw=Fw;function ln(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}ln.prototype.clear=Uw,ln.prototype.delete=Ww,ln.prototype.get=zw,ln.prototype.has=Vw,ln.prototype.set=Gw;var el=ln,Yf=el,Hw="Expected a function";function tl(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(Hw);var r=function(){var n=arguments,a=t?t.apply(this,n):n[0],i=r.cache;if(i.has(a))return i.get(a);var o=e.apply(this,n);return r.cache=i.set(a,o)||i,o};return r.cache=new(tl.Cache||Yf),r}tl.Cache=Yf;var Xf=tl;const qw=ke(Xf);var Kw=Xf,Yw=500;function Xw(e){var t=Kw(e,function(n){return r.size===Yw&&r.clear(),n}),r=t.cache;return t}var Zw=Xw,Jw=Zw,Qw=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,e2=/\\(\\)?/g,t2=Jw(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(Qw,function(r,n,a,i){t.push(a?i.replace(e2,"$1"):n||r)}),t}),r2=t2;function n2(e,t){for(var r=-1,n=e==null?0:e.length,a=Array(n);++r<n;)a[r]=t(e[r],r,e);return a}var rl=n2,Zf=ha,a2=rl,i2=ft,o2=nn,Jf=Zf?Zf.prototype:void 0,Qf=Jf?Jf.toString:void 0;function ed(e){if(typeof e=="string")return e;if(i2(e))return a2(e,ed)+"";if(o2(e))return Qf?Qf.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}var s2=ed,l2=s2;function u2(e){return e==null?"":l2(e)}var td=u2,c2=ft,f2=Ys,d2=r2,p2=td;function h2(e,t){return c2(e)?e:f2(e,t)?[e]:d2(p2(e))}var rd=h2,m2=nn;function v2(e){if(typeof e=="string"||m2(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}var Li=v2,g2=rd,y2=Li;function b2(e,t){t=g2(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[y2(t[r++])];return r&&r==n?e:void 0}var nl=b2,x2=nl;function w2(e,t,r){var n=e==null?void 0:x2(e,t);return n===void 0?r:n}var nd=w2;const wt=ke(nd);function O2(e){return e==null}var S2=O2;const fe=ke(S2);var T2=Zt,A2=ft,j2=Jt,P2="[object String]";function _2(e){return typeof e=="string"||!A2(e)&&j2(e)&&T2(e)==P2}var E2=_2;const Cr=ke(E2);var al={exports:{}},we={};/**
|
|
111
186
|
* @license React
|
|
112
187
|
* react-is.production.min.js
|
|
113
188
|
*
|
|
@@ -115,7 +190,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
115
190
|
*
|
|
116
191
|
* This source code is licensed under the MIT license found in the
|
|
117
192
|
* LICENSE file in the root directory of this source tree.
|
|
118
|
-
*/var
|
|
193
|
+
*/var ad;function C2(){if(ad)return we;ad=1;var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),o=Symbol.for("react.context"),s=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),c=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),d=Symbol.for("react.lazy"),h=Symbol.for("react.offscreen"),v;v=Symbol.for("react.module.reference");function g(m){if(typeof m=="object"&&m!==null){var b=m.$$typeof;switch(b){case e:switch(m=m.type,m){case r:case a:case n:case u:case c:return m;default:switch(m=m&&m.$$typeof,m){case s:case o:case l:case d:case f:case i:return m;default:return b}}case t:return b}}}return we.ContextConsumer=o,we.ContextProvider=i,we.Element=e,we.ForwardRef=l,we.Fragment=r,we.Lazy=d,we.Memo=f,we.Portal=t,we.Profiler=a,we.StrictMode=n,we.Suspense=u,we.SuspenseList=c,we.isAsyncMode=function(){return!1},we.isConcurrentMode=function(){return!1},we.isContextConsumer=function(m){return g(m)===o},we.isContextProvider=function(m){return g(m)===i},we.isElement=function(m){return typeof m=="object"&&m!==null&&m.$$typeof===e},we.isForwardRef=function(m){return g(m)===l},we.isFragment=function(m){return g(m)===r},we.isLazy=function(m){return g(m)===d},we.isMemo=function(m){return g(m)===f},we.isPortal=function(m){return g(m)===t},we.isProfiler=function(m){return g(m)===a},we.isStrictMode=function(m){return g(m)===n},we.isSuspense=function(m){return g(m)===u},we.isSuspenseList=function(m){return g(m)===c},we.isValidElementType=function(m){return typeof m=="string"||typeof m=="function"||m===r||m===a||m===n||m===u||m===c||m===h||typeof m=="object"&&m!==null&&(m.$$typeof===d||m.$$typeof===f||m.$$typeof===i||m.$$typeof===o||m.$$typeof===l||m.$$typeof===v||m.getModuleId!==void 0)},we.typeOf=g,we}var Oe={};/**
|
|
119
194
|
* @license React
|
|
120
195
|
* react-is.development.js
|
|
121
196
|
*
|
|
@@ -123,70 +198,70 @@ React keys must be passed directly to JSX without using spread:
|
|
|
123
198
|
*
|
|
124
199
|
* This source code is licensed under the MIT license found in the
|
|
125
200
|
* LICENSE file in the root directory of this source tree.
|
|
126
|
-
*/var qf;function iO(){return qf||(qf=1,process.env.NODE_ENV!=="production"&&function(){var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),o=Symbol.for("react.context"),s=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),c=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),d=Symbol.for("react.lazy"),p=Symbol.for("react.offscreen"),v=!1,y=!1,h=!1,b=!1,S=!1,x;x=Symbol.for("react.module.reference");function T(q){return!!(typeof q=="string"||typeof q=="function"||q===r||q===a||S||q===n||q===u||q===c||b||q===p||v||y||h||typeof q=="object"&&q!==null&&(q.$$typeof===d||q.$$typeof===f||q.$$typeof===i||q.$$typeof===o||q.$$typeof===l||q.$$typeof===x||q.getModuleId!==void 0))}function m(q){if(typeof q=="object"&&q!==null){var se=q.$$typeof;switch(se){case e:var ee=q.type;switch(ee){case r:case a:case n:case u:case c:return ee;default:var ve=ee&&ee.$$typeof;switch(ve){case s:case o:case l:case d:case f:case i:return ve;default:return se}}case t:return se}}}var w=o,O=i,P=e,j=l,M=r,_=d,$=f,R=t,k=a,D=n,C=u,B=c,U=!1,G=!1;function E(q){return U||(U=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function L(q){return G||(G=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function F(q){return m(q)===o}function W(q){return m(q)===i}function K(q){return typeof q=="object"&&q!==null&&q.$$typeof===e}function X(q){return m(q)===l}function Q(q){return m(q)===r}function ae(q){return m(q)===d}function te(q){return m(q)===f}function V(q){return m(q)===t}function Y(q){return m(q)===a}function J(q){return m(q)===n}function I(q){return m(q)===u}function ie(q){return m(q)===c}Oe.ContextConsumer=w,Oe.ContextProvider=O,Oe.Element=P,Oe.ForwardRef=j,Oe.Fragment=M,Oe.Lazy=_,Oe.Memo=$,Oe.Portal=R,Oe.Profiler=k,Oe.StrictMode=D,Oe.Suspense=C,Oe.SuspenseList=B,Oe.isAsyncMode=E,Oe.isConcurrentMode=L,Oe.isContextConsumer=F,Oe.isContextProvider=W,Oe.isElement=K,Oe.isForwardRef=X,Oe.isFragment=Q,Oe.isLazy=ae,Oe.isMemo=te,Oe.isPortal=V,Oe.isProfiler=Y,Oe.isStrictMode=J,Oe.isSuspense=I,Oe.isSuspenseList=ie,Oe.isValidElementType=T,Oe.typeOf=m}()),Oe}process.env.NODE_ENV==="production"?Js.exports=aO():Js.exports=iO();var oO=Js.exports,sO=Zt,lO=Jt,uO="[object Number]";function cO(e){return typeof e=="number"||lO(e)&&sO(e)==uO}var Hf=cO;const fO=Ce(Hf);var dO=Hf;function pO(e){return dO(e)&&e!=+e}var hO=pO;const sn=Ce(hO);var Ct=function(t){return t===0?0:t>0?1:-1},jr=function(t){return Er(t)&&t.indexOf("%")===t.length-1},Z=function(t){return fO(t)&&!sn(t)},vO=function(t){return fe(t)},Ye=function(t){return Z(t)||Er(t)},yO=0,$r=function(t){var r=++yO;return"".concat(t||"").concat(r)},Cr=function(t,r){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if(!Z(t)&&!Er(t))return n;var i;if(jr(t)){var o=t.indexOf("%");i=r*parseFloat(t.slice(0,o))/100}else i=+t;return sn(i)&&(i=n),a&&i>r&&(i=r),i},pr=function(t){if(!t)return null;var r=Object.keys(t);return r&&r.length?t[r[0]]:null},mO=function(t){if(!Array.isArray(t))return!1;for(var r=t.length,n={},a=0;a<r;a++)if(!n[t[a]])n[t[a]]=!0;else return!0;return!1},Ue=function(t,r){return Z(t)&&Z(r)?function(n){return t+n*(r-t)}:function(){return r}};function Ni(e,t,r){return!e||!e.length?null:e.find(function(n){return n&&(typeof t=="function"?t(n):wt(n,t))===r})}var gO=function(t){if(!t||!t.length)return null;for(var r=t.length,n=0,a=0,i=0,o=0,s=1/0,l=-1/0,u=0,c=0,f=0;f<r;f++)u=t[f].cx||0,c=t[f].cy||0,n+=u,a+=c,i+=u*c,o+=u*u,s=Math.min(s,u),l=Math.max(l,u);var d=r*o!==n*n?(r*i-n*a)/(r*o-n*n):0;return{xmin:s,xmax:l,a:d,b:(a-d*n)/r}},bO=function(t,r){return Z(t)&&Z(r)?t-r:Er(t)&&Er(r)?t.localeCompare(r):t instanceof Date&&r instanceof Date?t.getTime()-r.getTime():String(t).localeCompare(String(r))};function ln(e,t){for(var r in e)if({}.hasOwnProperty.call(e,r)&&(!{}.hasOwnProperty.call(t,r)||e[r]!==t[r]))return!1;for(var n in t)if({}.hasOwnProperty.call(t,n)&&!{}.hasOwnProperty.call(e,n))return!1;return!0}function Qs(e){"@babel/helpers - typeof";return Qs=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Qs(e)}var xO=["viewBox","children"],wO=["aria-activedescendant","aria-atomic","aria-autocomplete","aria-busy","aria-checked","aria-colcount","aria-colindex","aria-colspan","aria-controls","aria-current","aria-describedby","aria-details","aria-disabled","aria-errormessage","aria-expanded","aria-flowto","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-level","aria-live","aria-modal","aria-multiline","aria-multiselectable","aria-orientation","aria-owns","aria-placeholder","aria-posinset","aria-pressed","aria-readonly","aria-relevant","aria-required","aria-roledescription","aria-rowcount","aria-rowindex","aria-rowspan","aria-selected","aria-setsize","aria-sort","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext","className","color","height","id","lang","max","media","method","min","name","style","target","width","role","tabIndex","accentHeight","accumulate","additive","alignmentBaseline","allowReorder","alphabetic","amplitude","arabicForm","ascent","attributeName","attributeType","autoReverse","azimuth","baseFrequency","baselineShift","baseProfile","bbox","begin","bias","by","calcMode","capHeight","clip","clipPath","clipPathUnits","clipRule","colorInterpolation","colorInterpolationFilters","colorProfile","colorRendering","contentScriptType","contentStyleType","cursor","cx","cy","d","decelerate","descent","diffuseConstant","direction","display","divisor","dominantBaseline","dur","dx","dy","edgeMode","elevation","enableBackground","end","exponent","externalResourcesRequired","fill","fillOpacity","fillRule","filter","filterRes","filterUnits","floodColor","floodOpacity","focusable","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontWeight","format","from","fx","fy","g1","g2","glyphName","glyphOrientationHorizontal","glyphOrientationVertical","glyphRef","gradientTransform","gradientUnits","hanging","horizAdvX","horizOriginX","href","ideographic","imageRendering","in2","in","intercept","k1","k2","k3","k4","k","kernelMatrix","kernelUnitLength","kerning","keyPoints","keySplines","keyTimes","lengthAdjust","letterSpacing","lightingColor","limitingConeAngle","local","markerEnd","markerHeight","markerMid","markerStart","markerUnits","markerWidth","mask","maskContentUnits","maskUnits","mathematical","mode","numOctaves","offset","opacity","operator","order","orient","orientation","origin","overflow","overlinePosition","overlineThickness","paintOrder","panose1","pathLength","patternContentUnits","patternTransform","patternUnits","pointerEvents","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","r","radius","refX","refY","renderingIntent","repeatCount","repeatDur","requiredExtensions","requiredFeatures","restart","result","rotate","rx","ry","seed","shapeRendering","slope","spacing","specularConstant","specularExponent","speed","spreadMethod","startOffset","stdDeviation","stemh","stemv","stitchTiles","stopColor","stopOpacity","strikethroughPosition","strikethroughThickness","string","stroke","strokeDasharray","strokeDashoffset","strokeLinecap","strokeLinejoin","strokeMiterlimit","strokeOpacity","strokeWidth","surfaceScale","systemLanguage","tableValues","targetX","targetY","textAnchor","textDecoration","textLength","textRendering","to","transform","u1","u2","underlinePosition","underlineThickness","unicode","unicodeBidi","unicodeRange","unitsPerEm","vAlphabetic","values","vectorEffect","version","vertAdvY","vertOriginX","vertOriginY","vHanging","vIdeographic","viewTarget","visibility","vMathematical","widths","wordSpacing","writingMode","x1","x2","x","xChannelSelector","xHeight","xlinkActuate","xlinkArcrole","xlinkHref","xlinkRole","xlinkShow","xlinkTitle","xlinkType","xmlBase","xmlLang","xmlns","xmlnsXlink","xmlSpace","y1","y2","y","yChannelSelector","z","zoomAndPan","ref","key","angle"],Yf=["points","pathLength"],el={svg:xO,polygon:Yf,polyline:Yf},tl=["dangerouslySetInnerHTML","onCopy","onCopyCapture","onCut","onCutCapture","onPaste","onPasteCapture","onCompositionEnd","onCompositionEndCapture","onCompositionStart","onCompositionStartCapture","onCompositionUpdate","onCompositionUpdateCapture","onFocus","onFocusCapture","onBlur","onBlurCapture","onChange","onChangeCapture","onBeforeInput","onBeforeInputCapture","onInput","onInputCapture","onReset","onResetCapture","onSubmit","onSubmitCapture","onInvalid","onInvalidCapture","onLoad","onLoadCapture","onError","onErrorCapture","onKeyDown","onKeyDownCapture","onKeyPress","onKeyPressCapture","onKeyUp","onKeyUpCapture","onAbort","onAbortCapture","onCanPlay","onCanPlayCapture","onCanPlayThrough","onCanPlayThroughCapture","onDurationChange","onDurationChangeCapture","onEmptied","onEmptiedCapture","onEncrypted","onEncryptedCapture","onEnded","onEndedCapture","onLoadedData","onLoadedDataCapture","onLoadedMetadata","onLoadedMetadataCapture","onLoadStart","onLoadStartCapture","onPause","onPauseCapture","onPlay","onPlayCapture","onPlaying","onPlayingCapture","onProgress","onProgressCapture","onRateChange","onRateChangeCapture","onSeeked","onSeekedCapture","onSeeking","onSeekingCapture","onStalled","onStalledCapture","onSuspend","onSuspendCapture","onTimeUpdate","onTimeUpdateCapture","onVolumeChange","onVolumeChangeCapture","onWaiting","onWaitingCapture","onAuxClick","onAuxClickCapture","onClick","onClickCapture","onContextMenu","onContextMenuCapture","onDoubleClick","onDoubleClickCapture","onDrag","onDragCapture","onDragEnd","onDragEndCapture","onDragEnter","onDragEnterCapture","onDragExit","onDragExitCapture","onDragLeave","onDragLeaveCapture","onDragOver","onDragOverCapture","onDragStart","onDragStartCapture","onDrop","onDropCapture","onMouseDown","onMouseDownCapture","onMouseEnter","onMouseLeave","onMouseMove","onMouseMoveCapture","onMouseOut","onMouseOutCapture","onMouseOver","onMouseOverCapture","onMouseUp","onMouseUpCapture","onSelect","onSelectCapture","onTouchCancel","onTouchCancelCapture","onTouchEnd","onTouchEndCapture","onTouchMove","onTouchMoveCapture","onTouchStart","onTouchStartCapture","onPointerDown","onPointerDownCapture","onPointerMove","onPointerMoveCapture","onPointerUp","onPointerUpCapture","onPointerCancel","onPointerCancelCapture","onPointerEnter","onPointerEnterCapture","onPointerLeave","onPointerLeaveCapture","onPointerOver","onPointerOverCapture","onPointerOut","onPointerOutCapture","onGotPointerCapture","onGotPointerCaptureCapture","onLostPointerCapture","onLostPointerCaptureCapture","onScroll","onScrollCapture","onWheel","onWheelCapture","onAnimationStart","onAnimationStartCapture","onAnimationEnd","onAnimationEndCapture","onAnimationIteration","onAnimationIterationCapture","onTransitionEnd","onTransitionEndCapture"],Di=function(t,r){if(!t||typeof t=="function"||typeof t=="boolean")return null;var n=t;if(A.isValidElement(t)&&(n=t.props),!rn(n))return null;var a={};return Object.keys(n).forEach(function(i){tl.includes(i)&&(a[i]=r||function(o){return n[i](n,o)})}),a},OO=function(t,r,n){return function(a){return t(r,n,a),null}},ha=function(t,r,n){if(!rn(t)||Qs(t)!=="object")return null;var a=null;return Object.keys(t).forEach(function(i){var o=t[i];tl.includes(i)&&typeof o=="function"&&(a||(a={}),a[i]=OO(o,r,n))}),a},SO=["children"],AO=["children"];function Xf(e,t){if(e==null)return{};var r=TO(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function TO(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function rl(e){"@babel/helpers - typeof";return rl=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},rl(e)}var Zf={click:"onClick",mousedown:"onMouseDown",mouseup:"onMouseUp",mouseover:"onMouseOver",mousemove:"onMouseMove",mouseout:"onMouseOut",mouseenter:"onMouseEnter",mouseleave:"onMouseLeave",touchcancel:"onTouchCancel",touchend:"onTouchEnd",touchmove:"onTouchMove",touchstart:"onTouchStart",contextmenu:"onContextMenu",dblclick:"onDoubleClick"},Qt=function(t){return typeof t=="string"?t:t?t.displayName||t.name||"Component":""},Jf=null,nl=null,al=function e(t){if(t===Jf&&Array.isArray(nl))return nl;var r=[];return A.Children.forEach(t,function(n){fe(n)||(oO.isFragment(n)?r=r.concat(e(n.props.children)):r.push(n))}),nl=r,Jf=t,r};function dt(e,t){var r=[],n=[];return Array.isArray(t)?n=t.map(function(a){return Qt(a)}):n=[Qt(t)],al(e).forEach(function(a){var i=wt(a,"type.displayName")||wt(a,"type.name");n.indexOf(i)!==-1&&r.push(a)}),r}function yt(e,t){var r=dt(e,t);return r&&r[0]}var Qf=function(t){if(!t||!t.props)return!1;var r=t.props,n=r.width,a=r.height;return!(!Z(n)||n<=0||!Z(a)||a<=0)},PO=["a","altGlyph","altGlyphDef","altGlyphItem","animate","animateColor","animateMotion","animateTransform","circle","clipPath","color-profile","cursor","defs","desc","ellipse","feBlend","feColormatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","filter","font","font-face","font-face-format","font-face-name","font-face-url","foreignObject","g","glyph","glyphRef","hkern","image","line","lineGradient","marker","mask","metadata","missing-glyph","mpath","path","pattern","polygon","polyline","radialGradient","rect","script","set","stop","style","svg","switch","symbol","text","textPath","title","tref","tspan","use","view","vkern"],_O=function(t){return t&&t.type&&Er(t.type)&&PO.indexOf(t.type)>=0},ed=function(t){return t&&rl(t)==="object"&&"clipDot"in t},EO=function(t,r,n,a){var i,o=(i=el==null?void 0:el[a])!==null&&i!==void 0?i:[];return r.startsWith("data-")||!pe(t)&&(a&&o.includes(r)||wO.includes(r))||n&&tl.includes(r)},de=function(t,r,n){if(!t||typeof t=="function"||typeof t=="boolean")return null;var a=t;if(A.isValidElement(t)&&(a=t.props),!rn(a))return null;var i={};return Object.keys(a).forEach(function(o){var s;EO((s=a)===null||s===void 0?void 0:s[o],o,r,n)&&(i[o]=a[o])}),i},il=function e(t,r){if(t===r)return!0;var n=A.Children.count(t);if(n!==A.Children.count(r))return!1;if(n===0)return!0;if(n===1)return td(Array.isArray(t)?t[0]:t,Array.isArray(r)?r[0]:r);for(var a=0;a<n;a++){var i=t[a],o=r[a];if(Array.isArray(i)||Array.isArray(o)){if(!e(i,o))return!1}else if(!td(i,o))return!1}return!0},td=function(t,r){if(fe(t)&&fe(r))return!0;if(!fe(t)&&!fe(r)){var n=t.props||{},a=n.children,i=Xf(n,SO),o=r.props||{},s=o.children,l=Xf(o,AO);return a&&s?ln(i,l)&&il(a,s):!a&&!s?ln(i,l):!1}return!1},rd=function(t,r){var n=[],a={};return al(t).forEach(function(i,o){if(_O(i))n.push(i);else if(i){var s=Qt(i.type),l=r[s]||{},u=l.handler,c=l.once;if(u&&(!c||!a[s])){var f=u(i,s,o);n.push(f),a[s]=!0}}}),n},jO=function(t){var r=t&&t.type;return r&&Zf[r]?Zf[r]:null},$O=function(t,r){return al(r).indexOf(t)},CO=["children","width","height","viewBox","className","style","title","desc"];function ol(){return ol=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ol.apply(this,arguments)}function kO(e,t){if(e==null)return{};var r=MO(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function MO(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function sl(e){var t=e.children,r=e.width,n=e.height,a=e.viewBox,i=e.className,o=e.style,s=e.title,l=e.desc,u=kO(e,CO),c=a||{width:r,height:n,x:0,y:0},f=ye("recharts-surface",i);return A.createElement("svg",ol({},de(u,!0,"svg"),{className:f,width:r,height:n,style:o,viewBox:"".concat(c.x," ").concat(c.y," ").concat(c.width," ").concat(c.height)}),A.createElement("title",null,s),A.createElement("desc",null,l),t)}var NO=["children","className"];function ll(){return ll=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ll.apply(this,arguments)}function DO(e,t){if(e==null)return{};var r=IO(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function IO(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var xe=A.forwardRef(function(e,t){var r=e.children,n=e.className,a=DO(e,NO),i=ye("recharts-layer",n);return A.createElement("g",ll({className:i},de(a,!0),{ref:t}),r)}),LO=process.env.NODE_ENV!=="production",er=function(t,r){for(var n=arguments.length,a=new Array(n>2?n-2:0),i=2;i<n;i++)a[i-2]=arguments[i];if(LO&&typeof console<"u"&&console.warn&&(r===void 0&&console.warn("LogUtils requires an error message argument"),!t))if(r===void 0)console.warn("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var o=0;console.warn(r.replace(/%s/g,function(){return a[o++]}))}};function RO(e,t,r){var n=-1,a=e.length;t<0&&(t=-t>a?0:a+t),r=r>a?a:r,r<0&&(r+=a),a=t>r?0:r-t>>>0,t>>>=0;for(var i=Array(a);++n<a;)i[n]=e[n+t];return i}var BO=RO,FO=BO;function WO(e,t,r){var n=e.length;return r=r===void 0?n:r,!t&&r>=n?e:FO(e,t,r)}var UO=WO,zO="\\ud800-\\udfff",GO="\\u0300-\\u036f",KO="\\ufe20-\\ufe2f",VO="\\u20d0-\\u20ff",qO=GO+KO+VO,HO="\\ufe0e\\ufe0f",YO="\\u200d",XO=RegExp("["+YO+zO+qO+HO+"]");function ZO(e){return XO.test(e)}var nd=ZO;function JO(e){return e.split("")}var QO=JO,ad="\\ud800-\\udfff",eS="\\u0300-\\u036f",tS="\\ufe20-\\ufe2f",rS="\\u20d0-\\u20ff",nS=eS+tS+rS,aS="\\ufe0e\\ufe0f",iS="["+ad+"]",ul="["+nS+"]",cl="\\ud83c[\\udffb-\\udfff]",oS="(?:"+ul+"|"+cl+")",id="[^"+ad+"]",od="(?:\\ud83c[\\udde6-\\uddff]){2}",sd="[\\ud800-\\udbff][\\udc00-\\udfff]",sS="\\u200d",ld=oS+"?",ud="["+aS+"]?",lS="(?:"+sS+"(?:"+[id,od,sd].join("|")+")"+ud+ld+")*",uS=ud+ld+lS,cS="(?:"+[id+ul+"?",ul,od,sd,iS].join("|")+")",fS=RegExp(cl+"(?="+cl+")|"+cS+uS,"g");function dS(e){return e.match(fS)||[]}var pS=dS,hS=QO,vS=nd,yS=pS;function mS(e){return vS(e)?yS(e):hS(e)}var gS=mS,bS=UO,xS=nd,wS=gS,OS=zf;function SS(e){return function(t){t=OS(t);var r=xS(t)?wS(t):void 0,n=r?r[0]:t.charAt(0),a=r?bS(r,1).join(""):t.slice(1);return n[e]()+a}}var AS=SS,TS=AS,PS=TS("toUpperCase"),_S=PS;const Ii=Ce(_S);function ke(e){return function(){return e}}const cd=Math.cos,Li=Math.sin,kt=Math.sqrt,Ri=Math.PI,Bi=2*Ri,fl=Math.PI,dl=2*fl,kr=1e-6,ES=dl-kr;function fd(e){this._+=e[0];for(let t=1,r=e.length;t<r;++t)this._+=arguments[t]+e[t]}function jS(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return fd;const r=10**t;return function(n){this._+=n[0];for(let a=1,i=n.length;a<i;++a)this._+=Math.round(arguments[a]*r)/r+n[a]}}class $S{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=t==null?fd:jS(t)}moveTo(t,r){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+r}`}closePath(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(t,r){this._append`L${this._x1=+t},${this._y1=+r}`}quadraticCurveTo(t,r,n,a){this._append`Q${+t},${+r},${this._x1=+n},${this._y1=+a}`}bezierCurveTo(t,r,n,a,i,o){this._append`C${+t},${+r},${+n},${+a},${this._x1=+i},${this._y1=+o}`}arcTo(t,r,n,a,i){if(t=+t,r=+r,n=+n,a=+a,i=+i,i<0)throw new Error(`negative radius: ${i}`);let o=this._x1,s=this._y1,l=n-t,u=a-r,c=o-t,f=s-r,d=c*c+f*f;if(this._x1===null)this._append`M${this._x1=t},${this._y1=r}`;else if(d>kr)if(!(Math.abs(f*l-u*c)>kr)||!i)this._append`L${this._x1=t},${this._y1=r}`;else{let p=n-o,v=a-s,y=l*l+u*u,h=p*p+v*v,b=Math.sqrt(y),S=Math.sqrt(d),x=i*Math.tan((fl-Math.acos((y+d-h)/(2*b*S)))/2),T=x/S,m=x/b;Math.abs(T-1)>kr&&this._append`L${t+T*c},${r+T*f}`,this._append`A${i},${i},0,0,${+(f*p>c*v)},${this._x1=t+m*l},${this._y1=r+m*u}`}}arc(t,r,n,a,i,o){if(t=+t,r=+r,n=+n,o=!!o,n<0)throw new Error(`negative radius: ${n}`);let s=n*Math.cos(a),l=n*Math.sin(a),u=t+s,c=r+l,f=1^o,d=o?a-i:i-a;this._x1===null?this._append`M${u},${c}`:(Math.abs(this._x1-u)>kr||Math.abs(this._y1-c)>kr)&&this._append`L${u},${c}`,n&&(d<0&&(d=d%dl+dl),d>ES?this._append`A${n},${n},0,1,${f},${t-s},${r-l}A${n},${n},0,1,${f},${this._x1=u},${this._y1=c}`:d>kr&&this._append`A${n},${n},0,${+(d>=fl)},${f},${this._x1=t+n*Math.cos(i)},${this._y1=r+n*Math.sin(i)}`)}rect(t,r,n,a){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+r}h${n=+n}v${+a}h${-n}Z`}toString(){return this._}}function pl(e){let t=3;return e.digits=function(r){if(!arguments.length)return t;if(r==null)t=null;else{const n=Math.floor(r);if(!(n>=0))throw new RangeError(`invalid digits: ${r}`);t=n}return e},()=>new $S(t)}function hl(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function dd(e){this._context=e}dd.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t);break}}};function Fi(e){return new dd(e)}function pd(e){return e[0]}function hd(e){return e[1]}function vd(e,t){var r=ke(!0),n=null,a=Fi,i=null,o=pl(s);e=typeof e=="function"?e:e===void 0?pd:ke(e),t=typeof t=="function"?t:t===void 0?hd:ke(t);function s(l){var u,c=(l=hl(l)).length,f,d=!1,p;for(n==null&&(i=a(p=o())),u=0;u<=c;++u)!(u<c&&r(f=l[u],u,l))===d&&((d=!d)?i.lineStart():i.lineEnd()),d&&i.point(+e(f,u,l),+t(f,u,l));if(p)return i=null,p+""||null}return s.x=function(l){return arguments.length?(e=typeof l=="function"?l:ke(+l),s):e},s.y=function(l){return arguments.length?(t=typeof l=="function"?l:ke(+l),s):t},s.defined=function(l){return arguments.length?(r=typeof l=="function"?l:ke(!!l),s):r},s.curve=function(l){return arguments.length?(a=l,n!=null&&(i=a(n)),s):a},s.context=function(l){return arguments.length?(l==null?n=i=null:i=a(n=l),s):n},s}function Wi(e,t,r){var n=null,a=ke(!0),i=null,o=Fi,s=null,l=pl(u);e=typeof e=="function"?e:e===void 0?pd:ke(+e),t=typeof t=="function"?t:ke(t===void 0?0:+t),r=typeof r=="function"?r:r===void 0?hd:ke(+r);function u(f){var d,p,v,y=(f=hl(f)).length,h,b=!1,S,x=new Array(y),T=new Array(y);for(i==null&&(s=o(S=l())),d=0;d<=y;++d){if(!(d<y&&a(h=f[d],d,f))===b)if(b=!b)p=d,s.areaStart(),s.lineStart();else{for(s.lineEnd(),s.lineStart(),v=d-1;v>=p;--v)s.point(x[v],T[v]);s.lineEnd(),s.areaEnd()}b&&(x[d]=+e(h,d,f),T[d]=+t(h,d,f),s.point(n?+n(h,d,f):x[d],r?+r(h,d,f):T[d]))}if(S)return s=null,S+""||null}function c(){return vd().defined(a).curve(o).context(i)}return u.x=function(f){return arguments.length?(e=typeof f=="function"?f:ke(+f),n=null,u):e},u.x0=function(f){return arguments.length?(e=typeof f=="function"?f:ke(+f),u):e},u.x1=function(f){return arguments.length?(n=f==null?null:typeof f=="function"?f:ke(+f),u):n},u.y=function(f){return arguments.length?(t=typeof f=="function"?f:ke(+f),r=null,u):t},u.y0=function(f){return arguments.length?(t=typeof f=="function"?f:ke(+f),u):t},u.y1=function(f){return arguments.length?(r=f==null?null:typeof f=="function"?f:ke(+f),u):r},u.lineX0=u.lineY0=function(){return c().x(e).y(t)},u.lineY1=function(){return c().x(e).y(r)},u.lineX1=function(){return c().x(n).y(t)},u.defined=function(f){return arguments.length?(a=typeof f=="function"?f:ke(!!f),u):a},u.curve=function(f){return arguments.length?(o=f,i!=null&&(s=o(i)),u):o},u.context=function(f){return arguments.length?(f==null?i=s=null:s=o(i=f),u):i},u}class yd{constructor(t,r){this._context=t,this._x=r}areaStart(){this._line=0}areaEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line}point(t,r){switch(t=+t,r=+r,this._point){case 0:{this._point=1,this._line?this._context.lineTo(t,r):this._context.moveTo(t,r);break}case 1:this._point=2;default:{this._x?this._context.bezierCurveTo(this._x0=(this._x0+t)/2,this._y0,this._x0,r,t,r):this._context.bezierCurveTo(this._x0,this._y0=(this._y0+r)/2,t,this._y0,t,r);break}}this._x0=t,this._y0=r}}function CS(e){return new yd(e,!0)}function kS(e){return new yd(e,!1)}const vl={draw(e,t){const r=kt(t/Ri);e.moveTo(r,0),e.arc(0,0,r,0,Bi)}},MS={draw(e,t){const r=kt(t/5)/2;e.moveTo(-3*r,-r),e.lineTo(-r,-r),e.lineTo(-r,-3*r),e.lineTo(r,-3*r),e.lineTo(r,-r),e.lineTo(3*r,-r),e.lineTo(3*r,r),e.lineTo(r,r),e.lineTo(r,3*r),e.lineTo(-r,3*r),e.lineTo(-r,r),e.lineTo(-3*r,r),e.closePath()}},md=kt(1/3),NS=md*2,DS={draw(e,t){const r=kt(t/NS),n=r*md;e.moveTo(0,-r),e.lineTo(n,0),e.lineTo(0,r),e.lineTo(-n,0),e.closePath()}},IS={draw(e,t){const r=kt(t),n=-r/2;e.rect(n,n,r,r)}},LS=.8908130915292852,gd=Li(Ri/10)/Li(7*Ri/10),RS=Li(Bi/10)*gd,BS=-cd(Bi/10)*gd,FS={draw(e,t){const r=kt(t*LS),n=RS*r,a=BS*r;e.moveTo(0,-r),e.lineTo(n,a);for(let i=1;i<5;++i){const o=Bi*i/5,s=cd(o),l=Li(o);e.lineTo(l*r,-s*r),e.lineTo(s*n-l*a,l*n+s*a)}e.closePath()}},yl=kt(3),WS={draw(e,t){const r=-kt(t/(yl*3));e.moveTo(0,r*2),e.lineTo(-yl*r,-r),e.lineTo(yl*r,-r),e.closePath()}},Ot=-.5,St=kt(3)/2,ml=1/kt(12),US=(ml/2+1)*3,zS={draw(e,t){const r=kt(t/US),n=r/2,a=r*ml,i=n,o=r*ml+r,s=-i,l=o;e.moveTo(n,a),e.lineTo(i,o),e.lineTo(s,l),e.lineTo(Ot*n-St*a,St*n+Ot*a),e.lineTo(Ot*i-St*o,St*i+Ot*o),e.lineTo(Ot*s-St*l,St*s+Ot*l),e.lineTo(Ot*n+St*a,Ot*a-St*n),e.lineTo(Ot*i+St*o,Ot*o-St*i),e.lineTo(Ot*s+St*l,Ot*l-St*s),e.closePath()}};function GS(e,t){let r=null,n=pl(a);e=typeof e=="function"?e:ke(e||vl),t=typeof t=="function"?t:ke(t===void 0?64:+t);function a(){let i;if(r||(r=i=n()),e.apply(this,arguments).draw(r,+t.apply(this,arguments)),i)return r=null,i+""||null}return a.type=function(i){return arguments.length?(e=typeof i=="function"?i:ke(i),a):e},a.size=function(i){return arguments.length?(t=typeof i=="function"?i:ke(+i),a):t},a.context=function(i){return arguments.length?(r=i??null,a):r},a}function Ui(){}function zi(e,t,r){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+r)/6)}function bd(e){this._context=e}bd.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:zi(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:zi(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function KS(e){return new bd(e)}function xd(e){this._context=e}xd.prototype={areaStart:Ui,areaEnd:Ui,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x2,this._y2),this._context.closePath();break}case 2:{this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break}case 3:{this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4);break}}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:zi(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function VS(e){return new xd(e)}function wd(e){this._context=e}wd.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var r=(this._x0+4*this._x1+e)/6,n=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(r,n):this._context.moveTo(r,n);break;case 3:this._point=4;default:zi(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function qS(e){return new wd(e)}function Od(e){this._context=e}Od.prototype={areaStart:Ui,areaEnd:Ui,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(e,t){e=+e,t=+t,this._point?this._context.lineTo(e,t):(this._point=1,this._context.moveTo(e,t))}};function HS(e){return new Od(e)}function Sd(e){return e<0?-1:1}function Ad(e,t,r){var n=e._x1-e._x0,a=t-e._x1,i=(e._y1-e._y0)/(n||a<0&&-0),o=(r-e._y1)/(a||n<0&&-0),s=(i*a+o*n)/(n+a);return(Sd(i)+Sd(o))*Math.min(Math.abs(i),Math.abs(o),.5*Math.abs(s))||0}function Td(e,t){var r=e._x1-e._x0;return r?(3*(e._y1-e._y0)/r-t)/2:t}function gl(e,t,r){var n=e._x0,a=e._y0,i=e._x1,o=e._y1,s=(i-n)/3;e._context.bezierCurveTo(n+s,a+s*t,i-s,o-s*r,i,o)}function Gi(e){this._context=e}Gi.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:gl(this,this._t0,Td(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){var r=NaN;if(e=+e,t=+t,!(e===this._x1&&t===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,gl(this,Td(this,r=Ad(this,e,t)),r);break;default:gl(this,this._t0,r=Ad(this,e,t));break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=r}}};function Pd(e){this._context=new _d(e)}(Pd.prototype=Object.create(Gi.prototype)).point=function(e,t){Gi.prototype.point.call(this,t,e)};function _d(e){this._context=e}_d.prototype={moveTo:function(e,t){this._context.moveTo(t,e)},closePath:function(){this._context.closePath()},lineTo:function(e,t){this._context.lineTo(t,e)},bezierCurveTo:function(e,t,r,n,a,i){this._context.bezierCurveTo(t,e,n,r,i,a)}};function YS(e){return new Gi(e)}function XS(e){return new Pd(e)}function Ed(e){this._context=e}Ed.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var e=this._x,t=this._y,r=e.length;if(r)if(this._line?this._context.lineTo(e[0],t[0]):this._context.moveTo(e[0],t[0]),r===2)this._context.lineTo(e[1],t[1]);else for(var n=jd(e),a=jd(t),i=0,o=1;o<r;++i,++o)this._context.bezierCurveTo(n[0][i],a[0][i],n[1][i],a[1][i],e[o],t[o]);(this._line||this._line!==0&&r===1)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(e,t){this._x.push(+e),this._y.push(+t)}};function jd(e){var t,r=e.length-1,n,a=new Array(r),i=new Array(r),o=new Array(r);for(a[0]=0,i[0]=2,o[0]=e[0]+2*e[1],t=1;t<r-1;++t)a[t]=1,i[t]=4,o[t]=4*e[t]+2*e[t+1];for(a[r-1]=2,i[r-1]=7,o[r-1]=8*e[r-1]+e[r],t=1;t<r;++t)n=a[t]/i[t-1],i[t]-=n,o[t]-=n*o[t-1];for(a[r-1]=o[r-1]/i[r-1],t=r-2;t>=0;--t)a[t]=(o[t]-a[t+1])/i[t];for(i[r-1]=(e[r]+a[r-1])/2,t=0;t<r-1;++t)i[t]=2*e[t+1]-a[t+1];return[a,i]}function ZS(e){return new Ed(e)}function Ki(e,t){this._context=e,this._t=t}Ki.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&this._point===2&&this._context.lineTo(this._x,this._y),(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:{if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var r=this._x*(1-this._t)+e*this._t;this._context.lineTo(r,this._y),this._context.lineTo(r,t)}break}}this._x=e,this._y=t}};function JS(e){return new Ki(e,.5)}function QS(e){return new Ki(e,0)}function eA(e){return new Ki(e,1)}function un(e,t){if((o=e.length)>1)for(var r=1,n,a,i=e[t[0]],o,s=i.length;r<o;++r)for(a=i,i=e[t[r]],n=0;n<s;++n)i[n][1]+=i[n][0]=isNaN(a[n][1])?a[n][0]:a[n][1]}function bl(e){for(var t=e.length,r=new Array(t);--t>=0;)r[t]=t;return r}function tA(e,t){return e[t]}function rA(e){const t=[];return t.key=e,t}function nA(){var e=ke([]),t=bl,r=un,n=tA;function a(i){var o=Array.from(e.apply(this,arguments),rA),s,l=o.length,u=-1,c;for(const f of i)for(s=0,++u;s<l;++s)(o[s][u]=[0,+n(f,o[s].key,u,i)]).data=f;for(s=0,c=hl(t(o));s<l;++s)o[c[s]].index=s;return r(o,c),o}return a.keys=function(i){return arguments.length?(e=typeof i=="function"?i:ke(Array.from(i)),a):e},a.value=function(i){return arguments.length?(n=typeof i=="function"?i:ke(+i),a):n},a.order=function(i){return arguments.length?(t=i==null?bl:typeof i=="function"?i:ke(Array.from(i)),a):t},a.offset=function(i){return arguments.length?(r=i??un,a):r},a}function aA(e,t){if((n=e.length)>0){for(var r,n,a=0,i=e[0].length,o;a<i;++a){for(o=r=0;r<n;++r)o+=e[r][a][1]||0;if(o)for(r=0;r<n;++r)e[r][a][1]/=o}un(e,t)}}function iA(e,t){if((a=e.length)>0){for(var r=0,n=e[t[0]],a,i=n.length;r<i;++r){for(var o=0,s=0;o<a;++o)s+=e[o][r][1]||0;n[r][1]+=n[r][0]=-s/2}un(e,t)}}function oA(e,t){if(!(!((o=e.length)>0)||!((i=(a=e[t[0]]).length)>0))){for(var r=0,n=1,a,i,o;n<i;++n){for(var s=0,l=0,u=0;s<o;++s){for(var c=e[t[s]],f=c[n][1]||0,d=c[n-1][1]||0,p=(f-d)/2,v=0;v<s;++v){var y=e[t[v]],h=y[n][1]||0,b=y[n-1][1]||0;p+=h-b}l+=f,u+=p*f}a[n-1][1]+=a[n-1][0]=r,l&&(r-=u/l)}a[n-1][1]+=a[n-1][0]=r,un(e,t)}}function va(e){"@babel/helpers - typeof";return va=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},va(e)}var sA=["type","size","sizeType"];function xl(){return xl=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},xl.apply(this,arguments)}function $d(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Cd(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?$d(Object(r),!0).forEach(function(n){lA(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):$d(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function lA(e,t,r){return t=uA(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function uA(e){var t=cA(e,"string");return va(t)=="symbol"?t:t+""}function cA(e,t){if(va(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(va(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function fA(e,t){if(e==null)return{};var r=dA(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function dA(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var kd={symbolCircle:vl,symbolCross:MS,symbolDiamond:DS,symbolSquare:IS,symbolStar:FS,symbolTriangle:WS,symbolWye:zS},pA=Math.PI/180,hA=function(t){var r="symbol".concat(Ii(t));return kd[r]||vl},vA=function(t,r,n){if(r==="area")return t;switch(n){case"cross":return 5*t*t/9;case"diamond":return .5*t*t/Math.sqrt(3);case"square":return t*t;case"star":{var a=18*pA;return 1.25*t*t*(Math.tan(a)-Math.tan(a*2)*Math.pow(Math.tan(a),2))}case"triangle":return Math.sqrt(3)*t*t/4;case"wye":return(21-10*Math.sqrt(3))*t*t/8;default:return Math.PI*t*t/4}},yA=function(t,r){kd["symbol".concat(Ii(t))]=r},Vi=function(t){var r=t.type,n=r===void 0?"circle":r,a=t.size,i=a===void 0?64:a,o=t.sizeType,s=o===void 0?"area":o,l=fA(t,sA),u=Cd(Cd({},l),{},{type:n,size:i,sizeType:s}),c=function(){var h=hA(n),b=GS().type(h).size(vA(i,s,n));return b()},f=u.className,d=u.cx,p=u.cy,v=de(u,!0);return d===+d&&p===+p&&i===+i?A.createElement("path",xl({},v,{className:ye("recharts-symbols",f),transform:"translate(".concat(d,", ").concat(p,")"),d:c()})):null};Vi.registerSymbol=yA;function cn(e){"@babel/helpers - typeof";return cn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},cn(e)}function wl(){return wl=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wl.apply(this,arguments)}function Md(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function mA(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Md(Object(r),!0).forEach(function(n){ya(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Md(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function gA(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function bA(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Dd(n.key),n)}}function xA(e,t,r){return t&&bA(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function wA(e,t,r){return t=qi(t),OA(e,Nd()?Reflect.construct(t,r||[],qi(e).constructor):t.apply(e,r))}function OA(e,t){if(t&&(cn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return SA(e)}function SA(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Nd(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Nd=function(){return!!e})()}function qi(e){return qi=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},qi(e)}function AA(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Ol(e,t)}function Ol(e,t){return Ol=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Ol(e,t)}function ya(e,t,r){return t=Dd(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Dd(e){var t=TA(e,"string");return cn(t)=="symbol"?t:t+""}function TA(e,t){if(cn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(cn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var At=32,Sl=function(e){function t(){return gA(this,t),wA(this,t,arguments)}return AA(t,e),xA(t,[{key:"renderIcon",value:function(n){var a=this.props.inactiveColor,i=At/2,o=At/6,s=At/3,l=n.inactive?a:n.color;if(n.type==="plainline")return A.createElement("line",{strokeWidth:4,fill:"none",stroke:l,strokeDasharray:n.payload.strokeDasharray,x1:0,y1:i,x2:At,y2:i,className:"recharts-legend-icon"});if(n.type==="line")return A.createElement("path",{strokeWidth:4,fill:"none",stroke:l,d:"M0,".concat(i,"h").concat(s,`
|
|
201
|
+
*/var id;function $2(){return id||(id=1,process.env.NODE_ENV!=="production"&&function(){var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),o=Symbol.for("react.context"),s=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),c=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),d=Symbol.for("react.lazy"),h=Symbol.for("react.offscreen"),v=!1,g=!1,m=!1,b=!1,O=!1,x;x=Symbol.for("react.module.reference");function j(Y){return!!(typeof Y=="string"||typeof Y=="function"||Y===r||Y===a||O||Y===n||Y===u||Y===c||b||Y===h||v||g||m||typeof Y=="object"&&Y!==null&&(Y.$$typeof===d||Y.$$typeof===f||Y.$$typeof===i||Y.$$typeof===o||Y.$$typeof===l||Y.$$typeof===x||Y.getModuleId!==void 0))}function y(Y){if(typeof Y=="object"&&Y!==null){var ue=Y.$$typeof;switch(ue){case e:var re=Y.type;switch(re){case r:case a:case n:case u:case c:return re;default:var me=re&&re.$$typeof;switch(me){case s:case o:case l:case d:case f:case i:return me;default:return ue}}case t:return ue}}}var w=o,T=i,A=e,_=l,C=r,P=d,E=f,I=t,k=a,D=n,M=u,F=c,z=!1,q=!1;function $(Y){return z||(z=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function R(Y){return q||(q=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function U(Y){return y(Y)===o}function W(Y){return y(Y)===i}function K(Y){return typeof Y=="object"&&Y!==null&&Y.$$typeof===e}function B(Y){return y(Y)===l}function G(Y){return y(Y)===r}function X(Y){return y(Y)===d}function te(Y){return y(Y)===f}function V(Y){return y(Y)===t}function Z(Y){return y(Y)===a}function ee(Y){return y(Y)===n}function L(Y){return y(Y)===u}function oe(Y){return y(Y)===c}Oe.ContextConsumer=w,Oe.ContextProvider=T,Oe.Element=A,Oe.ForwardRef=_,Oe.Fragment=C,Oe.Lazy=P,Oe.Memo=E,Oe.Portal=I,Oe.Profiler=k,Oe.StrictMode=D,Oe.Suspense=M,Oe.SuspenseList=F,Oe.isAsyncMode=$,Oe.isConcurrentMode=R,Oe.isContextConsumer=U,Oe.isContextProvider=W,Oe.isElement=K,Oe.isForwardRef=B,Oe.isFragment=G,Oe.isLazy=X,Oe.isMemo=te,Oe.isPortal=V,Oe.isProfiler=Z,Oe.isStrictMode=ee,Oe.isSuspense=L,Oe.isSuspenseList=oe,Oe.isValidElementType=j,Oe.typeOf=y}()),Oe}process.env.NODE_ENV==="production"?al.exports=C2():al.exports=$2();var k2=al.exports,M2=Zt,N2=Jt,D2="[object Number]";function I2(e){return typeof e=="number"||N2(e)&&M2(e)==D2}var od=I2;const L2=ke(od);var R2=od;function B2(e){return R2(e)&&e!=+e}var F2=B2;const un=ke(F2);var $t=function(t){return t===0?0:t>0?1:-1},$r=function(t){return Cr(t)&&t.indexOf("%")===t.length-1},Q=function(t){return L2(t)&&!un(t)},U2=function(t){return fe(t)},Xe=function(t){return Q(t)||Cr(t)},W2=0,kr=function(t){var r=++W2;return"".concat(t||"").concat(r)},Mr=function(t,r){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if(!Q(t)&&!Cr(t))return n;var i;if($r(t)){var o=t.indexOf("%");i=r*parseFloat(t.slice(0,o))/100}else i=+t;return un(i)&&(i=n),a&&i>r&&(i=r),i},mr=function(t){if(!t)return null;var r=Object.keys(t);return r&&r.length?t[r[0]]:null},z2=function(t){if(!Array.isArray(t))return!1;for(var r=t.length,n={},a=0;a<r;a++)if(!n[t[a]])n[t[a]]=!0;else return!0;return!1},ze=function(t,r){return Q(t)&&Q(r)?function(n){return t+n*(r-t)}:function(){return r}};function Ri(e,t,r){return!e||!e.length?null:e.find(function(n){return n&&(typeof t=="function"?t(n):wt(n,t))===r})}var V2=function(t){if(!t||!t.length)return null;for(var r=t.length,n=0,a=0,i=0,o=0,s=1/0,l=-1/0,u=0,c=0,f=0;f<r;f++)u=t[f].cx||0,c=t[f].cy||0,n+=u,a+=c,i+=u*c,o+=u*u,s=Math.min(s,u),l=Math.max(l,u);var d=r*o!==n*n?(r*i-n*a)/(r*o-n*n):0;return{xmin:s,xmax:l,a:d,b:(a-d*n)/r}},G2=function(t,r){return Q(t)&&Q(r)?t-r:Cr(t)&&Cr(r)?t.localeCompare(r):t instanceof Date&&r instanceof Date?t.getTime()-r.getTime():String(t).localeCompare(String(r))};function cn(e,t){for(var r in e)if({}.hasOwnProperty.call(e,r)&&(!{}.hasOwnProperty.call(t,r)||e[r]!==t[r]))return!1;for(var n in t)if({}.hasOwnProperty.call(t,n)&&!{}.hasOwnProperty.call(e,n))return!1;return!0}function il(e){"@babel/helpers - typeof";return il=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},il(e)}var H2=["viewBox","children"],q2=["aria-activedescendant","aria-atomic","aria-autocomplete","aria-busy","aria-checked","aria-colcount","aria-colindex","aria-colspan","aria-controls","aria-current","aria-describedby","aria-details","aria-disabled","aria-errormessage","aria-expanded","aria-flowto","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-level","aria-live","aria-modal","aria-multiline","aria-multiselectable","aria-orientation","aria-owns","aria-placeholder","aria-posinset","aria-pressed","aria-readonly","aria-relevant","aria-required","aria-roledescription","aria-rowcount","aria-rowindex","aria-rowspan","aria-selected","aria-setsize","aria-sort","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext","className","color","height","id","lang","max","media","method","min","name","style","target","width","role","tabIndex","accentHeight","accumulate","additive","alignmentBaseline","allowReorder","alphabetic","amplitude","arabicForm","ascent","attributeName","attributeType","autoReverse","azimuth","baseFrequency","baselineShift","baseProfile","bbox","begin","bias","by","calcMode","capHeight","clip","clipPath","clipPathUnits","clipRule","colorInterpolation","colorInterpolationFilters","colorProfile","colorRendering","contentScriptType","contentStyleType","cursor","cx","cy","d","decelerate","descent","diffuseConstant","direction","display","divisor","dominantBaseline","dur","dx","dy","edgeMode","elevation","enableBackground","end","exponent","externalResourcesRequired","fill","fillOpacity","fillRule","filter","filterRes","filterUnits","floodColor","floodOpacity","focusable","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontWeight","format","from","fx","fy","g1","g2","glyphName","glyphOrientationHorizontal","glyphOrientationVertical","glyphRef","gradientTransform","gradientUnits","hanging","horizAdvX","horizOriginX","href","ideographic","imageRendering","in2","in","intercept","k1","k2","k3","k4","k","kernelMatrix","kernelUnitLength","kerning","keyPoints","keySplines","keyTimes","lengthAdjust","letterSpacing","lightingColor","limitingConeAngle","local","markerEnd","markerHeight","markerMid","markerStart","markerUnits","markerWidth","mask","maskContentUnits","maskUnits","mathematical","mode","numOctaves","offset","opacity","operator","order","orient","orientation","origin","overflow","overlinePosition","overlineThickness","paintOrder","panose1","pathLength","patternContentUnits","patternTransform","patternUnits","pointerEvents","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","r","radius","refX","refY","renderingIntent","repeatCount","repeatDur","requiredExtensions","requiredFeatures","restart","result","rotate","rx","ry","seed","shapeRendering","slope","spacing","specularConstant","specularExponent","speed","spreadMethod","startOffset","stdDeviation","stemh","stemv","stitchTiles","stopColor","stopOpacity","strikethroughPosition","strikethroughThickness","string","stroke","strokeDasharray","strokeDashoffset","strokeLinecap","strokeLinejoin","strokeMiterlimit","strokeOpacity","strokeWidth","surfaceScale","systemLanguage","tableValues","targetX","targetY","textAnchor","textDecoration","textLength","textRendering","to","transform","u1","u2","underlinePosition","underlineThickness","unicode","unicodeBidi","unicodeRange","unitsPerEm","vAlphabetic","values","vectorEffect","version","vertAdvY","vertOriginX","vertOriginY","vHanging","vIdeographic","viewTarget","visibility","vMathematical","widths","wordSpacing","writingMode","x1","x2","x","xChannelSelector","xHeight","xlinkActuate","xlinkArcrole","xlinkHref","xlinkRole","xlinkShow","xlinkTitle","xlinkType","xmlBase","xmlLang","xmlns","xmlnsXlink","xmlSpace","y1","y2","y","yChannelSelector","z","zoomAndPan","ref","key","angle"],sd=["points","pathLength"],ol={svg:H2,polygon:sd,polyline:sd},sl=["dangerouslySetInnerHTML","onCopy","onCopyCapture","onCut","onCutCapture","onPaste","onPasteCapture","onCompositionEnd","onCompositionEndCapture","onCompositionStart","onCompositionStartCapture","onCompositionUpdate","onCompositionUpdateCapture","onFocus","onFocusCapture","onBlur","onBlurCapture","onChange","onChangeCapture","onBeforeInput","onBeforeInputCapture","onInput","onInputCapture","onReset","onResetCapture","onSubmit","onSubmitCapture","onInvalid","onInvalidCapture","onLoad","onLoadCapture","onError","onErrorCapture","onKeyDown","onKeyDownCapture","onKeyPress","onKeyPressCapture","onKeyUp","onKeyUpCapture","onAbort","onAbortCapture","onCanPlay","onCanPlayCapture","onCanPlayThrough","onCanPlayThroughCapture","onDurationChange","onDurationChangeCapture","onEmptied","onEmptiedCapture","onEncrypted","onEncryptedCapture","onEnded","onEndedCapture","onLoadedData","onLoadedDataCapture","onLoadedMetadata","onLoadedMetadataCapture","onLoadStart","onLoadStartCapture","onPause","onPauseCapture","onPlay","onPlayCapture","onPlaying","onPlayingCapture","onProgress","onProgressCapture","onRateChange","onRateChangeCapture","onSeeked","onSeekedCapture","onSeeking","onSeekingCapture","onStalled","onStalledCapture","onSuspend","onSuspendCapture","onTimeUpdate","onTimeUpdateCapture","onVolumeChange","onVolumeChangeCapture","onWaiting","onWaitingCapture","onAuxClick","onAuxClickCapture","onClick","onClickCapture","onContextMenu","onContextMenuCapture","onDoubleClick","onDoubleClickCapture","onDrag","onDragCapture","onDragEnd","onDragEndCapture","onDragEnter","onDragEnterCapture","onDragExit","onDragExitCapture","onDragLeave","onDragLeaveCapture","onDragOver","onDragOverCapture","onDragStart","onDragStartCapture","onDrop","onDropCapture","onMouseDown","onMouseDownCapture","onMouseEnter","onMouseLeave","onMouseMove","onMouseMoveCapture","onMouseOut","onMouseOutCapture","onMouseOver","onMouseOverCapture","onMouseUp","onMouseUpCapture","onSelect","onSelectCapture","onTouchCancel","onTouchCancelCapture","onTouchEnd","onTouchEndCapture","onTouchMove","onTouchMoveCapture","onTouchStart","onTouchStartCapture","onPointerDown","onPointerDownCapture","onPointerMove","onPointerMoveCapture","onPointerUp","onPointerUpCapture","onPointerCancel","onPointerCancelCapture","onPointerEnter","onPointerEnterCapture","onPointerLeave","onPointerLeaveCapture","onPointerOver","onPointerOverCapture","onPointerOut","onPointerOutCapture","onGotPointerCapture","onGotPointerCaptureCapture","onLostPointerCapture","onLostPointerCaptureCapture","onScroll","onScrollCapture","onWheel","onWheelCapture","onAnimationStart","onAnimationStartCapture","onAnimationEnd","onAnimationEndCapture","onAnimationIteration","onAnimationIterationCapture","onTransitionEnd","onTransitionEndCapture"],Bi=function(t,r){if(!t||typeof t=="function"||typeof t=="boolean")return null;var n=t;if(S.isValidElement(t)&&(n=t.props),!an(n))return null;var a={};return Object.keys(n).forEach(function(i){sl.includes(i)&&(a[i]=r||function(o){return n[i](n,o)})}),a},K2=function(t,r,n){return function(a){return t(r,n,a),null}},va=function(t,r,n){if(!an(t)||il(t)!=="object")return null;var a=null;return Object.keys(t).forEach(function(i){var o=t[i];sl.includes(i)&&typeof o=="function"&&(a||(a={}),a[i]=K2(o,r,n))}),a},Y2=["children"],X2=["children"];function ld(e,t){if(e==null)return{};var r=Z2(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function Z2(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function ll(e){"@babel/helpers - typeof";return ll=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ll(e)}var ud={click:"onClick",mousedown:"onMouseDown",mouseup:"onMouseUp",mouseover:"onMouseOver",mousemove:"onMouseMove",mouseout:"onMouseOut",mouseenter:"onMouseEnter",mouseleave:"onMouseLeave",touchcancel:"onTouchCancel",touchend:"onTouchEnd",touchmove:"onTouchMove",touchstart:"onTouchStart",contextmenu:"onContextMenu",dblclick:"onDoubleClick"},Qt=function(t){return typeof t=="string"?t:t?t.displayName||t.name||"Component":""},cd=null,ul=null,cl=function e(t){if(t===cd&&Array.isArray(ul))return ul;var r=[];return S.Children.forEach(t,function(n){fe(n)||(k2.isFragment(n)?r=r.concat(e(n.props.children)):r.push(n))}),ul=r,cd=t,r};function dt(e,t){var r=[],n=[];return Array.isArray(t)?n=t.map(function(a){return Qt(a)}):n=[Qt(t)],cl(e).forEach(function(a){var i=wt(a,"type.displayName")||wt(a,"type.name");n.indexOf(i)!==-1&&r.push(a)}),r}function vt(e,t){var r=dt(e,t);return r&&r[0]}var fd=function(t){if(!t||!t.props)return!1;var r=t.props,n=r.width,a=r.height;return!(!Q(n)||n<=0||!Q(a)||a<=0)},J2=["a","altGlyph","altGlyphDef","altGlyphItem","animate","animateColor","animateMotion","animateTransform","circle","clipPath","color-profile","cursor","defs","desc","ellipse","feBlend","feColormatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","filter","font","font-face","font-face-format","font-face-name","font-face-url","foreignObject","g","glyph","glyphRef","hkern","image","line","lineGradient","marker","mask","metadata","missing-glyph","mpath","path","pattern","polygon","polyline","radialGradient","rect","script","set","stop","style","svg","switch","symbol","text","textPath","title","tref","tspan","use","view","vkern"],Q2=function(t){return t&&t.type&&Cr(t.type)&&J2.indexOf(t.type)>=0},dd=function(t){return t&&ll(t)==="object"&&"clipDot"in t},eO=function(t,r,n,a){var i,o=(i=ol==null?void 0:ol[a])!==null&&i!==void 0?i:[];return r.startsWith("data-")||!pe(t)&&(a&&o.includes(r)||q2.includes(r))||n&&sl.includes(r)},de=function(t,r,n){if(!t||typeof t=="function"||typeof t=="boolean")return null;var a=t;if(S.isValidElement(t)&&(a=t.props),!an(a))return null;var i={};return Object.keys(a).forEach(function(o){var s;eO((s=a)===null||s===void 0?void 0:s[o],o,r,n)&&(i[o]=a[o])}),i},fl=function e(t,r){if(t===r)return!0;var n=S.Children.count(t);if(n!==S.Children.count(r))return!1;if(n===0)return!0;if(n===1)return pd(Array.isArray(t)?t[0]:t,Array.isArray(r)?r[0]:r);for(var a=0;a<n;a++){var i=t[a],o=r[a];if(Array.isArray(i)||Array.isArray(o)){if(!e(i,o))return!1}else if(!pd(i,o))return!1}return!0},pd=function(t,r){if(fe(t)&&fe(r))return!0;if(!fe(t)&&!fe(r)){var n=t.props||{},a=n.children,i=ld(n,Y2),o=r.props||{},s=o.children,l=ld(o,X2);return a&&s?cn(i,l)&&fl(a,s):!a&&!s?cn(i,l):!1}return!1},hd=function(t,r){var n=[],a={};return cl(t).forEach(function(i,o){if(Q2(i))n.push(i);else if(i){var s=Qt(i.type),l=r[s]||{},u=l.handler,c=l.once;if(u&&(!c||!a[s])){var f=u(i,s,o);n.push(f),a[s]=!0}}}),n},tO=function(t){var r=t&&t.type;return r&&ud[r]?ud[r]:null},rO=function(t,r){return cl(r).indexOf(t)},nO=["children","width","height","viewBox","className","style","title","desc"];function dl(){return dl=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},dl.apply(this,arguments)}function aO(e,t){if(e==null)return{};var r=iO(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function iO(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function pl(e){var t=e.children,r=e.width,n=e.height,a=e.viewBox,i=e.className,o=e.style,s=e.title,l=e.desc,u=aO(e,nO),c=a||{width:r,height:n,x:0,y:0},f=ve("recharts-surface",i);return S.createElement("svg",dl({},de(u,!0,"svg"),{className:f,width:r,height:n,style:o,viewBox:"".concat(c.x," ").concat(c.y," ").concat(c.width," ").concat(c.height)}),S.createElement("title",null,s),S.createElement("desc",null,l),t)}var oO=["children","className"];function hl(){return hl=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hl.apply(this,arguments)}function sO(e,t){if(e==null)return{};var r=lO(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function lO(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var xe=S.forwardRef(function(e,t){var r=e.children,n=e.className,a=sO(e,oO),i=ve("recharts-layer",n);return S.createElement("g",hl({className:i},de(a,!0),{ref:t}),r)}),uO=process.env.NODE_ENV!=="production",er=function(t,r){for(var n=arguments.length,a=new Array(n>2?n-2:0),i=2;i<n;i++)a[i-2]=arguments[i];if(uO&&typeof console<"u"&&console.warn&&(r===void 0&&console.warn("LogUtils requires an error message argument"),!t))if(r===void 0)console.warn("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var o=0;console.warn(r.replace(/%s/g,function(){return a[o++]}))}};function cO(e,t,r){var n=-1,a=e.length;t<0&&(t=-t>a?0:a+t),r=r>a?a:r,r<0&&(r+=a),a=t>r?0:r-t>>>0,t>>>=0;for(var i=Array(a);++n<a;)i[n]=e[n+t];return i}var fO=cO,dO=fO;function pO(e,t,r){var n=e.length;return r=r===void 0?n:r,!t&&r>=n?e:dO(e,t,r)}var hO=pO,mO="\\ud800-\\udfff",vO="\\u0300-\\u036f",gO="\\ufe20-\\ufe2f",yO="\\u20d0-\\u20ff",bO=vO+gO+yO,xO="\\ufe0e\\ufe0f",wO="\\u200d",OO=RegExp("["+wO+mO+bO+xO+"]");function SO(e){return OO.test(e)}var md=SO;function TO(e){return e.split("")}var AO=TO,vd="\\ud800-\\udfff",jO="\\u0300-\\u036f",PO="\\ufe20-\\ufe2f",_O="\\u20d0-\\u20ff",EO=jO+PO+_O,CO="\\ufe0e\\ufe0f",$O="["+vd+"]",ml="["+EO+"]",vl="\\ud83c[\\udffb-\\udfff]",kO="(?:"+ml+"|"+vl+")",gd="[^"+vd+"]",yd="(?:\\ud83c[\\udde6-\\uddff]){2}",bd="[\\ud800-\\udbff][\\udc00-\\udfff]",MO="\\u200d",xd=kO+"?",wd="["+CO+"]?",NO="(?:"+MO+"(?:"+[gd,yd,bd].join("|")+")"+wd+xd+")*",DO=wd+xd+NO,IO="(?:"+[gd+ml+"?",ml,yd,bd,$O].join("|")+")",LO=RegExp(vl+"(?="+vl+")|"+IO+DO,"g");function RO(e){return e.match(LO)||[]}var BO=RO,FO=AO,UO=md,WO=BO;function zO(e){return UO(e)?WO(e):FO(e)}var VO=zO,GO=hO,HO=md,qO=VO,KO=td;function YO(e){return function(t){t=KO(t);var r=HO(t)?qO(t):void 0,n=r?r[0]:t.charAt(0),a=r?GO(r,1).join(""):t.slice(1);return n[e]()+a}}var XO=YO,ZO=XO,JO=ZO("toUpperCase"),QO=JO;const Fi=ke(QO);function Me(e){return function(){return e}}const Od=Math.cos,Ui=Math.sin,kt=Math.sqrt,Wi=Math.PI,zi=2*Wi,gl=Math.PI,yl=2*gl,Nr=1e-6,eS=yl-Nr;function Sd(e){this._+=e[0];for(let t=1,r=e.length;t<r;++t)this._+=arguments[t]+e[t]}function tS(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return Sd;const r=10**t;return function(n){this._+=n[0];for(let a=1,i=n.length;a<i;++a)this._+=Math.round(arguments[a]*r)/r+n[a]}}class rS{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=t==null?Sd:tS(t)}moveTo(t,r){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+r}`}closePath(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(t,r){this._append`L${this._x1=+t},${this._y1=+r}`}quadraticCurveTo(t,r,n,a){this._append`Q${+t},${+r},${this._x1=+n},${this._y1=+a}`}bezierCurveTo(t,r,n,a,i,o){this._append`C${+t},${+r},${+n},${+a},${this._x1=+i},${this._y1=+o}`}arcTo(t,r,n,a,i){if(t=+t,r=+r,n=+n,a=+a,i=+i,i<0)throw new Error(`negative radius: ${i}`);let o=this._x1,s=this._y1,l=n-t,u=a-r,c=o-t,f=s-r,d=c*c+f*f;if(this._x1===null)this._append`M${this._x1=t},${this._y1=r}`;else if(d>Nr)if(!(Math.abs(f*l-u*c)>Nr)||!i)this._append`L${this._x1=t},${this._y1=r}`;else{let h=n-o,v=a-s,g=l*l+u*u,m=h*h+v*v,b=Math.sqrt(g),O=Math.sqrt(d),x=i*Math.tan((gl-Math.acos((g+d-m)/(2*b*O)))/2),j=x/O,y=x/b;Math.abs(j-1)>Nr&&this._append`L${t+j*c},${r+j*f}`,this._append`A${i},${i},0,0,${+(f*h>c*v)},${this._x1=t+y*l},${this._y1=r+y*u}`}}arc(t,r,n,a,i,o){if(t=+t,r=+r,n=+n,o=!!o,n<0)throw new Error(`negative radius: ${n}`);let s=n*Math.cos(a),l=n*Math.sin(a),u=t+s,c=r+l,f=1^o,d=o?a-i:i-a;this._x1===null?this._append`M${u},${c}`:(Math.abs(this._x1-u)>Nr||Math.abs(this._y1-c)>Nr)&&this._append`L${u},${c}`,n&&(d<0&&(d=d%yl+yl),d>eS?this._append`A${n},${n},0,1,${f},${t-s},${r-l}A${n},${n},0,1,${f},${this._x1=u},${this._y1=c}`:d>Nr&&this._append`A${n},${n},0,${+(d>=gl)},${f},${this._x1=t+n*Math.cos(i)},${this._y1=r+n*Math.sin(i)}`)}rect(t,r,n,a){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+r}h${n=+n}v${+a}h${-n}Z`}toString(){return this._}}function bl(e){let t=3;return e.digits=function(r){if(!arguments.length)return t;if(r==null)t=null;else{const n=Math.floor(r);if(!(n>=0))throw new RangeError(`invalid digits: ${r}`);t=n}return e},()=>new rS(t)}function xl(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function Td(e){this._context=e}Td.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t);break}}};function Vi(e){return new Td(e)}function Ad(e){return e[0]}function jd(e){return e[1]}function Pd(e,t){var r=Me(!0),n=null,a=Vi,i=null,o=bl(s);e=typeof e=="function"?e:e===void 0?Ad:Me(e),t=typeof t=="function"?t:t===void 0?jd:Me(t);function s(l){var u,c=(l=xl(l)).length,f,d=!1,h;for(n==null&&(i=a(h=o())),u=0;u<=c;++u)!(u<c&&r(f=l[u],u,l))===d&&((d=!d)?i.lineStart():i.lineEnd()),d&&i.point(+e(f,u,l),+t(f,u,l));if(h)return i=null,h+""||null}return s.x=function(l){return arguments.length?(e=typeof l=="function"?l:Me(+l),s):e},s.y=function(l){return arguments.length?(t=typeof l=="function"?l:Me(+l),s):t},s.defined=function(l){return arguments.length?(r=typeof l=="function"?l:Me(!!l),s):r},s.curve=function(l){return arguments.length?(a=l,n!=null&&(i=a(n)),s):a},s.context=function(l){return arguments.length?(l==null?n=i=null:i=a(n=l),s):n},s}function Gi(e,t,r){var n=null,a=Me(!0),i=null,o=Vi,s=null,l=bl(u);e=typeof e=="function"?e:e===void 0?Ad:Me(+e),t=typeof t=="function"?t:Me(t===void 0?0:+t),r=typeof r=="function"?r:r===void 0?jd:Me(+r);function u(f){var d,h,v,g=(f=xl(f)).length,m,b=!1,O,x=new Array(g),j=new Array(g);for(i==null&&(s=o(O=l())),d=0;d<=g;++d){if(!(d<g&&a(m=f[d],d,f))===b)if(b=!b)h=d,s.areaStart(),s.lineStart();else{for(s.lineEnd(),s.lineStart(),v=d-1;v>=h;--v)s.point(x[v],j[v]);s.lineEnd(),s.areaEnd()}b&&(x[d]=+e(m,d,f),j[d]=+t(m,d,f),s.point(n?+n(m,d,f):x[d],r?+r(m,d,f):j[d]))}if(O)return s=null,O+""||null}function c(){return Pd().defined(a).curve(o).context(i)}return u.x=function(f){return arguments.length?(e=typeof f=="function"?f:Me(+f),n=null,u):e},u.x0=function(f){return arguments.length?(e=typeof f=="function"?f:Me(+f),u):e},u.x1=function(f){return arguments.length?(n=f==null?null:typeof f=="function"?f:Me(+f),u):n},u.y=function(f){return arguments.length?(t=typeof f=="function"?f:Me(+f),r=null,u):t},u.y0=function(f){return arguments.length?(t=typeof f=="function"?f:Me(+f),u):t},u.y1=function(f){return arguments.length?(r=f==null?null:typeof f=="function"?f:Me(+f),u):r},u.lineX0=u.lineY0=function(){return c().x(e).y(t)},u.lineY1=function(){return c().x(e).y(r)},u.lineX1=function(){return c().x(n).y(t)},u.defined=function(f){return arguments.length?(a=typeof f=="function"?f:Me(!!f),u):a},u.curve=function(f){return arguments.length?(o=f,i!=null&&(s=o(i)),u):o},u.context=function(f){return arguments.length?(f==null?i=s=null:s=o(i=f),u):i},u}class _d{constructor(t,r){this._context=t,this._x=r}areaStart(){this._line=0}areaEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line}point(t,r){switch(t=+t,r=+r,this._point){case 0:{this._point=1,this._line?this._context.lineTo(t,r):this._context.moveTo(t,r);break}case 1:this._point=2;default:{this._x?this._context.bezierCurveTo(this._x0=(this._x0+t)/2,this._y0,this._x0,r,t,r):this._context.bezierCurveTo(this._x0,this._y0=(this._y0+r)/2,t,this._y0,t,r);break}}this._x0=t,this._y0=r}}function nS(e){return new _d(e,!0)}function aS(e){return new _d(e,!1)}const wl={draw(e,t){const r=kt(t/Wi);e.moveTo(r,0),e.arc(0,0,r,0,zi)}},iS={draw(e,t){const r=kt(t/5)/2;e.moveTo(-3*r,-r),e.lineTo(-r,-r),e.lineTo(-r,-3*r),e.lineTo(r,-3*r),e.lineTo(r,-r),e.lineTo(3*r,-r),e.lineTo(3*r,r),e.lineTo(r,r),e.lineTo(r,3*r),e.lineTo(-r,3*r),e.lineTo(-r,r),e.lineTo(-3*r,r),e.closePath()}},Ed=kt(1/3),oS=Ed*2,sS={draw(e,t){const r=kt(t/oS),n=r*Ed;e.moveTo(0,-r),e.lineTo(n,0),e.lineTo(0,r),e.lineTo(-n,0),e.closePath()}},lS={draw(e,t){const r=kt(t),n=-r/2;e.rect(n,n,r,r)}},uS=.8908130915292852,Cd=Ui(Wi/10)/Ui(7*Wi/10),cS=Ui(zi/10)*Cd,fS=-Od(zi/10)*Cd,dS={draw(e,t){const r=kt(t*uS),n=cS*r,a=fS*r;e.moveTo(0,-r),e.lineTo(n,a);for(let i=1;i<5;++i){const o=zi*i/5,s=Od(o),l=Ui(o);e.lineTo(l*r,-s*r),e.lineTo(s*n-l*a,l*n+s*a)}e.closePath()}},Ol=kt(3),pS={draw(e,t){const r=-kt(t/(Ol*3));e.moveTo(0,r*2),e.lineTo(-Ol*r,-r),e.lineTo(Ol*r,-r),e.closePath()}},Ot=-.5,St=kt(3)/2,Sl=1/kt(12),hS=(Sl/2+1)*3,mS={draw(e,t){const r=kt(t/hS),n=r/2,a=r*Sl,i=n,o=r*Sl+r,s=-i,l=o;e.moveTo(n,a),e.lineTo(i,o),e.lineTo(s,l),e.lineTo(Ot*n-St*a,St*n+Ot*a),e.lineTo(Ot*i-St*o,St*i+Ot*o),e.lineTo(Ot*s-St*l,St*s+Ot*l),e.lineTo(Ot*n+St*a,Ot*a-St*n),e.lineTo(Ot*i+St*o,Ot*o-St*i),e.lineTo(Ot*s+St*l,Ot*l-St*s),e.closePath()}};function vS(e,t){let r=null,n=bl(a);e=typeof e=="function"?e:Me(e||wl),t=typeof t=="function"?t:Me(t===void 0?64:+t);function a(){let i;if(r||(r=i=n()),e.apply(this,arguments).draw(r,+t.apply(this,arguments)),i)return r=null,i+""||null}return a.type=function(i){return arguments.length?(e=typeof i=="function"?i:Me(i),a):e},a.size=function(i){return arguments.length?(t=typeof i=="function"?i:Me(+i),a):t},a.context=function(i){return arguments.length?(r=i??null,a):r},a}function Hi(){}function qi(e,t,r){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+r)/6)}function $d(e){this._context=e}$d.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:qi(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:qi(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function gS(e){return new $d(e)}function kd(e){this._context=e}kd.prototype={areaStart:Hi,areaEnd:Hi,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x2,this._y2),this._context.closePath();break}case 2:{this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break}case 3:{this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4);break}}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:qi(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function yS(e){return new kd(e)}function Md(e){this._context=e}Md.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var r=(this._x0+4*this._x1+e)/6,n=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(r,n):this._context.moveTo(r,n);break;case 3:this._point=4;default:qi(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function bS(e){return new Md(e)}function Nd(e){this._context=e}Nd.prototype={areaStart:Hi,areaEnd:Hi,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(e,t){e=+e,t=+t,this._point?this._context.lineTo(e,t):(this._point=1,this._context.moveTo(e,t))}};function xS(e){return new Nd(e)}function Dd(e){return e<0?-1:1}function Id(e,t,r){var n=e._x1-e._x0,a=t-e._x1,i=(e._y1-e._y0)/(n||a<0&&-0),o=(r-e._y1)/(a||n<0&&-0),s=(i*a+o*n)/(n+a);return(Dd(i)+Dd(o))*Math.min(Math.abs(i),Math.abs(o),.5*Math.abs(s))||0}function Ld(e,t){var r=e._x1-e._x0;return r?(3*(e._y1-e._y0)/r-t)/2:t}function Tl(e,t,r){var n=e._x0,a=e._y0,i=e._x1,o=e._y1,s=(i-n)/3;e._context.bezierCurveTo(n+s,a+s*t,i-s,o-s*r,i,o)}function Ki(e){this._context=e}Ki.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:Tl(this,this._t0,Ld(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){var r=NaN;if(e=+e,t=+t,!(e===this._x1&&t===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,Tl(this,Ld(this,r=Id(this,e,t)),r);break;default:Tl(this,this._t0,r=Id(this,e,t));break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=r}}};function Rd(e){this._context=new Bd(e)}(Rd.prototype=Object.create(Ki.prototype)).point=function(e,t){Ki.prototype.point.call(this,t,e)};function Bd(e){this._context=e}Bd.prototype={moveTo:function(e,t){this._context.moveTo(t,e)},closePath:function(){this._context.closePath()},lineTo:function(e,t){this._context.lineTo(t,e)},bezierCurveTo:function(e,t,r,n,a,i){this._context.bezierCurveTo(t,e,n,r,i,a)}};function wS(e){return new Ki(e)}function OS(e){return new Rd(e)}function Fd(e){this._context=e}Fd.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var e=this._x,t=this._y,r=e.length;if(r)if(this._line?this._context.lineTo(e[0],t[0]):this._context.moveTo(e[0],t[0]),r===2)this._context.lineTo(e[1],t[1]);else for(var n=Ud(e),a=Ud(t),i=0,o=1;o<r;++i,++o)this._context.bezierCurveTo(n[0][i],a[0][i],n[1][i],a[1][i],e[o],t[o]);(this._line||this._line!==0&&r===1)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(e,t){this._x.push(+e),this._y.push(+t)}};function Ud(e){var t,r=e.length-1,n,a=new Array(r),i=new Array(r),o=new Array(r);for(a[0]=0,i[0]=2,o[0]=e[0]+2*e[1],t=1;t<r-1;++t)a[t]=1,i[t]=4,o[t]=4*e[t]+2*e[t+1];for(a[r-1]=2,i[r-1]=7,o[r-1]=8*e[r-1]+e[r],t=1;t<r;++t)n=a[t]/i[t-1],i[t]-=n,o[t]-=n*o[t-1];for(a[r-1]=o[r-1]/i[r-1],t=r-2;t>=0;--t)a[t]=(o[t]-a[t+1])/i[t];for(i[r-1]=(e[r]+a[r-1])/2,t=0;t<r-1;++t)i[t]=2*e[t+1]-a[t+1];return[a,i]}function SS(e){return new Fd(e)}function Yi(e,t){this._context=e,this._t=t}Yi.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&this._point===2&&this._context.lineTo(this._x,this._y),(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:{if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var r=this._x*(1-this._t)+e*this._t;this._context.lineTo(r,this._y),this._context.lineTo(r,t)}break}}this._x=e,this._y=t}};function TS(e){return new Yi(e,.5)}function AS(e){return new Yi(e,0)}function jS(e){return new Yi(e,1)}function fn(e,t){if((o=e.length)>1)for(var r=1,n,a,i=e[t[0]],o,s=i.length;r<o;++r)for(a=i,i=e[t[r]],n=0;n<s;++n)i[n][1]+=i[n][0]=isNaN(a[n][1])?a[n][0]:a[n][1]}function Al(e){for(var t=e.length,r=new Array(t);--t>=0;)r[t]=t;return r}function PS(e,t){return e[t]}function _S(e){const t=[];return t.key=e,t}function ES(){var e=Me([]),t=Al,r=fn,n=PS;function a(i){var o=Array.from(e.apply(this,arguments),_S),s,l=o.length,u=-1,c;for(const f of i)for(s=0,++u;s<l;++s)(o[s][u]=[0,+n(f,o[s].key,u,i)]).data=f;for(s=0,c=xl(t(o));s<l;++s)o[c[s]].index=s;return r(o,c),o}return a.keys=function(i){return arguments.length?(e=typeof i=="function"?i:Me(Array.from(i)),a):e},a.value=function(i){return arguments.length?(n=typeof i=="function"?i:Me(+i),a):n},a.order=function(i){return arguments.length?(t=i==null?Al:typeof i=="function"?i:Me(Array.from(i)),a):t},a.offset=function(i){return arguments.length?(r=i??fn,a):r},a}function CS(e,t){if((n=e.length)>0){for(var r,n,a=0,i=e[0].length,o;a<i;++a){for(o=r=0;r<n;++r)o+=e[r][a][1]||0;if(o)for(r=0;r<n;++r)e[r][a][1]/=o}fn(e,t)}}function $S(e,t){if((a=e.length)>0){for(var r=0,n=e[t[0]],a,i=n.length;r<i;++r){for(var o=0,s=0;o<a;++o)s+=e[o][r][1]||0;n[r][1]+=n[r][0]=-s/2}fn(e,t)}}function kS(e,t){if(!(!((o=e.length)>0)||!((i=(a=e[t[0]]).length)>0))){for(var r=0,n=1,a,i,o;n<i;++n){for(var s=0,l=0,u=0;s<o;++s){for(var c=e[t[s]],f=c[n][1]||0,d=c[n-1][1]||0,h=(f-d)/2,v=0;v<s;++v){var g=e[t[v]],m=g[n][1]||0,b=g[n-1][1]||0;h+=m-b}l+=f,u+=h*f}a[n-1][1]+=a[n-1][0]=r,l&&(r-=u/l)}a[n-1][1]+=a[n-1][0]=r,fn(e,t)}}function ga(e){"@babel/helpers - typeof";return ga=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ga(e)}var MS=["type","size","sizeType"];function jl(){return jl=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jl.apply(this,arguments)}function Wd(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function zd(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Wd(Object(r),!0).forEach(function(n){NS(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Wd(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function NS(e,t,r){return t=DS(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function DS(e){var t=IS(e,"string");return ga(t)=="symbol"?t:t+""}function IS(e,t){if(ga(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ga(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function LS(e,t){if(e==null)return{};var r=RS(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function RS(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var Vd={symbolCircle:wl,symbolCross:iS,symbolDiamond:sS,symbolSquare:lS,symbolStar:dS,symbolTriangle:pS,symbolWye:mS},BS=Math.PI/180,FS=function(t){var r="symbol".concat(Fi(t));return Vd[r]||wl},US=function(t,r,n){if(r==="area")return t;switch(n){case"cross":return 5*t*t/9;case"diamond":return .5*t*t/Math.sqrt(3);case"square":return t*t;case"star":{var a=18*BS;return 1.25*t*t*(Math.tan(a)-Math.tan(a*2)*Math.pow(Math.tan(a),2))}case"triangle":return Math.sqrt(3)*t*t/4;case"wye":return(21-10*Math.sqrt(3))*t*t/8;default:return Math.PI*t*t/4}},WS=function(t,r){Vd["symbol".concat(Fi(t))]=r},Xi=function(t){var r=t.type,n=r===void 0?"circle":r,a=t.size,i=a===void 0?64:a,o=t.sizeType,s=o===void 0?"area":o,l=LS(t,MS),u=zd(zd({},l),{},{type:n,size:i,sizeType:s}),c=function(){var m=FS(n),b=vS().type(m).size(US(i,s,n));return b()},f=u.className,d=u.cx,h=u.cy,v=de(u,!0);return d===+d&&h===+h&&i===+i?S.createElement("path",jl({},v,{className:ve("recharts-symbols",f),transform:"translate(".concat(d,", ").concat(h,")"),d:c()})):null};Xi.registerSymbol=WS;function dn(e){"@babel/helpers - typeof";return dn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},dn(e)}function Pl(){return Pl=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Pl.apply(this,arguments)}function Gd(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function zS(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Gd(Object(r),!0).forEach(function(n){ya(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Gd(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function VS(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function GS(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,qd(n.key),n)}}function HS(e,t,r){return t&&GS(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function qS(e,t,r){return t=Zi(t),KS(e,Hd()?Reflect.construct(t,r||[],Zi(e).constructor):t.apply(e,r))}function KS(e,t){if(t&&(dn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return YS(e)}function YS(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Hd(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Hd=function(){return!!e})()}function Zi(e){return Zi=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Zi(e)}function XS(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_l(e,t)}function _l(e,t){return _l=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},_l(e,t)}function ya(e,t,r){return t=qd(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function qd(e){var t=ZS(e,"string");return dn(t)=="symbol"?t:t+""}function ZS(e,t){if(dn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(dn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var Tt=32,El=function(e){function t(){return VS(this,t),qS(this,t,arguments)}return XS(t,e),HS(t,[{key:"renderIcon",value:function(n){var a=this.props.inactiveColor,i=Tt/2,o=Tt/6,s=Tt/3,l=n.inactive?a:n.color;if(n.type==="plainline")return S.createElement("line",{strokeWidth:4,fill:"none",stroke:l,strokeDasharray:n.payload.strokeDasharray,x1:0,y1:i,x2:Tt,y2:i,className:"recharts-legend-icon"});if(n.type==="line")return S.createElement("path",{strokeWidth:4,fill:"none",stroke:l,d:"M0,".concat(i,"h").concat(s,`
|
|
127
202
|
A`).concat(o,",").concat(o,",0,1,1,").concat(2*s,",").concat(i,`
|
|
128
|
-
H`).concat(
|
|
129
|
-
A`).concat(o,",").concat(o,",0,1,1,").concat(s,",").concat(i),className:"recharts-legend-icon"});if(n.type==="rect")return A.createElement("path",{stroke:"none",fill:l,d:"M0,".concat(At/8,"h").concat(At,"v").concat(At*3/4,"h").concat(-At,"z"),className:"recharts-legend-icon"});if(A.isValidElement(n.legendIcon)){var u=mA({},n);return delete u.legendIcon,A.cloneElement(n.legendIcon,u)}return A.createElement(Vi,{fill:l,cx:i,cy:i,size:At,sizeType:"diameter",type:n.type})}},{key:"renderItems",value:function(){var n=this,a=this.props,i=a.payload,o=a.iconSize,s=a.layout,l=a.formatter,u=a.inactiveColor,c={x:0,y:0,width:At,height:At},f={display:s==="horizontal"?"inline-block":"block",marginRight:10},d={display:"inline-block",verticalAlign:"middle",marginRight:4};return i.map(function(p,v){var y=p.formatter||l,h=ye(ya(ya({"recharts-legend-item":!0},"legend-item-".concat(v),!0),"inactive",p.inactive));if(p.type==="none")return null;var b=pe(p.value)?null:p.value;er(!pe(p.value),`The name property is also required when using a function for the dataKey of a chart's cartesian components. Ex: <Bar name="Name of my Data"/>`);var S=p.inactive?u:p.color;return A.createElement("li",wl({className:h,style:f,key:"legend-item-".concat(v)},ha(n.props,p,v)),A.createElement(sl,{width:o,height:o,viewBox:c,style:d},n.renderIcon(p)),A.createElement("span",{className:"recharts-legend-item-text",style:{color:S}},y?y(b,p,v):b))})}},{key:"render",value:function(){var n=this.props,a=n.payload,i=n.layout,o=n.align;if(!a||!a.length)return null;var s={padding:0,margin:0,textAlign:i==="horizontal"?o:"left"};return A.createElement("ul",{className:"recharts-default-legend",style:s},this.renderItems())}}])}(A.PureComponent);ya(Sl,"displayName","Legend"),ya(Sl,"defaultProps",{iconSize:14,layout:"horizontal",align:"center",verticalAlign:"middle",inactiveColor:"#ccc"});var PA=Ci;function _A(){this.__data__=new PA,this.size=0}var EA=_A;function jA(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}var $A=jA;function CA(e){return this.__data__.get(e)}var kA=CA;function MA(e){return this.__data__.has(e)}var NA=MA,DA=Ci,IA=qs,LA=Hs,RA=200;function BA(e,t){var r=this.__data__;if(r instanceof DA){var n=r.__data__;if(!IA||n.length<RA-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new LA(n)}return r.set(e,t),this.size=r.size,this}var FA=BA,WA=Ci,UA=EA,zA=$A,GA=kA,KA=NA,VA=FA;function fn(e){var t=this.__data__=new WA(e);this.size=t.size}fn.prototype.clear=UA,fn.prototype.delete=zA,fn.prototype.get=GA,fn.prototype.has=KA,fn.prototype.set=VA;var Id=fn,qA="__lodash_hash_undefined__";function HA(e){return this.__data__.set(e,qA),this}var YA=HA;function XA(e){return this.__data__.has(e)}var ZA=XA,JA=Hs,QA=YA,eT=ZA;function Hi(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new JA;++t<r;)this.add(e[t])}Hi.prototype.add=Hi.prototype.push=QA,Hi.prototype.has=eT;var Ld=Hi;function tT(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}var Rd=tT;function rT(e,t){return e.has(t)}var Bd=rT,nT=Ld,aT=Rd,iT=Bd,oT=1,sT=2;function lT(e,t,r,n,a,i){var o=r&oT,s=e.length,l=t.length;if(s!=l&&!(o&&l>s))return!1;var u=i.get(e),c=i.get(t);if(u&&c)return u==t&&c==e;var f=-1,d=!0,p=r&sT?new nT:void 0;for(i.set(e,t),i.set(t,e);++f<s;){var v=e[f],y=t[f];if(n)var h=o?n(y,v,f,t,e,i):n(v,y,f,e,t,i);if(h!==void 0){if(h)continue;d=!1;break}if(p){if(!aT(t,function(b,S){if(!iT(p,S)&&(v===b||a(v,b,r,n,i)))return p.push(S)})){d=!1;break}}else if(!(v===y||a(v,y,r,n,i))){d=!1;break}}return i.delete(e),i.delete(t),d}var Fd=lT,uT=Ft,cT=uT.Uint8Array,fT=cT;function dT(e){var t=-1,r=Array(e.size);return e.forEach(function(n,a){r[++t]=[a,n]}),r}var pT=dT;function hT(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var Al=hT,Wd=da,Ud=fT,vT=Vs,yT=Fd,mT=pT,gT=Al,bT=1,xT=2,wT="[object Boolean]",OT="[object Date]",ST="[object Error]",AT="[object Map]",TT="[object Number]",PT="[object RegExp]",_T="[object Set]",ET="[object String]",jT="[object Symbol]",$T="[object ArrayBuffer]",CT="[object DataView]",zd=Wd?Wd.prototype:void 0,Tl=zd?zd.valueOf:void 0;function kT(e,t,r,n,a,i,o){switch(r){case CT:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case $T:return!(e.byteLength!=t.byteLength||!i(new Ud(e),new Ud(t)));case wT:case OT:case TT:return vT(+e,+t);case ST:return e.name==t.name&&e.message==t.message;case PT:case ET:return e==t+"";case AT:var s=mT;case _T:var l=n&bT;if(s||(s=gT),e.size!=t.size&&!l)return!1;var u=o.get(e);if(u)return u==t;n|=xT,o.set(e,t);var c=yT(s(e),s(t),n,a,i,o);return o.delete(e),c;case jT:if(Tl)return Tl.call(e)==Tl.call(t)}return!1}var MT=kT;function NT(e,t){for(var r=-1,n=t.length,a=e.length;++r<n;)e[a+r]=t[r];return e}var Gd=NT,DT=Gd,IT=ft;function LT(e,t,r){var n=t(e);return IT(e)?n:DT(n,r(e))}var RT=LT;function BT(e,t){for(var r=-1,n=e==null?0:e.length,a=0,i=[];++r<n;){var o=e[r];t(o,r,e)&&(i[a++]=o)}return i}var FT=BT;function WT(){return[]}var UT=WT,zT=FT,GT=UT,KT=Object.prototype,VT=KT.propertyIsEnumerable,Kd=Object.getOwnPropertySymbols,qT=Kd?function(e){return e==null?[]:(e=Object(e),zT(Kd(e),function(t){return VT.call(e,t)}))}:GT,HT=qT;function YT(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var XT=YT,ZT=Zt,JT=Jt,QT="[object Arguments]";function eP(e){return JT(e)&&ZT(e)==QT}var tP=eP,Vd=tP,rP=Jt,qd=Object.prototype,nP=qd.hasOwnProperty,aP=qd.propertyIsEnumerable,iP=Vd(function(){return arguments}())?Vd:function(e){return rP(e)&&nP.call(e,"callee")&&!aP.call(e,"callee")},Pl=iP,Yi={exports:{}};function oP(){return!1}var sP=oP;Yi.exports,function(e,t){var r=Ft,n=sP,a=t&&!t.nodeType&&t,i=a&&!0&&e&&!e.nodeType&&e,o=i&&i.exports===a,s=o?r.Buffer:void 0,l=s?s.isBuffer:void 0,u=l||n;e.exports=u}(Yi,Yi.exports);var Hd=Yi.exports,lP=9007199254740991,uP=/^(?:0|[1-9]\d*)$/;function cP(e,t){var r=typeof e;return t=t??lP,!!t&&(r=="number"||r!="symbol"&&uP.test(e))&&e>-1&&e%1==0&&e<t}var _l=cP,fP=9007199254740991;function dP(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=fP}var El=dP,pP=Zt,hP=El,vP=Jt,yP="[object Arguments]",mP="[object Array]",gP="[object Boolean]",bP="[object Date]",xP="[object Error]",wP="[object Function]",OP="[object Map]",SP="[object Number]",AP="[object Object]",TP="[object RegExp]",PP="[object Set]",_P="[object String]",EP="[object WeakMap]",jP="[object ArrayBuffer]",$P="[object DataView]",CP="[object Float32Array]",kP="[object Float64Array]",MP="[object Int8Array]",NP="[object Int16Array]",DP="[object Int32Array]",IP="[object Uint8Array]",LP="[object Uint8ClampedArray]",RP="[object Uint16Array]",BP="[object Uint32Array]",De={};De[CP]=De[kP]=De[MP]=De[NP]=De[DP]=De[IP]=De[LP]=De[RP]=De[BP]=!0,De[yP]=De[mP]=De[jP]=De[gP]=De[$P]=De[bP]=De[xP]=De[wP]=De[OP]=De[SP]=De[AP]=De[TP]=De[PP]=De[_P]=De[EP]=!1;function FP(e){return vP(e)&&hP(e.length)&&!!De[pP(e)]}var WP=FP;function UP(e){return function(t){return e(t)}}var Yd=UP,Xi={exports:{}};Xi.exports,function(e,t){var r=Ef,n=t&&!t.nodeType&&t,a=n&&!0&&e&&!e.nodeType&&e,i=a&&a.exports===n,o=i&&r.process,s=function(){try{var l=a&&a.require&&a.require("util").types;return l||o&&o.binding&&o.binding("util")}catch{}}();e.exports=s}(Xi,Xi.exports);var zP=Xi.exports,GP=WP,KP=Yd,Xd=zP,Zd=Xd&&Xd.isTypedArray,VP=Zd?KP(Zd):GP,Jd=VP,qP=XT,HP=Pl,YP=ft,XP=Hd,ZP=_l,JP=Jd,QP=Object.prototype,e_=QP.hasOwnProperty;function t_(e,t){var r=YP(e),n=!r&&HP(e),a=!r&&!n&&XP(e),i=!r&&!n&&!a&&JP(e),o=r||n||a||i,s=o?qP(e.length,String):[],l=s.length;for(var u in e)(t||e_.call(e,u))&&!(o&&(u=="length"||a&&(u=="offset"||u=="parent")||i&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||ZP(u,l)))&&s.push(u);return s}var r_=t_,n_=Object.prototype;function a_(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||n_;return e===r}var i_=a_;function o_(e,t){return function(r){return e(t(r))}}var Qd=o_,s_=Qd,l_=s_(Object.keys,Object),u_=l_,c_=i_,f_=u_,d_=Object.prototype,p_=d_.hasOwnProperty;function h_(e){if(!c_(e))return f_(e);var t=[];for(var r in Object(e))p_.call(e,r)&&r!="constructor"&&t.push(r);return t}var v_=h_,y_=Gs,m_=El;function g_(e){return e!=null&&m_(e.length)&&!y_(e)}var ma=g_,b_=r_,x_=v_,w_=ma;function O_(e){return w_(e)?b_(e):x_(e)}var Zi=O_,S_=RT,A_=HT,T_=Zi;function P_(e){return S_(e,T_,A_)}var __=P_,ep=__,E_=1,j_=Object.prototype,$_=j_.hasOwnProperty;function C_(e,t,r,n,a,i){var o=r&E_,s=ep(e),l=s.length,u=ep(t),c=u.length;if(l!=c&&!o)return!1;for(var f=l;f--;){var d=s[f];if(!(o?d in t:$_.call(t,d)))return!1}var p=i.get(e),v=i.get(t);if(p&&v)return p==t&&v==e;var y=!0;i.set(e,t),i.set(t,e);for(var h=o;++f<l;){d=s[f];var b=e[d],S=t[d];if(n)var x=o?n(S,b,d,t,e,i):n(b,S,d,e,t,i);if(!(x===void 0?b===S||a(b,S,r,n,i):x)){y=!1;break}h||(h=d=="constructor")}if(y&&!h){var T=e.constructor,m=t.constructor;T!=m&&"constructor"in e&&"constructor"in t&&!(typeof T=="function"&&T instanceof T&&typeof m=="function"&&m instanceof m)&&(y=!1)}return i.delete(e),i.delete(t),y}var k_=C_,M_=_r,N_=Ft,D_=M_(N_,"DataView"),I_=D_,L_=_r,R_=Ft,B_=L_(R_,"Promise"),F_=B_,W_=_r,U_=Ft,z_=W_(U_,"Set"),tp=z_,G_=_r,K_=Ft,V_=G_(K_,"WeakMap"),q_=V_,jl=I_,$l=qs,Cl=F_,kl=tp,Ml=q_,rp=Zt,dn=Nf,np="[object Map]",H_="[object Object]",ap="[object Promise]",ip="[object Set]",op="[object WeakMap]",sp="[object DataView]",Y_=dn(jl),X_=dn($l),Z_=dn(Cl),J_=dn(kl),Q_=dn(Ml),Mr=rp;(jl&&Mr(new jl(new ArrayBuffer(1)))!=sp||$l&&Mr(new $l)!=np||Cl&&Mr(Cl.resolve())!=ap||kl&&Mr(new kl)!=ip||Ml&&Mr(new Ml)!=op)&&(Mr=function(e){var t=rp(e),r=t==H_?e.constructor:void 0,n=r?dn(r):"";if(n)switch(n){case Y_:return sp;case X_:return np;case Z_:return ap;case J_:return ip;case Q_:return op}return t});var eE=Mr,Nl=Id,tE=Fd,rE=MT,nE=k_,lp=eE,up=ft,cp=Hd,aE=Jd,iE=1,fp="[object Arguments]",dp="[object Array]",Ji="[object Object]",oE=Object.prototype,pp=oE.hasOwnProperty;function sE(e,t,r,n,a,i){var o=up(e),s=up(t),l=o?dp:lp(e),u=s?dp:lp(t);l=l==fp?Ji:l,u=u==fp?Ji:u;var c=l==Ji,f=u==Ji,d=l==u;if(d&&cp(e)){if(!cp(t))return!1;o=!0,c=!1}if(d&&!c)return i||(i=new Nl),o||aE(e)?tE(e,t,r,n,a,i):rE(e,t,l,r,n,a,i);if(!(r&iE)){var p=c&&pp.call(e,"__wrapped__"),v=f&&pp.call(t,"__wrapped__");if(p||v){var y=p?e.value():e,h=v?t.value():t;return i||(i=new Nl),a(y,h,r,n,i)}}return d?(i||(i=new Nl),nE(e,t,r,n,a,i)):!1}var lE=sE,uE=lE,hp=Jt;function vp(e,t,r,n,a){return e===t?!0:e==null||t==null||!hp(e)&&!hp(t)?e!==e&&t!==t:uE(e,t,r,n,vp,a)}var Dl=vp,cE=Id,fE=Dl,dE=1,pE=2;function hE(e,t,r,n){var a=r.length,i=a,o=!n;if(e==null)return!i;for(e=Object(e);a--;){var s=r[a];if(o&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++a<i;){s=r[a];var l=s[0],u=e[l],c=s[1];if(o&&s[2]){if(u===void 0&&!(l in e))return!1}else{var f=new cE;if(n)var d=n(u,c,l,e,t,f);if(!(d===void 0?fE(c,u,dE|pE,n,f):d))return!1}}return!0}var vE=hE,yE=dr;function mE(e){return e===e&&!yE(e)}var yp=mE,gE=yp,bE=Zi;function xE(e){for(var t=bE(e),r=t.length;r--;){var n=t[r],a=e[n];t[r]=[n,a,gE(a)]}return t}var wE=xE;function OE(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}var mp=OE,SE=vE,AE=wE,TE=mp;function PE(e){var t=AE(e);return t.length==1&&t[0][2]?TE(t[0][0],t[0][1]):function(r){return r===e||SE(r,e,t)}}var _E=PE;function EE(e,t){return e!=null&&t in Object(e)}var jE=EE,$E=Gf,CE=Pl,kE=ft,ME=_l,NE=El,DE=Mi;function IE(e,t,r){t=$E(t,e);for(var n=-1,a=t.length,i=!1;++n<a;){var o=DE(t[n]);if(!(i=e!=null&&r(e,o)))break;e=e[o]}return i||++n!=a?i:(a=e==null?0:e.length,!!a&&NE(a)&&ME(o,a)&&(kE(e)||CE(e)))}var LE=IE,RE=jE,BE=LE;function FE(e,t){return e!=null&&BE(e,t,RE)}var WE=FE,UE=Dl,zE=Kf,GE=WE,KE=zs,VE=yp,qE=mp,HE=Mi,YE=1,XE=2;function ZE(e,t){return KE(e)&&VE(t)?qE(HE(e),t):function(r){var n=zE(r,e);return n===void 0&&n===t?GE(r,e):UE(t,n,YE|XE)}}var JE=ZE;function QE(e){return e}var pn=QE;function ej(e){return function(t){return t==null?void 0:t[e]}}var tj=ej,rj=Zs;function nj(e){return function(t){return rj(t,e)}}var aj=nj,ij=tj,oj=aj,sj=zs,lj=Mi;function uj(e){return sj(e)?ij(lj(e)):oj(e)}var cj=uj,fj=_E,dj=JE,pj=pn,hj=ft,vj=cj;function yj(e){return typeof e=="function"?e:e==null?pj:typeof e=="object"?hj(e)?dj(e[0],e[1]):fj(e):vj(e)}var hr=yj;function mj(e,t,r,n){for(var a=e.length,i=r+(n?1:-1);n?i--:++i<a;)if(t(e[i],i,e))return i;return-1}var gp=mj;function gj(e){return e!==e}var bj=gj;function xj(e,t,r){for(var n=r-1,a=e.length;++n<a;)if(e[n]===t)return n;return-1}var wj=xj,Oj=gp,Sj=bj,Aj=wj;function Tj(e,t,r){return t===t?Aj(e,t,r):Oj(e,Sj,r)}var Pj=Tj,_j=Pj;function Ej(e,t){var r=e==null?0:e.length;return!!r&&_j(e,t,0)>-1}var jj=Ej;function $j(e,t,r){for(var n=-1,a=e==null?0:e.length;++n<a;)if(r(t,e[n]))return!0;return!1}var Cj=$j;function kj(){}var Mj=kj,Il=tp,Nj=Mj,Dj=Al,Ij=1/0,Lj=Il&&1/Dj(new Il([,-0]))[1]==Ij?function(e){return new Il(e)}:Nj,Rj=Lj,Bj=Ld,Fj=jj,Wj=Cj,Uj=Bd,zj=Rj,Gj=Al,Kj=200;function Vj(e,t,r){var n=-1,a=Fj,i=e.length,o=!0,s=[],l=s;if(r)o=!1,a=Wj;else if(i>=Kj){var u=t?null:zj(e);if(u)return Gj(u);o=!1,a=Uj,l=new Bj}else l=t?[]:s;e:for(;++n<i;){var c=e[n],f=t?t(c):c;if(c=r||c!==0?c:0,o&&f===f){for(var d=l.length;d--;)if(l[d]===f)continue e;t&&l.push(f),s.push(c)}else a(l,f,r)||(l!==s&&l.push(f),s.push(c))}return s}var qj=Vj,Hj=hr,Yj=qj;function Xj(e,t){return e&&e.length?Yj(e,Hj(t)):[]}var Zj=Xj;const bp=Ce(Zj);function xp(e,t,r){return t===!0?bp(e,r):pe(t)?bp(e,t):e}function hn(e){"@babel/helpers - typeof";return hn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},hn(e)}var Jj=["ref"];function wp(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function tr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?wp(Object(r),!0).forEach(function(n){eo(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):wp(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Qj(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Op(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Ap(n.key),n)}}function e$(e,t,r){return t&&Op(e.prototype,t),r&&Op(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function t$(e,t,r){return t=Qi(t),r$(e,Sp()?Reflect.construct(t,r||[],Qi(e).constructor):t.apply(e,r))}function r$(e,t){if(t&&(hn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return n$(e)}function n$(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Sp(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Sp=function(){return!!e})()}function Qi(e){return Qi=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Qi(e)}function a$(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Ll(e,t)}function Ll(e,t){return Ll=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Ll(e,t)}function eo(e,t,r){return t=Ap(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Ap(e){var t=i$(e,"string");return hn(t)=="symbol"?t:t+""}function i$(e,t){if(hn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(hn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function o$(e,t){if(e==null)return{};var r=s$(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function s$(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function l$(e){return e.value}function u$(e,t){if(A.isValidElement(e))return A.cloneElement(e,t);if(typeof e=="function")return A.createElement(e,t);t.ref;var r=o$(t,Jj);return A.createElement(Sl,r)}var Tp=1,vn=function(e){function t(){var r;Qj(this,t);for(var n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return r=t$(this,t,[].concat(a)),eo(r,"lastBoundingBox",{width:-1,height:-1}),r}return a$(t,e),e$(t,[{key:"componentDidMount",value:function(){this.updateBBox()}},{key:"componentDidUpdate",value:function(){this.updateBBox()}},{key:"getBBox",value:function(){if(this.wrapperNode&&this.wrapperNode.getBoundingClientRect){var n=this.wrapperNode.getBoundingClientRect();return n.height=this.wrapperNode.offsetHeight,n.width=this.wrapperNode.offsetWidth,n}return null}},{key:"updateBBox",value:function(){var n=this.props.onBBoxUpdate,a=this.getBBox();a?(Math.abs(a.width-this.lastBoundingBox.width)>Tp||Math.abs(a.height-this.lastBoundingBox.height)>Tp)&&(this.lastBoundingBox.width=a.width,this.lastBoundingBox.height=a.height,n&&n(a)):(this.lastBoundingBox.width!==-1||this.lastBoundingBox.height!==-1)&&(this.lastBoundingBox.width=-1,this.lastBoundingBox.height=-1,n&&n(null))}},{key:"getBBoxSnapshot",value:function(){return this.lastBoundingBox.width>=0&&this.lastBoundingBox.height>=0?tr({},this.lastBoundingBox):{width:0,height:0}}},{key:"getDefaultPosition",value:function(n){var a=this.props,i=a.layout,o=a.align,s=a.verticalAlign,l=a.margin,u=a.chartWidth,c=a.chartHeight,f,d;if(!n||(n.left===void 0||n.left===null)&&(n.right===void 0||n.right===null))if(o==="center"&&i==="vertical"){var p=this.getBBoxSnapshot();f={left:((u||0)-p.width)/2}}else f=o==="right"?{right:l&&l.right||0}:{left:l&&l.left||0};if(!n||(n.top===void 0||n.top===null)&&(n.bottom===void 0||n.bottom===null))if(s==="middle"){var v=this.getBBoxSnapshot();d={top:((c||0)-v.height)/2}}else d=s==="bottom"?{bottom:l&&l.bottom||0}:{top:l&&l.top||0};return tr(tr({},f),d)}},{key:"render",value:function(){var n=this,a=this.props,i=a.content,o=a.width,s=a.height,l=a.wrapperStyle,u=a.payloadUniqBy,c=a.payload,f=tr(tr({position:"absolute",width:o||"auto",height:s||"auto"},this.getDefaultPosition(l)),l);return A.createElement("div",{className:"recharts-legend-wrapper",style:f,ref:function(p){n.wrapperNode=p}},u$(i,tr(tr({},this.props),{},{payload:xp(c,u,l$)})))}}],[{key:"getWithHeight",value:function(n,a){var i=tr(tr({},this.defaultProps),n.props),o=i.layout;return o==="vertical"&&Z(n.props.height)?{height:n.props.height}:o==="horizontal"?{width:n.props.width||a}:null}}])}(A.PureComponent);eo(vn,"displayName","Legend"),eo(vn,"defaultProps",{iconSize:14,layout:"horizontal",align:"center",verticalAlign:"bottom"});var Pp=da,c$=Pl,f$=ft,_p=Pp?Pp.isConcatSpreadable:void 0;function d$(e){return f$(e)||c$(e)||!!(_p&&e&&e[_p])}var p$=d$,h$=Gd,v$=p$;function Ep(e,t,r,n,a){var i=-1,o=e.length;for(r||(r=v$),a||(a=[]);++i<o;){var s=e[i];t>0&&r(s)?t>1?Ep(s,t-1,r,n,a):h$(a,s):n||(a[a.length]=s)}return a}var jp=Ep;function y$(e){return function(t,r,n){for(var a=-1,i=Object(t),o=n(t),s=o.length;s--;){var l=o[e?s:++a];if(r(i[l],l,i)===!1)break}return t}}var m$=y$,g$=m$,b$=g$(),x$=b$,w$=x$,O$=Zi;function S$(e,t){return e&&w$(e,t,O$)}var $p=S$,A$=ma;function T$(e,t){return function(r,n){if(r==null)return r;if(!A$(r))return e(r,n);for(var a=r.length,i=t?a:-1,o=Object(r);(t?i--:++i<a)&&n(o[i],i,o)!==!1;);return r}}var P$=T$,_$=$p,E$=P$,j$=E$(_$),Rl=j$,$$=Rl,C$=ma;function k$(e,t){var r=-1,n=C$(e)?Array(e.length):[];return $$(e,function(a,i,o){n[++r]=t(a,i,o)}),n}var Cp=k$;function M$(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}var N$=M$,kp=tn;function D$(e,t){if(e!==t){var r=e!==void 0,n=e===null,a=e===e,i=kp(e),o=t!==void 0,s=t===null,l=t===t,u=kp(t);if(!s&&!u&&!i&&e>t||i&&o&&l&&!s&&!u||n&&o&&l||!r&&l||!a)return 1;if(!n&&!i&&!u&&e<t||u&&r&&a&&!n&&!i||s&&r&&a||!o&&a||!l)return-1}return 0}var I$=D$,L$=I$;function R$(e,t,r){for(var n=-1,a=e.criteria,i=t.criteria,o=a.length,s=r.length;++n<o;){var l=L$(a[n],i[n]);if(l){if(n>=s)return l;var u=r[n];return l*(u=="desc"?-1:1)}}return e.index-t.index}var B$=R$,Bl=Xs,F$=Zs,W$=hr,U$=Cp,z$=N$,G$=Yd,K$=B$,V$=pn,q$=ft;function H$(e,t,r){t.length?t=Bl(t,function(i){return q$(i)?function(o){return F$(o,i.length===1?i[0]:i)}:i}):t=[V$];var n=-1;t=Bl(t,G$(W$));var a=U$(e,function(i,o,s){var l=Bl(t,function(u){return u(i)});return{criteria:l,index:++n,value:i}});return z$(a,function(i,o){return K$(i,o,r)})}var Y$=H$;function X$(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}var Z$=X$,J$=Z$,Mp=Math.max;function Q$(e,t,r){return t=Mp(t===void 0?e.length-1:t,0),function(){for(var n=arguments,a=-1,i=Mp(n.length-t,0),o=Array(i);++a<i;)o[a]=n[t+a];a=-1;for(var s=Array(t+1);++a<t;)s[a]=n[a];return s[t]=r(o),J$(e,this,s)}}var eC=Q$;function tC(e){return function(){return e}}var rC=tC,nC=_r,aC=function(){try{var e=nC(Object,"defineProperty");return e({},"",{}),e}catch{}}(),Np=aC,iC=rC,Dp=Np,oC=pn,sC=Dp?function(e,t){return Dp(e,"toString",{configurable:!0,enumerable:!1,value:iC(t),writable:!0})}:oC,lC=sC,uC=800,cC=16,fC=Date.now;function dC(e){var t=0,r=0;return function(){var n=fC(),a=cC-(n-r);if(r=n,a>0){if(++t>=uC)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var pC=dC,hC=lC,vC=pC,yC=vC(hC),mC=yC,gC=pn,bC=eC,xC=mC;function wC(e,t){return xC(bC(e,t,gC),e+"")}var OC=wC,SC=Vs,AC=ma,TC=_l,PC=dr;function _C(e,t,r){if(!PC(r))return!1;var n=typeof t;return(n=="number"?AC(r)&&TC(t,r.length):n=="string"&&t in r)?SC(r[t],e):!1}var to=_C,EC=jp,jC=Y$,$C=OC,Ip=to,CC=$C(function(e,t){if(e==null)return[];var r=t.length;return r>1&&Ip(e,t[0],t[1])?t=[]:r>2&&Ip(t[0],t[1],t[2])&&(t=[t[0]]),jC(e,EC(t,1),[])}),kC=CC;const Fl=Ce(kC);function ga(e){"@babel/helpers - typeof";return ga=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ga(e)}function Wl(){return Wl=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wl.apply(this,arguments)}function MC(e,t){return LC(e)||IC(e,t)||DC(e,t)||NC()}function NC(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
130
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function DC(e,t){if(e){if(typeof e=="string")return Lp(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Lp(e,t)}}function Lp(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function IC(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,o,s=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,t!==0)for(;!(l=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(c){u=!0,a=c}finally{try{if(!l&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw a}}return s}}function LC(e){if(Array.isArray(e))return e}function Rp(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Ul(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Rp(Object(r),!0).forEach(function(n){RC(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Rp(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function RC(e,t,r){return t=BC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function BC(e){var t=FC(e,"string");return ga(t)=="symbol"?t:t+""}function FC(e,t){if(ga(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ga(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function WC(e){return Array.isArray(e)&&Ye(e[0])&&Ye(e[1])?e.join(" ~ "):e}var UC=function(t){var r=t.separator,n=r===void 0?" : ":r,a=t.contentStyle,i=a===void 0?{}:a,o=t.itemStyle,s=o===void 0?{}:o,l=t.labelStyle,u=l===void 0?{}:l,c=t.payload,f=t.formatter,d=t.itemSorter,p=t.wrapperClassName,v=t.labelClassName,y=t.label,h=t.labelFormatter,b=t.accessibilityLayer,S=b===void 0?!1:b,x=function(){if(c&&c.length){var $={padding:0,margin:0},R=(d?Fl(c,d):c).map(function(k,D){if(k.type==="none")return null;var C=Ul({display:"block",paddingTop:4,paddingBottom:4,color:k.color||"#000"},s),B=k.formatter||f||WC,U=k.value,G=k.name,E=U,L=G;if(B&&E!=null&&L!=null){var F=B(U,G,k,D,c);if(Array.isArray(F)){var W=MC(F,2);E=W[0],L=W[1]}else E=F}return A.createElement("li",{className:"recharts-tooltip-item",key:"tooltip-item-".concat(D),style:C},Ye(L)?A.createElement("span",{className:"recharts-tooltip-item-name"},L):null,Ye(L)?A.createElement("span",{className:"recharts-tooltip-item-separator"},n):null,A.createElement("span",{className:"recharts-tooltip-item-value"},E),A.createElement("span",{className:"recharts-tooltip-item-unit"},k.unit||""))});return A.createElement("ul",{className:"recharts-tooltip-item-list",style:$},R)}return null},T=Ul({margin:0,padding:10,backgroundColor:"#fff",border:"1px solid #ccc",whiteSpace:"nowrap"},i),m=Ul({margin:0},u),w=!fe(y),O=w?y:"",P=ye("recharts-default-tooltip",p),j=ye("recharts-tooltip-label",v);w&&h&&c!==void 0&&c!==null&&(O=h(y,c));var M=S?{role:"status","aria-live":"assertive"}:{};return A.createElement("div",Wl({className:P,style:T},M),A.createElement("p",{className:j,style:m},A.isValidElement(O)?O:"".concat(O)),x())};function ba(e){"@babel/helpers - typeof";return ba=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ba(e)}function ro(e,t,r){return t=zC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function zC(e){var t=GC(e,"string");return ba(t)=="symbol"?t:t+""}function GC(e,t){if(ba(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ba(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var xa="recharts-tooltip-wrapper",KC={visibility:"hidden"};function VC(e){var t=e.coordinate,r=e.translateX,n=e.translateY;return ye(xa,ro(ro(ro(ro({},"".concat(xa,"-right"),Z(r)&&t&&Z(t.x)&&r>=t.x),"".concat(xa,"-left"),Z(r)&&t&&Z(t.x)&&r<t.x),"".concat(xa,"-bottom"),Z(n)&&t&&Z(t.y)&&n>=t.y),"".concat(xa,"-top"),Z(n)&&t&&Z(t.y)&&n<t.y))}function Bp(e){var t=e.allowEscapeViewBox,r=e.coordinate,n=e.key,a=e.offsetTopLeft,i=e.position,o=e.reverseDirection,s=e.tooltipDimension,l=e.viewBox,u=e.viewBoxDimension;if(i&&Z(i[n]))return i[n];var c=r[n]-s-a,f=r[n]+a;if(t[n])return o[n]?c:f;if(o[n]){var d=c,p=l[n];return d<p?Math.max(f,l[n]):Math.max(c,l[n])}var v=f+s,y=l[n]+u;return v>y?Math.max(c,l[n]):Math.max(f,l[n])}function qC(e){var t=e.translateX,r=e.translateY,n=e.useTranslate3d;return{transform:n?"translate3d(".concat(t,"px, ").concat(r,"px, 0)"):"translate(".concat(t,"px, ").concat(r,"px)")}}function HC(e){var t=e.allowEscapeViewBox,r=e.coordinate,n=e.offsetTopLeft,a=e.position,i=e.reverseDirection,o=e.tooltipBox,s=e.useTranslate3d,l=e.viewBox,u,c,f;return o.height>0&&o.width>0&&r?(c=Bp({allowEscapeViewBox:t,coordinate:r,key:"x",offsetTopLeft:n,position:a,reverseDirection:i,tooltipDimension:o.width,viewBox:l,viewBoxDimension:l.width}),f=Bp({allowEscapeViewBox:t,coordinate:r,key:"y",offsetTopLeft:n,position:a,reverseDirection:i,tooltipDimension:o.height,viewBox:l,viewBoxDimension:l.height}),u=qC({translateX:c,translateY:f,useTranslate3d:s})):u=KC,{cssProperties:u,cssClasses:VC({translateX:c,translateY:f,coordinate:r})}}function yn(e){"@babel/helpers - typeof";return yn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},yn(e)}function Fp(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Wp(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Fp(Object(r),!0).forEach(function(n){Gl(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Fp(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function YC(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function XC(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,zp(n.key),n)}}function ZC(e,t,r){return t&&XC(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function JC(e,t,r){return t=no(t),QC(e,Up()?Reflect.construct(t,r||[],no(e).constructor):t.apply(e,r))}function QC(e,t){if(t&&(yn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return e2(e)}function e2(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Up(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Up=function(){return!!e})()}function no(e){return no=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},no(e)}function t2(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&zl(e,t)}function zl(e,t){return zl=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},zl(e,t)}function Gl(e,t,r){return t=zp(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function zp(e){var t=r2(e,"string");return yn(t)=="symbol"?t:t+""}function r2(e,t){if(yn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(yn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var Gp=1,n2=function(e){function t(){var r;YC(this,t);for(var n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return r=JC(this,t,[].concat(a)),Gl(r,"state",{dismissed:!1,dismissedAtCoordinate:{x:0,y:0},lastBoundingBox:{width:-1,height:-1}}),Gl(r,"handleKeyDown",function(o){if(o.key==="Escape"){var s,l,u,c;r.setState({dismissed:!0,dismissedAtCoordinate:{x:(s=(l=r.props.coordinate)===null||l===void 0?void 0:l.x)!==null&&s!==void 0?s:0,y:(u=(c=r.props.coordinate)===null||c===void 0?void 0:c.y)!==null&&u!==void 0?u:0}})}}),r}return t2(t,e),ZC(t,[{key:"updateBBox",value:function(){if(this.wrapperNode&&this.wrapperNode.getBoundingClientRect){var n=this.wrapperNode.getBoundingClientRect();(Math.abs(n.width-this.state.lastBoundingBox.width)>Gp||Math.abs(n.height-this.state.lastBoundingBox.height)>Gp)&&this.setState({lastBoundingBox:{width:n.width,height:n.height}})}else(this.state.lastBoundingBox.width!==-1||this.state.lastBoundingBox.height!==-1)&&this.setState({lastBoundingBox:{width:-1,height:-1}})}},{key:"componentDidMount",value:function(){document.addEventListener("keydown",this.handleKeyDown),this.updateBBox()}},{key:"componentWillUnmount",value:function(){document.removeEventListener("keydown",this.handleKeyDown)}},{key:"componentDidUpdate",value:function(){var n,a;this.props.active&&this.updateBBox(),this.state.dismissed&&(((n=this.props.coordinate)===null||n===void 0?void 0:n.x)!==this.state.dismissedAtCoordinate.x||((a=this.props.coordinate)===null||a===void 0?void 0:a.y)!==this.state.dismissedAtCoordinate.y)&&(this.state.dismissed=!1)}},{key:"render",value:function(){var n=this,a=this.props,i=a.active,o=a.allowEscapeViewBox,s=a.animationDuration,l=a.animationEasing,u=a.children,c=a.coordinate,f=a.hasPayload,d=a.isAnimationActive,p=a.offset,v=a.position,y=a.reverseDirection,h=a.useTranslate3d,b=a.viewBox,S=a.wrapperStyle,x=HC({allowEscapeViewBox:o,coordinate:c,offsetTopLeft:p,position:v,reverseDirection:y,tooltipBox:this.state.lastBoundingBox,useTranslate3d:h,viewBox:b}),T=x.cssClasses,m=x.cssProperties,w=Wp(Wp({transition:d&&i?"transform ".concat(s,"ms ").concat(l):void 0},m),{},{pointerEvents:"none",visibility:!this.state.dismissed&&i&&f?"visible":"hidden",position:"absolute",top:0,left:0},S);return A.createElement("div",{tabIndex:-1,className:T,style:w,ref:function(P){n.wrapperNode=P}},u)}}])}(A.PureComponent),a2=function(){return!(typeof window<"u"&&window.document&&window.document.createElement&&window.setTimeout)},vr={isSsr:a2()};function mn(e){"@babel/helpers - typeof";return mn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},mn(e)}function Kp(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Vp(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Kp(Object(r),!0).forEach(function(n){Vl(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Kp(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function i2(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o2(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Hp(n.key),n)}}function s2(e,t,r){return t&&o2(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function l2(e,t,r){return t=ao(t),u2(e,qp()?Reflect.construct(t,r||[],ao(e).constructor):t.apply(e,r))}function u2(e,t){if(t&&(mn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return c2(e)}function c2(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function qp(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(qp=function(){return!!e})()}function ao(e){return ao=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ao(e)}function f2(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Kl(e,t)}function Kl(e,t){return Kl=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Kl(e,t)}function Vl(e,t,r){return t=Hp(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Hp(e){var t=d2(e,"string");return mn(t)=="symbol"?t:t+""}function d2(e,t){if(mn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(mn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function p2(e){return e.dataKey}function h2(e,t){return A.isValidElement(e)?A.cloneElement(e,t):typeof e=="function"?A.createElement(e,t):A.createElement(UC,t)}var Wt=function(e){function t(){return i2(this,t),l2(this,t,arguments)}return f2(t,e),s2(t,[{key:"render",value:function(){var n=this,a=this.props,i=a.active,o=a.allowEscapeViewBox,s=a.animationDuration,l=a.animationEasing,u=a.content,c=a.coordinate,f=a.filterNull,d=a.isAnimationActive,p=a.offset,v=a.payload,y=a.payloadUniqBy,h=a.position,b=a.reverseDirection,S=a.useTranslate3d,x=a.viewBox,T=a.wrapperStyle,m=v??[];f&&m.length&&(m=xp(v.filter(function(O){return O.value!=null&&(O.hide!==!0||n.props.includeHidden)}),y,p2));var w=m.length>0;return A.createElement(n2,{allowEscapeViewBox:o,animationDuration:s,animationEasing:l,isAnimationActive:d,active:i,coordinate:c,hasPayload:w,offset:p,position:h,reverseDirection:b,useTranslate3d:S,viewBox:x,wrapperStyle:T},h2(u,Vp(Vp({},this.props),{},{payload:m})))}}])}(A.PureComponent);Vl(Wt,"displayName","Tooltip"),Vl(Wt,"defaultProps",{accessibilityLayer:!1,allowEscapeViewBox:{x:!1,y:!1},animationDuration:400,animationEasing:"ease",contentStyle:{},coordinate:{x:0,y:0},cursor:!0,cursorStyle:{},filterNull:!0,isAnimationActive:!vr.isSsr,itemStyle:{},labelStyle:{},offset:10,reverseDirection:{x:!1,y:!1},separator:" : ",trigger:"hover",useTranslate3d:!1,viewBox:{x:0,y:0,height:0,width:0},wrapperStyle:{}});var v2=Ft,y2=function(){return v2.Date.now()},m2=y2,g2=/\s/;function b2(e){for(var t=e.length;t--&&g2.test(e.charAt(t)););return t}var x2=b2,w2=x2,O2=/^\s+/;function S2(e){return e&&e.slice(0,w2(e)+1).replace(O2,"")}var A2=S2,T2=A2,Yp=dr,P2=tn,Xp=NaN,_2=/^[-+]0x[0-9a-f]+$/i,E2=/^0b[01]+$/i,j2=/^0o[0-7]+$/i,$2=parseInt;function C2(e){if(typeof e=="number")return e;if(P2(e))return Xp;if(Yp(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Yp(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=T2(e);var r=E2.test(e);return r||j2.test(e)?$2(e.slice(2),r?2:8):_2.test(e)?Xp:+e}var Zp=C2,k2=dr,ql=m2,Jp=Zp,M2="Expected a function",N2=Math.max,D2=Math.min;function I2(e,t,r){var n,a,i,o,s,l,u=0,c=!1,f=!1,d=!0;if(typeof e!="function")throw new TypeError(M2);t=Jp(t)||0,k2(r)&&(c=!!r.leading,f="maxWait"in r,i=f?N2(Jp(r.maxWait)||0,t):i,d="trailing"in r?!!r.trailing:d);function p(w){var O=n,P=a;return n=a=void 0,u=w,o=e.apply(P,O),o}function v(w){return u=w,s=setTimeout(b,t),c?p(w):o}function y(w){var O=w-l,P=w-u,j=t-O;return f?D2(j,i-P):j}function h(w){var O=w-l,P=w-u;return l===void 0||O>=t||O<0||f&&P>=i}function b(){var w=ql();if(h(w))return S(w);s=setTimeout(b,y(w))}function S(w){return s=void 0,d&&n?p(w):(n=a=void 0,o)}function x(){s!==void 0&&clearTimeout(s),u=0,n=l=a=s=void 0}function T(){return s===void 0?o:S(ql())}function m(){var w=ql(),O=h(w);if(n=arguments,a=this,l=w,O){if(s===void 0)return v(l);if(f)return clearTimeout(s),s=setTimeout(b,t),p(l)}return s===void 0&&(s=setTimeout(b,t)),o}return m.cancel=x,m.flush=T,m}var L2=I2,R2=L2,B2=dr,F2="Expected a function";function W2(e,t,r){var n=!0,a=!0;if(typeof e!="function")throw new TypeError(F2);return B2(r)&&(n="leading"in r?!!r.leading:n,a="trailing"in r?!!r.trailing:a),R2(e,t,{leading:n,maxWait:t,trailing:a})}var U2=W2;const Qp=Ce(U2);function wa(e){"@babel/helpers - typeof";return wa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},wa(e)}function eh(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function io(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?eh(Object(r),!0).forEach(function(n){z2(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):eh(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function z2(e,t,r){return t=G2(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function G2(e){var t=K2(e,"string");return wa(t)=="symbol"?t:t+""}function K2(e,t){if(wa(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(wa(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function V2(e,t){return X2(e)||Y2(e,t)||H2(e,t)||q2()}function q2(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
131
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
132
|
-
maybe you don't need to use a ResponsiveContainer.`,o,l),er(!r||r>0,"The aspect(%s) must be greater than zero.",r);var D
|
|
203
|
+
H`).concat(Tt,"M").concat(2*s,",").concat(i,`
|
|
204
|
+
A`).concat(o,",").concat(o,",0,1,1,").concat(s,",").concat(i),className:"recharts-legend-icon"});if(n.type==="rect")return S.createElement("path",{stroke:"none",fill:l,d:"M0,".concat(Tt/8,"h").concat(Tt,"v").concat(Tt*3/4,"h").concat(-Tt,"z"),className:"recharts-legend-icon"});if(S.isValidElement(n.legendIcon)){var u=zS({},n);return delete u.legendIcon,S.cloneElement(n.legendIcon,u)}return S.createElement(Xi,{fill:l,cx:i,cy:i,size:Tt,sizeType:"diameter",type:n.type})}},{key:"renderItems",value:function(){var n=this,a=this.props,i=a.payload,o=a.iconSize,s=a.layout,l=a.formatter,u=a.inactiveColor,c={x:0,y:0,width:Tt,height:Tt},f={display:s==="horizontal"?"inline-block":"block",marginRight:10},d={display:"inline-block",verticalAlign:"middle",marginRight:4};return i.map(function(h,v){var g=h.formatter||l,m=ve(ya(ya({"recharts-legend-item":!0},"legend-item-".concat(v),!0),"inactive",h.inactive));if(h.type==="none")return null;var b=pe(h.value)?null:h.value;er(!pe(h.value),`The name property is also required when using a function for the dataKey of a chart's cartesian components. Ex: <Bar name="Name of my Data"/>`);var O=h.inactive?u:h.color;return S.createElement("li",Pl({className:m,style:f,key:"legend-item-".concat(v)},va(n.props,h,v)),S.createElement(pl,{width:o,height:o,viewBox:c,style:d},n.renderIcon(h)),S.createElement("span",{className:"recharts-legend-item-text",style:{color:O}},g?g(b,h,v):b))})}},{key:"render",value:function(){var n=this.props,a=n.payload,i=n.layout,o=n.align;if(!a||!a.length)return null;var s={padding:0,margin:0,textAlign:i==="horizontal"?o:"left"};return S.createElement("ul",{className:"recharts-default-legend",style:s},this.renderItems())}}])}(S.PureComponent);ya(El,"displayName","Legend"),ya(El,"defaultProps",{iconSize:14,layout:"horizontal",align:"center",verticalAlign:"middle",inactiveColor:"#ccc"});var JS=Di;function QS(){this.__data__=new JS,this.size=0}var eT=QS;function tT(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}var rT=tT;function nT(e){return this.__data__.get(e)}var aT=nT;function iT(e){return this.__data__.has(e)}var oT=iT,sT=Di,lT=Qs,uT=el,cT=200;function fT(e,t){var r=this.__data__;if(r instanceof sT){var n=r.__data__;if(!lT||n.length<cT-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new uT(n)}return r.set(e,t),this.size=r.size,this}var dT=fT,pT=Di,hT=eT,mT=rT,vT=aT,gT=oT,yT=dT;function pn(e){var t=this.__data__=new pT(e);this.size=t.size}pn.prototype.clear=hT,pn.prototype.delete=mT,pn.prototype.get=vT,pn.prototype.has=gT,pn.prototype.set=yT;var Kd=pn,bT="__lodash_hash_undefined__";function xT(e){return this.__data__.set(e,bT),this}var wT=xT;function OT(e){return this.__data__.has(e)}var ST=OT,TT=el,AT=wT,jT=ST;function Ji(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new TT;++t<r;)this.add(e[t])}Ji.prototype.add=Ji.prototype.push=AT,Ji.prototype.has=jT;var Yd=Ji;function PT(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}var Xd=PT;function _T(e,t){return e.has(t)}var Zd=_T,ET=Yd,CT=Xd,$T=Zd,kT=1,MT=2;function NT(e,t,r,n,a,i){var o=r&kT,s=e.length,l=t.length;if(s!=l&&!(o&&l>s))return!1;var u=i.get(e),c=i.get(t);if(u&&c)return u==t&&c==e;var f=-1,d=!0,h=r&MT?new ET:void 0;for(i.set(e,t),i.set(t,e);++f<s;){var v=e[f],g=t[f];if(n)var m=o?n(g,v,f,t,e,i):n(v,g,f,e,t,i);if(m!==void 0){if(m)continue;d=!1;break}if(h){if(!CT(t,function(b,O){if(!$T(h,O)&&(v===b||a(v,b,r,n,i)))return h.push(O)})){d=!1;break}}else if(!(v===g||a(v,g,r,n,i))){d=!1;break}}return i.delete(e),i.delete(t),d}var Jd=NT,DT=Ft,IT=DT.Uint8Array,LT=IT;function RT(e){var t=-1,r=Array(e.size);return e.forEach(function(n,a){r[++t]=[a,n]}),r}var BT=RT;function FT(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var Cl=FT,Qd=ha,ep=LT,UT=Js,WT=Jd,zT=BT,VT=Cl,GT=1,HT=2,qT="[object Boolean]",KT="[object Date]",YT="[object Error]",XT="[object Map]",ZT="[object Number]",JT="[object RegExp]",QT="[object Set]",eA="[object String]",tA="[object Symbol]",rA="[object ArrayBuffer]",nA="[object DataView]",tp=Qd?Qd.prototype:void 0,$l=tp?tp.valueOf:void 0;function aA(e,t,r,n,a,i,o){switch(r){case nA:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case rA:return!(e.byteLength!=t.byteLength||!i(new ep(e),new ep(t)));case qT:case KT:case ZT:return UT(+e,+t);case YT:return e.name==t.name&&e.message==t.message;case JT:case eA:return e==t+"";case XT:var s=zT;case QT:var l=n>if(s||(s=VT),e.size!=t.size&&!l)return!1;var u=o.get(e);if(u)return u==t;n|=HT,o.set(e,t);var c=WT(s(e),s(t),n,a,i,o);return o.delete(e),c;case tA:if($l)return $l.call(e)==$l.call(t)}return!1}var iA=aA;function oA(e,t){for(var r=-1,n=t.length,a=e.length;++r<n;)e[a+r]=t[r];return e}var rp=oA,sA=rp,lA=ft;function uA(e,t,r){var n=t(e);return lA(e)?n:sA(n,r(e))}var cA=uA;function fA(e,t){for(var r=-1,n=e==null?0:e.length,a=0,i=[];++r<n;){var o=e[r];t(o,r,e)&&(i[a++]=o)}return i}var dA=fA;function pA(){return[]}var hA=pA,mA=dA,vA=hA,gA=Object.prototype,yA=gA.propertyIsEnumerable,np=Object.getOwnPropertySymbols,bA=np?function(e){return e==null?[]:(e=Object(e),mA(np(e),function(t){return yA.call(e,t)}))}:vA,xA=bA;function wA(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var OA=wA,SA=Zt,TA=Jt,AA="[object Arguments]";function jA(e){return TA(e)&&SA(e)==AA}var PA=jA,ap=PA,_A=Jt,ip=Object.prototype,EA=ip.hasOwnProperty,CA=ip.propertyIsEnumerable,$A=ap(function(){return arguments}())?ap:function(e){return _A(e)&&EA.call(e,"callee")&&!CA.call(e,"callee")},kl=$A,Qi={exports:{}};function kA(){return!1}var MA=kA;Qi.exports,function(e,t){var r=Ft,n=MA,a=t&&!t.nodeType&&t,i=a&&!0&&e&&!e.nodeType&&e,o=i&&i.exports===a,s=o?r.Buffer:void 0,l=s?s.isBuffer:void 0,u=l||n;e.exports=u}(Qi,Qi.exports);var op=Qi.exports,NA=9007199254740991,DA=/^(?:0|[1-9]\d*)$/;function IA(e,t){var r=typeof e;return t=t??NA,!!t&&(r=="number"||r!="symbol"&&DA.test(e))&&e>-1&&e%1==0&&e<t}var Ml=IA,LA=9007199254740991;function RA(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=LA}var Nl=RA,BA=Zt,FA=Nl,UA=Jt,WA="[object Arguments]",zA="[object Array]",VA="[object Boolean]",GA="[object Date]",HA="[object Error]",qA="[object Function]",KA="[object Map]",YA="[object Number]",XA="[object Object]",ZA="[object RegExp]",JA="[object Set]",QA="[object String]",ej="[object WeakMap]",tj="[object ArrayBuffer]",rj="[object DataView]",nj="[object Float32Array]",aj="[object Float64Array]",ij="[object Int8Array]",oj="[object Int16Array]",sj="[object Int32Array]",lj="[object Uint8Array]",uj="[object Uint8ClampedArray]",cj="[object Uint16Array]",fj="[object Uint32Array]",Ie={};Ie[nj]=Ie[aj]=Ie[ij]=Ie[oj]=Ie[sj]=Ie[lj]=Ie[uj]=Ie[cj]=Ie[fj]=!0,Ie[WA]=Ie[zA]=Ie[tj]=Ie[VA]=Ie[rj]=Ie[GA]=Ie[HA]=Ie[qA]=Ie[KA]=Ie[YA]=Ie[XA]=Ie[ZA]=Ie[JA]=Ie[QA]=Ie[ej]=!1;function dj(e){return UA(e)&&FA(e.length)&&!!Ie[BA(e)]}var pj=dj;function hj(e){return function(t){return e(t)}}var sp=hj,eo={exports:{}};eo.exports,function(e,t){var r=Ff,n=t&&!t.nodeType&&t,a=n&&!0&&e&&!e.nodeType&&e,i=a&&a.exports===n,o=i&&r.process,s=function(){try{var l=a&&a.require&&a.require("util").types;return l||o&&o.binding&&o.binding("util")}catch{}}();e.exports=s}(eo,eo.exports);var mj=eo.exports,vj=pj,gj=sp,lp=mj,up=lp&&lp.isTypedArray,yj=up?gj(up):vj,cp=yj,bj=OA,xj=kl,wj=ft,Oj=op,Sj=Ml,Tj=cp,Aj=Object.prototype,jj=Aj.hasOwnProperty;function Pj(e,t){var r=wj(e),n=!r&&xj(e),a=!r&&!n&&Oj(e),i=!r&&!n&&!a&&Tj(e),o=r||n||a||i,s=o?bj(e.length,String):[],l=s.length;for(var u in e)(t||jj.call(e,u))&&!(o&&(u=="length"||a&&(u=="offset"||u=="parent")||i&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||Sj(u,l)))&&s.push(u);return s}var _j=Pj,Ej=Object.prototype;function Cj(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||Ej;return e===r}var $j=Cj;function kj(e,t){return function(r){return e(t(r))}}var fp=kj,Mj=fp,Nj=Mj(Object.keys,Object),Dj=Nj,Ij=$j,Lj=Dj,Rj=Object.prototype,Bj=Rj.hasOwnProperty;function Fj(e){if(!Ij(e))return Lj(e);var t=[];for(var r in Object(e))Bj.call(e,r)&&r!="constructor"&&t.push(r);return t}var Uj=Fj,Wj=Xs,zj=Nl;function Vj(e){return e!=null&&zj(e.length)&&!Wj(e)}var ba=Vj,Gj=_j,Hj=Uj,qj=ba;function Kj(e){return qj(e)?Gj(e):Hj(e)}var to=Kj,Yj=cA,Xj=xA,Zj=to;function Jj(e){return Yj(e,Zj,Xj)}var Qj=Jj,dp=Qj,eP=1,tP=Object.prototype,rP=tP.hasOwnProperty;function nP(e,t,r,n,a,i){var o=r&eP,s=dp(e),l=s.length,u=dp(t),c=u.length;if(l!=c&&!o)return!1;for(var f=l;f--;){var d=s[f];if(!(o?d in t:rP.call(t,d)))return!1}var h=i.get(e),v=i.get(t);if(h&&v)return h==t&&v==e;var g=!0;i.set(e,t),i.set(t,e);for(var m=o;++f<l;){d=s[f];var b=e[d],O=t[d];if(n)var x=o?n(O,b,d,t,e,i):n(b,O,d,e,t,i);if(!(x===void 0?b===O||a(b,O,r,n,i):x)){g=!1;break}m||(m=d=="constructor")}if(g&&!m){var j=e.constructor,y=t.constructor;j!=y&&"constructor"in e&&"constructor"in t&&!(typeof j=="function"&&j instanceof j&&typeof y=="function"&&y instanceof y)&&(g=!1)}return i.delete(e),i.delete(t),g}var aP=nP,iP=Er,oP=Ft,sP=iP(oP,"DataView"),lP=sP,uP=Er,cP=Ft,fP=uP(cP,"Promise"),dP=fP,pP=Er,hP=Ft,mP=pP(hP,"Set"),pp=mP,vP=Er,gP=Ft,yP=vP(gP,"WeakMap"),bP=yP,Dl=lP,Il=Qs,Ll=dP,Rl=pp,Bl=bP,hp=Zt,hn=Hf,mp="[object Map]",xP="[object Object]",vp="[object Promise]",gp="[object Set]",yp="[object WeakMap]",bp="[object DataView]",wP=hn(Dl),OP=hn(Il),SP=hn(Ll),TP=hn(Rl),AP=hn(Bl),Dr=hp;(Dl&&Dr(new Dl(new ArrayBuffer(1)))!=bp||Il&&Dr(new Il)!=mp||Ll&&Dr(Ll.resolve())!=vp||Rl&&Dr(new Rl)!=gp||Bl&&Dr(new Bl)!=yp)&&(Dr=function(e){var t=hp(e),r=t==xP?e.constructor:void 0,n=r?hn(r):"";if(n)switch(n){case wP:return bp;case OP:return mp;case SP:return vp;case TP:return gp;case AP:return yp}return t});var jP=Dr,Fl=Kd,PP=Jd,_P=iA,EP=aP,xp=jP,wp=ft,Op=op,CP=cp,$P=1,Sp="[object Arguments]",Tp="[object Array]",ro="[object Object]",kP=Object.prototype,Ap=kP.hasOwnProperty;function MP(e,t,r,n,a,i){var o=wp(e),s=wp(t),l=o?Tp:xp(e),u=s?Tp:xp(t);l=l==Sp?ro:l,u=u==Sp?ro:u;var c=l==ro,f=u==ro,d=l==u;if(d&&Op(e)){if(!Op(t))return!1;o=!0,c=!1}if(d&&!c)return i||(i=new Fl),o||CP(e)?PP(e,t,r,n,a,i):_P(e,t,l,r,n,a,i);if(!(r&$P)){var h=c&&Ap.call(e,"__wrapped__"),v=f&&Ap.call(t,"__wrapped__");if(h||v){var g=h?e.value():e,m=v?t.value():t;return i||(i=new Fl),a(g,m,r,n,i)}}return d?(i||(i=new Fl),EP(e,t,r,n,a,i)):!1}var NP=MP,DP=NP,jp=Jt;function Pp(e,t,r,n,a){return e===t?!0:e==null||t==null||!jp(e)&&!jp(t)?e!==e&&t!==t:DP(e,t,r,n,Pp,a)}var Ul=Pp,IP=Kd,LP=Ul,RP=1,BP=2;function FP(e,t,r,n){var a=r.length,i=a,o=!n;if(e==null)return!i;for(e=Object(e);a--;){var s=r[a];if(o&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++a<i;){s=r[a];var l=s[0],u=e[l],c=s[1];if(o&&s[2]){if(u===void 0&&!(l in e))return!1}else{var f=new IP;if(n)var d=n(u,c,l,e,t,f);if(!(d===void 0?LP(c,u,RP|BP,n,f):d))return!1}}return!0}var UP=FP,WP=hr;function zP(e){return e===e&&!WP(e)}var _p=zP,VP=_p,GP=to;function HP(e){for(var t=GP(e),r=t.length;r--;){var n=t[r],a=e[n];t[r]=[n,a,VP(a)]}return t}var qP=HP;function KP(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}var Ep=KP,YP=UP,XP=qP,ZP=Ep;function JP(e){var t=XP(e);return t.length==1&&t[0][2]?ZP(t[0][0],t[0][1]):function(r){return r===e||YP(r,e,t)}}var QP=JP;function e_(e,t){return e!=null&&t in Object(e)}var t_=e_,r_=rd,n_=kl,a_=ft,i_=Ml,o_=Nl,s_=Li;function l_(e,t,r){t=r_(t,e);for(var n=-1,a=t.length,i=!1;++n<a;){var o=s_(t[n]);if(!(i=e!=null&&r(e,o)))break;e=e[o]}return i||++n!=a?i:(a=e==null?0:e.length,!!a&&o_(a)&&i_(o,a)&&(a_(e)||n_(e)))}var u_=l_,c_=t_,f_=u_;function d_(e,t){return e!=null&&f_(e,t,c_)}var p_=d_,h_=Ul,m_=nd,v_=p_,g_=Ys,y_=_p,b_=Ep,x_=Li,w_=1,O_=2;function S_(e,t){return g_(e)&&y_(t)?b_(x_(e),t):function(r){var n=m_(r,e);return n===void 0&&n===t?v_(r,e):h_(t,n,w_|O_)}}var T_=S_;function A_(e){return e}var mn=A_;function j_(e){return function(t){return t==null?void 0:t[e]}}var P_=j_,__=nl;function E_(e){return function(t){return __(t,e)}}var C_=E_,$_=P_,k_=C_,M_=Ys,N_=Li;function D_(e){return M_(e)?$_(N_(e)):k_(e)}var I_=D_,L_=QP,R_=T_,B_=mn,F_=ft,U_=I_;function W_(e){return typeof e=="function"?e:e==null?B_:typeof e=="object"?F_(e)?R_(e[0],e[1]):L_(e):U_(e)}var vr=W_;function z_(e,t,r,n){for(var a=e.length,i=r+(n?1:-1);n?i--:++i<a;)if(t(e[i],i,e))return i;return-1}var Cp=z_;function V_(e){return e!==e}var G_=V_;function H_(e,t,r){for(var n=r-1,a=e.length;++n<a;)if(e[n]===t)return n;return-1}var q_=H_,K_=Cp,Y_=G_,X_=q_;function Z_(e,t,r){return t===t?X_(e,t,r):K_(e,Y_,r)}var J_=Z_,Q_=J_;function eE(e,t){var r=e==null?0:e.length;return!!r&&Q_(e,t,0)>-1}var tE=eE;function rE(e,t,r){for(var n=-1,a=e==null?0:e.length;++n<a;)if(r(t,e[n]))return!0;return!1}var nE=rE;function aE(){}var iE=aE,Wl=pp,oE=iE,sE=Cl,lE=1/0,uE=Wl&&1/sE(new Wl([,-0]))[1]==lE?function(e){return new Wl(e)}:oE,cE=uE,fE=Yd,dE=tE,pE=nE,hE=Zd,mE=cE,vE=Cl,gE=200;function yE(e,t,r){var n=-1,a=dE,i=e.length,o=!0,s=[],l=s;if(r)o=!1,a=pE;else if(i>=gE){var u=t?null:mE(e);if(u)return vE(u);o=!1,a=hE,l=new fE}else l=t?[]:s;e:for(;++n<i;){var c=e[n],f=t?t(c):c;if(c=r||c!==0?c:0,o&&f===f){for(var d=l.length;d--;)if(l[d]===f)continue e;t&&l.push(f),s.push(c)}else a(l,f,r)||(l!==s&&l.push(f),s.push(c))}return s}var bE=yE,xE=vr,wE=bE;function OE(e,t){return e&&e.length?wE(e,xE(t)):[]}var SE=OE;const $p=ke(SE);function kp(e,t,r){return t===!0?$p(e,r):pe(t)?$p(e,t):e}function vn(e){"@babel/helpers - typeof";return vn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},vn(e)}var TE=["ref"];function Mp(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function tr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Mp(Object(r),!0).forEach(function(n){ao(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Mp(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function AE(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Np(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Ip(n.key),n)}}function jE(e,t,r){return t&&Np(e.prototype,t),r&&Np(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function PE(e,t,r){return t=no(t),_E(e,Dp()?Reflect.construct(t,r||[],no(e).constructor):t.apply(e,r))}function _E(e,t){if(t&&(vn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return EE(e)}function EE(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Dp(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Dp=function(){return!!e})()}function no(e){return no=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},no(e)}function CE(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&zl(e,t)}function zl(e,t){return zl=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},zl(e,t)}function ao(e,t,r){return t=Ip(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Ip(e){var t=$E(e,"string");return vn(t)=="symbol"?t:t+""}function $E(e,t){if(vn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(vn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function kE(e,t){if(e==null)return{};var r=ME(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function ME(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function NE(e){return e.value}function DE(e,t){if(S.isValidElement(e))return S.cloneElement(e,t);if(typeof e=="function")return S.createElement(e,t);t.ref;var r=kE(t,TE);return S.createElement(El,r)}var Lp=1,gn=function(e){function t(){var r;AE(this,t);for(var n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return r=PE(this,t,[].concat(a)),ao(r,"lastBoundingBox",{width:-1,height:-1}),r}return CE(t,e),jE(t,[{key:"componentDidMount",value:function(){this.updateBBox()}},{key:"componentDidUpdate",value:function(){this.updateBBox()}},{key:"getBBox",value:function(){if(this.wrapperNode&&this.wrapperNode.getBoundingClientRect){var n=this.wrapperNode.getBoundingClientRect();return n.height=this.wrapperNode.offsetHeight,n.width=this.wrapperNode.offsetWidth,n}return null}},{key:"updateBBox",value:function(){var n=this.props.onBBoxUpdate,a=this.getBBox();a?(Math.abs(a.width-this.lastBoundingBox.width)>Lp||Math.abs(a.height-this.lastBoundingBox.height)>Lp)&&(this.lastBoundingBox.width=a.width,this.lastBoundingBox.height=a.height,n&&n(a)):(this.lastBoundingBox.width!==-1||this.lastBoundingBox.height!==-1)&&(this.lastBoundingBox.width=-1,this.lastBoundingBox.height=-1,n&&n(null))}},{key:"getBBoxSnapshot",value:function(){return this.lastBoundingBox.width>=0&&this.lastBoundingBox.height>=0?tr({},this.lastBoundingBox):{width:0,height:0}}},{key:"getDefaultPosition",value:function(n){var a=this.props,i=a.layout,o=a.align,s=a.verticalAlign,l=a.margin,u=a.chartWidth,c=a.chartHeight,f,d;if(!n||(n.left===void 0||n.left===null)&&(n.right===void 0||n.right===null))if(o==="center"&&i==="vertical"){var h=this.getBBoxSnapshot();f={left:((u||0)-h.width)/2}}else f=o==="right"?{right:l&&l.right||0}:{left:l&&l.left||0};if(!n||(n.top===void 0||n.top===null)&&(n.bottom===void 0||n.bottom===null))if(s==="middle"){var v=this.getBBoxSnapshot();d={top:((c||0)-v.height)/2}}else d=s==="bottom"?{bottom:l&&l.bottom||0}:{top:l&&l.top||0};return tr(tr({},f),d)}},{key:"render",value:function(){var n=this,a=this.props,i=a.content,o=a.width,s=a.height,l=a.wrapperStyle,u=a.payloadUniqBy,c=a.payload,f=tr(tr({position:"absolute",width:o||"auto",height:s||"auto"},this.getDefaultPosition(l)),l);return S.createElement("div",{className:"recharts-legend-wrapper",style:f,ref:function(h){n.wrapperNode=h}},DE(i,tr(tr({},this.props),{},{payload:kp(c,u,NE)})))}}],[{key:"getWithHeight",value:function(n,a){var i=tr(tr({},this.defaultProps),n.props),o=i.layout;return o==="vertical"&&Q(n.props.height)?{height:n.props.height}:o==="horizontal"?{width:n.props.width||a}:null}}])}(S.PureComponent);ao(gn,"displayName","Legend"),ao(gn,"defaultProps",{iconSize:14,layout:"horizontal",align:"center",verticalAlign:"bottom"});var Rp=ha,IE=kl,LE=ft,Bp=Rp?Rp.isConcatSpreadable:void 0;function RE(e){return LE(e)||IE(e)||!!(Bp&&e&&e[Bp])}var BE=RE,FE=rp,UE=BE;function Fp(e,t,r,n,a){var i=-1,o=e.length;for(r||(r=UE),a||(a=[]);++i<o;){var s=e[i];t>0&&r(s)?t>1?Fp(s,t-1,r,n,a):FE(a,s):n||(a[a.length]=s)}return a}var Up=Fp;function WE(e){return function(t,r,n){for(var a=-1,i=Object(t),o=n(t),s=o.length;s--;){var l=o[e?s:++a];if(r(i[l],l,i)===!1)break}return t}}var zE=WE,VE=zE,GE=VE(),HE=GE,qE=HE,KE=to;function YE(e,t){return e&&qE(e,t,KE)}var Wp=YE,XE=ba;function ZE(e,t){return function(r,n){if(r==null)return r;if(!XE(r))return e(r,n);for(var a=r.length,i=t?a:-1,o=Object(r);(t?i--:++i<a)&&n(o[i],i,o)!==!1;);return r}}var JE=ZE,QE=Wp,eC=JE,tC=eC(QE),Vl=tC,rC=Vl,nC=ba;function aC(e,t){var r=-1,n=nC(e)?Array(e.length):[];return rC(e,function(a,i,o){n[++r]=t(a,i,o)}),n}var zp=aC;function iC(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}var oC=iC,Vp=nn;function sC(e,t){if(e!==t){var r=e!==void 0,n=e===null,a=e===e,i=Vp(e),o=t!==void 0,s=t===null,l=t===t,u=Vp(t);if(!s&&!u&&!i&&e>t||i&&o&&l&&!s&&!u||n&&o&&l||!r&&l||!a)return 1;if(!n&&!i&&!u&&e<t||u&&r&&a&&!n&&!i||s&&r&&a||!o&&a||!l)return-1}return 0}var lC=sC,uC=lC;function cC(e,t,r){for(var n=-1,a=e.criteria,i=t.criteria,o=a.length,s=r.length;++n<o;){var l=uC(a[n],i[n]);if(l){if(n>=s)return l;var u=r[n];return l*(u=="desc"?-1:1)}}return e.index-t.index}var fC=cC,Gl=rl,dC=nl,pC=vr,hC=zp,mC=oC,vC=sp,gC=fC,yC=mn,bC=ft;function xC(e,t,r){t.length?t=Gl(t,function(i){return bC(i)?function(o){return dC(o,i.length===1?i[0]:i)}:i}):t=[yC];var n=-1;t=Gl(t,vC(pC));var a=hC(e,function(i,o,s){var l=Gl(t,function(u){return u(i)});return{criteria:l,index:++n,value:i}});return mC(a,function(i,o){return gC(i,o,r)})}var wC=xC;function OC(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}var SC=OC,TC=SC,Gp=Math.max;function AC(e,t,r){return t=Gp(t===void 0?e.length-1:t,0),function(){for(var n=arguments,a=-1,i=Gp(n.length-t,0),o=Array(i);++a<i;)o[a]=n[t+a];a=-1;for(var s=Array(t+1);++a<t;)s[a]=n[a];return s[t]=r(o),TC(e,this,s)}}var jC=AC;function PC(e){return function(){return e}}var _C=PC,EC=Er,CC=function(){try{var e=EC(Object,"defineProperty");return e({},"",{}),e}catch{}}(),Hp=CC,$C=_C,qp=Hp,kC=mn,MC=qp?function(e,t){return qp(e,"toString",{configurable:!0,enumerable:!1,value:$C(t),writable:!0})}:kC,NC=MC,DC=800,IC=16,LC=Date.now;function RC(e){var t=0,r=0;return function(){var n=LC(),a=IC-(n-r);if(r=n,a>0){if(++t>=DC)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var BC=RC,FC=NC,UC=BC,WC=UC(FC),zC=WC,VC=mn,GC=jC,HC=zC;function qC(e,t){return HC(GC(e,t,VC),e+"")}var KC=qC,YC=Js,XC=ba,ZC=Ml,JC=hr;function QC(e,t,r){if(!JC(r))return!1;var n=typeof t;return(n=="number"?XC(r)&&ZC(t,r.length):n=="string"&&t in r)?YC(r[t],e):!1}var io=QC,e$=Up,t$=wC,r$=KC,Kp=io,n$=r$(function(e,t){if(e==null)return[];var r=t.length;return r>1&&Kp(e,t[0],t[1])?t=[]:r>2&&Kp(t[0],t[1],t[2])&&(t=[t[0]]),t$(e,e$(t,1),[])}),a$=n$;const Hl=ke(a$);function xa(e){"@babel/helpers - typeof";return xa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},xa(e)}function ql(){return ql=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ql.apply(this,arguments)}function i$(e,t){return u$(e)||l$(e,t)||s$(e,t)||o$()}function o$(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
205
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function s$(e,t){if(e){if(typeof e=="string")return Yp(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Yp(e,t)}}function Yp(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function l$(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,o,s=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,t!==0)for(;!(l=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(c){u=!0,a=c}finally{try{if(!l&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw a}}return s}}function u$(e){if(Array.isArray(e))return e}function Xp(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Kl(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Xp(Object(r),!0).forEach(function(n){c$(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Xp(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function c$(e,t,r){return t=f$(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function f$(e){var t=d$(e,"string");return xa(t)=="symbol"?t:t+""}function d$(e,t){if(xa(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(xa(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function p$(e){return Array.isArray(e)&&Xe(e[0])&&Xe(e[1])?e.join(" ~ "):e}var h$=function(t){var r=t.separator,n=r===void 0?" : ":r,a=t.contentStyle,i=a===void 0?{}:a,o=t.itemStyle,s=o===void 0?{}:o,l=t.labelStyle,u=l===void 0?{}:l,c=t.payload,f=t.formatter,d=t.itemSorter,h=t.wrapperClassName,v=t.labelClassName,g=t.label,m=t.labelFormatter,b=t.accessibilityLayer,O=b===void 0?!1:b,x=function(){if(c&&c.length){var E={padding:0,margin:0},I=(d?Hl(c,d):c).map(function(k,D){if(k.type==="none")return null;var M=Kl({display:"block",paddingTop:4,paddingBottom:4,color:k.color||"#000"},s),F=k.formatter||f||p$,z=k.value,q=k.name,$=z,R=q;if(F&&$!=null&&R!=null){var U=F(z,q,k,D,c);if(Array.isArray(U)){var W=i$(U,2);$=W[0],R=W[1]}else $=U}return S.createElement("li",{className:"recharts-tooltip-item",key:"tooltip-item-".concat(D),style:M},Xe(R)?S.createElement("span",{className:"recharts-tooltip-item-name"},R):null,Xe(R)?S.createElement("span",{className:"recharts-tooltip-item-separator"},n):null,S.createElement("span",{className:"recharts-tooltip-item-value"},$),S.createElement("span",{className:"recharts-tooltip-item-unit"},k.unit||""))});return S.createElement("ul",{className:"recharts-tooltip-item-list",style:E},I)}return null},j=Kl({margin:0,padding:10,backgroundColor:"#fff",border:"1px solid #ccc",whiteSpace:"nowrap"},i),y=Kl({margin:0},u),w=!fe(g),T=w?g:"",A=ve("recharts-default-tooltip",h),_=ve("recharts-tooltip-label",v);w&&m&&c!==void 0&&c!==null&&(T=m(g,c));var C=O?{role:"status","aria-live":"assertive"}:{};return S.createElement("div",ql({className:A,style:j},C),S.createElement("p",{className:_,style:y},S.isValidElement(T)?T:"".concat(T)),x())};function wa(e){"@babel/helpers - typeof";return wa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},wa(e)}function oo(e,t,r){return t=m$(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function m$(e){var t=v$(e,"string");return wa(t)=="symbol"?t:t+""}function v$(e,t){if(wa(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(wa(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Oa="recharts-tooltip-wrapper",g$={visibility:"hidden"};function y$(e){var t=e.coordinate,r=e.translateX,n=e.translateY;return ve(Oa,oo(oo(oo(oo({},"".concat(Oa,"-right"),Q(r)&&t&&Q(t.x)&&r>=t.x),"".concat(Oa,"-left"),Q(r)&&t&&Q(t.x)&&r<t.x),"".concat(Oa,"-bottom"),Q(n)&&t&&Q(t.y)&&n>=t.y),"".concat(Oa,"-top"),Q(n)&&t&&Q(t.y)&&n<t.y))}function Zp(e){var t=e.allowEscapeViewBox,r=e.coordinate,n=e.key,a=e.offsetTopLeft,i=e.position,o=e.reverseDirection,s=e.tooltipDimension,l=e.viewBox,u=e.viewBoxDimension;if(i&&Q(i[n]))return i[n];var c=r[n]-s-a,f=r[n]+a;if(t[n])return o[n]?c:f;if(o[n]){var d=c,h=l[n];return d<h?Math.max(f,l[n]):Math.max(c,l[n])}var v=f+s,g=l[n]+u;return v>g?Math.max(c,l[n]):Math.max(f,l[n])}function b$(e){var t=e.translateX,r=e.translateY,n=e.useTranslate3d;return{transform:n?"translate3d(".concat(t,"px, ").concat(r,"px, 0)"):"translate(".concat(t,"px, ").concat(r,"px)")}}function x$(e){var t=e.allowEscapeViewBox,r=e.coordinate,n=e.offsetTopLeft,a=e.position,i=e.reverseDirection,o=e.tooltipBox,s=e.useTranslate3d,l=e.viewBox,u,c,f;return o.height>0&&o.width>0&&r?(c=Zp({allowEscapeViewBox:t,coordinate:r,key:"x",offsetTopLeft:n,position:a,reverseDirection:i,tooltipDimension:o.width,viewBox:l,viewBoxDimension:l.width}),f=Zp({allowEscapeViewBox:t,coordinate:r,key:"y",offsetTopLeft:n,position:a,reverseDirection:i,tooltipDimension:o.height,viewBox:l,viewBoxDimension:l.height}),u=b$({translateX:c,translateY:f,useTranslate3d:s})):u=g$,{cssProperties:u,cssClasses:y$({translateX:c,translateY:f,coordinate:r})}}function yn(e){"@babel/helpers - typeof";return yn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},yn(e)}function Jp(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Qp(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Jp(Object(r),!0).forEach(function(n){Xl(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Jp(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function w$(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function O$(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,th(n.key),n)}}function S$(e,t,r){return t&&O$(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function T$(e,t,r){return t=so(t),A$(e,eh()?Reflect.construct(t,r||[],so(e).constructor):t.apply(e,r))}function A$(e,t){if(t&&(yn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return j$(e)}function j$(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function eh(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(eh=function(){return!!e})()}function so(e){return so=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},so(e)}function P$(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Yl(e,t)}function Yl(e,t){return Yl=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Yl(e,t)}function Xl(e,t,r){return t=th(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function th(e){var t=_$(e,"string");return yn(t)=="symbol"?t:t+""}function _$(e,t){if(yn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(yn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var rh=1,E$=function(e){function t(){var r;w$(this,t);for(var n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return r=T$(this,t,[].concat(a)),Xl(r,"state",{dismissed:!1,dismissedAtCoordinate:{x:0,y:0},lastBoundingBox:{width:-1,height:-1}}),Xl(r,"handleKeyDown",function(o){if(o.key==="Escape"){var s,l,u,c;r.setState({dismissed:!0,dismissedAtCoordinate:{x:(s=(l=r.props.coordinate)===null||l===void 0?void 0:l.x)!==null&&s!==void 0?s:0,y:(u=(c=r.props.coordinate)===null||c===void 0?void 0:c.y)!==null&&u!==void 0?u:0}})}}),r}return P$(t,e),S$(t,[{key:"updateBBox",value:function(){if(this.wrapperNode&&this.wrapperNode.getBoundingClientRect){var n=this.wrapperNode.getBoundingClientRect();(Math.abs(n.width-this.state.lastBoundingBox.width)>rh||Math.abs(n.height-this.state.lastBoundingBox.height)>rh)&&this.setState({lastBoundingBox:{width:n.width,height:n.height}})}else(this.state.lastBoundingBox.width!==-1||this.state.lastBoundingBox.height!==-1)&&this.setState({lastBoundingBox:{width:-1,height:-1}})}},{key:"componentDidMount",value:function(){document.addEventListener("keydown",this.handleKeyDown),this.updateBBox()}},{key:"componentWillUnmount",value:function(){document.removeEventListener("keydown",this.handleKeyDown)}},{key:"componentDidUpdate",value:function(){var n,a;this.props.active&&this.updateBBox(),this.state.dismissed&&(((n=this.props.coordinate)===null||n===void 0?void 0:n.x)!==this.state.dismissedAtCoordinate.x||((a=this.props.coordinate)===null||a===void 0?void 0:a.y)!==this.state.dismissedAtCoordinate.y)&&(this.state.dismissed=!1)}},{key:"render",value:function(){var n=this,a=this.props,i=a.active,o=a.allowEscapeViewBox,s=a.animationDuration,l=a.animationEasing,u=a.children,c=a.coordinate,f=a.hasPayload,d=a.isAnimationActive,h=a.offset,v=a.position,g=a.reverseDirection,m=a.useTranslate3d,b=a.viewBox,O=a.wrapperStyle,x=x$({allowEscapeViewBox:o,coordinate:c,offsetTopLeft:h,position:v,reverseDirection:g,tooltipBox:this.state.lastBoundingBox,useTranslate3d:m,viewBox:b}),j=x.cssClasses,y=x.cssProperties,w=Qp(Qp({transition:d&&i?"transform ".concat(s,"ms ").concat(l):void 0},y),{},{pointerEvents:"none",visibility:!this.state.dismissed&&i&&f?"visible":"hidden",position:"absolute",top:0,left:0},O);return S.createElement("div",{tabIndex:-1,className:j,style:w,ref:function(A){n.wrapperNode=A}},u)}}])}(S.PureComponent),C$=function(){return!(typeof window<"u"&&window.document&&window.document.createElement&&window.setTimeout)},gr={isSsr:C$()};function bn(e){"@babel/helpers - typeof";return bn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},bn(e)}function nh(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function ah(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?nh(Object(r),!0).forEach(function(n){Jl(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):nh(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function $$(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function k$(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,oh(n.key),n)}}function M$(e,t,r){return t&&k$(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function N$(e,t,r){return t=lo(t),D$(e,ih()?Reflect.construct(t,r||[],lo(e).constructor):t.apply(e,r))}function D$(e,t){if(t&&(bn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return I$(e)}function I$(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ih(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(ih=function(){return!!e})()}function lo(e){return lo=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},lo(e)}function L$(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Zl(e,t)}function Zl(e,t){return Zl=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Zl(e,t)}function Jl(e,t,r){return t=oh(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function oh(e){var t=R$(e,"string");return bn(t)=="symbol"?t:t+""}function R$(e,t){if(bn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(bn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function B$(e){return e.dataKey}function F$(e,t){return S.isValidElement(e)?S.cloneElement(e,t):typeof e=="function"?S.createElement(e,t):S.createElement(h$,t)}var Ut=function(e){function t(){return $$(this,t),N$(this,t,arguments)}return L$(t,e),M$(t,[{key:"render",value:function(){var n=this,a=this.props,i=a.active,o=a.allowEscapeViewBox,s=a.animationDuration,l=a.animationEasing,u=a.content,c=a.coordinate,f=a.filterNull,d=a.isAnimationActive,h=a.offset,v=a.payload,g=a.payloadUniqBy,m=a.position,b=a.reverseDirection,O=a.useTranslate3d,x=a.viewBox,j=a.wrapperStyle,y=v??[];f&&y.length&&(y=kp(v.filter(function(T){return T.value!=null&&(T.hide!==!0||n.props.includeHidden)}),g,B$));var w=y.length>0;return S.createElement(E$,{allowEscapeViewBox:o,animationDuration:s,animationEasing:l,isAnimationActive:d,active:i,coordinate:c,hasPayload:w,offset:h,position:m,reverseDirection:b,useTranslate3d:O,viewBox:x,wrapperStyle:j},F$(u,ah(ah({},this.props),{},{payload:y})))}}])}(S.PureComponent);Jl(Ut,"displayName","Tooltip"),Jl(Ut,"defaultProps",{accessibilityLayer:!1,allowEscapeViewBox:{x:!1,y:!1},animationDuration:400,animationEasing:"ease",contentStyle:{},coordinate:{x:0,y:0},cursor:!0,cursorStyle:{},filterNull:!0,isAnimationActive:!gr.isSsr,itemStyle:{},labelStyle:{},offset:10,reverseDirection:{x:!1,y:!1},separator:" : ",trigger:"hover",useTranslate3d:!1,viewBox:{x:0,y:0,height:0,width:0},wrapperStyle:{}});var U$=Ft,W$=function(){return U$.Date.now()},z$=W$,V$=/\s/;function G$(e){for(var t=e.length;t--&&V$.test(e.charAt(t)););return t}var H$=G$,q$=H$,K$=/^\s+/;function Y$(e){return e&&e.slice(0,q$(e)+1).replace(K$,"")}var X$=Y$,Z$=X$,sh=hr,J$=nn,lh=NaN,Q$=/^[-+]0x[0-9a-f]+$/i,ek=/^0b[01]+$/i,tk=/^0o[0-7]+$/i,rk=parseInt;function nk(e){if(typeof e=="number")return e;if(J$(e))return lh;if(sh(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=sh(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=Z$(e);var r=ek.test(e);return r||tk.test(e)?rk(e.slice(2),r?2:8):Q$.test(e)?lh:+e}var uh=nk,ak=hr,Ql=z$,ch=uh,ik="Expected a function",ok=Math.max,sk=Math.min;function lk(e,t,r){var n,a,i,o,s,l,u=0,c=!1,f=!1,d=!0;if(typeof e!="function")throw new TypeError(ik);t=ch(t)||0,ak(r)&&(c=!!r.leading,f="maxWait"in r,i=f?ok(ch(r.maxWait)||0,t):i,d="trailing"in r?!!r.trailing:d);function h(w){var T=n,A=a;return n=a=void 0,u=w,o=e.apply(A,T),o}function v(w){return u=w,s=setTimeout(b,t),c?h(w):o}function g(w){var T=w-l,A=w-u,_=t-T;return f?sk(_,i-A):_}function m(w){var T=w-l,A=w-u;return l===void 0||T>=t||T<0||f&&A>=i}function b(){var w=Ql();if(m(w))return O(w);s=setTimeout(b,g(w))}function O(w){return s=void 0,d&&n?h(w):(n=a=void 0,o)}function x(){s!==void 0&&clearTimeout(s),u=0,n=l=a=s=void 0}function j(){return s===void 0?o:O(Ql())}function y(){var w=Ql(),T=m(w);if(n=arguments,a=this,l=w,T){if(s===void 0)return v(l);if(f)return clearTimeout(s),s=setTimeout(b,t),h(l)}return s===void 0&&(s=setTimeout(b,t)),o}return y.cancel=x,y.flush=j,y}var uk=lk,ck=uk,fk=hr,dk="Expected a function";function pk(e,t,r){var n=!0,a=!0;if(typeof e!="function")throw new TypeError(dk);return fk(r)&&(n="leading"in r?!!r.leading:n,a="trailing"in r?!!r.trailing:a),ck(e,t,{leading:n,maxWait:t,trailing:a})}var hk=pk;const fh=ke(hk);function Sa(e){"@babel/helpers - typeof";return Sa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Sa(e)}function dh(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function uo(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?dh(Object(r),!0).forEach(function(n){mk(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):dh(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function mk(e,t,r){return t=vk(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function vk(e){var t=gk(e,"string");return Sa(t)=="symbol"?t:t+""}function gk(e,t){if(Sa(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Sa(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function yk(e,t){return Ok(e)||wk(e,t)||xk(e,t)||bk()}function bk(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
206
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function xk(e,t){if(e){if(typeof e=="string")return ph(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return ph(e,t)}}function ph(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function wk(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,o,s=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,t!==0)for(;!(l=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(c){u=!0,a=c}finally{try{if(!l&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw a}}return s}}function Ok(e){if(Array.isArray(e))return e}var Sk=S.forwardRef(function(e,t){var r=e.aspect,n=e.initialDimension,a=n===void 0?{width:-1,height:-1}:n,i=e.width,o=i===void 0?"100%":i,s=e.height,l=s===void 0?"100%":s,u=e.minWidth,c=u===void 0?0:u,f=e.minHeight,d=e.maxHeight,h=e.children,v=e.debounce,g=v===void 0?0:v,m=e.id,b=e.className,O=e.onResize,x=e.style,j=x===void 0?{}:x,y=S.useRef(null),w=S.useRef();w.current=O,S.useImperativeHandle(t,function(){return Object.defineProperty(y.current,"current",{get:function(){return console.warn("The usage of ref.current.current is deprecated and will no longer be supported."),y.current},configurable:!0})});var T=S.useState({containerWidth:a.width,containerHeight:a.height}),A=yk(T,2),_=A[0],C=A[1],P=S.useCallback(function(I,k){C(function(D){var M=Math.round(I),F=Math.round(k);return D.containerWidth===M&&D.containerHeight===F?D:{containerWidth:M,containerHeight:F}})},[]);S.useEffect(function(){var I=function(q){var $,R=q[0].contentRect,U=R.width,W=R.height;P(U,W),($=w.current)===null||$===void 0||$.call(w,U,W)};g>0&&(I=fh(I,g,{trailing:!0,leading:!1}));var k=new ResizeObserver(I),D=y.current.getBoundingClientRect(),M=D.width,F=D.height;return P(M,F),k.observe(y.current),function(){k.disconnect()}},[P,g]);var E=S.useMemo(function(){var I=_.containerWidth,k=_.containerHeight;if(I<0||k<0)return null;er($r(o)||$r(l),`The width(%s) and height(%s) are both fixed numbers,
|
|
207
|
+
maybe you don't need to use a ResponsiveContainer.`,o,l),er(!r||r>0,"The aspect(%s) must be greater than zero.",r);var D=$r(o)?I:o,M=$r(l)?k:l;r&&r>0&&(D?M=D/r:M&&(D=M*r),d&&M>d&&(M=d)),er(D>0||M>0,`The width(%s) and height(%s) of chart should be greater than 0,
|
|
133
208
|
please check the style of container, or the props width(%s) and height(%s),
|
|
134
209
|
or add a minWidth(%s) or minHeight(%s) or use aspect(%s) to control the
|
|
135
|
-
height and width.`,D,
|
|
136
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
137
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Ak(e,t){if(e){if(typeof e=="string")return ph(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return ph(e,t)}}function ph(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Tk(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,o,s=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,t===0){if(Object(r)!==r)return;l=!1}else for(;!(l=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(c){u=!0,a=c}finally{try{if(!l&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw a}}return s}}function Pk(e){if(Array.isArray(e))return e}var hh=/[ \f\n\r\t\v\u2028\u2029]+/,vh=function(t){var r=t.children,n=t.breakAll,a=t.style;try{var i=[];fe(r)||(n?i=r.toString().split(""):i=r.toString().split(hh));var o=i.map(function(l){return{word:l,width:Sa(l,a).width}}),s=n?0:Sa(" ",a).width;return{wordsWithComputedWidth:o,spaceWidth:s}}catch{return null}},_k=function(t,r,n,a,i){var o=t.maxLines,s=t.children,l=t.style,u=t.breakAll,c=Z(o),f=s,d=function(){var D=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];return D.reduce(function(C,B){var U=B.word,G=B.width,E=C[C.length-1];if(E&&(a==null||i||E.width+G+n<Number(a)))E.words.push(U),E.width+=G+n;else{var L={words:[U],width:G};C.push(L)}return C},[])},p=d(r),v=function(D){return D.reduce(function(C,B){return C.width>B.width?C:B})};if(!c)return p;for(var y="…",h=function(D){var C=f.slice(0,D),B=vh({breakAll:u,style:l,children:C+y}).wordsWithComputedWidth,U=d(B),G=U.length>o||v(U).width>Number(a);return[G,U]},b=0,S=f.length-1,x=0,T;b<=S&&x<=f.length-1;){var m=Math.floor((b+S)/2),w=m-1,O=h(w),P=dh(O,2),j=P[0],M=P[1],_=h(m),$=dh(_,1),R=$[0];if(!j&&!R&&(b=m+1),j&&R&&(S=m-1),!j&&R){T=M;break}x++}return T||p},yh=function(t){var r=fe(t)?[]:t.toString().split(hh);return[{words:r}]},Ek=function(t){var r=t.width,n=t.scaleToFit,a=t.children,i=t.style,o=t.breakAll,s=t.maxLines;if((r||n)&&!vr.isSsr){var l,u,c=vh({breakAll:o,children:a,style:i});if(c){var f=c.wordsWithComputedWidth,d=c.spaceWidth;l=f,u=d}else return yh(a);return _k({breakAll:o,children:a,maxLines:s,style:i},l,u,r,n)}return yh(a)},mh="#808080",lo=function(t){var r=t.x,n=r===void 0?0:r,a=t.y,i=a===void 0?0:a,o=t.lineHeight,s=o===void 0?"1em":o,l=t.capHeight,u=l===void 0?"0.71em":l,c=t.scaleToFit,f=c===void 0?!1:c,d=t.textAnchor,p=d===void 0?"start":d,v=t.verticalAnchor,y=v===void 0?"end":v,h=t.fill,b=h===void 0?mh:h,S=fh(t,xk),x=A.useMemo(function(){return Ek({breakAll:S.breakAll,children:S.children,maxLines:S.maxLines,scaleToFit:f,style:S.style,width:S.width})},[S.breakAll,S.children,S.maxLines,f,S.style,S.width]),T=S.dx,m=S.dy,w=S.angle,O=S.className,P=S.breakAll,j=fh(S,wk);if(!Ye(n)||!Ye(i))return null;var M=n+(Z(T)?T:0),_=i+(Z(m)?m:0),$;switch(y){case"start":$=Xl("calc(".concat(u,")"));break;case"middle":$=Xl("calc(".concat((x.length-1)/2," * -").concat(s," + (").concat(u," / 2))"));break;default:$=Xl("calc(".concat(x.length-1," * -").concat(s,")"));break}var R=[];if(f){var k=x[0].width,D=S.width;R.push("scale(".concat((Z(D)?D/k:1)/k,")"))}return w&&R.push("rotate(".concat(w,", ").concat(M,", ").concat(_,")")),R.length&&(j.transform=R.join(" ")),A.createElement("text",Zl({},de(j,!0),{x:M,y:_,className:ye("recharts-text",O),textAnchor:p,fill:b.includes("url")?mh:b}),x.map(function(C,B){var U=C.words.join(P?"":" ");return A.createElement("tspan",{x:M,dy:B===0?$:s,key:"".concat(U,"-").concat(B)},U)}))};function yr(e,t){return e==null||t==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function jk(e,t){return e==null||t==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function Jl(e){let t,r,n;e.length!==2?(t=yr,r=(s,l)=>yr(e(s),l),n=(s,l)=>e(s)-l):(t=e===yr||e===jk?e:$k,r=e,n=e);function a(s,l,u=0,c=s.length){if(u<c){if(t(l,l)!==0)return c;do{const f=u+c>>>1;r(s[f],l)<0?u=f+1:c=f}while(u<c)}return u}function i(s,l,u=0,c=s.length){if(u<c){if(t(l,l)!==0)return c;do{const f=u+c>>>1;r(s[f],l)<=0?u=f+1:c=f}while(u<c)}return u}function o(s,l,u=0,c=s.length){const f=a(s,l,u,c-1);return f>u&&n(s[f-1],l)>-n(s[f],l)?f-1:f}return{left:a,center:o,right:i}}function $k(){return 0}function gh(e){return e===null?NaN:+e}function*Ck(e,t){for(let r of e)r!=null&&(r=+r)>=r&&(yield r)}const Ta=Jl(yr).right;Jl(gh).center;class bh extends Map{constructor(t,r=Nk){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:r}}),t!=null)for(const[n,a]of t)this.set(n,a)}get(t){return super.get(xh(this,t))}has(t){return super.has(xh(this,t))}set(t,r){return super.set(kk(this,t),r)}delete(t){return super.delete(Mk(this,t))}}function xh({_intern:e,_key:t},r){const n=t(r);return e.has(n)?e.get(n):r}function kk({_intern:e,_key:t},r){const n=t(r);return e.has(n)?e.get(n):(e.set(n,r),r)}function Mk({_intern:e,_key:t},r){const n=t(r);return e.has(n)&&(r=e.get(n),e.delete(n)),r}function Nk(e){return e!==null&&typeof e=="object"?e.valueOf():e}function Dk(e=yr){if(e===yr)return wh;if(typeof e!="function")throw new TypeError("compare is not a function");return(t,r)=>{const n=e(t,r);return n||n===0?n:(e(r,r)===0)-(e(t,t)===0)}}function wh(e,t){return(e==null||!(e>=e))-(t==null||!(t>=t))||(e<t?-1:e>t?1:0)}const Ik=Math.sqrt(50),Lk=Math.sqrt(10),Rk=Math.sqrt(2);function uo(e,t,r){const n=(t-e)/Math.max(0,r),a=Math.floor(Math.log10(n)),i=n/Math.pow(10,a),o=i>=Ik?10:i>=Lk?5:i>=Rk?2:1;let s,l,u;return a<0?(u=Math.pow(10,-a)/o,s=Math.round(e*u),l=Math.round(t*u),s/u<e&&++s,l/u>t&&--l,u=-u):(u=Math.pow(10,a)*o,s=Math.round(e/u),l=Math.round(t/u),s*u<e&&++s,l*u>t&&--l),l<s&&.5<=r&&r<2?uo(e,t,r*2):[s,l,u]}function Ql(e,t,r){if(t=+t,e=+e,r=+r,!(r>0))return[];if(e===t)return[e];const n=t<e,[a,i,o]=n?uo(t,e,r):uo(e,t,r);if(!(i>=a))return[];const s=i-a+1,l=new Array(s);if(n)if(o<0)for(let u=0;u<s;++u)l[u]=(i-u)/-o;else for(let u=0;u<s;++u)l[u]=(i-u)*o;else if(o<0)for(let u=0;u<s;++u)l[u]=(a+u)/-o;else for(let u=0;u<s;++u)l[u]=(a+u)*o;return l}function eu(e,t,r){return t=+t,e=+e,r=+r,uo(e,t,r)[2]}function tu(e,t,r){t=+t,e=+e,r=+r;const n=t<e,a=n?eu(t,e,r):eu(e,t,r);return(n?-1:1)*(a<0?1/-a:a)}function Oh(e,t){let r;for(const n of e)n!=null&&(r<n||r===void 0&&n>=n)&&(r=n);return r}function Sh(e,t){let r;for(const n of e)n!=null&&(r>n||r===void 0&&n>=n)&&(r=n);return r}function Ah(e,t,r=0,n=1/0,a){if(t=Math.floor(t),r=Math.floor(Math.max(0,r)),n=Math.floor(Math.min(e.length-1,n)),!(r<=t&&t<=n))return e;for(a=a===void 0?wh:Dk(a);n>r;){if(n-r>600){const l=n-r+1,u=t-r+1,c=Math.log(l),f=.5*Math.exp(2*c/3),d=.5*Math.sqrt(c*f*(l-f)/l)*(u-l/2<0?-1:1),p=Math.max(r,Math.floor(t-u*f/l+d)),v=Math.min(n,Math.floor(t+(l-u)*f/l+d));Ah(e,t,p,v,a)}const i=e[t];let o=r,s=n;for(Pa(e,r,t),a(e[n],i)>0&&Pa(e,r,n);o<s;){for(Pa(e,o,s),++o,--s;a(e[o],i)<0;)++o;for(;a(e[s],i)>0;)--s}a(e[r],i)===0?Pa(e,r,s):(++s,Pa(e,s,n)),s<=t&&(r=s+1),t<=s&&(n=s-1)}return e}function Pa(e,t,r){const n=e[t];e[t]=e[r],e[r]=n}function Bk(e,t,r){if(e=Float64Array.from(Ck(e)),!(!(n=e.length)||isNaN(t=+t))){if(t<=0||n<2)return Sh(e);if(t>=1)return Oh(e);var n,a=(n-1)*t,i=Math.floor(a),o=Oh(Ah(e,i).subarray(0,i+1)),s=Sh(e.subarray(i+1));return o+(s-o)*(a-i)}}function Fk(e,t,r=gh){if(!(!(n=e.length)||isNaN(t=+t))){if(t<=0||n<2)return+r(e[0],0,e);if(t>=1)return+r(e[n-1],n-1,e);var n,a=(n-1)*t,i=Math.floor(a),o=+r(e[i],i,e),s=+r(e[i+1],i+1,e);return o+(s-o)*(a-i)}}function Wk(e,t,r){e=+e,t=+t,r=(a=arguments.length)<2?(t=e,e=0,1):a<3?1:+r;for(var n=-1,a=Math.max(0,Math.ceil((t-e)/r))|0,i=new Array(a);++n<a;)i[n]=e+n*r;return i}function Tt(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e);break}return this}function rr(e,t){switch(arguments.length){case 0:break;case 1:{typeof e=="function"?this.interpolator(e):this.range(e);break}default:{this.domain(e),typeof t=="function"?this.interpolator(t):this.range(t);break}}return this}const ru=Symbol("implicit");function nu(){var e=new bh,t=[],r=[],n=ru;function a(i){let o=e.get(i);if(o===void 0){if(n!==ru)return n;e.set(i,o=t.push(i)-1)}return r[o%r.length]}return a.domain=function(i){if(!arguments.length)return t.slice();t=[],e=new bh;for(const o of i)e.has(o)||e.set(o,t.push(o)-1);return a},a.range=function(i){return arguments.length?(r=Array.from(i),a):r.slice()},a.unknown=function(i){return arguments.length?(n=i,a):n},a.copy=function(){return nu(t,r).unknown(n)},Tt.apply(a,arguments),a}function _a(){var e=nu().unknown(void 0),t=e.domain,r=e.range,n=0,a=1,i,o,s=!1,l=0,u=0,c=.5;delete e.unknown;function f(){var d=t().length,p=a<n,v=p?a:n,y=p?n:a;i=(y-v)/Math.max(1,d-l+u*2),s&&(i=Math.floor(i)),v+=(y-v-i*(d-l))*c,o=i*(1-l),s&&(v=Math.round(v),o=Math.round(o));var h=Wk(d).map(function(b){return v+i*b});return r(p?h.reverse():h)}return e.domain=function(d){return arguments.length?(t(d),f()):t()},e.range=function(d){return arguments.length?([n,a]=d,n=+n,a=+a,f()):[n,a]},e.rangeRound=function(d){return[n,a]=d,n=+n,a=+a,s=!0,f()},e.bandwidth=function(){return o},e.step=function(){return i},e.round=function(d){return arguments.length?(s=!!d,f()):s},e.padding=function(d){return arguments.length?(l=Math.min(1,u=+d),f()):l},e.paddingInner=function(d){return arguments.length?(l=Math.min(1,d),f()):l},e.paddingOuter=function(d){return arguments.length?(u=+d,f()):u},e.align=function(d){return arguments.length?(c=Math.max(0,Math.min(1,d)),f()):c},e.copy=function(){return _a(t(),[n,a]).round(s).paddingInner(l).paddingOuter(u).align(c)},Tt.apply(f(),arguments)}function Th(e){var t=e.copy;return e.padding=e.paddingOuter,delete e.paddingInner,delete e.paddingOuter,e.copy=function(){return Th(t())},e}function Ea(){return Th(_a.apply(null,arguments).paddingInner(1))}function au(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function Ph(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function ja(){}var $a=.7,co=1/$a,xn="\\s*([+-]?\\d+)\\s*",Ca="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Ut="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",Uk=/^#([0-9a-f]{3,8})$/,zk=new RegExp(`^rgb\\(${xn},${xn},${xn}\\)$`),Gk=new RegExp(`^rgb\\(${Ut},${Ut},${Ut}\\)$`),Kk=new RegExp(`^rgba\\(${xn},${xn},${xn},${Ca}\\)$`),Vk=new RegExp(`^rgba\\(${Ut},${Ut},${Ut},${Ca}\\)$`),qk=new RegExp(`^hsl\\(${Ca},${Ut},${Ut}\\)$`),Hk=new RegExp(`^hsla\\(${Ca},${Ut},${Ut},${Ca}\\)$`),_h={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};au(ja,ka,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:Eh,formatHex:Eh,formatHex8:Yk,formatHsl:Xk,formatRgb:jh,toString:jh});function Eh(){return this.rgb().formatHex()}function Yk(){return this.rgb().formatHex8()}function Xk(){return Nh(this).formatHsl()}function jh(){return this.rgb().formatRgb()}function ka(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=Uk.exec(e))?(r=t[1].length,t=parseInt(t[1],16),r===6?$h(t):r===3?new pt(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):r===8?fo(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):r===4?fo(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=zk.exec(e))?new pt(t[1],t[2],t[3],1):(t=Gk.exec(e))?new pt(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=Kk.exec(e))?fo(t[1],t[2],t[3],t[4]):(t=Vk.exec(e))?fo(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=qk.exec(e))?Mh(t[1],t[2]/100,t[3]/100,1):(t=Hk.exec(e))?Mh(t[1],t[2]/100,t[3]/100,t[4]):_h.hasOwnProperty(e)?$h(_h[e]):e==="transparent"?new pt(NaN,NaN,NaN,0):null}function $h(e){return new pt(e>>16&255,e>>8&255,e&255,1)}function fo(e,t,r,n){return n<=0&&(e=t=r=NaN),new pt(e,t,r,n)}function Zk(e){return e instanceof ja||(e=ka(e)),e?(e=e.rgb(),new pt(e.r,e.g,e.b,e.opacity)):new pt}function iu(e,t,r,n){return arguments.length===1?Zk(e):new pt(e,t,r,n??1)}function pt(e,t,r,n){this.r=+e,this.g=+t,this.b=+r,this.opacity=+n}au(pt,iu,Ph(ja,{brighter(e){return e=e==null?co:Math.pow(co,e),new pt(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?$a:Math.pow($a,e),new pt(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new pt(Nr(this.r),Nr(this.g),Nr(this.b),po(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:Ch,formatHex:Ch,formatHex8:Jk,formatRgb:kh,toString:kh}));function Ch(){return`#${Dr(this.r)}${Dr(this.g)}${Dr(this.b)}`}function Jk(){return`#${Dr(this.r)}${Dr(this.g)}${Dr(this.b)}${Dr((isNaN(this.opacity)?1:this.opacity)*255)}`}function kh(){const e=po(this.opacity);return`${e===1?"rgb(":"rgba("}${Nr(this.r)}, ${Nr(this.g)}, ${Nr(this.b)}${e===1?")":`, ${e})`}`}function po(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Nr(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function Dr(e){return e=Nr(e),(e<16?"0":"")+e.toString(16)}function Mh(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new Mt(e,t,r,n)}function Nh(e){if(e instanceof Mt)return new Mt(e.h,e.s,e.l,e.opacity);if(e instanceof ja||(e=ka(e)),!e)return new Mt;if(e instanceof Mt)return e;e=e.rgb();var t=e.r/255,r=e.g/255,n=e.b/255,a=Math.min(t,r,n),i=Math.max(t,r,n),o=NaN,s=i-a,l=(i+a)/2;return s?(t===i?o=(r-n)/s+(r<n)*6:r===i?o=(n-t)/s+2:o=(t-r)/s+4,s/=l<.5?i+a:2-i-a,o*=60):s=l>0&&l<1?0:o,new Mt(o,s,l,e.opacity)}function Qk(e,t,r,n){return arguments.length===1?Nh(e):new Mt(e,t,r,n??1)}function Mt(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}au(Mt,Qk,Ph(ja,{brighter(e){return e=e==null?co:Math.pow(co,e),new Mt(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?$a:Math.pow($a,e),new Mt(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,r=this.l,n=r+(r<.5?r:1-r)*t,a=2*r-n;return new pt(ou(e>=240?e-240:e+120,a,n),ou(e,a,n),ou(e<120?e+240:e-120,a,n),this.opacity)},clamp(){return new Mt(Dh(this.h),ho(this.s),ho(this.l),po(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=po(this.opacity);return`${e===1?"hsl(":"hsla("}${Dh(this.h)}, ${ho(this.s)*100}%, ${ho(this.l)*100}%${e===1?")":`, ${e})`}`}}));function Dh(e){return e=(e||0)%360,e<0?e+360:e}function ho(e){return Math.max(0,Math.min(1,e||0))}function ou(e,t,r){return(e<60?t+(r-t)*e/60:e<180?r:e<240?t+(r-t)*(240-e)/60:t)*255}const su=e=>()=>e;function eM(e,t){return function(r){return e+r*t}}function tM(e,t,r){return e=Math.pow(e,r),t=Math.pow(t,r)-e,r=1/r,function(n){return Math.pow(e+n*t,r)}}function rM(e){return(e=+e)==1?Ih:function(t,r){return r-t?tM(t,r,e):su(isNaN(t)?r:t)}}function Ih(e,t){var r=t-e;return r?eM(e,r):su(isNaN(e)?t:e)}const Lh=function e(t){var r=rM(t);function n(a,i){var o=r((a=iu(a)).r,(i=iu(i)).r),s=r(a.g,i.g),l=r(a.b,i.b),u=Ih(a.opacity,i.opacity);return function(c){return a.r=o(c),a.g=s(c),a.b=l(c),a.opacity=u(c),a+""}}return n.gamma=e,n}(1);function nM(e,t){t||(t=[]);var r=e?Math.min(t.length,e.length):0,n=t.slice(),a;return function(i){for(a=0;a<r;++a)n[a]=e[a]*(1-i)+t[a]*i;return n}}function aM(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function iM(e,t){var r=t?t.length:0,n=e?Math.min(r,e.length):0,a=new Array(n),i=new Array(r),o;for(o=0;o<n;++o)a[o]=wn(e[o],t[o]);for(;o<r;++o)i[o]=t[o];return function(s){for(o=0;o<n;++o)i[o]=a[o](s);return i}}function oM(e,t){var r=new Date;return e=+e,t=+t,function(n){return r.setTime(e*(1-n)+t*n),r}}function vo(e,t){return e=+e,t=+t,function(r){return e*(1-r)+t*r}}function sM(e,t){var r={},n={},a;(e===null||typeof e!="object")&&(e={}),(t===null||typeof t!="object")&&(t={});for(a in t)a in e?r[a]=wn(e[a],t[a]):n[a]=t[a];return function(i){for(a in r)n[a]=r[a](i);return n}}var lu=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,uu=new RegExp(lu.source,"g");function lM(e){return function(){return e}}function uM(e){return function(t){return e(t)+""}}function cM(e,t){var r=lu.lastIndex=uu.lastIndex=0,n,a,i,o=-1,s=[],l=[];for(e=e+"",t=t+"";(n=lu.exec(e))&&(a=uu.exec(t));)(i=a.index)>r&&(i=t.slice(r,i),s[o]?s[o]+=i:s[++o]=i),(n=n[0])===(a=a[0])?s[o]?s[o]+=a:s[++o]=a:(s[++o]=null,l.push({i:o,x:vo(n,a)})),r=uu.lastIndex;return r<t.length&&(i=t.slice(r),s[o]?s[o]+=i:s[++o]=i),s.length<2?l[0]?uM(l[0].x):lM(t):(t=l.length,function(u){for(var c=0,f;c<t;++c)s[(f=l[c]).i]=f.x(u);return s.join("")})}function wn(e,t){var r=typeof t,n;return t==null||r==="boolean"?su(t):(r==="number"?vo:r==="string"?(n=ka(t))?(t=n,Lh):cM:t instanceof ka?Lh:t instanceof Date?oM:aM(t)?nM:Array.isArray(t)?iM:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?sM:vo)(e,t)}function cu(e,t){return e=+e,t=+t,function(r){return Math.round(e*(1-r)+t*r)}}function fM(e,t){t===void 0&&(t=e,e=wn);for(var r=0,n=t.length-1,a=t[0],i=new Array(n<0?0:n);r<n;)i[r]=e(a,a=t[++r]);return function(o){var s=Math.max(0,Math.min(n-1,Math.floor(o*=n)));return i[s](o-s)}}function dM(e){return function(){return e}}function yo(e){return+e}var Rh=[0,1];function st(e){return e}function fu(e,t){return(t-=e=+e)?function(r){return(r-e)/t}:dM(isNaN(t)?NaN:.5)}function pM(e,t){var r;return e>t&&(r=e,e=t,t=r),function(n){return Math.max(e,Math.min(t,n))}}function hM(e,t,r){var n=e[0],a=e[1],i=t[0],o=t[1];return a<n?(n=fu(a,n),i=r(o,i)):(n=fu(n,a),i=r(i,o)),function(s){return i(n(s))}}function vM(e,t,r){var n=Math.min(e.length,t.length)-1,a=new Array(n),i=new Array(n),o=-1;for(e[n]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++o<n;)a[o]=fu(e[o],e[o+1]),i[o]=r(t[o],t[o+1]);return function(s){var l=Ta(e,s,1,n)-1;return i[l](a[l](s))}}function Ma(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function mo(){var e=Rh,t=Rh,r=wn,n,a,i,o=st,s,l,u;function c(){var d=Math.min(e.length,t.length);return o!==st&&(o=pM(e[0],e[d-1])),s=d>2?vM:hM,l=u=null,f}function f(d){return d==null||isNaN(d=+d)?i:(l||(l=s(e.map(n),t,r)))(n(o(d)))}return f.invert=function(d){return o(a((u||(u=s(t,e.map(n),vo)))(d)))},f.domain=function(d){return arguments.length?(e=Array.from(d,yo),c()):e.slice()},f.range=function(d){return arguments.length?(t=Array.from(d),c()):t.slice()},f.rangeRound=function(d){return t=Array.from(d),r=cu,c()},f.clamp=function(d){return arguments.length?(o=d?!0:st,c()):o!==st},f.interpolate=function(d){return arguments.length?(r=d,c()):r},f.unknown=function(d){return arguments.length?(i=d,f):i},function(d,p){return n=d,a=p,c()}}function du(){return mo()(st,st)}function yM(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function go(e,t){if((r=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var r,n=e.slice(0,r);return[n.length>1?n[0]+n.slice(2):n,+e.slice(r+1)]}function On(e){return e=go(Math.abs(e)),e?e[1]:NaN}function mM(e,t){return function(r,n){for(var a=r.length,i=[],o=0,s=e[0],l=0;a>0&&s>0&&(l+s+1>n&&(s=Math.max(1,n-l)),i.push(r.substring(a-=s,a+s)),!((l+=s+1)>n));)s=e[o=(o+1)%e.length];return i.reverse().join(t)}}function gM(e){return function(t){return t.replace(/[0-9]/g,function(r){return e[+r]})}}var bM=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Na(e){if(!(t=bM.exec(e)))throw new Error("invalid format: "+e);var t;return new pu({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}Na.prototype=pu.prototype;function pu(e){this.fill=e.fill===void 0?" ":e.fill+"",this.align=e.align===void 0?">":e.align+"",this.sign=e.sign===void 0?"-":e.sign+"",this.symbol=e.symbol===void 0?"":e.symbol+"",this.zero=!!e.zero,this.width=e.width===void 0?void 0:+e.width,this.comma=!!e.comma,this.precision=e.precision===void 0?void 0:+e.precision,this.trim=!!e.trim,this.type=e.type===void 0?"":e.type+""}pu.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function xM(e){e:for(var t=e.length,r=1,n=-1,a;r<t;++r)switch(e[r]){case".":n=a=r;break;case"0":n===0&&(n=r),a=r;break;default:if(!+e[r])break e;n>0&&(n=0);break}return n>0?e.slice(0,n)+e.slice(a+1):e}var Bh;function wM(e,t){var r=go(e,t);if(!r)return e+"";var n=r[0],a=r[1],i=a-(Bh=Math.max(-8,Math.min(8,Math.floor(a/3)))*3)+1,o=n.length;return i===o?n:i>o?n+new Array(i-o+1).join("0"):i>0?n.slice(0,i)+"."+n.slice(i):"0."+new Array(1-i).join("0")+go(e,Math.max(0,t+i-1))[0]}function Fh(e,t){var r=go(e,t);if(!r)return e+"";var n=r[0],a=r[1];return a<0?"0."+new Array(-a).join("0")+n:n.length>a+1?n.slice(0,a+1)+"."+n.slice(a+1):n+new Array(a-n.length+2).join("0")}const Wh={"%":(e,t)=>(e*100).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:yM,e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>Fh(e*100,t),r:Fh,s:wM,X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function Uh(e){return e}var zh=Array.prototype.map,Gh=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function OM(e){var t=e.grouping===void 0||e.thousands===void 0?Uh:mM(zh.call(e.grouping,Number),e.thousands+""),r=e.currency===void 0?"":e.currency[0]+"",n=e.currency===void 0?"":e.currency[1]+"",a=e.decimal===void 0?".":e.decimal+"",i=e.numerals===void 0?Uh:gM(zh.call(e.numerals,String)),o=e.percent===void 0?"%":e.percent+"",s=e.minus===void 0?"−":e.minus+"",l=e.nan===void 0?"NaN":e.nan+"";function u(f){f=Na(f);var d=f.fill,p=f.align,v=f.sign,y=f.symbol,h=f.zero,b=f.width,S=f.comma,x=f.precision,T=f.trim,m=f.type;m==="n"?(S=!0,m="g"):Wh[m]||(x===void 0&&(x=12),T=!0,m="g"),(h||d==="0"&&p==="=")&&(h=!0,d="0",p="=");var w=y==="$"?r:y==="#"&&/[boxX]/.test(m)?"0"+m.toLowerCase():"",O=y==="$"?n:/[%p]/.test(m)?o:"",P=Wh[m],j=/[defgprs%]/.test(m);x=x===void 0?6:/[gprs]/.test(m)?Math.max(1,Math.min(21,x)):Math.max(0,Math.min(20,x));function M(_){var $=w,R=O,k,D,C;if(m==="c")R=P(_)+R,_="";else{_=+_;var B=_<0||1/_<0;if(_=isNaN(_)?l:P(Math.abs(_),x),T&&(_=xM(_)),B&&+_==0&&v!=="+"&&(B=!1),$=(B?v==="("?v:s:v==="-"||v==="("?"":v)+$,R=(m==="s"?Gh[8+Bh/3]:"")+R+(B&&v==="("?")":""),j){for(k=-1,D=_.length;++k<D;)if(C=_.charCodeAt(k),48>C||C>57){R=(C===46?a+_.slice(k+1):_.slice(k))+R,_=_.slice(0,k);break}}}S&&!h&&(_=t(_,1/0));var U=$.length+_.length+R.length,G=U<b?new Array(b-U+1).join(d):"";switch(S&&h&&(_=t(G+_,G.length?b-R.length:1/0),G=""),p){case"<":_=$+_+R+G;break;case"=":_=$+G+_+R;break;case"^":_=G.slice(0,U=G.length>>1)+$+_+R+G.slice(U);break;default:_=G+$+_+R;break}return i(_)}return M.toString=function(){return f+""},M}function c(f,d){var p=u((f=Na(f),f.type="f",f)),v=Math.max(-8,Math.min(8,Math.floor(On(d)/3)))*3,y=Math.pow(10,-v),h=Gh[8+v/3];return function(b){return p(y*b)+h}}return{format:u,formatPrefix:c}}var bo,hu,Kh;SM({thousands:",",grouping:[3],currency:["$",""]});function SM(e){return bo=OM(e),hu=bo.format,Kh=bo.formatPrefix,bo}function AM(e){return Math.max(0,-On(Math.abs(e)))}function TM(e,t){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(On(t)/3)))*3-On(Math.abs(e)))}function PM(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,On(t)-On(e))+1}function Vh(e,t,r,n){var a=tu(e,t,r),i;switch(n=Na(n??",f"),n.type){case"s":{var o=Math.max(Math.abs(e),Math.abs(t));return n.precision==null&&!isNaN(i=TM(a,o))&&(n.precision=i),Kh(n,o)}case"":case"e":case"g":case"p":case"r":{n.precision==null&&!isNaN(i=PM(a,Math.max(Math.abs(e),Math.abs(t))))&&(n.precision=i-(n.type==="e"));break}case"f":case"%":{n.precision==null&&!isNaN(i=AM(a))&&(n.precision=i-(n.type==="%")*2);break}}return hu(n)}function mr(e){var t=e.domain;return e.ticks=function(r){var n=t();return Ql(n[0],n[n.length-1],r??10)},e.tickFormat=function(r,n){var a=t();return Vh(a[0],a[a.length-1],r??10,n)},e.nice=function(r){r==null&&(r=10);var n=t(),a=0,i=n.length-1,o=n[a],s=n[i],l,u,c=10;for(s<o&&(u=o,o=s,s=u,u=a,a=i,i=u);c-- >0;){if(u=eu(o,s,r),u===l)return n[a]=o,n[i]=s,t(n);if(u>0)o=Math.floor(o/u)*u,s=Math.ceil(s/u)*u;else if(u<0)o=Math.ceil(o*u)/u,s=Math.floor(s*u)/u;else break;l=u}return e},e}function xo(){var e=du();return e.copy=function(){return Ma(e,xo())},Tt.apply(e,arguments),mr(e)}function qh(e){var t;function r(n){return n==null||isNaN(n=+n)?t:n}return r.invert=r,r.domain=r.range=function(n){return arguments.length?(e=Array.from(n,yo),r):e.slice()},r.unknown=function(n){return arguments.length?(t=n,r):t},r.copy=function(){return qh(e).unknown(t)},e=arguments.length?Array.from(e,yo):[0,1],mr(r)}function Hh(e,t){e=e.slice();var r=0,n=e.length-1,a=e[r],i=e[n],o;return i<a&&(o=r,r=n,n=o,o=a,a=i,i=o),e[r]=t.floor(a),e[n]=t.ceil(i),e}function Yh(e){return Math.log(e)}function Xh(e){return Math.exp(e)}function _M(e){return-Math.log(-e)}function EM(e){return-Math.exp(-e)}function jM(e){return isFinite(e)?+("1e"+e):e<0?0:e}function $M(e){return e===10?jM:e===Math.E?Math.exp:t=>Math.pow(e,t)}function CM(e){return e===Math.E?Math.log:e===10&&Math.log10||e===2&&Math.log2||(e=Math.log(e),t=>Math.log(t)/e)}function Zh(e){return(t,r)=>-e(-t,r)}function vu(e){const t=e(Yh,Xh),r=t.domain;let n=10,a,i;function o(){return a=CM(n),i=$M(n),r()[0]<0?(a=Zh(a),i=Zh(i),e(_M,EM)):e(Yh,Xh),t}return t.base=function(s){return arguments.length?(n=+s,o()):n},t.domain=function(s){return arguments.length?(r(s),o()):r()},t.ticks=s=>{const l=r();let u=l[0],c=l[l.length-1];const f=c<u;f&&([u,c]=[c,u]);let d=a(u),p=a(c),v,y;const h=s==null?10:+s;let b=[];if(!(n%1)&&p-d<h){if(d=Math.floor(d),p=Math.ceil(p),u>0){for(;d<=p;++d)for(v=1;v<n;++v)if(y=d<0?v/i(-d):v*i(d),!(y<u)){if(y>c)break;b.push(y)}}else for(;d<=p;++d)for(v=n-1;v>=1;--v)if(y=d>0?v/i(-d):v*i(d),!(y<u)){if(y>c)break;b.push(y)}b.length*2<h&&(b=Ql(u,c,h))}else b=Ql(d,p,Math.min(p-d,h)).map(i);return f?b.reverse():b},t.tickFormat=(s,l)=>{if(s==null&&(s=10),l==null&&(l=n===10?"s":","),typeof l!="function"&&(!(n%1)&&(l=Na(l)).precision==null&&(l.trim=!0),l=hu(l)),s===1/0)return l;const u=Math.max(1,n*s/t.ticks().length);return c=>{let f=c/i(Math.round(a(c)));return f*n<n-.5&&(f*=n),f<=u?l(c):""}},t.nice=()=>r(Hh(r(),{floor:s=>i(Math.floor(a(s))),ceil:s=>i(Math.ceil(a(s)))})),t}function Jh(){const e=vu(mo()).domain([1,10]);return e.copy=()=>Ma(e,Jh()).base(e.base()),Tt.apply(e,arguments),e}function Qh(e){return function(t){return Math.sign(t)*Math.log1p(Math.abs(t/e))}}function ev(e){return function(t){return Math.sign(t)*Math.expm1(Math.abs(t))*e}}function yu(e){var t=1,r=e(Qh(t),ev(t));return r.constant=function(n){return arguments.length?e(Qh(t=+n),ev(t)):t},mr(r)}function tv(){var e=yu(mo());return e.copy=function(){return Ma(e,tv()).constant(e.constant())},Tt.apply(e,arguments)}function rv(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}function kM(e){return e<0?-Math.sqrt(-e):Math.sqrt(e)}function MM(e){return e<0?-e*e:e*e}function mu(e){var t=e(st,st),r=1;function n(){return r===1?e(st,st):r===.5?e(kM,MM):e(rv(r),rv(1/r))}return t.exponent=function(a){return arguments.length?(r=+a,n()):r},mr(t)}function gu(){var e=mu(mo());return e.copy=function(){return Ma(e,gu()).exponent(e.exponent())},Tt.apply(e,arguments),e}function NM(){return gu.apply(null,arguments).exponent(.5)}function nv(e){return Math.sign(e)*e*e}function DM(e){return Math.sign(e)*Math.sqrt(Math.abs(e))}function av(){var e=du(),t=[0,1],r=!1,n;function a(i){var o=DM(e(i));return isNaN(o)?n:r?Math.round(o):o}return a.invert=function(i){return e.invert(nv(i))},a.domain=function(i){return arguments.length?(e.domain(i),a):e.domain()},a.range=function(i){return arguments.length?(e.range((t=Array.from(i,yo)).map(nv)),a):t.slice()},a.rangeRound=function(i){return a.range(i).round(!0)},a.round=function(i){return arguments.length?(r=!!i,a):r},a.clamp=function(i){return arguments.length?(e.clamp(i),a):e.clamp()},a.unknown=function(i){return arguments.length?(n=i,a):n},a.copy=function(){return av(e.domain(),t).round(r).clamp(e.clamp()).unknown(n)},Tt.apply(a,arguments),mr(a)}function iv(){var e=[],t=[],r=[],n;function a(){var o=0,s=Math.max(1,t.length);for(r=new Array(s-1);++o<s;)r[o-1]=Fk(e,o/s);return i}function i(o){return o==null||isNaN(o=+o)?n:t[Ta(r,o)]}return i.invertExtent=function(o){var s=t.indexOf(o);return s<0?[NaN,NaN]:[s>0?r[s-1]:e[0],s<r.length?r[s]:e[e.length-1]]},i.domain=function(o){if(!arguments.length)return e.slice();e=[];for(let s of o)s!=null&&!isNaN(s=+s)&&e.push(s);return e.sort(yr),a()},i.range=function(o){return arguments.length?(t=Array.from(o),a()):t.slice()},i.unknown=function(o){return arguments.length?(n=o,i):n},i.quantiles=function(){return r.slice()},i.copy=function(){return iv().domain(e).range(t).unknown(n)},Tt.apply(i,arguments)}function ov(){var e=0,t=1,r=1,n=[.5],a=[0,1],i;function o(l){return l!=null&&l<=l?a[Ta(n,l,0,r)]:i}function s(){var l=-1;for(n=new Array(r);++l<r;)n[l]=((l+1)*t-(l-r)*e)/(r+1);return o}return o.domain=function(l){return arguments.length?([e,t]=l,e=+e,t=+t,s()):[e,t]},o.range=function(l){return arguments.length?(r=(a=Array.from(l)).length-1,s()):a.slice()},o.invertExtent=function(l){var u=a.indexOf(l);return u<0?[NaN,NaN]:u<1?[e,n[0]]:u>=r?[n[r-1],t]:[n[u-1],n[u]]},o.unknown=function(l){return arguments.length&&(i=l),o},o.thresholds=function(){return n.slice()},o.copy=function(){return ov().domain([e,t]).range(a).unknown(i)},Tt.apply(mr(o),arguments)}function sv(){var e=[.5],t=[0,1],r,n=1;function a(i){return i!=null&&i<=i?t[Ta(e,i,0,n)]:r}return a.domain=function(i){return arguments.length?(e=Array.from(i),n=Math.min(e.length,t.length-1),a):e.slice()},a.range=function(i){return arguments.length?(t=Array.from(i),n=Math.min(e.length,t.length-1),a):t.slice()},a.invertExtent=function(i){var o=t.indexOf(i);return[e[o-1],e[o]]},a.unknown=function(i){return arguments.length?(r=i,a):r},a.copy=function(){return sv().domain(e).range(t).unknown(r)},Tt.apply(a,arguments)}const bu=new Date,xu=new Date;function Xe(e,t,r,n){function a(i){return e(i=arguments.length===0?new Date:new Date(+i)),i}return a.floor=i=>(e(i=new Date(+i)),i),a.ceil=i=>(e(i=new Date(i-1)),t(i,1),e(i),i),a.round=i=>{const o=a(i),s=a.ceil(i);return i-o<s-i?o:s},a.offset=(i,o)=>(t(i=new Date(+i),o==null?1:Math.floor(o)),i),a.range=(i,o,s)=>{const l=[];if(i=a.ceil(i),s=s==null?1:Math.floor(s),!(i<o)||!(s>0))return l;let u;do l.push(u=new Date(+i)),t(i,s),e(i);while(u<i&&i<o);return l},a.filter=i=>Xe(o=>{if(o>=o)for(;e(o),!i(o);)o.setTime(o-1)},(o,s)=>{if(o>=o)if(s<0)for(;++s<=0;)for(;t(o,-1),!i(o););else for(;--s>=0;)for(;t(o,1),!i(o););}),r&&(a.count=(i,o)=>(bu.setTime(+i),xu.setTime(+o),e(bu),e(xu),Math.floor(r(bu,xu))),a.every=i=>(i=Math.floor(i),!isFinite(i)||!(i>0)?null:i>1?a.filter(n?o=>n(o)%i===0:o=>a.count(0,o)%i===0):a)),a}const wo=Xe(()=>{},(e,t)=>{e.setTime(+e+t)},(e,t)=>t-e);wo.every=e=>(e=Math.floor(e),!isFinite(e)||!(e>0)?null:e>1?Xe(t=>{t.setTime(Math.floor(t/e)*e)},(t,r)=>{t.setTime(+t+r*e)},(t,r)=>(r-t)/e):wo),wo.range;const nr=1e3,Pt=nr*60,ar=Pt*60,ir=ar*24,wu=ir*7,lv=ir*30,Ou=ir*365,Ir=Xe(e=>{e.setTime(e-e.getMilliseconds())},(e,t)=>{e.setTime(+e+t*nr)},(e,t)=>(t-e)/nr,e=>e.getUTCSeconds());Ir.range;const Su=Xe(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*nr)},(e,t)=>{e.setTime(+e+t*Pt)},(e,t)=>(t-e)/Pt,e=>e.getMinutes());Su.range;const Au=Xe(e=>{e.setUTCSeconds(0,0)},(e,t)=>{e.setTime(+e+t*Pt)},(e,t)=>(t-e)/Pt,e=>e.getUTCMinutes());Au.range;const Tu=Xe(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*nr-e.getMinutes()*Pt)},(e,t)=>{e.setTime(+e+t*ar)},(e,t)=>(t-e)/ar,e=>e.getHours());Tu.range;const Pu=Xe(e=>{e.setUTCMinutes(0,0,0)},(e,t)=>{e.setTime(+e+t*ar)},(e,t)=>(t-e)/ar,e=>e.getUTCHours());Pu.range;const Da=Xe(e=>e.setHours(0,0,0,0),(e,t)=>e.setDate(e.getDate()+t),(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*Pt)/ir,e=>e.getDate()-1);Da.range;const Oo=Xe(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/ir,e=>e.getUTCDate()-1);Oo.range;const uv=Xe(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/ir,e=>Math.floor(e/ir));uv.range;function Lr(e){return Xe(t=>{t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)},(t,r)=>{t.setDate(t.getDate()+r*7)},(t,r)=>(r-t-(r.getTimezoneOffset()-t.getTimezoneOffset())*Pt)/wu)}const So=Lr(0),Ao=Lr(1),IM=Lr(2),LM=Lr(3),Sn=Lr(4),RM=Lr(5),BM=Lr(6);So.range,Ao.range,IM.range,LM.range,Sn.range,RM.range,BM.range;function Rr(e){return Xe(t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)},(t,r)=>{t.setUTCDate(t.getUTCDate()+r*7)},(t,r)=>(r-t)/wu)}const To=Rr(0),Po=Rr(1),FM=Rr(2),WM=Rr(3),An=Rr(4),UM=Rr(5),zM=Rr(6);To.range,Po.range,FM.range,WM.range,An.range,UM.range,zM.range;const _u=Xe(e=>{e.setDate(1),e.setHours(0,0,0,0)},(e,t)=>{e.setMonth(e.getMonth()+t)},(e,t)=>t.getMonth()-e.getMonth()+(t.getFullYear()-e.getFullYear())*12,e=>e.getMonth());_u.range;const Eu=Xe(e=>{e.setUTCDate(1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCMonth(e.getUTCMonth()+t)},(e,t)=>t.getUTCMonth()-e.getUTCMonth()+(t.getUTCFullYear()-e.getUTCFullYear())*12,e=>e.getUTCMonth());Eu.range;const or=Xe(e=>{e.setMonth(0,1),e.setHours(0,0,0,0)},(e,t)=>{e.setFullYear(e.getFullYear()+t)},(e,t)=>t.getFullYear()-e.getFullYear(),e=>e.getFullYear());or.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:Xe(t=>{t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)},(t,r)=>{t.setFullYear(t.getFullYear()+r*e)}),or.range;const sr=Xe(e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCFullYear(e.getUTCFullYear()+t)},(e,t)=>t.getUTCFullYear()-e.getUTCFullYear(),e=>e.getUTCFullYear());sr.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:Xe(t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,r)=>{t.setUTCFullYear(t.getUTCFullYear()+r*e)}),sr.range;function cv(e,t,r,n,a,i){const o=[[Ir,1,nr],[Ir,5,5*nr],[Ir,15,15*nr],[Ir,30,30*nr],[i,1,Pt],[i,5,5*Pt],[i,15,15*Pt],[i,30,30*Pt],[a,1,ar],[a,3,3*ar],[a,6,6*ar],[a,12,12*ar],[n,1,ir],[n,2,2*ir],[r,1,wu],[t,1,lv],[t,3,3*lv],[e,1,Ou]];function s(u,c,f){const d=c<u;d&&([u,c]=[c,u]);const p=f&&typeof f.range=="function"?f:l(u,c,f),v=p?p.range(u,+c+1):[];return d?v.reverse():v}function l(u,c,f){const d=Math.abs(c-u)/f,p=Jl(([,,h])=>h).right(o,d);if(p===o.length)return e.every(tu(u/Ou,c/Ou,f));if(p===0)return wo.every(Math.max(tu(u,c,f),1));const[v,y]=o[d/o[p-1][2]<o[p][2]/d?p-1:p];return v.every(y)}return[s,l]}const[GM,KM]=cv(sr,Eu,To,uv,Pu,Au),[VM,qM]=cv(or,_u,So,Da,Tu,Su);function ju(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function $u(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function Ia(e,t,r){return{y:e,m:t,d:r,H:0,M:0,S:0,L:0}}function HM(e){var t=e.dateTime,r=e.date,n=e.time,a=e.periods,i=e.days,o=e.shortDays,s=e.months,l=e.shortMonths,u=La(a),c=Ra(a),f=La(i),d=Ra(i),p=La(o),v=Ra(o),y=La(s),h=Ra(s),b=La(l),S=Ra(l),x={a:B,A:U,b:G,B:E,c:null,d:yv,e:yv,f:mN,g:_N,G:jN,H:hN,I:vN,j:yN,L:mv,m:gN,M:bN,p:L,q:F,Q:Sv,s:Av,S:xN,u:wN,U:ON,V:SN,w:AN,W:TN,x:null,X:null,y:PN,Y:EN,Z:$N,"%":Ov},T={a:W,A:K,b:X,B:Q,c:null,d:bv,e:bv,f:NN,g:GN,G:VN,H:CN,I:kN,j:MN,L:xv,m:DN,M:IN,p:ae,q:te,Q:Sv,s:Av,S:LN,u:RN,U:BN,V:FN,w:WN,W:UN,x:null,X:null,y:zN,Y:KN,Z:qN,"%":Ov},m={a:M,A:_,b:$,B:R,c:k,d:hv,e:hv,f:cN,g:pv,G:dv,H:vv,I:vv,j:oN,L:uN,m:iN,M:sN,p:j,q:aN,Q:dN,s:pN,S:lN,u:QM,U:eN,V:tN,w:JM,W:rN,x:D,X:C,y:pv,Y:dv,Z:nN,"%":fN};x.x=w(r,x),x.X=w(n,x),x.c=w(t,x),T.x=w(r,T),T.X=w(n,T),T.c=w(t,T);function w(V,Y){return function(J){var I=[],ie=-1,q=0,se=V.length,ee,ve,We;for(J instanceof Date||(J=new Date(+J));++ie<se;)V.charCodeAt(ie)===37&&(I.push(V.slice(q,ie)),(ve=fv[ee=V.charAt(++ie)])!=null?ee=V.charAt(++ie):ve=ee==="e"?" ":"0",(We=Y[ee])&&(ee=We(J,ve)),I.push(ee),q=ie+1);return I.push(V.slice(q,ie)),I.join("")}}function O(V,Y){return function(J){var I=Ia(1900,void 0,1),ie=P(I,V,J+="",0),q,se;if(ie!=J.length)return null;if("Q"in I)return new Date(I.Q);if("s"in I)return new Date(I.s*1e3+("L"in I?I.L:0));if(Y&&!("Z"in I)&&(I.Z=0),"p"in I&&(I.H=I.H%12+I.p*12),I.m===void 0&&(I.m="q"in I?I.q:0),"V"in I){if(I.V<1||I.V>53)return null;"w"in I||(I.w=1),"Z"in I?(q=$u(Ia(I.y,0,1)),se=q.getUTCDay(),q=se>4||se===0?Po.ceil(q):Po(q),q=Oo.offset(q,(I.V-1)*7),I.y=q.getUTCFullYear(),I.m=q.getUTCMonth(),I.d=q.getUTCDate()+(I.w+6)%7):(q=ju(Ia(I.y,0,1)),se=q.getDay(),q=se>4||se===0?Ao.ceil(q):Ao(q),q=Da.offset(q,(I.V-1)*7),I.y=q.getFullYear(),I.m=q.getMonth(),I.d=q.getDate()+(I.w+6)%7)}else("W"in I||"U"in I)&&("w"in I||(I.w="u"in I?I.u%7:"W"in I?1:0),se="Z"in I?$u(Ia(I.y,0,1)).getUTCDay():ju(Ia(I.y,0,1)).getDay(),I.m=0,I.d="W"in I?(I.w+6)%7+I.W*7-(se+5)%7:I.w+I.U*7-(se+6)%7);return"Z"in I?(I.H+=I.Z/100|0,I.M+=I.Z%100,$u(I)):ju(I)}}function P(V,Y,J,I){for(var ie=0,q=Y.length,se=J.length,ee,ve;ie<q;){if(I>=se)return-1;if(ee=Y.charCodeAt(ie++),ee===37){if(ee=Y.charAt(ie++),ve=m[ee in fv?Y.charAt(ie++):ee],!ve||(I=ve(V,J,I))<0)return-1}else if(ee!=J.charCodeAt(I++))return-1}return I}function j(V,Y,J){var I=u.exec(Y.slice(J));return I?(V.p=c.get(I[0].toLowerCase()),J+I[0].length):-1}function M(V,Y,J){var I=p.exec(Y.slice(J));return I?(V.w=v.get(I[0].toLowerCase()),J+I[0].length):-1}function _(V,Y,J){var I=f.exec(Y.slice(J));return I?(V.w=d.get(I[0].toLowerCase()),J+I[0].length):-1}function $(V,Y,J){var I=b.exec(Y.slice(J));return I?(V.m=S.get(I[0].toLowerCase()),J+I[0].length):-1}function R(V,Y,J){var I=y.exec(Y.slice(J));return I?(V.m=h.get(I[0].toLowerCase()),J+I[0].length):-1}function k(V,Y,J){return P(V,t,Y,J)}function D(V,Y,J){return P(V,r,Y,J)}function C(V,Y,J){return P(V,n,Y,J)}function B(V){return o[V.getDay()]}function U(V){return i[V.getDay()]}function G(V){return l[V.getMonth()]}function E(V){return s[V.getMonth()]}function L(V){return a[+(V.getHours()>=12)]}function F(V){return 1+~~(V.getMonth()/3)}function W(V){return o[V.getUTCDay()]}function K(V){return i[V.getUTCDay()]}function X(V){return l[V.getUTCMonth()]}function Q(V){return s[V.getUTCMonth()]}function ae(V){return a[+(V.getUTCHours()>=12)]}function te(V){return 1+~~(V.getUTCMonth()/3)}return{format:function(V){var Y=w(V+="",x);return Y.toString=function(){return V},Y},parse:function(V){var Y=O(V+="",!1);return Y.toString=function(){return V},Y},utcFormat:function(V){var Y=w(V+="",T);return Y.toString=function(){return V},Y},utcParse:function(V){var Y=O(V+="",!0);return Y.toString=function(){return V},Y}}}var fv={"-":"",_:" ",0:"0"},et=/^\s*\d+/,YM=/^%/,XM=/[\\^$*+?|[\]().{}]/g;function be(e,t,r){var n=e<0?"-":"",a=(n?-e:e)+"",i=a.length;return n+(i<r?new Array(r-i+1).join(t)+a:a)}function ZM(e){return e.replace(XM,"\\$&")}function La(e){return new RegExp("^(?:"+e.map(ZM).join("|")+")","i")}function Ra(e){return new Map(e.map((t,r)=>[t.toLowerCase(),r]))}function JM(e,t,r){var n=et.exec(t.slice(r,r+1));return n?(e.w=+n[0],r+n[0].length):-1}function QM(e,t,r){var n=et.exec(t.slice(r,r+1));return n?(e.u=+n[0],r+n[0].length):-1}function eN(e,t,r){var n=et.exec(t.slice(r,r+2));return n?(e.U=+n[0],r+n[0].length):-1}function tN(e,t,r){var n=et.exec(t.slice(r,r+2));return n?(e.V=+n[0],r+n[0].length):-1}function rN(e,t,r){var n=et.exec(t.slice(r,r+2));return n?(e.W=+n[0],r+n[0].length):-1}function dv(e,t,r){var n=et.exec(t.slice(r,r+4));return n?(e.y=+n[0],r+n[0].length):-1}function pv(e,t,r){var n=et.exec(t.slice(r,r+2));return n?(e.y=+n[0]+(+n[0]>68?1900:2e3),r+n[0].length):-1}function nN(e,t,r){var n=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(r,r+6));return n?(e.Z=n[1]?0:-(n[2]+(n[3]||"00")),r+n[0].length):-1}function aN(e,t,r){var n=et.exec(t.slice(r,r+1));return n?(e.q=n[0]*3-3,r+n[0].length):-1}function iN(e,t,r){var n=et.exec(t.slice(r,r+2));return n?(e.m=n[0]-1,r+n[0].length):-1}function hv(e,t,r){var n=et.exec(t.slice(r,r+2));return n?(e.d=+n[0],r+n[0].length):-1}function oN(e,t,r){var n=et.exec(t.slice(r,r+3));return n?(e.m=0,e.d=+n[0],r+n[0].length):-1}function vv(e,t,r){var n=et.exec(t.slice(r,r+2));return n?(e.H=+n[0],r+n[0].length):-1}function sN(e,t,r){var n=et.exec(t.slice(r,r+2));return n?(e.M=+n[0],r+n[0].length):-1}function lN(e,t,r){var n=et.exec(t.slice(r,r+2));return n?(e.S=+n[0],r+n[0].length):-1}function uN(e,t,r){var n=et.exec(t.slice(r,r+3));return n?(e.L=+n[0],r+n[0].length):-1}function cN(e,t,r){var n=et.exec(t.slice(r,r+6));return n?(e.L=Math.floor(n[0]/1e3),r+n[0].length):-1}function fN(e,t,r){var n=YM.exec(t.slice(r,r+1));return n?r+n[0].length:-1}function dN(e,t,r){var n=et.exec(t.slice(r));return n?(e.Q=+n[0],r+n[0].length):-1}function pN(e,t,r){var n=et.exec(t.slice(r));return n?(e.s=+n[0],r+n[0].length):-1}function yv(e,t){return be(e.getDate(),t,2)}function hN(e,t){return be(e.getHours(),t,2)}function vN(e,t){return be(e.getHours()%12||12,t,2)}function yN(e,t){return be(1+Da.count(or(e),e),t,3)}function mv(e,t){return be(e.getMilliseconds(),t,3)}function mN(e,t){return mv(e,t)+"000"}function gN(e,t){return be(e.getMonth()+1,t,2)}function bN(e,t){return be(e.getMinutes(),t,2)}function xN(e,t){return be(e.getSeconds(),t,2)}function wN(e){var t=e.getDay();return t===0?7:t}function ON(e,t){return be(So.count(or(e)-1,e),t,2)}function gv(e){var t=e.getDay();return t>=4||t===0?Sn(e):Sn.ceil(e)}function SN(e,t){return e=gv(e),be(Sn.count(or(e),e)+(or(e).getDay()===4),t,2)}function AN(e){return e.getDay()}function TN(e,t){return be(Ao.count(or(e)-1,e),t,2)}function PN(e,t){return be(e.getFullYear()%100,t,2)}function _N(e,t){return e=gv(e),be(e.getFullYear()%100,t,2)}function EN(e,t){return be(e.getFullYear()%1e4,t,4)}function jN(e,t){var r=e.getDay();return e=r>=4||r===0?Sn(e):Sn.ceil(e),be(e.getFullYear()%1e4,t,4)}function $N(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+be(t/60|0,"0",2)+be(t%60,"0",2)}function bv(e,t){return be(e.getUTCDate(),t,2)}function CN(e,t){return be(e.getUTCHours(),t,2)}function kN(e,t){return be(e.getUTCHours()%12||12,t,2)}function MN(e,t){return be(1+Oo.count(sr(e),e),t,3)}function xv(e,t){return be(e.getUTCMilliseconds(),t,3)}function NN(e,t){return xv(e,t)+"000"}function DN(e,t){return be(e.getUTCMonth()+1,t,2)}function IN(e,t){return be(e.getUTCMinutes(),t,2)}function LN(e,t){return be(e.getUTCSeconds(),t,2)}function RN(e){var t=e.getUTCDay();return t===0?7:t}function BN(e,t){return be(To.count(sr(e)-1,e),t,2)}function wv(e){var t=e.getUTCDay();return t>=4||t===0?An(e):An.ceil(e)}function FN(e,t){return e=wv(e),be(An.count(sr(e),e)+(sr(e).getUTCDay()===4),t,2)}function WN(e){return e.getUTCDay()}function UN(e,t){return be(Po.count(sr(e)-1,e),t,2)}function zN(e,t){return be(e.getUTCFullYear()%100,t,2)}function GN(e,t){return e=wv(e),be(e.getUTCFullYear()%100,t,2)}function KN(e,t){return be(e.getUTCFullYear()%1e4,t,4)}function VN(e,t){var r=e.getUTCDay();return e=r>=4||r===0?An(e):An.ceil(e),be(e.getUTCFullYear()%1e4,t,4)}function qN(){return"+0000"}function Ov(){return"%"}function Sv(e){return+e}function Av(e){return Math.floor(+e/1e3)}var Tn,Tv,Pv;HN({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function HN(e){return Tn=HM(e),Tv=Tn.format,Tn.parse,Pv=Tn.utcFormat,Tn.utcParse,Tn}function YN(e){return new Date(e)}function XN(e){return e instanceof Date?+e:+new Date(+e)}function Cu(e,t,r,n,a,i,o,s,l,u){var c=du(),f=c.invert,d=c.domain,p=u(".%L"),v=u(":%S"),y=u("%I:%M"),h=u("%I %p"),b=u("%a %d"),S=u("%b %d"),x=u("%B"),T=u("%Y");function m(w){return(l(w)<w?p:s(w)<w?v:o(w)<w?y:i(w)<w?h:n(w)<w?a(w)<w?b:S:r(w)<w?x:T)(w)}return c.invert=function(w){return new Date(f(w))},c.domain=function(w){return arguments.length?d(Array.from(w,XN)):d().map(YN)},c.ticks=function(w){var O=d();return e(O[0],O[O.length-1],w??10)},c.tickFormat=function(w,O){return O==null?m:u(O)},c.nice=function(w){var O=d();return(!w||typeof w.range!="function")&&(w=t(O[0],O[O.length-1],w??10)),w?d(Hh(O,w)):c},c.copy=function(){return Ma(c,Cu(e,t,r,n,a,i,o,s,l,u))},c}function ZN(){return Tt.apply(Cu(VM,qM,or,_u,So,Da,Tu,Su,Ir,Tv).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function JN(){return Tt.apply(Cu(GM,KM,sr,Eu,To,Oo,Pu,Au,Ir,Pv).domain([Date.UTC(2e3,0,1),Date.UTC(2e3,0,2)]),arguments)}function _o(){var e=0,t=1,r,n,a,i,o=st,s=!1,l;function u(f){return f==null||isNaN(f=+f)?l:o(a===0?.5:(f=(i(f)-r)*a,s?Math.max(0,Math.min(1,f)):f))}u.domain=function(f){return arguments.length?([e,t]=f,r=i(e=+e),n=i(t=+t),a=r===n?0:1/(n-r),u):[e,t]},u.clamp=function(f){return arguments.length?(s=!!f,u):s},u.interpolator=function(f){return arguments.length?(o=f,u):o};function c(f){return function(d){var p,v;return arguments.length?([p,v]=d,o=f(p,v),u):[o(0),o(1)]}}return u.range=c(wn),u.rangeRound=c(cu),u.unknown=function(f){return arguments.length?(l=f,u):l},function(f){return i=f,r=f(e),n=f(t),a=r===n?0:1/(n-r),u}}function gr(e,t){return t.domain(e.domain()).interpolator(e.interpolator()).clamp(e.clamp()).unknown(e.unknown())}function _v(){var e=mr(_o()(st));return e.copy=function(){return gr(e,_v())},rr.apply(e,arguments)}function Ev(){var e=vu(_o()).domain([1,10]);return e.copy=function(){return gr(e,Ev()).base(e.base())},rr.apply(e,arguments)}function jv(){var e=yu(_o());return e.copy=function(){return gr(e,jv()).constant(e.constant())},rr.apply(e,arguments)}function ku(){var e=mu(_o());return e.copy=function(){return gr(e,ku()).exponent(e.exponent())},rr.apply(e,arguments)}function QN(){return ku.apply(null,arguments).exponent(.5)}function $v(){var e=[],t=st;function r(n){if(n!=null&&!isNaN(n=+n))return t((Ta(e,n,1)-1)/(e.length-1))}return r.domain=function(n){if(!arguments.length)return e.slice();e=[];for(let a of n)a!=null&&!isNaN(a=+a)&&e.push(a);return e.sort(yr),r},r.interpolator=function(n){return arguments.length?(t=n,r):t},r.range=function(){return e.map((n,a)=>t(a/(e.length-1)))},r.quantiles=function(n){return Array.from({length:n+1},(a,i)=>Bk(e,i/n))},r.copy=function(){return $v(t).domain(e)},rr.apply(r,arguments)}function Eo(){var e=0,t=.5,r=1,n=1,a,i,o,s,l,u=st,c,f=!1,d;function p(y){return isNaN(y=+y)?d:(y=.5+((y=+c(y))-i)*(n*y<n*i?s:l),u(f?Math.max(0,Math.min(1,y)):y))}p.domain=function(y){return arguments.length?([e,t,r]=y,a=c(e=+e),i=c(t=+t),o=c(r=+r),s=a===i?0:.5/(i-a),l=i===o?0:.5/(o-i),n=i<a?-1:1,p):[e,t,r]},p.clamp=function(y){return arguments.length?(f=!!y,p):f},p.interpolator=function(y){return arguments.length?(u=y,p):u};function v(y){return function(h){var b,S,x;return arguments.length?([b,S,x]=h,u=fM(y,[b,S,x]),p):[u(0),u(.5),u(1)]}}return p.range=v(wn),p.rangeRound=v(cu),p.unknown=function(y){return arguments.length?(d=y,p):d},function(y){return c=y,a=y(e),i=y(t),o=y(r),s=a===i?0:.5/(i-a),l=i===o?0:.5/(o-i),n=i<a?-1:1,p}}function Cv(){var e=mr(Eo()(st));return e.copy=function(){return gr(e,Cv())},rr.apply(e,arguments)}function kv(){var e=vu(Eo()).domain([.1,1,10]);return e.copy=function(){return gr(e,kv()).base(e.base())},rr.apply(e,arguments)}function Mv(){var e=yu(Eo());return e.copy=function(){return gr(e,Mv()).constant(e.constant())},rr.apply(e,arguments)}function Mu(){var e=mu(Eo());return e.copy=function(){return gr(e,Mu()).exponent(e.exponent())},rr.apply(e,arguments)}function eD(){return Mu.apply(null,arguments).exponent(.5)}const Nv=Object.freeze(Object.defineProperty({__proto__:null,scaleBand:_a,scaleDiverging:Cv,scaleDivergingLog:kv,scaleDivergingPow:Mu,scaleDivergingSqrt:eD,scaleDivergingSymlog:Mv,scaleIdentity:qh,scaleImplicit:ru,scaleLinear:xo,scaleLog:Jh,scaleOrdinal:nu,scalePoint:Ea,scalePow:gu,scaleQuantile:iv,scaleQuantize:ov,scaleRadial:av,scaleSequential:_v,scaleSequentialLog:Ev,scaleSequentialPow:ku,scaleSequentialQuantile:$v,scaleSequentialSqrt:QN,scaleSequentialSymlog:jv,scaleSqrt:NM,scaleSymlog:tv,scaleThreshold:sv,scaleTime:ZN,scaleUtc:JN,tickFormat:Vh},Symbol.toStringTag,{value:"Module"}));var tD=tn;function rD(e,t,r){for(var n=-1,a=e.length;++n<a;){var i=e[n],o=t(i);if(o!=null&&(s===void 0?o===o&&!tD(o):r(o,s)))var s=o,l=i}return l}var Dv=rD;function nD(e,t){return e>t}var aD=nD,iD=Dv,oD=aD,sD=pn;function lD(e){return e&&e.length?iD(e,sD,oD):void 0}var uD=lD;const br=Ce(uD);function cD(e,t){return e<t}var fD=cD,dD=Dv,pD=fD,hD=pn;function vD(e){return e&&e.length?dD(e,hD,pD):void 0}var yD=vD;const jo=Ce(yD);var mD=Xs,gD=hr,bD=Cp,xD=ft;function wD(e,t){var r=xD(e)?mD:bD;return r(e,gD(t))}var OD=wD,SD=jp,AD=OD;function TD(e,t){return SD(AD(e,t),1)}var PD=TD;const _D=Ce(PD);var ED=Dl;function jD(e,t){return ED(e,t)}var $D=jD;const Br=Ce($D);var Pn=1e9,CD={precision:20,rounding:4,toExpNeg:-7,toExpPos:21,LN10:"2.302585092994045684017991454684364207601101488628772976033327900967572609677352480235997205089598298341967784042286"},Iu,Le=!0,_t="[DecimalError] ",Fr=_t+"Invalid argument: ",Nu=_t+"Exponent out of range: ",_n=Math.floor,Wr=Math.pow,kD=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,mt,tt=1e7,Ie=7,Iv=9007199254740991,$o=_n(Iv/Ie),ne={};ne.absoluteValue=ne.abs=function(){var e=new this.constructor(this);return e.s&&(e.s=1),e},ne.comparedTo=ne.cmp=function(e){var t,r,n,a,i=this;if(e=new i.constructor(e),i.s!==e.s)return i.s||-e.s;if(i.e!==e.e)return i.e>e.e^i.s<0?1:-1;for(n=i.d.length,a=e.d.length,t=0,r=n<a?n:a;t<r;++t)if(i.d[t]!==e.d[t])return i.d[t]>e.d[t]^i.s<0?1:-1;return n===a?0:n>a^i.s<0?1:-1},ne.decimalPlaces=ne.dp=function(){var e=this,t=e.d.length-1,r=(t-e.e)*Ie;if(t=e.d[t],t)for(;t%10==0;t/=10)r--;return r<0?0:r},ne.dividedBy=ne.div=function(e){return lr(this,new this.constructor(e))},ne.dividedToIntegerBy=ne.idiv=function(e){var t=this,r=t.constructor;return je(lr(t,new r(e),0,1),r.precision)},ne.equals=ne.eq=function(e){return!this.cmp(e)},ne.exponent=function(){return Ve(this)},ne.greaterThan=ne.gt=function(e){return this.cmp(e)>0},ne.greaterThanOrEqualTo=ne.gte=function(e){return this.cmp(e)>=0},ne.isInteger=ne.isint=function(){return this.e>this.d.length-2},ne.isNegative=ne.isneg=function(){return this.s<0},ne.isPositive=ne.ispos=function(){return this.s>0},ne.isZero=function(){return this.s===0},ne.lessThan=ne.lt=function(e){return this.cmp(e)<0},ne.lessThanOrEqualTo=ne.lte=function(e){return this.cmp(e)<1},ne.logarithm=ne.log=function(e){var t,r=this,n=r.constructor,a=n.precision,i=a+5;if(e===void 0)e=new n(10);else if(e=new n(e),e.s<1||e.eq(mt))throw Error(_t+"NaN");if(r.s<1)throw Error(_t+(r.s?"NaN":"-Infinity"));return r.eq(mt)?new n(0):(Le=!1,t=lr(Ba(r,i),Ba(e,i),i),Le=!0,je(t,a))},ne.minus=ne.sub=function(e){var t=this;return e=new t.constructor(e),t.s==e.s?Fv(t,e):Lv(t,(e.s=-e.s,e))},ne.modulo=ne.mod=function(e){var t,r=this,n=r.constructor,a=n.precision;if(e=new n(e),!e.s)throw Error(_t+"NaN");return r.s?(Le=!1,t=lr(r,e,0,1).times(e),Le=!0,r.minus(t)):je(new n(r),a)},ne.naturalExponential=ne.exp=function(){return Rv(this)},ne.naturalLogarithm=ne.ln=function(){return Ba(this)},ne.negated=ne.neg=function(){var e=new this.constructor(this);return e.s=-e.s||0,e},ne.plus=ne.add=function(e){var t=this;return e=new t.constructor(e),t.s==e.s?Lv(t,e):Fv(t,(e.s=-e.s,e))},ne.precision=ne.sd=function(e){var t,r,n,a=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(Fr+e);if(t=Ve(a)+1,n=a.d.length-1,r=n*Ie+1,n=a.d[n],n){for(;n%10==0;n/=10)r--;for(n=a.d[0];n>=10;n/=10)r++}return e&&t>r?t:r},ne.squareRoot=ne.sqrt=function(){var e,t,r,n,a,i,o,s=this,l=s.constructor;if(s.s<1){if(!s.s)return new l(0);throw Error(_t+"NaN")}for(e=Ve(s),Le=!1,a=Math.sqrt(+s),a==0||a==1/0?(t=Gt(s.d),(t.length+e)%2==0&&(t+="0"),a=Math.sqrt(t),e=_n((e+1)/2)-(e<0||e%2),a==1/0?t="5e"+e:(t=a.toExponential(),t=t.slice(0,t.indexOf("e")+1)+e),n=new l(t)):n=new l(a.toString()),r=l.precision,a=o=r+3;;)if(i=n,n=i.plus(lr(s,i,o+2)).times(.5),Gt(i.d).slice(0,o)===(t=Gt(n.d)).slice(0,o)){if(t=t.slice(o-3,o+1),a==o&&t=="4999"){if(je(i,r+1,0),i.times(i).eq(s)){n=i;break}}else if(t!="9999")break;o+=4}return Le=!0,je(n,r)},ne.times=ne.mul=function(e){var t,r,n,a,i,o,s,l,u,c=this,f=c.constructor,d=c.d,p=(e=new f(e)).d;if(!c.s||!e.s)return new f(0);for(e.s*=c.s,r=c.e+e.e,l=d.length,u=p.length,l<u&&(i=d,d=p,p=i,o=l,l=u,u=o),i=[],o=l+u,n=o;n--;)i.push(0);for(n=u;--n>=0;){for(t=0,a=l+n;a>n;)s=i[a]+p[n]*d[a-n-1]+t,i[a--]=s%tt|0,t=s/tt|0;i[a]=(i[a]+t)%tt|0}for(;!i[--o];)i.pop();return t?++r:i.shift(),e.d=i,e.e=r,Le?je(e,f.precision):e},ne.toDecimalPlaces=ne.todp=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(zt(e,0,Pn),t===void 0?t=n.rounding:zt(t,0,8),je(r,e+Ve(r)+1,t))},ne.toExponential=function(e,t){var r,n=this,a=n.constructor;return e===void 0?r=Ur(n,!0):(zt(e,0,Pn),t===void 0?t=a.rounding:zt(t,0,8),n=je(new a(n),e+1,t),r=Ur(n,!0,e+1)),r},ne.toFixed=function(e,t){var r,n,a=this,i=a.constructor;return e===void 0?Ur(a):(zt(e,0,Pn),t===void 0?t=i.rounding:zt(t,0,8),n=je(new i(a),e+Ve(a)+1,t),r=Ur(n.abs(),!1,e+Ve(n)+1),a.isneg()&&!a.isZero()?"-"+r:r)},ne.toInteger=ne.toint=function(){var e=this,t=e.constructor;return je(new t(e),Ve(e)+1,t.rounding)},ne.toNumber=function(){return+this},ne.toPower=ne.pow=function(e){var t,r,n,a,i,o,s=this,l=s.constructor,u=12,c=+(e=new l(e));if(!e.s)return new l(mt);if(s=new l(s),!s.s){if(e.s<1)throw Error(_t+"Infinity");return s}if(s.eq(mt))return s;if(n=l.precision,e.eq(mt))return je(s,n);if(t=e.e,r=e.d.length-1,o=t>=r,i=s.s,o){if((r=c<0?-c:c)<=Iv){for(a=new l(mt),t=Math.ceil(n/Ie+4),Le=!1;r%2&&(a=a.times(s),Wv(a.d,t)),r=_n(r/2),r!==0;)s=s.times(s),Wv(s.d,t);return Le=!0,e.s<0?new l(mt).div(a):je(a,n)}}else if(i<0)throw Error(_t+"NaN");return i=i<0&&e.d[Math.max(t,r)]&1?-1:1,s.s=1,Le=!1,a=e.times(Ba(s,n+u)),Le=!0,a=Rv(a),a.s=i,a},ne.toPrecision=function(e,t){var r,n,a=this,i=a.constructor;return e===void 0?(r=Ve(a),n=Ur(a,r<=i.toExpNeg||r>=i.toExpPos)):(zt(e,1,Pn),t===void 0?t=i.rounding:zt(t,0,8),a=je(new i(a),e,t),r=Ve(a),n=Ur(a,e<=r||r<=i.toExpNeg,e)),n},ne.toSignificantDigits=ne.tosd=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(zt(e,1,Pn),t===void 0?t=n.rounding:zt(t,0,8)),je(new n(r),e,t)},ne.toString=ne.valueOf=ne.val=ne.toJSON=ne[Symbol.for("nodejs.util.inspect.custom")]=function(){var e=this,t=Ve(e),r=e.constructor;return Ur(e,t<=r.toExpNeg||t>=r.toExpPos)};function Lv(e,t){var r,n,a,i,o,s,l,u,c=e.constructor,f=c.precision;if(!e.s||!t.s)return t.s||(t=new c(e)),Le?je(t,f):t;if(l=e.d,u=t.d,o=e.e,a=t.e,l=l.slice(),i=o-a,i){for(i<0?(n=l,i=-i,s=u.length):(n=u,a=o,s=l.length),o=Math.ceil(f/Ie),s=o>s?o+1:s+1,i>s&&(i=s,n.length=1),n.reverse();i--;)n.push(0);n.reverse()}for(s=l.length,i=u.length,s-i<0&&(i=s,n=u,u=l,l=n),r=0;i;)r=(l[--i]=l[i]+u[i]+r)/tt|0,l[i]%=tt;for(r&&(l.unshift(r),++a),s=l.length;l[--s]==0;)l.pop();return t.d=l,t.e=a,Le?je(t,f):t}function zt(e,t,r){if(e!==~~e||e<t||e>r)throw Error(Fr+e)}function Gt(e){var t,r,n,a=e.length-1,i="",o=e[0];if(a>0){for(i+=o,t=1;t<a;t++)n=e[t]+"",r=Ie-n.length,r&&(i+=xr(r)),i+=n;o=e[t],n=o+"",r=Ie-n.length,r&&(i+=xr(r))}else if(o===0)return"0";for(;o%10===0;)o/=10;return i+o}var lr=function(){function e(n,a){var i,o=0,s=n.length;for(n=n.slice();s--;)i=n[s]*a+o,n[s]=i%tt|0,o=i/tt|0;return o&&n.unshift(o),n}function t(n,a,i,o){var s,l;if(i!=o)l=i>o?1:-1;else for(s=l=0;s<i;s++)if(n[s]!=a[s]){l=n[s]>a[s]?1:-1;break}return l}function r(n,a,i){for(var o=0;i--;)n[i]-=o,o=n[i]<a[i]?1:0,n[i]=o*tt+n[i]-a[i];for(;!n[0]&&n.length>1;)n.shift()}return function(n,a,i,o){var s,l,u,c,f,d,p,v,y,h,b,S,x,T,m,w,O,P,j=n.constructor,M=n.s==a.s?1:-1,_=n.d,$=a.d;if(!n.s)return new j(n);if(!a.s)throw Error(_t+"Division by zero");for(l=n.e-a.e,O=$.length,m=_.length,p=new j(M),v=p.d=[],u=0;$[u]==(_[u]||0);)++u;if($[u]>(_[u]||0)&&--l,i==null?S=i=j.precision:o?S=i+(Ve(n)-Ve(a))+1:S=i,S<0)return new j(0);if(S=S/Ie+2|0,u=0,O==1)for(c=0,$=$[0],S++;(u<m||c)&&S--;u++)x=c*tt+(_[u]||0),v[u]=x/$|0,c=x%$|0;else{for(c=tt/($[0]+1)|0,c>1&&($=e($,c),_=e(_,c),O=$.length,m=_.length),T=O,y=_.slice(0,O),h=y.length;h<O;)y[h++]=0;P=$.slice(),P.unshift(0),w=$[0],$[1]>=tt/2&&++w;do c=0,s=t($,y,O,h),s<0?(b=y[0],O!=h&&(b=b*tt+(y[1]||0)),c=b/w|0,c>1?(c>=tt&&(c=tt-1),f=e($,c),d=f.length,h=y.length,s=t(f,y,d,h),s==1&&(c--,r(f,O<d?P:$,d))):(c==0&&(s=c=1),f=$.slice()),d=f.length,d<h&&f.unshift(0),r(y,f,h),s==-1&&(h=y.length,s=t($,y,O,h),s<1&&(c++,r(y,O<h?P:$,h))),h=y.length):s===0&&(c++,y=[0]),v[u++]=c,s&&y[0]?y[h++]=_[T]||0:(y=[_[T]],h=1);while((T++<m||y[0]!==void 0)&&S--)}return v[0]||v.shift(),p.e=l,je(p,o?i+Ve(p)+1:i)}}();function Rv(e,t){var r,n,a,i,o,s,l=0,u=0,c=e.constructor,f=c.precision;if(Ve(e)>16)throw Error(Nu+Ve(e));if(!e.s)return new c(mt);for(Le=!1,s=f,o=new c(.03125);e.abs().gte(.1);)e=e.times(o),u+=5;for(n=Math.log(Wr(2,u))/Math.LN10*2+5|0,s+=n,r=a=i=new c(mt),c.precision=s;;){if(a=je(a.times(e),s),r=r.times(++l),o=i.plus(lr(a,r,s)),Gt(o.d).slice(0,s)===Gt(i.d).slice(0,s)){for(;u--;)i=je(i.times(i),s);return c.precision=f,t==null?(Le=!0,je(i,f)):i}i=o}}function Ve(e){for(var t=e.e*Ie,r=e.d[0];r>=10;r/=10)t++;return t}function Du(e,t,r){if(t>e.LN10.sd())throw Le=!0,r&&(e.precision=r),Error(_t+"LN10 precision limit exceeded");return je(new e(e.LN10),t)}function xr(e){for(var t="";e--;)t+="0";return t}function Ba(e,t){var r,n,a,i,o,s,l,u,c,f=1,d=10,p=e,v=p.d,y=p.constructor,h=y.precision;if(p.s<1)throw Error(_t+(p.s?"NaN":"-Infinity"));if(p.eq(mt))return new y(0);if(t==null?(Le=!1,u=h):u=t,p.eq(10))return t==null&&(Le=!0),Du(y,u);if(u+=d,y.precision=u,r=Gt(v),n=r.charAt(0),i=Ve(p),Math.abs(i)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)p=p.times(e),r=Gt(p.d),n=r.charAt(0),f++;i=Ve(p),n>1?(p=new y("0."+r),i++):p=new y(n+"."+r.slice(1))}else return l=Du(y,u+2,h).times(i+""),p=Ba(new y(n+"."+r.slice(1)),u-d).plus(l),y.precision=h,t==null?(Le=!0,je(p,h)):p;for(s=o=p=lr(p.minus(mt),p.plus(mt),u),c=je(p.times(p),u),a=3;;){if(o=je(o.times(c),u),l=s.plus(lr(o,new y(a),u)),Gt(l.d).slice(0,u)===Gt(s.d).slice(0,u))return s=s.times(2),i!==0&&(s=s.plus(Du(y,u+2,h).times(i+""))),s=lr(s,new y(f),u),y.precision=h,t==null?(Le=!0,je(s,h)):s;s=l,a+=2}}function Bv(e,t){var r,n,a;for((r=t.indexOf("."))>-1&&(t=t.replace(".","")),(n=t.search(/e/i))>0?(r<0&&(r=n),r+=+t.slice(n+1),t=t.substring(0,n)):r<0&&(r=t.length),n=0;t.charCodeAt(n)===48;)++n;for(a=t.length;t.charCodeAt(a-1)===48;)--a;if(t=t.slice(n,a),t){if(a-=n,r=r-n-1,e.e=_n(r/Ie),e.d=[],n=(r+1)%Ie,r<0&&(n+=Ie),n<a){for(n&&e.d.push(+t.slice(0,n)),a-=Ie;n<a;)e.d.push(+t.slice(n,n+=Ie));t=t.slice(n),n=Ie-t.length}else n-=a;for(;n--;)t+="0";if(e.d.push(+t),Le&&(e.e>$o||e.e<-$o))throw Error(Nu+r)}else e.s=0,e.e=0,e.d=[0];return e}function je(e,t,r){var n,a,i,o,s,l,u,c,f=e.d;for(o=1,i=f[0];i>=10;i/=10)o++;if(n=t-o,n<0)n+=Ie,a=t,u=f[c=0];else{if(c=Math.ceil((n+1)/Ie),i=f.length,c>=i)return e;for(u=i=f[c],o=1;i>=10;i/=10)o++;n%=Ie,a=n-Ie+o}if(r!==void 0&&(i=Wr(10,o-a-1),s=u/i%10|0,l=t<0||f[c+1]!==void 0||u%i,l=r<4?(s||l)&&(r==0||r==(e.s<0?3:2)):s>5||s==5&&(r==4||l||r==6&&(n>0?a>0?u/Wr(10,o-a):0:f[c-1])%10&1||r==(e.s<0?8:7))),t<1||!f[0])return l?(i=Ve(e),f.length=1,t=t-i-1,f[0]=Wr(10,(Ie-t%Ie)%Ie),e.e=_n(-t/Ie)||0):(f.length=1,f[0]=e.e=e.s=0),e;if(n==0?(f.length=c,i=1,c--):(f.length=c+1,i=Wr(10,Ie-n),f[c]=a>0?(u/Wr(10,o-a)%Wr(10,a)|0)*i:0),l)for(;;)if(c==0){(f[0]+=i)==tt&&(f[0]=1,++e.e);break}else{if(f[c]+=i,f[c]!=tt)break;f[c--]=0,i=1}for(n=f.length;f[--n]===0;)f.pop();if(Le&&(e.e>$o||e.e<-$o))throw Error(Nu+Ve(e));return e}function Fv(e,t){var r,n,a,i,o,s,l,u,c,f,d=e.constructor,p=d.precision;if(!e.s||!t.s)return t.s?t.s=-t.s:t=new d(e),Le?je(t,p):t;if(l=e.d,f=t.d,n=t.e,u=e.e,l=l.slice(),o=u-n,o){for(c=o<0,c?(r=l,o=-o,s=f.length):(r=f,n=u,s=l.length),a=Math.max(Math.ceil(p/Ie),s)+2,o>a&&(o=a,r.length=1),r.reverse(),a=o;a--;)r.push(0);r.reverse()}else{for(a=l.length,s=f.length,c=a<s,c&&(s=a),a=0;a<s;a++)if(l[a]!=f[a]){c=l[a]<f[a];break}o=0}for(c&&(r=l,l=f,f=r,t.s=-t.s),s=l.length,a=f.length-s;a>0;--a)l[s++]=0;for(a=f.length;a>o;){if(l[--a]<f[a]){for(i=a;i&&l[--i]===0;)l[i]=tt-1;--l[i],l[a]+=tt}l[a]-=f[a]}for(;l[--s]===0;)l.pop();for(;l[0]===0;l.shift())--n;return l[0]?(t.d=l,t.e=n,Le?je(t,p):t):new d(0)}function Ur(e,t,r){var n,a=Ve(e),i=Gt(e.d),o=i.length;return t?(r&&(n=r-o)>0?i=i.charAt(0)+"."+i.slice(1)+xr(n):o>1&&(i=i.charAt(0)+"."+i.slice(1)),i=i+(a<0?"e":"e+")+a):a<0?(i="0."+xr(-a-1)+i,r&&(n=r-o)>0&&(i+=xr(n))):a>=o?(i+=xr(a+1-o),r&&(n=r-a-1)>0&&(i=i+"."+xr(n))):((n=a+1)<o&&(i=i.slice(0,n)+"."+i.slice(n)),r&&(n=r-o)>0&&(a+1===o&&(i+="."),i+=xr(n))),e.s<0?"-"+i:i}function Wv(e,t){if(e.length>t)return e.length=t,!0}function Uv(e){var t,r,n;function a(i){var o=this;if(!(o instanceof a))return new a(i);if(o.constructor=a,i instanceof a){o.s=i.s,o.e=i.e,o.d=(i=i.d)?i.slice():i;return}if(typeof i=="number"){if(i*0!==0)throw Error(Fr+i);if(i>0)o.s=1;else if(i<0)i=-i,o.s=-1;else{o.s=0,o.e=0,o.d=[0];return}if(i===~~i&&i<1e7){o.e=0,o.d=[i];return}return Bv(o,i.toString())}else if(typeof i!="string")throw Error(Fr+i);if(i.charCodeAt(0)===45?(i=i.slice(1),o.s=-1):o.s=1,kD.test(i))Bv(o,i);else throw Error(Fr+i)}if(a.prototype=ne,a.ROUND_UP=0,a.ROUND_DOWN=1,a.ROUND_CEIL=2,a.ROUND_FLOOR=3,a.ROUND_HALF_UP=4,a.ROUND_HALF_DOWN=5,a.ROUND_HALF_EVEN=6,a.ROUND_HALF_CEIL=7,a.ROUND_HALF_FLOOR=8,a.clone=Uv,a.config=a.set=MD,e===void 0&&(e={}),e)for(n=["precision","rounding","toExpNeg","toExpPos","LN10"],t=0;t<n.length;)e.hasOwnProperty(r=n[t++])||(e[r]=this[r]);return a.config(e),a}function MD(e){if(!e||typeof e!="object")throw Error(_t+"Object expected");var t,r,n,a=["precision",1,Pn,"rounding",0,8,"toExpNeg",-1/0,0,"toExpPos",0,1/0];for(t=0;t<a.length;t+=3)if((n=e[r=a[t]])!==void 0)if(_n(n)===n&&n>=a[t+1]&&n<=a[t+2])this[r]=n;else throw Error(Fr+r+": "+n);if((n=e[r="LN10"])!==void 0)if(n==Math.LN10)this[r]=new this(n);else throw Error(Fr+r+": "+n);return this}var Iu=Uv(CD);mt=new Iu(1);const Ee=Iu;function ND(e){return RD(e)||LD(e)||ID(e)||DD()}function DD(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
138
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
139
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
140
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
141
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
142
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function PI(e,t){if(e){if(typeof e=="string")return Gu(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Gu(e,t)}}function _I(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function EI(e){if(Array.isArray(e))return Gu(e)}function Gu(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function ay(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Fe(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ay(Object(r),!0).forEach(function(n){$n(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ay(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function $n(e,t,r){return t=jI(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function jI(e){var t=$I(e,"string");return Ua(t)=="symbol"?t:t+""}function $I(e,t){if(Ua(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ua(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Ze(e,t,r){return fe(e)||fe(t)?r:Ye(t)?wt(e,t,r):pe(t)?t(e):r}function za(e,t,r,n){var a=_D(e,function(s){return Ze(s,t)});if(r==="number"){var i=a.filter(function(s){return Z(s)||parseFloat(s)});return i.length?[jo(i),br(i)]:[1/0,-1/0]}var o=n?a.filter(function(s){return!fe(s)}):a;return o.map(function(s){return Ye(s)||s instanceof Date?s:""})}var CI=function(t){var r,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],a=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0,o=-1,s=(r=n==null?void 0:n.length)!==null&&r!==void 0?r:0;if(s<=1)return 0;if(i&&i.axisType==="angleAxis"&&Math.abs(Math.abs(i.range[1]-i.range[0])-360)<=1e-6)for(var l=i.range,u=0;u<s;u++){var c=u>0?a[u-1].coordinate:a[s-1].coordinate,f=a[u].coordinate,d=u>=s-1?a[0].coordinate:a[u+1].coordinate,p=void 0;if(Ct(f-c)!==Ct(d-f)){var v=[];if(Ct(d-f)===Ct(l[1]-l[0])){p=d;var y=f+l[1]-l[0];v[0]=Math.min(y,(y+c)/2),v[1]=Math.max(y,(y+c)/2)}else{p=c;var h=d+l[1]-l[0];v[0]=Math.min(f,(h+f)/2),v[1]=Math.max(f,(h+f)/2)}var b=[Math.min(f,(p+f)/2),Math.max(f,(p+f)/2)];if(t>b[0]&&t<=b[1]||t>=v[0]&&t<=v[1]){o=a[u].index;break}}else{var S=Math.min(c,d),x=Math.max(c,d);if(t>(S+f)/2&&t<=(x+f)/2){o=a[u].index;break}}}else for(var T=0;T<s;T++)if(T===0&&t<=(n[T].coordinate+n[T+1].coordinate)/2||T>0&&T<s-1&&t>(n[T].coordinate+n[T-1].coordinate)/2&&t<=(n[T].coordinate+n[T+1].coordinate)/2||T===s-1&&t>(n[T].coordinate+n[T-1].coordinate)/2){o=n[T].index;break}return o},Ku=function(t){var r,n=t,a=n.type.displayName,i=(r=t.type)!==null&&r!==void 0&&r.defaultProps?Fe(Fe({},t.type.defaultProps),t.props):t.props,o=i.stroke,s=i.fill,l;switch(a){case"Line":l=o;break;case"Area":case"Radar":l=o&&o!=="none"?o:s;break;default:l=s;break}return l},kI=function(t){var r=t.barSize,n=t.totalSize,a=t.stackGroups,i=a===void 0?{}:a;if(!i)return{};for(var o={},s=Object.keys(i),l=0,u=s.length;l<u;l++)for(var c=i[s[l]].stackGroups,f=Object.keys(c),d=0,p=f.length;d<p;d++){var v=c[f[d]],y=v.items,h=v.cateAxisId,b=y.filter(function(O){return Qt(O.type).indexOf("Bar")>=0});if(b&&b.length){var S=b[0].type.defaultProps,x=S!==void 0?Fe(Fe({},S),b[0].props):b[0].props,T=x.barSize,m=x[h];o[m]||(o[m]=[]);var w=fe(T)?r:T;o[m].push({item:b[0],stackList:b.slice(1),barSize:fe(w)?void 0:Cr(w,n,0)})}}return o},MI=function(t){var r=t.barGap,n=t.barCategoryGap,a=t.bandSize,i=t.sizeList,o=i===void 0?[]:i,s=t.maxBarSize,l=o.length;if(l<1)return null;var u=Cr(r,a,0,!0),c,f=[];if(o[0].barSize===+o[0].barSize){var d=!1,p=a/l,v=o.reduce(function(T,m){return T+m.barSize||0},0);v+=(l-1)*u,v>=a&&(v-=(l-1)*u,u=0),v>=a&&p>0&&(d=!0,p*=.9,v=l*p);var y=(a-v)/2>>0,h={offset:y-u,size:0};c=o.reduce(function(T,m){var w={item:m.item,position:{offset:h.offset+h.size+u,size:d?p:m.barSize}},O=[].concat(ny(T),[w]);return h=O[O.length-1].position,m.stackList&&m.stackList.length&&m.stackList.forEach(function(P){O.push({item:P,position:h})}),O},f)}else{var b=Cr(n,a,0,!0);a-2*b-(l-1)*u<=0&&(u=0);var S=(a-2*b-(l-1)*u)/l;S>1&&(S>>=0);var x=s===+s?Math.min(S,s):S;c=o.reduce(function(T,m,w){var O=[].concat(ny(T),[{item:m.item,position:{offset:b+(S+u)*w+(S-x)/2,size:x}}]);return m.stackList&&m.stackList.length&&m.stackList.forEach(function(P){O.push({item:P,position:O[O.length-1].position})}),O},f)}return c},NI=function(t,r,n,a){var i=n.children,o=n.width,s=n.margin,l=o-(s.left||0)-(s.right||0),u=ry({children:i,legendWidth:l});if(u){var c=a||{},f=c.width,d=c.height,p=u.align,v=u.verticalAlign,y=u.layout;if((y==="vertical"||y==="horizontal"&&v==="middle")&&p!=="center"&&Z(t[p]))return Fe(Fe({},t),{},$n({},p,t[p]+(f||0)));if((y==="horizontal"||y==="vertical"&&p==="center")&&v!=="middle"&&Z(t[v]))return Fe(Fe({},t),{},$n({},v,t[v]+(d||0)))}return t},DI=function(t,r,n){return fe(r)?!0:t==="horizontal"?r==="yAxis":t==="vertical"||n==="x"?r==="xAxis":n==="y"?r==="yAxis":!0},iy=function(t,r,n,a,i){var o=r.props.children,s=dt(o,jn).filter(function(u){return DI(a,i,u.props.direction)});if(s&&s.length){var l=s.map(function(u){return u.props.dataKey});return t.reduce(function(u,c){var f=Ze(c,n);if(fe(f))return u;var d=Array.isArray(f)?[jo(f),br(f)]:[f,f],p=l.reduce(function(v,y){var h=Ze(c,y,0),b=d[0]-Math.abs(Array.isArray(h)?h[0]:h),S=d[1]+Math.abs(Array.isArray(h)?h[1]:h);return[Math.min(b,v[0]),Math.max(S,v[1])]},[1/0,-1/0]);return[Math.min(p[0],u[0]),Math.max(p[1],u[1])]},[1/0,-1/0])}return null},II=function(t,r,n,a,i){var o=r.map(function(s){return iy(t,s,n,i,a)}).filter(function(s){return!fe(s)});return o&&o.length?o.reduce(function(s,l){return[Math.min(s[0],l[0]),Math.max(s[1],l[1])]},[1/0,-1/0]):null},oy=function(t,r,n,a,i){var o=r.map(function(l){var u=l.props.dataKey;return n==="number"&&u&&iy(t,l,u,a)||za(t,u,n,i)});if(n==="number")return o.reduce(function(l,u){return[Math.min(l[0],u[0]),Math.max(l[1],u[1])]},[1/0,-1/0]);var s={};return o.reduce(function(l,u){for(var c=0,f=u.length;c<f;c++)s[u[c]]||(s[u[c]]=!0,l.push(u[c]));return l},[])},sy=function(t,r){return t==="horizontal"&&r==="xAxis"||t==="vertical"&&r==="yAxis"||t==="centric"&&r==="angleAxis"||t==="radial"&&r==="radiusAxis"},ly=function(t,r,n,a){if(a)return t.map(function(l){return l.coordinate});var i,o,s=t.map(function(l){return l.coordinate===r&&(i=!0),l.coordinate===n&&(o=!0),l.coordinate});return i||s.push(r),o||s.push(n),s},ur=function(t,r,n){if(!t)return null;var a=t.scale,i=t.duplicateDomain,o=t.type,s=t.range,l=t.realScaleType==="scaleBand"?a.bandwidth()/2:2,u=(r||n)&&o==="category"&&a.bandwidth?a.bandwidth()/l:0;if(u=t.axisType==="angleAxis"&&(s==null?void 0:s.length)>=2?Ct(s[0]-s[1])*2*u:u,r&&(t.ticks||t.niceTicks)){var c=(t.ticks||t.niceTicks).map(function(f){var d=i?i.indexOf(f):f;return{coordinate:a(d)+u,value:f,offset:u}});return c.filter(function(f){return!sn(f.coordinate)})}return t.isCategorical&&t.categoricalDomain?t.categoricalDomain.map(function(f,d){return{coordinate:a(f)+u,value:f,index:d,offset:u}}):a.ticks&&!n?a.ticks(t.tickCount).map(function(f){return{coordinate:a(f)+u,value:f,offset:u}}):a.domain().map(function(f,d){return{coordinate:a(f)+u,value:i?i[f]:f,index:d,offset:u}})},Vu=new WeakMap,Do=function(t,r){if(typeof r!="function")return t;Vu.has(t)||Vu.set(t,new WeakMap);var n=Vu.get(t);if(n.has(r))return n.get(r);var a=function(){t.apply(void 0,arguments),r.apply(void 0,arguments)};return n.set(r,a),a},LI=function(t,r,n){var a=t.scale,i=t.type,o=t.layout,s=t.axisType;if(a==="auto")return o==="radial"&&s==="radiusAxis"?{scale:_a(),realScaleType:"band"}:o==="radial"&&s==="angleAxis"?{scale:xo(),realScaleType:"linear"}:i==="category"&&r&&(r.indexOf("LineChart")>=0||r.indexOf("AreaChart")>=0||r.indexOf("ComposedChart")>=0&&!n)?{scale:Ea(),realScaleType:"point"}:i==="category"?{scale:_a(),realScaleType:"band"}:{scale:xo(),realScaleType:"linear"};if(Er(a)){var l="scale".concat(Ii(a));return{scale:(Nv[l]||Ea)(),realScaleType:Nv[l]?l:"point"}}return pe(a)?{scale:a}:{scale:Ea(),realScaleType:"point"}},uy=1e-4,RI=function(t){var r=t.domain();if(!(!r||r.length<=2)){var n=r.length,a=t.range(),i=Math.min(a[0],a[1])-uy,o=Math.max(a[0],a[1])+uy,s=t(r[0]),l=t(r[n-1]);(s<i||s>o||l<i||l>o)&&t.domain([r[0],r[n-1]])}},BI=function(t,r){if(!t)return null;for(var n=0,a=t.length;n<a;n++)if(t[n].item===r)return t[n].position;return null},FI=function(t,r){if(!r||r.length!==2||!Z(r[0])||!Z(r[1]))return t;var n=Math.min(r[0],r[1]),a=Math.max(r[0],r[1]),i=[t[0],t[1]];return(!Z(t[0])||t[0]<n)&&(i[0]=n),(!Z(t[1])||t[1]>a)&&(i[1]=a),i[0]>a&&(i[0]=a),i[1]<n&&(i[1]=n),i},WI=function(t){var r=t.length;if(!(r<=0))for(var n=0,a=t[0].length;n<a;++n)for(var i=0,o=0,s=0;s<r;++s){var l=sn(t[s][n][1])?t[s][n][0]:t[s][n][1];l>=0?(t[s][n][0]=i,t[s][n][1]=i+l,i=t[s][n][1]):(t[s][n][0]=o,t[s][n][1]=o+l,o=t[s][n][1])}},UI=function(t){var r=t.length;if(!(r<=0))for(var n=0,a=t[0].length;n<a;++n)for(var i=0,o=0;o<r;++o){var s=sn(t[o][n][1])?t[o][n][0]:t[o][n][1];s>=0?(t[o][n][0]=i,t[o][n][1]=i+s,i=t[o][n][1]):(t[o][n][0]=0,t[o][n][1]=0)}},zI={sign:WI,expand:aA,none:un,silhouette:iA,wiggle:oA,positive:UI},GI=function(t,r,n){var a=r.map(function(s){return s.props.dataKey}),i=zI[n],o=nA().keys(a).value(function(s,l){return+Ze(s,l,0)}).order(bl).offset(i);return o(t)},KI=function(t,r,n,a,i,o){if(!t)return null;var s=o?r.reverse():r,l={},u=s.reduce(function(f,d){var p,v=(p=d.type)!==null&&p!==void 0&&p.defaultProps?Fe(Fe({},d.type.defaultProps),d.props):d.props,y=v.stackId,h=v.hide;if(h)return f;var b=v[n],S=f[b]||{hasStack:!1,stackGroups:{}};if(Ye(y)){var x=S.stackGroups[y]||{numericAxisId:n,cateAxisId:a,items:[]};x.items.push(d),S.hasStack=!0,S.stackGroups[y]=x}else S.stackGroups[$r("_stackId_")]={numericAxisId:n,cateAxisId:a,items:[d]};return Fe(Fe({},f),{},$n({},b,S))},l),c={};return Object.keys(u).reduce(function(f,d){var p=u[d];if(p.hasStack){var v={};p.stackGroups=Object.keys(p.stackGroups).reduce(function(y,h){var b=p.stackGroups[h];return Fe(Fe({},y),{},$n({},h,{numericAxisId:n,cateAxisId:a,items:b.items,stackedData:GI(t,b.items,i)}))},v)}return Fe(Fe({},f),{},$n({},d,p))},c)},VI=function(t,r){var n=r.realScaleType,a=r.type,i=r.tickCount,o=r.originalDomain,s=r.allowDecimals,l=n||r.scale;if(l!=="auto"&&l!=="linear")return null;if(i&&a==="number"&&o&&(o[0]==="auto"||o[1]==="auto")){var u=t.domain();if(!u.length)return null;var c=nI(u,i,s);return t.domain([jo(c),br(c)]),{niceTicks:c}}if(i&&a==="number"){var f=t.domain(),d=aI(f,i,s);return{niceTicks:d}}return null};function Cn(e){var t=e.axis,r=e.ticks,n=e.bandSize,a=e.entry,i=e.index,o=e.dataKey;if(t.type==="category"){if(!t.allowDuplicatedCategory&&t.dataKey&&!fe(a[t.dataKey])){var s=Ni(r,"value",a[t.dataKey]);if(s)return s.coordinate+n/2}return r[i]?r[i].coordinate+n/2:null}var l=Ze(a,fe(o)?t.dataKey:o);return fe(l)?null:t.scale(l)}var cy=function(t){var r=t.axis,n=t.ticks,a=t.offset,i=t.bandSize,o=t.entry,s=t.index;if(r.type==="category")return n[s]?n[s].coordinate+a:null;var l=Ze(o,r.dataKey,r.domain[s]);return fe(l)?null:r.scale(l)-i/2+a},qI=function(t){var r=t.numericAxis,n=r.scale.domain();if(r.type==="number"){var a=Math.min(n[0],n[1]),i=Math.max(n[0],n[1]);return a<=0&&i>=0?0:i<0?i:a}return n[0]},HI=function(t,r){var n,a=(n=t.type)!==null&&n!==void 0&&n.defaultProps?Fe(Fe({},t.type.defaultProps),t.props):t.props,i=a.stackId;if(Ye(i)){var o=r[i];if(o){var s=o.items.indexOf(t);return s>=0?o.stackedData[s]:null}}return null},YI=function(t){return t.reduce(function(r,n){return[jo(n.concat([r[0]]).filter(Z)),br(n.concat([r[1]]).filter(Z))]},[1/0,-1/0])},fy=function(t,r,n){return Object.keys(t).reduce(function(a,i){var o=t[i],s=o.stackedData,l=s.reduce(function(u,c){var f=YI(c.slice(r,n+1));return[Math.min(u[0],f[0]),Math.max(u[1],f[1])]},[1/0,-1/0]);return[Math.min(l[0],a[0]),Math.max(l[1],a[1])]},[1/0,-1/0]).map(function(a){return a===1/0||a===-1/0?0:a})},dy=/^dataMin[\s]*-[\s]*([0-9]+([.]{1}[0-9]+){0,1})$/,py=/^dataMax[\s]*\+[\s]*([0-9]+([.]{1}[0-9]+){0,1})$/,qu=function(t,r,n){if(pe(t))return t(r,n);if(!Array.isArray(t))return r;var a=[];if(Z(t[0]))a[0]=n?t[0]:Math.min(t[0],r[0]);else if(dy.test(t[0])){var i=+dy.exec(t[0])[1];a[0]=r[0]-i}else pe(t[0])?a[0]=t[0](r[0]):a[0]=r[0];if(Z(t[1]))a[1]=n?t[1]:Math.max(t[1],r[1]);else if(py.test(t[1])){var o=+py.exec(t[1])[1];a[1]=r[1]+o}else pe(t[1])?a[1]=t[1](r[1]):a[1]=r[1];return a},Io=function(t,r,n){if(t&&t.scale&&t.scale.bandwidth){var a=t.scale.bandwidth();if(!n||a>0)return a}if(t&&r&&r.length>=2){for(var i=Fl(r,function(f){return f.coordinate}),o=1/0,s=1,l=i.length;s<l;s++){var u=i[s],c=i[s-1];o=Math.min((u.coordinate||0)-(c.coordinate||0),o)}return o===1/0?0:o}return n?void 0:0},hy=function(t,r,n){return!t||!t.length||Br(t,wt(n,"type.defaultProps.domain"))?r:t},vy=function(t,r){var n=t.type.defaultProps?Fe(Fe({},t.type.defaultProps),t.props):t.props,a=n.dataKey,i=n.name,o=n.unit,s=n.formatter,l=n.tooltipType,u=n.chartType,c=n.hide;return Fe(Fe({},de(t,!1)),{},{dataKey:a,unit:o,formatter:s,name:i||a,color:Ku(t),value:Ze(r,a),type:l,payload:r,chartType:u,hide:c})};function Ga(e){"@babel/helpers - typeof";return Ga=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ga(e)}function yy(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function my(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?yy(Object(r),!0).forEach(function(n){XI(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):yy(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function XI(e,t,r){return t=ZI(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ZI(e){var t=JI(e,"string");return Ga(t)=="symbol"?t:t+""}function JI(e,t){if(Ga(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ga(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Lo=Math.PI/180,QI=function(t){return t*180/Math.PI},rt=function(t,r,n,a){return{x:t+Math.cos(-Lo*a)*n,y:r+Math.sin(-Lo*a)*n}},eL=function(t,r){var n=t.x,a=t.y,i=r.x,o=r.y;return Math.sqrt(Math.pow(n-i,2)+Math.pow(a-o,2))},tL=function(t,r){var n=t.x,a=t.y,i=r.cx,o=r.cy,s=eL({x:n,y:a},{x:i,y:o});if(s<=0)return{radius:s};var l=(n-i)/s,u=Math.acos(l);return a>o&&(u=2*Math.PI-u),{radius:s,angle:QI(u),angleInRadian:u}},rL=function(t){var r=t.startAngle,n=t.endAngle,a=Math.floor(r/360),i=Math.floor(n/360),o=Math.min(a,i);return{startAngle:r-o*360,endAngle:n-o*360}},nL=function(t,r){var n=r.startAngle,a=r.endAngle,i=Math.floor(n/360),o=Math.floor(a/360),s=Math.min(i,o);return t+s*360},gy=function(t,r){var n=t.x,a=t.y,i=tL({x:n,y:a},r),o=i.radius,s=i.angle,l=r.innerRadius,u=r.outerRadius;if(o<l||o>u)return!1;if(o===0)return!0;var c=rL(r),f=c.startAngle,d=c.endAngle,p=s,v;if(f<=d){for(;p>d;)p-=360;for(;p<f;)p+=360;v=p>=f&&p<=d}else{for(;p>f;)p-=360;for(;p<d;)p+=360;v=p>=d&&p<=f}return v?my(my({},r),{},{radius:o,angle:nL(p,r)}):null};function Ka(e){"@babel/helpers - typeof";return Ka=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ka(e)}var aL=["offset"];function iL(e){return uL(e)||lL(e)||sL(e)||oL()}function oL(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
143
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
144
|
-
A`).concat(
|
|
145
|
-
`).concat(w.x,",").concat(w.y),
|
|
146
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
210
|
+
height and width.`,D,M,o,l,c,f,r);var F=!Array.isArray(h)&&Qt(h.type).endsWith("Chart");return S.Children.map(h,function(z){return S.isValidElement(z)?S.cloneElement(z,uo({width:D,height:M},F?{style:uo({height:"100%",width:"100%",maxHeight:M,maxWidth:D},z.props.style)}:{})):z})},[r,h,l,d,f,c,_,o]);return S.createElement("div",{id:m?"".concat(m):void 0,className:ve("recharts-responsive-container",b),style:uo(uo({},j),{},{width:o,height:l,minWidth:c,minHeight:f,maxHeight:d}),ref:y},E)}),eu=function(t){return null};eu.displayName="Cell";function Ta(e){"@babel/helpers - typeof";return Ta=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ta(e)}function hh(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function tu(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?hh(Object(r),!0).forEach(function(n){Tk(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):hh(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Tk(e,t,r){return t=Ak(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Ak(e){var t=jk(e,"string");return Ta(t)=="symbol"?t:t+""}function jk(e,t){if(Ta(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ta(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var xn={widthCache:{},cacheCount:0},Pk=2e3,_k={position:"absolute",top:"-20000px",left:0,padding:0,margin:0,border:"none",whiteSpace:"pre"},mh="recharts_measurement_span";function Ek(e){var t=tu({},e);return Object.keys(t).forEach(function(r){t[r]||delete t[r]}),t}var Aa=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(t==null||gr.isSsr)return{width:0,height:0};var n=Ek(r),a=JSON.stringify({text:t,copyStyle:n});if(xn.widthCache[a])return xn.widthCache[a];try{var i=document.getElementById(mh);i||(i=document.createElement("span"),i.setAttribute("id",mh),i.setAttribute("aria-hidden","true"),document.body.appendChild(i));var o=tu(tu({},_k),n);Object.assign(i.style,o),i.textContent="".concat(t);var s=i.getBoundingClientRect(),l={width:s.width,height:s.height};return xn.widthCache[a]=l,++xn.cacheCount>Pk&&(xn.cacheCount=0,xn.widthCache={}),l}catch{return{width:0,height:0}}},Ck=function(t){return{top:t.top+window.scrollY-document.documentElement.clientTop,left:t.left+window.scrollX-document.documentElement.clientLeft}};function ja(e){"@babel/helpers - typeof";return ja=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ja(e)}function co(e,t){return Nk(e)||Mk(e,t)||kk(e,t)||$k()}function $k(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
211
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function kk(e,t){if(e){if(typeof e=="string")return vh(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return vh(e,t)}}function vh(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Mk(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,o,s=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,t===0){if(Object(r)!==r)return;l=!1}else for(;!(l=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(c){u=!0,a=c}finally{try{if(!l&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw a}}return s}}function Nk(e){if(Array.isArray(e))return e}function Dk(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function gh(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Lk(n.key),n)}}function Ik(e,t,r){return t&&gh(e.prototype,t),r&&gh(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function Lk(e){var t=Rk(e,"string");return ja(t)=="symbol"?t:t+""}function Rk(e,t){if(ja(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ja(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var yh=/(-?\d+(?:\.\d+)?[a-zA-Z%]*)([*/])(-?\d+(?:\.\d+)?[a-zA-Z%]*)/,bh=/(-?\d+(?:\.\d+)?[a-zA-Z%]*)([+-])(-?\d+(?:\.\d+)?[a-zA-Z%]*)/,Bk=/^px|cm|vh|vw|em|rem|%|mm|in|pt|pc|ex|ch|vmin|vmax|Q$/,Fk=/(-?\d+(?:\.\d+)?)([a-zA-Z%]+)?/,xh={cm:96/2.54,mm:96/25.4,pt:96/72,pc:96/6,in:96,Q:96/(2.54*40),px:1},Uk=Object.keys(xh),wn="NaN";function Wk(e,t){return e*xh[t]}var fo=function(){function e(t,r){Dk(this,e),this.num=t,this.unit=r,this.num=t,this.unit=r,Number.isNaN(t)&&(this.unit=""),r!==""&&!Bk.test(r)&&(this.num=NaN,this.unit=""),Uk.includes(r)&&(this.num=Wk(t,r),this.unit="px")}return Ik(e,[{key:"add",value:function(r){return this.unit!==r.unit?new e(NaN,""):new e(this.num+r.num,this.unit)}},{key:"subtract",value:function(r){return this.unit!==r.unit?new e(NaN,""):new e(this.num-r.num,this.unit)}},{key:"multiply",value:function(r){return this.unit!==""&&r.unit!==""&&this.unit!==r.unit?new e(NaN,""):new e(this.num*r.num,this.unit||r.unit)}},{key:"divide",value:function(r){return this.unit!==""&&r.unit!==""&&this.unit!==r.unit?new e(NaN,""):new e(this.num/r.num,this.unit||r.unit)}},{key:"toString",value:function(){return"".concat(this.num).concat(this.unit)}},{key:"isNaN",value:function(){return Number.isNaN(this.num)}}],[{key:"parse",value:function(r){var n,a=(n=Fk.exec(r))!==null&&n!==void 0?n:[],i=co(a,3),o=i[1],s=i[2];return new e(parseFloat(o),s??"")}}])}();function wh(e){if(e.includes(wn))return wn;for(var t=e;t.includes("*")||t.includes("/");){var r,n=(r=yh.exec(t))!==null&&r!==void 0?r:[],a=co(n,4),i=a[1],o=a[2],s=a[3],l=fo.parse(i??""),u=fo.parse(s??""),c=o==="*"?l.multiply(u):l.divide(u);if(c.isNaN())return wn;t=t.replace(yh,c.toString())}for(;t.includes("+")||/.-\d+(?:\.\d+)?/.test(t);){var f,d=(f=bh.exec(t))!==null&&f!==void 0?f:[],h=co(d,4),v=h[1],g=h[2],m=h[3],b=fo.parse(v??""),O=fo.parse(m??""),x=g==="+"?b.add(O):b.subtract(O);if(x.isNaN())return wn;t=t.replace(bh,x.toString())}return t}var Oh=/\(([^()]*)\)/;function zk(e){for(var t=e;t.includes("(");){var r=Oh.exec(t),n=co(r,2),a=n[1];t=t.replace(Oh,wh(a))}return t}function Vk(e){var t=e.replace(/\s+/g,"");return t=zk(t),t=wh(t),t}function Gk(e){try{return Vk(e)}catch{return wn}}function ru(e){var t=Gk(e.slice(5,-1));return t===wn?"":t}var Hk=["x","y","lineHeight","capHeight","scaleToFit","textAnchor","verticalAnchor","fill"],qk=["dx","dy","angle","className","breakAll"];function nu(){return nu=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},nu.apply(this,arguments)}function Sh(e,t){if(e==null)return{};var r=Kk(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function Kk(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Th(e,t){return Jk(e)||Zk(e,t)||Xk(e,t)||Yk()}function Yk(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
212
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Xk(e,t){if(e){if(typeof e=="string")return Ah(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Ah(e,t)}}function Ah(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Zk(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,o,s=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,t===0){if(Object(r)!==r)return;l=!1}else for(;!(l=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(c){u=!0,a=c}finally{try{if(!l&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw a}}return s}}function Jk(e){if(Array.isArray(e))return e}var jh=/[ \f\n\r\t\v\u2028\u2029]+/,Ph=function(t){var r=t.children,n=t.breakAll,a=t.style;try{var i=[];fe(r)||(n?i=r.toString().split(""):i=r.toString().split(jh));var o=i.map(function(l){return{word:l,width:Aa(l,a).width}}),s=n?0:Aa(" ",a).width;return{wordsWithComputedWidth:o,spaceWidth:s}}catch{return null}},Qk=function(t,r,n,a,i){var o=t.maxLines,s=t.children,l=t.style,u=t.breakAll,c=Q(o),f=s,d=function(){var D=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];return D.reduce(function(M,F){var z=F.word,q=F.width,$=M[M.length-1];if($&&(a==null||i||$.width+q+n<Number(a)))$.words.push(z),$.width+=q+n;else{var R={words:[z],width:q};M.push(R)}return M},[])},h=d(r),v=function(D){return D.reduce(function(M,F){return M.width>F.width?M:F})};if(!c)return h;for(var g="…",m=function(D){var M=f.slice(0,D),F=Ph({breakAll:u,style:l,children:M+g}).wordsWithComputedWidth,z=d(F),q=z.length>o||v(z).width>Number(a);return[q,z]},b=0,O=f.length-1,x=0,j;b<=O&&x<=f.length-1;){var y=Math.floor((b+O)/2),w=y-1,T=m(w),A=Th(T,2),_=A[0],C=A[1],P=m(y),E=Th(P,1),I=E[0];if(!_&&!I&&(b=y+1),_&&I&&(O=y-1),!_&&I){j=C;break}x++}return j||h},_h=function(t){var r=fe(t)?[]:t.toString().split(jh);return[{words:r}]},eM=function(t){var r=t.width,n=t.scaleToFit,a=t.children,i=t.style,o=t.breakAll,s=t.maxLines;if((r||n)&&!gr.isSsr){var l,u,c=Ph({breakAll:o,children:a,style:i});if(c){var f=c.wordsWithComputedWidth,d=c.spaceWidth;l=f,u=d}else return _h(a);return Qk({breakAll:o,children:a,maxLines:s,style:i},l,u,r,n)}return _h(a)},Eh="#808080",po=function(t){var r=t.x,n=r===void 0?0:r,a=t.y,i=a===void 0?0:a,o=t.lineHeight,s=o===void 0?"1em":o,l=t.capHeight,u=l===void 0?"0.71em":l,c=t.scaleToFit,f=c===void 0?!1:c,d=t.textAnchor,h=d===void 0?"start":d,v=t.verticalAnchor,g=v===void 0?"end":v,m=t.fill,b=m===void 0?Eh:m,O=Sh(t,Hk),x=S.useMemo(function(){return eM({breakAll:O.breakAll,children:O.children,maxLines:O.maxLines,scaleToFit:f,style:O.style,width:O.width})},[O.breakAll,O.children,O.maxLines,f,O.style,O.width]),j=O.dx,y=O.dy,w=O.angle,T=O.className,A=O.breakAll,_=Sh(O,qk);if(!Xe(n)||!Xe(i))return null;var C=n+(Q(j)?j:0),P=i+(Q(y)?y:0),E;switch(g){case"start":E=ru("calc(".concat(u,")"));break;case"middle":E=ru("calc(".concat((x.length-1)/2," * -").concat(s," + (").concat(u," / 2))"));break;default:E=ru("calc(".concat(x.length-1," * -").concat(s,")"));break}var I=[];if(f){var k=x[0].width,D=O.width;I.push("scale(".concat((Q(D)?D/k:1)/k,")"))}return w&&I.push("rotate(".concat(w,", ").concat(C,", ").concat(P,")")),I.length&&(_.transform=I.join(" ")),S.createElement("text",nu({},de(_,!0),{x:C,y:P,className:ve("recharts-text",T),textAnchor:h,fill:b.includes("url")?Eh:b}),x.map(function(M,F){var z=M.words.join(A?"":" ");return S.createElement("tspan",{x:C,dy:F===0?E:s,key:"".concat(z,"-").concat(F)},z)}))};function yr(e,t){return e==null||t==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function tM(e,t){return e==null||t==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function au(e){let t,r,n;e.length!==2?(t=yr,r=(s,l)=>yr(e(s),l),n=(s,l)=>e(s)-l):(t=e===yr||e===tM?e:rM,r=e,n=e);function a(s,l,u=0,c=s.length){if(u<c){if(t(l,l)!==0)return c;do{const f=u+c>>>1;r(s[f],l)<0?u=f+1:c=f}while(u<c)}return u}function i(s,l,u=0,c=s.length){if(u<c){if(t(l,l)!==0)return c;do{const f=u+c>>>1;r(s[f],l)<=0?u=f+1:c=f}while(u<c)}return u}function o(s,l,u=0,c=s.length){const f=a(s,l,u,c-1);return f>u&&n(s[f-1],l)>-n(s[f],l)?f-1:f}return{left:a,center:o,right:i}}function rM(){return 0}function Ch(e){return e===null?NaN:+e}function*nM(e,t){for(let r of e)r!=null&&(r=+r)>=r&&(yield r)}const Pa=au(yr).right;au(Ch).center;class $h extends Map{constructor(t,r=oM){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:r}}),t!=null)for(const[n,a]of t)this.set(n,a)}get(t){return super.get(kh(this,t))}has(t){return super.has(kh(this,t))}set(t,r){return super.set(aM(this,t),r)}delete(t){return super.delete(iM(this,t))}}function kh({_intern:e,_key:t},r){const n=t(r);return e.has(n)?e.get(n):r}function aM({_intern:e,_key:t},r){const n=t(r);return e.has(n)?e.get(n):(e.set(n,r),r)}function iM({_intern:e,_key:t},r){const n=t(r);return e.has(n)&&(r=e.get(n),e.delete(n)),r}function oM(e){return e!==null&&typeof e=="object"?e.valueOf():e}function sM(e=yr){if(e===yr)return Mh;if(typeof e!="function")throw new TypeError("compare is not a function");return(t,r)=>{const n=e(t,r);return n||n===0?n:(e(r,r)===0)-(e(t,t)===0)}}function Mh(e,t){return(e==null||!(e>=e))-(t==null||!(t>=t))||(e<t?-1:e>t?1:0)}const lM=Math.sqrt(50),uM=Math.sqrt(10),cM=Math.sqrt(2);function ho(e,t,r){const n=(t-e)/Math.max(0,r),a=Math.floor(Math.log10(n)),i=n/Math.pow(10,a),o=i>=lM?10:i>=uM?5:i>=cM?2:1;let s,l,u;return a<0?(u=Math.pow(10,-a)/o,s=Math.round(e*u),l=Math.round(t*u),s/u<e&&++s,l/u>t&&--l,u=-u):(u=Math.pow(10,a)*o,s=Math.round(e/u),l=Math.round(t/u),s*u<e&&++s,l*u>t&&--l),l<s&&.5<=r&&r<2?ho(e,t,r*2):[s,l,u]}function iu(e,t,r){if(t=+t,e=+e,r=+r,!(r>0))return[];if(e===t)return[e];const n=t<e,[a,i,o]=n?ho(t,e,r):ho(e,t,r);if(!(i>=a))return[];const s=i-a+1,l=new Array(s);if(n)if(o<0)for(let u=0;u<s;++u)l[u]=(i-u)/-o;else for(let u=0;u<s;++u)l[u]=(i-u)*o;else if(o<0)for(let u=0;u<s;++u)l[u]=(a+u)/-o;else for(let u=0;u<s;++u)l[u]=(a+u)*o;return l}function ou(e,t,r){return t=+t,e=+e,r=+r,ho(e,t,r)[2]}function su(e,t,r){t=+t,e=+e,r=+r;const n=t<e,a=n?ou(t,e,r):ou(e,t,r);return(n?-1:1)*(a<0?1/-a:a)}function Nh(e,t){let r;for(const n of e)n!=null&&(r<n||r===void 0&&n>=n)&&(r=n);return r}function Dh(e,t){let r;for(const n of e)n!=null&&(r>n||r===void 0&&n>=n)&&(r=n);return r}function Ih(e,t,r=0,n=1/0,a){if(t=Math.floor(t),r=Math.floor(Math.max(0,r)),n=Math.floor(Math.min(e.length-1,n)),!(r<=t&&t<=n))return e;for(a=a===void 0?Mh:sM(a);n>r;){if(n-r>600){const l=n-r+1,u=t-r+1,c=Math.log(l),f=.5*Math.exp(2*c/3),d=.5*Math.sqrt(c*f*(l-f)/l)*(u-l/2<0?-1:1),h=Math.max(r,Math.floor(t-u*f/l+d)),v=Math.min(n,Math.floor(t+(l-u)*f/l+d));Ih(e,t,h,v,a)}const i=e[t];let o=r,s=n;for(_a(e,r,t),a(e[n],i)>0&&_a(e,r,n);o<s;){for(_a(e,o,s),++o,--s;a(e[o],i)<0;)++o;for(;a(e[s],i)>0;)--s}a(e[r],i)===0?_a(e,r,s):(++s,_a(e,s,n)),s<=t&&(r=s+1),t<=s&&(n=s-1)}return e}function _a(e,t,r){const n=e[t];e[t]=e[r],e[r]=n}function fM(e,t,r){if(e=Float64Array.from(nM(e)),!(!(n=e.length)||isNaN(t=+t))){if(t<=0||n<2)return Dh(e);if(t>=1)return Nh(e);var n,a=(n-1)*t,i=Math.floor(a),o=Nh(Ih(e,i).subarray(0,i+1)),s=Dh(e.subarray(i+1));return o+(s-o)*(a-i)}}function dM(e,t,r=Ch){if(!(!(n=e.length)||isNaN(t=+t))){if(t<=0||n<2)return+r(e[0],0,e);if(t>=1)return+r(e[n-1],n-1,e);var n,a=(n-1)*t,i=Math.floor(a),o=+r(e[i],i,e),s=+r(e[i+1],i+1,e);return o+(s-o)*(a-i)}}function pM(e,t,r){e=+e,t=+t,r=(a=arguments.length)<2?(t=e,e=0,1):a<3?1:+r;for(var n=-1,a=Math.max(0,Math.ceil((t-e)/r))|0,i=new Array(a);++n<a;)i[n]=e+n*r;return i}function At(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e);break}return this}function rr(e,t){switch(arguments.length){case 0:break;case 1:{typeof e=="function"?this.interpolator(e):this.range(e);break}default:{this.domain(e),typeof t=="function"?this.interpolator(t):this.range(t);break}}return this}const lu=Symbol("implicit");function uu(){var e=new $h,t=[],r=[],n=lu;function a(i){let o=e.get(i);if(o===void 0){if(n!==lu)return n;e.set(i,o=t.push(i)-1)}return r[o%r.length]}return a.domain=function(i){if(!arguments.length)return t.slice();t=[],e=new $h;for(const o of i)e.has(o)||e.set(o,t.push(o)-1);return a},a.range=function(i){return arguments.length?(r=Array.from(i),a):r.slice()},a.unknown=function(i){return arguments.length?(n=i,a):n},a.copy=function(){return uu(t,r).unknown(n)},At.apply(a,arguments),a}function Ea(){var e=uu().unknown(void 0),t=e.domain,r=e.range,n=0,a=1,i,o,s=!1,l=0,u=0,c=.5;delete e.unknown;function f(){var d=t().length,h=a<n,v=h?a:n,g=h?n:a;i=(g-v)/Math.max(1,d-l+u*2),s&&(i=Math.floor(i)),v+=(g-v-i*(d-l))*c,o=i*(1-l),s&&(v=Math.round(v),o=Math.round(o));var m=pM(d).map(function(b){return v+i*b});return r(h?m.reverse():m)}return e.domain=function(d){return arguments.length?(t(d),f()):t()},e.range=function(d){return arguments.length?([n,a]=d,n=+n,a=+a,f()):[n,a]},e.rangeRound=function(d){return[n,a]=d,n=+n,a=+a,s=!0,f()},e.bandwidth=function(){return o},e.step=function(){return i},e.round=function(d){return arguments.length?(s=!!d,f()):s},e.padding=function(d){return arguments.length?(l=Math.min(1,u=+d),f()):l},e.paddingInner=function(d){return arguments.length?(l=Math.min(1,d),f()):l},e.paddingOuter=function(d){return arguments.length?(u=+d,f()):u},e.align=function(d){return arguments.length?(c=Math.max(0,Math.min(1,d)),f()):c},e.copy=function(){return Ea(t(),[n,a]).round(s).paddingInner(l).paddingOuter(u).align(c)},At.apply(f(),arguments)}function Lh(e){var t=e.copy;return e.padding=e.paddingOuter,delete e.paddingInner,delete e.paddingOuter,e.copy=function(){return Lh(t())},e}function Ca(){return Lh(Ea.apply(null,arguments).paddingInner(1))}function cu(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function Rh(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function $a(){}var ka=.7,mo=1/ka,On="\\s*([+-]?\\d+)\\s*",Ma="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Wt="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",hM=/^#([0-9a-f]{3,8})$/,mM=new RegExp(`^rgb\\(${On},${On},${On}\\)$`),vM=new RegExp(`^rgb\\(${Wt},${Wt},${Wt}\\)$`),gM=new RegExp(`^rgba\\(${On},${On},${On},${Ma}\\)$`),yM=new RegExp(`^rgba\\(${Wt},${Wt},${Wt},${Ma}\\)$`),bM=new RegExp(`^hsl\\(${Ma},${Wt},${Wt}\\)$`),xM=new RegExp(`^hsla\\(${Ma},${Wt},${Wt},${Ma}\\)$`),Bh={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};cu($a,Na,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:Fh,formatHex:Fh,formatHex8:wM,formatHsl:OM,formatRgb:Uh,toString:Uh});function Fh(){return this.rgb().formatHex()}function wM(){return this.rgb().formatHex8()}function OM(){return Hh(this).formatHsl()}function Uh(){return this.rgb().formatRgb()}function Na(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=hM.exec(e))?(r=t[1].length,t=parseInt(t[1],16),r===6?Wh(t):r===3?new pt(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):r===8?vo(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):r===4?vo(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=mM.exec(e))?new pt(t[1],t[2],t[3],1):(t=vM.exec(e))?new pt(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=gM.exec(e))?vo(t[1],t[2],t[3],t[4]):(t=yM.exec(e))?vo(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=bM.exec(e))?Gh(t[1],t[2]/100,t[3]/100,1):(t=xM.exec(e))?Gh(t[1],t[2]/100,t[3]/100,t[4]):Bh.hasOwnProperty(e)?Wh(Bh[e]):e==="transparent"?new pt(NaN,NaN,NaN,0):null}function Wh(e){return new pt(e>>16&255,e>>8&255,e&255,1)}function vo(e,t,r,n){return n<=0&&(e=t=r=NaN),new pt(e,t,r,n)}function SM(e){return e instanceof $a||(e=Na(e)),e?(e=e.rgb(),new pt(e.r,e.g,e.b,e.opacity)):new pt}function fu(e,t,r,n){return arguments.length===1?SM(e):new pt(e,t,r,n??1)}function pt(e,t,r,n){this.r=+e,this.g=+t,this.b=+r,this.opacity=+n}cu(pt,fu,Rh($a,{brighter(e){return e=e==null?mo:Math.pow(mo,e),new pt(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?ka:Math.pow(ka,e),new pt(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new pt(Ir(this.r),Ir(this.g),Ir(this.b),go(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:zh,formatHex:zh,formatHex8:TM,formatRgb:Vh,toString:Vh}));function zh(){return`#${Lr(this.r)}${Lr(this.g)}${Lr(this.b)}`}function TM(){return`#${Lr(this.r)}${Lr(this.g)}${Lr(this.b)}${Lr((isNaN(this.opacity)?1:this.opacity)*255)}`}function Vh(){const e=go(this.opacity);return`${e===1?"rgb(":"rgba("}${Ir(this.r)}, ${Ir(this.g)}, ${Ir(this.b)}${e===1?")":`, ${e})`}`}function go(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Ir(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function Lr(e){return e=Ir(e),(e<16?"0":"")+e.toString(16)}function Gh(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new Mt(e,t,r,n)}function Hh(e){if(e instanceof Mt)return new Mt(e.h,e.s,e.l,e.opacity);if(e instanceof $a||(e=Na(e)),!e)return new Mt;if(e instanceof Mt)return e;e=e.rgb();var t=e.r/255,r=e.g/255,n=e.b/255,a=Math.min(t,r,n),i=Math.max(t,r,n),o=NaN,s=i-a,l=(i+a)/2;return s?(t===i?o=(r-n)/s+(r<n)*6:r===i?o=(n-t)/s+2:o=(t-r)/s+4,s/=l<.5?i+a:2-i-a,o*=60):s=l>0&&l<1?0:o,new Mt(o,s,l,e.opacity)}function AM(e,t,r,n){return arguments.length===1?Hh(e):new Mt(e,t,r,n??1)}function Mt(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}cu(Mt,AM,Rh($a,{brighter(e){return e=e==null?mo:Math.pow(mo,e),new Mt(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?ka:Math.pow(ka,e),new Mt(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,r=this.l,n=r+(r<.5?r:1-r)*t,a=2*r-n;return new pt(du(e>=240?e-240:e+120,a,n),du(e,a,n),du(e<120?e+240:e-120,a,n),this.opacity)},clamp(){return new Mt(qh(this.h),yo(this.s),yo(this.l),go(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=go(this.opacity);return`${e===1?"hsl(":"hsla("}${qh(this.h)}, ${yo(this.s)*100}%, ${yo(this.l)*100}%${e===1?")":`, ${e})`}`}}));function qh(e){return e=(e||0)%360,e<0?e+360:e}function yo(e){return Math.max(0,Math.min(1,e||0))}function du(e,t,r){return(e<60?t+(r-t)*e/60:e<180?r:e<240?t+(r-t)*(240-e)/60:t)*255}const pu=e=>()=>e;function jM(e,t){return function(r){return e+r*t}}function PM(e,t,r){return e=Math.pow(e,r),t=Math.pow(t,r)-e,r=1/r,function(n){return Math.pow(e+n*t,r)}}function _M(e){return(e=+e)==1?Kh:function(t,r){return r-t?PM(t,r,e):pu(isNaN(t)?r:t)}}function Kh(e,t){var r=t-e;return r?jM(e,r):pu(isNaN(e)?t:e)}const Yh=function e(t){var r=_M(t);function n(a,i){var o=r((a=fu(a)).r,(i=fu(i)).r),s=r(a.g,i.g),l=r(a.b,i.b),u=Kh(a.opacity,i.opacity);return function(c){return a.r=o(c),a.g=s(c),a.b=l(c),a.opacity=u(c),a+""}}return n.gamma=e,n}(1);function EM(e,t){t||(t=[]);var r=e?Math.min(t.length,e.length):0,n=t.slice(),a;return function(i){for(a=0;a<r;++a)n[a]=e[a]*(1-i)+t[a]*i;return n}}function CM(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function $M(e,t){var r=t?t.length:0,n=e?Math.min(r,e.length):0,a=new Array(n),i=new Array(r),o;for(o=0;o<n;++o)a[o]=Sn(e[o],t[o]);for(;o<r;++o)i[o]=t[o];return function(s){for(o=0;o<n;++o)i[o]=a[o](s);return i}}function kM(e,t){var r=new Date;return e=+e,t=+t,function(n){return r.setTime(e*(1-n)+t*n),r}}function bo(e,t){return e=+e,t=+t,function(r){return e*(1-r)+t*r}}function MM(e,t){var r={},n={},a;(e===null||typeof e!="object")&&(e={}),(t===null||typeof t!="object")&&(t={});for(a in t)a in e?r[a]=Sn(e[a],t[a]):n[a]=t[a];return function(i){for(a in r)n[a]=r[a](i);return n}}var hu=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,mu=new RegExp(hu.source,"g");function NM(e){return function(){return e}}function DM(e){return function(t){return e(t)+""}}function IM(e,t){var r=hu.lastIndex=mu.lastIndex=0,n,a,i,o=-1,s=[],l=[];for(e=e+"",t=t+"";(n=hu.exec(e))&&(a=mu.exec(t));)(i=a.index)>r&&(i=t.slice(r,i),s[o]?s[o]+=i:s[++o]=i),(n=n[0])===(a=a[0])?s[o]?s[o]+=a:s[++o]=a:(s[++o]=null,l.push({i:o,x:bo(n,a)})),r=mu.lastIndex;return r<t.length&&(i=t.slice(r),s[o]?s[o]+=i:s[++o]=i),s.length<2?l[0]?DM(l[0].x):NM(t):(t=l.length,function(u){for(var c=0,f;c<t;++c)s[(f=l[c]).i]=f.x(u);return s.join("")})}function Sn(e,t){var r=typeof t,n;return t==null||r==="boolean"?pu(t):(r==="number"?bo:r==="string"?(n=Na(t))?(t=n,Yh):IM:t instanceof Na?Yh:t instanceof Date?kM:CM(t)?EM:Array.isArray(t)?$M:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?MM:bo)(e,t)}function vu(e,t){return e=+e,t=+t,function(r){return Math.round(e*(1-r)+t*r)}}function LM(e,t){t===void 0&&(t=e,e=Sn);for(var r=0,n=t.length-1,a=t[0],i=new Array(n<0?0:n);r<n;)i[r]=e(a,a=t[++r]);return function(o){var s=Math.max(0,Math.min(n-1,Math.floor(o*=n)));return i[s](o-s)}}function RM(e){return function(){return e}}function xo(e){return+e}var Xh=[0,1];function lt(e){return e}function gu(e,t){return(t-=e=+e)?function(r){return(r-e)/t}:RM(isNaN(t)?NaN:.5)}function BM(e,t){var r;return e>t&&(r=e,e=t,t=r),function(n){return Math.max(e,Math.min(t,n))}}function FM(e,t,r){var n=e[0],a=e[1],i=t[0],o=t[1];return a<n?(n=gu(a,n),i=r(o,i)):(n=gu(n,a),i=r(i,o)),function(s){return i(n(s))}}function UM(e,t,r){var n=Math.min(e.length,t.length)-1,a=new Array(n),i=new Array(n),o=-1;for(e[n]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++o<n;)a[o]=gu(e[o],e[o+1]),i[o]=r(t[o],t[o+1]);return function(s){var l=Pa(e,s,1,n)-1;return i[l](a[l](s))}}function Da(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function wo(){var e=Xh,t=Xh,r=Sn,n,a,i,o=lt,s,l,u;function c(){var d=Math.min(e.length,t.length);return o!==lt&&(o=BM(e[0],e[d-1])),s=d>2?UM:FM,l=u=null,f}function f(d){return d==null||isNaN(d=+d)?i:(l||(l=s(e.map(n),t,r)))(n(o(d)))}return f.invert=function(d){return o(a((u||(u=s(t,e.map(n),bo)))(d)))},f.domain=function(d){return arguments.length?(e=Array.from(d,xo),c()):e.slice()},f.range=function(d){return arguments.length?(t=Array.from(d),c()):t.slice()},f.rangeRound=function(d){return t=Array.from(d),r=vu,c()},f.clamp=function(d){return arguments.length?(o=d?!0:lt,c()):o!==lt},f.interpolate=function(d){return arguments.length?(r=d,c()):r},f.unknown=function(d){return arguments.length?(i=d,f):i},function(d,h){return n=d,a=h,c()}}function yu(){return wo()(lt,lt)}function WM(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function Oo(e,t){if((r=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var r,n=e.slice(0,r);return[n.length>1?n[0]+n.slice(2):n,+e.slice(r+1)]}function Tn(e){return e=Oo(Math.abs(e)),e?e[1]:NaN}function zM(e,t){return function(r,n){for(var a=r.length,i=[],o=0,s=e[0],l=0;a>0&&s>0&&(l+s+1>n&&(s=Math.max(1,n-l)),i.push(r.substring(a-=s,a+s)),!((l+=s+1)>n));)s=e[o=(o+1)%e.length];return i.reverse().join(t)}}function VM(e){return function(t){return t.replace(/[0-9]/g,function(r){return e[+r]})}}var GM=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Ia(e){if(!(t=GM.exec(e)))throw new Error("invalid format: "+e);var t;return new bu({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}Ia.prototype=bu.prototype;function bu(e){this.fill=e.fill===void 0?" ":e.fill+"",this.align=e.align===void 0?">":e.align+"",this.sign=e.sign===void 0?"-":e.sign+"",this.symbol=e.symbol===void 0?"":e.symbol+"",this.zero=!!e.zero,this.width=e.width===void 0?void 0:+e.width,this.comma=!!e.comma,this.precision=e.precision===void 0?void 0:+e.precision,this.trim=!!e.trim,this.type=e.type===void 0?"":e.type+""}bu.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function HM(e){e:for(var t=e.length,r=1,n=-1,a;r<t;++r)switch(e[r]){case".":n=a=r;break;case"0":n===0&&(n=r),a=r;break;default:if(!+e[r])break e;n>0&&(n=0);break}return n>0?e.slice(0,n)+e.slice(a+1):e}var Zh;function qM(e,t){var r=Oo(e,t);if(!r)return e+"";var n=r[0],a=r[1],i=a-(Zh=Math.max(-8,Math.min(8,Math.floor(a/3)))*3)+1,o=n.length;return i===o?n:i>o?n+new Array(i-o+1).join("0"):i>0?n.slice(0,i)+"."+n.slice(i):"0."+new Array(1-i).join("0")+Oo(e,Math.max(0,t+i-1))[0]}function Jh(e,t){var r=Oo(e,t);if(!r)return e+"";var n=r[0],a=r[1];return a<0?"0."+new Array(-a).join("0")+n:n.length>a+1?n.slice(0,a+1)+"."+n.slice(a+1):n+new Array(a-n.length+2).join("0")}const Qh={"%":(e,t)=>(e*100).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:WM,e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>Jh(e*100,t),r:Jh,s:qM,X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function em(e){return e}var tm=Array.prototype.map,rm=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function KM(e){var t=e.grouping===void 0||e.thousands===void 0?em:zM(tm.call(e.grouping,Number),e.thousands+""),r=e.currency===void 0?"":e.currency[0]+"",n=e.currency===void 0?"":e.currency[1]+"",a=e.decimal===void 0?".":e.decimal+"",i=e.numerals===void 0?em:VM(tm.call(e.numerals,String)),o=e.percent===void 0?"%":e.percent+"",s=e.minus===void 0?"−":e.minus+"",l=e.nan===void 0?"NaN":e.nan+"";function u(f){f=Ia(f);var d=f.fill,h=f.align,v=f.sign,g=f.symbol,m=f.zero,b=f.width,O=f.comma,x=f.precision,j=f.trim,y=f.type;y==="n"?(O=!0,y="g"):Qh[y]||(x===void 0&&(x=12),j=!0,y="g"),(m||d==="0"&&h==="=")&&(m=!0,d="0",h="=");var w=g==="$"?r:g==="#"&&/[boxX]/.test(y)?"0"+y.toLowerCase():"",T=g==="$"?n:/[%p]/.test(y)?o:"",A=Qh[y],_=/[defgprs%]/.test(y);x=x===void 0?6:/[gprs]/.test(y)?Math.max(1,Math.min(21,x)):Math.max(0,Math.min(20,x));function C(P){var E=w,I=T,k,D,M;if(y==="c")I=A(P)+I,P="";else{P=+P;var F=P<0||1/P<0;if(P=isNaN(P)?l:A(Math.abs(P),x),j&&(P=HM(P)),F&&+P==0&&v!=="+"&&(F=!1),E=(F?v==="("?v:s:v==="-"||v==="("?"":v)+E,I=(y==="s"?rm[8+Zh/3]:"")+I+(F&&v==="("?")":""),_){for(k=-1,D=P.length;++k<D;)if(M=P.charCodeAt(k),48>M||M>57){I=(M===46?a+P.slice(k+1):P.slice(k))+I,P=P.slice(0,k);break}}}O&&!m&&(P=t(P,1/0));var z=E.length+P.length+I.length,q=z<b?new Array(b-z+1).join(d):"";switch(O&&m&&(P=t(q+P,q.length?b-I.length:1/0),q=""),h){case"<":P=E+P+I+q;break;case"=":P=E+q+P+I;break;case"^":P=q.slice(0,z=q.length>>1)+E+P+I+q.slice(z);break;default:P=q+E+P+I;break}return i(P)}return C.toString=function(){return f+""},C}function c(f,d){var h=u((f=Ia(f),f.type="f",f)),v=Math.max(-8,Math.min(8,Math.floor(Tn(d)/3)))*3,g=Math.pow(10,-v),m=rm[8+v/3];return function(b){return h(g*b)+m}}return{format:u,formatPrefix:c}}var So,xu,nm;YM({thousands:",",grouping:[3],currency:["$",""]});function YM(e){return So=KM(e),xu=So.format,nm=So.formatPrefix,So}function XM(e){return Math.max(0,-Tn(Math.abs(e)))}function ZM(e,t){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(Tn(t)/3)))*3-Tn(Math.abs(e)))}function JM(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,Tn(t)-Tn(e))+1}function am(e,t,r,n){var a=su(e,t,r),i;switch(n=Ia(n??",f"),n.type){case"s":{var o=Math.max(Math.abs(e),Math.abs(t));return n.precision==null&&!isNaN(i=ZM(a,o))&&(n.precision=i),nm(n,o)}case"":case"e":case"g":case"p":case"r":{n.precision==null&&!isNaN(i=JM(a,Math.max(Math.abs(e),Math.abs(t))))&&(n.precision=i-(n.type==="e"));break}case"f":case"%":{n.precision==null&&!isNaN(i=XM(a))&&(n.precision=i-(n.type==="%")*2);break}}return xu(n)}function br(e){var t=e.domain;return e.ticks=function(r){var n=t();return iu(n[0],n[n.length-1],r??10)},e.tickFormat=function(r,n){var a=t();return am(a[0],a[a.length-1],r??10,n)},e.nice=function(r){r==null&&(r=10);var n=t(),a=0,i=n.length-1,o=n[a],s=n[i],l,u,c=10;for(s<o&&(u=o,o=s,s=u,u=a,a=i,i=u);c-- >0;){if(u=ou(o,s,r),u===l)return n[a]=o,n[i]=s,t(n);if(u>0)o=Math.floor(o/u)*u,s=Math.ceil(s/u)*u;else if(u<0)o=Math.ceil(o*u)/u,s=Math.floor(s*u)/u;else break;l=u}return e},e}function To(){var e=yu();return e.copy=function(){return Da(e,To())},At.apply(e,arguments),br(e)}function im(e){var t;function r(n){return n==null||isNaN(n=+n)?t:n}return r.invert=r,r.domain=r.range=function(n){return arguments.length?(e=Array.from(n,xo),r):e.slice()},r.unknown=function(n){return arguments.length?(t=n,r):t},r.copy=function(){return im(e).unknown(t)},e=arguments.length?Array.from(e,xo):[0,1],br(r)}function om(e,t){e=e.slice();var r=0,n=e.length-1,a=e[r],i=e[n],o;return i<a&&(o=r,r=n,n=o,o=a,a=i,i=o),e[r]=t.floor(a),e[n]=t.ceil(i),e}function sm(e){return Math.log(e)}function lm(e){return Math.exp(e)}function QM(e){return-Math.log(-e)}function e3(e){return-Math.exp(-e)}function t3(e){return isFinite(e)?+("1e"+e):e<0?0:e}function r3(e){return e===10?t3:e===Math.E?Math.exp:t=>Math.pow(e,t)}function n3(e){return e===Math.E?Math.log:e===10&&Math.log10||e===2&&Math.log2||(e=Math.log(e),t=>Math.log(t)/e)}function um(e){return(t,r)=>-e(-t,r)}function wu(e){const t=e(sm,lm),r=t.domain;let n=10,a,i;function o(){return a=n3(n),i=r3(n),r()[0]<0?(a=um(a),i=um(i),e(QM,e3)):e(sm,lm),t}return t.base=function(s){return arguments.length?(n=+s,o()):n},t.domain=function(s){return arguments.length?(r(s),o()):r()},t.ticks=s=>{const l=r();let u=l[0],c=l[l.length-1];const f=c<u;f&&([u,c]=[c,u]);let d=a(u),h=a(c),v,g;const m=s==null?10:+s;let b=[];if(!(n%1)&&h-d<m){if(d=Math.floor(d),h=Math.ceil(h),u>0){for(;d<=h;++d)for(v=1;v<n;++v)if(g=d<0?v/i(-d):v*i(d),!(g<u)){if(g>c)break;b.push(g)}}else for(;d<=h;++d)for(v=n-1;v>=1;--v)if(g=d>0?v/i(-d):v*i(d),!(g<u)){if(g>c)break;b.push(g)}b.length*2<m&&(b=iu(u,c,m))}else b=iu(d,h,Math.min(h-d,m)).map(i);return f?b.reverse():b},t.tickFormat=(s,l)=>{if(s==null&&(s=10),l==null&&(l=n===10?"s":","),typeof l!="function"&&(!(n%1)&&(l=Ia(l)).precision==null&&(l.trim=!0),l=xu(l)),s===1/0)return l;const u=Math.max(1,n*s/t.ticks().length);return c=>{let f=c/i(Math.round(a(c)));return f*n<n-.5&&(f*=n),f<=u?l(c):""}},t.nice=()=>r(om(r(),{floor:s=>i(Math.floor(a(s))),ceil:s=>i(Math.ceil(a(s)))})),t}function cm(){const e=wu(wo()).domain([1,10]);return e.copy=()=>Da(e,cm()).base(e.base()),At.apply(e,arguments),e}function fm(e){return function(t){return Math.sign(t)*Math.log1p(Math.abs(t/e))}}function dm(e){return function(t){return Math.sign(t)*Math.expm1(Math.abs(t))*e}}function Ou(e){var t=1,r=e(fm(t),dm(t));return r.constant=function(n){return arguments.length?e(fm(t=+n),dm(t)):t},br(r)}function pm(){var e=Ou(wo());return e.copy=function(){return Da(e,pm()).constant(e.constant())},At.apply(e,arguments)}function hm(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}function a3(e){return e<0?-Math.sqrt(-e):Math.sqrt(e)}function i3(e){return e<0?-e*e:e*e}function Su(e){var t=e(lt,lt),r=1;function n(){return r===1?e(lt,lt):r===.5?e(a3,i3):e(hm(r),hm(1/r))}return t.exponent=function(a){return arguments.length?(r=+a,n()):r},br(t)}function Tu(){var e=Su(wo());return e.copy=function(){return Da(e,Tu()).exponent(e.exponent())},At.apply(e,arguments),e}function o3(){return Tu.apply(null,arguments).exponent(.5)}function mm(e){return Math.sign(e)*e*e}function s3(e){return Math.sign(e)*Math.sqrt(Math.abs(e))}function vm(){var e=yu(),t=[0,1],r=!1,n;function a(i){var o=s3(e(i));return isNaN(o)?n:r?Math.round(o):o}return a.invert=function(i){return e.invert(mm(i))},a.domain=function(i){return arguments.length?(e.domain(i),a):e.domain()},a.range=function(i){return arguments.length?(e.range((t=Array.from(i,xo)).map(mm)),a):t.slice()},a.rangeRound=function(i){return a.range(i).round(!0)},a.round=function(i){return arguments.length?(r=!!i,a):r},a.clamp=function(i){return arguments.length?(e.clamp(i),a):e.clamp()},a.unknown=function(i){return arguments.length?(n=i,a):n},a.copy=function(){return vm(e.domain(),t).round(r).clamp(e.clamp()).unknown(n)},At.apply(a,arguments),br(a)}function gm(){var e=[],t=[],r=[],n;function a(){var o=0,s=Math.max(1,t.length);for(r=new Array(s-1);++o<s;)r[o-1]=dM(e,o/s);return i}function i(o){return o==null||isNaN(o=+o)?n:t[Pa(r,o)]}return i.invertExtent=function(o){var s=t.indexOf(o);return s<0?[NaN,NaN]:[s>0?r[s-1]:e[0],s<r.length?r[s]:e[e.length-1]]},i.domain=function(o){if(!arguments.length)return e.slice();e=[];for(let s of o)s!=null&&!isNaN(s=+s)&&e.push(s);return e.sort(yr),a()},i.range=function(o){return arguments.length?(t=Array.from(o),a()):t.slice()},i.unknown=function(o){return arguments.length?(n=o,i):n},i.quantiles=function(){return r.slice()},i.copy=function(){return gm().domain(e).range(t).unknown(n)},At.apply(i,arguments)}function ym(){var e=0,t=1,r=1,n=[.5],a=[0,1],i;function o(l){return l!=null&&l<=l?a[Pa(n,l,0,r)]:i}function s(){var l=-1;for(n=new Array(r);++l<r;)n[l]=((l+1)*t-(l-r)*e)/(r+1);return o}return o.domain=function(l){return arguments.length?([e,t]=l,e=+e,t=+t,s()):[e,t]},o.range=function(l){return arguments.length?(r=(a=Array.from(l)).length-1,s()):a.slice()},o.invertExtent=function(l){var u=a.indexOf(l);return u<0?[NaN,NaN]:u<1?[e,n[0]]:u>=r?[n[r-1],t]:[n[u-1],n[u]]},o.unknown=function(l){return arguments.length&&(i=l),o},o.thresholds=function(){return n.slice()},o.copy=function(){return ym().domain([e,t]).range(a).unknown(i)},At.apply(br(o),arguments)}function bm(){var e=[.5],t=[0,1],r,n=1;function a(i){return i!=null&&i<=i?t[Pa(e,i,0,n)]:r}return a.domain=function(i){return arguments.length?(e=Array.from(i),n=Math.min(e.length,t.length-1),a):e.slice()},a.range=function(i){return arguments.length?(t=Array.from(i),n=Math.min(e.length,t.length-1),a):t.slice()},a.invertExtent=function(i){var o=t.indexOf(i);return[e[o-1],e[o]]},a.unknown=function(i){return arguments.length?(r=i,a):r},a.copy=function(){return bm().domain(e).range(t).unknown(r)},At.apply(a,arguments)}const Au=new Date,ju=new Date;function Ze(e,t,r,n){function a(i){return e(i=arguments.length===0?new Date:new Date(+i)),i}return a.floor=i=>(e(i=new Date(+i)),i),a.ceil=i=>(e(i=new Date(i-1)),t(i,1),e(i),i),a.round=i=>{const o=a(i),s=a.ceil(i);return i-o<s-i?o:s},a.offset=(i,o)=>(t(i=new Date(+i),o==null?1:Math.floor(o)),i),a.range=(i,o,s)=>{const l=[];if(i=a.ceil(i),s=s==null?1:Math.floor(s),!(i<o)||!(s>0))return l;let u;do l.push(u=new Date(+i)),t(i,s),e(i);while(u<i&&i<o);return l},a.filter=i=>Ze(o=>{if(o>=o)for(;e(o),!i(o);)o.setTime(o-1)},(o,s)=>{if(o>=o)if(s<0)for(;++s<=0;)for(;t(o,-1),!i(o););else for(;--s>=0;)for(;t(o,1),!i(o););}),r&&(a.count=(i,o)=>(Au.setTime(+i),ju.setTime(+o),e(Au),e(ju),Math.floor(r(Au,ju))),a.every=i=>(i=Math.floor(i),!isFinite(i)||!(i>0)?null:i>1?a.filter(n?o=>n(o)%i===0:o=>a.count(0,o)%i===0):a)),a}const Ao=Ze(()=>{},(e,t)=>{e.setTime(+e+t)},(e,t)=>t-e);Ao.every=e=>(e=Math.floor(e),!isFinite(e)||!(e>0)?null:e>1?Ze(t=>{t.setTime(Math.floor(t/e)*e)},(t,r)=>{t.setTime(+t+r*e)},(t,r)=>(r-t)/e):Ao),Ao.range;const nr=1e3,jt=nr*60,ar=jt*60,ir=ar*24,Pu=ir*7,xm=ir*30,_u=ir*365,Rr=Ze(e=>{e.setTime(e-e.getMilliseconds())},(e,t)=>{e.setTime(+e+t*nr)},(e,t)=>(t-e)/nr,e=>e.getUTCSeconds());Rr.range;const Eu=Ze(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*nr)},(e,t)=>{e.setTime(+e+t*jt)},(e,t)=>(t-e)/jt,e=>e.getMinutes());Eu.range;const Cu=Ze(e=>{e.setUTCSeconds(0,0)},(e,t)=>{e.setTime(+e+t*jt)},(e,t)=>(t-e)/jt,e=>e.getUTCMinutes());Cu.range;const $u=Ze(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*nr-e.getMinutes()*jt)},(e,t)=>{e.setTime(+e+t*ar)},(e,t)=>(t-e)/ar,e=>e.getHours());$u.range;const ku=Ze(e=>{e.setUTCMinutes(0,0,0)},(e,t)=>{e.setTime(+e+t*ar)},(e,t)=>(t-e)/ar,e=>e.getUTCHours());ku.range;const La=Ze(e=>e.setHours(0,0,0,0),(e,t)=>e.setDate(e.getDate()+t),(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*jt)/ir,e=>e.getDate()-1);La.range;const jo=Ze(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/ir,e=>e.getUTCDate()-1);jo.range;const wm=Ze(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/ir,e=>Math.floor(e/ir));wm.range;function Br(e){return Ze(t=>{t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)},(t,r)=>{t.setDate(t.getDate()+r*7)},(t,r)=>(r-t-(r.getTimezoneOffset()-t.getTimezoneOffset())*jt)/Pu)}const Po=Br(0),_o=Br(1),l3=Br(2),u3=Br(3),An=Br(4),c3=Br(5),f3=Br(6);Po.range,_o.range,l3.range,u3.range,An.range,c3.range,f3.range;function Fr(e){return Ze(t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)},(t,r)=>{t.setUTCDate(t.getUTCDate()+r*7)},(t,r)=>(r-t)/Pu)}const Eo=Fr(0),Co=Fr(1),d3=Fr(2),p3=Fr(3),jn=Fr(4),h3=Fr(5),m3=Fr(6);Eo.range,Co.range,d3.range,p3.range,jn.range,h3.range,m3.range;const Mu=Ze(e=>{e.setDate(1),e.setHours(0,0,0,0)},(e,t)=>{e.setMonth(e.getMonth()+t)},(e,t)=>t.getMonth()-e.getMonth()+(t.getFullYear()-e.getFullYear())*12,e=>e.getMonth());Mu.range;const Nu=Ze(e=>{e.setUTCDate(1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCMonth(e.getUTCMonth()+t)},(e,t)=>t.getUTCMonth()-e.getUTCMonth()+(t.getUTCFullYear()-e.getUTCFullYear())*12,e=>e.getUTCMonth());Nu.range;const or=Ze(e=>{e.setMonth(0,1),e.setHours(0,0,0,0)},(e,t)=>{e.setFullYear(e.getFullYear()+t)},(e,t)=>t.getFullYear()-e.getFullYear(),e=>e.getFullYear());or.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:Ze(t=>{t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)},(t,r)=>{t.setFullYear(t.getFullYear()+r*e)}),or.range;const sr=Ze(e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCFullYear(e.getUTCFullYear()+t)},(e,t)=>t.getUTCFullYear()-e.getUTCFullYear(),e=>e.getUTCFullYear());sr.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:Ze(t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,r)=>{t.setUTCFullYear(t.getUTCFullYear()+r*e)}),sr.range;function Om(e,t,r,n,a,i){const o=[[Rr,1,nr],[Rr,5,5*nr],[Rr,15,15*nr],[Rr,30,30*nr],[i,1,jt],[i,5,5*jt],[i,15,15*jt],[i,30,30*jt],[a,1,ar],[a,3,3*ar],[a,6,6*ar],[a,12,12*ar],[n,1,ir],[n,2,2*ir],[r,1,Pu],[t,1,xm],[t,3,3*xm],[e,1,_u]];function s(u,c,f){const d=c<u;d&&([u,c]=[c,u]);const h=f&&typeof f.range=="function"?f:l(u,c,f),v=h?h.range(u,+c+1):[];return d?v.reverse():v}function l(u,c,f){const d=Math.abs(c-u)/f,h=au(([,,m])=>m).right(o,d);if(h===o.length)return e.every(su(u/_u,c/_u,f));if(h===0)return Ao.every(Math.max(su(u,c,f),1));const[v,g]=o[d/o[h-1][2]<o[h][2]/d?h-1:h];return v.every(g)}return[s,l]}const[v3,g3]=Om(sr,Nu,Eo,wm,ku,Cu),[y3,b3]=Om(or,Mu,Po,La,$u,Eu);function Du(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function Iu(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function Ra(e,t,r){return{y:e,m:t,d:r,H:0,M:0,S:0,L:0}}function x3(e){var t=e.dateTime,r=e.date,n=e.time,a=e.periods,i=e.days,o=e.shortDays,s=e.months,l=e.shortMonths,u=Ba(a),c=Fa(a),f=Ba(i),d=Fa(i),h=Ba(o),v=Fa(o),g=Ba(s),m=Fa(s),b=Ba(l),O=Fa(l),x={a:F,A:z,b:q,B:$,c:null,d:_m,e:_m,f:z3,g:Q3,G:tN,H:F3,I:U3,j:W3,L:Em,m:V3,M:G3,p:R,q:U,Q:Dm,s:Im,S:H3,u:q3,U:K3,V:Y3,w:X3,W:Z3,x:null,X:null,y:J3,Y:eN,Z:rN,"%":Nm},j={a:W,A:K,b:B,B:G,c:null,d:$m,e:$m,f:oN,g:vN,G:yN,H:nN,I:aN,j:iN,L:km,m:sN,M:lN,p:X,q:te,Q:Dm,s:Im,S:uN,u:cN,U:fN,V:dN,w:pN,W:hN,x:null,X:null,y:mN,Y:gN,Z:bN,"%":Nm},y={a:C,A:P,b:E,B:I,c:k,d:jm,e:jm,f:I3,g:Am,G:Tm,H:Pm,I:Pm,j:k3,L:D3,m:$3,M:M3,p:_,q:C3,Q:R3,s:B3,S:N3,u:A3,U:j3,V:P3,w:T3,W:_3,x:D,X:M,y:Am,Y:Tm,Z:E3,"%":L3};x.x=w(r,x),x.X=w(n,x),x.c=w(t,x),j.x=w(r,j),j.X=w(n,j),j.c=w(t,j);function w(V,Z){return function(ee){var L=[],oe=-1,Y=0,ue=V.length,re,me,We;for(ee instanceof Date||(ee=new Date(+ee));++oe<ue;)V.charCodeAt(oe)===37&&(L.push(V.slice(Y,oe)),(me=Sm[re=V.charAt(++oe)])!=null?re=V.charAt(++oe):me=re==="e"?" ":"0",(We=Z[re])&&(re=We(ee,me)),L.push(re),Y=oe+1);return L.push(V.slice(Y,oe)),L.join("")}}function T(V,Z){return function(ee){var L=Ra(1900,void 0,1),oe=A(L,V,ee+="",0),Y,ue;if(oe!=ee.length)return null;if("Q"in L)return new Date(L.Q);if("s"in L)return new Date(L.s*1e3+("L"in L?L.L:0));if(Z&&!("Z"in L)&&(L.Z=0),"p"in L&&(L.H=L.H%12+L.p*12),L.m===void 0&&(L.m="q"in L?L.q:0),"V"in L){if(L.V<1||L.V>53)return null;"w"in L||(L.w=1),"Z"in L?(Y=Iu(Ra(L.y,0,1)),ue=Y.getUTCDay(),Y=ue>4||ue===0?Co.ceil(Y):Co(Y),Y=jo.offset(Y,(L.V-1)*7),L.y=Y.getUTCFullYear(),L.m=Y.getUTCMonth(),L.d=Y.getUTCDate()+(L.w+6)%7):(Y=Du(Ra(L.y,0,1)),ue=Y.getDay(),Y=ue>4||ue===0?_o.ceil(Y):_o(Y),Y=La.offset(Y,(L.V-1)*7),L.y=Y.getFullYear(),L.m=Y.getMonth(),L.d=Y.getDate()+(L.w+6)%7)}else("W"in L||"U"in L)&&("w"in L||(L.w="u"in L?L.u%7:"W"in L?1:0),ue="Z"in L?Iu(Ra(L.y,0,1)).getUTCDay():Du(Ra(L.y,0,1)).getDay(),L.m=0,L.d="W"in L?(L.w+6)%7+L.W*7-(ue+5)%7:L.w+L.U*7-(ue+6)%7);return"Z"in L?(L.H+=L.Z/100|0,L.M+=L.Z%100,Iu(L)):Du(L)}}function A(V,Z,ee,L){for(var oe=0,Y=Z.length,ue=ee.length,re,me;oe<Y;){if(L>=ue)return-1;if(re=Z.charCodeAt(oe++),re===37){if(re=Z.charAt(oe++),me=y[re in Sm?Z.charAt(oe++):re],!me||(L=me(V,ee,L))<0)return-1}else if(re!=ee.charCodeAt(L++))return-1}return L}function _(V,Z,ee){var L=u.exec(Z.slice(ee));return L?(V.p=c.get(L[0].toLowerCase()),ee+L[0].length):-1}function C(V,Z,ee){var L=h.exec(Z.slice(ee));return L?(V.w=v.get(L[0].toLowerCase()),ee+L[0].length):-1}function P(V,Z,ee){var L=f.exec(Z.slice(ee));return L?(V.w=d.get(L[0].toLowerCase()),ee+L[0].length):-1}function E(V,Z,ee){var L=b.exec(Z.slice(ee));return L?(V.m=O.get(L[0].toLowerCase()),ee+L[0].length):-1}function I(V,Z,ee){var L=g.exec(Z.slice(ee));return L?(V.m=m.get(L[0].toLowerCase()),ee+L[0].length):-1}function k(V,Z,ee){return A(V,t,Z,ee)}function D(V,Z,ee){return A(V,r,Z,ee)}function M(V,Z,ee){return A(V,n,Z,ee)}function F(V){return o[V.getDay()]}function z(V){return i[V.getDay()]}function q(V){return l[V.getMonth()]}function $(V){return s[V.getMonth()]}function R(V){return a[+(V.getHours()>=12)]}function U(V){return 1+~~(V.getMonth()/3)}function W(V){return o[V.getUTCDay()]}function K(V){return i[V.getUTCDay()]}function B(V){return l[V.getUTCMonth()]}function G(V){return s[V.getUTCMonth()]}function X(V){return a[+(V.getUTCHours()>=12)]}function te(V){return 1+~~(V.getUTCMonth()/3)}return{format:function(V){var Z=w(V+="",x);return Z.toString=function(){return V},Z},parse:function(V){var Z=T(V+="",!1);return Z.toString=function(){return V},Z},utcFormat:function(V){var Z=w(V+="",j);return Z.toString=function(){return V},Z},utcParse:function(V){var Z=T(V+="",!0);return Z.toString=function(){return V},Z}}}var Sm={"-":"",_:" ",0:"0"},tt=/^\s*\d+/,w3=/^%/,O3=/[\\^$*+?|[\]().{}]/g;function be(e,t,r){var n=e<0?"-":"",a=(n?-e:e)+"",i=a.length;return n+(i<r?new Array(r-i+1).join(t)+a:a)}function S3(e){return e.replace(O3,"\\$&")}function Ba(e){return new RegExp("^(?:"+e.map(S3).join("|")+")","i")}function Fa(e){return new Map(e.map((t,r)=>[t.toLowerCase(),r]))}function T3(e,t,r){var n=tt.exec(t.slice(r,r+1));return n?(e.w=+n[0],r+n[0].length):-1}function A3(e,t,r){var n=tt.exec(t.slice(r,r+1));return n?(e.u=+n[0],r+n[0].length):-1}function j3(e,t,r){var n=tt.exec(t.slice(r,r+2));return n?(e.U=+n[0],r+n[0].length):-1}function P3(e,t,r){var n=tt.exec(t.slice(r,r+2));return n?(e.V=+n[0],r+n[0].length):-1}function _3(e,t,r){var n=tt.exec(t.slice(r,r+2));return n?(e.W=+n[0],r+n[0].length):-1}function Tm(e,t,r){var n=tt.exec(t.slice(r,r+4));return n?(e.y=+n[0],r+n[0].length):-1}function Am(e,t,r){var n=tt.exec(t.slice(r,r+2));return n?(e.y=+n[0]+(+n[0]>68?1900:2e3),r+n[0].length):-1}function E3(e,t,r){var n=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(r,r+6));return n?(e.Z=n[1]?0:-(n[2]+(n[3]||"00")),r+n[0].length):-1}function C3(e,t,r){var n=tt.exec(t.slice(r,r+1));return n?(e.q=n[0]*3-3,r+n[0].length):-1}function $3(e,t,r){var n=tt.exec(t.slice(r,r+2));return n?(e.m=n[0]-1,r+n[0].length):-1}function jm(e,t,r){var n=tt.exec(t.slice(r,r+2));return n?(e.d=+n[0],r+n[0].length):-1}function k3(e,t,r){var n=tt.exec(t.slice(r,r+3));return n?(e.m=0,e.d=+n[0],r+n[0].length):-1}function Pm(e,t,r){var n=tt.exec(t.slice(r,r+2));return n?(e.H=+n[0],r+n[0].length):-1}function M3(e,t,r){var n=tt.exec(t.slice(r,r+2));return n?(e.M=+n[0],r+n[0].length):-1}function N3(e,t,r){var n=tt.exec(t.slice(r,r+2));return n?(e.S=+n[0],r+n[0].length):-1}function D3(e,t,r){var n=tt.exec(t.slice(r,r+3));return n?(e.L=+n[0],r+n[0].length):-1}function I3(e,t,r){var n=tt.exec(t.slice(r,r+6));return n?(e.L=Math.floor(n[0]/1e3),r+n[0].length):-1}function L3(e,t,r){var n=w3.exec(t.slice(r,r+1));return n?r+n[0].length:-1}function R3(e,t,r){var n=tt.exec(t.slice(r));return n?(e.Q=+n[0],r+n[0].length):-1}function B3(e,t,r){var n=tt.exec(t.slice(r));return n?(e.s=+n[0],r+n[0].length):-1}function _m(e,t){return be(e.getDate(),t,2)}function F3(e,t){return be(e.getHours(),t,2)}function U3(e,t){return be(e.getHours()%12||12,t,2)}function W3(e,t){return be(1+La.count(or(e),e),t,3)}function Em(e,t){return be(e.getMilliseconds(),t,3)}function z3(e,t){return Em(e,t)+"000"}function V3(e,t){return be(e.getMonth()+1,t,2)}function G3(e,t){return be(e.getMinutes(),t,2)}function H3(e,t){return be(e.getSeconds(),t,2)}function q3(e){var t=e.getDay();return t===0?7:t}function K3(e,t){return be(Po.count(or(e)-1,e),t,2)}function Cm(e){var t=e.getDay();return t>=4||t===0?An(e):An.ceil(e)}function Y3(e,t){return e=Cm(e),be(An.count(or(e),e)+(or(e).getDay()===4),t,2)}function X3(e){return e.getDay()}function Z3(e,t){return be(_o.count(or(e)-1,e),t,2)}function J3(e,t){return be(e.getFullYear()%100,t,2)}function Q3(e,t){return e=Cm(e),be(e.getFullYear()%100,t,2)}function eN(e,t){return be(e.getFullYear()%1e4,t,4)}function tN(e,t){var r=e.getDay();return e=r>=4||r===0?An(e):An.ceil(e),be(e.getFullYear()%1e4,t,4)}function rN(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+be(t/60|0,"0",2)+be(t%60,"0",2)}function $m(e,t){return be(e.getUTCDate(),t,2)}function nN(e,t){return be(e.getUTCHours(),t,2)}function aN(e,t){return be(e.getUTCHours()%12||12,t,2)}function iN(e,t){return be(1+jo.count(sr(e),e),t,3)}function km(e,t){return be(e.getUTCMilliseconds(),t,3)}function oN(e,t){return km(e,t)+"000"}function sN(e,t){return be(e.getUTCMonth()+1,t,2)}function lN(e,t){return be(e.getUTCMinutes(),t,2)}function uN(e,t){return be(e.getUTCSeconds(),t,2)}function cN(e){var t=e.getUTCDay();return t===0?7:t}function fN(e,t){return be(Eo.count(sr(e)-1,e),t,2)}function Mm(e){var t=e.getUTCDay();return t>=4||t===0?jn(e):jn.ceil(e)}function dN(e,t){return e=Mm(e),be(jn.count(sr(e),e)+(sr(e).getUTCDay()===4),t,2)}function pN(e){return e.getUTCDay()}function hN(e,t){return be(Co.count(sr(e)-1,e),t,2)}function mN(e,t){return be(e.getUTCFullYear()%100,t,2)}function vN(e,t){return e=Mm(e),be(e.getUTCFullYear()%100,t,2)}function gN(e,t){return be(e.getUTCFullYear()%1e4,t,4)}function yN(e,t){var r=e.getUTCDay();return e=r>=4||r===0?jn(e):jn.ceil(e),be(e.getUTCFullYear()%1e4,t,4)}function bN(){return"+0000"}function Nm(){return"%"}function Dm(e){return+e}function Im(e){return Math.floor(+e/1e3)}var Pn,Lm,Rm;xN({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function xN(e){return Pn=x3(e),Lm=Pn.format,Pn.parse,Rm=Pn.utcFormat,Pn.utcParse,Pn}function wN(e){return new Date(e)}function ON(e){return e instanceof Date?+e:+new Date(+e)}function Lu(e,t,r,n,a,i,o,s,l,u){var c=yu(),f=c.invert,d=c.domain,h=u(".%L"),v=u(":%S"),g=u("%I:%M"),m=u("%I %p"),b=u("%a %d"),O=u("%b %d"),x=u("%B"),j=u("%Y");function y(w){return(l(w)<w?h:s(w)<w?v:o(w)<w?g:i(w)<w?m:n(w)<w?a(w)<w?b:O:r(w)<w?x:j)(w)}return c.invert=function(w){return new Date(f(w))},c.domain=function(w){return arguments.length?d(Array.from(w,ON)):d().map(wN)},c.ticks=function(w){var T=d();return e(T[0],T[T.length-1],w??10)},c.tickFormat=function(w,T){return T==null?y:u(T)},c.nice=function(w){var T=d();return(!w||typeof w.range!="function")&&(w=t(T[0],T[T.length-1],w??10)),w?d(om(T,w)):c},c.copy=function(){return Da(c,Lu(e,t,r,n,a,i,o,s,l,u))},c}function SN(){return At.apply(Lu(y3,b3,or,Mu,Po,La,$u,Eu,Rr,Lm).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function TN(){return At.apply(Lu(v3,g3,sr,Nu,Eo,jo,ku,Cu,Rr,Rm).domain([Date.UTC(2e3,0,1),Date.UTC(2e3,0,2)]),arguments)}function $o(){var e=0,t=1,r,n,a,i,o=lt,s=!1,l;function u(f){return f==null||isNaN(f=+f)?l:o(a===0?.5:(f=(i(f)-r)*a,s?Math.max(0,Math.min(1,f)):f))}u.domain=function(f){return arguments.length?([e,t]=f,r=i(e=+e),n=i(t=+t),a=r===n?0:1/(n-r),u):[e,t]},u.clamp=function(f){return arguments.length?(s=!!f,u):s},u.interpolator=function(f){return arguments.length?(o=f,u):o};function c(f){return function(d){var h,v;return arguments.length?([h,v]=d,o=f(h,v),u):[o(0),o(1)]}}return u.range=c(Sn),u.rangeRound=c(vu),u.unknown=function(f){return arguments.length?(l=f,u):l},function(f){return i=f,r=f(e),n=f(t),a=r===n?0:1/(n-r),u}}function xr(e,t){return t.domain(e.domain()).interpolator(e.interpolator()).clamp(e.clamp()).unknown(e.unknown())}function Bm(){var e=br($o()(lt));return e.copy=function(){return xr(e,Bm())},rr.apply(e,arguments)}function Fm(){var e=wu($o()).domain([1,10]);return e.copy=function(){return xr(e,Fm()).base(e.base())},rr.apply(e,arguments)}function Um(){var e=Ou($o());return e.copy=function(){return xr(e,Um()).constant(e.constant())},rr.apply(e,arguments)}function Ru(){var e=Su($o());return e.copy=function(){return xr(e,Ru()).exponent(e.exponent())},rr.apply(e,arguments)}function AN(){return Ru.apply(null,arguments).exponent(.5)}function Wm(){var e=[],t=lt;function r(n){if(n!=null&&!isNaN(n=+n))return t((Pa(e,n,1)-1)/(e.length-1))}return r.domain=function(n){if(!arguments.length)return e.slice();e=[];for(let a of n)a!=null&&!isNaN(a=+a)&&e.push(a);return e.sort(yr),r},r.interpolator=function(n){return arguments.length?(t=n,r):t},r.range=function(){return e.map((n,a)=>t(a/(e.length-1)))},r.quantiles=function(n){return Array.from({length:n+1},(a,i)=>fM(e,i/n))},r.copy=function(){return Wm(t).domain(e)},rr.apply(r,arguments)}function ko(){var e=0,t=.5,r=1,n=1,a,i,o,s,l,u=lt,c,f=!1,d;function h(g){return isNaN(g=+g)?d:(g=.5+((g=+c(g))-i)*(n*g<n*i?s:l),u(f?Math.max(0,Math.min(1,g)):g))}h.domain=function(g){return arguments.length?([e,t,r]=g,a=c(e=+e),i=c(t=+t),o=c(r=+r),s=a===i?0:.5/(i-a),l=i===o?0:.5/(o-i),n=i<a?-1:1,h):[e,t,r]},h.clamp=function(g){return arguments.length?(f=!!g,h):f},h.interpolator=function(g){return arguments.length?(u=g,h):u};function v(g){return function(m){var b,O,x;return arguments.length?([b,O,x]=m,u=LM(g,[b,O,x]),h):[u(0),u(.5),u(1)]}}return h.range=v(Sn),h.rangeRound=v(vu),h.unknown=function(g){return arguments.length?(d=g,h):d},function(g){return c=g,a=g(e),i=g(t),o=g(r),s=a===i?0:.5/(i-a),l=i===o?0:.5/(o-i),n=i<a?-1:1,h}}function zm(){var e=br(ko()(lt));return e.copy=function(){return xr(e,zm())},rr.apply(e,arguments)}function Vm(){var e=wu(ko()).domain([.1,1,10]);return e.copy=function(){return xr(e,Vm()).base(e.base())},rr.apply(e,arguments)}function Gm(){var e=Ou(ko());return e.copy=function(){return xr(e,Gm()).constant(e.constant())},rr.apply(e,arguments)}function Bu(){var e=Su(ko());return e.copy=function(){return xr(e,Bu()).exponent(e.exponent())},rr.apply(e,arguments)}function jN(){return Bu.apply(null,arguments).exponent(.5)}const Hm=Object.freeze(Object.defineProperty({__proto__:null,scaleBand:Ea,scaleDiverging:zm,scaleDivergingLog:Vm,scaleDivergingPow:Bu,scaleDivergingSqrt:jN,scaleDivergingSymlog:Gm,scaleIdentity:im,scaleImplicit:lu,scaleLinear:To,scaleLog:cm,scaleOrdinal:uu,scalePoint:Ca,scalePow:Tu,scaleQuantile:gm,scaleQuantize:ym,scaleRadial:vm,scaleSequential:Bm,scaleSequentialLog:Fm,scaleSequentialPow:Ru,scaleSequentialQuantile:Wm,scaleSequentialSqrt:AN,scaleSequentialSymlog:Um,scaleSqrt:o3,scaleSymlog:pm,scaleThreshold:bm,scaleTime:SN,scaleUtc:TN,tickFormat:am},Symbol.toStringTag,{value:"Module"}));var PN=nn;function _N(e,t,r){for(var n=-1,a=e.length;++n<a;){var i=e[n],o=t(i);if(o!=null&&(s===void 0?o===o&&!PN(o):r(o,s)))var s=o,l=i}return l}var qm=_N;function EN(e,t){return e>t}var CN=EN,$N=qm,kN=CN,MN=mn;function NN(e){return e&&e.length?$N(e,MN,kN):void 0}var DN=NN;const wr=ke(DN);function IN(e,t){return e<t}var LN=IN,RN=qm,BN=LN,FN=mn;function UN(e){return e&&e.length?RN(e,FN,BN):void 0}var WN=UN;const Mo=ke(WN);var zN=rl,VN=vr,GN=zp,HN=ft;function qN(e,t){var r=HN(e)?zN:GN;return r(e,VN(t))}var KN=qN,YN=Up,XN=KN;function ZN(e,t){return YN(XN(e,t),1)}var JN=ZN;const QN=ke(JN);var e5=Ul;function t5(e,t){return e5(e,t)}var r5=t5;const Ur=ke(r5);var _n=1e9,n5={precision:20,rounding:4,toExpNeg:-7,toExpPos:21,LN10:"2.302585092994045684017991454684364207601101488628772976033327900967572609677352480235997205089598298341967784042286"},Wu,Re=!0,Pt="[DecimalError] ",Wr=Pt+"Invalid argument: ",Fu=Pt+"Exponent out of range: ",En=Math.floor,zr=Math.pow,a5=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,gt,rt=1e7,Le=7,Km=9007199254740991,No=En(Km/Le),ae={};ae.absoluteValue=ae.abs=function(){var e=new this.constructor(this);return e.s&&(e.s=1),e},ae.comparedTo=ae.cmp=function(e){var t,r,n,a,i=this;if(e=new i.constructor(e),i.s!==e.s)return i.s||-e.s;if(i.e!==e.e)return i.e>e.e^i.s<0?1:-1;for(n=i.d.length,a=e.d.length,t=0,r=n<a?n:a;t<r;++t)if(i.d[t]!==e.d[t])return i.d[t]>e.d[t]^i.s<0?1:-1;return n===a?0:n>a^i.s<0?1:-1},ae.decimalPlaces=ae.dp=function(){var e=this,t=e.d.length-1,r=(t-e.e)*Le;if(t=e.d[t],t)for(;t%10==0;t/=10)r--;return r<0?0:r},ae.dividedBy=ae.div=function(e){return lr(this,new this.constructor(e))},ae.dividedToIntegerBy=ae.idiv=function(e){var t=this,r=t.constructor;return Ce(lr(t,new r(e),0,1),r.precision)},ae.equals=ae.eq=function(e){return!this.cmp(e)},ae.exponent=function(){return qe(this)},ae.greaterThan=ae.gt=function(e){return this.cmp(e)>0},ae.greaterThanOrEqualTo=ae.gte=function(e){return this.cmp(e)>=0},ae.isInteger=ae.isint=function(){return this.e>this.d.length-2},ae.isNegative=ae.isneg=function(){return this.s<0},ae.isPositive=ae.ispos=function(){return this.s>0},ae.isZero=function(){return this.s===0},ae.lessThan=ae.lt=function(e){return this.cmp(e)<0},ae.lessThanOrEqualTo=ae.lte=function(e){return this.cmp(e)<1},ae.logarithm=ae.log=function(e){var t,r=this,n=r.constructor,a=n.precision,i=a+5;if(e===void 0)e=new n(10);else if(e=new n(e),e.s<1||e.eq(gt))throw Error(Pt+"NaN");if(r.s<1)throw Error(Pt+(r.s?"NaN":"-Infinity"));return r.eq(gt)?new n(0):(Re=!1,t=lr(Ua(r,i),Ua(e,i),i),Re=!0,Ce(t,a))},ae.minus=ae.sub=function(e){var t=this;return e=new t.constructor(e),t.s==e.s?Jm(t,e):Ym(t,(e.s=-e.s,e))},ae.modulo=ae.mod=function(e){var t,r=this,n=r.constructor,a=n.precision;if(e=new n(e),!e.s)throw Error(Pt+"NaN");return r.s?(Re=!1,t=lr(r,e,0,1).times(e),Re=!0,r.minus(t)):Ce(new n(r),a)},ae.naturalExponential=ae.exp=function(){return Xm(this)},ae.naturalLogarithm=ae.ln=function(){return Ua(this)},ae.negated=ae.neg=function(){var e=new this.constructor(this);return e.s=-e.s||0,e},ae.plus=ae.add=function(e){var t=this;return e=new t.constructor(e),t.s==e.s?Ym(t,e):Jm(t,(e.s=-e.s,e))},ae.precision=ae.sd=function(e){var t,r,n,a=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(Wr+e);if(t=qe(a)+1,n=a.d.length-1,r=n*Le+1,n=a.d[n],n){for(;n%10==0;n/=10)r--;for(n=a.d[0];n>=10;n/=10)r++}return e&&t>r?t:r},ae.squareRoot=ae.sqrt=function(){var e,t,r,n,a,i,o,s=this,l=s.constructor;if(s.s<1){if(!s.s)return new l(0);throw Error(Pt+"NaN")}for(e=qe(s),Re=!1,a=Math.sqrt(+s),a==0||a==1/0?(t=Vt(s.d),(t.length+e)%2==0&&(t+="0"),a=Math.sqrt(t),e=En((e+1)/2)-(e<0||e%2),a==1/0?t="5e"+e:(t=a.toExponential(),t=t.slice(0,t.indexOf("e")+1)+e),n=new l(t)):n=new l(a.toString()),r=l.precision,a=o=r+3;;)if(i=n,n=i.plus(lr(s,i,o+2)).times(.5),Vt(i.d).slice(0,o)===(t=Vt(n.d)).slice(0,o)){if(t=t.slice(o-3,o+1),a==o&&t=="4999"){if(Ce(i,r+1,0),i.times(i).eq(s)){n=i;break}}else if(t!="9999")break;o+=4}return Re=!0,Ce(n,r)},ae.times=ae.mul=function(e){var t,r,n,a,i,o,s,l,u,c=this,f=c.constructor,d=c.d,h=(e=new f(e)).d;if(!c.s||!e.s)return new f(0);for(e.s*=c.s,r=c.e+e.e,l=d.length,u=h.length,l<u&&(i=d,d=h,h=i,o=l,l=u,u=o),i=[],o=l+u,n=o;n--;)i.push(0);for(n=u;--n>=0;){for(t=0,a=l+n;a>n;)s=i[a]+h[n]*d[a-n-1]+t,i[a--]=s%rt|0,t=s/rt|0;i[a]=(i[a]+t)%rt|0}for(;!i[--o];)i.pop();return t?++r:i.shift(),e.d=i,e.e=r,Re?Ce(e,f.precision):e},ae.toDecimalPlaces=ae.todp=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(zt(e,0,_n),t===void 0?t=n.rounding:zt(t,0,8),Ce(r,e+qe(r)+1,t))},ae.toExponential=function(e,t){var r,n=this,a=n.constructor;return e===void 0?r=Vr(n,!0):(zt(e,0,_n),t===void 0?t=a.rounding:zt(t,0,8),n=Ce(new a(n),e+1,t),r=Vr(n,!0,e+1)),r},ae.toFixed=function(e,t){var r,n,a=this,i=a.constructor;return e===void 0?Vr(a):(zt(e,0,_n),t===void 0?t=i.rounding:zt(t,0,8),n=Ce(new i(a),e+qe(a)+1,t),r=Vr(n.abs(),!1,e+qe(n)+1),a.isneg()&&!a.isZero()?"-"+r:r)},ae.toInteger=ae.toint=function(){var e=this,t=e.constructor;return Ce(new t(e),qe(e)+1,t.rounding)},ae.toNumber=function(){return+this},ae.toPower=ae.pow=function(e){var t,r,n,a,i,o,s=this,l=s.constructor,u=12,c=+(e=new l(e));if(!e.s)return new l(gt);if(s=new l(s),!s.s){if(e.s<1)throw Error(Pt+"Infinity");return s}if(s.eq(gt))return s;if(n=l.precision,e.eq(gt))return Ce(s,n);if(t=e.e,r=e.d.length-1,o=t>=r,i=s.s,o){if((r=c<0?-c:c)<=Km){for(a=new l(gt),t=Math.ceil(n/Le+4),Re=!1;r%2&&(a=a.times(s),Qm(a.d,t)),r=En(r/2),r!==0;)s=s.times(s),Qm(s.d,t);return Re=!0,e.s<0?new l(gt).div(a):Ce(a,n)}}else if(i<0)throw Error(Pt+"NaN");return i=i<0&&e.d[Math.max(t,r)]&1?-1:1,s.s=1,Re=!1,a=e.times(Ua(s,n+u)),Re=!0,a=Xm(a),a.s=i,a},ae.toPrecision=function(e,t){var r,n,a=this,i=a.constructor;return e===void 0?(r=qe(a),n=Vr(a,r<=i.toExpNeg||r>=i.toExpPos)):(zt(e,1,_n),t===void 0?t=i.rounding:zt(t,0,8),a=Ce(new i(a),e,t),r=qe(a),n=Vr(a,e<=r||r<=i.toExpNeg,e)),n},ae.toSignificantDigits=ae.tosd=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(zt(e,1,_n),t===void 0?t=n.rounding:zt(t,0,8)),Ce(new n(r),e,t)},ae.toString=ae.valueOf=ae.val=ae.toJSON=ae[Symbol.for("nodejs.util.inspect.custom")]=function(){var e=this,t=qe(e),r=e.constructor;return Vr(e,t<=r.toExpNeg||t>=r.toExpPos)};function Ym(e,t){var r,n,a,i,o,s,l,u,c=e.constructor,f=c.precision;if(!e.s||!t.s)return t.s||(t=new c(e)),Re?Ce(t,f):t;if(l=e.d,u=t.d,o=e.e,a=t.e,l=l.slice(),i=o-a,i){for(i<0?(n=l,i=-i,s=u.length):(n=u,a=o,s=l.length),o=Math.ceil(f/Le),s=o>s?o+1:s+1,i>s&&(i=s,n.length=1),n.reverse();i--;)n.push(0);n.reverse()}for(s=l.length,i=u.length,s-i<0&&(i=s,n=u,u=l,l=n),r=0;i;)r=(l[--i]=l[i]+u[i]+r)/rt|0,l[i]%=rt;for(r&&(l.unshift(r),++a),s=l.length;l[--s]==0;)l.pop();return t.d=l,t.e=a,Re?Ce(t,f):t}function zt(e,t,r){if(e!==~~e||e<t||e>r)throw Error(Wr+e)}function Vt(e){var t,r,n,a=e.length-1,i="",o=e[0];if(a>0){for(i+=o,t=1;t<a;t++)n=e[t]+"",r=Le-n.length,r&&(i+=Or(r)),i+=n;o=e[t],n=o+"",r=Le-n.length,r&&(i+=Or(r))}else if(o===0)return"0";for(;o%10===0;)o/=10;return i+o}var lr=function(){function e(n,a){var i,o=0,s=n.length;for(n=n.slice();s--;)i=n[s]*a+o,n[s]=i%rt|0,o=i/rt|0;return o&&n.unshift(o),n}function t(n,a,i,o){var s,l;if(i!=o)l=i>o?1:-1;else for(s=l=0;s<i;s++)if(n[s]!=a[s]){l=n[s]>a[s]?1:-1;break}return l}function r(n,a,i){for(var o=0;i--;)n[i]-=o,o=n[i]<a[i]?1:0,n[i]=o*rt+n[i]-a[i];for(;!n[0]&&n.length>1;)n.shift()}return function(n,a,i,o){var s,l,u,c,f,d,h,v,g,m,b,O,x,j,y,w,T,A,_=n.constructor,C=n.s==a.s?1:-1,P=n.d,E=a.d;if(!n.s)return new _(n);if(!a.s)throw Error(Pt+"Division by zero");for(l=n.e-a.e,T=E.length,y=P.length,h=new _(C),v=h.d=[],u=0;E[u]==(P[u]||0);)++u;if(E[u]>(P[u]||0)&&--l,i==null?O=i=_.precision:o?O=i+(qe(n)-qe(a))+1:O=i,O<0)return new _(0);if(O=O/Le+2|0,u=0,T==1)for(c=0,E=E[0],O++;(u<y||c)&&O--;u++)x=c*rt+(P[u]||0),v[u]=x/E|0,c=x%E|0;else{for(c=rt/(E[0]+1)|0,c>1&&(E=e(E,c),P=e(P,c),T=E.length,y=P.length),j=T,g=P.slice(0,T),m=g.length;m<T;)g[m++]=0;A=E.slice(),A.unshift(0),w=E[0],E[1]>=rt/2&&++w;do c=0,s=t(E,g,T,m),s<0?(b=g[0],T!=m&&(b=b*rt+(g[1]||0)),c=b/w|0,c>1?(c>=rt&&(c=rt-1),f=e(E,c),d=f.length,m=g.length,s=t(f,g,d,m),s==1&&(c--,r(f,T<d?A:E,d))):(c==0&&(s=c=1),f=E.slice()),d=f.length,d<m&&f.unshift(0),r(g,f,m),s==-1&&(m=g.length,s=t(E,g,T,m),s<1&&(c++,r(g,T<m?A:E,m))),m=g.length):s===0&&(c++,g=[0]),v[u++]=c,s&&g[0]?g[m++]=P[j]||0:(g=[P[j]],m=1);while((j++<y||g[0]!==void 0)&&O--)}return v[0]||v.shift(),h.e=l,Ce(h,o?i+qe(h)+1:i)}}();function Xm(e,t){var r,n,a,i,o,s,l=0,u=0,c=e.constructor,f=c.precision;if(qe(e)>16)throw Error(Fu+qe(e));if(!e.s)return new c(gt);for(Re=!1,s=f,o=new c(.03125);e.abs().gte(.1);)e=e.times(o),u+=5;for(n=Math.log(zr(2,u))/Math.LN10*2+5|0,s+=n,r=a=i=new c(gt),c.precision=s;;){if(a=Ce(a.times(e),s),r=r.times(++l),o=i.plus(lr(a,r,s)),Vt(o.d).slice(0,s)===Vt(i.d).slice(0,s)){for(;u--;)i=Ce(i.times(i),s);return c.precision=f,t==null?(Re=!0,Ce(i,f)):i}i=o}}function qe(e){for(var t=e.e*Le,r=e.d[0];r>=10;r/=10)t++;return t}function Uu(e,t,r){if(t>e.LN10.sd())throw Re=!0,r&&(e.precision=r),Error(Pt+"LN10 precision limit exceeded");return Ce(new e(e.LN10),t)}function Or(e){for(var t="";e--;)t+="0";return t}function Ua(e,t){var r,n,a,i,o,s,l,u,c,f=1,d=10,h=e,v=h.d,g=h.constructor,m=g.precision;if(h.s<1)throw Error(Pt+(h.s?"NaN":"-Infinity"));if(h.eq(gt))return new g(0);if(t==null?(Re=!1,u=m):u=t,h.eq(10))return t==null&&(Re=!0),Uu(g,u);if(u+=d,g.precision=u,r=Vt(v),n=r.charAt(0),i=qe(h),Math.abs(i)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)h=h.times(e),r=Vt(h.d),n=r.charAt(0),f++;i=qe(h),n>1?(h=new g("0."+r),i++):h=new g(n+"."+r.slice(1))}else return l=Uu(g,u+2,m).times(i+""),h=Ua(new g(n+"."+r.slice(1)),u-d).plus(l),g.precision=m,t==null?(Re=!0,Ce(h,m)):h;for(s=o=h=lr(h.minus(gt),h.plus(gt),u),c=Ce(h.times(h),u),a=3;;){if(o=Ce(o.times(c),u),l=s.plus(lr(o,new g(a),u)),Vt(l.d).slice(0,u)===Vt(s.d).slice(0,u))return s=s.times(2),i!==0&&(s=s.plus(Uu(g,u+2,m).times(i+""))),s=lr(s,new g(f),u),g.precision=m,t==null?(Re=!0,Ce(s,m)):s;s=l,a+=2}}function Zm(e,t){var r,n,a;for((r=t.indexOf("."))>-1&&(t=t.replace(".","")),(n=t.search(/e/i))>0?(r<0&&(r=n),r+=+t.slice(n+1),t=t.substring(0,n)):r<0&&(r=t.length),n=0;t.charCodeAt(n)===48;)++n;for(a=t.length;t.charCodeAt(a-1)===48;)--a;if(t=t.slice(n,a),t){if(a-=n,r=r-n-1,e.e=En(r/Le),e.d=[],n=(r+1)%Le,r<0&&(n+=Le),n<a){for(n&&e.d.push(+t.slice(0,n)),a-=Le;n<a;)e.d.push(+t.slice(n,n+=Le));t=t.slice(n),n=Le-t.length}else n-=a;for(;n--;)t+="0";if(e.d.push(+t),Re&&(e.e>No||e.e<-No))throw Error(Fu+r)}else e.s=0,e.e=0,e.d=[0];return e}function Ce(e,t,r){var n,a,i,o,s,l,u,c,f=e.d;for(o=1,i=f[0];i>=10;i/=10)o++;if(n=t-o,n<0)n+=Le,a=t,u=f[c=0];else{if(c=Math.ceil((n+1)/Le),i=f.length,c>=i)return e;for(u=i=f[c],o=1;i>=10;i/=10)o++;n%=Le,a=n-Le+o}if(r!==void 0&&(i=zr(10,o-a-1),s=u/i%10|0,l=t<0||f[c+1]!==void 0||u%i,l=r<4?(s||l)&&(r==0||r==(e.s<0?3:2)):s>5||s==5&&(r==4||l||r==6&&(n>0?a>0?u/zr(10,o-a):0:f[c-1])%10&1||r==(e.s<0?8:7))),t<1||!f[0])return l?(i=qe(e),f.length=1,t=t-i-1,f[0]=zr(10,(Le-t%Le)%Le),e.e=En(-t/Le)||0):(f.length=1,f[0]=e.e=e.s=0),e;if(n==0?(f.length=c,i=1,c--):(f.length=c+1,i=zr(10,Le-n),f[c]=a>0?(u/zr(10,o-a)%zr(10,a)|0)*i:0),l)for(;;)if(c==0){(f[0]+=i)==rt&&(f[0]=1,++e.e);break}else{if(f[c]+=i,f[c]!=rt)break;f[c--]=0,i=1}for(n=f.length;f[--n]===0;)f.pop();if(Re&&(e.e>No||e.e<-No))throw Error(Fu+qe(e));return e}function Jm(e,t){var r,n,a,i,o,s,l,u,c,f,d=e.constructor,h=d.precision;if(!e.s||!t.s)return t.s?t.s=-t.s:t=new d(e),Re?Ce(t,h):t;if(l=e.d,f=t.d,n=t.e,u=e.e,l=l.slice(),o=u-n,o){for(c=o<0,c?(r=l,o=-o,s=f.length):(r=f,n=u,s=l.length),a=Math.max(Math.ceil(h/Le),s)+2,o>a&&(o=a,r.length=1),r.reverse(),a=o;a--;)r.push(0);r.reverse()}else{for(a=l.length,s=f.length,c=a<s,c&&(s=a),a=0;a<s;a++)if(l[a]!=f[a]){c=l[a]<f[a];break}o=0}for(c&&(r=l,l=f,f=r,t.s=-t.s),s=l.length,a=f.length-s;a>0;--a)l[s++]=0;for(a=f.length;a>o;){if(l[--a]<f[a]){for(i=a;i&&l[--i]===0;)l[i]=rt-1;--l[i],l[a]+=rt}l[a]-=f[a]}for(;l[--s]===0;)l.pop();for(;l[0]===0;l.shift())--n;return l[0]?(t.d=l,t.e=n,Re?Ce(t,h):t):new d(0)}function Vr(e,t,r){var n,a=qe(e),i=Vt(e.d),o=i.length;return t?(r&&(n=r-o)>0?i=i.charAt(0)+"."+i.slice(1)+Or(n):o>1&&(i=i.charAt(0)+"."+i.slice(1)),i=i+(a<0?"e":"e+")+a):a<0?(i="0."+Or(-a-1)+i,r&&(n=r-o)>0&&(i+=Or(n))):a>=o?(i+=Or(a+1-o),r&&(n=r-a-1)>0&&(i=i+"."+Or(n))):((n=a+1)<o&&(i=i.slice(0,n)+"."+i.slice(n)),r&&(n=r-o)>0&&(a+1===o&&(i+="."),i+=Or(n))),e.s<0?"-"+i:i}function Qm(e,t){if(e.length>t)return e.length=t,!0}function ev(e){var t,r,n;function a(i){var o=this;if(!(o instanceof a))return new a(i);if(o.constructor=a,i instanceof a){o.s=i.s,o.e=i.e,o.d=(i=i.d)?i.slice():i;return}if(typeof i=="number"){if(i*0!==0)throw Error(Wr+i);if(i>0)o.s=1;else if(i<0)i=-i,o.s=-1;else{o.s=0,o.e=0,o.d=[0];return}if(i===~~i&&i<1e7){o.e=0,o.d=[i];return}return Zm(o,i.toString())}else if(typeof i!="string")throw Error(Wr+i);if(i.charCodeAt(0)===45?(i=i.slice(1),o.s=-1):o.s=1,a5.test(i))Zm(o,i);else throw Error(Wr+i)}if(a.prototype=ae,a.ROUND_UP=0,a.ROUND_DOWN=1,a.ROUND_CEIL=2,a.ROUND_FLOOR=3,a.ROUND_HALF_UP=4,a.ROUND_HALF_DOWN=5,a.ROUND_HALF_EVEN=6,a.ROUND_HALF_CEIL=7,a.ROUND_HALF_FLOOR=8,a.clone=ev,a.config=a.set=i5,e===void 0&&(e={}),e)for(n=["precision","rounding","toExpNeg","toExpPos","LN10"],t=0;t<n.length;)e.hasOwnProperty(r=n[t++])||(e[r]=this[r]);return a.config(e),a}function i5(e){if(!e||typeof e!="object")throw Error(Pt+"Object expected");var t,r,n,a=["precision",1,_n,"rounding",0,8,"toExpNeg",-1/0,0,"toExpPos",0,1/0];for(t=0;t<a.length;t+=3)if((n=e[r=a[t]])!==void 0)if(En(n)===n&&n>=a[t+1]&&n<=a[t+2])this[r]=n;else throw Error(Wr+r+": "+n);if((n=e[r="LN10"])!==void 0)if(n==Math.LN10)this[r]=new this(n);else throw Error(Wr+r+": "+n);return this}var Wu=ev(n5);gt=new Wu(1);const Ee=Wu;function o5(e){return c5(e)||u5(e)||l5(e)||s5()}function s5(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
213
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function l5(e,t){if(e){if(typeof e=="string")return zu(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return zu(e,t)}}function u5(e){if(typeof Symbol<"u"&&Symbol.iterator in Object(e))return Array.from(e)}function c5(e){if(Array.isArray(e))return zu(e)}function zu(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var f5=function(t){return t},tv={},rv=function(t){return t===tv},nv=function(t){return function r(){return arguments.length===0||arguments.length===1&&rv(arguments.length<=0?void 0:arguments[0])?r:t.apply(void 0,arguments)}},d5=function e(t,r){return t===1?r:nv(function(){for(var n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];var o=a.filter(function(s){return s!==tv}).length;return o>=t?r.apply(void 0,a):e(t-o,nv(function(){for(var s=arguments.length,l=new Array(s),u=0;u<s;u++)l[u]=arguments[u];var c=a.map(function(f){return rv(f)?l.shift():f});return r.apply(void 0,o5(c).concat(l))}))})},Do=function(t){return d5(t.length,t)},Vu=function(t,r){for(var n=[],a=t;a<r;++a)n[a-t]=a;return n},p5=Do(function(e,t){return Array.isArray(t)?t.map(e):Object.keys(t).map(function(r){return t[r]}).map(e)}),h5=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];if(!r.length)return f5;var a=r.reverse(),i=a[0],o=a.slice(1);return function(){return o.reduce(function(s,l){return l(s)},i.apply(void 0,arguments))}},Gu=function(t){return Array.isArray(t)?t.reverse():t.split("").reverse.join("")},av=function(t){var r=null,n=null;return function(){for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return r&&i.every(function(s,l){return s===r[l]})||(r=i,n=t.apply(void 0,i)),n}};function m5(e){var t;return e===0?t=1:t=Math.floor(new Ee(e).abs().log(10).toNumber())+1,t}function v5(e,t,r){for(var n=new Ee(e),a=0,i=[];n.lt(t)&&a<1e5;)i.push(n.toNumber()),n=n.add(r),a++;return i}var g5=Do(function(e,t,r){var n=+e,a=+t;return n+r*(a-n)}),y5=Do(function(e,t,r){var n=t-+e;return n=n||1/0,(r-e)/n}),b5=Do(function(e,t,r){var n=t-+e;return n=n||1/0,Math.max(0,Math.min(1,(r-e)/n))});const Io={rangeStep:v5,getDigitCount:m5,interpolateNumber:g5,uninterpolateNumber:y5,uninterpolateTruncation:b5};function Hu(e){return O5(e)||w5(e)||iv(e)||x5()}function x5(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
214
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function w5(e){if(typeof Symbol<"u"&&Symbol.iterator in Object(e))return Array.from(e)}function O5(e){if(Array.isArray(e))return qu(e)}function Wa(e,t){return A5(e)||T5(e,t)||iv(e,t)||S5()}function S5(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
215
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function iv(e,t){if(e){if(typeof e=="string")return qu(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return qu(e,t)}}function qu(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function T5(e,t){if(!(typeof Symbol>"u"||!(Symbol.iterator in Object(e)))){var r=[],n=!0,a=!1,i=void 0;try{for(var o=e[Symbol.iterator](),s;!(n=(s=o.next()).done)&&(r.push(s.value),!(t&&r.length===t));n=!0);}catch(l){a=!0,i=l}finally{try{!n&&o.return!=null&&o.return()}finally{if(a)throw i}}return r}}function A5(e){if(Array.isArray(e))return e}function ov(e){var t=Wa(e,2),r=t[0],n=t[1],a=r,i=n;return r>n&&(a=n,i=r),[a,i]}function sv(e,t,r){if(e.lte(0))return new Ee(0);var n=Io.getDigitCount(e.toNumber()),a=new Ee(10).pow(n),i=e.div(a),o=n!==1?.05:.1,s=new Ee(Math.ceil(i.div(o).toNumber())).add(r).mul(o),l=s.mul(a);return t?l:new Ee(Math.ceil(l))}function j5(e,t,r){var n=1,a=new Ee(e);if(!a.isint()&&r){var i=Math.abs(e);i<1?(n=new Ee(10).pow(Io.getDigitCount(e)-1),a=new Ee(Math.floor(a.div(n).toNumber())).mul(n)):i>1&&(a=new Ee(Math.floor(e)))}else e===0?a=new Ee(Math.floor((t-1)/2)):r||(a=new Ee(Math.floor(e)));var o=Math.floor((t-1)/2),s=h5(p5(function(l){return a.add(new Ee(l-o).mul(n)).toNumber()}),Vu);return s(0,t)}function lv(e,t,r,n){var a=arguments.length>4&&arguments[4]!==void 0?arguments[4]:0;if(!Number.isFinite((t-e)/(r-1)))return{step:new Ee(0),tickMin:new Ee(0),tickMax:new Ee(0)};var i=sv(new Ee(t).sub(e).div(r-1),n,a),o;e<=0&&t>=0?o=new Ee(0):(o=new Ee(e).add(t).div(2),o=o.sub(new Ee(o).mod(i)));var s=Math.ceil(o.sub(e).div(i).toNumber()),l=Math.ceil(new Ee(t).sub(o).div(i).toNumber()),u=s+l+1;return u>r?lv(e,t,r,n,a+1):(u<r&&(l=t>0?l+(r-u):l,s=t>0?s:s+(r-u)),{step:i,tickMin:o.sub(new Ee(s).mul(i)),tickMax:o.add(new Ee(l).mul(i))})}function P5(e){var t=Wa(e,2),r=t[0],n=t[1],a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:6,i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0,o=Math.max(a,2),s=ov([r,n]),l=Wa(s,2),u=l[0],c=l[1];if(u===-1/0||c===1/0){var f=c===1/0?[u].concat(Hu(Vu(0,a-1).map(function(){return 1/0}))):[].concat(Hu(Vu(0,a-1).map(function(){return-1/0})),[c]);return r>n?Gu(f):f}if(u===c)return j5(u,a,i);var d=lv(u,c,o,i),h=d.step,v=d.tickMin,g=d.tickMax,m=Io.rangeStep(v,g.add(new Ee(.1).mul(h)),h);return r>n?Gu(m):m}function _5(e,t){var r=Wa(e,2),n=r[0],a=r[1],i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0,o=ov([n,a]),s=Wa(o,2),l=s[0],u=s[1];if(l===-1/0||u===1/0)return[n,a];if(l===u)return[l];var c=Math.max(t,2),f=sv(new Ee(u).sub(l).div(c-1),i,0),d=[].concat(Hu(Io.rangeStep(new Ee(l),new Ee(u).sub(new Ee(.99).mul(f)),f)),[u]);return n>a?Gu(d):d}var E5=av(P5),C5=av(_5),$5=process.env.NODE_ENV==="production",Ku="Invariant failed";function ht(e,t){if($5)throw new Error(Ku);var r=typeof t=="function"?t():t,n=r?"".concat(Ku,": ").concat(r):Ku;throw new Error(n)}var k5=["offset","layout","width","dataKey","data","dataPointFormatter","xAxis","yAxis"];function Cn(e){"@babel/helpers - typeof";return Cn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Cn(e)}function Lo(){return Lo=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Lo.apply(this,arguments)}function M5(e,t){return L5(e)||I5(e,t)||D5(e,t)||N5()}function N5(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
216
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function D5(e,t){if(e){if(typeof e=="string")return uv(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return uv(e,t)}}function uv(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function I5(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,o,s=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,t!==0)for(;!(l=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(c){u=!0,a=c}finally{try{if(!l&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw a}}return s}}function L5(e){if(Array.isArray(e))return e}function R5(e,t){if(e==null)return{};var r=B5(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function B5(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function F5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function U5(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,dv(n.key),n)}}function W5(e,t,r){return t&&U5(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function z5(e,t,r){return t=Ro(t),V5(e,cv()?Reflect.construct(t,r||[],Ro(e).constructor):t.apply(e,r))}function V5(e,t){if(t&&(Cn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return G5(e)}function G5(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function cv(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(cv=function(){return!!e})()}function Ro(e){return Ro=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ro(e)}function H5(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Yu(e,t)}function Yu(e,t){return Yu=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Yu(e,t)}function fv(e,t,r){return t=dv(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function dv(e){var t=q5(e,"string");return Cn(t)=="symbol"?t:t+""}function q5(e,t){if(Cn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Cn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var $n=function(e){function t(){return F5(this,t),z5(this,t,arguments)}return H5(t,e),W5(t,[{key:"render",value:function(){var n=this.props,a=n.offset,i=n.layout,o=n.width,s=n.dataKey,l=n.data,u=n.dataPointFormatter,c=n.xAxis,f=n.yAxis,d=R5(n,k5),h=de(d,!1);this.props.direction==="x"&&c.type!=="number"&&(process.env.NODE_ENV!=="production"?ht(!1,'ErrorBar requires Axis type property to be "number".'):ht());var v=l.map(function(g){var m=u(g,s),b=m.x,O=m.y,x=m.value,j=m.errorVal;if(!j)return null;var y=[],w,T;if(Array.isArray(j)){var A=M5(j,2);w=A[0],T=A[1]}else w=T=j;if(i==="vertical"){var _=c.scale,C=O+a,P=C+o,E=C-o,I=_(x-w),k=_(x+T);y.push({x1:k,y1:P,x2:k,y2:E}),y.push({x1:I,y1:C,x2:k,y2:C}),y.push({x1:I,y1:P,x2:I,y2:E})}else if(i==="horizontal"){var D=f.scale,M=b+a,F=M-o,z=M+o,q=D(x-w),$=D(x+T);y.push({x1:F,y1:$,x2:z,y2:$}),y.push({x1:M,y1:q,x2:M,y2:$}),y.push({x1:F,y1:q,x2:z,y2:q})}return S.createElement(xe,Lo({className:"recharts-errorBar",key:"bar-".concat(y.map(function(R){return"".concat(R.x1,"-").concat(R.x2,"-").concat(R.y1,"-").concat(R.y2)}))},h),y.map(function(R){return S.createElement("line",Lo({},R,{key:"line-".concat(R.x1,"-").concat(R.x2,"-").concat(R.y1,"-").concat(R.y2)}))}))});return S.createElement(xe,{className:"recharts-errorBars"},v)}}])}(S.Component);fv($n,"defaultProps",{stroke:"black",strokeWidth:1.5,width:5,offset:0,layout:"horizontal"}),fv($n,"displayName","ErrorBar");function za(e){"@babel/helpers - typeof";return za=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},za(e)}function pv(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Gr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?pv(Object(r),!0).forEach(function(n){K5(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):pv(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function K5(e,t,r){return t=Y5(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Y5(e){var t=X5(e,"string");return za(t)=="symbol"?t:t+""}function X5(e,t){if(za(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(za(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var hv=function(t){var r=t.children,n=t.formattedGraphicalItems,a=t.legendWidth,i=t.legendContent,o=vt(r,gn);if(!o)return null;var s=gn.defaultProps,l=s!==void 0?Gr(Gr({},s),o.props):{},u;return o.props&&o.props.payload?u=o.props&&o.props.payload:i==="children"?u=(n||[]).reduce(function(c,f){var d=f.item,h=f.props,v=h.sectors||h.data||[];return c.concat(v.map(function(g){return{type:o.props.iconType||d.props.legendType,value:g.name,color:g.fill,payload:g}}))},[]):u=(n||[]).map(function(c){var f=c.item,d=f.type.defaultProps,h=d!==void 0?Gr(Gr({},d),f.props):{},v=h.dataKey,g=h.name,m=h.legendType,b=h.hide;return{inactive:b,dataKey:v,type:l.iconType||m||"square",color:Zu(f),value:g||v,payload:h}}),Gr(Gr(Gr({},l),gn.getWithHeight(o,a)),{},{payload:u,item:o})};function Va(e){"@babel/helpers - typeof";return Va=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Va(e)}function mv(e){return e6(e)||Q5(e)||J5(e)||Z5()}function Z5(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
217
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function J5(e,t){if(e){if(typeof e=="string")return Xu(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Xu(e,t)}}function Q5(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function e6(e){if(Array.isArray(e))return Xu(e)}function Xu(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function vv(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Ue(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?vv(Object(r),!0).forEach(function(n){kn(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):vv(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function kn(e,t,r){return t=t6(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function t6(e){var t=r6(e,"string");return Va(t)=="symbol"?t:t+""}function r6(e,t){if(Va(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Va(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Je(e,t,r){return fe(e)||fe(t)?r:Xe(t)?wt(e,t,r):pe(t)?t(e):r}function Ga(e,t,r,n){var a=QN(e,function(s){return Je(s,t)});if(r==="number"){var i=a.filter(function(s){return Q(s)||parseFloat(s)});return i.length?[Mo(i),wr(i)]:[1/0,-1/0]}var o=n?a.filter(function(s){return!fe(s)}):a;return o.map(function(s){return Xe(s)||s instanceof Date?s:""})}var n6=function(t){var r,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],a=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0,o=-1,s=(r=n==null?void 0:n.length)!==null&&r!==void 0?r:0;if(s<=1)return 0;if(i&&i.axisType==="angleAxis"&&Math.abs(Math.abs(i.range[1]-i.range[0])-360)<=1e-6)for(var l=i.range,u=0;u<s;u++){var c=u>0?a[u-1].coordinate:a[s-1].coordinate,f=a[u].coordinate,d=u>=s-1?a[0].coordinate:a[u+1].coordinate,h=void 0;if($t(f-c)!==$t(d-f)){var v=[];if($t(d-f)===$t(l[1]-l[0])){h=d;var g=f+l[1]-l[0];v[0]=Math.min(g,(g+c)/2),v[1]=Math.max(g,(g+c)/2)}else{h=c;var m=d+l[1]-l[0];v[0]=Math.min(f,(m+f)/2),v[1]=Math.max(f,(m+f)/2)}var b=[Math.min(f,(h+f)/2),Math.max(f,(h+f)/2)];if(t>b[0]&&t<=b[1]||t>=v[0]&&t<=v[1]){o=a[u].index;break}}else{var O=Math.min(c,d),x=Math.max(c,d);if(t>(O+f)/2&&t<=(x+f)/2){o=a[u].index;break}}}else for(var j=0;j<s;j++)if(j===0&&t<=(n[j].coordinate+n[j+1].coordinate)/2||j>0&&j<s-1&&t>(n[j].coordinate+n[j-1].coordinate)/2&&t<=(n[j].coordinate+n[j+1].coordinate)/2||j===s-1&&t>(n[j].coordinate+n[j-1].coordinate)/2){o=n[j].index;break}return o},Zu=function(t){var r,n=t,a=n.type.displayName,i=(r=t.type)!==null&&r!==void 0&&r.defaultProps?Ue(Ue({},t.type.defaultProps),t.props):t.props,o=i.stroke,s=i.fill,l;switch(a){case"Line":l=o;break;case"Area":case"Radar":l=o&&o!=="none"?o:s;break;default:l=s;break}return l},a6=function(t){var r=t.barSize,n=t.totalSize,a=t.stackGroups,i=a===void 0?{}:a;if(!i)return{};for(var o={},s=Object.keys(i),l=0,u=s.length;l<u;l++)for(var c=i[s[l]].stackGroups,f=Object.keys(c),d=0,h=f.length;d<h;d++){var v=c[f[d]],g=v.items,m=v.cateAxisId,b=g.filter(function(T){return Qt(T.type).indexOf("Bar")>=0});if(b&&b.length){var O=b[0].type.defaultProps,x=O!==void 0?Ue(Ue({},O),b[0].props):b[0].props,j=x.barSize,y=x[m];o[y]||(o[y]=[]);var w=fe(j)?r:j;o[y].push({item:b[0],stackList:b.slice(1),barSize:fe(w)?void 0:Mr(w,n,0)})}}return o},i6=function(t){var r=t.barGap,n=t.barCategoryGap,a=t.bandSize,i=t.sizeList,o=i===void 0?[]:i,s=t.maxBarSize,l=o.length;if(l<1)return null;var u=Mr(r,a,0,!0),c,f=[];if(o[0].barSize===+o[0].barSize){var d=!1,h=a/l,v=o.reduce(function(j,y){return j+y.barSize||0},0);v+=(l-1)*u,v>=a&&(v-=(l-1)*u,u=0),v>=a&&h>0&&(d=!0,h*=.9,v=l*h);var g=(a-v)/2>>0,m={offset:g-u,size:0};c=o.reduce(function(j,y){var w={item:y.item,position:{offset:m.offset+m.size+u,size:d?h:y.barSize}},T=[].concat(mv(j),[w]);return m=T[T.length-1].position,y.stackList&&y.stackList.length&&y.stackList.forEach(function(A){T.push({item:A,position:m})}),T},f)}else{var b=Mr(n,a,0,!0);a-2*b-(l-1)*u<=0&&(u=0);var O=(a-2*b-(l-1)*u)/l;O>1&&(O>>=0);var x=s===+s?Math.min(O,s):O;c=o.reduce(function(j,y,w){var T=[].concat(mv(j),[{item:y.item,position:{offset:b+(O+u)*w+(O-x)/2,size:x}}]);return y.stackList&&y.stackList.length&&y.stackList.forEach(function(A){T.push({item:A,position:T[T.length-1].position})}),T},f)}return c},o6=function(t,r,n,a){var i=n.children,o=n.width,s=n.margin,l=o-(s.left||0)-(s.right||0),u=hv({children:i,legendWidth:l});if(u){var c=a||{},f=c.width,d=c.height,h=u.align,v=u.verticalAlign,g=u.layout;if((g==="vertical"||g==="horizontal"&&v==="middle")&&h!=="center"&&Q(t[h]))return Ue(Ue({},t),{},kn({},h,t[h]+(f||0)));if((g==="horizontal"||g==="vertical"&&h==="center")&&v!=="middle"&&Q(t[v]))return Ue(Ue({},t),{},kn({},v,t[v]+(d||0)))}return t},s6=function(t,r,n){return fe(r)?!0:t==="horizontal"?r==="yAxis":t==="vertical"||n==="x"?r==="xAxis":n==="y"?r==="yAxis":!0},gv=function(t,r,n,a,i){var o=r.props.children,s=dt(o,$n).filter(function(u){return s6(a,i,u.props.direction)});if(s&&s.length){var l=s.map(function(u){return u.props.dataKey});return t.reduce(function(u,c){var f=Je(c,n);if(fe(f))return u;var d=Array.isArray(f)?[Mo(f),wr(f)]:[f,f],h=l.reduce(function(v,g){var m=Je(c,g,0),b=d[0]-Math.abs(Array.isArray(m)?m[0]:m),O=d[1]+Math.abs(Array.isArray(m)?m[1]:m);return[Math.min(b,v[0]),Math.max(O,v[1])]},[1/0,-1/0]);return[Math.min(h[0],u[0]),Math.max(h[1],u[1])]},[1/0,-1/0])}return null},l6=function(t,r,n,a,i){var o=r.map(function(s){return gv(t,s,n,i,a)}).filter(function(s){return!fe(s)});return o&&o.length?o.reduce(function(s,l){return[Math.min(s[0],l[0]),Math.max(s[1],l[1])]},[1/0,-1/0]):null},yv=function(t,r,n,a,i){var o=r.map(function(l){var u=l.props.dataKey;return n==="number"&&u&&gv(t,l,u,a)||Ga(t,u,n,i)});if(n==="number")return o.reduce(function(l,u){return[Math.min(l[0],u[0]),Math.max(l[1],u[1])]},[1/0,-1/0]);var s={};return o.reduce(function(l,u){for(var c=0,f=u.length;c<f;c++)s[u[c]]||(s[u[c]]=!0,l.push(u[c]));return l},[])},bv=function(t,r){return t==="horizontal"&&r==="xAxis"||t==="vertical"&&r==="yAxis"||t==="centric"&&r==="angleAxis"||t==="radial"&&r==="radiusAxis"},xv=function(t,r,n,a){if(a)return t.map(function(l){return l.coordinate});var i,o,s=t.map(function(l){return l.coordinate===r&&(i=!0),l.coordinate===n&&(o=!0),l.coordinate});return i||s.push(r),o||s.push(n),s},ur=function(t,r,n){if(!t)return null;var a=t.scale,i=t.duplicateDomain,o=t.type,s=t.range,l=t.realScaleType==="scaleBand"?a.bandwidth()/2:2,u=(r||n)&&o==="category"&&a.bandwidth?a.bandwidth()/l:0;if(u=t.axisType==="angleAxis"&&(s==null?void 0:s.length)>=2?$t(s[0]-s[1])*2*u:u,r&&(t.ticks||t.niceTicks)){var c=(t.ticks||t.niceTicks).map(function(f){var d=i?i.indexOf(f):f;return{coordinate:a(d)+u,value:f,offset:u}});return c.filter(function(f){return!un(f.coordinate)})}return t.isCategorical&&t.categoricalDomain?t.categoricalDomain.map(function(f,d){return{coordinate:a(f)+u,value:f,index:d,offset:u}}):a.ticks&&!n?a.ticks(t.tickCount).map(function(f){return{coordinate:a(f)+u,value:f,offset:u}}):a.domain().map(function(f,d){return{coordinate:a(f)+u,value:i?i[f]:f,index:d,offset:u}})},Ju=new WeakMap,Bo=function(t,r){if(typeof r!="function")return t;Ju.has(t)||Ju.set(t,new WeakMap);var n=Ju.get(t);if(n.has(r))return n.get(r);var a=function(){t.apply(void 0,arguments),r.apply(void 0,arguments)};return n.set(r,a),a},u6=function(t,r,n){var a=t.scale,i=t.type,o=t.layout,s=t.axisType;if(a==="auto")return o==="radial"&&s==="radiusAxis"?{scale:Ea(),realScaleType:"band"}:o==="radial"&&s==="angleAxis"?{scale:To(),realScaleType:"linear"}:i==="category"&&r&&(r.indexOf("LineChart")>=0||r.indexOf("AreaChart")>=0||r.indexOf("ComposedChart")>=0&&!n)?{scale:Ca(),realScaleType:"point"}:i==="category"?{scale:Ea(),realScaleType:"band"}:{scale:To(),realScaleType:"linear"};if(Cr(a)){var l="scale".concat(Fi(a));return{scale:(Hm[l]||Ca)(),realScaleType:Hm[l]?l:"point"}}return pe(a)?{scale:a}:{scale:Ca(),realScaleType:"point"}},wv=1e-4,c6=function(t){var r=t.domain();if(!(!r||r.length<=2)){var n=r.length,a=t.range(),i=Math.min(a[0],a[1])-wv,o=Math.max(a[0],a[1])+wv,s=t(r[0]),l=t(r[n-1]);(s<i||s>o||l<i||l>o)&&t.domain([r[0],r[n-1]])}},f6=function(t,r){if(!t)return null;for(var n=0,a=t.length;n<a;n++)if(t[n].item===r)return t[n].position;return null},d6=function(t,r){if(!r||r.length!==2||!Q(r[0])||!Q(r[1]))return t;var n=Math.min(r[0],r[1]),a=Math.max(r[0],r[1]),i=[t[0],t[1]];return(!Q(t[0])||t[0]<n)&&(i[0]=n),(!Q(t[1])||t[1]>a)&&(i[1]=a),i[0]>a&&(i[0]=a),i[1]<n&&(i[1]=n),i},p6=function(t){var r=t.length;if(!(r<=0))for(var n=0,a=t[0].length;n<a;++n)for(var i=0,o=0,s=0;s<r;++s){var l=un(t[s][n][1])?t[s][n][0]:t[s][n][1];l>=0?(t[s][n][0]=i,t[s][n][1]=i+l,i=t[s][n][1]):(t[s][n][0]=o,t[s][n][1]=o+l,o=t[s][n][1])}},h6=function(t){var r=t.length;if(!(r<=0))for(var n=0,a=t[0].length;n<a;++n)for(var i=0,o=0;o<r;++o){var s=un(t[o][n][1])?t[o][n][0]:t[o][n][1];s>=0?(t[o][n][0]=i,t[o][n][1]=i+s,i=t[o][n][1]):(t[o][n][0]=0,t[o][n][1]=0)}},m6={sign:p6,expand:CS,none:fn,silhouette:$S,wiggle:kS,positive:h6},v6=function(t,r,n){var a=r.map(function(s){return s.props.dataKey}),i=m6[n],o=ES().keys(a).value(function(s,l){return+Je(s,l,0)}).order(Al).offset(i);return o(t)},g6=function(t,r,n,a,i,o){if(!t)return null;var s=o?r.reverse():r,l={},u=s.reduce(function(f,d){var h,v=(h=d.type)!==null&&h!==void 0&&h.defaultProps?Ue(Ue({},d.type.defaultProps),d.props):d.props,g=v.stackId,m=v.hide;if(m)return f;var b=v[n],O=f[b]||{hasStack:!1,stackGroups:{}};if(Xe(g)){var x=O.stackGroups[g]||{numericAxisId:n,cateAxisId:a,items:[]};x.items.push(d),O.hasStack=!0,O.stackGroups[g]=x}else O.stackGroups[kr("_stackId_")]={numericAxisId:n,cateAxisId:a,items:[d]};return Ue(Ue({},f),{},kn({},b,O))},l),c={};return Object.keys(u).reduce(function(f,d){var h=u[d];if(h.hasStack){var v={};h.stackGroups=Object.keys(h.stackGroups).reduce(function(g,m){var b=h.stackGroups[m];return Ue(Ue({},g),{},kn({},m,{numericAxisId:n,cateAxisId:a,items:b.items,stackedData:v6(t,b.items,i)}))},v)}return Ue(Ue({},f),{},kn({},d,h))},c)},y6=function(t,r){var n=r.realScaleType,a=r.type,i=r.tickCount,o=r.originalDomain,s=r.allowDecimals,l=n||r.scale;if(l!=="auto"&&l!=="linear")return null;if(i&&a==="number"&&o&&(o[0]==="auto"||o[1]==="auto")){var u=t.domain();if(!u.length)return null;var c=E5(u,i,s);return t.domain([Mo(c),wr(c)]),{niceTicks:c}}if(i&&a==="number"){var f=t.domain(),d=C5(f,i,s);return{niceTicks:d}}return null};function Mn(e){var t=e.axis,r=e.ticks,n=e.bandSize,a=e.entry,i=e.index,o=e.dataKey;if(t.type==="category"){if(!t.allowDuplicatedCategory&&t.dataKey&&!fe(a[t.dataKey])){var s=Ri(r,"value",a[t.dataKey]);if(s)return s.coordinate+n/2}return r[i]?r[i].coordinate+n/2:null}var l=Je(a,fe(o)?t.dataKey:o);return fe(l)?null:t.scale(l)}var Ov=function(t){var r=t.axis,n=t.ticks,a=t.offset,i=t.bandSize,o=t.entry,s=t.index;if(r.type==="category")return n[s]?n[s].coordinate+a:null;var l=Je(o,r.dataKey,r.domain[s]);return fe(l)?null:r.scale(l)-i/2+a},b6=function(t){var r=t.numericAxis,n=r.scale.domain();if(r.type==="number"){var a=Math.min(n[0],n[1]),i=Math.max(n[0],n[1]);return a<=0&&i>=0?0:i<0?i:a}return n[0]},x6=function(t,r){var n,a=(n=t.type)!==null&&n!==void 0&&n.defaultProps?Ue(Ue({},t.type.defaultProps),t.props):t.props,i=a.stackId;if(Xe(i)){var o=r[i];if(o){var s=o.items.indexOf(t);return s>=0?o.stackedData[s]:null}}return null},w6=function(t){return t.reduce(function(r,n){return[Mo(n.concat([r[0]]).filter(Q)),wr(n.concat([r[1]]).filter(Q))]},[1/0,-1/0])},Sv=function(t,r,n){return Object.keys(t).reduce(function(a,i){var o=t[i],s=o.stackedData,l=s.reduce(function(u,c){var f=w6(c.slice(r,n+1));return[Math.min(u[0],f[0]),Math.max(u[1],f[1])]},[1/0,-1/0]);return[Math.min(l[0],a[0]),Math.max(l[1],a[1])]},[1/0,-1/0]).map(function(a){return a===1/0||a===-1/0?0:a})},Tv=/^dataMin[\s]*-[\s]*([0-9]+([.]{1}[0-9]+){0,1})$/,Av=/^dataMax[\s]*\+[\s]*([0-9]+([.]{1}[0-9]+){0,1})$/,Qu=function(t,r,n){if(pe(t))return t(r,n);if(!Array.isArray(t))return r;var a=[];if(Q(t[0]))a[0]=n?t[0]:Math.min(t[0],r[0]);else if(Tv.test(t[0])){var i=+Tv.exec(t[0])[1];a[0]=r[0]-i}else pe(t[0])?a[0]=t[0](r[0]):a[0]=r[0];if(Q(t[1]))a[1]=n?t[1]:Math.max(t[1],r[1]);else if(Av.test(t[1])){var o=+Av.exec(t[1])[1];a[1]=r[1]+o}else pe(t[1])?a[1]=t[1](r[1]):a[1]=r[1];return a},Fo=function(t,r,n){if(t&&t.scale&&t.scale.bandwidth){var a=t.scale.bandwidth();if(!n||a>0)return a}if(t&&r&&r.length>=2){for(var i=Hl(r,function(f){return f.coordinate}),o=1/0,s=1,l=i.length;s<l;s++){var u=i[s],c=i[s-1];o=Math.min((u.coordinate||0)-(c.coordinate||0),o)}return o===1/0?0:o}return n?void 0:0},jv=function(t,r,n){return!t||!t.length||Ur(t,wt(n,"type.defaultProps.domain"))?r:t},Pv=function(t,r){var n=t.type.defaultProps?Ue(Ue({},t.type.defaultProps),t.props):t.props,a=n.dataKey,i=n.name,o=n.unit,s=n.formatter,l=n.tooltipType,u=n.chartType,c=n.hide;return Ue(Ue({},de(t,!1)),{},{dataKey:a,unit:o,formatter:s,name:i||a,color:Zu(t),value:Je(r,a),type:l,payload:r,chartType:u,hide:c})};function Ha(e){"@babel/helpers - typeof";return Ha=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ha(e)}function _v(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Ev(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?_v(Object(r),!0).forEach(function(n){O6(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):_v(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function O6(e,t,r){return t=S6(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function S6(e){var t=T6(e,"string");return Ha(t)=="symbol"?t:t+""}function T6(e,t){if(Ha(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ha(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Uo=Math.PI/180,A6=function(t){return t*180/Math.PI},nt=function(t,r,n,a){return{x:t+Math.cos(-Uo*a)*n,y:r+Math.sin(-Uo*a)*n}},j6=function(t,r){var n=t.x,a=t.y,i=r.x,o=r.y;return Math.sqrt(Math.pow(n-i,2)+Math.pow(a-o,2))},P6=function(t,r){var n=t.x,a=t.y,i=r.cx,o=r.cy,s=j6({x:n,y:a},{x:i,y:o});if(s<=0)return{radius:s};var l=(n-i)/s,u=Math.acos(l);return a>o&&(u=2*Math.PI-u),{radius:s,angle:A6(u),angleInRadian:u}},_6=function(t){var r=t.startAngle,n=t.endAngle,a=Math.floor(r/360),i=Math.floor(n/360),o=Math.min(a,i);return{startAngle:r-o*360,endAngle:n-o*360}},E6=function(t,r){var n=r.startAngle,a=r.endAngle,i=Math.floor(n/360),o=Math.floor(a/360),s=Math.min(i,o);return t+s*360},Cv=function(t,r){var n=t.x,a=t.y,i=P6({x:n,y:a},r),o=i.radius,s=i.angle,l=r.innerRadius,u=r.outerRadius;if(o<l||o>u)return!1;if(o===0)return!0;var c=_6(r),f=c.startAngle,d=c.endAngle,h=s,v;if(f<=d){for(;h>d;)h-=360;for(;h<f;)h+=360;v=h>=f&&h<=d}else{for(;h>f;)h-=360;for(;h<d;)h+=360;v=h>=d&&h<=f}return v?Ev(Ev({},r),{},{radius:o,angle:E6(h,r)}):null};function qa(e){"@babel/helpers - typeof";return qa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},qa(e)}var C6=["offset"];function $6(e){return D6(e)||N6(e)||M6(e)||k6()}function k6(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
218
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function M6(e,t){if(e){if(typeof e=="string")return ec(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return ec(e,t)}}function N6(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function D6(e){if(Array.isArray(e))return ec(e)}function ec(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function I6(e,t){if(e==null)return{};var r=L6(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function L6(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function $v(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Qe(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?$v(Object(r),!0).forEach(function(n){R6(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):$v(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function R6(e,t,r){return t=B6(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function B6(e){var t=F6(e,"string");return qa(t)=="symbol"?t:t+""}function F6(e,t){if(qa(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(qa(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Ka(){return Ka=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ka.apply(this,arguments)}var U6=function(t){var r=t.value,n=t.formatter,a=fe(t.children)?r:t.children;return pe(n)?n(a):a},W6=function(t,r){var n=$t(r-t),a=Math.min(Math.abs(r-t),360);return n*a},z6=function(t,r,n){var a=t.position,i=t.viewBox,o=t.offset,s=t.className,l=i,u=l.cx,c=l.cy,f=l.innerRadius,d=l.outerRadius,h=l.startAngle,v=l.endAngle,g=l.clockWise,m=(f+d)/2,b=W6(h,v),O=b>=0?1:-1,x,j;a==="insideStart"?(x=h+O*o,j=g):a==="insideEnd"?(x=v-O*o,j=!g):a==="end"&&(x=v+O*o,j=g),j=b<=0?j:!j;var y=nt(u,c,m,x),w=nt(u,c,m,x+(j?1:-1)*359),T="M".concat(y.x,",").concat(y.y,`
|
|
219
|
+
A`).concat(m,",").concat(m,",0,1,").concat(j?0:1,`,
|
|
220
|
+
`).concat(w.x,",").concat(w.y),A=fe(t.id)?kr("recharts-radial-line-"):t.id;return S.createElement("text",Ka({},n,{dominantBaseline:"central",className:ve("recharts-radial-bar-label",s)}),S.createElement("defs",null,S.createElement("path",{id:A,d:T})),S.createElement("textPath",{xlinkHref:"#".concat(A)},r))},V6=function(t){var r=t.viewBox,n=t.offset,a=t.position,i=r,o=i.cx,s=i.cy,l=i.innerRadius,u=i.outerRadius,c=i.startAngle,f=i.endAngle,d=(c+f)/2;if(a==="outside"){var h=nt(o,s,u+n,d),v=h.x,g=h.y;return{x:v,y:g,textAnchor:v>=o?"start":"end",verticalAnchor:"middle"}}if(a==="center")return{x:o,y:s,textAnchor:"middle",verticalAnchor:"middle"};if(a==="centerTop")return{x:o,y:s,textAnchor:"middle",verticalAnchor:"start"};if(a==="centerBottom")return{x:o,y:s,textAnchor:"middle",verticalAnchor:"end"};var m=(l+u)/2,b=nt(o,s,m,d),O=b.x,x=b.y;return{x:O,y:x,textAnchor:"middle",verticalAnchor:"middle"}},G6=function(t){var r=t.viewBox,n=t.parentViewBox,a=t.offset,i=t.position,o=r,s=o.x,l=o.y,u=o.width,c=o.height,f=c>=0?1:-1,d=f*a,h=f>0?"end":"start",v=f>0?"start":"end",g=u>=0?1:-1,m=g*a,b=g>0?"end":"start",O=g>0?"start":"end";if(i==="top"){var x={x:s+u/2,y:l-f*a,textAnchor:"middle",verticalAnchor:h};return Qe(Qe({},x),n?{height:Math.max(l-n.y,0),width:u}:{})}if(i==="bottom"){var j={x:s+u/2,y:l+c+d,textAnchor:"middle",verticalAnchor:v};return Qe(Qe({},j),n?{height:Math.max(n.y+n.height-(l+c),0),width:u}:{})}if(i==="left"){var y={x:s-m,y:l+c/2,textAnchor:b,verticalAnchor:"middle"};return Qe(Qe({},y),n?{width:Math.max(y.x-n.x,0),height:c}:{})}if(i==="right"){var w={x:s+u+m,y:l+c/2,textAnchor:O,verticalAnchor:"middle"};return Qe(Qe({},w),n?{width:Math.max(n.x+n.width-w.x,0),height:c}:{})}var T=n?{width:u,height:c}:{};return i==="insideLeft"?Qe({x:s+m,y:l+c/2,textAnchor:O,verticalAnchor:"middle"},T):i==="insideRight"?Qe({x:s+u-m,y:l+c/2,textAnchor:b,verticalAnchor:"middle"},T):i==="insideTop"?Qe({x:s+u/2,y:l+d,textAnchor:"middle",verticalAnchor:v},T):i==="insideBottom"?Qe({x:s+u/2,y:l+c-d,textAnchor:"middle",verticalAnchor:h},T):i==="insideTopLeft"?Qe({x:s+m,y:l+d,textAnchor:O,verticalAnchor:v},T):i==="insideTopRight"?Qe({x:s+u-m,y:l+d,textAnchor:b,verticalAnchor:v},T):i==="insideBottomLeft"?Qe({x:s+m,y:l+c-d,textAnchor:O,verticalAnchor:h},T):i==="insideBottomRight"?Qe({x:s+u-m,y:l+c-d,textAnchor:b,verticalAnchor:h},T):an(i)&&(Q(i.x)||$r(i.x))&&(Q(i.y)||$r(i.y))?Qe({x:s+Mr(i.x,u),y:l+Mr(i.y,c),textAnchor:"end",verticalAnchor:"end"},T):Qe({x:s+u/2,y:l+c/2,textAnchor:"middle",verticalAnchor:"middle"},T)},H6=function(t){return"cx"in t&&Q(t.cx)};function it(e){var t=e.offset,r=t===void 0?5:t,n=I6(e,C6),a=Qe({offset:r},n),i=a.viewBox,o=a.position,s=a.value,l=a.children,u=a.content,c=a.className,f=c===void 0?"":c,d=a.textBreakAll;if(!i||fe(s)&&fe(l)&&!S.isValidElement(u)&&!pe(u))return null;if(S.isValidElement(u))return S.cloneElement(u,a);var h;if(pe(u)){if(h=S.createElement(u,a),S.isValidElement(h))return h}else h=U6(a);var v=H6(i),g=de(a,!0);if(v&&(o==="insideStart"||o==="insideEnd"||o==="end"))return z6(a,h,g);var m=v?V6(a):G6(a);return S.createElement(po,Ka({className:ve("recharts-label",f)},g,m,{breakAll:d}),h)}it.displayName="Label";var kv=function(t){var r=t.cx,n=t.cy,a=t.angle,i=t.startAngle,o=t.endAngle,s=t.r,l=t.radius,u=t.innerRadius,c=t.outerRadius,f=t.x,d=t.y,h=t.top,v=t.left,g=t.width,m=t.height,b=t.clockWise,O=t.labelViewBox;if(O)return O;if(Q(g)&&Q(m)){if(Q(f)&&Q(d))return{x:f,y:d,width:g,height:m};if(Q(h)&&Q(v))return{x:h,y:v,width:g,height:m}}return Q(f)&&Q(d)?{x:f,y:d,width:0,height:0}:Q(r)&&Q(n)?{cx:r,cy:n,startAngle:i||a||0,endAngle:o||a||0,innerRadius:u||0,outerRadius:c||l||s||0,clockWise:b}:t.viewBox?t.viewBox:{}},q6=function(t,r){return t?t===!0?S.createElement(it,{key:"label-implicit",viewBox:r}):Xe(t)?S.createElement(it,{key:"label-implicit",viewBox:r,value:t}):S.isValidElement(t)?t.type===it?S.cloneElement(t,{key:"label-implicit",viewBox:r}):S.createElement(it,{key:"label-implicit",content:t,viewBox:r}):pe(t)?S.createElement(it,{key:"label-implicit",content:t,viewBox:r}):an(t)?S.createElement(it,Ka({viewBox:r},t,{key:"label-implicit"})):null:null},K6=function(t,r){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(!t||!t.children&&n&&!t.label)return null;var a=t.children,i=kv(t),o=dt(a,it).map(function(l,u){return S.cloneElement(l,{viewBox:r||i,key:"label-".concat(u)})});if(!n)return o;var s=q6(t.label,r||i);return[s].concat($6(o))};it.parseViewBox=kv,it.renderCallByParent=K6;function Y6(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}var X6=Y6;const Z6=ke(X6);function Ya(e){"@babel/helpers - typeof";return Ya=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ya(e)}var J6=["valueAccessor"],Q6=["data","dataKey","clockWise","id","textBreakAll"];function e4(e){return a4(e)||n4(e)||r4(e)||t4()}function t4(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
221
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function r4(e,t){if(e){if(typeof e=="string")return tc(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return tc(e,t)}}function n4(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function a4(e){if(Array.isArray(e))return tc(e)}function tc(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Wo(){return Wo=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wo.apply(this,arguments)}function Mv(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Nv(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Mv(Object(r),!0).forEach(function(n){i4(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Mv(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function i4(e,t,r){return t=o4(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function o4(e){var t=s4(e,"string");return Ya(t)=="symbol"?t:t+""}function s4(e,t){if(Ya(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ya(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Dv(e,t){if(e==null)return{};var r=l4(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function l4(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var u4=function(t){return Array.isArray(t.value)?Z6(t.value):t.value};function Gt(e){var t=e.valueAccessor,r=t===void 0?u4:t,n=Dv(e,J6),a=n.data,i=n.dataKey,o=n.clockWise,s=n.id,l=n.textBreakAll,u=Dv(n,Q6);return!a||!a.length?null:S.createElement(xe,{className:"recharts-label-list"},a.map(function(c,f){var d=fe(i)?r(c,f):Je(c&&c.payload,i),h=fe(s)?{}:{id:"".concat(s,"-").concat(f)};return S.createElement(it,Wo({},de(c,!0),u,h,{parentViewBox:c.parentViewBox,value:d,textBreakAll:l,viewBox:it.parseViewBox(fe(o)?c:Nv(Nv({},c),{},{clockWise:o})),key:"label-".concat(f),index:f}))}))}Gt.displayName="LabelList";function c4(e,t){return e?e===!0?S.createElement(Gt,{key:"labelList-implicit",data:t}):S.isValidElement(e)||pe(e)?S.createElement(Gt,{key:"labelList-implicit",data:t,content:e}):an(e)?S.createElement(Gt,Wo({data:t},e,{key:"labelList-implicit"})):null:null}function f4(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(!e||!e.children&&r&&!e.label)return null;var n=e.children,a=dt(n,Gt).map(function(o,s){return S.cloneElement(o,{data:t,key:"labelList-".concat(s)})});if(!r)return a;var i=c4(e.label,t);return[i].concat(e4(a))}Gt.renderCallByParent=f4;function Xa(e){"@babel/helpers - typeof";return Xa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Xa(e)}function rc(){return rc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rc.apply(this,arguments)}function Iv(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Lv(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Iv(Object(r),!0).forEach(function(n){d4(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Iv(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function d4(e,t,r){return t=p4(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function p4(e){var t=h4(e,"string");return Xa(t)=="symbol"?t:t+""}function h4(e,t){if(Xa(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Xa(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var m4=function(t,r){var n=$t(r-t),a=Math.min(Math.abs(r-t),359.999);return n*a},zo=function(t){var r=t.cx,n=t.cy,a=t.radius,i=t.angle,o=t.sign,s=t.isExternal,l=t.cornerRadius,u=t.cornerIsExternal,c=l*(s?1:-1)+a,f=Math.asin(l/c)/Uo,d=u?i:i+o*f,h=nt(r,n,c,d),v=nt(r,n,a,d),g=u?i-o*f:i,m=nt(r,n,c*Math.cos(f*Uo),g);return{center:h,circleTangency:v,lineTangency:m,theta:f}},Rv=function(t){var r=t.cx,n=t.cy,a=t.innerRadius,i=t.outerRadius,o=t.startAngle,s=t.endAngle,l=m4(o,s),u=o+l,c=nt(r,n,i,o),f=nt(r,n,i,u),d="M ".concat(c.x,",").concat(c.y,`
|
|
147
222
|
A `).concat(i,",").concat(i,`,0,
|
|
148
223
|
`).concat(+(Math.abs(l)>180),",").concat(+(o>u),`,
|
|
149
224
|
`).concat(f.x,",").concat(f.y,`
|
|
150
|
-
`);if(a>0){var
|
|
225
|
+
`);if(a>0){var h=nt(r,n,a,o),v=nt(r,n,a,u);d+="L ".concat(v.x,",").concat(v.y,`
|
|
151
226
|
A `).concat(a,",").concat(a,`,0,
|
|
152
227
|
`).concat(+(Math.abs(l)>180),",").concat(+(o<=u),`,
|
|
153
|
-
`).concat(
|
|
228
|
+
`).concat(h.x,",").concat(h.y," Z")}else d+="L ".concat(r,",").concat(n," Z");return d},v4=function(t){var r=t.cx,n=t.cy,a=t.innerRadius,i=t.outerRadius,o=t.cornerRadius,s=t.forceCornerRadius,l=t.cornerIsExternal,u=t.startAngle,c=t.endAngle,f=$t(c-u),d=zo({cx:r,cy:n,radius:i,angle:u,sign:f,cornerRadius:o,cornerIsExternal:l}),h=d.circleTangency,v=d.lineTangency,g=d.theta,m=zo({cx:r,cy:n,radius:i,angle:c,sign:-f,cornerRadius:o,cornerIsExternal:l}),b=m.circleTangency,O=m.lineTangency,x=m.theta,j=l?Math.abs(u-c):Math.abs(u-c)-g-x;if(j<0)return s?"M ".concat(v.x,",").concat(v.y,`
|
|
154
229
|
a`).concat(o,",").concat(o,",0,0,1,").concat(o*2,`,0
|
|
155
230
|
a`).concat(o,",").concat(o,",0,0,1,").concat(-o*2,`,0
|
|
156
|
-
`):
|
|
157
|
-
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(
|
|
158
|
-
A`).concat(i,",").concat(i,",0,").concat(+(
|
|
159
|
-
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(
|
|
160
|
-
`);if(a>0){var w=
|
|
161
|
-
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(
|
|
162
|
-
A`).concat(a,",").concat(a,",0,").concat(+(k>180),",").concat(+(f>0),",").concat(
|
|
163
|
-
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(
|
|
231
|
+
`):Rv({cx:r,cy:n,innerRadius:a,outerRadius:i,startAngle:u,endAngle:c});var y="M ".concat(v.x,",").concat(v.y,`
|
|
232
|
+
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(h.x,",").concat(h.y,`
|
|
233
|
+
A`).concat(i,",").concat(i,",0,").concat(+(j>180),",").concat(+(f<0),",").concat(b.x,",").concat(b.y,`
|
|
234
|
+
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(O.x,",").concat(O.y,`
|
|
235
|
+
`);if(a>0){var w=zo({cx:r,cy:n,radius:a,angle:u,sign:f,isExternal:!0,cornerRadius:o,cornerIsExternal:l}),T=w.circleTangency,A=w.lineTangency,_=w.theta,C=zo({cx:r,cy:n,radius:a,angle:c,sign:-f,isExternal:!0,cornerRadius:o,cornerIsExternal:l}),P=C.circleTangency,E=C.lineTangency,I=C.theta,k=l?Math.abs(u-c):Math.abs(u-c)-_-I;if(k<0&&o===0)return"".concat(y,"L").concat(r,",").concat(n,"Z");y+="L".concat(E.x,",").concat(E.y,`
|
|
236
|
+
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(P.x,",").concat(P.y,`
|
|
237
|
+
A`).concat(a,",").concat(a,",0,").concat(+(k>180),",").concat(+(f>0),",").concat(T.x,",").concat(T.y,`
|
|
238
|
+
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(A.x,",").concat(A.y,"Z")}else y+="L".concat(r,",").concat(n,"Z");return y},g4={cx:0,cy:0,innerRadius:0,outerRadius:0,startAngle:0,endAngle:0,cornerRadius:0,forceCornerRadius:!1,cornerIsExternal:!1},Bv=function(t){var r=Lv(Lv({},g4),t),n=r.cx,a=r.cy,i=r.innerRadius,o=r.outerRadius,s=r.cornerRadius,l=r.forceCornerRadius,u=r.cornerIsExternal,c=r.startAngle,f=r.endAngle,d=r.className;if(o<i||c===f)return null;var h=ve("recharts-sector",d),v=o-i,g=Mr(s,v,0,!0),m;return g>0&&Math.abs(c-f)<360?m=v4({cx:n,cy:a,innerRadius:i,outerRadius:o,cornerRadius:Math.min(g,v/2),forceCornerRadius:l,cornerIsExternal:u,startAngle:c,endAngle:f}):m=Rv({cx:n,cy:a,innerRadius:i,outerRadius:o,startAngle:c,endAngle:f}),S.createElement("path",rc({},de(r,!0),{className:h,d:m,role:"img"}))};function Za(e){"@babel/helpers - typeof";return Za=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Za(e)}function nc(){return nc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},nc.apply(this,arguments)}function Fv(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Uv(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Fv(Object(r),!0).forEach(function(n){y4(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Fv(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function y4(e,t,r){return t=b4(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function b4(e){var t=x4(e,"string");return Za(t)=="symbol"?t:t+""}function x4(e,t){if(Za(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Za(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Wv={curveBasisClosed:yS,curveBasisOpen:bS,curveBasis:gS,curveBumpX:nS,curveBumpY:aS,curveLinearClosed:xS,curveLinear:Vi,curveMonotoneX:wS,curveMonotoneY:OS,curveNatural:SS,curveStep:TS,curveStepAfter:jS,curveStepBefore:AS},Vo=function(t){return t.x===+t.x&&t.y===+t.y},Ja=function(t){return t.x},Qa=function(t){return t.y},w4=function(t,r){if(pe(t))return t;var n="curve".concat(Fi(t));return(n==="curveMonotone"||n==="curveBump")&&r?Wv["".concat(n).concat(r==="vertical"?"Y":"X")]:Wv[n]||Vi},O4=function(t){var r=t.type,n=r===void 0?"linear":r,a=t.points,i=a===void 0?[]:a,o=t.baseLine,s=t.layout,l=t.connectNulls,u=l===void 0?!1:l,c=w4(n,s),f=u?i.filter(function(g){return Vo(g)}):i,d;if(Array.isArray(o)){var h=u?o.filter(function(g){return Vo(g)}):o,v=f.map(function(g,m){return Uv(Uv({},g),{},{base:h[m]})});return s==="vertical"?d=Gi().y(Qa).x1(Ja).x0(function(g){return g.base.x}):d=Gi().x(Ja).y1(Qa).y0(function(g){return g.base.y}),d.defined(Vo).curve(c),d(v)}return s==="vertical"&&Q(o)?d=Gi().y(Qa).x1(Ja).x0(o):Q(o)?d=Gi().x(Ja).y1(Qa).y0(o):d=Pd().x(Ja).y(Qa),d.defined(Vo).curve(c),d(f)},Hr=function(t){var r=t.className,n=t.points,a=t.path,i=t.pathRef;if((!n||!n.length)&&!a)return null;var o=n&&n.length?O4(t):a;return xt.createElement("path",nc({},de(t,!1),Bi(t),{className:ve("recharts-curve",r),d:o,ref:i}))},ac={exports:{}},Go={exports:{}},Se={};/** @license React v16.13.1
|
|
164
239
|
* react-is.production.min.js
|
|
165
240
|
*
|
|
166
241
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
167
242
|
*
|
|
168
243
|
* This source code is licensed under the MIT license found in the
|
|
169
244
|
* LICENSE file in the root directory of this source tree.
|
|
170
|
-
*/var
|
|
245
|
+
*/var zv;function S4(){if(zv)return Se;zv=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,o=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,c=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,d=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,v=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,m=e?Symbol.for("react.fundamental"):60117,b=e?Symbol.for("react.responder"):60118,O=e?Symbol.for("react.scope"):60119;function x(y){if(typeof y=="object"&&y!==null){var w=y.$$typeof;switch(w){case t:switch(y=y.type,y){case l:case u:case n:case i:case a:case f:return y;default:switch(y=y&&y.$$typeof,y){case s:case c:case v:case h:case o:return y;default:return w}}case r:return w}}}function j(y){return x(y)===u}return Se.AsyncMode=l,Se.ConcurrentMode=u,Se.ContextConsumer=s,Se.ContextProvider=o,Se.Element=t,Se.ForwardRef=c,Se.Fragment=n,Se.Lazy=v,Se.Memo=h,Se.Portal=r,Se.Profiler=i,Se.StrictMode=a,Se.Suspense=f,Se.isAsyncMode=function(y){return j(y)||x(y)===l},Se.isConcurrentMode=j,Se.isContextConsumer=function(y){return x(y)===s},Se.isContextProvider=function(y){return x(y)===o},Se.isElement=function(y){return typeof y=="object"&&y!==null&&y.$$typeof===t},Se.isForwardRef=function(y){return x(y)===c},Se.isFragment=function(y){return x(y)===n},Se.isLazy=function(y){return x(y)===v},Se.isMemo=function(y){return x(y)===h},Se.isPortal=function(y){return x(y)===r},Se.isProfiler=function(y){return x(y)===i},Se.isStrictMode=function(y){return x(y)===a},Se.isSuspense=function(y){return x(y)===f},Se.isValidElementType=function(y){return typeof y=="string"||typeof y=="function"||y===n||y===u||y===i||y===a||y===f||y===d||typeof y=="object"&&y!==null&&(y.$$typeof===v||y.$$typeof===h||y.$$typeof===o||y.$$typeof===s||y.$$typeof===c||y.$$typeof===m||y.$$typeof===b||y.$$typeof===O||y.$$typeof===g)},Se.typeOf=x,Se}var Te={};/** @license React v16.13.1
|
|
171
246
|
* react-is.development.js
|
|
172
247
|
*
|
|
173
248
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
174
249
|
*
|
|
175
250
|
* This source code is licensed under the MIT license found in the
|
|
176
251
|
* LICENSE file in the root directory of this source tree.
|
|
177
|
-
*/var
|
|
252
|
+
*/var Vv;function T4(){return Vv||(Vv=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,o=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,c=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,d=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,v=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,m=e?Symbol.for("react.fundamental"):60117,b=e?Symbol.for("react.responder"):60118,O=e?Symbol.for("react.scope"):60119;function x(L){return typeof L=="string"||typeof L=="function"||L===n||L===u||L===i||L===a||L===f||L===d||typeof L=="object"&&L!==null&&(L.$$typeof===v||L.$$typeof===h||L.$$typeof===o||L.$$typeof===s||L.$$typeof===c||L.$$typeof===m||L.$$typeof===b||L.$$typeof===O||L.$$typeof===g)}function j(L){if(typeof L=="object"&&L!==null){var oe=L.$$typeof;switch(oe){case t:var Y=L.type;switch(Y){case l:case u:case n:case i:case a:case f:return Y;default:var ue=Y&&Y.$$typeof;switch(ue){case s:case c:case v:case h:case o:return ue;default:return oe}}case r:return oe}}}var y=l,w=u,T=s,A=o,_=t,C=c,P=n,E=v,I=h,k=r,D=i,M=a,F=f,z=!1;function q(L){return z||(z=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),$(L)||j(L)===l}function $(L){return j(L)===u}function R(L){return j(L)===s}function U(L){return j(L)===o}function W(L){return typeof L=="object"&&L!==null&&L.$$typeof===t}function K(L){return j(L)===c}function B(L){return j(L)===n}function G(L){return j(L)===v}function X(L){return j(L)===h}function te(L){return j(L)===r}function V(L){return j(L)===i}function Z(L){return j(L)===a}function ee(L){return j(L)===f}Te.AsyncMode=y,Te.ConcurrentMode=w,Te.ContextConsumer=T,Te.ContextProvider=A,Te.Element=_,Te.ForwardRef=C,Te.Fragment=P,Te.Lazy=E,Te.Memo=I,Te.Portal=k,Te.Profiler=D,Te.StrictMode=M,Te.Suspense=F,Te.isAsyncMode=q,Te.isConcurrentMode=$,Te.isContextConsumer=R,Te.isContextProvider=U,Te.isElement=W,Te.isForwardRef=K,Te.isFragment=B,Te.isLazy=G,Te.isMemo=X,Te.isPortal=te,Te.isProfiler=V,Te.isStrictMode=Z,Te.isSuspense=ee,Te.isValidElementType=x,Te.typeOf=j}()),Te}var Gv;function Hv(){return Gv||(Gv=1,process.env.NODE_ENV==="production"?Go.exports=S4():Go.exports=T4()),Go.exports}/*
|
|
178
253
|
object-assign
|
|
179
254
|
(c) Sindre Sorhus
|
|
180
255
|
@license MIT
|
|
181
|
-
*/var
|
|
182
|
-
Valid keys: `+JSON.stringify(Object.keys(
|
|
183
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
184
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
185
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
186
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
187
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
188
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
189
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
256
|
+
*/var ic,qv;function A4(){if(qv)return ic;qv=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function n(i){if(i==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(i)}function a(){try{if(!Object.assign)return!1;var i=new String("abc");if(i[5]="de",Object.getOwnPropertyNames(i)[0]==="5")return!1;for(var o={},s=0;s<10;s++)o["_"+String.fromCharCode(s)]=s;var l=Object.getOwnPropertyNames(o).map(function(c){return o[c]});if(l.join("")!=="0123456789")return!1;var u={};return"abcdefghijklmnopqrst".split("").forEach(function(c){u[c]=c}),Object.keys(Object.assign({},u)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return ic=a()?Object.assign:function(i,o){for(var s,l=n(i),u,c=1;c<arguments.length;c++){s=Object(arguments[c]);for(var f in s)t.call(s,f)&&(l[f]=s[f]);if(e){u=e(s);for(var d=0;d<u.length;d++)r.call(s,u[d])&&(l[u[d]]=s[u[d]])}}return l},ic}var oc,Kv;function sc(){if(Kv)return oc;Kv=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return oc=e,oc}var lc,Yv;function Xv(){return Yv||(Yv=1,lc=Function.call.bind(Object.prototype.hasOwnProperty)),lc}var uc,Zv;function j4(){if(Zv)return uc;Zv=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=sc(),r={},n=Xv();e=function(i){var o="Warning: "+i;typeof console<"u"&&console.error(o);try{throw new Error(o)}catch{}}}function a(i,o,s,l,u){if(process.env.NODE_ENV!=="production"){for(var c in i)if(n(i,c)){var f;try{if(typeof i[c]!="function"){var d=Error((l||"React class")+": "+s+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw d.name="Invariant Violation",d}f=i[c](o,c,l,s,null,t)}catch(v){f=v}if(f&&!(f instanceof Error)&&e((l||"React class")+": type specification of "+s+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof f+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),f instanceof Error&&!(f.message in r)){r[f.message]=!0;var h=u?u():"";e("Failed "+s+" type: "+f.message+(h??""))}}}}return a.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(r={})},uc=a,uc}var cc,Jv;function P4(){if(Jv)return cc;Jv=1;var e=Hv(),t=A4(),r=sc(),n=Xv(),a=j4(),i=function(){};process.env.NODE_ENV!=="production"&&(i=function(s){var l="Warning: "+s;typeof console<"u"&&console.error(l);try{throw new Error(l)}catch{}});function o(){return null}return cc=function(s,l){var u=typeof Symbol=="function"&&Symbol.iterator,c="@@iterator";function f($){var R=$&&(u&&$[u]||$[c]);if(typeof R=="function")return R}var d="<<anonymous>>",h={array:b("array"),bigint:b("bigint"),bool:b("boolean"),func:b("function"),number:b("number"),object:b("object"),string:b("string"),symbol:b("symbol"),any:O(),arrayOf:x,element:j(),elementType:y(),instanceOf:w,node:C(),objectOf:A,oneOf:T,oneOfType:_,shape:E,exact:I};function v($,R){return $===R?$!==0||1/$===1/R:$!==$&&R!==R}function g($,R){this.message=$,this.data=R&&typeof R=="object"?R:{},this.stack=""}g.prototype=Error.prototype;function m($){if(process.env.NODE_ENV!=="production")var R={},U=0;function W(B,G,X,te,V,Z,ee){if(te=te||d,Z=Z||X,ee!==r){if(l){var L=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw L.name="Invariant Violation",L}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var oe=te+":"+X;!R[oe]&&U<3&&(i("You are manually calling a React.PropTypes validation function for the `"+Z+"` prop on `"+te+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),R[oe]=!0,U++)}}return G[X]==null?B?G[X]===null?new g("The "+V+" `"+Z+"` is marked as required "+("in `"+te+"`, but its value is `null`.")):new g("The "+V+" `"+Z+"` is marked as required in "+("`"+te+"`, but its value is `undefined`.")):null:$(G,X,te,V,Z)}var K=W.bind(null,!1);return K.isRequired=W.bind(null,!0),K}function b($){function R(U,W,K,B,G,X){var te=U[W],V=M(te);if(V!==$){var Z=F(te);return new g("Invalid "+B+" `"+G+"` of type "+("`"+Z+"` supplied to `"+K+"`, expected ")+("`"+$+"`."),{expectedType:$})}return null}return m(R)}function O(){return m(o)}function x($){function R(U,W,K,B,G){if(typeof $!="function")return new g("Property `"+G+"` of component `"+K+"` has invalid PropType notation inside arrayOf.");var X=U[W];if(!Array.isArray(X)){var te=M(X);return new g("Invalid "+B+" `"+G+"` of type "+("`"+te+"` supplied to `"+K+"`, expected an array."))}for(var V=0;V<X.length;V++){var Z=$(X,V,K,B,G+"["+V+"]",r);if(Z instanceof Error)return Z}return null}return m(R)}function j(){function $(R,U,W,K,B){var G=R[U];if(!s(G)){var X=M(G);return new g("Invalid "+K+" `"+B+"` of type "+("`"+X+"` supplied to `"+W+"`, expected a single ReactElement."))}return null}return m($)}function y(){function $(R,U,W,K,B){var G=R[U];if(!e.isValidElementType(G)){var X=M(G);return new g("Invalid "+K+" `"+B+"` of type "+("`"+X+"` supplied to `"+W+"`, expected a single ReactElement type."))}return null}return m($)}function w($){function R(U,W,K,B,G){if(!(U[W]instanceof $)){var X=$.name||d,te=q(U[W]);return new g("Invalid "+B+" `"+G+"` of type "+("`"+te+"` supplied to `"+K+"`, expected ")+("instance of `"+X+"`."))}return null}return m(R)}function T($){if(!Array.isArray($))return process.env.NODE_ENV!=="production"&&(arguments.length>1?i("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):i("Invalid argument supplied to oneOf, expected an array.")),o;function R(U,W,K,B,G){for(var X=U[W],te=0;te<$.length;te++)if(v(X,$[te]))return null;var V=JSON.stringify($,function(ee,L){var oe=F(L);return oe==="symbol"?String(L):L});return new g("Invalid "+B+" `"+G+"` of value `"+String(X)+"` "+("supplied to `"+K+"`, expected one of "+V+"."))}return m(R)}function A($){function R(U,W,K,B,G){if(typeof $!="function")return new g("Property `"+G+"` of component `"+K+"` has invalid PropType notation inside objectOf.");var X=U[W],te=M(X);if(te!=="object")return new g("Invalid "+B+" `"+G+"` of type "+("`"+te+"` supplied to `"+K+"`, expected an object."));for(var V in X)if(n(X,V)){var Z=$(X,V,K,B,G+"."+V,r);if(Z instanceof Error)return Z}return null}return m(R)}function _($){if(!Array.isArray($))return process.env.NODE_ENV!=="production"&&i("Invalid argument supplied to oneOfType, expected an instance of array."),o;for(var R=0;R<$.length;R++){var U=$[R];if(typeof U!="function")return i("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+z(U)+" at index "+R+"."),o}function W(K,B,G,X,te){for(var V=[],Z=0;Z<$.length;Z++){var ee=$[Z],L=ee(K,B,G,X,te,r);if(L==null)return null;L.data&&n(L.data,"expectedType")&&V.push(L.data.expectedType)}var oe=V.length>0?", expected one of type ["+V.join(", ")+"]":"";return new g("Invalid "+X+" `"+te+"` supplied to "+("`"+G+"`"+oe+"."))}return m(W)}function C(){function $(R,U,W,K,B){return k(R[U])?null:new g("Invalid "+K+" `"+B+"` supplied to "+("`"+W+"`, expected a ReactNode."))}return m($)}function P($,R,U,W,K){return new g(($||"React class")+": "+R+" type `"+U+"."+W+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+K+"`.")}function E($){function R(U,W,K,B,G){var X=U[W],te=M(X);if(te!=="object")return new g("Invalid "+B+" `"+G+"` of type `"+te+"` "+("supplied to `"+K+"`, expected `object`."));for(var V in $){var Z=$[V];if(typeof Z!="function")return P(K,B,G,V,F(Z));var ee=Z(X,V,K,B,G+"."+V,r);if(ee)return ee}return null}return m(R)}function I($){function R(U,W,K,B,G){var X=U[W],te=M(X);if(te!=="object")return new g("Invalid "+B+" `"+G+"` of type `"+te+"` "+("supplied to `"+K+"`, expected `object`."));var V=t({},U[W],$);for(var Z in V){var ee=$[Z];if(n($,Z)&&typeof ee!="function")return P(K,B,G,Z,F(ee));if(!ee)return new g("Invalid "+B+" `"+G+"` key `"+Z+"` supplied to `"+K+"`.\nBad object: "+JSON.stringify(U[W],null," ")+`
|
|
257
|
+
Valid keys: `+JSON.stringify(Object.keys($),null," "));var L=ee(X,Z,K,B,G+"."+Z,r);if(L)return L}return null}return m(R)}function k($){switch(typeof $){case"number":case"string":case"undefined":return!0;case"boolean":return!$;case"object":if(Array.isArray($))return $.every(k);if($===null||s($))return!0;var R=f($);if(R){var U=R.call($),W;if(R!==$.entries){for(;!(W=U.next()).done;)if(!k(W.value))return!1}else for(;!(W=U.next()).done;){var K=W.value;if(K&&!k(K[1]))return!1}}else return!1;return!0;default:return!1}}function D($,R){return $==="symbol"?!0:R?R["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&R instanceof Symbol:!1}function M($){var R=typeof $;return Array.isArray($)?"array":$ instanceof RegExp?"object":D(R,$)?"symbol":R}function F($){if(typeof $>"u"||$===null)return""+$;var R=M($);if(R==="object"){if($ instanceof Date)return"date";if($ instanceof RegExp)return"regexp"}return R}function z($){var R=F($);switch(R){case"array":case"object":return"an "+R;case"boolean":case"date":case"regexp":return"a "+R;default:return R}}function q($){return!$.constructor||!$.constructor.name?d:$.constructor.name}return h.checkPropTypes=a,h.resetWarningCache=a.resetWarningCache,h.PropTypes=h,h},cc}var fc,Qv;function _4(){if(Qv)return fc;Qv=1;var e=sc();function t(){}function r(){}return r.resetWarningCache=t,fc=function(){function n(o,s,l,u,c,f){if(f!==e){var d=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw d.name="Invariant Violation",d}}n.isRequired=n;function a(){return n}var i={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:a,element:n,elementType:n,instanceOf:a,node:n,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:r,resetWarningCache:t};return i.PropTypes=i,i},fc}if(process.env.NODE_ENV!=="production"){var E4=Hv(),C4=!0;ac.exports=P4()(E4.isElement,C4)}else ac.exports=_4()();var $4=ac.exports;const Ae=ke($4);var k4=Object.getOwnPropertyNames,M4=Object.getOwnPropertySymbols,N4=Object.prototype.hasOwnProperty;function eg(e,t){return function(n,a,i){return e(n,a,i)&&t(n,a,i)}}function Ho(e){return function(r,n,a){if(!r||!n||typeof r!="object"||typeof n!="object")return e(r,n,a);var i=a.cache,o=i.get(r),s=i.get(n);if(o&&s)return o===n&&s===r;i.set(r,n),i.set(n,r);var l=e(r,n,a);return i.delete(r),i.delete(n),l}}function tg(e){return k4(e).concat(M4(e))}var D4=Object.hasOwn||function(e,t){return N4.call(e,t)};function qr(e,t){return e===t||!e&&!t&&e!==e&&t!==t}var I4="__v",L4="__o",R4="_owner",rg=Object.getOwnPropertyDescriptor,ng=Object.keys;function B4(e,t,r){var n=e.length;if(t.length!==n)return!1;for(;n-- >0;)if(!r.equals(e[n],t[n],n,n,e,t,r))return!1;return!0}function F4(e,t){return qr(e.getTime(),t.getTime())}function U4(e,t){return e.name===t.name&&e.message===t.message&&e.cause===t.cause&&e.stack===t.stack}function W4(e,t){return e===t}function ag(e,t,r){var n=e.size;if(n!==t.size)return!1;if(!n)return!0;for(var a=new Array(n),i=e.entries(),o,s,l=0;(o=i.next())&&!o.done;){for(var u=t.entries(),c=!1,f=0;(s=u.next())&&!s.done;){if(a[f]){f++;continue}var d=o.value,h=s.value;if(r.equals(d[0],h[0],l,f,e,t,r)&&r.equals(d[1],h[1],d[0],h[0],e,t,r)){c=a[f]=!0;break}f++}if(!c)return!1;l++}return!0}var z4=qr;function V4(e,t,r){var n=ng(e),a=n.length;if(ng(t).length!==a)return!1;for(;a-- >0;)if(!og(e,t,r,n[a]))return!1;return!0}function ei(e,t,r){var n=tg(e),a=n.length;if(tg(t).length!==a)return!1;for(var i,o,s;a-- >0;)if(i=n[a],!og(e,t,r,i)||(o=rg(e,i),s=rg(t,i),(o||s)&&(!o||!s||o.configurable!==s.configurable||o.enumerable!==s.enumerable||o.writable!==s.writable)))return!1;return!0}function G4(e,t){return qr(e.valueOf(),t.valueOf())}function H4(e,t){return e.source===t.source&&e.flags===t.flags}function ig(e,t,r){var n=e.size;if(n!==t.size)return!1;if(!n)return!0;for(var a=new Array(n),i=e.values(),o,s;(o=i.next())&&!o.done;){for(var l=t.values(),u=!1,c=0;(s=l.next())&&!s.done;){if(!a[c]&&r.equals(o.value,s.value,o.value,s.value,e,t,r)){u=a[c]=!0;break}c++}if(!u)return!1}return!0}function q4(e,t){var r=e.length;if(t.length!==r)return!1;for(;r-- >0;)if(e[r]!==t[r])return!1;return!0}function K4(e,t){return e.hostname===t.hostname&&e.pathname===t.pathname&&e.protocol===t.protocol&&e.port===t.port&&e.hash===t.hash&&e.username===t.username&&e.password===t.password}function og(e,t,r,n){return(n===R4||n===L4||n===I4)&&(e.$$typeof||t.$$typeof)?!0:D4(t,n)&&r.equals(e[n],t[n],n,n,e,t,r)}var Y4="[object Arguments]",X4="[object Boolean]",Z4="[object Date]",J4="[object Error]",Q4="[object Map]",e8="[object Number]",t8="[object Object]",r8="[object RegExp]",n8="[object Set]",a8="[object String]",i8="[object URL]",o8=Array.isArray,sg=typeof ArrayBuffer=="function"&&ArrayBuffer.isView?ArrayBuffer.isView:null,lg=Object.assign,s8=Object.prototype.toString.call.bind(Object.prototype.toString);function l8(e){var t=e.areArraysEqual,r=e.areDatesEqual,n=e.areErrorsEqual,a=e.areFunctionsEqual,i=e.areMapsEqual,o=e.areNumbersEqual,s=e.areObjectsEqual,l=e.arePrimitiveWrappersEqual,u=e.areRegExpsEqual,c=e.areSetsEqual,f=e.areTypedArraysEqual,d=e.areUrlsEqual;return function(v,g,m){if(v===g)return!0;if(v==null||g==null)return!1;var b=typeof v;if(b!==typeof g)return!1;if(b!=="object")return b==="number"?o(v,g,m):b==="function"?a(v,g,m):!1;var O=v.constructor;if(O!==g.constructor)return!1;if(O===Object)return s(v,g,m);if(o8(v))return t(v,g,m);if(sg!=null&&sg(v))return f(v,g,m);if(O===Date)return r(v,g,m);if(O===RegExp)return u(v,g,m);if(O===Map)return i(v,g,m);if(O===Set)return c(v,g,m);var x=s8(v);return x===Z4?r(v,g,m):x===r8?u(v,g,m):x===Q4?i(v,g,m):x===n8?c(v,g,m):x===t8?typeof v.then!="function"&&typeof g.then!="function"&&s(v,g,m):x===i8?d(v,g,m):x===J4?n(v,g,m):x===Y4?s(v,g,m):x===X4||x===e8||x===a8?l(v,g,m):!1}}function u8(e){var t=e.circular,r=e.createCustomConfig,n=e.strict,a={areArraysEqual:n?ei:B4,areDatesEqual:F4,areErrorsEqual:U4,areFunctionsEqual:W4,areMapsEqual:n?eg(ag,ei):ag,areNumbersEqual:z4,areObjectsEqual:n?ei:V4,arePrimitiveWrappersEqual:G4,areRegExpsEqual:H4,areSetsEqual:n?eg(ig,ei):ig,areTypedArraysEqual:n?ei:q4,areUrlsEqual:K4};if(r&&(a=lg({},a,r(a))),t){var i=Ho(a.areArraysEqual),o=Ho(a.areMapsEqual),s=Ho(a.areObjectsEqual),l=Ho(a.areSetsEqual);a=lg({},a,{areArraysEqual:i,areMapsEqual:o,areObjectsEqual:s,areSetsEqual:l})}return a}function c8(e){return function(t,r,n,a,i,o,s){return e(t,r,s)}}function f8(e){var t=e.circular,r=e.comparator,n=e.createState,a=e.equals,i=e.strict;if(n)return function(l,u){var c=n(),f=c.cache,d=f===void 0?t?new WeakMap:void 0:f,h=c.meta;return r(l,u,{cache:d,equals:a,meta:h,strict:i})};if(t)return function(l,u){return r(l,u,{cache:new WeakMap,equals:a,meta:void 0,strict:i})};var o={cache:void 0,equals:a,meta:void 0,strict:i};return function(l,u){return r(l,u,o)}}var d8=Sr();Sr({strict:!0}),Sr({circular:!0}),Sr({circular:!0,strict:!0}),Sr({createInternalComparator:function(){return qr}}),Sr({strict:!0,createInternalComparator:function(){return qr}}),Sr({circular:!0,createInternalComparator:function(){return qr}}),Sr({circular:!0,createInternalComparator:function(){return qr},strict:!0});function Sr(e){e===void 0&&(e={});var t=e.circular,r=t===void 0?!1:t,n=e.createInternalComparator,a=e.createState,i=e.strict,o=i===void 0?!1:i,s=u8(e),l=l8(s),u=n?n(l):c8(l);return f8({circular:r,comparator:l,createState:a,equals:u,strict:o})}function p8(e){typeof requestAnimationFrame<"u"&&requestAnimationFrame(e)}function ug(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,r=-1,n=function a(i){r<0&&(r=i),i-r>t?(e(i),r=-1):p8(a)};requestAnimationFrame(n)}function dc(e){"@babel/helpers - typeof";return dc=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},dc(e)}function h8(e){return y8(e)||g8(e)||v8(e)||m8()}function m8(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
258
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function v8(e,t){if(e){if(typeof e=="string")return cg(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return cg(e,t)}}function cg(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function g8(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function y8(e){if(Array.isArray(e))return e}function b8(){var e={},t=function(){return null},r=!1,n=function a(i){if(!r){if(Array.isArray(i)){if(!i.length)return;var o=i,s=h8(o),l=s[0],u=s.slice(1);if(typeof l=="number"){ug(a.bind(null,u),l);return}a(l),ug(a.bind(null,u));return}dc(i)==="object"&&(e=i,t(e)),typeof i=="function"&&i()}};return{stop:function(){r=!0},start:function(i){r=!1,n(i)},subscribe:function(i){return t=i,function(){t=function(){return null}}}}}function ti(e){"@babel/helpers - typeof";return ti=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ti(e)}function fg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function dg(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?fg(Object(r),!0).forEach(function(n){pg(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):fg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function pg(e,t,r){return t=x8(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function x8(e){var t=w8(e,"string");return ti(t)==="symbol"?t:String(t)}function w8(e,t){if(ti(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ti(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var O8=function(t,r){return[Object.keys(t),Object.keys(r)].reduce(function(n,a){return n.filter(function(i){return a.includes(i)})})},S8=function(t){return t},T8=function(t){return t.replace(/([A-Z])/g,function(r){return"-".concat(r.toLowerCase())})},ri=function(t,r){return Object.keys(r).reduce(function(n,a){return dg(dg({},n),{},pg({},a,t(a,r[a])))},{})},hg=function(t,r,n){return t.map(function(a){return"".concat(T8(a)," ").concat(r,"ms ").concat(n)}).join(",")},A8=process.env.NODE_ENV!=="production",qo=function(t,r,n,a,i,o,s,l){if(A8&&typeof console<"u"&&console.warn&&(r===void 0&&console.warn("LogUtils requires an error message argument"),!t))if(r===void 0)console.warn("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[n,a,i,o,s,l],c=0;console.warn(r.replace(/%s/g,function(){return u[c++]}))}};function j8(e,t){return E8(e)||_8(e,t)||mg(e,t)||P8()}function P8(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
259
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _8(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,o,s=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,t!==0)for(;!(l=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(c){u=!0,a=c}finally{try{if(!l&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw a}}return s}}function E8(e){if(Array.isArray(e))return e}function C8(e){return M8(e)||k8(e)||mg(e)||$8()}function $8(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
260
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function mg(e,t){if(e){if(typeof e=="string")return pc(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return pc(e,t)}}function k8(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function M8(e){if(Array.isArray(e))return pc(e)}function pc(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var Ko=1e-4,vg=function(t,r){return[0,3*t,3*r-6*t,3*t-3*r+1]},gg=function(t,r){return t.map(function(n,a){return n*Math.pow(r,a)}).reduce(function(n,a){return n+a})},yg=function(t,r){return function(n){var a=vg(t,r);return gg(a,n)}},N8=function(t,r){return function(n){var a=vg(t,r),i=[].concat(C8(a.map(function(o,s){return o*s}).slice(1)),[0]);return gg(i,n)}},bg=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];var a=r[0],i=r[1],o=r[2],s=r[3];if(r.length===1)switch(r[0]){case"linear":a=0,i=0,o=1,s=1;break;case"ease":a=.25,i=.1,o=.25,s=1;break;case"ease-in":a=.42,i=0,o=1,s=1;break;case"ease-out":a=.42,i=0,o=.58,s=1;break;case"ease-in-out":a=0,i=0,o=.58,s=1;break;default:{var l=r[0].split("(");if(l[0]==="cubic-bezier"&&l[1].split(")")[0].split(",").length===4){var u=l[1].split(")")[0].split(",").map(function(m){return parseFloat(m)}),c=j8(u,4);a=c[0],i=c[1],o=c[2],s=c[3]}else qo(!1,"[configBezier]: arguments should be one of oneOf 'linear', 'ease', 'ease-in', 'ease-out', 'ease-in-out','cubic-bezier(x1,y1,x2,y2)', instead received %s",r)}}qo([a,o,i,s].every(function(m){return typeof m=="number"&&m>=0&&m<=1}),"[configBezier]: arguments should be x1, y1, x2, y2 of [0, 1] instead received %s",r);var f=yg(a,o),d=yg(i,s),h=N8(a,o),v=function(b){return b>1?1:b<0?0:b},g=function(b){for(var O=b>1?1:b,x=O,j=0;j<8;++j){var y=f(x)-O,w=h(x);if(Math.abs(y-O)<Ko||w<Ko)return d(x);x=v(x-y/w)}return d(x)};return g.isStepper=!1,g},D8=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=t.stiff,n=r===void 0?100:r,a=t.damping,i=a===void 0?8:a,o=t.dt,s=o===void 0?17:o,l=function(c,f,d){var h=-(c-f)*n,v=d*i,g=d+(h-v)*s/1e3,m=d*s/1e3+c;return Math.abs(m-f)<Ko&&Math.abs(g)<Ko?[f,0]:[m,g]};return l.isStepper=!0,l.dt=s,l},I8=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];var a=r[0];if(typeof a=="string")switch(a){case"ease":case"ease-in-out":case"ease-out":case"ease-in":case"linear":return bg(a);case"spring":return D8();default:if(a.split("(")[0]==="cubic-bezier")return bg(a);qo(!1,"[configEasing]: first argument should be one of 'ease', 'ease-in', 'ease-out', 'ease-in-out','cubic-bezier(x1,y1,x2,y2)', 'linear' and 'spring', instead received %s",r)}return typeof a=="function"?a:(qo(!1,"[configEasing]: first argument type should be function or string, instead received %s",r),null)};function ni(e){"@babel/helpers - typeof";return ni=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ni(e)}function xg(e){return B8(e)||R8(e)||Og(e)||L8()}function L8(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
261
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function R8(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function B8(e){if(Array.isArray(e))return mc(e)}function wg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function at(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?wg(Object(r),!0).forEach(function(n){hc(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):wg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function hc(e,t,r){return t=F8(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function F8(e){var t=U8(e,"string");return ni(t)==="symbol"?t:String(t)}function U8(e,t){if(ni(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ni(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function W8(e,t){return G8(e)||V8(e,t)||Og(e,t)||z8()}function z8(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
262
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Og(e,t){if(e){if(typeof e=="string")return mc(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return mc(e,t)}}function mc(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function V8(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,o,s=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,t!==0)for(;!(l=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(c){u=!0,a=c}finally{try{if(!l&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw a}}return s}}function G8(e){if(Array.isArray(e))return e}var Yo=function(t,r,n){return t+(r-t)*n},vc=function(t){var r=t.from,n=t.to;return r!==n},H8=function e(t,r,n){var a=ri(function(i,o){if(vc(o)){var s=t(o.from,o.to,o.velocity),l=W8(s,2),u=l[0],c=l[1];return at(at({},o),{},{from:u,velocity:c})}return o},r);return n<1?ri(function(i,o){return vc(o)?at(at({},o),{},{velocity:Yo(o.velocity,a[i].velocity,n),from:Yo(o.from,a[i].from,n)}):o},r):e(t,a,n-1)};const q8=function(e,t,r,n,a){var i=O8(e,t),o=i.reduce(function(m,b){return at(at({},m),{},hc({},b,[e[b],t[b]]))},{}),s=i.reduce(function(m,b){return at(at({},m),{},hc({},b,{from:e[b],velocity:0,to:t[b]}))},{}),l=-1,u,c,f=function(){return null},d=function(){return ri(function(b,O){return O.from},s)},h=function(){return!Object.values(s).filter(vc).length},v=function(b){u||(u=b);var O=b-u,x=O/r.dt;s=H8(r,s,x),a(at(at(at({},e),t),d())),u=b,h()||(l=requestAnimationFrame(f))},g=function(b){c||(c=b);var O=(b-c)/n,x=ri(function(y,w){return Yo.apply(void 0,xg(w).concat([r(O)]))},o);if(a(at(at(at({},e),t),x)),O<1)l=requestAnimationFrame(f);else{var j=ri(function(y,w){return Yo.apply(void 0,xg(w).concat([r(1)]))},o);a(at(at(at({},e),t),j))}};return f=r.isStepper?v:g,function(){return requestAnimationFrame(f),function(){cancelAnimationFrame(l)}}};function Nn(e){"@babel/helpers - typeof";return Nn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Nn(e)}var K8=["children","begin","duration","attributeName","easing","isActive","steps","from","to","canBegin","onAnimationEnd","shouldReAnimate","onAnimationReStart"];function Y8(e,t){if(e==null)return{};var r=X8(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function X8(e,t){if(e==null)return{};var r={},n=Object.keys(e),a,i;for(i=0;i<n.length;i++)a=n[i],!(t.indexOf(a)>=0)&&(r[a]=e[a]);return r}function gc(e){return eD(e)||Q8(e)||J8(e)||Z8()}function Z8(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
263
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function J8(e,t){if(e){if(typeof e=="string")return yc(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return yc(e,t)}}function Q8(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function eD(e){if(Array.isArray(e))return yc(e)}function yc(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Sg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Nt(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Sg(Object(r),!0).forEach(function(n){ai(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Sg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function ai(e,t,r){return t=Tg(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function tD(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function rD(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Tg(n.key),n)}}function nD(e,t,r){return t&&rD(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function Tg(e){var t=aD(e,"string");return Nn(t)==="symbol"?t:String(t)}function aD(e,t){if(Nn(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Nn(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function iD(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&bc(e,t)}function bc(e,t){return bc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},bc(e,t)}function oD(e){var t=sD();return function(){var n=Xo(e),a;if(t){var i=Xo(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return xc(this,a)}}function xc(e,t){if(t&&(Nn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return wc(e)}function wc(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function sD(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Xo(e){return Xo=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Xo(e)}var Dt=function(e){iD(r,e);var t=oD(r);function r(n,a){var i;tD(this,r),i=t.call(this,n,a);var o=i.props,s=o.isActive,l=o.attributeName,u=o.from,c=o.to,f=o.steps,d=o.children,h=o.duration;if(i.handleStyleChange=i.handleStyleChange.bind(wc(i)),i.changeStyle=i.changeStyle.bind(wc(i)),!s||h<=0)return i.state={style:{}},typeof d=="function"&&(i.state={style:c}),xc(i);if(f&&f.length)i.state={style:f[0].style};else if(u){if(typeof d=="function")return i.state={style:u},xc(i);i.state={style:l?ai({},l,u):u}}else i.state={style:{}};return i}return nD(r,[{key:"componentDidMount",value:function(){var a=this.props,i=a.isActive,o=a.canBegin;this.mounted=!0,!(!i||!o)&&this.runAnimation(this.props)}},{key:"componentDidUpdate",value:function(a){var i=this.props,o=i.isActive,s=i.canBegin,l=i.attributeName,u=i.shouldReAnimate,c=i.to,f=i.from,d=this.state.style;if(s){if(!o){var h={style:l?ai({},l,c):c};this.state&&d&&(l&&d[l]!==c||!l&&d!==c)&&this.setState(h);return}if(!(d8(a.to,c)&&a.canBegin&&a.isActive)){var v=!a.canBegin||!a.isActive;this.manager&&this.manager.stop(),this.stopJSAnimation&&this.stopJSAnimation();var g=v||u?f:a.to;if(this.state&&d){var m={style:l?ai({},l,g):g};(l&&d[l]!==g||!l&&d!==g)&&this.setState(m)}this.runAnimation(Nt(Nt({},this.props),{},{from:g,begin:0}))}}}},{key:"componentWillUnmount",value:function(){this.mounted=!1;var a=this.props.onAnimationEnd;this.unSubscribe&&this.unSubscribe(),this.manager&&(this.manager.stop(),this.manager=null),this.stopJSAnimation&&this.stopJSAnimation(),a&&a()}},{key:"handleStyleChange",value:function(a){this.changeStyle(a)}},{key:"changeStyle",value:function(a){this.mounted&&this.setState({style:a})}},{key:"runJSAnimation",value:function(a){var i=this,o=a.from,s=a.to,l=a.duration,u=a.easing,c=a.begin,f=a.onAnimationEnd,d=a.onAnimationStart,h=q8(o,s,I8(u),l,this.changeStyle),v=function(){i.stopJSAnimation=h()};this.manager.start([d,c,v,l,f])}},{key:"runStepAnimation",value:function(a){var i=this,o=a.steps,s=a.begin,l=a.onAnimationStart,u=o[0],c=u.style,f=u.duration,d=f===void 0?0:f,h=function(g,m,b){if(b===0)return g;var O=m.duration,x=m.easing,j=x===void 0?"ease":x,y=m.style,w=m.properties,T=m.onAnimationEnd,A=b>0?o[b-1]:m,_=w||Object.keys(y);if(typeof j=="function"||j==="spring")return[].concat(gc(g),[i.runJSAnimation.bind(i,{from:A.style,to:y,duration:O,easing:j}),O]);var C=hg(_,O,j),P=Nt(Nt(Nt({},A.style),y),{},{transition:C});return[].concat(gc(g),[P,O,T]).filter(S8)};return this.manager.start([l].concat(gc(o.reduce(h,[c,Math.max(d,s)])),[a.onAnimationEnd]))}},{key:"runAnimation",value:function(a){this.manager||(this.manager=b8());var i=a.begin,o=a.duration,s=a.attributeName,l=a.to,u=a.easing,c=a.onAnimationStart,f=a.onAnimationEnd,d=a.steps,h=a.children,v=this.manager;if(this.unSubscribe=v.subscribe(this.handleStyleChange),typeof u=="function"||typeof h=="function"||u==="spring"){this.runJSAnimation(a);return}if(d.length>1){this.runStepAnimation(a);return}var g=s?ai({},s,l):l,m=hg(Object.keys(g),o,u);v.start([c,i,Nt(Nt({},g),{},{transition:m}),o,f])}},{key:"render",value:function(){var a=this.props,i=a.children;a.begin;var o=a.duration;a.attributeName,a.easing;var s=a.isActive;a.steps,a.from,a.to,a.canBegin,a.onAnimationEnd,a.shouldReAnimate,a.onAnimationReStart;var l=Y8(a,K8),u=S.Children.count(i),c=this.state.style;if(typeof i=="function")return i(c);if(!s||u===0||o<=0)return i;var f=function(h){var v=h.props,g=v.style,m=g===void 0?{}:g,b=v.className,O=S.cloneElement(h,Nt(Nt({},l),{},{style:Nt(Nt({},m),c),className:b}));return O};return u===1?f(S.Children.only(i)):S.createElement("div",null,S.Children.map(i,function(d){return f(d)}))}}]),r}(S.PureComponent);Dt.displayName="Animate",Dt.defaultProps={begin:0,duration:1e3,from:"",to:"",attributeName:"",easing:"ease",isActive:!0,canBegin:!0,steps:[],onAnimationEnd:function(){},onAnimationStart:function(){}},Dt.propTypes={from:Ae.oneOfType([Ae.object,Ae.string]),to:Ae.oneOfType([Ae.object,Ae.string]),attributeName:Ae.string,duration:Ae.number,begin:Ae.number,easing:Ae.oneOfType([Ae.string,Ae.func]),steps:Ae.arrayOf(Ae.shape({duration:Ae.number.isRequired,style:Ae.object.isRequired,easing:Ae.oneOfType([Ae.oneOf(["ease","ease-in","ease-out","ease-in-out","linear"]),Ae.func]),properties:Ae.arrayOf("string"),onAnimationEnd:Ae.func})),children:Ae.oneOfType([Ae.node,Ae.func]),isActive:Ae.bool,canBegin:Ae.bool,onAnimationEnd:Ae.func,shouldReAnimate:Ae.bool,onAnimationStart:Ae.func,onAnimationReStart:Ae.func};function ii(e){"@babel/helpers - typeof";return ii=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ii(e)}function Zo(){return Zo=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Zo.apply(this,arguments)}function lD(e,t){return dD(e)||fD(e,t)||cD(e,t)||uD()}function uD(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
264
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function cD(e,t){if(e){if(typeof e=="string")return Ag(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Ag(e,t)}}function Ag(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function fD(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,o,s=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,t!==0)for(;!(l=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(c){u=!0,a=c}finally{try{if(!l&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw a}}return s}}function dD(e){if(Array.isArray(e))return e}function jg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Pg(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?jg(Object(r),!0).forEach(function(n){pD(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):jg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function pD(e,t,r){return t=hD(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function hD(e){var t=mD(e,"string");return ii(t)=="symbol"?t:t+""}function mD(e,t){if(ii(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ii(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var _g=function(t,r,n,a,i){var o=Math.min(Math.abs(n)/2,Math.abs(a)/2),s=a>=0?1:-1,l=n>=0?1:-1,u=a>=0&&n>=0||a<0&&n<0?1:0,c;if(o>0&&i instanceof Array){for(var f=[0,0,0,0],d=0,h=4;d<h;d++)f[d]=i[d]>o?o:i[d];c="M".concat(t,",").concat(r+s*f[0]),f[0]>0&&(c+="A ".concat(f[0],",").concat(f[0],",0,0,").concat(u,",").concat(t+l*f[0],",").concat(r)),c+="L ".concat(t+n-l*f[1],",").concat(r),f[1]>0&&(c+="A ".concat(f[1],",").concat(f[1],",0,0,").concat(u,`,
|
|
190
265
|
`).concat(t+n,",").concat(r+s*f[1])),c+="L ".concat(t+n,",").concat(r+a-s*f[2]),f[2]>0&&(c+="A ".concat(f[2],",").concat(f[2],",0,0,").concat(u,`,
|
|
191
266
|
`).concat(t+n-l*f[2],",").concat(r+a)),c+="L ".concat(t+l*f[3],",").concat(r+a),f[3]>0&&(c+="A ".concat(f[3],",").concat(f[3],",0,0,").concat(u,`,
|
|
192
267
|
`).concat(t,",").concat(r+a-s*f[3])),c+="Z"}else if(o>0&&i===+i&&i>0){var v=Math.min(o,i);c="M ".concat(t,",").concat(r+s*v,`
|
|
@@ -196,13 +271,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
196
271
|
L `).concat(t+n,",").concat(r+a-s*v,`
|
|
197
272
|
A `).concat(v,",").concat(v,",0,0,").concat(u,",").concat(t+n-l*v,",").concat(r+a,`
|
|
198
273
|
L `).concat(t+l*v,",").concat(r+a,`
|
|
199
|
-
A `).concat(v,",").concat(v,",0,0,").concat(u,",").concat(t,",").concat(r+a-s*v," Z")}else c="M ".concat(t,",").concat(r," h ").concat(n," v ").concat(a," h ").concat(-n," Z");return c},
|
|
200
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function S5(e,t){if(e){if(typeof e=="string")return bm(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return bm(e,t)}}function bm(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function A5(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,o,s=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,t!==0)for(;!(l=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(c){u=!0,a=c}finally{try{if(!l&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw a}}return s}}function T5(e){if(Array.isArray(e))return e}function xm(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function wm(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?xm(Object(r),!0).forEach(function(n){P5(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):xm(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function P5(e,t,r){return t=_5(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _5(e){var t=E5(e,"string");return ii(t)=="symbol"?t:t+""}function E5(e,t){if(ii(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ii(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Om=function(t,r,n,a,i){var o=n-a,s;return s="M ".concat(t,",").concat(r),s+="L ".concat(t+n,",").concat(r),s+="L ".concat(t+n-o/2,",").concat(r+i),s+="L ".concat(t+n-o/2-a,",").concat(r+i),s+="L ".concat(t,",").concat(r," Z"),s},j5={x:0,y:0,upperWidth:0,lowerWidth:0,height:0,isUpdateAnimationActive:!1,animationBegin:0,animationDuration:1500,animationEasing:"ease"},$5=function(t){var r=wm(wm({},j5),t),n=A.useRef(),a=A.useState(-1),i=w5(a,2),o=i[0],s=i[1];A.useEffect(function(){if(n.current&&n.current.getTotalLength)try{var x=n.current.getTotalLength();x&&s(x)}catch{}},[]);var l=r.x,u=r.y,c=r.upperWidth,f=r.lowerWidth,d=r.height,p=r.className,v=r.animationEasing,y=r.animationDuration,h=r.animationBegin,b=r.isUpdateAnimationActive;if(l!==+l||u!==+u||c!==+c||f!==+f||d!==+d||c===0&&f===0||d===0)return null;var S=ye("recharts-trapezoid",p);return b?A.createElement(Dt,{canBegin:o>0,from:{upperWidth:0,lowerWidth:0,height:d,x:l,y:u},to:{upperWidth:c,lowerWidth:f,height:d,x:l,y:u},duration:y,animationEasing:v,isActive:b},function(x){var T=x.upperWidth,m=x.lowerWidth,w=x.height,O=x.x,P=x.y;return A.createElement(Dt,{canBegin:o>0,from:"0px ".concat(o===-1?1:o,"px"),to:"".concat(o,"px 0px"),attributeName:"strokeDasharray",begin:h,duration:y,easing:v},A.createElement("path",Yo({},de(r,!0),{className:S,d:Om(O,P,T,m,w),ref:n})))}):A.createElement("g",null,A.createElement("path",Yo({},de(r,!0),{className:S,d:Om(l,u,c,f,d)})))},C5=["option","shapeType","propTransformer","activeClassName","isActive"];function oi(e){"@babel/helpers - typeof";return oi=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},oi(e)}function k5(e,t){if(e==null)return{};var r=M5(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function M5(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Sm(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Xo(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Sm(Object(r),!0).forEach(function(n){N5(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Sm(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function N5(e,t,r){return t=D5(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function D5(e){var t=I5(e,"string");return oi(t)=="symbol"?t:t+""}function I5(e,t){if(oi(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(oi(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function L5(e,t){return Xo(Xo({},t),e)}function R5(e,t){return e==="symbols"}function Am(e){var t=e.shapeType,r=e.elementProps;switch(t){case"rectangle":return A.createElement(yc,r);case"trapezoid":return A.createElement($5,r);case"sector":return A.createElement(_y,r);case"symbols":if(R5(t))return A.createElement(Vi,r);break;default:return null}}function B5(e){return A.isValidElement(e)?e.props:e}function bc(e){var t=e.option,r=e.shapeType,n=e.propTransformer,a=n===void 0?L5:n,i=e.activeClassName,o=i===void 0?"recharts-active-shape":i,s=e.isActive,l=k5(e,C5),u;if(A.isValidElement(t))u=A.cloneElement(t,Xo(Xo({},l),B5(t)));else if(pe(t))u=t(l);else if(h5(t)&&!x5(t)){var c=a(t,l);u=A.createElement(Am,{shapeType:r,elementProps:c})}else{var f=l;u=A.createElement(Am,{shapeType:r,elementProps:f})}return s?A.createElement(xe,{className:o},u):u}function Zo(e,t){return t!=null&&"trapezoids"in e.props}function Jo(e,t){return t!=null&&"sectors"in e.props}function si(e,t){return t!=null&&"points"in e.props}function F5(e,t){var r,n,a=e.x===(t==null||(r=t.labelViewBox)===null||r===void 0?void 0:r.x)||e.x===t.x,i=e.y===(t==null||(n=t.labelViewBox)===null||n===void 0?void 0:n.y)||e.y===t.y;return a&&i}function W5(e,t){var r=e.endAngle===t.endAngle,n=e.startAngle===t.startAngle;return r&&n}function U5(e,t){var r=e.x===t.x,n=e.y===t.y,a=e.z===t.z;return r&&n&&a}function z5(e,t){var r;return Zo(e,t)?r=F5:Jo(e,t)?r=W5:si(e,t)&&(r=U5),r}function G5(e,t){var r;return Zo(e,t)?r="trapezoids":Jo(e,t)?r="sectors":si(e,t)&&(r="points"),r}function K5(e,t){if(Zo(e,t)){var r;return(r=t.tooltipPayload)===null||r===void 0||(r=r[0])===null||r===void 0||(r=r.payload)===null||r===void 0?void 0:r.payload}if(Jo(e,t)){var n;return(n=t.tooltipPayload)===null||n===void 0||(n=n[0])===null||n===void 0||(n=n.payload)===null||n===void 0?void 0:n.payload}return si(e,t)?t.payload:{}}function V5(e){var t=e.activeTooltipItem,r=e.graphicalItem,n=e.itemData,a=G5(r,t),i=K5(r,t),o=n.filter(function(l,u){var c=Br(i,l),f=r.props[a].filter(function(v){var y=z5(r,t);return y(v,t)}),d=r.props[a].indexOf(f[f.length-1]),p=u===d;return c&&p}),s=n.indexOf(o[o.length-1]);return s}var q5=Math.ceil,H5=Math.max;function Y5(e,t,r,n){for(var a=-1,i=H5(q5((t-e)/(r||1)),0),o=Array(i);i--;)o[n?i:++a]=e,e+=r;return o}var X5=Y5,Z5=Zp,Tm=1/0,J5=17976931348623157e292;function Q5(e){if(!e)return e===0?e:0;if(e=Z5(e),e===Tm||e===-Tm){var t=e<0?-1:1;return t*J5}return e===e?e:0}var Pm=Q5,e6=X5,t6=to,xc=Pm;function r6(e){return function(t,r,n){return n&&typeof n!="number"&&t6(t,r,n)&&(r=n=void 0),t=xc(t),r===void 0?(r=t,t=0):r=xc(r),n=n===void 0?t<r?1:-1:xc(n),e6(t,r,n,e)}}var n6=r6,a6=n6,i6=a6(),o6=i6;const Qo=Ce(o6);function li(e){"@babel/helpers - typeof";return li=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},li(e)}function _m(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Em(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?_m(Object(r),!0).forEach(function(n){jm(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):_m(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function jm(e,t,r){return t=s6(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function s6(e){var t=l6(e,"string");return li(t)=="symbol"?t:t+""}function l6(e,t){if(li(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(li(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var u6=["Webkit","Moz","O","ms"],c6=function(t,r){var n=t.replace(/(\w)/,function(i){return i.toUpperCase()}),a=u6.reduce(function(i,o){return Em(Em({},i),{},jm({},o+n,r))},{});return a[t]=r,a};function Mn(e){"@babel/helpers - typeof";return Mn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Mn(e)}function es(){return es=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},es.apply(this,arguments)}function $m(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function wc(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?$m(Object(r),!0).forEach(function(n){gt(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):$m(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function f6(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Cm(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Mm(n.key),n)}}function d6(e,t,r){return t&&Cm(e.prototype,t),r&&Cm(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function p6(e,t,r){return t=ts(t),h6(e,km()?Reflect.construct(t,r||[],ts(e).constructor):t.apply(e,r))}function h6(e,t){if(t&&(Mn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return v6(e)}function v6(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function km(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(km=function(){return!!e})()}function ts(e){return ts=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ts(e)}function y6(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Oc(e,t)}function Oc(e,t){return Oc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Oc(e,t)}function gt(e,t,r){return t=Mm(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Mm(e){var t=m6(e,"string");return Mn(t)=="symbol"?t:t+""}function m6(e,t){if(Mn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Mn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var g6=function(t){var r=t.data,n=t.startIndex,a=t.endIndex,i=t.x,o=t.width,s=t.travellerWidth;if(!r||!r.length)return{};var l=r.length,u=Ea().domain(Qo(0,l)).range([i,i+o-s]),c=u.domain().map(function(f){return u(f)});return{isTextActive:!1,isSlideMoving:!1,isTravellerMoving:!1,isTravellerFocused:!1,startX:u(n),endX:u(a),scale:u,scaleValues:c}},Nm=function(t){return t.changedTouches&&!!t.changedTouches.length},Nn=function(e){function t(r){var n;return f6(this,t),n=p6(this,t,[r]),gt(n,"handleDrag",function(a){n.leaveTimer&&(clearTimeout(n.leaveTimer),n.leaveTimer=null),n.state.isTravellerMoving?n.handleTravellerMove(a):n.state.isSlideMoving&&n.handleSlideDrag(a)}),gt(n,"handleTouchMove",function(a){a.changedTouches!=null&&a.changedTouches.length>0&&n.handleDrag(a.changedTouches[0])}),gt(n,"handleDragEnd",function(){n.setState({isTravellerMoving:!1,isSlideMoving:!1},function(){var a=n.props,i=a.endIndex,o=a.onDragEnd,s=a.startIndex;o==null||o({endIndex:i,startIndex:s})}),n.detachDragEndListener()}),gt(n,"handleLeaveWrapper",function(){(n.state.isTravellerMoving||n.state.isSlideMoving)&&(n.leaveTimer=window.setTimeout(n.handleDragEnd,n.props.leaveTimeOut))}),gt(n,"handleEnterSlideOrTraveller",function(){n.setState({isTextActive:!0})}),gt(n,"handleLeaveSlideOrTraveller",function(){n.setState({isTextActive:!1})}),gt(n,"handleSlideDragStart",function(a){var i=Nm(a)?a.changedTouches[0]:a;n.setState({isTravellerMoving:!1,isSlideMoving:!0,slideMoveStartX:i.pageX}),n.attachDragEndListener()}),n.travellerDragStartHandlers={startX:n.handleTravellerDragStart.bind(n,"startX"),endX:n.handleTravellerDragStart.bind(n,"endX")},n.state={},n}return y6(t,e),d6(t,[{key:"componentWillUnmount",value:function(){this.leaveTimer&&(clearTimeout(this.leaveTimer),this.leaveTimer=null),this.detachDragEndListener()}},{key:"getIndex",value:function(n){var a=n.startX,i=n.endX,o=this.state.scaleValues,s=this.props,l=s.gap,u=s.data,c=u.length-1,f=Math.min(a,i),d=Math.max(a,i),p=t.getIndexInRange(o,f),v=t.getIndexInRange(o,d);return{startIndex:p-p%l,endIndex:v===c?c:v-v%l}}},{key:"getTextOfTick",value:function(n){var a=this.props,i=a.data,o=a.tickFormatter,s=a.dataKey,l=Ze(i[n],s,n);return pe(o)?o(l,n):l}},{key:"attachDragEndListener",value:function(){window.addEventListener("mouseup",this.handleDragEnd,!0),window.addEventListener("touchend",this.handleDragEnd,!0),window.addEventListener("mousemove",this.handleDrag,!0)}},{key:"detachDragEndListener",value:function(){window.removeEventListener("mouseup",this.handleDragEnd,!0),window.removeEventListener("touchend",this.handleDragEnd,!0),window.removeEventListener("mousemove",this.handleDrag,!0)}},{key:"handleSlideDrag",value:function(n){var a=this.state,i=a.slideMoveStartX,o=a.startX,s=a.endX,l=this.props,u=l.x,c=l.width,f=l.travellerWidth,d=l.startIndex,p=l.endIndex,v=l.onChange,y=n.pageX-i;y>0?y=Math.min(y,u+c-f-s,u+c-f-o):y<0&&(y=Math.max(y,u-o,u-s));var h=this.getIndex({startX:o+y,endX:s+y});(h.startIndex!==d||h.endIndex!==p)&&v&&v(h),this.setState({startX:o+y,endX:s+y,slideMoveStartX:n.pageX})}},{key:"handleTravellerDragStart",value:function(n,a){var i=Nm(a)?a.changedTouches[0]:a;this.setState({isSlideMoving:!1,isTravellerMoving:!0,movingTravellerId:n,brushMoveStartX:i.pageX}),this.attachDragEndListener()}},{key:"handleTravellerMove",value:function(n){var a=this.state,i=a.brushMoveStartX,o=a.movingTravellerId,s=a.endX,l=a.startX,u=this.state[o],c=this.props,f=c.x,d=c.width,p=c.travellerWidth,v=c.onChange,y=c.gap,h=c.data,b={startX:this.state.startX,endX:this.state.endX},S=n.pageX-i;S>0?S=Math.min(S,f+d-p-u):S<0&&(S=Math.max(S,f-u)),b[o]=u+S;var x=this.getIndex(b),T=x.startIndex,m=x.endIndex,w=function(){var P=h.length-1;return o==="startX"&&(s>l?T%y===0:m%y===0)||s<l&&m===P||o==="endX"&&(s>l?m%y===0:T%y===0)||s>l&&m===P};this.setState(gt(gt({},o,u+S),"brushMoveStartX",n.pageX),function(){v&&w()&&v(x)})}},{key:"handleTravellerMoveKeyboard",value:function(n,a){var i=this,o=this.state,s=o.scaleValues,l=o.startX,u=o.endX,c=this.state[a],f=s.indexOf(c);if(f!==-1){var d=f+n;if(!(d===-1||d>=s.length)){var p=s[d];a==="startX"&&p>=u||a==="endX"&&p<=l||this.setState(gt({},a,p),function(){i.props.onChange(i.getIndex({startX:i.state.startX,endX:i.state.endX}))})}}}},{key:"renderBackground",value:function(){var n=this.props,a=n.x,i=n.y,o=n.width,s=n.height,l=n.fill,u=n.stroke;return A.createElement("rect",{stroke:u,fill:l,x:a,y:i,width:o,height:s})}},{key:"renderPanorama",value:function(){var n=this.props,a=n.x,i=n.y,o=n.width,s=n.height,l=n.data,u=n.children,c=n.padding,f=A.Children.only(u);return f?A.cloneElement(f,{x:a,y:i,width:o,height:s,margin:c,compact:!0,data:l}):null}},{key:"renderTravellerLayer",value:function(n,a){var i,o,s=this,l=this.props,u=l.y,c=l.travellerWidth,f=l.height,d=l.traveller,p=l.ariaLabel,v=l.data,y=l.startIndex,h=l.endIndex,b=Math.max(n,this.props.x),S=wc(wc({},de(this.props,!1)),{},{x:b,y:u,width:c,height:f}),x=p||"Min value: ".concat((i=v[y])===null||i===void 0?void 0:i.name,", Max value: ").concat((o=v[h])===null||o===void 0?void 0:o.name);return A.createElement(xe,{tabIndex:0,role:"slider","aria-label":x,"aria-valuenow":n,className:"recharts-brush-traveller",onMouseEnter:this.handleEnterSlideOrTraveller,onMouseLeave:this.handleLeaveSlideOrTraveller,onMouseDown:this.travellerDragStartHandlers[a],onTouchStart:this.travellerDragStartHandlers[a],onKeyDown:function(m){["ArrowLeft","ArrowRight"].includes(m.key)&&(m.preventDefault(),m.stopPropagation(),s.handleTravellerMoveKeyboard(m.key==="ArrowRight"?1:-1,a))},onFocus:function(){s.setState({isTravellerFocused:!0})},onBlur:function(){s.setState({isTravellerFocused:!1})},style:{cursor:"col-resize"}},t.renderTraveller(d,S))}},{key:"renderSlide",value:function(n,a){var i=this.props,o=i.y,s=i.height,l=i.stroke,u=i.travellerWidth,c=Math.min(n,a)+u,f=Math.max(Math.abs(a-n)-u,0);return A.createElement("rect",{className:"recharts-brush-slide",onMouseEnter:this.handleEnterSlideOrTraveller,onMouseLeave:this.handleLeaveSlideOrTraveller,onMouseDown:this.handleSlideDragStart,onTouchStart:this.handleSlideDragStart,style:{cursor:"move"},stroke:"none",fill:l,fillOpacity:.2,x:c,y:o,width:f,height:s})}},{key:"renderText",value:function(){var n=this.props,a=n.startIndex,i=n.endIndex,o=n.y,s=n.height,l=n.travellerWidth,u=n.stroke,c=this.state,f=c.startX,d=c.endX,p=5,v={pointerEvents:"none",fill:u};return A.createElement(xe,{className:"recharts-brush-texts"},A.createElement(lo,es({textAnchor:"end",verticalAnchor:"middle",x:Math.min(f,d)-p,y:o+s/2},v),this.getTextOfTick(a)),A.createElement(lo,es({textAnchor:"start",verticalAnchor:"middle",x:Math.max(f,d)+l+p,y:o+s/2},v),this.getTextOfTick(i)))}},{key:"render",value:function(){var n=this.props,a=n.data,i=n.className,o=n.children,s=n.x,l=n.y,u=n.width,c=n.height,f=n.alwaysShowText,d=this.state,p=d.startX,v=d.endX,y=d.isTextActive,h=d.isSlideMoving,b=d.isTravellerMoving,S=d.isTravellerFocused;if(!a||!a.length||!Z(s)||!Z(l)||!Z(u)||!Z(c)||u<=0||c<=0)return null;var x=ye("recharts-brush",i),T=A.Children.count(o)===1,m=c6("userSelect","none");return A.createElement(xe,{className:x,onMouseLeave:this.handleLeaveWrapper,onTouchMove:this.handleTouchMove,style:m},this.renderBackground(),T&&this.renderPanorama(),this.renderSlide(p,v),this.renderTravellerLayer(p,"startX"),this.renderTravellerLayer(v,"endX"),(y||h||b||S||f)&&this.renderText())}}],[{key:"renderDefaultTraveller",value:function(n){var a=n.x,i=n.y,o=n.width,s=n.height,l=n.stroke,u=Math.floor(i+s/2)-1;return A.createElement(A.Fragment,null,A.createElement("rect",{x:a,y:i,width:o,height:s,fill:l,stroke:"none"}),A.createElement("line",{x1:a+1,y1:u,x2:a+o-1,y2:u,fill:"none",stroke:"#fff"}),A.createElement("line",{x1:a+1,y1:u+2,x2:a+o-1,y2:u+2,fill:"none",stroke:"#fff"}))}},{key:"renderTraveller",value:function(n,a){var i;return A.isValidElement(n)?i=A.cloneElement(n,a):pe(n)?i=n(a):i=t.renderDefaultTraveller(a),i}},{key:"getDerivedStateFromProps",value:function(n,a){var i=n.data,o=n.width,s=n.x,l=n.travellerWidth,u=n.updateId,c=n.startIndex,f=n.endIndex;if(i!==a.prevData||u!==a.prevUpdateId)return wc({prevData:i,prevTravellerWidth:l,prevUpdateId:u,prevX:s,prevWidth:o},i&&i.length?g6({data:i,width:o,x:s,travellerWidth:l,startIndex:c,endIndex:f}):{scale:null,scaleValues:null});if(a.scale&&(o!==a.prevWidth||s!==a.prevX||l!==a.prevTravellerWidth)){a.scale.range([s,s+o-l]);var d=a.scale.domain().map(function(p){return a.scale(p)});return{prevData:i,prevTravellerWidth:l,prevUpdateId:u,prevX:s,prevWidth:o,startX:a.scale(n.startIndex),endX:a.scale(n.endIndex),scaleValues:d}}return null}},{key:"getIndexInRange",value:function(n,a){for(var i=n.length,o=0,s=i-1;s-o>1;){var l=Math.floor((o+s)/2);n[l]>a?s=l:o=l}return a>=n[s]?s:o}}])}(A.PureComponent);gt(Nn,"displayName","Brush"),gt(Nn,"defaultProps",{height:40,travellerWidth:5,gap:1,fill:"#fff",stroke:"#666",padding:{top:1,right:1,bottom:1,left:1},leaveTimeOut:1e3,alwaysShowText:!1});var b6=Rl;function x6(e,t){var r;return b6(e,function(n,a,i){return r=t(n,a,i),!r}),!!r}var w6=x6,O6=Rd,S6=hr,A6=w6,T6=ft,P6=to;function _6(e,t,r){var n=T6(e)?O6:A6;return r&&P6(e,t,r)&&(t=void 0),n(e,S6(t))}var E6=_6;const j6=Ce(E6);var Vt=function(t,r){var n=t.alwaysShow,a=t.ifOverflow;return n&&(a="extendDomain"),a===r},Dm=Np;function $6(e,t,r){t=="__proto__"&&Dm?Dm(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}var C6=$6,k6=C6,M6=$p,N6=hr;function D6(e,t){var r={};return t=N6(t),M6(e,function(n,a,i){k6(r,a,t(n,a,i))}),r}var I6=D6;const L6=Ce(I6);function R6(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(!t(e[r],r,e))return!1;return!0}var B6=R6,F6=Rl;function W6(e,t){var r=!0;return F6(e,function(n,a,i){return r=!!t(n,a,i),r}),r}var U6=W6,z6=B6,G6=U6,K6=hr,V6=ft,q6=to;function H6(e,t,r){var n=V6(e)?z6:G6;return r&&q6(e,t,r)&&(t=void 0),n(e,K6(t))}var Y6=H6;const Im=Ce(Y6);var X6=["x","y"];function Dn(e){"@babel/helpers - typeof";return Dn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Dn(e)}function Sc(){return Sc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sc.apply(this,arguments)}function Lm(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function ui(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Lm(Object(r),!0).forEach(function(n){Z6(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Lm(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Z6(e,t,r){return t=J6(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function J6(e){var t=Q6(e,"string");return Dn(t)=="symbol"?t:t+""}function Q6(e,t){if(Dn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Dn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function e4(e,t){if(e==null)return{};var r=t4(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function t4(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function r4(e,t){var r=e.x,n=e.y,a=e4(e,X6),i="".concat(r),o=parseInt(i,10),s="".concat(n),l=parseInt(s,10),u="".concat(t.height||a.height),c=parseInt(u,10),f="".concat(t.width||a.width),d=parseInt(f,10);return ui(ui(ui(ui(ui({},t),a),o?{x:o}:{}),l?{y:l}:{}),{},{height:c,width:d,name:t.name,radius:t.radius})}function Rm(e){return A.createElement(bc,Sc({shapeType:"rectangle",propTransformer:r4,activeClassName:"recharts-active-bar"},e))}var n4=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return function(n,a){if(typeof t=="number")return t;var i=Z(n)||vO(n);return i?t(n,a):(i||(process.env.NODE_ENV!=="production"?ht(!1,"minPointSize callback function received a value with type of ".concat(Dn(n),". Currently only numbers or null/undefined are supported.")):ht()),r)}},a4=["value","background"],Bm;function In(e){"@babel/helpers - typeof";return In=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},In(e)}function i4(e,t){if(e==null)return{};var r=o4(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function o4(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function rs(){return rs=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rs.apply(this,arguments)}function Fm(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function qe(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Fm(Object(r),!0).forEach(function(n){Or(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Fm(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function s4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Wm(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,zm(n.key),n)}}function l4(e,t,r){return t&&Wm(e.prototype,t),r&&Wm(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function u4(e,t,r){return t=ns(t),c4(e,Um()?Reflect.construct(t,r||[],ns(e).constructor):t.apply(e,r))}function c4(e,t){if(t&&(In(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return f4(e)}function f4(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Um(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Um=function(){return!!e})()}function ns(e){return ns=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ns(e)}function d4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Ac(e,t)}function Ac(e,t){return Ac=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Ac(e,t)}function Or(e,t,r){return t=zm(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function zm(e){var t=p4(e,"string");return In(t)=="symbol"?t:t+""}function p4(e,t){if(In(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(In(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Ln=function(e){function t(){var r;s4(this,t);for(var n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return r=u4(this,t,[].concat(a)),Or(r,"state",{isAnimationFinished:!1}),Or(r,"id",$r("recharts-bar-")),Or(r,"handleAnimationEnd",function(){var o=r.props.onAnimationEnd;r.setState({isAnimationFinished:!0}),o&&o()}),Or(r,"handleAnimationStart",function(){var o=r.props.onAnimationStart;r.setState({isAnimationFinished:!1}),o&&o()}),r}return d4(t,e),l4(t,[{key:"renderRectanglesStatically",value:function(n){var a=this,i=this.props,o=i.shape,s=i.dataKey,l=i.activeIndex,u=i.activeBar,c=de(this.props,!1);return n&&n.map(function(f,d){var p=d===l,v=p?u:o,y=qe(qe(qe({},c),f),{},{isActive:p,option:v,index:d,dataKey:s,onAnimationStart:a.handleAnimationStart,onAnimationEnd:a.handleAnimationEnd});return A.createElement(xe,rs({className:"recharts-bar-rectangle"},ha(a.props,f,d),{key:"rectangle-".concat(f==null?void 0:f.x,"-").concat(f==null?void 0:f.y,"-").concat(f==null?void 0:f.value,"-").concat(d)}),A.createElement(Rm,y))})}},{key:"renderRectanglesWithAnimation",value:function(){var n=this,a=this.props,i=a.data,o=a.layout,s=a.isAnimationActive,l=a.animationBegin,u=a.animationDuration,c=a.animationEasing,f=a.animationId,d=this.state.prevData;return A.createElement(Dt,{begin:l,duration:u,isActive:s,easing:c,from:{t:0},to:{t:1},key:"bar-".concat(f),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(p){var v=p.t,y=i.map(function(h,b){var S=d&&d[b];if(S){var x=Ue(S.x,h.x),T=Ue(S.y,h.y),m=Ue(S.width,h.width),w=Ue(S.height,h.height);return qe(qe({},h),{},{x:x(v),y:T(v),width:m(v),height:w(v)})}if(o==="horizontal"){var O=Ue(0,h.height),P=O(v);return qe(qe({},h),{},{y:h.y+h.height-P,height:P})}var j=Ue(0,h.width),M=j(v);return qe(qe({},h),{},{width:M})});return A.createElement(xe,null,n.renderRectanglesStatically(y))})}},{key:"renderRectangles",value:function(){var n=this.props,a=n.data,i=n.isAnimationActive,o=this.state.prevData;return i&&a&&a.length&&(!o||!Br(o,a))?this.renderRectanglesWithAnimation():this.renderRectanglesStatically(a)}},{key:"renderBackground",value:function(){var n=this,a=this.props,i=a.data,o=a.dataKey,s=a.activeIndex,l=de(this.props.background,!1);return i.map(function(u,c){u.value;var f=u.background,d=i4(u,a4);if(!f)return null;var p=qe(qe(qe(qe(qe({},d),{},{fill:"#eee"},f),l),ha(n.props,u,c)),{},{onAnimationStart:n.handleAnimationStart,onAnimationEnd:n.handleAnimationEnd,dataKey:o,index:c,className:"recharts-bar-background-rectangle"});return A.createElement(Rm,rs({key:"background-bar-".concat(c),option:n.props.background,isActive:c===s},p))})}},{key:"renderErrorBar",value:function(n,a){if(this.props.isAnimationActive&&!this.state.isAnimationFinished)return null;var i=this.props,o=i.data,s=i.xAxis,l=i.yAxis,u=i.layout,c=i.children,f=dt(c,jn);if(!f)return null;var d=u==="vertical"?o[0].height/2:o[0].width/2,p=function(h,b){var S=Array.isArray(h.value)?h.value[1]:h.value;return{x:h.x,y:h.y,value:S,errorVal:Ze(h,b)}},v={clipPath:n?"url(#clipPath-".concat(a,")"):null};return A.createElement(xe,v,f.map(function(y){return A.cloneElement(y,{key:"error-bar-".concat(a,"-").concat(y.props.dataKey),data:o,xAxis:s,yAxis:l,layout:u,offset:d,dataPointFormatter:p})}))}},{key:"render",value:function(){var n=this.props,a=n.hide,i=n.data,o=n.className,s=n.xAxis,l=n.yAxis,u=n.left,c=n.top,f=n.width,d=n.height,p=n.isAnimationActive,v=n.background,y=n.id;if(a||!i||!i.length)return null;var h=this.state.isAnimationFinished,b=ye("recharts-bar",o),S=s&&s.allowDataOverflow,x=l&&l.allowDataOverflow,T=S||x,m=fe(y)?this.id:y;return A.createElement(xe,{className:b},S||x?A.createElement("defs",null,A.createElement("clipPath",{id:"clipPath-".concat(m)},A.createElement("rect",{x:S?u:u-f/2,y:x?c:c-d/2,width:S?f:f*2,height:x?d:d*2}))):null,A.createElement(xe,{className:"recharts-bar-rectangles",clipPath:T?"url(#clipPath-".concat(m,")"):null},v?this.renderBackground():null,this.renderRectangles()),this.renderErrorBar(T,m),(!p||h)&&Kt.renderCallByParent(this.props,i))}}],[{key:"getDerivedStateFromProps",value:function(n,a){return n.animationId!==a.prevAnimationId?{prevAnimationId:n.animationId,curData:n.data,prevData:a.curData}:n.data!==a.curData?{curData:n.data}:null}}])}(A.PureComponent);Bm=Ln,Or(Ln,"displayName","Bar"),Or(Ln,"defaultProps",{xAxisId:0,yAxisId:0,legendType:"rect",minPointSize:0,hide:!1,data:[],layout:"vertical",activeBar:!1,isAnimationActive:!vr.isSsr,animationBegin:0,animationDuration:400,animationEasing:"ease"}),Or(Ln,"getComposedData",function(e){var t=e.props,r=e.item,n=e.barPosition,a=e.bandSize,i=e.xAxis,o=e.yAxis,s=e.xAxisTicks,l=e.yAxisTicks,u=e.stackedData,c=e.dataStartIndex,f=e.displayedData,d=e.offset,p=BI(n,r);if(!p)return null;var v=t.layout,y=r.type.defaultProps,h=y!==void 0?qe(qe({},y),r.props):r.props,b=h.dataKey,S=h.children,x=h.minPointSize,T=v==="horizontal"?o:i,m=u?T.scale.domain():null,w=qI({numericAxis:T}),O=dt(S,Hl),P=f.map(function(j,M){var _,$,R,k,D,C;u?_=FI(u[c+M],m):(_=Ze(j,b),Array.isArray(_)||(_=[w,_]));var B=n4(x,Bm.defaultProps.minPointSize)(_[1],M);if(v==="horizontal"){var U,G=[o.scale(_[0]),o.scale(_[1])],E=G[0],L=G[1];$=cy({axis:i,ticks:s,bandSize:a,offset:p.offset,entry:j,index:M}),R=(U=L??E)!==null&&U!==void 0?U:void 0,k=p.size;var F=E-L;if(D=Number.isNaN(F)?0:F,C={x:$,y:o.y,width:k,height:o.height},Math.abs(B)>0&&Math.abs(D)<Math.abs(B)){var W=Ct(D||B)*(Math.abs(B)-Math.abs(D));R-=W,D+=W}}else{var K=[i.scale(_[0]),i.scale(_[1])],X=K[0],Q=K[1];if($=X,R=cy({axis:o,ticks:l,bandSize:a,offset:p.offset,entry:j,index:M}),k=Q-X,D=p.size,C={x:i.x,y:R,width:i.width,height:D},Math.abs(B)>0&&Math.abs(k)<Math.abs(B)){var ae=Ct(k||B)*(Math.abs(B)-Math.abs(k));k+=ae}}return qe(qe(qe({},j),{},{x:$,y:R,width:k,height:D,value:u?_:_[1],payload:j,background:C},O&&O[M]&&O[M].props),{},{tooltipPayload:[vy(r,j)],tooltipPosition:{x:$+k/2,y:R+D/2}})});return qe({data:P,layout:v},d)});function ci(e){"@babel/helpers - typeof";return ci=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ci(e)}function h4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Gm(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Vm(n.key),n)}}function v4(e,t,r){return t&&Gm(e.prototype,t),r&&Gm(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function Km(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function It(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Km(Object(r),!0).forEach(function(n){as(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Km(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function as(e,t,r){return t=Vm(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Vm(e){var t=y4(e,"string");return ci(t)=="symbol"?t:t+""}function y4(e,t){if(ci(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ci(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var m4=function(t,r,n,a,i){var o=t.width,s=t.height,l=t.layout,u=t.children,c=Object.keys(r),f={left:n.left,leftMirror:n.left,right:o-n.right,rightMirror:o-n.right,top:n.top,topMirror:n.top,bottom:s-n.bottom,bottomMirror:s-n.bottom},d=!!yt(u,Ln);return c.reduce(function(p,v){var y=r[v],h=y.orientation,b=y.domain,S=y.padding,x=S===void 0?{}:S,T=y.mirror,m=y.reversed,w="".concat(h).concat(T?"Mirror":""),O,P,j,M,_;if(y.type==="number"&&(y.padding==="gap"||y.padding==="no-gap")){var $=b[1]-b[0],R=1/0,k=y.categoricalDomain.sort(bO);if(k.forEach(function(K,X){X>0&&(R=Math.min((K||0)-(k[X-1]||0),R))}),Number.isFinite(R)){var D=R/$,C=y.layout==="vertical"?n.height:n.width;if(y.padding==="gap"&&(O=D*C/2),y.padding==="no-gap"){var B=Cr(t.barCategoryGap,D*C),U=D*C/2;O=U-B-(U-B)/C*B}}}a==="xAxis"?P=[n.left+(x.left||0)+(O||0),n.left+n.width-(x.right||0)-(O||0)]:a==="yAxis"?P=l==="horizontal"?[n.top+n.height-(x.bottom||0),n.top+(x.top||0)]:[n.top+(x.top||0)+(O||0),n.top+n.height-(x.bottom||0)-(O||0)]:P=y.range,m&&(P=[P[1],P[0]]);var G=LI(y,i,d),E=G.scale,L=G.realScaleType;E.domain(b).range(P),RI(E);var F=VI(E,It(It({},y),{},{realScaleType:L}));a==="xAxis"?(_=h==="top"&&!T||h==="bottom"&&T,j=n.left,M=f[w]-_*y.height):a==="yAxis"&&(_=h==="left"&&!T||h==="right"&&T,j=f[w]-_*y.width,M=n.top);var W=It(It(It({},y),F),{},{realScaleType:L,x:j,y:M,scale:E,width:a==="xAxis"?n.width:y.width,height:a==="yAxis"?n.height:y.height});return W.bandSize=Io(W,F),!y.hide&&a==="xAxis"?f[w]+=(_?-1:1)*W.height:y.hide||(f[w]+=(_?-1:1)*W.width),It(It({},p),{},as({},v,W))},{})},qm=function(t,r){var n=t.x,a=t.y,i=r.x,o=r.y;return{x:Math.min(n,i),y:Math.min(a,o),width:Math.abs(i-n),height:Math.abs(o-a)}},g4=function(t){var r=t.x1,n=t.y1,a=t.x2,i=t.y2;return qm({x:r,y:n},{x:a,y:i})},Hm=function(){function e(t){h4(this,e),this.scale=t}return v4(e,[{key:"domain",get:function(){return this.scale.domain}},{key:"range",get:function(){return this.scale.range}},{key:"rangeMin",get:function(){return this.range()[0]}},{key:"rangeMax",get:function(){return this.range()[1]}},{key:"bandwidth",get:function(){return this.scale.bandwidth}},{key:"apply",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.bandAware,i=n.position;if(r!==void 0){if(i)switch(i){case"start":return this.scale(r);case"middle":{var o=this.bandwidth?this.bandwidth()/2:0;return this.scale(r)+o}case"end":{var s=this.bandwidth?this.bandwidth():0;return this.scale(r)+s}default:return this.scale(r)}if(a){var l=this.bandwidth?this.bandwidth()/2:0;return this.scale(r)+l}return this.scale(r)}}},{key:"isInRange",value:function(r){var n=this.range(),a=n[0],i=n[n.length-1];return a<=i?r>=a&&r<=i:r>=i&&r<=a}}],[{key:"create",value:function(r){return new e(r)}}])}();as(Hm,"EPS",1e-4);var Tc=function(t){var r=Object.keys(t).reduce(function(n,a){return It(It({},n),{},as({},a,Hm.create(t[a])))},{});return It(It({},r),{},{apply:function(a){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=i.bandAware,s=i.position;return L6(a,function(l,u){return r[u].apply(l,{bandAware:o,position:s})})},isInRange:function(a){return Im(a,function(i,o){return r[o].isInRange(i)})}})};function b4(e){return(e%180+180)%180}var x4=function(t){var r=t.width,n=t.height,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,i=b4(a),o=i*Math.PI/180,s=Math.atan(n/r),l=o>s&&o<Math.PI-s?n/Math.sin(o):r/Math.cos(o);return Math.abs(l)},w4=hr,O4=ma,S4=Zi;function A4(e){return function(t,r,n){var a=Object(t);if(!O4(t)){var i=w4(r);t=S4(t),r=function(s){return i(a[s],s,a)}}var o=e(t,r,n);return o>-1?a[i?t[o]:o]:void 0}}var T4=A4,P4=Pm;function _4(e){var t=P4(e),r=t%1;return t===t?r?t-r:t:0}var E4=_4,j4=gp,$4=hr,C4=E4,k4=Math.max;function M4(e,t,r){var n=e==null?0:e.length;if(!n)return-1;var a=r==null?0:C4(r);return a<0&&(a=k4(n+a,0)),j4(e,$4(t),a)}var N4=M4,D4=T4,I4=N4,L4=D4(I4),R4=L4;const B4=Ce(R4);var F4=w1(function(e){return{x:e.left,y:e.top,width:e.width,height:e.height}},function(e){return["l",e.left,"t",e.top,"w",e.width,"h",e.height].join("")});function is(e){"@babel/helpers - typeof";return is=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},is(e)}var Pc=A.createContext(void 0),_c=A.createContext(void 0),Ym=A.createContext(void 0),Xm=A.createContext({}),Zm=A.createContext(void 0),Jm=A.createContext(0),Qm=A.createContext(0),eg=function(t){var r=t.state,n=r.xAxisMap,a=r.yAxisMap,i=r.offset,o=t.clipPathId,s=t.children,l=t.width,u=t.height,c=F4(i);return A.createElement(Pc.Provider,{value:n},A.createElement(_c.Provider,{value:a},A.createElement(Xm.Provider,{value:i},A.createElement(Ym.Provider,{value:c},A.createElement(Zm.Provider,{value:o},A.createElement(Jm.Provider,{value:u},A.createElement(Qm.Provider,{value:l},s)))))))},W4=function(){return A.useContext(Zm)};function tg(e){var t=Object.keys(e);return t.length===0?"There are no available ids.":"Available ids are: ".concat(t,".")}var rg=function(t){var r=A.useContext(Pc);r==null&&(process.env.NODE_ENV!=="production"?ht(!1,"Could not find Recharts context; are you sure this is rendered inside a Recharts wrapper component?"):ht());var n=r[t];return n==null&&(process.env.NODE_ENV!=="production"?ht(!1,'Could not find xAxis by id "'.concat(t,'" [').concat(is(t),"]. ").concat(tg(r))):ht()),n},U4=function(){var t=A.useContext(Pc);return pr(t)},z4=function(){var t=A.useContext(_c),r=B4(t,function(n){return Im(n.domain,Number.isFinite)});return r||pr(t)},ng=function(t){var r=A.useContext(_c);r==null&&(process.env.NODE_ENV!=="production"?ht(!1,"Could not find Recharts context; are you sure this is rendered inside a Recharts wrapper component?"):ht());var n=r[t];return n==null&&(process.env.NODE_ENV!=="production"?ht(!1,'Could not find yAxis by id "'.concat(t,'" [').concat(is(t),"]. ").concat(tg(r))):ht()),n},G4=function(){var t=A.useContext(Ym);return t},K4=function(){return A.useContext(Xm)},Ec=function(){return A.useContext(Qm)},jc=function(){return A.useContext(Jm)};function Rn(e){"@babel/helpers - typeof";return Rn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Rn(e)}function V4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function q4(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,sg(n.key),n)}}function H4(e,t,r){return t&&q4(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function Y4(e,t,r){return t=os(t),X4(e,ag()?Reflect.construct(t,r||[],os(e).constructor):t.apply(e,r))}function X4(e,t){if(t&&(Rn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Z4(e)}function Z4(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ag(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(ag=function(){return!!e})()}function os(e){return os=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},os(e)}function J4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&$c(e,t)}function $c(e,t){return $c=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},$c(e,t)}function ig(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function og(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ig(Object(r),!0).forEach(function(n){Cc(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ig(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Cc(e,t,r){return t=sg(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function sg(e){var t=Q4(e,"string");return Rn(t)=="symbol"?t:t+""}function Q4(e,t){if(Rn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Rn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function eB(e,t){return aB(e)||nB(e,t)||rB(e,t)||tB()}function tB(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
201
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function rB(e,t){if(e){if(typeof e=="string")return lg(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return lg(e,t)}}function lg(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function nB(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,o,s=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,t!==0)for(;!(l=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(c){u=!0,a=c}finally{try{if(!l&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw a}}return s}}function aB(e){if(Array.isArray(e))return e}function kc(){return kc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},kc.apply(this,arguments)}var iB=function(t,r){var n;return A.isValidElement(t)?n=A.cloneElement(t,r):pe(t)?n=t(r):n=A.createElement("line",kc({},r,{className:"recharts-reference-line-line"})),n},oB=function(t,r,n,a,i,o,s,l,u){var c=i.x,f=i.y,d=i.width,p=i.height;if(n){var v=u.y,y=t.y.apply(v,{position:o});if(Vt(u,"discard")&&!t.y.isInRange(y))return null;var h=[{x:c+d,y},{x:c,y}];return l==="left"?h.reverse():h}if(r){var b=u.x,S=t.x.apply(b,{position:o});if(Vt(u,"discard")&&!t.x.isInRange(S))return null;var x=[{x:S,y:f+p},{x:S,y:f}];return s==="top"?x.reverse():x}if(a){var T=u.segment,m=T.map(function(w){return t.apply(w,{position:o})});return Vt(u,"discard")&&j6(m,function(w){return!t.isInRange(w)})?null:m}return null};function sB(e){var t=e.x,r=e.y,n=e.segment,a=e.xAxisId,i=e.yAxisId,o=e.shape,s=e.className,l=e.alwaysShow,u=W4(),c=rg(a),f=ng(i),d=G4();if(!u||!d)return null;er(l===void 0,'The alwaysShow prop is deprecated. Please use ifOverflow="extendDomain" instead.');var p=Tc({x:c.scale,y:f.scale}),v=Ye(t),y=Ye(r),h=n&&n.length===2,b=oB(p,v,y,h,d,e.position,c.orientation,f.orientation,e);if(!b)return null;var S=eB(b,2),x=S[0],T=x.x,m=x.y,w=S[1],O=w.x,P=w.y,j=Vt(e,"hidden")?"url(#".concat(u,")"):void 0,M=og(og({clipPath:j},de(e,!0)),{},{x1:T,y1:m,x2:O,y2:P});return A.createElement(xe,{className:ye("recharts-reference-line",s)},iB(o,M),at.renderCallByParent(e,g4({x1:T,y1:m,x2:O,y2:P})))}var Mc=function(e){function t(){return V4(this,t),Y4(this,t,arguments)}return J4(t,e),H4(t,[{key:"render",value:function(){return A.createElement(sB,this.props)}}])}(A.Component);Cc(Mc,"displayName","ReferenceLine"),Cc(Mc,"defaultProps",{isFront:!1,ifOverflow:"discard",xAxisId:0,yAxisId:0,fill:"none",stroke:"#ccc",fillOpacity:1,strokeWidth:1,position:"middle"});function Nc(){return Nc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nc.apply(this,arguments)}function Bn(e){"@babel/helpers - typeof";return Bn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Bn(e)}function ug(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function cg(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ug(Object(r),!0).forEach(function(n){ls(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ug(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function lB(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function uB(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,dg(n.key),n)}}function cB(e,t,r){return t&&uB(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function fB(e,t,r){return t=ss(t),dB(e,fg()?Reflect.construct(t,r||[],ss(e).constructor):t.apply(e,r))}function dB(e,t){if(t&&(Bn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return pB(e)}function pB(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function fg(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(fg=function(){return!!e})()}function ss(e){return ss=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ss(e)}function hB(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Dc(e,t)}function Dc(e,t){return Dc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Dc(e,t)}function ls(e,t,r){return t=dg(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function dg(e){var t=vB(e,"string");return Bn(t)=="symbol"?t:t+""}function vB(e,t){if(Bn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Bn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var yB=function(t){var r=t.x,n=t.y,a=t.xAxis,i=t.yAxis,o=Tc({x:a.scale,y:i.scale}),s=o.apply({x:r,y:n},{bandAware:!0});return Vt(t,"discard")&&!o.isInRange(s)?null:s},us=function(e){function t(){return lB(this,t),fB(this,t,arguments)}return hB(t,e),cB(t,[{key:"render",value:function(){var n=this.props,a=n.x,i=n.y,o=n.r,s=n.alwaysShow,l=n.clipPathId,u=Ye(a),c=Ye(i);if(er(s===void 0,'The alwaysShow prop is deprecated. Please use ifOverflow="extendDomain" instead.'),!u||!c)return null;var f=yB(this.props);if(!f)return null;var d=f.x,p=f.y,v=this.props,y=v.shape,h=v.className,b=Vt(this.props,"hidden")?"url(#".concat(l,")"):void 0,S=cg(cg({clipPath:b},de(this.props,!0)),{},{cx:d,cy:p});return A.createElement(xe,{className:ye("recharts-reference-dot",h)},t.renderDot(y,S),at.renderCallByParent(this.props,{x:d-o,y:p-o,width:2*o,height:2*o}))}}])}(A.Component);ls(us,"displayName","ReferenceDot"),ls(us,"defaultProps",{isFront:!1,ifOverflow:"discard",xAxisId:0,yAxisId:0,r:10,fill:"#fff",stroke:"#ccc",fillOpacity:1,strokeWidth:1}),ls(us,"renderDot",function(e,t){var r;return A.isValidElement(e)?r=A.cloneElement(e,t):pe(e)?r=e(t):r=A.createElement(Ho,Nc({},t,{cx:t.cx,cy:t.cy,className:"recharts-reference-dot-dot"})),r});function Ic(){return Ic=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ic.apply(this,arguments)}function Fn(e){"@babel/helpers - typeof";return Fn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Fn(e)}function pg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function hg(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?pg(Object(r),!0).forEach(function(n){fs(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):pg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function mB(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function gB(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,yg(n.key),n)}}function bB(e,t,r){return t&&gB(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function xB(e,t,r){return t=cs(t),wB(e,vg()?Reflect.construct(t,r||[],cs(e).constructor):t.apply(e,r))}function wB(e,t){if(t&&(Fn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return OB(e)}function OB(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function vg(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(vg=function(){return!!e})()}function cs(e){return cs=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},cs(e)}function SB(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Lc(e,t)}function Lc(e,t){return Lc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Lc(e,t)}function fs(e,t,r){return t=yg(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function yg(e){var t=AB(e,"string");return Fn(t)=="symbol"?t:t+""}function AB(e,t){if(Fn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Fn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var TB=function(t,r,n,a,i){var o=i.x1,s=i.x2,l=i.y1,u=i.y2,c=i.xAxis,f=i.yAxis;if(!c||!f)return null;var d=Tc({x:c.scale,y:f.scale}),p={x:t?d.x.apply(o,{position:"start"}):d.x.rangeMin,y:n?d.y.apply(l,{position:"start"}):d.y.rangeMin},v={x:r?d.x.apply(s,{position:"end"}):d.x.rangeMax,y:a?d.y.apply(u,{position:"end"}):d.y.rangeMax};return Vt(i,"discard")&&(!d.isInRange(p)||!d.isInRange(v))?null:qm(p,v)},ds=function(e){function t(){return mB(this,t),xB(this,t,arguments)}return SB(t,e),bB(t,[{key:"render",value:function(){var n=this.props,a=n.x1,i=n.x2,o=n.y1,s=n.y2,l=n.className,u=n.alwaysShow,c=n.clipPathId;er(u===void 0,'The alwaysShow prop is deprecated. Please use ifOverflow="extendDomain" instead.');var f=Ye(a),d=Ye(i),p=Ye(o),v=Ye(s),y=this.props.shape;if(!f&&!d&&!p&&!v&&!y)return null;var h=TB(f,d,p,v,this.props);if(!h&&!y)return null;var b=Vt(this.props,"hidden")?"url(#".concat(c,")"):void 0;return A.createElement(xe,{className:ye("recharts-reference-area",l)},t.renderRect(y,hg(hg({clipPath:b},de(this.props,!0)),h)),at.renderCallByParent(this.props,h))}}])}(A.Component);fs(ds,"displayName","ReferenceArea"),fs(ds,"defaultProps",{isFront:!1,ifOverflow:"discard",xAxisId:0,yAxisId:0,r:10,fill:"#ccc",fillOpacity:.5,stroke:"none",strokeWidth:1}),fs(ds,"renderRect",function(e,t){var r;return A.isValidElement(e)?r=A.cloneElement(e,t):pe(e)?r=e(t):r=A.createElement(yc,Ic({},t,{className:"recharts-reference-area-rect"})),r});function mg(e,t,r){if(t<1)return[];if(t===1&&r===void 0)return e;for(var n=[],a=0;a<e.length;a+=t)n.push(e[a]);return n}function PB(e,t,r){var n={width:e.width+t.width,height:e.height+t.height};return x4(n,r)}function _B(e,t,r){var n=r==="width",a=e.x,i=e.y,o=e.width,s=e.height;return t===1?{start:n?a:i,end:n?a+o:i+s}:{start:n?a+o:i+s,end:n?a:i}}function ps(e,t,r,n,a){if(e*t<e*n||e*t>e*a)return!1;var i=r();return e*(t-e*i/2-n)>=0&&e*(t+e*i/2-a)<=0}function EB(e,t){return mg(e,t+1)}function jB(e,t,r,n,a){for(var i=(n||[]).slice(),o=t.start,s=t.end,l=0,u=1,c=o,f=function(){var v=n==null?void 0:n[l];if(v===void 0)return{v:mg(n,u)};var y=l,h,b=function(){return h===void 0&&(h=r(v,y)),h},S=v.coordinate,x=l===0||ps(e,S,b,c,s);x||(l=0,c=o,u+=1),x&&(c=S+e*(b()/2+a),l+=u)},d;u<=i.length;)if(d=f(),d)return d.v;return[]}function fi(e){"@babel/helpers - typeof";return fi=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},fi(e)}function gg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function it(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?gg(Object(r),!0).forEach(function(n){$B(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):gg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function $B(e,t,r){return t=CB(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function CB(e){var t=kB(e,"string");return fi(t)=="symbol"?t:t+""}function kB(e,t){if(fi(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(fi(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function MB(e,t,r,n,a){for(var i=(n||[]).slice(),o=i.length,s=t.start,l=t.end,u=function(d){var p=i[d],v,y=function(){return v===void 0&&(v=r(p,d)),v};if(d===o-1){var h=e*(p.coordinate+e*y()/2-l);i[d]=p=it(it({},p),{},{tickCoord:h>0?p.coordinate-h*e:p.coordinate})}else i[d]=p=it(it({},p),{},{tickCoord:p.coordinate});var b=ps(e,p.tickCoord,y,s,l);b&&(l=p.tickCoord-e*(y()/2+a),i[d]=it(it({},p),{},{isShow:!0}))},c=o-1;c>=0;c--)u(c);return i}function NB(e,t,r,n,a,i){var o=(n||[]).slice(),s=o.length,l=t.start,u=t.end;if(i){var c=n[s-1],f=r(c,s-1),d=e*(c.coordinate+e*f/2-u);o[s-1]=c=it(it({},c),{},{tickCoord:d>0?c.coordinate-d*e:c.coordinate});var p=ps(e,c.tickCoord,function(){return f},l,u);p&&(u=c.tickCoord-e*(f/2+a),o[s-1]=it(it({},c),{},{isShow:!0}))}for(var v=i?s-1:s,y=function(S){var x=o[S],T,m=function(){return T===void 0&&(T=r(x,S)),T};if(S===0){var w=e*(x.coordinate-e*m()/2-l);o[S]=x=it(it({},x),{},{tickCoord:w<0?x.coordinate-w*e:x.coordinate})}else o[S]=x=it(it({},x),{},{tickCoord:x.coordinate});var O=ps(e,x.tickCoord,m,l,u);O&&(l=x.tickCoord+e*(m()/2+a),o[S]=it(it({},x),{},{isShow:!0}))},h=0;h<v;h++)y(h);return o}function Rc(e,t,r){var n=e.tick,a=e.ticks,i=e.viewBox,o=e.minTickGap,s=e.orientation,l=e.interval,u=e.tickFormatter,c=e.unit,f=e.angle;if(!a||!a.length||!n)return[];if(Z(l)||vr.isSsr)return EB(a,typeof l=="number"&&Z(l)?l:0);var d=[],p=s==="top"||s==="bottom"?"width":"height",v=c&&p==="width"?Sa(c,{fontSize:t,letterSpacing:r}):{width:0,height:0},y=function(x,T){var m=pe(u)?u(x.value,T):x.value;return p==="width"?PB(Sa(m,{fontSize:t,letterSpacing:r}),v,f):Sa(m,{fontSize:t,letterSpacing:r})[p]},h=a.length>=2?Ct(a[1].coordinate-a[0].coordinate):1,b=_B(i,h,p);return l==="equidistantPreserveStart"?jB(h,b,y,a,o):(l==="preserveStart"||l==="preserveStartEnd"?d=NB(h,b,y,a,o,l==="preserveStartEnd"):d=MB(h,b,y,a,o),d.filter(function(S){return S.isShow}))}var DB=["viewBox"],IB=["viewBox"],LB=["ticks"];function Wn(e){"@babel/helpers - typeof";return Wn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Wn(e)}function Un(){return Un=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Un.apply(this,arguments)}function bg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Qe(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?bg(Object(r),!0).forEach(function(n){Wc(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):bg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Bc(e,t){if(e==null)return{};var r=RB(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function RB(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function BB(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function xg(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Og(n.key),n)}}function FB(e,t,r){return t&&xg(e.prototype,t),r&&xg(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function WB(e,t,r){return t=hs(t),UB(e,wg()?Reflect.construct(t,r||[],hs(e).constructor):t.apply(e,r))}function UB(e,t){if(t&&(Wn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return zB(e)}function zB(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function wg(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(wg=function(){return!!e})()}function hs(e){return hs=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},hs(e)}function GB(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Fc(e,t)}function Fc(e,t){return Fc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Fc(e,t)}function Wc(e,t,r){return t=Og(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Og(e){var t=KB(e,"string");return Wn(t)=="symbol"?t:t+""}function KB(e,t){if(Wn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Wn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var zn=function(e){function t(r){var n;return BB(this,t),n=WB(this,t,[r]),n.state={fontSize:"",letterSpacing:""},n}return GB(t,e),FB(t,[{key:"shouldComponentUpdate",value:function(n,a){var i=n.viewBox,o=Bc(n,DB),s=this.props,l=s.viewBox,u=Bc(s,IB);return!ln(i,l)||!ln(o,u)||!ln(a,this.state)}},{key:"componentDidMount",value:function(){var n=this.layerReference;if(n){var a=n.getElementsByClassName("recharts-cartesian-axis-tick-value")[0];a&&this.setState({fontSize:window.getComputedStyle(a).fontSize,letterSpacing:window.getComputedStyle(a).letterSpacing})}}},{key:"getTickLineCoord",value:function(n){var a=this.props,i=a.x,o=a.y,s=a.width,l=a.height,u=a.orientation,c=a.tickSize,f=a.mirror,d=a.tickMargin,p,v,y,h,b,S,x=f?-1:1,T=n.tickSize||c,m=Z(n.tickCoord)?n.tickCoord:n.coordinate;switch(u){case"top":p=v=n.coordinate,h=o+ +!f*l,y=h-x*T,S=y-x*d,b=m;break;case"left":y=h=n.coordinate,v=i+ +!f*s,p=v-x*T,b=p-x*d,S=m;break;case"right":y=h=n.coordinate,v=i+ +f*s,p=v+x*T,b=p+x*d,S=m;break;default:p=v=n.coordinate,h=o+ +f*l,y=h+x*T,S=y+x*d,b=m;break}return{line:{x1:p,y1:y,x2:v,y2:h},tick:{x:b,y:S}}}},{key:"getTickTextAnchor",value:function(){var n=this.props,a=n.orientation,i=n.mirror,o;switch(a){case"left":o=i?"start":"end";break;case"right":o=i?"end":"start";break;default:o="middle";break}return o}},{key:"getTickVerticalAnchor",value:function(){var n=this.props,a=n.orientation,i=n.mirror,o="end";switch(a){case"left":case"right":o="middle";break;case"top":o=i?"start":"end";break;default:o=i?"end":"start";break}return o}},{key:"renderAxisLine",value:function(){var n=this.props,a=n.x,i=n.y,o=n.width,s=n.height,l=n.orientation,u=n.mirror,c=n.axisLine,f=Qe(Qe(Qe({},de(this.props,!1)),de(c,!1)),{},{fill:"none"});if(l==="top"||l==="bottom"){var d=+(l==="top"&&!u||l==="bottom"&&u);f=Qe(Qe({},f),{},{x1:a,y1:i+d*s,x2:a+o,y2:i+d*s})}else{var p=+(l==="left"&&!u||l==="right"&&u);f=Qe(Qe({},f),{},{x1:a+p*o,y1:i,x2:a+p*o,y2:i+s})}return A.createElement("line",Un({},f,{className:ye("recharts-cartesian-axis-line",wt(c,"className"))}))}},{key:"renderTicks",value:function(n,a,i){var o=this,s=this.props,l=s.tickLine,u=s.stroke,c=s.tick,f=s.tickFormatter,d=s.unit,p=Rc(Qe(Qe({},this.props),{},{ticks:n}),a,i),v=this.getTickTextAnchor(),y=this.getTickVerticalAnchor(),h=de(this.props,!1),b=de(c,!1),S=Qe(Qe({},h),{},{fill:"none"},de(l,!1)),x=p.map(function(T,m){var w=o.getTickLineCoord(T),O=w.line,P=w.tick,j=Qe(Qe(Qe(Qe({textAnchor:v,verticalAnchor:y},h),{},{stroke:"none",fill:u},b),P),{},{index:m,payload:T,visibleTicksCount:p.length,tickFormatter:f});return A.createElement(xe,Un({className:"recharts-cartesian-axis-tick",key:"tick-".concat(T.value,"-").concat(T.coordinate,"-").concat(T.tickCoord)},ha(o.props,T,m)),l&&A.createElement("line",Un({},S,O,{className:ye("recharts-cartesian-axis-tick-line",wt(l,"className"))})),c&&t.renderTickItem(c,j,"".concat(pe(f)?f(T.value,m):T.value).concat(d||"")))});return A.createElement("g",{className:"recharts-cartesian-axis-ticks"},x)}},{key:"render",value:function(){var n=this,a=this.props,i=a.axisLine,o=a.width,s=a.height,l=a.ticksGenerator,u=a.className,c=a.hide;if(c)return null;var f=this.props,d=f.ticks,p=Bc(f,LB),v=d;return pe(l)&&(v=d&&d.length>0?l(this.props):l(p)),o<=0||s<=0||!v||!v.length?null:A.createElement(xe,{className:ye("recharts-cartesian-axis",u),ref:function(h){n.layerReference=h}},i&&this.renderAxisLine(),this.renderTicks(v,this.state.fontSize,this.state.letterSpacing),at.renderCallByParent(this.props))}}],[{key:"renderTickItem",value:function(n,a,i){var o,s=ye(a.className,"recharts-cartesian-axis-tick-value");return A.isValidElement(n)?o=A.cloneElement(n,Qe(Qe({},a),{},{className:s})):pe(n)?o=n(Qe(Qe({},a),{},{className:s})):o=A.createElement(lo,Un({},a,{className:"recharts-cartesian-axis-tick-value"}),i),o}}])}(A.Component);Wc(zn,"displayName","CartesianAxis"),Wc(zn,"defaultProps",{x:0,y:0,width:0,height:0,viewBox:{x:0,y:0,width:0,height:0},orientation:"bottom",ticks:[],stroke:"#666",tickLine:!0,axisLine:!0,tick:!0,mirror:!1,minTickGap:5,tickSize:6,tickMargin:2,interval:"preserveEnd"});var VB=["x1","y1","x2","y2","key"],qB=["offset"];function Vr(e){"@babel/helpers - typeof";return Vr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Vr(e)}function Sg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function ot(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Sg(Object(r),!0).forEach(function(n){HB(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Sg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function HB(e,t,r){return t=YB(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function YB(e){var t=XB(e,"string");return Vr(t)=="symbol"?t:t+""}function XB(e,t){if(Vr(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Vr(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function qr(){return qr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},qr.apply(this,arguments)}function Ag(e,t){if(e==null)return{};var r=ZB(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function ZB(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var JB=function(t){var r=t.fill;if(!r||r==="none")return null;var n=t.fillOpacity,a=t.x,i=t.y,o=t.width,s=t.height,l=t.ry;return A.createElement("rect",{x:a,y:i,ry:l,width:o,height:s,stroke:"none",fill:r,fillOpacity:n,className:"recharts-cartesian-grid-bg"})};function Tg(e,t){var r;if(A.isValidElement(e))r=A.cloneElement(e,t);else if(pe(e))r=e(t);else{var n=t.x1,a=t.y1,i=t.x2,o=t.y2,s=t.key,l=Ag(t,VB),u=de(l,!1);u.offset;var c=Ag(u,qB);r=A.createElement("line",qr({},c,{x1:n,y1:a,x2:i,y2:o,fill:"none",key:s}))}return r}function QB(e){var t=e.x,r=e.width,n=e.horizontal,a=n===void 0?!0:n,i=e.horizontalPoints;if(!a||!i||!i.length)return null;var o=i.map(function(s,l){var u=ot(ot({},e),{},{x1:t,y1:s,x2:t+r,y2:s,key:"line-".concat(l),index:l});return Tg(a,u)});return A.createElement("g",{className:"recharts-cartesian-grid-horizontal"},o)}function e8(e){var t=e.y,r=e.height,n=e.vertical,a=n===void 0?!0:n,i=e.verticalPoints;if(!a||!i||!i.length)return null;var o=i.map(function(s,l){var u=ot(ot({},e),{},{x1:s,y1:t,x2:s,y2:t+r,key:"line-".concat(l),index:l});return Tg(a,u)});return A.createElement("g",{className:"recharts-cartesian-grid-vertical"},o)}function t8(e){var t=e.horizontalFill,r=e.fillOpacity,n=e.x,a=e.y,i=e.width,o=e.height,s=e.horizontalPoints,l=e.horizontal,u=l===void 0?!0:l;if(!u||!t||!t.length)return null;var c=s.map(function(d){return Math.round(d+a-a)}).sort(function(d,p){return d-p});a!==c[0]&&c.unshift(0);var f=c.map(function(d,p){var v=!c[p+1],y=v?a+o-d:c[p+1]-d;if(y<=0)return null;var h=p%t.length;return A.createElement("rect",{key:"react-".concat(p),y:d,x:n,height:y,width:i,stroke:"none",fill:t[h],fillOpacity:r,className:"recharts-cartesian-grid-bg"})});return A.createElement("g",{className:"recharts-cartesian-gridstripes-horizontal"},f)}function r8(e){var t=e.vertical,r=t===void 0?!0:t,n=e.verticalFill,a=e.fillOpacity,i=e.x,o=e.y,s=e.width,l=e.height,u=e.verticalPoints;if(!r||!n||!n.length)return null;var c=u.map(function(d){return Math.round(d+i-i)}).sort(function(d,p){return d-p});i!==c[0]&&c.unshift(0);var f=c.map(function(d,p){var v=!c[p+1],y=v?i+s-d:c[p+1]-d;if(y<=0)return null;var h=p%n.length;return A.createElement("rect",{key:"react-".concat(p),x:d,y:o,width:y,height:l,stroke:"none",fill:n[h],fillOpacity:a,className:"recharts-cartesian-grid-bg"})});return A.createElement("g",{className:"recharts-cartesian-gridstripes-vertical"},f)}var n8=function(t,r){var n=t.xAxis,a=t.width,i=t.height,o=t.offset;return ly(Rc(ot(ot(ot({},zn.defaultProps),n),{},{ticks:ur(n,!0),viewBox:{x:0,y:0,width:a,height:i}})),o.left,o.left+o.width,r)},a8=function(t,r){var n=t.yAxis,a=t.width,i=t.height,o=t.offset;return ly(Rc(ot(ot(ot({},zn.defaultProps),n),{},{ticks:ur(n,!0),viewBox:{x:0,y:0,width:a,height:i}})),o.top,o.top+o.height,r)},Gn={horizontal:!0,vertical:!0,stroke:"#ccc",fill:"none",verticalFill:[],horizontalFill:[]};function Pg(e){var t,r,n,a,i,o,s=Ec(),l=jc(),u=K4(),c=ot(ot({},e),{},{stroke:(t=e.stroke)!==null&&t!==void 0?t:Gn.stroke,fill:(r=e.fill)!==null&&r!==void 0?r:Gn.fill,horizontal:(n=e.horizontal)!==null&&n!==void 0?n:Gn.horizontal,horizontalFill:(a=e.horizontalFill)!==null&&a!==void 0?a:Gn.horizontalFill,vertical:(i=e.vertical)!==null&&i!==void 0?i:Gn.vertical,verticalFill:(o=e.verticalFill)!==null&&o!==void 0?o:Gn.verticalFill,x:Z(e.x)?e.x:u.left,y:Z(e.y)?e.y:u.top,width:Z(e.width)?e.width:u.width,height:Z(e.height)?e.height:u.height}),f=c.x,d=c.y,p=c.width,v=c.height,y=c.syncWithTicks,h=c.horizontalValues,b=c.verticalValues,S=U4(),x=z4();if(!Z(p)||p<=0||!Z(v)||v<=0||!Z(f)||f!==+f||!Z(d)||d!==+d)return null;var T=c.verticalCoordinatesGenerator||n8,m=c.horizontalCoordinatesGenerator||a8,w=c.horizontalPoints,O=c.verticalPoints;if((!w||!w.length)&&pe(m)){var P=h&&h.length,j=m({yAxis:x?ot(ot({},x),{},{ticks:P?h:x.ticks}):void 0,width:s,height:l,offset:u},P?!0:y);er(Array.isArray(j),"horizontalCoordinatesGenerator should return Array but instead it returned [".concat(Vr(j),"]")),Array.isArray(j)&&(w=j)}if((!O||!O.length)&&pe(T)){var M=b&&b.length,_=T({xAxis:S?ot(ot({},S),{},{ticks:M?b:S.ticks}):void 0,width:s,height:l,offset:u},M?!0:y);er(Array.isArray(_),"verticalCoordinatesGenerator should return Array but instead it returned [".concat(Vr(_),"]")),Array.isArray(_)&&(O=_)}return A.createElement("g",{className:"recharts-cartesian-grid"},A.createElement(JB,{fill:c.fill,fillOpacity:c.fillOpacity,x:c.x,y:c.y,width:c.width,height:c.height,ry:c.ry}),A.createElement(QB,qr({},c,{offset:u,horizontalPoints:w,xAxis:S,yAxis:x})),A.createElement(e8,qr({},c,{offset:u,verticalPoints:O,xAxis:S,yAxis:x})),A.createElement(t8,qr({},c,{horizontalPoints:w})),A.createElement(r8,qr({},c,{verticalPoints:O})))}Pg.displayName="CartesianGrid";var i8=["type","layout","connectNulls","ref"],o8=["key"];function Kn(e){"@babel/helpers - typeof";return Kn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Kn(e)}function _g(e,t){if(e==null)return{};var r=s8(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function s8(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function di(){return di=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},di.apply(this,arguments)}function Eg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function bt(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Eg(Object(r),!0).forEach(function(n){Lt(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Eg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Vn(e){return f8(e)||c8(e)||u8(e)||l8()}function l8(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
202
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function u8(e,t){if(e){if(typeof e=="string")return Uc(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Uc(e,t)}}function c8(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function f8(e){if(Array.isArray(e))return Uc(e)}function Uc(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function d8(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function jg(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Cg(n.key),n)}}function p8(e,t,r){return t&&jg(e.prototype,t),r&&jg(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function h8(e,t,r){return t=vs(t),v8(e,$g()?Reflect.construct(t,r||[],vs(e).constructor):t.apply(e,r))}function v8(e,t){if(t&&(Kn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return y8(e)}function y8(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function $g(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return($g=function(){return!!e})()}function vs(e){return vs=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},vs(e)}function m8(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&zc(e,t)}function zc(e,t){return zc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},zc(e,t)}function Lt(e,t,r){return t=Cg(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Cg(e){var t=g8(e,"string");return Kn(t)=="symbol"?t:t+""}function g8(e,t){if(Kn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Kn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var pi=function(e){function t(){var r;d8(this,t);for(var n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return r=h8(this,t,[].concat(a)),Lt(r,"state",{isAnimationFinished:!0,totalLength:0}),Lt(r,"generateSimpleStrokeDasharray",function(o,s){return"".concat(s,"px ").concat(o-s,"px")}),Lt(r,"getStrokeDasharray",function(o,s,l){var u=l.reduce(function(b,S){return b+S});if(!u)return r.generateSimpleStrokeDasharray(s,o);for(var c=Math.floor(o/u),f=o%u,d=s-o,p=[],v=0,y=0;v<l.length;y+=l[v],++v)if(y+l[v]>f){p=[].concat(Vn(l.slice(0,v)),[f-y]);break}var h=p.length%2===0?[0,d]:[d];return[].concat(Vn(t.repeat(l,c)),Vn(p),h).map(function(b){return"".concat(b,"px")}).join(", ")}),Lt(r,"id",$r("recharts-line-")),Lt(r,"pathRef",function(o){r.mainCurve=o}),Lt(r,"handleAnimationEnd",function(){r.setState({isAnimationFinished:!0}),r.props.onAnimationEnd&&r.props.onAnimationEnd()}),Lt(r,"handleAnimationStart",function(){r.setState({isAnimationFinished:!1}),r.props.onAnimationStart&&r.props.onAnimationStart()}),r}return m8(t,e),p8(t,[{key:"componentDidMount",value:function(){if(this.props.isAnimationActive){var n=this.getTotalLength();this.setState({totalLength:n})}}},{key:"componentDidUpdate",value:function(){if(this.props.isAnimationActive){var n=this.getTotalLength();n!==this.state.totalLength&&this.setState({totalLength:n})}}},{key:"getTotalLength",value:function(){var n=this.mainCurve;try{return n&&n.getTotalLength&&n.getTotalLength()||0}catch{return 0}}},{key:"renderErrorBar",value:function(n,a){if(this.props.isAnimationActive&&!this.state.isAnimationFinished)return null;var i=this.props,o=i.points,s=i.xAxis,l=i.yAxis,u=i.layout,c=i.children,f=dt(c,jn);if(!f)return null;var d=function(y,h){return{x:y.x,y:y.y,value:y.value,errorVal:Ze(y.payload,h)}},p={clipPath:n?"url(#clipPath-".concat(a,")"):null};return A.createElement(xe,p,f.map(function(v){return A.cloneElement(v,{key:"bar-".concat(v.props.dataKey),data:o,xAxis:s,yAxis:l,layout:u,dataPointFormatter:d})}))}},{key:"renderDots",value:function(n,a,i){var o=this.props.isAnimationActive;if(o&&!this.state.isAnimationFinished)return null;var s=this.props,l=s.dot,u=s.points,c=s.dataKey,f=de(this.props,!1),d=de(l,!0),p=u.map(function(y,h){var b=bt(bt(bt({key:"dot-".concat(h),r:3},f),d),{},{index:h,cx:y.x,cy:y.y,value:y.value,dataKey:c,payload:y.payload,points:u});return t.renderDotItem(l,b)}),v={clipPath:n?"url(#clipPath-".concat(a?"":"dots-").concat(i,")"):null};return A.createElement(xe,di({className:"recharts-line-dots",key:"dots"},v),p)}},{key:"renderCurveStatically",value:function(n,a,i,o){var s=this.props,l=s.type,u=s.layout,c=s.connectNulls;s.ref;var f=_g(s,i8),d=bt(bt(bt({},de(f,!0)),{},{fill:"none",className:"recharts-line-curve",clipPath:a?"url(#clipPath-".concat(i,")"):null,points:n},o),{},{type:l,layout:u,connectNulls:c});return A.createElement(Gr,di({},d,{pathRef:this.pathRef}))}},{key:"renderCurveWithAnimation",value:function(n,a){var i=this,o=this.props,s=o.points,l=o.strokeDasharray,u=o.isAnimationActive,c=o.animationBegin,f=o.animationDuration,d=o.animationEasing,p=o.animationId,v=o.animateNewValues,y=o.width,h=o.height,b=this.state,S=b.prevPoints,x=b.totalLength;return A.createElement(Dt,{begin:c,duration:f,isActive:u,easing:d,from:{t:0},to:{t:1},key:"line-".concat(p),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(T){var m=T.t;if(S){var w=S.length/s.length,O=s.map(function($,R){var k=Math.floor(R*w);if(S[k]){var D=S[k],C=Ue(D.x,$.x),B=Ue(D.y,$.y);return bt(bt({},$),{},{x:C(m),y:B(m)})}if(v){var U=Ue(y*2,$.x),G=Ue(h/2,$.y);return bt(bt({},$),{},{x:U(m),y:G(m)})}return bt(bt({},$),{},{x:$.x,y:$.y})});return i.renderCurveStatically(O,n,a)}var P=Ue(0,x),j=P(m),M;if(l){var _="".concat(l).split(/[,\s]+/gim).map(function($){return parseFloat($)});M=i.getStrokeDasharray(j,x,_)}else M=i.generateSimpleStrokeDasharray(x,j);return i.renderCurveStatically(s,n,a,{strokeDasharray:M})})}},{key:"renderCurve",value:function(n,a){var i=this.props,o=i.points,s=i.isAnimationActive,l=this.state,u=l.prevPoints,c=l.totalLength;return s&&o&&o.length&&(!u&&c>0||!Br(u,o))?this.renderCurveWithAnimation(n,a):this.renderCurveStatically(o,n,a)}},{key:"render",value:function(){var n,a=this.props,i=a.hide,o=a.dot,s=a.points,l=a.className,u=a.xAxis,c=a.yAxis,f=a.top,d=a.left,p=a.width,v=a.height,y=a.isAnimationActive,h=a.id;if(i||!s||!s.length)return null;var b=this.state.isAnimationFinished,S=s.length===1,x=ye("recharts-line",l),T=u&&u.allowDataOverflow,m=c&&c.allowDataOverflow,w=T||m,O=fe(h)?this.id:h,P=(n=de(o,!1))!==null&&n!==void 0?n:{r:3,strokeWidth:2},j=P.r,M=j===void 0?3:j,_=P.strokeWidth,$=_===void 0?2:_,R=ed(o)?o:{},k=R.clipDot,D=k===void 0?!0:k,C=M*2+$;return A.createElement(xe,{className:x},T||m?A.createElement("defs",null,A.createElement("clipPath",{id:"clipPath-".concat(O)},A.createElement("rect",{x:T?d:d-p/2,y:m?f:f-v/2,width:T?p:p*2,height:m?v:v*2})),!D&&A.createElement("clipPath",{id:"clipPath-dots-".concat(O)},A.createElement("rect",{x:d-C/2,y:f-C/2,width:p+C,height:v+C}))):null,!S&&this.renderCurve(w,O),this.renderErrorBar(w,O),(S||o)&&this.renderDots(w,D,O),(!y||b)&&Kt.renderCallByParent(this.props,s))}}],[{key:"getDerivedStateFromProps",value:function(n,a){return n.animationId!==a.prevAnimationId?{prevAnimationId:n.animationId,curPoints:n.points,prevPoints:a.curPoints}:n.points!==a.curPoints?{curPoints:n.points}:null}},{key:"repeat",value:function(n,a){for(var i=n.length%2!==0?[].concat(Vn(n),[0]):n,o=[],s=0;s<a;++s)o=[].concat(Vn(o),Vn(i));return o}},{key:"renderDotItem",value:function(n,a){var i;if(A.isValidElement(n))i=A.cloneElement(n,a);else if(pe(n))i=n(a);else{var o=a.key,s=_g(a,o8),l=ye("recharts-line-dot",typeof n!="boolean"?n.className:"");i=A.createElement(Ho,di({key:o},s,{className:l}))}return i}}])}(A.PureComponent);Lt(pi,"displayName","Line"),Lt(pi,"defaultProps",{xAxisId:0,yAxisId:0,connectNulls:!1,activeDot:!0,dot:!0,legendType:"line",stroke:"#3182bd",strokeWidth:1,fill:"#fff",points:[],isAnimationActive:!vr.isSsr,animateNewValues:!0,animationBegin:0,animationDuration:1500,animationEasing:"ease",hide:!1,label:!1}),Lt(pi,"getComposedData",function(e){var t=e.props,r=e.xAxis,n=e.yAxis,a=e.xAxisTicks,i=e.yAxisTicks,o=e.dataKey,s=e.bandSize,l=e.displayedData,u=e.offset,c=t.layout,f=l.map(function(d,p){var v=Ze(d,o);return c==="horizontal"?{x:Cn({axis:r,ticks:a,bandSize:s,entry:d,index:p}),y:fe(v)?null:n.scale(v),value:v,payload:d}:{x:fe(v)?null:r.scale(v),y:Cn({axis:n,ticks:i,bandSize:s,entry:d,index:p}),value:v,payload:d}});return bt({points:f,layout:c},u)});var b8=["layout","type","stroke","connectNulls","isRange","ref"],x8=["key"],kg;function qn(e){"@babel/helpers - typeof";return qn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},qn(e)}function Mg(e,t){if(e==null)return{};var r=w8(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function w8(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Hr(){return Hr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Hr.apply(this,arguments)}function Ng(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Sr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Ng(Object(r),!0).forEach(function(n){qt(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ng(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function O8(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Dg(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Lg(n.key),n)}}function S8(e,t,r){return t&&Dg(e.prototype,t),r&&Dg(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function A8(e,t,r){return t=ys(t),T8(e,Ig()?Reflect.construct(t,r||[],ys(e).constructor):t.apply(e,r))}function T8(e,t){if(t&&(qn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return P8(e)}function P8(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ig(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Ig=function(){return!!e})()}function ys(e){return ys=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ys(e)}function _8(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Gc(e,t)}function Gc(e,t){return Gc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Gc(e,t)}function qt(e,t,r){return t=Lg(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Lg(e){var t=E8(e,"string");return qn(t)=="symbol"?t:t+""}function E8(e,t){if(qn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(qn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var Ar=function(e){function t(){var r;O8(this,t);for(var n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return r=A8(this,t,[].concat(a)),qt(r,"state",{isAnimationFinished:!0}),qt(r,"id",$r("recharts-area-")),qt(r,"handleAnimationEnd",function(){var o=r.props.onAnimationEnd;r.setState({isAnimationFinished:!0}),pe(o)&&o()}),qt(r,"handleAnimationStart",function(){var o=r.props.onAnimationStart;r.setState({isAnimationFinished:!1}),pe(o)&&o()}),r}return _8(t,e),S8(t,[{key:"renderDots",value:function(n,a,i){var o=this.props.isAnimationActive,s=this.state.isAnimationFinished;if(o&&!s)return null;var l=this.props,u=l.dot,c=l.points,f=l.dataKey,d=de(this.props,!1),p=de(u,!0),v=c.map(function(h,b){var S=Sr(Sr(Sr({key:"dot-".concat(b),r:3},d),p),{},{index:b,cx:h.x,cy:h.y,dataKey:f,value:h.value,payload:h.payload,points:c});return t.renderDotItem(u,S)}),y={clipPath:n?"url(#clipPath-".concat(a?"":"dots-").concat(i,")"):null};return A.createElement(xe,Hr({className:"recharts-area-dots"},y),v)}},{key:"renderHorizontalRect",value:function(n){var a=this.props,i=a.baseLine,o=a.points,s=a.strokeWidth,l=o[0].x,u=o[o.length-1].x,c=n*Math.abs(l-u),f=br(o.map(function(d){return d.y||0}));return Z(i)&&typeof i=="number"?f=Math.max(i,f):i&&Array.isArray(i)&&i.length&&(f=Math.max(br(i.map(function(d){return d.y||0})),f)),Z(f)?A.createElement("rect",{x:l<u?l:l-c,y:0,width:c,height:Math.floor(f+(s?parseInt("".concat(s),10):1))}):null}},{key:"renderVerticalRect",value:function(n){var a=this.props,i=a.baseLine,o=a.points,s=a.strokeWidth,l=o[0].y,u=o[o.length-1].y,c=n*Math.abs(l-u),f=br(o.map(function(d){return d.x||0}));return Z(i)&&typeof i=="number"?f=Math.max(i,f):i&&Array.isArray(i)&&i.length&&(f=Math.max(br(i.map(function(d){return d.x||0})),f)),Z(f)?A.createElement("rect",{x:0,y:l<u?l:l-c,width:f+(s?parseInt("".concat(s),10):1),height:Math.floor(c)}):null}},{key:"renderClipRect",value:function(n){var a=this.props.layout;return a==="vertical"?this.renderVerticalRect(n):this.renderHorizontalRect(n)}},{key:"renderAreaStatically",value:function(n,a,i,o){var s=this.props,l=s.layout,u=s.type,c=s.stroke,f=s.connectNulls,d=s.isRange;s.ref;var p=Mg(s,b8);return A.createElement(xe,{clipPath:i?"url(#clipPath-".concat(o,")"):null},A.createElement(Gr,Hr({},de(p,!0),{points:n,connectNulls:f,type:u,baseLine:a,layout:l,stroke:"none",className:"recharts-area-area"})),c!=="none"&&A.createElement(Gr,Hr({},de(this.props,!1),{className:"recharts-area-curve",layout:l,type:u,connectNulls:f,fill:"none",points:n})),c!=="none"&&d&&A.createElement(Gr,Hr({},de(this.props,!1),{className:"recharts-area-curve",layout:l,type:u,connectNulls:f,fill:"none",points:a})))}},{key:"renderAreaWithAnimation",value:function(n,a){var i=this,o=this.props,s=o.points,l=o.baseLine,u=o.isAnimationActive,c=o.animationBegin,f=o.animationDuration,d=o.animationEasing,p=o.animationId,v=this.state,y=v.prevPoints,h=v.prevBaseLine;return A.createElement(Dt,{begin:c,duration:f,isActive:u,easing:d,from:{t:0},to:{t:1},key:"area-".concat(p),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(b){var S=b.t;if(y){var x=y.length/s.length,T=s.map(function(P,j){var M=Math.floor(j*x);if(y[M]){var _=y[M],$=Ue(_.x,P.x),R=Ue(_.y,P.y);return Sr(Sr({},P),{},{x:$(S),y:R(S)})}return P}),m;if(Z(l)&&typeof l=="number"){var w=Ue(h,l);m=w(S)}else if(fe(l)||sn(l)){var O=Ue(h,0);m=O(S)}else m=l.map(function(P,j){var M=Math.floor(j*x);if(h[M]){var _=h[M],$=Ue(_.x,P.x),R=Ue(_.y,P.y);return Sr(Sr({},P),{},{x:$(S),y:R(S)})}return P});return i.renderAreaStatically(T,m,n,a)}return A.createElement(xe,null,A.createElement("defs",null,A.createElement("clipPath",{id:"animationClipPath-".concat(a)},i.renderClipRect(S))),A.createElement(xe,{clipPath:"url(#animationClipPath-".concat(a,")")},i.renderAreaStatically(s,l,n,a)))})}},{key:"renderArea",value:function(n,a){var i=this.props,o=i.points,s=i.baseLine,l=i.isAnimationActive,u=this.state,c=u.prevPoints,f=u.prevBaseLine,d=u.totalLength;return l&&o&&o.length&&(!c&&d>0||!Br(c,o)||!Br(f,s))?this.renderAreaWithAnimation(n,a):this.renderAreaStatically(o,s,n,a)}},{key:"render",value:function(){var n,a=this.props,i=a.hide,o=a.dot,s=a.points,l=a.className,u=a.top,c=a.left,f=a.xAxis,d=a.yAxis,p=a.width,v=a.height,y=a.isAnimationActive,h=a.id;if(i||!s||!s.length)return null;var b=this.state.isAnimationFinished,S=s.length===1,x=ye("recharts-area",l),T=f&&f.allowDataOverflow,m=d&&d.allowDataOverflow,w=T||m,O=fe(h)?this.id:h,P=(n=de(o,!1))!==null&&n!==void 0?n:{r:3,strokeWidth:2},j=P.r,M=j===void 0?3:j,_=P.strokeWidth,$=_===void 0?2:_,R=ed(o)?o:{},k=R.clipDot,D=k===void 0?!0:k,C=M*2+$;return A.createElement(xe,{className:x},T||m?A.createElement("defs",null,A.createElement("clipPath",{id:"clipPath-".concat(O)},A.createElement("rect",{x:T?c:c-p/2,y:m?u:u-v/2,width:T?p:p*2,height:m?v:v*2})),!D&&A.createElement("clipPath",{id:"clipPath-dots-".concat(O)},A.createElement("rect",{x:c-C/2,y:u-C/2,width:p+C,height:v+C}))):null,S?null:this.renderArea(w,O),(o||S)&&this.renderDots(w,D,O),(!y||b)&&Kt.renderCallByParent(this.props,s))}}],[{key:"getDerivedStateFromProps",value:function(n,a){return n.animationId!==a.prevAnimationId?{prevAnimationId:n.animationId,curPoints:n.points,curBaseLine:n.baseLine,prevPoints:a.curPoints,prevBaseLine:a.curBaseLine}:n.points!==a.curPoints||n.baseLine!==a.curBaseLine?{curPoints:n.points,curBaseLine:n.baseLine}:null}}])}(A.PureComponent);kg=Ar,qt(Ar,"displayName","Area"),qt(Ar,"defaultProps",{stroke:"#3182bd",fill:"#3182bd",fillOpacity:.6,xAxisId:0,yAxisId:0,legendType:"line",connectNulls:!1,points:[],dot:!1,activeDot:!0,hide:!1,isAnimationActive:!vr.isSsr,animationBegin:0,animationDuration:1500,animationEasing:"ease"}),qt(Ar,"getBaseValue",function(e,t,r,n){var a=e.layout,i=e.baseValue,o=t.props.baseValue,s=o??i;if(Z(s)&&typeof s=="number")return s;var l=a==="horizontal"?n:r,u=l.scale.domain();if(l.type==="number"){var c=Math.max(u[0],u[1]),f=Math.min(u[0],u[1]);return s==="dataMin"?f:s==="dataMax"||c<0?c:Math.max(Math.min(u[0],u[1]),0)}return s==="dataMin"?u[0]:s==="dataMax"?u[1]:u[0]}),qt(Ar,"getComposedData",function(e){var t=e.props,r=e.item,n=e.xAxis,a=e.yAxis,i=e.xAxisTicks,o=e.yAxisTicks,s=e.bandSize,l=e.dataKey,u=e.stackedData,c=e.dataStartIndex,f=e.displayedData,d=e.offset,p=t.layout,v=u&&u.length,y=kg.getBaseValue(t,r,n,a),h=p==="horizontal",b=!1,S=f.map(function(T,m){var w;v?w=u[c+m]:(w=Ze(T,l),Array.isArray(w)?b=!0:w=[y,w]);var O=w[1]==null||v&&Ze(T,l)==null;return h?{x:Cn({axis:n,ticks:i,bandSize:s,entry:T,index:m}),y:O?null:a.scale(w[1]),value:w,payload:T}:{x:O?null:n.scale(w[1]),y:Cn({axis:a,ticks:o,bandSize:s,entry:T,index:m}),value:w,payload:T}}),x;return v||b?x=S.map(function(T){var m=Array.isArray(T.value)?T.value[0]:null;return h?{x:T.x,y:m!=null&&T.y!=null?a.scale(m):null}:{x:m!=null?n.scale(m):null,y:T.y}}):x=h?a.scale(y):n.scale(y),Sr({points:S,baseLine:x,layout:p,isRange:b},d)}),qt(Ar,"renderDotItem",function(e,t){var r;if(A.isValidElement(e))r=A.cloneElement(e,t);else if(pe(e))r=e(t);else{var n=ye("recharts-area-dot",typeof e!="boolean"?e.className:""),a=t.key,i=Mg(t,x8);r=A.createElement(Ho,Hr({},i,{key:a,className:n}))}return r});function Hn(e){"@babel/helpers - typeof";return Hn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Hn(e)}function j8(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $8(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Fg(n.key),n)}}function C8(e,t,r){return t&&$8(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function k8(e,t,r){return t=ms(t),M8(e,Rg()?Reflect.construct(t,r||[],ms(e).constructor):t.apply(e,r))}function M8(e,t){if(t&&(Hn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return N8(e)}function N8(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Rg(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Rg=function(){return!!e})()}function ms(e){return ms=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ms(e)}function D8(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Kc(e,t)}function Kc(e,t){return Kc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Kc(e,t)}function Bg(e,t,r){return t=Fg(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Fg(e){var t=I8(e,"string");return Hn(t)=="symbol"?t:t+""}function I8(e,t){if(Hn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Hn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var gs=function(e){function t(){return j8(this,t),k8(this,t,arguments)}return D8(t,e),C8(t,[{key:"render",value:function(){return null}}])}(xt.Component);Bg(gs,"displayName","ZAxis"),Bg(gs,"defaultProps",{zAxisId:0,range:[64,64],scale:"auto",type:"number"});var L8=["option","isActive"];function hi(){return hi=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hi.apply(this,arguments)}function R8(e,t){if(e==null)return{};var r=B8(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function B8(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function F8(e){var t=e.option,r=e.isActive,n=R8(e,L8);return typeof t=="string"?xt.createElement(bc,hi({option:xt.createElement(Vi,hi({type:t},n)),isActive:r,shapeType:"symbols"},n)):xt.createElement(bc,hi({option:t,isActive:r,shapeType:"symbols"},n))}function Yn(e){"@babel/helpers - typeof";return Yn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Yn(e)}function vi(){return vi=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vi.apply(this,arguments)}function Wg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Et(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Wg(Object(r),!0).forEach(function(n){Tr(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Wg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function W8(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ug(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Gg(n.key),n)}}function U8(e,t,r){return t&&Ug(e.prototype,t),r&&Ug(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function z8(e,t,r){return t=bs(t),G8(e,zg()?Reflect.construct(t,r||[],bs(e).constructor):t.apply(e,r))}function G8(e,t){if(t&&(Yn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return K8(e)}function K8(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function zg(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(zg=function(){return!!e})()}function bs(e){return bs=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},bs(e)}function V8(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Vc(e,t)}function Vc(e,t){return Vc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Vc(e,t)}function Tr(e,t,r){return t=Gg(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Gg(e){var t=q8(e,"string");return Yn(t)=="symbol"?t:t+""}function q8(e,t){if(Yn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Yn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var xs=function(e){function t(){var r;W8(this,t);for(var n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return r=z8(this,t,[].concat(a)),Tr(r,"state",{isAnimationFinished:!1}),Tr(r,"handleAnimationEnd",function(){r.setState({isAnimationFinished:!0})}),Tr(r,"handleAnimationStart",function(){r.setState({isAnimationFinished:!1})}),Tr(r,"id",$r("recharts-scatter-")),r}return V8(t,e),U8(t,[{key:"renderSymbolsStatically",value:function(n){var a=this,i=this.props,o=i.shape,s=i.activeShape,l=i.activeIndex,u=de(this.props,!1);return n.map(function(c,f){var d=l===f,p=d?s:o,v=Et(Et({},u),c);return A.createElement(xe,vi({className:"recharts-scatter-symbol",key:"symbol-".concat(c==null?void 0:c.cx,"-").concat(c==null?void 0:c.cy,"-").concat(c==null?void 0:c.size,"-").concat(f)},ha(a.props,c,f),{role:"img"}),A.createElement(F8,vi({option:p,isActive:d,key:"symbol-".concat(f)},v)))})}},{key:"renderSymbolsWithAnimation",value:function(){var n=this,a=this.props,i=a.points,o=a.isAnimationActive,s=a.animationBegin,l=a.animationDuration,u=a.animationEasing,c=a.animationId,f=this.state.prevPoints;return A.createElement(Dt,{begin:s,duration:l,isActive:o,easing:u,from:{t:0},to:{t:1},key:"pie-".concat(c),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(d){var p=d.t,v=i.map(function(y,h){var b=f&&f[h];if(b){var S=Ue(b.cx,y.cx),x=Ue(b.cy,y.cy),T=Ue(b.size,y.size);return Et(Et({},y),{},{cx:S(p),cy:x(p),size:T(p)})}var m=Ue(0,y.size);return Et(Et({},y),{},{size:m(p)})});return A.createElement(xe,null,n.renderSymbolsStatically(v))})}},{key:"renderSymbols",value:function(){var n=this.props,a=n.points,i=n.isAnimationActive,o=this.state.prevPoints;return i&&a&&a.length&&(!o||!Br(o,a))?this.renderSymbolsWithAnimation():this.renderSymbolsStatically(a)}},{key:"renderErrorBar",value:function(){var n=this.props.isAnimationActive;if(n&&!this.state.isAnimationFinished)return null;var a=this.props,i=a.points,o=a.xAxis,s=a.yAxis,l=a.children,u=dt(l,jn);return u?u.map(function(c,f){var d=c.props,p=d.direction,v=d.dataKey;return A.cloneElement(c,{key:"".concat(p,"-").concat(v,"-").concat(i[f]),data:i,xAxis:o,yAxis:s,layout:p==="x"?"vertical":"horizontal",dataPointFormatter:function(h,b){return{x:h.cx,y:h.cy,value:p==="x"?+h.node.x:+h.node.y,errorVal:Ze(h,b)}}})}):null}},{key:"renderLine",value:function(){var n=this.props,a=n.points,i=n.line,o=n.lineType,s=n.lineJointType,l=de(this.props,!1),u=de(i,!1),c,f;if(o==="joint")c=a.map(function(x){return{x:x.cx,y:x.cy}});else if(o==="fitting"){var d=gO(a),p=d.xmin,v=d.xmax,y=d.a,h=d.b,b=function(T){return y*T+h};c=[{x:p,y:b(p)},{x:v,y:b(v)}]}var S=Et(Et(Et({},l),{},{fill:"none",stroke:l&&l.fill},u),{},{points:c});return A.isValidElement(i)?f=A.cloneElement(i,S):pe(i)?f=i(S):f=A.createElement(Gr,vi({},S,{type:s})),A.createElement(xe,{className:"recharts-scatter-line",key:"recharts-scatter-line"},f)}},{key:"render",value:function(){var n=this.props,a=n.hide,i=n.points,o=n.line,s=n.className,l=n.xAxis,u=n.yAxis,c=n.left,f=n.top,d=n.width,p=n.height,v=n.id,y=n.isAnimationActive;if(a||!i||!i.length)return null;var h=this.state.isAnimationFinished,b=ye("recharts-scatter",s),S=l&&l.allowDataOverflow,x=u&&u.allowDataOverflow,T=S||x,m=fe(v)?this.id:v;return A.createElement(xe,{className:b,clipPath:T?"url(#clipPath-".concat(m,")"):null},S||x?A.createElement("defs",null,A.createElement("clipPath",{id:"clipPath-".concat(m)},A.createElement("rect",{x:S?c:c-d/2,y:x?f:f-p/2,width:S?d:d*2,height:x?p:p*2}))):null,o&&this.renderLine(),this.renderErrorBar(),A.createElement(xe,{key:"recharts-scatter-symbols"},this.renderSymbols()),(!y||h)&&Kt.renderCallByParent(this.props,i))}}],[{key:"getDerivedStateFromProps",value:function(n,a){return n.animationId!==a.prevAnimationId?{prevAnimationId:n.animationId,curPoints:n.points,prevPoints:a.curPoints}:n.points!==a.curPoints?{curPoints:n.points}:null}}])}(A.PureComponent);Tr(xs,"displayName","Scatter"),Tr(xs,"defaultProps",{xAxisId:0,yAxisId:0,zAxisId:0,legendType:"circle",lineType:"joint",lineJointType:"linear",data:[],shape:"circle",hide:!1,isAnimationActive:!vr.isSsr,animationBegin:0,animationDuration:400,animationEasing:"linear"}),Tr(xs,"getComposedData",function(e){var t=e.xAxis,r=e.yAxis,n=e.zAxis,a=e.item,i=e.displayedData,o=e.xAxisTicks,s=e.yAxisTicks,l=e.offset,u=a.props.tooltipType,c=dt(a.props.children,Hl),f=fe(t.dataKey)?a.props.dataKey:t.dataKey,d=fe(r.dataKey)?a.props.dataKey:r.dataKey,p=n&&n.dataKey,v=n?n.range:gs.defaultProps.range,y=v&&v[0],h=t.scale.bandwidth?t.scale.bandwidth():0,b=r.scale.bandwidth?r.scale.bandwidth():0,S=i.map(function(x,T){var m=Ze(x,f),w=Ze(x,d),O=!fe(p)&&Ze(x,p)||"-",P=[{name:fe(t.dataKey)?a.props.name:t.name||t.dataKey,unit:t.unit||"",value:m,payload:x,dataKey:f,type:u},{name:fe(r.dataKey)?a.props.name:r.name||r.dataKey,unit:r.unit||"",value:w,payload:x,dataKey:d,type:u}];O!=="-"&&P.push({name:n.name||n.dataKey,unit:n.unit||"",value:O,payload:x,dataKey:p,type:u});var j=Cn({axis:t,ticks:o,bandSize:h,entry:x,index:T,dataKey:f}),M=Cn({axis:r,ticks:s,bandSize:b,entry:x,index:T,dataKey:d}),_=O!=="-"?n.scale(O):y,$=Math.sqrt(Math.max(_,0)/Math.PI);return Et(Et({},x),{},{cx:j,cy:M,x:j-$,y:M-$,xAxis:t,yAxis:r,zAxis:n,width:2*$,height:2*$,size:_,node:{x:m,y:w,z:O},tooltipPayload:P,tooltipPosition:{x:j,y:M},payload:x},c&&c[T]&&c[T].props)});return Et({points:S},l)});function Xn(e){"@babel/helpers - typeof";return Xn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Xn(e)}function H8(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Y8(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,qg(n.key),n)}}function X8(e,t,r){return t&&Y8(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function Z8(e,t,r){return t=ws(t),J8(e,Kg()?Reflect.construct(t,r||[],ws(e).constructor):t.apply(e,r))}function J8(e,t){if(t&&(Xn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Q8(e)}function Q8(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Kg(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Kg=function(){return!!e})()}function ws(e){return ws=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ws(e)}function eF(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&qc(e,t)}function qc(e,t){return qc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},qc(e,t)}function Vg(e,t,r){return t=qg(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function qg(e){var t=tF(e,"string");return Xn(t)=="symbol"?t:t+""}function tF(e,t){if(Xn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Xn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function Hc(){return Hc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Hc.apply(this,arguments)}function rF(e){var t=e.xAxisId,r=Ec(),n=jc(),a=rg(t);return a==null?null:xt.createElement(zn,Hc({},a,{className:ye("recharts-".concat(a.axisType," ").concat(a.axisType),a.className),viewBox:{x:0,y:0,width:r,height:n},ticksGenerator:function(o){return ur(o,!0)}}))}var Os=function(e){function t(){return H8(this,t),Z8(this,t,arguments)}return eF(t,e),X8(t,[{key:"render",value:function(){return xt.createElement(rF,this.props)}}])}(xt.Component);Vg(Os,"displayName","XAxis"),Vg(Os,"defaultProps",{allowDecimals:!0,hide:!1,orientation:"bottom",width:0,height:30,mirror:!1,xAxisId:0,tickCount:5,type:"category",padding:{left:0,right:0},allowDataOverflow:!1,scale:"auto",reversed:!1,allowDuplicatedCategory:!0});function Zn(e){"@babel/helpers - typeof";return Zn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Zn(e)}function nF(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function aF(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Xg(n.key),n)}}function iF(e,t,r){return t&&aF(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function oF(e,t,r){return t=Ss(t),sF(e,Hg()?Reflect.construct(t,r||[],Ss(e).constructor):t.apply(e,r))}function sF(e,t){if(t&&(Zn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return lF(e)}function lF(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Hg(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Hg=function(){return!!e})()}function Ss(e){return Ss=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ss(e)}function uF(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Yc(e,t)}function Yc(e,t){return Yc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Yc(e,t)}function Yg(e,t,r){return t=Xg(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Xg(e){var t=cF(e,"string");return Zn(t)=="symbol"?t:t+""}function cF(e,t){if(Zn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Zn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function Xc(){return Xc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xc.apply(this,arguments)}var fF=function(t){var r=t.yAxisId,n=Ec(),a=jc(),i=ng(r);return i==null?null:xt.createElement(zn,Xc({},i,{className:ye("recharts-".concat(i.axisType," ").concat(i.axisType),i.className),viewBox:{x:0,y:0,width:n,height:a},ticksGenerator:function(s){return ur(s,!0)}}))},As=function(e){function t(){return nF(this,t),oF(this,t,arguments)}return uF(t,e),iF(t,[{key:"render",value:function(){return xt.createElement(fF,this.props)}}])}(xt.Component);Yg(As,"displayName","YAxis"),Yg(As,"defaultProps",{allowDuplicatedCategory:!0,allowDecimals:!0,hide:!1,orientation:"left",width:60,height:0,mirror:!1,yAxisId:0,tickCount:5,type:"number",padding:{top:0,bottom:0},allowDataOverflow:!1,scale:"auto",reversed:!1});function Zg(e){return vF(e)||hF(e)||pF(e)||dF()}function dF(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
203
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function pF(e,t){if(e){if(typeof e=="string")return Zc(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Zc(e,t)}}function hF(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function vF(e){if(Array.isArray(e))return Zc(e)}function Zc(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var Jc=function(t,r,n,a,i){var o=dt(t,Mc),s=dt(t,us),l=[].concat(Zg(o),Zg(s)),u=dt(t,ds),c="".concat(a,"Id"),f=a[0],d=r;if(l.length&&(d=l.reduce(function(y,h){if(h.props[c]===n&&Vt(h.props,"extendDomain")&&Z(h.props[f])){var b=h.props[f];return[Math.min(y[0],b),Math.max(y[1],b)]}return y},d)),u.length){var p="".concat(f,"1"),v="".concat(f,"2");d=u.reduce(function(y,h){if(h.props[c]===n&&Vt(h.props,"extendDomain")&&Z(h.props[p])&&Z(h.props[v])){var b=h.props[p],S=h.props[v];return[Math.min(y[0],b,S),Math.max(y[1],b,S)]}return y},d)}return i&&i.length&&(d=i.reduce(function(y,h){return Z(h)?[Math.min(y[0],h),Math.max(y[1],h)]:y},d)),d},Jg={exports:{}};(function(e){var t=Object.prototype.hasOwnProperty,r="~";function n(){}Object.create&&(n.prototype=Object.create(null),new n().__proto__||(r=!1));function a(l,u,c){this.fn=l,this.context=u,this.once=c||!1}function i(l,u,c,f,d){if(typeof c!="function")throw new TypeError("The listener must be a function");var p=new a(c,f||l,d),v=r?r+u:u;return l._events[v]?l._events[v].fn?l._events[v]=[l._events[v],p]:l._events[v].push(p):(l._events[v]=p,l._eventsCount++),l}function o(l,u){--l._eventsCount===0?l._events=new n:delete l._events[u]}function s(){this._events=new n,this._eventsCount=0}s.prototype.eventNames=function(){var u=[],c,f;if(this._eventsCount===0)return u;for(f in c=this._events)t.call(c,f)&&u.push(r?f.slice(1):f);return Object.getOwnPropertySymbols?u.concat(Object.getOwnPropertySymbols(c)):u},s.prototype.listeners=function(u){var c=r?r+u:u,f=this._events[c];if(!f)return[];if(f.fn)return[f.fn];for(var d=0,p=f.length,v=new Array(p);d<p;d++)v[d]=f[d].fn;return v},s.prototype.listenerCount=function(u){var c=r?r+u:u,f=this._events[c];return f?f.fn?1:f.length:0},s.prototype.emit=function(u,c,f,d,p,v){var y=r?r+u:u;if(!this._events[y])return!1;var h=this._events[y],b=arguments.length,S,x;if(h.fn){switch(h.once&&this.removeListener(u,h.fn,void 0,!0),b){case 1:return h.fn.call(h.context),!0;case 2:return h.fn.call(h.context,c),!0;case 3:return h.fn.call(h.context,c,f),!0;case 4:return h.fn.call(h.context,c,f,d),!0;case 5:return h.fn.call(h.context,c,f,d,p),!0;case 6:return h.fn.call(h.context,c,f,d,p,v),!0}for(x=1,S=new Array(b-1);x<b;x++)S[x-1]=arguments[x];h.fn.apply(h.context,S)}else{var T=h.length,m;for(x=0;x<T;x++)switch(h[x].once&&this.removeListener(u,h[x].fn,void 0,!0),b){case 1:h[x].fn.call(h[x].context);break;case 2:h[x].fn.call(h[x].context,c);break;case 3:h[x].fn.call(h[x].context,c,f);break;case 4:h[x].fn.call(h[x].context,c,f,d);break;default:if(!S)for(m=1,S=new Array(b-1);m<b;m++)S[m-1]=arguments[m];h[x].fn.apply(h[x].context,S)}}return!0},s.prototype.on=function(u,c,f){return i(this,u,c,f,!1)},s.prototype.once=function(u,c,f){return i(this,u,c,f,!0)},s.prototype.removeListener=function(u,c,f,d){var p=r?r+u:u;if(!this._events[p])return this;if(!c)return o(this,p),this;var v=this._events[p];if(v.fn)v.fn===c&&(!d||v.once)&&(!f||v.context===f)&&o(this,p);else{for(var y=0,h=[],b=v.length;y<b;y++)(v[y].fn!==c||d&&!v[y].once||f&&v[y].context!==f)&&h.push(v[y]);h.length?this._events[p]=h.length===1?h[0]:h:o(this,p)}return this},s.prototype.removeAllListeners=function(u){var c;return u?(c=r?r+u:u,this._events[c]&&o(this,c)):(this._events=new n,this._eventsCount=0),this},s.prototype.off=s.prototype.removeListener,s.prototype.addListener=s.prototype.on,s.prefixed=r,s.EventEmitter=s,e.exports=s})(Jg);var yF=Jg.exports;const mF=Ce(yF);var Qc=new mF,ef="recharts.syncMouseEvents";function yi(e){"@babel/helpers - typeof";return yi=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},yi(e)}function gF(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function bF(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Qg(n.key),n)}}function xF(e,t,r){return t&&bF(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function tf(e,t,r){return t=Qg(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Qg(e){var t=wF(e,"string");return yi(t)=="symbol"?t:t+""}function wF(e,t){if(yi(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(yi(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var OF=function(){function e(){gF(this,e),tf(this,"activeIndex",0),tf(this,"coordinateList",[]),tf(this,"layout","horizontal")}return xF(e,[{key:"setDetails",value:function(r){var n,a=r.coordinateList,i=a===void 0?null:a,o=r.container,s=o===void 0?null:o,l=r.layout,u=l===void 0?null:l,c=r.offset,f=c===void 0?null:c,d=r.mouseHandlerCallback,p=d===void 0?null:d;this.coordinateList=(n=i??this.coordinateList)!==null&&n!==void 0?n:[],this.container=s??this.container,this.layout=u??this.layout,this.offset=f??this.offset,this.mouseHandlerCallback=p??this.mouseHandlerCallback,this.activeIndex=Math.min(Math.max(this.activeIndex,0),this.coordinateList.length-1)}},{key:"focus",value:function(){this.spoofMouse()}},{key:"keyboardEvent",value:function(r){if(this.coordinateList.length!==0)switch(r.key){case"ArrowRight":{if(this.layout!=="horizontal")return;this.activeIndex=Math.min(this.activeIndex+1,this.coordinateList.length-1),this.spoofMouse();break}case"ArrowLeft":{if(this.layout!=="horizontal")return;this.activeIndex=Math.max(this.activeIndex-1,0),this.spoofMouse();break}}}},{key:"setIndex",value:function(r){this.activeIndex=r}},{key:"spoofMouse",value:function(){var r,n;if(this.layout==="horizontal"&&this.coordinateList.length!==0){var a=this.container.getBoundingClientRect(),i=a.x,o=a.y,s=a.height,l=this.coordinateList[this.activeIndex].coordinate,u=((r=window)===null||r===void 0?void 0:r.scrollX)||0,c=((n=window)===null||n===void 0?void 0:n.scrollY)||0,f=i+l+u,d=o+this.offset.top+s/2+c;this.mouseHandlerCallback({pageX:f,pageY:d})}}}])}();function SF(e,t,r){if(r==="number"&&t===!0&&Array.isArray(e)){var n=e==null?void 0:e[0],a=e==null?void 0:e[1];if(n&&a&&Z(n)&&Z(a))return!0}return!1}function AF(e,t,r,n){var a=n/2;return{stroke:"none",fill:"#ccc",x:e==="horizontal"?t.x-a:r.left+.5,y:e==="horizontal"?r.top+.5:t.y-a,width:e==="horizontal"?n:r.width-1,height:e==="horizontal"?r.height-1:n}}function eb(e){var t=e.cx,r=e.cy,n=e.radius,a=e.startAngle,i=e.endAngle,o=rt(t,r,n,a),s=rt(t,r,n,i);return{points:[o,s],cx:t,cy:r,radius:n,startAngle:a,endAngle:i}}function TF(e,t,r){var n,a,i,o;if(e==="horizontal")n=t.x,i=n,a=r.top,o=r.top+r.height;else if(e==="vertical")a=t.y,o=a,n=r.left,i=r.left+r.width;else if(t.cx!=null&&t.cy!=null)if(e==="centric"){var s=t.cx,l=t.cy,u=t.innerRadius,c=t.outerRadius,f=t.angle,d=rt(s,l,u,f),p=rt(s,l,c,f);n=d.x,a=d.y,i=p.x,o=p.y}else return eb(t);return[{x:n,y:a},{x:i,y:o}]}function mi(e){"@babel/helpers - typeof";return mi=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},mi(e)}function tb(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Ts(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?tb(Object(r),!0).forEach(function(n){PF(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):tb(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function PF(e,t,r){return t=_F(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _F(e){var t=EF(e,"string");return mi(t)=="symbol"?t:t+""}function EF(e,t){if(mi(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(mi(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function jF(e){var t,r,n=e.element,a=e.tooltipEventType,i=e.isActive,o=e.activeCoordinate,s=e.activePayload,l=e.offset,u=e.activeTooltipIndex,c=e.tooltipAxisBandSize,f=e.layout,d=e.chartName,p=(t=n.props.cursor)!==null&&t!==void 0?t:(r=n.type.defaultProps)===null||r===void 0?void 0:r.cursor;if(!n||!p||!i||!o||d!=="ScatterChart"&&a!=="axis")return null;var v,y=Gr;if(d==="ScatterChart")v=o,y=e5;else if(d==="BarChart")v=AF(f,o,l,c),y=yc;else if(f==="radial"){var h=eb(o),b=h.cx,S=h.cy,x=h.radius,T=h.startAngle,m=h.endAngle;v={cx:b,cy:S,startAngle:T,endAngle:m,innerRadius:x,outerRadius:x},y=_y}else v={points:TF(f,o,l)},y=Gr;var w=Ts(Ts(Ts(Ts({stroke:"#ccc",pointerEvents:"none"},l),v),de(p,!1)),{},{payload:s,payloadIndex:u,className:ye("recharts-tooltip-cursor",p.className)});return A.isValidElement(p)?A.cloneElement(p,w):A.createElement(y,w)}var $F=["item"],CF=["children","className","width","height","style","compact","title","desc"];function Jn(e){"@babel/helpers - typeof";return Jn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Jn(e)}function Qn(){return Qn=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qn.apply(this,arguments)}function rb(e,t){return NF(e)||MF(e,t)||ib(e,t)||kF()}function kF(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
204
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
205
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ib(e,t){if(e){if(typeof e=="string")return nf(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return nf(e,t)}}function GF(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function KF(e){if(Array.isArray(e))return nf(e)}function nf(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function ob(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function z(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ob(Object(r),!0).forEach(function(n){oe(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ob(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function oe(e,t,r){return t=sb(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function sb(e){var t=VF(e,"string");return Jn(t)=="symbol"?t:t+""}function VF(e,t){if(Jn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Jn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var qF={xAxis:["bottom","top"],yAxis:["left","right"]},HF={width:"100%",height:"100%"},lb={x:0,y:0};function _s(e){return e}var YF=function(t,r){return r==="horizontal"?t.x:r==="vertical"?t.y:r==="centric"?t.angle:t.radius},XF=function(t,r,n,a){var i=r.find(function(c){return c&&c.index===n});if(i){if(t==="horizontal")return{x:i.coordinate,y:a.y};if(t==="vertical")return{x:a.x,y:i.coordinate};if(t==="centric"){var o=i.coordinate,s=a.radius;return z(z(z({},a),rt(a.cx,a.cy,s,o)),{},{angle:o,radius:s})}var l=i.coordinate,u=a.angle;return z(z(z({},a),rt(a.cx,a.cy,l,u)),{},{angle:u,radius:l})}return lb},Es=function(t,r){var n=r.graphicalItems,a=r.dataStartIndex,i=r.dataEndIndex,o=(n??[]).reduce(function(s,l){var u=l.props.data;return u&&u.length?[].concat(ea(s),ea(u)):s},[]);return o.length>0?o:t&&t.length&&Z(a)&&Z(i)?t.slice(a,i+1):[]};function ub(e){return e==="number"?[0,"auto"]:void 0}var af=function(t,r,n,a){var i=t.graphicalItems,o=t.tooltipAxis,s=Es(r,t);return n<0||!i||!i.length||n>=s.length?null:i.reduce(function(l,u){var c,f=(c=u.props.data)!==null&&c!==void 0?c:r;f&&t.dataStartIndex+t.dataEndIndex!==0&&t.dataEndIndex-t.dataStartIndex>=n&&(f=f.slice(t.dataStartIndex,t.dataEndIndex+1));var d;if(o.dataKey&&!o.allowDuplicatedCategory){var p=f===void 0?s:f;d=Ni(p,o.dataKey,a)}else d=f&&f[n]||s[n];return d?[].concat(ea(l),[vy(u,d)]):l},[])},cb=function(t,r,n,a){var i=a||{x:t.chartX,y:t.chartY},o=YF(i,n),s=t.orderedTooltipTicks,l=t.tooltipAxis,u=t.tooltipTicks,c=CI(o,s,u,l);if(c>=0&&u){var f=u[c]&&u[c].value,d=af(t,r,c,f),p=XF(n,s,c,i);return{activeTooltipIndex:c,activeLabel:f,activePayload:d,activeCoordinate:p}}return null},ZF=function(t,r){var n=r.axes,a=r.graphicalItems,i=r.axisType,o=r.axisIdKey,s=r.stackGroups,l=r.dataStartIndex,u=r.dataEndIndex,c=t.layout,f=t.children,d=t.stackOffset,p=sy(c,i);return n.reduce(function(v,y){var h,b=y.type.defaultProps!==void 0?z(z({},y.type.defaultProps),y.props):y.props,S=b.type,x=b.dataKey,T=b.allowDataOverflow,m=b.allowDuplicatedCategory,w=b.scale,O=b.ticks,P=b.includeHidden,j=b[o];if(v[j])return v;var M=Es(t.data,{graphicalItems:a.filter(function(F){var W,K=o in F.props?F.props[o]:(W=F.type.defaultProps)===null||W===void 0?void 0:W[o];return K===j}),dataStartIndex:l,dataEndIndex:u}),_=M.length,$,R,k;SF(b.domain,T,S)&&($=qu(b.domain,null,T),p&&(S==="number"||w!=="auto")&&(k=za(M,x,"category")));var D=ub(S);if(!$||$.length===0){var C,B=(C=b.domain)!==null&&C!==void 0?C:D;if(x){if($=za(M,x,S),S==="category"&&p){var U=mO($);m&&U?(R=$,$=Qo(0,_)):m||($=hy(B,$,y).reduce(function(F,W){return F.indexOf(W)>=0?F:[].concat(ea(F),[W])},[]))}else if(S==="category")m?$=$.filter(function(F){return F!==""&&!fe(F)}):$=hy(B,$,y).reduce(function(F,W){return F.indexOf(W)>=0||W===""||fe(W)?F:[].concat(ea(F),[W])},[]);else if(S==="number"){var G=II(M,a.filter(function(F){var W,K,X=o in F.props?F.props[o]:(W=F.type.defaultProps)===null||W===void 0?void 0:W[o],Q="hide"in F.props?F.props.hide:(K=F.type.defaultProps)===null||K===void 0?void 0:K.hide;return X===j&&(P||!Q)}),x,i,c);G&&($=G)}p&&(S==="number"||w!=="auto")&&(k=za(M,x,"category"))}else p?$=Qo(0,_):s&&s[j]&&s[j].hasStack&&S==="number"?$=d==="expand"?[0,1]:fy(s[j].stackGroups,l,u):$=oy(M,a.filter(function(F){var W=o in F.props?F.props[o]:F.type.defaultProps[o],K="hide"in F.props?F.props.hide:F.type.defaultProps.hide;return W===j&&(P||!K)}),S,c,!0);if(S==="number")$=Jc(f,$,j,i,O),B&&($=qu(B,$,T));else if(S==="category"&&B){var E=B,L=$.every(function(F){return E.indexOf(F)>=0});L&&($=E)}}return z(z({},v),{},oe({},j,z(z({},b),{},{axisType:i,domain:$,categoricalDomain:k,duplicateDomain:R,originalDomain:(h=b.domain)!==null&&h!==void 0?h:D,isCategorical:p,layout:c})))},{})},JF=function(t,r){var n=r.graphicalItems,a=r.Axis,i=r.axisType,o=r.axisIdKey,s=r.stackGroups,l=r.dataStartIndex,u=r.dataEndIndex,c=t.layout,f=t.children,d=Es(t.data,{graphicalItems:n,dataStartIndex:l,dataEndIndex:u}),p=d.length,v=sy(c,i),y=-1;return n.reduce(function(h,b){var S=b.type.defaultProps!==void 0?z(z({},b.type.defaultProps),b.props):b.props,x=S[o],T=ub("number");if(!h[x]){y++;var m;return v?m=Qo(0,p):s&&s[x]&&s[x].hasStack?(m=fy(s[x].stackGroups,l,u),m=Jc(f,m,x,i)):(m=qu(T,oy(d,n.filter(function(w){var O,P,j=o in w.props?w.props[o]:(O=w.type.defaultProps)===null||O===void 0?void 0:O[o],M="hide"in w.props?w.props.hide:(P=w.type.defaultProps)===null||P===void 0?void 0:P.hide;return j===x&&!M}),"number",c),a.defaultProps.allowDataOverflow),m=Jc(f,m,x,i)),z(z({},h),{},oe({},x,z(z({axisType:i},a.defaultProps),{},{hide:!0,orientation:wt(qF,"".concat(i,".").concat(y%2),null),domain:m,originalDomain:T,isCategorical:v,layout:c})))}return h},{})},QF=function(t,r){var n=r.axisType,a=n===void 0?"xAxis":n,i=r.AxisComp,o=r.graphicalItems,s=r.stackGroups,l=r.dataStartIndex,u=r.dataEndIndex,c=t.children,f="".concat(a,"Id"),d=dt(c,i),p={};return d&&d.length?p=ZF(t,{axes:d,graphicalItems:o,axisType:a,axisIdKey:f,stackGroups:s,dataStartIndex:l,dataEndIndex:u}):o&&o.length&&(p=JF(t,{Axis:i,graphicalItems:o,axisType:a,axisIdKey:f,stackGroups:s,dataStartIndex:l,dataEndIndex:u})),p},eW=function(t){var r=pr(t),n=ur(r,!1,!0);return{tooltipTicks:n,orderedTooltipTicks:Fl(n,function(a){return a.coordinate}),tooltipAxis:r,tooltipAxisBandSize:Io(r,n)}},fb=function(t){var r=t.children,n=t.defaultShowTooltip,a=yt(r,Nn),i=0,o=0;return t.data&&t.data.length!==0&&(o=t.data.length-1),a&&a.props&&(a.props.startIndex>=0&&(i=a.props.startIndex),a.props.endIndex>=0&&(o=a.props.endIndex)),{chartX:0,chartY:0,dataStartIndex:i,dataEndIndex:o,activeTooltipIndex:-1,isTooltipActive:!!n}},tW=function(t){return!t||!t.length?!1:t.some(function(r){var n=Qt(r&&r.type);return n&&n.indexOf("Bar")>=0})},db=function(t){return t==="horizontal"?{numericAxisName:"yAxis",cateAxisName:"xAxis"}:t==="vertical"?{numericAxisName:"xAxis",cateAxisName:"yAxis"}:t==="centric"?{numericAxisName:"radiusAxis",cateAxisName:"angleAxis"}:{numericAxisName:"angleAxis",cateAxisName:"radiusAxis"}},rW=function(t,r){var n=t.props,a=t.graphicalItems,i=t.xAxisMap,o=i===void 0?{}:i,s=t.yAxisMap,l=s===void 0?{}:s,u=n.width,c=n.height,f=n.children,d=n.margin||{},p=yt(f,Nn),v=yt(f,vn),y=Object.keys(l).reduce(function(m,w){var O=l[w],P=O.orientation;return!O.mirror&&!O.hide?z(z({},m),{},oe({},P,m[P]+O.width)):m},{left:d.left||0,right:d.right||0}),h=Object.keys(o).reduce(function(m,w){var O=o[w],P=O.orientation;return!O.mirror&&!O.hide?z(z({},m),{},oe({},P,wt(m,"".concat(P))+O.height)):m},{top:d.top||0,bottom:d.bottom||0}),b=z(z({},h),y),S=b.bottom;p&&(b.bottom+=p.props.height||Nn.defaultProps.height),v&&r&&(b=NI(b,a,n,r));var x=u-b.left-b.right,T=c-b.top-b.bottom;return z(z({brushBottom:S},b),{},{width:Math.max(x,0),height:Math.max(T,0)})},nW=function(t,r){if(r==="xAxis")return t[r].width;if(r==="yAxis")return t[r].height},aW=function(t){var r=t.chartName,n=t.GraphicalChild,a=t.defaultTooltipEventType,i=a===void 0?"axis":a,o=t.validateTooltipEventTypes,s=o===void 0?["axis"]:o,l=t.axisComponents,u=t.legendContent,c=t.formatAxisMap,f=t.defaultProps,d=function(b,S){var x=S.graphicalItems,T=S.stackGroups,m=S.offset,w=S.updateId,O=S.dataStartIndex,P=S.dataEndIndex,j=b.barSize,M=b.layout,_=b.barGap,$=b.barCategoryGap,R=b.maxBarSize,k=db(M),D=k.numericAxisName,C=k.cateAxisName,B=tW(x),U=[];return x.forEach(function(G,E){var L=Es(b.data,{graphicalItems:[G],dataStartIndex:O,dataEndIndex:P}),F=G.type.defaultProps!==void 0?z(z({},G.type.defaultProps),G.props):G.props,W=F.dataKey,K=F.maxBarSize,X=F["".concat(D,"Id")],Q=F["".concat(C,"Id")],ae={},te=l.reduce(function(Ge,lt){var Ai,Ti,aa=S["".concat(lt.axisType,"Map")],Pi=F["".concat(lt.axisType,"Id")];aa&&aa[Pi]||lt.axisType==="zAxis"||(process.env.NODE_ENV!=="production"?ht(!1,"Specifying a(n) ".concat(lt.axisType,"Id requires a corresponding ").concat(lt.axisType,"Id on the targeted graphical component ").concat((Ai=G==null||(Ti=G.type)===null||Ti===void 0?void 0:Ti.displayName)!==null&&Ai!==void 0?Ai:"")):ht());var _i=aa[Pi];return z(z({},Ge),{},oe(oe({},lt.axisType,_i),"".concat(lt.axisType,"Ticks"),ur(_i)))},ae),V=te[C],Y=te["".concat(C,"Ticks")],J=T&&T[X]&&T[X].hasStack&&HI(G,T[X].stackGroups),I=Qt(G.type).indexOf("Bar")>=0,ie=Io(V,Y),q=[],se=B&&kI({barSize:j,stackGroups:T,totalSize:nW(te,C)});if(I){var ee,ve,We=fe(K)?R:K,Re=(ee=(ve=Io(V,Y,!0))!==null&&ve!==void 0?ve:We)!==null&&ee!==void 0?ee:0;q=MI({barGap:_,barCategoryGap:$,bandSize:Re!==ie?Re:ie,sizeList:se[Q],maxBarSize:We}),Re!==ie&&(q=q.map(function(Ge){return z(z({},Ge),{},{position:z(z({},Ge.position),{},{offset:Ge.position.offset-Re/2})})}))}var Be=G&&G.type&&G.type.getComposedData;Be&&U.push({props:z(z({},Be(z(z({},te),{},{displayedData:L,props:b,dataKey:W,item:G,bandSize:ie,barPosition:q,offset:m,stackedData:J,layout:M,dataStartIndex:O,dataEndIndex:P}))),{},oe(oe(oe({key:G.key||"item-".concat(E)},D,te[D]),C,te[C]),"animationId",w)),childIndex:$O(G,b.children),item:G})}),U},p=function(b,S){var x=b.props,T=b.dataStartIndex,m=b.dataEndIndex,w=b.updateId;if(!Qf({props:x}))return null;var O=x.children,P=x.layout,j=x.stackOffset,M=x.data,_=x.reverseStackOrder,$=db(P),R=$.numericAxisName,k=$.cateAxisName,D=dt(O,n),C=KI(M,D,"".concat(R,"Id"),"".concat(k,"Id"),j,_),B=l.reduce(function(F,W){var K="".concat(W.axisType,"Map");return z(z({},F),{},oe({},K,QF(x,z(z({},W),{},{graphicalItems:D,stackGroups:W.axisType===R&&C,dataStartIndex:T,dataEndIndex:m}))))},{}),U=rW(z(z({},B),{},{props:x,graphicalItems:D}),S==null?void 0:S.legendBBox);Object.keys(B).forEach(function(F){B[F]=c(x,B[F],U,F.replace("Map",""),r)});var G=B["".concat(k,"Map")],E=eW(G),L=d(x,z(z({},B),{},{dataStartIndex:T,dataEndIndex:m,updateId:w,graphicalItems:D,stackGroups:C,offset:U}));return z(z({formattedGraphicalItems:L,graphicalItems:D,offset:U,stackGroups:C},E),B)},v=function(h){function b(S){var x,T,m;return IF(this,b),m=BF(this,b,[S]),oe(m,"eventEmitterSymbol",Symbol("rechartsEventEmitter")),oe(m,"accessibilityManager",new OF),oe(m,"handleLegendBBoxUpdate",function(w){if(w){var O=m.state,P=O.dataStartIndex,j=O.dataEndIndex,M=O.updateId;m.setState(z({legendBBox:w},p({props:m.props,dataStartIndex:P,dataEndIndex:j,updateId:M},z(z({},m.state),{},{legendBBox:w}))))}}),oe(m,"handleReceiveSyncEvent",function(w,O,P){if(m.props.syncId===w){if(P===m.eventEmitterSymbol&&typeof m.props.syncMethod!="function")return;m.applySyncEvent(O)}}),oe(m,"handleBrushChange",function(w){var O=w.startIndex,P=w.endIndex;if(O!==m.state.dataStartIndex||P!==m.state.dataEndIndex){var j=m.state.updateId;m.setState(function(){return z({dataStartIndex:O,dataEndIndex:P},p({props:m.props,dataStartIndex:O,dataEndIndex:P,updateId:j},m.state))}),m.triggerSyncEvent({dataStartIndex:O,dataEndIndex:P})}}),oe(m,"handleMouseEnter",function(w){var O=m.getMouseInfo(w);if(O){var P=z(z({},O),{},{isTooltipActive:!0});m.setState(P),m.triggerSyncEvent(P);var j=m.props.onMouseEnter;pe(j)&&j(P,w)}}),oe(m,"triggeredAfterMouseMove",function(w){var O=m.getMouseInfo(w),P=O?z(z({},O),{},{isTooltipActive:!0}):{isTooltipActive:!1};m.setState(P),m.triggerSyncEvent(P);var j=m.props.onMouseMove;pe(j)&&j(P,w)}),oe(m,"handleItemMouseEnter",function(w){m.setState(function(){return{isTooltipActive:!0,activeItem:w,activePayload:w.tooltipPayload,activeCoordinate:w.tooltipPosition||{x:w.cx,y:w.cy}}})}),oe(m,"handleItemMouseLeave",function(){m.setState(function(){return{isTooltipActive:!1}})}),oe(m,"handleMouseMove",function(w){w.persist(),m.throttleTriggeredAfterMouseMove(w)}),oe(m,"handleMouseLeave",function(w){m.throttleTriggeredAfterMouseMove.cancel();var O={isTooltipActive:!1};m.setState(O),m.triggerSyncEvent(O);var P=m.props.onMouseLeave;pe(P)&&P(O,w)}),oe(m,"handleOuterEvent",function(w){var O=jO(w),P=wt(m.props,"".concat(O));if(O&&pe(P)){var j,M;/.*touch.*/i.test(O)?M=m.getMouseInfo(w.changedTouches[0]):M=m.getMouseInfo(w),P((j=M)!==null&&j!==void 0?j:{},w)}}),oe(m,"handleClick",function(w){var O=m.getMouseInfo(w);if(O){var P=z(z({},O),{},{isTooltipActive:!0});m.setState(P),m.triggerSyncEvent(P);var j=m.props.onClick;pe(j)&&j(P,w)}}),oe(m,"handleMouseDown",function(w){var O=m.props.onMouseDown;if(pe(O)){var P=m.getMouseInfo(w);O(P,w)}}),oe(m,"handleMouseUp",function(w){var O=m.props.onMouseUp;if(pe(O)){var P=m.getMouseInfo(w);O(P,w)}}),oe(m,"handleTouchMove",function(w){w.changedTouches!=null&&w.changedTouches.length>0&&m.throttleTriggeredAfterMouseMove(w.changedTouches[0])}),oe(m,"handleTouchStart",function(w){w.changedTouches!=null&&w.changedTouches.length>0&&m.handleMouseDown(w.changedTouches[0])}),oe(m,"handleTouchEnd",function(w){w.changedTouches!=null&&w.changedTouches.length>0&&m.handleMouseUp(w.changedTouches[0])}),oe(m,"handleDoubleClick",function(w){var O=m.props.onDoubleClick;if(pe(O)){var P=m.getMouseInfo(w);O(P,w)}}),oe(m,"handleContextMenu",function(w){var O=m.props.onContextMenu;if(pe(O)){var P=m.getMouseInfo(w);O(P,w)}}),oe(m,"triggerSyncEvent",function(w){m.props.syncId!==void 0&&Qc.emit(ef,m.props.syncId,w,m.eventEmitterSymbol)}),oe(m,"applySyncEvent",function(w){var O=m.props,P=O.layout,j=O.syncMethod,M=m.state.updateId,_=w.dataStartIndex,$=w.dataEndIndex;if(w.dataStartIndex!==void 0||w.dataEndIndex!==void 0)m.setState(z({dataStartIndex:_,dataEndIndex:$},p({props:m.props,dataStartIndex:_,dataEndIndex:$,updateId:M},m.state)));else if(w.activeTooltipIndex!==void 0){var R=w.chartX,k=w.chartY,D=w.activeTooltipIndex,C=m.state,B=C.offset,U=C.tooltipTicks;if(!B)return;if(typeof j=="function")D=j(U,w);else if(j==="value"){D=-1;for(var G=0;G<U.length;G++)if(U[G].value===w.activeLabel){D=G;break}}var E=z(z({},B),{},{x:B.left,y:B.top}),L=Math.min(R,E.x+E.width),F=Math.min(k,E.y+E.height),W=U[D]&&U[D].value,K=af(m.state,m.props.data,D),X=U[D]?{x:P==="horizontal"?U[D].coordinate:L,y:P==="horizontal"?F:U[D].coordinate}:lb;m.setState(z(z({},w),{},{activeLabel:W,activeCoordinate:X,activePayload:K,activeTooltipIndex:D}))}else m.setState(w)}),oe(m,"renderCursor",function(w){var O,P=m.state,j=P.isTooltipActive,M=P.activeCoordinate,_=P.activePayload,$=P.offset,R=P.activeTooltipIndex,k=P.tooltipAxisBandSize,D=m.getTooltipEventType(),C=(O=w.props.active)!==null&&O!==void 0?O:j,B=m.props.layout,U=w.key||"_recharts-cursor";return A.createElement(jF,{key:U,activeCoordinate:M,activePayload:_,activeTooltipIndex:R,chartName:r,element:w,isActive:C,layout:B,offset:$,tooltipAxisBandSize:k,tooltipEventType:D})}),oe(m,"renderPolarAxis",function(w,O,P){var j=wt(w,"type.axisType"),M=wt(m.state,"".concat(j,"Map")),_=w.type.defaultProps,$=_!==void 0?z(z({},_),w.props):w.props,R=M&&M[$["".concat(j,"Id")]];return A.cloneElement(w,z(z({},R),{},{className:ye(j,R.className),key:w.key||"".concat(O,"-").concat(P),ticks:ur(R,!0)}))}),oe(m,"renderPolarGrid",function(w){var O=w.props,P=O.radialLines,j=O.polarAngles,M=O.polarRadius,_=m.state,$=_.radiusAxisMap,R=_.angleAxisMap,k=pr($),D=pr(R),C=D.cx,B=D.cy,U=D.innerRadius,G=D.outerRadius;return A.cloneElement(w,{polarAngles:Array.isArray(j)?j:ur(D,!0).map(function(E){return E.coordinate}),polarRadius:Array.isArray(M)?M:ur(k,!0).map(function(E){return E.coordinate}),cx:C,cy:B,innerRadius:U,outerRadius:G,key:w.key||"polar-grid",radialLines:P})}),oe(m,"renderLegend",function(){var w=m.state.formattedGraphicalItems,O=m.props,P=O.children,j=O.width,M=O.height,_=m.props.margin||{},$=j-(_.left||0)-(_.right||0),R=ry({children:P,formattedGraphicalItems:w,legendWidth:$,legendContent:u});if(!R)return null;var k=R.item,D=nb(R,$F);return A.cloneElement(k,z(z({},D),{},{chartWidth:j,chartHeight:M,margin:_,onBBoxUpdate:m.handleLegendBBoxUpdate}))}),oe(m,"renderTooltip",function(){var w,O=m.props,P=O.children,j=O.accessibilityLayer,M=yt(P,Wt);if(!M)return null;var _=m.state,$=_.isTooltipActive,R=_.activeCoordinate,k=_.activePayload,D=_.activeLabel,C=_.offset,B=(w=M.props.active)!==null&&w!==void 0?w:$;return A.cloneElement(M,{viewBox:z(z({},C),{},{x:C.left,y:C.top}),active:B,label:D,payload:B?k:[],coordinate:R,accessibilityLayer:j})}),oe(m,"renderBrush",function(w){var O=m.props,P=O.margin,j=O.data,M=m.state,_=M.offset,$=M.dataStartIndex,R=M.dataEndIndex,k=M.updateId;return A.cloneElement(w,{key:w.key||"_recharts-brush",onChange:Do(m.handleBrushChange,w.props.onChange),data:j,x:Z(w.props.x)?w.props.x:_.left,y:Z(w.props.y)?w.props.y:_.top+_.height+_.brushBottom-(P.bottom||0),width:Z(w.props.width)?w.props.width:_.width,startIndex:$,endIndex:R,updateId:"brush-".concat(k)})}),oe(m,"renderReferenceElement",function(w,O,P){if(!w)return null;var j=m,M=j.clipPathId,_=m.state,$=_.xAxisMap,R=_.yAxisMap,k=_.offset,D=w.type.defaultProps||{},C=w.props,B=C.xAxisId,U=B===void 0?D.xAxisId:B,G=C.yAxisId,E=G===void 0?D.yAxisId:G;return A.cloneElement(w,{key:w.key||"".concat(O,"-").concat(P),xAxis:$[U],yAxis:R[E],viewBox:{x:k.left,y:k.top,width:k.width,height:k.height},clipPathId:M})}),oe(m,"renderActivePoints",function(w){var O=w.item,P=w.activePoint,j=w.basePoint,M=w.childIndex,_=w.isRange,$=[],R=O.props.key,k=O.item.type.defaultProps!==void 0?z(z({},O.item.type.defaultProps),O.item.props):O.item.props,D=k.activeDot,C=k.dataKey,B=z(z({index:M,dataKey:C,cx:P.x,cy:P.y,r:4,fill:Ku(O.item),strokeWidth:2,stroke:"#fff",payload:P.payload,value:P.value},de(D,!1)),Di(D));return $.push(b.renderActiveDot(D,B,"".concat(R,"-activePoint-").concat(M))),j?$.push(b.renderActiveDot(D,z(z({},B),{},{cx:j.x,cy:j.y}),"".concat(R,"-basePoint-").concat(M))):_&&$.push(null),$}),oe(m,"renderGraphicChild",function(w,O,P){var j=m.filterFormatItem(w,O,P);if(!j)return null;var M=m.getTooltipEventType(),_=m.state,$=_.isTooltipActive,R=_.tooltipAxis,k=_.activeTooltipIndex,D=_.activeLabel,C=m.props.children,B=yt(C,Wt),U=j.props,G=U.points,E=U.isRange,L=U.baseLine,F=j.item.type.defaultProps!==void 0?z(z({},j.item.type.defaultProps),j.item.props):j.item.props,W=F.activeDot,K=F.hide,X=F.activeBar,Q=F.activeShape,ae=!!(!K&&$&&B&&(W||X||Q)),te={};M!=="axis"&&B&&B.props.trigger==="click"?te={onClick:Do(m.handleItemMouseEnter,w.props.onClick)}:M!=="axis"&&(te={onMouseLeave:Do(m.handleItemMouseLeave,w.props.onMouseLeave),onMouseEnter:Do(m.handleItemMouseEnter,w.props.onMouseEnter)});var V=A.cloneElement(w,z(z({},j.props),te));function Y(lt){return typeof R.dataKey=="function"?R.dataKey(lt.payload):null}if(ae)if(k>=0){var J,I;if(R.dataKey&&!R.allowDuplicatedCategory){var ie=typeof R.dataKey=="function"?Y:"payload.".concat(R.dataKey.toString());J=Ni(G,ie,D),I=E&&L&&Ni(L,ie,D)}else J=G==null?void 0:G[k],I=E&&L&&L[k];if(Q||X){var q=w.props.activeIndex!==void 0?w.props.activeIndex:k;return[A.cloneElement(w,z(z(z({},j.props),te),{},{activeIndex:q})),null,null]}if(!fe(J))return[V].concat(ea(m.renderActivePoints({item:j,activePoint:J,basePoint:I,childIndex:k,isRange:E})))}else{var se,ee=(se=m.getItemByXY(m.state.activeCoordinate))!==null&&se!==void 0?se:{graphicalItem:V},ve=ee.graphicalItem,We=ve.item,Re=We===void 0?w:We,Be=ve.childIndex,Ge=z(z(z({},j.props),te),{},{activeIndex:Be});return[A.cloneElement(Re,Ge),null,null]}return E?[V,null,null]:[V,null]}),oe(m,"renderCustomized",function(w,O,P){return A.cloneElement(w,z(z({key:"recharts-customized-".concat(P)},m.props),m.state))}),oe(m,"renderMap",{CartesianGrid:{handler:_s,once:!0},ReferenceArea:{handler:m.renderReferenceElement},ReferenceLine:{handler:_s},ReferenceDot:{handler:m.renderReferenceElement},XAxis:{handler:_s},YAxis:{handler:_s},Brush:{handler:m.renderBrush,once:!0},Bar:{handler:m.renderGraphicChild},Line:{handler:m.renderGraphicChild},Area:{handler:m.renderGraphicChild},Radar:{handler:m.renderGraphicChild},RadialBar:{handler:m.renderGraphicChild},Scatter:{handler:m.renderGraphicChild},Pie:{handler:m.renderGraphicChild},Funnel:{handler:m.renderGraphicChild},Tooltip:{handler:m.renderCursor,once:!0},PolarGrid:{handler:m.renderPolarGrid,once:!0},PolarAngleAxis:{handler:m.renderPolarAxis},PolarRadiusAxis:{handler:m.renderPolarAxis},Customized:{handler:m.renderCustomized}}),m.clipPathId="".concat((x=S.id)!==null&&x!==void 0?x:$r("recharts"),"-clip"),m.throttleTriggeredAfterMouseMove=Qp(m.triggeredAfterMouseMove,(T=S.throttleDelay)!==null&&T!==void 0?T:1e3/60),m.state={},m}return UF(b,h),RF(b,[{key:"componentDidMount",value:function(){var x,T;this.addListener(),this.accessibilityManager.setDetails({container:this.container,offset:{left:(x=this.props.margin.left)!==null&&x!==void 0?x:0,top:(T=this.props.margin.top)!==null&&T!==void 0?T:0},coordinateList:this.state.tooltipTicks,mouseHandlerCallback:this.triggeredAfterMouseMove,layout:this.props.layout}),this.displayDefaultTooltip()}},{key:"displayDefaultTooltip",value:function(){var x=this.props,T=x.children,m=x.data,w=x.height,O=x.layout,P=yt(T,Wt);if(P){var j=P.props.defaultIndex;if(!(typeof j!="number"||j<0||j>this.state.tooltipTicks.length-1)){var M=this.state.tooltipTicks[j]&&this.state.tooltipTicks[j].value,_=af(this.state,m,j,M),$=this.state.tooltipTicks[j].coordinate,R=(this.state.offset.top+w)/2,k=O==="horizontal",D=k?{x:$,y:R}:{y:$,x:R},C=this.state.formattedGraphicalItems.find(function(U){var G=U.item;return G.type.name==="Scatter"});C&&(D=z(z({},D),C.props.points[j].tooltipPosition),_=C.props.points[j].tooltipPayload);var B={activeTooltipIndex:j,isTooltipActive:!0,activeLabel:M,activePayload:_,activeCoordinate:D};this.setState(B),this.renderCursor(P),this.accessibilityManager.setIndex(j)}}}},{key:"getSnapshotBeforeUpdate",value:function(x,T){if(!this.props.accessibilityLayer)return null;if(this.state.tooltipTicks!==T.tooltipTicks&&this.accessibilityManager.setDetails({coordinateList:this.state.tooltipTicks}),this.props.layout!==x.layout&&this.accessibilityManager.setDetails({layout:this.props.layout}),this.props.margin!==x.margin){var m,w;this.accessibilityManager.setDetails({offset:{left:(m=this.props.margin.left)!==null&&m!==void 0?m:0,top:(w=this.props.margin.top)!==null&&w!==void 0?w:0}})}return null}},{key:"componentDidUpdate",value:function(x){il([yt(x.children,Wt)],[yt(this.props.children,Wt)])||this.displayDefaultTooltip()}},{key:"componentWillUnmount",value:function(){this.removeListener(),this.throttleTriggeredAfterMouseMove.cancel()}},{key:"getTooltipEventType",value:function(){var x=yt(this.props.children,Wt);if(x&&typeof x.props.shared=="boolean"){var T=x.props.shared?"axis":"item";return s.indexOf(T)>=0?T:i}return i}},{key:"getMouseInfo",value:function(x){if(!this.container)return null;var T=this.container,m=T.getBoundingClientRect(),w=ak(m),O={chartX:Math.round(x.pageX-w.left),chartY:Math.round(x.pageY-w.top)},P=m.width/T.offsetWidth||1,j=this.inRange(O.chartX,O.chartY,P);if(!j)return null;var M=this.state,_=M.xAxisMap,$=M.yAxisMap,R=this.getTooltipEventType(),k=cb(this.state,this.props.data,this.props.layout,j);if(R!=="axis"&&_&&$){var D=pr(_).scale,C=pr($).scale,B=D&&D.invert?D.invert(O.chartX):null,U=C&&C.invert?C.invert(O.chartY):null;return z(z({},O),{},{xValue:B,yValue:U},k)}return k?z(z({},O),k):null}},{key:"inRange",value:function(x,T){var m=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,w=this.props.layout,O=x/m,P=T/m;if(w==="horizontal"||w==="vertical"){var j=this.state.offset,M=O>=j.left&&O<=j.left+j.width&&P>=j.top&&P<=j.top+j.height;return M?{x:O,y:P}:null}var _=this.state,$=_.angleAxisMap,R=_.radiusAxisMap;if($&&R){var k=pr($);return gy({x:O,y:P},k)}return null}},{key:"parseEventsOfWrapper",value:function(){var x=this.props.children,T=this.getTooltipEventType(),m=yt(x,Wt),w={};m&&T==="axis"&&(m.props.trigger==="click"?w={onClick:this.handleClick}:w={onMouseEnter:this.handleMouseEnter,onDoubleClick:this.handleDoubleClick,onMouseMove:this.handleMouseMove,onMouseLeave:this.handleMouseLeave,onTouchMove:this.handleTouchMove,onTouchStart:this.handleTouchStart,onTouchEnd:this.handleTouchEnd,onContextMenu:this.handleContextMenu});var O=Di(this.props,this.handleOuterEvent);return z(z({},O),w)}},{key:"addListener",value:function(){Qc.on(ef,this.handleReceiveSyncEvent)}},{key:"removeListener",value:function(){Qc.removeListener(ef,this.handleReceiveSyncEvent)}},{key:"filterFormatItem",value:function(x,T,m){for(var w=this.state.formattedGraphicalItems,O=0,P=w.length;O<P;O++){var j=w[O];if(j.item===x||j.props.key===x.key||T===Qt(j.item.type)&&m===j.childIndex)return j}return null}},{key:"renderClipPath",value:function(){var x=this.clipPathId,T=this.state.offset,m=T.left,w=T.top,O=T.height,P=T.width;return A.createElement("defs",null,A.createElement("clipPath",{id:x},A.createElement("rect",{x:m,y:w,height:O,width:P})))}},{key:"getXScales",value:function(){var x=this.state.xAxisMap;return x?Object.entries(x).reduce(function(T,m){var w=rb(m,2),O=w[0],P=w[1];return z(z({},T),{},oe({},O,P.scale))},{}):null}},{key:"getYScales",value:function(){var x=this.state.yAxisMap;return x?Object.entries(x).reduce(function(T,m){var w=rb(m,2),O=w[0],P=w[1];return z(z({},T),{},oe({},O,P.scale))},{}):null}},{key:"getXScaleByAxisId",value:function(x){var T;return(T=this.state.xAxisMap)===null||T===void 0||(T=T[x])===null||T===void 0?void 0:T.scale}},{key:"getYScaleByAxisId",value:function(x){var T;return(T=this.state.yAxisMap)===null||T===void 0||(T=T[x])===null||T===void 0?void 0:T.scale}},{key:"getItemByXY",value:function(x){var T=this.state,m=T.formattedGraphicalItems,w=T.activeItem;if(m&&m.length)for(var O=0,P=m.length;O<P;O++){var j=m[O],M=j.props,_=j.item,$=_.type.defaultProps!==void 0?z(z({},_.type.defaultProps),_.props):_.props,R=Qt(_.type);if(R==="Bar"){var k=(M.data||[]).find(function(U){return G3(x,U)});if(k)return{graphicalItem:j,payload:k}}else if(R==="RadialBar"){var D=(M.data||[]).find(function(U){return gy(x,U)});if(D)return{graphicalItem:j,payload:D}}else if(Zo(j,w)||Jo(j,w)||si(j,w)){var C=V5({graphicalItem:j,activeTooltipItem:w,itemData:$.data}),B=$.activeIndex===void 0?C:$.activeIndex;return{graphicalItem:z(z({},j),{},{childIndex:B}),payload:si(j,w)?$.data[C]:j.props.data[C]}}}return null}},{key:"render",value:function(){var x=this;if(!Qf(this))return null;var T=this.props,m=T.children,w=T.className,O=T.width,P=T.height,j=T.style,M=T.compact,_=T.title,$=T.desc,R=nb(T,CF),k=de(R,!1);if(M)return A.createElement(eg,{state:this.state,width:this.props.width,height:this.props.height,clipPathId:this.clipPathId},A.createElement(sl,Qn({},k,{width:O,height:P,title:_,desc:$}),this.renderClipPath(),rd(m,this.renderMap)));if(this.props.accessibilityLayer){var D,C;k.tabIndex=(D=this.props.tabIndex)!==null&&D!==void 0?D:0,k.role=(C=this.props.role)!==null&&C!==void 0?C:"application",k.onKeyDown=function(U){x.accessibilityManager.keyboardEvent(U)},k.onFocus=function(){x.accessibilityManager.focus()}}var B=this.parseEventsOfWrapper();return A.createElement(eg,{state:this.state,width:this.props.width,height:this.props.height,clipPathId:this.clipPathId},A.createElement("div",Qn({className:ye("recharts-wrapper",w),style:z({position:"relative",cursor:"default",width:O,height:P},j)},B,{ref:function(G){x.container=G}}),A.createElement(sl,Qn({},k,{width:O,height:P,title:_,desc:$,style:HF}),this.renderClipPath(),rd(m,this.renderMap)),this.renderLegend(),this.renderTooltip()))}}])}(A.Component);oe(v,"displayName",r),oe(v,"defaultProps",z({layout:"horizontal",stackOffset:"none",barCategoryGap:"10%",barGap:4,margin:{top:5,right:5,bottom:5,left:5},reverseStackOrder:!1,syncMethod:"index"},f)),oe(v,"getDerivedStateFromProps",function(h,b){var S=h.dataKey,x=h.data,T=h.children,m=h.width,w=h.height,O=h.layout,P=h.stackOffset,j=h.margin,M=b.dataStartIndex,_=b.dataEndIndex;if(b.updateId===void 0){var $=fb(h);return z(z(z({},$),{},{updateId:0},p(z(z({props:h},$),{},{updateId:0}),b)),{},{prevDataKey:S,prevData:x,prevWidth:m,prevHeight:w,prevLayout:O,prevStackOffset:P,prevMargin:j,prevChildren:T})}if(S!==b.prevDataKey||x!==b.prevData||m!==b.prevWidth||w!==b.prevHeight||O!==b.prevLayout||P!==b.prevStackOffset||!ln(j,b.prevMargin)){var R=fb(h),k={chartX:b.chartX,chartY:b.chartY,isTooltipActive:b.isTooltipActive},D=z(z({},cb(b,x,O)),{},{updateId:b.updateId+1}),C=z(z(z({},R),k),D);return z(z(z({},C),p(z({props:h},C),b)),{},{prevDataKey:S,prevData:x,prevWidth:m,prevHeight:w,prevLayout:O,prevStackOffset:P,prevMargin:j,prevChildren:T})}if(!il(T,b.prevChildren)){var B,U,G,E,L=yt(T,Nn),F=L&&(B=(U=L.props)===null||U===void 0?void 0:U.startIndex)!==null&&B!==void 0?B:M,W=L&&(G=(E=L.props)===null||E===void 0?void 0:E.endIndex)!==null&&G!==void 0?G:_,K=F!==M||W!==_,X=!fe(x),Q=X&&!K?b.updateId:b.updateId+1;return z(z({updateId:Q},p(z(z({props:h},b),{},{updateId:Q,dataStartIndex:F,dataEndIndex:W}),b)),{},{prevChildren:T,dataStartIndex:F,dataEndIndex:W})}return null}),oe(v,"renderActiveDot",function(h,b,S){var x;return A.isValidElement(h)?x=A.cloneElement(h,b):pe(h)?x=h(b):x=A.createElement(Ho,b),A.createElement(xe,{className:"recharts-active-dot",key:S},x)});var y=A.forwardRef(function(b,S){return A.createElement(v,Qn({},b,{ref:S}))});return y.displayName=v.displayName,y},iW=aW({chartName:"ComposedChart",GraphicalChild:[pi,Ar,Ln,xs],axisComponents:[{axisType:"xAxis",AxisComp:Os},{axisType:"yAxis",AxisComp:As},{axisType:"zAxis",AxisComp:gs}],formatAxisMap:m4});const ta=({className:e,width:t,height:r,rounded:n=!1})=>g.jsx("div",{className:ue("animate-pulse bg-gray-200",n?"rounded-full":"rounded",e),style:{width:typeof t=="number"?`${t}px`:t,height:typeof r=="number"?`${r}px`:r}}),gi=({className:e})=>g.jsxs("div",{className:ue("rounded-lg border border-gray-200 bg-white p-[16px]",e),children:[g.jsxs("div",{className:"flex items-center gap-2 mb-[12px]",children:[g.jsx(ta,{className:"h-[16px] w-[64px]"}),g.jsx(ta,{className:"h-[16px] w-[16px]",rounded:!0})]}),g.jsxs("div",{className:"flex items-baseline gap-[12px]",children:[g.jsx(ta,{className:"h-[32px] w-[80px]"}),g.jsx(ta,{className:"h-[24px] w-[48px] rounded-md"})]})]}),pb=({className:e,chartType:t="line",height:r=300})=>{const n=o=>{if(o.length===0)return"";let s=`M ${o[0].x} ${o[0].y}`;for(let l=1;l<o.length;l++){const u=o[l-1],c=o[l],f=u.x+(c.x-u.x)*.4,d=u.y,p=u.x+(c.x-u.x)*.6,v=c.y;s+=` C ${f} ${d} ${p} ${v} ${c.x} ${c.y}`}return s},a=(o=7)=>Array.from({length:o},(c,f)=>({x:f/(o-1)*100,y:80-Math.random()*60})),i=()=>{switch(t){case"bar":return g.jsx("div",{className:"absolute inset-0 flex items-end justify-between px-[16px] pb-[16px]",children:[...Array(7)].map((h,b)=>g.jsx(ta,{className:"w-[32px] bg-blue-100",height:`${Math.random()*60+20}%`},b))});case"line":const o=a(12),s=n(o),l=o[o.length-1],u=o[0],c=`${s} L ${l.x} 100 L ${u.x} 100 Z`;return g.jsx("div",{className:"absolute inset-0 p-[16px]",children:g.jsxs("svg",{className:"w-full h-full",viewBox:"0 0 100 100",preserveAspectRatio:"none",children:[g.jsxs("defs",{children:[g.jsxs("linearGradient",{id:"skeleton-area-fill",x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[g.jsx("stop",{offset:"0%",stopColor:"#8b5cf6",stopOpacity:"0.1",children:g.jsx("animate",{attributeName:"stop-opacity",values:"0.1;0.15;0.1",dur:"3s",repeatCount:"indefinite"})}),g.jsx("stop",{offset:"100%",stopColor:"#8b5cf6",stopOpacity:"0.02",children:g.jsx("animate",{attributeName:"stop-opacity",values:"0.02;0.05;0.02",dur:"3s",repeatCount:"indefinite"})})]}),g.jsxs("linearGradient",{id:"skeleton-line-shimmer",x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[g.jsx("stop",{offset:"0%",stopColor:"#e2e8f0",stopOpacity:"0.3",children:g.jsx("animate",{attributeName:"stop-opacity",values:"0.3;0.6;0.3",dur:"2.5s",repeatCount:"indefinite"})}),g.jsx("stop",{offset:"50%",stopColor:"#cbd5e1",stopOpacity:"0.6",children:g.jsx("animate",{attributeName:"stop-opacity",values:"0.6;0.3;0.6",dur:"2.5s",repeatCount:"indefinite"})}),g.jsx("stop",{offset:"100%",stopColor:"#e2e8f0",stopOpacity:"0.3",children:g.jsx("animate",{attributeName:"stop-opacity",values:"0.3;0.6;0.3",dur:"2.5s",repeatCount:"indefinite"})})]})]}),g.jsx("path",{d:c,fill:"url(#skeleton-area-fill)"}),g.jsx("path",{d:s,stroke:"url(#skeleton-line-shimmer)",strokeWidth:"1.5",fill:"none",strokeLinecap:"round",strokeLinejoin:"round"})]})});case"area":const f=a(),d=n(f),p=f[f.length-1],v=f[0],y=`${d} L ${p.x} 90 L ${v.x} 90 Z`;return g.jsx("div",{className:"absolute inset-0 p-[16px]",children:g.jsxs("svg",{className:"w-full h-full",viewBox:"0 0 100 100",preserveAspectRatio:"none",children:[g.jsxs("defs",{children:[g.jsxs("linearGradient",{id:"skeleton-area-gradient",x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[g.jsx("stop",{offset:"0%",stopColor:"#3b82f6",stopOpacity:"0.2",children:g.jsx("animate",{attributeName:"stop-opacity",values:"0.2;0.4;0.2",dur:"2s",repeatCount:"indefinite"})}),g.jsx("stop",{offset:"100%",stopColor:"#3b82f6",stopOpacity:"0.05",children:g.jsx("animate",{attributeName:"stop-opacity",values:"0.05;0.1;0.05",dur:"2s",repeatCount:"indefinite"})})]}),g.jsxs("linearGradient",{id:"skeleton-area-line",x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[g.jsx("stop",{offset:"0%",stopColor:"#3b82f6",stopOpacity:"0.4",children:g.jsx("animate",{attributeName:"stop-opacity",values:"0.4;0.8;0.4",dur:"2s",repeatCount:"indefinite"})}),g.jsx("stop",{offset:"50%",stopColor:"#3b82f6",stopOpacity:"0.8",children:g.jsx("animate",{attributeName:"stop-opacity",values:"0.8;0.4;0.8",dur:"2s",repeatCount:"indefinite"})}),g.jsx("stop",{offset:"100%",stopColor:"#3b82f6",stopOpacity:"0.4",children:g.jsx("animate",{attributeName:"stop-opacity",values:"0.4;0.8;0.4",dur:"2s",repeatCount:"indefinite"})})]})]}),g.jsx("path",{d:y,fill:"url(#skeleton-area-gradient)"}),g.jsx("path",{d:n(f),stroke:"url(#skeleton-area-line)",strokeWidth:"2.5",fill:"none",strokeLinecap:"round",strokeLinejoin:"round"})]})});case"pie":return g.jsx("div",{className:"absolute inset-0 flex items-center justify-center p-[16px]",children:g.jsxs("svg",{className:"w-32 h-32",viewBox:"0 0 42 42",children:[g.jsxs("defs",{children:[g.jsx("linearGradient",{id:"skeleton-pie-gradient-1",children:g.jsx("stop",{offset:"0%",stopColor:"#3b82f6",stopOpacity:"0.3",children:g.jsx("animate",{attributeName:"stop-opacity",values:"0.3;0.6;0.3",dur:"2s",repeatCount:"indefinite"})})}),g.jsx("linearGradient",{id:"skeleton-pie-gradient-2",children:g.jsx("stop",{offset:"0%",stopColor:"#10b981",stopOpacity:"0.3",children:g.jsx("animate",{attributeName:"stop-opacity",values:"0.3;0.6;0.3",dur:"2s",repeatCount:"indefinite",begin:"0.5s"})})}),g.jsx("linearGradient",{id:"skeleton-pie-gradient-3",children:g.jsx("stop",{offset:"0%",stopColor:"#f59e0b",stopOpacity:"0.3",children:g.jsx("animate",{attributeName:"stop-opacity",values:"0.3;0.6;0.3",dur:"2s",repeatCount:"indefinite",begin:"1s"})})}),g.jsx("linearGradient",{id:"skeleton-pie-gradient-4",children:g.jsx("stop",{offset:"0%",stopColor:"#ef4444",stopOpacity:"0.3",children:g.jsx("animate",{attributeName:"stop-opacity",values:"0.3;0.6;0.3",dur:"2s",repeatCount:"indefinite",begin:"1.5s"})})})]}),g.jsx("circle",{cx:"21",cy:"21",r:"15.915",fill:"transparent",stroke:"#e5e7eb",strokeWidth:"3"}),g.jsx("circle",{cx:"21",cy:"21",r:"15.915",fill:"transparent",stroke:"url(#skeleton-pie-gradient-1)",strokeWidth:"3",strokeDasharray:"40 60",strokeDashoffset:"25"}),g.jsx("circle",{cx:"21",cy:"21",r:"15.915",fill:"transparent",stroke:"url(#skeleton-pie-gradient-2)",strokeWidth:"3",strokeDasharray:"25 75",strokeDashoffset:"65"}),g.jsx("circle",{cx:"21",cy:"21",r:"15.915",fill:"transparent",stroke:"url(#skeleton-pie-gradient-3)",strokeWidth:"3",strokeDasharray:"20 80",strokeDashoffset:"90"}),g.jsx("circle",{cx:"21",cy:"21",r:"15.915",fill:"transparent",stroke:"url(#skeleton-pie-gradient-4)",strokeWidth:"3",strokeDasharray:"15 85",strokeDashoffset:"110"})]})});default:return g.jsx("div",{className:"absolute inset-0 p-[16px]",children:g.jsxs("div",{className:"w-full h-full relative",children:[g.jsx("div",{className:"absolute inset-0 flex items-center",children:g.jsx("div",{className:"w-full h-0.5 bg-gradient-to-r from-transparent via-gray-300 to-transparent opacity-60",children:g.jsx("div",{className:"w-full h-full bg-gradient-to-r from-transparent via-blue-400 to-transparent animate-pulse"})})}),g.jsx("div",{className:"absolute inset-0 flex items-center justify-between px-2",children:[...Array(7)].map((h,b)=>g.jsx("div",{className:"w-2 h-2 bg-blue-300 rounded-full animate-pulse",style:{animationDelay:`${b*.2}s`}},b))})]})})}};return g.jsx("div",{className:ue("w-full",e),children:g.jsxs("div",{className:"relative bg-gray-50/30",children:[g.jsxs("div",{className:"relative",style:{height:`${r}px`},children:[g.jsxs("div",{className:"absolute left-0 top-0 h-full flex flex-col justify-between items-end pr-[12px]",children:[g.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"})]}),g.jsxs("div",{className:"ml-14 h-full relative overflow-hidden px-0 py-2 flex flex-col justify-between",children:[t!=="pie"&&g.jsxs(g.Fragment,{children:[g.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),g.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),g.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),g.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),g.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),g.jsx("div",{className:"h-0 w-full border-t border-gray-100"})]}),i()]}),t!=="pie"&&g.jsxs("div",{className:"ml-[56px] flex justify-between items-center mt-[12px]",children:[g.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px]"}),g.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px]"}),g.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px]"}),g.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px]"}),g.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px"}),g.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px]"}),g.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px]"}),g.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px]"})]})]}),g.jsxs("div",{className:"flex items-center justify-between px-0 py-[12px] mt-[8px]",children:[g.jsx("div",{className:"flex-1",children:g.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[256px]"})}),g.jsxs("div",{className:"flex items-center gap-2 w-24 justify-center",children:[g.jsx("div",{className:"w-[8px] h-[8px] bg-blue-500 rounded-full"}),g.jsx("div",{className:"bg-gray-100 h-[16px] rounded flex-1"})]})]})]})})},oW=({active:e,payload:t,label:r,config:n})=>{var o;if(!e||!t||!t.length)return null;const a=t.filter(s=>s.name&&s.name!==""&&s.name!==s.dataKey);if(a.length===0)return null;const i=((o=n.tooltip)==null?void 0:o.style)==="dark";return g.jsxs("div",{className:ue("rounded-lg border px-[12px] py-[8px] text-xs shadow-lg",i?"bg-gray-900 border-gray-700 text-white":"bg-white border-gray-200 text-gray-900"),children:[g.jsx("div",{className:ue("font-medium mb-[8px]",i?"text-gray-300":"text-gray-600"),children:new Date(r||"").toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"})}),g.jsx("div",{className:"space-y-1",children:a.map((s,l)=>g.jsxs("div",{className:"flex items-center justify-between gap-4",children:[g.jsxs("div",{className:"flex items-center gap-2",children:[g.jsx("div",{className:"w-[8px] h-[8px] rounded-full",style:{backgroundColor:s.color}}),g.jsx("span",{className:ue("text-xs",i?"text-gray-300":"text-gray-600"),children:s.name})]}),g.jsx("span",{className:ue("font-medium text-xs",i?"text-white":"text-gray-900"),children:typeof s.value=="number"?s.value.toLocaleString():s.value})]},l))})]})},hb=({config:e,className:t,isLoading:r,onDataPointClick:n})=>{var m,w;const{data:a,dataKey:i,color:o="#3b82f6",lines:s,dateRange:l,yAxisLabel:u,height:c=300,tooltip:f={show:!0,style:"dark"}}=e,p=(O=>{if(!O||O.length===0)return[];const P=[...O].sort((k,D)=>{const C=new Date(k.date),B=new Date(D.date);return C.getTime()-B.getTime()});let j,M;l!=null&&l.start&&(l!=null&&l.end)?(j=new Date(l.start),M=new Date(l.end)):(j=new Date(P[0].date),M=new Date(P[P.length-1].date));const _=new Map;P.forEach(k=>{_.set(k.date,k)});const $=[],R=new Date(j);for(;R<=M;){const k=R.toISOString().split("T")[0];if(_.has(k))$.push(_.get(k));else{const D={date:k,users:0,sessions:0,messages:0,totalTokens:0,inputTokens:0,outputTokens:0,agentRuns:0,toolRuns:0,modelRuns:0,codeTools:0,workflowTools:0,knowledgeTools:0,mcpTools:0,value:0,count:0};if(P.length>0){const C=P[0];Object.keys(C).forEach(B=>{typeof C[B]=="number"&&!(B in D)&&(D[B]=0)})}$.push(D)}R.setDate(R.getDate()+1)}return $})(a),v=O=>{const P=new Date(O);return isNaN(P.getTime())?O:P.toLocaleDateString("en-US",{month:"short",day:"numeric"})},y=()=>{if(!p||p.length===0)return 0;const O=p.length;return O<=20?0:O<=31?1:O<=61?2:Math.floor(O/7)-1},h=O=>b()&&!Number.isInteger(O)?"":O>=1e3?`${Math.floor(O/1e3)}k`:Math.floor(O).toString(),b=()=>{const O=["users","sessions","messages","runs","agents","tools","models","Number of Users","Number of Sessions","Number of Messages","Number of Agent Runs","Number of Tool Runs","Number of Model Runs","agentRuns","toolRuns","modelRuns"];return!!(u&&O.some(P=>u.toLowerCase().includes(P.toLowerCase()))||i&&O.some(P=>i.toLowerCase().includes(P.toLowerCase()))||e.title&&O.some(P=>e.title.toLowerCase().includes(P.toLowerCase()))||s&&s.some(P=>P.label&&O.some(j=>P.label.toLowerCase().includes(j.toLowerCase()))))},x=s&&s.length>0?s:[{dataKey:i||"value",color:o,label:e.title,strokeWidth:2}];if(r)return console.log("AnalyticsChart: Loading state active"),g.jsx(pb,{className:t,chartType:e.type,height:c});if(!a||a.length===0)return console.log("AnalyticsChart: No data provided",{data:a,config:e}),g.jsx("div",{className:ue("w-full",t),children:g.jsxs("div",{className:"relative bg-gray-50/30",children:[g.jsxs("div",{className:"relative h-[300px] mb-6",children:[g.jsxs("div",{className:"absolute left-0 top-0 h-full flex flex-col justify-between items-end pr-3",children:[g.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"})]}),g.jsxs("div",{className:"ml-14 h-full relative overflow-hidden px-0 py-2 flex flex-col justify-between",children:[g.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),g.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),g.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),g.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),g.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),g.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),g.jsxs("div",{className:"absolute inset-0 flex flex-col items-center justify-center gap-4",children:[g.jsx("div",{className:"bg-white border border-gray-300 rounded-[10px] w-12 h-12 flex items-center justify-center",children:g.jsx("svg",{className:"w-6 h-6 !h-6 text-gray-600",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:g.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"})})}),g.jsxs("div",{className:"text-center max-w-[352px]",children:[g.jsx("h3",{className:"font-semibold text-gray-900 text-base mb-1",children:"There is no data to display for this period"}),g.jsx("p",{className:"font-normal text-center text-gray-600 text-sm leading-5",children:"Try selecting a different date range or ensure your app is deployed and receiving traffic."})]})]})]}),g.jsxs("div",{className:"ml-14 flex justify-between items-center mt-3",children:[g.jsx("div",{className:"bg-gray-100 h-3 rounded w-4"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-4"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-4"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-4"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-4"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-4"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded w-4"})]})]}),g.jsxs("div",{className:"flex items-center justify-between px-0 py-3 mt-2",children:[g.jsx("div",{className:"flex-1",children:g.jsx("div",{className:"bg-gray-100 h-3 rounded w-64"})}),g.jsxs("div",{className:"flex items-center gap-2 w-24 justify-center",children:[g.jsx("div",{className:"w-2 h-2 bg-blue-500 rounded-full"}),g.jsx("div",{className:"bg-gray-100 h-3 rounded flex-1"})]})]})]})});const T=O=>{var j;if(!n||!O||!O.activePayload)return;const P=(j=O.activePayload[0])==null?void 0:j.payload;P&&P.date&&(console.log("Chart data point clicked:",{date:P.date,data:P}),n(P,P.date))};return console.log("=== ANALYTICS CHART DEBUG ==="),console.log("AnalyticsChart config:",e),console.log("AnalyticsChart original data length:",a==null?void 0:a.length),console.log("AnalyticsChart filled data length:",p.length),console.log("AnalyticsChart date range (config):",l),console.log("AnalyticsChart actual date range:",p.length>0?{first:(m=p[0])==null?void 0:m.date,last:(w=p[p.length-1])==null?void 0:w.date,totalDays:p.length}:"No data"),console.log("AnalyticsChart dataKey:",i),console.log("Chart lines configuration:",x),console.log("Sample filled data points:",p.slice(0,3)),console.log("=== END ANALYTICS CHART DEBUG ==="),g.jsxs("div",{className:ue("w-full",t),children:[g.jsx("div",{className:"relative bg-gray-50/30",children:g.jsx(Z2,{width:"100%",height:c,children:g.jsxs(iW,{data:p,onClick:T,margin:{top:20,right:30,left:20,bottom:20},children:[g.jsx("defs",{children:x.map((O,P)=>g.jsxs("linearGradient",{id:`gradient-${O.dataKey}`,x1:"0",y1:"0",x2:"0",y2:"1",children:[g.jsx("stop",{offset:"5%",stopColor:O.color,stopOpacity:.08}),g.jsx("stop",{offset:"95%",stopColor:O.color,stopOpacity:.01})]},`gradient-${P}`))}),g.jsx(Pg,{strokeDasharray:"2 2",className:"opacity-30",stroke:"#d1d5db",horizontal:!0,vertical:!1}),g.jsx(Os,{dataKey:"date",tickFormatter:v,axisLine:!1,tickLine:!1,tick:{fontSize:12,fill:"#6b7280"},tickMargin:10,interval:y()}),g.jsx(As,{axisLine:!1,tickLine:!1,tick:{fontSize:12,fill:"#6b7280"},tickFormatter:h,tickMargin:10,allowDecimals:!b(),domain:b()?["dataMin","dataMax"]:void 0,label:u?{value:u,angle:-90,position:"insideLeft",style:{textAnchor:"middle",fontSize:12,fill:"#6b7280"}}:void 0}),f.show&&g.jsx(Wt,{content:O=>g.jsx(oW,{...O,config:e}),cursor:{stroke:"#d1d5db",strokeWidth:1,strokeDasharray:"4 4"},allowEscapeViewBox:{x:!1,y:!1}}),x.map(O=>g.jsx(Ar,{type:"monotone",dataKey:O.dataKey,stroke:"none",fill:`url(#gradient-${O.dataKey})`,fillOpacity:1,isAnimationActive:!1,name:""},`area-${O.dataKey}`)),x.map(O=>g.jsx(pi,{type:"monotone",dataKey:O.dataKey,stroke:O.color,strokeWidth:2.5,strokeDasharray:O.strokeDasharray,dot:!1,activeDot:{r:5,fill:O.color,stroke:O.color,strokeWidth:2},name:O.label},O.dataKey))]})})}),g.jsxs("div",{className:"mt-4 flex items-center justify-between",children:[g.jsx("div",{children:l&&g.jsxs("p",{className:"text-xs text-gray-500 flex items-center gap-[4px]",children:[g.jsx("span",{className:"text-gray-500",children:"Showing data from"}),g.jsxs("span",{className:"font-medium text-gray-700",children:[new Date(l.start).toLocaleDateString("en-US",{day:"numeric",month:"short",year:"numeric"})," - ",new Date(l.end).toLocaleDateString("en-US",{day:"numeric",month:"short",year:"numeric"})]})]})}),g.jsx("div",{className:"flex items-center gap-4",children:g.jsx("div",{className:"flex items-center gap-4 text-sm text-muted-foreground",children:x.map(O=>g.jsxs("div",{className:"flex items-center gap-2",children:[g.jsx("div",{className:"w-[8px] h-[8px] rounded-full",style:{backgroundColor:O.color}}),g.jsx("span",{className:"text-xs text-gray-600",children:O.label})]},O.dataKey))})})]})]})},vb=({config:e,className:t})=>{const{title:r,data:n,columns:a,pagination:i={enabled:!0,pageSize:10},sorting:o={enabled:!0},filtering:s={enabled:!0,searchable:!0}}=e,[l,u]=A.useState(o.defaultSort||null),[c,f]=A.useState(""),[d,p]=A.useState(1),v=A.useMemo(()=>{let m=[...n];return s.searchable&&c&&(m=m.filter(w=>a.some(O=>{const P=w[O.key];return P==null?void 0:P.toString().toLowerCase().includes(c.toLowerCase())}))),l&&m.sort((w,O)=>{const P=w[l.key],j=O[l.key];if(typeof P=="number"&&typeof j=="number")return l.order==="asc"?P-j:j-P;const M=(P==null?void 0:P.toString())||"",_=(j==null?void 0:j.toString())||"",$=M.localeCompare(_);return l.order==="asc"?$:-$}),m},[n,a,c,l,s.searchable]),y=i.enabled?Math.ceil(v.length/i.pageSize):1,h=i.enabled?v.slice((d-1)*i.pageSize,d*i.pageSize):v,b=m=>{!o.enabled||!m.sortable||u(w=>(w==null?void 0:w.key)===m.key?w.order==="asc"?{key:m.key,order:"desc"}:null:{key:m.key,order:"asc"})},S=m=>{f(m),p(1)},x=(m,w,O)=>w.render?w.render(m,O):w.formatter?w.formatter(m,O):typeof m=="number"?m.toLocaleString():(m==null?void 0:m.toString())||"-",T=m=>!o.enabled||!m.sortable?null:(l==null?void 0:l.key)===m.key?l.order==="asc"?g.jsx(mf,{className:"w-[16px] h-[16px]"}):g.jsx(ua,{className:"w-[16px] h-[16px]"}):g.jsxs("div",{className:"flex flex-col",children:[g.jsx(mf,{className:"w-[12px] h-[12px] opacity-30"}),g.jsx(ua,{className:"w-[12px] h-[12px] opacity-30 -mt-1"})]});return g.jsxs("div",{className:ue("w-full",t),children:[g.jsxs("div",{className:"flex items-center justify-between mb-4",children:[g.jsx("h3",{className:"text-md font-medium text-gray-700",children:r}),s.enabled&&s.searchable&&g.jsxs("div",{className:"relative",children:[g.jsx(gf,{className:"absolute left-[12px] top-1/2 transform -translate-y-1/2 w-[16px] h-[16px] text-gray-400"}),g.jsx("input",{type:"text",placeholder:"Search...",value:c,onChange:m=>S(m.target.value),className:"pl-[36px] pr-[12px] py-[8px] border border-gray-200 rounded-lg text-xs focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent"})]})]}),g.jsx("div",{className:"overflow-x-auto border border-gray-200 rounded-lg",children:g.jsxs("table",{className:"w-full",children:[g.jsx("thead",{className:"bg-gray-50",children:g.jsx("tr",{children:a.map(m=>g.jsx("th",{className:ue("px-[16px] py-[12px] text-left text-xs font-medium text-gray-500 uppercase tracking-wider",m.sortable&&o.enabled&&"cursor-pointer hover:bg-gray-100",m.align==="center"&&"text-center",m.align==="right"&&"text-right"),style:{width:m.width},onClick:()=>b(m),children:g.jsxs("div",{className:"flex items-center gap-2",children:[g.jsx("span",{children:m.title}),T(m)]})},m.key))})}),g.jsx("tbody",{className:"bg-white divide-y divide-gray-200",children:h.map((m,w)=>g.jsx("tr",{className:"hover:bg-gray-50 transition-colors",children:a.map(O=>g.jsx("td",{className:ue("px-[16px] py-[12px] text-xs text-gray-900",O.align==="center"&&"text-center",O.align==="right"&&"text-right"),children:x(m[O.key],O,m)},O.key))},w))})]})}),i.enabled&&y>1&&g.jsxs("div",{className:"flex items-center justify-between mt-4",children:[g.jsxs("div",{className:"text-xs text-gray-500",children:["Showing ",(d-1)*i.pageSize+1," to"," ",Math.min(d*i.pageSize,v.length)," of"," ",v.length," results"]}),g.jsxs("div",{className:"flex items-center gap-2",children:[g.jsx("button",{onClick:()=>p(m=>Math.max(1,m-1)),disabled:d===1,className:"px-[12px] py-[4px] text-xs border border-gray-200 rounded hover:bg-gray-50 disabled:opacity-50 disabled:cursor-not-allowed",children:"Previous"}),Array.from({length:Math.min(5,y)},(m,w)=>{const O=Math.max(1,Math.min(y-4,d-2))+w;return O>y?null:g.jsx("button",{onClick:()=>p(O),className:ue("px-[12px] py-[4px] text-xs border rounded",d===O?"bg-blue-500 text-white border-blue-500":"border-gray-200 hover:bg-gray-50"),children:O},O)}),g.jsx("button",{onClick:()=>p(m=>Math.min(y,m+1)),disabled:d===y,className:"px-[12px] py-[4px] text-xs border border-gray-200 rounded hover:bg-gray-50 disabled:opacity-50 disabled:cursor-not-allowed",children:"Next"})]})]}),h.length===0&&g.jsx("div",{className:"text-center py-[32px] text-gray-500",children:c?"No results found for your search.":"No data available."})]})},sW=(e,t)=>{switch(e){case"human":return t==="agent"?"agent-avatars":"avatars";case"logo":return"profileLogos";case"icon":case"inlineTool":case"toolLibrary":case"KNOWLEDGE":case"MCP":return"profileIcons";default:return t==="agent"?"agent-avatars":"avatars"}},lW=e=>{if(!e)return null;if(typeof e=="string")try{return JSON.parse(e)}catch{return{name:e,type:"human"}}return e},uW=(e,t)=>{const r=["#3B82F6","#EF4444","#10B981","#F59E0B","#8B5CF6","#EC4899","#06B6D4","#84CC16"],n=e.split("").reduce((a,i)=>a+i.charCodeAt(0),0)%r.length;if(t==="workflowtool"){const a=e.toLowerCase();let i="toolLibrary";return a.includes("code")||a.includes("inline")||a.includes("calculate")?i="inlineTool":a.includes("knowledge")||a.includes("document")||a.includes("fetch")?i="KNOWLEDGE":(a.includes("mcp")||a.includes("protocol"))&&(i="MCP"),{name:"fallback",type:i,color:r[n]}}return t==="model"?{name:"fallback",type:"icon",color:r[n]}:{name:"fallback",type:t==="agent"?"human":"icon",color:r[n]}},cW=(e,t)=>{if(!(e!=null&&e.name))return"";if(t==="url")return e.name;if(t==="model")return"";const r=window.location.origin,n=sW(e.type||"human",t);return`${r}/agenticai/assets/${n}/${e.name}.svg`},yb=e=>{if(!e)return"assets/icons/models/custom-api.svg";const t=e.toLowerCase(),r={openai:"Open AI.svg","open ai":"Open AI.svg",chatopenai:"Open AI.svg",gpt:"Open AI.svg",anthropic:"Anthropic.svg",claude:"Anthropic.svg",google:"Google.svg",gemini:"Google.svg",chatgooglegenerativeai:"Google.svg",googlegenerativeai:"Google.svg",palm:"Google.svg",azurechatopenai:"Azure Open AI.svg","azure open ai":"Azure Open AI.svg",azureopenai:"Azure Open AI.svg","azure openai":"Azure Open AI.svg",azure:"Azure Open AI.svg",aws:"AWS Bedrock.svg",bedrock:"AWS Bedrock.svg","aws bedrock":"AWS Bedrock.svg",awsbedrock:"AWS Bedrock.svg",amazon:"AWS Bedrock.svg",cohere:"Cohere.svg",api:"API.svg",custom:"custom-api.svg","custom-api":"custom-api.svg",customapi:"custom-api.svg"};if(r[t])return`assets/icons/models/${r[t]}`;for(const[n,a]of Object.entries(r))if(t.includes(n)||n.includes(t))return`assets/icons/models/${a}`;return"assets/icons/models/custom-api.svg"},fW={xs:"w-6 h-6 text-xs",small:"w-8 h-8 text-sm",medium:"w-10 h-10 text-base",large:"w-12 h-12 text-lg"},Rt={inlineTool:`<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_3533_7514)">
|
|
274
|
+
A `).concat(v,",").concat(v,",0,0,").concat(u,",").concat(t,",").concat(r+a-s*v," Z")}else c="M ".concat(t,",").concat(r," h ").concat(n," v ").concat(a," h ").concat(-n," Z");return c},vD=function(t,r){if(!t||!r)return!1;var n=t.x,a=t.y,i=r.x,o=r.y,s=r.width,l=r.height;if(Math.abs(s)>0&&Math.abs(l)>0){var u=Math.min(i,i+s),c=Math.max(i,i+s),f=Math.min(o,o+l),d=Math.max(o,o+l);return n>=u&&n<=c&&a>=f&&a<=d}return!1},gD={x:0,y:0,width:0,height:0,radius:0,isAnimationActive:!1,isUpdateAnimationActive:!1,animationBegin:0,animationDuration:1500,animationEasing:"ease"},Oc=function(t){var r=Pg(Pg({},gD),t),n=S.useRef(),a=S.useState(-1),i=lD(a,2),o=i[0],s=i[1];S.useEffect(function(){if(n.current&&n.current.getTotalLength)try{var j=n.current.getTotalLength();j&&s(j)}catch{}},[]);var l=r.x,u=r.y,c=r.width,f=r.height,d=r.radius,h=r.className,v=r.animationEasing,g=r.animationDuration,m=r.animationBegin,b=r.isAnimationActive,O=r.isUpdateAnimationActive;if(l!==+l||u!==+u||c!==+c||f!==+f||c===0||f===0)return null;var x=ve("recharts-rectangle",h);return O?S.createElement(Dt,{canBegin:o>0,from:{width:c,height:f,x:l,y:u},to:{width:c,height:f,x:l,y:u},duration:g,animationEasing:v,isActive:O},function(j){var y=j.width,w=j.height,T=j.x,A=j.y;return S.createElement(Dt,{canBegin:o>0,from:"0px ".concat(o===-1?1:o,"px"),to:"".concat(o,"px 0px"),attributeName:"strokeDasharray",begin:m,duration:g,isActive:b,easing:v},S.createElement("path",Zo({},de(r,!0),{className:x,d:_g(T,A,y,w,d),ref:n})))}):S.createElement("path",Zo({},de(r,!0),{className:x,d:_g(l,u,c,f,d)}))};function Sc(){return Sc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sc.apply(this,arguments)}var Jo=function(t){var r=t.cx,n=t.cy,a=t.r,i=t.className,o=ve("recharts-dot",i);return r===+r&&n===+n&&a===+a?xt.createElement("circle",Sc({},de(t,!1),Bi(t),{className:o,cx:r,cy:n,r:a})):null};function oi(e){"@babel/helpers - typeof";return oi=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},oi(e)}var yD=["x","y","top","left","width","height","className"];function Tc(){return Tc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Tc.apply(this,arguments)}function Eg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function bD(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Eg(Object(r),!0).forEach(function(n){xD(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Eg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function xD(e,t,r){return t=wD(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function wD(e){var t=OD(e,"string");return oi(t)=="symbol"?t:t+""}function OD(e,t){if(oi(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(oi(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function SD(e,t){if(e==null)return{};var r=TD(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function TD(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var AD=function(t,r,n,a,i,o){return"M".concat(t,",").concat(i,"v").concat(a,"M").concat(o,",").concat(r,"h").concat(n)},jD=function(t){var r=t.x,n=r===void 0?0:r,a=t.y,i=a===void 0?0:a,o=t.top,s=o===void 0?0:o,l=t.left,u=l===void 0?0:l,c=t.width,f=c===void 0?0:c,d=t.height,h=d===void 0?0:d,v=t.className,g=SD(t,yD),m=bD({x:n,y:i,top:s,left:u,width:f,height:h},g);return!Q(n)||!Q(i)||!Q(f)||!Q(h)||!Q(s)||!Q(u)?null:S.createElement("path",Tc({},de(m,!0),{className:ve("recharts-cross",v),d:AD(n,i,f,h,s,u)}))},PD=fp,_D=PD(Object.getPrototypeOf,Object),ED=_D,CD=Zt,$D=ED,kD=Jt,MD="[object Object]",ND=Function.prototype,DD=Object.prototype,Cg=ND.toString,ID=DD.hasOwnProperty,LD=Cg.call(Object);function RD(e){if(!kD(e)||CD(e)!=MD)return!1;var t=$D(e);if(t===null)return!0;var r=ID.call(t,"constructor")&&t.constructor;return typeof r=="function"&&r instanceof r&&Cg.call(r)==LD}var BD=RD;const FD=ke(BD);var UD=Zt,WD=Jt,zD="[object Boolean]";function VD(e){return e===!0||e===!1||WD(e)&&UD(e)==zD}var GD=VD;const HD=ke(GD);function si(e){"@babel/helpers - typeof";return si=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},si(e)}function Qo(){return Qo=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qo.apply(this,arguments)}function qD(e,t){return ZD(e)||XD(e,t)||YD(e,t)||KD()}function KD(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
275
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function YD(e,t){if(e){if(typeof e=="string")return $g(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return $g(e,t)}}function $g(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function XD(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,o,s=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,t!==0)for(;!(l=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(c){u=!0,a=c}finally{try{if(!l&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw a}}return s}}function ZD(e){if(Array.isArray(e))return e}function kg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Mg(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?kg(Object(r),!0).forEach(function(n){JD(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):kg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function JD(e,t,r){return t=QD(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function QD(e){var t=eI(e,"string");return si(t)=="symbol"?t:t+""}function eI(e,t){if(si(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(si(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Ng=function(t,r,n,a,i){var o=n-a,s;return s="M ".concat(t,",").concat(r),s+="L ".concat(t+n,",").concat(r),s+="L ".concat(t+n-o/2,",").concat(r+i),s+="L ".concat(t+n-o/2-a,",").concat(r+i),s+="L ".concat(t,",").concat(r," Z"),s},tI={x:0,y:0,upperWidth:0,lowerWidth:0,height:0,isUpdateAnimationActive:!1,animationBegin:0,animationDuration:1500,animationEasing:"ease"},rI=function(t){var r=Mg(Mg({},tI),t),n=S.useRef(),a=S.useState(-1),i=qD(a,2),o=i[0],s=i[1];S.useEffect(function(){if(n.current&&n.current.getTotalLength)try{var x=n.current.getTotalLength();x&&s(x)}catch{}},[]);var l=r.x,u=r.y,c=r.upperWidth,f=r.lowerWidth,d=r.height,h=r.className,v=r.animationEasing,g=r.animationDuration,m=r.animationBegin,b=r.isUpdateAnimationActive;if(l!==+l||u!==+u||c!==+c||f!==+f||d!==+d||c===0&&f===0||d===0)return null;var O=ve("recharts-trapezoid",h);return b?S.createElement(Dt,{canBegin:o>0,from:{upperWidth:0,lowerWidth:0,height:d,x:l,y:u},to:{upperWidth:c,lowerWidth:f,height:d,x:l,y:u},duration:g,animationEasing:v,isActive:b},function(x){var j=x.upperWidth,y=x.lowerWidth,w=x.height,T=x.x,A=x.y;return S.createElement(Dt,{canBegin:o>0,from:"0px ".concat(o===-1?1:o,"px"),to:"".concat(o,"px 0px"),attributeName:"strokeDasharray",begin:m,duration:g,easing:v},S.createElement("path",Qo({},de(r,!0),{className:O,d:Ng(T,A,j,y,w),ref:n})))}):S.createElement("g",null,S.createElement("path",Qo({},de(r,!0),{className:O,d:Ng(l,u,c,f,d)})))},nI=["option","shapeType","propTransformer","activeClassName","isActive"];function li(e){"@babel/helpers - typeof";return li=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},li(e)}function aI(e,t){if(e==null)return{};var r=iI(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function iI(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Dg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function es(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Dg(Object(r),!0).forEach(function(n){oI(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Dg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function oI(e,t,r){return t=sI(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function sI(e){var t=lI(e,"string");return li(t)=="symbol"?t:t+""}function lI(e,t){if(li(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(li(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function uI(e,t){return es(es({},t),e)}function cI(e,t){return e==="symbols"}function Ig(e){var t=e.shapeType,r=e.elementProps;switch(t){case"rectangle":return S.createElement(Oc,r);case"trapezoid":return S.createElement(rI,r);case"sector":return S.createElement(Bv,r);case"symbols":if(cI(t))return S.createElement(Xi,r);break;default:return null}}function fI(e){return S.isValidElement(e)?e.props:e}function Ac(e){var t=e.option,r=e.shapeType,n=e.propTransformer,a=n===void 0?uI:n,i=e.activeClassName,o=i===void 0?"recharts-active-shape":i,s=e.isActive,l=aI(e,nI),u;if(S.isValidElement(t))u=S.cloneElement(t,es(es({},l),fI(t)));else if(pe(t))u=t(l);else if(FD(t)&&!HD(t)){var c=a(t,l);u=S.createElement(Ig,{shapeType:r,elementProps:c})}else{var f=l;u=S.createElement(Ig,{shapeType:r,elementProps:f})}return s?S.createElement(xe,{className:o},u):u}function ts(e,t){return t!=null&&"trapezoids"in e.props}function rs(e,t){return t!=null&&"sectors"in e.props}function ui(e,t){return t!=null&&"points"in e.props}function dI(e,t){var r,n,a=e.x===(t==null||(r=t.labelViewBox)===null||r===void 0?void 0:r.x)||e.x===t.x,i=e.y===(t==null||(n=t.labelViewBox)===null||n===void 0?void 0:n.y)||e.y===t.y;return a&&i}function pI(e,t){var r=e.endAngle===t.endAngle,n=e.startAngle===t.startAngle;return r&&n}function hI(e,t){var r=e.x===t.x,n=e.y===t.y,a=e.z===t.z;return r&&n&&a}function mI(e,t){var r;return ts(e,t)?r=dI:rs(e,t)?r=pI:ui(e,t)&&(r=hI),r}function vI(e,t){var r;return ts(e,t)?r="trapezoids":rs(e,t)?r="sectors":ui(e,t)&&(r="points"),r}function gI(e,t){if(ts(e,t)){var r;return(r=t.tooltipPayload)===null||r===void 0||(r=r[0])===null||r===void 0||(r=r.payload)===null||r===void 0?void 0:r.payload}if(rs(e,t)){var n;return(n=t.tooltipPayload)===null||n===void 0||(n=n[0])===null||n===void 0||(n=n.payload)===null||n===void 0?void 0:n.payload}return ui(e,t)?t.payload:{}}function yI(e){var t=e.activeTooltipItem,r=e.graphicalItem,n=e.itemData,a=vI(r,t),i=gI(r,t),o=n.filter(function(l,u){var c=Ur(i,l),f=r.props[a].filter(function(v){var g=mI(r,t);return g(v,t)}),d=r.props[a].indexOf(f[f.length-1]),h=u===d;return c&&h}),s=n.indexOf(o[o.length-1]);return s}var bI=Math.ceil,xI=Math.max;function wI(e,t,r,n){for(var a=-1,i=xI(bI((t-e)/(r||1)),0),o=Array(i);i--;)o[n?i:++a]=e,e+=r;return o}var OI=wI,SI=uh,Lg=1/0,TI=17976931348623157e292;function AI(e){if(!e)return e===0?e:0;if(e=SI(e),e===Lg||e===-Lg){var t=e<0?-1:1;return t*TI}return e===e?e:0}var Rg=AI,jI=OI,PI=io,jc=Rg;function _I(e){return function(t,r,n){return n&&typeof n!="number"&&PI(t,r,n)&&(r=n=void 0),t=jc(t),r===void 0?(r=t,t=0):r=jc(r),n=n===void 0?t<r?1:-1:jc(n),jI(t,r,n,e)}}var EI=_I,CI=EI,$I=CI(),kI=$I;const ns=ke(kI);function ci(e){"@babel/helpers - typeof";return ci=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ci(e)}function Bg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Fg(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Bg(Object(r),!0).forEach(function(n){Ug(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Bg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Ug(e,t,r){return t=MI(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function MI(e){var t=NI(e,"string");return ci(t)=="symbol"?t:t+""}function NI(e,t){if(ci(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ci(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var DI=["Webkit","Moz","O","ms"],II=function(t,r){var n=t.replace(/(\w)/,function(i){return i.toUpperCase()}),a=DI.reduce(function(i,o){return Fg(Fg({},i),{},Ug({},o+n,r))},{});return a[t]=r,a};function Dn(e){"@babel/helpers - typeof";return Dn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Dn(e)}function as(){return as=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},as.apply(this,arguments)}function Wg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Pc(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Wg(Object(r),!0).forEach(function(n){yt(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Wg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function LI(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function zg(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Gg(n.key),n)}}function RI(e,t,r){return t&&zg(e.prototype,t),r&&zg(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function BI(e,t,r){return t=is(t),FI(e,Vg()?Reflect.construct(t,r||[],is(e).constructor):t.apply(e,r))}function FI(e,t){if(t&&(Dn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return UI(e)}function UI(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Vg(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Vg=function(){return!!e})()}function is(e){return is=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},is(e)}function WI(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_c(e,t)}function _c(e,t){return _c=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},_c(e,t)}function yt(e,t,r){return t=Gg(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Gg(e){var t=zI(e,"string");return Dn(t)=="symbol"?t:t+""}function zI(e,t){if(Dn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Dn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var VI=function(t){var r=t.data,n=t.startIndex,a=t.endIndex,i=t.x,o=t.width,s=t.travellerWidth;if(!r||!r.length)return{};var l=r.length,u=Ca().domain(ns(0,l)).range([i,i+o-s]),c=u.domain().map(function(f){return u(f)});return{isTextActive:!1,isSlideMoving:!1,isTravellerMoving:!1,isTravellerFocused:!1,startX:u(n),endX:u(a),scale:u,scaleValues:c}},Hg=function(t){return t.changedTouches&&!!t.changedTouches.length},In=function(e){function t(r){var n;return LI(this,t),n=BI(this,t,[r]),yt(n,"handleDrag",function(a){n.leaveTimer&&(clearTimeout(n.leaveTimer),n.leaveTimer=null),n.state.isTravellerMoving?n.handleTravellerMove(a):n.state.isSlideMoving&&n.handleSlideDrag(a)}),yt(n,"handleTouchMove",function(a){a.changedTouches!=null&&a.changedTouches.length>0&&n.handleDrag(a.changedTouches[0])}),yt(n,"handleDragEnd",function(){n.setState({isTravellerMoving:!1,isSlideMoving:!1},function(){var a=n.props,i=a.endIndex,o=a.onDragEnd,s=a.startIndex;o==null||o({endIndex:i,startIndex:s})}),n.detachDragEndListener()}),yt(n,"handleLeaveWrapper",function(){(n.state.isTravellerMoving||n.state.isSlideMoving)&&(n.leaveTimer=window.setTimeout(n.handleDragEnd,n.props.leaveTimeOut))}),yt(n,"handleEnterSlideOrTraveller",function(){n.setState({isTextActive:!0})}),yt(n,"handleLeaveSlideOrTraveller",function(){n.setState({isTextActive:!1})}),yt(n,"handleSlideDragStart",function(a){var i=Hg(a)?a.changedTouches[0]:a;n.setState({isTravellerMoving:!1,isSlideMoving:!0,slideMoveStartX:i.pageX}),n.attachDragEndListener()}),n.travellerDragStartHandlers={startX:n.handleTravellerDragStart.bind(n,"startX"),endX:n.handleTravellerDragStart.bind(n,"endX")},n.state={},n}return WI(t,e),RI(t,[{key:"componentWillUnmount",value:function(){this.leaveTimer&&(clearTimeout(this.leaveTimer),this.leaveTimer=null),this.detachDragEndListener()}},{key:"getIndex",value:function(n){var a=n.startX,i=n.endX,o=this.state.scaleValues,s=this.props,l=s.gap,u=s.data,c=u.length-1,f=Math.min(a,i),d=Math.max(a,i),h=t.getIndexInRange(o,f),v=t.getIndexInRange(o,d);return{startIndex:h-h%l,endIndex:v===c?c:v-v%l}}},{key:"getTextOfTick",value:function(n){var a=this.props,i=a.data,o=a.tickFormatter,s=a.dataKey,l=Je(i[n],s,n);return pe(o)?o(l,n):l}},{key:"attachDragEndListener",value:function(){window.addEventListener("mouseup",this.handleDragEnd,!0),window.addEventListener("touchend",this.handleDragEnd,!0),window.addEventListener("mousemove",this.handleDrag,!0)}},{key:"detachDragEndListener",value:function(){window.removeEventListener("mouseup",this.handleDragEnd,!0),window.removeEventListener("touchend",this.handleDragEnd,!0),window.removeEventListener("mousemove",this.handleDrag,!0)}},{key:"handleSlideDrag",value:function(n){var a=this.state,i=a.slideMoveStartX,o=a.startX,s=a.endX,l=this.props,u=l.x,c=l.width,f=l.travellerWidth,d=l.startIndex,h=l.endIndex,v=l.onChange,g=n.pageX-i;g>0?g=Math.min(g,u+c-f-s,u+c-f-o):g<0&&(g=Math.max(g,u-o,u-s));var m=this.getIndex({startX:o+g,endX:s+g});(m.startIndex!==d||m.endIndex!==h)&&v&&v(m),this.setState({startX:o+g,endX:s+g,slideMoveStartX:n.pageX})}},{key:"handleTravellerDragStart",value:function(n,a){var i=Hg(a)?a.changedTouches[0]:a;this.setState({isSlideMoving:!1,isTravellerMoving:!0,movingTravellerId:n,brushMoveStartX:i.pageX}),this.attachDragEndListener()}},{key:"handleTravellerMove",value:function(n){var a=this.state,i=a.brushMoveStartX,o=a.movingTravellerId,s=a.endX,l=a.startX,u=this.state[o],c=this.props,f=c.x,d=c.width,h=c.travellerWidth,v=c.onChange,g=c.gap,m=c.data,b={startX:this.state.startX,endX:this.state.endX},O=n.pageX-i;O>0?O=Math.min(O,f+d-h-u):O<0&&(O=Math.max(O,f-u)),b[o]=u+O;var x=this.getIndex(b),j=x.startIndex,y=x.endIndex,w=function(){var A=m.length-1;return o==="startX"&&(s>l?j%g===0:y%g===0)||s<l&&y===A||o==="endX"&&(s>l?y%g===0:j%g===0)||s>l&&y===A};this.setState(yt(yt({},o,u+O),"brushMoveStartX",n.pageX),function(){v&&w()&&v(x)})}},{key:"handleTravellerMoveKeyboard",value:function(n,a){var i=this,o=this.state,s=o.scaleValues,l=o.startX,u=o.endX,c=this.state[a],f=s.indexOf(c);if(f!==-1){var d=f+n;if(!(d===-1||d>=s.length)){var h=s[d];a==="startX"&&h>=u||a==="endX"&&h<=l||this.setState(yt({},a,h),function(){i.props.onChange(i.getIndex({startX:i.state.startX,endX:i.state.endX}))})}}}},{key:"renderBackground",value:function(){var n=this.props,a=n.x,i=n.y,o=n.width,s=n.height,l=n.fill,u=n.stroke;return S.createElement("rect",{stroke:u,fill:l,x:a,y:i,width:o,height:s})}},{key:"renderPanorama",value:function(){var n=this.props,a=n.x,i=n.y,o=n.width,s=n.height,l=n.data,u=n.children,c=n.padding,f=S.Children.only(u);return f?S.cloneElement(f,{x:a,y:i,width:o,height:s,margin:c,compact:!0,data:l}):null}},{key:"renderTravellerLayer",value:function(n,a){var i,o,s=this,l=this.props,u=l.y,c=l.travellerWidth,f=l.height,d=l.traveller,h=l.ariaLabel,v=l.data,g=l.startIndex,m=l.endIndex,b=Math.max(n,this.props.x),O=Pc(Pc({},de(this.props,!1)),{},{x:b,y:u,width:c,height:f}),x=h||"Min value: ".concat((i=v[g])===null||i===void 0?void 0:i.name,", Max value: ").concat((o=v[m])===null||o===void 0?void 0:o.name);return S.createElement(xe,{tabIndex:0,role:"slider","aria-label":x,"aria-valuenow":n,className:"recharts-brush-traveller",onMouseEnter:this.handleEnterSlideOrTraveller,onMouseLeave:this.handleLeaveSlideOrTraveller,onMouseDown:this.travellerDragStartHandlers[a],onTouchStart:this.travellerDragStartHandlers[a],onKeyDown:function(y){["ArrowLeft","ArrowRight"].includes(y.key)&&(y.preventDefault(),y.stopPropagation(),s.handleTravellerMoveKeyboard(y.key==="ArrowRight"?1:-1,a))},onFocus:function(){s.setState({isTravellerFocused:!0})},onBlur:function(){s.setState({isTravellerFocused:!1})},style:{cursor:"col-resize"}},t.renderTraveller(d,O))}},{key:"renderSlide",value:function(n,a){var i=this.props,o=i.y,s=i.height,l=i.stroke,u=i.travellerWidth,c=Math.min(n,a)+u,f=Math.max(Math.abs(a-n)-u,0);return S.createElement("rect",{className:"recharts-brush-slide",onMouseEnter:this.handleEnterSlideOrTraveller,onMouseLeave:this.handleLeaveSlideOrTraveller,onMouseDown:this.handleSlideDragStart,onTouchStart:this.handleSlideDragStart,style:{cursor:"move"},stroke:"none",fill:l,fillOpacity:.2,x:c,y:o,width:f,height:s})}},{key:"renderText",value:function(){var n=this.props,a=n.startIndex,i=n.endIndex,o=n.y,s=n.height,l=n.travellerWidth,u=n.stroke,c=this.state,f=c.startX,d=c.endX,h=5,v={pointerEvents:"none",fill:u};return S.createElement(xe,{className:"recharts-brush-texts"},S.createElement(po,as({textAnchor:"end",verticalAnchor:"middle",x:Math.min(f,d)-h,y:o+s/2},v),this.getTextOfTick(a)),S.createElement(po,as({textAnchor:"start",verticalAnchor:"middle",x:Math.max(f,d)+l+h,y:o+s/2},v),this.getTextOfTick(i)))}},{key:"render",value:function(){var n=this.props,a=n.data,i=n.className,o=n.children,s=n.x,l=n.y,u=n.width,c=n.height,f=n.alwaysShowText,d=this.state,h=d.startX,v=d.endX,g=d.isTextActive,m=d.isSlideMoving,b=d.isTravellerMoving,O=d.isTravellerFocused;if(!a||!a.length||!Q(s)||!Q(l)||!Q(u)||!Q(c)||u<=0||c<=0)return null;var x=ve("recharts-brush",i),j=S.Children.count(o)===1,y=II("userSelect","none");return S.createElement(xe,{className:x,onMouseLeave:this.handleLeaveWrapper,onTouchMove:this.handleTouchMove,style:y},this.renderBackground(),j&&this.renderPanorama(),this.renderSlide(h,v),this.renderTravellerLayer(h,"startX"),this.renderTravellerLayer(v,"endX"),(g||m||b||O||f)&&this.renderText())}}],[{key:"renderDefaultTraveller",value:function(n){var a=n.x,i=n.y,o=n.width,s=n.height,l=n.stroke,u=Math.floor(i+s/2)-1;return S.createElement(S.Fragment,null,S.createElement("rect",{x:a,y:i,width:o,height:s,fill:l,stroke:"none"}),S.createElement("line",{x1:a+1,y1:u,x2:a+o-1,y2:u,fill:"none",stroke:"#fff"}),S.createElement("line",{x1:a+1,y1:u+2,x2:a+o-1,y2:u+2,fill:"none",stroke:"#fff"}))}},{key:"renderTraveller",value:function(n,a){var i;return S.isValidElement(n)?i=S.cloneElement(n,a):pe(n)?i=n(a):i=t.renderDefaultTraveller(a),i}},{key:"getDerivedStateFromProps",value:function(n,a){var i=n.data,o=n.width,s=n.x,l=n.travellerWidth,u=n.updateId,c=n.startIndex,f=n.endIndex;if(i!==a.prevData||u!==a.prevUpdateId)return Pc({prevData:i,prevTravellerWidth:l,prevUpdateId:u,prevX:s,prevWidth:o},i&&i.length?VI({data:i,width:o,x:s,travellerWidth:l,startIndex:c,endIndex:f}):{scale:null,scaleValues:null});if(a.scale&&(o!==a.prevWidth||s!==a.prevX||l!==a.prevTravellerWidth)){a.scale.range([s,s+o-l]);var d=a.scale.domain().map(function(h){return a.scale(h)});return{prevData:i,prevTravellerWidth:l,prevUpdateId:u,prevX:s,prevWidth:o,startX:a.scale(n.startIndex),endX:a.scale(n.endIndex),scaleValues:d}}return null}},{key:"getIndexInRange",value:function(n,a){for(var i=n.length,o=0,s=i-1;s-o>1;){var l=Math.floor((o+s)/2);n[l]>a?s=l:o=l}return a>=n[s]?s:o}}])}(S.PureComponent);yt(In,"displayName","Brush"),yt(In,"defaultProps",{height:40,travellerWidth:5,gap:1,fill:"#fff",stroke:"#666",padding:{top:1,right:1,bottom:1,left:1},leaveTimeOut:1e3,alwaysShowText:!1});var GI=Vl;function HI(e,t){var r;return GI(e,function(n,a,i){return r=t(n,a,i),!r}),!!r}var qI=HI,KI=Xd,YI=vr,XI=qI,ZI=ft,JI=io;function QI(e,t,r){var n=ZI(e)?KI:XI;return r&&JI(e,t,r)&&(t=void 0),n(e,YI(t))}var e9=QI;const t9=ke(e9);var Ht=function(t,r){var n=t.alwaysShow,a=t.ifOverflow;return n&&(a="extendDomain"),a===r},qg=Hp;function r9(e,t,r){t=="__proto__"&&qg?qg(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}var n9=r9,a9=n9,i9=Wp,o9=vr;function s9(e,t){var r={};return t=o9(t),i9(e,function(n,a,i){a9(r,a,t(n,a,i))}),r}var l9=s9;const u9=ke(l9);function c9(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(!t(e[r],r,e))return!1;return!0}var f9=c9,d9=Vl;function p9(e,t){var r=!0;return d9(e,function(n,a,i){return r=!!t(n,a,i),r}),r}var h9=p9,m9=f9,v9=h9,g9=vr,y9=ft,b9=io;function x9(e,t,r){var n=y9(e)?m9:v9;return r&&b9(e,t,r)&&(t=void 0),n(e,g9(t))}var w9=x9;const Kg=ke(w9);var O9=["x","y"];function Ln(e){"@babel/helpers - typeof";return Ln=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ln(e)}function Ec(){return Ec=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ec.apply(this,arguments)}function Yg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function fi(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Yg(Object(r),!0).forEach(function(n){S9(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Yg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function S9(e,t,r){return t=T9(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function T9(e){var t=A9(e,"string");return Ln(t)=="symbol"?t:t+""}function A9(e,t){if(Ln(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ln(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function j9(e,t){if(e==null)return{};var r=P9(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function P9(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function _9(e,t){var r=e.x,n=e.y,a=j9(e,O9),i="".concat(r),o=parseInt(i,10),s="".concat(n),l=parseInt(s,10),u="".concat(t.height||a.height),c=parseInt(u,10),f="".concat(t.width||a.width),d=parseInt(f,10);return fi(fi(fi(fi(fi({},t),a),o?{x:o}:{}),l?{y:l}:{}),{},{height:c,width:d,name:t.name,radius:t.radius})}function Xg(e){return S.createElement(Ac,Ec({shapeType:"rectangle",propTransformer:_9,activeClassName:"recharts-active-bar"},e))}var E9=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return function(n,a){if(typeof t=="number")return t;var i=Q(n)||U2(n);return i?t(n,a):(i||(process.env.NODE_ENV!=="production"?ht(!1,"minPointSize callback function received a value with type of ".concat(Ln(n),". Currently only numbers or null/undefined are supported.")):ht()),r)}},C9=["value","background"],Zg;function Rn(e){"@babel/helpers - typeof";return Rn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Rn(e)}function $9(e,t){if(e==null)return{};var r=k9(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function k9(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function os(){return os=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},os.apply(this,arguments)}function Jg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Ke(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Jg(Object(r),!0).forEach(function(n){Tr(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Jg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function M9(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Qg(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,ty(n.key),n)}}function N9(e,t,r){return t&&Qg(e.prototype,t),r&&Qg(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function D9(e,t,r){return t=ss(t),I9(e,ey()?Reflect.construct(t,r||[],ss(e).constructor):t.apply(e,r))}function I9(e,t){if(t&&(Rn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return L9(e)}function L9(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ey(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(ey=function(){return!!e})()}function ss(e){return ss=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ss(e)}function R9(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Cc(e,t)}function Cc(e,t){return Cc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Cc(e,t)}function Tr(e,t,r){return t=ty(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ty(e){var t=B9(e,"string");return Rn(t)=="symbol"?t:t+""}function B9(e,t){if(Rn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Rn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Bn=function(e){function t(){var r;M9(this,t);for(var n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return r=D9(this,t,[].concat(a)),Tr(r,"state",{isAnimationFinished:!1}),Tr(r,"id",kr("recharts-bar-")),Tr(r,"handleAnimationEnd",function(){var o=r.props.onAnimationEnd;r.setState({isAnimationFinished:!0}),o&&o()}),Tr(r,"handleAnimationStart",function(){var o=r.props.onAnimationStart;r.setState({isAnimationFinished:!1}),o&&o()}),r}return R9(t,e),N9(t,[{key:"renderRectanglesStatically",value:function(n){var a=this,i=this.props,o=i.shape,s=i.dataKey,l=i.activeIndex,u=i.activeBar,c=de(this.props,!1);return n&&n.map(function(f,d){var h=d===l,v=h?u:o,g=Ke(Ke(Ke({},c),f),{},{isActive:h,option:v,index:d,dataKey:s,onAnimationStart:a.handleAnimationStart,onAnimationEnd:a.handleAnimationEnd});return S.createElement(xe,os({className:"recharts-bar-rectangle"},va(a.props,f,d),{key:"rectangle-".concat(f==null?void 0:f.x,"-").concat(f==null?void 0:f.y,"-").concat(f==null?void 0:f.value,"-").concat(d)}),S.createElement(Xg,g))})}},{key:"renderRectanglesWithAnimation",value:function(){var n=this,a=this.props,i=a.data,o=a.layout,s=a.isAnimationActive,l=a.animationBegin,u=a.animationDuration,c=a.animationEasing,f=a.animationId,d=this.state.prevData;return S.createElement(Dt,{begin:l,duration:u,isActive:s,easing:c,from:{t:0},to:{t:1},key:"bar-".concat(f),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(h){var v=h.t,g=i.map(function(m,b){var O=d&&d[b];if(O){var x=ze(O.x,m.x),j=ze(O.y,m.y),y=ze(O.width,m.width),w=ze(O.height,m.height);return Ke(Ke({},m),{},{x:x(v),y:j(v),width:y(v),height:w(v)})}if(o==="horizontal"){var T=ze(0,m.height),A=T(v);return Ke(Ke({},m),{},{y:m.y+m.height-A,height:A})}var _=ze(0,m.width),C=_(v);return Ke(Ke({},m),{},{width:C})});return S.createElement(xe,null,n.renderRectanglesStatically(g))})}},{key:"renderRectangles",value:function(){var n=this.props,a=n.data,i=n.isAnimationActive,o=this.state.prevData;return i&&a&&a.length&&(!o||!Ur(o,a))?this.renderRectanglesWithAnimation():this.renderRectanglesStatically(a)}},{key:"renderBackground",value:function(){var n=this,a=this.props,i=a.data,o=a.dataKey,s=a.activeIndex,l=de(this.props.background,!1);return i.map(function(u,c){u.value;var f=u.background,d=$9(u,C9);if(!f)return null;var h=Ke(Ke(Ke(Ke(Ke({},d),{},{fill:"#eee"},f),l),va(n.props,u,c)),{},{onAnimationStart:n.handleAnimationStart,onAnimationEnd:n.handleAnimationEnd,dataKey:o,index:c,className:"recharts-bar-background-rectangle"});return S.createElement(Xg,os({key:"background-bar-".concat(c),option:n.props.background,isActive:c===s},h))})}},{key:"renderErrorBar",value:function(n,a){if(this.props.isAnimationActive&&!this.state.isAnimationFinished)return null;var i=this.props,o=i.data,s=i.xAxis,l=i.yAxis,u=i.layout,c=i.children,f=dt(c,$n);if(!f)return null;var d=u==="vertical"?o[0].height/2:o[0].width/2,h=function(m,b){var O=Array.isArray(m.value)?m.value[1]:m.value;return{x:m.x,y:m.y,value:O,errorVal:Je(m,b)}},v={clipPath:n?"url(#clipPath-".concat(a,")"):null};return S.createElement(xe,v,f.map(function(g){return S.cloneElement(g,{key:"error-bar-".concat(a,"-").concat(g.props.dataKey),data:o,xAxis:s,yAxis:l,layout:u,offset:d,dataPointFormatter:h})}))}},{key:"render",value:function(){var n=this.props,a=n.hide,i=n.data,o=n.className,s=n.xAxis,l=n.yAxis,u=n.left,c=n.top,f=n.width,d=n.height,h=n.isAnimationActive,v=n.background,g=n.id;if(a||!i||!i.length)return null;var m=this.state.isAnimationFinished,b=ve("recharts-bar",o),O=s&&s.allowDataOverflow,x=l&&l.allowDataOverflow,j=O||x,y=fe(g)?this.id:g;return S.createElement(xe,{className:b},O||x?S.createElement("defs",null,S.createElement("clipPath",{id:"clipPath-".concat(y)},S.createElement("rect",{x:O?u:u-f/2,y:x?c:c-d/2,width:O?f:f*2,height:x?d:d*2}))):null,S.createElement(xe,{className:"recharts-bar-rectangles",clipPath:j?"url(#clipPath-".concat(y,")"):null},v?this.renderBackground():null,this.renderRectangles()),this.renderErrorBar(j,y),(!h||m)&&Gt.renderCallByParent(this.props,i))}}],[{key:"getDerivedStateFromProps",value:function(n,a){return n.animationId!==a.prevAnimationId?{prevAnimationId:n.animationId,curData:n.data,prevData:a.curData}:n.data!==a.curData?{curData:n.data}:null}}])}(S.PureComponent);Zg=Bn,Tr(Bn,"displayName","Bar"),Tr(Bn,"defaultProps",{xAxisId:0,yAxisId:0,legendType:"rect",minPointSize:0,hide:!1,data:[],layout:"vertical",activeBar:!1,isAnimationActive:!gr.isSsr,animationBegin:0,animationDuration:400,animationEasing:"ease"}),Tr(Bn,"getComposedData",function(e){var t=e.props,r=e.item,n=e.barPosition,a=e.bandSize,i=e.xAxis,o=e.yAxis,s=e.xAxisTicks,l=e.yAxisTicks,u=e.stackedData,c=e.dataStartIndex,f=e.displayedData,d=e.offset,h=f6(n,r);if(!h)return null;var v=t.layout,g=r.type.defaultProps,m=g!==void 0?Ke(Ke({},g),r.props):r.props,b=m.dataKey,O=m.children,x=m.minPointSize,j=v==="horizontal"?o:i,y=u?j.scale.domain():null,w=b6({numericAxis:j}),T=dt(O,eu),A=f.map(function(_,C){var P,E,I,k,D,M;u?P=d6(u[c+C],y):(P=Je(_,b),Array.isArray(P)||(P=[w,P]));var F=E9(x,Zg.defaultProps.minPointSize)(P[1],C);if(v==="horizontal"){var z,q=[o.scale(P[0]),o.scale(P[1])],$=q[0],R=q[1];E=Ov({axis:i,ticks:s,bandSize:a,offset:h.offset,entry:_,index:C}),I=(z=R??$)!==null&&z!==void 0?z:void 0,k=h.size;var U=$-R;if(D=Number.isNaN(U)?0:U,M={x:E,y:o.y,width:k,height:o.height},Math.abs(F)>0&&Math.abs(D)<Math.abs(F)){var W=$t(D||F)*(Math.abs(F)-Math.abs(D));I-=W,D+=W}}else{var K=[i.scale(P[0]),i.scale(P[1])],B=K[0],G=K[1];if(E=B,I=Ov({axis:o,ticks:l,bandSize:a,offset:h.offset,entry:_,index:C}),k=G-B,D=h.size,M={x:i.x,y:I,width:i.width,height:D},Math.abs(F)>0&&Math.abs(k)<Math.abs(F)){var X=$t(k||F)*(Math.abs(F)-Math.abs(k));k+=X}}return Ke(Ke(Ke({},_),{},{x:E,y:I,width:k,height:D,value:u?P:P[1],payload:_,background:M},T&&T[C]&&T[C].props),{},{tooltipPayload:[Pv(r,_)],tooltipPosition:{x:E+k/2,y:I+D/2}})});return Ke({data:A,layout:v},d)});function di(e){"@babel/helpers - typeof";return di=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},di(e)}function F9(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ry(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,ay(n.key),n)}}function U9(e,t,r){return t&&ry(e.prototype,t),r&&ry(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function ny(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function It(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ny(Object(r),!0).forEach(function(n){ls(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ny(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function ls(e,t,r){return t=ay(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ay(e){var t=W9(e,"string");return di(t)=="symbol"?t:t+""}function W9(e,t){if(di(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(di(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var z9=function(t,r,n,a,i){var o=t.width,s=t.height,l=t.layout,u=t.children,c=Object.keys(r),f={left:n.left,leftMirror:n.left,right:o-n.right,rightMirror:o-n.right,top:n.top,topMirror:n.top,bottom:s-n.bottom,bottomMirror:s-n.bottom},d=!!vt(u,Bn);return c.reduce(function(h,v){var g=r[v],m=g.orientation,b=g.domain,O=g.padding,x=O===void 0?{}:O,j=g.mirror,y=g.reversed,w="".concat(m).concat(j?"Mirror":""),T,A,_,C,P;if(g.type==="number"&&(g.padding==="gap"||g.padding==="no-gap")){var E=b[1]-b[0],I=1/0,k=g.categoricalDomain.sort(G2);if(k.forEach(function(K,B){B>0&&(I=Math.min((K||0)-(k[B-1]||0),I))}),Number.isFinite(I)){var D=I/E,M=g.layout==="vertical"?n.height:n.width;if(g.padding==="gap"&&(T=D*M/2),g.padding==="no-gap"){var F=Mr(t.barCategoryGap,D*M),z=D*M/2;T=z-F-(z-F)/M*F}}}a==="xAxis"?A=[n.left+(x.left||0)+(T||0),n.left+n.width-(x.right||0)-(T||0)]:a==="yAxis"?A=l==="horizontal"?[n.top+n.height-(x.bottom||0),n.top+(x.top||0)]:[n.top+(x.top||0)+(T||0),n.top+n.height-(x.bottom||0)-(T||0)]:A=g.range,y&&(A=[A[1],A[0]]);var q=u6(g,i,d),$=q.scale,R=q.realScaleType;$.domain(b).range(A),c6($);var U=y6($,It(It({},g),{},{realScaleType:R}));a==="xAxis"?(P=m==="top"&&!j||m==="bottom"&&j,_=n.left,C=f[w]-P*g.height):a==="yAxis"&&(P=m==="left"&&!j||m==="right"&&j,_=f[w]-P*g.width,C=n.top);var W=It(It(It({},g),U),{},{realScaleType:R,x:_,y:C,scale:$,width:a==="xAxis"?n.width:g.width,height:a==="yAxis"?n.height:g.height});return W.bandSize=Fo(W,U),!g.hide&&a==="xAxis"?f[w]+=(P?-1:1)*W.height:g.hide||(f[w]+=(P?-1:1)*W.width),It(It({},h),{},ls({},v,W))},{})},iy=function(t,r){var n=t.x,a=t.y,i=r.x,o=r.y;return{x:Math.min(n,i),y:Math.min(a,o),width:Math.abs(i-n),height:Math.abs(o-a)}},V9=function(t){var r=t.x1,n=t.y1,a=t.x2,i=t.y2;return iy({x:r,y:n},{x:a,y:i})},oy=function(){function e(t){F9(this,e),this.scale=t}return U9(e,[{key:"domain",get:function(){return this.scale.domain}},{key:"range",get:function(){return this.scale.range}},{key:"rangeMin",get:function(){return this.range()[0]}},{key:"rangeMax",get:function(){return this.range()[1]}},{key:"bandwidth",get:function(){return this.scale.bandwidth}},{key:"apply",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.bandAware,i=n.position;if(r!==void 0){if(i)switch(i){case"start":return this.scale(r);case"middle":{var o=this.bandwidth?this.bandwidth()/2:0;return this.scale(r)+o}case"end":{var s=this.bandwidth?this.bandwidth():0;return this.scale(r)+s}default:return this.scale(r)}if(a){var l=this.bandwidth?this.bandwidth()/2:0;return this.scale(r)+l}return this.scale(r)}}},{key:"isInRange",value:function(r){var n=this.range(),a=n[0],i=n[n.length-1];return a<=i?r>=a&&r<=i:r>=i&&r<=a}}],[{key:"create",value:function(r){return new e(r)}}])}();ls(oy,"EPS",1e-4);var $c=function(t){var r=Object.keys(t).reduce(function(n,a){return It(It({},n),{},ls({},a,oy.create(t[a])))},{});return It(It({},r),{},{apply:function(a){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=i.bandAware,s=i.position;return u9(a,function(l,u){return r[u].apply(l,{bandAware:o,position:s})})},isInRange:function(a){return Kg(a,function(i,o){return r[o].isInRange(i)})}})};function G9(e){return(e%180+180)%180}var H9=function(t){var r=t.width,n=t.height,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,i=G9(a),o=i*Math.PI/180,s=Math.atan(n/r),l=o>s&&o<Math.PI-s?n/Math.sin(o):r/Math.cos(o);return Math.abs(l)},q9=vr,K9=ba,Y9=to;function X9(e){return function(t,r,n){var a=Object(t);if(!K9(t)){var i=q9(r);t=Y9(t),r=function(s){return i(a[s],s,a)}}var o=e(t,r,n);return o>-1?a[i?t[o]:o]:void 0}}var Z9=X9,J9=Rg;function Q9(e){var t=J9(e),r=t%1;return t===t?r?t-r:t:0}var eL=Q9,tL=Cp,rL=vr,nL=eL,aL=Math.max;function iL(e,t,r){var n=e==null?0:e.length;if(!n)return-1;var a=r==null?0:nL(r);return a<0&&(a=aL(n+a,0)),tL(e,rL(t),a)}var oL=iL,sL=Z9,lL=oL,uL=sL(lL),cL=uL;const fL=ke(cL);var dL=qw(function(e){return{x:e.left,y:e.top,width:e.width,height:e.height}},function(e){return["l",e.left,"t",e.top,"w",e.width,"h",e.height].join("")});function us(e){"@babel/helpers - typeof";return us=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},us(e)}var kc=S.createContext(void 0),Mc=S.createContext(void 0),sy=S.createContext(void 0),ly=S.createContext({}),uy=S.createContext(void 0),cy=S.createContext(0),fy=S.createContext(0),dy=function(t){var r=t.state,n=r.xAxisMap,a=r.yAxisMap,i=r.offset,o=t.clipPathId,s=t.children,l=t.width,u=t.height,c=dL(i);return S.createElement(kc.Provider,{value:n},S.createElement(Mc.Provider,{value:a},S.createElement(ly.Provider,{value:i},S.createElement(sy.Provider,{value:c},S.createElement(uy.Provider,{value:o},S.createElement(cy.Provider,{value:u},S.createElement(fy.Provider,{value:l},s)))))))},pL=function(){return S.useContext(uy)};function py(e){var t=Object.keys(e);return t.length===0?"There are no available ids.":"Available ids are: ".concat(t,".")}var hy=function(t){var r=S.useContext(kc);r==null&&(process.env.NODE_ENV!=="production"?ht(!1,"Could not find Recharts context; are you sure this is rendered inside a Recharts wrapper component?"):ht());var n=r[t];return n==null&&(process.env.NODE_ENV!=="production"?ht(!1,'Could not find xAxis by id "'.concat(t,'" [').concat(us(t),"]. ").concat(py(r))):ht()),n},hL=function(){var t=S.useContext(kc);return mr(t)},mL=function(){var t=S.useContext(Mc),r=fL(t,function(n){return Kg(n.domain,Number.isFinite)});return r||mr(t)},my=function(t){var r=S.useContext(Mc);r==null&&(process.env.NODE_ENV!=="production"?ht(!1,"Could not find Recharts context; are you sure this is rendered inside a Recharts wrapper component?"):ht());var n=r[t];return n==null&&(process.env.NODE_ENV!=="production"?ht(!1,'Could not find yAxis by id "'.concat(t,'" [').concat(us(t),"]. ").concat(py(r))):ht()),n},vL=function(){var t=S.useContext(sy);return t},gL=function(){return S.useContext(ly)},Nc=function(){return S.useContext(fy)},Dc=function(){return S.useContext(cy)};function Fn(e){"@babel/helpers - typeof";return Fn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Fn(e)}function yL(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function bL(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,by(n.key),n)}}function xL(e,t,r){return t&&bL(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function wL(e,t,r){return t=cs(t),OL(e,vy()?Reflect.construct(t,r||[],cs(e).constructor):t.apply(e,r))}function OL(e,t){if(t&&(Fn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return SL(e)}function SL(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function vy(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(vy=function(){return!!e})()}function cs(e){return cs=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},cs(e)}function TL(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Ic(e,t)}function Ic(e,t){return Ic=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Ic(e,t)}function gy(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function yy(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?gy(Object(r),!0).forEach(function(n){Lc(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):gy(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Lc(e,t,r){return t=by(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function by(e){var t=AL(e,"string");return Fn(t)=="symbol"?t:t+""}function AL(e,t){if(Fn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Fn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function jL(e,t){return CL(e)||EL(e,t)||_L(e,t)||PL()}function PL(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
276
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _L(e,t){if(e){if(typeof e=="string")return xy(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return xy(e,t)}}function xy(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function EL(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,o,s=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,t!==0)for(;!(l=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(c){u=!0,a=c}finally{try{if(!l&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw a}}return s}}function CL(e){if(Array.isArray(e))return e}function Rc(){return Rc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Rc.apply(this,arguments)}var $L=function(t,r){var n;return S.isValidElement(t)?n=S.cloneElement(t,r):pe(t)?n=t(r):n=S.createElement("line",Rc({},r,{className:"recharts-reference-line-line"})),n},kL=function(t,r,n,a,i,o,s,l,u){var c=i.x,f=i.y,d=i.width,h=i.height;if(n){var v=u.y,g=t.y.apply(v,{position:o});if(Ht(u,"discard")&&!t.y.isInRange(g))return null;var m=[{x:c+d,y:g},{x:c,y:g}];return l==="left"?m.reverse():m}if(r){var b=u.x,O=t.x.apply(b,{position:o});if(Ht(u,"discard")&&!t.x.isInRange(O))return null;var x=[{x:O,y:f+h},{x:O,y:f}];return s==="top"?x.reverse():x}if(a){var j=u.segment,y=j.map(function(w){return t.apply(w,{position:o})});return Ht(u,"discard")&&t9(y,function(w){return!t.isInRange(w)})?null:y}return null};function ML(e){var t=e.x,r=e.y,n=e.segment,a=e.xAxisId,i=e.yAxisId,o=e.shape,s=e.className,l=e.alwaysShow,u=pL(),c=hy(a),f=my(i),d=vL();if(!u||!d)return null;er(l===void 0,'The alwaysShow prop is deprecated. Please use ifOverflow="extendDomain" instead.');var h=$c({x:c.scale,y:f.scale}),v=Xe(t),g=Xe(r),m=n&&n.length===2,b=kL(h,v,g,m,d,e.position,c.orientation,f.orientation,e);if(!b)return null;var O=jL(b,2),x=O[0],j=x.x,y=x.y,w=O[1],T=w.x,A=w.y,_=Ht(e,"hidden")?"url(#".concat(u,")"):void 0,C=yy(yy({clipPath:_},de(e,!0)),{},{x1:j,y1:y,x2:T,y2:A});return S.createElement(xe,{className:ve("recharts-reference-line",s)},$L(o,C),it.renderCallByParent(e,V9({x1:j,y1:y,x2:T,y2:A})))}var Bc=function(e){function t(){return yL(this,t),wL(this,t,arguments)}return TL(t,e),xL(t,[{key:"render",value:function(){return S.createElement(ML,this.props)}}])}(S.Component);Lc(Bc,"displayName","ReferenceLine"),Lc(Bc,"defaultProps",{isFront:!1,ifOverflow:"discard",xAxisId:0,yAxisId:0,fill:"none",stroke:"#ccc",fillOpacity:1,strokeWidth:1,position:"middle"});function Fc(){return Fc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Fc.apply(this,arguments)}function Un(e){"@babel/helpers - typeof";return Un=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Un(e)}function wy(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Oy(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?wy(Object(r),!0).forEach(function(n){ds(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):wy(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function NL(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function DL(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Ty(n.key),n)}}function IL(e,t,r){return t&&DL(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function LL(e,t,r){return t=fs(t),RL(e,Sy()?Reflect.construct(t,r||[],fs(e).constructor):t.apply(e,r))}function RL(e,t){if(t&&(Un(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return BL(e)}function BL(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Sy(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Sy=function(){return!!e})()}function fs(e){return fs=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},fs(e)}function FL(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Uc(e,t)}function Uc(e,t){return Uc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Uc(e,t)}function ds(e,t,r){return t=Ty(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Ty(e){var t=UL(e,"string");return Un(t)=="symbol"?t:t+""}function UL(e,t){if(Un(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Un(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var WL=function(t){var r=t.x,n=t.y,a=t.xAxis,i=t.yAxis,o=$c({x:a.scale,y:i.scale}),s=o.apply({x:r,y:n},{bandAware:!0});return Ht(t,"discard")&&!o.isInRange(s)?null:s},ps=function(e){function t(){return NL(this,t),LL(this,t,arguments)}return FL(t,e),IL(t,[{key:"render",value:function(){var n=this.props,a=n.x,i=n.y,o=n.r,s=n.alwaysShow,l=n.clipPathId,u=Xe(a),c=Xe(i);if(er(s===void 0,'The alwaysShow prop is deprecated. Please use ifOverflow="extendDomain" instead.'),!u||!c)return null;var f=WL(this.props);if(!f)return null;var d=f.x,h=f.y,v=this.props,g=v.shape,m=v.className,b=Ht(this.props,"hidden")?"url(#".concat(l,")"):void 0,O=Oy(Oy({clipPath:b},de(this.props,!0)),{},{cx:d,cy:h});return S.createElement(xe,{className:ve("recharts-reference-dot",m)},t.renderDot(g,O),it.renderCallByParent(this.props,{x:d-o,y:h-o,width:2*o,height:2*o}))}}])}(S.Component);ds(ps,"displayName","ReferenceDot"),ds(ps,"defaultProps",{isFront:!1,ifOverflow:"discard",xAxisId:0,yAxisId:0,r:10,fill:"#fff",stroke:"#ccc",fillOpacity:1,strokeWidth:1}),ds(ps,"renderDot",function(e,t){var r;return S.isValidElement(e)?r=S.cloneElement(e,t):pe(e)?r=e(t):r=S.createElement(Jo,Fc({},t,{cx:t.cx,cy:t.cy,className:"recharts-reference-dot-dot"})),r});function Wc(){return Wc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wc.apply(this,arguments)}function Wn(e){"@babel/helpers - typeof";return Wn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Wn(e)}function Ay(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function jy(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Ay(Object(r),!0).forEach(function(n){ms(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ay(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function zL(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function VL(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,_y(n.key),n)}}function GL(e,t,r){return t&&VL(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function HL(e,t,r){return t=hs(t),qL(e,Py()?Reflect.construct(t,r||[],hs(e).constructor):t.apply(e,r))}function qL(e,t){if(t&&(Wn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return KL(e)}function KL(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Py(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Py=function(){return!!e})()}function hs(e){return hs=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},hs(e)}function YL(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&zc(e,t)}function zc(e,t){return zc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},zc(e,t)}function ms(e,t,r){return t=_y(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _y(e){var t=XL(e,"string");return Wn(t)=="symbol"?t:t+""}function XL(e,t){if(Wn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Wn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var ZL=function(t,r,n,a,i){var o=i.x1,s=i.x2,l=i.y1,u=i.y2,c=i.xAxis,f=i.yAxis;if(!c||!f)return null;var d=$c({x:c.scale,y:f.scale}),h={x:t?d.x.apply(o,{position:"start"}):d.x.rangeMin,y:n?d.y.apply(l,{position:"start"}):d.y.rangeMin},v={x:r?d.x.apply(s,{position:"end"}):d.x.rangeMax,y:a?d.y.apply(u,{position:"end"}):d.y.rangeMax};return Ht(i,"discard")&&(!d.isInRange(h)||!d.isInRange(v))?null:iy(h,v)},vs=function(e){function t(){return zL(this,t),HL(this,t,arguments)}return YL(t,e),GL(t,[{key:"render",value:function(){var n=this.props,a=n.x1,i=n.x2,o=n.y1,s=n.y2,l=n.className,u=n.alwaysShow,c=n.clipPathId;er(u===void 0,'The alwaysShow prop is deprecated. Please use ifOverflow="extendDomain" instead.');var f=Xe(a),d=Xe(i),h=Xe(o),v=Xe(s),g=this.props.shape;if(!f&&!d&&!h&&!v&&!g)return null;var m=ZL(f,d,h,v,this.props);if(!m&&!g)return null;var b=Ht(this.props,"hidden")?"url(#".concat(c,")"):void 0;return S.createElement(xe,{className:ve("recharts-reference-area",l)},t.renderRect(g,jy(jy({clipPath:b},de(this.props,!0)),m)),it.renderCallByParent(this.props,m))}}])}(S.Component);ms(vs,"displayName","ReferenceArea"),ms(vs,"defaultProps",{isFront:!1,ifOverflow:"discard",xAxisId:0,yAxisId:0,r:10,fill:"#ccc",fillOpacity:.5,stroke:"none",strokeWidth:1}),ms(vs,"renderRect",function(e,t){var r;return S.isValidElement(e)?r=S.cloneElement(e,t):pe(e)?r=e(t):r=S.createElement(Oc,Wc({},t,{className:"recharts-reference-area-rect"})),r});function Ey(e,t,r){if(t<1)return[];if(t===1&&r===void 0)return e;for(var n=[],a=0;a<e.length;a+=t)n.push(e[a]);return n}function JL(e,t,r){var n={width:e.width+t.width,height:e.height+t.height};return H9(n,r)}function QL(e,t,r){var n=r==="width",a=e.x,i=e.y,o=e.width,s=e.height;return t===1?{start:n?a:i,end:n?a+o:i+s}:{start:n?a+o:i+s,end:n?a:i}}function gs(e,t,r,n,a){if(e*t<e*n||e*t>e*a)return!1;var i=r();return e*(t-e*i/2-n)>=0&&e*(t+e*i/2-a)<=0}function e7(e,t){return Ey(e,t+1)}function t7(e,t,r,n,a){for(var i=(n||[]).slice(),o=t.start,s=t.end,l=0,u=1,c=o,f=function(){var v=n==null?void 0:n[l];if(v===void 0)return{v:Ey(n,u)};var g=l,m,b=function(){return m===void 0&&(m=r(v,g)),m},O=v.coordinate,x=l===0||gs(e,O,b,c,s);x||(l=0,c=o,u+=1),x&&(c=O+e*(b()/2+a),l+=u)},d;u<=i.length;)if(d=f(),d)return d.v;return[]}function pi(e){"@babel/helpers - typeof";return pi=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},pi(e)}function Cy(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function ot(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Cy(Object(r),!0).forEach(function(n){r7(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Cy(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function r7(e,t,r){return t=n7(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function n7(e){var t=a7(e,"string");return pi(t)=="symbol"?t:t+""}function a7(e,t){if(pi(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(pi(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function i7(e,t,r,n,a){for(var i=(n||[]).slice(),o=i.length,s=t.start,l=t.end,u=function(d){var h=i[d],v,g=function(){return v===void 0&&(v=r(h,d)),v};if(d===o-1){var m=e*(h.coordinate+e*g()/2-l);i[d]=h=ot(ot({},h),{},{tickCoord:m>0?h.coordinate-m*e:h.coordinate})}else i[d]=h=ot(ot({},h),{},{tickCoord:h.coordinate});var b=gs(e,h.tickCoord,g,s,l);b&&(l=h.tickCoord-e*(g()/2+a),i[d]=ot(ot({},h),{},{isShow:!0}))},c=o-1;c>=0;c--)u(c);return i}function o7(e,t,r,n,a,i){var o=(n||[]).slice(),s=o.length,l=t.start,u=t.end;if(i){var c=n[s-1],f=r(c,s-1),d=e*(c.coordinate+e*f/2-u);o[s-1]=c=ot(ot({},c),{},{tickCoord:d>0?c.coordinate-d*e:c.coordinate});var h=gs(e,c.tickCoord,function(){return f},l,u);h&&(u=c.tickCoord-e*(f/2+a),o[s-1]=ot(ot({},c),{},{isShow:!0}))}for(var v=i?s-1:s,g=function(O){var x=o[O],j,y=function(){return j===void 0&&(j=r(x,O)),j};if(O===0){var w=e*(x.coordinate-e*y()/2-l);o[O]=x=ot(ot({},x),{},{tickCoord:w<0?x.coordinate-w*e:x.coordinate})}else o[O]=x=ot(ot({},x),{},{tickCoord:x.coordinate});var T=gs(e,x.tickCoord,y,l,u);T&&(l=x.tickCoord+e*(y()/2+a),o[O]=ot(ot({},x),{},{isShow:!0}))},m=0;m<v;m++)g(m);return o}function Vc(e,t,r){var n=e.tick,a=e.ticks,i=e.viewBox,o=e.minTickGap,s=e.orientation,l=e.interval,u=e.tickFormatter,c=e.unit,f=e.angle;if(!a||!a.length||!n)return[];if(Q(l)||gr.isSsr)return e7(a,typeof l=="number"&&Q(l)?l:0);var d=[],h=s==="top"||s==="bottom"?"width":"height",v=c&&h==="width"?Aa(c,{fontSize:t,letterSpacing:r}):{width:0,height:0},g=function(x,j){var y=pe(u)?u(x.value,j):x.value;return h==="width"?JL(Aa(y,{fontSize:t,letterSpacing:r}),v,f):Aa(y,{fontSize:t,letterSpacing:r})[h]},m=a.length>=2?$t(a[1].coordinate-a[0].coordinate):1,b=QL(i,m,h);return l==="equidistantPreserveStart"?t7(m,b,g,a,o):(l==="preserveStart"||l==="preserveStartEnd"?d=o7(m,b,g,a,o,l==="preserveStartEnd"):d=i7(m,b,g,a,o),d.filter(function(O){return O.isShow}))}var s7=["viewBox"],l7=["viewBox"],u7=["ticks"];function zn(e){"@babel/helpers - typeof";return zn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},zn(e)}function Vn(){return Vn=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Vn.apply(this,arguments)}function $y(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function et(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?$y(Object(r),!0).forEach(function(n){qc(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):$y(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Gc(e,t){if(e==null)return{};var r=c7(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function c7(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function f7(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ky(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Ny(n.key),n)}}function d7(e,t,r){return t&&ky(e.prototype,t),r&&ky(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function p7(e,t,r){return t=ys(t),h7(e,My()?Reflect.construct(t,r||[],ys(e).constructor):t.apply(e,r))}function h7(e,t){if(t&&(zn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return m7(e)}function m7(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function My(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(My=function(){return!!e})()}function ys(e){return ys=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ys(e)}function v7(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Hc(e,t)}function Hc(e,t){return Hc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Hc(e,t)}function qc(e,t,r){return t=Ny(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Ny(e){var t=g7(e,"string");return zn(t)=="symbol"?t:t+""}function g7(e,t){if(zn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(zn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var Gn=function(e){function t(r){var n;return f7(this,t),n=p7(this,t,[r]),n.state={fontSize:"",letterSpacing:""},n}return v7(t,e),d7(t,[{key:"shouldComponentUpdate",value:function(n,a){var i=n.viewBox,o=Gc(n,s7),s=this.props,l=s.viewBox,u=Gc(s,l7);return!cn(i,l)||!cn(o,u)||!cn(a,this.state)}},{key:"componentDidMount",value:function(){var n=this.layerReference;if(n){var a=n.getElementsByClassName("recharts-cartesian-axis-tick-value")[0];a&&this.setState({fontSize:window.getComputedStyle(a).fontSize,letterSpacing:window.getComputedStyle(a).letterSpacing})}}},{key:"getTickLineCoord",value:function(n){var a=this.props,i=a.x,o=a.y,s=a.width,l=a.height,u=a.orientation,c=a.tickSize,f=a.mirror,d=a.tickMargin,h,v,g,m,b,O,x=f?-1:1,j=n.tickSize||c,y=Q(n.tickCoord)?n.tickCoord:n.coordinate;switch(u){case"top":h=v=n.coordinate,m=o+ +!f*l,g=m-x*j,O=g-x*d,b=y;break;case"left":g=m=n.coordinate,v=i+ +!f*s,h=v-x*j,b=h-x*d,O=y;break;case"right":g=m=n.coordinate,v=i+ +f*s,h=v+x*j,b=h+x*d,O=y;break;default:h=v=n.coordinate,m=o+ +f*l,g=m+x*j,O=g+x*d,b=y;break}return{line:{x1:h,y1:g,x2:v,y2:m},tick:{x:b,y:O}}}},{key:"getTickTextAnchor",value:function(){var n=this.props,a=n.orientation,i=n.mirror,o;switch(a){case"left":o=i?"start":"end";break;case"right":o=i?"end":"start";break;default:o="middle";break}return o}},{key:"getTickVerticalAnchor",value:function(){var n=this.props,a=n.orientation,i=n.mirror,o="end";switch(a){case"left":case"right":o="middle";break;case"top":o=i?"start":"end";break;default:o=i?"end":"start";break}return o}},{key:"renderAxisLine",value:function(){var n=this.props,a=n.x,i=n.y,o=n.width,s=n.height,l=n.orientation,u=n.mirror,c=n.axisLine,f=et(et(et({},de(this.props,!1)),de(c,!1)),{},{fill:"none"});if(l==="top"||l==="bottom"){var d=+(l==="top"&&!u||l==="bottom"&&u);f=et(et({},f),{},{x1:a,y1:i+d*s,x2:a+o,y2:i+d*s})}else{var h=+(l==="left"&&!u||l==="right"&&u);f=et(et({},f),{},{x1:a+h*o,y1:i,x2:a+h*o,y2:i+s})}return S.createElement("line",Vn({},f,{className:ve("recharts-cartesian-axis-line",wt(c,"className"))}))}},{key:"renderTicks",value:function(n,a,i){var o=this,s=this.props,l=s.tickLine,u=s.stroke,c=s.tick,f=s.tickFormatter,d=s.unit,h=Vc(et(et({},this.props),{},{ticks:n}),a,i),v=this.getTickTextAnchor(),g=this.getTickVerticalAnchor(),m=de(this.props,!1),b=de(c,!1),O=et(et({},m),{},{fill:"none"},de(l,!1)),x=h.map(function(j,y){var w=o.getTickLineCoord(j),T=w.line,A=w.tick,_=et(et(et(et({textAnchor:v,verticalAnchor:g},m),{},{stroke:"none",fill:u},b),A),{},{index:y,payload:j,visibleTicksCount:h.length,tickFormatter:f});return S.createElement(xe,Vn({className:"recharts-cartesian-axis-tick",key:"tick-".concat(j.value,"-").concat(j.coordinate,"-").concat(j.tickCoord)},va(o.props,j,y)),l&&S.createElement("line",Vn({},O,T,{className:ve("recharts-cartesian-axis-tick-line",wt(l,"className"))})),c&&t.renderTickItem(c,_,"".concat(pe(f)?f(j.value,y):j.value).concat(d||"")))});return S.createElement("g",{className:"recharts-cartesian-axis-ticks"},x)}},{key:"render",value:function(){var n=this,a=this.props,i=a.axisLine,o=a.width,s=a.height,l=a.ticksGenerator,u=a.className,c=a.hide;if(c)return null;var f=this.props,d=f.ticks,h=Gc(f,u7),v=d;return pe(l)&&(v=d&&d.length>0?l(this.props):l(h)),o<=0||s<=0||!v||!v.length?null:S.createElement(xe,{className:ve("recharts-cartesian-axis",u),ref:function(m){n.layerReference=m}},i&&this.renderAxisLine(),this.renderTicks(v,this.state.fontSize,this.state.letterSpacing),it.renderCallByParent(this.props))}}],[{key:"renderTickItem",value:function(n,a,i){var o,s=ve(a.className,"recharts-cartesian-axis-tick-value");return S.isValidElement(n)?o=S.cloneElement(n,et(et({},a),{},{className:s})):pe(n)?o=n(et(et({},a),{},{className:s})):o=S.createElement(po,Vn({},a,{className:"recharts-cartesian-axis-tick-value"}),i),o}}])}(S.Component);qc(Gn,"displayName","CartesianAxis"),qc(Gn,"defaultProps",{x:0,y:0,width:0,height:0,viewBox:{x:0,y:0,width:0,height:0},orientation:"bottom",ticks:[],stroke:"#666",tickLine:!0,axisLine:!0,tick:!0,mirror:!1,minTickGap:5,tickSize:6,tickMargin:2,interval:"preserveEnd"});var y7=["x1","y1","x2","y2","key"],b7=["offset"];function Kr(e){"@babel/helpers - typeof";return Kr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Kr(e)}function Dy(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function st(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Dy(Object(r),!0).forEach(function(n){x7(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Dy(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function x7(e,t,r){return t=w7(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function w7(e){var t=O7(e,"string");return Kr(t)=="symbol"?t:t+""}function O7(e,t){if(Kr(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Kr(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Yr(){return Yr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yr.apply(this,arguments)}function Iy(e,t){if(e==null)return{};var r=S7(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function S7(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var T7=function(t){var r=t.fill;if(!r||r==="none")return null;var n=t.fillOpacity,a=t.x,i=t.y,o=t.width,s=t.height,l=t.ry;return S.createElement("rect",{x:a,y:i,ry:l,width:o,height:s,stroke:"none",fill:r,fillOpacity:n,className:"recharts-cartesian-grid-bg"})};function Ly(e,t){var r;if(S.isValidElement(e))r=S.cloneElement(e,t);else if(pe(e))r=e(t);else{var n=t.x1,a=t.y1,i=t.x2,o=t.y2,s=t.key,l=Iy(t,y7),u=de(l,!1);u.offset;var c=Iy(u,b7);r=S.createElement("line",Yr({},c,{x1:n,y1:a,x2:i,y2:o,fill:"none",key:s}))}return r}function A7(e){var t=e.x,r=e.width,n=e.horizontal,a=n===void 0?!0:n,i=e.horizontalPoints;if(!a||!i||!i.length)return null;var o=i.map(function(s,l){var u=st(st({},e),{},{x1:t,y1:s,x2:t+r,y2:s,key:"line-".concat(l),index:l});return Ly(a,u)});return S.createElement("g",{className:"recharts-cartesian-grid-horizontal"},o)}function j7(e){var t=e.y,r=e.height,n=e.vertical,a=n===void 0?!0:n,i=e.verticalPoints;if(!a||!i||!i.length)return null;var o=i.map(function(s,l){var u=st(st({},e),{},{x1:s,y1:t,x2:s,y2:t+r,key:"line-".concat(l),index:l});return Ly(a,u)});return S.createElement("g",{className:"recharts-cartesian-grid-vertical"},o)}function P7(e){var t=e.horizontalFill,r=e.fillOpacity,n=e.x,a=e.y,i=e.width,o=e.height,s=e.horizontalPoints,l=e.horizontal,u=l===void 0?!0:l;if(!u||!t||!t.length)return null;var c=s.map(function(d){return Math.round(d+a-a)}).sort(function(d,h){return d-h});a!==c[0]&&c.unshift(0);var f=c.map(function(d,h){var v=!c[h+1],g=v?a+o-d:c[h+1]-d;if(g<=0)return null;var m=h%t.length;return S.createElement("rect",{key:"react-".concat(h),y:d,x:n,height:g,width:i,stroke:"none",fill:t[m],fillOpacity:r,className:"recharts-cartesian-grid-bg"})});return S.createElement("g",{className:"recharts-cartesian-gridstripes-horizontal"},f)}function _7(e){var t=e.vertical,r=t===void 0?!0:t,n=e.verticalFill,a=e.fillOpacity,i=e.x,o=e.y,s=e.width,l=e.height,u=e.verticalPoints;if(!r||!n||!n.length)return null;var c=u.map(function(d){return Math.round(d+i-i)}).sort(function(d,h){return d-h});i!==c[0]&&c.unshift(0);var f=c.map(function(d,h){var v=!c[h+1],g=v?i+s-d:c[h+1]-d;if(g<=0)return null;var m=h%n.length;return S.createElement("rect",{key:"react-".concat(h),x:d,y:o,width:g,height:l,stroke:"none",fill:n[m],fillOpacity:a,className:"recharts-cartesian-grid-bg"})});return S.createElement("g",{className:"recharts-cartesian-gridstripes-vertical"},f)}var E7=function(t,r){var n=t.xAxis,a=t.width,i=t.height,o=t.offset;return xv(Vc(st(st(st({},Gn.defaultProps),n),{},{ticks:ur(n,!0),viewBox:{x:0,y:0,width:a,height:i}})),o.left,o.left+o.width,r)},C7=function(t,r){var n=t.yAxis,a=t.width,i=t.height,o=t.offset;return xv(Vc(st(st(st({},Gn.defaultProps),n),{},{ticks:ur(n,!0),viewBox:{x:0,y:0,width:a,height:i}})),o.top,o.top+o.height,r)},Hn={horizontal:!0,vertical:!0,stroke:"#ccc",fill:"none",verticalFill:[],horizontalFill:[]};function Ry(e){var t,r,n,a,i,o,s=Nc(),l=Dc(),u=gL(),c=st(st({},e),{},{stroke:(t=e.stroke)!==null&&t!==void 0?t:Hn.stroke,fill:(r=e.fill)!==null&&r!==void 0?r:Hn.fill,horizontal:(n=e.horizontal)!==null&&n!==void 0?n:Hn.horizontal,horizontalFill:(a=e.horizontalFill)!==null&&a!==void 0?a:Hn.horizontalFill,vertical:(i=e.vertical)!==null&&i!==void 0?i:Hn.vertical,verticalFill:(o=e.verticalFill)!==null&&o!==void 0?o:Hn.verticalFill,x:Q(e.x)?e.x:u.left,y:Q(e.y)?e.y:u.top,width:Q(e.width)?e.width:u.width,height:Q(e.height)?e.height:u.height}),f=c.x,d=c.y,h=c.width,v=c.height,g=c.syncWithTicks,m=c.horizontalValues,b=c.verticalValues,O=hL(),x=mL();if(!Q(h)||h<=0||!Q(v)||v<=0||!Q(f)||f!==+f||!Q(d)||d!==+d)return null;var j=c.verticalCoordinatesGenerator||E7,y=c.horizontalCoordinatesGenerator||C7,w=c.horizontalPoints,T=c.verticalPoints;if((!w||!w.length)&&pe(y)){var A=m&&m.length,_=y({yAxis:x?st(st({},x),{},{ticks:A?m:x.ticks}):void 0,width:s,height:l,offset:u},A?!0:g);er(Array.isArray(_),"horizontalCoordinatesGenerator should return Array but instead it returned [".concat(Kr(_),"]")),Array.isArray(_)&&(w=_)}if((!T||!T.length)&&pe(j)){var C=b&&b.length,P=j({xAxis:O?st(st({},O),{},{ticks:C?b:O.ticks}):void 0,width:s,height:l,offset:u},C?!0:g);er(Array.isArray(P),"verticalCoordinatesGenerator should return Array but instead it returned [".concat(Kr(P),"]")),Array.isArray(P)&&(T=P)}return S.createElement("g",{className:"recharts-cartesian-grid"},S.createElement(T7,{fill:c.fill,fillOpacity:c.fillOpacity,x:c.x,y:c.y,width:c.width,height:c.height,ry:c.ry}),S.createElement(A7,Yr({},c,{offset:u,horizontalPoints:w,xAxis:O,yAxis:x})),S.createElement(j7,Yr({},c,{offset:u,verticalPoints:T,xAxis:O,yAxis:x})),S.createElement(P7,Yr({},c,{horizontalPoints:w})),S.createElement(_7,Yr({},c,{verticalPoints:T})))}Ry.displayName="CartesianGrid";var $7=["type","layout","connectNulls","ref"],k7=["key"];function qn(e){"@babel/helpers - typeof";return qn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},qn(e)}function By(e,t){if(e==null)return{};var r=M7(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function M7(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function hi(){return hi=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hi.apply(this,arguments)}function Fy(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function bt(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Fy(Object(r),!0).forEach(function(n){Lt(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Fy(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Kn(e){return L7(e)||I7(e)||D7(e)||N7()}function N7(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
277
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function D7(e,t){if(e){if(typeof e=="string")return Kc(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Kc(e,t)}}function I7(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function L7(e){if(Array.isArray(e))return Kc(e)}function Kc(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function R7(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Uy(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,zy(n.key),n)}}function B7(e,t,r){return t&&Uy(e.prototype,t),r&&Uy(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function F7(e,t,r){return t=bs(t),U7(e,Wy()?Reflect.construct(t,r||[],bs(e).constructor):t.apply(e,r))}function U7(e,t){if(t&&(qn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return W7(e)}function W7(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Wy(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Wy=function(){return!!e})()}function bs(e){return bs=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},bs(e)}function z7(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Yc(e,t)}function Yc(e,t){return Yc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Yc(e,t)}function Lt(e,t,r){return t=zy(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function zy(e){var t=V7(e,"string");return qn(t)=="symbol"?t:t+""}function V7(e,t){if(qn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(qn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var mi=function(e){function t(){var r;R7(this,t);for(var n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return r=F7(this,t,[].concat(a)),Lt(r,"state",{isAnimationFinished:!0,totalLength:0}),Lt(r,"generateSimpleStrokeDasharray",function(o,s){return"".concat(s,"px ").concat(o-s,"px")}),Lt(r,"getStrokeDasharray",function(o,s,l){var u=l.reduce(function(b,O){return b+O});if(!u)return r.generateSimpleStrokeDasharray(s,o);for(var c=Math.floor(o/u),f=o%u,d=s-o,h=[],v=0,g=0;v<l.length;g+=l[v],++v)if(g+l[v]>f){h=[].concat(Kn(l.slice(0,v)),[f-g]);break}var m=h.length%2===0?[0,d]:[d];return[].concat(Kn(t.repeat(l,c)),Kn(h),m).map(function(b){return"".concat(b,"px")}).join(", ")}),Lt(r,"id",kr("recharts-line-")),Lt(r,"pathRef",function(o){r.mainCurve=o}),Lt(r,"handleAnimationEnd",function(){r.setState({isAnimationFinished:!0}),r.props.onAnimationEnd&&r.props.onAnimationEnd()}),Lt(r,"handleAnimationStart",function(){r.setState({isAnimationFinished:!1}),r.props.onAnimationStart&&r.props.onAnimationStart()}),r}return z7(t,e),B7(t,[{key:"componentDidMount",value:function(){if(this.props.isAnimationActive){var n=this.getTotalLength();this.setState({totalLength:n})}}},{key:"componentDidUpdate",value:function(){if(this.props.isAnimationActive){var n=this.getTotalLength();n!==this.state.totalLength&&this.setState({totalLength:n})}}},{key:"getTotalLength",value:function(){var n=this.mainCurve;try{return n&&n.getTotalLength&&n.getTotalLength()||0}catch{return 0}}},{key:"renderErrorBar",value:function(n,a){if(this.props.isAnimationActive&&!this.state.isAnimationFinished)return null;var i=this.props,o=i.points,s=i.xAxis,l=i.yAxis,u=i.layout,c=i.children,f=dt(c,$n);if(!f)return null;var d=function(g,m){return{x:g.x,y:g.y,value:g.value,errorVal:Je(g.payload,m)}},h={clipPath:n?"url(#clipPath-".concat(a,")"):null};return S.createElement(xe,h,f.map(function(v){return S.cloneElement(v,{key:"bar-".concat(v.props.dataKey),data:o,xAxis:s,yAxis:l,layout:u,dataPointFormatter:d})}))}},{key:"renderDots",value:function(n,a,i){var o=this.props.isAnimationActive;if(o&&!this.state.isAnimationFinished)return null;var s=this.props,l=s.dot,u=s.points,c=s.dataKey,f=de(this.props,!1),d=de(l,!0),h=u.map(function(g,m){var b=bt(bt(bt({key:"dot-".concat(m),r:3},f),d),{},{index:m,cx:g.x,cy:g.y,value:g.value,dataKey:c,payload:g.payload,points:u});return t.renderDotItem(l,b)}),v={clipPath:n?"url(#clipPath-".concat(a?"":"dots-").concat(i,")"):null};return S.createElement(xe,hi({className:"recharts-line-dots",key:"dots"},v),h)}},{key:"renderCurveStatically",value:function(n,a,i,o){var s=this.props,l=s.type,u=s.layout,c=s.connectNulls;s.ref;var f=By(s,$7),d=bt(bt(bt({},de(f,!0)),{},{fill:"none",className:"recharts-line-curve",clipPath:a?"url(#clipPath-".concat(i,")"):null,points:n},o),{},{type:l,layout:u,connectNulls:c});return S.createElement(Hr,hi({},d,{pathRef:this.pathRef}))}},{key:"renderCurveWithAnimation",value:function(n,a){var i=this,o=this.props,s=o.points,l=o.strokeDasharray,u=o.isAnimationActive,c=o.animationBegin,f=o.animationDuration,d=o.animationEasing,h=o.animationId,v=o.animateNewValues,g=o.width,m=o.height,b=this.state,O=b.prevPoints,x=b.totalLength;return S.createElement(Dt,{begin:c,duration:f,isActive:u,easing:d,from:{t:0},to:{t:1},key:"line-".concat(h),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(j){var y=j.t;if(O){var w=O.length/s.length,T=s.map(function(E,I){var k=Math.floor(I*w);if(O[k]){var D=O[k],M=ze(D.x,E.x),F=ze(D.y,E.y);return bt(bt({},E),{},{x:M(y),y:F(y)})}if(v){var z=ze(g*2,E.x),q=ze(m/2,E.y);return bt(bt({},E),{},{x:z(y),y:q(y)})}return bt(bt({},E),{},{x:E.x,y:E.y})});return i.renderCurveStatically(T,n,a)}var A=ze(0,x),_=A(y),C;if(l){var P="".concat(l).split(/[,\s]+/gim).map(function(E){return parseFloat(E)});C=i.getStrokeDasharray(_,x,P)}else C=i.generateSimpleStrokeDasharray(x,_);return i.renderCurveStatically(s,n,a,{strokeDasharray:C})})}},{key:"renderCurve",value:function(n,a){var i=this.props,o=i.points,s=i.isAnimationActive,l=this.state,u=l.prevPoints,c=l.totalLength;return s&&o&&o.length&&(!u&&c>0||!Ur(u,o))?this.renderCurveWithAnimation(n,a):this.renderCurveStatically(o,n,a)}},{key:"render",value:function(){var n,a=this.props,i=a.hide,o=a.dot,s=a.points,l=a.className,u=a.xAxis,c=a.yAxis,f=a.top,d=a.left,h=a.width,v=a.height,g=a.isAnimationActive,m=a.id;if(i||!s||!s.length)return null;var b=this.state.isAnimationFinished,O=s.length===1,x=ve("recharts-line",l),j=u&&u.allowDataOverflow,y=c&&c.allowDataOverflow,w=j||y,T=fe(m)?this.id:m,A=(n=de(o,!1))!==null&&n!==void 0?n:{r:3,strokeWidth:2},_=A.r,C=_===void 0?3:_,P=A.strokeWidth,E=P===void 0?2:P,I=dd(o)?o:{},k=I.clipDot,D=k===void 0?!0:k,M=C*2+E;return S.createElement(xe,{className:x},j||y?S.createElement("defs",null,S.createElement("clipPath",{id:"clipPath-".concat(T)},S.createElement("rect",{x:j?d:d-h/2,y:y?f:f-v/2,width:j?h:h*2,height:y?v:v*2})),!D&&S.createElement("clipPath",{id:"clipPath-dots-".concat(T)},S.createElement("rect",{x:d-M/2,y:f-M/2,width:h+M,height:v+M}))):null,!O&&this.renderCurve(w,T),this.renderErrorBar(w,T),(O||o)&&this.renderDots(w,D,T),(!g||b)&&Gt.renderCallByParent(this.props,s))}}],[{key:"getDerivedStateFromProps",value:function(n,a){return n.animationId!==a.prevAnimationId?{prevAnimationId:n.animationId,curPoints:n.points,prevPoints:a.curPoints}:n.points!==a.curPoints?{curPoints:n.points}:null}},{key:"repeat",value:function(n,a){for(var i=n.length%2!==0?[].concat(Kn(n),[0]):n,o=[],s=0;s<a;++s)o=[].concat(Kn(o),Kn(i));return o}},{key:"renderDotItem",value:function(n,a){var i;if(S.isValidElement(n))i=S.cloneElement(n,a);else if(pe(n))i=n(a);else{var o=a.key,s=By(a,k7),l=ve("recharts-line-dot",typeof n!="boolean"?n.className:"");i=S.createElement(Jo,hi({key:o},s,{className:l}))}return i}}])}(S.PureComponent);Lt(mi,"displayName","Line"),Lt(mi,"defaultProps",{xAxisId:0,yAxisId:0,connectNulls:!1,activeDot:!0,dot:!0,legendType:"line",stroke:"#3182bd",strokeWidth:1,fill:"#fff",points:[],isAnimationActive:!gr.isSsr,animateNewValues:!0,animationBegin:0,animationDuration:1500,animationEasing:"ease",hide:!1,label:!1}),Lt(mi,"getComposedData",function(e){var t=e.props,r=e.xAxis,n=e.yAxis,a=e.xAxisTicks,i=e.yAxisTicks,o=e.dataKey,s=e.bandSize,l=e.displayedData,u=e.offset,c=t.layout,f=l.map(function(d,h){var v=Je(d,o);return c==="horizontal"?{x:Mn({axis:r,ticks:a,bandSize:s,entry:d,index:h}),y:fe(v)?null:n.scale(v),value:v,payload:d}:{x:fe(v)?null:r.scale(v),y:Mn({axis:n,ticks:i,bandSize:s,entry:d,index:h}),value:v,payload:d}});return bt({points:f,layout:c},u)});var G7=["layout","type","stroke","connectNulls","isRange","ref"],H7=["key"],Vy;function Yn(e){"@babel/helpers - typeof";return Yn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Yn(e)}function Gy(e,t){if(e==null)return{};var r=q7(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function q7(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Xr(){return Xr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xr.apply(this,arguments)}function Hy(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Ar(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Hy(Object(r),!0).forEach(function(n){qt(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Hy(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function K7(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function qy(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Yy(n.key),n)}}function Y7(e,t,r){return t&&qy(e.prototype,t),r&&qy(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function X7(e,t,r){return t=xs(t),Z7(e,Ky()?Reflect.construct(t,r||[],xs(e).constructor):t.apply(e,r))}function Z7(e,t){if(t&&(Yn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return J7(e)}function J7(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ky(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Ky=function(){return!!e})()}function xs(e){return xs=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},xs(e)}function Q7(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Xc(e,t)}function Xc(e,t){return Xc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Xc(e,t)}function qt(e,t,r){return t=Yy(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Yy(e){var t=eR(e,"string");return Yn(t)=="symbol"?t:t+""}function eR(e,t){if(Yn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Yn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var jr=function(e){function t(){var r;K7(this,t);for(var n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return r=X7(this,t,[].concat(a)),qt(r,"state",{isAnimationFinished:!0}),qt(r,"id",kr("recharts-area-")),qt(r,"handleAnimationEnd",function(){var o=r.props.onAnimationEnd;r.setState({isAnimationFinished:!0}),pe(o)&&o()}),qt(r,"handleAnimationStart",function(){var o=r.props.onAnimationStart;r.setState({isAnimationFinished:!1}),pe(o)&&o()}),r}return Q7(t,e),Y7(t,[{key:"renderDots",value:function(n,a,i){var o=this.props.isAnimationActive,s=this.state.isAnimationFinished;if(o&&!s)return null;var l=this.props,u=l.dot,c=l.points,f=l.dataKey,d=de(this.props,!1),h=de(u,!0),v=c.map(function(m,b){var O=Ar(Ar(Ar({key:"dot-".concat(b),r:3},d),h),{},{index:b,cx:m.x,cy:m.y,dataKey:f,value:m.value,payload:m.payload,points:c});return t.renderDotItem(u,O)}),g={clipPath:n?"url(#clipPath-".concat(a?"":"dots-").concat(i,")"):null};return S.createElement(xe,Xr({className:"recharts-area-dots"},g),v)}},{key:"renderHorizontalRect",value:function(n){var a=this.props,i=a.baseLine,o=a.points,s=a.strokeWidth,l=o[0].x,u=o[o.length-1].x,c=n*Math.abs(l-u),f=wr(o.map(function(d){return d.y||0}));return Q(i)&&typeof i=="number"?f=Math.max(i,f):i&&Array.isArray(i)&&i.length&&(f=Math.max(wr(i.map(function(d){return d.y||0})),f)),Q(f)?S.createElement("rect",{x:l<u?l:l-c,y:0,width:c,height:Math.floor(f+(s?parseInt("".concat(s),10):1))}):null}},{key:"renderVerticalRect",value:function(n){var a=this.props,i=a.baseLine,o=a.points,s=a.strokeWidth,l=o[0].y,u=o[o.length-1].y,c=n*Math.abs(l-u),f=wr(o.map(function(d){return d.x||0}));return Q(i)&&typeof i=="number"?f=Math.max(i,f):i&&Array.isArray(i)&&i.length&&(f=Math.max(wr(i.map(function(d){return d.x||0})),f)),Q(f)?S.createElement("rect",{x:0,y:l<u?l:l-c,width:f+(s?parseInt("".concat(s),10):1),height:Math.floor(c)}):null}},{key:"renderClipRect",value:function(n){var a=this.props.layout;return a==="vertical"?this.renderVerticalRect(n):this.renderHorizontalRect(n)}},{key:"renderAreaStatically",value:function(n,a,i,o){var s=this.props,l=s.layout,u=s.type,c=s.stroke,f=s.connectNulls,d=s.isRange;s.ref;var h=Gy(s,G7);return S.createElement(xe,{clipPath:i?"url(#clipPath-".concat(o,")"):null},S.createElement(Hr,Xr({},de(h,!0),{points:n,connectNulls:f,type:u,baseLine:a,layout:l,stroke:"none",className:"recharts-area-area"})),c!=="none"&&S.createElement(Hr,Xr({},de(this.props,!1),{className:"recharts-area-curve",layout:l,type:u,connectNulls:f,fill:"none",points:n})),c!=="none"&&d&&S.createElement(Hr,Xr({},de(this.props,!1),{className:"recharts-area-curve",layout:l,type:u,connectNulls:f,fill:"none",points:a})))}},{key:"renderAreaWithAnimation",value:function(n,a){var i=this,o=this.props,s=o.points,l=o.baseLine,u=o.isAnimationActive,c=o.animationBegin,f=o.animationDuration,d=o.animationEasing,h=o.animationId,v=this.state,g=v.prevPoints,m=v.prevBaseLine;return S.createElement(Dt,{begin:c,duration:f,isActive:u,easing:d,from:{t:0},to:{t:1},key:"area-".concat(h),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(b){var O=b.t;if(g){var x=g.length/s.length,j=s.map(function(A,_){var C=Math.floor(_*x);if(g[C]){var P=g[C],E=ze(P.x,A.x),I=ze(P.y,A.y);return Ar(Ar({},A),{},{x:E(O),y:I(O)})}return A}),y;if(Q(l)&&typeof l=="number"){var w=ze(m,l);y=w(O)}else if(fe(l)||un(l)){var T=ze(m,0);y=T(O)}else y=l.map(function(A,_){var C=Math.floor(_*x);if(m[C]){var P=m[C],E=ze(P.x,A.x),I=ze(P.y,A.y);return Ar(Ar({},A),{},{x:E(O),y:I(O)})}return A});return i.renderAreaStatically(j,y,n,a)}return S.createElement(xe,null,S.createElement("defs",null,S.createElement("clipPath",{id:"animationClipPath-".concat(a)},i.renderClipRect(O))),S.createElement(xe,{clipPath:"url(#animationClipPath-".concat(a,")")},i.renderAreaStatically(s,l,n,a)))})}},{key:"renderArea",value:function(n,a){var i=this.props,o=i.points,s=i.baseLine,l=i.isAnimationActive,u=this.state,c=u.prevPoints,f=u.prevBaseLine,d=u.totalLength;return l&&o&&o.length&&(!c&&d>0||!Ur(c,o)||!Ur(f,s))?this.renderAreaWithAnimation(n,a):this.renderAreaStatically(o,s,n,a)}},{key:"render",value:function(){var n,a=this.props,i=a.hide,o=a.dot,s=a.points,l=a.className,u=a.top,c=a.left,f=a.xAxis,d=a.yAxis,h=a.width,v=a.height,g=a.isAnimationActive,m=a.id;if(i||!s||!s.length)return null;var b=this.state.isAnimationFinished,O=s.length===1,x=ve("recharts-area",l),j=f&&f.allowDataOverflow,y=d&&d.allowDataOverflow,w=j||y,T=fe(m)?this.id:m,A=(n=de(o,!1))!==null&&n!==void 0?n:{r:3,strokeWidth:2},_=A.r,C=_===void 0?3:_,P=A.strokeWidth,E=P===void 0?2:P,I=dd(o)?o:{},k=I.clipDot,D=k===void 0?!0:k,M=C*2+E;return S.createElement(xe,{className:x},j||y?S.createElement("defs",null,S.createElement("clipPath",{id:"clipPath-".concat(T)},S.createElement("rect",{x:j?c:c-h/2,y:y?u:u-v/2,width:j?h:h*2,height:y?v:v*2})),!D&&S.createElement("clipPath",{id:"clipPath-dots-".concat(T)},S.createElement("rect",{x:c-M/2,y:u-M/2,width:h+M,height:v+M}))):null,O?null:this.renderArea(w,T),(o||O)&&this.renderDots(w,D,T),(!g||b)&&Gt.renderCallByParent(this.props,s))}}],[{key:"getDerivedStateFromProps",value:function(n,a){return n.animationId!==a.prevAnimationId?{prevAnimationId:n.animationId,curPoints:n.points,curBaseLine:n.baseLine,prevPoints:a.curPoints,prevBaseLine:a.curBaseLine}:n.points!==a.curPoints||n.baseLine!==a.curBaseLine?{curPoints:n.points,curBaseLine:n.baseLine}:null}}])}(S.PureComponent);Vy=jr,qt(jr,"displayName","Area"),qt(jr,"defaultProps",{stroke:"#3182bd",fill:"#3182bd",fillOpacity:.6,xAxisId:0,yAxisId:0,legendType:"line",connectNulls:!1,points:[],dot:!1,activeDot:!0,hide:!1,isAnimationActive:!gr.isSsr,animationBegin:0,animationDuration:1500,animationEasing:"ease"}),qt(jr,"getBaseValue",function(e,t,r,n){var a=e.layout,i=e.baseValue,o=t.props.baseValue,s=o??i;if(Q(s)&&typeof s=="number")return s;var l=a==="horizontal"?n:r,u=l.scale.domain();if(l.type==="number"){var c=Math.max(u[0],u[1]),f=Math.min(u[0],u[1]);return s==="dataMin"?f:s==="dataMax"||c<0?c:Math.max(Math.min(u[0],u[1]),0)}return s==="dataMin"?u[0]:s==="dataMax"?u[1]:u[0]}),qt(jr,"getComposedData",function(e){var t=e.props,r=e.item,n=e.xAxis,a=e.yAxis,i=e.xAxisTicks,o=e.yAxisTicks,s=e.bandSize,l=e.dataKey,u=e.stackedData,c=e.dataStartIndex,f=e.displayedData,d=e.offset,h=t.layout,v=u&&u.length,g=Vy.getBaseValue(t,r,n,a),m=h==="horizontal",b=!1,O=f.map(function(j,y){var w;v?w=u[c+y]:(w=Je(j,l),Array.isArray(w)?b=!0:w=[g,w]);var T=w[1]==null||v&&Je(j,l)==null;return m?{x:Mn({axis:n,ticks:i,bandSize:s,entry:j,index:y}),y:T?null:a.scale(w[1]),value:w,payload:j}:{x:T?null:n.scale(w[1]),y:Mn({axis:a,ticks:o,bandSize:s,entry:j,index:y}),value:w,payload:j}}),x;return v||b?x=O.map(function(j){var y=Array.isArray(j.value)?j.value[0]:null;return m?{x:j.x,y:y!=null&&j.y!=null?a.scale(y):null}:{x:y!=null?n.scale(y):null,y:j.y}}):x=m?a.scale(g):n.scale(g),Ar({points:O,baseLine:x,layout:h,isRange:b},d)}),qt(jr,"renderDotItem",function(e,t){var r;if(S.isValidElement(e))r=S.cloneElement(e,t);else if(pe(e))r=e(t);else{var n=ve("recharts-area-dot",typeof e!="boolean"?e.className:""),a=t.key,i=Gy(t,H7);r=S.createElement(Jo,Xr({},i,{key:a,className:n}))}return r});function Xn(e){"@babel/helpers - typeof";return Xn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Xn(e)}function tR(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function rR(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Jy(n.key),n)}}function nR(e,t,r){return t&&rR(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function aR(e,t,r){return t=ws(t),iR(e,Xy()?Reflect.construct(t,r||[],ws(e).constructor):t.apply(e,r))}function iR(e,t){if(t&&(Xn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return oR(e)}function oR(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Xy(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Xy=function(){return!!e})()}function ws(e){return ws=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ws(e)}function sR(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Zc(e,t)}function Zc(e,t){return Zc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Zc(e,t)}function Zy(e,t,r){return t=Jy(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Jy(e){var t=lR(e,"string");return Xn(t)=="symbol"?t:t+""}function lR(e,t){if(Xn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Xn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Os=function(e){function t(){return tR(this,t),aR(this,t,arguments)}return sR(t,e),nR(t,[{key:"render",value:function(){return null}}])}(xt.Component);Zy(Os,"displayName","ZAxis"),Zy(Os,"defaultProps",{zAxisId:0,range:[64,64],scale:"auto",type:"number"});var uR=["option","isActive"];function vi(){return vi=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vi.apply(this,arguments)}function cR(e,t){if(e==null)return{};var r=fR(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function fR(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function dR(e){var t=e.option,r=e.isActive,n=cR(e,uR);return typeof t=="string"?xt.createElement(Ac,vi({option:xt.createElement(Xi,vi({type:t},n)),isActive:r,shapeType:"symbols"},n)):xt.createElement(Ac,vi({option:t,isActive:r,shapeType:"symbols"},n))}function Zn(e){"@babel/helpers - typeof";return Zn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Zn(e)}function gi(){return gi=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gi.apply(this,arguments)}function Qy(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function _t(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Qy(Object(r),!0).forEach(function(n){Pr(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Qy(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function pR(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function e0(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,r0(n.key),n)}}function hR(e,t,r){return t&&e0(e.prototype,t),r&&e0(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function mR(e,t,r){return t=Ss(t),vR(e,t0()?Reflect.construct(t,r||[],Ss(e).constructor):t.apply(e,r))}function vR(e,t){if(t&&(Zn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return gR(e)}function gR(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function t0(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(t0=function(){return!!e})()}function Ss(e){return Ss=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ss(e)}function yR(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Jc(e,t)}function Jc(e,t){return Jc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Jc(e,t)}function Pr(e,t,r){return t=r0(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function r0(e){var t=bR(e,"string");return Zn(t)=="symbol"?t:t+""}function bR(e,t){if(Zn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Zn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Ts=function(e){function t(){var r;pR(this,t);for(var n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return r=mR(this,t,[].concat(a)),Pr(r,"state",{isAnimationFinished:!1}),Pr(r,"handleAnimationEnd",function(){r.setState({isAnimationFinished:!0})}),Pr(r,"handleAnimationStart",function(){r.setState({isAnimationFinished:!1})}),Pr(r,"id",kr("recharts-scatter-")),r}return yR(t,e),hR(t,[{key:"renderSymbolsStatically",value:function(n){var a=this,i=this.props,o=i.shape,s=i.activeShape,l=i.activeIndex,u=de(this.props,!1);return n.map(function(c,f){var d=l===f,h=d?s:o,v=_t(_t({},u),c);return S.createElement(xe,gi({className:"recharts-scatter-symbol",key:"symbol-".concat(c==null?void 0:c.cx,"-").concat(c==null?void 0:c.cy,"-").concat(c==null?void 0:c.size,"-").concat(f)},va(a.props,c,f),{role:"img"}),S.createElement(dR,gi({option:h,isActive:d,key:"symbol-".concat(f)},v)))})}},{key:"renderSymbolsWithAnimation",value:function(){var n=this,a=this.props,i=a.points,o=a.isAnimationActive,s=a.animationBegin,l=a.animationDuration,u=a.animationEasing,c=a.animationId,f=this.state.prevPoints;return S.createElement(Dt,{begin:s,duration:l,isActive:o,easing:u,from:{t:0},to:{t:1},key:"pie-".concat(c),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(d){var h=d.t,v=i.map(function(g,m){var b=f&&f[m];if(b){var O=ze(b.cx,g.cx),x=ze(b.cy,g.cy),j=ze(b.size,g.size);return _t(_t({},g),{},{cx:O(h),cy:x(h),size:j(h)})}var y=ze(0,g.size);return _t(_t({},g),{},{size:y(h)})});return S.createElement(xe,null,n.renderSymbolsStatically(v))})}},{key:"renderSymbols",value:function(){var n=this.props,a=n.points,i=n.isAnimationActive,o=this.state.prevPoints;return i&&a&&a.length&&(!o||!Ur(o,a))?this.renderSymbolsWithAnimation():this.renderSymbolsStatically(a)}},{key:"renderErrorBar",value:function(){var n=this.props.isAnimationActive;if(n&&!this.state.isAnimationFinished)return null;var a=this.props,i=a.points,o=a.xAxis,s=a.yAxis,l=a.children,u=dt(l,$n);return u?u.map(function(c,f){var d=c.props,h=d.direction,v=d.dataKey;return S.cloneElement(c,{key:"".concat(h,"-").concat(v,"-").concat(i[f]),data:i,xAxis:o,yAxis:s,layout:h==="x"?"vertical":"horizontal",dataPointFormatter:function(m,b){return{x:m.cx,y:m.cy,value:h==="x"?+m.node.x:+m.node.y,errorVal:Je(m,b)}}})}):null}},{key:"renderLine",value:function(){var n=this.props,a=n.points,i=n.line,o=n.lineType,s=n.lineJointType,l=de(this.props,!1),u=de(i,!1),c,f;if(o==="joint")c=a.map(function(x){return{x:x.cx,y:x.cy}});else if(o==="fitting"){var d=V2(a),h=d.xmin,v=d.xmax,g=d.a,m=d.b,b=function(j){return g*j+m};c=[{x:h,y:b(h)},{x:v,y:b(v)}]}var O=_t(_t(_t({},l),{},{fill:"none",stroke:l&&l.fill},u),{},{points:c});return S.isValidElement(i)?f=S.cloneElement(i,O):pe(i)?f=i(O):f=S.createElement(Hr,gi({},O,{type:s})),S.createElement(xe,{className:"recharts-scatter-line",key:"recharts-scatter-line"},f)}},{key:"render",value:function(){var n=this.props,a=n.hide,i=n.points,o=n.line,s=n.className,l=n.xAxis,u=n.yAxis,c=n.left,f=n.top,d=n.width,h=n.height,v=n.id,g=n.isAnimationActive;if(a||!i||!i.length)return null;var m=this.state.isAnimationFinished,b=ve("recharts-scatter",s),O=l&&l.allowDataOverflow,x=u&&u.allowDataOverflow,j=O||x,y=fe(v)?this.id:v;return S.createElement(xe,{className:b,clipPath:j?"url(#clipPath-".concat(y,")"):null},O||x?S.createElement("defs",null,S.createElement("clipPath",{id:"clipPath-".concat(y)},S.createElement("rect",{x:O?c:c-d/2,y:x?f:f-h/2,width:O?d:d*2,height:x?h:h*2}))):null,o&&this.renderLine(),this.renderErrorBar(),S.createElement(xe,{key:"recharts-scatter-symbols"},this.renderSymbols()),(!g||m)&&Gt.renderCallByParent(this.props,i))}}],[{key:"getDerivedStateFromProps",value:function(n,a){return n.animationId!==a.prevAnimationId?{prevAnimationId:n.animationId,curPoints:n.points,prevPoints:a.curPoints}:n.points!==a.curPoints?{curPoints:n.points}:null}}])}(S.PureComponent);Pr(Ts,"displayName","Scatter"),Pr(Ts,"defaultProps",{xAxisId:0,yAxisId:0,zAxisId:0,legendType:"circle",lineType:"joint",lineJointType:"linear",data:[],shape:"circle",hide:!1,isAnimationActive:!gr.isSsr,animationBegin:0,animationDuration:400,animationEasing:"linear"}),Pr(Ts,"getComposedData",function(e){var t=e.xAxis,r=e.yAxis,n=e.zAxis,a=e.item,i=e.displayedData,o=e.xAxisTicks,s=e.yAxisTicks,l=e.offset,u=a.props.tooltipType,c=dt(a.props.children,eu),f=fe(t.dataKey)?a.props.dataKey:t.dataKey,d=fe(r.dataKey)?a.props.dataKey:r.dataKey,h=n&&n.dataKey,v=n?n.range:Os.defaultProps.range,g=v&&v[0],m=t.scale.bandwidth?t.scale.bandwidth():0,b=r.scale.bandwidth?r.scale.bandwidth():0,O=i.map(function(x,j){var y=Je(x,f),w=Je(x,d),T=!fe(h)&&Je(x,h)||"-",A=[{name:fe(t.dataKey)?a.props.name:t.name||t.dataKey,unit:t.unit||"",value:y,payload:x,dataKey:f,type:u},{name:fe(r.dataKey)?a.props.name:r.name||r.dataKey,unit:r.unit||"",value:w,payload:x,dataKey:d,type:u}];T!=="-"&&A.push({name:n.name||n.dataKey,unit:n.unit||"",value:T,payload:x,dataKey:h,type:u});var _=Mn({axis:t,ticks:o,bandSize:m,entry:x,index:j,dataKey:f}),C=Mn({axis:r,ticks:s,bandSize:b,entry:x,index:j,dataKey:d}),P=T!=="-"?n.scale(T):g,E=Math.sqrt(Math.max(P,0)/Math.PI);return _t(_t({},x),{},{cx:_,cy:C,x:_-E,y:C-E,xAxis:t,yAxis:r,zAxis:n,width:2*E,height:2*E,size:P,node:{x:y,y:w,z:T},tooltipPayload:A,tooltipPosition:{x:_,y:C},payload:x},c&&c[j]&&c[j].props)});return _t({points:O},l)});function Jn(e){"@babel/helpers - typeof";return Jn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Jn(e)}function xR(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function wR(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,i0(n.key),n)}}function OR(e,t,r){return t&&wR(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function SR(e,t,r){return t=As(t),TR(e,n0()?Reflect.construct(t,r||[],As(e).constructor):t.apply(e,r))}function TR(e,t){if(t&&(Jn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return AR(e)}function AR(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function n0(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(n0=function(){return!!e})()}function As(e){return As=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},As(e)}function jR(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Qc(e,t)}function Qc(e,t){return Qc=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},Qc(e,t)}function a0(e,t,r){return t=i0(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function i0(e){var t=PR(e,"string");return Jn(t)=="symbol"?t:t+""}function PR(e,t){if(Jn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Jn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function ef(){return ef=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ef.apply(this,arguments)}function _R(e){var t=e.xAxisId,r=Nc(),n=Dc(),a=hy(t);return a==null?null:xt.createElement(Gn,ef({},a,{className:ve("recharts-".concat(a.axisType," ").concat(a.axisType),a.className),viewBox:{x:0,y:0,width:r,height:n},ticksGenerator:function(o){return ur(o,!0)}}))}var js=function(e){function t(){return xR(this,t),SR(this,t,arguments)}return jR(t,e),OR(t,[{key:"render",value:function(){return xt.createElement(_R,this.props)}}])}(xt.Component);a0(js,"displayName","XAxis"),a0(js,"defaultProps",{allowDecimals:!0,hide:!1,orientation:"bottom",width:0,height:30,mirror:!1,xAxisId:0,tickCount:5,type:"category",padding:{left:0,right:0},allowDataOverflow:!1,scale:"auto",reversed:!1,allowDuplicatedCategory:!0});function Qn(e){"@babel/helpers - typeof";return Qn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Qn(e)}function ER(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function CR(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,l0(n.key),n)}}function $R(e,t,r){return t&&CR(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function kR(e,t,r){return t=Ps(t),MR(e,o0()?Reflect.construct(t,r||[],Ps(e).constructor):t.apply(e,r))}function MR(e,t){if(t&&(Qn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return NR(e)}function NR(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function o0(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(o0=function(){return!!e})()}function Ps(e){return Ps=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ps(e)}function DR(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&tf(e,t)}function tf(e,t){return tf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},tf(e,t)}function s0(e,t,r){return t=l0(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function l0(e){var t=IR(e,"string");return Qn(t)=="symbol"?t:t+""}function IR(e,t){if(Qn(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Qn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function rf(){return rf=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rf.apply(this,arguments)}var LR=function(t){var r=t.yAxisId,n=Nc(),a=Dc(),i=my(r);return i==null?null:xt.createElement(Gn,rf({},i,{className:ve("recharts-".concat(i.axisType," ").concat(i.axisType),i.className),viewBox:{x:0,y:0,width:n,height:a},ticksGenerator:function(s){return ur(s,!0)}}))},_s=function(e){function t(){return ER(this,t),kR(this,t,arguments)}return DR(t,e),$R(t,[{key:"render",value:function(){return xt.createElement(LR,this.props)}}])}(xt.Component);s0(_s,"displayName","YAxis"),s0(_s,"defaultProps",{allowDuplicatedCategory:!0,allowDecimals:!0,hide:!1,orientation:"left",width:60,height:0,mirror:!1,yAxisId:0,tickCount:5,type:"number",padding:{top:0,bottom:0},allowDataOverflow:!1,scale:"auto",reversed:!1});function u0(e){return UR(e)||FR(e)||BR(e)||RR()}function RR(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
278
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function BR(e,t){if(e){if(typeof e=="string")return nf(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return nf(e,t)}}function FR(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function UR(e){if(Array.isArray(e))return nf(e)}function nf(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var af=function(t,r,n,a,i){var o=dt(t,Bc),s=dt(t,ps),l=[].concat(u0(o),u0(s)),u=dt(t,vs),c="".concat(a,"Id"),f=a[0],d=r;if(l.length&&(d=l.reduce(function(g,m){if(m.props[c]===n&&Ht(m.props,"extendDomain")&&Q(m.props[f])){var b=m.props[f];return[Math.min(g[0],b),Math.max(g[1],b)]}return g},d)),u.length){var h="".concat(f,"1"),v="".concat(f,"2");d=u.reduce(function(g,m){if(m.props[c]===n&&Ht(m.props,"extendDomain")&&Q(m.props[h])&&Q(m.props[v])){var b=m.props[h],O=m.props[v];return[Math.min(g[0],b,O),Math.max(g[1],b,O)]}return g},d)}return i&&i.length&&(d=i.reduce(function(g,m){return Q(m)?[Math.min(g[0],m),Math.max(g[1],m)]:g},d)),d},c0={exports:{}};(function(e){var t=Object.prototype.hasOwnProperty,r="~";function n(){}Object.create&&(n.prototype=Object.create(null),new n().__proto__||(r=!1));function a(l,u,c){this.fn=l,this.context=u,this.once=c||!1}function i(l,u,c,f,d){if(typeof c!="function")throw new TypeError("The listener must be a function");var h=new a(c,f||l,d),v=r?r+u:u;return l._events[v]?l._events[v].fn?l._events[v]=[l._events[v],h]:l._events[v].push(h):(l._events[v]=h,l._eventsCount++),l}function o(l,u){--l._eventsCount===0?l._events=new n:delete l._events[u]}function s(){this._events=new n,this._eventsCount=0}s.prototype.eventNames=function(){var u=[],c,f;if(this._eventsCount===0)return u;for(f in c=this._events)t.call(c,f)&&u.push(r?f.slice(1):f);return Object.getOwnPropertySymbols?u.concat(Object.getOwnPropertySymbols(c)):u},s.prototype.listeners=function(u){var c=r?r+u:u,f=this._events[c];if(!f)return[];if(f.fn)return[f.fn];for(var d=0,h=f.length,v=new Array(h);d<h;d++)v[d]=f[d].fn;return v},s.prototype.listenerCount=function(u){var c=r?r+u:u,f=this._events[c];return f?f.fn?1:f.length:0},s.prototype.emit=function(u,c,f,d,h,v){var g=r?r+u:u;if(!this._events[g])return!1;var m=this._events[g],b=arguments.length,O,x;if(m.fn){switch(m.once&&this.removeListener(u,m.fn,void 0,!0),b){case 1:return m.fn.call(m.context),!0;case 2:return m.fn.call(m.context,c),!0;case 3:return m.fn.call(m.context,c,f),!0;case 4:return m.fn.call(m.context,c,f,d),!0;case 5:return m.fn.call(m.context,c,f,d,h),!0;case 6:return m.fn.call(m.context,c,f,d,h,v),!0}for(x=1,O=new Array(b-1);x<b;x++)O[x-1]=arguments[x];m.fn.apply(m.context,O)}else{var j=m.length,y;for(x=0;x<j;x++)switch(m[x].once&&this.removeListener(u,m[x].fn,void 0,!0),b){case 1:m[x].fn.call(m[x].context);break;case 2:m[x].fn.call(m[x].context,c);break;case 3:m[x].fn.call(m[x].context,c,f);break;case 4:m[x].fn.call(m[x].context,c,f,d);break;default:if(!O)for(y=1,O=new Array(b-1);y<b;y++)O[y-1]=arguments[y];m[x].fn.apply(m[x].context,O)}}return!0},s.prototype.on=function(u,c,f){return i(this,u,c,f,!1)},s.prototype.once=function(u,c,f){return i(this,u,c,f,!0)},s.prototype.removeListener=function(u,c,f,d){var h=r?r+u:u;if(!this._events[h])return this;if(!c)return o(this,h),this;var v=this._events[h];if(v.fn)v.fn===c&&(!d||v.once)&&(!f||v.context===f)&&o(this,h);else{for(var g=0,m=[],b=v.length;g<b;g++)(v[g].fn!==c||d&&!v[g].once||f&&v[g].context!==f)&&m.push(v[g]);m.length?this._events[h]=m.length===1?m[0]:m:o(this,h)}return this},s.prototype.removeAllListeners=function(u){var c;return u?(c=r?r+u:u,this._events[c]&&o(this,c)):(this._events=new n,this._eventsCount=0),this},s.prototype.off=s.prototype.removeListener,s.prototype.addListener=s.prototype.on,s.prefixed=r,s.EventEmitter=s,e.exports=s})(c0);var WR=c0.exports;const zR=ke(WR);var of=new zR,sf="recharts.syncMouseEvents";function yi(e){"@babel/helpers - typeof";return yi=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},yi(e)}function VR(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function GR(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,f0(n.key),n)}}function HR(e,t,r){return t&&GR(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function lf(e,t,r){return t=f0(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function f0(e){var t=qR(e,"string");return yi(t)=="symbol"?t:t+""}function qR(e,t){if(yi(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(yi(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var KR=function(){function e(){VR(this,e),lf(this,"activeIndex",0),lf(this,"coordinateList",[]),lf(this,"layout","horizontal")}return HR(e,[{key:"setDetails",value:function(r){var n,a=r.coordinateList,i=a===void 0?null:a,o=r.container,s=o===void 0?null:o,l=r.layout,u=l===void 0?null:l,c=r.offset,f=c===void 0?null:c,d=r.mouseHandlerCallback,h=d===void 0?null:d;this.coordinateList=(n=i??this.coordinateList)!==null&&n!==void 0?n:[],this.container=s??this.container,this.layout=u??this.layout,this.offset=f??this.offset,this.mouseHandlerCallback=h??this.mouseHandlerCallback,this.activeIndex=Math.min(Math.max(this.activeIndex,0),this.coordinateList.length-1)}},{key:"focus",value:function(){this.spoofMouse()}},{key:"keyboardEvent",value:function(r){if(this.coordinateList.length!==0)switch(r.key){case"ArrowRight":{if(this.layout!=="horizontal")return;this.activeIndex=Math.min(this.activeIndex+1,this.coordinateList.length-1),this.spoofMouse();break}case"ArrowLeft":{if(this.layout!=="horizontal")return;this.activeIndex=Math.max(this.activeIndex-1,0),this.spoofMouse();break}}}},{key:"setIndex",value:function(r){this.activeIndex=r}},{key:"spoofMouse",value:function(){var r,n;if(this.layout==="horizontal"&&this.coordinateList.length!==0){var a=this.container.getBoundingClientRect(),i=a.x,o=a.y,s=a.height,l=this.coordinateList[this.activeIndex].coordinate,u=((r=window)===null||r===void 0?void 0:r.scrollX)||0,c=((n=window)===null||n===void 0?void 0:n.scrollY)||0,f=i+l+u,d=o+this.offset.top+s/2+c;this.mouseHandlerCallback({pageX:f,pageY:d})}}}])}();function YR(e,t,r){if(r==="number"&&t===!0&&Array.isArray(e)){var n=e==null?void 0:e[0],a=e==null?void 0:e[1];if(n&&a&&Q(n)&&Q(a))return!0}return!1}function XR(e,t,r,n){var a=n/2;return{stroke:"none",fill:"#ccc",x:e==="horizontal"?t.x-a:r.left+.5,y:e==="horizontal"?r.top+.5:t.y-a,width:e==="horizontal"?n:r.width-1,height:e==="horizontal"?r.height-1:n}}function d0(e){var t=e.cx,r=e.cy,n=e.radius,a=e.startAngle,i=e.endAngle,o=nt(t,r,n,a),s=nt(t,r,n,i);return{points:[o,s],cx:t,cy:r,radius:n,startAngle:a,endAngle:i}}function ZR(e,t,r){var n,a,i,o;if(e==="horizontal")n=t.x,i=n,a=r.top,o=r.top+r.height;else if(e==="vertical")a=t.y,o=a,n=r.left,i=r.left+r.width;else if(t.cx!=null&&t.cy!=null)if(e==="centric"){var s=t.cx,l=t.cy,u=t.innerRadius,c=t.outerRadius,f=t.angle,d=nt(s,l,u,f),h=nt(s,l,c,f);n=d.x,a=d.y,i=h.x,o=h.y}else return d0(t);return[{x:n,y:a},{x:i,y:o}]}function bi(e){"@babel/helpers - typeof";return bi=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},bi(e)}function p0(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Es(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?p0(Object(r),!0).forEach(function(n){JR(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):p0(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function JR(e,t,r){return t=QR(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function QR(e){var t=eB(e,"string");return bi(t)=="symbol"?t:t+""}function eB(e,t){if(bi(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(bi(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function tB(e){var t,r,n=e.element,a=e.tooltipEventType,i=e.isActive,o=e.activeCoordinate,s=e.activePayload,l=e.offset,u=e.activeTooltipIndex,c=e.tooltipAxisBandSize,f=e.layout,d=e.chartName,h=(t=n.props.cursor)!==null&&t!==void 0?t:(r=n.type.defaultProps)===null||r===void 0?void 0:r.cursor;if(!n||!h||!i||!o||d!=="ScatterChart"&&a!=="axis")return null;var v,g=Hr;if(d==="ScatterChart")v=o,g=jD;else if(d==="BarChart")v=XR(f,o,l,c),g=Oc;else if(f==="radial"){var m=d0(o),b=m.cx,O=m.cy,x=m.radius,j=m.startAngle,y=m.endAngle;v={cx:b,cy:O,startAngle:j,endAngle:y,innerRadius:x,outerRadius:x},g=Bv}else v={points:ZR(f,o,l)},g=Hr;var w=Es(Es(Es(Es({stroke:"#ccc",pointerEvents:"none"},l),v),de(h,!1)),{},{payload:s,payloadIndex:u,className:ve("recharts-tooltip-cursor",h.className)});return S.isValidElement(h)?S.cloneElement(h,w):S.createElement(g,w)}var rB=["item"],nB=["children","className","width","height","style","compact","title","desc"];function ea(e){"@babel/helpers - typeof";return ea=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ea(e)}function ta(){return ta=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ta.apply(this,arguments)}function h0(e,t){return oB(e)||iB(e,t)||g0(e,t)||aB()}function aB(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
279
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function iB(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,o,s=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,t!==0)for(;!(l=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(c){u=!0,a=c}finally{try{if(!l&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw a}}return s}}function oB(e){if(Array.isArray(e))return e}function m0(e,t){if(e==null)return{};var r=sB(e,t),n,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)n=i[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function sB(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function lB(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function uB(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,b0(n.key),n)}}function cB(e,t,r){return t&&uB(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function fB(e,t,r){return t=Cs(t),dB(e,v0()?Reflect.construct(t,r||[],Cs(e).constructor):t.apply(e,r))}function dB(e,t){if(t&&(ea(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return pB(e)}function pB(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function v0(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(v0=function(){return!!e})()}function Cs(e){return Cs=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Cs(e)}function hB(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&uf(e,t)}function uf(e,t){return uf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,a){return n.__proto__=a,n},uf(e,t)}function ra(e){return gB(e)||vB(e)||g0(e)||mB()}function mB(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
280
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function g0(e,t){if(e){if(typeof e=="string")return cf(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return cf(e,t)}}function vB(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function gB(e){if(Array.isArray(e))return cf(e)}function cf(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function y0(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function H(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?y0(Object(r),!0).forEach(function(n){le(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):y0(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function le(e,t,r){return t=b0(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function b0(e){var t=yB(e,"string");return ea(t)=="symbol"?t:t+""}function yB(e,t){if(ea(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ea(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var bB={xAxis:["bottom","top"],yAxis:["left","right"]},xB={width:"100%",height:"100%"},x0={x:0,y:0};function $s(e){return e}var wB=function(t,r){return r==="horizontal"?t.x:r==="vertical"?t.y:r==="centric"?t.angle:t.radius},OB=function(t,r,n,a){var i=r.find(function(c){return c&&c.index===n});if(i){if(t==="horizontal")return{x:i.coordinate,y:a.y};if(t==="vertical")return{x:a.x,y:i.coordinate};if(t==="centric"){var o=i.coordinate,s=a.radius;return H(H(H({},a),nt(a.cx,a.cy,s,o)),{},{angle:o,radius:s})}var l=i.coordinate,u=a.angle;return H(H(H({},a),nt(a.cx,a.cy,l,u)),{},{angle:u,radius:l})}return x0},ks=function(t,r){var n=r.graphicalItems,a=r.dataStartIndex,i=r.dataEndIndex,o=(n??[]).reduce(function(s,l){var u=l.props.data;return u&&u.length?[].concat(ra(s),ra(u)):s},[]);return o.length>0?o:t&&t.length&&Q(a)&&Q(i)?t.slice(a,i+1):[]};function w0(e){return e==="number"?[0,"auto"]:void 0}var ff=function(t,r,n,a){var i=t.graphicalItems,o=t.tooltipAxis,s=ks(r,t);return n<0||!i||!i.length||n>=s.length?null:i.reduce(function(l,u){var c,f=(c=u.props.data)!==null&&c!==void 0?c:r;f&&t.dataStartIndex+t.dataEndIndex!==0&&t.dataEndIndex-t.dataStartIndex>=n&&(f=f.slice(t.dataStartIndex,t.dataEndIndex+1));var d;if(o.dataKey&&!o.allowDuplicatedCategory){var h=f===void 0?s:f;d=Ri(h,o.dataKey,a)}else d=f&&f[n]||s[n];return d?[].concat(ra(l),[Pv(u,d)]):l},[])},O0=function(t,r,n,a){var i=a||{x:t.chartX,y:t.chartY},o=wB(i,n),s=t.orderedTooltipTicks,l=t.tooltipAxis,u=t.tooltipTicks,c=n6(o,s,u,l);if(c>=0&&u){var f=u[c]&&u[c].value,d=ff(t,r,c,f),h=OB(n,s,c,i);return{activeTooltipIndex:c,activeLabel:f,activePayload:d,activeCoordinate:h}}return null},SB=function(t,r){var n=r.axes,a=r.graphicalItems,i=r.axisType,o=r.axisIdKey,s=r.stackGroups,l=r.dataStartIndex,u=r.dataEndIndex,c=t.layout,f=t.children,d=t.stackOffset,h=bv(c,i);return n.reduce(function(v,g){var m,b=g.type.defaultProps!==void 0?H(H({},g.type.defaultProps),g.props):g.props,O=b.type,x=b.dataKey,j=b.allowDataOverflow,y=b.allowDuplicatedCategory,w=b.scale,T=b.ticks,A=b.includeHidden,_=b[o];if(v[_])return v;var C=ks(t.data,{graphicalItems:a.filter(function(U){var W,K=o in U.props?U.props[o]:(W=U.type.defaultProps)===null||W===void 0?void 0:W[o];return K===_}),dataStartIndex:l,dataEndIndex:u}),P=C.length,E,I,k;YR(b.domain,j,O)&&(E=Qu(b.domain,null,j),h&&(O==="number"||w!=="auto")&&(k=Ga(C,x,"category")));var D=w0(O);if(!E||E.length===0){var M,F=(M=b.domain)!==null&&M!==void 0?M:D;if(x){if(E=Ga(C,x,O),O==="category"&&h){var z=z2(E);y&&z?(I=E,E=ns(0,P)):y||(E=jv(F,E,g).reduce(function(U,W){return U.indexOf(W)>=0?U:[].concat(ra(U),[W])},[]))}else if(O==="category")y?E=E.filter(function(U){return U!==""&&!fe(U)}):E=jv(F,E,g).reduce(function(U,W){return U.indexOf(W)>=0||W===""||fe(W)?U:[].concat(ra(U),[W])},[]);else if(O==="number"){var q=l6(C,a.filter(function(U){var W,K,B=o in U.props?U.props[o]:(W=U.type.defaultProps)===null||W===void 0?void 0:W[o],G="hide"in U.props?U.props.hide:(K=U.type.defaultProps)===null||K===void 0?void 0:K.hide;return B===_&&(A||!G)}),x,i,c);q&&(E=q)}h&&(O==="number"||w!=="auto")&&(k=Ga(C,x,"category"))}else h?E=ns(0,P):s&&s[_]&&s[_].hasStack&&O==="number"?E=d==="expand"?[0,1]:Sv(s[_].stackGroups,l,u):E=yv(C,a.filter(function(U){var W=o in U.props?U.props[o]:U.type.defaultProps[o],K="hide"in U.props?U.props.hide:U.type.defaultProps.hide;return W===_&&(A||!K)}),O,c,!0);if(O==="number")E=af(f,E,_,i,T),F&&(E=Qu(F,E,j));else if(O==="category"&&F){var $=F,R=E.every(function(U){return $.indexOf(U)>=0});R&&(E=$)}}return H(H({},v),{},le({},_,H(H({},b),{},{axisType:i,domain:E,categoricalDomain:k,duplicateDomain:I,originalDomain:(m=b.domain)!==null&&m!==void 0?m:D,isCategorical:h,layout:c})))},{})},TB=function(t,r){var n=r.graphicalItems,a=r.Axis,i=r.axisType,o=r.axisIdKey,s=r.stackGroups,l=r.dataStartIndex,u=r.dataEndIndex,c=t.layout,f=t.children,d=ks(t.data,{graphicalItems:n,dataStartIndex:l,dataEndIndex:u}),h=d.length,v=bv(c,i),g=-1;return n.reduce(function(m,b){var O=b.type.defaultProps!==void 0?H(H({},b.type.defaultProps),b.props):b.props,x=O[o],j=w0("number");if(!m[x]){g++;var y;return v?y=ns(0,h):s&&s[x]&&s[x].hasStack?(y=Sv(s[x].stackGroups,l,u),y=af(f,y,x,i)):(y=Qu(j,yv(d,n.filter(function(w){var T,A,_=o in w.props?w.props[o]:(T=w.type.defaultProps)===null||T===void 0?void 0:T[o],C="hide"in w.props?w.props.hide:(A=w.type.defaultProps)===null||A===void 0?void 0:A.hide;return _===x&&!C}),"number",c),a.defaultProps.allowDataOverflow),y=af(f,y,x,i)),H(H({},m),{},le({},x,H(H({axisType:i},a.defaultProps),{},{hide:!0,orientation:wt(bB,"".concat(i,".").concat(g%2),null),domain:y,originalDomain:j,isCategorical:v,layout:c})))}return m},{})},AB=function(t,r){var n=r.axisType,a=n===void 0?"xAxis":n,i=r.AxisComp,o=r.graphicalItems,s=r.stackGroups,l=r.dataStartIndex,u=r.dataEndIndex,c=t.children,f="".concat(a,"Id"),d=dt(c,i),h={};return d&&d.length?h=SB(t,{axes:d,graphicalItems:o,axisType:a,axisIdKey:f,stackGroups:s,dataStartIndex:l,dataEndIndex:u}):o&&o.length&&(h=TB(t,{Axis:i,graphicalItems:o,axisType:a,axisIdKey:f,stackGroups:s,dataStartIndex:l,dataEndIndex:u})),h},jB=function(t){var r=mr(t),n=ur(r,!1,!0);return{tooltipTicks:n,orderedTooltipTicks:Hl(n,function(a){return a.coordinate}),tooltipAxis:r,tooltipAxisBandSize:Fo(r,n)}},S0=function(t){var r=t.children,n=t.defaultShowTooltip,a=vt(r,In),i=0,o=0;return t.data&&t.data.length!==0&&(o=t.data.length-1),a&&a.props&&(a.props.startIndex>=0&&(i=a.props.startIndex),a.props.endIndex>=0&&(o=a.props.endIndex)),{chartX:0,chartY:0,dataStartIndex:i,dataEndIndex:o,activeTooltipIndex:-1,isTooltipActive:!!n}},PB=function(t){return!t||!t.length?!1:t.some(function(r){var n=Qt(r&&r.type);return n&&n.indexOf("Bar")>=0})},T0=function(t){return t==="horizontal"?{numericAxisName:"yAxis",cateAxisName:"xAxis"}:t==="vertical"?{numericAxisName:"xAxis",cateAxisName:"yAxis"}:t==="centric"?{numericAxisName:"radiusAxis",cateAxisName:"angleAxis"}:{numericAxisName:"angleAxis",cateAxisName:"radiusAxis"}},_B=function(t,r){var n=t.props,a=t.graphicalItems,i=t.xAxisMap,o=i===void 0?{}:i,s=t.yAxisMap,l=s===void 0?{}:s,u=n.width,c=n.height,f=n.children,d=n.margin||{},h=vt(f,In),v=vt(f,gn),g=Object.keys(l).reduce(function(y,w){var T=l[w],A=T.orientation;return!T.mirror&&!T.hide?H(H({},y),{},le({},A,y[A]+T.width)):y},{left:d.left||0,right:d.right||0}),m=Object.keys(o).reduce(function(y,w){var T=o[w],A=T.orientation;return!T.mirror&&!T.hide?H(H({},y),{},le({},A,wt(y,"".concat(A))+T.height)):y},{top:d.top||0,bottom:d.bottom||0}),b=H(H({},m),g),O=b.bottom;h&&(b.bottom+=h.props.height||In.defaultProps.height),v&&r&&(b=o6(b,a,n,r));var x=u-b.left-b.right,j=c-b.top-b.bottom;return H(H({brushBottom:O},b),{},{width:Math.max(x,0),height:Math.max(j,0)})},EB=function(t,r){if(r==="xAxis")return t[r].width;if(r==="yAxis")return t[r].height},CB=function(t){var r=t.chartName,n=t.GraphicalChild,a=t.defaultTooltipEventType,i=a===void 0?"axis":a,o=t.validateTooltipEventTypes,s=o===void 0?["axis"]:o,l=t.axisComponents,u=t.legendContent,c=t.formatAxisMap,f=t.defaultProps,d=function(b,O){var x=O.graphicalItems,j=O.stackGroups,y=O.offset,w=O.updateId,T=O.dataStartIndex,A=O.dataEndIndex,_=b.barSize,C=b.layout,P=b.barGap,E=b.barCategoryGap,I=b.maxBarSize,k=T0(C),D=k.numericAxisName,M=k.cateAxisName,F=PB(x),z=[];return x.forEach(function(q,$){var R=ks(b.data,{graphicalItems:[q],dataStartIndex:T,dataEndIndex:A}),U=q.type.defaultProps!==void 0?H(H({},q.type.defaultProps),q.props):q.props,W=U.dataKey,K=U.maxBarSize,B=U["".concat(D,"Id")],G=U["".concat(M,"Id")],X={},te=l.reduce(function(Ge,ut){var Pi,_i,oa=O["".concat(ut.axisType,"Map")],Ei=U["".concat(ut.axisType,"Id")];oa&&oa[Ei]||ut.axisType==="zAxis"||(process.env.NODE_ENV!=="production"?ht(!1,"Specifying a(n) ".concat(ut.axisType,"Id requires a corresponding ").concat(ut.axisType,"Id on the targeted graphical component ").concat((Pi=q==null||(_i=q.type)===null||_i===void 0?void 0:_i.displayName)!==null&&Pi!==void 0?Pi:"")):ht());var Ci=oa[Ei];return H(H({},Ge),{},le(le({},ut.axisType,Ci),"".concat(ut.axisType,"Ticks"),ur(Ci)))},X),V=te[M],Z=te["".concat(M,"Ticks")],ee=j&&j[B]&&j[B].hasStack&&x6(q,j[B].stackGroups),L=Qt(q.type).indexOf("Bar")>=0,oe=Fo(V,Z),Y=[],ue=F&&a6({barSize:_,stackGroups:j,totalSize:EB(te,M)});if(L){var re,me,We=fe(K)?I:K,Be=(re=(me=Fo(V,Z,!0))!==null&&me!==void 0?me:We)!==null&&re!==void 0?re:0;Y=i6({barGap:P,barCategoryGap:E,bandSize:Be!==oe?Be:oe,sizeList:ue[G],maxBarSize:We}),Be!==oe&&(Y=Y.map(function(Ge){return H(H({},Ge),{},{position:H(H({},Ge.position),{},{offset:Ge.position.offset-Be/2})})}))}var Fe=q&&q.type&&q.type.getComposedData;Fe&&z.push({props:H(H({},Fe(H(H({},te),{},{displayedData:R,props:b,dataKey:W,item:q,bandSize:oe,barPosition:Y,offset:y,stackedData:ee,layout:C,dataStartIndex:T,dataEndIndex:A}))),{},le(le(le({key:q.key||"item-".concat($)},D,te[D]),M,te[M]),"animationId",w)),childIndex:rO(q,b.children),item:q})}),z},h=function(b,O){var x=b.props,j=b.dataStartIndex,y=b.dataEndIndex,w=b.updateId;if(!fd({props:x}))return null;var T=x.children,A=x.layout,_=x.stackOffset,C=x.data,P=x.reverseStackOrder,E=T0(A),I=E.numericAxisName,k=E.cateAxisName,D=dt(T,n),M=g6(C,D,"".concat(I,"Id"),"".concat(k,"Id"),_,P),F=l.reduce(function(U,W){var K="".concat(W.axisType,"Map");return H(H({},U),{},le({},K,AB(x,H(H({},W),{},{graphicalItems:D,stackGroups:W.axisType===I&&M,dataStartIndex:j,dataEndIndex:y}))))},{}),z=_B(H(H({},F),{},{props:x,graphicalItems:D}),O==null?void 0:O.legendBBox);Object.keys(F).forEach(function(U){F[U]=c(x,F[U],z,U.replace("Map",""),r)});var q=F["".concat(k,"Map")],$=jB(q),R=d(x,H(H({},F),{},{dataStartIndex:j,dataEndIndex:y,updateId:w,graphicalItems:D,stackGroups:M,offset:z}));return H(H({formattedGraphicalItems:R,graphicalItems:D,offset:z,stackGroups:M},$),F)},v=function(m){function b(O){var x,j,y;return lB(this,b),y=fB(this,b,[O]),le(y,"eventEmitterSymbol",Symbol("rechartsEventEmitter")),le(y,"accessibilityManager",new KR),le(y,"handleLegendBBoxUpdate",function(w){if(w){var T=y.state,A=T.dataStartIndex,_=T.dataEndIndex,C=T.updateId;y.setState(H({legendBBox:w},h({props:y.props,dataStartIndex:A,dataEndIndex:_,updateId:C},H(H({},y.state),{},{legendBBox:w}))))}}),le(y,"handleReceiveSyncEvent",function(w,T,A){if(y.props.syncId===w){if(A===y.eventEmitterSymbol&&typeof y.props.syncMethod!="function")return;y.applySyncEvent(T)}}),le(y,"handleBrushChange",function(w){var T=w.startIndex,A=w.endIndex;if(T!==y.state.dataStartIndex||A!==y.state.dataEndIndex){var _=y.state.updateId;y.setState(function(){return H({dataStartIndex:T,dataEndIndex:A},h({props:y.props,dataStartIndex:T,dataEndIndex:A,updateId:_},y.state))}),y.triggerSyncEvent({dataStartIndex:T,dataEndIndex:A})}}),le(y,"handleMouseEnter",function(w){var T=y.getMouseInfo(w);if(T){var A=H(H({},T),{},{isTooltipActive:!0});y.setState(A),y.triggerSyncEvent(A);var _=y.props.onMouseEnter;pe(_)&&_(A,w)}}),le(y,"triggeredAfterMouseMove",function(w){var T=y.getMouseInfo(w),A=T?H(H({},T),{},{isTooltipActive:!0}):{isTooltipActive:!1};y.setState(A),y.triggerSyncEvent(A);var _=y.props.onMouseMove;pe(_)&&_(A,w)}),le(y,"handleItemMouseEnter",function(w){y.setState(function(){return{isTooltipActive:!0,activeItem:w,activePayload:w.tooltipPayload,activeCoordinate:w.tooltipPosition||{x:w.cx,y:w.cy}}})}),le(y,"handleItemMouseLeave",function(){y.setState(function(){return{isTooltipActive:!1}})}),le(y,"handleMouseMove",function(w){w.persist(),y.throttleTriggeredAfterMouseMove(w)}),le(y,"handleMouseLeave",function(w){y.throttleTriggeredAfterMouseMove.cancel();var T={isTooltipActive:!1};y.setState(T),y.triggerSyncEvent(T);var A=y.props.onMouseLeave;pe(A)&&A(T,w)}),le(y,"handleOuterEvent",function(w){var T=tO(w),A=wt(y.props,"".concat(T));if(T&&pe(A)){var _,C;/.*touch.*/i.test(T)?C=y.getMouseInfo(w.changedTouches[0]):C=y.getMouseInfo(w),A((_=C)!==null&&_!==void 0?_:{},w)}}),le(y,"handleClick",function(w){var T=y.getMouseInfo(w);if(T){var A=H(H({},T),{},{isTooltipActive:!0});y.setState(A),y.triggerSyncEvent(A);var _=y.props.onClick;pe(_)&&_(A,w)}}),le(y,"handleMouseDown",function(w){var T=y.props.onMouseDown;if(pe(T)){var A=y.getMouseInfo(w);T(A,w)}}),le(y,"handleMouseUp",function(w){var T=y.props.onMouseUp;if(pe(T)){var A=y.getMouseInfo(w);T(A,w)}}),le(y,"handleTouchMove",function(w){w.changedTouches!=null&&w.changedTouches.length>0&&y.throttleTriggeredAfterMouseMove(w.changedTouches[0])}),le(y,"handleTouchStart",function(w){w.changedTouches!=null&&w.changedTouches.length>0&&y.handleMouseDown(w.changedTouches[0])}),le(y,"handleTouchEnd",function(w){w.changedTouches!=null&&w.changedTouches.length>0&&y.handleMouseUp(w.changedTouches[0])}),le(y,"handleDoubleClick",function(w){var T=y.props.onDoubleClick;if(pe(T)){var A=y.getMouseInfo(w);T(A,w)}}),le(y,"handleContextMenu",function(w){var T=y.props.onContextMenu;if(pe(T)){var A=y.getMouseInfo(w);T(A,w)}}),le(y,"triggerSyncEvent",function(w){y.props.syncId!==void 0&&of.emit(sf,y.props.syncId,w,y.eventEmitterSymbol)}),le(y,"applySyncEvent",function(w){var T=y.props,A=T.layout,_=T.syncMethod,C=y.state.updateId,P=w.dataStartIndex,E=w.dataEndIndex;if(w.dataStartIndex!==void 0||w.dataEndIndex!==void 0)y.setState(H({dataStartIndex:P,dataEndIndex:E},h({props:y.props,dataStartIndex:P,dataEndIndex:E,updateId:C},y.state)));else if(w.activeTooltipIndex!==void 0){var I=w.chartX,k=w.chartY,D=w.activeTooltipIndex,M=y.state,F=M.offset,z=M.tooltipTicks;if(!F)return;if(typeof _=="function")D=_(z,w);else if(_==="value"){D=-1;for(var q=0;q<z.length;q++)if(z[q].value===w.activeLabel){D=q;break}}var $=H(H({},F),{},{x:F.left,y:F.top}),R=Math.min(I,$.x+$.width),U=Math.min(k,$.y+$.height),W=z[D]&&z[D].value,K=ff(y.state,y.props.data,D),B=z[D]?{x:A==="horizontal"?z[D].coordinate:R,y:A==="horizontal"?U:z[D].coordinate}:x0;y.setState(H(H({},w),{},{activeLabel:W,activeCoordinate:B,activePayload:K,activeTooltipIndex:D}))}else y.setState(w)}),le(y,"renderCursor",function(w){var T,A=y.state,_=A.isTooltipActive,C=A.activeCoordinate,P=A.activePayload,E=A.offset,I=A.activeTooltipIndex,k=A.tooltipAxisBandSize,D=y.getTooltipEventType(),M=(T=w.props.active)!==null&&T!==void 0?T:_,F=y.props.layout,z=w.key||"_recharts-cursor";return S.createElement(tB,{key:z,activeCoordinate:C,activePayload:P,activeTooltipIndex:I,chartName:r,element:w,isActive:M,layout:F,offset:E,tooltipAxisBandSize:k,tooltipEventType:D})}),le(y,"renderPolarAxis",function(w,T,A){var _=wt(w,"type.axisType"),C=wt(y.state,"".concat(_,"Map")),P=w.type.defaultProps,E=P!==void 0?H(H({},P),w.props):w.props,I=C&&C[E["".concat(_,"Id")]];return S.cloneElement(w,H(H({},I),{},{className:ve(_,I.className),key:w.key||"".concat(T,"-").concat(A),ticks:ur(I,!0)}))}),le(y,"renderPolarGrid",function(w){var T=w.props,A=T.radialLines,_=T.polarAngles,C=T.polarRadius,P=y.state,E=P.radiusAxisMap,I=P.angleAxisMap,k=mr(E),D=mr(I),M=D.cx,F=D.cy,z=D.innerRadius,q=D.outerRadius;return S.cloneElement(w,{polarAngles:Array.isArray(_)?_:ur(D,!0).map(function($){return $.coordinate}),polarRadius:Array.isArray(C)?C:ur(k,!0).map(function($){return $.coordinate}),cx:M,cy:F,innerRadius:z,outerRadius:q,key:w.key||"polar-grid",radialLines:A})}),le(y,"renderLegend",function(){var w=y.state.formattedGraphicalItems,T=y.props,A=T.children,_=T.width,C=T.height,P=y.props.margin||{},E=_-(P.left||0)-(P.right||0),I=hv({children:A,formattedGraphicalItems:w,legendWidth:E,legendContent:u});if(!I)return null;var k=I.item,D=m0(I,rB);return S.cloneElement(k,H(H({},D),{},{chartWidth:_,chartHeight:C,margin:P,onBBoxUpdate:y.handleLegendBBoxUpdate}))}),le(y,"renderTooltip",function(){var w,T=y.props,A=T.children,_=T.accessibilityLayer,C=vt(A,Ut);if(!C)return null;var P=y.state,E=P.isTooltipActive,I=P.activeCoordinate,k=P.activePayload,D=P.activeLabel,M=P.offset,F=(w=C.props.active)!==null&&w!==void 0?w:E;return S.cloneElement(C,{viewBox:H(H({},M),{},{x:M.left,y:M.top}),active:F,label:D,payload:F?k:[],coordinate:I,accessibilityLayer:_})}),le(y,"renderBrush",function(w){var T=y.props,A=T.margin,_=T.data,C=y.state,P=C.offset,E=C.dataStartIndex,I=C.dataEndIndex,k=C.updateId;return S.cloneElement(w,{key:w.key||"_recharts-brush",onChange:Bo(y.handleBrushChange,w.props.onChange),data:_,x:Q(w.props.x)?w.props.x:P.left,y:Q(w.props.y)?w.props.y:P.top+P.height+P.brushBottom-(A.bottom||0),width:Q(w.props.width)?w.props.width:P.width,startIndex:E,endIndex:I,updateId:"brush-".concat(k)})}),le(y,"renderReferenceElement",function(w,T,A){if(!w)return null;var _=y,C=_.clipPathId,P=y.state,E=P.xAxisMap,I=P.yAxisMap,k=P.offset,D=w.type.defaultProps||{},M=w.props,F=M.xAxisId,z=F===void 0?D.xAxisId:F,q=M.yAxisId,$=q===void 0?D.yAxisId:q;return S.cloneElement(w,{key:w.key||"".concat(T,"-").concat(A),xAxis:E[z],yAxis:I[$],viewBox:{x:k.left,y:k.top,width:k.width,height:k.height},clipPathId:C})}),le(y,"renderActivePoints",function(w){var T=w.item,A=w.activePoint,_=w.basePoint,C=w.childIndex,P=w.isRange,E=[],I=T.props.key,k=T.item.type.defaultProps!==void 0?H(H({},T.item.type.defaultProps),T.item.props):T.item.props,D=k.activeDot,M=k.dataKey,F=H(H({index:C,dataKey:M,cx:A.x,cy:A.y,r:4,fill:Zu(T.item),strokeWidth:2,stroke:"#fff",payload:A.payload,value:A.value},de(D,!1)),Bi(D));return E.push(b.renderActiveDot(D,F,"".concat(I,"-activePoint-").concat(C))),_?E.push(b.renderActiveDot(D,H(H({},F),{},{cx:_.x,cy:_.y}),"".concat(I,"-basePoint-").concat(C))):P&&E.push(null),E}),le(y,"renderGraphicChild",function(w,T,A){var _=y.filterFormatItem(w,T,A);if(!_)return null;var C=y.getTooltipEventType(),P=y.state,E=P.isTooltipActive,I=P.tooltipAxis,k=P.activeTooltipIndex,D=P.activeLabel,M=y.props.children,F=vt(M,Ut),z=_.props,q=z.points,$=z.isRange,R=z.baseLine,U=_.item.type.defaultProps!==void 0?H(H({},_.item.type.defaultProps),_.item.props):_.item.props,W=U.activeDot,K=U.hide,B=U.activeBar,G=U.activeShape,X=!!(!K&&E&&F&&(W||B||G)),te={};C!=="axis"&&F&&F.props.trigger==="click"?te={onClick:Bo(y.handleItemMouseEnter,w.props.onClick)}:C!=="axis"&&(te={onMouseLeave:Bo(y.handleItemMouseLeave,w.props.onMouseLeave),onMouseEnter:Bo(y.handleItemMouseEnter,w.props.onMouseEnter)});var V=S.cloneElement(w,H(H({},_.props),te));function Z(ut){return typeof I.dataKey=="function"?I.dataKey(ut.payload):null}if(X)if(k>=0){var ee,L;if(I.dataKey&&!I.allowDuplicatedCategory){var oe=typeof I.dataKey=="function"?Z:"payload.".concat(I.dataKey.toString());ee=Ri(q,oe,D),L=$&&R&&Ri(R,oe,D)}else ee=q==null?void 0:q[k],L=$&&R&&R[k];if(G||B){var Y=w.props.activeIndex!==void 0?w.props.activeIndex:k;return[S.cloneElement(w,H(H(H({},_.props),te),{},{activeIndex:Y})),null,null]}if(!fe(ee))return[V].concat(ra(y.renderActivePoints({item:_,activePoint:ee,basePoint:L,childIndex:k,isRange:$})))}else{var ue,re=(ue=y.getItemByXY(y.state.activeCoordinate))!==null&&ue!==void 0?ue:{graphicalItem:V},me=re.graphicalItem,We=me.item,Be=We===void 0?w:We,Fe=me.childIndex,Ge=H(H(H({},_.props),te),{},{activeIndex:Fe});return[S.cloneElement(Be,Ge),null,null]}return $?[V,null,null]:[V,null]}),le(y,"renderCustomized",function(w,T,A){return S.cloneElement(w,H(H({key:"recharts-customized-".concat(A)},y.props),y.state))}),le(y,"renderMap",{CartesianGrid:{handler:$s,once:!0},ReferenceArea:{handler:y.renderReferenceElement},ReferenceLine:{handler:$s},ReferenceDot:{handler:y.renderReferenceElement},XAxis:{handler:$s},YAxis:{handler:$s},Brush:{handler:y.renderBrush,once:!0},Bar:{handler:y.renderGraphicChild},Line:{handler:y.renderGraphicChild},Area:{handler:y.renderGraphicChild},Radar:{handler:y.renderGraphicChild},RadialBar:{handler:y.renderGraphicChild},Scatter:{handler:y.renderGraphicChild},Pie:{handler:y.renderGraphicChild},Funnel:{handler:y.renderGraphicChild},Tooltip:{handler:y.renderCursor,once:!0},PolarGrid:{handler:y.renderPolarGrid,once:!0},PolarAngleAxis:{handler:y.renderPolarAxis},PolarRadiusAxis:{handler:y.renderPolarAxis},Customized:{handler:y.renderCustomized}}),y.clipPathId="".concat((x=O.id)!==null&&x!==void 0?x:kr("recharts"),"-clip"),y.throttleTriggeredAfterMouseMove=fh(y.triggeredAfterMouseMove,(j=O.throttleDelay)!==null&&j!==void 0?j:1e3/60),y.state={},y}return hB(b,m),cB(b,[{key:"componentDidMount",value:function(){var x,j;this.addListener(),this.accessibilityManager.setDetails({container:this.container,offset:{left:(x=this.props.margin.left)!==null&&x!==void 0?x:0,top:(j=this.props.margin.top)!==null&&j!==void 0?j:0},coordinateList:this.state.tooltipTicks,mouseHandlerCallback:this.triggeredAfterMouseMove,layout:this.props.layout}),this.displayDefaultTooltip()}},{key:"displayDefaultTooltip",value:function(){var x=this.props,j=x.children,y=x.data,w=x.height,T=x.layout,A=vt(j,Ut);if(A){var _=A.props.defaultIndex;if(!(typeof _!="number"||_<0||_>this.state.tooltipTicks.length-1)){var C=this.state.tooltipTicks[_]&&this.state.tooltipTicks[_].value,P=ff(this.state,y,_,C),E=this.state.tooltipTicks[_].coordinate,I=(this.state.offset.top+w)/2,k=T==="horizontal",D=k?{x:E,y:I}:{y:E,x:I},M=this.state.formattedGraphicalItems.find(function(z){var q=z.item;return q.type.name==="Scatter"});M&&(D=H(H({},D),M.props.points[_].tooltipPosition),P=M.props.points[_].tooltipPayload);var F={activeTooltipIndex:_,isTooltipActive:!0,activeLabel:C,activePayload:P,activeCoordinate:D};this.setState(F),this.renderCursor(A),this.accessibilityManager.setIndex(_)}}}},{key:"getSnapshotBeforeUpdate",value:function(x,j){if(!this.props.accessibilityLayer)return null;if(this.state.tooltipTicks!==j.tooltipTicks&&this.accessibilityManager.setDetails({coordinateList:this.state.tooltipTicks}),this.props.layout!==x.layout&&this.accessibilityManager.setDetails({layout:this.props.layout}),this.props.margin!==x.margin){var y,w;this.accessibilityManager.setDetails({offset:{left:(y=this.props.margin.left)!==null&&y!==void 0?y:0,top:(w=this.props.margin.top)!==null&&w!==void 0?w:0}})}return null}},{key:"componentDidUpdate",value:function(x){fl([vt(x.children,Ut)],[vt(this.props.children,Ut)])||this.displayDefaultTooltip()}},{key:"componentWillUnmount",value:function(){this.removeListener(),this.throttleTriggeredAfterMouseMove.cancel()}},{key:"getTooltipEventType",value:function(){var x=vt(this.props.children,Ut);if(x&&typeof x.props.shared=="boolean"){var j=x.props.shared?"axis":"item";return s.indexOf(j)>=0?j:i}return i}},{key:"getMouseInfo",value:function(x){if(!this.container)return null;var j=this.container,y=j.getBoundingClientRect(),w=Ck(y),T={chartX:Math.round(x.pageX-w.left),chartY:Math.round(x.pageY-w.top)},A=y.width/j.offsetWidth||1,_=this.inRange(T.chartX,T.chartY,A);if(!_)return null;var C=this.state,P=C.xAxisMap,E=C.yAxisMap,I=this.getTooltipEventType(),k=O0(this.state,this.props.data,this.props.layout,_);if(I!=="axis"&&P&&E){var D=mr(P).scale,M=mr(E).scale,F=D&&D.invert?D.invert(T.chartX):null,z=M&&M.invert?M.invert(T.chartY):null;return H(H({},T),{},{xValue:F,yValue:z},k)}return k?H(H({},T),k):null}},{key:"inRange",value:function(x,j){var y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,w=this.props.layout,T=x/y,A=j/y;if(w==="horizontal"||w==="vertical"){var _=this.state.offset,C=T>=_.left&&T<=_.left+_.width&&A>=_.top&&A<=_.top+_.height;return C?{x:T,y:A}:null}var P=this.state,E=P.angleAxisMap,I=P.radiusAxisMap;if(E&&I){var k=mr(E);return Cv({x:T,y:A},k)}return null}},{key:"parseEventsOfWrapper",value:function(){var x=this.props.children,j=this.getTooltipEventType(),y=vt(x,Ut),w={};y&&j==="axis"&&(y.props.trigger==="click"?w={onClick:this.handleClick}:w={onMouseEnter:this.handleMouseEnter,onDoubleClick:this.handleDoubleClick,onMouseMove:this.handleMouseMove,onMouseLeave:this.handleMouseLeave,onTouchMove:this.handleTouchMove,onTouchStart:this.handleTouchStart,onTouchEnd:this.handleTouchEnd,onContextMenu:this.handleContextMenu});var T=Bi(this.props,this.handleOuterEvent);return H(H({},T),w)}},{key:"addListener",value:function(){of.on(sf,this.handleReceiveSyncEvent)}},{key:"removeListener",value:function(){of.removeListener(sf,this.handleReceiveSyncEvent)}},{key:"filterFormatItem",value:function(x,j,y){for(var w=this.state.formattedGraphicalItems,T=0,A=w.length;T<A;T++){var _=w[T];if(_.item===x||_.props.key===x.key||j===Qt(_.item.type)&&y===_.childIndex)return _}return null}},{key:"renderClipPath",value:function(){var x=this.clipPathId,j=this.state.offset,y=j.left,w=j.top,T=j.height,A=j.width;return S.createElement("defs",null,S.createElement("clipPath",{id:x},S.createElement("rect",{x:y,y:w,height:T,width:A})))}},{key:"getXScales",value:function(){var x=this.state.xAxisMap;return x?Object.entries(x).reduce(function(j,y){var w=h0(y,2),T=w[0],A=w[1];return H(H({},j),{},le({},T,A.scale))},{}):null}},{key:"getYScales",value:function(){var x=this.state.yAxisMap;return x?Object.entries(x).reduce(function(j,y){var w=h0(y,2),T=w[0],A=w[1];return H(H({},j),{},le({},T,A.scale))},{}):null}},{key:"getXScaleByAxisId",value:function(x){var j;return(j=this.state.xAxisMap)===null||j===void 0||(j=j[x])===null||j===void 0?void 0:j.scale}},{key:"getYScaleByAxisId",value:function(x){var j;return(j=this.state.yAxisMap)===null||j===void 0||(j=j[x])===null||j===void 0?void 0:j.scale}},{key:"getItemByXY",value:function(x){var j=this.state,y=j.formattedGraphicalItems,w=j.activeItem;if(y&&y.length)for(var T=0,A=y.length;T<A;T++){var _=y[T],C=_.props,P=_.item,E=P.type.defaultProps!==void 0?H(H({},P.type.defaultProps),P.props):P.props,I=Qt(P.type);if(I==="Bar"){var k=(C.data||[]).find(function(z){return vD(x,z)});if(k)return{graphicalItem:_,payload:k}}else if(I==="RadialBar"){var D=(C.data||[]).find(function(z){return Cv(x,z)});if(D)return{graphicalItem:_,payload:D}}else if(ts(_,w)||rs(_,w)||ui(_,w)){var M=yI({graphicalItem:_,activeTooltipItem:w,itemData:E.data}),F=E.activeIndex===void 0?M:E.activeIndex;return{graphicalItem:H(H({},_),{},{childIndex:F}),payload:ui(_,w)?E.data[M]:_.props.data[M]}}}return null}},{key:"render",value:function(){var x=this;if(!fd(this))return null;var j=this.props,y=j.children,w=j.className,T=j.width,A=j.height,_=j.style,C=j.compact,P=j.title,E=j.desc,I=m0(j,nB),k=de(I,!1);if(C)return S.createElement(dy,{state:this.state,width:this.props.width,height:this.props.height,clipPathId:this.clipPathId},S.createElement(pl,ta({},k,{width:T,height:A,title:P,desc:E}),this.renderClipPath(),hd(y,this.renderMap)));if(this.props.accessibilityLayer){var D,M;k.tabIndex=(D=this.props.tabIndex)!==null&&D!==void 0?D:0,k.role=(M=this.props.role)!==null&&M!==void 0?M:"application",k.onKeyDown=function(z){x.accessibilityManager.keyboardEvent(z)},k.onFocus=function(){x.accessibilityManager.focus()}}var F=this.parseEventsOfWrapper();return S.createElement(dy,{state:this.state,width:this.props.width,height:this.props.height,clipPathId:this.clipPathId},S.createElement("div",ta({className:ve("recharts-wrapper",w),style:H({position:"relative",cursor:"default",width:T,height:A},_)},F,{ref:function(q){x.container=q}}),S.createElement(pl,ta({},k,{width:T,height:A,title:P,desc:E,style:xB}),this.renderClipPath(),hd(y,this.renderMap)),this.renderLegend(),this.renderTooltip()))}}])}(S.Component);le(v,"displayName",r),le(v,"defaultProps",H({layout:"horizontal",stackOffset:"none",barCategoryGap:"10%",barGap:4,margin:{top:5,right:5,bottom:5,left:5},reverseStackOrder:!1,syncMethod:"index"},f)),le(v,"getDerivedStateFromProps",function(m,b){var O=m.dataKey,x=m.data,j=m.children,y=m.width,w=m.height,T=m.layout,A=m.stackOffset,_=m.margin,C=b.dataStartIndex,P=b.dataEndIndex;if(b.updateId===void 0){var E=S0(m);return H(H(H({},E),{},{updateId:0},h(H(H({props:m},E),{},{updateId:0}),b)),{},{prevDataKey:O,prevData:x,prevWidth:y,prevHeight:w,prevLayout:T,prevStackOffset:A,prevMargin:_,prevChildren:j})}if(O!==b.prevDataKey||x!==b.prevData||y!==b.prevWidth||w!==b.prevHeight||T!==b.prevLayout||A!==b.prevStackOffset||!cn(_,b.prevMargin)){var I=S0(m),k={chartX:b.chartX,chartY:b.chartY,isTooltipActive:b.isTooltipActive},D=H(H({},O0(b,x,T)),{},{updateId:b.updateId+1}),M=H(H(H({},I),k),D);return H(H(H({},M),h(H({props:m},M),b)),{},{prevDataKey:O,prevData:x,prevWidth:y,prevHeight:w,prevLayout:T,prevStackOffset:A,prevMargin:_,prevChildren:j})}if(!fl(j,b.prevChildren)){var F,z,q,$,R=vt(j,In),U=R&&(F=(z=R.props)===null||z===void 0?void 0:z.startIndex)!==null&&F!==void 0?F:C,W=R&&(q=($=R.props)===null||$===void 0?void 0:$.endIndex)!==null&&q!==void 0?q:P,K=U!==C||W!==P,B=!fe(x),G=B&&!K?b.updateId:b.updateId+1;return H(H({updateId:G},h(H(H({props:m},b),{},{updateId:G,dataStartIndex:U,dataEndIndex:W}),b)),{},{prevChildren:j,dataStartIndex:U,dataEndIndex:W})}return null}),le(v,"renderActiveDot",function(m,b,O){var x;return S.isValidElement(m)?x=S.cloneElement(m,b):pe(m)?x=m(b):x=S.createElement(Jo,b),S.createElement(xe,{className:"recharts-active-dot",key:O},x)});var g=S.forwardRef(function(b,O){return S.createElement(v,ta({},b,{ref:O}))});return g.displayName=v.displayName,g},$B=CB({chartName:"ComposedChart",GraphicalChild:[mi,jr,Bn,Ts],axisComponents:[{axisType:"xAxis",AxisComp:js},{axisType:"yAxis",AxisComp:_s},{axisType:"zAxis",AxisComp:Os}],formatAxisMap:z9});const na=({className:e,width:t,height:r,rounded:n=!1})=>p.jsx("div",{className:se("animate-pulse bg-gray-200",n?"rounded-full":"rounded",e),style:{width:typeof t=="number"?`${t}px`:t,height:typeof r=="number"?`${r}px`:r}}),xi=({className:e})=>p.jsxs("div",{className:se("rounded-lg border border-gray-200 bg-white p-[16px]",e),children:[p.jsxs("div",{className:"flex items-center gap-2 mb-[12px]",children:[p.jsx(na,{className:"h-[16px] w-[64px]"}),p.jsx(na,{className:"h-[16px] w-[16px]",rounded:!0})]}),p.jsxs("div",{className:"flex items-baseline gap-[12px]",children:[p.jsx(na,{className:"h-[32px] w-[80px]"}),p.jsx(na,{className:"h-[24px] w-[48px] rounded-md"})]})]}),A0=({className:e,chartType:t="line",height:r=300})=>{const n=o=>{if(o.length===0)return"";let s=`M ${o[0].x} ${o[0].y}`;for(let l=1;l<o.length;l++){const u=o[l-1],c=o[l],f=u.x+(c.x-u.x)*.4,d=u.y,h=u.x+(c.x-u.x)*.6,v=c.y;s+=` C ${f} ${d} ${h} ${v} ${c.x} ${c.y}`}return s},a=(o=7)=>Array.from({length:o},(c,f)=>({x:f/(o-1)*100,y:80-Math.random()*60})),i=()=>{switch(t){case"bar":return p.jsx("div",{className:"absolute inset-0 flex items-end justify-between px-[16px] pb-[16px]",children:[...Array(7)].map((m,b)=>p.jsx(na,{className:"w-[32px] bg-blue-100",height:`${Math.random()*60+20}%`},b))});case"line":const o=a(12),s=n(o),l=o[o.length-1],u=o[0],c=`${s} L ${l.x} 100 L ${u.x} 100 Z`;return p.jsx("div",{className:"absolute inset-0 p-[16px]",children:p.jsxs("svg",{className:"w-full h-full",viewBox:"0 0 100 100",preserveAspectRatio:"none",children:[p.jsxs("defs",{children:[p.jsxs("linearGradient",{id:"skeleton-area-fill",x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[p.jsx("stop",{offset:"0%",stopColor:"#8b5cf6",stopOpacity:"0.1",children:p.jsx("animate",{attributeName:"stop-opacity",values:"0.1;0.15;0.1",dur:"3s",repeatCount:"indefinite"})}),p.jsx("stop",{offset:"100%",stopColor:"#8b5cf6",stopOpacity:"0.02",children:p.jsx("animate",{attributeName:"stop-opacity",values:"0.02;0.05;0.02",dur:"3s",repeatCount:"indefinite"})})]}),p.jsxs("linearGradient",{id:"skeleton-line-shimmer",x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[p.jsx("stop",{offset:"0%",stopColor:"#e2e8f0",stopOpacity:"0.3",children:p.jsx("animate",{attributeName:"stop-opacity",values:"0.3;0.6;0.3",dur:"2.5s",repeatCount:"indefinite"})}),p.jsx("stop",{offset:"50%",stopColor:"#cbd5e1",stopOpacity:"0.6",children:p.jsx("animate",{attributeName:"stop-opacity",values:"0.6;0.3;0.6",dur:"2.5s",repeatCount:"indefinite"})}),p.jsx("stop",{offset:"100%",stopColor:"#e2e8f0",stopOpacity:"0.3",children:p.jsx("animate",{attributeName:"stop-opacity",values:"0.3;0.6;0.3",dur:"2.5s",repeatCount:"indefinite"})})]})]}),p.jsx("path",{d:c,fill:"url(#skeleton-area-fill)"}),p.jsx("path",{d:s,stroke:"url(#skeleton-line-shimmer)",strokeWidth:"1.5",fill:"none",strokeLinecap:"round",strokeLinejoin:"round"})]})});case"area":const f=a(),d=n(f),h=f[f.length-1],v=f[0],g=`${d} L ${h.x} 90 L ${v.x} 90 Z`;return p.jsx("div",{className:"absolute inset-0 p-[16px]",children:p.jsxs("svg",{className:"w-full h-full",viewBox:"0 0 100 100",preserveAspectRatio:"none",children:[p.jsxs("defs",{children:[p.jsxs("linearGradient",{id:"skeleton-area-gradient",x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[p.jsx("stop",{offset:"0%",stopColor:"#3b82f6",stopOpacity:"0.2",children:p.jsx("animate",{attributeName:"stop-opacity",values:"0.2;0.4;0.2",dur:"2s",repeatCount:"indefinite"})}),p.jsx("stop",{offset:"100%",stopColor:"#3b82f6",stopOpacity:"0.05",children:p.jsx("animate",{attributeName:"stop-opacity",values:"0.05;0.1;0.05",dur:"2s",repeatCount:"indefinite"})})]}),p.jsxs("linearGradient",{id:"skeleton-area-line",x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[p.jsx("stop",{offset:"0%",stopColor:"#3b82f6",stopOpacity:"0.4",children:p.jsx("animate",{attributeName:"stop-opacity",values:"0.4;0.8;0.4",dur:"2s",repeatCount:"indefinite"})}),p.jsx("stop",{offset:"50%",stopColor:"#3b82f6",stopOpacity:"0.8",children:p.jsx("animate",{attributeName:"stop-opacity",values:"0.8;0.4;0.8",dur:"2s",repeatCount:"indefinite"})}),p.jsx("stop",{offset:"100%",stopColor:"#3b82f6",stopOpacity:"0.4",children:p.jsx("animate",{attributeName:"stop-opacity",values:"0.4;0.8;0.4",dur:"2s",repeatCount:"indefinite"})})]})]}),p.jsx("path",{d:g,fill:"url(#skeleton-area-gradient)"}),p.jsx("path",{d:n(f),stroke:"url(#skeleton-area-line)",strokeWidth:"2.5",fill:"none",strokeLinecap:"round",strokeLinejoin:"round"})]})});case"pie":return p.jsx("div",{className:"absolute inset-0 flex items-center justify-center p-[16px]",children:p.jsxs("svg",{className:"w-32 h-32",viewBox:"0 0 42 42",children:[p.jsxs("defs",{children:[p.jsx("linearGradient",{id:"skeleton-pie-gradient-1",children:p.jsx("stop",{offset:"0%",stopColor:"#3b82f6",stopOpacity:"0.3",children:p.jsx("animate",{attributeName:"stop-opacity",values:"0.3;0.6;0.3",dur:"2s",repeatCount:"indefinite"})})}),p.jsx("linearGradient",{id:"skeleton-pie-gradient-2",children:p.jsx("stop",{offset:"0%",stopColor:"#10b981",stopOpacity:"0.3",children:p.jsx("animate",{attributeName:"stop-opacity",values:"0.3;0.6;0.3",dur:"2s",repeatCount:"indefinite",begin:"0.5s"})})}),p.jsx("linearGradient",{id:"skeleton-pie-gradient-3",children:p.jsx("stop",{offset:"0%",stopColor:"#f59e0b",stopOpacity:"0.3",children:p.jsx("animate",{attributeName:"stop-opacity",values:"0.3;0.6;0.3",dur:"2s",repeatCount:"indefinite",begin:"1s"})})}),p.jsx("linearGradient",{id:"skeleton-pie-gradient-4",children:p.jsx("stop",{offset:"0%",stopColor:"#ef4444",stopOpacity:"0.3",children:p.jsx("animate",{attributeName:"stop-opacity",values:"0.3;0.6;0.3",dur:"2s",repeatCount:"indefinite",begin:"1.5s"})})})]}),p.jsx("circle",{cx:"21",cy:"21",r:"15.915",fill:"transparent",stroke:"#e5e7eb",strokeWidth:"3"}),p.jsx("circle",{cx:"21",cy:"21",r:"15.915",fill:"transparent",stroke:"url(#skeleton-pie-gradient-1)",strokeWidth:"3",strokeDasharray:"40 60",strokeDashoffset:"25"}),p.jsx("circle",{cx:"21",cy:"21",r:"15.915",fill:"transparent",stroke:"url(#skeleton-pie-gradient-2)",strokeWidth:"3",strokeDasharray:"25 75",strokeDashoffset:"65"}),p.jsx("circle",{cx:"21",cy:"21",r:"15.915",fill:"transparent",stroke:"url(#skeleton-pie-gradient-3)",strokeWidth:"3",strokeDasharray:"20 80",strokeDashoffset:"90"}),p.jsx("circle",{cx:"21",cy:"21",r:"15.915",fill:"transparent",stroke:"url(#skeleton-pie-gradient-4)",strokeWidth:"3",strokeDasharray:"15 85",strokeDashoffset:"110"})]})});default:return p.jsx("div",{className:"absolute inset-0 p-[16px]",children:p.jsxs("div",{className:"w-full h-full relative",children:[p.jsx("div",{className:"absolute inset-0 flex items-center",children:p.jsx("div",{className:"w-full h-0.5 bg-gradient-to-r from-transparent via-gray-300 to-transparent opacity-60",children:p.jsx("div",{className:"w-full h-full bg-gradient-to-r from-transparent via-blue-400 to-transparent animate-pulse"})})}),p.jsx("div",{className:"absolute inset-0 flex items-center justify-between px-2",children:[...Array(7)].map((m,b)=>p.jsx("div",{className:"w-2 h-2 bg-blue-300 rounded-full animate-pulse",style:{animationDelay:`${b*.2}s`}},b))})]})})}};return p.jsx("div",{className:se("w-full",e),children:p.jsxs("div",{className:"relative bg-gray-50/30",children:[p.jsxs("div",{className:"relative",style:{height:`${r}px`},children:[p.jsxs("div",{className:"absolute left-0 top-0 h-full flex flex-col justify-between items-end pr-[12px]",children:[p.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"})]}),p.jsxs("div",{className:"ml-14 h-full relative overflow-hidden px-0 py-2 flex flex-col justify-between",children:[t!=="pie"&&p.jsxs(p.Fragment,{children:[p.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),p.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),p.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),p.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),p.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),p.jsx("div",{className:"h-0 w-full border-t border-gray-100"})]}),i()]}),t!=="pie"&&p.jsxs("div",{className:"ml-[56px] flex justify-between items-center mt-[12px]",children:[p.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px]"}),p.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px]"}),p.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px]"}),p.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px]"}),p.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px"}),p.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px]"}),p.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px]"}),p.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[16px]"})]})]}),p.jsxs("div",{className:"flex items-center justify-between px-0 py-[12px] mt-[8px]",children:[p.jsx("div",{className:"flex-1",children:p.jsx("div",{className:"bg-gray-100 h-[16px] rounded w-[256px]"})}),p.jsxs("div",{className:"flex items-center gap-2 w-24 justify-center",children:[p.jsx("div",{className:"w-[8px] h-[8px] bg-blue-500 rounded-full"}),p.jsx("div",{className:"bg-gray-100 h-[16px] rounded flex-1"})]})]})]})})},kB=({active:e,payload:t,label:r,config:n})=>{var o;if(!e||!t||!t.length)return null;const a=t.filter(s=>s.name&&s.name!==""&&s.name!==s.dataKey);if(a.length===0)return null;const i=((o=n.tooltip)==null?void 0:o.style)==="dark";return p.jsxs("div",{className:se("rounded-lg border px-[12px] py-[8px] text-xs shadow-lg",i?"bg-gray-900 border-gray-700 text-white":"bg-white border-gray-200 text-gray-900"),children:[p.jsx("div",{className:se("font-medium mb-[8px]",i?"text-gray-300":"text-gray-600"),children:new Date(r||"").toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"})}),p.jsx("div",{className:"space-y-1",children:a.map((s,l)=>p.jsxs("div",{className:"flex items-center justify-between gap-4",children:[p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("div",{className:"w-[8px] h-[8px] rounded-full",style:{backgroundColor:s.color}}),p.jsx("span",{className:se("text-xs",i?"text-gray-300":"text-gray-600"),children:s.name})]}),p.jsx("span",{className:se("font-medium text-xs",i?"text-white":"text-gray-900"),children:typeof s.value=="number"?s.value.toLocaleString():s.value})]},l))})]})},j0=({config:e,className:t,isLoading:r,onDataPointClick:n})=>{var y,w;const{data:a,dataKey:i,color:o="#3b82f6",lines:s,dateRange:l,yAxisLabel:u,height:c=300,tooltip:f={show:!0,style:"dark"}}=e,h=(T=>{if(!T||T.length===0)return[];const A=[...T].sort((k,D)=>{const M=new Date(k.date),F=new Date(D.date);return M.getTime()-F.getTime()});let _,C;l!=null&&l.start&&(l!=null&&l.end)?(_=new Date(l.start),C=new Date(l.end)):(_=new Date(A[0].date),C=new Date(A[A.length-1].date));const P=new Map;A.forEach(k=>{P.set(k.date,k)});const E=[],I=new Date(_);for(;I<=C;){const k=I.toISOString().split("T")[0];if(P.has(k))E.push(P.get(k));else{const D={date:k,users:0,sessions:0,messages:0,totalTokens:0,inputTokens:0,outputTokens:0,agentRuns:0,toolRuns:0,modelRuns:0,codeTools:0,workflowTools:0,knowledgeTools:0,mcpTools:0,value:0,count:0};if(A.length>0){const M=A[0];Object.keys(M).forEach(F=>{typeof M[F]=="number"&&!(F in D)&&(D[F]=0)})}E.push(D)}I.setDate(I.getDate()+1)}return E})(a),v=T=>{const A=new Date(T);return isNaN(A.getTime())?T:A.toLocaleDateString("en-US",{month:"short",day:"numeric"})},g=()=>{if(!h||h.length===0)return 0;const T=h.length;return T<=20?0:T<=31?1:T<=61?2:Math.floor(T/7)-1},m=T=>b()&&!Number.isInteger(T)?"":T>=1e3?`${Math.floor(T/1e3)}k`:Math.floor(T).toString(),b=()=>{const T=["users","sessions","messages","runs","agents","tools","models","Number of Users","Number of Sessions","Number of Messages","Number of Agent Runs","Number of Tool Runs","Number of Model Runs","agentRuns","toolRuns","modelRuns"];return!!(u&&T.some(A=>u.toLowerCase().includes(A.toLowerCase()))||i&&T.some(A=>i.toLowerCase().includes(A.toLowerCase()))||e.title&&T.some(A=>e.title.toLowerCase().includes(A.toLowerCase()))||s&&s.some(A=>A.label&&T.some(_=>A.label.toLowerCase().includes(_.toLowerCase()))))},x=s&&s.length>0?s:[{dataKey:i||"value",color:o,label:e.title,strokeWidth:2}];if(r)return console.log("AnalyticsChart: Loading state active"),p.jsx(A0,{className:t,chartType:e.type,height:c});if(!a||a.length===0)return console.log("AnalyticsChart: No data provided",{data:a,config:e}),p.jsx("div",{className:se("w-full",t),children:p.jsxs("div",{className:"relative bg-gray-50/30",children:[p.jsxs("div",{className:"relative h-[300px] mb-6",children:[p.jsxs("div",{className:"absolute left-0 top-0 h-full flex flex-col justify-between items-end pr-3",children:[p.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-10"})]}),p.jsxs("div",{className:"ml-14 h-full relative overflow-hidden px-0 py-2 flex flex-col justify-between",children:[p.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),p.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),p.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),p.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),p.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),p.jsx("div",{className:"h-0 w-full border-t border-gray-100"}),p.jsxs("div",{className:"absolute inset-0 flex flex-col items-center justify-center gap-4",children:[p.jsx("div",{className:"bg-white border border-gray-300 rounded-[10px] w-12 h-12 flex items-center justify-center",children:p.jsx("svg",{className:"w-6 h-6 !h-6 text-gray-600",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"})})}),p.jsxs("div",{className:"text-center max-w-[352px]",children:[p.jsx("h3",{className:"font-semibold text-gray-900 text-base mb-1",children:"There is no data to display for this period"}),p.jsx("p",{className:"font-normal text-center text-gray-600 text-sm leading-5",children:"Try selecting a different date range or ensure your app is deployed and receiving traffic."})]})]})]}),p.jsxs("div",{className:"ml-14 flex justify-between items-center mt-3",children:[p.jsx("div",{className:"bg-gray-100 h-3 rounded w-4"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-4"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-4"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-4"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-4"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-4"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded w-4"})]})]}),p.jsxs("div",{className:"flex items-center justify-between px-0 py-3 mt-2",children:[p.jsx("div",{className:"flex-1",children:p.jsx("div",{className:"bg-gray-100 h-3 rounded w-64"})}),p.jsxs("div",{className:"flex items-center gap-2 w-24 justify-center",children:[p.jsx("div",{className:"w-2 h-2 bg-blue-500 rounded-full"}),p.jsx("div",{className:"bg-gray-100 h-3 rounded flex-1"})]})]})]})});const j=T=>{var _;if(!n||!T||!T.activePayload)return;const A=(_=T.activePayload[0])==null?void 0:_.payload;A&&A.date&&(console.log("Chart data point clicked:",{date:A.date,data:A}),n(A,A.date))};return console.log("=== ANALYTICS CHART DEBUG ==="),console.log("AnalyticsChart config:",e),console.log("AnalyticsChart original data length:",a==null?void 0:a.length),console.log("AnalyticsChart filled data length:",h.length),console.log("AnalyticsChart date range (config):",l),console.log("AnalyticsChart actual date range:",h.length>0?{first:(y=h[0])==null?void 0:y.date,last:(w=h[h.length-1])==null?void 0:w.date,totalDays:h.length}:"No data"),console.log("AnalyticsChart dataKey:",i),console.log("Chart lines configuration:",x),console.log("Sample filled data points:",h.slice(0,3)),console.log("=== END ANALYTICS CHART DEBUG ==="),p.jsxs("div",{className:se("w-full",t),children:[p.jsx("div",{className:"relative bg-gray-50/30",children:p.jsx(Sk,{width:"100%",height:c,children:p.jsxs($B,{data:h,onClick:j,margin:{top:20,right:30,left:20,bottom:20},children:[p.jsx("defs",{children:x.map((T,A)=>p.jsxs("linearGradient",{id:`gradient-${T.dataKey}`,x1:"0",y1:"0",x2:"0",y2:"1",children:[p.jsx("stop",{offset:"5%",stopColor:T.color,stopOpacity:.08}),p.jsx("stop",{offset:"95%",stopColor:T.color,stopOpacity:.01})]},`gradient-${A}`))}),p.jsx(Ry,{strokeDasharray:"2 2",className:"opacity-30",stroke:"#d1d5db",horizontal:!0,vertical:!1}),p.jsx(js,{dataKey:"date",tickFormatter:v,axisLine:!1,tickLine:!1,tick:{fontSize:12,fill:"#6b7280"},tickMargin:10,interval:g()}),p.jsx(_s,{axisLine:!1,tickLine:!1,tick:{fontSize:12,fill:"#6b7280"},tickFormatter:m,tickMargin:10,allowDecimals:!b(),domain:b()?["dataMin","dataMax"]:void 0,label:u?{value:u,angle:-90,position:"insideLeft",style:{textAnchor:"middle",fontSize:12,fill:"#6b7280"}}:void 0}),f.show&&p.jsx(Ut,{content:T=>p.jsx(kB,{...T,config:e}),cursor:{stroke:"#d1d5db",strokeWidth:1,strokeDasharray:"4 4"},allowEscapeViewBox:{x:!1,y:!1}}),x.map(T=>p.jsx(jr,{type:"monotone",dataKey:T.dataKey,stroke:"none",fill:`url(#gradient-${T.dataKey})`,fillOpacity:1,isAnimationActive:!1,name:""},`area-${T.dataKey}`)),x.map(T=>p.jsx(mi,{type:"monotone",dataKey:T.dataKey,stroke:T.color,strokeWidth:2.5,strokeDasharray:T.strokeDasharray,dot:!1,activeDot:{r:5,fill:T.color,stroke:T.color,strokeWidth:2},name:T.label},T.dataKey))]})})}),p.jsxs("div",{className:"mt-4 flex items-center justify-between",children:[p.jsx("div",{children:l&&p.jsxs("p",{className:"text-xs text-gray-500 flex items-center gap-[4px]",children:[p.jsx("span",{className:"text-gray-500",children:"Showing data from"}),p.jsxs("span",{className:"font-medium text-gray-700",children:[new Date(l.start).toLocaleDateString("en-US",{day:"numeric",month:"short",year:"numeric"})," - ",new Date(l.end).toLocaleDateString("en-US",{day:"numeric",month:"short",year:"numeric"})]})]})}),p.jsx("div",{className:"flex items-center gap-4",children:p.jsx("div",{className:"flex items-center gap-4 text-sm text-muted-foreground",children:x.map(T=>p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("div",{className:"w-[8px] h-[8px] rounded-full",style:{backgroundColor:T.color}}),p.jsx("span",{className:"text-xs text-gray-600",children:T.label})]},T.dataKey))})})]})]})},P0=({config:e,className:t})=>{const{title:r,data:n,columns:a,pagination:i={enabled:!0,pageSize:10},sorting:o={enabled:!0},filtering:s={enabled:!0,searchable:!0}}=e,[l,u]=S.useState(o.defaultSort||null),[c,f]=S.useState(""),[d,h]=S.useState(1),v=S.useMemo(()=>{let y=[...n];return s.searchable&&c&&(y=y.filter(w=>a.some(T=>{const A=w[T.key];return A==null?void 0:A.toString().toLowerCase().includes(c.toLowerCase())}))),l&&y.sort((w,T)=>{const A=w[l.key],_=T[l.key];if(typeof A=="number"&&typeof _=="number")return l.order==="asc"?A-_:_-A;const C=(A==null?void 0:A.toString())||"",P=(_==null?void 0:_.toString())||"",E=C.localeCompare(P);return l.order==="asc"?E:-E}),y},[n,a,c,l,s.searchable]),g=i.enabled?Math.ceil(v.length/i.pageSize):1,m=i.enabled?v.slice((d-1)*i.pageSize,d*i.pageSize):v,b=y=>{!o.enabled||!y.sortable||u(w=>(w==null?void 0:w.key)===y.key?w.order==="asc"?{key:y.key,order:"desc"}:null:{key:y.key,order:"asc"})},O=y=>{f(y),h(1)},x=(y,w,T)=>w.render?w.render(y,T):w.formatter?w.formatter(y,T):typeof y=="number"?y.toLocaleString():(y==null?void 0:y.toString())||"-",j=y=>!o.enabled||!y.sortable?null:(l==null?void 0:l.key)===y.key?l.order==="asc"?p.jsx(Tf,{className:"w-[16px] h-[16px]"}):p.jsx(fr,{className:"w-[16px] h-[16px]"}):p.jsxs("div",{className:"flex flex-col",children:[p.jsx(Tf,{className:"w-[12px] h-[12px] opacity-30"}),p.jsx(fr,{className:"w-[12px] h-[12px] opacity-30 -mt-1"})]});return p.jsxs("div",{className:se("w-full",t),children:[p.jsxs("div",{className:"flex items-center justify-between mb-4",children:[p.jsx("h3",{className:"text-md font-medium text-gray-700",children:r}),s.enabled&&s.searchable&&p.jsxs("div",{className:"relative",children:[p.jsx(Ef,{className:"absolute left-[12px] top-1/2 transform -translate-y-1/2 w-[16px] h-[16px] text-gray-400"}),p.jsx("input",{type:"text",placeholder:"Search...",value:c,onChange:y=>O(y.target.value),className:"pl-[36px] pr-[12px] py-[8px] border border-gray-200 rounded-lg text-xs focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent"})]})]}),p.jsx("div",{className:"overflow-x-auto border border-gray-200 rounded-lg",children:p.jsxs("table",{className:"w-full",children:[p.jsx("thead",{className:"bg-gray-50",children:p.jsx("tr",{children:a.map(y=>p.jsx("th",{className:se("px-[16px] py-[12px] text-left text-xs font-medium text-gray-500 uppercase tracking-wider",y.sortable&&o.enabled&&"cursor-pointer hover:bg-gray-100",y.align==="center"&&"text-center",y.align==="right"&&"text-right"),style:{width:y.width},onClick:()=>b(y),children:p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("span",{children:y.title}),j(y)]})},y.key))})}),p.jsx("tbody",{className:"bg-white divide-y divide-gray-200",children:m.map((y,w)=>p.jsx("tr",{className:"hover:bg-gray-50 transition-colors",children:a.map(T=>p.jsx("td",{className:se("px-[16px] py-[12px] text-xs text-gray-900",T.align==="center"&&"text-center",T.align==="right"&&"text-right"),children:x(y[T.key],T,y)},T.key))},w))})]})}),i.enabled&&g>1&&p.jsxs("div",{className:"flex items-center justify-between mt-4",children:[p.jsxs("div",{className:"text-xs text-gray-500",children:["Showing ",(d-1)*i.pageSize+1," to"," ",Math.min(d*i.pageSize,v.length)," of"," ",v.length," results"]}),p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("button",{onClick:()=>h(y=>Math.max(1,y-1)),disabled:d===1,className:"px-[12px] py-[4px] text-xs border border-gray-200 rounded hover:bg-gray-50 disabled:opacity-50 disabled:cursor-not-allowed",children:"Previous"}),Array.from({length:Math.min(5,g)},(y,w)=>{const T=Math.max(1,Math.min(g-4,d-2))+w;return T>g?null:p.jsx("button",{onClick:()=>h(T),className:se("px-[12px] py-[4px] text-xs border rounded",d===T?"bg-blue-500 text-white border-blue-500":"border-gray-200 hover:bg-gray-50"),children:T},T)}),p.jsx("button",{onClick:()=>h(y=>Math.min(g,y+1)),disabled:d===g,className:"px-[12px] py-[4px] text-xs border border-gray-200 rounded hover:bg-gray-50 disabled:opacity-50 disabled:cursor-not-allowed",children:"Next"})]})]}),m.length===0&&p.jsx("div",{className:"text-center py-[32px] text-gray-500",children:c?"No results found for your search.":"No data available."})]})},MB=(e,t)=>{switch(e){case"human":return t==="agent"?"agent-avatars":"avatars";case"logo":return"profileLogos";case"icon":case"inlineTool":case"toolLibrary":case"KNOWLEDGE":case"MCP":return"profileIcons";default:return t==="agent"?"agent-avatars":"avatars"}},NB=e=>{if(!e)return null;if(typeof e=="string")try{return JSON.parse(e)}catch{return{name:e,type:"human"}}return e},DB=(e,t)=>{const r=["#3B82F6","#EF4444","#10B981","#F59E0B","#8B5CF6","#EC4899","#06B6D4","#84CC16"],n=e.split("").reduce((a,i)=>a+i.charCodeAt(0),0)%r.length;if(t==="workflowtool"){const a=e.toLowerCase();let i="toolLibrary";return a.includes("code")||a.includes("inline")||a.includes("calculate")?i="inlineTool":a.includes("knowledge")||a.includes("document")||a.includes("fetch")?i="KNOWLEDGE":(a.includes("mcp")||a.includes("protocol"))&&(i="MCP"),{name:"fallback",type:i,color:r[n]}}return t==="model"?{name:"fallback",type:"icon",color:r[n]}:{name:"fallback",type:t==="agent"?"human":"icon",color:r[n]}},IB=(e,t)=>{if(!(e!=null&&e.name))return"";if(t==="url")return e.name;if(t==="model")return"";const r=window.location.protocol+"//"+window.location.host,n=MB(e.type||"human",t);return`${r}/agenticai/assets/${n}/${e.name.replace("agent","avatar")}.svg`},_0=e=>{if(!e)return"assets/icons/models/custom-api.svg";const t=e.toLowerCase(),r={openai:"Open AI.svg","open ai":"Open AI.svg",chatopenai:"Open AI.svg",gpt:"Open AI.svg",anthropic:"Anthropic.svg",claude:"Anthropic.svg",google:"Google.svg",gemini:"Google.svg",chatgooglegenerativeai:"Google.svg",googlegenerativeai:"Google.svg",palm:"Google.svg",azurechatopenai:"Azure Open AI.svg","azure open ai":"Azure Open AI.svg",azureopenai:"Azure Open AI.svg","azure openai":"Azure Open AI.svg",azure:"Azure Open AI.svg",aws:"AWS Bedrock.svg",bedrock:"AWS Bedrock.svg","aws bedrock":"AWS Bedrock.svg",awsbedrock:"AWS Bedrock.svg",amazon:"AWS Bedrock.svg",cohere:"Cohere.svg",api:"API.svg",custom:"custom-api.svg","custom-api":"custom-api.svg",customapi:"custom-api.svg"};if(r[t])return`assets/icons/models/${r[t]}`;for(const[n,a]of Object.entries(r))if(t.includes(n)||n.includes(t))return`assets/icons/models/${a}`;return"assets/icons/models/custom-api.svg"},LB={xs:"w-6 h-6 text-xs",small:"w-8 h-8 text-sm",medium:"w-10 h-10 text-base",large:"w-12 h-12 text-lg"},Rt={inlineTool:`<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_3533_7514)">
|
|
206
281
|
<path d="M8.5 8.5L11 6L8.5 3.5M3.5 3.5L1 6L3.5 8.5M7 1.5L5 10.5" stroke="#EF6820" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/></g>
|
|
207
282
|
<defs><clipPath id="clip0_3533_7514"><rect width="12" height="12" fill="white"/></clipPath></defs>
|
|
208
283
|
</svg>`,toolLibrary:`<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
@@ -211,7 +286,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
211
286
|
<path d="M6 5.5H3M4 7.5H3M7 3.5H3M9 3.4V8.6C9 9.44008 9 9.86012 8.83651 10.181C8.6927 10.4632 8.46323 10.6927 8.18099 10.8365C7.86012 11 7.44008 11 6.6 11H3.4C2.55992 11 2.13988 11 1.81901 10.8365C1.53677 10.6927 1.3073 10.4632 1.16349 10.181C1 9.86012 1 9.44008 1 8.6V3.4C1 2.55992 1 2.13988 1.16349 1.81901C1.3073 1.53677 1.53677 1.3073 1.81901 1.16349C2.13988 1 2.55992 1 3.4 1H6.6C7.44008 1 7.86012 1 8.18099 1.16349C8.46323 1.3073 8.6927 1.53677 8.83651 1.81901C9 2.13988 9 2.55992 9 3.4Z" stroke="#7A5AF8" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>
|
|
212
287
|
</svg>`,MCP:`<svg width="14" height="14" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
213
288
|
<path d="M1.8125 10.7455L10.647 1.91124C11.8411 0.717087 13.7773 0.717087 14.9714 1.91124C16.1655 3.10539 16.1655 5.0415 14.9714 6.23565M14.9714 6.23565L8.29911 12.9077M14.9714 6.23565C16.1655 5.0415 18.1018 5.0415 19.2958 6.23565C20.4899 7.4298 20.4899 9.36593 19.2958 10.56L11.7665 18.0893C11.3443 18.5115 11.3443 19.1961 11.7665 19.6182L13.164 21.0158M16.9479 8.58236L10.2756 15.2547C9.08153 16.4488 7.1453 16.4488 5.95123 15.2547C4.75716 14.0605 4.75716 12.1244 5.95123 10.9303L12.6234 4.25814" stroke="#101828" stroke-width="2.00016" stroke-linecap="round" stroke-linejoin="round"/>
|
|
214
|
-
</svg>`},dW=(e,t)=>{const r=e.toLowerCase();if(r.includes("code"))return Rt.inlineTool;if(r.includes("workflow")||r.includes("library"))return Rt.toolLibrary;if(r.includes("knowledge"))return Rt.KNOWLEDGE;if(r.includes("mcp"))return Rt.MCP;if(Rt[e])return Rt[e];const n=t.toLowerCase();return n.includes("code")||n.includes("inline")||n.includes("calculate")?Rt.inlineTool:n.includes("library")||n.includes("workflow")?Rt.toolLibrary:n.includes("knowledge")||n.includes("document")||n.includes("fetch")?Rt.KNOWLEDGE:n.includes("mcp")||n.includes("protocol")?Rt.MCP:Rt.toolLibrary},of=({icon:e,iconSource:t="agent",size:r="small",className:n="",name:a="Unknown",toolType:i,provider:o,modelName:s})=>{const[l,u]=A.useState(!1),[c,f]=A.useState(!1),[d,p]=A.useState(!1),v=lW(e),y=fW[r];if(t==="model"){const S=yb(o),x=()=>{p(!0)};if(d){const T=o?o.charAt(0).toUpperCase():"🤖";return g.jsx("div",{className:`${y} rounded-full bg-gray-500 flex items-center justify-center ${n}`,children:g.jsx("span",{className:"text-white text-xs font-bold",children:T})})}return g.jsx("img",{src:S,alt:s||a,className:`${y} rounded ${n}`,onError:x})}if(v!=null&&v.name&&v.name!=="fallback"&&!l){const S=cW(v,t),x=()=>{u(!0)};return g.jsx("img",{src:S,alt:a,className:`${y} rounded-full object-cover ${n}`,onError:x})}if(l&&!c&&t==="agent"){const S=`${window.location.origin}/agenticai/assets/agent-avatars/agent1.svg`,x=()=>{f(!0)};return g.jsx("img",{src:S,alt:a,className:`${y} rounded-full object-cover ${n}`,onError:x})}if(t==="model"){const S=yb(o),x=()=>{p(!0)};if(d){const T=o?o.charAt(0).toUpperCase():"🤖";return g.jsx("div",{className:`${y} rounded-full bg-gray-500 flex items-center justify-center ${n}`,children:g.jsx("span",{className:"text-white text-xs font-bold",children:T})})}return g.jsx("img",{src:S,alt:s||a,className:`${y} rounded ${n}`,onError:x})}const h=v||uW(a,t);if(t==="workflowtool"){const S=i||h.type||"toolLibrary",x=dW(S,a);return g.jsx("div",{className:`${y} rounded-full flex items-center justify-center bg-gray-100 ${n}`,children:g.jsx("div",{dangerouslySetInnerHTML:{__html:x}})})}const b=`${window.location.origin}/agenticai/assets/agent-avatars/agent1.svg`;return g.jsx("img",{src:b,alt:a,className:`${y} rounded-full object-cover ${n}`})},mb=({data:e,className:t})=>{const[r,n]=A.useState(5),a=()=>{n(o=>Math.min(o+10,e.length))},i=o=>o>=1e3?`${Math.floor(o/1e3)}k`:o.toString();return g.jsxs("div",{className:ue("w-full",t),children:[g.jsxs("div",{className:"grid grid-cols-4 items-center gap-4 px-[16px] py-[12px] bg-gray-50 border-b border-gray-200 text-xs font-medium text-gray-600",children:[g.jsx("div",{className:"text-left",children:"Name"}),g.jsx("div",{className:"text-center",children:"Runs"}),g.jsx("div",{className:"text-center",children:"Response Time"}),g.jsx("div",{className:"text-center",children:"Tokens"})]}),g.jsx("div",{className:"divide-y divide-gray-100",children:e.slice(0,r).map((o,s)=>g.jsxs("div",{className:"grid grid-cols-4 items-center gap-4 px-[16px] py-[12px] cursor-pointer transition-colors duration-150 border-b border-gray-200",children:[g.jsxs("div",{className:"flex items-center gap-[8px]",children:[g.jsx("div",{className:"flex-shrink-0",children:g.jsx(of,{icon:o.icon,iconSource:"agent",size:"small",name:o.name||"Unknown Agent"})}),g.jsx("div",{className:"min-w-0 flex-1 w-full",children:g.jsx("div",{className:"text-xs font-medium text-gray-700 truncate",children:o.name||"Unknown Agent"})})]}),g.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:o.runs?i(o.runs):"-"}),g.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:o.responseTime||"-"}),g.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:o.tokens?i(o.tokens):"-"})]},o.id||s))}),r<e.length&&g.jsx("div",{className:"flex justify-center",children:g.jsx("button",{onClick:a,className:"px-[16px] py-[8px] text-xs font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50 transition-colors duration-150",children:"Load 10 more"})})]})};function pW(e){const t=(e==null?void 0:e.toLowerCase())||"";return["inlinetool","inlineTool","code tool","code","tool","event","EVENT"].includes(e)||["inlinetool","inlineTool","code tool","code","tool","event"].includes(t)?"bg-orange-100 text-orange-800 border-orange-200":["toollibrary","toolLibrary","workflow tool"].includes(e)||["toollibrary","toollibrary","workflow tool"].includes(t)?"bg-blue-100 text-blue-800 border-blue-200":["mcp","MCP","mcpTool","mcpTool"].includes(e)||["mcp","mcptool"].includes(t)?"bg-green-100 text-green-800 border-green-200":["knowledge","KNOWLEDGE","knowledge tool"].includes(e)||["knowledge","knowledge tool"].includes(t)?"bg-purple-100 text-purple-800 border-purple-200":"bg-gray-100 text-gray-800 border-gray-200"}function hW(e){const t=(e==null?void 0:e.toLowerCase())||"";return["inlinetool","code tool","code","tool","event","inlineTool"].includes(t)?"Code Tool":["toollibrary","workflow tool"].includes(t)?"Workflow Tool":["mcp","mcptool"].includes(t)?"MCP Tool":["knowledge","knowledge tool","knowledge"].includes(t)||e==="KNOWLEDGE"?"Knowledge":e==="inlineTool"?"Code Tool":e==="toolLibrary"?"Workflow Tool":e==="KNOWLEDGE"?"Knowledge":e==="MCP"||e==="mcpTool"?"MCP Tool":"Code Tool"}const gb=({data:e,className:t})=>{const[r,n]=A.useState(5),a=()=>{n(o=>Math.min(o+10,e.length))},i=o=>o>=1e3?`${Math.floor(o/1e3)}k`:o.toString();return g.jsxs("div",{className:ue("w-full",t),children:[g.jsxs("div",{className:"grid grid-cols-4 items-center gap-4 px-[16px] py-[12px] bg-gray-50 border-b border-gray-200 text-xs font-medium text-gray-600",children:[g.jsx("div",{className:"text-left",children:"Name"}),g.jsx("div",{className:"text-center",children:"Type"}),g.jsx("div",{className:"text-center",children:"Runs"}),g.jsx("div",{className:"text-center",children:"Response Time"})]}),g.jsx("div",{className:"divide-y divide-gray-100",children:e.slice(0,r).map((o,s)=>g.jsxs("div",{className:"grid grid-cols-4 items-center gap-4 px-[16px] py-[12px] cursor-pointer transition-colors duration-150 border-b border-gray-200",children:[g.jsxs("div",{className:"flex items-center gap-[8px]",children:[g.jsx("div",{className:"flex-shrink-0",children:g.jsx(of,{icon:o.icon,iconSource:"workflowtool",size:"small",name:o.name||"Unknown Tool",toolType:o.toolType||o.type})}),g.jsx("div",{className:"min-w-0 flex-1 w-full",children:g.jsx("div",{className:"text-xs font-medium text-gray-700 truncate",children:o.name||"Unknown Tool"})})]}),g.jsx("div",{className:"flex items-center justify-center",children:g.jsx("span",{className:ue("inline-flex items-center px-[10px] py-[4px] rounded-full text-xs font-medium border",pW(o.toolType||o.type||"Default")),children:hW(o.toolType||o.type||"Default")})}),g.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:o.runs?i(o.runs):"-"}),g.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:o.responseTime||"-"})]},o.id||s))}),r<e.length&&g.jsx("div",{className:"flex justify-center",children:g.jsx("button",{onClick:a,className:"px-[16px] py-[8px] text-xs font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50 transition-colors duration-150",children:"Load 10 more"})})]})},vW=e=>{if(!e)return"/assets/icons/models/custom-api.svg";const t=e.toLowerCase(),r={openai:"Open AI.svg","open ai":"Open AI.svg",chatopenai:"Open AI.svg",gpt:"Open AI.svg",anthropic:"Anthropic.svg",claude:"Anthropic.svg",google:"Google.svg",gemini:"Google.svg",chatgooglegenerativeai:"Google.svg",googlegenerativeai:"Google.svg",palm:"Google.svg",azurechatopenai:"Azure Open AI.svg","azure open ai":"Azure Open AI.svg",azureopenai:"Azure Open AI.svg","azure openai":"Azure Open AI.svg",azure:"Azure Open AI.svg",aws:"AWS Bedrock.svg",bedrock:"AWS Bedrock.svg","aws bedrock":"AWS Bedrock.svg",awsbedrock:"AWS Bedrock.svg",amazon:"AWS Bedrock.svg",cohere:"Cohere.svg",api:"API.svg",custom:"custom-api.svg","custom-api":"custom-api.svg",customapi:"custom-api.svg"};if(r[t])return`assets/icons/models/${r[t]}`;for(const[n,a]of Object.entries(r))if(t.includes(n)||n.includes(t))return`assets/icons/models/${a}`;return"assets/icons/models/custom-api.svg"},yW=e=>{if(!e)return"";const t=e.toLowerCase(),r={openai:"OpenAI","open ai":"OpenAI",chatopenai:"OpenAI",gpt:"OpenAI",anthropic:"Anthropic",claude:"Anthropic",google:"Google",gemini:"Google Gemini",chatgooglegenerativeai:"Google Gemini",googlegenerativeai:"Google Gemini",palm:"Google PaLM",azurechatopenai:"Azure OpenAI","azure open ai":"Azure OpenAI",azureopenai:"Azure OpenAI","azure openai":"Azure OpenAI",azure:"Azure OpenAI",aws:"AWS Bedrock",bedrock:"AWS Bedrock","aws bedrock":"AWS Bedrock",awsbedrock:"AWS Bedrock",amazon:"AWS Bedrock",cohere:"Cohere",meta:"Meta",llama:"Meta LLaMA",mistral:"Mistral",huggingface:"Hugging Face",together:"Together AI",replicate:"Replicate"};if(r[t])return r[t];for(const[n,a]of Object.entries(r))if(t.includes(n)||n.includes(t))return a;return e.charAt(0).toUpperCase()+e.slice(1)},mW=({provider:e})=>{const[t,r]=A.useState(!1),n=vW(e),a=()=>{r(!0)};if(t){const i=e?e.charAt(0).toUpperCase():"🤖";return g.jsx("div",{className:"w-6 h-6 rounded-full bg-gray-500 flex items-center justify-center",children:g.jsx("span",{className:"text-white text-xs font-bold",children:i})})}return g.jsx("img",{src:n,alt:e||"Model",className:"w-6 h-6 rounded",onError:a})},bb=({data:e,className:t})=>{const[r,n]=A.useState(5),a=()=>{n(o=>Math.min(o+10,e.length))},i=o=>o>=1e3?`${Math.floor(o/1e3)}k`:o.toString();return g.jsxs("div",{className:ue("w-full",t),children:[g.jsxs("div",{className:"grid grid-cols-4 items-center gap-4 px-[16px] py-[12px] bg-gray-50 border-b border-gray-200 text-xs font-medium text-gray-600",children:[g.jsx("div",{className:"text-left",children:"Model Name"}),g.jsx("div",{className:"text-center",children:"Runs"}),g.jsx("div",{className:"text-center",children:"Tokens"}),g.jsx("div",{className:"text-center",children:"Response Time"})]}),g.jsx("div",{className:"divide-y divide-gray-100",children:e.slice(0,r).map((o,s)=>g.jsxs("div",{className:"grid grid-cols-4 items-center gap-4 px-[16px] py-[12px] cursor-pointer transition-colors duration-150 border-b border-gray-200",children:[g.jsxs("div",{className:"flex items-center gap-[8px]",children:[g.jsx("div",{className:"flex-shrink-0",children:g.jsx(mW,{provider:o.provider})}),g.jsxs("div",{className:"min-w-0 flex-1 w-full",children:[g.jsx("div",{className:"text-xs font-medium text-gray-700 truncate",children:o.name||o.modelName||"Unknown Model"}),o.provider&&g.jsx("div",{className:"text-xs text-gray-500 truncate",children:yW(o.provider)})]})]}),g.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:i(o.runs||0)}),g.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:i(o.tokens||o.totalTokens||0)}),g.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:o.responseTime||(o.avgResponseTime?`${o.avgResponseTime}ms`:"N/A")})]},o.id||s))}),r<e.length&&g.jsx("div",{className:"flex justify-center",children:g.jsx("button",{onClick:a,className:"px-[16px] py-[8px] text-xs font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50 transition-colors duration-150",children:"Load 10 more"})})]})},gW=e=>{switch(e){case"agentRuns":return{title:"Agent Runs",entityName:"Agents"};case"toolRuns":return{title:"Tool Runs",entityName:"Tools"};case"modelRuns":return{title:"Model Runs",entityName:"Models"};default:return{title:"Runs",entityName:"Items"}}},bW=e=>e>=1e3?`${Math.floor(e/1e3)}k`:e.toString(),xb=({isOpen:e,onClose:t,date:r,metricType:n,data:a,totalRuns:i,className:o})=>{var w;const s=gW(n),[l,u]=A.useState(10),[c,f]=A.useState("all"),[d,p]=A.useState(!1),v=[{label:`All ${s.entityName}`,value:"all"},...a.map(O=>({label:O.name,value:O.id}))],y=c==="all"?a:a.filter(O=>O.id===c),h=()=>{f("all"),p(!1),u(10),t()};A.useEffect(()=>{const O=j=>{j.key==="Escape"&&h()},P=j=>{d&&(j.target.closest(".filter-dropdown")||p(!1))};return e&&(document.addEventListener("keydown",O),document.addEventListener("mousedown",P),document.body.style.overflow="hidden"),()=>{document.removeEventListener("keydown",O),document.removeEventListener("mousedown",P),document.body.style.overflow="unset"}},[e,d,h]),A.useEffect(()=>{e&&(f("all"),p(!1),u(10))},[e]);const b=O=>new Date(O).toLocaleDateString("en-US",{month:"long",day:"numeric",year:"numeric"}),S=()=>{u(O=>Math.min(O+10,y.length))},x=O=>{f(O),p(!1),u(10)};if(!e)return null;const T=y.slice(0,l),m=((w=v.find(O=>O.value===c))==null?void 0:w.label)||`All ${s.entityName}`;return g.jsxs(g.Fragment,{children:[g.jsx("div",{className:"fixed inset-0 bg-black bg-opacity-50 z-40 transition-opacity duration-300",onClick:h}),g.jsxs("div",{className:ue("fixed right-0 top-0 h-full w-[600px] bg-white shadow-[0px_20px_24px_-4px_rgba(16,24,40,0.08),0px_8px_8px_-4px_rgba(16,24,40,0.03)] z-50 transform transition-transform duration-300 ease-in-out",e?"translate-x-0":"translate-x-full",o),children:[g.jsxs("div",{className:"flex items-center justify-between px-6 py-3 border-b border-[#d0d5dd]",children:[g.jsx("h2",{className:"text-lg font-semibold text-[#101828]",children:s.title}),g.jsx("button",{onClick:h,className:"p-2 hover:bg-gray-100 rounded-lg transition-colors",children:g.jsx(s0,{className:"h-5 w-5 text-[#101828]"})})]}),g.jsxs("div",{className:"flex flex-col h-[calc(100%-64px)] p-6 gap-6",children:[g.jsxs("div",{className:"flex items-center justify-between",children:[g.jsxs("div",{className:"text-sm font-medium text-[#344054]",children:[s.title," (",b(r),")"]}),g.jsxs("div",{className:"w-[210px] relative filter-dropdown",children:[g.jsxs("button",{onClick:()=>p(!d),className:"w-full bg-white border border-[#d0d5dd] rounded-lg px-3.5 py-2.5 flex items-center justify-between text-sm text-[#101828] hover:bg-gray-50 transition-colors",children:[g.jsx("span",{children:m}),g.jsx(ua,{className:"h-4 w-4 text-[#101828]"})]}),d&&g.jsx("div",{className:"absolute top-full left-0 right-0 mt-1 bg-white border border-[#d0d5dd] rounded-lg shadow-lg z-10 max-h-60 overflow-y-auto",children:v.map(O=>g.jsx("button",{onClick:()=>x(O.value),className:ue("w-full px-3.5 py-2.5 text-left text-sm hover:bg-gray-50 transition-colors",c===O.value?"bg-blue-50 text-blue-700":"text-[#101828]"),children:O.label},O.value))})]})]}),g.jsxs("div",{className:"flex-1 overflow-hidden",children:[g.jsx("div",{className:"bg-[#f9fafb] border-b border-[#eaecf0] px-2 py-2",children:g.jsxs("div",{className:"grid grid-cols-4 gap-3 items-center",children:[g.jsx("div",{className:"col-span-2 px-0 py-2",children:g.jsx("div",{className:"text-xs font-medium text-[#475467]",children:"Name"})}),g.jsx("div",{className:"flex justify-center px-0 py-2",children:g.jsx("div",{className:"text-xs font-medium text-[#475467]",children:"Runs"})}),g.jsx("div",{className:"flex justify-center px-0 py-2",children:g.jsx("div",{className:"text-xs font-medium text-[#475467]",children:"Response Time"})})]})}),g.jsx("div",{className:"overflow-y-auto max-h-[calc(100%-40px)]",children:T.length===0?g.jsxs("div",{className:"flex flex-col items-center justify-center h-64 text-center",children:[g.jsxs("h3",{className:"text-md font-medium text-gray-900 mb-[8px]",children:["No ",s.title.toLowerCase()," for this date"]}),g.jsxs("p",{className:"text-xs text-gray-500",children:["There were no ",s.title.toLowerCase()," recorded on ",b(r),"."]})]}):g.jsxs(g.Fragment,{children:[T.map((O,P)=>g.jsxs("div",{className:"grid grid-cols-4 gap-3 items-center px-2 py-3 border-b border-[#eaecf0] hover:bg-gray-50 transition-colors",children:[g.jsxs("div",{className:"col-span-2 flex items-center gap-2",children:[g.jsx("div",{className:"flex-shrink-0",children:g.jsx(of,{icon:O.icon,iconSource:n==="agentRuns"?"agent":n==="toolRuns"?"workflowtool":"model",size:"small",name:O.name,toolType:O.toolType||O.type,provider:O.provider,modelName:O.modelName})}),g.jsxs("div",{className:"min-w-0 flex-1",children:[g.jsx("div",{className:"text-sm font-medium text-[#101828] truncate",children:O.name}),n==="modelRuns"&&O.provider&&g.jsx("div",{className:"text-xs text-[#475467] truncate",children:O.provider})]})]}),g.jsx("div",{className:"flex justify-center",children:g.jsx("div",{className:"text-xs font-medium text-[#475467]",children:bW(O.runs)})}),g.jsx("div",{className:"flex justify-center",children:g.jsx("div",{className:"text-xs font-medium text-[#475467]",children:O.responseTime})})]},O.id||P)),l<y.length&&g.jsx("div",{className:"flex justify-center",children:g.jsx("button",{onClick:S,className:"bg-white border border-[#d0d5dd] rounded px-3 py-1 text-xs font-medium text-[#344054] hover:bg-gray-50 transition-colors",children:"Load 10 more"})})]})})]})]})]})]})};class wb{constructor(t=""){Bt(this,"API_PATH","/tracing/api/trpc/metrics.getMetrics");Bt(this,"baseUrl","");Bt(this,"endpoints",{});this.baseUrl=t,this.initializeEndpoints()}setBaseUrl(t){this.baseUrl=t,this.initializeEndpoints()}getEndpoint(t){return this.endpoints[t]||{endpoint:"",method:"GET"}}getBaseUrl(){return this.baseUrl}initializeEndpoints(){const t=`${this.baseUrl}${this.API_PATH}`;this.endpoints["usage-analytics.cards"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["usage-analytics.sessions.timeseries"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["usage-analytics.messages.timeseries"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["usage-analytics.users.timeseries"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["usage-analytics.tokens.timeseries"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["runs.cards"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["runs.agent-runs.timeseries"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["runs.model-runs.timeseries"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["runs.tool-runs.timeseries"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH}}getAvailableEndpoints(){return Object.keys(this.endpoints)}hasEndpoint(t){return t in this.endpoints}}class Ob{constructor(t){Bt(this,"endpointsService");Bt(this,"defaultHeaders");Bt(this,"timeout");this.endpointsService=new wb(t.baseUrl),this.defaultHeaders={"Content-Type":"application/json",...t.defaultHeaders},this.timeout=t.timeout||3e4}updateConfig(t){t.baseUrl&&this.endpointsService.setBaseUrl(t.baseUrl),t.defaultHeaders&&(this.defaultHeaders={...this.defaultHeaders,...t.defaultHeaders}),t.timeout&&(this.timeout=t.timeout)}async invoke(t,r,n,a){const i=this.endpointsService.getEndpoint(t);if(!i.endpoint)throw new Error(`Endpoint not found for service: ${t}`);const o=this.prepareRequest(i,r,n);try{const s=new AbortController,l=setTimeout(()=>s.abort(),(a==null?void 0:a.timeout)||this.timeout),u=await fetch(o.url,{method:o.method,headers:o.headers,body:o.body,signal:(a==null?void 0:a.signal)||s.signal});if(clearTimeout(l),!u.ok)throw new Error(`HTTP Error: ${u.status} ${u.statusText}`);return await u.json()}catch(s){throw s instanceof Error?s.name==="AbortError"?new Error("Request timeout"):s:new Error("Unknown error occurred during API call")}}prepareRequest(t,r,n){const a={...this.defaultHeaders,...n},i={};Object.entries(a).forEach(([l,u])=>{u!==void 0&&(i[l]=u)});let o=t.endpoint,s;if(t.method==="GET"&&r){const l=this.buildQueryParams(r);o+=`?${l}`}else r&&(s=JSON.stringify(r));return{url:o,method:t.method,headers:i,body:s}}buildQueryParams(t){const r={json:t},n=new URLSearchParams;return n.append("input",JSON.stringify(r)),n.append("rnd",Math.random().toString(36).substring(7)),n.toString()}getBaseUrl(){return this.endpointsService.getBaseUrl()}hasEndpoint(t){return this.endpointsService.hasEndpoint(t)}getAvailableEndpoints(){return this.endpointsService.getAvailableEndpoints()}}class Ht{constructor(t){Bt(this,"apiInvoker");Bt(this,"projectId");Bt(this,"environment");Bt(this,"defaultTimeRange");const r={baseUrl:t.baseUrl,defaultHeaders:t.headers,timeout:3e4};this.apiInvoker=new Ob(r),this.projectId=t.projectId,this.environment=t.environment,this.defaultTimeRange=t.defaultTimeRange}updateConfig(t){(t.baseUrl||t.headers)&&this.apiInvoker.updateConfig({baseUrl:t.baseUrl,defaultHeaders:t.headers}),t.projectId&&(this.projectId=t.projectId),t.environment&&(this.environment=t.environment),t.defaultTimeRange&&(this.defaultTimeRange=t.defaultTimeRange,console.log("🔄 API Service: Updated defaultTimeRange:",this.defaultTimeRange))}getDefaultTimeRange(){return this.defaultTimeRange||Ht.getDateRange(7)}async fetchEnvironments(){try{const r=`${this.apiInvoker.getBaseUrl()}/aaa/api/v1/apps/${this.projectId}/environments?rnd=${Math.random().toString(36).substring(2,8)}`;console.log("🌍 Fetching environments for project:",this.projectId),console.log("🔗 Environment API URL:",r);const n=await fetch(r,{method:"GET",headers:{"Content-Type":"application/json",...this.apiInvoker.defaultHeaders}});if(!n.ok)throw new Error(`HTTP error! status: ${n.status}`);const a=await n.json();return console.log("✅ Environments fetched successfully:",a.map(i=>({name:i.envName,enabled:i.isEnabled,status:i.status}))),a}catch(t){throw console.error("❌ Error fetching environments:",t),t}}async fetchUsageAnalyticsCards(t,r,n,a=[]){const i=n||Ht.getTimeDimension(t,r);console.log("📊 Fetching usage analytics cards:",{dateRange:{fromTimestamp:t,toTimestamp:r},providedTimeDimension:n,resolvedTimeDimension:i});const o={projectId:this.projectId,type:"cards",category:"usage-analytics",envId:this.environment,fromTimestamp:t,toTimestamp:r,filter:a,includeTrends:!0,timeDimension:i};return(await this.apiInvoker.invoke("usage-analytics.cards",o)).result.data.json}async fetchRunsCards(t,r,n,a=[]){const i=n||Ht.getTimeDimension(t,r);console.log("📊 Fetching runs cards:",{dateRange:{fromTimestamp:t,toTimestamp:r},providedTimeDimension:n,resolvedTimeDimension:i});const o={projectId:this.projectId,type:"cards",category:"runs",envId:this.environment,fromTimestamp:t,toTimestamp:r,filter:a,includeTrends:!0,timeDimension:i};return(await this.apiInvoker.invoke("runs.cards",o)).result.data.json}async fetchTimeSeriesData(t,r,n,a,i,o=[]){const s=i||Ht.getTimeDimension(n,a);console.log("📊 Fetching time series data:",{metric:t,category:r,dateRange:{fromTimestamp:n,toTimestamp:a},providedTimeDimension:i,resolvedTimeDimension:s});const l=`${r}.${t}.timeseries`,u={projectId:this.projectId,type:"time-series",category:r,envId:this.environment,fromTimestamp:n,toTimestamp:a,filter:o,metric:t,timeDimension:s};return(await this.apiInvoker.invoke(l,u)).result.data.json}transformUsageAnalyticsCards(t){const r=t.data.trends;console.log("Transforming usage analytics cards with trends:",r);const n=a=>a>0?"increase":"decrease";return[{title:"Users",value:t.data.users,metricType:"users",icon:"users",info:"Number of unique users who interacted with the app",highlighted:!0,change:r!=null&&r.users?{value:Math.abs(r.users.changePercent),type:n(r.users.changePercent)}:void 0},{title:"Sessions",value:t.data.sessions,metricType:"sessions",icon:"activity",info:"Number of conversations initiated with the app",highlighted:!1,change:r!=null&&r.sessions?{value:Math.abs(r.sessions.changePercent),type:n(r.sessions.changePercent)}:void 0},{title:"Messages",value:t.data.messages.total,metricType:"messages",icon:"message-circle",info:"Total messages exchanged between users and the app",highlighted:!1,change:r!=null&&r.messages?{value:Math.abs(r.messages.changePercent.total),type:n(r.messages.changePercent.total)}:void 0},{title:"Tokens",value:t.data.tokens.total,metricType:"tokens",icon:"coins",info:"Total input and output tokens processed by the app for all interactions",highlighted:!1,change:r!=null&&r.tokens?{value:Math.abs(r.tokens.changePercent.total),type:n(r.tokens.changePercent.total)}:void 0}]}transformRunsCards(t){const r=t.data.trends;console.log("Transforming runs cards with trends:",r);const n=a=>a>0?"increase":"decrease";return[{title:"Agent Runs",value:t.data.agentRuns,metricType:"agentRuns",icon:"bot",info:"Number of times the AI agents were executed to handle user requests",highlighted:!0,change:r!=null&&r.agentRuns?{value:Math.abs(r.agentRuns.changePercent),type:n(r.agentRuns.changePercent)}:void 0},{title:"Tool Runs",value:t.data.toolRuns.total,metricType:"toolRuns",icon:"wrench",info:"Number of times various tools were triggered by the AI agents to complete tasks",highlighted:!1,change:r!=null&&r.toolRuns?{value:Math.abs(r.toolRuns.changePercent.total),type:n(r.toolRuns.changePercent.total)}:void 0},{title:"Model Runs",value:t.data.modelRuns,metricType:"modelRuns",icon:"cpu",info:"Number of times the AI agents called various language models to generate responses",highlighted:!1,change:r!=null&&r.modelRuns?{value:Math.abs(r.modelRuns.changePercent),type:n(r.modelRuns.changePercent)}:void 0}]}transformTimeSeriesDataForMetric(t,r){var a;if(console.log("=== METRIC-SPECIFIC TRANSFORM DEBUG ==="),console.log("Raw TimeSeriesResponse:",JSON.stringify(t,null,2)),console.log("Metric type:",r),!t||!t.data||!Array.isArray(t.data))return console.error("Invalid time series data structure:",t),[];const n=t.data.map((i,o)=>{console.log(`Processing point ${o}:`,i);const s=new Date(i.timestamp),l=s.toISOString().split("T")[0],u=s.toLocaleDateString("en-US",{month:"short",day:"numeric"}),c={date:l,timestamp:u,formattedDate:u,count:i.count||0,value:i.count||0,input_tokens:i.input_tokens||0,output_tokens:i.output_tokens||0,total_tokens:(i.input_tokens||0)+(i.output_tokens||0),inputTokens:i.input_tokens||0,outputTokens:i.output_tokens||0,totalTokens:(i.input_tokens||0)+(i.output_tokens||0),listView:i.listView||[],index:o};switch(r){case"users":c.users=i.count||0;break;case"sessions":c.sessions=i.count||0;break;case"messages":c.messages=i.count||0;break;case"tokens":c.tokens=i.count||0,i.input_tokens||i.output_tokens?c.totalTokens=(i.input_tokens||0)+(i.output_tokens||0):c.totalTokens=i.count||0;break;case"agentRuns":c.agentRuns=i.count||0;break;case"toolRuns":c.toolRuns=i.count||0;break;case"modelRuns":c.modelRuns=i.count||0;break;default:c.users=i.count||0,c.sessions=i.count||0,c.messages=i.count||0,c.tokens=i.count||0,c.agentRuns=i.count||0,c.toolRuns=i.count||0,c.modelRuns=i.count||0}return console.log(`Transformed point ${o} for metric ${r}:`,c),c});return console.log("Final transformed data array:",JSON.stringify(n,null,2)),console.log("Sample transformed point for chart:",n[0]),console.log("Populated metric property:",r,"=",(a=n[0])==null?void 0:a[r||"count"]),console.log("=== END METRIC-SPECIFIC TRANSFORM DEBUG ==="),n}transformTimeSeriesData(t){return this.transformTimeSeriesDataForMetric(t)}transformAgentsListViewToTable(t){return Array.isArray(t)?t.map((r,n)=>{var o,s;let a="",i=null;if(r.icon)try{if(i=typeof r.icon=="string"?JSON.parse(r.icon):r.icon,i.name){const l=((o=r.agentName)==null?void 0:o.replace(/\s+/g,""))||`agent${n}`,u=((s=i.color)==null?void 0:s.replace("#",""))||"b6e3f4";a=`https://api.dicebear.com/7.x/avataaars/svg?seed=${l}&backgroundColor=${u}&backgroundType=solid`}}catch{console.warn("Failed to parse icon data:",r.icon)}return{id:`agent-${n+1}`,name:r.agentName||`Agent ${n+1}`,runs:r.count||0,responseTime:r.avgResponseTime?r.avgResponseTime<1e3?`${Math.round(r.avgResponseTime)}ms`:`${(r.avgResponseTime/1e3).toFixed(2)}s`:"0ms",tokens:r.tokens||Math.floor((r.count||0)*150),successRate:r.successRate?`${Math.round(r.successRate)}%`:"95%",lastRun:r.lastRun||new Date(Date.now()-Math.random()*7*24*60*60*1e3).toLocaleDateString(),avatar:a||`https://api.dicebear.com/7.x/avataaars/svg?seed=agent${n}&backgroundColor=b6e3f4,c0aede,d1d4f9&backgroundType=solid`,icon:r.icon||void 0}}):(console.warn("Invalid listView data for agents:",t),[])}transformToolsListViewToTable(t){return Array.isArray(t)?t.map((r,n)=>({id:`tool-${n+1}`,name:r.toolName||r.tool_name||`Tool ${n+1}`,type:r.type||r.toolType||r.tool_type||"Code Tool",runs:r.count||0,responseTime:r.avgResponseTime?r.avgResponseTime<1e3?`${Math.round(r.avgResponseTime)}ms`:`${(r.avgResponseTime/1e3).toFixed(2)}s`:"0ms",tokens:r.tokens||Math.floor((r.count||0)*50),successRate:r.successRate?`${Math.round(r.successRate)}%`:"92%",lastRun:r.lastRun||new Date(Date.now()-Math.random()*7*24*60*60*1e3).toLocaleDateString(),icon:r.icon||r.tool_icon||void 0})):(console.warn("Invalid listView data for tools:",t),[])}transformModelsListViewToTable(t){return Array.isArray(t)?t.map((r,n)=>({id:`model-${n+1}`,name:r.modelName||`Model ${n+1}`,modelName:r.modelName,provider:r.provider,runs:r.count||0,responseTime:r.avgResponseTime?r.avgResponseTime<1e3?`${Math.round(r.avgResponseTime)}ms`:`${(r.avgResponseTime/1e3).toFixed(2)}s`:"0ms",avgResponseTime:r.avgResponseTime,tokens:r.tokens||r.totalTokens||Math.floor((r.count||0)*300),totalTokens:r.totalTokens||r.tokens,successRate:r.successRate?`${Math.round(r.successRate)}%`:"98%",lastRun:r.lastRun||new Date(Date.now()-Math.random()*7*24*60*60*1e3).toLocaleDateString(),icon:r.icon})):(console.warn("Invalid listView data for models:",t),[])}extractAgentControlOptions(t){if(!Array.isArray(t))return[{label:"All Agents",value:"all"}];const r=[{label:"All Agents",value:"all"}];return t.forEach(n=>{var a;if(n.agentName){let i="";try{if(n.icon){const o=typeof n.icon=="string"?JSON.parse(n.icon):n.icon;if(o.name){const s=n.agentName.replace(/\s+/g,""),l=((a=o.color)==null?void 0:a.replace("#",""))||"b6e3f4";i=`https://api.dicebear.com/7.x/avataaars/svg?seed=${s}&backgroundColor=${l}&backgroundType=solid`}}}catch{console.warn("Failed to parse icon data for control:",n.icon)}r.push({label:n.agentName,value:n.agentName.replace(/\s+/g,"").toLowerCase(),avatar:i||`https://api.dicebear.com/7.x/avataaars/svg?seed=${n.agentName.replace(/\s+/g,"")}&backgroundColor=b6e3f4,c0aede,d1d4f9&backgroundType=solid`})}}),r}extractToolControlOptions(t){if(!Array.isArray(t))return[{label:"All Tools",value:"all"}];const r=[{label:"All Tools",value:"all"}];return t.forEach(n=>{const a=n.toolName||n.tool_name;if(a){let i=function(o){if(!o)return"Code Tool";const s=o.toLowerCase();return["inlinetool","code tool","code","event"].includes(s)?"Code Tool":["toollibrary","workflow tool"].includes(s)?"Workflow Tool":["mcp","mcptool"].includes(s)?"MCP Tool":["knowledge","knowledge tool"].includes(s)||o==="KNOWLEDGE"?"Knowledge":o==="inlineTool"?"Code Tool":o==="toolLibrary"?"Workflow Tool":o==="MCP"||o==="mcpTool"?"MCP Tool":"Code Tool"};r.push({label:a,value:a.replace(/[-]/g,""),icon:n.icon||n.tool_icon||void 0,type:n.type||i(n.toolType||n.tool_type)})}}),r}extractModelControlOptions(t){if(!Array.isArray(t))return[{label:"All Models",value:"all"}];const r=[{label:"All Models",value:"all"}];return t.forEach(n=>{n.modelName&&r.push({label:n.modelName,value:n.modelName.replace(/[-\.]/g,""),icon:n.icon,type:n.provider})}),r}async fetchTimeSeriesDataWithTableData(t,r,n,a,i,o=[]){const s=await this.fetchTimeSeriesData(t,r,n,a,i,o);let l=[];s.data.forEach(d=>{d.listView&&Array.isArray(d.listView)&&(l=[...l,...d.listView])});const u=this.aggregateListViewItems(l);let c=[],f=[];return t==="agent-runs"?(c=this.transformAgentsListViewToTable(u),f=this.extractAgentControlOptions(u)):t==="tool-runs"?(c=this.transformToolsListViewToTable(u),f=this.extractToolControlOptions(u)):t==="model-runs"&&(c=this.transformModelsListViewToTable(u),f=this.extractModelControlOptions(u)),{chartData:this.transformTimeSeriesDataForMetric(s,t.replace("-","")),tableData:c,controlOptions:f}}aggregateListViewItems(t){const r=new Map;return t.forEach(n=>{const a=n.agentName||n.toolName||n.modelName||"unknown";if(r.has(a)){const i=r.get(a);i.count=(i.count||0)+(n.count||0),i.avgResponseTime=i.avgResponseTime&&n.avgResponseTime?(i.avgResponseTime+n.avgResponseTime)/2:i.avgResponseTime||n.avgResponseTime,i.tokens=(i.tokens||0)+(n.tokens||0)}else r.set(a,{...n})}),Array.from(r.values())}async fetchEnhancedMetricsData(t,r,n,a=[]){try{const[i,o,s]=await Promise.all([this.fetchTimeSeriesDataWithTableData("agent-runs","runs",t,r,n,a),this.fetchTimeSeriesDataWithTableData("tool-runs","runs",t,r,n,a),this.fetchTimeSeriesDataWithTableData("model-runs","runs",t,r,n,a)]);return{agents:i,tools:o,models:s}}catch(i){throw console.error("Error fetching enhanced metrics data:",i),i}}async transformRunsCardsWithEnhancedData(t,r,n,a,i=[]){const o=t.data.trends,s=p=>p>0?"increase":"decrease",[l,u,c,f]=await Promise.all([this.fetchTimeSeriesDataWithTableData("agent-runs","runs",r,n,a,i),this.fetchTimeSeriesDataWithTableData("tool-runs","runs",r,n,a,i),this.fetchTimeSeriesDataWithTableData("model-runs","runs",r,n,a,i),this.fetchTimeSeriesData("tool-runs","runs",r,n,a,i)]),d=this.transformTimeSeriesDataForToolRuns(f);return[{title:"Agent Runs",value:t.data.agentRuns,metricType:"agentRuns",icon:"bot",highlighted:!0,info:"Number of times the AI agents were executed to handle user requests",change:o!=null&&o.agentRuns?{value:Math.abs(o.agentRuns.changePercent),type:s(o.agentRuns.changePercent)}:void 0,view:{type:"chart",chart:{type:"line",title:"Agent Runs",data:l.chartData,dataKey:"agentRuns",color:"#0BA5EC",yAxisLabel:"Number of Agent Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:r.split("T")[0],end:n.split("T")[0]}},table:{title:"Agent Runs",data:l.tableData,columns:[{key:"name",title:"Name",width:200,align:"left"},{key:"runs",title:"Runs",width:100,align:"right",formatter:p=>`${Math.floor(p/1e3)}k`},{key:"responseTime",title:"Response Time",width:120,align:"right"},{key:"tokens",title:"Tokens",width:100,align:"right",formatter:p=>`${Math.floor(p/1e3)}k`}]}},controls:{dropdown:{label:"All Agents",options:l.controlOptions,defaultValue:["all"],multiSelect:!0,searchable:!0},toggle:{chartView:!0,tableView:!0}}},{title:"Tool Runs",value:t.data.toolRuns.total,metricType:"toolRuns",icon:"wrench",info:"Number of times various tools were triggered by the AI agents to complete tasks",highlighted:!1,change:o!=null&&o.toolRuns?{value:Math.abs(o.toolRuns.changePercent.total),type:s(o.toolRuns.changePercent.total)}:void 0,view:{type:"chart",chart:{type:"line",title:"Tool Runs",data:d,yAxisLabel:"Number of Tool Runs",lines:[{dataKey:"toolRuns",color:"#667085",label:"Tool Runs"},{dataKey:"codeTools",color:"#F38744",label:"Code Tools"},{dataKey:"workflowTools",color:"#2970FF",label:"Workflow Tools"},{dataKey:"knowledgeTools",color:"#7A5AF8",label:"Knowledge"},{dataKey:"mcpTools",color:"#47CD89",label:"MCP Tools"}],height:300,showGrid:!0,showLegend:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:r.split("T")[0],end:n.split("T")[0]}},table:{title:"Tool Runs",data:u.tableData,columns:[{key:"name",title:"Name",width:200,align:"left"},{key:"type",title:"Type",width:150,align:"left"},{key:"runs",title:"Runs",width:100,align:"right",formatter:p=>`${Math.floor(p/1e3)}k`},{key:"responseTime",title:"Response Time",width:120,align:"right"}]}},controls:{dropdown:{label:"All Tools",options:u.controlOptions,defaultValue:["all"],multiSelect:!0,searchable:!0},toggle:{chartView:!0,tableView:!0}}},{title:"Model Runs",value:t.data.modelRuns,metricType:"modelRuns",icon:"cpu",highlighted:!1,info:"Number of times the AI agents called various language models to generate responses",change:o!=null&&o.modelRuns?{value:Math.abs(o.modelRuns.changePercent),type:s(o.modelRuns.changePercent)}:void 0,view:{type:"chart",chart:{type:"line",title:"Model Runs",data:c.chartData,dataKey:"modelRuns",color:"#47CD89",yAxisLabel:"Number of Model Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:r.split("T")[0],end:n.split("T")[0]}},table:{title:"Model Runs",data:c.tableData,columns:[{key:"name",title:"Model Name",width:200,align:"left"},{key:"runs",title:"Runs",width:100,align:"right",formatter:p=>`${Math.floor(p/1e3)}k`},{key:"tokens",title:"Tokens",width:120,align:"right",formatter:p=>`${Math.floor(p/1e3)}k`},{key:"responseTime",title:"Response Time",width:120,align:"right"}]}},controls:{dropdown:{label:"All Models",options:c.controlOptions,defaultValue:["all"],multiSelect:!0,searchable:!0},toggle:{chartView:!0,tableView:!0}}}]}async transformUsageAnalyticsCardsWithEnhancedData(t,r,n,a,i=[]){const o=t.data.trends,s=d=>d>0?"increase":"decrease",[l,u,c,f]=await Promise.all([this.fetchTimeSeriesData("users","usage-analytics",r,n,a,i),this.fetchTimeSeriesData("sessions","usage-analytics",r,n,a,i),this.fetchTimeSeriesData("messages","usage-analytics",r,n,a,i),this.fetchTimeSeriesData("tokens","usage-analytics",r,n,a,i)]);return[{title:"Users",value:t.data.users,metricType:"users",icon:"users",highlighted:!0,info:"Number of unique users who interacted with the app",change:o!=null&&o.users?{value:Math.abs(o.users.changePercent),type:s(o.users.changePercent)}:void 0,view:{type:"chart",chart:{type:"line",title:"Total Users",data:this.transformTimeSeriesDataForMetric(l,"users"),dataKey:"users",color:"#4E5BA6",yAxisLabel:"Number of Users",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:r.split("T")[0],end:n.split("T")[0]}}}},{title:"Sessions",value:t.data.sessions,metricType:"sessions",icon:"activity",highlighted:!1,info:"Number of conversations initiated with the app",change:o!=null&&o.sessions?{value:Math.abs(o.sessions.changePercent),type:s(o.sessions.changePercent)}:void 0,view:{type:"chart",chart:{type:"line",title:"Total Sessions",data:this.transformTimeSeriesDataForMetric(u,"sessions"),dataKey:"sessions",color:"#0BA5EC",yAxisLabel:"Number of Sessions",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:r.split("T")[0],end:n.split("T")[0]}}}},{title:"Messages",value:t.data.messages.total,metricType:"messages",icon:"message-circle",info:"Total messages exchanged between users and the app",highlighted:!1,change:o!=null&&o.messages?{value:Math.abs(o.messages.changePercent.total),type:s(o.messages.changePercent.total)}:void 0,view:{type:"chart",chart:{type:"line",title:"Total Messages",data:this.transformTimeSeriesDataForMetric(c,"messages"),dataKey:"messages",color:"#E478FA",yAxisLabel:"Number of Messages",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:r.split("T")[0],end:n.split("T")[0]}}}},{title:"Tokens",value:t.data.tokens.total,metricType:"tokens",icon:"coins",info:"Total input and output tokens processed by the app for all interactions",highlighted:!1,change:o!=null&&o.tokens?{value:Math.abs(o.tokens.changePercent.total),type:s(o.tokens.changePercent.total)}:void 0,view:{type:"chart",chart:{type:"line",title:"Token Usage Breakdown",data:this.transformTimeSeriesDataForMetric(f,"tokens"),yAxisLabel:"Number of Tokens",lines:[{dataKey:"totalTokens",color:"#FF692E",label:"Total Tokens"},{dataKey:"inputTokens",color:"#5925DC",label:"Input Tokens"},{dataKey:"outputTokens",color:"#E478FA",label:"Output Tokens"}],height:300,showGrid:!0,showLegend:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:r.split("T")[0],end:n.split("T")[0]}}}}]}transformTimeSeriesDataForToolRuns(t){if(console.log("=== TOOL RUNS SPECIFIC TRANSFORM DEBUG ==="),console.log("Raw TimeSeriesResponse for tool runs:",JSON.stringify(t,null,2)),!t||!t.data||!Array.isArray(t.data))return console.error("Invalid time series data structure:",t),[];const r=t.data.map((n,a)=>{console.log(`Processing point ${a}:`,n);const i=new Date(n.timestamp),o=i.toISOString().split("T")[0],s=i.toLocaleDateString("en-US",{month:"short",day:"numeric"}),l=n.count||0;let u=0,c=0,f=0,d=0;if(n.listView&&Array.isArray(n.listView)){n.listView.forEach(y=>{const h=y.count||0,b=(y.toolType||y.tool_type||"").toLowerCase(),S=(y.toolName||y.tool_name||"").toLowerCase();console.log("Processing listView item:",{toolType:b,toolName:S,count:h});const x=b.toLowerCase();["inlinetool","inlineTool","tool","code","codetool","event","EVENT"].includes(b)||["inlinetool","tool","code","codetool","event"].includes(x)?u+=h:["toollibrary","toolLibrary","workflow","workflowtool"].includes(b)||["toollibrary","workflow","workflowtool"].includes(x)?c+=h:["knowledge","KNOWLEDGE","knowledgetool"].includes(b)||["knowledge","knowledgetool"].includes(x)?f+=h:["mcp","MCP","mcptool","mcpTool"].includes(b)||["mcp","mcptool"].includes(x)?d+=h:(console.log(`Unknown tool type '${b}' for tool '${S}', defaulting to code tools`),u+=h)}),console.log(`Calculated breakdown for point ${a}:`,{codeTools:u,workflowTools:c,knowledgeTools:f,mcpTools:d,total:u+c+f+d,expectedTotal:l});const v=u+c+f+d;if(Math.abs(v-l)>1){console.warn(`Breakdown total (${v}) doesn't match expected total (${l}) for point ${a}`);const y=l-v;u+=y,console.log(`Adjusted codeTools by ${y} to balance total`)}}else console.log(`No listView data for point ${a}, assigning all ${l} to codeTools`),u=l;const p={date:o,timestamp:s,formattedDate:s,toolRuns:l,value:l,count:l,codeTools:u,workflowTools:c,knowledgeTools:f,mcpTools:d,input_tokens:n.input_tokens||0,output_tokens:n.output_tokens||0,total_tokens:(n.input_tokens||0)+(n.output_tokens||0),inputTokens:n.input_tokens||0,outputTokens:n.output_tokens||0,totalTokens:(n.input_tokens||0)+(n.output_tokens||0),listView:n.listView||[],index:a};return console.log(`Transformed tool runs point ${a}:`,p),p});return console.log("Final tool runs transformed data:",JSON.stringify(r,null,2)),console.log("=== END TOOL RUNS SPECIFIC TRANSFORM DEBUG ==="),r}async fetchAllCardsData(t,r,n=[]){try{const[a,i]=await Promise.all([this.fetchUsageAnalyticsCards(t,r,void 0,n),this.fetchRunsCards(t,r,void 0,n)]);return{usageAnalytics:this.transformUsageAnalyticsCards(a),runs:this.transformRunsCards(i)}}catch(a){throw console.error("Error fetching cards data:",a),a}}async fetchAllCardsDataWithEnhancedViews(t,r,n,a=[]){try{const[i,o]=await Promise.all([this.fetchUsageAnalyticsCards(t,r,n,a),this.fetchRunsCards(t,r,n,a)]),[s,l]=await Promise.all([this.transformUsageAnalyticsCardsWithEnhancedData(i,t,r,n,a),this.transformRunsCardsWithEnhancedData(o,t,r,n,a)]);return{usageAnalytics:s,runs:l}}catch(i){throw console.error("Error fetching enhanced cards data:",i),i}}async fetchDefaultTimeSeriesData(t,r,n,a=[]){try{const[i,o]=await Promise.all([this.fetchTimeSeriesData("sessions","usage-analytics",t,r,n,a),this.fetchTimeSeriesData("agent-runs","runs",t,r,n,a)]);return{sessions:this.transformTimeSeriesData(i),agentRuns:this.transformTimeSeriesData(o)}}catch(i){throw console.error("Error fetching default time series data:",i),i}}transformListViewForSlider(t,r){return Array.isArray(t)?t.map((n,a)=>{const i={id:`${r}-${a+1}`,runs:n.count||0,responseTime:n.avgResponseTime?n.avgResponseTime<1e3?`${Math.round(n.avgResponseTime)}ms`:`${(n.avgResponseTime/1e3).toFixed(2)}s`:"0ms",successRate:n.successRate?`${Math.round(n.successRate)}%`:void 0,tokens:n.totalTokens||n.tokens||0,icon:n.icon||n.tool_icon||void 0,aiModel:"gpt-4o"};switch(r){case"agentRuns":return{...i,name:n.agentName||`Agent ${a+1}`,type:"Agent",aiModel:this.extractAIModel(n)||"gpt-4o"};case"toolRuns":return{...i,name:n.toolName||n.tool_name||`Tool ${a+1}`,type:n.type||n.toolType||n.tool_type||"Code Tool",toolType:n.toolType||n.tool_type,aiModel:this.extractAIModel(n)||"gpt-4o"};case"modelRuns":return{...i,name:n.modelName||`Model ${a+1}`,modelName:n.modelName,provider:n.provider,type:n.provider||"Model",aiModel:n.modelName||n.model||"gpt-4o"};default:return{...i,name:`Item ${a+1}`,type:"Unknown",aiModel:"gpt-4o"}}}):(console.warn("Invalid listView data for slider:",t),[])}extractAIModel(t){if(t.modelName)return t.modelName;if(t.model)return t.model;if(t.llmModel)return t.llmModel;if(t.aiModel)return t.aiModel;const r=["gpt-4o","gpt-4o-mini","claude-3-5-haiku"];return r[Math.floor(Math.random()*r.length)]}static getDateRange(t=7){const r=new Date,n=new Date;return n.setDate(r.getDate()-t),{fromTimestamp:n.toISOString(),toTimestamp:r.toISOString()}}static getTimeDimension(t,r){const n=new Date(t),a=new Date(r),i=new Date(n.getFullYear(),n.getMonth(),n.getDate()),o=new Date(a.getFullYear(),a.getMonth(),a.getDate()),s=o.getTime()-i.getTime(),l=s/(1e3*60*60*24),u=i.toISOString().split("T")[0],c=o.toISOString().split("T")[0],f=u===c,d=new Date(n.getFullYear(),n.getMonth(),n.getDate()),p=f&&Math.abs(n.getTime()-d.getTime())<1e3,v=Math.abs(a.getTime()-n.getTime()),y=v<60*1e3;return console.log("🕐 TimeDimension calculation:",{fromTimestamp:t,toTimestamp:r,fromDateStr:u,toDateStr:c,diffInMs:s,diffInDays:l,isSameCalendarDay:f,isTodayPattern:p,timeDiffInMs:v,isVeryClose:y,fromStartOfDay:d.toISOString(),recommended:f||p||y||l<=1?"hour":l<=31?"day":l<=90?"week":"month"}),f||p||y||l<=1?"hour":"day"}getAvailableMetrics(){return{"usage-analytics":["sessions","messages","users","tokens"],runs:["agent-runs","model-runs","tool-runs"]}}}const Sb=({config:e,className:t,isLoading:r,context:n})=>{const{type:a,chart:i,table:o,layout:s="vertical"}=e,[l,u]=A.useState({isOpen:!1,date:"",metricType:"agentRuns",data:[],totalRuns:0}),c=(y,h)=>{console.log("Chart data point clicked in ViewRenderer:",{chartData:y,date:h,context:n});const b=n==null?void 0:n.metricType;if(!b||!["agentRuns","toolRuns","modelRuns"].includes(b)){console.log("Slider not applicable for metric type:",b);return}const S=y.listView||[];console.log("ListView data for clicked date:",S);const T=new Ht({baseUrl:"",projectId:"",environment:""}).transformListViewForSlider(S,b),m=y[b]||y.count||0;console.log("Opening slider with data:",{date:h,metricType:b,sliderData:T,totalRuns:m}),u({isOpen:!0,date:h,metricType:b,data:T,totalRuns:m})},f=()=>{u(y=>({...y,isOpen:!1}))},d=()=>i?(console.log("ViewRenderer - Chart config:",i),console.log("ViewRenderer - Chart data:",i.data),console.log("ViewRenderer - Context:",n),g.jsx("div",{className:"flex-1",children:g.jsx(hb,{config:i,isLoading:r,onDataPointClick:c})})):null,p=()=>o?(n==null?void 0:n.metricType)==="agentRuns"?g.jsx("div",{className:"flex-1 min-h-[380px]",children:g.jsx(mb,{data:o.data})}):(n==null?void 0:n.metricType)==="toolRuns"?g.jsx("div",{className:"flex-1 min-h-[380px]",children:g.jsx(gb,{data:o.data})}):(n==null?void 0:n.metricType)==="modelRuns"?g.jsx("div",{className:"flex-1 min-h-[380px]",children:g.jsx(bb,{data:o.data})}):g.jsx("div",{className:"flex-1 min-h-[380px]",children:g.jsx(vb,{config:o})}):null,v=()=>{switch(a){case"chart":return d();case"table":return p();case"mixed":return g.jsxs("div",{className:ue("flex gap-6",s==="horizontal"?"flex-row":"flex-col"),children:[d(),p()]});default:return g.jsxs("div",{className:"p-4 text-center text-gray-500",children:["Unsupported view type: ",a]})}};return g.jsxs(g.Fragment,{children:[g.jsx("div",{className:ue("w-full",t),children:v()}),g.jsx(xb,{isOpen:l.isOpen,onClose:f,date:l.date,metricType:l.metricType,data:l.data,totalRuns:l.totalRuns})]})},js=({options:e,value:t,placeholder:r="Select an option",onChange:n,className:a,disabled:i=!1})=>{const[o,s]=A.useState(!1),[l,u]=A.useState(t||""),c=A.useRef(null),f=e.find(v=>v.value===l);A.useEffect(()=>{const v=y=>{c.current&&!c.current.contains(y.target)&&s(!1)};return o&&document.addEventListener("mousedown",v),()=>{document.removeEventListener("mousedown",v)}},[o]);const d=v=>{i||(u(v),s(!1),n==null||n(v))},p=()=>{i||s(!o)};return g.jsxs("div",{ref:c,className:ue("relative",a),children:[g.jsxs("button",{type:"button",className:ue("flex h-[40px] text-left w-full items-center rounded-lg border border-gray-300 bg-white px-[14px] py-[10px] medium shadow-none outline-none focus-visible:border-ring focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:bg-gray-25 transition-colors",a),onClick:p,disabled:i,children:[g.jsxs("div",{className:"flex items-center gap-[8px] w-full",children:[g.jsx("span",{className:"text-xs font-medium text-gray-400 uppercase",children:"ENV"}),g.jsx("span",{className:ue("truncate w-full",!f&&"text-gray-700 font-medium text-sm"),children:f?f.label:r})]}),g.jsx(ua,{className:ue("h-[16px] w-[16px] text-gray-400 transition-transform duration-200",o&&"rotate-180")})]}),o&&!i&&g.jsx("div",{className:"absolute p-[4px] w-full top-full left-0 z-50 mt-1 bg-popover max-h-[300px] overflow-y-auto text-popover-foreground overflow-x-hidden overflow-y-auto rounded-md border shadow-md",children:e.map(v=>{const y=l===v.value;return g.jsxs("div",{role:"option",className:"relative group",children:[g.jsx("button",{className:ue("focus:bg-gray-50 rounded-[4px] hover:bg-gray-50 focus:text-accent-foreground relative flex w-full cursor-pointer select-none items-center px-[14px] py-[10px] text-sm text-left outline-none transition-colors",v.disabled?"opacity-50 cursor-not-allowed text-gray-400":y?"bg-blue-50 text-blue-900 font-medium":"text-gray-900 hover:bg-gray-50"),onClick:()=>!v.disabled&&d(v.value),disabled:v.disabled,children:g.jsx("span",{className:"block whitespace-nowrap w-full",children:v.label})}),v.label.length>25&&g.jsx("div",{className:"absolute left-full top-0 ml-2 z-[60] opacity-0 group-hover:opacity-100 transition-opacity duration-200 pointer-events-none",children:g.jsxs("div",{className:"bg-gray-900 text-white text-xs rounded-md px-3 py-2 whitespace-nowrap shadow-lg",children:[v.label,g.jsx("div",{className:"absolute left-0 top-1/2 transform -translate-x-full -translate-y-1/2 w-0 h-0 border-t-4 border-b-4 border-r-4 border-transparent border-r-gray-900"})]})})]},v.value)})})]})},xW=({options:e,value:t,defaultValue:r,placeholder:n="Select...",multiSelect:a=!1,searchable:i=!1,onChange:o,className:s,maxItems:l=100,maxLabelLength:u=30})=>{const[c,f]=A.useState(!1),[d,p]=A.useState(""),[v,y]=A.useState(()=>{const M=t||r;return a?Array.isArray(M)?M:M?[M]:[]:M?[Array.isArray(M)?M[0]:M]:[]}),h=A.useRef(null);A.useEffect(()=>{const M=_=>{h.current&&!h.current.contains(_.target)&&f(!1)};return document.addEventListener("mousedown",M),()=>document.removeEventListener("mousedown",M)},[]);const b=(M,_=u)=>M.length<=_?M:M.substring(0,_)+"...",S=i?e.filter(M=>M.label.toLowerCase().includes(d.toLowerCase())):e,x=S.slice(0,l),T=S.length>l,m=M=>{let _;if(a){if(M==="all"){O();return}if(v.includes(M))_=v.filter(R=>R!==M),_=_.filter(R=>R!=="all");else{_=v.filter(D=>D!=="all"),_=[..._,M];const R=S.filter(D=>D.value!=="all").map(D=>D.value),k=_.filter(D=>D!=="all");k.length===R.length&&(_=["all",...k])}}else _=[M],f(!1);y(_);const $=a?_:_[0]||"";o==null||o($)},w=()=>{if(!a)return{checked:!1,indeterminate:!1};const M=S.filter($=>$.value!=="all").map($=>$.value),_=v.filter($=>$!=="all"&&M.includes($));return v.includes("all")&&_.length===0?{checked:!1,indeterminate:!1}:_.length===0?{checked:!1,indeterminate:!1}:_.length===M.length?{checked:!0,indeterminate:!1}:{checked:!1,indeterminate:!0}},O=()=>{if(!a)return;const M=w(),_=S.filter($=>$.value!=="all").map($=>$.value);if(M.checked)y(["all"]),o==null||o(["all"]);else{const $=["all",..._];y($),o==null||o($)}},P=()=>{y(["all"]),o==null||o(a?["all"]:"all")},j=()=>{if(!a){if(v.length===0)return n;const R=e.find(k=>k.value===v[0]);return(R==null?void 0:R.label)||n}const M=v.filter(R=>R!=="all"),_=v.includes("all");if(M.length===0)return n;if(M.length===1){const R=e.find(k=>k.value===M[0]);return(R==null?void 0:R.label)||n}const $=e.filter(R=>R.value!=="all").length;return M.length===$?"All selected":`${M.length} selected`};return g.jsxs("div",{className:ue("relative",s),ref:h,children:[g.jsxs("button",{type:"button",onClick:()=>f(!c),className:ue("w-full flex items-center justify-between px-[12px] py-[8px] text-left text-xs","border border-gray-300 rounded-md bg-white hover:bg-gray-50","focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500","transition-colors duration-150"),children:[g.jsx("span",{className:ue("truncate",v.length===0&&"text-gray-500"),children:j()}),g.jsx(ua,{className:ue("w-[16px] h-[16px] text-gray-400 transition-transform duration-150",c&&"transform rotate-180")})]}),c&&g.jsxs("div",{className:"absolute z-50 min-w-[300px] w-max max-w-lg mt-[4px] bg-white border border-gray-200 rounded-md shadow-lg max-h-80 overflow-hidden",children:[i&&g.jsx("div",{className:"p-[12px] border-b border-gray-100",children:g.jsxs("div",{className:"relative",children:[g.jsx(gf,{className:"absolute left-[12px] top-1/2 transform -translate-y-1/2 w-[16px] h-[16px] text-gray-400"}),g.jsx("input",{type:"text",placeholder:`Search ${n.toLowerCase()}...`,value:d,onChange:M=>p(M.target.value),className:"w-full pl-[36px] pr-[12px] py-[8px] text-xs border border-gray-200 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500"})]})}),a&&g.jsxs("div",{className:"flex items-center justify-between px-[12px] py-[8px] border-b border-gray-100 bg-gray-50",children:[g.jsxs("button",{type:"button",onClick:O,className:"flex items-center text-xs font-medium text-gray-700 hover:text-gray-900",children:[g.jsx("div",{className:ue("flex items-center justify-center w-[16px] h-[16px] mr-[8px] border transition-colors duration-150",(()=>{const M=w();return M.indeterminate||M.checked?"bg-blue-600 border-blue-600 text-white":"border-gray-300 bg-white"})()),children:(()=>{const M=w();return M.indeterminate?g.jsx("div",{className:"w-[8px] h-[4px] bg-white rounded"}):M.checked?g.jsx("svg",{className:"w-[12px] h-[12px]",fill:"currentColor",viewBox:"0 0 20 20",children:g.jsx("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"})}):null})()}),"Select all"]}),g.jsx("button",{type:"button",onClick:P,className:"text-sm font-medium text-blue-600 hover:text-blue-800",children:"Clear"})]}),g.jsxs("div",{className:"max-h-60 overflow-y-auto",children:[x.length===0?g.jsx("div",{className:"px-[12px] py-[16px] text-sm text-gray-500 text-center",children:"No options found"}):x.map(M=>{let _;return M.value==="all"?null:(_=v.includes(M.value),g.jsxs("div",{className:"relative group",children:[g.jsxs("div",{onClick:()=>m(M.value),className:ue("flex items-center px-[12px] py-[8px] cursor-pointer hover:bg-gray-50","transition-colors duration-150",_&&"bg-gray-50"),children:[a?g.jsx("div",{className:ue("flex items-center justify-center w-[16px] h-[16px] mr-[12px] border","transition-colors duration-150",_?"bg-blue-600 border-blue-600 text-white":"border-gray-300 bg-white"),children:_&&g.jsx("svg",{className:"w-[12px] h-[12px]",fill:"currentColor",viewBox:"0 0 20 20",children:g.jsx("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"})})}):g.jsx("div",{className:ue("w-[16px] h-[16px] mr-[12px] rounded-full border-2 transition-colors duration-150",_?"border-blue-600 bg-blue-600":"border-gray-300"),children:_&&g.jsx("div",{className:"w-full h-full rounded-full bg-white scale-50"})}),g.jsx("span",{className:ue("flex-1 text-xs whitespace-nowrap truncate",_?"font-medium text-gray-700":"text-gray-500"),children:b(M.label)})]}),M.label.length>u&&g.jsx("div",{className:"absolute left-full top-1/2 transform -translate-y-1/2 ml-2 z-[80] opacity-0 group-hover:opacity-100 transition-opacity duration-200 pointer-events-none",children:g.jsxs("div",{className:"bg-gray-900 text-white text-xs rounded-md px-[12px] py-[8px] shadow-lg max-w-xs break-words whitespace-normal",children:[M.label,g.jsx("div",{className:"absolute left-0 top-1/2 transform -translate-x-full -translate-y-1/2 w-0 h-0 border-t-4 border-b-4 border-r-4 border-transparent border-r-gray-900"})]})})]},M.value))}),T&&g.jsxs("div",{className:"px-[12px] py-[8px] text-xs text-gray-500 bg-gray-50 border-t border-gray-100",children:[g.jsxs("div",{className:"text-center font-medium",children:["+",S.length-l," more items"]}),i&&g.jsx("div",{className:"text-center mt-1 text-gray-400",children:"Use search above to find specific items"})]})]})]})]})},Ab=({config:e,className:t})=>{var s;const{dropdown:r,buttons:n,toggle:a}=e,i=l=>{const u=l.toLowerCase();return u.includes("agent")?"agent":u.includes("tool")?"workflowtool":"app"},o=l=>{const u=l.toLowerCase();return u.includes("agent")?{maxItems:50,maxLabelLength:25}:u.includes("tool")?{maxItems:30,maxLabelLength:20}:{maxItems:40,maxLabelLength:25}};return g.jsxs("div",{className:ue("flex items-center gap-3",t),children:[r&&g.jsx(g.Fragment,{children:r.multiSelect?g.jsx(xW,{options:r.options,value:r.defaultValue,placeholder:r.label,multiSelect:r.multiSelect,searchable:r.searchable,onChange:r.onChange,className:"w-48",iconSource:i(r.label),maxItems:o(r.label).maxItems,maxLabelLength:o(r.label).maxLabelLength}):g.jsx(js,{options:r.options,value:Array.isArray(r.defaultValue)?r.defaultValue[0]:r.defaultValue||((s=r.options[0])==null?void 0:s.value),placeholder:r.label,onChange:l=>{var u;return(u=r.onChange)==null?void 0:u.call(r,l)},className:"w-48"})}),n&&n.length>0&&g.jsx("div",{className:"flex items-center border border-gray-200 rounded-lg overflow-hidden",children:n.map((l,u)=>g.jsx("button",{onClick:()=>{var c;return(c=l.onClick)==null?void 0:c.call(l,l.value)},className:ue("px-[12px] py-[8px] text-xs font-medium transition-colors","hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-inset",l.active?"bg-white text-gray-900 shadow-[0 1px 3px 0 rgba(16, 24, 40, 0.08), 0 1px 2px 0 rgba(16, 24, 40, 0.08)]":"text-gray-500 bg-white",u>0&&"border-l border-gray-200"),children:l.icon&&g.jsx("span",{className:"mr-[8px]",children:l.icon})},l.value))}),a&&g.jsxs("div",{className:"flex items-center gap-[4px] border border-gray-200 bg-gray-50 overflow-hidden p-[2px] rounded-[6px]",children:[g.jsx("button",{onClick:()=>{var l;return(l=a.onToggle)==null?void 0:l.call(a,"chart")},className:ue("px-[12px] py-[8px] rounded-[4px] text-xs font-medium transition-colors flex items-center gap-2","hover:bg-white ",a.chartView?"bg-white text-gray-900 shadow-md":"text-gray-500 bg-white"),children:g.jsx(Jb,{className:"w-[16px] h-[16px]"})}),g.jsx("button",{onClick:()=>{var l;return(l=a.onToggle)==null?void 0:l.call(a,"table")},className:ue("px-[12px] rounded-[4px] py-[8px] text-xs font-medium transition-colors flex items-center gap-2","hover:bg-white ",a.tableView?"bg-white text-gray-900 shadow-md":"text-gray-500 bg-white"),children:g.jsx(a0,{className:"w-[16px] h-[16px]"})})]})]})},Tb=({section:e,className:t,isLoading:r,isChartLoading:n,onMetricClick:a})=>{var G;const{id:i,title:o,description:s,metrics:l,view:u,controls:c,layout:f}=e,[d,p]=A.useState(u.type),[v,y]=A.useState("chart"),h=()=>i==="usage-analytics"?"users":i==="runs"?"agentRuns":"users",[b,S]=A.useState(h()),[x,T]=A.useState("all"),m=E=>{var F,W,K,X,Q;const L=P();(F=L==null?void 0:L.controls)!=null&&F.toggle?(y(E),(K=(W=L.controls.toggle).onToggle)==null||K.call(W,E)):(p(E),(Q=(X=c==null?void 0:c.toggle)==null?void 0:X.onToggle)==null||Q.call(X,E))},w=E=>{var W,K;const L=E.metricType||E.title.toLowerCase();S(L);const F=l.find(X=>(X.metricType||X.title.toLowerCase())===L);(K=(W=F==null?void 0:F.controls)==null?void 0:W.dropdown)!=null&&K.multiSelect?T(["all"]):T("all"),a==null||a(E)},O=E=>{var F,W,K;T(E);const L=l.find(X=>(X.metricType||X.title.toLowerCase())===b);(K=(W=(F=L==null?void 0:L.controls)==null?void 0:F.dropdown)==null?void 0:W.onChange)==null||K.call(W,E)},P=()=>l.find(E=>(E.metricType||E.title.toLowerCase())===b)||null,j=E=>Array.isArray(E)?E.filter(F=>F!=="all").length>0:E!=="all",M=E=>Array.isArray(E)?E.filter(L=>L!=="all"):E!=="all"?[E]:[],_=E=>{var K,X,Q,ae,te,V,Y,J,I;const L=((X=(K=E.view)==null?void 0:K.chart)==null?void 0:X.data)||((Q=u.chart)==null?void 0:Q.data)||[];if(!j(x))return L;const F=E.metricType,W=M(x);if(W.length===1){const ie=W[0],q=P(),se=(V=(te=(ae=q==null?void 0:q.controls)==null?void 0:ae.dropdown)==null?void 0:te.options)==null?void 0:V.find(ve=>ve.value===ie),ee=se==null?void 0:se.label;return console.log("🔍 Filtering chart data:",{metricType:F,singleFilter:ie,selectedLabel:ee,baseDataSample:L[0]}),L.map(ve=>{let We=0;return ve.listView&&Array.isArray(ve.listView)&&(We=ve.listView.filter(Ge=>F==="agentRuns"&&Ge.agentName?Ge.agentName===ee||Ge.agentName.toLowerCase()===(ee==null?void 0:ee.toLowerCase()):F==="toolRuns"&&Ge.toolName?Ge.toolName===ee||Ge.toolName.toLowerCase()===(ee==null?void 0:ee.toLowerCase()):F==="modelRuns"&&Ge.modelName?Ge.modelName===ee||Ge.modelName.toLowerCase()===(ee==null?void 0:ee.toLowerCase()):!1).reduce((Ge,lt)=>Ge+(lt.count||0),0)),console.log("📊 Filtered value for",ee,":",We),{...ve,[F]:We}})}if(W.length>1){const ie=P(),se=(((I=(J=(Y=ie==null?void 0:ie.controls)==null?void 0:Y.dropdown)==null?void 0:J.options)==null?void 0:I.filter(ee=>W.includes(ee.value)))||[]).map(ee=>ee.label);return L.map(ee=>{let ve=0;return ee.listView&&Array.isArray(ee.listView)&&(ve=ee.listView.filter(Re=>F==="agentRuns"&&Re.agentName?se.some(Be=>Re.agentName===Be||Re.agentName.toLowerCase()===(Be==null?void 0:Be.toLowerCase())):F==="toolRuns"&&Re.toolName?se.some(Be=>Re.toolName===Be||Re.toolName.toLowerCase()===(Be==null?void 0:Be.toLowerCase())):F==="modelRuns"&&Re.modelName?se.some(Be=>Re.modelName===Be||Re.modelName.toLowerCase()===(Be==null?void 0:Be.toLowerCase())):!1).reduce((Re,Be)=>Re+(Be.count||0),0)),{...ee,[F]:ve}})}return L},$=E=>{var K;if(!((K=E.view)!=null&&K.chart))return null;const L=_(E),F=()=>{var Q,ae,te,V,Y,J;if(!j(x)||!((Q=E.controls)!=null&&Q.dropdown))return((te=(ae=E.view)==null?void 0:ae.chart)==null?void 0:te.title)||E.title;const X=M(x);if(X.length===1){const I=(V=E.controls.dropdown.options)==null?void 0:V.find(ie=>ie.value===X[0]);return I?`${I.label}`:((J=(Y=E.view)==null?void 0:Y.chart)==null?void 0:J.title)||E.title}return`${X.length} selected`},W=M(x);return E.metricType==="toolRuns"&&W.length===1?{...E.view.chart,data:L,title:F(),lines:void 0,dataKey:"toolRuns",color:"#f97316",showLegend:!1}:E.metricType==="modelRuns"&&W.length===1?{...E.view.chart,data:L,title:F(),dataKey:"modelRuns",color:"#10b981",showLegend:!1}:{...E.view.chart,data:L,title:F()}},R=(E,L)=>{if(!j(x))return E;const F=M(x);if(F.length===1){const W=F[0];if(i==="runs"&&L==="agentRuns")return E.map(K=>({...K,agentRuns:K[W]||0}));if(i==="runs"&&L==="toolRuns")return E.map(K=>({...K,toolRuns:K[W.replace(/[-]/g,"")]||0}));if(i==="runs"&&L==="modelRuns")return E.map(K=>({...K,modelRuns:K[W.replace(/[-\.]/g,"")]||0}))}return E},k=E=>{var K;const L=((K=u.chart)==null?void 0:K.data)||[],F=R(L,E),W=X=>{var ae,te;if(!j(x))return X;const Q=M(x);if(Q.length===1){const V=(te=(ae=c==null?void 0:c.dropdown)==null?void 0:ae.options)==null?void 0:te.find(Y=>Y.value===Q[0]);return V?`${V.label}`:X}return`${Q.length} selected`};switch(E){case"users":return{type:"line",title:"Total Users",data:L,dataKey:"users",color:"#8b5cf6",yAxisLabel:"Number of Users",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}};case"sessions":return{type:"line",title:"Total Sessions",data:L,dataKey:"sessions",color:"#06b6d4",yAxisLabel:"Number of Sessions",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}};case"messages":return{type:"line",title:"Total Messages",data:L,dataKey:"messages",color:"#ec4899",yAxisLabel:"Number of Messages",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}};case"tokens":return{type:"line",title:"Token Usage Breakdown",data:L,yAxisLabel:"Number of Tokens",lines:[{dataKey:"totalTokens",color:"#f59e0b",label:"Total Tokens"},{dataKey:"inputTokens",color:"#3b82f6",label:"Input Tokens"},{dataKey:"outputTokens",color:"#ec4899",label:"Output Tokens"}],height:300,showGrid:!0,showLegend:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}};case"agentRuns":return{type:"line",title:W("Agent Runs"),data:F,dataKey:"agentRuns",color:"#06b6d4",yAxisLabel:"Number of Agent Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}};case"toolRuns":return M(x).length===1?{type:"line",title:W("Tool Runs"),data:R(L,"toolRuns"),dataKey:"toolRuns",color:"#f97316",yAxisLabel:"Number of Tool Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}}:{type:"line",title:"Tool Runs",data:F,yAxisLabel:"Number of Tool Runs",lines:[{dataKey:"toolRuns",color:"#06b6d4",label:"Tool Runs"},{dataKey:"codeTools",color:"#f97316",label:"Code Tools"},{dataKey:"workflowTools",color:"#10b981",label:"Workflow Tools"},{dataKey:"knowledgeTools",color:"#8b5cf6",label:"Knowledge"},{dataKey:"mcpTools",color:"#ef4444",label:"MCP Tools"}],height:300,showGrid:!0,showLegend:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}};case"modelRuns":return M(x).length===1?{type:"line",title:W("Model Runs"),data:R(L,"modelRuns"),dataKey:"modelRuns",color:"#10b981",yAxisLabel:"Number of Model Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}}:{type:"line",title:W("Model Runs"),data:F,dataKey:"modelRuns",color:"#10b981",yAxisLabel:"Number of Model Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}};default:return null}},D=(()=>{const E=P();return E!=null&&E.controls?{...E.controls,dropdown:E.controls.dropdown?{...E.controls.dropdown,onChange:O}:void 0,toggle:E.controls.toggle?{...E.controls.toggle,chartView:v==="chart",tableView:v==="table",onToggle:m}:void 0}:c?{...c,dropdown:c.dropdown?{...c.dropdown,onChange:O}:void 0,toggle:c.toggle?{...c.toggle,chartView:d==="chart",tableView:d==="table",onToggle:m}:void 0}:void 0})(),B=(()=>{var F,W,K,X,Q,ae,te,V,Y,J;const E=P();if(E!=null&&E.view){if((F=E.controls)!=null&&F.toggle){if(v==="table"&&E.view.table){let ie=E.view.table.data;if(E.metricType==="agentRuns"&&j(x)){const q=M(x);if(q.length>0){const se=((X=(K=(W=E.controls)==null?void 0:W.dropdown)==null?void 0:K.options)==null?void 0:X.filter(ee=>q.includes(ee.value)))||[];se.length>0&&(ie=ie.filter(ee=>se.some(ve=>ee.name===ve.label||ee.name&&ee.name.toLowerCase().includes(ve.label.toLowerCase()))))}}if(E.metricType==="toolRuns"&&j(x)){const q=M(x);if(q.length>0){const se=((te=(ae=(Q=E.controls)==null?void 0:Q.dropdown)==null?void 0:ae.options)==null?void 0:te.filter(ee=>q.includes(ee.value)))||[];se.length>0&&(ie=ie.filter(ee=>se.some(ve=>ee.name===ve.label||ee.name&&ee.name.toLowerCase().includes(ve.label.toLowerCase()))))}}if(E.metricType==="modelRuns"&&j(x)){const q=M(x);if(q.length>0){const se=((J=(Y=(V=E.controls)==null?void 0:V.dropdown)==null?void 0:Y.options)==null?void 0:J.filter(ee=>q.includes(ee.value)))||[];se.length>0&&(ie=ie.filter(ee=>se.some(ve=>ee.name===ve.label||ee.name&&ee.name.toLowerCase().includes(ve.label.toLowerCase()))))}}return{type:"table",table:{...E.view.table,data:ie}}}else if(v==="chart"&&E.view.chart)return{type:"chart",chart:$(E)||E.view.chart}}const I=$(E);return I?{...E.view,chart:I}:E.view}const L=k(b);return L?{type:"chart",chart:L}:{...u,type:d}})(),U=()=>l.map(E=>{const L=E.metricType||E.title.toLowerCase();return{...E,highlighted:E.highlighted||L===b}});return g.jsxs("div",{className:ue("bg-white flex flex-col gap-[16px] rounded-lg border border-gray-200 py-[16px] px-[24px]",t),style:{gridColumn:f!=null&&f.span?`span ${f.span}`:void 0,order:f==null?void 0:f.order},children:[o&&g.jsxs("div",{className:"w-full",children:[g.jsx("h1",{className:"text-md font-medium text-gray-700",children:o}),s&&g.jsx("p",{className:"text-xs text-gray-500",children:s})]}),g.jsx("div",{className:"flex flex-col sm:flex-row gap-[16px]",children:r?g.jsxs(g.Fragment,{children:[g.jsx("div",{className:"flex-1",children:g.jsx(gi,{})}),g.jsx("div",{className:"flex-1",children:g.jsx(gi,{})}),g.jsx("div",{className:"flex-1",children:g.jsx(gi,{})}),g.jsx("div",{className:"flex-1",children:g.jsx(gi,{})})]}):U().map((E,L)=>g.jsx("div",{className:"flex-1",children:g.jsx(_f,{data:E,onClick:w,isFirst:L===0})},`${i}-metric-${L}`))}),g.jsxs("div",{className:"flex items-center justify-between",children:[g.jsx("div",{children:P()&&g.jsx("h3",{className:"text-md font-medium text-gray-700",children:(G=P())==null?void 0:G.title})}),D&&g.jsx(Ab,{config:D})]}),g.jsx(Sb,{config:B,isLoading:r||n,context:{sectionId:i,metricType:b}})]})},sf=A.forwardRef(({className:e,variant:t="default",size:r="md",children:n,...a},i)=>{const o="inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",s={default:"bg-blue-600 hover:bg-blue-700 focus:bg-blue-700 focus:shadow-sm text-white py-2 px-3",outline:"border-gray-300 border bg-white text-gray-700 hover:text-gray-800 hover:bg-gray-50 focus:bg-gray-50 focus:shadow-sm",ghost:"border border-error-600 bg-error-500 text-white hover:border-error-600 hover:bg-error-600"},l={sm:"h-[32px] rounded-md gap-1.5 px-[14px] py-[10px]",md:"h-[40px] rounded-md px-[14px] py-[10px]",lg:"h-[48px] rounded-md px-[16px] py-[12px]"};return g.jsx("button",{className:ue(o,s[t],l[r],e),ref:i,...a,children:n})});sf.displayName="Button";function $s(e){"@babel/helpers - typeof";return $s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},$s(e)}function jt(e){if(e===null||e===!0||e===!1)return NaN;var t=Number(e);return isNaN(t)?t:t<0?Math.ceil(t):Math.floor(t)}function Me(e,t){if(t.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+t.length+" present")}function ze(e){Me(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||$s(e)==="object"&&t==="[object Date]"?new Date(e.getTime()):typeof e=="number"||t==="[object Number]"?new Date(e):((typeof e=="string"||t==="[object String]")&&typeof console<"u"&&(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"),console.warn(new Error().stack)),new Date(NaN))}function wW(e,t){Me(2,arguments);var r=ze(e),n=jt(t);return isNaN(n)?new Date(NaN):(n&&r.setDate(r.getDate()+n),r)}function lf(e,t){Me(2,arguments);var r=ze(e),n=jt(t);if(isNaN(n))return new Date(NaN);if(!n)return r;var a=r.getDate(),i=new Date(r.getTime());i.setMonth(r.getMonth()+n+1,0);var o=i.getDate();return a>=o?i:(r.setFullYear(i.getFullYear(),i.getMonth(),a),r)}function OW(e,t){Me(2,arguments);var r=ze(e).getTime(),n=jt(t);return new Date(r+n)}var SW={};function bi(){return SW}function AW(e,t){var r,n,a,i,o,s;Me(1,arguments);var l=bi(),u=jt((r=(n=(a=(i=void 0)!==null&&i!==void 0?i:void 0)!==null&&a!==void 0?a:l.weekStartsOn)!==null&&n!==void 0?n:(o=l.locale)===null||o===void 0||(s=o.options)===null||s===void 0?void 0:s.weekStartsOn)!==null&&r!==void 0?r:0);if(!(u>=0&&u<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var c=ze(e),f=c.getDay(),d=(f<u?7:0)+f-u;return c.setDate(c.getDate()-d),c.setHours(0,0,0,0),c}function TW(e){var t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),e.getTime()-t.getTime()}function ra(e){Me(1,arguments);var t=ze(e);return t.setHours(0,0,0,0),t}function xi(e,t){Me(2,arguments);var r=ra(e),n=ra(t);return r.getTime()===n.getTime()}function PW(e){return Me(1,arguments),e instanceof Date||$s(e)==="object"&&Object.prototype.toString.call(e)==="[object Date]"}function _W(e){if(Me(1,arguments),!PW(e)&&typeof e!="number")return!1;var t=ze(e);return!isNaN(Number(t))}function EW(e){Me(1,arguments);var t=ze(e);return t.setHours(23,59,59,999),t}function jW(e){Me(1,arguments);var t=ze(e);return t.setDate(1),t.setHours(0,0,0,0),t}function $W(e,t){Me(2,arguments);var r=jt(t);return OW(e,-r)}var CW=864e5;function kW(e){Me(1,arguments);var t=ze(e),r=t.getTime();t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0);var n=t.getTime(),a=r-n;return Math.floor(a/CW)+1}function Cs(e){Me(1,arguments);var t=1,r=ze(e),n=r.getUTCDay(),a=(n<t?7:0)+n-t;return r.setUTCDate(r.getUTCDate()-a),r.setUTCHours(0,0,0,0),r}function Pb(e){Me(1,arguments);var t=ze(e),r=t.getUTCFullYear(),n=new Date(0);n.setUTCFullYear(r+1,0,4),n.setUTCHours(0,0,0,0);var a=Cs(n),i=new Date(0);i.setUTCFullYear(r,0,4),i.setUTCHours(0,0,0,0);var o=Cs(i);return t.getTime()>=a.getTime()?r+1:t.getTime()>=o.getTime()?r:r-1}function MW(e){Me(1,arguments);var t=Pb(e),r=new Date(0);r.setUTCFullYear(t,0,4),r.setUTCHours(0,0,0,0);var n=Cs(r);return n}var NW=6048e5;function DW(e){Me(1,arguments);var t=ze(e),r=Cs(t).getTime()-MW(t).getTime();return Math.round(r/NW)+1}function ks(e,t){var r,n,a,i,o,s,l,u;Me(1,arguments);var c=bi(),f=jt((r=(n=(a=(i=t==null?void 0:t.weekStartsOn)!==null&&i!==void 0?i:t==null||(o=t.locale)===null||o===void 0||(s=o.options)===null||s===void 0?void 0:s.weekStartsOn)!==null&&a!==void 0?a:c.weekStartsOn)!==null&&n!==void 0?n:(l=c.locale)===null||l===void 0||(u=l.options)===null||u===void 0?void 0:u.weekStartsOn)!==null&&r!==void 0?r:0);if(!(f>=0&&f<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var d=ze(e),p=d.getUTCDay(),v=(p<f?7:0)+p-f;return d.setUTCDate(d.getUTCDate()-v),d.setUTCHours(0,0,0,0),d}function _b(e,t){var r,n,a,i,o,s,l,u;Me(1,arguments);var c=ze(e),f=c.getUTCFullYear(),d=bi(),p=jt((r=(n=(a=(i=t==null?void 0:t.firstWeekContainsDate)!==null&&i!==void 0?i:t==null||(o=t.locale)===null||o===void 0||(s=o.options)===null||s===void 0?void 0:s.firstWeekContainsDate)!==null&&a!==void 0?a:d.firstWeekContainsDate)!==null&&n!==void 0?n:(l=d.locale)===null||l===void 0||(u=l.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&r!==void 0?r:1);if(!(p>=1&&p<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var v=new Date(0);v.setUTCFullYear(f+1,0,p),v.setUTCHours(0,0,0,0);var y=ks(v,t),h=new Date(0);h.setUTCFullYear(f,0,p),h.setUTCHours(0,0,0,0);var b=ks(h,t);return c.getTime()>=y.getTime()?f+1:c.getTime()>=b.getTime()?f:f-1}function IW(e,t){var r,n,a,i,o,s,l,u;Me(1,arguments);var c=bi(),f=jt((r=(n=(a=(i=t==null?void 0:t.firstWeekContainsDate)!==null&&i!==void 0?i:t==null||(o=t.locale)===null||o===void 0||(s=o.options)===null||s===void 0?void 0:s.firstWeekContainsDate)!==null&&a!==void 0?a:c.firstWeekContainsDate)!==null&&n!==void 0?n:(l=c.locale)===null||l===void 0||(u=l.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&r!==void 0?r:1),d=_b(e,t),p=new Date(0);p.setUTCFullYear(d,0,f),p.setUTCHours(0,0,0,0);var v=ks(p,t);return v}var LW=6048e5;function RW(e,t){Me(1,arguments);var r=ze(e),n=ks(r,t).getTime()-IW(r,t).getTime();return Math.round(n/LW)+1}function _e(e,t){for(var r=e<0?"-":"",n=Math.abs(e).toString();n.length<t;)n="0"+n;return r+n}var Pr={y:function(t,r){var n=t.getUTCFullYear(),a=n>0?n:1-n;return _e(r==="yy"?a%100:a,r.length)},M:function(t,r){var n=t.getUTCMonth();return r==="M"?String(n+1):_e(n+1,2)},d:function(t,r){return _e(t.getUTCDate(),r.length)},a:function(t,r){var n=t.getUTCHours()/12>=1?"pm":"am";switch(r){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return n==="am"?"a.m.":"p.m."}},h:function(t,r){return _e(t.getUTCHours()%12||12,r.length)},H:function(t,r){return _e(t.getUTCHours(),r.length)},m:function(t,r){return _e(t.getUTCMinutes(),r.length)},s:function(t,r){return _e(t.getUTCSeconds(),r.length)},S:function(t,r){var n=r.length,a=t.getUTCMilliseconds(),i=Math.floor(a*Math.pow(10,n-3));return _e(i,r.length)}},na={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},BW={G:function(t,r,n){var a=t.getUTCFullYear()>0?1:0;switch(r){case"G":case"GG":case"GGG":return n.era(a,{width:"abbreviated"});case"GGGGG":return n.era(a,{width:"narrow"});case"GGGG":default:return n.era(a,{width:"wide"})}},y:function(t,r,n){if(r==="yo"){var a=t.getUTCFullYear(),i=a>0?a:1-a;return n.ordinalNumber(i,{unit:"year"})}return Pr.y(t,r)},Y:function(t,r,n,a){var i=_b(t,a),o=i>0?i:1-i;if(r==="YY"){var s=o%100;return _e(s,2)}return r==="Yo"?n.ordinalNumber(o,{unit:"year"}):_e(o,r.length)},R:function(t,r){var n=Pb(t);return _e(n,r.length)},u:function(t,r){var n=t.getUTCFullYear();return _e(n,r.length)},Q:function(t,r,n){var a=Math.ceil((t.getUTCMonth()+1)/3);switch(r){case"Q":return String(a);case"QQ":return _e(a,2);case"Qo":return n.ordinalNumber(a,{unit:"quarter"});case"QQQ":return n.quarter(a,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(a,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(a,{width:"wide",context:"formatting"})}},q:function(t,r,n){var a=Math.ceil((t.getUTCMonth()+1)/3);switch(r){case"q":return String(a);case"qq":return _e(a,2);case"qo":return n.ordinalNumber(a,{unit:"quarter"});case"qqq":return n.quarter(a,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(a,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(a,{width:"wide",context:"standalone"})}},M:function(t,r,n){var a=t.getUTCMonth();switch(r){case"M":case"MM":return Pr.M(t,r);case"Mo":return n.ordinalNumber(a+1,{unit:"month"});case"MMM":return n.month(a,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(a,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(a,{width:"wide",context:"formatting"})}},L:function(t,r,n){var a=t.getUTCMonth();switch(r){case"L":return String(a+1);case"LL":return _e(a+1,2);case"Lo":return n.ordinalNumber(a+1,{unit:"month"});case"LLL":return n.month(a,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(a,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(a,{width:"wide",context:"standalone"})}},w:function(t,r,n,a){var i=RW(t,a);return r==="wo"?n.ordinalNumber(i,{unit:"week"}):_e(i,r.length)},I:function(t,r,n){var a=DW(t);return r==="Io"?n.ordinalNumber(a,{unit:"week"}):_e(a,r.length)},d:function(t,r,n){return r==="do"?n.ordinalNumber(t.getUTCDate(),{unit:"date"}):Pr.d(t,r)},D:function(t,r,n){var a=kW(t);return r==="Do"?n.ordinalNumber(a,{unit:"dayOfYear"}):_e(a,r.length)},E:function(t,r,n){var a=t.getUTCDay();switch(r){case"E":case"EE":case"EEE":return n.day(a,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(a,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(a,{width:"short",context:"formatting"});case"EEEE":default:return n.day(a,{width:"wide",context:"formatting"})}},e:function(t,r,n,a){var i=t.getUTCDay(),o=(i-a.weekStartsOn+8)%7||7;switch(r){case"e":return String(o);case"ee":return _e(o,2);case"eo":return n.ordinalNumber(o,{unit:"day"});case"eee":return n.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(i,{width:"short",context:"formatting"});case"eeee":default:return n.day(i,{width:"wide",context:"formatting"})}},c:function(t,r,n,a){var i=t.getUTCDay(),o=(i-a.weekStartsOn+8)%7||7;switch(r){case"c":return String(o);case"cc":return _e(o,r.length);case"co":return n.ordinalNumber(o,{unit:"day"});case"ccc":return n.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(i,{width:"narrow",context:"standalone"});case"cccccc":return n.day(i,{width:"short",context:"standalone"});case"cccc":default:return n.day(i,{width:"wide",context:"standalone"})}},i:function(t,r,n){var a=t.getUTCDay(),i=a===0?7:a;switch(r){case"i":return String(i);case"ii":return _e(i,r.length);case"io":return n.ordinalNumber(i,{unit:"day"});case"iii":return n.day(a,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(a,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(a,{width:"short",context:"formatting"});case"iiii":default:return n.day(a,{width:"wide",context:"formatting"})}},a:function(t,r,n){var a=t.getUTCHours(),i=a/12>=1?"pm":"am";switch(r){case"a":case"aa":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function(t,r,n){var a=t.getUTCHours(),i;switch(a===12?i=na.noon:a===0?i=na.midnight:i=a/12>=1?"pm":"am",r){case"b":case"bb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},B:function(t,r,n){var a=t.getUTCHours(),i;switch(a>=17?i=na.evening:a>=12?i=na.afternoon:a>=4?i=na.morning:i=na.night,r){case"B":case"BB":case"BBB":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},h:function(t,r,n){if(r==="ho"){var a=t.getUTCHours()%12;return a===0&&(a=12),n.ordinalNumber(a,{unit:"hour"})}return Pr.h(t,r)},H:function(t,r,n){return r==="Ho"?n.ordinalNumber(t.getUTCHours(),{unit:"hour"}):Pr.H(t,r)},K:function(t,r,n){var a=t.getUTCHours()%12;return r==="Ko"?n.ordinalNumber(a,{unit:"hour"}):_e(a,r.length)},k:function(t,r,n){var a=t.getUTCHours();return a===0&&(a=24),r==="ko"?n.ordinalNumber(a,{unit:"hour"}):_e(a,r.length)},m:function(t,r,n){return r==="mo"?n.ordinalNumber(t.getUTCMinutes(),{unit:"minute"}):Pr.m(t,r)},s:function(t,r,n){return r==="so"?n.ordinalNumber(t.getUTCSeconds(),{unit:"second"}):Pr.s(t,r)},S:function(t,r){return Pr.S(t,r)},X:function(t,r,n,a){var i=a._originalDate||t,o=i.getTimezoneOffset();if(o===0)return"Z";switch(r){case"X":return jb(o);case"XXXX":case"XX":return Yr(o);case"XXXXX":case"XXX":default:return Yr(o,":")}},x:function(t,r,n,a){var i=a._originalDate||t,o=i.getTimezoneOffset();switch(r){case"x":return jb(o);case"xxxx":case"xx":return Yr(o);case"xxxxx":case"xxx":default:return Yr(o,":")}},O:function(t,r,n,a){var i=a._originalDate||t,o=i.getTimezoneOffset();switch(r){case"O":case"OO":case"OOO":return"GMT"+Eb(o,":");case"OOOO":default:return"GMT"+Yr(o,":")}},z:function(t,r,n,a){var i=a._originalDate||t,o=i.getTimezoneOffset();switch(r){case"z":case"zz":case"zzz":return"GMT"+Eb(o,":");case"zzzz":default:return"GMT"+Yr(o,":")}},t:function(t,r,n,a){var i=a._originalDate||t,o=Math.floor(i.getTime()/1e3);return _e(o,r.length)},T:function(t,r,n,a){var i=a._originalDate||t,o=i.getTime();return _e(o,r.length)}};function Eb(e,t){var r=e>0?"-":"+",n=Math.abs(e),a=Math.floor(n/60),i=n%60;if(i===0)return r+String(a);var o=t;return r+String(a)+o+_e(i,2)}function jb(e,t){if(e%60===0){var r=e>0?"-":"+";return r+_e(Math.abs(e)/60,2)}return Yr(e,t)}function Yr(e,t){var r=t||"",n=e>0?"-":"+",a=Math.abs(e),i=_e(Math.floor(a/60),2),o=_e(a%60,2);return n+i+r+o}var $b=function(t,r){switch(t){case"P":return r.date({width:"short"});case"PP":return r.date({width:"medium"});case"PPP":return r.date({width:"long"});case"PPPP":default:return r.date({width:"full"})}},Cb=function(t,r){switch(t){case"p":return r.time({width:"short"});case"pp":return r.time({width:"medium"});case"ppp":return r.time({width:"long"});case"pppp":default:return r.time({width:"full"})}},FW=function(t,r){var n=t.match(/(P+)(p+)?/)||[],a=n[1],i=n[2];if(!i)return $b(t,r);var o;switch(a){case"P":o=r.dateTime({width:"short"});break;case"PP":o=r.dateTime({width:"medium"});break;case"PPP":o=r.dateTime({width:"long"});break;case"PPPP":default:o=r.dateTime({width:"full"});break}return o.replace("{{date}}",$b(a,r)).replace("{{time}}",Cb(i,r))},WW={p:Cb,P:FW},UW=["D","DD"],zW=["YY","YYYY"];function GW(e){return UW.indexOf(e)!==-1}function KW(e){return zW.indexOf(e)!==-1}function kb(e,t,r){if(e==="YYYY")throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(t,"`) for formatting years to the input `").concat(r,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if(e==="YY")throw new RangeError("Use `yy` instead of `YY` (in `".concat(t,"`) for formatting years to the input `").concat(r,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if(e==="D")throw new RangeError("Use `d` instead of `D` (in `".concat(t,"`) for formatting days of the month to the input `").concat(r,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if(e==="DD")throw new RangeError("Use `dd` instead of `DD` (in `".concat(t,"`) for formatting days of the month to the input `").concat(r,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}var VW={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"}},qW=function(t,r,n){var a,i=VW[t];return typeof i=="string"?a=i:r===1?a=i.one:a=i.other.replace("{{count}}",r.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+a:a+" ago":a};function uf(e){return function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=t.width?String(t.width):e.defaultWidth,n=e.formats[r]||e.formats[e.defaultWidth];return n}}var HW={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},YW={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},XW={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},ZW={date:uf({formats:HW,defaultWidth:"full"}),time:uf({formats:YW,defaultWidth:"full"}),dateTime:uf({formats:XW,defaultWidth:"full"})},JW={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},QW=function(t,r,n,a){return JW[t]};function wi(e){return function(t,r){var n=r!=null&&r.context?String(r.context):"standalone",a;if(n==="formatting"&&e.formattingValues){var i=e.defaultFormattingWidth||e.defaultWidth,o=r!=null&&r.width?String(r.width):i;a=e.formattingValues[o]||e.formattingValues[i]}else{var s=e.defaultWidth,l=r!=null&&r.width?String(r.width):e.defaultWidth;a=e.values[l]||e.values[s]}var u=e.argumentCallback?e.argumentCallback(t):t;return a[u]}}var eU={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},tU={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},rU={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"]},nU={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"]},aU={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"}},iU={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"}},oU=function(t,r){var n=Number(t),a=n%100;if(a>20||a<10)switch(a%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},sU={ordinalNumber:oU,era:wi({values:eU,defaultWidth:"wide"}),quarter:wi({values:tU,defaultWidth:"wide",argumentCallback:function(t){return t-1}}),month:wi({values:rU,defaultWidth:"wide"}),day:wi({values:nU,defaultWidth:"wide"}),dayPeriod:wi({values:aU,defaultWidth:"wide",formattingValues:iU,defaultFormattingWidth:"wide"})};function Oi(e){return function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=r.width,a=n&&e.matchPatterns[n]||e.matchPatterns[e.defaultMatchWidth],i=t.match(a);if(!i)return null;var o=i[0],s=n&&e.parsePatterns[n]||e.parsePatterns[e.defaultParseWidth],l=Array.isArray(s)?uU(s,function(f){return f.test(o)}):lU(s,function(f){return f.test(o)}),u;u=e.valueCallback?e.valueCallback(l):l,u=r.valueCallback?r.valueCallback(u):u;var c=t.slice(o.length);return{value:u,rest:c}}}function lU(e,t){for(var r in e)if(e.hasOwnProperty(r)&&t(e[r]))return r}function uU(e,t){for(var r=0;r<e.length;r++)if(t(e[r]))return r}function cU(e){return function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.match(e.matchPattern);if(!n)return null;var a=n[0],i=t.match(e.parsePattern);if(!i)return null;var o=e.valueCallback?e.valueCallback(i[0]):i[0];o=r.valueCallback?r.valueCallback(o):o;var s=t.slice(a.length);return{value:o,rest:s}}}var fU=/^(\d+)(th|st|nd|rd)?/i,dU=/\d+/i,pU={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},hU={any:[/^b/i,/^(a|c)/i]},vU={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},yU={any:[/1/i,/2/i,/3/i,/4/i]},mU={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},gU={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]},bU={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},xU={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]},wU={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},OU={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}},SU={ordinalNumber:cU({matchPattern:fU,parsePattern:dU,valueCallback:function(t){return parseInt(t,10)}}),era:Oi({matchPatterns:pU,defaultMatchWidth:"wide",parsePatterns:hU,defaultParseWidth:"any"}),quarter:Oi({matchPatterns:vU,defaultMatchWidth:"wide",parsePatterns:yU,defaultParseWidth:"any",valueCallback:function(t){return t+1}}),month:Oi({matchPatterns:mU,defaultMatchWidth:"wide",parsePatterns:gU,defaultParseWidth:"any"}),day:Oi({matchPatterns:bU,defaultMatchWidth:"wide",parsePatterns:xU,defaultParseWidth:"any"}),dayPeriod:Oi({matchPatterns:wU,defaultMatchWidth:"any",parsePatterns:OU,defaultParseWidth:"any"})},AU={code:"en-US",formatDistance:qW,formatLong:ZW,formatRelative:QW,localize:sU,match:SU,options:{weekStartsOn:0,firstWeekContainsDate:1}},TU=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,PU=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,_U=/^'([^]*?)'?$/,EU=/''/g,jU=/[a-zA-Z]/;function Ms(e,t,r){var n,a,i,o,s,l,u,c,f,d,p,v,y,h;Me(2,arguments);var b=String(t),S=bi(),x=(n=(a=void 0)!==null&&a!==void 0?a:S.locale)!==null&&n!==void 0?n:AU,T=jt((i=(o=(s=(l=void 0)!==null&&l!==void 0?l:void 0)!==null&&s!==void 0?s:S.firstWeekContainsDate)!==null&&o!==void 0?o:(u=S.locale)===null||u===void 0||(c=u.options)===null||c===void 0?void 0:c.firstWeekContainsDate)!==null&&i!==void 0?i:1);if(!(T>=1&&T<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var m=jt((f=(d=(p=(v=void 0)!==null&&v!==void 0?v:void 0)!==null&&p!==void 0?p:S.weekStartsOn)!==null&&d!==void 0?d:(y=S.locale)===null||y===void 0||(h=y.options)===null||h===void 0?void 0:h.weekStartsOn)!==null&&f!==void 0?f:0);if(!(m>=0&&m<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!x.localize)throw new RangeError("locale must contain localize property");if(!x.formatLong)throw new RangeError("locale must contain formatLong property");var w=ze(e);if(!_W(w))throw new RangeError("Invalid time value");var O=TW(w),P=$W(w,O),j={firstWeekContainsDate:T,weekStartsOn:m,locale:x,_originalDate:w},M=b.match(PU).map(function(_){var $=_[0];if($==="p"||$==="P"){var R=WW[$];return R(_,x.formatLong)}return _}).join("").match(TU).map(function(_){if(_==="''")return"'";var $=_[0];if($==="'")return $U(_);var R=BW[$];if(R)return KW(_)&&kb(_,t,String(e)),GW(_)&&kb(_,t,String(e)),R(P,_,x.localize,j);if($.match(jU))throw new RangeError("Format string contains an unescaped latin alphabet character `"+$+"`");return _}).join("");return M}function $U(e){var t=e.match(_U);return t?t[1].replace(EU,"'"):e}function Mb(e,t){Me(2,arguments);var r=ze(e),n=ze(t);return r.getTime()<n.getTime()}function CU(e,t){Me(2,arguments);var r=ze(e).getTime(),n=ze(t.start).getTime(),a=ze(t.end).getTime();if(!(n<=a))throw new RangeError("Invalid interval");return r>=n&&r<=a}function Ns(e,t){Me(2,arguments);var r=jt(t);return wW(e,-r)}function kU(e,t){Me(2,arguments);var r=jt(t);return lf(e,-r)}const Nb=({children:e})=>{const[t,r]=A.useState(!1);return A.useEffect(()=>(r(!0),()=>r(!1)),[]),t?Jr.createPortal(e,document.body):null};function Db({className:e,defaultValue:t,onDateRangeChange:r}){console.log("🗓️ DateRangePicker component rendered with props:",{className:e,defaultValue:t,hasCallback:!!r});const n=[{label:"Today",value:"today",dateRange:{from:ra(new Date),to:new Date}},{label:"Yesterday",value:"yesterday",dateRange:{from:ra(Ns(new Date,1)),to:EW(Ns(new Date,1))}},{label:"This week",value:"thisWeek",dateRange:{from:AW(new Date),to:new Date}},{label:"Last 7 days",value:"7d",dateRange:{from:ra(Ns(new Date,6)),to:new Date}},{label:"This month",value:"thisMonth",dateRange:{from:jW(new Date),to:new Date}},{label:"Last 30 days",value:"30d",dateRange:{from:ra(Ns(new Date,29)),to:new Date}}],a=t?n.find(C=>C.value===t):null;console.log("📅 DateRangePicker initialization:",{defaultValue:t,defaultPreset:a==null?void 0:a.label,hasDateRange:!!(a!=null&&a.dateRange),allPresetValues:n.map(C=>C.value),foundPreset:!!a});const[i,o]=A.useState(a==null?void 0:a.dateRange),[s,l]=A.useState(a==null?void 0:a.dateRange),[u,c]=A.useState(!1),[f,d]=A.useState((a==null?void 0:a.label)||null),[p,v]=A.useState((a==null?void 0:a.label)||null),[y,h]=A.useState(new Date),[b,S]=A.useState(null),[x,T]=A.useState({top:0,left:0}),m=A.useRef(null),w=A.useRef(null);A.useEffect(()=>{var C,B;console.log("📅 DateRangePicker useEffect running:",{hasDefaultPreset:!!a,hasOnDateRangeChange:!!r,currentDate:i,currentLabel:f,defaultValue:t,defaultPresetLabel:a==null?void 0:a.label,defaultPresetValue:a==null?void 0:a.value}),a!=null&&a.dateRange&&r?(console.log("📅 DateRangePicker: Setting initial default value:",{label:a.label,dateRange:a.dateRange,from:(C=a.dateRange.from)==null?void 0:C.toLocaleDateString(),to:(B=a.dateRange.to)==null?void 0:B.toLocaleDateString()}),r(a.dateRange)):console.log("📅 DateRangePicker: NOT setting initial value because:",{hasDefaultPreset:!!a,hasDateRange:!!(a!=null&&a.dateRange),hasCallback:!!r,presetLabelsAvailable:n.map(U=>`${U.value}:${U.label}`)})},[]),A.useEffect(()=>{t&&(a!=null&&a.dateRange)&&(console.log("📅 DateRangePicker: DefaultValue changed, updating state:",{defaultValue:t,label:a.label}),o(a.dateRange),d(a.label),l(a.dateRange),v(a.label))},[t]);const O=()=>{if(!w.current)return;const C=w.current.getBoundingClientRect(),B=window.scrollY,U=window.scrollX,G=window.innerWidth,E=window.innerHeight,L=720,F=450;let W=C.bottom+B+8,K=C.left+U;K+L>G&&(K=C.right+U-L),K+L>G&&(K=G-L-20),W+F>E&&(W=C.top+B-F-8),K<20&&(K=20),W<20&&(W=20),T({top:W,left:K})};A.useEffect(()=>{const C=()=>{u&&O()};return u&&(window.addEventListener("resize",C),window.addEventListener("scroll",C)),()=>{window.removeEventListener("resize",C),window.removeEventListener("scroll",C)}},[u]);const P=(C,B)=>{if(l(C),v(B),S(null),C.from){const U=new Date(C.from.getFullYear(),C.from.getMonth(),1);h(U)}},j=C=>{if(!b)S(C),l({from:C,to:C}),v(null);else{const B=Mb(C,b)?C:b,U=Mb(C,b)?b:C;l({from:B,to:U}),S(null),v(null)}},M=()=>{o(s),d(p),r==null||r(s),c(!1),S(null)},_=()=>{l(void 0),v(null),o(void 0),d(null),r==null||r(void 0),c(!1),S(null)},$=C=>{C?(l(i),v(f),S(null),setTimeout(O,0)):(l(i),v(f),S(null)),c(C)},R=(C,B)=>(console.log("📅 formatDateRange called with:",{presetLabel:B,hasDateRange:!!(C!=null&&C.from)}),B||(C!=null&&C.from?!C.to||xi(C.from,C.to)?Ms(C.from,"MMM dd, yyyy"):`${Ms(C.from,"MMM dd, yyyy")} - ${Ms(C.to,"MMM dd, yyyy")}`:"Pick a date range")),k=(C=0)=>{const B=lf(y,C),U=B.getFullYear(),G=B.getMonth(),E=new Date(U,G,1),F=new Date(U,G+1,0).getDate(),W=E.getDay(),K=["January","February","March","April","May","June","July","August","September","October","November","December"],X=["Su","Mo","Tu","We","Th","Fr","Sa"],Q=[],te=new Date(U,G-1,0).getDate();for(let J=W-1;J>=0;J--){const I=te-J,ie=new Date(U,G-1,I);Q.push(g.jsx("button",{onClick:()=>j(ie),className:"h-[32px] w-[32px] text-xs text-gray-400 hover:bg-gray-100 rounded-full flex items-center justify-center",children:I},`prev-${I}`))}for(let J=1;J<=F;J++){const I=new Date(U,G,J),ie=xi(I,new Date),q=(s==null?void 0:s.from)&&(s==null?void 0:s.to)&&CU(I,{start:s.from,end:s.to}),se=(s==null?void 0:s.from)&&xi(I,s.from),ee=(s==null?void 0:s.to)&&xi(I,s.to),ve=b&&xi(I,b);let We="h-[32px] w-[32px] text-xs hover:bg-gray-100 hover:text-gray-900 hover:font-medium rounded-full flex items-center justify-center transition-colors text-gray-700 ";ie&&(We+="font-semibold "),ve||se||ee?We+="!bg-blue-500 !text-white !hover:bg-blue-500 !hover:text-white font-semibold":q&&(We+="bg-blue-100 text-blue-900 hover:bg-blue-100 hover:text-blue-900 font-semibold"),Q.push(g.jsx("button",{onClick:()=>j(I),className:We,children:J},`current-${J}`))}const Y=Math.ceil((W+F)/7)*7-W-F;for(let J=1;J<=Y;J++){const I=new Date(U,G+1,J);Q.push(g.jsx("button",{onClick:()=>j(I),className:"h-[32px] w-[32px] text-sm text-gray-500 hover:bg-gray-100 rounded-full flex items-center justify-center",children:J},`next-${J}`))}return g.jsxs("div",{className:"p-[12px]",children:[g.jsxs("div",{className:"flex items-center justify-between mb-3",children:[C===0&&g.jsx("button",{onClick:()=>h(kU(y,1)),className:"p-[4px] hover:bg-gray-100 rounded",children:g.jsx(Qb,{className:"h-[16px] w-[16px]"})}),g.jsxs("div",{className:"font-semibold text-sm text-gray-700",children:[K[G]," ",U]}),C===1&&g.jsx("button",{onClick:()=>h(lf(y,1)),className:"p-[4px] hover:bg-gray-100 rounded",children:g.jsx(e0,{className:"h-[16px] w-[16px]"})})]}),g.jsx("div",{className:"grid grid-cols-7 gap-1 mb-2",children:X.map(J=>g.jsx("div",{className:"h-[32px] flex items-center justify-center text-xs font-medium text-gray-700 w-full text-center",children:J},J))}),g.jsx("div",{className:"grid grid-cols-7 gap-1",children:Q})]})},D=()=>"fixed bg-white border border-gray-200 rounded-lg shadow-xl z-[99999]";return g.jsxs("div",{className:`relative ${e}`,children:[g.jsxs("button",{ref:w,onClick:()=>$(!u),className:`min-w-[200px] px-[12px] py-[8px] text-left border border-gray-300 rounded-md shadow-sm bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 flex items-center ${i?"text-gray-900":"text-gray-500"}`,children:[g.jsx(yf,{className:"mr-2 h-[16px] w-[16px]"}),(()=>{const C=R(i,f);return console.log("📅 Button display text:",{displayText:C,date:i,selectedPresetLabel:f}),C})()]}),u&&g.jsxs(Nb,{children:[g.jsx("div",{className:"fixed inset-0 z-[99998] bg-black bg-opacity-10",onClick:()=>$(!1)}),g.jsxs("div",{ref:m,className:D(),style:{top:x.top,left:x.left,width:"720px",minWidth:"720px",maxHeight:"90vh"},onClick:C=>C.stopPropagation(),children:[g.jsxs("div",{className:"flex",children:[g.jsxs("div",{className:"flex flex-col gap-1 p-[12px] border-r border-gray-200 w-[160px] flex-shrink-0",children:[g.jsx("div",{className:"text-sm font-medium text-gray-500 mb-2",children:"Quick Filters"}),n.map(C=>g.jsx("button",{onClick:()=>P(C.dateRange,C.label),className:`text-left px-[12px] py-[8px] text-sm text-gray-900 rounded hover:bg-gray-100 transition-colors ${p===C.label?"bg-gray-100 medium":""}`,children:C.label},C.label))]}),g.jsxs("div",{className:"flex flex-1",children:[k(0),k(1)]})]}),g.jsxs("div",{className:"border-t border-gray-200 bg-gray-50 p-[12px] flex justify-end gap-2",children:[g.jsx("button",{onClick:_,className:"px-[12px] py-[8px] text-sm border border-gray-300 rounded hover:bg-gray-50 transition-colors",children:"Clear"}),g.jsx("button",{onClick:M,disabled:!(s!=null&&s.from),className:"px-[12px] py-[8px] text-sm bg-blue-600 text-white rounded hover:bg-blue-700 disabled:opacity-50 disabled:cursor-not-allowed transition-colors",children:"Apply"})]})]})]})]})}const MU=({config:e,appConfig:t,className:r,onExport:n,onDraftChange:a,onTimeRangeChange:i})=>{var R;const{title:o,subtitle:s,sections:l,globalControls:u,layout:c={columns:12,gap:24,responsive:!0}}=e,[f,d]=A.useState(!1),[p,v]=A.useState({}),[y,h]=A.useState(l),[b,S]=A.useState([]),[x,T]=A.useState(!1),m=A.useRef(null);A.useEffect(()=>{if(t)try{m.current=new Ht(t),w(),O()}catch(k){console.error("Failed to initialize API service:",k)}},[t]);const w=async()=>{if(!(!m.current||!t)){T(!0);try{const k=await m.current.fetchEnvironments();S(k),console.log("🌍 Environments loaded:",k.map(D=>D.envName))}catch(k){console.error("Error loading environments:",k)}finally{T(!1)}}},O=async()=>{if(!(!m.current||!t)){d(!0);try{const k=m.current.getDefaultTimeRange();console.log("📊 Loading dashboard data with date range:",{fromTimestamp:k.fromTimestamp,toTimestamp:k.toTimestamp,fromDate:new Date(k.fromTimestamp).toLocaleDateString(),toDate:new Date(k.toTimestamp).toLocaleDateString()});const D=await m.current.fetchAllCardsDataWithEnhancedViews(k.fromTimestamp,k.toTimestamp);console.log("✅ Enhanced cards data loaded successfully:",D),console.log("📈 Data covers period:",{from:new Date(k.fromTimestamp).toLocaleDateString(),to:new Date(k.toTimestamp).toLocaleDateString()});const C=l.map(B=>B.id==="usage-analytics"?(console.log("Updating usage-analytics section with enhanced data"),{...B,metrics:D.usageAnalytics}):B.id==="runs"?(console.log("Updating runs section with enhanced data including table and controls"),{...B,metrics:D.runs}):B);h(C)}catch(k){console.error("Error loading initial data:",k),h(l)}finally{d(!1)}}},P=async(k,D)=>{if(!(!m.current||!t||!D.metricType)){h(C=>C.map(B=>B.id===k?{...B,metrics:B.metrics.map(U=>({...U,highlighted:U.metricType===D.metricType}))}:B)),v(C=>({...C,[k]:!0}));try{const C=t.defaultTimeRange||Ht.getDateRange(7);let B,U;if(["users","sessions","messages","tokens"].includes(D.metricType))B="usage-analytics",U=D.metricType;else if(["agentRuns","toolRuns","modelRuns"].includes(D.metricType))B="runs",U=D.metricType==="agentRuns"?"agent-runs":D.metricType==="toolRuns"?"tool-runs":"model-runs";else return;const G=await m.current.fetchTimeSeriesData(U,B,C.fromTimestamp,C.toTimestamp),E=m.current.transformTimeSeriesDataForMetric(G,D.metricType);console.log("Time series response for",D.title,":",G),console.log("Transformed data for",D.title,":",E),console.log("Metric type used for transformation:",D.metricType);const F=(W=>({users:"users",sessions:"sessions",messages:"messages",tokens:"totalTokens",agentRuns:"agentRuns",toolRuns:"toolRuns",modelRuns:"modelRuns"})[W]||"count")(D.metricType||"count");console.log("Using dataKey for metric",D.metricType,":",F),h(W=>W.map(K=>{if(K.id===k){const X={...K,view:{...K.view,chart:K.view.chart?{...K.view.chart,data:E,dataKey:F,lines:[{dataKey:F,color:K.view.chart.color||"#3b82f6",label:D.title,strokeWidth:2}]}:{type:"line",data:E,dataKey:F,lines:[{dataKey:F,color:"#3b82f6",label:D.title,strokeWidth:2}],yAxisLabel:D.title}}};return console.log("Updated section for",k,":",X),console.log("Chart config set:",X.view.chart),X}return K}))}catch(C){console.error("Error loading metric data:",C)}finally{v(C=>({...C,[k]:!1}))}}},j=k=>{var D,C;if((C=(D=u==null?void 0:u.draft)==null?void 0:D.onChange)==null||C.call(D,k),a==null||a(k),t&&m.current){const B={...t,environment:k};m.current.updateConfig(B),O()}},M=k=>{var D,C;if(console.log("🗓️ Time range change requested:",k),typeof k=="string"&&((C=(D=u==null?void 0:u.timeRange)==null?void 0:D.onChange)==null||C.call(D,k)),i==null||i(k),t&&m.current){let B=null;if(typeof k=="object"&&k.from&&k.to)B={fromTimestamp:k.from.toISOString(),toTimestamp:k.to.toISOString()},console.log("📅 Converting DateRange to API format:",B);else if(typeof k=="string"){const G={"24h":1,"7d":7,"30d":30,"90d":90}[k];G&&(B=Ht.getDateRange(G),console.log(`📅 Converting preset "${k}" (${G} days) to API format:`,B))}if(B){const U={...t,defaultTimeRange:B};console.log("🔄 Updating API configuration with new date range:",U.defaultTimeRange),m.current.updateConfig(U),console.log("🚀 Reloading dashboard data with new date range..."),O()}else console.warn("⚠️ Unable to convert time range value to API format:",k)}},_=(k="csv")=>{var D,C;(C=(D=u==null?void 0:u.export)==null?void 0:D.onExport)==null||C.call(D,k),n==null||n()},$=Object.values(p).some(k=>k);return g.jsxs("div",{className:ue("w-full h-full flex flex-col overflow-hidden",r),children:[g.jsxs("div",{className:"flex flex-col gap-2 w-full p-[24px] pb-[12px]",children:[g.jsx("h1",{className:"text-lg font-bold text-gray-900 w-full",children:o}),g.jsxs("div",{className:"flex items-center gap-2 w-full",children:[s&&g.jsx("p",{className:"text-gray-500 text-xs w-full",children:s}),g.jsxs("div",{className:"flex items-center gap-2 justify-end flex-shrink-0",children:[(f||$)&&g.jsxs("div",{className:"flex items-center gap-2 text-sm medium text-gray-500",children:[g.jsx(n0,{className:"h-[16px] w-[16px] animate-spin"}),"Loading..."]}),u&&g.jsxs(g.Fragment,{children:[u.draft&&g.jsx(js,{options:b.length>0?b.map(k=>({label:k.envName.charAt(0).toUpperCase()+k.envName.slice(1),value:k.envName})):u.draft.options,value:u.draft.defaultValue,placeholder:x?"Loading environments...":u.draft.label,onChange:j,className:"min-w-[200px]",disabled:f||$||x}),u.timeRange&&(u.timeRange.useDatePicker?(console.log("🗓️ Dashboard: Rendering DateRangePicker with defaultValue:",u.timeRange.defaultValue),g.jsx(Db,{defaultValue:u.timeRange.defaultValue,onDateRangeChange:k=>{console.log("🗓️ Dashboard: DateRangePicker callback received:",k),k&&M(k)}})):g.jsxs("div",{className:"flex items-center gap-2",children:[g.jsx(yf,{className:"h-4 w-4 text-gray-500"}),g.jsx(js,{options:u.timeRange.options||[],value:u.timeRange.defaultValue,placeholder:u.timeRange.label,onChange:M,className:"min-w-[200px]",disabled:f||$})]})),((R=u.export)==null?void 0:R.enabled)&&g.jsxs(sf,{variant:"outline",onClick:()=>_(),className:"gap-2",disabled:f||$,children:[g.jsx(t0,{className:"h-4 w-4"}),"Export"]})]})]})]})]}),g.jsx("div",{className:ue("grid gap-6 p-[24px] pt-[8px] overflow-y-auto",c.responsive&&"grid-cols-1 lg:grid-cols-12"),style:{gridTemplateColumns:c.responsive?void 0:`repeat(${c.columns}, minmax(0, 1fr))`,gap:c.gap?`${c.gap}px`:void 0},children:y.map(k=>{var D,C,B,U;return g.jsx(Tb,{section:k,isLoading:f,isChartLoading:p[k.id]||!1,onMetricClick:G=>P(k.id,G),className:ue(c.responsive&&((D=k.layout)==null?void 0:D.span)===12&&"lg:col-span-12",c.responsive&&((C=k.layout)==null?void 0:C.span)===6&&"lg:col-span-6",c.responsive&&((B=k.layout)==null?void 0:B.span)===4&&"lg:col-span-4",c.responsive&&((U=k.layout)==null?void 0:U.span)===3&&"lg:col-span-3")},k.id)})})]})},Ds=["Portfolio Analysis Expert","Mortgage Evaluator","Credit Risk Specialist","Asset Valuation Analyst","Liability Assessment Advisor"],Is=["calculate-creditScore","calculate-risk","calculate-mortgage","analyse-expenses","fetch-statement"],Ls=["gpt-4o","gpt-4o-mini","gpt-3.5-turbo","claude-3-5-sonnet","claude-3-5-haiku","claude-3-opus","gemini-1.5-pro","gemini-1.5-flash","llama-3.1-405b","llama-3.1-70b"],NU=(e=30)=>{const t=[],r=new Date;for(let n=e-1;n>=0;n--){const a=new Date(r);a.setDate(r.getDate()-n);const i=600+Math.sin(n*.1)*100,o=Math.floor(i+Math.random()*100),s=Math.floor(o*3.5+Math.random()*200),l=Math.floor(s*2.9+Math.random()*500),u=Math.floor(l*.9+Math.random()*300),c=Math.floor(u*.6),f=u-c,d=Math.floor(s*.8+Math.random()*100),p=Math.floor(d*12+Math.random()*500),v=Math.floor(d*8+Math.random()*300),y=Math.floor(p*.3+Math.random()*100),h=Math.floor(p*.25+Math.random()*80),b=Math.floor(p*.2+Math.random()*60),S=Math.floor(p*.15+Math.random()*50),x={};Ds.forEach(w=>{const O=w.replace(/\s+/g,"").toLowerCase(),P=Math.floor(d/Ds.length);x[O]=Math.floor(P+Math.random()*(P*.5))});const T={};Is.forEach(w=>{const O=w.replace(/[-]/g,""),P=Math.floor(p/Is.length);T[O]=Math.floor(P+Math.random()*(P*.8))});const m={};Ls.forEach(w=>{const O=w.replace(/[-\.]/g,""),P=Math.floor(v/Ls.length);m[O]=Math.floor(P+Math.random()*(P*.6))}),t.push({date:a.toISOString().split("T")[0],users:o,sessions:s,messages:l,totalTokens:u,inputTokens:c,outputTokens:f,agentRuns:d,toolRuns:p,modelRuns:v,codeTools:y,workflowTools:h,knowledgeTools:b,mcpTools:S,...x,...T,...m,value:o})}return t},DU=()=>{const e=[],t=['{"name":"avatar14","color":"#F6D0FE","type":"human"}','{"name":"avatar2","color":"#3B82F6","type":"human"}','{"name":"avatar7","color":"#EF4444","type":"human"}','{"name":"avatar12","color":"#10B981","type":"human"}','{"name":"avatar8","color":"#F59E0B","type":"human"}'];return Ds.forEach((r,n)=>{e.push({id:`agent-${n+1}`,name:r,runs:Math.floor(Math.random()*8e3)+4e3,responseTime:`${Math.floor(Math.random()*120)+15}s`,tokens:Math.floor(Math.random()*4e5)+1e5,successRate:`${Math.floor(Math.random()*20)+80}%`,lastRun:new Date(Date.now()-Math.random()*7*24*60*60*1e3).toLocaleDateString(),avatar:`https://api.dicebear.com/7.x/avataaars/svg?seed=${r.replace(/\s+/g,"")}&backgroundColor=b6e3f4,c0aede,d1d4f9&backgroundType=solid`,icon:t[n]||t[0]})}),e},IU=()=>{const e=r=>r.includes("calculate-creditscore")?"Code Tool":r.includes("calculate-risk")?"Workflow Tool":r.includes("calculate-mortgage")?"MCP Tool":r.includes("analyse-expenses")?"Workflow Tool":r.includes("fetch-statement")?"Knowledge":"Code Tool",t=['{"name":"calculator","color":"#EF6820","type":"inlineTool"}','{"name":"workflow","color":"#155EEF","type":"toolLibrary"}','{"name":"mcptool","color":"#101828","type":"MCP"}','{"name":"expenses","color":"#155EEF","type":"toolLibrary"}','{"name":"knowledge","color":"#7A5AF8","type":"KNOWLEDGE"}'];return Is.map((r,n)=>({id:`tool-${n+1}`,name:r,type:e(r),runs:Math.floor(Math.random()*8e3)+4e3,responseTime:`${Math.floor(Math.random()*90)+15}s`,tokens:Math.floor(Math.random()*2e4)+5e3,successRate:`${Math.floor(Math.random()*15)+85}%`,lastRun:new Date(Date.now()-Math.random()*7*24*60*60*1e3).toLocaleDateString(),icon:t[n]||t[0]}))},LU=()=>Ls.map((e,t)=>({id:`model-${t+1}`,name:e,runs:Math.floor(Math.random()*8e3)+4e3,responseTime:`${Math.floor(Math.random()*120)+15}s`,tokens:Math.floor(Math.random()*5e5)+1e5,successRate:`${Math.floor(Math.random()*15)+85}%`,lastRun:new Date(Date.now()-Math.random()*7*24*60*60*1e3).toLocaleDateString()})),Xr=NU(),RU=DU(),BU=IU(),FU=LU(),WU={id:"main-dashboard",title:"Dashboard",subtitle:"Monitor and review the usage of your agentic app.",version:"1.0.0",globalControls:{draft:{label:"Draft",options:[{label:"Current Draft",value:"current"},{label:"Previous Draft",value:"previous"},{label:"All Drafts",value:"all"}],defaultValue:"current"},timeRange:{label:"Time Range",options:[{label:"This month",value:"month"},{label:"Last 7 days",value:"week"},{label:"Last 30 days",value:"30days"},{label:"Last 90 days",value:"90days"}],defaultValue:"month"},export:{enabled:!0,formats:["csv","json","pdf"]}},layout:{columns:12,gap:24,responsive:!0},sections:[{id:"sessions",title:"Sessions",description:"User engagement and session analytics",metrics:[{title:"Users",value:3384,change:{value:6,type:"increase"},info:"Total number of unique users",metricType:"users",view:{type:"chart",chart:{type:"line",title:"Total Users",data:Xr,dataKey:"users",color:"#8b5cf6",yAxisLabel:"Number of Users",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}}}},{title:"Sessions",value:11847,change:{value:18,type:"increase"},info:"Total number of user sessions",metricType:"sessions",view:{type:"chart",chart:{type:"line",title:"Total Sessions",data:Xr,dataKey:"sessions",color:"#06b6d4",yAxisLabel:"Number of Sessions",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}}}},{title:"Messages",value:34563,change:{value:5,type:"increase"},info:"Total messages exchanged",metricType:"messages",view:{type:"chart",chart:{type:"line",title:"Total Messages",data:Xr,dataKey:"messages",color:"#e879f9",yAxisLabel:"Number of Messages",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}}}},{title:"Tokens",value:32044,change:{value:44,type:"increase"},info:"Total tokens processed",metricType:"tokens",view:{type:"chart",chart:{type:"line",title:"Token Usage Breakdown",data:Xr,yAxisLabel:"Number of Tokens",lines:[{dataKey:"totalTokens",color:"#f97316",label:"Total Tokens"},{dataKey:"inputTokens",color:"#3b82f6",label:"Input Tokens"},{dataKey:"outputTokens",color:"#e879f9",label:"Output Tokens"}],height:300,showGrid:!0,showLegend:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}}}}],view:{type:"chart"},layout:{span:12,order:1}},{id:"runs",title:"Runs",description:"Agent, tool, and model execution analytics",metrics:[{title:"Agent Runs",value:3384,change:{value:6,type:"increase"},info:"Number of agent executions",metricType:"agentRuns",view:{type:"chart",chart:{type:"line",title:"Agent Runs",data:Xr,dataKey:"agentRuns",color:"#06b6d4",yAxisLabel:"Number of Agent Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}},table:{title:"Agent Runs",data:RU,columns:[{key:"name",title:"Name",width:200,align:"left"},{key:"runs",title:"Runs",width:100,align:"right",formatter:e=>`${Math.floor(e/1e3)}k`},{key:"responseTime",title:"Response Time",width:120,align:"right"},{key:"tokens",title:"Tokens",width:100,align:"right",formatter:e=>`${Math.floor(e/1e3)}k`}]}},controls:{dropdown:{label:"All Agents",options:[{label:"All Agents",value:"all"},...Ds.map(e=>({label:e,value:e.replace(/\s+/g,"").toLowerCase(),avatar:`https://api.dicebear.com/7.x/avataaars/svg?seed=${e.replace(/\s+/g,"")}&backgroundColor=b6e3f4,c0aede,d1d4f9&backgroundType=solid`}))],defaultValue:["all"],multiSelect:!0,searchable:!0},toggle:{chartView:!0,tableView:!0}}},{title:"Tool Runs",value:34563,change:{value:5,type:"increase"},info:"Number of tool executions",metricType:"toolRuns",view:{type:"chart",chart:{type:"line",title:"Tool Runs",data:Xr,yAxisLabel:"Number of Tool Runs",lines:[{dataKey:"toolRuns",color:"#06b6d4",label:"Tool Runs"},{dataKey:"codeTools",color:"#f97316",label:"Code Tools"},{dataKey:"workflowTools",color:"#10b981",label:"Workflow Tools"},{dataKey:"knowledgeTools",color:"#8b5cf6",label:"Knowledge"},{dataKey:"mcpTools",color:"#ef4444",label:"MCP Tools"}],height:300,showGrid:!0,showLegend:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}},table:{title:"Tool Runs",data:BU,columns:[{key:"name",title:"Name",width:200,align:"left"},{key:"type",title:"Type",width:150,align:"left"},{key:"runs",title:"Runs",width:100,align:"right",formatter:e=>`${Math.floor(e/1e3)}k`},{key:"responseTime",title:"Response Time",width:120,align:"right"}]}},controls:{dropdown:{label:"All Tools",options:[{label:"All Tools",value:"all"},...Is.map((e,t)=>{const r=['{"name":"calculator","color":"#EF6820","type":"inlineTool"}','{"name":"workflow","color":"#155EEF","type":"toolLibrary"}','{"name":"mcptool","color":"#101828","type":"MCP"}','{"name":"expenses","color":"#155EEF","type":"toolLibrary"}','{"name":"knowledge","color":"#7A5AF8","type":"KNOWLEDGE"}'],n=a=>a.includes("calculate-creditscore")?"Code Tool":a.includes("calculate-risk")?"Workflow Tool":a.includes("calculate-mortgage")?"MCP Tool":a.includes("analyse-expenses")?"Workflow Tool":a.includes("fetch-statement")?"Knowledge":"Code Tool";return{label:e,value:e.replace(/[-]/g,""),icon:r[t]||r[0],type:n(e)}})],defaultValue:["all"],multiSelect:!0,searchable:!0},toggle:{chartView:!0,tableView:!0}}},{title:"Model Runs",value:32044,change:{value:44,type:"increase"},info:"Number of model inferences",metricType:"modelRuns",view:{type:"chart",chart:{type:"line",title:"Model Runs",data:Xr,dataKey:"modelRuns",color:"#10b981",yAxisLabel:"Number of Model Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}},table:{title:"Model Runs",data:FU,columns:[{key:"name",title:"Model Name",width:200,align:"left"},{key:"runs",title:"Runs",width:100,align:"right",formatter:e=>`${Math.floor(e/1e3)}k`},{key:"tokens",title:"Tokens",width:120,align:"right",formatter:e=>`${Math.floor(e/1e3)}k`},{key:"responseTime",title:"Response Time",width:120,align:"right"}]}},controls:{dropdown:{label:"All Models",options:[{label:"All Models",value:"all"},...Ls.map(e=>{const t=r=>{const n=r.toLowerCase();return n.includes("gpt")||n.includes("openai")?"⚡":n.includes("claude")||n.includes("anthropic")?"A":n.includes("gemini")||n.includes("google")?"G":n.includes("llama")||n.includes("meta")?"M":"🤖"};return{label:e,value:e.replace(/[-\.]/g,""),icon:t(e)}})],defaultValue:["all"],multiSelect:!0,searchable:!0},toggle:{chartView:!0,tableView:!0}}}],view:{type:"chart"},layout:{span:12,order:2}}]},Yt={primary:["#8b5cf6","#06b6d4","#f97316","#10b981","#ec4899","#f59e0b","#3b82f6","#ef4444"],secondary:["#a78bfa","#22d3ee","#fb923c","#34d399","#f472b6","#fbbf24","#60a5fa","#f87171"],accent:["#6366f1","#8b5cf6","#d946ef","#06b6d4","#84cc16","#eab308"],semantic:{success:"#10b981",warning:"#f59e0b",error:"#ef4444",info:"#3b82f6"},gradients:{purple:["#8b5cf6","#a78bfa"],cyan:["#06b6d4","#22d3ee"],orange:["#f97316","#fb923c"],green:["#10b981","#34d399"],sunset:["#f97316","#ec4899"],ocean:["#06b6d4","#3b82f6"],forest:["#10b981","#84cc16"]}},UU={primary:["#7c3aed","#0891b2","#ea580c","#059669","#db2777","#d97706","#2563eb","#dc2626"],secondary:["#8b5cf6","#06b6d4","#f97316","#10b981","#ec4899","#f59e0b","#3b82f6","#ef4444"],accent:["#4f46e5","#7c3aed","#c026d3","#0891b2","#65a30d","#ca8a04"],semantic:{success:"#059669",warning:"#d97706",error:"#dc2626",info:"#2563eb"}},zU={primary:["#a78bfa","#22d3ee","#fb923c","#34d399","#f472b6","#fbbf24","#60a5fa","#f87171"],secondary:["#c4b5fd","#67e8f9","#fdba74","#6ee7b7","#f9a8d4","#fcd34d","#93c5fd","#fca5a5"],accent:["#818cf8","#a78bfa","#e879f9","#22d3ee","#a3e635","#facc15"],semantic:{success:"#34d399",warning:"#fbbf24",error:"#f87171",info:"#60a5fa"}},GU={primary:["#1f2937","#374151","#6b7280","#9ca3af","#3b82f6","#1d4ed8","#10b981","#f59e0b"],secondary:["#4b5563","#6b7280","#9ca3af","#d1d5db","#60a5fa","#3b82f6","#34d399","#fbbf24"],accent:["#2563eb","#1d4ed8","#059669","#0891b2","#d97706","#b45309"],semantic:{success:"#059669",warning:"#d97706",error:"#dc2626",info:"#1d4ed8"}},Ib=(e,t)=>e.primary[t%e.primary.length],Si=(e,t)=>e.semantic[t],KU=(e,t)=>{var r;return((r=e.gradients)==null?void 0:r[t])||[e.primary[0],e.primary[1]]},Lb=(e,t=Yt)=>e.map((r,n)=>({...r,color:Ib(t,n)})),Rs=((e=30)=>{const t=[],r=new Date;for(let n=e-1;n>=0;n--){const a=new Date(r);a.setDate(r.getDate()-n);const i=600+Math.sin(n*.1)*100,o=Math.floor(i+Math.random()*100),s=Math.floor(o*3.5+Math.random()*200),l=Math.floor(s*2.9+Math.random()*500),u=Math.floor(l*.9+Math.random()*300),c=Math.floor(u*.6),f=u-c,d=Math.floor(s*.8+Math.random()*100),p=Math.floor(d*12+Math.random()*500),v=Math.floor(d*8+Math.random()*300);t.push({date:a.toISOString().split("T")[0],users:o,sessions:s,messages:l,totalTokens:u,inputTokens:c,outputTokens:f,agentRuns:d,toolRuns:p,modelRuns:v,value:o})}return t})(),VU={id:"enhanced-dashboard",title:"Enhanced Color Configuration Dashboard",subtitle:"Demonstrating all color configuration options",version:"1.0.0",globalControls:{draft:{label:"Draft",options:[{label:"Current Draft",value:"current"},{label:"Previous Draft",value:"previous"}],defaultValue:"current"},timeRange:{label:"Time Range",options:[{label:"Last 7 days",value:"week"},{label:"Last 30 days",value:"30days"}],defaultValue:"30days"},export:{enabled:!0,formats:["csv","json"]}},layout:{columns:12,gap:24,responsive:!0},sections:[{id:"manual-colors",title:"Manual Color Assignment",description:"Each line has manually assigned colors",metrics:[{title:"Total Users",value:3384,change:{value:6,type:"increase"},info:"Manually colored chart"}],view:{type:"chart",chart:{type:"line",title:"Manual Color Configuration",data:Rs,lines:[{dataKey:"users",color:"#8b5cf6",label:"Users",strokeWidth:3},{dataKey:"sessions",color:"#06b6d4",label:"Sessions",strokeWidth:2},{dataKey:"messages",color:"#f97316",label:"Messages",strokeWidth:2,strokeDasharray:"5 5"}],dateRange:{start:"2025-05-06",end:"2025-06-05"},tooltip:{show:!0,style:"dark"},height:300,showLegend:!1}},layout:{span:6,order:1}},{id:"auto-colors",title:"Auto-Assigned Colors",description:"Colors automatically assigned from palette",metrics:[{title:"Agent Runs",value:3384,change:{value:6,type:"increase"},info:"Auto-colored from palette"}],view:{type:"chart",chart:{type:"line",title:"Auto Color Assignment",data:Rs,lines:Lb([{dataKey:"agentRuns",label:"Agent Runs"},{dataKey:"toolRuns",label:"Tool Runs"},{dataKey:"modelRuns",label:"Model Runs"},{dataKey:"totalTokens",label:"Total Tokens"}],Yt),dateRange:{start:"2025-05-06",end:"2025-06-05"},tooltip:{show:!0,style:"dark"},height:300,showLegend:!1}},layout:{span:6,order:2}},{id:"semantic-colors",title:"Semantic Colors",description:"Using semantic colors for different data types",metrics:[{title:"Success Rate",value:"94.2%",change:{value:2,type:"increase"},info:"Using semantic success color"},{title:"Error Rate",value:"5.8%",change:{value:1,type:"decrease"},info:"Using semantic error color"}],view:{type:"chart",chart:{type:"line",title:"Semantic Color Usage",data:Rs,lines:[{dataKey:"users",color:Si(Yt,"success"),label:"Successful Operations",strokeWidth:3},{dataKey:"sessions",color:Si(Yt,"warning"),label:"Warning Events",strokeWidth:2},{dataKey:"messages",color:Si(Yt,"error"),label:"Error Events",strokeWidth:2},{dataKey:"totalTokens",color:Si(Yt,"info"),label:"Info Events",strokeWidth:2}],dateRange:{start:"2025-05-06",end:"2025-06-05"},tooltip:{show:!0,style:"dark"},height:300,showLegend:!1}},layout:{span:12,order:3}},{id:"single-custom",title:"Single Line Custom Color",description:"Single line chart with custom color and styling",metrics:[{title:"Total Messages",value:34563,change:{value:5,type:"increase"},info:"Custom styled single line"}],view:{type:"chart",chart:{type:"line",title:"Custom Single Line",data:Rs,dataKey:"messages",color:"#ec4899",dateRange:{start:"2025-05-06",end:"2025-06-05"},tooltip:{show:!0,style:"dark"},height:250,showGrid:!0,curve:"monotone"}},layout:{span:12,order:4}}]},qU={manualColors:{line1:"#8b5cf6",line2:"#06b6d4",line3:"#f97316",line4:"#10b981"},paletteColors:Yt.primary,semanticColors:Yt.semantic,gradientColors:Yt.gradients},HU={baseUrl:window.location.protocol+"//"+window.location.hostname,dashboardType:"agenticDashboard",projectId:"aa-bdbfa4eb-c7c4-4350-be96-d778188c2c4b",environment:"draft",headers:{authorization:"Bearer 2amvsUbh87obVLVYjbNnXCbXnOr-plekM7-qjKt2EJIZnZuAV2KT9WSTG0L4U33X",accountId:"6290f982fb880154e99bbede","Content-Type":"application/json"},defaultTimeRange:{fromTimestamp:new Date(Date.now()-7*24*60*60*1e3).toISOString(),toTimestamp:new Date().toISOString()},refreshInterval:3e4},YU={id:"agentic-analytics-dashboard",title:"Dashboard",subtitle:"Monitor and review the usage of your agentic app",sections:[{id:"usage-analytics",title:"Session Analytics",metrics:[{title:"Users",value:0,metricType:"users",highlighted:!0},{title:"Sessions",value:0,metricType:"sessions",highlighted:!1},{title:"Messages",value:0,metricType:"messages",highlighted:!1},{title:"Tokens",value:0,metricType:"tokens",highlighted:!1}],view:{type:"chart",chart:{type:"line",title:"Usage Over Time",data:[],lines:[{dataKey:"count",color:"#3B82F6",label:"Count",strokeWidth:2}],xAxisLabel:"Date",yAxisLabel:"Count",tooltip:{show:!0,formatter:(e,t)=>[`${e}`,t]}}},layout:{span:12}},{id:"runs",title:"Execution Analytics",metrics:[{title:"Agent Runs",value:0,metricType:"agentRuns",highlighted:!0},{title:"Tool Runs",value:0,metricType:"toolRuns",highlighted:!1},{title:"Model Runs",value:0,metricType:"modelRuns",highlighted:!1}],view:{type:"chart",chart:{type:"line",title:"Execution Runs Over Time",data:[],lines:[{dataKey:"count",color:"#10B981",label:"Runs",strokeWidth:2}],xAxisLabel:"Date",yAxisLabel:"Count",tooltip:{show:!0,formatter:(e,t)=>[`${e}`,t]}}},layout:{span:12}}],globalControls:{draft:{label:"Environment",options:[{label:"Draft",value:"draft"},{label:"Production",value:"production"},{label:"Staging",value:"staging"}],defaultValue:"draft"},timeRange:{label:"Time Range",useDatePicker:!0,options:[{label:"Last 7 days",value:"7d"},{label:"Last 30 days",value:"30d"}],defaultValue:"7d"},export:{enabled:!1,formats:["csv","json"],onExport:e=>{console.log(`Exporting in ${e} format`)}}},layout:{columns:12,gap:24,responsive:!0}},XU=`
|
|
289
|
+
</svg>`},RB=(e,t)=>{const r=e.toLowerCase();if(r.includes("code"))return Rt.inlineTool;if(r.includes("workflow")||r.includes("library"))return Rt.toolLibrary;if(r.includes("knowledge"))return Rt.KNOWLEDGE;if(r.includes("mcp"))return Rt.MCP;if(Rt[e])return Rt[e];const n=t.toLowerCase();return n.includes("code")||n.includes("inline")||n.includes("calculate")?Rt.inlineTool:n.includes("library")||n.includes("workflow")?Rt.toolLibrary:n.includes("knowledge")||n.includes("document")||n.includes("fetch")?Rt.KNOWLEDGE:n.includes("mcp")||n.includes("protocol")?Rt.MCP:Rt.toolLibrary},wi=({icon:e,iconSource:t="agent",size:r="small",className:n="",name:a="Unknown",toolType:i,provider:o,modelName:s})=>{const[l,u]=S.useState(!1),[c,f]=S.useState(!1),[d,h]=S.useState(!1),v=NB(e),g=LB[r];if(t==="model"){const O=_0(o),x=()=>{h(!0)};if(d){const j=o?o.charAt(0).toUpperCase():"🤖";return p.jsx("div",{className:`${g} rounded-full bg-gray-500 flex items-center justify-center ${n}`,children:p.jsx("span",{className:"text-white text-xs font-bold",children:j})})}return p.jsx("img",{src:O,alt:s||a,className:`${g} rounded ${n}`,onError:x})}if(v!=null&&v.name&&v.name!=="fallback"&&!l){const O=IB(v,t),x=()=>{u(!0)};return p.jsx("img",{src:O,alt:a,className:`${g} rounded-full object-cover ${n}`,onError:x})}if(l&&!c&&t==="agent"){const O=`${window.location.origin}/agenticai/assets/agent-avatars/avatar1.svg`,x=()=>{f(!0)};return p.jsx("img",{src:O,alt:a,className:`${g} rounded-full object-cover ${n}`,onError:x})}if(t==="model"){const O=_0(o),x=()=>{h(!0)};if(d){const j=o?o.charAt(0).toUpperCase():"🤖";return p.jsx("div",{className:`${g} rounded-full bg-gray-500 flex items-center justify-center ${n}`,children:p.jsx("span",{className:"text-white text-xs font-bold",children:j})})}return p.jsx("img",{src:O,alt:s||a,className:`${g} rounded ${n}`,onError:x})}const m=v||DB(a,t);if(t==="workflowtool"){const O=i||m.type||"toolLibrary",x=RB(O,a);return p.jsx("div",{className:`${g} rounded-full flex items-center justify-center bg-gray-100 ${n}`,children:p.jsx("div",{dangerouslySetInnerHTML:{__html:x}})})}const b=`${window.location.origin}/agenticai/assets/agent-avatars/avatar1.svg`;return p.jsx("img",{src:b,alt:a,className:`${g} rounded-full object-cover ${n}`})},E0=({data:e,className:t})=>{const[r,n]=S.useState(5),a=()=>{n(o=>Math.min(o+10,e.length))},i=o=>o>=1e3?`${Math.floor(o/1e3)}k`:o.toString();return p.jsxs("div",{className:se("w-full",t),children:[p.jsxs("div",{className:"grid grid-cols-4 items-center gap-4 px-[16px] py-[12px] bg-gray-50 border-b border-gray-200 text-xs font-medium text-gray-600",children:[p.jsx("div",{className:"text-left",children:"Name"}),p.jsx("div",{className:"text-center",children:"Runs"}),p.jsx("div",{className:"text-center",children:"Response Time"}),p.jsx("div",{className:"text-center",children:"Tokens"})]}),p.jsx("div",{className:"divide-y divide-gray-100",children:e.slice(0,r).map((o,s)=>p.jsxs("div",{className:"grid grid-cols-4 items-center gap-4 px-[16px] py-[12px] cursor-pointer transition-colors duration-150 border-b border-gray-200",children:[p.jsxs("div",{className:"flex items-center gap-[8px]",children:[p.jsx("div",{className:"flex-shrink-0",children:p.jsx(wi,{icon:o.icon,iconSource:"agent",size:"small",name:o.name||"Unknown Agent"})}),p.jsx("div",{className:"min-w-0 flex-1 w-full",children:p.jsx("div",{className:"text-xs font-medium text-gray-700 truncate",children:o.name||"Unknown Agent"})})]}),p.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:o.runs?i(o.runs):"-"}),p.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:o.responseTime||"-"}),p.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:o.tokens?i(o.tokens):"-"})]},o.id||s))}),r<e.length&&p.jsx("div",{className:"flex justify-center",children:p.jsx("button",{onClick:a,className:"px-[16px] py-[8px] text-xs font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50 transition-colors duration-150",children:"Load 10 more"})})]})};function BB(e){const t=(e==null?void 0:e.toLowerCase())||"";return["inlinetool","inlineTool","code tool","code","tool","event","EVENT"].includes(e)||["inlinetool","inlineTool","code tool","code","tool","event"].includes(t)?"bg-orange-100 text-orange-800 border-orange-200":["toollibrary","toolLibrary","workflow tool"].includes(e)||["toollibrary","toollibrary","workflow tool"].includes(t)?"bg-blue-100 text-blue-800 border-blue-200":["mcp","MCP","mcpTool","mcpTool"].includes(e)||["mcp","mcptool"].includes(t)?"bg-green-100 text-green-800 border-green-200":["knowledge","KNOWLEDGE","knowledge tool"].includes(e)||["knowledge","knowledge tool"].includes(t)?"bg-purple-100 text-purple-800 border-purple-200":"bg-gray-100 text-gray-800 border-gray-200"}function FB(e){const t=(e==null?void 0:e.toLowerCase())||"";return["inlinetool","code tool","code","tool","event","inlineTool"].includes(t)?"Code Tool":["toollibrary","workflow tool"].includes(t)?"Workflow Tool":["mcp","mcptool"].includes(t)?"MCP Tool":["knowledge","knowledge tool","knowledge"].includes(t)||e==="KNOWLEDGE"?"Knowledge":e==="inlineTool"?"Code Tool":e==="toolLibrary"?"Workflow Tool":e==="KNOWLEDGE"?"Knowledge":e==="MCP"||e==="mcpTool"?"MCP Tool":"Code Tool"}const C0=({data:e,className:t})=>{const[r,n]=S.useState(5),a=()=>{n(o=>Math.min(o+10,e.length))},i=o=>o>=1e3?`${Math.floor(o/1e3)}k`:o.toString();return p.jsxs("div",{className:se("w-full",t),children:[p.jsxs("div",{className:"grid grid-cols-4 items-center gap-4 px-[16px] py-[12px] bg-gray-50 border-b border-gray-200 text-xs font-medium text-gray-600",children:[p.jsx("div",{className:"text-left",children:"Name"}),p.jsx("div",{className:"text-center",children:"Type"}),p.jsx("div",{className:"text-center",children:"Runs"}),p.jsx("div",{className:"text-center",children:"Response Time"})]}),p.jsx("div",{className:"divide-y divide-gray-100",children:e.slice(0,r).map((o,s)=>p.jsxs("div",{className:"grid grid-cols-4 items-center gap-4 px-[16px] py-[12px] cursor-pointer transition-colors duration-150 border-b border-gray-200",children:[p.jsxs("div",{className:"flex items-center gap-[8px]",children:[p.jsx("div",{className:"flex-shrink-0",children:p.jsx(wi,{icon:o.icon,iconSource:"workflowtool",size:"small",name:o.name||"Unknown Tool",toolType:o.toolType||o.type})}),p.jsx("div",{className:"min-w-0 flex-1 w-full",children:p.jsx("div",{className:"text-xs font-medium text-gray-700 truncate",children:o.name||"Unknown Tool"})})]}),p.jsx("div",{className:"flex items-center justify-center",children:p.jsx("span",{className:se("inline-flex items-center px-[10px] py-[4px] rounded-full text-xs font-medium border",BB(o.toolType||o.type||"Default")),children:FB(o.toolType||o.type||"Default")})}),p.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:o.runs?i(o.runs):"-"}),p.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:o.responseTime||"-"})]},o.id||s))}),r<e.length&&p.jsx("div",{className:"flex justify-center",children:p.jsx("button",{onClick:a,className:"px-[16px] py-[8px] text-xs font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50 transition-colors duration-150",children:"Load 10 more"})})]})},UB=e=>{if(!e)return"/assets/icons/models/custom-api.svg";const t=e.toLowerCase(),r={openai:"Open AI.svg","open ai":"Open AI.svg",chatopenai:"Open AI.svg",gpt:"Open AI.svg",anthropic:"Anthropic.svg",claude:"Anthropic.svg",google:"Google.svg",gemini:"Google.svg",chatgooglegenerativeai:"Google.svg",googlegenerativeai:"Google.svg",palm:"Google.svg",azurechatopenai:"Azure Open AI.svg","azure open ai":"Azure Open AI.svg",azureopenai:"Azure Open AI.svg","azure openai":"Azure Open AI.svg",azure:"Azure Open AI.svg",aws:"AWS Bedrock.svg",bedrock:"AWS Bedrock.svg","aws bedrock":"AWS Bedrock.svg",awsbedrock:"AWS Bedrock.svg",amazon:"AWS Bedrock.svg",cohere:"Cohere.svg",api:"API.svg",custom:"custom-api.svg","custom-api":"custom-api.svg",customapi:"custom-api.svg"};if(r[t])return`assets/icons/models/${r[t]}`;for(const[n,a]of Object.entries(r))if(t.includes(n)||n.includes(t))return`assets/icons/models/${a}`;return"assets/icons/models/custom-api.svg"},WB=e=>{if(!e)return"";const t=e.toLowerCase(),r={openai:"OpenAI","open ai":"OpenAI",chatopenai:"OpenAI",gpt:"OpenAI",anthropic:"Anthropic",claude:"Anthropic",google:"Google",gemini:"Google Gemini",chatgooglegenerativeai:"Google Gemini",googlegenerativeai:"Google Gemini",palm:"Google PaLM",azurechatopenai:"Azure OpenAI","azure open ai":"Azure OpenAI",azureopenai:"Azure OpenAI","azure openai":"Azure OpenAI",azure:"Azure OpenAI",aws:"AWS Bedrock",bedrock:"AWS Bedrock","aws bedrock":"AWS Bedrock",awsbedrock:"AWS Bedrock",amazon:"AWS Bedrock",cohere:"Cohere",meta:"Meta",llama:"Meta LLaMA",mistral:"Mistral",huggingface:"Hugging Face",together:"Together AI",replicate:"Replicate"};if(r[t])return r[t];for(const[n,a]of Object.entries(r))if(t.includes(n)||n.includes(t))return a;return e.charAt(0).toUpperCase()+e.slice(1)},zB=({provider:e})=>{const[t,r]=S.useState(!1),n=UB(e),a=()=>{r(!0)};if(t){const i=e?e.charAt(0).toUpperCase():"🤖";return p.jsx("div",{className:"w-6 h-6 rounded-full bg-gray-500 flex items-center justify-center",children:p.jsx("span",{className:"text-white text-xs font-bold",children:i})})}return p.jsx("img",{src:n,alt:e||"Model",className:"w-6 h-6 rounded",onError:a})},$0=({data:e,className:t})=>{const[r,n]=S.useState(5),a=()=>{n(o=>Math.min(o+10,e.length))},i=o=>o>=1e3?`${Math.floor(o/1e3)}k`:o.toString();return p.jsxs("div",{className:se("w-full",t),children:[p.jsxs("div",{className:"grid grid-cols-4 items-center gap-4 px-[16px] py-[12px] bg-gray-50 border-b border-gray-200 text-xs font-medium text-gray-600",children:[p.jsx("div",{className:"text-left",children:"Model Name"}),p.jsx("div",{className:"text-center",children:"Runs"}),p.jsx("div",{className:"text-center",children:"Tokens"}),p.jsx("div",{className:"text-center",children:"Response Time"})]}),p.jsx("div",{className:"divide-y divide-gray-100",children:e.slice(0,r).map((o,s)=>p.jsxs("div",{className:"grid grid-cols-4 items-center gap-4 px-[16px] py-[12px] cursor-pointer transition-colors duration-150 border-b border-gray-200",children:[p.jsxs("div",{className:"flex items-center gap-[8px]",children:[p.jsx("div",{className:"flex-shrink-0",children:p.jsx(zB,{provider:o.provider})}),p.jsxs("div",{className:"min-w-0 flex-1 w-full",children:[p.jsx("div",{className:"text-xs font-medium text-gray-700 truncate",children:o.name||o.modelName||"Unknown Model"}),o.provider&&p.jsx("div",{className:"text-xs text-gray-500 truncate",children:WB(o.provider)})]})]}),p.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:i(o.runs||0)}),p.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:i(o.tokens||o.totalTokens||0)}),p.jsx("div",{className:"text-center font-medium text-xs text-gray-700",children:o.responseTime||(o.avgResponseTime?`${o.avgResponseTime}ms`:"N/A")})]},o.id||s))}),r<e.length&&p.jsx("div",{className:"flex justify-center",children:p.jsx("button",{onClick:a,className:"px-[16px] py-[8px] text-xs font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50 transition-colors duration-150",children:"Load 10 more"})})]})},VB=e=>{switch(e){case"agentRuns":return{title:"Agent Runs",entityName:"Agents"};case"toolRuns":return{title:"Tool Runs",entityName:"Tools"};case"modelRuns":return{title:"Model Runs",entityName:"Models"};default:return{title:"Runs",entityName:"Items"}}},GB=e=>e>=1e3?`${Math.floor(e/1e3)}k`:e.toString(),k0=({isOpen:e,onClose:t,date:r,metricType:n,data:a,totalRuns:i,className:o})=>{var w;const s=VB(n),[l,u]=S.useState(10),[c,f]=S.useState("all"),[d,h]=S.useState(!1),v=[{label:`All ${s.entityName}`,value:"all"},...a.map(T=>({label:T.name,value:T.id}))],g=c==="all"?a:a.filter(T=>T.id===c),m=()=>{f("all"),h(!1),u(10),t()};S.useEffect(()=>{const T=_=>{_.key==="Escape"&&m()},A=_=>{d&&(_.target.closest(".filter-dropdown")||h(!1))};return e&&(document.addEventListener("keydown",T),document.addEventListener("mousedown",A),document.body.style.overflow="hidden"),()=>{document.removeEventListener("keydown",T),document.removeEventListener("mousedown",A),document.body.style.overflow="unset"}},[e,d,m]),S.useEffect(()=>{e&&(f("all"),h(!1),u(10))},[e]);const b=T=>new Date(T).toLocaleDateString("en-US",{month:"long",day:"numeric",year:"numeric"}),O=()=>{u(T=>Math.min(T+10,g.length))},x=T=>{f(T),h(!1),u(10)};if(!e)return null;const j=g.slice(0,l),y=((w=v.find(T=>T.value===c))==null?void 0:w.label)||`All ${s.entityName}`;return p.jsxs(p.Fragment,{children:[p.jsx("div",{className:"fixed inset-0 bg-black bg-opacity-50 z-40 transition-opacity duration-300",onClick:m}),p.jsxs("div",{className:se("fixed right-0 top-0 h-full w-[600px] bg-white shadow-[0px_20px_24px_-4px_rgba(16,24,40,0.08),0px_8px_8px_-4px_rgba(16,24,40,0.03)] z-50 transform transition-transform duration-300 ease-in-out",e?"translate-x-0":"translate-x-full",o),children:[p.jsxs("div",{className:"flex items-center justify-between px-6 py-3 border-b border-[#d0d5dd]",children:[p.jsx("h2",{className:"text-lg font-semibold text-[#101828]",children:s.title}),p.jsx("button",{onClick:m,className:"p-2 hover:bg-gray-100 rounded-lg transition-colors",children:p.jsx(Cf,{className:"h-5 w-5 text-[#101828]"})})]}),p.jsxs("div",{className:"flex flex-col h-[calc(100%-64px)] p-6 gap-6",children:[p.jsxs("div",{className:"flex items-center justify-between",children:[p.jsxs("div",{className:"text-sm font-medium text-[#344054]",children:[s.title," (",b(r),")"]}),p.jsxs("div",{className:"w-[210px] relative filter-dropdown",children:[p.jsxs("button",{onClick:()=>h(!d),className:"w-full bg-white border border-[#d0d5dd] rounded-lg px-3.5 py-2.5 flex items-center justify-between text-sm text-[#101828] hover:bg-gray-50 transition-colors",children:[p.jsx("span",{children:y}),p.jsx(fr,{className:"h-4 w-4 text-[#101828]"})]}),d&&p.jsx("div",{className:"absolute top-full left-0 right-0 mt-1 bg-white border border-[#d0d5dd] rounded-lg shadow-lg z-10 max-h-60 overflow-y-auto",children:v.map(T=>p.jsx("button",{onClick:()=>x(T.value),className:se("w-full px-3.5 py-2.5 text-left text-sm hover:bg-gray-50 transition-colors",c===T.value?"bg-blue-50 text-blue-700":"text-[#101828]"),children:T.label},T.value))})]})]}),p.jsxs("div",{className:"flex-1 overflow-hidden",children:[p.jsx("div",{className:"bg-[#f9fafb] border-b border-[#eaecf0] px-2 py-2",children:p.jsxs("div",{className:"grid grid-cols-4 gap-3 items-center",children:[p.jsx("div",{className:"col-span-2 px-0 py-2",children:p.jsx("div",{className:"text-xs font-medium text-[#475467]",children:"Name"})}),p.jsx("div",{className:"flex justify-center px-0 py-2",children:p.jsx("div",{className:"text-xs font-medium text-[#475467]",children:"Runs"})}),p.jsx("div",{className:"flex justify-center px-0 py-2",children:p.jsx("div",{className:"text-xs font-medium text-[#475467]",children:"Response Time"})})]})}),p.jsx("div",{className:"overflow-y-auto max-h-[calc(100%-40px)]",children:j.length===0?p.jsxs("div",{className:"flex flex-col items-center justify-center h-64 text-center",children:[p.jsxs("h3",{className:"text-md font-medium text-gray-900 mb-[8px]",children:["No ",s.title.toLowerCase()," for this date"]}),p.jsxs("p",{className:"text-xs text-gray-500",children:["There were no ",s.title.toLowerCase()," recorded on ",b(r),"."]})]}):p.jsxs(p.Fragment,{children:[j.map((T,A)=>p.jsxs("div",{className:"grid grid-cols-4 gap-3 items-center px-2 py-3 border-b border-[#eaecf0] hover:bg-gray-50 transition-colors",children:[p.jsxs("div",{className:"col-span-2 flex items-center gap-2",children:[p.jsx("div",{className:"flex-shrink-0",children:p.jsx(wi,{icon:T.icon,iconSource:n==="agentRuns"?"agent":n==="toolRuns"?"workflowtool":"model",size:"small",name:T.name,toolType:T.toolType||T.type,provider:T.provider,modelName:T.modelName})}),p.jsxs("div",{className:"min-w-0 flex-1",children:[p.jsx("div",{className:"text-sm font-medium text-[#101828] truncate",children:T.name}),n==="modelRuns"&&T.provider&&p.jsx("div",{className:"text-xs text-[#475467] truncate",children:T.provider})]})]}),p.jsx("div",{className:"flex justify-center",children:p.jsx("div",{className:"text-xs font-medium text-[#475467]",children:GB(T.runs)})}),p.jsx("div",{className:"flex justify-center",children:p.jsx("div",{className:"text-xs font-medium text-[#475467]",children:T.responseTime})})]},T.id||A)),l<g.length&&p.jsx("div",{className:"flex justify-center",children:p.jsx("button",{onClick:O,className:"bg-white border border-[#d0d5dd] rounded px-3 py-1 text-xs font-medium text-[#344054] hover:bg-gray-50 transition-colors",children:"Load 10 more"})})]})})]})]})]})]})};class M0{constructor(t=""){Bt(this,"API_PATH","/tracing/api/trpc/metrics.getMetrics");Bt(this,"baseUrl","");Bt(this,"endpoints",{});this.baseUrl=t,this.initializeEndpoints()}setBaseUrl(t){this.baseUrl=t,this.initializeEndpoints()}getEndpoint(t){return this.endpoints[t]||{endpoint:"",method:"GET"}}getBaseUrl(){return this.baseUrl}initializeEndpoints(){const t=`${this.baseUrl}${this.API_PATH}`;this.endpoints["usage-analytics.cards"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["usage-analytics.sessions.timeseries"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["usage-analytics.messages.timeseries"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["usage-analytics.users.timeseries"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["usage-analytics.tokens.timeseries"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["runs.cards"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["runs.agent-runs.timeseries"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["runs.model-runs.timeseries"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH},this.endpoints["runs.tool-runs.timeseries"]={endpoint:t,method:"GET",baseEndpoint:this.API_PATH}}getAvailableEndpoints(){return Object.keys(this.endpoints)}hasEndpoint(t){return t in this.endpoints}}class N0{constructor(t){Bt(this,"endpointsService");Bt(this,"defaultHeaders");Bt(this,"timeout");this.endpointsService=new M0(t.baseUrl),this.defaultHeaders={"Content-Type":"application/json",...t.defaultHeaders},this.timeout=t.timeout||3e4}updateConfig(t){t.baseUrl&&this.endpointsService.setBaseUrl(t.baseUrl),t.defaultHeaders&&(this.defaultHeaders={...this.defaultHeaders,...t.defaultHeaders}),t.timeout&&(this.timeout=t.timeout)}async invoke(t,r,n,a){const i=this.endpointsService.getEndpoint(t);if(!i.endpoint)throw new Error(`Endpoint not found for service: ${t}`);const o=this.prepareRequest(i,r,n);try{const s=new AbortController,l=setTimeout(()=>s.abort(),(a==null?void 0:a.timeout)||this.timeout),u=await fetch(o.url,{method:o.method,headers:o.headers,body:o.body,signal:(a==null?void 0:a.signal)||s.signal});if(clearTimeout(l),!u.ok)throw new Error(`HTTP Error: ${u.status} ${u.statusText}`);return await u.json()}catch(s){throw s instanceof Error?s.name==="AbortError"?new Error("Request timeout"):s:new Error("Unknown error occurred during API call")}}prepareRequest(t,r,n){const a={...this.defaultHeaders,...n},i={};Object.entries(a).forEach(([l,u])=>{u!==void 0&&(i[l]=u)});let o=t.endpoint,s;if(t.method==="GET"&&r){const l=this.buildQueryParams(r);o+=`?${l}`}else r&&(s=JSON.stringify(r));return{url:o,method:t.method,headers:i,body:s}}buildQueryParams(t){const r={json:t},n=new URLSearchParams;return n.append("input",JSON.stringify(r)),n.append("rnd",Math.random().toString(36).substring(7)),n.toString()}getBaseUrl(){return this.endpointsService.getBaseUrl()}hasEndpoint(t){return this.endpointsService.hasEndpoint(t)}getAvailableEndpoints(){return this.endpointsService.getAvailableEndpoints()}}class Kt{constructor(t){Bt(this,"apiInvoker");Bt(this,"projectId");Bt(this,"environment");Bt(this,"defaultTimeRange");const r={baseUrl:t.baseUrl,defaultHeaders:t.headers,timeout:3e4};this.apiInvoker=new N0(r),this.projectId=t.projectId,this.environment=t.environment,this.defaultTimeRange=t.defaultTimeRange}updateConfig(t){(t.baseUrl||t.headers)&&this.apiInvoker.updateConfig({baseUrl:t.baseUrl,defaultHeaders:t.headers}),t.projectId&&(this.projectId=t.projectId),t.environment&&(this.environment=t.environment),t.defaultTimeRange&&(this.defaultTimeRange=t.defaultTimeRange,console.log("🔄 API Service: Updated defaultTimeRange:",this.defaultTimeRange))}getDefaultTimeRange(){return this.defaultTimeRange||Kt.getDateRange(7)}async fetchEnvironments(){try{const r=`${this.apiInvoker.getBaseUrl()}/aaa/api/v1/apps/${this.projectId}/environments?rnd=${Math.random().toString(36).substring(2,8)}`;console.log("🌍 Fetching environments for project:",this.projectId),console.log("🔗 Environment API URL:",r);const n=await fetch(r,{method:"GET",headers:{"Content-Type":"application/json",...this.apiInvoker.defaultHeaders}});if(!n.ok)throw new Error(`HTTP error! status: ${n.status}`);const a=await n.json();return console.log("✅ Environments fetched successfully:",a.map(i=>({name:i.envName,enabled:i.isEnabled,status:i.status}))),a}catch(t){throw console.error("❌ Error fetching environments:",t),t}}async fetchUsageAnalyticsCards(t,r,n,a=[]){const i=n||Kt.getTimeDimension(t,r);console.log("📊 Fetching usage analytics cards:",{dateRange:{fromTimestamp:t,toTimestamp:r},providedTimeDimension:n,resolvedTimeDimension:i});const o={projectId:this.projectId,type:"cards",category:"usage-analytics",envId:this.environment,fromTimestamp:t,toTimestamp:r,filter:a,includeTrends:!0,timeDimension:i};return(await this.apiInvoker.invoke("usage-analytics.cards",o)).result.data.json}async fetchRunsCards(t,r,n,a=[]){const i=n||Kt.getTimeDimension(t,r);console.log("📊 Fetching runs cards:",{dateRange:{fromTimestamp:t,toTimestamp:r},providedTimeDimension:n,resolvedTimeDimension:i});const o={projectId:this.projectId,type:"cards",category:"runs",envId:this.environment,fromTimestamp:t,toTimestamp:r,filter:a,includeTrends:!0,timeDimension:i};return(await this.apiInvoker.invoke("runs.cards",o)).result.data.json}async fetchTimeSeriesData(t,r,n,a,i,o=[]){const s=i||Kt.getTimeDimension(n,a);console.log("📊 Fetching time series data:",{metric:t,category:r,dateRange:{fromTimestamp:n,toTimestamp:a},providedTimeDimension:i,resolvedTimeDimension:s});const l=`${r}.${t}.timeseries`,u={projectId:this.projectId,type:"time-series",category:r,envId:this.environment,fromTimestamp:n,toTimestamp:a,filter:o,metric:t,timeDimension:s};return(await this.apiInvoker.invoke(l,u)).result.data.json}transformUsageAnalyticsCards(t){const r=t.data.trends;console.log("Transforming usage analytics cards with trends:",r);const n=a=>a>0?"increase":"decrease";return[{title:"Users",value:t.data.users,metricType:"users",icon:"users",info:"Number of unique users who interacted with the app",highlighted:!0,change:r!=null&&r.users?{value:Math.abs(r.users.changePercent),type:n(r.users.changePercent)}:void 0},{title:"Sessions",value:t.data.sessions,metricType:"sessions",icon:"activity",info:"Number of conversations initiated with the app",highlighted:!1,change:r!=null&&r.sessions?{value:Math.abs(r.sessions.changePercent),type:n(r.sessions.changePercent)}:void 0},{title:"Messages",value:t.data.messages.total,metricType:"messages",icon:"message-circle",info:"Total messages exchanged between users and the app",highlighted:!1,change:r!=null&&r.messages?{value:Math.abs(r.messages.changePercent.total),type:n(r.messages.changePercent.total)}:void 0},{title:"Tokens",value:t.data.tokens.total,metricType:"tokens",icon:"coins",info:"Total input and output tokens processed by the app for all interactions",highlighted:!1,change:r!=null&&r.tokens?{value:Math.abs(r.tokens.changePercent.total),type:n(r.tokens.changePercent.total)}:void 0}]}transformRunsCards(t){const r=t.data.trends;console.log("Transforming runs cards with trends:",r);const n=a=>a>0?"increase":"decrease";return[{title:"Agent Runs",value:t.data.agentRuns,metricType:"agentRuns",icon:"bot",info:"Number of times the AI agents were executed to handle user requests",highlighted:!0,change:r!=null&&r.agentRuns?{value:Math.abs(r.agentRuns.changePercent),type:n(r.agentRuns.changePercent)}:void 0},{title:"Tool Runs",value:t.data.toolRuns.total,metricType:"toolRuns",icon:"wrench",info:"Number of times various tools were triggered by the AI agents to complete tasks",highlighted:!1,change:r!=null&&r.toolRuns?{value:Math.abs(r.toolRuns.changePercent.total),type:n(r.toolRuns.changePercent.total)}:void 0},{title:"Model Runs",value:t.data.modelRuns,metricType:"modelRuns",icon:"cpu",info:"Number of times the AI agents called various language models to generate responses",highlighted:!1,change:r!=null&&r.modelRuns?{value:Math.abs(r.modelRuns.changePercent),type:n(r.modelRuns.changePercent)}:void 0}]}transformTimeSeriesDataForMetric(t,r){var a;if(console.log("=== METRIC-SPECIFIC TRANSFORM DEBUG ==="),console.log("Raw TimeSeriesResponse:",JSON.stringify(t,null,2)),console.log("Metric type:",r),!t||!t.data||!Array.isArray(t.data))return console.error("Invalid time series data structure:",t),[];const n=t.data.map((i,o)=>{console.log(`Processing point ${o}:`,i);const s=new Date(i.timestamp),l=s.toISOString().split("T")[0],u=s.toLocaleDateString("en-US",{month:"short",day:"numeric"}),c={date:l,timestamp:u,formattedDate:u,count:i.count||0,value:i.count||0,input_tokens:i.input_tokens||0,output_tokens:i.output_tokens||0,total_tokens:(i.input_tokens||0)+(i.output_tokens||0),inputTokens:i.input_tokens||0,outputTokens:i.output_tokens||0,totalTokens:(i.input_tokens||0)+(i.output_tokens||0),listView:i.listView||[],index:o};switch(r){case"users":c.users=i.count||0;break;case"sessions":c.sessions=i.count||0;break;case"messages":c.messages=i.count||0;break;case"tokens":c.tokens=i.count||0,i.input_tokens||i.output_tokens?c.totalTokens=(i.input_tokens||0)+(i.output_tokens||0):c.totalTokens=i.count||0;break;case"agentRuns":c.agentRuns=i.count||0;break;case"toolRuns":c.toolRuns=i.count||0;break;case"modelRuns":c.modelRuns=i.count||0;break;default:c.users=i.count||0,c.sessions=i.count||0,c.messages=i.count||0,c.tokens=i.count||0,c.agentRuns=i.count||0,c.toolRuns=i.count||0,c.modelRuns=i.count||0}return console.log(`Transformed point ${o} for metric ${r}:`,c),c});return console.log("Final transformed data array:",JSON.stringify(n,null,2)),console.log("Sample transformed point for chart:",n[0]),console.log("Populated metric property:",r,"=",(a=n[0])==null?void 0:a[r||"count"]),console.log("=== END METRIC-SPECIFIC TRANSFORM DEBUG ==="),n}transformTimeSeriesData(t){return this.transformTimeSeriesDataForMetric(t)}transformAgentsListViewToTable(t){return Array.isArray(t)?t.map((r,n)=>{var o,s;let a="",i=null;if(r.icon)try{if(i=typeof r.icon=="string"?JSON.parse(r.icon):r.icon,i.name){const l=((o=r.agentName)==null?void 0:o.replace(/\s+/g,""))||`agent${n}`,u=((s=i.color)==null?void 0:s.replace("#",""))||"b6e3f4";a=`https://api.dicebear.com/7.x/avataaars/svg?seed=${l}&backgroundColor=${u}&backgroundType=solid`}}catch{console.warn("Failed to parse icon data:",r.icon)}return{id:`agent-${n+1}`,name:r.agentName||`Agent ${n+1}`,runs:r.count||0,responseTime:r.avgResponseTime?r.avgResponseTime<1e3?`${Math.round(r.avgResponseTime)}ms`:`${(r.avgResponseTime/1e3).toFixed(2)}s`:"0ms",tokens:r.tokens||Math.floor((r.count||0)*150),successRate:r.successRate?`${Math.round(r.successRate)}%`:"95%",lastRun:r.lastRun||new Date(Date.now()-Math.random()*7*24*60*60*1e3).toLocaleDateString(),avatar:a||`https://api.dicebear.com/7.x/avataaars/svg?seed=agent${n}&backgroundColor=b6e3f4,c0aede,d1d4f9&backgroundType=solid`,icon:r.icon||void 0}}):(console.warn("Invalid listView data for agents:",t),[])}transformToolsListViewToTable(t){return Array.isArray(t)?t.map((r,n)=>({id:`tool-${n+1}`,name:r.toolName||r.tool_name||`Tool ${n+1}`,type:r.type||r.toolType||r.tool_type||"Code Tool",runs:r.count||0,responseTime:r.avgResponseTime?r.avgResponseTime<1e3?`${Math.round(r.avgResponseTime)}ms`:`${(r.avgResponseTime/1e3).toFixed(2)}s`:"0ms",tokens:r.tokens||Math.floor((r.count||0)*50),successRate:r.successRate?`${Math.round(r.successRate)}%`:"92%",lastRun:r.lastRun||new Date(Date.now()-Math.random()*7*24*60*60*1e3).toLocaleDateString(),icon:r.icon||r.tool_icon||void 0})):(console.warn("Invalid listView data for tools:",t),[])}transformModelsListViewToTable(t){return Array.isArray(t)?t.map((r,n)=>({id:`model-${n+1}`,name:r.modelName||`Model ${n+1}`,modelName:r.modelName,provider:r.provider,runs:r.count||0,responseTime:r.avgResponseTime?r.avgResponseTime<1e3?`${Math.round(r.avgResponseTime)}ms`:`${(r.avgResponseTime/1e3).toFixed(2)}s`:"0ms",avgResponseTime:r.avgResponseTime,tokens:r.tokens||r.totalTokens||Math.floor((r.count||0)*300),totalTokens:r.totalTokens||r.tokens,successRate:r.successRate?`${Math.round(r.successRate)}%`:"98%",lastRun:r.lastRun||new Date(Date.now()-Math.random()*7*24*60*60*1e3).toLocaleDateString(),icon:r.icon})):(console.warn("Invalid listView data for models:",t),[])}extractAgentControlOptions(t){if(!Array.isArray(t))return[{label:"All Agents",value:"all"}];const r=[{label:"All Agents",value:"all"}];return t.forEach(n=>{var a;if(n.agentName){let i="";try{if(n.icon){const o=typeof n.icon=="string"?JSON.parse(n.icon):n.icon;if(o.name){const s=n.agentName.replace(/\s+/g,""),l=((a=o.color)==null?void 0:a.replace("#",""))||"b6e3f4";i=`https://api.dicebear.com/7.x/avataaars/svg?seed=${s}&backgroundColor=${l}&backgroundType=solid`}}}catch{console.warn("Failed to parse icon data for control:",n.icon)}r.push({label:n.agentName,value:n.agentName.replace(/\s+/g,"").toLowerCase(),avatar:i||`https://api.dicebear.com/7.x/avataaars/svg?seed=${n.agentName.replace(/\s+/g,"")}&backgroundColor=b6e3f4,c0aede,d1d4f9&backgroundType=solid`})}}),r}extractToolControlOptions(t){if(!Array.isArray(t))return[{label:"All Tools",value:"all"}];const r=[{label:"All Tools",value:"all"}];return t.forEach(n=>{const a=n.toolName||n.tool_name;if(a){let i=function(o){if(!o)return"Code Tool";const s=o.toLowerCase();return["inlinetool","code tool","code","event"].includes(s)?"Code Tool":["toollibrary","workflow tool"].includes(s)?"Workflow Tool":["mcp","mcptool"].includes(s)?"MCP Tool":["knowledge","knowledge tool"].includes(s)||o==="KNOWLEDGE"?"Knowledge":o==="inlineTool"?"Code Tool":o==="toolLibrary"?"Workflow Tool":o==="MCP"||o==="mcpTool"?"MCP Tool":"Code Tool"};r.push({label:a,value:a.replace(/[-]/g,""),icon:n.icon||n.tool_icon||void 0,type:n.type||i(n.toolType||n.tool_type)})}}),r}extractModelControlOptions(t){if(!Array.isArray(t))return[{label:"All Models",value:"all"}];const r=[{label:"All Models",value:"all"}];return t.forEach(n=>{n.modelName&&r.push({label:n.modelName,value:n.modelName.replace(/[-\.]/g,""),icon:n.icon,type:n.provider})}),r}async fetchTimeSeriesDataWithTableData(t,r,n,a,i,o=[]){const s=await this.fetchTimeSeriesData(t,r,n,a,i,o);let l=[];s.data.forEach(d=>{d.listView&&Array.isArray(d.listView)&&(l=[...l,...d.listView])});const u=this.aggregateListViewItems(l);let c=[],f=[];return t==="agent-runs"?(c=this.transformAgentsListViewToTable(u),f=this.extractAgentControlOptions(u)):t==="tool-runs"?(c=this.transformToolsListViewToTable(u),f=this.extractToolControlOptions(u)):t==="model-runs"&&(c=this.transformModelsListViewToTable(u),f=this.extractModelControlOptions(u)),{chartData:this.transformTimeSeriesDataForMetric(s,t.replace("-","")),tableData:c,controlOptions:f}}aggregateListViewItems(t){const r=new Map;return t.forEach(n=>{const a=n.agentName||n.toolName||n.modelName||"unknown";if(r.has(a)){const i=r.get(a);i.count=(i.count||0)+(n.count||0),i.avgResponseTime=i.avgResponseTime&&n.avgResponseTime?(i.avgResponseTime+n.avgResponseTime)/2:i.avgResponseTime||n.avgResponseTime,i.tokens=(i.tokens||0)+(n.tokens||0)}else r.set(a,{...n})}),Array.from(r.values())}async fetchEnhancedMetricsData(t,r,n,a=[]){try{const[i,o,s]=await Promise.all([this.fetchTimeSeriesDataWithTableData("agent-runs","runs",t,r,n,a),this.fetchTimeSeriesDataWithTableData("tool-runs","runs",t,r,n,a),this.fetchTimeSeriesDataWithTableData("model-runs","runs",t,r,n,a)]);return{agents:i,tools:o,models:s}}catch(i){throw console.error("Error fetching enhanced metrics data:",i),i}}async transformRunsCardsWithEnhancedData(t,r,n,a,i=[]){const o=t.data.trends,s=h=>h>0?"increase":"decrease",[l,u,c,f]=await Promise.all([this.fetchTimeSeriesDataWithTableData("agent-runs","runs",r,n,a,i),this.fetchTimeSeriesDataWithTableData("tool-runs","runs",r,n,a,i),this.fetchTimeSeriesDataWithTableData("model-runs","runs",r,n,a,i),this.fetchTimeSeriesData("tool-runs","runs",r,n,a,i)]),d=this.transformTimeSeriesDataForToolRuns(f);return[{title:"Agent Runs",value:t.data.agentRuns,metricType:"agentRuns",icon:"bot",highlighted:!0,info:"Number of times the AI agents were executed to handle user requests",change:o!=null&&o.agentRuns?{value:Math.abs(o.agentRuns.changePercent),type:s(o.agentRuns.changePercent)}:void 0,view:{type:"chart",chart:{type:"line",title:"Agent Runs",data:l.chartData,dataKey:"agentRuns",color:"#0BA5EC",yAxisLabel:"Number of Agent Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:r.split("T")[0],end:n.split("T")[0]}},table:{title:"Agent Runs",data:l.tableData,columns:[{key:"name",title:"Name",width:200,align:"left"},{key:"runs",title:"Runs",width:100,align:"right",formatter:h=>`${Math.floor(h/1e3)}k`},{key:"responseTime",title:"Response Time",width:120,align:"right"},{key:"tokens",title:"Tokens",width:100,align:"right",formatter:h=>`${Math.floor(h/1e3)}k`}]}},controls:{dropdown:{label:"All Agents",options:l.controlOptions,defaultValue:["all"],multiSelect:!0,searchable:!0},toggle:{chartView:!0,tableView:!0}}},{title:"Tool Runs",value:t.data.toolRuns.total,metricType:"toolRuns",icon:"wrench",info:"Number of times various tools were triggered by the AI agents to complete tasks",highlighted:!1,change:o!=null&&o.toolRuns?{value:Math.abs(o.toolRuns.changePercent.total),type:s(o.toolRuns.changePercent.total)}:void 0,view:{type:"chart",chart:{type:"line",title:"Tool Runs",data:d,yAxisLabel:"Number of Tool Runs",lines:[{dataKey:"toolRuns",color:"#667085",label:"Tool Runs"},{dataKey:"codeTools",color:"#F38744",label:"Code Tools"},{dataKey:"workflowTools",color:"#2970FF",label:"Workflow Tools"},{dataKey:"knowledgeTools",color:"#7A5AF8",label:"Knowledge"},{dataKey:"mcpTools",color:"#47CD89",label:"MCP Tools"}],height:300,showGrid:!0,showLegend:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:r.split("T")[0],end:n.split("T")[0]}},table:{title:"Tool Runs",data:u.tableData,columns:[{key:"name",title:"Name",width:200,align:"left"},{key:"type",title:"Type",width:150,align:"left"},{key:"runs",title:"Runs",width:100,align:"right",formatter:h=>`${Math.floor(h/1e3)}k`},{key:"responseTime",title:"Response Time",width:120,align:"right"}]}},controls:{dropdown:{label:"All Tools",options:u.controlOptions,defaultValue:["all"],multiSelect:!0,searchable:!0},toggle:{chartView:!0,tableView:!0}}},{title:"Model Runs",value:t.data.modelRuns,metricType:"modelRuns",icon:"cpu",highlighted:!1,info:"Number of times the AI agents called various language models to generate responses",change:o!=null&&o.modelRuns?{value:Math.abs(o.modelRuns.changePercent),type:s(o.modelRuns.changePercent)}:void 0,view:{type:"chart",chart:{type:"line",title:"Model Runs",data:c.chartData,dataKey:"modelRuns",color:"#47CD89",yAxisLabel:"Number of Model Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:r.split("T")[0],end:n.split("T")[0]}},table:{title:"Model Runs",data:c.tableData,columns:[{key:"name",title:"Model Name",width:200,align:"left"},{key:"runs",title:"Runs",width:100,align:"right",formatter:h=>`${Math.floor(h/1e3)}k`},{key:"tokens",title:"Tokens",width:120,align:"right",formatter:h=>`${Math.floor(h/1e3)}k`},{key:"responseTime",title:"Response Time",width:120,align:"right"}]}},controls:{dropdown:{label:"All Models",options:c.controlOptions,defaultValue:["all"],multiSelect:!0,searchable:!0},toggle:{chartView:!0,tableView:!0}}}]}async transformUsageAnalyticsCardsWithEnhancedData(t,r,n,a,i=[]){const o=t.data.trends,s=d=>d>0?"increase":"decrease",[l,u,c,f]=await Promise.all([this.fetchTimeSeriesData("users","usage-analytics",r,n,a,i),this.fetchTimeSeriesData("sessions","usage-analytics",r,n,a,i),this.fetchTimeSeriesData("messages","usage-analytics",r,n,a,i),this.fetchTimeSeriesData("tokens","usage-analytics",r,n,a,i)]);return[{title:"Users",value:t.data.users,metricType:"users",icon:"users",highlighted:!0,info:"Number of unique users who interacted with the app",change:o!=null&&o.users?{value:Math.abs(o.users.changePercent),type:s(o.users.changePercent)}:void 0,view:{type:"chart",chart:{type:"line",title:"Total Users",data:this.transformTimeSeriesDataForMetric(l,"users"),dataKey:"users",color:"#4E5BA6",yAxisLabel:"Number of Users",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:r.split("T")[0],end:n.split("T")[0]}}}},{title:"Sessions",value:t.data.sessions,metricType:"sessions",icon:"activity",highlighted:!1,info:"Number of conversations initiated with the app",change:o!=null&&o.sessions?{value:Math.abs(o.sessions.changePercent),type:s(o.sessions.changePercent)}:void 0,view:{type:"chart",chart:{type:"line",title:"Total Sessions",data:this.transformTimeSeriesDataForMetric(u,"sessions"),dataKey:"sessions",color:"#0BA5EC",yAxisLabel:"Number of Sessions",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:r.split("T")[0],end:n.split("T")[0]}}}},{title:"Messages",value:t.data.messages.total,metricType:"messages",icon:"message-circle",info:"Total messages exchanged between users and the app",highlighted:!1,change:o!=null&&o.messages?{value:Math.abs(o.messages.changePercent.total),type:s(o.messages.changePercent.total)}:void 0,view:{type:"chart",chart:{type:"line",title:"Total Messages",data:this.transformTimeSeriesDataForMetric(c,"messages"),dataKey:"messages",color:"#E478FA",yAxisLabel:"Number of Messages",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:r.split("T")[0],end:n.split("T")[0]}}}},{title:"Tokens",value:t.data.tokens.total,metricType:"tokens",icon:"coins",info:"Total input and output tokens processed by the app for all interactions",highlighted:!1,change:o!=null&&o.tokens?{value:Math.abs(o.tokens.changePercent.total),type:s(o.tokens.changePercent.total)}:void 0,view:{type:"chart",chart:{type:"line",title:"Token Usage Breakdown",data:this.transformTimeSeriesDataForMetric(f,"tokens"),yAxisLabel:"Number of Tokens",lines:[{dataKey:"totalTokens",color:"#FF692E",label:"Total Tokens"},{dataKey:"inputTokens",color:"#5925DC",label:"Input Tokens"},{dataKey:"outputTokens",color:"#E478FA",label:"Output Tokens"}],height:300,showGrid:!0,showLegend:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:r.split("T")[0],end:n.split("T")[0]}}}}]}transformTimeSeriesDataForToolRuns(t){if(console.log("=== TOOL RUNS SPECIFIC TRANSFORM DEBUG ==="),console.log("Raw TimeSeriesResponse for tool runs:",JSON.stringify(t,null,2)),!t||!t.data||!Array.isArray(t.data))return console.error("Invalid time series data structure:",t),[];const r=t.data.map((n,a)=>{console.log(`Processing point ${a}:`,n);const i=new Date(n.timestamp),o=i.toISOString().split("T")[0],s=i.toLocaleDateString("en-US",{month:"short",day:"numeric"}),l=n.count||0;let u=0,c=0,f=0,d=0;if(n.listView&&Array.isArray(n.listView)){n.listView.forEach(g=>{const m=g.count||0,b=(g.toolType||g.tool_type||"").toLowerCase(),O=(g.toolName||g.tool_name||"").toLowerCase();console.log("Processing listView item:",{toolType:b,toolName:O,count:m});const x=b.toLowerCase();["inlinetool","inlineTool","tool","code","codetool","event","EVENT"].includes(b)||["inlinetool","tool","code","codetool","event"].includes(x)?u+=m:["toollibrary","toolLibrary","workflow","workflowtool"].includes(b)||["toollibrary","workflow","workflowtool"].includes(x)?c+=m:["knowledge","KNOWLEDGE","knowledgetool"].includes(b)||["knowledge","knowledgetool"].includes(x)?f+=m:["mcp","MCP","mcptool","mcpTool"].includes(b)||["mcp","mcptool"].includes(x)?d+=m:(console.log(`Unknown tool type '${b}' for tool '${O}', defaulting to code tools`),u+=m)}),console.log(`Calculated breakdown for point ${a}:`,{codeTools:u,workflowTools:c,knowledgeTools:f,mcpTools:d,total:u+c+f+d,expectedTotal:l});const v=u+c+f+d;if(Math.abs(v-l)>1){console.warn(`Breakdown total (${v}) doesn't match expected total (${l}) for point ${a}`);const g=l-v;u+=g,console.log(`Adjusted codeTools by ${g} to balance total`)}}else console.log(`No listView data for point ${a}, assigning all ${l} to codeTools`),u=l;const h={date:o,timestamp:s,formattedDate:s,toolRuns:l,value:l,count:l,codeTools:u,workflowTools:c,knowledgeTools:f,mcpTools:d,input_tokens:n.input_tokens||0,output_tokens:n.output_tokens||0,total_tokens:(n.input_tokens||0)+(n.output_tokens||0),inputTokens:n.input_tokens||0,outputTokens:n.output_tokens||0,totalTokens:(n.input_tokens||0)+(n.output_tokens||0),listView:n.listView||[],index:a};return console.log(`Transformed tool runs point ${a}:`,h),h});return console.log("Final tool runs transformed data:",JSON.stringify(r,null,2)),console.log("=== END TOOL RUNS SPECIFIC TRANSFORM DEBUG ==="),r}async fetchAllCardsData(t,r,n=[]){try{const[a,i]=await Promise.all([this.fetchUsageAnalyticsCards(t,r,void 0,n),this.fetchRunsCards(t,r,void 0,n)]);return{usageAnalytics:this.transformUsageAnalyticsCards(a),runs:this.transformRunsCards(i)}}catch(a){throw console.error("Error fetching cards data:",a),a}}async fetchAllCardsDataWithEnhancedViews(t,r,n,a=[]){try{const[i,o]=await Promise.all([this.fetchUsageAnalyticsCards(t,r,n,a),this.fetchRunsCards(t,r,n,a)]),[s,l]=await Promise.all([this.transformUsageAnalyticsCardsWithEnhancedData(i,t,r,n,a),this.transformRunsCardsWithEnhancedData(o,t,r,n,a)]);return{usageAnalytics:s,runs:l}}catch(i){throw console.error("Error fetching enhanced cards data:",i),i}}async fetchDefaultTimeSeriesData(t,r,n,a=[]){try{const[i,o]=await Promise.all([this.fetchTimeSeriesData("sessions","usage-analytics",t,r,n,a),this.fetchTimeSeriesData("agent-runs","runs",t,r,n,a)]);return{sessions:this.transformTimeSeriesData(i),agentRuns:this.transformTimeSeriesData(o)}}catch(i){throw console.error("Error fetching default time series data:",i),i}}transformListViewForSlider(t,r){return Array.isArray(t)?t.map((n,a)=>{const i={id:`${r}-${a+1}`,runs:n.count||0,responseTime:n.avgResponseTime?n.avgResponseTime<1e3?`${Math.round(n.avgResponseTime)}ms`:`${(n.avgResponseTime/1e3).toFixed(2)}s`:"0ms",successRate:n.successRate?`${Math.round(n.successRate)}%`:void 0,tokens:n.totalTokens||n.tokens||0,icon:n.icon||n.tool_icon||void 0,aiModel:"gpt-4o"};switch(r){case"agentRuns":return{...i,name:n.agentName||`Agent ${a+1}`,type:"Agent",aiModel:this.extractAIModel(n)||"gpt-4o"};case"toolRuns":return{...i,name:n.toolName||n.tool_name||`Tool ${a+1}`,type:n.type||n.toolType||n.tool_type||"Code Tool",toolType:n.toolType||n.tool_type,aiModel:this.extractAIModel(n)||"gpt-4o"};case"modelRuns":return{...i,name:n.modelName||`Model ${a+1}`,modelName:n.modelName,provider:n.provider,type:n.provider||"Model",aiModel:n.modelName||n.model||"gpt-4o"};default:return{...i,name:`Item ${a+1}`,type:"Unknown",aiModel:"gpt-4o"}}}):(console.warn("Invalid listView data for slider:",t),[])}extractAIModel(t){if(t.modelName)return t.modelName;if(t.model)return t.model;if(t.llmModel)return t.llmModel;if(t.aiModel)return t.aiModel;const r=["gpt-4o","gpt-4o-mini","claude-3-5-haiku"];return r[Math.floor(Math.random()*r.length)]}static getDateRange(t=7){const r=new Date,n=new Date;return n.setDate(r.getDate()-t),{fromTimestamp:n.toISOString(),toTimestamp:r.toISOString()}}static getTimeDimension(t,r){const n=new Date(t),a=new Date(r),i=new Date(n.getFullYear(),n.getMonth(),n.getDate()),o=new Date(a.getFullYear(),a.getMonth(),a.getDate()),s=o.getTime()-i.getTime(),l=s/(1e3*60*60*24),u=i.toISOString().split("T")[0],c=o.toISOString().split("T")[0],f=u===c,d=new Date(n.getFullYear(),n.getMonth(),n.getDate()),h=f&&Math.abs(n.getTime()-d.getTime())<1e3,v=Math.abs(a.getTime()-n.getTime()),g=v<60*1e3;return console.log("🕐 TimeDimension calculation:",{fromTimestamp:t,toTimestamp:r,fromDateStr:u,toDateStr:c,diffInMs:s,diffInDays:l,isSameCalendarDay:f,isTodayPattern:h,timeDiffInMs:v,isVeryClose:g,fromStartOfDay:d.toISOString(),recommended:f||h||g||l<=1?"hour":l<=31?"day":l<=90?"week":"month"}),f||h||g||l<=1?"hour":"day"}getAvailableMetrics(){return{"usage-analytics":["sessions","messages","users","tokens"],runs:["agent-runs","model-runs","tool-runs"]}}}const D0=({config:e,className:t,isLoading:r,context:n})=>{const{type:a,chart:i,table:o,layout:s="vertical"}=e,[l,u]=S.useState({isOpen:!1,date:"",metricType:"agentRuns",data:[],totalRuns:0}),c=(g,m)=>{console.log("Chart data point clicked in ViewRenderer:",{chartData:g,date:m,context:n});const b=n==null?void 0:n.metricType;if(!b||!["agentRuns","toolRuns","modelRuns"].includes(b)){console.log("Slider not applicable for metric type:",b);return}const O=g.listView||[];console.log("ListView data for clicked date:",O);const j=new Kt({baseUrl:"",projectId:"",environment:""}).transformListViewForSlider(O,b),y=g[b]||g.count||0;console.log("Opening slider with data:",{date:m,metricType:b,sliderData:j,totalRuns:y}),u({isOpen:!0,date:m,metricType:b,data:j,totalRuns:y})},f=()=>{u(g=>({...g,isOpen:!1}))},d=()=>i?(console.log("ViewRenderer - Chart config:",i),console.log("ViewRenderer - Chart data:",i.data),console.log("ViewRenderer - Context:",n),p.jsx("div",{className:"flex-1",children:p.jsx(j0,{config:i,isLoading:r,onDataPointClick:c})})):null,h=()=>o?(n==null?void 0:n.metricType)==="agentRuns"?p.jsx("div",{className:"flex-1 min-h-[380px]",children:p.jsx(E0,{data:o.data})}):(n==null?void 0:n.metricType)==="toolRuns"?p.jsx("div",{className:"flex-1 min-h-[380px]",children:p.jsx(C0,{data:o.data})}):(n==null?void 0:n.metricType)==="modelRuns"?p.jsx("div",{className:"flex-1 min-h-[380px]",children:p.jsx($0,{data:o.data})}):p.jsx("div",{className:"flex-1 min-h-[380px]",children:p.jsx(P0,{config:o})}):null,v=()=>{switch(a){case"chart":return d();case"table":return h();case"mixed":return p.jsxs("div",{className:se("flex gap-6",s==="horizontal"?"flex-row":"flex-col"),children:[d(),h()]});default:return p.jsxs("div",{className:"p-4 text-center text-gray-500",children:["Unsupported view type: ",a]})}};return p.jsxs(p.Fragment,{children:[p.jsx("div",{className:se("w-full",t),children:v()}),p.jsx(k0,{isOpen:l.isOpen,onClose:f,date:l.date,metricType:l.metricType,data:l.data,totalRuns:l.totalRuns})]})},Ms=({options:e,value:t,placeholder:r="Select an option",onChange:n,className:a,disabled:i=!1})=>{const[o,s]=S.useState(!1),[l,u]=S.useState(t||""),c=S.useRef(null),f=e.find(v=>v.value===l);S.useEffect(()=>{const v=g=>{c.current&&!c.current.contains(g.target)&&s(!1)};return o&&document.addEventListener("mousedown",v),()=>{document.removeEventListener("mousedown",v)}},[o]);const d=v=>{i||(u(v),s(!1),n==null||n(v))},h=()=>{i||s(!o)};return p.jsxs("div",{ref:c,className:se("relative",a),children:[p.jsxs("button",{type:"button",className:se("flex h-[40px] text-left w-full items-center rounded-lg border border-gray-300 bg-white px-[14px] py-[10px] medium shadow-none outline-none focus-visible:border-ring focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:bg-gray-25 transition-colors",a),onClick:h,disabled:i,children:[p.jsxs("div",{className:"flex items-center gap-[8px] w-full",children:[p.jsx("span",{className:"text-xs font-medium text-gray-400 uppercase",children:"ENV"}),p.jsx("span",{className:se("truncate w-full",!f&&"text-gray-700 font-medium text-sm"),children:f?f.label:r})]}),p.jsx(fr,{className:se("h-[16px] w-[16px] text-gray-400 transition-transform duration-200",o&&"rotate-180")})]}),o&&!i&&p.jsx("div",{className:"absolute p-[4px] w-full top-full left-0 z-50 mt-1 bg-popover max-h-[300px] overflow-y-auto text-popover-foreground overflow-x-hidden overflow-y-auto rounded-md border shadow-md",children:e.map(v=>{const g=l===v.value;return p.jsxs("div",{role:"option",className:"relative group",children:[p.jsx("button",{className:se("focus:bg-gray-50 rounded-[4px] hover:bg-gray-50 focus:text-accent-foreground relative flex w-full cursor-pointer select-none items-center px-[14px] py-[10px] text-sm text-left outline-none transition-colors",v.disabled?"opacity-50 cursor-not-allowed text-gray-400":g?"bg-blue-50 text-blue-900 font-medium":"text-gray-900 hover:bg-gray-50"),onClick:()=>!v.disabled&&d(v.value),disabled:v.disabled,children:p.jsx("span",{className:"block whitespace-nowrap w-full",children:v.label})}),v.label.length>25&&p.jsx("div",{className:"absolute left-full top-0 ml-2 z-[60] opacity-0 group-hover:opacity-100 transition-opacity duration-200 pointer-events-none",children:p.jsxs("div",{className:"bg-gray-900 text-white text-xs rounded-md px-3 py-2 whitespace-nowrap shadow-lg",children:[v.label,p.jsx("div",{className:"absolute left-0 top-1/2 transform -translate-x-full -translate-y-1/2 w-0 h-0 border-t-4 border-b-4 border-r-4 border-transparent border-r-gray-900"})]})})]},v.value)})})]})},I0=({options:e,value:t,defaultValue:r,placeholder:n="Select...",multiSelect:a=!1,searchable:i=!1,onChange:o,className:s,maxItems:l=100,maxLabelLength:u=30})=>{const[c,f]=S.useState(!1),[d,h]=S.useState(""),[v,g]=S.useState(()=>{const C=t||r;return a?Array.isArray(C)?C:C?[C]:[]:C?[Array.isArray(C)?C[0]:C]:[]}),m=S.useRef(null);S.useEffect(()=>{const C=P=>{m.current&&!m.current.contains(P.target)&&f(!1)};return document.addEventListener("mousedown",C),()=>document.removeEventListener("mousedown",C)},[]);const b=(C,P=u)=>C.length<=P?C:C.substring(0,P)+"...",O=i?e.filter(C=>C.label.toLowerCase().includes(d.toLowerCase())):e,x=O.slice(0,l),j=O.length>l,y=C=>{let P;if(a){if(C==="all"){T();return}if(v.includes(C))P=v.filter(I=>I!==C),P=P.filter(I=>I!=="all");else{P=v.filter(D=>D!=="all"),P=[...P,C];const I=O.filter(D=>D.value!=="all").map(D=>D.value),k=P.filter(D=>D!=="all");k.length===I.length&&(P=["all",...k])}}else P=[C],f(!1);g(P);const E=a?P:P[0]||"";o==null||o(E)},w=()=>{if(!a)return{checked:!1,indeterminate:!1};const C=O.filter(E=>E.value!=="all").map(E=>E.value),P=v.filter(E=>E!=="all"&&C.includes(E));return v.includes("all")&&P.length===0?{checked:!1,indeterminate:!1}:P.length===0?{checked:!1,indeterminate:!1}:P.length===C.length?{checked:!0,indeterminate:!1}:{checked:!1,indeterminate:!0}},T=()=>{if(!a)return;const C=w(),P=O.filter(E=>E.value!=="all").map(E=>E.value);if(C.checked)g(["all"]),o==null||o(["all"]);else{const E=["all",...P];g(E),o==null||o(E)}},A=()=>{g(["all"]),o==null||o(a?["all"]:"all")},_=()=>{if(!a){if(v.length===0)return n;const I=e.find(k=>k.value===v[0]);return(I==null?void 0:I.label)||n}const C=v.filter(I=>I!=="all"),P=v.includes("all");if(C.length===0)return n;if(C.length===1){const I=e.find(k=>k.value===C[0]);return(I==null?void 0:I.label)||n}const E=e.filter(I=>I.value!=="all").length;return C.length===E?"All selected":`${C.length} selected`};return p.jsxs("div",{className:se("relative",s),ref:m,children:[p.jsxs("button",{type:"button",onClick:()=>f(!c),className:se("w-full flex items-center justify-between px-[12px] py-[8px] text-left text-xs","border border-gray-300 rounded-md bg-white hover:bg-gray-50","focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500","transition-colors duration-150"),children:[p.jsx("span",{className:se("truncate",v.length===0&&"text-gray-500"),children:_()}),p.jsx(fr,{className:se("w-[16px] h-[16px] text-gray-400 transition-transform duration-150",c&&"transform rotate-180")})]}),c&&p.jsxs("div",{className:"absolute z-50 min-w-[300px] w-max max-w-lg mt-[4px] bg-white border border-gray-200 rounded-md shadow-lg max-h-80 overflow-hidden",children:[i&&p.jsx("div",{className:"p-[12px] border-b border-gray-100",children:p.jsxs("div",{className:"relative",children:[p.jsx(Ef,{className:"absolute left-[12px] top-1/2 transform -translate-y-1/2 w-[16px] h-[16px] text-gray-400"}),p.jsx("input",{type:"text",placeholder:`Search ${n.toLowerCase()}...`,value:d,onChange:C=>h(C.target.value),className:"w-full pl-[36px] pr-[12px] py-[8px] text-xs border border-gray-200 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500"})]})}),a&&p.jsxs("div",{className:"flex items-center justify-between px-[12px] py-[8px] border-b border-gray-100 bg-gray-50",children:[p.jsxs("button",{type:"button",onClick:T,className:"flex items-center text-xs font-medium text-gray-700 hover:text-gray-900",children:[p.jsx("div",{className:se("flex items-center justify-center w-[16px] h-[16px] mr-[8px] border transition-colors duration-150",(()=>{const C=w();return C.indeterminate||C.checked?"bg-blue-600 border-blue-600 text-white":"border-gray-300 bg-white"})()),children:(()=>{const C=w();return C.indeterminate?p.jsx("div",{className:"w-[8px] h-[4px] bg-white rounded"}):C.checked?p.jsx("svg",{className:"w-[12px] h-[12px]",fill:"currentColor",viewBox:"0 0 20 20",children:p.jsx("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"})}):null})()}),"Select all"]}),p.jsx("button",{type:"button",onClick:A,className:"text-sm font-medium text-blue-600 hover:text-blue-800",children:"Clear"})]}),p.jsxs("div",{className:"max-h-60 overflow-y-auto",children:[x.length===0?p.jsx("div",{className:"px-[12px] py-[16px] text-sm text-gray-500 text-center",children:"No options found"}):x.map(C=>{let P;return C.value==="all"?null:(P=v.includes(C.value),p.jsxs("div",{className:"relative group",children:[p.jsxs("div",{onClick:()=>y(C.value),className:se("flex items-center px-[12px] py-[8px] cursor-pointer hover:bg-gray-50","transition-colors duration-150",P&&"bg-gray-50"),children:[a?p.jsx("div",{className:se("flex items-center justify-center w-[16px] h-[16px] mr-[12px] border","transition-colors duration-150",P?"bg-blue-600 border-blue-600 text-white":"border-gray-300 bg-white"),children:P&&p.jsx("svg",{className:"w-[12px] h-[12px]",fill:"currentColor",viewBox:"0 0 20 20",children:p.jsx("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"})})}):p.jsx("div",{className:se("w-[16px] h-[16px] mr-[12px] rounded-full border-2 transition-colors duration-150",P?"border-blue-600 bg-blue-600":"border-gray-300"),children:P&&p.jsx("div",{className:"w-full h-full rounded-full bg-white scale-50"})}),p.jsx("span",{className:se("flex-1 text-xs whitespace-nowrap truncate",P?"font-medium text-gray-700":"text-gray-500"),children:b(C.label)})]}),C.label.length>u&&p.jsx("div",{className:"absolute left-full top-1/2 transform -translate-y-1/2 ml-2 z-[80] opacity-0 group-hover:opacity-100 transition-opacity duration-200 pointer-events-none",children:p.jsxs("div",{className:"bg-gray-900 text-white text-xs rounded-md px-[12px] py-[8px] shadow-lg max-w-xs break-words whitespace-normal",children:[C.label,p.jsx("div",{className:"absolute left-0 top-1/2 transform -translate-x-full -translate-y-1/2 w-0 h-0 border-t-4 border-b-4 border-r-4 border-transparent border-r-gray-900"})]})})]},C.value))}),j&&p.jsxs("div",{className:"px-[12px] py-[8px] text-xs text-gray-500 bg-gray-50 border-t border-gray-100",children:[p.jsxs("div",{className:"text-center font-medium",children:["+",O.length-l," more items"]}),i&&p.jsx("div",{className:"text-center mt-1 text-gray-400",children:"Use search above to find specific items"})]})]})]})]})},L0=({config:e,className:t})=>{var s;const{dropdown:r,buttons:n,toggle:a}=e,i=l=>{const u=l.toLowerCase();return u.includes("agent")?"agent":u.includes("tool")?"workflowtool":"app"},o=l=>{const u=l.toLowerCase();return u.includes("agent")?{maxItems:50,maxLabelLength:25}:u.includes("tool")?{maxItems:30,maxLabelLength:20}:{maxItems:40,maxLabelLength:25}};return p.jsxs("div",{className:se("flex items-center gap-3",t),children:[r&&p.jsx(p.Fragment,{children:r.multiSelect?p.jsx(I0,{options:r.options,value:r.defaultValue,placeholder:r.label,multiSelect:r.multiSelect,searchable:r.searchable,onChange:r.onChange,className:"w-48",iconSource:i(r.label),maxItems:o(r.label).maxItems,maxLabelLength:o(r.label).maxLabelLength}):p.jsx(Ms,{options:r.options,value:Array.isArray(r.defaultValue)?r.defaultValue[0]:r.defaultValue||((s=r.options[0])==null?void 0:s.value),placeholder:r.label,onChange:l=>{var u;return(u=r.onChange)==null?void 0:u.call(r,l)},className:"w-48"})}),n&&n.length>0&&p.jsx("div",{className:"flex items-center border border-gray-200 rounded-lg overflow-hidden",children:n.map((l,u)=>p.jsx("button",{onClick:()=>{var c;return(c=l.onClick)==null?void 0:c.call(l,l.value)},className:se("px-[12px] py-[8px] text-xs font-medium transition-colors","hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-inset",l.active?"bg-white text-gray-900 shadow-[0 1px 3px 0 rgba(16, 24, 40, 0.08), 0 1px 2px 0 rgba(16, 24, 40, 0.08)]":"text-gray-500 bg-white",u>0&&"border-l border-gray-200"),children:l.icon&&p.jsx("span",{className:"mr-[8px]",children:l.icon})},l.value))}),a&&p.jsxs("div",{className:"flex items-center gap-[4px] border border-gray-200 bg-gray-50 overflow-hidden p-[2px] rounded-[6px]",children:[p.jsx("button",{onClick:()=>{var l;return(l=a.onToggle)==null?void 0:l.call(a,"chart")},className:se("px-[12px] py-[8px] rounded-[4px] text-xs font-medium transition-colors flex items-center gap-2","hover:bg-white ",a.chartView?"bg-white text-gray-900 shadow-md":"text-gray-500 bg-white"),children:p.jsx(bb,{className:"w-[16px] h-[16px]"})}),p.jsx("button",{onClick:()=>{var l;return(l=a.onToggle)==null?void 0:l.call(a,"table")},className:se("px-[12px] rounded-[4px] py-[8px] text-xs font-medium transition-colors flex items-center gap-2","hover:bg-white ",a.tableView?"bg-white text-gray-900 shadow-md":"text-gray-500 bg-white"),children:p.jsx($b,{className:"w-[16px] h-[16px]"})})]})]})},R0=({section:e,className:t,isLoading:r,isChartLoading:n,onMetricClick:a})=>{var q;const{id:i,title:o,description:s,metrics:l,view:u,controls:c,layout:f}=e,[d,h]=S.useState(u.type),[v,g]=S.useState("chart"),m=()=>i==="usage-analytics"?"users":i==="runs"?"agentRuns":"users",[b,O]=S.useState(m()),[x,j]=S.useState("all"),y=$=>{var U,W,K,B,G;const R=A();(U=R==null?void 0:R.controls)!=null&&U.toggle?(g($),(K=(W=R.controls.toggle).onToggle)==null||K.call(W,$)):(h($),(G=(B=c==null?void 0:c.toggle)==null?void 0:B.onToggle)==null||G.call(B,$))},w=$=>{var W,K;const R=$.metricType||$.title.toLowerCase();O(R);const U=l.find(B=>(B.metricType||B.title.toLowerCase())===R);(K=(W=U==null?void 0:U.controls)==null?void 0:W.dropdown)!=null&&K.multiSelect?j(["all"]):j("all"),a==null||a($)},T=$=>{var U,W,K;j($);const R=l.find(B=>(B.metricType||B.title.toLowerCase())===b);(K=(W=(U=R==null?void 0:R.controls)==null?void 0:U.dropdown)==null?void 0:W.onChange)==null||K.call(W,$)},A=()=>l.find($=>($.metricType||$.title.toLowerCase())===b)||null,_=$=>Array.isArray($)?$.filter(U=>U!=="all").length>0:$!=="all",C=$=>Array.isArray($)?$.filter(R=>R!=="all"):$!=="all"?[$]:[],P=$=>{var K,B,G,X,te,V,Z,ee,L;const R=((B=(K=$.view)==null?void 0:K.chart)==null?void 0:B.data)||((G=u.chart)==null?void 0:G.data)||[];if(!_(x))return R;const U=$.metricType,W=C(x);if(W.length===1){const oe=W[0],Y=A(),ue=(V=(te=(X=Y==null?void 0:Y.controls)==null?void 0:X.dropdown)==null?void 0:te.options)==null?void 0:V.find(me=>me.value===oe),re=ue==null?void 0:ue.label;return console.log("🔍 Filtering chart data:",{metricType:U,singleFilter:oe,selectedLabel:re,baseDataSample:R[0]}),R.map(me=>{let We=0;return me.listView&&Array.isArray(me.listView)&&(We=me.listView.filter(Ge=>U==="agentRuns"&&Ge.agentName?Ge.agentName===re||Ge.agentName.toLowerCase()===(re==null?void 0:re.toLowerCase()):U==="toolRuns"&&Ge.toolName?Ge.toolName===re||Ge.toolName.toLowerCase()===(re==null?void 0:re.toLowerCase()):U==="modelRuns"&&Ge.modelName?Ge.modelName===re||Ge.modelName.toLowerCase()===(re==null?void 0:re.toLowerCase()):!1).reduce((Ge,ut)=>Ge+(ut.count||0),0)),console.log("📊 Filtered value for",re,":",We),{...me,[U]:We}})}if(W.length>1){const oe=A(),ue=(((L=(ee=(Z=oe==null?void 0:oe.controls)==null?void 0:Z.dropdown)==null?void 0:ee.options)==null?void 0:L.filter(re=>W.includes(re.value)))||[]).map(re=>re.label);return R.map(re=>{let me=0;return re.listView&&Array.isArray(re.listView)&&(me=re.listView.filter(Be=>U==="agentRuns"&&Be.agentName?ue.some(Fe=>Be.agentName===Fe||Be.agentName.toLowerCase()===(Fe==null?void 0:Fe.toLowerCase())):U==="toolRuns"&&Be.toolName?ue.some(Fe=>Be.toolName===Fe||Be.toolName.toLowerCase()===(Fe==null?void 0:Fe.toLowerCase())):U==="modelRuns"&&Be.modelName?ue.some(Fe=>Be.modelName===Fe||Be.modelName.toLowerCase()===(Fe==null?void 0:Fe.toLowerCase())):!1).reduce((Be,Fe)=>Be+(Fe.count||0),0)),{...re,[U]:me}})}return R},E=$=>{var K;if(!((K=$.view)!=null&&K.chart))return null;const R=P($),U=()=>{var G,X,te,V,Z,ee;if(!_(x)||!((G=$.controls)!=null&&G.dropdown))return((te=(X=$.view)==null?void 0:X.chart)==null?void 0:te.title)||$.title;const B=C(x);if(B.length===1){const L=(V=$.controls.dropdown.options)==null?void 0:V.find(oe=>oe.value===B[0]);return L?`${L.label}`:((ee=(Z=$.view)==null?void 0:Z.chart)==null?void 0:ee.title)||$.title}return`${B.length} selected`},W=C(x);return $.metricType==="toolRuns"&&W.length===1?{...$.view.chart,data:R,title:U(),lines:void 0,dataKey:"toolRuns",color:"#f97316",showLegend:!1}:$.metricType==="modelRuns"&&W.length===1?{...$.view.chart,data:R,title:U(),dataKey:"modelRuns",color:"#10b981",showLegend:!1}:{...$.view.chart,data:R,title:U()}},I=($,R)=>{if(!_(x))return $;const U=C(x);if(U.length===1){const W=U[0];if(i==="runs"&&R==="agentRuns")return $.map(K=>({...K,agentRuns:K[W]||0}));if(i==="runs"&&R==="toolRuns")return $.map(K=>({...K,toolRuns:K[W.replace(/[-]/g,"")]||0}));if(i==="runs"&&R==="modelRuns")return $.map(K=>({...K,modelRuns:K[W.replace(/[-\.]/g,"")]||0}))}return $},k=$=>{var K;const R=((K=u.chart)==null?void 0:K.data)||[],U=I(R,$),W=B=>{var X,te;if(!_(x))return B;const G=C(x);if(G.length===1){const V=(te=(X=c==null?void 0:c.dropdown)==null?void 0:X.options)==null?void 0:te.find(Z=>Z.value===G[0]);return V?`${V.label}`:B}return`${G.length} selected`};switch($){case"users":return{type:"line",title:"Total Users",data:R,dataKey:"users",color:"#8b5cf6",yAxisLabel:"Number of Users",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}};case"sessions":return{type:"line",title:"Total Sessions",data:R,dataKey:"sessions",color:"#06b6d4",yAxisLabel:"Number of Sessions",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}};case"messages":return{type:"line",title:"Total Messages",data:R,dataKey:"messages",color:"#ec4899",yAxisLabel:"Number of Messages",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}};case"tokens":return{type:"line",title:"Token Usage Breakdown",data:R,yAxisLabel:"Number of Tokens",lines:[{dataKey:"totalTokens",color:"#f59e0b",label:"Total Tokens"},{dataKey:"inputTokens",color:"#3b82f6",label:"Input Tokens"},{dataKey:"outputTokens",color:"#ec4899",label:"Output Tokens"}],height:300,showGrid:!0,showLegend:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}};case"agentRuns":return{type:"line",title:W("Agent Runs"),data:U,dataKey:"agentRuns",color:"#06b6d4",yAxisLabel:"Number of Agent Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}};case"toolRuns":return C(x).length===1?{type:"line",title:W("Tool Runs"),data:I(R,"toolRuns"),dataKey:"toolRuns",color:"#f97316",yAxisLabel:"Number of Tool Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}}:{type:"line",title:"Tool Runs",data:U,yAxisLabel:"Number of Tool Runs",lines:[{dataKey:"toolRuns",color:"#06b6d4",label:"Tool Runs"},{dataKey:"codeTools",color:"#f97316",label:"Code Tools"},{dataKey:"workflowTools",color:"#10b981",label:"Workflow Tools"},{dataKey:"knowledgeTools",color:"#8b5cf6",label:"Knowledge"},{dataKey:"mcpTools",color:"#ef4444",label:"MCP Tools"}],height:300,showGrid:!0,showLegend:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}};case"modelRuns":return C(x).length===1?{type:"line",title:W("Model Runs"),data:I(R,"modelRuns"),dataKey:"modelRuns",color:"#10b981",yAxisLabel:"Number of Model Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}}:{type:"line",title:W("Model Runs"),data:U,dataKey:"modelRuns",color:"#10b981",yAxisLabel:"Number of Model Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}};default:return null}},D=(()=>{const $=A();return $!=null&&$.controls?{...$.controls,dropdown:$.controls.dropdown?{...$.controls.dropdown,onChange:T}:void 0,toggle:$.controls.toggle?{...$.controls.toggle,chartView:v==="chart",tableView:v==="table",onToggle:y}:void 0}:c?{...c,dropdown:c.dropdown?{...c.dropdown,onChange:T}:void 0,toggle:c.toggle?{...c.toggle,chartView:d==="chart",tableView:d==="table",onToggle:y}:void 0}:void 0})(),F=(()=>{var U,W,K,B,G,X,te,V,Z,ee;const $=A();if($!=null&&$.view){if((U=$.controls)!=null&&U.toggle){if(v==="table"&&$.view.table){let oe=$.view.table.data;if($.metricType==="agentRuns"&&_(x)){const Y=C(x);if(Y.length>0){const ue=((B=(K=(W=$.controls)==null?void 0:W.dropdown)==null?void 0:K.options)==null?void 0:B.filter(re=>Y.includes(re.value)))||[];ue.length>0&&(oe=oe.filter(re=>ue.some(me=>re.name===me.label||re.name&&re.name.toLowerCase().includes(me.label.toLowerCase()))))}}if($.metricType==="toolRuns"&&_(x)){const Y=C(x);if(Y.length>0){const ue=((te=(X=(G=$.controls)==null?void 0:G.dropdown)==null?void 0:X.options)==null?void 0:te.filter(re=>Y.includes(re.value)))||[];ue.length>0&&(oe=oe.filter(re=>ue.some(me=>re.name===me.label||re.name&&re.name.toLowerCase().includes(me.label.toLowerCase()))))}}if($.metricType==="modelRuns"&&_(x)){const Y=C(x);if(Y.length>0){const ue=((ee=(Z=(V=$.controls)==null?void 0:V.dropdown)==null?void 0:Z.options)==null?void 0:ee.filter(re=>Y.includes(re.value)))||[];ue.length>0&&(oe=oe.filter(re=>ue.some(me=>re.name===me.label||re.name&&re.name.toLowerCase().includes(me.label.toLowerCase()))))}}return{type:"table",table:{...$.view.table,data:oe}}}else if(v==="chart"&&$.view.chart)return{type:"chart",chart:E($)||$.view.chart}}const L=E($);return L?{...$.view,chart:L}:$.view}const R=k(b);return R?{type:"chart",chart:R}:{...u,type:d}})(),z=()=>l.map($=>{const R=$.metricType||$.title.toLowerCase();return{...$,highlighted:$.highlighted||R===b}});return p.jsxs("div",{className:se("bg-white flex flex-col gap-[16px] rounded-lg border border-gray-200 py-[16px] px-[24px]",t),style:{gridColumn:f!=null&&f.span?`span ${f.span}`:void 0,order:f==null?void 0:f.order},children:[o&&p.jsxs("div",{className:"w-full",children:[p.jsx("h1",{className:"text-md font-medium text-gray-700",children:o}),s&&p.jsx("p",{className:"text-xs text-gray-500",children:s})]}),p.jsx("div",{className:"flex flex-col sm:flex-row gap-[16px]",children:r?p.jsxs(p.Fragment,{children:[p.jsx("div",{className:"flex-1",children:p.jsx(xi,{})}),p.jsx("div",{className:"flex-1",children:p.jsx(xi,{})}),p.jsx("div",{className:"flex-1",children:p.jsx(xi,{})}),p.jsx("div",{className:"flex-1",children:p.jsx(xi,{})})]}):z().map(($,R)=>p.jsx("div",{className:"flex-1",children:p.jsx(Bf,{data:$,onClick:w,isFirst:R===0})},`${i}-metric-${R}`))}),p.jsxs("div",{className:"flex items-center justify-between",children:[p.jsx("div",{children:A()&&p.jsx("h3",{className:"text-md font-medium text-gray-700",children:(q=A())==null?void 0:q.title})}),D&&p.jsx(L0,{config:D})]}),p.jsx(D0,{config:F,isLoading:r||n,context:{sectionId:i,metricType:b}})]})},df=S.forwardRef(({className:e,variant:t="default",size:r="md",children:n,...a},i)=>{const o="inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",s={default:"bg-blue-600 hover:bg-blue-700 focus:bg-blue-700 focus:shadow-sm text-white py-2 px-3",outline:"border-gray-300 border bg-white text-gray-700 hover:text-gray-800 hover:bg-gray-50 focus:bg-gray-50 focus:shadow-sm",ghost:"border border-error-600 bg-error-500 text-white hover:border-error-600 hover:bg-error-600"},l={sm:"h-[32px] rounded-md gap-1.5 px-[14px] py-[10px]",md:"h-[40px] rounded-md px-[14px] py-[10px]",lg:"h-[48px] rounded-md px-[16px] py-[12px]"};return p.jsx("button",{className:se(o,s[t],l[r],e),ref:i,...a,children:n})});df.displayName="Button";function Ns(e){"@babel/helpers - typeof";return Ns=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ns(e)}function Et(e){if(e===null||e===!0||e===!1)return NaN;var t=Number(e);return isNaN(t)?t:t<0?Math.ceil(t):Math.floor(t)}function Ne(e,t){if(t.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+t.length+" present")}function Ve(e){Ne(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||Ns(e)==="object"&&t==="[object Date]"?new Date(e.getTime()):typeof e=="number"||t==="[object Number]"?new Date(e):((typeof e=="string"||t==="[object String]")&&typeof console<"u"&&(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"),console.warn(new Error().stack)),new Date(NaN))}function HB(e,t){Ne(2,arguments);var r=Ve(e),n=Et(t);return isNaN(n)?new Date(NaN):(n&&r.setDate(r.getDate()+n),r)}function pf(e,t){Ne(2,arguments);var r=Ve(e),n=Et(t);if(isNaN(n))return new Date(NaN);if(!n)return r;var a=r.getDate(),i=new Date(r.getTime());i.setMonth(r.getMonth()+n+1,0);var o=i.getDate();return a>=o?i:(r.setFullYear(i.getFullYear(),i.getMonth(),a),r)}function qB(e,t){Ne(2,arguments);var r=Ve(e).getTime(),n=Et(t);return new Date(r+n)}var KB={};function Oi(){return KB}function YB(e,t){var r,n,a,i,o,s;Ne(1,arguments);var l=Oi(),u=Et((r=(n=(a=(i=void 0)!==null&&i!==void 0?i:void 0)!==null&&a!==void 0?a:l.weekStartsOn)!==null&&n!==void 0?n:(o=l.locale)===null||o===void 0||(s=o.options)===null||s===void 0?void 0:s.weekStartsOn)!==null&&r!==void 0?r:0);if(!(u>=0&&u<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var c=Ve(e),f=c.getDay(),d=(f<u?7:0)+f-u;return c.setDate(c.getDate()-d),c.setHours(0,0,0,0),c}function XB(e){var t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),e.getTime()-t.getTime()}function aa(e){Ne(1,arguments);var t=Ve(e);return t.setHours(0,0,0,0),t}function Si(e,t){Ne(2,arguments);var r=aa(e),n=aa(t);return r.getTime()===n.getTime()}function ZB(e){return Ne(1,arguments),e instanceof Date||Ns(e)==="object"&&Object.prototype.toString.call(e)==="[object Date]"}function JB(e){if(Ne(1,arguments),!ZB(e)&&typeof e!="number")return!1;var t=Ve(e);return!isNaN(Number(t))}function QB(e){Ne(1,arguments);var t=Ve(e);return t.setHours(23,59,59,999),t}function eF(e){Ne(1,arguments);var t=Ve(e);return t.setDate(1),t.setHours(0,0,0,0),t}function tF(e,t){Ne(2,arguments);var r=Et(t);return qB(e,-r)}var rF=864e5;function nF(e){Ne(1,arguments);var t=Ve(e),r=t.getTime();t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0);var n=t.getTime(),a=r-n;return Math.floor(a/rF)+1}function Ds(e){Ne(1,arguments);var t=1,r=Ve(e),n=r.getUTCDay(),a=(n<t?7:0)+n-t;return r.setUTCDate(r.getUTCDate()-a),r.setUTCHours(0,0,0,0),r}function B0(e){Ne(1,arguments);var t=Ve(e),r=t.getUTCFullYear(),n=new Date(0);n.setUTCFullYear(r+1,0,4),n.setUTCHours(0,0,0,0);var a=Ds(n),i=new Date(0);i.setUTCFullYear(r,0,4),i.setUTCHours(0,0,0,0);var o=Ds(i);return t.getTime()>=a.getTime()?r+1:t.getTime()>=o.getTime()?r:r-1}function aF(e){Ne(1,arguments);var t=B0(e),r=new Date(0);r.setUTCFullYear(t,0,4),r.setUTCHours(0,0,0,0);var n=Ds(r);return n}var iF=6048e5;function oF(e){Ne(1,arguments);var t=Ve(e),r=Ds(t).getTime()-aF(t).getTime();return Math.round(r/iF)+1}function Is(e,t){var r,n,a,i,o,s,l,u;Ne(1,arguments);var c=Oi(),f=Et((r=(n=(a=(i=t==null?void 0:t.weekStartsOn)!==null&&i!==void 0?i:t==null||(o=t.locale)===null||o===void 0||(s=o.options)===null||s===void 0?void 0:s.weekStartsOn)!==null&&a!==void 0?a:c.weekStartsOn)!==null&&n!==void 0?n:(l=c.locale)===null||l===void 0||(u=l.options)===null||u===void 0?void 0:u.weekStartsOn)!==null&&r!==void 0?r:0);if(!(f>=0&&f<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var d=Ve(e),h=d.getUTCDay(),v=(h<f?7:0)+h-f;return d.setUTCDate(d.getUTCDate()-v),d.setUTCHours(0,0,0,0),d}function F0(e,t){var r,n,a,i,o,s,l,u;Ne(1,arguments);var c=Ve(e),f=c.getUTCFullYear(),d=Oi(),h=Et((r=(n=(a=(i=t==null?void 0:t.firstWeekContainsDate)!==null&&i!==void 0?i:t==null||(o=t.locale)===null||o===void 0||(s=o.options)===null||s===void 0?void 0:s.firstWeekContainsDate)!==null&&a!==void 0?a:d.firstWeekContainsDate)!==null&&n!==void 0?n:(l=d.locale)===null||l===void 0||(u=l.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&r!==void 0?r:1);if(!(h>=1&&h<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var v=new Date(0);v.setUTCFullYear(f+1,0,h),v.setUTCHours(0,0,0,0);var g=Is(v,t),m=new Date(0);m.setUTCFullYear(f,0,h),m.setUTCHours(0,0,0,0);var b=Is(m,t);return c.getTime()>=g.getTime()?f+1:c.getTime()>=b.getTime()?f:f-1}function sF(e,t){var r,n,a,i,o,s,l,u;Ne(1,arguments);var c=Oi(),f=Et((r=(n=(a=(i=t==null?void 0:t.firstWeekContainsDate)!==null&&i!==void 0?i:t==null||(o=t.locale)===null||o===void 0||(s=o.options)===null||s===void 0?void 0:s.firstWeekContainsDate)!==null&&a!==void 0?a:c.firstWeekContainsDate)!==null&&n!==void 0?n:(l=c.locale)===null||l===void 0||(u=l.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&r!==void 0?r:1),d=F0(e,t),h=new Date(0);h.setUTCFullYear(d,0,f),h.setUTCHours(0,0,0,0);var v=Is(h,t);return v}var lF=6048e5;function uF(e,t){Ne(1,arguments);var r=Ve(e),n=Is(r,t).getTime()-sF(r,t).getTime();return Math.round(n/lF)+1}function _e(e,t){for(var r=e<0?"-":"",n=Math.abs(e).toString();n.length<t;)n="0"+n;return r+n}var _r={y:function(t,r){var n=t.getUTCFullYear(),a=n>0?n:1-n;return _e(r==="yy"?a%100:a,r.length)},M:function(t,r){var n=t.getUTCMonth();return r==="M"?String(n+1):_e(n+1,2)},d:function(t,r){return _e(t.getUTCDate(),r.length)},a:function(t,r){var n=t.getUTCHours()/12>=1?"pm":"am";switch(r){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return n==="am"?"a.m.":"p.m."}},h:function(t,r){return _e(t.getUTCHours()%12||12,r.length)},H:function(t,r){return _e(t.getUTCHours(),r.length)},m:function(t,r){return _e(t.getUTCMinutes(),r.length)},s:function(t,r){return _e(t.getUTCSeconds(),r.length)},S:function(t,r){var n=r.length,a=t.getUTCMilliseconds(),i=Math.floor(a*Math.pow(10,n-3));return _e(i,r.length)}},ia={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},cF={G:function(t,r,n){var a=t.getUTCFullYear()>0?1:0;switch(r){case"G":case"GG":case"GGG":return n.era(a,{width:"abbreviated"});case"GGGGG":return n.era(a,{width:"narrow"});case"GGGG":default:return n.era(a,{width:"wide"})}},y:function(t,r,n){if(r==="yo"){var a=t.getUTCFullYear(),i=a>0?a:1-a;return n.ordinalNumber(i,{unit:"year"})}return _r.y(t,r)},Y:function(t,r,n,a){var i=F0(t,a),o=i>0?i:1-i;if(r==="YY"){var s=o%100;return _e(s,2)}return r==="Yo"?n.ordinalNumber(o,{unit:"year"}):_e(o,r.length)},R:function(t,r){var n=B0(t);return _e(n,r.length)},u:function(t,r){var n=t.getUTCFullYear();return _e(n,r.length)},Q:function(t,r,n){var a=Math.ceil((t.getUTCMonth()+1)/3);switch(r){case"Q":return String(a);case"QQ":return _e(a,2);case"Qo":return n.ordinalNumber(a,{unit:"quarter"});case"QQQ":return n.quarter(a,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(a,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(a,{width:"wide",context:"formatting"})}},q:function(t,r,n){var a=Math.ceil((t.getUTCMonth()+1)/3);switch(r){case"q":return String(a);case"qq":return _e(a,2);case"qo":return n.ordinalNumber(a,{unit:"quarter"});case"qqq":return n.quarter(a,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(a,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(a,{width:"wide",context:"standalone"})}},M:function(t,r,n){var a=t.getUTCMonth();switch(r){case"M":case"MM":return _r.M(t,r);case"Mo":return n.ordinalNumber(a+1,{unit:"month"});case"MMM":return n.month(a,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(a,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(a,{width:"wide",context:"formatting"})}},L:function(t,r,n){var a=t.getUTCMonth();switch(r){case"L":return String(a+1);case"LL":return _e(a+1,2);case"Lo":return n.ordinalNumber(a+1,{unit:"month"});case"LLL":return n.month(a,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(a,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(a,{width:"wide",context:"standalone"})}},w:function(t,r,n,a){var i=uF(t,a);return r==="wo"?n.ordinalNumber(i,{unit:"week"}):_e(i,r.length)},I:function(t,r,n){var a=oF(t);return r==="Io"?n.ordinalNumber(a,{unit:"week"}):_e(a,r.length)},d:function(t,r,n){return r==="do"?n.ordinalNumber(t.getUTCDate(),{unit:"date"}):_r.d(t,r)},D:function(t,r,n){var a=nF(t);return r==="Do"?n.ordinalNumber(a,{unit:"dayOfYear"}):_e(a,r.length)},E:function(t,r,n){var a=t.getUTCDay();switch(r){case"E":case"EE":case"EEE":return n.day(a,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(a,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(a,{width:"short",context:"formatting"});case"EEEE":default:return n.day(a,{width:"wide",context:"formatting"})}},e:function(t,r,n,a){var i=t.getUTCDay(),o=(i-a.weekStartsOn+8)%7||7;switch(r){case"e":return String(o);case"ee":return _e(o,2);case"eo":return n.ordinalNumber(o,{unit:"day"});case"eee":return n.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(i,{width:"short",context:"formatting"});case"eeee":default:return n.day(i,{width:"wide",context:"formatting"})}},c:function(t,r,n,a){var i=t.getUTCDay(),o=(i-a.weekStartsOn+8)%7||7;switch(r){case"c":return String(o);case"cc":return _e(o,r.length);case"co":return n.ordinalNumber(o,{unit:"day"});case"ccc":return n.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(i,{width:"narrow",context:"standalone"});case"cccccc":return n.day(i,{width:"short",context:"standalone"});case"cccc":default:return n.day(i,{width:"wide",context:"standalone"})}},i:function(t,r,n){var a=t.getUTCDay(),i=a===0?7:a;switch(r){case"i":return String(i);case"ii":return _e(i,r.length);case"io":return n.ordinalNumber(i,{unit:"day"});case"iii":return n.day(a,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(a,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(a,{width:"short",context:"formatting"});case"iiii":default:return n.day(a,{width:"wide",context:"formatting"})}},a:function(t,r,n){var a=t.getUTCHours(),i=a/12>=1?"pm":"am";switch(r){case"a":case"aa":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function(t,r,n){var a=t.getUTCHours(),i;switch(a===12?i=ia.noon:a===0?i=ia.midnight:i=a/12>=1?"pm":"am",r){case"b":case"bb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},B:function(t,r,n){var a=t.getUTCHours(),i;switch(a>=17?i=ia.evening:a>=12?i=ia.afternoon:a>=4?i=ia.morning:i=ia.night,r){case"B":case"BB":case"BBB":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},h:function(t,r,n){if(r==="ho"){var a=t.getUTCHours()%12;return a===0&&(a=12),n.ordinalNumber(a,{unit:"hour"})}return _r.h(t,r)},H:function(t,r,n){return r==="Ho"?n.ordinalNumber(t.getUTCHours(),{unit:"hour"}):_r.H(t,r)},K:function(t,r,n){var a=t.getUTCHours()%12;return r==="Ko"?n.ordinalNumber(a,{unit:"hour"}):_e(a,r.length)},k:function(t,r,n){var a=t.getUTCHours();return a===0&&(a=24),r==="ko"?n.ordinalNumber(a,{unit:"hour"}):_e(a,r.length)},m:function(t,r,n){return r==="mo"?n.ordinalNumber(t.getUTCMinutes(),{unit:"minute"}):_r.m(t,r)},s:function(t,r,n){return r==="so"?n.ordinalNumber(t.getUTCSeconds(),{unit:"second"}):_r.s(t,r)},S:function(t,r){return _r.S(t,r)},X:function(t,r,n,a){var i=a._originalDate||t,o=i.getTimezoneOffset();if(o===0)return"Z";switch(r){case"X":return W0(o);case"XXXX":case"XX":return Zr(o);case"XXXXX":case"XXX":default:return Zr(o,":")}},x:function(t,r,n,a){var i=a._originalDate||t,o=i.getTimezoneOffset();switch(r){case"x":return W0(o);case"xxxx":case"xx":return Zr(o);case"xxxxx":case"xxx":default:return Zr(o,":")}},O:function(t,r,n,a){var i=a._originalDate||t,o=i.getTimezoneOffset();switch(r){case"O":case"OO":case"OOO":return"GMT"+U0(o,":");case"OOOO":default:return"GMT"+Zr(o,":")}},z:function(t,r,n,a){var i=a._originalDate||t,o=i.getTimezoneOffset();switch(r){case"z":case"zz":case"zzz":return"GMT"+U0(o,":");case"zzzz":default:return"GMT"+Zr(o,":")}},t:function(t,r,n,a){var i=a._originalDate||t,o=Math.floor(i.getTime()/1e3);return _e(o,r.length)},T:function(t,r,n,a){var i=a._originalDate||t,o=i.getTime();return _e(o,r.length)}};function U0(e,t){var r=e>0?"-":"+",n=Math.abs(e),a=Math.floor(n/60),i=n%60;if(i===0)return r+String(a);var o=t;return r+String(a)+o+_e(i,2)}function W0(e,t){if(e%60===0){var r=e>0?"-":"+";return r+_e(Math.abs(e)/60,2)}return Zr(e,t)}function Zr(e,t){var r=t||"",n=e>0?"-":"+",a=Math.abs(e),i=_e(Math.floor(a/60),2),o=_e(a%60,2);return n+i+r+o}var z0=function(t,r){switch(t){case"P":return r.date({width:"short"});case"PP":return r.date({width:"medium"});case"PPP":return r.date({width:"long"});case"PPPP":default:return r.date({width:"full"})}},V0=function(t,r){switch(t){case"p":return r.time({width:"short"});case"pp":return r.time({width:"medium"});case"ppp":return r.time({width:"long"});case"pppp":default:return r.time({width:"full"})}},fF=function(t,r){var n=t.match(/(P+)(p+)?/)||[],a=n[1],i=n[2];if(!i)return z0(t,r);var o;switch(a){case"P":o=r.dateTime({width:"short"});break;case"PP":o=r.dateTime({width:"medium"});break;case"PPP":o=r.dateTime({width:"long"});break;case"PPPP":default:o=r.dateTime({width:"full"});break}return o.replace("{{date}}",z0(a,r)).replace("{{time}}",V0(i,r))},dF={p:V0,P:fF},pF=["D","DD"],hF=["YY","YYYY"];function mF(e){return pF.indexOf(e)!==-1}function vF(e){return hF.indexOf(e)!==-1}function G0(e,t,r){if(e==="YYYY")throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(t,"`) for formatting years to the input `").concat(r,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if(e==="YY")throw new RangeError("Use `yy` instead of `YY` (in `".concat(t,"`) for formatting years to the input `").concat(r,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if(e==="D")throw new RangeError("Use `d` instead of `D` (in `".concat(t,"`) for formatting days of the month to the input `").concat(r,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if(e==="DD")throw new RangeError("Use `dd` instead of `DD` (in `".concat(t,"`) for formatting days of the month to the input `").concat(r,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}var gF={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"}},yF=function(t,r,n){var a,i=gF[t];return typeof i=="string"?a=i:r===1?a=i.one:a=i.other.replace("{{count}}",r.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+a:a+" ago":a};function hf(e){return function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=t.width?String(t.width):e.defaultWidth,n=e.formats[r]||e.formats[e.defaultWidth];return n}}var bF={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},xF={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},wF={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},OF={date:hf({formats:bF,defaultWidth:"full"}),time:hf({formats:xF,defaultWidth:"full"}),dateTime:hf({formats:wF,defaultWidth:"full"})},SF={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},TF=function(t,r,n,a){return SF[t]};function Ti(e){return function(t,r){var n=r!=null&&r.context?String(r.context):"standalone",a;if(n==="formatting"&&e.formattingValues){var i=e.defaultFormattingWidth||e.defaultWidth,o=r!=null&&r.width?String(r.width):i;a=e.formattingValues[o]||e.formattingValues[i]}else{var s=e.defaultWidth,l=r!=null&&r.width?String(r.width):e.defaultWidth;a=e.values[l]||e.values[s]}var u=e.argumentCallback?e.argumentCallback(t):t;return a[u]}}var AF={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},jF={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},PF={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"]},_F={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"]},EF={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"}},CF={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"}},$F=function(t,r){var n=Number(t),a=n%100;if(a>20||a<10)switch(a%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},kF={ordinalNumber:$F,era:Ti({values:AF,defaultWidth:"wide"}),quarter:Ti({values:jF,defaultWidth:"wide",argumentCallback:function(t){return t-1}}),month:Ti({values:PF,defaultWidth:"wide"}),day:Ti({values:_F,defaultWidth:"wide"}),dayPeriod:Ti({values:EF,defaultWidth:"wide",formattingValues:CF,defaultFormattingWidth:"wide"})};function Ai(e){return function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=r.width,a=n&&e.matchPatterns[n]||e.matchPatterns[e.defaultMatchWidth],i=t.match(a);if(!i)return null;var o=i[0],s=n&&e.parsePatterns[n]||e.parsePatterns[e.defaultParseWidth],l=Array.isArray(s)?NF(s,function(f){return f.test(o)}):MF(s,function(f){return f.test(o)}),u;u=e.valueCallback?e.valueCallback(l):l,u=r.valueCallback?r.valueCallback(u):u;var c=t.slice(o.length);return{value:u,rest:c}}}function MF(e,t){for(var r in e)if(e.hasOwnProperty(r)&&t(e[r]))return r}function NF(e,t){for(var r=0;r<e.length;r++)if(t(e[r]))return r}function DF(e){return function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.match(e.matchPattern);if(!n)return null;var a=n[0],i=t.match(e.parsePattern);if(!i)return null;var o=e.valueCallback?e.valueCallback(i[0]):i[0];o=r.valueCallback?r.valueCallback(o):o;var s=t.slice(a.length);return{value:o,rest:s}}}var IF=/^(\d+)(th|st|nd|rd)?/i,LF=/\d+/i,RF={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},BF={any:[/^b/i,/^(a|c)/i]},FF={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},UF={any:[/1/i,/2/i,/3/i,/4/i]},WF={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},zF={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]},VF={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},GF={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]},HF={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},qF={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}},KF={ordinalNumber:DF({matchPattern:IF,parsePattern:LF,valueCallback:function(t){return parseInt(t,10)}}),era:Ai({matchPatterns:RF,defaultMatchWidth:"wide",parsePatterns:BF,defaultParseWidth:"any"}),quarter:Ai({matchPatterns:FF,defaultMatchWidth:"wide",parsePatterns:UF,defaultParseWidth:"any",valueCallback:function(t){return t+1}}),month:Ai({matchPatterns:WF,defaultMatchWidth:"wide",parsePatterns:zF,defaultParseWidth:"any"}),day:Ai({matchPatterns:VF,defaultMatchWidth:"wide",parsePatterns:GF,defaultParseWidth:"any"}),dayPeriod:Ai({matchPatterns:HF,defaultMatchWidth:"any",parsePatterns:qF,defaultParseWidth:"any"})},YF={code:"en-US",formatDistance:yF,formatLong:OF,formatRelative:TF,localize:kF,match:KF,options:{weekStartsOn:0,firstWeekContainsDate:1}},XF=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,ZF=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,JF=/^'([^]*?)'?$/,QF=/''/g,eU=/[a-zA-Z]/;function Ls(e,t,r){var n,a,i,o,s,l,u,c,f,d,h,v,g,m;Ne(2,arguments);var b=String(t),O=Oi(),x=(n=(a=void 0)!==null&&a!==void 0?a:O.locale)!==null&&n!==void 0?n:YF,j=Et((i=(o=(s=(l=void 0)!==null&&l!==void 0?l:void 0)!==null&&s!==void 0?s:O.firstWeekContainsDate)!==null&&o!==void 0?o:(u=O.locale)===null||u===void 0||(c=u.options)===null||c===void 0?void 0:c.firstWeekContainsDate)!==null&&i!==void 0?i:1);if(!(j>=1&&j<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var y=Et((f=(d=(h=(v=void 0)!==null&&v!==void 0?v:void 0)!==null&&h!==void 0?h:O.weekStartsOn)!==null&&d!==void 0?d:(g=O.locale)===null||g===void 0||(m=g.options)===null||m===void 0?void 0:m.weekStartsOn)!==null&&f!==void 0?f:0);if(!(y>=0&&y<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!x.localize)throw new RangeError("locale must contain localize property");if(!x.formatLong)throw new RangeError("locale must contain formatLong property");var w=Ve(e);if(!JB(w))throw new RangeError("Invalid time value");var T=XB(w),A=tF(w,T),_={firstWeekContainsDate:j,weekStartsOn:y,locale:x,_originalDate:w},C=b.match(ZF).map(function(P){var E=P[0];if(E==="p"||E==="P"){var I=dF[E];return I(P,x.formatLong)}return P}).join("").match(XF).map(function(P){if(P==="''")return"'";var E=P[0];if(E==="'")return tU(P);var I=cF[E];if(I)return vF(P)&&G0(P,t,String(e)),mF(P)&&G0(P,t,String(e)),I(A,P,x.localize,_);if(E.match(eU))throw new RangeError("Format string contains an unescaped latin alphabet character `"+E+"`");return P}).join("");return C}function tU(e){var t=e.match(JF);return t?t[1].replace(QF,"'"):e}function H0(e,t){Ne(2,arguments);var r=Ve(e),n=Ve(t);return r.getTime()<n.getTime()}function rU(e,t){Ne(2,arguments);var r=Ve(e).getTime(),n=Ve(t.start).getTime(),a=Ve(t.end).getTime();if(!(n<=a))throw new RangeError("Invalid interval");return r>=n&&r<=a}function Rs(e,t){Ne(2,arguments);var r=Et(t);return HB(e,-r)}function nU(e,t){Ne(2,arguments);var r=Et(t);return pf(e,-r)}const mf=({children:e})=>{const[t,r]=S.useState(!1);return S.useEffect(()=>(r(!0),()=>r(!1)),[]),t?en.createPortal(e,document.body):null};function q0({className:e,defaultValue:t,onDateRangeChange:r}){console.log("🗓️ DateRangePicker component rendered with props:",{className:e,defaultValue:t,hasCallback:!!r});const n=[{label:"Today",value:"today",dateRange:{from:aa(new Date),to:new Date}},{label:"Yesterday",value:"yesterday",dateRange:{from:aa(Rs(new Date,1)),to:QB(Rs(new Date,1))}},{label:"This week",value:"thisWeek",dateRange:{from:YB(new Date),to:new Date}},{label:"Last 7 days",value:"7d",dateRange:{from:aa(Rs(new Date,6)),to:new Date}},{label:"This month",value:"thisMonth",dateRange:{from:eF(new Date),to:new Date}},{label:"Last 30 days",value:"30d",dateRange:{from:aa(Rs(new Date,29)),to:new Date}}],a=t?n.find(M=>M.value===t):null;console.log("📅 DateRangePicker initialization:",{defaultValue:t,defaultPreset:a==null?void 0:a.label,hasDateRange:!!(a!=null&&a.dateRange),allPresetValues:n.map(M=>M.value),foundPreset:!!a});const[i,o]=S.useState(a==null?void 0:a.dateRange),[s,l]=S.useState(a==null?void 0:a.dateRange),[u,c]=S.useState(!1),[f,d]=S.useState((a==null?void 0:a.label)||null),[h,v]=S.useState((a==null?void 0:a.label)||null),[g,m]=S.useState(new Date),[b,O]=S.useState(null),[x,j]=S.useState({top:0,left:0}),y=S.useRef(null),w=S.useRef(null);S.useEffect(()=>{var M,F;console.log("📅 DateRangePicker useEffect running:",{hasDefaultPreset:!!a,hasOnDateRangeChange:!!r,currentDate:i,currentLabel:f,defaultValue:t,defaultPresetLabel:a==null?void 0:a.label,defaultPresetValue:a==null?void 0:a.value}),a!=null&&a.dateRange&&r?(console.log("📅 DateRangePicker: Setting initial default value:",{label:a.label,dateRange:a.dateRange,from:(M=a.dateRange.from)==null?void 0:M.toLocaleDateString(),to:(F=a.dateRange.to)==null?void 0:F.toLocaleDateString()}),r(a.dateRange)):console.log("📅 DateRangePicker: NOT setting initial value because:",{hasDefaultPreset:!!a,hasDateRange:!!(a!=null&&a.dateRange),hasCallback:!!r,presetLabelsAvailable:n.map(z=>`${z.value}:${z.label}`)})},[]),S.useEffect(()=>{t&&(a!=null&&a.dateRange)&&(console.log("📅 DateRangePicker: DefaultValue changed, updating state:",{defaultValue:t,label:a.label}),o(a.dateRange),d(a.label),l(a.dateRange),v(a.label))},[t]);const T=()=>{if(!w.current)return;const M=w.current.getBoundingClientRect(),F=window.scrollY,z=window.scrollX,q=window.innerWidth,$=window.innerHeight,R=720,U=450;let W=M.bottom+F+8,K=M.left+z;K+R>q&&(K=M.right+z-R),K+R>q&&(K=q-R-20),W+U>$&&(W=M.top+F-U-8),K<20&&(K=20),W<20&&(W=20),j({top:W,left:K})};S.useEffect(()=>{const M=()=>{u&&T()};return u&&(window.addEventListener("resize",M),window.addEventListener("scroll",M)),()=>{window.removeEventListener("resize",M),window.removeEventListener("scroll",M)}},[u]);const A=(M,F)=>{if(l(M),v(F),O(null),M.from){const z=new Date(M.from.getFullYear(),M.from.getMonth(),1);m(z)}},_=M=>{if(!b)O(M),l({from:M,to:M}),v(null);else{const F=H0(M,b)?M:b,z=H0(M,b)?b:M;l({from:F,to:z}),O(null),v(null)}},C=()=>{o(s),d(h),r==null||r(s),c(!1),O(null)},P=()=>{l(void 0),v(null),o(void 0),d(null),r==null||r(void 0),c(!1),O(null)},E=M=>{M?(l(i),v(f),O(null),setTimeout(T,0)):(l(i),v(f),O(null)),c(M)},I=(M,F)=>(console.log("📅 formatDateRange called with:",{presetLabel:F,hasDateRange:!!(M!=null&&M.from)}),F||(M!=null&&M.from?!M.to||Si(M.from,M.to)?Ls(M.from,"MMM dd, yyyy"):`${Ls(M.from,"MMM dd, yyyy")} - ${Ls(M.to,"MMM dd, yyyy")}`:"Pick a date range")),k=(M=0)=>{const F=pf(g,M),z=F.getFullYear(),q=F.getMonth(),$=new Date(z,q,1),U=new Date(z,q+1,0).getDate(),W=$.getDay(),K=["January","February","March","April","May","June","July","August","September","October","November","December"],B=["Su","Mo","Tu","We","Th","Fr","Sa"],G=[],te=new Date(z,q-1,0).getDate();for(let ee=W-1;ee>=0;ee--){const L=te-ee,oe=new Date(z,q-1,L);G.push(p.jsx("button",{onClick:()=>_(oe),className:"h-[32px] w-[32px] text-xs text-gray-400 hover:bg-gray-100 rounded-full flex items-center justify-center",children:L},`prev-${L}`))}for(let ee=1;ee<=U;ee++){const L=new Date(z,q,ee),oe=Si(L,new Date),Y=(s==null?void 0:s.from)&&(s==null?void 0:s.to)&&rU(L,{start:s.from,end:s.to}),ue=(s==null?void 0:s.from)&&Si(L,s.from),re=(s==null?void 0:s.to)&&Si(L,s.to),me=b&&Si(L,b);let We="h-[32px] w-[32px] text-xs hover:bg-gray-100 hover:text-gray-900 hover:font-medium rounded-full flex items-center justify-center transition-colors text-gray-700 ";oe&&(We+="font-semibold "),me||ue||re?We+="!bg-blue-500 !text-white !hover:bg-blue-500 !hover:text-white font-semibold":Y&&(We+="bg-blue-100 text-blue-900 hover:bg-blue-100 hover:text-blue-900 font-semibold"),G.push(p.jsx("button",{onClick:()=>_(L),className:We,children:ee},`current-${ee}`))}const Z=Math.ceil((W+U)/7)*7-W-U;for(let ee=1;ee<=Z;ee++){const L=new Date(z,q+1,ee);G.push(p.jsx("button",{onClick:()=>_(L),className:"h-[32px] w-[32px] text-sm text-gray-500 hover:bg-gray-100 rounded-full flex items-center justify-center",children:ee},`next-${ee}`))}return p.jsxs("div",{className:"p-[12px]",children:[p.jsxs("div",{className:"flex items-center justify-between mb-3",children:[M===0&&p.jsx("button",{onClick:()=>m(nU(g,1)),className:"p-[4px] hover:bg-gray-100 rounded",children:p.jsx(Ob,{className:"h-[16px] w-[16px]"})}),p.jsxs("div",{className:"font-semibold text-sm text-gray-700",children:[K[q]," ",z]}),M===1&&p.jsx("button",{onClick:()=>m(pf(g,1)),className:"p-[4px] hover:bg-gray-100 rounded",children:p.jsx(ki,{className:"h-[16px] w-[16px]"})})]}),p.jsx("div",{className:"grid grid-cols-7 gap-1 mb-2",children:B.map(ee=>p.jsx("div",{className:"h-[32px] flex items-center justify-center text-xs font-medium text-gray-700 w-full text-center",children:ee},ee))}),p.jsx("div",{className:"grid grid-cols-7 gap-1",children:G})]})},D=()=>"fixed bg-white border border-gray-200 rounded-lg shadow-xl z-[99999]";return p.jsxs("div",{className:`relative ${e}`,children:[p.jsxs("button",{ref:w,onClick:()=>E(!u),className:`min-w-[200px] px-[12px] py-[8px] text-left border border-gray-300 rounded-md shadow-sm bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 flex items-center ${i?"text-gray-900":"text-gray-500"}`,children:[p.jsx(Sf,{className:"mr-2 h-[16px] w-[16px]"}),(()=>{const M=I(i,f);return console.log("📅 Button display text:",{displayText:M,date:i,selectedPresetLabel:f}),M})()]}),u&&p.jsxs(mf,{children:[p.jsx("div",{className:"fixed inset-0 z-[99998] bg-black bg-opacity-10",onClick:()=>E(!1)}),p.jsxs("div",{ref:y,className:D(),style:{top:x.top,left:x.left,width:"720px",minWidth:"720px",maxHeight:"90vh"},onClick:M=>M.stopPropagation(),children:[p.jsxs("div",{className:"flex",children:[p.jsxs("div",{className:"flex flex-col gap-1 p-[12px] border-r border-gray-200 w-[160px] flex-shrink-0",children:[p.jsx("div",{className:"text-sm font-medium text-gray-500 mb-2",children:"Quick Filters"}),n.map(M=>p.jsx("button",{onClick:()=>A(M.dateRange,M.label),className:`text-left px-[12px] py-[8px] text-sm text-gray-900 rounded hover:bg-gray-100 transition-colors ${h===M.label?"bg-gray-100 medium":""}`,children:M.label},M.label))]}),p.jsxs("div",{className:"flex flex-1",children:[k(0),k(1)]})]}),p.jsxs("div",{className:"border-t border-gray-200 bg-gray-50 p-[12px] flex justify-end gap-2",children:[p.jsx("button",{onClick:P,className:"px-[12px] py-[8px] text-sm border border-gray-300 rounded hover:bg-gray-50 transition-colors",children:"Clear"}),p.jsx("button",{onClick:C,disabled:!(s!=null&&s.from),className:"px-[12px] py-[8px] text-sm bg-blue-600 text-white rounded hover:bg-blue-700 disabled:opacity-50 disabled:cursor-not-allowed transition-colors",children:"Apply"})]})]})]})]})}const aU=({config:e,appConfig:t,className:r,onExport:n,onDraftChange:a,onTimeRangeChange:i})=>{var I;const{title:o,subtitle:s,sections:l,globalControls:u,layout:c={columns:12,gap:24,responsive:!0}}=e,[f,d]=S.useState(!1),[h,v]=S.useState({}),[g,m]=S.useState(l),[b,O]=S.useState([]),[x,j]=S.useState(!1),y=S.useRef(null);S.useEffect(()=>{if(t)try{y.current=new Kt(t),w(),T()}catch(k){console.error("Failed to initialize API service:",k)}},[t]);const w=async()=>{if(!(!y.current||!t)){j(!0);try{const k=await y.current.fetchEnvironments();O(k),console.log("🌍 Environments loaded:",k.map(D=>D.envName))}catch(k){console.error("Error loading environments:",k)}finally{j(!1)}}},T=async()=>{if(!(!y.current||!t)){d(!0);try{const k=y.current.getDefaultTimeRange();console.log("📊 Loading dashboard data with date range:",{fromTimestamp:k.fromTimestamp,toTimestamp:k.toTimestamp,fromDate:new Date(k.fromTimestamp).toLocaleDateString(),toDate:new Date(k.toTimestamp).toLocaleDateString()});const D=await y.current.fetchAllCardsDataWithEnhancedViews(k.fromTimestamp,k.toTimestamp);console.log("✅ Enhanced cards data loaded successfully:",D),console.log("📈 Data covers period:",{from:new Date(k.fromTimestamp).toLocaleDateString(),to:new Date(k.toTimestamp).toLocaleDateString()});const M=l.map(F=>F.id==="usage-analytics"?(console.log("Updating usage-analytics section with enhanced data"),{...F,metrics:D.usageAnalytics}):F.id==="runs"?(console.log("Updating runs section with enhanced data including table and controls"),{...F,metrics:D.runs}):F);m(M)}catch(k){console.error("Error loading initial data:",k),m(l)}finally{d(!1)}}},A=async(k,D)=>{if(!(!y.current||!t||!D.metricType)){m(M=>M.map(F=>F.id===k?{...F,metrics:F.metrics.map(z=>({...z,highlighted:z.metricType===D.metricType}))}:F)),v(M=>({...M,[k]:!0}));try{const M=t.defaultTimeRange||Kt.getDateRange(7);let F,z;if(["users","sessions","messages","tokens"].includes(D.metricType))F="usage-analytics",z=D.metricType;else if(["agentRuns","toolRuns","modelRuns"].includes(D.metricType))F="runs",z=D.metricType==="agentRuns"?"agent-runs":D.metricType==="toolRuns"?"tool-runs":"model-runs";else return;const q=await y.current.fetchTimeSeriesData(z,F,M.fromTimestamp,M.toTimestamp),$=y.current.transformTimeSeriesDataForMetric(q,D.metricType);console.log("Time series response for",D.title,":",q),console.log("Transformed data for",D.title,":",$),console.log("Metric type used for transformation:",D.metricType);const U=(W=>({users:"users",sessions:"sessions",messages:"messages",tokens:"totalTokens",agentRuns:"agentRuns",toolRuns:"toolRuns",modelRuns:"modelRuns"})[W]||"count")(D.metricType||"count");console.log("Using dataKey for metric",D.metricType,":",U),m(W=>W.map(K=>{if(K.id===k){const B={...K,view:{...K.view,chart:K.view.chart?{...K.view.chart,data:$,dataKey:U,lines:[{dataKey:U,color:K.view.chart.color||"#3b82f6",label:D.title,strokeWidth:2}]}:{type:"line",data:$,dataKey:U,lines:[{dataKey:U,color:"#3b82f6",label:D.title,strokeWidth:2}],yAxisLabel:D.title}}};return console.log("Updated section for",k,":",B),console.log("Chart config set:",B.view.chart),B}return K}))}catch(M){console.error("Error loading metric data:",M)}finally{v(M=>({...M,[k]:!1}))}}},_=k=>{var D,M;if((M=(D=u==null?void 0:u.draft)==null?void 0:D.onChange)==null||M.call(D,k),a==null||a(k),t&&y.current){const F={...t,environment:k};y.current.updateConfig(F),T()}},C=k=>{var D,M;if(console.log("🗓️ Time range change requested:",k),typeof k=="string"&&((M=(D=u==null?void 0:u.timeRange)==null?void 0:D.onChange)==null||M.call(D,k)),i==null||i(k),t&&y.current){let F=null;if(typeof k=="object"&&k.from&&k.to)F={fromTimestamp:k.from.toISOString(),toTimestamp:k.to.toISOString()},console.log("📅 Converting DateRange to API format:",F);else if(typeof k=="string"){const q={"24h":1,"7d":7,"30d":30,"90d":90}[k];q&&(F=Kt.getDateRange(q),console.log(`📅 Converting preset "${k}" (${q} days) to API format:`,F))}if(F){const z={...t,defaultTimeRange:F};console.log("🔄 Updating API configuration with new date range:",z.defaultTimeRange),y.current.updateConfig(z),console.log("🚀 Reloading dashboard data with new date range..."),T()}else console.warn("⚠️ Unable to convert time range value to API format:",k)}},P=(k="csv")=>{var D,M;(M=(D=u==null?void 0:u.export)==null?void 0:D.onExport)==null||M.call(D,k),n==null||n()},E=Object.values(h).some(k=>k);return p.jsxs("div",{className:se("w-full h-full flex flex-col overflow-hidden",r),children:[p.jsxs("div",{className:"flex flex-col gap-2 w-full p-[24px] pb-[12px]",children:[p.jsx("h1",{className:"text-lg font-bold text-gray-900 w-full",children:o}),p.jsxs("div",{className:"flex items-center gap-2 w-full",children:[s&&p.jsx("p",{className:"text-gray-500 text-xs w-full",children:s}),p.jsxs("div",{className:"flex items-center gap-2 justify-end flex-shrink-0",children:[(f||E)&&p.jsxs("div",{className:"flex items-center gap-2 text-sm medium text-gray-500",children:[p.jsx(Eb,{className:"h-[16px] w-[16px] animate-spin"}),"Loading..."]}),u&&p.jsxs(p.Fragment,{children:[u.draft&&p.jsx(Ms,{options:b.length>0?b.map(k=>({label:k.envName.charAt(0).toUpperCase()+k.envName.slice(1),value:k.envName})):u.draft.options,value:u.draft.defaultValue,placeholder:x?"Loading environments...":u.draft.label,onChange:_,className:"min-w-[200px]",disabled:f||E||x}),u.timeRange&&(u.timeRange.useDatePicker?(console.log("🗓️ Dashboard: Rendering DateRangePicker with defaultValue:",u.timeRange.defaultValue),p.jsx(q0,{defaultValue:u.timeRange.defaultValue,onDateRangeChange:k=>{console.log("🗓️ Dashboard: DateRangePicker callback received:",k),k&&C(k)}})):p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx(Sf,{className:"h-4 w-4 text-gray-500"}),p.jsx(Ms,{options:u.timeRange.options||[],value:u.timeRange.defaultValue,placeholder:u.timeRange.label,onChange:C,className:"min-w-[200px]",disabled:f||E})]})),((I=u.export)==null?void 0:I.enabled)&&p.jsxs(df,{variant:"outline",onClick:()=>P(),className:"gap-2",disabled:f||E,children:[p.jsx(Sb,{className:"h-4 w-4"}),"Export"]})]})]})]})]}),p.jsx("div",{className:se("grid gap-6 p-[24px] pt-[8px] overflow-y-auto",c.responsive&&"grid-cols-1 lg:grid-cols-12"),style:{gridTemplateColumns:c.responsive?void 0:`repeat(${c.columns}, minmax(0, 1fr))`,gap:c.gap?`${c.gap}px`:void 0},children:g.map(k=>{var D,M,F,z;return p.jsx(R0,{section:k,isLoading:f,isChartLoading:h[k.id]||!1,onMetricClick:q=>A(k.id,q),className:se(c.responsive&&((D=k.layout)==null?void 0:D.span)===12&&"lg:col-span-12",c.responsive&&((M=k.layout)==null?void 0:M.span)===6&&"lg:col-span-6",c.responsive&&((F=k.layout)==null?void 0:F.span)===4&&"lg:col-span-4",c.responsive&&((z=k.layout)==null?void 0:z.span)===3&&"lg:col-span-3")},k.id)})})]})};class K0{static buildSessionTree(t,r){var i;const n=this.groupEventsByRun(t),a=[];for(const[o,s]of n.entries()){const l=this.buildRunTree(o,s);a.push(l)}return a.sort((o,s)=>new Date(o.startTime).getTime()-new Date(s.startTime).getTime()),{sessionId:r||((i=t[0])==null?void 0:i.sessionId)||"unknown",runs:a}}static groupEventsByRun(t){const r=new Map;return t.forEach(n=>{const a=n.runId;r.has(a)||r.set(a,[]),r.get(a).push(n)}),r}static buildRunTree(t,r){var g;const n=new Map;r.forEach(m=>{const b=`${m.data.id}|${m.data.name}|${m.data.toolName}`;n.has(b)||n.set(b,{});const O=n.get(b);m.type==="node_started"?O.started=m:m.type==="node_completed"&&(O.completed=m)});const a=[];for(const[,m]of n.entries()){const b=m.started,O=m.completed;if(!b)continue;const x=this.createTreeNodeFromEvents(b,O,t);a.push(x)}const i=this.buildNodeHierarchy(a),o=r.filter(m=>m.runId===t),s=Math.min(...o.map(m=>new Date(m.data.timestamp).getTime())),l=o.filter(m=>m.type==="node_completed"),u=l.length>0?Math.max(...l.map(m=>new Date(m.data.timestamp).getTime())):void 0,c=this.calculateRunStatus(o),f=u&&s?u-s:void 0,d=this.calculateRunTokens(o),h=this.extractUserInput(o),v=this.extractFinalOutput(o);return{runId:t,startTime:new Date(s).toISOString(),endTime:u?new Date(u).toISOString():void 0,status:c,rootNodes:i,duration:f,totalTokens:d>0?d:void 0,sessionId:((g=o[0])==null?void 0:g.sessionId)||"unknown",userInput:h,finalOutput:v}}static createTreeNodeFromEvents(t,r,n){const a=t.data.timestamp,i=r==null?void 0:r.data.timestamp,o=i&&a?new Date(i).getTime()-new Date(a).getTime():void 0,s=r||t,l=s.data.type==="llm"||s.data.type==="tool"||s.data.type==="GuardrailsInputScan"||s.data.type==="GuardrailsOutputScan",u=l?t.data.input:void 0,c=l?r==null?void 0:r.data.output:void 0,f=this.extractLLMUsage(c),{toolInvocations:d,isResponse:h}=this.extractToolInvocations(c),v=s.data.type==="llm"?this.extractProvider(s.data.name||s.data.toolName):void 0;return{id:s.data.id,parentId:s.data.parentId,runId:n||"unknown",name:s.data.name,type:s.data.type,status:(r==null?void 0:r.data.status)||t.data.status,startTime:a,endTime:i,duration:o,icon:s.data.icon,input:u,output:c,children:[],level:0,isExpanded:!1,llmUsage:f,toolInvocations:d,isResponse:h,metadata:{...s.data.metadata,provider:v}}}static buildNodeHierarchy(t){const r=new Map;t.forEach(a=>r.set(a.id,a));const n=[];return t.forEach(a=>{if(a.parentId&&r.has(a.parentId)){const i=r.get(a.parentId);i.children.push(a),a.level=i.level+1}else n.push(a),a.level=0}),n.sort((a,i)=>new Date(a.startTime).getTime()-new Date(i.startTime).getTime()),n.forEach(a=>this.sortChildren(a)),n}static extractLLMUsage(t){var r,n,a;if(!(!t||typeof t!="object")){if(t.usage_metadata)return t.usage_metadata;if((r=t.metadata)!=null&&r.usage_metadata)return t.metadata.usage_metadata;if(Array.isArray(t)){const i=t[0];if((n=i==null?void 0:i.additional_kwargs)!=null&&n.llmUsageMetadata)return i.additional_kwargs.llmUsageMetadata}else if((a=t.additional_kwargs)!=null&&a.llmUsageMetadata)return t.additional_kwargs.llmUsageMetadata}}static extractToolInvocations(t){if(!t||typeof t!="object")return{};if(t.name&&t.tool_call_id){const r=t.name==="route_to_user"||t.toolName==="route_to_user";return{toolInvocations:[t],isResponse:r}}if(Array.isArray(t)){const r=t.filter(n=>n&&typeof n=="object"&&(n.name==="route_to_user"||n.toolName==="route_to_user")&&n.tool_call_id);if(r.length>0){const n=r.some(a=>a.name==="route_to_user"||a.toolName==="route_to_user");return{toolInvocations:r,isResponse:n}}}if(t.tool_calls&&Array.isArray(t.tool_calls)){const r=t.tool_calls.filter(n=>n&&typeof n=="object"&&(n.name==="route_to_user"||n.toolName==="route_to_user")&&n.tool_call_id);if(r.length>0){const n=r.some(a=>a.name==="route_to_user"||a.toolName==="route_to_user");return{toolInvocations:r,isResponse:n}}}return{}}static extractProvider(t){if(!t)return;const r=t.toLowerCase();if(r.includes("gemini"))return"google";if(r.includes("gpt")||r.includes("openai"))return"openai";if(r.includes("claude")||r.includes("anthropic"))return"anthropic";if(r.includes("azure"))return"azure";if(r.includes("cohere"))return"cohere";const n=t.split("-");if(n.length>0){const a=n[0].toLowerCase();if(["gemini","gpt","claude","cohere"].includes(a))return a==="gemini"?"google":a==="gpt"?"openai":a==="claude"?"anthropic":a}return"custom"}static sortChildren(t){t&&(t.children.sort((r,n)=>new Date(r.startTime).getTime()-new Date(n.startTime).getTime()),t.children.forEach(r=>this.sortChildren(r)))}static calculateRunStatus(t){const r=t.some(a=>a.data.status==="running"),n=t.some(a=>a.data.status==="failed");return r?"running":n?"failed":"completed"}static extractUserInput(t){const r=t.filter(n=>n.type==="node_started"&&n.data.type==="llm").sort((n,a)=>new Date(n.data.timestamp).getTime()-new Date(a.data.timestamp).getTime());if(r.length>0){const n=r[0];if(n.data.input){if(typeof n.data.input=="string")return n.data.input;if(typeof n.data.input=="object")return JSON.stringify(n.data.input)}}}static containsRouteToUserTool(t){return!t||typeof t!="object"?!1:Array.isArray(t)?t.some(r=>r&&typeof r=="object"&&(r.name==="route_to_user"||r.toolName==="route_to_user")):t.name==="route_to_user"||t.toolName==="route_to_user"}static extractMessageFromLLMOutput(t){var r,n,a;if(!(!t||typeof t!="object")){if(console.log("Extracting message from LLM output:",JSON.stringify(t,null,2)),Array.isArray(t)){const i=t.find(o=>o&&typeof o=="object"&&(o.name==="route_to_user"||o.toolName==="route_to_user"));if(i){if((r=i.args)!=null&&r.message)return console.log("Found message in LLM array format: routeToUserTool.args.message"),i.args.message;if(i.message)return console.log("Found message in LLM array format: routeToUserTool.message"),i.message;if((n=i.output)!=null&&n.message)return console.log("Found message in LLM array format: routeToUserTool.output.message"),i.output.message}}else if(t.name==="route_to_user"||t.toolName==="route_to_user"){if((a=t.args)!=null&&a.message)return console.log("Found message in LLM single format: output.args.message"),t.args.message;if(t.message)return console.log("Found message in LLM single format: output.message"),t.message}console.log("No message found in LLM output")}}static extractFinalOutput(t){var i,o,s,l,u,c,f,d,h,v;const r=t.filter(g=>g.type==="node_completed"&&g.data.type==="tool"&&(g.data.name==="route_to_user"||g.data.toolName==="route_to_user")),n=t.filter(g=>g.type==="node_completed"&&g.data.type==="llm"&&g.data.output&&this.containsRouteToUserTool(g.data.output));r.length>0&&console.log("Found route_to_user tool events:",r.length),n.length>0&&console.log("Found LLM events with route_to_user:",n.length);const a=[...r,...n];if(a.sort((g,m)=>new Date(g.timestamp).getTime()-new Date(m.timestamp).getTime()),a.length>0){const g=a[a.length-1];if(g.data.type==="llm")return this.extractMessageFromLLMOutput(g.data.output)}if(r.length>0){const m=r[r.length-1].data.output;if(console.log("Route to user output structure:",JSON.stringify(m,null,2)),m)if(Array.isArray(m)){const b=m.find(O=>O&&typeof O=="object"&&(O.name==="route_to_user"||O.toolName==="route_to_user"));if(b){if((i=b.args)!=null&&i.message)return console.log("Found message in array format: routeToUserTool.args.message"),b.args.message;if(b.message)return console.log("Found message in array format: routeToUserTool.message"),b.message;if((o=b.output)!=null&&o.message)return console.log("Found message in array format: routeToUserTool.output.message"),b.output.message}}else{if((s=m.args)!=null&&s.message)return console.log("Found message at: output.args.message"),m.args.message;if(m.message)return console.log("Found message at: output.message"),m.message;if((l=m.output)!=null&&l.message)return console.log("Found message at: output.output.message"),m.output.message;if((u=m.input)!=null&&u.message)return console.log("Found message at: output.input.message"),m.input.message;if((f=(c=m.input)==null?void 0:c.args)!=null&&f.message)return console.log("Found message at: output.input.args.message"),m.input.args.message;if((d=m.data)!=null&&d.message)return console.log("Found message at: output.data.message"),m.data.message;if((h=m.result)!=null&&h.message)return console.log("Found message at: output.result.message"),m.result.message;if(typeof m=="string")try{const b=JSON.parse(m);if((v=b.args)!=null&&v.message)return console.log("Found message in parsed string: parsed.args.message"),b.args.message;if(b.message)return console.log("Found message in parsed string: parsed.message"),b.message}catch{if(m.length>10&&!m.includes("{")&&!m.includes("["))return console.log("Using output string directly as message"),m}try{return JSON.stringify(m)}catch{return m}}console.log("No message found in route_to_user output paths")}}static calculateRunTokens(t){let r=0;return t.forEach(n=>{const a=this.extractLLMUsage(n.data);a!=null&&a.total_tokens&&(r+=a.total_tokens)}),r}static updateTree(t,r,n){return this.buildSessionTree(n,t.sessionId)}static mergeEvents(t,r){return[...t,...r].sort((a,i)=>new Date(a.timestamp).getTime()-new Date(i.timestamp).getTime())}}const iU=({isOpen:e,onClose:t,title:r,data:n,initialViewMode:a="interactive",modalHeight:i="50vh"})=>{const[o,s]=S.useState(a),l=S.useMemo(()=>{if(n==null)return!1;if(typeof n=="string")try{return JSON.parse(n),!0}catch{return!1}return typeof n=="object"},[n]),u=c=>{c.target===c.currentTarget&&t()};return e?p.jsx("div",{className:"fixed inset-0 bg-black bg-opacity-50 z-50 flex items-center justify-center p-4",onClick:u,children:p.jsxs("div",{className:"bg-white rounded-lg shadow-xl max-w-6xl w-full flex flex-col",style:{height:i},children:[p.jsxs("div",{className:"flex items-center justify-between p-4 border-b border-gray-200",children:[p.jsxs("div",{className:"flex items-center gap-4",children:[p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx(Vs,{className:"w-5 h-5 text-gray-400"}),p.jsx("h3",{className:"text-lg font-semibold text-gray-900",children:r})]}),l&&p.jsxs("div",{className:"flex items-center gap-1 ml-4 pl-4 border-l border-gray-200",children:[p.jsx("button",{onClick:()=>s("interactive"),className:`p-1.5 hover:bg-gray-200 rounded transition-colors ${o==="interactive"?"bg-gray-200":""}`,title:"Interactive JSON view (fold/unfold)",children:p.jsx(Pf,{className:"w-4 h-4 text-gray-400"})}),p.jsx("button",{onClick:()=>s("plain"),className:`p-1.5 hover:bg-gray-200 rounded transition-colors ${o==="plain"?"bg-gray-200":""}`,title:"Plain JSON view",children:p.jsx(Of,{className:"w-4 h-4 text-gray-400"})})]})]}),p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("button",{onClick:async()=>{const c=typeof n=="string"?n:JSON.stringify(n,null,2);try{if(navigator.clipboard&&navigator.clipboard.writeText){await navigator.clipboard.writeText(c);return}const f=document.createElement("textarea");f.value=c,f.style.position="fixed",f.style.left="-999999px",f.style.top="-999999px",document.body.appendChild(f),f.focus(),f.select();try{document.execCommand("copy")}catch(d){console.warn("Copy to clipboard failed:",d)}finally{document.body.removeChild(f)}}catch(f){console.warn("Copy to clipboard failed:",f)}},className:"p-2 hover:bg-gray-100 rounded-lg transition-colors",title:"Copy content",children:p.jsx(fa,{className:"w-4 h-4 text-gray-500"})}),p.jsx("button",{onClick:t,className:"p-2 hover:bg-gray-100 rounded-lg transition-colors",title:"Close",children:p.jsx(Cf,{className:"w-4 h-4 text-gray-500"})})]})]}),p.jsx("div",{className:"flex-1 overflow-hidden",children:p.jsx(cr,{data:n,showHeader:!1,className:"h-full border-0",defaultExpanded:!0,viewMode:o,onViewModeChange:s})})]})}):null},oU=({data:e,level:t=0,expandedKeys:r=new Set,onToggleKey:n,keyPath:a=""})=>{const i=t*16,o=(s,l,u)=>{const c=u?`${u}.${l}`:l||"";if(s===null)return p.jsx("span",{className:"text-gray-400 italic",children:"null"});if(s===void 0)return p.jsx("span",{className:"text-gray-400 italic",children:"undefined"});if(typeof s=="boolean")return p.jsx("span",{className:"text-purple-600 font-medium",children:String(s)});if(typeof s=="number")return p.jsx("span",{className:"text-blue-600 font-medium",children:s});if(typeof s=="string"){const f=s.length>100,d=f&&!r.has(`${c}._string`)?`${s.substring(0,100)}...`:s;return p.jsxs("div",{className:"inline",children:[p.jsxs("span",{className:"text-green-600",children:['"',d,'"']}),f&&p.jsx("button",{onClick:()=>n==null?void 0:n(`${c}._string`),className:"ml-2 text-xs text-blue-500 hover:text-blue-700 underline",children:r.has(`${c}._string`)?"Show less":"Show more"})]})}if(Array.isArray(s)){const f=r.has(c);return s.length===0?p.jsx("span",{className:"text-gray-500",children:"[]"}):p.jsxs("div",{children:[p.jsxs("div",{className:"flex items-center",children:[p.jsxs("button",{onClick:()=>n==null?void 0:n(c),className:"flex items-center gap-1 hover:bg-gray-100 p-1 rounded transition-colors",children:[f?p.jsx(fr,{className:"w-3 h-3 text-gray-400"}):p.jsx(ki,{className:"w-3 h-3 text-gray-400"}),p.jsxs("span",{className:"text-gray-600 text-xs",children:["Array[",s.length,"]"]})]}),!f&&p.jsx("span",{className:"text-gray-400 ml-2",children:"[...]"})]}),f&&p.jsx("div",{className:"ml-4 mt-1",children:s.map((h,v)=>p.jsxs("div",{className:"flex items-start gap-2 py-1",style:{marginLeft:`${i}px`},children:[p.jsxs("span",{className:"text-gray-400 text-xs mt-0.5 min-w-[20px]",children:[v,":"]}),p.jsx("div",{className:"flex-1",children:o(h,String(v),`${c}[${v}]`)})]},v))})]})}if(typeof s=="object"){const f=Object.keys(s),d=r.has(c);return f.length===0?p.jsx("span",{className:"text-gray-500",children:"{}"}):p.jsxs("div",{children:[p.jsxs("div",{className:"flex items-center",children:[p.jsxs("button",{onClick:()=>n==null?void 0:n(c),className:"flex items-center gap-1 hover:bg-gray-100 p-1 rounded transition-colors",children:[d?p.jsx(fr,{className:"w-3 h-3 text-gray-400"}):p.jsx(ki,{className:"w-3 h-3 text-gray-400"}),p.jsxs("span",{className:"text-gray-600 text-xs",children:["Object ","{",f.length," ",f.length===1?"key":"keys","}"]})]}),!d&&p.jsx("span",{className:"text-gray-400 ml-2",children:"{ ... }"})]}),d&&p.jsx("div",{className:"ml-4 mt-1",children:f.map(v=>p.jsxs("div",{className:"flex items-start gap-2 py-1",style:{marginLeft:`${i}px`},children:[p.jsxs("span",{className:"text-blue-700 text-xs mt-0.5 font-medium min-w-fit",children:['"',v,'":']}),p.jsx("div",{className:"flex-1",children:o(s[v],v,c)})]},v))})]})}return p.jsx("span",{className:"text-gray-600",children:String(s)})};return p.jsx("div",{className:"font-mono text-xs",children:o(e,"",a)})},Y0=e=>{const t=[];if(t.push(""),e==null)return t;let r=e;if(typeof e=="string")try{r=JSON.parse(e)}catch{return t}return typeof r=="object"&&!Array.isArray(r)&&Object.keys(r).forEach(n=>{t.push(n)}),Array.isArray(r)&&r.forEach((n,a)=>{t.push(`[${a}]`)}),t},cr=({data:e,padding:t="p-3",title:r="Data",className:n="",maxHeight:a="300px",showHeader:i=!0,defaultExpanded:o=!1,defaultViewMode:s="interactive",viewMode:l,onViewModeChange:u,modalHeight:c="50vh"})=>{const[f,d]=S.useState(!1),[h,v]=S.useState(s),g=S.useMemo(()=>o?new Set([""]):new Set(Y0(e)),[e,o]),[m,b]=S.useState(g);S.useEffect(()=>{o||b(new Set(Y0(e)))},[e,o]);const O=l!==void 0,x=O?l:h,j=P=>{O?u==null||u(P):v(P)},{isValidJson:y,displayContent:w}=S.useMemo(()=>{if(e==null)return{isValidJson:!1,displayContent:e===null?"null":"undefined"};if(typeof e=="string")try{return{isValidJson:!0,displayContent:JSON.parse(e)}}catch{return{isValidJson:!1,displayContent:e}}return typeof e=="object"?{isValidJson:!0,displayContent:e}:{isValidJson:!1,displayContent:String(e)}},[e]),T=S.useCallback(P=>{b(E=>{const I=new Set(E);return I.has(P)?I.delete(P):I.add(P),I})},[]),A=S.useCallback(async()=>{const P=y?JSON.stringify(w,null,2):w;try{if(navigator.clipboard&&navigator.clipboard.writeText){await navigator.clipboard.writeText(P);return}const E=document.createElement("textarea");E.value=P,E.style.position="fixed",E.style.left="-999999px",E.style.top="-999999px",document.body.appendChild(E),E.focus(),E.select();try{document.execCommand("copy")}catch(I){console.warn("Copy to clipboard failed:",I)}finally{document.body.removeChild(E)}}catch(E){console.warn("Copy to clipboard failed:",E)}},[y,w]),_=S.useCallback(()=>{d(!0)},[]),C=S.useCallback(()=>{d(!1)},[]);return p.jsxs(p.Fragment,{children:[p.jsxs("div",{className:`bg-white border border-gray-200 rounded-md overflow-hidden ${n}`,children:[i&&p.jsxs("div",{className:"bg-gray-50 border-b border-gray-200 px-4 py-2 flex items-center justify-between",children:[y&&p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("button",{onClick:()=>j("interactive"),className:`p-1 hover:bg-gray-200 rounded transition-colors ${x==="interactive"?"bg-gray-200":""}`,title:"Interactive JSON view (fold/unfold)",children:p.jsx(Pf,{className:"w-4 h-4 text-gray-400"})}),p.jsx("button",{onClick:()=>j("plain"),className:`p-1 hover:bg-gray-200 rounded transition-colors ${x==="plain"?"bg-gray-200":""}`,title:"Plain JSON view",children:p.jsx(Of,{className:"w-4 h-4 text-gray-400"})})]}),p.jsx("div",{className:"flex-1"}),p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("button",{onClick:_,className:"p-1 hover:bg-gray-200 rounded transition-colors",title:"Expand to full screen",children:p.jsx(_f,{className:"w-4 h-4 text-gray-400"})}),p.jsx("button",{onClick:A,className:"p-1 hover:bg-gray-200 rounded transition-colors",title:"Copy content",children:p.jsx(fa,{className:"w-4 h-4 text-gray-400"})})]})]}),p.jsxs("div",{className:`${t||"p-3"} overflow-auto bg-white`,style:{maxHeight:a},children:[y?x==="interactive"?p.jsx(oU,{data:w,expandedKeys:m,onToggleKey:T,keyPath:""}):p.jsx("div",{className:"font-mono text-xs text-gray-700 whitespace-pre",children:JSON.stringify(w,null,2)}):p.jsx("div",{className:"font-mono text-xs text-gray-700 whitespace-pre-wrap",children:w}),!w&&w!==0&&w!==!1&&p.jsx("div",{className:"text-center text-gray-400 text-sm py-8",children:"No data available"})]})]}),p.jsx(iU,{isOpen:f,onClose:C,title:r,data:w,initialViewMode:x,modalHeight:c})]})};function X0({node:e,onToggle:t,isExpanded:r=!1,onNodeClick:n,selectedNodeIds:a,showDetailView:i=!0}){const o=S.useMemo(()=>{var A;return e.type==="GuardrailsInputScan"||e.type==="GuardrailsOutputScan"||((A=e.name)==null?void 0:A.toLowerCase().includes("guardrail"))},[e.type,e.name]),s=S.useMemo(()=>o?["summary","request"]:e.type==="llm"?["summary","request","response"]:e.type==="tool"?["request","response","logs"]:[],[e.type,o]),[l,u]=S.useState(s[0]),c=a?a.has(e.id):!1,f=e.children&&e.children.length>0;S.useEffect(()=>{s.includes(l)||u(s[0])},[s,l]);const d=A=>{A.stopPropagation(),t&&t(e.id)},h=()=>{s.length===0&&f&&t?t(e.id):n&&i&&n(e)},v=()=>{switch(e.status){case"completed":return p.jsx("svg",{className:"flex-shrink-0",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",children:p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 0.5C2.96243 0.5 0.5 2.96243 0.5 6C0.5 9.03757 2.96243 11.5 6 11.5C9.03757 11.5 11.5 9.03757 11.5 6C11.5 2.96243 9.03757 0.5 6 0.5ZM8.60355 4.85355C8.79882 4.65829 8.79882 4.34171 8.60355 4.14645C8.40829 3.95118 8.09171 3.95118 7.89645 4.14645L5.25 6.79289L4.10355 5.64645C3.90829 5.45118 3.59171 5.45118 3.39645 5.64645C3.20118 5.84171 3.20118 6.15829 3.39645 6.35355L4.89645 7.85355C5.09171 8.04882 5.40829 8.04882 5.60355 7.85355L8.60355 4.85355Z",fill:"#17B26A"})});case"failed":return p.jsx("div",{className:"w-[12px] h-[12px] rounded-full bg-red-500"});case"running":return p.jsx("div",{className:"w-[12px] h-[12px] rounded-full bg-yellow-500 animate-pulse"});default:return p.jsx("div",{className:"w-[12px] h-[12px] rounded-full bg-gray-400"})}},g=()=>{var _,C;if(o)return p.jsx("div",{className:"flex-shrink-0 relative",children:p.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"17",height:"21",viewBox:"0 0 17 21",fill:"none",className:"w-[16px] h-[16px]",children:p.jsx("path",{d:"M2.86876 3.16135L2.51444 2.22622V2.22622L2.86876 3.16135ZM1.60989 3.76534L0.944868 3.01852L0.944868 3.01852L1.60989 3.76534ZM1.11768 4.483L2.05352 4.83544L1.11768 4.483ZM8.70562 1.33287L8.35129 2.26799V2.26799L8.70562 1.33287ZM8.32871 1.21247L8.18424 2.20198L8.32871 1.21247ZM7.69438 1.33287L8.04871 2.26799H8.04871L7.69438 1.33287ZM8.07129 1.21247L8.21576 2.20198L8.07129 1.21247ZM15.2823 4.483L14.3465 4.83544L15.2823 4.483ZM13.5312 3.16135L13.1769 4.09647L13.5312 3.16135ZM14.7901 3.76534L15.4551 3.01852V3.01852L14.7901 3.76534ZM8.82819 18.9787L9.33601 19.8402L8.82819 18.9787ZM8.38871 19.1854L8.17694 18.2081H8.17694L8.38871 19.1854ZM7.57181 18.9787L8.07962 18.1173L7.57181 18.9787ZM8.01129 19.1854L8.22306 18.2081L8.01129 19.1854ZM7.10461 9.12831L7.45541 10.0648C7.72607 9.96337 7.93963 9.74983 8.04104 9.47917L7.10461 9.12831ZM8.2 6.20474L9.13643 5.85388H7.26357L8.2 6.20474ZM9.29539 9.12831L8.35897 9.47917C8.46038 9.74983 8.67393 9.96337 8.94459 10.0648L9.29539 9.12831ZM12.25 10.2351L12.6008 11.1716L12.6008 9.29868L12.25 10.2351ZM9.29539 11.3419L8.94459 10.4055C8.66955 10.5085 8.4537 10.7273 8.35435 11.0037L9.29539 11.3419ZM8.2 14.3892L7.25895 14.7275H9.14105L8.2 14.3892ZM7.10461 11.3419L8.04565 11.0037C7.9463 10.7273 7.73045 10.5085 7.45541 10.4055L7.10461 11.3419ZM4.15 10.2351L3.7992 9.29868L3.7992 11.1716L4.15 10.2351ZM9.33601 19.8402C10.251 19.3009 11.9823 18.176 13.4966 16.582C15.0004 14.999 16.4 12.8356 16.4 10.2351H14.4C14.4 12.0983 13.3903 13.79 12.0466 15.2045C10.7133 16.608 9.15867 17.6231 8.32038 18.1173L9.33601 19.8402ZM16.4 10.2351V5.88609H14.4V10.2351H16.4ZM13.8856 2.22622L9.05994 0.397748L8.35129 2.26799L13.1769 4.09647L13.8856 2.22622ZM7.34006 0.397749L2.51444 2.22622L3.22309 4.09647L8.04871 2.26799L7.34006 0.397749ZM0 5.88609V10.2351H2V5.88609H0ZM0 10.2351C0 12.8356 1.39958 14.999 2.90343 16.582C4.41773 18.176 6.14904 19.3009 7.06399 19.8402L8.07962 18.1173C7.24133 17.6231 5.68674 16.608 4.35344 15.2045C3.00971 13.79 2 12.0983 2 10.2351H0ZM2.51444 2.22622C1.91725 2.4525 1.36429 2.64503 0.944868 3.01852L2.27492 4.51216C2.352 4.44352 2.47279 4.38077 3.22309 4.09647L2.51444 2.22622ZM2 5.88609C2 5.07787 2.01549 4.93642 2.05352 4.83544L0.181849 4.13057C-0.0154909 4.65457 0 5.24018 0 5.88609H2ZM0.944868 3.01852C0.60414 3.32193 0.342573 3.70379 0.181849 4.13057L2.05352 4.83544C2.10072 4.71011 2.17703 4.59933 2.27492 4.51216L0.944868 3.01852ZM9.05994 0.397748C8.91343 0.342231 8.70233 0.256421 8.47319 0.222965L8.18424 2.20198C8.15508 2.19772 8.14261 2.19201 8.16863 2.20063C8.18278 2.20531 8.2032 2.21249 8.23486 2.22419C8.26671 2.23595 8.30339 2.24984 8.35129 2.26799L9.05994 0.397748ZM8.04871 2.26799C8.09661 2.24984 8.13329 2.23595 8.16514 2.22419C8.1968 2.21249 8.21722 2.20531 8.23137 2.20063C8.25739 2.19201 8.24492 2.19772 8.21576 2.20198L7.92681 0.222965C7.69767 0.256422 7.48657 0.342232 7.34005 0.397749L8.04871 2.26799ZM8.47319 0.222965C8.29201 0.196512 8.10799 0.196512 7.92681 0.222965L8.21576 2.20198C8.20532 2.20351 8.19468 2.20351 8.18424 2.20198L8.47319 0.222965ZM16.4 5.88609C16.4 5.24018 16.4155 4.65457 16.2182 4.13057L14.3465 4.83544C14.3845 4.93642 14.4 5.07787 14.4 5.88609H16.4ZM13.1769 4.09647C13.9272 4.38077 14.048 4.44352 14.1251 4.51216L15.4551 3.01852C15.0357 2.64503 14.4827 2.4525 13.8856 2.22622L13.1769 4.09647ZM16.2182 4.13057C16.0574 3.70379 15.7959 3.32193 15.4551 3.01852L14.1251 4.51216C14.223 4.59933 14.2993 4.7101 14.3465 4.83544L16.2182 4.13057ZM8.32038 18.1173C8.2687 18.1477 8.2323 18.1692 8.20084 18.1871C8.17008 18.2046 8.15362 18.2132 8.14482 18.2175C8.13738 18.2212 8.14003 18.2195 8.14934 18.2161C8.15948 18.2124 8.16954 18.2097 8.17694 18.2081L8.60048 20.1627C8.9274 20.0919 9.16869 19.9388 9.33601 19.8402L8.32038 18.1173ZM7.06399 19.8402C7.23131 19.9388 7.4726 20.0919 7.79952 20.1627L8.22306 18.2081C8.23046 18.2097 8.24052 18.2124 8.25066 18.2161C8.25997 18.2195 8.26262 18.2212 8.25518 18.2175C8.24638 18.2132 8.22992 18.2046 8.19916 18.1871C8.1677 18.1692 8.1313 18.1477 8.07962 18.1173L7.06399 19.8402ZM8.17694 18.2081C8.18757 18.2058 8.19524 18.2045 8.19954 18.2039C8.20396 18.2032 8.20647 18.203 8.20701 18.2029C8.20764 18.2029 8.20489 18.2031 8.2 18.2031C8.19511 18.2031 8.19236 18.2029 8.19299 18.2029C8.19353 18.203 8.19604 18.2032 8.20046 18.2039C8.20476 18.2045 8.21243 18.2058 8.22306 18.2081L7.79952 20.1627C8.04819 20.2166 8.35181 20.2166 8.60048 20.1627L8.17694 18.2081ZM8.04104 9.47917L9.13643 6.5556L7.26357 5.85388L6.16818 8.77745L8.04104 9.47917ZM7.26357 6.5556L8.35897 9.47917L10.2318 8.77745L9.13643 5.85388L7.26357 6.5556ZM8.94459 10.0648L11.8992 11.1716L12.6008 9.29868L9.6462 8.19186L8.94459 10.0648ZM11.8992 9.29868L8.94459 10.4055L9.6462 12.2784L12.6008 11.1716L11.8992 9.29868ZM8.35435 11.0037L7.25895 14.0509L9.14105 14.7275L10.2364 11.6802L8.35435 11.0037ZM9.14105 14.0509L8.04565 11.0037L6.16356 11.6802L7.25895 14.7275L9.14105 14.0509ZM7.45541 10.4055L4.5008 9.29868L3.7992 11.1716L6.75381 12.2784L7.45541 10.4055ZM4.5008 11.1716L7.45541 10.0648L6.75381 8.19186L3.7992 9.29868L4.5008 11.1716Z",fill:"#101828"})})});let A="agent";switch(e.type){case"Agent":A="agent";break;case"llm":A="model";break;case"tool":A="workflowtool";break;default:A="agent"}return p.jsx(wi,{icon:e.icon,iconSource:A,size:"small",name:e.name,className:"w-[24px] h-[24px]",toolType:e.type==="tool"?(_=e.metadata)==null?void 0:_.type:void 0,provider:e.type==="llm"?(C=e.metadata)==null?void 0:C.provider:void 0,modelName:e.type==="llm"?e.name:void 0})},m=A=>A?A<1e3?`${A}ms`:`${(A/1e3).toFixed(2)}s`:"",b=A=>{if(!A)return"Tool";switch(A){case"route_to_user":return"Route to User";default:return A.split("_").map(_=>_.charAt(0).toUpperCase()+_.slice(1)).join(" ")}},O=()=>s,x=()=>{var C,P,E;const A=e.toolInvocations&&e.toolInvocations.length>0||e.children&&e.children.length>0,_=e.isResponse;return A?p.jsxs("div",{className:"space-y-2",children:[p.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[p.jsx("span",{className:"text-xs text-gray-600",children:_?"Responded":"Invoked"}),e.toolInvocations&&e.toolInvocations.length>0&&e.toolInvocations.map((I,k)=>p.jsxs("div",{className:"flex items-center gap-[4px] px-[8px] py-[2px] border border-gray-300 rounded-[4px] text-xs",children:[p.jsx(Vs,{className:"w-[12px] h-[12px] text-blue-500 flex-shrink-0"}),p.jsx("span",{className:"text-gray-600 truncate",children:b(I.name||I.toolName)})]},I.tool_call_id||k)),(!e.toolInvocations||e.toolInvocations.length===0)&&e.children&&e.children.length>0&&e.children.map((I,k)=>p.jsxs("div",{className:"flex items-center gap-[4px] px-[8px] py-[2px] border border-gray-300 rounded-[4px] text-xs",children:[I.type==="tool"?p.jsx(Vs,{className:"w-[12px] h-[12px] text-green-500 flex-shrink-0"}):p.jsx(xb,{className:"w-[12px] h-[12px] text-blue-500 flex-shrink-0"}),p.jsx("span",{className:"text-gray-600 truncate",children:I.name||"Unknown"})]},I.id||k))]}),((E=(P=(C=e.toolInvocations)==null?void 0:C[0])==null?void 0:P.args)==null?void 0:E.reason)&&p.jsxs("div",{children:[p.jsx("div",{className:"text-xs font-medium text-gray-400 mb-[4px]",children:"Reason"}),p.jsx("div",{className:"text-xs text-gray-600",children:e.toolInvocations[0].args.reason})]})]}):e.output&&!A?p.jsx("div",{className:"space-y-2",children:p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("span",{className:"text-xs text-gray-600",children:"Generated"}),p.jsxs("div",{className:"flex items-center gap-[4px] px-[8px] py-[4px] border border-gray-200 rounded text-xs",children:[p.jsx(Cb,{className:"w-[12px] h-[12px] text-purple-500"}),p.jsx("span",{className:"text-gray-600",children:"Response"})]})]})}):p.jsx("div",{className:"text-xs text-gray-500 italic",children:"No actions taken"})},j=A=>{var _,C,P,E;if(!(!A||typeof A!="object")){if(Array.isArray(A)){const I=A.find(k=>k&&typeof k=="object"&&(k.name==="route_to_user"||k.toolName==="route_to_user"));if(I)return((_=I.args)==null?void 0:_.message)||I.message||((C=I.output)==null?void 0:C.message)}else if(A.name==="route_to_user"||A.toolName==="route_to_user")return((P=A.args)==null?void 0:P.message)||A.message||((E=A.output)==null?void 0:E.message);if(A.message&&typeof A.message=="string")return A.message;if(A.content&&typeof A.content=="string")return A.content;if(A.text&&typeof A.text=="string")return A.text}},y=()=>{if(!e.output)return null;const A=j(e.output);return p.jsx(cr,{padding:"py-1",data:A||e.output,title:"",showHeader:!1,maxHeight:"250px",defaultExpanded:!0,className:"border-0"})},w=()=>{if(!o||!e.output)return null;const A=e.output,_=A.scannersData,C=A.endFlow,P=A.endFlowMsg;return _?p.jsxs("div",{className:"space-y-3",children:[C&&P&&p.jsxs("div",{className:"flex items-start gap-2 p-3 bg-red-50 border border-red-200 rounded-md",children:[p.jsx(Gs,{className:"w-4 h-4 text-red-500 flex-shrink-0 mt-0.5"}),p.jsxs("div",{className:"text-xs text-red-700",children:[p.jsx("div",{className:"font-medium",children:"Guardrail Stopped"}),p.jsx("div",{className:"mt-1",children:P})]})]}),p.jsx("div",{className:"space-y-2",children:Object.entries(_).map(([E,I])=>{if(E==="error"&&I.scannerOutput)return p.jsxs("div",{className:"flex items-center justify-between p-2",children:[p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx(Gs,{className:"w-4 h-4 text-red-500 flex-shrink-0"}),p.jsx("span",{className:"text-xs text-gray-700 capitalize",children:"Error Scanner"})]}),p.jsx("div",{className:"flex items-center gap-3",children:p.jsx("span",{className:"text-xs text-gray-500",children:I.scannerOutput.Duration})})]},E);if(I.scannerOutput){const k=I.scannerOutput.Validity,D=I.scannerOutput.RiskScore,M=I.scannerOutput.Duration;let F="text-gray-500",z="bg-gray-100";return D!==void 0&&(D===0?(F="text-green-600",z="bg-green-50"):D<=3?(F="text-yellow-600",z="bg-yellow-50"):D<=6?(F="text-orange-600",z="bg-orange-50"):(F="text-red-600",z="bg-red-50")),p.jsxs("div",{className:"flex items-center justify-between p-2",children:[p.jsxs("div",{className:"flex items-center gap-2",children:[k?p.jsx(wb,{className:"w-4 h-4 text-green-500 flex-shrink-0"}):p.jsx(Gs,{className:"w-4 h-4 text-red-500 flex-shrink-0"}),p.jsx("span",{className:"text-xs text-gray-700",children:E.replace(/([A-Z])/g," $1").trim()})]}),p.jsxs("div",{className:"flex items-center gap-3",children:[D!==void 0&&p.jsxs("div",{className:`px-2 py-0.5 rounded text-xs font-medium ${z} ${F}`,children:["Risk: ",D]}),p.jsx("span",{className:"text-xs text-gray-500",children:M})]})]},E)}return null})})]}):null},T=()=>{switch(l){case"summary":return o?p.jsxs("div",{className:"space-y-2",children:[e.input&&p.jsxs("div",{className:"border-b border-gray-100 pb-[8px]",children:[p.jsx("div",{className:"text-xs font-medium text-gray-400 mb-[8px]",children:"Input"}),p.jsx(cr,{padding:"py-1",data:e.input,title:"",showHeader:!1,maxHeight:"150px",defaultExpanded:!0,className:"border-0"})]}),e.output&&p.jsxs("div",{children:[p.jsx("div",{className:"text-xs font-medium text-gray-400 mb-[8px]",children:"Result"}),w()]})]}):p.jsxs("div",{className:"space-y-2",children:[e.input&&p.jsxs("div",{className:"border-b border-gray-100 pb-[8px]",children:[p.jsx("div",{className:"text-xs font-medium text-gray-400 mb-[8px]",children:"Input"}),p.jsx(cr,{padding:"py-1",data:e.input,title:"",showHeader:!1,maxHeight:"250px",defaultExpanded:!0,className:"border-0"})]}),p.jsxs("div",{className:"border-b border-gray-100 pb-2",children:[p.jsx("div",{className:"text-xs font-medium text-gray-400 mb-[4px]",children:"Action"}),x()]}),e.output&&p.jsxs("div",{className:"border-b border-gray-100 pb-[8px]",children:[p.jsx("div",{className:"text-xs font-medium text-gray-400 mb-[4px]",children:"Output"}),y()]}),e.llmUsage&&p.jsxs("div",{children:[p.jsx("div",{className:"text-xs font-medium text-gray-400 mb-[4px]",children:"Usage"}),p.jsxs("div",{className:"text-xs text-gray-600",children:["Input: ",e.llmUsage.input_tokens," tokens, Output: ",e.llmUsage.output_tokens," tokens, Total: ",e.llmUsage.total_tokens," tokens"]})]})]});case"request":return o&&e.output?p.jsx(cr,{data:e.output,title:"Full Scanner Output",maxHeight:"400px",defaultExpanded:!1,defaultViewMode:"interactive"}):p.jsx(cr,{data:e.input,title:"Request Data",maxHeight:"400px",defaultExpanded:!1,defaultViewMode:"interactive"});case"response":return p.jsx(cr,{data:e.output,title:"Response Data",maxHeight:"400px",defaultExpanded:!1,defaultViewMode:"interactive"});case"logs":const A={executionLog:[e.startTime&&{timestamp:new Date(e.startTime).toISOString(),level:"INFO",message:`${e.type==="tool"?"Tool":"Node"} execution started`,context:{nodeId:e.id,name:e.name,type:e.type}},e.status==="completed"&&{timestamp:new Date(e.endTime||e.startTime).toISOString(),level:"INFO",message:"Response received",context:{status:e.status,duration:e.duration,llmUsage:e.llmUsage}},e.endTime&&{timestamp:new Date(e.endTime).toISOString(),level:"SUCCESS",message:`${e.type==="tool"?"Tool":"Node"} execution completed`,context:{endTime:e.endTime,totalDuration:e.duration?`${e.duration}ms`:"unknown"}}].filter(Boolean),metadata:{totalLogs:0,startTime:e.startTime,endTime:e.endTime,duration:e.duration,status:e.status}};return A.metadata.totalLogs=A.executionLog.length,p.jsx(cr,{data:A,title:"Execution Logs",maxHeight:"400px",defaultExpanded:!0,defaultViewMode:"plain"});default:return null}};return p.jsxs("div",{className:"bg-white w-full border-t border-gray-200",children:[p.jsx("div",{className:`flex items-center py-[8px] px-[8px] relative transition-colors cursor-pointer w-full
|
|
290
|
+
`,onClick:h,children:p.jsxs("div",{className:"flex items-center gap-[6px] w-full",children:[p.jsx("div",{className:"p-[2px] rounded hover:bg-gray-200 cursor-pointer flex-shrink-0 bg-white z-[2]",onClick:A=>{A.stopPropagation(),f?d(A):n&&n(e)},title:f?r?"Collapse":"Expand":"Show details",children:p.jsx(ki,{className:`w-[12px] h-[12px] text-gray-600 transition-transform ${f&&r||c&&s.length>0?"rotate-90":""}`})}),p.jsx("div",{className:"flex-shrink-0",children:g()}),p.jsx("span",{className:"font-semibold text-gray-900 text-xs truncate w-full",children:o?e.type==="GuardrailsInputScan"?"Input Guardrails Scanner":"Output Guardrails Scanner":e.type==="tool"?b(e.name):e.name}),p.jsxs("div",{className:"flex items-center gap-[12px] text-[10px] text-gray-500",children:[e.type==="Agent"&&(()=>{var _;const A=(_=e.children)==null?void 0:_.find(C=>C.type==="llm");return A!=null&&A.name?p.jsx("span",{className:"text-[10px] text-gray-500 whitespace-nowrap",children:A.name}):null})(),(e.type==="Agent"||e.type==="llm"||o)&&(()=>{var _,C,P,E;const A=e.type==="Agent"?(P=(C=(_=e.children)==null?void 0:_.find(I=>I.type==="llm"))==null?void 0:C.llmUsage)==null?void 0:P.total_tokens:(E=e.llmUsage)==null?void 0:E.total_tokens;return A?p.jsxs("span",{className:"text-[10px] text-gray-500 whitespace-nowrap",children:[A.toLocaleString()," Tokens"]}):null})(),e.duration&&p.jsxs("div",{className:"flex items-center gap-[4px]",children:[p.jsx(Af,{className:"w-[12px] h-[12px]"}),p.jsx("span",{className:"text-[10px] text-gray-500 whitespace-nowrap",children:m(e.duration)})]})]}),p.jsx("div",{className:"flex-shrink-0",children:v()})]})}),c&&s.length>0&&i&&p.jsxs("div",{className:"w-full pl-[32px] relative",children:[p.jsx("div",{className:"absolute top-[-40px] left-[16px] w-[1px] border-l border-dashed border-gray-200 h-[calc(100%+40px)] z-[1]"}),p.jsxs("div",{className:"px-[4px] py-[8px] w-full border-t border-gray-200",children:[p.jsx("div",{className:"bg-gray-50 rounded-[4px] p-[4px] inline-flex gap-[4px] mb-[8px] border border-gray-200",children:O().map(A=>p.jsx("button",{onClick:()=>u(A),className:`px-[8px] py-[4px] text-xs font-medium rounded-[4px] text-gray-500 hover:text-gray-700 hover:shadow-tab hover:bg-white transition-colors ${l===A?"bg-white text-gray-900 shadow-tab":"text-gray-500 hover:text-gray-700 hover:bg-white"}`,children:A.charAt(0).toUpperCase()+A.slice(1)},A))}),p.jsx("div",{className:"px-[4px]",children:T()})]})]}),r&&f&&p.jsxs("div",{className:"w-full pl-[32px] relative",children:[p.jsx("div",{className:"absolute top-[-40px] left-[16px] w-[1px] border-l border-dashed border-gray-200 h-[calc(100%+40px)] z-[1]"}),e.children.map(A=>p.jsx(X0,{node:A,onToggle:t,isExpanded:A.isExpanded,onNodeClick:n,selectedNodeIds:a,showDetailView:i},A.id))]})]})}const Z0=S.forwardRef(({executionEvents:e,sessionId:t,config:r={},onNodeExpand:n,onNodeCollapse:a,className:i=""},o)=>{const[s,l]=S.useState(new Set),[u,c]=S.useState(new Set),[f,d]=S.useState(new Set),{expansionMode:h="all",showExpansionControls:v=!1,defaultDetailView:g=!0}=r,[m,b]=S.useState(h),[O,x]=S.useState(new Set),[j,y]=S.useState(e),w=S.useRef(e.length);S.useEffect(()=>{y(e),e.length===0?(l(new Set),c(new Set),d(new Set),_.current=!1,w.current=0):(e.length>w.current&&(_.current=!0),w.current=e.length)},[e]);const T=S.useRef(0),A=S.useRef(null),_=S.useRef(!1);S.useImperativeHandle(o,()=>({addEvent:B=>{y(G=>[...G,B]),_.current=!0},addEvents:B=>{y(G=>[...G,...B]),_.current=!0},clearEvents:()=>{y([]),l(new Set),c(new Set),d(new Set),_.current=!1}}),[]);const C=S.useMemo(()=>{const B=K0.buildSessionTree(j,t);return A.current=B,B},[j,t]),P=B=>{const G=[],X=te=>{G.push(te.id),te.children.forEach(V=>X(V))};return B.runs.forEach(te=>{te.rootNodes.forEach(V=>X(V))}),G},E=S.useCallback(()=>{const B=P(C);l(new Set(B));const G=C.runs.map(X=>X.runId);d(new Set(G))},[C]),I=S.useCallback(()=>{l(new Set)},[]),k=S.useCallback(()=>{if(C.runs.length>0){const B=C.runs[C.runs.length-1];if(B.rootNodes.length>0){const G=B.rootNodes[B.rootNodes.length-1],X=[],te=V=>{if(X.push(V.id),V.children.length>0){const Z=V.children[V.children.length-1];te(Z)}};te(G),l(new Set(X)),d(V=>{const Z=new Set(V);return Z.add(B.runId),Z})}}},[C]),D=S.useCallback(B=>{x(G=>{const X=new Set(G);return X.has(B)?X.delete(B):X.add(B),X})},[]);S.useEffect(()=>{if(g){const B=C.runs.map(G=>G.runId);x(new Set(B))}},[C.runs,g]);const M=S.useRef(null);S.useEffect(()=>{j.length>T.current&&M.current&&setTimeout(()=>{M.current&&M.current.scrollTo({top:M.current.scrollHeight,behavior:"smooth"})},100),T.current=j.length},[j.length]),S.useEffect(()=>{if(j.length>0&&C.runs.length>0){if(_.current){switch(m){case"all":const G=P(C);l(new Set(G));break;case"last":k();break}_.current=!1}d(G=>{const X=new Set(G);return C.runs.forEach(te=>{X.has(te.runId)||X.add(te.runId)}),X});const B=C.runs[C.runs.length-1];if(B.rootNodes.length>0){const G=B.rootNodes[B.rootNodes.length-1],X=K(G);X&&c(te=>{const V=new Set(te);return V.add(X.id),V})}}},[C,m,k]);const F=S.useCallback(B=>{l(G=>{const X=new Set(G);return X.has(B)?(X.delete(B),a==null||a(B)):(X.add(B),n==null||n(B)),X})},[n,a]),z=S.useCallback(B=>{c(G=>{const X=new Set(G);return X.has(B.id)?X.delete(B.id):X.add(B.id),X})},[]),q=S.useCallback(B=>{d(G=>{const X=new Set(G);return X.has(B)?X.delete(B):X.add(B),X})},[]),$=S.useCallback(B=>({...B,isExpanded:s.has(B.id),children:B.children.map(X=>$(X))}),[s]),R=B=>B?B<1e3?`${B}ms`:`${(B/1e3).toFixed(2)}s`:"",U=B=>B?B>=1e6?`${(B/1e6).toFixed(1)}M tokens`:B>=1e3?`${(B/1e3).toFixed(1)}K tokens`:`${B} tokens`:"",W=async B=>{try{if(navigator.clipboard&&navigator.clipboard.writeText){await navigator.clipboard.writeText(B);return}const G=document.createElement("textarea");G.value=B,G.style.position="fixed",G.style.left="-999999px",G.style.top="-999999px",document.body.appendChild(G),G.focus(),G.select();try{document.execCommand("copy")}catch(X){console.warn("Copy to clipboard failed:",X)}finally{document.body.removeChild(G)}}catch(G){console.warn("Copy to clipboard failed:",G)}},K=B=>B.children.length===0?B:K(B.children[B.children.length-1]);return C.runs.length?p.jsx("div",{className:`flex flex-col h-full bg-white ${i}`,children:p.jsxs("div",{className:"flex flex-col gap-[16px] p-[24px] overflow-y-auto overflow-x-hidden",ref:M,children:[p.jsxs("div",{className:"flex items-center w-full gap-[16px]",children:[p.jsx("div",{className:"text-xs text-gray-400 whitespace-nowrap flex-shrink-0",children:"Session initiated"}),p.jsx("div",{className:"flex-1 h-[1px] border-t border-dashed border-gray-300 w-full"}),p.jsxs("div",{className:"flex items-center gap-2 text-xs text-gray-400 flex-shrink-0",children:[p.jsx("span",{children:C.sessionId}),p.jsx("button",{className:"p-[4px] hover:bg-gray-100 rounded transition-colors",onClick:()=>W(C.sessionId),title:"Copy session ID",children:p.jsx(fa,{className:"w-[12px] h-[12px]"})}),p.jsx("button",{className:"p-[4px] hover:bg-gray-100 rounded transition-colors",title:"Open in external viewer",children:p.jsx(jf,{className:"w-[12px] h-[12px]"})})]})]}),v&&p.jsxs("div",{className:"flex items-center justify-between gap-4 p-3 bg-gray-50 rounded-lg border border-gray-200",children:[p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("span",{className:"text-xs font-medium text-gray-700",children:"Expansion:"}),p.jsxs("button",{onClick:E,className:"flex items-center gap-1 px-2 py-1 text-xs bg-white hover:bg-gray-50 border border-gray-300 rounded transition-colors",title:"Expand all nodes",children:[p.jsx(_b,{className:"w-3 h-3"}),"Expand All"]}),p.jsxs("button",{onClick:k,className:"flex items-center gap-1 px-2 py-1 text-xs bg-white hover:bg-gray-50 border border-gray-300 rounded transition-colors",title:"Expand only the last execution path",children:[p.jsx(Tb,{className:"w-3 h-3"}),"Expand Last"]}),p.jsxs("button",{onClick:I,className:"flex items-center gap-1 px-2 py-1 text-xs bg-white hover:bg-gray-50 border border-gray-300 rounded transition-colors",title:"Collapse all nodes",children:[p.jsx(Pb,{className:"w-3 h-3"}),"Collapse All"]})]}),p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("span",{className:"text-xs font-medium text-gray-700",children:"Live Mode:"}),p.jsxs("select",{value:m,onChange:B=>b(B.target.value),className:"text-xs px-2 py-1 bg-white border border-gray-300 rounded focus:outline-none focus:ring-1 focus:ring-blue-500",title:"Control auto-expansion behavior during live updates",children:[p.jsx("option",{value:"all",children:"Expand All"}),p.jsx("option",{value:"last",children:"Expand Last"}),p.jsx("option",{value:"none",children:"No Auto-Expand"})]})]})]}),C.runs.map(B=>p.jsxs("div",{className:"flex flex-col gap-1",children:[p.jsxs("div",{className:"rounded-[8px] border border-gray-300 bg-white overflow-hidden",children:[p.jsx("div",{className:"flex flex-col w-full",children:p.jsxs("div",{className:"flex items-center gap-2 p-[8px] bg-gray-50",children:[p.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",className:"flex-shrink-0",children:p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.8277 1.33398C11.3643 1.33398 11.8072 1.33396 12.168 1.36343C12.5428 1.39405 12.8872 1.45978 13.2108 1.62463C13.7125 1.8803 14.1205 2.28825 14.3762 2.79001C14.541 3.11356 14.6067 3.45803 14.6374 3.83276C14.6668 4.19356 14.6668 4.63646 14.6668 5.1731V9.0235C14.6668 9.47003 14.6668 9.83861 14.6462 10.1404C14.6249 10.4532 14.5792 10.7426 14.4638 11.0211C14.1932 11.6746 13.674 12.1937 13.0206 12.4643C12.7421 12.5797 12.4527 12.6254 12.1399 12.6467C11.8381 12.6673 11.4695 12.6673 11.023 12.6673H11.0002C10.6424 12.6673 10.5714 12.6715 10.5136 12.6852C10.4129 12.7089 10.3191 12.7558 10.2397 12.8221C10.1941 12.8602 10.1481 12.9145 9.9335 13.2007L8.94888 14.5135C8.88665 14.5965 8.81628 14.6904 8.74857 14.7657C8.6739 14.8487 8.54979 14.971 8.36264 15.0438C8.1295 15.1344 7.87083 15.1344 7.6377 15.0438C7.45054 14.971 7.32641 14.8487 7.25174 14.7657C7.18403 14.6904 7.11368 14.5965 7.05145 14.5135L6.06683 13.2007C5.85221 12.9145 5.80624 12.8602 5.76065 12.8221C5.68119 12.7558 5.58739 12.7089 5.48666 12.6852C5.42887 12.6715 5.35786 12.6673 5.00015 12.6673H4.9773C4.53078 12.6673 4.16221 12.6673 3.86047 12.6467C3.54762 12.6254 3.25822 12.5797 2.97968 12.4643C2.32627 12.1937 1.80712 11.6746 1.53647 11.0211C1.42109 10.7426 1.37541 10.4532 1.35407 10.1404C1.33348 9.83861 1.33349 9.47003 1.3335 9.0235V5.17313C1.33349 4.63648 1.33347 4.19356 1.36295 3.83276C1.39356 3.45803 1.45929 3.11356 1.62415 2.79001C1.87981 2.28825 2.28776 1.8803 2.78952 1.62463C3.11308 1.45978 3.45755 1.39405 3.83228 1.36343C4.19307 1.33396 4.63599 1.33398 5.17264 1.33398H10.8277ZM10.4715 4.52924C10.2112 4.2689 9.78906 4.26889 9.52872 4.52924L6.66681 7.39114V5.6673C6.6668 5.29912 6.36834 5.00064 6.00015 5.00064C5.63197 5.00064 5.33351 5.29912 5.3335 5.6673V9.00064C5.3335 9.17745 5.40373 9.34702 5.52875 9.47205C5.65377 9.59707 5.82334 9.6673 6.00015 9.6673H9.3335L9.35068 9.66708C9.71092 9.65796 10.0002 9.36308 10.0002 9.00064C10.0001 8.63821 9.71092 8.34332 9.35068 8.3342L9.3335 8.33398H7.60962L10.4715 5.47205C10.7319 5.2117 10.7319 4.78958 10.4715 4.52924Z",fill:"#079455"})}),p.jsx("div",{className:"flex-1 cursor-pointer select-none",onClick:()=>q(B.runId),title:f.has(B.runId)?"Collapse run":"Expand run",children:p.jsx("span",{className:"text-xs text-gray-900 truncate",children:B.userInput||`Run ${B.runId}`})}),p.jsx("button",{onClick:G=>{G.stopPropagation(),D(B.runId)},className:"p-1 hover:bg-gray-200 rounded transition-colors flex-shrink-0",title:O.has(B.runId)?"Hide node details":"Show node details",children:O.has(B.runId)?p.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"8",height:"12",viewBox:"0 0 8 12",fill:"none",children:p.jsx("path",{d:"M0.666992 11.3327L4.00033 7.99935L7.33366 11.3327M0.666992 0.666016L4.00033 3.99935L7.33366 0.666016",stroke:"#98A2B3",strokeWidth:"1.33333",strokeLinecap:"round",strokeLinejoin:"round"})}):p.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"8",height:"12",viewBox:"0 0 8 12",fill:"none",children:p.jsx("path",{d:"M0.666992 0.666016L4.00033 3.99935L7.33366 0.666016M0.666992 11.3327L4.00033 7.99935L7.33366 11.3327",stroke:"#98A2B3",strokeWidth:"1.33333",strokeLinecap:"round",strokeLinejoin:"round"})})}),p.jsx("button",{onClick:G=>{G.stopPropagation(),q(B.runId)},className:"p-1 hover:bg-gray-200 rounded transition-colors flex-shrink-0",title:f.has(B.runId)?"Collapse run":"Expand run",children:p.jsx(fr,{className:`w-[16px] h-[16px] text-gray-400 transition-transform ${f.has(B.runId)?"rotate-180":""}`})})]})}),f.has(B.runId)&&p.jsx("div",{className:"bg-white w-full flex flex-col",children:B.rootNodes&&B.rootNodes.map(G=>p.jsx("div",{className:"w-full",children:p.jsx(X0,{node:$(G),onToggle:F,isExpanded:s.has(G.id),onNodeClick:z,selectedNodeIds:u,showDetailView:O.has(B.runId)})},G.id))}),B.finalOutput&&p.jsxs("div",{className:"p-[8px] bg-gray-50 flex items-center gap-[8px] w-full border-t border-gray-200",children:[p.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",className:"flex-shrink-0",children:p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.8277 1.33398C11.3643 1.33398 11.8072 1.33396 12.168 1.36343C12.5428 1.39405 12.8872 1.45978 13.2108 1.62463C13.7125 1.8803 14.1205 2.28825 14.3762 2.79001C14.541 3.11356 14.6067 3.45803 14.6374 3.83276C14.6668 4.19356 14.6668 4.63646 14.6668 5.1731V9.0235C14.6668 9.47003 14.6668 9.83861 14.6462 10.1404C14.6249 10.4532 14.5792 10.7426 14.4638 11.0211C14.1932 11.6746 13.674 12.1937 13.0206 12.4643C12.7421 12.5797 12.4527 12.6254 12.1399 12.6467C11.8381 12.6673 11.4695 12.6673 11.023 12.6673H11.0002C10.6424 12.6673 10.5714 12.6715 10.5136 12.6852C10.4129 12.7089 10.3191 12.7558 10.2397 12.8221C10.1941 12.8602 10.1481 12.9145 9.9335 13.2007L8.94888 14.5135C8.88665 14.5965 8.81628 14.6904 8.74857 14.7657C8.6739 14.8487 8.54979 14.971 8.36264 15.0438C8.1295 15.1344 7.87083 15.1344 7.6377 15.0438C7.45054 14.971 7.32641 14.8487 7.25174 14.7657C7.18403 14.6904 7.11368 14.5965 7.05145 14.5135L6.06683 13.2007C5.85221 12.9145 5.80624 12.8602 5.76065 12.8221C5.68119 12.7558 5.58739 12.7089 5.48666 12.6852C5.42887 12.6715 5.35786 12.6673 5.00015 12.6673H4.9773C4.53078 12.6673 4.16221 12.6673 3.86047 12.6467C3.54762 12.6254 3.25822 12.5797 2.97968 12.4643C2.32627 12.1937 1.80712 11.6746 1.53647 11.0211C1.42109 10.7426 1.37541 10.4532 1.35407 10.1404C1.33348 9.83861 1.33349 9.47003 1.3335 9.0235V5.17313C1.33349 4.63648 1.33347 4.19356 1.36295 3.83276C1.39356 3.45803 1.45929 3.11356 1.62415 2.79001C1.87981 2.28825 2.28776 1.8803 2.78952 1.62463C3.11308 1.45978 3.45755 1.39405 3.83228 1.36343C4.19307 1.33396 4.63599 1.33398 5.17264 1.33398H10.8277ZM6.66653 4.33398C6.29835 4.334 5.99988 4.63246 5.99988 5.00064C5.99988 5.36882 6.29835 5.66729 6.66653 5.6673H8.39041L5.52847 8.52924C5.26813 8.78958 5.26813 9.2117 5.52847 9.47205C5.78882 9.73239 6.21093 9.73239 6.47128 9.47205L9.33322 6.61011V8.33398C9.33323 8.70217 9.6317 9.00064 9.99988 9.00064C10.3681 9.00064 10.6665 8.70217 10.6665 8.33398V5.00064C10.6665 4.63821 10.3773 4.34333 10.0171 4.3342L9.99988 4.33398H6.66653Z",fill:"#155EEF"})}),p.jsx("span",{className:"flex-1 text-xs text-gray-900 truncate",title:B.finalOutput,children:B.finalOutput}),p.jsxs("div",{className:"flex items-center gap-[8px] flex-shrink-0",children:[B.duration&&p.jsxs("div",{className:"flex items-center gap-[4px]",children:[p.jsx(Af,{className:"w-[12px] h-[12px] text-gray-400"}),p.jsx("span",{className:"text-[10px] text-gray-500 whitespace-nowrap",children:R(B.duration)})]}),B.totalTokens&&p.jsx("span",{className:"text-[10px] text-gray-500 whitespace-nowrap",children:U(B.totalTokens)})]})]})]}),p.jsxs("div",{className:"flex items-center justify-end gap-2 py-1",children:[p.jsx("span",{className:"text-xs text-gray-400",children:B.runId}),p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("button",{className:"p-1 hover:bg-gray-100 rounded transition-colors",onClick:()=>W(B.runId),title:"Copy run ID",children:p.jsx(fa,{className:"w-3 h-3 text-gray-400"})}),p.jsx("button",{className:"p-1 hover:bg-gray-100 rounded transition-colors",title:"Open run in external viewer",children:p.jsx(jf,{className:"w-3 h-3 text-gray-400"})})]})]})]},B.runId))]})}):p.jsx("div",{className:`flex flex-col h-full ${i}`,children:p.jsx("div",{className:"flex items-center justify-center h-full",children:p.jsx("p",{className:"text-gray-500 text-sm",children:"No execution events to display"})})})});Z0.displayName="DebugPanel";const J0=({value:e,onChange:t,language:r="text",readOnly:n=!1,placeholder:a="",className:i,autoFocus:o=!1})=>{const[s,l]=S.useState(e),[u,c]=S.useState(!1),[f,d]=S.useState(!1),h=S.useRef(null);S.useEffect(()=>{l(e)},[e]);function v(){navigator.clipboard.writeText(s).then(()=>{d(!0),setTimeout(()=>d(!1),1500)})}function g(x){const j=x.target.value;l(j),t==null||t(j)}const m=()=>p.jsxs("div",{className:"flex items-center justify-between px-3 py-2 border-b bg-gray-100",children:[p.jsx("span",{className:"text-xs font-mono uppercase text-gray-500",children:r}),p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("button",{type:"button",className:"p-1 rounded hover:bg-gray-200",onClick:v,title:f?"Copied!":"Copy",children:p.jsx(fa,{size:16,className:f?"text-green-500":""})}),p.jsx("button",{type:"button",className:"p-1 rounded hover:bg-gray-200",onClick:()=>c(!u),title:u?"Minimize":"Maximize",children:u?p.jsx(jb,{size:16}):p.jsx(_f,{size:16})})]})]}),b=()=>p.jsx("textarea",{ref:h,spellCheck:!1,readOnly:n,placeholder:a,autoFocus:o,className:"flex-1 w-full h-full resize-none p-3 font-mono text-sm outline-none bg-transparent",value:s,onChange:g}),O=p.jsxs("div",{className:se("flex flex-col h-full w-full border rounded-md bg-background",i),style:{minHeight:"200px"},children:[p.jsx(m,{}),p.jsx(b,{})]});return u?p.jsx(mf,{children:p.jsx("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60 p-4",children:p.jsx("div",{className:"w-full h-full max-h-[calc(100vh-2rem)]",children:O})})}):O};J0.displayName="CodeEditor";const Q0=S.forwardRef(({className:e,...t},r)=>p.jsx("span",{ref:r,className:se("relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full",e),...t}));Q0.displayName="Avatar";const eb=S.forwardRef(({className:e,...t},r)=>p.jsx("img",{ref:r,className:se("aspect-square h-full w-full",e),...t}));eb.displayName="AvatarImage";const tb=S.forwardRef(({className:e,...t},r)=>p.jsx("span",{ref:r,className:se("flex h-full w-full items-center justify-center rounded-full bg-muted",e),...t}));tb.displayName="AvatarFallback";const rb=S.forwardRef(({className:e,children:t,...r},n)=>p.jsx("div",{ref:n,className:se("rounded-lg border bg-card text-card-foreground shadow-sm",e),...r,children:t}));rb.displayName="Card";const sU=S.forwardRef(({className:e,children:t,...r},n)=>p.jsx("div",{ref:n,className:se("flex flex-col space-y-1.5 p-6",e),...r,children:t}));sU.displayName="CardHeader";const lU=S.forwardRef(({className:e,children:t,...r},n)=>p.jsx("h3",{ref:n,className:se("text-2xl font-semibold leading-none tracking-tight",e),...r,children:t}));lU.displayName="CardTitle";const uU=S.forwardRef(({className:e,children:t,...r},n)=>p.jsx("div",{ref:n,className:se("p-6 pt-0",e),...r,children:t}));uU.displayName="CardContent";const Bs=["Portfolio Analysis Expert","Mortgage Evaluator","Credit Risk Specialist","Asset Valuation Analyst","Liability Assessment Advisor"],Fs=["calculate-creditScore","calculate-risk","calculate-mortgage","analyse-expenses","fetch-statement"],Us=["gpt-4o","gpt-4o-mini","gpt-3.5-turbo","claude-3-5-sonnet","claude-3-5-haiku","claude-3-opus","gemini-1.5-pro","gemini-1.5-flash","llama-3.1-405b","llama-3.1-70b"],cU=(e=30)=>{const t=[],r=new Date;for(let n=e-1;n>=0;n--){const a=new Date(r);a.setDate(r.getDate()-n);const i=600+Math.sin(n*.1)*100,o=Math.floor(i+Math.random()*100),s=Math.floor(o*3.5+Math.random()*200),l=Math.floor(s*2.9+Math.random()*500),u=Math.floor(l*.9+Math.random()*300),c=Math.floor(u*.6),f=u-c,d=Math.floor(s*.8+Math.random()*100),h=Math.floor(d*12+Math.random()*500),v=Math.floor(d*8+Math.random()*300),g=Math.floor(h*.3+Math.random()*100),m=Math.floor(h*.25+Math.random()*80),b=Math.floor(h*.2+Math.random()*60),O=Math.floor(h*.15+Math.random()*50),x={};Bs.forEach(w=>{const T=w.replace(/\s+/g,"").toLowerCase(),A=Math.floor(d/Bs.length);x[T]=Math.floor(A+Math.random()*(A*.5))});const j={};Fs.forEach(w=>{const T=w.replace(/[-]/g,""),A=Math.floor(h/Fs.length);j[T]=Math.floor(A+Math.random()*(A*.8))});const y={};Us.forEach(w=>{const T=w.replace(/[-\.]/g,""),A=Math.floor(v/Us.length);y[T]=Math.floor(A+Math.random()*(A*.6))}),t.push({date:a.toISOString().split("T")[0],users:o,sessions:s,messages:l,totalTokens:u,inputTokens:c,outputTokens:f,agentRuns:d,toolRuns:h,modelRuns:v,codeTools:g,workflowTools:m,knowledgeTools:b,mcpTools:O,...x,...j,...y,value:o})}return t},fU=()=>{const e=[],t=['{"name":"avatar14","color":"#F6D0FE","type":"human"}','{"name":"avatar2","color":"#3B82F6","type":"human"}','{"name":"avatar7","color":"#EF4444","type":"human"}','{"name":"avatar12","color":"#10B981","type":"human"}','{"name":"avatar8","color":"#F59E0B","type":"human"}'];return Bs.forEach((r,n)=>{e.push({id:`agent-${n+1}`,name:r,runs:Math.floor(Math.random()*8e3)+4e3,responseTime:`${Math.floor(Math.random()*120)+15}s`,tokens:Math.floor(Math.random()*4e5)+1e5,successRate:`${Math.floor(Math.random()*20)+80}%`,lastRun:new Date(Date.now()-Math.random()*7*24*60*60*1e3).toLocaleDateString(),avatar:`https://api.dicebear.com/7.x/avataaars/svg?seed=${r.replace(/\s+/g,"")}&backgroundColor=b6e3f4,c0aede,d1d4f9&backgroundType=solid`,icon:t[n]||t[0]})}),e},dU=()=>{const e=r=>r.includes("calculate-creditscore")?"Code Tool":r.includes("calculate-risk")?"Workflow Tool":r.includes("calculate-mortgage")?"MCP Tool":r.includes("analyse-expenses")?"Workflow Tool":r.includes("fetch-statement")?"Knowledge":"Code Tool",t=['{"name":"calculator","color":"#EF6820","type":"inlineTool"}','{"name":"workflow","color":"#155EEF","type":"toolLibrary"}','{"name":"mcptool","color":"#101828","type":"MCP"}','{"name":"expenses","color":"#155EEF","type":"toolLibrary"}','{"name":"knowledge","color":"#7A5AF8","type":"KNOWLEDGE"}'];return Fs.map((r,n)=>({id:`tool-${n+1}`,name:r,type:e(r),runs:Math.floor(Math.random()*8e3)+4e3,responseTime:`${Math.floor(Math.random()*90)+15}s`,tokens:Math.floor(Math.random()*2e4)+5e3,successRate:`${Math.floor(Math.random()*15)+85}%`,lastRun:new Date(Date.now()-Math.random()*7*24*60*60*1e3).toLocaleDateString(),icon:t[n]||t[0]}))},pU=()=>Us.map((e,t)=>({id:`model-${t+1}`,name:e,runs:Math.floor(Math.random()*8e3)+4e3,responseTime:`${Math.floor(Math.random()*120)+15}s`,tokens:Math.floor(Math.random()*5e5)+1e5,successRate:`${Math.floor(Math.random()*15)+85}%`,lastRun:new Date(Date.now()-Math.random()*7*24*60*60*1e3).toLocaleDateString()})),Jr=cU(),hU=fU(),mU=dU(),vU=pU(),gU={id:"main-dashboard",title:"Dashboard",subtitle:"Monitor and review the usage of your agentic app.",version:"1.0.0",globalControls:{draft:{label:"Draft",options:[{label:"Current Draft",value:"current"},{label:"Previous Draft",value:"previous"},{label:"All Drafts",value:"all"}],defaultValue:"current"},timeRange:{label:"Time Range",options:[{label:"This month",value:"month"},{label:"Last 7 days",value:"week"},{label:"Last 30 days",value:"30days"},{label:"Last 90 days",value:"90days"}],defaultValue:"month"},export:{enabled:!0,formats:["csv","json","pdf"]}},layout:{columns:12,gap:24,responsive:!0},sections:[{id:"sessions",title:"Sessions",description:"User engagement and session analytics",metrics:[{title:"Users",value:3384,change:{value:6,type:"increase"},info:"Total number of unique users",metricType:"users",view:{type:"chart",chart:{type:"line",title:"Total Users",data:Jr,dataKey:"users",color:"#8b5cf6",yAxisLabel:"Number of Users",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}}}},{title:"Sessions",value:11847,change:{value:18,type:"increase"},info:"Total number of user sessions",metricType:"sessions",view:{type:"chart",chart:{type:"line",title:"Total Sessions",data:Jr,dataKey:"sessions",color:"#06b6d4",yAxisLabel:"Number of Sessions",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}}}},{title:"Messages",value:34563,change:{value:5,type:"increase"},info:"Total messages exchanged",metricType:"messages",view:{type:"chart",chart:{type:"line",title:"Total Messages",data:Jr,dataKey:"messages",color:"#e879f9",yAxisLabel:"Number of Messages",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}}}},{title:"Tokens",value:32044,change:{value:44,type:"increase"},info:"Total tokens processed",metricType:"tokens",view:{type:"chart",chart:{type:"line",title:"Token Usage Breakdown",data:Jr,yAxisLabel:"Number of Tokens",lines:[{dataKey:"totalTokens",color:"#f97316",label:"Total Tokens"},{dataKey:"inputTokens",color:"#3b82f6",label:"Input Tokens"},{dataKey:"outputTokens",color:"#e879f9",label:"Output Tokens"}],height:300,showGrid:!0,showLegend:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}}}}],view:{type:"chart"},layout:{span:12,order:1}},{id:"runs",title:"Runs",description:"Agent, tool, and model execution analytics",metrics:[{title:"Agent Runs",value:3384,change:{value:6,type:"increase"},info:"Number of agent executions",metricType:"agentRuns",view:{type:"chart",chart:{type:"line",title:"Agent Runs",data:Jr,dataKey:"agentRuns",color:"#06b6d4",yAxisLabel:"Number of Agent Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}},table:{title:"Agent Runs",data:hU,columns:[{key:"name",title:"Name",width:200,align:"left"},{key:"runs",title:"Runs",width:100,align:"right",formatter:e=>`${Math.floor(e/1e3)}k`},{key:"responseTime",title:"Response Time",width:120,align:"right"},{key:"tokens",title:"Tokens",width:100,align:"right",formatter:e=>`${Math.floor(e/1e3)}k`}]}},controls:{dropdown:{label:"All Agents",options:[{label:"All Agents",value:"all"},...Bs.map(e=>({label:e,value:e.replace(/\s+/g,"").toLowerCase(),avatar:`https://api.dicebear.com/7.x/avataaars/svg?seed=${e.replace(/\s+/g,"")}&backgroundColor=b6e3f4,c0aede,d1d4f9&backgroundType=solid`}))],defaultValue:["all"],multiSelect:!0,searchable:!0},toggle:{chartView:!0,tableView:!0}}},{title:"Tool Runs",value:34563,change:{value:5,type:"increase"},info:"Number of tool executions",metricType:"toolRuns",view:{type:"chart",chart:{type:"line",title:"Tool Runs",data:Jr,yAxisLabel:"Number of Tool Runs",lines:[{dataKey:"toolRuns",color:"#06b6d4",label:"Tool Runs"},{dataKey:"codeTools",color:"#f97316",label:"Code Tools"},{dataKey:"workflowTools",color:"#10b981",label:"Workflow Tools"},{dataKey:"knowledgeTools",color:"#8b5cf6",label:"Knowledge"},{dataKey:"mcpTools",color:"#ef4444",label:"MCP Tools"}],height:300,showGrid:!0,showLegend:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}},table:{title:"Tool Runs",data:mU,columns:[{key:"name",title:"Name",width:200,align:"left"},{key:"type",title:"Type",width:150,align:"left"},{key:"runs",title:"Runs",width:100,align:"right",formatter:e=>`${Math.floor(e/1e3)}k`},{key:"responseTime",title:"Response Time",width:120,align:"right"}]}},controls:{dropdown:{label:"All Tools",options:[{label:"All Tools",value:"all"},...Fs.map((e,t)=>{const r=['{"name":"calculator","color":"#EF6820","type":"inlineTool"}','{"name":"workflow","color":"#155EEF","type":"toolLibrary"}','{"name":"mcptool","color":"#101828","type":"MCP"}','{"name":"expenses","color":"#155EEF","type":"toolLibrary"}','{"name":"knowledge","color":"#7A5AF8","type":"KNOWLEDGE"}'],n=a=>a.includes("calculate-creditscore")?"Code Tool":a.includes("calculate-risk")?"Workflow Tool":a.includes("calculate-mortgage")?"MCP Tool":a.includes("analyse-expenses")?"Workflow Tool":a.includes("fetch-statement")?"Knowledge":"Code Tool";return{label:e,value:e.replace(/[-]/g,""),icon:r[t]||r[0],type:n(e)}})],defaultValue:["all"],multiSelect:!0,searchable:!0},toggle:{chartView:!0,tableView:!0}}},{title:"Model Runs",value:32044,change:{value:44,type:"increase"},info:"Number of model inferences",metricType:"modelRuns",view:{type:"chart",chart:{type:"line",title:"Model Runs",data:Jr,dataKey:"modelRuns",color:"#10b981",yAxisLabel:"Number of Model Runs",height:300,showGrid:!0,curve:"monotone",tooltip:{show:!0,style:"dark"},dateRange:{start:"2025-05-06",end:"2025-06-05"}},table:{title:"Model Runs",data:vU,columns:[{key:"name",title:"Model Name",width:200,align:"left"},{key:"runs",title:"Runs",width:100,align:"right",formatter:e=>`${Math.floor(e/1e3)}k`},{key:"tokens",title:"Tokens",width:120,align:"right",formatter:e=>`${Math.floor(e/1e3)}k`},{key:"responseTime",title:"Response Time",width:120,align:"right"}]}},controls:{dropdown:{label:"All Models",options:[{label:"All Models",value:"all"},...Us.map(e=>{const t=r=>{const n=r.toLowerCase();return n.includes("gpt")||n.includes("openai")?"⚡":n.includes("claude")||n.includes("anthropic")?"A":n.includes("gemini")||n.includes("google")?"G":n.includes("llama")||n.includes("meta")?"M":"🤖"};return{label:e,value:e.replace(/[-\.]/g,""),icon:t(e)}})],defaultValue:["all"],multiSelect:!0,searchable:!0},toggle:{chartView:!0,tableView:!0}}}],view:{type:"chart"},layout:{span:12,order:2}}]},Yt={primary:["#8b5cf6","#06b6d4","#f97316","#10b981","#ec4899","#f59e0b","#3b82f6","#ef4444"],secondary:["#a78bfa","#22d3ee","#fb923c","#34d399","#f472b6","#fbbf24","#60a5fa","#f87171"],accent:["#6366f1","#8b5cf6","#d946ef","#06b6d4","#84cc16","#eab308"],semantic:{success:"#10b981",warning:"#f59e0b",error:"#ef4444",info:"#3b82f6"},gradients:{purple:["#8b5cf6","#a78bfa"],cyan:["#06b6d4","#22d3ee"],orange:["#f97316","#fb923c"],green:["#10b981","#34d399"],sunset:["#f97316","#ec4899"],ocean:["#06b6d4","#3b82f6"],forest:["#10b981","#84cc16"]}},yU={primary:["#7c3aed","#0891b2","#ea580c","#059669","#db2777","#d97706","#2563eb","#dc2626"],secondary:["#8b5cf6","#06b6d4","#f97316","#10b981","#ec4899","#f59e0b","#3b82f6","#ef4444"],accent:["#4f46e5","#7c3aed","#c026d3","#0891b2","#65a30d","#ca8a04"],semantic:{success:"#059669",warning:"#d97706",error:"#dc2626",info:"#2563eb"}},bU={primary:["#a78bfa","#22d3ee","#fb923c","#34d399","#f472b6","#fbbf24","#60a5fa","#f87171"],secondary:["#c4b5fd","#67e8f9","#fdba74","#6ee7b7","#f9a8d4","#fcd34d","#93c5fd","#fca5a5"],accent:["#818cf8","#a78bfa","#e879f9","#22d3ee","#a3e635","#facc15"],semantic:{success:"#34d399",warning:"#fbbf24",error:"#f87171",info:"#60a5fa"}},xU={primary:["#1f2937","#374151","#6b7280","#9ca3af","#3b82f6","#1d4ed8","#10b981","#f59e0b"],secondary:["#4b5563","#6b7280","#9ca3af","#d1d5db","#60a5fa","#3b82f6","#34d399","#fbbf24"],accent:["#2563eb","#1d4ed8","#059669","#0891b2","#d97706","#b45309"],semantic:{success:"#059669",warning:"#d97706",error:"#dc2626",info:"#1d4ed8"}},nb=(e,t)=>e.primary[t%e.primary.length],ji=(e,t)=>e.semantic[t],wU=(e,t)=>{var r;return((r=e.gradients)==null?void 0:r[t])||[e.primary[0],e.primary[1]]},ab=(e,t=Yt)=>e.map((r,n)=>({...r,color:nb(t,n)})),Ws=((e=30)=>{const t=[],r=new Date;for(let n=e-1;n>=0;n--){const a=new Date(r);a.setDate(r.getDate()-n);const i=600+Math.sin(n*.1)*100,o=Math.floor(i+Math.random()*100),s=Math.floor(o*3.5+Math.random()*200),l=Math.floor(s*2.9+Math.random()*500),u=Math.floor(l*.9+Math.random()*300),c=Math.floor(u*.6),f=u-c,d=Math.floor(s*.8+Math.random()*100),h=Math.floor(d*12+Math.random()*500),v=Math.floor(d*8+Math.random()*300);t.push({date:a.toISOString().split("T")[0],users:o,sessions:s,messages:l,totalTokens:u,inputTokens:c,outputTokens:f,agentRuns:d,toolRuns:h,modelRuns:v,value:o})}return t})(),OU={id:"enhanced-dashboard",title:"Enhanced Color Configuration Dashboard",subtitle:"Demonstrating all color configuration options",version:"1.0.0",globalControls:{draft:{label:"Draft",options:[{label:"Current Draft",value:"current"},{label:"Previous Draft",value:"previous"}],defaultValue:"current"},timeRange:{label:"Time Range",options:[{label:"Last 7 days",value:"week"},{label:"Last 30 days",value:"30days"}],defaultValue:"30days"},export:{enabled:!0,formats:["csv","json"]}},layout:{columns:12,gap:24,responsive:!0},sections:[{id:"manual-colors",title:"Manual Color Assignment",description:"Each line has manually assigned colors",metrics:[{title:"Total Users",value:3384,change:{value:6,type:"increase"},info:"Manually colored chart"}],view:{type:"chart",chart:{type:"line",title:"Manual Color Configuration",data:Ws,lines:[{dataKey:"users",color:"#8b5cf6",label:"Users",strokeWidth:3},{dataKey:"sessions",color:"#06b6d4",label:"Sessions",strokeWidth:2},{dataKey:"messages",color:"#f97316",label:"Messages",strokeWidth:2,strokeDasharray:"5 5"}],dateRange:{start:"2025-05-06",end:"2025-06-05"},tooltip:{show:!0,style:"dark"},height:300,showLegend:!1}},layout:{span:6,order:1}},{id:"auto-colors",title:"Auto-Assigned Colors",description:"Colors automatically assigned from palette",metrics:[{title:"Agent Runs",value:3384,change:{value:6,type:"increase"},info:"Auto-colored from palette"}],view:{type:"chart",chart:{type:"line",title:"Auto Color Assignment",data:Ws,lines:ab([{dataKey:"agentRuns",label:"Agent Runs"},{dataKey:"toolRuns",label:"Tool Runs"},{dataKey:"modelRuns",label:"Model Runs"},{dataKey:"totalTokens",label:"Total Tokens"}],Yt),dateRange:{start:"2025-05-06",end:"2025-06-05"},tooltip:{show:!0,style:"dark"},height:300,showLegend:!1}},layout:{span:6,order:2}},{id:"semantic-colors",title:"Semantic Colors",description:"Using semantic colors for different data types",metrics:[{title:"Success Rate",value:"94.2%",change:{value:2,type:"increase"},info:"Using semantic success color"},{title:"Error Rate",value:"5.8%",change:{value:1,type:"decrease"},info:"Using semantic error color"}],view:{type:"chart",chart:{type:"line",title:"Semantic Color Usage",data:Ws,lines:[{dataKey:"users",color:ji(Yt,"success"),label:"Successful Operations",strokeWidth:3},{dataKey:"sessions",color:ji(Yt,"warning"),label:"Warning Events",strokeWidth:2},{dataKey:"messages",color:ji(Yt,"error"),label:"Error Events",strokeWidth:2},{dataKey:"totalTokens",color:ji(Yt,"info"),label:"Info Events",strokeWidth:2}],dateRange:{start:"2025-05-06",end:"2025-06-05"},tooltip:{show:!0,style:"dark"},height:300,showLegend:!1}},layout:{span:12,order:3}},{id:"single-custom",title:"Single Line Custom Color",description:"Single line chart with custom color and styling",metrics:[{title:"Total Messages",value:34563,change:{value:5,type:"increase"},info:"Custom styled single line"}],view:{type:"chart",chart:{type:"line",title:"Custom Single Line",data:Ws,dataKey:"messages",color:"#ec4899",dateRange:{start:"2025-05-06",end:"2025-06-05"},tooltip:{show:!0,style:"dark"},height:250,showGrid:!0,curve:"monotone"}},layout:{span:12,order:4}}]},SU={manualColors:{line1:"#8b5cf6",line2:"#06b6d4",line3:"#f97316",line4:"#10b981"},paletteColors:Yt.primary,semanticColors:Yt.semantic,gradientColors:Yt.gradients},TU={baseUrl:window.location.protocol+"//"+window.location.hostname,dashboardType:"agenticDashboard",projectId:"aa-bdbfa4eb-c7c4-4350-be96-d778188c2c4b",environment:"draft",headers:{authorization:"Bearer 2amvsUbh87obVLVYjbNnXCbXnOr-plekM7-qjKt2EJIZnZuAV2KT9WSTG0L4U33X",accountId:"6290f982fb880154e99bbede","Content-Type":"application/json"},defaultTimeRange:{fromTimestamp:new Date(Date.now()-7*24*60*60*1e3).toISOString(),toTimestamp:new Date().toISOString()},refreshInterval:3e4},AU={id:"agentic-analytics-dashboard",title:"Dashboard",subtitle:"Monitor and review the usage of your agentic app",sections:[{id:"usage-analytics",title:"Session Analytics",metrics:[{title:"Users",value:0,metricType:"users",highlighted:!0},{title:"Sessions",value:0,metricType:"sessions",highlighted:!1},{title:"Messages",value:0,metricType:"messages",highlighted:!1},{title:"Tokens",value:0,metricType:"tokens",highlighted:!1}],view:{type:"chart",chart:{type:"line",title:"Usage Over Time",data:[],lines:[{dataKey:"count",color:"#3B82F6",label:"Count",strokeWidth:2}],xAxisLabel:"Date",yAxisLabel:"Count",tooltip:{show:!0,formatter:(e,t)=>[`${e}`,t]}}},layout:{span:12}},{id:"runs",title:"Execution Analytics",metrics:[{title:"Agent Runs",value:0,metricType:"agentRuns",highlighted:!0},{title:"Tool Runs",value:0,metricType:"toolRuns",highlighted:!1},{title:"Model Runs",value:0,metricType:"modelRuns",highlighted:!1}],view:{type:"chart",chart:{type:"line",title:"Execution Runs Over Time",data:[],lines:[{dataKey:"count",color:"#10B981",label:"Runs",strokeWidth:2}],xAxisLabel:"Date",yAxisLabel:"Count",tooltip:{show:!0,formatter:(e,t)=>[`${e}`,t]}}},layout:{span:12}}],globalControls:{draft:{label:"Environment",options:[{label:"Draft",value:"draft"},{label:"Production",value:"production"},{label:"Staging",value:"staging"}],defaultValue:"draft"},timeRange:{label:"Time Range",useDatePicker:!0,options:[{label:"Last 7 days",value:"7d"},{label:"Last 30 days",value:"30d"}],defaultValue:"7d"},export:{enabled:!1,formats:["csv","json"],onExport:e=>{console.log(`Exporting in ${e} format`)}}},layout:{columns:12,gap:24,responsive:!0}},jU=`
|
|
215
291
|
// In your Angular component (usage-analytics.component.ts)
|
|
216
292
|
import { Dashboard, apiEnabledDashboardConfig, agenticAppConfig } from '@agentic/ui-libs';
|
|
217
293
|
|
|
@@ -270,4 +346,4 @@ export class AnalyticsDashboardComponent implements OnInit, AfterViewInit, OnDes
|
|
|
270
346
|
}
|
|
271
347
|
}
|
|
272
348
|
}
|
|
273
|
-
`;
|
|
349
|
+
`;ie.AgentListView=E0,ie.AnalyticsChart=j0,ie.AnalyticsTable=P0,ie.ApiInvokerService=N0,ie.Avatar=Q0,ie.AvatarFallback=tb,ie.AvatarImage=eb,ie.Button=df,ie.Card=rb,ie.ChartSkeleton=A0,ie.CodeEditor=J0,ie.Dashboard=aU,ie.DashboardApiService=Kt,ie.DashboardSection=R0,ie.DataViewer=cr,ie.DateRangePicker=q0,ie.DebugPanel=Z0,ie.EndpointsConfigService=M0,ie.IconPreview=wi,ie.MetricCard=Bf,ie.MetricCardSkeleton=xi,ie.ModelListView=$0,ie.MultiSelect=I0,ie.Portal=mf,ie.RunsSlider=k0,ie.SectionControls=L0,ie.Select=Ms,ie.Skeleton=na,ie.ToolListView=C0,ie.TreeBuilder=K0,ie.ViewRenderer=D0,ie.agenticAppConfig=TU,ie.angularIntegrationExample=jU,ie.apiEnabledDashboardConfig=AU,ie.autoAssignColors=ab,ie.businessPalette=xU,ie.cn=se,ie.colorExamples=SU,ie.darkPalette=yU,ie.defaultPalette=Yt,ie.enhancedDashboardConfig=OU,ie.getColorFromPalette=nb,ie.getGradientColors=wU,ie.getSemanticColor=ji,ie.lightPalette=bU,ie.sampleDashboardConfig=gU,Object.defineProperty(ie,Symbol.toStringTag,{value:"Module"})});
|