@wandelbots/wandelbots-js-react-components 2.34.2 → 2.35.0-pr.feature-replace-forwardref.376.d3a302b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/README.md +1 -1
  2. package/dist/components/AppHeader.d.ts +34 -0
  3. package/dist/components/AppHeader.d.ts.map +1 -0
  4. package/dist/components/CopyableText.d.ts +3 -2
  5. package/dist/components/CopyableText.d.ts.map +1 -1
  6. package/dist/components/CycleTimer.d.ts +33 -16
  7. package/dist/components/CycleTimer.d.ts.map +1 -1
  8. package/dist/components/DataGrid.d.ts +66 -0
  9. package/dist/components/DataGrid.d.ts.map +1 -0
  10. package/dist/components/LogPanel.d.ts +38 -0
  11. package/dist/components/LogPanel.d.ts.map +1 -0
  12. package/dist/components/LogStore.d.ts +12 -0
  13. package/dist/components/LogStore.d.ts.map +1 -0
  14. package/dist/components/LogViewer.d.ts +46 -0
  15. package/dist/components/LogViewer.d.ts.map +1 -0
  16. package/dist/components/ProgramControl.d.ts +8 -2
  17. package/dist/components/ProgramControl.d.ts.map +1 -1
  18. package/dist/components/ProgramStateIndicator.d.ts +1 -1
  19. package/dist/components/ProgramStateIndicator.d.ts.map +1 -1
  20. package/dist/components/RobotCard.d.ts +103 -0
  21. package/dist/components/RobotCard.d.ts.map +1 -0
  22. package/dist/components/RobotListItem.d.ts +34 -0
  23. package/dist/components/RobotListItem.d.ts.map +1 -0
  24. package/dist/components/RobotSetupReadinessIndicator.d.ts +31 -0
  25. package/dist/components/RobotSetupReadinessIndicator.d.ts.map +1 -0
  26. package/dist/components/RobotSetupReadinessIndicator.test.d.ts +2 -0
  27. package/dist/components/RobotSetupReadinessIndicator.test.d.ts.map +1 -0
  28. package/dist/components/SelectableFab.d.ts +2 -1
  29. package/dist/components/SelectableFab.d.ts.map +1 -1
  30. package/dist/components/TabBar.d.ts +32 -0
  31. package/dist/components/TabBar.d.ts.map +1 -0
  32. package/dist/components/robots/Robot.d.ts +3 -2
  33. package/dist/components/robots/Robot.d.ts.map +1 -1
  34. package/dist/components/robots/manufacturerHomePositions.d.ts +21 -0
  35. package/dist/components/robots/manufacturerHomePositions.d.ts.map +1 -0
  36. package/dist/icons/DropdownArrowIcon.d.ts +3 -0
  37. package/dist/icons/DropdownArrowIcon.d.ts.map +1 -0
  38. package/dist/icons/index.d.ts +1 -0
  39. package/dist/icons/index.d.ts.map +1 -1
  40. package/dist/index.cjs +50 -50
  41. package/dist/index.cjs.map +1 -1
  42. package/dist/index.d.ts +10 -0
  43. package/dist/index.d.ts.map +1 -1
  44. package/dist/index.js +11381 -9522
  45. package/dist/index.js.map +1 -1
  46. package/dist/themes/createDarkTheme.d.ts.map +1 -1
  47. package/package.json +6 -5
  48. package/src/components/AppHeader.md +84 -0
  49. package/src/components/AppHeader.tsx +199 -0
  50. package/src/components/CopyableText.tsx +70 -73
  51. package/src/components/CycleTimer.tsx +384 -159
  52. package/src/components/DataGrid.tsx +659 -0
  53. package/src/components/LogPanel.tsx +69 -0
  54. package/src/components/LogStore.ts +44 -0
  55. package/src/components/LogViewer.tsx +370 -0
  56. package/src/components/ProgramControl.tsx +27 -12
  57. package/src/components/ProgramStateIndicator.tsx +25 -8
  58. package/src/components/RobotCard.tsx +568 -0
  59. package/src/components/RobotListItem.tsx +150 -0
  60. package/src/components/RobotSetupReadinessIndicator.test.tsx +60 -0
  61. package/src/components/RobotSetupReadinessIndicator.tsx +124 -0
  62. package/src/components/SelectableFab.tsx +14 -15
  63. package/src/components/TabBar.tsx +147 -0
  64. package/src/components/robots/Robot.tsx +5 -2
  65. package/src/components/robots/manufacturerHomePositions.ts +76 -0
  66. package/src/i18n/locales/de/translations.json +8 -1
  67. package/src/i18n/locales/en/translations.json +8 -1
  68. package/src/icons/DropdownArrowIcon.tsx +13 -0
  69. package/src/icons/chevronDown.svg +3 -0
  70. package/src/icons/index.ts +1 -0
  71. package/src/index.ts +14 -0
  72. package/src/themes/createDarkTheme.ts +75 -1
package/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";var Qf=Object.create;var Hs=Object.defineProperty;var Xf=Object.getOwnPropertyDescriptor;var Zf=Object.getOwnPropertyNames;var eg=Object.getPrototypeOf,tg=Object.prototype.hasOwnProperty;var rg=(e,t,r)=>t in e?Hs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var ng=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Zf(t))!tg.call(e,a)&&a!==r&&Hs(e,a,{get:()=>t[a],enumerable:!(n=Xf(t,a))||n.enumerable});return e};var qs=(e,t,r)=>(r=e!=null?Qf(eg(e)):{},ng(t||!e||!e.__esModule?Hs(r,"default",{value:e,enumerable:!0}):r,e));var Vn=(e,t,r)=>rg(e,typeof t!="symbol"?t+"":t,r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ee=require("react"),St=require("@react-three/drei"),wc=require("@react-three/fiber"),vt=require("three"),ag=require("three-stdlib"),J=require("@mui/material"),Me=require("mobx-react-lite"),Ee=require("react-i18next"),og=require("i18next"),sg=require("i18next-browser-languagedetector"),g=require("prop-types"),ig=require("@emotion/react"),lg=require("@emotion/styled"),Be=require("mobx"),Sl=require("lodash-es"),br=require("@wandelbots/nova-js"),En=require("@mui/icons-material"),cg=require("react-error-boundary");function Ah(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 B=Ah(ee),ke=Ah(vt);function ug(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ua={exports:{}},In={};/**
1
+ "use strict";var lg=Object.create;var Qs=Object.defineProperty;var cg=Object.getOwnPropertyDescriptor;var ug=Object.getOwnPropertyNames;var dg=Object.getPrototypeOf,hg=Object.prototype.hasOwnProperty;var pg=(e,t,r)=>t in e?Qs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var mg=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of ug(t))!hg.call(e,o)&&o!==r&&Qs(e,o,{get:()=>t[o],enumerable:!(n=cg(t,o))||n.enumerable});return e};var Xs=(e,t,r)=>(r=e!=null?lg(dg(e)):{},mg(t||!e||!e.__esModule?Qs(r,"default",{value:e,enumerable:!0}):r,e));var $n=(e,t,r)=>pg(e,typeof t!="symbol"?t+"":t,r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const J=require("react"),ut=require("@react-three/drei"),Ra=require("@react-three/fiber"),Ot=require("three"),fg=require("three-stdlib"),P=require("@mui/material"),Oe=require("mobx-react-lite"),_e=require("react-i18next"),gg=require("i18next"),yg=require("i18next-browser-languagedetector"),x=require("prop-types"),bg=require("@emotion/react"),xg=require("@emotion/styled"),vt=require("@mui/x-data-grid"),$e=require("mobx"),Al=require("lodash-es"),Cr=require("@wandelbots/nova-js"),Ft=require("@mui/icons-material"),vg=require("react-error-boundary");function $h(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 F=$h(J),Be=$h(Ot);function Sg(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Go={exports:{}},Un={};/**
2
2
  * @license React
3
3
  * react-jsx-runtime.production.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 Cc;function dg(){if(Cc)return In;Cc=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function r(n,a,o){var s=null;if(o!==void 0&&(s=""+o),a.key!==void 0&&(s=""+a.key),"key"in a){o={};for(var i in a)i!=="key"&&(o[i]=a[i])}else o=a;return a=o.ref,{$$typeof:e,type:n,key:s,ref:a!==void 0?a:null,props:o}}return In.Fragment=t,In.jsx=r,In.jsxs=r,In}var Mn={};/**
9
+ */var Mc;function Og(){if(Mc)return Un;Mc=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function r(n,o,a){var s=null;if(a!==void 0&&(s=""+a),o.key!==void 0&&(s=""+o.key),"key"in o){a={};for(var i in o)i!=="key"&&(a[i]=o[i])}else a=o;return o=a.ref,{$$typeof:e,type:n,key:s,ref:o!==void 0?o:null,props:a}}return Un.Fragment=t,Un.jsx=r,Un.jsxs=r,Un}var Dn={};/**
10
10
  * @license React
11
11
  * react-jsx-runtime.development.js
12
12
  *
@@ -14,19 +14,20 @@
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 Pc;function hg(){return Pc||(Pc=1,process.env.NODE_ENV!=="production"&&function(){function e(q){if(q==null)return null;if(typeof q=="function")return q.$$typeof===y?null:q.displayName||q.name||null;if(typeof q=="string")return q;switch(q){case m:return"Fragment";case x:return"Profiler";case b:return"StrictMode";case P:return"Suspense";case w:return"SuspenseList";case F:return"Activity"}if(typeof q=="object")switch(typeof q.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),q.$$typeof){case f:return"Portal";case O:return(q.displayName||"Context")+".Provider";case _:return(q._context.displayName||"Context")+".Consumer";case C:var X=q.render;return q=q.displayName,q||(q=X.displayName||X.name||"",q=q!==""?"ForwardRef("+q+")":"ForwardRef"),q;case A:return X=q.displayName||null,X!==null?X:e(q.type)||"Memo";case E:X=q._payload,q=q._init;try{return e(q(X))}catch{}}return null}function t(q){return""+q}function r(q){try{t(q);var X=!1}catch{X=!0}if(X){X=console;var he=X.error,Pe=typeof Symbol=="function"&&Symbol.toStringTag&&q[Symbol.toStringTag]||q.constructor.name||"Object";return he.call(X,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",Pe),t(q)}}function n(q){if(q===m)return"<>";if(typeof q=="object"&&q!==null&&q.$$typeof===E)return"<...>";try{var X=e(q);return X?"<"+X+">":"<...>"}catch{return"<...>"}}function a(){var q=T.A;return q===null?null:q.getOwner()}function o(){return Error("react-stack-top-frame")}function s(q){if(z.call(q,"key")){var X=Object.getOwnPropertyDescriptor(q,"key").get;if(X&&X.isReactWarning)return!1}return q.key!==void 0}function i(q,X){function he(){te||(te=!0,console.error("%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://react.dev/link/special-props)",X))}he.isReactWarning=!0,Object.defineProperty(q,"key",{get:he,configurable:!0})}function l(){var q=e(this.type);return Z[q]||(Z[q]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),q=this.props.ref,q!==void 0?q:null}function c(q,X,he,Pe,ze,xe,it,tt){return he=xe.ref,q={$$typeof:p,type:q,key:X,props:xe,_owner:ze},(he!==void 0?he:null)!==null?Object.defineProperty(q,"ref",{enumerable:!1,get:l}):Object.defineProperty(q,"ref",{enumerable:!1,value:null}),q._store={},Object.defineProperty(q._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(q,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(q,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:it}),Object.defineProperty(q,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:tt}),Object.freeze&&(Object.freeze(q.props),Object.freeze(q)),q}function u(q,X,he,Pe,ze,xe,it,tt){var ye=X.children;if(ye!==void 0)if(Pe)if(V(ye)){for(Pe=0;Pe<ye.length;Pe++)d(ye[Pe]);Object.freeze&&Object.freeze(ye)}else console.error("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 d(ye);if(z.call(X,"key")){ye=e(q);var Q=Object.keys(X).filter(function(ce){return ce!=="key"});Pe=0<Q.length?"{key: someKey, "+Q.join(": ..., ")+": ...}":"{key: someKey}",le[ye+Pe]||(Q=0<Q.length?"{"+Q.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
17
+ */var jc;function wg(){return jc||(jc=1,process.env.NODE_ENV!=="production"&&function(){function e(H){if(H==null)return null;if(typeof H=="function")return H.$$typeof===y?null:H.displayName||H.name||null;if(typeof H=="string")return H;switch(H){case m:return"Fragment";case S:return"Profiler";case b:return"StrictMode";case A:return"Suspense";case C:return"SuspenseList";case j:return"Activity"}if(typeof H=="object")switch(typeof H.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),H.$$typeof){case f:return"Portal";case O:return(H.displayName||"Context")+".Provider";case E:return(H._context.displayName||"Context")+".Consumer";case w:var X=H.render;return H=H.displayName,H||(H=X.displayName||X.name||"",H=H!==""?"ForwardRef("+H+")":"ForwardRef"),H;case T:return X=H.displayName||null,X!==null?X:e(H.type)||"Memo";case V:X=H._payload,H=H._init;try{return e(H(X))}catch{}}return null}function t(H){return""+H}function r(H){try{t(H);var X=!1}catch{X=!0}if(X){X=console;var le=X.error,xe=typeof Symbol=="function"&&Symbol.toStringTag&&H[Symbol.toStringTag]||H.constructor.name||"Object";return le.call(X,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",xe),t(H)}}function n(H){if(H===m)return"<>";if(typeof H=="object"&&H!==null&&H.$$typeof===V)return"<...>";try{var X=e(H);return X?"<"+X+">":"<...>"}catch{return"<...>"}}function o(){var H=R.A;return H===null?null:H.getOwner()}function a(){return Error("react-stack-top-frame")}function s(H){if(z.call(H,"key")){var X=Object.getOwnPropertyDescriptor(H,"key").get;if(X&&X.isReactWarning)return!1}return H.key!==void 0}function i(H,X){function le(){oe||(oe=!0,console.error("%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://react.dev/link/special-props)",X))}le.isReactWarning=!0,Object.defineProperty(H,"key",{get:le,configurable:!0})}function l(){var H=e(this.type);return re[H]||(re[H]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),H=this.props.ref,H!==void 0?H:null}function c(H,X,le,xe,Le,ae,be,Se){return le=ae.ref,H={$$typeof:p,type:H,key:X,props:ae,_owner:Le},(le!==void 0?le:null)!==null?Object.defineProperty(H,"ref",{enumerable:!1,get:l}):Object.defineProperty(H,"ref",{enumerable:!1,value:null}),H._store={},Object.defineProperty(H._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(H,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(H,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:be}),Object.defineProperty(H,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:Se}),Object.freeze&&(Object.freeze(H.props),Object.freeze(H)),H}function u(H,X,le,xe,Le,ae,be,Se){var me=X.children;if(me!==void 0)if(xe)if(I(me)){for(xe=0;xe<me.length;xe++)d(me[xe]);Object.freeze&&Object.freeze(me)}else console.error("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 d(me);if(z.call(X,"key")){me=e(H);var Z=Object.keys(X).filter(function(de){return de!=="key"});xe=0<Z.length?"{key: someKey, "+Z.join(": ..., ")+": ...}":"{key: someKey}",se[me+xe]||(Z=0<Z.length?"{"+Z.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
18
18
  let props = %s;
19
19
  <%s {...props} />
20
20
  React keys must be passed directly to JSX without using spread:
21
21
  let props = %s;
22
- <%s key={someKey} {...props} />`,Pe,ye,Q,ye),le[ye+Pe]=!0)}if(ye=null,he!==void 0&&(r(he),ye=""+he),s(X)&&(r(X.key),ye=""+X.key),"key"in X){he={};for(var oe in X)oe!=="key"&&(he[oe]=X[oe])}else he=X;return ye&&i(he,typeof q=="function"?q.displayName||q.name||"Unknown":q),c(q,ye,xe,ze,a(),he,it,tt)}function d(q){typeof q=="object"&&q!==null&&q.$$typeof===p&&q._store&&(q._store.validated=1)}var h=ee,p=Symbol.for("react.transitional.element"),f=Symbol.for("react.portal"),m=Symbol.for("react.fragment"),b=Symbol.for("react.strict_mode"),x=Symbol.for("react.profiler"),_=Symbol.for("react.consumer"),O=Symbol.for("react.context"),C=Symbol.for("react.forward_ref"),P=Symbol.for("react.suspense"),w=Symbol.for("react.suspense_list"),A=Symbol.for("react.memo"),E=Symbol.for("react.lazy"),F=Symbol.for("react.activity"),y=Symbol.for("react.client.reference"),T=h.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,V=Array.isArray,N=console.createTask?console.createTask:function(){return null};h={"react-stack-bottom-frame":function(q){return q()}};var te,Z={},ae=h["react-stack-bottom-frame"].bind(h,o)(),re=N(n(o)),le={};Mn.Fragment=m,Mn.jsx=function(q,X,he,Pe,ze){var xe=1e4>T.recentlyCreatedOwnerStacks++;return u(q,X,he,!1,Pe,ze,xe?Error("react-stack-top-frame"):ae,xe?N(n(q)):re)},Mn.jsxs=function(q,X,he,Pe,ze){var xe=1e4>T.recentlyCreatedOwnerStacks++;return u(q,X,he,!0,Pe,ze,xe?Error("react-stack-top-frame"):ae,xe?N(n(q)):re)}}()),Mn}var Tc;function pg(){return Tc||(Tc=1,process.env.NODE_ENV==="production"?Ua.exports=dg():Ua.exports=hg()),Ua.exports}var S=pg();function mg(){return S.jsx(St.Environment,{children:S.jsx(fg,{})})}function fg({positions:e=[2,0,2,0,2,0,2,0]}){return S.jsxs(S.Fragment,{children:[S.jsx(St.Lightformer,{intensity:5,"rotation-x":Math.PI/2,position:[0,5,-9],scale:[10,10,1]}),S.jsx("group",{rotation:[0,.5,0],children:S.jsx("group",{children:e.map((t,r)=>S.jsx(St.Lightformer,{form:"circle",intensity:5,rotation:[Math.PI/2,0,0],position:[t,4,r*4],scale:[3,1,1]},r))})}),S.jsx(St.Lightformer,{intensity:40,"rotation-y":Math.PI/2,position:[-5,1,-1],scale:[20,.1,1]}),S.jsx(St.Lightformer,{intensity:20,"rotation-y":-Math.PI,position:[-5,-2,-1],scale:[20,.1,1]}),S.jsx(St.Lightformer,{"rotation-y":Math.PI/2,position:[-5,-1,-1],scale:[20,.5,1],intensity:5}),S.jsx(St.Lightformer,{"rotation-y":-Math.PI/2,position:[10,1,0],scale:[20,1,1],intensity:10}),S.jsx(St.Lightformer,{form:"ring",color:"white",intensity:5,scale:10,position:[-15,4,-18],target:[0,0,0]})]})}function gg(e){if(e.length<3)return console.log("Not enough vertices to define a plane"),{isCoplanar:!1};const t=new ke.Vector3(e[0].x,e[0].y,e[0].z),r=new ke.Vector3(e[1].x,e[1].y,e[1].z),n=new ke.Vector3(e[2].x,e[2].y,e[2].z),a=new ke.Vector3().subVectors(r,t),o=new ke.Vector3().subVectors(n,t),s=new ke.Vector3().crossVectors(a,o).normalize();for(let i=3;i<e.length;i++){const l=new ke.Vector3(e[i].x,e[i].y,e[i].z),c=new ke.Vector3().subVectors(l,t),u=s.dot(c);if(Math.abs(u)>1e-6)return console.log("Vertices are not on the same plane"),{isCoplanar:!1}}return{isCoplanar:!0,normal:s}}function yg({safetyZones:e,...t}){return S.jsx("group",{...t,children:e.map((r,n)=>{let a=[];return r.geometry&&(r.geometry.compound?a=r.geometry.compound.child_geometries:r.geometry.convex_hull&&(a=[r.geometry])),a.map((o,s)=>{if(!o.convex_hull)return null;const i=o.convex_hull.vertices.map(u=>new ke.Vector3(u.x/1e3,u.y/1e3,u.z/1e3)),l=gg(i);if(l.isCoplanar&&l.normal){const d=new ke.Vector3().addVectors(i[0],l.normal.multiplyScalar(1e-4));i.push(d)}let c;try{c=new ag.ConvexGeometry(i)}catch(u){return console.log("Error creating ConvexGeometry:",u),null}return S.jsx("mesh",{geometry:c,children:S.jsx("meshStandardMaterial",{attach:"material",color:"#009f4d",opacity:.2,depthTest:!1,depthWrite:!1,transparent:!0,polygonOffset:!0,polygonOffsetFactor:-s},n)},`${n}-${s}`)})})})}function bg({trajectory:e,...t}){var n;const r=((n=e.trajectory)==null?void 0:n.map(a=>a.tcp_pose?new ke.Vector3(a.tcp_pose.position.x/1e3,a.tcp_pose.position.z/1e3,-a.tcp_pose.position.y/1e3):null).filter(a=>a!==null))||[];return S.jsx("group",{...t,children:r.length>0&&S.jsx(St.Line,{points:r,lineWidth:3,polygonOffset:!0,polygonOffsetFactor:10,polygonOffsetUnits:10})})}function Y(){return Y=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Y.apply(null,arguments)}function or(e,t){if(e==null)return{};var r={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.indexOf(n)!==-1)continue;r[n]=e[n]}return r}function vg(e,t,r=void 0){const n={};for(const a in e){const o=e[a];let s="",i=!0;for(let l=0;l<o.length;l+=1){const c=o[l];c&&(s+=(i===!0?"":" ")+t(c),i=!1,r&&r[c]&&(s+=" "+r[c]))}n[a]=s}return n}function Rh(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=Rh(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function Et(){for(var e,t,r=0,n="",a=arguments.length;r<a;r++)(e=arguments[r])&&(t=Rh(e))&&(n&&(n+=" "),n+=t);return n}function sr(e,...t){const r=new URL(`https://mui.com/production-error/?code=${e}`);return t.forEach(n=>r.searchParams.append("args[]",n)),`Minified MUI error #${e}; visit ${r} for the full message.`}const _h="$$material";function Sg(e){for(var t=0,r,n=0,a=e.length;a>=4;++n,a-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(a){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var xg={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};function Og(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var wg=/[A-Z]|^ms/g,Cg=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Vh=function(t){return t.charCodeAt(1)===45},Ac=function(t){return t!=null&&typeof t!="boolean"},Js=Og(function(e){return Vh(e)?e:e.replace(wg,"-$&").toLowerCase()}),Rc=function(t,r){switch(t){case"animation":case"animationName":if(typeof r=="string")return r.replace(Cg,function(n,a,o){return nr={name:a,styles:o,next:nr},a})}return xg[t]!==1&&!Vh(t)&&typeof r=="number"&&r!==0?r+"px":r};function Oo(e,t,r){if(r==null)return"";var n=r;if(n.__emotion_styles!==void 0)return n;switch(typeof r){case"boolean":return"";case"object":{var a=r;if(a.anim===1)return nr={name:a.name,styles:a.styles,next:nr},a.name;var o=r;if(o.styles!==void 0){var s=o.next;if(s!==void 0)for(;s!==void 0;)nr={name:s.name,styles:s.styles,next:nr},s=s.next;var i=o.styles+";";return i}return Pg(e,t,r)}}var l=r;return l}function Pg(e,t,r){var n="";if(Array.isArray(r))for(var a=0;a<r.length;a++)n+=Oo(e,t,r[a])+";";else for(var o in r){var s=r[o];if(typeof s!="object"){var i=s;Ac(i)&&(n+=Js(o)+":"+Rc(o,i)+";")}else if(Array.isArray(s)&&typeof s[0]=="string"&&t==null)for(var l=0;l<s.length;l++)Ac(s[l])&&(n+=Js(o)+":"+Rc(o,s[l])+";");else{var c=Oo(e,t,s);switch(o){case"animation":case"animationName":{n+=Js(o)+":"+c+";";break}default:n+=o+"{"+c+"}"}}}return n}var _c=/label:\s*([^\s;{]+)\s*(;|$)/g,nr;function Tg(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,a="";nr=void 0;var o=e[0];if(o==null||o.raw===void 0)n=!1,a+=Oo(r,t,o);else{var s=o;a+=s[0]}for(var i=1;i<e.length;i++)if(a+=Oo(r,t,e[i]),n){var l=o;a+=l[i]}_c.lastIndex=0;for(var c="",u;(u=_c.exec(a))!==null;)c+="-"+u[1];var d=Sg(a)+c;return{name:d,styles:a,next:nr}}/**
22
+ <%s key={someKey} {...props} />`,xe,me,Z,me),se[me+xe]=!0)}if(me=null,le!==void 0&&(r(le),me=""+le),s(X)&&(r(X.key),me=""+X.key),"key"in X){le={};for(var ie in X)ie!=="key"&&(le[ie]=X[ie])}else le=X;return me&&i(le,typeof H=="function"?H.displayName||H.name||"Unknown":H),c(H,me,ae,Le,o(),le,be,Se)}function d(H){typeof H=="object"&&H!==null&&H.$$typeof===p&&H._store&&(H._store.validated=1)}var h=J,p=Symbol.for("react.transitional.element"),f=Symbol.for("react.portal"),m=Symbol.for("react.fragment"),b=Symbol.for("react.strict_mode"),S=Symbol.for("react.profiler"),E=Symbol.for("react.consumer"),O=Symbol.for("react.context"),w=Symbol.for("react.forward_ref"),A=Symbol.for("react.suspense"),C=Symbol.for("react.suspense_list"),T=Symbol.for("react.memo"),V=Symbol.for("react.lazy"),j=Symbol.for("react.activity"),y=Symbol.for("react.client.reference"),R=h.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,I=Array.isArray,G=console.createTask?console.createTask:function(){return null};h={"react-stack-bottom-frame":function(H){return H()}};var oe,re={},te=h["react-stack-bottom-frame"].bind(h,a)(),ee=G(n(a)),se={};Dn.Fragment=m,Dn.jsx=function(H,X,le,xe,Le){var ae=1e4>R.recentlyCreatedOwnerStacks++;return u(H,X,le,!1,xe,Le,ae?Error("react-stack-top-frame"):te,ae?G(n(H)):ee)},Dn.jsxs=function(H,X,le,xe,Le){var ae=1e4>R.recentlyCreatedOwnerStacks++;return u(H,X,le,!0,xe,Le,ae?Error("react-stack-top-frame"):te,ae?G(n(H)):ee)}}()),Dn}var kc;function Cg(){return kc||(kc=1,process.env.NODE_ENV==="production"?Go.exports=Og():Go.exports=wg()),Go.exports}var g=Cg();function Ni(){return g.jsx(ut.Environment,{children:g.jsx(Pg,{})})}function Pg({positions:e=[2,0,2,0,2,0,2,0]}){return g.jsxs(g.Fragment,{children:[g.jsx(ut.Lightformer,{intensity:5,"rotation-x":Math.PI/2,position:[0,5,-9],scale:[10,10,1]}),g.jsx("group",{rotation:[0,.5,0],children:g.jsx("group",{children:e.map((t,r)=>g.jsx(ut.Lightformer,{form:"circle",intensity:5,rotation:[Math.PI/2,0,0],position:[t,4,r*4],scale:[3,1,1]},r))})}),g.jsx(ut.Lightformer,{intensity:40,"rotation-y":Math.PI/2,position:[-5,1,-1],scale:[20,.1,1]}),g.jsx(ut.Lightformer,{intensity:20,"rotation-y":-Math.PI,position:[-5,-2,-1],scale:[20,.1,1]}),g.jsx(ut.Lightformer,{"rotation-y":Math.PI/2,position:[-5,-1,-1],scale:[20,.5,1],intensity:5}),g.jsx(ut.Lightformer,{"rotation-y":-Math.PI/2,position:[10,1,0],scale:[20,1,1],intensity:10}),g.jsx(ut.Lightformer,{form:"ring",color:"white",intensity:5,scale:10,position:[-15,4,-18],target:[0,0,0]})]})}function Tg(e){if(e.length<3)return console.log("Not enough vertices to define a plane"),{isCoplanar:!1};const t=new Be.Vector3(e[0].x,e[0].y,e[0].z),r=new Be.Vector3(e[1].x,e[1].y,e[1].z),n=new Be.Vector3(e[2].x,e[2].y,e[2].z),o=new Be.Vector3().subVectors(r,t),a=new Be.Vector3().subVectors(n,t),s=new Be.Vector3().crossVectors(o,a).normalize();for(let i=3;i<e.length;i++){const l=new Be.Vector3(e[i].x,e[i].y,e[i].z),c=new Be.Vector3().subVectors(l,t),u=s.dot(c);if(Math.abs(u)>1e-6)return console.log("Vertices are not on the same plane"),{isCoplanar:!1}}return{isCoplanar:!0,normal:s}}function Rg({safetyZones:e,...t}){return g.jsx("group",{...t,children:e.map((r,n)=>{let o=[];return r.geometry&&(r.geometry.compound?o=r.geometry.compound.child_geometries:r.geometry.convex_hull&&(o=[r.geometry])),o.map((a,s)=>{if(!a.convex_hull)return null;const i=a.convex_hull.vertices.map(u=>new Be.Vector3(u.x/1e3,u.y/1e3,u.z/1e3)),l=Tg(i);if(l.isCoplanar&&l.normal){const d=new Be.Vector3().addVectors(i[0],l.normal.multiplyScalar(1e-4));i.push(d)}let c;try{c=new fg.ConvexGeometry(i)}catch(u){return console.log("Error creating ConvexGeometry:",u),null}return g.jsx("mesh",{geometry:c,children:g.jsx("meshStandardMaterial",{attach:"material",color:"#009f4d",opacity:.2,depthTest:!1,depthWrite:!1,transparent:!0,polygonOffset:!0,polygonOffsetFactor:-s},n)},`${n}-${s}`)})})})}function Ag({trajectory:e,...t}){var n;const r=((n=e.trajectory)==null?void 0:n.map(o=>o.tcp_pose?new Be.Vector3(o.tcp_pose.position.x/1e3,o.tcp_pose.position.z/1e3,-o.tcp_pose.position.y/1e3):null).filter(o=>o!==null))||[];return g.jsx("group",{...t,children:r.length>0&&g.jsx(ut.Line,{points:r,lineWidth:3,polygonOffset:!0,polygonOffsetFactor:10,polygonOffsetUnits:10})})}const _g={"Jogging.Cartesian.Translation.velocityMmPerSec.lb":"{{amount}} mm/s","Jogging.Cartesian.Rotation.velocityDegPerSec.lb":"{{amount}}°/s","Jogging.Velocity.lb":"Geschwindigkeit","General.degree.variable":"{{amount}}°","General.mm.variable":"{{amount}} mm","Jogging.Cartesian.MotionType.lb":"Bewegungstyp","Jogging.Cartesian.Translation.bt":"Translation","Jogging.Cartesian.Rotation.bt":"Rotation","Jogging.Joints.JointValues.lb":"Gelenkwerte","Jogging.Increment.Continuous.dd":"Fortlaufend","Jogging.Cartesian.Orientation.lb":"Orientierung","Jogging.JointLimitsReached.lb":"Gelenkgrenzen für Gelenk {{jointNumbers}} erreicht","Jogging.Orientation.coordsys":"Roboterbasis","Jogging.Orientation.tool":"Werkzeug","SafetyBar.ActivationToggle.Activate.bt":"Aktivieren","SafetyBar.ActivationToggle.Activated.bt":"Aktiviert","SafetyBar.ActivationToggle.Activating.bt":"Wird aktiviert…","SafetyBar.ActivationToggle.Deactivating.bt":"Wird deaktiviert…","SafetyBar.ControllerType.Physical.lb":"Physisch","SafetyBar.ControllerType.Virtual.lb":"Virtuell","SafetyBar.MotionGroup.Physical.Explanation.lb":"<code>{{motionGroupId}}</code> ist ein physische Robotersteuerung. Für die Bewegung dieses Roboters sind <strong>Sicherheitsmaßnahmen</strong> aktiv.","SafetyBar.MotionGroup.Virtual.Explanation.lb":"<1>{{motionGroupId}}</1> ist eine virtuelle Robotersteuerung ohne physisches Gegenstück. Der Roboter kann ohne Sicherheitsmaßnahmen bewegt werden.","SafetyBar.OperationMode.Auto.Explanation.lb":"Automatischer Betriebsmodus der Robotersteuerung aktiv. Automatisierte Bewegung ohne manuelle Bestätigung freigegeben.","SafetyBar.OperationMode.Automatic.ti":"Automatisch","SafetyBar.OperationMode.Error.Explanation.lb":"Fehler beim Abrufen des Betriebsmodus. Originalhandbediengerät des Roboters verwenden, um Fehler zu lösen.","SafetyBar.OperationMode.Error.lb":"Fehler","SafetyBar.OperationMode.Manual.Explanation.lb":`Die Robotersteuerung befindet sich im manuellen Betriebsmodus.
23
+ Bei einem physischen Roboter bedeutet dies im Allgemeinen, dass ein Freigabeschalter gedrückt werden muss, damit sich der Roboter erfolgreich bewegen kann.`,"SafetyBar.OperationMode.Manual.lb":"Manuell","SafetyBar.OperationMode.ti":"Betriebsmodus","SafetyBar.SafetyState.Error.Explanation.lb":"Die Robotersteuerung ist in einen unerwarteten Sicherheitszustand eingetreten.","SafetyBar.SafetyState.Error.lb":"Fehler","SafetyBar.SafetyState.Estop.lb":"NOT-AUS","SafetyBar.SafetyState.ManualActionRequired.Explanation.lb":"Die Robotersteuerung ist in einen Sicherheitszustand eingetreten, der manuelle Maßnahmen zur Behebung erfordert.","SafetyBar.SafetyState.ManualActionRequired.lb":"Aktion erforderlich","SafetyBar.SafetyState.Normal.Explanation.lb":"Die Robotersteuerung befindet sich in einem sicheren Zustand. Roboterbewegungen sind möglich.","SafetyBar.SafetyState.Normal.lb":"Sicher","SafetyBar.SafetyState.Stop.Explanation.lb":"Die Robotersteuerung ist in einen Stoppzustand übergegangen. Bis der Stoppzustand aufgelöst ist, ist keine Bewegung mehr möglich.","SafetyBar.SafetyState.Stop.lb":"Stopp","SafetyBar.SafetyState.ti":"Sicherheitszustand","SafetyBar.StopState.Estop.Explanation.lb":"NOT-AUS aktiviert. NOT-AUS freischalten, um Roboter zu bewegen.","Jogging.Increment.hlb":"Schrittgröße","Jogging.CoordinateSystem.hlb":"Koordinatensystem","Jogging.Cartesian.bt":"Kartesisch","Jogging.Joints.bt":"Gelenke","Jogging.Velocity.bt":"Geschwindigkeit","CycleTimer.RemainingTime.lb":"Verbleibende Zeit","CycleTimer.OfTime.lb":"von {{time}} min.","CycleTimer.Time.lb":"{{time}} min.","CycleTimer.Error.lb":"Fehler","ProgramControl.Start.bt":"Start","ProgramControl.Resume.bt":"Weiter","ProgramControl.Retry.bt":"Wiederholen","ProgramControl.Pause.bt":"Pause","ProgramControl.Stop.bt":"Stopp","ProgramStateIndicator.Running.lb":"In Betrieb","ProgramStateIndicator.Error.lb":"Fehler","ProgramStateIndicator.EStop.lb":"Not-Aus","ProgramStateIndicator.Idle.lb":"Leerlauf","ProgramStateIndicator.Paused.lb":"Pausiert","ProgramStateIndicator.Ready.lb":"Bereit","ProgramStateIndicator.Stopped.lb":"Gestoppt","ProgramStateIndicator.Auto.lb":"Auto","ProgramStateIndicator.Manual.lb":"Manuell","ProgramStateIndicator.ManualT1.lb":"Manuell T1","ProgramStateIndicator.ManualT2.lb":"Manuell T2","RobotSetupReadinessIndicator.Ready.lb":"Bereit","RobotSetupReadinessIndicator.RobotDisconnected.lb":"Roboter getrennt","RobotSetupReadinessIndicator.PreconditionNotFulfilled.lb":"Voraussetzung nicht erfüllt","RobotCard.Runtime.lb":"Laufzeit","RobotCard.DriveToHome.bt":"Zur Home-Position fahren"},Eg={"Jogging.Cartesian.Translation.velocityMmPerSec.lb":"{{amount}} mm/s","Jogging.Cartesian.Rotation.velocityDegPerSec.lb":"{{amount}}°/s","Jogging.Velocity.lb":"Velocity","General.degree.variable":"{{amount}}°","General.mm.variable":"{{amount}} mm","Jogging.Cartesian.MotionType.lb":"Motion type","Jogging.Cartesian.Translation.bt":"Translation","Jogging.Cartesian.Rotation.bt":"Rotation","Jogging.Joints.JointValues.lb":"Joint values","Jogging.Increment.Continuous.dd":"Continuous","Jogging.Cartesian.Orientation.lb":"Orientation","Jogging.Activating.lb":"Activating jogging","Jogging.JointLimitsReached.lb":"Joint limit reached for joint {{jointNumbers}}","Jogging.Orientation.coordsys":"Robot base","Jogging.Orientation.tool":"Tool","SafetyBar.ActivationToggle.Activate.bt":"Activate","SafetyBar.ActivationToggle.Activated.bt":"Activated","SafetyBar.ActivationToggle.Activating.bt":"Activating","SafetyBar.ActivationToggle.Deactivating.bt":"Deactivating","SafetyBar.ControllerType.Physical.lb":"Physical","SafetyBar.ControllerType.Virtual.lb":"Virtual","SafetyBar.MotionGroup.Physical.Explanation.lb":"<code>{{motionGroupId}}</code> is a physical robot controller. <strong>Safety precautions</strong> are active for the movement of this robot.","SafetyBar.MotionGroup.Virtual.Explanation.lb":"<1>{{motionGroupId}}</1> is a virtual robot controller with no physical counterpart. It can be freely manipulated without safety precautions.","SafetyBar.OperationMode.Auto.Explanation.lb":"Automatic operation mode active. Automated movement without manual confirmation enabled.","SafetyBar.OperationMode.Automatic.ti":"Automatic","SafetyBar.OperationMode.Error.Explanation.lb":"Failed to get operation mode. Use the original control panel to resolve the error.","SafetyBar.OperationMode.Error.lb":"Error","SafetyBar.OperationMode.Manual.Explanation.lb":"The robot controller is in manual operation mode. On a physical robot, this generally indicates that an enabling switch must be held for the robot to move successfully.","SafetyBar.OperationMode.Manual.lb":"Manual","SafetyBar.OperationMode.ti":"Operation mode","SafetyBar.SafetyState.Error.Explanation.lb":"The robot controller has entered an unexpected safety state.","SafetyBar.SafetyState.Error.lb":"Error","SafetyBar.SafetyState.Estop.lb":"E-Stop","SafetyBar.SafetyState.ManualActionRequired.Explanation.lb":"The robot controller has entered a safety state requiring manual action to resolve.","SafetyBar.SafetyState.ManualActionRequired.lb":"Action required","SafetyBar.SafetyState.Normal.Explanation.lb":"The robot controller is in a safe state. Robot movement is enabled.","SafetyBar.SafetyState.Normal.lb":"Safe","SafetyBar.SafetyState.Stop.Explanation.lb":"The robot controller has entered a stop state. Movement is no longer possible until the stop state is resolved.","SafetyBar.SafetyState.Stop.lb":"Stop","SafetyBar.SafetyState.ti":"Safety state","SafetyBar.StopState.Estop.Explanation.lb":"An emergency stop of the robot controller has been triggered. Movement of the robot is no longer possible until the estop is released.","Jogging.Increment.hlb":"Increment","Jogging.CoordinateSystem.hlb":"Coordinate system","Jogging.Cartesian.bt":"Cartesian","Jogging.Joints.bt":"Joints","Jogging.Velocity.bt":"Velocity","CycleTimer.RemainingTime.lb":"Time remaining","CycleTimer.OfTime.lb":"of {{time}} min.","CycleTimer.Time.lb":"{{time}} min.","CycleTimer.Error.lb":"Error","ProgramControl.Start.bt":"Start","ProgramControl.Resume.bt":"Resume","ProgramControl.Retry.bt":"Retry","ProgramControl.Pause.bt":"Pause","ProgramControl.Stop.bt":"Stop","ProgramStateIndicator.Running.lb":"Running","ProgramStateIndicator.Error.lb":"Error","ProgramStateIndicator.EStop.lb":"E-Stop","ProgramStateIndicator.Idle.lb":"Idle","ProgramStateIndicator.Paused.lb":"Paused","ProgramStateIndicator.Ready.lb":"Ready","ProgramStateIndicator.Stopped.lb":"Stopped","ProgramStateIndicator.Auto.lb":"Auto","ProgramStateIndicator.Manual.lb":"Manual","ProgramStateIndicator.ManualT1.lb":"Manual T1","ProgramStateIndicator.ManualT2.lb":"Manual T2","RobotSetupReadinessIndicator.Ready.lb":"Ready","RobotSetupReadinessIndicator.RobotDisconnected.lb":"Robot disconnected","RobotSetupReadinessIndicator.PreconditionNotFulfilled.lb":"Precondition not fulfilled","RobotCard.Runtime.lb":"Runtime","RobotCard.DriveToHome.bt":"Drive to Home"},_l=gg.createInstance();_l.use(yg).init({supportedLngs:["en","de"],resources:{en:{translations:Eg},de:{translations:_g}},ns:["translations"],defaultNS:"translations",detection:{order:["navigator","htmlTag"]}});function Xe(e){return r=>g.jsx(Ig,{children:g.jsx(e,{...r})})}const Ig=({children:e})=>g.jsx(_e.I18nextProvider,{i18n:_l,children:e}),Vg=e=>g.jsx(P.SvgIcon,{...e,viewBox:"0 0 10 8",children:g.jsx("path",{d:"M8.825 0.9125L5 4.72917L1.175 0.9125L0 2.0875L5 7.0875L10 2.0875L8.825 0.9125Z",fill:"currentColor",fillOpacity:"0.56"})}),Mg=Xe(Oe.observer(e=>{const{appIcon:t,appName:r,apps:n=[],onAppSelect:o,sx:a}=e,[s,i]=J.useState(null),l=!!s,c=h=>{i(h.currentTarget)},u=()=>{i(null)},d=h=>{u(),h.onClick?h.onClick():h.href&&(window.location.href=h.href),o==null||o(h)};return g.jsxs(g.Fragment,{children:[g.jsx(P.AppBar,{position:"static",sx:{boxShadow:"none",backgroundImage:"none","& .MuiAppBar-root":{backgroundImage:"none",backgroundColor:"transparent"},...a},children:g.jsxs(P.Toolbar,{sx:{minHeight:"64px !important"},children:[g.jsx(P.Box,{sx:{mr:2,display:"flex",alignItems:"center"},children:t}),g.jsxs(P.Box,{sx:{display:"flex",alignItems:"center",flexGrow:1},children:[g.jsx(P.Typography,{variant:"h6",component:"div",sx:{fontWeight:700,fontSize:"20px",lineHeight:"24px",letterSpacing:0},children:r}),n.length>0&&g.jsx(P.IconButton,{color:"inherit","aria-label":"switch app","aria-controls":"app-menu","aria-haspopup":"true",onClick:c,sx:{ml:2,width:30,height:30,borderRadius:"8px",padding:"5px",backgroundColor:h=>P.alpha(h.palette.common.white,.1),opacity:1,"&:hover":{backgroundColor:h=>P.alpha(h.palette.common.white,.16)},"& .MuiSvgIcon-root":{fontSize:"10px",width:"10px",height:"8px"}},children:g.jsx(Vg,{})})]})]})}),g.jsx(P.Backdrop,{open:l,onClick:u,sx:{backdropFilter:"blur(4px)",backgroundColor:"rgba(0, 0, 0, 0.3)",zIndex:h=>h.zIndex.modal-1}}),g.jsx(P.Menu,{id:"app-menu",anchorEl:s,open:l,onClose:u,anchorOrigin:{vertical:"bottom",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"left"},sx:{zIndex:h=>h.zIndex.modal,"& .MuiPaper-root":{minWidth:200,mt:1}},children:n.map(h=>g.jsxs(P.MenuItem,{onClick:()=>d(h),sx:{display:"flex",alignItems:"center",gap:2,py:1.5,px:2},children:[g.jsx(P.Box,{sx:{display:"flex",alignItems:"center"},children:h.icon}),g.jsx(P.Typography,{variant:"body1",children:h.name})]},h.id))})]})}));function K(){return K=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},K.apply(null,arguments)}function cr(e,t){if(e==null)return{};var r={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.indexOf(n)!==-1)continue;r[n]=e[n]}return r}function es(e,t,r=void 0){const n={};for(const o in e){const a=e[o];let s="",i=!0;for(let l=0;l<a.length;l+=1){const c=a[l];c&&(s+=(i===!0?"":" ")+t(c),i=!1,r&&r[c]&&(s+=" "+r[c]))}n[o]=s}return n}function Uh(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(r=Uh(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function Pt(){for(var e,t,r=0,n="",o=arguments.length;r<o;r++)(e=arguments[r])&&(t=Uh(e))&&(n&&(n+=" "),n+=t);return n}function ur(e,...t){const r=new URL(`https://mui.com/production-error/?code=${e}`);return t.forEach(n=>r.searchParams.append("args[]",n)),`Minified MUI error #${e}; visit ${r} for the full message.`}const Dh="$$material";function jg(e){for(var t=0,r,n=0,o=e.length;o>=4;++n,o-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var kg={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};function $g(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var Ug=/[A-Z]|^ms/g,Dg=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Lh=function(t){return t.charCodeAt(1)===45},$c=function(t){return t!=null&&typeof t!="boolean"},Zs=$g(function(e){return Lh(e)?e:e.replace(Ug,"-$&").toLowerCase()}),Uc=function(t,r){switch(t){case"animation":case"animationName":if(typeof r=="string")return r.replace(Dg,function(n,o,a){return ir={name:o,styles:a,next:ir},o})}return kg[t]!==1&&!Lh(t)&&typeof r=="number"&&r!==0?r+"px":r};function Aa(e,t,r){if(r==null)return"";var n=r;if(n.__emotion_styles!==void 0)return n;switch(typeof r){case"boolean":return"";case"object":{var o=r;if(o.anim===1)return ir={name:o.name,styles:o.styles,next:ir},o.name;var a=r;if(a.styles!==void 0){var s=a.next;if(s!==void 0)for(;s!==void 0;)ir={name:s.name,styles:s.styles,next:ir},s=s.next;var i=a.styles+";";return i}return Lg(e,t,r)}}var l=r;return l}function Lg(e,t,r){var n="";if(Array.isArray(r))for(var o=0;o<r.length;o++)n+=Aa(e,t,r[o])+";";else for(var a in r){var s=r[a];if(typeof s!="object"){var i=s;$c(i)&&(n+=Zs(a)+":"+Uc(a,i)+";")}else if(Array.isArray(s)&&typeof s[0]=="string"&&t==null)for(var l=0;l<s.length;l++)$c(s[l])&&(n+=Zs(a)+":"+Uc(a,s[l])+";");else{var c=Aa(e,t,s);switch(a){case"animation":case"animationName":{n+=Zs(a)+":"+c+";";break}default:n+=a+"{"+c+"}"}}}return n}var Dc=/label:\s*([^\s;{]+)\s*(;|$)/g,ir;function Bg(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,o="";ir=void 0;var a=e[0];if(a==null||a.raw===void 0)n=!1,o+=Aa(r,t,a);else{var s=a;o+=s[0]}for(var i=1;i<e.length;i++)if(o+=Aa(r,t,e[i]),n){var l=a;o+=l[i]}Dc.lastIndex=0;for(var c="",u;(u=Dc.exec(o))!==null;)c+="-"+u[1];var d=jg(o)+c;return{name:d,styles:o,next:ir}}/**
23
24
  * @mui/styled-engine v7.1.1
24
25
  *
25
26
  * @license MIT
26
27
  * This source code is licensed under the MIT license found in the
27
28
  * LICENSE file in the root directory of this source tree.
28
- */function Ag(e,t){const r=lg(e,t);return process.env.NODE_ENV!=="production"?(...n)=>{const a=typeof e=="string"?`"${e}"`:"component";return n.length===0?console.error([`MUI: Seems like you called \`styled(${a})()\` without a \`style\` argument.`,'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join(`
29
- `)):n.some(o=>o===void 0)&&console.error(`MUI: the styled(${a})(...args) API requires all its args to be defined.`),r(...n)}:r}function Rg(e,t){Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))}const Vc=[];function Ec(e){return Vc[0]=e,Tg(Vc)}var La={exports:{}},ve={};/**
29
+ */function Ng(e,t){const r=xg(e,t);return process.env.NODE_ENV!=="production"?(...n)=>{const o=typeof e=="string"?`"${e}"`:"component";return n.length===0?console.error([`MUI: Seems like you called \`styled(${o})()\` without a \`style\` argument.`,'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join(`
30
+ `)):n.some(a=>a===void 0)&&console.error(`MUI: the styled(${o})(...args) API requires all its args to be defined.`),r(...n)}:r}function Fg(e,t){Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))}const Lc=[];function Bc(e){return Lc[0]=e,Bg(Lc)}var Ho={exports:{}},Ce={};/**
30
31
  * @license React
31
32
  * react-is.production.js
32
33
  *
@@ -34,7 +35,7 @@ React keys must be passed directly to JSX without using spread:
34
35
  *
35
36
  * This source code is licensed under the MIT license found in the
36
37
  * LICENSE file in the root directory of this source tree.
37
- */var Ic;function _g(){if(Ic)return ve;Ic=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),o=Symbol.for("react.consumer"),s=Symbol.for("react.context"),i=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),c=Symbol.for("react.suspense_list"),u=Symbol.for("react.memo"),d=Symbol.for("react.lazy"),h=Symbol.for("react.view_transition"),p=Symbol.for("react.client.reference");function f(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 l:case c:case h:return m;default:switch(m=m&&m.$$typeof,m){case s:case i:case d:case u:return m;case o:return m;default:return b}}case t:return b}}}return ve.ContextConsumer=o,ve.ContextProvider=s,ve.Element=e,ve.ForwardRef=i,ve.Fragment=r,ve.Lazy=d,ve.Memo=u,ve.Portal=t,ve.Profiler=a,ve.StrictMode=n,ve.Suspense=l,ve.SuspenseList=c,ve.isContextConsumer=function(m){return f(m)===o},ve.isContextProvider=function(m){return f(m)===s},ve.isElement=function(m){return typeof m=="object"&&m!==null&&m.$$typeof===e},ve.isForwardRef=function(m){return f(m)===i},ve.isFragment=function(m){return f(m)===r},ve.isLazy=function(m){return f(m)===d},ve.isMemo=function(m){return f(m)===u},ve.isPortal=function(m){return f(m)===t},ve.isProfiler=function(m){return f(m)===a},ve.isStrictMode=function(m){return f(m)===n},ve.isSuspense=function(m){return f(m)===l},ve.isSuspenseList=function(m){return f(m)===c},ve.isValidElementType=function(m){return typeof m=="string"||typeof m=="function"||m===r||m===a||m===n||m===l||m===c||typeof m=="object"&&m!==null&&(m.$$typeof===d||m.$$typeof===u||m.$$typeof===s||m.$$typeof===o||m.$$typeof===i||m.$$typeof===p||m.getModuleId!==void 0)},ve.typeOf=f,ve}var Se={};/**
38
+ */var Nc;function zg(){if(Nc)return Ce;Nc=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),a=Symbol.for("react.consumer"),s=Symbol.for("react.context"),i=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),c=Symbol.for("react.suspense_list"),u=Symbol.for("react.memo"),d=Symbol.for("react.lazy"),h=Symbol.for("react.view_transition"),p=Symbol.for("react.client.reference");function f(m){if(typeof m=="object"&&m!==null){var b=m.$$typeof;switch(b){case e:switch(m=m.type,m){case r:case o:case n:case l:case c:case h:return m;default:switch(m=m&&m.$$typeof,m){case s:case i:case d:case u:return m;case a:return m;default:return b}}case t:return b}}}return Ce.ContextConsumer=a,Ce.ContextProvider=s,Ce.Element=e,Ce.ForwardRef=i,Ce.Fragment=r,Ce.Lazy=d,Ce.Memo=u,Ce.Portal=t,Ce.Profiler=o,Ce.StrictMode=n,Ce.Suspense=l,Ce.SuspenseList=c,Ce.isContextConsumer=function(m){return f(m)===a},Ce.isContextProvider=function(m){return f(m)===s},Ce.isElement=function(m){return typeof m=="object"&&m!==null&&m.$$typeof===e},Ce.isForwardRef=function(m){return f(m)===i},Ce.isFragment=function(m){return f(m)===r},Ce.isLazy=function(m){return f(m)===d},Ce.isMemo=function(m){return f(m)===u},Ce.isPortal=function(m){return f(m)===t},Ce.isProfiler=function(m){return f(m)===o},Ce.isStrictMode=function(m){return f(m)===n},Ce.isSuspense=function(m){return f(m)===l},Ce.isSuspenseList=function(m){return f(m)===c},Ce.isValidElementType=function(m){return typeof m=="string"||typeof m=="function"||m===r||m===o||m===n||m===l||m===c||typeof m=="object"&&m!==null&&(m.$$typeof===d||m.$$typeof===u||m.$$typeof===s||m.$$typeof===a||m.$$typeof===i||m.$$typeof===p||m.getModuleId!==void 0)},Ce.typeOf=f,Ce}var Pe={};/**
38
39
  * @license React
39
40
  * react-is.development.js
40
41
  *
@@ -42,15 +43,15 @@ React keys must be passed directly to JSX without using spread:
42
43
  *
43
44
  * This source code is licensed under the MIT license found in the
44
45
  * LICENSE file in the root directory of this source tree.
45
- */var Mc;function Vg(){return Mc||(Mc=1,process.env.NODE_ENV!=="production"&&function(){function e(m){if(typeof m=="object"&&m!==null){var b=m.$$typeof;switch(b){case t:switch(m=m.type,m){case n:case o:case a:case c:case u:case p:return m;default:switch(m=m&&m.$$typeof,m){case i:case l:case h:case d:return m;case s:return m;default:return b}}case r:return b}}}var t=Symbol.for("react.transitional.element"),r=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),s=Symbol.for("react.consumer"),i=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),u=Symbol.for("react.suspense_list"),d=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),p=Symbol.for("react.view_transition"),f=Symbol.for("react.client.reference");Se.ContextConsumer=s,Se.ContextProvider=i,Se.Element=t,Se.ForwardRef=l,Se.Fragment=n,Se.Lazy=h,Se.Memo=d,Se.Portal=r,Se.Profiler=o,Se.StrictMode=a,Se.Suspense=c,Se.SuspenseList=u,Se.isContextConsumer=function(m){return e(m)===s},Se.isContextProvider=function(m){return e(m)===i},Se.isElement=function(m){return typeof m=="object"&&m!==null&&m.$$typeof===t},Se.isForwardRef=function(m){return e(m)===l},Se.isFragment=function(m){return e(m)===n},Se.isLazy=function(m){return e(m)===h},Se.isMemo=function(m){return e(m)===d},Se.isPortal=function(m){return e(m)===r},Se.isProfiler=function(m){return e(m)===o},Se.isStrictMode=function(m){return e(m)===a},Se.isSuspense=function(m){return e(m)===c},Se.isSuspenseList=function(m){return e(m)===u},Se.isValidElementType=function(m){return typeof m=="string"||typeof m=="function"||m===n||m===o||m===a||m===c||m===u||typeof m=="object"&&m!==null&&(m.$$typeof===h||m.$$typeof===d||m.$$typeof===i||m.$$typeof===s||m.$$typeof===l||m.$$typeof===f||m.getModuleId!==void 0)},Se.typeOf=e}()),Se}var $c;function Eg(){return $c||($c=1,process.env.NODE_ENV==="production"?La.exports=_g():La.exports=Vg()),La.exports}var wo=Eg();function _t(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function Eh(e){if(B.isValidElement(e)||wo.isValidElementType(e)||!_t(e))return e;const t={};return Object.keys(e).forEach(r=>{t[r]=Eh(e[r])}),t}function et(e,t,r={clone:!0}){const n=r.clone?{...e}:e;return _t(e)&&_t(t)&&Object.keys(t).forEach(a=>{B.isValidElement(t[a])||wo.isValidElementType(t[a])?n[a]=t[a]:_t(t[a])&&Object.prototype.hasOwnProperty.call(e,a)&&_t(e[a])?n[a]=et(e[a],t[a],r):r.clone?n[a]=_t(t[a])?Eh(t[a]):t[a]:n[a]=t[a]}),n}const Ig=e=>{const t=Object.keys(e).map(r=>({key:r,val:e[r]}))||[];return t.sort((r,n)=>r.val-n.val),t.reduce((r,n)=>({...r,[n.key]:n.val}),{})};function Mg(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:r="px",step:n=5,...a}=e,o=Ig(t),s=Object.keys(o);function i(h){return`@media (min-width:${typeof t[h]=="number"?t[h]:h}${r})`}function l(h){return`@media (max-width:${(typeof t[h]=="number"?t[h]:h)-n/100}${r})`}function c(h,p){const f=s.indexOf(p);return`@media (min-width:${typeof t[h]=="number"?t[h]:h}${r}) and (max-width:${(f!==-1&&typeof t[s[f]]=="number"?t[s[f]]:p)-n/100}${r})`}function u(h){return s.indexOf(h)+1<s.length?c(h,s[s.indexOf(h)+1]):i(h)}function d(h){const p=s.indexOf(h);return p===0?i(s[1]):p===s.length-1?l(s[p]):c(h,s[s.indexOf(h)+1]).replace("@media","@media not all and")}return{keys:s,values:o,up:i,down:l,between:c,only:u,not:d,unit:r,...a}}function $g(e,t){if(!e.containerQueries)return t;const r=Object.keys(t).filter(n=>n.startsWith("@container")).sort((n,a)=>{var s,i;const o=/min-width:\s*([0-9.]+)/;return+(((s=n.match(o))==null?void 0:s[1])||0)-+(((i=a.match(o))==null?void 0:i[1])||0)});return r.length?r.reduce((n,a)=>{const o=t[a];return delete n[a],n[a]=o,n},{...t}):t}function jg(e,t){return t==="@"||t.startsWith("@")&&(e.some(r=>t.startsWith(`@${r}`))||!!t.match(/^@\d/))}function kg(e,t){const r=t.match(/^@([^/]+)?\/?(.+)?$/);if(!r){if(process.env.NODE_ENV!=="production")throw new Error(process.env.NODE_ENV!=="production"?`MUI: The provided shorthand ${`(${t})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.
46
- For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.`:sr(18,`(${t})`));return null}const[,n,a]=r,o=Number.isNaN(+n)?n||0:+n;return e.containerQueries(a).up(o)}function Ug(e){const t=(o,s)=>o.replace("@media",s?`@container ${s}`:"@container");function r(o,s){o.up=(...i)=>t(e.breakpoints.up(...i),s),o.down=(...i)=>t(e.breakpoints.down(...i),s),o.between=(...i)=>t(e.breakpoints.between(...i),s),o.only=(...i)=>t(e.breakpoints.only(...i),s),o.not=(...i)=>{const l=t(e.breakpoints.not(...i),s);return l.includes("not all and")?l.replace("not all and ","").replace("min-width:","width<").replace("max-width:","width>").replace("and","or"):l}}const n={},a=o=>(r(n,o),n);return r(a),{...e,containerQueries:a}}const Lg={borderRadius:4},cr=process.env.NODE_ENV!=="production"?g.oneOfType([g.number,g.string,g.object,g.array]):{};function Zn(e,t){return t?et(e,t,{clone:!1}):e}const Yo={xs:0,sm:600,md:900,lg:1200,xl:1536},jc={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${Yo[e]}px)`},Dg={containerQueries:e=>({up:t=>{let r=typeof t=="number"?t:Yo[t]||t;return typeof r=="number"&&(r=`${r}px`),e?`@container ${e} (min-width:${r})`:`@container (min-width:${r})`}})};function wt(e,t,r){const n=e.theme||{};if(Array.isArray(t)){const o=n.breakpoints||jc;return t.reduce((s,i,l)=>(s[o.up(o.keys[l])]=r(t[l]),s),{})}if(typeof t=="object"){const o=n.breakpoints||jc;return Object.keys(t).reduce((s,i)=>{if(jg(o.keys,i)){const l=kg(n.containerQueries?n:Dg,i);l&&(s[l]=r(t[i],i))}else if(Object.keys(o.values||Yo).includes(i)){const l=o.up(i);s[l]=r(t[i],i)}else{const l=i;s[l]=t[l]}return s},{})}return r(t)}function Ih(e={}){var r;return((r=e.keys)==null?void 0:r.reduce((n,a)=>{const o=e.up(a);return n[o]={},n},{}))||{}}function Mh(e,t){return e.reduce((r,n)=>{const a=r[n];return(!a||Object.keys(a).length===0)&&delete r[n],r},t)}function Bg(e,...t){const r=Ih(e),n=[r,...t].reduce((a,o)=>et(a,o),{});return Mh(Object.keys(r),n)}function Ng(e,t){if(typeof e!="object")return{};const r={},n=Object.keys(t);return Array.isArray(e)?n.forEach((a,o)=>{o<e.length&&(r[a]=!0)}):n.forEach(a=>{e[a]!=null&&(r[a]=!0)}),r}function Ws({values:e,breakpoints:t,base:r}){const n=r||Ng(e,t),a=Object.keys(n);if(a.length===0)return e;let o;return a.reduce((s,i,l)=>(Array.isArray(e)?(s[i]=e[l]!=null?e[l]:e[o],o=l):typeof e=="object"?(s[i]=e[i]!=null?e[i]:e[o],o=i):s[i]=e,s),{})}function Ze(e){if(typeof e!="string")throw new Error(process.env.NODE_ENV!=="production"?"MUI: `capitalize(string)` expects a string argument.":sr(7));return e.charAt(0).toUpperCase()+e.slice(1)}function Ko(e,t,r=!0){if(!t||typeof t!="string")return null;if(e&&e.vars&&r){const n=`vars.${t}`.split(".").reduce((a,o)=>a&&a[o]?a[o]:null,e);if(n!=null)return n}return t.split(".").reduce((n,a)=>n&&n[a]!=null?n[a]:null,e)}function Co(e,t,r,n=r){let a;return typeof e=="function"?a=e(r):Array.isArray(e)?a=e[r]||n:a=Ko(e,r)||n,t&&(a=t(a,n,e)),a}function Ue(e){const{prop:t,cssProperty:r=e.prop,themeKey:n,transform:a}=e,o=s=>{if(s[t]==null)return null;const i=s[t],l=s.theme,c=Ko(l,n)||{};return wt(s,i,d=>{let h=Co(c,a,d);return d===h&&typeof d=="string"&&(h=Co(c,a,`${t}${d==="default"?"":Ze(d)}`,d)),r===!1?h:{[r]:h}})};return o.propTypes=process.env.NODE_ENV!=="production"?{[t]:cr}:{},o.filterProps=[t],o}function Fg(e){const t={};return r=>(t[r]===void 0&&(t[r]=e(r)),t[r])}const zg={m:"margin",p:"padding"},Gg={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},kc={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},Hg=Fg(e=>{if(e.length>2)if(kc[e])e=kc[e];else return[e];const[t,r]=e.split(""),n=zg[t],a=Gg[r]||"";return Array.isArray(a)?a.map(o=>n+o):[n+a]}),Qo=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],Xo=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],qg=[...Qo,...Xo];function va(e,t,r,n){const a=Ko(e,t,!0)??r;return typeof a=="number"||typeof a=="string"?o=>typeof o=="string"?o:(process.env.NODE_ENV!=="production"&&typeof o!="number"&&console.error(`MUI: Expected ${n} argument to be a number or a string, got ${o}.`),typeof a=="string"?a.startsWith("var(")&&o===0?0:a.startsWith("var(")&&o===1?a:`calc(${o} * ${a})`:a*o):Array.isArray(a)?o=>{if(typeof o=="string")return o;const s=Math.abs(o);process.env.NODE_ENV!=="production"&&(Number.isInteger(s)?s>a.length-1&&console.error([`MUI: The value provided (${s}) overflows.`,`The supported values are: ${JSON.stringify(a)}.`,`${s} > ${a.length-1}, you need to add the missing values.`].join(`
46
+ */var Fc;function Gg(){return Fc||(Fc=1,process.env.NODE_ENV!=="production"&&function(){function e(m){if(typeof m=="object"&&m!==null){var b=m.$$typeof;switch(b){case t:switch(m=m.type,m){case n:case a:case o:case c:case u:case p:return m;default:switch(m=m&&m.$$typeof,m){case i:case l:case h:case d:return m;case s:return m;default:return b}}case r:return b}}}var t=Symbol.for("react.transitional.element"),r=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),s=Symbol.for("react.consumer"),i=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),u=Symbol.for("react.suspense_list"),d=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),p=Symbol.for("react.view_transition"),f=Symbol.for("react.client.reference");Pe.ContextConsumer=s,Pe.ContextProvider=i,Pe.Element=t,Pe.ForwardRef=l,Pe.Fragment=n,Pe.Lazy=h,Pe.Memo=d,Pe.Portal=r,Pe.Profiler=a,Pe.StrictMode=o,Pe.Suspense=c,Pe.SuspenseList=u,Pe.isContextConsumer=function(m){return e(m)===s},Pe.isContextProvider=function(m){return e(m)===i},Pe.isElement=function(m){return typeof m=="object"&&m!==null&&m.$$typeof===t},Pe.isForwardRef=function(m){return e(m)===l},Pe.isFragment=function(m){return e(m)===n},Pe.isLazy=function(m){return e(m)===h},Pe.isMemo=function(m){return e(m)===d},Pe.isPortal=function(m){return e(m)===r},Pe.isProfiler=function(m){return e(m)===a},Pe.isStrictMode=function(m){return e(m)===o},Pe.isSuspense=function(m){return e(m)===c},Pe.isSuspenseList=function(m){return e(m)===u},Pe.isValidElementType=function(m){return typeof m=="string"||typeof m=="function"||m===n||m===a||m===o||m===c||m===u||typeof m=="object"&&m!==null&&(m.$$typeof===h||m.$$typeof===d||m.$$typeof===i||m.$$typeof===s||m.$$typeof===l||m.$$typeof===f||m.getModuleId!==void 0)},Pe.typeOf=e}()),Pe}var zc;function Hg(){return zc||(zc=1,process.env.NODE_ENV==="production"?Ho.exports=zg():Ho.exports=Gg()),Ho.exports}var _a=Hg();function Vt(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function Bh(e){if(F.isValidElement(e)||_a.isValidElementType(e)||!Vt(e))return e;const t={};return Object.keys(e).forEach(r=>{t[r]=Bh(e[r])}),t}function nt(e,t,r={clone:!0}){const n=r.clone?{...e}:e;return Vt(e)&&Vt(t)&&Object.keys(t).forEach(o=>{F.isValidElement(t[o])||_a.isValidElementType(t[o])?n[o]=t[o]:Vt(t[o])&&Object.prototype.hasOwnProperty.call(e,o)&&Vt(e[o])?n[o]=nt(e[o],t[o],r):r.clone?n[o]=Vt(t[o])?Bh(t[o]):t[o]:n[o]=t[o]}),n}const qg=e=>{const t=Object.keys(e).map(r=>({key:r,val:e[r]}))||[];return t.sort((r,n)=>r.val-n.val),t.reduce((r,n)=>({...r,[n.key]:n.val}),{})};function Wg(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:r="px",step:n=5,...o}=e,a=qg(t),s=Object.keys(a);function i(h){return`@media (min-width:${typeof t[h]=="number"?t[h]:h}${r})`}function l(h){return`@media (max-width:${(typeof t[h]=="number"?t[h]:h)-n/100}${r})`}function c(h,p){const f=s.indexOf(p);return`@media (min-width:${typeof t[h]=="number"?t[h]:h}${r}) and (max-width:${(f!==-1&&typeof t[s[f]]=="number"?t[s[f]]:p)-n/100}${r})`}function u(h){return s.indexOf(h)+1<s.length?c(h,s[s.indexOf(h)+1]):i(h)}function d(h){const p=s.indexOf(h);return p===0?i(s[1]):p===s.length-1?l(s[p]):c(h,s[s.indexOf(h)+1]).replace("@media","@media not all and")}return{keys:s,values:a,up:i,down:l,between:c,only:u,not:d,unit:r,...o}}function Jg(e,t){if(!e.containerQueries)return t;const r=Object.keys(t).filter(n=>n.startsWith("@container")).sort((n,o)=>{var s,i;const a=/min-width:\s*([0-9.]+)/;return+(((s=n.match(a))==null?void 0:s[1])||0)-+(((i=o.match(a))==null?void 0:i[1])||0)});return r.length?r.reduce((n,o)=>{const a=t[o];return delete n[o],n[o]=a,n},{...t}):t}function Yg(e,t){return t==="@"||t.startsWith("@")&&(e.some(r=>t.startsWith(`@${r}`))||!!t.match(/^@\d/))}function Kg(e,t){const r=t.match(/^@([^/]+)?\/?(.+)?$/);if(!r){if(process.env.NODE_ENV!=="production")throw new Error(process.env.NODE_ENV!=="production"?`MUI: The provided shorthand ${`(${t})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.
47
+ For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.`:ur(18,`(${t})`));return null}const[,n,o]=r,a=Number.isNaN(+n)?n||0:+n;return e.containerQueries(o).up(a)}function Qg(e){const t=(a,s)=>a.replace("@media",s?`@container ${s}`:"@container");function r(a,s){a.up=(...i)=>t(e.breakpoints.up(...i),s),a.down=(...i)=>t(e.breakpoints.down(...i),s),a.between=(...i)=>t(e.breakpoints.between(...i),s),a.only=(...i)=>t(e.breakpoints.only(...i),s),a.not=(...i)=>{const l=t(e.breakpoints.not(...i),s);return l.includes("not all and")?l.replace("not all and ","").replace("min-width:","width<").replace("max-width:","width>").replace("and","or"):l}}const n={},o=a=>(r(n,a),n);return r(o),{...e,containerQueries:o}}const Xg={borderRadius:4},pr=process.env.NODE_ENV!=="production"?x.oneOfType([x.number,x.string,x.object,x.array]):{};function oo(e,t){return t?nt(e,t,{clone:!1}):e}const ts={xs:0,sm:600,md:900,lg:1200,xl:1536},Gc={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${ts[e]}px)`},Zg={containerQueries:e=>({up:t=>{let r=typeof t=="number"?t:ts[t]||t;return typeof r=="number"&&(r=`${r}px`),e?`@container ${e} (min-width:${r})`:`@container (min-width:${r})`}})};function Tt(e,t,r){const n=e.theme||{};if(Array.isArray(t)){const a=n.breakpoints||Gc;return t.reduce((s,i,l)=>(s[a.up(a.keys[l])]=r(t[l]),s),{})}if(typeof t=="object"){const a=n.breakpoints||Gc;return Object.keys(t).reduce((s,i)=>{if(Yg(a.keys,i)){const l=Kg(n.containerQueries?n:Zg,i);l&&(s[l]=r(t[i],i))}else if(Object.keys(a.values||ts).includes(i)){const l=a.up(i);s[l]=r(t[i],i)}else{const l=i;s[l]=t[l]}return s},{})}return r(t)}function Nh(e={}){var r;return((r=e.keys)==null?void 0:r.reduce((n,o)=>{const a=e.up(o);return n[a]={},n},{}))||{}}function Fh(e,t){return e.reduce((r,n)=>{const o=r[n];return(!o||Object.keys(o).length===0)&&delete r[n],r},t)}function e0(e,...t){const r=Nh(e),n=[r,...t].reduce((o,a)=>nt(o,a),{});return Fh(Object.keys(r),n)}function t0(e,t){if(typeof e!="object")return{};const r={},n=Object.keys(t);return Array.isArray(e)?n.forEach((o,a)=>{a<e.length&&(r[o]=!0)}):n.forEach(o=>{e[o]!=null&&(r[o]=!0)}),r}function ei({values:e,breakpoints:t,base:r}){const n=r||t0(e,t),o=Object.keys(n);if(o.length===0)return e;let a;return o.reduce((s,i,l)=>(Array.isArray(e)?(s[i]=e[l]!=null?e[l]:e[a],a=l):typeof e=="object"?(s[i]=e[i]!=null?e[i]:e[a],a=i):s[i]=e,s),{})}function rt(e){if(typeof e!="string")throw new Error(process.env.NODE_ENV!=="production"?"MUI: `capitalize(string)` expects a string argument.":ur(7));return e.charAt(0).toUpperCase()+e.slice(1)}function rs(e,t,r=!0){if(!t||typeof t!="string")return null;if(e&&e.vars&&r){const n=`vars.${t}`.split(".").reduce((o,a)=>o&&o[a]?o[a]:null,e);if(n!=null)return n}return t.split(".").reduce((n,o)=>n&&n[o]!=null?n[o]:null,e)}function Ea(e,t,r,n=r){let o;return typeof e=="function"?o=e(r):Array.isArray(e)?o=e[r]||n:o=rs(e,r)||n,t&&(o=t(o,n,e)),o}function Ne(e){const{prop:t,cssProperty:r=e.prop,themeKey:n,transform:o}=e,a=s=>{if(s[t]==null)return null;const i=s[t],l=s.theme,c=rs(l,n)||{};return Tt(s,i,d=>{let h=Ea(c,o,d);return d===h&&typeof d=="string"&&(h=Ea(c,o,`${t}${d==="default"?"":rt(d)}`,d)),r===!1?h:{[r]:h}})};return a.propTypes=process.env.NODE_ENV!=="production"?{[t]:pr}:{},a.filterProps=[t],a}function r0(e){const t={};return r=>(t[r]===void 0&&(t[r]=e(r)),t[r])}const n0={m:"margin",p:"padding"},o0={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},Hc={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},a0=r0(e=>{if(e.length>2)if(Hc[e])e=Hc[e];else return[e];const[t,r]=e.split(""),n=n0[t],o=o0[r]||"";return Array.isArray(o)?o.map(a=>n+a):[n+o]}),ns=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],os=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],s0=[...ns,...os];function To(e,t,r,n){const o=rs(e,t,!0)??r;return typeof o=="number"||typeof o=="string"?a=>typeof a=="string"?a:(process.env.NODE_ENV!=="production"&&typeof a!="number"&&console.error(`MUI: Expected ${n} argument to be a number or a string, got ${a}.`),typeof o=="string"?o.startsWith("var(")&&a===0?0:o.startsWith("var(")&&a===1?o:`calc(${a} * ${o})`:o*a):Array.isArray(o)?a=>{if(typeof a=="string")return a;const s=Math.abs(a);process.env.NODE_ENV!=="production"&&(Number.isInteger(s)?s>o.length-1&&console.error([`MUI: The value provided (${s}) overflows.`,`The supported values are: ${JSON.stringify(o)}.`,`${s} > ${o.length-1}, you need to add the missing values.`].join(`
47
48
  `)):console.error([`MUI: The \`theme.${t}\` array type cannot be combined with non integer values.You should either use an integer value that can be used as index, or define the \`theme.${t}\` as a number.`].join(`
48
- `)));const i=a[s];return o>=0?i:typeof i=="number"?-i:typeof i=="string"&&i.startsWith("var(")?`calc(-1 * ${i})`:`-${i}`}:typeof a=="function"?a:(process.env.NODE_ENV!=="production"&&console.error([`MUI: The \`theme.${t}\` value (${a}) is invalid.`,"It should be a number, an array or a function."].join(`
49
- `)),()=>{})}function Zo(e){return va(e,"spacing",8,"spacing")}function xr(e,t){return typeof t=="string"||t==null?t:e(t)}function Jg(e,t){return r=>e.reduce((n,a)=>(n[a]=xr(t,r),n),{})}function Wg(e,t,r,n){if(!t.includes(r))return null;const a=Hg(r),o=Jg(a,n),s=e[r];return wt(e,s,o)}function $h(e,t){const r=Zo(e.theme);return Object.keys(e).map(n=>Wg(e,t,n,r)).reduce(Zn,{})}function $e(e){return $h(e,Qo)}$e.propTypes=process.env.NODE_ENV!=="production"?Qo.reduce((e,t)=>(e[t]=cr,e),{}):{};$e.filterProps=Qo;function je(e){return $h(e,Xo)}je.propTypes=process.env.NODE_ENV!=="production"?Xo.reduce((e,t)=>(e[t]=cr,e),{}):{};je.filterProps=Xo;process.env.NODE_ENV!=="production"&&qg.reduce((e,t)=>(e[t]=cr,e),{});function jh(e=8,t=Zo({spacing:e})){if(e.mui)return e;const r=(...n)=>(process.env.NODE_ENV!=="production"&&(n.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${n.length}`)),(n.length===0?[1]:n).map(o=>{const s=t(o);return typeof s=="number"?`${s}px`:s}).join(" "));return r.mui=!0,r}function es(...e){const t=e.reduce((n,a)=>(a.filterProps.forEach(o=>{n[o]=a}),n),{}),r=n=>Object.keys(n).reduce((a,o)=>t[o]?Zn(a,t[o](n)):a,{});return r.propTypes=process.env.NODE_ENV!=="production"?e.reduce((n,a)=>Object.assign(n,a.propTypes),{}):{},r.filterProps=e.reduce((n,a)=>n.concat(a.filterProps),[]),r}function pt(e){return typeof e!="number"?e:`${e}px solid`}function yt(e,t){return Ue({prop:e,themeKey:"borders",transform:t})}const Yg=yt("border",pt),Kg=yt("borderTop",pt),Qg=yt("borderRight",pt),Xg=yt("borderBottom",pt),Zg=yt("borderLeft",pt),ey=yt("borderColor"),ty=yt("borderTopColor"),ry=yt("borderRightColor"),ny=yt("borderBottomColor"),ay=yt("borderLeftColor"),oy=yt("outline",pt),sy=yt("outlineColor"),ts=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=va(e.theme,"shape.borderRadius",4,"borderRadius"),r=n=>({borderRadius:xr(t,n)});return wt(e,e.borderRadius,r)}return null};ts.propTypes=process.env.NODE_ENV!=="production"?{borderRadius:cr}:{};ts.filterProps=["borderRadius"];es(Yg,Kg,Qg,Xg,Zg,ey,ty,ry,ny,ay,ts,oy,sy);const rs=e=>{if(e.gap!==void 0&&e.gap!==null){const t=va(e.theme,"spacing",8,"gap"),r=n=>({gap:xr(t,n)});return wt(e,e.gap,r)}return null};rs.propTypes=process.env.NODE_ENV!=="production"?{gap:cr}:{};rs.filterProps=["gap"];const ns=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=va(e.theme,"spacing",8,"columnGap"),r=n=>({columnGap:xr(t,n)});return wt(e,e.columnGap,r)}return null};ns.propTypes=process.env.NODE_ENV!=="production"?{columnGap:cr}:{};ns.filterProps=["columnGap"];const as=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=va(e.theme,"spacing",8,"rowGap"),r=n=>({rowGap:xr(t,n)});return wt(e,e.rowGap,r)}return null};as.propTypes=process.env.NODE_ENV!=="production"?{rowGap:cr}:{};as.filterProps=["rowGap"];const iy=Ue({prop:"gridColumn"}),ly=Ue({prop:"gridRow"}),cy=Ue({prop:"gridAutoFlow"}),uy=Ue({prop:"gridAutoColumns"}),dy=Ue({prop:"gridAutoRows"}),hy=Ue({prop:"gridTemplateColumns"}),py=Ue({prop:"gridTemplateRows"}),my=Ue({prop:"gridTemplateAreas"}),fy=Ue({prop:"gridArea"});es(rs,ns,as,iy,ly,cy,uy,dy,hy,py,my,fy);function nn(e,t){return t==="grey"?t:e}const gy=Ue({prop:"color",themeKey:"palette",transform:nn}),yy=Ue({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:nn}),by=Ue({prop:"backgroundColor",themeKey:"palette",transform:nn});es(gy,yy,by);function ct(e){return e<=1&&e!==0?`${e*100}%`:e}const vy=Ue({prop:"width",transform:ct}),xl=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=r=>{var a,o,s,i,l;const n=((s=(o=(a=e.theme)==null?void 0:a.breakpoints)==null?void 0:o.values)==null?void 0:s[r])||Yo[r];return n?((l=(i=e.theme)==null?void 0:i.breakpoints)==null?void 0:l.unit)!=="px"?{maxWidth:`${n}${e.theme.breakpoints.unit}`}:{maxWidth:n}:{maxWidth:ct(r)}};return wt(e,e.maxWidth,t)}return null};xl.filterProps=["maxWidth"];const Sy=Ue({prop:"minWidth",transform:ct}),xy=Ue({prop:"height",transform:ct}),Oy=Ue({prop:"maxHeight",transform:ct}),wy=Ue({prop:"minHeight",transform:ct});Ue({prop:"size",cssProperty:"width",transform:ct});Ue({prop:"size",cssProperty:"height",transform:ct});const Cy=Ue({prop:"boxSizing"});es(vy,xl,Sy,xy,Oy,wy,Cy);const Sa={border:{themeKey:"borders",transform:pt},borderTop:{themeKey:"borders",transform:pt},borderRight:{themeKey:"borders",transform:pt},borderBottom:{themeKey:"borders",transform:pt},borderLeft:{themeKey:"borders",transform:pt},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:pt},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:ts},color:{themeKey:"palette",transform:nn},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:nn},backgroundColor:{themeKey:"palette",transform:nn},p:{style:je},pt:{style:je},pr:{style:je},pb:{style:je},pl:{style:je},px:{style:je},py:{style:je},padding:{style:je},paddingTop:{style:je},paddingRight:{style:je},paddingBottom:{style:je},paddingLeft:{style:je},paddingX:{style:je},paddingY:{style:je},paddingInline:{style:je},paddingInlineStart:{style:je},paddingInlineEnd:{style:je},paddingBlock:{style:je},paddingBlockStart:{style:je},paddingBlockEnd:{style:je},m:{style:$e},mt:{style:$e},mr:{style:$e},mb:{style:$e},ml:{style:$e},mx:{style:$e},my:{style:$e},margin:{style:$e},marginTop:{style:$e},marginRight:{style:$e},marginBottom:{style:$e},marginLeft:{style:$e},marginX:{style:$e},marginY:{style:$e},marginInline:{style:$e},marginInlineStart:{style:$e},marginInlineEnd:{style:$e},marginBlock:{style:$e},marginBlockStart:{style:$e},marginBlockEnd:{style:$e},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:rs},rowGap:{style:as},columnGap:{style:ns},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:ct},maxWidth:{style:xl},minWidth:{transform:ct},height:{transform:ct},maxHeight:{transform:ct},minHeight:{transform:ct},boxSizing:{},font:{themeKey:"font"},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};function Py(...e){const t=e.reduce((n,a)=>n.concat(Object.keys(a)),[]),r=new Set(t);return e.every(n=>r.size===Object.keys(n).length)}function Ty(e,t){return typeof e=="function"?e(t):e}function Ay(){function e(r,n,a,o){const s={[r]:n,theme:a},i=o[r];if(!i)return{[r]:n};const{cssProperty:l=r,themeKey:c,transform:u,style:d}=i;if(n==null)return null;if(c==="typography"&&n==="inherit")return{[r]:n};const h=Ko(a,c)||{};return d?d(s):wt(s,n,f=>{let m=Co(h,u,f);return f===m&&typeof f=="string"&&(m=Co(h,u,`${r}${f==="default"?"":Ze(f)}`,f)),l===!1?m:{[l]:m}})}function t(r){const{sx:n,theme:a={}}=r||{};if(!n)return null;const o=a.unstable_sxConfig??Sa;function s(i){let l=i;if(typeof i=="function")l=i(a);else if(typeof i!="object")return i;if(!l)return null;const c=Ih(a.breakpoints),u=Object.keys(c);let d=c;return Object.keys(l).forEach(h=>{const p=Ty(l[h],a);if(p!=null)if(typeof p=="object")if(o[h])d=Zn(d,e(h,p,a,o));else{const f=wt({theme:a},p,m=>({[h]:m}));Py(f,p)?d[h]=t({sx:p,theme:a}):d=Zn(d,f)}else d=Zn(d,e(h,p,a,o))}),$g(a,Mh(u,d))}return Array.isArray(n)?n.map(s):s(n)}return t}const cn=Ay();cn.filterProps=["sx"];function Ry(e,t){var n;const r=this;if(r.vars){if(!((n=r.colorSchemes)!=null&&n[e])||typeof r.getColorSchemeSelector!="function")return{};let a=r.getColorSchemeSelector(e);return a==="&"?t:((a.includes("data-")||a.includes("."))&&(a=`*:where(${a.replace(/\s*&$/,"")}) &`),{[a]:t})}return r.palette.mode===e?t:{}}function os(e={},...t){const{breakpoints:r={},palette:n={},spacing:a,shape:o={},...s}=e,i=Mg(r),l=jh(a);let c=et({breakpoints:i,direction:"ltr",components:{},palette:{mode:"light",...n},spacing:l,shape:{...Lg,...o}},s);return c=Ug(c),c.applyStyles=Ry,c=t.reduce((u,d)=>et(u,d),c),c.unstable_sxConfig={...Sa,...s==null?void 0:s.unstable_sxConfig},c.unstable_sx=function(d){return cn({sx:d,theme:this})},c}function _y(e){return Object.keys(e).length===0}function Vy(e=null){const t=B.useContext(ig.ThemeContext);return!t||_y(t)?e:t}const Ey=os();function Iy(e=Ey){return Vy(e)}const My=e=>{var n;const t={systemProps:{},otherProps:{}},r=((n=e==null?void 0:e.theme)==null?void 0:n.unstable_sxConfig)??Sa;return Object.keys(e).forEach(a=>{r[a]?t.systemProps[a]=e[a]:t.otherProps[a]=e[a]}),t};function $y(e){const{sx:t,...r}=e,{systemProps:n,otherProps:a}=My(r);let o;return Array.isArray(t)?o=[n,...t]:typeof t=="function"?o=(...s)=>{const i=t(...s);return _t(i)?{...n,...i}:n}:o={...n,...t},{...a,sx:o}}const Uc=e=>e,jy=()=>{let e=Uc;return{configure(t){e=t},generate(t){return e(t)},reset(){e=Uc}}},ky=jy(),Uy={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function xa(e,t,r="Mui"){const n=Uy[t];return n?`${r}-${n}`:`${ky.generate(e)}-${t}`}function kh(e,t,r="Mui"){const n={};return t.forEach(a=>{n[a]=xa(e,a,r)}),n}function Uh(e,t=""){return e.displayName||e.name||t}function Lc(e,t,r){const n=Uh(t);return e.displayName||(n!==""?`${r}(${n})`:r)}function Ly(e){if(e!=null){if(typeof e=="string")return e;if(typeof e=="function")return Uh(e,"Component");if(typeof e=="object")switch(e.$$typeof){case wo.ForwardRef:return Lc(e,e.render,"ForwardRef");case wo.Memo:return Lc(e,e.type,"memo");default:return}}}function Lh(e){const{variants:t,...r}=e,n={variants:t,style:Ec(r),isProcessed:!0};return n.style===r||t&&t.forEach(a=>{typeof a.style!="function"&&(a.style=Ec(a.style))}),n}const Dy=os();function Ys(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}function By(e){return e?(t,r)=>r[e]:null}function Ny(e,t,r){e.theme=Gy(e.theme)?r:e.theme[t]||e.theme}function ho(e,t){const r=typeof t=="function"?t(e):t;if(Array.isArray(r))return r.flatMap(n=>ho(e,n));if(Array.isArray(r==null?void 0:r.variants)){let n;if(r.isProcessed)n=r.style;else{const{variants:a,...o}=r;n=o}return Dh(e,r.variants,[n])}return r!=null&&r.isProcessed?r.style:r}function Dh(e,t,r=[]){var a;let n;e:for(let o=0;o<t.length;o+=1){const s=t[o];if(typeof s.props=="function"){if(n??(n={...e,...e.ownerState,ownerState:e.ownerState}),!s.props(n))continue}else for(const i in s.props)if(e[i]!==s.props[i]&&((a=e.ownerState)==null?void 0:a[i])!==s.props[i])continue e;typeof s.style=="function"?(n??(n={...e,...e.ownerState,ownerState:e.ownerState}),r.push(s.style(n))):r.push(s.style)}return r}function Bh(e={}){const{themeId:t,defaultTheme:r=Dy,rootShouldForwardProp:n=Ys,slotShouldForwardProp:a=Ys}=e;function o(i){Ny(i,t,r)}return(i,l={})=>{Rg(i,P=>P.filter(w=>w!==cn));const{name:c,slot:u,skipVariantsResolver:d,skipSx:h,overridesResolver:p=By(Nh(u)),...f}=l,m=d!==void 0?d:u&&u!=="Root"&&u!=="root"||!1,b=h||!1;let x=Ys;u==="Root"||u==="root"?x=n:u?x=a:Hy(i)&&(x=void 0);const _=Ag(i,{shouldForwardProp:x,label:zy(c,u),...f}),O=P=>{if(P.__emotion_real===P)return P;if(typeof P=="function")return function(A){return ho(A,P)};if(_t(P)){const w=Lh(P);return w.variants?function(E){return ho(E,w)}:w.style}return P},C=(...P)=>{const w=[],A=P.map(O),E=[];if(w.push(o),c&&p&&E.push(function(z){var Z,ae;const N=(ae=(Z=z.theme.components)==null?void 0:Z[c])==null?void 0:ae.styleOverrides;if(!N)return null;const te={};for(const re in N)te[re]=ho(z,N[re]);return p(z,te)}),c&&!m&&E.push(function(z){var te,Z;const V=z.theme,N=(Z=(te=V==null?void 0:V.components)==null?void 0:te[c])==null?void 0:Z.variants;return N?Dh(z,N):null}),b||E.push(cn),Array.isArray(A[0])){const T=A.shift(),z=new Array(w.length).fill(""),V=new Array(E.length).fill("");let N;N=[...z,...T,...V],N.raw=[...z,...T.raw,...V],w.unshift(N)}const F=[...w,...A,...E],y=_(...F);return i.muiName&&(y.muiName=i.muiName),process.env.NODE_ENV!=="production"&&(y.displayName=Fy(c,u,i)),y};return _.withConfig&&(C.withConfig=_.withConfig),C}}function Fy(e,t,r){return e?`${e}${Ze(t||"")}`:`Styled(${Ly(r)})`}function zy(e,t){let r;return process.env.NODE_ENV!=="production"&&e&&(r=`${e}-${Nh(t||"Root")}`),r}function Gy(e){for(const t in e)return!1;return!0}function Hy(e){return typeof e=="string"&&e.charCodeAt(0)>96}function Nh(e){return e&&e.charAt(0).toLowerCase()+e.slice(1)}const qy=Bh();function Po(e,t){const r={...t};for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)){const a=n;if(a==="components"||a==="slots")r[a]={...e[a],...r[a]};else if(a==="componentsProps"||a==="slotProps"){const o=e[a],s=t[a];if(!s)r[a]=o||{};else if(!o)r[a]=s;else{r[a]={...s};for(const i in o)if(Object.prototype.hasOwnProperty.call(o,i)){const l=i;r[a][l]=Po(o[l],s[l])}}}else r[a]===void 0&&(r[a]=e[a])}return r}function Jy(e){const{theme:t,name:r,props:n}=e;return!t||!t.components||!t.components[r]||!t.components[r].defaultProps?n:Po(t.components[r].defaultProps,n)}function Fh({props:e,name:t,defaultTheme:r,themeId:n}){let a=Iy(r);return n&&(a=a[n]||a),Jy({theme:a,name:t,props:e})}const zh=typeof window<"u"?B.useLayoutEffect:B.useEffect;function Zr(e,t=Number.MIN_SAFE_INTEGER,r=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,r))}function Ol(e,t=0,r=1){return process.env.NODE_ENV!=="production"&&(e<t||e>r)&&console.error(`MUI: The value provided ${e} is out of range [${t}, ${r}].`),Zr(e,t,r)}function Wy(e){e=e.slice(1);const t=new RegExp(`.{1,${e.length>=6?2:1}}`,"g");let r=e.match(t);return r&&r[0].length===1&&(r=r.map(n=>n+n)),process.env.NODE_ENV!=="production"&&e.length!==e.trim().length&&console.error(`MUI: The color: "${e}" is invalid. Make sure the color input doesn't contain leading/trailing space.`),r?`rgb${r.length===4?"a":""}(${r.map((n,a)=>a<3?parseInt(n,16):Math.round(parseInt(n,16)/255*1e3)/1e3).join(", ")})`:""}function ir(e){if(e.type)return e;if(e.charAt(0)==="#")return ir(Wy(e));const t=e.indexOf("("),r=e.substring(0,t);if(!["rgb","rgba","hsl","hsla","color"].includes(r))throw new Error(process.env.NODE_ENV!=="production"?`MUI: Unsupported \`${e}\` color.
50
- The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`:sr(9,e));let n=e.substring(t+1,e.length-1),a;if(r==="color"){if(n=n.split(" "),a=n.shift(),n.length===4&&n[3].charAt(0)==="/"&&(n[3]=n[3].slice(1)),!["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].includes(a))throw new Error(process.env.NODE_ENV!=="production"?`MUI: unsupported \`${a}\` color space.
51
- The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:sr(10,a))}else n=n.split(",");return n=n.map(o=>parseFloat(o)),{type:r,values:n,colorSpace:a}}const Yy=e=>{const t=ir(e);return t.values.slice(0,3).map((r,n)=>t.type.includes("hsl")&&n!==0?`${r}%`:r).join(" ")},Yn=(e,t)=>{try{return Yy(e)}catch{return t&&process.env.NODE_ENV!=="production"&&console.warn(t),e}};function ss(e){const{type:t,colorSpace:r}=e;let{values:n}=e;return t.includes("rgb")?n=n.map((a,o)=>o<3?parseInt(a,10):a):t.includes("hsl")&&(n[1]=`${n[1]}%`,n[2]=`${n[2]}%`),t.includes("color")?n=`${r} ${n.join(" ")}`:n=`${n.join(", ")}`,`${t}(${n})`}function Gh(e){e=ir(e);const{values:t}=e,r=t[0],n=t[1]/100,a=t[2]/100,o=n*Math.min(a,1-a),s=(c,u=(c+r/30)%12)=>a-o*Math.max(Math.min(u-3,9-u,1),-1);let i="rgb";const l=[Math.round(s(0)*255),Math.round(s(8)*255),Math.round(s(4)*255)];return e.type==="hsla"&&(i+="a",l.push(t[3])),ss({type:i,values:l})}function ki(e){e=ir(e);let t=e.type==="hsl"||e.type==="hsla"?ir(Gh(e)).values:e.values;return t=t.map(r=>(e.type!=="color"&&(r/=255),r<=.03928?r/12.92:((r+.055)/1.055)**2.4)),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function Dc(e,t){const r=ki(e),n=ki(t);return(Math.max(r,n)+.05)/(Math.min(r,n)+.05)}function Ui(e,t){return e=ir(e),t=Ol(t),(e.type==="rgb"||e.type==="hsl")&&(e.type+="a"),e.type==="color"?e.values[3]=`/${t}`:e.values[3]=t,ss(e)}function Da(e,t,r){try{return Ui(e,t)}catch{return e}}function na(e,t){if(e=ir(e),t=Ol(t),e.type.includes("hsl"))e.values[2]*=1-t;else if(e.type.includes("rgb")||e.type.includes("color"))for(let r=0;r<3;r+=1)e.values[r]*=1-t;return ss(e)}function we(e,t,r){try{return na(e,t)}catch{return e}}function aa(e,t){if(e=ir(e),t=Ol(t),e.type.includes("hsl"))e.values[2]+=(100-e.values[2])*t;else if(e.type.includes("rgb"))for(let r=0;r<3;r+=1)e.values[r]+=(255-e.values[r])*t;else if(e.type.includes("color"))for(let r=0;r<3;r+=1)e.values[r]+=(1-e.values[r])*t;return ss(e)}function Ce(e,t,r){try{return aa(e,t)}catch{return e}}function Ky(e,t=.15){return ki(e)>.5?na(e,t):aa(e,t)}function Ba(e,t,r){try{return Ky(e,t)}catch{return e}}const Qy=B.createContext();process.env.NODE_ENV!=="production"&&(g.node,g.bool);const Xy=()=>B.useContext(Qy)??!1,Zy=B.createContext(void 0);process.env.NODE_ENV!=="production"&&(g.node,g.object);function e0(e){const{theme:t,name:r,props:n}=e;if(!t||!t.components||!t.components[r])return n;const a=t.components[r];return a.defaultProps?Po(a.defaultProps,n):!a.styleOverrides&&!a.variants?Po(a,n):n}function t0({props:e,name:t}){const r=B.useContext(Zy);return e0({props:e,name:t,theme:{components:r}})}const Bc={theme:void 0};function r0(e){let t,r;return function(a){let o=t;return(o===void 0||a.theme!==r)&&(Bc.theme=a.theme,o=Lh(e(Bc)),t=o,r=a.theme),o}}function n0(e=""){function t(...n){if(!n.length)return"";const a=n[0];return typeof a=="string"&&!a.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/)?`, var(--${e?`${e}-`:""}${a}${t(...n.slice(1))})`:`, ${a}`}return(n,...a)=>`var(--${e?`${e}-`:""}${n}${t(...a)})`}const Nc=(e,t,r,n=[])=>{let a=e;t.forEach((o,s)=>{s===t.length-1?Array.isArray(a)?a[Number(o)]=r:a&&typeof a=="object"&&(a[o]=r):a&&typeof a=="object"&&(a[o]||(a[o]=n.includes(o)?[]:{}),a=a[o])})},a0=(e,t,r)=>{function n(a,o=[],s=[]){Object.entries(a).forEach(([i,l])=>{(!r||r&&!r([...o,i]))&&l!=null&&(typeof l=="object"&&Object.keys(l).length>0?n(l,[...o,i],Array.isArray(l)?[...s,i]:s):t([...o,i],l,s))})}n(e)},o0=(e,t)=>typeof t=="number"?["lineHeight","fontWeight","opacity","zIndex"].some(n=>e.includes(n))||e[e.length-1].toLowerCase().includes("opacity")?t:`${t}px`:t;function Ks(e,t){const{prefix:r,shouldSkipGeneratingVar:n}=t||{},a={},o={},s={};return a0(e,(i,l,c)=>{if((typeof l=="string"||typeof l=="number")&&(!n||!n(i,l))){const u=`--${r?`${r}-`:""}${i.join("-")}`,d=o0(i,l);Object.assign(a,{[u]:d}),Nc(o,i,`var(${u})`,c),Nc(s,i,`var(${u}, ${d})`,c)}},i=>i[0]==="vars"),{css:a,vars:o,varsWithDefaults:s}}function s0(e,t={}){const{getSelector:r=b,disableCssColorScheme:n,colorSchemeSelector:a}=t,{colorSchemes:o={},components:s,defaultColorScheme:i="light",...l}=e,{vars:c,css:u,varsWithDefaults:d}=Ks(l,t);let h=d;const p={},{[i]:f,...m}=o;if(Object.entries(m||{}).forEach(([O,C])=>{const{vars:P,css:w,varsWithDefaults:A}=Ks(C,t);h=et(h,A),p[O]={css:w,vars:P}}),f){const{css:O,vars:C,varsWithDefaults:P}=Ks(f,t);h=et(h,P),p[i]={css:O,vars:C}}function b(O,C){var w,A;let P=a;if(a==="class"&&(P=".%s"),a==="data"&&(P="[data-%s]"),a!=null&&a.startsWith("data-")&&!a.includes("%s")&&(P=`[${a}="%s"]`),O){if(P==="media")return e.defaultColorScheme===O?":root":{[`@media (prefers-color-scheme: ${((A=(w=o[O])==null?void 0:w.palette)==null?void 0:A.mode)||O})`]:{":root":C}};if(P)return e.defaultColorScheme===O?`:root, ${P.replace("%s",String(O))}`:P.replace("%s",String(O))}return":root"}return{vars:h,generateThemeVars:()=>{let O={...c};return Object.entries(p).forEach(([,{vars:C}])=>{O=et(O,C)}),O},generateStyleSheets:()=>{var E,F;const O=[],C=e.defaultColorScheme||"light";function P(y,T){Object.keys(T).length&&O.push(typeof y=="string"?{[y]:{...T}}:y)}P(r(void 0,{...u}),u);const{[C]:w,...A}=p;if(w){const{css:y}=w,T=(F=(E=o[C])==null?void 0:E.palette)==null?void 0:F.mode,z=!n&&T?{colorScheme:T,...y}:{...y};P(r(C,{...z}),z)}return Object.entries(A).forEach(([y,{css:T}])=>{var N,te;const z=(te=(N=o[y])==null?void 0:N.palette)==null?void 0:te.mode,V=!n&&z?{colorScheme:z,...T}:{...T};P(r(y,{...V}),V)}),O}}}function i0(e){return function(r){return e==="media"?(process.env.NODE_ENV!=="production"&&r!=="light"&&r!=="dark"&&console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${r}'.`),`@media (prefers-color-scheme: ${r})`):e?e.startsWith("data-")&&!e.includes("%s")?`[${e}="${r}"] &`:e==="class"?`.${r} &`:e==="data"?`[data-${r}] &`:`${e.replace("%s",r)} &`:"&"}}function wl(e,t,r=void 0){const n={};for(const a in e){const o=e[a];let s="",i=!0;for(let l=0;l<o.length;l+=1){const c=o[l];c&&(s+=(i===!0?"":" ")+t(c),i=!1,r&&r[c]&&(s+=" "+r[c]))}n[a]=s}return n}const l0=os(),c0=qy("div",{name:"MuiStack",slot:"Root"});function u0(e){return Fh({props:e,name:"MuiStack",defaultTheme:l0})}function d0(e,t){const r=B.Children.toArray(e).filter(Boolean);return r.reduce((n,a,o)=>(n.push(a),o<r.length-1&&n.push(B.cloneElement(t,{key:`separator-${o}`})),n),[])}const h0=e=>({row:"Left","row-reverse":"Right",column:"Top","column-reverse":"Bottom"})[e],p0=({ownerState:e,theme:t})=>{let r={display:"flex",flexDirection:"column",...wt({theme:t},Ws({values:e.direction,breakpoints:t.breakpoints.values}),n=>({flexDirection:n}))};if(e.spacing){const n=Zo(t),a=Object.keys(t.breakpoints.values).reduce((l,c)=>((typeof e.spacing=="object"&&e.spacing[c]!=null||typeof e.direction=="object"&&e.direction[c]!=null)&&(l[c]=!0),l),{}),o=Ws({values:e.direction,base:a}),s=Ws({values:e.spacing,base:a});typeof o=="object"&&Object.keys(o).forEach((l,c,u)=>{if(!o[l]){const h=c>0?o[u[c-1]]:"column";o[l]=h}}),r=et(r,wt({theme:t},s,(l,c)=>e.useFlexGap?{gap:xr(n,l)}:{"& > :not(style):not(style)":{margin:0},"& > :not(style) ~ :not(style)":{[`margin${h0(c?o[c]:e.direction)}`]:xr(n,l)}}))}return r=Bg(t.breakpoints,r),r};function m0(e={}){const{createStyledComponent:t=c0,useThemeProps:r=u0,componentName:n="MuiStack"}=e,a=()=>wl({root:["root"]},l=>xa(n,l),{}),o=t(p0),s=B.forwardRef(function(l,c){const u=r(l),d=$y(u),{component:h="div",direction:p="column",spacing:f=0,divider:m,children:b,className:x,useFlexGap:_=!1,...O}=d,C={direction:p,spacing:f,useFlexGap:_},P=a();return S.jsx(o,{as:h,ownerState:C,ref:c,className:Et(P.root,x),...O,children:m?d0(b,m):b})});return process.env.NODE_ENV!=="production"&&(s.propTypes={children:g.node,direction:g.oneOfType([g.oneOf(["column-reverse","column","row-reverse","row"]),g.arrayOf(g.oneOf(["column-reverse","column","row-reverse","row"])),g.object]),divider:g.node,spacing:g.oneOfType([g.arrayOf(g.oneOfType([g.number,g.string])),g.number,g.object,g.string]),sx:g.oneOfType([g.arrayOf(g.oneOfType([g.func,g.object,g.bool])),g.func,g.object])}),s}const oa={black:"#000",white:"#fff"},f0={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"},Lr={50:"#f3e5f5",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",700:"#7b1fa2"},Dr={300:"#e57373",400:"#ef5350",500:"#f44336",700:"#d32f2f",800:"#c62828"},$n={300:"#ffb74d",400:"#ffa726",500:"#ff9800",700:"#f57c00",900:"#e65100"},Br={50:"#e3f2fd",200:"#90caf9",400:"#42a5f5",700:"#1976d2",800:"#1565c0"},Nr={300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",700:"#0288d1",900:"#01579b"},Fr={300:"#81c784",400:"#66bb6a",500:"#4caf50",700:"#388e3c",800:"#2e7d32",900:"#1b5e20"};function Hh(){return{text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:oa.white,default:oa.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}}}const g0=Hh();function qh(){return{text:{primary:oa.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:oa.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}}}const Fc=qh();function zc(e,t,r,n){const a=n.light||n,o=n.dark||n*1.5;e[t]||(e.hasOwnProperty(r)?e[t]=e[r]:t==="light"?e.light=aa(e.main,a):t==="dark"&&(e.dark=na(e.main,o)))}function y0(e="light"){return e==="dark"?{main:Br[200],light:Br[50],dark:Br[400]}:{main:Br[700],light:Br[400],dark:Br[800]}}function b0(e="light"){return e==="dark"?{main:Lr[200],light:Lr[50],dark:Lr[400]}:{main:Lr[500],light:Lr[300],dark:Lr[700]}}function v0(e="light"){return e==="dark"?{main:Dr[500],light:Dr[300],dark:Dr[700]}:{main:Dr[700],light:Dr[400],dark:Dr[800]}}function S0(e="light"){return e==="dark"?{main:Nr[400],light:Nr[300],dark:Nr[700]}:{main:Nr[700],light:Nr[500],dark:Nr[900]}}function x0(e="light"){return e==="dark"?{main:Fr[400],light:Fr[300],dark:Fr[700]}:{main:Fr[800],light:Fr[500],dark:Fr[900]}}function O0(e="light"){return e==="dark"?{main:$n[400],light:$n[300],dark:$n[700]}:{main:"#ed6c02",light:$n[500],dark:$n[900]}}function Cl(e){const{mode:t="light",contrastThreshold:r=3,tonalOffset:n=.2,...a}=e,o=e.primary||y0(t),s=e.secondary||b0(t),i=e.error||v0(t),l=e.info||S0(t),c=e.success||x0(t),u=e.warning||O0(t);function d(m){const b=Dc(m,Fc.text.primary)>=r?Fc.text.primary:g0.text.primary;if(process.env.NODE_ENV!=="production"){const x=Dc(m,b);x<3&&console.error([`MUI: The contrast ratio of ${x}:1 for ${b} on ${m}`,"falls below the WCAG recommended absolute minimum contrast ratio of 3:1.","https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
52
- `))}return b}const h=({color:m,name:b,mainShade:x=500,lightShade:_=300,darkShade:O=700})=>{if(m={...m},!m.main&&m[x]&&(m.main=m[x]),!m.hasOwnProperty("main"))throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${b?` (${b})`:""} provided to augmentColor(color) is invalid.
53
- The color object needs to have a \`main\` property or a \`${x}\` property.`:sr(11,b?` (${b})`:"",x));if(typeof m.main!="string")throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${b?` (${b})`:""} provided to augmentColor(color) is invalid.
49
+ `)));const i=o[s];return a>=0?i:typeof i=="number"?-i:typeof i=="string"&&i.startsWith("var(")?`calc(-1 * ${i})`:`-${i}`}:typeof o=="function"?o:(process.env.NODE_ENV!=="production"&&console.error([`MUI: The \`theme.${t}\` value (${o}) is invalid.`,"It should be a number, an array or a function."].join(`
50
+ `)),()=>{})}function as(e){return To(e,"spacing",8,"spacing")}function Rr(e,t){return typeof t=="string"||t==null?t:e(t)}function i0(e,t){return r=>e.reduce((n,o)=>(n[o]=Rr(t,r),n),{})}function l0(e,t,r,n){if(!t.includes(r))return null;const o=a0(r),a=i0(o,n),s=e[r];return Tt(e,s,a)}function zh(e,t){const r=as(e.theme);return Object.keys(e).map(n=>l0(e,t,n,r)).reduce(oo,{})}function Ue(e){return zh(e,ns)}Ue.propTypes=process.env.NODE_ENV!=="production"?ns.reduce((e,t)=>(e[t]=pr,e),{}):{};Ue.filterProps=ns;function De(e){return zh(e,os)}De.propTypes=process.env.NODE_ENV!=="production"?os.reduce((e,t)=>(e[t]=pr,e),{}):{};De.filterProps=os;process.env.NODE_ENV!=="production"&&s0.reduce((e,t)=>(e[t]=pr,e),{});function Gh(e=8,t=as({spacing:e})){if(e.mui)return e;const r=(...n)=>(process.env.NODE_ENV!=="production"&&(n.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${n.length}`)),(n.length===0?[1]:n).map(a=>{const s=t(a);return typeof s=="number"?`${s}px`:s}).join(" "));return r.mui=!0,r}function ss(...e){const t=e.reduce((n,o)=>(o.filterProps.forEach(a=>{n[a]=o}),n),{}),r=n=>Object.keys(n).reduce((o,a)=>t[a]?oo(o,t[a](n)):o,{});return r.propTypes=process.env.NODE_ENV!=="production"?e.reduce((n,o)=>Object.assign(n,o.propTypes),{}):{},r.filterProps=e.reduce((n,o)=>n.concat(o.filterProps),[]),r}function ft(e){return typeof e!="number"?e:`${e}px solid`}function xt(e,t){return Ne({prop:e,themeKey:"borders",transform:t})}const c0=xt("border",ft),u0=xt("borderTop",ft),d0=xt("borderRight",ft),h0=xt("borderBottom",ft),p0=xt("borderLeft",ft),m0=xt("borderColor"),f0=xt("borderTopColor"),g0=xt("borderRightColor"),y0=xt("borderBottomColor"),b0=xt("borderLeftColor"),x0=xt("outline",ft),v0=xt("outlineColor"),is=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=To(e.theme,"shape.borderRadius",4,"borderRadius"),r=n=>({borderRadius:Rr(t,n)});return Tt(e,e.borderRadius,r)}return null};is.propTypes=process.env.NODE_ENV!=="production"?{borderRadius:pr}:{};is.filterProps=["borderRadius"];ss(c0,u0,d0,h0,p0,m0,f0,g0,y0,b0,is,x0,v0);const ls=e=>{if(e.gap!==void 0&&e.gap!==null){const t=To(e.theme,"spacing",8,"gap"),r=n=>({gap:Rr(t,n)});return Tt(e,e.gap,r)}return null};ls.propTypes=process.env.NODE_ENV!=="production"?{gap:pr}:{};ls.filterProps=["gap"];const cs=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=To(e.theme,"spacing",8,"columnGap"),r=n=>({columnGap:Rr(t,n)});return Tt(e,e.columnGap,r)}return null};cs.propTypes=process.env.NODE_ENV!=="production"?{columnGap:pr}:{};cs.filterProps=["columnGap"];const us=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=To(e.theme,"spacing",8,"rowGap"),r=n=>({rowGap:Rr(t,n)});return Tt(e,e.rowGap,r)}return null};us.propTypes=process.env.NODE_ENV!=="production"?{rowGap:pr}:{};us.filterProps=["rowGap"];const S0=Ne({prop:"gridColumn"}),O0=Ne({prop:"gridRow"}),w0=Ne({prop:"gridAutoFlow"}),C0=Ne({prop:"gridAutoColumns"}),P0=Ne({prop:"gridAutoRows"}),T0=Ne({prop:"gridTemplateColumns"}),R0=Ne({prop:"gridTemplateRows"}),A0=Ne({prop:"gridTemplateAreas"}),_0=Ne({prop:"gridArea"});ss(ls,cs,us,S0,O0,w0,C0,P0,T0,R0,A0,_0);function cn(e,t){return t==="grey"?t:e}const E0=Ne({prop:"color",themeKey:"palette",transform:cn}),I0=Ne({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:cn}),V0=Ne({prop:"backgroundColor",themeKey:"palette",transform:cn});ss(E0,I0,V0);function dt(e){return e<=1&&e!==0?`${e*100}%`:e}const M0=Ne({prop:"width",transform:dt}),El=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=r=>{var o,a,s,i,l;const n=((s=(a=(o=e.theme)==null?void 0:o.breakpoints)==null?void 0:a.values)==null?void 0:s[r])||ts[r];return n?((l=(i=e.theme)==null?void 0:i.breakpoints)==null?void 0:l.unit)!=="px"?{maxWidth:`${n}${e.theme.breakpoints.unit}`}:{maxWidth:n}:{maxWidth:dt(r)}};return Tt(e,e.maxWidth,t)}return null};El.filterProps=["maxWidth"];const j0=Ne({prop:"minWidth",transform:dt}),k0=Ne({prop:"height",transform:dt}),$0=Ne({prop:"maxHeight",transform:dt}),U0=Ne({prop:"minHeight",transform:dt});Ne({prop:"size",cssProperty:"width",transform:dt});Ne({prop:"size",cssProperty:"height",transform:dt});const D0=Ne({prop:"boxSizing"});ss(M0,El,j0,k0,$0,U0,D0);const Ro={border:{themeKey:"borders",transform:ft},borderTop:{themeKey:"borders",transform:ft},borderRight:{themeKey:"borders",transform:ft},borderBottom:{themeKey:"borders",transform:ft},borderLeft:{themeKey:"borders",transform:ft},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:ft},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:is},color:{themeKey:"palette",transform:cn},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:cn},backgroundColor:{themeKey:"palette",transform:cn},p:{style:De},pt:{style:De},pr:{style:De},pb:{style:De},pl:{style:De},px:{style:De},py:{style:De},padding:{style:De},paddingTop:{style:De},paddingRight:{style:De},paddingBottom:{style:De},paddingLeft:{style:De},paddingX:{style:De},paddingY:{style:De},paddingInline:{style:De},paddingInlineStart:{style:De},paddingInlineEnd:{style:De},paddingBlock:{style:De},paddingBlockStart:{style:De},paddingBlockEnd:{style:De},m:{style:Ue},mt:{style:Ue},mr:{style:Ue},mb:{style:Ue},ml:{style:Ue},mx:{style:Ue},my:{style:Ue},margin:{style:Ue},marginTop:{style:Ue},marginRight:{style:Ue},marginBottom:{style:Ue},marginLeft:{style:Ue},marginX:{style:Ue},marginY:{style:Ue},marginInline:{style:Ue},marginInlineStart:{style:Ue},marginInlineEnd:{style:Ue},marginBlock:{style:Ue},marginBlockStart:{style:Ue},marginBlockEnd:{style:Ue},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:ls},rowGap:{style:us},columnGap:{style:cs},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:dt},maxWidth:{style:El},minWidth:{transform:dt},height:{transform:dt},maxHeight:{transform:dt},minHeight:{transform:dt},boxSizing:{},font:{themeKey:"font"},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};function L0(...e){const t=e.reduce((n,o)=>n.concat(Object.keys(o)),[]),r=new Set(t);return e.every(n=>r.size===Object.keys(n).length)}function B0(e,t){return typeof e=="function"?e(t):e}function N0(){function e(r,n,o,a){const s={[r]:n,theme:o},i=a[r];if(!i)return{[r]:n};const{cssProperty:l=r,themeKey:c,transform:u,style:d}=i;if(n==null)return null;if(c==="typography"&&n==="inherit")return{[r]:n};const h=rs(o,c)||{};return d?d(s):Tt(s,n,f=>{let m=Ea(h,u,f);return f===m&&typeof f=="string"&&(m=Ea(h,u,`${r}${f==="default"?"":rt(f)}`,f)),l===!1?m:{[l]:m}})}function t(r){const{sx:n,theme:o={}}=r||{};if(!n)return null;const a=o.unstable_sxConfig??Ro;function s(i){let l=i;if(typeof i=="function")l=i(o);else if(typeof i!="object")return i;if(!l)return null;const c=Nh(o.breakpoints),u=Object.keys(c);let d=c;return Object.keys(l).forEach(h=>{const p=B0(l[h],o);if(p!=null)if(typeof p=="object")if(a[h])d=oo(d,e(h,p,o,a));else{const f=Tt({theme:o},p,m=>({[h]:m}));L0(f,p)?d[h]=t({sx:p,theme:o}):d=oo(d,f)}else d=oo(d,e(h,p,o,a))}),Jg(o,Fh(u,d))}return Array.isArray(n)?n.map(s):s(n)}return t}const mn=N0();mn.filterProps=["sx"];function F0(e,t){var n;const r=this;if(r.vars){if(!((n=r.colorSchemes)!=null&&n[e])||typeof r.getColorSchemeSelector!="function")return{};let o=r.getColorSchemeSelector(e);return o==="&"?t:((o.includes("data-")||o.includes("."))&&(o=`*:where(${o.replace(/\s*&$/,"")}) &`),{[o]:t})}return r.palette.mode===e?t:{}}function ds(e={},...t){const{breakpoints:r={},palette:n={},spacing:o,shape:a={},...s}=e,i=Wg(r),l=Gh(o);let c=nt({breakpoints:i,direction:"ltr",components:{},palette:{mode:"light",...n},spacing:l,shape:{...Xg,...a}},s);return c=Qg(c),c.applyStyles=F0,c=t.reduce((u,d)=>nt(u,d),c),c.unstable_sxConfig={...Ro,...s==null?void 0:s.unstable_sxConfig},c.unstable_sx=function(d){return mn({sx:d,theme:this})},c}function z0(e){return Object.keys(e).length===0}function G0(e=null){const t=F.useContext(bg.ThemeContext);return!t||z0(t)?e:t}const H0=ds();function q0(e=H0){return G0(e)}const W0=e=>{var n;const t={systemProps:{},otherProps:{}},r=((n=e==null?void 0:e.theme)==null?void 0:n.unstable_sxConfig)??Ro;return Object.keys(e).forEach(o=>{r[o]?t.systemProps[o]=e[o]:t.otherProps[o]=e[o]}),t};function J0(e){const{sx:t,...r}=e,{systemProps:n,otherProps:o}=W0(r);let a;return Array.isArray(t)?a=[n,...t]:typeof t=="function"?a=(...s)=>{const i=t(...s);return Vt(i)?{...n,...i}:n}:a={...n,...t},{...o,sx:a}}const qc=e=>e,Y0=()=>{let e=qc;return{configure(t){e=t},generate(t){return e(t)},reset(){e=qc}}},K0=Y0(),Q0={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function wn(e,t,r="Mui"){const n=Q0[t];return n?`${r}-${n}`:`${K0.generate(e)}-${t}`}function Il(e,t,r="Mui"){const n={};return t.forEach(o=>{n[o]=wn(e,o,r)}),n}function Hh(e,t=""){return e.displayName||e.name||t}function Wc(e,t,r){const n=Hh(t);return e.displayName||(n!==""?`${r}(${n})`:r)}function X0(e){if(e!=null){if(typeof e=="string")return e;if(typeof e=="function")return Hh(e,"Component");if(typeof e=="object")switch(e.$$typeof){case _a.ForwardRef:return Wc(e,e.render,"ForwardRef");case _a.Memo:return Wc(e,e.type,"memo");default:return}}}function qh(e){const{variants:t,...r}=e,n={variants:t,style:Bc(r),isProcessed:!0};return n.style===r||t&&t.forEach(o=>{typeof o.style!="function"&&(o.style=Bc(o.style))}),n}const Z0=ds();function ti(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}function ey(e){return e?(t,r)=>r[e]:null}function ty(e,t,r){e.theme=oy(e.theme)?r:e.theme[t]||e.theme}function ba(e,t){const r=typeof t=="function"?t(e):t;if(Array.isArray(r))return r.flatMap(n=>ba(e,n));if(Array.isArray(r==null?void 0:r.variants)){let n;if(r.isProcessed)n=r.style;else{const{variants:o,...a}=r;n=a}return Wh(e,r.variants,[n])}return r!=null&&r.isProcessed?r.style:r}function Wh(e,t,r=[]){var o;let n;e:for(let a=0;a<t.length;a+=1){const s=t[a];if(typeof s.props=="function"){if(n??(n={...e,...e.ownerState,ownerState:e.ownerState}),!s.props(n))continue}else for(const i in s.props)if(e[i]!==s.props[i]&&((o=e.ownerState)==null?void 0:o[i])!==s.props[i])continue e;typeof s.style=="function"?(n??(n={...e,...e.ownerState,ownerState:e.ownerState}),r.push(s.style(n))):r.push(s.style)}return r}function Jh(e={}){const{themeId:t,defaultTheme:r=Z0,rootShouldForwardProp:n=ti,slotShouldForwardProp:o=ti}=e;function a(i){ty(i,t,r)}return(i,l={})=>{Fg(i,A=>A.filter(C=>C!==mn));const{name:c,slot:u,skipVariantsResolver:d,skipSx:h,overridesResolver:p=ey(Yh(u)),...f}=l,m=d!==void 0?d:u&&u!=="Root"&&u!=="root"||!1,b=h||!1;let S=ti;u==="Root"||u==="root"?S=n:u?S=o:ay(i)&&(S=void 0);const E=Ng(i,{shouldForwardProp:S,label:ny(c,u),...f}),O=A=>{if(A.__emotion_real===A)return A;if(typeof A=="function")return function(T){return ba(T,A)};if(Vt(A)){const C=qh(A);return C.variants?function(V){return ba(V,C)}:C.style}return A},w=(...A)=>{const C=[],T=A.map(O),V=[];if(C.push(a),c&&p&&V.push(function(z){var re,te;const G=(te=(re=z.theme.components)==null?void 0:re[c])==null?void 0:te.styleOverrides;if(!G)return null;const oe={};for(const ee in G)oe[ee]=ba(z,G[ee]);return p(z,oe)}),c&&!m&&V.push(function(z){var oe,re;const I=z.theme,G=(re=(oe=I==null?void 0:I.components)==null?void 0:oe[c])==null?void 0:re.variants;return G?Wh(z,G):null}),b||V.push(mn),Array.isArray(T[0])){const R=T.shift(),z=new Array(C.length).fill(""),I=new Array(V.length).fill("");let G;G=[...z,...R,...I],G.raw=[...z,...R.raw,...I],C.unshift(G)}const j=[...C,...T,...V],y=E(...j);return i.muiName&&(y.muiName=i.muiName),process.env.NODE_ENV!=="production"&&(y.displayName=ry(c,u,i)),y};return E.withConfig&&(w.withConfig=E.withConfig),w}}function ry(e,t,r){return e?`${e}${rt(t||"")}`:`Styled(${X0(r)})`}function ny(e,t){let r;return process.env.NODE_ENV!=="production"&&e&&(r=`${e}-${Yh(t||"Root")}`),r}function oy(e){for(const t in e)return!1;return!0}function ay(e){return typeof e=="string"&&e.charCodeAt(0)>96}function Yh(e){return e&&e.charAt(0).toLowerCase()+e.slice(1)}const sy=Jh();function Ia(e,t,r=!1){const n={...t};for(const o in e)if(Object.prototype.hasOwnProperty.call(e,o)){const a=o;if(a==="components"||a==="slots")n[a]={...e[a],...n[a]};else if(a==="componentsProps"||a==="slotProps"){const s=e[a],i=t[a];if(!i)n[a]=s||{};else if(!s)n[a]=i;else{n[a]={...i};for(const l in s)if(Object.prototype.hasOwnProperty.call(s,l)){const c=l;n[a][c]=Ia(s[c],i[c],r)}}}else a==="className"&&r&&t.className?n.className=Pt(e==null?void 0:e.className,t==null?void 0:t.className):a==="style"&&r&&t.style?n.style={...e==null?void 0:e.style,...t==null?void 0:t.style}:n[a]===void 0&&(n[a]=e[a])}return n}function iy(e){const{theme:t,name:r,props:n}=e;return!t||!t.components||!t.components[r]||!t.components[r].defaultProps?n:Ia(t.components[r].defaultProps,n)}function Kh({props:e,name:t,defaultTheme:r,themeId:n}){let o=q0(r);return n&&(o=o[n]||o),iy({theme:o,name:t,props:e})}const $t=typeof window<"u"?F.useLayoutEffect:F.useEffect;function an(e,t=Number.MIN_SAFE_INTEGER,r=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,r))}function Vl(e,t=0,r=1){return process.env.NODE_ENV!=="production"&&(e<t||e>r)&&console.error(`MUI: The value provided ${e} is out of range [${t}, ${r}].`),an(e,t,r)}function ly(e){e=e.slice(1);const t=new RegExp(`.{1,${e.length>=6?2:1}}`,"g");let r=e.match(t);return r&&r[0].length===1&&(r=r.map(n=>n+n)),process.env.NODE_ENV!=="production"&&e.length!==e.trim().length&&console.error(`MUI: The color: "${e}" is invalid. Make sure the color input doesn't contain leading/trailing space.`),r?`rgb${r.length===4?"a":""}(${r.map((n,o)=>o<3?parseInt(n,16):Math.round(parseInt(n,16)/255*1e3)/1e3).join(", ")})`:""}function dr(e){if(e.type)return e;if(e.charAt(0)==="#")return dr(ly(e));const t=e.indexOf("("),r=e.substring(0,t);if(!["rgb","rgba","hsl","hsla","color"].includes(r))throw new Error(process.env.NODE_ENV!=="production"?`MUI: Unsupported \`${e}\` color.
51
+ The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`:ur(9,e));let n=e.substring(t+1,e.length-1),o;if(r==="color"){if(n=n.split(" "),o=n.shift(),n.length===4&&n[3].charAt(0)==="/"&&(n[3]=n[3].slice(1)),!["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].includes(o))throw new Error(process.env.NODE_ENV!=="production"?`MUI: unsupported \`${o}\` color space.
52
+ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:ur(10,o))}else n=n.split(",");return n=n.map(a=>parseFloat(a)),{type:r,values:n,colorSpace:o}}const cy=e=>{const t=dr(e);return t.values.slice(0,3).map((r,n)=>t.type.includes("hsl")&&n!==0?`${r}%`:r).join(" ")},eo=(e,t)=>{try{return cy(e)}catch{return t&&process.env.NODE_ENV!=="production"&&console.warn(t),e}};function hs(e){const{type:t,colorSpace:r}=e;let{values:n}=e;return t.includes("rgb")?n=n.map((o,a)=>a<3?parseInt(o,10):o):t.includes("hsl")&&(n[1]=`${n[1]}%`,n[2]=`${n[2]}%`),t.includes("color")?n=`${r} ${n.join(" ")}`:n=`${n.join(", ")}`,`${t}(${n})`}function Qh(e){e=dr(e);const{values:t}=e,r=t[0],n=t[1]/100,o=t[2]/100,a=n*Math.min(o,1-o),s=(c,u=(c+r/30)%12)=>o-a*Math.max(Math.min(u-3,9-u,1),-1);let i="rgb";const l=[Math.round(s(0)*255),Math.round(s(8)*255),Math.round(s(4)*255)];return e.type==="hsla"&&(i+="a",l.push(t[3])),hs({type:i,values:l})}function Fi(e){e=dr(e);let t=e.type==="hsl"||e.type==="hsla"?dr(Qh(e)).values:e.values;return t=t.map(r=>(e.type!=="color"&&(r/=255),r<=.03928?r/12.92:((r+.055)/1.055)**2.4)),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function Jc(e,t){const r=Fi(e),n=Fi(t);return(Math.max(r,n)+.05)/(Math.min(r,n)+.05)}function zi(e,t){return e=dr(e),t=Vl(t),(e.type==="rgb"||e.type==="hsl")&&(e.type+="a"),e.type==="color"?e.values[3]=`/${t}`:e.values[3]=t,hs(e)}function qo(e,t,r){try{return zi(e,t)}catch{return e}}function co(e,t){if(e=dr(e),t=Vl(t),e.type.includes("hsl"))e.values[2]*=1-t;else if(e.type.includes("rgb")||e.type.includes("color"))for(let r=0;r<3;r+=1)e.values[r]*=1-t;return hs(e)}function Re(e,t,r){try{return co(e,t)}catch{return e}}function uo(e,t){if(e=dr(e),t=Vl(t),e.type.includes("hsl"))e.values[2]+=(100-e.values[2])*t;else if(e.type.includes("rgb"))for(let r=0;r<3;r+=1)e.values[r]+=(255-e.values[r])*t;else if(e.type.includes("color"))for(let r=0;r<3;r+=1)e.values[r]+=(1-e.values[r])*t;return hs(e)}function Ae(e,t,r){try{return uo(e,t)}catch{return e}}function uy(e,t=.15){return Fi(e)>.5?co(e,t):uo(e,t)}function Wo(e,t,r){try{return uy(e,t)}catch{return e}}const dy=F.createContext();process.env.NODE_ENV!=="production"&&(x.node,x.bool);const hy=()=>F.useContext(dy)??!1,py=F.createContext(void 0);process.env.NODE_ENV!=="production"&&(x.node,x.object);function my(e){const{theme:t,name:r,props:n}=e;if(!t||!t.components||!t.components[r])return n;const o=t.components[r];return o.defaultProps?Ia(o.defaultProps,n):!o.styleOverrides&&!o.variants?Ia(o,n):n}function fy({props:e,name:t}){const r=F.useContext(py);return my({props:e,name:t,theme:{components:r}})}const Yc={theme:void 0};function gy(e){let t,r;return function(o){let a=t;return(a===void 0||o.theme!==r)&&(Yc.theme=o.theme,a=qh(e(Yc)),t=a,r=o.theme),a}}function yy(e=""){function t(...n){if(!n.length)return"";const o=n[0];return typeof o=="string"&&!o.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/)?`, var(--${e?`${e}-`:""}${o}${t(...n.slice(1))})`:`, ${o}`}return(n,...o)=>`var(--${e?`${e}-`:""}${n}${t(...o)})`}const Kc=(e,t,r,n=[])=>{let o=e;t.forEach((a,s)=>{s===t.length-1?Array.isArray(o)?o[Number(a)]=r:o&&typeof o=="object"&&(o[a]=r):o&&typeof o=="object"&&(o[a]||(o[a]=n.includes(a)?[]:{}),o=o[a])})},by=(e,t,r)=>{function n(o,a=[],s=[]){Object.entries(o).forEach(([i,l])=>{(!r||r&&!r([...a,i]))&&l!=null&&(typeof l=="object"&&Object.keys(l).length>0?n(l,[...a,i],Array.isArray(l)?[...s,i]:s):t([...a,i],l,s))})}n(e)},xy=(e,t)=>typeof t=="number"?["lineHeight","fontWeight","opacity","zIndex"].some(n=>e.includes(n))||e[e.length-1].toLowerCase().includes("opacity")?t:`${t}px`:t;function ri(e,t){const{prefix:r,shouldSkipGeneratingVar:n}=t||{},o={},a={},s={};return by(e,(i,l,c)=>{if((typeof l=="string"||typeof l=="number")&&(!n||!n(i,l))){const u=`--${r?`${r}-`:""}${i.join("-")}`,d=xy(i,l);Object.assign(o,{[u]:d}),Kc(a,i,`var(${u})`,c),Kc(s,i,`var(${u}, ${d})`,c)}},i=>i[0]==="vars"),{css:o,vars:a,varsWithDefaults:s}}function vy(e,t={}){const{getSelector:r=b,disableCssColorScheme:n,colorSchemeSelector:o}=t,{colorSchemes:a={},components:s,defaultColorScheme:i="light",...l}=e,{vars:c,css:u,varsWithDefaults:d}=ri(l,t);let h=d;const p={},{[i]:f,...m}=a;if(Object.entries(m||{}).forEach(([O,w])=>{const{vars:A,css:C,varsWithDefaults:T}=ri(w,t);h=nt(h,T),p[O]={css:C,vars:A}}),f){const{css:O,vars:w,varsWithDefaults:A}=ri(f,t);h=nt(h,A),p[i]={css:O,vars:w}}function b(O,w){var C,T;let A=o;if(o==="class"&&(A=".%s"),o==="data"&&(A="[data-%s]"),o!=null&&o.startsWith("data-")&&!o.includes("%s")&&(A=`[${o}="%s"]`),O){if(A==="media")return e.defaultColorScheme===O?":root":{[`@media (prefers-color-scheme: ${((T=(C=a[O])==null?void 0:C.palette)==null?void 0:T.mode)||O})`]:{":root":w}};if(A)return e.defaultColorScheme===O?`:root, ${A.replace("%s",String(O))}`:A.replace("%s",String(O))}return":root"}return{vars:h,generateThemeVars:()=>{let O={...c};return Object.entries(p).forEach(([,{vars:w}])=>{O=nt(O,w)}),O},generateStyleSheets:()=>{var V,j;const O=[],w=e.defaultColorScheme||"light";function A(y,R){Object.keys(R).length&&O.push(typeof y=="string"?{[y]:{...R}}:y)}A(r(void 0,{...u}),u);const{[w]:C,...T}=p;if(C){const{css:y}=C,R=(j=(V=a[w])==null?void 0:V.palette)==null?void 0:j.mode,z=!n&&R?{colorScheme:R,...y}:{...y};A(r(w,{...z}),z)}return Object.entries(T).forEach(([y,{css:R}])=>{var G,oe;const z=(oe=(G=a[y])==null?void 0:G.palette)==null?void 0:oe.mode,I=!n&&z?{colorScheme:z,...R}:{...R};A(r(y,{...I}),I)}),O}}}function Sy(e){return function(r){return e==="media"?(process.env.NODE_ENV!=="production"&&r!=="light"&&r!=="dark"&&console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${r}'.`),`@media (prefers-color-scheme: ${r})`):e?e.startsWith("data-")&&!e.includes("%s")?`[${e}="${r}"] &`:e==="class"?`.${r} &`:e==="data"?`[data-${r}] &`:`${e.replace("%s",r)} &`:"&"}}const Oy=ds(),wy=sy("div",{name:"MuiStack",slot:"Root"});function Cy(e){return Kh({props:e,name:"MuiStack",defaultTheme:Oy})}function Py(e,t){const r=F.Children.toArray(e).filter(Boolean);return r.reduce((n,o,a)=>(n.push(o),a<r.length-1&&n.push(F.cloneElement(t,{key:`separator-${a}`})),n),[])}const Ty=e=>({row:"Left","row-reverse":"Right",column:"Top","column-reverse":"Bottom"})[e],Ry=({ownerState:e,theme:t})=>{let r={display:"flex",flexDirection:"column",...Tt({theme:t},ei({values:e.direction,breakpoints:t.breakpoints.values}),n=>({flexDirection:n}))};if(e.spacing){const n=as(t),o=Object.keys(t.breakpoints.values).reduce((l,c)=>((typeof e.spacing=="object"&&e.spacing[c]!=null||typeof e.direction=="object"&&e.direction[c]!=null)&&(l[c]=!0),l),{}),a=ei({values:e.direction,base:o}),s=ei({values:e.spacing,base:o});typeof a=="object"&&Object.keys(a).forEach((l,c,u)=>{if(!a[l]){const h=c>0?a[u[c-1]]:"column";a[l]=h}}),r=nt(r,Tt({theme:t},s,(l,c)=>e.useFlexGap?{gap:Rr(n,l)}:{"& > :not(style):not(style)":{margin:0},"& > :not(style) ~ :not(style)":{[`margin${Ty(c?a[c]:e.direction)}`]:Rr(n,l)}}))}return r=e0(t.breakpoints,r),r};function Ay(e={}){const{createStyledComponent:t=wy,useThemeProps:r=Cy,componentName:n="MuiStack"}=e,o=()=>es({root:["root"]},l=>wn(n,l),{}),a=t(Ry),s=F.forwardRef(function(l,c){const u=r(l),d=J0(u),{component:h="div",direction:p="column",spacing:f=0,divider:m,children:b,className:S,useFlexGap:E=!1,...O}=d,w={direction:p,spacing:f,useFlexGap:E},A=o();return g.jsx(a,{as:h,ownerState:w,ref:c,className:Pt(A.root,S),...O,children:m?Py(b,m):b})});return process.env.NODE_ENV!=="production"&&(s.propTypes={children:x.node,direction:x.oneOfType([x.oneOf(["column-reverse","column","row-reverse","row"]),x.arrayOf(x.oneOf(["column-reverse","column","row-reverse","row"])),x.object]),divider:x.node,spacing:x.oneOfType([x.arrayOf(x.oneOfType([x.number,x.string])),x.number,x.object,x.string]),sx:x.oneOfType([x.arrayOf(x.oneOfType([x.func,x.object,x.bool])),x.func,x.object])}),s}const ho={black:"#000",white:"#fff"},_y={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"},Gr={50:"#f3e5f5",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",700:"#7b1fa2"},Hr={300:"#e57373",400:"#ef5350",500:"#f44336",700:"#d32f2f",800:"#c62828"},Ln={300:"#ffb74d",400:"#ffa726",500:"#ff9800",700:"#f57c00",900:"#e65100"},qr={50:"#e3f2fd",200:"#90caf9",400:"#42a5f5",700:"#1976d2",800:"#1565c0"},Wr={300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",700:"#0288d1",900:"#01579b"},Jr={300:"#81c784",400:"#66bb6a",500:"#4caf50",700:"#388e3c",800:"#2e7d32",900:"#1b5e20"};function Xh(){return{text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:ho.white,default:ho.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}}}const Ey=Xh();function Zh(){return{text:{primary:ho.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:ho.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}}}const Qc=Zh();function Xc(e,t,r,n){const o=n.light||n,a=n.dark||n*1.5;e[t]||(e.hasOwnProperty(r)?e[t]=e[r]:t==="light"?e.light=uo(e.main,o):t==="dark"&&(e.dark=co(e.main,a)))}function Iy(e="light"){return e==="dark"?{main:qr[200],light:qr[50],dark:qr[400]}:{main:qr[700],light:qr[400],dark:qr[800]}}function Vy(e="light"){return e==="dark"?{main:Gr[200],light:Gr[50],dark:Gr[400]}:{main:Gr[500],light:Gr[300],dark:Gr[700]}}function My(e="light"){return e==="dark"?{main:Hr[500],light:Hr[300],dark:Hr[700]}:{main:Hr[700],light:Hr[400],dark:Hr[800]}}function jy(e="light"){return e==="dark"?{main:Wr[400],light:Wr[300],dark:Wr[700]}:{main:Wr[700],light:Wr[500],dark:Wr[900]}}function ky(e="light"){return e==="dark"?{main:Jr[400],light:Jr[300],dark:Jr[700]}:{main:Jr[800],light:Jr[500],dark:Jr[900]}}function $y(e="light"){return e==="dark"?{main:Ln[400],light:Ln[300],dark:Ln[700]}:{main:"#ed6c02",light:Ln[500],dark:Ln[900]}}function Ml(e){const{mode:t="light",contrastThreshold:r=3,tonalOffset:n=.2,...o}=e,a=e.primary||Iy(t),s=e.secondary||Vy(t),i=e.error||My(t),l=e.info||jy(t),c=e.success||ky(t),u=e.warning||$y(t);function d(m){const b=Jc(m,Qc.text.primary)>=r?Qc.text.primary:Ey.text.primary;if(process.env.NODE_ENV!=="production"){const S=Jc(m,b);S<3&&console.error([`MUI: The contrast ratio of ${S}:1 for ${b} on ${m}`,"falls below the WCAG recommended absolute minimum contrast ratio of 3:1.","https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
53
+ `))}return b}const h=({color:m,name:b,mainShade:S=500,lightShade:E=300,darkShade:O=700})=>{if(m={...m},!m.main&&m[S]&&(m.main=m[S]),!m.hasOwnProperty("main"))throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${b?` (${b})`:""} provided to augmentColor(color) is invalid.
54
+ The color object needs to have a \`main\` property or a \`${S}\` property.`:ur(11,b?` (${b})`:"",S));if(typeof m.main!="string")throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${b?` (${b})`:""} provided to augmentColor(color) is invalid.
54
55
  \`color.main\` should be a string, but \`${JSON.stringify(m.main)}\` was provided instead.
55
56
 
56
57
  Did you intend to use one of the following approaches?
@@ -63,23 +64,23 @@ const theme1 = createTheme({ palette: {
63
64
 
64
65
  const theme2 = createTheme({ palette: {
65
66
  primary: { main: green[500] },
66
- } });`:sr(12,b?` (${b})`:"",JSON.stringify(m.main)));return zc(m,"light",_,n),zc(m,"dark",O,n),m.contrastText||(m.contrastText=d(m.main)),m};let p;return t==="light"?p=Hh():t==="dark"&&(p=qh()),process.env.NODE_ENV!=="production"&&(p||console.error(`MUI: The palette mode \`${t}\` is not supported.`)),et({common:{...oa},mode:t,primary:h({color:o,name:"primary"}),secondary:h({color:s,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:h({color:i,name:"error"}),warning:h({color:u,name:"warning"}),info:h({color:l,name:"info"}),success:h({color:c,name:"success"}),grey:f0,contrastThreshold:r,getContrastText:d,augmentColor:h,tonalOffset:n,...p},a)}function w0(e){const t={};return Object.entries(e).forEach(n=>{const[a,o]=n;typeof o=="object"&&(t[a]=`${o.fontStyle?`${o.fontStyle} `:""}${o.fontVariant?`${o.fontVariant} `:""}${o.fontWeight?`${o.fontWeight} `:""}${o.fontStretch?`${o.fontStretch} `:""}${o.fontSize||""}${o.lineHeight?`/${o.lineHeight} `:""}${o.fontFamily||""}`)}),t}function C0(e,t){return{toolbar:{minHeight:56,[e.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[e.up("sm")]:{minHeight:64}},...t}}function P0(e){return Math.round(e*1e5)/1e5}const Gc={textTransform:"uppercase"},Hc='"Roboto", "Helvetica", "Arial", sans-serif';function T0(e,t){const{fontFamily:r=Hc,fontSize:n=14,fontWeightLight:a=300,fontWeightRegular:o=400,fontWeightMedium:s=500,fontWeightBold:i=700,htmlFontSize:l=16,allVariants:c,pxToRem:u,...d}=typeof t=="function"?t(e):t;process.env.NODE_ENV!=="production"&&(typeof n!="number"&&console.error("MUI: `fontSize` is required to be a number."),typeof l!="number"&&console.error("MUI: `htmlFontSize` is required to be a number."));const h=n/14,p=u||(b=>`${b/l*h}rem`),f=(b,x,_,O,C)=>({fontFamily:r,fontWeight:b,fontSize:p(x),lineHeight:_,...r===Hc?{letterSpacing:`${P0(O/x)}em`}:{},...C,...c}),m={h1:f(a,96,1.167,-1.5),h2:f(a,60,1.2,-.5),h3:f(o,48,1.167,0),h4:f(o,34,1.235,.25),h5:f(o,24,1.334,0),h6:f(s,20,1.6,.15),subtitle1:f(o,16,1.75,.15),subtitle2:f(s,14,1.57,.1),body1:f(o,16,1.5,.15),body2:f(o,14,1.43,.15),button:f(s,14,1.75,.4,Gc),caption:f(o,12,1.66,.4),overline:f(o,12,2.66,1,Gc),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return et({htmlFontSize:l,pxToRem:p,fontFamily:r,fontSize:n,fontWeightLight:a,fontWeightRegular:o,fontWeightMedium:s,fontWeightBold:i,...m},d,{clone:!1})}const A0=.2,R0=.14,_0=.12;function Ve(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${A0})`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${R0})`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${_0})`].join(",")}const V0=["none",Ve(0,2,1,-1,0,1,1,0,0,1,3,0),Ve(0,3,1,-2,0,2,2,0,0,1,5,0),Ve(0,3,3,-2,0,3,4,0,0,1,8,0),Ve(0,2,4,-1,0,4,5,0,0,1,10,0),Ve(0,3,5,-1,0,5,8,0,0,1,14,0),Ve(0,3,5,-1,0,6,10,0,0,1,18,0),Ve(0,4,5,-2,0,7,10,1,0,2,16,1),Ve(0,5,5,-3,0,8,10,1,0,3,14,2),Ve(0,5,6,-3,0,9,12,1,0,3,16,2),Ve(0,6,6,-3,0,10,14,1,0,4,18,3),Ve(0,6,7,-4,0,11,15,1,0,4,20,3),Ve(0,7,8,-4,0,12,17,2,0,5,22,4),Ve(0,7,8,-4,0,13,19,2,0,5,24,4),Ve(0,7,9,-4,0,14,21,2,0,5,26,4),Ve(0,8,9,-5,0,15,22,2,0,6,28,5),Ve(0,8,10,-5,0,16,24,2,0,6,30,5),Ve(0,8,11,-5,0,17,26,2,0,6,32,5),Ve(0,9,11,-5,0,18,28,2,0,7,34,6),Ve(0,9,12,-6,0,19,29,2,0,7,36,6),Ve(0,10,13,-6,0,20,31,3,0,8,38,7),Ve(0,10,13,-6,0,21,33,3,0,8,40,7),Ve(0,10,14,-6,0,22,35,3,0,8,42,7),Ve(0,11,14,-7,0,23,36,3,0,9,44,8),Ve(0,11,15,-7,0,24,38,3,0,9,46,8)],E0={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},I0={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function qc(e){return`${Math.round(e)}ms`}function M0(e){if(!e)return 0;const t=e/36;return Math.min(Math.round((4+15*t**.25+t/5)*10),3e3)}function $0(e){const t={...E0,...e.easing},r={...I0,...e.duration};return{getAutoHeightDuration:M0,create:(a=["all"],o={})=>{const{duration:s=r.standard,easing:i=t.easeInOut,delay:l=0,...c}=o;if(process.env.NODE_ENV!=="production"){const u=h=>typeof h=="string",d=h=>!Number.isNaN(parseFloat(h));!u(a)&&!Array.isArray(a)&&console.error('MUI: Argument "props" must be a string or Array.'),!d(s)&&!u(s)&&console.error(`MUI: Argument "duration" must be a number or a string but found ${s}.`),u(i)||console.error('MUI: Argument "easing" must be a string.'),!d(l)&&!u(l)&&console.error('MUI: Argument "delay" must be a number or a string.'),typeof o!="object"&&console.error(["MUI: Secong argument of transition.create must be an object.","Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join(`
67
- `)),Object.keys(c).length!==0&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(c).join(",")}].`)}return(Array.isArray(a)?a:[a]).map(u=>`${u} ${typeof s=="string"?s:qc(s)} ${i} ${typeof l=="string"?l:qc(l)}`).join(",")},...e,easing:t,duration:r}}const j0={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};function k0(e){return _t(e)||typeof e>"u"||typeof e=="string"||typeof e=="boolean"||typeof e=="number"||Array.isArray(e)}function Jh(e={}){const t={...e};function r(n){const a=Object.entries(n);for(let o=0;o<a.length;o++){const[s,i]=a[o];!k0(i)||s.startsWith("unstable_")?delete n[s]:_t(i)&&(n[s]={...i},r(n[s]))}}return r(t),`import { unstable_createBreakpoints as createBreakpoints, createTransitions } from '@mui/material/styles';
67
+ } });`:ur(12,b?` (${b})`:"",JSON.stringify(m.main)));return Xc(m,"light",E,n),Xc(m,"dark",O,n),m.contrastText||(m.contrastText=d(m.main)),m};let p;return t==="light"?p=Xh():t==="dark"&&(p=Zh()),process.env.NODE_ENV!=="production"&&(p||console.error(`MUI: The palette mode \`${t}\` is not supported.`)),nt({common:{...ho},mode:t,primary:h({color:a,name:"primary"}),secondary:h({color:s,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:h({color:i,name:"error"}),warning:h({color:u,name:"warning"}),info:h({color:l,name:"info"}),success:h({color:c,name:"success"}),grey:_y,contrastThreshold:r,getContrastText:d,augmentColor:h,tonalOffset:n,...p},o)}function Uy(e){const t={};return Object.entries(e).forEach(n=>{const[o,a]=n;typeof a=="object"&&(t[o]=`${a.fontStyle?`${a.fontStyle} `:""}${a.fontVariant?`${a.fontVariant} `:""}${a.fontWeight?`${a.fontWeight} `:""}${a.fontStretch?`${a.fontStretch} `:""}${a.fontSize||""}${a.lineHeight?`/${a.lineHeight} `:""}${a.fontFamily||""}`)}),t}function Dy(e,t){return{toolbar:{minHeight:56,[e.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[e.up("sm")]:{minHeight:64}},...t}}function Ly(e){return Math.round(e*1e5)/1e5}const Zc={textTransform:"uppercase"},eu='"Roboto", "Helvetica", "Arial", sans-serif';function By(e,t){const{fontFamily:r=eu,fontSize:n=14,fontWeightLight:o=300,fontWeightRegular:a=400,fontWeightMedium:s=500,fontWeightBold:i=700,htmlFontSize:l=16,allVariants:c,pxToRem:u,...d}=typeof t=="function"?t(e):t;process.env.NODE_ENV!=="production"&&(typeof n!="number"&&console.error("MUI: `fontSize` is required to be a number."),typeof l!="number"&&console.error("MUI: `htmlFontSize` is required to be a number."));const h=n/14,p=u||(b=>`${b/l*h}rem`),f=(b,S,E,O,w)=>({fontFamily:r,fontWeight:b,fontSize:p(S),lineHeight:E,...r===eu?{letterSpacing:`${Ly(O/S)}em`}:{},...w,...c}),m={h1:f(o,96,1.167,-1.5),h2:f(o,60,1.2,-.5),h3:f(a,48,1.167,0),h4:f(a,34,1.235,.25),h5:f(a,24,1.334,0),h6:f(s,20,1.6,.15),subtitle1:f(a,16,1.75,.15),subtitle2:f(s,14,1.57,.1),body1:f(a,16,1.5,.15),body2:f(a,14,1.43,.15),button:f(s,14,1.75,.4,Zc),caption:f(a,12,1.66,.4),overline:f(a,12,2.66,1,Zc),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return nt({htmlFontSize:l,pxToRem:p,fontFamily:r,fontSize:n,fontWeightLight:o,fontWeightRegular:a,fontWeightMedium:s,fontWeightBold:i,...m},d,{clone:!1})}const Ny=.2,Fy=.14,zy=.12;function je(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${Ny})`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${Fy})`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${zy})`].join(",")}const Gy=["none",je(0,2,1,-1,0,1,1,0,0,1,3,0),je(0,3,1,-2,0,2,2,0,0,1,5,0),je(0,3,3,-2,0,3,4,0,0,1,8,0),je(0,2,4,-1,0,4,5,0,0,1,10,0),je(0,3,5,-1,0,5,8,0,0,1,14,0),je(0,3,5,-1,0,6,10,0,0,1,18,0),je(0,4,5,-2,0,7,10,1,0,2,16,1),je(0,5,5,-3,0,8,10,1,0,3,14,2),je(0,5,6,-3,0,9,12,1,0,3,16,2),je(0,6,6,-3,0,10,14,1,0,4,18,3),je(0,6,7,-4,0,11,15,1,0,4,20,3),je(0,7,8,-4,0,12,17,2,0,5,22,4),je(0,7,8,-4,0,13,19,2,0,5,24,4),je(0,7,9,-4,0,14,21,2,0,5,26,4),je(0,8,9,-5,0,15,22,2,0,6,28,5),je(0,8,10,-5,0,16,24,2,0,6,30,5),je(0,8,11,-5,0,17,26,2,0,6,32,5),je(0,9,11,-5,0,18,28,2,0,7,34,6),je(0,9,12,-6,0,19,29,2,0,7,36,6),je(0,10,13,-6,0,20,31,3,0,8,38,7),je(0,10,13,-6,0,21,33,3,0,8,40,7),je(0,10,14,-6,0,22,35,3,0,8,42,7),je(0,11,14,-7,0,23,36,3,0,9,44,8),je(0,11,15,-7,0,24,38,3,0,9,46,8)],Hy={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},qy={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function tu(e){return`${Math.round(e)}ms`}function Wy(e){if(!e)return 0;const t=e/36;return Math.min(Math.round((4+15*t**.25+t/5)*10),3e3)}function Jy(e){const t={...Hy,...e.easing},r={...qy,...e.duration};return{getAutoHeightDuration:Wy,create:(o=["all"],a={})=>{const{duration:s=r.standard,easing:i=t.easeInOut,delay:l=0,...c}=a;if(process.env.NODE_ENV!=="production"){const u=h=>typeof h=="string",d=h=>!Number.isNaN(parseFloat(h));!u(o)&&!Array.isArray(o)&&console.error('MUI: Argument "props" must be a string or Array.'),!d(s)&&!u(s)&&console.error(`MUI: Argument "duration" must be a number or a string but found ${s}.`),u(i)||console.error('MUI: Argument "easing" must be a string.'),!d(l)&&!u(l)&&console.error('MUI: Argument "delay" must be a number or a string.'),typeof a!="object"&&console.error(["MUI: Secong argument of transition.create must be an object.","Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join(`
68
+ `)),Object.keys(c).length!==0&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(c).join(",")}].`)}return(Array.isArray(o)?o:[o]).map(u=>`${u} ${typeof s=="string"?s:tu(s)} ${i} ${typeof l=="string"?l:tu(l)}`).join(",")},...e,easing:t,duration:r}}const Yy={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};function Ky(e){return Vt(e)||typeof e>"u"||typeof e=="string"||typeof e=="boolean"||typeof e=="number"||Array.isArray(e)}function ep(e={}){const t={...e};function r(n){const o=Object.entries(n);for(let a=0;a<o.length;a++){const[s,i]=o[a];!Ky(i)||s.startsWith("unstable_")?delete n[s]:Vt(i)&&(n[s]={...i},r(n[s]))}}return r(t),`import { unstable_createBreakpoints as createBreakpoints, createTransitions } from '@mui/material/styles';
68
69
 
69
70
  const theme = ${JSON.stringify(t,null,2)};
70
71
 
71
72
  theme.breakpoints = createBreakpoints(theme.breakpoints || {});
72
73
  theme.transitions = createTransitions(theme.transitions || {});
73
74
 
74
- export default theme;`}function Li(e={},...t){const{breakpoints:r,mixins:n={},spacing:a,palette:o={},transitions:s={},typography:i={},shape:l,...c}=e;if(e.vars&&e.generateThemeVars===void 0)throw new Error(process.env.NODE_ENV!=="production"?"MUI: `vars` is a private field used for CSS variables support.\nPlease use another name or follow the [docs](https://mui.com/material-ui/customization/css-theme-variables/usage/) to enable the feature.":sr(20));const u=Cl(o),d=os(e);let h=et(d,{mixins:C0(d.breakpoints,n),palette:u,shadows:V0.slice(),typography:T0(u,i),transitions:$0(s),zIndex:{...j0}});if(h=et(h,c),h=t.reduce((p,f)=>et(p,f),h),process.env.NODE_ENV!=="production"){const p=["active","checked","completed","disabled","error","expanded","focused","focusVisible","required","selected"],f=(m,b)=>{let x;for(x in m){const _=m[x];if(p.includes(x)&&Object.keys(_).length>0){if(process.env.NODE_ENV!=="production"){const O=xa("",x);console.error([`MUI: The \`${b}\` component increases the CSS specificity of the \`${x}\` internal state.`,"You can not override it like this: ",JSON.stringify(m,null,2),"",`Instead, you need to use the '&.${O}' syntax:`,JSON.stringify({root:{[`&.${O}`]:_}},null,2),"","https://mui.com/r/state-classes-guide"].join(`
75
- `))}m[x]={}}}};Object.keys(h.components).forEach(m=>{const b=h.components[m].styleOverrides;b&&m.startsWith("Mui")&&f(b,m)})}return h.unstable_sxConfig={...Sa,...c==null?void 0:c.unstable_sxConfig},h.unstable_sx=function(f){return cn({sx:f,theme:this})},h.toRuntimeSource=Jh,h}function U0(e){let t;return e<1?t=5.11916*e**2:t=4.5*Math.log(e+1)+2,Math.round(t*10)/1e3}const L0=[...Array(25)].map((e,t)=>{if(t===0)return"none";const r=U0(t);return`linear-gradient(rgba(255 255 255 / ${r}), rgba(255 255 255 / ${r}))`});function Wh(e){return{inputPlaceholder:e==="dark"?.5:.42,inputUnderline:e==="dark"?.7:.42,switchTrackDisabled:e==="dark"?.2:.12,switchTrack:e==="dark"?.3:.38}}function Yh(e){return e==="dark"?L0:[]}function D0(e){const{palette:t={mode:"light"},opacity:r,overlays:n,...a}=e,o=Cl(t);return{palette:o,opacity:{...Wh(o.mode),...r},overlays:n||Yh(o.mode),...a}}function B0(e){var t;return!!e[0].match(/(cssVarPrefix|colorSchemeSelector|rootSelector|typography|mixins|breakpoints|direction|transitions)/)||!!e[0].match(/sxConfig$/)||e[0]==="palette"&&!!((t=e[1])!=null&&t.match(/(mode|contrastThreshold|tonalOffset)/))}const N0=e=>[...[...Array(25)].map((t,r)=>`--${e?`${e}-`:""}overlays-${r}`),`--${e?`${e}-`:""}palette-AppBar-darkBg`,`--${e?`${e}-`:""}palette-AppBar-darkColor`],F0=e=>(t,r)=>{const n=e.rootSelector||":root",a=e.colorSchemeSelector;let o=a;if(a==="class"&&(o=".%s"),a==="data"&&(o="[data-%s]"),a!=null&&a.startsWith("data-")&&!a.includes("%s")&&(o=`[${a}="%s"]`),e.defaultColorScheme===t){if(t==="dark"){const s={};return N0(e.cssVarPrefix).forEach(i=>{s[i]=r[i],delete r[i]}),o==="media"?{[n]:r,"@media (prefers-color-scheme: dark)":{[n]:s}}:o?{[o.replace("%s",t)]:s,[`${n}, ${o.replace("%s",t)}`]:r}:{[n]:{...r,...s}}}if(o&&o!=="media")return`${n}, ${o.replace("%s",String(t))}`}else if(t){if(o==="media")return{[`@media (prefers-color-scheme: ${String(t)})`]:{[n]:r}};if(o)return o.replace("%s",String(t))}return n};function z0(e,t){t.forEach(r=>{e[r]||(e[r]={})})}function H(e,t,r){!e[t]&&r&&(e[t]=r)}function Kn(e){return typeof e!="string"||!e.startsWith("hsl")?e:Gh(e)}function kt(e,t){`${t}Channel`in e||(e[`${t}Channel`]=Yn(Kn(e[t]),`MUI: Can't create \`palette.${t}Channel\` because \`palette.${t}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
76
- To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}function G0(e){return typeof e=="number"?`${e}px`:typeof e=="string"||typeof e=="function"||Array.isArray(e)?e:"8px"}const Pt=e=>{try{return e()}catch{}},H0=(e="mui")=>n0(e);function Qs(e,t,r,n){if(!t)return;t=t===!0?{}:t;const a=n==="dark"?"dark":"light";if(!r){e[n]=D0({...t,palette:{mode:a,...t==null?void 0:t.palette}});return}const{palette:o,...s}=Li({...r,palette:{mode:a,...t==null?void 0:t.palette}});return e[n]={...t,palette:o,opacity:{...Wh(a),...t==null?void 0:t.opacity},overlays:(t==null?void 0:t.overlays)||Yh(a)},s}function q0(e={},...t){const{colorSchemes:r={light:!0},defaultColorScheme:n,disableCssColorScheme:a=!1,cssVarPrefix:o="mui",shouldSkipGeneratingVar:s=B0,colorSchemeSelector:i=r.light&&r.dark?"media":void 0,rootSelector:l=":root",...c}=e,u=Object.keys(r)[0],d=n||(r.light&&u!=="light"?"light":u),h=H0(o),{[d]:p,light:f,dark:m,...b}=r,x={...b};let _=p;if((d==="dark"&&!("dark"in r)||d==="light"&&!("light"in r))&&(_=!0),!_)throw new Error(process.env.NODE_ENV!=="production"?`MUI: The \`colorSchemes.${d}\` option is either missing or invalid.`:sr(21,d));const O=Qs(x,_,c,d);f&&!x.light&&Qs(x,f,void 0,"light"),m&&!x.dark&&Qs(x,m,void 0,"dark");let C={defaultColorScheme:d,...O,cssVarPrefix:o,colorSchemeSelector:i,rootSelector:l,getCssVar:h,colorSchemes:x,font:{...w0(O.typography),...O.font},spacing:G0(c.spacing)};Object.keys(C.colorSchemes).forEach(F=>{const y=C.colorSchemes[F].palette,T=z=>{const V=z.split("-"),N=V[1],te=V[2];return h(z,y[N][te])};if(y.mode==="light"&&(H(y.common,"background","#fff"),H(y.common,"onBackground","#000")),y.mode==="dark"&&(H(y.common,"background","#000"),H(y.common,"onBackground","#fff")),z0(y,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"]),y.mode==="light"){H(y.Alert,"errorColor",we(y.error.light,.6)),H(y.Alert,"infoColor",we(y.info.light,.6)),H(y.Alert,"successColor",we(y.success.light,.6)),H(y.Alert,"warningColor",we(y.warning.light,.6)),H(y.Alert,"errorFilledBg",T("palette-error-main")),H(y.Alert,"infoFilledBg",T("palette-info-main")),H(y.Alert,"successFilledBg",T("palette-success-main")),H(y.Alert,"warningFilledBg",T("palette-warning-main")),H(y.Alert,"errorFilledColor",Pt(()=>y.getContrastText(y.error.main))),H(y.Alert,"infoFilledColor",Pt(()=>y.getContrastText(y.info.main))),H(y.Alert,"successFilledColor",Pt(()=>y.getContrastText(y.success.main))),H(y.Alert,"warningFilledColor",Pt(()=>y.getContrastText(y.warning.main))),H(y.Alert,"errorStandardBg",Ce(y.error.light,.9)),H(y.Alert,"infoStandardBg",Ce(y.info.light,.9)),H(y.Alert,"successStandardBg",Ce(y.success.light,.9)),H(y.Alert,"warningStandardBg",Ce(y.warning.light,.9)),H(y.Alert,"errorIconColor",T("palette-error-main")),H(y.Alert,"infoIconColor",T("palette-info-main")),H(y.Alert,"successIconColor",T("palette-success-main")),H(y.Alert,"warningIconColor",T("palette-warning-main")),H(y.AppBar,"defaultBg",T("palette-grey-100")),H(y.Avatar,"defaultBg",T("palette-grey-400")),H(y.Button,"inheritContainedBg",T("palette-grey-300")),H(y.Button,"inheritContainedHoverBg",T("palette-grey-A100")),H(y.Chip,"defaultBorder",T("palette-grey-400")),H(y.Chip,"defaultAvatarColor",T("palette-grey-700")),H(y.Chip,"defaultIconColor",T("palette-grey-700")),H(y.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),H(y.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),H(y.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),H(y.LinearProgress,"primaryBg",Ce(y.primary.main,.62)),H(y.LinearProgress,"secondaryBg",Ce(y.secondary.main,.62)),H(y.LinearProgress,"errorBg",Ce(y.error.main,.62)),H(y.LinearProgress,"infoBg",Ce(y.info.main,.62)),H(y.LinearProgress,"successBg",Ce(y.success.main,.62)),H(y.LinearProgress,"warningBg",Ce(y.warning.main,.62)),H(y.Skeleton,"bg",`rgba(${T("palette-text-primaryChannel")} / 0.11)`),H(y.Slider,"primaryTrack",Ce(y.primary.main,.62)),H(y.Slider,"secondaryTrack",Ce(y.secondary.main,.62)),H(y.Slider,"errorTrack",Ce(y.error.main,.62)),H(y.Slider,"infoTrack",Ce(y.info.main,.62)),H(y.Slider,"successTrack",Ce(y.success.main,.62)),H(y.Slider,"warningTrack",Ce(y.warning.main,.62));const z=Ba(y.background.default,.8);H(y.SnackbarContent,"bg",z),H(y.SnackbarContent,"color",Pt(()=>y.getContrastText(z))),H(y.SpeedDialAction,"fabHoverBg",Ba(y.background.paper,.15)),H(y.StepConnector,"border",T("palette-grey-400")),H(y.StepContent,"border",T("palette-grey-400")),H(y.Switch,"defaultColor",T("palette-common-white")),H(y.Switch,"defaultDisabledColor",T("palette-grey-100")),H(y.Switch,"primaryDisabledColor",Ce(y.primary.main,.62)),H(y.Switch,"secondaryDisabledColor",Ce(y.secondary.main,.62)),H(y.Switch,"errorDisabledColor",Ce(y.error.main,.62)),H(y.Switch,"infoDisabledColor",Ce(y.info.main,.62)),H(y.Switch,"successDisabledColor",Ce(y.success.main,.62)),H(y.Switch,"warningDisabledColor",Ce(y.warning.main,.62)),H(y.TableCell,"border",Ce(Da(y.divider,1),.88)),H(y.Tooltip,"bg",Da(y.grey[700],.92))}if(y.mode==="dark"){H(y.Alert,"errorColor",Ce(y.error.light,.6)),H(y.Alert,"infoColor",Ce(y.info.light,.6)),H(y.Alert,"successColor",Ce(y.success.light,.6)),H(y.Alert,"warningColor",Ce(y.warning.light,.6)),H(y.Alert,"errorFilledBg",T("palette-error-dark")),H(y.Alert,"infoFilledBg",T("palette-info-dark")),H(y.Alert,"successFilledBg",T("palette-success-dark")),H(y.Alert,"warningFilledBg",T("palette-warning-dark")),H(y.Alert,"errorFilledColor",Pt(()=>y.getContrastText(y.error.dark))),H(y.Alert,"infoFilledColor",Pt(()=>y.getContrastText(y.info.dark))),H(y.Alert,"successFilledColor",Pt(()=>y.getContrastText(y.success.dark))),H(y.Alert,"warningFilledColor",Pt(()=>y.getContrastText(y.warning.dark))),H(y.Alert,"errorStandardBg",we(y.error.light,.9)),H(y.Alert,"infoStandardBg",we(y.info.light,.9)),H(y.Alert,"successStandardBg",we(y.success.light,.9)),H(y.Alert,"warningStandardBg",we(y.warning.light,.9)),H(y.Alert,"errorIconColor",T("palette-error-main")),H(y.Alert,"infoIconColor",T("palette-info-main")),H(y.Alert,"successIconColor",T("palette-success-main")),H(y.Alert,"warningIconColor",T("palette-warning-main")),H(y.AppBar,"defaultBg",T("palette-grey-900")),H(y.AppBar,"darkBg",T("palette-background-paper")),H(y.AppBar,"darkColor",T("palette-text-primary")),H(y.Avatar,"defaultBg",T("palette-grey-600")),H(y.Button,"inheritContainedBg",T("palette-grey-800")),H(y.Button,"inheritContainedHoverBg",T("palette-grey-700")),H(y.Chip,"defaultBorder",T("palette-grey-700")),H(y.Chip,"defaultAvatarColor",T("palette-grey-300")),H(y.Chip,"defaultIconColor",T("palette-grey-300")),H(y.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),H(y.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),H(y.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),H(y.LinearProgress,"primaryBg",we(y.primary.main,.5)),H(y.LinearProgress,"secondaryBg",we(y.secondary.main,.5)),H(y.LinearProgress,"errorBg",we(y.error.main,.5)),H(y.LinearProgress,"infoBg",we(y.info.main,.5)),H(y.LinearProgress,"successBg",we(y.success.main,.5)),H(y.LinearProgress,"warningBg",we(y.warning.main,.5)),H(y.Skeleton,"bg",`rgba(${T("palette-text-primaryChannel")} / 0.13)`),H(y.Slider,"primaryTrack",we(y.primary.main,.5)),H(y.Slider,"secondaryTrack",we(y.secondary.main,.5)),H(y.Slider,"errorTrack",we(y.error.main,.5)),H(y.Slider,"infoTrack",we(y.info.main,.5)),H(y.Slider,"successTrack",we(y.success.main,.5)),H(y.Slider,"warningTrack",we(y.warning.main,.5));const z=Ba(y.background.default,.98);H(y.SnackbarContent,"bg",z),H(y.SnackbarContent,"color",Pt(()=>y.getContrastText(z))),H(y.SpeedDialAction,"fabHoverBg",Ba(y.background.paper,.15)),H(y.StepConnector,"border",T("palette-grey-600")),H(y.StepContent,"border",T("palette-grey-600")),H(y.Switch,"defaultColor",T("palette-grey-300")),H(y.Switch,"defaultDisabledColor",T("palette-grey-600")),H(y.Switch,"primaryDisabledColor",we(y.primary.main,.55)),H(y.Switch,"secondaryDisabledColor",we(y.secondary.main,.55)),H(y.Switch,"errorDisabledColor",we(y.error.main,.55)),H(y.Switch,"infoDisabledColor",we(y.info.main,.55)),H(y.Switch,"successDisabledColor",we(y.success.main,.55)),H(y.Switch,"warningDisabledColor",we(y.warning.main,.55)),H(y.TableCell,"border",we(Da(y.divider,1),.68)),H(y.Tooltip,"bg",Da(y.grey[700],.92))}kt(y.background,"default"),kt(y.background,"paper"),kt(y.common,"background"),kt(y.common,"onBackground"),kt(y,"divider"),Object.keys(y).forEach(z=>{const V=y[z];z!=="tonalOffset"&&V&&typeof V=="object"&&(V.main&&H(y[z],"mainChannel",Yn(Kn(V.main))),V.light&&H(y[z],"lightChannel",Yn(Kn(V.light))),V.dark&&H(y[z],"darkChannel",Yn(Kn(V.dark))),V.contrastText&&H(y[z],"contrastTextChannel",Yn(Kn(V.contrastText))),z==="text"&&(kt(y[z],"primary"),kt(y[z],"secondary")),z==="action"&&(V.active&&kt(y[z],"active"),V.selected&&kt(y[z],"selected")))})}),C=t.reduce((F,y)=>et(F,y),C);const P={prefix:o,disableCssColorScheme:a,shouldSkipGeneratingVar:s,getSelector:F0(C)},{vars:w,generateThemeVars:A,generateStyleSheets:E}=s0(C,P);return C.vars=w,Object.entries(C.colorSchemes[C.defaultColorScheme]).forEach(([F,y])=>{C[F]=y}),C.generateThemeVars=A,C.generateStyleSheets=E,C.generateSpacing=function(){return jh(c.spacing,Zo(this))},C.getColorSchemeSelector=i0(i),C.spacing=C.generateSpacing(),C.shouldSkipGeneratingVar=s,C.unstable_sxConfig={...Sa,...c==null?void 0:c.unstable_sxConfig},C.unstable_sx=function(y){return cn({sx:y,theme:this})},C.toRuntimeSource=Jh,C}function Jc(e,t,r){e.colorSchemes&&r&&(e.colorSchemes[t]={...r!==!0&&r,palette:Cl({...r===!0?{}:r.palette,mode:t})})}function Kh(e={},...t){const{palette:r,cssVariables:n=!1,colorSchemes:a=r?void 0:{light:!0},defaultColorScheme:o=r==null?void 0:r.mode,...s}=e,i=o||"light",l=a==null?void 0:a[i],c={...a,...r?{[i]:{...typeof l!="boolean"&&l,palette:r}}:void 0};if(n===!1){if(!("colorSchemes"in e))return Li(e,...t);let u=r;"palette"in e||c[i]&&(c[i]!==!0?u=c[i].palette:i==="dark"&&(u={mode:"dark"}));const d=Li({...e,palette:u},...t);return d.defaultColorScheme=i,d.colorSchemes=c,d.palette.mode==="light"&&(d.colorSchemes.light={...c.light!==!0&&c.light,palette:d.palette},Jc(d,"dark",c.dark)),d.palette.mode==="dark"&&(d.colorSchemes.dark={...c.dark!==!0&&c.dark,palette:d.palette},Jc(d,"light",c.light)),d}return!r&&!("light"in c)&&i==="light"&&(c.light=!0),q0({...s,colorSchemes:c,defaultColorScheme:i,...typeof n!="boolean"&&n},...t)}const Qh=Kh();function J0({props:e,name:t}){return Fh({props:e,name:t,defaultTheme:Qh,themeId:_h})}function Pl(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const W0=e=>Pl(e)&&e!=="classes",dt=Bh({themeId:_h,defaultTheme:Qh,rootShouldForwardProp:W0});function Xh(...e){const t=B.useRef(void 0),r=B.useCallback(n=>{const a=e.map(o=>{if(o==null)return null;if(typeof o=="function"){const s=o,i=s(n);return typeof i=="function"?i:()=>{s(null)}}return o.current=n,()=>{o.current=null}});return()=>{a.forEach(o=>o==null?void 0:o())}},e);return B.useMemo(()=>e.every(n=>n==null)?null:n=>{t.current&&(t.current(),t.current=void 0),n!=null&&(t.current=r(n))},e)}let Wc=0;function Y0(e){const[t,r]=B.useState(e),n=t;return B.useEffect(()=>{t==null&&(Wc+=1,r(`mui-${Wc}`))},[t]),n}const K0={...B},Yc=K0.useId;function Q0(e){return Yc!==void 0?Yc():Y0(e)}class X0{constructor(t){this.value=void 0,this.listeners=void 0,this.subscribe=r=>(this.listeners.add(r),()=>{this.listeners.delete(r)}),this.getSnapshot=()=>this.value,this.update=r=>{const n=r(this.value);n!==this.value&&(this.value=n,this.listeners.forEach(a=>a(n)))},this.value=t,this.listeners=new Set}}const Nt=typeof window<"u"?B.useLayoutEffect:B.useEffect,is=({params:e,store:t})=>{B.useEffect(()=>{t.update(n=>Y({},n,{animation:Y({},n.animation,{skip:e.skipAnimation})}))},[t,e.skipAnimation]);const r=B.useCallback(()=>{let n=!1;return t.update(a=>Y({},a,{animation:Y({},a.animation,{skipAnimationRequests:a.animation.skipAnimationRequests+1})})),()=>{n||(n=!0,t.update(a=>Y({},a,{animation:Y({},a.animation,{skipAnimationRequests:a.animation.skipAnimationRequests-1})})))}},[t]);return Nt(()=>{if(typeof window>"u"||!(window!=null&&window.matchMedia))return;let a;const o=i=>{i.matches?a=r():a==null||a()},s=window.matchMedia("(prefers-reduced-motion)");return o(s),s.addEventListener("change",o),()=>{s.removeEventListener("change",o)}},[r,t]),{instance:{disableAnimation:r}}};is.params={skipAnimation:!0};is.getDefaultizedParams=({params:e})=>Y({},e,{skipAnimation:e.skipAnimation??!1});is.getInitialState=({skipAnimation:e})=>{const t=typeof window>"u"||!(window!=null&&window.matchMedia),r=process.env.NODE_ENV==="test"?t:!1;return{animation:{skip:e,skipAnimationRequests:r?1:0}}};var Z0=(e,t,r)=>{if(t.length===1&&t[0]===r){let n=!1;try{const a={};e(a)===a&&(n=!0)}catch{}if(n){let a;try{throw new Error}catch(o){({stack:a}=o)}console.warn(`The result function returned its own inputs without modification. e.g
75
+ export default theme;`}function Gi(e={},...t){const{breakpoints:r,mixins:n={},spacing:o,palette:a={},transitions:s={},typography:i={},shape:l,...c}=e;if(e.vars&&e.generateThemeVars===void 0)throw new Error(process.env.NODE_ENV!=="production"?"MUI: `vars` is a private field used for CSS variables support.\nPlease use another name or follow the [docs](https://mui.com/material-ui/customization/css-theme-variables/usage/) to enable the feature.":ur(20));const u=Ml(a),d=ds(e);let h=nt(d,{mixins:Dy(d.breakpoints,n),palette:u,shadows:Gy.slice(),typography:By(u,i),transitions:Jy(s),zIndex:{...Yy}});if(h=nt(h,c),h=t.reduce((p,f)=>nt(p,f),h),process.env.NODE_ENV!=="production"){const p=["active","checked","completed","disabled","error","expanded","focused","focusVisible","required","selected"],f=(m,b)=>{let S;for(S in m){const E=m[S];if(p.includes(S)&&Object.keys(E).length>0){if(process.env.NODE_ENV!=="production"){const O=wn("",S);console.error([`MUI: The \`${b}\` component increases the CSS specificity of the \`${S}\` internal state.`,"You can not override it like this: ",JSON.stringify(m,null,2),"",`Instead, you need to use the '&.${O}' syntax:`,JSON.stringify({root:{[`&.${O}`]:E}},null,2),"","https://mui.com/r/state-classes-guide"].join(`
76
+ `))}m[S]={}}}};Object.keys(h.components).forEach(m=>{const b=h.components[m].styleOverrides;b&&m.startsWith("Mui")&&f(b,m)})}return h.unstable_sxConfig={...Ro,...c==null?void 0:c.unstable_sxConfig},h.unstable_sx=function(f){return mn({sx:f,theme:this})},h.toRuntimeSource=ep,h}function Qy(e){let t;return e<1?t=5.11916*e**2:t=4.5*Math.log(e+1)+2,Math.round(t*10)/1e3}const Xy=[...Array(25)].map((e,t)=>{if(t===0)return"none";const r=Qy(t);return`linear-gradient(rgba(255 255 255 / ${r}), rgba(255 255 255 / ${r}))`});function tp(e){return{inputPlaceholder:e==="dark"?.5:.42,inputUnderline:e==="dark"?.7:.42,switchTrackDisabled:e==="dark"?.2:.12,switchTrack:e==="dark"?.3:.38}}function rp(e){return e==="dark"?Xy:[]}function Zy(e){const{palette:t={mode:"light"},opacity:r,overlays:n,...o}=e,a=Ml(t);return{palette:a,opacity:{...tp(a.mode),...r},overlays:n||rp(a.mode),...o}}function eb(e){var t;return!!e[0].match(/(cssVarPrefix|colorSchemeSelector|rootSelector|typography|mixins|breakpoints|direction|transitions)/)||!!e[0].match(/sxConfig$/)||e[0]==="palette"&&!!((t=e[1])!=null&&t.match(/(mode|contrastThreshold|tonalOffset)/))}const tb=e=>[...[...Array(25)].map((t,r)=>`--${e?`${e}-`:""}overlays-${r}`),`--${e?`${e}-`:""}palette-AppBar-darkBg`,`--${e?`${e}-`:""}palette-AppBar-darkColor`],rb=e=>(t,r)=>{const n=e.rootSelector||":root",o=e.colorSchemeSelector;let a=o;if(o==="class"&&(a=".%s"),o==="data"&&(a="[data-%s]"),o!=null&&o.startsWith("data-")&&!o.includes("%s")&&(a=`[${o}="%s"]`),e.defaultColorScheme===t){if(t==="dark"){const s={};return tb(e.cssVarPrefix).forEach(i=>{s[i]=r[i],delete r[i]}),a==="media"?{[n]:r,"@media (prefers-color-scheme: dark)":{[n]:s}}:a?{[a.replace("%s",t)]:s,[`${n}, ${a.replace("%s",t)}`]:r}:{[n]:{...r,...s}}}if(a&&a!=="media")return`${n}, ${a.replace("%s",String(t))}`}else if(t){if(a==="media")return{[`@media (prefers-color-scheme: ${String(t)})`]:{[n]:r}};if(a)return a.replace("%s",String(t))}return n};function nb(e,t){t.forEach(r=>{e[r]||(e[r]={})})}function W(e,t,r){!e[t]&&r&&(e[t]=r)}function to(e){return typeof e!="string"||!e.startsWith("hsl")?e:Qh(e)}function Bt(e,t){`${t}Channel`in e||(e[`${t}Channel`]=eo(to(e[t]),`MUI: Can't create \`palette.${t}Channel\` because \`palette.${t}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
77
+ To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}function ob(e){return typeof e=="number"?`${e}px`:typeof e=="string"||typeof e=="function"||Array.isArray(e)?e:"8px"}const At=e=>{try{return e()}catch{}},ab=(e="mui")=>yy(e);function ni(e,t,r,n){if(!t)return;t=t===!0?{}:t;const o=n==="dark"?"dark":"light";if(!r){e[n]=Zy({...t,palette:{mode:o,...t==null?void 0:t.palette}});return}const{palette:a,...s}=Gi({...r,palette:{mode:o,...t==null?void 0:t.palette}});return e[n]={...t,palette:a,opacity:{...tp(o),...t==null?void 0:t.opacity},overlays:(t==null?void 0:t.overlays)||rp(o)},s}function sb(e={},...t){const{colorSchemes:r={light:!0},defaultColorScheme:n,disableCssColorScheme:o=!1,cssVarPrefix:a="mui",shouldSkipGeneratingVar:s=eb,colorSchemeSelector:i=r.light&&r.dark?"media":void 0,rootSelector:l=":root",...c}=e,u=Object.keys(r)[0],d=n||(r.light&&u!=="light"?"light":u),h=ab(a),{[d]:p,light:f,dark:m,...b}=r,S={...b};let E=p;if((d==="dark"&&!("dark"in r)||d==="light"&&!("light"in r))&&(E=!0),!E)throw new Error(process.env.NODE_ENV!=="production"?`MUI: The \`colorSchemes.${d}\` option is either missing or invalid.`:ur(21,d));const O=ni(S,E,c,d);f&&!S.light&&ni(S,f,void 0,"light"),m&&!S.dark&&ni(S,m,void 0,"dark");let w={defaultColorScheme:d,...O,cssVarPrefix:a,colorSchemeSelector:i,rootSelector:l,getCssVar:h,colorSchemes:S,font:{...Uy(O.typography),...O.font},spacing:ob(c.spacing)};Object.keys(w.colorSchemes).forEach(j=>{const y=w.colorSchemes[j].palette,R=z=>{const I=z.split("-"),G=I[1],oe=I[2];return h(z,y[G][oe])};if(y.mode==="light"&&(W(y.common,"background","#fff"),W(y.common,"onBackground","#000")),y.mode==="dark"&&(W(y.common,"background","#000"),W(y.common,"onBackground","#fff")),nb(y,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"]),y.mode==="light"){W(y.Alert,"errorColor",Re(y.error.light,.6)),W(y.Alert,"infoColor",Re(y.info.light,.6)),W(y.Alert,"successColor",Re(y.success.light,.6)),W(y.Alert,"warningColor",Re(y.warning.light,.6)),W(y.Alert,"errorFilledBg",R("palette-error-main")),W(y.Alert,"infoFilledBg",R("palette-info-main")),W(y.Alert,"successFilledBg",R("palette-success-main")),W(y.Alert,"warningFilledBg",R("palette-warning-main")),W(y.Alert,"errorFilledColor",At(()=>y.getContrastText(y.error.main))),W(y.Alert,"infoFilledColor",At(()=>y.getContrastText(y.info.main))),W(y.Alert,"successFilledColor",At(()=>y.getContrastText(y.success.main))),W(y.Alert,"warningFilledColor",At(()=>y.getContrastText(y.warning.main))),W(y.Alert,"errorStandardBg",Ae(y.error.light,.9)),W(y.Alert,"infoStandardBg",Ae(y.info.light,.9)),W(y.Alert,"successStandardBg",Ae(y.success.light,.9)),W(y.Alert,"warningStandardBg",Ae(y.warning.light,.9)),W(y.Alert,"errorIconColor",R("palette-error-main")),W(y.Alert,"infoIconColor",R("palette-info-main")),W(y.Alert,"successIconColor",R("palette-success-main")),W(y.Alert,"warningIconColor",R("palette-warning-main")),W(y.AppBar,"defaultBg",R("palette-grey-100")),W(y.Avatar,"defaultBg",R("palette-grey-400")),W(y.Button,"inheritContainedBg",R("palette-grey-300")),W(y.Button,"inheritContainedHoverBg",R("palette-grey-A100")),W(y.Chip,"defaultBorder",R("palette-grey-400")),W(y.Chip,"defaultAvatarColor",R("palette-grey-700")),W(y.Chip,"defaultIconColor",R("palette-grey-700")),W(y.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),W(y.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),W(y.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),W(y.LinearProgress,"primaryBg",Ae(y.primary.main,.62)),W(y.LinearProgress,"secondaryBg",Ae(y.secondary.main,.62)),W(y.LinearProgress,"errorBg",Ae(y.error.main,.62)),W(y.LinearProgress,"infoBg",Ae(y.info.main,.62)),W(y.LinearProgress,"successBg",Ae(y.success.main,.62)),W(y.LinearProgress,"warningBg",Ae(y.warning.main,.62)),W(y.Skeleton,"bg",`rgba(${R("palette-text-primaryChannel")} / 0.11)`),W(y.Slider,"primaryTrack",Ae(y.primary.main,.62)),W(y.Slider,"secondaryTrack",Ae(y.secondary.main,.62)),W(y.Slider,"errorTrack",Ae(y.error.main,.62)),W(y.Slider,"infoTrack",Ae(y.info.main,.62)),W(y.Slider,"successTrack",Ae(y.success.main,.62)),W(y.Slider,"warningTrack",Ae(y.warning.main,.62));const z=Wo(y.background.default,.8);W(y.SnackbarContent,"bg",z),W(y.SnackbarContent,"color",At(()=>y.getContrastText(z))),W(y.SpeedDialAction,"fabHoverBg",Wo(y.background.paper,.15)),W(y.StepConnector,"border",R("palette-grey-400")),W(y.StepContent,"border",R("palette-grey-400")),W(y.Switch,"defaultColor",R("palette-common-white")),W(y.Switch,"defaultDisabledColor",R("palette-grey-100")),W(y.Switch,"primaryDisabledColor",Ae(y.primary.main,.62)),W(y.Switch,"secondaryDisabledColor",Ae(y.secondary.main,.62)),W(y.Switch,"errorDisabledColor",Ae(y.error.main,.62)),W(y.Switch,"infoDisabledColor",Ae(y.info.main,.62)),W(y.Switch,"successDisabledColor",Ae(y.success.main,.62)),W(y.Switch,"warningDisabledColor",Ae(y.warning.main,.62)),W(y.TableCell,"border",Ae(qo(y.divider,1),.88)),W(y.Tooltip,"bg",qo(y.grey[700],.92))}if(y.mode==="dark"){W(y.Alert,"errorColor",Ae(y.error.light,.6)),W(y.Alert,"infoColor",Ae(y.info.light,.6)),W(y.Alert,"successColor",Ae(y.success.light,.6)),W(y.Alert,"warningColor",Ae(y.warning.light,.6)),W(y.Alert,"errorFilledBg",R("palette-error-dark")),W(y.Alert,"infoFilledBg",R("palette-info-dark")),W(y.Alert,"successFilledBg",R("palette-success-dark")),W(y.Alert,"warningFilledBg",R("palette-warning-dark")),W(y.Alert,"errorFilledColor",At(()=>y.getContrastText(y.error.dark))),W(y.Alert,"infoFilledColor",At(()=>y.getContrastText(y.info.dark))),W(y.Alert,"successFilledColor",At(()=>y.getContrastText(y.success.dark))),W(y.Alert,"warningFilledColor",At(()=>y.getContrastText(y.warning.dark))),W(y.Alert,"errorStandardBg",Re(y.error.light,.9)),W(y.Alert,"infoStandardBg",Re(y.info.light,.9)),W(y.Alert,"successStandardBg",Re(y.success.light,.9)),W(y.Alert,"warningStandardBg",Re(y.warning.light,.9)),W(y.Alert,"errorIconColor",R("palette-error-main")),W(y.Alert,"infoIconColor",R("palette-info-main")),W(y.Alert,"successIconColor",R("palette-success-main")),W(y.Alert,"warningIconColor",R("palette-warning-main")),W(y.AppBar,"defaultBg",R("palette-grey-900")),W(y.AppBar,"darkBg",R("palette-background-paper")),W(y.AppBar,"darkColor",R("palette-text-primary")),W(y.Avatar,"defaultBg",R("palette-grey-600")),W(y.Button,"inheritContainedBg",R("palette-grey-800")),W(y.Button,"inheritContainedHoverBg",R("palette-grey-700")),W(y.Chip,"defaultBorder",R("palette-grey-700")),W(y.Chip,"defaultAvatarColor",R("palette-grey-300")),W(y.Chip,"defaultIconColor",R("palette-grey-300")),W(y.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),W(y.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),W(y.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),W(y.LinearProgress,"primaryBg",Re(y.primary.main,.5)),W(y.LinearProgress,"secondaryBg",Re(y.secondary.main,.5)),W(y.LinearProgress,"errorBg",Re(y.error.main,.5)),W(y.LinearProgress,"infoBg",Re(y.info.main,.5)),W(y.LinearProgress,"successBg",Re(y.success.main,.5)),W(y.LinearProgress,"warningBg",Re(y.warning.main,.5)),W(y.Skeleton,"bg",`rgba(${R("palette-text-primaryChannel")} / 0.13)`),W(y.Slider,"primaryTrack",Re(y.primary.main,.5)),W(y.Slider,"secondaryTrack",Re(y.secondary.main,.5)),W(y.Slider,"errorTrack",Re(y.error.main,.5)),W(y.Slider,"infoTrack",Re(y.info.main,.5)),W(y.Slider,"successTrack",Re(y.success.main,.5)),W(y.Slider,"warningTrack",Re(y.warning.main,.5));const z=Wo(y.background.default,.98);W(y.SnackbarContent,"bg",z),W(y.SnackbarContent,"color",At(()=>y.getContrastText(z))),W(y.SpeedDialAction,"fabHoverBg",Wo(y.background.paper,.15)),W(y.StepConnector,"border",R("palette-grey-600")),W(y.StepContent,"border",R("palette-grey-600")),W(y.Switch,"defaultColor",R("palette-grey-300")),W(y.Switch,"defaultDisabledColor",R("palette-grey-600")),W(y.Switch,"primaryDisabledColor",Re(y.primary.main,.55)),W(y.Switch,"secondaryDisabledColor",Re(y.secondary.main,.55)),W(y.Switch,"errorDisabledColor",Re(y.error.main,.55)),W(y.Switch,"infoDisabledColor",Re(y.info.main,.55)),W(y.Switch,"successDisabledColor",Re(y.success.main,.55)),W(y.Switch,"warningDisabledColor",Re(y.warning.main,.55)),W(y.TableCell,"border",Re(qo(y.divider,1),.68)),W(y.Tooltip,"bg",qo(y.grey[700],.92))}Bt(y.background,"default"),Bt(y.background,"paper"),Bt(y.common,"background"),Bt(y.common,"onBackground"),Bt(y,"divider"),Object.keys(y).forEach(z=>{const I=y[z];z!=="tonalOffset"&&I&&typeof I=="object"&&(I.main&&W(y[z],"mainChannel",eo(to(I.main))),I.light&&W(y[z],"lightChannel",eo(to(I.light))),I.dark&&W(y[z],"darkChannel",eo(to(I.dark))),I.contrastText&&W(y[z],"contrastTextChannel",eo(to(I.contrastText))),z==="text"&&(Bt(y[z],"primary"),Bt(y[z],"secondary")),z==="action"&&(I.active&&Bt(y[z],"active"),I.selected&&Bt(y[z],"selected")))})}),w=t.reduce((j,y)=>nt(j,y),w);const A={prefix:a,disableCssColorScheme:o,shouldSkipGeneratingVar:s,getSelector:rb(w)},{vars:C,generateThemeVars:T,generateStyleSheets:V}=vy(w,A);return w.vars=C,Object.entries(w.colorSchemes[w.defaultColorScheme]).forEach(([j,y])=>{w[j]=y}),w.generateThemeVars=T,w.generateStyleSheets=V,w.generateSpacing=function(){return Gh(c.spacing,as(this))},w.getColorSchemeSelector=Sy(i),w.spacing=w.generateSpacing(),w.shouldSkipGeneratingVar=s,w.unstable_sxConfig={...Ro,...c==null?void 0:c.unstable_sxConfig},w.unstable_sx=function(y){return mn({sx:y,theme:this})},w.toRuntimeSource=ep,w}function ru(e,t,r){e.colorSchemes&&r&&(e.colorSchemes[t]={...r!==!0&&r,palette:Ml({...r===!0?{}:r.palette,mode:t})})}function np(e={},...t){const{palette:r,cssVariables:n=!1,colorSchemes:o=r?void 0:{light:!0},defaultColorScheme:a=r==null?void 0:r.mode,...s}=e,i=a||"light",l=o==null?void 0:o[i],c={...o,...r?{[i]:{...typeof l!="boolean"&&l,palette:r}}:void 0};if(n===!1){if(!("colorSchemes"in e))return Gi(e,...t);let u=r;"palette"in e||c[i]&&(c[i]!==!0?u=c[i].palette:i==="dark"&&(u={mode:"dark"}));const d=Gi({...e,palette:u},...t);return d.defaultColorScheme=i,d.colorSchemes=c,d.palette.mode==="light"&&(d.colorSchemes.light={...c.light!==!0&&c.light,palette:d.palette},ru(d,"dark",c.dark)),d.palette.mode==="dark"&&(d.colorSchemes.dark={...c.dark!==!0&&c.dark,palette:d.palette},ru(d,"light",c.light)),d}return!r&&!("light"in c)&&i==="light"&&(c.light=!0),sb({...s,colorSchemes:c,defaultColorScheme:i,...typeof n!="boolean"&&n},...t)}const op=np();function ib({props:e,name:t}){return Kh({props:e,name:t,defaultTheme:op,themeId:Dh})}function jl(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const lb=e=>jl(e)&&e!=="classes",pt=Jh({themeId:Dh,defaultTheme:op,rootShouldForwardProp:lb});function ps(...e){const t=F.useRef(void 0),r=F.useCallback(n=>{const o=e.map(a=>{if(a==null)return null;if(typeof a=="function"){const s=a,i=s(n);return typeof i=="function"?i:()=>{s(null)}}return a.current=n,()=>{a.current=null}});return()=>{o.forEach(a=>a==null?void 0:a())}},e);return F.useMemo(()=>e.every(n=>n==null)?null:n=>{t.current&&(t.current(),t.current=void 0),n!=null&&(t.current=r(n))},e)}let nu=0;function cb(e){const[t,r]=F.useState(e),n=t;return F.useEffect(()=>{t==null&&(nu+=1,r(`mui-${nu}`))},[t]),n}const ub={...F},ou=ub.useId;function db(e){return ou!==void 0?ou():cb(e)}class hb{constructor(t){this.value=void 0,this.listeners=void 0,this.subscribe=r=>(this.listeners.add(r),()=>{this.listeners.delete(r)}),this.getSnapshot=()=>this.value,this.update=r=>{const n=r(this.value);n!==this.value&&(this.value=n,this.listeners.forEach(o=>o(n)))},this.value=t,this.listeners=new Set}}const ms=({params:e,store:t})=>{F.useEffect(()=>{t.update(n=>K({},n,{animation:K({},n.animation,{skip:e.skipAnimation})}))},[t,e.skipAnimation]);const r=F.useCallback(()=>{let n=!1;return t.update(o=>K({},o,{animation:K({},o.animation,{skipAnimationRequests:o.animation.skipAnimationRequests+1})})),()=>{n||(n=!0,t.update(o=>K({},o,{animation:K({},o.animation,{skipAnimationRequests:o.animation.skipAnimationRequests-1})})))}},[t]);return $t(()=>{if(typeof window>"u"||!(window!=null&&window.matchMedia))return;let o;const a=i=>{i.matches?o=r():o==null||o()},s=window.matchMedia("(prefers-reduced-motion)");return a(s),s.addEventListener("change",a),()=>{s.removeEventListener("change",a)}},[r,t]),{instance:{disableAnimation:r}}};ms.params={skipAnimation:!0};ms.getDefaultizedParams=({params:e})=>K({},e,{skipAnimation:e.skipAnimation??!1});ms.getInitialState=({skipAnimation:e})=>{const t=typeof window>"u"||!(window!=null&&window.matchMedia),r=process.env.NODE_ENV==="test"?t:!1;return{animation:{skip:e,skipAnimationRequests:r?1:0}}};var pb=(e,t,r)=>{if(t.length===1&&t[0]===r){let n=!1;try{const o={};e(o)===o&&(n=!0)}catch{}if(n){let o;try{throw new Error}catch(a){({stack:o}=a)}console.warn(`The result function returned its own inputs without modification. e.g
77
78
  \`createSelector([state => state.todos], todos => todos)\`
78
79
  This could lead to inefficient memoization and unnecessary re-renders.
79
- Ensure transformation logic is in the result function, and extraction logic is in the input selectors.`,{stack:a})}}},eb=(e,t,r)=>{const{memoize:n,memoizeOptions:a}=t,{inputSelectorResults:o,inputSelectorResultsCopy:s}=e,i=n(()=>({}),...a);if(!(i.apply(null,o)===i.apply(null,s))){let c;try{throw new Error}catch(u){({stack:c}=u)}console.warn(`An input selector returned a different result when passed same arguments.
80
+ Ensure transformation logic is in the result function, and extraction logic is in the input selectors.`,{stack:o})}}},mb=(e,t,r)=>{const{memoize:n,memoizeOptions:o}=t,{inputSelectorResults:a,inputSelectorResultsCopy:s}=e,i=n(()=>({}),...o);if(!(i.apply(null,a)===i.apply(null,s))){let c;try{throw new Error}catch(u){({stack:c}=u)}console.warn(`An input selector returned a different result when passed same arguments.
80
81
  This means your output selector will likely run more frequently than intended.
81
82
  Avoid returning a new reference inside your input selector, e.g.
82
- \`createSelector([state => state.todos.map(todo => todo.id)], todoIds => todoIds.length)\``,{arguments:r,firstInputs:o,secondInputs:s,stack:c})}},tb={inputStabilityCheck:"once",identityFunctionCheck:"once"},To=Symbol("NOT_FOUND");function rb(e,t=`expected a function, instead received ${typeof e}`){if(typeof e!="function")throw new TypeError(t)}function nb(e,t=`expected an object, instead received ${typeof e}`){if(typeof e!="object")throw new TypeError(t)}function ab(e,t="expected all items to be functions, instead received the following types: "){if(!e.every(r=>typeof r=="function")){const r=e.map(n=>typeof n=="function"?`function ${n.name||"unnamed"}()`:typeof n).join(", ");throw new TypeError(`${t}[${r}]`)}}var Kc=e=>Array.isArray(e)?e:[e];function ob(e){const t=Array.isArray(e[0])?e[0]:e;return ab(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function Qc(e,t){const r=[],{length:n}=e;for(let a=0;a<n;a++)r.push(e[a].apply(null,t));return r}var sb=(e,t)=>{const{identityFunctionCheck:r,inputStabilityCheck:n}={...tb,...t};return{identityFunctionCheck:{shouldRun:r==="always"||r==="once"&&e,run:Z0},inputStabilityCheck:{shouldRun:n==="always"||n==="once"&&e,run:eb}}};function ib(e){let t;return{get(r){return t&&e(t.key,r)?t.value:To},put(r,n){t={key:r,value:n}},getEntries(){return t?[t]:[]},clear(){t=void 0}}}function lb(e,t){let r=[];function n(i){const l=r.findIndex(c=>t(i,c.key));if(l>-1){const c=r[l];return l>0&&(r.splice(l,1),r.unshift(c)),c.value}return To}function a(i,l){n(i)===To&&(r.unshift({key:i,value:l}),r.length>e&&r.pop())}function o(){return r}function s(){r=[]}return{get:n,put:a,getEntries:o,clear:s}}var cb=(e,t)=>e===t;function ub(e){return function(r,n){if(r===null||n===null||r.length!==n.length)return!1;const{length:a}=r;for(let o=0;o<a;o++)if(!e(r[o],n[o]))return!1;return!0}}function db(e,t){const r=typeof t=="object"?t:{equalityCheck:t},{equalityCheck:n=cb,maxSize:a=1,resultEqualityCheck:o}=r,s=ub(n);let i=0;const l=a<=1?ib(s):lb(a,s);function c(){let u=l.get(arguments);if(u===To){if(u=e.apply(null,arguments),i++,o){const h=l.getEntries().find(p=>o(p.value,u));h&&(u=h.value,i!==0&&i--)}l.put(arguments,u)}return u}return c.clearCache=()=>{l.clear(),c.resetResultsCount()},c.resultsCount=()=>i,c.resetResultsCount=()=>{i=0},c}var hb=class{constructor(e){this.value=e}deref(){return this.value}},pb=typeof WeakRef<"u"?WeakRef:hb,mb=0,Xc=1;function Na(){return{s:mb,v:void 0,o:null,p:null}}function Zh(e,t={}){let r=Na();const{resultEqualityCheck:n}=t;let a,o=0;function s(){var d;let i=r;const{length:l}=arguments;for(let h=0,p=l;h<p;h++){const f=arguments[h];if(typeof f=="function"||typeof f=="object"&&f!==null){let m=i.o;m===null&&(i.o=m=new WeakMap);const b=m.get(f);b===void 0?(i=Na(),m.set(f,i)):i=b}else{let m=i.p;m===null&&(i.p=m=new Map);const b=m.get(f);b===void 0?(i=Na(),m.set(f,i)):i=b}}const c=i;let u;if(i.s===Xc)u=i.v;else if(u=e.apply(null,arguments),o++,n){const h=((d=a==null?void 0:a.deref)==null?void 0:d.call(a))??a;h!=null&&n(h,u)&&(u=h,o!==0&&o--),a=typeof u=="object"&&u!==null||typeof u=="function"?new pb(u):u}return c.s=Xc,c.v=u,u}return s.clearCache=()=>{r=Na(),s.resetResultsCount()},s.resultsCount=()=>o,s.resetResultsCount=()=>{o=0},s}function ep(e,...t){const r=typeof e=="function"?{memoize:e,memoizeOptions:t}:e,n=(...a)=>{let o=0,s=0,i,l={},c=a.pop();typeof c=="object"&&(l=c,c=a.pop()),rb(c,`createSelector expects an output function after the inputs, but received: [${typeof c}]`);const u={...r,...l},{memoize:d,memoizeOptions:h=[],argsMemoize:p=Zh,argsMemoizeOptions:f=[],devModeChecks:m={}}=u,b=Kc(h),x=Kc(f),_=ob(a),O=d(function(){return o++,c.apply(null,arguments)},...b);let C=!0;const P=p(function(){s++;const A=Qc(_,arguments);if(i=O.apply(null,A),process.env.NODE_ENV!=="production"){const{identityFunctionCheck:E,inputStabilityCheck:F}=sb(C,m);if(E.shouldRun&&E.run(c,A,i),F.shouldRun){const y=Qc(_,arguments);F.run({inputSelectorResults:A,inputSelectorResultsCopy:y},{memoize:d,memoizeOptions:b},arguments)}C&&(C=!1)}return i},...x);return Object.assign(P,{resultFunc:c,memoizedResultFunc:O,dependencies:_,dependencyRecomputations:()=>s,resetDependencyRecomputations:()=>{s=0},lastResult:()=>i,recomputations:()=>o,resetRecomputations:()=>{o=0},memoize:d,argsMemoize:p})};return Object.assign(n,{withTypes:()=>n}),n}var fb=ep(Zh),gb=Object.assign((e,t=fb)=>{nb(e,`createStructuredSelector expects first argument to be an object where each property is a selector, instead received a ${typeof e}`);const r=Object.keys(e),n=r.map(o=>e[o]);return t(n,(...o)=>o.reduce((s,i,l)=>(s[r[l]]=i,s),{}))},{withTypes:()=>gb});const yb=ep({memoize:db,memoizeOptions:{maxSize:1,equalityCheck:Object.is}}),Zc=new WeakMap,pe=(...e)=>(r,...n)=>{const a=r.cacheKey;let o=Zc.get(a);o||(o=new Map,Zc.set(a,o));const s=o.get(e);if(s)return s(r,...n);const i=yb(...e);return o.set(e,i),i(r,...n)},bb=e=>e.animation,vb=pe([bb],e=>e.skip||e.skipAnimationRequests>0);function Sb(e){return e&&e.ownerDocument||document}function xb(e){return Sb(e).defaultView||window}var Fa={exports:{}},Xs={},za={exports:{}},Zs={};/**
83
+ \`createSelector([state => state.todos.map(todo => todo.id)], todoIds => todoIds.length)\``,{arguments:r,firstInputs:a,secondInputs:s,stack:c})}},fb={inputStabilityCheck:"once",identityFunctionCheck:"once"},Va=Symbol("NOT_FOUND");function gb(e,t=`expected a function, instead received ${typeof e}`){if(typeof e!="function")throw new TypeError(t)}function yb(e,t=`expected an object, instead received ${typeof e}`){if(typeof e!="object")throw new TypeError(t)}function bb(e,t="expected all items to be functions, instead received the following types: "){if(!e.every(r=>typeof r=="function")){const r=e.map(n=>typeof n=="function"?`function ${n.name||"unnamed"}()`:typeof n).join(", ");throw new TypeError(`${t}[${r}]`)}}var au=e=>Array.isArray(e)?e:[e];function xb(e){const t=Array.isArray(e[0])?e[0]:e;return bb(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function su(e,t){const r=[],{length:n}=e;for(let o=0;o<n;o++)r.push(e[o].apply(null,t));return r}var vb=(e,t)=>{const{identityFunctionCheck:r,inputStabilityCheck:n}={...fb,...t};return{identityFunctionCheck:{shouldRun:r==="always"||r==="once"&&e,run:pb},inputStabilityCheck:{shouldRun:n==="always"||n==="once"&&e,run:mb}}};function Sb(e){let t;return{get(r){return t&&e(t.key,r)?t.value:Va},put(r,n){t={key:r,value:n}},getEntries(){return t?[t]:[]},clear(){t=void 0}}}function Ob(e,t){let r=[];function n(i){const l=r.findIndex(c=>t(i,c.key));if(l>-1){const c=r[l];return l>0&&(r.splice(l,1),r.unshift(c)),c.value}return Va}function o(i,l){n(i)===Va&&(r.unshift({key:i,value:l}),r.length>e&&r.pop())}function a(){return r}function s(){r=[]}return{get:n,put:o,getEntries:a,clear:s}}var wb=(e,t)=>e===t;function Cb(e){return function(r,n){if(r===null||n===null||r.length!==n.length)return!1;const{length:o}=r;for(let a=0;a<o;a++)if(!e(r[a],n[a]))return!1;return!0}}function Pb(e,t){const r=typeof t=="object"?t:{equalityCheck:t},{equalityCheck:n=wb,maxSize:o=1,resultEqualityCheck:a}=r,s=Cb(n);let i=0;const l=o<=1?Sb(s):Ob(o,s);function c(){let u=l.get(arguments);if(u===Va){if(u=e.apply(null,arguments),i++,a){const h=l.getEntries().find(p=>a(p.value,u));h&&(u=h.value,i!==0&&i--)}l.put(arguments,u)}return u}return c.clearCache=()=>{l.clear(),c.resetResultsCount()},c.resultsCount=()=>i,c.resetResultsCount=()=>{i=0},c}var Tb=class{constructor(e){this.value=e}deref(){return this.value}},Rb=typeof WeakRef<"u"?WeakRef:Tb,Ab=0,iu=1;function Jo(){return{s:Ab,v:void 0,o:null,p:null}}function ap(e,t={}){let r=Jo();const{resultEqualityCheck:n}=t;let o,a=0;function s(){var d;let i=r;const{length:l}=arguments;for(let h=0,p=l;h<p;h++){const f=arguments[h];if(typeof f=="function"||typeof f=="object"&&f!==null){let m=i.o;m===null&&(i.o=m=new WeakMap);const b=m.get(f);b===void 0?(i=Jo(),m.set(f,i)):i=b}else{let m=i.p;m===null&&(i.p=m=new Map);const b=m.get(f);b===void 0?(i=Jo(),m.set(f,i)):i=b}}const c=i;let u;if(i.s===iu)u=i.v;else if(u=e.apply(null,arguments),a++,n){const h=((d=o==null?void 0:o.deref)==null?void 0:d.call(o))??o;h!=null&&n(h,u)&&(u=h,a!==0&&a--),o=typeof u=="object"&&u!==null||typeof u=="function"?new Rb(u):u}return c.s=iu,c.v=u,u}return s.clearCache=()=>{r=Jo(),s.resetResultsCount()},s.resultsCount=()=>a,s.resetResultsCount=()=>{a=0},s}function sp(e,...t){const r=typeof e=="function"?{memoize:e,memoizeOptions:t}:e,n=(...o)=>{let a=0,s=0,i,l={},c=o.pop();typeof c=="object"&&(l=c,c=o.pop()),gb(c,`createSelector expects an output function after the inputs, but received: [${typeof c}]`);const u={...r,...l},{memoize:d,memoizeOptions:h=[],argsMemoize:p=ap,argsMemoizeOptions:f=[],devModeChecks:m={}}=u,b=au(h),S=au(f),E=xb(o),O=d(function(){return a++,c.apply(null,arguments)},...b);let w=!0;const A=p(function(){s++;const T=su(E,arguments);if(i=O.apply(null,T),process.env.NODE_ENV!=="production"){const{identityFunctionCheck:V,inputStabilityCheck:j}=vb(w,m);if(V.shouldRun&&V.run(c,T,i),j.shouldRun){const y=su(E,arguments);j.run({inputSelectorResults:T,inputSelectorResultsCopy:y},{memoize:d,memoizeOptions:b},arguments)}w&&(w=!1)}return i},...S);return Object.assign(A,{resultFunc:c,memoizedResultFunc:O,dependencies:E,dependencyRecomputations:()=>s,resetDependencyRecomputations:()=>{s=0},lastResult:()=>i,recomputations:()=>a,resetRecomputations:()=>{a=0},memoize:d,argsMemoize:p})};return Object.assign(n,{withTypes:()=>n}),n}var _b=sp(ap),Eb=Object.assign((e,t=_b)=>{yb(e,`createStructuredSelector expects first argument to be an object where each property is a selector, instead received a ${typeof e}`);const r=Object.keys(e),n=r.map(a=>e[a]);return t(n,(...a)=>a.reduce((s,i,l)=>(s[r[l]]=i,s),{}))},{withTypes:()=>Eb});const Ib=sp({memoize:Pb,memoizeOptions:{maxSize:1,equalityCheck:Object.is}}),lu=new WeakMap,fe=(...e)=>(r,...n)=>{const o=r.cacheKey;let a=lu.get(o);a||(a=new Map,lu.set(o,a));const s=a.get(e);if(s)return s(r,...n);const i=Ib(...e);return a.set(e,i),i(r,...n)},Vb=e=>e.animation,Mb=fe([Vb],e=>e.skip||e.skipAnimationRequests>0);function ao(e){return e&&e.ownerDocument||document}function jb(e){return ao(e).defaultView||window}var Yo={exports:{}},oi={},Ko={exports:{}},ai={};/**
83
84
  * @license React
84
85
  * use-sync-external-store-shim.production.js
85
86
  *
@@ -87,7 +88,7 @@ Avoid returning a new reference inside your input selector, e.g.
87
88
  *
88
89
  * This source code is licensed under the MIT license found in the
89
90
  * LICENSE file in the root directory of this source tree.
90
- */var eu;function Ob(){if(eu)return Zs;eu=1;var e=ee;function t(d,h){return d===h&&(d!==0||1/d===1/h)||d!==d&&h!==h}var r=typeof Object.is=="function"?Object.is:t,n=e.useState,a=e.useEffect,o=e.useLayoutEffect,s=e.useDebugValue;function i(d,h){var p=h(),f=n({inst:{value:p,getSnapshot:h}}),m=f[0].inst,b=f[1];return o(function(){m.value=p,m.getSnapshot=h,l(m)&&b({inst:m})},[d,p,h]),a(function(){return l(m)&&b({inst:m}),d(function(){l(m)&&b({inst:m})})},[d]),s(p),p}function l(d){var h=d.getSnapshot;d=d.value;try{var p=h();return!r(d,p)}catch{return!0}}function c(d,h){return h()}var u=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?c:i;return Zs.useSyncExternalStore=e.useSyncExternalStore!==void 0?e.useSyncExternalStore:u,Zs}var ei={};/**
91
+ */var cu;function kb(){if(cu)return ai;cu=1;var e=J;function t(d,h){return d===h&&(d!==0||1/d===1/h)||d!==d&&h!==h}var r=typeof Object.is=="function"?Object.is:t,n=e.useState,o=e.useEffect,a=e.useLayoutEffect,s=e.useDebugValue;function i(d,h){var p=h(),f=n({inst:{value:p,getSnapshot:h}}),m=f[0].inst,b=f[1];return a(function(){m.value=p,m.getSnapshot=h,l(m)&&b({inst:m})},[d,p,h]),o(function(){return l(m)&&b({inst:m}),d(function(){l(m)&&b({inst:m})})},[d]),s(p),p}function l(d){var h=d.getSnapshot;d=d.value;try{var p=h();return!r(d,p)}catch{return!0}}function c(d,h){return h()}var u=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?c:i;return ai.useSyncExternalStore=e.useSyncExternalStore!==void 0?e.useSyncExternalStore:u,ai}var si={};/**
91
92
  * @license React
92
93
  * use-sync-external-store-shim.development.js
93
94
  *
@@ -95,7 +96,7 @@ Avoid returning a new reference inside your input selector, e.g.
95
96
  *
96
97
  * This source code is licensed under the MIT license found in the
97
98
  * LICENSE file in the root directory of this source tree.
98
- */var tu;function wb(){return tu||(tu=1,process.env.NODE_ENV!=="production"&&function(){function e(p,f){return p===f&&(p!==0||1/p===1/f)||p!==p&&f!==f}function t(p,f){u||a.startTransition===void 0||(u=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var m=f();if(!d){var b=f();o(m,b)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),d=!0)}b=s({inst:{value:m,getSnapshot:f}});var x=b[0].inst,_=b[1];return l(function(){x.value=m,x.getSnapshot=f,r(x)&&_({inst:x})},[p,m,f]),i(function(){return r(x)&&_({inst:x}),p(function(){r(x)&&_({inst:x})})},[p]),c(m),m}function r(p){var f=p.getSnapshot;p=p.value;try{var m=f();return!o(p,m)}catch{return!0}}function n(p,f){return f()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var a=ee,o=typeof Object.is=="function"?Object.is:e,s=a.useState,i=a.useEffect,l=a.useLayoutEffect,c=a.useDebugValue,u=!1,d=!1,h=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?n:t;ei.useSyncExternalStore=a.useSyncExternalStore!==void 0?a.useSyncExternalStore:h,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),ei}var ru;function tp(){return ru||(ru=1,process.env.NODE_ENV==="production"?za.exports=Ob():za.exports=wb()),za.exports}/**
99
+ */var uu;function $b(){return uu||(uu=1,process.env.NODE_ENV!=="production"&&function(){function e(p,f){return p===f&&(p!==0||1/p===1/f)||p!==p&&f!==f}function t(p,f){u||o.startTransition===void 0||(u=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var m=f();if(!d){var b=f();a(m,b)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),d=!0)}b=s({inst:{value:m,getSnapshot:f}});var S=b[0].inst,E=b[1];return l(function(){S.value=m,S.getSnapshot=f,r(S)&&E({inst:S})},[p,m,f]),i(function(){return r(S)&&E({inst:S}),p(function(){r(S)&&E({inst:S})})},[p]),c(m),m}function r(p){var f=p.getSnapshot;p=p.value;try{var m=f();return!a(p,m)}catch{return!0}}function n(p,f){return f()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var o=J,a=typeof Object.is=="function"?Object.is:e,s=o.useState,i=o.useEffect,l=o.useLayoutEffect,c=o.useDebugValue,u=!1,d=!1,h=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?n:t;si.useSyncExternalStore=o.useSyncExternalStore!==void 0?o.useSyncExternalStore:h,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),si}var du;function ip(){return du||(du=1,process.env.NODE_ENV==="production"?Ko.exports=kb():Ko.exports=$b()),Ko.exports}/**
99
100
  * @license React
100
101
  * use-sync-external-store-shim/with-selector.production.js
101
102
  *
@@ -103,7 +104,7 @@ Avoid returning a new reference inside your input selector, e.g.
103
104
  *
104
105
  * This source code is licensed under the MIT license found in the
105
106
  * LICENSE file in the root directory of this source tree.
106
- */var nu;function Cb(){if(nu)return Xs;nu=1;var e=ee,t=tp();function r(c,u){return c===u&&(c!==0||1/c===1/u)||c!==c&&u!==u}var n=typeof Object.is=="function"?Object.is:r,a=t.useSyncExternalStore,o=e.useRef,s=e.useEffect,i=e.useMemo,l=e.useDebugValue;return Xs.useSyncExternalStoreWithSelector=function(c,u,d,h,p){var f=o(null);if(f.current===null){var m={hasValue:!1,value:null};f.current=m}else m=f.current;f=i(function(){function x(w){if(!_){if(_=!0,O=w,w=h(w),p!==void 0&&m.hasValue){var A=m.value;if(p(A,w))return C=A}return C=w}if(A=C,n(O,w))return A;var E=h(w);return p!==void 0&&p(A,E)?(O=w,A):(O=w,C=E)}var _=!1,O,C,P=d===void 0?null:d;return[function(){return x(u())},P===null?void 0:function(){return x(P())}]},[u,d,h,p]);var b=a(c,f[0],f[1]);return s(function(){m.hasValue=!0,m.value=b},[b]),l(b),b},Xs}var ti={};/**
107
+ */var hu;function Ub(){if(hu)return oi;hu=1;var e=J,t=ip();function r(c,u){return c===u&&(c!==0||1/c===1/u)||c!==c&&u!==u}var n=typeof Object.is=="function"?Object.is:r,o=t.useSyncExternalStore,a=e.useRef,s=e.useEffect,i=e.useMemo,l=e.useDebugValue;return oi.useSyncExternalStoreWithSelector=function(c,u,d,h,p){var f=a(null);if(f.current===null){var m={hasValue:!1,value:null};f.current=m}else m=f.current;f=i(function(){function S(C){if(!E){if(E=!0,O=C,C=h(C),p!==void 0&&m.hasValue){var T=m.value;if(p(T,C))return w=T}return w=C}if(T=w,n(O,C))return T;var V=h(C);return p!==void 0&&p(T,V)?(O=C,T):(O=C,w=V)}var E=!1,O,w,A=d===void 0?null:d;return[function(){return S(u())},A===null?void 0:function(){return S(A())}]},[u,d,h,p]);var b=o(c,f[0],f[1]);return s(function(){m.hasValue=!0,m.value=b},[b]),l(b),b},oi}var ii={};/**
107
108
  * @license React
108
109
  * use-sync-external-store-shim/with-selector.development.js
109
110
  *
@@ -111,20 +112,19 @@ Avoid returning a new reference inside your input selector, e.g.
111
112
  *
112
113
  * This source code is licensed under the MIT license found in the
113
114
  * LICENSE file in the root directory of this source tree.
114
- */var au;function Pb(){return au||(au=1,process.env.NODE_ENV!=="production"&&function(){function e(c,u){return c===u&&(c!==0||1/c===1/u)||c!==c&&u!==u}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=ee,r=tp(),n=typeof Object.is=="function"?Object.is:e,a=r.useSyncExternalStore,o=t.useRef,s=t.useEffect,i=t.useMemo,l=t.useDebugValue;ti.useSyncExternalStoreWithSelector=function(c,u,d,h,p){var f=o(null);if(f.current===null){var m={hasValue:!1,value:null};f.current=m}else m=f.current;f=i(function(){function x(w){if(!_){if(_=!0,O=w,w=h(w),p!==void 0&&m.hasValue){var A=m.value;if(p(A,w))return C=A}return C=w}if(A=C,n(O,w))return A;var E=h(w);return p!==void 0&&p(A,E)?(O=w,A):(O=w,C=E)}var _=!1,O,C,P=d===void 0?null:d;return[function(){return x(u())},P===null?void 0:function(){return x(P())}]},[u,d,h,p]);var b=a(c,f[0],f[1]);return s(function(){m.hasValue=!0,m.value=b},[b]),l(b),b},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),ti}var ou;function Tb(){return ou||(ou=1,process.env.NODE_ENV==="production"?Fa.exports=Cb():Fa.exports=Pb()),Fa.exports}var Ab=Tb();const Rb=Object.is,at=(e,t,r=[],n=Rb)=>{const a=o=>t(o,...r);return Ab.useSyncExternalStoreWithSelector(e.subscribe,e.getSnapshot,e.getSnapshot,a,n)},_b="DEFAULT_X_AXIS_KEY",Vb="DEFAULT_Y_AXIS_KEY",Eb={top:20,bottom:20,left:20,right:20},Ib=45,Mb=25,rp=20,bn=e=>{var t;return(t=e.cartesianAxis)==null?void 0:t.x},vn=e=>{var t;return(t=e.cartesianAxis)==null?void 0:t.y},$b=pe([vn],e=>(e??[]).reduce((t,r)=>{var n;return r.position==="left"?t+(r.width||0)+((n=r.zoom)!=null&&n.slider.enabled?r.zoom.slider.size:0):t},0)),jb=pe([vn],e=>(e??[]).reduce((t,r)=>{var n;return r.position==="right"?t+(r.width||0)+((n=r.zoom)!=null&&n.slider.enabled?r.zoom.slider.size:0):t},0)),kb=pe([bn],e=>(e??[]).reduce((t,r)=>{var n;return r.position==="top"?t+(r.height||0)+((n=r.zoom)!=null&&n.slider.enabled?r.zoom.slider.size:0):t},0)),Ub=pe([bn],e=>(e??[]).reduce((t,r)=>{var n;return r.position==="bottom"?t+(r.height||0)+((n=r.zoom)!=null&&n.slider.enabled?r.zoom.slider.size:0):t},0)),Lb=e=>e.dimensions,np=e=>e.dimensions.width,ap=e=>e.dimensions.height,Db=e=>e.dimensions.margin.top,Bb=e=>e.dimensions.margin.right,Nb=e=>e.dimensions.margin.bottom,Fb=e=>e.dimensions.margin.left,Oa=pe([np,ap,Db,Bb,Nb,Fb,kb,jb,Ub,$b],(e,t,r,n,a,o,s,i,l,c)=>({width:e-o-n-c-i,left:o+c,right:n+i,height:t-r-a-s-l,top:r+s,bottom:a+l})),zb=pe([Lb],e=>({width:e.propsWidth,height:e.propsHeight})),Gb=pe([np,ap],(e,t)=>({width:e,height:t}));function op(e,t){return typeof e=="number"?{top:e,bottom:e,left:e,right:e}:t?Y({},t,e):e}const Hb=10,ls=({params:e,store:t,svgRef:r})=>{const n=e.width!==void 0&&e.height!==void 0,a=B.useRef({displayError:!1,initialCompute:!0,computeRun:0}),[o,s]=B.useState(0),[i,l]=B.useState(0),c=B.useCallback(()=>{const f=r==null?void 0:r.current;if(!f)return{};const b=xb(f).getComputedStyle(f),x=Math.floor(parseFloat(b.height))||0,_=Math.floor(parseFloat(b.width))||0;return t.update(O=>O.dimensions.width===_&&O.dimensions.height===x?O:Y({},O,{dimensions:{margin:{top:e.margin.top,right:e.margin.right,bottom:e.margin.bottom,left:e.margin.left},width:e.width??_,height:e.height??x,propsWidth:e.width,propsHeight:e.height}})),{height:x,width:_}},[t,r,e.height,e.width,e.margin.left,e.margin.right,e.margin.top,e.margin.bottom]);B.useEffect(()=>{t.update(f=>{const m=e.width??f.dimensions.width,b=e.height??f.dimensions.height;return Y({},f,{dimensions:{margin:{top:e.margin.top,right:e.margin.right,bottom:e.margin.bottom,left:e.margin.left},width:m,height:b,propsHeight:e.height,propsWidth:e.width}})})},[t,e.height,e.width,e.margin.left,e.margin.right,e.margin.top,e.margin.bottom]),B.useEffect(()=>{a.current.displayError=!0},[]),Nt(()=>{if(n||!a.current.initialCompute||a.current.computeRun>Hb)return;const f=c();f.width!==o||f.height!==i?(a.current.computeRun+=1,f.width!==void 0&&s(f.width),f.height!==void 0&&l(f.height)):a.current.initialCompute&&(a.current.initialCompute=!1)},[i,o,c,n]),Nt(()=>{if(n)return()=>{};c();const f=r.current;if(typeof ResizeObserver>"u")return()=>{};let m;const b=new ResizeObserver(()=>{m=requestAnimationFrame(()=>{c()})});return f&&b.observe(f),()=>{m&&cancelAnimationFrame(m),f&&b.unobserve(f)}},[c,n,r]),process.env.NODE_ENV!=="production"&&(a.current.displayError&&e.width===void 0&&o===0&&(console.error("MUI X Charts: ChartContainer does not have `width` prop, and its container has no `width` defined."),a.current.displayError=!1),a.current.displayError&&e.height===void 0&&i===0&&(console.error("MUI X Charts: ChartContainer does not have `height` prop, and its container has no `height` defined."),a.current.displayError=!1));const u=at(t,Oa),d=B.useCallback(f=>f>=u.left-1&&f<=u.left+u.width,[u.left,u.width]),h=B.useCallback(f=>f>=u.top-1&&f<=u.top+u.height,[u.height,u.top]);return{instance:{isPointInside:B.useCallback((f,m,b)=>b&&"closest"in b&&b.closest("[data-drawing-container]")?!0:d(f)&&h(m),[d,h]),isXInside:d,isYInside:h}}};ls.params={width:!0,height:!0,margin:!0};ls.getDefaultizedParams=({params:e})=>Y({},e,{margin:op(e.margin,Eb)});ls.getInitialState=({width:e,height:t,margin:r})=>({dimensions:{margin:r,width:e??0,height:t??0,propsWidth:e,propsHeight:t}});const Tl=({params:e,store:t})=>(Nt(()=>{t.update(r=>Y({},r,{experimentalFeatures:e.experimentalFeatures}))},[t,e.experimentalFeatures]),{});Tl.params={experimentalFeatures:!0};Tl.getInitialState=({experimentalFeatures:e})=>({experimentalFeatures:e});const qb=e=>e.experimentalFeatures,sp=pe([qb],e=>!!(e!=null&&e.preferStrictDomainInLineCharts));let su=0;const Jb=()=>(su+=1,`mui-chart-${su}`),Al=({params:e,store:t})=>(B.useEffect(()=>{t.update(r=>e.id===void 0||e.id===r.id.providedChartId&&r.id.chartId!==void 0?r:Y({},r,{id:Y({},r.id,{chartId:e.id??Jb()})}))},[t,e.id]),{});Al.params={id:!0};Al.getInitialState=({id:e})=>({id:{chartId:e,providedChartId:e}});const Wb=e=>e.id,Yb=pe([Wb],e=>e.chartId),Kb=["#4254FB","#FFB422","#FA4F58","#0DBEFF","#22BF75","#FA83B4","#FF7511"],Qb=["#495AFB","#FFC758","#F35865","#30C8FF","#44CE8D","#F286B3","#FF8C39"],ip=e=>e==="dark"?Qb:Kb,lp=({series:e,colors:t,seriesConfig:r,dataset:n})=>{const a={};e.forEach((s,i)=>{var u;const l=r[s.type].getSeriesWithDefaultValues(s,i,t),c=l.id;if(a[s.type]===void 0&&(a[s.type]={series:{},seriesOrder:[]}),((u=a[s.type])==null?void 0:u.series[c])!==void 0)throw new Error(`MUI X Charts: series' id "${c}" is not unique.`);a[s.type].series[c]=l,a[s.type].seriesOrder.push(c)});const o={};return Object.keys(r).forEach(s=>{var l,c;const i=a[s];i!==void 0&&(o[s]=((c=(l=r[s])==null?void 0:l.seriesProcessor)==null?void 0:c.call(l,i,n))??a[s])}),o},cs=({params:e,store:t,seriesConfig:r})=>{const{series:n,dataset:a,theme:o,colors:s}=e,i=B.useRef(!0);return B.useEffect(()=>{if(i.current){i.current=!1;return}t.update(l=>Y({},l,{series:Y({},l.series,{processedSeries:lp({series:n,colors:typeof s=="function"?s(o):s,seriesConfig:r,dataset:a})})}))},[s,a,n,o,r,t]),{}};cs.params={dataset:!0,series:!0,colors:!0,theme:!0};const Xb=[];cs.getDefaultizedParams=({params:e})=>{var t;return Y({},e,{series:(t=e.series)!=null&&t.length?e.series:Xb,colors:e.colors??ip,theme:e.theme??"light"})};cs.getInitialState=({series:e=[],colors:t,theme:r,dataset:n},a,o)=>({series:{seriesConfig:o,processedSeries:lp({series:e,colors:typeof t=="function"?t(r):t,seriesConfig:o,dataset:n})}});const cp=e=>e.series,wa=pe([cp],e=>e.processedSeries),us=pe([cp],e=>e.seriesConfig),Zb={abort:!0,animationcancel:!0,animationend:!0,animationiteration:!0,animationstart:!0,auxclick:!0,beforeinput:!0,beforetoggle:!0,blur:!0,cancel:!0,canplay:!0,canplaythrough:!0,change:!0,click:!0,close:!0,compositionend:!0,compositionstart:!0,compositionupdate:!0,contextlost:!0,contextmenu:!0,contextrestored:!0,copy:!0,cuechange:!0,cut:!0,dblclick:!0,drag:!0,dragend:!0,dragenter:!0,dragleave:!0,dragover:!0,dragstart:!0,drop:!0,durationchange:!0,emptied:!0,ended:!0,error:!0,focus:!0,focusin:!0,focusout:!0,formdata:!0,gotpointercapture:!0,input:!0,invalid:!0,keydown:!0,keypress:!0,keyup:!0,load:!0,loadeddata:!0,loadedmetadata:!0,loadstart:!0,lostpointercapture:!0,mousedown:!0,mouseenter:!0,mouseleave:!0,mousemove:!0,mouseout:!0,mouseover:!0,mouseup:!0,paste:!0,pause:!0,play:!0,playing:!0,pointercancel:!0,pointerdown:!0,pointerenter:!0,pointerleave:!0,pointermove:!0,pointerout:!0,pointerover:!0,pointerup:!0,progress:!0,ratechange:!0,reset:!0,resize:!0,scroll:!0,scrollend:!0,securitypolicyviolation:!0,seeked:!0,seeking:!0,select:!0,selectionchange:!0,selectstart:!0,slotchange:!0,stalled:!0,submit:!0,suspend:!0,timeupdate:!0,toggle:!0,touchcancel:!0,touchend:!0,touchmove:!0,touchstart:!0,transitioncancel:!0,transitionend:!0,transitionrun:!0,transitionstart:!0,volumechange:!0,waiting:!0,webkitanimationend:!0,webkitanimationiteration:!0,webkitanimationstart:!0,webkittransitionend:!0,wheel:!0};class up{constructor(t){if(this.name=void 0,this.preventDefault=void 0,this.stopPropagation=void 0,this.preventIf=void 0,this.requiredKeys=void 0,this.keyboardManager=void 0,this.pointerMode=void 0,this.customData={},this.pointerManager=void 0,this.gesturesRegistry=void 0,this.element=void 0,this.state=void 0,this.isSinglePhase=void 0,this.eventType=void 0,this.optionsType=void 0,this.mutableOptionsType=void 0,this.mutableStateType=void 0,!t||!t.name)throw new Error("Gesture must be initialized with a valid name.");if(t.name in Zb)throw new Error(`Gesture can't be created with a native event name. Tried to use "${t.name}". Please use a custom name instead.`);this.name=t.name,this.preventDefault=t.preventDefault??!1,this.stopPropagation=t.stopPropagation??!1,this.preventIf=t.preventIf??[],this.requiredKeys=t.requiredKeys??[],this.pointerMode=t.pointerMode??[]}init(t,r,n,a){this.element=t,this.pointerManager=r,this.gesturesRegistry=n,this.keyboardManager=a;const o=`${this.name}ChangeOptions`;this.element.addEventListener(o,this.handleOptionsChange.bind(this));const s=`${this.name}ChangeState`;this.element.addEventListener(s,this.handleStateChange.bind(this))}handleOptionsChange(t){t&&t.detail&&this.updateOptions(t.detail)}updateOptions(t){this.preventDefault=t.preventDefault??this.preventDefault,this.stopPropagation=t.stopPropagation??this.stopPropagation,this.preventIf=t.preventIf??this.preventIf,this.requiredKeys=t.requiredKeys??this.requiredKeys,this.pointerMode=t.pointerMode??this.pointerMode}handleStateChange(t){t&&t.detail&&this.updateState(t.detail)}updateState(t){Object.assign(this.state,t)}getTargetElement(t){return this.isActive||this.element===t.target||this.element.contains(t.target)?this.element:null}set isActive(t){t?this.gesturesRegistry.registerActiveGesture(this.element,this):this.gesturesRegistry.unregisterActiveGesture(this.element,this)}get isActive(){return this.gesturesRegistry.isGestureActive(this.element,this)??!1}shouldPreventGesture(t){if(!this.keyboardManager.areKeysPressed(this.requiredKeys))return!0;if(this.preventIf.length===0)return!1;const r=this.gesturesRegistry.getActiveGestures(t);return this.preventIf.some(n=>r[n])}isPointerTypeAllowed(t){return!this.pointerMode||this.pointerMode.length===0?!0:this.pointerMode.includes(t)}destroy(){const t=`${this.name}ChangeOptions`;this.element.removeEventListener(t,this.handleOptionsChange.bind(this));const r=`${this.name}ChangeState`;this.element.removeEventListener(r,this.handleStateChange.bind(this))}}class ev{constructor(){this.activeGestures=new Map}registerActiveGesture(t,r){this.activeGestures.has(t)||this.activeGestures.set(t,new Set);const n=this.activeGestures.get(t),a={gesture:r,element:t};n.add(a)}unregisterActiveGesture(t,r){const n=this.activeGestures.get(t);n&&(n.forEach(a=>{a.gesture===r&&n.delete(a)}),n.size===0&&this.activeGestures.delete(t))}getActiveGestures(t){const r=this.activeGestures.get(t);return r?Array.from(r).reduce((n,a)=>(n[a.gesture.name]=!0,n),{}):{}}isGestureActive(t,r){const n=this.activeGestures.get(t);return n?Array.from(n).some(a=>a.gesture===r):!1}destroy(){this.activeGestures.clear()}unregisterElement(t){this.activeGestures.delete(t)}}class tv{constructor(){this.pressedKeys=new Set,this.handleKeyDown=t=>{this.pressedKeys.add(t.key)},this.handleKeyUp=t=>{this.pressedKeys.delete(t.key)},this.clearKeys=()=>{this.pressedKeys.clear()},this.initialize()}initialize(){typeof window>"u"||(window.addEventListener("keydown",this.handleKeyDown),window.addEventListener("keyup",this.handleKeyUp),window.addEventListener("blur",this.clearKeys))}areKeysPressed(t){return!t||t.length===0?!0:t.every(r=>r==="ControlOrMeta"?this.pressedKeys.has("Control")||this.pressedKeys.has("Meta"):this.pressedKeys.has(r))}destroy(){typeof window<"u"&&(window.removeEventListener("keydown",this.handleKeyDown),window.removeEventListener("keyup",this.handleKeyUp),window.removeEventListener("blur",this.clearKeys)),this.clearKeys()}}class rv{constructor(t){this.root=void 0,this.touchAction=void 0,this.passive=void 0,this.preventEventInterruption=!0,this.pointers=new Map,this.gestureHandlers=new Set,this.handleInterruptEvents=r=>{if(this.preventEventInterruption&&"pointerType"in r&&r.pointerType==="touch"){r.preventDefault();return}const n=new PointerEvent("forceCancel",{bubbles:!1,cancelable:!1}),a=this.pointers.values().next().value;if(this.pointers.size>0&&a){Object.defineProperties(n,{clientX:{value:a.clientX},clientY:{value:a.clientY},pointerId:{value:a.pointerId},pointerType:{value:a.pointerType}});for(const[o,s]of this.pointers.entries()){const i=Y({},s,{type:"forceCancel"});this.pointers.set(o,i)}}this.notifyHandlers(n),this.pointers.clear()},this.handlePointerEvent=r=>{const{type:n,pointerId:a}=r;if(n==="pointerdown"){if(this.pointers.set(a,this.createPointerData(r)),r.target instanceof Element)try{r.target.setPointerCapture(a)}catch{}}else if(n==="pointermove")this.pointers.set(a,this.createPointerData(r));else if(n==="pointerup"||n==="pointercancel"||n==="forceCancel"){if(r.target instanceof Element)try{r.target.releasePointerCapture(a)}catch{}this.pointers.set(a,this.createPointerData(r)),this.notifyHandlers(r),this.pointers.delete(a);return}this.notifyHandlers(r)},this.root=t.root??document.documentElement,this.touchAction=t.touchAction||"auto",this.passive=t.passive!==!1,this.preventEventInterruption=t.preventEventInterruption!==!1,this.setupEventListeners()}registerGestureHandler(t){return this.gestureHandlers.add(t),()=>{this.gestureHandlers.delete(t)}}getPointers(){return new Map(this.pointers)}setupEventListeners(){this.touchAction!=="auto"&&(this.root.style.touchAction=this.touchAction),this.root.addEventListener("pointerdown",this.handlePointerEvent,{passive:this.passive}),this.root.addEventListener("pointermove",this.handlePointerEvent,{passive:this.passive}),this.root.addEventListener("pointerup",this.handlePointerEvent,{passive:this.passive}),this.root.addEventListener("pointercancel",this.handlePointerEvent,{passive:this.passive}),this.root.addEventListener("forceCancel",this.handlePointerEvent,{passive:this.passive}),this.root.addEventListener("blur",this.handleInterruptEvents),this.root.addEventListener("contextmenu",this.handleInterruptEvents)}notifyHandlers(t){this.gestureHandlers.forEach(r=>r(this.pointers,t))}createPointerData(t){return{pointerId:t.pointerId,clientX:t.clientX,clientY:t.clientY,pageX:t.pageX,pageY:t.pageY,target:t.target,timeStamp:t.timeStamp,type:t.type,isPrimary:t.isPrimary,pressure:t.pressure,width:t.width,height:t.height,pointerType:t.pointerType,srcEvent:t}}destroy(){this.root.removeEventListener("pointerdown",this.handlePointerEvent),this.root.removeEventListener("pointermove",this.handlePointerEvent),this.root.removeEventListener("pointerup",this.handlePointerEvent),this.root.removeEventListener("pointercancel",this.handlePointerEvent),this.root.removeEventListener("forceCancel",this.handlePointerEvent),this.root.removeEventListener("blur",this.handleInterruptEvents),this.root.removeEventListener("contextmenu",this.handleInterruptEvents),this.pointers.clear(),this.gestureHandlers.clear()}}class nv{constructor(t){this.gestureTemplates=new Map,this.elementGestureMap=new Map,this.activeGesturesRegistry=new ev,this.pointerManager=void 0,this.keyboardManager=new tv,this.pointerManager=new rv({root:t.root,touchAction:t.touchAction,passive:t.passive}),t.gestures&&t.gestures.length>0&&t.gestures.forEach(r=>{this.addGestureTemplate(r)})}addGestureTemplate(t){this.gestureTemplates.has(t.name)&&console.warn(`Gesture template with name "${t.name}" already exists. It will be overwritten.`),this.gestureTemplates.set(t.name,t)}setGestureOptions(t,r,n){const a=this.elementGestureMap.get(r);if(!a||!a.has(t)){console.error(`Gesture "${t}" not found on the provided element.`);return}const o=new CustomEvent(`${t}ChangeOptions`,{detail:n,bubbles:!1,cancelable:!1});r.dispatchEvent(o)}setGestureState(t,r,n){const a=this.elementGestureMap.get(r);if(!a||!a.has(t)){console.error(`Gesture "${t}" not found on the provided element.`);return}const o=new CustomEvent(`${t}ChangeState`,{detail:n,bubbles:!1,cancelable:!1});r.dispatchEvent(o)}registerElement(t,r,n){if(Array.isArray(t))return t.forEach(o=>{const s=n==null?void 0:n[o];this.registerSingleGesture(o,r,s)}),r;const a=n==null?void 0:n[t];return this.registerSingleGesture(t,r,a),r}registerSingleGesture(t,r,n){const a=this.gestureTemplates.get(t);if(!a)return console.error(`Gesture template "${t}" not found.`),!1;this.elementGestureMap.has(r)||this.elementGestureMap.set(r,new Map);const o=this.elementGestureMap.get(r);o.has(t)&&(console.warn(`Element already has gesture "${t}" registered. It will be replaced.`),this.unregisterElement(t,r));const s=a.clone(n);return s.init(r,this.pointerManager,this.activeGesturesRegistry,this.keyboardManager),o.set(t,s),!0}unregisterElement(t,r){const n=this.elementGestureMap.get(r);return!n||!n.has(t)?!1:(n.get(t).destroy(),n.delete(t),this.activeGesturesRegistry.unregisterElement(r),n.size===0&&this.elementGestureMap.delete(r),!0)}unregisterAllGestures(t){const r=this.elementGestureMap.get(t);if(r){for(const[,n]of r)n.destroy(),this.activeGesturesRegistry.unregisterElement(t);this.elementGestureMap.delete(t)}}destroy(){for(const[t]of this.elementGestureMap)this.unregisterAllGestures(t);this.gestureTemplates.clear(),this.elementGestureMap.clear(),this.activeGesturesRegistry.destroy(),this.keyboardManager.destroy()}}class Ca extends up{constructor(t){super(t),this.unregisterHandler=null,this.originalTarget=null,this.optionsType=void 0,this.mutableOptionsType=void 0,this.minPointers=void 0,this.maxPointers=void 0,this.minPointers=t.minPointers??1,this.maxPointers=t.maxPointers??1/0}init(t,r,n,a){super.init(t,r,n,a),this.unregisterHandler=this.pointerManager.registerGestureHandler((o,s)=>this.handlePointerEvent(o,s))}updateOptions(t){super.updateOptions(t),this.minPointers=t.minPointers??this.minPointers,this.maxPointers=t.maxPointers??this.maxPointers}getRelevantPointers(t,r){return t.filter(n=>this.isPointerTypeAllowed(n.pointerType)&&(r===n.target||n.target===this.originalTarget||r===this.originalTarget||r.contains(n.target)))}destroy(){this.unregisterHandler&&(this.unregisterHandler(),this.unregisterHandler=null),super.destroy()}}function av(e,t){const r=t.x-e.x,n=t.y-e.y;return Math.sqrt(r*r+n*n)}function ri(e){if(e.length<2)return 0;let t=0,r=0;for(let n=0;n<e.length;n+=1)for(let a=n+1;a<e.length;a+=1)t+=av({x:e[n].clientX,y:e[n].clientY},{x:e[a].clientX,y:e[a].clientY}),r+=1;return r>0?t/r:0}function Ft(e){if(e.length===0)return{x:0,y:0};const t=e.reduce((r,n)=>(r.x+=n.clientX,r.y+=n.clientY,r),{x:0,y:0});return{x:t.x/e.length,y:t.y/e.length}}function Sn(e,t){return`${e}${t==="ongoing"?"":t.charAt(0).toUpperCase()+t.slice(1)}`}const Ga=1e-5,Xt=1e-5,iu=.15;function ov(e,t){const r=t.x-e.x,n=t.y-e.y,a={vertical:null,horizontal:null,mainAxis:null},o=sv(t,e),s=Math.abs(r)>Math.abs(n)?"horizontal":"vertical",i=o||s==="horizontal"?Ga:iu,l=o?Ga:s==="horizontal"?iu:Ga;return Math.abs(r)>i&&(a.horizontal=r>0?"right":"left"),Math.abs(n)>l&&(a.vertical=n>0?"down":"up"),a.mainAxis=o?"diagonal":s,a}function sv(e,t){const r=t.x-e.x,n=t.y-e.y,a=Math.atan2(n,r)*180/Math.PI;return a>=-45+Xt&&a<=-22.5+Xt||a>=22.5+Xt&&a<=45+Xt||a>=135+Xt&&a<=157.5+Xt||a>=-157.5+Xt&&a<=-135+Xt}function iv(e,t){if(!e.vertical&&!e.horizontal)return!1;if(t.length===0)return!0;const r=e.vertical===null||t.includes(e.vertical),n=e.horizontal===null||t.includes(e.horizontal);return r&&n}const lv=0,cv=e=>e>lv?1:e<-0?-1:0;class Rl extends Ca{constructor(t){super(t),this.state={lastPosition:null},this.isSinglePhase=void 0,this.eventType=void 0,this.optionsType=void 0,this.mutableOptionsType=void 0,this.mutableStateType=void 0,this.threshold=void 0,this.handleElementEnterBound=void 0,this.handleElementLeaveBound=void 0,this.handleElementEnterBound=this.handleElementEnter.bind(this),this.handleElementLeaveBound=this.handleElementLeave.bind(this),this.threshold=t.threshold||0}clone(t){return new Rl(Y({name:this.name,preventDefault:this.preventDefault,stopPropagation:this.stopPropagation,threshold:this.threshold,minPointers:this.minPointers,maxPointers:this.maxPointers,requiredKeys:[...this.requiredKeys],pointerMode:[...this.pointerMode],preventIf:[...this.preventIf]},t))}init(t,r,n,a){super.init(t,r,n,a),this.element.addEventListener("pointerenter",this.handleElementEnterBound),this.element.addEventListener("pointerleave",this.handleElementLeaveBound)}destroy(){this.element.removeEventListener("pointerenter",this.handleElementEnterBound),this.element.removeEventListener("pointerleave",this.handleElementLeaveBound),this.resetState(),super.destroy()}updateOptions(t){super.updateOptions(t)}resetState(){this.isActive=!1,this.state={lastPosition:null}}handleElementEnter(t){if(t.pointerType!=="mouse"&&t.pointerType!=="pen")return;const r=this.pointerManager.getPointers()||new Map,n=Array.from(r.values());if(n.length>=this.minPointers&&n.length<=this.maxPointers){this.isActive=!0;const a={x:t.clientX,y:t.clientY};this.state.lastPosition=a,this.emitMoveEvent(this.element,"start",n,t),this.emitMoveEvent(this.element,"ongoing",n,t)}}handleElementLeave(t){if(t.pointerType!=="mouse"&&t.pointerType!=="pen"||!this.isActive)return;const r=this.pointerManager.getPointers()||new Map,n=Array.from(r.values());this.emitMoveEvent(this.element,"end",n,t),this.resetState()}handlePointerEvent(t,r){if(r.type!=="pointermove"||r.pointerType!=="mouse"&&r.pointerType!=="pen")return;this.preventDefault&&r.preventDefault(),this.stopPropagation&&r.stopPropagation();const n=Array.from(t.values()),a=this.getTargetElement(r);if(!a||n.length<this.minPointers||n.length>this.maxPointers)return;if(this.shouldPreventGesture(a)){if(!this.isActive)return;this.resetState(),this.emitMoveEvent(a,"end",n,r);return}const o={x:r.clientX,y:r.clientY};this.state.lastPosition=o,this.isActive||(this.isActive=!0,this.emitMoveEvent(a,"start",n,r)),this.emitMoveEvent(a,"ongoing",n,r)}emitMoveEvent(t,r,n,a){const o=this.state.lastPosition||Ft(n),s=this.gesturesRegistry.getActiveGestures(t),i={gestureName:this.name,centroid:o,target:a.target,srcEvent:a,phase:r,pointers:n,timeStamp:a.timeStamp,activeGestures:s,customData:this.customData},l=Sn(this.name,r),c=new CustomEvent(l,{bubbles:!0,cancelable:!0,detail:i});t.dispatchEvent(c)}}class _l extends Ca{constructor(t){super(t),this.state={startPointers:new Map,startCentroid:null,lastCentroid:null,movementThresholdReached:!1,totalDeltaX:0,totalDeltaY:0,activeDeltaX:0,activeDeltaY:0,lastDirection:{vertical:null,horizontal:null,mainAxis:null},lastDeltas:null},this.isSinglePhase=void 0,this.eventType=void 0,this.optionsType=void 0,this.mutableOptionsType=void 0,this.mutableStateType=void 0,this.threshold=void 0,this.direction=void 0,this.direction=t.direction||["up","down","left","right"],this.threshold=t.threshold||0}clone(t){return new _l(Y({name:this.name,preventDefault:this.preventDefault,stopPropagation:this.stopPropagation,threshold:this.threshold,minPointers:this.minPointers,maxPointers:this.maxPointers,direction:[...this.direction],requiredKeys:[...this.requiredKeys],pointerMode:[...this.pointerMode],preventIf:[...this.preventIf]},t))}destroy(){this.resetState(),super.destroy()}updateOptions(t){super.updateOptions(t),this.direction=t.direction||this.direction}resetState(){this.isActive=!1,this.state=Y({},this.state,{startPointers:new Map,startCentroid:null,lastCentroid:null,lastDeltas:null,activeDeltaX:0,activeDeltaY:0,movementThresholdReached:!1,lastDirection:{vertical:null,horizontal:null,mainAxis:null}})}handlePointerEvent(t,r){const n=Array.from(t.values());if(r.type==="forceCancel"){this.cancel(r.target,n,r);return}const a=this.getTargetElement(r);if(!a)return;if(this.shouldPreventGesture(a)){this.cancel(a,n,r);return}const o=this.getRelevantPointers(n,a);if(o.length<this.minPointers||o.length>this.maxPointers){this.cancel(a,o,r);return}switch(r.type){case"pointerdown":!this.isActive&&!this.state.startCentroid&&(o.forEach(s=>{this.state.startPointers.set(s.pointerId,s)}),this.originalTarget=a,this.state.startCentroid=Ft(o),this.state.lastCentroid=Y({},this.state.startCentroid));break;case"pointermove":if(this.state.startCentroid&&o.length>=this.minPointers){const s=Ft(o),i=s.x-this.state.startCentroid.x,l=s.y-this.state.startCentroid.y,c=Math.sqrt(i*i+l*l),u=ov(this.state.lastCentroid??this.state.startCentroid,s),d=this.state.lastCentroid?s.x-this.state.lastCentroid.x:0,h=this.state.lastCentroid?s.y-this.state.lastCentroid.y:0;!this.state.movementThresholdReached&&c>=this.threshold&&iv(u,this.direction)?(this.state.movementThresholdReached=!0,this.isActive=!0,this.state.lastDeltas={x:d,y:h},this.state.totalDeltaX+=d,this.state.totalDeltaY+=h,this.state.activeDeltaX+=d,this.state.activeDeltaY+=h,this.emitPanEvent(a,"start",o,r,s),this.emitPanEvent(a,"ongoing",o,r,s)):this.state.movementThresholdReached&&this.isActive&&(this.state.lastDeltas={x:d,y:h},this.state.totalDeltaX+=d,this.state.totalDeltaY+=h,this.state.activeDeltaX+=d,this.state.activeDeltaY+=h,this.emitPanEvent(a,"ongoing",o,r,s)),this.state.lastCentroid=s,this.state.lastDirection=u}break;case"pointerup":case"pointercancel":case"forceCancel":if(this.isActive&&this.state.movementThresholdReached){if(o.filter(s=>s.type!=="pointerup"&&s.type!=="pointercancel").length<this.minPointers){const s=this.state.lastCentroid||this.state.startCentroid;r.type==="pointercancel"&&this.emitPanEvent(a,"cancel",o,r,s),this.emitPanEvent(a,"end",o,r,s),this.resetState()}}else this.resetState();break}}emitPanEvent(t,r,n,a,o){var x,_;if(!this.state.startCentroid)return;const s=((x=this.state.lastDeltas)==null?void 0:x.x)??0,i=((_=this.state.lastDeltas)==null?void 0:_.y)??0,l=this.state.startPointers.values().next().value,c=l?(a.timeStamp-l.timeStamp)/1e3:0,u=c>0?s/c:0,d=c>0?i/c:0,h=Math.sqrt(u*u+d*d),p=this.gesturesRegistry.getActiveGestures(t),f={gestureName:this.name,initialCentroid:this.state.startCentroid,centroid:o,target:a.target,srcEvent:a,phase:r,pointers:n,timeStamp:a.timeStamp,deltaX:s,deltaY:i,direction:this.state.lastDirection,velocityX:u,velocityY:d,velocity:h,totalDeltaX:this.state.totalDeltaX,totalDeltaY:this.state.totalDeltaY,activeDeltaX:this.state.activeDeltaX,activeDeltaY:this.state.activeDeltaY,activeGestures:p,customData:this.customData},m=Sn(this.name,r),b=new CustomEvent(m,{bubbles:!0,cancelable:!0,detail:f});t.dispatchEvent(b),this.preventDefault&&a.preventDefault(),this.stopPropagation&&a.stopPropagation()}cancel(t,r,n){if(this.isActive){const a=t??this.element;this.emitPanEvent(a,"cancel",r,n,this.state.lastCentroid),this.emitPanEvent(a,"end",r,n,this.state.lastCentroid)}this.resetState()}}class Vl extends Ca{constructor(t){super(Y({},t,{minPointers:t.minPointers??2})),this.state={startDistance:0,lastDistance:0,lastScale:1,lastTime:0,velocity:0,totalScale:1,deltaScale:0},this.isSinglePhase=void 0,this.eventType=void 0,this.optionsType=void 0,this.mutableOptionsType=void 0,this.mutableStateType=void 0,this.threshold=void 0,this.threshold=t.threshold??0}clone(t){return new Vl(Y({name:this.name,preventDefault:this.preventDefault,stopPropagation:this.stopPropagation,threshold:this.threshold,minPointers:this.minPointers,maxPointers:this.maxPointers,requiredKeys:[...this.requiredKeys],pointerMode:[...this.pointerMode],preventIf:[...this.preventIf]},t))}destroy(){this.resetState(),super.destroy()}updateOptions(t){super.updateOptions(t)}resetState(){this.isActive=!1,this.state=Y({},this.state,{startDistance:0,lastDistance:0,lastScale:1,lastTime:0,velocity:0,deltaScale:0})}handlePointerEvent(t,r){const n=Array.from(t.values()),a=this.getTargetElement(r);if(!a)return;if(this.shouldPreventGesture(a)){this.isActive&&(this.emitPinchEvent(a,"cancel",n,r),this.resetState());return}const o=this.getRelevantPointers(n,a);switch(r.type){case"pointerdown":if(o.length>=2&&!this.isActive){const s=ri(o);this.state.startDistance=s,this.state.lastDistance=s,this.state.lastTime=r.timeStamp,this.originalTarget=a}break;case"pointermove":if(this.state.startDistance&&o.length>=this.minPointers){const s=ri(o),i=Math.abs(s-this.state.lastDistance);if(i!==0&&i>=this.threshold){const l=this.state.startDistance?s/this.state.startDistance:1,c=l/this.state.lastScale;this.state.totalScale*=c;const u=(r.timeStamp-this.state.lastTime)/1e3;if(this.state.lastDistance){const h=(s-this.state.lastDistance)/u;this.state.velocity=Number.isNaN(h)?0:h}this.state.lastDistance=s,this.state.deltaScale=l-this.state.lastScale,this.state.lastScale=l,this.state.lastTime=r.timeStamp,this.isActive?this.emitPinchEvent(a,"ongoing",o,r):(this.isActive=!0,this.emitPinchEvent(a,"start",o,r),this.emitPinchEvent(a,"ongoing",o,r))}}break;case"pointerup":case"pointercancel":case"forceCancel":if(this.isActive){const s=o.filter(i=>i.type!=="pointerup"&&i.type!=="pointercancel");if(s.length<this.minPointers)r.type==="pointercancel"&&this.emitPinchEvent(a,"cancel",o,r),this.emitPinchEvent(a,"end",o,r),this.resetState();else if(s.length>=2){const i=ri(s);this.state.startDistance=i/this.state.lastScale}}break}}emitPinchEvent(t,r,n,a){const o=Ft(n),s=this.state.lastDistance,i=this.state.lastScale,l=this.gesturesRegistry.getActiveGestures(t),c={gestureName:this.name,centroid:o,target:a.target,srcEvent:a,phase:r,pointers:n,timeStamp:a.timeStamp,scale:i,deltaScale:this.state.deltaScale,totalScale:this.state.totalScale,distance:s,velocity:this.state.velocity,activeGestures:l,direction:cv(this.state.velocity),customData:this.customData};this.preventDefault&&a.preventDefault(),this.stopPropagation&&a.stopPropagation();const u=Sn(this.name,r),d=new CustomEvent(u,{bubbles:!0,cancelable:!0,detail:c});t.dispatchEvent(d)}}class El extends Ca{constructor(t){super(t),this.state={startCentroid:null,lastPosition:null,timerId:null,startTime:0,pressThresholdReached:!1},this.isSinglePhase=void 0,this.eventType=void 0,this.optionsType=void 0,this.mutableOptionsType=void 0,this.mutableStateType=void 0,this.duration=void 0,this.maxDistance=void 0,this.duration=t.duration??500,this.maxDistance=t.maxDistance??10}clone(t){return new El(Y({name:this.name,preventDefault:this.preventDefault,stopPropagation:this.stopPropagation,minPointers:this.minPointers,maxPointers:this.maxPointers,duration:this.duration,maxDistance:this.maxDistance,requiredKeys:[...this.requiredKeys],pointerMode:[...this.pointerMode],preventIf:[...this.preventIf]},t))}destroy(){this.clearPressTimer(),this.resetState(),super.destroy()}updateOptions(t){super.updateOptions(t),this.duration=t.duration??this.duration,this.maxDistance=t.maxDistance??this.maxDistance}resetState(){this.clearPressTimer(),this.isActive=!1,this.state=Y({},this.state,{startCentroid:null,lastPosition:null,timerId:null,startTime:0,pressThresholdReached:!1})}clearPressTimer(){this.state.timerId!==null&&(clearTimeout(this.state.timerId),this.state.timerId=null)}handlePointerEvent(t,r){const n=Array.from(t.values());if(r.type==="forceCancel"){this.cancelPress(r.target,n,r);return}const a=this.getTargetElement(r);if(!a)return;if(this.shouldPreventGesture(a)){this.isActive&&this.cancelPress(a,n,r);return}const o=this.getRelevantPointers(n,a);if(o.length<this.minPointers||o.length>this.maxPointers){this.isActive&&this.cancelPress(a,o,r);return}switch(r.type){case"pointerdown":!this.isActive&&!this.state.startCentroid&&(this.state.startCentroid=Ft(o),this.state.lastPosition=Y({},this.state.startCentroid),this.state.startTime=r.timeStamp,this.isActive=!0,this.originalTarget=a,this.clearPressTimer(),this.state.timerId=setTimeout(()=>{if(this.isActive&&this.state.startCentroid){this.state.pressThresholdReached=!0;const s=this.state.lastPosition;this.emitPressEvent(a,"start",o,r,s),this.emitPressEvent(a,"ongoing",o,r,s)}},this.duration));break;case"pointermove":if(this.isActive&&this.state.startCentroid){const s=Ft(o);this.state.lastPosition=s;const i=s.x-this.state.startCentroid.x,l=s.y-this.state.startCentroid.y;Math.sqrt(i*i+l*l)>this.maxDistance&&this.cancelPress(a,o,r)}break;case"pointerup":if(this.isActive){if(this.state.pressThresholdReached){const s=this.state.lastPosition||this.state.startCentroid;this.emitPressEvent(a,"end",o,r,s)}this.resetState()}break;case"pointercancel":case"forceCancel":this.cancelPress(a,o,r);break}}emitPressEvent(t,r,n,a,o){const s=this.gesturesRegistry.getActiveGestures(t),i=a.timeStamp-this.state.startTime,l={gestureName:this.name,centroid:o,target:a.target,srcEvent:a,phase:r,pointers:n,timeStamp:a.timeStamp,x:o.x,y:o.y,duration:i,activeGestures:s,customData:this.customData},c=Sn(this.name,r),u=new CustomEvent(c,{bubbles:!0,cancelable:!0,detail:l});t.dispatchEvent(u),this.preventDefault&&a.preventDefault(),this.stopPropagation&&a.stopPropagation()}cancelPress(t,r,n){if(this.isActive&&this.state.pressThresholdReached){const a=this.state.lastPosition||this.state.startCentroid;this.emitPressEvent(t??this.element,"cancel",r,n,a),this.emitPressEvent(t??this.element,"end",r,n,a)}this.resetState()}}class Il extends Ca{constructor(t){super(t),this.state={startCentroid:null,currentTapCount:0,lastTapTime:0,lastPosition:null},this.isSinglePhase=void 0,this.eventType=void 0,this.optionsType=void 0,this.mutableOptionsType=void 0,this.mutableStateType=void 0,this.maxDistance=void 0,this.taps=void 0,this.maxDistance=t.maxDistance??10,this.taps=t.taps??1}clone(t){return new Il(Y({name:this.name,preventDefault:this.preventDefault,stopPropagation:this.stopPropagation,minPointers:this.minPointers,maxPointers:this.maxPointers,maxDistance:this.maxDistance,taps:this.taps,requiredKeys:[...this.requiredKeys],pointerMode:[...this.pointerMode],preventIf:[...this.preventIf]},t))}destroy(){this.resetState(),super.destroy()}updateOptions(t){super.updateOptions(t),this.maxDistance=t.maxDistance??this.maxDistance,this.taps=t.taps??this.taps}resetState(){this.isActive=!1,this.state={startCentroid:null,currentTapCount:0,lastTapTime:0,lastPosition:null}}handlePointerEvent(t,r){const n=Array.from(t.values()),a=this.getTargetElement(r);if(!a)return;const o=this.getRelevantPointers(n,a);if(this.shouldPreventGesture(a)||o.length<this.minPointers||o.length>this.maxPointers){this.isActive&&this.cancelTap(a,o,r);return}switch(r.type){case"pointerdown":this.isActive||(this.state.startCentroid=Ft(o),this.state.lastPosition=Y({},this.state.startCentroid),this.isActive=!0,this.originalTarget=a);break;case"pointermove":if(this.isActive&&this.state.startCentroid){const s=Ft(o);this.state.lastPosition=s;const i=s.x-this.state.startCentroid.x,l=s.y-this.state.startCentroid.y;Math.sqrt(i*i+l*l)>this.maxDistance&&this.cancelTap(a,o,r)}break;case"pointerup":if(this.isActive){this.state.currentTapCount+=1;const s=this.state.lastPosition||this.state.startCentroid;if(!s){this.cancelTap(a,o,r);return}this.state.currentTapCount>=this.taps?(this.fireTapEvent(a,o,r,s),this.resetState()):(this.state.lastTapTime=r.timeStamp,this.isActive=!1,this.state.startCentroid=null,setTimeout(()=>{this.state&&this.state.currentTapCount>0&&this.state.currentTapCount<this.taps&&(this.state.currentTapCount=0)},300))}break;case"pointercancel":case"forceCancel":this.cancelTap(a,o,r);break}}fireTapEvent(t,r,n,a){const o=this.gesturesRegistry.getActiveGestures(t),s={gestureName:this.name,centroid:a,target:n.target,srcEvent:n,phase:"end",pointers:r,timeStamp:n.timeStamp,x:a.x,y:a.y,tapCount:this.state.currentTapCount,activeGestures:o,customData:this.customData},i=new CustomEvent(this.name,{bubbles:!0,cancelable:!0,detail:s});t.dispatchEvent(i),this.preventDefault&&n.preventDefault(),this.stopPropagation&&n.stopPropagation()}cancelTap(t,r,n){if(this.state.startCentroid||this.state.lastPosition){const a=this.state.lastPosition||this.state.startCentroid,o=this.gesturesRegistry.getActiveGestures(t),s={gestureName:this.name,centroid:a,target:n.target,srcEvent:n,phase:"cancel",pointers:r,timeStamp:n.timeStamp,x:a.x,y:a.y,tapCount:this.state.currentTapCount,activeGestures:o,customData:this.customData},i=Sn(this.name,"cancel"),l=new CustomEvent(i,{bubbles:!0,cancelable:!0,detail:s});t.dispatchEvent(l)}this.resetState()}}class Ml extends up{constructor(t){super(t),this.state={totalDeltaX:0,totalDeltaY:0,totalDeltaZ:0},this.isSinglePhase=void 0,this.eventType=void 0,this.optionsType=void 0,this.mutableOptionsType=void 0,this.mutableStateType=void 0,this.sensitivity=void 0,this.max=void 0,this.min=void 0,this.initialDelta=void 0,this.invert=void 0,this.handleWheelEventBound=void 0,this.sensitivity=t.sensitivity??1,this.max=t.max??Number.MAX_SAFE_INTEGER,this.min=t.min??Number.MIN_SAFE_INTEGER,this.initialDelta=t.initialDelta??0,this.invert=t.invert??!1,this.state.totalDeltaX=this.initialDelta,this.state.totalDeltaY=this.initialDelta,this.state.totalDeltaZ=this.initialDelta,this.handleWheelEventBound=this.handleWheelEvent.bind(this)}clone(t){return new Ml(Y({name:this.name,preventDefault:this.preventDefault,stopPropagation:this.stopPropagation,sensitivity:this.sensitivity,max:this.max,min:this.min,initialDelta:this.initialDelta,invert:this.invert,requiredKeys:[...this.requiredKeys],pointerMode:[...this.pointerMode],preventIf:[...this.preventIf]},t))}init(t,r,n,a){super.init(t,r,n,a),this.element.addEventListener("wheel",this.handleWheelEventBound)}destroy(){this.element.removeEventListener("wheel",this.handleWheelEventBound),this.resetState(),super.destroy()}resetState(){this.isActive=!1,this.state={totalDeltaX:0,totalDeltaY:0,totalDeltaZ:0}}updateOptions(t){super.updateOptions(t),this.sensitivity=t.sensitivity??this.sensitivity,this.max=t.max??this.max,this.min=t.min??this.min,this.initialDelta=t.initialDelta??this.initialDelta,this.invert=t.invert??this.invert}handleWheelEvent(t){if(this.shouldPreventGesture(this.element))return;const r=this.pointerManager.getPointers()||new Map,n=Array.from(r.values());this.state.totalDeltaX+=t.deltaX*this.sensitivity*(this.invert?-1:1),this.state.totalDeltaY+=t.deltaY*this.sensitivity*(this.invert?-1:1),this.state.totalDeltaZ+=t.deltaZ*this.sensitivity*(this.invert?-1:1),["totalDeltaX","totalDeltaY","totalDeltaZ"].forEach(a=>{this.state[a]<this.min&&(this.state[a]=this.min),this.state[a]>this.max&&(this.state[a]=this.max)}),this.emitWheelEvent(n,t)}emitWheelEvent(t,r){const n=t.length>0?Ft(t):{x:r.clientX,y:r.clientY},a=this.gesturesRegistry.getActiveGestures(this.element),o={gestureName:this.name,centroid:n,target:r.target,srcEvent:r,phase:"ongoing",pointers:t,timeStamp:r.timeStamp,deltaX:r.deltaX*this.sensitivity*(this.invert?-1:1),deltaY:r.deltaY*this.sensitivity*(this.invert?-1:1),deltaZ:r.deltaZ*this.sensitivity*(this.invert?-1:1),deltaMode:r.deltaMode,totalDeltaX:this.state.totalDeltaX,totalDeltaY:this.state.totalDeltaY,totalDeltaZ:this.state.totalDeltaZ,activeGestures:a,customData:this.customData};this.preventDefault&&r.preventDefault(),this.stopPropagation&&r.stopPropagation();const s=Sn(this.name,"ongoing"),i=new CustomEvent(s,{bubbles:!0,cancelable:!0,detail:o});this.element.dispatchEvent(i)}}const zr=e=>e.preventDefault(),$l=({svgRef:e})=>{B.useEffect(()=>{const r=e.current;if(!r)return;const n=new nv({gestures:[new _l({name:"pan",threshold:0,maxPointers:1}),new Rl({name:"move",preventIf:["pan","pinch"]}),new Vl({name:"pinch",threshold:5,preventIf:["pan"]}),new Ml({name:"turnWheel",sensitivity:.01,initialDelta:1}),new Il({name:"tap",maxDistance:10,preventIf:["pan","pinch"]}),new El({name:"quickPress",duration:50,maxDistance:10})]});return n.registerElement(["pan","move","pinch","turnWheel","tap","quickPress"],r),()=>{n.destroy()}},[e]);const t=B.useCallback((r,n,a)=>{const o=e.current;return o==null||o.addEventListener(r,n,a),{cleanup:()=>o==null?void 0:o.removeEventListener(r,n)}},[e]);return B.useEffect(()=>{const r=e.current;return r==null||r.addEventListener("gesturestart",zr),r==null||r.addEventListener("gesturechange",zr),r==null||r.addEventListener("gestureend",zr),()=>{r==null||r.removeEventListener("gesturestart",zr),r==null||r.removeEventListener("gesturechange",zr),r==null||r.removeEventListener("gestureend",zr)}},[e]),{instance:{addInteractionListener:t}}};$l.params={};$l.getInitialState=()=>({});const uv=[Al,Tl,ls,cs,$l,is],dv=["apiRef"],hv=e=>{let{plugins:t}=e,r=or(e.props,dv);const n={};t.forEach(s=>{Object.assign(n,s.params)});const a={};return Object.keys(r).forEach(s=>{const i=r[s];n[s]&&(a[s]=i)}),t.reduce((s,i)=>i.getDefaultizedParams?i.getDefaultizedParams({params:s}):s,a)};let lu=0;function pv(e,t,r){const n=Q0(),a=B.useMemo(()=>[...uv,...e],[e]),o=hv({plugins:a,props:t});o.id=o.id??n;const i=B.useRef({}).current,l=fv(t.apiRef),c=B.useRef(null),u=B.useRef(null),d=B.useRef(null);if(d.current==null){lu+=1;const f={cacheKey:{id:lu}};a.forEach(m=>{m.getInitialState&&Object.assign(f,m.getInitialState(o,f,r))}),d.current=new X0(f)}const h=f=>{const m=f({instance:i,params:o,plugins:a,store:d.current,svgRef:u,chartRootRef:c,seriesConfig:r});m.publicAPI&&Object.assign(l.current,m.publicAPI),m.instance&&Object.assign(i,m.instance)};return a.forEach(h),{contextValue:B.useMemo(()=>({store:d.current,publicAPI:l.current,instance:i,svgRef:u,chartRootRef:c}),[i,l])}}function mv(e){return e.current==null&&(e.current={}),e}function fv(e){const t=B.useRef({});return e?mv(e):t}const jl=B.createContext(null);process.env.NODE_ENV!=="production"&&(jl.displayName="ChartContext");const cu=new Set;function sa(e,t="warning"){if(process.env.NODE_ENV==="production")return;const r=Array.isArray(e)?e.join(`
115
- `):e;cu.has(r)||(cu.add(r),t==="error"?console.error(r):console.warn(r))}function gv(e){const{componentName:t,propName:r,controlled:n,defaultValue:a,warningPrefix:o="MUI X"}=e,[{initialDefaultValue:s,isControlled:i}]=B.useState({initialDefaultValue:a,isControlled:n!==void 0});i!==(n!==void 0)&&sa([`${o}: A component is changing the ${i?"":"un"}controlled ${r} state of ${t} to be ${i?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${r} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"],"error"),JSON.stringify(s)!==JSON.stringify(a)&&sa([`${o}: A component is changing the default ${r} state of an uncontrolled ${t} after being initialized. To suppress this warning opt to use a controlled ${t}.`],"error")}const dp=process.env.NODE_ENV==="production"?()=>{}:gv,hp=4,pp=20+2*hp,yv=40+2*hp,bv="hover",Ha={minStart:0,maxEnd:100,step:5,minSpan:10,maxSpan:100,panning:!0,filterMode:"keep",slider:{enabled:!1,preview:!1,size:pp,showTooltip:bv}},kl=(e,t,r)=>{var n;if(e)return e===!0?Y({axisId:t,axisDirection:r},Ha):Y({axisId:t,axisDirection:r},Ha,e,{slider:Y({},Ha.slider,{size:((n=e.slider)==null?void 0:n.preview)??Ha.slider.preview?yv:pp},e.slider)})};function mp(e,t){const r={top:0,bottom:0,none:0};return(e&&e.length>0?e:[{id:_b,scaleType:"linear"}]).map((o,s)=>{var p;const i=o.dataKey,l=s===0?"bottom":"none",c=o.position??l,u=Mb+(o.label?rp:0),d=o.id??`defaultized-x-axis-${s}`,h=Y({offset:r[c]},o,{id:d,position:c,height:o.height??u,zoom:kl(o.zoom,d,"x")});if(c!=="none"&&(r[c]+=h.height,(p=h.zoom)!=null&&p.slider.enabled&&(r[c]+=h.zoom.slider.size)),i===void 0||o.data!==void 0)return h;if(t===void 0)throw new Error("MUI X Charts: x-axis uses `dataKey` but no `dataset` is provided.");return Y({},h,{data:t.map(f=>f[i])})})}function fp(e,t){const r={right:0,left:0,none:0};return(e&&e.length>0?e:[{id:Vb,scaleType:"linear"}]).map((o,s)=>{var p;const i=o.dataKey,l=s===0?"left":"none",c=o.position??l,u=Ib+(o.label?rp:0),d=o.id??`defaultized-y-axis-${s}`,h=Y({offset:r[c]},o,{id:d,position:c,width:o.width??u,zoom:kl(o.zoom,d,"y")});if(c!=="none"&&(r[c]+=h.width,(p=h.zoom)!=null&&p.slider.enabled&&(r[c]+=h.zoom.slider.size)),i===void 0||o.data!==void 0)return h;if(t===void 0)throw new Error("MUI X Charts: y-axis uses `dataKey` but no `dataset` is provided.");return Y({},h,{data:t.map(f=>f[i])})})}function po(e,t){return e==null||t==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function vv(e,t){return e==null||t==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function Ul(e){let t,r,n;e.length!==2?(t=po,r=(i,l)=>po(e(i),l),n=(i,l)=>e(i)-l):(t=e===po||e===vv?e:Sv,r=e,n=e);function a(i,l,c=0,u=i.length){if(c<u){if(t(l,l)!==0)return u;do{const d=c+u>>>1;r(i[d],l)<0?c=d+1:u=d}while(c<u)}return c}function o(i,l,c=0,u=i.length){if(c<u){if(t(l,l)!==0)return u;do{const d=c+u>>>1;r(i[d],l)<=0?c=d+1:u=d}while(c<u)}return c}function s(i,l,c=0,u=i.length){const d=a(i,l,c,u-1);return d>c&&n(i[d-1],l)>-n(i[d],l)?d-1:d}return{left:a,center:s,right:o}}function Sv(){return 0}function xv(e){return e===null?NaN:+e}const Ov=Ul(po),gp=Ov.right;Ul(xv).center;class uu extends Map{constructor(t,r=Pv){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(du(this,t))}has(t){return super.has(du(this,t))}set(t,r){return super.set(wv(this,t),r)}delete(t){return super.delete(Cv(this,t))}}function du({_intern:e,_key:t},r){const n=t(r);return e.has(n)?e.get(n):r}function wv({_intern:e,_key:t},r){const n=t(r);return e.has(n)?e.get(n):(e.set(n,r),r)}function Cv({_intern:e,_key:t},r){const n=t(r);return e.has(n)&&(r=e.get(n),e.delete(n)),r}function Pv(e){return e!==null&&typeof e=="object"?e.valueOf():e}const Tv=Math.sqrt(50),Av=Math.sqrt(10),Rv=Math.sqrt(2);function Ao(e,t,r){const n=(t-e)/Math.max(0,r),a=Math.floor(Math.log10(n)),o=n/Math.pow(10,a),s=o>=Tv?10:o>=Av?5:o>=Rv?2:1;let i,l,c;return a<0?(c=Math.pow(10,-a)/s,i=Math.round(e*c),l=Math.round(t*c),i/c<e&&++i,l/c>t&&--l,c=-c):(c=Math.pow(10,a)*s,i=Math.round(e/c),l=Math.round(t/c),i*c<e&&++i,l*c>t&&--l),l<i&&.5<=r&&r<2?Ao(e,t,r*2):[i,l,c]}function Di(e,t,r){if(t=+t,e=+e,r=+r,!(r>0))return[];if(e===t)return[e];const n=t<e,[a,o,s]=n?Ao(t,e,r):Ao(e,t,r);if(!(o>=a))return[];const i=o-a+1,l=new Array(i);if(n)if(s<0)for(let c=0;c<i;++c)l[c]=(o-c)/-s;else for(let c=0;c<i;++c)l[c]=(o-c)*s;else if(s<0)for(let c=0;c<i;++c)l[c]=(a+c)/-s;else for(let c=0;c<i;++c)l[c]=(a+c)*s;return l}function Bi(e,t,r){return t=+t,e=+e,r=+r,Ao(e,t,r)[2]}function Ni(e,t,r){t=+t,e=+e,r=+r;const n=t<e,a=n?Bi(t,e,r):Bi(e,t,r);return(n?-1:1)*(a<0?1/-a:a)}function _v(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,o=new Array(a);++n<a;)o[n]=e+n*r;return o}function ur(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e);break}return this}function Vv(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 hu=Symbol("implicit");function Ro(){var e=new uu,t=[],r=[],n=hu;function a(o){let s=e.get(o);if(s===void 0){if(n!==hu)return n;e.set(o,s=t.push(o)-1)}return r[s%r.length]}return a.domain=function(o){if(!arguments.length)return t.slice();t=[],e=new uu;for(const s of o)e.has(s)||e.set(s,t.push(s)-1);return a},a.range=function(o){return arguments.length?(r=Array.from(o),a):r.slice()},a.unknown=function(o){return arguments.length?(n=o,a):n},a.copy=function(){return Ro(t,r).unknown(n)},ur.apply(a,arguments),a}function Ll(){var e=Ro().unknown(void 0),t=e.domain,r=e.range,n=0,a=1,o,s,i=!1,l=0,c=0,u=.5;delete e.unknown;function d(){var h=t().length,p=a<n,f=p?a:n,m=p?n:a;o=(m-f)/Math.max(1,h-l+c*2),i&&(o=Math.floor(o)),f+=(m-f-o*(h-l))*u,s=o*(1-l),i&&(f=Math.round(f),s=Math.round(s));var b=_v(h).map(function(x){return f+o*x});return r(p?b.reverse():b)}return e.domain=function(h){return arguments.length?(t(h),d()):t()},e.range=function(h){return arguments.length?([n,a]=h,n=+n,a=+a,d()):[n,a]},e.rangeRound=function(h){return[n,a]=h,n=+n,a=+a,i=!0,d()},e.bandwidth=function(){return s},e.step=function(){return o},e.round=function(h){return arguments.length?(i=!!h,d()):i},e.padding=function(h){return arguments.length?(l=Math.min(1,c=+h),d()):l},e.paddingInner=function(h){return arguments.length?(l=Math.min(1,h),d()):l},e.paddingOuter=function(h){return arguments.length?(c=+h,d()):c},e.align=function(h){return arguments.length?(u=Math.max(0,Math.min(1,h)),d()):u},e.copy=function(){return Ll(t(),[n,a]).round(i).paddingInner(l).paddingOuter(c).align(u)},ur.apply(d(),arguments)}function yp(e){var t=e.copy;return e.padding=e.paddingOuter,delete e.paddingInner,delete e.paddingOuter,e.copy=function(){return yp(t())},e}function Ev(){return yp(Ll.apply(null,arguments).paddingInner(1))}function Dl(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function bp(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function Pa(){}var ia=.7,_o=1/ia,an="\\s*([+-]?\\d+)\\s*",la="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",It="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",Iv=/^#([0-9a-f]{3,8})$/,Mv=new RegExp(`^rgb\\(${an},${an},${an}\\)$`),$v=new RegExp(`^rgb\\(${It},${It},${It}\\)$`),jv=new RegExp(`^rgba\\(${an},${an},${an},${la}\\)$`),kv=new RegExp(`^rgba\\(${It},${It},${It},${la}\\)$`),Uv=new RegExp(`^hsl\\(${la},${It},${It}\\)$`),Lv=new RegExp(`^hsla\\(${la},${It},${It},${la}\\)$`),pu={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};Dl(Pa,ca,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:mu,formatHex:mu,formatHex8:Dv,formatHsl:Bv,formatRgb:fu,toString:fu});function mu(){return this.rgb().formatHex()}function Dv(){return this.rgb().formatHex8()}function Bv(){return vp(this).formatHsl()}function fu(){return this.rgb().formatRgb()}function ca(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=Iv.exec(e))?(r=t[1].length,t=parseInt(t[1],16),r===6?gu(t):r===3?new ot(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):r===8?qa(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):r===4?qa(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=Mv.exec(e))?new ot(t[1],t[2],t[3],1):(t=$v.exec(e))?new ot(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=jv.exec(e))?qa(t[1],t[2],t[3],t[4]):(t=kv.exec(e))?qa(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=Uv.exec(e))?vu(t[1],t[2]/100,t[3]/100,1):(t=Lv.exec(e))?vu(t[1],t[2]/100,t[3]/100,t[4]):pu.hasOwnProperty(e)?gu(pu[e]):e==="transparent"?new ot(NaN,NaN,NaN,0):null}function gu(e){return new ot(e>>16&255,e>>8&255,e&255,1)}function qa(e,t,r,n){return n<=0&&(e=t=r=NaN),new ot(e,t,r,n)}function Nv(e){return e instanceof Pa||(e=ca(e)),e?(e=e.rgb(),new ot(e.r,e.g,e.b,e.opacity)):new ot}function Fi(e,t,r,n){return arguments.length===1?Nv(e):new ot(e,t,r,n??1)}function ot(e,t,r,n){this.r=+e,this.g=+t,this.b=+r,this.opacity=+n}Dl(ot,Fi,bp(Pa,{brighter(e){return e=e==null?_o:Math.pow(_o,e),new ot(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?ia:Math.pow(ia,e),new ot(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new ot(vr(this.r),vr(this.g),vr(this.b),Vo(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:yu,formatHex:yu,formatHex8:Fv,formatRgb:bu,toString:bu}));function yu(){return`#${fr(this.r)}${fr(this.g)}${fr(this.b)}`}function Fv(){return`#${fr(this.r)}${fr(this.g)}${fr(this.b)}${fr((isNaN(this.opacity)?1:this.opacity)*255)}`}function bu(){const e=Vo(this.opacity);return`${e===1?"rgb(":"rgba("}${vr(this.r)}, ${vr(this.g)}, ${vr(this.b)}${e===1?")":`, ${e})`}`}function Vo(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function vr(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function fr(e){return e=vr(e),(e<16?"0":"")+e.toString(16)}function vu(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new xt(e,t,r,n)}function vp(e){if(e instanceof xt)return new xt(e.h,e.s,e.l,e.opacity);if(e instanceof Pa||(e=ca(e)),!e)return new xt;if(e instanceof xt)return e;e=e.rgb();var t=e.r/255,r=e.g/255,n=e.b/255,a=Math.min(t,r,n),o=Math.max(t,r,n),s=NaN,i=o-a,l=(o+a)/2;return i?(t===o?s=(r-n)/i+(r<n)*6:r===o?s=(n-t)/i+2:s=(t-r)/i+4,i/=l<.5?o+a:2-o-a,s*=60):i=l>0&&l<1?0:s,new xt(s,i,l,e.opacity)}function zv(e,t,r,n){return arguments.length===1?vp(e):new xt(e,t,r,n??1)}function xt(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}Dl(xt,zv,bp(Pa,{brighter(e){return e=e==null?_o:Math.pow(_o,e),new xt(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?ia:Math.pow(ia,e),new xt(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 ot(ni(e>=240?e-240:e+120,a,n),ni(e,a,n),ni(e<120?e+240:e-120,a,n),this.opacity)},clamp(){return new xt(Su(this.h),Ja(this.s),Ja(this.l),Vo(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=Vo(this.opacity);return`${e===1?"hsl(":"hsla("}${Su(this.h)}, ${Ja(this.s)*100}%, ${Ja(this.l)*100}%${e===1?")":`, ${e})`}`}}));function Su(e){return e=(e||0)%360,e<0?e+360:e}function Ja(e){return Math.max(0,Math.min(1,e||0))}function ni(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 Bl=e=>()=>e;function Gv(e,t){return function(r){return e+r*t}}function Hv(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 qv(e){return(e=+e)==1?Sp:function(t,r){return r-t?Hv(t,r,e):Bl(isNaN(t)?r:t)}}function Sp(e,t){var r=t-e;return r?Gv(e,r):Bl(isNaN(e)?t:e)}const xu=function e(t){var r=qv(t);function n(a,o){var s=r((a=Fi(a)).r,(o=Fi(o)).r),i=r(a.g,o.g),l=r(a.b,o.b),c=Sp(a.opacity,o.opacity);return function(u){return a.r=s(u),a.g=i(u),a.b=l(u),a.opacity=c(u),a+""}}return n.gamma=e,n}(1);function Jv(e,t){t||(t=[]);var r=e?Math.min(t.length,e.length):0,n=t.slice(),a;return function(o){for(a=0;a<r;++a)n[a]=e[a]*(1-o)+t[a]*o;return n}}function Wv(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function Yv(e,t){var r=t?t.length:0,n=e?Math.min(r,e.length):0,a=new Array(n),o=new Array(r),s;for(s=0;s<n;++s)a[s]=ds(e[s],t[s]);for(;s<r;++s)o[s]=t[s];return function(i){for(s=0;s<n;++s)o[s]=a[s](i);return o}}function Nl(e,t){var r=new Date;return e=+e,t=+t,function(n){return r.setTime(e*(1-n)+t*n),r}}function Ot(e,t){return e=+e,t=+t,function(r){return e*(1-r)+t*r}}function Kv(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]=ds(e[a],t[a]):n[a]=t[a];return function(o){for(a in r)n[a]=r[a](o);return n}}var zi=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,ai=new RegExp(zi.source,"g");function Qv(e){return function(){return e}}function Xv(e){return function(t){return e(t)+""}}function Zv(e,t){var r=zi.lastIndex=ai.lastIndex=0,n,a,o,s=-1,i=[],l=[];for(e=e+"",t=t+"";(n=zi.exec(e))&&(a=ai.exec(t));)(o=a.index)>r&&(o=t.slice(r,o),i[s]?i[s]+=o:i[++s]=o),(n=n[0])===(a=a[0])?i[s]?i[s]+=a:i[++s]=a:(i[++s]=null,l.push({i:s,x:Ot(n,a)})),r=ai.lastIndex;return r<t.length&&(o=t.slice(r),i[s]?i[s]+=o:i[++s]=o),i.length<2?l[0]?Xv(l[0].x):Qv(t):(t=l.length,function(c){for(var u=0,d;u<t;++u)i[(d=l[u]).i]=d.x(c);return i.join("")})}function ds(e,t){var r=typeof t,n;return t==null||r==="boolean"?Bl(t):(r==="number"?Ot:r==="string"?(n=ca(t))?(t=n,xu):Zv:t instanceof ca?xu:t instanceof Date?Nl:Wv(t)?Jv:Array.isArray(t)?Yv:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?Kv:Ot)(e,t)}function xp(e,t){return e=+e,t=+t,function(r){return Math.round(e*(1-r)+t*r)}}function eS(e){return function(){return e}}function tS(e){return+e}var Ou=[0,1];function mt(e){return e}function Gi(e,t){return(t-=e=+e)?function(r){return(r-e)/t}:eS(isNaN(t)?NaN:.5)}function rS(e,t){var r;return e>t&&(r=e,e=t,t=r),function(n){return Math.max(e,Math.min(t,n))}}function nS(e,t,r){var n=e[0],a=e[1],o=t[0],s=t[1];return a<n?(n=Gi(a,n),o=r(s,o)):(n=Gi(n,a),o=r(o,s)),function(i){return o(n(i))}}function aS(e,t,r){var n=Math.min(e.length,t.length)-1,a=new Array(n),o=new Array(n),s=-1;for(e[n]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++s<n;)a[s]=Gi(e[s],e[s+1]),o[s]=r(t[s],t[s+1]);return function(i){var l=gp(e,i,1,n)-1;return o[l](a[l](i))}}function hs(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function Fl(){var e=Ou,t=Ou,r=ds,n,a,o,s=mt,i,l,c;function u(){var h=Math.min(e.length,t.length);return s!==mt&&(s=rS(e[0],e[h-1])),i=h>2?aS:nS,l=c=null,d}function d(h){return h==null||isNaN(h=+h)?o:(l||(l=i(e.map(n),t,r)))(n(s(h)))}return d.invert=function(h){return s(a((c||(c=i(t,e.map(n),Ot)))(h)))},d.domain=function(h){return arguments.length?(e=Array.from(h,tS),u()):e.slice()},d.range=function(h){return arguments.length?(t=Array.from(h),u()):t.slice()},d.rangeRound=function(h){return t=Array.from(h),r=xp,u()},d.clamp=function(h){return arguments.length?(s=h?!0:mt,u()):s!==mt},d.interpolate=function(h){return arguments.length?(r=h,u()):r},d.unknown=function(h){return arguments.length?(o=h,d):o},function(h,p){return n=h,a=p,u()}}function Op(){return Fl()(mt,mt)}function oS(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function Eo(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 un(e){return e=Eo(Math.abs(e)),e?e[1]:NaN}function sS(e,t){return function(r,n){for(var a=r.length,o=[],s=0,i=e[0],l=0;a>0&&i>0&&(l+i+1>n&&(i=Math.max(1,n-l)),o.push(r.substring(a-=i,a+i)),!((l+=i+1)>n));)i=e[s=(s+1)%e.length];return o.reverse().join(t)}}function iS(e){return function(t){return t.replace(/[0-9]/g,function(r){return e[+r]})}}var lS=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function ua(e){if(!(t=lS.exec(e)))throw new Error("invalid format: "+e);var t;return new zl({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]})}ua.prototype=zl.prototype;function zl(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+""}zl.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 cS(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 wp;function uS(e,t){var r=Eo(e,t);if(!r)return e+"";var n=r[0],a=r[1],o=a-(wp=Math.max(-8,Math.min(8,Math.floor(a/3)))*3)+1,s=n.length;return o===s?n:o>s?n+new Array(o-s+1).join("0"):o>0?n.slice(0,o)+"."+n.slice(o):"0."+new Array(1-o).join("0")+Eo(e,Math.max(0,t+o-1))[0]}function wu(e,t){var r=Eo(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 Cu={"%":(e,t)=>(e*100).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:oS,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)=>wu(e*100,t),r:wu,s:uS,X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function Pu(e){return e}var Tu=Array.prototype.map,Au=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function dS(e){var t=e.grouping===void 0||e.thousands===void 0?Pu:sS(Tu.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+"",o=e.numerals===void 0?Pu:iS(Tu.call(e.numerals,String)),s=e.percent===void 0?"%":e.percent+"",i=e.minus===void 0?"−":e.minus+"",l=e.nan===void 0?"NaN":e.nan+"";function c(d){d=ua(d);var h=d.fill,p=d.align,f=d.sign,m=d.symbol,b=d.zero,x=d.width,_=d.comma,O=d.precision,C=d.trim,P=d.type;P==="n"?(_=!0,P="g"):Cu[P]||(O===void 0&&(O=12),C=!0,P="g"),(b||h==="0"&&p==="=")&&(b=!0,h="0",p="=");var w=m==="$"?r:m==="#"&&/[boxX]/.test(P)?"0"+P.toLowerCase():"",A=m==="$"?n:/[%p]/.test(P)?s:"",E=Cu[P],F=/[defgprs%]/.test(P);O=O===void 0?6:/[gprs]/.test(P)?Math.max(1,Math.min(21,O)):Math.max(0,Math.min(20,O));function y(T){var z=w,V=A,N,te,Z;if(P==="c")V=E(T)+V,T="";else{T=+T;var ae=T<0||1/T<0;if(T=isNaN(T)?l:E(Math.abs(T),O),C&&(T=cS(T)),ae&&+T==0&&f!=="+"&&(ae=!1),z=(ae?f==="("?f:i:f==="-"||f==="("?"":f)+z,V=(P==="s"?Au[8+wp/3]:"")+V+(ae&&f==="("?")":""),F){for(N=-1,te=T.length;++N<te;)if(Z=T.charCodeAt(N),48>Z||Z>57){V=(Z===46?a+T.slice(N+1):T.slice(N))+V,T=T.slice(0,N);break}}}_&&!b&&(T=t(T,1/0));var re=z.length+T.length+V.length,le=re<x?new Array(x-re+1).join(h):"";switch(_&&b&&(T=t(le+T,le.length?x-V.length:1/0),le=""),p){case"<":T=z+T+V+le;break;case"=":T=z+le+T+V;break;case"^":T=le.slice(0,re=le.length>>1)+z+T+V+le.slice(re);break;default:T=le+z+T+V;break}return o(T)}return y.toString=function(){return d+""},y}function u(d,h){var p=c((d=ua(d),d.type="f",d)),f=Math.max(-8,Math.min(8,Math.floor(un(h)/3)))*3,m=Math.pow(10,-f),b=Au[8+f/3];return function(x){return p(m*x)+b}}return{format:c,formatPrefix:u}}var Wa,Gl,Cp;hS({thousands:",",grouping:[3],currency:["$",""]});function hS(e){return Wa=dS(e),Gl=Wa.format,Cp=Wa.formatPrefix,Wa}function pS(e){return Math.max(0,-un(Math.abs(e)))}function mS(e,t){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(un(t)/3)))*3-un(Math.abs(e)))}function fS(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,un(t)-un(e))+1}function gS(e,t,r,n){var a=Ni(e,t,r),o;switch(n=ua(n??",f"),n.type){case"s":{var s=Math.max(Math.abs(e),Math.abs(t));return n.precision==null&&!isNaN(o=mS(a,s))&&(n.precision=o),Cp(n,s)}case"":case"e":case"g":case"p":case"r":{n.precision==null&&!isNaN(o=fS(a,Math.max(Math.abs(e),Math.abs(t))))&&(n.precision=o-(n.type==="e"));break}case"f":case"%":{n.precision==null&&!isNaN(o=pS(a))&&(n.precision=o-(n.type==="%")*2);break}}return Gl(n)}function Hl(e){var t=e.domain;return e.ticks=function(r){var n=t();return Di(n[0],n[n.length-1],r??10)},e.tickFormat=function(r,n){var a=t();return gS(a[0],a[a.length-1],r??10,n)},e.nice=function(r){r==null&&(r=10);var n=t(),a=0,o=n.length-1,s=n[a],i=n[o],l,c,u=10;for(i<s&&(c=s,s=i,i=c,c=a,a=o,o=c);u-- >0;){if(c=Bi(s,i,r),c===l)return n[a]=s,n[o]=i,t(n);if(c>0)s=Math.floor(s/c)*c,i=Math.ceil(i/c)*c;else if(c<0)s=Math.ceil(s*c)/c,i=Math.floor(i*c)/c;else break;l=c}return e},e}function Pp(){var e=Op();return e.copy=function(){return hs(e,Pp())},ur.apply(e,arguments),Hl(e)}function Tp(e,t){e=e.slice();var r=0,n=e.length-1,a=e[r],o=e[n],s;return o<a&&(s=r,r=n,n=s,s=a,a=o,o=s),e[r]=t.floor(a),e[n]=t.ceil(o),e}function Ru(e){return Math.log(e)}function _u(e){return Math.exp(e)}function yS(e){return-Math.log(-e)}function bS(e){return-Math.exp(-e)}function vS(e){return isFinite(e)?+("1e"+e):e<0?0:e}function SS(e){return e===10?vS:e===Math.E?Math.exp:t=>Math.pow(e,t)}function xS(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 Vu(e){return(t,r)=>-e(-t,r)}function OS(e){const t=e(Ru,_u),r=t.domain;let n=10,a,o;function s(){return a=xS(n),o=SS(n),r()[0]<0?(a=Vu(a),o=Vu(o),e(yS,bS)):e(Ru,_u),t}return t.base=function(i){return arguments.length?(n=+i,s()):n},t.domain=function(i){return arguments.length?(r(i),s()):r()},t.ticks=i=>{const l=r();let c=l[0],u=l[l.length-1];const d=u<c;d&&([c,u]=[u,c]);let h=a(c),p=a(u),f,m;const b=i==null?10:+i;let x=[];if(!(n%1)&&p-h<b){if(h=Math.floor(h),p=Math.ceil(p),c>0){for(;h<=p;++h)for(f=1;f<n;++f)if(m=h<0?f/o(-h):f*o(h),!(m<c)){if(m>u)break;x.push(m)}}else for(;h<=p;++h)for(f=n-1;f>=1;--f)if(m=h>0?f/o(-h):f*o(h),!(m<c)){if(m>u)break;x.push(m)}x.length*2<b&&(x=Di(c,u,b))}else x=Di(h,p,Math.min(p-h,b)).map(o);return d?x.reverse():x},t.tickFormat=(i,l)=>{if(i==null&&(i=10),l==null&&(l=n===10?"s":","),typeof l!="function"&&(!(n%1)&&(l=ua(l)).precision==null&&(l.trim=!0),l=Gl(l)),i===1/0)return l;const c=Math.max(1,n*i/t.ticks().length);return u=>{let d=u/o(Math.round(a(u)));return d*n<n-.5&&(d*=n),d<=c?l(u):""}},t.nice=()=>r(Tp(r(),{floor:i=>o(Math.floor(a(i))),ceil:i=>o(Math.ceil(a(i)))})),t}function Ap(){const e=OS(Fl()).domain([1,10]);return e.copy=()=>hs(e,Ap()).base(e.base()),ur.apply(e,arguments),e}function Eu(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}function wS(e){return e<0?-Math.sqrt(-e):Math.sqrt(e)}function CS(e){return e<0?-e*e:e*e}function PS(e){var t=e(mt,mt),r=1;function n(){return r===1?e(mt,mt):r===.5?e(wS,CS):e(Eu(r),Eu(1/r))}return t.exponent=function(a){return arguments.length?(r=+a,n()):r},Hl(t)}function ql(){var e=PS(Fl());return e.copy=function(){return hs(e,ql()).exponent(e.exponent())},ur.apply(e,arguments),e}function TS(){return ql.apply(null,arguments).exponent(.5)}function Rp(){var e=[.5],t=[0,1],r,n=1;function a(o){return o!=null&&o<=o?t[gp(e,o,0,n)]:r}return a.domain=function(o){return arguments.length?(e=Array.from(o),n=Math.min(e.length,t.length-1),a):e.slice()},a.range=function(o){return arguments.length?(t=Array.from(o),n=Math.min(e.length,t.length-1),a):t.slice()},a.invertExtent=function(o){var s=t.indexOf(o);return[e[s-1],e[s]]},a.unknown=function(o){return arguments.length?(r=o,a):r},a.copy=function(){return Rp().domain(e).range(t).unknown(r)},ur.apply(a,arguments)}const oi=new Date,si=new Date;function Fe(e,t,r,n){function a(o){return e(o=arguments.length===0?new Date:new Date(+o)),o}return a.floor=o=>(e(o=new Date(+o)),o),a.ceil=o=>(e(o=new Date(o-1)),t(o,1),e(o),o),a.round=o=>{const s=a(o),i=a.ceil(o);return o-s<i-o?s:i},a.offset=(o,s)=>(t(o=new Date(+o),s==null?1:Math.floor(s)),o),a.range=(o,s,i)=>{const l=[];if(o=a.ceil(o),i=i==null?1:Math.floor(i),!(o<s)||!(i>0))return l;let c;do l.push(c=new Date(+o)),t(o,i),e(o);while(c<o&&o<s);return l},a.filter=o=>Fe(s=>{if(s>=s)for(;e(s),!o(s);)s.setTime(s-1)},(s,i)=>{if(s>=s)if(i<0)for(;++i<=0;)for(;t(s,-1),!o(s););else for(;--i>=0;)for(;t(s,1),!o(s););}),r&&(a.count=(o,s)=>(oi.setTime(+o),si.setTime(+s),e(oi),e(si),Math.floor(r(oi,si))),a.every=o=>(o=Math.floor(o),!isFinite(o)||!(o>0)?null:o>1?a.filter(n?s=>n(s)%o===0:s=>a.count(0,s)%o===0):a)),a}const Io=Fe(()=>{},(e,t)=>{e.setTime(+e+t)},(e,t)=>t-e);Io.every=e=>(e=Math.floor(e),!isFinite(e)||!(e>0)?null:e>1?Fe(t=>{t.setTime(Math.floor(t/e)*e)},(t,r)=>{t.setTime(+t+r*e)},(t,r)=>(r-t)/e):Io);Io.range;const Lt=1e3,ft=Lt*60,Dt=ft*60,zt=Dt*24,Jl=zt*7,Iu=zt*30,ii=zt*365,gr=Fe(e=>{e.setTime(e-e.getMilliseconds())},(e,t)=>{e.setTime(+e+t*Lt)},(e,t)=>(t-e)/Lt,e=>e.getUTCSeconds());gr.range;const Wl=Fe(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*Lt)},(e,t)=>{e.setTime(+e+t*ft)},(e,t)=>(t-e)/ft,e=>e.getMinutes());Wl.range;const Yl=Fe(e=>{e.setUTCSeconds(0,0)},(e,t)=>{e.setTime(+e+t*ft)},(e,t)=>(t-e)/ft,e=>e.getUTCMinutes());Yl.range;const Kl=Fe(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*Lt-e.getMinutes()*ft)},(e,t)=>{e.setTime(+e+t*Dt)},(e,t)=>(t-e)/Dt,e=>e.getHours());Kl.range;const Ql=Fe(e=>{e.setUTCMinutes(0,0,0)},(e,t)=>{e.setTime(+e+t*Dt)},(e,t)=>(t-e)/Dt,e=>e.getUTCHours());Ql.range;const Ta=Fe(e=>e.setHours(0,0,0,0),(e,t)=>e.setDate(e.getDate()+t),(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*ft)/zt,e=>e.getDate()-1);Ta.range;const ps=Fe(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/zt,e=>e.getUTCDate()-1);ps.range;const _p=Fe(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/zt,e=>Math.floor(e/zt));_p.range;function Ar(e){return Fe(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())*ft)/Jl)}const ms=Ar(0),Mo=Ar(1),AS=Ar(2),RS=Ar(3),dn=Ar(4),_S=Ar(5),VS=Ar(6);ms.range;Mo.range;AS.range;RS.range;dn.range;_S.range;VS.range;function Rr(e){return Fe(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)/Jl)}const fs=Rr(0),$o=Rr(1),ES=Rr(2),IS=Rr(3),hn=Rr(4),MS=Rr(5),$S=Rr(6);fs.range;$o.range;ES.range;IS.range;hn.range;MS.range;$S.range;const Xl=Fe(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());Xl.range;const Zl=Fe(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());Zl.range;const Gt=Fe(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());Gt.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:Fe(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)});Gt.range;const Ht=Fe(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());Ht.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:Fe(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)});Ht.range;function Vp(e,t,r,n,a,o){const s=[[gr,1,Lt],[gr,5,5*Lt],[gr,15,15*Lt],[gr,30,30*Lt],[o,1,ft],[o,5,5*ft],[o,15,15*ft],[o,30,30*ft],[a,1,Dt],[a,3,3*Dt],[a,6,6*Dt],[a,12,12*Dt],[n,1,zt],[n,2,2*zt],[r,1,Jl],[t,1,Iu],[t,3,3*Iu],[e,1,ii]];function i(c,u,d){const h=u<c;h&&([c,u]=[u,c]);const p=d&&typeof d.range=="function"?d:l(c,u,d),f=p?p.range(c,+u+1):[];return h?f.reverse():f}function l(c,u,d){const h=Math.abs(u-c)/d,p=Ul(([,,b])=>b).right(s,h);if(p===s.length)return e.every(Ni(c/ii,u/ii,d));if(p===0)return Io.every(Math.max(Ni(c,u,d),1));const[f,m]=s[h/s[p-1][2]<s[p][2]/h?p-1:p];return f.every(m)}return[i,l]}const[jS,kS]=Vp(Ht,Zl,fs,_p,Ql,Yl),[US,LS]=Vp(Gt,Xl,ms,Ta,Kl,Wl);function li(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 ci(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 jn(e,t,r){return{y:e,m:t,d:r,H:0,M:0,S:0,L:0}}function DS(e){var t=e.dateTime,r=e.date,n=e.time,a=e.periods,o=e.days,s=e.shortDays,i=e.months,l=e.shortMonths,c=kn(a),u=Un(a),d=kn(o),h=Un(o),p=kn(s),f=Un(s),m=kn(i),b=Un(i),x=kn(l),_=Un(l),O={a:ae,A:re,b:le,B:q,c:null,d:Lu,e:Lu,f:l1,g:b1,G:S1,H:o1,I:s1,j:i1,L:Ep,m:c1,M:u1,p:X,q:he,Q:Nu,s:Fu,S:d1,u:h1,U:p1,V:m1,w:f1,W:g1,x:null,X:null,y:y1,Y:v1,Z:x1,"%":Bu},C={a:Pe,A:ze,b:xe,B:it,c:null,d:Du,e:Du,f:P1,g:j1,G:U1,H:O1,I:w1,j:C1,L:Mp,m:T1,M:A1,p:tt,q:ye,Q:Nu,s:Fu,S:R1,u:_1,U:V1,V:E1,w:I1,W:M1,x:null,X:null,y:$1,Y:k1,Z:L1,"%":Bu},P={a:y,A:T,b:z,B:V,c:N,d:ku,e:ku,f:t1,g:ju,G:$u,H:Uu,I:Uu,j:QS,L:e1,m:KS,M:XS,p:F,q:YS,Q:n1,s:a1,S:ZS,u:GS,U:HS,V:qS,w:zS,W:JS,x:te,X:Z,y:ju,Y:$u,Z:WS,"%":r1};O.x=w(r,O),O.X=w(n,O),O.c=w(t,O),C.x=w(r,C),C.X=w(n,C),C.c=w(t,C);function w(Q,oe){return function(ce){var W=[],be=-1,me=0,Je=Q.length,Ge,Ie,Qt;for(ce instanceof Date||(ce=new Date(+ce));++be<Je;)Q.charCodeAt(be)===37&&(W.push(Q.slice(me,be)),(Ie=Mu[Ge=Q.charAt(++be)])!=null?Ge=Q.charAt(++be):Ie=Ge==="e"?" ":"0",(Qt=oe[Ge])&&(Ge=Qt(ce,Ie)),W.push(Ge),me=be+1);return W.push(Q.slice(me,be)),W.join("")}}function A(Q,oe){return function(ce){var W=jn(1900,void 0,1),be=E(W,Q,ce+="",0),me,Je;if(be!=ce.length)return null;if("Q"in W)return new Date(W.Q);if("s"in W)return new Date(W.s*1e3+("L"in W?W.L:0));if(oe&&!("Z"in W)&&(W.Z=0),"p"in W&&(W.H=W.H%12+W.p*12),W.m===void 0&&(W.m="q"in W?W.q:0),"V"in W){if(W.V<1||W.V>53)return null;"w"in W||(W.w=1),"Z"in W?(me=ci(jn(W.y,0,1)),Je=me.getUTCDay(),me=Je>4||Je===0?$o.ceil(me):$o(me),me=ps.offset(me,(W.V-1)*7),W.y=me.getUTCFullYear(),W.m=me.getUTCMonth(),W.d=me.getUTCDate()+(W.w+6)%7):(me=li(jn(W.y,0,1)),Je=me.getDay(),me=Je>4||Je===0?Mo.ceil(me):Mo(me),me=Ta.offset(me,(W.V-1)*7),W.y=me.getFullYear(),W.m=me.getMonth(),W.d=me.getDate()+(W.w+6)%7)}else("W"in W||"U"in W)&&("w"in W||(W.w="u"in W?W.u%7:"W"in W?1:0),Je="Z"in W?ci(jn(W.y,0,1)).getUTCDay():li(jn(W.y,0,1)).getDay(),W.m=0,W.d="W"in W?(W.w+6)%7+W.W*7-(Je+5)%7:W.w+W.U*7-(Je+6)%7);return"Z"in W?(W.H+=W.Z/100|0,W.M+=W.Z%100,ci(W)):li(W)}}function E(Q,oe,ce,W){for(var be=0,me=oe.length,Je=ce.length,Ge,Ie;be<me;){if(W>=Je)return-1;if(Ge=oe.charCodeAt(be++),Ge===37){if(Ge=oe.charAt(be++),Ie=P[Ge in Mu?oe.charAt(be++):Ge],!Ie||(W=Ie(Q,ce,W))<0)return-1}else if(Ge!=ce.charCodeAt(W++))return-1}return W}function F(Q,oe,ce){var W=c.exec(oe.slice(ce));return W?(Q.p=u.get(W[0].toLowerCase()),ce+W[0].length):-1}function y(Q,oe,ce){var W=p.exec(oe.slice(ce));return W?(Q.w=f.get(W[0].toLowerCase()),ce+W[0].length):-1}function T(Q,oe,ce){var W=d.exec(oe.slice(ce));return W?(Q.w=h.get(W[0].toLowerCase()),ce+W[0].length):-1}function z(Q,oe,ce){var W=x.exec(oe.slice(ce));return W?(Q.m=_.get(W[0].toLowerCase()),ce+W[0].length):-1}function V(Q,oe,ce){var W=m.exec(oe.slice(ce));return W?(Q.m=b.get(W[0].toLowerCase()),ce+W[0].length):-1}function N(Q,oe,ce){return E(Q,t,oe,ce)}function te(Q,oe,ce){return E(Q,r,oe,ce)}function Z(Q,oe,ce){return E(Q,n,oe,ce)}function ae(Q){return s[Q.getDay()]}function re(Q){return o[Q.getDay()]}function le(Q){return l[Q.getMonth()]}function q(Q){return i[Q.getMonth()]}function X(Q){return a[+(Q.getHours()>=12)]}function he(Q){return 1+~~(Q.getMonth()/3)}function Pe(Q){return s[Q.getUTCDay()]}function ze(Q){return o[Q.getUTCDay()]}function xe(Q){return l[Q.getUTCMonth()]}function it(Q){return i[Q.getUTCMonth()]}function tt(Q){return a[+(Q.getUTCHours()>=12)]}function ye(Q){return 1+~~(Q.getUTCMonth()/3)}return{format:function(Q){var oe=w(Q+="",O);return oe.toString=function(){return Q},oe},parse:function(Q){var oe=A(Q+="",!1);return oe.toString=function(){return Q},oe},utcFormat:function(Q){var oe=w(Q+="",C);return oe.toString=function(){return Q},oe},utcParse:function(Q){var oe=A(Q+="",!0);return oe.toString=function(){return Q},oe}}}var Mu={"-":"",_:" ",0:"0"},qe=/^\s*\d+/,BS=/^%/,NS=/[\\^$*+?|[\]().{}]/g;function ge(e,t,r){var n=e<0?"-":"",a=(n?-e:e)+"",o=a.length;return n+(o<r?new Array(r-o+1).join(t)+a:a)}function FS(e){return e.replace(NS,"\\$&")}function kn(e){return new RegExp("^(?:"+e.map(FS).join("|")+")","i")}function Un(e){return new Map(e.map((t,r)=>[t.toLowerCase(),r]))}function zS(e,t,r){var n=qe.exec(t.slice(r,r+1));return n?(e.w=+n[0],r+n[0].length):-1}function GS(e,t,r){var n=qe.exec(t.slice(r,r+1));return n?(e.u=+n[0],r+n[0].length):-1}function HS(e,t,r){var n=qe.exec(t.slice(r,r+2));return n?(e.U=+n[0],r+n[0].length):-1}function qS(e,t,r){var n=qe.exec(t.slice(r,r+2));return n?(e.V=+n[0],r+n[0].length):-1}function JS(e,t,r){var n=qe.exec(t.slice(r,r+2));return n?(e.W=+n[0],r+n[0].length):-1}function $u(e,t,r){var n=qe.exec(t.slice(r,r+4));return n?(e.y=+n[0],r+n[0].length):-1}function ju(e,t,r){var n=qe.exec(t.slice(r,r+2));return n?(e.y=+n[0]+(+n[0]>68?1900:2e3),r+n[0].length):-1}function WS(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 YS(e,t,r){var n=qe.exec(t.slice(r,r+1));return n?(e.q=n[0]*3-3,r+n[0].length):-1}function KS(e,t,r){var n=qe.exec(t.slice(r,r+2));return n?(e.m=n[0]-1,r+n[0].length):-1}function ku(e,t,r){var n=qe.exec(t.slice(r,r+2));return n?(e.d=+n[0],r+n[0].length):-1}function QS(e,t,r){var n=qe.exec(t.slice(r,r+3));return n?(e.m=0,e.d=+n[0],r+n[0].length):-1}function Uu(e,t,r){var n=qe.exec(t.slice(r,r+2));return n?(e.H=+n[0],r+n[0].length):-1}function XS(e,t,r){var n=qe.exec(t.slice(r,r+2));return n?(e.M=+n[0],r+n[0].length):-1}function ZS(e,t,r){var n=qe.exec(t.slice(r,r+2));return n?(e.S=+n[0],r+n[0].length):-1}function e1(e,t,r){var n=qe.exec(t.slice(r,r+3));return n?(e.L=+n[0],r+n[0].length):-1}function t1(e,t,r){var n=qe.exec(t.slice(r,r+6));return n?(e.L=Math.floor(n[0]/1e3),r+n[0].length):-1}function r1(e,t,r){var n=BS.exec(t.slice(r,r+1));return n?r+n[0].length:-1}function n1(e,t,r){var n=qe.exec(t.slice(r));return n?(e.Q=+n[0],r+n[0].length):-1}function a1(e,t,r){var n=qe.exec(t.slice(r));return n?(e.s=+n[0],r+n[0].length):-1}function Lu(e,t){return ge(e.getDate(),t,2)}function o1(e,t){return ge(e.getHours(),t,2)}function s1(e,t){return ge(e.getHours()%12||12,t,2)}function i1(e,t){return ge(1+Ta.count(Gt(e),e),t,3)}function Ep(e,t){return ge(e.getMilliseconds(),t,3)}function l1(e,t){return Ep(e,t)+"000"}function c1(e,t){return ge(e.getMonth()+1,t,2)}function u1(e,t){return ge(e.getMinutes(),t,2)}function d1(e,t){return ge(e.getSeconds(),t,2)}function h1(e){var t=e.getDay();return t===0?7:t}function p1(e,t){return ge(ms.count(Gt(e)-1,e),t,2)}function Ip(e){var t=e.getDay();return t>=4||t===0?dn(e):dn.ceil(e)}function m1(e,t){return e=Ip(e),ge(dn.count(Gt(e),e)+(Gt(e).getDay()===4),t,2)}function f1(e){return e.getDay()}function g1(e,t){return ge(Mo.count(Gt(e)-1,e),t,2)}function y1(e,t){return ge(e.getFullYear()%100,t,2)}function b1(e,t){return e=Ip(e),ge(e.getFullYear()%100,t,2)}function v1(e,t){return ge(e.getFullYear()%1e4,t,4)}function S1(e,t){var r=e.getDay();return e=r>=4||r===0?dn(e):dn.ceil(e),ge(e.getFullYear()%1e4,t,4)}function x1(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+ge(t/60|0,"0",2)+ge(t%60,"0",2)}function Du(e,t){return ge(e.getUTCDate(),t,2)}function O1(e,t){return ge(e.getUTCHours(),t,2)}function w1(e,t){return ge(e.getUTCHours()%12||12,t,2)}function C1(e,t){return ge(1+ps.count(Ht(e),e),t,3)}function Mp(e,t){return ge(e.getUTCMilliseconds(),t,3)}function P1(e,t){return Mp(e,t)+"000"}function T1(e,t){return ge(e.getUTCMonth()+1,t,2)}function A1(e,t){return ge(e.getUTCMinutes(),t,2)}function R1(e,t){return ge(e.getUTCSeconds(),t,2)}function _1(e){var t=e.getUTCDay();return t===0?7:t}function V1(e,t){return ge(fs.count(Ht(e)-1,e),t,2)}function $p(e){var t=e.getUTCDay();return t>=4||t===0?hn(e):hn.ceil(e)}function E1(e,t){return e=$p(e),ge(hn.count(Ht(e),e)+(Ht(e).getUTCDay()===4),t,2)}function I1(e){return e.getUTCDay()}function M1(e,t){return ge($o.count(Ht(e)-1,e),t,2)}function $1(e,t){return ge(e.getUTCFullYear()%100,t,2)}function j1(e,t){return e=$p(e),ge(e.getUTCFullYear()%100,t,2)}function k1(e,t){return ge(e.getUTCFullYear()%1e4,t,4)}function U1(e,t){var r=e.getUTCDay();return e=r>=4||r===0?hn(e):hn.ceil(e),ge(e.getUTCFullYear()%1e4,t,4)}function L1(){return"+0000"}function Bu(){return"%"}function Nu(e){return+e}function Fu(e){return Math.floor(+e/1e3)}var Gr,jp,kp;D1({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 D1(e){return Gr=DS(e),jp=Gr.format,Gr.parse,kp=Gr.utcFormat,Gr.utcParse,Gr}function B1(e){return new Date(e)}function N1(e){return e instanceof Date?+e:+new Date(+e)}function ec(e,t,r,n,a,o,s,i,l,c){var u=Op(),d=u.invert,h=u.domain,p=c(".%L"),f=c(":%S"),m=c("%I:%M"),b=c("%I %p"),x=c("%a %d"),_=c("%b %d"),O=c("%B"),C=c("%Y");function P(w){return(l(w)<w?p:i(w)<w?f:s(w)<w?m:o(w)<w?b:n(w)<w?a(w)<w?x:_:r(w)<w?O:C)(w)}return u.invert=function(w){return new Date(d(w))},u.domain=function(w){return arguments.length?h(Array.from(w,N1)):h().map(B1)},u.ticks=function(w){var A=h();return e(A[0],A[A.length-1],w??10)},u.tickFormat=function(w,A){return A==null?P:c(A)},u.nice=function(w){var A=h();return(!w||typeof w.range!="function")&&(w=t(A[0],A[A.length-1],w??10)),w?h(Tp(A,w)):u},u.copy=function(){return hs(u,ec(e,t,r,n,a,o,s,i,l,c))},u}function Up(){return ur.apply(ec(US,LS,Gt,Xl,ms,Ta,Kl,Wl,gr,jp).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function F1(){return ur.apply(ec(jS,kS,Ht,Zl,fs,ps,Ql,Yl,gr,kp).domain([Date.UTC(2e3,0,1),Date.UTC(2e3,0,2)]),arguments)}function z1(){var e=0,t=1,r,n,a,o,s=mt,i=!1,l;function c(d){return d==null||isNaN(d=+d)?l:s(a===0?.5:(d=(o(d)-r)*a,i?Math.max(0,Math.min(1,d)):d))}c.domain=function(d){return arguments.length?([e,t]=d,r=o(e=+e),n=o(t=+t),a=r===n?0:1/(n-r),c):[e,t]},c.clamp=function(d){return arguments.length?(i=!!d,c):i},c.interpolator=function(d){return arguments.length?(s=d,c):s};function u(d){return function(h){var p,f;return arguments.length?([p,f]=h,s=d(p,f),c):[s(0),s(1)]}}return c.range=u(ds),c.rangeRound=u(xp),c.unknown=function(d){return arguments.length?(l=d,c):l},function(d){return o=d,r=d(e),n=d(t),a=r===n?0:1/(n-r),c}}function G1(e,t){return t.domain(e.domain()).interpolator(e.interpolator()).clamp(e.clamp()).unknown(e.unknown())}function Lp(){var e=Hl(z1()(mt));return e.copy=function(){return G1(e,Lp())},Vv.apply(e,arguments)}function H1(e,t){return function(n,a){return a.location==="tick"?a.scale.tickFormat(e)(n):a.location==="zoom-slider-tooltip"?t.tickFormat(2)(n):`${n}`}}function q1(e){return e.scaleType==="band"}function J1(e){return e.scaleType==="point"}function W1(e){return e.type==="piecewise"?Rp(e.thresholds,e.colors):Lp([e.min??0,e.max??100],e.color)}function jo(e){return e.values?Ro(e.values,e.colors).unknown(e.unknownColor??null):Ro(e.colors.map((t,r)=>r),e.colors).unknown(e.unknownColor??null)}function mo(e){return e.type==="ordinal"?jo(e):W1(e)}function Y1(e){const{tickMaxStep:t,tickMinStep:r,tickNumber:n,range:a,domain:o}=e,s=r===void 0?999:Math.floor(Math.abs(o[1]-o[0])/r),i=t===void 0?2:Math.ceil(Math.abs(o[1]-o[0])/t),l=n??Math.floor(Math.abs(a[1]-a[0])/50);return Math.min(s,Math.max(i,l))}function K1(e,t){return t[1]-t[0]===0?1:e/((t[1]-t[0])/100)}function Hi(e,t,r){switch(e){case"log":return Ap(t,r);case"pow":return ql(t,r);case"sqrt":return TS(t,r);case"time":return Up(t,r);case"utc":return F1(t,r);default:return Pp(t,r)}}const zu=e=>(e==null?void 0:e[0])instanceof Date;function Gu(e,t){const r=Up(e.data,t);return(n,{location:a})=>a==="tick"?r.tickFormat(e.tickNumber)(n):`${n.toLocaleString()}`}const ui=(e,t)=>{const r=e[1]-e[0],n=t[1]-t[0],a=e[0]-t[0]*r/n,o=e[1]+(100-t[1])*r/n;return[a,o]};let Hu,qu;class Q1{constructor(){if(this.types=new Set,Hu)throw new Error("You can only create one instance!");Hu=this.types}addType(t){this.types.add(t)}getTypes(){return this.types}}class X1{constructor(){if(this.types=new Set,qu)throw new Error("You can only create one instance!");qu=this.types}addType(t){this.types.add(t)}getTypes(){return this.types}}const gs=new Q1;gs.addType("bar");gs.addType("line");gs.addType("scatter");const Z1=new X1;Z1.addType("radar");function Dp(e){return gs.getTypes().has(e)}const ex=(e,t,r,n,a,o,s,i)=>{var f;const l=n==="x"?a[t].xExtremumGetter:a[t].yExtremumGetter,c=((f=s[t])==null?void 0:f.series)??{},[u,d]=(l==null?void 0:l({series:c,axis:r,axisIndex:o,isDefaultAxis:o===0,getFilters:i}))??[1/0,-1/0],[h,p]=e;return[Math.min(u,h),Math.max(d,p)]},Bp=(e,t,r,n,a,o)=>{const i=Object.keys(r).filter(Dp).reduce((l,c)=>ex(l,c,e,t,r,n,a,o),[1/0,-1/0]);return Number.isNaN(i[0])||Number.isNaN(i[1])?[1/0,-1/0]:i},tx=(e,t,r,n)=>{const a=new Set;return Object.keys(t).filter(Dp).forEach(s=>{var c,u,d;const i=((c=r[s])==null?void 0:c.series)??{},l=(d=(u=t[s]).axisTooltipGetter)==null?void 0:d.call(u,i);l!==void 0&&l.forEach(({axisId:h,direction:p})=>{p===e&&a.add(h??n)})}),a},rx=(e,t,r,n)=>{var a;if(e.domainLimit!==void 0)return e.domainLimit;if(t==="x")for(const o of((a=n.line)==null?void 0:a.seriesOrder)??[]){const s=n.line.series[o];if(s.xAxisId===e.id||s.xAxisId===void 0&&r===0)return"strict"}return"nice"};function nx(e,t,r){const n=t==="x"?[e.left,e.left+e.width]:[e.top+e.height,e.top];return r.reverse?[n[1],n[0]]:n}const ax=.2,ox=.1;function Np({drawingArea:e,formattedSeries:t,axis:r,seriesConfig:n,axisDirection:a,zoomMap:o,zoomOptions:s,getFilters:i,preferStrictDomainInLineCharts:l}){if(r===void 0)return{axis:{},axisIds:[]};const c=tx(a,n,t,r[0].id),u={};return r.forEach((d,h)=>{const p=d,f=s==null?void 0:s[p.id],m=o==null?void 0:o.get(p.id),b=m?[m.start,m.end]:[0,100],x=nx(e,a,p),[_,O]=Bp(p,a,n,h,t,m===void 0&&!f?i:void 0),C=!p.ignoreTooltip&&c.has(p.id),P=p.data??[];if(q1(p)){const ae=p.categoryGapRatio??ax,re=p.barGapRatio??ox,le=a==="y"?[x[1],x[0]]:x,q=ui(le,b);if(u[p.id]=Y({offset:0,height:0,categoryGapRatio:ae,barGapRatio:re,triggerTooltip:C},p,{data:P,scale:Ll(p.data,q).paddingInner(ae).paddingOuter(ae/2),tickNumber:p.data.length,colorScale:p.colorMap&&(p.colorMap.type==="ordinal"?jo(Y({values:p.data},p.colorMap)):mo(p.colorMap))}),zu(p.data)){const X=Gu(p,le);u[p.id].valueFormatter=p.valueFormatter??X}}if(J1(p)){const ae=a==="y"?[...x].reverse():x,re=ui(ae,b);if(u[p.id]=Y({offset:0,height:0,triggerTooltip:C},p,{data:P,scale:Ev(p.data,re),tickNumber:p.data.length,colorScale:p.colorMap&&(p.colorMap.type==="ordinal"?jo(Y({values:p.data},p.colorMap)):mo(p.colorMap))}),zu(p.data)){const le=Gu(p,ae);u[p.id].valueFormatter=p.valueFormatter??le}}if(p.scaleType==="band"||p.scaleType==="point")return;const w=p.scaleType??"linear",A=l?rx(p,a,h,t):p.domainLimit??"nice",E=[p.min??_,p.max??O];if(typeof A=="function"){const{min:ae,max:re}=A(_,O);E[0]=ae,E[1]=re}const F=Y1(Y({},p,{range:x,domain:E})),y=K1(F,b),T=ui(x,b),z=Hi(w,E,T),V=A==="nice"?z.nice(F):z,[N,te]=V.domain(),Z=[p.min??N,p.max??te];u[p.id]=Y({offset:0,height:0,triggerTooltip:C},p,{data:P,scaleType:w,scale:V.domain(Z),tickNumber:y,colorScale:p.colorMap&&mo(p.colorMap),valueFormatter:p.valueFormatter??H1(y,Hi(w,x.map(ae=>z.invert(ae)),x))})}),{axis:u,axisIds:r.map(({id:d})=>d)}}function sx(e){return e!=null}function Fp({zoomMap:e,zoomOptions:t,seriesConfig:r,formattedSeries:n,direction:a}){return(o,s)=>{var b;const i=t[o.id];if(!i||i.filterMode!=="discard")return null;const l=e==null?void 0:e.get(o.id);if(l===void 0||l.start<=0&&l.end>=100)return null;let c=[];const u=o.scaleType;u==="point"||u==="band"?c=[0,(((b=o.data)==null?void 0:b.length)??1)-1]:c=Bp(o,a,r,s,n);let d,h;[d,h]=Hi(!u||u==="band"||u==="point"?"linear":u,c,[0,100]).nice().domain(),d=d instanceof Date?d.getTime():d,h=h instanceof Date?h.getTime():h;const f=d+l.start*(h-d)/100,m=d+l.end*(h-d)/100;return(x,_)=>{var C;const O=x[a]??((C=o.data)==null?void 0:C[_]);return O==null?!0:o.scaleType==="point"||o.scaleType==="band"||typeof O=="string"?_>=f&&_<=m:O>=f&&O<=m}}}const ix=e=>({currentAxisId:t,seriesXAxisId:r,seriesYAxisId:n,isDefaultAxis:a})=>(o,s)=>{var c,u;return!(t===r?n:r)||a?((u=(c=Object.values(e??{}))[0])==null?void 0:u.call(c,o,s))??!0:[n,r].filter(d=>d!==t).map(d=>e[d??""]).filter(sx).every(d=>d(o,s))},Ju=e=>(t=[])=>t.reduce((r,n)=>{const{zoom:a,id:o}=n,s=kl(a,o,e);return s&&(r[o]=s),r},{}),lx=e=>{const t=new Map;return e.forEach(r=>{t.set(r.axisId,r)}),t},zp=e=>e.zoom;pe([zp],e=>e==null?void 0:e.isInteracting);const ys=pe([zp],e=>(e==null?void 0:e.zoomData)&&lx(e==null?void 0:e.zoomData)),Aa=pe([bn,vn],(e,t)=>Y({},Ju("x")(e),Ju("y")(t)));pe([Aa,(e,t)=>t],(e,t)=>e[t]);const cx=pe([ys,Aa,us,wa],(e,t,r,n)=>e&&t&&Fp({zoomMap:e,zoomOptions:t,seriesConfig:r,formattedSeries:n,direction:"x"})),ux=pe([ys,Aa,us,wa],(e,t,r,n)=>e&&t&&Fp({zoomMap:e,zoomOptions:t,seriesConfig:r,formattedSeries:n,direction:"y"})),Gp=pe([cx,ux,bn,vn],(e,t,r,n)=>{if(e===void 0||t===void 0)return;const a=r==null?void 0:r.reduce((s,i,l)=>{const c=e(i,l);return c!==null&&(s[i.id]=c),s},{}),o=n==null?void 0:n.reduce((s,i,l)=>{const c=t(i,l);return c!==null&&(s[i.id]=c),s},{});if(!(Object.keys(a??{}).length===0&&Object.keys(o??{}).length===0))return ix(Y({},a,o))}),_r=pe([bn,Oa,wa,us,ys,Aa,Gp,sp],(e,t,r,n,a,o,s,i)=>Np({drawingArea:t,formattedSeries:r,axis:e,seriesConfig:n,axisDirection:"x",zoomMap:a,zoomOptions:o,getFilters:s,preferStrictDomainInLineCharts:i})),Vr=pe([vn,Oa,wa,us,ys,Aa,Gp,sp],(e,t,r,n,a,o,s,i)=>Np({drawingArea:t,formattedSeries:r,axis:e,seriesConfig:n,axisDirection:"y",zoomMap:a,zoomOptions:o,getFilters:s,preferStrictDomainInLineCharts:i}));pe([_r,Vr,(e,t)=>t],(e,t,r)=>(e==null?void 0:e.axis[r])??(t==null?void 0:t.axis[r]));pe([bn,vn,(e,t)=>t],(e,t,r)=>{const n=(e==null?void 0:e.find(a=>a.id===r))??(t==null?void 0:t.find(a=>a.id===r))??null;if(n)return n});function Hp(e){return e.bandwidth!==void 0}function Hr(e){return e instanceof Date?e.getTime():e}function pn(e,t){const{scale:r,data:n,reverse:a}=e;if(!Hp(r)){const s=r.invert(t);if(n===void 0)return-1;const i=Hr(s);return n==null?void 0:n.findIndex((c,u)=>{const d=Hr(c);return d>i&&(u===0||Math.abs(i-d)<=Math.abs(i-Hr(n[u-1])))||d<=i&&(u===n.length-1||Math.abs(Hr(s)-d)<Math.abs(Hr(s)-Hr(n[u+1])))})}const o=r.bandwidth()===0?Math.floor((t-Math.min(...r.range())+r.step()/2)/r.step()):Math.floor((t-Math.min(...r.range()))/r.step());return o<0||o>=n.length?-1:a?n.length-1-o:o}function Wu(e,t,r){const{scale:n,data:a}=e;if(!Hp(n)){const o=n.invert(t);return r<0?o:a[r]}return r<0||r>=a.length?null:a[r]}function Yu(e,t){const r=e.createSVGPoint();return r.x=t.clientX,r.y=t.clientY,r.matrixTransform(e.getScreenCTM().inverse())}function en(e){const t=B.useRef(e);return Nt(()=>{t.current=e}),B.useRef((...r)=>(0,t.current)(...r)).current}const dx=Object.is;function qp(e,t){if(e===t)return!0;if(!(e instanceof Object)||!(t instanceof Object))return!1;let r=0,n=0;for(const a in e)if(r+=1,!dx(e[a],t[a])||!(a in t))return!1;for(const a in t)n+=1;return r===n}const tc=({store:e})=>{const t=en(function(){e.update(s=>Y({},s,{interaction:{pointer:null,item:null}}))}),r=en(function(s){e.update(i=>{const l=i.interaction.item;return s?l===null||Object.keys(s).some(c=>s[c]!==l[c])?i:Y({},i,{interaction:Y({},i.interaction,{item:null})}):l===null?i:Y({},i,{interaction:Y({},i.interaction,{item:null})})})}),n=en(function(s){e.update(i=>qp(i.interaction.item,s)?i:Y({},i,{interaction:Y({},i.interaction,{item:s})}))}),a=en(function(s){e.update(i=>Y({},i,{interaction:Y({},i.interaction,{pointer:s})}))});return{instance:{cleanInteraction:t,setItemInteraction:n,removeItemInteraction:r,setPointerCoordinate:a}}};tc.getInitialState=()=>({interaction:{item:null,pointer:null}});tc.params={};const rc=e=>e.interaction,hx=pe([rc],e=>e!==void 0),px=pe([rc],e=>(e==null?void 0:e.item)??null),Jp=pe([rc],e=>(e==null?void 0:e.pointer)??null),bs=pe([Jp],e=>e&&e.x),vs=pe([Jp],e=>e&&e.y);pe([px],e=>e!==null);function ea(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;if(Array.isArray(e)){const a=e.length;if(a!==t.length)return!1;for(let o=0;o<a;o+=1)if(!ea(e[o],t[o]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;const a=Array.from(e.entries());for(let o=0;o<a.length;o+=1)if(!t.has(a[o][0]))return!1;for(let o=0;o<a.length;o+=1){const s=a[o];if(!ea(s[1],t.get(s[0])))return!1}return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;const a=Array.from(e.entries());for(let o=0;o<a.length;o+=1)if(!t.has(a[o][0]))return!1;return!0}if(ArrayBuffer.isView(e)&&ArrayBuffer.isView(t)){const a=e.length;if(a!==t.length)return!1;for(let o=0;o<a;o+=1)if(e[o]!==t[o])return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();const r=Object.keys(e),n=r.length;if(n!==Object.keys(t).length)return!1;for(let a=0;a<n;a+=1)if(!Object.prototype.hasOwnProperty.call(t,r[a]))return!1;for(let a=0;a<n;a+=1){const o=r[a];if(!ea(e[o],t[o]))return!1}return!0}return e!==e&&t!==t}const Ss=(e,t)=>t;function qi(e,t,r=t.axisIds[0]){return Array.isArray(r)?r.map(n=>pn(t.axis[n],e)):pn(t.axis[r],e)}const Wp=(e,t,r)=>{if(e===null)return null;const n=qi(e,t,r);return n===-1?null:n},mx=pe([bs,_r,Ss],Wp),fx=pe([vs,Vr,Ss],Wp),gx=pe([bs,vs,_r,Vr],(e,t,r,n)=>[...e===null?[]:r.axisIds.map(a=>({axisId:a,dataIndex:qi(e,r,a)})),...t===null?[]:n.axisIds.map(a=>({axisId:a,dataIndex:qi(t,n,a)}))].filter(a=>a.dataIndex!==null&&a.dataIndex>=0));function Yp(e,t,r,n=t.axisIds[0]){return Array.isArray(n)?n.map((a,o)=>Wu(t.axis[a],e,r[o])):Wu(t.axis[n],e,r)}pe([bs,_r,mx,Ss],(e,t,r,n)=>e===null||r===null||t.axisIds.length===0?null:Yp(e,t,r,n));pe([vs,Vr,fx,Ss],(e,t,r,n)=>e===null||r===null||t.axisIds.length===0?null:Yp(e,t,r,n));const yx=pe([bs,_r],(e,t)=>e===null?[]:t.axisIds.filter(r=>t.axis[r].triggerTooltip).map(r=>({axisId:r,dataIndex:pn(t.axis[r],e)})).filter(({dataIndex:r})=>r>=0),{memoizeOptions:{resultEqualityCheck:ea}}),bx=pe([vs,Vr],(e,t)=>e===null?[]:t.axisIds.filter(r=>t.axis[r].triggerTooltip).map(r=>({axisId:r,dataIndex:pn(t.axis[r],e)})).filter(({dataIndex:r})=>r>=0),{memoizeOptions:{resultEqualityCheck:ea}});pe([yx,bx],(e,t)=>e.length>0||t.length>0);const Ku={};function vx(e,t){const r=B.useRef(Ku);return r.current===Ku&&(r.current=e(t)),r}const Sx=()=>{};function xx(e,t,r,n){const a=vx(Ox,{store:e,selector:t,skip:n}).current;a.effect=r,B.useEffect(a.onMount(n),[n])}function Ox(e){const{store:t,selector:r,skip:n}=e;let a=!1,o;const s=()=>{i.dispose??(i.dispose=t.subscribe(l=>{const c=r(l);i.effect(o,c),o=c}))},i={effect:Sx,dispose:null,onMount:l=>()=>{if(!l)return a||(a=!0,o=r(t.value)),s(),()=>{var c;(c=i.dispose)==null||c.call(i),i.dispose=null}}};return n||(a=!0,o=r(t.value),s()),i}const xs=({params:e,store:t,seriesConfig:r,svgRef:n,instance:a})=>{const{xAxis:o,yAxis:s,dataset:i,onHighlightedAxisChange:l}=e;if(process.env.NODE_ENV!=="production"){const O=[...o??[],...s??[]].filter(P=>P.id).map(P=>P.id),C=new Set(O.filter((P,w)=>O.indexOf(P)!==w));C.size>0&&sa([`MUI X Charts: The following axis ids are duplicated: ${Array.from(C).join(", ")}.`,"Please make sure that each axis has a unique id."].join(`
116
- `),"error")}const c=at(t,Oa),u=at(t,wa),d=at(t,hx),{axis:h,axisIds:p}=at(t,_r),{axis:f,axisIds:m}=at(t,Vr);dp({warningPrefix:"MUI X Charts",componentName:"Chart",propName:"highlightedAxis",controlled:e.highlightedAxis,defaultValue:void 0}),Nt(()=>{e.highlightedAxis!==void 0&&t.update(O=>O.controlledCartesianAxisHighlight===e.highlightedAxis?O:Y({},O,{controlledCartesianAxisHighlight:e.highlightedAxis}))},[t,e.highlightedAxis]);const b=B.useRef(!0);B.useEffect(()=>{if(b.current){b.current=!1;return}t.update(O=>Y({},O,{cartesianAxis:Y({},O.cartesianAxis,{x:mp(o,i),y:fp(s,i)})}))},[r,c,o,s,i,t]);const x=p[0],_=m[0];return xx(t,gx,(O,C)=>{if(!Object.is(O,C)){if(O.length!==C.length){l(C);return}O!=null&&O.some(({axisId:P,dataIndex:w},A)=>C[A].axisId!==P||C[A].dataIndex!==w)&&l(C)}},!l),B.useEffect(()=>{const O=n.current;if(!d||!O||e.disableAxisListener)return()=>{};const C=a.addInteractionListener("moveEnd",T=>{var z;T.detail.activeGestures.pan||(z=a.cleanInteraction)==null||z.call(a)}),P=a.addInteractionListener("panEnd",T=>{var z;T.detail.activeGestures.move||(z=a.cleanInteraction)==null||z.call(a)}),w=a.addInteractionListener("quickPressEnd",T=>{var z;!T.detail.activeGestures.move&&!T.detail.activeGestures.pan&&((z=a.cleanInteraction)==null||z.call(a))}),A=T=>{var te,Z;const z=T.detail.srcEvent,V=T.detail.target,N=Yu(O,z);if(T.detail.srcEvent.buttons>=1&&(V!=null&&V.hasPointerCapture(T.detail.srcEvent.pointerId))&&!(V!=null&&V.closest("[data-charts-zoom-slider]"))&&(V==null||V.releasePointerCapture(T.detail.srcEvent.pointerId)),!a.isPointInside(N.x,N.y,V)){(te=a.cleanInteraction)==null||te.call(a);return}(Z=a.setPointerCoordinate)==null||Z.call(a,N)},E=a.addInteractionListener("move",A),F=a.addInteractionListener("pan",A),y=a.addInteractionListener("quickPress",A);return()=>{E.cleanup(),C.cleanup(),F.cleanup(),P.cleanup(),y.cleanup(),w.cleanup()}},[n,t,h,x,f,_,a,e.disableAxisListener,d]),B.useEffect(()=>{const O=n.current,C=e.onAxisClick;if(O===null||!C)return()=>{};const P=a.addInteractionListener("tap",w=>{let A=null,E=!1;const F=Yu(O,w.detail.srcEvent),y=pn(h[x],F.x);E=y!==-1,A=E?y:pn(f[_],F.y);const T=E?p[0]:m[0];if(A==null||A===-1)return;const z=(E?h:f)[T].data[A],V={};Object.keys(u).filter(N=>["bar","line"].includes(N)).forEach(N=>{var te;(te=u[N])==null||te.seriesOrder.forEach(Z=>{const ae=u[N].series[Z],re=ae.xAxisId,le=ae.yAxisId,q=E?re:le;(q===void 0||q===T)&&(V[Z]=ae.data[A])})}),C(w.detail.srcEvent,{dataIndex:A,axisValue:z,seriesValues:V})});return()=>{P.cleanup()}},[e.onAxisClick,u,n,h,p,f,m,x,_,a]),{}};xs.params={xAxis:!0,yAxis:!0,dataset:!0,onAxisClick:!0,disableAxisListener:!0,onHighlightedAxisChange:!0,highlightedAxis:!0};xs.getDefaultizedParams=({params:e})=>Y({},e,{colors:e.colors??ip,theme:e.theme??"light",defaultizedXAxis:mp(e.xAxis,e.dataset),defaultizedYAxis:fp(e.yAxis,e.dataset)});xs.getInitialState=e=>Y({cartesianAxis:{x:e.defaultizedXAxis,y:e.defaultizedYAxis}},e.highlightedAxis===void 0?{}:{controlledCartesianAxisHighlight:e.highlightedAxis});function Qu(e,t){return e.id!==void 0?e:Y({id:t},e)}function Xu(e){return e.colorMap?Y({},e,{colorScale:e.colorMap.type==="ordinal"&&e.data?jo(Y({values:e.data},e.colorMap)):mo(e.colorMap.type==="continuous"?Y({min:e.min,max:e.max},e.colorMap):e.colorMap)}):e}function Kp(e,t){if(!e||e.length===0)return{axis:{},axisIds:[]};const r={},n=[];return e.forEach((a,o)=>{const s=a.dataKey,i=a.id??`defaultized-z-axis-${o}`;if(s===void 0||a.data!==void 0){r[i]=Xu(Qu(a,i)),n.push(i);return}if(t===void 0)throw new Error("MUI X Charts: z-axis uses `dataKey` but no `dataset` is provided.");r[i]=Xu(Qu(Y({},a,{data:t.map(l=>l[s])}),i)),n.push(i)}),{axis:r,axisIds:n}}const nc=({params:e,store:t})=>{const{zAxis:r,dataset:n}=e,a=B.useRef(!0);return B.useEffect(()=>{if(a.current){a.current=!1;return}t.update(o=>Y({},o,{zAxis:Kp(r,n)}))},[r,n,t]),{}};nc.params={zAxis:!0,dataset:!0};nc.getInitialState=e=>({zAxis:Kp(e.zAxis,e.dataset)});const wx=e=>e,Cx=pe([wx],e=>e.zAxis),Os=({store:e,params:t})=>{dp({warningPrefix:"MUI X Charts",componentName:"Chart",propName:"highlightedItem",controlled:t.highlightedItem,defaultValue:null}),Nt(()=>{e.update(a=>a.highlight.item===t.highlightedItem?a:Y({},a,{highlight:Y({},a.highlight,{item:t.highlightedItem})}))},[e,t.highlightedItem]);const r=en(()=>{var a;(a=t.onHighlightChange)==null||a.call(t,null),e.update(o=>Y({},o,{highlight:{item:null}}))}),n=en(a=>{var s;const o=e.getSnapshot().highlight.item;qp(o,a)||((s=t.onHighlightChange)==null||s.call(t,a),e.update(i=>Y({},i,{highlight:{item:a}})))});return{instance:{clearHighlight:r,setHighlight:n}}};Os.getDefaultizedParams=({params:e})=>Y({},e,{highlightedItem:e.highlightedItem??null});Os.getInitialState=e=>({highlight:{item:e.highlightedItem}});Os.params={highlightedItem:!0,onHighlightChange:!0};const Zu=(e,t)=>t==="x"?{x:e,y:null}:{x:null,y:e},Qp=e=>{var l;const{axis:t,getFilters:r,isDefaultAxis:n}=e,a=r==null?void 0:r({currentAxisId:t.id,isDefaultAxis:n}),o=a?(l=t.data)==null?void 0:l.filter((c,u)=>a({x:null,y:null},u)):t.data,s=Math.min(...o??[]),i=Math.max(...o??[]);return[s,i]},Xp=e=>t=>{const{series:r,axis:n,getFilters:a,isDefaultAxis:o}=t;return Object.keys(r).filter(s=>{const i=e==="x"?r[s].xAxisId:r[s].yAxisId;return i===n.id||o&&i===void 0}).reduce((s,i)=>{const{stackedData:l}=r[i],c=a==null?void 0:a({currentAxisId:n.id,isDefaultAxis:o,seriesXAxisId:r[i].xAxisId,seriesYAxisId:r[i].yAxisId}),[u,d]=(l==null?void 0:l.reduce((h,p,f)=>c&&(!c(Zu(p[0],e),f)||!c(Zu(p[1],e),f))?h:[Math.min(...p,h[0]),Math.max(...p,h[1])],[1/0,-1/0]))??[1/0,-1/0];return[Math.min(u,s[0]),Math.max(d,s[1])]},[1/0,-1/0])},Px=e=>Object.keys(e.series).some(r=>e.series[r].layout==="horizontal")?Xp("x")(e):Qp(e),Tx=e=>Object.keys(e.series).some(r=>e.series[r].layout==="horizontal")?Qp(e):Xp("y")(e);function Ne(e){return function(){return e}}const ed=Math.abs,Ke=Math.atan2,dr=Math.cos,Ax=Math.max,di=Math.min,Tt=Math.sin,tn=Math.sqrt,nt=1e-12,da=Math.PI,ko=da/2,fo=2*da;function Rx(e){return e>1?0:e<-1?da:Math.acos(e)}function td(e){return e>=1?ko:e<=-1?-ko:Math.asin(e)}const Ji=Math.PI,Wi=2*Ji,pr=1e-6,_x=Wi-pr;function Zp(e){this._+=e[0];for(let t=1,r=e.length;t<r;++t)this._+=arguments[t]+e[t]}function Vx(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return Zp;const r=10**t;return function(n){this._+=n[0];for(let a=1,o=n.length;a<o;++a)this._+=Math.round(arguments[a]*r)/r+n[a]}}class Ex{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=t==null?Zp:Vx(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,o,s){this._append`C${+t},${+r},${+n},${+a},${this._x1=+o},${this._y1=+s}`}arcTo(t,r,n,a,o){if(t=+t,r=+r,n=+n,a=+a,o=+o,o<0)throw new Error(`negative radius: ${o}`);let s=this._x1,i=this._y1,l=n-t,c=a-r,u=s-t,d=i-r,h=u*u+d*d;if(this._x1===null)this._append`M${this._x1=t},${this._y1=r}`;else if(h>pr)if(!(Math.abs(d*l-c*u)>pr)||!o)this._append`L${this._x1=t},${this._y1=r}`;else{let p=n-s,f=a-i,m=l*l+c*c,b=p*p+f*f,x=Math.sqrt(m),_=Math.sqrt(h),O=o*Math.tan((Ji-Math.acos((m+h-b)/(2*x*_)))/2),C=O/_,P=O/x;Math.abs(C-1)>pr&&this._append`L${t+C*u},${r+C*d}`,this._append`A${o},${o},0,0,${+(d*p>u*f)},${this._x1=t+P*l},${this._y1=r+P*c}`}}arc(t,r,n,a,o,s){if(t=+t,r=+r,n=+n,s=!!s,n<0)throw new Error(`negative radius: ${n}`);let i=n*Math.cos(a),l=n*Math.sin(a),c=t+i,u=r+l,d=1^s,h=s?a-o:o-a;this._x1===null?this._append`M${c},${u}`:(Math.abs(this._x1-c)>pr||Math.abs(this._y1-u)>pr)&&this._append`L${c},${u}`,n&&(h<0&&(h=h%Wi+Wi),h>_x?this._append`A${n},${n},0,1,${d},${t-i},${r-l}A${n},${n},0,1,${d},${this._x1=c},${this._y1=u}`:h>pr&&this._append`A${n},${n},0,${+(h>=Ji)},${d},${this._x1=t+n*Math.cos(o)},${this._y1=r+n*Math.sin(o)}`)}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 Ix(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 Ex(t)}function Mx(e){return e.innerRadius}function $x(e){return e.outerRadius}function jx(e){return e.startAngle}function kx(e){return e.endAngle}function Ux(e){return e&&e.padAngle}function Lx(e,t,r,n,a,o,s,i){var l=r-e,c=n-t,u=s-a,d=i-o,h=d*l-u*c;if(!(h*h<nt))return h=(u*(t-o)-d*(e-a))/h,[e+h*l,t+h*c]}function Ya(e,t,r,n,a,o,s){var i=e-r,l=t-n,c=(s?o:-o)/tn(i*i+l*l),u=c*l,d=-c*i,h=e+u,p=t+d,f=r+u,m=n+d,b=(h+f)/2,x=(p+m)/2,_=f-h,O=m-p,C=_*_+O*O,P=a-o,w=h*m-f*p,A=(O<0?-1:1)*tn(Ax(0,P*P*C-w*w)),E=(w*O-_*A)/C,F=(-w*_-O*A)/C,y=(w*O+_*A)/C,T=(-w*_+O*A)/C,z=E-b,V=F-x,N=y-b,te=T-x;return z*z+V*V>N*N+te*te&&(E=y,F=T),{cx:E,cy:F,x01:-u,y01:-d,x11:E*(a/P-1),y11:F*(a/P-1)}}function em(){var e=Mx,t=$x,r=Ne(0),n=null,a=jx,o=kx,s=Ux,i=null,l=Ix(c);function c(){var u,d,h=+e.apply(this,arguments),p=+t.apply(this,arguments),f=a.apply(this,arguments)-ko,m=o.apply(this,arguments)-ko,b=ed(m-f),x=m>f;if(i||(i=u=l()),p<h&&(d=p,p=h,h=d),!(p>nt))i.moveTo(0,0);else if(b>fo-nt)i.moveTo(p*dr(f),p*Tt(f)),i.arc(0,0,p,f,m,!x),h>nt&&(i.moveTo(h*dr(m),h*Tt(m)),i.arc(0,0,h,m,f,x));else{var _=f,O=m,C=f,P=m,w=b,A=b,E=s.apply(this,arguments)/2,F=E>nt&&(n?+n.apply(this,arguments):tn(h*h+p*p)),y=di(ed(p-h)/2,+r.apply(this,arguments)),T=y,z=y,V,N;if(F>nt){var te=td(F/h*Tt(E)),Z=td(F/p*Tt(E));(w-=te*2)>nt?(te*=x?1:-1,C+=te,P-=te):(w=0,C=P=(f+m)/2),(A-=Z*2)>nt?(Z*=x?1:-1,_+=Z,O-=Z):(A=0,_=O=(f+m)/2)}var ae=p*dr(_),re=p*Tt(_),le=h*dr(P),q=h*Tt(P);if(y>nt){var X=p*dr(O),he=p*Tt(O),Pe=h*dr(C),ze=h*Tt(C),xe;if(b<da)if(xe=Lx(ae,re,Pe,ze,X,he,le,q)){var it=ae-xe[0],tt=re-xe[1],ye=X-xe[0],Q=he-xe[1],oe=1/Tt(Rx((it*ye+tt*Q)/(tn(it*it+tt*tt)*tn(ye*ye+Q*Q)))/2),ce=tn(xe[0]*xe[0]+xe[1]*xe[1]);T=di(y,(h-ce)/(oe-1)),z=di(y,(p-ce)/(oe+1))}else T=z=0}A>nt?z>nt?(V=Ya(Pe,ze,ae,re,p,z,x),N=Ya(X,he,le,q,p,z,x),i.moveTo(V.cx+V.x01,V.cy+V.y01),z<y?i.arc(V.cx,V.cy,z,Ke(V.y01,V.x01),Ke(N.y01,N.x01),!x):(i.arc(V.cx,V.cy,z,Ke(V.y01,V.x01),Ke(V.y11,V.x11),!x),i.arc(0,0,p,Ke(V.cy+V.y11,V.cx+V.x11),Ke(N.cy+N.y11,N.cx+N.x11),!x),i.arc(N.cx,N.cy,z,Ke(N.y11,N.x11),Ke(N.y01,N.x01),!x))):(i.moveTo(ae,re),i.arc(0,0,p,_,O,!x)):i.moveTo(ae,re),!(h>nt)||!(w>nt)?i.lineTo(le,q):T>nt?(V=Ya(le,q,X,he,h,-T,x),N=Ya(ae,re,Pe,ze,h,-T,x),i.lineTo(V.cx+V.x01,V.cy+V.y01),T<y?i.arc(V.cx,V.cy,T,Ke(V.y01,V.x01),Ke(N.y01,N.x01),!x):(i.arc(V.cx,V.cy,T,Ke(V.y01,V.x01),Ke(V.y11,V.x11),!x),i.arc(0,0,h,Ke(V.cy+V.y11,V.cx+V.x11),Ke(N.cy+N.y11,N.cx+N.x11),x),i.arc(N.cx,N.cy,T,Ke(N.y11,N.x11),Ke(N.y01,N.x01),!x))):i.arc(0,0,h,P,C,x)}if(i.closePath(),u)return i=null,u+""||null}return c.centroid=function(){var u=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,d=(+a.apply(this,arguments)+ +o.apply(this,arguments))/2-da/2;return[dr(d)*u,Tt(d)*u]},c.innerRadius=function(u){return arguments.length?(e=typeof u=="function"?u:Ne(+u),c):e},c.outerRadius=function(u){return arguments.length?(t=typeof u=="function"?u:Ne(+u),c):t},c.cornerRadius=function(u){return arguments.length?(r=typeof u=="function"?u:Ne(+u),c):r},c.padRadius=function(u){return arguments.length?(n=u==null?null:typeof u=="function"?u:Ne(+u),c):n},c.startAngle=function(u){return arguments.length?(a=typeof u=="function"?u:Ne(+u),c):a},c.endAngle=function(u){return arguments.length?(o=typeof u=="function"?u:Ne(+u),c):o},c.padAngle=function(u){return arguments.length?(s=typeof u=="function"?u:Ne(+u),c):s},c.context=function(u){return arguments.length?(i=u??null,c):i},c}function tm(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function Dx(e,t){return t<e?-1:t>e?1:t>=e?0:NaN}function Bx(e){return e}function Nx(){var e=Bx,t=Dx,r=null,n=Ne(0),a=Ne(fo),o=Ne(0);function s(i){var l,c=(i=tm(i)).length,u,d,h=0,p=new Array(c),f=new Array(c),m=+n.apply(this,arguments),b=Math.min(fo,Math.max(-fo,a.apply(this,arguments)-m)),x,_=Math.min(Math.abs(b)/c,o.apply(this,arguments)),O=_*(b<0?-1:1),C;for(l=0;l<c;++l)(C=f[p[l]=l]=+e(i[l],l,i))>0&&(h+=C);for(t!=null?p.sort(function(P,w){return t(f[P],f[w])}):r!=null&&p.sort(function(P,w){return r(i[P],i[w])}),l=0,d=h?(b-c*O)/h:0;l<c;++l,m=x)u=p[l],C=f[u],x=m+(C>0?C*d:0)+O,f[u]={data:i[u],index:l,value:C,startAngle:m,endAngle:x,padAngle:_};return f}return s.value=function(i){return arguments.length?(e=typeof i=="function"?i:Ne(+i),s):e},s.sortValues=function(i){return arguments.length?(t=i,r=null,s):t},s.sort=function(i){return arguments.length?(r=i,t=null,s):r},s.startAngle=function(i){return arguments.length?(n=typeof i=="function"?i:Ne(+i),s):n},s.endAngle=function(i){return arguments.length?(a=typeof i=="function"?i:Ne(+i),s):a},s.padAngle=function(i){return arguments.length?(o=typeof i=="function"?i:Ne(+i),s):o},s}function mn(e,t){if((s=e.length)>1)for(var r=1,n,a,o=e[t[0]],s,i=o.length;r<s;++r)for(a=o,o=e[t[r]],n=0;n<i;++n)o[n][1]+=o[n][0]=isNaN(a[n][1])?a[n][0]:a[n][1]}function fn(e){for(var t=e.length,r=new Array(t);--t>=0;)r[t]=t;return r}function Fx(e,t){return e[t]}function zx(e){const t=[];return t.key=e,t}function rm(){var e=Ne([]),t=fn,r=mn,n=Fx;function a(o){var s=Array.from(e.apply(this,arguments),zx),i,l=s.length,c=-1,u;for(const d of o)for(i=0,++c;i<l;++i)(s[i][c]=[0,+n(d,s[i].key,c,o)]).data=d;for(i=0,u=tm(t(s));i<l;++i)s[u[i]].index=i;return r(s,u),s}return a.keys=function(o){return arguments.length?(e=typeof o=="function"?o:Ne(Array.from(o)),a):e},a.value=function(o){return arguments.length?(n=typeof o=="function"?o:Ne(+o),a):n},a.order=function(o){return arguments.length?(t=o==null?fn:typeof o=="function"?o:Ne(Array.from(o)),a):t},a.offset=function(o){return arguments.length?(r=o??mn,a):r},a}function Gx(e,t){if((n=e.length)>0){for(var r,n,a=0,o=e[0].length,s;a<o;++a){for(s=r=0;r<n;++r)s+=e[r][a][1]||0;if(s)for(r=0;r<n;++r)e[r][a][1]/=s}mn(e,t)}}function Hx(e,t){if((l=e.length)>0)for(var r,n=0,a,o,s,i,l,c=e[t[0]].length;n<c;++n)for(s=i=0,r=0;r<l;++r)(o=(a=e[t[r]][n])[1]-a[0])>0?(a[0]=s,a[1]=s+=o):o<0?(a[1]=i,a[0]=i+=o):(a[0]=0,a[1]=o)}function qx(e,t){if((a=e.length)>0){for(var r=0,n=e[t[0]],a,o=n.length;r<o;++r){for(var s=0,i=0;s<a;++s)i+=e[s][r][1]||0;n[r][1]+=n[r][0]=-i/2}mn(e,t)}}function Jx(e,t){if(!(!((s=e.length)>0)||!((o=(a=e[t[0]]).length)>0))){for(var r=0,n=1,a,o,s;n<o;++n){for(var i=0,l=0,c=0;i<s;++i){for(var u=e[t[i]],d=u[n][1]||0,h=u[n-1][1]||0,p=(d-h)/2,f=0;f<i;++f){var m=e[t[f]],b=m[n][1]||0,x=m[n-1][1]||0;p+=b-x}l+=d,c+=p*d}a[n-1][1]+=a[n-1][0]=r,l&&(r-=c/l)}a[n-1][1]+=a[n-1][0]=r,mn(e,t)}}function nm(e){var t=e.map(Wx);return fn(e).sort(function(r,n){return t[r]-t[n]})}function Wx(e){for(var t=-1,r=0,n=e.length,a,o=-1/0;++t<n;)(a=+e[t][1])>o&&(o=a,r=t);return r}function am(e){var t=e.map(om);return fn(e).sort(function(r,n){return t[r]-t[n]})}function om(e){for(var t=0,r=-1,n=e.length,a;++r<n;)(a=+e[r][1])&&(t+=a);return t}function Yx(e){return am(e).reverse()}function Kx(e){var t=e.length,r,n,a=e.map(om),o=nm(e),s=0,i=0,l=[],c=[];for(r=0;r<t;++r)n=o[r],s<i?(s+=a[n],l.push(n)):(i+=a[n],c.push(n));return c.reverse().concat(l)}function Qx(e){return fn(e).reverse()}const hi={appearance:nm,ascending:am,descending:Yx,insideOut:Kx,none:fn,reverse:Qx},pi={expand:Gx,diverging:Hx,none:mn,silhouette:qx,wiggle:Jx},sm=e=>{const{series:t,seriesOrder:r,defaultStrategy:n}=e,a=[],o={};return r.forEach(s=>{const{stack:i,stackOrder:l,stackOffset:c}=t[s];i===void 0?a.push({ids:[s],stackingOrder:hi.none,stackingOffset:pi.none}):o[i]===void 0?(o[i]=a.length,a.push({ids:[s],stackingOrder:hi[l??(n==null?void 0:n.stackOrder)??"none"],stackingOffset:pi[c??(n==null?void 0:n.stackOffset)??"diverging"]})):(a[o[i]].ids.push(s),l!==void 0&&(a[o[i]].stackingOrder=hi[l]),c!==void 0&&(a[o[i]].stackingOffset=pi[c]))}),a},Xx=e=>e==null?"":e.toLocaleString(),Zx=(e,t)=>{const{seriesOrder:r,series:n}=e,a=sm(e),o=t??[];r.forEach(i=>{const l=n[i].data;if(l!==void 0)l.forEach((c,u)=>{o.length<=u?o.push({[i]:c}):o[u][i]=c});else if(t===void 0)throw new Error([`MUI X Charts: bar series with id='${i}' has no data.`,"Either provide a data property to the series or use the dataset prop."].join(`
117
- `))});const s={};return a.forEach(i=>{const{ids:l,stackingOffset:c,stackingOrder:u}=i,d=rm().keys(l.map(h=>{const p=n[h].dataKey;return n[h].data===void 0&&p!==void 0?p:h})).value((h,p)=>h[p]??0).order(u).offset(c)(o);l.forEach((h,p)=>{const f=n[h].dataKey;s[h]=Y({layout:"vertical",labelMarkType:"square",minBarSize:0,valueFormatter:n[h].valueFormatter??Xx},n[h],{data:f?t.map(m=>{const b=m[f];return typeof b!="number"?(process.env.NODE_ENV!=="production"&&b!==null&&sa([`MUI X Charts: your dataset key "${f}" is used for plotting bars, but contains nonnumerical elements.`,"Bar plots only support numbers and null values."]),null):b}):n[h].data,stackedData:d[p].map(([m,b])=>[m,b])})})}),{seriesOrder:r,stackingGroups:a,series:s}};function qt(e,t){return typeof e=="function"?e(t):e}const eO=e=>{const{seriesOrder:t,series:r}=e;return t.reduce((n,a)=>{const o=qt(r[a].label,"legend");return o===void 0||n.push({markType:r[a].labelMarkType,id:a,seriesId:a,color:r[a].color,label:o}),n},[])},tO=(e,t,r)=>{const n=e.layout==="vertical",a=n?t==null?void 0:t.colorScale:r==null?void 0:r.colorScale,o=n?r==null?void 0:r.colorScale:t==null?void 0:t.colorScale,s=n?t==null?void 0:t.data:r==null?void 0:r.data;return o?i=>{if(i===void 0)return e.color;const l=e.data[i],c=l===null?e.color:o(l);return c===null?e.color:c}:a&&s?i=>{if(i===void 0)return e.color;const l=s[i],c=l===null?e.color:a(l);return c===null?e.color:c}:()=>e.color},rO=e=>{const{series:t,getColor:r,identifier:n}=e;if(!n||n.dataIndex===void 0)return null;const a=qt(t.label,"tooltip"),o=t.data[n.dataIndex];if(o==null)return null;const s=t.valueFormatter(o,{dataIndex:n.dataIndex});return{identifier:n,color:r(n.dataIndex),label:a,value:o,formattedValue:s,markType:t.labelMarkType}},nO=e=>Object.values(e).map(t=>t.layout==="horizontal"?{direction:"y",axisId:t.yAxisId}:{direction:"x",axisId:t.xAxisId}),aO=(e,t,r)=>Y({id:e.id??`auto-generated-id-${t}`,color:r[t%r.length]},e),oO={seriesProcessor:Zx,colorProcessor:tO,legendGetter:eO,tooltipGetter:rO,axisTooltipGetter:nO,xExtremumGetter:Px,yExtremumGetter:Tx,getSeriesWithDefaultValues:aO},Uo=(e,t)=>[t[0]===null?e[0]:Math.min(e[0],t[0]),t[1]===null?e[1]:Math.max(e[1],t[1])],sO=e=>{const{series:t,axis:r,isDefaultAxis:n,getFilters:a}=e;return Object.keys(t).filter(o=>{const s=t[o].xAxisId;return s===r.id||s===void 0&&n}).reduce((o,s)=>{var c;const i=a==null?void 0:a({currentAxisId:r.id,isDefaultAxis:n,seriesXAxisId:t[s].xAxisId,seriesYAxisId:t[s].yAxisId}),l=(c=t[s].data)==null?void 0:c.reduce((u,d,h)=>i&&!i(d,h)?u:Uo(u,[d.x,d.x]),[1/0,-1/0]);return Uo(o,l??[1/0,-1/0])},[1/0,-1/0])},iO=e=>{const{series:t,axis:r,isDefaultAxis:n,getFilters:a}=e;return Object.keys(t).filter(o=>{const s=t[o].yAxisId;return s===r.id||s===void 0&&n}).reduce((o,s)=>{var c;const i=a==null?void 0:a({currentAxisId:r.id,isDefaultAxis:n,seriesXAxisId:t[s].xAxisId,seriesYAxisId:t[s].yAxisId}),l=(c=t[s].data)==null?void 0:c.reduce((u,d,h)=>i&&!i(d,h)?u:Uo(u,[d.y,d.y]),[1/0,-1/0]);return Uo(o,l??[1/0,-1/0])},[1/0,-1/0])},lO=({series:e,seriesOrder:t},r)=>({series:Object.fromEntries(Object.entries(e).map(([a,o])=>{const s=o==null?void 0:o.datasetKeys,i=["x","y","id"].filter(c=>typeof(s==null?void 0:s[c])!="string");if(o!=null&&o.datasetKeys&&i.length>0)throw new Error([`MUI X Charts: scatter series with id='${a}' has incomplete datasetKeys.`,`Properties ${i.map(c=>`"${c}"`).join(", ")} are missing.`].join(`
118
- `));const l=s?(r==null?void 0:r.map(c=>({x:c[s.x]??null,y:c[s.y]??null,z:s.z&&c[s.z],id:s.id&&c[s.id]})))??[]:o.data??[];return[a,Y({labelMarkType:"circle",markerSize:4},o,{preview:Y({markerSize:1},o==null?void 0:o.preview),data:l,valueFormatter:o.valueFormatter??(c=>c&&`(${c.x}, ${c.y})`)})]})),seriesOrder:t}),cO=(e,t,r,n)=>{const a=n==null?void 0:n.colorScale,o=r==null?void 0:r.colorScale,s=t==null?void 0:t.colorScale;return a?i=>{var u,d;if(i===void 0)return e.color;if(((u=n==null?void 0:n.data)==null?void 0:u[i])!==void 0){const h=a((d=n==null?void 0:n.data)==null?void 0:d[i]);if(h!==null)return h}const l=e.data[i],c=l===null?e.color:a(l.z);return c===null?e.color:c}:o?i=>{if(i===void 0)return e.color;const l=e.data[i],c=l===null?e.color:o(l.y);return c===null?e.color:c}:s?i=>{if(i===void 0)return e.color;const l=e.data[i],c=l===null?e.color:s(l.x);return c===null?e.color:c}:()=>e.color},uO=e=>{const{seriesOrder:t,series:r}=e;return t.reduce((n,a)=>{const o=qt(r[a].label,"legend");return o===void 0||n.push({markType:r[a].labelMarkType,id:a,seriesId:a,color:r[a].color,label:o}),n},[])},dO=e=>{const{series:t,getColor:r,identifier:n}=e;if(!n||n.dataIndex===void 0)return null;const a=qt(t.label,"tooltip"),o=t.data[n.dataIndex],s=t.valueFormatter(o,{dataIndex:n.dataIndex});return{identifier:n,color:r(n.dataIndex),label:a,value:o,formattedValue:s,markType:t.labelMarkType}},hO=(e,t,r)=>Y({id:e.id??`auto-generated-id-${t}`,color:r[t%r.length]},e),pO={seriesProcessor:lO,colorProcessor:cO,legendGetter:uO,tooltipGetter:dO,xExtremumGetter:sO,yExtremumGetter:iO,getSeriesWithDefaultValues:hO},mO=e=>{const{axis:t}=e,r=Math.min(...t.data??[]),n=Math.max(...t.data??[]);return[r,n]};function fO(e,t,r,n){return r.reduce((a,o,s)=>{if(t[s]===null)return a;const[i,l]=e(o);return n&&(!n({y:i,x:null},s)||!n({y:l,x:null},s))?a:[Math.min(i,l,a[0]),Math.max(i,l,a[1])]},[1/0,-1/0])}const gO=e=>{const{series:t,axis:r,isDefaultAxis:n,getFilters:a}=e;return Object.keys(t).filter(o=>{const s=t[o].yAxisId;return s===r.id||n&&s===void 0}).reduce((o,s)=>{const{area:i,stackedData:l,data:c}=t[s],u=i!==void 0,d=a==null?void 0:a({currentAxisId:r.id,isDefaultAxis:n,seriesXAxisId:t[s].xAxisId,seriesYAxisId:t[s].yAxisId}),h=u&&r.scaleType!=="log"&&typeof t[s].baseline!="string"?b=>b:b=>[b[1],b[1]],p=fO(h,c,l,d),[f,m]=p;return[Math.min(f,o[0]),Math.max(m,o[1])]},[1/0,-1/0])};function yO(e,t){const r={};return Object.keys(e).forEach(n=>{r[n]=Y({},e[n],{valueFormatter:e[n].valueFormatter??t})}),r}const bO=(e,t)=>{const{seriesOrder:r,series:n}=e,a=sm(Y({},e,{defaultStrategy:{stackOffset:"none"}})),o=t??[];r.forEach(i=>{const l=n[i].data;if(l!==void 0)l.forEach((c,u)=>{o.length<=u?o.push({[i]:c}):o[u][i]=c});else if(t===void 0&&process.env.NODE_ENV!=="production")throw new Error([`MUI X Charts: line series with id='${i}' has no data.`,"Either provide a data property to the series or use the dataset prop."].join(`
119
- `))});const s={};return a.forEach(i=>{const{ids:l,stackingOrder:c,stackingOffset:u}=i,d=rm().keys(l.map(h=>{const p=n[h].dataKey;return n[h].data===void 0&&p!==void 0?p:h})).value((h,p)=>h[p]??0).order(c).offset(u)(o);l.forEach((h,p)=>{const f=n[h].dataKey;s[h]=Y({labelMarkType:"line"},n[h],{data:f?t.map(m=>{const b=m[f];return typeof b!="number"?(process.env.NODE_ENV!=="production"&&b!==null&&sa([`MUI X Charts: Your dataset key "${f}" is used for plotting line, but contains nonnumerical elements.`,"Line plots only support numbers and null values."]),null):b}):n[h].data,stackedData:d[p].map(([m,b])=>[m,b])})})}),{seriesOrder:r,stackingGroups:a,series:yO(s,i=>i==null?"":i.toLocaleString())}},vO=(e,t,r)=>{const n=r==null?void 0:r.colorScale,a=t==null?void 0:t.colorScale;return n?o=>{if(o===void 0)return e.color;const s=e.data[o],i=s===null?e.color:n(s);return i===null?e.color:i}:a?o=>{var l;if(o===void 0)return e.color;const s=(l=t.data)==null?void 0:l[o],i=s===null?e.color:a(s);return i===null?e.color:i}:()=>e.color},SO=e=>{const{seriesOrder:t,series:r}=e;return t.reduce((n,a)=>{const o=qt(r[a].label,"legend");return o===void 0||n.push({markType:r[a].labelMarkType,id:a,seriesId:a,color:r[a].color,label:o}),n},[])},xO=e=>{const{series:t,getColor:r,identifier:n}=e;if(!n||n.dataIndex===void 0)return null;const a=qt(t.label,"tooltip"),o=t.data[n.dataIndex],s=t.valueFormatter(o,{dataIndex:n.dataIndex});return{identifier:n,color:r(n.dataIndex),label:a,value:o,formattedValue:s,markType:t.labelMarkType}},OO=e=>Object.values(e).map(t=>({direction:"x",axisId:t.xAxisId})),wO=(e,t,r)=>Y({id:e.id??`auto-generated-id-${t}`,color:r[t%r.length]},e),CO={colorProcessor:vO,seriesProcessor:bO,legendGetter:SO,tooltipGetter:xO,axisTooltipGetter:OO,xExtremumGetter:mO,yExtremumGetter:gO,getSeriesWithDefaultValues:wO},PO=(e="none")=>{if(typeof e=="function")return e;switch(e){case"none":return null;case"desc":return(t,r)=>r-t;case"asc":return(t,r)=>t-r;default:return null}},TO=e=>{const{seriesOrder:t,series:r}=e,n={};return t.forEach(a=>{const o=Nx().startAngle(2*Math.PI*(r[a].startAngle??0)/360).endAngle(2*Math.PI*(r[a].endAngle??360)/360).padAngle(2*Math.PI*(r[a].paddingAngle??0)/360).sortValues(PO(r[a].sortingValues??"none"))(r[a].data.map(s=>s.value));n[a]=Y({labelMarkType:"circle",valueFormatter:s=>s.value.toLocaleString()},r[a],{data:r[a].data.map((s,i)=>Y({},s,{id:s.id??`auto-generated-pie-id-${a}-${i}`},o[i])).map((s,i)=>{var l,c;return Y({labelMarkType:"circle"},s,{formattedValue:((c=(l=r[a]).valueFormatter)==null?void 0:c.call(l,Y({},s,{label:qt(s.label,"arc")}),{dataIndex:i}))??s.value.toLocaleString()})})})}),{seriesOrder:t,series:n}},AO=e=>t=>e.data[t].color,RO=e=>{const{seriesOrder:t,series:r}=e;return t.reduce((n,a)=>(r[a].data.forEach((o,s)=>{const i=qt(o.label,"legend");i!==void 0&&n.push({markType:o.labelMarkType??r[a].labelMarkType,id:o.id??s,seriesId:a,color:o.color,label:i,itemId:o.id??s})}),n),[])},_O=e=>{const{series:t,getColor:r,identifier:n}=e;if(!n||n.dataIndex===void 0)return null;const a=t.data[n.dataIndex];if(a==null)return null;const o=qt(a.label,"tooltip"),s=Y({},a,{label:o}),i=t.valueFormatter(s,{dataIndex:n.dataIndex});return{identifier:n,color:r(n.dataIndex),label:o,value:s,formattedValue:i,markType:a.labelMarkType??t.labelMarkType}},VO=(e,t,r)=>Y({id:e.id??`auto-generated-id-${t}`},e,{data:e.data.map((n,a)=>Y({color:r[a%r.length]},n))}),EO={colorProcessor:AO,seriesProcessor:TO,legendGetter:RO,tooltipGetter:_O,getSeriesWithDefaultValues:VO},IO={bar:oO,scatter:pO,line:CO,pie:EO},MO=[nc,xs,tc,Os];function $O(e){const{children:t,plugins:r=MO,pluginParams:n={},seriesConfig:a=IO}=e,{contextValue:o}=pv(r,n,a);return S.jsx(jl.Provider,{value:o,children:t})}const im=()=>{const e=B.useContext(jl);if(e==null)throw new Error(["MUI X Charts: Could not find the Chart context.","It looks like you rendered your component outside of a ChartDataProvider.","This can also happen if you are bundling multiple versions of the library."].join(`
120
- `));return e};function Er(){const e=im();if(!e)throw new Error(["MUI X Charts: Could not find the charts context.","It looks like you rendered your component outside of a ChartContainer parent component."].join(`
121
- `));return e.store}function lm(){const e=Er();return at(e,Oa)}function cm(){const e=Er();return at(e,Yb)}const Yi=(e,t)=>e===void 0?t:Math.PI*e/180;function jO(){const e=Er(),{axis:t,axisIds:r}=at(e,_r);return{xAxis:t,xAxisIds:r}}function kO(){const e=Er(),{axis:t,axisIds:r}=at(e,Vr);return{yAxis:t,yAxisIds:r}}function UO(){const e=Er(),{axis:t,axisIds:r}=at(e,Cx)??{axis:{},axisIds:[]};return{zAxis:t,zAxisIds:r}}function LO(){const e=im();if(!e)throw new Error(["MUI X Charts: Could not find the svg ref context.","It looks like you rendered your component outside of a ChartContainer parent component."].join(`
122
- `));return e.svgRef}function DO(){const e=cm();return B.useCallback(t=>`${e}-gradient-${t}`,[e])}function BO(){const e=cm();return B.useCallback(t=>`${e}-gradient-${t}-object-bound`,[e])}var mi,rd;function NO(){if(rd)return mi;rd=1;var e=4,t=.001,r=1e-7,n=10,a=11,o=1/(a-1),s=typeof Float32Array=="function";function i(m,b){return 1-3*b+3*m}function l(m,b){return 3*b-6*m}function c(m){return 3*m}function u(m,b,x){return((i(b,x)*m+l(b,x))*m+c(b))*m}function d(m,b,x){return 3*i(b,x)*m*m+2*l(b,x)*m+c(b)}function h(m,b,x,_,O){var C,P,w=0;do P=b+(x-b)/2,C=u(P,_,O)-m,C>0?x=P:b=P;while(Math.abs(C)>r&&++w<n);return P}function p(m,b,x,_){for(var O=0;O<e;++O){var C=d(b,x,_);if(C===0)return b;var P=u(b,x,_)-m;b-=P/C}return b}function f(m){return m}return mi=function(b,x,_,O){if(!(0<=b&&b<=1&&0<=_&&_<=1))throw new Error("bezier x values must be in [0, 1] range");if(b===x&&_===O)return f;for(var C=s?new Float32Array(a):new Array(a),P=0;P<a;++P)C[P]=u(P*o,b,_);function w(A){for(var E=0,F=1,y=a-1;F!==y&&C[F]<=A;++F)E+=o;--F;var T=(A-C[F])/(C[F+1]-C[F]),z=E+T*o,V=d(z,b,_);return V>=t?p(A,z,b,_):V===0?z:h(A,E,E+o,b,_)}return function(E){return E===0?0:E===1?1:u(w(E),x,O)}},mi}var FO=NO();const zO=ug(FO),GO=300,HO=zO(.66,0,.34,1);var gn=0,Qn=0,Ln=0,um=1e3,Lo,Xn,Do=0,Or=0,ws=0,ha=typeof performance=="object"&&performance.now?performance:Date,dm=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function ac(){return Or||(dm(qO),Or=ha.now()+ws)}function qO(){Or=0}function Bo(){this._call=this._time=this._next=null}Bo.prototype=hm.prototype={constructor:Bo,restart:function(e,t,r){if(typeof e!="function")throw new TypeError("callback is not a function");r=(r==null?ac():+r)+(t==null?0:+t),!this._next&&Xn!==this&&(Xn?Xn._next=this:Lo=this,Xn=this),this._call=e,this._time=r,Qi()},stop:function(){this._call&&(this._call=null,this._time=1/0,Qi())}};function hm(e,t,r){var n=new Bo;return n.restart(e,t,r),n}function Ki(){ac(),++gn;for(var e=Lo,t;e;)(t=Or-e._time)>=0&&e._call.call(void 0,t),e=e._next;--gn}function nd(){Or=(Do=ha.now())+ws,gn=Qn=0;try{Ki()}finally{gn=0,WO(),Or=0}}function JO(){var e=ha.now(),t=e-Do;t>um&&(ws-=t,Do=e)}function WO(){for(var e,t=Lo,r,n=1/0;t;)t._call?(n>t._time&&(n=t._time),e=t,t=t._next):(r=t._next,t._next=null,t=e?e._next=r:Lo=r);Xn=e,Qi(n)}function Qi(e){if(!gn){Qn&&(Qn=clearTimeout(Qn));var t=e-Or;t>24?(e<1/0&&(Qn=setTimeout(nd,e-ha.now()-ws)),Ln&&(Ln=clearInterval(Ln))):(Ln||(Do=ha.now(),Ln=setInterval(JO,um)),gn=1,dm(nd))}}function YO(e,t,r){var n=new Bo;return t=t==null?0:+t,n.restart(a=>{n.stop(),e(a+t)},t,r),n}class KO{constructor(t,r,n){this.duration=void 0,this.elapsed=0,this.easingFn=void 0,this.timer=null,this.onTickCallback=void 0,this.duration=t,this.easingFn=r,this.onTickCallback=n,this.resume()}get running(){return this.timer!==null}timerCallback(t){this.elapsed=Math.min(t,this.duration);const r=this.duration===0?1:this.elapsed/this.duration,n=this.easingFn(r);this.onTickCallback(n),this.elapsed>=this.duration&&this.stop()}resume(){if(this.running||this.elapsed>=this.duration)return this;const t=ac()-this.elapsed;return this.timer=hm(r=>this.timerCallback(r),0,t),Ki(),this}stop(){return this.running?(this.timer&&(this.timer.stop(),this.timer=null),this):this}finish(){return this.stop(),YO(()=>this.timerCallback(this.duration)),Ki(),this}}function QO(e,t){if(Object.is(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;const r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(let a=0;a<r.length;a+=1){const o=r[a];if(!Object.prototype.hasOwnProperty.call(t,o)||!Object.is(e[o],t[o]))return!1}return!0}function XO(e,{createInterpolator:t,applyProps:r,skip:n,initialProps:a=e}){const o=B.useRef(a),s=B.useRef(null),i=B.useRef(null),l=B.useRef(e);Nt(()=>{l.current=e},[e]),Nt(()=>{var d;n&&((d=s.current)==null||d.finish(),s.current=null,i.current=null,o.current=e)},[e,n]);const c=B.useCallback(d=>{const h=o.current,p=t(h,e);s.current=new KO(GO,HO,f=>{const m=p(f);o.current=m,r(d,m)})},[r,t,e]);return B.useCallback(d=>{var p,f,m,b;if(d===null){(p=s.current)==null||p.stop();return}const h=i.current;if(h===d){if(QO(l.current,e)){(f=s.current)==null||f.resume();return}(m=s.current)==null||m.stop()}h&&((b=s.current)==null||b.stop()),i.current=d,(s.current||!n)&&c(d)},[c,e,n])}function ZO(e,{createInterpolator:t,transformProps:r,applyProps:n,skip:a,initialProps:o=e,ref:s}){const i=r??(u=>u),l=XO(e,{initialProps:o,createInterpolator:t,applyProps:(u,d)=>n(u,i(d)),skip:a});return Y({},r(a?e:o),{ref:Xh(l,s)})}function ad(e){const{isReversed:t,gradientId:r,size:n,direction:a,scale:o,colorMap:s}=e;return n<=0?null:S.jsx("linearGradient",{id:r,x1:"0",x2:"0",y1:"0",y2:"0",[`${a}${t?1:2}`]:`${n}px`,gradientUnits:"userSpaceOnUse",children:s.thresholds.map((i,l)=>{const c=o(i);if(c===void 0)return null;const u=t?1-c/n:c/n;return Number.isNaN(u)?null:S.jsxs(B.Fragment,{children:[S.jsx("stop",{offset:u,stopColor:s.colors[l],stopOpacity:1}),S.jsx("stop",{offset:u,stopColor:s.colors[l+1],stopOpacity:1})]},i.toString()+l)})})}const ew=10;function od(e){const{gradientUnits:t,isReversed:r,gradientId:n,size:a,direction:o,scale:s,colorScale:i,colorMap:l}=e,c=[l.min??0,l.max??100],u=c.map(s).filter(f=>f!==void 0);if(u.length!==2)return null;const d=typeof c[0]=="number"?Ot(c[0],c[1]):Nl(c[0],c[1]),h=Math.round((Math.max(...u)-Math.min(...u))/ew),p=`${c[0]}-${c[1]}-`;return S.jsx("linearGradient",{id:n,x1:"0",x2:"0",y1:"0",y2:"0",[`${o}${r?1:2}`]:t==="objectBoundingBox"?1:`${a}px`,gradientUnits:t??"userSpaceOnUse",children:Array.from({length:h+1},(f,m)=>{const b=d(m/h);if(b===void 0)return null;const x=s(b);if(x===void 0)return null;const _=r?1-x/a:x/a,O=i(b);return O===null?null:S.jsx("stop",{offset:_,stopColor:O,stopOpacity:1},p+m)})})}const tw=10,rw=e=>e?{x1:"1",x2:"0",y1:"0",y2:"0"}:{x1:"0",x2:"1",y1:"0",y2:"0"};function fi(e){const{isReversed:t,gradientId:r,colorScale:n,colorMap:a}=e,o=[a.min??0,a.max??100],s=typeof o[0]=="number"?Ot(o[0],o[1]):Nl(o[0],o[1]),i=tw,l=`${o[0]}-${o[1]}-`;return S.jsx("linearGradient",Y({id:r},rw(t),{gradientUnits:"objectBoundingBox",children:Array.from({length:i+1},(c,u)=>{const d=u/i,h=s(d);if(h===void 0)return null;const p=n(h);return p===null?null:S.jsx("stop",{offset:d,stopColor:p,stopOpacity:1},l+u)})}))}function nw(){const{top:e,height:t,bottom:r,left:n,width:a,right:o}=lm(),s=e+t+r,i=n+a+o,l=DO(),c=BO(),{xAxis:u,xAxisIds:d}=jO(),{yAxis:h,yAxisIds:p}=kO(),{zAxis:f,zAxisIds:m}=UO(),b=p.filter(O=>h[O].colorMap!==void 0),x=d.filter(O=>u[O].colorMap!==void 0),_=m.filter(O=>f[O].colorMap!==void 0);return b.length===0&&x.length===0&&_.length===0?null:S.jsxs("defs",{children:[b.map(O=>{const C=l(O),P=c(O),{colorMap:w,scale:A,colorScale:E,reverse:F}=h[O];return(w==null?void 0:w.type)==="piecewise"?S.jsx(ad,{isReversed:!F,scale:A,colorMap:w,size:s,gradientId:C,direction:"y"},C):(w==null?void 0:w.type)==="continuous"?S.jsxs(B.Fragment,{children:[S.jsx(od,{isReversed:!F,scale:A,colorScale:E,colorMap:w,size:s,gradientId:C,direction:"y"}),S.jsx(fi,{isReversed:F,colorScale:E,colorMap:w,gradientId:P})]},C):null}),x.map(O=>{const C=l(O),P=c(O),{colorMap:w,scale:A,reverse:E,colorScale:F}=u[O];return(w==null?void 0:w.type)==="piecewise"?S.jsx(ad,{isReversed:E,scale:A,colorMap:w,size:i,gradientId:C,direction:"x"},C):(w==null?void 0:w.type)==="continuous"?S.jsxs(B.Fragment,{children:[S.jsx(od,{isReversed:E,scale:A,colorScale:F,colorMap:w,size:i,gradientId:C,direction:"x"}),S.jsx(fi,{isReversed:E,colorScale:F,colorMap:w,gradientId:P})]},C):null}),_.map(O=>{const C=c(O),{colorMap:P,colorScale:w}=f[O];return(P==null?void 0:P.type)==="continuous"?S.jsx(fi,{colorScale:w,colorMap:P,gradientId:C},C):null})]})}const aw=["children","className","title","desc"],ow=dt("svg",{name:"MuiChartsSurface",slot:"Root"})(({ownerState:e})=>({width:e.width??"100%",height:e.height??"100%",display:"flex",position:"relative",flexDirection:"column",alignItems:"center",justifyContent:"center",overflow:"hidden",touchAction:"pan-y",userSelect:"none"})),oc=B.forwardRef(function(t,r){const n=Er(),{width:a,height:o}=at(n,Gb),{width:s,height:i}=at(n,zb),l=LO(),c=Xh(l,r),u=J0({props:t,name:"MuiChartsSurface"}),{children:d,className:h,title:p,desc:f}=u,m=or(u,aw),b=o>0&&a>0;return S.jsxs(ow,Y({ownerState:{width:s,height:i},viewBox:`0 0 ${a} ${o}`,className:h},m,{ref:c,children:[p&&S.jsx("title",{children:p}),f&&S.jsx("desc",{children:f}),S.jsx(nw,{}),b&&d]}))});process.env.NODE_ENV!=="production"&&(oc.displayName="ChartsSurface");process.env.NODE_ENV!=="production"&&(oc.propTypes={children:g.node,className:g.string,desc:g.string,sx:g.oneOfType([g.arrayOf(g.oneOfType([g.func,g.object,g.bool])),g.func,g.object]),title:g.string});function Dn(e,t){if(typeof e=="number")return e;if(e==="100%")return t;if(e.endsWith("%")){const r=Number.parseFloat(e.slice(0,e.length-1));if(!Number.isNaN(r))return r*t/100}if(e.endsWith("px")){const r=Number.parseFloat(e.slice(0,e.length-2));if(!Number.isNaN(r))return r}throw new Error(`MUI X Charts: Received an unknown value "${e}". It should be a number, or a string with a percentage value.`)}function gi(e){const t=Yi(e);return[Math.sin(t),-Math.cos(t)]}function sw(e,t){const r=[[0,0],gi(e),gi(t)],n=Math.min(e,t),a=Math.max(e,t),o=Math.floor(n/90)*90;for(let u=1;u<=4;u+=1){const d=o+u*90;d<a&&r.push(gi(d))}const s=Math.min(...r.map(([u])=>u)),i=Math.max(...r.map(([u])=>u)),l=Math.min(...r.map(([,u])=>u)),c=Math.max(...r.map(([,u])=>u));return{cx:-s/(i-s),cy:-l/(c-l),minX:s,maxX:i,minY:l,maxY:c}}function iw(e,t,r,n,{minX:a,maxX:o,minY:s,maxY:i}){return Math.min(...[{ratio:Math.abs(a),space:e},{ratio:Math.abs(o),space:r-e},{ratio:Math.abs(s),space:t},{ratio:Math.abs(i),space:n-t}].map(({ratio:l,space:c})=>l<1e-5?1/0:c/l))}const sc=B.createContext({value:null,valueMin:0,valueMax:0,startAngle:0,endAngle:0,innerRadius:0,outerRadius:0,cornerRadius:0,cx:0,cy:0,maxRadius:0,valueAngle:null});process.env.NODE_ENV!=="production"&&(sc.displayName="GaugeContext");function lw(e){const{value:t=null,valueMin:r=0,valueMax:n=100,startAngle:a=0,endAngle:o=360,outerRadius:s,innerRadius:i,cornerRadius:l,cx:c,cy:u,children:d}=e,{left:h,top:p,width:f,height:m}=lm(),b=sw(a,o),x=c?Dn(c,f):b.cx*f,_=u?Dn(u,m):b.cy*m;let O=h+x,C=p+_;const P=iw(x,_,f,m,b);if(c===void 0){const y=P*(b.maxX-b.minX);O=h+(f-y)/2+b.cx*y}if(u===void 0){const y=P*(b.maxY-b.minY);C=p+(m-y)/2+b.cy*y}const w=Dn(s??P,P),A=Dn(i??"80%",P),E=Dn(l??0,w-A),F=B.useMemo(()=>{const y=Yi(a),T=Yi(o);return{value:t,valueMin:r,valueMax:n,startAngle:y,endAngle:T,outerRadius:w,innerRadius:A,cornerRadius:E,cx:O,cy:C,maxRadius:P,valueAngle:t===null?null:y+(T-y)*(t-r)/(n-r)}},[t,r,n,a,o,w,A,E,O,C,P]);return S.jsx(sc.Provider,{value:F,children:d})}function ic(){return B.useContext(sc)}const cw=["width","height","margin","title","desc","value","valueMin","valueMax","startAngle","endAngle","outerRadius","innerRadius","cornerRadius","cx","cy","children"],uw=dt("g")(({theme:e})=>({"& text":{fill:(e.vars||e).palette.text.primary}})),lc=B.forwardRef(function(t,r){const{width:n,height:a,margin:o,title:s,desc:i,value:l,valueMin:c=0,valueMax:u=100,startAngle:d,endAngle:h,outerRadius:p,innerRadius:f,cornerRadius:m,cx:b,cy:x,children:_}=t,O=or(t,cw);return S.jsx($O,{pluginParams:{width:n,height:a,margin:op(o,{left:10,right:10,top:10,bottom:10})},plugins:[],children:S.jsx(lw,{value:l,valueMin:c,valueMax:u,startAngle:d,endAngle:h,outerRadius:p,innerRadius:f,cornerRadius:m,cx:b,cy:x,children:S.jsx(oc,Y({title:s,desc:i,role:"meter","aria-valuenow":l===null?void 0:l,"aria-valuemin":c,"aria-valuemax":u},O,{ref:r,children:S.jsx(uw,{"aria-hidden":"true",children:_})}))})})});process.env.NODE_ENV!=="production"&&(lc.displayName="GaugeContainer");process.env.NODE_ENV!=="production"&&(lc.propTypes={children:g.node,className:g.string,cornerRadius:g.oneOfType([g.number,g.string]),cx:g.oneOfType([g.number,g.string]),cy:g.oneOfType([g.number,g.string]),desc:g.string,endAngle:g.number,height:g.number,id:g.string,innerRadius:g.oneOfType([g.number,g.string]),margin:g.oneOfType([g.number,g.shape({bottom:g.number,left:g.number,right:g.number,top:g.number})]),outerRadius:g.oneOfType([g.number,g.string]),skipAnimation:g.bool,startAngle:g.number,sx:g.oneOfType([g.arrayOf(g.oneOfType([g.func,g.object,g.bool])),g.func,g.object]),title:g.string,value:g.number,valueMax:g.number,valueMin:g.number,width:g.number});function dw(e){const t=Er(),r=at(t,vb);return e||r}function hw(e,t){const r=Ot(e.startAngle,t.startAngle),n=Ot(e.endAngle,t.endAngle),a=Ot(e.innerRadius,t.innerRadius),o=Ot(e.outerRadius,t.outerRadius),s=Ot(e.cornerRadius,t.cornerRadius);return i=>({startAngle:r(i),endAngle:n(i),innerRadius:a(i),outerRadius:o(i),cornerRadius:s(i)})}function pw(e){return ZO({startAngle:e.startAngle,endAngle:e.endAngle,innerRadius:e.innerRadius,outerRadius:e.outerRadius,cornerRadius:e.cornerRadius},{createInterpolator:hw,transformProps:t=>({d:em().cornerRadius(t.cornerRadius)({innerRadius:t.innerRadius,outerRadius:t.outerRadius,startAngle:t.startAngle,endAngle:t.endAngle})}),applyProps(t,r){t.setAttribute("d",r.d)},initialProps:{startAngle:e.startAngle,endAngle:e.startAngle,innerRadius:e.innerRadius,outerRadius:e.outerRadius,cornerRadius:e.cornerRadius},skip:e.skipAnimation,ref:e.ref})}const mw=["cx","cy","startAngle","endAngle","cornerRadius","innerRadius","outerRadius","skipAnimation"],fw=dt("path",{name:"MuiGauge",slot:"ReferenceArc"})(({theme:e})=>({fill:(e.vars||e).palette.primary.main}));function pm(e){const{value:t,valueMin:r,valueMax:n,startAngle:a,endAngle:o,outerRadius:s,innerRadius:i,cornerRadius:l,cx:c,cy:u}=ic();if(t===null)return null;const d=a+(t-r)/(n-r)*(o-a);return S.jsx(mm,Y({},e,{cx:c,cy:u,startAngle:a,endAngle:d,cornerRadius:l,innerRadius:i,outerRadius:s}))}process.env.NODE_ENV!=="production"&&(pm.propTypes={skipAnimation:g.bool});function mm(e){let{cx:t,cy:r,startAngle:n,endAngle:a,cornerRadius:o,innerRadius:s,outerRadius:i,skipAnimation:l}=e,c=or(e,mw);const u=dw(l),d=pw({startAngle:n,endAngle:a,cornerRadius:o,innerRadius:s,outerRadius:i,skipAnimation:u});return S.jsx(fw,Y({},d,{transform:`translate(${t}, ${r})`},c))}process.env.NODE_ENV!=="production"&&(mm.propTypes={cornerRadius:g.number.isRequired,cx:g.number.isRequired,cy:g.number.isRequired,endAngle:g.number.isRequired,innerRadius:g.number.isRequired,outerRadius:g.number.isRequired,skipAnimation:g.bool,startAngle:g.number.isRequired});const gw=dt("path",{name:"MuiGauge",slot:"ReferenceArc"})(({theme:e})=>({fill:(e.vars||e).palette.divider}));function yw(e){const{startAngle:t,endAngle:r,outerRadius:n,innerRadius:a,cornerRadius:o,cx:s,cy:i}=ic();return S.jsx(gw,Y({transform:`translate(${s}, ${i})`,d:em().cornerRadius(o)({startAngle:t,endAngle:r,innerRadius:a,outerRadius:n})},e))}const sd=e=>e,bw=()=>{let e=sd;return{configure(t){e=t},generate(t){return e(t)},reset(){e=sd}}},vw=bw(),Sw={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function fm(e,t,r="Mui"){const n=Sw[t];return n?`${r}-${n}`:`${vw.generate(e)}-${t}`}function xw(e,t,r="Mui"){const n={};return t.forEach(a=>{n[a]=fm(e,a,r)}),n}function Ow(e){return fm("MuiGauge",e)}xw("MuiGauge",["root","valueArc","referenceArc","valueText"]);function ww(){return typeof window>"u"}const Ka=new Map,Cw=2e3,Pw={position:"absolute",top:"-20000px",left:0,padding:0,margin:0,border:"none",whiteSpace:"pre"},Tw=["minWidth","maxWidth","width","minHeight","maxHeight","height","top","left","fontSize","padding","margin","paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom"],id="mui_measurement_span";function gm(e,t){return Tw.indexOf(e)>=0&&t===+t?`${t}px`:t}function ym(e){return e.split("").reduce((n,a)=>a===a.toUpperCase()?[...n,"-",a.toLowerCase()]:[...n,a],[]).join("")}const Aw=e=>Object.keys(e).sort().reduce((t,r)=>`${t}${ym(r)}:${gm(r,e[r])};`,"");let yi;const Rw=(e,t={})=>{if(e==null||ww())return{width:0,height:0};const r=`${e}`,n=Aw(t),a=`${r}-${n}`,o=Ka.get(a);if(o)return o;try{let s=document.getElementById(id);s===null&&(s=document.createElement("span"),s.setAttribute("id",id),s.setAttribute("aria-hidden","true"),document.body.appendChild(s));const i=Y({},Pw,t);Object.keys(i).map(u=>(s.style[ym(u)]=gm(u,i[u]),u)),s.textContent=r;const l=s.getBoundingClientRect(),c={width:l.width,height:l.height};return Ka.set(a,c),Ka.size+1>Cw&&Ka.clear(),process.env.NODE_ENV==="test"?s.textContent="":(yi&&clearTimeout(yi),yi=setTimeout(()=>{s.textContent=""},0)),c}catch{return{width:0,height:0}}};function _w({style:e,needsComputation:t,text:r}){return r.split(`
123
- `).map(n=>Y({text:n},t?Rw(n,e):{width:0,height:0}))}function Vw(){const[e,t]=B.useState(typeof window<"u"||process.env.NODE_ENV==="test");return B.useEffect(()=>{t(!0)},[]),e}const Ew=["x","y","style","text","ownerState"],Iw=["angle","textAnchor","dominantBaseline"];function bm(e){const{x:t,y:r,style:n,text:a}=e,o=or(e,Ew),s=n??{},{angle:i,textAnchor:l,dominantBaseline:c}=s,u=or(s,Iw),d=Vw(),h=B.useMemo(()=>_w({style:u,needsComputation:d&&a.includes(`
124
- `),text:a}),[u,a,d]);let p;switch(c){case"hanging":case"text-before-edge":p=0;break;case"central":p=(h.length-1)/2*-h[0].height;break;default:p=(h.length-1)*-h[0].height;break}return S.jsx("text",Y({},o,{transform:i?`rotate(${i}, ${t}, ${r})`:void 0,x:t,y:r,textAnchor:l,dominantBaseline:c,style:u,children:h.map((f,m)=>S.jsx("tspan",{x:t,dy:`${m===0?p:h[0].height}px`,dominantBaseline:c,children:f.text},m))}))}process.env.NODE_ENV!=="production"&&(bm.propTypes={lineHeight:g.number,needsComputation:g.bool,ownerState:g.any,style:g.object,text:g.string.isRequired});const Mw=["text","className"];function $w({value:e}){return e===null?null:e.toLocaleString()}function vm(e){const{text:t=$w,className:r}=e,n=or(e,Mw),{value:a,valueMin:o,valueMax:s,cx:i,cy:l}=ic(),c=typeof t=="function"?t({value:a,valueMin:o,valueMax:s}):t;return c===null?null:S.jsx("g",{className:r,children:S.jsx(bm,Y({x:i,y:l,text:c,style:{textAnchor:"middle",dominantBaseline:"central"}},n))})}process.env.NODE_ENV!=="production"&&(vm.propTypes={lineHeight:g.number,needsComputation:g.bool,ownerState:g.any,style:g.object,text:g.oneOfType([g.func,g.string])});const jw=["text","children","classes","className","skipAnimation"],kw=e=>{const{classes:t}=e;return vg({root:["root"],valueArc:["valueArc"],referenceArc:["referenceArc"],valueText:["valueText"]},Ow,t)},No=B.forwardRef(function(t,r){const{text:n,children:a,className:o,skipAnimation:s}=t,i=or(t,jw),l=kw(t);return S.jsxs(lc,Y({},i,{className:Et(l.root,o),ref:r,children:[S.jsx(yw,{className:l.referenceArc}),S.jsx(pm,{className:l.valueArc,skipAnimation:s}),S.jsx(vm,{className:l.valueText,text:n}),a]}))});process.env.NODE_ENV!=="production"&&(No.displayName="Gauge");process.env.NODE_ENV!=="production"&&(No.propTypes={children:g.node,classes:g.object,className:g.string,cornerRadius:g.oneOfType([g.number,g.string]),cx:g.oneOfType([g.number,g.string]),cy:g.oneOfType([g.number,g.string]),desc:g.string,endAngle:g.number,height:g.number,id:g.string,innerRadius:g.oneOfType([g.number,g.string]),margin:g.oneOfType([g.number,g.shape({bottom:g.number,left:g.number,right:g.number,top:g.number})]),outerRadius:g.oneOfType([g.number,g.string]),skipAnimation:g.bool,startAngle:g.number,sx:g.oneOfType([g.arrayOf(g.oneOfType([g.func,g.object,g.bool])),g.func,g.object]),text:g.oneOfType([g.func,g.string]),title:g.string,value:g.number,valueMax:g.number,valueMin:g.number,width:g.number});const Uw={"Jogging.Cartesian.Translation.velocityMmPerSec.lb":"{{amount}} mm/s","Jogging.Cartesian.Rotation.velocityDegPerSec.lb":"{{amount}}°/s","Jogging.Velocity.lb":"Geschwindigkeit","General.degree.variable":"{{amount}}°","General.mm.variable":"{{amount}} mm","Jogging.Cartesian.MotionType.lb":"Bewegungstyp","Jogging.Cartesian.Translation.bt":"Translation","Jogging.Cartesian.Rotation.bt":"Rotation","Jogging.Joints.JointValues.lb":"Gelenkwerte","Jogging.Increment.Continuous.dd":"Fortlaufend","Jogging.Cartesian.Orientation.lb":"Orientierung","Jogging.JointLimitsReached.lb":"Gelenkgrenzen für Gelenk {{jointNumbers}} erreicht","Jogging.Orientation.coordsys":"Roboterbasis","Jogging.Orientation.tool":"Werkzeug","SafetyBar.ActivationToggle.Activate.bt":"Aktivieren","SafetyBar.ActivationToggle.Activated.bt":"Aktiviert","SafetyBar.ActivationToggle.Activating.bt":"Wird aktiviert…","SafetyBar.ActivationToggle.Deactivating.bt":"Wird deaktiviert…","SafetyBar.ControllerType.Physical.lb":"Physisch","SafetyBar.ControllerType.Virtual.lb":"Virtuell","SafetyBar.MotionGroup.Physical.Explanation.lb":"<code>{{motionGroupId}}</code> ist ein physische Robotersteuerung. Für die Bewegung dieses Roboters sind <strong>Sicherheitsmaßnahmen</strong> aktiv.","SafetyBar.MotionGroup.Virtual.Explanation.lb":"<1>{{motionGroupId}}</1> ist eine virtuelle Robotersteuerung ohne physisches Gegenstück. Der Roboter kann ohne Sicherheitsmaßnahmen bewegt werden.","SafetyBar.OperationMode.Auto.Explanation.lb":"Automatischer Betriebsmodus der Robotersteuerung aktiv. Automatisierte Bewegung ohne manuelle Bestätigung freigegeben.","SafetyBar.OperationMode.Automatic.ti":"Automatisch","SafetyBar.OperationMode.Error.Explanation.lb":"Fehler beim Abrufen des Betriebsmodus. Originalhandbediengerät des Roboters verwenden, um Fehler zu lösen.","SafetyBar.OperationMode.Error.lb":"Fehler","SafetyBar.OperationMode.Manual.Explanation.lb":`Die Robotersteuerung befindet sich im manuellen Betriebsmodus.
125
- Bei einem physischen Roboter bedeutet dies im Allgemeinen, dass ein Freigabeschalter gedrückt werden muss, damit sich der Roboter erfolgreich bewegen kann.`,"SafetyBar.OperationMode.Manual.lb":"Manuell","SafetyBar.OperationMode.ti":"Betriebsmodus","SafetyBar.SafetyState.Error.Explanation.lb":"Die Robotersteuerung ist in einen unerwarteten Sicherheitszustand eingetreten.","SafetyBar.SafetyState.Error.lb":"Fehler","SafetyBar.SafetyState.Estop.lb":"NOT-AUS","SafetyBar.SafetyState.ManualActionRequired.Explanation.lb":"Die Robotersteuerung ist in einen Sicherheitszustand eingetreten, der manuelle Maßnahmen zur Behebung erfordert.","SafetyBar.SafetyState.ManualActionRequired.lb":"Aktion erforderlich","SafetyBar.SafetyState.Normal.Explanation.lb":"Die Robotersteuerung befindet sich in einem sicheren Zustand. Roboterbewegungen sind möglich.","SafetyBar.SafetyState.Normal.lb":"Sicher","SafetyBar.SafetyState.Stop.Explanation.lb":"Die Robotersteuerung ist in einen Stoppzustand übergegangen. Bis der Stoppzustand aufgelöst ist, ist keine Bewegung mehr möglich.","SafetyBar.SafetyState.Stop.lb":"Stopp","SafetyBar.SafetyState.ti":"Sicherheitszustand","SafetyBar.StopState.Estop.Explanation.lb":"NOT-AUS aktiviert. NOT-AUS freischalten, um Roboter zu bewegen.","Jogging.Increment.hlb":"Schrittgröße","Jogging.CoordinateSystem.hlb":"Koordinatensystem","Jogging.Cartesian.bt":"Kartesisch","Jogging.Joints.bt":"Gelenke","Jogging.Velocity.bt":"Geschwindigkeit","CycleTimer.RemainingTime.lb":"Verbleibende Zeit","CycleTimer.OfTime.lb":"von {{time}} min.","CycleTimer.Time.lb":"{{time}} min.","ProgramControl.Start.bt":"Start","ProgramControl.Resume.bt":"Weiter","ProgramControl.Pause.bt":"Pause","ProgramControl.Stop.bt":"Stopp","ProgramStateIndicator.Running.lb":"In Betrieb","ProgramStateIndicator.Error.lb":"Fehler","ProgramStateIndicator.EStop.lb":"Not-Aus","ProgramStateIndicator.Idle.lb":"Leerlauf","ProgramStateIndicator.Paused.lb":"Pausiert","ProgramStateIndicator.Ready.lb":"Bereit","ProgramStateIndicator.Stopped.lb":"Gestoppt","ProgramStateIndicator.Auto.lb":"Auto","ProgramStateIndicator.Manual.lb":"Manuell","ProgramStateIndicator.ManualT1.lb":"Manuell T1","ProgramStateIndicator.ManualT2.lb":"Manuell T2"},Lw={"Jogging.Cartesian.Translation.velocityMmPerSec.lb":"{{amount}} mm/s","Jogging.Cartesian.Rotation.velocityDegPerSec.lb":"{{amount}}°/s","Jogging.Velocity.lb":"Velocity","General.degree.variable":"{{amount}}°","General.mm.variable":"{{amount}} mm","Jogging.Cartesian.MotionType.lb":"Motion type","Jogging.Cartesian.Translation.bt":"Translation","Jogging.Cartesian.Rotation.bt":"Rotation","Jogging.Joints.JointValues.lb":"Joint values","Jogging.Increment.Continuous.dd":"Continuous","Jogging.Cartesian.Orientation.lb":"Orientation","Jogging.Activating.lb":"Activating jogging","Jogging.JointLimitsReached.lb":"Joint limit reached for joint {{jointNumbers}}","Jogging.Orientation.coordsys":"Robot base","Jogging.Orientation.tool":"Tool","SafetyBar.ActivationToggle.Activate.bt":"Activate","SafetyBar.ActivationToggle.Activated.bt":"Activated","SafetyBar.ActivationToggle.Activating.bt":"Activating","SafetyBar.ActivationToggle.Deactivating.bt":"Deactivating","SafetyBar.ControllerType.Physical.lb":"Physical","SafetyBar.ControllerType.Virtual.lb":"Virtual","SafetyBar.MotionGroup.Physical.Explanation.lb":"<code>{{motionGroupId}}</code> is a physical robot controller. <strong>Safety precautions</strong> are active for the movement of this robot.","SafetyBar.MotionGroup.Virtual.Explanation.lb":"<1>{{motionGroupId}}</1> is a virtual robot controller with no physical counterpart. It can be freely manipulated without safety precautions.","SafetyBar.OperationMode.Auto.Explanation.lb":"Automatic operation mode active. Automated movement without manual confirmation enabled.","SafetyBar.OperationMode.Automatic.ti":"Automatic","SafetyBar.OperationMode.Error.Explanation.lb":"Failed to get operation mode. Use the original control panel to resolve the error.","SafetyBar.OperationMode.Error.lb":"Error","SafetyBar.OperationMode.Manual.Explanation.lb":"The robot controller is in manual operation mode. On a physical robot, this generally indicates that an enabling switch must be held for the robot to move successfully.","SafetyBar.OperationMode.Manual.lb":"Manual","SafetyBar.OperationMode.ti":"Operation mode","SafetyBar.SafetyState.Error.Explanation.lb":"The robot controller has entered an unexpected safety state.","SafetyBar.SafetyState.Error.lb":"Error","SafetyBar.SafetyState.Estop.lb":"E-Stop","SafetyBar.SafetyState.ManualActionRequired.Explanation.lb":"The robot controller has entered a safety state requiring manual action to resolve.","SafetyBar.SafetyState.ManualActionRequired.lb":"Action required","SafetyBar.SafetyState.Normal.Explanation.lb":"The robot controller is in a safe state. Robot movement is enabled.","SafetyBar.SafetyState.Normal.lb":"Safe","SafetyBar.SafetyState.Stop.Explanation.lb":"The robot controller has entered a stop state. Movement is no longer possible until the stop state is resolved.","SafetyBar.SafetyState.Stop.lb":"Stop","SafetyBar.SafetyState.ti":"Safety state","SafetyBar.StopState.Estop.Explanation.lb":"An emergency stop of the robot controller has been triggered. Movement of the robot is no longer possible until the estop is released.","Jogging.Increment.hlb":"Increment","Jogging.CoordinateSystem.hlb":"Coordinate system","Jogging.Cartesian.bt":"Cartesian","Jogging.Joints.bt":"Joints","Jogging.Velocity.bt":"Velocity","CycleTimer.RemainingTime.lb":"Time remaining","CycleTimer.OfTime.lb":"of {{time}} min.","CycleTimer.Time.lb":"{{time}} min.","ProgramControl.Start.bt":"Start","ProgramControl.Resume.bt":"Resume","ProgramControl.Pause.bt":"Pause","ProgramControl.Stop.bt":"Stop","ProgramStateIndicator.Running.lb":"Running","ProgramStateIndicator.Error.lb":"Error","ProgramStateIndicator.EStop.lb":"E-Stop","ProgramStateIndicator.Idle.lb":"Idle","ProgramStateIndicator.Paused.lb":"Paused","ProgramStateIndicator.Ready.lb":"Ready","ProgramStateIndicator.Stopped.lb":"Stopped","ProgramStateIndicator.Auto.lb":"Auto","ProgramStateIndicator.Manual.lb":"Manual","ProgramStateIndicator.ManualT1.lb":"Manual T1","ProgramStateIndicator.ManualT2.lb":"Manual T2"},cc=og.createInstance();cc.use(sg).init({supportedLngs:["en","de"],resources:{en:{translations:Lw},de:{translations:Uw}},ns:["translations"],defaultNS:"translations",detection:{order:["navigator","htmlTag"]}});function Jt(e){return r=>S.jsx(Dw,{children:S.jsx(e,{...r})})}const Dw=({children:e})=>S.jsx(Ee.I18nextProvider,{i18n:cc,children:e});class uc{constructor(t=[],r={}){this.currentValues=[],this.targetValues=[],this.previousTargetValues=[],this.targetUpdateTime=0,this.animationId=null,this.updateCount=0,this.velocities=[],this.animate=()=>{this.update(.016666666666666666)?this.animationId=null:this.animationId=requestAnimationFrame(this.animate)},this.options={tension:120,friction:20,threshold:.001,onChange:()=>{},onComplete:()=>{},...r},this.currentValues=[...t],this.targetValues=[...t],this.previousTargetValues=[...t],this.velocities=new Array(t.length).fill(0),this.targetUpdateTime=performance.now(),this.updateCount=0}update(t=1/60){let r=!1,n=!0;this.updateCount++;const a=Math.min(t,1/15),o=this.updateCount===1?.7:1;for(let s=0;s<this.currentValues.length;s++){const i=this.currentValues[s],l=this.targetValues[s],c=this.velocities[s],u=l-i,d=u*this.options.tension*o,h=c*this.options.friction,p=d-h,f=c+p*a,m=i+f*a;Math.abs(u)<this.options.threshold&&Math.abs(f)<this.options.threshold*10?this.currentValues[s]!==l&&(this.currentValues[s]=l,this.velocities[s]=0,r=!0):(n=!1,this.currentValues[s]=m,this.velocities[s]=f,r=!0)}return r&&this.options.onChange(this.currentValues),n&&this.options.onComplete(this.currentValues),n}setTarget(t){const r=performance.now(),n=r-this.targetUpdateTime;this.previousTargetValues=[...this.targetValues],this.targetValues=[...t],this.targetUpdateTime=r,this.updateCount=0;const a=this.previousTargetValues.every((o,s)=>o===this.currentValues[s]);if(n<8&&n>0&&this.previousTargetValues.length>0&&!a){const o=Math.min(n/8,1);for(let s=0;s<this.targetValues.length;s++){const i=this.previousTargetValues[s]||0,l=t[s]||0;Math.abs(l-i)>.1&&(this.targetValues[s]=i+(l-i)*o)}}for(;this.currentValues.length<t.length;)this.currentValues.push(t[this.currentValues.length]),this.velocities.push(0);this.currentValues.length>t.length&&(this.currentValues=this.currentValues.slice(0,t.length),this.velocities=this.velocities.slice(0,t.length))}getCurrentValues(){return[...this.currentValues]}getValue(t){return this.currentValues[t]??0}isInterpolating(){return this.animationId!==null}stop(){this.animationId!==null&&(cancelAnimationFrame(this.animationId),this.animationId=null)}setImmediate(t){this.stop(),this.currentValues=[...t],this.targetValues=[...t],this.previousTargetValues=[...t],this.velocities=new Array(t.length).fill(0),this.targetUpdateTime=performance.now(),this.updateCount=0,this.options.onChange(this.currentValues)}updateOptions(t){this.options={...this.options,...t}}startAutoInterpolation(){this.startInterpolation()}destroy(){this.stop()}startInterpolation(){this.animationId===null&&this.animate()}}function Sm(e=[],t={}){const r=ee.useRef(null);return r.current||(r.current=new uc(e,t)),ee.useEffect(()=>{var n;(n=r.current)==null||n.updateOptions(t)},[t]),ee.useEffect(()=>()=>{var n;(n=r.current)==null||n.destroy()},[]),[r.current]}const Bw=Jt(Me.observer(({onCycleComplete:e,onCycleEnd:t,autoStart:r=!0,variant:n="default",compact:a=!1,className:o})=>{var z,V;const s=J.useTheme(),{t:i}=Ee.useTranslation(),[l,c]=ee.useState(0),[u,d]=ee.useState(0),[h,p]=ee.useState(!1),[f,m]=ee.useState(!1),[b,x]=ee.useState(0),_=ee.useRef(null),O=ee.useRef(null),C=ee.useRef(0),[P]=Sm([0],{tension:80,friction:18,onChange:([N])=>{x(N)}}),w=ee.useCallback((N,te=0)=>{d(N);const Z=Math.max(0,N-te);c(Z),m(!1),C.current=0;const ae=te>0?te/N*100:0;te===0?P.setTarget([0]):P.setTarget([ae]),Z===0?(p(!1),O.current=null,t&&setTimeout(()=>t(),0)):r?(O.current=Date.now()-te*1e3,p(!0)):O.current=null},[r,t,P]),A=ee.useCallback(()=>{if(O.current&&h){const te=Date.now()-O.current;C.current+=te;const Z=C.current/1e3,ae=Math.min(100,Z/u*100);P.setTarget([ae])}p(!1),m(!0)},[h,u,P]),E=ee.useCallback(()=>{f&&l>0&&(O.current=Date.now(),p(!0),m(!1))},[f,l]),F=ee.useCallback(()=>f,[f]);ee.useEffect(()=>{let N=!0;const te=setTimeout(()=>{N&&e({startNewCycle:w,pause:A,resume:E,isPaused:F})},0);return()=>{N=!1,clearTimeout(te)}},[e,w,A,E,F]),ee.useEffect(()=>{if(h){const N=()=>{if(O.current&&u>0){const Z=(Date.now()-O.current+C.current)/1e3,ae=Math.max(0,u-Z);c(Math.ceil(ae));const re=Math.min(100,Z/u*100);if(P.setTarget([re]),ae<=0){p(!1),O.current=null,c(0),P.setTarget([100]),t&&setTimeout(()=>t(),0);return}h&&(_.current=requestAnimationFrame(N))}};_.current=requestAnimationFrame(N)}else _.current&&(cancelAnimationFrame(_.current),_.current=null);return()=>{_.current&&cancelAnimationFrame(_.current)}},[h,t,u,P]),ee.useEffect(()=>{let N=null;const te=()=>{P.update(1/60),N=requestAnimationFrame(te)};return N=requestAnimationFrame(te),()=>{N&&cancelAnimationFrame(N)}},[P]),ee.useEffect(()=>{if(!h&&!f&&u>0){const N=(u-l)/u*100;P.setTarget([N])}},[h,f,u,l,P]);const y=N=>{const te=Math.floor(N/60),Z=N%60;return`${te}:${Z.toString().padStart(2,"0")}`},T=b;return n==="small"?S.jsxs(J.Box,{className:o,sx:{display:"flex",alignItems:"center",gap:.125},children:[S.jsxs(J.Box,{sx:{position:"relative",width:40,height:40,display:"flex",alignItems:"center",justifyContent:"center",borderRadius:"50%",overflow:"visible"},children:[S.jsx(No,{width:40,height:40,value:T,valueMin:0,valueMax:100,innerRadius:"70%",outerRadius:"95%",skipAnimation:!0,sx:{opacity:f?.6:1,transition:"opacity 0.2s ease","& .MuiGauge-valueArc":{fill:s.palette.success.main},"& .MuiGauge-referenceArc":{fill:s.palette.success.main,opacity:.3},"& .MuiGauge-valueText":{display:"none"},"& .MuiGauge-text":{display:"none"},"& text":{display:"none"},"& .MuiGauge-referenceArcBackground":{display:"none"},"& .MuiGauge-valueArcBackground":{display:"none"},"& circle":{display:"none"}}}),S.jsx(J.Box,{sx:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:13,height:13,borderRadius:"50%",backgroundColor:((z=s.palette.background)==null?void 0:z.paper)||"white",pointerEvents:"none"}})]}),S.jsx(J.Typography,{variant:"body2",sx:{color:s.palette.text.primary,fontSize:"14px"},children:a?y(l):`${y(l)} / ${i("CycleTimer.Time.lb",{time:y(u)})}`})]}):S.jsxs(J.Box,{className:o,sx:{position:"relative",width:264,height:264,display:"flex",alignItems:"center",justifyContent:"center"},children:[S.jsx(No,{width:264,height:264,value:T,valueMin:0,valueMax:100,innerRadius:"71%",outerRadius:"90%",skipAnimation:!0,sx:{opacity:f?.6:1,transition:"opacity 0.2s ease","& .MuiGauge-valueArc":{fill:s.palette.success.main},"& .MuiGauge-referenceArc":{fill:"white",stroke:"transparent"}}}),S.jsxs(J.Box,{sx:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:187,height:187,borderRadius:"50%",backgroundColor:(V=s.palette.backgroundPaperElevation)==null?void 0:V[8],display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center",gap:1},children:[S.jsx(J.Typography,{variant:"body2",sx:{fontSize:"12px",color:s.palette.text.secondary,marginBottom:.5},children:i("CycleTimer.RemainingTime.lb")}),S.jsx(J.Typography,{variant:"h1",sx:{fontSize:"48px",fontWeight:500,color:s.palette.text.primary,lineHeight:1,marginBottom:.5},children:y(l)}),S.jsx(J.Typography,{variant:"body2",sx:{fontSize:"12px",color:s.palette.text.secondary},children:i("CycleTimer.OfTime.lb",{time:y(u)})})]})]})}));process.env.NODE_ENV!=="production"&&(g.node,g.object.isRequired);function dc(e){return t0(e)}const on=m0({createStyledComponent:dt("div",{name:"MuiStack",slot:"Root"}),useThemeProps:e=>dc({props:e,name:"MuiStack"})});process.env.NODE_ENV!=="production"&&(on.propTypes={children:g.node,component:g.elementType,direction:g.oneOfType([g.oneOf(["column-reverse","column","row-reverse","row"]),g.arrayOf(g.oneOf(["column-reverse","column","row-reverse","row"])),g.object]),divider:g.node,spacing:g.oneOfType([g.arrayOf(g.oneOfType([g.number,g.string])),g.number,g.object,g.string]),sx:g.oneOfType([g.arrayOf(g.oneOfType([g.func,g.object,g.bool])),g.func,g.object]),useFlexGap:g.bool});const Nw=({title:e,titleId:t,...r},n)=>B.createElement("svg",{width:21,height:21,viewBox:"0 0 21 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("g",{id:"JogMinus"},B.createElement("path",{id:"Minus",d:"M0 13V8H21V13H0Z",fill:"white"}))),Fw=ee.forwardRef(Nw),zw=({title:e,titleId:t,...r},n)=>B.createElement("svg",{width:21,height:21,viewBox:"0 0 21 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("g",{id:"JogPlus"},B.createElement("g",{id:"Plus"},B.createElement("path",{d:"M0 13V8H8V13H0Z",fill:"white"}),B.createElement("path",{d:"M8 0L13 2.18557e-07L13 21H8L8 0Z",fill:"white"}),B.createElement("path",{d:"M13 13V8H21V13H13Z",fill:"white"})))),Gw=ee.forwardRef(zw);function Cs(e){ee.useEffect(e,[])}function xm(e){Cs(()=>Be.autorun(e))}function Om(e,t,r){Cs(()=>Be.reaction(e,t,r))}function xn(e){return Cs(()=>{let t;function r(){e(),t=requestAnimationFrame(r)}return t=requestAnimationFrame(r),()=>{cancelAnimationFrame(t)}})}const Xi=Jt(Me.observer(({colors:e,label:t,getDisplayedValue:r,startJogging:n,stopJogging:a,disabled:o,activeJoggingDirection:s,...i})=>{var O,C,P,w,A,E,F;xn(()=>{const y=r(),T=h.current;T&&(T.textContent=y)});const l=J.useTheme(),[c,u]=ee.useState(null);ee.useEffect(()=>{o&&_()},[o]);const d=s||c,h=ee.useRef(null);e||(e={color:"#fff",backgroundColor:"#000",borderColor:"#000",buttonBackgroundColor:{disabled:"#000",default:"#000",hovered:"#000",pressed:"#000"},labelColor:"#000"});const p=d?(O=e.buttonBackgroundColor)==null?void 0:O.pressed:e.borderColor,f={width:"55px",color:e.color,path:{fill:e.color},alignContent:"center",fontSize:"37px",svg:{pointerEvents:"none"}},m={...f,backgroundColor:(C=e.buttonBackgroundColor)==null?void 0:C.default,":hover":{backgroundColor:(P=e.buttonBackgroundColor)==null?void 0:P.hovered},":active":{backgroundColor:(w=e.buttonBackgroundColor)==null?void 0:w.pressed,color:e.backgroundColor,path:{fill:e.backgroundColor}},":disabled":{backgroundColor:(A=e.buttonBackgroundColor)==null?void 0:A.disabled,"svg path":{fill:l.palette.action.disabled}}},b={...f,backgroundColor:(E=e.buttonBackgroundColor)==null?void 0:E.pressed,color:e.backgroundColor,path:{fill:e.backgroundColor},":disabled":{backgroundColor:(F=e.buttonBackgroundColor)==null?void 0:F.pressed,"svg path":{fill:l.palette.action.disabled}}};function x(y,T){o||y.button===0&&(u(T),n(T))}function _(){u(null),a()}return S.jsxs(on,{height:"64px",direction:"row",justifyContent:"center",...i,children:[S.jsx(J.IconButton,{disabled:o,disableRipple:!0,onPointerDown:y=>x(y,"-"),onPointerUp:_,onPointerOut:_,size:"large",sx:{...d==="-"?b:m,borderRadius:"16px 0px 0px 16px",borderLeft:`2px solid ${p??"#fff"}`,borderBottom:`2px solid ${p??"#fff"}`,borderTop:`2px solid ${p??"#fff"}`},children:S.jsx(Fw,{})}),S.jsxs(on,{spacing:"6px",sx:{width:"150px",backgroundColor:e.backgroundColor,alignItems:"center",justifyContent:"center",opacity:"0.9",borderBottom:`2px solid ${p??"#fff"}`,borderTop:`2px solid ${p??"#fff"}`},children:[S.jsx(on,{height:"22px",direction:"row",alignItems:"center",justifyItems:"center",spacing:1,sx:{userSelect:"none",color:e.color,".MuiTypography-root":{fontWeight:700,...o?{color:l.palette.action.disabled}:{}},...o?{"svg path":{fill:l.palette.action.disabled}}:{}},children:t}),S.jsx(J.Typography,{height:"22px",sx:{fontSize:"15px",color:o?l.palette.action.disabled:e.color,fontWeight:700},ref:h,children:r()})]}),S.jsx(J.IconButton,{disableRipple:!0,disabled:o,onPointerDown:y=>x(y,"+"),onPointerUp:_,onPointerOut:_,size:"large",sx:{...d==="+"?b:m,borderRadius:"0px 16px 16px 0px",borderRight:`2px solid ${p??"#fff"}`,borderBottom:`2px solid ${p??"#fff"}`,borderTop:`2px solid ${p??"#fff"}`},children:S.jsx(Gw,{})})]})})),Ir=r0;function Hw(e){return xa("MuiSvgIcon",e)}kh("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const qw=e=>{const{color:t,fontSize:r,classes:n}=e,a={root:["root",t!=="inherit"&&`color${Ze(t)}`,`fontSize${Ze(r)}`]};return wl(a,Hw,n)},Jw=dt("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.color!=="inherit"&&t[`color${Ze(r.color)}`],t[`fontSize${Ze(r.fontSize)}`]]}})(Ir(({theme:e})=>{var t,r,n,a,o,s,i,l,c,u,d,h,p,f;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:(a=(t=e.transitions)==null?void 0:t.create)==null?void 0:a.call(t,"fill",{duration:(n=(r=(e.vars??e).transitions)==null?void 0:r.duration)==null?void 0:n.shorter}),variants:[{props:m=>!m.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:((s=(o=e.typography)==null?void 0:o.pxToRem)==null?void 0:s.call(o,20))||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:((l=(i=e.typography)==null?void 0:i.pxToRem)==null?void 0:l.call(i,24))||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:((u=(c=e.typography)==null?void 0:c.pxToRem)==null?void 0:u.call(c,35))||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,m])=>m&&m.main).map(([m])=>{var b,x;return{props:{color:m},style:{color:(x=(b=(e.vars??e).palette)==null?void 0:b[m])==null?void 0:x.main}}}),{props:{color:"action"},style:{color:(h=(d=(e.vars??e).palette)==null?void 0:d.action)==null?void 0:h.active}},{props:{color:"disabled"},style:{color:(f=(p=(e.vars??e).palette)==null?void 0:p.action)==null?void 0:f.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}})),Fo=B.forwardRef(function(t,r){const n=dc({props:t,name:"MuiSvgIcon"}),{children:a,className:o,color:s="inherit",component:i="svg",fontSize:l="medium",htmlColor:c,inheritViewBox:u=!1,titleAccess:d,viewBox:h="0 0 24 24",...p}=n,f=B.isValidElement(a)&&a.type==="svg",m={...n,color:s,component:i,fontSize:l,instanceFontSize:t.fontSize,inheritViewBox:u,viewBox:h,hasSvgAsChild:f},b={};u||(b.viewBox=h);const x=qw(m);return S.jsxs(Jw,{as:i,className:Et(x.root,o),focusable:"false",color:c,"aria-hidden":d?void 0:!0,role:d?"img":void 0,ref:r,...b,...p,...f&&a.props,ownerState:m,children:[f?a.props.children:a,d?S.jsx("title",{children:d}):null]})});process.env.NODE_ENV!=="production"&&(Fo.propTypes={children:g.node,classes:g.object,className:g.string,color:g.oneOfType([g.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),g.string]),component:g.elementType,fontSize:g.oneOfType([g.oneOf(["inherit","large","medium","small"]),g.string]),htmlColor:g.string,inheritViewBox:g.bool,shapeRendering:g.string,sx:g.oneOfType([g.arrayOf(g.oneOfType([g.func,g.object,g.bool])),g.func,g.object]),titleAccess:g.string,viewBox:g.string});Fo.muiName="SvgIcon";function Ps(e,t){function r(n,a){return S.jsx(Fo,{"data-testid":process.env.NODE_ENV!=="production"?`${t}Icon`:void 0,ref:a,...n,children:e})}return process.env.NODE_ENV!=="production"&&(r.displayName=`${t}Icon`),r.muiName=Fo.muiName,B.memo(B.forwardRef(r))}function go(e){return e&&e.ownerDocument||document}function Ww(e){const{controlled:t,default:r,name:n,state:a="value"}=e,{current:o}=B.useRef(t!==void 0),[s,i]=B.useState(r),l=o?t:s;if(process.env.NODE_ENV!=="production"){B.useEffect(()=>{o!==(t!==void 0)&&console.error([`MUI: A component is changing the ${o?"":"un"}controlled ${a} state of ${n} to be ${o?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${n} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
126
- `))},[a,n,t]);const{current:u}=B.useRef(r);B.useEffect(()=>{!o&&!Object.is(u,r)&&console.error([`MUI: A component is changing the default ${a} state of an uncontrolled ${n} after being initialized. To suppress this warning opt to use a controlled ${n}.`].join(`
127
- `))},[JSON.stringify(r)])}const c=B.useCallback(u=>{o||i(u)},[]);return[l,c]}function bi(e){const t=B.useRef(e);return zh(()=>{t.current=e}),B.useRef((...r)=>(0,t.current)(...r)).current}function wm(...e){const t=B.useRef(void 0),r=B.useCallback(n=>{const a=e.map(o=>{if(o==null)return null;if(typeof o=="function"){const s=o,i=s(n);return typeof i=="function"?i:()=>{s(null)}}return o.current=n,()=>{o.current=null}});return()=>{a.forEach(o=>o==null?void 0:o())}},e);return B.useMemo(()=>e.every(n=>n==null)?null:n=>{t.current&&(t.current(),t.current=void 0),n!=null&&(t.current=r(n))},e)}const Yw=Ps(S.jsx("path",{d:"M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"}),"ChevronLeft"),Kw=Ps(S.jsx("path",{d:"M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"}),"ChevronRight");function wr(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Cm=typeof global=="object"&&global&&global.Object===Object&&global,Qw=typeof self=="object"&&self&&self.Object===Object&&self,$t=Cm||Qw||Function("return this")(),vi=function(){return $t.Date.now()},Xw=/\s/;function Zw(e){for(var t=e.length;t--&&Xw.test(e.charAt(t)););return t}var eC=/^\s+/;function tC(e){return e&&e.slice(0,Zw(e)+1).replace(eC,"")}var lr=$t.Symbol,Pm=Object.prototype,rC=Pm.hasOwnProperty,nC=Pm.toString,Bn=lr?lr.toStringTag:void 0;function aC(e){var t=rC.call(e,Bn),r=e[Bn];try{e[Bn]=void 0;var n=!0}catch{}var a=nC.call(e);return n&&(t?e[Bn]=r:delete e[Bn]),a}var oC=Object.prototype,sC=oC.toString;function iC(e){return sC.call(e)}var lC="[object Null]",cC="[object Undefined]",ld=lr?lr.toStringTag:void 0;function Mr(e){return e==null?e===void 0?cC:lC:ld&&ld in Object(e)?aC(e):iC(e)}function Cr(e){return e!=null&&typeof e=="object"}var uC="[object Symbol]";function Ts(e){return typeof e=="symbol"||Cr(e)&&Mr(e)==uC}var cd=NaN,dC=/^[-+]0x[0-9a-f]+$/i,hC=/^0b[01]+$/i,pC=/^0o[0-7]+$/i,mC=parseInt;function ud(e){if(typeof e=="number")return e;if(Ts(e))return cd;if(wr(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=wr(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=tC(e);var r=hC.test(e);return r||pC.test(e)?mC(e.slice(2),r?2:8):dC.test(e)?cd:+e}var fC="Expected a function",gC=Math.max,yC=Math.min;function bC(e,t,r){var n,a,o,s,i,l,c=0,u=!1,d=!1,h=!0;if(typeof e!="function")throw new TypeError(fC);t=ud(t)||0,wr(r)&&(u=!!r.leading,d="maxWait"in r,o=d?gC(ud(r.maxWait)||0,t):o,h="trailing"in r?!!r.trailing:h);function p(w){var A=n,E=a;return n=a=void 0,c=w,s=e.apply(E,A),s}function f(w){return c=w,i=setTimeout(x,t),u?p(w):s}function m(w){var A=w-l,E=w-c,F=t-A;return d?yC(F,o-E):F}function b(w){var A=w-l,E=w-c;return l===void 0||A>=t||A<0||d&&E>=o}function x(){var w=vi();if(b(w))return _(w);i=setTimeout(x,m(w))}function _(w){return i=void 0,h&&n?p(w):(n=a=void 0,s)}function O(){i!==void 0&&clearTimeout(i),c=0,n=l=a=i=void 0}function C(){return i===void 0?s:_(vi())}function P(){var w=vi(),A=b(w);if(n=arguments,a=this,l=w,A){if(i===void 0)return f(l);if(d)return clearTimeout(i),i=setTimeout(x,t),p(l)}return i===void 0&&(i=setTimeout(x,t)),s}return P.cancel=O,P.flush=C,P}var vC="Expected a function";function SC(e,t,r){var n=!0,a=!0;if(typeof e!="function")throw new TypeError(vC);return wr(r)&&(n="leading"in r?!!r.leading:n,a="trailing"in r?!!r.trailing:a),bC(e,t,{leading:n,maxWait:t,trailing:a})}const Tm=Jt(Me.observer(({startJogging:e,stopJogging:t,lowerLimitDegs:r,upperLimitDegs:n,getValueDegs:a,disabled:o,...s})=>{var O,C,P,w,A,E,F,y,T,z,V,N,te,Z,ae;const{t:i}=Ee.useTranslation(),[l,c]=ee.useState(),u=J.useTheme(),d={background:(O=u.palette.backgroundPaperElevation)==null?void 0:O[4],color:(C=u.palette.backgroundPaperElevation)==null?void 0:C[11]},h=Me.useLocalObservable(()=>({activeJoggingDir:null,startJogging(re){this.activeJoggingDir=re,e(re)},stopJogging(){this.activeJoggingDir=null,t()}})),p=SC(()=>{c(a())},50);xn(p);function f(re){re.button===0&&h.startJogging("-")}function m(re){re.button===0&&h.startJogging("+")}function b(re){h.stopJogging()}function x(re){h.stopJogging()}function _(re,le=1){if(re===void 0||isNaN(re))return"";const q=i("General.degree.variable",{amount:re.toFixed(le)});return re>0&&le===0?`+${q}`:q}return S.jsxs(on,{height:"64px",width:"100%",maxWidth:"260px",direction:"row",...s,sx:{"& .MuiIconButton-root":{width:"52px",color:u.palette.text.primary,alignContent:"center",backgroundColor:(P=u.palette.backgroundPaperElevation)==null?void 0:P[11],"& svg":{width:"42px",height:"42px"},"&.Mui-disabled":{backgroundColor:(w=u.palette.backgroundPaperElevation)==null?void 0:w[11],color:u.palette.action.disabled,opacity:1},"&:hover":{backgroundColor:(A=u.palette.backgroundPaperElevation)==null?void 0:A[9]},"&:active":{...d}}},children:[S.jsx(J.IconButton,{onPointerDown:f,onPointerUp:b,onPointerOut:x,disabled:o,disableRipple:!0,sx:{borderRadius:"16px 0px 0px 16px",...h.activeJoggingDir==="-"?d:{}},children:S.jsx(Yw,{sx:{pointerEvents:"none",color:(T=(y=(F=(E=u.componentsExt)==null?void 0:E.JoggingPanel)==null?void 0:F.JoggingJoint)==null?void 0:y.Joint)==null?void 0:T.arrowColor}})}),S.jsxs(on,{flexGrow:1,alignItems:"center",justifyContent:"center",sx:{borderStyle:"solid",borderLeftWidth:0,borderRightWidth:0,border:"none",backgroundColor:(z=u.palette.backgroundPaperElevation)==null?void 0:z[11],paddingLeft:"20px",paddingRight:"20px",zIndex:1},children:[S.jsx(J.Typography,{sx:{fontSize:"15px",fontWeight:700,position:"relative",top:"5px",color:o?u.palette.action.disabled:u.palette.text.primary},children:_(l)}),S.jsx(J.Slider,{disabled:!0,"aria-label":"Joint position",min:r,max:n,value:l||0,track:!1,sx:{"& .MuiSlider-mark":{display:"none"},"& .MuiSlider-thumb":{width:"5px",height:"12px",borderRadius:"2px",color:o?u.palette.action.disabled:u.palette.text.primary},"& .MuiSlider-markLabel":{top:"20px",fontSize:"12px",color:o?u.palette.action.disabled:u.palette.text.secondary},"& .MuiSlider-rail":{backgroundColor:(V=u.palette.backgroundPaperElevation)==null?void 0:V[5],opacity:1}},marks:r!==void 0&&n!==void 0&&[{value:r,label:_(r,0)},{value:n,label:_(n,0)}]})]}),S.jsx(J.IconButton,{onPointerDown:m,onPointerUp:b,onPointerOut:x,disabled:o,disableRipple:!0,sx:{borderRadius:"0px 16px 16px 0px",...h.activeJoggingDir==="+"?d:{}},children:S.jsx(Kw,{sx:{pointerEvents:"none",color:(ae=(Z=(te=(N=u.componentsExt)==null?void 0:N.JoggingPanel)==null?void 0:te.JoggingJoint)==null?void 0:Z.Joint)==null?void 0:ae.arrowColor}})})]})})),xC=Ps(S.jsx("path",{d:"M10 9h4V6h3l-5-5-5 5h3zm-1 1H6V7l-5 5 5 5v-3h3zm14 2-5-5v3h-3v4h3v3zm-9 3h-4v3H7l5 5 5-5h-3z"}),"OpenWith"),OC=Ps(S.jsx("path",{d:"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92-1.31-2.92-2.92-2.92"}),"Share");function wC(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Am=wC;function CC(){this.__data__=[],this.size=0}var PC=CC;function TC(e,t){return e===t||e!==e&&t!==t}var Rm=TC;function AC(e,t){for(var r=e.length;r--;)if(Rm(e[r][0],t))return r;return-1}var As=AC,RC=Array.prototype,_C=RC.splice;function VC(e){var t=this.__data__,r=As(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():_C.call(t,r,1),--this.size,!0}var EC=VC;function IC(e){var t=this.__data__,r=As(t,e);return r<0?void 0:t[r][1]}var MC=IC;function $C(e){return As(this.__data__,e)>-1}var jC=$C;function kC(e,t){var r=this.__data__,n=As(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var UC=kC;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=PC;On.prototype.delete=EC;On.prototype.get=MC;On.prototype.has=jC;On.prototype.set=UC;var Rs=On;function LC(){this.__data__=new Rs,this.size=0}var DC=LC;function BC(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}var NC=BC;function FC(e){return this.__data__.get(e)}var zC=FC;function GC(e){return this.__data__.has(e)}var HC=GC,qC=typeof global=="object"&&global&&global.Object===Object&&global,_m=qC,JC=typeof self=="object"&&self&&self.Object===Object&&self,WC=_m||JC||Function("return this")(),Wt=WC,YC=Wt.Symbol,yn=YC,Vm=Object.prototype,KC=Vm.hasOwnProperty,QC=Vm.toString,Nn=yn?yn.toStringTag:void 0;function XC(e){var t=KC.call(e,Nn),r=e[Nn];try{e[Nn]=void 0;var n=!0}catch{}var a=QC.call(e);return n&&(t?e[Nn]=r:delete e[Nn]),a}var ZC=XC,eP=Object.prototype,tP=eP.toString;function rP(e){return tP.call(e)}var nP=rP,aP="[object Null]",oP="[object Undefined]",dd=yn?yn.toStringTag:void 0;function sP(e){return e==null?e===void 0?oP:aP:dd&&dd in Object(e)?ZC(e):nP(e)}var Ra=sP,iP="[object AsyncFunction]",lP="[object Function]",cP="[object GeneratorFunction]",uP="[object Proxy]";function dP(e){if(!Am(e))return!1;var t=Ra(e);return t==lP||t==cP||t==iP||t==uP}var Em=dP,hP=Wt["__core-js_shared__"],Si=hP,hd=function(){var e=/[^.]+$/.exec(Si&&Si.keys&&Si.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function pP(e){return!!hd&&hd in e}var mP=pP,fP=Function.prototype,gP=fP.toString;function yP(e){if(e!=null){try{return gP.call(e)}catch{}try{return e+""}catch{}}return""}var $r=yP,bP=/[\\^$.*+?()[\]{}|]/g,vP=/^\[object .+?Constructor\]$/,SP=Function.prototype,xP=Object.prototype,OP=SP.toString,wP=xP.hasOwnProperty,CP=RegExp("^"+OP.call(wP).replace(bP,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function PP(e){if(!Am(e)||mP(e))return!1;var t=Em(e)?CP:vP;return t.test($r(e))}var TP=PP;function AP(e,t){return e==null?void 0:e[t]}var RP=AP;function _P(e,t){var r=RP(e,t);return TP(r)?r:void 0}var wn=_P,VP=wn(Wt,"Map"),pa=VP,EP=wn(Object,"create"),ma=EP;function IP(){this.__data__=ma?ma(null):{},this.size=0}var MP=IP;function $P(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var jP=$P,kP="__lodash_hash_undefined__",UP=Object.prototype,LP=UP.hasOwnProperty;function DP(e){var t=this.__data__;if(ma){var r=t[e];return r===kP?void 0:r}return LP.call(t,e)?t[e]:void 0}var BP=DP,NP=Object.prototype,FP=NP.hasOwnProperty;function zP(e){var t=this.__data__;return ma?t[e]!==void 0:FP.call(t,e)}var GP=zP,HP="__lodash_hash_undefined__";function qP(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=ma&&t===void 0?HP:t,this}var JP=qP;function Cn(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])}}Cn.prototype.clear=MP;Cn.prototype.delete=jP;Cn.prototype.get=BP;Cn.prototype.has=GP;Cn.prototype.set=JP;var pd=Cn;function WP(){this.size=0,this.__data__={hash:new pd,map:new(pa||Rs),string:new pd}}var YP=WP;function KP(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var QP=KP;function XP(e,t){var r=e.__data__;return QP(t)?r[typeof t=="string"?"string":"hash"]:r.map}var _s=XP;function ZP(e){var t=_s(this,e).delete(e);return this.size-=t?1:0,t}var eT=ZP;function tT(e){return _s(this,e).get(e)}var rT=tT;function nT(e){return _s(this,e).has(e)}var aT=nT;function oT(e,t){var r=_s(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}var sT=oT;function Pn(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])}}Pn.prototype.clear=YP;Pn.prototype.delete=eT;Pn.prototype.get=rT;Pn.prototype.has=aT;Pn.prototype.set=sT;var Im=Pn,iT=200;function lT(e,t){var r=this.__data__;if(r instanceof Rs){var n=r.__data__;if(!pa||n.length<iT-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new Im(n)}return r.set(e,t),this.size=r.size,this}var cT=lT;function Tn(e){var t=this.__data__=new Rs(e);this.size=t.size}Tn.prototype.clear=DC;Tn.prototype.delete=NC;Tn.prototype.get=zC;Tn.prototype.has=HC;Tn.prototype.set=cT;var xi=Tn,uT="__lodash_hash_undefined__";function dT(e){return this.__data__.set(e,uT),this}var hT=dT;function pT(e){return this.__data__.has(e)}var mT=pT;function zo(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new Im;++t<r;)this.add(e[t])}zo.prototype.add=zo.prototype.push=hT;zo.prototype.has=mT;var fT=zo;function gT(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 yT=gT;function bT(e,t){return e.has(t)}var vT=bT,ST=1,xT=2;function OT(e,t,r,n,a,o){var s=r&ST,i=e.length,l=t.length;if(i!=l&&!(s&&l>i))return!1;var c=o.get(e),u=o.get(t);if(c&&u)return c==t&&u==e;var d=-1,h=!0,p=r&xT?new fT:void 0;for(o.set(e,t),o.set(t,e);++d<i;){var f=e[d],m=t[d];if(n)var b=s?n(m,f,d,t,e,o):n(f,m,d,e,t,o);if(b!==void 0){if(b)continue;h=!1;break}if(p){if(!yT(t,function(x,_){if(!vT(p,_)&&(f===x||a(f,x,r,n,o)))return p.push(_)})){h=!1;break}}else if(!(f===m||a(f,m,r,n,o))){h=!1;break}}return o.delete(e),o.delete(t),h}var Mm=OT,wT=Wt.Uint8Array,md=wT;function CT(e){var t=-1,r=Array(e.size);return e.forEach(function(n,a){r[++t]=[a,n]}),r}var PT=CT;function TT(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var AT=TT,RT=1,_T=2,VT="[object Boolean]",ET="[object Date]",IT="[object Error]",MT="[object Map]",$T="[object Number]",jT="[object RegExp]",kT="[object Set]",UT="[object String]",LT="[object Symbol]",DT="[object ArrayBuffer]",BT="[object DataView]",fd=yn?yn.prototype:void 0,Oi=fd?fd.valueOf:void 0;function NT(e,t,r,n,a,o,s){switch(r){case BT:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case DT:return!(e.byteLength!=t.byteLength||!o(new md(e),new md(t)));case VT:case ET:case $T:return Rm(+e,+t);case IT:return e.name==t.name&&e.message==t.message;case jT:case UT:return e==t+"";case MT:var i=PT;case kT:var l=n&RT;if(i||(i=AT),e.size!=t.size&&!l)return!1;var c=s.get(e);if(c)return c==t;n|=_T,s.set(e,t);var u=Mm(i(e),i(t),n,a,o,s);return s.delete(e),u;case LT:if(Oi)return Oi.call(e)==Oi.call(t)}return!1}var FT=NT;function zT(e,t){for(var r=-1,n=t.length,a=e.length;++r<n;)e[a+r]=t[r];return e}var GT=zT,HT=Array.isArray,Go=HT;function qT(e,t,r){var n=t(e);return Go(e)?n:GT(n,r(e))}var JT=qT;function WT(e,t){for(var r=-1,n=e==null?0:e.length,a=0,o=[];++r<n;){var s=e[r];t(s,r,e)&&(o[a++]=s)}return o}var YT=WT;function KT(){return[]}var QT=KT,XT=Object.prototype,ZT=XT.propertyIsEnumerable,gd=Object.getOwnPropertySymbols,eA=gd?function(e){return e==null?[]:(e=Object(e),YT(gd(e),function(t){return ZT.call(e,t)}))}:QT,tA=eA;function rA(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var nA=rA;function aA(e){return e!=null&&typeof e=="object"}var fa=aA,oA="[object Arguments]";function sA(e){return fa(e)&&Ra(e)==oA}var yd=sA,$m=Object.prototype,iA=$m.hasOwnProperty,lA=$m.propertyIsEnumerable,cA=yd(function(){return arguments}())?yd:function(e){return fa(e)&&iA.call(e,"callee")&&!lA.call(e,"callee")},uA=cA;function dA(){return!1}var hA=dA,jm=typeof exports=="object"&&exports&&!exports.nodeType&&exports,bd=jm&&typeof module=="object"&&module&&!module.nodeType&&module,pA=bd&&bd.exports===jm,vd=pA?Wt.Buffer:void 0,mA=vd?vd.isBuffer:void 0,fA=mA||hA,Zi=fA,gA=9007199254740991,yA=/^(?:0|[1-9]\d*)$/;function bA(e,t){var r=typeof e;return t=t??gA,!!t&&(r=="number"||r!="symbol"&&yA.test(e))&&e>-1&&e%1==0&&e<t}var vA=bA,SA=9007199254740991;function xA(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=SA}var km=xA,OA="[object Arguments]",wA="[object Array]",CA="[object Boolean]",PA="[object Date]",TA="[object Error]",AA="[object Function]",RA="[object Map]",_A="[object Number]",VA="[object Object]",EA="[object RegExp]",IA="[object Set]",MA="[object String]",$A="[object WeakMap]",jA="[object ArrayBuffer]",kA="[object DataView]",UA="[object Float32Array]",LA="[object Float64Array]",DA="[object Int8Array]",BA="[object Int16Array]",NA="[object Int32Array]",FA="[object Uint8Array]",zA="[object Uint8ClampedArray]",GA="[object Uint16Array]",HA="[object Uint32Array]",Te={};Te[UA]=Te[LA]=Te[DA]=Te[BA]=Te[NA]=Te[FA]=Te[zA]=Te[GA]=Te[HA]=!0;Te[OA]=Te[wA]=Te[jA]=Te[CA]=Te[kA]=Te[PA]=Te[TA]=Te[AA]=Te[RA]=Te[_A]=Te[VA]=Te[EA]=Te[IA]=Te[MA]=Te[$A]=!1;function qA(e){return fa(e)&&km(e.length)&&!!Te[Ra(e)]}var JA=qA;function WA(e){return function(t){return e(t)}}var YA=WA,Um=typeof exports=="object"&&exports&&!exports.nodeType&&exports,ta=Um&&typeof module=="object"&&module&&!module.nodeType&&module,KA=ta&&ta.exports===Um,wi=KA&&_m.process,QA=function(){try{var e=ta&&ta.require&&ta.require("util").types;return e||wi&&wi.binding&&wi.binding("util")}catch{}}(),Sd=QA,xd=Sd&&Sd.isTypedArray,XA=xd?YA(xd):JA,Lm=XA,ZA=Object.prototype,eR=ZA.hasOwnProperty;function tR(e,t){var r=Go(e),n=!r&&uA(e),a=!r&&!n&&Zi(e),o=!r&&!n&&!a&&Lm(e),s=r||n||a||o,i=s?nA(e.length,String):[],l=i.length;for(var c in e)(t||eR.call(e,c))&&!(s&&(c=="length"||a&&(c=="offset"||c=="parent")||o&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||vA(c,l)))&&i.push(c);return i}var rR=tR,nR=Object.prototype;function aR(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||nR;return e===r}var oR=aR;function sR(e,t){return function(r){return e(t(r))}}var iR=sR,lR=iR(Object.keys,Object),cR=lR,uR=Object.prototype,dR=uR.hasOwnProperty;function hR(e){if(!oR(e))return cR(e);var t=[];for(var r in Object(e))dR.call(e,r)&&r!="constructor"&&t.push(r);return t}var pR=hR;function mR(e){return e!=null&&km(e.length)&&!Em(e)}var fR=mR;function gR(e){return fR(e)?rR(e):pR(e)}var yR=gR;function bR(e){return JT(e,yR,tA)}var Od=bR,vR=1,SR=Object.prototype,xR=SR.hasOwnProperty;function OR(e,t,r,n,a,o){var s=r&vR,i=Od(e),l=i.length,c=Od(t),u=c.length;if(l!=u&&!s)return!1;for(var d=l;d--;){var h=i[d];if(!(s?h in t:xR.call(t,h)))return!1}var p=o.get(e),f=o.get(t);if(p&&f)return p==t&&f==e;var m=!0;o.set(e,t),o.set(t,e);for(var b=s;++d<l;){h=i[d];var x=e[h],_=t[h];if(n)var O=s?n(_,x,h,t,e,o):n(x,_,h,e,t,o);if(!(O===void 0?x===_||a(x,_,r,n,o):O)){m=!1;break}b||(b=h=="constructor")}if(m&&!b){var C=e.constructor,P=t.constructor;C!=P&&"constructor"in e&&"constructor"in t&&!(typeof C=="function"&&C instanceof C&&typeof P=="function"&&P instanceof P)&&(m=!1)}return o.delete(e),o.delete(t),m}var wR=OR,CR=wn(Wt,"DataView"),el=CR,PR=wn(Wt,"Promise"),tl=PR,TR=wn(Wt,"Set"),rl=TR,AR=wn(Wt,"WeakMap"),nl=AR,wd="[object Map]",RR="[object Object]",Cd="[object Promise]",Pd="[object Set]",Td="[object WeakMap]",Ad="[object DataView]",_R=$r(el),VR=$r(pa),ER=$r(tl),IR=$r(rl),MR=$r(nl),mr=Ra;(el&&mr(new el(new ArrayBuffer(1)))!=Ad||pa&&mr(new pa)!=wd||tl&&mr(tl.resolve())!=Cd||rl&&mr(new rl)!=Pd||nl&&mr(new nl)!=Td)&&(mr=function(e){var t=Ra(e),r=t==RR?e.constructor:void 0,n=r?$r(r):"";if(n)switch(n){case _R:return Ad;case VR:return wd;case ER:return Cd;case IR:return Pd;case MR:return Td}return t});var Rd=mr,$R=1,_d="[object Arguments]",Vd="[object Array]",Qa="[object Object]",jR=Object.prototype,Ed=jR.hasOwnProperty;function kR(e,t,r,n,a,o){var s=Go(e),i=Go(t),l=s?Vd:Rd(e),c=i?Vd:Rd(t);l=l==_d?Qa:l,c=c==_d?Qa:c;var u=l==Qa,d=c==Qa,h=l==c;if(h&&Zi(e)){if(!Zi(t))return!1;s=!0,u=!1}if(h&&!u)return o||(o=new xi),s||Lm(e)?Mm(e,t,r,n,a,o):FT(e,t,l,r,n,a,o);if(!(r&$R)){var p=u&&Ed.call(e,"__wrapped__"),f=d&&Ed.call(t,"__wrapped__");if(p||f){var m=p?e.value():e,b=f?t.value():t;return o||(o=new xi),a(m,b,r,n,o)}}return h?(o||(o=new xi),wR(e,t,r,n,a,o)):!1}var UR=kR;function Dm(e,t,r,n,a){return e===t?!0:e==null||t==null||!fa(e)&&!fa(t)?e!==e&&t!==t:UR(e,t,r,n,Dm,a)}var LR=Dm;function DR(e,t){return LR(e,t)}var BR=DR;/*! *****************************************************************************
115
+ */var pu;function Db(){return pu||(pu=1,process.env.NODE_ENV!=="production"&&function(){function e(c,u){return c===u&&(c!==0||1/c===1/u)||c!==c&&u!==u}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=J,r=ip(),n=typeof Object.is=="function"?Object.is:e,o=r.useSyncExternalStore,a=t.useRef,s=t.useEffect,i=t.useMemo,l=t.useDebugValue;ii.useSyncExternalStoreWithSelector=function(c,u,d,h,p){var f=a(null);if(f.current===null){var m={hasValue:!1,value:null};f.current=m}else m=f.current;f=i(function(){function S(C){if(!E){if(E=!0,O=C,C=h(C),p!==void 0&&m.hasValue){var T=m.value;if(p(T,C))return w=T}return w=C}if(T=w,n(O,C))return T;var V=h(C);return p!==void 0&&p(T,V)?(O=C,T):(O=C,w=V)}var E=!1,O,w,A=d===void 0?null:d;return[function(){return S(u())},A===null?void 0:function(){return S(A())}]},[u,d,h,p]);var b=o(c,f[0],f[1]);return s(function(){m.hasValue=!0,m.value=b},[b]),l(b),b},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),ii}var mu;function Lb(){return mu||(mu=1,process.env.NODE_ENV==="production"?Yo.exports=Ub():Yo.exports=Db()),Yo.exports}var Bb=Lb();const Nb=Object.is,st=(e,t,r=[],n=Nb)=>{const o=a=>t(a,...r);return Bb.useSyncExternalStoreWithSelector(e.subscribe,e.getSnapshot,e.getSnapshot,o,n)},Fb="DEFAULT_X_AXIS_KEY",zb="DEFAULT_Y_AXIS_KEY",Gb={top:20,bottom:20,left:20,right:20},Hb=45,qb=25,lp=20,Cn=e=>{var t;return(t=e.cartesianAxis)==null?void 0:t.x},Pn=e=>{var t;return(t=e.cartesianAxis)==null?void 0:t.y},Wb=fe([Pn],e=>(e??[]).reduce((t,r)=>{var n;return r.position==="left"?t+(r.width||0)+((n=r.zoom)!=null&&n.slider.enabled?r.zoom.slider.size:0):t},0)),Jb=fe([Pn],e=>(e??[]).reduce((t,r)=>{var n;return r.position==="right"?t+(r.width||0)+((n=r.zoom)!=null&&n.slider.enabled?r.zoom.slider.size:0):t},0)),Yb=fe([Cn],e=>(e??[]).reduce((t,r)=>{var n;return r.position==="top"?t+(r.height||0)+((n=r.zoom)!=null&&n.slider.enabled?r.zoom.slider.size:0):t},0)),Kb=fe([Cn],e=>(e??[]).reduce((t,r)=>{var n;return r.position==="bottom"?t+(r.height||0)+((n=r.zoom)!=null&&n.slider.enabled?r.zoom.slider.size:0):t},0)),Qb=e=>e.dimensions,cp=e=>e.dimensions.width,up=e=>e.dimensions.height,Xb=e=>e.dimensions.margin.top,Zb=e=>e.dimensions.margin.right,ex=e=>e.dimensions.margin.bottom,tx=e=>e.dimensions.margin.left,Ao=fe([cp,up,Xb,Zb,ex,tx,Yb,Jb,Kb,Wb],(e,t,r,n,o,a,s,i,l,c)=>({width:e-a-n-c-i,left:a+c,right:n+i,height:t-r-o-s-l,top:r+s,bottom:o+l})),rx=fe([Qb],e=>({width:e.propsWidth,height:e.propsHeight})),nx=fe([cp,up],(e,t)=>({width:e,height:t}));function dp(e,t){return typeof e=="number"?{top:e,bottom:e,left:e,right:e}:t?K({},t,e):e}const ox=10,fs=({params:e,store:t,svgRef:r})=>{const n=e.width!==void 0&&e.height!==void 0,o=F.useRef({displayError:!1,initialCompute:!0,computeRun:0}),[a,s]=F.useState(0),[i,l]=F.useState(0),c=F.useCallback(()=>{const f=r==null?void 0:r.current;if(!f)return{};const b=jb(f).getComputedStyle(f),S=Math.floor(parseFloat(b.height))||0,E=Math.floor(parseFloat(b.width))||0;return t.update(O=>O.dimensions.width===E&&O.dimensions.height===S?O:K({},O,{dimensions:{margin:{top:e.margin.top,right:e.margin.right,bottom:e.margin.bottom,left:e.margin.left},width:e.width??E,height:e.height??S,propsWidth:e.width,propsHeight:e.height}})),{height:S,width:E}},[t,r,e.height,e.width,e.margin.left,e.margin.right,e.margin.top,e.margin.bottom]);F.useEffect(()=>{t.update(f=>{const m=e.width??f.dimensions.width,b=e.height??f.dimensions.height;return K({},f,{dimensions:{margin:{top:e.margin.top,right:e.margin.right,bottom:e.margin.bottom,left:e.margin.left},width:m,height:b,propsHeight:e.height,propsWidth:e.width}})})},[t,e.height,e.width,e.margin.left,e.margin.right,e.margin.top,e.margin.bottom]),F.useEffect(()=>{o.current.displayError=!0},[]),$t(()=>{if(n||!o.current.initialCompute||o.current.computeRun>ox)return;const f=c();f.width!==a||f.height!==i?(o.current.computeRun+=1,f.width!==void 0&&s(f.width),f.height!==void 0&&l(f.height)):o.current.initialCompute&&(o.current.initialCompute=!1)},[i,a,c,n]),$t(()=>{if(n)return()=>{};c();const f=r.current;if(typeof ResizeObserver>"u")return()=>{};let m;const b=new ResizeObserver(()=>{m=requestAnimationFrame(()=>{c()})});return f&&b.observe(f),()=>{m&&cancelAnimationFrame(m),f&&b.unobserve(f)}},[c,n,r]),process.env.NODE_ENV!=="production"&&(o.current.displayError&&e.width===void 0&&a===0&&(console.error("MUI X Charts: ChartContainer does not have `width` prop, and its container has no `width` defined."),o.current.displayError=!1),o.current.displayError&&e.height===void 0&&i===0&&(console.error("MUI X Charts: ChartContainer does not have `height` prop, and its container has no `height` defined."),o.current.displayError=!1));const u=st(t,Ao),d=F.useCallback(f=>f>=u.left-1&&f<=u.left+u.width,[u.left,u.width]),h=F.useCallback(f=>f>=u.top-1&&f<=u.top+u.height,[u.height,u.top]);return{instance:{isPointInside:F.useCallback((f,m,b)=>b&&"closest"in b&&b.closest("[data-drawing-container]")?!0:d(f)&&h(m),[d,h]),isXInside:d,isYInside:h}}};fs.params={width:!0,height:!0,margin:!0};fs.getDefaultizedParams=({params:e})=>K({},e,{margin:dp(e.margin,Gb)});fs.getInitialState=({width:e,height:t,margin:r})=>({dimensions:{margin:r,width:e??0,height:t??0,propsWidth:e,propsHeight:t}});const kl=({params:e,store:t})=>($t(()=>{t.update(r=>K({},r,{experimentalFeatures:e.experimentalFeatures}))},[t,e.experimentalFeatures]),{});kl.params={experimentalFeatures:!0};kl.getInitialState=({experimentalFeatures:e})=>({experimentalFeatures:e});const ax=e=>e.experimentalFeatures,hp=fe([ax],e=>!!(e!=null&&e.preferStrictDomainInLineCharts));let fu=0;const sx=()=>(fu+=1,`mui-chart-${fu}`),$l=({params:e,store:t})=>(F.useEffect(()=>{t.update(r=>e.id===void 0||e.id===r.id.providedChartId&&r.id.chartId!==void 0?r:K({},r,{id:K({},r.id,{chartId:e.id??sx()})}))},[t,e.id]),{});$l.params={id:!0};$l.getInitialState=({id:e})=>({id:{chartId:e,providedChartId:e}});const ix=e=>e.id,lx=fe([ix],e=>e.chartId),cx=["#4254FB","#FFB422","#FA4F58","#0DBEFF","#22BF75","#FA83B4","#FF7511"],ux=["#495AFB","#FFC758","#F35865","#30C8FF","#44CE8D","#F286B3","#FF8C39"],pp=e=>e==="dark"?ux:cx,mp=({series:e,colors:t,seriesConfig:r,dataset:n})=>{const o={};e.forEach((s,i)=>{var u;const l=r[s.type].getSeriesWithDefaultValues(s,i,t),c=l.id;if(o[s.type]===void 0&&(o[s.type]={series:{},seriesOrder:[]}),((u=o[s.type])==null?void 0:u.series[c])!==void 0)throw new Error(`MUI X Charts: series' id "${c}" is not unique.`);o[s.type].series[c]=l,o[s.type].seriesOrder.push(c)});const a={};return Object.keys(r).forEach(s=>{var l,c;const i=o[s];i!==void 0&&(a[s]=((c=(l=r[s])==null?void 0:l.seriesProcessor)==null?void 0:c.call(l,i,n))??o[s])}),a},gs=({params:e,store:t,seriesConfig:r})=>{const{series:n,dataset:o,theme:a,colors:s}=e,i=F.useRef(!0);return F.useEffect(()=>{if(i.current){i.current=!1;return}t.update(l=>K({},l,{series:K({},l.series,{processedSeries:mp({series:n,colors:typeof s=="function"?s(a):s,seriesConfig:r,dataset:o})})}))},[s,o,n,a,r,t]),{}};gs.params={dataset:!0,series:!0,colors:!0,theme:!0};const dx=[];gs.getDefaultizedParams=({params:e})=>{var t;return K({},e,{series:(t=e.series)!=null&&t.length?e.series:dx,colors:e.colors??pp,theme:e.theme??"light"})};gs.getInitialState=({series:e=[],colors:t,theme:r,dataset:n},o,a)=>({series:{seriesConfig:a,processedSeries:mp({series:e,colors:typeof t=="function"?t(r):t,seriesConfig:a,dataset:n})}});const fp=e=>e.series,_o=fe([fp],e=>e.processedSeries),ys=fe([fp],e=>e.seriesConfig),hx={abort:!0,animationcancel:!0,animationend:!0,animationiteration:!0,animationstart:!0,auxclick:!0,beforeinput:!0,beforetoggle:!0,blur:!0,cancel:!0,canplay:!0,canplaythrough:!0,change:!0,click:!0,close:!0,compositionend:!0,compositionstart:!0,compositionupdate:!0,contextlost:!0,contextmenu:!0,contextrestored:!0,copy:!0,cuechange:!0,cut:!0,dblclick:!0,drag:!0,dragend:!0,dragenter:!0,dragleave:!0,dragover:!0,dragstart:!0,drop:!0,durationchange:!0,emptied:!0,ended:!0,error:!0,focus:!0,focusin:!0,focusout:!0,formdata:!0,gotpointercapture:!0,input:!0,invalid:!0,keydown:!0,keypress:!0,keyup:!0,load:!0,loadeddata:!0,loadedmetadata:!0,loadstart:!0,lostpointercapture:!0,mousedown:!0,mouseenter:!0,mouseleave:!0,mousemove:!0,mouseout:!0,mouseover:!0,mouseup:!0,paste:!0,pause:!0,play:!0,playing:!0,pointercancel:!0,pointerdown:!0,pointerenter:!0,pointerleave:!0,pointermove:!0,pointerout:!0,pointerover:!0,pointerup:!0,progress:!0,ratechange:!0,reset:!0,resize:!0,scroll:!0,scrollend:!0,securitypolicyviolation:!0,seeked:!0,seeking:!0,select:!0,selectionchange:!0,selectstart:!0,slotchange:!0,stalled:!0,submit:!0,suspend:!0,timeupdate:!0,toggle:!0,touchcancel:!0,touchend:!0,touchmove:!0,touchstart:!0,transitioncancel:!0,transitionend:!0,transitionrun:!0,transitionstart:!0,volumechange:!0,waiting:!0,webkitanimationend:!0,webkitanimationiteration:!0,webkitanimationstart:!0,webkittransitionend:!0,wheel:!0};class gp{constructor(t){if(this.name=void 0,this.preventDefault=void 0,this.stopPropagation=void 0,this.preventIf=void 0,this.requiredKeys=void 0,this.keyboardManager=void 0,this.pointerMode=void 0,this.customData={},this.pointerManager=void 0,this.gesturesRegistry=void 0,this.element=void 0,this.state=void 0,this.isSinglePhase=void 0,this.eventType=void 0,this.optionsType=void 0,this.mutableOptionsType=void 0,this.mutableStateType=void 0,!t||!t.name)throw new Error("Gesture must be initialized with a valid name.");if(t.name in hx)throw new Error(`Gesture can't be created with a native event name. Tried to use "${t.name}". Please use a custom name instead.`);this.name=t.name,this.preventDefault=t.preventDefault??!1,this.stopPropagation=t.stopPropagation??!1,this.preventIf=t.preventIf??[],this.requiredKeys=t.requiredKeys??[],this.pointerMode=t.pointerMode??[]}init(t,r,n,o){this.element=t,this.pointerManager=r,this.gesturesRegistry=n,this.keyboardManager=o;const a=`${this.name}ChangeOptions`;this.element.addEventListener(a,this.handleOptionsChange.bind(this));const s=`${this.name}ChangeState`;this.element.addEventListener(s,this.handleStateChange.bind(this))}handleOptionsChange(t){t&&t.detail&&this.updateOptions(t.detail)}updateOptions(t){this.preventDefault=t.preventDefault??this.preventDefault,this.stopPropagation=t.stopPropagation??this.stopPropagation,this.preventIf=t.preventIf??this.preventIf,this.requiredKeys=t.requiredKeys??this.requiredKeys,this.pointerMode=t.pointerMode??this.pointerMode}handleStateChange(t){t&&t.detail&&this.updateState(t.detail)}updateState(t){Object.assign(this.state,t)}getTargetElement(t){return this.isActive||this.element===t.target||this.element.contains(t.target)?this.element:null}set isActive(t){t?this.gesturesRegistry.registerActiveGesture(this.element,this):this.gesturesRegistry.unregisterActiveGesture(this.element,this)}get isActive(){return this.gesturesRegistry.isGestureActive(this.element,this)??!1}shouldPreventGesture(t){if(!this.keyboardManager.areKeysPressed(this.requiredKeys))return!0;if(this.preventIf.length===0)return!1;const r=this.gesturesRegistry.getActiveGestures(t);return this.preventIf.some(n=>r[n])}isPointerTypeAllowed(t){return!this.pointerMode||this.pointerMode.length===0?!0:this.pointerMode.includes(t)}destroy(){const t=`${this.name}ChangeOptions`;this.element.removeEventListener(t,this.handleOptionsChange.bind(this));const r=`${this.name}ChangeState`;this.element.removeEventListener(r,this.handleStateChange.bind(this))}}class px{constructor(){this.activeGestures=new Map}registerActiveGesture(t,r){this.activeGestures.has(t)||this.activeGestures.set(t,new Set);const n=this.activeGestures.get(t),o={gesture:r,element:t};n.add(o)}unregisterActiveGesture(t,r){const n=this.activeGestures.get(t);n&&(n.forEach(o=>{o.gesture===r&&n.delete(o)}),n.size===0&&this.activeGestures.delete(t))}getActiveGestures(t){const r=this.activeGestures.get(t);return r?Array.from(r).reduce((n,o)=>(n[o.gesture.name]=!0,n),{}):{}}isGestureActive(t,r){const n=this.activeGestures.get(t);return n?Array.from(n).some(o=>o.gesture===r):!1}destroy(){this.activeGestures.clear()}unregisterElement(t){this.activeGestures.delete(t)}}class mx{constructor(){this.pressedKeys=new Set,this.handleKeyDown=t=>{this.pressedKeys.add(t.key)},this.handleKeyUp=t=>{this.pressedKeys.delete(t.key)},this.clearKeys=()=>{this.pressedKeys.clear()},this.initialize()}initialize(){typeof window>"u"||(window.addEventListener("keydown",this.handleKeyDown),window.addEventListener("keyup",this.handleKeyUp),window.addEventListener("blur",this.clearKeys))}areKeysPressed(t){return!t||t.length===0?!0:t.every(r=>r==="ControlOrMeta"?this.pressedKeys.has("Control")||this.pressedKeys.has("Meta"):this.pressedKeys.has(r))}destroy(){typeof window<"u"&&(window.removeEventListener("keydown",this.handleKeyDown),window.removeEventListener("keyup",this.handleKeyUp),window.removeEventListener("blur",this.clearKeys)),this.clearKeys()}}class fx{constructor(t){this.root=void 0,this.touchAction=void 0,this.passive=void 0,this.preventEventInterruption=!0,this.pointers=new Map,this.gestureHandlers=new Set,this.handleInterruptEvents=r=>{if(this.preventEventInterruption&&"pointerType"in r&&r.pointerType==="touch"){r.preventDefault();return}const n=new PointerEvent("forceCancel",{bubbles:!1,cancelable:!1}),o=this.pointers.values().next().value;if(this.pointers.size>0&&o){Object.defineProperties(n,{clientX:{value:o.clientX},clientY:{value:o.clientY},pointerId:{value:o.pointerId},pointerType:{value:o.pointerType}});for(const[a,s]of this.pointers.entries()){const i=K({},s,{type:"forceCancel"});this.pointers.set(a,i)}}this.notifyHandlers(n),this.pointers.clear()},this.handlePointerEvent=r=>{const{type:n,pointerId:o}=r;if(n==="pointerdown"){if(this.pointers.set(o,this.createPointerData(r)),r.target instanceof Element)try{r.target.setPointerCapture(o)}catch{}}else if(n==="pointermove")this.pointers.set(o,this.createPointerData(r));else if(n==="pointerup"||n==="pointercancel"||n==="forceCancel"){if(r.target instanceof Element)try{r.target.releasePointerCapture(o)}catch{}this.pointers.set(o,this.createPointerData(r)),this.notifyHandlers(r),this.pointers.delete(o);return}this.notifyHandlers(r)},this.root=t.root??document.documentElement,this.touchAction=t.touchAction||"auto",this.passive=t.passive!==!1,this.preventEventInterruption=t.preventEventInterruption!==!1,this.setupEventListeners()}registerGestureHandler(t){return this.gestureHandlers.add(t),()=>{this.gestureHandlers.delete(t)}}getPointers(){return new Map(this.pointers)}setupEventListeners(){this.touchAction!=="auto"&&(this.root.style.touchAction=this.touchAction),this.root.addEventListener("pointerdown",this.handlePointerEvent,{passive:this.passive}),this.root.addEventListener("pointermove",this.handlePointerEvent,{passive:this.passive}),this.root.addEventListener("pointerup",this.handlePointerEvent,{passive:this.passive}),this.root.addEventListener("pointercancel",this.handlePointerEvent,{passive:this.passive}),this.root.addEventListener("forceCancel",this.handlePointerEvent,{passive:this.passive}),this.root.addEventListener("blur",this.handleInterruptEvents),this.root.addEventListener("contextmenu",this.handleInterruptEvents)}notifyHandlers(t){this.gestureHandlers.forEach(r=>r(this.pointers,t))}createPointerData(t){return{pointerId:t.pointerId,clientX:t.clientX,clientY:t.clientY,pageX:t.pageX,pageY:t.pageY,target:t.target,timeStamp:t.timeStamp,type:t.type,isPrimary:t.isPrimary,pressure:t.pressure,width:t.width,height:t.height,pointerType:t.pointerType,srcEvent:t}}destroy(){this.root.removeEventListener("pointerdown",this.handlePointerEvent),this.root.removeEventListener("pointermove",this.handlePointerEvent),this.root.removeEventListener("pointerup",this.handlePointerEvent),this.root.removeEventListener("pointercancel",this.handlePointerEvent),this.root.removeEventListener("forceCancel",this.handlePointerEvent),this.root.removeEventListener("blur",this.handleInterruptEvents),this.root.removeEventListener("contextmenu",this.handleInterruptEvents),this.pointers.clear(),this.gestureHandlers.clear()}}class gx{constructor(t){this.gestureTemplates=new Map,this.elementGestureMap=new Map,this.activeGesturesRegistry=new px,this.pointerManager=void 0,this.keyboardManager=new mx,this.pointerManager=new fx({root:t.root,touchAction:t.touchAction,passive:t.passive}),t.gestures&&t.gestures.length>0&&t.gestures.forEach(r=>{this.addGestureTemplate(r)})}addGestureTemplate(t){this.gestureTemplates.has(t.name)&&console.warn(`Gesture template with name "${t.name}" already exists. It will be overwritten.`),this.gestureTemplates.set(t.name,t)}setGestureOptions(t,r,n){const o=this.elementGestureMap.get(r);if(!o||!o.has(t)){console.error(`Gesture "${t}" not found on the provided element.`);return}const a=new CustomEvent(`${t}ChangeOptions`,{detail:n,bubbles:!1,cancelable:!1});r.dispatchEvent(a)}setGestureState(t,r,n){const o=this.elementGestureMap.get(r);if(!o||!o.has(t)){console.error(`Gesture "${t}" not found on the provided element.`);return}const a=new CustomEvent(`${t}ChangeState`,{detail:n,bubbles:!1,cancelable:!1});r.dispatchEvent(a)}registerElement(t,r,n){if(Array.isArray(t))return t.forEach(a=>{const s=n==null?void 0:n[a];this.registerSingleGesture(a,r,s)}),r;const o=n==null?void 0:n[t];return this.registerSingleGesture(t,r,o),r}registerSingleGesture(t,r,n){const o=this.gestureTemplates.get(t);if(!o)return console.error(`Gesture template "${t}" not found.`),!1;this.elementGestureMap.has(r)||this.elementGestureMap.set(r,new Map);const a=this.elementGestureMap.get(r);a.has(t)&&(console.warn(`Element already has gesture "${t}" registered. It will be replaced.`),this.unregisterElement(t,r));const s=o.clone(n);return s.init(r,this.pointerManager,this.activeGesturesRegistry,this.keyboardManager),a.set(t,s),!0}unregisterElement(t,r){const n=this.elementGestureMap.get(r);return!n||!n.has(t)?!1:(n.get(t).destroy(),n.delete(t),this.activeGesturesRegistry.unregisterElement(r),n.size===0&&this.elementGestureMap.delete(r),!0)}unregisterAllGestures(t){const r=this.elementGestureMap.get(t);if(r){for(const[,n]of r)n.destroy(),this.activeGesturesRegistry.unregisterElement(t);this.elementGestureMap.delete(t)}}destroy(){for(const[t]of this.elementGestureMap)this.unregisterAllGestures(t);this.gestureTemplates.clear(),this.elementGestureMap.clear(),this.activeGesturesRegistry.destroy(),this.keyboardManager.destroy()}}class Eo extends gp{constructor(t){super(t),this.unregisterHandler=null,this.originalTarget=null,this.optionsType=void 0,this.mutableOptionsType=void 0,this.minPointers=void 0,this.maxPointers=void 0,this.minPointers=t.minPointers??1,this.maxPointers=t.maxPointers??1/0}init(t,r,n,o){super.init(t,r,n,o),this.unregisterHandler=this.pointerManager.registerGestureHandler((a,s)=>this.handlePointerEvent(a,s))}updateOptions(t){super.updateOptions(t),this.minPointers=t.minPointers??this.minPointers,this.maxPointers=t.maxPointers??this.maxPointers}getRelevantPointers(t,r){return t.filter(n=>this.isPointerTypeAllowed(n.pointerType)&&(r===n.target||n.target===this.originalTarget||r===this.originalTarget||r.contains(n.target)))}destroy(){this.unregisterHandler&&(this.unregisterHandler(),this.unregisterHandler=null),super.destroy()}}function yx(e,t){const r=t.x-e.x,n=t.y-e.y;return Math.sqrt(r*r+n*n)}function li(e){if(e.length<2)return 0;let t=0,r=0;for(let n=0;n<e.length;n+=1)for(let o=n+1;o<e.length;o+=1)t+=yx({x:e[n].clientX,y:e[n].clientY},{x:e[o].clientX,y:e[o].clientY}),r+=1;return r>0?t/r:0}function Wt(e){if(e.length===0)return{x:0,y:0};const t=e.reduce((r,n)=>(r.x+=n.clientX,r.y+=n.clientY,r),{x:0,y:0});return{x:t.x/e.length,y:t.y/e.length}}function Tn(e,t){return`${e}${t==="ongoing"?"":t.charAt(0).toUpperCase()+t.slice(1)}`}const Qo=1e-5,rr=1e-5,gu=.15;function bx(e,t){const r=t.x-e.x,n=t.y-e.y,o={vertical:null,horizontal:null,mainAxis:null},a=xx(t,e),s=Math.abs(r)>Math.abs(n)?"horizontal":"vertical",i=a||s==="horizontal"?Qo:gu,l=a?Qo:s==="horizontal"?gu:Qo;return Math.abs(r)>i&&(o.horizontal=r>0?"right":"left"),Math.abs(n)>l&&(o.vertical=n>0?"down":"up"),o.mainAxis=a?"diagonal":s,o}function xx(e,t){const r=t.x-e.x,n=t.y-e.y,o=Math.atan2(n,r)*180/Math.PI;return o>=-45+rr&&o<=-22.5+rr||o>=22.5+rr&&o<=45+rr||o>=135+rr&&o<=157.5+rr||o>=-157.5+rr&&o<=-135+rr}function vx(e,t){if(!e.vertical&&!e.horizontal)return!1;if(t.length===0)return!0;const r=e.vertical===null||t.includes(e.vertical),n=e.horizontal===null||t.includes(e.horizontal);return r&&n}const Sx=0,Ox=e=>e>Sx?1:e<-0?-1:0;class Ul extends Eo{constructor(t){super(t),this.state={lastPosition:null},this.isSinglePhase=void 0,this.eventType=void 0,this.optionsType=void 0,this.mutableOptionsType=void 0,this.mutableStateType=void 0,this.threshold=void 0,this.handleElementEnterBound=void 0,this.handleElementLeaveBound=void 0,this.handleElementEnterBound=this.handleElementEnter.bind(this),this.handleElementLeaveBound=this.handleElementLeave.bind(this),this.threshold=t.threshold||0}clone(t){return new Ul(K({name:this.name,preventDefault:this.preventDefault,stopPropagation:this.stopPropagation,threshold:this.threshold,minPointers:this.minPointers,maxPointers:this.maxPointers,requiredKeys:[...this.requiredKeys],pointerMode:[...this.pointerMode],preventIf:[...this.preventIf]},t))}init(t,r,n,o){super.init(t,r,n,o),this.element.addEventListener("pointerenter",this.handleElementEnterBound),this.element.addEventListener("pointerleave",this.handleElementLeaveBound)}destroy(){this.element.removeEventListener("pointerenter",this.handleElementEnterBound),this.element.removeEventListener("pointerleave",this.handleElementLeaveBound),this.resetState(),super.destroy()}updateOptions(t){super.updateOptions(t)}resetState(){this.isActive=!1,this.state={lastPosition:null}}handleElementEnter(t){if(t.pointerType!=="mouse"&&t.pointerType!=="pen")return;const r=this.pointerManager.getPointers()||new Map,n=Array.from(r.values());if(n.length>=this.minPointers&&n.length<=this.maxPointers){this.isActive=!0;const o={x:t.clientX,y:t.clientY};this.state.lastPosition=o,this.emitMoveEvent(this.element,"start",n,t),this.emitMoveEvent(this.element,"ongoing",n,t)}}handleElementLeave(t){if(t.pointerType!=="mouse"&&t.pointerType!=="pen"||!this.isActive)return;const r=this.pointerManager.getPointers()||new Map,n=Array.from(r.values());this.emitMoveEvent(this.element,"end",n,t),this.resetState()}handlePointerEvent(t,r){if(r.type!=="pointermove"||r.pointerType!=="mouse"&&r.pointerType!=="pen")return;this.preventDefault&&r.preventDefault(),this.stopPropagation&&r.stopPropagation();const n=Array.from(t.values()),o=this.getTargetElement(r);if(!o||n.length<this.minPointers||n.length>this.maxPointers)return;if(this.shouldPreventGesture(o)){if(!this.isActive)return;this.resetState(),this.emitMoveEvent(o,"end",n,r);return}const a={x:r.clientX,y:r.clientY};this.state.lastPosition=a,this.isActive||(this.isActive=!0,this.emitMoveEvent(o,"start",n,r)),this.emitMoveEvent(o,"ongoing",n,r)}emitMoveEvent(t,r,n,o){const a=this.state.lastPosition||Wt(n),s=this.gesturesRegistry.getActiveGestures(t),i={gestureName:this.name,centroid:a,target:o.target,srcEvent:o,phase:r,pointers:n,timeStamp:o.timeStamp,activeGestures:s,customData:this.customData},l=Tn(this.name,r),c=new CustomEvent(l,{bubbles:!0,cancelable:!0,detail:i});t.dispatchEvent(c)}}class Dl extends Eo{constructor(t){super(t),this.state={startPointers:new Map,startCentroid:null,lastCentroid:null,movementThresholdReached:!1,totalDeltaX:0,totalDeltaY:0,activeDeltaX:0,activeDeltaY:0,lastDirection:{vertical:null,horizontal:null,mainAxis:null},lastDeltas:null},this.isSinglePhase=void 0,this.eventType=void 0,this.optionsType=void 0,this.mutableOptionsType=void 0,this.mutableStateType=void 0,this.threshold=void 0,this.direction=void 0,this.direction=t.direction||["up","down","left","right"],this.threshold=t.threshold||0}clone(t){return new Dl(K({name:this.name,preventDefault:this.preventDefault,stopPropagation:this.stopPropagation,threshold:this.threshold,minPointers:this.minPointers,maxPointers:this.maxPointers,direction:[...this.direction],requiredKeys:[...this.requiredKeys],pointerMode:[...this.pointerMode],preventIf:[...this.preventIf]},t))}destroy(){this.resetState(),super.destroy()}updateOptions(t){super.updateOptions(t),this.direction=t.direction||this.direction}resetState(){this.isActive=!1,this.state=K({},this.state,{startPointers:new Map,startCentroid:null,lastCentroid:null,lastDeltas:null,activeDeltaX:0,activeDeltaY:0,movementThresholdReached:!1,lastDirection:{vertical:null,horizontal:null,mainAxis:null}})}handlePointerEvent(t,r){const n=Array.from(t.values());if(r.type==="forceCancel"){this.cancel(r.target,n,r);return}const o=this.getTargetElement(r);if(!o)return;if(this.shouldPreventGesture(o)){this.cancel(o,n,r);return}const a=this.getRelevantPointers(n,o);if(a.length<this.minPointers||a.length>this.maxPointers){this.cancel(o,a,r);return}switch(r.type){case"pointerdown":!this.isActive&&!this.state.startCentroid&&(a.forEach(s=>{this.state.startPointers.set(s.pointerId,s)}),this.originalTarget=o,this.state.startCentroid=Wt(a),this.state.lastCentroid=K({},this.state.startCentroid));break;case"pointermove":if(this.state.startCentroid&&a.length>=this.minPointers){const s=Wt(a),i=s.x-this.state.startCentroid.x,l=s.y-this.state.startCentroid.y,c=Math.sqrt(i*i+l*l),u=bx(this.state.lastCentroid??this.state.startCentroid,s),d=this.state.lastCentroid?s.x-this.state.lastCentroid.x:0,h=this.state.lastCentroid?s.y-this.state.lastCentroid.y:0;!this.state.movementThresholdReached&&c>=this.threshold&&vx(u,this.direction)?(this.state.movementThresholdReached=!0,this.isActive=!0,this.state.lastDeltas={x:d,y:h},this.state.totalDeltaX+=d,this.state.totalDeltaY+=h,this.state.activeDeltaX+=d,this.state.activeDeltaY+=h,this.emitPanEvent(o,"start",a,r,s),this.emitPanEvent(o,"ongoing",a,r,s)):this.state.movementThresholdReached&&this.isActive&&(this.state.lastDeltas={x:d,y:h},this.state.totalDeltaX+=d,this.state.totalDeltaY+=h,this.state.activeDeltaX+=d,this.state.activeDeltaY+=h,this.emitPanEvent(o,"ongoing",a,r,s)),this.state.lastCentroid=s,this.state.lastDirection=u}break;case"pointerup":case"pointercancel":case"forceCancel":if(this.isActive&&this.state.movementThresholdReached){if(a.filter(s=>s.type!=="pointerup"&&s.type!=="pointercancel").length<this.minPointers){const s=this.state.lastCentroid||this.state.startCentroid;r.type==="pointercancel"&&this.emitPanEvent(o,"cancel",a,r,s),this.emitPanEvent(o,"end",a,r,s),this.resetState()}}else this.resetState();break}}emitPanEvent(t,r,n,o,a){var S,E;if(!this.state.startCentroid)return;const s=((S=this.state.lastDeltas)==null?void 0:S.x)??0,i=((E=this.state.lastDeltas)==null?void 0:E.y)??0,l=this.state.startPointers.values().next().value,c=l?(o.timeStamp-l.timeStamp)/1e3:0,u=c>0?s/c:0,d=c>0?i/c:0,h=Math.sqrt(u*u+d*d),p=this.gesturesRegistry.getActiveGestures(t),f={gestureName:this.name,initialCentroid:this.state.startCentroid,centroid:a,target:o.target,srcEvent:o,phase:r,pointers:n,timeStamp:o.timeStamp,deltaX:s,deltaY:i,direction:this.state.lastDirection,velocityX:u,velocityY:d,velocity:h,totalDeltaX:this.state.totalDeltaX,totalDeltaY:this.state.totalDeltaY,activeDeltaX:this.state.activeDeltaX,activeDeltaY:this.state.activeDeltaY,activeGestures:p,customData:this.customData},m=Tn(this.name,r),b=new CustomEvent(m,{bubbles:!0,cancelable:!0,detail:f});t.dispatchEvent(b),this.preventDefault&&o.preventDefault(),this.stopPropagation&&o.stopPropagation()}cancel(t,r,n){if(this.isActive){const o=t??this.element;this.emitPanEvent(o,"cancel",r,n,this.state.lastCentroid),this.emitPanEvent(o,"end",r,n,this.state.lastCentroid)}this.resetState()}}class Ll extends Eo{constructor(t){super(K({},t,{minPointers:t.minPointers??2})),this.state={startDistance:0,lastDistance:0,lastScale:1,lastTime:0,velocity:0,totalScale:1,deltaScale:0},this.isSinglePhase=void 0,this.eventType=void 0,this.optionsType=void 0,this.mutableOptionsType=void 0,this.mutableStateType=void 0,this.threshold=void 0,this.threshold=t.threshold??0}clone(t){return new Ll(K({name:this.name,preventDefault:this.preventDefault,stopPropagation:this.stopPropagation,threshold:this.threshold,minPointers:this.minPointers,maxPointers:this.maxPointers,requiredKeys:[...this.requiredKeys],pointerMode:[...this.pointerMode],preventIf:[...this.preventIf]},t))}destroy(){this.resetState(),super.destroy()}updateOptions(t){super.updateOptions(t)}resetState(){this.isActive=!1,this.state=K({},this.state,{startDistance:0,lastDistance:0,lastScale:1,lastTime:0,velocity:0,deltaScale:0})}handlePointerEvent(t,r){const n=Array.from(t.values()),o=this.getTargetElement(r);if(!o)return;if(this.shouldPreventGesture(o)){this.isActive&&(this.emitPinchEvent(o,"cancel",n,r),this.resetState());return}const a=this.getRelevantPointers(n,o);switch(r.type){case"pointerdown":if(a.length>=2&&!this.isActive){const s=li(a);this.state.startDistance=s,this.state.lastDistance=s,this.state.lastTime=r.timeStamp,this.originalTarget=o}break;case"pointermove":if(this.state.startDistance&&a.length>=this.minPointers){const s=li(a),i=Math.abs(s-this.state.lastDistance);if(i!==0&&i>=this.threshold){const l=this.state.startDistance?s/this.state.startDistance:1,c=l/this.state.lastScale;this.state.totalScale*=c;const u=(r.timeStamp-this.state.lastTime)/1e3;if(this.state.lastDistance){const h=(s-this.state.lastDistance)/u;this.state.velocity=Number.isNaN(h)?0:h}this.state.lastDistance=s,this.state.deltaScale=l-this.state.lastScale,this.state.lastScale=l,this.state.lastTime=r.timeStamp,this.isActive?this.emitPinchEvent(o,"ongoing",a,r):(this.isActive=!0,this.emitPinchEvent(o,"start",a,r),this.emitPinchEvent(o,"ongoing",a,r))}}break;case"pointerup":case"pointercancel":case"forceCancel":if(this.isActive){const s=a.filter(i=>i.type!=="pointerup"&&i.type!=="pointercancel");if(s.length<this.minPointers)r.type==="pointercancel"&&this.emitPinchEvent(o,"cancel",a,r),this.emitPinchEvent(o,"end",a,r),this.resetState();else if(s.length>=2){const i=li(s);this.state.startDistance=i/this.state.lastScale}}break}}emitPinchEvent(t,r,n,o){const a=Wt(n),s=this.state.lastDistance,i=this.state.lastScale,l=this.gesturesRegistry.getActiveGestures(t),c={gestureName:this.name,centroid:a,target:o.target,srcEvent:o,phase:r,pointers:n,timeStamp:o.timeStamp,scale:i,deltaScale:this.state.deltaScale,totalScale:this.state.totalScale,distance:s,velocity:this.state.velocity,activeGestures:l,direction:Ox(this.state.velocity),customData:this.customData};this.preventDefault&&o.preventDefault(),this.stopPropagation&&o.stopPropagation();const u=Tn(this.name,r),d=new CustomEvent(u,{bubbles:!0,cancelable:!0,detail:c});t.dispatchEvent(d)}}class Bl extends Eo{constructor(t){super(t),this.state={startCentroid:null,lastPosition:null,timerId:null,startTime:0,pressThresholdReached:!1},this.isSinglePhase=void 0,this.eventType=void 0,this.optionsType=void 0,this.mutableOptionsType=void 0,this.mutableStateType=void 0,this.duration=void 0,this.maxDistance=void 0,this.duration=t.duration??500,this.maxDistance=t.maxDistance??10}clone(t){return new Bl(K({name:this.name,preventDefault:this.preventDefault,stopPropagation:this.stopPropagation,minPointers:this.minPointers,maxPointers:this.maxPointers,duration:this.duration,maxDistance:this.maxDistance,requiredKeys:[...this.requiredKeys],pointerMode:[...this.pointerMode],preventIf:[...this.preventIf]},t))}destroy(){this.clearPressTimer(),this.resetState(),super.destroy()}updateOptions(t){super.updateOptions(t),this.duration=t.duration??this.duration,this.maxDistance=t.maxDistance??this.maxDistance}resetState(){this.clearPressTimer(),this.isActive=!1,this.state=K({},this.state,{startCentroid:null,lastPosition:null,timerId:null,startTime:0,pressThresholdReached:!1})}clearPressTimer(){this.state.timerId!==null&&(clearTimeout(this.state.timerId),this.state.timerId=null)}handlePointerEvent(t,r){const n=Array.from(t.values());if(r.type==="forceCancel"){this.cancelPress(r.target,n,r);return}const o=this.getTargetElement(r);if(!o)return;if(this.shouldPreventGesture(o)){this.isActive&&this.cancelPress(o,n,r);return}const a=this.getRelevantPointers(n,o);if(a.length<this.minPointers||a.length>this.maxPointers){this.isActive&&this.cancelPress(o,a,r);return}switch(r.type){case"pointerdown":!this.isActive&&!this.state.startCentroid&&(this.state.startCentroid=Wt(a),this.state.lastPosition=K({},this.state.startCentroid),this.state.startTime=r.timeStamp,this.isActive=!0,this.originalTarget=o,this.clearPressTimer(),this.state.timerId=setTimeout(()=>{if(this.isActive&&this.state.startCentroid){this.state.pressThresholdReached=!0;const s=this.state.lastPosition;this.emitPressEvent(o,"start",a,r,s),this.emitPressEvent(o,"ongoing",a,r,s)}},this.duration));break;case"pointermove":if(this.isActive&&this.state.startCentroid){const s=Wt(a);this.state.lastPosition=s;const i=s.x-this.state.startCentroid.x,l=s.y-this.state.startCentroid.y;Math.sqrt(i*i+l*l)>this.maxDistance&&this.cancelPress(o,a,r)}break;case"pointerup":if(this.isActive){if(this.state.pressThresholdReached){const s=this.state.lastPosition||this.state.startCentroid;this.emitPressEvent(o,"end",a,r,s)}this.resetState()}break;case"pointercancel":case"forceCancel":this.cancelPress(o,a,r);break}}emitPressEvent(t,r,n,o,a){const s=this.gesturesRegistry.getActiveGestures(t),i=o.timeStamp-this.state.startTime,l={gestureName:this.name,centroid:a,target:o.target,srcEvent:o,phase:r,pointers:n,timeStamp:o.timeStamp,x:a.x,y:a.y,duration:i,activeGestures:s,customData:this.customData},c=Tn(this.name,r),u=new CustomEvent(c,{bubbles:!0,cancelable:!0,detail:l});t.dispatchEvent(u),this.preventDefault&&o.preventDefault(),this.stopPropagation&&o.stopPropagation()}cancelPress(t,r,n){if(this.isActive&&this.state.pressThresholdReached){const o=this.state.lastPosition||this.state.startCentroid;this.emitPressEvent(t??this.element,"cancel",r,n,o),this.emitPressEvent(t??this.element,"end",r,n,o)}this.resetState()}}class Nl extends Eo{constructor(t){super(t),this.state={startCentroid:null,currentTapCount:0,lastTapTime:0,lastPosition:null},this.isSinglePhase=void 0,this.eventType=void 0,this.optionsType=void 0,this.mutableOptionsType=void 0,this.mutableStateType=void 0,this.maxDistance=void 0,this.taps=void 0,this.maxDistance=t.maxDistance??10,this.taps=t.taps??1}clone(t){return new Nl(K({name:this.name,preventDefault:this.preventDefault,stopPropagation:this.stopPropagation,minPointers:this.minPointers,maxPointers:this.maxPointers,maxDistance:this.maxDistance,taps:this.taps,requiredKeys:[...this.requiredKeys],pointerMode:[...this.pointerMode],preventIf:[...this.preventIf]},t))}destroy(){this.resetState(),super.destroy()}updateOptions(t){super.updateOptions(t),this.maxDistance=t.maxDistance??this.maxDistance,this.taps=t.taps??this.taps}resetState(){this.isActive=!1,this.state={startCentroid:null,currentTapCount:0,lastTapTime:0,lastPosition:null}}handlePointerEvent(t,r){const n=Array.from(t.values()),o=this.getTargetElement(r);if(!o)return;const a=this.getRelevantPointers(n,o);if(this.shouldPreventGesture(o)||a.length<this.minPointers||a.length>this.maxPointers){this.isActive&&this.cancelTap(o,a,r);return}switch(r.type){case"pointerdown":this.isActive||(this.state.startCentroid=Wt(a),this.state.lastPosition=K({},this.state.startCentroid),this.isActive=!0,this.originalTarget=o);break;case"pointermove":if(this.isActive&&this.state.startCentroid){const s=Wt(a);this.state.lastPosition=s;const i=s.x-this.state.startCentroid.x,l=s.y-this.state.startCentroid.y;Math.sqrt(i*i+l*l)>this.maxDistance&&this.cancelTap(o,a,r)}break;case"pointerup":if(this.isActive){this.state.currentTapCount+=1;const s=this.state.lastPosition||this.state.startCentroid;if(!s){this.cancelTap(o,a,r);return}this.state.currentTapCount>=this.taps?(this.fireTapEvent(o,a,r,s),this.resetState()):(this.state.lastTapTime=r.timeStamp,this.isActive=!1,this.state.startCentroid=null,setTimeout(()=>{this.state&&this.state.currentTapCount>0&&this.state.currentTapCount<this.taps&&(this.state.currentTapCount=0)},300))}break;case"pointercancel":case"forceCancel":this.cancelTap(o,a,r);break}}fireTapEvent(t,r,n,o){const a=this.gesturesRegistry.getActiveGestures(t),s={gestureName:this.name,centroid:o,target:n.target,srcEvent:n,phase:"end",pointers:r,timeStamp:n.timeStamp,x:o.x,y:o.y,tapCount:this.state.currentTapCount,activeGestures:a,customData:this.customData},i=new CustomEvent(this.name,{bubbles:!0,cancelable:!0,detail:s});t.dispatchEvent(i),this.preventDefault&&n.preventDefault(),this.stopPropagation&&n.stopPropagation()}cancelTap(t,r,n){if(this.state.startCentroid||this.state.lastPosition){const o=this.state.lastPosition||this.state.startCentroid,a=this.gesturesRegistry.getActiveGestures(t),s={gestureName:this.name,centroid:o,target:n.target,srcEvent:n,phase:"cancel",pointers:r,timeStamp:n.timeStamp,x:o.x,y:o.y,tapCount:this.state.currentTapCount,activeGestures:a,customData:this.customData},i=Tn(this.name,"cancel"),l=new CustomEvent(i,{bubbles:!0,cancelable:!0,detail:s});t.dispatchEvent(l)}this.resetState()}}class Fl extends gp{constructor(t){super(t),this.state={totalDeltaX:0,totalDeltaY:0,totalDeltaZ:0},this.isSinglePhase=void 0,this.eventType=void 0,this.optionsType=void 0,this.mutableOptionsType=void 0,this.mutableStateType=void 0,this.sensitivity=void 0,this.max=void 0,this.min=void 0,this.initialDelta=void 0,this.invert=void 0,this.handleWheelEventBound=void 0,this.sensitivity=t.sensitivity??1,this.max=t.max??Number.MAX_SAFE_INTEGER,this.min=t.min??Number.MIN_SAFE_INTEGER,this.initialDelta=t.initialDelta??0,this.invert=t.invert??!1,this.state.totalDeltaX=this.initialDelta,this.state.totalDeltaY=this.initialDelta,this.state.totalDeltaZ=this.initialDelta,this.handleWheelEventBound=this.handleWheelEvent.bind(this)}clone(t){return new Fl(K({name:this.name,preventDefault:this.preventDefault,stopPropagation:this.stopPropagation,sensitivity:this.sensitivity,max:this.max,min:this.min,initialDelta:this.initialDelta,invert:this.invert,requiredKeys:[...this.requiredKeys],pointerMode:[...this.pointerMode],preventIf:[...this.preventIf]},t))}init(t,r,n,o){super.init(t,r,n,o),this.element.addEventListener("wheel",this.handleWheelEventBound)}destroy(){this.element.removeEventListener("wheel",this.handleWheelEventBound),this.resetState(),super.destroy()}resetState(){this.isActive=!1,this.state={totalDeltaX:0,totalDeltaY:0,totalDeltaZ:0}}updateOptions(t){super.updateOptions(t),this.sensitivity=t.sensitivity??this.sensitivity,this.max=t.max??this.max,this.min=t.min??this.min,this.initialDelta=t.initialDelta??this.initialDelta,this.invert=t.invert??this.invert}handleWheelEvent(t){if(this.shouldPreventGesture(this.element))return;const r=this.pointerManager.getPointers()||new Map,n=Array.from(r.values());this.state.totalDeltaX+=t.deltaX*this.sensitivity*(this.invert?-1:1),this.state.totalDeltaY+=t.deltaY*this.sensitivity*(this.invert?-1:1),this.state.totalDeltaZ+=t.deltaZ*this.sensitivity*(this.invert?-1:1),["totalDeltaX","totalDeltaY","totalDeltaZ"].forEach(o=>{this.state[o]<this.min&&(this.state[o]=this.min),this.state[o]>this.max&&(this.state[o]=this.max)}),this.emitWheelEvent(n,t)}emitWheelEvent(t,r){const n=t.length>0?Wt(t):{x:r.clientX,y:r.clientY},o=this.gesturesRegistry.getActiveGestures(this.element),a={gestureName:this.name,centroid:n,target:r.target,srcEvent:r,phase:"ongoing",pointers:t,timeStamp:r.timeStamp,deltaX:r.deltaX*this.sensitivity*(this.invert?-1:1),deltaY:r.deltaY*this.sensitivity*(this.invert?-1:1),deltaZ:r.deltaZ*this.sensitivity*(this.invert?-1:1),deltaMode:r.deltaMode,totalDeltaX:this.state.totalDeltaX,totalDeltaY:this.state.totalDeltaY,totalDeltaZ:this.state.totalDeltaZ,activeGestures:o,customData:this.customData};this.preventDefault&&r.preventDefault(),this.stopPropagation&&r.stopPropagation();const s=Tn(this.name,"ongoing"),i=new CustomEvent(s,{bubbles:!0,cancelable:!0,detail:a});this.element.dispatchEvent(i)}}const Yr=e=>e.preventDefault(),zl=({svgRef:e})=>{F.useEffect(()=>{const r=e.current;if(!r)return;const n=new gx({gestures:[new Dl({name:"pan",threshold:0,maxPointers:1}),new Ul({name:"move",preventIf:["pan","pinch"]}),new Ll({name:"pinch",threshold:5,preventIf:["pan"]}),new Fl({name:"turnWheel",sensitivity:.01,initialDelta:1}),new Nl({name:"tap",maxDistance:10,preventIf:["pan","pinch"]}),new Bl({name:"quickPress",duration:50,maxDistance:10})]});return n.registerElement(["pan","move","pinch","turnWheel","tap","quickPress"],r),()=>{n.destroy()}},[e]);const t=F.useCallback((r,n,o)=>{const a=e.current;return a==null||a.addEventListener(r,n,o),{cleanup:()=>a==null?void 0:a.removeEventListener(r,n)}},[e]);return F.useEffect(()=>{const r=e.current;return r==null||r.addEventListener("gesturestart",Yr),r==null||r.addEventListener("gesturechange",Yr),r==null||r.addEventListener("gestureend",Yr),()=>{r==null||r.removeEventListener("gesturestart",Yr),r==null||r.removeEventListener("gesturechange",Yr),r==null||r.removeEventListener("gestureend",Yr)}},[e]),{instance:{addInteractionListener:t}}};zl.params={};zl.getInitialState=()=>({});const wx=[$l,kl,fs,gs,zl,ms],Cx=["apiRef"],Px=e=>{let{plugins:t}=e,r=cr(e.props,Cx);const n={};t.forEach(s=>{Object.assign(n,s.params)});const o={};return Object.keys(r).forEach(s=>{const i=r[s];n[s]&&(o[s]=i)}),t.reduce((s,i)=>i.getDefaultizedParams?i.getDefaultizedParams({params:s}):s,o)};let yu=0;function Tx(e,t,r){const n=db(),o=F.useMemo(()=>[...wx,...e],[e]),a=Px({plugins:o,props:t});a.id=a.id??n;const i=F.useRef({}).current,l=Ax(t.apiRef),c=F.useRef(null),u=F.useRef(null),d=F.useRef(null);if(d.current==null){yu+=1;const f={cacheKey:{id:yu}};o.forEach(m=>{m.getInitialState&&Object.assign(f,m.getInitialState(a,f,r))}),d.current=new hb(f)}const h=f=>{const m=f({instance:i,params:a,plugins:o,store:d.current,svgRef:u,chartRootRef:c,seriesConfig:r});m.publicAPI&&Object.assign(l.current,m.publicAPI),m.instance&&Object.assign(i,m.instance)};return o.forEach(h),{contextValue:F.useMemo(()=>({store:d.current,publicAPI:l.current,instance:i,svgRef:u,chartRootRef:c}),[i,l])}}function Rx(e){return e.current==null&&(e.current={}),e}function Ax(e){const t=F.useRef({});return e?Rx(e):t}const Gl=F.createContext(null);process.env.NODE_ENV!=="production"&&(Gl.displayName="ChartContext");const bu=new Set;function po(e,t="warning"){if(process.env.NODE_ENV==="production")return;const r=Array.isArray(e)?e.join(`
116
+ `):e;bu.has(r)||(bu.add(r),t==="error"?console.error(r):console.warn(r))}function _x(e){const{componentName:t,propName:r,controlled:n,defaultValue:o,warningPrefix:a="MUI X"}=e,[{initialDefaultValue:s,isControlled:i}]=F.useState({initialDefaultValue:o,isControlled:n!==void 0});i!==(n!==void 0)&&po([`${a}: A component is changing the ${i?"":"un"}controlled ${r} state of ${t} to be ${i?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${r} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"],"error"),JSON.stringify(s)!==JSON.stringify(o)&&po([`${a}: A component is changing the default ${r} state of an uncontrolled ${t} after being initialized. To suppress this warning opt to use a controlled ${t}.`],"error")}const yp=process.env.NODE_ENV==="production"?()=>{}:_x,bp=4,xp=20+2*bp,Ex=40+2*bp,Ix="hover",Xo={minStart:0,maxEnd:100,step:5,minSpan:10,maxSpan:100,panning:!0,filterMode:"keep",slider:{enabled:!1,preview:!1,size:xp,showTooltip:Ix}},Hl=(e,t,r)=>{var n;if(e)return e===!0?K({axisId:t,axisDirection:r},Xo):K({axisId:t,axisDirection:r},Xo,e,{slider:K({},Xo.slider,{size:((n=e.slider)==null?void 0:n.preview)??Xo.slider.preview?Ex:xp},e.slider)})};function vp(e,t){const r={top:0,bottom:0,none:0};return(e&&e.length>0?e:[{id:Fb,scaleType:"linear"}]).map((a,s)=>{var p;const i=a.dataKey,l=s===0?"bottom":"none",c=a.position??l,u=qb+(a.label?lp:0),d=a.id??`defaultized-x-axis-${s}`,h=K({offset:r[c]},a,{id:d,position:c,height:a.height??u,zoom:Hl(a.zoom,d,"x")});if(c!=="none"&&(r[c]+=h.height,(p=h.zoom)!=null&&p.slider.enabled&&(r[c]+=h.zoom.slider.size)),i===void 0||a.data!==void 0)return h;if(t===void 0)throw new Error("MUI X Charts: x-axis uses `dataKey` but no `dataset` is provided.");return K({},h,{data:t.map(f=>f[i])})})}function Sp(e,t){const r={right:0,left:0,none:0};return(e&&e.length>0?e:[{id:zb,scaleType:"linear"}]).map((a,s)=>{var p;const i=a.dataKey,l=s===0?"left":"none",c=a.position??l,u=Hb+(a.label?lp:0),d=a.id??`defaultized-y-axis-${s}`,h=K({offset:r[c]},a,{id:d,position:c,width:a.width??u,zoom:Hl(a.zoom,d,"y")});if(c!=="none"&&(r[c]+=h.width,(p=h.zoom)!=null&&p.slider.enabled&&(r[c]+=h.zoom.slider.size)),i===void 0||a.data!==void 0)return h;if(t===void 0)throw new Error("MUI X Charts: y-axis uses `dataKey` but no `dataset` is provided.");return K({},h,{data:t.map(f=>f[i])})})}function xa(e,t){return e==null||t==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function Vx(e,t){return e==null||t==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function ql(e){let t,r,n;e.length!==2?(t=xa,r=(i,l)=>xa(e(i),l),n=(i,l)=>e(i)-l):(t=e===xa||e===Vx?e:Mx,r=e,n=e);function o(i,l,c=0,u=i.length){if(c<u){if(t(l,l)!==0)return u;do{const d=c+u>>>1;r(i[d],l)<0?c=d+1:u=d}while(c<u)}return c}function a(i,l,c=0,u=i.length){if(c<u){if(t(l,l)!==0)return u;do{const d=c+u>>>1;r(i[d],l)<=0?c=d+1:u=d}while(c<u)}return c}function s(i,l,c=0,u=i.length){const d=o(i,l,c,u-1);return d>c&&n(i[d-1],l)>-n(i[d],l)?d-1:d}return{left:o,center:s,right:a}}function Mx(){return 0}function jx(e){return e===null?NaN:+e}const kx=ql(xa),Op=kx.right;ql(jx).center;class xu extends Map{constructor(t,r=Dx){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:r}}),t!=null)for(const[n,o]of t)this.set(n,o)}get(t){return super.get(vu(this,t))}has(t){return super.has(vu(this,t))}set(t,r){return super.set($x(this,t),r)}delete(t){return super.delete(Ux(this,t))}}function vu({_intern:e,_key:t},r){const n=t(r);return e.has(n)?e.get(n):r}function $x({_intern:e,_key:t},r){const n=t(r);return e.has(n)?e.get(n):(e.set(n,r),r)}function Ux({_intern:e,_key:t},r){const n=t(r);return e.has(n)&&(r=e.get(n),e.delete(n)),r}function Dx(e){return e!==null&&typeof e=="object"?e.valueOf():e}const Lx=Math.sqrt(50),Bx=Math.sqrt(10),Nx=Math.sqrt(2);function Ma(e,t,r){const n=(t-e)/Math.max(0,r),o=Math.floor(Math.log10(n)),a=n/Math.pow(10,o),s=a>=Lx?10:a>=Bx?5:a>=Nx?2:1;let i,l,c;return o<0?(c=Math.pow(10,-o)/s,i=Math.round(e*c),l=Math.round(t*c),i/c<e&&++i,l/c>t&&--l,c=-c):(c=Math.pow(10,o)*s,i=Math.round(e/c),l=Math.round(t/c),i*c<e&&++i,l*c>t&&--l),l<i&&.5<=r&&r<2?Ma(e,t,r*2):[i,l,c]}function Hi(e,t,r){if(t=+t,e=+e,r=+r,!(r>0))return[];if(e===t)return[e];const n=t<e,[o,a,s]=n?Ma(t,e,r):Ma(e,t,r);if(!(a>=o))return[];const i=a-o+1,l=new Array(i);if(n)if(s<0)for(let c=0;c<i;++c)l[c]=(a-c)/-s;else for(let c=0;c<i;++c)l[c]=(a-c)*s;else if(s<0)for(let c=0;c<i;++c)l[c]=(o+c)/-s;else for(let c=0;c<i;++c)l[c]=(o+c)*s;return l}function qi(e,t,r){return t=+t,e=+e,r=+r,Ma(e,t,r)[2]}function Wi(e,t,r){t=+t,e=+e,r=+r;const n=t<e,o=n?qi(t,e,r):qi(e,t,r);return(n?-1:1)*(o<0?1/-o:o)}function Fx(e,t,r){e=+e,t=+t,r=(o=arguments.length)<2?(t=e,e=0,1):o<3?1:+r;for(var n=-1,o=Math.max(0,Math.ceil((t-e)/r))|0,a=new Array(o);++n<o;)a[n]=e+n*r;return a}function mr(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e);break}return this}function zx(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 Su=Symbol("implicit");function ja(){var e=new xu,t=[],r=[],n=Su;function o(a){let s=e.get(a);if(s===void 0){if(n!==Su)return n;e.set(a,s=t.push(a)-1)}return r[s%r.length]}return o.domain=function(a){if(!arguments.length)return t.slice();t=[],e=new xu;for(const s of a)e.has(s)||e.set(s,t.push(s)-1);return o},o.range=function(a){return arguments.length?(r=Array.from(a),o):r.slice()},o.unknown=function(a){return arguments.length?(n=a,o):n},o.copy=function(){return ja(t,r).unknown(n)},mr.apply(o,arguments),o}function Wl(){var e=ja().unknown(void 0),t=e.domain,r=e.range,n=0,o=1,a,s,i=!1,l=0,c=0,u=.5;delete e.unknown;function d(){var h=t().length,p=o<n,f=p?o:n,m=p?n:o;a=(m-f)/Math.max(1,h-l+c*2),i&&(a=Math.floor(a)),f+=(m-f-a*(h-l))*u,s=a*(1-l),i&&(f=Math.round(f),s=Math.round(s));var b=Fx(h).map(function(S){return f+a*S});return r(p?b.reverse():b)}return e.domain=function(h){return arguments.length?(t(h),d()):t()},e.range=function(h){return arguments.length?([n,o]=h,n=+n,o=+o,d()):[n,o]},e.rangeRound=function(h){return[n,o]=h,n=+n,o=+o,i=!0,d()},e.bandwidth=function(){return s},e.step=function(){return a},e.round=function(h){return arguments.length?(i=!!h,d()):i},e.padding=function(h){return arguments.length?(l=Math.min(1,c=+h),d()):l},e.paddingInner=function(h){return arguments.length?(l=Math.min(1,h),d()):l},e.paddingOuter=function(h){return arguments.length?(c=+h,d()):c},e.align=function(h){return arguments.length?(u=Math.max(0,Math.min(1,h)),d()):u},e.copy=function(){return Wl(t(),[n,o]).round(i).paddingInner(l).paddingOuter(c).align(u)},mr.apply(d(),arguments)}function wp(e){var t=e.copy;return e.padding=e.paddingOuter,delete e.paddingInner,delete e.paddingOuter,e.copy=function(){return wp(t())},e}function Gx(){return wp(Wl.apply(null,arguments).paddingInner(1))}function Jl(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function Cp(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function Io(){}var mo=.7,ka=1/mo,un="\\s*([+-]?\\d+)\\s*",fo="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",kt="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",Hx=/^#([0-9a-f]{3,8})$/,qx=new RegExp(`^rgb\\(${un},${un},${un}\\)$`),Wx=new RegExp(`^rgb\\(${kt},${kt},${kt}\\)$`),Jx=new RegExp(`^rgba\\(${un},${un},${un},${fo}\\)$`),Yx=new RegExp(`^rgba\\(${kt},${kt},${kt},${fo}\\)$`),Kx=new RegExp(`^hsl\\(${fo},${kt},${kt}\\)$`),Qx=new RegExp(`^hsla\\(${fo},${kt},${kt},${fo}\\)$`),Ou={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};Jl(Io,go,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:wu,formatHex:wu,formatHex8:Xx,formatHsl:Zx,formatRgb:Cu,toString:Cu});function wu(){return this.rgb().formatHex()}function Xx(){return this.rgb().formatHex8()}function Zx(){return Pp(this).formatHsl()}function Cu(){return this.rgb().formatRgb()}function go(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=Hx.exec(e))?(r=t[1].length,t=parseInt(t[1],16),r===6?Pu(t):r===3?new it(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):r===8?Zo(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):r===4?Zo(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=qx.exec(e))?new it(t[1],t[2],t[3],1):(t=Wx.exec(e))?new it(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=Jx.exec(e))?Zo(t[1],t[2],t[3],t[4]):(t=Yx.exec(e))?Zo(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=Kx.exec(e))?Au(t[1],t[2]/100,t[3]/100,1):(t=Qx.exec(e))?Au(t[1],t[2]/100,t[3]/100,t[4]):Ou.hasOwnProperty(e)?Pu(Ou[e]):e==="transparent"?new it(NaN,NaN,NaN,0):null}function Pu(e){return new it(e>>16&255,e>>8&255,e&255,1)}function Zo(e,t,r,n){return n<=0&&(e=t=r=NaN),new it(e,t,r,n)}function ev(e){return e instanceof Io||(e=go(e)),e?(e=e.rgb(),new it(e.r,e.g,e.b,e.opacity)):new it}function Ji(e,t,r,n){return arguments.length===1?ev(e):new it(e,t,r,n??1)}function it(e,t,r,n){this.r=+e,this.g=+t,this.b=+r,this.opacity=+n}Jl(it,Ji,Cp(Io,{brighter(e){return e=e==null?ka:Math.pow(ka,e),new it(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?mo:Math.pow(mo,e),new it(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new it(Pr(this.r),Pr(this.g),Pr(this.b),$a(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:Tu,formatHex:Tu,formatHex8:tv,formatRgb:Ru,toString:Ru}));function Tu(){return`#${Sr(this.r)}${Sr(this.g)}${Sr(this.b)}`}function tv(){return`#${Sr(this.r)}${Sr(this.g)}${Sr(this.b)}${Sr((isNaN(this.opacity)?1:this.opacity)*255)}`}function Ru(){const e=$a(this.opacity);return`${e===1?"rgb(":"rgba("}${Pr(this.r)}, ${Pr(this.g)}, ${Pr(this.b)}${e===1?")":`, ${e})`}`}function $a(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Pr(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function Sr(e){return e=Pr(e),(e<16?"0":"")+e.toString(16)}function Au(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new wt(e,t,r,n)}function Pp(e){if(e instanceof wt)return new wt(e.h,e.s,e.l,e.opacity);if(e instanceof Io||(e=go(e)),!e)return new wt;if(e instanceof wt)return e;e=e.rgb();var t=e.r/255,r=e.g/255,n=e.b/255,o=Math.min(t,r,n),a=Math.max(t,r,n),s=NaN,i=a-o,l=(a+o)/2;return i?(t===a?s=(r-n)/i+(r<n)*6:r===a?s=(n-t)/i+2:s=(t-r)/i+4,i/=l<.5?a+o:2-a-o,s*=60):i=l>0&&l<1?0:s,new wt(s,i,l,e.opacity)}function rv(e,t,r,n){return arguments.length===1?Pp(e):new wt(e,t,r,n??1)}function wt(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}Jl(wt,rv,Cp(Io,{brighter(e){return e=e==null?ka:Math.pow(ka,e),new wt(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?mo:Math.pow(mo,e),new wt(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,o=2*r-n;return new it(ci(e>=240?e-240:e+120,o,n),ci(e,o,n),ci(e<120?e+240:e-120,o,n),this.opacity)},clamp(){return new wt(_u(this.h),ea(this.s),ea(this.l),$a(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=$a(this.opacity);return`${e===1?"hsl(":"hsla("}${_u(this.h)}, ${ea(this.s)*100}%, ${ea(this.l)*100}%${e===1?")":`, ${e})`}`}}));function _u(e){return e=(e||0)%360,e<0?e+360:e}function ea(e){return Math.max(0,Math.min(1,e||0))}function ci(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 Yl=e=>()=>e;function nv(e,t){return function(r){return e+r*t}}function ov(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 av(e){return(e=+e)==1?Tp:function(t,r){return r-t?ov(t,r,e):Yl(isNaN(t)?r:t)}}function Tp(e,t){var r=t-e;return r?nv(e,r):Yl(isNaN(e)?t:e)}const Eu=function e(t){var r=av(t);function n(o,a){var s=r((o=Ji(o)).r,(a=Ji(a)).r),i=r(o.g,a.g),l=r(o.b,a.b),c=Tp(o.opacity,a.opacity);return function(u){return o.r=s(u),o.g=i(u),o.b=l(u),o.opacity=c(u),o+""}}return n.gamma=e,n}(1);function sv(e,t){t||(t=[]);var r=e?Math.min(t.length,e.length):0,n=t.slice(),o;return function(a){for(o=0;o<r;++o)n[o]=e[o]*(1-a)+t[o]*a;return n}}function iv(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function lv(e,t){var r=t?t.length:0,n=e?Math.min(r,e.length):0,o=new Array(n),a=new Array(r),s;for(s=0;s<n;++s)o[s]=bs(e[s],t[s]);for(;s<r;++s)a[s]=t[s];return function(i){for(s=0;s<n;++s)a[s]=o[s](i);return a}}function Kl(e,t){var r=new Date;return e=+e,t=+t,function(n){return r.setTime(e*(1-n)+t*n),r}}function Ct(e,t){return e=+e,t=+t,function(r){return e*(1-r)+t*r}}function cv(e,t){var r={},n={},o;(e===null||typeof e!="object")&&(e={}),(t===null||typeof t!="object")&&(t={});for(o in t)o in e?r[o]=bs(e[o],t[o]):n[o]=t[o];return function(a){for(o in r)n[o]=r[o](a);return n}}var Yi=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,ui=new RegExp(Yi.source,"g");function uv(e){return function(){return e}}function dv(e){return function(t){return e(t)+""}}function hv(e,t){var r=Yi.lastIndex=ui.lastIndex=0,n,o,a,s=-1,i=[],l=[];for(e=e+"",t=t+"";(n=Yi.exec(e))&&(o=ui.exec(t));)(a=o.index)>r&&(a=t.slice(r,a),i[s]?i[s]+=a:i[++s]=a),(n=n[0])===(o=o[0])?i[s]?i[s]+=o:i[++s]=o:(i[++s]=null,l.push({i:s,x:Ct(n,o)})),r=ui.lastIndex;return r<t.length&&(a=t.slice(r),i[s]?i[s]+=a:i[++s]=a),i.length<2?l[0]?dv(l[0].x):uv(t):(t=l.length,function(c){for(var u=0,d;u<t;++u)i[(d=l[u]).i]=d.x(c);return i.join("")})}function bs(e,t){var r=typeof t,n;return t==null||r==="boolean"?Yl(t):(r==="number"?Ct:r==="string"?(n=go(t))?(t=n,Eu):hv:t instanceof go?Eu:t instanceof Date?Kl:iv(t)?sv:Array.isArray(t)?lv:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?cv:Ct)(e,t)}function Rp(e,t){return e=+e,t=+t,function(r){return Math.round(e*(1-r)+t*r)}}function pv(e){return function(){return e}}function mv(e){return+e}var Iu=[0,1];function gt(e){return e}function Ki(e,t){return(t-=e=+e)?function(r){return(r-e)/t}:pv(isNaN(t)?NaN:.5)}function fv(e,t){var r;return e>t&&(r=e,e=t,t=r),function(n){return Math.max(e,Math.min(t,n))}}function gv(e,t,r){var n=e[0],o=e[1],a=t[0],s=t[1];return o<n?(n=Ki(o,n),a=r(s,a)):(n=Ki(n,o),a=r(a,s)),function(i){return a(n(i))}}function yv(e,t,r){var n=Math.min(e.length,t.length)-1,o=new Array(n),a=new Array(n),s=-1;for(e[n]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++s<n;)o[s]=Ki(e[s],e[s+1]),a[s]=r(t[s],t[s+1]);return function(i){var l=Op(e,i,1,n)-1;return a[l](o[l](i))}}function xs(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function Ql(){var e=Iu,t=Iu,r=bs,n,o,a,s=gt,i,l,c;function u(){var h=Math.min(e.length,t.length);return s!==gt&&(s=fv(e[0],e[h-1])),i=h>2?yv:gv,l=c=null,d}function d(h){return h==null||isNaN(h=+h)?a:(l||(l=i(e.map(n),t,r)))(n(s(h)))}return d.invert=function(h){return s(o((c||(c=i(t,e.map(n),Ct)))(h)))},d.domain=function(h){return arguments.length?(e=Array.from(h,mv),u()):e.slice()},d.range=function(h){return arguments.length?(t=Array.from(h),u()):t.slice()},d.rangeRound=function(h){return t=Array.from(h),r=Rp,u()},d.clamp=function(h){return arguments.length?(s=h?!0:gt,u()):s!==gt},d.interpolate=function(h){return arguments.length?(r=h,u()):r},d.unknown=function(h){return arguments.length?(a=h,d):a},function(h,p){return n=h,o=p,u()}}function Ap(){return Ql()(gt,gt)}function bv(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function Ua(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 fn(e){return e=Ua(Math.abs(e)),e?e[1]:NaN}function xv(e,t){return function(r,n){for(var o=r.length,a=[],s=0,i=e[0],l=0;o>0&&i>0&&(l+i+1>n&&(i=Math.max(1,n-l)),a.push(r.substring(o-=i,o+i)),!((l+=i+1)>n));)i=e[s=(s+1)%e.length];return a.reverse().join(t)}}function vv(e){return function(t){return t.replace(/[0-9]/g,function(r){return e[+r]})}}var Sv=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function yo(e){if(!(t=Sv.exec(e)))throw new Error("invalid format: "+e);var t;return new Xl({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]})}yo.prototype=Xl.prototype;function Xl(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+""}Xl.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 Ov(e){e:for(var t=e.length,r=1,n=-1,o;r<t;++r)switch(e[r]){case".":n=o=r;break;case"0":n===0&&(n=r),o=r;break;default:if(!+e[r])break e;n>0&&(n=0);break}return n>0?e.slice(0,n)+e.slice(o+1):e}var _p;function wv(e,t){var r=Ua(e,t);if(!r)return e+"";var n=r[0],o=r[1],a=o-(_p=Math.max(-8,Math.min(8,Math.floor(o/3)))*3)+1,s=n.length;return a===s?n:a>s?n+new Array(a-s+1).join("0"):a>0?n.slice(0,a)+"."+n.slice(a):"0."+new Array(1-a).join("0")+Ua(e,Math.max(0,t+a-1))[0]}function Vu(e,t){var r=Ua(e,t);if(!r)return e+"";var n=r[0],o=r[1];return o<0?"0."+new Array(-o).join("0")+n:n.length>o+1?n.slice(0,o+1)+"."+n.slice(o+1):n+new Array(o-n.length+2).join("0")}const Mu={"%":(e,t)=>(e*100).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:bv,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)=>Vu(e*100,t),r:Vu,s:wv,X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function ju(e){return e}var ku=Array.prototype.map,$u=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function Cv(e){var t=e.grouping===void 0||e.thousands===void 0?ju:xv(ku.call(e.grouping,Number),e.thousands+""),r=e.currency===void 0?"":e.currency[0]+"",n=e.currency===void 0?"":e.currency[1]+"",o=e.decimal===void 0?".":e.decimal+"",a=e.numerals===void 0?ju:vv(ku.call(e.numerals,String)),s=e.percent===void 0?"%":e.percent+"",i=e.minus===void 0?"−":e.minus+"",l=e.nan===void 0?"NaN":e.nan+"";function c(d){d=yo(d);var h=d.fill,p=d.align,f=d.sign,m=d.symbol,b=d.zero,S=d.width,E=d.comma,O=d.precision,w=d.trim,A=d.type;A==="n"?(E=!0,A="g"):Mu[A]||(O===void 0&&(O=12),w=!0,A="g"),(b||h==="0"&&p==="=")&&(b=!0,h="0",p="=");var C=m==="$"?r:m==="#"&&/[boxX]/.test(A)?"0"+A.toLowerCase():"",T=m==="$"?n:/[%p]/.test(A)?s:"",V=Mu[A],j=/[defgprs%]/.test(A);O=O===void 0?6:/[gprs]/.test(A)?Math.max(1,Math.min(21,O)):Math.max(0,Math.min(20,O));function y(R){var z=C,I=T,G,oe,re;if(A==="c")I=V(R)+I,R="";else{R=+R;var te=R<0||1/R<0;if(R=isNaN(R)?l:V(Math.abs(R),O),w&&(R=Ov(R)),te&&+R==0&&f!=="+"&&(te=!1),z=(te?f==="("?f:i:f==="-"||f==="("?"":f)+z,I=(A==="s"?$u[8+_p/3]:"")+I+(te&&f==="("?")":""),j){for(G=-1,oe=R.length;++G<oe;)if(re=R.charCodeAt(G),48>re||re>57){I=(re===46?o+R.slice(G+1):R.slice(G))+I,R=R.slice(0,G);break}}}E&&!b&&(R=t(R,1/0));var ee=z.length+R.length+I.length,se=ee<S?new Array(S-ee+1).join(h):"";switch(E&&b&&(R=t(se+R,se.length?S-I.length:1/0),se=""),p){case"<":R=z+R+I+se;break;case"=":R=z+se+R+I;break;case"^":R=se.slice(0,ee=se.length>>1)+z+R+I+se.slice(ee);break;default:R=se+z+R+I;break}return a(R)}return y.toString=function(){return d+""},y}function u(d,h){var p=c((d=yo(d),d.type="f",d)),f=Math.max(-8,Math.min(8,Math.floor(fn(h)/3)))*3,m=Math.pow(10,-f),b=$u[8+f/3];return function(S){return p(m*S)+b}}return{format:c,formatPrefix:u}}var ta,Zl,Ep;Pv({thousands:",",grouping:[3],currency:["$",""]});function Pv(e){return ta=Cv(e),Zl=ta.format,Ep=ta.formatPrefix,ta}function Tv(e){return Math.max(0,-fn(Math.abs(e)))}function Rv(e,t){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(fn(t)/3)))*3-fn(Math.abs(e)))}function Av(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,fn(t)-fn(e))+1}function _v(e,t,r,n){var o=Wi(e,t,r),a;switch(n=yo(n??",f"),n.type){case"s":{var s=Math.max(Math.abs(e),Math.abs(t));return n.precision==null&&!isNaN(a=Rv(o,s))&&(n.precision=a),Ep(n,s)}case"":case"e":case"g":case"p":case"r":{n.precision==null&&!isNaN(a=Av(o,Math.max(Math.abs(e),Math.abs(t))))&&(n.precision=a-(n.type==="e"));break}case"f":case"%":{n.precision==null&&!isNaN(a=Tv(o))&&(n.precision=a-(n.type==="%")*2);break}}return Zl(n)}function ec(e){var t=e.domain;return e.ticks=function(r){var n=t();return Hi(n[0],n[n.length-1],r??10)},e.tickFormat=function(r,n){var o=t();return _v(o[0],o[o.length-1],r??10,n)},e.nice=function(r){r==null&&(r=10);var n=t(),o=0,a=n.length-1,s=n[o],i=n[a],l,c,u=10;for(i<s&&(c=s,s=i,i=c,c=o,o=a,a=c);u-- >0;){if(c=qi(s,i,r),c===l)return n[o]=s,n[a]=i,t(n);if(c>0)s=Math.floor(s/c)*c,i=Math.ceil(i/c)*c;else if(c<0)s=Math.ceil(s*c)/c,i=Math.floor(i*c)/c;else break;l=c}return e},e}function Ip(){var e=Ap();return e.copy=function(){return xs(e,Ip())},mr.apply(e,arguments),ec(e)}function Vp(e,t){e=e.slice();var r=0,n=e.length-1,o=e[r],a=e[n],s;return a<o&&(s=r,r=n,n=s,s=o,o=a,a=s),e[r]=t.floor(o),e[n]=t.ceil(a),e}function Uu(e){return Math.log(e)}function Du(e){return Math.exp(e)}function Ev(e){return-Math.log(-e)}function Iv(e){return-Math.exp(-e)}function Vv(e){return isFinite(e)?+("1e"+e):e<0?0:e}function Mv(e){return e===10?Vv:e===Math.E?Math.exp:t=>Math.pow(e,t)}function jv(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 Lu(e){return(t,r)=>-e(-t,r)}function kv(e){const t=e(Uu,Du),r=t.domain;let n=10,o,a;function s(){return o=jv(n),a=Mv(n),r()[0]<0?(o=Lu(o),a=Lu(a),e(Ev,Iv)):e(Uu,Du),t}return t.base=function(i){return arguments.length?(n=+i,s()):n},t.domain=function(i){return arguments.length?(r(i),s()):r()},t.ticks=i=>{const l=r();let c=l[0],u=l[l.length-1];const d=u<c;d&&([c,u]=[u,c]);let h=o(c),p=o(u),f,m;const b=i==null?10:+i;let S=[];if(!(n%1)&&p-h<b){if(h=Math.floor(h),p=Math.ceil(p),c>0){for(;h<=p;++h)for(f=1;f<n;++f)if(m=h<0?f/a(-h):f*a(h),!(m<c)){if(m>u)break;S.push(m)}}else for(;h<=p;++h)for(f=n-1;f>=1;--f)if(m=h>0?f/a(-h):f*a(h),!(m<c)){if(m>u)break;S.push(m)}S.length*2<b&&(S=Hi(c,u,b))}else S=Hi(h,p,Math.min(p-h,b)).map(a);return d?S.reverse():S},t.tickFormat=(i,l)=>{if(i==null&&(i=10),l==null&&(l=n===10?"s":","),typeof l!="function"&&(!(n%1)&&(l=yo(l)).precision==null&&(l.trim=!0),l=Zl(l)),i===1/0)return l;const c=Math.max(1,n*i/t.ticks().length);return u=>{let d=u/a(Math.round(o(u)));return d*n<n-.5&&(d*=n),d<=c?l(u):""}},t.nice=()=>r(Vp(r(),{floor:i=>a(Math.floor(o(i))),ceil:i=>a(Math.ceil(o(i)))})),t}function Mp(){const e=kv(Ql()).domain([1,10]);return e.copy=()=>xs(e,Mp()).base(e.base()),mr.apply(e,arguments),e}function Bu(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}function $v(e){return e<0?-Math.sqrt(-e):Math.sqrt(e)}function Uv(e){return e<0?-e*e:e*e}function Dv(e){var t=e(gt,gt),r=1;function n(){return r===1?e(gt,gt):r===.5?e($v,Uv):e(Bu(r),Bu(1/r))}return t.exponent=function(o){return arguments.length?(r=+o,n()):r},ec(t)}function tc(){var e=Dv(Ql());return e.copy=function(){return xs(e,tc()).exponent(e.exponent())},mr.apply(e,arguments),e}function Lv(){return tc.apply(null,arguments).exponent(.5)}function jp(){var e=[.5],t=[0,1],r,n=1;function o(a){return a!=null&&a<=a?t[Op(e,a,0,n)]:r}return o.domain=function(a){return arguments.length?(e=Array.from(a),n=Math.min(e.length,t.length-1),o):e.slice()},o.range=function(a){return arguments.length?(t=Array.from(a),n=Math.min(e.length,t.length-1),o):t.slice()},o.invertExtent=function(a){var s=t.indexOf(a);return[e[s-1],e[s]]},o.unknown=function(a){return arguments.length?(r=a,o):r},o.copy=function(){return jp().domain(e).range(t).unknown(r)},mr.apply(o,arguments)}const di=new Date,hi=new Date;function He(e,t,r,n){function o(a){return e(a=arguments.length===0?new Date:new Date(+a)),a}return o.floor=a=>(e(a=new Date(+a)),a),o.ceil=a=>(e(a=new Date(a-1)),t(a,1),e(a),a),o.round=a=>{const s=o(a),i=o.ceil(a);return a-s<i-a?s:i},o.offset=(a,s)=>(t(a=new Date(+a),s==null?1:Math.floor(s)),a),o.range=(a,s,i)=>{const l=[];if(a=o.ceil(a),i=i==null?1:Math.floor(i),!(a<s)||!(i>0))return l;let c;do l.push(c=new Date(+a)),t(a,i),e(a);while(c<a&&a<s);return l},o.filter=a=>He(s=>{if(s>=s)for(;e(s),!a(s);)s.setTime(s-1)},(s,i)=>{if(s>=s)if(i<0)for(;++i<=0;)for(;t(s,-1),!a(s););else for(;--i>=0;)for(;t(s,1),!a(s););}),r&&(o.count=(a,s)=>(di.setTime(+a),hi.setTime(+s),e(di),e(hi),Math.floor(r(di,hi))),o.every=a=>(a=Math.floor(a),!isFinite(a)||!(a>0)?null:a>1?o.filter(n?s=>n(s)%a===0:s=>o.count(0,s)%a===0):o)),o}const Da=He(()=>{},(e,t)=>{e.setTime(+e+t)},(e,t)=>t-e);Da.every=e=>(e=Math.floor(e),!isFinite(e)||!(e>0)?null:e>1?He(t=>{t.setTime(Math.floor(t/e)*e)},(t,r)=>{t.setTime(+t+r*e)},(t,r)=>(r-t)/e):Da);Da.range;const zt=1e3,yt=zt*60,Gt=yt*60,Jt=Gt*24,rc=Jt*7,Nu=Jt*30,pi=Jt*365,Or=He(e=>{e.setTime(e-e.getMilliseconds())},(e,t)=>{e.setTime(+e+t*zt)},(e,t)=>(t-e)/zt,e=>e.getUTCSeconds());Or.range;const nc=He(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*zt)},(e,t)=>{e.setTime(+e+t*yt)},(e,t)=>(t-e)/yt,e=>e.getMinutes());nc.range;const oc=He(e=>{e.setUTCSeconds(0,0)},(e,t)=>{e.setTime(+e+t*yt)},(e,t)=>(t-e)/yt,e=>e.getUTCMinutes());oc.range;const ac=He(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*zt-e.getMinutes()*yt)},(e,t)=>{e.setTime(+e+t*Gt)},(e,t)=>(t-e)/Gt,e=>e.getHours());ac.range;const sc=He(e=>{e.setUTCMinutes(0,0,0)},(e,t)=>{e.setTime(+e+t*Gt)},(e,t)=>(t-e)/Gt,e=>e.getUTCHours());sc.range;const Vo=He(e=>e.setHours(0,0,0,0),(e,t)=>e.setDate(e.getDate()+t),(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*yt)/Jt,e=>e.getDate()-1);Vo.range;const vs=He(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/Jt,e=>e.getUTCDate()-1);vs.range;const kp=He(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/Jt,e=>Math.floor(e/Jt));kp.range;function Mr(e){return He(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())*yt)/rc)}const Ss=Mr(0),La=Mr(1),Bv=Mr(2),Nv=Mr(3),gn=Mr(4),Fv=Mr(5),zv=Mr(6);Ss.range;La.range;Bv.range;Nv.range;gn.range;Fv.range;zv.range;function jr(e){return He(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)/rc)}const Os=jr(0),Ba=jr(1),Gv=jr(2),Hv=jr(3),yn=jr(4),qv=jr(5),Wv=jr(6);Os.range;Ba.range;Gv.range;Hv.range;yn.range;qv.range;Wv.range;const ic=He(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());ic.range;const lc=He(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());lc.range;const Yt=He(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());Yt.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:He(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)});Yt.range;const Kt=He(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());Kt.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:He(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)});Kt.range;function $p(e,t,r,n,o,a){const s=[[Or,1,zt],[Or,5,5*zt],[Or,15,15*zt],[Or,30,30*zt],[a,1,yt],[a,5,5*yt],[a,15,15*yt],[a,30,30*yt],[o,1,Gt],[o,3,3*Gt],[o,6,6*Gt],[o,12,12*Gt],[n,1,Jt],[n,2,2*Jt],[r,1,rc],[t,1,Nu],[t,3,3*Nu],[e,1,pi]];function i(c,u,d){const h=u<c;h&&([c,u]=[u,c]);const p=d&&typeof d.range=="function"?d:l(c,u,d),f=p?p.range(c,+u+1):[];return h?f.reverse():f}function l(c,u,d){const h=Math.abs(u-c)/d,p=ql(([,,b])=>b).right(s,h);if(p===s.length)return e.every(Wi(c/pi,u/pi,d));if(p===0)return Da.every(Math.max(Wi(c,u,d),1));const[f,m]=s[h/s[p-1][2]<s[p][2]/h?p-1:p];return f.every(m)}return[i,l]}const[Jv,Yv]=$p(Kt,lc,Os,kp,sc,oc),[Kv,Qv]=$p(Yt,ic,Ss,Vo,ac,nc);function mi(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 fi(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 Bn(e,t,r){return{y:e,m:t,d:r,H:0,M:0,S:0,L:0}}function Xv(e){var t=e.dateTime,r=e.date,n=e.time,o=e.periods,a=e.days,s=e.shortDays,i=e.months,l=e.shortMonths,c=Nn(o),u=Fn(o),d=Nn(a),h=Fn(a),p=Nn(s),f=Fn(s),m=Nn(i),b=Fn(i),S=Nn(l),E=Fn(l),O={a:te,A:ee,b:se,B:H,c:null,d:Wu,e:Wu,f:S1,g:I1,G:M1,H:b1,I:x1,j:v1,L:Up,m:O1,M:w1,p:X,q:le,Q:Ku,s:Qu,S:C1,u:P1,U:T1,V:R1,w:A1,W:_1,x:null,X:null,y:E1,Y:V1,Z:j1,"%":Yu},w={a:xe,A:Le,b:ae,B:be,c:null,d:Ju,e:Ju,f:D1,g:J1,G:K1,H:k1,I:$1,j:U1,L:Lp,m:L1,M:B1,p:Se,q:me,Q:Ku,s:Qu,S:N1,u:F1,U:z1,V:G1,w:H1,W:q1,x:null,X:null,y:W1,Y:Y1,Z:Q1,"%":Yu},A={a:y,A:R,b:z,B:I,c:G,d:Hu,e:Hu,f:m1,g:Gu,G:zu,H:qu,I:qu,j:u1,L:p1,m:c1,M:d1,p:j,q:l1,Q:g1,s:y1,S:h1,u:n1,U:o1,V:a1,w:r1,W:s1,x:oe,X:re,y:Gu,Y:zu,Z:i1,"%":f1};O.x=C(r,O),O.X=C(n,O),O.c=C(t,O),w.x=C(r,w),w.X=C(n,w),w.c=C(t,w);function C(Z,ie){return function(de){var Y=[],we=-1,ge=0,Ye=Z.length,qe,ke,tr;for(de instanceof Date||(de=new Date(+de));++we<Ye;)Z.charCodeAt(we)===37&&(Y.push(Z.slice(ge,we)),(ke=Fu[qe=Z.charAt(++we)])!=null?qe=Z.charAt(++we):ke=qe==="e"?" ":"0",(tr=ie[qe])&&(qe=tr(de,ke)),Y.push(qe),ge=we+1);return Y.push(Z.slice(ge,we)),Y.join("")}}function T(Z,ie){return function(de){var Y=Bn(1900,void 0,1),we=V(Y,Z,de+="",0),ge,Ye;if(we!=de.length)return null;if("Q"in Y)return new Date(Y.Q);if("s"in Y)return new Date(Y.s*1e3+("L"in Y?Y.L:0));if(ie&&!("Z"in Y)&&(Y.Z=0),"p"in Y&&(Y.H=Y.H%12+Y.p*12),Y.m===void 0&&(Y.m="q"in Y?Y.q:0),"V"in Y){if(Y.V<1||Y.V>53)return null;"w"in Y||(Y.w=1),"Z"in Y?(ge=fi(Bn(Y.y,0,1)),Ye=ge.getUTCDay(),ge=Ye>4||Ye===0?Ba.ceil(ge):Ba(ge),ge=vs.offset(ge,(Y.V-1)*7),Y.y=ge.getUTCFullYear(),Y.m=ge.getUTCMonth(),Y.d=ge.getUTCDate()+(Y.w+6)%7):(ge=mi(Bn(Y.y,0,1)),Ye=ge.getDay(),ge=Ye>4||Ye===0?La.ceil(ge):La(ge),ge=Vo.offset(ge,(Y.V-1)*7),Y.y=ge.getFullYear(),Y.m=ge.getMonth(),Y.d=ge.getDate()+(Y.w+6)%7)}else("W"in Y||"U"in Y)&&("w"in Y||(Y.w="u"in Y?Y.u%7:"W"in Y?1:0),Ye="Z"in Y?fi(Bn(Y.y,0,1)).getUTCDay():mi(Bn(Y.y,0,1)).getDay(),Y.m=0,Y.d="W"in Y?(Y.w+6)%7+Y.W*7-(Ye+5)%7:Y.w+Y.U*7-(Ye+6)%7);return"Z"in Y?(Y.H+=Y.Z/100|0,Y.M+=Y.Z%100,fi(Y)):mi(Y)}}function V(Z,ie,de,Y){for(var we=0,ge=ie.length,Ye=de.length,qe,ke;we<ge;){if(Y>=Ye)return-1;if(qe=ie.charCodeAt(we++),qe===37){if(qe=ie.charAt(we++),ke=A[qe in Fu?ie.charAt(we++):qe],!ke||(Y=ke(Z,de,Y))<0)return-1}else if(qe!=de.charCodeAt(Y++))return-1}return Y}function j(Z,ie,de){var Y=c.exec(ie.slice(de));return Y?(Z.p=u.get(Y[0].toLowerCase()),de+Y[0].length):-1}function y(Z,ie,de){var Y=p.exec(ie.slice(de));return Y?(Z.w=f.get(Y[0].toLowerCase()),de+Y[0].length):-1}function R(Z,ie,de){var Y=d.exec(ie.slice(de));return Y?(Z.w=h.get(Y[0].toLowerCase()),de+Y[0].length):-1}function z(Z,ie,de){var Y=S.exec(ie.slice(de));return Y?(Z.m=E.get(Y[0].toLowerCase()),de+Y[0].length):-1}function I(Z,ie,de){var Y=m.exec(ie.slice(de));return Y?(Z.m=b.get(Y[0].toLowerCase()),de+Y[0].length):-1}function G(Z,ie,de){return V(Z,t,ie,de)}function oe(Z,ie,de){return V(Z,r,ie,de)}function re(Z,ie,de){return V(Z,n,ie,de)}function te(Z){return s[Z.getDay()]}function ee(Z){return a[Z.getDay()]}function se(Z){return l[Z.getMonth()]}function H(Z){return i[Z.getMonth()]}function X(Z){return o[+(Z.getHours()>=12)]}function le(Z){return 1+~~(Z.getMonth()/3)}function xe(Z){return s[Z.getUTCDay()]}function Le(Z){return a[Z.getUTCDay()]}function ae(Z){return l[Z.getUTCMonth()]}function be(Z){return i[Z.getUTCMonth()]}function Se(Z){return o[+(Z.getUTCHours()>=12)]}function me(Z){return 1+~~(Z.getUTCMonth()/3)}return{format:function(Z){var ie=C(Z+="",O);return ie.toString=function(){return Z},ie},parse:function(Z){var ie=T(Z+="",!1);return ie.toString=function(){return Z},ie},utcFormat:function(Z){var ie=C(Z+="",w);return ie.toString=function(){return Z},ie},utcParse:function(Z){var ie=T(Z+="",!0);return ie.toString=function(){return Z},ie}}}var Fu={"-":"",_:" ",0:"0"},Je=/^\s*\d+/,Zv=/^%/,e1=/[\\^$*+?|[\]().{}]/g;function ve(e,t,r){var n=e<0?"-":"",o=(n?-e:e)+"",a=o.length;return n+(a<r?new Array(r-a+1).join(t)+o:o)}function t1(e){return e.replace(e1,"\\$&")}function Nn(e){return new RegExp("^(?:"+e.map(t1).join("|")+")","i")}function Fn(e){return new Map(e.map((t,r)=>[t.toLowerCase(),r]))}function r1(e,t,r){var n=Je.exec(t.slice(r,r+1));return n?(e.w=+n[0],r+n[0].length):-1}function n1(e,t,r){var n=Je.exec(t.slice(r,r+1));return n?(e.u=+n[0],r+n[0].length):-1}function o1(e,t,r){var n=Je.exec(t.slice(r,r+2));return n?(e.U=+n[0],r+n[0].length):-1}function a1(e,t,r){var n=Je.exec(t.slice(r,r+2));return n?(e.V=+n[0],r+n[0].length):-1}function s1(e,t,r){var n=Je.exec(t.slice(r,r+2));return n?(e.W=+n[0],r+n[0].length):-1}function zu(e,t,r){var n=Je.exec(t.slice(r,r+4));return n?(e.y=+n[0],r+n[0].length):-1}function Gu(e,t,r){var n=Je.exec(t.slice(r,r+2));return n?(e.y=+n[0]+(+n[0]>68?1900:2e3),r+n[0].length):-1}function i1(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 l1(e,t,r){var n=Je.exec(t.slice(r,r+1));return n?(e.q=n[0]*3-3,r+n[0].length):-1}function c1(e,t,r){var n=Je.exec(t.slice(r,r+2));return n?(e.m=n[0]-1,r+n[0].length):-1}function Hu(e,t,r){var n=Je.exec(t.slice(r,r+2));return n?(e.d=+n[0],r+n[0].length):-1}function u1(e,t,r){var n=Je.exec(t.slice(r,r+3));return n?(e.m=0,e.d=+n[0],r+n[0].length):-1}function qu(e,t,r){var n=Je.exec(t.slice(r,r+2));return n?(e.H=+n[0],r+n[0].length):-1}function d1(e,t,r){var n=Je.exec(t.slice(r,r+2));return n?(e.M=+n[0],r+n[0].length):-1}function h1(e,t,r){var n=Je.exec(t.slice(r,r+2));return n?(e.S=+n[0],r+n[0].length):-1}function p1(e,t,r){var n=Je.exec(t.slice(r,r+3));return n?(e.L=+n[0],r+n[0].length):-1}function m1(e,t,r){var n=Je.exec(t.slice(r,r+6));return n?(e.L=Math.floor(n[0]/1e3),r+n[0].length):-1}function f1(e,t,r){var n=Zv.exec(t.slice(r,r+1));return n?r+n[0].length:-1}function g1(e,t,r){var n=Je.exec(t.slice(r));return n?(e.Q=+n[0],r+n[0].length):-1}function y1(e,t,r){var n=Je.exec(t.slice(r));return n?(e.s=+n[0],r+n[0].length):-1}function Wu(e,t){return ve(e.getDate(),t,2)}function b1(e,t){return ve(e.getHours(),t,2)}function x1(e,t){return ve(e.getHours()%12||12,t,2)}function v1(e,t){return ve(1+Vo.count(Yt(e),e),t,3)}function Up(e,t){return ve(e.getMilliseconds(),t,3)}function S1(e,t){return Up(e,t)+"000"}function O1(e,t){return ve(e.getMonth()+1,t,2)}function w1(e,t){return ve(e.getMinutes(),t,2)}function C1(e,t){return ve(e.getSeconds(),t,2)}function P1(e){var t=e.getDay();return t===0?7:t}function T1(e,t){return ve(Ss.count(Yt(e)-1,e),t,2)}function Dp(e){var t=e.getDay();return t>=4||t===0?gn(e):gn.ceil(e)}function R1(e,t){return e=Dp(e),ve(gn.count(Yt(e),e)+(Yt(e).getDay()===4),t,2)}function A1(e){return e.getDay()}function _1(e,t){return ve(La.count(Yt(e)-1,e),t,2)}function E1(e,t){return ve(e.getFullYear()%100,t,2)}function I1(e,t){return e=Dp(e),ve(e.getFullYear()%100,t,2)}function V1(e,t){return ve(e.getFullYear()%1e4,t,4)}function M1(e,t){var r=e.getDay();return e=r>=4||r===0?gn(e):gn.ceil(e),ve(e.getFullYear()%1e4,t,4)}function j1(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+ve(t/60|0,"0",2)+ve(t%60,"0",2)}function Ju(e,t){return ve(e.getUTCDate(),t,2)}function k1(e,t){return ve(e.getUTCHours(),t,2)}function $1(e,t){return ve(e.getUTCHours()%12||12,t,2)}function U1(e,t){return ve(1+vs.count(Kt(e),e),t,3)}function Lp(e,t){return ve(e.getUTCMilliseconds(),t,3)}function D1(e,t){return Lp(e,t)+"000"}function L1(e,t){return ve(e.getUTCMonth()+1,t,2)}function B1(e,t){return ve(e.getUTCMinutes(),t,2)}function N1(e,t){return ve(e.getUTCSeconds(),t,2)}function F1(e){var t=e.getUTCDay();return t===0?7:t}function z1(e,t){return ve(Os.count(Kt(e)-1,e),t,2)}function Bp(e){var t=e.getUTCDay();return t>=4||t===0?yn(e):yn.ceil(e)}function G1(e,t){return e=Bp(e),ve(yn.count(Kt(e),e)+(Kt(e).getUTCDay()===4),t,2)}function H1(e){return e.getUTCDay()}function q1(e,t){return ve(Ba.count(Kt(e)-1,e),t,2)}function W1(e,t){return ve(e.getUTCFullYear()%100,t,2)}function J1(e,t){return e=Bp(e),ve(e.getUTCFullYear()%100,t,2)}function Y1(e,t){return ve(e.getUTCFullYear()%1e4,t,4)}function K1(e,t){var r=e.getUTCDay();return e=r>=4||r===0?yn(e):yn.ceil(e),ve(e.getUTCFullYear()%1e4,t,4)}function Q1(){return"+0000"}function Yu(){return"%"}function Ku(e){return+e}function Qu(e){return Math.floor(+e/1e3)}var Kr,Np,Fp;X1({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 X1(e){return Kr=Xv(e),Np=Kr.format,Kr.parse,Fp=Kr.utcFormat,Kr.utcParse,Kr}function Z1(e){return new Date(e)}function eS(e){return e instanceof Date?+e:+new Date(+e)}function cc(e,t,r,n,o,a,s,i,l,c){var u=Ap(),d=u.invert,h=u.domain,p=c(".%L"),f=c(":%S"),m=c("%I:%M"),b=c("%I %p"),S=c("%a %d"),E=c("%b %d"),O=c("%B"),w=c("%Y");function A(C){return(l(C)<C?p:i(C)<C?f:s(C)<C?m:a(C)<C?b:n(C)<C?o(C)<C?S:E:r(C)<C?O:w)(C)}return u.invert=function(C){return new Date(d(C))},u.domain=function(C){return arguments.length?h(Array.from(C,eS)):h().map(Z1)},u.ticks=function(C){var T=h();return e(T[0],T[T.length-1],C??10)},u.tickFormat=function(C,T){return T==null?A:c(T)},u.nice=function(C){var T=h();return(!C||typeof C.range!="function")&&(C=t(T[0],T[T.length-1],C??10)),C?h(Vp(T,C)):u},u.copy=function(){return xs(u,cc(e,t,r,n,o,a,s,i,l,c))},u}function zp(){return mr.apply(cc(Kv,Qv,Yt,ic,Ss,Vo,ac,nc,Or,Np).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function tS(){return mr.apply(cc(Jv,Yv,Kt,lc,Os,vs,sc,oc,Or,Fp).domain([Date.UTC(2e3,0,1),Date.UTC(2e3,0,2)]),arguments)}function rS(){var e=0,t=1,r,n,o,a,s=gt,i=!1,l;function c(d){return d==null||isNaN(d=+d)?l:s(o===0?.5:(d=(a(d)-r)*o,i?Math.max(0,Math.min(1,d)):d))}c.domain=function(d){return arguments.length?([e,t]=d,r=a(e=+e),n=a(t=+t),o=r===n?0:1/(n-r),c):[e,t]},c.clamp=function(d){return arguments.length?(i=!!d,c):i},c.interpolator=function(d){return arguments.length?(s=d,c):s};function u(d){return function(h){var p,f;return arguments.length?([p,f]=h,s=d(p,f),c):[s(0),s(1)]}}return c.range=u(bs),c.rangeRound=u(Rp),c.unknown=function(d){return arguments.length?(l=d,c):l},function(d){return a=d,r=d(e),n=d(t),o=r===n?0:1/(n-r),c}}function nS(e,t){return t.domain(e.domain()).interpolator(e.interpolator()).clamp(e.clamp()).unknown(e.unknown())}function Gp(){var e=ec(rS()(gt));return e.copy=function(){return nS(e,Gp())},zx.apply(e,arguments)}function oS(e,t){return function(n,o){return o.location==="tick"?o.scale.tickFormat(e)(n):o.location==="zoom-slider-tooltip"?t.tickFormat(2)(n):`${n}`}}function aS(e){return e.scaleType==="band"}function sS(e){return e.scaleType==="point"}function iS(e){return e.type==="piecewise"?jp(e.thresholds,e.colors):Gp([e.min??0,e.max??100],e.color)}function Na(e){return e.values?ja(e.values,e.colors).unknown(e.unknownColor??null):ja(e.colors.map((t,r)=>r),e.colors).unknown(e.unknownColor??null)}function va(e){return e.type==="ordinal"?Na(e):iS(e)}function lS(e){const{tickMaxStep:t,tickMinStep:r,tickNumber:n,range:o,domain:a}=e,s=r===void 0?999:Math.floor(Math.abs(a[1]-a[0])/r),i=t===void 0?2:Math.ceil(Math.abs(a[1]-a[0])/t),l=n??Math.floor(Math.abs(o[1]-o[0])/50);return Math.min(s,Math.max(i,l))}function cS(e,t){return t[1]-t[0]===0?1:e/((t[1]-t[0])/100)}function Qi(e,t,r){switch(e){case"log":return Mp(t,r);case"pow":return tc(t,r);case"sqrt":return Lv(t,r);case"time":return zp(t,r);case"utc":return tS(t,r);default:return Ip(t,r)}}const Xu=e=>(e==null?void 0:e[0])instanceof Date;function Zu(e,t){const r=zp(e.data,t);return(n,{location:o})=>o==="tick"?r.tickFormat(e.tickNumber)(n):`${n.toLocaleString()}`}const gi=(e,t)=>{const r=e[1]-e[0],n=t[1]-t[0],o=e[0]-t[0]*r/n,a=e[1]+(100-t[1])*r/n;return[o,a]};let ed,td;class uS{constructor(){if(this.types=new Set,ed)throw new Error("You can only create one instance!");ed=this.types}addType(t){this.types.add(t)}getTypes(){return this.types}}class dS{constructor(){if(this.types=new Set,td)throw new Error("You can only create one instance!");td=this.types}addType(t){this.types.add(t)}getTypes(){return this.types}}const ws=new uS;ws.addType("bar");ws.addType("line");ws.addType("scatter");const hS=new dS;hS.addType("radar");function Hp(e){return ws.getTypes().has(e)}const pS=(e,t,r,n,o,a,s,i)=>{var f;const l=n==="x"?o[t].xExtremumGetter:o[t].yExtremumGetter,c=((f=s[t])==null?void 0:f.series)??{},[u,d]=(l==null?void 0:l({series:c,axis:r,axisIndex:a,isDefaultAxis:a===0,getFilters:i}))??[1/0,-1/0],[h,p]=e;return[Math.min(u,h),Math.max(d,p)]},qp=(e,t,r,n,o,a)=>{const i=Object.keys(r).filter(Hp).reduce((l,c)=>pS(l,c,e,t,r,n,o,a),[1/0,-1/0]);return Number.isNaN(i[0])||Number.isNaN(i[1])?[1/0,-1/0]:i},mS=(e,t,r,n)=>{const o=new Set;return Object.keys(t).filter(Hp).forEach(s=>{var c,u,d;const i=((c=r[s])==null?void 0:c.series)??{},l=(d=(u=t[s]).axisTooltipGetter)==null?void 0:d.call(u,i);l!==void 0&&l.forEach(({axisId:h,direction:p})=>{p===e&&o.add(h??n)})}),o},fS=(e,t,r,n)=>{var o;if(e.domainLimit!==void 0)return e.domainLimit;if(t==="x")for(const a of((o=n.line)==null?void 0:o.seriesOrder)??[]){const s=n.line.series[a];if(s.xAxisId===e.id||s.xAxisId===void 0&&r===0)return"strict"}return"nice"};function gS(e,t,r){const n=t==="x"?[e.left,e.left+e.width]:[e.top+e.height,e.top];return r.reverse?[n[1],n[0]]:n}const yS=.2,bS=.1;function Wp({drawingArea:e,formattedSeries:t,axis:r,seriesConfig:n,axisDirection:o,zoomMap:a,zoomOptions:s,getFilters:i,preferStrictDomainInLineCharts:l}){if(r===void 0)return{axis:{},axisIds:[]};const c=mS(o,n,t,r[0].id),u={};return r.forEach((d,h)=>{const p=d,f=s==null?void 0:s[p.id],m=a==null?void 0:a.get(p.id),b=m?[m.start,m.end]:[0,100],S=gS(e,o,p),[E,O]=qp(p,o,n,h,t,m===void 0&&!f?i:void 0),w=!p.ignoreTooltip&&c.has(p.id),A=p.data??[];if(aS(p)){const te=p.categoryGapRatio??yS,ee=p.barGapRatio??bS,se=o==="y"?[S[1],S[0]]:S,H=gi(se,b);if(u[p.id]=K({offset:0,height:0,categoryGapRatio:te,barGapRatio:ee,triggerTooltip:w},p,{data:A,scale:Wl(p.data,H).paddingInner(te).paddingOuter(te/2),tickNumber:p.data.length,colorScale:p.colorMap&&(p.colorMap.type==="ordinal"?Na(K({values:p.data},p.colorMap)):va(p.colorMap))}),Xu(p.data)){const X=Zu(p,se);u[p.id].valueFormatter=p.valueFormatter??X}}if(sS(p)){const te=o==="y"?[...S].reverse():S,ee=gi(te,b);if(u[p.id]=K({offset:0,height:0,triggerTooltip:w},p,{data:A,scale:Gx(p.data,ee),tickNumber:p.data.length,colorScale:p.colorMap&&(p.colorMap.type==="ordinal"?Na(K({values:p.data},p.colorMap)):va(p.colorMap))}),Xu(p.data)){const se=Zu(p,te);u[p.id].valueFormatter=p.valueFormatter??se}}if(p.scaleType==="band"||p.scaleType==="point")return;const C=p.scaleType??"linear",T=l?fS(p,o,h,t):p.domainLimit??"nice",V=[p.min??E,p.max??O];if(typeof T=="function"){const{min:te,max:ee}=T(E,O);V[0]=te,V[1]=ee}const j=lS(K({},p,{range:S,domain:V})),y=cS(j,b),R=gi(S,b),z=Qi(C,V,R),I=T==="nice"?z.nice(j):z,[G,oe]=I.domain(),re=[p.min??G,p.max??oe];u[p.id]=K({offset:0,height:0,triggerTooltip:w},p,{data:A,scaleType:C,scale:I.domain(re),tickNumber:y,colorScale:p.colorMap&&va(p.colorMap),valueFormatter:p.valueFormatter??oS(y,Qi(C,S.map(te=>z.invert(te)),S))})}),{axis:u,axisIds:r.map(({id:d})=>d)}}function xS(e){return e!=null}function Jp({zoomMap:e,zoomOptions:t,seriesConfig:r,formattedSeries:n,direction:o}){return(a,s)=>{var b;const i=t[a.id];if(!i||i.filterMode!=="discard")return null;const l=e==null?void 0:e.get(a.id);if(l===void 0||l.start<=0&&l.end>=100)return null;let c=[];const u=a.scaleType;u==="point"||u==="band"?c=[0,(((b=a.data)==null?void 0:b.length)??1)-1]:c=qp(a,o,r,s,n);let d,h;[d,h]=Qi(!u||u==="band"||u==="point"?"linear":u,c,[0,100]).nice().domain(),d=d instanceof Date?d.getTime():d,h=h instanceof Date?h.getTime():h;const f=d+l.start*(h-d)/100,m=d+l.end*(h-d)/100;return(S,E)=>{var w;const O=S[o]??((w=a.data)==null?void 0:w[E]);return O==null?!0:a.scaleType==="point"||a.scaleType==="band"||typeof O=="string"?E>=f&&E<=m:O>=f&&O<=m}}}const vS=e=>({currentAxisId:t,seriesXAxisId:r,seriesYAxisId:n,isDefaultAxis:o})=>(a,s)=>{var c,u;return!(t===r?n:r)||o?((u=(c=Object.values(e??{}))[0])==null?void 0:u.call(c,a,s))??!0:[n,r].filter(d=>d!==t).map(d=>e[d??""]).filter(xS).every(d=>d(a,s))},rd=e=>(t=[])=>t.reduce((r,n)=>{const{zoom:o,id:a}=n,s=Hl(o,a,e);return s&&(r[a]=s),r},{}),SS=e=>{const t=new Map;return e.forEach(r=>{t.set(r.axisId,r)}),t},Yp=e=>e.zoom;fe([Yp],e=>e==null?void 0:e.isInteracting);const Cs=fe([Yp],e=>(e==null?void 0:e.zoomData)&&SS(e==null?void 0:e.zoomData)),Mo=fe([Cn,Pn],(e,t)=>K({},rd("x")(e),rd("y")(t)));fe([Mo,(e,t)=>t],(e,t)=>e[t]);const OS=fe([Cs,Mo,ys,_o],(e,t,r,n)=>e&&t&&Jp({zoomMap:e,zoomOptions:t,seriesConfig:r,formattedSeries:n,direction:"x"})),wS=fe([Cs,Mo,ys,_o],(e,t,r,n)=>e&&t&&Jp({zoomMap:e,zoomOptions:t,seriesConfig:r,formattedSeries:n,direction:"y"})),Kp=fe([OS,wS,Cn,Pn],(e,t,r,n)=>{if(e===void 0||t===void 0)return;const o=r==null?void 0:r.reduce((s,i,l)=>{const c=e(i,l);return c!==null&&(s[i.id]=c),s},{}),a=n==null?void 0:n.reduce((s,i,l)=>{const c=t(i,l);return c!==null&&(s[i.id]=c),s},{});if(!(Object.keys(o??{}).length===0&&Object.keys(a??{}).length===0))return vS(K({},o,a))}),kr=fe([Cn,Ao,_o,ys,Cs,Mo,Kp,hp],(e,t,r,n,o,a,s,i)=>Wp({drawingArea:t,formattedSeries:r,axis:e,seriesConfig:n,axisDirection:"x",zoomMap:o,zoomOptions:a,getFilters:s,preferStrictDomainInLineCharts:i})),$r=fe([Pn,Ao,_o,ys,Cs,Mo,Kp,hp],(e,t,r,n,o,a,s,i)=>Wp({drawingArea:t,formattedSeries:r,axis:e,seriesConfig:n,axisDirection:"y",zoomMap:o,zoomOptions:a,getFilters:s,preferStrictDomainInLineCharts:i}));fe([kr,$r,(e,t)=>t],(e,t,r)=>(e==null?void 0:e.axis[r])??(t==null?void 0:t.axis[r]));fe([Cn,Pn,(e,t)=>t],(e,t,r)=>{const n=(e==null?void 0:e.find(o=>o.id===r))??(t==null?void 0:t.find(o=>o.id===r))??null;if(n)return n});function Qp(e){return e.bandwidth!==void 0}function Qr(e){return e instanceof Date?e.getTime():e}function bn(e,t){const{scale:r,data:n,reverse:o}=e;if(!Qp(r)){const s=r.invert(t);if(n===void 0)return-1;const i=Qr(s);return n==null?void 0:n.findIndex((c,u)=>{const d=Qr(c);return d>i&&(u===0||Math.abs(i-d)<=Math.abs(i-Qr(n[u-1])))||d<=i&&(u===n.length-1||Math.abs(Qr(s)-d)<Math.abs(Qr(s)-Qr(n[u+1])))})}const a=r.bandwidth()===0?Math.floor((t-Math.min(...r.range())+r.step()/2)/r.step()):Math.floor((t-Math.min(...r.range()))/r.step());return a<0||a>=n.length?-1:o?n.length-1-a:a}function nd(e,t,r){const{scale:n,data:o}=e;if(!Qp(n)){const a=n.invert(t);return r<0?a:o[r]}return r<0||r>=o.length?null:o[r]}function od(e,t){const r=e.createSVGPoint();return r.x=t.clientX,r.y=t.clientY,r.matrixTransform(e.getScreenCTM().inverse())}function Ht(e){const t=F.useRef(e);return $t(()=>{t.current=e}),F.useRef((...r)=>(0,t.current)(...r)).current}const CS=Object.is;function Xp(e,t){if(e===t)return!0;if(!(e instanceof Object)||!(t instanceof Object))return!1;let r=0,n=0;for(const o in e)if(r+=1,!CS(e[o],t[o])||!(o in t))return!1;for(const o in t)n+=1;return r===n}const uc=({store:e})=>{const t=Ht(function(){e.update(s=>K({},s,{interaction:{pointer:null,item:null}}))}),r=Ht(function(s){e.update(i=>{const l=i.interaction.item;return s?l===null||Object.keys(s).some(c=>s[c]!==l[c])?i:K({},i,{interaction:K({},i.interaction,{item:null})}):l===null?i:K({},i,{interaction:K({},i.interaction,{item:null})})})}),n=Ht(function(s){e.update(i=>Xp(i.interaction.item,s)?i:K({},i,{interaction:K({},i.interaction,{item:s})}))}),o=Ht(function(s){e.update(i=>K({},i,{interaction:K({},i.interaction,{pointer:s})}))});return{instance:{cleanInteraction:t,setItemInteraction:n,removeItemInteraction:r,setPointerCoordinate:o}}};uc.getInitialState=()=>({interaction:{item:null,pointer:null}});uc.params={};const dc=e=>e.interaction,PS=fe([dc],e=>e!==void 0),TS=fe([dc],e=>(e==null?void 0:e.item)??null),Zp=fe([dc],e=>(e==null?void 0:e.pointer)??null),Ps=fe([Zp],e=>e&&e.x),Ts=fe([Zp],e=>e&&e.y);fe([TS],e=>e!==null);function so(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;if(Array.isArray(e)){const o=e.length;if(o!==t.length)return!1;for(let a=0;a<o;a+=1)if(!so(e[a],t[a]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;const o=Array.from(e.entries());for(let a=0;a<o.length;a+=1)if(!t.has(o[a][0]))return!1;for(let a=0;a<o.length;a+=1){const s=o[a];if(!so(s[1],t.get(s[0])))return!1}return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;const o=Array.from(e.entries());for(let a=0;a<o.length;a+=1)if(!t.has(o[a][0]))return!1;return!0}if(ArrayBuffer.isView(e)&&ArrayBuffer.isView(t)){const o=e.length;if(o!==t.length)return!1;for(let a=0;a<o;a+=1)if(e[a]!==t[a])return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();const r=Object.keys(e),n=r.length;if(n!==Object.keys(t).length)return!1;for(let o=0;o<n;o+=1)if(!Object.prototype.hasOwnProperty.call(t,r[o]))return!1;for(let o=0;o<n;o+=1){const a=r[o];if(!so(e[a],t[a]))return!1}return!0}return e!==e&&t!==t}const Rs=(e,t)=>t;function Xi(e,t,r=t.axisIds[0]){return Array.isArray(r)?r.map(n=>bn(t.axis[n],e)):bn(t.axis[r],e)}const em=(e,t,r)=>{if(e===null)return null;const n=Xi(e,t,r);return n===-1?null:n},RS=fe([Ps,kr,Rs],em),AS=fe([Ts,$r,Rs],em),_S=fe([Ps,Ts,kr,$r],(e,t,r,n)=>[...e===null?[]:r.axisIds.map(o=>({axisId:o,dataIndex:Xi(e,r,o)})),...t===null?[]:n.axisIds.map(o=>({axisId:o,dataIndex:Xi(t,n,o)}))].filter(o=>o.dataIndex!==null&&o.dataIndex>=0));function tm(e,t,r,n=t.axisIds[0]){return Array.isArray(n)?n.map((o,a)=>nd(t.axis[o],e,r[a])):nd(t.axis[n],e,r)}fe([Ps,kr,RS,Rs],(e,t,r,n)=>e===null||r===null||t.axisIds.length===0?null:tm(e,t,r,n));fe([Ts,$r,AS,Rs],(e,t,r,n)=>e===null||r===null||t.axisIds.length===0?null:tm(e,t,r,n));const ES=fe([Ps,kr],(e,t)=>e===null?[]:t.axisIds.filter(r=>t.axis[r].triggerTooltip).map(r=>({axisId:r,dataIndex:bn(t.axis[r],e)})).filter(({dataIndex:r})=>r>=0),{memoizeOptions:{resultEqualityCheck:so}}),IS=fe([Ts,$r],(e,t)=>e===null?[]:t.axisIds.filter(r=>t.axis[r].triggerTooltip).map(r=>({axisId:r,dataIndex:bn(t.axis[r],e)})).filter(({dataIndex:r})=>r>=0),{memoizeOptions:{resultEqualityCheck:so}});fe([ES,IS],(e,t)=>e.length>0||t.length>0);const ad={};function VS(e,t){const r=F.useRef(ad);return r.current===ad&&(r.current=e(t)),r}const MS=()=>{};function jS(e,t,r,n){const o=VS(kS,{store:e,selector:t,skip:n}).current;o.effect=r,F.useEffect(o.onMount(n),[n])}function kS(e){const{store:t,selector:r,skip:n}=e;let o=!1,a;const s=()=>{i.dispose??(i.dispose=t.subscribe(l=>{const c=r(l);i.effect(a,c),a=c}))},i={effect:MS,dispose:null,onMount:l=>()=>{if(!l)return o||(o=!0,a=r(t.value)),s(),()=>{var c;(c=i.dispose)==null||c.call(i),i.dispose=null}}};return n||(o=!0,a=r(t.value),s()),i}const As=({params:e,store:t,seriesConfig:r,svgRef:n,instance:o})=>{const{xAxis:a,yAxis:s,dataset:i,onHighlightedAxisChange:l}=e;if(process.env.NODE_ENV!=="production"){const O=[...a??[],...s??[]].filter(A=>A.id).map(A=>A.id),w=new Set(O.filter((A,C)=>O.indexOf(A)!==C));w.size>0&&po([`MUI X Charts: The following axis ids are duplicated: ${Array.from(w).join(", ")}.`,"Please make sure that each axis has a unique id."].join(`
117
+ `),"error")}const c=st(t,Ao),u=st(t,_o),d=st(t,PS),{axis:h,axisIds:p}=st(t,kr),{axis:f,axisIds:m}=st(t,$r);yp({warningPrefix:"MUI X Charts",componentName:"Chart",propName:"highlightedAxis",controlled:e.highlightedAxis,defaultValue:void 0}),$t(()=>{e.highlightedAxis!==void 0&&t.update(O=>O.controlledCartesianAxisHighlight===e.highlightedAxis?O:K({},O,{controlledCartesianAxisHighlight:e.highlightedAxis}))},[t,e.highlightedAxis]);const b=F.useRef(!0);F.useEffect(()=>{if(b.current){b.current=!1;return}t.update(O=>K({},O,{cartesianAxis:K({},O.cartesianAxis,{x:vp(a,i),y:Sp(s,i)})}))},[r,c,a,s,i,t]);const S=p[0],E=m[0];return jS(t,_S,(O,w)=>{if(!Object.is(O,w)){if(O.length!==w.length){l(w);return}O!=null&&O.some(({axisId:A,dataIndex:C},T)=>w[T].axisId!==A||w[T].dataIndex!==C)&&l(w)}},!l),F.useEffect(()=>{const O=n.current;if(!d||!O||e.disableAxisListener)return()=>{};const w=o.addInteractionListener("moveEnd",R=>{var z;R.detail.activeGestures.pan||(z=o.cleanInteraction)==null||z.call(o)}),A=o.addInteractionListener("panEnd",R=>{var z;R.detail.activeGestures.move||(z=o.cleanInteraction)==null||z.call(o)}),C=o.addInteractionListener("quickPressEnd",R=>{var z;!R.detail.activeGestures.move&&!R.detail.activeGestures.pan&&((z=o.cleanInteraction)==null||z.call(o))}),T=R=>{var oe,re;const z=R.detail.srcEvent,I=R.detail.target,G=od(O,z);if(R.detail.srcEvent.buttons>=1&&(I!=null&&I.hasPointerCapture(R.detail.srcEvent.pointerId))&&!(I!=null&&I.closest("[data-charts-zoom-slider]"))&&(I==null||I.releasePointerCapture(R.detail.srcEvent.pointerId)),!o.isPointInside(G.x,G.y,I)){(oe=o.cleanInteraction)==null||oe.call(o);return}(re=o.setPointerCoordinate)==null||re.call(o,G)},V=o.addInteractionListener("move",T),j=o.addInteractionListener("pan",T),y=o.addInteractionListener("quickPress",T);return()=>{V.cleanup(),w.cleanup(),j.cleanup(),A.cleanup(),y.cleanup(),C.cleanup()}},[n,t,h,S,f,E,o,e.disableAxisListener,d]),F.useEffect(()=>{const O=n.current,w=e.onAxisClick;if(O===null||!w)return()=>{};const A=o.addInteractionListener("tap",C=>{let T=null,V=!1;const j=od(O,C.detail.srcEvent),y=bn(h[S],j.x);V=y!==-1,T=V?y:bn(f[E],j.y);const R=V?p[0]:m[0];if(T==null||T===-1)return;const z=(V?h:f)[R].data[T],I={};Object.keys(u).filter(G=>["bar","line"].includes(G)).forEach(G=>{var oe;(oe=u[G])==null||oe.seriesOrder.forEach(re=>{const te=u[G].series[re],ee=te.xAxisId,se=te.yAxisId,H=V?ee:se;(H===void 0||H===R)&&(I[re]=te.data[T])})}),w(C.detail.srcEvent,{dataIndex:T,axisValue:z,seriesValues:I})});return()=>{A.cleanup()}},[e.onAxisClick,u,n,h,p,f,m,S,E,o]),{}};As.params={xAxis:!0,yAxis:!0,dataset:!0,onAxisClick:!0,disableAxisListener:!0,onHighlightedAxisChange:!0,highlightedAxis:!0};As.getDefaultizedParams=({params:e})=>K({},e,{colors:e.colors??pp,theme:e.theme??"light",defaultizedXAxis:vp(e.xAxis,e.dataset),defaultizedYAxis:Sp(e.yAxis,e.dataset)});As.getInitialState=e=>K({cartesianAxis:{x:e.defaultizedXAxis,y:e.defaultizedYAxis}},e.highlightedAxis===void 0?{}:{controlledCartesianAxisHighlight:e.highlightedAxis});function sd(e,t){return e.id!==void 0?e:K({id:t},e)}function id(e){return e.colorMap?K({},e,{colorScale:e.colorMap.type==="ordinal"&&e.data?Na(K({values:e.data},e.colorMap)):va(e.colorMap.type==="continuous"?K({min:e.min,max:e.max},e.colorMap):e.colorMap)}):e}function rm(e,t){if(!e||e.length===0)return{axis:{},axisIds:[]};const r={},n=[];return e.forEach((o,a)=>{const s=o.dataKey,i=o.id??`defaultized-z-axis-${a}`;if(s===void 0||o.data!==void 0){r[i]=id(sd(o,i)),n.push(i);return}if(t===void 0)throw new Error("MUI X Charts: z-axis uses `dataKey` but no `dataset` is provided.");r[i]=id(sd(K({},o,{data:t.map(l=>l[s])}),i)),n.push(i)}),{axis:r,axisIds:n}}const hc=({params:e,store:t})=>{const{zAxis:r,dataset:n}=e,o=F.useRef(!0);return F.useEffect(()=>{if(o.current){o.current=!1;return}t.update(a=>K({},a,{zAxis:rm(r,n)}))},[r,n,t]),{}};hc.params={zAxis:!0,dataset:!0};hc.getInitialState=e=>({zAxis:rm(e.zAxis,e.dataset)});const $S=e=>e,US=fe([$S],e=>e.zAxis),_s=({store:e,params:t})=>{yp({warningPrefix:"MUI X Charts",componentName:"Chart",propName:"highlightedItem",controlled:t.highlightedItem,defaultValue:null}),$t(()=>{e.update(o=>o.highlight.item===t.highlightedItem?o:K({},o,{highlight:K({},o.highlight,{item:t.highlightedItem})}))},[e,t.highlightedItem]);const r=Ht(()=>{var o;(o=t.onHighlightChange)==null||o.call(t,null),e.update(a=>K({},a,{highlight:{item:null}}))}),n=Ht(o=>{var s;const a=e.getSnapshot().highlight.item;Xp(a,o)||((s=t.onHighlightChange)==null||s.call(t,o),e.update(i=>K({},i,{highlight:{item:o}})))});return{instance:{clearHighlight:r,setHighlight:n}}};_s.getDefaultizedParams=({params:e})=>K({},e,{highlightedItem:e.highlightedItem??null});_s.getInitialState=e=>({highlight:{item:e.highlightedItem}});_s.params={highlightedItem:!0,onHighlightChange:!0};const ld=(e,t)=>t==="x"?{x:e,y:null}:{x:null,y:e},nm=e=>{var l;const{axis:t,getFilters:r,isDefaultAxis:n}=e,o=r==null?void 0:r({currentAxisId:t.id,isDefaultAxis:n}),a=o?(l=t.data)==null?void 0:l.filter((c,u)=>o({x:null,y:null},u)):t.data,s=Math.min(...a??[]),i=Math.max(...a??[]);return[s,i]},om=e=>t=>{const{series:r,axis:n,getFilters:o,isDefaultAxis:a}=t;return Object.keys(r).filter(s=>{const i=e==="x"?r[s].xAxisId:r[s].yAxisId;return i===n.id||a&&i===void 0}).reduce((s,i)=>{const{stackedData:l}=r[i],c=o==null?void 0:o({currentAxisId:n.id,isDefaultAxis:a,seriesXAxisId:r[i].xAxisId,seriesYAxisId:r[i].yAxisId}),[u,d]=(l==null?void 0:l.reduce((h,p,f)=>c&&(!c(ld(p[0],e),f)||!c(ld(p[1],e),f))?h:[Math.min(...p,h[0]),Math.max(...p,h[1])],[1/0,-1/0]))??[1/0,-1/0];return[Math.min(u,s[0]),Math.max(d,s[1])]},[1/0,-1/0])},DS=e=>Object.keys(e.series).some(r=>e.series[r].layout==="horizontal")?om("x")(e):nm(e),LS=e=>Object.keys(e.series).some(r=>e.series[r].layout==="horizontal")?nm(e):om("y")(e);function Ge(e){return function(){return e}}const cd=Math.abs,Ze=Math.atan2,gr=Math.cos,BS=Math.max,yi=Math.min,_t=Math.sin,sn=Math.sqrt,at=1e-12,bo=Math.PI,Fa=bo/2,Sa=2*bo;function NS(e){return e>1?0:e<-1?bo:Math.acos(e)}function ud(e){return e>=1?Fa:e<=-1?-Fa:Math.asin(e)}const Zi=Math.PI,el=2*Zi,br=1e-6,FS=el-br;function am(e){this._+=e[0];for(let t=1,r=e.length;t<r;++t)this._+=arguments[t]+e[t]}function zS(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return am;const r=10**t;return function(n){this._+=n[0];for(let o=1,a=n.length;o<a;++o)this._+=Math.round(arguments[o]*r)/r+n[o]}}class GS{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=t==null?am:zS(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,o){this._append`Q${+t},${+r},${this._x1=+n},${this._y1=+o}`}bezierCurveTo(t,r,n,o,a,s){this._append`C${+t},${+r},${+n},${+o},${this._x1=+a},${this._y1=+s}`}arcTo(t,r,n,o,a){if(t=+t,r=+r,n=+n,o=+o,a=+a,a<0)throw new Error(`negative radius: ${a}`);let s=this._x1,i=this._y1,l=n-t,c=o-r,u=s-t,d=i-r,h=u*u+d*d;if(this._x1===null)this._append`M${this._x1=t},${this._y1=r}`;else if(h>br)if(!(Math.abs(d*l-c*u)>br)||!a)this._append`L${this._x1=t},${this._y1=r}`;else{let p=n-s,f=o-i,m=l*l+c*c,b=p*p+f*f,S=Math.sqrt(m),E=Math.sqrt(h),O=a*Math.tan((Zi-Math.acos((m+h-b)/(2*S*E)))/2),w=O/E,A=O/S;Math.abs(w-1)>br&&this._append`L${t+w*u},${r+w*d}`,this._append`A${a},${a},0,0,${+(d*p>u*f)},${this._x1=t+A*l},${this._y1=r+A*c}`}}arc(t,r,n,o,a,s){if(t=+t,r=+r,n=+n,s=!!s,n<0)throw new Error(`negative radius: ${n}`);let i=n*Math.cos(o),l=n*Math.sin(o),c=t+i,u=r+l,d=1^s,h=s?o-a:a-o;this._x1===null?this._append`M${c},${u}`:(Math.abs(this._x1-c)>br||Math.abs(this._y1-u)>br)&&this._append`L${c},${u}`,n&&(h<0&&(h=h%el+el),h>FS?this._append`A${n},${n},0,1,${d},${t-i},${r-l}A${n},${n},0,1,${d},${this._x1=c},${this._y1=u}`:h>br&&this._append`A${n},${n},0,${+(h>=Zi)},${d},${this._x1=t+n*Math.cos(a)},${this._y1=r+n*Math.sin(a)}`)}rect(t,r,n,o){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+r}h${n=+n}v${+o}h${-n}Z`}toString(){return this._}}function HS(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 GS(t)}function qS(e){return e.innerRadius}function WS(e){return e.outerRadius}function JS(e){return e.startAngle}function YS(e){return e.endAngle}function KS(e){return e&&e.padAngle}function QS(e,t,r,n,o,a,s,i){var l=r-e,c=n-t,u=s-o,d=i-a,h=d*l-u*c;if(!(h*h<at))return h=(u*(t-a)-d*(e-o))/h,[e+h*l,t+h*c]}function ra(e,t,r,n,o,a,s){var i=e-r,l=t-n,c=(s?a:-a)/sn(i*i+l*l),u=c*l,d=-c*i,h=e+u,p=t+d,f=r+u,m=n+d,b=(h+f)/2,S=(p+m)/2,E=f-h,O=m-p,w=E*E+O*O,A=o-a,C=h*m-f*p,T=(O<0?-1:1)*sn(BS(0,A*A*w-C*C)),V=(C*O-E*T)/w,j=(-C*E-O*T)/w,y=(C*O+E*T)/w,R=(-C*E+O*T)/w,z=V-b,I=j-S,G=y-b,oe=R-S;return z*z+I*I>G*G+oe*oe&&(V=y,j=R),{cx:V,cy:j,x01:-u,y01:-d,x11:V*(o/A-1),y11:j*(o/A-1)}}function sm(){var e=qS,t=WS,r=Ge(0),n=null,o=JS,a=YS,s=KS,i=null,l=HS(c);function c(){var u,d,h=+e.apply(this,arguments),p=+t.apply(this,arguments),f=o.apply(this,arguments)-Fa,m=a.apply(this,arguments)-Fa,b=cd(m-f),S=m>f;if(i||(i=u=l()),p<h&&(d=p,p=h,h=d),!(p>at))i.moveTo(0,0);else if(b>Sa-at)i.moveTo(p*gr(f),p*_t(f)),i.arc(0,0,p,f,m,!S),h>at&&(i.moveTo(h*gr(m),h*_t(m)),i.arc(0,0,h,m,f,S));else{var E=f,O=m,w=f,A=m,C=b,T=b,V=s.apply(this,arguments)/2,j=V>at&&(n?+n.apply(this,arguments):sn(h*h+p*p)),y=yi(cd(p-h)/2,+r.apply(this,arguments)),R=y,z=y,I,G;if(j>at){var oe=ud(j/h*_t(V)),re=ud(j/p*_t(V));(C-=oe*2)>at?(oe*=S?1:-1,w+=oe,A-=oe):(C=0,w=A=(f+m)/2),(T-=re*2)>at?(re*=S?1:-1,E+=re,O-=re):(T=0,E=O=(f+m)/2)}var te=p*gr(E),ee=p*_t(E),se=h*gr(A),H=h*_t(A);if(y>at){var X=p*gr(O),le=p*_t(O),xe=h*gr(w),Le=h*_t(w),ae;if(b<bo)if(ae=QS(te,ee,xe,Le,X,le,se,H)){var be=te-ae[0],Se=ee-ae[1],me=X-ae[0],Z=le-ae[1],ie=1/_t(NS((be*me+Se*Z)/(sn(be*be+Se*Se)*sn(me*me+Z*Z)))/2),de=sn(ae[0]*ae[0]+ae[1]*ae[1]);R=yi(y,(h-de)/(ie-1)),z=yi(y,(p-de)/(ie+1))}else R=z=0}T>at?z>at?(I=ra(xe,Le,te,ee,p,z,S),G=ra(X,le,se,H,p,z,S),i.moveTo(I.cx+I.x01,I.cy+I.y01),z<y?i.arc(I.cx,I.cy,z,Ze(I.y01,I.x01),Ze(G.y01,G.x01),!S):(i.arc(I.cx,I.cy,z,Ze(I.y01,I.x01),Ze(I.y11,I.x11),!S),i.arc(0,0,p,Ze(I.cy+I.y11,I.cx+I.x11),Ze(G.cy+G.y11,G.cx+G.x11),!S),i.arc(G.cx,G.cy,z,Ze(G.y11,G.x11),Ze(G.y01,G.x01),!S))):(i.moveTo(te,ee),i.arc(0,0,p,E,O,!S)):i.moveTo(te,ee),!(h>at)||!(C>at)?i.lineTo(se,H):R>at?(I=ra(se,H,X,le,h,-R,S),G=ra(te,ee,xe,Le,h,-R,S),i.lineTo(I.cx+I.x01,I.cy+I.y01),R<y?i.arc(I.cx,I.cy,R,Ze(I.y01,I.x01),Ze(G.y01,G.x01),!S):(i.arc(I.cx,I.cy,R,Ze(I.y01,I.x01),Ze(I.y11,I.x11),!S),i.arc(0,0,h,Ze(I.cy+I.y11,I.cx+I.x11),Ze(G.cy+G.y11,G.cx+G.x11),S),i.arc(G.cx,G.cy,R,Ze(G.y11,G.x11),Ze(G.y01,G.x01),!S))):i.arc(0,0,h,A,w,S)}if(i.closePath(),u)return i=null,u+""||null}return c.centroid=function(){var u=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,d=(+o.apply(this,arguments)+ +a.apply(this,arguments))/2-bo/2;return[gr(d)*u,_t(d)*u]},c.innerRadius=function(u){return arguments.length?(e=typeof u=="function"?u:Ge(+u),c):e},c.outerRadius=function(u){return arguments.length?(t=typeof u=="function"?u:Ge(+u),c):t},c.cornerRadius=function(u){return arguments.length?(r=typeof u=="function"?u:Ge(+u),c):r},c.padRadius=function(u){return arguments.length?(n=u==null?null:typeof u=="function"?u:Ge(+u),c):n},c.startAngle=function(u){return arguments.length?(o=typeof u=="function"?u:Ge(+u),c):o},c.endAngle=function(u){return arguments.length?(a=typeof u=="function"?u:Ge(+u),c):a},c.padAngle=function(u){return arguments.length?(s=typeof u=="function"?u:Ge(+u),c):s},c.context=function(u){return arguments.length?(i=u??null,c):i},c}function im(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function XS(e,t){return t<e?-1:t>e?1:t>=e?0:NaN}function ZS(e){return e}function eO(){var e=ZS,t=XS,r=null,n=Ge(0),o=Ge(Sa),a=Ge(0);function s(i){var l,c=(i=im(i)).length,u,d,h=0,p=new Array(c),f=new Array(c),m=+n.apply(this,arguments),b=Math.min(Sa,Math.max(-Sa,o.apply(this,arguments)-m)),S,E=Math.min(Math.abs(b)/c,a.apply(this,arguments)),O=E*(b<0?-1:1),w;for(l=0;l<c;++l)(w=f[p[l]=l]=+e(i[l],l,i))>0&&(h+=w);for(t!=null?p.sort(function(A,C){return t(f[A],f[C])}):r!=null&&p.sort(function(A,C){return r(i[A],i[C])}),l=0,d=h?(b-c*O)/h:0;l<c;++l,m=S)u=p[l],w=f[u],S=m+(w>0?w*d:0)+O,f[u]={data:i[u],index:l,value:w,startAngle:m,endAngle:S,padAngle:E};return f}return s.value=function(i){return arguments.length?(e=typeof i=="function"?i:Ge(+i),s):e},s.sortValues=function(i){return arguments.length?(t=i,r=null,s):t},s.sort=function(i){return arguments.length?(r=i,t=null,s):r},s.startAngle=function(i){return arguments.length?(n=typeof i=="function"?i:Ge(+i),s):n},s.endAngle=function(i){return arguments.length?(o=typeof i=="function"?i:Ge(+i),s):o},s.padAngle=function(i){return arguments.length?(a=typeof i=="function"?i:Ge(+i),s):a},s}function xn(e,t){if((s=e.length)>1)for(var r=1,n,o,a=e[t[0]],s,i=a.length;r<s;++r)for(o=a,a=e[t[r]],n=0;n<i;++n)a[n][1]+=a[n][0]=isNaN(o[n][1])?o[n][0]:o[n][1]}function vn(e){for(var t=e.length,r=new Array(t);--t>=0;)r[t]=t;return r}function tO(e,t){return e[t]}function rO(e){const t=[];return t.key=e,t}function lm(){var e=Ge([]),t=vn,r=xn,n=tO;function o(a){var s=Array.from(e.apply(this,arguments),rO),i,l=s.length,c=-1,u;for(const d of a)for(i=0,++c;i<l;++i)(s[i][c]=[0,+n(d,s[i].key,c,a)]).data=d;for(i=0,u=im(t(s));i<l;++i)s[u[i]].index=i;return r(s,u),s}return o.keys=function(a){return arguments.length?(e=typeof a=="function"?a:Ge(Array.from(a)),o):e},o.value=function(a){return arguments.length?(n=typeof a=="function"?a:Ge(+a),o):n},o.order=function(a){return arguments.length?(t=a==null?vn:typeof a=="function"?a:Ge(Array.from(a)),o):t},o.offset=function(a){return arguments.length?(r=a??xn,o):r},o}function nO(e,t){if((n=e.length)>0){for(var r,n,o=0,a=e[0].length,s;o<a;++o){for(s=r=0;r<n;++r)s+=e[r][o][1]||0;if(s)for(r=0;r<n;++r)e[r][o][1]/=s}xn(e,t)}}function oO(e,t){if((l=e.length)>0)for(var r,n=0,o,a,s,i,l,c=e[t[0]].length;n<c;++n)for(s=i=0,r=0;r<l;++r)(a=(o=e[t[r]][n])[1]-o[0])>0?(o[0]=s,o[1]=s+=a):a<0?(o[1]=i,o[0]=i+=a):(o[0]=0,o[1]=a)}function aO(e,t){if((o=e.length)>0){for(var r=0,n=e[t[0]],o,a=n.length;r<a;++r){for(var s=0,i=0;s<o;++s)i+=e[s][r][1]||0;n[r][1]+=n[r][0]=-i/2}xn(e,t)}}function sO(e,t){if(!(!((s=e.length)>0)||!((a=(o=e[t[0]]).length)>0))){for(var r=0,n=1,o,a,s;n<a;++n){for(var i=0,l=0,c=0;i<s;++i){for(var u=e[t[i]],d=u[n][1]||0,h=u[n-1][1]||0,p=(d-h)/2,f=0;f<i;++f){var m=e[t[f]],b=m[n][1]||0,S=m[n-1][1]||0;p+=b-S}l+=d,c+=p*d}o[n-1][1]+=o[n-1][0]=r,l&&(r-=c/l)}o[n-1][1]+=o[n-1][0]=r,xn(e,t)}}function cm(e){var t=e.map(iO);return vn(e).sort(function(r,n){return t[r]-t[n]})}function iO(e){for(var t=-1,r=0,n=e.length,o,a=-1/0;++t<n;)(o=+e[t][1])>a&&(a=o,r=t);return r}function um(e){var t=e.map(dm);return vn(e).sort(function(r,n){return t[r]-t[n]})}function dm(e){for(var t=0,r=-1,n=e.length,o;++r<n;)(o=+e[r][1])&&(t+=o);return t}function lO(e){return um(e).reverse()}function cO(e){var t=e.length,r,n,o=e.map(dm),a=cm(e),s=0,i=0,l=[],c=[];for(r=0;r<t;++r)n=a[r],s<i?(s+=o[n],l.push(n)):(i+=o[n],c.push(n));return c.reverse().concat(l)}function uO(e){return vn(e).reverse()}const bi={appearance:cm,ascending:um,descending:lO,insideOut:cO,none:vn,reverse:uO},xi={expand:nO,diverging:oO,none:xn,silhouette:aO,wiggle:sO},hm=e=>{const{series:t,seriesOrder:r,defaultStrategy:n}=e,o=[],a={};return r.forEach(s=>{const{stack:i,stackOrder:l,stackOffset:c}=t[s];i===void 0?o.push({ids:[s],stackingOrder:bi.none,stackingOffset:xi.none}):a[i]===void 0?(a[i]=o.length,o.push({ids:[s],stackingOrder:bi[l??(n==null?void 0:n.stackOrder)??"none"],stackingOffset:xi[c??(n==null?void 0:n.stackOffset)??"diverging"]})):(o[a[i]].ids.push(s),l!==void 0&&(o[a[i]].stackingOrder=bi[l]),c!==void 0&&(o[a[i]].stackingOffset=xi[c]))}),o},dO=e=>e==null?"":e.toLocaleString(),hO=(e,t)=>{const{seriesOrder:r,series:n}=e,o=hm(e),a=t??[];r.forEach(i=>{const l=n[i].data;if(l!==void 0)l.forEach((c,u)=>{a.length<=u?a.push({[i]:c}):a[u][i]=c});else if(t===void 0)throw new Error([`MUI X Charts: bar series with id='${i}' has no data.`,"Either provide a data property to the series or use the dataset prop."].join(`
118
+ `))});const s={};return o.forEach(i=>{const{ids:l,stackingOffset:c,stackingOrder:u}=i,d=lm().keys(l.map(h=>{const p=n[h].dataKey;return n[h].data===void 0&&p!==void 0?p:h})).value((h,p)=>h[p]??0).order(u).offset(c)(a);l.forEach((h,p)=>{const f=n[h].dataKey;s[h]=K({layout:"vertical",labelMarkType:"square",minBarSize:0,valueFormatter:n[h].valueFormatter??dO},n[h],{data:f?t.map(m=>{const b=m[f];return typeof b!="number"?(process.env.NODE_ENV!=="production"&&b!==null&&po([`MUI X Charts: your dataset key "${f}" is used for plotting bars, but contains nonnumerical elements.`,"Bar plots only support numbers and null values."]),null):b}):n[h].data,stackedData:d[p].map(([m,b])=>[m,b])})})}),{seriesOrder:r,stackingGroups:o,series:s}};function Qt(e,t){return typeof e=="function"?e(t):e}const pO=e=>{const{seriesOrder:t,series:r}=e;return t.reduce((n,o)=>{const a=Qt(r[o].label,"legend");return a===void 0||n.push({markType:r[o].labelMarkType,id:o,seriesId:o,color:r[o].color,label:a}),n},[])},mO=(e,t,r)=>{const n=e.layout==="vertical",o=n?t==null?void 0:t.colorScale:r==null?void 0:r.colorScale,a=n?r==null?void 0:r.colorScale:t==null?void 0:t.colorScale,s=n?t==null?void 0:t.data:r==null?void 0:r.data;return a?i=>{if(i===void 0)return e.color;const l=e.data[i],c=l===null?e.color:a(l);return c===null?e.color:c}:o&&s?i=>{if(i===void 0)return e.color;const l=s[i],c=l===null?e.color:o(l);return c===null?e.color:c}:()=>e.color},fO=e=>{const{series:t,getColor:r,identifier:n}=e;if(!n||n.dataIndex===void 0)return null;const o=Qt(t.label,"tooltip"),a=t.data[n.dataIndex];if(a==null)return null;const s=t.valueFormatter(a,{dataIndex:n.dataIndex});return{identifier:n,color:r(n.dataIndex),label:o,value:a,formattedValue:s,markType:t.labelMarkType}},gO=e=>Object.values(e).map(t=>t.layout==="horizontal"?{direction:"y",axisId:t.yAxisId}:{direction:"x",axisId:t.xAxisId}),yO=(e,t,r)=>K({id:e.id??`auto-generated-id-${t}`,color:r[t%r.length]},e),bO={seriesProcessor:hO,colorProcessor:mO,legendGetter:pO,tooltipGetter:fO,axisTooltipGetter:gO,xExtremumGetter:DS,yExtremumGetter:LS,getSeriesWithDefaultValues:yO},za=(e,t)=>[t[0]===null?e[0]:Math.min(e[0],t[0]),t[1]===null?e[1]:Math.max(e[1],t[1])],xO=e=>{const{series:t,axis:r,isDefaultAxis:n,getFilters:o}=e;return Object.keys(t).filter(a=>{const s=t[a].xAxisId;return s===r.id||s===void 0&&n}).reduce((a,s)=>{var c;const i=o==null?void 0:o({currentAxisId:r.id,isDefaultAxis:n,seriesXAxisId:t[s].xAxisId,seriesYAxisId:t[s].yAxisId}),l=(c=t[s].data)==null?void 0:c.reduce((u,d,h)=>i&&!i(d,h)?u:za(u,[d.x,d.x]),[1/0,-1/0]);return za(a,l??[1/0,-1/0])},[1/0,-1/0])},vO=e=>{const{series:t,axis:r,isDefaultAxis:n,getFilters:o}=e;return Object.keys(t).filter(a=>{const s=t[a].yAxisId;return s===r.id||s===void 0&&n}).reduce((a,s)=>{var c;const i=o==null?void 0:o({currentAxisId:r.id,isDefaultAxis:n,seriesXAxisId:t[s].xAxisId,seriesYAxisId:t[s].yAxisId}),l=(c=t[s].data)==null?void 0:c.reduce((u,d,h)=>i&&!i(d,h)?u:za(u,[d.y,d.y]),[1/0,-1/0]);return za(a,l??[1/0,-1/0])},[1/0,-1/0])},SO=({series:e,seriesOrder:t},r)=>({series:Object.fromEntries(Object.entries(e).map(([o,a])=>{const s=a==null?void 0:a.datasetKeys,i=["x","y","id"].filter(c=>typeof(s==null?void 0:s[c])!="string");if(a!=null&&a.datasetKeys&&i.length>0)throw new Error([`MUI X Charts: scatter series with id='${o}' has incomplete datasetKeys.`,`Properties ${i.map(c=>`"${c}"`).join(", ")} are missing.`].join(`
119
+ `));const l=s?(r==null?void 0:r.map(c=>({x:c[s.x]??null,y:c[s.y]??null,z:s.z&&c[s.z],id:s.id&&c[s.id]})))??[]:a.data??[];return[o,K({labelMarkType:"circle",markerSize:4},a,{preview:K({markerSize:1},a==null?void 0:a.preview),data:l,valueFormatter:a.valueFormatter??(c=>c&&`(${c.x}, ${c.y})`)})]})),seriesOrder:t}),OO=(e,t,r,n)=>{const o=n==null?void 0:n.colorScale,a=r==null?void 0:r.colorScale,s=t==null?void 0:t.colorScale;return o?i=>{var u,d;if(i===void 0)return e.color;if(((u=n==null?void 0:n.data)==null?void 0:u[i])!==void 0){const h=o((d=n==null?void 0:n.data)==null?void 0:d[i]);if(h!==null)return h}const l=e.data[i],c=l===null?e.color:o(l.z);return c===null?e.color:c}:a?i=>{if(i===void 0)return e.color;const l=e.data[i],c=l===null?e.color:a(l.y);return c===null?e.color:c}:s?i=>{if(i===void 0)return e.color;const l=e.data[i],c=l===null?e.color:s(l.x);return c===null?e.color:c}:()=>e.color},wO=e=>{const{seriesOrder:t,series:r}=e;return t.reduce((n,o)=>{const a=Qt(r[o].label,"legend");return a===void 0||n.push({markType:r[o].labelMarkType,id:o,seriesId:o,color:r[o].color,label:a}),n},[])},CO=e=>{const{series:t,getColor:r,identifier:n}=e;if(!n||n.dataIndex===void 0)return null;const o=Qt(t.label,"tooltip"),a=t.data[n.dataIndex],s=t.valueFormatter(a,{dataIndex:n.dataIndex});return{identifier:n,color:r(n.dataIndex),label:o,value:a,formattedValue:s,markType:t.labelMarkType}},PO=(e,t,r)=>K({id:e.id??`auto-generated-id-${t}`,color:r[t%r.length]},e),TO={seriesProcessor:SO,colorProcessor:OO,legendGetter:wO,tooltipGetter:CO,xExtremumGetter:xO,yExtremumGetter:vO,getSeriesWithDefaultValues:PO},RO=e=>{const{axis:t}=e,r=Math.min(...t.data??[]),n=Math.max(...t.data??[]);return[r,n]};function AO(e,t,r,n){return r.reduce((o,a,s)=>{if(t[s]===null)return o;const[i,l]=e(a);return n&&(!n({y:i,x:null},s)||!n({y:l,x:null},s))?o:[Math.min(i,l,o[0]),Math.max(i,l,o[1])]},[1/0,-1/0])}const _O=e=>{const{series:t,axis:r,isDefaultAxis:n,getFilters:o}=e;return Object.keys(t).filter(a=>{const s=t[a].yAxisId;return s===r.id||n&&s===void 0}).reduce((a,s)=>{const{area:i,stackedData:l,data:c}=t[s],u=i!==void 0,d=o==null?void 0:o({currentAxisId:r.id,isDefaultAxis:n,seriesXAxisId:t[s].xAxisId,seriesYAxisId:t[s].yAxisId}),h=u&&r.scaleType!=="log"&&typeof t[s].baseline!="string"?b=>b:b=>[b[1],b[1]],p=AO(h,c,l,d),[f,m]=p;return[Math.min(f,a[0]),Math.max(m,a[1])]},[1/0,-1/0])};function EO(e,t){const r={};return Object.keys(e).forEach(n=>{r[n]=K({},e[n],{valueFormatter:e[n].valueFormatter??t})}),r}const IO=(e,t)=>{const{seriesOrder:r,series:n}=e,o=hm(K({},e,{defaultStrategy:{stackOffset:"none"}})),a=t??[];r.forEach(i=>{const l=n[i].data;if(l!==void 0)l.forEach((c,u)=>{a.length<=u?a.push({[i]:c}):a[u][i]=c});else if(t===void 0&&process.env.NODE_ENV!=="production")throw new Error([`MUI X Charts: line series with id='${i}' has no data.`,"Either provide a data property to the series or use the dataset prop."].join(`
120
+ `))});const s={};return o.forEach(i=>{const{ids:l,stackingOrder:c,stackingOffset:u}=i,d=lm().keys(l.map(h=>{const p=n[h].dataKey;return n[h].data===void 0&&p!==void 0?p:h})).value((h,p)=>h[p]??0).order(c).offset(u)(a);l.forEach((h,p)=>{const f=n[h].dataKey;s[h]=K({labelMarkType:"line"},n[h],{data:f?t.map(m=>{const b=m[f];return typeof b!="number"?(process.env.NODE_ENV!=="production"&&b!==null&&po([`MUI X Charts: Your dataset key "${f}" is used for plotting line, but contains nonnumerical elements.`,"Line plots only support numbers and null values."]),null):b}):n[h].data,stackedData:d[p].map(([m,b])=>[m,b])})})}),{seriesOrder:r,stackingGroups:o,series:EO(s,i=>i==null?"":i.toLocaleString())}},VO=(e,t,r)=>{const n=r==null?void 0:r.colorScale,o=t==null?void 0:t.colorScale;return n?a=>{if(a===void 0)return e.color;const s=e.data[a],i=s===null?e.color:n(s);return i===null?e.color:i}:o?a=>{var l;if(a===void 0)return e.color;const s=(l=t.data)==null?void 0:l[a],i=s===null?e.color:o(s);return i===null?e.color:i}:()=>e.color},MO=e=>{const{seriesOrder:t,series:r}=e;return t.reduce((n,o)=>{const a=Qt(r[o].label,"legend");return a===void 0||n.push({markType:r[o].labelMarkType,id:o,seriesId:o,color:r[o].color,label:a}),n},[])},jO=e=>{const{series:t,getColor:r,identifier:n}=e;if(!n||n.dataIndex===void 0)return null;const o=Qt(t.label,"tooltip"),a=t.data[n.dataIndex],s=t.valueFormatter(a,{dataIndex:n.dataIndex});return{identifier:n,color:r(n.dataIndex),label:o,value:a,formattedValue:s,markType:t.labelMarkType}},kO=e=>Object.values(e).map(t=>({direction:"x",axisId:t.xAxisId})),$O=(e,t,r)=>K({id:e.id??`auto-generated-id-${t}`,color:r[t%r.length]},e),UO={colorProcessor:VO,seriesProcessor:IO,legendGetter:MO,tooltipGetter:jO,axisTooltipGetter:kO,xExtremumGetter:RO,yExtremumGetter:_O,getSeriesWithDefaultValues:$O},DO=(e="none")=>{if(typeof e=="function")return e;switch(e){case"none":return null;case"desc":return(t,r)=>r-t;case"asc":return(t,r)=>t-r;default:return null}},LO=e=>{const{seriesOrder:t,series:r}=e,n={};return t.forEach(o=>{const a=eO().startAngle(2*Math.PI*(r[o].startAngle??0)/360).endAngle(2*Math.PI*(r[o].endAngle??360)/360).padAngle(2*Math.PI*(r[o].paddingAngle??0)/360).sortValues(DO(r[o].sortingValues??"none"))(r[o].data.map(s=>s.value));n[o]=K({labelMarkType:"circle",valueFormatter:s=>s.value.toLocaleString()},r[o],{data:r[o].data.map((s,i)=>K({},s,{id:s.id??`auto-generated-pie-id-${o}-${i}`},a[i])).map((s,i)=>{var l,c;return K({labelMarkType:"circle"},s,{formattedValue:((c=(l=r[o]).valueFormatter)==null?void 0:c.call(l,K({},s,{label:Qt(s.label,"arc")}),{dataIndex:i}))??s.value.toLocaleString()})})})}),{seriesOrder:t,series:n}},BO=e=>t=>e.data[t].color,NO=e=>{const{seriesOrder:t,series:r}=e;return t.reduce((n,o)=>(r[o].data.forEach((a,s)=>{const i=Qt(a.label,"legend");i!==void 0&&n.push({markType:a.labelMarkType??r[o].labelMarkType,id:a.id??s,seriesId:o,color:a.color,label:i,itemId:a.id??s})}),n),[])},FO=e=>{const{series:t,getColor:r,identifier:n}=e;if(!n||n.dataIndex===void 0)return null;const o=t.data[n.dataIndex];if(o==null)return null;const a=Qt(o.label,"tooltip"),s=K({},o,{label:a}),i=t.valueFormatter(s,{dataIndex:n.dataIndex});return{identifier:n,color:r(n.dataIndex),label:a,value:s,formattedValue:i,markType:o.labelMarkType??t.labelMarkType}},zO=(e,t,r)=>K({id:e.id??`auto-generated-id-${t}`},e,{data:e.data.map((n,o)=>K({color:r[o%r.length]},n))}),GO={colorProcessor:BO,seriesProcessor:LO,legendGetter:NO,tooltipGetter:FO,getSeriesWithDefaultValues:zO},HO={bar:bO,scatter:TO,line:UO,pie:GO},qO=[hc,As,uc,_s];function WO(e){const{children:t,plugins:r=qO,pluginParams:n={},seriesConfig:o=HO}=e,{contextValue:a}=Tx(r,n,o);return g.jsx(Gl.Provider,{value:a,children:t})}const pm=()=>{const e=F.useContext(Gl);if(e==null)throw new Error(["MUI X Charts: Could not find the Chart context.","It looks like you rendered your component outside of a ChartDataProvider.","This can also happen if you are bundling multiple versions of the library."].join(`
121
+ `));return e};function Ur(){const e=pm();if(!e)throw new Error(["MUI X Charts: Could not find the charts context.","It looks like you rendered your component outside of a ChartContainer parent component."].join(`
122
+ `));return e.store}function mm(){const e=Ur();return st(e,Ao)}function fm(){const e=Ur();return st(e,lx)}const tl=(e,t)=>e===void 0?t:Math.PI*e/180;function JO(){const e=Ur(),{axis:t,axisIds:r}=st(e,kr);return{xAxis:t,xAxisIds:r}}function YO(){const e=Ur(),{axis:t,axisIds:r}=st(e,$r);return{yAxis:t,yAxisIds:r}}function KO(){const e=Ur(),{axis:t,axisIds:r}=st(e,US)??{axis:{},axisIds:[]};return{zAxis:t,zAxisIds:r}}function QO(){const e=pm();if(!e)throw new Error(["MUI X Charts: Could not find the svg ref context.","It looks like you rendered your component outside of a ChartContainer parent component."].join(`
123
+ `));return e.svgRef}function XO(){const e=fm();return F.useCallback(t=>`${e}-gradient-${t}`,[e])}function ZO(){const e=fm();return F.useCallback(t=>`${e}-gradient-${t}-object-bound`,[e])}var vi,dd;function ew(){if(dd)return vi;dd=1;var e=4,t=.001,r=1e-7,n=10,o=11,a=1/(o-1),s=typeof Float32Array=="function";function i(m,b){return 1-3*b+3*m}function l(m,b){return 3*b-6*m}function c(m){return 3*m}function u(m,b,S){return((i(b,S)*m+l(b,S))*m+c(b))*m}function d(m,b,S){return 3*i(b,S)*m*m+2*l(b,S)*m+c(b)}function h(m,b,S,E,O){var w,A,C=0;do A=b+(S-b)/2,w=u(A,E,O)-m,w>0?S=A:b=A;while(Math.abs(w)>r&&++C<n);return A}function p(m,b,S,E){for(var O=0;O<e;++O){var w=d(b,S,E);if(w===0)return b;var A=u(b,S,E)-m;b-=A/w}return b}function f(m){return m}return vi=function(b,S,E,O){if(!(0<=b&&b<=1&&0<=E&&E<=1))throw new Error("bezier x values must be in [0, 1] range");if(b===S&&E===O)return f;for(var w=s?new Float32Array(o):new Array(o),A=0;A<o;++A)w[A]=u(A*a,b,E);function C(T){for(var V=0,j=1,y=o-1;j!==y&&w[j]<=T;++j)V+=a;--j;var R=(T-w[j])/(w[j+1]-w[j]),z=V+R*a,I=d(z,b,E);return I>=t?p(T,z,b,E):I===0?z:h(T,V,V+a,b,E)}return function(V){return V===0?0:V===1?1:u(C(V),S,O)}},vi}var tw=ew();const rw=Sg(tw),nw=300,ow=rw(.66,0,.34,1);var Sn=0,ro=0,zn=0,gm=1e3,Ga,no,Ha=0,Ar=0,Es=0,xo=typeof performance=="object"&&performance.now?performance:Date,ym=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function pc(){return Ar||(ym(aw),Ar=xo.now()+Es)}function aw(){Ar=0}function qa(){this._call=this._time=this._next=null}qa.prototype=bm.prototype={constructor:qa,restart:function(e,t,r){if(typeof e!="function")throw new TypeError("callback is not a function");r=(r==null?pc():+r)+(t==null?0:+t),!this._next&&no!==this&&(no?no._next=this:Ga=this,no=this),this._call=e,this._time=r,nl()},stop:function(){this._call&&(this._call=null,this._time=1/0,nl())}};function bm(e,t,r){var n=new qa;return n.restart(e,t,r),n}function rl(){pc(),++Sn;for(var e=Ga,t;e;)(t=Ar-e._time)>=0&&e._call.call(void 0,t),e=e._next;--Sn}function hd(){Ar=(Ha=xo.now())+Es,Sn=ro=0;try{rl()}finally{Sn=0,iw(),Ar=0}}function sw(){var e=xo.now(),t=e-Ha;t>gm&&(Es-=t,Ha=e)}function iw(){for(var e,t=Ga,r,n=1/0;t;)t._call?(n>t._time&&(n=t._time),e=t,t=t._next):(r=t._next,t._next=null,t=e?e._next=r:Ga=r);no=e,nl(n)}function nl(e){if(!Sn){ro&&(ro=clearTimeout(ro));var t=e-Ar;t>24?(e<1/0&&(ro=setTimeout(hd,e-xo.now()-Es)),zn&&(zn=clearInterval(zn))):(zn||(Ha=xo.now(),zn=setInterval(sw,gm)),Sn=1,ym(hd))}}function lw(e,t,r){var n=new qa;return t=t==null?0:+t,n.restart(o=>{n.stop(),e(o+t)},t,r),n}class cw{constructor(t,r,n){this.duration=void 0,this.elapsed=0,this.easingFn=void 0,this.timer=null,this.onTickCallback=void 0,this.duration=t,this.easingFn=r,this.onTickCallback=n,this.resume()}get running(){return this.timer!==null}timerCallback(t){this.elapsed=Math.min(t,this.duration);const r=this.duration===0?1:this.elapsed/this.duration,n=this.easingFn(r);this.onTickCallback(n),this.elapsed>=this.duration&&this.stop()}resume(){if(this.running||this.elapsed>=this.duration)return this;const t=pc()-this.elapsed;return this.timer=bm(r=>this.timerCallback(r),0,t),rl(),this}stop(){return this.running?(this.timer&&(this.timer.stop(),this.timer=null),this):this}finish(){return this.stop(),lw(()=>this.timerCallback(this.duration)),rl(),this}}function uw(e,t){if(Object.is(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;const r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(let o=0;o<r.length;o+=1){const a=r[o];if(!Object.prototype.hasOwnProperty.call(t,a)||!Object.is(e[a],t[a]))return!1}return!0}function dw(e,{createInterpolator:t,applyProps:r,skip:n,initialProps:o=e}){const a=F.useRef(o),s=F.useRef(null),i=F.useRef(null),l=F.useRef(e);$t(()=>{l.current=e},[e]),$t(()=>{var d;n&&((d=s.current)==null||d.finish(),s.current=null,i.current=null,a.current=e)},[e,n]);const c=F.useCallback(d=>{const h=a.current,p=t(h,e);s.current=new cw(nw,ow,f=>{const m=p(f);a.current=m,r(d,m)})},[r,t,e]);return F.useCallback(d=>{var p,f,m,b;if(d===null){(p=s.current)==null||p.stop();return}const h=i.current;if(h===d){if(uw(l.current,e)){(f=s.current)==null||f.resume();return}(m=s.current)==null||m.stop()}h&&((b=s.current)==null||b.stop()),i.current=d,(s.current||!n)&&c(d)},[c,e,n])}function hw(e,{createInterpolator:t,transformProps:r,applyProps:n,skip:o,initialProps:a=e,ref:s}){const i=r??(u=>u),l=dw(e,{initialProps:a,createInterpolator:t,applyProps:(u,d)=>n(u,i(d)),skip:o});return K({},r(o?e:a),{ref:ps(l,s)})}function pd(e){const{isReversed:t,gradientId:r,size:n,direction:o,scale:a,colorMap:s}=e;return n<=0?null:g.jsx("linearGradient",{id:r,x1:"0",x2:"0",y1:"0",y2:"0",[`${o}${t?1:2}`]:`${n}px`,gradientUnits:"userSpaceOnUse",children:s.thresholds.map((i,l)=>{const c=a(i);if(c===void 0)return null;const u=t?1-c/n:c/n;return Number.isNaN(u)?null:g.jsxs(F.Fragment,{children:[g.jsx("stop",{offset:u,stopColor:s.colors[l],stopOpacity:1}),g.jsx("stop",{offset:u,stopColor:s.colors[l+1],stopOpacity:1})]},i.toString()+l)})})}const pw=10;function md(e){const{gradientUnits:t,isReversed:r,gradientId:n,size:o,direction:a,scale:s,colorScale:i,colorMap:l}=e,c=[l.min??0,l.max??100],u=c.map(s).filter(f=>f!==void 0);if(u.length!==2)return null;const d=typeof c[0]=="number"?Ct(c[0],c[1]):Kl(c[0],c[1]),h=Math.round((Math.max(...u)-Math.min(...u))/pw),p=`${c[0]}-${c[1]}-`;return g.jsx("linearGradient",{id:n,x1:"0",x2:"0",y1:"0",y2:"0",[`${a}${r?1:2}`]:t==="objectBoundingBox"?1:`${o}px`,gradientUnits:t??"userSpaceOnUse",children:Array.from({length:h+1},(f,m)=>{const b=d(m/h);if(b===void 0)return null;const S=s(b);if(S===void 0)return null;const E=r?1-S/o:S/o,O=i(b);return O===null?null:g.jsx("stop",{offset:E,stopColor:O,stopOpacity:1},p+m)})})}const mw=10,fw=e=>e?{x1:"1",x2:"0",y1:"0",y2:"0"}:{x1:"0",x2:"1",y1:"0",y2:"0"};function Si(e){const{isReversed:t,gradientId:r,colorScale:n,colorMap:o}=e,a=[o.min??0,o.max??100],s=typeof a[0]=="number"?Ct(a[0],a[1]):Kl(a[0],a[1]),i=mw,l=`${a[0]}-${a[1]}-`;return g.jsx("linearGradient",K({id:r},fw(t),{gradientUnits:"objectBoundingBox",children:Array.from({length:i+1},(c,u)=>{const d=u/i,h=s(d);if(h===void 0)return null;const p=n(h);return p===null?null:g.jsx("stop",{offset:d,stopColor:p,stopOpacity:1},l+u)})}))}function gw(){const{top:e,height:t,bottom:r,left:n,width:o,right:a}=mm(),s=e+t+r,i=n+o+a,l=XO(),c=ZO(),{xAxis:u,xAxisIds:d}=JO(),{yAxis:h,yAxisIds:p}=YO(),{zAxis:f,zAxisIds:m}=KO(),b=p.filter(O=>h[O].colorMap!==void 0),S=d.filter(O=>u[O].colorMap!==void 0),E=m.filter(O=>f[O].colorMap!==void 0);return b.length===0&&S.length===0&&E.length===0?null:g.jsxs("defs",{children:[b.map(O=>{const w=l(O),A=c(O),{colorMap:C,scale:T,colorScale:V,reverse:j}=h[O];return(C==null?void 0:C.type)==="piecewise"?g.jsx(pd,{isReversed:!j,scale:T,colorMap:C,size:s,gradientId:w,direction:"y"},w):(C==null?void 0:C.type)==="continuous"?g.jsxs(F.Fragment,{children:[g.jsx(md,{isReversed:!j,scale:T,colorScale:V,colorMap:C,size:s,gradientId:w,direction:"y"}),g.jsx(Si,{isReversed:j,colorScale:V,colorMap:C,gradientId:A})]},w):null}),S.map(O=>{const w=l(O),A=c(O),{colorMap:C,scale:T,reverse:V,colorScale:j}=u[O];return(C==null?void 0:C.type)==="piecewise"?g.jsx(pd,{isReversed:V,scale:T,colorMap:C,size:i,gradientId:w,direction:"x"},w):(C==null?void 0:C.type)==="continuous"?g.jsxs(F.Fragment,{children:[g.jsx(md,{isReversed:V,scale:T,colorScale:j,colorMap:C,size:i,gradientId:w,direction:"x"}),g.jsx(Si,{isReversed:V,colorScale:j,colorMap:C,gradientId:A})]},w):null}),E.map(O=>{const w=c(O),{colorMap:A,colorScale:C}=f[O];return(A==null?void 0:A.type)==="continuous"?g.jsx(Si,{colorScale:C,colorMap:A,gradientId:w},w):null})]})}const yw=["children","className","title","desc"],bw=pt("svg",{name:"MuiChartsSurface",slot:"Root"})(({ownerState:e})=>({width:e.width??"100%",height:e.height??"100%",display:"flex",position:"relative",flexDirection:"column",alignItems:"center",justifyContent:"center",overflow:"hidden",touchAction:"pan-y",userSelect:"none"})),mc=F.forwardRef(function(t,r){const n=Ur(),{width:o,height:a}=st(n,nx),{width:s,height:i}=st(n,rx),l=QO(),c=ps(l,r),u=ib({props:t,name:"MuiChartsSurface"}),{children:d,className:h,title:p,desc:f}=u,m=cr(u,yw),b=a>0&&o>0;return g.jsxs(bw,K({ownerState:{width:s,height:i},viewBox:`0 0 ${o} ${a}`,className:h},m,{ref:c,children:[p&&g.jsx("title",{children:p}),f&&g.jsx("desc",{children:f}),g.jsx(gw,{}),b&&d]}))});process.env.NODE_ENV!=="production"&&(mc.displayName="ChartsSurface");process.env.NODE_ENV!=="production"&&(mc.propTypes={children:x.node,className:x.string,desc:x.string,sx:x.oneOfType([x.arrayOf(x.oneOfType([x.func,x.object,x.bool])),x.func,x.object]),title:x.string});function Gn(e,t){if(typeof e=="number")return e;if(e==="100%")return t;if(e.endsWith("%")){const r=Number.parseFloat(e.slice(0,e.length-1));if(!Number.isNaN(r))return r*t/100}if(e.endsWith("px")){const r=Number.parseFloat(e.slice(0,e.length-2));if(!Number.isNaN(r))return r}throw new Error(`MUI X Charts: Received an unknown value "${e}". It should be a number, or a string with a percentage value.`)}function Oi(e){const t=tl(e);return[Math.sin(t),-Math.cos(t)]}function xw(e,t){const r=[[0,0],Oi(e),Oi(t)],n=Math.min(e,t),o=Math.max(e,t),a=Math.floor(n/90)*90;for(let u=1;u<=4;u+=1){const d=a+u*90;d<o&&r.push(Oi(d))}const s=Math.min(...r.map(([u])=>u)),i=Math.max(...r.map(([u])=>u)),l=Math.min(...r.map(([,u])=>u)),c=Math.max(...r.map(([,u])=>u));return{cx:-s/(i-s),cy:-l/(c-l),minX:s,maxX:i,minY:l,maxY:c}}function vw(e,t,r,n,{minX:o,maxX:a,minY:s,maxY:i}){return Math.min(...[{ratio:Math.abs(o),space:e},{ratio:Math.abs(a),space:r-e},{ratio:Math.abs(s),space:t},{ratio:Math.abs(i),space:n-t}].map(({ratio:l,space:c})=>l<1e-5?1/0:c/l))}const fc=F.createContext({value:null,valueMin:0,valueMax:0,startAngle:0,endAngle:0,innerRadius:0,outerRadius:0,cornerRadius:0,cx:0,cy:0,maxRadius:0,valueAngle:null});process.env.NODE_ENV!=="production"&&(fc.displayName="GaugeContext");function Sw(e){const{value:t=null,valueMin:r=0,valueMax:n=100,startAngle:o=0,endAngle:a=360,outerRadius:s,innerRadius:i,cornerRadius:l,cx:c,cy:u,children:d}=e,{left:h,top:p,width:f,height:m}=mm(),b=xw(o,a),S=c?Gn(c,f):b.cx*f,E=u?Gn(u,m):b.cy*m;let O=h+S,w=p+E;const A=vw(S,E,f,m,b);if(c===void 0){const y=A*(b.maxX-b.minX);O=h+(f-y)/2+b.cx*y}if(u===void 0){const y=A*(b.maxY-b.minY);w=p+(m-y)/2+b.cy*y}const C=Gn(s??A,A),T=Gn(i??"80%",A),V=Gn(l??0,C-T),j=F.useMemo(()=>{const y=tl(o),R=tl(a);return{value:t,valueMin:r,valueMax:n,startAngle:y,endAngle:R,outerRadius:C,innerRadius:T,cornerRadius:V,cx:O,cy:w,maxRadius:A,valueAngle:t===null?null:y+(R-y)*(t-r)/(n-r)}},[t,r,n,o,a,C,T,V,O,w,A]);return g.jsx(fc.Provider,{value:j,children:d})}function gc(){return F.useContext(fc)}const Ow=["width","height","margin","title","desc","value","valueMin","valueMax","startAngle","endAngle","outerRadius","innerRadius","cornerRadius","cx","cy","children"],ww=pt("g")(({theme:e})=>({"& text":{fill:(e.vars||e).palette.text.primary}})),yc=F.forwardRef(function(t,r){const{width:n,height:o,margin:a,title:s,desc:i,value:l,valueMin:c=0,valueMax:u=100,startAngle:d,endAngle:h,outerRadius:p,innerRadius:f,cornerRadius:m,cx:b,cy:S,children:E}=t,O=cr(t,Ow);return g.jsx(WO,{pluginParams:{width:n,height:o,margin:dp(a,{left:10,right:10,top:10,bottom:10})},plugins:[],children:g.jsx(Sw,{value:l,valueMin:c,valueMax:u,startAngle:d,endAngle:h,outerRadius:p,innerRadius:f,cornerRadius:m,cx:b,cy:S,children:g.jsx(mc,K({title:s,desc:i,role:"meter","aria-valuenow":l===null?void 0:l,"aria-valuemin":c,"aria-valuemax":u},O,{ref:r,children:g.jsx(ww,{"aria-hidden":"true",children:E})}))})})});process.env.NODE_ENV!=="production"&&(yc.displayName="GaugeContainer");process.env.NODE_ENV!=="production"&&(yc.propTypes={children:x.node,className:x.string,cornerRadius:x.oneOfType([x.number,x.string]),cx:x.oneOfType([x.number,x.string]),cy:x.oneOfType([x.number,x.string]),desc:x.string,endAngle:x.number,height:x.number,id:x.string,innerRadius:x.oneOfType([x.number,x.string]),margin:x.oneOfType([x.number,x.shape({bottom:x.number,left:x.number,right:x.number,top:x.number})]),outerRadius:x.oneOfType([x.number,x.string]),skipAnimation:x.bool,startAngle:x.number,sx:x.oneOfType([x.arrayOf(x.oneOfType([x.func,x.object,x.bool])),x.func,x.object]),title:x.string,value:x.number,valueMax:x.number,valueMin:x.number,width:x.number});function Cw(e){const t=Ur(),r=st(t,Mb);return e||r}function Pw(e,t){const r=Ct(e.startAngle,t.startAngle),n=Ct(e.endAngle,t.endAngle),o=Ct(e.innerRadius,t.innerRadius),a=Ct(e.outerRadius,t.outerRadius),s=Ct(e.cornerRadius,t.cornerRadius);return i=>({startAngle:r(i),endAngle:n(i),innerRadius:o(i),outerRadius:a(i),cornerRadius:s(i)})}function Tw(e){return hw({startAngle:e.startAngle,endAngle:e.endAngle,innerRadius:e.innerRadius,outerRadius:e.outerRadius,cornerRadius:e.cornerRadius},{createInterpolator:Pw,transformProps:t=>({d:sm().cornerRadius(t.cornerRadius)({innerRadius:t.innerRadius,outerRadius:t.outerRadius,startAngle:t.startAngle,endAngle:t.endAngle})}),applyProps(t,r){t.setAttribute("d",r.d)},initialProps:{startAngle:e.startAngle,endAngle:e.startAngle,innerRadius:e.innerRadius,outerRadius:e.outerRadius,cornerRadius:e.cornerRadius},skip:e.skipAnimation,ref:e.ref})}const Rw=["cx","cy","startAngle","endAngle","cornerRadius","innerRadius","outerRadius","skipAnimation"],Aw=pt("path",{name:"MuiGauge",slot:"ReferenceArc"})(({theme:e})=>({fill:(e.vars||e).palette.primary.main}));function xm(e){const{value:t,valueMin:r,valueMax:n,startAngle:o,endAngle:a,outerRadius:s,innerRadius:i,cornerRadius:l,cx:c,cy:u}=gc();if(t===null)return null;const d=o+(t-r)/(n-r)*(a-o);return g.jsx(vm,K({},e,{cx:c,cy:u,startAngle:o,endAngle:d,cornerRadius:l,innerRadius:i,outerRadius:s}))}process.env.NODE_ENV!=="production"&&(xm.propTypes={skipAnimation:x.bool});function vm(e){let{cx:t,cy:r,startAngle:n,endAngle:o,cornerRadius:a,innerRadius:s,outerRadius:i,skipAnimation:l}=e,c=cr(e,Rw);const u=Cw(l),d=Tw({startAngle:n,endAngle:o,cornerRadius:a,innerRadius:s,outerRadius:i,skipAnimation:u});return g.jsx(Aw,K({},d,{transform:`translate(${t}, ${r})`},c))}process.env.NODE_ENV!=="production"&&(vm.propTypes={cornerRadius:x.number.isRequired,cx:x.number.isRequired,cy:x.number.isRequired,endAngle:x.number.isRequired,innerRadius:x.number.isRequired,outerRadius:x.number.isRequired,skipAnimation:x.bool,startAngle:x.number.isRequired});const _w=pt("path",{name:"MuiGauge",slot:"ReferenceArc"})(({theme:e})=>({fill:(e.vars||e).palette.divider}));function Ew(e){const{startAngle:t,endAngle:r,outerRadius:n,innerRadius:o,cornerRadius:a,cx:s,cy:i}=gc();return g.jsx(_w,K({transform:`translate(${s}, ${i})`,d:sm().cornerRadius(a)({startAngle:t,endAngle:r,innerRadius:o,outerRadius:n})},e))}function Iw(e){return wn("MuiGauge",e)}Il("MuiGauge",["root","valueArc","referenceArc","valueText"]);function Vw(){return typeof window>"u"}const na=new Map,Mw=2e3,jw={position:"absolute",top:"-20000px",left:0,padding:0,margin:0,border:"none",whiteSpace:"pre"},kw=["minWidth","maxWidth","width","minHeight","maxHeight","height","top","left","fontSize","padding","margin","paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom"],fd="mui_measurement_span";function Sm(e,t){return kw.indexOf(e)>=0&&t===+t?`${t}px`:t}function Om(e){return e.split("").reduce((n,o)=>o===o.toUpperCase()?[...n,"-",o.toLowerCase()]:[...n,o],[]).join("")}const $w=e=>Object.keys(e).sort().reduce((t,r)=>`${t}${Om(r)}:${Sm(r,e[r])};`,"");let wi;const Uw=(e,t={})=>{if(e==null||Vw())return{width:0,height:0};const r=`${e}`,n=$w(t),o=`${r}-${n}`,a=na.get(o);if(a)return a;try{let s=document.getElementById(fd);s===null&&(s=document.createElement("span"),s.setAttribute("id",fd),s.setAttribute("aria-hidden","true"),document.body.appendChild(s));const i=K({},jw,t);Object.keys(i).map(u=>(s.style[Om(u)]=Sm(u,i[u]),u)),s.textContent=r;const l=s.getBoundingClientRect(),c={width:l.width,height:l.height};return na.set(o,c),na.size+1>Mw&&na.clear(),process.env.NODE_ENV==="test"?s.textContent="":(wi&&clearTimeout(wi),wi=setTimeout(()=>{s.textContent=""},0)),c}catch{return{width:0,height:0}}};function Dw({style:e,needsComputation:t,text:r}){return r.split(`
124
+ `).map(n=>K({text:n},t?Uw(n,e):{width:0,height:0}))}function Lw(){const[e,t]=F.useState(typeof window<"u"||process.env.NODE_ENV==="test");return F.useEffect(()=>{t(!0)},[]),e}const Bw=["x","y","style","text","ownerState"],Nw=["angle","textAnchor","dominantBaseline"];function wm(e){const{x:t,y:r,style:n,text:o}=e,a=cr(e,Bw),s=n??{},{angle:i,textAnchor:l,dominantBaseline:c}=s,u=cr(s,Nw),d=Lw(),h=F.useMemo(()=>Dw({style:u,needsComputation:d&&o.includes(`
125
+ `),text:o}),[u,o,d]);let p;switch(c){case"hanging":case"text-before-edge":p=0;break;case"central":p=(h.length-1)/2*-h[0].height;break;default:p=(h.length-1)*-h[0].height;break}return g.jsx("text",K({},a,{transform:i?`rotate(${i}, ${t}, ${r})`:void 0,x:t,y:r,textAnchor:l,dominantBaseline:c,style:u,children:h.map((f,m)=>g.jsx("tspan",{x:t,dy:`${m===0?p:h[0].height}px`,dominantBaseline:c,children:f.text},m))}))}process.env.NODE_ENV!=="production"&&(wm.propTypes={lineHeight:x.number,needsComputation:x.bool,ownerState:x.any,style:x.object,text:x.string.isRequired});const Fw=["text","className"];function zw({value:e}){return e===null?null:e.toLocaleString()}function Cm(e){const{text:t=zw,className:r}=e,n=cr(e,Fw),{value:o,valueMin:a,valueMax:s,cx:i,cy:l}=gc(),c=typeof t=="function"?t({value:o,valueMin:a,valueMax:s}):t;return c===null?null:g.jsx("g",{className:r,children:g.jsx(wm,K({x:i,y:l,text:c,style:{textAnchor:"middle",dominantBaseline:"central"}},n))})}process.env.NODE_ENV!=="production"&&(Cm.propTypes={lineHeight:x.number,needsComputation:x.bool,ownerState:x.any,style:x.object,text:x.oneOfType([x.func,x.string])});const Gw=["text","children","classes","className","skipAnimation"],Hw=e=>{const{classes:t}=e;return es({root:["root"],valueArc:["valueArc"],referenceArc:["referenceArc"],valueText:["valueText"]},Iw,t)},bc=F.forwardRef(function(t,r){const{text:n,children:o,className:a,skipAnimation:s}=t,i=cr(t,Gw),l=Hw(t);return g.jsxs(yc,K({},i,{className:Pt(l.root,a),ref:r,children:[g.jsx(Ew,{className:l.referenceArc}),g.jsx(xm,{className:l.valueArc,skipAnimation:s}),g.jsx(Cm,{className:l.valueText,text:n}),o]}))});process.env.NODE_ENV!=="production"&&(bc.displayName="Gauge");process.env.NODE_ENV!=="production"&&(bc.propTypes={children:x.node,classes:x.object,className:x.string,cornerRadius:x.oneOfType([x.number,x.string]),cx:x.oneOfType([x.number,x.string]),cy:x.oneOfType([x.number,x.string]),desc:x.string,endAngle:x.number,height:x.number,id:x.string,innerRadius:x.oneOfType([x.number,x.string]),margin:x.oneOfType([x.number,x.shape({bottom:x.number,left:x.number,right:x.number,top:x.number})]),outerRadius:x.oneOfType([x.number,x.string]),skipAnimation:x.bool,startAngle:x.number,sx:x.oneOfType([x.arrayOf(x.oneOfType([x.func,x.object,x.bool])),x.func,x.object]),text:x.oneOfType([x.func,x.string]),title:x.string,value:x.number,valueMax:x.number,valueMin:x.number,width:x.number});class xc{constructor(t=[],r={}){this.currentValues=[],this.targetValues=[],this.previousTargetValues=[],this.targetUpdateTime=0,this.animationId=null,this.updateCount=0,this.velocities=[],this.animate=()=>{this.update(.016666666666666666)?this.animationId=null:this.animationId=requestAnimationFrame(this.animate)},this.options={tension:120,friction:20,threshold:.001,onChange:()=>{},onComplete:()=>{},...r},this.currentValues=[...t],this.targetValues=[...t],this.previousTargetValues=[...t],this.velocities=new Array(t.length).fill(0),this.targetUpdateTime=performance.now(),this.updateCount=0}update(t=1/60){let r=!1,n=!0;this.updateCount++;const o=Math.min(t,1/15),a=this.updateCount===1?.7:1;for(let s=0;s<this.currentValues.length;s++){const i=this.currentValues[s],l=this.targetValues[s],c=this.velocities[s],u=l-i,d=u*this.options.tension*a,h=c*this.options.friction,p=d-h,f=c+p*o,m=i+f*o;Math.abs(u)<this.options.threshold&&Math.abs(f)<this.options.threshold*10?this.currentValues[s]!==l&&(this.currentValues[s]=l,this.velocities[s]=0,r=!0):(n=!1,this.currentValues[s]=m,this.velocities[s]=f,r=!0)}return r&&this.options.onChange(this.currentValues),n&&this.options.onComplete(this.currentValues),n}setTarget(t){const r=performance.now(),n=r-this.targetUpdateTime;this.previousTargetValues=[...this.targetValues],this.targetValues=[...t],this.targetUpdateTime=r,this.updateCount=0;const o=this.previousTargetValues.every((a,s)=>a===this.currentValues[s]);if(n<8&&n>0&&this.previousTargetValues.length>0&&!o){const a=Math.min(n/8,1);for(let s=0;s<this.targetValues.length;s++){const i=this.previousTargetValues[s]||0,l=t[s]||0;Math.abs(l-i)>.1&&(this.targetValues[s]=i+(l-i)*a)}}for(;this.currentValues.length<t.length;)this.currentValues.push(t[this.currentValues.length]),this.velocities.push(0);this.currentValues.length>t.length&&(this.currentValues=this.currentValues.slice(0,t.length),this.velocities=this.velocities.slice(0,t.length))}getCurrentValues(){return[...this.currentValues]}getValue(t){return this.currentValues[t]??0}isInterpolating(){return this.animationId!==null}stop(){this.animationId!==null&&(cancelAnimationFrame(this.animationId),this.animationId=null)}setImmediate(t){this.stop(),this.currentValues=[...t],this.targetValues=[...t],this.previousTargetValues=[...t],this.velocities=new Array(t.length).fill(0),this.targetUpdateTime=performance.now(),this.updateCount=0,this.options.onChange(this.currentValues)}updateOptions(t){this.options={...this.options,...t}}startAutoInterpolation(){this.startInterpolation()}destroy(){this.stop()}startInterpolation(){this.animationId===null&&this.animate()}}function Pm(e=[],t={}){const r=J.useRef(null);return r.current||(r.current=new xc(e,t)),J.useEffect(()=>{var n;(n=r.current)==null||n.updateOptions(t)},[t]),J.useEffect(()=>()=>{var n;(n=r.current)==null||n.destroy()},[]),[r.current]}const Tm=Xe(Oe.observer(({onCycleComplete:e,onCycleEnd:t,autoStart:r=!0,variant:n="default",compact:o=!1,className:a,hasError:s=!1})=>{var Le;const i=P.useTheme(),{t:l}=_e.useTranslation(),[c,u]=J.useState(0),[d,h]=J.useState(null),[p,f]=J.useState(!1),[m,b]=J.useState(!1),[S,E]=J.useState(0),O=J.useRef(null),w=J.useRef(null),A=J.useRef(0),[C,T]=J.useState(!1),[V,j]=J.useState(!1),[y,R]=J.useState(!1),z=J.useRef(null),I=J.useRef(null),[G,oe]=J.useState(!0),re=J.useRef(void 0),[te]=Pm([0],{tension:80,friction:18,onChange:([ae])=>{E(ae)}});J.useEffect(()=>{const ae=d===null,Se=re.current===null;re.current,oe(!0),re.current=d},[d]);const ee=J.useCallback((ae,be=0)=>{if(h(ae??null),b(!1),A.current=0,ae!==void 0){const Se=Math.max(0,ae-be);u(Se);const me=be>0?be/ae*100:0;be===0?te.setTarget([0]):te.setTarget([me]),Se===0?(f(!1),w.current=null,t&&setTimeout(()=>t(),0)):r?(w.current=Date.now()-be*1e3,f(!0)):w.current=null}else{u(be);const Se=be/60%1*100;te.setTarget([Se]),r?(w.current=Date.now()-be*1e3,f(!0)):w.current=null}},[r,t,te]),se=J.useCallback(()=>{if(w.current&&p){const be=Date.now()-w.current;A.current+=be;const Se=A.current/1e3;if(d!==null){const me=Math.min(100,Se/d*100);te.setTarget([me])}else{const me=Se/60%1*100;te.setTarget([me])}}f(!1),b(!0),j(!0),z.current&&clearTimeout(z.current),z.current=setTimeout(()=>{j(!1)},800)},[p,d,te]),H=J.useCallback(()=>{m&&c>0&&(w.current=Date.now(),f(!0),b(!1))},[m,c]),X=J.useCallback(()=>m,[m]);J.useEffect(()=>{s?(p&&!m&&(T(!0),se()),R(!0),I.current&&clearTimeout(I.current),I.current=setTimeout(()=>{R(!1)},600)):(C&&m&&(T(!1),H()),R(!1),I.current&&clearTimeout(I.current))},[s,p,m,C,se,H]),J.useEffect(()=>{let ae=!0;const be=setTimeout(()=>{ae&&e({startNewCycle:ee,pause:se,resume:H,isPaused:X})},0);return()=>{ae=!1,clearTimeout(be)}},[e,ee,se,H,X]),J.useEffect(()=>{if(p){const ae=()=>{if(w.current){const Se=(Date.now()-w.current+A.current)/1e3;if(d!==null){const me=Math.max(0,d-Se);u(Math.ceil(me));const Z=Math.min(100,Se/d*100);if(te.setTarget([Z]),me<=0){f(!1),w.current=null,u(0),te.setTarget([100]),t&&setTimeout(()=>t(),0);return}}else{u(Math.floor(Se));const me=Se/60%1*100;te.setTarget([me])}p&&(O.current=requestAnimationFrame(ae))}};O.current=requestAnimationFrame(ae)}else O.current&&(cancelAnimationFrame(O.current),O.current=null);return()=>{O.current&&cancelAnimationFrame(O.current)}},[p,t,d,te]),J.useEffect(()=>{let ae=null;const be=()=>{te.update(1/60),ae=requestAnimationFrame(be)};return ae=requestAnimationFrame(be),()=>{ae&&cancelAnimationFrame(ae)}},[te]),J.useEffect(()=>()=>{z.current&&clearTimeout(z.current),I.current&&clearTimeout(I.current)},[]),J.useEffect(()=>{if(!p&&!m){if(d!==null&&d>0){const ae=(d-c)/d*100;te.setTarget([ae])}else if(d===null){const ae=c/60%1*100;te.setTarget([ae])}}},[p,m,d,c,te]);const le=ae=>{const be=Math.floor(ae/60),Se=ae%60;return`${be}:${Se.toString().padStart(2,"0")}`},xe=S;return n==="small"?g.jsxs(P.Box,{className:a,sx:{display:"flex",alignItems:"center",m:0,gap:1},children:[g.jsx(P.Box,{sx:{width:20,height:20,display:"flex",alignItems:"center",justifyContent:"center",opacity:V||y?.6:1,transition:"opacity 0.5s ease-out"},children:g.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",style:{transform:"rotate(-90deg)"},role:"img","aria-label":"Timer progress",children:[g.jsx("circle",{cx:"10",cy:"10",r:"8",fill:"none",stroke:s?i.palette.error.light:i.palette.success.main,strokeWidth:"2",opacity:.3,style:{transition:"stroke 0.5s ease-out"}}),g.jsx("circle",{cx:"10",cy:"10",r:"8",fill:"none",stroke:s?i.palette.error.light:i.palette.success.main,strokeWidth:"2",strokeLinecap:"round",strokeDasharray:`${2*Math.PI*8}`,strokeDashoffset:`${2*Math.PI*8*(1-xe/100)}`,style:{transition:"stroke-dashoffset 0.1s ease-out, stroke 0.5s ease-out"}})]})}),g.jsx(P.Typography,{variant:"body2",sx:{color:s?i.palette.error.light:i.palette.text.primary,fontSize:"14px",transition:"color 0.5s ease-out"},children:s?l("CycleTimer.Error.lb","Error"):d!==null?o?`${le(c)} ${l("CycleTimer.Time.lb",{time:""}).replace(/\s*$/,"")}`:`${le(c)} / ${l("CycleTimer.Time.lb",{time:le(d)})}`:le(c)})]}):g.jsxs(P.Box,{className:a,sx:{position:"relative",width:264,height:264,display:"flex",alignItems:"center",justifyContent:"center"},children:[g.jsx(bc,{width:264,height:264,value:xe,valueMin:0,valueMax:100,innerRadius:"71%",outerRadius:"90%",skipAnimation:!0,sx:{opacity:V||y?.6:1,transition:"opacity 0.5s ease-out","& .MuiGauge-valueArc":{fill:s?i.palette.error.light:i.palette.success.main,transition:"fill 0.5s ease-out"},"& .MuiGauge-referenceArc":{fill:"white",stroke:"transparent"}}}),g.jsxs(P.Box,{sx:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:187,height:187,borderRadius:"50%",backgroundColor:(Le=i.palette.backgroundPaperElevation)==null?void 0:Le[8],display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center",gap:1},children:[g.jsx(P.Box,{sx:{height:"16px",display:"flex",alignItems:"center",justifyContent:"center",marginBottom:.5},children:g.jsx(P.Fade,{in:G&&d!==null&&!s,timeout:300,children:g.jsx(P.Typography,{variant:"body2",sx:{fontSize:"12px",color:i.palette.text.secondary},children:l("CycleTimer.RemainingTime.lb")})})}),g.jsxs(P.Box,{sx:{position:"relative",height:"48px",display:"flex",alignItems:"center",justifyContent:"center",marginBottom:.5},children:[g.jsx(P.Fade,{in:s,timeout:500,children:g.jsx(P.Typography,{variant:"h3",sx:{position:"absolute",fontSize:"40px",fontWeight:400,color:"#FFFFFF",lineHeight:"116.7%"},children:l("CycleTimer.Error.lb","Error")})}),g.jsx(P.Fade,{in:!s,timeout:500,children:g.jsx(P.Typography,{variant:"h1",sx:{position:"absolute",fontSize:"48px",fontWeight:500,color:i.palette.text.primary,lineHeight:1},children:le(c)})})]}),g.jsx(P.Box,{sx:{height:"16px",display:"flex",alignItems:"center",justifyContent:"center"},children:g.jsx(P.Fade,{in:G&&d!==null&&!s,timeout:300,children:g.jsx(P.Typography,{variant:"body2",sx:{fontSize:"12px",color:i.palette.text.secondary},children:d!==null?l("CycleTimer.OfTime.lb",{time:le(d)}):""})})})]})]})})),Dr=gy;process.env.NODE_ENV!=="production"&&(x.node,x.object.isRequired);function vc(e){return fy(e)}function qw(e){return wn("MuiSvgIcon",e)}Il("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const Ww=e=>{const{color:t,fontSize:r,classes:n}=e,o={root:["root",t!=="inherit"&&`color${rt(t)}`,`fontSize${rt(r)}`]};return es(o,qw,n)},Jw=pt("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.color!=="inherit"&&t[`color${rt(r.color)}`],t[`fontSize${rt(r.fontSize)}`]]}})(Dr(({theme:e})=>{var t,r,n,o,a,s,i,l,c,u,d,h,p,f;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:(o=(t=e.transitions)==null?void 0:t.create)==null?void 0:o.call(t,"fill",{duration:(n=(r=(e.vars??e).transitions)==null?void 0:r.duration)==null?void 0:n.shorter}),variants:[{props:m=>!m.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:((s=(a=e.typography)==null?void 0:a.pxToRem)==null?void 0:s.call(a,20))||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:((l=(i=e.typography)==null?void 0:i.pxToRem)==null?void 0:l.call(i,24))||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:((u=(c=e.typography)==null?void 0:c.pxToRem)==null?void 0:u.call(c,35))||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,m])=>m&&m.main).map(([m])=>{var b,S;return{props:{color:m},style:{color:(S=(b=(e.vars??e).palette)==null?void 0:b[m])==null?void 0:S.main}}}),{props:{color:"action"},style:{color:(h=(d=(e.vars??e).palette)==null?void 0:d.action)==null?void 0:h.active}},{props:{color:"disabled"},style:{color:(f=(p=(e.vars??e).palette)==null?void 0:p.action)==null?void 0:f.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}})),Wa=F.forwardRef(function(t,r){const n=vc({props:t,name:"MuiSvgIcon"}),{children:o,className:a,color:s="inherit",component:i="svg",fontSize:l="medium",htmlColor:c,inheritViewBox:u=!1,titleAccess:d,viewBox:h="0 0 24 24",...p}=n,f=F.isValidElement(o)&&o.type==="svg",m={...n,color:s,component:i,fontSize:l,instanceFontSize:t.fontSize,inheritViewBox:u,viewBox:h,hasSvgAsChild:f},b={};u||(b.viewBox=h);const S=Ww(m);return g.jsxs(Jw,{as:i,className:Pt(S.root,a),focusable:"false",color:c,"aria-hidden":d?void 0:!0,role:d?"img":void 0,ref:r,...b,...p,...f&&o.props,ownerState:m,children:[f?o.props.children:o,d?g.jsx("title",{children:d}):null]})});process.env.NODE_ENV!=="production"&&(Wa.propTypes={children:x.node,classes:x.object,className:x.string,color:x.oneOfType([x.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),x.string]),component:x.elementType,fontSize:x.oneOfType([x.oneOf(["inherit","large","medium","small"]),x.string]),htmlColor:x.string,inheritViewBox:x.bool,shapeRendering:x.string,sx:x.oneOfType([x.arrayOf(x.oneOfType([x.func,x.object,x.bool])),x.func,x.object]),titleAccess:x.string,viewBox:x.string});Wa.muiName="SvgIcon";function fr(e,t){function r(n,o){return g.jsx(Wa,{"data-testid":process.env.NODE_ENV!=="production"?`${t}Icon`:void 0,ref:o,...n,children:e})}return process.env.NODE_ENV!=="production"&&(r.displayName=`${t}Icon`),r.muiName=Wa.muiName,F.memo(F.forwardRef(r))}function Yw(e){const{controlled:t,default:r,name:n,state:o="value"}=e,{current:a}=F.useRef(t!==void 0),[s,i]=F.useState(r),l=a?t:s;if(process.env.NODE_ENV!=="production"){F.useEffect(()=>{a!==(t!==void 0)&&console.error([`MUI: A component is changing the ${a?"":"un"}controlled ${o} state of ${n} to be ${a?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${n} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
126
+ `))},[o,n,t]);const{current:u}=F.useRef(r);F.useEffect(()=>{!a&&!Object.is(u,r)&&console.error([`MUI: A component is changing the default ${o} state of an uncontrolled ${n} after being initialized. To suppress this warning opt to use a controlled ${n}.`].join(`
127
+ `))},[JSON.stringify(r)])}const c=F.useCallback(u=>{a||i(u)},[]);return[l,c]}const Kw=fr(g.jsx("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Clear"),Qw=fr(g.jsx("path",{d:"M10 18h4v-2h-4zM3 6v2h18V6zm3 7h12v-2H6z"}),"FilterList"),gd=fr(g.jsx("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"}),"Search"),Rm=Xe(Oe.observer(({data:e,columns:t,getRowData:r,onRowClick:n,selectedItem:o,getItemId:a,title:s,showCount:i=!0,searchPlaceholder:l="Search programs",dataGridProps:c,CustomToolbar:u,selectFirstByDefault:d=!1,sx:h})=>{var V;const p=P.useTheme(),f=vt.useGridApiRef(),m=J.useRef(null),[b,S]=J.useState(null),E=J.useMemo(()=>e.map(r),[e,r]);J.useEffect(()=>{f.current&&E.length>0&&f.current.autosizeColumns({includeOutliers:!0,includeHeaders:!0,expand:!0,columns:t.map(j=>j.field)})},[E,t,f]),J.useEffect(()=>{if(!m.current||!f.current)return;const j=new ResizeObserver(()=>{setTimeout(()=>{f.current&&E.length>0&&f.current.autosizeColumns({includeOutliers:!0,includeHeaders:!0,expand:!0,columns:t.map(y=>y.field)})},100)});return j.observe(m.current),()=>{j.disconnect()}},[f,E.length,t]);const O=J.useMemo(()=>{if(o!==void 0)return o;if(b!==null)return b;if(d&&e.length>0){const j=e[0];return S(j),j}return null},[d,e,o,b]),w=j=>{const y=e.find(R=>r(R).id===j.id);y&&(o===void 0&&S(y),n&&n(y,j))},A=J.useMemo(()=>!O||!a?null:a(O),[O,a]);function C(){return g.jsx(vt.Toolbar,{children:g.jsxs(P.Box,{sx:{display:"flex",width:"100%",gap:1,p:.5,alignItems:"center"},children:[s&&g.jsxs(P.Typography,{variant:"h6",sx:{fontWeight:500,color:"white"},children:[s,i&&` (${e.length})`]}),g.jsxs(P.Box,{sx:{ml:"auto",display:"flex",gap:.5,alignItems:"center",pr:1},children:[g.jsx(vt.FilterPanelTrigger,{render:g.jsx(vt.ToolbarButton,{"aria-label":"Show filters",children:g.jsx(Qw,{fontSize:"small"})})}),g.jsx(P.Divider,{orientation:"vertical",flexItem:!0,sx:{height:"24px",alignSelf:"center"}}),g.jsx(vt.QuickFilter,{render:(j,y)=>g.jsxs(P.Box,{...j,sx:{display:"flex",overflow:"hidden"},children:[!y.expanded&&g.jsx(vt.QuickFilterTrigger,{render:g.jsx(vt.ToolbarButton,{"aria-label":"Search",children:g.jsx(gd,{fontSize:"small"})})}),g.jsxs(P.Box,{sx:{display:"flex",overflow:"hidden",transition:"all 0.3s ease-in-out",width:y.expanded?"200px":"0px",position:"relative"},children:[g.jsxs(P.Box,{sx:{flex:1,position:"relative","& .MuiInputBase-root":{height:"32px",borderRadius:"16px",backgroundColor:"#171927",paddingLeft:"40px",paddingRight:y.expanded&&y.value!==""?"40px":"12px",color:"white",fontSize:"14px",border:"none !important",outline:"none !important",boxShadow:"none !important","&::before":{display:"none !important",border:"none !important"},"&::after":{display:"none !important",border:"none !important"},"&:hover":{"&::before":{display:"none !important",border:"none !important"},"&::after":{display:"none !important",border:"none !important"}},"&:focus-within":{outline:"none !important",boxShadow:"none !important","&::before":{display:"none !important",border:"none !important"},"&::after":{display:"none !important",border:"none !important"}},"&.Mui-focused":{outline:"none !important",boxShadow:"none !important","&::before":{display:"none !important",border:"none !important"},"&::after":{display:"none !important",border:"none !important"}},"& .MuiInputBase-input":{padding:"8px 0",border:"none !important",outline:"none !important",boxShadow:"none !important","&:focus":{outline:"none !important",boxShadow:"none !important",border:"none !important"},"&::placeholder":{color:"rgba(255, 255, 255, 0.3)",opacity:1}},"& fieldset":{border:"none !important",display:"none !important"},"& .MuiOutlinedInput-notchedOutline":{border:"none !important",display:"none !important"}}},children:[y.expanded&&g.jsx(gd,{fontSize:"small",sx:{position:"absolute",left:"12px",top:"50%",transform:"translateY(-50%)",color:"rgba(255, 255, 255, 0.6)",zIndex:1,pointerEvents:"none"}}),g.jsx(vt.QuickFilterControl,{placeholder:l})]}),y.expanded&&y.value!==""&&g.jsx(vt.QuickFilterClear,{render:g.jsx(P.Box,{sx:{position:"absolute",right:"8px",top:"50%",transform:"translateY(-50%)",zIndex:1},children:g.jsx(P.Box,{sx:{minWidth:"24px",width:"24px",height:"24px",padding:0,color:"rgba(255, 255, 255, 0.6)","&:hover":{backgroundColor:"rgba(255, 255, 255, 0.1)"}},children:g.jsx(vt.ToolbarButton,{"aria-label":"Clear",children:g.jsx(Kw,{fontSize:"small"})})})})})]})]})})]})]})})}const T=u||C;return g.jsx(P.Box,{ref:m,sx:{height:"100%",display:"flex",flexDirection:"column","& *":{scrollbarWidth:"none",msOverflowStyle:"none","&::-webkit-scrollbar":{display:"none"}},"&:hover *":{scrollbarWidth:"thin",scrollbarColor:`${p.palette.divider} transparent`,"&::-webkit-scrollbar":{display:"block",width:"8px",height:"8px"},"&::-webkit-scrollbar-track":{background:"transparent"},"&::-webkit-scrollbar-thumb":{background:p.palette.divider,borderRadius:"4px"},"&::-webkit-scrollbar-thumb:hover":{background:p.palette.action.hover}},...h},children:g.jsx(vt.DataGrid,{apiRef:f,rows:E,columns:t,onRowClick:w,disableColumnMenu:!1,disableRowSelectionOnClick:!0,disableMultipleRowSelection:!0,hideFooterSelectedRowCount:!0,filterMode:"client",sortingOrder:["desc","asc"],hideFooter:!1,showToolbar:!0,slots:{toolbar:T},initialState:{sorting:{sortModel:[]},filter:{filterModel:{items:[]}},...c==null?void 0:c.initialState},...c,autosizeOnMount:!0,autosizeOptions:{...(c==null?void 0:c.autosizeOptions)||{},includeOutliers:!0,includeHeaders:!0,expand:!0,columns:((V=c==null?void 0:c.autosizeOptions)==null?void 0:V.columns)||t.map(j=>j.field)},sx:{border:"none",width:"100%","& .MuiPaper-root":{boxShadow:"none !important"},"& .MuiDataGrid-overlay":{},"& .MuiDataGrid-main":{border:"none","& .MuiPaper-root":{}},"& .MuiDataGrid-container--top [role=row]":{},"& .MuiDataGrid-topContainer":{borderBottom:"none !important"},"& .MuiDataGrid-columnHeaders":{border:"none",borderBottom:"none !important"},"& .MuiDataGrid-row":{cursor:n?"pointer":"default",border:"none",margin:"1px 0",position:"relative",backgroundColor:"transparent !important","&:hover":{backgroundColor:"transparent !important","&::before":{content:'""',position:"absolute",top:0,left:"16px",right:"16px",bottom:0,backgroundColor:"action.hover",borderRadius:"16px",zIndex:0}},"&.Mui-selected":{backgroundColor:"transparent !important","&:hover":{backgroundColor:"transparent !important"}},...A!==null&&{[`&[data-id="${A}"]`]:{backgroundColor:"transparent !important","&::before":{content:'""',position:"absolute",top:0,left:"16px",right:"16px",bottom:0,backgroundColor:"rgba(255, 255, 255, 0.08) !important",borderRadius:"16px",zIndex:0},"&:hover":{backgroundColor:"transparent !important"},"&:hover::before":{backgroundColor:"rgba(255, 255, 255, 0.12) !important"}}}},"& .MuiDataGrid-cell--textLeft":{paddingLeft:"40px"},"& .MuiDataGrid-cell":{border:"none",position:"relative",zIndex:1,"&:focus":{outline:"none"},"&:focus-within":{outline:"none"},"&:hover":{backgroundColor:"transparent !important"}},"& .MuiDataGrid-columnHeader":{border:"none",paddingLeft:"40px",paddingRight:"40px","& .MuiDataGrid-columnHeaderTitle":{color:"rgba(255, 255, 255, 0.6)"}},"& .MuiDataGrid-toolbarContainer":{padding:"8px",border:"none !important",borderBottom:"none !important","& .MuiBox-root":{},"& .MuiFormControl-root":{},"& .MuiInputBase-root":{},"& .MuiPaper-root":{boxShadow:"none !important"},"& *":{borderBottom:"none !important"}},"& .MuiDataGrid-toolbar":{borderBottom:"none !important"},"& .MuiDataGrid-toolbarFilterList":{border:"none"},"& .MuiDataGrid-withBorderColor":{borderColor:"transparent !important"},"& .MuiDataGrid-columnSeparator":{display:"none"},"& .MuiDataGrid-footerContainer":{display:"none"},"& .MuiDataGrid-filler":{border:"none !important",borderTop:"none !important",borderBottom:"none !important",borderLeft:"none !important",borderRight:"none !important","--rowBorderColor":"none !important"},"& .MuiBackdrop-root":{},"& .MuiModal-backdrop":{},...c==null?void 0:c.sx}})})}));Rm.displayName="WandelbotsDataGrid";const dn=Ay({createStyledComponent:pt("div",{name:"MuiStack",slot:"Root"}),useThemeProps:e=>vc({props:e,name:"MuiStack"})});process.env.NODE_ENV!=="production"&&(dn.propTypes={children:x.node,component:x.elementType,direction:x.oneOfType([x.oneOf(["column-reverse","column","row-reverse","row"]),x.arrayOf(x.oneOf(["column-reverse","column","row-reverse","row"])),x.object]),divider:x.node,spacing:x.oneOfType([x.arrayOf(x.oneOfType([x.number,x.string])),x.number,x.object,x.string]),sx:x.oneOfType([x.arrayOf(x.oneOfType([x.func,x.object,x.bool])),x.func,x.object]),useFlexGap:x.bool});const Xw=({title:e,titleId:t,...r},n)=>F.createElement("svg",{width:21,height:21,viewBox:"0 0 21 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("g",{id:"JogMinus"},F.createElement("path",{id:"Minus",d:"M0 13V8H21V13H0Z",fill:"white"}))),Zw=J.forwardRef(Xw),eC=({title:e,titleId:t,...r},n)=>F.createElement("svg",{width:21,height:21,viewBox:"0 0 21 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("g",{id:"JogPlus"},F.createElement("g",{id:"Plus"},F.createElement("path",{d:"M0 13V8H8V13H0Z",fill:"white"}),F.createElement("path",{d:"M8 0L13 2.18557e-07L13 21H8L8 0Z",fill:"white"}),F.createElement("path",{d:"M13 13V8H21V13H13Z",fill:"white"})))),tC=J.forwardRef(eC);function Is(e){J.useEffect(e,[])}function Am(e){Is(()=>$e.autorun(e))}function _m(e,t,r){Is(()=>$e.reaction(e,t,r))}function Rn(e){return Is(()=>{let t;function r(){e(),t=requestAnimationFrame(r)}return t=requestAnimationFrame(r),()=>{cancelAnimationFrame(t)}})}const ol=Xe(Oe.observer(({colors:e,label:t,getDisplayedValue:r,startJogging:n,stopJogging:o,disabled:a,activeJoggingDirection:s,...i})=>{var O,w,A,C,T,V,j;Rn(()=>{const y=r(),R=h.current;R&&(R.textContent=y)});const l=P.useTheme(),[c,u]=J.useState(null);J.useEffect(()=>{a&&E()},[a]);const d=s||c,h=J.useRef(null);e||(e={color:"#fff",backgroundColor:"#000",borderColor:"#000",buttonBackgroundColor:{disabled:"#000",default:"#000",hovered:"#000",pressed:"#000"},labelColor:"#000"});const p=d?(O=e.buttonBackgroundColor)==null?void 0:O.pressed:e.borderColor,f={width:"55px",color:e.color,path:{fill:e.color},alignContent:"center",fontSize:"37px",svg:{pointerEvents:"none"}},m={...f,backgroundColor:(w=e.buttonBackgroundColor)==null?void 0:w.default,":hover":{backgroundColor:(A=e.buttonBackgroundColor)==null?void 0:A.hovered},":active":{backgroundColor:(C=e.buttonBackgroundColor)==null?void 0:C.pressed,color:e.backgroundColor,path:{fill:e.backgroundColor}},":disabled":{backgroundColor:(T=e.buttonBackgroundColor)==null?void 0:T.disabled,"svg path":{fill:l.palette.action.disabled}}},b={...f,backgroundColor:(V=e.buttonBackgroundColor)==null?void 0:V.pressed,color:e.backgroundColor,path:{fill:e.backgroundColor},":disabled":{backgroundColor:(j=e.buttonBackgroundColor)==null?void 0:j.pressed,"svg path":{fill:l.palette.action.disabled}}};function S(y,R){a||y.button===0&&(u(R),n(R))}function E(){u(null),o()}return g.jsxs(dn,{height:"64px",direction:"row",justifyContent:"center",...i,children:[g.jsx(P.IconButton,{disabled:a,disableRipple:!0,onPointerDown:y=>S(y,"-"),onPointerUp:E,onPointerOut:E,size:"large",sx:{...d==="-"?b:m,borderRadius:"16px 0px 0px 16px",borderLeft:`2px solid ${p??"#fff"}`,borderBottom:`2px solid ${p??"#fff"}`,borderTop:`2px solid ${p??"#fff"}`},children:g.jsx(Zw,{})}),g.jsxs(dn,{spacing:"6px",sx:{width:"150px",backgroundColor:e.backgroundColor,alignItems:"center",justifyContent:"center",opacity:"0.9",borderBottom:`2px solid ${p??"#fff"}`,borderTop:`2px solid ${p??"#fff"}`},children:[g.jsx(dn,{height:"22px",direction:"row",alignItems:"center",justifyItems:"center",spacing:1,sx:{userSelect:"none",color:e.color,".MuiTypography-root":{fontWeight:700,...a?{color:l.palette.action.disabled}:{}},...a?{"svg path":{fill:l.palette.action.disabled}}:{}},children:t}),g.jsx(P.Typography,{height:"22px",sx:{fontSize:"15px",color:a?l.palette.action.disabled:e.color,fontWeight:700},ref:h,children:r()})]}),g.jsx(P.IconButton,{disableRipple:!0,disabled:a,onPointerDown:y=>S(y,"+"),onPointerUp:E,onPointerOut:E,size:"large",sx:{...d==="+"?b:m,borderRadius:"0px 16px 16px 0px",borderRight:`2px solid ${p??"#fff"}`,borderBottom:`2px solid ${p??"#fff"}`,borderTop:`2px solid ${p??"#fff"}`},children:g.jsx(tC,{})})]})})),rC=fr(g.jsx("path",{d:"M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"}),"ChevronLeft"),nC=fr(g.jsx("path",{d:"M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"}),"ChevronRight");function _r(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Em=typeof global=="object"&&global&&global.Object===Object&&global,oC=typeof self=="object"&&self&&self.Object===Object&&self,Dt=Em||oC||Function("return this")(),Ci=function(){return Dt.Date.now()},aC=/\s/;function sC(e){for(var t=e.length;t--&&aC.test(e.charAt(t)););return t}var iC=/^\s+/;function lC(e){return e&&e.slice(0,sC(e)+1).replace(iC,"")}var hr=Dt.Symbol,Im=Object.prototype,cC=Im.hasOwnProperty,uC=Im.toString,Hn=hr?hr.toStringTag:void 0;function dC(e){var t=cC.call(e,Hn),r=e[Hn];try{e[Hn]=void 0;var n=!0}catch{}var o=uC.call(e);return n&&(t?e[Hn]=r:delete e[Hn]),o}var hC=Object.prototype,pC=hC.toString;function mC(e){return pC.call(e)}var fC="[object Null]",gC="[object Undefined]",yd=hr?hr.toStringTag:void 0;function Lr(e){return e==null?e===void 0?gC:fC:yd&&yd in Object(e)?dC(e):mC(e)}function Er(e){return e!=null&&typeof e=="object"}var yC="[object Symbol]";function Vs(e){return typeof e=="symbol"||Er(e)&&Lr(e)==yC}var bd=NaN,bC=/^[-+]0x[0-9a-f]+$/i,xC=/^0b[01]+$/i,vC=/^0o[0-7]+$/i,SC=parseInt;function xd(e){if(typeof e=="number")return e;if(Vs(e))return bd;if(_r(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=_r(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=lC(e);var r=xC.test(e);return r||vC.test(e)?SC(e.slice(2),r?2:8):bC.test(e)?bd:+e}var OC="Expected a function",wC=Math.max,CC=Math.min;function PC(e,t,r){var n,o,a,s,i,l,c=0,u=!1,d=!1,h=!0;if(typeof e!="function")throw new TypeError(OC);t=xd(t)||0,_r(r)&&(u=!!r.leading,d="maxWait"in r,a=d?wC(xd(r.maxWait)||0,t):a,h="trailing"in r?!!r.trailing:h);function p(C){var T=n,V=o;return n=o=void 0,c=C,s=e.apply(V,T),s}function f(C){return c=C,i=setTimeout(S,t),u?p(C):s}function m(C){var T=C-l,V=C-c,j=t-T;return d?CC(j,a-V):j}function b(C){var T=C-l,V=C-c;return l===void 0||T>=t||T<0||d&&V>=a}function S(){var C=Ci();if(b(C))return E(C);i=setTimeout(S,m(C))}function E(C){return i=void 0,h&&n?p(C):(n=o=void 0,s)}function O(){i!==void 0&&clearTimeout(i),c=0,n=l=o=i=void 0}function w(){return i===void 0?s:E(Ci())}function A(){var C=Ci(),T=b(C);if(n=arguments,o=this,l=C,T){if(i===void 0)return f(l);if(d)return clearTimeout(i),i=setTimeout(S,t),p(l)}return i===void 0&&(i=setTimeout(S,t)),s}return A.cancel=O,A.flush=w,A}var TC="Expected a function";function RC(e,t,r){var n=!0,o=!0;if(typeof e!="function")throw new TypeError(TC);return _r(r)&&(n="leading"in r?!!r.leading:n,o="trailing"in r?!!r.trailing:o),PC(e,t,{leading:n,maxWait:t,trailing:o})}const Vm=Xe(Oe.observer(({startJogging:e,stopJogging:t,lowerLimitDegs:r,upperLimitDegs:n,getValueDegs:o,disabled:a,...s})=>{var O,w,A,C,T,V,j,y,R,z,I,G,oe,re,te;const{t:i}=_e.useTranslation(),[l,c]=J.useState(),u=P.useTheme(),d={background:(O=u.palette.backgroundPaperElevation)==null?void 0:O[4],color:(w=u.palette.backgroundPaperElevation)==null?void 0:w[11]},h=Oe.useLocalObservable(()=>({activeJoggingDir:null,startJogging(ee){this.activeJoggingDir=ee,e(ee)},stopJogging(){this.activeJoggingDir=null,t()}})),p=RC(()=>{c(o())},50);Rn(p);function f(ee){ee.button===0&&h.startJogging("-")}function m(ee){ee.button===0&&h.startJogging("+")}function b(ee){h.stopJogging()}function S(ee){h.stopJogging()}function E(ee,se=1){if(ee===void 0||isNaN(ee))return"";const H=i("General.degree.variable",{amount:ee.toFixed(se)});return ee>0&&se===0?`+${H}`:H}return g.jsxs(dn,{height:"64px",width:"100%",maxWidth:"260px",direction:"row",...s,sx:{"& .MuiIconButton-root":{width:"52px",color:u.palette.text.primary,alignContent:"center",backgroundColor:(A=u.palette.backgroundPaperElevation)==null?void 0:A[11],"& svg":{width:"42px",height:"42px"},"&.Mui-disabled":{backgroundColor:(C=u.palette.backgroundPaperElevation)==null?void 0:C[11],color:u.palette.action.disabled,opacity:1},"&:hover":{backgroundColor:(T=u.palette.backgroundPaperElevation)==null?void 0:T[9]},"&:active":{...d}}},children:[g.jsx(P.IconButton,{onPointerDown:f,onPointerUp:b,onPointerOut:S,disabled:a,disableRipple:!0,sx:{borderRadius:"16px 0px 0px 16px",...h.activeJoggingDir==="-"?d:{}},children:g.jsx(rC,{sx:{pointerEvents:"none",color:(R=(y=(j=(V=u.componentsExt)==null?void 0:V.JoggingPanel)==null?void 0:j.JoggingJoint)==null?void 0:y.Joint)==null?void 0:R.arrowColor}})}),g.jsxs(dn,{flexGrow:1,alignItems:"center",justifyContent:"center",sx:{borderStyle:"solid",borderLeftWidth:0,borderRightWidth:0,border:"none",backgroundColor:(z=u.palette.backgroundPaperElevation)==null?void 0:z[11],paddingLeft:"20px",paddingRight:"20px",zIndex:1},children:[g.jsx(P.Typography,{sx:{fontSize:"15px",fontWeight:700,position:"relative",top:"5px",color:a?u.palette.action.disabled:u.palette.text.primary},children:E(l)}),g.jsx(P.Slider,{disabled:!0,"aria-label":"Joint position",min:r,max:n,value:l||0,track:!1,sx:{"& .MuiSlider-mark":{display:"none"},"& .MuiSlider-thumb":{width:"5px",height:"12px",borderRadius:"2px",color:a?u.palette.action.disabled:u.palette.text.primary},"& .MuiSlider-markLabel":{top:"20px",fontSize:"12px",color:a?u.palette.action.disabled:u.palette.text.secondary},"& .MuiSlider-rail":{backgroundColor:(I=u.palette.backgroundPaperElevation)==null?void 0:I[5],opacity:1}},marks:r!==void 0&&n!==void 0&&[{value:r,label:E(r,0)},{value:n,label:E(n,0)}]})]}),g.jsx(P.IconButton,{onPointerDown:m,onPointerUp:b,onPointerOut:S,disabled:a,disableRipple:!0,sx:{borderRadius:"0px 16px 16px 0px",...h.activeJoggingDir==="+"?d:{}},children:g.jsx(nC,{sx:{pointerEvents:"none",color:(te=(re=(oe=(G=u.componentsExt)==null?void 0:G.JoggingPanel)==null?void 0:oe.JoggingJoint)==null?void 0:re.Joint)==null?void 0:te.arrowColor}})})]})})),AC=fr(g.jsx("path",{d:"M10 9h4V6h3l-5-5-5 5h3zm-1 1H6V7l-5 5 5 5v-3h3zm14 2-5-5v3h-3v4h3v3zm-9 3h-4v3H7l5 5 5-5h-3z"}),"OpenWith"),_C=fr(g.jsx("path",{d:"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92-1.31-2.92-2.92-2.92"}),"Share");function EC(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Mm=EC;function IC(){this.__data__=[],this.size=0}var VC=IC;function MC(e,t){return e===t||e!==e&&t!==t}var jm=MC;function jC(e,t){for(var r=e.length;r--;)if(jm(e[r][0],t))return r;return-1}var Ms=jC,kC=Array.prototype,$C=kC.splice;function UC(e){var t=this.__data__,r=Ms(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():$C.call(t,r,1),--this.size,!0}var DC=UC;function LC(e){var t=this.__data__,r=Ms(t,e);return r<0?void 0:t[r][1]}var BC=LC;function NC(e){return Ms(this.__data__,e)>-1}var FC=NC;function zC(e,t){var r=this.__data__,n=Ms(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var GC=zC;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=VC;An.prototype.delete=DC;An.prototype.get=BC;An.prototype.has=FC;An.prototype.set=GC;var js=An;function HC(){this.__data__=new js,this.size=0}var qC=HC;function WC(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}var JC=WC;function YC(e){return this.__data__.get(e)}var KC=YC;function QC(e){return this.__data__.has(e)}var XC=QC,ZC=typeof global=="object"&&global&&global.Object===Object&&global,km=ZC,eP=typeof self=="object"&&self&&self.Object===Object&&self,tP=km||eP||Function("return this")(),Xt=tP,rP=Xt.Symbol,On=rP,$m=Object.prototype,nP=$m.hasOwnProperty,oP=$m.toString,qn=On?On.toStringTag:void 0;function aP(e){var t=nP.call(e,qn),r=e[qn];try{e[qn]=void 0;var n=!0}catch{}var o=oP.call(e);return n&&(t?e[qn]=r:delete e[qn]),o}var sP=aP,iP=Object.prototype,lP=iP.toString;function cP(e){return lP.call(e)}var uP=cP,dP="[object Null]",hP="[object Undefined]",vd=On?On.toStringTag:void 0;function pP(e){return e==null?e===void 0?hP:dP:vd&&vd in Object(e)?sP(e):uP(e)}var jo=pP,mP="[object AsyncFunction]",fP="[object Function]",gP="[object GeneratorFunction]",yP="[object Proxy]";function bP(e){if(!Mm(e))return!1;var t=jo(e);return t==fP||t==gP||t==mP||t==yP}var Um=bP,xP=Xt["__core-js_shared__"],Pi=xP,Sd=function(){var e=/[^.]+$/.exec(Pi&&Pi.keys&&Pi.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function vP(e){return!!Sd&&Sd in e}var SP=vP,OP=Function.prototype,wP=OP.toString;function CP(e){if(e!=null){try{return wP.call(e)}catch{}try{return e+""}catch{}}return""}var Br=CP,PP=/[\\^$.*+?()[\]{}|]/g,TP=/^\[object .+?Constructor\]$/,RP=Function.prototype,AP=Object.prototype,_P=RP.toString,EP=AP.hasOwnProperty,IP=RegExp("^"+_P.call(EP).replace(PP,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function VP(e){if(!Mm(e)||SP(e))return!1;var t=Um(e)?IP:TP;return t.test(Br(e))}var MP=VP;function jP(e,t){return e==null?void 0:e[t]}var kP=jP;function $P(e,t){var r=kP(e,t);return MP(r)?r:void 0}var _n=$P,UP=_n(Xt,"Map"),vo=UP,DP=_n(Object,"create"),So=DP;function LP(){this.__data__=So?So(null):{},this.size=0}var BP=LP;function NP(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var FP=NP,zP="__lodash_hash_undefined__",GP=Object.prototype,HP=GP.hasOwnProperty;function qP(e){var t=this.__data__;if(So){var r=t[e];return r===zP?void 0:r}return HP.call(t,e)?t[e]:void 0}var WP=qP,JP=Object.prototype,YP=JP.hasOwnProperty;function KP(e){var t=this.__data__;return So?t[e]!==void 0:YP.call(t,e)}var QP=KP,XP="__lodash_hash_undefined__";function ZP(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=So&&t===void 0?XP:t,this}var eT=ZP;function En(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])}}En.prototype.clear=BP;En.prototype.delete=FP;En.prototype.get=WP;En.prototype.has=QP;En.prototype.set=eT;var Od=En;function tT(){this.size=0,this.__data__={hash:new Od,map:new(vo||js),string:new Od}}var rT=tT;function nT(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var oT=nT;function aT(e,t){var r=e.__data__;return oT(t)?r[typeof t=="string"?"string":"hash"]:r.map}var ks=aT;function sT(e){var t=ks(this,e).delete(e);return this.size-=t?1:0,t}var iT=sT;function lT(e){return ks(this,e).get(e)}var cT=lT;function uT(e){return ks(this,e).has(e)}var dT=uT;function hT(e,t){var r=ks(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}var pT=hT;function In(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])}}In.prototype.clear=rT;In.prototype.delete=iT;In.prototype.get=cT;In.prototype.has=dT;In.prototype.set=pT;var Dm=In,mT=200;function fT(e,t){var r=this.__data__;if(r instanceof js){var n=r.__data__;if(!vo||n.length<mT-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new Dm(n)}return r.set(e,t),this.size=r.size,this}var gT=fT;function Vn(e){var t=this.__data__=new js(e);this.size=t.size}Vn.prototype.clear=qC;Vn.prototype.delete=JC;Vn.prototype.get=KC;Vn.prototype.has=XC;Vn.prototype.set=gT;var Ti=Vn,yT="__lodash_hash_undefined__";function bT(e){return this.__data__.set(e,yT),this}var xT=bT;function vT(e){return this.__data__.has(e)}var ST=vT;function Ja(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new Dm;++t<r;)this.add(e[t])}Ja.prototype.add=Ja.prototype.push=xT;Ja.prototype.has=ST;var OT=Ja;function wT(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 CT=wT;function PT(e,t){return e.has(t)}var TT=PT,RT=1,AT=2;function _T(e,t,r,n,o,a){var s=r&RT,i=e.length,l=t.length;if(i!=l&&!(s&&l>i))return!1;var c=a.get(e),u=a.get(t);if(c&&u)return c==t&&u==e;var d=-1,h=!0,p=r&AT?new OT:void 0;for(a.set(e,t),a.set(t,e);++d<i;){var f=e[d],m=t[d];if(n)var b=s?n(m,f,d,t,e,a):n(f,m,d,e,t,a);if(b!==void 0){if(b)continue;h=!1;break}if(p){if(!CT(t,function(S,E){if(!TT(p,E)&&(f===S||o(f,S,r,n,a)))return p.push(E)})){h=!1;break}}else if(!(f===m||o(f,m,r,n,a))){h=!1;break}}return a.delete(e),a.delete(t),h}var Lm=_T,ET=Xt.Uint8Array,wd=ET;function IT(e){var t=-1,r=Array(e.size);return e.forEach(function(n,o){r[++t]=[o,n]}),r}var VT=IT;function MT(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var jT=MT,kT=1,$T=2,UT="[object Boolean]",DT="[object Date]",LT="[object Error]",BT="[object Map]",NT="[object Number]",FT="[object RegExp]",zT="[object Set]",GT="[object String]",HT="[object Symbol]",qT="[object ArrayBuffer]",WT="[object DataView]",Cd=On?On.prototype:void 0,Ri=Cd?Cd.valueOf:void 0;function JT(e,t,r,n,o,a,s){switch(r){case WT:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case qT:return!(e.byteLength!=t.byteLength||!a(new wd(e),new wd(t)));case UT:case DT:case NT:return jm(+e,+t);case LT:return e.name==t.name&&e.message==t.message;case FT:case GT:return e==t+"";case BT:var i=VT;case zT:var l=n&kT;if(i||(i=jT),e.size!=t.size&&!l)return!1;var c=s.get(e);if(c)return c==t;n|=$T,s.set(e,t);var u=Lm(i(e),i(t),n,o,a,s);return s.delete(e),u;case HT:if(Ri)return Ri.call(e)==Ri.call(t)}return!1}var YT=JT;function KT(e,t){for(var r=-1,n=t.length,o=e.length;++r<n;)e[o+r]=t[r];return e}var QT=KT,XT=Array.isArray,Ya=XT;function ZT(e,t,r){var n=t(e);return Ya(e)?n:QT(n,r(e))}var eR=ZT;function tR(e,t){for(var r=-1,n=e==null?0:e.length,o=0,a=[];++r<n;){var s=e[r];t(s,r,e)&&(a[o++]=s)}return a}var rR=tR;function nR(){return[]}var oR=nR,aR=Object.prototype,sR=aR.propertyIsEnumerable,Pd=Object.getOwnPropertySymbols,iR=Pd?function(e){return e==null?[]:(e=Object(e),rR(Pd(e),function(t){return sR.call(e,t)}))}:oR,lR=iR;function cR(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var uR=cR;function dR(e){return e!=null&&typeof e=="object"}var Oo=dR,hR="[object Arguments]";function pR(e){return Oo(e)&&jo(e)==hR}var Td=pR,Bm=Object.prototype,mR=Bm.hasOwnProperty,fR=Bm.propertyIsEnumerable,gR=Td(function(){return arguments}())?Td:function(e){return Oo(e)&&mR.call(e,"callee")&&!fR.call(e,"callee")},yR=gR;function bR(){return!1}var xR=bR,Nm=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Rd=Nm&&typeof module=="object"&&module&&!module.nodeType&&module,vR=Rd&&Rd.exports===Nm,Ad=vR?Xt.Buffer:void 0,SR=Ad?Ad.isBuffer:void 0,OR=SR||xR,al=OR,wR=9007199254740991,CR=/^(?:0|[1-9]\d*)$/;function PR(e,t){var r=typeof e;return t=t??wR,!!t&&(r=="number"||r!="symbol"&&CR.test(e))&&e>-1&&e%1==0&&e<t}var TR=PR,RR=9007199254740991;function AR(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=RR}var Fm=AR,_R="[object Arguments]",ER="[object Array]",IR="[object Boolean]",VR="[object Date]",MR="[object Error]",jR="[object Function]",kR="[object Map]",$R="[object Number]",UR="[object Object]",DR="[object RegExp]",LR="[object Set]",BR="[object String]",NR="[object WeakMap]",FR="[object ArrayBuffer]",zR="[object DataView]",GR="[object Float32Array]",HR="[object Float64Array]",qR="[object Int8Array]",WR="[object Int16Array]",JR="[object Int32Array]",YR="[object Uint8Array]",KR="[object Uint8ClampedArray]",QR="[object Uint16Array]",XR="[object Uint32Array]",Ee={};Ee[GR]=Ee[HR]=Ee[qR]=Ee[WR]=Ee[JR]=Ee[YR]=Ee[KR]=Ee[QR]=Ee[XR]=!0;Ee[_R]=Ee[ER]=Ee[FR]=Ee[IR]=Ee[zR]=Ee[VR]=Ee[MR]=Ee[jR]=Ee[kR]=Ee[$R]=Ee[UR]=Ee[DR]=Ee[LR]=Ee[BR]=Ee[NR]=!1;function ZR(e){return Oo(e)&&Fm(e.length)&&!!Ee[jo(e)]}var eA=ZR;function tA(e){return function(t){return e(t)}}var rA=tA,zm=typeof exports=="object"&&exports&&!exports.nodeType&&exports,io=zm&&typeof module=="object"&&module&&!module.nodeType&&module,nA=io&&io.exports===zm,Ai=nA&&km.process,oA=function(){try{var e=io&&io.require&&io.require("util").types;return e||Ai&&Ai.binding&&Ai.binding("util")}catch{}}(),_d=oA,Ed=_d&&_d.isTypedArray,aA=Ed?rA(Ed):eA,Gm=aA,sA=Object.prototype,iA=sA.hasOwnProperty;function lA(e,t){var r=Ya(e),n=!r&&yR(e),o=!r&&!n&&al(e),a=!r&&!n&&!o&&Gm(e),s=r||n||o||a,i=s?uR(e.length,String):[],l=i.length;for(var c in e)(t||iA.call(e,c))&&!(s&&(c=="length"||o&&(c=="offset"||c=="parent")||a&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||TR(c,l)))&&i.push(c);return i}var cA=lA,uA=Object.prototype;function dA(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||uA;return e===r}var hA=dA;function pA(e,t){return function(r){return e(t(r))}}var mA=pA,fA=mA(Object.keys,Object),gA=fA,yA=Object.prototype,bA=yA.hasOwnProperty;function xA(e){if(!hA(e))return gA(e);var t=[];for(var r in Object(e))bA.call(e,r)&&r!="constructor"&&t.push(r);return t}var vA=xA;function SA(e){return e!=null&&Fm(e.length)&&!Um(e)}var OA=SA;function wA(e){return OA(e)?cA(e):vA(e)}var CA=wA;function PA(e){return eR(e,CA,lR)}var Id=PA,TA=1,RA=Object.prototype,AA=RA.hasOwnProperty;function _A(e,t,r,n,o,a){var s=r&TA,i=Id(e),l=i.length,c=Id(t),u=c.length;if(l!=u&&!s)return!1;for(var d=l;d--;){var h=i[d];if(!(s?h in t:AA.call(t,h)))return!1}var p=a.get(e),f=a.get(t);if(p&&f)return p==t&&f==e;var m=!0;a.set(e,t),a.set(t,e);for(var b=s;++d<l;){h=i[d];var S=e[h],E=t[h];if(n)var O=s?n(E,S,h,t,e,a):n(S,E,h,e,t,a);if(!(O===void 0?S===E||o(S,E,r,n,a):O)){m=!1;break}b||(b=h=="constructor")}if(m&&!b){var w=e.constructor,A=t.constructor;w!=A&&"constructor"in e&&"constructor"in t&&!(typeof w=="function"&&w instanceof w&&typeof A=="function"&&A instanceof A)&&(m=!1)}return a.delete(e),a.delete(t),m}var EA=_A,IA=_n(Xt,"DataView"),sl=IA,VA=_n(Xt,"Promise"),il=VA,MA=_n(Xt,"Set"),ll=MA,jA=_n(Xt,"WeakMap"),cl=jA,Vd="[object Map]",kA="[object Object]",Md="[object Promise]",jd="[object Set]",kd="[object WeakMap]",$d="[object DataView]",$A=Br(sl),UA=Br(vo),DA=Br(il),LA=Br(ll),BA=Br(cl),xr=jo;(sl&&xr(new sl(new ArrayBuffer(1)))!=$d||vo&&xr(new vo)!=Vd||il&&xr(il.resolve())!=Md||ll&&xr(new ll)!=jd||cl&&xr(new cl)!=kd)&&(xr=function(e){var t=jo(e),r=t==kA?e.constructor:void 0,n=r?Br(r):"";if(n)switch(n){case $A:return $d;case UA:return Vd;case DA:return Md;case LA:return jd;case BA:return kd}return t});var Ud=xr,NA=1,Dd="[object Arguments]",Ld="[object Array]",oa="[object Object]",FA=Object.prototype,Bd=FA.hasOwnProperty;function zA(e,t,r,n,o,a){var s=Ya(e),i=Ya(t),l=s?Ld:Ud(e),c=i?Ld:Ud(t);l=l==Dd?oa:l,c=c==Dd?oa:c;var u=l==oa,d=c==oa,h=l==c;if(h&&al(e)){if(!al(t))return!1;s=!0,u=!1}if(h&&!u)return a||(a=new Ti),s||Gm(e)?Lm(e,t,r,n,o,a):YT(e,t,l,r,n,o,a);if(!(r&NA)){var p=u&&Bd.call(e,"__wrapped__"),f=d&&Bd.call(t,"__wrapped__");if(p||f){var m=p?e.value():e,b=f?t.value():t;return a||(a=new Ti),o(m,b,r,n,a)}}return h?(a||(a=new Ti),EA(e,t,r,n,o,a)):!1}var GA=zA;function Hm(e,t,r,n,o){return e===t?!0:e==null||t==null||!Oo(e)&&!Oo(t)?e!==e&&t!==t:GA(e,t,r,n,Hm,o)}var HA=Hm;function qA(e,t){return HA(e,t)}var WA=qA;/*! *****************************************************************************
128
128
  Copyright (c) Microsoft Corporation. All rights reserved.
129
129
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use
130
130
  this file except in compliance with the License. You may obtain a copy of the
@@ -137,19 +137,19 @@ MERCHANTABLITY OR NON-INFRINGEMENT.
137
137
 
138
138
  See the Apache Version 2.0 License for specific language governing permissions
139
139
  and limitations under the License.
140
- ***************************************************************************** */var al=function(e,t){return al=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var a in n)n.hasOwnProperty(a)&&(r[a]=n[a])},al(e,t)};function Bm(e,t){al(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}function NR(e){var t=typeof Symbol=="function"&&e[Symbol.iterator],r=0;return t?t.call(e):{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}}}function FR(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),a,o=[],s;try{for(;(t===void 0||t-- >0)&&!(a=n.next()).done;)o.push(a.value)}catch(i){s={error:i}}finally{try{a&&!a.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return o}function zR(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(FR(arguments[t]));return e}var Nm=function(){function e(t,r){this.target=r,this.type=t}return e}(),GR=function(e){Bm(t,e);function t(r,n){var a=e.call(this,"error",n)||this;return a.message=r.message,a.error=r,a}return t}(Nm),HR=function(e){Bm(t,e);function t(r,n,a){r===void 0&&(r=1e3),n===void 0&&(n="");var o=e.call(this,"close",a)||this;return o.wasClean=!0,o.code=r,o.reason=n,o}return t}(Nm);/*!
140
+ ***************************************************************************** */var ul=function(e,t){return ul=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var o in n)n.hasOwnProperty(o)&&(r[o]=n[o])},ul(e,t)};function qm(e,t){ul(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}function JA(e){var t=typeof Symbol=="function"&&e[Symbol.iterator],r=0;return t?t.call(e):{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}}}function YA(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),o,a=[],s;try{for(;(t===void 0||t-- >0)&&!(o=n.next()).done;)a.push(o.value)}catch(i){s={error:i}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return a}function KA(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(YA(arguments[t]));return e}var Wm=function(){function e(t,r){this.target=r,this.type=t}return e}(),QA=function(e){qm(t,e);function t(r,n){var o=e.call(this,"error",n)||this;return o.message=r.message,o.error=r,o}return t}(Wm),XA=function(e){qm(t,e);function t(r,n,o){r===void 0&&(r=1e3),n===void 0&&(n="");var a=e.call(this,"close",o)||this;return a.wasClean=!0,a.code=r,a.reason=n,a}return t}(Wm);/*!
141
141
  * Reconnecting WebSocket
142
142
  * by Pedro Ladaria <pedro.ladaria@gmail.com>
143
143
  * https://github.com/pladaria/reconnecting-websocket
144
144
  * License MIT
145
- */var qR=function(){if(typeof WebSocket<"u")return WebSocket},JR=function(e){return typeof e<"u"&&!!e&&e.CLOSING===2},hr={maxReconnectionDelay:1e4,minReconnectionDelay:1e3+Math.random()*4e3,minUptime:5e3,reconnectionDelayGrowFactor:1.3,connectionTimeout:4e3,maxRetries:1/0,maxEnqueuedMessages:1/0},WR=function(){function e(t,r,n){var a=this;n===void 0&&(n={}),this._listeners={error:[],message:[],open:[],close:[]},this._retryCount=-1,this._shouldReconnect=!0,this._connectLock=!1,this._binaryType="blob",this._closeCalled=!1,this._messageQueue=[],this.onclose=null,this.onerror=null,this.onmessage=null,this.onopen=null,this._handleOpen=function(o){a._debug("open event");var s=a._options.minUptime,i=s===void 0?hr.minUptime:s;clearTimeout(a._connectTimeout),a._uptimeTimeout=setTimeout(function(){return a._acceptOpen()},i),a._ws.binaryType=a._binaryType,a._messageQueue.forEach(function(l){return a._ws.send(l)}),a._messageQueue=[],a.onopen&&a.onopen(o),a._listeners.open.forEach(function(l){return a._callEventListener(o,l)})},this._handleMessage=function(o){a._debug("message event"),a.onmessage&&a.onmessage(o),a._listeners.message.forEach(function(s){return a._callEventListener(o,s)})},this._handleError=function(o){a._debug("error event",o.message),a._disconnect(void 0,o.message==="TIMEOUT"?"timeout":void 0),a.onerror&&a.onerror(o),a._debug("exec error listeners"),a._listeners.error.forEach(function(s){return a._callEventListener(o,s)}),a._connect()},this._handleClose=function(o){a._debug("close event"),a._clearTimeouts(),a._shouldReconnect&&a._connect(),a.onclose&&a.onclose(o),a._listeners.close.forEach(function(s){return a._callEventListener(o,s)})},this._url=t,this._protocols=r,this._options=n,this._options.startClosed&&(this._shouldReconnect=!1),this._connect()}return Object.defineProperty(e,"CONNECTING",{get:function(){return 0},enumerable:!0,configurable:!0}),Object.defineProperty(e,"OPEN",{get:function(){return 1},enumerable:!0,configurable:!0}),Object.defineProperty(e,"CLOSING",{get:function(){return 2},enumerable:!0,configurable:!0}),Object.defineProperty(e,"CLOSED",{get:function(){return 3},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"CONNECTING",{get:function(){return e.CONNECTING},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"OPEN",{get:function(){return e.OPEN},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"CLOSING",{get:function(){return e.CLOSING},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"CLOSED",{get:function(){return e.CLOSED},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"binaryType",{get:function(){return this._ws?this._ws.binaryType:this._binaryType},set:function(t){this._binaryType=t,this._ws&&(this._ws.binaryType=t)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"retryCount",{get:function(){return Math.max(this._retryCount,0)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bufferedAmount",{get:function(){var t=this._messageQueue.reduce(function(r,n){return typeof n=="string"?r+=n.length:n instanceof Blob?r+=n.size:r+=n.byteLength,r},0);return t+(this._ws?this._ws.bufferedAmount:0)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"extensions",{get:function(){return this._ws?this._ws.extensions:""},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"protocol",{get:function(){return this._ws?this._ws.protocol:""},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"readyState",{get:function(){return this._ws?this._ws.readyState:this._options.startClosed?e.CLOSED:e.CONNECTING},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"url",{get:function(){return this._ws?this._ws.url:""},enumerable:!0,configurable:!0}),e.prototype.close=function(t,r){if(t===void 0&&(t=1e3),this._closeCalled=!0,this._shouldReconnect=!1,this._clearTimeouts(),!this._ws){this._debug("close enqueued: no ws instance");return}if(this._ws.readyState===this.CLOSED){this._debug("close: already closed");return}this._ws.close(t,r)},e.prototype.reconnect=function(t,r){this._shouldReconnect=!0,this._closeCalled=!1,this._retryCount=-1,!this._ws||this._ws.readyState===this.CLOSED?this._connect():(this._disconnect(t,r),this._connect())},e.prototype.send=function(t){if(this._ws&&this._ws.readyState===this.OPEN)this._debug("send",t),this._ws.send(t);else{var r=this._options.maxEnqueuedMessages,n=r===void 0?hr.maxEnqueuedMessages:r;this._messageQueue.length<n&&(this._debug("enqueue",t),this._messageQueue.push(t))}},e.prototype.addEventListener=function(t,r){this._listeners[t]&&this._listeners[t].push(r)},e.prototype.dispatchEvent=function(t){var r,n,a=this._listeners[t.type];if(a)try{for(var o=NR(a),s=o.next();!s.done;s=o.next()){var i=s.value;this._callEventListener(t,i)}}catch(l){r={error:l}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}return!0},e.prototype.removeEventListener=function(t,r){this._listeners[t]&&(this._listeners[t]=this._listeners[t].filter(function(n){return n!==r}))},e.prototype._debug=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];this._options.debug&&console.log.apply(console,zR(["RWS>"],t))},e.prototype._getNextDelay=function(){var t=this._options,r=t.reconnectionDelayGrowFactor,n=r===void 0?hr.reconnectionDelayGrowFactor:r,a=t.minReconnectionDelay,o=a===void 0?hr.minReconnectionDelay:a,s=t.maxReconnectionDelay,i=s===void 0?hr.maxReconnectionDelay:s,l=0;return this._retryCount>0&&(l=o*Math.pow(n,this._retryCount-1),l>i&&(l=i)),this._debug("next delay",l),l},e.prototype._wait=function(){var t=this;return new Promise(function(r){setTimeout(r,t._getNextDelay())})},e.prototype._getNextUrl=function(t){if(typeof t=="string")return Promise.resolve(t);if(typeof t=="function"){var r=t();if(typeof r=="string")return Promise.resolve(r);if(r.then)return r}throw Error("Invalid URL")},e.prototype._connect=function(){var t=this;if(!(this._connectLock||!this._shouldReconnect)){this._connectLock=!0;var r=this._options,n=r.maxRetries,a=n===void 0?hr.maxRetries:n,o=r.connectionTimeout,s=o===void 0?hr.connectionTimeout:o,i=r.WebSocket,l=i===void 0?qR():i;if(this._retryCount>=a){this._debug("max retries reached",this._retryCount,">=",a);return}if(this._retryCount++,this._debug("connect",this._retryCount),this._removeListeners(),!JR(l))throw Error("No valid WebSocket class provided");this._wait().then(function(){return t._getNextUrl(t._url)}).then(function(c){t._closeCalled||(t._debug("connect",{url:c,protocols:t._protocols}),t._ws=t._protocols?new l(c,t._protocols):new l(c),t._ws.binaryType=t._binaryType,t._connectLock=!1,t._addListeners(),t._connectTimeout=setTimeout(function(){return t._handleTimeout()},s))})}},e.prototype._handleTimeout=function(){this._debug("timeout event"),this._handleError(new GR(Error("TIMEOUT"),this))},e.prototype._disconnect=function(t,r){if(t===void 0&&(t=1e3),this._clearTimeouts(),!!this._ws){this._removeListeners();try{this._ws.close(t,r),this._handleClose(new HR(t,r,this))}catch{}}},e.prototype._acceptOpen=function(){this._debug("accept open"),this._retryCount=0},e.prototype._callEventListener=function(t,r){"handleEvent"in r?r.handleEvent(t):r(t)},e.prototype._removeListeners=function(){this._ws&&(this._debug("removeListeners"),this._ws.removeEventListener("open",this._handleOpen),this._ws.removeEventListener("close",this._handleClose),this._ws.removeEventListener("message",this._handleMessage),this._ws.removeEventListener("error",this._handleError))},e.prototype._addListeners=function(){this._ws&&(this._debug("addListeners"),this._ws.addEventListener("open",this._handleOpen),this._ws.addEventListener("close",this._handleClose),this._ws.addEventListener("message",this._handleMessage),this._ws.addEventListener("error",this._handleError))},e.prototype._clearTimeouts=function(){clearTimeout(this._connectTimeout),clearTimeout(this._uptimeTimeout)},e}(),YR=Object.defineProperty,KR=Object.defineProperties,QR=Object.getOwnPropertyDescriptors,Id=Object.getOwnPropertySymbols,XR=Object.prototype.hasOwnProperty,ZR=Object.prototype.propertyIsEnumerable,Md=(e,t,r)=>t in e?YR(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,rn=(e,t)=>{for(var r in t||(t={}))XR.call(t,r)&&Md(e,r,t[r]);if(Id)for(var r of Id(t))ZR.call(t,r)&&Md(e,r,t[r]);return e},ol=(e,t)=>KR(e,QR(t)),Re=(e,t,r)=>new Promise((n,a)=>{var o=l=>{try{i(r.next(l))}catch(c){a(c)}},s=l=>{try{i(r.throw(l))}catch(c){a(c)}},i=l=>l.done?n(l.value):Promise.resolve(l.value).then(o,s);i((r=r.apply(e,t)).next())}),e_=class extends WR{constructor(e,t={}){console.log("Opening websocket to",e),super(()=>this.targetUrl||e,void 0,{startClosed:!0}),this.opts=t,this.disposed=!1,Object.defineProperty(this,"url",{get(){return this.targetUrl}}),this.targetUrl=e,this.addEventListener("open",()=>{console.log(`Websocket to ${this.url} opened`)}),this.addEventListener("message",n=>{this.receivedFirstMessage||(this.receivedFirstMessage=n)}),this.addEventListener("close",()=>{console.log(`Websocket to ${this.url} closed`)});const r=this.reconnect;this.reconnect=()=>{this.opts.mock?this.opts.mock.handleWebsocketConnection(this):r.apply(this)},this.reconnect()}changeUrl(e){this.receivedFirstMessage=void 0,this.targetUrl=e,this.reconnect()}sendJson(e){this.opts.mock?this.opts.mock.handleWebsocketMessage(this,JSON.stringify(e)):this.send(JSON.stringify(e))}dispose(){this.close(),this.disposed=!0,this.opts.onDispose&&this.opts.onDispose()}opened(){return Re(this,null,function*(){return new Promise((e,t)=>{this.readyState===WebSocket.OPEN?e():(this.addEventListener("open",()=>e()),this.addEventListener("error",t))})})}closed(){return Re(this,null,function*(){return new Promise((e,t)=>{this.readyState===WebSocket.CLOSED?e():(this.addEventListener("close",()=>e()),this.addEventListener("error",t))})})}firstMessage(){return Re(this,null,function*(){return this.receivedFirstMessage?this.receivedFirstMessage:new Promise((e,t)=>{const r=a=>{this.receivedFirstMessage=a,this.removeEventListener("message",r),this.removeEventListener("error",n),e(a)},n=a=>{this.removeEventListener("message",r),this.removeEventListener("error",n),t(a)};this.addEventListener("message",r),this.addEventListener("error",n)})})}nextMessage(){return Re(this,null,function*(){return new Promise((e,t)=>{const r=a=>{this.removeEventListener("message",r),this.removeEventListener("error",n),e(a)},n=a=>{this.removeEventListener("message",r),this.removeEventListener("error",n),t(a)};this.addEventListener("message",r),this.addEventListener("error",n)})})}},t_=class{constructor(){this.available=typeof window<"u"&&!!window.localStorage}getJSON(e){if(!this.available)return null;const t=window.localStorage.getItem(e);if(t===null)return null;try{return JSON.parse(t)}catch{return null}}setJSON(e,t){if(!this.available)return null;window.localStorage.setItem(e,JSON.stringify(t))}delete(e){if(!this.available)return null;window.localStorage.removeItem(e)}setString(e,t){if(!this.available)return null;window.localStorage.setItem(e,t)}getString(e){return this.available?window.localStorage.getItem(e):null}},Ci=new t_;function ar(e){try{return JSON.parse(e)}catch{return}}function r_(e,t){return e||(e="world"),t||(t="world"),e===t}var sn="wandelbots.io",Pi={dev:{domain:`https://auth.portal.dev.${sn}`,clientId:"fLbJD0RLp5r2Dpucm5j8BjwMR6Hunfha"},stg:{domain:`https://auth.portal.stg.${sn}`,clientId:"joVDeD9e786WzFNSGCqoVq7HNkWt5j6s"},prod:{domain:`https://auth.portal.${sn}`,clientId:"J7WJUi38xVQdJAEBNRT9Xw1b0fXDb4J2"}},n_=e=>{if(e.includes(`dev.${sn}`))return Pi.dev;if(e.includes(`stg.${sn}`))return Pi.stg;if(e.includes(sn))return Pi.prod;throw new Error("Unsupported instance URL. Cannot determine Auth0 configuration.")},a_=e=>Re(void 0,null,function*(){var t;if(typeof window>"u")throw new Error("Access token must be set to use NovaClient when not in a browser environment.");const r=n_(e);if(new URL(e).origin===window.location.origin)throw window.location.reload(),new Error("Failed to reload page to get auth details, please refresh manually");const{Auth0Client:n}=yield Promise.resolve().then(()=>require("./auth0-spa-js.production.esm-BLRAk7Yh.cjs")),a=new n({domain:r.domain,clientId:(t=r.clientId)!=null?t:"",useRefreshTokens:!1,authorizationParams:{audience:"nova-api",redirect_uri:window.location.origin}});if(window.location.search.includes("code=")&&window.location.search.includes("state=")){const{appState:s}=yield a.handleRedirectCallback();window.history.replaceState({},document.title,(s==null?void 0:s.returnTo)||window.location.pathname)}else yield a.loginWithRedirect();return yield a.getTokenSilently()});function Fm(e,t){return function(){return e.apply(t,arguments)}}const{toString:o_}=Object.prototype,{getPrototypeOf:hc}=Object,Vs=(e=>t=>{const r=o_.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),Ct=e=>(e=e.toLowerCase(),t=>Vs(t)===e),Es=e=>t=>typeof t===e,{isArray:An}=Array,ga=Es("undefined");function s_(e){return e!==null&&!ga(e)&&e.constructor!==null&&!ga(e.constructor)&&ut(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const zm=Ct("ArrayBuffer");function i_(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&zm(e.buffer),t}const l_=Es("string"),ut=Es("function"),Gm=Es("number"),Is=e=>e!==null&&typeof e=="object",c_=e=>e===!0||e===!1,yo=e=>{if(Vs(e)!=="object")return!1;const t=hc(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},u_=Ct("Date"),d_=Ct("File"),h_=Ct("Blob"),p_=Ct("FileList"),m_=e=>Is(e)&&ut(e.pipe),f_=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||ut(e.append)&&((t=Vs(e))==="formdata"||t==="object"&&ut(e.toString)&&e.toString()==="[object FormData]"))},g_=Ct("URLSearchParams"),[y_,b_,v_,S_]=["ReadableStream","Request","Response","Headers"].map(Ct),x_=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function _a(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let n,a;if(typeof e!="object"&&(e=[e]),An(e))for(n=0,a=e.length;n<a;n++)t.call(null,e[n],n,e);else{const o=r?Object.getOwnPropertyNames(e):Object.keys(e),s=o.length;let i;for(n=0;n<s;n++)i=o[n],t.call(null,e[i],i,e)}}function Hm(e,t){t=t.toLowerCase();const r=Object.keys(e);let n=r.length,a;for(;n-- >0;)if(a=r[n],t===a.toLowerCase())return a;return null}const yr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,qm=e=>!ga(e)&&e!==yr;function sl(){const{caseless:e}=qm(this)&&this||{},t={},r=(n,a)=>{const o=e&&Hm(t,a)||a;yo(t[o])&&yo(n)?t[o]=sl(t[o],n):yo(n)?t[o]=sl({},n):An(n)?t[o]=n.slice():t[o]=n};for(let n=0,a=arguments.length;n<a;n++)arguments[n]&&_a(arguments[n],r);return t}const O_=(e,t,r,{allOwnKeys:n}={})=>(_a(t,(a,o)=>{r&&ut(a)?e[o]=Fm(a,r):e[o]=a},{allOwnKeys:n}),e),w_=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),C_=(e,t,r,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},P_=(e,t,r,n)=>{let a,o,s;const i={};if(t=t||{},e==null)return t;do{for(a=Object.getOwnPropertyNames(e),o=a.length;o-- >0;)s=a[o],(!n||n(s,e,t))&&!i[s]&&(t[s]=e[s],i[s]=!0);e=r!==!1&&hc(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},T_=(e,t,r)=>{e=String(e),(r===void 0||r>e.length)&&(r=e.length),r-=t.length;const n=e.indexOf(t,r);return n!==-1&&n===r},A_=e=>{if(!e)return null;if(An(e))return e;let t=e.length;if(!Gm(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},R_=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&hc(Uint8Array)),__=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let a;for(;(a=n.next())&&!a.done;){const o=a.value;t.call(e,o[0],o[1])}},V_=(e,t)=>{let r;const n=[];for(;(r=e.exec(t))!==null;)n.push(r);return n},E_=Ct("HTMLFormElement"),I_=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,n,a){return n.toUpperCase()+a}),$d=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),M_=Ct("RegExp"),Jm=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),n={};_a(r,(a,o)=>{let s;(s=t(a,o,e))!==!1&&(n[o]=s||a)}),Object.defineProperties(e,n)},$_=e=>{Jm(e,(t,r)=>{if(ut(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const n=e[r];if(ut(n)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},j_=(e,t)=>{const r={},n=a=>{a.forEach(o=>{r[o]=!0})};return An(e)?n(e):n(String(e).split(t)),r},k_=()=>{},U_=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function L_(e){return!!(e&&ut(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const D_=e=>{const t=new Array(10),r=(n,a)=>{if(Is(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[a]=n;const o=An(n)?[]:{};return _a(n,(s,i)=>{const l=r(s,a+1);!ga(l)&&(o[i]=l)}),t[a]=void 0,o}}return n};return r(e,0)},B_=Ct("AsyncFunction"),N_=e=>e&&(Is(e)||ut(e))&&ut(e.then)&&ut(e.catch),Wm=((e,t)=>e?setImmediate:t?((r,n)=>(yr.addEventListener("message",({source:a,data:o})=>{a===yr&&o===r&&n.length&&n.shift()()},!1),a=>{n.push(a),yr.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",ut(yr.postMessage)),F_=typeof queueMicrotask<"u"?queueMicrotask.bind(yr):typeof process<"u"&&process.nextTick||Wm,G={isArray:An,isArrayBuffer:zm,isBuffer:s_,isFormData:f_,isArrayBufferView:i_,isString:l_,isNumber:Gm,isBoolean:c_,isObject:Is,isPlainObject:yo,isReadableStream:y_,isRequest:b_,isResponse:v_,isHeaders:S_,isUndefined:ga,isDate:u_,isFile:d_,isBlob:h_,isRegExp:M_,isFunction:ut,isStream:m_,isURLSearchParams:g_,isTypedArray:R_,isFileList:p_,forEach:_a,merge:sl,extend:O_,trim:x_,stripBOM:w_,inherits:C_,toFlatObject:P_,kindOf:Vs,kindOfTest:Ct,endsWith:T_,toArray:A_,forEachEntry:__,matchAll:V_,isHTMLForm:E_,hasOwnProperty:$d,hasOwnProp:$d,reduceDescriptors:Jm,freezeMethods:$_,toObjectSet:j_,toCamelCase:I_,noop:k_,toFiniteNumber:U_,findKey:Hm,global:yr,isContextDefined:qm,isSpecCompliantForm:L_,toJSONObject:D_,isAsyncFn:B_,isThenable:N_,setImmediate:Wm,asap:F_};function de(e,t,r,n,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),a&&(this.response=a,this.status=a.status?a.status:null)}G.inherits(de,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:G.toJSONObject(this.config),code:this.code,status:this.status}}});const Ym=de.prototype,Km={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Km[e]={value:e}});Object.defineProperties(de,Km);Object.defineProperty(Ym,"isAxiosError",{value:!0});de.from=(e,t,r,n,a,o)=>{const s=Object.create(Ym);return G.toFlatObject(e,s,function(l){return l!==Error.prototype},i=>i!=="isAxiosError"),de.call(s,e.message,t,r,n,a),s.cause=e,s.name=e.name,o&&Object.assign(s,o),s};const z_=null;function il(e){return G.isPlainObject(e)||G.isArray(e)}function Qm(e){return G.endsWith(e,"[]")?e.slice(0,-2):e}function jd(e,t,r){return e?e.concat(t).map(function(a,o){return a=Qm(a),!r&&o?"["+a+"]":a}).join(r?".":""):t}function G_(e){return G.isArray(e)&&!e.some(il)}const H_=G.toFlatObject(G,{},null,function(t){return/^is[A-Z]/.test(t)});function Ms(e,t,r){if(!G.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,r=G.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(m,b){return!G.isUndefined(b[m])});const n=r.metaTokens,a=r.visitor||u,o=r.dots,s=r.indexes,l=(r.Blob||typeof Blob<"u"&&Blob)&&G.isSpecCompliantForm(t);if(!G.isFunction(a))throw new TypeError("visitor must be a function");function c(f){if(f===null)return"";if(G.isDate(f))return f.toISOString();if(!l&&G.isBlob(f))throw new de("Blob is not supported. Use a Buffer instead.");return G.isArrayBuffer(f)||G.isTypedArray(f)?l&&typeof Blob=="function"?new Blob([f]):Buffer.from(f):f}function u(f,m,b){let x=f;if(f&&!b&&typeof f=="object"){if(G.endsWith(m,"{}"))m=n?m:m.slice(0,-2),f=JSON.stringify(f);else if(G.isArray(f)&&G_(f)||(G.isFileList(f)||G.endsWith(m,"[]"))&&(x=G.toArray(f)))return m=Qm(m),x.forEach(function(O,C){!(G.isUndefined(O)||O===null)&&t.append(s===!0?jd([m],C,o):s===null?m:m+"[]",c(O))}),!1}return il(f)?!0:(t.append(jd(b,m,o),c(f)),!1)}const d=[],h=Object.assign(H_,{defaultVisitor:u,convertValue:c,isVisitable:il});function p(f,m){if(!G.isUndefined(f)){if(d.indexOf(f)!==-1)throw Error("Circular reference detected in "+m.join("."));d.push(f),G.forEach(f,function(x,_){(!(G.isUndefined(x)||x===null)&&a.call(t,x,G.isString(_)?_.trim():_,m,h))===!0&&p(x,m?m.concat(_):[_])}),d.pop()}}if(!G.isObject(e))throw new TypeError("data must be an object");return p(e),t}function kd(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function pc(e,t){this._pairs=[],e&&Ms(e,this,t)}const Xm=pc.prototype;Xm.append=function(t,r){this._pairs.push([t,r])};Xm.toString=function(t){const r=t?function(n){return t.call(this,n,kd)}:kd;return this._pairs.map(function(a){return r(a[0])+"="+r(a[1])},"").join("&")};function q_(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Zm(e,t,r){if(!t)return e;const n=r&&r.encode||q_;G.isFunction(r)&&(r={serialize:r});const a=r&&r.serialize;let o;if(a?o=a(t,r):o=G.isURLSearchParams(t)?t.toString():new pc(t,r).toString(n),o){const s=e.indexOf("#");s!==-1&&(e=e.slice(0,s)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class Ud{constructor(){this.handlers=[]}use(t,r,n){return this.handlers.push({fulfilled:t,rejected:r,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){G.forEach(this.handlers,function(n){n!==null&&t(n)})}}const ef={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},J_=typeof URLSearchParams<"u"?URLSearchParams:pc,W_=typeof FormData<"u"?FormData:null,Y_=typeof Blob<"u"?Blob:null,K_={isBrowser:!0,classes:{URLSearchParams:J_,FormData:W_,Blob:Y_},protocols:["http","https","file","blob","url","data"]},mc=typeof window<"u"&&typeof document<"u",ll=typeof navigator=="object"&&navigator||void 0,Q_=mc&&(!ll||["ReactNative","NativeScript","NS"].indexOf(ll.product)<0),X_=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Z_=mc&&window.location.href||"http://localhost",eV=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:mc,hasStandardBrowserEnv:Q_,hasStandardBrowserWebWorkerEnv:X_,navigator:ll,origin:Z_},Symbol.toStringTag,{value:"Module"})),Qe={...eV,...K_};function tV(e,t){return Ms(e,new Qe.classes.URLSearchParams,Object.assign({visitor:function(r,n,a,o){return Qe.isNode&&G.isBuffer(r)?(this.append(n,r.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function rV(e){return G.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function nV(e){const t={},r=Object.keys(e);let n;const a=r.length;let o;for(n=0;n<a;n++)o=r[n],t[o]=e[o];return t}function tf(e){function t(r,n,a,o){let s=r[o++];if(s==="__proto__")return!0;const i=Number.isFinite(+s),l=o>=r.length;return s=!s&&G.isArray(a)?a.length:s,l?(G.hasOwnProp(a,s)?a[s]=[a[s],n]:a[s]=n,!i):((!a[s]||!G.isObject(a[s]))&&(a[s]=[]),t(r,n,a[s],o)&&G.isArray(a[s])&&(a[s]=nV(a[s])),!i)}if(G.isFormData(e)&&G.isFunction(e.entries)){const r={};return G.forEachEntry(e,(n,a)=>{t(rV(n),a,r,0)}),r}return null}function aV(e,t,r){if(G.isString(e))try{return(t||JSON.parse)(e),G.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(r||JSON.stringify)(e)}const Va={transitional:ef,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const n=r.getContentType()||"",a=n.indexOf("application/json")>-1,o=G.isObject(t);if(o&&G.isHTMLForm(t)&&(t=new FormData(t)),G.isFormData(t))return a?JSON.stringify(tf(t)):t;if(G.isArrayBuffer(t)||G.isBuffer(t)||G.isStream(t)||G.isFile(t)||G.isBlob(t)||G.isReadableStream(t))return t;if(G.isArrayBufferView(t))return t.buffer;if(G.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let i;if(o){if(n.indexOf("application/x-www-form-urlencoded")>-1)return tV(t,this.formSerializer).toString();if((i=G.isFileList(t))||n.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return Ms(i?{"files[]":t}:t,l&&new l,this.formSerializer)}}return o||a?(r.setContentType("application/json",!1),aV(t)):t}],transformResponse:[function(t){const r=this.transitional||Va.transitional,n=r&&r.forcedJSONParsing,a=this.responseType==="json";if(G.isResponse(t)||G.isReadableStream(t))return t;if(t&&G.isString(t)&&(n&&!this.responseType||a)){const s=!(r&&r.silentJSONParsing)&&a;try{return JSON.parse(t)}catch(i){if(s)throw i.name==="SyntaxError"?de.from(i,de.ERR_BAD_RESPONSE,this,null,this.response):i}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Qe.classes.FormData,Blob:Qe.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};G.forEach(["delete","get","head","post","put","patch"],e=>{Va.headers[e]={}});const oV=G.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),sV=e=>{const t={};let r,n,a;return e&&e.split(`
146
- `).forEach(function(s){a=s.indexOf(":"),r=s.substring(0,a).trim().toLowerCase(),n=s.substring(a+1).trim(),!(!r||t[r]&&oV[r])&&(r==="set-cookie"?t[r]?t[r].push(n):t[r]=[n]:t[r]=t[r]?t[r]+", "+n:n)}),t},Ld=Symbol("internals");function Fn(e){return e&&String(e).trim().toLowerCase()}function bo(e){return e===!1||e==null?e:G.isArray(e)?e.map(bo):String(e)}function iV(e){const t=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=r.exec(e);)t[n[1]]=n[2];return t}const lV=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Ti(e,t,r,n,a){if(G.isFunction(n))return n.call(this,t,r);if(a&&(t=r),!!G.isString(t)){if(G.isString(n))return t.indexOf(n)!==-1;if(G.isRegExp(n))return n.test(t)}}function cV(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,r,n)=>r.toUpperCase()+n)}function uV(e,t){const r=G.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(e,n+r,{value:function(a,o,s){return this[n].call(this,t,a,o,s)},configurable:!0})})}let st=class{constructor(t){t&&this.set(t)}set(t,r,n){const a=this;function o(i,l,c){const u=Fn(l);if(!u)throw new Error("header name must be a non-empty string");const d=G.findKey(a,u);(!d||a[d]===void 0||c===!0||c===void 0&&a[d]!==!1)&&(a[d||l]=bo(i))}const s=(i,l)=>G.forEach(i,(c,u)=>o(c,u,l));if(G.isPlainObject(t)||t instanceof this.constructor)s(t,r);else if(G.isString(t)&&(t=t.trim())&&!lV(t))s(sV(t),r);else if(G.isHeaders(t))for(const[i,l]of t.entries())o(l,i,n);else t!=null&&o(r,t,n);return this}get(t,r){if(t=Fn(t),t){const n=G.findKey(this,t);if(n){const a=this[n];if(!r)return a;if(r===!0)return iV(a);if(G.isFunction(r))return r.call(this,a,n);if(G.isRegExp(r))return r.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,r){if(t=Fn(t),t){const n=G.findKey(this,t);return!!(n&&this[n]!==void 0&&(!r||Ti(this,this[n],n,r)))}return!1}delete(t,r){const n=this;let a=!1;function o(s){if(s=Fn(s),s){const i=G.findKey(n,s);i&&(!r||Ti(n,n[i],i,r))&&(delete n[i],a=!0)}}return G.isArray(t)?t.forEach(o):o(t),a}clear(t){const r=Object.keys(this);let n=r.length,a=!1;for(;n--;){const o=r[n];(!t||Ti(this,this[o],o,t,!0))&&(delete this[o],a=!0)}return a}normalize(t){const r=this,n={};return G.forEach(this,(a,o)=>{const s=G.findKey(n,o);if(s){r[s]=bo(a),delete r[o];return}const i=t?cV(o):String(o).trim();i!==o&&delete r[o],r[i]=bo(a),n[i]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const r=Object.create(null);return G.forEach(this,(n,a)=>{n!=null&&n!==!1&&(r[a]=t&&G.isArray(n)?n.join(", "):n)}),r}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,r])=>t+": "+r).join(`
147
- `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...r){const n=new this(t);return r.forEach(a=>n.set(a)),n}static accessor(t){const n=(this[Ld]=this[Ld]={accessors:{}}).accessors,a=this.prototype;function o(s){const i=Fn(s);n[i]||(uV(a,s),n[i]=!0)}return G.isArray(t)?t.forEach(o):o(t),this}};st.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);G.reduceDescriptors(st.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(n){this[r]=n}}});G.freezeMethods(st);function Ai(e,t){const r=this||Va,n=t||r,a=st.from(n.headers);let o=n.data;return G.forEach(e,function(i){o=i.call(r,o,a.normalize(),t?t.status:void 0)}),a.normalize(),o}function rf(e){return!!(e&&e.__CANCEL__)}function Rn(e,t,r){de.call(this,e??"canceled",de.ERR_CANCELED,t,r),this.name="CanceledError"}G.inherits(Rn,de,{__CANCEL__:!0});function nf(e,t,r){const n=r.config.validateStatus;!r.status||!n||n(r.status)?e(r):t(new de("Request failed with status code "+r.status,[de.ERR_BAD_REQUEST,de.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function dV(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function hV(e,t){e=e||10;const r=new Array(e),n=new Array(e);let a=0,o=0,s;return t=t!==void 0?t:1e3,function(l){const c=Date.now(),u=n[o];s||(s=c),r[a]=l,n[a]=c;let d=o,h=0;for(;d!==a;)h+=r[d++],d=d%e;if(a=(a+1)%e,a===o&&(o=(o+1)%e),c-s<t)return;const p=u&&c-u;return p?Math.round(h*1e3/p):void 0}}function pV(e,t){let r=0,n=1e3/t,a,o;const s=(c,u=Date.now())=>{r=u,a=null,o&&(clearTimeout(o),o=null),e.apply(null,c)};return[(...c)=>{const u=Date.now(),d=u-r;d>=n?s(c,u):(a=c,o||(o=setTimeout(()=>{o=null,s(a)},n-d)))},()=>a&&s(a)]}const Ho=(e,t,r=3)=>{let n=0;const a=hV(50,250);return pV(o=>{const s=o.loaded,i=o.lengthComputable?o.total:void 0,l=s-n,c=a(l),u=s<=i;n=s;const d={loaded:s,total:i,progress:i?s/i:void 0,bytes:l,rate:c||void 0,estimated:c&&i&&u?(i-s)/c:void 0,event:o,lengthComputable:i!=null,[t?"download":"upload"]:!0};e(d)},r)},Dd=(e,t)=>{const r=e!=null;return[n=>t[0]({lengthComputable:r,total:e,loaded:n}),t[1]]},Bd=e=>(...t)=>G.asap(()=>e(...t)),mV=Qe.hasStandardBrowserEnv?((e,t)=>r=>(r=new URL(r,Qe.origin),e.protocol===r.protocol&&e.host===r.host&&(t||e.port===r.port)))(new URL(Qe.origin),Qe.navigator&&/(msie|trident)/i.test(Qe.navigator.userAgent)):()=>!0,fV=Qe.hasStandardBrowserEnv?{write(e,t,r,n,a,o){const s=[e+"="+encodeURIComponent(t)];G.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),G.isString(n)&&s.push("path="+n),G.isString(a)&&s.push("domain="+a),o===!0&&s.push("secure"),document.cookie=s.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function gV(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function yV(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function af(e,t,r){let n=!gV(t);return e&&n||r==!1?yV(e,t):t}const Nd=e=>e instanceof st?{...e}:e;function Pr(e,t){t=t||{};const r={};function n(c,u,d,h){return G.isPlainObject(c)&&G.isPlainObject(u)?G.merge.call({caseless:h},c,u):G.isPlainObject(u)?G.merge({},u):G.isArray(u)?u.slice():u}function a(c,u,d,h){if(G.isUndefined(u)){if(!G.isUndefined(c))return n(void 0,c,d,h)}else return n(c,u,d,h)}function o(c,u){if(!G.isUndefined(u))return n(void 0,u)}function s(c,u){if(G.isUndefined(u)){if(!G.isUndefined(c))return n(void 0,c)}else return n(void 0,u)}function i(c,u,d){if(d in t)return n(c,u);if(d in e)return n(void 0,c)}const l={url:o,method:o,data:o,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:i,headers:(c,u,d)=>a(Nd(c),Nd(u),d,!0)};return G.forEach(Object.keys(Object.assign({},e,t)),function(u){const d=l[u]||a,h=d(e[u],t[u],u);G.isUndefined(h)&&d!==i||(r[u]=h)}),r}const of=e=>{const t=Pr({},e);let{data:r,withXSRFToken:n,xsrfHeaderName:a,xsrfCookieName:o,headers:s,auth:i}=t;t.headers=s=st.from(s),t.url=Zm(af(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),i&&s.set("Authorization","Basic "+btoa((i.username||"")+":"+(i.password?unescape(encodeURIComponent(i.password)):"")));let l;if(G.isFormData(r)){if(Qe.hasStandardBrowserEnv||Qe.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((l=s.getContentType())!==!1){const[c,...u]=l?l.split(";").map(d=>d.trim()).filter(Boolean):[];s.setContentType([c||"multipart/form-data",...u].join("; "))}}if(Qe.hasStandardBrowserEnv&&(n&&G.isFunction(n)&&(n=n(t)),n||n!==!1&&mV(t.url))){const c=a&&o&&fV.read(o);c&&s.set(a,c)}return t},bV=typeof XMLHttpRequest<"u",vV=bV&&function(e){return new Promise(function(r,n){const a=of(e);let o=a.data;const s=st.from(a.headers).normalize();let{responseType:i,onUploadProgress:l,onDownloadProgress:c}=a,u,d,h,p,f;function m(){p&&p(),f&&f(),a.cancelToken&&a.cancelToken.unsubscribe(u),a.signal&&a.signal.removeEventListener("abort",u)}let b=new XMLHttpRequest;b.open(a.method.toUpperCase(),a.url,!0),b.timeout=a.timeout;function x(){if(!b)return;const O=st.from("getAllResponseHeaders"in b&&b.getAllResponseHeaders()),P={data:!i||i==="text"||i==="json"?b.responseText:b.response,status:b.status,statusText:b.statusText,headers:O,config:e,request:b};nf(function(A){r(A),m()},function(A){n(A),m()},P),b=null}"onloadend"in b?b.onloadend=x:b.onreadystatechange=function(){!b||b.readyState!==4||b.status===0&&!(b.responseURL&&b.responseURL.indexOf("file:")===0)||setTimeout(x)},b.onabort=function(){b&&(n(new de("Request aborted",de.ECONNABORTED,e,b)),b=null)},b.onerror=function(){n(new de("Network Error",de.ERR_NETWORK,e,b)),b=null},b.ontimeout=function(){let C=a.timeout?"timeout of "+a.timeout+"ms exceeded":"timeout exceeded";const P=a.transitional||ef;a.timeoutErrorMessage&&(C=a.timeoutErrorMessage),n(new de(C,P.clarifyTimeoutError?de.ETIMEDOUT:de.ECONNABORTED,e,b)),b=null},o===void 0&&s.setContentType(null),"setRequestHeader"in b&&G.forEach(s.toJSON(),function(C,P){b.setRequestHeader(P,C)}),G.isUndefined(a.withCredentials)||(b.withCredentials=!!a.withCredentials),i&&i!=="json"&&(b.responseType=a.responseType),c&&([h,f]=Ho(c,!0),b.addEventListener("progress",h)),l&&b.upload&&([d,p]=Ho(l),b.upload.addEventListener("progress",d),b.upload.addEventListener("loadend",p)),(a.cancelToken||a.signal)&&(u=O=>{b&&(n(!O||O.type?new Rn(null,e,b):O),b.abort(),b=null)},a.cancelToken&&a.cancelToken.subscribe(u),a.signal&&(a.signal.aborted?u():a.signal.addEventListener("abort",u)));const _=dV(a.url);if(_&&Qe.protocols.indexOf(_)===-1){n(new de("Unsupported protocol "+_+":",de.ERR_BAD_REQUEST,e));return}b.send(o||null)})},SV=(e,t)=>{const{length:r}=e=e?e.filter(Boolean):[];if(t||r){let n=new AbortController,a;const o=function(c){if(!a){a=!0,i();const u=c instanceof Error?c:this.reason;n.abort(u instanceof de?u:new Rn(u instanceof Error?u.message:u))}};let s=t&&setTimeout(()=>{s=null,o(new de(`timeout ${t} of ms exceeded`,de.ETIMEDOUT))},t);const i=()=>{e&&(s&&clearTimeout(s),s=null,e.forEach(c=>{c.unsubscribe?c.unsubscribe(o):c.removeEventListener("abort",o)}),e=null)};e.forEach(c=>c.addEventListener("abort",o));const{signal:l}=n;return l.unsubscribe=()=>G.asap(i),l}},xV=function*(e,t){let r=e.byteLength;if(r<t){yield e;return}let n=0,a;for(;n<r;)a=n+t,yield e.slice(n,a),n=a},OV=async function*(e,t){for await(const r of wV(e))yield*xV(r,t)},wV=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:r,value:n}=await t.read();if(r)break;yield n}}finally{await t.cancel()}},Fd=(e,t,r,n)=>{const a=OV(e,t);let o=0,s,i=l=>{s||(s=!0,n&&n(l))};return new ReadableStream({async pull(l){try{const{done:c,value:u}=await a.next();if(c){i(),l.close();return}let d=u.byteLength;if(r){let h=o+=d;r(h)}l.enqueue(new Uint8Array(u))}catch(c){throw i(c),c}},cancel(l){return i(l),a.return()}},{highWaterMark:2})},$s=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",sf=$s&&typeof ReadableStream=="function",CV=$s&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),lf=(e,...t)=>{try{return!!e(...t)}catch{return!1}},PV=sf&&lf(()=>{let e=!1;const t=new Request(Qe.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),zd=64*1024,cl=sf&&lf(()=>G.isReadableStream(new Response("").body)),qo={stream:cl&&(e=>e.body)};$s&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!qo[t]&&(qo[t]=G.isFunction(e[t])?r=>r[t]():(r,n)=>{throw new de(`Response type '${t}' is not supported`,de.ERR_NOT_SUPPORT,n)})})})(new Response);const TV=async e=>{if(e==null)return 0;if(G.isBlob(e))return e.size;if(G.isSpecCompliantForm(e))return(await new Request(Qe.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(G.isArrayBufferView(e)||G.isArrayBuffer(e))return e.byteLength;if(G.isURLSearchParams(e)&&(e=e+""),G.isString(e))return(await CV(e)).byteLength},AV=async(e,t)=>{const r=G.toFiniteNumber(e.getContentLength());return r??TV(t)},RV=$s&&(async e=>{let{url:t,method:r,data:n,signal:a,cancelToken:o,timeout:s,onDownloadProgress:i,onUploadProgress:l,responseType:c,headers:u,withCredentials:d="same-origin",fetchOptions:h}=of(e);c=c?(c+"").toLowerCase():"text";let p=SV([a,o&&o.toAbortSignal()],s),f;const m=p&&p.unsubscribe&&(()=>{p.unsubscribe()});let b;try{if(l&&PV&&r!=="get"&&r!=="head"&&(b=await AV(u,n))!==0){let P=new Request(t,{method:"POST",body:n,duplex:"half"}),w;if(G.isFormData(n)&&(w=P.headers.get("content-type"))&&u.setContentType(w),P.body){const[A,E]=Dd(b,Ho(Bd(l)));n=Fd(P.body,zd,A,E)}}G.isString(d)||(d=d?"include":"omit");const x="credentials"in Request.prototype;f=new Request(t,{...h,signal:p,method:r.toUpperCase(),headers:u.normalize().toJSON(),body:n,duplex:"half",credentials:x?d:void 0});let _=await fetch(f);const O=cl&&(c==="stream"||c==="response");if(cl&&(i||O&&m)){const P={};["status","statusText","headers"].forEach(F=>{P[F]=_[F]});const w=G.toFiniteNumber(_.headers.get("content-length")),[A,E]=i&&Dd(w,Ho(Bd(i),!0))||[];_=new Response(Fd(_.body,zd,A,()=>{E&&E(),m&&m()}),P)}c=c||"text";let C=await qo[G.findKey(qo,c)||"text"](_,e);return!O&&m&&m(),await new Promise((P,w)=>{nf(P,w,{data:C,headers:st.from(_.headers),status:_.status,statusText:_.statusText,config:e,request:f})})}catch(x){throw m&&m(),x&&x.name==="TypeError"&&/fetch/i.test(x.message)?Object.assign(new de("Network Error",de.ERR_NETWORK,e,f),{cause:x.cause||x}):de.from(x,x&&x.code,e,f)}}),ul={http:z_,xhr:vV,fetch:RV};G.forEach(ul,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Gd=e=>`- ${e}`,_V=e=>G.isFunction(e)||e===null||e===!1,cf={getAdapter:e=>{e=G.isArray(e)?e:[e];const{length:t}=e;let r,n;const a={};for(let o=0;o<t;o++){r=e[o];let s;if(n=r,!_V(r)&&(n=ul[(s=String(r)).toLowerCase()],n===void 0))throw new de(`Unknown adapter '${s}'`);if(n)break;a[s||"#"+o]=n}if(!n){const o=Object.entries(a).map(([i,l])=>`adapter ${i} `+(l===!1?"is not supported by the environment":"is not available in the build"));let s=t?o.length>1?`since :
148
- `+o.map(Gd).join(`
149
- `):" "+Gd(o[0]):"as no adapter specified";throw new de("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return n},adapters:ul};function Ri(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Rn(null,e)}function Hd(e){return Ri(e),e.headers=st.from(e.headers),e.data=Ai.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),cf.getAdapter(e.adapter||Va.adapter)(e).then(function(n){return Ri(e),n.data=Ai.call(e,e.transformResponse,n),n.headers=st.from(n.headers),n},function(n){return rf(n)||(Ri(e),n&&n.response&&(n.response.data=Ai.call(e,e.transformResponse,n.response),n.response.headers=st.from(n.response.headers))),Promise.reject(n)})}const uf="1.8.3",js={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{js[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const qd={};js.transitional=function(t,r,n){function a(o,s){return"[Axios v"+uf+"] Transitional option '"+o+"'"+s+(n?". "+n:"")}return(o,s,i)=>{if(t===!1)throw new de(a(s," has been removed"+(r?" in "+r:"")),de.ERR_DEPRECATED);return r&&!qd[s]&&(qd[s]=!0,console.warn(a(s," has been deprecated since v"+r+" and will be removed in the near future"))),t?t(o,s,i):!0}};js.spelling=function(t){return(r,n)=>(console.warn(`${n} is likely a misspelling of ${t}`),!0)};function VV(e,t,r){if(typeof e!="object")throw new de("options must be an object",de.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let a=n.length;for(;a-- >0;){const o=n[a],s=t[o];if(s){const i=e[o],l=i===void 0||s(i,o,e);if(l!==!0)throw new de("option "+o+" must be "+l,de.ERR_BAD_OPTION_VALUE);continue}if(r!==!0)throw new de("Unknown option "+o,de.ERR_BAD_OPTION)}}const vo={assertOptions:VV,validators:js},At=vo.validators;let Sr=class{constructor(t){this.defaults=t,this.interceptors={request:new Ud,response:new Ud}}async request(t,r){try{return await this._request(t,r)}catch(n){if(n instanceof Error){let a={};Error.captureStackTrace?Error.captureStackTrace(a):a=new Error;const o=a.stack?a.stack.replace(/^.+\n/,""):"";try{n.stack?o&&!String(n.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(n.stack+=`
150
- `+o):n.stack=o}catch{}}throw n}}_request(t,r){typeof t=="string"?(r=r||{},r.url=t):r=t||{},r=Pr(this.defaults,r);const{transitional:n,paramsSerializer:a,headers:o}=r;n!==void 0&&vo.assertOptions(n,{silentJSONParsing:At.transitional(At.boolean),forcedJSONParsing:At.transitional(At.boolean),clarifyTimeoutError:At.transitional(At.boolean)},!1),a!=null&&(G.isFunction(a)?r.paramsSerializer={serialize:a}:vo.assertOptions(a,{encode:At.function,serialize:At.function},!0)),r.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?r.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:r.allowAbsoluteUrls=!0),vo.assertOptions(r,{baseUrl:At.spelling("baseURL"),withXsrfToken:At.spelling("withXSRFToken")},!0),r.method=(r.method||this.defaults.method||"get").toLowerCase();let s=o&&G.merge(o.common,o[r.method]);o&&G.forEach(["delete","get","head","post","put","patch","common"],f=>{delete o[f]}),r.headers=st.concat(s,o);const i=[];let l=!0;this.interceptors.request.forEach(function(m){typeof m.runWhen=="function"&&m.runWhen(r)===!1||(l=l&&m.synchronous,i.unshift(m.fulfilled,m.rejected))});const c=[];this.interceptors.response.forEach(function(m){c.push(m.fulfilled,m.rejected)});let u,d=0,h;if(!l){const f=[Hd.bind(this),void 0];for(f.unshift.apply(f,i),f.push.apply(f,c),h=f.length,u=Promise.resolve(r);d<h;)u=u.then(f[d++],f[d++]);return u}h=i.length;let p=r;for(d=0;d<h;){const f=i[d++],m=i[d++];try{p=f(p)}catch(b){m.call(this,b);break}}try{u=Hd.call(this,p)}catch(f){return Promise.reject(f)}for(d=0,h=c.length;d<h;)u=u.then(c[d++],c[d++]);return u}getUri(t){t=Pr(this.defaults,t);const r=af(t.baseURL,t.url,t.allowAbsoluteUrls);return Zm(r,t.params,t.paramsSerializer)}};G.forEach(["delete","get","head","options"],function(t){Sr.prototype[t]=function(r,n){return this.request(Pr(n||{},{method:t,url:r,data:(n||{}).data}))}});G.forEach(["post","put","patch"],function(t){function r(n){return function(o,s,i){return this.request(Pr(i||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:o,data:s}))}}Sr.prototype[t]=r(),Sr.prototype[t+"Form"]=r(!0)});let EV=class df{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let r;this.promise=new Promise(function(o){r=o});const n=this;this.promise.then(a=>{if(!n._listeners)return;let o=n._listeners.length;for(;o-- >0;)n._listeners[o](a);n._listeners=null}),this.promise.then=a=>{let o;const s=new Promise(i=>{n.subscribe(i),o=i}).then(a);return s.cancel=function(){n.unsubscribe(o)},s},t(function(o,s,i){n.reason||(n.reason=new Rn(o,s,i),r(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const r=this._listeners.indexOf(t);r!==-1&&this._listeners.splice(r,1)}toAbortSignal(){const t=new AbortController,r=n=>{t.abort(n)};return this.subscribe(r),t.signal.unsubscribe=()=>this.unsubscribe(r),t.signal}static source(){let t;return{token:new df(function(a){t=a}),cancel:t}}};function IV(e){return function(r){return e.apply(null,r)}}function MV(e){return G.isObject(e)&&e.isAxiosError===!0}const dl={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(dl).forEach(([e,t])=>{dl[t]=e});function hf(e){const t=new Sr(e),r=Fm(Sr.prototype.request,t);return G.extend(r,Sr.prototype,t,{allOwnKeys:!0}),G.extend(r,t,null,{allOwnKeys:!0}),r.create=function(a){return hf(Pr(e,a))},r}const R=hf(Va);R.Axios=Sr;R.CanceledError=Rn;R.CancelToken=EV;R.isCancel=rf;R.VERSION=uf;R.toFormData=Ms;R.AxiosError=de;R.Cancel=R.CanceledError;R.all=function(t){return Promise.all(t)};R.spread=IV;R.isAxiosError=MV;R.mergeConfig=Pr;R.AxiosHeaders=st;R.formToJSON=e=>tf(G.isHTMLForm(e)?new FormData(e):e);R.getAdapter=cf.getAdapter;R.HttpStatusCode=dl;R.default=R;const{Axios:Y3,AxiosError:hl,CanceledError:K3,isCancel:Q3,CancelToken:X3,VERSION:Z3,all:e$,Cancel:t$,isAxiosError:$V,spread:r$,toFormData:n$,AxiosHeaders:a$,HttpStatusCode:o$,formToJSON:s$,getAdapter:i$,mergeConfig:l$}=R,I="/api/v1".replace(/\/+$/,"");class _e{constructor(t,r=I,n=R){Vn(this,"basePath");Vn(this,"axios");Vn(this,"configuration");this.basePath=r,this.axios=n,t&&(this.configuration=t,this.basePath=t.basePath??r)}}class jV extends Error{constructor(r,n){super(n);Vn(this,"field");this.field=r,this.name="RequiredError"}}const M={},$="https://example.com",v=function(e,t,r){if(r==null)throw new jV(t,`Required parameter ${t} was null or undefined when calling ${e}.`)},j=function(e,t){t&&(t.username||t.password)&&(e.auth={username:t.username,password:t.password})},k=async function(e,t){if(t&&t.accessToken){const r=typeof t.accessToken=="function"?await t.accessToken():await t.accessToken;e.Authorization="Bearer "+r}};function pl(e,t,r=""){t!=null&&(typeof t=="object"?Array.isArray(t)?t.forEach(n=>pl(e,n,r)):Object.keys(t).forEach(n=>pl(e,t[n],`${r}${r!==""?".":""}${n}`)):e.has(r)?e.append(r,t):e.set(r,t))}const U=function(e,...t){const r=new URLSearchParams(e.search);pl(r,t),e.search=r.toString()},ue=function(e,t,r){const n=typeof e!="string";return(n&&r&&r.isJsonMime?r.isJsonMime(t.headers["Content-Type"]):n)?JSON.stringify(e!==void 0?e:{}):e||""},L=function(e){return e.pathname+e.search+e.hash},D=function(e,t,r,n){return(a=t,o=r)=>{const s={...e.options,url:(a.defaults.baseURL?"":(n==null?void 0:n.basePath)??o)+e.url};return a.request(s)}},kV=function(e){return{addApp:async(t,r,n,a={})=>{v("addApp","cell",t),v("addApp","app",r);const o="/cells/{cell}/apps".replace("{cell}",encodeURIComponent(String(t))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.completionTimeout=n),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(r,l,e),{url:L(s),options:l}},clearApps:async(t,r,n={})=>{v("clearApps","cell",t);const a="/cells/{cell}/apps".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),r!==void 0&&(c.completionTimeout=r),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},deleteApp:async(t,r,n,a={})=>{v("deleteApp","cell",t),v("deleteApp","app",r);const o="/cells/{cell}/apps/{app}".replace("{cell}",encodeURIComponent(String(t))).replace("{app}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"DELETE",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.completionTimeout=n),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},getApp:async(t,r,n={})=>{v("getApp","cell",t),v("getApp","app",r);const a="/cells/{cell}/apps/{app}".replace("{cell}",encodeURIComponent(String(t))).replace("{app}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},listApps:async(t,r={})=>{v("listApps","cell",t);const n="/cells/{cell}/apps".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},updateApp:async(t,r,n,a,o={})=>{v("updateApp","cell",t),v("updateApp","app",r),v("updateApp","app2",n);const s="/cells/{cell}/apps/{app}".replace("{cell}",encodeURIComponent(String(t))).replace("{app}",encodeURIComponent(String(r))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...o},u={},d={};j(c,e),await k(u,e),a!==void 0&&(d.completionTimeout=a),u["Content-Type"]="application/json",U(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...o.headers},c.data=ue(n,c,e),{url:L(i),options:c}}}},qr=function(e){const t=kV(e);return{async addApp(r,n,a,o){var c,u;const s=await t.addApp(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["ApplicationApi.addApp"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async clearApps(r,n,a){var l,c;const o=await t.clearApps(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ApplicationApi.clearApps"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async deleteApp(r,n,a,o){var c,u;const s=await t.deleteApp(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["ApplicationApi.deleteApp"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async getApp(r,n,a){var l,c;const o=await t.getApp(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ApplicationApi.getApp"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async listApps(r,n){var i,l;const a=await t.listApps(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["ApplicationApi.listApps"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async updateApp(r,n,a,o,s){var u,d;const i=await t.updateApp(r,n,a,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=M["ApplicationApi.updateApp"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>D(i,R,I,e)(h,c||p)}}};class Jd extends _e{addApp(t,r,n,a){return qr(this.configuration).addApp(t,r,n,a).then(o=>o(this.axios,this.basePath))}clearApps(t,r,n){return qr(this.configuration).clearApps(t,r,n).then(a=>a(this.axios,this.basePath))}deleteApp(t,r,n,a){return qr(this.configuration).deleteApp(t,r,n,a).then(o=>o(this.axios,this.basePath))}getApp(t,r,n){return qr(this.configuration).getApp(t,r,n).then(a=>a(this.axios,this.basePath))}listApps(t,r){return qr(this.configuration).listApps(t,r).then(n=>n(this.axios,this.basePath))}updateApp(t,r,n,a,o){return qr(this.configuration).updateApp(t,r,n,a,o).then(s=>s(this.axios,this.basePath))}}const UV=function(e){return{deleteCell:async(t,r,n={})=>{v("deleteCell","cell",t);const a="/cells/{cell}".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),r!==void 0&&(c.completionTimeout=r),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},deployCell:async(t,r,n={})=>{v("deployCell","cell",t);const a="/cells",o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};j(i,e),await k(l,e),r!==void 0&&(c.completionTimeout=r),l["Content-Type"]="application/json",U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=ue(t,i,e),{url:L(o),options:i}},getCell:async(t,r={})=>{v("getCell","cell",t);const n="/cells/{cell}".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},getCellStatus:async(t,r={})=>{v("getCellStatus","cell",t);const n="/cells/{cell}/status".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},listCells:async(t={})=>{const r="/cells",n=new URL(r,$);let a;e&&(a=e.baseOptions);const o={method:"GET",...a,...t},s={},i={};j(o,e),await k(s,e),U(n,i);let l=a&&a.headers?a.headers:{};return o.headers={...s,...l,...t.headers},{url:L(n),options:o}},updateCell:async(t,r,n,a={})=>{v("updateCell","cell",t),v("updateCell","cell2",r);const o="/cells/{cell}".replace("{cell}",encodeURIComponent(String(t))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.completionTimeout=n),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(r,l,e),{url:L(s),options:l}}}},Jr=function(e){const t=UV(e);return{async deleteCell(r,n,a){var l,c;const o=await t.deleteCell(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["CellApi.deleteCell"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async deployCell(r,n,a){var l,c;const o=await t.deployCell(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["CellApi.deployCell"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getCell(r,n){var i,l;const a=await t.getCell(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["CellApi.getCell"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async getCellStatus(r,n){var i,l;const a=await t.getCellStatus(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["CellApi.getCellStatus"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async listCells(r){var s,i;const n=await t.listCells(r),a=(e==null?void 0:e.serverIndex)??0,o=(i=(s=M["CellApi.listCells"])==null?void 0:s[a])==null?void 0:i.url;return(l,c)=>D(n,R,I,e)(l,o||c)},async updateCell(r,n,a,o){var c,u;const s=await t.updateCell(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["CellApi.updateCell"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)}}};class LV extends _e{deleteCell(t,r,n){return Jr(this.configuration).deleteCell(t,r,n).then(a=>a(this.axios,this.basePath))}deployCell(t,r,n){return Jr(this.configuration).deployCell(t,r,n).then(a=>a(this.axios,this.basePath))}getCell(t,r){return Jr(this.configuration).getCell(t,r).then(n=>n(this.axios,this.basePath))}getCellStatus(t,r){return Jr(this.configuration).getCellStatus(t,r).then(n=>n(this.axios,this.basePath))}listCells(t){return Jr(this.configuration).listCells(t).then(r=>r(this.axios,this.basePath))}updateCell(t,r,n,a){return Jr(this.configuration).updateCell(t,r,n,a).then(o=>o(this.axios,this.basePath))}}const DV=function(e){return{addRobotController:async(t,r,n,a={})=>{v("addRobotController","cell",t),v("addRobotController","robotController",r);const o="/cells/{cell}/controllers".replace("{cell}",encodeURIComponent(String(t))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.completionTimeout=n),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(r,l,e),{url:L(s),options:l}},clearRobotControllers:async(t,r,n={})=>{v("clearRobotControllers","cell",t);const a="/cells/{cell}/controllers".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),r!==void 0&&(c.completionTimeout=r),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},deleteRobotController:async(t,r,n,a={})=>{v("deleteRobotController","cell",t),v("deleteRobotController","controller",r);const o="/cells/{cell}/controllers/{controller}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"DELETE",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.completionTimeout=n),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},getCurrentRobotControllerState:async(t,r,n={})=>{v("getCurrentRobotControllerState","cell",t),v("getCurrentRobotControllerState","controller",r);const a="/cells/{cell}/controllers/{controller}/state".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getMode:async(t,r,n={})=>{v("getMode","cell",t),v("getMode","controller",r);const a="/cells/{cell}/controllers/{controller}/mode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getRobotController:async(t,r,n={})=>{v("getRobotController","cell",t),v("getRobotController","controller",r);const a="/cells/{cell}/controllers/{controller}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getSupportedModes:async(t,r,n={})=>{v("getSupportedModes","cell",t),v("getSupportedModes","controller",r);const a="/cells/{cell}/controllers/{controller}/controller-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getVirtualRobotConfiguration:async(t,r,n={})=>{v("getVirtualRobotConfiguration","cell",t),v("getVirtualRobotConfiguration","controller",r);const a="/cells/{cell}/controllers/{controller}/virtual-robot-configuration".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},listControllers:async(t,r={})=>{v("listControllers","cell",t);const n="/cells/{cell}/controllers".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},setDefaultMode:async(t,r,n,a={})=>{v("setDefaultMode","cell",t),v("setDefaultMode","controller",r),v("setDefaultMode","mode",n);const o="/cells/{cell}/controllers/{controller}/mode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.mode=n),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},streamFreeDrive:async(t,r,n,a={})=>{v("streamFreeDrive","cell",t),v("streamFreeDrive","controller",r);const o="/cells/{cell}/controllers/{controller}/free-drive-stream".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.response_rate=n),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},streamModeChange:async(t,r,n={})=>{v("streamModeChange","cell",t),v("streamModeChange","controller",r);const a="/cells/{cell}/controllers/{controller}/mode-stream".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},streamRobotControllerState:async(t,r,n,a={})=>{v("streamRobotControllerState","cell",t),v("streamRobotControllerState","controller",r);const o="/cells/{cell}/controllers/{controller}/state-stream".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.response_rate=n),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},updateRobotController:async(t,r,n,a,o={})=>{v("updateRobotController","cell",t),v("updateRobotController","controller",r),v("updateRobotController","robotController",n);const s="/cells/{cell}/controllers/{controller}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...o},u={},d={};j(c,e),await k(u,e),a!==void 0&&(d.completionTimeout=a),u["Content-Type"]="application/json",U(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...o.headers},c.data=ue(n,c,e),{url:L(i),options:c}}}},rt=function(e){const t=DV(e);return{async addRobotController(r,n,a,o){var c,u;const s=await t.addRobotController(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["ControllerApi.addRobotController"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async clearRobotControllers(r,n,a){var l,c;const o=await t.clearRobotControllers(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ControllerApi.clearRobotControllers"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async deleteRobotController(r,n,a,o){var c,u;const s=await t.deleteRobotController(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["ControllerApi.deleteRobotController"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async getCurrentRobotControllerState(r,n,a){var l,c;const o=await t.getCurrentRobotControllerState(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ControllerApi.getCurrentRobotControllerState"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getMode(r,n,a){var l,c;const o=await t.getMode(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ControllerApi.getMode"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getRobotController(r,n,a){var l,c;const o=await t.getRobotController(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ControllerApi.getRobotController"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getSupportedModes(r,n,a){var l,c;const o=await t.getSupportedModes(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ControllerApi.getSupportedModes"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getVirtualRobotConfiguration(r,n,a){var l,c;const o=await t.getVirtualRobotConfiguration(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ControllerApi.getVirtualRobotConfiguration"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async listControllers(r,n){var i,l;const a=await t.listControllers(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["ControllerApi.listControllers"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async setDefaultMode(r,n,a,o){var c,u;const s=await t.setDefaultMode(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["ControllerApi.setDefaultMode"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async streamFreeDrive(r,n,a,o){var c,u;const s=await t.streamFreeDrive(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["ControllerApi.streamFreeDrive"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async streamModeChange(r,n,a){var l,c;const o=await t.streamModeChange(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ControllerApi.streamModeChange"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async streamRobotControllerState(r,n,a,o){var c,u;const s=await t.streamRobotControllerState(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["ControllerApi.streamRobotControllerState"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async updateRobotController(r,n,a,o,s){var u,d;const i=await t.updateRobotController(r,n,a,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=M["ControllerApi.updateRobotController"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>D(i,R,I,e)(h,c||p)}}};class BV extends _e{addRobotController(t,r,n,a){return rt(this.configuration).addRobotController(t,r,n,a).then(o=>o(this.axios,this.basePath))}clearRobotControllers(t,r,n){return rt(this.configuration).clearRobotControllers(t,r,n).then(a=>a(this.axios,this.basePath))}deleteRobotController(t,r,n,a){return rt(this.configuration).deleteRobotController(t,r,n,a).then(o=>o(this.axios,this.basePath))}getCurrentRobotControllerState(t,r,n){return rt(this.configuration).getCurrentRobotControllerState(t,r,n).then(a=>a(this.axios,this.basePath))}getMode(t,r,n){return rt(this.configuration).getMode(t,r,n).then(a=>a(this.axios,this.basePath))}getRobotController(t,r,n){return rt(this.configuration).getRobotController(t,r,n).then(a=>a(this.axios,this.basePath))}getSupportedModes(t,r,n){return rt(this.configuration).getSupportedModes(t,r,n).then(a=>a(this.axios,this.basePath))}getVirtualRobotConfiguration(t,r,n){return rt(this.configuration).getVirtualRobotConfiguration(t,r,n).then(a=>a(this.axios,this.basePath))}listControllers(t,r){return rt(this.configuration).listControllers(t,r).then(n=>n(this.axios,this.basePath))}setDefaultMode(t,r,n,a){return rt(this.configuration).setDefaultMode(t,r,n,a).then(o=>o(this.axios,this.basePath))}streamFreeDrive(t,r,n,a){return rt(this.configuration).streamFreeDrive(t,r,n,a).then(o=>o(this.axios,this.basePath))}streamModeChange(t,r,n){return rt(this.configuration).streamModeChange(t,r,n).then(a=>a(this.axios,this.basePath))}streamRobotControllerState(t,r,n,a){return rt(this.configuration).streamRobotControllerState(t,r,n,a).then(o=>o(this.axios,this.basePath))}updateRobotController(t,r,n,a,o){return rt(this.configuration).updateRobotController(t,r,n,a,o).then(s=>s(this.axios,this.basePath))}}const NV=function(e){return{listIODescriptions:async(t,r,n,a={})=>{v("listIODescriptions","cell",t),v("listIODescriptions","controller",r);const o="/cells/{cell}/controllers/{controller}/ios/description".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),n&&(u.ios=n),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},listIOValues:async(t,r,n,a={})=>{v("listIOValues","cell",t),v("listIOValues","controller",r);const o="/cells/{cell}/controllers/{controller}/ios/values".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),n&&(u.ios=n),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},setOutputValues:async(t,r,n,a={})=>{v("setOutputValues","cell",t),v("setOutputValues","controller",r),v("setOutputValues","iOValue",n);const o="/cells/{cell}/controllers/{controller}/ios/values".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}},streamIOValues:async(t,r,n,a={})=>{v("streamIOValues","cell",t),v("streamIOValues","controller",r);const o="/cells/{cell}/controllers/{controller}/ios/stream".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),n&&(u.ios=n),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},waitForIOEvent:async(t,r,n,a,o,s,i,l={})=>{v("waitForIOEvent","cell",t),v("waitForIOEvent","controller",r),v("waitForIOEvent","io",n),v("waitForIOEvent","comparisonType",a);const c="/cells/{cell}/controllers/{controller}/ios/wait-for".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),u=new URL(c,$);let d;e&&(d=e.baseOptions);const h={method:"GET",...d,...l},p={},f={};j(h,e),await k(p,e),n!==void 0&&(f.io=n),a!==void 0&&(f.comparison_type=a),o!==void 0&&(f.boolean_value=o),s!==void 0&&(f.integer_value=s),i!==void 0&&(f.floating_value=i),U(u,f);let m=d&&d.headers?d.headers:{};return h.headers={...p,...m,...l.headers},{url:L(u),options:h}}}},zn=function(e){const t=NV(e);return{async listIODescriptions(r,n,a,o){var c,u;const s=await t.listIODescriptions(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["ControllerIOsApi.listIODescriptions"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async listIOValues(r,n,a,o){var c,u;const s=await t.listIOValues(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["ControllerIOsApi.listIOValues"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async setOutputValues(r,n,a,o){var c,u;const s=await t.setOutputValues(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["ControllerIOsApi.setOutputValues"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async streamIOValues(r,n,a,o){var c,u;const s=await t.streamIOValues(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["ControllerIOsApi.streamIOValues"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async waitForIOEvent(r,n,a,o,s,i,l,c){var p,f;const u=await t.waitForIOEvent(r,n,a,o,s,i,l,c),d=(e==null?void 0:e.serverIndex)??0,h=(f=(p=M["ControllerIOsApi.waitForIOEvent"])==null?void 0:p[d])==null?void 0:f.url;return(m,b)=>D(u,R,I,e)(m,h||b)}}};class FV extends _e{listIODescriptions(t,r,n,a){return zn(this.configuration).listIODescriptions(t,r,n,a).then(o=>o(this.axios,this.basePath))}listIOValues(t,r,n,a){return zn(this.configuration).listIOValues(t,r,n,a).then(o=>o(this.axios,this.basePath))}setOutputValues(t,r,n,a){return zn(this.configuration).setOutputValues(t,r,n,a).then(o=>o(this.axios,this.basePath))}streamIOValues(t,r,n,a){return zn(this.configuration).streamIOValues(t,r,n,a).then(o=>o(this.axios,this.basePath))}waitForIOEvent(t,r,n,a,o,s,i,l){return zn(this.configuration).waitForIOEvent(t,r,n,a,o,s,i,l).then(c=>c(this.axios,this.basePath))}}const zV=function(e){return{addCoordinateSystem:async(t,r,n={})=>{v("addCoordinateSystem","cell",t),v("addCoordinateSystem","addRequest",r);const a="/cells/{cell}/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"PUT",...s,...n},l={},c={};j(i,e),await k(l,e),l["Content-Type"]="application/json",U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=ue(r,i,e),{url:L(o),options:i}},deleteCoordinateSystem:async(t,r,n={})=>{v("deleteCoordinateSystem","cell",t),v("deleteCoordinateSystem","coordinateSystem",r);const a="/cells/{cell}/coordinate-systems/{coordinate-system}".replace("{cell}",encodeURIComponent(String(t))).replace("{coordinate-system}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getCoordinateSystem:async(t,r,n,a={})=>{v("getCoordinateSystem","cell",t),v("getCoordinateSystem","coordinateSystem",r);const o="/cells/{cell}/coordinate-systems/{coordinate-system}".replace("{cell}",encodeURIComponent(String(t))).replace("{coordinate-system}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.rotation_type=n),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},listCoordinateSystems:async(t,r,n={})=>{v("listCoordinateSystems","cell",t);const a="/cells/{cell}/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),r!==void 0&&(c.rotation_type=r),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},transformInCoordinateSystem:async(t,r,n,a={})=>{v("transformInCoordinateSystem","cell",t),v("transformInCoordinateSystem","coordinateSystem",r),v("transformInCoordinateSystem","pose",n);const o="/cells/{cell}/coordinate-systems/{coordinate-system}/transform".replace("{cell}",encodeURIComponent(String(t))).replace("{coordinate-system}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}}}},Gn=function(e){const t=zV(e);return{async addCoordinateSystem(r,n,a){var l,c;const o=await t.addCoordinateSystem(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["CoordinateSystemsApi.addCoordinateSystem"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async deleteCoordinateSystem(r,n,a){var l,c;const o=await t.deleteCoordinateSystem(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["CoordinateSystemsApi.deleteCoordinateSystem"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getCoordinateSystem(r,n,a,o){var c,u;const s=await t.getCoordinateSystem(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["CoordinateSystemsApi.getCoordinateSystem"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async listCoordinateSystems(r,n,a){var l,c;const o=await t.listCoordinateSystems(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["CoordinateSystemsApi.listCoordinateSystems"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async transformInCoordinateSystem(r,n,a,o){var c,u;const s=await t.transformInCoordinateSystem(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["CoordinateSystemsApi.transformInCoordinateSystem"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)}}};class GV extends _e{addCoordinateSystem(t,r,n){return Gn(this.configuration).addCoordinateSystem(t,r,n).then(a=>a(this.axios,this.basePath))}deleteCoordinateSystem(t,r,n){return Gn(this.configuration).deleteCoordinateSystem(t,r,n).then(a=>a(this.axios,this.basePath))}getCoordinateSystem(t,r,n,a){return Gn(this.configuration).getCoordinateSystem(t,r,n,a).then(o=>o(this.axios,this.basePath))}listCoordinateSystems(t,r,n){return Gn(this.configuration).listCoordinateSystems(t,r,n).then(a=>a(this.axios,this.basePath))}transformInCoordinateSystem(t,r,n,a){return Gn(this.configuration).transformInCoordinateSystem(t,r,n,a).then(o=>o(this.axios,this.basePath))}}const HV=function(e){return{clearDevices:async(t,r={})=>{v("clearDevices","cell",t);const n="/cells/{cell}/devices".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"DELETE",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},createDevice:async(t,r,n={})=>{v("createDevice","cell",t),v("createDevice","createDeviceRequestInner",r);const a="/cells/{cell}/devices".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};j(i,e),await k(l,e),l["Content-Type"]="application/json",U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=ue(r,i,e),{url:L(o),options:i}},deleteDevice:async(t,r,n={})=>{v("deleteDevice","cell",t),v("deleteDevice","identifier",r);const a="/cells/{cell}/devices/{identifier}".replace("{cell}",encodeURIComponent(String(t))).replace("{identifier}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getDevice:async(t,r,n={})=>{v("getDevice","cell",t),v("getDevice","identifier",r);const a="/cells/{cell}/devices/{identifier}".replace("{cell}",encodeURIComponent(String(t))).replace("{identifier}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},listDevices:async(t,r={})=>{v("listDevices","cell",t);const n="/cells/{cell}/devices".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}}}},Hn=function(e){const t=HV(e);return{async clearDevices(r,n){var i,l;const a=await t.clearDevices(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["DeviceConfigurationApi.clearDevices"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async createDevice(r,n,a){var l,c;const o=await t.createDevice(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["DeviceConfigurationApi.createDevice"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async deleteDevice(r,n,a){var l,c;const o=await t.deleteDevice(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["DeviceConfigurationApi.deleteDevice"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getDevice(r,n,a){var l,c;const o=await t.getDevice(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["DeviceConfigurationApi.getDevice"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async listDevices(r,n){var i,l;const a=await t.listDevices(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["DeviceConfigurationApi.listDevices"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)}}};class qV extends _e{clearDevices(t,r){return Hn(this.configuration).clearDevices(t,r).then(n=>n(this.axios,this.basePath))}createDevice(t,r,n){return Hn(this.configuration).createDevice(t,r,n).then(a=>a(this.axios,this.basePath))}deleteDevice(t,r,n){return Hn(this.configuration).deleteDevice(t,r,n).then(a=>a(this.axios,this.basePath))}getDevice(t,r,n){return Hn(this.configuration).getDevice(t,r,n).then(a=>a(this.axios,this.basePath))}listDevices(t,r){return Hn(this.configuration).listDevices(t,r).then(n=>n(this.axios,this.basePath))}}const JV=function(e){return{createProgram:async(t,r,n,a={})=>{v("createProgram","cell",t),v("createProgram","body",r);const o="/cells/{cell}/store/programs".replace("{cell}",encodeURIComponent(String(t))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.name=n),c["Content-Type"]="text/plain",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(r,l,e),{url:L(s),options:l}},deleteProgram:async(t,r,n={})=>{v("deleteProgram","cell",t),v("deleteProgram","program",r);const a="/cells/{cell}/store/programs/{program}".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},deleteProgramList:async(t,r,n={})=>{v("deleteProgramList","cell",t),v("deleteProgramList","programIds",r);const a="/cells/{cell}/store/programs".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),r&&(c.program_ids=r),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getProgram:async(t,r,n={})=>{v("getProgram","cell",t),v("getProgram","program",r);const a="/cells/{cell}/store/programs/{program}".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},updateProgram:async(t,r,n,a={})=>{v("updateProgram","cell",t),v("updateProgram","program",r),v("updateProgram","body",n);const o="/cells/{cell}/store/programs/{program}".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="text/plain",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}}}},qn=function(e){const t=JV(e);return{async createProgram(r,n,a,o){var c,u;const s=await t.createProgram(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["LibraryProgramApi.createProgram"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async deleteProgram(r,n,a){var l,c;const o=await t.deleteProgram(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["LibraryProgramApi.deleteProgram"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async deleteProgramList(r,n,a){var l,c;const o=await t.deleteProgramList(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["LibraryProgramApi.deleteProgramList"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getProgram(r,n,a){var l,c;const o=await t.getProgram(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["LibraryProgramApi.getProgram"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async updateProgram(r,n,a,o){var c,u;const s=await t.updateProgram(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["LibraryProgramApi.updateProgram"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)}}};class WV extends _e{createProgram(t,r,n,a){return qn(this.configuration).createProgram(t,r,n,a).then(o=>o(this.axios,this.basePath))}deleteProgram(t,r,n){return qn(this.configuration).deleteProgram(t,r,n).then(a=>a(this.axios,this.basePath))}deleteProgramList(t,r,n){return qn(this.configuration).deleteProgramList(t,r,n).then(a=>a(this.axios,this.basePath))}getProgram(t,r,n){return qn(this.configuration).getProgram(t,r,n).then(a=>a(this.axios,this.basePath))}updateProgram(t,r,n,a){return qn(this.configuration).updateProgram(t,r,n,a).then(o=>o(this.axios,this.basePath))}}const YV=function(e){return{getProgramMetadata:async(t,r,n={})=>{v("getProgramMetadata","cell",t),v("getProgramMetadata","program",r);const a="/cells/{cell}/store/programs/{program}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},listProgramMetadata:async(t,r,n={})=>{v("listProgramMetadata","cell",t);const a="/cells/{cell}/store/programs".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),r!==void 0&&(c.show_hidden=r),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},updateProgramMetadata:async(t,r,n,a={})=>{v("updateProgramMetadata","cell",t),v("updateProgramMetadata","program",r),v("updateProgramMetadata","updateProgramMetadataRequest",n);const o="/cells/{cell}/store/programs/{program}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}},uploadProgramMetadataImage:async(t,r,n,a={})=>{v("uploadProgramMetadataImage","cell",t),v("uploadProgramMetadataImage","program",r),v("uploadProgramMetadataImage","file",n);const o="/cells/{cell}/store/programs/{program}/metadata/image".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...a},c={},u={},d=new(e&&e.formDataCtor||FormData);j(l,e),await k(c,e),n!==void 0&&d.append("file",n),c["Content-Type"]="multipart/form-data",U(s,u);let h=i&&i.headers?i.headers:{};return l.headers={...c,...h,...a.headers},l.data=d,{url:L(s),options:l}}}},Xa=function(e){const t=YV(e);return{async getProgramMetadata(r,n,a){var l,c;const o=await t.getProgramMetadata(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["LibraryProgramMetadataApi.getProgramMetadata"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async listProgramMetadata(r,n,a){var l,c;const o=await t.listProgramMetadata(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["LibraryProgramMetadataApi.listProgramMetadata"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async updateProgramMetadata(r,n,a,o){var c,u;const s=await t.updateProgramMetadata(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["LibraryProgramMetadataApi.updateProgramMetadata"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async uploadProgramMetadataImage(r,n,a,o){var c,u;const s=await t.uploadProgramMetadataImage(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["LibraryProgramMetadataApi.uploadProgramMetadataImage"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)}}};class KV extends _e{getProgramMetadata(t,r,n){return Xa(this.configuration).getProgramMetadata(t,r,n).then(a=>a(this.axios,this.basePath))}listProgramMetadata(t,r,n){return Xa(this.configuration).listProgramMetadata(t,r,n).then(a=>a(this.axios,this.basePath))}updateProgramMetadata(t,r,n,a){return Xa(this.configuration).updateProgramMetadata(t,r,n,a).then(o=>o(this.axios,this.basePath))}uploadProgramMetadataImage(t,r,n,a){return Xa(this.configuration).uploadProgramMetadataImage(t,r,n,a).then(o=>o(this.axios,this.basePath))}}const QV=function(e){return{createRecipe:async(t,r,n,a,o={})=>{v("createRecipe","cell",t),v("createRecipe","programId",r),v("createRecipe","body",n);const s="/cells/{cell}/store/recipes".replace("{cell}",encodeURIComponent(String(t))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"POST",...l,...o},u={},d={};j(c,e),await k(u,e),r!==void 0&&(d.program_id=r),a!==void 0&&(d.name=a),u["Content-Type"]="application/json",U(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...o.headers},c.data=ue(n,c,e),{url:L(i),options:c}},deleteRecipe:async(t,r,n={})=>{v("deleteRecipe","cell",t),v("deleteRecipe","recipe",r);const a="/cells/{cell}/store/recipes/{recipe}".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},deleteRecipeList:async(t,r,n={})=>{v("deleteRecipeList","cell",t),v("deleteRecipeList","recipeIds",r);const a="/cells/{cell}/store/recipes".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),r&&(c.recipe_ids=r),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getRecipe:async(t,r,n={})=>{v("getRecipe","cell",t),v("getRecipe","recipe",r);const a="/cells/{cell}/store/recipes/{recipe}".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},updateRecipe:async(t,r,n,a={})=>{v("updateRecipe","cell",t),v("updateRecipe","recipe",r),v("updateRecipe","body",n);const o="/cells/{cell}/store/recipes/{recipe}".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}}}},Jn=function(e){const t=QV(e);return{async createRecipe(r,n,a,o,s){var u,d;const i=await t.createRecipe(r,n,a,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=M["LibraryRecipeApi.createRecipe"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>D(i,R,I,e)(h,c||p)},async deleteRecipe(r,n,a){var l,c;const o=await t.deleteRecipe(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["LibraryRecipeApi.deleteRecipe"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async deleteRecipeList(r,n,a){var l,c;const o=await t.deleteRecipeList(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["LibraryRecipeApi.deleteRecipeList"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getRecipe(r,n,a){var l,c;const o=await t.getRecipe(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["LibraryRecipeApi.getRecipe"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async updateRecipe(r,n,a,o){var c,u;const s=await t.updateRecipe(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["LibraryRecipeApi.updateRecipe"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)}}};class XV extends _e{createRecipe(t,r,n,a,o){return Jn(this.configuration).createRecipe(t,r,n,a,o).then(s=>s(this.axios,this.basePath))}deleteRecipe(t,r,n){return Jn(this.configuration).deleteRecipe(t,r,n).then(a=>a(this.axios,this.basePath))}deleteRecipeList(t,r,n){return Jn(this.configuration).deleteRecipeList(t,r,n).then(a=>a(this.axios,this.basePath))}getRecipe(t,r,n){return Jn(this.configuration).getRecipe(t,r,n).then(a=>a(this.axios,this.basePath))}updateRecipe(t,r,n,a){return Jn(this.configuration).updateRecipe(t,r,n,a).then(o=>o(this.axios,this.basePath))}}const ZV=function(e){return{getRecipeMetadata:async(t,r,n={})=>{v("getRecipeMetadata","cell",t),v("getRecipeMetadata","recipe",r);const a="/cells/{cell}/store/recipes/{recipe}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},listRecipeMetadata:async(t,r={})=>{v("listRecipeMetadata","cell",t);const n="/cells/{cell}/store/recipes".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},updateRecipeMetadata:async(t,r,n,a={})=>{v("updateRecipeMetadata","cell",t),v("updateRecipeMetadata","recipe",r),v("updateRecipeMetadata","updateRecipeMetadataRequest",n);const o="/cells/{cell}/store/recipes/{recipe}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}},uploadRecipeMetadataImage:async(t,r,n,a={})=>{v("uploadRecipeMetadataImage","cell",t),v("uploadRecipeMetadataImage","recipe",r),v("uploadRecipeMetadataImage","file",n);const o="/cells/{cell}/store/recipes/{recipe}/metadata/image".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...a},c={},u={},d=new(e&&e.formDataCtor||FormData);j(l,e),await k(c,e),n!==void 0&&d.append("file",n),c["Content-Type"]="multipart/form-data",U(s,u);let h=i&&i.headers?i.headers:{};return l.headers={...c,...h,...a.headers},l.data=d,{url:L(s),options:l}}}},Za=function(e){const t=ZV(e);return{async getRecipeMetadata(r,n,a){var l,c;const o=await t.getRecipeMetadata(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["LibraryRecipeMetadataApi.getRecipeMetadata"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async listRecipeMetadata(r,n){var i,l;const a=await t.listRecipeMetadata(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["LibraryRecipeMetadataApi.listRecipeMetadata"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async updateRecipeMetadata(r,n,a,o){var c,u;const s=await t.updateRecipeMetadata(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["LibraryRecipeMetadataApi.updateRecipeMetadata"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async uploadRecipeMetadataImage(r,n,a,o){var c,u;const s=await t.uploadRecipeMetadataImage(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["LibraryRecipeMetadataApi.uploadRecipeMetadataImage"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)}}};class eE extends _e{getRecipeMetadata(t,r,n){return Za(this.configuration).getRecipeMetadata(t,r,n).then(a=>a(this.axios,this.basePath))}listRecipeMetadata(t,r){return Za(this.configuration).listRecipeMetadata(t,r).then(n=>n(this.axios,this.basePath))}updateRecipeMetadata(t,r,n,a){return Za(this.configuration).updateRecipeMetadata(t,r,n,a).then(o=>o(this.axios,this.basePath))}uploadRecipeMetadataImage(t,r,n,a){return Za(this.configuration).uploadRecipeMetadataImage(t,r,n,a).then(o=>o(this.axios,this.basePath))}}const tE=function(e){return{deleteAllMotions:async(t,r={})=>{v("deleteAllMotions","cell",t);const n="/cells/{cell}/motions".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"DELETE",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},deleteMotion:async(t,r,n={})=>{v("deleteMotion","cell",t),v("deleteMotion","motion",r);const a="/cells/{cell}/motions/{motion}/delete".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},executeTrajectory:async(t,r,n={})=>{v("executeTrajectory","cell",t),v("executeTrajectory","executeTrajectoryRequest",r);const a="/cells/{cell}/motions/executetrajectory".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),l["Content-Type"]="application/json",U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=ue(r,i,e),{url:L(o),options:i}},getMotionTrajectory:async(t,r,n,a,o={})=>{v("getMotionTrajectory","cell",t),v("getMotionTrajectory","motion",r),v("getMotionTrajectory","sampleTime",n);const s="/cells/{cell}/motions/{motion}/trajectory".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"GET",...l,...o},u={},d={};j(c,e),await k(u,e),n!==void 0&&(d.sample_time=n),a!==void 0&&(d.responses_coordinate_system=a),U(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...o.headers},{url:L(i),options:c}},getMotionTrajectorySample:async(t,r,n,a,o={})=>{v("getMotionTrajectorySample","cell",t),v("getMotionTrajectorySample","motion",r);const s="/cells/{cell}/motions/{motion}/trajectorysample".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"GET",...l,...o},u={},d={};j(c,e),await k(u,e),n!==void 0&&(d.location_on_trajectory=n),a!==void 0&&(d.response_coordinate_system=a),U(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...o.headers},{url:L(i),options:c}},getPlannedMotion:async(t,r,n,a={})=>{v("getPlannedMotion","cell",t),v("getPlannedMotion","motion",r);const o="/cells/{cell}/motions/{motion}/planned-motion".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.sample_time=n),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},getPlanningMotionGroupModels:async(t,r={})=>{v("getPlanningMotionGroupModels","cell",t);const n="/cells/{cell}/motion-planning/motion-group-models".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},listMotions:async(t,r={})=>{v("listMotions","cell",t);const n="/cells/{cell}/motions".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},loadPlannedMotion:async(t,r,n={})=>{v("loadPlannedMotion","cell",t),v("loadPlannedMotion","plannedMotion",r);const a="/cells/{cell}/planned-motions".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};j(i,e),await k(l,e),l["Content-Type"]="application/json",U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=ue(r,i,e),{url:L(o),options:i}},planCollisionFreePTP:async(t,r,n={})=>{v("planCollisionFreePTP","cell",t);const a="/cells/{cell}/motion-planning/plan-collision-free-ptp".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};j(i,e),await k(l,e),l["Content-Type"]="application/json",U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=ue(r,i,e),{url:L(o),options:i}},planMotion:async(t,r,n={})=>{v("planMotion","cell",t),v("planMotion","planRequest",r);const a="/cells/{cell}/motions".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};j(i,e),await k(l,e),l["Content-Type"]="application/json",U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=ue(r,i,e),{url:L(o),options:i}},planTrajectory:async(t,r,n={})=>{v("planTrajectory","cell",t);const a="/cells/{cell}/motion-planning/plan-trajectory".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};j(i,e),await k(l,e),l["Content-Type"]="application/json",U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=ue(r,i,e),{url:L(o),options:i}},stopExecution:async(t,r,n={})=>{v("stopExecution","cell",t),v("stopExecution","motion",r);const a="/cells/{cell}/motions/{motion}/stop".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"PUT",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},streamMove:async(t,r,n={})=>{v("streamMove","cell",t),v("streamMove","streamMoveRequest",r);const a="/cells/{cell}/motions/streammove".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),l["Content-Type"]="application/json",U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=ue(r,i,e),{url:L(o),options:i}},streamMoveBackward:async(t,r,n,a,o,s,i={})=>{v("streamMoveBackward","cell",t),v("streamMoveBackward","motion",r),v("streamMoveBackward","playbackSpeedInPercent",n);const l="/cells/{cell}/motions/{motion}/executebackward".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),c=new URL(l,$);let u;e&&(u=e.baseOptions);const d={method:"GET",...u,...i},h={},p={};j(d,e),await k(h,e),n!==void 0&&(p.playback_speed_in_percent=n),a!==void 0&&(p.response_rate=a),o!==void 0&&(p.response_coordinate_system=o),s!==void 0&&(p.start_location_on_trajectory=s),U(c,p);let f=u&&u.headers?u.headers:{};return d.headers={...h,...f,...i.headers},{url:L(c),options:d}},streamMoveForward:async(t,r,n,a,o,s,i={})=>{v("streamMoveForward","cell",t),v("streamMoveForward","motion",r),v("streamMoveForward","playbackSpeedInPercent",n);const l="/cells/{cell}/motions/{motion}/executeforward".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),c=new URL(l,$);let u;e&&(u=e.baseOptions);const d={method:"GET",...u,...i},h={},p={};j(d,e),await k(h,e),n!==void 0&&(p.playback_speed_in_percent=n),a!==void 0&&(p.response_rate=a),o!==void 0&&(p.response_coordinate_system=o),s!==void 0&&(p.start_location_on_trajectory=s),U(c,p);let f=u&&u.headers?u.headers:{};return d.headers={...h,...f,...i.headers},{url:L(c),options:d}},streamMoveToTrajectoryViaJointPTP:async(t,r,n,a,o,s,i,l,c,u,d={})=>{v("streamMoveToTrajectoryViaJointPTP","cell",t),v("streamMoveToTrajectoryViaJointPTP","motion",r),v("streamMoveToTrajectoryViaJointPTP","locationOnTrajectory",n);const h="/cells/{cell}/motions/{motion}/executetotrajectory".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),p=new URL(h,$);let f;e&&(f=e.baseOptions);const m={method:"GET",...f,...d},b={},x={};j(m,e),await k(b,e),n!==void 0&&(x.location_on_trajectory=n),a&&(x["limit_override.joint_velocity_limits.joints"]=a),o&&(x["limit_override.joint_acceleration_limits.joints"]=o),s!==void 0&&(x["limit_override.tcp_velocity_limit"]=s),i!==void 0&&(x["limit_override.tcp_acceleration_limit"]=i),l!==void 0&&(x["limit_override.tcp_orientation_velocity_limit"]=l),c!==void 0&&(x["limit_override.tcp_orientation_acceleration_limit"]=c),u!==void 0&&(x.responses_coordinate_system=u),U(p,x);let _=f&&f.headers?f.headers:{};return m.headers={...b,..._,...d.headers},{url:L(p),options:m}}}},Ye=function(e){const t=tE(e);return{async deleteAllMotions(r,n){var i,l;const a=await t.deleteAllMotions(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["MotionApi.deleteAllMotions"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async deleteMotion(r,n,a){var l,c;const o=await t.deleteMotion(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionApi.deleteMotion"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async executeTrajectory(r,n,a){var l,c;const o=await t.executeTrajectory(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionApi.executeTrajectory"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getMotionTrajectory(r,n,a,o,s){var u,d;const i=await t.getMotionTrajectory(r,n,a,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=M["MotionApi.getMotionTrajectory"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>D(i,R,I,e)(h,c||p)},async getMotionTrajectorySample(r,n,a,o,s){var u,d;const i=await t.getMotionTrajectorySample(r,n,a,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=M["MotionApi.getMotionTrajectorySample"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>D(i,R,I,e)(h,c||p)},async getPlannedMotion(r,n,a,o){var c,u;const s=await t.getPlannedMotion(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["MotionApi.getPlannedMotion"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async getPlanningMotionGroupModels(r,n){var i,l;const a=await t.getPlanningMotionGroupModels(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["MotionApi.getPlanningMotionGroupModels"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async listMotions(r,n){var i,l;const a=await t.listMotions(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["MotionApi.listMotions"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async loadPlannedMotion(r,n,a){var l,c;const o=await t.loadPlannedMotion(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionApi.loadPlannedMotion"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async planCollisionFreePTP(r,n,a){var l,c;const o=await t.planCollisionFreePTP(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionApi.planCollisionFreePTP"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async planMotion(r,n,a){var l,c;const o=await t.planMotion(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionApi.planMotion"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async planTrajectory(r,n,a){var l,c;const o=await t.planTrajectory(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionApi.planTrajectory"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async stopExecution(r,n,a){var l,c;const o=await t.stopExecution(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionApi.stopExecution"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async streamMove(r,n,a){var l,c;const o=await t.streamMove(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionApi.streamMove"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async streamMoveBackward(r,n,a,o,s,i,l){var h,p;const c=await t.streamMoveBackward(r,n,a,o,s,i,l),u=(e==null?void 0:e.serverIndex)??0,d=(p=(h=M["MotionApi.streamMoveBackward"])==null?void 0:h[u])==null?void 0:p.url;return(f,m)=>D(c,R,I,e)(f,d||m)},async streamMoveForward(r,n,a,o,s,i,l){var h,p;const c=await t.streamMoveForward(r,n,a,o,s,i,l),u=(e==null?void 0:e.serverIndex)??0,d=(p=(h=M["MotionApi.streamMoveForward"])==null?void 0:h[u])==null?void 0:p.url;return(f,m)=>D(c,R,I,e)(f,d||m)},async streamMoveToTrajectoryViaJointPTP(r,n,a,o,s,i,l,c,u,d,h){var b,x;const p=await t.streamMoveToTrajectoryViaJointPTP(r,n,a,o,s,i,l,c,u,d,h),f=(e==null?void 0:e.serverIndex)??0,m=(x=(b=M["MotionApi.streamMoveToTrajectoryViaJointPTP"])==null?void 0:b[f])==null?void 0:x.url;return(_,O)=>D(p,R,I,e)(_,m||O)}}};class rE extends _e{deleteAllMotions(t,r){return Ye(this.configuration).deleteAllMotions(t,r).then(n=>n(this.axios,this.basePath))}deleteMotion(t,r,n){return Ye(this.configuration).deleteMotion(t,r,n).then(a=>a(this.axios,this.basePath))}executeTrajectory(t,r,n){return Ye(this.configuration).executeTrajectory(t,r,n).then(a=>a(this.axios,this.basePath))}getMotionTrajectory(t,r,n,a,o){return Ye(this.configuration).getMotionTrajectory(t,r,n,a,o).then(s=>s(this.axios,this.basePath))}getMotionTrajectorySample(t,r,n,a,o){return Ye(this.configuration).getMotionTrajectorySample(t,r,n,a,o).then(s=>s(this.axios,this.basePath))}getPlannedMotion(t,r,n,a){return Ye(this.configuration).getPlannedMotion(t,r,n,a).then(o=>o(this.axios,this.basePath))}getPlanningMotionGroupModels(t,r){return Ye(this.configuration).getPlanningMotionGroupModels(t,r).then(n=>n(this.axios,this.basePath))}listMotions(t,r){return Ye(this.configuration).listMotions(t,r).then(n=>n(this.axios,this.basePath))}loadPlannedMotion(t,r,n){return Ye(this.configuration).loadPlannedMotion(t,r,n).then(a=>a(this.axios,this.basePath))}planCollisionFreePTP(t,r,n){return Ye(this.configuration).planCollisionFreePTP(t,r,n).then(a=>a(this.axios,this.basePath))}planMotion(t,r,n){return Ye(this.configuration).planMotion(t,r,n).then(a=>a(this.axios,this.basePath))}planTrajectory(t,r,n){return Ye(this.configuration).planTrajectory(t,r,n).then(a=>a(this.axios,this.basePath))}stopExecution(t,r,n){return Ye(this.configuration).stopExecution(t,r,n).then(a=>a(this.axios,this.basePath))}streamMove(t,r,n){return Ye(this.configuration).streamMove(t,r,n).then(a=>a(this.axios,this.basePath))}streamMoveBackward(t,r,n,a,o,s,i){return Ye(this.configuration).streamMoveBackward(t,r,n,a,o,s,i).then(l=>l(this.axios,this.basePath))}streamMoveForward(t,r,n,a,o,s,i){return Ye(this.configuration).streamMoveForward(t,r,n,a,o,s,i).then(l=>l(this.axios,this.basePath))}streamMoveToTrajectoryViaJointPTP(t,r,n,a,o,s,i,l,c,u,d){return Ye(this.configuration).streamMoveToTrajectoryViaJointPTP(t,r,n,a,o,s,i,l,c,u,d).then(h=>h(this.axios,this.basePath))}}const nE=function(e){return{activateAllMotionGroups:async(t,r,n={})=>{v("activateAllMotionGroups","cell",t),v("activateAllMotionGroups","controller",r);const a="/cells/{cell}/motion-groups/all".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};j(i,e),await k(l,e),r!==void 0&&(c.controller=r),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},activateMotionGroup:async(t,r,n={})=>{v("activateMotionGroup","cell",t),v("activateMotionGroup","motionGroup",r);const a="/cells/{cell}/motion-groups".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};j(i,e),await k(l,e),r!==void 0&&(c.motion_group=r),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},deactivateMotionGroup:async(t,r,n={})=>{v("deactivateMotionGroup","cell",t),v("deactivateMotionGroup","motionGroup",r);const a="/cells/{cell}/motion-groups/{motion-group}".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},listMotionGroups:async(t,r={})=>{v("listMotionGroups","cell",t);const n="/cells/{cell}/motion-groups".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}}}},eo=function(e){const t=nE(e);return{async activateAllMotionGroups(r,n,a){var l,c;const o=await t.activateAllMotionGroups(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionGroupApi.activateAllMotionGroups"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async activateMotionGroup(r,n,a){var l,c;const o=await t.activateMotionGroup(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionGroupApi.activateMotionGroup"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async deactivateMotionGroup(r,n,a){var l,c;const o=await t.deactivateMotionGroup(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionGroupApi.deactivateMotionGroup"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async listMotionGroups(r,n){var i,l;const a=await t.listMotionGroups(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["MotionGroupApi.listMotionGroups"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)}}};class aE extends _e{activateAllMotionGroups(t,r,n){return eo(this.configuration).activateAllMotionGroups(t,r,n).then(a=>a(this.axios,this.basePath))}activateMotionGroup(t,r,n){return eo(this.configuration).activateMotionGroup(t,r,n).then(a=>a(this.axios,this.basePath))}deactivateMotionGroup(t,r,n){return eo(this.configuration).deactivateMotionGroup(t,r,n).then(a=>a(this.axios,this.basePath))}listMotionGroups(t,r){return eo(this.configuration).listMotionGroups(t,r).then(n=>n(this.axios,this.basePath))}}const oE=function(e){return{getActivePayload:async(t,r,n={})=>{v("getActivePayload","cell",t),v("getActivePayload","motionGroup",r);const a="/cells/{cell}/motion-groups/{motion-group}/payloads/current".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getActiveTcp:async(t,r,n,a={})=>{v("getActiveTcp","cell",t),v("getActiveTcp","motionGroup",r);const o="/cells/{cell}/motion-groups/{motion-group}/tcps/current".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.rotation_type=n),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},getCurrentMotionGroupState:async(t,r,n,a,o={})=>{v("getCurrentMotionGroupState","cell",t),v("getCurrentMotionGroupState","motionGroup",r);const s="/cells/{cell}/motion-groups/{motion-group}/state".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"GET",...l,...o},u={},d={};j(c,e),await k(u,e),n!==void 0&&(d.tcp=n),a!==void 0&&(d.response_coordinate_system=a),U(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...o.headers},{url:L(i),options:c}},getInfoCapabilities:async(t,r,n={})=>{v("getInfoCapabilities","cell",t),v("getInfoCapabilities","motionGroup",r);const a="/cells/{cell}/motion-groups/{motion-group}/info-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getMotionGroupSpecification:async(t,r,n={})=>{v("getMotionGroupSpecification","cell",t),v("getMotionGroupSpecification","motionGroup",r);const a="/cells/{cell}/motion-groups/{motion-group}/specification".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getMounting:async(t,r,n={})=>{v("getMounting","cell",t),v("getMounting","motionGroup",r);const a="/cells/{cell}/motion-groups/{motion-group}/mounting".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getOptimizerConfiguration:async(t,r,n,a={})=>{v("getOptimizerConfiguration","cell",t),v("getOptimizerConfiguration","motionGroup",r);const o="/cells/{cell}/motion-groups/{motion-group}/optimizer-setup".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.tcp=n),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},getSafetySetup:async(t,r,n={})=>{v("getSafetySetup","cell",t),v("getSafetySetup","motionGroup",r);const a="/cells/{cell}/motion-groups/{motion-group}/safety-setup".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},listPayloads:async(t,r,n={})=>{v("listPayloads","cell",t),v("listPayloads","motionGroup",r);const a="/cells/{cell}/motion-groups/{motion-group}/payloads".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},listTcps:async(t,r,n,a={})=>{v("listTcps","cell",t),v("listTcps","motionGroup",r);const o="/cells/{cell}/motion-groups/{motion-group}/tcps".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.rotation_type=n),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},streamMotionGroupState:async(t,r,n,a,o,s={})=>{v("streamMotionGroupState","cell",t),v("streamMotionGroupState","motionGroup",r);const i="/cells/{cell}/motion-groups/{motion-group}/state-stream".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),l=new URL(i,$);let c;e&&(c=e.baseOptions);const u={method:"GET",...c,...s},d={},h={};j(u,e),await k(d,e),n!==void 0&&(h.response_rate=n),a!==void 0&&(h.response_coordinate_system=a),o!==void 0&&(h.tcp=o),U(l,h);let p=c&&c.headers?c.headers:{};return u.headers={...d,...p,...s.headers},{url:L(l),options:u}}}},bt=function(e){const t=oE(e);return{async getActivePayload(r,n,a){var l,c;const o=await t.getActivePayload(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionGroupInfosApi.getActivePayload"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getActiveTcp(r,n,a,o){var c,u;const s=await t.getActiveTcp(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["MotionGroupInfosApi.getActiveTcp"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async getCurrentMotionGroupState(r,n,a,o,s){var u,d;const i=await t.getCurrentMotionGroupState(r,n,a,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=M["MotionGroupInfosApi.getCurrentMotionGroupState"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>D(i,R,I,e)(h,c||p)},async getInfoCapabilities(r,n,a){var l,c;const o=await t.getInfoCapabilities(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionGroupInfosApi.getInfoCapabilities"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getMotionGroupSpecification(r,n,a){var l,c;const o=await t.getMotionGroupSpecification(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionGroupInfosApi.getMotionGroupSpecification"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getMounting(r,n,a){var l,c;const o=await t.getMounting(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionGroupInfosApi.getMounting"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getOptimizerConfiguration(r,n,a,o){var c,u;const s=await t.getOptimizerConfiguration(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["MotionGroupInfosApi.getOptimizerConfiguration"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async getSafetySetup(r,n,a){var l,c;const o=await t.getSafetySetup(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionGroupInfosApi.getSafetySetup"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async listPayloads(r,n,a){var l,c;const o=await t.listPayloads(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionGroupInfosApi.listPayloads"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async listTcps(r,n,a,o){var c,u;const s=await t.listTcps(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["MotionGroupInfosApi.listTcps"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async streamMotionGroupState(r,n,a,o,s,i){var d,h;const l=await t.streamMotionGroupState(r,n,a,o,s,i),c=(e==null?void 0:e.serverIndex)??0,u=(h=(d=M["MotionGroupInfosApi.streamMotionGroupState"])==null?void 0:d[c])==null?void 0:h.url;return(p,f)=>D(l,R,I,e)(p,u||f)}}};class sE extends _e{getActivePayload(t,r,n){return bt(this.configuration).getActivePayload(t,r,n).then(a=>a(this.axios,this.basePath))}getActiveTcp(t,r,n,a){return bt(this.configuration).getActiveTcp(t,r,n,a).then(o=>o(this.axios,this.basePath))}getCurrentMotionGroupState(t,r,n,a,o){return bt(this.configuration).getCurrentMotionGroupState(t,r,n,a,o).then(s=>s(this.axios,this.basePath))}getInfoCapabilities(t,r,n){return bt(this.configuration).getInfoCapabilities(t,r,n).then(a=>a(this.axios,this.basePath))}getMotionGroupSpecification(t,r,n){return bt(this.configuration).getMotionGroupSpecification(t,r,n).then(a=>a(this.axios,this.basePath))}getMounting(t,r,n){return bt(this.configuration).getMounting(t,r,n).then(a=>a(this.axios,this.basePath))}getOptimizerConfiguration(t,r,n,a){return bt(this.configuration).getOptimizerConfiguration(t,r,n,a).then(o=>o(this.axios,this.basePath))}getSafetySetup(t,r,n){return bt(this.configuration).getSafetySetup(t,r,n).then(a=>a(this.axios,this.basePath))}listPayloads(t,r,n){return bt(this.configuration).listPayloads(t,r,n).then(a=>a(this.axios,this.basePath))}listTcps(t,r,n,a){return bt(this.configuration).listTcps(t,r,n,a).then(o=>o(this.axios,this.basePath))}streamMotionGroupState(t,r,n,a,o,s){return bt(this.configuration).streamMotionGroupState(t,r,n,a,o,s).then(i=>i(this.axios,this.basePath))}}const iE=function(e){return{directionJogging:async(t,r,n={})=>{v("directionJogging","cell",t),v("directionJogging","directionJoggingRequest",r);const a="/cells/{cell}/motion-groups/move-tcp".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),l["Content-Type"]="application/json",U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=ue(r,i,e),{url:L(o),options:i}},getJoggingCapabilities:async(t,r,n={})=>{v("getJoggingCapabilities","cell",t),v("getJoggingCapabilities","motionGroup",r);const a="/cells/{cell}/motion-groups/{motion-group}/jogging-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},jointJogging:async(t,r,n={})=>{v("jointJogging","cell",t),v("jointJogging","jointJoggingRequest",r);const a="/cells/{cell}/motion-groups/move-joint".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),l["Content-Type"]="application/json",U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=ue(r,i,e),{url:L(o),options:i}},stopJogging:async(t,r,n={})=>{v("stopJogging","cell",t),v("stopJogging","motionGroup",r);const a="/cells/{cell}/motion-groups/{motion-group}/stop".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"PUT",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}}}},to=function(e){const t=iE(e);return{async directionJogging(r,n,a){var l,c;const o=await t.directionJogging(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionGroupJoggingApi.directionJogging"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getJoggingCapabilities(r,n,a){var l,c;const o=await t.getJoggingCapabilities(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionGroupJoggingApi.getJoggingCapabilities"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async jointJogging(r,n,a){var l,c;const o=await t.jointJogging(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionGroupJoggingApi.jointJogging"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async stopJogging(r,n,a){var l,c;const o=await t.stopJogging(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionGroupJoggingApi.stopJogging"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)}}};class lE extends _e{directionJogging(t,r,n){return to(this.configuration).directionJogging(t,r,n).then(a=>a(this.axios,this.basePath))}getJoggingCapabilities(t,r,n){return to(this.configuration).getJoggingCapabilities(t,r,n).then(a=>a(this.axios,this.basePath))}jointJogging(t,r,n){return to(this.configuration).jointJogging(t,r,n).then(a=>a(this.axios,this.basePath))}stopJogging(t,r,n){return to(this.configuration).stopJogging(t,r,n).then(a=>a(this.axios,this.basePath))}}const cE=function(e){return{calculateAllInverseKinematic:async(t,r,n,a={})=>{v("calculateAllInverseKinematic","cell",t),v("calculateAllInverseKinematic","motionGroup",r),v("calculateAllInverseKinematic","allJointPositionsRequest",n);const o="/cells/{cell}/motion-groups/{motion-group}/kinematic/calculate-all-joint-positions".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}},calculateForwardKinematic:async(t,r,n,a={})=>{v("calculateForwardKinematic","cell",t),v("calculateForwardKinematic","motionGroup",r),v("calculateForwardKinematic","tcpPoseRequest",n);const o="/cells/{cell}/motion-groups/{motion-group}/kinematic/calculate-tcp-pose".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}},calculateInverseKinematic:async(t,r,n,a={})=>{v("calculateInverseKinematic","cell",t),v("calculateInverseKinematic","motionGroup",r),v("calculateInverseKinematic","jointPositionRequest",n);const o="/cells/{cell}/motion-groups/{motion-group}/kinematic/calculate-joint-position".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}},getKinematicCapabilities:async(t,r,n={})=>{v("getKinematicCapabilities","cell",t),v("getKinematicCapabilities","motionGroup",r);const a="/cells/{cell}/motion-groups/{motion-group}/kinematic-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}}}},ro=function(e){const t=cE(e);return{async calculateAllInverseKinematic(r,n,a,o){var c,u;const s=await t.calculateAllInverseKinematic(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["MotionGroupKinematicApi.calculateAllInverseKinematic"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async calculateForwardKinematic(r,n,a,o){var c,u;const s=await t.calculateForwardKinematic(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["MotionGroupKinematicApi.calculateForwardKinematic"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async calculateInverseKinematic(r,n,a,o){var c,u;const s=await t.calculateInverseKinematic(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["MotionGroupKinematicApi.calculateInverseKinematic"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async getKinematicCapabilities(r,n,a){var l,c;const o=await t.getKinematicCapabilities(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["MotionGroupKinematicApi.getKinematicCapabilities"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)}}};class uE extends _e{calculateAllInverseKinematic(t,r,n,a){return ro(this.configuration).calculateAllInverseKinematic(t,r,n,a).then(o=>o(this.axios,this.basePath))}calculateForwardKinematic(t,r,n,a){return ro(this.configuration).calculateForwardKinematic(t,r,n,a).then(o=>o(this.axios,this.basePath))}calculateInverseKinematic(t,r,n,a){return ro(this.configuration).calculateInverseKinematic(t,r,n,a).then(o=>o(this.axios,this.basePath))}getKinematicCapabilities(t,r,n){return ro(this.configuration).getKinematicCapabilities(t,r,n).then(a=>a(this.axios,this.basePath))}}const dE=function(e){return{createProgramRunner:async(t,r,n={})=>{v("createProgramRunner","cell",t),v("createProgramRunner","request",r);const a="/cells/{cell}/programs/runners".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};j(i,e),await k(l,e),l["Content-Type"]="text/plain",U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=ue(r,i,e),{url:L(o),options:i}},executeProgram:async(t,r,n={})=>{v("executeProgram","cell",t),v("executeProgram","codeWithArguments",r);const a="/cells/{cell}/programs/execute".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};j(i,e),await k(l,e),l["Content-Type"]="application/json",U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=ue(r,i,e),{url:L(o),options:i}},getProgramRunner:async(t,r,n={})=>{v("getProgramRunner","cell",t),v("getProgramRunner","runner",r);const a="/cells/{cell}/programs/runners/{runner}".replace("{cell}",encodeURIComponent(String(t))).replace("{runner}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},listProgramRunners:async(t,r={})=>{v("listProgramRunners","cell",t);const n="/cells/{cell}/programs/runners".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},migrateProgram:async(t,r,n={})=>{v("migrateProgram","cell",t),v("migrateProgram","request1",r);const a="/cells/{cell}/programs/migrate".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};j(i,e),await k(l,e),l["Content-Type"]="text/plain",U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=ue(r,i,e),{url:L(o),options:i}},planProgram:async(t,r,n,a={})=>{v("planProgram","cell",t),v("planProgram","request",r);const o="/cells/{cell}/programs/plan".replace("{cell}",encodeURIComponent(String(t))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.identifier=n),c["Content-Type"]="text/plain",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(r,l,e),{url:L(s),options:l}},stopAllProgramRunner:async(t,r={})=>{v("stopAllProgramRunner","cell",t);const n="/cells/{cell}/programs/runners/stop".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"POST",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},stopProgramRunner:async(t,r,n={})=>{v("stopProgramRunner","cell",t),v("stopProgramRunner","runner",r);const a="/cells/{cell}/programs/runners/{runner}/stop".replace("{cell}",encodeURIComponent(String(t))).replace("{runner}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}}}},Zt=function(e){const t=dE(e);return{async createProgramRunner(r,n,a){var l,c;const o=await t.createProgramRunner(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ProgramApi.createProgramRunner"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async executeProgram(r,n,a){var l,c;const o=await t.executeProgram(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ProgramApi.executeProgram"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getProgramRunner(r,n,a){var l,c;const o=await t.getProgramRunner(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ProgramApi.getProgramRunner"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async listProgramRunners(r,n){var i,l;const a=await t.listProgramRunners(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["ProgramApi.listProgramRunners"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async migrateProgram(r,n,a){var l,c;const o=await t.migrateProgram(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ProgramApi.migrateProgram"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async planProgram(r,n,a,o){var c,u;const s=await t.planProgram(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["ProgramApi.planProgram"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async stopAllProgramRunner(r,n){var i,l;const a=await t.stopAllProgramRunner(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["ProgramApi.stopAllProgramRunner"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async stopProgramRunner(r,n,a){var l,c;const o=await t.stopProgramRunner(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ProgramApi.stopProgramRunner"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)}}};class hE extends _e{createProgramRunner(t,r,n){return Zt(this.configuration).createProgramRunner(t,r,n).then(a=>a(this.axios,this.basePath))}executeProgram(t,r,n){return Zt(this.configuration).executeProgram(t,r,n).then(a=>a(this.axios,this.basePath))}getProgramRunner(t,r,n){return Zt(this.configuration).getProgramRunner(t,r,n).then(a=>a(this.axios,this.basePath))}listProgramRunners(t,r){return Zt(this.configuration).listProgramRunners(t,r).then(n=>n(this.axios,this.basePath))}migrateProgram(t,r,n){return Zt(this.configuration).migrateProgram(t,r,n).then(a=>a(this.axios,this.basePath))}planProgram(t,r,n,a){return Zt(this.configuration).planProgram(t,r,n,a).then(o=>o(this.axios,this.basePath))}stopAllProgramRunner(t,r){return Zt(this.configuration).stopAllProgramRunner(t,r).then(n=>n(this.axios,this.basePath))}stopProgramRunner(t,r,n){return Zt(this.configuration).stopProgramRunner(t,r,n).then(a=>a(this.axios,this.basePath))}}const pE=function(e){return{clearProgramsValues:async(t,r={})=>{v("clearProgramsValues","cell",t);const n="/cells/{cell}/programs/values".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"DELETE",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},createProgramsValue:async(t,r,n={})=>{v("createProgramsValue","cell",t),v("createProgramsValue","requestBody",r);const a="/cells/{cell}/programs/values".replace("{cell}",encodeURIComponent(String(t))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};j(i,e),await k(l,e),l["Content-Type"]="application/json",U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=ue(r,i,e),{url:L(o),options:i}},deleteProgramValue:async(t,r,n={})=>{v("deleteProgramValue","cell",t),v("deleteProgramValue","key",r);const a="/cells/{cell}/programs/values/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getProgramValue:async(t,r,n={})=>{v("getProgramValue","cell",t),v("getProgramValue","key",r);const a="/cells/{cell}/programs/values/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},listProgramsValues:async(t,r={})=>{v("listProgramsValues","cell",t);const n="/cells/{cell}/programs/values".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},updateProgramValue:async(t,r,n,a={})=>{v("updateProgramValue","cell",t),v("updateProgramValue","key",r),v("updateProgramValue","value",n);const o="/cells/{cell}/programs/values/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}}}},Wr=function(e){const t=pE(e);return{async clearProgramsValues(r,n){var i,l;const a=await t.clearProgramsValues(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["ProgramValuesApi.clearProgramsValues"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async createProgramsValue(r,n,a){var l,c;const o=await t.createProgramsValue(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ProgramValuesApi.createProgramsValue"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async deleteProgramValue(r,n,a){var l,c;const o=await t.deleteProgramValue(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ProgramValuesApi.deleteProgramValue"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getProgramValue(r,n,a){var l,c;const o=await t.getProgramValue(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["ProgramValuesApi.getProgramValue"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async listProgramsValues(r,n){var i,l;const a=await t.listProgramsValues(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["ProgramValuesApi.listProgramsValues"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async updateProgramValue(r,n,a,o){var c,u;const s=await t.updateProgramValue(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["ProgramValuesApi.updateProgramValue"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)}}};class mE extends _e{clearProgramsValues(t,r){return Wr(this.configuration).clearProgramsValues(t,r).then(n=>n(this.axios,this.basePath))}createProgramsValue(t,r,n){return Wr(this.configuration).createProgramsValue(t,r,n).then(a=>a(this.axios,this.basePath))}deleteProgramValue(t,r,n){return Wr(this.configuration).deleteProgramValue(t,r,n).then(a=>a(this.axios,this.basePath))}getProgramValue(t,r,n){return Wr(this.configuration).getProgramValue(t,r,n).then(a=>a(this.axios,this.basePath))}listProgramsValues(t,r){return Wr(this.configuration).listProgramsValues(t,r).then(n=>n(this.axios,this.basePath))}updateProgramValue(t,r,n,a){return Wr(this.configuration).updateProgramValue(t,r,n,a).then(o=>o(this.axios,this.basePath))}}const fE=function(e){return{deleteStoredCollider:async(t,r,n={})=>{v("deleteStoredCollider","cell",t),v("deleteStoredCollider","collider",r);const a="/cells/{cell}/store/collision/colliders/{collider}".replace("{cell}",encodeURIComponent(String(t))).replace("{collider}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},deleteStoredCollisionLinkChain:async(t,r,n={})=>{v("deleteStoredCollisionLinkChain","cell",t),v("deleteStoredCollisionLinkChain","linkChain",r);const a="/cells/{cell}/store/collision/link-chains/{link-chain}".replace("{cell}",encodeURIComponent(String(t))).replace("{link-chain}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},deleteStoredCollisionTool:async(t,r,n={})=>{v("deleteStoredCollisionTool","cell",t),v("deleteStoredCollisionTool","tool",r);const a="/cells/{cell}/store/collision/tools/{tool}".replace("{cell}",encodeURIComponent(String(t))).replace("{tool}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getDefaultLinkChain:async(t,r,n={})=>{v("getDefaultLinkChain","cell",t),v("getDefaultLinkChain","motionGroupModel",r);const a="/cells/{cell}/store/collision/default-link-chains/{motion-group-model}".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group-model}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getStoredCollider:async(t,r,n={})=>{v("getStoredCollider","cell",t),v("getStoredCollider","collider",r);const a="/cells/{cell}/store/collision/colliders/{collider}".replace("{cell}",encodeURIComponent(String(t))).replace("{collider}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getStoredCollisionLinkChain:async(t,r,n={})=>{v("getStoredCollisionLinkChain","cell",t),v("getStoredCollisionLinkChain","linkChain",r);const a="/cells/{cell}/store/collision/link-chains/{link-chain}".replace("{cell}",encodeURIComponent(String(t))).replace("{link-chain}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getStoredCollisionTool:async(t,r,n={})=>{v("getStoredCollisionTool","cell",t),v("getStoredCollisionTool","tool",r);const a="/cells/{cell}/store/collision/tools/{tool}".replace("{cell}",encodeURIComponent(String(t))).replace("{tool}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},listCollisionLinkChains:async(t,r={})=>{v("listCollisionLinkChains","cell",t);const n="/cells/{cell}/store/collision/link-chains".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},listStoredColliders:async(t,r={})=>{v("listStoredColliders","cell",t);const n="/cells/{cell}/store/collision/colliders".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},listStoredCollisionTools:async(t,r={})=>{v("listStoredCollisionTools","cell",t);const n="/cells/{cell}/store/collision/tools".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},storeCollider:async(t,r,n,a={})=>{v("storeCollider","cell",t),v("storeCollider","collider",r),v("storeCollider","collider2",n);const o="/cells/{cell}/store/collision/colliders/{collider}".replace("{cell}",encodeURIComponent(String(t))).replace("{collider}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}},storeCollisionLinkChain:async(t,r,n,a={})=>{v("storeCollisionLinkChain","cell",t),v("storeCollisionLinkChain","linkChain",r),v("storeCollisionLinkChain","collider",n);const o="/cells/{cell}/store/collision/link-chains/{link-chain}".replace("{cell}",encodeURIComponent(String(t))).replace("{link-chain}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}},storeCollisionTool:async(t,r,n,a={})=>{v("storeCollisionTool","cell",t),v("storeCollisionTool","tool",r),v("storeCollisionTool","requestBody",n);const o="/cells/{cell}/store/collision/tools/{tool}".replace("{cell}",encodeURIComponent(String(t))).replace("{tool}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}}}},lt=function(e){const t=fE(e);return{async deleteStoredCollider(r,n,a){var l,c;const o=await t.deleteStoredCollider(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["StoreCollisionComponentsApi.deleteStoredCollider"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async deleteStoredCollisionLinkChain(r,n,a){var l,c;const o=await t.deleteStoredCollisionLinkChain(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["StoreCollisionComponentsApi.deleteStoredCollisionLinkChain"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async deleteStoredCollisionTool(r,n,a){var l,c;const o=await t.deleteStoredCollisionTool(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["StoreCollisionComponentsApi.deleteStoredCollisionTool"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getDefaultLinkChain(r,n,a){var l,c;const o=await t.getDefaultLinkChain(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["StoreCollisionComponentsApi.getDefaultLinkChain"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getStoredCollider(r,n,a){var l,c;const o=await t.getStoredCollider(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["StoreCollisionComponentsApi.getStoredCollider"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getStoredCollisionLinkChain(r,n,a){var l,c;const o=await t.getStoredCollisionLinkChain(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["StoreCollisionComponentsApi.getStoredCollisionLinkChain"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getStoredCollisionTool(r,n,a){var l,c;const o=await t.getStoredCollisionTool(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["StoreCollisionComponentsApi.getStoredCollisionTool"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async listCollisionLinkChains(r,n){var i,l;const a=await t.listCollisionLinkChains(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["StoreCollisionComponentsApi.listCollisionLinkChains"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async listStoredColliders(r,n){var i,l;const a=await t.listStoredColliders(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["StoreCollisionComponentsApi.listStoredColliders"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async listStoredCollisionTools(r,n){var i,l;const a=await t.listStoredCollisionTools(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["StoreCollisionComponentsApi.listStoredCollisionTools"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async storeCollider(r,n,a,o){var c,u;const s=await t.storeCollider(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["StoreCollisionComponentsApi.storeCollider"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async storeCollisionLinkChain(r,n,a,o){var c,u;const s=await t.storeCollisionLinkChain(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["StoreCollisionComponentsApi.storeCollisionLinkChain"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async storeCollisionTool(r,n,a,o){var c,u;const s=await t.storeCollisionTool(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["StoreCollisionComponentsApi.storeCollisionTool"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)}}};class gE extends _e{deleteStoredCollider(t,r,n){return lt(this.configuration).deleteStoredCollider(t,r,n).then(a=>a(this.axios,this.basePath))}deleteStoredCollisionLinkChain(t,r,n){return lt(this.configuration).deleteStoredCollisionLinkChain(t,r,n).then(a=>a(this.axios,this.basePath))}deleteStoredCollisionTool(t,r,n){return lt(this.configuration).deleteStoredCollisionTool(t,r,n).then(a=>a(this.axios,this.basePath))}getDefaultLinkChain(t,r,n){return lt(this.configuration).getDefaultLinkChain(t,r,n).then(a=>a(this.axios,this.basePath))}getStoredCollider(t,r,n){return lt(this.configuration).getStoredCollider(t,r,n).then(a=>a(this.axios,this.basePath))}getStoredCollisionLinkChain(t,r,n){return lt(this.configuration).getStoredCollisionLinkChain(t,r,n).then(a=>a(this.axios,this.basePath))}getStoredCollisionTool(t,r,n){return lt(this.configuration).getStoredCollisionTool(t,r,n).then(a=>a(this.axios,this.basePath))}listCollisionLinkChains(t,r){return lt(this.configuration).listCollisionLinkChains(t,r).then(n=>n(this.axios,this.basePath))}listStoredColliders(t,r){return lt(this.configuration).listStoredColliders(t,r).then(n=>n(this.axios,this.basePath))}listStoredCollisionTools(t,r){return lt(this.configuration).listStoredCollisionTools(t,r).then(n=>n(this.axios,this.basePath))}storeCollider(t,r,n,a){return lt(this.configuration).storeCollider(t,r,n,a).then(o=>o(this.axios,this.basePath))}storeCollisionLinkChain(t,r,n,a){return lt(this.configuration).storeCollisionLinkChain(t,r,n,a).then(o=>o(this.axios,this.basePath))}storeCollisionTool(t,r,n,a){return lt(this.configuration).storeCollisionTool(t,r,n,a).then(o=>o(this.axios,this.basePath))}}const yE=function(e){return{deleteStoredCollisionScene:async(t,r,n={})=>{v("deleteStoredCollisionScene","cell",t),v("deleteStoredCollisionScene","scene",r);const a="/cells/{cell}/store/collision/scenes/{scene}".replace("{cell}",encodeURIComponent(String(t))).replace("{scene}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getStoredCollisionScene:async(t,r,n={})=>{v("getStoredCollisionScene","cell",t),v("getStoredCollisionScene","scene",r);const a="/cells/{cell}/store/collision/scenes/{scene}".replace("{cell}",encodeURIComponent(String(t))).replace("{scene}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},listStoredCollisionScenes:async(t,r={})=>{v("listStoredCollisionScenes","cell",t);const n="/cells/{cell}/store/collision/scenes".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},storeCollisionScene:async(t,r,n,a={})=>{v("storeCollisionScene","cell",t),v("storeCollisionScene","scene",r),v("storeCollisionScene","collisionSceneAssembly",n);const o="/cells/{cell}/store/collision/scenes/{scene}".replace("{cell}",encodeURIComponent(String(t))).replace("{scene}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}}}},no=function(e){const t=yE(e);return{async deleteStoredCollisionScene(r,n,a){var l,c;const o=await t.deleteStoredCollisionScene(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["StoreCollisionScenesApi.deleteStoredCollisionScene"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getStoredCollisionScene(r,n,a){var l,c;const o=await t.getStoredCollisionScene(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["StoreCollisionScenesApi.getStoredCollisionScene"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async listStoredCollisionScenes(r,n){var i,l;const a=await t.listStoredCollisionScenes(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["StoreCollisionScenesApi.listStoredCollisionScenes"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async storeCollisionScene(r,n,a,o){var c,u;const s=await t.storeCollisionScene(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["StoreCollisionScenesApi.storeCollisionScene"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)}}};class bE extends _e{deleteStoredCollisionScene(t,r,n){return no(this.configuration).deleteStoredCollisionScene(t,r,n).then(a=>a(this.axios,this.basePath))}getStoredCollisionScene(t,r,n){return no(this.configuration).getStoredCollisionScene(t,r,n).then(a=>a(this.axios,this.basePath))}listStoredCollisionScenes(t,r){return no(this.configuration).listStoredCollisionScenes(t,r).then(n=>n(this.axios,this.basePath))}storeCollisionScene(t,r,n,a){return no(this.configuration).storeCollisionScene(t,r,n,a).then(o=>o(this.axios,this.basePath))}}const vE=function(e){return{clearAllObjects:async(t,r={})=>{v("clearAllObjects","cell",t);const n="/cells/{cell}/store/objects".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"DELETE",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},deleteObject:async(t,r,n={})=>{v("deleteObject","cell",t),v("deleteObject","key",r);const a="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getObject:async(t,r,n={})=>{v("getObject","cell",t),v("getObject","key",r);const a="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getObjectMetadata:async(t,r,n={})=>{v("getObjectMetadata","cell",t),v("getObjectMetadata","key",r);const a="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"HEAD",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},listAllObjectKeys:async(t,r={})=>{v("listAllObjectKeys","cell",t);const n="/cells/{cell}/store/objects".replace("{cell}",encodeURIComponent(String(t))),a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},storeObject:async(t,r,n,a,o={})=>{v("storeObject","cell",t),v("storeObject","key",r);const s="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...o},u={},d={},h=new(e&&e.formDataCtor||FormData);j(c,e),await k(u,e),a!==void 0&&h.append("AnyValue",new Blob([JSON.stringify(a)],{type:"application/json"})),u["Content-Type"]="multipart/form-data",n!=null&&(u["X-Metadata"]=typeof n=="string"?n:JSON.stringify(n)),U(i,d);let p=l&&l.headers?l.headers:{};return c.headers={...u,...p,...o.headers},c.data=h,{url:L(i),options:c}}}},Yr=function(e){const t=vE(e);return{async clearAllObjects(r,n){var i,l;const a=await t.clearAllObjects(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["StoreObjectApi.clearAllObjects"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async deleteObject(r,n,a){var l,c;const o=await t.deleteObject(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["StoreObjectApi.deleteObject"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getObject(r,n,a){var l,c;const o=await t.getObject(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["StoreObjectApi.getObject"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getObjectMetadata(r,n,a){var l,c;const o=await t.getObjectMetadata(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["StoreObjectApi.getObjectMetadata"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async listAllObjectKeys(r,n){var i,l;const a=await t.listAllObjectKeys(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["StoreObjectApi.listAllObjectKeys"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async storeObject(r,n,a,o,s){var u,d;const i=await t.storeObject(r,n,a,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=M["StoreObjectApi.storeObject"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>D(i,R,I,e)(h,c||p)}}};class SE extends _e{clearAllObjects(t,r){return Yr(this.configuration).clearAllObjects(t,r).then(n=>n(this.axios,this.basePath))}deleteObject(t,r,n){return Yr(this.configuration).deleteObject(t,r,n).then(a=>a(this.axios,this.basePath))}getObject(t,r,n){return Yr(this.configuration).getObject(t,r,n).then(a=>a(this.axios,this.basePath))}getObjectMetadata(t,r,n){return Yr(this.configuration).getObjectMetadata(t,r,n).then(a=>a(this.axios,this.basePath))}listAllObjectKeys(t,r){return Yr(this.configuration).listAllObjectKeys(t,r).then(n=>n(this.axios,this.basePath))}storeObject(t,r,n,a,o){return Yr(this.configuration).storeObject(t,r,n,a,o).then(s=>s(this.axios,this.basePath))}}const xE=function(e){return{checkNovaVersionUpdate:async(t,r={})=>{v("checkNovaVersionUpdate","channel",t);const n="/system/update",a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};j(s,e),await k(i,e),t!==void 0&&(l.channel=t),U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:L(a),options:s}},getDiagnosePackage:async(t={})=>{const r="/system/diagnosis-package/zip",n=new URL(r,$);let a;e&&(a=e.baseOptions);const o={method:"GET",...a,...t},s={},i={};j(o,e),await k(s,e),U(n,i);let l=a&&a.headers?a.headers:{};return o.headers={...s,...l,...t.headers},{url:L(n),options:o}},getSystemStatus:async(t={})=>{const r="/system/status",n=new URL(r,$);let a;e&&(a=e.baseOptions);const o={method:"GET",...a,...t},s={},i={};j(o,e),await k(s,e),U(n,i);let l=a&&a.headers?a.headers:{};return o.headers={...s,...l,...t.headers},{url:L(n),options:o}},getSystemVersion:async(t={})=>{const r="/system/version",n=new URL(r,$);let a;e&&(a=e.baseOptions);const o={method:"GET",...a,...t},s={},i={};j(o,e),await k(s,e),U(n,i);let l=a&&a.headers?a.headers:{};return o.headers={...s,...l,...t.headers},{url:L(n),options:o}},updateNovaVersion:async(t,r={})=>{v("updateNovaVersion","updateNovaVersionRequest",t);const n="/system/update",a=new URL(n,$);let o;e&&(o=e.baseOptions);const s={method:"PUT",...o,...r},i={},l={};j(s,e),await k(i,e),i["Content-Type"]="application/json",U(a,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},s.data=ue(t,s,e),{url:L(a),options:s}}}},Wn=function(e){const t=xE(e);return{async checkNovaVersionUpdate(r,n){var i,l;const a=await t.checkNovaVersionUpdate(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["SystemApi.checkNovaVersionUpdate"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)},async getDiagnosePackage(r){var s,i;const n=await t.getDiagnosePackage(r),a=(e==null?void 0:e.serverIndex)??0,o=(i=(s=M["SystemApi.getDiagnosePackage"])==null?void 0:s[a])==null?void 0:i.url;return(l,c)=>D(n,R,I,e)(l,o||c)},async getSystemStatus(r){var s,i;const n=await t.getSystemStatus(r),a=(e==null?void 0:e.serverIndex)??0,o=(i=(s=M["SystemApi.getSystemStatus"])==null?void 0:s[a])==null?void 0:i.url;return(l,c)=>D(n,R,I,e)(l,o||c)},async getSystemVersion(r){var s,i;const n=await t.getSystemVersion(r),a=(e==null?void 0:e.serverIndex)??0,o=(i=(s=M["SystemApi.getSystemVersion"])==null?void 0:s[a])==null?void 0:i.url;return(l,c)=>D(n,R,I,e)(l,o||c)},async updateNovaVersion(r,n){var i,l;const a=await t.updateNovaVersion(r,n),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=M["SystemApi.updateNovaVersion"])==null?void 0:i[o])==null?void 0:l.url;return(c,u)=>D(a,R,I,e)(c,s||u)}}};class OE extends _e{checkNovaVersionUpdate(t,r){return Wn(this.configuration).checkNovaVersionUpdate(t,r).then(n=>n(this.axios,this.basePath))}getDiagnosePackage(t){return Wn(this.configuration).getDiagnosePackage(t).then(r=>r(this.axios,this.basePath))}getSystemStatus(t){return Wn(this.configuration).getSystemStatus(t).then(r=>r(this.axios,this.basePath))}getSystemVersion(t){return Wn(this.configuration).getSystemVersion(t).then(r=>r(this.axios,this.basePath))}updateNovaVersion(t,r){return Wn(this.configuration).updateNovaVersion(t,r).then(n=>n(this.axios,this.basePath))}}const wE=function(e){return{getMotionGroupState:async(t,r,n,a={})=>{v("getMotionGroupState","cell",t),v("getMotionGroupState","controller",r),v("getMotionGroupState","id",n);const o="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},getMotionGroups:async(t,r,n={})=>{v("getMotionGroups","cell",t),v("getMotionGroups","controller",r);const a="/cells/{cell}/controllers/{controller}/teach-pendant/motiongroups".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getVirtualRobotIOValue:async(t,r,n,a={})=>{v("getVirtualRobotIOValue","cell",t),v("getVirtualRobotIOValue","controller",r),v("getVirtualRobotIOValue","io",n);const o="/cells/{cell}/controllers/{controller}/teach-pendant/ios/{io}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{io}",encodeURIComponent(String(n))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},listIOs:async(t,r,n={})=>{v("listIOs","cell",t),v("listIOs","controller",r);const a="/cells/{cell}/controllers/{controller}/teach-pendant/ios".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},setMotionGroupState:async(t,r,n,a,o={})=>{v("setMotionGroupState","cell",t),v("setMotionGroupState","controller",r),v("setMotionGroupState","id",n),v("setMotionGroupState","motionGroupJoints",a);const s="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...o},u={},d={};j(c,e),await k(u,e),u["Content-Type"]="application/json",U(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...o.headers},c.data=ue(a,c,e),{url:L(i),options:c}},setVirtualRobotIOValue:async(t,r,n,a,o,s,i={})=>{v("setVirtualRobotIOValue","cell",t),v("setVirtualRobotIOValue","controller",r),v("setVirtualRobotIOValue","io",n);const l="/cells/{cell}/controllers/{controller}/teach-pendant/ios/{io}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{io}",encodeURIComponent(String(n))),c=new URL(l,$);let u;e&&(u=e.baseOptions);const d={method:"PUT",...u,...i},h={},p={};j(d,e),await k(h,e),a!==void 0&&(p.bool=a),o!==void 0&&(p.integer=o),s!==void 0&&(p.double=s),U(c,p);let f=u&&u.headers?u.headers:{};return d.headers={...h,...f,...i.headers},{url:L(c),options:d}}}},Kr=function(e){const t=wE(e);return{async getMotionGroupState(r,n,a,o){var c,u;const s=await t.getMotionGroupState(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["VirtualRobotApi.getMotionGroupState"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async getMotionGroups(r,n,a){var l,c;const o=await t.getMotionGroups(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["VirtualRobotApi.getMotionGroups"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getVirtualRobotIOValue(r,n,a,o){var c,u;const s=await t.getVirtualRobotIOValue(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["VirtualRobotApi.getVirtualRobotIOValue"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async listIOs(r,n,a){var l,c;const o=await t.listIOs(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["VirtualRobotApi.listIOs"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async setMotionGroupState(r,n,a,o,s){var u,d;const i=await t.setMotionGroupState(r,n,a,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=M["VirtualRobotApi.setMotionGroupState"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>D(i,R,I,e)(h,c||p)},async setVirtualRobotIOValue(r,n,a,o,s,i,l){var h,p;const c=await t.setVirtualRobotIOValue(r,n,a,o,s,i,l),u=(e==null?void 0:e.serverIndex)??0,d=(p=(h=M["VirtualRobotApi.setVirtualRobotIOValue"])==null?void 0:h[u])==null?void 0:p.url;return(f,m)=>D(c,R,I,e)(f,d||m)}}};class CE extends _e{getMotionGroupState(t,r,n,a){return Kr(this.configuration).getMotionGroupState(t,r,n,a).then(o=>o(this.axios,this.basePath))}getMotionGroups(t,r,n){return Kr(this.configuration).getMotionGroups(t,r,n).then(a=>a(this.axios,this.basePath))}getVirtualRobotIOValue(t,r,n,a){return Kr(this.configuration).getVirtualRobotIOValue(t,r,n,a).then(o=>o(this.axios,this.basePath))}listIOs(t,r,n){return Kr(this.configuration).listIOs(t,r,n).then(a=>a(this.axios,this.basePath))}setMotionGroupState(t,r,n,a,o){return Kr(this.configuration).setMotionGroupState(t,r,n,a,o).then(s=>s(this.axios,this.basePath))}setVirtualRobotIOValue(t,r,n,a,o,s,i){return Kr(this.configuration).setVirtualRobotIOValue(t,r,n,a,o,s,i).then(l=>l(this.axios,this.basePath))}}const PE=function(e){return{externalJointsStream:async(t,r,n,a={})=>{v("externalJointsStream","cell",t),v("externalJointsStream","controller",r),v("externalJointsStream","externalJointStreamDatapoint",n);const o="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/externalJointsStream".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}},getMotionGroupBehavior:async(t,r,n,a={})=>{v("getMotionGroupBehavior","cell",t),v("getMotionGroupBehavior","controller",r),v("getMotionGroupBehavior","id",n);const o="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}/behavior".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},setMotionGroupBehavior:async(t,r,n,a,o={})=>{v("setMotionGroupBehavior","cell",t),v("setMotionGroupBehavior","controller",r),v("setMotionGroupBehavior","id",n);const s="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}/behavior".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...o},u={},d={};j(c,e),await k(u,e),a!==void 0&&(d.behavior=a),U(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...o.headers},{url:L(i),options:c}}}},_i=function(e){const t=PE(e);return{async externalJointsStream(r,n,a,o){var c,u;const s=await t.externalJointsStream(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["VirtualRobotBehaviorApi.externalJointsStream"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async getMotionGroupBehavior(r,n,a,o){var c,u;const s=await t.getMotionGroupBehavior(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["VirtualRobotBehaviorApi.getMotionGroupBehavior"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async setMotionGroupBehavior(r,n,a,o,s){var u,d;const i=await t.setMotionGroupBehavior(r,n,a,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=M["VirtualRobotBehaviorApi.setMotionGroupBehavior"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>D(i,R,I,e)(h,c||p)}}};class TE extends _e{externalJointsStream(t,r,n,a){return _i(this.configuration).externalJointsStream(t,r,n,a).then(o=>o(this.axios,this.basePath))}getMotionGroupBehavior(t,r,n,a){return _i(this.configuration).getMotionGroupBehavior(t,r,n,a).then(o=>o(this.axios,this.basePath))}setMotionGroupBehavior(t,r,n,a,o){return _i(this.configuration).setMotionGroupBehavior(t,r,n,a,o).then(s=>s(this.axios,this.basePath))}}const AE=function(e){return{getCycleTime:async(t,r,n={})=>{v("getCycleTime","cell",t),v("getCycleTime","controller",r);const a="/cells/{cell}/controllers/{controller}/teach-pendant/cycle-time".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getEStop:async(t,r,n={})=>{v("getEStop","cell",t),v("getEStop","controller",r);const a="/cells/{cell}/controllers/{controller}/teach-pendant/estop".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},getOperationMode:async(t,r,n={})=>{v("getOperationMode","cell",t),v("getOperationMode","controller",r);const a="/cells/{cell}/controllers/{controller}/teach-pendant/operationmode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},pushEStop:async(t,r,n={})=>{v("pushEStop","cell",t),v("pushEStop","controller",r);const a="/cells/{cell}/controllers/{controller}/teach-pendant/estop/push".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"PUT",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},releaseEStop:async(t,r,n={})=>{v("releaseEStop","cell",t),v("releaseEStop","controller",r);const a="/cells/{cell}/controllers/{controller}/teach-pendant/estop/release".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"PUT",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},setOperationMode:async(t,r,n,a={})=>{v("setOperationMode","cell",t),v("setOperationMode","controller",r),v("setOperationMode","mode",n);const o="/cells/{cell}/controllers/{controller}/teach-pendant/operationmode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...a},c={},u={};j(l,e),await k(c,e),n!==void 0&&(u.mode=n),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}}}},Qr=function(e){const t=AE(e);return{async getCycleTime(r,n,a){var l,c;const o=await t.getCycleTime(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["VirtualRobotModeApi.getCycleTime"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getEStop(r,n,a){var l,c;const o=await t.getEStop(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["VirtualRobotModeApi.getEStop"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async getOperationMode(r,n,a){var l,c;const o=await t.getOperationMode(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["VirtualRobotModeApi.getOperationMode"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async pushEStop(r,n,a){var l,c;const o=await t.pushEStop(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["VirtualRobotModeApi.pushEStop"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async releaseEStop(r,n,a){var l,c;const o=await t.releaseEStop(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["VirtualRobotModeApi.releaseEStop"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async setOperationMode(r,n,a,o){var c,u;const s=await t.setOperationMode(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["VirtualRobotModeApi.setOperationMode"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)}}};class RE extends _e{getCycleTime(t,r,n){return Qr(this.configuration).getCycleTime(t,r,n).then(a=>a(this.axios,this.basePath))}getEStop(t,r,n){return Qr(this.configuration).getEStop(t,r,n).then(a=>a(this.axios,this.basePath))}getOperationMode(t,r,n){return Qr(this.configuration).getOperationMode(t,r,n).then(a=>a(this.axios,this.basePath))}pushEStop(t,r,n){return Qr(this.configuration).pushEStop(t,r,n).then(a=>a(this.axios,this.basePath))}releaseEStop(t,r,n){return Qr(this.configuration).releaseEStop(t,r,n).then(a=>a(this.axios,this.basePath))}setOperationMode(t,r,n,a){return Qr(this.configuration).setOperationMode(t,r,n,a).then(o=>o(this.axios,this.basePath))}}const _E=function(e){return{addVirtualRobotCoordinateSystem:async(t,r,n,a={})=>{v("addVirtualRobotCoordinateSystem","cell",t),v("addVirtualRobotCoordinateSystem","controller",r),v("addVirtualRobotCoordinateSystem","coordinateSystem",n);const o="/cells/{cell}/controllers/{controller}/teach-pendant/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...a},c={},u={};j(l,e),await k(c,e),c["Content-Type"]="application/json",U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},l.data=ue(n,l,e),{url:L(s),options:l}},addVirtualRobotTcp:async(t,r,n,a,o={})=>{v("addVirtualRobotTcp","cell",t),v("addVirtualRobotTcp","controller",r),v("addVirtualRobotTcp","id",n),v("addVirtualRobotTcp","robotTcp",a);const s="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}/tcps".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...o},u={},d={};j(c,e),await k(u,e),u["Content-Type"]="application/json",U(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...o.headers},c.data=ue(a,c,e),{url:L(i),options:c}},deleteVirtualRobotCoordinateSystem:async(t,r,n,a,o={})=>{v("deleteVirtualRobotCoordinateSystem","cell",t),v("deleteVirtualRobotCoordinateSystem","controller",r),v("deleteVirtualRobotCoordinateSystem","coordinateSystem",n);const s="/cells/{cell}/controllers/{controller}/teach-pendant/coordinate-systems/{coordinate-system}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{coordinate-system}",encodeURIComponent(String(n))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"DELETE",...l,...o},u={},d={};j(c,e),await k(u,e),a!==void 0&&(d.delete_dependent=a),U(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...o.headers},{url:L(i),options:c}},deleteVirtualRobotTcp:async(t,r,n,a,o={})=>{v("deleteVirtualRobotTcp","cell",t),v("deleteVirtualRobotTcp","controller",r),v("deleteVirtualRobotTcp","id",n),v("deleteVirtualRobotTcp","tcp",a);const s="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}/tcps/{tcp}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))).replace("{tcp}",encodeURIComponent(String(a))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"DELETE",...l,...o},u={},d={};j(c,e),await k(u,e),U(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...o.headers},{url:L(i),options:c}},getVirtualRobotMounting:async(t,r,n,a={})=>{v("getVirtualRobotMounting","cell",t),v("getVirtualRobotMounting","controller",r),v("getVirtualRobotMounting","id",n);const o="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}/mounting".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},listVirtualRobotCoordinateSystems:async(t,r,n={})=>{v("listVirtualRobotCoordinateSystems","cell",t),v("listVirtualRobotCoordinateSystems","controller",r);const a="/cells/{cell}/controllers/{controller}/teach-pendant/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(a,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};j(i,e),await k(l,e),U(o,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:L(o),options:i}},listVirtualRobotTcps:async(t,r,n,a={})=>{v("listVirtualRobotTcps","cell",t),v("listVirtualRobotTcps","controller",r),v("listVirtualRobotTcps","id",n);const o="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}/tcps".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),s=new URL(o,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...a},c={},u={};j(l,e),await k(c,e),U(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...a.headers},{url:L(s),options:l}},setVirtualRobotMounting:async(t,r,n,a,o={})=>{v("setVirtualRobotMounting","cell",t),v("setVirtualRobotMounting","controller",r),v("setVirtualRobotMounting","id",n),v("setVirtualRobotMounting","coordinateSystem",a);const s="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}/mounting".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...o},u={},d={};j(c,e),await k(u,e),u["Content-Type"]="application/json",U(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...o.headers},c.data=ue(a,c,e),{url:L(i),options:c}}}},er=function(e){const t=_E(e);return{async addVirtualRobotCoordinateSystem(r,n,a,o){var c,u;const s=await t.addVirtualRobotCoordinateSystem(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["VirtualRobotSetupApi.addVirtualRobotCoordinateSystem"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async addVirtualRobotTcp(r,n,a,o,s){var u,d;const i=await t.addVirtualRobotTcp(r,n,a,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=M["VirtualRobotSetupApi.addVirtualRobotTcp"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>D(i,R,I,e)(h,c||p)},async deleteVirtualRobotCoordinateSystem(r,n,a,o,s){var u,d;const i=await t.deleteVirtualRobotCoordinateSystem(r,n,a,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=M["VirtualRobotSetupApi.deleteVirtualRobotCoordinateSystem"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>D(i,R,I,e)(h,c||p)},async deleteVirtualRobotTcp(r,n,a,o,s){var u,d;const i=await t.deleteVirtualRobotTcp(r,n,a,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=M["VirtualRobotSetupApi.deleteVirtualRobotTcp"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>D(i,R,I,e)(h,c||p)},async getVirtualRobotMounting(r,n,a,o){var c,u;const s=await t.getVirtualRobotMounting(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["VirtualRobotSetupApi.getVirtualRobotMounting"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async listVirtualRobotCoordinateSystems(r,n,a){var l,c;const o=await t.listVirtualRobotCoordinateSystems(r,n,a),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=M["VirtualRobotSetupApi.listVirtualRobotCoordinateSystems"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>D(o,R,I,e)(u,i||d)},async listVirtualRobotTcps(r,n,a,o){var c,u;const s=await t.listVirtualRobotTcps(r,n,a,o),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=M["VirtualRobotSetupApi.listVirtualRobotTcps"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>D(s,R,I,e)(d,l||h)},async setVirtualRobotMounting(r,n,a,o,s){var u,d;const i=await t.setVirtualRobotMounting(r,n,a,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=M["VirtualRobotSetupApi.setVirtualRobotMounting"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>D(i,R,I,e)(h,c||p)}}};class VE extends _e{addVirtualRobotCoordinateSystem(t,r,n,a){return er(this.configuration).addVirtualRobotCoordinateSystem(t,r,n,a).then(o=>o(this.axios,this.basePath))}addVirtualRobotTcp(t,r,n,a,o){return er(this.configuration).addVirtualRobotTcp(t,r,n,a,o).then(s=>s(this.axios,this.basePath))}deleteVirtualRobotCoordinateSystem(t,r,n,a,o){return er(this.configuration).deleteVirtualRobotCoordinateSystem(t,r,n,a,o).then(s=>s(this.axios,this.basePath))}deleteVirtualRobotTcp(t,r,n,a,o){return er(this.configuration).deleteVirtualRobotTcp(t,r,n,a,o).then(s=>s(this.axios,this.basePath))}getVirtualRobotMounting(t,r,n,a){return er(this.configuration).getVirtualRobotMounting(t,r,n,a).then(o=>o(this.axios,this.basePath))}listVirtualRobotCoordinateSystems(t,r,n){return er(this.configuration).listVirtualRobotCoordinateSystems(t,r,n).then(a=>a(this.axios,this.basePath))}listVirtualRobotTcps(t,r,n,a){return er(this.configuration).listVirtualRobotTcps(t,r,n,a).then(o=>o(this.axios,this.basePath))}setVirtualRobotMounting(t,r,n,a,o){return er(this.configuration).setVirtualRobotMounting(t,r,n,a,o).then(s=>s(this.axios,this.basePath))}}function Ut(e,t,r){return Math.max(t,Math.min(r,e))}class EE{constructor(t=0,r=0,n=0,a=1){this.isQuaternion=!0,this._x=t,this._y=r,this._z=n,this._w=a}static slerpFlat(t,r,n,a,o,s,i){let l=n[a+0],c=n[a+1],u=n[a+2],d=n[a+3];const h=o[s+0],p=o[s+1],f=o[s+2],m=o[s+3];if(i===0){t[r+0]=l,t[r+1]=c,t[r+2]=u,t[r+3]=d;return}if(i===1){t[r+0]=h,t[r+1]=p,t[r+2]=f,t[r+3]=m;return}if(d!==m||l!==h||c!==p||u!==f){let b=1-i;const x=l*h+c*p+u*f+d*m,_=x>=0?1:-1,O=1-x*x;if(O>Number.EPSILON){const P=Math.sqrt(O),w=Math.atan2(P,x*_);b=Math.sin(b*w)/P,i=Math.sin(i*w)/P}const C=i*_;if(l=l*b+h*C,c=c*b+p*C,u=u*b+f*C,d=d*b+m*C,b===1-i){const P=1/Math.sqrt(l*l+c*c+u*u+d*d);l*=P,c*=P,u*=P,d*=P}}t[r]=l,t[r+1]=c,t[r+2]=u,t[r+3]=d}static multiplyQuaternionsFlat(t,r,n,a,o,s){const i=n[a],l=n[a+1],c=n[a+2],u=n[a+3],d=o[s],h=o[s+1],p=o[s+2],f=o[s+3];return t[r]=i*f+u*d+l*p-c*h,t[r+1]=l*f+u*h+c*d-i*p,t[r+2]=c*f+u*p+i*h-l*d,t[r+3]=u*f-i*d-l*h-c*p,t}get x(){return this._x}set x(t){this._x=t,this._onChangeCallback()}get y(){return this._y}set y(t){this._y=t,this._onChangeCallback()}get z(){return this._z}set z(t){this._z=t,this._onChangeCallback()}get w(){return this._w}set w(t){this._w=t,this._onChangeCallback()}set(t,r,n,a){return this._x=t,this._y=r,this._z=n,this._w=a,this._onChangeCallback(),this}clone(){return new this.constructor(this._x,this._y,this._z,this._w)}copy(t){return this._x=t.x,this._y=t.y,this._z=t.z,this._w=t.w,this._onChangeCallback(),this}setFromEuler(t,r=!0){const n=t._x,a=t._y,o=t._z,s=t._order,i=Math.cos,l=Math.sin,c=i(n/2),u=i(a/2),d=i(o/2),h=l(n/2),p=l(a/2),f=l(o/2);switch(s){case"XYZ":this._x=h*u*d+c*p*f,this._y=c*p*d-h*u*f,this._z=c*u*f+h*p*d,this._w=c*u*d-h*p*f;break;case"YXZ":this._x=h*u*d+c*p*f,this._y=c*p*d-h*u*f,this._z=c*u*f-h*p*d,this._w=c*u*d+h*p*f;break;case"ZXY":this._x=h*u*d-c*p*f,this._y=c*p*d+h*u*f,this._z=c*u*f+h*p*d,this._w=c*u*d-h*p*f;break;case"ZYX":this._x=h*u*d-c*p*f,this._y=c*p*d+h*u*f,this._z=c*u*f-h*p*d,this._w=c*u*d+h*p*f;break;case"YZX":this._x=h*u*d+c*p*f,this._y=c*p*d+h*u*f,this._z=c*u*f-h*p*d,this._w=c*u*d-h*p*f;break;case"XZY":this._x=h*u*d-c*p*f,this._y=c*p*d-h*u*f,this._z=c*u*f+h*p*d,this._w=c*u*d+h*p*f;break;default:console.warn("THREE.Quaternion: .setFromEuler() encountered an unknown order: "+s)}return r===!0&&this._onChangeCallback(),this}setFromAxisAngle(t,r){const n=r/2,a=Math.sin(n);return this._x=t.x*a,this._y=t.y*a,this._z=t.z*a,this._w=Math.cos(n),this._onChangeCallback(),this}setFromRotationMatrix(t){const r=t.elements,n=r[0],a=r[4],o=r[8],s=r[1],i=r[5],l=r[9],c=r[2],u=r[6],d=r[10],h=n+i+d;if(h>0){const p=.5/Math.sqrt(h+1);this._w=.25/p,this._x=(u-l)*p,this._y=(o-c)*p,this._z=(s-a)*p}else if(n>i&&n>d){const p=2*Math.sqrt(1+n-i-d);this._w=(u-l)/p,this._x=.25*p,this._y=(a+s)/p,this._z=(o+c)/p}else if(i>d){const p=2*Math.sqrt(1+i-n-d);this._w=(o-c)/p,this._x=(a+s)/p,this._y=.25*p,this._z=(l+u)/p}else{const p=2*Math.sqrt(1+d-n-i);this._w=(s-a)/p,this._x=(o+c)/p,this._y=(l+u)/p,this._z=.25*p}return this._onChangeCallback(),this}setFromUnitVectors(t,r){let n=t.dot(r)+1;return n<Number.EPSILON?(n=0,Math.abs(t.x)>Math.abs(t.z)?(this._x=-t.y,this._y=t.x,this._z=0,this._w=n):(this._x=0,this._y=-t.z,this._z=t.y,this._w=n)):(this._x=t.y*r.z-t.z*r.y,this._y=t.z*r.x-t.x*r.z,this._z=t.x*r.y-t.y*r.x,this._w=n),this.normalize()}angleTo(t){return 2*Math.acos(Math.abs(Ut(this.dot(t),-1,1)))}rotateTowards(t,r){const n=this.angleTo(t);if(n===0)return this;const a=Math.min(1,r/n);return this.slerp(t,a),this}identity(){return this.set(0,0,0,1)}invert(){return this.conjugate()}conjugate(){return this._x*=-1,this._y*=-1,this._z*=-1,this._onChangeCallback(),this}dot(t){return this._x*t._x+this._y*t._y+this._z*t._z+this._w*t._w}lengthSq(){return this._x*this._x+this._y*this._y+this._z*this._z+this._w*this._w}length(){return Math.sqrt(this._x*this._x+this._y*this._y+this._z*this._z+this._w*this._w)}normalize(){let t=this.length();return t===0?(this._x=0,this._y=0,this._z=0,this._w=1):(t=1/t,this._x=this._x*t,this._y=this._y*t,this._z=this._z*t,this._w=this._w*t),this._onChangeCallback(),this}multiply(t){return this.multiplyQuaternions(this,t)}premultiply(t){return this.multiplyQuaternions(t,this)}multiplyQuaternions(t,r){const n=t._x,a=t._y,o=t._z,s=t._w,i=r._x,l=r._y,c=r._z,u=r._w;return this._x=n*u+s*i+a*c-o*l,this._y=a*u+s*l+o*i-n*c,this._z=o*u+s*c+n*l-a*i,this._w=s*u-n*i-a*l-o*c,this._onChangeCallback(),this}slerp(t,r){if(r===0)return this;if(r===1)return this.copy(t);const n=this._x,a=this._y,o=this._z,s=this._w;let i=s*t._w+n*t._x+a*t._y+o*t._z;if(i<0?(this._w=-t._w,this._x=-t._x,this._y=-t._y,this._z=-t._z,i=-i):this.copy(t),i>=1)return this._w=s,this._x=n,this._y=a,this._z=o,this;const l=1-i*i;if(l<=Number.EPSILON){const p=1-r;return this._w=p*s+r*this._w,this._x=p*n+r*this._x,this._y=p*a+r*this._y,this._z=p*o+r*this._z,this.normalize(),this}const c=Math.sqrt(l),u=Math.atan2(c,i),d=Math.sin((1-r)*u)/c,h=Math.sin(r*u)/c;return this._w=s*d+this._w*h,this._x=n*d+this._x*h,this._y=a*d+this._y*h,this._z=o*d+this._z*h,this._onChangeCallback(),this}slerpQuaternions(t,r,n){return this.copy(t).slerp(r,n)}random(){const t=2*Math.PI*Math.random(),r=2*Math.PI*Math.random(),n=Math.random(),a=Math.sqrt(1-n),o=Math.sqrt(n);return this.set(a*Math.sin(t),a*Math.cos(t),o*Math.sin(r),o*Math.cos(r))}equals(t){return t._x===this._x&&t._y===this._y&&t._z===this._z&&t._w===this._w}fromArray(t,r=0){return this._x=t[r],this._y=t[r+1],this._z=t[r+2],this._w=t[r+3],this._onChangeCallback(),this}toArray(t=[],r=0){return t[r]=this._x,t[r+1]=this._y,t[r+2]=this._z,t[r+3]=this._w,t}fromBufferAttribute(t,r){return this._x=t.getX(r),this._y=t.getY(r),this._z=t.getZ(r),this._w=t.getW(r),this._onChangeCallback(),this}toJSON(){return this.toArray()}_onChange(t){return this._onChangeCallback=t,this}_onChangeCallback(){}*[Symbol.iterator](){yield this._x,yield this._y,yield this._z,yield this._w}}class ln{constructor(t=0,r=0,n=0){ln.prototype.isVector3=!0,this.x=t,this.y=r,this.z=n}set(t,r,n){return n===void 0&&(n=this.z),this.x=t,this.y=r,this.z=n,this}setScalar(t){return this.x=t,this.y=t,this.z=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setZ(t){return this.z=t,this}setComponent(t,r){switch(t){case 0:this.x=r;break;case 1:this.y=r;break;case 2:this.z=r;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;default:throw new Error("index is out of range: "+t)}}clone(){return new this.constructor(this.x,this.y,this.z)}copy(t){return this.x=t.x,this.y=t.y,this.z=t.z,this}add(t){return this.x+=t.x,this.y+=t.y,this.z+=t.z,this}addScalar(t){return this.x+=t,this.y+=t,this.z+=t,this}addVectors(t,r){return this.x=t.x+r.x,this.y=t.y+r.y,this.z=t.z+r.z,this}addScaledVector(t,r){return this.x+=t.x*r,this.y+=t.y*r,this.z+=t.z*r,this}sub(t){return this.x-=t.x,this.y-=t.y,this.z-=t.z,this}subScalar(t){return this.x-=t,this.y-=t,this.z-=t,this}subVectors(t,r){return this.x=t.x-r.x,this.y=t.y-r.y,this.z=t.z-r.z,this}multiply(t){return this.x*=t.x,this.y*=t.y,this.z*=t.z,this}multiplyScalar(t){return this.x*=t,this.y*=t,this.z*=t,this}multiplyVectors(t,r){return this.x=t.x*r.x,this.y=t.y*r.y,this.z=t.z*r.z,this}applyEuler(t){return this.applyQuaternion(Wd.setFromEuler(t))}applyAxisAngle(t,r){return this.applyQuaternion(Wd.setFromAxisAngle(t,r))}applyMatrix3(t){const r=this.x,n=this.y,a=this.z,o=t.elements;return this.x=o[0]*r+o[3]*n+o[6]*a,this.y=o[1]*r+o[4]*n+o[7]*a,this.z=o[2]*r+o[5]*n+o[8]*a,this}applyNormalMatrix(t){return this.applyMatrix3(t).normalize()}applyMatrix4(t){const r=this.x,n=this.y,a=this.z,o=t.elements,s=1/(o[3]*r+o[7]*n+o[11]*a+o[15]);return this.x=(o[0]*r+o[4]*n+o[8]*a+o[12])*s,this.y=(o[1]*r+o[5]*n+o[9]*a+o[13])*s,this.z=(o[2]*r+o[6]*n+o[10]*a+o[14])*s,this}applyQuaternion(t){const r=this.x,n=this.y,a=this.z,o=t.x,s=t.y,i=t.z,l=t.w,c=2*(s*a-i*n),u=2*(i*r-o*a),d=2*(o*n-s*r);return this.x=r+l*c+s*d-i*u,this.y=n+l*u+i*c-o*d,this.z=a+l*d+o*u-s*c,this}project(t){return this.applyMatrix4(t.matrixWorldInverse).applyMatrix4(t.projectionMatrix)}unproject(t){return this.applyMatrix4(t.projectionMatrixInverse).applyMatrix4(t.matrixWorld)}transformDirection(t){const r=this.x,n=this.y,a=this.z,o=t.elements;return this.x=o[0]*r+o[4]*n+o[8]*a,this.y=o[1]*r+o[5]*n+o[9]*a,this.z=o[2]*r+o[6]*n+o[10]*a,this.normalize()}divide(t){return this.x/=t.x,this.y/=t.y,this.z/=t.z,this}divideScalar(t){return this.multiplyScalar(1/t)}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this.z=Math.min(this.z,t.z),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this.z=Math.max(this.z,t.z),this}clamp(t,r){return this.x=Ut(this.x,t.x,r.x),this.y=Ut(this.y,t.y,r.y),this.z=Ut(this.z,t.z,r.z),this}clampScalar(t,r){return this.x=Ut(this.x,t,r),this.y=Ut(this.y,t,r),this.z=Ut(this.z,t,r),this}clampLength(t,r){const n=this.length();return this.divideScalar(n||1).multiplyScalar(Ut(n,t,r))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this}negate(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)}normalize(){return this.divideScalar(this.length()||1)}setLength(t){return this.normalize().multiplyScalar(t)}lerp(t,r){return this.x+=(t.x-this.x)*r,this.y+=(t.y-this.y)*r,this.z+=(t.z-this.z)*r,this}lerpVectors(t,r,n){return this.x=t.x+(r.x-t.x)*n,this.y=t.y+(r.y-t.y)*n,this.z=t.z+(r.z-t.z)*n,this}cross(t){return this.crossVectors(this,t)}crossVectors(t,r){const n=t.x,a=t.y,o=t.z,s=r.x,i=r.y,l=r.z;return this.x=a*l-o*i,this.y=o*s-n*l,this.z=n*i-a*s,this}projectOnVector(t){const r=t.lengthSq();if(r===0)return this.set(0,0,0);const n=t.dot(this)/r;return this.copy(t).multiplyScalar(n)}projectOnPlane(t){return Vi.copy(this).projectOnVector(t),this.sub(Vi)}reflect(t){return this.sub(Vi.copy(t).multiplyScalar(2*this.dot(t)))}angleTo(t){const r=Math.sqrt(this.lengthSq()*t.lengthSq());if(r===0)return Math.PI/2;const n=this.dot(t)/r;return Math.acos(Ut(n,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const r=this.x-t.x,n=this.y-t.y,a=this.z-t.z;return r*r+n*n+a*a}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)+Math.abs(this.z-t.z)}setFromSpherical(t){return this.setFromSphericalCoords(t.radius,t.phi,t.theta)}setFromSphericalCoords(t,r,n){const a=Math.sin(r)*t;return this.x=a*Math.sin(n),this.y=Math.cos(r)*t,this.z=a*Math.cos(n),this}setFromCylindrical(t){return this.setFromCylindricalCoords(t.radius,t.theta,t.y)}setFromCylindricalCoords(t,r,n){return this.x=t*Math.sin(r),this.y=n,this.z=t*Math.cos(r),this}setFromMatrixPosition(t){const r=t.elements;return this.x=r[12],this.y=r[13],this.z=r[14],this}setFromMatrixScale(t){const r=this.setFromMatrixColumn(t,0).length(),n=this.setFromMatrixColumn(t,1).length(),a=this.setFromMatrixColumn(t,2).length();return this.x=r,this.y=n,this.z=a,this}setFromMatrixColumn(t,r){return this.fromArray(t.elements,r*4)}setFromMatrix3Column(t,r){return this.fromArray(t.elements,r*3)}setFromEuler(t){return this.x=t._x,this.y=t._y,this.z=t._z,this}setFromColor(t){return this.x=t.r,this.y=t.g,this.z=t.b,this}equals(t){return t.x===this.x&&t.y===this.y&&t.z===this.z}fromArray(t,r=0){return this.x=t[r],this.y=t[r+1],this.z=t[r+2],this}toArray(t=[],r=0){return t[r]=this.x,t[r+1]=this.y,t[r+2]=this.z,t}fromBufferAttribute(t,r){return this.x=t.getX(r),this.y=t.getY(r),this.z=t.getZ(r),this}random(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this}randomDirection(){const t=Math.random()*Math.PI*2,r=Math.random()*2-1,n=Math.sqrt(1-r*r);return this.x=n*Math.cos(t),this.y=r,this.z=n*Math.sin(t),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z}}const Vi=new ln,Wd=new EE;function IE(e){var t=[];if(e.length===0)return"";if(typeof e[0]!="string")throw new TypeError("Url must be a string. Received "+e[0]);if(e[0].match(/^[^/:]+:\/*$/)&&e.length>1){var r=e.shift();e[0]=r+e[0]}e[0].match(/^file:\/\/\//)?e[0]=e[0].replace(/^([^/:]+):\/*/,"$1:///"):e[0]=e[0].replace(/^([^/:]+):\/*/,"$1://");for(var n=0;n<e.length;n++){var a=e[n];if(typeof a!="string")throw new TypeError("Url must be a string. Received "+a);a!==""&&(n>0&&(a=a.replace(/^[\/]+/,"")),n<e.length-1?a=a.replace(/[\/]+$/,""):a=a.replace(/[\/]+$/,"/"),t.push(a))}var o=t.join("/");o=o.replace(/\/(\?|&|#[^!])/g,"$1");var s=o.split("?");return o=s.shift()+(s.length>0?"?":"")+s.join("&"),o}function Ei(){var e;return typeof arguments[0]=="object"?e=arguments[0]:e=[].slice.call(arguments),IE(e)}var Rt={},Yd;function ME(){if(Yd)return Rt;Yd=1,Object.defineProperty(Rt,"__esModule",{value:!0}),Rt.TokenData=void 0,Rt.parse=d,Rt.compile=h,Rt.match=m,Rt.pathToRegexp=b,Rt.stringify=C;const e="/",t=A=>A,r=/^[$_\p{ID_Start}]$/u,n=/^[$\u200c\u200d\p{ID_Continue}]$/u,a="https://git.new/pathToRegexpError",o={"{":"{","}":"}","(":"(",")":")","[":"[","]":"]","+":"+","?":"?","!":"!"};function s(A){return A.replace(/[{}()\[\]+?!:*]/g,"\\$&")}function i(A){return A.replace(/[.+*?^${}()[\]|/\\]/g,"\\$&")}function*l(A){const E=[...A];let F=0;function y(){let T="";if(r.test(E[++F]))for(T+=E[F];n.test(E[++F]);)T+=E[F];else if(E[F]==='"'){let z=F;for(;F<E.length;){if(E[++F]==='"'){F++,z=0;break}E[F]==="\\"?T+=E[++F]:T+=E[F]}if(z)throw new TypeError(`Unterminated quote at ${z}: ${a}`)}if(!T)throw new TypeError(`Missing parameter name at ${F}: ${a}`);return T}for(;F<E.length;){const T=E[F],z=o[T];if(z)yield{type:z,index:F++,value:T};else if(T==="\\")yield{type:"ESCAPED",index:F++,value:E[F++]};else if(T===":"){const V=y();yield{type:"PARAM",index:F,value:V}}else if(T==="*"){const V=y();yield{type:"WILDCARD",index:F,value:V}}else yield{type:"CHAR",index:F,value:E[F++]}}return{type:"END",index:F,value:""}}class c{constructor(E){this.tokens=E}peek(){if(!this._peek){const E=this.tokens.next();this._peek=E.value}return this._peek}tryConsume(E){const F=this.peek();if(F.type===E)return this._peek=void 0,F.value}consume(E){const F=this.tryConsume(E);if(F!==void 0)return F;const{type:y,index:T}=this.peek();throw new TypeError(`Unexpected ${y} at ${T}, expected ${E}: ${a}`)}text(){let E="",F;for(;F=this.tryConsume("CHAR")||this.tryConsume("ESCAPED");)E+=F;return E}}class u{constructor(E){this.tokens=E}}Rt.TokenData=u;function d(A,E={}){const{encodePath:F=t}=E,y=new c(l(A));function T(V){const N=[];for(;;){const te=y.text();te&&N.push({type:"text",value:F(te)});const Z=y.tryConsume("PARAM");if(Z){N.push({type:"param",name:Z});continue}const ae=y.tryConsume("WILDCARD");if(ae){N.push({type:"wildcard",name:ae});continue}if(y.tryConsume("{")){N.push({type:"group",tokens:T("}")});continue}return y.consume(V),N}}const z=T("END");return new u(z)}function h(A,E={}){const{encode:F=encodeURIComponent,delimiter:y=e}=E,T=A instanceof u?A:d(A,E),z=p(T.tokens,y,F);return function(N={}){const[te,...Z]=z(N);if(Z.length)throw new TypeError(`Missing parameters: ${Z.join(", ")}`);return te}}function p(A,E,F){const y=A.map(T=>f(T,E,F));return T=>{const z=[""];for(const V of y){const[N,...te]=V(T);z[0]+=N,z.push(...te)}return z}}function f(A,E,F){if(A.type==="text")return()=>[A.value];if(A.type==="group"){const T=p(A.tokens,E,F);return z=>{const[V,...N]=T(z);return N.length?[""]:[V]}}const y=F||t;return A.type==="wildcard"&&F!==!1?T=>{const z=T[A.name];if(z==null)return["",A.name];if(!Array.isArray(z)||z.length===0)throw new TypeError(`Expected "${A.name}" to be a non-empty array`);return[z.map((V,N)=>{if(typeof V!="string")throw new TypeError(`Expected "${A.name}/${N}" to be a string`);return y(V)}).join(E)]}:T=>{const z=T[A.name];if(z==null)return["",A.name];if(typeof z!="string")throw new TypeError(`Expected "${A.name}" to be a string`);return[y(z)]}}function m(A,E={}){const{decode:F=decodeURIComponent,delimiter:y=e}=E,{regexp:T,keys:z}=b(A,E),V=z.map(N=>F===!1?t:N.type==="param"?F:te=>te.split(y).map(F));return function(te){const Z=T.exec(te);if(!Z)return!1;const ae=Z[0],re=Object.create(null);for(let le=1;le<Z.length;le++){if(Z[le]===void 0)continue;const q=z[le-1],X=V[le-1];re[q.name]=X(Z[le])}return{path:ae,params:re}}}function b(A,E={}){const{delimiter:F=e,end:y=!0,sensitive:T=!1,trailing:z=!0}=E,V=[],N=[],te=T?"":"i",ae=(Array.isArray(A)?A:[A]).map(q=>q instanceof u?q:d(q,E));for(const{tokens:q}of ae)for(const X of x(q,0,[])){const he=_(X,F,V);N.push(he)}let re=`^(?:${N.join("|")})`;return z&&(re+=`(?:${i(F)}$)?`),re+=y?"$":`(?=${i(F)}|$)`,{regexp:new RegExp(re,te),keys:V}}function*x(A,E,F){if(E===A.length)return yield F;const y=A[E];if(y.type==="group"){const T=F.slice();for(const z of x(y.tokens,0,T))yield*x(A,E+1,z)}else F.push(y);yield*x(A,E+1,F)}function _(A,E,F){let y="",T="",z=!0;for(let V=0;V<A.length;V++){const N=A[V];if(N.type==="text"){y+=i(N.value),T+=N.value,z||(z=N.value.includes(E));continue}if(N.type==="param"||N.type==="wildcard"){if(!z&&!T)throw new TypeError(`Missing text after "${N.name}": ${a}`);N.type==="param"?y+=`(${O(E,z?"":T)}+)`:y+="([\\s\\S]+)",F.push(N),T="",z=!1;continue}}return y}function O(A,E){return E.length<2?A.length<2?`[^${i(A+E)}]`:`(?:(?!${i(A)})[^${i(E)}])`:A.length<2?`(?:(?!${i(E)})[^${i(A)}])`:`(?:(?!${i(E)}|${i(A)})[\\s\\S])`}function C(A){return A.tokens.map(function E(F,y,T){if(F.type==="text")return s(F.value);if(F.type==="group")return`{${F.tokens.map(E).join("")}}`;const V=P(F.name)&&w(T[y+1])?F.name:JSON.stringify(F.name);if(F.type==="param")return`:${V}`;if(F.type==="wildcard")return`*${V}`;throw new TypeError(`Unexpected token: ${F}`)}).join("")}function P(A){const[E,...F]=A;return r.test(E)?F.every(y=>n.test(y)):!1}function w(A){return(A==null?void 0:A.type)!=="text"?!0:!n.test(A.value[0])}return Rt}var $E=ME();function pf(e,t,r){if(t.length!==e.length)return!0;for(let n=0;n<t.length;n++)if(Math.abs(t[n]-e[n])>r)return!1;return!0}function mf(e,t,r){if(e===void 0&&t||e&&t===void 0)return!1;if(e===void 0||t===void 0)return!0;let n=0;return n+=Math.abs(e.orientation.x-t.orientation.x),n+=Math.abs(e.orientation.y-t.orientation.y),n+=Math.abs(e.orientation.z-t.orientation.z),n+=Math.abs(e.position.x-t.position.x),n+=Math.abs(e.position.y-t.position.y),n+=Math.abs(e.position.z-t.position.z),n>r?!1:e.coordinate_system===t.coordinate_system&&e.tcp===t.tcp}var Kd=1e-4,jE=class ff{constructor(t,r,n,a,o,s,i,l,c,u,d,h){this.nova=t,this.controller=r,this.motionGroup=n,this.initialMotionState=a,this.motionStateSocket=o,this.isVirtual=s,this.tcps=i,this.motionGroupSpecification=l,this.safetySetup=c,this.mounting=u,this.initialControllerState=d,this.controllerStateSocket=h,this.connectedJoggingCartesianSocket=null,this.connectedJoggingJointsSocket=null,this.joggingVelocity=10,this.activationState="inactive",this.rapidlyChangingMotionState=a,this.controllerState=d,h.addEventListener("message",p=>{var f;const m=(f=ar(p.data))==null?void 0:f.result;m&&Be.runInAction(()=>{this.controllerState=m})}),o.addEventListener("message",p=>{var f;const m=(f=ar(p.data))==null?void 0:f.result;if(!m)throw new Error(`Failed to get motion state for ${this.motionGroupId}: ${p.data}`);pf(this.rapidlyChangingMotionState.state.joint_position.joints,m.state.joint_position.joints,Kd)||Be.runInAction(()=>{this.rapidlyChangingMotionState.state=m.state}),mf(this.rapidlyChangingMotionState.tcp_pose,m.tcp_pose,Kd)||Be.runInAction(()=>{this.rapidlyChangingMotionState.tcp_pose=m.tcp_pose})}),Be.makeAutoObservable(this)}static connect(t,r,n){return Re(this,null,function*(){var a,o;const[s,i]=r.split("@"),l=n.find(w=>w.controller===i),c=l==null?void 0:l.physical_motion_groups.find(w=>w.motion_group===r);if(!l||!c)throw new Error(`Controller ${i} or motion group ${r} not found`);const u=t.openReconnectingWebsocket(`/motion-groups/${r}/state-stream`),d=yield u.firstMessage(),h=(a=ar(d.data))==null?void 0:a.result;if(!h)throw new Error(`Unable to parse initial motion state message ${d.data}`);console.log(`Connected motion state websocket to motion group ${c.motion_group}. Initial state:
151
- `,h);const f=(yield t.api.controller.getRobotController(l.controller)).configuration.kind==="VirtualController",m=yield Re(this,null,function*(){try{return yield t.api.motionGroupInfos.getMounting(c.motion_group)}catch(w){return console.error(`Error fetching mounting for ${c.motion_group}`,w),null}}),b=t.openReconnectingWebsocket(`/controllers/${l.controller}/state-stream?response_rate=1000`),x=yield b.firstMessage(),_=(o=ar(x.data))==null?void 0:o.result;if(!_)throw new Error(`Unable to parse initial controller state message ${x.data}`);console.log(`Connected controller state websocket to controller ${l.controller}. Initial state:
152
- `,_);const{tcps:O}=yield t.api.motionGroupInfos.listTcps(r),C=yield t.api.motionGroupInfos.getMotionGroupSpecification(r),P=yield t.api.motionGroupInfos.getSafetySetup(r);return new ff(t,l,c,h,u,f,O,C,P,m,_,b)})}get motionGroupId(){return this.motionGroup.motion_group}get controllerId(){return this.controller.controller}get modelFromController(){return this.motionGroup.model_from_controller}get wandelscriptIdentifier(){const t=this.motionGroupId.split("@")[0];return`${this.controllerId.replaceAll("-","_")}_${t}`}get joggingVelocityRads(){return this.joggingVelocity*Math.PI/180}get joints(){return this.initialMotionState.state.joint_position.joints.map((t,r)=>({index:r}))}get dhParameters(){return this.motionGroupSpecification.dh_parameters}get safetyZones(){return this.safetySetup.safety_zones}get mountingPosition(){return this.mounting?[this.mounting.pose.position.x/1e3,this.mounting.pose.position.y/1e3,this.mounting.pose.position.z/1e3]:[0,0,0]}get mountingQuaternion(){var t,r,n,a,o,s;const i=new ke.Vector3(((r=(t=this.mounting)==null?void 0:t.pose.orientation)==null?void 0:r.x)||0,((a=(n=this.mounting)==null?void 0:n.pose.orientation)==null?void 0:a.y)||0,((s=(o=this.mounting)==null?void 0:o.pose.orientation)==null?void 0:s.z)||0),l=i.length(),c=i.normalize();return new ke.Quaternion().setFromAxisAngle(c,l)}get isEstopActive(){return["SAFETY_STATE_ROBOT_EMERGENCY_STOP","SAFETY_STATE_DEVICE_EMERGENCY_STOP"].includes(this.controllerState.safety_state)}get isMoveableSafetyState(){return["SAFETY_STATE_NORMAL","SAFETY_STATE_REDUCED"].includes(this.controllerState.safety_state)}get isMoveableOperationMode(){return["OPERATION_MODE_AUTO","OPERATION_MODE_MANUAL","OPERATION_MODE_MANUAL_T1","OPERATION_MODE_MANUAL_T2"].includes(this.controllerState.operation_mode)}get canBeMoved(){return this.isMoveableSafetyState&&this.isMoveableOperationMode&&this.activationState==="active"}deactivate(){return Re(this,null,function*(){if(this.activationState!=="active"){console.error("Tried to deactivate while already deactivating");return}Be.runInAction(()=>{this.activationState="deactivating"});try{yield this.nova.api.controller.setDefaultMode(this.controllerId,"MODE_MONITOR"),Be.runInAction(()=>{this.activationState="inactive"})}catch(t){throw Be.runInAction(()=>{this.activationState="active"}),t}})}activate(){return Re(this,null,function*(){if(this.activationState!=="inactive"){console.error("Tried to activate while already activating");return}Be.runInAction(()=>{this.activationState="activating"});try{yield this.nova.api.controller.setDefaultMode(this.controllerId,"MODE_CONTROL"),Be.runInAction(()=>{this.activationState="active"})}catch(t){throw Be.runInAction(()=>{this.activationState="inactive"}),t}})}toggleActivation(){this.activationState==="inactive"?this.activate():this.activationState==="active"&&this.deactivate()}dispose(){this.motionStateSocket.close(),this.connectedJoggingCartesianSocket&&this.connectedJoggingCartesianSocket.close(),this.connectedJoggingJointsSocket&&this.connectedJoggingJointsSocket.close()}setJoggingVelocity(t){this.joggingVelocity=t}},kE=class gf{constructor(t,r={}){this.motionStream=t,this.opts=r,this.cartesianWebsocket=null,this.jointWebsocket=null,this.cartesianJoggingOpts={}}static open(t,r){return Re(this,arguments,function*(n,a,o={}){const s=yield n.connectMotionStream(a);return new gf(s,o)})}get motionGroupId(){return this.motionStream.motionGroupId}get nova(){return this.motionStream.nova}get numJoints(){return this.motionStream.joints.length}get activeJoggingMode(){return this.cartesianWebsocket?"cartesian":this.jointWebsocket?"joint":"increment"}get activeWebsocket(){return this.cartesianWebsocket||this.jointWebsocket}stop(){return Re(this,null,function*(){this.cartesianWebsocket&&this.cartesianWebsocket.sendJson({motion_group:this.motionGroupId,position_direction:{x:0,y:0,z:0},rotation_direction:{x:0,y:0,z:0},position_velocity:0,rotation_velocity:0,tcp:this.cartesianJoggingOpts.tcpId,coordinate_system:this.cartesianJoggingOpts.coordSystemId}),this.jointWebsocket&&this.jointWebsocket.sendJson({motion_group:this.motionGroupId,joint_velocities:new Array(this.numJoints).fill(0)})})}dispose(){this.cartesianWebsocket&&this.cartesianWebsocket.dispose(),this.jointWebsocket&&this.jointWebsocket.dispose()}setJoggingMode(t,r){console.log("Setting jogging mode to",t),r&&(BR(this.cartesianJoggingOpts,r)||this.cartesianWebsocket&&(this.cartesianWebsocket.dispose(),this.cartesianWebsocket=null),this.cartesianJoggingOpts=r),t!=="cartesian"&&this.cartesianWebsocket&&(this.cartesianWebsocket.dispose(),this.cartesianWebsocket=null),t!=="joint"&&this.jointWebsocket&&(this.jointWebsocket.dispose(),this.jointWebsocket=null),t==="cartesian"&&!this.cartesianWebsocket&&(this.cartesianWebsocket=this.nova.openReconnectingWebsocket("/motion-groups/move-tcp"),this.cartesianWebsocket.addEventListener("message",n=>{const a=ar(n.data);if(a&&"error"in a)if(this.opts.onError)this.opts.onError(n.data);else throw new Error(n.data)})),t==="joint"&&!this.jointWebsocket&&(this.jointWebsocket=this.nova.openReconnectingWebsocket("/motion-groups/move-joint"),this.jointWebsocket.addEventListener("message",n=>{const a=ar(n.data);if(a&&"error"in a)if(this.opts.onError)this.opts.onError(n.data);else throw new Error(n.data)}))}startJointRotation(t){return Re(this,arguments,function*({joint:r,direction:n,velocityRadsPerSec:a}){if(!this.jointWebsocket)throw new Error("Joint jogging websocket not connected; call setJoggingMode first");const o=new Array(this.numJoints).fill(0);o[r]=n==="-"?-a:a,this.jointWebsocket.sendJson({motion_group:this.motionGroupId,joint_velocities:o})})}startTCPTranslation(t){return Re(this,arguments,function*({axis:r,direction:n,velocityMmPerSec:a}){if(!this.cartesianWebsocket)throw new Error("Cartesian jogging websocket not connected; call setJoggingMode first");const o={x:0,y:0,z:0},s=Object.assign({},o);s[r]=n==="-"?-1:1,this.cartesianWebsocket.sendJson({motion_group:this.motionGroupId,position_direction:s,rotation_direction:o,position_velocity:a,rotation_velocity:0,tcp:this.cartesianJoggingOpts.tcpId,coordinate_system:this.cartesianJoggingOpts.coordSystemId})})}startTCPRotation(t){return Re(this,arguments,function*({axis:r,direction:n,velocityRadsPerSec:a}){if(!this.cartesianWebsocket)throw new Error("Cartesian jogging websocket not connected; call setJoggingMode first");const o={x:0,y:0,z:0},s=Object.assign({},o);s[r]=n==="-"?-1:1,this.cartesianWebsocket.sendJson({motion_group:this.motionGroupId,position_direction:o,rotation_direction:s,position_velocity:0,rotation_velocity:a,tcp:this.cartesianJoggingOpts.tcpId,coordinate_system:this.cartesianJoggingOpts.coordSystemId})})}runIncrementalCartesianMotion(t){return Re(this,arguments,function*({currentTcpPose:r,currentJoints:n,coordSystemId:a,velocityInRelevantUnits:o,axis:s,direction:i,motion:l}){var c;const u=[];if(!r_(r.coordinate_system,a))throw new Error(`Current TCP pose coordinate system ${r.coordinate_system} does not match target coordinate system ${a}`);if(l.type==="translate"){const p=Object.assign({},r.position);p[s]+=l.distanceMm*(i==="-"?-1:1),u.push({settings:{limits_override:{tcp_velocity_limit:o}},line:{position:p,orientation:r.orientation,coordinate_system:a}})}else if(l.type==="rotate"){const p=new ln(r.orientation.x,r.orientation.y,r.orientation.z),f=p.length(),m=p.clone().normalize(),b=l.distanceRads*(i==="-"?-1:1),x=new ln(0,0,0);x[s]=1;const _=Math.cos(.5*b)*Math.cos(.5*f),O=Math.sin(.5*b)*Math.sin(.5*f),C=Math.sin(.5*b)*Math.cos(.5*f),P=Math.cos(.5*b)*Math.sin(.5*f),w=x.dot(m),A=x.clone().cross(m),E=2*Math.acos(_-O*w),F=E/Math.sin(.5*E),y=new ln().addScaledVector(A,O).addScaledVector(x,C).addScaledVector(m,P).multiplyScalar(F);u.push({settings:{limits_override:{tcp_orientation_velocity_limit:o}},line:{position:r.position,orientation:y,coordinate_system:a}})}const d=yield this.nova.api.motion.planMotion({motion_group:this.motionGroupId,start_joint_position:n,tcp:this.cartesianJoggingOpts.tcpId,commands:u}),h=(c=d.plan_successful_response)==null?void 0:c.motion;if(!h)throw new Error(`Failed to plan jogging increment motion ${JSON.stringify(d)}`);yield this.nova.api.motion.streamMoveForward(h,100,void 0,void 0,void 0,{timeout:1e3*60})})}runIncrementalJointRotation(t){return Re(this,arguments,function*({joint:r,currentJoints:n,velocityRadsPerSec:a,direction:o,distanceRads:s}){var i;const l=[...n.joints];l[r]+=s*(o==="-"?-1:1);const c=new Array(n.joints.length).fill(a),u=yield this.nova.api.motion.planMotion({motion_group:this.motionGroupId,start_joint_position:n,commands:[{settings:{limits_override:{joint_velocity_limits:{joints:c}}},joint_ptp:{joints:l}}]}),d=(i=u.plan_successful_response)==null?void 0:i.motion;if(!d){console.error("Failed to plan jogging increment motion",u);return}yield this.nova.api.motion.streamMoveForward(d,100,void 0,void 0,void 0,{timeout:1e3*60})})}},Qd=1e-4;function UE(e,t){const r=new vt.Vector3(t.x,t.y,t.z),n=new vt.Vector3(e.x,e.y,e.z),a=r.length(),o=r.normalize();let s=n.length(),i=n.normalize();i.dot(o)<0&&(s=-s,i=i.multiplyScalar(-1));let l=s-a;return l-=2*Math.PI*Math.floor((l+Math.PI)/(2*Math.PI)),s=a+l,i.multiplyScalar(s)}var LE=class yf{constructor(t,r,n,a,o){this.nova=t,this.controller=r,this.motionGroup=n,this.initialMotionState=a,this.motionStateSocket=o,this.rapidlyChangingMotionState=a,o.addEventListener("message",s=>{var i;const l=(i=ar(s.data))==null?void 0:i.result;if(!l)throw new Error(`Failed to get motion state for ${this.motionGroupId}: ${s.data}`);pf(this.rapidlyChangingMotionState.state.joint_position.joints,l.state.joint_position.joints,Qd)||Be.runInAction(()=>{this.rapidlyChangingMotionState.state=l.state}),mf(this.rapidlyChangingMotionState.tcp_pose,l.tcp_pose,Qd)||Be.runInAction(()=>{this.rapidlyChangingMotionState.tcp_pose==null?this.rapidlyChangingMotionState.tcp_pose=l.tcp_pose:this.rapidlyChangingMotionState.tcp_pose={position:l.tcp_pose.position,orientation:UE(l.tcp_pose.orientation,this.rapidlyChangingMotionState.tcp_pose.orientation),tcp:l.tcp_pose.tcp,coordinate_system:l.tcp_pose.coordinate_system}})}),Be.makeAutoObservable(this)}static open(t,r){return Re(this,null,function*(){var n;const{instances:a}=yield t.api.controller.listControllers(),[o,s]=r.split("@"),i=a.find(h=>h.controller===s),l=i==null?void 0:i.physical_motion_groups.find(h=>h.motion_group===r);if(!i||!l)throw new Error(`Controller ${s} or motion group ${r} not found`);const c=t.openReconnectingWebsocket(`/motion-groups/${r}/state-stream`),u=yield c.firstMessage();console.log("got first message",u);const d=(n=ar(u.data))==null?void 0:n.result;if(!d)throw new Error(`Unable to parse initial motion state message ${u.data}`);return console.log(`Connected motion state websocket to motion group ${l.motion_group}. Initial state:
153
- `,d),new yf(t,i,l,d,c)})}get motionGroupId(){return this.motionGroup.motion_group}get controllerId(){return this.controller.controller}get modelFromController(){return this.motionGroup.model_from_controller}get wandelscriptIdentifier(){const t=this.motionGroupId.split("@")[0];return`${this.controllerId.replaceAll("-","_")}_${t}`}get joints(){return this.initialMotionState.state.joint_position.joints.map((t,r)=>({index:r}))}dispose(){this.motionStateSocket.close()}},DE=class{constructor(e,t){this.cellId=e,this.opts=t,this.system=this.withUnwrappedResponsesOnly(OE),this.cell=this.withUnwrappedResponsesOnly(LV),this.deviceConfig=this.withCellId(qV),this.motionGroup=this.withCellId(aE),this.motionGroupInfos=this.withCellId(sE),this.controller=this.withCellId(BV),this.program=this.withCellId(hE),this.programValues=this.withCellId(mE),this.controllerIOs=this.withCellId(FV),this.motionGroupKinematic=this.withCellId(uE),this.motion=this.withCellId(rE),this.coordinateSystems=this.withCellId(GV),this.application=this.withCellId(Jd),this.applicationGlobal=this.withUnwrappedResponsesOnly(Jd),this.motionGroupJogging=this.withCellId(lE),this.virtualRobot=this.withCellId(CE),this.virtualRobotSetup=this.withCellId(VE),this.virtualRobotMode=this.withCellId(RE),this.virtualRobotBehavior=this.withCellId(TE),this.libraryProgramMetadata=this.withCellId(KV),this.libraryProgram=this.withCellId(WV),this.libraryRecipeMetadata=this.withCellId(eE),this.libraryRecipe=this.withCellId(XV),this.storeObject=this.withCellId(SE),this.storeCollisionComponents=this.withCellId(gE),this.storeCollisionScenes=this.withCellId(bE)}withCellId(e){var t,r;const n=new e(ol(rn({},this.opts),{isJsonMime:a=>a==="application/json"}),(t=this.opts.basePath)!=null?t:"",(r=this.opts.axiosInstance)!=null?r:R.create());for(const a of Reflect.ownKeys(Reflect.getPrototypeOf(n)))if(a!=="constructor"&&typeof n[a]=="function"){const o=n[a];n[a]=(...s)=>o.apply(n,[this.cellId,...s]).then(i=>i.data)}return n}withUnwrappedResponsesOnly(e){var t,r;const n=new e(ol(rn({},this.opts),{isJsonMime:a=>a==="application/json"}),(t=this.opts.basePath)!=null?t:"",(r=this.opts.axiosInstance)!=null?r:R.create());for(const a of Reflect.ownKeys(Reflect.getPrototypeOf(n)))if(a!=="constructor"&&typeof n[a]=="function"){const o=n[a];n[a]=(...s)=>o.apply(n,s).then(i=>i.data)}return n}},BE=class{constructor(){this.connections=[]}handleAPIRequest(e){return Re(this,null,function*(){var t,r,n;const a=[{method:"GET",path:"/cells/:cellId/controllers",handle(){return{instances:[{controller:"mock-ur5e",model_name:"UniversalRobots::Controller",host:"mock-ur5e",allow_software_install_on_controller:!0,physical_motion_groups:[{motion_group:"0@mock-ur5e",name_from_controller:"UR5e",active:!1,model_from_controller:"UniversalRobots_UR5e"}],has_error:!1,error_details:""}]}}},{method:"GET",path:"/cells/:cellId/controllers/:controllerId",handle(){return{configuration:{kind:"VirtualController",manufacturer:"universalrobots",position:"[0,-1.571,-1.571,-1.571,1.571,-1.571,0]",type:"universalrobots-ur5e"},name:"mock-ur5"}}},{method:"GET",path:"/cells/:cellId/motion-groups/:motionGroupId/specification",handle(){return{dh_parameters:[{alpha:1.5707963267948966,theta:0,a:0,d:162.25,reverse_rotation_direction:!1},{alpha:0,theta:0,a:-425,d:0,reverse_rotation_direction:!1},{alpha:0,theta:0,a:-392.2,d:0,reverse_rotation_direction:!1},{alpha:1.5707963267948966,theta:0,a:0,d:133.3,reverse_rotation_direction:!1},{alpha:-1.5707963267948966,theta:0,a:0,d:99.7,reverse_rotation_direction:!1},{alpha:0,theta:0,a:0,d:99.6,reverse_rotation_direction:!1}],mechanical_joint_limits:[{joint:"JOINTNAME_AXIS_1",lower_limit:-6.335545063018799,upper_limit:6.335545063018799,unlimited:!1},{joint:"JOINTNAME_AXIS_2",lower_limit:-6.335545063018799,upper_limit:6.335545063018799,unlimited:!1},{joint:"JOINTNAME_AXIS_3",lower_limit:-6.335545063018799,upper_limit:6.335545063018799,unlimited:!1},{joint:"JOINTNAME_AXIS_4",lower_limit:-6.335545063018799,upper_limit:6.335545063018799,unlimited:!1},{joint:"JOINTNAME_AXIS_5",lower_limit:-6.335545063018799,upper_limit:6.335545063018799,unlimited:!1},{joint:"JOINTNAME_AXIS_6",lower_limit:-6.335545063018799,upper_limit:6.335545063018799,unlimited:!1}]}}},{method:"GET",path:"/cells/:cellId/motion-groups/:motionGroupId/safety-setup",handle(){return{safety_settings:[{safety_state:"SAFETY_NORMAL",settings:{joint_position_limits:[{joint:"JOINTNAME_AXIS_1",lower_limit:-2.96705961227417,upper_limit:2.96705961227417,unlimited:!1},{joint:"JOINTNAME_AXIS_2",lower_limit:-1.7453292608261108,upper_limit:2.7925267219543457,unlimited:!1},{joint:"JOINTNAME_AXIS_3",lower_limit:-3.3161256313323975,upper_limit:.40142571926116943,unlimited:!1},{joint:"JOINTNAME_AXIS_4",lower_limit:-3.4906585216522217,upper_limit:3.4906585216522217,unlimited:!1},{joint:"JOINTNAME_AXIS_5",lower_limit:-2.4434609413146973,upper_limit:2.4434609413146973,unlimited:!1},{joint:"JOINTNAME_AXIS_6",lower_limit:-4.71238899230957,upper_limit:4.71238899230957,unlimited:!1}],joint_velocity_limits:[{joint:"JOINTNAME_AXIS_1",limit:3.1415927410125732},{joint:"JOINTNAME_AXIS_2",limit:3.1415927410125732},{joint:"JOINTNAME_AXIS_3",limit:3.4906585216522217},{joint:"JOINTNAME_AXIS_4",limit:6.108652591705322},{joint:"JOINTNAME_AXIS_5",limit:6.108652591705322},{joint:"JOINTNAME_AXIS_6",limit:6.981317043304443}],joint_acceleration_limits:[],joint_torque_limits:[],tcp_velocity_limit:1800}}],safety_zones:[{id:1,priority:0,geometry:{compound:{child_geometries:[{convex_hull:{vertices:[{x:-800,y:-1330,z:-1820},{x:1650,y:-1330,z:-1820},{x:1650,y:1330,z:-1820},{x:-800,y:1330,z:-1820}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"box"},{convex_hull:{vertices:[{x:-800,y:-1330,z:-1820},{x:1650,y:-1330,z:-1820},{x:1650,y:-1330,z:1500},{x:-800,y:-1330,z:1500}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"box"},{convex_hull:{vertices:[{x:-800,y:-1330,z:-1820},{x:-800,y:1330,z:-1820},{x:-800,y:1330,z:1500},{x:-800,y:-1330,z:1500}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"box"},{convex_hull:{vertices:[{x:1650,y:1330,z:1500},{x:-800,y:1330,z:1500},{x:-800,y:-1330,z:1500},{x:1650,y:-1330,z:1500}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"box"},{convex_hull:{vertices:[{x:1650,y:1330,z:1500},{x:-800,y:1330,z:1500},{x:-800,y:1330,z:-1820},{x:1650,y:1330,z:-1820}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"box"},{convex_hull:{vertices:[{x:1650,y:1330,z:1500},{x:1650,y:-1330,z:1500},{x:1650,y:-1330,z:-1820},{x:1650,y:1330,z:-1820}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"box"}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"Cell workzone"},motion_group_uid:1},{id:2,priority:0,geometry:{convex_hull:{vertices:[{x:1650,y:1330,z:-1850},{x:865,y:1330,z:-1850},{x:865,y:-720,z:-1850},{x:1650,y:-720,z:-1850},{x:1650,y:1330,z:-920},{x:865,y:1330,z:-920},{x:865,y:-720,z:-920},{x:1650,y:-720,z:-920}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"Transport"},motion_group_uid:1},{id:3,priority:0,geometry:{convex_hull:{vertices:[{x:1650,y:1330,z:-600},{x:865,y:1330,z:-600},{x:865,y:430,z:-600},{x:1650,y:430,z:-600},{x:1650,y:1330,z:-1250},{x:865,y:1330,z:-1250},{x:865,y:430,z:-1250},{x:1650,y:430,z:-1250}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"Tunel"},motion_group_uid:1},{id:4,priority:0,geometry:{convex_hull:{vertices:[{x:1650,y:-760,z:-440},{x:900,y:-760,z:-440},{x:900,y:-1330,z:-440},{x:1650,y:-1330,z:-440},{x:1650,y:-760,z:-1800},{x:900,y:-760,z:-1800},{x:900,y:-1330,z:-1800},{x:1650,y:-1330,z:-1800}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"Fanuc controller"},motion_group_uid:1},{id:6,priority:0,geometry:{convex_hull:{vertices:[{x:-200,y:-200,z:-1900},{x:200,y:-200,z:-1900},{x:200,y:200,z:-1900},{x:-200,y:200,z:-1900},{x:-200,y:-200,z:-350},{x:200,y:-200,z:-350},{x:200,y:200,z:-350},{x:-200,y:200,z:-350}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"Robot base"},motion_group_uid:1}],robot_model_geometries:[{link_index:1,geometry:{sphere:{radius:270},init_pose:{position:{x:-70,y:-70,z:-50},orientation:{x:0,y:0,z:0,w:1}},id:"link1_sphere"}},{link_index:2,geometry:{capsule:{radius:160,cylinder_height:800},init_pose:{position:{x:-450,y:40,z:170},orientation:{x:0,y:-.7071067811865475,z:0,w:.7071067811865476}},id:"link2_capsule"}},{link_index:3,geometry:{sphere:{radius:270},init_pose:{position:{x:-110,y:10,z:-100},orientation:{x:0,y:0,z:0,w:1}},id:"link3_sphere"}},{link_index:4,geometry:{capsule:{radius:110,cylinder_height:600},init_pose:{position:{x:0,y:300,z:40},orientation:{x:-.7071067811865475,y:0,z:0,w:.7071067811865476}},id:"link4_capsule"}},{link_index:5,geometry:{sphere:{radius:75},init_pose:{position:{x:0,y:0,z:-50},orientation:{x:0,y:0,z:0,w:1}},id:"link5_sphere"}}],tool_geometries:[]}}},{method:"GET",path:"/cells/:cellId/coordinate-systems",handle(){return{coordinatesystems:[{coordinate_system:"",name:"world",reference_uid:"",position:{x:0,y:0,z:0},rotation:{angles:[0,0,0],type:"ROTATION_VECTOR"}}]}}},{method:"GET",path:"/cells/:cellId/motion-groups/:motionGroupId/tcps",handle(){return{tcps:[{id:"Flange",readable_name:"Default-Flange",position:{x:0,y:0,z:0},rotation:{angles:[0,0,0,0],type:"ROTATION_VECTOR"}},{id:"complex-tcp-position",readable_name:"Complex TCP Position",position:{x:-200,y:300,z:150},rotation:{angles:[-.12139440409113832,-.06356210998212003,-.2023240068185639,0],type:"ROTATION_VECTOR"}}]}}}],o=((t=e.method)==null?void 0:t.toUpperCase())||"GET",s="/cells"+((n=(r=e.url)==null?void 0:r.split("/cells")[1])==null?void 0:n.split("?")[0]);for(const i of a){const l=$E.match(i.path)(s||"");if(o===i.method&&l){const c=i.handle();return{status:200,statusText:"Success",data:JSON.stringify(c),headers:{},config:e,request:{responseURL:e.url}}}}throw new hl(`No mock handler matched this request: ${o} ${s}`,"404",e)})}handleWebsocketConnection(e){this.connections.push(e),setTimeout(()=>{e.dispatchEvent(new Event("open")),console.log("Websocket connection opened from",e.url),e.url.includes("/state-stream")&&e.dispatchEvent(new MessageEvent("message",{data:JSON.stringify(NE)})),e.url.includes("/move-joint")&&e.dispatchEvent(new MessageEvent("message",{data:JSON.stringify({result:{motion_group:"0@ur",state:{controller:"ur",operation_mode:"OPERATION_MODE_AUTO",safety_state:"SAFETY_STATE_NORMAL",timestamp:"2024-09-18T12:48:26.096266444Z",velocity_override:100,motion_groups:[{motion_group:"0@ur",controller:"ur",joint_position:{joints:[1.3492152690887451,-1.5659207105636597,1.6653711795806885,-1.0991662740707397,-1.829018235206604,1.264623761177063]},joint_velocity:{joints:[0,0,0,0,0,0]},flange_pose:{position:{x:6.437331889439328,y:-628.4123774830913,z:577.0569957147832},orientation:{x:-1.683333649797158,y:-1.9783363827298732,z:-.4928031860165713},coordinate_system:""},tcp_pose:{position:{x:6.437331889439328,y:-628.4123774830913,z:577.0569957147832},orientation:{x:-1.683333649797158,y:-1.9783363827298732,z:-.4928031860165713},coordinate_system:"",tcp:"Flange"},velocity:{linear:{x:0,y:0,z:0},angular:{x:-0,y:0,z:0},coordinate_system:""},force:{force:{x:0,y:0,z:0},moment:{x:0,y:0,z:0},coordinate_system:""},joint_limit_reached:{limit_reached:[!1,!1,!1,!1,!1,!1]},joint_current:{joints:[0,0,0,0,0,0]},sequence_number:"671259"}],sequence_number:"671259"},movement_state:"MOVEMENT_STATE_MOVING"}})})),e.url.includes("/move-tcp")&&e.dispatchEvent(new MessageEvent("message",{data:JSON.stringify({result:{motion_group:"0@ur",state:{controller:"ur",operation_mode:"OPERATION_MODE_AUTO",safety_state:"SAFETY_STATE_NORMAL",timestamp:"2024-09-18T12:43:12.188335774Z",velocity_override:100,motion_groups:[{motion_group:"0@ur",controller:"ur",joint_position:{joints:[1.3352527618408203,-1.5659207105636597,1.6653711795806885,-1.110615611076355,-1.829018235206604,1.264623761177063]},joint_velocity:{joints:[0,0,0,0,0,0]},flange_pose:{position:{x:-2.763015284002938,y:-630.2151479701106,z:577.524509114342},orientation:{x:-1.704794877102097,y:-1.9722372952861567,z:-.4852079204210754},coordinate_system:""},tcp_pose:{position:{x:-2.763015284002938,y:-630.2151479701106,z:577.524509114342},orientation:{x:-1.704794877102097,y:-1.9722372952861567,z:-.4852079204210754},coordinate_system:"",tcp:"Flange"},velocity:{linear:{x:0,y:0,z:0},angular:{x:-0,y:0,z:0},coordinate_system:""},force:{force:{x:0,y:0,z:0},moment:{x:0,y:0,z:0},coordinate_system:""},joint_limit_reached:{limit_reached:[!1,!1,!1,!1,!1,!1]},joint_current:{joints:[0,0,0,0,0,0]},sequence_number:"627897"}],sequence_number:"627897"},movement_state:"MOVEMENT_STATE_MOVING"}})}))},10)}handleWebsocketMessage(e,t){console.log(`Received message on ${e.url}`,t)}},NE={result:{state:{motion_group:"0@universalrobots-ur5e",controller:"universalrobots-ur5e",joint_position:{joints:[1.1699999570846558,-1.5700000524520874,1.3600000143051147,1.0299999713897705,1.2899999618530273,1.2799999713897705]},joint_velocity:{joints:[0,0,0,0,0,0]},flange_pose:{position:{x:1.3300010259703043,y:-409.2680714682808,z:531.0203477065281},orientation:{x:1.7564919306270736,y:-1.7542521568325058,z:.7326972590614671},coordinate_system:""},tcp_pose:{position:{x:1.3300010259703043,y:-409.2680714682808,z:531.0203477065281},orientation:{x:1.7564919306270736,y:-1.7542521568325058,z:.7326972590614671},coordinate_system:"",tcp:"Flange"},velocity:{linear:{x:0,y:0,z:0},angular:{x:0,y:0,z:0},coordinate_system:""},force:{force:{x:0,y:0,z:0},moment:{x:0,y:0,z:0},coordinate_system:""},joint_limit_reached:{limit_reached:[!1,!1,!1,!1,!1,!1]},joint_current:{joints:[0,0,0,0,0,0]},sequence_number:"1"},tcp_pose:{position:{x:302.90748476115556,y:-152.87065869452337,z:424.0454619321661},orientation:{x:2.3403056115045353,y:-1.1706836379431356,z:.9772511964246311},coordinate_system:"",tcp:"Flange"}}},FE=class{constructor(e){this.authPromise=null,this.accessToken=null;var t;const r=(t=e.cellId)!=null?t:"cell";this.config=rn({cellId:r},e),this.accessToken=e.accessToken||Ci.getString("wbjs.access_token")||null,this.config.instanceUrl==="https://mock.example.com"&&(this.mock=new BE);const n=R.create({baseURL:Ei(this.config.instanceUrl,"/api/v1"),headers:{"User-Agent":"Wandelbots-Nova-JS-SDK"}});n.interceptors.request.use(a=>Re(this,null,function*(){return a.headers.Authorization||(this.accessToken?a.headers.Authorization=`Bearer ${this.accessToken}`:this.config.username&&this.config.password&&(a.headers.Authorization=`Basic ${btoa(e.username+":"+e.password)}`)),a})),typeof window<"u"&&n.interceptors.response.use(a=>a,a=>Re(this,null,function*(){var o,s;if($V(a))if(((o=a.response)==null?void 0:o.status)===401)try{if(yield this.renewAuthentication(),a.config)return this.accessToken?a.config.headers.Authorization=`Bearer ${this.accessToken}`:delete a.config.headers.Authorization,n.request(a.config)}catch(i){return Promise.reject(i)}else((s=a.response)==null?void 0:s.status)===503&&(yield fetch(window.location.href)).status===503&&window.location.reload();return Promise.reject(a)})),this.api=new DE(r,ol(rn({},e),{basePath:Ei(this.config.instanceUrl,"/api/v1"),isJsonMime:a=>a==="application/json",baseOptions:rn(rn({},this.mock?{adapter:a=>this.mock.handleAPIRequest(a)}:{}),e.baseOptions),axiosInstance:n}))}renewAuthentication(){return Re(this,null,function*(){if(!this.authPromise){this.authPromise=a_(this.config.instanceUrl);try{this.accessToken=yield this.authPromise,this.accessToken?Ci.setString("wbjs.access_token",this.accessToken):Ci.delete("wbjs.access_token")}finally{this.authPromise=null}}})}makeWebsocketURL(e){const t=new URL(Ei(this.config.instanceUrl,`/api/v1/cells/${this.config.cellId}`,e));return t.protocol=t.protocol.replace("http","ws"),t.protocol=t.protocol.replace("https","wss"),this.accessToken?t.searchParams.append("token",this.accessToken):this.config.username&&this.config.password&&(t.username=this.config.username,t.password=this.config.password),t.toString()}openReconnectingWebsocket(e){return new e_(this.makeWebsocketURL(e),{mock:this.mock})}connectMotionStream(e){return Re(this,null,function*(){return yield LE.open(this,e)})}connectJogger(e){return Re(this,null,function*(){return yield kE.open(this,e)})}connectMotionGroups(e){return Re(this,null,function*(){const{instances:t}=yield this.api.controller.listControllers();return Promise.all(e.map(r=>jE.connect(this,r,t)))})}connectMotionGroup(e){return Re(this,null,function*(){return(yield this.connectMotionGroups([e]))[0]})}};function zE(e){try{return JSON.stringify(e)}catch{return}}function GE(e,t){throw new Error(t+` ${JSON.stringify(e)}`)}function HE(e){var t,r,n,a;return e instanceof hl&&e.code==="ERR_NETWORK"?"Failed to connect to the server. Please check your internet connection.":e instanceof hl&&e.response?`${(t=e.response)==null?void 0:t.status} ${(r=e.response)==null?void 0:r.statusText} from ${(n=e.response)==null?void 0:n.config.url}: ${JSON.stringify((a=e.response)==null?void 0:a.data)}`:e instanceof Error?e.message:`Unexpected error: ${zE(e)||e}`}const fc=e=>{const t=e.softTimeout||3e3,[r,n]=ee.useState(!1),a=J.useTheme();return ee.useEffect(()=>{const o=setTimeout(()=>{n(!0)},t);return()=>clearTimeout(o)}),S.jsx(J.Stack,{width:"100%",height:"100%",alignItems:"center",justifyContent:"center",sx:{color:a.palette.text.primary},children:e.error?S.jsx(bf,{loadingMessage:e.message,error:e.error}):S.jsxs(S.Fragment,{children:[S.jsx(J.CircularProgress,{sx:{marginBottom:"24px"}}),!!e.message&&S.jsx("div",{children:e.message}),S.jsx(J.Stack,{sx:{visibility:r?"visible":"hidden",marginTop:"1rem",color:a.palette.text.secondary},children:"This is taking longer than expected..."})]})})},bf=e=>{const t=HE(e.error),r=e.error instanceof Error?e.error.stack:null,n=J.useTheme();return S.jsxs(J.Stack,{sx:{maxHeight:"100%",maxWidth:"min(100%, 800px)",padding:2,overflow:"auto",color:n.palette.error.main,"& pre":{whiteSpace:"pre-wrap",wordBreak:"break-word",paddingBottom:"3rem"}},children:[(e.loadingMessage?`Error while ${Sl.lowerFirst(J.capitalize(e.loadingMessage))} - `:"")+t,S.jsx("br",{}),r&&S.jsx("pre",{children:r})]})},qE=({title:e,titleId:t,...r},n)=>B.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:19,height:10,fill:"none",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M5.131.312a.9.9 0 0 1 0 1.272L3.07 3.645h12.44l-2.06-2.061A.9.9 0 0 1 14.72.313l3.596 3.596a.9.9 0 0 1 0 1.271l-3.596 3.597a.9.9 0 0 1-1.271-1.272l2.061-2.062H3.07L5.13 7.505A.9.9 0 0 1 3.86 8.777L.263 5.18a.9.9 0 0 1 0-1.271L3.86.312a.9.9 0 0 1 1.271 0",clipRule:"evenodd"})),JE=ee.forwardRef(qE),WE=({title:e,titleId:t,...r},n)=>B.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:19,height:10,fill:"none",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M5.131.312a.9.9 0 0 1 0 1.272L3.07 3.645h12.44l-2.06-2.061A.9.9 0 0 1 14.72.313l3.596 3.596a.9.9 0 0 1 0 1.271l-3.596 3.597a.9.9 0 0 1-1.271-1.272l2.061-2.062H3.07L5.13 7.505A.9.9 0 0 1 3.86 8.777L.263 5.18a.9.9 0 0 1 0-1.271L3.86.312a.9.9 0 0 1 1.271 0",clipRule:"evenodd"})),YE=ee.forwardRef(WE),KE=({title:e,titleId:t,...r},n)=>B.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:10,height:19,fill:"none",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M9.522 14.811A.899.899 0 1 0 8.25 13.54L6.19 15.601V3.16L8.25 5.221A.9.9 0 0 0 9.522 3.95L5.926.354a.9.9 0 0 0-1.272 0L1.058 3.95a.9.9 0 1 0 1.271 1.271L4.391 3.16v12.442L2.329 13.54a.899.899 0 1 0-1.271 1.271l3.596 3.597a.9.9 0 0 0 1.272 0z",clipRule:"evenodd"})),QE=ee.forwardRef(KE),XE=({title:e,titleId:t,...r},n)=>B.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("path",{d:"M8 16C5.76667 16 3.875 15.225 2.325 13.675C0.775 12.125 0 10.2333 0 8C0 5.76667 0.775 3.875 2.325 2.325C3.875 0.775 5.76667 0 8 0C9.15 0 10.25 0.2375 11.3 0.7125C12.35 1.1875 13.25 1.86667 14 2.75V0H16V7H9V5H13.2C12.6667 4.06667 11.9375 3.33333 11.0125 2.8C10.0875 2.26667 9.08333 2 8 2C6.33333 2 4.91667 2.58333 3.75 3.75C2.58333 4.91667 2 6.33333 2 8C2 9.66667 2.58333 11.0833 3.75 12.25C4.91667 13.4167 6.33333 14 8 14C9.28333 14 10.4417 13.6333 11.475 12.9C11.0583 14.1 12.5083 12.1667 11.475 12.9L12.9 14.325C11.4667 15.4417 9.83333 16 8 16Z",fill:"white"})),ZE=ee.forwardRef(XE);function eI(){this.__data__=[],this.size=0}function vf(e,t){return e===t||e!==e&&t!==t}function ks(e,t){for(var r=e.length;r--;)if(vf(e[r][0],t))return r;return-1}var tI=Array.prototype,rI=tI.splice;function nI(e){var t=this.__data__,r=ks(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():rI.call(t,r,1),--this.size,!0}function aI(e){var t=this.__data__,r=ks(t,e);return r<0?void 0:t[r][1]}function oI(e){return ks(this.__data__,e)>-1}function sI(e,t){var r=this.__data__,n=ks(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}function Yt(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])}}Yt.prototype.clear=eI;Yt.prototype.delete=nI;Yt.prototype.get=aI;Yt.prototype.has=oI;Yt.prototype.set=sI;function iI(){this.__data__=new Yt,this.size=0}function lI(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}function cI(e){return this.__data__.get(e)}function uI(e){return this.__data__.has(e)}var dI="[object AsyncFunction]",hI="[object Function]",pI="[object GeneratorFunction]",mI="[object Proxy]";function Sf(e){if(!wr(e))return!1;var t=Mr(e);return t==hI||t==pI||t==dI||t==mI}var Ii=$t["__core-js_shared__"],Xd=function(){var e=/[^.]+$/.exec(Ii&&Ii.keys&&Ii.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function fI(e){return!!Xd&&Xd in e}var gI=Function.prototype,yI=gI.toString;function jr(e){if(e!=null){try{return yI.call(e)}catch{}try{return e+""}catch{}}return""}var bI=/[\\^$.*+?()[\]{}|]/g,vI=/^\[object .+?Constructor\]$/,SI=Function.prototype,xI=Object.prototype,OI=SI.toString,wI=xI.hasOwnProperty,CI=RegExp("^"+OI.call(wI).replace(bI,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function PI(e){if(!wr(e)||fI(e))return!1;var t=Sf(e)?CI:vI;return t.test(jr(e))}function TI(e,t){return e==null?void 0:e[t]}function kr(e,t){var r=TI(e,t);return PI(r)?r:void 0}var ya=kr($t,"Map"),ba=kr(Object,"create");function AI(){this.__data__=ba?ba(null):{},this.size=0}function RI(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var _I="__lodash_hash_undefined__",VI=Object.prototype,EI=VI.hasOwnProperty;function II(e){var t=this.__data__;if(ba){var r=t[e];return r===_I?void 0:r}return EI.call(t,e)?t[e]:void 0}var MI=Object.prototype,$I=MI.hasOwnProperty;function jI(e){var t=this.__data__;return ba?t[e]!==void 0:$I.call(t,e)}var kI="__lodash_hash_undefined__";function UI(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=ba&&t===void 0?kI:t,this}function Tr(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])}}Tr.prototype.clear=AI;Tr.prototype.delete=RI;Tr.prototype.get=II;Tr.prototype.has=jI;Tr.prototype.set=UI;function LI(){this.size=0,this.__data__={hash:new Tr,map:new(ya||Yt),string:new Tr}}function DI(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Us(e,t){var r=e.__data__;return DI(t)?r[typeof t=="string"?"string":"hash"]:r.map}function BI(e){var t=Us(this,e).delete(e);return this.size-=t?1:0,t}function NI(e){return Us(this,e).get(e)}function FI(e){return Us(this,e).has(e)}function zI(e,t){var r=Us(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}function Kt(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])}}Kt.prototype.clear=LI;Kt.prototype.delete=BI;Kt.prototype.get=NI;Kt.prototype.has=FI;Kt.prototype.set=zI;var GI=200;function HI(e,t){var r=this.__data__;if(r instanceof Yt){var n=r.__data__;if(!ya||n.length<GI-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new Kt(n)}return r.set(e,t),this.size=r.size,this}function Bt(e){var t=this.__data__=new Yt(e);this.size=t.size}Bt.prototype.clear=iI;Bt.prototype.delete=lI;Bt.prototype.get=cI;Bt.prototype.has=uI;Bt.prototype.set=HI;var qI="__lodash_hash_undefined__";function JI(e){return this.__data__.set(e,qI),this}function WI(e){return this.__data__.has(e)}function Jo(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new Kt;++t<r;)this.add(e[t])}Jo.prototype.add=Jo.prototype.push=JI;Jo.prototype.has=WI;function YI(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}function KI(e,t){return e.has(t)}var QI=1,XI=2;function xf(e,t,r,n,a,o){var s=r&QI,i=e.length,l=t.length;if(i!=l&&!(s&&l>i))return!1;var c=o.get(e),u=o.get(t);if(c&&u)return c==t&&u==e;var d=-1,h=!0,p=r&XI?new Jo:void 0;for(o.set(e,t),o.set(t,e);++d<i;){var f=e[d],m=t[d];if(n)var b=s?n(m,f,d,t,e,o):n(f,m,d,e,t,o);if(b!==void 0){if(b)continue;h=!1;break}if(p){if(!YI(t,function(x,_){if(!KI(p,_)&&(f===x||a(f,x,r,n,o)))return p.push(_)})){h=!1;break}}else if(!(f===m||a(f,m,r,n,o))){h=!1;break}}return o.delete(e),o.delete(t),h}var Zd=$t.Uint8Array;function ZI(e){var t=-1,r=Array(e.size);return e.forEach(function(n,a){r[++t]=[a,n]}),r}function e2(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var t2=1,r2=2,n2="[object Boolean]",a2="[object Date]",o2="[object Error]",s2="[object Map]",i2="[object Number]",l2="[object RegExp]",c2="[object Set]",u2="[object String]",d2="[object Symbol]",h2="[object ArrayBuffer]",p2="[object DataView]",eh=lr?lr.prototype:void 0,Mi=eh?eh.valueOf:void 0;function m2(e,t,r,n,a,o,s){switch(r){case p2:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case h2:return!(e.byteLength!=t.byteLength||!o(new Zd(e),new Zd(t)));case n2:case a2:case i2:return vf(+e,+t);case o2:return e.name==t.name&&e.message==t.message;case l2:case u2:return e==t+"";case s2:var i=ZI;case c2:var l=n&t2;if(i||(i=e2),e.size!=t.size&&!l)return!1;var c=s.get(e);if(c)return c==t;n|=r2,s.set(e,t);var u=xf(i(e),i(t),n,a,o,s);return s.delete(e),u;case d2:if(Mi)return Mi.call(e)==Mi.call(t)}return!1}function f2(e,t){for(var r=-1,n=t.length,a=e.length;++r<n;)e[a+r]=t[r];return e}var Mt=Array.isArray;function g2(e,t,r){var n=t(e);return Mt(e)?n:f2(n,r(e))}function y2(e,t){for(var r=-1,n=e==null?0:e.length,a=0,o=[];++r<n;){var s=e[r];t(s,r,e)&&(o[a++]=s)}return o}function b2(){return[]}var v2=Object.prototype,S2=v2.propertyIsEnumerable,th=Object.getOwnPropertySymbols,x2=th?function(e){return e==null?[]:(e=Object(e),y2(th(e),function(t){return S2.call(e,t)}))}:b2;function O2(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var w2="[object Arguments]";function rh(e){return Cr(e)&&Mr(e)==w2}var Of=Object.prototype,C2=Of.hasOwnProperty,P2=Of.propertyIsEnumerable,wf=rh(function(){return arguments}())?rh:function(e){return Cr(e)&&C2.call(e,"callee")&&!P2.call(e,"callee")};function T2(){return!1}var Cf=typeof exports=="object"&&exports&&!exports.nodeType&&exports,nh=Cf&&typeof module=="object"&&module&&!module.nodeType&&module,A2=nh&&nh.exports===Cf,ah=A2?$t.Buffer:void 0,R2=ah?ah.isBuffer:void 0,ml=R2||T2,_2=9007199254740991,V2=/^(?:0|[1-9]\d*)$/;function Pf(e,t){var r=typeof e;return t=t??_2,!!t&&(r=="number"||r!="symbol"&&V2.test(e))&&e>-1&&e%1==0&&e<t}var E2=9007199254740991;function gc(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=E2}var I2="[object Arguments]",M2="[object Array]",$2="[object Boolean]",j2="[object Date]",k2="[object Error]",U2="[object Function]",L2="[object Map]",D2="[object Number]",B2="[object Object]",N2="[object RegExp]",F2="[object Set]",z2="[object String]",G2="[object WeakMap]",H2="[object ArrayBuffer]",q2="[object DataView]",J2="[object Float32Array]",W2="[object Float64Array]",Y2="[object Int8Array]",K2="[object Int16Array]",Q2="[object Int32Array]",X2="[object Uint8Array]",Z2="[object Uint8ClampedArray]",eM="[object Uint16Array]",tM="[object Uint32Array]",Ae={};Ae[J2]=Ae[W2]=Ae[Y2]=Ae[K2]=Ae[Q2]=Ae[X2]=Ae[Z2]=Ae[eM]=Ae[tM]=!0;Ae[I2]=Ae[M2]=Ae[H2]=Ae[$2]=Ae[q2]=Ae[j2]=Ae[k2]=Ae[U2]=Ae[L2]=Ae[D2]=Ae[B2]=Ae[N2]=Ae[F2]=Ae[z2]=Ae[G2]=!1;function rM(e){return Cr(e)&&gc(e.length)&&!!Ae[Mr(e)]}function nM(e){return function(t){return e(t)}}var Tf=typeof exports=="object"&&exports&&!exports.nodeType&&exports,ra=Tf&&typeof module=="object"&&module&&!module.nodeType&&module,aM=ra&&ra.exports===Tf,$i=aM&&Cm.process,oh=function(){try{var e=ra&&ra.require&&ra.require("util").types;return e||$i&&$i.binding&&$i.binding("util")}catch{}}(),sh=oh&&oh.isTypedArray,Af=sh?nM(sh):rM,oM=Object.prototype,sM=oM.hasOwnProperty;function iM(e,t){var r=Mt(e),n=!r&&wf(e),a=!r&&!n&&ml(e),o=!r&&!n&&!a&&Af(e),s=r||n||a||o,i=s?O2(e.length,String):[],l=i.length;for(var c in e)sM.call(e,c)&&!(s&&(c=="length"||a&&(c=="offset"||c=="parent")||o&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||Pf(c,l)))&&i.push(c);return i}var lM=Object.prototype;function cM(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||lM;return e===r}function uM(e,t){return function(r){return e(t(r))}}var dM=uM(Object.keys,Object),hM=Object.prototype,pM=hM.hasOwnProperty;function mM(e){if(!cM(e))return dM(e);var t=[];for(var r in Object(e))pM.call(e,r)&&r!="constructor"&&t.push(r);return t}function Rf(e){return e!=null&&gc(e.length)&&!Sf(e)}function yc(e){return Rf(e)?iM(e):mM(e)}function ih(e){return g2(e,yc,x2)}var fM=1,gM=Object.prototype,yM=gM.hasOwnProperty;function bM(e,t,r,n,a,o){var s=r&fM,i=ih(e),l=i.length,c=ih(t),u=c.length;if(l!=u&&!s)return!1;for(var d=l;d--;){var h=i[d];if(!(s?h in t:yM.call(t,h)))return!1}var p=o.get(e),f=o.get(t);if(p&&f)return p==t&&f==e;var m=!0;o.set(e,t),o.set(t,e);for(var b=s;++d<l;){h=i[d];var x=e[h],_=t[h];if(n)var O=s?n(_,x,h,t,e,o):n(x,_,h,e,t,o);if(!(O===void 0?x===_||a(x,_,r,n,o):O)){m=!1;break}b||(b=h=="constructor")}if(m&&!b){var C=e.constructor,P=t.constructor;C!=P&&"constructor"in e&&"constructor"in t&&!(typeof C=="function"&&C instanceof C&&typeof P=="function"&&P instanceof P)&&(m=!1)}return o.delete(e),o.delete(t),m}var fl=kr($t,"DataView"),gl=kr($t,"Promise"),yl=kr($t,"Set"),bl=kr($t,"WeakMap"),lh="[object Map]",vM="[object Object]",ch="[object Promise]",uh="[object Set]",dh="[object WeakMap]",hh="[object DataView]",SM=jr(fl),xM=jr(ya),OM=jr(gl),wM=jr(yl),CM=jr(bl),rr=Mr;(fl&&rr(new fl(new ArrayBuffer(1)))!=hh||ya&&rr(new ya)!=lh||gl&&rr(gl.resolve())!=ch||yl&&rr(new yl)!=uh||bl&&rr(new bl)!=dh)&&(rr=function(e){var t=Mr(e),r=t==vM?e.constructor:void 0,n=r?jr(r):"";if(n)switch(n){case SM:return hh;case xM:return lh;case OM:return ch;case wM:return uh;case CM:return dh}return t});var PM=1,ph="[object Arguments]",mh="[object Array]",ao="[object Object]",TM=Object.prototype,fh=TM.hasOwnProperty;function AM(e,t,r,n,a,o){var s=Mt(e),i=Mt(t),l=s?mh:rr(e),c=i?mh:rr(t);l=l==ph?ao:l,c=c==ph?ao:c;var u=l==ao,d=c==ao,h=l==c;if(h&&ml(e)){if(!ml(t))return!1;s=!0,u=!1}if(h&&!u)return o||(o=new Bt),s||Af(e)?xf(e,t,r,n,a,o):m2(e,t,l,r,n,a,o);if(!(r&PM)){var p=u&&fh.call(e,"__wrapped__"),f=d&&fh.call(t,"__wrapped__");if(p||f){var m=p?e.value():e,b=f?t.value():t;return o||(o=new Bt),a(m,b,r,n,o)}}return h?(o||(o=new Bt),bM(e,t,r,n,a,o)):!1}function Ls(e,t,r,n,a){return e===t?!0:e==null||t==null||!Cr(e)&&!Cr(t)?e!==e&&t!==t:AM(e,t,r,n,Ls,a)}function RM(e,t){return Ls(e,t)}const _f=({store:e})=>{const{t}=Ee.useTranslation(),[r,n]=ee.useState(e.jogger.motionStream.rapidlyChangingMotionState.state.joint_limit_reached.limit_reached),a=ee.useRef(r);xn(()=>{const s=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_limit_reached.limit_reached;RM(a.current,s)||(a.current=s,n(s))});const o=[];for(const[s,i]of r.entries())i&&o.push(s);return S.jsx(J.Typography,{color:"error",sx:{margin:"0.5rem 1rem",textAlign:"center",minHeight:"1.5rem",visibility:o.length?"visible":"hidden"},children:t("Jogging.JointLimitsReached.lb",{jointNumbers:o.map(s=>s+1).join(", ")})})},_M=J.styled(J.FormControl)(({theme:e})=>({"&.MuiFormControl-root":{".MuiSelect-select":{paddingTop:"20px",paddingLeft:"12px"},label:{pointerEvents:"none",fontSize:"16px"},".MuiInputLabel-root":{"&.Mui-focused":{color:e.palette.text.primary}}}}));function oo({labelValue:e,...t}){return S.jsxs(_M,{fullWidth:!0,variant:"filled",children:[S.jsx(J.InputLabel,{id:t.labelId,children:e}),S.jsx(J.Select,{...t})]})}var gh=function(){try{var e=kr(Object,"defineProperty");return e({},"",{}),e}catch{}}();function VM(e,t,r){t=="__proto__"&&gh?gh(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function EM(e,t,r,n){for(var a=-1,o=e==null?0:e.length;++a<o;){var s=e[a];t(n,s,r(s),e)}return n}function IM(e){return function(t,r,n){for(var a=-1,o=Object(t),s=n(t),i=s.length;i--;){var l=s[++a];if(r(o[l],l,o)===!1)break}return t}}var MM=IM();function $M(e,t){return e&&MM(e,t,yc)}function jM(e,t){return function(r,n){if(r==null)return r;if(!Rf(r))return e(r,n);for(var a=r.length,o=-1,s=Object(r);++o<a&&n(s[o],o,s)!==!1;);return r}}var kM=jM($M);function UM(e,t,r,n){return kM(e,function(a,o,s){t(n,a,r(a),s)}),n}var LM=1,DM=2;function BM(e,t,r,n){var a=r.length,o=a;if(e==null)return!o;for(e=Object(e);a--;){var s=r[a];if(s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++a<o;){s=r[a];var i=s[0],l=e[i],c=s[1];if(s[2]){if(l===void 0&&!(i in e))return!1}else{var u=new Bt,d;if(!(d===void 0?Ls(c,l,LM|DM,n,u):d))return!1}}return!0}function Vf(e){return e===e&&!wr(e)}function NM(e){for(var t=yc(e),r=t.length;r--;){var n=t[r],a=e[n];t[r]=[n,a,Vf(a)]}return t}function Ef(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}function FM(e){var t=NM(e);return t.length==1&&t[0][2]?Ef(t[0][0],t[0][1]):function(r){return r===e||BM(r,e,t)}}var zM=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,GM=/^\w*$/;function bc(e,t){if(Mt(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||Ts(e)?!0:GM.test(e)||!zM.test(e)||t!=null&&e in Object(t)}var HM="Expected a function";function vc(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(HM);var r=function(){var n=arguments,a=t?t.apply(this,n):n[0],o=r.cache;if(o.has(a))return o.get(a);var s=e.apply(this,n);return r.cache=o.set(a,s)||o,s};return r.cache=new(vc.Cache||Kt),r}vc.Cache=Kt;var qM=500;function JM(e){var t=vc(e,function(n){return r.size===qM&&r.clear(),n}),r=t.cache;return t}var WM=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,YM=/\\(\\)?/g,KM=JM(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(WM,function(r,n,a,o){t.push(a?o.replace(YM,"$1"):n||r)}),t});function QM(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 yh=lr?lr.prototype:void 0,bh=yh?yh.toString:void 0;function If(e){if(typeof e=="string")return e;if(Mt(e))return QM(e,If)+"";if(Ts(e))return bh?bh.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function Mf(e){return e==null?"":If(e)}function $f(e,t){return Mt(e)?e:bc(e,t)?[e]:KM(Mf(e))}function Ds(e){if(typeof e=="string"||Ts(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function jf(e,t){t=$f(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[Ds(t[r++])];return r&&r==n?e:void 0}function XM(e,t,r){var n=e==null?void 0:jf(e,t);return n===void 0?r:n}function ZM(e,t){return e!=null&&t in Object(e)}function e5(e,t,r){t=$f(t,e);for(var n=-1,a=t.length,o=!1;++n<a;){var s=Ds(t[n]);if(!(o=e!=null&&r(e,s)))break;e=e[s]}return o||++n!=a?o:(a=e==null?0:e.length,!!a&&gc(a)&&Pf(s,a)&&(Mt(e)||wf(e)))}function t5(e,t){return e!=null&&e5(e,t,ZM)}var r5=1,n5=2;function a5(e,t){return bc(e)&&Vf(t)?Ef(Ds(e),t):function(r){var n=XM(r,e);return n===void 0&&n===t?t5(r,e):Ls(t,n,r5|n5)}}function o5(e){return e}function s5(e){return function(t){return t==null?void 0:t[e]}}function i5(e){return function(t){return jf(t,e)}}function l5(e){return bc(e)?s5(Ds(e)):i5(e)}function c5(e){return typeof e=="function"?e:e==null?o5:typeof e=="object"?Mt(e)?a5(e[0],e[1]):FM(e):l5(e)}function u5(e,t){return function(r,n){var a=Mt(r)?EM:UM,o={};return a(r,e,c5(n),o)}}var so=u5(function(e,t,r){VM(e,r,t)}),d5=0;function h5(e){var t=++d5;return Mf(e)+t}const vl=[{id:"0.1",mm:.1,degrees:.05},{id:"1",mm:1,degrees:.5},{id:"5",mm:5,degrees:2.5},{id:"10",mm:10,degrees:5}],p5=[{id:"continuous"},...vl],m5=["coordsys","tool"];class Bs{constructor(t,r,n,a){var o,s;this.jogger=t,this.motionGroupSpec=r,this.coordSystems=n,this.tcps=a,this.selectedTabId="cartesian",this.activationState="inactive",this.activationError=null,this.activationCounter=0,this.locks=new Set,this.selectedCoordSystemId="world",this.selectedTcpId="",this.selectedOrientation="coordsys",this.selectedIncrementId="continuous",this.selectedCartesianMotionType="translate",this.incrementJogInProgress=null,this.translationVelocityMmPerSec=10,this.rotationVelocityDegPerSec=1,this.minTranslationVelocityMmPerSec=5,this.maxTranslationVelocityMmPerSec=250,this.minRotationVelocityDegPerSec=1,this.maxRotationVelocityDegPerSec=60,this.showCoordSystemSelect=!0,this.showTcpSelect=!0,this.showOrientationSelect=!0,this.showIncrementSelect=!0,this.showTabIcons=!1,this.showVelocitySliderLabel=!0,this.showVelocityLegend=!1,this.showJointsLegend=!1,this.disposers=[];for(const i of n)if(i.coordinate_system===""){i.coordinate_system="world";break}this.selectedCoordSystemId=((o=n[0])==null?void 0:o.coordinate_system)||"world",this.selectedTcpId=((s=a[0])==null?void 0:s.id)||"",Be.makeAutoObservable(this,{},{autoBind:!0}),this.loadFromLocalStorage(),this.disposers.push(Be.autorun(()=>this.saveToLocalStorage())),window.joggingStore=this}static async loadFor(t){const{nova:r}=t,[n,{coordinatesystems:a},{tcps:o}]=await Promise.all([r.api.motionGroupInfos.getMotionGroupSpecification(t.motionGroupId),r.api.coordinateSystems.listCoordinateSystems("ROTATION_VECTOR"),r.api.motionGroupInfos.listTcps(t.motionGroupId,"ROTATION_VECTOR")]);return new Bs(t,n,a||[],o||[])}dispose(){for(const t of this.disposers)t();this.jogger.dispose()}get coordSystemCountByName(){return Sl.countBy(this.coordSystems,t=>t.name)}async deactivate(){const t=this.jogger.activeWebsocket;this.jogger.setJoggingMode("increment"),t&&await t.closed()}async activate(){if(this.currentTab.id==="cartesian"){const t={tcpId:this.selectedTcpId,coordSystemId:this.activeCoordSystemId};this.activeDiscreteIncrement?this.jogger.setJoggingMode("increment",t):this.jogger.setJoggingMode("cartesian",t)}else this.jogger.setJoggingMode("joint");return this.jogger}loadFromLocalStorage(){const t=br.tryParseJson(localStorage.getItem("joggingToolStore"));t&&(this.tabsById[t.selectedTabId]&&(this.selectedTabId=t.selectedTabId),this.coordSystemsById[t.selectedCoordSystemId]&&(this.selectedCoordSystemId=t.selectedCoordSystemId),this.tcpsById[t.selectedTcpId]&&(this.selectedTcpId=t.selectedTcpId),this.incrementOptionsById[t.selectedIncrementId]&&(this.selectedIncrementId=t.selectedIncrementId),["translate","rotate"].includes(t.selectedCartesianMotionType)&&(this.selectedCartesianMotionType=t.selectedCartesianMotionType),["coordsys","tool"].includes(t.selectedOrientation)&&(this.selectedOrientation=t.selectedOrientation))}saveToLocalStorage(){localStorage.setItem("joggingToolStore",JSON.stringify(this.localStorageSave))}get isLocked(){return this.locks.size>0}get localStorageSave(){return{selectedTabId:this.selectedTabId,selectedCoordSystemId:this.selectedCoordSystemId,selectedTcpId:this.selectedTcpId,selectedOrientation:this.selectedOrientation,selectedIncrementId:this.selectedIncrementId,selectedCartesianMotionType:this.selectedCartesianMotionType}}get tabs(){return[{id:"cartesian",label:"cartesian"},{id:"joint",label:"joint"}]}get incrementOptions(){return p5}get discreteIncrementOptions(){return vl}get incrementOptionsById(){return so(this.incrementOptions,t=>t.id)}get tabsById(){return so(this.tabs,t=>t.id)}get currentTab(){return this.tabsById[this.selectedTabId]||this.tabs[0]}get tabIndex(){return this.tabs.indexOf(this.currentTab)}get coordSystemsById(){return so(this.coordSystems,t=>t.coordinate_system)}get selectedCoordSystem(){return this.coordSystemsById[this.selectedCoordSystemId]}get activeCoordSystemId(){return this.selectedOrientation==="tool"?"tool":this.selectedCoordSystemId}get tcpsById(){return so(this.tcps,t=>t.id)}get activeDiscreteIncrement(){return this.selectedOrientation==="tool"?void 0:vl.find(t=>t.id===this.selectedIncrementId)}get rotationVelocityRadsPerSec(){return this.rotationVelocityDegPerSec*Math.PI/180}get velocityInDisplayUnits(){return this.currentMotionType==="translate"?this.translationVelocityMmPerSec:this.rotationVelocityDegPerSec}get minVelocityInDisplayUnits(){return this.currentMotionType==="translate"?this.minTranslationVelocityMmPerSec:this.minRotationVelocityDegPerSec}get maxVelocityInDisplayUnits(){return this.currentMotionType==="translate"?this.maxTranslationVelocityMmPerSec:this.maxRotationVelocityDegPerSec}get currentMotionType(){return this.selectedTabId==="cartesian"&&this.selectedCartesianMotionType==="translate"?"translate":"rotate"}onTabChange(t,r){const n=this.tabs[r]||this.tabs[0];this.selectedTabId=n.id}setSelectedCoordSystemId(t){this.selectedCoordSystemId=t}setSelectedTcpId(t){this.selectedTcpId=t}setSelectedOrientation(t){this.selectedOrientation=t}setSelectedIncrementId(t){this.selectedIncrementId=t}setCurrentIncrementJog(t){this.incrementJogInProgress=t}setVelocityFromSlider(t){this.currentMotionType==="translate"?this.translationVelocityMmPerSec=t:this.rotationVelocityDegPerSec=t}setSelectedCartesianMotionType(t){this.selectedCartesianMotionType=t}lock(t){this.locks.add(t)}unlock(t){this.locks.delete(t)}async withMotionLock(t){const r=h5();this.lock(r);try{return await t()}finally{this.unlock(r)}}}const f5=Me.observer(({store:e})=>{var a;const{t}=Ee.useTranslation(),r=[];function n(o){switch(o){case"coordsys":return t("Jogging.Orientation.coordsys");case"tool":return t("Jogging.Orientation.tool");default:return o}}return e.showCoordSystemSelect&&r.push(S.jsx(oo,{labelId:"jogging-coord-select",labelValue:t("Jogging.CoordinateSystem.hlb"),value:e.selectedCoordSystemId,size:"small",variant:"filled",displayEmpty:!0,onChange:o=>e.setSelectedCoordSystemId(o.target.value),disabled:e.isLocked,children:e.coordSystems.map(o=>S.jsx(J.MenuItem,{value:o.coordinate_system,children:o.name&&e.coordSystemCountByName[o.name]>1?`${o.name} / ${o.coordinate_system}`:o.name||o.coordinate_system},o.coordinate_system))},"coord")),e.showTcpSelect&&r.push(S.jsx(oo,{labelId:"jogging-tcp-select",labelValue:"TCP",value:e.selectedTcpId,size:"small",variant:"filled",onChange:o=>e.setSelectedTcpId(o.target.value),disabled:e.isLocked,children:e.tcps.map(o=>S.jsx(J.MenuItem,{value:o.id,children:o.id},o.id))},"tcp")),e.showOrientationSelect&&r.push(S.jsx(oo,{labelValue:t("Jogging.Cartesian.Orientation.lb"),id:"orientation-select",labelId:"orientation-select",value:e.selectedOrientation,onChange:o=>e.setSelectedOrientation(o.target.value),disabled:e.isLocked,children:m5.map(o=>S.jsx(J.MenuItem,{value:o,children:n(o)},o))},"orientation")),e.showIncrementSelect&&r.push(S.jsxs(oo,{labelValue:t("Jogging.Increment.hlb"),labelId:"jogging-increment-select",size:"small",variant:"filled",value:((a=e.activeDiscreteIncrement)==null?void 0:a.id)||"continuous",onChange:o=>e.setSelectedIncrementId(o.target.value),disabled:e.isLocked,children:[S.jsx(J.MenuItem,{value:"continuous",children:t("Jogging.Increment.Continuous.dd")},"continuous"),e.selectedOrientation==="tool"?null:e.discreteIncrementOptions.map(o=>S.jsx(J.MenuItem,{value:o.id,children:e.currentMotionType==="translate"?`${o.mm}mm`:`${o.degrees}°`},o.id))]},"increment")),S.jsx(J.Box,{component:"div",sx:{display:"grid",gap:"16px",gridTemplateColumns:"1fr 1fr",gridAutoRows:"min-content","& label":{opacity:.7,fontSize:"12px",marginBottom:"4px"}},children:r.map((o,s)=>S.jsx(J.Box,{sx:{gridColumn:r.length%2===1&&s===r.length-1?"span 2":"auto"},children:o},s))})}),g5=J.styled(J.ToggleButtonGroup)(({theme:e})=>{var t;return{"&.MuiToggleButtonGroup-root":{background:(t=e.palette.backgroundPaperElevation)==null?void 0:t[8],borderRadius:"8px",padding:"4px",gap:"4px",button:{border:"none",borderRadius:"4px",flex:"1 1 0px",minWidth:0,"&.MuiToggleButtonGroup-firstButton":{borderRadius:"8px 4px 4px 8px"},"&.MuiToggleButtonGroup-lastButton":{borderRadius:"4px 8px 8px 4px"}}}}});function vh(e,t){return process.env.NODE_ENV==="production"?()=>null:function(...n){return e(...n)||t(...n)}}function y5(e){return typeof e=="string"}function b5(e,t,r){return e===void 0||y5(e)?t:{...t,ownerState:{...t.ownerState,...r}}}function So(e,t=[]){if(e===void 0)return{};const r={};return Object.keys(e).filter(n=>n.match(/^on[A-Z]/)&&typeof e[n]=="function"&&!t.includes(n)).forEach(n=>{r[n]=e[n]}),r}function Sh(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(r=>!(r.match(/^on[A-Z]/)&&typeof e[r]=="function")).forEach(r=>{t[r]=e[r]}),t}function v5(e){const{getSlotProps:t,additionalProps:r,externalSlotProps:n,externalForwardedProps:a,className:o}=e;if(!t){const p=Et(r==null?void 0:r.className,o,a==null?void 0:a.className,n==null?void 0:n.className),f={...r==null?void 0:r.style,...a==null?void 0:a.style,...n==null?void 0:n.style},m={...r,...a,...n};return p.length>0&&(m.className=p),Object.keys(f).length>0&&(m.style=f),{props:m,internalRef:void 0}}const s=So({...a,...n}),i=Sh(n),l=Sh(a),c=t(s),u=Et(c==null?void 0:c.className,r==null?void 0:r.className,o,a==null?void 0:a.className,n==null?void 0:n.className),d={...c==null?void 0:c.style,...r==null?void 0:r.style,...a==null?void 0:a.style,...n==null?void 0:n.style},h={...c,...r,...l,...i};return u.length>0&&(h.className=u),Object.keys(d).length>0&&(h.style=d),{props:h,internalRef:c.ref}}function S5(e,t,r){return typeof e=="function"?e(t,r):e}function tr(e){var d;const{elementType:t,externalSlotProps:r,ownerState:n,skipResolvingSlotProps:a=!1,...o}=e,s=a?{}:S5(r,n),{props:i,internalRef:l}=v5({...o,externalSlotProps:s}),c=wm(l,s==null?void 0:s.ref,(d=e.additionalProps)==null?void 0:d.ref);return b5(t,{...i,ref:c},n)}function xh(e){try{return e.matches(":focus-visible")}catch{process.env.NODE_ENV!=="production"&&!/jsdom/.test(window.navigator.userAgent)&&console.warn(["MUI: The `:focus-visible` pseudo class is not supported in this browser.","Some components rely on this feature to work properly."].join(`
154
- `))}return!1}const x5={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};function O5(e,t,r=(n,a)=>n===a){return e.length===t.length&&e.every((n,a)=>r(n,t[a]))}const w5=2;function Xr(e,t,r,n,a){return r===1?Math.min(e+t,a):Math.max(e-t,n)}function kf(e,t){return e-t}function Oh(e,t){const{index:r}=e.reduce((n,a,o)=>{const s=Math.abs(t-a);return n===null||s<n.distance||s===n.distance?{distance:s,index:o}:n},null)??{};return r}function io(e,t){if(t.current!==void 0&&e.changedTouches){const r=e;for(let n=0;n<r.changedTouches.length;n+=1){const a=r.changedTouches[n];if(a.identifier===t.current)return{x:a.clientX,y:a.clientY}}return!1}return{x:e.clientX,y:e.clientY}}function Wo(e,t,r){return(e-t)*100/(r-t)}function C5(e,t,r){return(r-t)*e+t}function P5(e){if(Math.abs(e)<1){const r=e.toExponential().split("e-"),n=r[0].split(".")[1];return(n?n.length:0)+parseInt(r[1],10)}const t=e.toString().split(".")[1];return t?t.length:0}function T5(e,t,r){const n=Math.round((e-r)/t)*t+r;return Number(n.toFixed(P5(t)))}function wh({values:e,newValue:t,index:r}){const n=e.slice();return n[r]=t,n.sort(kf)}function lo({sliderRef:e,activeIndex:t,setActive:r}){var a,o,s;const n=go(e.current);(!((a=e.current)!=null&&a.contains(n.activeElement))||Number((o=n==null?void 0:n.activeElement)==null?void 0:o.getAttribute("data-index"))!==t)&&((s=e.current)==null||s.querySelector(`[type="range"][data-index="${t}"]`).focus()),r&&r(t)}function co(e,t){return typeof e=="number"&&typeof t=="number"?e===t:typeof e=="object"&&typeof t=="object"?O5(e,t):!1}const A5={horizontal:{offset:e=>({left:`${e}%`}),leap:e=>({width:`${e}%`})},"horizontal-reverse":{offset:e=>({right:`${e}%`}),leap:e=>({width:`${e}%`})},vertical:{offset:e=>({bottom:`${e}%`}),leap:e=>({height:`${e}%`})}},R5=e=>e;let uo;function Ch(){return uo===void 0&&(typeof CSS<"u"&&typeof CSS.supports=="function"?uo=CSS.supports("touch-action","none"):uo=!0),uo}function _5(e){const{"aria-labelledby":t,defaultValue:r,disabled:n=!1,disableSwap:a=!1,isRtl:o=!1,marks:s=!1,max:i=100,min:l=0,name:c,onChange:u,onChangeCommitted:d,orientation:h="horizontal",rootRef:p,scale:f=R5,step:m=1,shiftStep:b=10,tabIndex:x,value:_}=e,O=B.useRef(void 0),[C,P]=B.useState(-1),[w,A]=B.useState(-1),[E,F]=B.useState(!1),y=B.useRef(0),T=B.useRef(null),[z,V]=Ww({controlled:_,default:r??l,name:"Slider"}),N=u&&((K,ne,se)=>{const fe=K.nativeEvent||K,Oe=new fe.constructor(fe.type,fe);Object.defineProperty(Oe,"target",{writable:!0,value:{value:ne,name:c}}),T.current=ne,u(Oe,ne,se)}),te=Array.isArray(z);let Z=te?z.slice().sort(kf):[z];Z=Z.map(K=>K==null?l:Zr(K,l,i));const ae=s===!0&&m!==null?[...Array(Math.floor((i-l)/m)+1)].map((K,ne)=>({value:l+m*ne})):s||[],re=ae.map(K=>K.value),[le,q]=B.useState(-1),X=B.useRef(null),he=wm(p,X),Pe=K=>ne=>{var fe;const se=Number(ne.currentTarget.getAttribute("data-index"));xh(ne.target)&&q(se),A(se),(fe=K==null?void 0:K.onFocus)==null||fe.call(K,ne)},ze=K=>ne=>{var se;xh(ne.target)||q(-1),A(-1),(se=K==null?void 0:K.onBlur)==null||se.call(K,ne)},xe=(K,ne)=>{const se=Number(K.currentTarget.getAttribute("data-index")),fe=Z[se],Oe=re.indexOf(fe);let ie=ne;if(ae&&m==null){const He=re[re.length-1];ie>=He?ie=He:ie<=re[0]?ie=re[0]:ie=ie<fe?re[Oe-1]:re[Oe+1]}if(ie=Zr(ie,l,i),te){a&&(ie=Zr(ie,Z[se-1]||-1/0,Z[se+1]||1/0));const He=ie;ie=wh({values:Z,newValue:ie,index:se});let Xe=se;a||(Xe=ie.indexOf(He)),lo({sliderRef:X,activeIndex:Xe})}V(ie),q(se),N&&!co(ie,z)&&N(K,ie,se),d&&d(K,T.current??ie)},it=K=>ne=>{var se;if(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight","PageUp","PageDown","Home","End"].includes(ne.key)){ne.preventDefault();const fe=Number(ne.currentTarget.getAttribute("data-index")),Oe=Z[fe];let ie=null;if(m!=null){const He=ne.shiftKey?b:m;switch(ne.key){case"ArrowUp":ie=Xr(Oe,He,1,l,i);break;case"ArrowRight":ie=Xr(Oe,He,o?-1:1,l,i);break;case"ArrowDown":ie=Xr(Oe,He,-1,l,i);break;case"ArrowLeft":ie=Xr(Oe,He,o?1:-1,l,i);break;case"PageUp":ie=Xr(Oe,b,1,l,i);break;case"PageDown":ie=Xr(Oe,b,-1,l,i);break;case"Home":ie=l;break;case"End":ie=i;break}}else if(ae){const He=re[re.length-1],Xe=re.indexOf(Oe),De=[o?"ArrowRight":"ArrowLeft","ArrowDown","PageDown","Home"],ht=[o?"ArrowLeft":"ArrowRight","ArrowUp","PageUp","End"];De.includes(ne.key)?Xe===0?ie=re[0]:ie=re[Xe-1]:ht.includes(ne.key)&&(Xe===re.length-1?ie=He:ie=re[Xe+1])}ie!=null&&xe(ne,ie)}(se=K==null?void 0:K.onKeyDown)==null||se.call(K,ne)};zh(()=>{var K;n&&X.current.contains(document.activeElement)&&((K=document.activeElement)==null||K.blur())},[n]),n&&C!==-1&&P(-1),n&&le!==-1&&q(-1);const tt=K=>ne=>{var se;(se=K.onChange)==null||se.call(K,ne),xe(ne,ne.target.valueAsNumber)},ye=B.useRef(void 0);let Q=h;o&&h==="horizontal"&&(Q+="-reverse");const oe=({finger:K,move:ne=!1})=>{const{current:se}=X,{width:fe,height:Oe,bottom:ie,left:He}=se.getBoundingClientRect();let Xe;Q.startsWith("vertical")?Xe=(ie-K.y)/Oe:Xe=(K.x-He)/fe,Q.includes("-reverse")&&(Xe=1-Xe);let De;if(De=C5(Xe,l,i),m)De=T5(De,m,l);else{const _n=Oh(re,De);De=re[_n]}De=Zr(De,l,i);let ht=0;if(te){ne?ht=ye.current:ht=Oh(Z,De),a&&(De=Zr(De,Z[ht-1]||-1/0,Z[ht+1]||1/0));const _n=De;De=wh({values:Z,newValue:De,index:ht}),a&&ne||(ht=De.indexOf(_n),ye.current=ht)}return{newValue:De,activeIndex:ht}},ce=bi(K=>{const ne=io(K,O);if(!ne)return;if(y.current+=1,K.type==="mousemove"&&K.buttons===0){W(K);return}const{newValue:se,activeIndex:fe}=oe({finger:ne,move:!0});lo({sliderRef:X,activeIndex:fe,setActive:P}),V(se),!E&&y.current>w5&&F(!0),N&&!co(se,z)&&N(K,se,fe)}),W=bi(K=>{const ne=io(K,O);if(F(!1),!ne)return;const{newValue:se}=oe({finger:ne,move:!0});P(-1),K.type==="touchend"&&A(-1),d&&d(K,T.current??se),O.current=void 0,me()}),be=bi(K=>{if(n)return;Ch()||K.preventDefault();const ne=K.changedTouches[0];ne!=null&&(O.current=ne.identifier);const se=io(K,O);if(se!==!1){const{newValue:Oe,activeIndex:ie}=oe({finger:se});lo({sliderRef:X,activeIndex:ie,setActive:P}),V(Oe),N&&!co(Oe,z)&&N(K,Oe,ie)}y.current=0;const fe=go(X.current);fe.addEventListener("touchmove",ce,{passive:!0}),fe.addEventListener("touchend",W,{passive:!0})}),me=B.useCallback(()=>{const K=go(X.current);K.removeEventListener("mousemove",ce),K.removeEventListener("mouseup",W),K.removeEventListener("touchmove",ce),K.removeEventListener("touchend",W)},[W,ce]);B.useEffect(()=>{const{current:K}=X;return K.addEventListener("touchstart",be,{passive:Ch()}),()=>{K.removeEventListener("touchstart",be),me()}},[me,be]),B.useEffect(()=>{n&&me()},[n,me]);const Je=K=>ne=>{var Oe;if((Oe=K.onMouseDown)==null||Oe.call(K,ne),n||ne.defaultPrevented||ne.button!==0)return;ne.preventDefault();const se=io(ne,O);if(se!==!1){const{newValue:ie,activeIndex:He}=oe({finger:se});lo({sliderRef:X,activeIndex:He,setActive:P}),V(ie),N&&!co(ie,z)&&N(ne,ie,He)}y.current=0;const fe=go(X.current);fe.addEventListener("mousemove",ce,{passive:!0}),fe.addEventListener("mouseup",W)},Ge=Wo(te?Z[0]:l,l,i),Ie=Wo(Z[Z.length-1],l,i)-Ge,Qt=(K={})=>{const ne=So(K),se={onMouseDown:Je(ne||{})},fe={...ne,...se};return{...K,ref:he,...fe}},Ea=K=>ne=>{var fe;(fe=K.onMouseOver)==null||fe.call(K,ne);const se=Number(ne.currentTarget.getAttribute("data-index"));A(se)},Ia=K=>ne=>{var se;(se=K.onMouseLeave)==null||se.call(K,ne),A(-1)},Ma=(K={})=>{const ne=So(K),se={onMouseOver:Ea(ne||{}),onMouseLeave:Ia(ne||{})};return{...K,...ne,...se}},$a=K=>({pointerEvents:C!==-1&&C!==K?"none":void 0});let Ur;return h==="vertical"&&(Ur=o?"vertical-rl":"vertical-lr"),{active:C,axis:Q,axisProps:A5,dragging:E,focusedThumbIndex:le,getHiddenInputProps:(K={})=>{const ne=So(K),se={onChange:tt(ne||{}),onFocus:Pe(ne||{}),onBlur:ze(ne||{}),onKeyDown:it(ne||{})},fe={...ne,...se};return{tabIndex:x,"aria-labelledby":t,"aria-orientation":h,"aria-valuemax":f(i),"aria-valuemin":f(l),name:c,type:"range",min:e.min,max:e.max,step:e.step===null&&e.marks?"any":e.step??void 0,disabled:n,...K,...fe,style:{...x5,direction:o?"rtl":"ltr",width:"100%",height:"100%",writingMode:Ur}}},getRootProps:Qt,getThumbProps:Ma,marks:ae,open:w,range:te,rootRef:he,trackLeap:Ie,trackOffset:Ge,values:Z,getThumbStyle:$a}}function xo(e){return typeof e=="string"}const V5=e=>!e||!xo(e);function E5(e){return typeof e.main=="string"}function I5(e,t=[]){if(!E5(e))return!1;for(const r of t)if(!e.hasOwnProperty(r)||typeof e[r]!="string")return!1;return!0}function Sc(e=[]){return([,t])=>t&&I5(t,e)}function M5(e){return xa("MuiSlider",e)}const gt=kh("MuiSlider",["root","active","colorPrimary","colorSecondary","colorError","colorInfo","colorSuccess","colorWarning","disabled","dragging","focusVisible","mark","markActive","marked","markLabel","markLabelActive","rail","sizeSmall","thumb","thumbColorPrimary","thumbColorSecondary","thumbColorError","thumbColorSuccess","thumbColorInfo","thumbColorWarning","track","trackInverted","trackFalse","thumbSizeSmall","valueLabel","valueLabelOpen","valueLabelCircle","valueLabelLabel","vertical"]),$5=e=>{const{open:t}=e;return{offset:Et(t&&gt.valueLabelOpen),circle:gt.valueLabelCircle,label:gt.valueLabelLabel}};function Uf(e){const{children:t,className:r,value:n}=e,a=$5(e);return t?B.cloneElement(t,{className:t.props.className},S.jsxs(B.Fragment,{children:[t.props.children,S.jsx("span",{className:Et(a.offset,r),"aria-hidden":!0,children:S.jsx("span",{className:a.circle,children:S.jsx("span",{className:a.label,children:n})})})]})):null}process.env.NODE_ENV!=="production"&&(Uf.propTypes={children:g.element.isRequired,className:g.string,value:g.node});function Ph(e){return e}const j5=dt("span",{name:"MuiSlider",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[`color${Ze(r.color)}`],r.size!=="medium"&&t[`size${Ze(r.size)}`],r.marked&&t.marked,r.orientation==="vertical"&&t.vertical,r.track==="inverted"&&t.trackInverted,r.track===!1&&t.trackFalse]}})(Ir(({theme:e})=>({borderRadius:12,boxSizing:"content-box",display:"inline-block",position:"relative",cursor:"pointer",touchAction:"none",WebkitTapHighlightColor:"transparent","@media print":{colorAdjust:"exact"},[`&.${gt.disabled}`]:{pointerEvents:"none",cursor:"default",color:(e.vars||e).palette.grey[400]},[`&.${gt.dragging}`]:{[`& .${gt.thumb}, & .${gt.track}`]:{transition:"none"}},variants:[...Object.entries(e.palette).filter(Sc()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}})),{props:{orientation:"horizontal"},style:{height:4,width:"100%",padding:"13px 0","@media (pointer: coarse)":{padding:"20px 0"}}},{props:{orientation:"horizontal",size:"small"},style:{height:2}},{props:{orientation:"horizontal",marked:!0},style:{marginBottom:20}},{props:{orientation:"vertical"},style:{height:"100%",width:4,padding:"0 13px","@media (pointer: coarse)":{padding:"0 20px"}}},{props:{orientation:"vertical",size:"small"},style:{width:2}},{props:{orientation:"vertical",marked:!0},style:{marginRight:44}}]}))),k5=dt("span",{name:"MuiSlider",slot:"Rail"})({display:"block",position:"absolute",borderRadius:"inherit",backgroundColor:"currentColor",opacity:.38,variants:[{props:{orientation:"horizontal"},style:{width:"100%",height:"inherit",top:"50%",transform:"translateY(-50%)"}},{props:{orientation:"vertical"},style:{height:"100%",width:"inherit",left:"50%",transform:"translateX(-50%)"}},{props:{track:"inverted"},style:{opacity:1}}]}),U5=dt("span",{name:"MuiSlider",slot:"Track"})(Ir(({theme:e})=>({display:"block",position:"absolute",borderRadius:"inherit",border:"1px solid currentColor",backgroundColor:"currentColor",transition:e.transitions.create(["left","width","bottom","height"],{duration:e.transitions.duration.shortest}),variants:[{props:{size:"small"},style:{border:"none"}},{props:{orientation:"horizontal"},style:{height:"inherit",top:"50%",transform:"translateY(-50%)"}},{props:{orientation:"vertical"},style:{width:"inherit",left:"50%",transform:"translateX(-50%)"}},{props:{track:!1},style:{display:"none"}},...Object.entries(e.palette).filter(Sc()).map(([t])=>({props:{color:t,track:"inverted"},style:{...e.vars?{backgroundColor:e.vars.palette.Slider[`${t}Track`],borderColor:e.vars.palette.Slider[`${t}Track`]}:{backgroundColor:aa(e.palette[t].main,.62),borderColor:aa(e.palette[t].main,.62),...e.applyStyles("dark",{backgroundColor:na(e.palette[t].main,.5)}),...e.applyStyles("dark",{borderColor:na(e.palette[t].main,.5)})}}}))]}))),L5=dt("span",{name:"MuiSlider",slot:"Thumb",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.thumb,t[`thumbColor${Ze(r.color)}`],r.size!=="medium"&&t[`thumbSize${Ze(r.size)}`]]}})(Ir(({theme:e})=>({position:"absolute",width:20,height:20,boxSizing:"border-box",borderRadius:"50%",outline:0,backgroundColor:"currentColor",display:"flex",alignItems:"center",justifyContent:"center",transition:e.transitions.create(["box-shadow","left","bottom"],{duration:e.transitions.duration.shortest}),"&::before":{position:"absolute",content:'""',borderRadius:"inherit",width:"100%",height:"100%",boxShadow:(e.vars||e).shadows[2]},"&::after":{position:"absolute",content:'""',borderRadius:"50%",width:42,height:42,top:"50%",left:"50%",transform:"translate(-50%, -50%)"},[`&.${gt.disabled}`]:{"&:hover":{boxShadow:"none"}},variants:[{props:{size:"small"},style:{width:12,height:12,"&::before":{boxShadow:"none"}}},{props:{orientation:"horizontal"},style:{top:"50%",transform:"translate(-50%, -50%)"}},{props:{orientation:"vertical"},style:{left:"50%",transform:"translate(-50%, 50%)"}},...Object.entries(e.palette).filter(Sc()).map(([t])=>({props:{color:t},style:{[`&:hover, &.${gt.focusVisible}`]:{...e.vars?{boxShadow:`0px 0px 0px 8px rgba(${e.vars.palette[t].mainChannel} / 0.16)`}:{boxShadow:`0px 0px 0px 8px ${Ui(e.palette[t].main,.16)}`},"@media (hover: none)":{boxShadow:"none"}},[`&.${gt.active}`]:{...e.vars?{boxShadow:`0px 0px 0px 14px rgba(${e.vars.palette[t].mainChannel} / 0.16)`}:{boxShadow:`0px 0px 0px 14px ${Ui(e.palette[t].main,.16)}`}}}}))]}))),Lf=dt(Uf,{name:"MuiSlider",slot:"ValueLabel"})(Ir(({theme:e})=>({zIndex:1,whiteSpace:"nowrap",...e.typography.body2,fontWeight:500,transition:e.transitions.create(["transform"],{duration:e.transitions.duration.shortest}),position:"absolute",backgroundColor:(e.vars||e).palette.grey[600],borderRadius:2,color:(e.vars||e).palette.common.white,display:"flex",alignItems:"center",justifyContent:"center",padding:"0.25rem 0.75rem",variants:[{props:{orientation:"horizontal"},style:{transform:"translateY(-100%) scale(0)",top:"-10px",transformOrigin:"bottom center","&::before":{position:"absolute",content:'""',width:8,height:8,transform:"translate(-50%, 50%) rotate(45deg)",backgroundColor:"inherit",bottom:0,left:"50%"},[`&.${gt.valueLabelOpen}`]:{transform:"translateY(-100%) scale(1)"}}},{props:{orientation:"vertical"},style:{transform:"translateY(-50%) scale(0)",right:"30px",top:"50%",transformOrigin:"right center","&::before":{position:"absolute",content:'""',width:8,height:8,transform:"translate(-50%, -50%) rotate(45deg)",backgroundColor:"inherit",right:-8,top:"50%"},[`&.${gt.valueLabelOpen}`]:{transform:"translateY(-50%) scale(1)"}}},{props:{size:"small"},style:{fontSize:e.typography.pxToRem(12),padding:"0.25rem 0.5rem"}},{props:{orientation:"vertical",size:"small"},style:{right:"20px"}}]})));process.env.NODE_ENV!=="production"&&(Lf.propTypes={children:g.element.isRequired,index:g.number.isRequired,open:g.bool.isRequired,value:g.node});const D5=dt("span",{name:"MuiSlider",slot:"Mark",shouldForwardProp:e=>Pl(e)&&e!=="markActive",overridesResolver:(e,t)=>{const{markActive:r}=e;return[t.mark,r&&t.markActive]}})(Ir(({theme:e})=>({position:"absolute",width:2,height:2,borderRadius:1,backgroundColor:"currentColor",variants:[{props:{orientation:"horizontal"},style:{top:"50%",transform:"translate(-1px, -50%)"}},{props:{orientation:"vertical"},style:{left:"50%",transform:"translate(-50%, 1px)"}},{props:{markActive:!0},style:{backgroundColor:(e.vars||e).palette.background.paper,opacity:.8}}]}))),B5=dt("span",{name:"MuiSlider",slot:"MarkLabel",shouldForwardProp:e=>Pl(e)&&e!=="markLabelActive"})(Ir(({theme:e})=>({...e.typography.body2,color:(e.vars||e).palette.text.secondary,position:"absolute",whiteSpace:"nowrap",variants:[{props:{orientation:"horizontal"},style:{top:30,transform:"translateX(-50%)","@media (pointer: coarse)":{top:40}}},{props:{orientation:"vertical"},style:{left:36,transform:"translateY(50%)","@media (pointer: coarse)":{left:44}}},{props:{markLabelActive:!0},style:{color:(e.vars||e).palette.text.primary}}]}))),N5=e=>{const{disabled:t,dragging:r,marked:n,orientation:a,track:o,classes:s,color:i,size:l}=e,c={root:["root",t&&"disabled",r&&"dragging",n&&"marked",a==="vertical"&&"vertical",o==="inverted"&&"trackInverted",o===!1&&"trackFalse",i&&`color${Ze(i)}`,l&&`size${Ze(l)}`],rail:["rail"],track:["track"],mark:["mark"],markActive:["markActive"],markLabel:["markLabel"],markLabelActive:["markLabelActive"],valueLabel:["valueLabel"],thumb:["thumb",t&&"disabled",l&&`thumbSize${Ze(l)}`,i&&`thumbColor${Ze(i)}`],active:["active"],disabled:["disabled"],focusVisible:["focusVisible"]};return wl(c,M5,s)},F5=({children:e})=>e,Df=B.forwardRef(function(t,r){const n=dc({props:t,name:"MuiSlider"}),a=Xy(),{"aria-label":o,"aria-valuetext":s,"aria-labelledby":i,component:l="span",components:c={},componentsProps:u={},color:d="primary",classes:h,className:p,disableSwap:f=!1,disabled:m=!1,getAriaLabel:b,getAriaValueText:x,marks:_=!1,max:O=100,min:C=0,name:P,onChange:w,onChangeCommitted:A,orientation:E="horizontal",shiftStep:F=10,size:y="medium",step:T=1,scale:z=Ph,slotProps:V,slots:N,tabIndex:te,track:Z="normal",value:ae,valueLabelDisplay:re="off",valueLabelFormat:le=Ph,...q}=n,X={...n,isRtl:a,max:O,min:C,classes:h,disabled:m,disableSwap:f,orientation:E,marks:_,color:d,size:y,step:T,shiftStep:F,scale:z,track:Z,valueLabelDisplay:re,valueLabelFormat:le},{axisProps:he,getRootProps:Pe,getHiddenInputProps:ze,getThumbProps:xe,open:it,active:tt,axis:ye,focusedThumbIndex:Q,range:oe,dragging:ce,marks:W,values:be,trackOffset:me,trackLeap:Je,getThumbStyle:Ge}=_5({...X,rootRef:r});X.marked=W.length>0&&W.some(Le=>Le.label),X.dragging=ce,X.focusedThumbIndex=Q;const Ie=N5(X),Qt=(N==null?void 0:N.root)??c.Root??j5,Ea=(N==null?void 0:N.rail)??c.Rail??k5,Ia=(N==null?void 0:N.track)??c.Track??U5,Ma=(N==null?void 0:N.thumb)??c.Thumb??L5,$a=(N==null?void 0:N.valueLabel)??c.ValueLabel??Lf,Ur=(N==null?void 0:N.mark)??c.Mark??D5,ja=(N==null?void 0:N.markLabel)??c.MarkLabel??B5,K=(N==null?void 0:N.input)??c.Input??"input",ne=(V==null?void 0:V.root)??u.root,se=(V==null?void 0:V.rail)??u.rail,fe=(V==null?void 0:V.track)??u.track,Oe=(V==null?void 0:V.thumb)??u.thumb,ie=(V==null?void 0:V.valueLabel)??u.valueLabel,He=(V==null?void 0:V.mark)??u.mark,Xe=(V==null?void 0:V.markLabel)??u.markLabel,De=(V==null?void 0:V.input)??u.input,ht=tr({elementType:Qt,getSlotProps:Pe,externalSlotProps:ne,externalForwardedProps:q,additionalProps:{...V5(Qt)&&{as:l}},ownerState:{...X,...ne==null?void 0:ne.ownerState},className:[Ie.root,p]}),_n=tr({elementType:Ea,externalSlotProps:se,ownerState:X,className:Ie.rail}),Wf=tr({elementType:Ia,externalSlotProps:fe,additionalProps:{style:{...he[ye].offset(me),...he[ye].leap(Je)}},ownerState:{...X,...fe==null?void 0:fe.ownerState},className:Ie.track}),Ns=tr({elementType:Ma,getSlotProps:xe,externalSlotProps:Oe,ownerState:{...X,...Oe==null?void 0:Oe.ownerState},className:Ie.thumb}),Yf=tr({elementType:$a,externalSlotProps:ie,ownerState:{...X,...ie==null?void 0:ie.ownerState},className:Ie.valueLabel}),Fs=tr({elementType:Ur,externalSlotProps:He,ownerState:X,className:Ie.mark}),zs=tr({elementType:ja,externalSlotProps:Xe,ownerState:X,className:Ie.markLabel}),Kf=tr({elementType:K,getSlotProps:ze,externalSlotProps:De,ownerState:X});return S.jsxs(Qt,{...ht,children:[S.jsx(Ea,{..._n}),S.jsx(Ia,{...Wf}),W.filter(Le=>Le.value>=C&&Le.value<=O).map((Le,We)=>{const Gs=Wo(Le.value,C,O),ka=he[ye].offset(Gs);let jt;return Z===!1?jt=be.includes(Le.value):jt=Z==="normal"&&(oe?Le.value>=be[0]&&Le.value<=be[be.length-1]:Le.value<=be[0])||Z==="inverted"&&(oe?Le.value<=be[0]||Le.value>=be[be.length-1]:Le.value>=be[0]),S.jsxs(B.Fragment,{children:[S.jsx(Ur,{"data-index":We,...Fs,...!xo(Ur)&&{markActive:jt},style:{...ka,...Fs.style},className:Et(Fs.className,jt&&Ie.markActive)}),Le.label!=null?S.jsx(ja,{"aria-hidden":!0,"data-index":We,...zs,...!xo(ja)&&{markLabelActive:jt},style:{...ka,...zs.style},className:Et(Ie.markLabel,zs.className,jt&&Ie.markLabelActive),children:Le.label}):null]},We)}),be.map((Le,We)=>{const Gs=Wo(Le,C,O),ka=he[ye].offset(Gs),jt=re==="off"?F5:$a;return S.jsx(jt,{...!xo(jt)&&{valueLabelFormat:le,valueLabelDisplay:re,value:typeof le=="function"?le(z(Le),We):le,index:We,open:it===We||tt===We||re==="on",disabled:m},...Yf,children:S.jsx(Ma,{"data-index":We,...Ns,className:Et(Ie.thumb,Ns.className,tt===We&&Ie.active,Q===We&&Ie.focusVisible),style:{...ka,...Ge(We),...Ns.style},children:S.jsx(K,{"data-index":We,"aria-label":b?b(We):o,"aria-valuenow":z(Le),"aria-labelledby":i,"aria-valuetext":x?x(z(Le),We):s,value:be[We],...Kf})})},We)})]})});process.env.NODE_ENV!=="production"&&(Df.propTypes={"aria-label":vh(g.string,e=>Array.isArray(e.value||e.defaultValue)&&e["aria-label"]!=null?new Error("MUI: You need to use the `getAriaLabel` prop instead of `aria-label` when using a range slider."):null),"aria-labelledby":g.string,"aria-valuetext":vh(g.string,e=>Array.isArray(e.value||e.defaultValue)&&e["aria-valuetext"]!=null?new Error("MUI: You need to use the `getAriaValueText` prop instead of `aria-valuetext` when using a range slider."):null),children:g.node,classes:g.object,className:g.string,color:g.oneOfType([g.oneOf(["primary","secondary","error","info","success","warning"]),g.string]),components:g.shape({Input:g.elementType,Mark:g.elementType,MarkLabel:g.elementType,Rail:g.elementType,Root:g.elementType,Thumb:g.elementType,Track:g.elementType,ValueLabel:g.elementType}),componentsProps:g.shape({input:g.oneOfType([g.func,g.object]),mark:g.oneOfType([g.func,g.object]),markLabel:g.oneOfType([g.func,g.object]),rail:g.oneOfType([g.func,g.object]),root:g.oneOfType([g.func,g.object]),thumb:g.oneOfType([g.func,g.object]),track:g.oneOfType([g.func,g.object]),valueLabel:g.oneOfType([g.func,g.shape({children:g.element,className:g.string,open:g.bool,style:g.object,value:g.node,valueLabelDisplay:g.oneOf(["auto","off","on"])})])}),defaultValue:g.oneOfType([g.arrayOf(g.number),g.number]),disabled:g.bool,disableSwap:g.bool,getAriaLabel:g.func,getAriaValueText:g.func,marks:g.oneOfType([g.arrayOf(g.shape({label:g.node,value:g.number.isRequired})),g.bool]),max:g.number,min:g.number,name:g.string,onChange:g.func,onChangeCommitted:g.func,orientation:g.oneOf(["horizontal","vertical"]),scale:g.func,shiftStep:g.number,size:g.oneOfType([g.oneOf(["small","medium"]),g.string]),slotProps:g.shape({input:g.oneOfType([g.func,g.object]),mark:g.oneOfType([g.func,g.object]),markLabel:g.oneOfType([g.func,g.object]),rail:g.oneOfType([g.func,g.object]),root:g.oneOfType([g.func,g.object]),thumb:g.oneOfType([g.func,g.object]),track:g.oneOfType([g.func,g.object]),valueLabel:g.oneOfType([g.func,g.shape({children:g.element,className:g.string,open:g.bool,style:g.object,value:g.node,valueLabelDisplay:g.oneOf(["auto","off","on"])})])}),slots:g.shape({input:g.elementType,mark:g.elementType,markLabel:g.elementType,rail:g.elementType,root:g.elementType,thumb:g.elementType,track:g.elementType,valueLabel:g.elementType}),step:g.number,sx:g.oneOfType([g.arrayOf(g.oneOfType([g.func,g.object,g.bool])),g.func,g.object]),tabIndex:g.number,track:g.oneOf(["inverted","normal",!1]),value:g.oneOfType([g.arrayOf(g.number),g.number]),valueLabelDisplay:g.oneOf(["auto","off","on"]),valueLabelFormat:g.oneOfType([g.func,g.string])});var z5="[object Number]";function G5(e){return typeof e=="number"||Cr(e)&&Mr(e)==z5}const Bf=Me.observer(e=>{var o,s,i;const t=J.useTheme(),{store:r}=e,{t:n}=Ee.useTranslation();function a(l,c){c===e.velocity||!G5(c)||e.onVelocityChange(c)}return S.jsxs(J.Stack,{direction:"row",gap:2,alignItems:"center",children:[r.showVelocityLegend&&S.jsx(J.Typography,{sx:{color:(i=(s=(o=t.componentsExt)==null?void 0:o.JoggingPanel)==null?void 0:s.VelocitySlider)==null?void 0:i.sliderLegendColor,fontSize:"14px"},children:n("Jogging.Velocity.bt")}),S.jsx(Df,{value:e.velocity,color:"secondary",onChange:a,min:e.min,max:e.max,"aria-labelledby":"input-slider",disabled:e.disabled,sx:{"& .MuiSlider-valueLabelOpen":{zIndex:100,backgroundColor:"transparent",top:"0px"}}}),r.showVelocitySliderLabel&&(e.renderValue?e.renderValue(e.velocity):S.jsx(xc,{value:e.velocity.toString()}))]})});function xc({value:e,sx:t}){var n;const r=J.useTheme();return S.jsx(J.Stack,{direction:"row",justifyContent:"center",alignItems:"center",gap:"5px",sx:{padding:"6px 12px",background:(n=r.palette.backgroundPaperElevation)==null?void 0:n[8],borderRadius:"10px",minWidth:"111px",...t},children:S.jsx(J.Typography,{component:"span",sx:{textAlign:"right",fontSize:"14px",opacity:.8,color:r.palette.text.primary,whiteSpace:"nowrap"},children:e})})}const Nf=Me.observer(({store:e})=>{const{t}=Ee.useTranslation(),r=Me.useLocalObservable(()=>({get valueLabelFormat(){return e.currentMotionType==="translate"?n=>`v = ${t("Jogging.Cartesian.Translation.velocityMmPerSec.lb",{amount:n})}`:n=>`ω = ${t("Jogging.Cartesian.Rotation.velocityDegPerSec.lb",{amount:n})}`}}));return S.jsx(Bf,{store:e,velocity:e.velocityInDisplayUnits,min:e.minVelocityInDisplayUnits,max:e.maxVelocityInDisplayUnits,onVelocityChange:e.setVelocityFromSlider,disabled:e.isLocked,renderValue:n=>S.jsx(xc,{value:r.valueLabelFormat(n),sx:{minWidth:"111px",span:{transform:"translateY(-1.5px)"}}})})}),H5=Me.observer(({store:e,children:t})=>{const{t:r}=Ee.useTranslation(),n=J.useTheme();function a(h,p){(p==="translate"||p==="rotate")&&e.setSelectedCartesianMotionType(p)}Om(()=>[e.selectedCoordSystemId,e.selectedTcpId],()=>{e.jogger.motionStream.motionStateSocket.changeUrl(e.jogger.nova.makeWebsocketURL(`/motion-groups/${e.jogger.motionGroupId}/state-stream?tcp=${e.selectedTcpId}&response_coordinate_system=${e.selectedCoordSystemId}`))},{fireImmediately:!0});async function o(h,p){const f=await e.activate(),m=f.motionStream.rapidlyChangingMotionState.tcp_pose,b=f.motionStream.rapidlyChangingMotionState.state.joint_position;m&&await e.withMotionLock(async()=>{try{e.setCurrentIncrementJog({axis:h.axis,direction:h.direction}),await e.jogger.runIncrementalCartesianMotion({currentTcpPose:m,currentJoints:b,coordSystemId:e.activeCoordSystemId,velocityInRelevantUnits:e.selectedCartesianMotionType==="translate"?e.translationVelocityMmPerSec:e.rotationVelocityRadsPerSec,axis:h.axis,direction:h.direction,motion:e.selectedCartesianMotionType==="translate"?{type:"translate",distanceMm:p.mm}:{type:"rotate",distanceRads:br.degreesToRadians(p.degrees)}})}finally{e.setCurrentIncrementJog(null),await e.deactivate()}})}async function s(h){if(!e.isLocked){if(await e.activate(),e.activeDiscreteIncrement)return o(h,e.activeDiscreteIncrement);h.motionType==="translate"?await e.jogger.startTCPTranslation({axis:h.axis,direction:h.direction,velocityMmPerSec:e.translationVelocityMmPerSec}):await e.jogger.startTCPRotation({axis:h.axis,direction:h.direction,velocityRadsPerSec:e.rotationVelocityRadsPerSec})}}async function i(){e.isLocked||e.activeDiscreteIncrement||await e.deactivate()}function l(h,p,f){var b,x,_;const m=(_=(x=(b=f.componentsExt)==null?void 0:b.JoggingPanel)==null?void 0:x.JoggingCartesian)==null?void 0:_.Axis;if(m)return p==="translate"?m[h]:m.CustomRotation??m[h]}const c=[{id:"x",icon:S.jsx(JE,{}),colors:l("X",e.selectedCartesianMotionType,n)},{id:"y",icon:S.jsx(YE,{}),colors:l("Y",e.selectedCartesianMotionType,n)},{id:"z",icon:S.jsx(QE,{}),colors:l("Z",e.selectedCartesianMotionType,n)}];function u(h){return r("General.mm.variable",{amount:h.toFixed(1)})}function d(h){return r("General.degree.variable",{amount:br.radiansToDegrees(h).toFixed(1)})}return S.jsxs(J.Stack,{flexGrow:1,gap:2,sx:{padding:"18px 24px"},children:[S.jsxs(J.Stack,{gap:2,children:[S.jsx(f5,{store:e}),S.jsx(Nf,{store:e}),S.jsx(J.Divider,{})]}),S.jsx(J.Stack,{marginLeft:"auto",marginRight:"auto",gap:"24px",justifyContent:"center",sx:{flexGrow:"1"},children:S.jsxs(J.Stack,{alignItems:"center",justifyContent:"center",gap:"24px",sx:{flexGrow:1},children:[S.jsxs(g5,{value:e.selectedCartesianMotionType,onChange:a,exclusive:!0,"aria-label":r("Jogging.Cartesian.MotionType.lb"),sx:{justifyContent:"center"},children:[S.jsx(J.ToggleButton,{value:"translate",children:r("Jogging.Cartesian.Translation.bt")}),S.jsx(J.ToggleButton,{value:"rotate",children:r("Jogging.Cartesian.Rotation.bt")})]}),e.selectedCartesianMotionType==="translate"&&c.map(h=>{var p,f;return S.jsx(Xi,{colors:h.colors,disabled:e.isLocked,activeJoggingDirection:((p=e.incrementJogInProgress)==null?void 0:p.axis)===h.id?e.incrementJogInProgress.direction:void 0,label:S.jsxs(S.Fragment,{children:[h.icon,S.jsx(J.Typography,{sx:{fontSize:"24px",color:((f=h.colors)==null?void 0:f.labelColor)??n.palette.text.primary},children:h.id.toUpperCase()})]}),getDisplayedValue:()=>{var m;return u(((m=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose)==null?void 0:m.position[h.id])||0)},startJogging:m=>s({axis:h.id,motionType:"translate",direction:m}),stopJogging:i},h.id)}),e.selectedCartesianMotionType==="rotate"&&c.map(h=>{var p,f;return S.jsx(Xi,{colors:h.colors,disabled:e.isLocked,activeJoggingDirection:((p=e.incrementJogInProgress)==null?void 0:p.axis)===h.id?e.incrementJogInProgress.direction:void 0,label:S.jsxs(S.Fragment,{children:[S.jsx(ZE,{}),S.jsx(J.Typography,{sx:{fontSize:"24px",color:((f=h.colors)==null?void 0:f.labelColor)??n.palette.text.primary},children:h.id.toUpperCase()})]}),getDisplayedValue:()=>{var m,b;return d(((b=(m=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose)==null?void 0:m.orientation)==null?void 0:b[h.id])||0)},startJogging:m=>s({axis:h.id,motionType:"rotate",direction:m}),stopJogging:i},h.id)})]})}),S.jsx(_f,{store:e}),t&&S.jsx(J.Divider,{}),t]})}),q5=Me.observer(({store:e,children:t})=>{const r=J.useTheme();async function n(o){await e.activate(),await e.jogger.startJointRotation({joint:o.joint,direction:o.direction,velocityRadsPerSec:e.rotationVelocityRadsPerSec})}async function a(){await e.jogger.stop(),await e.deactivate()}return S.jsxs(J.Stack,{flexGrow:1,gap:2,sx:{padding:"18px 24px"},children:[S.jsx(Nf,{store:e}),S.jsx(J.Divider,{}),S.jsx(J.Stack,{justifyContent:"center",alignItems:"stretch",sx:{flexGrow:"1"},id:"JointControls",children:S.jsx(J.Stack,{alignItems:"center",gap:"24px",children:e.jogger.motionStream.joints.map(o=>{var c;const s=(c=e.motionGroupSpec.mechanical_joint_limits)==null?void 0:c[o.index],i=(s==null?void 0:s.lower_limit)!==void 0?br.radiansToDegrees(s.lower_limit):void 0,l=(s==null?void 0:s.upper_limit)!==void 0?br.radiansToDegrees(s.upper_limit):void 0;return S.jsxs(J.Stack,{direction:"row",alignItems:"center",justifyContent:"center",spacing:1.5,width:"100%",children:[e.showJointsLegend&&S.jsx(J.Typography,{color:e.isLocked?r.palette.text.disabled:r.palette.text.secondary,children:`G${o.index+1}`}),S.jsx(Tm,{disabled:e.isLocked,lowerLimitDegs:i,upperLimitDegs:l,getValueDegs:()=>{const u=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_position.joints[o.index];return u!==void 0?br.radiansToDegrees(u):void 0},startJogging:u=>n({joint:o.index,direction:u}),stopJogging:a})]},`joint-${o.index}`)})})}),S.jsx(_f,{store:e}),t&&S.jsx(J.Divider,{}),t]})}),J5=Jt(Me.observer(e=>{const t=Sl.isString(e.nova)?new FE({instanceUrl:e.nova}):e.nova,r=Me.useLocalObservable(()=>({joggingStore:null,loadingError:null}));async function n(){Be.runInAction(()=>{r.loadingError=null,r.joggingStore=null});try{let a=e.store;if(!a){const o=await t.connectJogger(e.motionGroupId);a=await Bs.loadFor(o)}Be.runInAction(()=>{r.joggingStore=a}),e.onSetup&&e.onSetup(a)}catch(a){r.loadingError=a}}return ee.useEffect(()=>(n(),e.store?()=>null:()=>{var a;(a=r.joggingStore)==null||a.dispose()}),[e.store,e.nova,e.motionGroupId]),ee.useEffect(()=>{const a=r.joggingStore;a&&(e.locked?a.lock("external"):a.unlock("external"))},[r.joggingStore,e.locked]),S.jsx(J.Stack,{sx:{maxWidth:"460px",minWidth:"320px",position:"relative",...e.sx},children:r.joggingStore?S.jsx(W5,{store:r.joggingStore,children:e.children}):S.jsx(fc,{message:"Loading jogging",error:r.loadingError})})})),W5=Me.observer(({store:e,children:t})=>{const{t:r}=Ee.useTranslation();function n(){if(e.currentTab.id==="cartesian")return S.jsx(S.Fragment,{children:S.jsx(H5,{store:e,children:t})});if(e.currentTab.id==="joint")return S.jsx(S.Fragment,{children:S.jsx(q5,{store:e,children:t})})}return S.jsxs(J.Stack,{flexGrow:1,sx:{overflow:"hidden"},children:[S.jsx(J.Tabs,{value:e.tabIndex,onChange:e.onTabChange,variant:"fullWidth",children:e.tabs.map(a=>{const o=a.label==="cartesian"?r("Jogging.Cartesian.bt"):r("Jogging.Joints.bt"),s=a.label==="cartesian"?S.jsx(xC,{fontSize:"small",sx:{mr:1}}):S.jsx(OC,{fontSize:"small",sx:{mr:1}});return S.jsx(J.Tab,{label:e.showTabIcons?S.jsxs(J.Stack,{direction:"row",alignItems:"center",children:[s,o]}):o,id:`jogging-tab-${a.id}`,"aria-controls":`jogging-tab-${a.id}`},a.id)})}),S.jsx(J.Stack,{flexGrow:1,position:"relative",sx:{overflowY:"auto",overflowX:"hidden"},children:n()})]})}),Ff=ee.forwardRef(({label:e,value:t},r)=>{var i;const n=J.useTheme(),[a,o]=ee.useState(!1);async function s(){if(!r||!("current"in r))return console.warn("No copy target found"),!1;try{return await navigator.clipboard.writeText(t),console.log("Copied!"),o(!0),!0}catch(l){console.error(l);const c=window.getSelection(),u=document.createRange();u.selectNodeContents(r.current),c.removeAllRanges(),c.addRange(u)}return!1}return ee.useEffect(()=>{if(!a)return;const l=setTimeout(()=>o(!1),3e3);return()=>{l&&clearTimeout(l)}},[a]),S.jsx(J.Tooltip,{open:a,title:"Copied!",children:S.jsx(J.Stack,{justifyContent:"center",sx:{height:"100%",boxSizing:"border-box",padding:"6px 12px",background:(i=n.palette.backgroundPaperElevation)==null?void 0:i[8],borderRadius:"10px",minWidth:"0",cursor:"pointer"},onClick:()=>s(),children:S.jsx(J.Typography,{ref:r,align:"center",sx:{pointerEvents:"none",fontSize:"12px",color:n.palette.text.primary,whiteSpace:"nowrap",minWidth:0,textOverflow:"ellipsis",width:"100%",overflow:"hidden"},children:t})})})}),Y5=Me.observer(({motionStream:e})=>{const t=ee.useRef(null);function r(){const n=e.rapidlyChangingMotionState.tcp_pose;return n?br.poseToWandelscriptString(n):""}return xn(()=>{if(!t.current)return;const n=r();t.current.textContent!==n&&(t.current.textContent=n)}),S.jsx(J.Stack,{alignItems:"left",spacing:2,sx:{flexGrow:1,minWidth:0,overflow:"hidden"},children:S.jsx(Ff,{value:r(),ref:t})})}),K5=Me.observer(({motionStream:e})=>{const t=ee.useRef(null);function r(){const{joints:n}=e.rapidlyChangingMotionState.state.joint_position;return`[${n.map(a=>parseFloat(a.toFixed(4))).join(", ")}]`}return xn(()=>{if(!t.current)return;const n=r();t.current.textContent!==n&&(t.current.textContent=n)}),S.jsx(J.Stack,{alignItems:"left",spacing:2,sx:{flexGrow:1,minWidth:0,overflow:"hidden"},children:S.jsx(Ff,{value:r(),ref:t})})});function Q5(){const e=window.location.href;return e.substring(0,e.indexOf("/",e.indexOf("//")+2))}function X5({baseUrl:e=Q5(),...t}){return S.jsxs(J.Dialog,{"aria-labelledby":"no-motion-group-modal-title",open:!0,fullWidth:!0,sx:{"& .MuiModal-backdrop":{backdropFilter:"blur(10px)"},"& .MuiDialog-paper":{"::before":{content:'""',height:"8px",width:"100%",background:"linear-gradient(90deg, #FF0E65 0%, #47D3FF 100%)"},background:"#101629"}},children:[S.jsx(J.DialogTitle,{id:"no-motion-group-modal-title",children:"No motion group found"}),S.jsxs(J.DialogContent,{sx:{marginTop:"3rem",marginBottom:"1.5rem",textAlign:"center"},children:[S.jsx(J.Typography,{color:"#fff",children:"Found no devices to connect to."}),S.jsx(J.Typography,{color:"#fff",children:"Please ensure a motion group has been created."})]}),S.jsx(J.DialogActions,{children:S.jsxs(J.Stack,{width:"100%",maxWidth:"300px",margin:"auto",marginBottom:"2rem",children:[S.jsx(J.Button,{href:`${e}/settings`,variant:"contained",sx:{borderRadius:"8px",width:"100%"},children:"Go to settings app"}),S.jsx(J.Button,{href:`${e}`,variant:"text",sx:{marginTop:"1rem",color:"#fff",textDecoration:"underline",fontSize:"0.75rem"},children:"Back to Homescreen"})]})})]})}const Z5=Jt(Me.observer(({state:e,onRun:t,onPause:r,onStop:n,onReset:a,requiresManualReset:o=!1,variant:s="with_pause",className:i})=>{const l=J.useTheme(),{t:c}=Ee.useTranslation(),u=()=>{const p={run:{enabled:e==="idle"||e==="paused",label:c(e==="paused"?"ProgramControl.Resume.bt":"ProgramControl.Start.bt"),color:l.palette.success.main,onClick:t},pause:{enabled:e==="running",label:c("ProgramControl.Pause.bt"),color:"#FFFFFF33",onClick:r||(()=>{})},stop:{enabled:e==="running"||e==="paused",label:c("ProgramControl.Stop.bt"),color:l.palette.error.main,onClick:n}};return s==="without_pause"?[p.run,p.stop]:[p.run,p.pause,p.stop]},d=p=>{const f={sx:{fontSize:"55px"}};if(s==="without_pause")return p===0?S.jsx(En.PlayArrow,{...f}):S.jsx(En.Stop,{...f});switch(p){case 0:return S.jsx(En.PlayArrow,{...f});case 1:return S.jsx(En.Pause,{...f});case 2:return S.jsx(En.Stop,{...f});default:return null}},h=u();return S.jsx(J.Box,{className:i,sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:2},children:S.jsx(J.Box,{sx:{display:"flex",gap:"40px",flexWrap:"wrap",justifyContent:"center",alignItems:"center"},children:h.map((p,f)=>S.jsxs(J.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:1},children:[S.jsx(J.Button,{variant:"contained",disabled:!p.enabled||e==="stopping"&&!o,onClick:p.onClick,sx:{width:"110px",height:"110px",borderRadius:"110px",backgroundColor:p.color,opacity:p.enabled&&!(e==="stopping"&&!o)?1:.3,"&:hover":{backgroundColor:p.color,opacity:p.enabled&&!(e==="stopping"&&!o)?.8:.3},"&:disabled":{backgroundColor:p.color,opacity:.3},minWidth:"110px",flexShrink:0},children:d(f)}),S.jsx(J.Typography,{variant:"body1",sx:{color:p.enabled&&!(e==="stopping"&&!o)?p.color:l.palette.text.disabled,textAlign:"center",opacity:p.enabled&&!(e==="stopping"&&!o)?1:.3},children:p.label})]},p.label))})})})),e3=Jt(Me.observer(({programState:e,safetyState:t,operationMode:r,className:n})=>{const a=J.useTheme(),{t:o}=Ee.useTranslation(),s=()=>{if(t==="SAFETY_STATE_DEVICE_EMERGENCY_STOP"||t==="SAFETY_STATE_ROBOT_EMERGENCY_STOP"||t==="SAFETY_STATE_STOP_0"||t==="SAFETY_STATE_STOP_1"||t==="SAFETY_STATE_STOP_2"||t==="SAFETY_STATE_PROTECTIVE_STOP"||t==="SAFETY_STATE_STOP"||t==="SAFETY_STATE_REDUCED"||t==="SAFETY_STATE_MASTERING"||t==="SAFETY_STATE_CONFIRM_SAFETY"||t==="SAFETY_STATE_OPERATOR_SAFETY"||t==="SAFETY_STATE_RECOVERY"||t==="SAFETY_STATE_VIOLATION")return{label:o("ProgramStateIndicator.EStop.lb"),color:a.palette.error.main};if(t==="SAFETY_STATE_UNKNOWN"||t==="SAFETY_STATE_FAULT")return{label:o("ProgramStateIndicator.Error.lb"),color:a.palette.error.main};if(t==="SAFETY_STATE_NORMAL")switch(e){case"running":return{label:o("ProgramStateIndicator.Running.lb"),color:a.palette.success.main};case"paused":return{label:o("ProgramStateIndicator.Paused.lb"),color:a.palette.grey[600]};case"stopping":return{label:o("ProgramStateIndicator.Stopped.lb"),color:a.palette.error.main};case"idle":default:return{label:o("ProgramStateIndicator.Ready.lb"),color:a.palette.success.main}}return{label:o("ProgramStateIndicator.Idle.lb"),color:a.palette.grey[600]}},{label:i,color:l}=s(),u=`${i} / ${(()=>{switch(r){case"OPERATION_MODE_AUTO":return o("ProgramStateIndicator.Auto.lb");case"OPERATION_MODE_MANUAL":return o("ProgramStateIndicator.Manual.lb");case"OPERATION_MODE_MANUAL_T1":return o("ProgramStateIndicator.ManualT1.lb");case"OPERATION_MODE_MANUAL_T2":return o("ProgramStateIndicator.ManualT2.lb");default:return o("ProgramStateIndicator.Auto.lb")}})()}`;return S.jsx(J.Chip,{className:n,label:u,variant:"filled",sx:{backgroundColor:l,color:a.palette.getContrastText(l),fontWeight:500,"& .MuiChip-label":{paddingX:2}}})})),t3=Array(6).fill(2*Math.PI),Th="0.0.0-semantically-released";function Oc(e){let t=Th;return Th.startsWith("0.")&&(t=""),`https://cdn.jsdelivr.net/gh/wandelbotsgmbh/wandelbots-js-react-components${t?`@${t}`:""}/public/models/${e}.glb`}function r3(e){function t(r){return r.children.length===0?[r]:[r,...r.children.flatMap(n=>t(n))]}return t(e).filter(r=>Gf(r))}function zf(e){return e.name.endsWith("_FLG")}function Gf(e){return/_J[0-9]+$/.test(e.name)}function n3(e,t){let r;function n(a){if(zf(a)){if(r)throw Error(`Found multiple flange groups in robot model ${t}; first ${r.name} then ${a.name}. Only one _FLG group is allowed.`);r=a}Gf(a),a.children.map(n)}if(n(e.scene),!r)throw Error(`No flange group found in robot model ${t}. Flange must be identified with a name ending in _FLG.`);return{gltf:e}}function Hf({rapidlyChangingMotionState:e,dhParameters:t,onRotationChanged:r,children:n}){const a=ee.useRef([]),o=ee.useRef([]),s=ee.useRef(null),{invalidate:i}=wc.useThree();ee.useEffect(()=>{const d=e.state.joint_position.joints.filter(h=>h!==void 0);return s.current=new uc(d,{tension:120,friction:20,threshold:.001}),()=>{var h;(h=s.current)==null||h.destroy()}},[]),wc.useFrame((d,h)=>{if(s.current){const p=s.current.update(h);u(),p||i()}});function l(d){d&&(o.current=r3(d),u(),i())}function c(d){var h;a.current=d,(h=s.current)==null||h.setTarget(d)}function u(){var h;const d=((h=s.current)==null?void 0:h.getCurrentValues())||[];if(r)r(o.current,d);else for(const[p,f]of o.current.entries()){const m=t[p],b=m.theta||0,x=m.reverse_rotation_direction?-1:1;f.rotation.y=x*(d[p]||0)+b}}return xm(()=>{const d=e.state.joint_position.joints.filter(h=>h!==void 0);requestAnimationFrame(()=>c(d))}),S.jsx("group",{ref:l,children:n})}const a3="line",o3="mesh";function s3({rapidlyChangingMotionState:e,dhParameters:t,...r}){const n=new vt.Matrix4,a=ee.useRef([]),o=ee.useRef([]);ee.useEffect(()=>{a.current=new Array(t.length).fill(null),o.current=new Array(t.length).fill(null)},[t.length]);function s(c,u){const d=new vt.Vector3,h=new vt.Quaternion,p=new vt.Vector3;n.decompose(d,h,p);const f=d.clone(),m=new vt.Matrix4().makeRotationY(c.theta+u*(c.reverse_rotation_direction?-1:1)).multiply(new vt.Matrix4().makeTranslation(0,c.d/1e3,0)).multiply(new vt.Matrix4().makeTranslation(c.a/1e3,0,0)).multiply(new vt.Matrix4().makeRotationX(c.alpha));return n.multiply(m),n.decompose(d,h,p),{a:f,b:d}}function i(c,u,d,h){if(!t)return;const p=t[c];if(!p)return;const{a:f,b:m}=s(p,h);u.geometry.setPositions([f.toArray(),m.toArray()].flat()),d.position.set(m.x,m.y,m.z)}function l(c,u){n.identity();for(let d=0;d<Math.min(c.length,u.length);d++){const h=a.current[d],p=o.current[d];h&&p&&i(d,h,p,u[d])}}return S.jsx(S.Fragment,{children:S.jsx(Hf,{rapidlyChangingMotionState:e,dhParameters:t,onRotationChanged:l,children:S.jsxs("group",{...r,name:"Scene",children:[S.jsxs("mesh",{children:[S.jsx("sphereGeometry",{args:[.01,32,32]}),S.jsx("meshStandardMaterial",{color:"black",depthTest:!0})]}),t.map((c,u)=>{const{a:d,b:h}=s(c,e.state.joint_position.joints[u]??0),p=`dhrobot_J0${u}`;return S.jsxs("group",{name:p,children:[S.jsx(St.Line,{ref:f=>{a.current[u]=f},name:a3,points:[d,h],color:"white",lineWidth:5}),S.jsxs("mesh",{ref:f=>{o.current[u]=f},name:o3,position:h,children:[S.jsx("sphereGeometry",{args:[.01,32,32]}),S.jsx("meshStandardMaterial",{color:"black",depthTest:!0})]},"mesh_"+u)]},p)})]})})})}const i3=console.warn;function l3(){return ee.useEffect(()=>{console.warn=e=>{e!=="Cannot call the manual advancement of rafz whilst frameLoop is not set as demand"&&i3(e)}},[]),S.jsx(S.Fragment,{})}function c3(e){return e.type==="Mesh"}function u3({modelURL:e,flangeRef:t,postModelRender:r,...n}){const{gltf:a}=n3(St.useGLTF(e),e.split("/").pop()||e),o=ee.useCallback(i=>{i&&r&&r()},[e]);function s(i){return c3(i)?S.jsx("mesh",{name:i.name,geometry:i.geometry,material:i.material,position:i.position,rotation:i.rotation},i.uuid):S.jsx("group",{name:i.name,position:i.position,rotation:i.rotation,ref:zf(i)?t:void 0,children:i.children.map(s)},i.uuid)}return S.jsx("group",{...n,dispose:null,ref:o,children:s(a.scene)})}const d3=(e,t)=>{e.userData.isGhost||(e.traverse(r=>{if(r instanceof ke.Mesh){r.material instanceof ke.Material&&(r.material.colorWrite=!1);const n=r.clone(),a=r.clone();n.material=new ke.MeshStandardMaterial({depthTest:!0,depthWrite:!0,colorWrite:!1,polygonOffset:!0,polygonOffsetFactor:-1,side:ke.DoubleSide}),n.userData.isGhost=!0,a.material=new ke.MeshStandardMaterial({color:t,opacity:.3,depthTest:!0,depthWrite:!1,transparent:!0,polygonOffset:!0,polygonOffsetFactor:-2,side:ke.DoubleSide}),a.userData.isGhost=!0,r.parent&&(r.parent.add(n),r.parent.add(a))}}),e.userData.isGhost=!0)},h3=e=>{if(!e.userData.isGhost)return;const t=[];e.traverse(r=>{var n;r instanceof ke.Mesh&&((n=r.userData)!=null&&n.isGhost?t.push(r):r.material instanceof ke.Material&&(r.material.colorWrite=!0))}),t.forEach(r=>{r.parent&&r.parent.remove(r)}),e.userData.isGhost=!1},qf=Jt(({rapidlyChangingMotionState:e,modelFromController:t,dhParameters:r,getModel:n=Oc,flangeRef:a,postModelRender:o,transparentColor:s,...i})=>{const[l,c]=ee.useState(null),u=ee.useCallback(h=>{c(h)},[]);ee.useEffect(()=>{l&&(s?d3(l,s):h3(l))},[l,s]);const d=S.jsx(s3,{rapidlyChangingMotionState:e,dhParameters:r,...i});return S.jsxs(cg.ErrorBoundary,{fallback:d,onError:h=>{console.error(h)},children:[S.jsx(ee.Suspense,{fallback:d,children:S.jsx("group",{ref:u,children:S.jsx(Hf,{rapidlyChangingMotionState:e,dhParameters:r,children:S.jsx(u3,{modelURL:n(t),postModelRender:o,flangeRef:a,...i})})})}),S.jsx(l3,{})]})});function p3({connectedMotionGroup:e,getModel:t=Oc,flangeRef:r,transparentColor:n,...a}){return e.dhParameters?S.jsx(qf,{rapidlyChangingMotionState:e.rapidlyChangingMotionState,modelFromController:e.modelFromController||"",dhParameters:e.dhParameters,getModel:t,flangeRef:r,transparentColor:n,...a}):null}const m3=({title:e,titleId:t,...r},n)=>B.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("path",{d:"M5.248 21c-.334 0-.619-.116-.853-.35a1.153 1.153 0 0 1-.351-.848c0-.333.117-.616.351-.85.234-.233.519-.35.853-.35H7.24L4.558 9.87a2.881 2.881 0 0 1-1.126-1.042A2.77 2.77 0 0 1 3 7.317c0-.793.28-1.467.838-2.023a2.774 2.774 0 0 1 2.033-.834 2.71 2.71 0 0 1 1.728.585c.494.389.832.887 1.014 1.493h3.58V5.239c0-.22.076-.406.226-.555a.76.76 0 0 1 .558-.224c.136 0 .263.035.381.104.118.07.209.167.273.292v.14l1.835-1.702a.979.979 0 0 1 .52-.279.881.881 0 0 1 .58.091l4.01 1.85a.74.74 0 0 1 .36.364.537.537 0 0 1-.002.474.592.592 0 0 1-.366.323.657.657 0 0 1-.477-.039l-3.858-1.774L13.76 6.59v1.454l2.473 2.233 3.858-1.774a.648.648 0 0 1 .485-.03.571.571 0 0 1 .358.314.513.513 0 0 1 .01.482.79.79 0 0 1-.367.357l-4.011 1.882a.881.881 0 0 1-.58.09.979.979 0 0 1-.52-.278L13.63 9.638v.14a.92.92 0 0 1-.273.275.665.665 0 0 1-.381.12.76.76 0 0 1-.558-.224.752.752 0 0 1-.225-.555V8.096h-3.58a2.82 2.82 0 0 1-.215.54 2.552 2.552 0 0 1-.323.479l5.139 9.488h2.673c.335 0 .62.116.854.35.234.233.35.516.35.849 0 .332-.116.615-.35.849a1.167 1.167 0 0 1-.854.349H5.248Zm.623-12.385c.362 0 .67-.126.924-.378a1.25 1.25 0 0 0 .38-.92 1.25 1.25 0 0 0-.38-.92 1.261 1.261 0 0 0-.924-.379 1.26 1.26 0 0 0-.925.379 1.25 1.25 0 0 0-.38.92c0 .36.127.667.38.92.254.252.562.378.925.378Z"})),f3=ee.forwardRef(m3),g3=({title:e,titleId:t,...r},n)=>B.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("path",{d:"m13.37 9.12 1.69 1.69 2.99-2.99-3.73-3.73-.95-.95-7.66 7.66-.95.95 3.99 3.99v3.44h7.55v-3.55l-4.72-4.72 1.79-1.79Zm-.91-2.99.91-.91 2.6 2.6-.91.91-2.6-2.6Zm-2.25 10.24h3.74l-1.34-1.34-.04-.04h-2.5l-3.25-3.25 4.59-4.59.92.92L9.5 10.9l5.33 5.33v1.48H10.2v-1.35l.01.01ZM2 2v4.99h1.41V3.4h3.58V2H2ZM22.21 2h-4.98v1.41h3.59v3.58h1.4V2h-.01ZM20.81 20.65h-3.58v1.4h4.98v-4.99h-1.4v3.59ZM3.4 17.06H2v4.98h4.99v-1.4H3.4v-3.58Z"})),y3=ee.forwardRef(g3),Vt=Me.observer(({id:e,icon:t,color:r,title:n,name:a,label:o,explanation:s,literalValue:i,anchorOrigin:l,transformOrigin:c})=>{const u=Me.useLocalObservable(()=>({anchorEl:null,get isPopoverOpen(){return!!u.anchorEl},openPopover(d){u.anchorEl=d.currentTarget},closePopover(){u.anchorEl=null}}));return S.jsxs(S.Fragment,{children:[S.jsxs(J.Stack,{"aria-owns":u.isPopoverOpen?e:void 0,"aria-haspopup":"true",onMouseEnter:u.openPopover,onMouseLeave:u.closePopover,direction:"row",spacing:1,sx:{cursor:"pointer"},children:[S.jsx(J.SvgIcon,{component:t,sx:{color:r}}),o&&S.jsx("div",{style:{color:r},children:o})]}),S.jsx(J.Popover,{id:e,sx:{pointerEvents:"none"},open:u.isPopoverOpen,anchorEl:u.anchorEl,anchorOrigin:l??{vertical:"bottom",horizontal:"left"},transformOrigin:c??{vertical:"top",horizontal:"left"},onClose:u.closePopover,disableRestoreFocus:!0,children:S.jsxs(J.Stack,{gap:"1rem",padding:2,maxWidth:"450px",sx:{wordWrap:"break-word"},children:[S.jsxs("div",{children:[n&&S.jsx(J.Typography,{component:"span",fontSize:"14px",children:`${n}: `}),S.jsx(J.Typography,{component:"span",color:r,fontWeight:"bold",fontSize:"14px",children:a})]}),S.jsx(J.Typography,{fontSize:"14px",children:s}),i&&S.jsx(J.Typography,{fontSize:"12px",children:i})]})})]})}),b3=Me.observer(({isVirtual:e,motionGroupId:t,anchorOrigin:r,transformOrigin:n,compact:a})=>{const o=J.useTheme(),{t:s}=Ee.useTranslation();return e?S.jsx(Vt,{id:"motion-group-virtual",icon:y3,color:o.palette.tertiary.main,name:s("SafetyBar.ControllerType.Virtual.lb"),label:a?null:s("SafetyBar.ControllerType.Virtual.lb"),explanation:S.jsxs(Ee.Trans,{i18nKey:"SafetyBar.MotionGroup.Virtual.Explanation.lb",values:{motionGroupId:t},children:["Motion group ",S.jsx("code",{children:t})," refers to a virtual robot with no physical counterpart. It can be freely manipulated without special safety precautions."]}),anchorOrigin:r,transformOrigin:n}):S.jsx(Vt,{id:"motion-group-physical",icon:f3,color:o.palette.primary.main,name:s("SafetyBar.ControllerType.Physical.lb"),label:a?null:s("SafetyBar.ControllerType.Physical.lb"),explanation:S.jsx(Ee.Trans,{i18nKey:"SafetyBar.MotionGroup.Physical.Explanation.lb",values:{motionGroupId:t},components:{code:S.jsx("code",{}),strong:S.jsx("strong",{})}}),anchorOrigin:r,transformOrigin:n})}),v3=({title:e,titleId:t,...r},n)=>B.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.306 2.768c0-.424.344-.768.768-.768h.406C19.53 2 22 4.551 22 7.699c0 3.237-2.51 5.587-5.31 5.703-.84 1.595-2.478 2.677-4.36 2.677a4.845 4.845 0 0 1-3.146-1.163c-.6 1.783 0 3.922 1.79 4.99 1.929 1.149 4.395.467 5.508-1.524l.212-.378a.75.75 0 1 1 1.308.732l-.231.414c-1.524 2.725-4.9 3.66-7.54 2.085-2.716-1.618-3.432-5.037-2.129-7.599a5.22 5.22 0 0 1-.73-2.677c0-2.192 1.335-4.063 3.212-4.793-1.195-1.427-3.29-1.96-5.08-.892-1.928 1.15-2.589 3.696-1.475 5.687l.231.413a.75.75 0 0 1-1.308.732l-.212-.377c-1.524-2.726-.62-6.211 2.02-7.785 2.716-1.619 5.943-.55 7.44 1.897l.13-.001c2.739 0 4.96 2.292 4.96 5.12 0 .284-.023.563-.066.834 1.795-.354 3.288-1.96 3.288-4.095 0-2.3-1.805-4.163-4.032-4.163h-.406a.768.768 0 0 1-.768-.768Zm.496 8.191c0 .286-.033.564-.094.831a3.62 3.62 0 0 1-.672 1.415 3.425 3.425 0 0 1-2.706 1.338 3.402 3.402 0 0 1-2.384-.98 3.598 3.598 0 0 1-.852-1.306 3.677 3.677 0 0 1-.235-1.298c0-1.623 1.046-2.994 2.48-3.435a3.37 3.37 0 0 1 1.522-.107c1.665.264 2.94 1.75 2.94 3.542Z"})),S3=ee.forwardRef(v3),x3=({title:e,titleId:t,...r},n)=>B.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("path",{d:"M19.763 16.432 13.516 5.864c-.674-1.152-2.358-1.152-3.049 0l-6.23 10.568C3.563 17.567 4.405 19 5.753 19H18.23c1.364 0 2.206-1.432 1.532-2.568ZM12 8.498c.539 0 .96.428.96.938v.066l-.32 4.708a.639.639 0 0 1-.64.592.639.639 0 0 1-.64-.592l-.32-4.708A.953.953 0 0 1 12 8.498Zm0 8.79c-.556 0-1.01-.444-1.01-.987 0-.544.454-.988 1.01-.988s1.01.444 1.01.988c0 .542-.454.987-1.01.987Z",fill:"#fff",fillOpacity:.56})),O3=ee.forwardRef(x3),w3=({title:e,titleId:t,...r},n)=>B.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("path",{d:"M12.953 5.09a1.497 1.497 0 0 0-1.653-.518l-1.35.43a1.504 1.504 0 0 0-1.726-.376L2.858 6.97c-.736.321-1.06 1.155-.726 1.862.334.707 1.202 1.02 1.937.698l4.27-1.865 1.466 1.973v.402c0 .873-.627 1.63-1.512 1.827l-2.56.567c-1.329.295-2.27 1.431-2.27 2.74v.107c0 .26.22.469.489.469h11.117c1.329 0 2.618.435 3.656 1.233l1.665 1.28A1 1 0 0 0 22 17.47V11.062c0-.312-.108-.616-.308-.863l-3.415-4.218a1.5 1.5 0 0 0-1.618-.471l-.378.12-.866-.475a1.516 1.516 0 0 0-1.188-.114l-1.06.338-.214-.289Z"})),C3=ee.forwardRef(w3),P3=Me.observer(({operationMode:e,anchorOrigin:t,transformOrigin:r,compact:n})=>{const{t:a}=Ee.useTranslation(),o=J.useTheme();switch(e){case"OPERATION_MODE_AUTO":return S.jsx(Vt,{id:"operation-mode-auto",icon:S3,title:a("SafetyBar.OperationMode.ti"),name:a("SafetyBar.OperationMode.Automatic.ti"),label:n?null:a("SafetyBar.OperationMode.Automatic.ti"),color:o.palette.text.secondary,explanation:S.jsx(Ee.Trans,{i18nKey:"SafetyBar.OperationMode.Auto.Explanation.lb",children:"The robot controller is in automatic operation mode. Automated movement without manual confirmation is possible in this mode."}),anchorOrigin:t,transformOrigin:r});case"OPERATION_MODE_MANUAL":case"OPERATION_MODE_MANUAL_T1":case"OPERATION_MODE_MANUAL_T2":return S.jsx(Vt,{id:"operation-mode-manual",icon:C3,color:o.palette.warning.main,title:a("SafetyBar.OperationMode.ti"),name:a("SafetyBar.OperationMode.Manual.lb"),label:n?null:a("SafetyBar.OperationMode.Manual.lb"),explanation:S.jsx(Ee.Trans,{i18nKey:"SafetyBar.OperationMode.Manual.Explanation.lb",children:"The robot controller is in manual operation mode. On a physical robot, this generally indicates that an enabling switch must be held for the robot to move successfully."}),literalValue:e,anchorOrigin:t,transformOrigin:r});default:return S.jsx(Vt,{id:"operation-mode-error",icon:O3,color:o.palette.warning.main,title:a("SafetyBar.OperationMode.ti"),name:a("SafetyBar.OperationMode.Error.lb"),label:n?null:a("SafetyBar.OperationMode.Error.lb"),explanation:S.jsx(Ee.Trans,{i18nKey:"SafetyBar.OperationMode.Error.Explanation.lb",children:"The robot controller has entered an unexpected operation mode. Motion group movement may not be possible."}),literalValue:e,anchorOrigin:t,transformOrigin:r})}}),T3=({title:e,titleId:t,...r},n)=>B.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("path",{d:"M19.763 16.432 13.516 5.864c-.674-1.152-2.358-1.152-3.049 0l-6.23 10.568C3.563 17.567 4.405 19 5.753 19H18.23c1.364 0 2.206-1.432 1.532-2.568ZM12 8.498c.539 0 .96.428.96.938v.066l-.32 4.708a.639.639 0 0 1-.64.592.639.639 0 0 1-.64-.592l-.32-4.708A.953.953 0 0 1 12 8.498Zm0 8.79c-.556 0-1.01-.444-1.01-.987 0-.544.454-.988 1.01-.988s1.01.444 1.01.988c0 .542-.454.987-1.01.987Z"})),A3=ee.forwardRef(T3),R3=({title:e,titleId:t,...r},n)=>B.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("path",{d:"M10.24 10.636 12 13.764l1.76-3.128h-3.52Z"}),B.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.364 12a6.364 6.364 0 1 1-12.728 0 6.364 6.364 0 0 1 12.728 0ZM7.909 9.273 12 16.546l4.09-7.273H7.91Z"}),B.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.364 0a8.636 8.636 0 1 1-17.273 0 8.636 8.636 0 0 1 17.273 0Z"})),_3=ee.forwardRef(R3),V3=({title:e,titleId:t,...r},n)=>B.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("path",{d:"M9.057 15.115c-1.681 0-3.111-.59-4.29-1.768C3.59 12.17 3 10.74 3 9.057c0-.29.021-.582.064-.876a4.1 4.1 0 0 1 .214-.844.78.78 0 0 1 .273-.36c.115-.077.244-.133.389-.168a.857.857 0 0 1 .437.008c.146.04.28.12.4.24l2.806 2.787 2.26-2.261-2.775-2.786a.903.903 0 0 1-.241-.405.875.875 0 0 1-.008-.442 1.13 1.13 0 0 1 .174-.389.82.82 0 0 1 .355-.273c.268-.107.548-.182.838-.224.29-.043.581-.064.871-.064 1.682 0 3.112.59 4.29 1.768 1.179 1.178 1.768 2.608 1.768 4.29 0 .444-.042.858-.126 1.241-.084.384-.21.755-.377 1.113l5.726 5.692A2.2 2.2 0 0 1 21 18.721a2.2 2.2 0 0 1-.662 1.617A2.2 2.2 0 0 1 18.72 21a2.173 2.173 0 0 1-1.617-.679l-5.692-5.709c-.372.161-.75.285-1.133.372-.383.087-.79.13-1.222.13Z",fill:"#fff",fillOpacity:.56})),E3=ee.forwardRef(V3),I3=({title:e,titleId:t,...r},n)=>B.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("path",{d:"m10.6 13.8-2.15-2.15a.948.948 0 0 0-.7-.275.948.948 0 0 0-.7.275.948.948 0 0 0-.275.7c0 .283.092.517.275.7L9.9 15.9c.2.2.433.3.7.3.267 0 .5-.1.7-.3l5.65-5.65a.948.948 0 0 0 .275-.7.948.948 0 0 0-.275-.7.948.948 0 0 0-.7-.275.948.948 0 0 0-.7.275L10.6 13.8ZM12 22a9.738 9.738 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.738 9.738 0 0 1 2 12c0-1.383.263-2.683.788-3.9a10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 12 2c1.383 0 2.683.263 3.9.788a10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.738 9.738 0 0 1 12 22Zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20Z"})),M3=ee.forwardRef(I3),$3=({title:e,titleId:t,...r},n)=>B.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?B.createElement("title",{id:t},e):null,B.createElement("path",{d:"M9 16h6c.283 0 .52-.096.713-.287A.968.968 0 0 0 16 15V9a.967.967 0 0 0-.287-.713A.968.968 0 0 0 15 8H9a.968.968 0 0 0-.713.287A.968.968 0 0 0 8 9v6c0 .283.096.52.287.713.192.191.43.287.713.287Zm3 6a9.738 9.738 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.738 9.738 0 0 1 2 12c0-1.383.263-2.683.788-3.9a10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 12 2c1.383 0 2.683.263 3.9.788a10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.738 9.738 0 0 1 12 22Zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20Z"})),j3=ee.forwardRef($3),k3=Me.observer(({safetyState:e,anchorOrigin:t,transformOrigin:r,compact:n})=>{const{t:a}=Ee.useTranslation(),o=J.useTheme();switch(e){case"SAFETY_STATE_NORMAL":return S.jsx(Vt,{id:"safety-state-normal",title:a("SafetyBar.SafetyState.ti"),name:a("SafetyBar.SafetyState.Normal.lb"),label:n?null:a("SafetyBar.SafetyState.Normal.lb"),icon:M3,color:o.palette.text.secondary,explanation:S.jsx(Ee.Trans,{i18nKey:"SafetyBar.SafetyState.Normal.Explanation.lb",children:"The robot controller is in a normal safety state. Movement is not prevented by this state."}),anchorOrigin:t,transformOrigin:r});case"SAFETY_STATE_DEVICE_EMERGENCY_STOP":case"SAFETY_STATE_ROBOT_EMERGENCY_STOP":return S.jsx(Vt,{id:"safety-state-estop",title:a("SafetyBar.SafetyState.ti"),name:a("SafetyBar.SafetyState.Estop.lb"),label:n?null:a("SafetyBar.SafetyState.Estop.lb"),icon:_3,color:o.palette.error.main,explanation:S.jsx(Ee.Trans,{i18nKey:"SafetyBar.StopState.Estop.Explanation.lb",children:"An emergency stop of the robot controller has been triggered. Movement of the robot is no longer possible until the estop is released."}),literalValue:e,anchorOrigin:t,transformOrigin:r});case"SAFETY_STATE_STOP_0":case"SAFETY_STATE_STOP_1":case"SAFETY_STATE_STOP_2":case"SAFETY_STATE_PROTECTIVE_STOP":case"SAFETY_STATE_STOP":return S.jsx(Vt,{id:"safety-state-stop",icon:j3,title:a("SafetyBar.SafetyState.ti"),name:a("SafetyBar.SafetyState.Stop.lb"),label:n?null:a("SafetyBar.SafetyState.Stop.lb"),color:o.palette.warning.main,explanation:S.jsx(Ee.Trans,{i18nKey:"SafetyBar.SafetyState.Stop.Explanation.lb",children:"The robot controller has entered a stop state. Movement is no longer possible until the stop state is resolved."}),literalValue:e,anchorOrigin:t,transformOrigin:r});case"SAFETY_STATE_REDUCED":case"SAFETY_STATE_MASTERING":case"SAFETY_STATE_CONFIRM_SAFETY":case"SAFETY_STATE_OPERATOR_SAFETY":case"SAFETY_STATE_RECOVERY":case"SAFETY_STATE_VIOLATION":return S.jsx(Vt,{id:"safety-state-manual-action-required",icon:E3,color:o.palette.warning.main,title:a("SafetyBar.SafetyState.ti"),name:a("SafetyBar.SafetyState.ManualActionRequired.lb"),label:n?null:a("SafetyBar.SafetyState.ManualActionRequired.lb"),explanation:S.jsx(Ee.Trans,{i18nKey:"SafetyBar.SafetyState.ManualActionRequired.Explanation.lb",children:"The robot controller has entered a safety state requiring manual action to resolve."}),literalValue:e,anchorOrigin:t,transformOrigin:r});case"SAFETY_STATE_UNKNOWN":case"SAFETY_STATE_FAULT":return S.jsx(Vt,{id:"safety-state-error",icon:A3,color:o.palette.error.main,title:a("SafetyBar.SafetyState.ti"),name:a("SafetyBar.SafetyState.Error.lb"),label:n?null:a("SafetyBar.SafetyState.Error.lb"),explanation:S.jsx(Ee.Trans,{i18nKey:"SafetyBar.SafetyState.Error.Explanation.lb",children:"The robot controller has entered an unexpected safety state."}),literalValue:e,anchorOrigin:t,transformOrigin:r});default:GE(e,`Unknown safety state ${e}`)}}),U3=Jt(Me.observer(({isVirtual:e,motionGroupId:t,operationMode:r,safetyState:n,anchorOrigin:a,transformOrigin:o,compact:s=!0})=>{const i=s?1:2;return S.jsxs(J.Stack,{direction:"row",gap:i,alignItems:"center",sx:{height:"24px"},children:[S.jsx(k3,{safetyState:n,anchorOrigin:a,transformOrigin:o,compact:s}),S.jsx(J.Divider,{orientation:"vertical",flexItem:!0}),S.jsx(P3,{operationMode:r,anchorOrigin:a,transformOrigin:o,compact:s}),S.jsx(J.Divider,{orientation:"vertical",flexItem:!0}),S.jsx(b3,{isVirtual:e,motionGroupId:t,anchorOrigin:a,transformOrigin:o,compact:s})]})})),L3=J.styled(J.Fab,{shouldForwardProp:e=>e!=="selected"})(({theme:e})=>{var t,r,n;return{borderRadius:"20px","&:hover":{background:(t=e.palette.backgroundPaperElevation)==null?void 0:t[7]},variants:[{props:({selected:a})=>!a,style:{background:(r=e.palette.backgroundPaperElevation)==null?void 0:r[0],color:e.palette.action.disabled,"> img":{opacity:.4}}},{props:({selected:a})=>a,style:{background:(n=e.palette.backgroundPaperElevation)==null?void 0:n[11],border:`1px solid ${e.palette.divider}`,color:e.palette.primary.contrastText}}]}}),D3=ee.forwardRef((e,t)=>S.jsx(L3,{ref:t,selected:e.selected,...e,color:"secondary",variant:"circular"})),B3={$schema:"https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",name:"wandelscript",patterns:[{include:"#keywords"},{include:"#strings"},{include:"#comments"},{include:"#functions"}],repository:{keywords:{patterns:[{name:"keyword.control.flow.wandelscript",match:"\\b(move|via|to|interrupt|def|False|True|for|if|else|elif|while|return|switch|activate|deactivate|print|and|or|not)\\b"}]},strings:{name:"string.quoted.double.wandelscript",begin:'"',end:'"',patterns:[{name:"constant.character.escape.wandelscript",match:"\\\\."}]},comments:{patterns:[{begin:"#",beginCaptures:{0:{name:"punctuation.definition.comment.wandelscript"}},end:"$",name:"comment.line.number-sign.wandelscript"}]},functions:{patterns:[{match:"[a-zA-Z_-]+\\(",name:"entity.name.function.wandelscript"}]}},scopeName:"source.wandelscript"},N3=ee.lazy(()=>import("@monaco-editor/react"));let ji=null;async function F3(){if(!ji){const[{createHighlighter:e},{shikiToMonaco:t}]=await Promise.all([import("shiki"),import("@shikijs/monaco")]);ji={shiki:await e({langs:[B3],themes:["dark-plus","light-plus"]}),shikiToMonaco:t}}return ji}const z3=Jt(e=>{const t=J.useTheme(),[r,n]=ee.useState("dark-plus"),a=t.palette.mode==="dark"?"dark-plus":"light-plus";async function o(s){var c,u;s.languages.register({id:"wandelscript"}),s.languages.setLanguageConfiguration("wandelscript",{comments:{lineComment:"#"},brackets:[["(",")"],["[","]"]],autoClosingPairs:[{open:"[",close:"]"},{open:"(",close:")"}],surroundingPairs:[{open:"[",close:"]"},{open:"(",close:")"}]});const{shiki:i,shikiToMonaco:l}=await F3();l(i,s),s.editor.defineTheme(a,((u=(c=t.componentsExt)==null?void 0:c.WandelscriptEditor)==null?void 0:u.monacoTheme)??{base:t.palette.mode==="dark"?"vs-dark":"vs",inherit:!0,rules:[],colors:{}}),e.monacoSetup&&e.monacoSetup(s),n(a)}return S.jsx(ee.Suspense,{fallback:S.jsx(fc,{}),children:S.jsx(N3,{value:e.code,onMount:(s,i)=>{o(i)},onChange:e.onChange,defaultLanguage:"wandelscript",theme:r,options:{minimap:{enabled:!1},wordWrap:"on",automaticLayout:!0,...e.monacoOptions}})})});function Jf(){var t,r,n,a,o,s,i;const e=J.createTheme({palette:{mode:"dark",text:{primary:"rgba(255, 255, 255, 1)",secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.38)"},primary:{main:"rgba(142, 86, 252, 1)",dark:"rgba(136, 58, 255, 1)",light:"rgba(157, 131, 246, 1)",contrastText:"rgba(255, 255, 255, 0.87)"},secondary:{main:"rgba(255, 255, 255, 1)",dark:"rgba(255, 255, 255, 0.06)",contrastText:"rgba(255, 255, 255, 0.87)"},tertiary:{main:"rgba(100, 255, 218, 1)",dark:"rgba(38, 166, 154, 1)",light:"rgba(167, 255, 235, 1)",contrastText:"rgba(0, 0, 0, 1)"},error:{main:"rgba(239, 83, 80, 1)",dark:"rgba(229, 57, 53, 1)",light:"rgba(239, 154, 154, 1)",contrastText:"rgba(255, 255, 255, 1)"},warning:{main:"rgba(255, 171, 64, 1)",dark:"rgba(255, 145, 0, 1)",light:"rgba(255, 209, 128, 1)",contrastText:"rgba(0, 0, 0, 0.87)"},success:{main:"rgba(38, 166, 154, 1)",dark:"rgba(0, 121, 107, 1)",light:"rgba(128, 203, 196, 1)",contrastText:"rgba(255, 255, 255, 0.87)"},background:{default:"rgba(2, 6, 23, 1)",paper:"rgba(17, 19, 31, 1)"},action:{active:"rgba(255, 255, 255, 0.56)",hover:"rgba(255, 255, 255, 0.08)",selected:"rgba(255, 255, 255, 0.16)",disabledBackground:"rgba(255, 255, 255, 0.12)",focus:"rgba(255, 255, 255, 0.12)",disabled:"rgba(255, 255, 255, 0.38)"},common:{white:"rgba(255, 255, 255, 1)",black:"rgba(0, 0, 0, 1)"},divider:"rgba(255, 255, 255, 0.12)",backgroundPaperElevation:{0:"rgba(17,19,31,1.0)",1:"rgba(20,22,35,1.0)",2:"rgba(23,25,39,1.0)",3:"rgba(26,28,43,1.0)",4:"rgba(29,31,47,1.0)",5:"rgba(32,34,51,1.0)",6:"rgba(35,37,55,1.0)",7:"rgba(38,40,59,1.0)",8:"rgba(41,43,63,1.0)",9:"rgba(44,46,67,1.0)",10:"rgba(47,49,71,1.0)",11:"rgba(50,52,75,1.0)",12:"rgba(53,55,79,1.0)",13:"rgba(56,58,83,1.0)",14:"rgba(59,61,87,1.0)",15:"rgba(62,64,91,1.0)",16:"rgba(57,63,87,1.0)"}},paletteExt:{primary:{hover:"rgba(142, 86, 252, 0.08)",selected:"rgba(142, 86, 252, 0.16)",focus:"rgba(142, 86, 252, 0.12)",focusVisible:"rgba(142, 86, 252, 0.3)",outlineBorder:"rgba(142, 86, 252, 0.5)"},secondary:{tonal:"rgba(255,255,255,0.1)"}}});return{...e,components:{MuiCssBaseline:{styleOverrides:{"html, body, *":{scrollbarWidth:"none",msOverflowStyle:"none"},"html:hover, body:hover, *:hover":{scrollbarWidth:"thin",scrollbarColor:`${e.palette.divider} transparent`}}},MuiButton:{styleOverrides:{root:{textTransform:"none",borderRadius:"10px"}},variants:[{props:{color:"secondary",variant:"contained"},style:{border:`1px solid ${e.palette.divider}`,background:(n=(r=(t=e.paletteExt)==null?void 0:t.secondary)==null?void 0:r.tonal)==null?void 0:n.toString()}},{props:{color:"secondary",variant:"outlined"},style:{border:`1px solid ${e.palette.divider}`}}]},MuiTab:{styleOverrides:{root:{textTransform:"none",color:e.palette.text.secondary,"&.Mui-selected":{color:e.palette.text.primary}}}},MuiTabs:{styleOverrides:{root:{background:(a=e.palette.backgroundPaperElevation)==null?void 0:a[1]}}},MuiToggleButtonGroup:{styleOverrides:{root:{".MuiToggleButtonGroup-firstButton":{borderRadius:"10px 0 0 10px"},".MuiToggleButtonGroup-lastButton":{borderRadius:"0 10px 10px 0"}}}},MuiToggleButton:{styleOverrides:{root:{textTransform:"none",padding:"6px 16px"}}},MuiSelect:{variants:[{props:{variant:"filled"},style:{borderRadius:"10px","::before, ::after":{visibility:"collapse"},".MuiInputBase-input":{padding:"6px 16px",borderRadius:"10px"}}}]},MuiDrawer:{styleOverrides:{paper:{border:"none",boxShadow:"4px 0 8px -4px rgba(0, 0, 0, 0.3)"}}},MuiFab:{styleOverrides:{root:{background:(s=(o=e.paletteExt)==null?void 0:o.secondary)==null?void 0:s.tonal}},variants:[{props:{color:"primary"},style:{background:e.palette.primary.main}}]}},componentsExt:{JoggingPanel:{JoggingCartesian:{Axis:{X:{backgroundColor:"rgba(215, 66, 56, 1)",borderColor:"rgba(215, 66, 56, 1)",buttonBackgroundColor:{default:"rgba(241, 77, 66, 1)",pressed:"rgba(138, 41, 35, 1)",hovered:"rgba(241, 77, 66, 1)",disabled:"rgba(241, 77, 66, 1)"},color:"rgba(255, 198, 198, 1)",labelColor:e.palette.text.primary},Y:{backgroundColor:"rgba(20, 151, 108, 1)",borderColor:"rgba(20, 151, 108, 1)",buttonBackgroundColor:{default:"rgba(28, 188, 135, 1)",pressed:"rgba(11, 89, 63, 1)",disabled:"rgba(28, 188, 135, 1)",hovered:"rgba(28, 188, 135, 1)"},color:"rgba(215, 255, 242, 1)",labelColor:e.palette.text.primary},Z:{backgroundColor:"rgba(1, 87, 155, 1)",borderColor:"rgba(1, 87, 155, 1)",buttonBackgroundColor:{default:"rgba(2, 136, 209, 1)",pressed:"rgba(2, 64, 114, 1)",disabled:"rgba(2, 136, 209, 1)",hovered:"rgba(2, 136, 209, 1)"},color:"rgba(210, 239, 255, 1)",labelColor:e.palette.text.primary}}},JoggingJoint:{Joint:{arrowColor:e.palette.text.primary}},VelocitySlider:{sliderLegendColor:e.palette.text.primary}},WandelscriptEditor:{monacoTheme:{base:"vs-dark",inherit:!0,rules:[{token:"keyword",foreground:"#b349a9ff"}],colors:{"editor.background":J.rgbToHex(((i=e.palette.backgroundPaperElevation)==null?void 0:i[5])??""),"editor.foreground":"#d4d4d4","editorLineNumber.foreground":"#797979","editorLineNumber.activeForeground":"#e9e9e9","editor.lineHighlightBorder":"#e9e9e911"}}}}}}function G3(){const e=Jf();return e.palette.mode="light",e}function H3(e){var n,a,o,s;let t=!0;((n=e.palette)==null?void 0:n.mode)==="light"?t=!1:((a=e.palette)==null?void 0:a.mode)!=="dark"&&(t=!(typeof window<"u"&&((s=(o=window.matchMedia)==null?void 0:o.call(window,"(prefers-color-scheme: light)"))==null?void 0:s.matches)));const r=t?Jf():G3();return Kh(r,e)}exports.CycleTimer=Bw;exports.JoggingCartesianAxisControl=Xi;exports.JoggingJointRotationControl=Tm;exports.JoggingPanel=J5;exports.JoggingStore=Bs;exports.LoadingCover=fc;exports.LoadingErrorMessage=bf;exports.NoMotionGroupModal=X5;exports.PoseCartesianValues=Y5;exports.PoseJointValues=K5;exports.PresetEnvironment=mg;exports.ProgramControl=Z5;exports.ProgramStateIndicator=e3;exports.Robot=p3;exports.SafetyBar=U3;exports.SafetyZonesRenderer=yg;exports.SelectableFab=D3;exports.SupportedRobot=qf;exports.TrajectoryRenderer=bg;exports.ValueInterpolator=uc;exports.VelocitySlider=Bf;exports.VelocitySliderLabel=xc;exports.WandelscriptEditor=z3;exports.createNovaMuiTheme=H3;exports.defaultAxisConfig=t3;exports.defaultGetModel=Oc;exports.i18n=cc;exports.useAnimationFrame=xn;exports.useAutorun=xm;exports.useInterpolation=Sm;exports.useMounted=Cs;exports.useReaction=Om;
145
+ */var ZA=function(){if(typeof WebSocket<"u")return WebSocket},e_=function(e){return typeof e<"u"&&!!e&&e.CLOSING===2},yr={maxReconnectionDelay:1e4,minReconnectionDelay:1e3+Math.random()*4e3,minUptime:5e3,reconnectionDelayGrowFactor:1.3,connectionTimeout:4e3,maxRetries:1/0,maxEnqueuedMessages:1/0},t_=function(){function e(t,r,n){var o=this;n===void 0&&(n={}),this._listeners={error:[],message:[],open:[],close:[]},this._retryCount=-1,this._shouldReconnect=!0,this._connectLock=!1,this._binaryType="blob",this._closeCalled=!1,this._messageQueue=[],this.onclose=null,this.onerror=null,this.onmessage=null,this.onopen=null,this._handleOpen=function(a){o._debug("open event");var s=o._options.minUptime,i=s===void 0?yr.minUptime:s;clearTimeout(o._connectTimeout),o._uptimeTimeout=setTimeout(function(){return o._acceptOpen()},i),o._ws.binaryType=o._binaryType,o._messageQueue.forEach(function(l){return o._ws.send(l)}),o._messageQueue=[],o.onopen&&o.onopen(a),o._listeners.open.forEach(function(l){return o._callEventListener(a,l)})},this._handleMessage=function(a){o._debug("message event"),o.onmessage&&o.onmessage(a),o._listeners.message.forEach(function(s){return o._callEventListener(a,s)})},this._handleError=function(a){o._debug("error event",a.message),o._disconnect(void 0,a.message==="TIMEOUT"?"timeout":void 0),o.onerror&&o.onerror(a),o._debug("exec error listeners"),o._listeners.error.forEach(function(s){return o._callEventListener(a,s)}),o._connect()},this._handleClose=function(a){o._debug("close event"),o._clearTimeouts(),o._shouldReconnect&&o._connect(),o.onclose&&o.onclose(a),o._listeners.close.forEach(function(s){return o._callEventListener(a,s)})},this._url=t,this._protocols=r,this._options=n,this._options.startClosed&&(this._shouldReconnect=!1),this._connect()}return Object.defineProperty(e,"CONNECTING",{get:function(){return 0},enumerable:!0,configurable:!0}),Object.defineProperty(e,"OPEN",{get:function(){return 1},enumerable:!0,configurable:!0}),Object.defineProperty(e,"CLOSING",{get:function(){return 2},enumerable:!0,configurable:!0}),Object.defineProperty(e,"CLOSED",{get:function(){return 3},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"CONNECTING",{get:function(){return e.CONNECTING},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"OPEN",{get:function(){return e.OPEN},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"CLOSING",{get:function(){return e.CLOSING},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"CLOSED",{get:function(){return e.CLOSED},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"binaryType",{get:function(){return this._ws?this._ws.binaryType:this._binaryType},set:function(t){this._binaryType=t,this._ws&&(this._ws.binaryType=t)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"retryCount",{get:function(){return Math.max(this._retryCount,0)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bufferedAmount",{get:function(){var t=this._messageQueue.reduce(function(r,n){return typeof n=="string"?r+=n.length:n instanceof Blob?r+=n.size:r+=n.byteLength,r},0);return t+(this._ws?this._ws.bufferedAmount:0)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"extensions",{get:function(){return this._ws?this._ws.extensions:""},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"protocol",{get:function(){return this._ws?this._ws.protocol:""},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"readyState",{get:function(){return this._ws?this._ws.readyState:this._options.startClosed?e.CLOSED:e.CONNECTING},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"url",{get:function(){return this._ws?this._ws.url:""},enumerable:!0,configurable:!0}),e.prototype.close=function(t,r){if(t===void 0&&(t=1e3),this._closeCalled=!0,this._shouldReconnect=!1,this._clearTimeouts(),!this._ws){this._debug("close enqueued: no ws instance");return}if(this._ws.readyState===this.CLOSED){this._debug("close: already closed");return}this._ws.close(t,r)},e.prototype.reconnect=function(t,r){this._shouldReconnect=!0,this._closeCalled=!1,this._retryCount=-1,!this._ws||this._ws.readyState===this.CLOSED?this._connect():(this._disconnect(t,r),this._connect())},e.prototype.send=function(t){if(this._ws&&this._ws.readyState===this.OPEN)this._debug("send",t),this._ws.send(t);else{var r=this._options.maxEnqueuedMessages,n=r===void 0?yr.maxEnqueuedMessages:r;this._messageQueue.length<n&&(this._debug("enqueue",t),this._messageQueue.push(t))}},e.prototype.addEventListener=function(t,r){this._listeners[t]&&this._listeners[t].push(r)},e.prototype.dispatchEvent=function(t){var r,n,o=this._listeners[t.type];if(o)try{for(var a=JA(o),s=a.next();!s.done;s=a.next()){var i=s.value;this._callEventListener(t,i)}}catch(l){r={error:l}}finally{try{s&&!s.done&&(n=a.return)&&n.call(a)}finally{if(r)throw r.error}}return!0},e.prototype.removeEventListener=function(t,r){this._listeners[t]&&(this._listeners[t]=this._listeners[t].filter(function(n){return n!==r}))},e.prototype._debug=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];this._options.debug&&console.log.apply(console,KA(["RWS>"],t))},e.prototype._getNextDelay=function(){var t=this._options,r=t.reconnectionDelayGrowFactor,n=r===void 0?yr.reconnectionDelayGrowFactor:r,o=t.minReconnectionDelay,a=o===void 0?yr.minReconnectionDelay:o,s=t.maxReconnectionDelay,i=s===void 0?yr.maxReconnectionDelay:s,l=0;return this._retryCount>0&&(l=a*Math.pow(n,this._retryCount-1),l>i&&(l=i)),this._debug("next delay",l),l},e.prototype._wait=function(){var t=this;return new Promise(function(r){setTimeout(r,t._getNextDelay())})},e.prototype._getNextUrl=function(t){if(typeof t=="string")return Promise.resolve(t);if(typeof t=="function"){var r=t();if(typeof r=="string")return Promise.resolve(r);if(r.then)return r}throw Error("Invalid URL")},e.prototype._connect=function(){var t=this;if(!(this._connectLock||!this._shouldReconnect)){this._connectLock=!0;var r=this._options,n=r.maxRetries,o=n===void 0?yr.maxRetries:n,a=r.connectionTimeout,s=a===void 0?yr.connectionTimeout:a,i=r.WebSocket,l=i===void 0?ZA():i;if(this._retryCount>=o){this._debug("max retries reached",this._retryCount,">=",o);return}if(this._retryCount++,this._debug("connect",this._retryCount),this._removeListeners(),!e_(l))throw Error("No valid WebSocket class provided");this._wait().then(function(){return t._getNextUrl(t._url)}).then(function(c){t._closeCalled||(t._debug("connect",{url:c,protocols:t._protocols}),t._ws=t._protocols?new l(c,t._protocols):new l(c),t._ws.binaryType=t._binaryType,t._connectLock=!1,t._addListeners(),t._connectTimeout=setTimeout(function(){return t._handleTimeout()},s))})}},e.prototype._handleTimeout=function(){this._debug("timeout event"),this._handleError(new QA(Error("TIMEOUT"),this))},e.prototype._disconnect=function(t,r){if(t===void 0&&(t=1e3),this._clearTimeouts(),!!this._ws){this._removeListeners();try{this._ws.close(t,r),this._handleClose(new XA(t,r,this))}catch{}}},e.prototype._acceptOpen=function(){this._debug("accept open"),this._retryCount=0},e.prototype._callEventListener=function(t,r){"handleEvent"in r?r.handleEvent(t):r(t)},e.prototype._removeListeners=function(){this._ws&&(this._debug("removeListeners"),this._ws.removeEventListener("open",this._handleOpen),this._ws.removeEventListener("close",this._handleClose),this._ws.removeEventListener("message",this._handleMessage),this._ws.removeEventListener("error",this._handleError))},e.prototype._addListeners=function(){this._ws&&(this._debug("addListeners"),this._ws.addEventListener("open",this._handleOpen),this._ws.addEventListener("close",this._handleClose),this._ws.addEventListener("message",this._handleMessage),this._ws.addEventListener("error",this._handleError))},e.prototype._clearTimeouts=function(){clearTimeout(this._connectTimeout),clearTimeout(this._uptimeTimeout)},e}(),r_=Object.defineProperty,n_=Object.defineProperties,o_=Object.getOwnPropertyDescriptors,Nd=Object.getOwnPropertySymbols,a_=Object.prototype.hasOwnProperty,s_=Object.prototype.propertyIsEnumerable,Fd=(e,t,r)=>t in e?r_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,ln=(e,t)=>{for(var r in t||(t={}))a_.call(t,r)&&Fd(e,r,t[r]);if(Nd)for(var r of Nd(t))s_.call(t,r)&&Fd(e,r,t[r]);return e},dl=(e,t)=>n_(e,o_(t)),Ve=(e,t,r)=>new Promise((n,o)=>{var a=l=>{try{i(r.next(l))}catch(c){o(c)}},s=l=>{try{i(r.throw(l))}catch(c){o(c)}},i=l=>l.done?n(l.value):Promise.resolve(l.value).then(a,s);i((r=r.apply(e,t)).next())}),i_=class extends t_{constructor(e,t={}){console.log("Opening websocket to",e),super(()=>this.targetUrl||e,void 0,{startClosed:!0}),this.opts=t,this.disposed=!1,Object.defineProperty(this,"url",{get(){return this.targetUrl}}),this.targetUrl=e,this.addEventListener("open",()=>{console.log(`Websocket to ${this.url} opened`)}),this.addEventListener("message",n=>{this.receivedFirstMessage||(this.receivedFirstMessage=n)}),this.addEventListener("close",()=>{console.log(`Websocket to ${this.url} closed`)});const r=this.reconnect;this.reconnect=()=>{this.opts.mock?this.opts.mock.handleWebsocketConnection(this):r.apply(this)},this.reconnect()}changeUrl(e){this.receivedFirstMessage=void 0,this.targetUrl=e,this.reconnect()}sendJson(e){this.opts.mock?this.opts.mock.handleWebsocketMessage(this,JSON.stringify(e)):this.send(JSON.stringify(e))}dispose(){this.close(),this.disposed=!0,this.opts.onDispose&&this.opts.onDispose()}opened(){return Ve(this,null,function*(){return new Promise((e,t)=>{this.readyState===WebSocket.OPEN?e():(this.addEventListener("open",()=>e()),this.addEventListener("error",t))})})}closed(){return Ve(this,null,function*(){return new Promise((e,t)=>{this.readyState===WebSocket.CLOSED?e():(this.addEventListener("close",()=>e()),this.addEventListener("error",t))})})}firstMessage(){return Ve(this,null,function*(){return this.receivedFirstMessage?this.receivedFirstMessage:new Promise((e,t)=>{const r=o=>{this.receivedFirstMessage=o,this.removeEventListener("message",r),this.removeEventListener("error",n),e(o)},n=o=>{this.removeEventListener("message",r),this.removeEventListener("error",n),t(o)};this.addEventListener("message",r),this.addEventListener("error",n)})})}nextMessage(){return Ve(this,null,function*(){return new Promise((e,t)=>{const r=o=>{this.removeEventListener("message",r),this.removeEventListener("error",n),e(o)},n=o=>{this.removeEventListener("message",r),this.removeEventListener("error",n),t(o)};this.addEventListener("message",r),this.addEventListener("error",n)})})}},l_=class{constructor(){this.available=typeof window<"u"&&!!window.localStorage}getJSON(e){if(!this.available)return null;const t=window.localStorage.getItem(e);if(t===null)return null;try{return JSON.parse(t)}catch{return null}}setJSON(e,t){if(!this.available)return null;window.localStorage.setItem(e,JSON.stringify(t))}delete(e){if(!this.available)return null;window.localStorage.removeItem(e)}setString(e,t){if(!this.available)return null;window.localStorage.setItem(e,t)}getString(e){return this.available?window.localStorage.getItem(e):null}},_i=new l_;function lr(e){try{return JSON.parse(e)}catch{return}}function c_(e,t){return e||(e="world"),t||(t="world"),e===t}var hn="wandelbots.io",Ei={dev:{domain:`https://auth.portal.dev.${hn}`,clientId:"fLbJD0RLp5r2Dpucm5j8BjwMR6Hunfha"},stg:{domain:`https://auth.portal.stg.${hn}`,clientId:"joVDeD9e786WzFNSGCqoVq7HNkWt5j6s"},prod:{domain:`https://auth.portal.${hn}`,clientId:"J7WJUi38xVQdJAEBNRT9Xw1b0fXDb4J2"}},u_=e=>{if(e.includes(`dev.${hn}`))return Ei.dev;if(e.includes(`stg.${hn}`))return Ei.stg;if(e.includes(hn))return Ei.prod;throw new Error("Unsupported instance URL. Cannot determine Auth0 configuration.")},d_=e=>Ve(void 0,null,function*(){var t;if(typeof window>"u")throw new Error("Access token must be set to use NovaClient when not in a browser environment.");const r=u_(e);if(new URL(e).origin===window.location.origin)throw window.location.reload(),new Error("Failed to reload page to get auth details, please refresh manually");const{Auth0Client:n}=yield Promise.resolve().then(()=>require("./auth0-spa-js.production.esm-BLRAk7Yh.cjs")),o=new n({domain:r.domain,clientId:(t=r.clientId)!=null?t:"",useRefreshTokens:!1,authorizationParams:{audience:"nova-api",redirect_uri:window.location.origin}});if(window.location.search.includes("code=")&&window.location.search.includes("state=")){const{appState:s}=yield o.handleRedirectCallback();window.history.replaceState({},document.title,(s==null?void 0:s.returnTo)||window.location.pathname)}else yield o.loginWithRedirect();return yield o.getTokenSilently()});function Jm(e,t){return function(){return e.apply(t,arguments)}}const{toString:h_}=Object.prototype,{getPrototypeOf:Sc}=Object,$s=(e=>t=>{const r=h_.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),Rt=e=>(e=e.toLowerCase(),t=>$s(t)===e),Us=e=>t=>typeof t===e,{isArray:Mn}=Array,wo=Us("undefined");function p_(e){return e!==null&&!wo(e)&&e.constructor!==null&&!wo(e.constructor)&&ht(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Ym=Rt("ArrayBuffer");function m_(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Ym(e.buffer),t}const f_=Us("string"),ht=Us("function"),Km=Us("number"),Ds=e=>e!==null&&typeof e=="object",g_=e=>e===!0||e===!1,Oa=e=>{if($s(e)!=="object")return!1;const t=Sc(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},y_=Rt("Date"),b_=Rt("File"),x_=Rt("Blob"),v_=Rt("FileList"),S_=e=>Ds(e)&&ht(e.pipe),O_=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||ht(e.append)&&((t=$s(e))==="formdata"||t==="object"&&ht(e.toString)&&e.toString()==="[object FormData]"))},w_=Rt("URLSearchParams"),[C_,P_,T_,R_]=["ReadableStream","Request","Response","Headers"].map(Rt),A_=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function ko(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let n,o;if(typeof e!="object"&&(e=[e]),Mn(e))for(n=0,o=e.length;n<o;n++)t.call(null,e[n],n,e);else{const a=r?Object.getOwnPropertyNames(e):Object.keys(e),s=a.length;let i;for(n=0;n<s;n++)i=a[n],t.call(null,e[i],i,e)}}function Qm(e,t){t=t.toLowerCase();const r=Object.keys(e);let n=r.length,o;for(;n-- >0;)if(o=r[n],t===o.toLowerCase())return o;return null}const wr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Xm=e=>!wo(e)&&e!==wr;function hl(){const{caseless:e}=Xm(this)&&this||{},t={},r=(n,o)=>{const a=e&&Qm(t,o)||o;Oa(t[a])&&Oa(n)?t[a]=hl(t[a],n):Oa(n)?t[a]=hl({},n):Mn(n)?t[a]=n.slice():t[a]=n};for(let n=0,o=arguments.length;n<o;n++)arguments[n]&&ko(arguments[n],r);return t}const __=(e,t,r,{allOwnKeys:n}={})=>(ko(t,(o,a)=>{r&&ht(o)?e[a]=Jm(o,r):e[a]=o},{allOwnKeys:n}),e),E_=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),I_=(e,t,r,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},V_=(e,t,r,n)=>{let o,a,s;const i={};if(t=t||{},e==null)return t;do{for(o=Object.getOwnPropertyNames(e),a=o.length;a-- >0;)s=o[a],(!n||n(s,e,t))&&!i[s]&&(t[s]=e[s],i[s]=!0);e=r!==!1&&Sc(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},M_=(e,t,r)=>{e=String(e),(r===void 0||r>e.length)&&(r=e.length),r-=t.length;const n=e.indexOf(t,r);return n!==-1&&n===r},j_=e=>{if(!e)return null;if(Mn(e))return e;let t=e.length;if(!Km(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},k_=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Sc(Uint8Array)),$_=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let o;for(;(o=n.next())&&!o.done;){const a=o.value;t.call(e,a[0],a[1])}},U_=(e,t)=>{let r;const n=[];for(;(r=e.exec(t))!==null;)n.push(r);return n},D_=Rt("HTMLFormElement"),L_=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,n,o){return n.toUpperCase()+o}),zd=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),B_=Rt("RegExp"),Zm=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),n={};ko(r,(o,a)=>{let s;(s=t(o,a,e))!==!1&&(n[a]=s||o)}),Object.defineProperties(e,n)},N_=e=>{Zm(e,(t,r)=>{if(ht(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const n=e[r];if(ht(n)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},F_=(e,t)=>{const r={},n=o=>{o.forEach(a=>{r[a]=!0})};return Mn(e)?n(e):n(String(e).split(t)),r},z_=()=>{},G_=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function H_(e){return!!(e&&ht(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const q_=e=>{const t=new Array(10),r=(n,o)=>{if(Ds(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[o]=n;const a=Mn(n)?[]:{};return ko(n,(s,i)=>{const l=r(s,o+1);!wo(l)&&(a[i]=l)}),t[o]=void 0,a}}return n};return r(e,0)},W_=Rt("AsyncFunction"),J_=e=>e&&(Ds(e)||ht(e))&&ht(e.then)&&ht(e.catch),ef=((e,t)=>e?setImmediate:t?((r,n)=>(wr.addEventListener("message",({source:o,data:a})=>{o===wr&&a===r&&n.length&&n.shift()()},!1),o=>{n.push(o),wr.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",ht(wr.postMessage)),Y_=typeof queueMicrotask<"u"?queueMicrotask.bind(wr):typeof process<"u"&&process.nextTick||ef,q={isArray:Mn,isArrayBuffer:Ym,isBuffer:p_,isFormData:O_,isArrayBufferView:m_,isString:f_,isNumber:Km,isBoolean:g_,isObject:Ds,isPlainObject:Oa,isReadableStream:C_,isRequest:P_,isResponse:T_,isHeaders:R_,isUndefined:wo,isDate:y_,isFile:b_,isBlob:x_,isRegExp:B_,isFunction:ht,isStream:S_,isURLSearchParams:w_,isTypedArray:k_,isFileList:v_,forEach:ko,merge:hl,extend:__,trim:A_,stripBOM:E_,inherits:I_,toFlatObject:V_,kindOf:$s,kindOfTest:Rt,endsWith:M_,toArray:j_,forEachEntry:$_,matchAll:U_,isHTMLForm:D_,hasOwnProperty:zd,hasOwnProp:zd,reduceDescriptors:Zm,freezeMethods:N_,toObjectSet:F_,toCamelCase:L_,noop:z_,toFiniteNumber:G_,findKey:Qm,global:wr,isContextDefined:Xm,isSpecCompliantForm:H_,toJSONObject:q_,isAsyncFn:W_,isThenable:J_,setImmediate:ef,asap:Y_};function pe(e,t,r,n,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),o&&(this.response=o,this.status=o.status?o.status:null)}q.inherits(pe,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:q.toJSONObject(this.config),code:this.code,status:this.status}}});const tf=pe.prototype,rf={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{rf[e]={value:e}});Object.defineProperties(pe,rf);Object.defineProperty(tf,"isAxiosError",{value:!0});pe.from=(e,t,r,n,o,a)=>{const s=Object.create(tf);return q.toFlatObject(e,s,function(l){return l!==Error.prototype},i=>i!=="isAxiosError"),pe.call(s,e.message,t,r,n,o),s.cause=e,s.name=e.name,a&&Object.assign(s,a),s};const K_=null;function pl(e){return q.isPlainObject(e)||q.isArray(e)}function nf(e){return q.endsWith(e,"[]")?e.slice(0,-2):e}function Gd(e,t,r){return e?e.concat(t).map(function(o,a){return o=nf(o),!r&&a?"["+o+"]":o}).join(r?".":""):t}function Q_(e){return q.isArray(e)&&!e.some(pl)}const X_=q.toFlatObject(q,{},null,function(t){return/^is[A-Z]/.test(t)});function Ls(e,t,r){if(!q.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,r=q.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(m,b){return!q.isUndefined(b[m])});const n=r.metaTokens,o=r.visitor||u,a=r.dots,s=r.indexes,l=(r.Blob||typeof Blob<"u"&&Blob)&&q.isSpecCompliantForm(t);if(!q.isFunction(o))throw new TypeError("visitor must be a function");function c(f){if(f===null)return"";if(q.isDate(f))return f.toISOString();if(!l&&q.isBlob(f))throw new pe("Blob is not supported. Use a Buffer instead.");return q.isArrayBuffer(f)||q.isTypedArray(f)?l&&typeof Blob=="function"?new Blob([f]):Buffer.from(f):f}function u(f,m,b){let S=f;if(f&&!b&&typeof f=="object"){if(q.endsWith(m,"{}"))m=n?m:m.slice(0,-2),f=JSON.stringify(f);else if(q.isArray(f)&&Q_(f)||(q.isFileList(f)||q.endsWith(m,"[]"))&&(S=q.toArray(f)))return m=nf(m),S.forEach(function(O,w){!(q.isUndefined(O)||O===null)&&t.append(s===!0?Gd([m],w,a):s===null?m:m+"[]",c(O))}),!1}return pl(f)?!0:(t.append(Gd(b,m,a),c(f)),!1)}const d=[],h=Object.assign(X_,{defaultVisitor:u,convertValue:c,isVisitable:pl});function p(f,m){if(!q.isUndefined(f)){if(d.indexOf(f)!==-1)throw Error("Circular reference detected in "+m.join("."));d.push(f),q.forEach(f,function(S,E){(!(q.isUndefined(S)||S===null)&&o.call(t,S,q.isString(E)?E.trim():E,m,h))===!0&&p(S,m?m.concat(E):[E])}),d.pop()}}if(!q.isObject(e))throw new TypeError("data must be an object");return p(e),t}function Hd(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function Oc(e,t){this._pairs=[],e&&Ls(e,this,t)}const of=Oc.prototype;of.append=function(t,r){this._pairs.push([t,r])};of.toString=function(t){const r=t?function(n){return t.call(this,n,Hd)}:Hd;return this._pairs.map(function(o){return r(o[0])+"="+r(o[1])},"").join("&")};function Z_(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function af(e,t,r){if(!t)return e;const n=r&&r.encode||Z_;q.isFunction(r)&&(r={serialize:r});const o=r&&r.serialize;let a;if(o?a=o(t,r):a=q.isURLSearchParams(t)?t.toString():new Oc(t,r).toString(n),a){const s=e.indexOf("#");s!==-1&&(e=e.slice(0,s)),e+=(e.indexOf("?")===-1?"?":"&")+a}return e}class qd{constructor(){this.handlers=[]}use(t,r,n){return this.handlers.push({fulfilled:t,rejected:r,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){q.forEach(this.handlers,function(n){n!==null&&t(n)})}}const sf={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},eE=typeof URLSearchParams<"u"?URLSearchParams:Oc,tE=typeof FormData<"u"?FormData:null,rE=typeof Blob<"u"?Blob:null,nE={isBrowser:!0,classes:{URLSearchParams:eE,FormData:tE,Blob:rE},protocols:["http","https","file","blob","url","data"]},wc=typeof window<"u"&&typeof document<"u",ml=typeof navigator=="object"&&navigator||void 0,oE=wc&&(!ml||["ReactNative","NativeScript","NS"].indexOf(ml.product)<0),aE=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",sE=wc&&window.location.href||"http://localhost",iE=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:wc,hasStandardBrowserEnv:oE,hasStandardBrowserWebWorkerEnv:aE,navigator:ml,origin:sE},Symbol.toStringTag,{value:"Module"})),et={...iE,...nE};function lE(e,t){return Ls(e,new et.classes.URLSearchParams,Object.assign({visitor:function(r,n,o,a){return et.isNode&&q.isBuffer(r)?(this.append(n,r.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},t))}function cE(e){return q.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function uE(e){const t={},r=Object.keys(e);let n;const o=r.length;let a;for(n=0;n<o;n++)a=r[n],t[a]=e[a];return t}function lf(e){function t(r,n,o,a){let s=r[a++];if(s==="__proto__")return!0;const i=Number.isFinite(+s),l=a>=r.length;return s=!s&&q.isArray(o)?o.length:s,l?(q.hasOwnProp(o,s)?o[s]=[o[s],n]:o[s]=n,!i):((!o[s]||!q.isObject(o[s]))&&(o[s]=[]),t(r,n,o[s],a)&&q.isArray(o[s])&&(o[s]=uE(o[s])),!i)}if(q.isFormData(e)&&q.isFunction(e.entries)){const r={};return q.forEachEntry(e,(n,o)=>{t(cE(n),o,r,0)}),r}return null}function dE(e,t,r){if(q.isString(e))try{return(t||JSON.parse)(e),q.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(r||JSON.stringify)(e)}const $o={transitional:sf,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const n=r.getContentType()||"",o=n.indexOf("application/json")>-1,a=q.isObject(t);if(a&&q.isHTMLForm(t)&&(t=new FormData(t)),q.isFormData(t))return o?JSON.stringify(lf(t)):t;if(q.isArrayBuffer(t)||q.isBuffer(t)||q.isStream(t)||q.isFile(t)||q.isBlob(t)||q.isReadableStream(t))return t;if(q.isArrayBufferView(t))return t.buffer;if(q.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let i;if(a){if(n.indexOf("application/x-www-form-urlencoded")>-1)return lE(t,this.formSerializer).toString();if((i=q.isFileList(t))||n.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return Ls(i?{"files[]":t}:t,l&&new l,this.formSerializer)}}return a||o?(r.setContentType("application/json",!1),dE(t)):t}],transformResponse:[function(t){const r=this.transitional||$o.transitional,n=r&&r.forcedJSONParsing,o=this.responseType==="json";if(q.isResponse(t)||q.isReadableStream(t))return t;if(t&&q.isString(t)&&(n&&!this.responseType||o)){const s=!(r&&r.silentJSONParsing)&&o;try{return JSON.parse(t)}catch(i){if(s)throw i.name==="SyntaxError"?pe.from(i,pe.ERR_BAD_RESPONSE,this,null,this.response):i}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:et.classes.FormData,Blob:et.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};q.forEach(["delete","get","head","post","put","patch"],e=>{$o.headers[e]={}});const hE=q.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),pE=e=>{const t={};let r,n,o;return e&&e.split(`
146
+ `).forEach(function(s){o=s.indexOf(":"),r=s.substring(0,o).trim().toLowerCase(),n=s.substring(o+1).trim(),!(!r||t[r]&&hE[r])&&(r==="set-cookie"?t[r]?t[r].push(n):t[r]=[n]:t[r]=t[r]?t[r]+", "+n:n)}),t},Wd=Symbol("internals");function Wn(e){return e&&String(e).trim().toLowerCase()}function wa(e){return e===!1||e==null?e:q.isArray(e)?e.map(wa):String(e)}function mE(e){const t=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=r.exec(e);)t[n[1]]=n[2];return t}const fE=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Ii(e,t,r,n,o){if(q.isFunction(n))return n.call(this,t,r);if(o&&(t=r),!!q.isString(t)){if(q.isString(n))return t.indexOf(n)!==-1;if(q.isRegExp(n))return n.test(t)}}function gE(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,r,n)=>r.toUpperCase()+n)}function yE(e,t){const r=q.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(e,n+r,{value:function(o,a,s){return this[n].call(this,t,o,a,s)},configurable:!0})})}let lt=class{constructor(t){t&&this.set(t)}set(t,r,n){const o=this;function a(i,l,c){const u=Wn(l);if(!u)throw new Error("header name must be a non-empty string");const d=q.findKey(o,u);(!d||o[d]===void 0||c===!0||c===void 0&&o[d]!==!1)&&(o[d||l]=wa(i))}const s=(i,l)=>q.forEach(i,(c,u)=>a(c,u,l));if(q.isPlainObject(t)||t instanceof this.constructor)s(t,r);else if(q.isString(t)&&(t=t.trim())&&!fE(t))s(pE(t),r);else if(q.isHeaders(t))for(const[i,l]of t.entries())a(l,i,n);else t!=null&&a(r,t,n);return this}get(t,r){if(t=Wn(t),t){const n=q.findKey(this,t);if(n){const o=this[n];if(!r)return o;if(r===!0)return mE(o);if(q.isFunction(r))return r.call(this,o,n);if(q.isRegExp(r))return r.exec(o);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,r){if(t=Wn(t),t){const n=q.findKey(this,t);return!!(n&&this[n]!==void 0&&(!r||Ii(this,this[n],n,r)))}return!1}delete(t,r){const n=this;let o=!1;function a(s){if(s=Wn(s),s){const i=q.findKey(n,s);i&&(!r||Ii(n,n[i],i,r))&&(delete n[i],o=!0)}}return q.isArray(t)?t.forEach(a):a(t),o}clear(t){const r=Object.keys(this);let n=r.length,o=!1;for(;n--;){const a=r[n];(!t||Ii(this,this[a],a,t,!0))&&(delete this[a],o=!0)}return o}normalize(t){const r=this,n={};return q.forEach(this,(o,a)=>{const s=q.findKey(n,a);if(s){r[s]=wa(o),delete r[a];return}const i=t?gE(a):String(a).trim();i!==a&&delete r[a],r[i]=wa(o),n[i]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const r=Object.create(null);return q.forEach(this,(n,o)=>{n!=null&&n!==!1&&(r[o]=t&&q.isArray(n)?n.join(", "):n)}),r}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,r])=>t+": "+r).join(`
147
+ `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...r){const n=new this(t);return r.forEach(o=>n.set(o)),n}static accessor(t){const n=(this[Wd]=this[Wd]={accessors:{}}).accessors,o=this.prototype;function a(s){const i=Wn(s);n[i]||(yE(o,s),n[i]=!0)}return q.isArray(t)?t.forEach(a):a(t),this}};lt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);q.reduceDescriptors(lt.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(n){this[r]=n}}});q.freezeMethods(lt);function Vi(e,t){const r=this||$o,n=t||r,o=lt.from(n.headers);let a=n.data;return q.forEach(e,function(i){a=i.call(r,a,o.normalize(),t?t.status:void 0)}),o.normalize(),a}function cf(e){return!!(e&&e.__CANCEL__)}function jn(e,t,r){pe.call(this,e??"canceled",pe.ERR_CANCELED,t,r),this.name="CanceledError"}q.inherits(jn,pe,{__CANCEL__:!0});function uf(e,t,r){const n=r.config.validateStatus;!r.status||!n||n(r.status)?e(r):t(new pe("Request failed with status code "+r.status,[pe.ERR_BAD_REQUEST,pe.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function bE(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function xE(e,t){e=e||10;const r=new Array(e),n=new Array(e);let o=0,a=0,s;return t=t!==void 0?t:1e3,function(l){const c=Date.now(),u=n[a];s||(s=c),r[o]=l,n[o]=c;let d=a,h=0;for(;d!==o;)h+=r[d++],d=d%e;if(o=(o+1)%e,o===a&&(a=(a+1)%e),c-s<t)return;const p=u&&c-u;return p?Math.round(h*1e3/p):void 0}}function vE(e,t){let r=0,n=1e3/t,o,a;const s=(c,u=Date.now())=>{r=u,o=null,a&&(clearTimeout(a),a=null),e.apply(null,c)};return[(...c)=>{const u=Date.now(),d=u-r;d>=n?s(c,u):(o=c,a||(a=setTimeout(()=>{a=null,s(o)},n-d)))},()=>o&&s(o)]}const Ka=(e,t,r=3)=>{let n=0;const o=xE(50,250);return vE(a=>{const s=a.loaded,i=a.lengthComputable?a.total:void 0,l=s-n,c=o(l),u=s<=i;n=s;const d={loaded:s,total:i,progress:i?s/i:void 0,bytes:l,rate:c||void 0,estimated:c&&i&&u?(i-s)/c:void 0,event:a,lengthComputable:i!=null,[t?"download":"upload"]:!0};e(d)},r)},Jd=(e,t)=>{const r=e!=null;return[n=>t[0]({lengthComputable:r,total:e,loaded:n}),t[1]]},Yd=e=>(...t)=>q.asap(()=>e(...t)),SE=et.hasStandardBrowserEnv?((e,t)=>r=>(r=new URL(r,et.origin),e.protocol===r.protocol&&e.host===r.host&&(t||e.port===r.port)))(new URL(et.origin),et.navigator&&/(msie|trident)/i.test(et.navigator.userAgent)):()=>!0,OE=et.hasStandardBrowserEnv?{write(e,t,r,n,o,a){const s=[e+"="+encodeURIComponent(t)];q.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),q.isString(n)&&s.push("path="+n),q.isString(o)&&s.push("domain="+o),a===!0&&s.push("secure"),document.cookie=s.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function wE(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function CE(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function df(e,t,r){let n=!wE(t);return e&&n||r==!1?CE(e,t):t}const Kd=e=>e instanceof lt?{...e}:e;function Ir(e,t){t=t||{};const r={};function n(c,u,d,h){return q.isPlainObject(c)&&q.isPlainObject(u)?q.merge.call({caseless:h},c,u):q.isPlainObject(u)?q.merge({},u):q.isArray(u)?u.slice():u}function o(c,u,d,h){if(q.isUndefined(u)){if(!q.isUndefined(c))return n(void 0,c,d,h)}else return n(c,u,d,h)}function a(c,u){if(!q.isUndefined(u))return n(void 0,u)}function s(c,u){if(q.isUndefined(u)){if(!q.isUndefined(c))return n(void 0,c)}else return n(void 0,u)}function i(c,u,d){if(d in t)return n(c,u);if(d in e)return n(void 0,c)}const l={url:a,method:a,data:a,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:i,headers:(c,u,d)=>o(Kd(c),Kd(u),d,!0)};return q.forEach(Object.keys(Object.assign({},e,t)),function(u){const d=l[u]||o,h=d(e[u],t[u],u);q.isUndefined(h)&&d!==i||(r[u]=h)}),r}const hf=e=>{const t=Ir({},e);let{data:r,withXSRFToken:n,xsrfHeaderName:o,xsrfCookieName:a,headers:s,auth:i}=t;t.headers=s=lt.from(s),t.url=af(df(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),i&&s.set("Authorization","Basic "+btoa((i.username||"")+":"+(i.password?unescape(encodeURIComponent(i.password)):"")));let l;if(q.isFormData(r)){if(et.hasStandardBrowserEnv||et.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((l=s.getContentType())!==!1){const[c,...u]=l?l.split(";").map(d=>d.trim()).filter(Boolean):[];s.setContentType([c||"multipart/form-data",...u].join("; "))}}if(et.hasStandardBrowserEnv&&(n&&q.isFunction(n)&&(n=n(t)),n||n!==!1&&SE(t.url))){const c=o&&a&&OE.read(a);c&&s.set(o,c)}return t},PE=typeof XMLHttpRequest<"u",TE=PE&&function(e){return new Promise(function(r,n){const o=hf(e);let a=o.data;const s=lt.from(o.headers).normalize();let{responseType:i,onUploadProgress:l,onDownloadProgress:c}=o,u,d,h,p,f;function m(){p&&p(),f&&f(),o.cancelToken&&o.cancelToken.unsubscribe(u),o.signal&&o.signal.removeEventListener("abort",u)}let b=new XMLHttpRequest;b.open(o.method.toUpperCase(),o.url,!0),b.timeout=o.timeout;function S(){if(!b)return;const O=lt.from("getAllResponseHeaders"in b&&b.getAllResponseHeaders()),A={data:!i||i==="text"||i==="json"?b.responseText:b.response,status:b.status,statusText:b.statusText,headers:O,config:e,request:b};uf(function(T){r(T),m()},function(T){n(T),m()},A),b=null}"onloadend"in b?b.onloadend=S:b.onreadystatechange=function(){!b||b.readyState!==4||b.status===0&&!(b.responseURL&&b.responseURL.indexOf("file:")===0)||setTimeout(S)},b.onabort=function(){b&&(n(new pe("Request aborted",pe.ECONNABORTED,e,b)),b=null)},b.onerror=function(){n(new pe("Network Error",pe.ERR_NETWORK,e,b)),b=null},b.ontimeout=function(){let w=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const A=o.transitional||sf;o.timeoutErrorMessage&&(w=o.timeoutErrorMessage),n(new pe(w,A.clarifyTimeoutError?pe.ETIMEDOUT:pe.ECONNABORTED,e,b)),b=null},a===void 0&&s.setContentType(null),"setRequestHeader"in b&&q.forEach(s.toJSON(),function(w,A){b.setRequestHeader(A,w)}),q.isUndefined(o.withCredentials)||(b.withCredentials=!!o.withCredentials),i&&i!=="json"&&(b.responseType=o.responseType),c&&([h,f]=Ka(c,!0),b.addEventListener("progress",h)),l&&b.upload&&([d,p]=Ka(l),b.upload.addEventListener("progress",d),b.upload.addEventListener("loadend",p)),(o.cancelToken||o.signal)&&(u=O=>{b&&(n(!O||O.type?new jn(null,e,b):O),b.abort(),b=null)},o.cancelToken&&o.cancelToken.subscribe(u),o.signal&&(o.signal.aborted?u():o.signal.addEventListener("abort",u)));const E=bE(o.url);if(E&&et.protocols.indexOf(E)===-1){n(new pe("Unsupported protocol "+E+":",pe.ERR_BAD_REQUEST,e));return}b.send(a||null)})},RE=(e,t)=>{const{length:r}=e=e?e.filter(Boolean):[];if(t||r){let n=new AbortController,o;const a=function(c){if(!o){o=!0,i();const u=c instanceof Error?c:this.reason;n.abort(u instanceof pe?u:new jn(u instanceof Error?u.message:u))}};let s=t&&setTimeout(()=>{s=null,a(new pe(`timeout ${t} of ms exceeded`,pe.ETIMEDOUT))},t);const i=()=>{e&&(s&&clearTimeout(s),s=null,e.forEach(c=>{c.unsubscribe?c.unsubscribe(a):c.removeEventListener("abort",a)}),e=null)};e.forEach(c=>c.addEventListener("abort",a));const{signal:l}=n;return l.unsubscribe=()=>q.asap(i),l}},AE=function*(e,t){let r=e.byteLength;if(r<t){yield e;return}let n=0,o;for(;n<r;)o=n+t,yield e.slice(n,o),n=o},_E=async function*(e,t){for await(const r of EE(e))yield*AE(r,t)},EE=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:r,value:n}=await t.read();if(r)break;yield n}}finally{await t.cancel()}},Qd=(e,t,r,n)=>{const o=_E(e,t);let a=0,s,i=l=>{s||(s=!0,n&&n(l))};return new ReadableStream({async pull(l){try{const{done:c,value:u}=await o.next();if(c){i(),l.close();return}let d=u.byteLength;if(r){let h=a+=d;r(h)}l.enqueue(new Uint8Array(u))}catch(c){throw i(c),c}},cancel(l){return i(l),o.return()}},{highWaterMark:2})},Bs=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",pf=Bs&&typeof ReadableStream=="function",IE=Bs&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),mf=(e,...t)=>{try{return!!e(...t)}catch{return!1}},VE=pf&&mf(()=>{let e=!1;const t=new Request(et.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),Xd=64*1024,fl=pf&&mf(()=>q.isReadableStream(new Response("").body)),Qa={stream:fl&&(e=>e.body)};Bs&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!Qa[t]&&(Qa[t]=q.isFunction(e[t])?r=>r[t]():(r,n)=>{throw new pe(`Response type '${t}' is not supported`,pe.ERR_NOT_SUPPORT,n)})})})(new Response);const ME=async e=>{if(e==null)return 0;if(q.isBlob(e))return e.size;if(q.isSpecCompliantForm(e))return(await new Request(et.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(q.isArrayBufferView(e)||q.isArrayBuffer(e))return e.byteLength;if(q.isURLSearchParams(e)&&(e=e+""),q.isString(e))return(await IE(e)).byteLength},jE=async(e,t)=>{const r=q.toFiniteNumber(e.getContentLength());return r??ME(t)},kE=Bs&&(async e=>{let{url:t,method:r,data:n,signal:o,cancelToken:a,timeout:s,onDownloadProgress:i,onUploadProgress:l,responseType:c,headers:u,withCredentials:d="same-origin",fetchOptions:h}=hf(e);c=c?(c+"").toLowerCase():"text";let p=RE([o,a&&a.toAbortSignal()],s),f;const m=p&&p.unsubscribe&&(()=>{p.unsubscribe()});let b;try{if(l&&VE&&r!=="get"&&r!=="head"&&(b=await jE(u,n))!==0){let A=new Request(t,{method:"POST",body:n,duplex:"half"}),C;if(q.isFormData(n)&&(C=A.headers.get("content-type"))&&u.setContentType(C),A.body){const[T,V]=Jd(b,Ka(Yd(l)));n=Qd(A.body,Xd,T,V)}}q.isString(d)||(d=d?"include":"omit");const S="credentials"in Request.prototype;f=new Request(t,{...h,signal:p,method:r.toUpperCase(),headers:u.normalize().toJSON(),body:n,duplex:"half",credentials:S?d:void 0});let E=await fetch(f);const O=fl&&(c==="stream"||c==="response");if(fl&&(i||O&&m)){const A={};["status","statusText","headers"].forEach(j=>{A[j]=E[j]});const C=q.toFiniteNumber(E.headers.get("content-length")),[T,V]=i&&Jd(C,Ka(Yd(i),!0))||[];E=new Response(Qd(E.body,Xd,T,()=>{V&&V(),m&&m()}),A)}c=c||"text";let w=await Qa[q.findKey(Qa,c)||"text"](E,e);return!O&&m&&m(),await new Promise((A,C)=>{uf(A,C,{data:w,headers:lt.from(E.headers),status:E.status,statusText:E.statusText,config:e,request:f})})}catch(S){throw m&&m(),S&&S.name==="TypeError"&&/fetch/i.test(S.message)?Object.assign(new pe("Network Error",pe.ERR_NETWORK,e,f),{cause:S.cause||S}):pe.from(S,S&&S.code,e,f)}}),gl={http:K_,xhr:TE,fetch:kE};q.forEach(gl,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Zd=e=>`- ${e}`,$E=e=>q.isFunction(e)||e===null||e===!1,ff={getAdapter:e=>{e=q.isArray(e)?e:[e];const{length:t}=e;let r,n;const o={};for(let a=0;a<t;a++){r=e[a];let s;if(n=r,!$E(r)&&(n=gl[(s=String(r)).toLowerCase()],n===void 0))throw new pe(`Unknown adapter '${s}'`);if(n)break;o[s||"#"+a]=n}if(!n){const a=Object.entries(o).map(([i,l])=>`adapter ${i} `+(l===!1?"is not supported by the environment":"is not available in the build"));let s=t?a.length>1?`since :
148
+ `+a.map(Zd).join(`
149
+ `):" "+Zd(a[0]):"as no adapter specified";throw new pe("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return n},adapters:gl};function Mi(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new jn(null,e)}function eh(e){return Mi(e),e.headers=lt.from(e.headers),e.data=Vi.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),ff.getAdapter(e.adapter||$o.adapter)(e).then(function(n){return Mi(e),n.data=Vi.call(e,e.transformResponse,n),n.headers=lt.from(n.headers),n},function(n){return cf(n)||(Mi(e),n&&n.response&&(n.response.data=Vi.call(e,e.transformResponse,n.response),n.response.headers=lt.from(n.response.headers))),Promise.reject(n)})}const gf="1.8.3",Ns={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Ns[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const th={};Ns.transitional=function(t,r,n){function o(a,s){return"[Axios v"+gf+"] Transitional option '"+a+"'"+s+(n?". "+n:"")}return(a,s,i)=>{if(t===!1)throw new pe(o(s," has been removed"+(r?" in "+r:"")),pe.ERR_DEPRECATED);return r&&!th[s]&&(th[s]=!0,console.warn(o(s," has been deprecated since v"+r+" and will be removed in the near future"))),t?t(a,s,i):!0}};Ns.spelling=function(t){return(r,n)=>(console.warn(`${n} is likely a misspelling of ${t}`),!0)};function UE(e,t,r){if(typeof e!="object")throw new pe("options must be an object",pe.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let o=n.length;for(;o-- >0;){const a=n[o],s=t[a];if(s){const i=e[a],l=i===void 0||s(i,a,e);if(l!==!0)throw new pe("option "+a+" must be "+l,pe.ERR_BAD_OPTION_VALUE);continue}if(r!==!0)throw new pe("Unknown option "+a,pe.ERR_BAD_OPTION)}}const Ca={assertOptions:UE,validators:Ns},Et=Ca.validators;let Tr=class{constructor(t){this.defaults=t,this.interceptors={request:new qd,response:new qd}}async request(t,r){try{return await this._request(t,r)}catch(n){if(n instanceof Error){let o={};Error.captureStackTrace?Error.captureStackTrace(o):o=new Error;const a=o.stack?o.stack.replace(/^.+\n/,""):"";try{n.stack?a&&!String(n.stack).endsWith(a.replace(/^.+\n.+\n/,""))&&(n.stack+=`
150
+ `+a):n.stack=a}catch{}}throw n}}_request(t,r){typeof t=="string"?(r=r||{},r.url=t):r=t||{},r=Ir(this.defaults,r);const{transitional:n,paramsSerializer:o,headers:a}=r;n!==void 0&&Ca.assertOptions(n,{silentJSONParsing:Et.transitional(Et.boolean),forcedJSONParsing:Et.transitional(Et.boolean),clarifyTimeoutError:Et.transitional(Et.boolean)},!1),o!=null&&(q.isFunction(o)?r.paramsSerializer={serialize:o}:Ca.assertOptions(o,{encode:Et.function,serialize:Et.function},!0)),r.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?r.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:r.allowAbsoluteUrls=!0),Ca.assertOptions(r,{baseUrl:Et.spelling("baseURL"),withXsrfToken:Et.spelling("withXSRFToken")},!0),r.method=(r.method||this.defaults.method||"get").toLowerCase();let s=a&&q.merge(a.common,a[r.method]);a&&q.forEach(["delete","get","head","post","put","patch","common"],f=>{delete a[f]}),r.headers=lt.concat(s,a);const i=[];let l=!0;this.interceptors.request.forEach(function(m){typeof m.runWhen=="function"&&m.runWhen(r)===!1||(l=l&&m.synchronous,i.unshift(m.fulfilled,m.rejected))});const c=[];this.interceptors.response.forEach(function(m){c.push(m.fulfilled,m.rejected)});let u,d=0,h;if(!l){const f=[eh.bind(this),void 0];for(f.unshift.apply(f,i),f.push.apply(f,c),h=f.length,u=Promise.resolve(r);d<h;)u=u.then(f[d++],f[d++]);return u}h=i.length;let p=r;for(d=0;d<h;){const f=i[d++],m=i[d++];try{p=f(p)}catch(b){m.call(this,b);break}}try{u=eh.call(this,p)}catch(f){return Promise.reject(f)}for(d=0,h=c.length;d<h;)u=u.then(c[d++],c[d++]);return u}getUri(t){t=Ir(this.defaults,t);const r=df(t.baseURL,t.url,t.allowAbsoluteUrls);return af(r,t.params,t.paramsSerializer)}};q.forEach(["delete","get","head","options"],function(t){Tr.prototype[t]=function(r,n){return this.request(Ir(n||{},{method:t,url:r,data:(n||{}).data}))}});q.forEach(["post","put","patch"],function(t){function r(n){return function(a,s,i){return this.request(Ir(i||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:a,data:s}))}}Tr.prototype[t]=r(),Tr.prototype[t+"Form"]=r(!0)});let DE=class yf{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let r;this.promise=new Promise(function(a){r=a});const n=this;this.promise.then(o=>{if(!n._listeners)return;let a=n._listeners.length;for(;a-- >0;)n._listeners[a](o);n._listeners=null}),this.promise.then=o=>{let a;const s=new Promise(i=>{n.subscribe(i),a=i}).then(o);return s.cancel=function(){n.unsubscribe(a)},s},t(function(a,s,i){n.reason||(n.reason=new jn(a,s,i),r(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const r=this._listeners.indexOf(t);r!==-1&&this._listeners.splice(r,1)}toAbortSignal(){const t=new AbortController,r=n=>{t.abort(n)};return this.subscribe(r),t.signal.unsubscribe=()=>this.unsubscribe(r),t.signal}static source(){let t;return{token:new yf(function(o){t=o}),cancel:t}}};function LE(e){return function(r){return e.apply(null,r)}}function BE(e){return q.isObject(e)&&e.isAxiosError===!0}const yl={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(yl).forEach(([e,t])=>{yl[t]=e});function bf(e){const t=new Tr(e),r=Jm(Tr.prototype.request,t);return q.extend(r,Tr.prototype,t,{allOwnKeys:!0}),q.extend(r,t,null,{allOwnKeys:!0}),r.create=function(o){return bf(Ir(e,o))},r}const _=bf($o);_.Axios=Tr;_.CanceledError=jn;_.CancelToken=DE;_.isCancel=cf;_.VERSION=gf;_.toFormData=Ls;_.AxiosError=pe;_.Cancel=_.CanceledError;_.all=function(t){return Promise.all(t)};_.spread=LE;_.isAxiosError=BE;_.mergeConfig=Ir;_.AxiosHeaders=lt;_.formToJSON=e=>lf(q.isHTMLForm(e)?new FormData(e):e);_.getAdapter=ff.getAdapter;_.HttpStatusCode=yl;_.default=_;const{Axios:pj,AxiosError:bl,CanceledError:mj,isCancel:fj,CancelToken:gj,VERSION:yj,all:bj,Cancel:xj,isAxiosError:NE,spread:vj,toFormData:Sj,AxiosHeaders:Oj,HttpStatusCode:wj,formToJSON:Cj,getAdapter:Pj,mergeConfig:Tj}=_,M="/api/v1".replace(/\/+$/,"");class Me{constructor(t,r=M,n=_){$n(this,"basePath");$n(this,"axios");$n(this,"configuration");this.basePath=r,this.axios=n,t&&(this.configuration=t,this.basePath=t.basePath??r)}}class FE extends Error{constructor(r,n){super(n);$n(this,"field");this.field=r,this.name="RequiredError"}}const k={},$="https://example.com",v=function(e,t,r){if(r==null)throw new FE(t,`Required parameter ${t} was null or undefined when calling ${e}.`)},U=function(e,t){t&&(t.username||t.password)&&(e.auth={username:t.username,password:t.password})},D=async function(e,t){if(t&&t.accessToken){const r=typeof t.accessToken=="function"?await t.accessToken():await t.accessToken;e.Authorization="Bearer "+r}};function xl(e,t,r=""){t!=null&&(typeof t=="object"?Array.isArray(t)?t.forEach(n=>xl(e,n,r)):Object.keys(t).forEach(n=>xl(e,t[n],`${r}${r!==""?".":""}${n}`)):e.has(r)?e.append(r,t):e.set(r,t))}const L=function(e,...t){const r=new URLSearchParams(e.search);xl(r,t),e.search=r.toString()},he=function(e,t,r){const n=typeof e!="string";return(n&&r&&r.isJsonMime?r.isJsonMime(t.headers["Content-Type"]):n)?JSON.stringify(e!==void 0?e:{}):e||""},B=function(e){return e.pathname+e.search+e.hash},N=function(e,t,r,n){return(o=t,a=r)=>{const s={...e.options,url:(o.defaults.baseURL?"":(n==null?void 0:n.basePath)??a)+e.url};return o.request(s)}},Mt={Abb:"abb",Fanuc:"fanuc",Kuka:"kuka",Universalrobots:"universalrobots",Yaskawa:"yaskawa"},zE=function(e){return{addApp:async(t,r,n,o={})=>{v("addApp","cell",t),v("addApp","app",r);const a="/cells/{cell}/apps".replace("{cell}",encodeURIComponent(String(t))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.completionTimeout=n),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(r,l,e),{url:B(s),options:l}},clearApps:async(t,r,n={})=>{v("clearApps","cell",t);const o="/cells/{cell}/apps".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),r!==void 0&&(c.completionTimeout=r),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},deleteApp:async(t,r,n,o={})=>{v("deleteApp","cell",t),v("deleteApp","app",r);const a="/cells/{cell}/apps/{app}".replace("{cell}",encodeURIComponent(String(t))).replace("{app}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"DELETE",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.completionTimeout=n),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},getApp:async(t,r,n={})=>{v("getApp","cell",t),v("getApp","app",r);const o="/cells/{cell}/apps/{app}".replace("{cell}",encodeURIComponent(String(t))).replace("{app}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},listApps:async(t,r={})=>{v("listApps","cell",t);const n="/cells/{cell}/apps".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},updateApp:async(t,r,n,o,a={})=>{v("updateApp","cell",t),v("updateApp","app",r),v("updateApp","app2",n);const s="/cells/{cell}/apps/{app}".replace("{cell}",encodeURIComponent(String(t))).replace("{app}",encodeURIComponent(String(r))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...a},u={},d={};U(c,e),await D(u,e),o!==void 0&&(d.completionTimeout=o),u["Content-Type"]="application/json",L(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...a.headers},c.data=he(n,c,e),{url:B(i),options:c}}}},Xr=function(e){const t=zE(e);return{async addApp(r,n,o,a){var c,u;const s=await t.addApp(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["ApplicationApi.addApp"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async clearApps(r,n,o){var l,c;const a=await t.clearApps(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ApplicationApi.clearApps"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async deleteApp(r,n,o,a){var c,u;const s=await t.deleteApp(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["ApplicationApi.deleteApp"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async getApp(r,n,o){var l,c;const a=await t.getApp(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ApplicationApi.getApp"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async listApps(r,n){var i,l;const o=await t.listApps(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["ApplicationApi.listApps"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async updateApp(r,n,o,a,s){var u,d;const i=await t.updateApp(r,n,o,a,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=k["ApplicationApi.updateApp"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>N(i,_,M,e)(h,c||p)}}};class rh extends Me{addApp(t,r,n,o){return Xr(this.configuration).addApp(t,r,n,o).then(a=>a(this.axios,this.basePath))}clearApps(t,r,n){return Xr(this.configuration).clearApps(t,r,n).then(o=>o(this.axios,this.basePath))}deleteApp(t,r,n,o){return Xr(this.configuration).deleteApp(t,r,n,o).then(a=>a(this.axios,this.basePath))}getApp(t,r,n){return Xr(this.configuration).getApp(t,r,n).then(o=>o(this.axios,this.basePath))}listApps(t,r){return Xr(this.configuration).listApps(t,r).then(n=>n(this.axios,this.basePath))}updateApp(t,r,n,o,a){return Xr(this.configuration).updateApp(t,r,n,o,a).then(s=>s(this.axios,this.basePath))}}const GE=function(e){return{deleteCell:async(t,r,n={})=>{v("deleteCell","cell",t);const o="/cells/{cell}".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),r!==void 0&&(c.completionTimeout=r),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},deployCell:async(t,r,n={})=>{v("deployCell","cell",t);const o="/cells",a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};U(i,e),await D(l,e),r!==void 0&&(c.completionTimeout=r),l["Content-Type"]="application/json",L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=he(t,i,e),{url:B(a),options:i}},getCell:async(t,r={})=>{v("getCell","cell",t);const n="/cells/{cell}".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},getCellStatus:async(t,r={})=>{v("getCellStatus","cell",t);const n="/cells/{cell}/status".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},listCells:async(t={})=>{const r="/cells",n=new URL(r,$);let o;e&&(o=e.baseOptions);const a={method:"GET",...o,...t},s={},i={};U(a,e),await D(s,e),L(n,i);let l=o&&o.headers?o.headers:{};return a.headers={...s,...l,...t.headers},{url:B(n),options:a}},updateCell:async(t,r,n,o={})=>{v("updateCell","cell",t),v("updateCell","cell2",r);const a="/cells/{cell}".replace("{cell}",encodeURIComponent(String(t))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.completionTimeout=n),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(r,l,e),{url:B(s),options:l}}}},Zr=function(e){const t=GE(e);return{async deleteCell(r,n,o){var l,c;const a=await t.deleteCell(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["CellApi.deleteCell"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async deployCell(r,n,o){var l,c;const a=await t.deployCell(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["CellApi.deployCell"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getCell(r,n){var i,l;const o=await t.getCell(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["CellApi.getCell"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async getCellStatus(r,n){var i,l;const o=await t.getCellStatus(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["CellApi.getCellStatus"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async listCells(r){var s,i;const n=await t.listCells(r),o=(e==null?void 0:e.serverIndex)??0,a=(i=(s=k["CellApi.listCells"])==null?void 0:s[o])==null?void 0:i.url;return(l,c)=>N(n,_,M,e)(l,a||c)},async updateCell(r,n,o,a){var c,u;const s=await t.updateCell(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["CellApi.updateCell"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)}}};class HE extends Me{deleteCell(t,r,n){return Zr(this.configuration).deleteCell(t,r,n).then(o=>o(this.axios,this.basePath))}deployCell(t,r,n){return Zr(this.configuration).deployCell(t,r,n).then(o=>o(this.axios,this.basePath))}getCell(t,r){return Zr(this.configuration).getCell(t,r).then(n=>n(this.axios,this.basePath))}getCellStatus(t,r){return Zr(this.configuration).getCellStatus(t,r).then(n=>n(this.axios,this.basePath))}listCells(t){return Zr(this.configuration).listCells(t).then(r=>r(this.axios,this.basePath))}updateCell(t,r,n,o){return Zr(this.configuration).updateCell(t,r,n,o).then(a=>a(this.axios,this.basePath))}}const qE=function(e){return{addRobotController:async(t,r,n,o={})=>{v("addRobotController","cell",t),v("addRobotController","robotController",r);const a="/cells/{cell}/controllers".replace("{cell}",encodeURIComponent(String(t))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.completionTimeout=n),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(r,l,e),{url:B(s),options:l}},clearRobotControllers:async(t,r,n={})=>{v("clearRobotControllers","cell",t);const o="/cells/{cell}/controllers".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),r!==void 0&&(c.completionTimeout=r),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},deleteRobotController:async(t,r,n,o={})=>{v("deleteRobotController","cell",t),v("deleteRobotController","controller",r);const a="/cells/{cell}/controllers/{controller}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"DELETE",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.completionTimeout=n),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},getCurrentRobotControllerState:async(t,r,n={})=>{v("getCurrentRobotControllerState","cell",t),v("getCurrentRobotControllerState","controller",r);const o="/cells/{cell}/controllers/{controller}/state".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getMode:async(t,r,n={})=>{v("getMode","cell",t),v("getMode","controller",r);const o="/cells/{cell}/controllers/{controller}/mode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getRobotController:async(t,r,n={})=>{v("getRobotController","cell",t),v("getRobotController","controller",r);const o="/cells/{cell}/controllers/{controller}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getSupportedModes:async(t,r,n={})=>{v("getSupportedModes","cell",t),v("getSupportedModes","controller",r);const o="/cells/{cell}/controllers/{controller}/controller-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getVirtualRobotConfiguration:async(t,r,n={})=>{v("getVirtualRobotConfiguration","cell",t),v("getVirtualRobotConfiguration","controller",r);const o="/cells/{cell}/controllers/{controller}/virtual-robot-configuration".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},listControllers:async(t,r={})=>{v("listControllers","cell",t);const n="/cells/{cell}/controllers".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},setDefaultMode:async(t,r,n,o={})=>{v("setDefaultMode","cell",t),v("setDefaultMode","controller",r),v("setDefaultMode","mode",n);const a="/cells/{cell}/controllers/{controller}/mode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.mode=n),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},streamFreeDrive:async(t,r,n,o={})=>{v("streamFreeDrive","cell",t),v("streamFreeDrive","controller",r);const a="/cells/{cell}/controllers/{controller}/free-drive-stream".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.response_rate=n),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},streamModeChange:async(t,r,n={})=>{v("streamModeChange","cell",t),v("streamModeChange","controller",r);const o="/cells/{cell}/controllers/{controller}/mode-stream".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},streamRobotControllerState:async(t,r,n,o={})=>{v("streamRobotControllerState","cell",t),v("streamRobotControllerState","controller",r);const a="/cells/{cell}/controllers/{controller}/state-stream".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.response_rate=n),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},updateRobotController:async(t,r,n,o,a={})=>{v("updateRobotController","cell",t),v("updateRobotController","controller",r),v("updateRobotController","robotController",n);const s="/cells/{cell}/controllers/{controller}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...a},u={},d={};U(c,e),await D(u,e),o!==void 0&&(d.completionTimeout=o),u["Content-Type"]="application/json",L(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...a.headers},c.data=he(n,c,e),{url:B(i),options:c}}}},ot=function(e){const t=qE(e);return{async addRobotController(r,n,o,a){var c,u;const s=await t.addRobotController(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["ControllerApi.addRobotController"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async clearRobotControllers(r,n,o){var l,c;const a=await t.clearRobotControllers(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ControllerApi.clearRobotControllers"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async deleteRobotController(r,n,o,a){var c,u;const s=await t.deleteRobotController(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["ControllerApi.deleteRobotController"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async getCurrentRobotControllerState(r,n,o){var l,c;const a=await t.getCurrentRobotControllerState(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ControllerApi.getCurrentRobotControllerState"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getMode(r,n,o){var l,c;const a=await t.getMode(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ControllerApi.getMode"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getRobotController(r,n,o){var l,c;const a=await t.getRobotController(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ControllerApi.getRobotController"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getSupportedModes(r,n,o){var l,c;const a=await t.getSupportedModes(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ControllerApi.getSupportedModes"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getVirtualRobotConfiguration(r,n,o){var l,c;const a=await t.getVirtualRobotConfiguration(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ControllerApi.getVirtualRobotConfiguration"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async listControllers(r,n){var i,l;const o=await t.listControllers(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["ControllerApi.listControllers"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async setDefaultMode(r,n,o,a){var c,u;const s=await t.setDefaultMode(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["ControllerApi.setDefaultMode"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async streamFreeDrive(r,n,o,a){var c,u;const s=await t.streamFreeDrive(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["ControllerApi.streamFreeDrive"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async streamModeChange(r,n,o){var l,c;const a=await t.streamModeChange(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ControllerApi.streamModeChange"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async streamRobotControllerState(r,n,o,a){var c,u;const s=await t.streamRobotControllerState(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["ControllerApi.streamRobotControllerState"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async updateRobotController(r,n,o,a,s){var u,d;const i=await t.updateRobotController(r,n,o,a,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=k["ControllerApi.updateRobotController"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>N(i,_,M,e)(h,c||p)}}};class WE extends Me{addRobotController(t,r,n,o){return ot(this.configuration).addRobotController(t,r,n,o).then(a=>a(this.axios,this.basePath))}clearRobotControllers(t,r,n){return ot(this.configuration).clearRobotControllers(t,r,n).then(o=>o(this.axios,this.basePath))}deleteRobotController(t,r,n,o){return ot(this.configuration).deleteRobotController(t,r,n,o).then(a=>a(this.axios,this.basePath))}getCurrentRobotControllerState(t,r,n){return ot(this.configuration).getCurrentRobotControllerState(t,r,n).then(o=>o(this.axios,this.basePath))}getMode(t,r,n){return ot(this.configuration).getMode(t,r,n).then(o=>o(this.axios,this.basePath))}getRobotController(t,r,n){return ot(this.configuration).getRobotController(t,r,n).then(o=>o(this.axios,this.basePath))}getSupportedModes(t,r,n){return ot(this.configuration).getSupportedModes(t,r,n).then(o=>o(this.axios,this.basePath))}getVirtualRobotConfiguration(t,r,n){return ot(this.configuration).getVirtualRobotConfiguration(t,r,n).then(o=>o(this.axios,this.basePath))}listControllers(t,r){return ot(this.configuration).listControllers(t,r).then(n=>n(this.axios,this.basePath))}setDefaultMode(t,r,n,o){return ot(this.configuration).setDefaultMode(t,r,n,o).then(a=>a(this.axios,this.basePath))}streamFreeDrive(t,r,n,o){return ot(this.configuration).streamFreeDrive(t,r,n,o).then(a=>a(this.axios,this.basePath))}streamModeChange(t,r,n){return ot(this.configuration).streamModeChange(t,r,n).then(o=>o(this.axios,this.basePath))}streamRobotControllerState(t,r,n,o){return ot(this.configuration).streamRobotControllerState(t,r,n,o).then(a=>a(this.axios,this.basePath))}updateRobotController(t,r,n,o,a){return ot(this.configuration).updateRobotController(t,r,n,o,a).then(s=>s(this.axios,this.basePath))}}const JE=function(e){return{listIODescriptions:async(t,r,n,o={})=>{v("listIODescriptions","cell",t),v("listIODescriptions","controller",r);const a="/cells/{cell}/controllers/{controller}/ios/description".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),n&&(u.ios=n),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},listIOValues:async(t,r,n,o={})=>{v("listIOValues","cell",t),v("listIOValues","controller",r);const a="/cells/{cell}/controllers/{controller}/ios/values".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),n&&(u.ios=n),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},setOutputValues:async(t,r,n,o={})=>{v("setOutputValues","cell",t),v("setOutputValues","controller",r),v("setOutputValues","iOValue",n);const a="/cells/{cell}/controllers/{controller}/ios/values".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}},streamIOValues:async(t,r,n,o={})=>{v("streamIOValues","cell",t),v("streamIOValues","controller",r);const a="/cells/{cell}/controllers/{controller}/ios/stream".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),n&&(u.ios=n),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},waitForIOEvent:async(t,r,n,o,a,s,i,l={})=>{v("waitForIOEvent","cell",t),v("waitForIOEvent","controller",r),v("waitForIOEvent","io",n),v("waitForIOEvent","comparisonType",o);const c="/cells/{cell}/controllers/{controller}/ios/wait-for".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),u=new URL(c,$);let d;e&&(d=e.baseOptions);const h={method:"GET",...d,...l},p={},f={};U(h,e),await D(p,e),n!==void 0&&(f.io=n),o!==void 0&&(f.comparison_type=o),a!==void 0&&(f.boolean_value=a),s!==void 0&&(f.integer_value=s),i!==void 0&&(f.floating_value=i),L(u,f);let m=d&&d.headers?d.headers:{};return h.headers={...p,...m,...l.headers},{url:B(u),options:h}}}},Jn=function(e){const t=JE(e);return{async listIODescriptions(r,n,o,a){var c,u;const s=await t.listIODescriptions(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["ControllerIOsApi.listIODescriptions"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async listIOValues(r,n,o,a){var c,u;const s=await t.listIOValues(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["ControllerIOsApi.listIOValues"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async setOutputValues(r,n,o,a){var c,u;const s=await t.setOutputValues(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["ControllerIOsApi.setOutputValues"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async streamIOValues(r,n,o,a){var c,u;const s=await t.streamIOValues(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["ControllerIOsApi.streamIOValues"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async waitForIOEvent(r,n,o,a,s,i,l,c){var p,f;const u=await t.waitForIOEvent(r,n,o,a,s,i,l,c),d=(e==null?void 0:e.serverIndex)??0,h=(f=(p=k["ControllerIOsApi.waitForIOEvent"])==null?void 0:p[d])==null?void 0:f.url;return(m,b)=>N(u,_,M,e)(m,h||b)}}};class YE extends Me{listIODescriptions(t,r,n,o){return Jn(this.configuration).listIODescriptions(t,r,n,o).then(a=>a(this.axios,this.basePath))}listIOValues(t,r,n,o){return Jn(this.configuration).listIOValues(t,r,n,o).then(a=>a(this.axios,this.basePath))}setOutputValues(t,r,n,o){return Jn(this.configuration).setOutputValues(t,r,n,o).then(a=>a(this.axios,this.basePath))}streamIOValues(t,r,n,o){return Jn(this.configuration).streamIOValues(t,r,n,o).then(a=>a(this.axios,this.basePath))}waitForIOEvent(t,r,n,o,a,s,i,l){return Jn(this.configuration).waitForIOEvent(t,r,n,o,a,s,i,l).then(c=>c(this.axios,this.basePath))}}const KE=function(e){return{addCoordinateSystem:async(t,r,n={})=>{v("addCoordinateSystem","cell",t),v("addCoordinateSystem","addRequest",r);const o="/cells/{cell}/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"PUT",...s,...n},l={},c={};U(i,e),await D(l,e),l["Content-Type"]="application/json",L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=he(r,i,e),{url:B(a),options:i}},deleteCoordinateSystem:async(t,r,n={})=>{v("deleteCoordinateSystem","cell",t),v("deleteCoordinateSystem","coordinateSystem",r);const o="/cells/{cell}/coordinate-systems/{coordinate-system}".replace("{cell}",encodeURIComponent(String(t))).replace("{coordinate-system}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getCoordinateSystem:async(t,r,n,o={})=>{v("getCoordinateSystem","cell",t),v("getCoordinateSystem","coordinateSystem",r);const a="/cells/{cell}/coordinate-systems/{coordinate-system}".replace("{cell}",encodeURIComponent(String(t))).replace("{coordinate-system}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.rotation_type=n),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},listCoordinateSystems:async(t,r,n={})=>{v("listCoordinateSystems","cell",t);const o="/cells/{cell}/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),r!==void 0&&(c.rotation_type=r),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},transformInCoordinateSystem:async(t,r,n,o={})=>{v("transformInCoordinateSystem","cell",t),v("transformInCoordinateSystem","coordinateSystem",r),v("transformInCoordinateSystem","pose",n);const a="/cells/{cell}/coordinate-systems/{coordinate-system}/transform".replace("{cell}",encodeURIComponent(String(t))).replace("{coordinate-system}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}}}},Yn=function(e){const t=KE(e);return{async addCoordinateSystem(r,n,o){var l,c;const a=await t.addCoordinateSystem(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["CoordinateSystemsApi.addCoordinateSystem"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async deleteCoordinateSystem(r,n,o){var l,c;const a=await t.deleteCoordinateSystem(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["CoordinateSystemsApi.deleteCoordinateSystem"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getCoordinateSystem(r,n,o,a){var c,u;const s=await t.getCoordinateSystem(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["CoordinateSystemsApi.getCoordinateSystem"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async listCoordinateSystems(r,n,o){var l,c;const a=await t.listCoordinateSystems(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["CoordinateSystemsApi.listCoordinateSystems"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async transformInCoordinateSystem(r,n,o,a){var c,u;const s=await t.transformInCoordinateSystem(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["CoordinateSystemsApi.transformInCoordinateSystem"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)}}};class QE extends Me{addCoordinateSystem(t,r,n){return Yn(this.configuration).addCoordinateSystem(t,r,n).then(o=>o(this.axios,this.basePath))}deleteCoordinateSystem(t,r,n){return Yn(this.configuration).deleteCoordinateSystem(t,r,n).then(o=>o(this.axios,this.basePath))}getCoordinateSystem(t,r,n,o){return Yn(this.configuration).getCoordinateSystem(t,r,n,o).then(a=>a(this.axios,this.basePath))}listCoordinateSystems(t,r,n){return Yn(this.configuration).listCoordinateSystems(t,r,n).then(o=>o(this.axios,this.basePath))}transformInCoordinateSystem(t,r,n,o){return Yn(this.configuration).transformInCoordinateSystem(t,r,n,o).then(a=>a(this.axios,this.basePath))}}const XE=function(e){return{clearDevices:async(t,r={})=>{v("clearDevices","cell",t);const n="/cells/{cell}/devices".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"DELETE",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},createDevice:async(t,r,n={})=>{v("createDevice","cell",t),v("createDevice","createDeviceRequestInner",r);const o="/cells/{cell}/devices".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};U(i,e),await D(l,e),l["Content-Type"]="application/json",L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=he(r,i,e),{url:B(a),options:i}},deleteDevice:async(t,r,n={})=>{v("deleteDevice","cell",t),v("deleteDevice","identifier",r);const o="/cells/{cell}/devices/{identifier}".replace("{cell}",encodeURIComponent(String(t))).replace("{identifier}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getDevice:async(t,r,n={})=>{v("getDevice","cell",t),v("getDevice","identifier",r);const o="/cells/{cell}/devices/{identifier}".replace("{cell}",encodeURIComponent(String(t))).replace("{identifier}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},listDevices:async(t,r={})=>{v("listDevices","cell",t);const n="/cells/{cell}/devices".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}}}},Kn=function(e){const t=XE(e);return{async clearDevices(r,n){var i,l;const o=await t.clearDevices(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["DeviceConfigurationApi.clearDevices"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async createDevice(r,n,o){var l,c;const a=await t.createDevice(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["DeviceConfigurationApi.createDevice"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async deleteDevice(r,n,o){var l,c;const a=await t.deleteDevice(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["DeviceConfigurationApi.deleteDevice"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getDevice(r,n,o){var l,c;const a=await t.getDevice(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["DeviceConfigurationApi.getDevice"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async listDevices(r,n){var i,l;const o=await t.listDevices(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["DeviceConfigurationApi.listDevices"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)}}};class ZE extends Me{clearDevices(t,r){return Kn(this.configuration).clearDevices(t,r).then(n=>n(this.axios,this.basePath))}createDevice(t,r,n){return Kn(this.configuration).createDevice(t,r,n).then(o=>o(this.axios,this.basePath))}deleteDevice(t,r,n){return Kn(this.configuration).deleteDevice(t,r,n).then(o=>o(this.axios,this.basePath))}getDevice(t,r,n){return Kn(this.configuration).getDevice(t,r,n).then(o=>o(this.axios,this.basePath))}listDevices(t,r){return Kn(this.configuration).listDevices(t,r).then(n=>n(this.axios,this.basePath))}}const e2=function(e){return{createProgram:async(t,r,n,o={})=>{v("createProgram","cell",t),v("createProgram","body",r);const a="/cells/{cell}/store/programs".replace("{cell}",encodeURIComponent(String(t))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.name=n),c["Content-Type"]="text/plain",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(r,l,e),{url:B(s),options:l}},deleteProgram:async(t,r,n={})=>{v("deleteProgram","cell",t),v("deleteProgram","program",r);const o="/cells/{cell}/store/programs/{program}".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},deleteProgramList:async(t,r,n={})=>{v("deleteProgramList","cell",t),v("deleteProgramList","programIds",r);const o="/cells/{cell}/store/programs".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),r&&(c.program_ids=r),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getProgram:async(t,r,n={})=>{v("getProgram","cell",t),v("getProgram","program",r);const o="/cells/{cell}/store/programs/{program}".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},updateProgram:async(t,r,n,o={})=>{v("updateProgram","cell",t),v("updateProgram","program",r),v("updateProgram","body",n);const a="/cells/{cell}/store/programs/{program}".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="text/plain",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}}}},Qn=function(e){const t=e2(e);return{async createProgram(r,n,o,a){var c,u;const s=await t.createProgram(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["LibraryProgramApi.createProgram"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async deleteProgram(r,n,o){var l,c;const a=await t.deleteProgram(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["LibraryProgramApi.deleteProgram"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async deleteProgramList(r,n,o){var l,c;const a=await t.deleteProgramList(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["LibraryProgramApi.deleteProgramList"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getProgram(r,n,o){var l,c;const a=await t.getProgram(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["LibraryProgramApi.getProgram"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async updateProgram(r,n,o,a){var c,u;const s=await t.updateProgram(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["LibraryProgramApi.updateProgram"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)}}};class t2 extends Me{createProgram(t,r,n,o){return Qn(this.configuration).createProgram(t,r,n,o).then(a=>a(this.axios,this.basePath))}deleteProgram(t,r,n){return Qn(this.configuration).deleteProgram(t,r,n).then(o=>o(this.axios,this.basePath))}deleteProgramList(t,r,n){return Qn(this.configuration).deleteProgramList(t,r,n).then(o=>o(this.axios,this.basePath))}getProgram(t,r,n){return Qn(this.configuration).getProgram(t,r,n).then(o=>o(this.axios,this.basePath))}updateProgram(t,r,n,o){return Qn(this.configuration).updateProgram(t,r,n,o).then(a=>a(this.axios,this.basePath))}}const r2=function(e){return{getProgramMetadata:async(t,r,n={})=>{v("getProgramMetadata","cell",t),v("getProgramMetadata","program",r);const o="/cells/{cell}/store/programs/{program}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},listProgramMetadata:async(t,r,n={})=>{v("listProgramMetadata","cell",t);const o="/cells/{cell}/store/programs".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),r!==void 0&&(c.show_hidden=r),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},updateProgramMetadata:async(t,r,n,o={})=>{v("updateProgramMetadata","cell",t),v("updateProgramMetadata","program",r),v("updateProgramMetadata","updateProgramMetadataRequest",n);const a="/cells/{cell}/store/programs/{program}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}},uploadProgramMetadataImage:async(t,r,n,o={})=>{v("uploadProgramMetadataImage","cell",t),v("uploadProgramMetadataImage","program",r),v("uploadProgramMetadataImage","file",n);const a="/cells/{cell}/store/programs/{program}/metadata/image".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...o},c={},u={},d=new(e&&e.formDataCtor||FormData);U(l,e),await D(c,e),n!==void 0&&d.append("file",n),c["Content-Type"]="multipart/form-data",L(s,u);let h=i&&i.headers?i.headers:{};return l.headers={...c,...h,...o.headers},l.data=d,{url:B(s),options:l}}}},aa=function(e){const t=r2(e);return{async getProgramMetadata(r,n,o){var l,c;const a=await t.getProgramMetadata(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["LibraryProgramMetadataApi.getProgramMetadata"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async listProgramMetadata(r,n,o){var l,c;const a=await t.listProgramMetadata(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["LibraryProgramMetadataApi.listProgramMetadata"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async updateProgramMetadata(r,n,o,a){var c,u;const s=await t.updateProgramMetadata(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["LibraryProgramMetadataApi.updateProgramMetadata"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async uploadProgramMetadataImage(r,n,o,a){var c,u;const s=await t.uploadProgramMetadataImage(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["LibraryProgramMetadataApi.uploadProgramMetadataImage"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)}}};class n2 extends Me{getProgramMetadata(t,r,n){return aa(this.configuration).getProgramMetadata(t,r,n).then(o=>o(this.axios,this.basePath))}listProgramMetadata(t,r,n){return aa(this.configuration).listProgramMetadata(t,r,n).then(o=>o(this.axios,this.basePath))}updateProgramMetadata(t,r,n,o){return aa(this.configuration).updateProgramMetadata(t,r,n,o).then(a=>a(this.axios,this.basePath))}uploadProgramMetadataImage(t,r,n,o){return aa(this.configuration).uploadProgramMetadataImage(t,r,n,o).then(a=>a(this.axios,this.basePath))}}const o2=function(e){return{createRecipe:async(t,r,n,o,a={})=>{v("createRecipe","cell",t),v("createRecipe","programId",r),v("createRecipe","body",n);const s="/cells/{cell}/store/recipes".replace("{cell}",encodeURIComponent(String(t))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"POST",...l,...a},u={},d={};U(c,e),await D(u,e),r!==void 0&&(d.program_id=r),o!==void 0&&(d.name=o),u["Content-Type"]="application/json",L(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...a.headers},c.data=he(n,c,e),{url:B(i),options:c}},deleteRecipe:async(t,r,n={})=>{v("deleteRecipe","cell",t),v("deleteRecipe","recipe",r);const o="/cells/{cell}/store/recipes/{recipe}".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},deleteRecipeList:async(t,r,n={})=>{v("deleteRecipeList","cell",t),v("deleteRecipeList","recipeIds",r);const o="/cells/{cell}/store/recipes".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),r&&(c.recipe_ids=r),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getRecipe:async(t,r,n={})=>{v("getRecipe","cell",t),v("getRecipe","recipe",r);const o="/cells/{cell}/store/recipes/{recipe}".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},updateRecipe:async(t,r,n,o={})=>{v("updateRecipe","cell",t),v("updateRecipe","recipe",r),v("updateRecipe","body",n);const a="/cells/{cell}/store/recipes/{recipe}".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}}}},Xn=function(e){const t=o2(e);return{async createRecipe(r,n,o,a,s){var u,d;const i=await t.createRecipe(r,n,o,a,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=k["LibraryRecipeApi.createRecipe"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>N(i,_,M,e)(h,c||p)},async deleteRecipe(r,n,o){var l,c;const a=await t.deleteRecipe(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["LibraryRecipeApi.deleteRecipe"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async deleteRecipeList(r,n,o){var l,c;const a=await t.deleteRecipeList(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["LibraryRecipeApi.deleteRecipeList"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getRecipe(r,n,o){var l,c;const a=await t.getRecipe(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["LibraryRecipeApi.getRecipe"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async updateRecipe(r,n,o,a){var c,u;const s=await t.updateRecipe(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["LibraryRecipeApi.updateRecipe"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)}}};class a2 extends Me{createRecipe(t,r,n,o,a){return Xn(this.configuration).createRecipe(t,r,n,o,a).then(s=>s(this.axios,this.basePath))}deleteRecipe(t,r,n){return Xn(this.configuration).deleteRecipe(t,r,n).then(o=>o(this.axios,this.basePath))}deleteRecipeList(t,r,n){return Xn(this.configuration).deleteRecipeList(t,r,n).then(o=>o(this.axios,this.basePath))}getRecipe(t,r,n){return Xn(this.configuration).getRecipe(t,r,n).then(o=>o(this.axios,this.basePath))}updateRecipe(t,r,n,o){return Xn(this.configuration).updateRecipe(t,r,n,o).then(a=>a(this.axios,this.basePath))}}const s2=function(e){return{getRecipeMetadata:async(t,r,n={})=>{v("getRecipeMetadata","cell",t),v("getRecipeMetadata","recipe",r);const o="/cells/{cell}/store/recipes/{recipe}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},listRecipeMetadata:async(t,r={})=>{v("listRecipeMetadata","cell",t);const n="/cells/{cell}/store/recipes".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},updateRecipeMetadata:async(t,r,n,o={})=>{v("updateRecipeMetadata","cell",t),v("updateRecipeMetadata","recipe",r),v("updateRecipeMetadata","updateRecipeMetadataRequest",n);const a="/cells/{cell}/store/recipes/{recipe}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}},uploadRecipeMetadataImage:async(t,r,n,o={})=>{v("uploadRecipeMetadataImage","cell",t),v("uploadRecipeMetadataImage","recipe",r),v("uploadRecipeMetadataImage","file",n);const a="/cells/{cell}/store/recipes/{recipe}/metadata/image".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...o},c={},u={},d=new(e&&e.formDataCtor||FormData);U(l,e),await D(c,e),n!==void 0&&d.append("file",n),c["Content-Type"]="multipart/form-data",L(s,u);let h=i&&i.headers?i.headers:{};return l.headers={...c,...h,...o.headers},l.data=d,{url:B(s),options:l}}}},sa=function(e){const t=s2(e);return{async getRecipeMetadata(r,n,o){var l,c;const a=await t.getRecipeMetadata(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["LibraryRecipeMetadataApi.getRecipeMetadata"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async listRecipeMetadata(r,n){var i,l;const o=await t.listRecipeMetadata(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["LibraryRecipeMetadataApi.listRecipeMetadata"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async updateRecipeMetadata(r,n,o,a){var c,u;const s=await t.updateRecipeMetadata(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["LibraryRecipeMetadataApi.updateRecipeMetadata"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async uploadRecipeMetadataImage(r,n,o,a){var c,u;const s=await t.uploadRecipeMetadataImage(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["LibraryRecipeMetadataApi.uploadRecipeMetadataImage"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)}}};class i2 extends Me{getRecipeMetadata(t,r,n){return sa(this.configuration).getRecipeMetadata(t,r,n).then(o=>o(this.axios,this.basePath))}listRecipeMetadata(t,r){return sa(this.configuration).listRecipeMetadata(t,r).then(n=>n(this.axios,this.basePath))}updateRecipeMetadata(t,r,n,o){return sa(this.configuration).updateRecipeMetadata(t,r,n,o).then(a=>a(this.axios,this.basePath))}uploadRecipeMetadataImage(t,r,n,o){return sa(this.configuration).uploadRecipeMetadataImage(t,r,n,o).then(a=>a(this.axios,this.basePath))}}const l2=function(e){return{deleteAllMotions:async(t,r={})=>{v("deleteAllMotions","cell",t);const n="/cells/{cell}/motions".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"DELETE",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},deleteMotion:async(t,r,n={})=>{v("deleteMotion","cell",t),v("deleteMotion","motion",r);const o="/cells/{cell}/motions/{motion}/delete".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},executeTrajectory:async(t,r,n={})=>{v("executeTrajectory","cell",t),v("executeTrajectory","executeTrajectoryRequest",r);const o="/cells/{cell}/motions/executetrajectory".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),l["Content-Type"]="application/json",L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=he(r,i,e),{url:B(a),options:i}},getMotionTrajectory:async(t,r,n,o,a={})=>{v("getMotionTrajectory","cell",t),v("getMotionTrajectory","motion",r),v("getMotionTrajectory","sampleTime",n);const s="/cells/{cell}/motions/{motion}/trajectory".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"GET",...l,...a},u={},d={};U(c,e),await D(u,e),n!==void 0&&(d.sample_time=n),o!==void 0&&(d.responses_coordinate_system=o),L(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...a.headers},{url:B(i),options:c}},getMotionTrajectorySample:async(t,r,n,o,a={})=>{v("getMotionTrajectorySample","cell",t),v("getMotionTrajectorySample","motion",r);const s="/cells/{cell}/motions/{motion}/trajectorysample".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"GET",...l,...a},u={},d={};U(c,e),await D(u,e),n!==void 0&&(d.location_on_trajectory=n),o!==void 0&&(d.response_coordinate_system=o),L(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...a.headers},{url:B(i),options:c}},getPlannedMotion:async(t,r,n,o={})=>{v("getPlannedMotion","cell",t),v("getPlannedMotion","motion",r);const a="/cells/{cell}/motions/{motion}/planned-motion".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.sample_time=n),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},getPlanningMotionGroupModels:async(t,r={})=>{v("getPlanningMotionGroupModels","cell",t);const n="/cells/{cell}/motion-planning/motion-group-models".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},listMotions:async(t,r={})=>{v("listMotions","cell",t);const n="/cells/{cell}/motions".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},loadPlannedMotion:async(t,r,n={})=>{v("loadPlannedMotion","cell",t),v("loadPlannedMotion","plannedMotion",r);const o="/cells/{cell}/planned-motions".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};U(i,e),await D(l,e),l["Content-Type"]="application/json",L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=he(r,i,e),{url:B(a),options:i}},planCollisionFreePTP:async(t,r,n={})=>{v("planCollisionFreePTP","cell",t);const o="/cells/{cell}/motion-planning/plan-collision-free-ptp".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};U(i,e),await D(l,e),l["Content-Type"]="application/json",L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=he(r,i,e),{url:B(a),options:i}},planMotion:async(t,r,n={})=>{v("planMotion","cell",t),v("planMotion","planRequest",r);const o="/cells/{cell}/motions".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};U(i,e),await D(l,e),l["Content-Type"]="application/json",L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=he(r,i,e),{url:B(a),options:i}},planTrajectory:async(t,r,n={})=>{v("planTrajectory","cell",t);const o="/cells/{cell}/motion-planning/plan-trajectory".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};U(i,e),await D(l,e),l["Content-Type"]="application/json",L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=he(r,i,e),{url:B(a),options:i}},stopExecution:async(t,r,n={})=>{v("stopExecution","cell",t),v("stopExecution","motion",r);const o="/cells/{cell}/motions/{motion}/stop".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"PUT",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},streamMove:async(t,r,n={})=>{v("streamMove","cell",t),v("streamMove","streamMoveRequest",r);const o="/cells/{cell}/motions/streammove".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),l["Content-Type"]="application/json",L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=he(r,i,e),{url:B(a),options:i}},streamMoveBackward:async(t,r,n,o,a,s,i={})=>{v("streamMoveBackward","cell",t),v("streamMoveBackward","motion",r),v("streamMoveBackward","playbackSpeedInPercent",n);const l="/cells/{cell}/motions/{motion}/executebackward".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),c=new URL(l,$);let u;e&&(u=e.baseOptions);const d={method:"GET",...u,...i},h={},p={};U(d,e),await D(h,e),n!==void 0&&(p.playback_speed_in_percent=n),o!==void 0&&(p.response_rate=o),a!==void 0&&(p.response_coordinate_system=a),s!==void 0&&(p.start_location_on_trajectory=s),L(c,p);let f=u&&u.headers?u.headers:{};return d.headers={...h,...f,...i.headers},{url:B(c),options:d}},streamMoveForward:async(t,r,n,o,a,s,i={})=>{v("streamMoveForward","cell",t),v("streamMoveForward","motion",r),v("streamMoveForward","playbackSpeedInPercent",n);const l="/cells/{cell}/motions/{motion}/executeforward".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),c=new URL(l,$);let u;e&&(u=e.baseOptions);const d={method:"GET",...u,...i},h={},p={};U(d,e),await D(h,e),n!==void 0&&(p.playback_speed_in_percent=n),o!==void 0&&(p.response_rate=o),a!==void 0&&(p.response_coordinate_system=a),s!==void 0&&(p.start_location_on_trajectory=s),L(c,p);let f=u&&u.headers?u.headers:{};return d.headers={...h,...f,...i.headers},{url:B(c),options:d}},streamMoveToTrajectoryViaJointPTP:async(t,r,n,o,a,s,i,l,c,u,d={})=>{v("streamMoveToTrajectoryViaJointPTP","cell",t),v("streamMoveToTrajectoryViaJointPTP","motion",r),v("streamMoveToTrajectoryViaJointPTP","locationOnTrajectory",n);const h="/cells/{cell}/motions/{motion}/executetotrajectory".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),p=new URL(h,$);let f;e&&(f=e.baseOptions);const m={method:"GET",...f,...d},b={},S={};U(m,e),await D(b,e),n!==void 0&&(S.location_on_trajectory=n),o&&(S["limit_override.joint_velocity_limits.joints"]=o),a&&(S["limit_override.joint_acceleration_limits.joints"]=a),s!==void 0&&(S["limit_override.tcp_velocity_limit"]=s),i!==void 0&&(S["limit_override.tcp_acceleration_limit"]=i),l!==void 0&&(S["limit_override.tcp_orientation_velocity_limit"]=l),c!==void 0&&(S["limit_override.tcp_orientation_acceleration_limit"]=c),u!==void 0&&(S.responses_coordinate_system=u),L(p,S);let E=f&&f.headers?f.headers:{};return m.headers={...b,...E,...d.headers},{url:B(p),options:m}}}},Qe=function(e){const t=l2(e);return{async deleteAllMotions(r,n){var i,l;const o=await t.deleteAllMotions(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["MotionApi.deleteAllMotions"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async deleteMotion(r,n,o){var l,c;const a=await t.deleteMotion(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionApi.deleteMotion"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async executeTrajectory(r,n,o){var l,c;const a=await t.executeTrajectory(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionApi.executeTrajectory"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getMotionTrajectory(r,n,o,a,s){var u,d;const i=await t.getMotionTrajectory(r,n,o,a,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=k["MotionApi.getMotionTrajectory"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>N(i,_,M,e)(h,c||p)},async getMotionTrajectorySample(r,n,o,a,s){var u,d;const i=await t.getMotionTrajectorySample(r,n,o,a,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=k["MotionApi.getMotionTrajectorySample"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>N(i,_,M,e)(h,c||p)},async getPlannedMotion(r,n,o,a){var c,u;const s=await t.getPlannedMotion(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["MotionApi.getPlannedMotion"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async getPlanningMotionGroupModels(r,n){var i,l;const o=await t.getPlanningMotionGroupModels(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["MotionApi.getPlanningMotionGroupModels"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async listMotions(r,n){var i,l;const o=await t.listMotions(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["MotionApi.listMotions"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async loadPlannedMotion(r,n,o){var l,c;const a=await t.loadPlannedMotion(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionApi.loadPlannedMotion"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async planCollisionFreePTP(r,n,o){var l,c;const a=await t.planCollisionFreePTP(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionApi.planCollisionFreePTP"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async planMotion(r,n,o){var l,c;const a=await t.planMotion(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionApi.planMotion"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async planTrajectory(r,n,o){var l,c;const a=await t.planTrajectory(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionApi.planTrajectory"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async stopExecution(r,n,o){var l,c;const a=await t.stopExecution(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionApi.stopExecution"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async streamMove(r,n,o){var l,c;const a=await t.streamMove(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionApi.streamMove"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async streamMoveBackward(r,n,o,a,s,i,l){var h,p;const c=await t.streamMoveBackward(r,n,o,a,s,i,l),u=(e==null?void 0:e.serverIndex)??0,d=(p=(h=k["MotionApi.streamMoveBackward"])==null?void 0:h[u])==null?void 0:p.url;return(f,m)=>N(c,_,M,e)(f,d||m)},async streamMoveForward(r,n,o,a,s,i,l){var h,p;const c=await t.streamMoveForward(r,n,o,a,s,i,l),u=(e==null?void 0:e.serverIndex)??0,d=(p=(h=k["MotionApi.streamMoveForward"])==null?void 0:h[u])==null?void 0:p.url;return(f,m)=>N(c,_,M,e)(f,d||m)},async streamMoveToTrajectoryViaJointPTP(r,n,o,a,s,i,l,c,u,d,h){var b,S;const p=await t.streamMoveToTrajectoryViaJointPTP(r,n,o,a,s,i,l,c,u,d,h),f=(e==null?void 0:e.serverIndex)??0,m=(S=(b=k["MotionApi.streamMoveToTrajectoryViaJointPTP"])==null?void 0:b[f])==null?void 0:S.url;return(E,O)=>N(p,_,M,e)(E,m||O)}}};class c2 extends Me{deleteAllMotions(t,r){return Qe(this.configuration).deleteAllMotions(t,r).then(n=>n(this.axios,this.basePath))}deleteMotion(t,r,n){return Qe(this.configuration).deleteMotion(t,r,n).then(o=>o(this.axios,this.basePath))}executeTrajectory(t,r,n){return Qe(this.configuration).executeTrajectory(t,r,n).then(o=>o(this.axios,this.basePath))}getMotionTrajectory(t,r,n,o,a){return Qe(this.configuration).getMotionTrajectory(t,r,n,o,a).then(s=>s(this.axios,this.basePath))}getMotionTrajectorySample(t,r,n,o,a){return Qe(this.configuration).getMotionTrajectorySample(t,r,n,o,a).then(s=>s(this.axios,this.basePath))}getPlannedMotion(t,r,n,o){return Qe(this.configuration).getPlannedMotion(t,r,n,o).then(a=>a(this.axios,this.basePath))}getPlanningMotionGroupModels(t,r){return Qe(this.configuration).getPlanningMotionGroupModels(t,r).then(n=>n(this.axios,this.basePath))}listMotions(t,r){return Qe(this.configuration).listMotions(t,r).then(n=>n(this.axios,this.basePath))}loadPlannedMotion(t,r,n){return Qe(this.configuration).loadPlannedMotion(t,r,n).then(o=>o(this.axios,this.basePath))}planCollisionFreePTP(t,r,n){return Qe(this.configuration).planCollisionFreePTP(t,r,n).then(o=>o(this.axios,this.basePath))}planMotion(t,r,n){return Qe(this.configuration).planMotion(t,r,n).then(o=>o(this.axios,this.basePath))}planTrajectory(t,r,n){return Qe(this.configuration).planTrajectory(t,r,n).then(o=>o(this.axios,this.basePath))}stopExecution(t,r,n){return Qe(this.configuration).stopExecution(t,r,n).then(o=>o(this.axios,this.basePath))}streamMove(t,r,n){return Qe(this.configuration).streamMove(t,r,n).then(o=>o(this.axios,this.basePath))}streamMoveBackward(t,r,n,o,a,s,i){return Qe(this.configuration).streamMoveBackward(t,r,n,o,a,s,i).then(l=>l(this.axios,this.basePath))}streamMoveForward(t,r,n,o,a,s,i){return Qe(this.configuration).streamMoveForward(t,r,n,o,a,s,i).then(l=>l(this.axios,this.basePath))}streamMoveToTrajectoryViaJointPTP(t,r,n,o,a,s,i,l,c,u,d){return Qe(this.configuration).streamMoveToTrajectoryViaJointPTP(t,r,n,o,a,s,i,l,c,u,d).then(h=>h(this.axios,this.basePath))}}const u2=function(e){return{activateAllMotionGroups:async(t,r,n={})=>{v("activateAllMotionGroups","cell",t),v("activateAllMotionGroups","controller",r);const o="/cells/{cell}/motion-groups/all".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};U(i,e),await D(l,e),r!==void 0&&(c.controller=r),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},activateMotionGroup:async(t,r,n={})=>{v("activateMotionGroup","cell",t),v("activateMotionGroup","motionGroup",r);const o="/cells/{cell}/motion-groups".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};U(i,e),await D(l,e),r!==void 0&&(c.motion_group=r),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},deactivateMotionGroup:async(t,r,n={})=>{v("deactivateMotionGroup","cell",t),v("deactivateMotionGroup","motionGroup",r);const o="/cells/{cell}/motion-groups/{motion-group}".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},listMotionGroups:async(t,r={})=>{v("listMotionGroups","cell",t);const n="/cells/{cell}/motion-groups".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}}}},ia=function(e){const t=u2(e);return{async activateAllMotionGroups(r,n,o){var l,c;const a=await t.activateAllMotionGroups(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionGroupApi.activateAllMotionGroups"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async activateMotionGroup(r,n,o){var l,c;const a=await t.activateMotionGroup(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionGroupApi.activateMotionGroup"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async deactivateMotionGroup(r,n,o){var l,c;const a=await t.deactivateMotionGroup(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionGroupApi.deactivateMotionGroup"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async listMotionGroups(r,n){var i,l;const o=await t.listMotionGroups(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["MotionGroupApi.listMotionGroups"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)}}};class d2 extends Me{activateAllMotionGroups(t,r,n){return ia(this.configuration).activateAllMotionGroups(t,r,n).then(o=>o(this.axios,this.basePath))}activateMotionGroup(t,r,n){return ia(this.configuration).activateMotionGroup(t,r,n).then(o=>o(this.axios,this.basePath))}deactivateMotionGroup(t,r,n){return ia(this.configuration).deactivateMotionGroup(t,r,n).then(o=>o(this.axios,this.basePath))}listMotionGroups(t,r){return ia(this.configuration).listMotionGroups(t,r).then(n=>n(this.axios,this.basePath))}}const h2=function(e){return{getActivePayload:async(t,r,n={})=>{v("getActivePayload","cell",t),v("getActivePayload","motionGroup",r);const o="/cells/{cell}/motion-groups/{motion-group}/payloads/current".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getActiveTcp:async(t,r,n,o={})=>{v("getActiveTcp","cell",t),v("getActiveTcp","motionGroup",r);const a="/cells/{cell}/motion-groups/{motion-group}/tcps/current".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.rotation_type=n),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},getCurrentMotionGroupState:async(t,r,n,o,a={})=>{v("getCurrentMotionGroupState","cell",t),v("getCurrentMotionGroupState","motionGroup",r);const s="/cells/{cell}/motion-groups/{motion-group}/state".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"GET",...l,...a},u={},d={};U(c,e),await D(u,e),n!==void 0&&(d.tcp=n),o!==void 0&&(d.response_coordinate_system=o),L(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...a.headers},{url:B(i),options:c}},getInfoCapabilities:async(t,r,n={})=>{v("getInfoCapabilities","cell",t),v("getInfoCapabilities","motionGroup",r);const o="/cells/{cell}/motion-groups/{motion-group}/info-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getMotionGroupSpecification:async(t,r,n={})=>{v("getMotionGroupSpecification","cell",t),v("getMotionGroupSpecification","motionGroup",r);const o="/cells/{cell}/motion-groups/{motion-group}/specification".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getMounting:async(t,r,n={})=>{v("getMounting","cell",t),v("getMounting","motionGroup",r);const o="/cells/{cell}/motion-groups/{motion-group}/mounting".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getOptimizerConfiguration:async(t,r,n,o={})=>{v("getOptimizerConfiguration","cell",t),v("getOptimizerConfiguration","motionGroup",r);const a="/cells/{cell}/motion-groups/{motion-group}/optimizer-setup".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.tcp=n),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},getSafetySetup:async(t,r,n={})=>{v("getSafetySetup","cell",t),v("getSafetySetup","motionGroup",r);const o="/cells/{cell}/motion-groups/{motion-group}/safety-setup".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},listPayloads:async(t,r,n={})=>{v("listPayloads","cell",t),v("listPayloads","motionGroup",r);const o="/cells/{cell}/motion-groups/{motion-group}/payloads".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},listTcps:async(t,r,n,o={})=>{v("listTcps","cell",t),v("listTcps","motionGroup",r);const a="/cells/{cell}/motion-groups/{motion-group}/tcps".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.rotation_type=n),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},streamMotionGroupState:async(t,r,n,o,a,s={})=>{v("streamMotionGroupState","cell",t),v("streamMotionGroupState","motionGroup",r);const i="/cells/{cell}/motion-groups/{motion-group}/state-stream".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),l=new URL(i,$);let c;e&&(c=e.baseOptions);const u={method:"GET",...c,...s},d={},h={};U(u,e),await D(d,e),n!==void 0&&(h.response_rate=n),o!==void 0&&(h.response_coordinate_system=o),a!==void 0&&(h.tcp=a),L(l,h);let p=c&&c.headers?c.headers:{};return u.headers={...d,...p,...s.headers},{url:B(l),options:u}}}},St=function(e){const t=h2(e);return{async getActivePayload(r,n,o){var l,c;const a=await t.getActivePayload(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionGroupInfosApi.getActivePayload"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getActiveTcp(r,n,o,a){var c,u;const s=await t.getActiveTcp(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["MotionGroupInfosApi.getActiveTcp"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async getCurrentMotionGroupState(r,n,o,a,s){var u,d;const i=await t.getCurrentMotionGroupState(r,n,o,a,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=k["MotionGroupInfosApi.getCurrentMotionGroupState"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>N(i,_,M,e)(h,c||p)},async getInfoCapabilities(r,n,o){var l,c;const a=await t.getInfoCapabilities(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionGroupInfosApi.getInfoCapabilities"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getMotionGroupSpecification(r,n,o){var l,c;const a=await t.getMotionGroupSpecification(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionGroupInfosApi.getMotionGroupSpecification"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getMounting(r,n,o){var l,c;const a=await t.getMounting(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionGroupInfosApi.getMounting"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getOptimizerConfiguration(r,n,o,a){var c,u;const s=await t.getOptimizerConfiguration(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["MotionGroupInfosApi.getOptimizerConfiguration"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async getSafetySetup(r,n,o){var l,c;const a=await t.getSafetySetup(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionGroupInfosApi.getSafetySetup"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async listPayloads(r,n,o){var l,c;const a=await t.listPayloads(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionGroupInfosApi.listPayloads"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async listTcps(r,n,o,a){var c,u;const s=await t.listTcps(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["MotionGroupInfosApi.listTcps"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async streamMotionGroupState(r,n,o,a,s,i){var d,h;const l=await t.streamMotionGroupState(r,n,o,a,s,i),c=(e==null?void 0:e.serverIndex)??0,u=(h=(d=k["MotionGroupInfosApi.streamMotionGroupState"])==null?void 0:d[c])==null?void 0:h.url;return(p,f)=>N(l,_,M,e)(p,u||f)}}};class p2 extends Me{getActivePayload(t,r,n){return St(this.configuration).getActivePayload(t,r,n).then(o=>o(this.axios,this.basePath))}getActiveTcp(t,r,n,o){return St(this.configuration).getActiveTcp(t,r,n,o).then(a=>a(this.axios,this.basePath))}getCurrentMotionGroupState(t,r,n,o,a){return St(this.configuration).getCurrentMotionGroupState(t,r,n,o,a).then(s=>s(this.axios,this.basePath))}getInfoCapabilities(t,r,n){return St(this.configuration).getInfoCapabilities(t,r,n).then(o=>o(this.axios,this.basePath))}getMotionGroupSpecification(t,r,n){return St(this.configuration).getMotionGroupSpecification(t,r,n).then(o=>o(this.axios,this.basePath))}getMounting(t,r,n){return St(this.configuration).getMounting(t,r,n).then(o=>o(this.axios,this.basePath))}getOptimizerConfiguration(t,r,n,o){return St(this.configuration).getOptimizerConfiguration(t,r,n,o).then(a=>a(this.axios,this.basePath))}getSafetySetup(t,r,n){return St(this.configuration).getSafetySetup(t,r,n).then(o=>o(this.axios,this.basePath))}listPayloads(t,r,n){return St(this.configuration).listPayloads(t,r,n).then(o=>o(this.axios,this.basePath))}listTcps(t,r,n,o){return St(this.configuration).listTcps(t,r,n,o).then(a=>a(this.axios,this.basePath))}streamMotionGroupState(t,r,n,o,a,s){return St(this.configuration).streamMotionGroupState(t,r,n,o,a,s).then(i=>i(this.axios,this.basePath))}}const m2=function(e){return{directionJogging:async(t,r,n={})=>{v("directionJogging","cell",t),v("directionJogging","directionJoggingRequest",r);const o="/cells/{cell}/motion-groups/move-tcp".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),l["Content-Type"]="application/json",L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=he(r,i,e),{url:B(a),options:i}},getJoggingCapabilities:async(t,r,n={})=>{v("getJoggingCapabilities","cell",t),v("getJoggingCapabilities","motionGroup",r);const o="/cells/{cell}/motion-groups/{motion-group}/jogging-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},jointJogging:async(t,r,n={})=>{v("jointJogging","cell",t),v("jointJogging","jointJoggingRequest",r);const o="/cells/{cell}/motion-groups/move-joint".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),l["Content-Type"]="application/json",L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=he(r,i,e),{url:B(a),options:i}},stopJogging:async(t,r,n={})=>{v("stopJogging","cell",t),v("stopJogging","motionGroup",r);const o="/cells/{cell}/motion-groups/{motion-group}/stop".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"PUT",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}}}},la=function(e){const t=m2(e);return{async directionJogging(r,n,o){var l,c;const a=await t.directionJogging(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionGroupJoggingApi.directionJogging"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getJoggingCapabilities(r,n,o){var l,c;const a=await t.getJoggingCapabilities(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionGroupJoggingApi.getJoggingCapabilities"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async jointJogging(r,n,o){var l,c;const a=await t.jointJogging(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionGroupJoggingApi.jointJogging"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async stopJogging(r,n,o){var l,c;const a=await t.stopJogging(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionGroupJoggingApi.stopJogging"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)}}};class f2 extends Me{directionJogging(t,r,n){return la(this.configuration).directionJogging(t,r,n).then(o=>o(this.axios,this.basePath))}getJoggingCapabilities(t,r,n){return la(this.configuration).getJoggingCapabilities(t,r,n).then(o=>o(this.axios,this.basePath))}jointJogging(t,r,n){return la(this.configuration).jointJogging(t,r,n).then(o=>o(this.axios,this.basePath))}stopJogging(t,r,n){return la(this.configuration).stopJogging(t,r,n).then(o=>o(this.axios,this.basePath))}}const g2=function(e){return{calculateAllInverseKinematic:async(t,r,n,o={})=>{v("calculateAllInverseKinematic","cell",t),v("calculateAllInverseKinematic","motionGroup",r),v("calculateAllInverseKinematic","allJointPositionsRequest",n);const a="/cells/{cell}/motion-groups/{motion-group}/kinematic/calculate-all-joint-positions".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}},calculateForwardKinematic:async(t,r,n,o={})=>{v("calculateForwardKinematic","cell",t),v("calculateForwardKinematic","motionGroup",r),v("calculateForwardKinematic","tcpPoseRequest",n);const a="/cells/{cell}/motion-groups/{motion-group}/kinematic/calculate-tcp-pose".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}},calculateInverseKinematic:async(t,r,n,o={})=>{v("calculateInverseKinematic","cell",t),v("calculateInverseKinematic","motionGroup",r),v("calculateInverseKinematic","jointPositionRequest",n);const a="/cells/{cell}/motion-groups/{motion-group}/kinematic/calculate-joint-position".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}},getKinematicCapabilities:async(t,r,n={})=>{v("getKinematicCapabilities","cell",t),v("getKinematicCapabilities","motionGroup",r);const o="/cells/{cell}/motion-groups/{motion-group}/kinematic-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}}}},ca=function(e){const t=g2(e);return{async calculateAllInverseKinematic(r,n,o,a){var c,u;const s=await t.calculateAllInverseKinematic(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["MotionGroupKinematicApi.calculateAllInverseKinematic"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async calculateForwardKinematic(r,n,o,a){var c,u;const s=await t.calculateForwardKinematic(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["MotionGroupKinematicApi.calculateForwardKinematic"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async calculateInverseKinematic(r,n,o,a){var c,u;const s=await t.calculateInverseKinematic(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["MotionGroupKinematicApi.calculateInverseKinematic"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async getKinematicCapabilities(r,n,o){var l,c;const a=await t.getKinematicCapabilities(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["MotionGroupKinematicApi.getKinematicCapabilities"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)}}};class y2 extends Me{calculateAllInverseKinematic(t,r,n,o){return ca(this.configuration).calculateAllInverseKinematic(t,r,n,o).then(a=>a(this.axios,this.basePath))}calculateForwardKinematic(t,r,n,o){return ca(this.configuration).calculateForwardKinematic(t,r,n,o).then(a=>a(this.axios,this.basePath))}calculateInverseKinematic(t,r,n,o){return ca(this.configuration).calculateInverseKinematic(t,r,n,o).then(a=>a(this.axios,this.basePath))}getKinematicCapabilities(t,r,n){return ca(this.configuration).getKinematicCapabilities(t,r,n).then(o=>o(this.axios,this.basePath))}}const b2=function(e){return{createProgramRunner:async(t,r,n={})=>{v("createProgramRunner","cell",t),v("createProgramRunner","request",r);const o="/cells/{cell}/programs/runners".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};U(i,e),await D(l,e),l["Content-Type"]="text/plain",L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=he(r,i,e),{url:B(a),options:i}},executeProgram:async(t,r,n={})=>{v("executeProgram","cell",t),v("executeProgram","codeWithArguments",r);const o="/cells/{cell}/programs/execute".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};U(i,e),await D(l,e),l["Content-Type"]="application/json",L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=he(r,i,e),{url:B(a),options:i}},getProgramRunner:async(t,r,n={})=>{v("getProgramRunner","cell",t),v("getProgramRunner","runner",r);const o="/cells/{cell}/programs/runners/{runner}".replace("{cell}",encodeURIComponent(String(t))).replace("{runner}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},listProgramRunners:async(t,r={})=>{v("listProgramRunners","cell",t);const n="/cells/{cell}/programs/runners".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},migrateProgram:async(t,r,n={})=>{v("migrateProgram","cell",t),v("migrateProgram","request1",r);const o="/cells/{cell}/programs/migrate".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};U(i,e),await D(l,e),l["Content-Type"]="text/plain",L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=he(r,i,e),{url:B(a),options:i}},planProgram:async(t,r,n,o={})=>{v("planProgram","cell",t),v("planProgram","request",r);const a="/cells/{cell}/programs/plan".replace("{cell}",encodeURIComponent(String(t))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.identifier=n),c["Content-Type"]="text/plain",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(r,l,e),{url:B(s),options:l}},stopAllProgramRunner:async(t,r={})=>{v("stopAllProgramRunner","cell",t);const n="/cells/{cell}/programs/runners/stop".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"POST",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},stopProgramRunner:async(t,r,n={})=>{v("stopProgramRunner","cell",t),v("stopProgramRunner","runner",r);const o="/cells/{cell}/programs/runners/{runner}/stop".replace("{cell}",encodeURIComponent(String(t))).replace("{runner}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}}}},nr=function(e){const t=b2(e);return{async createProgramRunner(r,n,o){var l,c;const a=await t.createProgramRunner(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ProgramApi.createProgramRunner"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async executeProgram(r,n,o){var l,c;const a=await t.executeProgram(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ProgramApi.executeProgram"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getProgramRunner(r,n,o){var l,c;const a=await t.getProgramRunner(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ProgramApi.getProgramRunner"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async listProgramRunners(r,n){var i,l;const o=await t.listProgramRunners(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["ProgramApi.listProgramRunners"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async migrateProgram(r,n,o){var l,c;const a=await t.migrateProgram(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ProgramApi.migrateProgram"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async planProgram(r,n,o,a){var c,u;const s=await t.planProgram(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["ProgramApi.planProgram"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async stopAllProgramRunner(r,n){var i,l;const o=await t.stopAllProgramRunner(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["ProgramApi.stopAllProgramRunner"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async stopProgramRunner(r,n,o){var l,c;const a=await t.stopProgramRunner(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ProgramApi.stopProgramRunner"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)}}};class x2 extends Me{createProgramRunner(t,r,n){return nr(this.configuration).createProgramRunner(t,r,n).then(o=>o(this.axios,this.basePath))}executeProgram(t,r,n){return nr(this.configuration).executeProgram(t,r,n).then(o=>o(this.axios,this.basePath))}getProgramRunner(t,r,n){return nr(this.configuration).getProgramRunner(t,r,n).then(o=>o(this.axios,this.basePath))}listProgramRunners(t,r){return nr(this.configuration).listProgramRunners(t,r).then(n=>n(this.axios,this.basePath))}migrateProgram(t,r,n){return nr(this.configuration).migrateProgram(t,r,n).then(o=>o(this.axios,this.basePath))}planProgram(t,r,n,o){return nr(this.configuration).planProgram(t,r,n,o).then(a=>a(this.axios,this.basePath))}stopAllProgramRunner(t,r){return nr(this.configuration).stopAllProgramRunner(t,r).then(n=>n(this.axios,this.basePath))}stopProgramRunner(t,r,n){return nr(this.configuration).stopProgramRunner(t,r,n).then(o=>o(this.axios,this.basePath))}}const v2=function(e){return{clearProgramsValues:async(t,r={})=>{v("clearProgramsValues","cell",t);const n="/cells/{cell}/programs/values".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"DELETE",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},createProgramsValue:async(t,r,n={})=>{v("createProgramsValue","cell",t),v("createProgramsValue","requestBody",r);const o="/cells/{cell}/programs/values".replace("{cell}",encodeURIComponent(String(t))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...n},l={},c={};U(i,e),await D(l,e),l["Content-Type"]="application/json",L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},i.data=he(r,i,e),{url:B(a),options:i}},deleteProgramValue:async(t,r,n={})=>{v("deleteProgramValue","cell",t),v("deleteProgramValue","key",r);const o="/cells/{cell}/programs/values/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getProgramValue:async(t,r,n={})=>{v("getProgramValue","cell",t),v("getProgramValue","key",r);const o="/cells/{cell}/programs/values/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},listProgramsValues:async(t,r={})=>{v("listProgramsValues","cell",t);const n="/cells/{cell}/programs/values".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},updateProgramValue:async(t,r,n,o={})=>{v("updateProgramValue","cell",t),v("updateProgramValue","key",r),v("updateProgramValue","value",n);const a="/cells/{cell}/programs/values/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}}}},en=function(e){const t=v2(e);return{async clearProgramsValues(r,n){var i,l;const o=await t.clearProgramsValues(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["ProgramValuesApi.clearProgramsValues"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async createProgramsValue(r,n,o){var l,c;const a=await t.createProgramsValue(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ProgramValuesApi.createProgramsValue"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async deleteProgramValue(r,n,o){var l,c;const a=await t.deleteProgramValue(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ProgramValuesApi.deleteProgramValue"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getProgramValue(r,n,o){var l,c;const a=await t.getProgramValue(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["ProgramValuesApi.getProgramValue"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async listProgramsValues(r,n){var i,l;const o=await t.listProgramsValues(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["ProgramValuesApi.listProgramsValues"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async updateProgramValue(r,n,o,a){var c,u;const s=await t.updateProgramValue(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["ProgramValuesApi.updateProgramValue"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)}}};class S2 extends Me{clearProgramsValues(t,r){return en(this.configuration).clearProgramsValues(t,r).then(n=>n(this.axios,this.basePath))}createProgramsValue(t,r,n){return en(this.configuration).createProgramsValue(t,r,n).then(o=>o(this.axios,this.basePath))}deleteProgramValue(t,r,n){return en(this.configuration).deleteProgramValue(t,r,n).then(o=>o(this.axios,this.basePath))}getProgramValue(t,r,n){return en(this.configuration).getProgramValue(t,r,n).then(o=>o(this.axios,this.basePath))}listProgramsValues(t,r){return en(this.configuration).listProgramsValues(t,r).then(n=>n(this.axios,this.basePath))}updateProgramValue(t,r,n,o){return en(this.configuration).updateProgramValue(t,r,n,o).then(a=>a(this.axios,this.basePath))}}const O2=function(e){return{deleteStoredCollider:async(t,r,n={})=>{v("deleteStoredCollider","cell",t),v("deleteStoredCollider","collider",r);const o="/cells/{cell}/store/collision/colliders/{collider}".replace("{cell}",encodeURIComponent(String(t))).replace("{collider}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},deleteStoredCollisionLinkChain:async(t,r,n={})=>{v("deleteStoredCollisionLinkChain","cell",t),v("deleteStoredCollisionLinkChain","linkChain",r);const o="/cells/{cell}/store/collision/link-chains/{link-chain}".replace("{cell}",encodeURIComponent(String(t))).replace("{link-chain}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},deleteStoredCollisionTool:async(t,r,n={})=>{v("deleteStoredCollisionTool","cell",t),v("deleteStoredCollisionTool","tool",r);const o="/cells/{cell}/store/collision/tools/{tool}".replace("{cell}",encodeURIComponent(String(t))).replace("{tool}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getDefaultLinkChain:async(t,r,n={})=>{v("getDefaultLinkChain","cell",t),v("getDefaultLinkChain","motionGroupModel",r);const o="/cells/{cell}/store/collision/default-link-chains/{motion-group-model}".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group-model}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getStoredCollider:async(t,r,n={})=>{v("getStoredCollider","cell",t),v("getStoredCollider","collider",r);const o="/cells/{cell}/store/collision/colliders/{collider}".replace("{cell}",encodeURIComponent(String(t))).replace("{collider}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getStoredCollisionLinkChain:async(t,r,n={})=>{v("getStoredCollisionLinkChain","cell",t),v("getStoredCollisionLinkChain","linkChain",r);const o="/cells/{cell}/store/collision/link-chains/{link-chain}".replace("{cell}",encodeURIComponent(String(t))).replace("{link-chain}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getStoredCollisionTool:async(t,r,n={})=>{v("getStoredCollisionTool","cell",t),v("getStoredCollisionTool","tool",r);const o="/cells/{cell}/store/collision/tools/{tool}".replace("{cell}",encodeURIComponent(String(t))).replace("{tool}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},listCollisionLinkChains:async(t,r={})=>{v("listCollisionLinkChains","cell",t);const n="/cells/{cell}/store/collision/link-chains".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},listStoredColliders:async(t,r={})=>{v("listStoredColliders","cell",t);const n="/cells/{cell}/store/collision/colliders".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},listStoredCollisionTools:async(t,r={})=>{v("listStoredCollisionTools","cell",t);const n="/cells/{cell}/store/collision/tools".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},storeCollider:async(t,r,n,o={})=>{v("storeCollider","cell",t),v("storeCollider","collider",r),v("storeCollider","collider2",n);const a="/cells/{cell}/store/collision/colliders/{collider}".replace("{cell}",encodeURIComponent(String(t))).replace("{collider}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}},storeCollisionLinkChain:async(t,r,n,o={})=>{v("storeCollisionLinkChain","cell",t),v("storeCollisionLinkChain","linkChain",r),v("storeCollisionLinkChain","collider",n);const a="/cells/{cell}/store/collision/link-chains/{link-chain}".replace("{cell}",encodeURIComponent(String(t))).replace("{link-chain}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}},storeCollisionTool:async(t,r,n,o={})=>{v("storeCollisionTool","cell",t),v("storeCollisionTool","tool",r),v("storeCollisionTool","requestBody",n);const a="/cells/{cell}/store/collision/tools/{tool}".replace("{cell}",encodeURIComponent(String(t))).replace("{tool}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}}}},ct=function(e){const t=O2(e);return{async deleteStoredCollider(r,n,o){var l,c;const a=await t.deleteStoredCollider(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["StoreCollisionComponentsApi.deleteStoredCollider"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async deleteStoredCollisionLinkChain(r,n,o){var l,c;const a=await t.deleteStoredCollisionLinkChain(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["StoreCollisionComponentsApi.deleteStoredCollisionLinkChain"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async deleteStoredCollisionTool(r,n,o){var l,c;const a=await t.deleteStoredCollisionTool(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["StoreCollisionComponentsApi.deleteStoredCollisionTool"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getDefaultLinkChain(r,n,o){var l,c;const a=await t.getDefaultLinkChain(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["StoreCollisionComponentsApi.getDefaultLinkChain"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getStoredCollider(r,n,o){var l,c;const a=await t.getStoredCollider(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["StoreCollisionComponentsApi.getStoredCollider"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getStoredCollisionLinkChain(r,n,o){var l,c;const a=await t.getStoredCollisionLinkChain(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["StoreCollisionComponentsApi.getStoredCollisionLinkChain"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getStoredCollisionTool(r,n,o){var l,c;const a=await t.getStoredCollisionTool(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["StoreCollisionComponentsApi.getStoredCollisionTool"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async listCollisionLinkChains(r,n){var i,l;const o=await t.listCollisionLinkChains(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["StoreCollisionComponentsApi.listCollisionLinkChains"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async listStoredColliders(r,n){var i,l;const o=await t.listStoredColliders(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["StoreCollisionComponentsApi.listStoredColliders"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async listStoredCollisionTools(r,n){var i,l;const o=await t.listStoredCollisionTools(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["StoreCollisionComponentsApi.listStoredCollisionTools"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async storeCollider(r,n,o,a){var c,u;const s=await t.storeCollider(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["StoreCollisionComponentsApi.storeCollider"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async storeCollisionLinkChain(r,n,o,a){var c,u;const s=await t.storeCollisionLinkChain(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["StoreCollisionComponentsApi.storeCollisionLinkChain"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async storeCollisionTool(r,n,o,a){var c,u;const s=await t.storeCollisionTool(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["StoreCollisionComponentsApi.storeCollisionTool"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)}}};class w2 extends Me{deleteStoredCollider(t,r,n){return ct(this.configuration).deleteStoredCollider(t,r,n).then(o=>o(this.axios,this.basePath))}deleteStoredCollisionLinkChain(t,r,n){return ct(this.configuration).deleteStoredCollisionLinkChain(t,r,n).then(o=>o(this.axios,this.basePath))}deleteStoredCollisionTool(t,r,n){return ct(this.configuration).deleteStoredCollisionTool(t,r,n).then(o=>o(this.axios,this.basePath))}getDefaultLinkChain(t,r,n){return ct(this.configuration).getDefaultLinkChain(t,r,n).then(o=>o(this.axios,this.basePath))}getStoredCollider(t,r,n){return ct(this.configuration).getStoredCollider(t,r,n).then(o=>o(this.axios,this.basePath))}getStoredCollisionLinkChain(t,r,n){return ct(this.configuration).getStoredCollisionLinkChain(t,r,n).then(o=>o(this.axios,this.basePath))}getStoredCollisionTool(t,r,n){return ct(this.configuration).getStoredCollisionTool(t,r,n).then(o=>o(this.axios,this.basePath))}listCollisionLinkChains(t,r){return ct(this.configuration).listCollisionLinkChains(t,r).then(n=>n(this.axios,this.basePath))}listStoredColliders(t,r){return ct(this.configuration).listStoredColliders(t,r).then(n=>n(this.axios,this.basePath))}listStoredCollisionTools(t,r){return ct(this.configuration).listStoredCollisionTools(t,r).then(n=>n(this.axios,this.basePath))}storeCollider(t,r,n,o){return ct(this.configuration).storeCollider(t,r,n,o).then(a=>a(this.axios,this.basePath))}storeCollisionLinkChain(t,r,n,o){return ct(this.configuration).storeCollisionLinkChain(t,r,n,o).then(a=>a(this.axios,this.basePath))}storeCollisionTool(t,r,n,o){return ct(this.configuration).storeCollisionTool(t,r,n,o).then(a=>a(this.axios,this.basePath))}}const C2=function(e){return{deleteStoredCollisionScene:async(t,r,n={})=>{v("deleteStoredCollisionScene","cell",t),v("deleteStoredCollisionScene","scene",r);const o="/cells/{cell}/store/collision/scenes/{scene}".replace("{cell}",encodeURIComponent(String(t))).replace("{scene}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getStoredCollisionScene:async(t,r,n={})=>{v("getStoredCollisionScene","cell",t),v("getStoredCollisionScene","scene",r);const o="/cells/{cell}/store/collision/scenes/{scene}".replace("{cell}",encodeURIComponent(String(t))).replace("{scene}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},listStoredCollisionScenes:async(t,r={})=>{v("listStoredCollisionScenes","cell",t);const n="/cells/{cell}/store/collision/scenes".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},storeCollisionScene:async(t,r,n,o={})=>{v("storeCollisionScene","cell",t),v("storeCollisionScene","scene",r),v("storeCollisionScene","collisionSceneAssembly",n);const a="/cells/{cell}/store/collision/scenes/{scene}".replace("{cell}",encodeURIComponent(String(t))).replace("{scene}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}}}},ua=function(e){const t=C2(e);return{async deleteStoredCollisionScene(r,n,o){var l,c;const a=await t.deleteStoredCollisionScene(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["StoreCollisionScenesApi.deleteStoredCollisionScene"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getStoredCollisionScene(r,n,o){var l,c;const a=await t.getStoredCollisionScene(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["StoreCollisionScenesApi.getStoredCollisionScene"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async listStoredCollisionScenes(r,n){var i,l;const o=await t.listStoredCollisionScenes(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["StoreCollisionScenesApi.listStoredCollisionScenes"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async storeCollisionScene(r,n,o,a){var c,u;const s=await t.storeCollisionScene(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["StoreCollisionScenesApi.storeCollisionScene"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)}}};class P2 extends Me{deleteStoredCollisionScene(t,r,n){return ua(this.configuration).deleteStoredCollisionScene(t,r,n).then(o=>o(this.axios,this.basePath))}getStoredCollisionScene(t,r,n){return ua(this.configuration).getStoredCollisionScene(t,r,n).then(o=>o(this.axios,this.basePath))}listStoredCollisionScenes(t,r){return ua(this.configuration).listStoredCollisionScenes(t,r).then(n=>n(this.axios,this.basePath))}storeCollisionScene(t,r,n,o){return ua(this.configuration).storeCollisionScene(t,r,n,o).then(a=>a(this.axios,this.basePath))}}const T2=function(e){return{clearAllObjects:async(t,r={})=>{v("clearAllObjects","cell",t);const n="/cells/{cell}/store/objects".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"DELETE",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},deleteObject:async(t,r,n={})=>{v("deleteObject","cell",t),v("deleteObject","key",r);const o="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getObject:async(t,r,n={})=>{v("getObject","cell",t),v("getObject","key",r);const o="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getObjectMetadata:async(t,r,n={})=>{v("getObjectMetadata","cell",t),v("getObjectMetadata","key",r);const o="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"HEAD",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},listAllObjectKeys:async(t,r={})=>{v("listAllObjectKeys","cell",t);const n="/cells/{cell}/store/objects".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},storeObject:async(t,r,n,o,a={})=>{v("storeObject","cell",t),v("storeObject","key",r);const s="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...a},u={},d={},h=new(e&&e.formDataCtor||FormData);U(c,e),await D(u,e),o!==void 0&&h.append("AnyValue",new Blob([JSON.stringify(o)],{type:"application/json"})),u["Content-Type"]="multipart/form-data",n!=null&&(u["X-Metadata"]=typeof n=="string"?n:JSON.stringify(n)),L(i,d);let p=l&&l.headers?l.headers:{};return c.headers={...u,...p,...a.headers},c.data=h,{url:B(i),options:c}}}},tn=function(e){const t=T2(e);return{async clearAllObjects(r,n){var i,l;const o=await t.clearAllObjects(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["StoreObjectApi.clearAllObjects"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async deleteObject(r,n,o){var l,c;const a=await t.deleteObject(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["StoreObjectApi.deleteObject"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getObject(r,n,o){var l,c;const a=await t.getObject(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["StoreObjectApi.getObject"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getObjectMetadata(r,n,o){var l,c;const a=await t.getObjectMetadata(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["StoreObjectApi.getObjectMetadata"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async listAllObjectKeys(r,n){var i,l;const o=await t.listAllObjectKeys(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["StoreObjectApi.listAllObjectKeys"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async storeObject(r,n,o,a,s){var u,d;const i=await t.storeObject(r,n,o,a,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=k["StoreObjectApi.storeObject"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>N(i,_,M,e)(h,c||p)}}};class R2 extends Me{clearAllObjects(t,r){return tn(this.configuration).clearAllObjects(t,r).then(n=>n(this.axios,this.basePath))}deleteObject(t,r,n){return tn(this.configuration).deleteObject(t,r,n).then(o=>o(this.axios,this.basePath))}getObject(t,r,n){return tn(this.configuration).getObject(t,r,n).then(o=>o(this.axios,this.basePath))}getObjectMetadata(t,r,n){return tn(this.configuration).getObjectMetadata(t,r,n).then(o=>o(this.axios,this.basePath))}listAllObjectKeys(t,r){return tn(this.configuration).listAllObjectKeys(t,r).then(n=>n(this.axios,this.basePath))}storeObject(t,r,n,o,a){return tn(this.configuration).storeObject(t,r,n,o,a).then(s=>s(this.axios,this.basePath))}}const A2=function(e){return{checkNovaVersionUpdate:async(t,r={})=>{v("checkNovaVersionUpdate","channel",t);const n="/system/update",o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"GET",...a,...r},i={},l={};U(s,e),await D(i,e),t!==void 0&&(l.channel=t),L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},{url:B(o),options:s}},getDiagnosePackage:async(t={})=>{const r="/system/diagnosis-package/zip",n=new URL(r,$);let o;e&&(o=e.baseOptions);const a={method:"GET",...o,...t},s={},i={};U(a,e),await D(s,e),L(n,i);let l=o&&o.headers?o.headers:{};return a.headers={...s,...l,...t.headers},{url:B(n),options:a}},getSystemStatus:async(t={})=>{const r="/system/status",n=new URL(r,$);let o;e&&(o=e.baseOptions);const a={method:"GET",...o,...t},s={},i={};U(a,e),await D(s,e),L(n,i);let l=o&&o.headers?o.headers:{};return a.headers={...s,...l,...t.headers},{url:B(n),options:a}},getSystemVersion:async(t={})=>{const r="/system/version",n=new URL(r,$);let o;e&&(o=e.baseOptions);const a={method:"GET",...o,...t},s={},i={};U(a,e),await D(s,e),L(n,i);let l=o&&o.headers?o.headers:{};return a.headers={...s,...l,...t.headers},{url:B(n),options:a}},updateNovaVersion:async(t,r={})=>{v("updateNovaVersion","updateNovaVersionRequest",t);const n="/system/update",o=new URL(n,$);let a;e&&(a=e.baseOptions);const s={method:"PUT",...a,...r},i={},l={};U(s,e),await D(i,e),i["Content-Type"]="application/json",L(o,l);let c=a&&a.headers?a.headers:{};return s.headers={...i,...c,...r.headers},s.data=he(t,s,e),{url:B(o),options:s}}}},Zn=function(e){const t=A2(e);return{async checkNovaVersionUpdate(r,n){var i,l;const o=await t.checkNovaVersionUpdate(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["SystemApi.checkNovaVersionUpdate"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)},async getDiagnosePackage(r){var s,i;const n=await t.getDiagnosePackage(r),o=(e==null?void 0:e.serverIndex)??0,a=(i=(s=k["SystemApi.getDiagnosePackage"])==null?void 0:s[o])==null?void 0:i.url;return(l,c)=>N(n,_,M,e)(l,a||c)},async getSystemStatus(r){var s,i;const n=await t.getSystemStatus(r),o=(e==null?void 0:e.serverIndex)??0,a=(i=(s=k["SystemApi.getSystemStatus"])==null?void 0:s[o])==null?void 0:i.url;return(l,c)=>N(n,_,M,e)(l,a||c)},async getSystemVersion(r){var s,i;const n=await t.getSystemVersion(r),o=(e==null?void 0:e.serverIndex)??0,a=(i=(s=k["SystemApi.getSystemVersion"])==null?void 0:s[o])==null?void 0:i.url;return(l,c)=>N(n,_,M,e)(l,a||c)},async updateNovaVersion(r,n){var i,l;const o=await t.updateNovaVersion(r,n),a=(e==null?void 0:e.serverIndex)??0,s=(l=(i=k["SystemApi.updateNovaVersion"])==null?void 0:i[a])==null?void 0:l.url;return(c,u)=>N(o,_,M,e)(c,s||u)}}};class _2 extends Me{checkNovaVersionUpdate(t,r){return Zn(this.configuration).checkNovaVersionUpdate(t,r).then(n=>n(this.axios,this.basePath))}getDiagnosePackage(t){return Zn(this.configuration).getDiagnosePackage(t).then(r=>r(this.axios,this.basePath))}getSystemStatus(t){return Zn(this.configuration).getSystemStatus(t).then(r=>r(this.axios,this.basePath))}getSystemVersion(t){return Zn(this.configuration).getSystemVersion(t).then(r=>r(this.axios,this.basePath))}updateNovaVersion(t,r){return Zn(this.configuration).updateNovaVersion(t,r).then(n=>n(this.axios,this.basePath))}}const E2=function(e){return{getMotionGroupState:async(t,r,n,o={})=>{v("getMotionGroupState","cell",t),v("getMotionGroupState","controller",r),v("getMotionGroupState","id",n);const a="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},getMotionGroups:async(t,r,n={})=>{v("getMotionGroups","cell",t),v("getMotionGroups","controller",r);const o="/cells/{cell}/controllers/{controller}/teach-pendant/motiongroups".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getVirtualRobotIOValue:async(t,r,n,o={})=>{v("getVirtualRobotIOValue","cell",t),v("getVirtualRobotIOValue","controller",r),v("getVirtualRobotIOValue","io",n);const a="/cells/{cell}/controllers/{controller}/teach-pendant/ios/{io}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{io}",encodeURIComponent(String(n))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},listIOs:async(t,r,n={})=>{v("listIOs","cell",t),v("listIOs","controller",r);const o="/cells/{cell}/controllers/{controller}/teach-pendant/ios".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},setMotionGroupState:async(t,r,n,o,a={})=>{v("setMotionGroupState","cell",t),v("setMotionGroupState","controller",r),v("setMotionGroupState","id",n),v("setMotionGroupState","motionGroupJoints",o);const s="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...a},u={},d={};U(c,e),await D(u,e),u["Content-Type"]="application/json",L(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...a.headers},c.data=he(o,c,e),{url:B(i),options:c}},setVirtualRobotIOValue:async(t,r,n,o,a,s,i={})=>{v("setVirtualRobotIOValue","cell",t),v("setVirtualRobotIOValue","controller",r),v("setVirtualRobotIOValue","io",n);const l="/cells/{cell}/controllers/{controller}/teach-pendant/ios/{io}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{io}",encodeURIComponent(String(n))),c=new URL(l,$);let u;e&&(u=e.baseOptions);const d={method:"PUT",...u,...i},h={},p={};U(d,e),await D(h,e),o!==void 0&&(p.bool=o),a!==void 0&&(p.integer=a),s!==void 0&&(p.double=s),L(c,p);let f=u&&u.headers?u.headers:{};return d.headers={...h,...f,...i.headers},{url:B(c),options:d}}}},rn=function(e){const t=E2(e);return{async getMotionGroupState(r,n,o,a){var c,u;const s=await t.getMotionGroupState(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["VirtualRobotApi.getMotionGroupState"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async getMotionGroups(r,n,o){var l,c;const a=await t.getMotionGroups(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["VirtualRobotApi.getMotionGroups"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getVirtualRobotIOValue(r,n,o,a){var c,u;const s=await t.getVirtualRobotIOValue(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["VirtualRobotApi.getVirtualRobotIOValue"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async listIOs(r,n,o){var l,c;const a=await t.listIOs(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["VirtualRobotApi.listIOs"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async setMotionGroupState(r,n,o,a,s){var u,d;const i=await t.setMotionGroupState(r,n,o,a,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=k["VirtualRobotApi.setMotionGroupState"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>N(i,_,M,e)(h,c||p)},async setVirtualRobotIOValue(r,n,o,a,s,i,l){var h,p;const c=await t.setVirtualRobotIOValue(r,n,o,a,s,i,l),u=(e==null?void 0:e.serverIndex)??0,d=(p=(h=k["VirtualRobotApi.setVirtualRobotIOValue"])==null?void 0:h[u])==null?void 0:p.url;return(f,m)=>N(c,_,M,e)(f,d||m)}}};class I2 extends Me{getMotionGroupState(t,r,n,o){return rn(this.configuration).getMotionGroupState(t,r,n,o).then(a=>a(this.axios,this.basePath))}getMotionGroups(t,r,n){return rn(this.configuration).getMotionGroups(t,r,n).then(o=>o(this.axios,this.basePath))}getVirtualRobotIOValue(t,r,n,o){return rn(this.configuration).getVirtualRobotIOValue(t,r,n,o).then(a=>a(this.axios,this.basePath))}listIOs(t,r,n){return rn(this.configuration).listIOs(t,r,n).then(o=>o(this.axios,this.basePath))}setMotionGroupState(t,r,n,o,a){return rn(this.configuration).setMotionGroupState(t,r,n,o,a).then(s=>s(this.axios,this.basePath))}setVirtualRobotIOValue(t,r,n,o,a,s,i){return rn(this.configuration).setVirtualRobotIOValue(t,r,n,o,a,s,i).then(l=>l(this.axios,this.basePath))}}const V2=function(e){return{externalJointsStream:async(t,r,n,o={})=>{v("externalJointsStream","cell",t),v("externalJointsStream","controller",r),v("externalJointsStream","externalJointStreamDatapoint",n);const a="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/externalJointsStream".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}},getMotionGroupBehavior:async(t,r,n,o={})=>{v("getMotionGroupBehavior","cell",t),v("getMotionGroupBehavior","controller",r),v("getMotionGroupBehavior","id",n);const a="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}/behavior".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},setMotionGroupBehavior:async(t,r,n,o,a={})=>{v("setMotionGroupBehavior","cell",t),v("setMotionGroupBehavior","controller",r),v("setMotionGroupBehavior","id",n);const s="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}/behavior".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...a},u={},d={};U(c,e),await D(u,e),o!==void 0&&(d.behavior=o),L(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...a.headers},{url:B(i),options:c}}}},ji=function(e){const t=V2(e);return{async externalJointsStream(r,n,o,a){var c,u;const s=await t.externalJointsStream(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["VirtualRobotBehaviorApi.externalJointsStream"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async getMotionGroupBehavior(r,n,o,a){var c,u;const s=await t.getMotionGroupBehavior(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["VirtualRobotBehaviorApi.getMotionGroupBehavior"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async setMotionGroupBehavior(r,n,o,a,s){var u,d;const i=await t.setMotionGroupBehavior(r,n,o,a,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=k["VirtualRobotBehaviorApi.setMotionGroupBehavior"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>N(i,_,M,e)(h,c||p)}}};class M2 extends Me{externalJointsStream(t,r,n,o){return ji(this.configuration).externalJointsStream(t,r,n,o).then(a=>a(this.axios,this.basePath))}getMotionGroupBehavior(t,r,n,o){return ji(this.configuration).getMotionGroupBehavior(t,r,n,o).then(a=>a(this.axios,this.basePath))}setMotionGroupBehavior(t,r,n,o,a){return ji(this.configuration).setMotionGroupBehavior(t,r,n,o,a).then(s=>s(this.axios,this.basePath))}}const j2=function(e){return{getCycleTime:async(t,r,n={})=>{v("getCycleTime","cell",t),v("getCycleTime","controller",r);const o="/cells/{cell}/controllers/{controller}/teach-pendant/cycle-time".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getEStop:async(t,r,n={})=>{v("getEStop","cell",t),v("getEStop","controller",r);const o="/cells/{cell}/controllers/{controller}/teach-pendant/estop".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},getOperationMode:async(t,r,n={})=>{v("getOperationMode","cell",t),v("getOperationMode","controller",r);const o="/cells/{cell}/controllers/{controller}/teach-pendant/operationmode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},pushEStop:async(t,r,n={})=>{v("pushEStop","cell",t),v("pushEStop","controller",r);const o="/cells/{cell}/controllers/{controller}/teach-pendant/estop/push".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"PUT",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},releaseEStop:async(t,r,n={})=>{v("releaseEStop","cell",t),v("releaseEStop","controller",r);const o="/cells/{cell}/controllers/{controller}/teach-pendant/estop/release".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"PUT",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},setOperationMode:async(t,r,n,o={})=>{v("setOperationMode","cell",t),v("setOperationMode","controller",r),v("setOperationMode","mode",n);const a="/cells/{cell}/controllers/{controller}/teach-pendant/operationmode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...o},c={},u={};U(l,e),await D(c,e),n!==void 0&&(u.mode=n),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}}}},nn=function(e){const t=j2(e);return{async getCycleTime(r,n,o){var l,c;const a=await t.getCycleTime(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["VirtualRobotModeApi.getCycleTime"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getEStop(r,n,o){var l,c;const a=await t.getEStop(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["VirtualRobotModeApi.getEStop"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async getOperationMode(r,n,o){var l,c;const a=await t.getOperationMode(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["VirtualRobotModeApi.getOperationMode"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async pushEStop(r,n,o){var l,c;const a=await t.pushEStop(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["VirtualRobotModeApi.pushEStop"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async releaseEStop(r,n,o){var l,c;const a=await t.releaseEStop(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["VirtualRobotModeApi.releaseEStop"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async setOperationMode(r,n,o,a){var c,u;const s=await t.setOperationMode(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["VirtualRobotModeApi.setOperationMode"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)}}};class k2 extends Me{getCycleTime(t,r,n){return nn(this.configuration).getCycleTime(t,r,n).then(o=>o(this.axios,this.basePath))}getEStop(t,r,n){return nn(this.configuration).getEStop(t,r,n).then(o=>o(this.axios,this.basePath))}getOperationMode(t,r,n){return nn(this.configuration).getOperationMode(t,r,n).then(o=>o(this.axios,this.basePath))}pushEStop(t,r,n){return nn(this.configuration).pushEStop(t,r,n).then(o=>o(this.axios,this.basePath))}releaseEStop(t,r,n){return nn(this.configuration).releaseEStop(t,r,n).then(o=>o(this.axios,this.basePath))}setOperationMode(t,r,n,o){return nn(this.configuration).setOperationMode(t,r,n,o).then(a=>a(this.axios,this.basePath))}}const $2=function(e){return{addVirtualRobotCoordinateSystem:async(t,r,n,o={})=>{v("addVirtualRobotCoordinateSystem","cell",t),v("addVirtualRobotCoordinateSystem","controller",r),v("addVirtualRobotCoordinateSystem","coordinateSystem",n);const a="/cells/{cell}/controllers/{controller}/teach-pendant/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...o},c={},u={};U(l,e),await D(c,e),c["Content-Type"]="application/json",L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},l.data=he(n,l,e),{url:B(s),options:l}},addVirtualRobotTcp:async(t,r,n,o,a={})=>{v("addVirtualRobotTcp","cell",t),v("addVirtualRobotTcp","controller",r),v("addVirtualRobotTcp","id",n),v("addVirtualRobotTcp","robotTcp",o);const s="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}/tcps".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...a},u={},d={};U(c,e),await D(u,e),u["Content-Type"]="application/json",L(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...a.headers},c.data=he(o,c,e),{url:B(i),options:c}},deleteVirtualRobotCoordinateSystem:async(t,r,n,o,a={})=>{v("deleteVirtualRobotCoordinateSystem","cell",t),v("deleteVirtualRobotCoordinateSystem","controller",r),v("deleteVirtualRobotCoordinateSystem","coordinateSystem",n);const s="/cells/{cell}/controllers/{controller}/teach-pendant/coordinate-systems/{coordinate-system}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{coordinate-system}",encodeURIComponent(String(n))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"DELETE",...l,...a},u={},d={};U(c,e),await D(u,e),o!==void 0&&(d.delete_dependent=o),L(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...a.headers},{url:B(i),options:c}},deleteVirtualRobotTcp:async(t,r,n,o,a={})=>{v("deleteVirtualRobotTcp","cell",t),v("deleteVirtualRobotTcp","controller",r),v("deleteVirtualRobotTcp","id",n),v("deleteVirtualRobotTcp","tcp",o);const s="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}/tcps/{tcp}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))).replace("{tcp}",encodeURIComponent(String(o))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"DELETE",...l,...a},u={},d={};U(c,e),await D(u,e),L(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...a.headers},{url:B(i),options:c}},getVirtualRobotMounting:async(t,r,n,o={})=>{v("getVirtualRobotMounting","cell",t),v("getVirtualRobotMounting","controller",r),v("getVirtualRobotMounting","id",n);const a="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}/mounting".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},listVirtualRobotCoordinateSystems:async(t,r,n={})=>{v("listVirtualRobotCoordinateSystems","cell",t),v("listVirtualRobotCoordinateSystems","controller",r);const o="/cells/{cell}/controllers/{controller}/teach-pendant/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),a=new URL(o,$);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...n},l={},c={};U(i,e),await D(l,e),L(a,c);let u=s&&s.headers?s.headers:{};return i.headers={...l,...u,...n.headers},{url:B(a),options:i}},listVirtualRobotTcps:async(t,r,n,o={})=>{v("listVirtualRobotTcps","cell",t),v("listVirtualRobotTcps","controller",r),v("listVirtualRobotTcps","id",n);const a="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}/tcps".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),s=new URL(a,$);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...o},c={},u={};U(l,e),await D(c,e),L(s,u);let d=i&&i.headers?i.headers:{};return l.headers={...c,...d,...o.headers},{url:B(s),options:l}},setVirtualRobotMounting:async(t,r,n,o,a={})=>{v("setVirtualRobotMounting","cell",t),v("setVirtualRobotMounting","controller",r),v("setVirtualRobotMounting","id",n),v("setVirtualRobotMounting","coordinateSystem",o);const s="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}/mounting".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{id}",encodeURIComponent(String(n))),i=new URL(s,$);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...a},u={},d={};U(c,e),await D(u,e),u["Content-Type"]="application/json",L(i,d);let h=l&&l.headers?l.headers:{};return c.headers={...u,...h,...a.headers},c.data=he(o,c,e),{url:B(i),options:c}}}},or=function(e){const t=$2(e);return{async addVirtualRobotCoordinateSystem(r,n,o,a){var c,u;const s=await t.addVirtualRobotCoordinateSystem(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["VirtualRobotSetupApi.addVirtualRobotCoordinateSystem"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async addVirtualRobotTcp(r,n,o,a,s){var u,d;const i=await t.addVirtualRobotTcp(r,n,o,a,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=k["VirtualRobotSetupApi.addVirtualRobotTcp"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>N(i,_,M,e)(h,c||p)},async deleteVirtualRobotCoordinateSystem(r,n,o,a,s){var u,d;const i=await t.deleteVirtualRobotCoordinateSystem(r,n,o,a,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=k["VirtualRobotSetupApi.deleteVirtualRobotCoordinateSystem"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>N(i,_,M,e)(h,c||p)},async deleteVirtualRobotTcp(r,n,o,a,s){var u,d;const i=await t.deleteVirtualRobotTcp(r,n,o,a,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=k["VirtualRobotSetupApi.deleteVirtualRobotTcp"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>N(i,_,M,e)(h,c||p)},async getVirtualRobotMounting(r,n,o,a){var c,u;const s=await t.getVirtualRobotMounting(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["VirtualRobotSetupApi.getVirtualRobotMounting"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async listVirtualRobotCoordinateSystems(r,n,o){var l,c;const a=await t.listVirtualRobotCoordinateSystems(r,n,o),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=k["VirtualRobotSetupApi.listVirtualRobotCoordinateSystems"])==null?void 0:l[s])==null?void 0:c.url;return(u,d)=>N(a,_,M,e)(u,i||d)},async listVirtualRobotTcps(r,n,o,a){var c,u;const s=await t.listVirtualRobotTcps(r,n,o,a),i=(e==null?void 0:e.serverIndex)??0,l=(u=(c=k["VirtualRobotSetupApi.listVirtualRobotTcps"])==null?void 0:c[i])==null?void 0:u.url;return(d,h)=>N(s,_,M,e)(d,l||h)},async setVirtualRobotMounting(r,n,o,a,s){var u,d;const i=await t.setVirtualRobotMounting(r,n,o,a,s),l=(e==null?void 0:e.serverIndex)??0,c=(d=(u=k["VirtualRobotSetupApi.setVirtualRobotMounting"])==null?void 0:u[l])==null?void 0:d.url;return(h,p)=>N(i,_,M,e)(h,c||p)}}};class U2 extends Me{addVirtualRobotCoordinateSystem(t,r,n,o){return or(this.configuration).addVirtualRobotCoordinateSystem(t,r,n,o).then(a=>a(this.axios,this.basePath))}addVirtualRobotTcp(t,r,n,o,a){return or(this.configuration).addVirtualRobotTcp(t,r,n,o,a).then(s=>s(this.axios,this.basePath))}deleteVirtualRobotCoordinateSystem(t,r,n,o,a){return or(this.configuration).deleteVirtualRobotCoordinateSystem(t,r,n,o,a).then(s=>s(this.axios,this.basePath))}deleteVirtualRobotTcp(t,r,n,o,a){return or(this.configuration).deleteVirtualRobotTcp(t,r,n,o,a).then(s=>s(this.axios,this.basePath))}getVirtualRobotMounting(t,r,n,o){return or(this.configuration).getVirtualRobotMounting(t,r,n,o).then(a=>a(this.axios,this.basePath))}listVirtualRobotCoordinateSystems(t,r,n){return or(this.configuration).listVirtualRobotCoordinateSystems(t,r,n).then(o=>o(this.axios,this.basePath))}listVirtualRobotTcps(t,r,n,o){return or(this.configuration).listVirtualRobotTcps(t,r,n,o).then(a=>a(this.axios,this.basePath))}setVirtualRobotMounting(t,r,n,o,a){return or(this.configuration).setVirtualRobotMounting(t,r,n,o,a).then(s=>s(this.axios,this.basePath))}}function Nt(e,t,r){return Math.max(t,Math.min(r,e))}class D2{constructor(t=0,r=0,n=0,o=1){this.isQuaternion=!0,this._x=t,this._y=r,this._z=n,this._w=o}static slerpFlat(t,r,n,o,a,s,i){let l=n[o+0],c=n[o+1],u=n[o+2],d=n[o+3];const h=a[s+0],p=a[s+1],f=a[s+2],m=a[s+3];if(i===0){t[r+0]=l,t[r+1]=c,t[r+2]=u,t[r+3]=d;return}if(i===1){t[r+0]=h,t[r+1]=p,t[r+2]=f,t[r+3]=m;return}if(d!==m||l!==h||c!==p||u!==f){let b=1-i;const S=l*h+c*p+u*f+d*m,E=S>=0?1:-1,O=1-S*S;if(O>Number.EPSILON){const A=Math.sqrt(O),C=Math.atan2(A,S*E);b=Math.sin(b*C)/A,i=Math.sin(i*C)/A}const w=i*E;if(l=l*b+h*w,c=c*b+p*w,u=u*b+f*w,d=d*b+m*w,b===1-i){const A=1/Math.sqrt(l*l+c*c+u*u+d*d);l*=A,c*=A,u*=A,d*=A}}t[r]=l,t[r+1]=c,t[r+2]=u,t[r+3]=d}static multiplyQuaternionsFlat(t,r,n,o,a,s){const i=n[o],l=n[o+1],c=n[o+2],u=n[o+3],d=a[s],h=a[s+1],p=a[s+2],f=a[s+3];return t[r]=i*f+u*d+l*p-c*h,t[r+1]=l*f+u*h+c*d-i*p,t[r+2]=c*f+u*p+i*h-l*d,t[r+3]=u*f-i*d-l*h-c*p,t}get x(){return this._x}set x(t){this._x=t,this._onChangeCallback()}get y(){return this._y}set y(t){this._y=t,this._onChangeCallback()}get z(){return this._z}set z(t){this._z=t,this._onChangeCallback()}get w(){return this._w}set w(t){this._w=t,this._onChangeCallback()}set(t,r,n,o){return this._x=t,this._y=r,this._z=n,this._w=o,this._onChangeCallback(),this}clone(){return new this.constructor(this._x,this._y,this._z,this._w)}copy(t){return this._x=t.x,this._y=t.y,this._z=t.z,this._w=t.w,this._onChangeCallback(),this}setFromEuler(t,r=!0){const n=t._x,o=t._y,a=t._z,s=t._order,i=Math.cos,l=Math.sin,c=i(n/2),u=i(o/2),d=i(a/2),h=l(n/2),p=l(o/2),f=l(a/2);switch(s){case"XYZ":this._x=h*u*d+c*p*f,this._y=c*p*d-h*u*f,this._z=c*u*f+h*p*d,this._w=c*u*d-h*p*f;break;case"YXZ":this._x=h*u*d+c*p*f,this._y=c*p*d-h*u*f,this._z=c*u*f-h*p*d,this._w=c*u*d+h*p*f;break;case"ZXY":this._x=h*u*d-c*p*f,this._y=c*p*d+h*u*f,this._z=c*u*f+h*p*d,this._w=c*u*d-h*p*f;break;case"ZYX":this._x=h*u*d-c*p*f,this._y=c*p*d+h*u*f,this._z=c*u*f-h*p*d,this._w=c*u*d+h*p*f;break;case"YZX":this._x=h*u*d+c*p*f,this._y=c*p*d+h*u*f,this._z=c*u*f-h*p*d,this._w=c*u*d-h*p*f;break;case"XZY":this._x=h*u*d-c*p*f,this._y=c*p*d-h*u*f,this._z=c*u*f+h*p*d,this._w=c*u*d+h*p*f;break;default:console.warn("THREE.Quaternion: .setFromEuler() encountered an unknown order: "+s)}return r===!0&&this._onChangeCallback(),this}setFromAxisAngle(t,r){const n=r/2,o=Math.sin(n);return this._x=t.x*o,this._y=t.y*o,this._z=t.z*o,this._w=Math.cos(n),this._onChangeCallback(),this}setFromRotationMatrix(t){const r=t.elements,n=r[0],o=r[4],a=r[8],s=r[1],i=r[5],l=r[9],c=r[2],u=r[6],d=r[10],h=n+i+d;if(h>0){const p=.5/Math.sqrt(h+1);this._w=.25/p,this._x=(u-l)*p,this._y=(a-c)*p,this._z=(s-o)*p}else if(n>i&&n>d){const p=2*Math.sqrt(1+n-i-d);this._w=(u-l)/p,this._x=.25*p,this._y=(o+s)/p,this._z=(a+c)/p}else if(i>d){const p=2*Math.sqrt(1+i-n-d);this._w=(a-c)/p,this._x=(o+s)/p,this._y=.25*p,this._z=(l+u)/p}else{const p=2*Math.sqrt(1+d-n-i);this._w=(s-o)/p,this._x=(a+c)/p,this._y=(l+u)/p,this._z=.25*p}return this._onChangeCallback(),this}setFromUnitVectors(t,r){let n=t.dot(r)+1;return n<Number.EPSILON?(n=0,Math.abs(t.x)>Math.abs(t.z)?(this._x=-t.y,this._y=t.x,this._z=0,this._w=n):(this._x=0,this._y=-t.z,this._z=t.y,this._w=n)):(this._x=t.y*r.z-t.z*r.y,this._y=t.z*r.x-t.x*r.z,this._z=t.x*r.y-t.y*r.x,this._w=n),this.normalize()}angleTo(t){return 2*Math.acos(Math.abs(Nt(this.dot(t),-1,1)))}rotateTowards(t,r){const n=this.angleTo(t);if(n===0)return this;const o=Math.min(1,r/n);return this.slerp(t,o),this}identity(){return this.set(0,0,0,1)}invert(){return this.conjugate()}conjugate(){return this._x*=-1,this._y*=-1,this._z*=-1,this._onChangeCallback(),this}dot(t){return this._x*t._x+this._y*t._y+this._z*t._z+this._w*t._w}lengthSq(){return this._x*this._x+this._y*this._y+this._z*this._z+this._w*this._w}length(){return Math.sqrt(this._x*this._x+this._y*this._y+this._z*this._z+this._w*this._w)}normalize(){let t=this.length();return t===0?(this._x=0,this._y=0,this._z=0,this._w=1):(t=1/t,this._x=this._x*t,this._y=this._y*t,this._z=this._z*t,this._w=this._w*t),this._onChangeCallback(),this}multiply(t){return this.multiplyQuaternions(this,t)}premultiply(t){return this.multiplyQuaternions(t,this)}multiplyQuaternions(t,r){const n=t._x,o=t._y,a=t._z,s=t._w,i=r._x,l=r._y,c=r._z,u=r._w;return this._x=n*u+s*i+o*c-a*l,this._y=o*u+s*l+a*i-n*c,this._z=a*u+s*c+n*l-o*i,this._w=s*u-n*i-o*l-a*c,this._onChangeCallback(),this}slerp(t,r){if(r===0)return this;if(r===1)return this.copy(t);const n=this._x,o=this._y,a=this._z,s=this._w;let i=s*t._w+n*t._x+o*t._y+a*t._z;if(i<0?(this._w=-t._w,this._x=-t._x,this._y=-t._y,this._z=-t._z,i=-i):this.copy(t),i>=1)return this._w=s,this._x=n,this._y=o,this._z=a,this;const l=1-i*i;if(l<=Number.EPSILON){const p=1-r;return this._w=p*s+r*this._w,this._x=p*n+r*this._x,this._y=p*o+r*this._y,this._z=p*a+r*this._z,this.normalize(),this}const c=Math.sqrt(l),u=Math.atan2(c,i),d=Math.sin((1-r)*u)/c,h=Math.sin(r*u)/c;return this._w=s*d+this._w*h,this._x=n*d+this._x*h,this._y=o*d+this._y*h,this._z=a*d+this._z*h,this._onChangeCallback(),this}slerpQuaternions(t,r,n){return this.copy(t).slerp(r,n)}random(){const t=2*Math.PI*Math.random(),r=2*Math.PI*Math.random(),n=Math.random(),o=Math.sqrt(1-n),a=Math.sqrt(n);return this.set(o*Math.sin(t),o*Math.cos(t),a*Math.sin(r),a*Math.cos(r))}equals(t){return t._x===this._x&&t._y===this._y&&t._z===this._z&&t._w===this._w}fromArray(t,r=0){return this._x=t[r],this._y=t[r+1],this._z=t[r+2],this._w=t[r+3],this._onChangeCallback(),this}toArray(t=[],r=0){return t[r]=this._x,t[r+1]=this._y,t[r+2]=this._z,t[r+3]=this._w,t}fromBufferAttribute(t,r){return this._x=t.getX(r),this._y=t.getY(r),this._z=t.getZ(r),this._w=t.getW(r),this._onChangeCallback(),this}toJSON(){return this.toArray()}_onChange(t){return this._onChangeCallback=t,this}_onChangeCallback(){}*[Symbol.iterator](){yield this._x,yield this._y,yield this._z,yield this._w}}class pn{constructor(t=0,r=0,n=0){pn.prototype.isVector3=!0,this.x=t,this.y=r,this.z=n}set(t,r,n){return n===void 0&&(n=this.z),this.x=t,this.y=r,this.z=n,this}setScalar(t){return this.x=t,this.y=t,this.z=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setZ(t){return this.z=t,this}setComponent(t,r){switch(t){case 0:this.x=r;break;case 1:this.y=r;break;case 2:this.z=r;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;default:throw new Error("index is out of range: "+t)}}clone(){return new this.constructor(this.x,this.y,this.z)}copy(t){return this.x=t.x,this.y=t.y,this.z=t.z,this}add(t){return this.x+=t.x,this.y+=t.y,this.z+=t.z,this}addScalar(t){return this.x+=t,this.y+=t,this.z+=t,this}addVectors(t,r){return this.x=t.x+r.x,this.y=t.y+r.y,this.z=t.z+r.z,this}addScaledVector(t,r){return this.x+=t.x*r,this.y+=t.y*r,this.z+=t.z*r,this}sub(t){return this.x-=t.x,this.y-=t.y,this.z-=t.z,this}subScalar(t){return this.x-=t,this.y-=t,this.z-=t,this}subVectors(t,r){return this.x=t.x-r.x,this.y=t.y-r.y,this.z=t.z-r.z,this}multiply(t){return this.x*=t.x,this.y*=t.y,this.z*=t.z,this}multiplyScalar(t){return this.x*=t,this.y*=t,this.z*=t,this}multiplyVectors(t,r){return this.x=t.x*r.x,this.y=t.y*r.y,this.z=t.z*r.z,this}applyEuler(t){return this.applyQuaternion(nh.setFromEuler(t))}applyAxisAngle(t,r){return this.applyQuaternion(nh.setFromAxisAngle(t,r))}applyMatrix3(t){const r=this.x,n=this.y,o=this.z,a=t.elements;return this.x=a[0]*r+a[3]*n+a[6]*o,this.y=a[1]*r+a[4]*n+a[7]*o,this.z=a[2]*r+a[5]*n+a[8]*o,this}applyNormalMatrix(t){return this.applyMatrix3(t).normalize()}applyMatrix4(t){const r=this.x,n=this.y,o=this.z,a=t.elements,s=1/(a[3]*r+a[7]*n+a[11]*o+a[15]);return this.x=(a[0]*r+a[4]*n+a[8]*o+a[12])*s,this.y=(a[1]*r+a[5]*n+a[9]*o+a[13])*s,this.z=(a[2]*r+a[6]*n+a[10]*o+a[14])*s,this}applyQuaternion(t){const r=this.x,n=this.y,o=this.z,a=t.x,s=t.y,i=t.z,l=t.w,c=2*(s*o-i*n),u=2*(i*r-a*o),d=2*(a*n-s*r);return this.x=r+l*c+s*d-i*u,this.y=n+l*u+i*c-a*d,this.z=o+l*d+a*u-s*c,this}project(t){return this.applyMatrix4(t.matrixWorldInverse).applyMatrix4(t.projectionMatrix)}unproject(t){return this.applyMatrix4(t.projectionMatrixInverse).applyMatrix4(t.matrixWorld)}transformDirection(t){const r=this.x,n=this.y,o=this.z,a=t.elements;return this.x=a[0]*r+a[4]*n+a[8]*o,this.y=a[1]*r+a[5]*n+a[9]*o,this.z=a[2]*r+a[6]*n+a[10]*o,this.normalize()}divide(t){return this.x/=t.x,this.y/=t.y,this.z/=t.z,this}divideScalar(t){return this.multiplyScalar(1/t)}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this.z=Math.min(this.z,t.z),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this.z=Math.max(this.z,t.z),this}clamp(t,r){return this.x=Nt(this.x,t.x,r.x),this.y=Nt(this.y,t.y,r.y),this.z=Nt(this.z,t.z,r.z),this}clampScalar(t,r){return this.x=Nt(this.x,t,r),this.y=Nt(this.y,t,r),this.z=Nt(this.z,t,r),this}clampLength(t,r){const n=this.length();return this.divideScalar(n||1).multiplyScalar(Nt(n,t,r))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this}negate(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)}normalize(){return this.divideScalar(this.length()||1)}setLength(t){return this.normalize().multiplyScalar(t)}lerp(t,r){return this.x+=(t.x-this.x)*r,this.y+=(t.y-this.y)*r,this.z+=(t.z-this.z)*r,this}lerpVectors(t,r,n){return this.x=t.x+(r.x-t.x)*n,this.y=t.y+(r.y-t.y)*n,this.z=t.z+(r.z-t.z)*n,this}cross(t){return this.crossVectors(this,t)}crossVectors(t,r){const n=t.x,o=t.y,a=t.z,s=r.x,i=r.y,l=r.z;return this.x=o*l-a*i,this.y=a*s-n*l,this.z=n*i-o*s,this}projectOnVector(t){const r=t.lengthSq();if(r===0)return this.set(0,0,0);const n=t.dot(this)/r;return this.copy(t).multiplyScalar(n)}projectOnPlane(t){return ki.copy(this).projectOnVector(t),this.sub(ki)}reflect(t){return this.sub(ki.copy(t).multiplyScalar(2*this.dot(t)))}angleTo(t){const r=Math.sqrt(this.lengthSq()*t.lengthSq());if(r===0)return Math.PI/2;const n=this.dot(t)/r;return Math.acos(Nt(n,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const r=this.x-t.x,n=this.y-t.y,o=this.z-t.z;return r*r+n*n+o*o}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)+Math.abs(this.z-t.z)}setFromSpherical(t){return this.setFromSphericalCoords(t.radius,t.phi,t.theta)}setFromSphericalCoords(t,r,n){const o=Math.sin(r)*t;return this.x=o*Math.sin(n),this.y=Math.cos(r)*t,this.z=o*Math.cos(n),this}setFromCylindrical(t){return this.setFromCylindricalCoords(t.radius,t.theta,t.y)}setFromCylindricalCoords(t,r,n){return this.x=t*Math.sin(r),this.y=n,this.z=t*Math.cos(r),this}setFromMatrixPosition(t){const r=t.elements;return this.x=r[12],this.y=r[13],this.z=r[14],this}setFromMatrixScale(t){const r=this.setFromMatrixColumn(t,0).length(),n=this.setFromMatrixColumn(t,1).length(),o=this.setFromMatrixColumn(t,2).length();return this.x=r,this.y=n,this.z=o,this}setFromMatrixColumn(t,r){return this.fromArray(t.elements,r*4)}setFromMatrix3Column(t,r){return this.fromArray(t.elements,r*3)}setFromEuler(t){return this.x=t._x,this.y=t._y,this.z=t._z,this}setFromColor(t){return this.x=t.r,this.y=t.g,this.z=t.b,this}equals(t){return t.x===this.x&&t.y===this.y&&t.z===this.z}fromArray(t,r=0){return this.x=t[r],this.y=t[r+1],this.z=t[r+2],this}toArray(t=[],r=0){return t[r]=this.x,t[r+1]=this.y,t[r+2]=this.z,t}fromBufferAttribute(t,r){return this.x=t.getX(r),this.y=t.getY(r),this.z=t.getZ(r),this}random(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this}randomDirection(){const t=Math.random()*Math.PI*2,r=Math.random()*2-1,n=Math.sqrt(1-r*r);return this.x=n*Math.cos(t),this.y=r,this.z=n*Math.sin(t),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z}}const ki=new pn,nh=new D2;function L2(e){var t=[];if(e.length===0)return"";if(typeof e[0]!="string")throw new TypeError("Url must be a string. Received "+e[0]);if(e[0].match(/^[^/:]+:\/*$/)&&e.length>1){var r=e.shift();e[0]=r+e[0]}e[0].match(/^file:\/\/\//)?e[0]=e[0].replace(/^([^/:]+):\/*/,"$1:///"):e[0]=e[0].replace(/^([^/:]+):\/*/,"$1://");for(var n=0;n<e.length;n++){var o=e[n];if(typeof o!="string")throw new TypeError("Url must be a string. Received "+o);o!==""&&(n>0&&(o=o.replace(/^[\/]+/,"")),n<e.length-1?o=o.replace(/[\/]+$/,""):o=o.replace(/[\/]+$/,"/"),t.push(o))}var a=t.join("/");a=a.replace(/\/(\?|&|#[^!])/g,"$1");var s=a.split("?");return a=s.shift()+(s.length>0?"?":"")+s.join("&"),a}function $i(){var e;return typeof arguments[0]=="object"?e=arguments[0]:e=[].slice.call(arguments),L2(e)}var It={},oh;function B2(){if(oh)return It;oh=1,Object.defineProperty(It,"__esModule",{value:!0}),It.TokenData=void 0,It.parse=d,It.compile=h,It.match=m,It.pathToRegexp=b,It.stringify=w;const e="/",t=T=>T,r=/^[$_\p{ID_Start}]$/u,n=/^[$\u200c\u200d\p{ID_Continue}]$/u,o="https://git.new/pathToRegexpError",a={"{":"{","}":"}","(":"(",")":")","[":"[","]":"]","+":"+","?":"?","!":"!"};function s(T){return T.replace(/[{}()\[\]+?!:*]/g,"\\$&")}function i(T){return T.replace(/[.+*?^${}()[\]|/\\]/g,"\\$&")}function*l(T){const V=[...T];let j=0;function y(){let R="";if(r.test(V[++j]))for(R+=V[j];n.test(V[++j]);)R+=V[j];else if(V[j]==='"'){let z=j;for(;j<V.length;){if(V[++j]==='"'){j++,z=0;break}V[j]==="\\"?R+=V[++j]:R+=V[j]}if(z)throw new TypeError(`Unterminated quote at ${z}: ${o}`)}if(!R)throw new TypeError(`Missing parameter name at ${j}: ${o}`);return R}for(;j<V.length;){const R=V[j],z=a[R];if(z)yield{type:z,index:j++,value:R};else if(R==="\\")yield{type:"ESCAPED",index:j++,value:V[j++]};else if(R===":"){const I=y();yield{type:"PARAM",index:j,value:I}}else if(R==="*"){const I=y();yield{type:"WILDCARD",index:j,value:I}}else yield{type:"CHAR",index:j,value:V[j++]}}return{type:"END",index:j,value:""}}class c{constructor(V){this.tokens=V}peek(){if(!this._peek){const V=this.tokens.next();this._peek=V.value}return this._peek}tryConsume(V){const j=this.peek();if(j.type===V)return this._peek=void 0,j.value}consume(V){const j=this.tryConsume(V);if(j!==void 0)return j;const{type:y,index:R}=this.peek();throw new TypeError(`Unexpected ${y} at ${R}, expected ${V}: ${o}`)}text(){let V="",j;for(;j=this.tryConsume("CHAR")||this.tryConsume("ESCAPED");)V+=j;return V}}class u{constructor(V){this.tokens=V}}It.TokenData=u;function d(T,V={}){const{encodePath:j=t}=V,y=new c(l(T));function R(I){const G=[];for(;;){const oe=y.text();oe&&G.push({type:"text",value:j(oe)});const re=y.tryConsume("PARAM");if(re){G.push({type:"param",name:re});continue}const te=y.tryConsume("WILDCARD");if(te){G.push({type:"wildcard",name:te});continue}if(y.tryConsume("{")){G.push({type:"group",tokens:R("}")});continue}return y.consume(I),G}}const z=R("END");return new u(z)}function h(T,V={}){const{encode:j=encodeURIComponent,delimiter:y=e}=V,R=T instanceof u?T:d(T,V),z=p(R.tokens,y,j);return function(G={}){const[oe,...re]=z(G);if(re.length)throw new TypeError(`Missing parameters: ${re.join(", ")}`);return oe}}function p(T,V,j){const y=T.map(R=>f(R,V,j));return R=>{const z=[""];for(const I of y){const[G,...oe]=I(R);z[0]+=G,z.push(...oe)}return z}}function f(T,V,j){if(T.type==="text")return()=>[T.value];if(T.type==="group"){const R=p(T.tokens,V,j);return z=>{const[I,...G]=R(z);return G.length?[""]:[I]}}const y=j||t;return T.type==="wildcard"&&j!==!1?R=>{const z=R[T.name];if(z==null)return["",T.name];if(!Array.isArray(z)||z.length===0)throw new TypeError(`Expected "${T.name}" to be a non-empty array`);return[z.map((I,G)=>{if(typeof I!="string")throw new TypeError(`Expected "${T.name}/${G}" to be a string`);return y(I)}).join(V)]}:R=>{const z=R[T.name];if(z==null)return["",T.name];if(typeof z!="string")throw new TypeError(`Expected "${T.name}" to be a string`);return[y(z)]}}function m(T,V={}){const{decode:j=decodeURIComponent,delimiter:y=e}=V,{regexp:R,keys:z}=b(T,V),I=z.map(G=>j===!1?t:G.type==="param"?j:oe=>oe.split(y).map(j));return function(oe){const re=R.exec(oe);if(!re)return!1;const te=re[0],ee=Object.create(null);for(let se=1;se<re.length;se++){if(re[se]===void 0)continue;const H=z[se-1],X=I[se-1];ee[H.name]=X(re[se])}return{path:te,params:ee}}}function b(T,V={}){const{delimiter:j=e,end:y=!0,sensitive:R=!1,trailing:z=!0}=V,I=[],G=[],oe=R?"":"i",te=(Array.isArray(T)?T:[T]).map(H=>H instanceof u?H:d(H,V));for(const{tokens:H}of te)for(const X of S(H,0,[])){const le=E(X,j,I);G.push(le)}let ee=`^(?:${G.join("|")})`;return z&&(ee+=`(?:${i(j)}$)?`),ee+=y?"$":`(?=${i(j)}|$)`,{regexp:new RegExp(ee,oe),keys:I}}function*S(T,V,j){if(V===T.length)return yield j;const y=T[V];if(y.type==="group"){const R=j.slice();for(const z of S(y.tokens,0,R))yield*S(T,V+1,z)}else j.push(y);yield*S(T,V+1,j)}function E(T,V,j){let y="",R="",z=!0;for(let I=0;I<T.length;I++){const G=T[I];if(G.type==="text"){y+=i(G.value),R+=G.value,z||(z=G.value.includes(V));continue}if(G.type==="param"||G.type==="wildcard"){if(!z&&!R)throw new TypeError(`Missing text after "${G.name}": ${o}`);G.type==="param"?y+=`(${O(V,z?"":R)}+)`:y+="([\\s\\S]+)",j.push(G),R="",z=!1;continue}}return y}function O(T,V){return V.length<2?T.length<2?`[^${i(T+V)}]`:`(?:(?!${i(T)})[^${i(V)}])`:T.length<2?`(?:(?!${i(V)})[^${i(T)}])`:`(?:(?!${i(V)}|${i(T)})[\\s\\S])`}function w(T){return T.tokens.map(function V(j,y,R){if(j.type==="text")return s(j.value);if(j.type==="group")return`{${j.tokens.map(V).join("")}}`;const I=A(j.name)&&C(R[y+1])?j.name:JSON.stringify(j.name);if(j.type==="param")return`:${I}`;if(j.type==="wildcard")return`*${I}`;throw new TypeError(`Unexpected token: ${j}`)}).join("")}function A(T){const[V,...j]=T;return r.test(V)?j.every(y=>n.test(y)):!1}function C(T){return(T==null?void 0:T.type)!=="text"?!0:!n.test(T.value[0])}return It}var N2=B2();function xf(e,t,r){if(t.length!==e.length)return!0;for(let n=0;n<t.length;n++)if(Math.abs(t[n]-e[n])>r)return!1;return!0}function vf(e,t,r){if(e===void 0&&t||e&&t===void 0)return!1;if(e===void 0||t===void 0)return!0;let n=0;return n+=Math.abs(e.orientation.x-t.orientation.x),n+=Math.abs(e.orientation.y-t.orientation.y),n+=Math.abs(e.orientation.z-t.orientation.z),n+=Math.abs(e.position.x-t.position.x),n+=Math.abs(e.position.y-t.position.y),n+=Math.abs(e.position.z-t.position.z),n>r?!1:e.coordinate_system===t.coordinate_system&&e.tcp===t.tcp}var ah=1e-4,F2=class Sf{constructor(t,r,n,o,a,s,i,l,c,u,d,h){this.nova=t,this.controller=r,this.motionGroup=n,this.initialMotionState=o,this.motionStateSocket=a,this.isVirtual=s,this.tcps=i,this.motionGroupSpecification=l,this.safetySetup=c,this.mounting=u,this.initialControllerState=d,this.controllerStateSocket=h,this.connectedJoggingCartesianSocket=null,this.connectedJoggingJointsSocket=null,this.joggingVelocity=10,this.activationState="inactive",this.rapidlyChangingMotionState=o,this.controllerState=d,h.addEventListener("message",p=>{var f;const m=(f=lr(p.data))==null?void 0:f.result;m&&$e.runInAction(()=>{this.controllerState=m})}),a.addEventListener("message",p=>{var f;const m=(f=lr(p.data))==null?void 0:f.result;if(!m)throw new Error(`Failed to get motion state for ${this.motionGroupId}: ${p.data}`);xf(this.rapidlyChangingMotionState.state.joint_position.joints,m.state.joint_position.joints,ah)||$e.runInAction(()=>{this.rapidlyChangingMotionState.state=m.state}),vf(this.rapidlyChangingMotionState.tcp_pose,m.tcp_pose,ah)||$e.runInAction(()=>{this.rapidlyChangingMotionState.tcp_pose=m.tcp_pose})}),$e.makeAutoObservable(this)}static connect(t,r,n){return Ve(this,null,function*(){var o,a;const[s,i]=r.split("@"),l=n.find(C=>C.controller===i),c=l==null?void 0:l.physical_motion_groups.find(C=>C.motion_group===r);if(!l||!c)throw new Error(`Controller ${i} or motion group ${r} not found`);const u=t.openReconnectingWebsocket(`/motion-groups/${r}/state-stream`),d=yield u.firstMessage(),h=(o=lr(d.data))==null?void 0:o.result;if(!h)throw new Error(`Unable to parse initial motion state message ${d.data}`);console.log(`Connected motion state websocket to motion group ${c.motion_group}. Initial state:
151
+ `,h);const f=(yield t.api.controller.getRobotController(l.controller)).configuration.kind==="VirtualController",m=yield Ve(this,null,function*(){try{return yield t.api.motionGroupInfos.getMounting(c.motion_group)}catch(C){return console.error(`Error fetching mounting for ${c.motion_group}`,C),null}}),b=t.openReconnectingWebsocket(`/controllers/${l.controller}/state-stream?response_rate=1000`),S=yield b.firstMessage(),E=(a=lr(S.data))==null?void 0:a.result;if(!E)throw new Error(`Unable to parse initial controller state message ${S.data}`);console.log(`Connected controller state websocket to controller ${l.controller}. Initial state:
152
+ `,E);const{tcps:O}=yield t.api.motionGroupInfos.listTcps(r),w=yield t.api.motionGroupInfos.getMotionGroupSpecification(r),A=yield t.api.motionGroupInfos.getSafetySetup(r);return new Sf(t,l,c,h,u,f,O,w,A,m,E,b)})}get motionGroupId(){return this.motionGroup.motion_group}get controllerId(){return this.controller.controller}get modelFromController(){return this.motionGroup.model_from_controller}get wandelscriptIdentifier(){const t=this.motionGroupId.split("@")[0];return`${this.controllerId.replaceAll("-","_")}_${t}`}get joggingVelocityRads(){return this.joggingVelocity*Math.PI/180}get joints(){return this.initialMotionState.state.joint_position.joints.map((t,r)=>({index:r}))}get dhParameters(){return this.motionGroupSpecification.dh_parameters}get safetyZones(){return this.safetySetup.safety_zones}get mountingPosition(){return this.mounting?[this.mounting.pose.position.x/1e3,this.mounting.pose.position.y/1e3,this.mounting.pose.position.z/1e3]:[0,0,0]}get mountingQuaternion(){var t,r,n,o,a,s;const i=new Be.Vector3(((r=(t=this.mounting)==null?void 0:t.pose.orientation)==null?void 0:r.x)||0,((o=(n=this.mounting)==null?void 0:n.pose.orientation)==null?void 0:o.y)||0,((s=(a=this.mounting)==null?void 0:a.pose.orientation)==null?void 0:s.z)||0),l=i.length(),c=i.normalize();return new Be.Quaternion().setFromAxisAngle(c,l)}get isEstopActive(){return["SAFETY_STATE_ROBOT_EMERGENCY_STOP","SAFETY_STATE_DEVICE_EMERGENCY_STOP"].includes(this.controllerState.safety_state)}get isMoveableSafetyState(){return["SAFETY_STATE_NORMAL","SAFETY_STATE_REDUCED"].includes(this.controllerState.safety_state)}get isMoveableOperationMode(){return["OPERATION_MODE_AUTO","OPERATION_MODE_MANUAL","OPERATION_MODE_MANUAL_T1","OPERATION_MODE_MANUAL_T2"].includes(this.controllerState.operation_mode)}get canBeMoved(){return this.isMoveableSafetyState&&this.isMoveableOperationMode&&this.activationState==="active"}deactivate(){return Ve(this,null,function*(){if(this.activationState!=="active"){console.error("Tried to deactivate while already deactivating");return}$e.runInAction(()=>{this.activationState="deactivating"});try{yield this.nova.api.controller.setDefaultMode(this.controllerId,"MODE_MONITOR"),$e.runInAction(()=>{this.activationState="inactive"})}catch(t){throw $e.runInAction(()=>{this.activationState="active"}),t}})}activate(){return Ve(this,null,function*(){if(this.activationState!=="inactive"){console.error("Tried to activate while already activating");return}$e.runInAction(()=>{this.activationState="activating"});try{yield this.nova.api.controller.setDefaultMode(this.controllerId,"MODE_CONTROL"),$e.runInAction(()=>{this.activationState="active"})}catch(t){throw $e.runInAction(()=>{this.activationState="inactive"}),t}})}toggleActivation(){this.activationState==="inactive"?this.activate():this.activationState==="active"&&this.deactivate()}dispose(){this.motionStateSocket.close(),this.connectedJoggingCartesianSocket&&this.connectedJoggingCartesianSocket.close(),this.connectedJoggingJointsSocket&&this.connectedJoggingJointsSocket.close()}setJoggingVelocity(t){this.joggingVelocity=t}},z2=class Of{constructor(t,r={}){this.motionStream=t,this.opts=r,this.cartesianWebsocket=null,this.jointWebsocket=null,this.cartesianJoggingOpts={}}static open(t,r){return Ve(this,arguments,function*(n,o,a={}){const s=yield n.connectMotionStream(o);return new Of(s,a)})}get motionGroupId(){return this.motionStream.motionGroupId}get nova(){return this.motionStream.nova}get numJoints(){return this.motionStream.joints.length}get activeJoggingMode(){return this.cartesianWebsocket?"cartesian":this.jointWebsocket?"joint":"increment"}get activeWebsocket(){return this.cartesianWebsocket||this.jointWebsocket}stop(){return Ve(this,null,function*(){this.cartesianWebsocket&&this.cartesianWebsocket.sendJson({motion_group:this.motionGroupId,position_direction:{x:0,y:0,z:0},rotation_direction:{x:0,y:0,z:0},position_velocity:0,rotation_velocity:0,tcp:this.cartesianJoggingOpts.tcpId,coordinate_system:this.cartesianJoggingOpts.coordSystemId}),this.jointWebsocket&&this.jointWebsocket.sendJson({motion_group:this.motionGroupId,joint_velocities:new Array(this.numJoints).fill(0)})})}dispose(){this.cartesianWebsocket&&this.cartesianWebsocket.dispose(),this.jointWebsocket&&this.jointWebsocket.dispose()}setJoggingMode(t,r){console.log("Setting jogging mode to",t),r&&(WA(this.cartesianJoggingOpts,r)||this.cartesianWebsocket&&(this.cartesianWebsocket.dispose(),this.cartesianWebsocket=null),this.cartesianJoggingOpts=r),t!=="cartesian"&&this.cartesianWebsocket&&(this.cartesianWebsocket.dispose(),this.cartesianWebsocket=null),t!=="joint"&&this.jointWebsocket&&(this.jointWebsocket.dispose(),this.jointWebsocket=null),t==="cartesian"&&!this.cartesianWebsocket&&(this.cartesianWebsocket=this.nova.openReconnectingWebsocket("/motion-groups/move-tcp"),this.cartesianWebsocket.addEventListener("message",n=>{const o=lr(n.data);if(o&&"error"in o)if(this.opts.onError)this.opts.onError(n.data);else throw new Error(n.data)})),t==="joint"&&!this.jointWebsocket&&(this.jointWebsocket=this.nova.openReconnectingWebsocket("/motion-groups/move-joint"),this.jointWebsocket.addEventListener("message",n=>{const o=lr(n.data);if(o&&"error"in o)if(this.opts.onError)this.opts.onError(n.data);else throw new Error(n.data)}))}startJointRotation(t){return Ve(this,arguments,function*({joint:r,direction:n,velocityRadsPerSec:o}){if(!this.jointWebsocket)throw new Error("Joint jogging websocket not connected; call setJoggingMode first");const a=new Array(this.numJoints).fill(0);a[r]=n==="-"?-o:o,this.jointWebsocket.sendJson({motion_group:this.motionGroupId,joint_velocities:a})})}startTCPTranslation(t){return Ve(this,arguments,function*({axis:r,direction:n,velocityMmPerSec:o}){if(!this.cartesianWebsocket)throw new Error("Cartesian jogging websocket not connected; call setJoggingMode first");const a={x:0,y:0,z:0},s=Object.assign({},a);s[r]=n==="-"?-1:1,this.cartesianWebsocket.sendJson({motion_group:this.motionGroupId,position_direction:s,rotation_direction:a,position_velocity:o,rotation_velocity:0,tcp:this.cartesianJoggingOpts.tcpId,coordinate_system:this.cartesianJoggingOpts.coordSystemId})})}startTCPRotation(t){return Ve(this,arguments,function*({axis:r,direction:n,velocityRadsPerSec:o}){if(!this.cartesianWebsocket)throw new Error("Cartesian jogging websocket not connected; call setJoggingMode first");const a={x:0,y:0,z:0},s=Object.assign({},a);s[r]=n==="-"?-1:1,this.cartesianWebsocket.sendJson({motion_group:this.motionGroupId,position_direction:a,rotation_direction:s,position_velocity:0,rotation_velocity:o,tcp:this.cartesianJoggingOpts.tcpId,coordinate_system:this.cartesianJoggingOpts.coordSystemId})})}runIncrementalCartesianMotion(t){return Ve(this,arguments,function*({currentTcpPose:r,currentJoints:n,coordSystemId:o,velocityInRelevantUnits:a,axis:s,direction:i,motion:l}){var c;const u=[];if(!c_(r.coordinate_system,o))throw new Error(`Current TCP pose coordinate system ${r.coordinate_system} does not match target coordinate system ${o}`);if(l.type==="translate"){const p=Object.assign({},r.position);p[s]+=l.distanceMm*(i==="-"?-1:1),u.push({settings:{limits_override:{tcp_velocity_limit:a}},line:{position:p,orientation:r.orientation,coordinate_system:o}})}else if(l.type==="rotate"){const p=new pn(r.orientation.x,r.orientation.y,r.orientation.z),f=p.length(),m=p.clone().normalize(),b=l.distanceRads*(i==="-"?-1:1),S=new pn(0,0,0);S[s]=1;const E=Math.cos(.5*b)*Math.cos(.5*f),O=Math.sin(.5*b)*Math.sin(.5*f),w=Math.sin(.5*b)*Math.cos(.5*f),A=Math.cos(.5*b)*Math.sin(.5*f),C=S.dot(m),T=S.clone().cross(m),V=2*Math.acos(E-O*C),j=V/Math.sin(.5*V),y=new pn().addScaledVector(T,O).addScaledVector(S,w).addScaledVector(m,A).multiplyScalar(j);u.push({settings:{limits_override:{tcp_orientation_velocity_limit:a}},line:{position:r.position,orientation:y,coordinate_system:o}})}const d=yield this.nova.api.motion.planMotion({motion_group:this.motionGroupId,start_joint_position:n,tcp:this.cartesianJoggingOpts.tcpId,commands:u}),h=(c=d.plan_successful_response)==null?void 0:c.motion;if(!h)throw new Error(`Failed to plan jogging increment motion ${JSON.stringify(d)}`);yield this.nova.api.motion.streamMoveForward(h,100,void 0,void 0,void 0,{timeout:1e3*60})})}runIncrementalJointRotation(t){return Ve(this,arguments,function*({joint:r,currentJoints:n,velocityRadsPerSec:o,direction:a,distanceRads:s}){var i;const l=[...n.joints];l[r]+=s*(a==="-"?-1:1);const c=new Array(n.joints.length).fill(o),u=yield this.nova.api.motion.planMotion({motion_group:this.motionGroupId,start_joint_position:n,commands:[{settings:{limits_override:{joint_velocity_limits:{joints:c}}},joint_ptp:{joints:l}}]}),d=(i=u.plan_successful_response)==null?void 0:i.motion;if(!d){console.error("Failed to plan jogging increment motion",u);return}yield this.nova.api.motion.streamMoveForward(d,100,void 0,void 0,void 0,{timeout:1e3*60})})}},sh=1e-4;function G2(e,t){const r=new Ot.Vector3(t.x,t.y,t.z),n=new Ot.Vector3(e.x,e.y,e.z),o=r.length(),a=r.normalize();let s=n.length(),i=n.normalize();i.dot(a)<0&&(s=-s,i=i.multiplyScalar(-1));let l=s-o;return l-=2*Math.PI*Math.floor((l+Math.PI)/(2*Math.PI)),s=o+l,i.multiplyScalar(s)}var H2=class wf{constructor(t,r,n,o,a){this.nova=t,this.controller=r,this.motionGroup=n,this.initialMotionState=o,this.motionStateSocket=a,this.rapidlyChangingMotionState=o,a.addEventListener("message",s=>{var i;const l=(i=lr(s.data))==null?void 0:i.result;if(!l)throw new Error(`Failed to get motion state for ${this.motionGroupId}: ${s.data}`);xf(this.rapidlyChangingMotionState.state.joint_position.joints,l.state.joint_position.joints,sh)||$e.runInAction(()=>{this.rapidlyChangingMotionState.state=l.state}),vf(this.rapidlyChangingMotionState.tcp_pose,l.tcp_pose,sh)||$e.runInAction(()=>{this.rapidlyChangingMotionState.tcp_pose==null?this.rapidlyChangingMotionState.tcp_pose=l.tcp_pose:this.rapidlyChangingMotionState.tcp_pose={position:l.tcp_pose.position,orientation:G2(l.tcp_pose.orientation,this.rapidlyChangingMotionState.tcp_pose.orientation),tcp:l.tcp_pose.tcp,coordinate_system:l.tcp_pose.coordinate_system}})}),$e.makeAutoObservable(this)}static open(t,r){return Ve(this,null,function*(){var n;const{instances:o}=yield t.api.controller.listControllers(),[a,s]=r.split("@"),i=o.find(h=>h.controller===s),l=i==null?void 0:i.physical_motion_groups.find(h=>h.motion_group===r);if(!i||!l)throw new Error(`Controller ${s} or motion group ${r} not found`);const c=t.openReconnectingWebsocket(`/motion-groups/${r}/state-stream`),u=yield c.firstMessage();console.log("got first message",u);const d=(n=lr(u.data))==null?void 0:n.result;if(!d)throw new Error(`Unable to parse initial motion state message ${u.data}`);return console.log(`Connected motion state websocket to motion group ${l.motion_group}. Initial state:
153
+ `,d),new wf(t,i,l,d,c)})}get motionGroupId(){return this.motionGroup.motion_group}get controllerId(){return this.controller.controller}get modelFromController(){return this.motionGroup.model_from_controller}get wandelscriptIdentifier(){const t=this.motionGroupId.split("@")[0];return`${this.controllerId.replaceAll("-","_")}_${t}`}get joints(){return this.initialMotionState.state.joint_position.joints.map((t,r)=>({index:r}))}dispose(){this.motionStateSocket.close()}},q2=class{constructor(e,t){this.cellId=e,this.opts=t,this.system=this.withUnwrappedResponsesOnly(_2),this.cell=this.withUnwrappedResponsesOnly(HE),this.deviceConfig=this.withCellId(ZE),this.motionGroup=this.withCellId(d2),this.motionGroupInfos=this.withCellId(p2),this.controller=this.withCellId(WE),this.program=this.withCellId(x2),this.programValues=this.withCellId(S2),this.controllerIOs=this.withCellId(YE),this.motionGroupKinematic=this.withCellId(y2),this.motion=this.withCellId(c2),this.coordinateSystems=this.withCellId(QE),this.application=this.withCellId(rh),this.applicationGlobal=this.withUnwrappedResponsesOnly(rh),this.motionGroupJogging=this.withCellId(f2),this.virtualRobot=this.withCellId(I2),this.virtualRobotSetup=this.withCellId(U2),this.virtualRobotMode=this.withCellId(k2),this.virtualRobotBehavior=this.withCellId(M2),this.libraryProgramMetadata=this.withCellId(n2),this.libraryProgram=this.withCellId(t2),this.libraryRecipeMetadata=this.withCellId(i2),this.libraryRecipe=this.withCellId(a2),this.storeObject=this.withCellId(R2),this.storeCollisionComponents=this.withCellId(w2),this.storeCollisionScenes=this.withCellId(P2)}withCellId(e){var t,r;const n=new e(dl(ln({},this.opts),{isJsonMime:o=>o==="application/json"}),(t=this.opts.basePath)!=null?t:"",(r=this.opts.axiosInstance)!=null?r:_.create());for(const o of Reflect.ownKeys(Reflect.getPrototypeOf(n)))if(o!=="constructor"&&typeof n[o]=="function"){const a=n[o];n[o]=(...s)=>a.apply(n,[this.cellId,...s]).then(i=>i.data)}return n}withUnwrappedResponsesOnly(e){var t,r;const n=new e(dl(ln({},this.opts),{isJsonMime:o=>o==="application/json"}),(t=this.opts.basePath)!=null?t:"",(r=this.opts.axiosInstance)!=null?r:_.create());for(const o of Reflect.ownKeys(Reflect.getPrototypeOf(n)))if(o!=="constructor"&&typeof n[o]=="function"){const a=n[o];n[o]=(...s)=>a.apply(n,s).then(i=>i.data)}return n}},W2=class{constructor(){this.connections=[]}handleAPIRequest(e){return Ve(this,null,function*(){var t,r,n;const o=[{method:"GET",path:"/cells/:cellId/controllers",handle(){return{instances:[{controller:"mock-ur5e",model_name:"UniversalRobots::Controller",host:"mock-ur5e",allow_software_install_on_controller:!0,physical_motion_groups:[{motion_group:"0@mock-ur5e",name_from_controller:"UR5e",active:!1,model_from_controller:"UniversalRobots_UR5e"}],has_error:!1,error_details:""}]}}},{method:"GET",path:"/cells/:cellId/controllers/:controllerId",handle(){return{configuration:{kind:"VirtualController",manufacturer:"universalrobots",position:"[0,-1.571,-1.571,-1.571,1.571,-1.571,0]",type:"universalrobots-ur5e"},name:"mock-ur5"}}},{method:"GET",path:"/cells/:cellId/motion-groups/:motionGroupId/specification",handle(){return{dh_parameters:[{alpha:1.5707963267948966,theta:0,a:0,d:162.25,reverse_rotation_direction:!1},{alpha:0,theta:0,a:-425,d:0,reverse_rotation_direction:!1},{alpha:0,theta:0,a:-392.2,d:0,reverse_rotation_direction:!1},{alpha:1.5707963267948966,theta:0,a:0,d:133.3,reverse_rotation_direction:!1},{alpha:-1.5707963267948966,theta:0,a:0,d:99.7,reverse_rotation_direction:!1},{alpha:0,theta:0,a:0,d:99.6,reverse_rotation_direction:!1}],mechanical_joint_limits:[{joint:"JOINTNAME_AXIS_1",lower_limit:-6.335545063018799,upper_limit:6.335545063018799,unlimited:!1},{joint:"JOINTNAME_AXIS_2",lower_limit:-6.335545063018799,upper_limit:6.335545063018799,unlimited:!1},{joint:"JOINTNAME_AXIS_3",lower_limit:-6.335545063018799,upper_limit:6.335545063018799,unlimited:!1},{joint:"JOINTNAME_AXIS_4",lower_limit:-6.335545063018799,upper_limit:6.335545063018799,unlimited:!1},{joint:"JOINTNAME_AXIS_5",lower_limit:-6.335545063018799,upper_limit:6.335545063018799,unlimited:!1},{joint:"JOINTNAME_AXIS_6",lower_limit:-6.335545063018799,upper_limit:6.335545063018799,unlimited:!1}]}}},{method:"GET",path:"/cells/:cellId/motion-groups/:motionGroupId/safety-setup",handle(){return{safety_settings:[{safety_state:"SAFETY_NORMAL",settings:{joint_position_limits:[{joint:"JOINTNAME_AXIS_1",lower_limit:-2.96705961227417,upper_limit:2.96705961227417,unlimited:!1},{joint:"JOINTNAME_AXIS_2",lower_limit:-1.7453292608261108,upper_limit:2.7925267219543457,unlimited:!1},{joint:"JOINTNAME_AXIS_3",lower_limit:-3.3161256313323975,upper_limit:.40142571926116943,unlimited:!1},{joint:"JOINTNAME_AXIS_4",lower_limit:-3.4906585216522217,upper_limit:3.4906585216522217,unlimited:!1},{joint:"JOINTNAME_AXIS_5",lower_limit:-2.4434609413146973,upper_limit:2.4434609413146973,unlimited:!1},{joint:"JOINTNAME_AXIS_6",lower_limit:-4.71238899230957,upper_limit:4.71238899230957,unlimited:!1}],joint_velocity_limits:[{joint:"JOINTNAME_AXIS_1",limit:3.1415927410125732},{joint:"JOINTNAME_AXIS_2",limit:3.1415927410125732},{joint:"JOINTNAME_AXIS_3",limit:3.4906585216522217},{joint:"JOINTNAME_AXIS_4",limit:6.108652591705322},{joint:"JOINTNAME_AXIS_5",limit:6.108652591705322},{joint:"JOINTNAME_AXIS_6",limit:6.981317043304443}],joint_acceleration_limits:[],joint_torque_limits:[],tcp_velocity_limit:1800}}],safety_zones:[{id:1,priority:0,geometry:{compound:{child_geometries:[{convex_hull:{vertices:[{x:-800,y:-1330,z:-1820},{x:1650,y:-1330,z:-1820},{x:1650,y:1330,z:-1820},{x:-800,y:1330,z:-1820}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"box"},{convex_hull:{vertices:[{x:-800,y:-1330,z:-1820},{x:1650,y:-1330,z:-1820},{x:1650,y:-1330,z:1500},{x:-800,y:-1330,z:1500}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"box"},{convex_hull:{vertices:[{x:-800,y:-1330,z:-1820},{x:-800,y:1330,z:-1820},{x:-800,y:1330,z:1500},{x:-800,y:-1330,z:1500}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"box"},{convex_hull:{vertices:[{x:1650,y:1330,z:1500},{x:-800,y:1330,z:1500},{x:-800,y:-1330,z:1500},{x:1650,y:-1330,z:1500}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"box"},{convex_hull:{vertices:[{x:1650,y:1330,z:1500},{x:-800,y:1330,z:1500},{x:-800,y:1330,z:-1820},{x:1650,y:1330,z:-1820}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"box"},{convex_hull:{vertices:[{x:1650,y:1330,z:1500},{x:1650,y:-1330,z:1500},{x:1650,y:-1330,z:-1820},{x:1650,y:1330,z:-1820}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"box"}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"Cell workzone"},motion_group_uid:1},{id:2,priority:0,geometry:{convex_hull:{vertices:[{x:1650,y:1330,z:-1850},{x:865,y:1330,z:-1850},{x:865,y:-720,z:-1850},{x:1650,y:-720,z:-1850},{x:1650,y:1330,z:-920},{x:865,y:1330,z:-920},{x:865,y:-720,z:-920},{x:1650,y:-720,z:-920}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"Transport"},motion_group_uid:1},{id:3,priority:0,geometry:{convex_hull:{vertices:[{x:1650,y:1330,z:-600},{x:865,y:1330,z:-600},{x:865,y:430,z:-600},{x:1650,y:430,z:-600},{x:1650,y:1330,z:-1250},{x:865,y:1330,z:-1250},{x:865,y:430,z:-1250},{x:1650,y:430,z:-1250}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"Tunel"},motion_group_uid:1},{id:4,priority:0,geometry:{convex_hull:{vertices:[{x:1650,y:-760,z:-440},{x:900,y:-760,z:-440},{x:900,y:-1330,z:-440},{x:1650,y:-1330,z:-440},{x:1650,y:-760,z:-1800},{x:900,y:-760,z:-1800},{x:900,y:-1330,z:-1800},{x:1650,y:-1330,z:-1800}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"Fanuc controller"},motion_group_uid:1},{id:6,priority:0,geometry:{convex_hull:{vertices:[{x:-200,y:-200,z:-1900},{x:200,y:-200,z:-1900},{x:200,y:200,z:-1900},{x:-200,y:200,z:-1900},{x:-200,y:-200,z:-350},{x:200,y:-200,z:-350},{x:200,y:200,z:-350},{x:-200,y:200,z:-350}]},init_pose:{position:{x:0,y:0,z:0},orientation:{x:0,y:0,z:0,w:1}},id:"Robot base"},motion_group_uid:1}],robot_model_geometries:[{link_index:1,geometry:{sphere:{radius:270},init_pose:{position:{x:-70,y:-70,z:-50},orientation:{x:0,y:0,z:0,w:1}},id:"link1_sphere"}},{link_index:2,geometry:{capsule:{radius:160,cylinder_height:800},init_pose:{position:{x:-450,y:40,z:170},orientation:{x:0,y:-.7071067811865475,z:0,w:.7071067811865476}},id:"link2_capsule"}},{link_index:3,geometry:{sphere:{radius:270},init_pose:{position:{x:-110,y:10,z:-100},orientation:{x:0,y:0,z:0,w:1}},id:"link3_sphere"}},{link_index:4,geometry:{capsule:{radius:110,cylinder_height:600},init_pose:{position:{x:0,y:300,z:40},orientation:{x:-.7071067811865475,y:0,z:0,w:.7071067811865476}},id:"link4_capsule"}},{link_index:5,geometry:{sphere:{radius:75},init_pose:{position:{x:0,y:0,z:-50},orientation:{x:0,y:0,z:0,w:1}},id:"link5_sphere"}}],tool_geometries:[]}}},{method:"GET",path:"/cells/:cellId/coordinate-systems",handle(){return{coordinatesystems:[{coordinate_system:"",name:"world",reference_uid:"",position:{x:0,y:0,z:0},rotation:{angles:[0,0,0],type:"ROTATION_VECTOR"}}]}}},{method:"GET",path:"/cells/:cellId/motion-groups/:motionGroupId/tcps",handle(){return{tcps:[{id:"Flange",readable_name:"Default-Flange",position:{x:0,y:0,z:0},rotation:{angles:[0,0,0,0],type:"ROTATION_VECTOR"}},{id:"complex-tcp-position",readable_name:"Complex TCP Position",position:{x:-200,y:300,z:150},rotation:{angles:[-.12139440409113832,-.06356210998212003,-.2023240068185639,0],type:"ROTATION_VECTOR"}}]}}}],a=((t=e.method)==null?void 0:t.toUpperCase())||"GET",s="/cells"+((n=(r=e.url)==null?void 0:r.split("/cells")[1])==null?void 0:n.split("?")[0]);for(const i of o){const l=N2.match(i.path)(s||"");if(a===i.method&&l){const c=i.handle();return{status:200,statusText:"Success",data:JSON.stringify(c),headers:{},config:e,request:{responseURL:e.url}}}}throw new bl(`No mock handler matched this request: ${a} ${s}`,"404",e)})}handleWebsocketConnection(e){this.connections.push(e),setTimeout(()=>{e.dispatchEvent(new Event("open")),console.log("Websocket connection opened from",e.url),e.url.includes("/state-stream")&&e.dispatchEvent(new MessageEvent("message",{data:JSON.stringify(J2)})),e.url.includes("/move-joint")&&e.dispatchEvent(new MessageEvent("message",{data:JSON.stringify({result:{motion_group:"0@ur",state:{controller:"ur",operation_mode:"OPERATION_MODE_AUTO",safety_state:"SAFETY_STATE_NORMAL",timestamp:"2024-09-18T12:48:26.096266444Z",velocity_override:100,motion_groups:[{motion_group:"0@ur",controller:"ur",joint_position:{joints:[1.3492152690887451,-1.5659207105636597,1.6653711795806885,-1.0991662740707397,-1.829018235206604,1.264623761177063]},joint_velocity:{joints:[0,0,0,0,0,0]},flange_pose:{position:{x:6.437331889439328,y:-628.4123774830913,z:577.0569957147832},orientation:{x:-1.683333649797158,y:-1.9783363827298732,z:-.4928031860165713},coordinate_system:""},tcp_pose:{position:{x:6.437331889439328,y:-628.4123774830913,z:577.0569957147832},orientation:{x:-1.683333649797158,y:-1.9783363827298732,z:-.4928031860165713},coordinate_system:"",tcp:"Flange"},velocity:{linear:{x:0,y:0,z:0},angular:{x:-0,y:0,z:0},coordinate_system:""},force:{force:{x:0,y:0,z:0},moment:{x:0,y:0,z:0},coordinate_system:""},joint_limit_reached:{limit_reached:[!1,!1,!1,!1,!1,!1]},joint_current:{joints:[0,0,0,0,0,0]},sequence_number:"671259"}],sequence_number:"671259"},movement_state:"MOVEMENT_STATE_MOVING"}})})),e.url.includes("/move-tcp")&&e.dispatchEvent(new MessageEvent("message",{data:JSON.stringify({result:{motion_group:"0@ur",state:{controller:"ur",operation_mode:"OPERATION_MODE_AUTO",safety_state:"SAFETY_STATE_NORMAL",timestamp:"2024-09-18T12:43:12.188335774Z",velocity_override:100,motion_groups:[{motion_group:"0@ur",controller:"ur",joint_position:{joints:[1.3352527618408203,-1.5659207105636597,1.6653711795806885,-1.110615611076355,-1.829018235206604,1.264623761177063]},joint_velocity:{joints:[0,0,0,0,0,0]},flange_pose:{position:{x:-2.763015284002938,y:-630.2151479701106,z:577.524509114342},orientation:{x:-1.704794877102097,y:-1.9722372952861567,z:-.4852079204210754},coordinate_system:""},tcp_pose:{position:{x:-2.763015284002938,y:-630.2151479701106,z:577.524509114342},orientation:{x:-1.704794877102097,y:-1.9722372952861567,z:-.4852079204210754},coordinate_system:"",tcp:"Flange"},velocity:{linear:{x:0,y:0,z:0},angular:{x:-0,y:0,z:0},coordinate_system:""},force:{force:{x:0,y:0,z:0},moment:{x:0,y:0,z:0},coordinate_system:""},joint_limit_reached:{limit_reached:[!1,!1,!1,!1,!1,!1]},joint_current:{joints:[0,0,0,0,0,0]},sequence_number:"627897"}],sequence_number:"627897"},movement_state:"MOVEMENT_STATE_MOVING"}})}))},10)}handleWebsocketMessage(e,t){console.log(`Received message on ${e.url}`,t)}},J2={result:{state:{motion_group:"0@universalrobots-ur5e",controller:"universalrobots-ur5e",joint_position:{joints:[1.1699999570846558,-1.5700000524520874,1.3600000143051147,1.0299999713897705,1.2899999618530273,1.2799999713897705]},joint_velocity:{joints:[0,0,0,0,0,0]},flange_pose:{position:{x:1.3300010259703043,y:-409.2680714682808,z:531.0203477065281},orientation:{x:1.7564919306270736,y:-1.7542521568325058,z:.7326972590614671},coordinate_system:""},tcp_pose:{position:{x:1.3300010259703043,y:-409.2680714682808,z:531.0203477065281},orientation:{x:1.7564919306270736,y:-1.7542521568325058,z:.7326972590614671},coordinate_system:"",tcp:"Flange"},velocity:{linear:{x:0,y:0,z:0},angular:{x:0,y:0,z:0},coordinate_system:""},force:{force:{x:0,y:0,z:0},moment:{x:0,y:0,z:0},coordinate_system:""},joint_limit_reached:{limit_reached:[!1,!1,!1,!1,!1,!1]},joint_current:{joints:[0,0,0,0,0,0]},sequence_number:"1"},tcp_pose:{position:{x:302.90748476115556,y:-152.87065869452337,z:424.0454619321661},orientation:{x:2.3403056115045353,y:-1.1706836379431356,z:.9772511964246311},coordinate_system:"",tcp:"Flange"}}},Y2=class{constructor(e){this.authPromise=null,this.accessToken=null;var t;const r=(t=e.cellId)!=null?t:"cell";this.config=ln({cellId:r},e),this.accessToken=e.accessToken||_i.getString("wbjs.access_token")||null,this.config.instanceUrl==="https://mock.example.com"&&(this.mock=new W2);const n=_.create({baseURL:$i(this.config.instanceUrl,"/api/v1"),headers:{"User-Agent":"Wandelbots-Nova-JS-SDK"}});n.interceptors.request.use(o=>Ve(this,null,function*(){return o.headers.Authorization||(this.accessToken?o.headers.Authorization=`Bearer ${this.accessToken}`:this.config.username&&this.config.password&&(o.headers.Authorization=`Basic ${btoa(e.username+":"+e.password)}`)),o})),typeof window<"u"&&n.interceptors.response.use(o=>o,o=>Ve(this,null,function*(){var a,s;if(NE(o))if(((a=o.response)==null?void 0:a.status)===401)try{if(yield this.renewAuthentication(),o.config)return this.accessToken?o.config.headers.Authorization=`Bearer ${this.accessToken}`:delete o.config.headers.Authorization,n.request(o.config)}catch(i){return Promise.reject(i)}else((s=o.response)==null?void 0:s.status)===503&&(yield fetch(window.location.href)).status===503&&window.location.reload();return Promise.reject(o)})),this.api=new q2(r,dl(ln({},e),{basePath:$i(this.config.instanceUrl,"/api/v1"),isJsonMime:o=>o==="application/json",baseOptions:ln(ln({},this.mock?{adapter:o=>this.mock.handleAPIRequest(o)}:{}),e.baseOptions),axiosInstance:n}))}renewAuthentication(){return Ve(this,null,function*(){if(!this.authPromise){this.authPromise=d_(this.config.instanceUrl);try{this.accessToken=yield this.authPromise,this.accessToken?_i.setString("wbjs.access_token",this.accessToken):_i.delete("wbjs.access_token")}finally{this.authPromise=null}}})}makeWebsocketURL(e){const t=new URL($i(this.config.instanceUrl,`/api/v1/cells/${this.config.cellId}`,e));return t.protocol=t.protocol.replace("http","ws"),t.protocol=t.protocol.replace("https","wss"),this.accessToken?t.searchParams.append("token",this.accessToken):this.config.username&&this.config.password&&(t.username=this.config.username,t.password=this.config.password),t.toString()}openReconnectingWebsocket(e){return new i_(this.makeWebsocketURL(e),{mock:this.mock})}connectMotionStream(e){return Ve(this,null,function*(){return yield H2.open(this,e)})}connectJogger(e){return Ve(this,null,function*(){return yield z2.open(this,e)})}connectMotionGroups(e){return Ve(this,null,function*(){const{instances:t}=yield this.api.controller.listControllers();return Promise.all(e.map(r=>F2.connect(this,r,t)))})}connectMotionGroup(e){return Ve(this,null,function*(){return(yield this.connectMotionGroups([e]))[0]})}};function K2(e){try{return JSON.stringify(e)}catch{return}}function Q2(e,t){throw new Error(t+` ${JSON.stringify(e)}`)}function X2(e){var t,r,n,o;return e instanceof bl&&e.code==="ERR_NETWORK"?"Failed to connect to the server. Please check your internet connection.":e instanceof bl&&e.response?`${(t=e.response)==null?void 0:t.status} ${(r=e.response)==null?void 0:r.statusText} from ${(n=e.response)==null?void 0:n.config.url}: ${JSON.stringify((o=e.response)==null?void 0:o.data)}`:e instanceof Error?e.message:`Unexpected error: ${K2(e)||e}`}const Cc=e=>{const t=e.softTimeout||3e3,[r,n]=J.useState(!1),o=P.useTheme();return J.useEffect(()=>{const a=setTimeout(()=>{n(!0)},t);return()=>clearTimeout(a)}),g.jsx(P.Stack,{width:"100%",height:"100%",alignItems:"center",justifyContent:"center",sx:{color:o.palette.text.primary},children:e.error?g.jsx(Cf,{loadingMessage:e.message,error:e.error}):g.jsxs(g.Fragment,{children:[g.jsx(P.CircularProgress,{sx:{marginBottom:"24px"}}),!!e.message&&g.jsx("div",{children:e.message}),g.jsx(P.Stack,{sx:{visibility:r?"visible":"hidden",marginTop:"1rem",color:o.palette.text.secondary},children:"This is taking longer than expected..."})]})})},Cf=e=>{const t=X2(e.error),r=e.error instanceof Error?e.error.stack:null,n=P.useTheme();return g.jsxs(P.Stack,{sx:{maxHeight:"100%",maxWidth:"min(100%, 800px)",padding:2,overflow:"auto",color:n.palette.error.main,"& pre":{whiteSpace:"pre-wrap",wordBreak:"break-word",paddingBottom:"3rem"}},children:[(e.loadingMessage?`Error while ${Al.lowerFirst(P.capitalize(e.loadingMessage))} - `:"")+t,g.jsx("br",{}),r&&g.jsx("pre",{children:r})]})},Z2=({title:e,titleId:t,...r},n)=>F.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:19,height:10,fill:"none",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M5.131.312a.9.9 0 0 1 0 1.272L3.07 3.645h12.44l-2.06-2.061A.9.9 0 0 1 14.72.313l3.596 3.596a.9.9 0 0 1 0 1.271l-3.596 3.597a.9.9 0 0 1-1.271-1.272l2.061-2.062H3.07L5.13 7.505A.9.9 0 0 1 3.86 8.777L.263 5.18a.9.9 0 0 1 0-1.271L3.86.312a.9.9 0 0 1 1.271 0",clipRule:"evenodd"})),eI=J.forwardRef(Z2),tI=({title:e,titleId:t,...r},n)=>F.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:19,height:10,fill:"none",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M5.131.312a.9.9 0 0 1 0 1.272L3.07 3.645h12.44l-2.06-2.061A.9.9 0 0 1 14.72.313l3.596 3.596a.9.9 0 0 1 0 1.271l-3.596 3.597a.9.9 0 0 1-1.271-1.272l2.061-2.062H3.07L5.13 7.505A.9.9 0 0 1 3.86 8.777L.263 5.18a.9.9 0 0 1 0-1.271L3.86.312a.9.9 0 0 1 1.271 0",clipRule:"evenodd"})),rI=J.forwardRef(tI),nI=({title:e,titleId:t,...r},n)=>F.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:10,height:19,fill:"none",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M9.522 14.811A.899.899 0 1 0 8.25 13.54L6.19 15.601V3.16L8.25 5.221A.9.9 0 0 0 9.522 3.95L5.926.354a.9.9 0 0 0-1.272 0L1.058 3.95a.9.9 0 1 0 1.271 1.271L4.391 3.16v12.442L2.329 13.54a.899.899 0 1 0-1.271 1.271l3.596 3.597a.9.9 0 0 0 1.272 0z",clipRule:"evenodd"})),oI=J.forwardRef(nI),aI=({title:e,titleId:t,...r},n)=>F.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("path",{d:"M8 16C5.76667 16 3.875 15.225 2.325 13.675C0.775 12.125 0 10.2333 0 8C0 5.76667 0.775 3.875 2.325 2.325C3.875 0.775 5.76667 0 8 0C9.15 0 10.25 0.2375 11.3 0.7125C12.35 1.1875 13.25 1.86667 14 2.75V0H16V7H9V5H13.2C12.6667 4.06667 11.9375 3.33333 11.0125 2.8C10.0875 2.26667 9.08333 2 8 2C6.33333 2 4.91667 2.58333 3.75 3.75C2.58333 4.91667 2 6.33333 2 8C2 9.66667 2.58333 11.0833 3.75 12.25C4.91667 13.4167 6.33333 14 8 14C9.28333 14 10.4417 13.6333 11.475 12.9C11.0583 14.1 12.5083 12.1667 11.475 12.9L12.9 14.325C11.4667 15.4417 9.83333 16 8 16Z",fill:"white"})),sI=J.forwardRef(aI);function iI(){this.__data__=[],this.size=0}function Pf(e,t){return e===t||e!==e&&t!==t}function Fs(e,t){for(var r=e.length;r--;)if(Pf(e[r][0],t))return r;return-1}var lI=Array.prototype,cI=lI.splice;function uI(e){var t=this.__data__,r=Fs(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():cI.call(t,r,1),--this.size,!0}function dI(e){var t=this.__data__,r=Fs(t,e);return r<0?void 0:t[r][1]}function hI(e){return Fs(this.__data__,e)>-1}function pI(e,t){var r=this.__data__,n=Fs(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}function Zt(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])}}Zt.prototype.clear=iI;Zt.prototype.delete=uI;Zt.prototype.get=dI;Zt.prototype.has=hI;Zt.prototype.set=pI;function mI(){this.__data__=new Zt,this.size=0}function fI(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}function gI(e){return this.__data__.get(e)}function yI(e){return this.__data__.has(e)}var bI="[object AsyncFunction]",xI="[object Function]",vI="[object GeneratorFunction]",SI="[object Proxy]";function Tf(e){if(!_r(e))return!1;var t=Lr(e);return t==xI||t==vI||t==bI||t==SI}var Ui=Dt["__core-js_shared__"],ih=function(){var e=/[^.]+$/.exec(Ui&&Ui.keys&&Ui.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function OI(e){return!!ih&&ih in e}var wI=Function.prototype,CI=wI.toString;function Nr(e){if(e!=null){try{return CI.call(e)}catch{}try{return e+""}catch{}}return""}var PI=/[\\^$.*+?()[\]{}|]/g,TI=/^\[object .+?Constructor\]$/,RI=Function.prototype,AI=Object.prototype,_I=RI.toString,EI=AI.hasOwnProperty,II=RegExp("^"+_I.call(EI).replace(PI,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function VI(e){if(!_r(e)||OI(e))return!1;var t=Tf(e)?II:TI;return t.test(Nr(e))}function MI(e,t){return e==null?void 0:e[t]}function Fr(e,t){var r=MI(e,t);return VI(r)?r:void 0}var Co=Fr(Dt,"Map"),Po=Fr(Object,"create");function jI(){this.__data__=Po?Po(null):{},this.size=0}function kI(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var $I="__lodash_hash_undefined__",UI=Object.prototype,DI=UI.hasOwnProperty;function LI(e){var t=this.__data__;if(Po){var r=t[e];return r===$I?void 0:r}return DI.call(t,e)?t[e]:void 0}var BI=Object.prototype,NI=BI.hasOwnProperty;function FI(e){var t=this.__data__;return Po?t[e]!==void 0:NI.call(t,e)}var zI="__lodash_hash_undefined__";function GI(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Po&&t===void 0?zI:t,this}function Vr(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])}}Vr.prototype.clear=jI;Vr.prototype.delete=kI;Vr.prototype.get=LI;Vr.prototype.has=FI;Vr.prototype.set=GI;function HI(){this.size=0,this.__data__={hash:new Vr,map:new(Co||Zt),string:new Vr}}function qI(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function zs(e,t){var r=e.__data__;return qI(t)?r[typeof t=="string"?"string":"hash"]:r.map}function WI(e){var t=zs(this,e).delete(e);return this.size-=t?1:0,t}function JI(e){return zs(this,e).get(e)}function YI(e){return zs(this,e).has(e)}function KI(e,t){var r=zs(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}function er(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])}}er.prototype.clear=HI;er.prototype.delete=WI;er.prototype.get=JI;er.prototype.has=YI;er.prototype.set=KI;var QI=200;function XI(e,t){var r=this.__data__;if(r instanceof Zt){var n=r.__data__;if(!Co||n.length<QI-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new er(n)}return r.set(e,t),this.size=r.size,this}function qt(e){var t=this.__data__=new Zt(e);this.size=t.size}qt.prototype.clear=mI;qt.prototype.delete=fI;qt.prototype.get=gI;qt.prototype.has=yI;qt.prototype.set=XI;var ZI="__lodash_hash_undefined__";function eV(e){return this.__data__.set(e,ZI),this}function tV(e){return this.__data__.has(e)}function Xa(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new er;++t<r;)this.add(e[t])}Xa.prototype.add=Xa.prototype.push=eV;Xa.prototype.has=tV;function rV(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}function nV(e,t){return e.has(t)}var oV=1,aV=2;function Rf(e,t,r,n,o,a){var s=r&oV,i=e.length,l=t.length;if(i!=l&&!(s&&l>i))return!1;var c=a.get(e),u=a.get(t);if(c&&u)return c==t&&u==e;var d=-1,h=!0,p=r&aV?new Xa:void 0;for(a.set(e,t),a.set(t,e);++d<i;){var f=e[d],m=t[d];if(n)var b=s?n(m,f,d,t,e,a):n(f,m,d,e,t,a);if(b!==void 0){if(b)continue;h=!1;break}if(p){if(!rV(t,function(S,E){if(!nV(p,E)&&(f===S||o(f,S,r,n,a)))return p.push(E)})){h=!1;break}}else if(!(f===m||o(f,m,r,n,a))){h=!1;break}}return a.delete(e),a.delete(t),h}var lh=Dt.Uint8Array;function sV(e){var t=-1,r=Array(e.size);return e.forEach(function(n,o){r[++t]=[o,n]}),r}function iV(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var lV=1,cV=2,uV="[object Boolean]",dV="[object Date]",hV="[object Error]",pV="[object Map]",mV="[object Number]",fV="[object RegExp]",gV="[object Set]",yV="[object String]",bV="[object Symbol]",xV="[object ArrayBuffer]",vV="[object DataView]",ch=hr?hr.prototype:void 0,Di=ch?ch.valueOf:void 0;function SV(e,t,r,n,o,a,s){switch(r){case vV:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case xV:return!(e.byteLength!=t.byteLength||!a(new lh(e),new lh(t)));case uV:case dV:case mV:return Pf(+e,+t);case hV:return e.name==t.name&&e.message==t.message;case fV:case yV:return e==t+"";case pV:var i=sV;case gV:var l=n&lV;if(i||(i=iV),e.size!=t.size&&!l)return!1;var c=s.get(e);if(c)return c==t;n|=cV,s.set(e,t);var u=Rf(i(e),i(t),n,o,a,s);return s.delete(e),u;case bV:if(Di)return Di.call(e)==Di.call(t)}return!1}function OV(e,t){for(var r=-1,n=t.length,o=e.length;++r<n;)e[o+r]=t[r];return e}var Ut=Array.isArray;function wV(e,t,r){var n=t(e);return Ut(e)?n:OV(n,r(e))}function CV(e,t){for(var r=-1,n=e==null?0:e.length,o=0,a=[];++r<n;){var s=e[r];t(s,r,e)&&(a[o++]=s)}return a}function PV(){return[]}var TV=Object.prototype,RV=TV.propertyIsEnumerable,uh=Object.getOwnPropertySymbols,AV=uh?function(e){return e==null?[]:(e=Object(e),CV(uh(e),function(t){return RV.call(e,t)}))}:PV;function _V(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var EV="[object Arguments]";function dh(e){return Er(e)&&Lr(e)==EV}var Af=Object.prototype,IV=Af.hasOwnProperty,VV=Af.propertyIsEnumerable,_f=dh(function(){return arguments}())?dh:function(e){return Er(e)&&IV.call(e,"callee")&&!VV.call(e,"callee")};function MV(){return!1}var Ef=typeof exports=="object"&&exports&&!exports.nodeType&&exports,hh=Ef&&typeof module=="object"&&module&&!module.nodeType&&module,jV=hh&&hh.exports===Ef,ph=jV?Dt.Buffer:void 0,kV=ph?ph.isBuffer:void 0,vl=kV||MV,$V=9007199254740991,UV=/^(?:0|[1-9]\d*)$/;function If(e,t){var r=typeof e;return t=t??$V,!!t&&(r=="number"||r!="symbol"&&UV.test(e))&&e>-1&&e%1==0&&e<t}var DV=9007199254740991;function Pc(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=DV}var LV="[object Arguments]",BV="[object Array]",NV="[object Boolean]",FV="[object Date]",zV="[object Error]",GV="[object Function]",HV="[object Map]",qV="[object Number]",WV="[object Object]",JV="[object RegExp]",YV="[object Set]",KV="[object String]",QV="[object WeakMap]",XV="[object ArrayBuffer]",ZV="[object DataView]",eM="[object Float32Array]",tM="[object Float64Array]",rM="[object Int8Array]",nM="[object Int16Array]",oM="[object Int32Array]",aM="[object Uint8Array]",sM="[object Uint8ClampedArray]",iM="[object Uint16Array]",lM="[object Uint32Array]",Ie={};Ie[eM]=Ie[tM]=Ie[rM]=Ie[nM]=Ie[oM]=Ie[aM]=Ie[sM]=Ie[iM]=Ie[lM]=!0;Ie[LV]=Ie[BV]=Ie[XV]=Ie[NV]=Ie[ZV]=Ie[FV]=Ie[zV]=Ie[GV]=Ie[HV]=Ie[qV]=Ie[WV]=Ie[JV]=Ie[YV]=Ie[KV]=Ie[QV]=!1;function cM(e){return Er(e)&&Pc(e.length)&&!!Ie[Lr(e)]}function uM(e){return function(t){return e(t)}}var Vf=typeof exports=="object"&&exports&&!exports.nodeType&&exports,lo=Vf&&typeof module=="object"&&module&&!module.nodeType&&module,dM=lo&&lo.exports===Vf,Li=dM&&Em.process,mh=function(){try{var e=lo&&lo.require&&lo.require("util").types;return e||Li&&Li.binding&&Li.binding("util")}catch{}}(),fh=mh&&mh.isTypedArray,Mf=fh?uM(fh):cM,hM=Object.prototype,pM=hM.hasOwnProperty;function mM(e,t){var r=Ut(e),n=!r&&_f(e),o=!r&&!n&&vl(e),a=!r&&!n&&!o&&Mf(e),s=r||n||o||a,i=s?_V(e.length,String):[],l=i.length;for(var c in e)pM.call(e,c)&&!(s&&(c=="length"||o&&(c=="offset"||c=="parent")||a&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||If(c,l)))&&i.push(c);return i}var fM=Object.prototype;function gM(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||fM;return e===r}function yM(e,t){return function(r){return e(t(r))}}var bM=yM(Object.keys,Object),xM=Object.prototype,vM=xM.hasOwnProperty;function SM(e){if(!gM(e))return bM(e);var t=[];for(var r in Object(e))vM.call(e,r)&&r!="constructor"&&t.push(r);return t}function jf(e){return e!=null&&Pc(e.length)&&!Tf(e)}function Tc(e){return jf(e)?mM(e):SM(e)}function gh(e){return wV(e,Tc,AV)}var OM=1,wM=Object.prototype,CM=wM.hasOwnProperty;function PM(e,t,r,n,o,a){var s=r&OM,i=gh(e),l=i.length,c=gh(t),u=c.length;if(l!=u&&!s)return!1;for(var d=l;d--;){var h=i[d];if(!(s?h in t:CM.call(t,h)))return!1}var p=a.get(e),f=a.get(t);if(p&&f)return p==t&&f==e;var m=!0;a.set(e,t),a.set(t,e);for(var b=s;++d<l;){h=i[d];var S=e[h],E=t[h];if(n)var O=s?n(E,S,h,t,e,a):n(S,E,h,e,t,a);if(!(O===void 0?S===E||o(S,E,r,n,a):O)){m=!1;break}b||(b=h=="constructor")}if(m&&!b){var w=e.constructor,A=t.constructor;w!=A&&"constructor"in e&&"constructor"in t&&!(typeof w=="function"&&w instanceof w&&typeof A=="function"&&A instanceof A)&&(m=!1)}return a.delete(e),a.delete(t),m}var Sl=Fr(Dt,"DataView"),Ol=Fr(Dt,"Promise"),wl=Fr(Dt,"Set"),Cl=Fr(Dt,"WeakMap"),yh="[object Map]",TM="[object Object]",bh="[object Promise]",xh="[object Set]",vh="[object WeakMap]",Sh="[object DataView]",RM=Nr(Sl),AM=Nr(Co),_M=Nr(Ol),EM=Nr(wl),IM=Nr(Cl),sr=Lr;(Sl&&sr(new Sl(new ArrayBuffer(1)))!=Sh||Co&&sr(new Co)!=yh||Ol&&sr(Ol.resolve())!=bh||wl&&sr(new wl)!=xh||Cl&&sr(new Cl)!=vh)&&(sr=function(e){var t=Lr(e),r=t==TM?e.constructor:void 0,n=r?Nr(r):"";if(n)switch(n){case RM:return Sh;case AM:return yh;case _M:return bh;case EM:return xh;case IM:return vh}return t});var VM=1,Oh="[object Arguments]",wh="[object Array]",da="[object Object]",MM=Object.prototype,Ch=MM.hasOwnProperty;function jM(e,t,r,n,o,a){var s=Ut(e),i=Ut(t),l=s?wh:sr(e),c=i?wh:sr(t);l=l==Oh?da:l,c=c==Oh?da:c;var u=l==da,d=c==da,h=l==c;if(h&&vl(e)){if(!vl(t))return!1;s=!0,u=!1}if(h&&!u)return a||(a=new qt),s||Mf(e)?Rf(e,t,r,n,o,a):SV(e,t,l,r,n,o,a);if(!(r&VM)){var p=u&&Ch.call(e,"__wrapped__"),f=d&&Ch.call(t,"__wrapped__");if(p||f){var m=p?e.value():e,b=f?t.value():t;return a||(a=new qt),o(m,b,r,n,a)}}return h?(a||(a=new qt),PM(e,t,r,n,o,a)):!1}function Gs(e,t,r,n,o){return e===t?!0:e==null||t==null||!Er(e)&&!Er(t)?e!==e&&t!==t:jM(e,t,r,n,Gs,o)}function kM(e,t){return Gs(e,t)}const kf=({store:e})=>{const{t}=_e.useTranslation(),[r,n]=J.useState(e.jogger.motionStream.rapidlyChangingMotionState.state.joint_limit_reached.limit_reached),o=J.useRef(r);Rn(()=>{const s=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_limit_reached.limit_reached;kM(o.current,s)||(o.current=s,n(s))});const a=[];for(const[s,i]of r.entries())i&&a.push(s);return g.jsx(P.Typography,{color:"error",sx:{margin:"0.5rem 1rem",textAlign:"center",minHeight:"1.5rem",visibility:a.length?"visible":"hidden"},children:t("Jogging.JointLimitsReached.lb",{jointNumbers:a.map(s=>s+1).join(", ")})})},$M=P.styled(P.FormControl)(({theme:e})=>({"&.MuiFormControl-root":{".MuiSelect-select":{paddingTop:"20px",paddingLeft:"12px"},label:{pointerEvents:"none",fontSize:"16px"},".MuiInputLabel-root":{"&.Mui-focused":{color:e.palette.text.primary}}}}));function ha({labelValue:e,...t}){return g.jsxs($M,{fullWidth:!0,variant:"filled",children:[g.jsx(P.InputLabel,{id:t.labelId,children:e}),g.jsx(P.Select,{...t})]})}var Ph=function(){try{var e=Fr(Object,"defineProperty");return e({},"",{}),e}catch{}}();function UM(e,t,r){t=="__proto__"&&Ph?Ph(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function DM(e,t,r,n){for(var o=-1,a=e==null?0:e.length;++o<a;){var s=e[o];t(n,s,r(s),e)}return n}function LM(e){return function(t,r,n){for(var o=-1,a=Object(t),s=n(t),i=s.length;i--;){var l=s[++o];if(r(a[l],l,a)===!1)break}return t}}var BM=LM();function NM(e,t){return e&&BM(e,t,Tc)}function FM(e,t){return function(r,n){if(r==null)return r;if(!jf(r))return e(r,n);for(var o=r.length,a=-1,s=Object(r);++a<o&&n(s[a],a,s)!==!1;);return r}}var zM=FM(NM);function GM(e,t,r,n){return zM(e,function(o,a,s){t(n,o,r(o),s)}),n}var HM=1,qM=2;function WM(e,t,r,n){var o=r.length,a=o;if(e==null)return!a;for(e=Object(e);o--;){var s=r[o];if(s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++o<a;){s=r[o];var i=s[0],l=e[i],c=s[1];if(s[2]){if(l===void 0&&!(i in e))return!1}else{var u=new qt,d;if(!(d===void 0?Gs(c,l,HM|qM,n,u):d))return!1}}return!0}function $f(e){return e===e&&!_r(e)}function JM(e){for(var t=Tc(e),r=t.length;r--;){var n=t[r],o=e[n];t[r]=[n,o,$f(o)]}return t}function Uf(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}function YM(e){var t=JM(e);return t.length==1&&t[0][2]?Uf(t[0][0],t[0][1]):function(r){return r===e||WM(r,e,t)}}var KM=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,QM=/^\w*$/;function Rc(e,t){if(Ut(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||Vs(e)?!0:QM.test(e)||!KM.test(e)||t!=null&&e in Object(t)}var XM="Expected a function";function Ac(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(XM);var r=function(){var n=arguments,o=t?t.apply(this,n):n[0],a=r.cache;if(a.has(o))return a.get(o);var s=e.apply(this,n);return r.cache=a.set(o,s)||a,s};return r.cache=new(Ac.Cache||er),r}Ac.Cache=er;var ZM=500;function e5(e){var t=Ac(e,function(n){return r.size===ZM&&r.clear(),n}),r=t.cache;return t}var t5=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,r5=/\\(\\)?/g,n5=e5(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(t5,function(r,n,o,a){t.push(o?a.replace(r5,"$1"):n||r)}),t});function o5(e,t){for(var r=-1,n=e==null?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o}var Th=hr?hr.prototype:void 0,Rh=Th?Th.toString:void 0;function Df(e){if(typeof e=="string")return e;if(Ut(e))return o5(e,Df)+"";if(Vs(e))return Rh?Rh.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function Lf(e){return e==null?"":Df(e)}function Bf(e,t){return Ut(e)?e:Rc(e,t)?[e]:n5(Lf(e))}function Hs(e){if(typeof e=="string"||Vs(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function Nf(e,t){t=Bf(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[Hs(t[r++])];return r&&r==n?e:void 0}function a5(e,t,r){var n=e==null?void 0:Nf(e,t);return n===void 0?r:n}function s5(e,t){return e!=null&&t in Object(e)}function i5(e,t,r){t=Bf(t,e);for(var n=-1,o=t.length,a=!1;++n<o;){var s=Hs(t[n]);if(!(a=e!=null&&r(e,s)))break;e=e[s]}return a||++n!=o?a:(o=e==null?0:e.length,!!o&&Pc(o)&&If(s,o)&&(Ut(e)||_f(e)))}function l5(e,t){return e!=null&&i5(e,t,s5)}var c5=1,u5=2;function d5(e,t){return Rc(e)&&$f(t)?Uf(Hs(e),t):function(r){var n=a5(r,e);return n===void 0&&n===t?l5(r,e):Gs(t,n,c5|u5)}}function h5(e){return e}function p5(e){return function(t){return t==null?void 0:t[e]}}function m5(e){return function(t){return Nf(t,e)}}function f5(e){return Rc(e)?p5(Hs(e)):m5(e)}function g5(e){return typeof e=="function"?e:e==null?h5:typeof e=="object"?Ut(e)?d5(e[0],e[1]):YM(e):f5(e)}function y5(e,t){return function(r,n){var o=Ut(r)?DM:GM,a={};return o(r,e,g5(n),a)}}var pa=y5(function(e,t,r){UM(e,r,t)}),b5=0;function x5(e){var t=++b5;return Lf(e)+t}const Pl=[{id:"0.1",mm:.1,degrees:.05},{id:"1",mm:1,degrees:.5},{id:"5",mm:5,degrees:2.5},{id:"10",mm:10,degrees:5}],v5=[{id:"continuous"},...Pl],S5=["coordsys","tool"];class qs{constructor(t,r,n,o){var a,s;this.jogger=t,this.motionGroupSpec=r,this.coordSystems=n,this.tcps=o,this.selectedTabId="cartesian",this.activationState="inactive",this.activationError=null,this.activationCounter=0,this.locks=new Set,this.selectedCoordSystemId="world",this.selectedTcpId="",this.selectedOrientation="coordsys",this.selectedIncrementId="continuous",this.selectedCartesianMotionType="translate",this.incrementJogInProgress=null,this.translationVelocityMmPerSec=10,this.rotationVelocityDegPerSec=1,this.minTranslationVelocityMmPerSec=5,this.maxTranslationVelocityMmPerSec=250,this.minRotationVelocityDegPerSec=1,this.maxRotationVelocityDegPerSec=60,this.showCoordSystemSelect=!0,this.showTcpSelect=!0,this.showOrientationSelect=!0,this.showIncrementSelect=!0,this.showTabIcons=!1,this.showVelocitySliderLabel=!0,this.showVelocityLegend=!1,this.showJointsLegend=!1,this.disposers=[];for(const i of n)if(i.coordinate_system===""){i.coordinate_system="world";break}this.selectedCoordSystemId=((a=n[0])==null?void 0:a.coordinate_system)||"world",this.selectedTcpId=((s=o[0])==null?void 0:s.id)||"",$e.makeAutoObservable(this,{},{autoBind:!0}),this.loadFromLocalStorage(),this.disposers.push($e.autorun(()=>this.saveToLocalStorage())),window.joggingStore=this}static async loadFor(t){const{nova:r}=t,[n,{coordinatesystems:o},{tcps:a}]=await Promise.all([r.api.motionGroupInfos.getMotionGroupSpecification(t.motionGroupId),r.api.coordinateSystems.listCoordinateSystems("ROTATION_VECTOR"),r.api.motionGroupInfos.listTcps(t.motionGroupId,"ROTATION_VECTOR")]);return new qs(t,n,o||[],a||[])}dispose(){for(const t of this.disposers)t();this.jogger.dispose()}get coordSystemCountByName(){return Al.countBy(this.coordSystems,t=>t.name)}async deactivate(){const t=this.jogger.activeWebsocket;this.jogger.setJoggingMode("increment"),t&&await t.closed()}async activate(){if(this.currentTab.id==="cartesian"){const t={tcpId:this.selectedTcpId,coordSystemId:this.activeCoordSystemId};this.activeDiscreteIncrement?this.jogger.setJoggingMode("increment",t):this.jogger.setJoggingMode("cartesian",t)}else this.jogger.setJoggingMode("joint");return this.jogger}loadFromLocalStorage(){const t=Cr.tryParseJson(localStorage.getItem("joggingToolStore"));t&&(this.tabsById[t.selectedTabId]&&(this.selectedTabId=t.selectedTabId),this.coordSystemsById[t.selectedCoordSystemId]&&(this.selectedCoordSystemId=t.selectedCoordSystemId),this.tcpsById[t.selectedTcpId]&&(this.selectedTcpId=t.selectedTcpId),this.incrementOptionsById[t.selectedIncrementId]&&(this.selectedIncrementId=t.selectedIncrementId),["translate","rotate"].includes(t.selectedCartesianMotionType)&&(this.selectedCartesianMotionType=t.selectedCartesianMotionType),["coordsys","tool"].includes(t.selectedOrientation)&&(this.selectedOrientation=t.selectedOrientation))}saveToLocalStorage(){localStorage.setItem("joggingToolStore",JSON.stringify(this.localStorageSave))}get isLocked(){return this.locks.size>0}get localStorageSave(){return{selectedTabId:this.selectedTabId,selectedCoordSystemId:this.selectedCoordSystemId,selectedTcpId:this.selectedTcpId,selectedOrientation:this.selectedOrientation,selectedIncrementId:this.selectedIncrementId,selectedCartesianMotionType:this.selectedCartesianMotionType}}get tabs(){return[{id:"cartesian",label:"cartesian"},{id:"joint",label:"joint"}]}get incrementOptions(){return v5}get discreteIncrementOptions(){return Pl}get incrementOptionsById(){return pa(this.incrementOptions,t=>t.id)}get tabsById(){return pa(this.tabs,t=>t.id)}get currentTab(){return this.tabsById[this.selectedTabId]||this.tabs[0]}get tabIndex(){return this.tabs.indexOf(this.currentTab)}get coordSystemsById(){return pa(this.coordSystems,t=>t.coordinate_system)}get selectedCoordSystem(){return this.coordSystemsById[this.selectedCoordSystemId]}get activeCoordSystemId(){return this.selectedOrientation==="tool"?"tool":this.selectedCoordSystemId}get tcpsById(){return pa(this.tcps,t=>t.id)}get activeDiscreteIncrement(){return this.selectedOrientation==="tool"?void 0:Pl.find(t=>t.id===this.selectedIncrementId)}get rotationVelocityRadsPerSec(){return this.rotationVelocityDegPerSec*Math.PI/180}get velocityInDisplayUnits(){return this.currentMotionType==="translate"?this.translationVelocityMmPerSec:this.rotationVelocityDegPerSec}get minVelocityInDisplayUnits(){return this.currentMotionType==="translate"?this.minTranslationVelocityMmPerSec:this.minRotationVelocityDegPerSec}get maxVelocityInDisplayUnits(){return this.currentMotionType==="translate"?this.maxTranslationVelocityMmPerSec:this.maxRotationVelocityDegPerSec}get currentMotionType(){return this.selectedTabId==="cartesian"&&this.selectedCartesianMotionType==="translate"?"translate":"rotate"}onTabChange(t,r){const n=this.tabs[r]||this.tabs[0];this.selectedTabId=n.id}setSelectedCoordSystemId(t){this.selectedCoordSystemId=t}setSelectedTcpId(t){this.selectedTcpId=t}setSelectedOrientation(t){this.selectedOrientation=t}setSelectedIncrementId(t){this.selectedIncrementId=t}setCurrentIncrementJog(t){this.incrementJogInProgress=t}setVelocityFromSlider(t){this.currentMotionType==="translate"?this.translationVelocityMmPerSec=t:this.rotationVelocityDegPerSec=t}setSelectedCartesianMotionType(t){this.selectedCartesianMotionType=t}lock(t){this.locks.add(t)}unlock(t){this.locks.delete(t)}async withMotionLock(t){const r=x5();this.lock(r);try{return await t()}finally{this.unlock(r)}}}const O5=Oe.observer(({store:e})=>{var o;const{t}=_e.useTranslation(),r=[];function n(a){switch(a){case"coordsys":return t("Jogging.Orientation.coordsys");case"tool":return t("Jogging.Orientation.tool");default:return a}}return e.showCoordSystemSelect&&r.push(g.jsx(ha,{labelId:"jogging-coord-select",labelValue:t("Jogging.CoordinateSystem.hlb"),value:e.selectedCoordSystemId,size:"small",variant:"filled",displayEmpty:!0,onChange:a=>e.setSelectedCoordSystemId(a.target.value),disabled:e.isLocked,children:e.coordSystems.map(a=>g.jsx(P.MenuItem,{value:a.coordinate_system,children:a.name&&e.coordSystemCountByName[a.name]>1?`${a.name} / ${a.coordinate_system}`:a.name||a.coordinate_system},a.coordinate_system))},"coord")),e.showTcpSelect&&r.push(g.jsx(ha,{labelId:"jogging-tcp-select",labelValue:"TCP",value:e.selectedTcpId,size:"small",variant:"filled",onChange:a=>e.setSelectedTcpId(a.target.value),disabled:e.isLocked,children:e.tcps.map(a=>g.jsx(P.MenuItem,{value:a.id,children:a.id},a.id))},"tcp")),e.showOrientationSelect&&r.push(g.jsx(ha,{labelValue:t("Jogging.Cartesian.Orientation.lb"),id:"orientation-select",labelId:"orientation-select",value:e.selectedOrientation,onChange:a=>e.setSelectedOrientation(a.target.value),disabled:e.isLocked,children:S5.map(a=>g.jsx(P.MenuItem,{value:a,children:n(a)},a))},"orientation")),e.showIncrementSelect&&r.push(g.jsxs(ha,{labelValue:t("Jogging.Increment.hlb"),labelId:"jogging-increment-select",size:"small",variant:"filled",value:((o=e.activeDiscreteIncrement)==null?void 0:o.id)||"continuous",onChange:a=>e.setSelectedIncrementId(a.target.value),disabled:e.isLocked,children:[g.jsx(P.MenuItem,{value:"continuous",children:t("Jogging.Increment.Continuous.dd")},"continuous"),e.selectedOrientation==="tool"?null:e.discreteIncrementOptions.map(a=>g.jsx(P.MenuItem,{value:a.id,children:e.currentMotionType==="translate"?`${a.mm}mm`:`${a.degrees}°`},a.id))]},"increment")),g.jsx(P.Box,{component:"div",sx:{display:"grid",gap:"16px",gridTemplateColumns:"1fr 1fr",gridAutoRows:"min-content","& label":{opacity:.7,fontSize:"12px",marginBottom:"4px"}},children:r.map((a,s)=>g.jsx(P.Box,{sx:{gridColumn:r.length%2===1&&s===r.length-1?"span 2":"auto"},children:a},s))})}),w5=P.styled(P.ToggleButtonGroup)(({theme:e})=>{var t;return{"&.MuiToggleButtonGroup-root":{background:(t=e.palette.backgroundPaperElevation)==null?void 0:t[8],borderRadius:"8px",padding:"4px",gap:"4px",button:{border:"none",borderRadius:"4px",flex:"1 1 0px",minWidth:0,"&.MuiToggleButtonGroup-firstButton":{borderRadius:"8px 4px 4px 8px"},"&.MuiToggleButtonGroup-lastButton":{borderRadius:"4px 8px 8px 4px"}}}}});function Ah(e,t){return process.env.NODE_ENV==="production"?()=>null:function(...n){return e(...n)||t(...n)}}function C5(e){return typeof e=="string"}function P5(e,t,r){return e===void 0||C5(e)?t:{...t,ownerState:{...t.ownerState,...r}}}function Pa(e,t=[]){if(e===void 0)return{};const r={};return Object.keys(e).filter(n=>n.match(/^on[A-Z]/)&&typeof e[n]=="function"&&!t.includes(n)).forEach(n=>{r[n]=e[n]}),r}function _h(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(r=>!(r.match(/^on[A-Z]/)&&typeof e[r]=="function")).forEach(r=>{t[r]=e[r]}),t}function T5(e){const{getSlotProps:t,additionalProps:r,externalSlotProps:n,externalForwardedProps:o,className:a}=e;if(!t){const p=Pt(r==null?void 0:r.className,a,o==null?void 0:o.className,n==null?void 0:n.className),f={...r==null?void 0:r.style,...o==null?void 0:o.style,...n==null?void 0:n.style},m={...r,...o,...n};return p.length>0&&(m.className=p),Object.keys(f).length>0&&(m.style=f),{props:m,internalRef:void 0}}const s=Pa({...o,...n}),i=_h(n),l=_h(o),c=t(s),u=Pt(c==null?void 0:c.className,r==null?void 0:r.className,a,o==null?void 0:o.className,n==null?void 0:n.className),d={...c==null?void 0:c.style,...r==null?void 0:r.style,...o==null?void 0:o.style,...n==null?void 0:n.style},h={...c,...r,...l,...i};return u.length>0&&(h.className=u),Object.keys(d).length>0&&(h.style=d),{props:h,internalRef:c.ref}}function R5(e,t,r){return typeof e=="function"?e(t,r):e}function ar(e){var d;const{elementType:t,externalSlotProps:r,ownerState:n,skipResolvingSlotProps:o=!1,...a}=e,s=o?{}:R5(r,n),{props:i,internalRef:l}=T5({...a,externalSlotProps:s}),c=ps(l,s==null?void 0:s.ref,(d=e.additionalProps)==null?void 0:d.ref);return P5(t,{...i,ref:c},n)}function Eh(e){try{return e.matches(":focus-visible")}catch{process.env.NODE_ENV!=="production"&&!/jsdom/.test(window.navigator.userAgent)&&console.warn(["MUI: The `:focus-visible` pseudo class is not supported in this browser.","Some components rely on this feature to work properly."].join(`
154
+ `))}return!1}const A5={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};function _5(e,t,r=(n,o)=>n===o){return e.length===t.length&&e.every((n,o)=>r(n,t[o]))}const E5=2;function on(e,t,r,n,o){return r===1?Math.min(e+t,o):Math.max(e-t,n)}function Ff(e,t){return e-t}function Ih(e,t){const{index:r}=e.reduce((n,o,a)=>{const s=Math.abs(t-o);return n===null||s<n.distance||s===n.distance?{distance:s,index:a}:n},null)??{};return r}function ma(e,t){if(t.current!==void 0&&e.changedTouches){const r=e;for(let n=0;n<r.changedTouches.length;n+=1){const o=r.changedTouches[n];if(o.identifier===t.current)return{x:o.clientX,y:o.clientY}}return!1}return{x:e.clientX,y:e.clientY}}function Za(e,t,r){return(e-t)*100/(r-t)}function I5(e,t,r){return(r-t)*e+t}function V5(e){if(Math.abs(e)<1){const r=e.toExponential().split("e-"),n=r[0].split(".")[1];return(n?n.length:0)+parseInt(r[1],10)}const t=e.toString().split(".")[1];return t?t.length:0}function M5(e,t,r){const n=Math.round((e-r)/t)*t+r;return Number(n.toFixed(V5(t)))}function Vh({values:e,newValue:t,index:r}){const n=e.slice();return n[r]=t,n.sort(Ff)}function fa({sliderRef:e,activeIndex:t,setActive:r}){var o,a,s;const n=ao(e.current);(!((o=e.current)!=null&&o.contains(n.activeElement))||Number((a=n==null?void 0:n.activeElement)==null?void 0:a.getAttribute("data-index"))!==t)&&((s=e.current)==null||s.querySelector(`[type="range"][data-index="${t}"]`).focus()),r&&r(t)}function ga(e,t){return typeof e=="number"&&typeof t=="number"?e===t:typeof e=="object"&&typeof t=="object"?_5(e,t):!1}const j5={horizontal:{offset:e=>({left:`${e}%`}),leap:e=>({width:`${e}%`})},"horizontal-reverse":{offset:e=>({right:`${e}%`}),leap:e=>({width:`${e}%`})},vertical:{offset:e=>({bottom:`${e}%`}),leap:e=>({height:`${e}%`})}},k5=e=>e;let ya;function Mh(){return ya===void 0&&(typeof CSS<"u"&&typeof CSS.supports=="function"?ya=CSS.supports("touch-action","none"):ya=!0),ya}function $5(e){const{"aria-labelledby":t,defaultValue:r,disabled:n=!1,disableSwap:o=!1,isRtl:a=!1,marks:s=!1,max:i=100,min:l=0,name:c,onChange:u,onChangeCommitted:d,orientation:h="horizontal",rootRef:p,scale:f=k5,step:m=1,shiftStep:b=10,tabIndex:S,value:E}=e,O=F.useRef(void 0),[w,A]=F.useState(-1),[C,T]=F.useState(-1),[V,j]=F.useState(!1),y=F.useRef(0),R=F.useRef(null),[z,I]=Yw({controlled:E,default:r??l,name:"Slider"}),G=u&&((Q,ne,ce)=>{const ye=Q.nativeEvent||Q,Te=new ye.constructor(ye.type,ye);Object.defineProperty(Te,"target",{writable:!0,value:{value:ne,name:c}}),R.current=ne,u(Te,ne,ce)}),oe=Array.isArray(z);let re=oe?z.slice().sort(Ff):[z];re=re.map(Q=>Q==null?l:an(Q,l,i));const te=s===!0&&m!==null?[...Array(Math.floor((i-l)/m)+1)].map((Q,ne)=>({value:l+m*ne})):s||[],ee=te.map(Q=>Q.value),[se,H]=F.useState(-1),X=F.useRef(null),le=ps(p,X),xe=Q=>ne=>{var ye;const ce=Number(ne.currentTarget.getAttribute("data-index"));Eh(ne.target)&&H(ce),T(ce),(ye=Q==null?void 0:Q.onFocus)==null||ye.call(Q,ne)},Le=Q=>ne=>{var ce;Eh(ne.target)||H(-1),T(-1),(ce=Q==null?void 0:Q.onBlur)==null||ce.call(Q,ne)},ae=(Q,ne)=>{const ce=Number(Q.currentTarget.getAttribute("data-index")),ye=re[ce],Te=ee.indexOf(ye);let ue=ne;if(te&&m==null){const We=ee[ee.length-1];ue>=We?ue=We:ue<=ee[0]?ue=ee[0]:ue=ue<ye?ee[Te-1]:ee[Te+1]}if(ue=an(ue,l,i),oe){o&&(ue=an(ue,re[ce-1]||-1/0,re[ce+1]||1/0));const We=ue;ue=Vh({values:re,newValue:ue,index:ce});let tt=ce;o||(tt=ue.indexOf(We)),fa({sliderRef:X,activeIndex:tt})}I(ue),H(ce),G&&!ga(ue,z)&&G(Q,ue,ce),d&&d(Q,R.current??ue)},be=Q=>ne=>{var ce;if(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight","PageUp","PageDown","Home","End"].includes(ne.key)){ne.preventDefault();const ye=Number(ne.currentTarget.getAttribute("data-index")),Te=re[ye];let ue=null;if(m!=null){const We=ne.shiftKey?b:m;switch(ne.key){case"ArrowUp":ue=on(Te,We,1,l,i);break;case"ArrowRight":ue=on(Te,We,a?-1:1,l,i);break;case"ArrowDown":ue=on(Te,We,-1,l,i);break;case"ArrowLeft":ue=on(Te,We,a?1:-1,l,i);break;case"PageUp":ue=on(Te,b,1,l,i);break;case"PageDown":ue=on(Te,b,-1,l,i);break;case"Home":ue=l;break;case"End":ue=i;break}}else if(te){const We=ee[ee.length-1],tt=ee.indexOf(Te),ze=[a?"ArrowRight":"ArrowLeft","ArrowDown","PageDown","Home"],mt=[a?"ArrowLeft":"ArrowRight","ArrowUp","PageUp","End"];ze.includes(ne.key)?tt===0?ue=ee[0]:ue=ee[tt-1]:mt.includes(ne.key)&&(tt===ee.length-1?ue=We:ue=ee[tt+1])}ue!=null&&ae(ne,ue)}(ce=Q==null?void 0:Q.onKeyDown)==null||ce.call(Q,ne)};$t(()=>{var Q;n&&X.current.contains(document.activeElement)&&((Q=document.activeElement)==null||Q.blur())},[n]),n&&w!==-1&&A(-1),n&&se!==-1&&H(-1);const Se=Q=>ne=>{var ce;(ce=Q.onChange)==null||ce.call(Q,ne),ae(ne,ne.target.valueAsNumber)},me=F.useRef(void 0);let Z=h;a&&h==="horizontal"&&(Z+="-reverse");const ie=({finger:Q,move:ne=!1})=>{const{current:ce}=X,{width:ye,height:Te,bottom:ue,left:We}=ce.getBoundingClientRect();let tt;Z.startsWith("vertical")?tt=(ue-Q.y)/Te:tt=(Q.x-We)/ye,Z.includes("-reverse")&&(tt=1-tt);let ze;if(ze=I5(tt,l,i),m)ze=M5(ze,m,l);else{const kn=Ih(ee,ze);ze=ee[kn]}ze=an(ze,l,i);let mt=0;if(oe){ne?mt=me.current:mt=Ih(re,ze),o&&(ze=an(ze,re[mt-1]||-1/0,re[mt+1]||1/0));const kn=ze;ze=Vh({values:re,newValue:ze,index:mt}),o&&ne||(mt=ze.indexOf(kn),me.current=mt)}return{newValue:ze,activeIndex:mt}},de=Ht(Q=>{const ne=ma(Q,O);if(!ne)return;if(y.current+=1,Q.type==="mousemove"&&Q.buttons===0){Y(Q);return}const{newValue:ce,activeIndex:ye}=ie({finger:ne,move:!0});fa({sliderRef:X,activeIndex:ye,setActive:A}),I(ce),!V&&y.current>E5&&j(!0),G&&!ga(ce,z)&&G(Q,ce,ye)}),Y=Ht(Q=>{const ne=ma(Q,O);if(j(!1),!ne)return;const{newValue:ce}=ie({finger:ne,move:!0});A(-1),Q.type==="touchend"&&T(-1),d&&d(Q,R.current??ce),O.current=void 0,ge()}),we=Ht(Q=>{if(n)return;Mh()||Q.preventDefault();const ne=Q.changedTouches[0];ne!=null&&(O.current=ne.identifier);const ce=ma(Q,O);if(ce!==!1){const{newValue:Te,activeIndex:ue}=ie({finger:ce});fa({sliderRef:X,activeIndex:ue,setActive:A}),I(Te),G&&!ga(Te,z)&&G(Q,Te,ue)}y.current=0;const ye=ao(X.current);ye.addEventListener("touchmove",de,{passive:!0}),ye.addEventListener("touchend",Y,{passive:!0})}),ge=F.useCallback(()=>{const Q=ao(X.current);Q.removeEventListener("mousemove",de),Q.removeEventListener("mouseup",Y),Q.removeEventListener("touchmove",de),Q.removeEventListener("touchend",Y)},[Y,de]);F.useEffect(()=>{const{current:Q}=X;return Q.addEventListener("touchstart",we,{passive:Mh()}),()=>{Q.removeEventListener("touchstart",we),ge()}},[ge,we]),F.useEffect(()=>{n&&ge()},[n,ge]);const Ye=Q=>ne=>{var Te;if((Te=Q.onMouseDown)==null||Te.call(Q,ne),n||ne.defaultPrevented||ne.button!==0)return;ne.preventDefault();const ce=ma(ne,O);if(ce!==!1){const{newValue:ue,activeIndex:We}=ie({finger:ce});fa({sliderRef:X,activeIndex:We,setActive:A}),I(ue),G&&!ga(ue,z)&&G(ne,ue,We)}y.current=0;const ye=ao(X.current);ye.addEventListener("mousemove",de,{passive:!0}),ye.addEventListener("mouseup",Y)},qe=Za(oe?re[0]:l,l,i),ke=Za(re[re.length-1],l,i)-qe,tr=(Q={})=>{const ne=Pa(Q),ce={onMouseDown:Ye(ne||{})},ye={...ne,...ce};return{...Q,ref:le,...ye}},Do=Q=>ne=>{var ye;(ye=Q.onMouseOver)==null||ye.call(Q,ne);const ce=Number(ne.currentTarget.getAttribute("data-index"));T(ce)},Lo=Q=>ne=>{var ce;(ce=Q.onMouseLeave)==null||ce.call(Q,ne),T(-1)},Bo=(Q={})=>{const ne=Pa(Q),ce={onMouseOver:Do(ne||{}),onMouseLeave:Lo(ne||{})};return{...Q,...ne,...ce}},No=Q=>({pointerEvents:w!==-1&&w!==Q?"none":void 0});let zr;return h==="vertical"&&(zr=a?"vertical-rl":"vertical-lr"),{active:w,axis:Z,axisProps:j5,dragging:V,focusedThumbIndex:se,getHiddenInputProps:(Q={})=>{const ne=Pa(Q),ce={onChange:Se(ne||{}),onFocus:xe(ne||{}),onBlur:Le(ne||{}),onKeyDown:be(ne||{})},ye={...ne,...ce};return{tabIndex:S,"aria-labelledby":t,"aria-orientation":h,"aria-valuemax":f(i),"aria-valuemin":f(l),name:c,type:"range",min:e.min,max:e.max,step:e.step===null&&e.marks?"any":e.step??void 0,disabled:n,...Q,...ye,style:{...A5,direction:a?"rtl":"ltr",width:"100%",height:"100%",writingMode:zr}}},getRootProps:tr,getThumbProps:Bo,marks:te,open:C,range:oe,rootRef:le,trackLeap:ke,trackOffset:qe,values:re,getThumbStyle:No}}function Ta(e){return typeof e=="string"}const U5=e=>!e||!Ta(e);function D5(e){return typeof e.main=="string"}function L5(e,t=[]){if(!D5(e))return!1;for(const r of t)if(!e.hasOwnProperty(r)||typeof e[r]!="string")return!1;return!0}function _c(e=[]){return([,t])=>t&&L5(t,e)}function B5(e){return wn("MuiSlider",e)}const bt=Il("MuiSlider",["root","active","colorPrimary","colorSecondary","colorError","colorInfo","colorSuccess","colorWarning","disabled","dragging","focusVisible","mark","markActive","marked","markLabel","markLabelActive","rail","sizeSmall","thumb","thumbColorPrimary","thumbColorSecondary","thumbColorError","thumbColorSuccess","thumbColorInfo","thumbColorWarning","track","trackInverted","trackFalse","thumbSizeSmall","valueLabel","valueLabelOpen","valueLabelCircle","valueLabelLabel","vertical"]),N5=e=>{const{open:t}=e;return{offset:Pt(t&&bt.valueLabelOpen),circle:bt.valueLabelCircle,label:bt.valueLabelLabel}};function zf(e){const{children:t,className:r,value:n}=e,o=N5(e);return t?F.cloneElement(t,{className:t.props.className},g.jsxs(F.Fragment,{children:[t.props.children,g.jsx("span",{className:Pt(o.offset,r),"aria-hidden":!0,children:g.jsx("span",{className:o.circle,children:g.jsx("span",{className:o.label,children:n})})})]})):null}process.env.NODE_ENV!=="production"&&(zf.propTypes={children:x.element.isRequired,className:x.string,value:x.node});function jh(e){return e}const F5=pt("span",{name:"MuiSlider",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[`color${rt(r.color)}`],r.size!=="medium"&&t[`size${rt(r.size)}`],r.marked&&t.marked,r.orientation==="vertical"&&t.vertical,r.track==="inverted"&&t.trackInverted,r.track===!1&&t.trackFalse]}})(Dr(({theme:e})=>({borderRadius:12,boxSizing:"content-box",display:"inline-block",position:"relative",cursor:"pointer",touchAction:"none",WebkitTapHighlightColor:"transparent","@media print":{colorAdjust:"exact"},[`&.${bt.disabled}`]:{pointerEvents:"none",cursor:"default",color:(e.vars||e).palette.grey[400]},[`&.${bt.dragging}`]:{[`& .${bt.thumb}, & .${bt.track}`]:{transition:"none"}},variants:[...Object.entries(e.palette).filter(_c()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}})),{props:{orientation:"horizontal"},style:{height:4,width:"100%",padding:"13px 0","@media (pointer: coarse)":{padding:"20px 0"}}},{props:{orientation:"horizontal",size:"small"},style:{height:2}},{props:{orientation:"horizontal",marked:!0},style:{marginBottom:20}},{props:{orientation:"vertical"},style:{height:"100%",width:4,padding:"0 13px","@media (pointer: coarse)":{padding:"0 20px"}}},{props:{orientation:"vertical",size:"small"},style:{width:2}},{props:{orientation:"vertical",marked:!0},style:{marginRight:44}}]}))),z5=pt("span",{name:"MuiSlider",slot:"Rail"})({display:"block",position:"absolute",borderRadius:"inherit",backgroundColor:"currentColor",opacity:.38,variants:[{props:{orientation:"horizontal"},style:{width:"100%",height:"inherit",top:"50%",transform:"translateY(-50%)"}},{props:{orientation:"vertical"},style:{height:"100%",width:"inherit",left:"50%",transform:"translateX(-50%)"}},{props:{track:"inverted"},style:{opacity:1}}]}),G5=pt("span",{name:"MuiSlider",slot:"Track"})(Dr(({theme:e})=>({display:"block",position:"absolute",borderRadius:"inherit",border:"1px solid currentColor",backgroundColor:"currentColor",transition:e.transitions.create(["left","width","bottom","height"],{duration:e.transitions.duration.shortest}),variants:[{props:{size:"small"},style:{border:"none"}},{props:{orientation:"horizontal"},style:{height:"inherit",top:"50%",transform:"translateY(-50%)"}},{props:{orientation:"vertical"},style:{width:"inherit",left:"50%",transform:"translateX(-50%)"}},{props:{track:!1},style:{display:"none"}},...Object.entries(e.palette).filter(_c()).map(([t])=>({props:{color:t,track:"inverted"},style:{...e.vars?{backgroundColor:e.vars.palette.Slider[`${t}Track`],borderColor:e.vars.palette.Slider[`${t}Track`]}:{backgroundColor:uo(e.palette[t].main,.62),borderColor:uo(e.palette[t].main,.62),...e.applyStyles("dark",{backgroundColor:co(e.palette[t].main,.5)}),...e.applyStyles("dark",{borderColor:co(e.palette[t].main,.5)})}}}))]}))),H5=pt("span",{name:"MuiSlider",slot:"Thumb",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.thumb,t[`thumbColor${rt(r.color)}`],r.size!=="medium"&&t[`thumbSize${rt(r.size)}`]]}})(Dr(({theme:e})=>({position:"absolute",width:20,height:20,boxSizing:"border-box",borderRadius:"50%",outline:0,backgroundColor:"currentColor",display:"flex",alignItems:"center",justifyContent:"center",transition:e.transitions.create(["box-shadow","left","bottom"],{duration:e.transitions.duration.shortest}),"&::before":{position:"absolute",content:'""',borderRadius:"inherit",width:"100%",height:"100%",boxShadow:(e.vars||e).shadows[2]},"&::after":{position:"absolute",content:'""',borderRadius:"50%",width:42,height:42,top:"50%",left:"50%",transform:"translate(-50%, -50%)"},[`&.${bt.disabled}`]:{"&:hover":{boxShadow:"none"}},variants:[{props:{size:"small"},style:{width:12,height:12,"&::before":{boxShadow:"none"}}},{props:{orientation:"horizontal"},style:{top:"50%",transform:"translate(-50%, -50%)"}},{props:{orientation:"vertical"},style:{left:"50%",transform:"translate(-50%, 50%)"}},...Object.entries(e.palette).filter(_c()).map(([t])=>({props:{color:t},style:{[`&:hover, &.${bt.focusVisible}`]:{...e.vars?{boxShadow:`0px 0px 0px 8px rgba(${e.vars.palette[t].mainChannel} / 0.16)`}:{boxShadow:`0px 0px 0px 8px ${zi(e.palette[t].main,.16)}`},"@media (hover: none)":{boxShadow:"none"}},[`&.${bt.active}`]:{...e.vars?{boxShadow:`0px 0px 0px 14px rgba(${e.vars.palette[t].mainChannel} / 0.16)`}:{boxShadow:`0px 0px 0px 14px ${zi(e.palette[t].main,.16)}`}}}}))]}))),Gf=pt(zf,{name:"MuiSlider",slot:"ValueLabel"})(Dr(({theme:e})=>({zIndex:1,whiteSpace:"nowrap",...e.typography.body2,fontWeight:500,transition:e.transitions.create(["transform"],{duration:e.transitions.duration.shortest}),position:"absolute",backgroundColor:(e.vars||e).palette.grey[600],borderRadius:2,color:(e.vars||e).palette.common.white,display:"flex",alignItems:"center",justifyContent:"center",padding:"0.25rem 0.75rem",variants:[{props:{orientation:"horizontal"},style:{transform:"translateY(-100%) scale(0)",top:"-10px",transformOrigin:"bottom center","&::before":{position:"absolute",content:'""',width:8,height:8,transform:"translate(-50%, 50%) rotate(45deg)",backgroundColor:"inherit",bottom:0,left:"50%"},[`&.${bt.valueLabelOpen}`]:{transform:"translateY(-100%) scale(1)"}}},{props:{orientation:"vertical"},style:{transform:"translateY(-50%) scale(0)",right:"30px",top:"50%",transformOrigin:"right center","&::before":{position:"absolute",content:'""',width:8,height:8,transform:"translate(-50%, -50%) rotate(45deg)",backgroundColor:"inherit",right:-8,top:"50%"},[`&.${bt.valueLabelOpen}`]:{transform:"translateY(-50%) scale(1)"}}},{props:{size:"small"},style:{fontSize:e.typography.pxToRem(12),padding:"0.25rem 0.5rem"}},{props:{orientation:"vertical",size:"small"},style:{right:"20px"}}]})));process.env.NODE_ENV!=="production"&&(Gf.propTypes={children:x.element.isRequired,index:x.number.isRequired,open:x.bool.isRequired,value:x.node});const q5=pt("span",{name:"MuiSlider",slot:"Mark",shouldForwardProp:e=>jl(e)&&e!=="markActive",overridesResolver:(e,t)=>{const{markActive:r}=e;return[t.mark,r&&t.markActive]}})(Dr(({theme:e})=>({position:"absolute",width:2,height:2,borderRadius:1,backgroundColor:"currentColor",variants:[{props:{orientation:"horizontal"},style:{top:"50%",transform:"translate(-1px, -50%)"}},{props:{orientation:"vertical"},style:{left:"50%",transform:"translate(-50%, 1px)"}},{props:{markActive:!0},style:{backgroundColor:(e.vars||e).palette.background.paper,opacity:.8}}]}))),W5=pt("span",{name:"MuiSlider",slot:"MarkLabel",shouldForwardProp:e=>jl(e)&&e!=="markLabelActive"})(Dr(({theme:e})=>({...e.typography.body2,color:(e.vars||e).palette.text.secondary,position:"absolute",whiteSpace:"nowrap",variants:[{props:{orientation:"horizontal"},style:{top:30,transform:"translateX(-50%)","@media (pointer: coarse)":{top:40}}},{props:{orientation:"vertical"},style:{left:36,transform:"translateY(50%)","@media (pointer: coarse)":{left:44}}},{props:{markLabelActive:!0},style:{color:(e.vars||e).palette.text.primary}}]}))),J5=e=>{const{disabled:t,dragging:r,marked:n,orientation:o,track:a,classes:s,color:i,size:l}=e,c={root:["root",t&&"disabled",r&&"dragging",n&&"marked",o==="vertical"&&"vertical",a==="inverted"&&"trackInverted",a===!1&&"trackFalse",i&&`color${rt(i)}`,l&&`size${rt(l)}`],rail:["rail"],track:["track"],mark:["mark"],markActive:["markActive"],markLabel:["markLabel"],markLabelActive:["markLabelActive"],valueLabel:["valueLabel"],thumb:["thumb",t&&"disabled",l&&`thumbSize${rt(l)}`,i&&`thumbColor${rt(i)}`],active:["active"],disabled:["disabled"],focusVisible:["focusVisible"]};return es(c,B5,s)},Y5=({children:e})=>e,Hf=F.forwardRef(function(t,r){const n=vc({props:t,name:"MuiSlider"}),o=hy(),{"aria-label":a,"aria-valuetext":s,"aria-labelledby":i,component:l="span",components:c={},componentsProps:u={},color:d="primary",classes:h,className:p,disableSwap:f=!1,disabled:m=!1,getAriaLabel:b,getAriaValueText:S,marks:E=!1,max:O=100,min:w=0,name:A,onChange:C,onChangeCommitted:T,orientation:V="horizontal",shiftStep:j=10,size:y="medium",step:R=1,scale:z=jh,slotProps:I,slots:G,tabIndex:oe,track:re="normal",value:te,valueLabelDisplay:ee="off",valueLabelFormat:se=jh,...H}=n,X={...n,isRtl:o,max:O,min:w,classes:h,disabled:m,disableSwap:f,orientation:V,marks:E,color:d,size:y,step:R,shiftStep:j,scale:z,track:re,valueLabelDisplay:ee,valueLabelFormat:se},{axisProps:le,getRootProps:xe,getHiddenInputProps:Le,getThumbProps:ae,open:be,active:Se,axis:me,focusedThumbIndex:Z,range:ie,dragging:de,marks:Y,values:we,trackOffset:ge,trackLeap:Ye,getThumbStyle:qe}=$5({...X,rootRef:r});X.marked=Y.length>0&&Y.some(Fe=>Fe.label),X.dragging=de,X.focusedThumbIndex=Z;const ke=J5(X),tr=(G==null?void 0:G.root)??c.Root??F5,Do=(G==null?void 0:G.rail)??c.Rail??z5,Lo=(G==null?void 0:G.track)??c.Track??G5,Bo=(G==null?void 0:G.thumb)??c.Thumb??H5,No=(G==null?void 0:G.valueLabel)??c.ValueLabel??Gf,zr=(G==null?void 0:G.mark)??c.Mark??q5,Fo=(G==null?void 0:G.markLabel)??c.MarkLabel??W5,Q=(G==null?void 0:G.input)??c.Input??"input",ne=(I==null?void 0:I.root)??u.root,ce=(I==null?void 0:I.rail)??u.rail,ye=(I==null?void 0:I.track)??u.track,Te=(I==null?void 0:I.thumb)??u.thumb,ue=(I==null?void 0:I.valueLabel)??u.valueLabel,We=(I==null?void 0:I.mark)??u.mark,tt=(I==null?void 0:I.markLabel)??u.markLabel,ze=(I==null?void 0:I.input)??u.input,mt=ar({elementType:tr,getSlotProps:xe,externalSlotProps:ne,externalForwardedProps:H,additionalProps:{...U5(tr)&&{as:l}},ownerState:{...X,...ne==null?void 0:ne.ownerState},className:[ke.root,p]}),kn=ar({elementType:Do,externalSlotProps:ce,ownerState:X,className:ke.rail}),ag=ar({elementType:Lo,externalSlotProps:ye,additionalProps:{style:{...le[me].offset(ge),...le[me].leap(Ye)}},ownerState:{...X,...ye==null?void 0:ye.ownerState},className:ke.track}),Ws=ar({elementType:Bo,getSlotProps:ae,externalSlotProps:Te,ownerState:{...X,...Te==null?void 0:Te.ownerState},className:ke.thumb}),sg=ar({elementType:No,externalSlotProps:ue,ownerState:{...X,...ue==null?void 0:ue.ownerState},className:ke.valueLabel}),Js=ar({elementType:zr,externalSlotProps:We,ownerState:X,className:ke.mark}),Ys=ar({elementType:Fo,externalSlotProps:tt,ownerState:X,className:ke.markLabel}),ig=ar({elementType:Q,getSlotProps:Le,externalSlotProps:ze,ownerState:X});return g.jsxs(tr,{...mt,children:[g.jsx(Do,{...kn}),g.jsx(Lo,{...ag}),Y.filter(Fe=>Fe.value>=w&&Fe.value<=O).map((Fe,Ke)=>{const Ks=Za(Fe.value,w,O),zo=le[me].offset(Ks);let Lt;return re===!1?Lt=we.includes(Fe.value):Lt=re==="normal"&&(ie?Fe.value>=we[0]&&Fe.value<=we[we.length-1]:Fe.value<=we[0])||re==="inverted"&&(ie?Fe.value<=we[0]||Fe.value>=we[we.length-1]:Fe.value>=we[0]),g.jsxs(F.Fragment,{children:[g.jsx(zr,{"data-index":Ke,...Js,...!Ta(zr)&&{markActive:Lt},style:{...zo,...Js.style},className:Pt(Js.className,Lt&&ke.markActive)}),Fe.label!=null?g.jsx(Fo,{"aria-hidden":!0,"data-index":Ke,...Ys,...!Ta(Fo)&&{markLabelActive:Lt},style:{...zo,...Ys.style},className:Pt(ke.markLabel,Ys.className,Lt&&ke.markLabelActive),children:Fe.label}):null]},Ke)}),we.map((Fe,Ke)=>{const Ks=Za(Fe,w,O),zo=le[me].offset(Ks),Lt=ee==="off"?Y5:No;return g.jsx(Lt,{...!Ta(Lt)&&{valueLabelFormat:se,valueLabelDisplay:ee,value:typeof se=="function"?se(z(Fe),Ke):se,index:Ke,open:be===Ke||Se===Ke||ee==="on",disabled:m},...sg,children:g.jsx(Bo,{"data-index":Ke,...Ws,className:Pt(ke.thumb,Ws.className,Se===Ke&&ke.active,Z===Ke&&ke.focusVisible),style:{...zo,...qe(Ke),...Ws.style},children:g.jsx(Q,{"data-index":Ke,"aria-label":b?b(Ke):a,"aria-valuenow":z(Fe),"aria-labelledby":i,"aria-valuetext":S?S(z(Fe),Ke):s,value:we[Ke],...ig})})},Ke)})]})});process.env.NODE_ENV!=="production"&&(Hf.propTypes={"aria-label":Ah(x.string,e=>Array.isArray(e.value||e.defaultValue)&&e["aria-label"]!=null?new Error("MUI: You need to use the `getAriaLabel` prop instead of `aria-label` when using a range slider."):null),"aria-labelledby":x.string,"aria-valuetext":Ah(x.string,e=>Array.isArray(e.value||e.defaultValue)&&e["aria-valuetext"]!=null?new Error("MUI: You need to use the `getAriaValueText` prop instead of `aria-valuetext` when using a range slider."):null),children:x.node,classes:x.object,className:x.string,color:x.oneOfType([x.oneOf(["primary","secondary","error","info","success","warning"]),x.string]),components:x.shape({Input:x.elementType,Mark:x.elementType,MarkLabel:x.elementType,Rail:x.elementType,Root:x.elementType,Thumb:x.elementType,Track:x.elementType,ValueLabel:x.elementType}),componentsProps:x.shape({input:x.oneOfType([x.func,x.object]),mark:x.oneOfType([x.func,x.object]),markLabel:x.oneOfType([x.func,x.object]),rail:x.oneOfType([x.func,x.object]),root:x.oneOfType([x.func,x.object]),thumb:x.oneOfType([x.func,x.object]),track:x.oneOfType([x.func,x.object]),valueLabel:x.oneOfType([x.func,x.shape({children:x.element,className:x.string,open:x.bool,style:x.object,value:x.node,valueLabelDisplay:x.oneOf(["auto","off","on"])})])}),defaultValue:x.oneOfType([x.arrayOf(x.number),x.number]),disabled:x.bool,disableSwap:x.bool,getAriaLabel:x.func,getAriaValueText:x.func,marks:x.oneOfType([x.arrayOf(x.shape({label:x.node,value:x.number.isRequired})),x.bool]),max:x.number,min:x.number,name:x.string,onChange:x.func,onChangeCommitted:x.func,orientation:x.oneOf(["horizontal","vertical"]),scale:x.func,shiftStep:x.number,size:x.oneOfType([x.oneOf(["small","medium"]),x.string]),slotProps:x.shape({input:x.oneOfType([x.func,x.object]),mark:x.oneOfType([x.func,x.object]),markLabel:x.oneOfType([x.func,x.object]),rail:x.oneOfType([x.func,x.object]),root:x.oneOfType([x.func,x.object]),thumb:x.oneOfType([x.func,x.object]),track:x.oneOfType([x.func,x.object]),valueLabel:x.oneOfType([x.func,x.shape({children:x.element,className:x.string,open:x.bool,style:x.object,value:x.node,valueLabelDisplay:x.oneOf(["auto","off","on"])})])}),slots:x.shape({input:x.elementType,mark:x.elementType,markLabel:x.elementType,rail:x.elementType,root:x.elementType,thumb:x.elementType,track:x.elementType,valueLabel:x.elementType}),step:x.number,sx:x.oneOfType([x.arrayOf(x.oneOfType([x.func,x.object,x.bool])),x.func,x.object]),tabIndex:x.number,track:x.oneOf(["inverted","normal",!1]),value:x.oneOfType([x.arrayOf(x.number),x.number]),valueLabelDisplay:x.oneOf(["auto","off","on"]),valueLabelFormat:x.oneOfType([x.func,x.string])});var K5="[object Number]";function Q5(e){return typeof e=="number"||Er(e)&&Lr(e)==K5}const qf=Oe.observer(e=>{var a,s,i;const t=P.useTheme(),{store:r}=e,{t:n}=_e.useTranslation();function o(l,c){c===e.velocity||!Q5(c)||e.onVelocityChange(c)}return g.jsxs(P.Stack,{direction:"row",gap:2,alignItems:"center",children:[r.showVelocityLegend&&g.jsx(P.Typography,{sx:{color:(i=(s=(a=t.componentsExt)==null?void 0:a.JoggingPanel)==null?void 0:s.VelocitySlider)==null?void 0:i.sliderLegendColor,fontSize:"14px"},children:n("Jogging.Velocity.bt")}),g.jsx(Hf,{value:e.velocity,color:"secondary",onChange:o,min:e.min,max:e.max,"aria-labelledby":"input-slider",disabled:e.disabled,sx:{"& .MuiSlider-valueLabelOpen":{zIndex:100,backgroundColor:"transparent",top:"0px"}}}),r.showVelocitySliderLabel&&(e.renderValue?e.renderValue(e.velocity):g.jsx(Ec,{value:e.velocity.toString()}))]})});function Ec({value:e,sx:t}){var n;const r=P.useTheme();return g.jsx(P.Stack,{direction:"row",justifyContent:"center",alignItems:"center",gap:"5px",sx:{padding:"6px 12px",background:(n=r.palette.backgroundPaperElevation)==null?void 0:n[8],borderRadius:"10px",minWidth:"111px",...t},children:g.jsx(P.Typography,{component:"span",sx:{textAlign:"right",fontSize:"14px",opacity:.8,color:r.palette.text.primary,whiteSpace:"nowrap"},children:e})})}const Wf=Oe.observer(({store:e})=>{const{t}=_e.useTranslation(),r=Oe.useLocalObservable(()=>({get valueLabelFormat(){return e.currentMotionType==="translate"?n=>`v = ${t("Jogging.Cartesian.Translation.velocityMmPerSec.lb",{amount:n})}`:n=>`ω = ${t("Jogging.Cartesian.Rotation.velocityDegPerSec.lb",{amount:n})}`}}));return g.jsx(qf,{store:e,velocity:e.velocityInDisplayUnits,min:e.minVelocityInDisplayUnits,max:e.maxVelocityInDisplayUnits,onVelocityChange:e.setVelocityFromSlider,disabled:e.isLocked,renderValue:n=>g.jsx(Ec,{value:r.valueLabelFormat(n),sx:{minWidth:"111px",span:{transform:"translateY(-1.5px)"}}})})}),X5=Oe.observer(({store:e,children:t})=>{const{t:r}=_e.useTranslation(),n=P.useTheme();function o(h,p){(p==="translate"||p==="rotate")&&e.setSelectedCartesianMotionType(p)}_m(()=>[e.selectedCoordSystemId,e.selectedTcpId],()=>{e.jogger.motionStream.motionStateSocket.changeUrl(e.jogger.nova.makeWebsocketURL(`/motion-groups/${e.jogger.motionGroupId}/state-stream?tcp=${e.selectedTcpId}&response_coordinate_system=${e.selectedCoordSystemId}`))},{fireImmediately:!0});async function a(h,p){const f=await e.activate(),m=f.motionStream.rapidlyChangingMotionState.tcp_pose,b=f.motionStream.rapidlyChangingMotionState.state.joint_position;m&&await e.withMotionLock(async()=>{try{e.setCurrentIncrementJog({axis:h.axis,direction:h.direction}),await e.jogger.runIncrementalCartesianMotion({currentTcpPose:m,currentJoints:b,coordSystemId:e.activeCoordSystemId,velocityInRelevantUnits:e.selectedCartesianMotionType==="translate"?e.translationVelocityMmPerSec:e.rotationVelocityRadsPerSec,axis:h.axis,direction:h.direction,motion:e.selectedCartesianMotionType==="translate"?{type:"translate",distanceMm:p.mm}:{type:"rotate",distanceRads:Cr.degreesToRadians(p.degrees)}})}finally{e.setCurrentIncrementJog(null),await e.deactivate()}})}async function s(h){if(!e.isLocked){if(await e.activate(),e.activeDiscreteIncrement)return a(h,e.activeDiscreteIncrement);h.motionType==="translate"?await e.jogger.startTCPTranslation({axis:h.axis,direction:h.direction,velocityMmPerSec:e.translationVelocityMmPerSec}):await e.jogger.startTCPRotation({axis:h.axis,direction:h.direction,velocityRadsPerSec:e.rotationVelocityRadsPerSec})}}async function i(){e.isLocked||e.activeDiscreteIncrement||await e.deactivate()}function l(h,p,f){var b,S,E;const m=(E=(S=(b=f.componentsExt)==null?void 0:b.JoggingPanel)==null?void 0:S.JoggingCartesian)==null?void 0:E.Axis;if(m)return p==="translate"?m[h]:m.CustomRotation??m[h]}const c=[{id:"x",icon:g.jsx(eI,{}),colors:l("X",e.selectedCartesianMotionType,n)},{id:"y",icon:g.jsx(rI,{}),colors:l("Y",e.selectedCartesianMotionType,n)},{id:"z",icon:g.jsx(oI,{}),colors:l("Z",e.selectedCartesianMotionType,n)}];function u(h){return r("General.mm.variable",{amount:h.toFixed(1)})}function d(h){return r("General.degree.variable",{amount:Cr.radiansToDegrees(h).toFixed(1)})}return g.jsxs(P.Stack,{flexGrow:1,gap:2,sx:{padding:"18px 24px"},children:[g.jsxs(P.Stack,{gap:2,children:[g.jsx(O5,{store:e}),g.jsx(Wf,{store:e}),g.jsx(P.Divider,{})]}),g.jsx(P.Stack,{marginLeft:"auto",marginRight:"auto",gap:"24px",justifyContent:"center",sx:{flexGrow:"1"},children:g.jsxs(P.Stack,{alignItems:"center",justifyContent:"center",gap:"24px",sx:{flexGrow:1},children:[g.jsxs(w5,{value:e.selectedCartesianMotionType,onChange:o,exclusive:!0,"aria-label":r("Jogging.Cartesian.MotionType.lb"),sx:{justifyContent:"center"},children:[g.jsx(P.ToggleButton,{value:"translate",children:r("Jogging.Cartesian.Translation.bt")}),g.jsx(P.ToggleButton,{value:"rotate",children:r("Jogging.Cartesian.Rotation.bt")})]}),e.selectedCartesianMotionType==="translate"&&c.map(h=>{var p,f;return g.jsx(ol,{colors:h.colors,disabled:e.isLocked,activeJoggingDirection:((p=e.incrementJogInProgress)==null?void 0:p.axis)===h.id?e.incrementJogInProgress.direction:void 0,label:g.jsxs(g.Fragment,{children:[h.icon,g.jsx(P.Typography,{sx:{fontSize:"24px",color:((f=h.colors)==null?void 0:f.labelColor)??n.palette.text.primary},children:h.id.toUpperCase()})]}),getDisplayedValue:()=>{var m;return u(((m=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose)==null?void 0:m.position[h.id])||0)},startJogging:m=>s({axis:h.id,motionType:"translate",direction:m}),stopJogging:i},h.id)}),e.selectedCartesianMotionType==="rotate"&&c.map(h=>{var p,f;return g.jsx(ol,{colors:h.colors,disabled:e.isLocked,activeJoggingDirection:((p=e.incrementJogInProgress)==null?void 0:p.axis)===h.id?e.incrementJogInProgress.direction:void 0,label:g.jsxs(g.Fragment,{children:[g.jsx(sI,{}),g.jsx(P.Typography,{sx:{fontSize:"24px",color:((f=h.colors)==null?void 0:f.labelColor)??n.palette.text.primary},children:h.id.toUpperCase()})]}),getDisplayedValue:()=>{var m,b;return d(((b=(m=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose)==null?void 0:m.orientation)==null?void 0:b[h.id])||0)},startJogging:m=>s({axis:h.id,motionType:"rotate",direction:m}),stopJogging:i},h.id)})]})}),g.jsx(kf,{store:e}),t&&g.jsx(P.Divider,{}),t]})}),Z5=Oe.observer(({store:e,children:t})=>{const r=P.useTheme();async function n(a){await e.activate(),await e.jogger.startJointRotation({joint:a.joint,direction:a.direction,velocityRadsPerSec:e.rotationVelocityRadsPerSec})}async function o(){await e.jogger.stop(),await e.deactivate()}return g.jsxs(P.Stack,{flexGrow:1,gap:2,sx:{padding:"18px 24px"},children:[g.jsx(Wf,{store:e}),g.jsx(P.Divider,{}),g.jsx(P.Stack,{justifyContent:"center",alignItems:"stretch",sx:{flexGrow:"1"},id:"JointControls",children:g.jsx(P.Stack,{alignItems:"center",gap:"24px",children:e.jogger.motionStream.joints.map(a=>{var c;const s=(c=e.motionGroupSpec.mechanical_joint_limits)==null?void 0:c[a.index],i=(s==null?void 0:s.lower_limit)!==void 0?Cr.radiansToDegrees(s.lower_limit):void 0,l=(s==null?void 0:s.upper_limit)!==void 0?Cr.radiansToDegrees(s.upper_limit):void 0;return g.jsxs(P.Stack,{direction:"row",alignItems:"center",justifyContent:"center",spacing:1.5,width:"100%",children:[e.showJointsLegend&&g.jsx(P.Typography,{color:e.isLocked?r.palette.text.disabled:r.palette.text.secondary,children:`G${a.index+1}`}),g.jsx(Vm,{disabled:e.isLocked,lowerLimitDegs:i,upperLimitDegs:l,getValueDegs:()=>{const u=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_position.joints[a.index];return u!==void 0?Cr.radiansToDegrees(u):void 0},startJogging:u=>n({joint:a.index,direction:u}),stopJogging:o})]},`joint-${a.index}`)})})}),g.jsx(kf,{store:e}),t&&g.jsx(P.Divider,{}),t]})}),e3=Xe(Oe.observer(e=>{const t=Al.isString(e.nova)?new Y2({instanceUrl:e.nova}):e.nova,r=Oe.useLocalObservable(()=>({joggingStore:null,loadingError:null}));async function n(){$e.runInAction(()=>{r.loadingError=null,r.joggingStore=null});try{let o=e.store;if(!o){const a=await t.connectJogger(e.motionGroupId);o=await qs.loadFor(a)}$e.runInAction(()=>{r.joggingStore=o}),e.onSetup&&e.onSetup(o)}catch(o){r.loadingError=o}}return J.useEffect(()=>(n(),e.store?()=>null:()=>{var o;(o=r.joggingStore)==null||o.dispose()}),[e.store,e.nova,e.motionGroupId]),J.useEffect(()=>{const o=r.joggingStore;o&&(e.locked?o.lock("external"):o.unlock("external"))},[r.joggingStore,e.locked]),g.jsx(P.Stack,{sx:{maxWidth:"460px",minWidth:"320px",position:"relative",...e.sx},children:r.joggingStore?g.jsx(t3,{store:r.joggingStore,children:e.children}):g.jsx(Cc,{message:"Loading jogging",error:r.loadingError})})})),t3=Oe.observer(({store:e,children:t})=>{const{t:r}=_e.useTranslation();function n(){if(e.currentTab.id==="cartesian")return g.jsx(g.Fragment,{children:g.jsx(X5,{store:e,children:t})});if(e.currentTab.id==="joint")return g.jsx(g.Fragment,{children:g.jsx(Z5,{store:e,children:t})})}return g.jsxs(P.Stack,{flexGrow:1,sx:{overflow:"hidden"},children:[g.jsx(P.Tabs,{value:e.tabIndex,onChange:e.onTabChange,variant:"fullWidth",children:e.tabs.map(o=>{const a=o.label==="cartesian"?r("Jogging.Cartesian.bt"):r("Jogging.Joints.bt"),s=o.label==="cartesian"?g.jsx(AC,{fontSize:"small",sx:{mr:1}}):g.jsx(_C,{fontSize:"small",sx:{mr:1}});return g.jsx(P.Tab,{label:e.showTabIcons?g.jsxs(P.Stack,{direction:"row",alignItems:"center",children:[s,a]}):a,id:`jogging-tab-${o.id}`,"aria-controls":`jogging-tab-${o.id}`},o.id)})}),g.jsx(P.Stack,{flexGrow:1,position:"relative",sx:{overflowY:"auto",overflowX:"hidden"},children:n()})]})}),Jf=e=>{var i;const{value:t,ref:r}=e,n=P.useTheme(),[o,a]=J.useState(!1);async function s(){if(!r||!("current"in r))return console.warn("No copy target found"),!1;try{return await navigator.clipboard.writeText(t),console.log("Copied!"),a(!0),!0}catch(l){console.error(l);const c=window.getSelection();if(c&&r&&"current"in r&&r.current){const u=document.createRange();u.selectNodeContents(r.current),c.removeAllRanges(),c.addRange(u)}}return!1}return J.useEffect(()=>{if(!o)return;const l=setTimeout(()=>a(!1),3e3);return()=>{l&&clearTimeout(l)}},[o]),g.jsx(P.Tooltip,{open:o,title:"Copied!",children:g.jsx(P.Stack,{justifyContent:"center",sx:{height:"100%",boxSizing:"border-box",padding:"6px 12px",background:(i=n.palette.backgroundPaperElevation)==null?void 0:i[8],borderRadius:"10px",minWidth:"0",cursor:"pointer"},onClick:()=>s(),children:g.jsx(P.Typography,{ref:r,align:"center",sx:{pointerEvents:"none",fontSize:"12px",color:n.palette.text.primary,whiteSpace:"nowrap",minWidth:0,textOverflow:"ellipsis",width:"100%",overflow:"hidden"},children:t})})})},r3=Oe.observer(({motionStream:e})=>{const t=J.useRef(null);function r(){const n=e.rapidlyChangingMotionState.tcp_pose;return n?Cr.poseToWandelscriptString(n):""}return Rn(()=>{if(!t.current)return;const n=r();t.current.textContent!==n&&(t.current.textContent=n)}),g.jsx(P.Stack,{alignItems:"left",spacing:2,sx:{flexGrow:1,minWidth:0,overflow:"hidden"},children:g.jsx(Jf,{value:r(),ref:t})})}),n3=Oe.observer(({motionStream:e})=>{const t=J.useRef(null);function r(){const{joints:n}=e.rapidlyChangingMotionState.state.joint_position;return`[${n.map(o=>parseFloat(o.toFixed(4))).join(", ")}]`}return Rn(()=>{if(!t.current)return;const n=r();t.current.textContent!==n&&(t.current.textContent=n)}),g.jsx(P.Stack,{alignItems:"left",spacing:2,sx:{flexGrow:1,minWidth:0,overflow:"hidden"},children:g.jsx(Jf,{value:r(),ref:t})})});class Yf{constructor(){this.messages=[],this.addMessage=(t,r="info")=>{const n={id:Math.random().toString(36).substring(2,11),timestamp:new Date,message:t,level:r};this.messages.push(n)},this.clearMessages=()=>{this.messages=[]},this.addInfo=t=>{this.addMessage(t,"info")},this.addWarning=t=>{this.addMessage(t,"warning")},this.addError=t=>{this.addMessage(t,"error")},this.addDebug=t=>{this.addMessage(t,"debug")},$e.makeObservable(this,{messages:$e.observable,addMessage:$e.action,clearMessages:$e.action})}}const Uo=(e,t,r)=>({id:r||`${Date.now()}-${Math.random().toString(36).substring(2,11)}`,timestamp:new Date,message:e,level:t}),o3=(e,t)=>Uo(e,"debug",t),a3=(e,t)=>Uo(e,"info",t),s3=(e,t)=>Uo(e,"warning",t),i3=(e,t)=>Uo(e,"error",t),Kf=Xe(Oe.observer(e=>{var u;const{messages:t=[],onClear:r,height:n=400,sx:o}=e,a=P.useTheme(),s=J.useRef(null);J.useEffect(()=>{if(t.length===0)return;const d=s.current;if(!d)return;const h=setTimeout(()=>{d.scrollTop=d.scrollHeight},10);return()=>clearTimeout(h)},[t.length]);const i=d=>d.toLocaleTimeString("en-US",{hour12:!1,hour:"2-digit",minute:"2-digit",second:"2-digit"}),l=d=>{switch(d){case"error":return a.palette.error.main;case"warning":return a.palette.warning.main;case"info":return a.palette.info.main;case"debug":return a.palette.text.disabled;default:return a.palette.text.secondary}},c=({message:d})=>{const[h,p]=J.useState(!1),[f,m]=J.useState(!1),[b,S]=J.useState(!1),E=d.message.length>150,O=async()=>{try{await navigator.clipboard.writeText(d.message),m(!0),setTimeout(()=>m(!1),2e3)}catch(A){console.error("Failed to copy message:",A)}},w=E&&!h?d.message.substring(0,150)+"...":d.message;return g.jsx(P.Box,{onMouseEnter:()=>S(!0),onMouseLeave:()=>S(!1),sx:{display:"flex",gap:1,fontFamily:"monospace",flexDirection:"column","&:hover":{backgroundColor:a.palette.action.hover},borderRadius:"4px",padding:"2px 4px",margin:"-2px -4px"},children:g.jsxs(P.Box,{sx:{display:"flex",gap:1},children:[g.jsxs(P.Typography,{component:"span",sx:{fontWeight:400,fontSize:"12px",lineHeight:"18px",letterSpacing:"0.4px",color:a.palette.text.disabled,whiteSpace:"nowrap",flexShrink:0},children:["[",i(d.timestamp),"]"]}),g.jsx(P.Typography,{component:"span",sx:{fontWeight:400,fontSize:"12px",lineHeight:"18px",letterSpacing:"0.4px",color:l(d.level),wordBreak:"break-word",overflowWrap:"anywhere",hyphens:"auto",flex:1,whiteSpace:"pre-wrap"},children:w}),g.jsxs(P.Box,{sx:{display:"flex",alignItems:"flex-start",gap:.5,opacity:b?1:0,transition:"opacity 0.2s ease-in-out",visibility:b?"visible":"hidden"},children:[g.jsx(P.IconButton,{size:"small",onClick:O,sx:{padding:"2px",color:a.palette.text.secondary,"&:hover":{backgroundColor:a.palette.action.hover}},title:f?"Copied!":"Copy message",children:g.jsx(Ft.ContentCopy,{sx:{fontSize:12}})}),E&&g.jsx(P.IconButton,{size:"small",onClick:()=>p(!h),sx:{padding:"2px",color:a.palette.text.secondary,"&:hover":{backgroundColor:a.palette.action.hover}},title:h?"Collapse":"Expand",children:h?g.jsx(Ft.ExpandLess,{sx:{fontSize:12}}):g.jsx(Ft.ExpandMore,{sx:{fontSize:12}})})]})]})},d.id)};return g.jsxs(P.Paper,{sx:{backgroundColor:((u=a.palette.backgroundPaperElevation)==null?void 0:u[2])||"#171927",backgroundImage:"none",height:n,display:"flex",flexDirection:"column",overflow:"hidden",...o},children:[g.jsxs(P.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"12px 16px"},children:[g.jsxs(P.Box,{sx:{display:"flex",alignItems:"center",gap:1},children:[g.jsx(Ft.DescriptionOutlined,{sx:{fontSize:16,color:a.palette.action.active,opacity:.56}}),g.jsx(P.Typography,{sx:{fontWeight:500,fontSize:"14px",lineHeight:"143%",letterSpacing:"0.17px",color:a.palette.text.primary},children:"Log"})]}),g.jsx(P.Button,{onClick:r,variant:"text",sx:{fontWeight:500,fontSize:"13px",lineHeight:"22px",letterSpacing:"0.46px",color:a.palette.primary.main,textTransform:"none",minWidth:"auto",padding:"4px 8px","&:hover":{backgroundColor:a.palette.primary.main+"14"}},children:"Clear"})]}),g.jsx(P.Box,{ref:s,sx:{flex:1,overflow:"auto",padding:"8px 16px",display:"flex",flexDirection:"column",gap:"2px",scrollbarWidth:"thin",scrollbarColor:`${a.palette.divider} transparent`,"&::-webkit-scrollbar":{width:"6px"},"&::-webkit-scrollbar-track":{background:"transparent"},"&::-webkit-scrollbar-thumb":{backgroundColor:a.palette.divider,borderRadius:"3px","&:hover":{backgroundColor:a.palette.divider}}},children:t.length===0?g.jsx(P.Typography,{sx:{color:a.palette.text.disabled,fontSize:"12px",fontStyle:"italic",textAlign:"center",marginTop:2},children:"No log messages"}):t.map(d=>g.jsx(c,{message:d},d.id))})]})})),l3=Xe(Oe.observer(e=>{const{store:t,onStoreReady:r,...n}=e,o=J.useRef(r);J.useEffect(()=>{o.current=r},[r]);const a=J.useMemo(()=>{var l;const i=t||new Yf;return(l=o.current)==null||l.call(o,i),i},[t]),s=()=>{a.clearMessages()};return g.jsx(Kf,{...n,messages:a.messages,onClear:s})}));function c3(){const e=window.location.href;return e.substring(0,e.indexOf("/",e.indexOf("//")+2))}function u3({baseUrl:e=c3(),...t}){return g.jsxs(P.Dialog,{"aria-labelledby":"no-motion-group-modal-title",open:!0,fullWidth:!0,sx:{"& .MuiModal-backdrop":{backdropFilter:"blur(10px)"},"& .MuiDialog-paper":{"::before":{content:'""',height:"8px",width:"100%",background:"linear-gradient(90deg, #FF0E65 0%, #47D3FF 100%)"},background:"#101629"}},children:[g.jsx(P.DialogTitle,{id:"no-motion-group-modal-title",children:"No motion group found"}),g.jsxs(P.DialogContent,{sx:{marginTop:"3rem",marginBottom:"1.5rem",textAlign:"center"},children:[g.jsx(P.Typography,{color:"#fff",children:"Found no devices to connect to."}),g.jsx(P.Typography,{color:"#fff",children:"Please ensure a motion group has been created."})]}),g.jsx(P.DialogActions,{children:g.jsxs(P.Stack,{width:"100%",maxWidth:"300px",margin:"auto",marginBottom:"2rem",children:[g.jsx(P.Button,{href:`${e}/settings`,variant:"contained",sx:{borderRadius:"8px",width:"100%"},children:"Go to settings app"}),g.jsx(P.Button,{href:`${e}`,variant:"text",sx:{marginTop:"1rem",color:"#fff",textDecoration:"underline",fontSize:"0.75rem"},children:"Back to Homescreen"})]})})]})}var vr=(e=>(e.IDLE="idle",e.RUNNING="running",e.PAUSED="paused",e.STOPPING="stopping",e.ERROR="error",e))(vr||{});const d3=Xe(Oe.observer(({state:e,onRun:t,onPause:r,onStop:n,onReset:o,requiresManualReset:a=!1,variant:s="with_pause",className:i})=>{const l=P.useTheme(),{t:c}=_e.useTranslation(),u=()=>{const p={run:{enabled:e==="idle"||e==="paused"||e==="error",label:c(e==="paused"?"ProgramControl.Resume.bt":e==="error"?"ProgramControl.Retry.bt":"ProgramControl.Start.bt"),color:l.palette.success.main,onClick:t},pause:{enabled:e==="running",label:c("ProgramControl.Pause.bt"),color:"#FFFFFF33",onClick:r||(()=>{})},stop:{enabled:e==="running"||e==="paused",label:c("ProgramControl.Stop.bt"),color:l.palette.error.main,onClick:n}};return s==="without_pause"?[p.run,p.stop]:[p.run,p.pause,p.stop]},d=p=>{const f={sx:{fontSize:"55px"}};if(s==="without_pause")return p===0?g.jsx(Ft.PlayArrow,{...f}):g.jsx(Ft.Stop,{...f});switch(p){case 0:return g.jsx(Ft.PlayArrow,{...f});case 1:return g.jsx(Ft.Pause,{...f});case 2:return g.jsx(Ft.Stop,{...f});default:return null}},h=u();return g.jsx(P.Box,{className:i,sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:2},children:g.jsx(P.Box,{sx:{display:"flex",gap:"40px",flexWrap:"wrap",justifyContent:"center",alignItems:"center"},children:h.map((p,f)=>g.jsxs(P.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:1},children:[g.jsx(P.Button,{variant:"contained",disabled:!p.enabled||e==="stopping"&&!a,onClick:p.onClick,sx:{width:"110px",height:"110px",borderRadius:"110px",backgroundColor:p.color,opacity:p.enabled&&!(e==="stopping"&&!a)?1:.3,"&:hover":{backgroundColor:p.color,opacity:p.enabled&&!(e==="stopping"&&!a)?.8:.3},"&:disabled":{backgroundColor:p.color,opacity:.3},minWidth:"110px",flexShrink:0},children:d(f)}),g.jsx(P.Typography,{variant:"body1",sx:{color:p.enabled&&!(e==="stopping"&&!a)?p.color:l.palette.text.disabled,textAlign:"center",opacity:p.enabled&&!(e==="stopping"&&!a)?1:.3},children:p.label})]},p.label))})})})),Tl=Xe(Oe.observer(({programState:e,safetyState:t,operationMode:r,className:n})=>{const o=P.useTheme(),{t:a}=_e.useTranslation(),s=()=>{if(t==="SAFETY_STATE_DEVICE_EMERGENCY_STOP"||t==="SAFETY_STATE_ROBOT_EMERGENCY_STOP"||t==="SAFETY_STATE_STOP_0"||t==="SAFETY_STATE_STOP_1"||t==="SAFETY_STATE_STOP_2"||t==="SAFETY_STATE_PROTECTIVE_STOP"||t==="SAFETY_STATE_STOP"||t==="SAFETY_STATE_REDUCED"||t==="SAFETY_STATE_MASTERING"||t==="SAFETY_STATE_CONFIRM_SAFETY"||t==="SAFETY_STATE_OPERATOR_SAFETY"||t==="SAFETY_STATE_RECOVERY"||t==="SAFETY_STATE_VIOLATION")return{label:a("ProgramStateIndicator.EStop.lb"),color:o.palette.error.main};if(t==="SAFETY_STATE_UNKNOWN"||t==="SAFETY_STATE_FAULT")return{label:a("ProgramStateIndicator.Error.lb"),color:o.palette.error.main};if(t==="SAFETY_STATE_NORMAL")switch(e){case vr.RUNNING:return{label:a("ProgramStateIndicator.Running.lb"),color:o.palette.success.main};case vr.PAUSED:return{label:a("ProgramStateIndicator.Paused.lb"),color:o.palette.grey[600]};case vr.STOPPING:return{label:a("ProgramStateIndicator.Stopped.lb"),color:o.palette.error.main};case vr.ERROR:return{label:a("ProgramStateIndicator.Error.lb"),color:o.palette.error.main};case vr.IDLE:default:return{label:a("ProgramStateIndicator.Ready.lb"),color:o.palette.success.main}}return{label:a("ProgramStateIndicator.Idle.lb"),color:o.palette.grey[600]}},{label:i,color:l}=s(),u=`${i} / ${(()=>{switch(r){case"OPERATION_MODE_AUTO":return a("ProgramStateIndicator.Auto.lb");case"OPERATION_MODE_MANUAL":return a("ProgramStateIndicator.Manual.lb");case"OPERATION_MODE_MANUAL_T1":return a("ProgramStateIndicator.ManualT1.lb");case"OPERATION_MODE_MANUAL_T2":return a("ProgramStateIndicator.ManualT2.lb");default:return a("ProgramStateIndicator.Auto.lb")}})()}`;return g.jsx(P.Chip,{className:n,label:g.jsx(P.Typography,{variant:"body2",sx:{fontSize:"0.75rem",lineHeight:1.2},children:u}),variant:"filled",sx:{backgroundColor:l,color:o.palette.getContrastText(l),fontWeight:500,height:"auto","& .MuiChip-label":{paddingX:1.5,paddingY:.5}}})})),kh="0.0.0-semantically-released";function Ic(e){let t=kh;return kh.startsWith("0.")&&(t=""),`https://cdn.jsdelivr.net/gh/wandelbotsgmbh/wandelbots-js-react-components${t?`@${t}`:""}/public/models/${e}.glb`}function h3(e){function t(r){return r.children.length===0?[r]:[r,...r.children.flatMap(n=>t(n))]}return t(e).filter(r=>Xf(r))}function Qf(e){return e.name.endsWith("_FLG")}function Xf(e){return/_J[0-9]+$/.test(e.name)}function p3(e,t){let r;function n(o){if(Qf(o)){if(r)throw Error(`Found multiple flange groups in robot model ${t}; first ${r.name} then ${o.name}. Only one _FLG group is allowed.`);r=o}Xf(o),o.children.map(n)}if(n(e.scene),!r)throw Error(`No flange group found in robot model ${t}. Flange must be identified with a name ending in _FLG.`);return{gltf:e}}function Zf({rapidlyChangingMotionState:e,dhParameters:t,onRotationChanged:r,children:n}){const o=J.useRef([]),a=J.useRef([]),s=J.useRef(null),{invalidate:i}=Ra.useThree();J.useEffect(()=>{const d=e.state.joint_position.joints.filter(h=>h!==void 0);return s.current=new xc(d,{tension:120,friction:20,threshold:.001}),()=>{var h;(h=s.current)==null||h.destroy()}},[]),Ra.useFrame((d,h)=>{if(s.current){const p=s.current.update(h);u(),p||i()}});function l(d){d&&(a.current=h3(d),u(),i())}function c(d){var h;o.current=d,(h=s.current)==null||h.setTarget(d)}function u(){var h;const d=((h=s.current)==null?void 0:h.getCurrentValues())||[];if(r)r(a.current,d);else for(const[p,f]of a.current.entries()){const m=t[p],b=m.theta||0,S=m.reverse_rotation_direction?-1:1;f.rotation.y=S*(d[p]||0)+b}}return Am(()=>{const d=e.state.joint_position.joints.filter(h=>h!==void 0);requestAnimationFrame(()=>c(d))}),g.jsx("group",{ref:l,children:n})}const m3="line",f3="mesh";function g3({rapidlyChangingMotionState:e,dhParameters:t,...r}){const n=new Ot.Matrix4,o=J.useRef([]),a=J.useRef([]);J.useEffect(()=>{o.current=new Array(t.length).fill(null),a.current=new Array(t.length).fill(null)},[t.length]);function s(c,u){const d=new Ot.Vector3,h=new Ot.Quaternion,p=new Ot.Vector3;n.decompose(d,h,p);const f=d.clone(),m=new Ot.Matrix4().makeRotationY(c.theta+u*(c.reverse_rotation_direction?-1:1)).multiply(new Ot.Matrix4().makeTranslation(0,c.d/1e3,0)).multiply(new Ot.Matrix4().makeTranslation(c.a/1e3,0,0)).multiply(new Ot.Matrix4().makeRotationX(c.alpha));return n.multiply(m),n.decompose(d,h,p),{a:f,b:d}}function i(c,u,d,h){if(!t)return;const p=t[c];if(!p)return;const{a:f,b:m}=s(p,h);u.geometry.setPositions([f.toArray(),m.toArray()].flat()),d.position.set(m.x,m.y,m.z)}function l(c,u){n.identity();for(let d=0;d<Math.min(c.length,u.length);d++){const h=o.current[d],p=a.current[d];h&&p&&i(d,h,p,u[d])}}return g.jsx(g.Fragment,{children:g.jsx(Zf,{rapidlyChangingMotionState:e,dhParameters:t,onRotationChanged:l,children:g.jsxs("group",{...r,name:"Scene",children:[g.jsxs("mesh",{children:[g.jsx("sphereGeometry",{args:[.01,32,32]}),g.jsx("meshStandardMaterial",{color:"black",depthTest:!0})]}),t.map((c,u)=>{const{a:d,b:h}=s(c,e.state.joint_position.joints[u]??0),p=`dhrobot_J0${u}`;return g.jsxs("group",{name:p,children:[g.jsx(ut.Line,{ref:f=>{o.current[u]=f},name:m3,points:[d,h],color:"white",lineWidth:5}),g.jsxs("mesh",{ref:f=>{a.current[u]=f},name:f3,position:h,children:[g.jsx("sphereGeometry",{args:[.01,32,32]}),g.jsx("meshStandardMaterial",{color:"black",depthTest:!0})]},"mesh_"+u)]},p)})]})})})}const y3=console.warn;function b3(){return J.useEffect(()=>{console.warn=e=>{e!=="Cannot call the manual advancement of rafz whilst frameLoop is not set as demand"&&y3(e)}},[]),g.jsx(g.Fragment,{})}function x3(e){return e.type==="Mesh"}function v3({modelURL:e,flangeRef:t,postModelRender:r,...n}){const{gltf:o}=p3(ut.useGLTF(e),e.split("/").pop()||e),a=J.useCallback(i=>{i&&r&&r()},[e]);function s(i){return x3(i)?g.jsx("mesh",{name:i.name,geometry:i.geometry,material:i.material,position:i.position,rotation:i.rotation},i.uuid):g.jsx("group",{name:i.name,position:i.position,rotation:i.rotation,ref:Qf(i)?t:void 0,children:i.children.map(s)},i.uuid)}return g.jsx("group",{...n,dispose:null,ref:a,children:s(o.scene)})}const S3=(e,t)=>{e.userData.isGhost||(e.traverse(r=>{if(r instanceof Be.Mesh){r.material instanceof Be.Material&&(r.material.colorWrite=!1);const n=r.clone(),o=r.clone();n.material=new Be.MeshStandardMaterial({depthTest:!0,depthWrite:!0,colorWrite:!1,polygonOffset:!0,polygonOffsetFactor:-1,side:Be.DoubleSide}),n.userData.isGhost=!0,o.material=new Be.MeshStandardMaterial({color:t,opacity:.3,depthTest:!0,depthWrite:!1,transparent:!0,polygonOffset:!0,polygonOffsetFactor:-2,side:Be.DoubleSide}),o.userData.isGhost=!0,r.parent&&(r.parent.add(n),r.parent.add(o))}}),e.userData.isGhost=!0)},O3=e=>{if(!e.userData.isGhost)return;const t=[];e.traverse(r=>{var n;r instanceof Be.Mesh&&((n=r.userData)!=null&&n.isGhost?t.push(r):r.material instanceof Be.Material&&(r.material.colorWrite=!0))}),t.forEach(r=>{r.parent&&r.parent.remove(r)}),e.userData.isGhost=!1},eg=Xe(({rapidlyChangingMotionState:e,modelFromController:t,dhParameters:r,getModel:n=Ic,flangeRef:o,postModelRender:a,transparentColor:s,...i})=>{const[l,c]=J.useState(null),u=J.useCallback(h=>{c(h)},[]);J.useEffect(()=>{l&&(s?S3(l,s):O3(l))},[l,s]);const d=g.jsx(g3,{rapidlyChangingMotionState:e,dhParameters:r,...i});return g.jsxs(vg.ErrorBoundary,{fallback:d,onError:h=>{console.error(h)},children:[g.jsx(J.Suspense,{fallback:d,children:g.jsx("group",{ref:u,children:g.jsx(Zf,{rapidlyChangingMotionState:e,dhParameters:r,children:g.jsx(v3,{modelURL:n(t),postModelRender:a,flangeRef:o,...i})})})}),g.jsx(b3,{})]})});function tg({connectedMotionGroup:e,getModel:t=Ic,flangeRef:r,transparentColor:n,postModelRender:o,...a}){return e.dhParameters?g.jsx(eg,{rapidlyChangingMotionState:e.rapidlyChangingMotionState,modelFromController:e.modelFromController||"",dhParameters:e.dhParameters,getModel:t,flangeRef:r,transparentColor:n,postModelRender:o,...a}):null}const w3=Xe(Oe.observer(({robotName:e,programState:t,safetyState:r,operationMode:n,driveToHomeEnabled:o=!1,onDriveToHomePress:a,onDriveToHomeRelease:s,connectedMotionGroup:i,robotComponent:l=tg,cycleTimerComponent:c=Tm,onCycleTimerReady:u,onCycleEnd:d,cycleTimerAutoStart:h=!0,cycleTimerHasError:p=!1,className:f})=>{var se;const m=P.useTheme(),{t:b}=_e.useTranslation(),[S,E]=J.useState(!1),O=J.useRef(null),w=J.useRef(null),[A,C]=J.useState(!1),[T,V]=J.useState({width:400,height:600}),[j,y]=J.useState(0),R=J.useRef(null);J.useEffect(()=>{const H=()=>{if(w.current){const{offsetWidth:le,offsetHeight:xe}=w.current;C(le>xe),V({width:le,height:xe})}};H();const X=new ResizeObserver(H);return w.current&&X.observe(w.current),()=>{X.disconnect()}},[]);const z=J.useCallback(()=>{y(H=>H+1)},[]),I=J.useCallback(()=>{!o||!a||(E(!0),a())},[o,a]),G=J.useCallback(()=>{!o||!s||(E(!1),s())},[o,s]),oe=J.useCallback(()=>{S&&s&&(E(!1),s())},[S,s]),re=J.useCallback(H=>{R.current=H,u&&u(H)},[u]),te=A?T.width<350:T.height<200,ee=A?T.height<310:T.height<450;return g.jsx(P.Card,{ref:w,className:f,sx:{width:"100%",height:"100%",display:"flex",flexDirection:A?"row":"column",position:"relative",overflow:"hidden",minWidth:{xs:180,sm:220,md:250},minHeight:A?{xs:200,sm:240,md:260}:{xs:150,sm:180,md:220},border:`1px solid ${m.palette.divider}`,borderRadius:"18px",boxShadow:"none",backgroundColor:((se=m.palette.backgroundPaperElevation)==null?void 0:se[8])||"#2A2A3F",backgroundImage:"none"},children:A?g.jsxs(g.Fragment,{children:[g.jsx(P.Box,{sx:{flex:"0 0 50%",position:"relative",height:"100%",minHeight:"100%",maxHeight:"100%",borderRadius:1,m:{xs:1.5,sm:2,md:3},mr:{xs:.75,sm:1,md:1.5},overflow:"hidden",display:te?"none":"block"},children:!te&&g.jsxs(Ra.Canvas,{orthographic:!0,camera:{position:[3,2,3],zoom:1},shadows:!0,frameloop:"demand",style:{borderRadius:m.shape.borderRadius,width:"100%",height:"100%",background:"transparent",position:"absolute",top:0,left:0},dpr:[1,2],gl:{alpha:!0,antialias:!0},children:[g.jsx(Ni,{}),g.jsx(ut.Bounds,{fit:!0,observe:!0,margin:1,maxDuration:1,children:g.jsx(l,{connectedMotionGroup:i,postModelRender:z})})]})}),g.jsxs(P.Box,{sx:{flex:"1",display:"flex",flexDirection:"column",justifyContent:"flex-start",width:te?"100%":"50%"},children:[g.jsxs(P.Box,{sx:{p:{xs:1.5,sm:2,md:3},pb:{xs:1,sm:1.5,md:2},textAlign:"left"},children:[g.jsx(P.Typography,{variant:"h6",component:"h2",sx:{mb:1},children:e}),g.jsx(Tl,{programState:t,safetyState:r,operationMode:n})]}),g.jsxs(P.Box,{sx:{p:{xs:1.5,sm:2,md:3},pt:0,flex:"1",display:"flex",flexDirection:"column",justifyContent:"space-between"},children:[!ee&&g.jsxs(P.Box,{children:[g.jsx(P.Typography,{variant:"body1",sx:{mb:0,color:m.palette.text.secondary,textAlign:"left"},children:b("RobotCard.Runtime.lb")}),g.jsx(P.Box,{sx:{textAlign:"left"},children:g.jsx(c,{variant:"small",compact:!0,onCycleComplete:re,onCycleEnd:d,autoStart:h,hasError:p})}),g.jsx(P.Divider,{sx:{mt:1,mb:0,borderColor:m.palette.divider,opacity:.5}})]}),g.jsx(P.Box,{sx:{mt:ee?0:"auto"},children:g.jsx(P.Box,{sx:{display:"flex",justifyContent:"flex-start",mt:{xs:1,sm:1.5,md:2},mb:{xs:.5,sm:.75,md:1}},children:g.jsx(P.Button,{ref:O,variant:"contained",color:"secondary",size:"small",disabled:!o,onMouseDown:I,onMouseUp:G,onMouseLeave:oe,onTouchStart:I,onTouchEnd:G,sx:{textTransform:"none",px:1.5,py:.5},children:b("RobotCard.DriveToHome.bt")})})})]})]})]}):g.jsx(g.Fragment,{children:g.jsxs(P.Box,{sx:{p:3,height:"100%",display:"flex",flexDirection:"column"},children:[g.jsxs(P.Box,{children:[g.jsx(P.Typography,{variant:"h6",component:"h2",sx:{mb:1},children:e}),g.jsx(Tl,{programState:t,safetyState:r,operationMode:n})]}),g.jsx(P.Box,{sx:{flex:te?0:1,position:"relative",minHeight:te?0:{xs:120,sm:150,md:200},height:te?0:"auto",borderRadius:1,overflow:"hidden",display:te?"none":"block"},children:!te&&g.jsxs(Ra.Canvas,{orthographic:!0,camera:{position:[3,2,3],zoom:1},shadows:!0,frameloop:"demand",style:{borderRadius:m.shape.borderRadius,width:"100%",height:"100%",background:"transparent",position:"absolute"},dpr:[1,2],gl:{alpha:!0,antialias:!0},children:[g.jsx(Ni,{}),g.jsx(ut.Bounds,{fit:!0,clip:!0,observe:!0,margin:1,maxDuration:1,children:g.jsx(l,{connectedMotionGroup:i,postModelRender:z})})]})}),g.jsxs(P.Box,{children:[!ee&&g.jsxs(g.Fragment,{children:[g.jsx(P.Typography,{variant:"body1",sx:{mb:0,color:m.palette.text.secondary},children:b("RobotCard.Runtime.lb")}),g.jsx(c,{variant:"small",compact:!0,onCycleComplete:re,onCycleEnd:d,autoStart:h,hasError:p}),g.jsx(P.Divider,{sx:{mt:1,mb:0,borderColor:m.palette.divider,opacity:.5}})]}),g.jsx(P.Box,{sx:{display:"flex",justifyContent:"flex-start",mt:ee?{xs:.5,sm:1,md:2}:{xs:1,sm:2,md:5},mb:{xs:.5,sm:.75,md:1}},children:g.jsx(P.Button,{ref:O,variant:"contained",color:"secondary",size:"small",disabled:!o,onMouseDown:I,onMouseUp:G,onMouseLeave:oe,onTouchStart:I,onTouchEnd:G,sx:{textTransform:"none",px:1.5,py:.5},children:b("RobotCard.DriveToHome.bt")})})]})]})})})})),C3=fr(g.jsx("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"}),"Error"),P3=({title:e,titleId:t,...r},n)=>F.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"none",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("path",{fill:"#38C6F4",fillRule:"evenodd",d:"M6.359 14.25v2.934h7.63v-3.521L10.196 9.87 9 8.674l.859-.859.337-.337.858-.858.565.565.631.63.565.565 1.196-1.195.543-.544 1.196-1.195-1.196-1.196-2.304-2.304L11.054.75 9.86 1.946 3.446 8.359 2.25 9.554l1.196 1.196 2.913 2.913zm1.69 0v1.244h4.249v-1.13L7.804 9.87 6.608 8.674l1.196-1.196L9.86 5.424l.007-.008-.543-.543-4.681 4.681 2.912 2.913.496.496v.113h2.124l1.174 1.174zm3.005-10.022-.294.294-.543-.543.837-.837 2.304 2.304-.543.543-.565-.565z",clipRule:"evenodd"})),T3=J.forwardRef(P3);var Vc=(e=>(e.PRECONDITION_NOT_FULFILLED="PRECONDITION_NOT_FULFILLED",e.ROBOT_DISCONNECTED="ROBOT_DISCONNECTED",e.READY="READY",e))(Vc||{});const rg=Xe(Oe.observer(({setupState:e,className:t})=>{const r=P.useTheme(),{t:n}=_e.useTranslation(),o=()=>{var c,u,d,h;switch(e){case"READY":return{label:n("RobotSetupReadinessIndicator.Ready.lb"),indicatorColor:((c=r.palette.tertiary)==null?void 0:c.main)||r.palette.primary.main,backgroundColor:((u=r.palette.backgroundPaperElevation)==null?void 0:u[11])||r.palette.background.paper,textColor:r.palette.secondary.contrastText};case"ROBOT_DISCONNECTED":return{label:n("RobotSetupReadinessIndicator.RobotDisconnected.lb"),indicatorColor:r.palette.error.main,backgroundColor:((d=r.palette.backgroundPaperElevation)==null?void 0:d[11])||r.palette.background.paper,textColor:r.palette.secondary.contrastText};case"PRECONDITION_NOT_FULFILLED":default:return{label:n("RobotSetupReadinessIndicator.PreconditionNotFulfilled.lb"),indicatorColor:r.palette.error.main,backgroundColor:((h=r.palette.backgroundPaperElevation)==null?void 0:h[11])||r.palette.background.paper,textColor:r.palette.secondary.contrastText}}},{label:a,indicatorColor:s,backgroundColor:i,textColor:l}=o();return g.jsx(P.Chip,{className:t,label:g.jsxs(P.Box,{sx:{display:"flex",alignItems:"center",gap:1},children:[g.jsx(P.Box,{sx:{width:8,height:8,borderRadius:"50%",backgroundColor:s,flexShrink:0}}),g.jsx(P.Typography,{variant:"body2",sx:{color:l,fontSize:"0.75rem",lineHeight:1.2},children:a})]}),variant:"filled",sx:{backgroundColor:i,color:r.palette.getContrastText(i),fontWeight:500,height:"auto","& .MuiChip-label":{paddingX:1.5,paddingY:.5}}})})),R3=Xe(Oe.observer(({robotName:e,robotType:t,setupState:r,PreconditionComponent:n=rg,className:o})=>{var l;const a=P.useTheme(),s=t||"Robot",i=r===Vc.READY;return g.jsxs(P.Box,{className:o,sx:{border:`1px solid ${a.palette.divider}`,background:((l=a.palette.backgroundPaperElevation)==null?void 0:l[8])||"#292B3F",borderRadius:"8px",padding:"20px",display:"flex",alignItems:"center",justifyContent:"space-between",opacity:1},children:[g.jsxs(P.Box,{sx:{display:"flex",alignItems:"center",gap:2,flex:1},children:[i?g.jsx(P.Box,{sx:{fontSize:24,display:"flex",alignItems:"center",justifyContent:"center",width:24,height:24,"& svg":{fill:`${a.palette.primary.main} !important`},"& svg path":{fill:`${a.palette.primary.main} !important`}},children:g.jsx(T3,{})}):g.jsx(C3,{sx:{color:a.palette.error.main,fontSize:24}}),g.jsx(P.Typography,{variant:"body1",sx:{fontWeight:500,color:a.palette.text.primary},children:e}),g.jsx(P.Divider,{orientation:"vertical",flexItem:!0,sx:{backgroundColor:a.palette.text.secondary,opacity:.3,width:"1px"}}),g.jsx(P.Typography,{variant:"body2",sx:{color:a.palette.text.secondary},children:s})]}),n&&g.jsx(n,{setupState:r})]})})),A3=Array(6).fill(2*Math.PI),Rl={[Mt.Abb]:[0,0,0,0,Math.PI/2,0,0],[Mt.Fanuc]:[0,0,0,0,-Math.PI/2,0,0],[Mt.Yaskawa]:[0,0,0,0,-Math.PI/2,0,0],[Mt.Kuka]:[0,-Math.PI/2,Math.PI/2,0,Math.PI/2,0,0],[Mt.Universalrobots]:[0,-Math.PI/2,-Math.PI/2,-Math.PI/2,Math.PI/2,-Math.PI/2,0]};function ng(e){const[t]=e.split("_");switch(t){case"ABB":return Mt.Abb;case"FANUC":return Mt.Fanuc;case"YASKAWA":return Mt.Yaskawa;case"KUKA":return Mt.Kuka;case"UniversalRobots":return Mt.Universalrobots;default:return null}}function _3(e,t){const r=ng(e);return r&&r in Rl?Rl[r]:t||null}const E3=({title:e,titleId:t,...r},n)=>F.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("path",{d:"M5.248 21c-.334 0-.619-.116-.853-.35a1.153 1.153 0 0 1-.351-.848c0-.333.117-.616.351-.85.234-.233.519-.35.853-.35H7.24L4.558 9.87a2.881 2.881 0 0 1-1.126-1.042A2.77 2.77 0 0 1 3 7.317c0-.793.28-1.467.838-2.023a2.774 2.774 0 0 1 2.033-.834 2.71 2.71 0 0 1 1.728.585c.494.389.832.887 1.014 1.493h3.58V5.239c0-.22.076-.406.226-.555a.76.76 0 0 1 .558-.224c.136 0 .263.035.381.104.118.07.209.167.273.292v.14l1.835-1.702a.979.979 0 0 1 .52-.279.881.881 0 0 1 .58.091l4.01 1.85a.74.74 0 0 1 .36.364.537.537 0 0 1-.002.474.592.592 0 0 1-.366.323.657.657 0 0 1-.477-.039l-3.858-1.774L13.76 6.59v1.454l2.473 2.233 3.858-1.774a.648.648 0 0 1 .485-.03.571.571 0 0 1 .358.314.513.513 0 0 1 .01.482.79.79 0 0 1-.367.357l-4.011 1.882a.881.881 0 0 1-.58.09.979.979 0 0 1-.52-.278L13.63 9.638v.14a.92.92 0 0 1-.273.275.665.665 0 0 1-.381.12.76.76 0 0 1-.558-.224.752.752 0 0 1-.225-.555V8.096h-3.58a2.82 2.82 0 0 1-.215.54 2.552 2.552 0 0 1-.323.479l5.139 9.488h2.673c.335 0 .62.116.854.35.234.233.35.516.35.849 0 .332-.116.615-.35.849a1.167 1.167 0 0 1-.854.349H5.248Zm.623-12.385c.362 0 .67-.126.924-.378a1.25 1.25 0 0 0 .38-.92 1.25 1.25 0 0 0-.38-.92 1.261 1.261 0 0 0-.924-.379 1.26 1.26 0 0 0-.925.379 1.25 1.25 0 0 0-.38.92c0 .36.127.667.38.92.254.252.562.378.925.378Z"})),I3=J.forwardRef(E3),V3=({title:e,titleId:t,...r},n)=>F.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("path",{d:"m13.37 9.12 1.69 1.69 2.99-2.99-3.73-3.73-.95-.95-7.66 7.66-.95.95 3.99 3.99v3.44h7.55v-3.55l-4.72-4.72 1.79-1.79Zm-.91-2.99.91-.91 2.6 2.6-.91.91-2.6-2.6Zm-2.25 10.24h3.74l-1.34-1.34-.04-.04h-2.5l-3.25-3.25 4.59-4.59.92.92L9.5 10.9l5.33 5.33v1.48H10.2v-1.35l.01.01ZM2 2v4.99h1.41V3.4h3.58V2H2ZM22.21 2h-4.98v1.41h3.59v3.58h1.4V2h-.01ZM20.81 20.65h-3.58v1.4h4.98v-4.99h-1.4v3.59ZM3.4 17.06H2v4.98h4.99v-1.4H3.4v-3.58Z"})),M3=J.forwardRef(V3),jt=Oe.observer(({id:e,icon:t,color:r,title:n,name:o,label:a,explanation:s,literalValue:i,anchorOrigin:l,transformOrigin:c})=>{const u=Oe.useLocalObservable(()=>({anchorEl:null,get isPopoverOpen(){return!!u.anchorEl},openPopover(d){u.anchorEl=d.currentTarget},closePopover(){u.anchorEl=null}}));return g.jsxs(g.Fragment,{children:[g.jsxs(P.Stack,{"aria-owns":u.isPopoverOpen?e:void 0,"aria-haspopup":"true",onMouseEnter:u.openPopover,onMouseLeave:u.closePopover,direction:"row",spacing:1,sx:{cursor:"pointer"},children:[g.jsx(P.SvgIcon,{component:t,sx:{color:r}}),a&&g.jsx("div",{style:{color:r},children:a})]}),g.jsx(P.Popover,{id:e,sx:{pointerEvents:"none"},open:u.isPopoverOpen,anchorEl:u.anchorEl,anchorOrigin:l??{vertical:"bottom",horizontal:"left"},transformOrigin:c??{vertical:"top",horizontal:"left"},onClose:u.closePopover,disableRestoreFocus:!0,children:g.jsxs(P.Stack,{gap:"1rem",padding:2,maxWidth:"450px",sx:{wordWrap:"break-word"},children:[g.jsxs("div",{children:[n&&g.jsx(P.Typography,{component:"span",fontSize:"14px",children:`${n}: `}),g.jsx(P.Typography,{component:"span",color:r,fontWeight:"bold",fontSize:"14px",children:o})]}),g.jsx(P.Typography,{fontSize:"14px",children:s}),i&&g.jsx(P.Typography,{fontSize:"12px",children:i})]})})]})}),j3=Oe.observer(({isVirtual:e,motionGroupId:t,anchorOrigin:r,transformOrigin:n,compact:o})=>{const a=P.useTheme(),{t:s}=_e.useTranslation();return e?g.jsx(jt,{id:"motion-group-virtual",icon:M3,color:a.palette.tertiary.main,name:s("SafetyBar.ControllerType.Virtual.lb"),label:o?null:s("SafetyBar.ControllerType.Virtual.lb"),explanation:g.jsxs(_e.Trans,{i18nKey:"SafetyBar.MotionGroup.Virtual.Explanation.lb",values:{motionGroupId:t},children:["Motion group ",g.jsx("code",{children:t})," refers to a virtual robot with no physical counterpart. It can be freely manipulated without special safety precautions."]}),anchorOrigin:r,transformOrigin:n}):g.jsx(jt,{id:"motion-group-physical",icon:I3,color:a.palette.primary.main,name:s("SafetyBar.ControllerType.Physical.lb"),label:o?null:s("SafetyBar.ControllerType.Physical.lb"),explanation:g.jsx(_e.Trans,{i18nKey:"SafetyBar.MotionGroup.Physical.Explanation.lb",values:{motionGroupId:t},components:{code:g.jsx("code",{}),strong:g.jsx("strong",{})}}),anchorOrigin:r,transformOrigin:n})}),k3=({title:e,titleId:t,...r},n)=>F.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.306 2.768c0-.424.344-.768.768-.768h.406C19.53 2 22 4.551 22 7.699c0 3.237-2.51 5.587-5.31 5.703-.84 1.595-2.478 2.677-4.36 2.677a4.845 4.845 0 0 1-3.146-1.163c-.6 1.783 0 3.922 1.79 4.99 1.929 1.149 4.395.467 5.508-1.524l.212-.378a.75.75 0 1 1 1.308.732l-.231.414c-1.524 2.725-4.9 3.66-7.54 2.085-2.716-1.618-3.432-5.037-2.129-7.599a5.22 5.22 0 0 1-.73-2.677c0-2.192 1.335-4.063 3.212-4.793-1.195-1.427-3.29-1.96-5.08-.892-1.928 1.15-2.589 3.696-1.475 5.687l.231.413a.75.75 0 0 1-1.308.732l-.212-.377c-1.524-2.726-.62-6.211 2.02-7.785 2.716-1.619 5.943-.55 7.44 1.897l.13-.001c2.739 0 4.96 2.292 4.96 5.12 0 .284-.023.563-.066.834 1.795-.354 3.288-1.96 3.288-4.095 0-2.3-1.805-4.163-4.032-4.163h-.406a.768.768 0 0 1-.768-.768Zm.496 8.191c0 .286-.033.564-.094.831a3.62 3.62 0 0 1-.672 1.415 3.425 3.425 0 0 1-2.706 1.338 3.402 3.402 0 0 1-2.384-.98 3.598 3.598 0 0 1-.852-1.306 3.677 3.677 0 0 1-.235-1.298c0-1.623 1.046-2.994 2.48-3.435a3.37 3.37 0 0 1 1.522-.107c1.665.264 2.94 1.75 2.94 3.542Z"})),$3=J.forwardRef(k3),U3=({title:e,titleId:t,...r},n)=>F.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("path",{d:"M19.763 16.432 13.516 5.864c-.674-1.152-2.358-1.152-3.049 0l-6.23 10.568C3.563 17.567 4.405 19 5.753 19H18.23c1.364 0 2.206-1.432 1.532-2.568ZM12 8.498c.539 0 .96.428.96.938v.066l-.32 4.708a.639.639 0 0 1-.64.592.639.639 0 0 1-.64-.592l-.32-4.708A.953.953 0 0 1 12 8.498Zm0 8.79c-.556 0-1.01-.444-1.01-.987 0-.544.454-.988 1.01-.988s1.01.444 1.01.988c0 .542-.454.987-1.01.987Z",fill:"#fff",fillOpacity:.56})),D3=J.forwardRef(U3),L3=({title:e,titleId:t,...r},n)=>F.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("path",{d:"M12.953 5.09a1.497 1.497 0 0 0-1.653-.518l-1.35.43a1.504 1.504 0 0 0-1.726-.376L2.858 6.97c-.736.321-1.06 1.155-.726 1.862.334.707 1.202 1.02 1.937.698l4.27-1.865 1.466 1.973v.402c0 .873-.627 1.63-1.512 1.827l-2.56.567c-1.329.295-2.27 1.431-2.27 2.74v.107c0 .26.22.469.489.469h11.117c1.329 0 2.618.435 3.656 1.233l1.665 1.28A1 1 0 0 0 22 17.47V11.062c0-.312-.108-.616-.308-.863l-3.415-4.218a1.5 1.5 0 0 0-1.618-.471l-.378.12-.866-.475a1.516 1.516 0 0 0-1.188-.114l-1.06.338-.214-.289Z"})),B3=J.forwardRef(L3),N3=Oe.observer(({operationMode:e,anchorOrigin:t,transformOrigin:r,compact:n})=>{const{t:o}=_e.useTranslation(),a=P.useTheme();switch(e){case"OPERATION_MODE_AUTO":return g.jsx(jt,{id:"operation-mode-auto",icon:$3,title:o("SafetyBar.OperationMode.ti"),name:o("SafetyBar.OperationMode.Automatic.ti"),label:n?null:o("SafetyBar.OperationMode.Automatic.ti"),color:a.palette.text.secondary,explanation:g.jsx(_e.Trans,{i18nKey:"SafetyBar.OperationMode.Auto.Explanation.lb",children:"The robot controller is in automatic operation mode. Automated movement without manual confirmation is possible in this mode."}),anchorOrigin:t,transformOrigin:r});case"OPERATION_MODE_MANUAL":case"OPERATION_MODE_MANUAL_T1":case"OPERATION_MODE_MANUAL_T2":return g.jsx(jt,{id:"operation-mode-manual",icon:B3,color:a.palette.warning.main,title:o("SafetyBar.OperationMode.ti"),name:o("SafetyBar.OperationMode.Manual.lb"),label:n?null:o("SafetyBar.OperationMode.Manual.lb"),explanation:g.jsx(_e.Trans,{i18nKey:"SafetyBar.OperationMode.Manual.Explanation.lb",children:"The robot controller is in manual operation mode. On a physical robot, this generally indicates that an enabling switch must be held for the robot to move successfully."}),literalValue:e,anchorOrigin:t,transformOrigin:r});default:return g.jsx(jt,{id:"operation-mode-error",icon:D3,color:a.palette.warning.main,title:o("SafetyBar.OperationMode.ti"),name:o("SafetyBar.OperationMode.Error.lb"),label:n?null:o("SafetyBar.OperationMode.Error.lb"),explanation:g.jsx(_e.Trans,{i18nKey:"SafetyBar.OperationMode.Error.Explanation.lb",children:"The robot controller has entered an unexpected operation mode. Motion group movement may not be possible."}),literalValue:e,anchorOrigin:t,transformOrigin:r})}}),F3=({title:e,titleId:t,...r},n)=>F.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("path",{d:"M19.763 16.432 13.516 5.864c-.674-1.152-2.358-1.152-3.049 0l-6.23 10.568C3.563 17.567 4.405 19 5.753 19H18.23c1.364 0 2.206-1.432 1.532-2.568ZM12 8.498c.539 0 .96.428.96.938v.066l-.32 4.708a.639.639 0 0 1-.64.592.639.639 0 0 1-.64-.592l-.32-4.708A.953.953 0 0 1 12 8.498Zm0 8.79c-.556 0-1.01-.444-1.01-.987 0-.544.454-.988 1.01-.988s1.01.444 1.01.988c0 .542-.454.987-1.01.987Z"})),z3=J.forwardRef(F3),G3=({title:e,titleId:t,...r},n)=>F.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("path",{d:"M10.24 10.636 12 13.764l1.76-3.128h-3.52Z"}),F.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.364 12a6.364 6.364 0 1 1-12.728 0 6.364 6.364 0 0 1 12.728 0ZM7.909 9.273 12 16.546l4.09-7.273H7.91Z"}),F.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.364 0a8.636 8.636 0 1 1-17.273 0 8.636 8.636 0 0 1 17.273 0Z"})),H3=J.forwardRef(G3),q3=({title:e,titleId:t,...r},n)=>F.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("path",{d:"M9.057 15.115c-1.681 0-3.111-.59-4.29-1.768C3.59 12.17 3 10.74 3 9.057c0-.29.021-.582.064-.876a4.1 4.1 0 0 1 .214-.844.78.78 0 0 1 .273-.36c.115-.077.244-.133.389-.168a.857.857 0 0 1 .437.008c.146.04.28.12.4.24l2.806 2.787 2.26-2.261-2.775-2.786a.903.903 0 0 1-.241-.405.875.875 0 0 1-.008-.442 1.13 1.13 0 0 1 .174-.389.82.82 0 0 1 .355-.273c.268-.107.548-.182.838-.224.29-.043.581-.064.871-.064 1.682 0 3.112.59 4.29 1.768 1.179 1.178 1.768 2.608 1.768 4.29 0 .444-.042.858-.126 1.241-.084.384-.21.755-.377 1.113l5.726 5.692A2.2 2.2 0 0 1 21 18.721a2.2 2.2 0 0 1-.662 1.617A2.2 2.2 0 0 1 18.72 21a2.173 2.173 0 0 1-1.617-.679l-5.692-5.709c-.372.161-.75.285-1.133.372-.383.087-.79.13-1.222.13Z",fill:"#fff",fillOpacity:.56})),W3=J.forwardRef(q3),J3=({title:e,titleId:t,...r},n)=>F.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("path",{d:"m10.6 13.8-2.15-2.15a.948.948 0 0 0-.7-.275.948.948 0 0 0-.7.275.948.948 0 0 0-.275.7c0 .283.092.517.275.7L9.9 15.9c.2.2.433.3.7.3.267 0 .5-.1.7-.3l5.65-5.65a.948.948 0 0 0 .275-.7.948.948 0 0 0-.275-.7.948.948 0 0 0-.7-.275.948.948 0 0 0-.7.275L10.6 13.8ZM12 22a9.738 9.738 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.738 9.738 0 0 1 2 12c0-1.383.263-2.683.788-3.9a10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 12 2c1.383 0 2.683.263 3.9.788a10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.738 9.738 0 0 1 12 22Zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20Z"})),Y3=J.forwardRef(J3),K3=({title:e,titleId:t,...r},n)=>F.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t,...r},e?F.createElement("title",{id:t},e):null,F.createElement("path",{d:"M9 16h6c.283 0 .52-.096.713-.287A.968.968 0 0 0 16 15V9a.967.967 0 0 0-.287-.713A.968.968 0 0 0 15 8H9a.968.968 0 0 0-.713.287A.968.968 0 0 0 8 9v6c0 .283.096.52.287.713.192.191.43.287.713.287Zm3 6a9.738 9.738 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.738 9.738 0 0 1 2 12c0-1.383.263-2.683.788-3.9a10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 12 2c1.383 0 2.683.263 3.9.788a10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.738 9.738 0 0 1 12 22Zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20Z"})),Q3=J.forwardRef(K3),X3=Oe.observer(({safetyState:e,anchorOrigin:t,transformOrigin:r,compact:n})=>{const{t:o}=_e.useTranslation(),a=P.useTheme();switch(e){case"SAFETY_STATE_NORMAL":return g.jsx(jt,{id:"safety-state-normal",title:o("SafetyBar.SafetyState.ti"),name:o("SafetyBar.SafetyState.Normal.lb"),label:n?null:o("SafetyBar.SafetyState.Normal.lb"),icon:Y3,color:a.palette.text.secondary,explanation:g.jsx(_e.Trans,{i18nKey:"SafetyBar.SafetyState.Normal.Explanation.lb",children:"The robot controller is in a normal safety state. Movement is not prevented by this state."}),anchorOrigin:t,transformOrigin:r});case"SAFETY_STATE_DEVICE_EMERGENCY_STOP":case"SAFETY_STATE_ROBOT_EMERGENCY_STOP":return g.jsx(jt,{id:"safety-state-estop",title:o("SafetyBar.SafetyState.ti"),name:o("SafetyBar.SafetyState.Estop.lb"),label:n?null:o("SafetyBar.SafetyState.Estop.lb"),icon:H3,color:a.palette.error.main,explanation:g.jsx(_e.Trans,{i18nKey:"SafetyBar.StopState.Estop.Explanation.lb",children:"An emergency stop of the robot controller has been triggered. Movement of the robot is no longer possible until the estop is released."}),literalValue:e,anchorOrigin:t,transformOrigin:r});case"SAFETY_STATE_STOP_0":case"SAFETY_STATE_STOP_1":case"SAFETY_STATE_STOP_2":case"SAFETY_STATE_PROTECTIVE_STOP":case"SAFETY_STATE_STOP":return g.jsx(jt,{id:"safety-state-stop",icon:Q3,title:o("SafetyBar.SafetyState.ti"),name:o("SafetyBar.SafetyState.Stop.lb"),label:n?null:o("SafetyBar.SafetyState.Stop.lb"),color:a.palette.warning.main,explanation:g.jsx(_e.Trans,{i18nKey:"SafetyBar.SafetyState.Stop.Explanation.lb",children:"The robot controller has entered a stop state. Movement is no longer possible until the stop state is resolved."}),literalValue:e,anchorOrigin:t,transformOrigin:r});case"SAFETY_STATE_REDUCED":case"SAFETY_STATE_MASTERING":case"SAFETY_STATE_CONFIRM_SAFETY":case"SAFETY_STATE_OPERATOR_SAFETY":case"SAFETY_STATE_RECOVERY":case"SAFETY_STATE_VIOLATION":return g.jsx(jt,{id:"safety-state-manual-action-required",icon:W3,color:a.palette.warning.main,title:o("SafetyBar.SafetyState.ti"),name:o("SafetyBar.SafetyState.ManualActionRequired.lb"),label:n?null:o("SafetyBar.SafetyState.ManualActionRequired.lb"),explanation:g.jsx(_e.Trans,{i18nKey:"SafetyBar.SafetyState.ManualActionRequired.Explanation.lb",children:"The robot controller has entered a safety state requiring manual action to resolve."}),literalValue:e,anchorOrigin:t,transformOrigin:r});case"SAFETY_STATE_UNKNOWN":case"SAFETY_STATE_FAULT":return g.jsx(jt,{id:"safety-state-error",icon:z3,color:a.palette.error.main,title:o("SafetyBar.SafetyState.ti"),name:o("SafetyBar.SafetyState.Error.lb"),label:n?null:o("SafetyBar.SafetyState.Error.lb"),explanation:g.jsx(_e.Trans,{i18nKey:"SafetyBar.SafetyState.Error.Explanation.lb",children:"The robot controller has entered an unexpected safety state."}),literalValue:e,anchorOrigin:t,transformOrigin:r});default:Q2(e,`Unknown safety state ${e}`)}}),Z3=Xe(Oe.observer(({isVirtual:e,motionGroupId:t,operationMode:r,safetyState:n,anchorOrigin:o,transformOrigin:a,compact:s=!0})=>{const i=s?1:2;return g.jsxs(P.Stack,{direction:"row",gap:i,alignItems:"center",sx:{height:"24px"},children:[g.jsx(X3,{safetyState:n,anchorOrigin:o,transformOrigin:a,compact:s}),g.jsx(P.Divider,{orientation:"vertical",flexItem:!0}),g.jsx(N3,{operationMode:r,anchorOrigin:o,transformOrigin:a,compact:s}),g.jsx(P.Divider,{orientation:"vertical",flexItem:!0}),g.jsx(j3,{isVirtual:e,motionGroupId:t,anchorOrigin:o,transformOrigin:a,compact:s})]})})),ej=P.styled(P.Fab,{shouldForwardProp:e=>e!=="selected"})(({theme:e})=>{var t,r,n;return{borderRadius:"20px","&:hover":{background:(t=e.palette.backgroundPaperElevation)==null?void 0:t[7]},variants:[{props:({selected:o})=>!o,style:{background:(r=e.palette.backgroundPaperElevation)==null?void 0:r[0],color:e.palette.action.disabled,"> img":{opacity:.4}}},{props:({selected:o})=>o,style:{background:(n=e.palette.backgroundPaperElevation)==null?void 0:n[11],border:`1px solid ${e.palette.divider}`,color:e.palette.primary.contrastText}}]}}),tj=e=>{const{ref:t,...r}=e;return g.jsx(ej,{ref:t,selected:e.selected,...r,color:"secondary",variant:"circular"})};function rj(e){const{children:t,value:r,index:n,...o}=e;return g.jsx("div",{role:"tabpanel",hidden:r!==n,id:`tabpanel-${n}`,"aria-labelledby":`tab-${n}`,...o,children:r===n&&g.jsx(P.Box,{children:t})})}const nj=Xe(Oe.observer(e=>{const{items:t,defaultActiveTab:r=0,onTabChange:n,sx:o,ref:a}=e,[s,i]=J.useState(r),l=(c,u)=>{i(u),n==null||n(u)};return g.jsxs(P.Box,{ref:a,sx:{height:"100%",display:"flex",flexDirection:"column",...o},children:[g.jsx(P.Box,{sx:{px:3,pt:3,pb:3},children:g.jsx(P.Tabs,{value:s,onChange:l,sx:{minHeight:"auto",backgroundColor:"transparent",mt:3,"& .MuiTabs-indicator":{display:"none"},"& .MuiTabs-flexContainer":{gap:2}},children:t.map((c,u)=>g.jsx(P.Tab,{label:c.label,icon:c.icon,iconPosition:"start",disableRipple:!0,sx:{minHeight:"auto",minWidth:"auto",padding:"4px 8px",borderRadius:"10px",backgroundColor:d=>{var h;return((h=d.palette.backgroundPaperElevation)==null?void 0:h[11])||"#32344B"},color:"text.primary",opacity:s===u?1:.38,textTransform:"none",fontWeight:500,transition:"all 0.2s ease-in-out","&:hover":{opacity:s===u?1:.6},"&.Mui-selected":{opacity:1,backgroundColor:d=>{var h;return((h=d.palette.backgroundPaperElevation)==null?void 0:h[11])||"#32344B"},color:"text.primary"},"&:focus":{outline:"none"},"&:active":{transform:"none"}}},c.id))})}),g.jsx(P.Box,{sx:{mx:3,borderBottom:1,borderColor:"divider"}}),g.jsx(P.Box,{sx:{flex:1,overflow:"auto"},children:t.map((c,u)=>g.jsx(rj,{value:s,index:u,children:c.content},c.id))})]})})),oj={$schema:"https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",name:"wandelscript",patterns:[{include:"#keywords"},{include:"#strings"},{include:"#comments"},{include:"#functions"}],repository:{keywords:{patterns:[{name:"keyword.control.flow.wandelscript",match:"\\b(move|via|to|interrupt|def|False|True|for|if|else|elif|while|return|switch|activate|deactivate|print|and|or|not)\\b"}]},strings:{name:"string.quoted.double.wandelscript",begin:'"',end:'"',patterns:[{name:"constant.character.escape.wandelscript",match:"\\\\."}]},comments:{patterns:[{begin:"#",beginCaptures:{0:{name:"punctuation.definition.comment.wandelscript"}},end:"$",name:"comment.line.number-sign.wandelscript"}]},functions:{patterns:[{match:"[a-zA-Z_-]+\\(",name:"entity.name.function.wandelscript"}]}},scopeName:"source.wandelscript"},aj=J.lazy(()=>import("@monaco-editor/react"));let Bi=null;async function sj(){if(!Bi){const[{createHighlighter:e},{shikiToMonaco:t}]=await Promise.all([import("shiki"),import("@shikijs/monaco")]);Bi={shiki:await e({langs:[oj],themes:["dark-plus","light-plus"]}),shikiToMonaco:t}}return Bi}const ij=Xe(e=>{const t=P.useTheme(),[r,n]=J.useState("dark-plus"),o=t.palette.mode==="dark"?"dark-plus":"light-plus";async function a(s){var c,u;s.languages.register({id:"wandelscript"}),s.languages.setLanguageConfiguration("wandelscript",{comments:{lineComment:"#"},brackets:[["(",")"],["[","]"]],autoClosingPairs:[{open:"[",close:"]"},{open:"(",close:")"}],surroundingPairs:[{open:"[",close:"]"},{open:"(",close:")"}]});const{shiki:i,shikiToMonaco:l}=await sj();l(i,s),s.editor.defineTheme(o,((u=(c=t.componentsExt)==null?void 0:c.WandelscriptEditor)==null?void 0:u.monacoTheme)??{base:t.palette.mode==="dark"?"vs-dark":"vs",inherit:!0,rules:[],colors:{}}),e.monacoSetup&&e.monacoSetup(s),n(o)}return g.jsx(J.Suspense,{fallback:g.jsx(Cc,{}),children:g.jsx(aj,{value:e.code,onMount:(s,i)=>{a(i)},onChange:e.onChange,defaultLanguage:"wandelscript",theme:r,options:{minimap:{enabled:!1},wordWrap:"on",automaticLayout:!0,...e.monacoOptions}})})});function og(){var t,r,n,o,a,s,i;const e=P.createTheme({palette:{mode:"dark",text:{primary:"rgba(255, 255, 255, 1)",secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.38)"},primary:{main:"rgba(142, 86, 252, 1)",dark:"rgba(136, 58, 255, 1)",light:"rgba(157, 131, 246, 1)",contrastText:"rgba(255, 255, 255, 0.87)"},secondary:{main:"rgba(255, 255, 255, 1)",dark:"rgba(255, 255, 255, 0.06)",contrastText:"rgba(255, 255, 255, 0.87)"},tertiary:{main:"rgba(100, 255, 218, 1)",dark:"rgba(38, 166, 154, 1)",light:"rgba(167, 255, 235, 1)",contrastText:"rgba(0, 0, 0, 1)"},error:{main:"rgba(239, 83, 80, 1)",dark:"rgba(229, 57, 53, 1)",light:"rgba(239, 154, 154, 1)",contrastText:"rgba(255, 255, 255, 1)"},warning:{main:"rgba(255, 171, 64, 1)",dark:"rgba(255, 145, 0, 1)",light:"rgba(255, 209, 128, 1)",contrastText:"rgba(0, 0, 0, 0.87)"},success:{main:"rgba(38, 166, 154, 1)",dark:"rgba(0, 121, 107, 1)",light:"rgba(128, 203, 196, 1)",contrastText:"rgba(255, 255, 255, 0.87)"},background:{default:"rgba(2, 6, 23, 1)",paper:"rgba(17, 19, 31, 1)"},action:{active:"rgba(255, 255, 255, 0.56)",hover:"rgba(255, 255, 255, 0.08)",selected:"rgba(255, 255, 255, 0.16)",disabledBackground:"rgba(255, 255, 255, 0.12)",focus:"rgba(255, 255, 255, 0.12)",disabled:"rgba(255, 255, 255, 0.38)"},common:{white:"rgba(255, 255, 255, 1)",black:"rgba(0, 0, 0, 1)"},divider:"rgba(255, 255, 255, 0.12)",backgroundPaperElevation:{0:"rgba(17,19,31,1.0)",1:"rgba(20,22,35,1.0)",2:"rgba(23,25,39,1.0)",3:"rgba(26,28,43,1.0)",4:"rgba(29,31,47,1.0)",5:"rgba(32,34,51,1.0)",6:"rgba(35,37,55,1.0)",7:"rgba(38,40,59,1.0)",8:"rgba(41,43,63,1.0)",9:"rgba(44,46,67,1.0)",10:"rgba(47,49,71,1.0)",11:"rgba(50,52,75,1.0)",12:"rgba(53,55,79,1.0)",13:"rgba(56,58,83,1.0)",14:"rgba(59,61,87,1.0)",15:"rgba(62,64,91,1.0)",16:"rgba(57,63,87,1.0)"}},paletteExt:{primary:{hover:"rgba(142, 86, 252, 0.08)",selected:"rgba(142, 86, 252, 0.16)",focus:"rgba(142, 86, 252, 0.12)",focusVisible:"rgba(142, 86, 252, 0.3)",outlineBorder:"rgba(142, 86, 252, 0.5)"},secondary:{tonal:"rgba(255,255,255,0.1)"}}});return{...e,components:{MuiCssBaseline:{styleOverrides:{"html, body, *":{scrollbarWidth:"none",msOverflowStyle:"none"},"html:hover, body:hover, *:hover":{scrollbarWidth:"thin",scrollbarColor:`${e.palette.divider} transparent`},".MuiDataGrid-panelContent":{borderRadius:"16px !important","& .MuiPaper-root":{borderRadius:"16px !important"}},".MuiDataGrid-filterForm":{borderRadius:"16px !important","& .MuiInputBase-root":{borderRadius:"16px !important","& fieldset":{borderRadius:"16px !important"},"& .MuiOutlinedInput-notchedOutline":{borderRadius:"16px !important"}},"& .MuiTextField-root":{"& .MuiInputBase-root":{borderRadius:"16px !important","& fieldset":{borderRadius:"16px !important"},"& .MuiOutlinedInput-notchedOutline":{borderRadius:"16px !important"}}}},".MuiDataGrid-filterFormValueInput":{"& .MuiInputBase-root":{borderRadius:"16px !important","& fieldset":{borderRadius:"16px !important"},"& .MuiOutlinedInput-notchedOutline":{borderRadius:"16px !important"}}}}},MuiDataGrid:{styleOverrides:{root:{},panelContent:{borderRadius:"16px !important"},filterForm:{"& .MuiInputBase-root":{borderRadius:"10px !important","& fieldset":{borderRadius:"10px !important"},"& .MuiOutlinedInput-notchedOutline":{borderRadius:"10px !important"}}},filterFormValueInput:{"& .MuiInputBase-root":{borderRadius:"10px !important","& fieldset":{borderRadius:"10px !important"},"& .MuiOutlinedInput-notchedOutline":{borderRadius:"10px !important"}}}}},MuiButton:{styleOverrides:{root:{textTransform:"none",borderRadius:"10px"}},variants:[{props:{color:"secondary",variant:"contained"},style:{border:`1px solid ${e.palette.divider}`,background:(n=(r=(t=e.paletteExt)==null?void 0:t.secondary)==null?void 0:r.tonal)==null?void 0:n.toString()}},{props:{color:"secondary",variant:"outlined"},style:{border:`1px solid ${e.palette.divider}`}}]},MuiTab:{styleOverrides:{root:{textTransform:"none",color:e.palette.text.secondary,"&.Mui-selected":{color:e.palette.text.primary}}}},MuiTabs:{styleOverrides:{root:{background:(o=e.palette.backgroundPaperElevation)==null?void 0:o[1]}}},MuiToggleButtonGroup:{styleOverrides:{root:{".MuiToggleButtonGroup-firstButton":{borderRadius:"10px 0 0 10px"},".MuiToggleButtonGroup-lastButton":{borderRadius:"0 10px 10px 0"}}}},MuiToggleButton:{styleOverrides:{root:{textTransform:"none",padding:"6px 16px"}}},MuiSelect:{variants:[{props:{variant:"filled"},style:{borderRadius:"10px","::before, ::after":{visibility:"collapse"},".MuiInputBase-input":{padding:"6px 16px",borderRadius:"10px"}}}]},MuiDrawer:{styleOverrides:{paper:{border:"none",boxShadow:"4px 0 8px -4px rgba(0, 0, 0, 0.3)"}}},MuiFab:{styleOverrides:{root:{background:(s=(a=e.paletteExt)==null?void 0:a.secondary)==null?void 0:s.tonal}},variants:[{props:{color:"primary"},style:{background:e.palette.primary.main}}]}},componentsExt:{JoggingPanel:{JoggingCartesian:{Axis:{X:{backgroundColor:"rgba(215, 66, 56, 1)",borderColor:"rgba(215, 66, 56, 1)",buttonBackgroundColor:{default:"rgba(241, 77, 66, 1)",pressed:"rgba(138, 41, 35, 1)",hovered:"rgba(241, 77, 66, 1)",disabled:"rgba(241, 77, 66, 1)"},color:"rgba(255, 198, 198, 1)",labelColor:e.palette.text.primary},Y:{backgroundColor:"rgba(20, 151, 108, 1)",borderColor:"rgba(20, 151, 108, 1)",buttonBackgroundColor:{default:"rgba(28, 188, 135, 1)",pressed:"rgba(11, 89, 63, 1)",disabled:"rgba(28, 188, 135, 1)",hovered:"rgba(28, 188, 135, 1)"},color:"rgba(215, 255, 242, 1)",labelColor:e.palette.text.primary},Z:{backgroundColor:"rgba(1, 87, 155, 1)",borderColor:"rgba(1, 87, 155, 1)",buttonBackgroundColor:{default:"rgba(2, 136, 209, 1)",pressed:"rgba(2, 64, 114, 1)",disabled:"rgba(2, 136, 209, 1)",hovered:"rgba(2, 136, 209, 1)"},color:"rgba(210, 239, 255, 1)",labelColor:e.palette.text.primary}}},JoggingJoint:{Joint:{arrowColor:e.palette.text.primary}},VelocitySlider:{sliderLegendColor:e.palette.text.primary}},WandelscriptEditor:{monacoTheme:{base:"vs-dark",inherit:!0,rules:[{token:"keyword",foreground:"#b349a9ff"}],colors:{"editor.background":P.rgbToHex(((i=e.palette.backgroundPaperElevation)==null?void 0:i[5])??""),"editor.foreground":"#d4d4d4","editorLineNumber.foreground":"#797979","editorLineNumber.activeForeground":"#e9e9e9","editor.lineHighlightBorder":"#e9e9e911"}}}}}}function lj(){const e=og();return e.palette.mode="light",e}function cj(e){var n,o,a,s;let t=!0;((n=e.palette)==null?void 0:n.mode)==="light"?t=!1:((o=e.palette)==null?void 0:o.mode)!=="dark"&&(t=!(typeof window<"u"&&((s=(a=window.matchMedia)==null?void 0:a.call(window,"(prefers-color-scheme: light)"))==null?void 0:s.matches)));const r=t?og():lj();return np(r,e)}exports.AppHeader=Mg;exports.CycleTimer=Tm;exports.JoggingCartesianAxisControl=ol;exports.JoggingJointRotationControl=Vm;exports.JoggingPanel=e3;exports.JoggingStore=qs;exports.LoadingCover=Cc;exports.LoadingErrorMessage=Cf;exports.LogPanel=l3;exports.LogStore=Yf;exports.LogViewer=Kf;exports.MANUFACTURER_HOME_CONFIGS=Rl;exports.NoMotionGroupModal=u3;exports.PoseCartesianValues=r3;exports.PoseJointValues=n3;exports.PresetEnvironment=Ni;exports.ProgramControl=d3;exports.ProgramState=vr;exports.ProgramStateIndicator=Tl;exports.Robot=tg;exports.RobotCard=w3;exports.RobotListItem=R3;exports.RobotSetupReadinessIndicator=rg;exports.RobotSetupReadinessState=Vc;exports.SafetyBar=Z3;exports.SafetyZonesRenderer=Rg;exports.SelectableFab=tj;exports.SupportedRobot=eg;exports.TabBar=nj;exports.TrajectoryRenderer=Ag;exports.ValueInterpolator=xc;exports.VelocitySlider=qf;exports.VelocitySliderLabel=Ec;exports.WandelbotsDataGrid=Rm;exports.WandelscriptEditor=ij;exports.createDebugMessage=o3;exports.createErrorMessage=i3;exports.createInfoMessage=a3;exports.createLogMessage=Uo;exports.createNovaMuiTheme=cj;exports.createWarningMessage=s3;exports.defaultAxisConfig=A3;exports.defaultGetModel=Ic;exports.extractManufacturer=ng;exports.getDefaultHomeConfig=_3;exports.i18n=_l;exports.useAnimationFrame=Rn;exports.useAutorun=Am;exports.useInterpolation=Pm;exports.useMounted=Is;exports.useReaction=_m;
155
155
  //# sourceMappingURL=index.cjs.map