@wandelbots/wandelbots-js-react-components 2.27.1-pr.feature-add-program-control-component.367.9154db9 → 2.27.1-pr.feature-update-to-react-19.361.57aba09
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/Setup.d.ts +1 -1
- package/dist/Setup.d.ts.map +1 -1
- package/dist/components/3d-viewport/SafetyZonesRenderer.d.ts +2 -2
- package/dist/components/3d-viewport/SafetyZonesRenderer.d.ts.map +1 -1
- package/dist/components/3d-viewport/TrajectoryRenderer.d.ts +1 -1
- package/dist/components/3d-viewport/TrajectoryRenderer.d.ts.map +1 -1
- package/dist/components/robots/DHRobot.d.ts.map +1 -1
- package/dist/components/robots/GenericRobot.d.ts +2 -2
- package/dist/components/robots/GenericRobot.d.ts.map +1 -1
- package/dist/components/robots/Robot.d.ts +2 -2
- package/dist/components/robots/Robot.d.ts.map +1 -1
- package/dist/components/robots/RobotAnimator.d.ts.map +1 -1
- package/dist/components/robots/RobotAnimator.test.d.ts +2 -0
- package/dist/components/robots/RobotAnimator.test.d.ts.map +1 -0
- package/dist/components/robots/SupportedRobot.d.ts +3 -3
- package/dist/components/robots/SupportedRobot.d.ts.map +1 -1
- package/dist/components/utils/interpolation.d.ts +159 -0
- package/dist/components/utils/interpolation.d.ts.map +1 -0
- package/dist/components/utils/interpolation.test.d.ts +2 -0
- package/dist/components/utils/interpolation.test.d.ts.map +1 -0
- package/dist/externalizeComponent.d.ts +1 -1
- package/dist/externalizeComponent.d.ts.map +1 -1
- package/dist/index.cjs +39 -47
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7726 -9425
- package/dist/index.js.map +1 -1
- package/dist/test/setup.d.ts +2 -0
- package/dist/test/setup.d.ts.map +1 -0
- package/package.json +33 -32
- package/src/Setup.tsx +1 -1
- package/src/components/3d-viewport/SafetyZonesRenderer.tsx +2 -2
- package/src/components/3d-viewport/TrajectoryRenderer.tsx +1 -1
- package/src/components/jogging/JoggingOptions.tsx +1 -1
- package/src/components/robots/DHRobot.tsx +37 -10
- package/src/components/robots/GenericRobot.tsx +4 -5
- package/src/components/robots/Robot.tsx +2 -2
- package/src/components/robots/RobotAnimator.test.tsx +113 -0
- package/src/components/robots/RobotAnimator.tsx +38 -23
- package/src/components/robots/SupportedRobot.tsx +3 -3
- package/src/components/utils/converters.ts +1 -1
- package/src/components/utils/interpolation.test.ts +1123 -0
- package/src/components/utils/interpolation.ts +379 -0
- package/src/externalizeComponent.tsx +1 -1
- package/src/index.ts +1 -1
- package/src/test/setup.ts +111 -0
- package/dist/components/ProgramControl.d.ts +0 -43
- package/dist/components/ProgramControl.d.ts.map +0 -1
- package/src/components/ProgramControl.tsx +0 -212
package/dist/index.cjs
CHANGED
|
@@ -1,40 +1,32 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var jc=Object.create;var Tn=Object.defineProperty;var $c=Object.getOwnPropertyDescriptor;var Uc=Object.getOwnPropertyNames;var kc=Object.getPrototypeOf,Bc=Object.prototype.hasOwnProperty;var Lc=(e,t,r)=>t in e?Tn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var Fc=(e,t,r,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Uc(t))!Bc.call(e,n)&&n!==r&&Tn(e,n,{get:()=>t[n],enumerable:!(a=$c(t,n))||a.enumerable});return e};var In=(e,t,r)=>(r=e!=null?jc(kc(e)):{},Fc(t||!e||!e.__esModule?Tn(r,"default",{value:e,enumerable:!0}):r,e));var Rr=(e,t,r)=>Lc(e,typeof t!="symbol"?t+"":t,r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Y=require("react"),et=require("@react-three/drei"),Ho=require("@react-three/fiber"),Ze=require("three"),Nc=require("three-stdlib"),F=require("@mui/material"),Re=require("mobx-react-lite"),we=require("react-i18next"),Dc=require("i18next"),zc=require("i18next-browser-languagedetector"),Ae=require("mobx"),S=require("prop-types"),Gc=require("@emotion/styled"),qc=require("@emotion/react"),Ro=require("lodash-es"),kt=require("@wandelbots/nova-js"),Jc=require("react-error-boundary");function kl(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,a.get?a:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const B=kl(Y),Oe=kl(Ze);var ha={exports:{}},_r={};/**
|
|
2
2
|
* @license React
|
|
3
|
-
* react-jsx-runtime.production.
|
|
3
|
+
* react-jsx-runtime.production.js
|
|
4
4
|
*
|
|
5
|
-
* Copyright (c)
|
|
5
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var
|
|
9
|
+
*/var Wo;function Hc(){if(Wo)return _r;Wo=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function r(a,n,o){var s=null;if(o!==void 0&&(s=""+o),n.key!==void 0&&(s=""+n.key),"key"in n){o={};for(var l in n)l!=="key"&&(o[l]=n[l])}else o=n;return n=o.ref,{$$typeof:e,type:a,key:s,ref:n!==void 0?n:null,props:o}}return _r.Fragment=t,_r.jsx=r,_r.jsxs=r,_r}var Ar={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c)
|
|
13
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var
|
|
18
|
-
`+Bt+v}}var dt=!1,ot;{var At=typeof WeakMap=="function"?WeakMap:Map;ot=new At}function et(v,q){if(!v||dt)return"";{var Y=ot.get(v);if(Y!==void 0)return Y}var ne;dt=!0;var me=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var be;be=er.current,er.current=null,ra();try{if(q){var pe=function(){throw Error()};if(Object.defineProperty(pe.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(pe,[])}catch(Ye){ne=Ye}Reflect.construct(v,[],pe)}else{try{pe.call()}catch(Ye){ne=Ye}v.call(pe.prototype)}}else{try{throw Error()}catch(Ye){ne=Ye}v()}}catch(Ye){if(Ye&&ne&&typeof Ye.stack=="string"){for(var ue=Ye.stack.split(`
|
|
19
|
-
`),qe=ne.stack.split(`
|
|
20
|
-
`),Ee=ue.length-1,ke=qe.length-1;Ee>=1&&ke>=0&&ue[Ee]!==qe[ke];)ke--;for(;Ee>=1&&ke>=0;Ee--,ke--)if(ue[Ee]!==qe[ke]){if(Ee!==1||ke!==1)do if(Ee--,ke--,ke<0||ue[Ee]!==qe[ke]){var st=`
|
|
21
|
-
`+ue[Ee].replace(" at new "," at ");return v.displayName&&st.includes("<anonymous>")&&(st=st.replace("<anonymous>",v.displayName)),typeof v=="function"&&ot.set(v,st),st}while(Ee>=1&&ke>=0);break}}}finally{dt=!1,er.current=be,vr(),Error.prepareStackTrace=me}var Pr=v?v.displayName||v.name:"",ar=Pr?nt(Pr):"";return typeof v=="function"&&ot.set(v,ar),ar}function Ne(v,q,Y){return et(v,!1)}function Tt(v){var q=v.prototype;return!!(q&&q.isReactComponent)}function Ft(v,q,Y){if(v==null)return"";if(typeof v=="function")return et(v,Tt(v));if(typeof v=="string")return nt(v);switch(v){case c:return nt("Suspense");case d:return nt("SuspenseList")}if(typeof v=="object")switch(v.$$typeof){case l:return Ne(v.render);case u:return Ft(v.type,q,Y);case p:{var ne=v,me=ne._payload,be=ne._init;try{return Ft(be(me),q,Y)}catch{}}}return""}var yt=Object.prototype.hasOwnProperty,Fe={},Nt=E.ReactDebugCurrentFrame;function Et(v){if(v){var q=v._owner,Y=Ft(v.type,v._source,q?q.type:null);Nt.setExtraStackFrame(Y)}else Nt.setExtraStackFrame(null)}function xr(v,q,Y,ne,me){{var be=Function.call.bind(yt);for(var pe in v)if(be(v,pe)){var ue=void 0;try{if(typeof v[pe]!="function"){var qe=Error((ne||"React class")+": "+Y+" type `"+pe+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof v[pe]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw qe.name="Invariant Violation",qe}ue=v[pe](q,pe,ne,Y,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Ee){ue=Ee}ue&&!(ue instanceof Error)&&(Et(me),U("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",ne||"React class",Y,pe,typeof ue),Et(null)),ue instanceof Error&&!(ue.message in Fe)&&(Fe[ue.message]=!0,Et(me),U("Failed %s type: %s",Y,ue.message),Et(null))}}}var Or=Array.isArray;function Dt(v){return Or(v)}function zt(v){{var q=typeof Symbol=="function"&&Symbol.toStringTag,Y=q&&v[Symbol.toStringTag]||v.constructor.name||"Object";return Y}}function wr(v){try{return W(v),!1}catch{return!0}}function W(v){return""+v}function Q(v){if(wr(v))return U("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",zt(v)),W(v)}var ee=E.ReactCurrentOwner,de={key:!0,ref:!0,__self:!0,__source:!0},he,te;function Ue(v){if(yt.call(v,"ref")){var q=Object.getOwnPropertyDescriptor(v,"ref").get;if(q&&q.isReactWarning)return!1}return v.ref!==void 0}function De(v){if(yt.call(v,"key")){var q=Object.getOwnPropertyDescriptor(v,"key").get;if(q&&q.isReactWarning)return!1}return v.key!==void 0}function Te(v,q){typeof v.ref=="string"&&ee.current}function Qe(v,q){{var Y=function(){he||(he=!0,U("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",q))};Y.isReactWarning=!0,Object.defineProperty(v,"key",{get:Y,configurable:!0})}}function tr(v,q){{var Y=function(){te||(te=!0,U("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",q))};Y.isReactWarning=!0,Object.defineProperty(v,"ref",{get:Y,configurable:!0})}}var lo=function(v,q,Y,ne,me,be,pe){var ue={$$typeof:t,type:v,key:q,ref:Y,props:pe,_owner:be};return ue._store={},Object.defineProperty(ue._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(ue,"_self",{configurable:!1,enumerable:!1,writable:!1,value:ne}),Object.defineProperty(ue,"_source",{configurable:!1,enumerable:!1,writable:!1,value:me}),Object.freeze&&(Object.freeze(ue.props),Object.freeze(ue)),ue};function aa(v,q,Y,ne,me){{var be,pe={},ue=null,qe=null;Y!==void 0&&(Q(Y),ue=""+Y),De(q)&&(Q(q.key),ue=""+q.key),Ue(q)&&(qe=q.ref,Te(q,me));for(be in q)yt.call(q,be)&&!de.hasOwnProperty(be)&&(pe[be]=q[be]);if(v&&v.defaultProps){var Ee=v.defaultProps;for(be in Ee)pe[be]===void 0&&(pe[be]=Ee[be])}if(ue||qe){var ke=typeof v=="function"?v.displayName||v.name||"Unknown":v;ue&&Qe(pe,ke),qe&&tr(pe,ke)}return lo(v,ue,qe,me,ne,ee.current,pe)}}var na=E.ReactCurrentOwner,Cr=E.ReactDebugCurrentFrame;function bt(v){if(v){var q=v._owner,Y=Ft(v.type,v._source,q?q.type:null);Cr.setExtraStackFrame(Y)}else Cr.setExtraStackFrame(null)}var oa;oa=!1;function Ve(v){return typeof v=="object"&&v!==null&&v.$$typeof===t}function Le(){{if(na.current){var v=G(na.current.type);if(v)return`
|
|
22
|
-
|
|
23
|
-
Check the render method of \``+v+"`."}return""}}function sa(v){return""}var rr={};function ut(v){{var q=Le();if(!q){var Y=typeof v=="string"?v:v.displayName||v.name;Y&&(q=`
|
|
24
|
-
|
|
25
|
-
Check the top-level render call using <`+Y+">.")}return q}}function As(v,q){{if(!v._store||v._store.validated||v.key!=null)return;v._store.validated=!0;var Y=ut(q);if(rr[Y])return;rr[Y]=!0;var ne="";v&&v._owner&&v._owner!==na.current&&(ne=" It was passed a child from "+G(v._owner.type)+"."),bt(v),U('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',Y,ne),bt(null)}}function Ts(v,q){{if(typeof v!="object")return;if(Dt(v))for(var Y=0;Y<v.length;Y++){var ne=v[Y];Ve(ne)&&As(ne,q)}else if(Ve(v))v._store&&(v._store.validated=!0);else if(v){var me=x(v);if(typeof me=="function"&&me!==v.entries)for(var be=me.call(v),pe;!(pe=be.next()).done;)Ve(pe.value)&&As(pe.value,q)}}}function Md(v){{var q=v.type;if(q==null||typeof q=="string")return;var Y;if(typeof q=="function")Y=q.propTypes;else if(typeof q=="object"&&(q.$$typeof===l||q.$$typeof===u))Y=q.propTypes;else return;if(Y){var ne=G(q);xr(Y,v.props,"prop",ne,v)}else if(q.PropTypes!==void 0&&!oa){oa=!0;var me=G(q);U("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",me||"Unknown")}typeof q.getDefaultProps=="function"&&!q.getDefaultProps.isReactClassApproved&&U("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function jd(v){{for(var q=Object.keys(v.props),Y=0;Y<q.length;Y++){var ne=q[Y];if(ne!=="children"&&ne!=="key"){bt(v),U("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",ne),bt(null);break}}v.ref!==null&&(bt(v),U("Invalid attribute `ref` supplied to `React.Fragment`."),bt(null))}}var Es={};function Is(v,q,Y,ne,me,be){{var pe=y(v);if(!pe){var ue="";(v===void 0||typeof v=="object"&&v!==null&&Object.keys(v).length===0)&&(ue+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var qe=sa();qe?ue+=qe:ue+=Le();var Ee;v===null?Ee="null":Dt(v)?Ee="array":v!==void 0&&v.$$typeof===t?(Ee="<"+(G(v.type)||"Unknown")+" />",ue=" Did you accidentally export a JSX literal instead of a component?"):Ee=typeof v,U("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",Ee,ue)}var ke=aa(v,q,Y,me,be);if(ke==null)return ke;if(pe){var st=q.children;if(st!==void 0)if(ne)if(Dt(st)){for(var Pr=0;Pr<st.length;Pr++)Ts(st[Pr],v);Object.freeze&&Object.freeze(st)}else U("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 Ts(st,v)}if(yt.call(q,"key")){var ar=G(v),Ye=Object.keys(q).filter(function(Fd){return Fd!=="key"}),co=Ye.length>0?"{key: someKey, "+Ye.join(": ..., ")+": ...}":"{key: someKey}";if(!Es[ar+co]){var Bd=Ye.length>0?"{"+Ye.join(": ..., ")+": ...}":"{}";U(`A props object containing a "key" prop is being spread into JSX:
|
|
17
|
+
*/var Qo;function Wc(){return Qo||(Qo=1,process.env.NODE_ENV!=="production"&&function(){function e($){if($==null)return null;if(typeof $=="function")return $.$$typeof===f?null:$.displayName||$.name||null;if(typeof $=="string")return $;switch($){case m:return"Fragment";case I:return"Profiler";case x:return"StrictMode";case z:return"Suspense";case W:return"SuspenseList";case k:return"Activity"}if(typeof $=="object")switch(typeof $.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),$.$$typeof){case g:return"Portal";case N:return($.displayName||"Context")+".Provider";case G:return($._context.displayName||"Context")+".Consumer";case D:var K=$.render;return $=$.displayName,$||($=K.displayName||K.name||"",$=$!==""?"ForwardRef("+$+")":"ForwardRef"),$;case j:return K=$.displayName||null,K!==null?K:e($.type)||"Memo";case U:K=$._payload,$=$._init;try{return e($(K))}catch{}}return null}function t($){return""+$}function r($){try{t($);var K=!1}catch{K=!0}if(K){K=console;var se=K.error,Ve=typeof Symbol=="function"&&Symbol.toStringTag&&$[Symbol.toStringTag]||$.constructor.name||"Object";return se.call(K,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",Ve),t($)}}function a($){if($===m)return"<>";if(typeof $=="object"&&$!==null&&$.$$typeof===U)return"<...>";try{var K=e($);return K?"<"+K+">":"<...>"}catch{return"<...>"}}function n(){var $=M.A;return $===null?null:$.getOwner()}function o(){return Error("react-stack-top-frame")}function s($){if(L.call($,"key")){var K=Object.getOwnPropertyDescriptor($,"key").get;if(K&&K.isReactWarning)return!1}return $.key!==void 0}function l($,K){function se(){ne||(ne=!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)",K))}se.isReactWarning=!0,Object.defineProperty($,"key",{get:se,configurable:!0})}function i(){var $=e(this.type);return te[$]||(te[$]=!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.")),$=this.props.ref,$!==void 0?$:null}function c($,K,se,Ve,Je,je,Et,xt){return se=je.ref,$={$$typeof:y,type:$,key:K,props:je,_owner:Je},(se!==void 0?se:null)!==null?Object.defineProperty($,"ref",{enumerable:!1,get:i}):Object.defineProperty($,"ref",{enumerable:!1,value:null}),$._store={},Object.defineProperty($._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty($,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty($,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:Et}),Object.defineProperty($,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:xt}),Object.freeze&&(Object.freeze($.props),Object.freeze($)),$}function d($,K,se,Ve,Je,je,Et,xt){var ye=K.children;if(ye!==void 0)if(Ve)if(J(ye)){for(Ve=0;Ve<ye.length;Ve++)u(ye[Ve]);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 u(ye);if(L.call(K,"key")){ye=e($);var Fe=Object.keys(K).filter(function(ut){return ut!=="key"});Ve=0<Fe.length?"{key: someKey, "+Fe.join(": ..., ")+": ...}":"{key: someKey}",be[ye+Ve]||(Fe=0<Fe.length?"{"+Fe.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
26
18
|
let props = %s;
|
|
27
19
|
<%s {...props} />
|
|
28
20
|
React keys must be passed directly to JSX without using spread:
|
|
29
21
|
let props = %s;
|
|
30
|
-
<%s key={someKey} {...props} />`,
|
|
31
|
-
* @mui/styled-engine
|
|
22
|
+
<%s key={someKey} {...props} />`,Ve,ye,Fe,ye),be[ye+Ve]=!0)}if(ye=null,se!==void 0&&(r(se),ye=""+se),s(K)&&(r(K.key),ye=""+K.key),"key"in K){se={};for(var Ye in K)Ye!=="key"&&(se[Ye]=K[Ye])}else se=K;return ye&&l(se,typeof $=="function"?$.displayName||$.name||"Unknown":$),c($,ye,je,Je,n(),se,Et,xt)}function u($){typeof $=="object"&&$!==null&&$.$$typeof===y&&$._store&&($._store.validated=1)}var p=Y,y=Symbol.for("react.transitional.element"),g=Symbol.for("react.portal"),m=Symbol.for("react.fragment"),x=Symbol.for("react.strict_mode"),I=Symbol.for("react.profiler"),G=Symbol.for("react.consumer"),N=Symbol.for("react.context"),D=Symbol.for("react.forward_ref"),z=Symbol.for("react.suspense"),W=Symbol.for("react.suspense_list"),j=Symbol.for("react.memo"),U=Symbol.for("react.lazy"),k=Symbol.for("react.activity"),f=Symbol.for("react.client.reference"),M=p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,L=Object.prototype.hasOwnProperty,J=Array.isArray,H=console.createTask?console.createTask:function(){return null};p={"react-stack-bottom-frame":function($){return $()}};var ne,te={},xe=p["react-stack-bottom-frame"].bind(p,o)(),X=H(a(o)),be={};Ar.Fragment=m,Ar.jsx=function($,K,se,Ve,Je){var je=1e4>M.recentlyCreatedOwnerStacks++;return d($,K,se,!1,Ve,Je,je?Error("react-stack-top-frame"):xe,je?H(a($)):X)},Ar.jsxs=function($,K,se,Ve,Je){var je=1e4>M.recentlyCreatedOwnerStacks++;return d($,K,se,!0,Ve,Je,je?Error("react-stack-top-frame"):xe,je?H(a($)):X)}}()),Ar}var Ko;function Qc(){return Ko||(Ko=1,process.env.NODE_ENV==="production"?ha.exports=Hc():ha.exports=Wc()),ha.exports}var b=Qc();function Kc(){return b.jsx(et.Environment,{children:b.jsx(Yc,{})})}function Yc({positions:e=[2,0,2,0,2,0,2,0]}){return b.jsxs(b.Fragment,{children:[b.jsx(et.Lightformer,{intensity:5,"rotation-x":Math.PI/2,position:[0,5,-9],scale:[10,10,1]}),b.jsx("group",{rotation:[0,.5,0],children:b.jsx("group",{children:e.map((t,r)=>b.jsx(et.Lightformer,{form:"circle",intensity:5,rotation:[Math.PI/2,0,0],position:[t,4,r*4],scale:[3,1,1]},r))})}),b.jsx(et.Lightformer,{intensity:40,"rotation-y":Math.PI/2,position:[-5,1,-1],scale:[20,.1,1]}),b.jsx(et.Lightformer,{intensity:20,"rotation-y":-Math.PI,position:[-5,-2,-1],scale:[20,.1,1]}),b.jsx(et.Lightformer,{"rotation-y":Math.PI/2,position:[-5,-1,-1],scale:[20,.5,1],intensity:5}),b.jsx(et.Lightformer,{"rotation-y":-Math.PI/2,position:[10,1,0],scale:[20,1,1],intensity:10}),b.jsx(et.Lightformer,{form:"ring",color:"white",intensity:5,scale:10,position:[-15,4,-18],target:[0,0,0]})]})}function Xc(e){if(e.length<3)return console.log("Not enough vertices to define a plane"),{isCoplanar:!1};const t=new Oe.Vector3(e[0].x,e[0].y,e[0].z),r=new Oe.Vector3(e[1].x,e[1].y,e[1].z),a=new Oe.Vector3(e[2].x,e[2].y,e[2].z),n=new Oe.Vector3().subVectors(r,t),o=new Oe.Vector3().subVectors(a,t),s=new Oe.Vector3().crossVectors(n,o).normalize();for(let l=3;l<e.length;l++){const i=new Oe.Vector3(e[l].x,e[l].y,e[l].z),c=new Oe.Vector3().subVectors(i,t),d=s.dot(c);if(Math.abs(d)>1e-6)return console.log("Vertices are not on the same plane"),{isCoplanar:!1}}return{isCoplanar:!0,normal:s}}function Zc({safetyZones:e,...t}){return b.jsx("group",{...t,children:e.map((r,a)=>{let n=[];return r.geometry&&(r.geometry.compound?n=r.geometry.compound.child_geometries:r.geometry.convex_hull&&(n=[r.geometry])),n.map((o,s)=>{if(!o.convex_hull)return null;const l=o.convex_hull.vertices.map(d=>new Oe.Vector3(d.x/1e3,d.y/1e3,d.z/1e3)),i=Xc(l);if(i.isCoplanar&&i.normal){const u=new Oe.Vector3().addVectors(l[0],i.normal.multiplyScalar(1e-4));l.push(u)}let c;try{c=new Nc.ConvexGeometry(l)}catch(d){return console.log("Error creating ConvexGeometry:",d),null}return b.jsx("mesh",{geometry:c,children:b.jsx("meshStandardMaterial",{attach:"material",color:"#009f4d",opacity:.2,depthTest:!1,depthWrite:!1,transparent:!0,polygonOffset:!0,polygonOffsetFactor:-s},a)},`${a}-${s}`)})})})}function ed({trajectory:e,...t}){var a;const r=((a=e.trajectory)==null?void 0:a.map(n=>n.tcp_pose?new Oe.Vector3(n.tcp_pose.position.x/1e3,n.tcp_pose.position.z/1e3,-n.tcp_pose.position.y/1e3):null).filter(n=>n!==null))||[];return b.jsx("group",{...t,children:r.length>0&&b.jsx(et.Line,{points:r,lineWidth:3,polygonOffset:!0,polygonOffsetFactor:10,polygonOffsetUnits:10})})}function _t(e,...t){const r=new URL(`https://mui.com/production-error/?code=${e}`);return t.forEach(a=>r.searchParams.append("args[]",a)),`Minified MUI error #${e}; visit ${r} for the full message.`}function td(e){for(var t=0,r,a=0,n=e.length;n>=4;++a,n-=4)r=e.charCodeAt(a)&255|(e.charCodeAt(++a)&255)<<8|(e.charCodeAt(++a)&255)<<16|(e.charCodeAt(++a)&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(n){case 3:t^=(e.charCodeAt(a+2)&255)<<16;case 2:t^=(e.charCodeAt(a+1)&255)<<8;case 1:t^=e.charCodeAt(a)&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 rd={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 ad(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var nd=/[A-Z]|^ms/g,od=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Bl=function(t){return t.charCodeAt(1)===45},Yo=function(t){return t!=null&&typeof t!="boolean"},En=ad(function(e){return Bl(e)?e:e.replace(nd,"-$&").toLowerCase()}),Xo=function(t,r){switch(t){case"animation":case"animationName":if(typeof r=="string")return r.replace(od,function(a,n,o){return Pt={name:n,styles:o,next:Pt},n})}return rd[t]!==1&&!Bl(t)&&typeof r=="number"&&r!==0?r+"px":r};function Ba(e,t,r){if(r==null)return"";var a=r;if(a.__emotion_styles!==void 0)return a;switch(typeof r){case"boolean":return"";case"object":{var n=r;if(n.anim===1)return Pt={name:n.name,styles:n.styles,next:Pt},n.name;var o=r;if(o.styles!==void 0){var s=o.next;if(s!==void 0)for(;s!==void 0;)Pt={name:s.name,styles:s.styles,next:Pt},s=s.next;var l=o.styles+";";return l}return sd(e,t,r)}}var i=r;return i}function sd(e,t,r){var a="";if(Array.isArray(r))for(var n=0;n<r.length;n++)a+=Ba(e,t,r[n])+";";else for(var o in r){var s=r[o];if(typeof s!="object"){var l=s;Yo(l)&&(a+=En(o)+":"+Xo(o,l)+";")}else if(Array.isArray(s)&&typeof s[0]=="string"&&t==null)for(var i=0;i<s.length;i++)Yo(s[i])&&(a+=En(o)+":"+Xo(o,s[i])+";");else{var c=Ba(e,t,s);switch(o){case"animation":case"animationName":{a+=En(o)+":"+c+";";break}default:a+=o+"{"+c+"}"}}}return a}var Zo=/label:\s*([^\s;{]+)\s*(;|$)/g,Pt;function ld(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var a=!0,n="";Pt=void 0;var o=e[0];if(o==null||o.raw===void 0)a=!1,n+=Ba(r,t,o);else{var s=o;n+=s[0]}for(var l=1;l<e.length;l++)if(n+=Ba(r,t,e[l]),a){var i=o;n+=i[l]}Zo.lastIndex=0;for(var c="",d;(d=Zo.exec(n))!==null;)c+="-"+d[1];var u=td(n)+c;return{name:u,styles:n,next:Pt}}/**
|
|
23
|
+
* @mui/styled-engine v7.1.1
|
|
32
24
|
*
|
|
33
25
|
* @license MIT
|
|
34
26
|
* This source code is licensed under the MIT license found in the
|
|
35
27
|
* LICENSE file in the root directory of this source tree.
|
|
36
|
-
*/function
|
|
37
|
-
`)):a.some(o=>o===void 0)&&console.error(`MUI: the styled(${n})(...args) API requires all its args to be defined.`),r(...a)}:r}function
|
|
28
|
+
*/function id(e,t){const r=Gc(e,t);return process.env.NODE_ENV!=="production"?(...a)=>{const n=typeof e=="string"?`"${e}"`:"component";return a.length===0?console.error([`MUI: Seems like you called \`styled(${n})()\` without a \`style\` argument.`,'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join(`
|
|
29
|
+
`)):a.some(o=>o===void 0)&&console.error(`MUI: the styled(${n})(...args) API requires all its args to be defined.`),r(...a)}:r}function cd(e,t){Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))}const es=[];function ts(e){return es[0]=e,ld(es)}var ma={exports:{}},le={};/**
|
|
38
30
|
* @license React
|
|
39
31
|
* react-is.production.js
|
|
40
32
|
*
|
|
@@ -42,7 +34,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
42
34
|
*
|
|
43
35
|
* This source code is licensed under the MIT license found in the
|
|
44
36
|
* LICENSE file in the root directory of this source tree.
|
|
45
|
-
*/var
|
|
37
|
+
*/var rs;function dd(){if(rs)return le;rs=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),n=Symbol.for("react.profiler"),o=Symbol.for("react.consumer"),s=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),i=Symbol.for("react.suspense"),c=Symbol.for("react.suspense_list"),d=Symbol.for("react.memo"),u=Symbol.for("react.lazy"),p=Symbol.for("react.view_transition"),y=Symbol.for("react.client.reference");function g(m){if(typeof m=="object"&&m!==null){var x=m.$$typeof;switch(x){case e:switch(m=m.type,m){case r:case n:case a:case i:case c:case p:return m;default:switch(m=m&&m.$$typeof,m){case s:case l:case u:case d:return m;case o:return m;default:return x}}case t:return x}}}return le.ContextConsumer=o,le.ContextProvider=s,le.Element=e,le.ForwardRef=l,le.Fragment=r,le.Lazy=u,le.Memo=d,le.Portal=t,le.Profiler=n,le.StrictMode=a,le.Suspense=i,le.SuspenseList=c,le.isContextConsumer=function(m){return g(m)===o},le.isContextProvider=function(m){return g(m)===s},le.isElement=function(m){return typeof m=="object"&&m!==null&&m.$$typeof===e},le.isForwardRef=function(m){return g(m)===l},le.isFragment=function(m){return g(m)===r},le.isLazy=function(m){return g(m)===u},le.isMemo=function(m){return g(m)===d},le.isPortal=function(m){return g(m)===t},le.isProfiler=function(m){return g(m)===n},le.isStrictMode=function(m){return g(m)===a},le.isSuspense=function(m){return g(m)===i},le.isSuspenseList=function(m){return g(m)===c},le.isValidElementType=function(m){return typeof m=="string"||typeof m=="function"||m===r||m===n||m===a||m===i||m===c||typeof m=="object"&&m!==null&&(m.$$typeof===u||m.$$typeof===d||m.$$typeof===s||m.$$typeof===o||m.$$typeof===l||m.$$typeof===y||m.getModuleId!==void 0)},le.typeOf=g,le}var ie={};/**
|
|
46
38
|
* @license React
|
|
47
39
|
* react-is.development.js
|
|
48
40
|
*
|
|
@@ -50,19 +42,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
50
42
|
*
|
|
51
43
|
* This source code is licensed under the MIT license found in the
|
|
52
44
|
* LICENSE file in the root directory of this source tree.
|
|
53
|
-
*/var
|
|
54
|
-
For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.`:
|
|
45
|
+
*/var as;function ud(){return as||(as=1,process.env.NODE_ENV!=="production"&&function(){function e(m){if(typeof m=="object"&&m!==null){var x=m.$$typeof;switch(x){case t:switch(m=m.type,m){case a:case o:case n:case c:case d:case y:return m;default:switch(m=m&&m.$$typeof,m){case l:case i:case p:case u:return m;case s:return m;default:return x}}case r:return x}}}var t=Symbol.for("react.transitional.element"),r=Symbol.for("react.portal"),a=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),s=Symbol.for("react.consumer"),l=Symbol.for("react.context"),i=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),u=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),y=Symbol.for("react.view_transition"),g=Symbol.for("react.client.reference");ie.ContextConsumer=s,ie.ContextProvider=l,ie.Element=t,ie.ForwardRef=i,ie.Fragment=a,ie.Lazy=p,ie.Memo=u,ie.Portal=r,ie.Profiler=o,ie.StrictMode=n,ie.Suspense=c,ie.SuspenseList=d,ie.isContextConsumer=function(m){return e(m)===s},ie.isContextProvider=function(m){return e(m)===l},ie.isElement=function(m){return typeof m=="object"&&m!==null&&m.$$typeof===t},ie.isForwardRef=function(m){return e(m)===i},ie.isFragment=function(m){return e(m)===a},ie.isLazy=function(m){return e(m)===p},ie.isMemo=function(m){return e(m)===u},ie.isPortal=function(m){return e(m)===r},ie.isProfiler=function(m){return e(m)===o},ie.isStrictMode=function(m){return e(m)===n},ie.isSuspense=function(m){return e(m)===c},ie.isSuspenseList=function(m){return e(m)===d},ie.isValidElementType=function(m){return typeof m=="string"||typeof m=="function"||m===a||m===o||m===n||m===c||m===d||typeof m=="object"&&m!==null&&(m.$$typeof===p||m.$$typeof===u||m.$$typeof===l||m.$$typeof===s||m.$$typeof===i||m.$$typeof===g||m.getModuleId!==void 0)},ie.typeOf=e}()),ie}var ns;function pd(){return ns||(ns=1,process.env.NODE_ENV==="production"?ma.exports=dd():ma.exports=ud()),ma.exports}var La=pd();function lt(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 Ll(e){if(B.isValidElement(e)||La.isValidElementType(e)||!lt(e))return e;const t={};return Object.keys(e).forEach(r=>{t[r]=Ll(e[r])}),t}function Le(e,t,r={clone:!0}){const a=r.clone?{...e}:e;return lt(e)&<(t)&&Object.keys(t).forEach(n=>{B.isValidElement(t[n])||La.isValidElementType(t[n])?a[n]=t[n]:lt(t[n])&&Object.prototype.hasOwnProperty.call(e,n)&<(e[n])?a[n]=Le(e[n],t[n],r):r.clone?a[n]=lt(t[n])?Ll(t[n]):t[n]:a[n]=t[n]}),a}const hd=e=>{const t=Object.keys(e).map(r=>({key:r,val:e[r]}))||[];return t.sort((r,a)=>r.val-a.val),t.reduce((r,a)=>({...r,[a.key]:a.val}),{})};function md(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:r="px",step:a=5,...n}=e,o=hd(t),s=Object.keys(o);function l(p){return`@media (min-width:${typeof t[p]=="number"?t[p]:p}${r})`}function i(p){return`@media (max-width:${(typeof t[p]=="number"?t[p]:p)-a/100}${r})`}function c(p,y){const g=s.indexOf(y);return`@media (min-width:${typeof t[p]=="number"?t[p]:p}${r}) and (max-width:${(g!==-1&&typeof t[s[g]]=="number"?t[s[g]]:y)-a/100}${r})`}function d(p){return s.indexOf(p)+1<s.length?c(p,s[s.indexOf(p)+1]):l(p)}function u(p){const y=s.indexOf(p);return y===0?l(s[1]):y===s.length-1?i(s[y]):c(p,s[s.indexOf(p)+1]).replace("@media","@media not all and")}return{keys:s,values:o,up:l,down:i,between:c,only:d,not:u,unit:r,...n}}function fd(e,t){if(!e.containerQueries)return t;const r=Object.keys(t).filter(a=>a.startsWith("@container")).sort((a,n)=>{var s,l;const o=/min-width:\s*([0-9.]+)/;return+(((s=a.match(o))==null?void 0:s[1])||0)-+(((l=n.match(o))==null?void 0:l[1])||0)});return r.length?r.reduce((a,n)=>{const o=t[n];return delete a[n],a[n]=o,a},{...t}):t}function yd(e,t){return t==="@"||t.startsWith("@")&&(e.some(r=>t.startsWith(`@${r}`))||!!t.match(/^@\d/))}function gd(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\`.`:_t(18,`(${t})`));return null}const[,a,n]=r,o=Number.isNaN(+a)?a||0:+a;return e.containerQueries(n).up(o)}function bd(e){const t=(o,s)=>o.replace("@media",s?`@container ${s}`:"@container");function r(o,s){o.up=(...l)=>t(e.breakpoints.up(...l),s),o.down=(...l)=>t(e.breakpoints.down(...l),s),o.between=(...l)=>t(e.breakpoints.between(...l),s),o.only=(...l)=>t(e.breakpoints.only(...l),s),o.not=(...l)=>{const i=t(e.breakpoints.not(...l),s);return i.includes("not all and")?i.replace("not all and ","").replace("min-width:","width<").replace("max-width:","width>").replace("and","or"):i}}const a={},n=o=>(r(a,o),a);return r(n),{...e,containerQueries:n}}const Sd={borderRadius:4},It=process.env.NODE_ENV!=="production"?S.oneOfType([S.number,S.string,S.object,S.array]):{};function Dr(e,t){return t?Le(e,t,{clone:!1}):e}const Qa={xs:0,sm:600,md:900,lg:1200,xl:1536},os={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${Qa[e]}px)`},vd={containerQueries:e=>({up:t=>{let r=typeof t=="number"?t:Qa[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 a=e.theme||{};if(Array.isArray(t)){const o=a.breakpoints||os;return t.reduce((s,l,i)=>(s[o.up(o.keys[i])]=r(t[i]),s),{})}if(typeof t=="object"){const o=a.breakpoints||os;return Object.keys(t).reduce((s,l)=>{if(yd(o.keys,l)){const i=gd(a.containerQueries?a:vd,l);i&&(s[i]=r(t[l],l))}else if(Object.keys(o.values||Qa).includes(l)){const i=o.up(l);s[i]=r(t[l],l)}else{const i=l;s[i]=t[i]}return s},{})}return r(t)}function Fl(e={}){var r;return((r=e.keys)==null?void 0:r.reduce((a,n)=>{const o=e.up(n);return a[o]={},a},{}))||{}}function Nl(e,t){return e.reduce((r,a)=>{const n=r[a];return(!n||Object.keys(n).length===0)&&delete r[a],r},t)}function xd(e,...t){const r=Fl(e),a=[r,...t].reduce((n,o)=>Le(n,o),{});return Nl(Object.keys(r),a)}function Od(e,t){if(typeof e!="object")return{};const r={},a=Object.keys(t);return Array.isArray(e)?a.forEach((n,o)=>{o<e.length&&(r[n]=!0)}):a.forEach(n=>{e[n]!=null&&(r[n]=!0)}),r}function Mn({values:e,breakpoints:t,base:r}){const a=r||Od(e,t),n=Object.keys(a);if(n.length===0)return e;let o;return n.reduce((s,l,i)=>(Array.isArray(e)?(s[l]=e[i]!=null?e[i]:e[o],o=i):typeof e=="object"?(s[l]=e[l]!=null?e[l]:e[o],o=l):s[l]=e,s),{})}function Be(e){if(typeof e!="string")throw new Error(process.env.NODE_ENV!=="production"?"MUI: `capitalize(string)` expects a string argument.":_t(7));return e.charAt(0).toUpperCase()+e.slice(1)}function Ka(e,t,r=!0){if(!t||typeof t!="string")return null;if(e&&e.vars&&r){const a=`vars.${t}`.split(".").reduce((n,o)=>n&&n[o]?n[o]:null,e);if(a!=null)return a}return t.split(".").reduce((a,n)=>a&&a[n]!=null?a[n]:null,e)}function Fa(e,t,r,a=r){let n;return typeof e=="function"?n=e(r):Array.isArray(e)?n=e[r]||a:n=Ka(e,r)||a,t&&(n=t(n,a,e)),n}function Ce(e){const{prop:t,cssProperty:r=e.prop,themeKey:a,transform:n}=e,o=s=>{if(s[t]==null)return null;const l=s[t],i=s.theme,c=Ka(i,a)||{};return tt(s,l,u=>{let p=Fa(c,n,u);return u===p&&typeof u=="string"&&(p=Fa(c,n,`${t}${u==="default"?"":Be(u)}`,u)),r===!1?p:{[r]:p}})};return o.propTypes=process.env.NODE_ENV!=="production"?{[t]:It}:{},o.filterProps=[t],o}function wd(e){const t={};return r=>(t[r]===void 0&&(t[r]=e(r)),t[r])}const Cd={m:"margin",p:"padding"},Vd={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},ss={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},Pd=wd(e=>{if(e.length>2)if(ss[e])e=ss[e];else return[e];const[t,r]=e.split(""),a=Cd[t],n=Vd[r]||"";return Array.isArray(n)?n.map(o=>a+o):[a+n]}),Ya=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],Xa=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],Rd=[...Ya,...Xa];function ea(e,t,r,a){const n=Ka(e,t,!0)??r;return typeof n=="number"||typeof n=="string"?o=>typeof o=="string"?o:(process.env.NODE_ENV!=="production"&&typeof o!="number"&&console.error(`MUI: Expected ${a} argument to be a number or a string, got ${o}.`),typeof n=="string"?n.startsWith("var(")&&o===0?0:n.startsWith("var(")&&o===1?n:`calc(${o} * ${n})`:n*o):Array.isArray(n)?o=>{if(typeof o=="string")return o;const s=Math.abs(o);process.env.NODE_ENV!=="production"&&(Number.isInteger(s)?s>n.length-1&&console.error([`MUI: The value provided (${s}) overflows.`,`The supported values are: ${JSON.stringify(n)}.`,`${s} > ${n.length-1}, you need to add the missing values.`].join(`
|
|
55
47
|
`)):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(`
|
|
56
|
-
`)));const
|
|
57
|
-
`)),()=>{})}function Un(e){return ka(e,"spacing",8,"spacing")}function cr(e,t){return typeof t=="string"||t==null?t:e(t)}function $u(e,t){return r=>e.reduce((a,n)=>(a[n]=cr(t,r),a),{})}function Uu(e,t,r,a){if(!t.includes(r))return null;const n=Mu(r),o=$u(n,a),s=e[r];return ft(e,s,o)}function Dl(e,t){const r=Un(e.theme);return Object.keys(e).map(a=>Uu(e,t,a,r)).reduce(Ca,{})}function _e(e){return Dl(e,jn)}_e.propTypes=process.env.NODE_ENV!=="production"?jn.reduce((e,t)=>(e[t]=Zt,e),{}):{};_e.filterProps=jn;function Ae(e){return Dl(e,$n)}Ae.propTypes=process.env.NODE_ENV!=="production"?$n.reduce((e,t)=>(e[t]=Zt,e),{}):{};Ae.filterProps=$n;process.env.NODE_ENV!=="production"&&ju.reduce((e,t)=>(e[t]=Zt,e),{});function zl(e=8,t=Un({spacing:e})){if(e.mui)return e;const r=(...a)=>(process.env.NODE_ENV!=="production"&&(a.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${a.length}`)),(a.length===0?[1]:a).map(o=>{const s=t(o);return typeof s=="number"?`${s}px`:s}).join(" "));return r.mui=!0,r}function Ln(...e){const t=e.reduce((a,n)=>(n.filterProps.forEach(o=>{a[o]=n}),a),{}),r=a=>Object.keys(a).reduce((n,o)=>t[o]?Ca(n,t[o](a)):n,{});return r.propTypes=process.env.NODE_ENV!=="production"?e.reduce((a,n)=>Object.assign(a,n.propTypes),{}):{},r.filterProps=e.reduce((a,n)=>a.concat(n.filterProps),[]),r}function it(e){return typeof e!="number"?e:`${e}px solid`}function ct(e,t){return $e({prop:e,themeKey:"borders",transform:t})}const Lu=ct("border",it),ku=ct("borderTop",it),Bu=ct("borderRight",it),Fu=ct("borderBottom",it),Nu=ct("borderLeft",it),Du=ct("borderColor"),zu=ct("borderTopColor"),Gu=ct("borderRightColor"),Ju=ct("borderBottomColor"),Hu=ct("borderLeftColor"),qu=ct("outline",it),Wu=ct("outlineColor"),kn=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=ka(e.theme,"shape.borderRadius",4,"borderRadius"),r=a=>({borderRadius:cr(t,a)});return ft(e,e.borderRadius,r)}return null};kn.propTypes=process.env.NODE_ENV!=="production"?{borderRadius:Zt}:{};kn.filterProps=["borderRadius"];Ln(Lu,ku,Bu,Fu,Nu,Du,zu,Gu,Ju,Hu,kn,qu,Wu);const Bn=e=>{if(e.gap!==void 0&&e.gap!==null){const t=ka(e.theme,"spacing",8,"gap"),r=a=>({gap:cr(t,a)});return ft(e,e.gap,r)}return null};Bn.propTypes=process.env.NODE_ENV!=="production"?{gap:Zt}:{};Bn.filterProps=["gap"];const Fn=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=ka(e.theme,"spacing",8,"columnGap"),r=a=>({columnGap:cr(t,a)});return ft(e,e.columnGap,r)}return null};Fn.propTypes=process.env.NODE_ENV!=="production"?{columnGap:Zt}:{};Fn.filterProps=["columnGap"];const Nn=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=ka(e.theme,"spacing",8,"rowGap"),r=a=>({rowGap:cr(t,a)});return ft(e,e.rowGap,r)}return null};Nn.propTypes=process.env.NODE_ENV!=="production"?{rowGap:Zt}:{};Nn.filterProps=["rowGap"];const Ku=$e({prop:"gridColumn"}),Qu=$e({prop:"gridRow"}),Yu=$e({prop:"gridAutoFlow"}),Xu=$e({prop:"gridAutoColumns"}),Zu=$e({prop:"gridAutoRows"}),ep=$e({prop:"gridTemplateColumns"}),tp=$e({prop:"gridTemplateRows"}),rp=$e({prop:"gridTemplateAreas"}),ap=$e({prop:"gridArea"});Ln(Bn,Fn,Nn,Ku,Qu,Yu,Xu,Zu,ep,tp,rp,ap);function Dr(e,t){return t==="grey"?t:e}const np=$e({prop:"color",themeKey:"palette",transform:Dr}),op=$e({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:Dr}),sp=$e({prop:"backgroundColor",themeKey:"palette",transform:Dr});Ln(np,op,sp);function rt(e){return e<=1&&e!==0?`${e*100}%`:e}const ip=$e({prop:"width",transform:rt}),us=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=r=>{var n,o,s,i,l;const a=((s=(o=(n=e.theme)==null?void 0:n.breakpoints)==null?void 0:o.values)==null?void 0:s[r])||In[r];return a?((l=(i=e.theme)==null?void 0:i.breakpoints)==null?void 0:l.unit)!=="px"?{maxWidth:`${a}${e.theme.breakpoints.unit}`}:{maxWidth:a}:{maxWidth:rt(r)}};return ft(e,e.maxWidth,t)}return null};us.filterProps=["maxWidth"];const lp=$e({prop:"minWidth",transform:rt}),cp=$e({prop:"height",transform:rt}),dp=$e({prop:"maxHeight",transform:rt}),up=$e({prop:"minHeight",transform:rt});$e({prop:"size",cssProperty:"width",transform:rt});$e({prop:"size",cssProperty:"height",transform:rt});const pp=$e({prop:"boxSizing"});Ln(ip,us,lp,cp,dp,up,pp);const Ba={border:{themeKey:"borders",transform:it},borderTop:{themeKey:"borders",transform:it},borderRight:{themeKey:"borders",transform:it},borderBottom:{themeKey:"borders",transform:it},borderLeft:{themeKey:"borders",transform:it},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:it},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:kn},color:{themeKey:"palette",transform:Dr},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:Dr},backgroundColor:{themeKey:"palette",transform:Dr},p:{style:Ae},pt:{style:Ae},pr:{style:Ae},pb:{style:Ae},pl:{style:Ae},px:{style:Ae},py:{style:Ae},padding:{style:Ae},paddingTop:{style:Ae},paddingRight:{style:Ae},paddingBottom:{style:Ae},paddingLeft:{style:Ae},paddingX:{style:Ae},paddingY:{style:Ae},paddingInline:{style:Ae},paddingInlineStart:{style:Ae},paddingInlineEnd:{style:Ae},paddingBlock:{style:Ae},paddingBlockStart:{style:Ae},paddingBlockEnd:{style:Ae},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:Bn},rowGap:{style:Nn},columnGap:{style:Fn},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:rt},maxWidth:{style:us},minWidth:{transform:rt},height:{transform:rt},maxHeight:{transform:rt},minHeight:{transform:rt},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 hp(...e){const t=e.reduce((a,n)=>a.concat(Object.keys(n)),[]),r=new Set(t);return e.every(a=>r.size===Object.keys(a).length)}function mp(e,t){return typeof e=="function"?e(t):e}function fp(){function e(r,a,n,o){const s={[r]:a,theme:n},i=o[r];if(!i)return{[r]:a};const{cssProperty:l=r,themeKey:c,transform:d,style:u}=i;if(a==null)return null;if(c==="typography"&&a==="inherit")return{[r]:a};const p=Mn(n,c)||{};return u?u(s):ft(s,a,g=>{let h=Sn(p,d,g);return g===h&&typeof g=="string"&&(h=Sn(p,d,`${r}${g==="default"?"":We(g)}`,g)),l===!1?h:{[l]:h}})}function t(r){const{sx:a,theme:n={}}=r||{};if(!a)return null;const o=n.unstable_sxConfig??Ba;function s(i){let l=i;if(typeof i=="function")l=i(n);else if(typeof i!="object")return i;if(!l)return null;const c=Fl(n.breakpoints),d=Object.keys(c);let u=c;return Object.keys(l).forEach(p=>{const m=mp(l[p],n);if(m!=null)if(typeof m=="object")if(o[p])u=Ca(u,e(p,m,n,o));else{const g=ft({theme:n},m,h=>({[p]:h}));hp(g,m)?u[p]=t({sx:m,theme:n}):u=Ca(u,g)}else u=Ca(u,e(p,m,n,o))}),Ou(n,Nl(d,u))}return Array.isArray(a)?a.map(s):s(a)}return t}const Hr=fp();Hr.filterProps=["sx"];function gp(e,t){var a;const r=this;if(r.vars){if(!((a=r.colorSchemes)!=null&&a[e])||typeof r.getColorSchemeSelector!="function")return{};let n=r.getColorSchemeSelector(e);return n==="&"?t:((n.includes("data-")||n.includes("."))&&(n=`*:where(${n.replace(/\s*&$/,"")}) &`),{[n]:t})}return r.palette.mode===e?t:{}}function Dn(e={},...t){const{breakpoints:r={},palette:a={},spacing:n,shape:o={},...s}=e,i=xu(r),l=zl(n);let c=Ke({breakpoints:i,direction:"ltr",components:{},palette:{mode:"light",...a},spacing:l,shape:{...Vu,...o}},s);return c=Pu(c),c.applyStyles=gp,c=t.reduce((d,u)=>Ke(d,u),c),c.unstable_sxConfig={...Ba,...s==null?void 0:s.unstable_sxConfig},c.unstable_sx=function(u){return Hr({sx:u,theme:this})},c}function yp(e){return Object.keys(e).length===0}function bp(e=null){const t=H.useContext(Xd.ThemeContext);return!t||yp(t)?e:t}const Sp=Dn();function vp(e=Sp){return bp(e)}const xp=e=>{var a;const t={systemProps:{},otherProps:{}},r=((a=e==null?void 0:e.theme)==null?void 0:a.unstable_sxConfig)??Ba;return Object.keys(e).forEach(n=>{r[n]?t.systemProps[n]=e[n]:t.otherProps[n]=e[n]}),t};function Op(e){const{sx:t,...r}=e,{systemProps:a,otherProps:n}=xp(r);let o;return Array.isArray(t)?o=[a,...t]:typeof t=="function"?o=(...s)=>{const i=t(...s);return Ot(i)?{...a,...i}:a}:o={...a,...t},{...n,sx:o}}const Hs=e=>e,wp=()=>{let e=Hs;return{configure(t){e=t},generate(t){return e(t)},reset(){e=Hs}}},Cp=wp();function Gl(e){var t,r,a="";if(typeof e=="string"||typeof e=="number")a+=e;else if(typeof e=="object")if(Array.isArray(e)){var n=e.length;for(t=0;t<n;t++)e[t]&&(r=Gl(e[t]))&&(a&&(a+=" "),a+=r)}else for(r in e)e[r]&&(a&&(a+=" "),a+=r);return a}function Pt(){for(var e,t,r=0,a="",n=arguments.length;r<n;r++)(e=arguments[r])&&(t=Gl(e))&&(a&&(a+=" "),a+=t);return a}const Pp={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 Fa(e,t,r="Mui"){const a=Pp[t];return a?`${r}-${a}`:`${Cp.generate(e)}-${t}`}function Jl(e,t,r="Mui"){const a={};return t.forEach(n=>{a[n]=Fa(e,n,r)}),a}function Hl(e,t=""){return e.displayName||e.name||t}function qs(e,t,r){const a=Hl(t);return e.displayName||(a!==""?`${r}(${a})`:r)}function Vp(e){if(e!=null){if(typeof e=="string")return e;if(typeof e=="function")return Hl(e,"Component");if(typeof e=="object")switch(e.$$typeof){case bn.ForwardRef:return qs(e,e.render,"ForwardRef");case bn.Memo:return qs(e,e.type,"memo");default:return}}}function ql(e){const{variants:t,...r}=e,a={variants:t,style:Fs(r),isProcessed:!0};return a.style===r||t&&t.forEach(n=>{typeof n.style!="function"&&(n.style=Fs(n.style))}),a}const Rp=Dn();function fo(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}function _p(e){return e?(t,r)=>r[e]:null}function Ap(e,t,r){e.theme=Ip(e.theme)?r:e.theme[t]||e.theme}function dn(e,t){const r=typeof t=="function"?t(e):t;if(Array.isArray(r))return r.flatMap(a=>dn(e,a));if(Array.isArray(r==null?void 0:r.variants)){let a;if(r.isProcessed)a=r.style;else{const{variants:n,...o}=r;a=o}return Wl(e,r.variants,[a])}return r!=null&&r.isProcessed?r.style:r}function Wl(e,t,r=[]){var n;let a;e:for(let o=0;o<t.length;o+=1){const s=t[o];if(typeof s.props=="function"){if(a??(a={...e,...e.ownerState,ownerState:e.ownerState}),!s.props(a))continue}else for(const i in s.props)if(e[i]!==s.props[i]&&((n=e.ownerState)==null?void 0:n[i])!==s.props[i])continue e;typeof s.style=="function"?(a??(a={...e,...e.ownerState,ownerState:e.ownerState}),r.push(s.style(a))):r.push(s.style)}return r}function Kl(e={}){const{themeId:t,defaultTheme:r=Rp,rootShouldForwardProp:a=fo,slotShouldForwardProp:n=fo}=e;function o(i){Ap(i,t,r)}return(i,l={})=>{gu(i,J=>J.filter(K=>K!==Hr));const{name:c,slot:d,skipVariantsResolver:u,skipSx:p,overridesResolver:m=_p(Ql(d)),...g}=l,h=u!==void 0?u:d&&d!=="Root"&&d!=="root"||!1,x=p||!1;let E=fo;d==="Root"||d==="root"?E=a:d?E=n:Mp(i)&&(E=void 0);const U=fu(i,{shouldForwardProp:E,label:Ep(c,d),...g}),F=J=>{if(typeof J=="function"&&J.__emotion_real!==J)return function(j){return dn(j,J)};if(Ot(J)){const K=ql(J);return K.variants?function(L){return dn(L,K)}:K.style}return J},N=(...J)=>{const K=[],j=J.map(F),L=[];if(K.push(o),c&&m&&L.push(function(B){var Z,xe;const D=(xe=(Z=B.theme.components)==null?void 0:Z[c])==null?void 0:xe.styleOverrides;if(!D)return null;const re={};for(const X in D)re[X]=dn(B,D[X]);return m(B,re)}),c&&!h&&L.push(function(B){var re,Z;const G=B.theme,D=(Z=(re=G==null?void 0:G.components)==null?void 0:re[c])==null?void 0:Z.variants;return D?Wl(B,D):null}),x||L.push(Hr),Array.isArray(j[0])){const M=j.shift(),B=new Array(K.length).fill(""),G=new Array(L.length).fill("");let D;D=[...B,...M,...G],D.raw=[...B,...M.raw,...G],K.unshift(D)}const k=[...K,...j,...L],y=U(...k);return i.muiName&&(y.muiName=i.muiName),process.env.NODE_ENV!=="production"&&(y.displayName=Tp(c,d,i)),y};return U.withConfig&&(N.withConfig=U.withConfig),N}}function Tp(e,t,r){return e?`${e}${We(t||"")}`:`Styled(${Vp(r)})`}function Ep(e,t){let r;return process.env.NODE_ENV!=="production"&&e&&(r=`${e}-${Ql(t||"Root")}`),r}function Ip(e){for(const t in e)return!1;return!0}function Mp(e){return typeof e=="string"&&e.charCodeAt(0)>96}function Ql(e){return e&&e.charAt(0).toLowerCase()+e.slice(1)}const jp=Kl();function vn(e,t){const r={...t};for(const a in e)if(Object.prototype.hasOwnProperty.call(e,a)){const n=a;if(n==="components"||n==="slots")r[n]={...e[n],...r[n]};else if(n==="componentsProps"||n==="slotProps"){const o=e[n],s=t[n];if(!s)r[n]=o||{};else if(!o)r[n]=s;else{r[n]={...s};for(const i in o)if(Object.prototype.hasOwnProperty.call(o,i)){const l=i;r[n][l]=vn(o[l],s[l])}}}else r[n]===void 0&&(r[n]=e[n])}return r}function $p(e){const{theme:t,name:r,props:a}=e;return!t||!t.components||!t.components[r]||!t.components[r].defaultProps?a:vn(t.components[r].defaultProps,a)}function Up({props:e,name:t,defaultTheme:r,themeId:a}){let n=vp(r);return a&&(n=n[a]||n),$p({theme:n,name:t,props:e})}const Yl=typeof window<"u"?H.useLayoutEffect:H.useEffect;function Fr(e,t=Number.MIN_SAFE_INTEGER,r=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,r))}function ps(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}].`),Fr(e,t,r)}function Lp(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(a=>a+a)),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((a,n)=>n<3?parseInt(a,16):Math.round(parseInt(a,16)/255*1e3)/1e3).join(", ")})`:""}function Yt(e){if(e.type)return e;if(e.charAt(0)==="#")return Yt(Lp(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.
|
|
58
|
-
The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`:
|
|
59
|
-
The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:Qt(10,n))}else a=a.split(",");return a=a.map(o=>parseFloat(o)),{type:r,values:a,colorSpace:n}}const kp=e=>{const t=Yt(e);return t.values.slice(0,3).map((r,a)=>t.type.includes("hsl")&&a!==0?`${r}%`:r).join(" ")},Oa=(e,t)=>{try{return kp(e)}catch{return t&&process.env.NODE_ENV!=="production"&&console.warn(t),e}};function zn(e){const{type:t,colorSpace:r}=e;let{values:a}=e;return t.includes("rgb")?a=a.map((n,o)=>o<3?parseInt(n,10):n):t.includes("hsl")&&(a[1]=`${a[1]}%`,a[2]=`${a[2]}%`),t.includes("color")?a=`${r} ${a.join(" ")}`:a=`${a.join(", ")}`,`${t}(${a})`}function Xl(e){e=Yt(e);const{values:t}=e,r=t[0],a=t[1]/100,n=t[2]/100,o=a*Math.min(n,1-n),s=(c,d=(c+r/30)%12)=>n-o*Math.max(Math.min(d-3,9-d,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])),zn({type:i,values:l})}function ko(e){e=Yt(e);let t=e.type==="hsl"||e.type==="hsla"?Yt(Xl(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 Ws(e,t){const r=ko(e),a=ko(t);return(Math.max(r,a)+.05)/(Math.min(r,a)+.05)}function Bo(e,t){return e=Yt(e),t=ps(t),(e.type==="rgb"||e.type==="hsl")&&(e.type+="a"),e.type==="color"?e.values[3]=`/${t}`:e.values[3]=t,zn(e)}function Ha(e,t,r){try{return Bo(e,t)}catch{return e}}function _a(e,t){if(e=Yt(e),t=ps(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 zn(e)}function Se(e,t,r){try{return _a(e,t)}catch{return e}}function Aa(e,t){if(e=Yt(e),t=ps(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 zn(e)}function ve(e,t,r){try{return Aa(e,t)}catch{return e}}function Bp(e,t=.15){return ko(e)>.5?_a(e,t):Aa(e,t)}function qa(e,t,r){try{return Bp(e,t)}catch{return e}}function Ks(e,t){return process.env.NODE_ENV==="production"?()=>null:function(...a){return e(...a)||t(...a)}}function un(e){return e&&e.ownerDocument||document}function Fp(e,t){typeof e=="function"?e(t):e&&(e.current=t)}function Np({controlled:e,default:t,name:r,state:a="value"}){const{current:n}=H.useRef(e!==void 0),[o,s]=H.useState(t),i=n?e:o;if(process.env.NODE_ENV!=="production"){H.useEffect(()=>{n!==(e!==void 0)&&console.error([`MUI: A component is changing the ${n?"":"un"}controlled ${a} state of ${r} to be ${n?"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"].join(`
|
|
60
|
-
`))},
|
|
61
|
-
|
|
62
|
-
`))}return!1}const Dp={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};function hs(e,t,r=void 0){const a={};for(const n in e){const o=e[n];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]))}a[n]=s}return a}function zp(e){return typeof e=="string"}function Gp(e,t,r){return e===void 0||zp(e)?t:{...t,ownerState:{...t.ownerState,...r}}}function pn(e,t=[]){if(e===void 0)return{};const r={};return Object.keys(e).filter(a=>a.match(/^on[A-Z]/)&&typeof e[a]=="function"&&!t.includes(a)).forEach(a=>{r[a]=e[a]}),r}function Ys(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 Jp(e){const{getSlotProps:t,additionalProps:r,externalSlotProps:a,externalForwardedProps:n,className:o}=e;if(!t){const m=Pt(r==null?void 0:r.className,o,n==null?void 0:n.className,a==null?void 0:a.className),g={...r==null?void 0:r.style,...n==null?void 0:n.style,...a==null?void 0:a.style},h={...r,...n,...a};return m.length>0&&(h.className=m),Object.keys(g).length>0&&(h.style=g),{props:h,internalRef:void 0}}const s=pn({...n,...a}),i=Ys(a),l=Ys(n),c=t(s),d=Pt(c==null?void 0:c.className,r==null?void 0:r.className,o,n==null?void 0:n.className,a==null?void 0:a.className),u={...c==null?void 0:c.style,...r==null?void 0:r.style,...n==null?void 0:n.style,...a==null?void 0:a.style},p={...c,...r,...l,...i};return d.length>0&&(p.className=d),Object.keys(u).length>0&&(p.style=u),{props:p,internalRef:c.ref}}function Hp(e,t,r){return typeof e=="function"?e(t,r):e}function Gt(e){var u;const{elementType:t,externalSlotProps:r,ownerState:a,skipResolvingSlotProps:n=!1,...o}=e,s=n?{}:Hp(r,a),{props:i,internalRef:l}=Jp({...o,externalSlotProps:s}),c=Zl(l,s==null?void 0:s.ref,(u=e.additionalProps)==null?void 0:u.ref);return Gp(t,{...i,ref:c},a)}const qp=H.createContext();process.env.NODE_ENV!=="production"&&(S.node,S.bool);const Wp=()=>H.useContext(qp)??!1,Kp=H.createContext(void 0);process.env.NODE_ENV!=="production"&&(S.node,S.object);function Qp(e){const{theme:t,name:r,props:a}=e;if(!t||!t.components||!t.components[r])return a;const n=t.components[r];return n.defaultProps?vn(n.defaultProps,a):!n.styleOverrides&&!n.variants?vn(n,a):a}function Yp({props:e,name:t}){const r=H.useContext(Kp);return Qp({props:e,name:t,theme:{components:r}})}const Xs={theme:void 0};function Xp(e){let t,r;return function(n){let o=t;return(o===void 0||n.theme!==r)&&(Xs.theme=n.theme,o=ql(e(Xs)),t=o,r=n.theme),o}}function Zp(e=""){function t(...a){if(!a.length)return"";const n=a[0];return typeof n=="string"&&!n.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}-`:""}${n}${t(...a.slice(1))})`:`, ${n}`}return(a,...n)=>`var(--${e?`${e}-`:""}${a}${t(...n)})`}const Zs=(e,t,r,a=[])=>{let n=e;t.forEach((o,s)=>{s===t.length-1?Array.isArray(n)?n[Number(o)]=r:n&&typeof n=="object"&&(n[o]=r):n&&typeof n=="object"&&(n[o]||(n[o]=a.includes(o)?[]:{}),n=n[o])})},eh=(e,t,r)=>{function a(n,o=[],s=[]){Object.entries(n).forEach(([i,l])=>{(!r||r&&!r([...o,i]))&&l!=null&&(typeof l=="object"&&Object.keys(l).length>0?a(l,[...o,i],Array.isArray(l)?[...s,i]:s):t([...o,i],l,s))})}a(e)},th=(e,t)=>typeof t=="number"?["lineHeight","fontWeight","opacity","zIndex"].some(a=>e.includes(a))||e[e.length-1].toLowerCase().includes("opacity")?t:`${t}px`:t;function yo(e,t){const{prefix:r,shouldSkipGeneratingVar:a}=t||{},n={},o={},s={};return eh(e,(i,l,c)=>{if((typeof l=="string"||typeof l=="number")&&(!a||!a(i,l))){const d=`--${r?`${r}-`:""}${i.join("-")}`,u=th(i,l);Object.assign(n,{[d]:u}),Zs(o,i,`var(${d})`,c),Zs(s,i,`var(${d}, ${u})`,c)}},i=>i[0]==="vars"),{css:n,vars:o,varsWithDefaults:s}}function rh(e,t={}){const{getSelector:r=x,disableCssColorScheme:a,colorSchemeSelector:n}=t,{colorSchemes:o={},components:s,defaultColorScheme:i="light",...l}=e,{vars:c,css:d,varsWithDefaults:u}=yo(l,t);let p=u;const m={},{[i]:g,...h}=o;if(Object.entries(h||{}).forEach(([F,N])=>{const{vars:J,css:K,varsWithDefaults:j}=yo(N,t);p=Ke(p,j),m[F]={css:K,vars:J}}),g){const{css:F,vars:N,varsWithDefaults:J}=yo(g,t);p=Ke(p,J),m[i]={css:F,vars:N}}function x(F,N){var K,j;let J=n;if(n==="class"&&(J=".%s"),n==="data"&&(J="[data-%s]"),n!=null&&n.startsWith("data-")&&!n.includes("%s")&&(J=`[${n}="%s"]`),F){if(J==="media")return e.defaultColorScheme===F?":root":{[`@media (prefers-color-scheme: ${((j=(K=o[F])==null?void 0:K.palette)==null?void 0:j.mode)||F})`]:{":root":N}};if(J)return e.defaultColorScheme===F?`:root, ${J.replace("%s",String(F))}`:J.replace("%s",String(F))}return":root"}return{vars:p,generateThemeVars:()=>{let F={...c};return Object.entries(m).forEach(([,{vars:N}])=>{F=Ke(F,N)}),F},generateStyleSheets:()=>{var L,k;const F=[],N=e.defaultColorScheme||"light";function J(y,M){Object.keys(M).length&&F.push(typeof y=="string"?{[y]:{...M}}:y)}J(r(void 0,{...d}),d);const{[N]:K,...j}=m;if(K){const{css:y}=K,M=(k=(L=o[N])==null?void 0:L.palette)==null?void 0:k.mode,B=!a&&M?{colorScheme:M,...y}:{...y};J(r(N,{...B}),B)}return Object.entries(j).forEach(([y,{css:M}])=>{var D,re;const B=(re=(D=o[y])==null?void 0:D.palette)==null?void 0:re.mode,G=!a&&B?{colorScheme:B,...M}:{...M};J(r(y,{...G}),G)}),F}}}function ah(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 nh=Dn(),oh=jp("div",{name:"MuiStack",slot:"Root",overridesResolver:(e,t)=>t.root});function sh(e){return Up({props:e,name:"MuiStack",defaultTheme:nh})}function ih(e,t){const r=H.Children.toArray(e).filter(Boolean);return r.reduce((a,n,o)=>(a.push(n),o<r.length-1&&a.push(H.cloneElement(t,{key:`separator-${o}`})),a),[])}const lh=e=>({row:"Left","row-reverse":"Right",column:"Top","column-reverse":"Bottom"})[e],ch=({ownerState:e,theme:t})=>{let r={display:"flex",flexDirection:"column",...ft({theme:t},mo({values:e.direction,breakpoints:t.breakpoints.values}),a=>({flexDirection:a}))};if(e.spacing){const a=Un(t),n=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=mo({values:e.direction,base:n}),s=mo({values:e.spacing,base:n});typeof o=="object"&&Object.keys(o).forEach((l,c,d)=>{if(!o[l]){const p=c>0?o[d[c-1]]:"column";o[l]=p}}),r=Ke(r,ft({theme:t},s,(l,c)=>e.useFlexGap?{gap:cr(a,l)}:{"& > :not(style):not(style)":{margin:0},"& > :not(style) ~ :not(style)":{[`margin${lh(c?o[c]:e.direction)}`]:cr(a,l)}}))}return r=_u(t.breakpoints,r),r};function dh(e={}){const{createStyledComponent:t=oh,useThemeProps:r=sh,componentName:a="MuiStack"}=e,n=()=>hs({root:["root"]},l=>Fa(a,l),{}),o=t(ch),s=H.forwardRef(function(l,c){const d=r(l),u=Op(d),{component:p="div",direction:m="column",spacing:g=0,divider:h,children:x,className:E,useFlexGap:U=!1,...F}=u,N={direction:m,spacing:g,useFlexGap:U},J=n();return b.jsx(o,{as:p,ownerState:N,ref:c,className:Pt(J.root,E),...F,children:h?ih(x,h):x})});return process.env.NODE_ENV!=="production"&&(s.propTypes={children:S.node,direction:S.oneOfType([S.oneOf(["column-reverse","column","row-reverse","row"]),S.arrayOf(S.oneOf(["column-reverse","column","row-reverse","row"])),S.object]),divider:S.node,spacing:S.oneOfType([S.arrayOf(S.oneOfType([S.number,S.string])),S.number,S.object,S.string]),sx:S.oneOfType([S.arrayOf(S.oneOfType([S.func,S.object,S.bool])),S.func,S.object])}),s}const Ta={black:"#000",white:"#fff"},uh={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"},Vr={50:"#f3e5f5",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",700:"#7b1fa2"},Rr={300:"#e57373",400:"#ef5350",500:"#f44336",700:"#d32f2f",800:"#c62828"},ua={300:"#ffb74d",400:"#ffa726",500:"#ff9800",700:"#f57c00",900:"#e65100"},_r={50:"#e3f2fd",200:"#90caf9",400:"#42a5f5",700:"#1976d2",800:"#1565c0"},Ar={300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",700:"#0288d1",900:"#01579b"},Tr={300:"#81c784",400:"#66bb6a",500:"#4caf50",700:"#388e3c",800:"#2e7d32",900:"#1b5e20"};function ec(){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:Ta.white,default:Ta.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 ph=ec();function tc(){return{text:{primary:Ta.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:Ta.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 ei=tc();function ti(e,t,r,a){const n=a.light||a,o=a.dark||a*1.5;e[t]||(e.hasOwnProperty(r)?e[t]=e[r]:t==="light"?e.light=Aa(e.main,n):t==="dark"&&(e.dark=_a(e.main,o)))}function hh(e="light"){return e==="dark"?{main:_r[200],light:_r[50],dark:_r[400]}:{main:_r[700],light:_r[400],dark:_r[800]}}function mh(e="light"){return e==="dark"?{main:Vr[200],light:Vr[50],dark:Vr[400]}:{main:Vr[500],light:Vr[300],dark:Vr[700]}}function fh(e="light"){return e==="dark"?{main:Rr[500],light:Rr[300],dark:Rr[700]}:{main:Rr[700],light:Rr[400],dark:Rr[800]}}function gh(e="light"){return e==="dark"?{main:Ar[400],light:Ar[300],dark:Ar[700]}:{main:Ar[700],light:Ar[500],dark:Ar[900]}}function yh(e="light"){return e==="dark"?{main:Tr[400],light:Tr[300],dark:Tr[700]}:{main:Tr[800],light:Tr[500],dark:Tr[900]}}function bh(e="light"){return e==="dark"?{main:ua[400],light:ua[300],dark:ua[700]}:{main:"#ed6c02",light:ua[500],dark:ua[900]}}function ms(e){const{mode:t="light",contrastThreshold:r=3,tonalOffset:a=.2,...n}=e,o=e.primary||hh(t),s=e.secondary||mh(t),i=e.error||fh(t),l=e.info||gh(t),c=e.success||yh(t),d=e.warning||bh(t);function u(h){const x=Ws(h,ei.text.primary)>=r?ei.text.primary:ph.text.primary;if(process.env.NODE_ENV!=="production"){const E=Ws(h,x);E<3&&console.error([`MUI: The contrast ratio of ${E}:1 for ${x} on ${h}`,"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(`
|
|
63
|
-
`))}return x}const p=({color:h,name:x,mainShade:E=500,lightShade:U=300,darkShade:F=700})=>{if(h={...h},!h.main&&h[E]&&(h.main=h[E]),!h.hasOwnProperty("main"))throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${x?` (${x})`:""} provided to augmentColor(color) is invalid.
|
|
64
|
-
The color object needs to have a \`main\` property or a \`${E}\` property.`:Qt(11,x?` (${x})`:"",E));if(typeof h.main!="string")throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${x?` (${x})`:""} provided to augmentColor(color) is invalid.
|
|
65
|
-
\`color.main\` should be a string, but \`${JSON.stringify(h.main)}\` was provided instead.
|
|
48
|
+
`)));const l=n[s];return o>=0?l:typeof l=="number"?-l:typeof l=="string"&&l.startsWith("var(")?`calc(-1 * ${l})`:`-${l}`}:typeof n=="function"?n:(process.env.NODE_ENV!=="production"&&console.error([`MUI: The \`theme.${t}\` value (${n}) is invalid.`,"It should be a number, an array or a function."].join(`
|
|
49
|
+
`)),()=>{})}function Za(e){return ea(e,"spacing",8,"spacing")}function Lt(e,t){return typeof t=="string"||t==null?t:e(t)}function _d(e,t){return r=>e.reduce((a,n)=>(a[n]=Lt(t,r),a),{})}function Ad(e,t,r,a){if(!t.includes(r))return null;const n=Pd(r),o=_d(n,a),s=e[r];return tt(e,s,o)}function Dl(e,t){const r=Za(e.theme);return Object.keys(e).map(a=>Ad(e,t,a,r)).reduce(Dr,{})}function Se(e){return Dl(e,Ya)}Se.propTypes=process.env.NODE_ENV!=="production"?Ya.reduce((e,t)=>(e[t]=It,e),{}):{};Se.filterProps=Ya;function ve(e){return Dl(e,Xa)}ve.propTypes=process.env.NODE_ENV!=="production"?Xa.reduce((e,t)=>(e[t]=It,e),{}):{};ve.filterProps=Xa;process.env.NODE_ENV!=="production"&&Rd.reduce((e,t)=>(e[t]=It,e),{});function zl(e=8,t=Za({spacing:e})){if(e.mui)return e;const r=(...a)=>(process.env.NODE_ENV!=="production"&&(a.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${a.length}`)),(a.length===0?[1]:a).map(o=>{const s=t(o);return typeof s=="number"?`${s}px`:s}).join(" "));return r.mui=!0,r}function en(...e){const t=e.reduce((a,n)=>(n.filterProps.forEach(o=>{a[o]=n}),a),{}),r=a=>Object.keys(a).reduce((n,o)=>t[o]?Dr(n,t[o](a)):n,{});return r.propTypes=process.env.NODE_ENV!=="production"?e.reduce((a,n)=>Object.assign(a,n.propTypes),{}):{},r.filterProps=e.reduce((a,n)=>a.concat(n.filterProps),[]),r}function We(e){return typeof e!="number"?e:`${e}px solid`}function Ke(e,t){return Ce({prop:e,themeKey:"borders",transform:t})}const Td=Ke("border",We),Id=Ke("borderTop",We),Ed=Ke("borderRight",We),Md=Ke("borderBottom",We),jd=Ke("borderLeft",We),$d=Ke("borderColor"),Ud=Ke("borderTopColor"),kd=Ke("borderRightColor"),Bd=Ke("borderBottomColor"),Ld=Ke("borderLeftColor"),Fd=Ke("outline",We),Nd=Ke("outlineColor"),tn=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=ea(e.theme,"shape.borderRadius",4,"borderRadius"),r=a=>({borderRadius:Lt(t,a)});return tt(e,e.borderRadius,r)}return null};tn.propTypes=process.env.NODE_ENV!=="production"?{borderRadius:It}:{};tn.filterProps=["borderRadius"];en(Td,Id,Ed,Md,jd,$d,Ud,kd,Bd,Ld,tn,Fd,Nd);const rn=e=>{if(e.gap!==void 0&&e.gap!==null){const t=ea(e.theme,"spacing",8,"gap"),r=a=>({gap:Lt(t,a)});return tt(e,e.gap,r)}return null};rn.propTypes=process.env.NODE_ENV!=="production"?{gap:It}:{};rn.filterProps=["gap"];const an=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=ea(e.theme,"spacing",8,"columnGap"),r=a=>({columnGap:Lt(t,a)});return tt(e,e.columnGap,r)}return null};an.propTypes=process.env.NODE_ENV!=="production"?{columnGap:It}:{};an.filterProps=["columnGap"];const nn=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=ea(e.theme,"spacing",8,"rowGap"),r=a=>({rowGap:Lt(t,a)});return tt(e,e.rowGap,r)}return null};nn.propTypes=process.env.NODE_ENV!=="production"?{rowGap:It}:{};nn.filterProps=["rowGap"];const Dd=Ce({prop:"gridColumn"}),zd=Ce({prop:"gridRow"}),Gd=Ce({prop:"gridAutoFlow"}),qd=Ce({prop:"gridAutoColumns"}),Jd=Ce({prop:"gridAutoRows"}),Hd=Ce({prop:"gridTemplateColumns"}),Wd=Ce({prop:"gridTemplateRows"}),Qd=Ce({prop:"gridTemplateAreas"}),Kd=Ce({prop:"gridArea"});en(rn,an,nn,Dd,zd,Gd,qd,Jd,Hd,Wd,Qd,Kd);function dr(e,t){return t==="grey"?t:e}const Yd=Ce({prop:"color",themeKey:"palette",transform:dr}),Xd=Ce({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:dr}),Zd=Ce({prop:"backgroundColor",themeKey:"palette",transform:dr});en(Yd,Xd,Zd);function Ge(e){return e<=1&&e!==0?`${e*100}%`:e}const eu=Ce({prop:"width",transform:Ge}),_o=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=r=>{var n,o,s,l,i;const a=((s=(o=(n=e.theme)==null?void 0:n.breakpoints)==null?void 0:o.values)==null?void 0:s[r])||Qa[r];return a?((i=(l=e.theme)==null?void 0:l.breakpoints)==null?void 0:i.unit)!=="px"?{maxWidth:`${a}${e.theme.breakpoints.unit}`}:{maxWidth:a}:{maxWidth:Ge(r)}};return tt(e,e.maxWidth,t)}return null};_o.filterProps=["maxWidth"];const tu=Ce({prop:"minWidth",transform:Ge}),ru=Ce({prop:"height",transform:Ge}),au=Ce({prop:"maxHeight",transform:Ge}),nu=Ce({prop:"minHeight",transform:Ge});Ce({prop:"size",cssProperty:"width",transform:Ge});Ce({prop:"size",cssProperty:"height",transform:Ge});const ou=Ce({prop:"boxSizing"});en(eu,_o,tu,ru,au,nu,ou);const ta={border:{themeKey:"borders",transform:We},borderTop:{themeKey:"borders",transform:We},borderRight:{themeKey:"borders",transform:We},borderBottom:{themeKey:"borders",transform:We},borderLeft:{themeKey:"borders",transform:We},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:We},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:tn},color:{themeKey:"palette",transform:dr},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:dr},backgroundColor:{themeKey:"palette",transform:dr},p:{style:ve},pt:{style:ve},pr:{style:ve},pb:{style:ve},pl:{style:ve},px:{style:ve},py:{style:ve},padding:{style:ve},paddingTop:{style:ve},paddingRight:{style:ve},paddingBottom:{style:ve},paddingLeft:{style:ve},paddingX:{style:ve},paddingY:{style:ve},paddingInline:{style:ve},paddingInlineStart:{style:ve},paddingInlineEnd:{style:ve},paddingBlock:{style:ve},paddingBlockStart:{style:ve},paddingBlockEnd:{style:ve},m:{style:Se},mt:{style:Se},mr:{style:Se},mb:{style:Se},ml:{style:Se},mx:{style:Se},my:{style:Se},margin:{style:Se},marginTop:{style:Se},marginRight:{style:Se},marginBottom:{style:Se},marginLeft:{style:Se},marginX:{style:Se},marginY:{style:Se},marginInline:{style:Se},marginInlineStart:{style:Se},marginInlineEnd:{style:Se},marginBlock:{style:Se},marginBlockStart:{style:Se},marginBlockEnd:{style:Se},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:rn},rowGap:{style:nn},columnGap:{style:an},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:Ge},maxWidth:{style:_o},minWidth:{transform:Ge},height:{transform:Ge},maxHeight:{transform:Ge},minHeight:{transform:Ge},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 su(...e){const t=e.reduce((a,n)=>a.concat(Object.keys(n)),[]),r=new Set(t);return e.every(a=>r.size===Object.keys(a).length)}function lu(e,t){return typeof e=="function"?e(t):e}function iu(){function e(r,a,n,o){const s={[r]:a,theme:n},l=o[r];if(!l)return{[r]:a};const{cssProperty:i=r,themeKey:c,transform:d,style:u}=l;if(a==null)return null;if(c==="typography"&&a==="inherit")return{[r]:a};const p=Ka(n,c)||{};return u?u(s):tt(s,a,g=>{let m=Fa(p,d,g);return g===m&&typeof g=="string"&&(m=Fa(p,d,`${r}${g==="default"?"":Be(g)}`,g)),i===!1?m:{[i]:m}})}function t(r){const{sx:a,theme:n={}}=r||{};if(!a)return null;const o=n.unstable_sxConfig??ta;function s(l){let i=l;if(typeof l=="function")i=l(n);else if(typeof l!="object")return l;if(!i)return null;const c=Fl(n.breakpoints),d=Object.keys(c);let u=c;return Object.keys(i).forEach(p=>{const y=lu(i[p],n);if(y!=null)if(typeof y=="object")if(o[p])u=Dr(u,e(p,y,n,o));else{const g=tt({theme:n},y,m=>({[p]:m}));su(g,y)?u[p]=t({sx:y,theme:n}):u=Dr(u,g)}else u=Dr(u,e(p,y,n,o))}),fd(n,Nl(d,u))}return Array.isArray(a)?a.map(s):s(a)}return t}const mr=iu();mr.filterProps=["sx"];function cu(e,t){var a;const r=this;if(r.vars){if(!((a=r.colorSchemes)!=null&&a[e])||typeof r.getColorSchemeSelector!="function")return{};let n=r.getColorSchemeSelector(e);return n==="&"?t:((n.includes("data-")||n.includes("."))&&(n=`*:where(${n.replace(/\s*&$/,"")}) &`),{[n]:t})}return r.palette.mode===e?t:{}}function on(e={},...t){const{breakpoints:r={},palette:a={},spacing:n,shape:o={},...s}=e,l=md(r),i=zl(n);let c=Le({breakpoints:l,direction:"ltr",components:{},palette:{mode:"light",...a},spacing:i,shape:{...Sd,...o}},s);return c=bd(c),c.applyStyles=cu,c=t.reduce((d,u)=>Le(d,u),c),c.unstable_sxConfig={...ta,...s==null?void 0:s.unstable_sxConfig},c.unstable_sx=function(u){return mr({sx:u,theme:this})},c}function du(e){return Object.keys(e).length===0}function uu(e=null){const t=B.useContext(qc.ThemeContext);return!t||du(t)?e:t}const pu=on();function hu(e=pu){return uu(e)}const mu=e=>{var a;const t={systemProps:{},otherProps:{}},r=((a=e==null?void 0:e.theme)==null?void 0:a.unstable_sxConfig)??ta;return Object.keys(e).forEach(n=>{r[n]?t.systemProps[n]=e[n]:t.otherProps[n]=e[n]}),t};function fu(e){const{sx:t,...r}=e,{systemProps:a,otherProps:n}=mu(r);let o;return Array.isArray(t)?o=[a,...t]:typeof t=="function"?o=(...s)=>{const l=t(...s);return lt(l)?{...a,...l}:a}:o={...a,...t},{...n,sx:o}}const ls=e=>e,yu=()=>{let e=ls;return{configure(t){e=t},generate(t){return e(t)},reset(){e=ls}}},gu=yu();function Gl(e){var t,r,a="";if(typeof e=="string"||typeof e=="number")a+=e;else if(typeof e=="object")if(Array.isArray(e)){var n=e.length;for(t=0;t<n;t++)e[t]&&(r=Gl(e[t]))&&(a&&(a+=" "),a+=r)}else for(r in e)e[r]&&(a&&(a+=" "),a+=r);return a}function ft(){for(var e,t,r=0,a="",n=arguments.length;r<n;r++)(e=arguments[r])&&(t=Gl(e))&&(a&&(a+=" "),a+=t);return a}const bu={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 ra(e,t,r="Mui"){const a=bu[t];return a?`${r}-${a}`:`${gu.generate(e)}-${t}`}function ql(e,t,r="Mui"){const a={};return t.forEach(n=>{a[n]=ra(e,n,r)}),a}function Jl(e,t=""){return e.displayName||e.name||t}function is(e,t,r){const a=Jl(t);return e.displayName||(a!==""?`${r}(${a})`:r)}function Su(e){if(e!=null){if(typeof e=="string")return e;if(typeof e=="function")return Jl(e,"Component");if(typeof e=="object")switch(e.$$typeof){case La.ForwardRef:return is(e,e.render,"ForwardRef");case La.Memo:return is(e,e.type,"memo");default:return}}}function Hl(e){const{variants:t,...r}=e,a={variants:t,style:ts(r),isProcessed:!0};return a.style===r||t&&t.forEach(n=>{typeof n.style!="function"&&(n.style=ts(n.style))}),a}const vu=on();function jn(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}function xu(e){return e?(t,r)=>r[e]:null}function Ou(e,t,r){e.theme=Vu(e.theme)?r:e.theme[t]||e.theme}function Ia(e,t){const r=typeof t=="function"?t(e):t;if(Array.isArray(r))return r.flatMap(a=>Ia(e,a));if(Array.isArray(r==null?void 0:r.variants)){let a;if(r.isProcessed)a=r.style;else{const{variants:n,...o}=r;a=o}return Wl(e,r.variants,[a])}return r!=null&&r.isProcessed?r.style:r}function Wl(e,t,r=[]){var n;let a;e:for(let o=0;o<t.length;o+=1){const s=t[o];if(typeof s.props=="function"){if(a??(a={...e,...e.ownerState,ownerState:e.ownerState}),!s.props(a))continue}else for(const l in s.props)if(e[l]!==s.props[l]&&((n=e.ownerState)==null?void 0:n[l])!==s.props[l])continue e;typeof s.style=="function"?(a??(a={...e,...e.ownerState,ownerState:e.ownerState}),r.push(s.style(a))):r.push(s.style)}return r}function Ql(e={}){const{themeId:t,defaultTheme:r=vu,rootShouldForwardProp:a=jn,slotShouldForwardProp:n=jn}=e;function o(l){Ou(l,t,r)}return(l,i={})=>{cd(l,z=>z.filter(W=>W!==mr));const{name:c,slot:d,skipVariantsResolver:u,skipSx:p,overridesResolver:y=xu(Kl(d)),...g}=i,m=u!==void 0?u:d&&d!=="Root"&&d!=="root"||!1,x=p||!1;let I=jn;d==="Root"||d==="root"?I=a:d?I=n:Pu(l)&&(I=void 0);const G=id(l,{shouldForwardProp:I,label:Cu(c,d),...g}),N=z=>{if(z.__emotion_real===z)return z;if(typeof z=="function")return function(j){return Ia(j,z)};if(lt(z)){const W=Hl(z);return W.variants?function(U){return Ia(U,W)}:W.style}return z},D=(...z)=>{const W=[],j=z.map(N),U=[];if(W.push(o),c&&y&&U.push(function(L){var te,xe;const H=(xe=(te=L.theme.components)==null?void 0:te[c])==null?void 0:xe.styleOverrides;if(!H)return null;const ne={};for(const X in H)ne[X]=Ia(L,H[X]);return y(L,ne)}),c&&!m&&U.push(function(L){var ne,te;const J=L.theme,H=(te=(ne=J==null?void 0:J.components)==null?void 0:ne[c])==null?void 0:te.variants;return H?Wl(L,H):null}),x||U.push(mr),Array.isArray(j[0])){const M=j.shift(),L=new Array(W.length).fill(""),J=new Array(U.length).fill("");let H;H=[...L,...M,...J],H.raw=[...L,...M.raw,...J],W.unshift(H)}const k=[...W,...j,...U],f=G(...k);return l.muiName&&(f.muiName=l.muiName),process.env.NODE_ENV!=="production"&&(f.displayName=wu(c,d,l)),f};return G.withConfig&&(D.withConfig=G.withConfig),D}}function wu(e,t,r){return e?`${e}${Be(t||"")}`:`Styled(${Su(r)})`}function Cu(e,t){let r;return process.env.NODE_ENV!=="production"&&e&&(r=`${e}-${Kl(t||"Root")}`),r}function Vu(e){for(const t in e)return!1;return!0}function Pu(e){return typeof e=="string"&&e.charCodeAt(0)>96}function Kl(e){return e&&e.charAt(0).toLowerCase()+e.slice(1)}const Ru=Ql();function Na(e,t){const r={...t};for(const a in e)if(Object.prototype.hasOwnProperty.call(e,a)){const n=a;if(n==="components"||n==="slots")r[n]={...e[n],...r[n]};else if(n==="componentsProps"||n==="slotProps"){const o=e[n],s=t[n];if(!s)r[n]=o||{};else if(!o)r[n]=s;else{r[n]={...s};for(const l in o)if(Object.prototype.hasOwnProperty.call(o,l)){const i=l;r[n][i]=Na(o[i],s[i])}}}else r[n]===void 0&&(r[n]=e[n])}return r}function _u(e){const{theme:t,name:r,props:a}=e;return!t||!t.components||!t.components[r]||!t.components[r].defaultProps?a:Na(t.components[r].defaultProps,a)}function Au({props:e,name:t,defaultTheme:r,themeId:a}){let n=hu(r);return a&&(n=n[a]||n),_u({theme:n,name:t,props:e})}const Yl=typeof window<"u"?B.useLayoutEffect:B.useEffect;function ir(e,t=Number.MIN_SAFE_INTEGER,r=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,r))}function Ao(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}].`),ir(e,t,r)}function Tu(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(a=>a+a)),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((a,n)=>n<3?parseInt(a,16):Math.round(parseInt(a,16)/255*1e3)/1e3).join(", ")})`:""}function At(e){if(e.type)return e;if(e.charAt(0)==="#")return At(Tu(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().`:_t(9,e));let a=e.substring(t+1,e.length-1),n;if(r==="color"){if(a=a.split(" "),n=a.shift(),a.length===4&&a[3].charAt(0)==="/"&&(a[3]=a[3].slice(1)),!["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].includes(n))throw new Error(process.env.NODE_ENV!=="production"?`MUI: unsupported \`${n}\` color space.
|
|
51
|
+
The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:_t(10,n))}else a=a.split(",");return a=a.map(o=>parseFloat(o)),{type:r,values:a,colorSpace:n}}const Iu=e=>{const t=At(e);return t.values.slice(0,3).map((r,a)=>t.type.includes("hsl")&&a!==0?`${r}%`:r).join(" ")},Fr=(e,t)=>{try{return Iu(e)}catch{return t&&process.env.NODE_ENV!=="production"&&console.warn(t),e}};function sn(e){const{type:t,colorSpace:r}=e;let{values:a}=e;return t.includes("rgb")?a=a.map((n,o)=>o<3?parseInt(n,10):n):t.includes("hsl")&&(a[1]=`${a[1]}%`,a[2]=`${a[2]}%`),t.includes("color")?a=`${r} ${a.join(" ")}`:a=`${a.join(", ")}`,`${t}(${a})`}function Xl(e){e=At(e);const{values:t}=e,r=t[0],a=t[1]/100,n=t[2]/100,o=a*Math.min(n,1-n),s=(c,d=(c+r/30)%12)=>n-o*Math.max(Math.min(d-3,9-d,1),-1);let l="rgb";const i=[Math.round(s(0)*255),Math.round(s(8)*255),Math.round(s(4)*255)];return e.type==="hsla"&&(l+="a",i.push(t[3])),sn({type:l,values:i})}function to(e){e=At(e);let t=e.type==="hsl"||e.type==="hsla"?At(Xl(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 cs(e,t){const r=to(e),a=to(t);return(Math.max(r,a)+.05)/(Math.min(r,a)+.05)}function ro(e,t){return e=At(e),t=Ao(t),(e.type==="rgb"||e.type==="hsl")&&(e.type+="a"),e.type==="color"?e.values[3]=`/${t}`:e.values[3]=t,sn(e)}function fa(e,t,r){try{return ro(e,t)}catch{return e}}function qr(e,t){if(e=At(e),t=Ao(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 sn(e)}function de(e,t,r){try{return qr(e,t)}catch{return e}}function Jr(e,t){if(e=At(e),t=Ao(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 sn(e)}function ue(e,t,r){try{return Jr(e,t)}catch{return e}}function Eu(e,t=.15){return to(e)>.5?qr(e,t):Jr(e,t)}function ya(e,t,r){try{return Eu(e,t)}catch{return e}}const Mu=B.createContext();process.env.NODE_ENV!=="production"&&(S.node,S.bool);const ju=()=>B.useContext(Mu)??!1,$u=B.createContext(void 0);process.env.NODE_ENV!=="production"&&(S.node,S.object);function Uu(e){const{theme:t,name:r,props:a}=e;if(!t||!t.components||!t.components[r])return a;const n=t.components[r];return n.defaultProps?Na(n.defaultProps,a):!n.styleOverrides&&!n.variants?Na(n,a):a}function ku({props:e,name:t}){const r=B.useContext($u);return Uu({props:e,name:t,theme:{components:r}})}const ds={theme:void 0};function Bu(e){let t,r;return function(n){let o=t;return(o===void 0||n.theme!==r)&&(ds.theme=n.theme,o=Hl(e(ds)),t=o,r=n.theme),o}}function Lu(e=""){function t(...a){if(!a.length)return"";const n=a[0];return typeof n=="string"&&!n.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}-`:""}${n}${t(...a.slice(1))})`:`, ${n}`}return(a,...n)=>`var(--${e?`${e}-`:""}${a}${t(...n)})`}const us=(e,t,r,a=[])=>{let n=e;t.forEach((o,s)=>{s===t.length-1?Array.isArray(n)?n[Number(o)]=r:n&&typeof n=="object"&&(n[o]=r):n&&typeof n=="object"&&(n[o]||(n[o]=a.includes(o)?[]:{}),n=n[o])})},Fu=(e,t,r)=>{function a(n,o=[],s=[]){Object.entries(n).forEach(([l,i])=>{(!r||r&&!r([...o,l]))&&i!=null&&(typeof i=="object"&&Object.keys(i).length>0?a(i,[...o,l],Array.isArray(i)?[...s,l]:s):t([...o,l],i,s))})}a(e)},Nu=(e,t)=>typeof t=="number"?["lineHeight","fontWeight","opacity","zIndex"].some(a=>e.includes(a))||e[e.length-1].toLowerCase().includes("opacity")?t:`${t}px`:t;function $n(e,t){const{prefix:r,shouldSkipGeneratingVar:a}=t||{},n={},o={},s={};return Fu(e,(l,i,c)=>{if((typeof i=="string"||typeof i=="number")&&(!a||!a(l,i))){const d=`--${r?`${r}-`:""}${l.join("-")}`,u=Nu(l,i);Object.assign(n,{[d]:u}),us(o,l,`var(${d})`,c),us(s,l,`var(${d}, ${u})`,c)}},l=>l[0]==="vars"),{css:n,vars:o,varsWithDefaults:s}}function Du(e,t={}){const{getSelector:r=x,disableCssColorScheme:a,colorSchemeSelector:n}=t,{colorSchemes:o={},components:s,defaultColorScheme:l="light",...i}=e,{vars:c,css:d,varsWithDefaults:u}=$n(i,t);let p=u;const y={},{[l]:g,...m}=o;if(Object.entries(m||{}).forEach(([N,D])=>{const{vars:z,css:W,varsWithDefaults:j}=$n(D,t);p=Le(p,j),y[N]={css:W,vars:z}}),g){const{css:N,vars:D,varsWithDefaults:z}=$n(g,t);p=Le(p,z),y[l]={css:N,vars:D}}function x(N,D){var W,j;let z=n;if(n==="class"&&(z=".%s"),n==="data"&&(z="[data-%s]"),n!=null&&n.startsWith("data-")&&!n.includes("%s")&&(z=`[${n}="%s"]`),N){if(z==="media")return e.defaultColorScheme===N?":root":{[`@media (prefers-color-scheme: ${((j=(W=o[N])==null?void 0:W.palette)==null?void 0:j.mode)||N})`]:{":root":D}};if(z)return e.defaultColorScheme===N?`:root, ${z.replace("%s",String(N))}`:z.replace("%s",String(N))}return":root"}return{vars:p,generateThemeVars:()=>{let N={...c};return Object.entries(y).forEach(([,{vars:D}])=>{N=Le(N,D)}),N},generateStyleSheets:()=>{var U,k;const N=[],D=e.defaultColorScheme||"light";function z(f,M){Object.keys(M).length&&N.push(typeof f=="string"?{[f]:{...M}}:f)}z(r(void 0,{...d}),d);const{[D]:W,...j}=y;if(W){const{css:f}=W,M=(k=(U=o[D])==null?void 0:U.palette)==null?void 0:k.mode,L=!a&&M?{colorScheme:M,...f}:{...f};z(r(D,{...L}),L)}return Object.entries(j).forEach(([f,{css:M}])=>{var H,ne;const L=(ne=(H=o[f])==null?void 0:H.palette)==null?void 0:ne.mode,J=!a&&L?{colorScheme:L,...M}:{...M};z(r(f,{...J}),J)}),N}}}function zu(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 To(e,t,r=void 0){const a={};for(const n in e){const o=e[n];let s="",l=!0;for(let i=0;i<o.length;i+=1){const c=o[i];c&&(s+=(l===!0?"":" ")+t(c),l=!1,r&&r[c]&&(s+=" "+r[c]))}a[n]=s}return a}const Gu=on(),qu=Ru("div",{name:"MuiStack",slot:"Root"});function Ju(e){return Au({props:e,name:"MuiStack",defaultTheme:Gu})}function Hu(e,t){const r=B.Children.toArray(e).filter(Boolean);return r.reduce((a,n,o)=>(a.push(n),o<r.length-1&&a.push(B.cloneElement(t,{key:`separator-${o}`})),a),[])}const Wu=e=>({row:"Left","row-reverse":"Right",column:"Top","column-reverse":"Bottom"})[e],Qu=({ownerState:e,theme:t})=>{let r={display:"flex",flexDirection:"column",...tt({theme:t},Mn({values:e.direction,breakpoints:t.breakpoints.values}),a=>({flexDirection:a}))};if(e.spacing){const a=Za(t),n=Object.keys(t.breakpoints.values).reduce((i,c)=>((typeof e.spacing=="object"&&e.spacing[c]!=null||typeof e.direction=="object"&&e.direction[c]!=null)&&(i[c]=!0),i),{}),o=Mn({values:e.direction,base:n}),s=Mn({values:e.spacing,base:n});typeof o=="object"&&Object.keys(o).forEach((i,c,d)=>{if(!o[i]){const p=c>0?o[d[c-1]]:"column";o[i]=p}}),r=Le(r,tt({theme:t},s,(i,c)=>e.useFlexGap?{gap:Lt(a,i)}:{"& > :not(style):not(style)":{margin:0},"& > :not(style) ~ :not(style)":{[`margin${Wu(c?o[c]:e.direction)}`]:Lt(a,i)}}))}return r=xd(t.breakpoints,r),r};function Ku(e={}){const{createStyledComponent:t=qu,useThemeProps:r=Ju,componentName:a="MuiStack"}=e,n=()=>To({root:["root"]},i=>ra(a,i),{}),o=t(Qu),s=B.forwardRef(function(i,c){const d=r(i),u=fu(d),{component:p="div",direction:y="column",spacing:g=0,divider:m,children:x,className:I,useFlexGap:G=!1,...N}=u,D={direction:y,spacing:g,useFlexGap:G},z=n();return b.jsx(o,{as:p,ownerState:D,ref:c,className:ft(z.root,I),...N,children:m?Hu(x,m):x})});return process.env.NODE_ENV!=="production"&&(s.propTypes={children:S.node,direction:S.oneOfType([S.oneOf(["column-reverse","column","row-reverse","row"]),S.arrayOf(S.oneOf(["column-reverse","column","row-reverse","row"])),S.object]),divider:S.node,spacing:S.oneOfType([S.arrayOf(S.oneOfType([S.number,S.string])),S.number,S.object,S.string]),sx:S.oneOfType([S.arrayOf(S.oneOfType([S.func,S.object,S.bool])),S.func,S.object])}),s}const Hr={black:"#000",white:"#fff"},Yu={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"},Kt={50:"#f3e5f5",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",700:"#7b1fa2"},Yt={300:"#e57373",400:"#ef5350",500:"#f44336",700:"#d32f2f",800:"#c62828"},Tr={300:"#ffb74d",400:"#ffa726",500:"#ff9800",700:"#f57c00",900:"#e65100"},Xt={50:"#e3f2fd",200:"#90caf9",400:"#42a5f5",700:"#1976d2",800:"#1565c0"},Zt={300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",700:"#0288d1",900:"#01579b"},er={300:"#81c784",400:"#66bb6a",500:"#4caf50",700:"#388e3c",800:"#2e7d32",900:"#1b5e20"};function Zl(){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:Hr.white,default:Hr.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 Xu=Zl();function ei(){return{text:{primary:Hr.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:Hr.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 ps=ei();function hs(e,t,r,a){const n=a.light||a,o=a.dark||a*1.5;e[t]||(e.hasOwnProperty(r)?e[t]=e[r]:t==="light"?e.light=Jr(e.main,n):t==="dark"&&(e.dark=qr(e.main,o)))}function Zu(e="light"){return e==="dark"?{main:Xt[200],light:Xt[50],dark:Xt[400]}:{main:Xt[700],light:Xt[400],dark:Xt[800]}}function ep(e="light"){return e==="dark"?{main:Kt[200],light:Kt[50],dark:Kt[400]}:{main:Kt[500],light:Kt[300],dark:Kt[700]}}function tp(e="light"){return e==="dark"?{main:Yt[500],light:Yt[300],dark:Yt[700]}:{main:Yt[700],light:Yt[400],dark:Yt[800]}}function rp(e="light"){return e==="dark"?{main:Zt[400],light:Zt[300],dark:Zt[700]}:{main:Zt[700],light:Zt[500],dark:Zt[900]}}function ap(e="light"){return e==="dark"?{main:er[400],light:er[300],dark:er[700]}:{main:er[800],light:er[500],dark:er[900]}}function np(e="light"){return e==="dark"?{main:Tr[400],light:Tr[300],dark:Tr[700]}:{main:"#ed6c02",light:Tr[500],dark:Tr[900]}}function Io(e){const{mode:t="light",contrastThreshold:r=3,tonalOffset:a=.2,...n}=e,o=e.primary||Zu(t),s=e.secondary||ep(t),l=e.error||tp(t),i=e.info||rp(t),c=e.success||ap(t),d=e.warning||np(t);function u(m){const x=cs(m,ps.text.primary)>=r?ps.text.primary:Xu.text.primary;if(process.env.NODE_ENV!=="production"){const I=cs(m,x);I<3&&console.error([`MUI: The contrast ratio of ${I}:1 for ${x} 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 x}const p=({color:m,name:x,mainShade:I=500,lightShade:G=300,darkShade:N=700})=>{if(m={...m},!m.main&&m[I]&&(m.main=m[I]),!m.hasOwnProperty("main"))throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${x?` (${x})`:""} provided to augmentColor(color) is invalid.
|
|
53
|
+
The color object needs to have a \`main\` property or a \`${I}\` property.`:_t(11,x?` (${x})`:"",I));if(typeof m.main!="string")throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${x?` (${x})`:""} provided to augmentColor(color) is invalid.
|
|
54
|
+
\`color.main\` should be a string, but \`${JSON.stringify(m.main)}\` was provided instead.
|
|
66
55
|
|
|
67
56
|
Did you intend to use one of the following approaches?
|
|
68
57
|
|
|
@@ -74,18 +63,20 @@ const theme1 = createTheme({ palette: {
|
|
|
74
63
|
|
|
75
64
|
const theme2 = createTheme({ palette: {
|
|
76
65
|
primary: { main: green[500] },
|
|
77
|
-
} });`:
|
|
78
|
-
`)),Object.keys(c).length!==0&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(c).join(",")}].`)}return(Array.isArray(n)?n:[n]).map(d=>`${d} ${typeof s=="string"?s:
|
|
66
|
+
} });`:_t(12,x?` (${x})`:"",JSON.stringify(m.main)));return hs(m,"light",G,a),hs(m,"dark",N,a),m.contrastText||(m.contrastText=u(m.main)),m};let y;return t==="light"?y=Zl():t==="dark"&&(y=ei()),process.env.NODE_ENV!=="production"&&(y||console.error(`MUI: The palette mode \`${t}\` is not supported.`)),Le({common:{...Hr},mode:t,primary:p({color:o,name:"primary"}),secondary:p({color:s,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:p({color:l,name:"error"}),warning:p({color:d,name:"warning"}),info:p({color:i,name:"info"}),success:p({color:c,name:"success"}),grey:Yu,contrastThreshold:r,getContrastText:u,augmentColor:p,tonalOffset:a,...y},n)}function op(e){const t={};return Object.entries(e).forEach(a=>{const[n,o]=a;typeof o=="object"&&(t[n]=`${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 sp(e,t){return{toolbar:{minHeight:56,[e.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[e.up("sm")]:{minHeight:64}},...t}}function lp(e){return Math.round(e*1e5)/1e5}const ms={textTransform:"uppercase"},fs='"Roboto", "Helvetica", "Arial", sans-serif';function ip(e,t){const{fontFamily:r=fs,fontSize:a=14,fontWeightLight:n=300,fontWeightRegular:o=400,fontWeightMedium:s=500,fontWeightBold:l=700,htmlFontSize:i=16,allVariants:c,pxToRem:d,...u}=typeof t=="function"?t(e):t;process.env.NODE_ENV!=="production"&&(typeof a!="number"&&console.error("MUI: `fontSize` is required to be a number."),typeof i!="number"&&console.error("MUI: `htmlFontSize` is required to be a number."));const p=a/14,y=d||(x=>`${x/i*p}rem`),g=(x,I,G,N,D)=>({fontFamily:r,fontWeight:x,fontSize:y(I),lineHeight:G,...r===fs?{letterSpacing:`${lp(N/I)}em`}:{},...D,...c}),m={h1:g(n,96,1.167,-1.5),h2:g(n,60,1.2,-.5),h3:g(o,48,1.167,0),h4:g(o,34,1.235,.25),h5:g(o,24,1.334,0),h6:g(s,20,1.6,.15),subtitle1:g(o,16,1.75,.15),subtitle2:g(s,14,1.57,.1),body1:g(o,16,1.5,.15),body2:g(o,14,1.43,.15),button:g(s,14,1.75,.4,ms),caption:g(o,12,1.66,.4),overline:g(o,12,2.66,1,ms),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return Le({htmlFontSize:i,pxToRem:y,fontFamily:r,fontSize:a,fontWeightLight:n,fontWeightRegular:o,fontWeightMedium:s,fontWeightBold:l,...m},u,{clone:!1})}const cp=.2,dp=.14,up=.12;function ge(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${cp})`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${dp})`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${up})`].join(",")}const pp=["none",ge(0,2,1,-1,0,1,1,0,0,1,3,0),ge(0,3,1,-2,0,2,2,0,0,1,5,0),ge(0,3,3,-2,0,3,4,0,0,1,8,0),ge(0,2,4,-1,0,4,5,0,0,1,10,0),ge(0,3,5,-1,0,5,8,0,0,1,14,0),ge(0,3,5,-1,0,6,10,0,0,1,18,0),ge(0,4,5,-2,0,7,10,1,0,2,16,1),ge(0,5,5,-3,0,8,10,1,0,3,14,2),ge(0,5,6,-3,0,9,12,1,0,3,16,2),ge(0,6,6,-3,0,10,14,1,0,4,18,3),ge(0,6,7,-4,0,11,15,1,0,4,20,3),ge(0,7,8,-4,0,12,17,2,0,5,22,4),ge(0,7,8,-4,0,13,19,2,0,5,24,4),ge(0,7,9,-4,0,14,21,2,0,5,26,4),ge(0,8,9,-5,0,15,22,2,0,6,28,5),ge(0,8,10,-5,0,16,24,2,0,6,30,5),ge(0,8,11,-5,0,17,26,2,0,6,32,5),ge(0,9,11,-5,0,18,28,2,0,7,34,6),ge(0,9,12,-6,0,19,29,2,0,7,36,6),ge(0,10,13,-6,0,20,31,3,0,8,38,7),ge(0,10,13,-6,0,21,33,3,0,8,40,7),ge(0,10,14,-6,0,22,35,3,0,8,42,7),ge(0,11,14,-7,0,23,36,3,0,9,44,8),ge(0,11,15,-7,0,24,38,3,0,9,46,8)],hp={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)"},mp={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function ys(e){return`${Math.round(e)}ms`}function fp(e){if(!e)return 0;const t=e/36;return Math.min(Math.round((4+15*t**.25+t/5)*10),3e3)}function yp(e){const t={...hp,...e.easing},r={...mp,...e.duration};return{getAutoHeightDuration:fp,create:(n=["all"],o={})=>{const{duration:s=r.standard,easing:l=t.easeInOut,delay:i=0,...c}=o;if(process.env.NODE_ENV!=="production"){const d=p=>typeof p=="string",u=p=>!Number.isNaN(parseFloat(p));!d(n)&&!Array.isArray(n)&&console.error('MUI: Argument "props" must be a string or Array.'),!u(s)&&!d(s)&&console.error(`MUI: Argument "duration" must be a number or a string but found ${s}.`),d(l)||console.error('MUI: Argument "easing" must be a string.'),!u(i)&&!d(i)&&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(n)?n:[n]).map(d=>`${d} ${typeof s=="string"?s:ys(s)} ${l} ${typeof i=="string"?i:ys(i)}`).join(",")},...e,easing:t,duration:r}}const gp={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};function bp(e){return lt(e)||typeof e>"u"||typeof e=="string"||typeof e=="boolean"||typeof e=="number"||Array.isArray(e)}function ti(e={}){const t={...e};function r(a){const n=Object.entries(a);for(let o=0;o<n.length;o++){const[s,l]=n[o];!bp(l)||s.startsWith("unstable_")?delete a[s]:lt(l)&&(a[s]={...l},r(a[s]))}}return r(t),`import { unstable_createBreakpoints as createBreakpoints, createTransitions } from '@mui/material/styles';
|
|
79
68
|
|
|
80
69
|
const theme = ${JSON.stringify(t,null,2)};
|
|
81
70
|
|
|
82
71
|
theme.breakpoints = createBreakpoints(theme.breakpoints || {});
|
|
83
72
|
theme.transitions = createTransitions(theme.transitions || {});
|
|
84
73
|
|
|
85
|
-
export default theme;`}function
|
|
86
|
-
`))}
|
|
87
|
-
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 Fh(e){return typeof e=="number"?`${e}px`:typeof e=="string"||typeof e=="function"||Array.isArray(e)?e:"8px"}const St=e=>{try{return e()}catch{}},Nh=(e="mui")=>Zp(e);function bo(e,t,r,a){if(!t)return;t=t===!0?{}:t;const n=a==="dark"?"dark":"light";if(!r){e[a]=$h({...t,palette:{mode:n,...t==null?void 0:t.palette}});return}const{palette:o,...s}=Fo({...r,palette:{mode:n,...t==null?void 0:t.palette}});return e[a]={...t,palette:o,opacity:{...ac(n),...t==null?void 0:t.opacity},overlays:(t==null?void 0:t.overlays)||nc(n)},s}function Dh(e={},...t){const{colorSchemes:r={light:!0},defaultColorScheme:a,disableCssColorScheme:n=!1,cssVarPrefix:o="mui",shouldSkipGeneratingVar:s=Uh,colorSchemeSelector:i=r.light&&r.dark?"media":void 0,rootSelector:l=":root",...c}=e,d=Object.keys(r)[0],u=a||(r.light&&d!=="light"?"light":d),p=Nh(o),{[u]:m,light:g,dark:h,...x}=r,E={...x};let U=m;if((u==="dark"&&!("dark"in r)||u==="light"&&!("light"in r))&&(U=!0),!U)throw new Error(process.env.NODE_ENV!=="production"?`MUI: The \`colorSchemes.${u}\` option is either missing or invalid.`:Qt(21,u));const F=bo(E,U,c,u);g&&!E.light&&bo(E,g,void 0,"light"),h&&!E.dark&&bo(E,h,void 0,"dark");let N={defaultColorScheme:u,...F,cssVarPrefix:o,colorSchemeSelector:i,rootSelector:l,getCssVar:p,colorSchemes:E,font:{...Sh(F.typography),...F.font},spacing:Fh(c.spacing)};Object.keys(N.colorSchemes).forEach(k=>{const y=N.colorSchemes[k].palette,M=B=>{const G=B.split("-"),D=G[1],re=G[2];return p(B,y[D][re])};if(y.mode==="light"&&($(y.common,"background","#fff"),$(y.common,"onBackground","#000")),y.mode==="dark"&&($(y.common,"background","#000"),$(y.common,"onBackground","#fff")),Bh(y,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"]),y.mode==="light"){$(y.Alert,"errorColor",Se(y.error.light,.6)),$(y.Alert,"infoColor",Se(y.info.light,.6)),$(y.Alert,"successColor",Se(y.success.light,.6)),$(y.Alert,"warningColor",Se(y.warning.light,.6)),$(y.Alert,"errorFilledBg",M("palette-error-main")),$(y.Alert,"infoFilledBg",M("palette-info-main")),$(y.Alert,"successFilledBg",M("palette-success-main")),$(y.Alert,"warningFilledBg",M("palette-warning-main")),$(y.Alert,"errorFilledColor",St(()=>y.getContrastText(y.error.main))),$(y.Alert,"infoFilledColor",St(()=>y.getContrastText(y.info.main))),$(y.Alert,"successFilledColor",St(()=>y.getContrastText(y.success.main))),$(y.Alert,"warningFilledColor",St(()=>y.getContrastText(y.warning.main))),$(y.Alert,"errorStandardBg",ve(y.error.light,.9)),$(y.Alert,"infoStandardBg",ve(y.info.light,.9)),$(y.Alert,"successStandardBg",ve(y.success.light,.9)),$(y.Alert,"warningStandardBg",ve(y.warning.light,.9)),$(y.Alert,"errorIconColor",M("palette-error-main")),$(y.Alert,"infoIconColor",M("palette-info-main")),$(y.Alert,"successIconColor",M("palette-success-main")),$(y.Alert,"warningIconColor",M("palette-warning-main")),$(y.AppBar,"defaultBg",M("palette-grey-100")),$(y.Avatar,"defaultBg",M("palette-grey-400")),$(y.Button,"inheritContainedBg",M("palette-grey-300")),$(y.Button,"inheritContainedHoverBg",M("palette-grey-A100")),$(y.Chip,"defaultBorder",M("palette-grey-400")),$(y.Chip,"defaultAvatarColor",M("palette-grey-700")),$(y.Chip,"defaultIconColor",M("palette-grey-700")),$(y.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),$(y.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),$(y.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),$(y.LinearProgress,"primaryBg",ve(y.primary.main,.62)),$(y.LinearProgress,"secondaryBg",ve(y.secondary.main,.62)),$(y.LinearProgress,"errorBg",ve(y.error.main,.62)),$(y.LinearProgress,"infoBg",ve(y.info.main,.62)),$(y.LinearProgress,"successBg",ve(y.success.main,.62)),$(y.LinearProgress,"warningBg",ve(y.warning.main,.62)),$(y.Skeleton,"bg",`rgba(${M("palette-text-primaryChannel")} / 0.11)`),$(y.Slider,"primaryTrack",ve(y.primary.main,.62)),$(y.Slider,"secondaryTrack",ve(y.secondary.main,.62)),$(y.Slider,"errorTrack",ve(y.error.main,.62)),$(y.Slider,"infoTrack",ve(y.info.main,.62)),$(y.Slider,"successTrack",ve(y.success.main,.62)),$(y.Slider,"warningTrack",ve(y.warning.main,.62));const B=qa(y.background.default,.8);$(y.SnackbarContent,"bg",B),$(y.SnackbarContent,"color",St(()=>y.getContrastText(B))),$(y.SpeedDialAction,"fabHoverBg",qa(y.background.paper,.15)),$(y.StepConnector,"border",M("palette-grey-400")),$(y.StepContent,"border",M("palette-grey-400")),$(y.Switch,"defaultColor",M("palette-common-white")),$(y.Switch,"defaultDisabledColor",M("palette-grey-100")),$(y.Switch,"primaryDisabledColor",ve(y.primary.main,.62)),$(y.Switch,"secondaryDisabledColor",ve(y.secondary.main,.62)),$(y.Switch,"errorDisabledColor",ve(y.error.main,.62)),$(y.Switch,"infoDisabledColor",ve(y.info.main,.62)),$(y.Switch,"successDisabledColor",ve(y.success.main,.62)),$(y.Switch,"warningDisabledColor",ve(y.warning.main,.62)),$(y.TableCell,"border",ve(Ha(y.divider,1),.88)),$(y.Tooltip,"bg",Ha(y.grey[700],.92))}if(y.mode==="dark"){$(y.Alert,"errorColor",ve(y.error.light,.6)),$(y.Alert,"infoColor",ve(y.info.light,.6)),$(y.Alert,"successColor",ve(y.success.light,.6)),$(y.Alert,"warningColor",ve(y.warning.light,.6)),$(y.Alert,"errorFilledBg",M("palette-error-dark")),$(y.Alert,"infoFilledBg",M("palette-info-dark")),$(y.Alert,"successFilledBg",M("palette-success-dark")),$(y.Alert,"warningFilledBg",M("palette-warning-dark")),$(y.Alert,"errorFilledColor",St(()=>y.getContrastText(y.error.dark))),$(y.Alert,"infoFilledColor",St(()=>y.getContrastText(y.info.dark))),$(y.Alert,"successFilledColor",St(()=>y.getContrastText(y.success.dark))),$(y.Alert,"warningFilledColor",St(()=>y.getContrastText(y.warning.dark))),$(y.Alert,"errorStandardBg",Se(y.error.light,.9)),$(y.Alert,"infoStandardBg",Se(y.info.light,.9)),$(y.Alert,"successStandardBg",Se(y.success.light,.9)),$(y.Alert,"warningStandardBg",Se(y.warning.light,.9)),$(y.Alert,"errorIconColor",M("palette-error-main")),$(y.Alert,"infoIconColor",M("palette-info-main")),$(y.Alert,"successIconColor",M("palette-success-main")),$(y.Alert,"warningIconColor",M("palette-warning-main")),$(y.AppBar,"defaultBg",M("palette-grey-900")),$(y.AppBar,"darkBg",M("palette-background-paper")),$(y.AppBar,"darkColor",M("palette-text-primary")),$(y.Avatar,"defaultBg",M("palette-grey-600")),$(y.Button,"inheritContainedBg",M("palette-grey-800")),$(y.Button,"inheritContainedHoverBg",M("palette-grey-700")),$(y.Chip,"defaultBorder",M("palette-grey-700")),$(y.Chip,"defaultAvatarColor",M("palette-grey-300")),$(y.Chip,"defaultIconColor",M("palette-grey-300")),$(y.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),$(y.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),$(y.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),$(y.LinearProgress,"primaryBg",Se(y.primary.main,.5)),$(y.LinearProgress,"secondaryBg",Se(y.secondary.main,.5)),$(y.LinearProgress,"errorBg",Se(y.error.main,.5)),$(y.LinearProgress,"infoBg",Se(y.info.main,.5)),$(y.LinearProgress,"successBg",Se(y.success.main,.5)),$(y.LinearProgress,"warningBg",Se(y.warning.main,.5)),$(y.Skeleton,"bg",`rgba(${M("palette-text-primaryChannel")} / 0.13)`),$(y.Slider,"primaryTrack",Se(y.primary.main,.5)),$(y.Slider,"secondaryTrack",Se(y.secondary.main,.5)),$(y.Slider,"errorTrack",Se(y.error.main,.5)),$(y.Slider,"infoTrack",Se(y.info.main,.5)),$(y.Slider,"successTrack",Se(y.success.main,.5)),$(y.Slider,"warningTrack",Se(y.warning.main,.5));const B=qa(y.background.default,.98);$(y.SnackbarContent,"bg",B),$(y.SnackbarContent,"color",St(()=>y.getContrastText(B))),$(y.SpeedDialAction,"fabHoverBg",qa(y.background.paper,.15)),$(y.StepConnector,"border",M("palette-grey-600")),$(y.StepContent,"border",M("palette-grey-600")),$(y.Switch,"defaultColor",M("palette-grey-300")),$(y.Switch,"defaultDisabledColor",M("palette-grey-600")),$(y.Switch,"primaryDisabledColor",Se(y.primary.main,.55)),$(y.Switch,"secondaryDisabledColor",Se(y.secondary.main,.55)),$(y.Switch,"errorDisabledColor",Se(y.error.main,.55)),$(y.Switch,"infoDisabledColor",Se(y.info.main,.55)),$(y.Switch,"successDisabledColor",Se(y.success.main,.55)),$(y.Switch,"warningDisabledColor",Se(y.warning.main,.55)),$(y.TableCell,"border",Se(Ha(y.divider,1),.68)),$(y.Tooltip,"bg",Ha(y.grey[700],.92))}It(y.background,"default"),It(y.background,"paper"),It(y.common,"background"),It(y.common,"onBackground"),It(y,"divider"),Object.keys(y).forEach(B=>{const G=y[B];B!=="tonalOffset"&&G&&typeof G=="object"&&(G.main&&$(y[B],"mainChannel",Oa(wa(G.main))),G.light&&$(y[B],"lightChannel",Oa(wa(G.light))),G.dark&&$(y[B],"darkChannel",Oa(wa(G.dark))),G.contrastText&&$(y[B],"contrastTextChannel",Oa(wa(G.contrastText))),B==="text"&&(It(y[B],"primary"),It(y[B],"secondary")),B==="action"&&(G.active&&It(y[B],"active"),G.selected&&It(y[B],"selected")))})}),N=t.reduce((k,y)=>Ke(k,y),N);const J={prefix:o,disableCssColorScheme:n,shouldSkipGeneratingVar:s,getSelector:kh(N)},{vars:K,generateThemeVars:j,generateStyleSheets:L}=rh(N,J);return N.vars=K,Object.entries(N.colorSchemes[N.defaultColorScheme]).forEach(([k,y])=>{N[k]=y}),N.generateThemeVars=j,N.generateStyleSheets=L,N.generateSpacing=function(){return zl(c.spacing,Un(this))},N.getColorSchemeSelector=ah(i),N.spacing=N.generateSpacing(),N.shouldSkipGeneratingVar=s,N.unstable_sxConfig={...Ba,...c==null?void 0:c.unstable_sxConfig},N.unstable_sx=function(y){return Hr({sx:y,theme:this})},N.toRuntimeSource=rc,N}function oi(e,t,r){e.colorSchemes&&r&&(e.colorSchemes[t]={...r!==!0&&r,palette:ms({...r===!0?{}:r.palette,mode:t})})}function oc(e={},...t){const{palette:r,cssVariables:a=!1,colorSchemes:n=r?void 0:{light:!0},defaultColorScheme:o=r==null?void 0:r.mode,...s}=e,i=o||"light",l=n==null?void 0:n[i],c={...n,...r?{[i]:{...typeof l!="boolean"&&l,palette:r}}:void 0};if(a===!1){if(!("colorSchemes"in e))return Fo(e,...t);let d=r;"palette"in e||c[i]&&(c[i]!==!0?d=c[i].palette:i==="dark"&&(d={mode:"dark"}));const u=Fo({...e,palette:d},...t);return u.defaultColorScheme=i,u.colorSchemes=c,u.palette.mode==="light"&&(u.colorSchemes.light={...c.light!==!0&&c.light,palette:u.palette},oi(u,"dark",c.dark)),u.palette.mode==="dark"&&(u.colorSchemes.dark={...c.dark!==!0&&c.dark,palette:u.palette},oi(u,"light",c.light)),u}return!r&&!("light"in c)&&i==="light"&&(c.light=!0),Dh({...s,colorSchemes:c,defaultColorScheme:i,...typeof a!="boolean"&&a},...t)}const zh=oc(),Gh="$$material";function fs(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const Jh=e=>fs(e)&&e!=="classes",$t=Kl({themeId:Gh,defaultTheme:zh,rootShouldForwardProp:Jh});process.env.NODE_ENV!=="production"&&(S.node,S.object.isRequired);function gs(e){return Yp(e)}const zr=dh({createStyledComponent:$t("div",{name:"MuiStack",slot:"Root",overridesResolver:(e,t)=>t.root}),useThemeProps:e=>gs({props:e,name:"MuiStack"})});process.env.NODE_ENV!=="production"&&(zr.propTypes={children:S.node,component:S.elementType,direction:S.oneOfType([S.oneOf(["column-reverse","column","row-reverse","row"]),S.arrayOf(S.oneOf(["column-reverse","column","row-reverse","row"])),S.object]),divider:S.node,spacing:S.oneOfType([S.arrayOf(S.oneOfType([S.number,S.string])),S.number,S.object,S.string]),sx:S.oneOfType([S.arrayOf(S.oneOfType([S.func,S.object,S.bool])),S.func,S.object]),useFlexGap:S.bool});const oe=e=>typeof e=="string",pa=()=>{let e,t;const r=new Promise((a,n)=>{e=a,t=n});return r.resolve=e,r.reject=t,r},si=e=>e==null?"":""+e,Hh=(e,t,r)=>{e.forEach(a=>{t[a]&&(r[a]=t[a])})},qh=/###/g,ii=e=>e&&e.indexOf("###")>-1?e.replace(qh,"."):e,li=e=>!e||oe(e),Pa=(e,t,r)=>{const a=oe(t)?t.split("."):t;let n=0;for(;n<a.length-1;){if(li(e))return{};const o=ii(a[n]);!e[o]&&r&&(e[o]=new r),Object.prototype.hasOwnProperty.call(e,o)?e=e[o]:e={},++n}return li(e)?{}:{obj:e,k:ii(a[n])}},ci=(e,t,r)=>{const{obj:a,k:n}=Pa(e,t,Object);if(a!==void 0||t.length===1){a[n]=r;return}let o=t[t.length-1],s=t.slice(0,t.length-1),i=Pa(e,s,Object);for(;i.obj===void 0&&s.length;)o=`${s[s.length-1]}.${o}`,s=s.slice(0,s.length-1),i=Pa(e,s,Object),i!=null&&i.obj&&typeof i.obj[`${i.k}.${o}`]<"u"&&(i.obj=void 0);i.obj[`${i.k}.${o}`]=r},Wh=(e,t,r,a)=>{const{obj:n,k:o}=Pa(e,t,Object);n[o]=n[o]||[],n[o].push(r)},xn=(e,t)=>{const{obj:r,k:a}=Pa(e,t);if(r&&Object.prototype.hasOwnProperty.call(r,a))return r[a]},Kh=(e,t,r)=>{const a=xn(e,r);return a!==void 0?a:xn(t,r)},sc=(e,t,r)=>{for(const a in t)a!=="__proto__"&&a!=="constructor"&&(a in e?oe(e[a])||e[a]instanceof String||oe(t[a])||t[a]instanceof String?r&&(e[a]=t[a]):sc(e[a],t[a],r):e[a]=t[a]);return e},Er=e=>e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var Qh={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};const Yh=e=>oe(e)?e.replace(/[&<>"'\/]/g,t=>Qh[t]):e;class Xh{constructor(t){this.capacity=t,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(t){const r=this.regExpMap.get(t);if(r!==void 0)return r;const a=new RegExp(t);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(t,a),this.regExpQueue.push(t),a}}const Zh=[" ",",","?","!",";"],em=new Xh(20),tm=(e,t,r)=>{t=t||"",r=r||"";const a=Zh.filter(s=>t.indexOf(s)<0&&r.indexOf(s)<0);if(a.length===0)return!0;const n=em.getRegExp(`(${a.map(s=>s==="?"?"\\?":s).join("|")})`);let o=!n.test(e);if(!o){const s=e.indexOf(r);s>0&&!n.test(e.substring(0,s))&&(o=!0)}return o},No=function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:".";if(!e)return;if(e[t])return Object.prototype.hasOwnProperty.call(e,t)?e[t]:void 0;const a=t.split(r);let n=e;for(let o=0;o<a.length;){if(!n||typeof n!="object")return;let s,i="";for(let l=o;l<a.length;++l)if(l!==o&&(i+=r),i+=a[l],s=n[i],s!==void 0){if(["string","number","boolean"].indexOf(typeof s)>-1&&l<a.length-1)continue;o+=l-o+1;break}n=s}return n},On=e=>e==null?void 0:e.replace("_","-"),rm={type:"logger",log(e){this.output("log",e)},warn(e){this.output("warn",e)},error(e){this.output("error",e)},output(e,t){var r,a;(a=(r=console==null?void 0:console[e])==null?void 0:r.apply)==null||a.call(r,console,t)}};class wn{constructor(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.init(t,r)}init(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.prefix=r.prefix||"i18next:",this.logger=t||rm,this.options=r,this.debug=r.debug}log(){for(var t=arguments.length,r=new Array(t),a=0;a<t;a++)r[a]=arguments[a];return this.forward(r,"log","",!0)}warn(){for(var t=arguments.length,r=new Array(t),a=0;a<t;a++)r[a]=arguments[a];return this.forward(r,"warn","",!0)}error(){for(var t=arguments.length,r=new Array(t),a=0;a<t;a++)r[a]=arguments[a];return this.forward(r,"error","")}deprecate(){for(var t=arguments.length,r=new Array(t),a=0;a<t;a++)r[a]=arguments[a];return this.forward(r,"warn","WARNING DEPRECATED: ",!0)}forward(t,r,a,n){return n&&!this.debug?null:(oe(t[0])&&(t[0]=`${a}${this.prefix} ${t[0]}`),this.logger[r](t))}create(t){return new wn(this.logger,{prefix:`${this.prefix}:${t}:`,...this.options})}clone(t){return t=t||this.options,t.prefix=t.prefix||this.prefix,new wn(this.logger,t)}}var Ct=new wn;class Gn{constructor(){this.observers={}}on(t,r){return t.split(" ").forEach(a=>{this.observers[a]||(this.observers[a]=new Map);const n=this.observers[a].get(r)||0;this.observers[a].set(r,n+1)}),this}off(t,r){if(this.observers[t]){if(!r){delete this.observers[t];return}this.observers[t].delete(r)}}emit(t){for(var r=arguments.length,a=new Array(r>1?r-1:0),n=1;n<r;n++)a[n-1]=arguments[n];this.observers[t]&&Array.from(this.observers[t].entries()).forEach(s=>{let[i,l]=s;for(let c=0;c<l;c++)i(...a)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(s=>{let[i,l]=s;for(let c=0;c<l;c++)i.apply(i,[t,...a])})}}class di extends Gn{constructor(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{ns:["translation"],defaultNS:"translation"};super(),this.data=t||{},this.options=r,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.options.ignoreJSONStructure===void 0&&(this.options.ignoreJSONStructure=!0)}addNamespaces(t){this.options.ns.indexOf(t)<0&&this.options.ns.push(t)}removeNamespaces(t){const r=this.options.ns.indexOf(t);r>-1&&this.options.ns.splice(r,1)}getResource(t,r,a){var c,d;let n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const o=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator,s=n.ignoreJSONStructure!==void 0?n.ignoreJSONStructure:this.options.ignoreJSONStructure;let i;t.indexOf(".")>-1?i=t.split("."):(i=[t,r],a&&(Array.isArray(a)?i.push(...a):oe(a)&&o?i.push(...a.split(o)):i.push(a)));const l=xn(this.data,i);return!l&&!r&&!a&&t.indexOf(".")>-1&&(t=i[0],r=i[1],a=i.slice(2).join(".")),l||!s||!oe(a)?l:No((d=(c=this.data)==null?void 0:c[t])==null?void 0:d[r],a,o)}addResource(t,r,a,n){let o=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1};const s=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator;let i=[t,r];a&&(i=i.concat(s?a.split(s):a)),t.indexOf(".")>-1&&(i=t.split("."),n=r,r=i[1]),this.addNamespaces(r),ci(this.data,i,n),o.silent||this.emit("added",t,r,a,n)}addResources(t,r,a){let n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(const o in a)(oe(a[o])||Array.isArray(a[o]))&&this.addResource(t,r,o,a[o],{silent:!0});n.silent||this.emit("added",t,r,a)}addResourceBundle(t,r,a,n,o){let s=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1,skipCopy:!1},i=[t,r];t.indexOf(".")>-1&&(i=t.split("."),n=a,a=r,r=i[1]),this.addNamespaces(r);let l=xn(this.data,i)||{};s.skipCopy||(a=JSON.parse(JSON.stringify(a))),n?sc(l,a,o):l={...l,...a},ci(this.data,i,l),s.silent||this.emit("added",t,r,a)}removeResourceBundle(t,r){this.hasResourceBundle(t,r)&&delete this.data[t][r],this.removeNamespaces(r),this.emit("removed",t,r)}hasResourceBundle(t,r){return this.getResource(t,r)!==void 0}getResourceBundle(t,r){return r||(r=this.options.defaultNS),this.getResource(t,r)}getDataByLanguage(t){return this.data[t]}hasLanguageSomeTranslations(t){const r=this.getDataByLanguage(t);return!!(r&&Object.keys(r)||[]).find(n=>r[n]&&Object.keys(r[n]).length>0)}toJSON(){return this.data}}var ic={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,r,a,n){return e.forEach(o=>{var s;t=((s=this.processors[o])==null?void 0:s.process(t,r,a,n))??t}),t}};const ui={},pi=e=>!oe(e)&&typeof e!="boolean"&&typeof e!="number";class Cn extends Gn{constructor(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};super(),Hh(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],t,this),this.options=r,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=Ct.create("translator")}changeLanguage(t){t&&(this.language=t)}exists(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};if(t==null)return!1;const a=this.resolve(t,r);return(a==null?void 0:a.res)!==void 0}extractFromKey(t,r){let a=r.nsSeparator!==void 0?r.nsSeparator:this.options.nsSeparator;a===void 0&&(a=":");const n=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator;let o=r.ns||this.options.defaultNS||[];const s=a&&t.indexOf(a)>-1,i=!this.options.userDefinedKeySeparator&&!r.keySeparator&&!this.options.userDefinedNsSeparator&&!r.nsSeparator&&!tm(t,a,n);if(s&&!i){const l=t.match(this.interpolator.nestingRegexp);if(l&&l.length>0)return{key:t,namespaces:oe(o)?[o]:o};const c=t.split(a);(a!==n||a===n&&this.options.ns.indexOf(c[0])>-1)&&(o=c.shift()),t=c.join(n)}return{key:t,namespaces:oe(o)?[o]:o}}translate(t,r,a){if(typeof r!="object"&&this.options.overloadTranslationOptionHandler&&(r=this.options.overloadTranslationOptionHandler(arguments)),typeof r=="object"&&(r={...r}),r||(r={}),t==null)return"";Array.isArray(t)||(t=[String(t)]);const n=r.returnDetails!==void 0?r.returnDetails:this.options.returnDetails,o=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,{key:s,namespaces:i}=this.extractFromKey(t[t.length-1],r),l=i[i.length-1],c=r.lng||this.language,d=r.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if((c==null?void 0:c.toLowerCase())==="cimode"){if(d){const M=r.nsSeparator||this.options.nsSeparator;return n?{res:`${l}${M}${s}`,usedKey:s,exactUsedKey:s,usedLng:c,usedNS:l,usedParams:this.getUsedParamsDetails(r)}:`${l}${M}${s}`}return n?{res:s,usedKey:s,exactUsedKey:s,usedLng:c,usedNS:l,usedParams:this.getUsedParamsDetails(r)}:s}const u=this.resolve(t,r);let p=u==null?void 0:u.res;const m=(u==null?void 0:u.usedKey)||s,g=(u==null?void 0:u.exactUsedKey)||s,h=["[object Number]","[object Function]","[object RegExp]"],x=r.joinArrays!==void 0?r.joinArrays:this.options.joinArrays,E=!this.i18nFormat||this.i18nFormat.handleAsObject,U=r.count!==void 0&&!oe(r.count),F=Cn.hasDefaultValue(r),N=U?this.pluralResolver.getSuffix(c,r.count,r):"",J=r.ordinal&&U?this.pluralResolver.getSuffix(c,r.count,{ordinal:!1}):"",K=U&&!r.ordinal&&r.count===0,j=K&&r[`defaultValue${this.options.pluralSeparator}zero`]||r[`defaultValue${N}`]||r[`defaultValue${J}`]||r.defaultValue;let L=p;E&&!p&&F&&(L=j);const k=pi(L),y=Object.prototype.toString.apply(L);if(E&&L&&k&&h.indexOf(y)<0&&!(oe(x)&&Array.isArray(L))){if(!r.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const M=this.options.returnedObjectHandler?this.options.returnedObjectHandler(m,L,{...r,ns:i}):`key '${s} (${this.language})' returned an object instead of string.`;return n?(u.res=M,u.usedParams=this.getUsedParamsDetails(r),u):M}if(o){const M=Array.isArray(L),B=M?[]:{},G=M?g:m;for(const D in L)if(Object.prototype.hasOwnProperty.call(L,D)){const re=`${G}${o}${D}`;F&&!p?B[D]=this.translate(re,{...r,defaultValue:pi(j)?j[D]:void 0,joinArrays:!1,ns:i}):B[D]=this.translate(re,{...r,joinArrays:!1,ns:i}),B[D]===re&&(B[D]=L[D])}p=B}}else if(E&&oe(x)&&Array.isArray(p))p=p.join(x),p&&(p=this.extendTranslation(p,t,r,a));else{let M=!1,B=!1;!this.isValidLookup(p)&&F&&(M=!0,p=j),this.isValidLookup(p)||(B=!0,p=s);const D=(r.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&B?void 0:p,re=F&&j!==p&&this.options.updateMissing;if(B||M||re){if(this.logger.log(re?"updateKey":"missingKey",c,l,s,re?j:p),o){const ce=this.resolve(s,{...r,keySeparator:!1});ce&&ce.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let Z=[];const xe=this.languageUtils.getFallbackCodes(this.options.fallbackLng,r.lng||this.language);if(this.options.saveMissingTo==="fallback"&&xe&&xe[0])for(let ce=0;ce<xe.length;ce++)Z.push(xe[ce]);else this.options.saveMissingTo==="all"?Z=this.languageUtils.toResolveHierarchy(r.lng||this.language):Z.push(r.lng||this.language);const X=(ce,fe,le)=>{var _t;const He=F&&le!==p?le:D;this.options.missingKeyHandler?this.options.missingKeyHandler(ce,l,fe,He,re,r):(_t=this.backendConnector)!=null&&_t.saveMissing&&this.backendConnector.saveMissing(ce,l,fe,He,re,r),this.emit("missingKey",ce,l,fe,p)};this.options.saveMissing&&(this.options.saveMissingPlurals&&U?Z.forEach(ce=>{const fe=this.pluralResolver.getSuffixes(ce,r);K&&r[`defaultValue${this.options.pluralSeparator}zero`]&&fe.indexOf(`${this.options.pluralSeparator}zero`)<0&&fe.push(`${this.options.pluralSeparator}zero`),fe.forEach(le=>{X([ce],s+le,r[`defaultValue${le}`]||j)})}):X(Z,s,j))}p=this.extendTranslation(p,t,r,u,a),B&&p===s&&this.options.appendNamespaceToMissingKey&&(p=`${l}:${s}`),(B||M)&&this.options.parseMissingKeyHandler&&(p=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${l}:${s}`:s,M?p:void 0))}return n?(u.res=p,u.usedParams=this.getUsedParamsDetails(r),u):p}extendTranslation(t,r,a,n,o){var c,d;var s=this;if((c=this.i18nFormat)!=null&&c.parse)t=this.i18nFormat.parse(t,{...this.options.interpolation.defaultVariables,...a},a.lng||this.language||n.usedLng,n.usedNS,n.usedKey,{resolved:n});else if(!a.skipInterpolation){a.interpolation&&this.interpolator.init({...a,interpolation:{...this.options.interpolation,...a.interpolation}});const u=oe(t)&&(((d=a==null?void 0:a.interpolation)==null?void 0:d.skipOnVariables)!==void 0?a.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let p;if(u){const g=t.match(this.interpolator.nestingRegexp);p=g&&g.length}let m=a.replace&&!oe(a.replace)?a.replace:a;if(this.options.interpolation.defaultVariables&&(m={...this.options.interpolation.defaultVariables,...m}),t=this.interpolator.interpolate(t,m,a.lng||this.language||n.usedLng,a),u){const g=t.match(this.interpolator.nestingRegexp),h=g&&g.length;p<h&&(a.nest=!1)}!a.lng&&n&&n.res&&(a.lng=this.language||n.usedLng),a.nest!==!1&&(t=this.interpolator.nest(t,function(){for(var g=arguments.length,h=new Array(g),x=0;x<g;x++)h[x]=arguments[x];return(o==null?void 0:o[0])===h[0]&&!a.context?(s.logger.warn(`It seems you are nesting recursively key: ${h[0]} in key: ${r[0]}`),null):s.translate(...h,r)},a)),a.interpolation&&this.interpolator.reset()}const i=a.postProcess||this.options.postProcess,l=oe(i)?[i]:i;return t!=null&&(l!=null&&l.length)&&a.applyPostProcessor!==!1&&(t=ic.handle(l,t,r,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...n,usedParams:this.getUsedParamsDetails(a)},...a}:a,this)),t}resolve(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a,n,o,s,i;return oe(t)&&(t=[t]),t.forEach(l=>{if(this.isValidLookup(a))return;const c=this.extractFromKey(l,r),d=c.key;n=d;let u=c.namespaces;this.options.fallbackNS&&(u=u.concat(this.options.fallbackNS));const p=r.count!==void 0&&!oe(r.count),m=p&&!r.ordinal&&r.count===0,g=r.context!==void 0&&(oe(r.context)||typeof r.context=="number")&&r.context!=="",h=r.lngs?r.lngs:this.languageUtils.toResolveHierarchy(r.lng||this.language,r.fallbackLng);u.forEach(x=>{var E,U;this.isValidLookup(a)||(i=x,!ui[`${h[0]}-${x}`]&&((E=this.utils)!=null&&E.hasLoadedNamespace)&&!((U=this.utils)!=null&&U.hasLoadedNamespace(i))&&(ui[`${h[0]}-${x}`]=!0,this.logger.warn(`key "${n}" for languages "${h.join(", ")}" won't get resolved as namespace "${i}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),h.forEach(F=>{var K;if(this.isValidLookup(a))return;s=F;const N=[d];if((K=this.i18nFormat)!=null&&K.addLookupKeys)this.i18nFormat.addLookupKeys(N,d,F,x,r);else{let j;p&&(j=this.pluralResolver.getSuffix(F,r.count,r));const L=`${this.options.pluralSeparator}zero`,k=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(p&&(N.push(d+j),r.ordinal&&j.indexOf(k)===0&&N.push(d+j.replace(k,this.options.pluralSeparator)),m&&N.push(d+L)),g){const y=`${d}${this.options.contextSeparator}${r.context}`;N.push(y),p&&(N.push(y+j),r.ordinal&&j.indexOf(k)===0&&N.push(y+j.replace(k,this.options.pluralSeparator)),m&&N.push(y+L))}}let J;for(;J=N.pop();)this.isValidLookup(a)||(o=J,a=this.getResource(F,x,J,r))}))})}),{res:a,usedKey:n,exactUsedKey:o,usedLng:s,usedNS:i}}isValidLookup(t){return t!==void 0&&!(!this.options.returnNull&&t===null)&&!(!this.options.returnEmptyString&&t==="")}getResource(t,r,a){var o;let n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return(o=this.i18nFormat)!=null&&o.getResource?this.i18nFormat.getResource(t,r,a,n):this.resourceStore.getResource(t,r,a,n)}getUsedParamsDetails(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const r=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],a=t.replace&&!oe(t.replace);let n=a?t.replace:t;if(a&&typeof t.count<"u"&&(n.count=t.count),this.options.interpolation.defaultVariables&&(n={...this.options.interpolation.defaultVariables,...n}),!a){n={...n};for(const o of r)delete n[o]}return n}static hasDefaultValue(t){const r="defaultValue";for(const a in t)if(Object.prototype.hasOwnProperty.call(t,a)&&r===a.substring(0,r.length)&&t[a]!==void 0)return!0;return!1}}class hi{constructor(t){this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=Ct.create("languageUtils")}getScriptPartFromCode(t){if(t=On(t),!t||t.indexOf("-")<0)return null;const r=t.split("-");return r.length===2||(r.pop(),r[r.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(r.join("-"))}getLanguagePartFromCode(t){if(t=On(t),!t||t.indexOf("-")<0)return t;const r=t.split("-");return this.formatLanguageCode(r[0])}formatLanguageCode(t){if(oe(t)&&t.indexOf("-")>-1){let r;try{r=Intl.getCanonicalLocales(t)[0]}catch{}return r&&this.options.lowerCaseLng&&(r=r.toLowerCase()),r||(this.options.lowerCaseLng?t.toLowerCase():t)}return this.options.cleanCode||this.options.lowerCaseLng?t.toLowerCase():t}isSupportedCode(t){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(t=this.getLanguagePartFromCode(t)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(t)>-1}getBestMatchFromCodes(t){if(!t)return null;let r;return t.forEach(a=>{if(r)return;const n=this.formatLanguageCode(a);(!this.options.supportedLngs||this.isSupportedCode(n))&&(r=n)}),!r&&this.options.supportedLngs&&t.forEach(a=>{if(r)return;const n=this.getLanguagePartFromCode(a);if(this.isSupportedCode(n))return r=n;r=this.options.supportedLngs.find(o=>{if(o===n)return o;if(!(o.indexOf("-")<0&&n.indexOf("-")<0)&&(o.indexOf("-")>0&&n.indexOf("-")<0&&o.substring(0,o.indexOf("-"))===n||o.indexOf(n)===0&&n.length>1))return o})}),r||(r=this.getFallbackCodes(this.options.fallbackLng)[0]),r}getFallbackCodes(t,r){if(!t)return[];if(typeof t=="function"&&(t=t(r)),oe(t)&&(t=[t]),Array.isArray(t))return t;if(!r)return t.default||[];let a=t[r];return a||(a=t[this.getScriptPartFromCode(r)]),a||(a=t[this.formatLanguageCode(r)]),a||(a=t[this.getLanguagePartFromCode(r)]),a||(a=t.default),a||[]}toResolveHierarchy(t,r){const a=this.getFallbackCodes(r||this.options.fallbackLng||[],t),n=[],o=s=>{s&&(this.isSupportedCode(s)?n.push(s):this.logger.warn(`rejecting language code not found in supportedLngs: ${s}`))};return oe(t)&&(t.indexOf("-")>-1||t.indexOf("_")>-1)?(this.options.load!=="languageOnly"&&o(this.formatLanguageCode(t)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&o(this.getScriptPartFromCode(t)),this.options.load!=="currentOnly"&&o(this.getLanguagePartFromCode(t))):oe(t)&&o(this.formatLanguageCode(t)),a.forEach(s=>{n.indexOf(s)<0&&o(this.formatLanguageCode(s))}),n}}const mi={zero:0,one:1,two:2,few:3,many:4,other:5},fi={select:e=>e===1?"one":"other",resolvedOptions:()=>({pluralCategories:["one","other"]})};class am{constructor(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.languageUtils=t,this.options=r,this.logger=Ct.create("pluralResolver"),this.pluralRulesCache={}}addRule(t,r){this.rules[t]=r}clearCache(){this.pluralRulesCache={}}getRule(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const a=On(t==="dev"?"en":t),n=r.ordinal?"ordinal":"cardinal",o=JSON.stringify({cleanedCode:a,type:n});if(o in this.pluralRulesCache)return this.pluralRulesCache[o];let s;try{s=new Intl.PluralRules(a,{type:n})}catch{if(!Intl)return this.logger.error("No Intl support, please use an Intl polyfill!"),fi;if(!t.match(/-|_/))return fi;const l=this.languageUtils.getLanguagePartFromCode(t);s=this.getRule(l,r)}return this.pluralRulesCache[o]=s,s}needsPlural(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=this.getRule(t,r);return a||(a=this.getRule("dev",r)),(a==null?void 0:a.resolvedOptions().pluralCategories.length)>1}getPluralFormsOfKey(t,r){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(t,a).map(n=>`${r}${n}`)}getSuffixes(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=this.getRule(t,r);return a||(a=this.getRule("dev",r)),a?a.resolvedOptions().pluralCategories.sort((n,o)=>mi[n]-mi[o]).map(n=>`${this.options.prepend}${r.ordinal?`ordinal${this.options.prepend}`:""}${n}`):[]}getSuffix(t,r){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const n=this.getRule(t,a);return n?`${this.options.prepend}${a.ordinal?`ordinal${this.options.prepend}`:""}${n.select(r)}`:(this.logger.warn(`no plural rule found for: ${t}`),this.getSuffix("dev",r,a))}}const gi=function(e,t,r){let a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:".",n=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,o=Kh(e,t,r);return!o&&n&&oe(r)&&(o=No(e,r,a),o===void 0&&(o=No(t,r,a))),o},So=e=>e.replace(/\$/g,"$$$$");class nm{constructor(){var r;let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=Ct.create("interpolator"),this.options=t,this.format=((r=t==null?void 0:t.interpolation)==null?void 0:r.format)||(a=>a),this.init(t)}init(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};t.interpolation||(t.interpolation={escapeValue:!0});const{escape:r,escapeValue:a,useRawValueToEscape:n,prefix:o,prefixEscaped:s,suffix:i,suffixEscaped:l,formatSeparator:c,unescapeSuffix:d,unescapePrefix:u,nestingPrefix:p,nestingPrefixEscaped:m,nestingSuffix:g,nestingSuffixEscaped:h,nestingOptionsSeparator:x,maxReplaces:E,alwaysFormat:U}=t.interpolation;this.escape=r!==void 0?r:Yh,this.escapeValue=a!==void 0?a:!0,this.useRawValueToEscape=n!==void 0?n:!1,this.prefix=o?Er(o):s||"{{",this.suffix=i?Er(i):l||"}}",this.formatSeparator=c||",",this.unescapePrefix=d?"":u||"-",this.unescapeSuffix=this.unescapePrefix?"":d||"",this.nestingPrefix=p?Er(p):m||Er("$t("),this.nestingSuffix=g?Er(g):h||Er(")"),this.nestingOptionsSeparator=x||",",this.maxReplaces=E||1e3,this.alwaysFormat=U!==void 0?U:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const t=(r,a)=>(r==null?void 0:r.source)===a?(r.lastIndex=0,r):new RegExp(a,"g");this.regexp=t(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=t(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=t(this.nestingRegexp,`${this.nestingPrefix}(.+?)${this.nestingSuffix}`)}interpolate(t,r,a,n){var m;let o,s,i;const l=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},c=g=>{if(g.indexOf(this.formatSeparator)<0){const U=gi(r,l,g,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(U,void 0,a,{...n,...r,interpolationkey:g}):U}const h=g.split(this.formatSeparator),x=h.shift().trim(),E=h.join(this.formatSeparator).trim();return this.format(gi(r,l,x,this.options.keySeparator,this.options.ignoreJSONStructure),E,a,{...n,...r,interpolationkey:x})};this.resetRegExp();const d=(n==null?void 0:n.missingInterpolationHandler)||this.options.missingInterpolationHandler,u=((m=n==null?void 0:n.interpolation)==null?void 0:m.skipOnVariables)!==void 0?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:g=>So(g)},{regex:this.regexp,safeValue:g=>this.escapeValue?So(this.escape(g)):So(g)}].forEach(g=>{for(i=0;o=g.regex.exec(t);){const h=o[1].trim();if(s=c(h),s===void 0)if(typeof d=="function"){const E=d(t,o,n);s=oe(E)?E:""}else if(n&&Object.prototype.hasOwnProperty.call(n,h))s="";else if(u){s=o[0];continue}else this.logger.warn(`missed to pass in variable ${h} for interpolating ${t}`),s="";else!oe(s)&&!this.useRawValueToEscape&&(s=si(s));const x=g.safeValue(s);if(t=t.replace(o[0],x),u?(g.regex.lastIndex+=s.length,g.regex.lastIndex-=o[0].length):g.regex.lastIndex=0,i++,i>=this.maxReplaces)break}}),t}nest(t,r){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n,o,s;const i=(l,c)=>{const d=this.nestingOptionsSeparator;if(l.indexOf(d)<0)return l;const u=l.split(new RegExp(`${d}[ ]*{`));let p=`{${u[1]}`;l=u[0],p=this.interpolate(p,s);const m=p.match(/'/g),g=p.match(/"/g);(((m==null?void 0:m.length)??0)%2===0&&!g||g.length%2!==0)&&(p=p.replace(/'/g,'"'));try{s=JSON.parse(p),c&&(s={...c,...s})}catch(h){return this.logger.warn(`failed parsing options string in nesting for key ${l}`,h),`${l}${d}${p}`}return s.defaultValue&&s.defaultValue.indexOf(this.prefix)>-1&&delete s.defaultValue,l};for(;n=this.nestingRegexp.exec(t);){let l=[];s={...a},s=s.replace&&!oe(s.replace)?s.replace:s,s.applyPostProcessor=!1,delete s.defaultValue;let c=!1;if(n[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(n[1])){const d=n[1].split(this.formatSeparator).map(u=>u.trim());n[1]=d.shift(),l=d,c=!0}if(o=r(i.call(this,n[1].trim(),s),s),o&&n[0]===t&&!oe(o))return o;oe(o)||(o=si(o)),o||(this.logger.warn(`missed to resolve ${n[1]} for nesting ${t}`),o=""),c&&(o=l.reduce((d,u)=>this.format(d,u,a.lng,{...a,interpolationkey:n[1].trim()}),o.trim())),t=t.replace(n[0],o),this.regexp.lastIndex=0}return t}}const om=e=>{let t=e.toLowerCase().trim();const r={};if(e.indexOf("(")>-1){const a=e.split("(");t=a[0].toLowerCase().trim();const n=a[1].substring(0,a[1].length-1);t==="currency"&&n.indexOf(":")<0?r.currency||(r.currency=n.trim()):t==="relativetime"&&n.indexOf(":")<0?r.range||(r.range=n.trim()):n.split(";").forEach(s=>{if(s){const[i,...l]=s.split(":"),c=l.join(":").trim().replace(/^'+|'+$/g,""),d=i.trim();r[d]||(r[d]=c),c==="false"&&(r[d]=!1),c==="true"&&(r[d]=!0),isNaN(c)||(r[d]=parseInt(c,10))}})}return{formatName:t,formatOptions:r}},Ir=e=>{const t={};return(r,a,n)=>{let o=n;n&&n.interpolationkey&&n.formatParams&&n.formatParams[n.interpolationkey]&&n[n.interpolationkey]&&(o={...o,[n.interpolationkey]:void 0});const s=a+JSON.stringify(o);let i=t[s];return i||(i=e(On(a),n),t[s]=i),i(r)}};class sm{constructor(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=Ct.create("formatter"),this.options=t,this.formats={number:Ir((r,a)=>{const n=new Intl.NumberFormat(r,{...a});return o=>n.format(o)}),currency:Ir((r,a)=>{const n=new Intl.NumberFormat(r,{...a,style:"currency"});return o=>n.format(o)}),datetime:Ir((r,a)=>{const n=new Intl.DateTimeFormat(r,{...a});return o=>n.format(o)}),relativetime:Ir((r,a)=>{const n=new Intl.RelativeTimeFormat(r,{...a});return o=>n.format(o,a.range||"day")}),list:Ir((r,a)=>{const n=new Intl.ListFormat(r,{...a});return o=>n.format(o)})},this.init(t)}init(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};this.formatSeparator=r.interpolation.formatSeparator||","}add(t,r){this.formats[t.toLowerCase().trim()]=r}addCached(t,r){this.formats[t.toLowerCase().trim()]=Ir(r)}format(t,r,a){let n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const o=r.split(this.formatSeparator);if(o.length>1&&o[0].indexOf("(")>1&&o[0].indexOf(")")<0&&o.find(i=>i.indexOf(")")>-1)){const i=o.findIndex(l=>l.indexOf(")")>-1);o[0]=[o[0],...o.splice(1,i)].join(this.formatSeparator)}return o.reduce((i,l)=>{var u;const{formatName:c,formatOptions:d}=om(l);if(this.formats[c]){let p=i;try{const m=((u=n==null?void 0:n.formatParams)==null?void 0:u[n.interpolationkey])||{},g=m.locale||m.lng||n.locale||n.lng||a;p=this.formats[c](i,g,{...d,...n,...m})}catch(m){this.logger.warn(m)}return p}else this.logger.warn(`there was no format function for ${c}`);return i},t)}}const im=(e,t)=>{e.pending[t]!==void 0&&(delete e.pending[t],e.pendingCount--)};class lm extends Gn{constructor(t,r,a){var o,s;let n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};super(),this.backend=t,this.store=r,this.services=a,this.languageUtils=a.languageUtils,this.options=n,this.logger=Ct.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=n.maxParallelReads||10,this.readingCalls=0,this.maxRetries=n.maxRetries>=0?n.maxRetries:5,this.retryTimeout=n.retryTimeout>=1?n.retryTimeout:350,this.state={},this.queue=[],(s=(o=this.backend)==null?void 0:o.init)==null||s.call(o,a,n.backend,n)}queueLoad(t,r,a,n){const o={},s={},i={},l={};return t.forEach(c=>{let d=!0;r.forEach(u=>{const p=`${c}|${u}`;!a.reload&&this.store.hasResourceBundle(c,u)?this.state[p]=2:this.state[p]<0||(this.state[p]===1?s[p]===void 0&&(s[p]=!0):(this.state[p]=1,d=!1,s[p]===void 0&&(s[p]=!0),o[p]===void 0&&(o[p]=!0),l[u]===void 0&&(l[u]=!0)))}),d||(i[c]=!0)}),(Object.keys(o).length||Object.keys(s).length)&&this.queue.push({pending:s,pendingCount:Object.keys(s).length,loaded:{},errors:[],callback:n}),{toLoad:Object.keys(o),pending:Object.keys(s),toLoadLanguages:Object.keys(i),toLoadNamespaces:Object.keys(l)}}loaded(t,r,a){const n=t.split("|"),o=n[0],s=n[1];r&&this.emit("failedLoading",o,s,r),!r&&a&&this.store.addResourceBundle(o,s,a,void 0,void 0,{skipCopy:!0}),this.state[t]=r?-1:2,r&&a&&(this.state[t]=0);const i={};this.queue.forEach(l=>{Wh(l.loaded,[o],s),im(l,t),r&&l.errors.push(r),l.pendingCount===0&&!l.done&&(Object.keys(l.loaded).forEach(c=>{i[c]||(i[c]={});const d=l.loaded[c];d.length&&d.forEach(u=>{i[c][u]===void 0&&(i[c][u]=!0)})}),l.done=!0,l.errors.length?l.callback(l.errors):l.callback())}),this.emit("loaded",i),this.queue=this.queue.filter(l=>!l.done)}read(t,r,a){let n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,o=arguments.length>4&&arguments[4]!==void 0?arguments[4]:this.retryTimeout,s=arguments.length>5?arguments[5]:void 0;if(!t.length)return s(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:t,ns:r,fcName:a,tried:n,wait:o,callback:s});return}this.readingCalls++;const i=(c,d)=>{if(this.readingCalls--,this.waitingReads.length>0){const u=this.waitingReads.shift();this.read(u.lng,u.ns,u.fcName,u.tried,u.wait,u.callback)}if(c&&d&&n<this.maxRetries){setTimeout(()=>{this.read.call(this,t,r,a,n+1,o*2,s)},o);return}s(c,d)},l=this.backend[a].bind(this.backend);if(l.length===2){try{const c=l(t,r);c&&typeof c.then=="function"?c.then(d=>i(null,d)).catch(i):i(null,c)}catch(c){i(c)}return}return l(t,r,i)}prepareLoading(t,r){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),n&&n();oe(t)&&(t=this.languageUtils.toResolveHierarchy(t)),oe(r)&&(r=[r]);const o=this.queueLoad(t,r,a,n);if(!o.toLoad.length)return o.pending.length||n(),null;o.toLoad.forEach(s=>{this.loadOne(s)})}load(t,r,a){this.prepareLoading(t,r,{},a)}reload(t,r,a){this.prepareLoading(t,r,{reload:!0},a)}loadOne(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const a=t.split("|"),n=a[0],o=a[1];this.read(n,o,"read",void 0,void 0,(s,i)=>{s&&this.logger.warn(`${r}loading namespace ${o} for language ${n} failed`,s),!s&&i&&this.logger.log(`${r}loaded namespace ${o} for language ${n}`,i),this.loaded(t,s,i)})}saveMissing(t,r,a,n,o){var l,c,d,u,p;let s=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},i=arguments.length>6&&arguments[6]!==void 0?arguments[6]:()=>{};if((c=(l=this.services)==null?void 0:l.utils)!=null&&c.hasLoadedNamespace&&!((u=(d=this.services)==null?void 0:d.utils)!=null&&u.hasLoadedNamespace(r))){this.logger.warn(`did not save key "${a}" as the namespace "${r}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}if(!(a==null||a==="")){if((p=this.backend)!=null&&p.create){const m={...s,isUpdate:o},g=this.backend.create.bind(this.backend);if(g.length<6)try{let h;g.length===5?h=g(t,r,a,n,m):h=g(t,r,a,n),h&&typeof h.then=="function"?h.then(x=>i(null,x)).catch(i):i(null,h)}catch(h){i(h)}else g(t,r,a,n,i,m)}!t||!t[0]||this.store.addResource(t[0],r,a,n)}}}const yi=()=>({debug:!1,initAsync:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:e=>{let t={};if(typeof e[1]=="object"&&(t=e[1]),oe(e[1])&&(t.defaultValue=e[1]),oe(e[2])&&(t.tDescription=e[2]),typeof e[2]=="object"||typeof e[3]=="object"){const r=e[3]||e[2];Object.keys(r).forEach(a=>{t[a]=r[a]})}return t},interpolation:{escapeValue:!0,format:e=>e,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),bi=e=>{var t,r;return oe(e.ns)&&(e.ns=[e.ns]),oe(e.fallbackLng)&&(e.fallbackLng=[e.fallbackLng]),oe(e.fallbackNS)&&(e.fallbackNS=[e.fallbackNS]),((r=(t=e.supportedLngs)==null?void 0:t.indexOf)==null?void 0:r.call(t,"cimode"))<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),typeof e.initImmediate=="boolean"&&(e.initAsync=e.initImmediate),e},Wa=()=>{},cm=e=>{Object.getOwnPropertyNames(Object.getPrototypeOf(e)).forEach(r=>{typeof e[r]=="function"&&(e[r]=e[r].bind(e))})};class Ea extends Gn{constructor(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;if(super(),this.options=bi(t),this.services={},this.logger=Ct,this.modules={external:[]},cm(this),r&&!this.isInitialized&&!t.isClone){if(!this.options.initAsync)return this.init(t,r),this;setTimeout(()=>{this.init(t,r)},0)}}init(){var t=this;let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,typeof r=="function"&&(a=r,r={}),r.defaultNS==null&&r.ns&&(oe(r.ns)?r.defaultNS=r.ns:r.ns.indexOf("translation")<0&&(r.defaultNS=r.ns[0]));const n=yi();this.options={...n,...this.options,...bi(r)},this.options.interpolation={...n.interpolation,...this.options.interpolation},r.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=r.keySeparator),r.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=r.nsSeparator);const o=d=>d?typeof d=="function"?new d:d:null;if(!this.options.isClone){this.modules.logger?Ct.init(o(this.modules.logger),this.options):Ct.init(null,this.options);let d;this.modules.formatter?d=this.modules.formatter:d=sm;const u=new hi(this.options);this.store=new di(this.options.resources,this.options);const p=this.services;p.logger=Ct,p.resourceStore=this.store,p.languageUtils=u,p.pluralResolver=new am(u,{prepend:this.options.pluralSeparator,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),d&&(!this.options.interpolation.format||this.options.interpolation.format===n.interpolation.format)&&(p.formatter=o(d),p.formatter.init(p,this.options),this.options.interpolation.format=p.formatter.format.bind(p.formatter)),p.interpolator=new nm(this.options),p.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},p.backendConnector=new lm(o(this.modules.backend),p.resourceStore,p,this.options),p.backendConnector.on("*",function(m){for(var g=arguments.length,h=new Array(g>1?g-1:0),x=1;x<g;x++)h[x-1]=arguments[x];t.emit(m,...h)}),this.modules.languageDetector&&(p.languageDetector=o(this.modules.languageDetector),p.languageDetector.init&&p.languageDetector.init(p,this.options.detection,this.options)),this.modules.i18nFormat&&(p.i18nFormat=o(this.modules.i18nFormat),p.i18nFormat.init&&p.i18nFormat.init(this)),this.translator=new Cn(this.services,this.options),this.translator.on("*",function(m){for(var g=arguments.length,h=new Array(g>1?g-1:0),x=1;x<g;x++)h[x-1]=arguments[x];t.emit(m,...h)}),this.modules.external.forEach(m=>{m.init&&m.init(this)})}if(this.format=this.options.interpolation.format,a||(a=Wa),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const d=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);d.length>0&&d[0]!=="dev"&&(this.options.lng=d[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(d=>{this[d]=function(){return t.store[d](...arguments)}}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(d=>{this[d]=function(){return t.store[d](...arguments),t}});const l=pa(),c=()=>{const d=(u,p)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),l.resolve(p),a(u,p)};if(this.languages&&!this.isInitialized)return d(null,this.t.bind(this));this.changeLanguage(this.options.lng,d)};return this.options.resources||!this.options.initAsync?c():setTimeout(c,0),l}loadResources(t){var o,s;let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Wa;const n=oe(t)?t:this.language;if(typeof t=="function"&&(a=t),!this.options.resources||this.options.partialBundledLanguages){if((n==null?void 0:n.toLowerCase())==="cimode"&&(!this.options.preload||this.options.preload.length===0))return a();const i=[],l=c=>{if(!c||c==="cimode")return;this.services.languageUtils.toResolveHierarchy(c).forEach(u=>{u!=="cimode"&&i.indexOf(u)<0&&i.push(u)})};n?l(n):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(d=>l(d)),(s=(o=this.options.preload)==null?void 0:o.forEach)==null||s.call(o,c=>l(c)),this.services.backendConnector.load(i,this.options.ns,c=>{!c&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),a(c)})}else a(null)}reloadResources(t,r,a){const n=pa();return typeof t=="function"&&(a=t,t=void 0),typeof r=="function"&&(a=r,r=void 0),t||(t=this.languages),r||(r=this.options.ns),a||(a=Wa),this.services.backendConnector.reload(t,r,o=>{n.resolve(),a(o)}),n}use(t){if(!t)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!t.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return t.type==="backend"&&(this.modules.backend=t),(t.type==="logger"||t.log&&t.warn&&t.error)&&(this.modules.logger=t),t.type==="languageDetector"&&(this.modules.languageDetector=t),t.type==="i18nFormat"&&(this.modules.i18nFormat=t),t.type==="postProcessor"&&ic.addPostProcessor(t),t.type==="formatter"&&(this.modules.formatter=t),t.type==="3rdParty"&&this.modules.external.push(t),this}setResolvedLanguage(t){if(!(!t||!this.languages)&&!(["cimode","dev"].indexOf(t)>-1))for(let r=0;r<this.languages.length;r++){const a=this.languages[r];if(!(["cimode","dev"].indexOf(a)>-1)&&this.store.hasLanguageSomeTranslations(a)){this.resolvedLanguage=a;break}}}changeLanguage(t,r){var a=this;this.isLanguageChangingTo=t;const n=pa();this.emit("languageChanging",t);const o=l=>{this.language=l,this.languages=this.services.languageUtils.toResolveHierarchy(l),this.resolvedLanguage=void 0,this.setResolvedLanguage(l)},s=(l,c)=>{c?(o(c),this.translator.changeLanguage(c),this.isLanguageChangingTo=void 0,this.emit("languageChanged",c),this.logger.log("languageChanged",c)):this.isLanguageChangingTo=void 0,n.resolve(function(){return a.t(...arguments)}),r&&r(l,function(){return a.t(...arguments)})},i=l=>{var d,u;!t&&!l&&this.services.languageDetector&&(l=[]);const c=oe(l)?l:this.services.languageUtils.getBestMatchFromCodes(l);c&&(this.language||o(c),this.translator.language||this.translator.changeLanguage(c),(u=(d=this.services.languageDetector)==null?void 0:d.cacheUserLanguage)==null||u.call(d,c)),this.loadResources(c,p=>{s(p,c)})};return!t&&this.services.languageDetector&&!this.services.languageDetector.async?i(this.services.languageDetector.detect()):!t&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(i):this.services.languageDetector.detect(i):i(t),n}getFixedT(t,r,a){var n=this;const o=function(s,i){let l;if(typeof i!="object"){for(var c=arguments.length,d=new Array(c>2?c-2:0),u=2;u<c;u++)d[u-2]=arguments[u];l=n.options.overloadTranslationOptionHandler([s,i].concat(d))}else l={...i};l.lng=l.lng||o.lng,l.lngs=l.lngs||o.lngs,l.ns=l.ns||o.ns,l.keyPrefix!==""&&(l.keyPrefix=l.keyPrefix||a||o.keyPrefix);const p=n.options.keySeparator||".";let m;return l.keyPrefix&&Array.isArray(s)?m=s.map(g=>`${l.keyPrefix}${p}${g}`):m=l.keyPrefix?`${l.keyPrefix}${p}${s}`:s,n.t(m,l)};return oe(t)?o.lng=t:o.lngs=t,o.ns=r,o.keyPrefix=a,o}t(){var n;for(var t=arguments.length,r=new Array(t),a=0;a<t;a++)r[a]=arguments[a];return(n=this.translator)==null?void 0:n.translate(...r)}exists(){var n;for(var t=arguments.length,r=new Array(t),a=0;a<t;a++)r[a]=arguments[a];return(n=this.translator)==null?void 0:n.exists(...r)}setDefaultNamespace(t){this.options.defaultNS=t}hasLoadedNamespace(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;const a=r.lng||this.resolvedLanguage||this.languages[0],n=this.options?this.options.fallbackLng:!1,o=this.languages[this.languages.length-1];if(a.toLowerCase()==="cimode")return!0;const s=(i,l)=>{const c=this.services.backendConnector.state[`${i}|${l}`];return c===-1||c===0||c===2};if(r.precheck){const i=r.precheck(this,s);if(i!==void 0)return i}return!!(this.hasResourceBundle(a,t)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||s(a,t)&&(!n||s(o,t)))}loadNamespaces(t,r){const a=pa();return this.options.ns?(oe(t)&&(t=[t]),t.forEach(n=>{this.options.ns.indexOf(n)<0&&this.options.ns.push(n)}),this.loadResources(n=>{a.resolve(),r&&r(n)}),a):(r&&r(),Promise.resolve())}loadLanguages(t,r){const a=pa();oe(t)&&(t=[t]);const n=this.options.preload||[],o=t.filter(s=>n.indexOf(s)<0&&this.services.languageUtils.isSupportedCode(s));return o.length?(this.options.preload=n.concat(o),this.loadResources(s=>{a.resolve(),r&&r(s)}),a):(r&&r(),Promise.resolve())}dir(t){var n,o;if(t||(t=this.resolvedLanguage||(((n=this.languages)==null?void 0:n.length)>0?this.languages[0]:this.language)),!t)return"rtl";const r=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"],a=((o=this.services)==null?void 0:o.languageUtils)||new hi(yi());return r.indexOf(a.getLanguagePartFromCode(t))>-1||t.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;return new Ea(t,r)}cloneInstance(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Wa;const a=t.forkResourceStore;a&&delete t.forkResourceStore;const n={...this.options,...t,isClone:!0},o=new Ea(n);if((t.debug!==void 0||t.prefix!==void 0)&&(o.logger=o.logger.clone(t)),["store","services","language"].forEach(i=>{o[i]=this[i]}),o.services={...this.services},o.services.utils={hasLoadedNamespace:o.hasLoadedNamespace.bind(o)},a){const i=Object.keys(this.store.data).reduce((l,c)=>(l[c]={...this.store.data[c]},Object.keys(l[c]).reduce((d,u)=>(d[u]={...l[c][u]},d),{})),{});o.store=new di(i,n),o.services.resourceStore=o.store}return o.translator=new Cn(o.services,n),o.translator.on("*",function(i){for(var l=arguments.length,c=new Array(l>1?l-1:0),d=1;d<l;d++)c[d-1]=arguments[d];o.emit(i,...c)}),o.init(n,r),o.translator.options=n,o.translator.backendConnector.services.utils={hasLoadedNamespace:o.hasLoadedNamespace.bind(o)},o}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const Je=Ea.createInstance();Je.createInstance=Ea.createInstance;Je.createInstance;Je.dir;Je.init;Je.loadResources;Je.reloadResources;Je.use;Je.changeLanguage;Je.getFixedT;Je.t;Je.exists;Je.setDefaultNamespace;Je.hasLoadedNamespace;Je.loadNamespaces;Je.loadLanguages;const dm={"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.
|
|
88
|
-
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"},um={"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"},ys=Je.createInstance();ys.use(Qd).init({supportedLngs:["en","de"],resources:{en:{translations:um},de:{translations:dm}},ns:["translations"],defaultNS:"translations",detection:{order:["navigator","htmlTag"]}});function mr(e){return r=>b.jsx(pm,{children:b.jsx(e,{...r})})}const pm=({children:e})=>b.jsx(Me.I18nextProvider,{i18n:ys,children:e}),hm=({title:e,titleId:t,...r},a)=>H.createElement("svg",{width:21,height:21,viewBox:"0 0 21 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.createElement("g",{id:"JogMinus"},H.createElement("path",{id:"Minus",d:"M0 13V8H21V13H0Z",fill:"white"}))),mm=ae.forwardRef(hm),fm=({title:e,titleId:t,...r},a)=>H.createElement("svg",{width:21,height:21,viewBox:"0 0 21 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.createElement("g",{id:"JogPlus"},H.createElement("g",{id:"Plus"},H.createElement("path",{d:"M0 13V8H8V13H0Z",fill:"white"}),H.createElement("path",{d:"M8 0L13 2.18557e-07L13 21H8L8 0Z",fill:"white"}),H.createElement("path",{d:"M13 13V8H21V13H13Z",fill:"white"})))),gm=ae.forwardRef(fm);function Jn(e){ae.useEffect(e,[])}function lc(e){Jn(()=>Be.autorun(e))}function cc(e,t,r){Jn(()=>Be.reaction(e,t,r))}function Wr(e){return Jn(()=>{let t;function r(){e(),t=requestAnimationFrame(r)}return t=requestAnimationFrame(r),()=>{cancelAnimationFrame(t)}})}const Do=mr(je.observer(({colors:e,label:t,getDisplayedValue:r,startJogging:a,stopJogging:n,disabled:o,activeJoggingDirection:s,...i})=>{var F,N,J,K,j,L,k;Wr(()=>{const y=r(),M=p.current;M&&(M.textContent=y)});const l=z.useTheme(),[c,d]=ae.useState(null);ae.useEffect(()=>{o&&U()},[o]);const u=s||c,p=ae.useRef(null);e||(e={color:"#fff",backgroundColor:"#000",borderColor:"#000",buttonBackgroundColor:{disabled:"#000",default:"#000",hovered:"#000",pressed:"#000"},labelColor:"#000"});const m=u?(F=e.buttonBackgroundColor)==null?void 0:F.pressed:e.borderColor,g={width:"55px",color:e.color,path:{fill:e.color},alignContent:"center",fontSize:"37px",svg:{pointerEvents:"none"}},h={...g,backgroundColor:(N=e.buttonBackgroundColor)==null?void 0:N.default,":hover":{backgroundColor:(J=e.buttonBackgroundColor)==null?void 0:J.hovered},":active":{backgroundColor:(K=e.buttonBackgroundColor)==null?void 0:K.pressed,color:e.backgroundColor,path:{fill:e.backgroundColor}},":disabled":{backgroundColor:(j=e.buttonBackgroundColor)==null?void 0:j.disabled,"svg path":{fill:l.palette.action.disabled}}},x={...g,backgroundColor:(L=e.buttonBackgroundColor)==null?void 0:L.pressed,color:e.backgroundColor,path:{fill:e.backgroundColor},":disabled":{backgroundColor:(k=e.buttonBackgroundColor)==null?void 0:k.pressed,"svg path":{fill:l.palette.action.disabled}}};function E(y,M){o||y.button===0&&(d(M),a(M))}function U(){d(null),n()}return b.jsxs(zr,{height:"64px",direction:"row",justifyContent:"center",...i,children:[b.jsx(z.IconButton,{disabled:o,disableRipple:!0,onPointerDown:y=>E(y,"-"),onPointerUp:U,onPointerOut:U,size:"large",sx:{...u==="-"?x:h,borderRadius:"16px 0px 0px 16px",borderLeft:`2px solid ${m??"#fff"}`,borderBottom:`2px solid ${m??"#fff"}`,borderTop:`2px solid ${m??"#fff"}`},children:b.jsx(mm,{})}),b.jsxs(zr,{spacing:"6px",sx:{width:"150px",backgroundColor:e.backgroundColor,alignItems:"center",justifyContent:"center",opacity:"0.9",borderBottom:`2px solid ${m??"#fff"}`,borderTop:`2px solid ${m??"#fff"}`},children:[b.jsx(zr,{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}),b.jsx(z.Typography,{height:"22px",sx:{fontSize:"15px",color:o?l.palette.action.disabled:e.color,fontWeight:700},ref:p,children:r()})]}),b.jsx(z.IconButton,{disableRipple:!0,disabled:o,onPointerDown:y=>E(y,"+"),onPointerUp:U,onPointerOut:U,size:"large",sx:{...u==="+"?x:h,borderRadius:"0px 16px 16px 0px",borderRight:`2px solid ${m??"#fff"}`,borderBottom:`2px solid ${m??"#fff"}`,borderTop:`2px solid ${m??"#fff"}`},children:b.jsx(gm,{})})]})})),fr=Xp;function ym(e){return Fa("MuiSvgIcon",e)}Jl("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const bm=e=>{const{color:t,fontSize:r,classes:a}=e,n={root:["root",t!=="inherit"&&`color${We(t)}`,`fontSize${We(r)}`]};return hs(n,ym,a)},Sm=$t("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.color!=="inherit"&&t[`color${We(r.color)}`],t[`fontSize${We(r.fontSize)}`]]}})(fr(({theme:e})=>{var t,r,a,n,o,s,i,l,c,d,u,p,m,g;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:(n=(t=e.transitions)==null?void 0:t.create)==null?void 0:n.call(t,"fill",{duration:(a=(r=(e.vars??e).transitions)==null?void 0:r.duration)==null?void 0:a.shorter}),variants:[{props:h=>!h.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:((d=(c=e.typography)==null?void 0:c.pxToRem)==null?void 0:d.call(c,35))||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,h])=>h&&h.main).map(([h])=>{var x,E;return{props:{color:h},style:{color:(E=(x=(e.vars??e).palette)==null?void 0:x[h])==null?void 0:E.main}}}),{props:{color:"action"},style:{color:(p=(u=(e.vars??e).palette)==null?void 0:u.action)==null?void 0:p.active}},{props:{color:"disabled"},style:{color:(g=(m=(e.vars??e).palette)==null?void 0:m.action)==null?void 0:g.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}})),Pn=H.forwardRef(function(t,r){const a=gs({props:t,name:"MuiSvgIcon"}),{children:n,className:o,color:s="inherit",component:i="svg",fontSize:l="medium",htmlColor:c,inheritViewBox:d=!1,titleAccess:u,viewBox:p="0 0 24 24",...m}=a,g=H.isValidElement(n)&&n.type==="svg",h={...a,color:s,component:i,fontSize:l,instanceFontSize:t.fontSize,inheritViewBox:d,viewBox:p,hasSvgAsChild:g},x={};d||(x.viewBox=p);const E=bm(h);return b.jsxs(Sm,{as:i,className:Pt(E.root,o),focusable:"false",color:c,"aria-hidden":u?void 0:!0,role:u?"img":void 0,ref:r,...x,...m,...g&&n.props,ownerState:h,children:[g?n.props.children:n,u?b.jsx("title",{children:u}):null]})});process.env.NODE_ENV!=="production"&&(Pn.propTypes={children:S.node,classes:S.object,className:S.string,color:S.oneOfType([S.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),S.string]),component:S.elementType,fontSize:S.oneOfType([S.oneOf(["inherit","large","medium","small"]),S.string]),htmlColor:S.string,inheritViewBox:S.bool,shapeRendering:S.string,sx:S.oneOfType([S.arrayOf(S.oneOfType([S.func,S.object,S.bool])),S.func,S.object]),titleAccess:S.string,viewBox:S.string});Pn.muiName="SvgIcon";function Hn(e,t){function r(a,n){return b.jsx(Pn,{"data-testid":`${t}Icon`,ref:n,...a,children:e})}return process.env.NODE_ENV!=="production"&&(r.displayName=`${t}Icon`),r.muiName=Pn.muiName,H.memo(H.forwardRef(r))}const vm=Hn(b.jsx("path",{d:"M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"}),"ChevronLeft"),xm=Hn(b.jsx("path",{d:"M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"}),"ChevronRight");function dr(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var dc=typeof global=="object"&&global&&global.Object===Object&&global,Om=typeof self=="object"&&self&&self.Object===Object&&self,Rt=dc||Om||Function("return this")(),vo=function(){return Rt.Date.now()},wm=/\s/;function Cm(e){for(var t=e.length;t--&&wm.test(e.charAt(t)););return t}var Pm=/^\s+/;function Vm(e){return e&&e.slice(0,Cm(e)+1).replace(Pm,"")}var Xt=Rt.Symbol,uc=Object.prototype,Rm=uc.hasOwnProperty,_m=uc.toString,ha=Xt?Xt.toStringTag:void 0;function Am(e){var t=Rm.call(e,ha),r=e[ha];try{e[ha]=void 0;var a=!0}catch{}var n=_m.call(e);return a&&(t?e[ha]=r:delete e[ha]),n}var Tm=Object.prototype,Em=Tm.toString;function Im(e){return Em.call(e)}var Mm="[object Null]",jm="[object Undefined]",Si=Xt?Xt.toStringTag:void 0;function gr(e){return e==null?e===void 0?jm:Mm:Si&&Si in Object(e)?Am(e):Im(e)}function ur(e){return e!=null&&typeof e=="object"}var $m="[object Symbol]";function qn(e){return typeof e=="symbol"||ur(e)&&gr(e)==$m}var vi=NaN,Um=/^[-+]0x[0-9a-f]+$/i,Lm=/^0b[01]+$/i,km=/^0o[0-7]+$/i,Bm=parseInt;function xi(e){if(typeof e=="number")return e;if(qn(e))return vi;if(dr(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=dr(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=Vm(e);var r=Lm.test(e);return r||km.test(e)?Bm(e.slice(2),r?2:8):Um.test(e)?vi:+e}var Fm="Expected a function",Nm=Math.max,Dm=Math.min;function zm(e,t,r){var a,n,o,s,i,l,c=0,d=!1,u=!1,p=!0;if(typeof e!="function")throw new TypeError(Fm);t=xi(t)||0,dr(r)&&(d=!!r.leading,u="maxWait"in r,o=u?Nm(xi(r.maxWait)||0,t):o,p="trailing"in r?!!r.trailing:p);function m(K){var j=a,L=n;return a=n=void 0,c=K,s=e.apply(L,j),s}function g(K){return c=K,i=setTimeout(E,t),d?m(K):s}function h(K){var j=K-l,L=K-c,k=t-j;return u?Dm(k,o-L):k}function x(K){var j=K-l,L=K-c;return l===void 0||j>=t||j<0||u&&L>=o}function E(){var K=vo();if(x(K))return U(K);i=setTimeout(E,h(K))}function U(K){return i=void 0,p&&a?m(K):(a=n=void 0,s)}function F(){i!==void 0&&clearTimeout(i),c=0,a=l=n=i=void 0}function N(){return i===void 0?s:U(vo())}function J(){var K=vo(),j=x(K);if(a=arguments,n=this,l=K,j){if(i===void 0)return g(l);if(u)return clearTimeout(i),i=setTimeout(E,t),m(l)}return i===void 0&&(i=setTimeout(E,t)),s}return J.cancel=F,J.flush=N,J}var Gm="Expected a function";function Jm(e,t,r){var a=!0,n=!0;if(typeof e!="function")throw new TypeError(Gm);return dr(r)&&(a="leading"in r?!!r.leading:a,n="trailing"in r?!!r.trailing:n),zm(e,t,{leading:a,maxWait:t,trailing:n})}const pc=mr(je.observer(({startJogging:e,stopJogging:t,lowerLimitDegs:r,upperLimitDegs:a,getValueDegs:n,disabled:o,...s})=>{var F,N,J,K,j,L,k,y,M,B,G,D,re,Z,xe;const{t:i}=Me.useTranslation(),[l,c]=ae.useState(),d=z.useTheme(),u={background:(F=d.palette.backgroundPaperElevation)==null?void 0:F[4],color:(N=d.palette.backgroundPaperElevation)==null?void 0:N[11]},p=je.useLocalObservable(()=>({activeJoggingDir:null,startJogging(X){this.activeJoggingDir=X,e(X)},stopJogging(){this.activeJoggingDir=null,t()}})),m=Jm(()=>{c(n())},50);Wr(m);function g(X){X.button===0&&p.startJogging("-")}function h(X){X.button===0&&p.startJogging("+")}function x(X){p.stopJogging()}function E(X){p.stopJogging()}function U(X,ce=1){if(X===void 0||isNaN(X))return"";const fe=i("General.degree.variable",{amount:X.toFixed(ce)});return X>0&&ce===0?`+${fe}`:fe}return b.jsxs(zr,{height:"64px",width:"100%",maxWidth:"260px",direction:"row",...s,sx:{"& .MuiIconButton-root":{width:"52px",color:d.palette.text.primary,alignContent:"center",backgroundColor:(J=d.palette.backgroundPaperElevation)==null?void 0:J[11],"& svg":{width:"42px",height:"42px"},"&.Mui-disabled":{backgroundColor:(K=d.palette.backgroundPaperElevation)==null?void 0:K[11],color:d.palette.action.disabled,opacity:1},"&:hover":{backgroundColor:(j=d.palette.backgroundPaperElevation)==null?void 0:j[9]},"&:active":{...u}}},children:[b.jsx(z.IconButton,{onPointerDown:g,onPointerUp:x,onPointerOut:E,disabled:o,disableRipple:!0,sx:{borderRadius:"16px 0px 0px 16px",...p.activeJoggingDir==="-"?u:{}},children:b.jsx(vm,{sx:{pointerEvents:"none",color:(M=(y=(k=(L=d.componentsExt)==null?void 0:L.JoggingPanel)==null?void 0:k.JoggingJoint)==null?void 0:y.Joint)==null?void 0:M.arrowColor}})}),b.jsxs(zr,{flexGrow:1,alignItems:"center",justifyContent:"center",sx:{borderStyle:"solid",borderLeftWidth:0,borderRightWidth:0,border:"none",backgroundColor:(B=d.palette.backgroundPaperElevation)==null?void 0:B[11],paddingLeft:"20px",paddingRight:"20px",zIndex:1},children:[b.jsx(z.Typography,{sx:{fontSize:"15px",fontWeight:700,position:"relative",top:"5px",color:o?d.palette.action.disabled:d.palette.text.primary},children:U(l)}),b.jsx(z.Slider,{disabled:!0,"aria-label":"Joint position",min:r,max:a,value:l||0,track:!1,sx:{"& .MuiSlider-mark":{display:"none"},"& .MuiSlider-thumb":{width:"5px",height:"12px",borderRadius:"2px",color:o?d.palette.action.disabled:d.palette.text.primary},"& .MuiSlider-markLabel":{top:"20px",fontSize:"12px",color:o?d.palette.action.disabled:d.palette.text.secondary},"& .MuiSlider-rail":{backgroundColor:(G=d.palette.backgroundPaperElevation)==null?void 0:G[5],opacity:1}},marks:r!==void 0&&a!==void 0&&[{value:r,label:U(r,0)},{value:a,label:U(a,0)}]})]}),b.jsx(z.IconButton,{onPointerDown:h,onPointerUp:x,onPointerOut:E,disabled:o,disableRipple:!0,sx:{borderRadius:"0px 16px 16px 0px",...p.activeJoggingDir==="+"?u:{}},children:b.jsx(xm,{sx:{pointerEvents:"none",color:(xe=(Z=(re=(D=d.componentsExt)==null?void 0:D.JoggingPanel)==null?void 0:re.JoggingJoint)==null?void 0:Z.Joint)==null?void 0:xe.arrowColor}})})]})})),Hm=Hn(b.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"),qm=Hn(b.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 Wm(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var hc=Wm;function Km(){this.__data__=[],this.size=0}var Qm=Km;function Ym(e,t){return e===t||e!==e&&t!==t}var mc=Ym;function Xm(e,t){for(var r=e.length;r--;)if(mc(e[r][0],t))return r;return-1}var Wn=Xm,Zm=Array.prototype,ef=Zm.splice;function tf(e){var t=this.__data__,r=Wn(t,e);if(r<0)return!1;var a=t.length-1;return r==a?t.pop():ef.call(t,r,1),--this.size,!0}var rf=tf;function af(e){var t=this.__data__,r=Wn(t,e);return r<0?void 0:t[r][1]}var nf=af;function of(e){return Wn(this.__data__,e)>-1}var sf=of;function lf(e,t){var r=this.__data__,a=Wn(r,e);return a<0?(++this.size,r.push([e,t])):r[a][1]=t,this}var cf=lf;function Kr(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var a=e[t];this.set(a[0],a[1])}}Kr.prototype.clear=Qm;Kr.prototype.delete=rf;Kr.prototype.get=nf;Kr.prototype.has=sf;Kr.prototype.set=cf;var Kn=Kr;function df(){this.__data__=new Kn,this.size=0}var uf=df;function pf(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}var hf=pf;function mf(e){return this.__data__.get(e)}var ff=mf;function gf(e){return this.__data__.has(e)}var yf=gf,bf=typeof global=="object"&&global&&global.Object===Object&&global,fc=bf,Sf=typeof self=="object"&&self&&self.Object===Object&&self,vf=fc||Sf||Function("return this")(),Ut=vf,xf=Ut.Symbol,qr=xf,gc=Object.prototype,Of=gc.hasOwnProperty,wf=gc.toString,ma=qr?qr.toStringTag:void 0;function Cf(e){var t=Of.call(e,ma),r=e[ma];try{e[ma]=void 0;var a=!0}catch{}var n=wf.call(e);return a&&(t?e[ma]=r:delete e[ma]),n}var Pf=Cf,Vf=Object.prototype,Rf=Vf.toString;function _f(e){return Rf.call(e)}var Af=_f,Tf="[object Null]",Ef="[object Undefined]",Oi=qr?qr.toStringTag:void 0;function If(e){return e==null?e===void 0?Ef:Tf:Oi&&Oi in Object(e)?Pf(e):Af(e)}var Na=If,Mf="[object AsyncFunction]",jf="[object Function]",$f="[object GeneratorFunction]",Uf="[object Proxy]";function Lf(e){if(!hc(e))return!1;var t=Na(e);return t==jf||t==$f||t==Mf||t==Uf}var yc=Lf,kf=Ut["__core-js_shared__"],xo=kf,wi=function(){var e=/[^.]+$/.exec(xo&&xo.keys&&xo.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Bf(e){return!!wi&&wi in e}var Ff=Bf,Nf=Function.prototype,Df=Nf.toString;function zf(e){if(e!=null){try{return Df.call(e)}catch{}try{return e+""}catch{}}return""}var yr=zf,Gf=/[\\^$.*+?()[\]{}|]/g,Jf=/^\[object .+?Constructor\]$/,Hf=Function.prototype,qf=Object.prototype,Wf=Hf.toString,Kf=qf.hasOwnProperty,Qf=RegExp("^"+Wf.call(Kf).replace(Gf,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Yf(e){if(!hc(e)||Ff(e))return!1;var t=yc(e)?Qf:Jf;return t.test(yr(e))}var Xf=Yf;function Zf(e,t){return e==null?void 0:e[t]}var eg=Zf;function tg(e,t){var r=eg(e,t);return Xf(r)?r:void 0}var Qr=tg,rg=Qr(Ut,"Map"),Ia=rg,ag=Qr(Object,"create"),Ma=ag;function ng(){this.__data__=Ma?Ma(null):{},this.size=0}var og=ng;function sg(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var ig=sg,lg="__lodash_hash_undefined__",cg=Object.prototype,dg=cg.hasOwnProperty;function ug(e){var t=this.__data__;if(Ma){var r=t[e];return r===lg?void 0:r}return dg.call(t,e)?t[e]:void 0}var pg=ug,hg=Object.prototype,mg=hg.hasOwnProperty;function fg(e){var t=this.__data__;return Ma?t[e]!==void 0:mg.call(t,e)}var gg=fg,yg="__lodash_hash_undefined__";function bg(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Ma&&t===void 0?yg:t,this}var Sg=bg;function Yr(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var a=e[t];this.set(a[0],a[1])}}Yr.prototype.clear=og;Yr.prototype.delete=ig;Yr.prototype.get=pg;Yr.prototype.has=gg;Yr.prototype.set=Sg;var Ci=Yr;function vg(){this.size=0,this.__data__={hash:new Ci,map:new(Ia||Kn),string:new Ci}}var xg=vg;function Og(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var wg=Og;function Cg(e,t){var r=e.__data__;return wg(t)?r[typeof t=="string"?"string":"hash"]:r.map}var Qn=Cg;function Pg(e){var t=Qn(this,e).delete(e);return this.size-=t?1:0,t}var Vg=Pg;function Rg(e){return Qn(this,e).get(e)}var _g=Rg;function Ag(e){return Qn(this,e).has(e)}var Tg=Ag;function Eg(e,t){var r=Qn(this,e),a=r.size;return r.set(e,t),this.size+=r.size==a?0:1,this}var Ig=Eg;function Xr(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var a=e[t];this.set(a[0],a[1])}}Xr.prototype.clear=xg;Xr.prototype.delete=Vg;Xr.prototype.get=_g;Xr.prototype.has=Tg;Xr.prototype.set=Ig;var bc=Xr,Mg=200;function jg(e,t){var r=this.__data__;if(r instanceof Kn){var a=r.__data__;if(!Ia||a.length<Mg-1)return a.push([e,t]),this.size=++r.size,this;r=this.__data__=new bc(a)}return r.set(e,t),this.size=r.size,this}var $g=jg;function Zr(e){var t=this.__data__=new Kn(e);this.size=t.size}Zr.prototype.clear=uf;Zr.prototype.delete=hf;Zr.prototype.get=ff;Zr.prototype.has=yf;Zr.prototype.set=$g;var Oo=Zr,Ug="__lodash_hash_undefined__";function Lg(e){return this.__data__.set(e,Ug),this}var kg=Lg;function Bg(e){return this.__data__.has(e)}var Fg=Bg;function Vn(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new bc;++t<r;)this.add(e[t])}Vn.prototype.add=Vn.prototype.push=kg;Vn.prototype.has=Fg;var Ng=Vn;function Dg(e,t){for(var r=-1,a=e==null?0:e.length;++r<a;)if(t(e[r],r,e))return!0;return!1}var zg=Dg;function Gg(e,t){return e.has(t)}var Jg=Gg,Hg=1,qg=2;function Wg(e,t,r,a,n,o){var s=r&Hg,i=e.length,l=t.length;if(i!=l&&!(s&&l>i))return!1;var c=o.get(e),d=o.get(t);if(c&&d)return c==t&&d==e;var u=-1,p=!0,m=r&qg?new Ng:void 0;for(o.set(e,t),o.set(t,e);++u<i;){var g=e[u],h=t[u];if(a)var x=s?a(h,g,u,t,e,o):a(g,h,u,e,t,o);if(x!==void 0){if(x)continue;p=!1;break}if(m){if(!zg(t,function(E,U){if(!Jg(m,U)&&(g===E||n(g,E,r,a,o)))return m.push(U)})){p=!1;break}}else if(!(g===h||n(g,h,r,a,o))){p=!1;break}}return o.delete(e),o.delete(t),p}var Sc=Wg,Kg=Ut.Uint8Array,Pi=Kg;function Qg(e){var t=-1,r=Array(e.size);return e.forEach(function(a,n){r[++t]=[n,a]}),r}var Yg=Qg;function Xg(e){var t=-1,r=Array(e.size);return e.forEach(function(a){r[++t]=a}),r}var Zg=Xg,ey=1,ty=2,ry="[object Boolean]",ay="[object Date]",ny="[object Error]",oy="[object Map]",sy="[object Number]",iy="[object RegExp]",ly="[object Set]",cy="[object String]",dy="[object Symbol]",uy="[object ArrayBuffer]",py="[object DataView]",Vi=qr?qr.prototype:void 0,wo=Vi?Vi.valueOf:void 0;function hy(e,t,r,a,n,o,s){switch(r){case py:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case uy:return!(e.byteLength!=t.byteLength||!o(new Pi(e),new Pi(t)));case ry:case ay:case sy:return mc(+e,+t);case ny:return e.name==t.name&&e.message==t.message;case iy:case cy:return e==t+"";case oy:var i=Yg;case ly:var l=a&ey;if(i||(i=Zg),e.size!=t.size&&!l)return!1;var c=s.get(e);if(c)return c==t;a|=ty,s.set(e,t);var d=Sc(i(e),i(t),a,n,o,s);return s.delete(e),d;case dy:if(wo)return wo.call(e)==wo.call(t)}return!1}var my=hy;function fy(e,t){for(var r=-1,a=t.length,n=e.length;++r<a;)e[n+r]=t[r];return e}var gy=fy,yy=Array.isArray,Rn=yy;function by(e,t,r){var a=t(e);return Rn(e)?a:gy(a,r(e))}var Sy=by;function vy(e,t){for(var r=-1,a=e==null?0:e.length,n=0,o=[];++r<a;){var s=e[r];t(s,r,e)&&(o[n++]=s)}return o}var xy=vy;function Oy(){return[]}var wy=Oy,Cy=Object.prototype,Py=Cy.propertyIsEnumerable,Ri=Object.getOwnPropertySymbols,Vy=Ri?function(e){return e==null?[]:(e=Object(e),xy(Ri(e),function(t){return Py.call(e,t)}))}:wy,Ry=Vy;function _y(e,t){for(var r=-1,a=Array(e);++r<e;)a[r]=t(r);return a}var Ay=_y;function Ty(e){return e!=null&&typeof e=="object"}var ja=Ty,Ey="[object Arguments]";function Iy(e){return ja(e)&&Na(e)==Ey}var _i=Iy,vc=Object.prototype,My=vc.hasOwnProperty,jy=vc.propertyIsEnumerable,$y=_i(function(){return arguments}())?_i:function(e){return ja(e)&&My.call(e,"callee")&&!jy.call(e,"callee")},Uy=$y;function Ly(){return!1}var ky=Ly,xc=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Ai=xc&&typeof module=="object"&&module&&!module.nodeType&&module,By=Ai&&Ai.exports===xc,Ti=By?Ut.Buffer:void 0,Fy=Ti?Ti.isBuffer:void 0,Ny=Fy||ky,zo=Ny,Dy=9007199254740991,zy=/^(?:0|[1-9]\d*)$/;function Gy(e,t){var r=typeof e;return t=t??Dy,!!t&&(r=="number"||r!="symbol"&&zy.test(e))&&e>-1&&e%1==0&&e<t}var Jy=Gy,Hy=9007199254740991;function qy(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Hy}var Oc=qy,Wy="[object Arguments]",Ky="[object Array]",Qy="[object Boolean]",Yy="[object Date]",Xy="[object Error]",Zy="[object Function]",eb="[object Map]",tb="[object Number]",rb="[object Object]",ab="[object RegExp]",nb="[object Set]",ob="[object String]",sb="[object WeakMap]",ib="[object ArrayBuffer]",lb="[object DataView]",cb="[object Float32Array]",db="[object Float64Array]",ub="[object Int8Array]",pb="[object Int16Array]",hb="[object Int32Array]",mb="[object Uint8Array]",fb="[object Uint8ClampedArray]",gb="[object Uint16Array]",yb="[object Uint32Array]",Oe={};Oe[cb]=Oe[db]=Oe[ub]=Oe[pb]=Oe[hb]=Oe[mb]=Oe[fb]=Oe[gb]=Oe[yb]=!0;Oe[Wy]=Oe[Ky]=Oe[ib]=Oe[Qy]=Oe[lb]=Oe[Yy]=Oe[Xy]=Oe[Zy]=Oe[eb]=Oe[tb]=Oe[rb]=Oe[ab]=Oe[nb]=Oe[ob]=Oe[sb]=!1;function bb(e){return ja(e)&&Oc(e.length)&&!!Oe[Na(e)]}var Sb=bb;function vb(e){return function(t){return e(t)}}var xb=vb,wc=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Va=wc&&typeof module=="object"&&module&&!module.nodeType&&module,Ob=Va&&Va.exports===wc,Co=Ob&&fc.process,wb=function(){try{var e=Va&&Va.require&&Va.require("util").types;return e||Co&&Co.binding&&Co.binding("util")}catch{}}(),Ei=wb,Ii=Ei&&Ei.isTypedArray,Cb=Ii?xb(Ii):Sb,Cc=Cb,Pb=Object.prototype,Vb=Pb.hasOwnProperty;function Rb(e,t){var r=Rn(e),a=!r&&Uy(e),n=!r&&!a&&zo(e),o=!r&&!a&&!n&&Cc(e),s=r||a||n||o,i=s?Ay(e.length,String):[],l=i.length;for(var c in e)(t||Vb.call(e,c))&&!(s&&(c=="length"||n&&(c=="offset"||c=="parent")||o&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||Jy(c,l)))&&i.push(c);return i}var _b=Rb,Ab=Object.prototype;function Tb(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||Ab;return e===r}var Eb=Tb;function Ib(e,t){return function(r){return e(t(r))}}var Mb=Ib,jb=Mb(Object.keys,Object),$b=jb,Ub=Object.prototype,Lb=Ub.hasOwnProperty;function kb(e){if(!Eb(e))return $b(e);var t=[];for(var r in Object(e))Lb.call(e,r)&&r!="constructor"&&t.push(r);return t}var Bb=kb;function Fb(e){return e!=null&&Oc(e.length)&&!yc(e)}var Nb=Fb;function Db(e){return Nb(e)?_b(e):Bb(e)}var zb=Db;function Gb(e){return Sy(e,zb,Ry)}var Mi=Gb,Jb=1,Hb=Object.prototype,qb=Hb.hasOwnProperty;function Wb(e,t,r,a,n,o){var s=r&Jb,i=Mi(e),l=i.length,c=Mi(t),d=c.length;if(l!=d&&!s)return!1;for(var u=l;u--;){var p=i[u];if(!(s?p in t:qb.call(t,p)))return!1}var m=o.get(e),g=o.get(t);if(m&&g)return m==t&&g==e;var h=!0;o.set(e,t),o.set(t,e);for(var x=s;++u<l;){p=i[u];var E=e[p],U=t[p];if(a)var F=s?a(U,E,p,t,e,o):a(E,U,p,e,t,o);if(!(F===void 0?E===U||n(E,U,r,a,o):F)){h=!1;break}x||(x=p=="constructor")}if(h&&!x){var N=e.constructor,J=t.constructor;N!=J&&"constructor"in e&&"constructor"in t&&!(typeof N=="function"&&N instanceof N&&typeof J=="function"&&J instanceof J)&&(h=!1)}return o.delete(e),o.delete(t),h}var Kb=Wb,Qb=Qr(Ut,"DataView"),Go=Qb,Yb=Qr(Ut,"Promise"),Jo=Yb,Xb=Qr(Ut,"Set"),Ho=Xb,Zb=Qr(Ut,"WeakMap"),qo=Zb,ji="[object Map]",e0="[object Object]",$i="[object Promise]",Ui="[object Set]",Li="[object WeakMap]",ki="[object DataView]",t0=yr(Go),r0=yr(Ia),a0=yr(Jo),n0=yr(Ho),o0=yr(qo),or=Na;(Go&&or(new Go(new ArrayBuffer(1)))!=ki||Ia&&or(new Ia)!=ji||Jo&&or(Jo.resolve())!=$i||Ho&&or(new Ho)!=Ui||qo&&or(new qo)!=Li)&&(or=function(e){var t=Na(e),r=t==e0?e.constructor:void 0,a=r?yr(r):"";if(a)switch(a){case t0:return ki;case r0:return ji;case a0:return $i;case n0:return Ui;case o0:return Li}return t});var Bi=or,s0=1,Fi="[object Arguments]",Ni="[object Array]",Ka="[object Object]",i0=Object.prototype,Di=i0.hasOwnProperty;function l0(e,t,r,a,n,o){var s=Rn(e),i=Rn(t),l=s?Ni:Bi(e),c=i?Ni:Bi(t);l=l==Fi?Ka:l,c=c==Fi?Ka:c;var d=l==Ka,u=c==Ka,p=l==c;if(p&&zo(e)){if(!zo(t))return!1;s=!0,d=!1}if(p&&!d)return o||(o=new Oo),s||Cc(e)?Sc(e,t,r,a,n,o):my(e,t,l,r,a,n,o);if(!(r&s0)){var m=d&&Di.call(e,"__wrapped__"),g=u&&Di.call(t,"__wrapped__");if(m||g){var h=m?e.value():e,x=g?t.value():t;return o||(o=new Oo),n(h,x,r,a,o)}}return p?(o||(o=new Oo),Kb(e,t,r,a,n,o)):!1}var c0=l0;function Pc(e,t,r,a,n){return e===t?!0:e==null||t==null||!ja(e)&&!ja(t)?e!==e&&t!==t:c0(e,t,r,a,Pc,n)}var d0=Pc;function u0(e,t){return d0(e,t)}var p0=u0;/*! *****************************************************************************
|
|
74
|
+
export default theme;`}function ao(e={},...t){const{breakpoints:r,mixins:a={},spacing:n,palette:o={},transitions:s={},typography:l={},shape:i,...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.":_t(20));const d=Io(o),u=on(e);let p=Le(u,{mixins:sp(u.breakpoints,a),palette:d,shadows:pp.slice(),typography:ip(d,l),transitions:yp(s),zIndex:{...gp}});if(p=Le(p,c),p=t.reduce((y,g)=>Le(y,g),p),process.env.NODE_ENV!=="production"){const y=["active","checked","completed","disabled","error","expanded","focused","focusVisible","required","selected"],g=(m,x)=>{let I;for(I in m){const G=m[I];if(y.includes(I)&&Object.keys(G).length>0){if(process.env.NODE_ENV!=="production"){const N=ra("",I);console.error([`MUI: The \`${x}\` component increases the CSS specificity of the \`${I}\` internal state.`,"You can not override it like this: ",JSON.stringify(m,null,2),"",`Instead, you need to use the '&.${N}' syntax:`,JSON.stringify({root:{[`&.${N}`]:G}},null,2),"","https://mui.com/r/state-classes-guide"].join(`
|
|
75
|
+
`))}m[I]={}}}};Object.keys(p.components).forEach(m=>{const x=p.components[m].styleOverrides;x&&m.startsWith("Mui")&&g(x,m)})}return p.unstable_sxConfig={...ta,...c==null?void 0:c.unstable_sxConfig},p.unstable_sx=function(g){return mr({sx:g,theme:this})},p.toRuntimeSource=ti,p}function Sp(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 vp=[...Array(25)].map((e,t)=>{if(t===0)return"none";const r=Sp(t);return`linear-gradient(rgba(255 255 255 / ${r}), rgba(255 255 255 / ${r}))`});function ri(e){return{inputPlaceholder:e==="dark"?.5:.42,inputUnderline:e==="dark"?.7:.42,switchTrackDisabled:e==="dark"?.2:.12,switchTrack:e==="dark"?.3:.38}}function ai(e){return e==="dark"?vp:[]}function xp(e){const{palette:t={mode:"light"},opacity:r,overlays:a,...n}=e,o=Io(t);return{palette:o,opacity:{...ri(o.mode),...r},overlays:a||ai(o.mode),...n}}function Op(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 wp=e=>[...[...Array(25)].map((t,r)=>`--${e?`${e}-`:""}overlays-${r}`),`--${e?`${e}-`:""}palette-AppBar-darkBg`,`--${e?`${e}-`:""}palette-AppBar-darkColor`],Cp=e=>(t,r)=>{const a=e.rootSelector||":root",n=e.colorSchemeSelector;let o=n;if(n==="class"&&(o=".%s"),n==="data"&&(o="[data-%s]"),n!=null&&n.startsWith("data-")&&!n.includes("%s")&&(o=`[${n}="%s"]`),e.defaultColorScheme===t){if(t==="dark"){const s={};return wp(e.cssVarPrefix).forEach(l=>{s[l]=r[l],delete r[l]}),o==="media"?{[a]:r,"@media (prefers-color-scheme: dark)":{[a]:s}}:o?{[o.replace("%s",t)]:s,[`${a}, ${o.replace("%s",t)}`]:r}:{[a]:{...r,...s}}}if(o&&o!=="media")return`${a}, ${o.replace("%s",String(t))}`}else if(t){if(o==="media")return{[`@media (prefers-color-scheme: ${String(t)})`]:{[a]:r}};if(o)return o.replace("%s",String(t))}return a};function Vp(e,t){t.forEach(r=>{e[r]||(e[r]={})})}function E(e,t,r){!e[t]&&r&&(e[t]=r)}function Nr(e){return typeof e!="string"||!e.startsWith("hsl")?e:Xl(e)}function ht(e,t){`${t}Channel`in e||(e[`${t}Channel`]=Fr(Nr(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 Pp(e){return typeof e=="number"?`${e}px`:typeof e=="string"||typeof e=="function"||Array.isArray(e)?e:"8px"}const nt=e=>{try{return e()}catch{}},Rp=(e="mui")=>Lu(e);function Un(e,t,r,a){if(!t)return;t=t===!0?{}:t;const n=a==="dark"?"dark":"light";if(!r){e[a]=xp({...t,palette:{mode:n,...t==null?void 0:t.palette}});return}const{palette:o,...s}=ao({...r,palette:{mode:n,...t==null?void 0:t.palette}});return e[a]={...t,palette:o,opacity:{...ri(n),...t==null?void 0:t.opacity},overlays:(t==null?void 0:t.overlays)||ai(n)},s}function _p(e={},...t){const{colorSchemes:r={light:!0},defaultColorScheme:a,disableCssColorScheme:n=!1,cssVarPrefix:o="mui",shouldSkipGeneratingVar:s=Op,colorSchemeSelector:l=r.light&&r.dark?"media":void 0,rootSelector:i=":root",...c}=e,d=Object.keys(r)[0],u=a||(r.light&&d!=="light"?"light":d),p=Rp(o),{[u]:y,light:g,dark:m,...x}=r,I={...x};let G=y;if((u==="dark"&&!("dark"in r)||u==="light"&&!("light"in r))&&(G=!0),!G)throw new Error(process.env.NODE_ENV!=="production"?`MUI: The \`colorSchemes.${u}\` option is either missing or invalid.`:_t(21,u));const N=Un(I,G,c,u);g&&!I.light&&Un(I,g,void 0,"light"),m&&!I.dark&&Un(I,m,void 0,"dark");let D={defaultColorScheme:u,...N,cssVarPrefix:o,colorSchemeSelector:l,rootSelector:i,getCssVar:p,colorSchemes:I,font:{...op(N.typography),...N.font},spacing:Pp(c.spacing)};Object.keys(D.colorSchemes).forEach(k=>{const f=D.colorSchemes[k].palette,M=L=>{const J=L.split("-"),H=J[1],ne=J[2];return p(L,f[H][ne])};if(f.mode==="light"&&(E(f.common,"background","#fff"),E(f.common,"onBackground","#000")),f.mode==="dark"&&(E(f.common,"background","#000"),E(f.common,"onBackground","#fff")),Vp(f,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"]),f.mode==="light"){E(f.Alert,"errorColor",de(f.error.light,.6)),E(f.Alert,"infoColor",de(f.info.light,.6)),E(f.Alert,"successColor",de(f.success.light,.6)),E(f.Alert,"warningColor",de(f.warning.light,.6)),E(f.Alert,"errorFilledBg",M("palette-error-main")),E(f.Alert,"infoFilledBg",M("palette-info-main")),E(f.Alert,"successFilledBg",M("palette-success-main")),E(f.Alert,"warningFilledBg",M("palette-warning-main")),E(f.Alert,"errorFilledColor",nt(()=>f.getContrastText(f.error.main))),E(f.Alert,"infoFilledColor",nt(()=>f.getContrastText(f.info.main))),E(f.Alert,"successFilledColor",nt(()=>f.getContrastText(f.success.main))),E(f.Alert,"warningFilledColor",nt(()=>f.getContrastText(f.warning.main))),E(f.Alert,"errorStandardBg",ue(f.error.light,.9)),E(f.Alert,"infoStandardBg",ue(f.info.light,.9)),E(f.Alert,"successStandardBg",ue(f.success.light,.9)),E(f.Alert,"warningStandardBg",ue(f.warning.light,.9)),E(f.Alert,"errorIconColor",M("palette-error-main")),E(f.Alert,"infoIconColor",M("palette-info-main")),E(f.Alert,"successIconColor",M("palette-success-main")),E(f.Alert,"warningIconColor",M("palette-warning-main")),E(f.AppBar,"defaultBg",M("palette-grey-100")),E(f.Avatar,"defaultBg",M("palette-grey-400")),E(f.Button,"inheritContainedBg",M("palette-grey-300")),E(f.Button,"inheritContainedHoverBg",M("palette-grey-A100")),E(f.Chip,"defaultBorder",M("palette-grey-400")),E(f.Chip,"defaultAvatarColor",M("palette-grey-700")),E(f.Chip,"defaultIconColor",M("palette-grey-700")),E(f.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),E(f.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),E(f.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),E(f.LinearProgress,"primaryBg",ue(f.primary.main,.62)),E(f.LinearProgress,"secondaryBg",ue(f.secondary.main,.62)),E(f.LinearProgress,"errorBg",ue(f.error.main,.62)),E(f.LinearProgress,"infoBg",ue(f.info.main,.62)),E(f.LinearProgress,"successBg",ue(f.success.main,.62)),E(f.LinearProgress,"warningBg",ue(f.warning.main,.62)),E(f.Skeleton,"bg",`rgba(${M("palette-text-primaryChannel")} / 0.11)`),E(f.Slider,"primaryTrack",ue(f.primary.main,.62)),E(f.Slider,"secondaryTrack",ue(f.secondary.main,.62)),E(f.Slider,"errorTrack",ue(f.error.main,.62)),E(f.Slider,"infoTrack",ue(f.info.main,.62)),E(f.Slider,"successTrack",ue(f.success.main,.62)),E(f.Slider,"warningTrack",ue(f.warning.main,.62));const L=ya(f.background.default,.8);E(f.SnackbarContent,"bg",L),E(f.SnackbarContent,"color",nt(()=>f.getContrastText(L))),E(f.SpeedDialAction,"fabHoverBg",ya(f.background.paper,.15)),E(f.StepConnector,"border",M("palette-grey-400")),E(f.StepContent,"border",M("palette-grey-400")),E(f.Switch,"defaultColor",M("palette-common-white")),E(f.Switch,"defaultDisabledColor",M("palette-grey-100")),E(f.Switch,"primaryDisabledColor",ue(f.primary.main,.62)),E(f.Switch,"secondaryDisabledColor",ue(f.secondary.main,.62)),E(f.Switch,"errorDisabledColor",ue(f.error.main,.62)),E(f.Switch,"infoDisabledColor",ue(f.info.main,.62)),E(f.Switch,"successDisabledColor",ue(f.success.main,.62)),E(f.Switch,"warningDisabledColor",ue(f.warning.main,.62)),E(f.TableCell,"border",ue(fa(f.divider,1),.88)),E(f.Tooltip,"bg",fa(f.grey[700],.92))}if(f.mode==="dark"){E(f.Alert,"errorColor",ue(f.error.light,.6)),E(f.Alert,"infoColor",ue(f.info.light,.6)),E(f.Alert,"successColor",ue(f.success.light,.6)),E(f.Alert,"warningColor",ue(f.warning.light,.6)),E(f.Alert,"errorFilledBg",M("palette-error-dark")),E(f.Alert,"infoFilledBg",M("palette-info-dark")),E(f.Alert,"successFilledBg",M("palette-success-dark")),E(f.Alert,"warningFilledBg",M("palette-warning-dark")),E(f.Alert,"errorFilledColor",nt(()=>f.getContrastText(f.error.dark))),E(f.Alert,"infoFilledColor",nt(()=>f.getContrastText(f.info.dark))),E(f.Alert,"successFilledColor",nt(()=>f.getContrastText(f.success.dark))),E(f.Alert,"warningFilledColor",nt(()=>f.getContrastText(f.warning.dark))),E(f.Alert,"errorStandardBg",de(f.error.light,.9)),E(f.Alert,"infoStandardBg",de(f.info.light,.9)),E(f.Alert,"successStandardBg",de(f.success.light,.9)),E(f.Alert,"warningStandardBg",de(f.warning.light,.9)),E(f.Alert,"errorIconColor",M("palette-error-main")),E(f.Alert,"infoIconColor",M("palette-info-main")),E(f.Alert,"successIconColor",M("palette-success-main")),E(f.Alert,"warningIconColor",M("palette-warning-main")),E(f.AppBar,"defaultBg",M("palette-grey-900")),E(f.AppBar,"darkBg",M("palette-background-paper")),E(f.AppBar,"darkColor",M("palette-text-primary")),E(f.Avatar,"defaultBg",M("palette-grey-600")),E(f.Button,"inheritContainedBg",M("palette-grey-800")),E(f.Button,"inheritContainedHoverBg",M("palette-grey-700")),E(f.Chip,"defaultBorder",M("palette-grey-700")),E(f.Chip,"defaultAvatarColor",M("palette-grey-300")),E(f.Chip,"defaultIconColor",M("palette-grey-300")),E(f.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),E(f.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),E(f.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),E(f.LinearProgress,"primaryBg",de(f.primary.main,.5)),E(f.LinearProgress,"secondaryBg",de(f.secondary.main,.5)),E(f.LinearProgress,"errorBg",de(f.error.main,.5)),E(f.LinearProgress,"infoBg",de(f.info.main,.5)),E(f.LinearProgress,"successBg",de(f.success.main,.5)),E(f.LinearProgress,"warningBg",de(f.warning.main,.5)),E(f.Skeleton,"bg",`rgba(${M("palette-text-primaryChannel")} / 0.13)`),E(f.Slider,"primaryTrack",de(f.primary.main,.5)),E(f.Slider,"secondaryTrack",de(f.secondary.main,.5)),E(f.Slider,"errorTrack",de(f.error.main,.5)),E(f.Slider,"infoTrack",de(f.info.main,.5)),E(f.Slider,"successTrack",de(f.success.main,.5)),E(f.Slider,"warningTrack",de(f.warning.main,.5));const L=ya(f.background.default,.98);E(f.SnackbarContent,"bg",L),E(f.SnackbarContent,"color",nt(()=>f.getContrastText(L))),E(f.SpeedDialAction,"fabHoverBg",ya(f.background.paper,.15)),E(f.StepConnector,"border",M("palette-grey-600")),E(f.StepContent,"border",M("palette-grey-600")),E(f.Switch,"defaultColor",M("palette-grey-300")),E(f.Switch,"defaultDisabledColor",M("palette-grey-600")),E(f.Switch,"primaryDisabledColor",de(f.primary.main,.55)),E(f.Switch,"secondaryDisabledColor",de(f.secondary.main,.55)),E(f.Switch,"errorDisabledColor",de(f.error.main,.55)),E(f.Switch,"infoDisabledColor",de(f.info.main,.55)),E(f.Switch,"successDisabledColor",de(f.success.main,.55)),E(f.Switch,"warningDisabledColor",de(f.warning.main,.55)),E(f.TableCell,"border",de(fa(f.divider,1),.68)),E(f.Tooltip,"bg",fa(f.grey[700],.92))}ht(f.background,"default"),ht(f.background,"paper"),ht(f.common,"background"),ht(f.common,"onBackground"),ht(f,"divider"),Object.keys(f).forEach(L=>{const J=f[L];L!=="tonalOffset"&&J&&typeof J=="object"&&(J.main&&E(f[L],"mainChannel",Fr(Nr(J.main))),J.light&&E(f[L],"lightChannel",Fr(Nr(J.light))),J.dark&&E(f[L],"darkChannel",Fr(Nr(J.dark))),J.contrastText&&E(f[L],"contrastTextChannel",Fr(Nr(J.contrastText))),L==="text"&&(ht(f[L],"primary"),ht(f[L],"secondary")),L==="action"&&(J.active&&ht(f[L],"active"),J.selected&&ht(f[L],"selected")))})}),D=t.reduce((k,f)=>Le(k,f),D);const z={prefix:o,disableCssColorScheme:n,shouldSkipGeneratingVar:s,getSelector:Cp(D)},{vars:W,generateThemeVars:j,generateStyleSheets:U}=Du(D,z);return D.vars=W,Object.entries(D.colorSchemes[D.defaultColorScheme]).forEach(([k,f])=>{D[k]=f}),D.generateThemeVars=j,D.generateStyleSheets=U,D.generateSpacing=function(){return zl(c.spacing,Za(this))},D.getColorSchemeSelector=zu(l),D.spacing=D.generateSpacing(),D.shouldSkipGeneratingVar=s,D.unstable_sxConfig={...ta,...c==null?void 0:c.unstable_sxConfig},D.unstable_sx=function(f){return mr({sx:f,theme:this})},D.toRuntimeSource=ti,D}function gs(e,t,r){e.colorSchemes&&r&&(e.colorSchemes[t]={...r!==!0&&r,palette:Io({...r===!0?{}:r.palette,mode:t})})}function ni(e={},...t){const{palette:r,cssVariables:a=!1,colorSchemes:n=r?void 0:{light:!0},defaultColorScheme:o=r==null?void 0:r.mode,...s}=e,l=o||"light",i=n==null?void 0:n[l],c={...n,...r?{[l]:{...typeof i!="boolean"&&i,palette:r}}:void 0};if(a===!1){if(!("colorSchemes"in e))return ao(e,...t);let d=r;"palette"in e||c[l]&&(c[l]!==!0?d=c[l].palette:l==="dark"&&(d={mode:"dark"}));const u=ao({...e,palette:d},...t);return u.defaultColorScheme=l,u.colorSchemes=c,u.palette.mode==="light"&&(u.colorSchemes.light={...c.light!==!0&&c.light,palette:u.palette},gs(u,"dark",c.dark)),u.palette.mode==="dark"&&(u.colorSchemes.dark={...c.dark!==!0&&c.dark,palette:u.palette},gs(u,"light",c.light)),u}return!r&&!("light"in c)&&l==="light"&&(c.light=!0),_p({...s,colorSchemes:c,defaultColorScheme:l,...typeof a!="boolean"&&a},...t)}const Ap=ni(),Tp="$$material";function Eo(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const Ip=e=>Eo(e)&&e!=="classes",gt=Ql({themeId:Tp,defaultTheme:Ap,rootShouldForwardProp:Ip});process.env.NODE_ENV!=="production"&&(S.node,S.object.isRequired);function Mo(e){return ku(e)}const ur=Ku({createStyledComponent:gt("div",{name:"MuiStack",slot:"Root"}),useThemeProps:e=>Mo({props:e,name:"MuiStack"})});process.env.NODE_ENV!=="production"&&(ur.propTypes={children:S.node,component:S.elementType,direction:S.oneOfType([S.oneOf(["column-reverse","column","row-reverse","row"]),S.arrayOf(S.oneOf(["column-reverse","column","row-reverse","row"])),S.object]),divider:S.node,spacing:S.oneOfType([S.arrayOf(S.oneOfType([S.number,S.string])),S.number,S.object,S.string]),sx:S.oneOfType([S.arrayOf(S.oneOfType([S.func,S.object,S.bool])),S.func,S.object]),useFlexGap:S.bool});const Ep={"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.
|
|
77
|
+
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"},Mp={"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"},jo=Dc.createInstance();jo.use(zc).init({supportedLngs:["en","de"],resources:{en:{translations:Mp},de:{translations:Ep}},ns:["translations"],defaultNS:"translations",detection:{order:["navigator","htmlTag"]}});function yr(e){return r=>b.jsx(jp,{children:b.jsx(e,{...r})})}const jp=({children:e})=>b.jsx(we.I18nextProvider,{i18n:jo,children:e}),$p=({title:e,titleId:t,...r},a)=>B.createElement("svg",{width:21,height:21,viewBox:"0 0 21 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"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"}))),Up=Y.forwardRef($p),kp=({title:e,titleId:t,...r},a)=>B.createElement("svg",{width:21,height:21,viewBox:"0 0 21 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"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"})))),Bp=Y.forwardRef(kp);function ln(e){Y.useEffect(e,[])}function oi(e){ln(()=>Ae.autorun(e))}function si(e,t,r){ln(()=>Ae.reaction(e,t,r))}function gr(e){return ln(()=>{let t;function r(){e(),t=requestAnimationFrame(r)}return t=requestAnimationFrame(r),()=>{cancelAnimationFrame(t)}})}const no=yr(Re.observer(({colors:e,label:t,getDisplayedValue:r,startJogging:a,stopJogging:n,disabled:o,activeJoggingDirection:s,...l})=>{var N,D,z,W,j,U,k;gr(()=>{const f=r(),M=p.current;M&&(M.textContent=f)});const i=F.useTheme(),[c,d]=Y.useState(null);Y.useEffect(()=>{o&&G()},[o]);const u=s||c,p=Y.useRef(null);e||(e={color:"#fff",backgroundColor:"#000",borderColor:"#000",buttonBackgroundColor:{disabled:"#000",default:"#000",hovered:"#000",pressed:"#000"},labelColor:"#000"});const y=u?(N=e.buttonBackgroundColor)==null?void 0:N.pressed:e.borderColor,g={width:"55px",color:e.color,path:{fill:e.color},alignContent:"center",fontSize:"37px",svg:{pointerEvents:"none"}},m={...g,backgroundColor:(D=e.buttonBackgroundColor)==null?void 0:D.default,":hover":{backgroundColor:(z=e.buttonBackgroundColor)==null?void 0:z.hovered},":active":{backgroundColor:(W=e.buttonBackgroundColor)==null?void 0:W.pressed,color:e.backgroundColor,path:{fill:e.backgroundColor}},":disabled":{backgroundColor:(j=e.buttonBackgroundColor)==null?void 0:j.disabled,"svg path":{fill:i.palette.action.disabled}}},x={...g,backgroundColor:(U=e.buttonBackgroundColor)==null?void 0:U.pressed,color:e.backgroundColor,path:{fill:e.backgroundColor},":disabled":{backgroundColor:(k=e.buttonBackgroundColor)==null?void 0:k.pressed,"svg path":{fill:i.palette.action.disabled}}};function I(f,M){o||f.button===0&&(d(M),a(M))}function G(){d(null),n()}return b.jsxs(ur,{height:"64px",direction:"row",justifyContent:"center",...l,children:[b.jsx(F.IconButton,{disabled:o,disableRipple:!0,onPointerDown:f=>I(f,"-"),onPointerUp:G,onPointerOut:G,size:"large",sx:{...u==="-"?x:m,borderRadius:"16px 0px 0px 16px",borderLeft:`2px solid ${y??"#fff"}`,borderBottom:`2px solid ${y??"#fff"}`,borderTop:`2px solid ${y??"#fff"}`},children:b.jsx(Up,{})}),b.jsxs(ur,{spacing:"6px",sx:{width:"150px",backgroundColor:e.backgroundColor,alignItems:"center",justifyContent:"center",opacity:"0.9",borderBottom:`2px solid ${y??"#fff"}`,borderTop:`2px solid ${y??"#fff"}`},children:[b.jsx(ur,{height:"22px",direction:"row",alignItems:"center",justifyItems:"center",spacing:1,sx:{userSelect:"none",color:e.color,".MuiTypography-root":{fontWeight:700,...o?{color:i.palette.action.disabled}:{}},...o?{"svg path":{fill:i.palette.action.disabled}}:{}},children:t}),b.jsx(F.Typography,{height:"22px",sx:{fontSize:"15px",color:o?i.palette.action.disabled:e.color,fontWeight:700},ref:p,children:r()})]}),b.jsx(F.IconButton,{disableRipple:!0,disabled:o,onPointerDown:f=>I(f,"+"),onPointerUp:G,onPointerOut:G,size:"large",sx:{...u==="+"?x:m,borderRadius:"0px 16px 16px 0px",borderRight:`2px solid ${y??"#fff"}`,borderBottom:`2px solid ${y??"#fff"}`,borderTop:`2px solid ${y??"#fff"}`},children:b.jsx(Bp,{})})]})})),Gt=Bu;function Lp(e){return ra("MuiSvgIcon",e)}ql("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const Fp=e=>{const{color:t,fontSize:r,classes:a}=e,n={root:["root",t!=="inherit"&&`color${Be(t)}`,`fontSize${Be(r)}`]};return To(n,Lp,a)},Np=gt("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.color!=="inherit"&&t[`color${Be(r.color)}`],t[`fontSize${Be(r.fontSize)}`]]}})(Gt(({theme:e})=>{var t,r,a,n,o,s,l,i,c,d,u,p,y,g;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:(n=(t=e.transitions)==null?void 0:t.create)==null?void 0:n.call(t,"fill",{duration:(a=(r=(e.vars??e).transitions)==null?void 0:r.duration)==null?void 0:a.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:((i=(l=e.typography)==null?void 0:l.pxToRem)==null?void 0:i.call(l,24))||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:((d=(c=e.typography)==null?void 0:c.pxToRem)==null?void 0:d.call(c,35))||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,m])=>m&&m.main).map(([m])=>{var x,I;return{props:{color:m},style:{color:(I=(x=(e.vars??e).palette)==null?void 0:x[m])==null?void 0:I.main}}}),{props:{color:"action"},style:{color:(p=(u=(e.vars??e).palette)==null?void 0:u.action)==null?void 0:p.active}},{props:{color:"disabled"},style:{color:(g=(y=(e.vars??e).palette)==null?void 0:y.action)==null?void 0:g.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}})),Da=B.forwardRef(function(t,r){const a=Mo({props:t,name:"MuiSvgIcon"}),{children:n,className:o,color:s="inherit",component:l="svg",fontSize:i="medium",htmlColor:c,inheritViewBox:d=!1,titleAccess:u,viewBox:p="0 0 24 24",...y}=a,g=B.isValidElement(n)&&n.type==="svg",m={...a,color:s,component:l,fontSize:i,instanceFontSize:t.fontSize,inheritViewBox:d,viewBox:p,hasSvgAsChild:g},x={};d||(x.viewBox=p);const I=Fp(m);return b.jsxs(Np,{as:l,className:ft(I.root,o),focusable:"false",color:c,"aria-hidden":u?void 0:!0,role:u?"img":void 0,ref:r,...x,...y,...g&&n.props,ownerState:m,children:[g?n.props.children:n,u?b.jsx("title",{children:u}):null]})});process.env.NODE_ENV!=="production"&&(Da.propTypes={children:S.node,classes:S.object,className:S.string,color:S.oneOfType([S.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),S.string]),component:S.elementType,fontSize:S.oneOfType([S.oneOf(["inherit","large","medium","small"]),S.string]),htmlColor:S.string,inheritViewBox:S.bool,shapeRendering:S.string,sx:S.oneOfType([S.arrayOf(S.oneOfType([S.func,S.object,S.bool])),S.func,S.object]),titleAccess:S.string,viewBox:S.string});Da.muiName="SvgIcon";function cn(e,t){function r(a,n){return b.jsx(Da,{"data-testid":process.env.NODE_ENV!=="production"?`${t}Icon`:void 0,ref:n,...a,children:e})}return process.env.NODE_ENV!=="production"&&(r.displayName=`${t}Icon`),r.muiName=Da.muiName,B.memo(B.forwardRef(r))}function Ea(e){return e&&e.ownerDocument||document}function Dp(e){const{controlled:t,default:r,name:a,state:n="value"}=e,{current:o}=B.useRef(t!==void 0),[s,l]=B.useState(r),i=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 ${n} state of ${a} to be ${o?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${a} 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(`
|
|
78
|
+
`))},[n,a,t]);const{current:d}=B.useRef(r);B.useEffect(()=>{!o&&!Object.is(d,r)&&console.error([`MUI: A component is changing the default ${n} state of an uncontrolled ${a} after being initialized. To suppress this warning opt to use a controlled ${a}.`].join(`
|
|
79
|
+
`))},[JSON.stringify(r)])}const c=B.useCallback(d=>{o||l(d)},[]);return[i,c]}function kn(e){const t=B.useRef(e);return Yl(()=>{t.current=e}),B.useRef((...r)=>(0,t.current)(...r)).current}function li(...e){const t=B.useRef(void 0),r=B.useCallback(a=>{const n=e.map(o=>{if(o==null)return null;if(typeof o=="function"){const s=o,l=s(a);return typeof l=="function"?l:()=>{s(null)}}return o.current=a,()=>{o.current=null}});return()=>{n.forEach(o=>o==null?void 0:o())}},e);return B.useMemo(()=>e.every(a=>a==null)?null:a=>{t.current&&(t.current(),t.current=void 0),a!=null&&(t.current=r(a))},e)}const zp=cn(b.jsx("path",{d:"M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"}),"ChevronLeft"),Gp=cn(b.jsx("path",{d:"M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"}),"ChevronRight");function Ft(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var ii=typeof global=="object"&&global&&global.Object===Object&&global,qp=typeof self=="object"&&self&&self.Object===Object&&self,dt=ii||qp||Function("return this")(),Bn=function(){return dt.Date.now()},Jp=/\s/;function Hp(e){for(var t=e.length;t--&&Jp.test(e.charAt(t)););return t}var Wp=/^\s+/;function Qp(e){return e&&e.slice(0,Hp(e)+1).replace(Wp,"")}var Tt=dt.Symbol,ci=Object.prototype,Kp=ci.hasOwnProperty,Yp=ci.toString,Ir=Tt?Tt.toStringTag:void 0;function Xp(e){var t=Kp.call(e,Ir),r=e[Ir];try{e[Ir]=void 0;var a=!0}catch{}var n=Yp.call(e);return a&&(t?e[Ir]=r:delete e[Ir]),n}var Zp=Object.prototype,eh=Zp.toString;function th(e){return eh.call(e)}var rh="[object Null]",ah="[object Undefined]",bs=Tt?Tt.toStringTag:void 0;function qt(e){return e==null?e===void 0?ah:rh:bs&&bs in Object(e)?Xp(e):th(e)}function Nt(e){return e!=null&&typeof e=="object"}var nh="[object Symbol]";function dn(e){return typeof e=="symbol"||Nt(e)&&qt(e)==nh}var Ss=NaN,oh=/^[-+]0x[0-9a-f]+$/i,sh=/^0b[01]+$/i,lh=/^0o[0-7]+$/i,ih=parseInt;function vs(e){if(typeof e=="number")return e;if(dn(e))return Ss;if(Ft(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Ft(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=Qp(e);var r=sh.test(e);return r||lh.test(e)?ih(e.slice(2),r?2:8):oh.test(e)?Ss:+e}var ch="Expected a function",dh=Math.max,uh=Math.min;function ph(e,t,r){var a,n,o,s,l,i,c=0,d=!1,u=!1,p=!0;if(typeof e!="function")throw new TypeError(ch);t=vs(t)||0,Ft(r)&&(d=!!r.leading,u="maxWait"in r,o=u?dh(vs(r.maxWait)||0,t):o,p="trailing"in r?!!r.trailing:p);function y(W){var j=a,U=n;return a=n=void 0,c=W,s=e.apply(U,j),s}function g(W){return c=W,l=setTimeout(I,t),d?y(W):s}function m(W){var j=W-i,U=W-c,k=t-j;return u?uh(k,o-U):k}function x(W){var j=W-i,U=W-c;return i===void 0||j>=t||j<0||u&&U>=o}function I(){var W=Bn();if(x(W))return G(W);l=setTimeout(I,m(W))}function G(W){return l=void 0,p&&a?y(W):(a=n=void 0,s)}function N(){l!==void 0&&clearTimeout(l),c=0,a=i=n=l=void 0}function D(){return l===void 0?s:G(Bn())}function z(){var W=Bn(),j=x(W);if(a=arguments,n=this,i=W,j){if(l===void 0)return g(i);if(u)return clearTimeout(l),l=setTimeout(I,t),y(i)}return l===void 0&&(l=setTimeout(I,t)),s}return z.cancel=N,z.flush=D,z}var hh="Expected a function";function mh(e,t,r){var a=!0,n=!0;if(typeof e!="function")throw new TypeError(hh);return Ft(r)&&(a="leading"in r?!!r.leading:a,n="trailing"in r?!!r.trailing:n),ph(e,t,{leading:a,maxWait:t,trailing:n})}const di=yr(Re.observer(({startJogging:e,stopJogging:t,lowerLimitDegs:r,upperLimitDegs:a,getValueDegs:n,disabled:o,...s})=>{var N,D,z,W,j,U,k,f,M,L,J,H,ne,te,xe;const{t:l}=we.useTranslation(),[i,c]=Y.useState(),d=F.useTheme(),u={background:(N=d.palette.backgroundPaperElevation)==null?void 0:N[4],color:(D=d.palette.backgroundPaperElevation)==null?void 0:D[11]},p=Re.useLocalObservable(()=>({activeJoggingDir:null,startJogging(X){this.activeJoggingDir=X,e(X)},stopJogging(){this.activeJoggingDir=null,t()}})),y=mh(()=>{c(n())},50);gr(y);function g(X){X.button===0&&p.startJogging("-")}function m(X){X.button===0&&p.startJogging("+")}function x(X){p.stopJogging()}function I(X){p.stopJogging()}function G(X,be=1){if(X===void 0||isNaN(X))return"";const $=l("General.degree.variable",{amount:X.toFixed(be)});return X>0&&be===0?`+${$}`:$}return b.jsxs(ur,{height:"64px",width:"100%",maxWidth:"260px",direction:"row",...s,sx:{"& .MuiIconButton-root":{width:"52px",color:d.palette.text.primary,alignContent:"center",backgroundColor:(z=d.palette.backgroundPaperElevation)==null?void 0:z[11],"& svg":{width:"42px",height:"42px"},"&.Mui-disabled":{backgroundColor:(W=d.palette.backgroundPaperElevation)==null?void 0:W[11],color:d.palette.action.disabled,opacity:1},"&:hover":{backgroundColor:(j=d.palette.backgroundPaperElevation)==null?void 0:j[9]},"&:active":{...u}}},children:[b.jsx(F.IconButton,{onPointerDown:g,onPointerUp:x,onPointerOut:I,disabled:o,disableRipple:!0,sx:{borderRadius:"16px 0px 0px 16px",...p.activeJoggingDir==="-"?u:{}},children:b.jsx(zp,{sx:{pointerEvents:"none",color:(M=(f=(k=(U=d.componentsExt)==null?void 0:U.JoggingPanel)==null?void 0:k.JoggingJoint)==null?void 0:f.Joint)==null?void 0:M.arrowColor}})}),b.jsxs(ur,{flexGrow:1,alignItems:"center",justifyContent:"center",sx:{borderStyle:"solid",borderLeftWidth:0,borderRightWidth:0,border:"none",backgroundColor:(L=d.palette.backgroundPaperElevation)==null?void 0:L[11],paddingLeft:"20px",paddingRight:"20px",zIndex:1},children:[b.jsx(F.Typography,{sx:{fontSize:"15px",fontWeight:700,position:"relative",top:"5px",color:o?d.palette.action.disabled:d.palette.text.primary},children:G(i)}),b.jsx(F.Slider,{disabled:!0,"aria-label":"Joint position",min:r,max:a,value:i||0,track:!1,sx:{"& .MuiSlider-mark":{display:"none"},"& .MuiSlider-thumb":{width:"5px",height:"12px",borderRadius:"2px",color:o?d.palette.action.disabled:d.palette.text.primary},"& .MuiSlider-markLabel":{top:"20px",fontSize:"12px",color:o?d.palette.action.disabled:d.palette.text.secondary},"& .MuiSlider-rail":{backgroundColor:(J=d.palette.backgroundPaperElevation)==null?void 0:J[5],opacity:1}},marks:r!==void 0&&a!==void 0&&[{value:r,label:G(r,0)},{value:a,label:G(a,0)}]})]}),b.jsx(F.IconButton,{onPointerDown:m,onPointerUp:x,onPointerOut:I,disabled:o,disableRipple:!0,sx:{borderRadius:"0px 16px 16px 0px",...p.activeJoggingDir==="+"?u:{}},children:b.jsx(Gp,{sx:{pointerEvents:"none",color:(xe=(te=(ne=(H=d.componentsExt)==null?void 0:H.JoggingPanel)==null?void 0:ne.JoggingJoint)==null?void 0:te.Joint)==null?void 0:xe.arrowColor}})})]})})),fh=cn(b.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"),yh=cn(b.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 gh(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var ui=gh;function bh(){this.__data__=[],this.size=0}var Sh=bh;function vh(e,t){return e===t||e!==e&&t!==t}var pi=vh;function xh(e,t){for(var r=e.length;r--;)if(pi(e[r][0],t))return r;return-1}var un=xh,Oh=Array.prototype,wh=Oh.splice;function Ch(e){var t=this.__data__,r=un(t,e);if(r<0)return!1;var a=t.length-1;return r==a?t.pop():wh.call(t,r,1),--this.size,!0}var Vh=Ch;function Ph(e){var t=this.__data__,r=un(t,e);return r<0?void 0:t[r][1]}var Rh=Ph;function _h(e){return un(this.__data__,e)>-1}var Ah=_h;function Th(e,t){var r=this.__data__,a=un(r,e);return a<0?(++this.size,r.push([e,t])):r[a][1]=t,this}var Ih=Th;function br(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var a=e[t];this.set(a[0],a[1])}}br.prototype.clear=Sh;br.prototype.delete=Vh;br.prototype.get=Rh;br.prototype.has=Ah;br.prototype.set=Ih;var pn=br;function Eh(){this.__data__=new pn,this.size=0}var Mh=Eh;function jh(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}var $h=jh;function Uh(e){return this.__data__.get(e)}var kh=Uh;function Bh(e){return this.__data__.has(e)}var Lh=Bh,Fh=typeof global=="object"&&global&&global.Object===Object&&global,hi=Fh,Nh=typeof self=="object"&&self&&self.Object===Object&&self,Dh=hi||Nh||Function("return this")(),bt=Dh,zh=bt.Symbol,fr=zh,mi=Object.prototype,Gh=mi.hasOwnProperty,qh=mi.toString,Er=fr?fr.toStringTag:void 0;function Jh(e){var t=Gh.call(e,Er),r=e[Er];try{e[Er]=void 0;var a=!0}catch{}var n=qh.call(e);return a&&(t?e[Er]=r:delete e[Er]),n}var Hh=Jh,Wh=Object.prototype,Qh=Wh.toString;function Kh(e){return Qh.call(e)}var Yh=Kh,Xh="[object Null]",Zh="[object Undefined]",xs=fr?fr.toStringTag:void 0;function em(e){return e==null?e===void 0?Zh:Xh:xs&&xs in Object(e)?Hh(e):Yh(e)}var aa=em,tm="[object AsyncFunction]",rm="[object Function]",am="[object GeneratorFunction]",nm="[object Proxy]";function om(e){if(!ui(e))return!1;var t=aa(e);return t==rm||t==am||t==tm||t==nm}var fi=om,sm=bt["__core-js_shared__"],Ln=sm,Os=function(){var e=/[^.]+$/.exec(Ln&&Ln.keys&&Ln.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function lm(e){return!!Os&&Os in e}var im=lm,cm=Function.prototype,dm=cm.toString;function um(e){if(e!=null){try{return dm.call(e)}catch{}try{return e+""}catch{}}return""}var Jt=um,pm=/[\\^$.*+?()[\]{}|]/g,hm=/^\[object .+?Constructor\]$/,mm=Function.prototype,fm=Object.prototype,ym=mm.toString,gm=fm.hasOwnProperty,bm=RegExp("^"+ym.call(gm).replace(pm,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Sm(e){if(!ui(e)||im(e))return!1;var t=fi(e)?bm:hm;return t.test(Jt(e))}var vm=Sm;function xm(e,t){return e==null?void 0:e[t]}var Om=xm;function wm(e,t){var r=Om(e,t);return vm(r)?r:void 0}var Sr=wm,Cm=Sr(bt,"Map"),Wr=Cm,Vm=Sr(Object,"create"),Qr=Vm;function Pm(){this.__data__=Qr?Qr(null):{},this.size=0}var Rm=Pm;function _m(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var Am=_m,Tm="__lodash_hash_undefined__",Im=Object.prototype,Em=Im.hasOwnProperty;function Mm(e){var t=this.__data__;if(Qr){var r=t[e];return r===Tm?void 0:r}return Em.call(t,e)?t[e]:void 0}var jm=Mm,$m=Object.prototype,Um=$m.hasOwnProperty;function km(e){var t=this.__data__;return Qr?t[e]!==void 0:Um.call(t,e)}var Bm=km,Lm="__lodash_hash_undefined__";function Fm(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Qr&&t===void 0?Lm:t,this}var Nm=Fm;function vr(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var a=e[t];this.set(a[0],a[1])}}vr.prototype.clear=Rm;vr.prototype.delete=Am;vr.prototype.get=jm;vr.prototype.has=Bm;vr.prototype.set=Nm;var ws=vr;function Dm(){this.size=0,this.__data__={hash:new ws,map:new(Wr||pn),string:new ws}}var zm=Dm;function Gm(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var qm=Gm;function Jm(e,t){var r=e.__data__;return qm(t)?r[typeof t=="string"?"string":"hash"]:r.map}var hn=Jm;function Hm(e){var t=hn(this,e).delete(e);return this.size-=t?1:0,t}var Wm=Hm;function Qm(e){return hn(this,e).get(e)}var Km=Qm;function Ym(e){return hn(this,e).has(e)}var Xm=Ym;function Zm(e,t){var r=hn(this,e),a=r.size;return r.set(e,t),this.size+=r.size==a?0:1,this}var ef=Zm;function xr(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var a=e[t];this.set(a[0],a[1])}}xr.prototype.clear=zm;xr.prototype.delete=Wm;xr.prototype.get=Km;xr.prototype.has=Xm;xr.prototype.set=ef;var yi=xr,tf=200;function rf(e,t){var r=this.__data__;if(r instanceof pn){var a=r.__data__;if(!Wr||a.length<tf-1)return a.push([e,t]),this.size=++r.size,this;r=this.__data__=new yi(a)}return r.set(e,t),this.size=r.size,this}var af=rf;function Or(e){var t=this.__data__=new pn(e);this.size=t.size}Or.prototype.clear=Mh;Or.prototype.delete=$h;Or.prototype.get=kh;Or.prototype.has=Lh;Or.prototype.set=af;var Fn=Or,nf="__lodash_hash_undefined__";function of(e){return this.__data__.set(e,nf),this}var sf=of;function lf(e){return this.__data__.has(e)}var cf=lf;function za(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new yi;++t<r;)this.add(e[t])}za.prototype.add=za.prototype.push=sf;za.prototype.has=cf;var df=za;function uf(e,t){for(var r=-1,a=e==null?0:e.length;++r<a;)if(t(e[r],r,e))return!0;return!1}var pf=uf;function hf(e,t){return e.has(t)}var mf=hf,ff=1,yf=2;function gf(e,t,r,a,n,o){var s=r&ff,l=e.length,i=t.length;if(l!=i&&!(s&&i>l))return!1;var c=o.get(e),d=o.get(t);if(c&&d)return c==t&&d==e;var u=-1,p=!0,y=r&yf?new df:void 0;for(o.set(e,t),o.set(t,e);++u<l;){var g=e[u],m=t[u];if(a)var x=s?a(m,g,u,t,e,o):a(g,m,u,e,t,o);if(x!==void 0){if(x)continue;p=!1;break}if(y){if(!pf(t,function(I,G){if(!mf(y,G)&&(g===I||n(g,I,r,a,o)))return y.push(G)})){p=!1;break}}else if(!(g===m||n(g,m,r,a,o))){p=!1;break}}return o.delete(e),o.delete(t),p}var gi=gf,bf=bt.Uint8Array,Cs=bf;function Sf(e){var t=-1,r=Array(e.size);return e.forEach(function(a,n){r[++t]=[n,a]}),r}var vf=Sf;function xf(e){var t=-1,r=Array(e.size);return e.forEach(function(a){r[++t]=a}),r}var Of=xf,wf=1,Cf=2,Vf="[object Boolean]",Pf="[object Date]",Rf="[object Error]",_f="[object Map]",Af="[object Number]",Tf="[object RegExp]",If="[object Set]",Ef="[object String]",Mf="[object Symbol]",jf="[object ArrayBuffer]",$f="[object DataView]",Vs=fr?fr.prototype:void 0,Nn=Vs?Vs.valueOf:void 0;function Uf(e,t,r,a,n,o,s){switch(r){case $f:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case jf:return!(e.byteLength!=t.byteLength||!o(new Cs(e),new Cs(t)));case Vf:case Pf:case Af:return pi(+e,+t);case Rf:return e.name==t.name&&e.message==t.message;case Tf:case Ef:return e==t+"";case _f:var l=vf;case If:var i=a&wf;if(l||(l=Of),e.size!=t.size&&!i)return!1;var c=s.get(e);if(c)return c==t;a|=Cf,s.set(e,t);var d=gi(l(e),l(t),a,n,o,s);return s.delete(e),d;case Mf:if(Nn)return Nn.call(e)==Nn.call(t)}return!1}var kf=Uf;function Bf(e,t){for(var r=-1,a=t.length,n=e.length;++r<a;)e[n+r]=t[r];return e}var Lf=Bf,Ff=Array.isArray,Ga=Ff;function Nf(e,t,r){var a=t(e);return Ga(e)?a:Lf(a,r(e))}var Df=Nf;function zf(e,t){for(var r=-1,a=e==null?0:e.length,n=0,o=[];++r<a;){var s=e[r];t(s,r,e)&&(o[n++]=s)}return o}var Gf=zf;function qf(){return[]}var Jf=qf,Hf=Object.prototype,Wf=Hf.propertyIsEnumerable,Ps=Object.getOwnPropertySymbols,Qf=Ps?function(e){return e==null?[]:(e=Object(e),Gf(Ps(e),function(t){return Wf.call(e,t)}))}:Jf,Kf=Qf;function Yf(e,t){for(var r=-1,a=Array(e);++r<e;)a[r]=t(r);return a}var Xf=Yf;function Zf(e){return e!=null&&typeof e=="object"}var Kr=Zf,ey="[object Arguments]";function ty(e){return Kr(e)&&aa(e)==ey}var Rs=ty,bi=Object.prototype,ry=bi.hasOwnProperty,ay=bi.propertyIsEnumerable,ny=Rs(function(){return arguments}())?Rs:function(e){return Kr(e)&&ry.call(e,"callee")&&!ay.call(e,"callee")},oy=ny;function sy(){return!1}var ly=sy,Si=typeof exports=="object"&&exports&&!exports.nodeType&&exports,_s=Si&&typeof module=="object"&&module&&!module.nodeType&&module,iy=_s&&_s.exports===Si,As=iy?bt.Buffer:void 0,cy=As?As.isBuffer:void 0,dy=cy||ly,oo=dy,uy=9007199254740991,py=/^(?:0|[1-9]\d*)$/;function hy(e,t){var r=typeof e;return t=t??uy,!!t&&(r=="number"||r!="symbol"&&py.test(e))&&e>-1&&e%1==0&&e<t}var my=hy,fy=9007199254740991;function yy(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=fy}var vi=yy,gy="[object Arguments]",by="[object Array]",Sy="[object Boolean]",vy="[object Date]",xy="[object Error]",Oy="[object Function]",wy="[object Map]",Cy="[object Number]",Vy="[object Object]",Py="[object RegExp]",Ry="[object Set]",_y="[object String]",Ay="[object WeakMap]",Ty="[object ArrayBuffer]",Iy="[object DataView]",Ey="[object Float32Array]",My="[object Float64Array]",jy="[object Int8Array]",$y="[object Int16Array]",Uy="[object Int32Array]",ky="[object Uint8Array]",By="[object Uint8ClampedArray]",Ly="[object Uint16Array]",Fy="[object Uint32Array]",pe={};pe[Ey]=pe[My]=pe[jy]=pe[$y]=pe[Uy]=pe[ky]=pe[By]=pe[Ly]=pe[Fy]=!0;pe[gy]=pe[by]=pe[Ty]=pe[Sy]=pe[Iy]=pe[vy]=pe[xy]=pe[Oy]=pe[wy]=pe[Cy]=pe[Vy]=pe[Py]=pe[Ry]=pe[_y]=pe[Ay]=!1;function Ny(e){return Kr(e)&&vi(e.length)&&!!pe[aa(e)]}var Dy=Ny;function zy(e){return function(t){return e(t)}}var Gy=zy,xi=typeof exports=="object"&&exports&&!exports.nodeType&&exports,zr=xi&&typeof module=="object"&&module&&!module.nodeType&&module,qy=zr&&zr.exports===xi,Dn=qy&&hi.process,Jy=function(){try{var e=zr&&zr.require&&zr.require("util").types;return e||Dn&&Dn.binding&&Dn.binding("util")}catch{}}(),Ts=Jy,Is=Ts&&Ts.isTypedArray,Hy=Is?Gy(Is):Dy,Oi=Hy,Wy=Object.prototype,Qy=Wy.hasOwnProperty;function Ky(e,t){var r=Ga(e),a=!r&&oy(e),n=!r&&!a&&oo(e),o=!r&&!a&&!n&&Oi(e),s=r||a||n||o,l=s?Xf(e.length,String):[],i=l.length;for(var c in e)(t||Qy.call(e,c))&&!(s&&(c=="length"||n&&(c=="offset"||c=="parent")||o&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||my(c,i)))&&l.push(c);return l}var Yy=Ky,Xy=Object.prototype;function Zy(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||Xy;return e===r}var eg=Zy;function tg(e,t){return function(r){return e(t(r))}}var rg=tg,ag=rg(Object.keys,Object),ng=ag,og=Object.prototype,sg=og.hasOwnProperty;function lg(e){if(!eg(e))return ng(e);var t=[];for(var r in Object(e))sg.call(e,r)&&r!="constructor"&&t.push(r);return t}var ig=lg;function cg(e){return e!=null&&vi(e.length)&&!fi(e)}var dg=cg;function ug(e){return dg(e)?Yy(e):ig(e)}var pg=ug;function hg(e){return Df(e,pg,Kf)}var Es=hg,mg=1,fg=Object.prototype,yg=fg.hasOwnProperty;function gg(e,t,r,a,n,o){var s=r&mg,l=Es(e),i=l.length,c=Es(t),d=c.length;if(i!=d&&!s)return!1;for(var u=i;u--;){var p=l[u];if(!(s?p in t:yg.call(t,p)))return!1}var y=o.get(e),g=o.get(t);if(y&&g)return y==t&&g==e;var m=!0;o.set(e,t),o.set(t,e);for(var x=s;++u<i;){p=l[u];var I=e[p],G=t[p];if(a)var N=s?a(G,I,p,t,e,o):a(I,G,p,e,t,o);if(!(N===void 0?I===G||n(I,G,r,a,o):N)){m=!1;break}x||(x=p=="constructor")}if(m&&!x){var D=e.constructor,z=t.constructor;D!=z&&"constructor"in e&&"constructor"in t&&!(typeof D=="function"&&D instanceof D&&typeof z=="function"&&z instanceof z)&&(m=!1)}return o.delete(e),o.delete(t),m}var bg=gg,Sg=Sr(bt,"DataView"),so=Sg,vg=Sr(bt,"Promise"),lo=vg,xg=Sr(bt,"Set"),io=xg,Og=Sr(bt,"WeakMap"),co=Og,Ms="[object Map]",wg="[object Object]",js="[object Promise]",$s="[object Set]",Us="[object WeakMap]",ks="[object DataView]",Cg=Jt(so),Vg=Jt(Wr),Pg=Jt(lo),Rg=Jt(io),_g=Jt(co),$t=aa;(so&&$t(new so(new ArrayBuffer(1)))!=ks||Wr&&$t(new Wr)!=Ms||lo&&$t(lo.resolve())!=js||io&&$t(new io)!=$s||co&&$t(new co)!=Us)&&($t=function(e){var t=aa(e),r=t==wg?e.constructor:void 0,a=r?Jt(r):"";if(a)switch(a){case Cg:return ks;case Vg:return Ms;case Pg:return js;case Rg:return $s;case _g:return Us}return t});var Bs=$t,Ag=1,Ls="[object Arguments]",Fs="[object Array]",ga="[object Object]",Tg=Object.prototype,Ns=Tg.hasOwnProperty;function Ig(e,t,r,a,n,o){var s=Ga(e),l=Ga(t),i=s?Fs:Bs(e),c=l?Fs:Bs(t);i=i==Ls?ga:i,c=c==Ls?ga:c;var d=i==ga,u=c==ga,p=i==c;if(p&&oo(e)){if(!oo(t))return!1;s=!0,d=!1}if(p&&!d)return o||(o=new Fn),s||Oi(e)?gi(e,t,r,a,n,o):kf(e,t,i,r,a,n,o);if(!(r&Ag)){var y=d&&Ns.call(e,"__wrapped__"),g=u&&Ns.call(t,"__wrapped__");if(y||g){var m=y?e.value():e,x=g?t.value():t;return o||(o=new Fn),n(m,x,r,a,o)}}return p?(o||(o=new Fn),bg(e,t,r,a,n,o)):!1}var Eg=Ig;function wi(e,t,r,a,n){return e===t?!0:e==null||t==null||!Kr(e)&&!Kr(t)?e!==e&&t!==t:Eg(e,t,r,a,wi,n)}var Mg=wi;function jg(e,t){return Mg(e,t)}var $g=jg;/*! *****************************************************************************
|
|
89
80
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
90
81
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
91
82
|
this file except in compliance with the License. You may obtain a copy of the
|
|
@@ -98,18 +89,19 @@ MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
|
98
89
|
|
|
99
90
|
See the Apache Version 2.0 License for specific language governing permissions
|
|
100
91
|
and limitations under the License.
|
|
101
|
-
***************************************************************************** */var
|
|
92
|
+
***************************************************************************** */var uo=function(e,t){return uo=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,a){r.__proto__=a}||function(r,a){for(var n in a)a.hasOwnProperty(n)&&(r[n]=a[n])},uo(e,t)};function Ci(e,t){uo(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}function Ug(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 kg(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var a=r.call(e),n,o=[],s;try{for(;(t===void 0||t-- >0)&&!(n=a.next()).done;)o.push(n.value)}catch(l){s={error:l}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(s)throw s.error}}return o}function Bg(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(kg(arguments[t]));return e}var Vi=function(){function e(t,r){this.target=r,this.type=t}return e}(),Lg=function(e){Ci(t,e);function t(r,a){var n=e.call(this,"error",a)||this;return n.message=r.message,n.error=r,n}return t}(Vi),Fg=function(e){Ci(t,e);function t(r,a,n){r===void 0&&(r=1e3),a===void 0&&(a="");var o=e.call(this,"close",n)||this;return o.wasClean=!0,o.code=r,o.reason=a,o}return t}(Vi);/*!
|
|
102
93
|
* Reconnecting WebSocket
|
|
103
94
|
* by Pedro Ladaria <pedro.ladaria@gmail.com>
|
|
104
95
|
* https://github.com/pladaria/reconnecting-websocket
|
|
105
96
|
* License MIT
|
|
106
|
-
*/var b0=function(){if(typeof WebSocket<"u")return WebSocket},S0=function(e){return typeof e<"u"&&!!e&&e.CLOSING===2},nr={maxReconnectionDelay:1e4,minReconnectionDelay:1e3+Math.random()*4e3,minUptime:5e3,reconnectionDelayGrowFactor:1.3,connectionTimeout:4e3,maxRetries:1/0,maxEnqueuedMessages:1/0},v0=function(){function e(t,r,a){var n=this;a===void 0&&(a={}),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){n._debug("open event");var s=n._options.minUptime,i=s===void 0?nr.minUptime:s;clearTimeout(n._connectTimeout),n._uptimeTimeout=setTimeout(function(){return n._acceptOpen()},i),n._ws.binaryType=n._binaryType,n._messageQueue.forEach(function(l){return n._ws.send(l)}),n._messageQueue=[],n.onopen&&n.onopen(o),n._listeners.open.forEach(function(l){return n._callEventListener(o,l)})},this._handleMessage=function(o){n._debug("message event"),n.onmessage&&n.onmessage(o),n._listeners.message.forEach(function(s){return n._callEventListener(o,s)})},this._handleError=function(o){n._debug("error event",o.message),n._disconnect(void 0,o.message==="TIMEOUT"?"timeout":void 0),n.onerror&&n.onerror(o),n._debug("exec error listeners"),n._listeners.error.forEach(function(s){return n._callEventListener(o,s)}),n._connect()},this._handleClose=function(o){n._debug("close event"),n._clearTimeouts(),n._shouldReconnect&&n._connect(),n.onclose&&n.onclose(o),n._listeners.close.forEach(function(s){return n._callEventListener(o,s)})},this._url=t,this._protocols=r,this._options=a,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,a){return typeof a=="string"?r+=a.length:a instanceof Blob?r+=a.size:r+=a.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,a=r===void 0?nr.maxEnqueuedMessages:r;this._messageQueue.length<a&&(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,a,n=this._listeners[t.type];if(n)try{for(var o=h0(n),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&&(a=o.return)&&a.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(a){return a!==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,f0(["RWS>"],t))},e.prototype._getNextDelay=function(){var t=this._options,r=t.reconnectionDelayGrowFactor,a=r===void 0?nr.reconnectionDelayGrowFactor:r,n=t.minReconnectionDelay,o=n===void 0?nr.minReconnectionDelay:n,s=t.maxReconnectionDelay,i=s===void 0?nr.maxReconnectionDelay:s,l=0;return this._retryCount>0&&(l=o*Math.pow(a,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,a=r.maxRetries,n=a===void 0?nr.maxRetries:a,o=r.connectionTimeout,s=o===void 0?nr.connectionTimeout:o,i=r.WebSocket,l=i===void 0?b0():i;if(this._retryCount>=n){this._debug("max retries reached",this._retryCount,">=",n);return}if(this._retryCount++,this._debug("connect",this._retryCount),this._removeListeners(),!S0(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 g0(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 y0(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}(),x0=Object.defineProperty,O0=Object.defineProperties,w0=Object.getOwnPropertyDescriptors,zi=Object.getOwnPropertySymbols,C0=Object.prototype.hasOwnProperty,P0=Object.prototype.propertyIsEnumerable,Gi=(e,t,r)=>t in e?x0(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Nr=(e,t)=>{for(var r in t||(t={}))C0.call(t,r)&&Gi(e,r,t[r]);if(zi)for(var r of zi(t))P0.call(t,r)&&Gi(e,r,t[r]);return e},Ko=(e,t)=>O0(e,w0(t)),Ce=(e,t,r)=>new Promise((a,n)=>{var o=l=>{try{i(r.next(l))}catch(c){n(c)}},s=l=>{try{i(r.throw(l))}catch(c){n(c)}},i=l=>l.done?a(l.value):Promise.resolve(l.value).then(o,s);i((r=r.apply(e,t)).next())}),V0=class extends v0{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",a=>{this.receivedFirstMessage||(this.receivedFirstMessage=a)}),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 Ce(this,null,function*(){return new Promise((e,t)=>{this.readyState===WebSocket.OPEN?e():(this.addEventListener("open",()=>e()),this.addEventListener("error",t))})})}closed(){return Ce(this,null,function*(){return new Promise((e,t)=>{this.readyState===WebSocket.CLOSED?e():(this.addEventListener("close",()=>e()),this.addEventListener("error",t))})})}firstMessage(){return Ce(this,null,function*(){return this.receivedFirstMessage?this.receivedFirstMessage:new Promise((e,t)=>{const r=n=>{this.receivedFirstMessage=n,this.removeEventListener("message",r),this.removeEventListener("error",a),e(n)},a=n=>{this.removeEventListener("message",r),this.removeEventListener("error",a),t(n)};this.addEventListener("message",r),this.addEventListener("error",a)})})}nextMessage(){return Ce(this,null,function*(){return new Promise((e,t)=>{const r=n=>{this.removeEventListener("message",r),this.removeEventListener("error",a),e(n)},a=n=>{this.removeEventListener("message",r),this.removeEventListener("error",a),t(n)};this.addEventListener("message",r),this.addEventListener("error",a)})})}},R0=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}},Po=new R0;function Kt(e){try{return JSON.parse(e)}catch{return}}function _0(e,t){return e||(e="world"),t||(t="world"),e===t}var Gr="wandelbots.io",Vo={dev:{domain:`https://auth.portal.dev.${Gr}`,clientId:"fLbJD0RLp5r2Dpucm5j8BjwMR6Hunfha"},stg:{domain:`https://auth.portal.stg.${Gr}`,clientId:"joVDeD9e786WzFNSGCqoVq7HNkWt5j6s"},prod:{domain:`https://auth.portal.${Gr}`,clientId:"J7WJUi38xVQdJAEBNRT9Xw1b0fXDb4J2"}},A0=e=>{if(e.includes(`dev.${Gr}`))return Vo.dev;if(e.includes(`stg.${Gr}`))return Vo.stg;if(e.includes(Gr))return Vo.prod;throw new Error("Unsupported instance URL. Cannot determine Auth0 configuration.")},T0=e=>Ce(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=A0(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:a}=yield Promise.resolve().then(()=>require("./auth0-spa-js.production.esm-BLRAk7Yh.cjs")),n=new a({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 n.handleRedirectCallback();window.history.replaceState({},document.title,(s==null?void 0:s.returnTo)||window.location.pathname)}else yield n.loginWithRedirect();return yield n.getTokenSilently()});function _c(e,t){return function(){return e.apply(t,arguments)}}const{toString:E0}=Object.prototype,{getPrototypeOf:bs}=Object,Yn=(e=>t=>{const r=E0.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),gt=e=>(e=e.toLowerCase(),t=>Yn(t)===e),Xn=e=>t=>typeof t===e,{isArray:ea}=Array,$a=Xn("undefined");function I0(e){return e!==null&&!$a(e)&&e.constructor!==null&&!$a(e.constructor)&&at(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Ac=gt("ArrayBuffer");function M0(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Ac(e.buffer),t}const j0=Xn("string"),at=Xn("function"),Tc=Xn("number"),Zn=e=>e!==null&&typeof e=="object",$0=e=>e===!0||e===!1,hn=e=>{if(Yn(e)!=="object")return!1;const t=bs(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},U0=gt("Date"),L0=gt("File"),k0=gt("Blob"),B0=gt("FileList"),F0=e=>Zn(e)&&at(e.pipe),N0=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||at(e.append)&&((t=Yn(e))==="formdata"||t==="object"&&at(e.toString)&&e.toString()==="[object FormData]"))},D0=gt("URLSearchParams"),[z0,G0,J0,H0]=["ReadableStream","Request","Response","Headers"].map(gt),q0=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Da(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let a,n;if(typeof e!="object"&&(e=[e]),ea(e))for(a=0,n=e.length;a<n;a++)t.call(null,e[a],a,e);else{const o=r?Object.getOwnPropertyNames(e):Object.keys(e),s=o.length;let i;for(a=0;a<s;a++)i=o[a],t.call(null,e[i],i,e)}}function Ec(e,t){t=t.toLowerCase();const r=Object.keys(e);let a=r.length,n;for(;a-- >0;)if(n=r[a],t===n.toLowerCase())return n;return null}const sr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Ic=e=>!$a(e)&&e!==sr;function Qo(){const{caseless:e}=Ic(this)&&this||{},t={},r=(a,n)=>{const o=e&&Ec(t,n)||n;hn(t[o])&&hn(a)?t[o]=Qo(t[o],a):hn(a)?t[o]=Qo({},a):ea(a)?t[o]=a.slice():t[o]=a};for(let a=0,n=arguments.length;a<n;a++)arguments[a]&&Da(arguments[a],r);return t}const W0=(e,t,r,{allOwnKeys:a}={})=>(Da(t,(n,o)=>{r&&at(n)?e[o]=_c(n,r):e[o]=n},{allOwnKeys:a}),e),K0=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Q0=(e,t,r,a)=>{e.prototype=Object.create(t.prototype,a),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},Y0=(e,t,r,a)=>{let n,o,s;const i={};if(t=t||{},e==null)return t;do{for(n=Object.getOwnPropertyNames(e),o=n.length;o-- >0;)s=n[o],(!a||a(s,e,t))&&!i[s]&&(t[s]=e[s],i[s]=!0);e=r!==!1&&bs(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},X0=(e,t,r)=>{e=String(e),(r===void 0||r>e.length)&&(r=e.length),r-=t.length;const a=e.indexOf(t,r);return a!==-1&&a===r},Z0=e=>{if(!e)return null;if(ea(e))return e;let t=e.length;if(!Tc(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},eS=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&bs(Uint8Array)),tS=(e,t)=>{const a=(e&&e[Symbol.iterator]).call(e);let n;for(;(n=a.next())&&!n.done;){const o=n.value;t.call(e,o[0],o[1])}},rS=(e,t)=>{let r;const a=[];for(;(r=e.exec(t))!==null;)a.push(r);return a},aS=gt("HTMLFormElement"),nS=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,a,n){return a.toUpperCase()+n}),Ji=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),oS=gt("RegExp"),Mc=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),a={};Da(r,(n,o)=>{let s;(s=t(n,o,e))!==!1&&(a[o]=s||n)}),Object.defineProperties(e,a)},sS=e=>{Mc(e,(t,r)=>{if(at(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const a=e[r];if(at(a)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},iS=(e,t)=>{const r={},a=n=>{n.forEach(o=>{r[o]=!0})};return ea(e)?a(e):a(String(e).split(t)),r},lS=()=>{},cS=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function dS(e){return!!(e&&at(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const uS=e=>{const t=new Array(10),r=(a,n)=>{if(Zn(a)){if(t.indexOf(a)>=0)return;if(!("toJSON"in a)){t[n]=a;const o=ea(a)?[]:{};return Da(a,(s,i)=>{const l=r(s,n+1);!$a(l)&&(o[i]=l)}),t[n]=void 0,o}}return a};return r(e,0)},pS=gt("AsyncFunction"),hS=e=>e&&(Zn(e)||at(e))&&at(e.then)&&at(e.catch),jc=((e,t)=>e?setImmediate:t?((r,a)=>(sr.addEventListener("message",({source:n,data:o})=>{n===sr&&o===r&&a.length&&a.shift()()},!1),n=>{a.push(n),sr.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",at(sr.postMessage)),mS=typeof queueMicrotask<"u"?queueMicrotask.bind(sr):typeof process<"u"&&process.nextTick||jc,I={isArray:ea,isArrayBuffer:Ac,isBuffer:I0,isFormData:N0,isArrayBufferView:M0,isString:j0,isNumber:Tc,isBoolean:$0,isObject:Zn,isPlainObject:hn,isReadableStream:z0,isRequest:G0,isResponse:J0,isHeaders:H0,isUndefined:$a,isDate:U0,isFile:L0,isBlob:k0,isRegExp:oS,isFunction:at,isStream:F0,isURLSearchParams:D0,isTypedArray:eS,isFileList:B0,forEach:Da,merge:Qo,extend:W0,trim:q0,stripBOM:K0,inherits:Q0,toFlatObject:Y0,kindOf:Yn,kindOfTest:gt,endsWith:X0,toArray:Z0,forEachEntry:tS,matchAll:rS,isHTMLForm:aS,hasOwnProperty:Ji,hasOwnProp:Ji,reduceDescriptors:Mc,freezeMethods:sS,toObjectSet:iS,toCamelCase:nS,noop:lS,toFiniteNumber:cS,findKey:Ec,global:sr,isContextDefined:Ic,isSpecCompliantForm:dS,toJSONObject:uS,isAsyncFn:pS,isThenable:hS,setImmediate:jc,asap:mS};function ie(e,t,r,a,n){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),a&&(this.request=a),n&&(this.response=n,this.status=n.status?n.status:null)}I.inherits(ie,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:I.toJSONObject(this.config),code:this.code,status:this.status}}});const $c=ie.prototype,Uc={};["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=>{Uc[e]={value:e}});Object.defineProperties(ie,Uc);Object.defineProperty($c,"isAxiosError",{value:!0});ie.from=(e,t,r,a,n,o)=>{const s=Object.create($c);return I.toFlatObject(e,s,function(l){return l!==Error.prototype},i=>i!=="isAxiosError"),ie.call(s,e.message,t,r,a,n),s.cause=e,s.name=e.name,o&&Object.assign(s,o),s};const fS=null;function Yo(e){return I.isPlainObject(e)||I.isArray(e)}function Lc(e){return I.endsWith(e,"[]")?e.slice(0,-2):e}function Hi(e,t,r){return e?e.concat(t).map(function(n,o){return n=Lc(n),!r&&o?"["+n+"]":n}).join(r?".":""):t}function gS(e){return I.isArray(e)&&!e.some(Yo)}const yS=I.toFlatObject(I,{},null,function(t){return/^is[A-Z]/.test(t)});function eo(e,t,r){if(!I.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,r=I.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(h,x){return!I.isUndefined(x[h])});const a=r.metaTokens,n=r.visitor||d,o=r.dots,s=r.indexes,l=(r.Blob||typeof Blob<"u"&&Blob)&&I.isSpecCompliantForm(t);if(!I.isFunction(n))throw new TypeError("visitor must be a function");function c(g){if(g===null)return"";if(I.isDate(g))return g.toISOString();if(!l&&I.isBlob(g))throw new ie("Blob is not supported. Use a Buffer instead.");return I.isArrayBuffer(g)||I.isTypedArray(g)?l&&typeof Blob=="function"?new Blob([g]):Buffer.from(g):g}function d(g,h,x){let E=g;if(g&&!x&&typeof g=="object"){if(I.endsWith(h,"{}"))h=a?h:h.slice(0,-2),g=JSON.stringify(g);else if(I.isArray(g)&&gS(g)||(I.isFileList(g)||I.endsWith(h,"[]"))&&(E=I.toArray(g)))return h=Lc(h),E.forEach(function(F,N){!(I.isUndefined(F)||F===null)&&t.append(s===!0?Hi([h],N,o):s===null?h:h+"[]",c(F))}),!1}return Yo(g)?!0:(t.append(Hi(x,h,o),c(g)),!1)}const u=[],p=Object.assign(yS,{defaultVisitor:d,convertValue:c,isVisitable:Yo});function m(g,h){if(!I.isUndefined(g)){if(u.indexOf(g)!==-1)throw Error("Circular reference detected in "+h.join("."));u.push(g),I.forEach(g,function(E,U){(!(I.isUndefined(E)||E===null)&&n.call(t,E,I.isString(U)?U.trim():U,h,p))===!0&&m(E,h?h.concat(U):[U])}),u.pop()}}if(!I.isObject(e))throw new TypeError("data must be an object");return m(e),t}function qi(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(a){return t[a]})}function Ss(e,t){this._pairs=[],e&&eo(e,this,t)}const kc=Ss.prototype;kc.append=function(t,r){this._pairs.push([t,r])};kc.toString=function(t){const r=t?function(a){return t.call(this,a,qi)}:qi;return this._pairs.map(function(n){return r(n[0])+"="+r(n[1])},"").join("&")};function bS(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Bc(e,t,r){if(!t)return e;const a=r&&r.encode||bS;I.isFunction(r)&&(r={serialize:r});const n=r&&r.serialize;let o;if(n?o=n(t,r):o=I.isURLSearchParams(t)?t.toString():new Ss(t,r).toString(a),o){const s=e.indexOf("#");s!==-1&&(e=e.slice(0,s)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class Wi{constructor(){this.handlers=[]}use(t,r,a){return this.handlers.push({fulfilled:t,rejected:r,synchronous:a?a.synchronous:!1,runWhen:a?a.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){I.forEach(this.handlers,function(a){a!==null&&t(a)})}}const Fc={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},SS=typeof URLSearchParams<"u"?URLSearchParams:Ss,vS=typeof FormData<"u"?FormData:null,xS=typeof Blob<"u"?Blob:null,OS={isBrowser:!0,classes:{URLSearchParams:SS,FormData:vS,Blob:xS},protocols:["http","https","file","blob","url","data"]},vs=typeof window<"u"&&typeof document<"u",Xo=typeof navigator=="object"&&navigator||void 0,wS=vs&&(!Xo||["ReactNative","NativeScript","NS"].indexOf(Xo.product)<0),CS=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",PS=vs&&window.location.href||"http://localhost",VS=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:vs,hasStandardBrowserEnv:wS,hasStandardBrowserWebWorkerEnv:CS,navigator:Xo,origin:PS},Symbol.toStringTag,{value:"Module"})),Ge={...VS,...OS};function RS(e,t){return eo(e,new Ge.classes.URLSearchParams,Object.assign({visitor:function(r,a,n,o){return Ge.isNode&&I.isBuffer(r)?(this.append(a,r.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function _S(e){return I.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function AS(e){const t={},r=Object.keys(e);let a;const n=r.length;let o;for(a=0;a<n;a++)o=r[a],t[o]=e[o];return t}function Nc(e){function t(r,a,n,o){let s=r[o++];if(s==="__proto__")return!0;const i=Number.isFinite(+s),l=o>=r.length;return s=!s&&I.isArray(n)?n.length:s,l?(I.hasOwnProp(n,s)?n[s]=[n[s],a]:n[s]=a,!i):((!n[s]||!I.isObject(n[s]))&&(n[s]=[]),t(r,a,n[s],o)&&I.isArray(n[s])&&(n[s]=AS(n[s])),!i)}if(I.isFormData(e)&&I.isFunction(e.entries)){const r={};return I.forEachEntry(e,(a,n)=>{t(_S(a),n,r,0)}),r}return null}function TS(e,t,r){if(I.isString(e))try{return(t||JSON.parse)(e),I.trim(e)}catch(a){if(a.name!=="SyntaxError")throw a}return(r||JSON.stringify)(e)}const za={transitional:Fc,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const a=r.getContentType()||"",n=a.indexOf("application/json")>-1,o=I.isObject(t);if(o&&I.isHTMLForm(t)&&(t=new FormData(t)),I.isFormData(t))return n?JSON.stringify(Nc(t)):t;if(I.isArrayBuffer(t)||I.isBuffer(t)||I.isStream(t)||I.isFile(t)||I.isBlob(t)||I.isReadableStream(t))return t;if(I.isArrayBufferView(t))return t.buffer;if(I.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let i;if(o){if(a.indexOf("application/x-www-form-urlencoded")>-1)return RS(t,this.formSerializer).toString();if((i=I.isFileList(t))||a.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return eo(i?{"files[]":t}:t,l&&new l,this.formSerializer)}}return o||n?(r.setContentType("application/json",!1),TS(t)):t}],transformResponse:[function(t){const r=this.transitional||za.transitional,a=r&&r.forcedJSONParsing,n=this.responseType==="json";if(I.isResponse(t)||I.isReadableStream(t))return t;if(t&&I.isString(t)&&(a&&!this.responseType||n)){const s=!(r&&r.silentJSONParsing)&&n;try{return JSON.parse(t)}catch(i){if(s)throw i.name==="SyntaxError"?ie.from(i,ie.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:Ge.classes.FormData,Blob:Ge.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};I.forEach(["delete","get","head","post","put","patch"],e=>{za.headers[e]={}});const ES=I.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"]),IS=e=>{const t={};let r,a,n;return e&&e.split(`
|
|
107
|
-
`).forEach(function(s){n=s.indexOf(":"),r=s.substring(0,n).trim().toLowerCase(),a=s.substring(n+1).trim(),!(!r||t[r]&&
|
|
108
|
-
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...r){const a=new this(t);return r.forEach(n=>a.set(n)),a}static accessor(t){const a=(this[Ki]=this[Ki]={accessors:{}}).accessors,n=this.prototype;function o(s){const i=fa(s);a[i]||(US(n,s),a[i]=!0)}return I.isArray(t)?t.forEach(o):o(t),this}};Ze.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);I.reduceDescriptors(Ze.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(a){this[r]=a}}});I.freezeMethods(Ze);function _o(e,t){const r=this||za,a=t||r,n=Ze.from(a.headers);let o=a.data;return I.forEach(e,function(i){o=i.call(r,o,n.normalize(),t?t.status:void 0)}),n.normalize(),o}function Dc(e){return!!(e&&e.__CANCEL__)}function ta(e,t,r){ie.call(this,e??"canceled",ie.ERR_CANCELED,t,r),this.name="CanceledError"}I.inherits(ta,ie,{__CANCEL__:!0});function zc(e,t,r){const a=r.config.validateStatus;!r.status||!a||a(r.status)?e(r):t(new ie("Request failed with status code "+r.status,[ie.ERR_BAD_REQUEST,ie.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function LS(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function kS(e,t){e=e||10;const r=new Array(e),a=new Array(e);let n=0,o=0,s;return t=t!==void 0?t:1e3,function(l){const c=Date.now(),d=a[o];s||(s=c),r[n]=l,a[n]=c;let u=o,p=0;for(;u!==n;)p+=r[u++],u=u%e;if(n=(n+1)%e,n===o&&(o=(o+1)%e),c-s<t)return;const m=d&&c-d;return m?Math.round(p*1e3/m):void 0}}function BS(e,t){let r=0,a=1e3/t,n,o;const s=(c,d=Date.now())=>{r=d,n=null,o&&(clearTimeout(o),o=null),e.apply(null,c)};return[(...c)=>{const d=Date.now(),u=d-r;u>=a?s(c,d):(n=c,o||(o=setTimeout(()=>{o=null,s(n)},a-u)))},()=>n&&s(n)]}const _n=(e,t,r=3)=>{let a=0;const n=kS(50,250);return BS(o=>{const s=o.loaded,i=o.lengthComputable?o.total:void 0,l=s-a,c=n(l),d=s<=i;a=s;const u={loaded:s,total:i,progress:i?s/i:void 0,bytes:l,rate:c||void 0,estimated:c&&i&&d?(i-s)/c:void 0,event:o,lengthComputable:i!=null,[t?"download":"upload"]:!0};e(u)},r)},Qi=(e,t)=>{const r=e!=null;return[a=>t[0]({lengthComputable:r,total:e,loaded:a}),t[1]]},Yi=e=>(...t)=>I.asap(()=>e(...t)),FS=Ge.hasStandardBrowserEnv?((e,t)=>r=>(r=new URL(r,Ge.origin),e.protocol===r.protocol&&e.host===r.host&&(t||e.port===r.port)))(new URL(Ge.origin),Ge.navigator&&/(msie|trident)/i.test(Ge.navigator.userAgent)):()=>!0,NS=Ge.hasStandardBrowserEnv?{write(e,t,r,a,n,o){const s=[e+"="+encodeURIComponent(t)];I.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),I.isString(a)&&s.push("path="+a),I.isString(n)&&s.push("domain="+n),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 DS(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function zS(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Gc(e,t,r){let a=!DS(t);return e&&a||r==!1?zS(e,t):t}const Xi=e=>e instanceof Ze?{...e}:e;function pr(e,t){t=t||{};const r={};function a(c,d,u,p){return I.isPlainObject(c)&&I.isPlainObject(d)?I.merge.call({caseless:p},c,d):I.isPlainObject(d)?I.merge({},d):I.isArray(d)?d.slice():d}function n(c,d,u,p){if(I.isUndefined(d)){if(!I.isUndefined(c))return a(void 0,c,u,p)}else return a(c,d,u,p)}function o(c,d){if(!I.isUndefined(d))return a(void 0,d)}function s(c,d){if(I.isUndefined(d)){if(!I.isUndefined(c))return a(void 0,c)}else return a(void 0,d)}function i(c,d,u){if(u in t)return a(c,d);if(u in e)return a(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,d,u)=>n(Xi(c),Xi(d),u,!0)};return I.forEach(Object.keys(Object.assign({},e,t)),function(d){const u=l[d]||n,p=u(e[d],t[d],d);I.isUndefined(p)&&u!==i||(r[d]=p)}),r}const Jc=e=>{const t=pr({},e);let{data:r,withXSRFToken:a,xsrfHeaderName:n,xsrfCookieName:o,headers:s,auth:i}=t;t.headers=s=Ze.from(s),t.url=Bc(Gc(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(I.isFormData(r)){if(Ge.hasStandardBrowserEnv||Ge.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((l=s.getContentType())!==!1){const[c,...d]=l?l.split(";").map(u=>u.trim()).filter(Boolean):[];s.setContentType([c||"multipart/form-data",...d].join("; "))}}if(Ge.hasStandardBrowserEnv&&(a&&I.isFunction(a)&&(a=a(t)),a||a!==!1&&FS(t.url))){const c=n&&o&&NS.read(o);c&&s.set(n,c)}return t},GS=typeof XMLHttpRequest<"u",JS=GS&&function(e){return new Promise(function(r,a){const n=Jc(e);let o=n.data;const s=Ze.from(n.headers).normalize();let{responseType:i,onUploadProgress:l,onDownloadProgress:c}=n,d,u,p,m,g;function h(){m&&m(),g&&g(),n.cancelToken&&n.cancelToken.unsubscribe(d),n.signal&&n.signal.removeEventListener("abort",d)}let x=new XMLHttpRequest;x.open(n.method.toUpperCase(),n.url,!0),x.timeout=n.timeout;function E(){if(!x)return;const F=Ze.from("getAllResponseHeaders"in x&&x.getAllResponseHeaders()),J={data:!i||i==="text"||i==="json"?x.responseText:x.response,status:x.status,statusText:x.statusText,headers:F,config:e,request:x};zc(function(j){r(j),h()},function(j){a(j),h()},J),x=null}"onloadend"in x?x.onloadend=E:x.onreadystatechange=function(){!x||x.readyState!==4||x.status===0&&!(x.responseURL&&x.responseURL.indexOf("file:")===0)||setTimeout(E)},x.onabort=function(){x&&(a(new ie("Request aborted",ie.ECONNABORTED,e,x)),x=null)},x.onerror=function(){a(new ie("Network Error",ie.ERR_NETWORK,e,x)),x=null},x.ontimeout=function(){let N=n.timeout?"timeout of "+n.timeout+"ms exceeded":"timeout exceeded";const J=n.transitional||Fc;n.timeoutErrorMessage&&(N=n.timeoutErrorMessage),a(new ie(N,J.clarifyTimeoutError?ie.ETIMEDOUT:ie.ECONNABORTED,e,x)),x=null},o===void 0&&s.setContentType(null),"setRequestHeader"in x&&I.forEach(s.toJSON(),function(N,J){x.setRequestHeader(J,N)}),I.isUndefined(n.withCredentials)||(x.withCredentials=!!n.withCredentials),i&&i!=="json"&&(x.responseType=n.responseType),c&&([p,g]=_n(c,!0),x.addEventListener("progress",p)),l&&x.upload&&([u,m]=_n(l),x.upload.addEventListener("progress",u),x.upload.addEventListener("loadend",m)),(n.cancelToken||n.signal)&&(d=F=>{x&&(a(!F||F.type?new ta(null,e,x):F),x.abort(),x=null)},n.cancelToken&&n.cancelToken.subscribe(d),n.signal&&(n.signal.aborted?d():n.signal.addEventListener("abort",d)));const U=LS(n.url);if(U&&Ge.protocols.indexOf(U)===-1){a(new ie("Unsupported protocol "+U+":",ie.ERR_BAD_REQUEST,e));return}x.send(o||null)})},HS=(e,t)=>{const{length:r}=e=e?e.filter(Boolean):[];if(t||r){let a=new AbortController,n;const o=function(c){if(!n){n=!0,i();const d=c instanceof Error?c:this.reason;a.abort(d instanceof ie?d:new ta(d instanceof Error?d.message:d))}};let s=t&&setTimeout(()=>{s=null,o(new ie(`timeout ${t} of ms exceeded`,ie.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}=a;return l.unsubscribe=()=>I.asap(i),l}},qS=function*(e,t){let r=e.byteLength;if(r<t){yield e;return}let a=0,n;for(;a<r;)n=a+t,yield e.slice(a,n),a=n},WS=async function*(e,t){for await(const r of KS(e))yield*qS(r,t)},KS=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:r,value:a}=await t.read();if(r)break;yield a}}finally{await t.cancel()}},Zi=(e,t,r,a)=>{const n=WS(e,t);let o=0,s,i=l=>{s||(s=!0,a&&a(l))};return new ReadableStream({async pull(l){try{const{done:c,value:d}=await n.next();if(c){i(),l.close();return}let u=d.byteLength;if(r){let p=o+=u;r(p)}l.enqueue(new Uint8Array(d))}catch(c){throw i(c),c}},cancel(l){return i(l),n.return()}},{highWaterMark:2})},to=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Hc=to&&typeof ReadableStream=="function",QS=to&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),qc=(e,...t)=>{try{return!!e(...t)}catch{return!1}},YS=Hc&&qc(()=>{let e=!1;const t=new Request(Ge.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),el=64*1024,Zo=Hc&&qc(()=>I.isReadableStream(new Response("").body)),An={stream:Zo&&(e=>e.body)};to&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!An[t]&&(An[t]=I.isFunction(e[t])?r=>r[t]():(r,a)=>{throw new ie(`Response type '${t}' is not supported`,ie.ERR_NOT_SUPPORT,a)})})})(new Response);const XS=async e=>{if(e==null)return 0;if(I.isBlob(e))return e.size;if(I.isSpecCompliantForm(e))return(await new Request(Ge.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(I.isArrayBufferView(e)||I.isArrayBuffer(e))return e.byteLength;if(I.isURLSearchParams(e)&&(e=e+""),I.isString(e))return(await QS(e)).byteLength},ZS=async(e,t)=>{const r=I.toFiniteNumber(e.getContentLength());return r??XS(t)},ev=to&&(async e=>{let{url:t,method:r,data:a,signal:n,cancelToken:o,timeout:s,onDownloadProgress:i,onUploadProgress:l,responseType:c,headers:d,withCredentials:u="same-origin",fetchOptions:p}=Jc(e);c=c?(c+"").toLowerCase():"text";let m=HS([n,o&&o.toAbortSignal()],s),g;const h=m&&m.unsubscribe&&(()=>{m.unsubscribe()});let x;try{if(l&&YS&&r!=="get"&&r!=="head"&&(x=await ZS(d,a))!==0){let J=new Request(t,{method:"POST",body:a,duplex:"half"}),K;if(I.isFormData(a)&&(K=J.headers.get("content-type"))&&d.setContentType(K),J.body){const[j,L]=Qi(x,_n(Yi(l)));a=Zi(J.body,el,j,L)}}I.isString(u)||(u=u?"include":"omit");const E="credentials"in Request.prototype;g=new Request(t,{...p,signal:m,method:r.toUpperCase(),headers:d.normalize().toJSON(),body:a,duplex:"half",credentials:E?u:void 0});let U=await fetch(g);const F=Zo&&(c==="stream"||c==="response");if(Zo&&(i||F&&h)){const J={};["status","statusText","headers"].forEach(k=>{J[k]=U[k]});const K=I.toFiniteNumber(U.headers.get("content-length")),[j,L]=i&&Qi(K,_n(Yi(i),!0))||[];U=new Response(Zi(U.body,el,j,()=>{L&&L(),h&&h()}),J)}c=c||"text";let N=await An[I.findKey(An,c)||"text"](U,e);return!F&&h&&h(),await new Promise((J,K)=>{zc(J,K,{data:N,headers:Ze.from(U.headers),status:U.status,statusText:U.statusText,config:e,request:g})})}catch(E){throw h&&h(),E&&E.name==="TypeError"&&/fetch/i.test(E.message)?Object.assign(new ie("Network Error",ie.ERR_NETWORK,e,g),{cause:E.cause||E}):ie.from(E,E&&E.code,e,g)}}),es={http:fS,xhr:JS,fetch:ev};I.forEach(es,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const tl=e=>`- ${e}`,tv=e=>I.isFunction(e)||e===null||e===!1,Wc={getAdapter:e=>{e=I.isArray(e)?e:[e];const{length:t}=e;let r,a;const n={};for(let o=0;o<t;o++){r=e[o];let s;if(a=r,!tv(r)&&(a=es[(s=String(r)).toLowerCase()],a===void 0))throw new ie(`Unknown adapter '${s}'`);if(a)break;n[s||"#"+o]=a}if(!a){const o=Object.entries(n).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 :
|
|
109
|
-
`+o.map(
|
|
110
|
-
`):" "+
|
|
111
|
-
`+o):a.stack=o}catch{}}throw a}}_request(t,r){typeof t=="string"?(r=r||{},r.url=t):r=t||{},r=pr(this.defaults,r);const{transitional:a,paramsSerializer:n,headers:o}=r;a!==void 0&&fn.assertOptions(a,{silentJSONParsing:vt.transitional(vt.boolean),forcedJSONParsing:vt.transitional(vt.boolean),clarifyTimeoutError:vt.transitional(vt.boolean)},!1),n!=null&&(I.isFunction(n)?r.paramsSerializer={serialize:n}:fn.assertOptions(n,{encode:vt.function,serialize:vt.function},!0)),r.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?r.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:r.allowAbsoluteUrls=!0),fn.assertOptions(r,{baseUrl:vt.spelling("baseURL"),withXsrfToken:vt.spelling("withXSRFToken")},!0),r.method=(r.method||this.defaults.method||"get").toLowerCase();let s=o&&I.merge(o.common,o[r.method]);o&&I.forEach(["delete","get","head","post","put","patch","common"],g=>{delete o[g]}),r.headers=Ze.concat(s,o);const i=[];let l=!0;this.interceptors.request.forEach(function(h){typeof h.runWhen=="function"&&h.runWhen(r)===!1||(l=l&&h.synchronous,i.unshift(h.fulfilled,h.rejected))});const c=[];this.interceptors.response.forEach(function(h){c.push(h.fulfilled,h.rejected)});let d,u=0,p;if(!l){const g=[rl.bind(this),void 0];for(g.unshift.apply(g,i),g.push.apply(g,c),p=g.length,d=Promise.resolve(r);u<p;)d=d.then(g[u++],g[u++]);return d}p=i.length;let m=r;for(u=0;u<p;){const g=i[u++],h=i[u++];try{m=g(m)}catch(x){h.call(this,x);break}}try{d=rl.call(this,m)}catch(g){return Promise.reject(g)}for(u=0,p=c.length;u<p;)d=d.then(c[u++],c[u++]);return d}getUri(t){t=pr(this.defaults,t);const r=Gc(t.baseURL,t.url,t.allowAbsoluteUrls);return Bc(r,t.params,t.paramsSerializer)}};I.forEach(["delete","get","head","options"],function(t){lr.prototype[t]=function(r,a){return this.request(pr(a||{},{method:t,url:r,data:(a||{}).data}))}});I.forEach(["post","put","patch"],function(t){function r(a){return function(o,s,i){return this.request(pr(i||{},{method:t,headers:a?{"Content-Type":"multipart/form-data"}:{},url:o,data:s}))}}lr.prototype[t]=r(),lr.prototype[t+"Form"]=r(!0)});let av=class Qc{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 a=this;this.promise.then(n=>{if(!a._listeners)return;let o=a._listeners.length;for(;o-- >0;)a._listeners[o](n);a._listeners=null}),this.promise.then=n=>{let o;const s=new Promise(i=>{a.subscribe(i),o=i}).then(n);return s.cancel=function(){a.unsubscribe(o)},s},t(function(o,s,i){a.reason||(a.reason=new ta(o,s,i),r(a.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=a=>{t.abort(a)};return this.subscribe(r),t.signal.unsubscribe=()=>this.unsubscribe(r),t.signal}static source(){let t;return{token:new Qc(function(n){t=n}),cancel:t}}};function nv(e){return function(r){return e.apply(null,r)}}function ov(e){return I.isObject(e)&&e.isAxiosError===!0}const ts={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(ts).forEach(([e,t])=>{ts[t]=e});function Yc(e){const t=new lr(e),r=_c(lr.prototype.request,t);return I.extend(r,lr.prototype,t,{allOwnKeys:!0}),I.extend(r,t,null,{allOwnKeys:!0}),r.create=function(n){return Yc(pr(e,n))},r}const O=Yc(za);O.Axios=lr;O.CanceledError=ta;O.CancelToken=av;O.isCancel=Dc;O.VERSION=Kc;O.toFormData=eo;O.AxiosError=ie;O.Cancel=O.CanceledError;O.all=function(t){return Promise.all(t)};O.spread=nv;O.isAxiosError=ov;O.mergeConfig=pr;O.AxiosHeaders=Ze;O.formToJSON=e=>Nc(I.isHTMLForm(e)?new FormData(e):e);O.getAdapter=Wc.getAdapter;O.HttpStatusCode=ts;O.default=O;const{Axios:hP,AxiosError:rs,CanceledError:mP,isCancel:fP,CancelToken:gP,VERSION:yP,all:bP,Cancel:SP,isAxiosError:sv,spread:vP,toFormData:xP,AxiosHeaders:OP,HttpStatusCode:wP,formToJSON:CP,getAdapter:PP,mergeConfig:VP}=O,w="/api/v1".replace(/\/+$/,"");class Pe{constructor(t,r=w,a=O){ia(this,"basePath");ia(this,"axios");ia(this,"configuration");this.basePath=r,this.axios=a,t&&(this.configuration=t,this.basePath=t.basePath??r)}}class iv extends Error{constructor(r,a){super(a);ia(this,"field");this.field=r,this.name="RequiredError"}}const C={},P="https://example.com",f=function(e,t,r){if(r==null)throw new iv(t,`Required parameter ${t} was null or undefined when calling ${e}.`)},V=function(e,t){t&&(t.username||t.password)&&(e.auth={username:t.username,password:t.password})},R=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 as(e,t,r=""){t!=null&&(typeof t=="object"?Array.isArray(t)?t.forEach(a=>as(e,a,r)):Object.keys(t).forEach(a=>as(e,t[a],`${r}${r!==""?".":""}${a}`)):e.has(r)?e.append(r,t):e.set(r,t))}const _=function(e,...t){const r=new URLSearchParams(e.search);as(r,t),e.search=r.toString()},se=function(e,t,r){const a=typeof e!="string";return(a&&r&&r.isJsonMime?r.isJsonMime(t.headers["Content-Type"]):a)?JSON.stringify(e!==void 0?e:{}):e||""},A=function(e){return e.pathname+e.search+e.hash},T=function(e,t,r,a){return(n=t,o=r)=>{const s={...e.options,url:(n.defaults.baseURL?"":(a==null?void 0:a.basePath)??o)+e.url};return n.request(s)}},lv=function(e){return{addApp:async(t,r,a,n={})=>{f("addApp","cell",t),f("addApp","app",r);const o="/cells/{cell}/apps".replace("{cell}",encodeURIComponent(String(t))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.completionTimeout=a),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(r,l,e),{url:A(s),options:l}},clearApps:async(t,r,a={})=>{f("clearApps","cell",t);const n="/cells/{cell}/apps".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),r!==void 0&&(c.completionTimeout=r),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},deleteApp:async(t,r,a,n={})=>{f("deleteApp","cell",t),f("deleteApp","app",r);const o="/cells/{cell}/apps/{app}".replace("{cell}",encodeURIComponent(String(t))).replace("{app}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"DELETE",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.completionTimeout=a),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},getApp:async(t,r,a={})=>{f("getApp","cell",t),f("getApp","app",r);const n="/cells/{cell}/apps/{app}".replace("{cell}",encodeURIComponent(String(t))).replace("{app}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},listApps:async(t,r={})=>{f("listApps","cell",t);const a="/cells/{cell}/apps".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},updateApp:async(t,r,a,n,o={})=>{f("updateApp","cell",t),f("updateApp","app",r),f("updateApp","app2",a);const s="/cells/{cell}/apps/{app}".replace("{cell}",encodeURIComponent(String(t))).replace("{app}",encodeURIComponent(String(r))),i=new URL(s,P);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...o},d={},u={};V(c,e),await R(d,e),n!==void 0&&(u.completionTimeout=n),d["Content-Type"]="application/json",_(i,u);let p=l&&l.headers?l.headers:{};return c.headers={...d,...p,...o.headers},c.data=se(a,c,e),{url:A(i),options:c}}}},Mr=function(e){const t=lv(e);return{async addApp(r,a,n,o){var c,d;const s=await t.addApp(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["ApplicationApi.addApp"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async clearApps(r,a,n){var l,c;const o=await t.clearApps(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ApplicationApi.clearApps"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async deleteApp(r,a,n,o){var c,d;const s=await t.deleteApp(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["ApplicationApi.deleteApp"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async getApp(r,a,n){var l,c;const o=await t.getApp(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ApplicationApi.getApp"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async listApps(r,a){var i,l;const n=await t.listApps(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["ApplicationApi.listApps"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async updateApp(r,a,n,o,s){var d,u;const i=await t.updateApp(r,a,n,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(u=(d=C["ApplicationApi.updateApp"])==null?void 0:d[l])==null?void 0:u.url;return(p,m)=>T(i,O,w,e)(p,c||m)}}};class nl extends Pe{addApp(t,r,a,n){return Mr(this.configuration).addApp(t,r,a,n).then(o=>o(this.axios,this.basePath))}clearApps(t,r,a){return Mr(this.configuration).clearApps(t,r,a).then(n=>n(this.axios,this.basePath))}deleteApp(t,r,a,n){return Mr(this.configuration).deleteApp(t,r,a,n).then(o=>o(this.axios,this.basePath))}getApp(t,r,a){return Mr(this.configuration).getApp(t,r,a).then(n=>n(this.axios,this.basePath))}listApps(t,r){return Mr(this.configuration).listApps(t,r).then(a=>a(this.axios,this.basePath))}updateApp(t,r,a,n,o){return Mr(this.configuration).updateApp(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}}const cv=function(e){return{deleteCell:async(t,r,a={})=>{f("deleteCell","cell",t);const n="/cells/{cell}".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),r!==void 0&&(c.completionTimeout=r),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},deployCell:async(t,r,a={})=>{f("deployCell","cell",t);const n="/cells",o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...a},l={},c={};V(i,e),await R(l,e),r!==void 0&&(c.completionTimeout=r),l["Content-Type"]="application/json",_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},i.data=se(t,i,e),{url:A(o),options:i}},getCell:async(t,r={})=>{f("getCell","cell",t);const a="/cells/{cell}".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},getCellStatus:async(t,r={})=>{f("getCellStatus","cell",t);const a="/cells/{cell}/status".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},listCells:async(t={})=>{const r="/cells",a=new URL(r,P);let n;e&&(n=e.baseOptions);const o={method:"GET",...n,...t},s={},i={};V(o,e),await R(s,e),_(a,i);let l=n&&n.headers?n.headers:{};return o.headers={...s,...l,...t.headers},{url:A(a),options:o}},updateCell:async(t,r,a,n={})=>{f("updateCell","cell",t),f("updateCell","cell2",r);const o="/cells/{cell}".replace("{cell}",encodeURIComponent(String(t))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.completionTimeout=a),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(r,l,e),{url:A(s),options:l}}}},jr=function(e){const t=cv(e);return{async deleteCell(r,a,n){var l,c;const o=await t.deleteCell(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["CellApi.deleteCell"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async deployCell(r,a,n){var l,c;const o=await t.deployCell(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["CellApi.deployCell"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getCell(r,a){var i,l;const n=await t.getCell(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["CellApi.getCell"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async getCellStatus(r,a){var i,l;const n=await t.getCellStatus(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["CellApi.getCellStatus"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async listCells(r){var s,i;const a=await t.listCells(r),n=(e==null?void 0:e.serverIndex)??0,o=(i=(s=C["CellApi.listCells"])==null?void 0:s[n])==null?void 0:i.url;return(l,c)=>T(a,O,w,e)(l,o||c)},async updateCell(r,a,n,o){var c,d;const s=await t.updateCell(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["CellApi.updateCell"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)}}};class dv extends Pe{deleteCell(t,r,a){return jr(this.configuration).deleteCell(t,r,a).then(n=>n(this.axios,this.basePath))}deployCell(t,r,a){return jr(this.configuration).deployCell(t,r,a).then(n=>n(this.axios,this.basePath))}getCell(t,r){return jr(this.configuration).getCell(t,r).then(a=>a(this.axios,this.basePath))}getCellStatus(t,r){return jr(this.configuration).getCellStatus(t,r).then(a=>a(this.axios,this.basePath))}listCells(t){return jr(this.configuration).listCells(t).then(r=>r(this.axios,this.basePath))}updateCell(t,r,a,n){return jr(this.configuration).updateCell(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const uv=function(e){return{addRobotController:async(t,r,a,n={})=>{f("addRobotController","cell",t),f("addRobotController","robotController",r);const o="/cells/{cell}/controllers".replace("{cell}",encodeURIComponent(String(t))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.completionTimeout=a),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(r,l,e),{url:A(s),options:l}},clearRobotControllers:async(t,r,a={})=>{f("clearRobotControllers","cell",t);const n="/cells/{cell}/controllers".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),r!==void 0&&(c.completionTimeout=r),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},deleteRobotController:async(t,r,a,n={})=>{f("deleteRobotController","cell",t),f("deleteRobotController","controller",r);const o="/cells/{cell}/controllers/{controller}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"DELETE",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.completionTimeout=a),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},getCurrentRobotControllerState:async(t,r,a={})=>{f("getCurrentRobotControllerState","cell",t),f("getCurrentRobotControllerState","controller",r);const n="/cells/{cell}/controllers/{controller}/state".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getMode:async(t,r,a={})=>{f("getMode","cell",t),f("getMode","controller",r);const n="/cells/{cell}/controllers/{controller}/mode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getRobotController:async(t,r,a={})=>{f("getRobotController","cell",t),f("getRobotController","controller",r);const n="/cells/{cell}/controllers/{controller}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getSupportedModes:async(t,r,a={})=>{f("getSupportedModes","cell",t),f("getSupportedModes","controller",r);const n="/cells/{cell}/controllers/{controller}/controller-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getVirtualRobotConfiguration:async(t,r,a={})=>{f("getVirtualRobotConfiguration","cell",t),f("getVirtualRobotConfiguration","controller",r);const n="/cells/{cell}/controllers/{controller}/virtual-robot-configuration".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},listControllers:async(t,r={})=>{f("listControllers","cell",t);const a="/cells/{cell}/controllers".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},setDefaultMode:async(t,r,a,n={})=>{f("setDefaultMode","cell",t),f("setDefaultMode","controller",r),f("setDefaultMode","mode",a);const o="/cells/{cell}/controllers/{controller}/mode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.mode=a),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},streamFreeDrive:async(t,r,a,n={})=>{f("streamFreeDrive","cell",t),f("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,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.response_rate=a),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},streamModeChange:async(t,r,a={})=>{f("streamModeChange","cell",t),f("streamModeChange","controller",r);const n="/cells/{cell}/controllers/{controller}/mode-stream".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},streamRobotControllerState:async(t,r,a,n={})=>{f("streamRobotControllerState","cell",t),f("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,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.response_rate=a),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},updateRobotController:async(t,r,a,n,o={})=>{f("updateRobotController","cell",t),f("updateRobotController","controller",r),f("updateRobotController","robotController",a);const s="/cells/{cell}/controllers/{controller}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),i=new URL(s,P);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...o},d={},u={};V(c,e),await R(d,e),n!==void 0&&(u.completionTimeout=n),d["Content-Type"]="application/json",_(i,u);let p=l&&l.headers?l.headers:{};return c.headers={...d,...p,...o.headers},c.data=se(a,c,e),{url:A(i),options:c}}}},Xe=function(e){const t=uv(e);return{async addRobotController(r,a,n,o){var c,d;const s=await t.addRobotController(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["ControllerApi.addRobotController"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async clearRobotControllers(r,a,n){var l,c;const o=await t.clearRobotControllers(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ControllerApi.clearRobotControllers"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async deleteRobotController(r,a,n,o){var c,d;const s=await t.deleteRobotController(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["ControllerApi.deleteRobotController"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async getCurrentRobotControllerState(r,a,n){var l,c;const o=await t.getCurrentRobotControllerState(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ControllerApi.getCurrentRobotControllerState"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getMode(r,a,n){var l,c;const o=await t.getMode(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ControllerApi.getMode"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getRobotController(r,a,n){var l,c;const o=await t.getRobotController(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ControllerApi.getRobotController"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getSupportedModes(r,a,n){var l,c;const o=await t.getSupportedModes(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ControllerApi.getSupportedModes"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getVirtualRobotConfiguration(r,a,n){var l,c;const o=await t.getVirtualRobotConfiguration(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ControllerApi.getVirtualRobotConfiguration"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async listControllers(r,a){var i,l;const n=await t.listControllers(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["ControllerApi.listControllers"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async setDefaultMode(r,a,n,o){var c,d;const s=await t.setDefaultMode(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["ControllerApi.setDefaultMode"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async streamFreeDrive(r,a,n,o){var c,d;const s=await t.streamFreeDrive(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["ControllerApi.streamFreeDrive"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async streamModeChange(r,a,n){var l,c;const o=await t.streamModeChange(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ControllerApi.streamModeChange"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async streamRobotControllerState(r,a,n,o){var c,d;const s=await t.streamRobotControllerState(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["ControllerApi.streamRobotControllerState"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async updateRobotController(r,a,n,o,s){var d,u;const i=await t.updateRobotController(r,a,n,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(u=(d=C["ControllerApi.updateRobotController"])==null?void 0:d[l])==null?void 0:u.url;return(p,m)=>T(i,O,w,e)(p,c||m)}}};class pv extends Pe{addRobotController(t,r,a,n){return Xe(this.configuration).addRobotController(t,r,a,n).then(o=>o(this.axios,this.basePath))}clearRobotControllers(t,r,a){return Xe(this.configuration).clearRobotControllers(t,r,a).then(n=>n(this.axios,this.basePath))}deleteRobotController(t,r,a,n){return Xe(this.configuration).deleteRobotController(t,r,a,n).then(o=>o(this.axios,this.basePath))}getCurrentRobotControllerState(t,r,a){return Xe(this.configuration).getCurrentRobotControllerState(t,r,a).then(n=>n(this.axios,this.basePath))}getMode(t,r,a){return Xe(this.configuration).getMode(t,r,a).then(n=>n(this.axios,this.basePath))}getRobotController(t,r,a){return Xe(this.configuration).getRobotController(t,r,a).then(n=>n(this.axios,this.basePath))}getSupportedModes(t,r,a){return Xe(this.configuration).getSupportedModes(t,r,a).then(n=>n(this.axios,this.basePath))}getVirtualRobotConfiguration(t,r,a){return Xe(this.configuration).getVirtualRobotConfiguration(t,r,a).then(n=>n(this.axios,this.basePath))}listControllers(t,r){return Xe(this.configuration).listControllers(t,r).then(a=>a(this.axios,this.basePath))}setDefaultMode(t,r,a,n){return Xe(this.configuration).setDefaultMode(t,r,a,n).then(o=>o(this.axios,this.basePath))}streamFreeDrive(t,r,a,n){return Xe(this.configuration).streamFreeDrive(t,r,a,n).then(o=>o(this.axios,this.basePath))}streamModeChange(t,r,a){return Xe(this.configuration).streamModeChange(t,r,a).then(n=>n(this.axios,this.basePath))}streamRobotControllerState(t,r,a,n){return Xe(this.configuration).streamRobotControllerState(t,r,a,n).then(o=>o(this.axios,this.basePath))}updateRobotController(t,r,a,n,o){return Xe(this.configuration).updateRobotController(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}}const hv=function(e){return{listIODescriptions:async(t,r,a,n={})=>{f("listIODescriptions","cell",t),f("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,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),a&&(d.ios=a),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},listIOValues:async(t,r,a,n={})=>{f("listIOValues","cell",t),f("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,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),a&&(d.ios=a),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},setOutputValues:async(t,r,a,n={})=>{f("setOutputValues","cell",t),f("setOutputValues","controller",r),f("setOutputValues","iOValue",a);const o="/cells/{cell}/controllers/{controller}/ios/values".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}},streamIOValues:async(t,r,a,n={})=>{f("streamIOValues","cell",t),f("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,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),a&&(d.ios=a),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},waitForIOEvent:async(t,r,a,n,o,s,i,l={})=>{f("waitForIOEvent","cell",t),f("waitForIOEvent","controller",r),f("waitForIOEvent","io",a),f("waitForIOEvent","comparisonType",n);const c="/cells/{cell}/controllers/{controller}/ios/wait-for".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),d=new URL(c,P);let u;e&&(u=e.baseOptions);const p={method:"GET",...u,...l},m={},g={};V(p,e),await R(m,e),a!==void 0&&(g.io=a),n!==void 0&&(g.comparison_type=n),o!==void 0&&(g.boolean_value=o),s!==void 0&&(g.integer_value=s),i!==void 0&&(g.floating_value=i),_(d,g);let h=u&&u.headers?u.headers:{};return p.headers={...m,...h,...l.headers},{url:A(d),options:p}}}},ga=function(e){const t=hv(e);return{async listIODescriptions(r,a,n,o){var c,d;const s=await t.listIODescriptions(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["ControllerIOsApi.listIODescriptions"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async listIOValues(r,a,n,o){var c,d;const s=await t.listIOValues(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["ControllerIOsApi.listIOValues"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async setOutputValues(r,a,n,o){var c,d;const s=await t.setOutputValues(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["ControllerIOsApi.setOutputValues"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async streamIOValues(r,a,n,o){var c,d;const s=await t.streamIOValues(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["ControllerIOsApi.streamIOValues"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async waitForIOEvent(r,a,n,o,s,i,l,c){var m,g;const d=await t.waitForIOEvent(r,a,n,o,s,i,l,c),u=(e==null?void 0:e.serverIndex)??0,p=(g=(m=C["ControllerIOsApi.waitForIOEvent"])==null?void 0:m[u])==null?void 0:g.url;return(h,x)=>T(d,O,w,e)(h,p||x)}}};class mv extends Pe{listIODescriptions(t,r,a,n){return ga(this.configuration).listIODescriptions(t,r,a,n).then(o=>o(this.axios,this.basePath))}listIOValues(t,r,a,n){return ga(this.configuration).listIOValues(t,r,a,n).then(o=>o(this.axios,this.basePath))}setOutputValues(t,r,a,n){return ga(this.configuration).setOutputValues(t,r,a,n).then(o=>o(this.axios,this.basePath))}streamIOValues(t,r,a,n){return ga(this.configuration).streamIOValues(t,r,a,n).then(o=>o(this.axios,this.basePath))}waitForIOEvent(t,r,a,n,o,s,i,l){return ga(this.configuration).waitForIOEvent(t,r,a,n,o,s,i,l).then(c=>c(this.axios,this.basePath))}}const fv=function(e){return{addCoordinateSystem:async(t,r,a={})=>{f("addCoordinateSystem","cell",t),f("addCoordinateSystem","addRequest",r);const n="/cells/{cell}/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"PUT",...s,...a},l={},c={};V(i,e),await R(l,e),l["Content-Type"]="application/json",_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},i.data=se(r,i,e),{url:A(o),options:i}},deleteCoordinateSystem:async(t,r,a={})=>{f("deleteCoordinateSystem","cell",t),f("deleteCoordinateSystem","coordinateSystem",r);const n="/cells/{cell}/coordinate-systems/{coordinate-system}".replace("{cell}",encodeURIComponent(String(t))).replace("{coordinate-system}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getCoordinateSystem:async(t,r,a,n={})=>{f("getCoordinateSystem","cell",t),f("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,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.rotation_type=a),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},listCoordinateSystems:async(t,r,a={})=>{f("listCoordinateSystems","cell",t);const n="/cells/{cell}/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),r!==void 0&&(c.rotation_type=r),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},transformInCoordinateSystem:async(t,r,a,n={})=>{f("transformInCoordinateSystem","cell",t),f("transformInCoordinateSystem","coordinateSystem",r),f("transformInCoordinateSystem","pose",a);const o="/cells/{cell}/coordinate-systems/{coordinate-system}/transform".replace("{cell}",encodeURIComponent(String(t))).replace("{coordinate-system}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}}}},ya=function(e){const t=fv(e);return{async addCoordinateSystem(r,a,n){var l,c;const o=await t.addCoordinateSystem(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["CoordinateSystemsApi.addCoordinateSystem"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async deleteCoordinateSystem(r,a,n){var l,c;const o=await t.deleteCoordinateSystem(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["CoordinateSystemsApi.deleteCoordinateSystem"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getCoordinateSystem(r,a,n,o){var c,d;const s=await t.getCoordinateSystem(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["CoordinateSystemsApi.getCoordinateSystem"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async listCoordinateSystems(r,a,n){var l,c;const o=await t.listCoordinateSystems(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["CoordinateSystemsApi.listCoordinateSystems"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async transformInCoordinateSystem(r,a,n,o){var c,d;const s=await t.transformInCoordinateSystem(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["CoordinateSystemsApi.transformInCoordinateSystem"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)}}};class gv extends Pe{addCoordinateSystem(t,r,a){return ya(this.configuration).addCoordinateSystem(t,r,a).then(n=>n(this.axios,this.basePath))}deleteCoordinateSystem(t,r,a){return ya(this.configuration).deleteCoordinateSystem(t,r,a).then(n=>n(this.axios,this.basePath))}getCoordinateSystem(t,r,a,n){return ya(this.configuration).getCoordinateSystem(t,r,a,n).then(o=>o(this.axios,this.basePath))}listCoordinateSystems(t,r,a){return ya(this.configuration).listCoordinateSystems(t,r,a).then(n=>n(this.axios,this.basePath))}transformInCoordinateSystem(t,r,a,n){return ya(this.configuration).transformInCoordinateSystem(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const yv=function(e){return{clearDevices:async(t,r={})=>{f("clearDevices","cell",t);const a="/cells/{cell}/devices".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"DELETE",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},createDevice:async(t,r,a={})=>{f("createDevice","cell",t),f("createDevice","createDeviceRequestInner",r);const n="/cells/{cell}/devices".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...a},l={},c={};V(i,e),await R(l,e),l["Content-Type"]="application/json",_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},i.data=se(r,i,e),{url:A(o),options:i}},deleteDevice:async(t,r,a={})=>{f("deleteDevice","cell",t),f("deleteDevice","identifier",r);const n="/cells/{cell}/devices/{identifier}".replace("{cell}",encodeURIComponent(String(t))).replace("{identifier}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getDevice:async(t,r,a={})=>{f("getDevice","cell",t),f("getDevice","identifier",r);const n="/cells/{cell}/devices/{identifier}".replace("{cell}",encodeURIComponent(String(t))).replace("{identifier}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},listDevices:async(t,r={})=>{f("listDevices","cell",t);const a="/cells/{cell}/devices".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}}}},ba=function(e){const t=yv(e);return{async clearDevices(r,a){var i,l;const n=await t.clearDevices(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["DeviceConfigurationApi.clearDevices"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async createDevice(r,a,n){var l,c;const o=await t.createDevice(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["DeviceConfigurationApi.createDevice"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async deleteDevice(r,a,n){var l,c;const o=await t.deleteDevice(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["DeviceConfigurationApi.deleteDevice"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getDevice(r,a,n){var l,c;const o=await t.getDevice(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["DeviceConfigurationApi.getDevice"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async listDevices(r,a){var i,l;const n=await t.listDevices(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["DeviceConfigurationApi.listDevices"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)}}};class bv extends Pe{clearDevices(t,r){return ba(this.configuration).clearDevices(t,r).then(a=>a(this.axios,this.basePath))}createDevice(t,r,a){return ba(this.configuration).createDevice(t,r,a).then(n=>n(this.axios,this.basePath))}deleteDevice(t,r,a){return ba(this.configuration).deleteDevice(t,r,a).then(n=>n(this.axios,this.basePath))}getDevice(t,r,a){return ba(this.configuration).getDevice(t,r,a).then(n=>n(this.axios,this.basePath))}listDevices(t,r){return ba(this.configuration).listDevices(t,r).then(a=>a(this.axios,this.basePath))}}const Sv=function(e){return{createProgram:async(t,r,a,n={})=>{f("createProgram","cell",t),f("createProgram","body",r);const o="/cells/{cell}/store/programs".replace("{cell}",encodeURIComponent(String(t))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.name=a),c["Content-Type"]="text/plain",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(r,l,e),{url:A(s),options:l}},deleteProgram:async(t,r,a={})=>{f("deleteProgram","cell",t),f("deleteProgram","program",r);const n="/cells/{cell}/store/programs/{program}".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},deleteProgramList:async(t,r,a={})=>{f("deleteProgramList","cell",t),f("deleteProgramList","programIds",r);const n="/cells/{cell}/store/programs".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),r&&(c.program_ids=r),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getProgram:async(t,r,a={})=>{f("getProgram","cell",t),f("getProgram","program",r);const n="/cells/{cell}/store/programs/{program}".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},updateProgram:async(t,r,a,n={})=>{f("updateProgram","cell",t),f("updateProgram","program",r),f("updateProgram","body",a);const o="/cells/{cell}/store/programs/{program}".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="text/plain",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}}}},Sa=function(e){const t=Sv(e);return{async createProgram(r,a,n,o){var c,d;const s=await t.createProgram(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["LibraryProgramApi.createProgram"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async deleteProgram(r,a,n){var l,c;const o=await t.deleteProgram(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["LibraryProgramApi.deleteProgram"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async deleteProgramList(r,a,n){var l,c;const o=await t.deleteProgramList(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["LibraryProgramApi.deleteProgramList"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getProgram(r,a,n){var l,c;const o=await t.getProgram(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["LibraryProgramApi.getProgram"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async updateProgram(r,a,n,o){var c,d;const s=await t.updateProgram(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["LibraryProgramApi.updateProgram"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)}}};class vv extends Pe{createProgram(t,r,a,n){return Sa(this.configuration).createProgram(t,r,a,n).then(o=>o(this.axios,this.basePath))}deleteProgram(t,r,a){return Sa(this.configuration).deleteProgram(t,r,a).then(n=>n(this.axios,this.basePath))}deleteProgramList(t,r,a){return Sa(this.configuration).deleteProgramList(t,r,a).then(n=>n(this.axios,this.basePath))}getProgram(t,r,a){return Sa(this.configuration).getProgram(t,r,a).then(n=>n(this.axios,this.basePath))}updateProgram(t,r,a,n){return Sa(this.configuration).updateProgram(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const xv=function(e){return{getProgramMetadata:async(t,r,a={})=>{f("getProgramMetadata","cell",t),f("getProgramMetadata","program",r);const n="/cells/{cell}/store/programs/{program}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},listProgramMetadata:async(t,r,a={})=>{f("listProgramMetadata","cell",t);const n="/cells/{cell}/store/programs".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),r!==void 0&&(c.show_hidden=r),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},updateProgramMetadata:async(t,r,a,n={})=>{f("updateProgramMetadata","cell",t),f("updateProgramMetadata","program",r),f("updateProgramMetadata","updateProgramMetadataRequest",a);const o="/cells/{cell}/store/programs/{program}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}},uploadProgramMetadataImage:async(t,r,a,n={})=>{f("uploadProgramMetadataImage","cell",t),f("uploadProgramMetadataImage","program",r),f("uploadProgramMetadataImage","file",a);const o="/cells/{cell}/store/programs/{program}/metadata/image".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...n},c={},d={},u=new(e&&e.formDataCtor||FormData);V(l,e),await R(c,e),a!==void 0&&u.append("file",a),c["Content-Type"]="multipart/form-data",_(s,d);let p=i&&i.headers?i.headers:{};return l.headers={...c,...p,...n.headers},l.data=u,{url:A(s),options:l}}}},Qa=function(e){const t=xv(e);return{async getProgramMetadata(r,a,n){var l,c;const o=await t.getProgramMetadata(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["LibraryProgramMetadataApi.getProgramMetadata"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async listProgramMetadata(r,a,n){var l,c;const o=await t.listProgramMetadata(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["LibraryProgramMetadataApi.listProgramMetadata"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async updateProgramMetadata(r,a,n,o){var c,d;const s=await t.updateProgramMetadata(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["LibraryProgramMetadataApi.updateProgramMetadata"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async uploadProgramMetadataImage(r,a,n,o){var c,d;const s=await t.uploadProgramMetadataImage(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["LibraryProgramMetadataApi.uploadProgramMetadataImage"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)}}};class Ov extends Pe{getProgramMetadata(t,r,a){return Qa(this.configuration).getProgramMetadata(t,r,a).then(n=>n(this.axios,this.basePath))}listProgramMetadata(t,r,a){return Qa(this.configuration).listProgramMetadata(t,r,a).then(n=>n(this.axios,this.basePath))}updateProgramMetadata(t,r,a,n){return Qa(this.configuration).updateProgramMetadata(t,r,a,n).then(o=>o(this.axios,this.basePath))}uploadProgramMetadataImage(t,r,a,n){return Qa(this.configuration).uploadProgramMetadataImage(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const wv=function(e){return{createRecipe:async(t,r,a,n,o={})=>{f("createRecipe","cell",t),f("createRecipe","programId",r),f("createRecipe","body",a);const s="/cells/{cell}/store/recipes".replace("{cell}",encodeURIComponent(String(t))),i=new URL(s,P);let l;e&&(l=e.baseOptions);const c={method:"POST",...l,...o},d={},u={};V(c,e),await R(d,e),r!==void 0&&(u.program_id=r),n!==void 0&&(u.name=n),d["Content-Type"]="application/json",_(i,u);let p=l&&l.headers?l.headers:{};return c.headers={...d,...p,...o.headers},c.data=se(a,c,e),{url:A(i),options:c}},deleteRecipe:async(t,r,a={})=>{f("deleteRecipe","cell",t),f("deleteRecipe","recipe",r);const n="/cells/{cell}/store/recipes/{recipe}".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},deleteRecipeList:async(t,r,a={})=>{f("deleteRecipeList","cell",t),f("deleteRecipeList","recipeIds",r);const n="/cells/{cell}/store/recipes".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),r&&(c.recipe_ids=r),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getRecipe:async(t,r,a={})=>{f("getRecipe","cell",t),f("getRecipe","recipe",r);const n="/cells/{cell}/store/recipes/{recipe}".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},updateRecipe:async(t,r,a,n={})=>{f("updateRecipe","cell",t),f("updateRecipe","recipe",r),f("updateRecipe","body",a);const o="/cells/{cell}/store/recipes/{recipe}".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}}}},va=function(e){const t=wv(e);return{async createRecipe(r,a,n,o,s){var d,u;const i=await t.createRecipe(r,a,n,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(u=(d=C["LibraryRecipeApi.createRecipe"])==null?void 0:d[l])==null?void 0:u.url;return(p,m)=>T(i,O,w,e)(p,c||m)},async deleteRecipe(r,a,n){var l,c;const o=await t.deleteRecipe(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["LibraryRecipeApi.deleteRecipe"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async deleteRecipeList(r,a,n){var l,c;const o=await t.deleteRecipeList(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["LibraryRecipeApi.deleteRecipeList"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getRecipe(r,a,n){var l,c;const o=await t.getRecipe(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["LibraryRecipeApi.getRecipe"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async updateRecipe(r,a,n,o){var c,d;const s=await t.updateRecipe(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["LibraryRecipeApi.updateRecipe"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)}}};class Cv extends Pe{createRecipe(t,r,a,n,o){return va(this.configuration).createRecipe(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}deleteRecipe(t,r,a){return va(this.configuration).deleteRecipe(t,r,a).then(n=>n(this.axios,this.basePath))}deleteRecipeList(t,r,a){return va(this.configuration).deleteRecipeList(t,r,a).then(n=>n(this.axios,this.basePath))}getRecipe(t,r,a){return va(this.configuration).getRecipe(t,r,a).then(n=>n(this.axios,this.basePath))}updateRecipe(t,r,a,n){return va(this.configuration).updateRecipe(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const Pv=function(e){return{getRecipeMetadata:async(t,r,a={})=>{f("getRecipeMetadata","cell",t),f("getRecipeMetadata","recipe",r);const n="/cells/{cell}/store/recipes/{recipe}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},listRecipeMetadata:async(t,r={})=>{f("listRecipeMetadata","cell",t);const a="/cells/{cell}/store/recipes".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},updateRecipeMetadata:async(t,r,a,n={})=>{f("updateRecipeMetadata","cell",t),f("updateRecipeMetadata","recipe",r),f("updateRecipeMetadata","updateRecipeMetadataRequest",a);const o="/cells/{cell}/store/recipes/{recipe}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}},uploadRecipeMetadataImage:async(t,r,a,n={})=>{f("uploadRecipeMetadataImage","cell",t),f("uploadRecipeMetadataImage","recipe",r),f("uploadRecipeMetadataImage","file",a);const o="/cells/{cell}/store/recipes/{recipe}/metadata/image".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...n},c={},d={},u=new(e&&e.formDataCtor||FormData);V(l,e),await R(c,e),a!==void 0&&u.append("file",a),c["Content-Type"]="multipart/form-data",_(s,d);let p=i&&i.headers?i.headers:{};return l.headers={...c,...p,...n.headers},l.data=u,{url:A(s),options:l}}}},Ya=function(e){const t=Pv(e);return{async getRecipeMetadata(r,a,n){var l,c;const o=await t.getRecipeMetadata(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["LibraryRecipeMetadataApi.getRecipeMetadata"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async listRecipeMetadata(r,a){var i,l;const n=await t.listRecipeMetadata(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["LibraryRecipeMetadataApi.listRecipeMetadata"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async updateRecipeMetadata(r,a,n,o){var c,d;const s=await t.updateRecipeMetadata(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["LibraryRecipeMetadataApi.updateRecipeMetadata"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async uploadRecipeMetadataImage(r,a,n,o){var c,d;const s=await t.uploadRecipeMetadataImage(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["LibraryRecipeMetadataApi.uploadRecipeMetadataImage"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)}}};class Vv extends Pe{getRecipeMetadata(t,r,a){return Ya(this.configuration).getRecipeMetadata(t,r,a).then(n=>n(this.axios,this.basePath))}listRecipeMetadata(t,r){return Ya(this.configuration).listRecipeMetadata(t,r).then(a=>a(this.axios,this.basePath))}updateRecipeMetadata(t,r,a,n){return Ya(this.configuration).updateRecipeMetadata(t,r,a,n).then(o=>o(this.axios,this.basePath))}uploadRecipeMetadataImage(t,r,a,n){return Ya(this.configuration).uploadRecipeMetadataImage(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const Rv=function(e){return{deleteAllMotions:async(t,r={})=>{f("deleteAllMotions","cell",t);const a="/cells/{cell}/motions".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"DELETE",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},deleteMotion:async(t,r,a={})=>{f("deleteMotion","cell",t),f("deleteMotion","motion",r);const n="/cells/{cell}/motions/{motion}/delete".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},executeTrajectory:async(t,r,a={})=>{f("executeTrajectory","cell",t),f("executeTrajectory","executeTrajectoryRequest",r);const n="/cells/{cell}/motions/executetrajectory".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),l["Content-Type"]="application/json",_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},i.data=se(r,i,e),{url:A(o),options:i}},getMotionTrajectory:async(t,r,a,n,o={})=>{f("getMotionTrajectory","cell",t),f("getMotionTrajectory","motion",r),f("getMotionTrajectory","sampleTime",a);const s="/cells/{cell}/motions/{motion}/trajectory".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),i=new URL(s,P);let l;e&&(l=e.baseOptions);const c={method:"GET",...l,...o},d={},u={};V(c,e),await R(d,e),a!==void 0&&(u.sample_time=a),n!==void 0&&(u.responses_coordinate_system=n),_(i,u);let p=l&&l.headers?l.headers:{};return c.headers={...d,...p,...o.headers},{url:A(i),options:c}},getMotionTrajectorySample:async(t,r,a,n,o={})=>{f("getMotionTrajectorySample","cell",t),f("getMotionTrajectorySample","motion",r);const s="/cells/{cell}/motions/{motion}/trajectorysample".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),i=new URL(s,P);let l;e&&(l=e.baseOptions);const c={method:"GET",...l,...o},d={},u={};V(c,e),await R(d,e),a!==void 0&&(u.location_on_trajectory=a),n!==void 0&&(u.response_coordinate_system=n),_(i,u);let p=l&&l.headers?l.headers:{};return c.headers={...d,...p,...o.headers},{url:A(i),options:c}},getPlannedMotion:async(t,r,a,n={})=>{f("getPlannedMotion","cell",t),f("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,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.sample_time=a),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},getPlanningMotionGroupModels:async(t,r={})=>{f("getPlanningMotionGroupModels","cell",t);const a="/cells/{cell}/motion-planning/motion-group-models".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},listMotions:async(t,r={})=>{f("listMotions","cell",t);const a="/cells/{cell}/motions".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},loadPlannedMotion:async(t,r,a={})=>{f("loadPlannedMotion","cell",t),f("loadPlannedMotion","plannedMotion",r);const n="/cells/{cell}/planned-motions".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...a},l={},c={};V(i,e),await R(l,e),l["Content-Type"]="application/json",_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},i.data=se(r,i,e),{url:A(o),options:i}},planCollisionFreePTP:async(t,r,a={})=>{f("planCollisionFreePTP","cell",t);const n="/cells/{cell}/motion-planning/plan-collision-free-ptp".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...a},l={},c={};V(i,e),await R(l,e),l["Content-Type"]="application/json",_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},i.data=se(r,i,e),{url:A(o),options:i}},planMotion:async(t,r,a={})=>{f("planMotion","cell",t),f("planMotion","planRequest",r);const n="/cells/{cell}/motions".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...a},l={},c={};V(i,e),await R(l,e),l["Content-Type"]="application/json",_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},i.data=se(r,i,e),{url:A(o),options:i}},planTrajectory:async(t,r,a={})=>{f("planTrajectory","cell",t);const n="/cells/{cell}/motion-planning/plan-trajectory".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...a},l={},c={};V(i,e),await R(l,e),l["Content-Type"]="application/json",_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},i.data=se(r,i,e),{url:A(o),options:i}},stopExecution:async(t,r,a={})=>{f("stopExecution","cell",t),f("stopExecution","motion",r);const n="/cells/{cell}/motions/{motion}/stop".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"PUT",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},streamMove:async(t,r,a={})=>{f("streamMove","cell",t),f("streamMove","streamMoveRequest",r);const n="/cells/{cell}/motions/streammove".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),l["Content-Type"]="application/json",_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},i.data=se(r,i,e),{url:A(o),options:i}},streamMoveBackward:async(t,r,a,n,o,s,i={})=>{f("streamMoveBackward","cell",t),f("streamMoveBackward","motion",r),f("streamMoveBackward","playbackSpeedInPercent",a);const l="/cells/{cell}/motions/{motion}/executebackward".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),c=new URL(l,P);let d;e&&(d=e.baseOptions);const u={method:"GET",...d,...i},p={},m={};V(u,e),await R(p,e),a!==void 0&&(m.playback_speed_in_percent=a),n!==void 0&&(m.response_rate=n),o!==void 0&&(m.response_coordinate_system=o),s!==void 0&&(m.start_location_on_trajectory=s),_(c,m);let g=d&&d.headers?d.headers:{};return u.headers={...p,...g,...i.headers},{url:A(c),options:u}},streamMoveForward:async(t,r,a,n,o,s,i={})=>{f("streamMoveForward","cell",t),f("streamMoveForward","motion",r),f("streamMoveForward","playbackSpeedInPercent",a);const l="/cells/{cell}/motions/{motion}/executeforward".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),c=new URL(l,P);let d;e&&(d=e.baseOptions);const u={method:"GET",...d,...i},p={},m={};V(u,e),await R(p,e),a!==void 0&&(m.playback_speed_in_percent=a),n!==void 0&&(m.response_rate=n),o!==void 0&&(m.response_coordinate_system=o),s!==void 0&&(m.start_location_on_trajectory=s),_(c,m);let g=d&&d.headers?d.headers:{};return u.headers={...p,...g,...i.headers},{url:A(c),options:u}},streamMoveToTrajectoryViaJointPTP:async(t,r,a,n,o,s,i,l,c,d,u={})=>{f("streamMoveToTrajectoryViaJointPTP","cell",t),f("streamMoveToTrajectoryViaJointPTP","motion",r),f("streamMoveToTrajectoryViaJointPTP","locationOnTrajectory",a);const p="/cells/{cell}/motions/{motion}/executetotrajectory".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),m=new URL(p,P);let g;e&&(g=e.baseOptions);const h={method:"GET",...g,...u},x={},E={};V(h,e),await R(x,e),a!==void 0&&(E.location_on_trajectory=a),n&&(E["limit_override.joint_velocity_limits.joints"]=n),o&&(E["limit_override.joint_acceleration_limits.joints"]=o),s!==void 0&&(E["limit_override.tcp_velocity_limit"]=s),i!==void 0&&(E["limit_override.tcp_acceleration_limit"]=i),l!==void 0&&(E["limit_override.tcp_orientation_velocity_limit"]=l),c!==void 0&&(E["limit_override.tcp_orientation_acceleration_limit"]=c),d!==void 0&&(E.responses_coordinate_system=d),_(m,E);let U=g&&g.headers?g.headers:{};return h.headers={...x,...U,...u.headers},{url:A(m),options:h}}}},ze=function(e){const t=Rv(e);return{async deleteAllMotions(r,a){var i,l;const n=await t.deleteAllMotions(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["MotionApi.deleteAllMotions"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async deleteMotion(r,a,n){var l,c;const o=await t.deleteMotion(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionApi.deleteMotion"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async executeTrajectory(r,a,n){var l,c;const o=await t.executeTrajectory(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionApi.executeTrajectory"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getMotionTrajectory(r,a,n,o,s){var d,u;const i=await t.getMotionTrajectory(r,a,n,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(u=(d=C["MotionApi.getMotionTrajectory"])==null?void 0:d[l])==null?void 0:u.url;return(p,m)=>T(i,O,w,e)(p,c||m)},async getMotionTrajectorySample(r,a,n,o,s){var d,u;const i=await t.getMotionTrajectorySample(r,a,n,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(u=(d=C["MotionApi.getMotionTrajectorySample"])==null?void 0:d[l])==null?void 0:u.url;return(p,m)=>T(i,O,w,e)(p,c||m)},async getPlannedMotion(r,a,n,o){var c,d;const s=await t.getPlannedMotion(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["MotionApi.getPlannedMotion"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async getPlanningMotionGroupModels(r,a){var i,l;const n=await t.getPlanningMotionGroupModels(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["MotionApi.getPlanningMotionGroupModels"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async listMotions(r,a){var i,l;const n=await t.listMotions(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["MotionApi.listMotions"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async loadPlannedMotion(r,a,n){var l,c;const o=await t.loadPlannedMotion(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionApi.loadPlannedMotion"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async planCollisionFreePTP(r,a,n){var l,c;const o=await t.planCollisionFreePTP(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionApi.planCollisionFreePTP"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async planMotion(r,a,n){var l,c;const o=await t.planMotion(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionApi.planMotion"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async planTrajectory(r,a,n){var l,c;const o=await t.planTrajectory(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionApi.planTrajectory"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async stopExecution(r,a,n){var l,c;const o=await t.stopExecution(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionApi.stopExecution"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async streamMove(r,a,n){var l,c;const o=await t.streamMove(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionApi.streamMove"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async streamMoveBackward(r,a,n,o,s,i,l){var p,m;const c=await t.streamMoveBackward(r,a,n,o,s,i,l),d=(e==null?void 0:e.serverIndex)??0,u=(m=(p=C["MotionApi.streamMoveBackward"])==null?void 0:p[d])==null?void 0:m.url;return(g,h)=>T(c,O,w,e)(g,u||h)},async streamMoveForward(r,a,n,o,s,i,l){var p,m;const c=await t.streamMoveForward(r,a,n,o,s,i,l),d=(e==null?void 0:e.serverIndex)??0,u=(m=(p=C["MotionApi.streamMoveForward"])==null?void 0:p[d])==null?void 0:m.url;return(g,h)=>T(c,O,w,e)(g,u||h)},async streamMoveToTrajectoryViaJointPTP(r,a,n,o,s,i,l,c,d,u,p){var x,E;const m=await t.streamMoveToTrajectoryViaJointPTP(r,a,n,o,s,i,l,c,d,u,p),g=(e==null?void 0:e.serverIndex)??0,h=(E=(x=C["MotionApi.streamMoveToTrajectoryViaJointPTP"])==null?void 0:x[g])==null?void 0:E.url;return(U,F)=>T(m,O,w,e)(U,h||F)}}};class _v extends Pe{deleteAllMotions(t,r){return ze(this.configuration).deleteAllMotions(t,r).then(a=>a(this.axios,this.basePath))}deleteMotion(t,r,a){return ze(this.configuration).deleteMotion(t,r,a).then(n=>n(this.axios,this.basePath))}executeTrajectory(t,r,a){return ze(this.configuration).executeTrajectory(t,r,a).then(n=>n(this.axios,this.basePath))}getMotionTrajectory(t,r,a,n,o){return ze(this.configuration).getMotionTrajectory(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}getMotionTrajectorySample(t,r,a,n,o){return ze(this.configuration).getMotionTrajectorySample(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}getPlannedMotion(t,r,a,n){return ze(this.configuration).getPlannedMotion(t,r,a,n).then(o=>o(this.axios,this.basePath))}getPlanningMotionGroupModels(t,r){return ze(this.configuration).getPlanningMotionGroupModels(t,r).then(a=>a(this.axios,this.basePath))}listMotions(t,r){return ze(this.configuration).listMotions(t,r).then(a=>a(this.axios,this.basePath))}loadPlannedMotion(t,r,a){return ze(this.configuration).loadPlannedMotion(t,r,a).then(n=>n(this.axios,this.basePath))}planCollisionFreePTP(t,r,a){return ze(this.configuration).planCollisionFreePTP(t,r,a).then(n=>n(this.axios,this.basePath))}planMotion(t,r,a){return ze(this.configuration).planMotion(t,r,a).then(n=>n(this.axios,this.basePath))}planTrajectory(t,r,a){return ze(this.configuration).planTrajectory(t,r,a).then(n=>n(this.axios,this.basePath))}stopExecution(t,r,a){return ze(this.configuration).stopExecution(t,r,a).then(n=>n(this.axios,this.basePath))}streamMove(t,r,a){return ze(this.configuration).streamMove(t,r,a).then(n=>n(this.axios,this.basePath))}streamMoveBackward(t,r,a,n,o,s,i){return ze(this.configuration).streamMoveBackward(t,r,a,n,o,s,i).then(l=>l(this.axios,this.basePath))}streamMoveForward(t,r,a,n,o,s,i){return ze(this.configuration).streamMoveForward(t,r,a,n,o,s,i).then(l=>l(this.axios,this.basePath))}streamMoveToTrajectoryViaJointPTP(t,r,a,n,o,s,i,l,c,d,u){return ze(this.configuration).streamMoveToTrajectoryViaJointPTP(t,r,a,n,o,s,i,l,c,d,u).then(p=>p(this.axios,this.basePath))}}const Av=function(e){return{activateAllMotionGroups:async(t,r,a={})=>{f("activateAllMotionGroups","cell",t),f("activateAllMotionGroups","controller",r);const n="/cells/{cell}/motion-groups/all".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...a},l={},c={};V(i,e),await R(l,e),r!==void 0&&(c.controller=r),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},activateMotionGroup:async(t,r,a={})=>{f("activateMotionGroup","cell",t),f("activateMotionGroup","motionGroup",r);const n="/cells/{cell}/motion-groups".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...a},l={},c={};V(i,e),await R(l,e),r!==void 0&&(c.motion_group=r),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},deactivateMotionGroup:async(t,r,a={})=>{f("deactivateMotionGroup","cell",t),f("deactivateMotionGroup","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},listMotionGroups:async(t,r={})=>{f("listMotionGroups","cell",t);const a="/cells/{cell}/motion-groups".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}}}},Xa=function(e){const t=Av(e);return{async activateAllMotionGroups(r,a,n){var l,c;const o=await t.activateAllMotionGroups(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionGroupApi.activateAllMotionGroups"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async activateMotionGroup(r,a,n){var l,c;const o=await t.activateMotionGroup(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionGroupApi.activateMotionGroup"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async deactivateMotionGroup(r,a,n){var l,c;const o=await t.deactivateMotionGroup(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionGroupApi.deactivateMotionGroup"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async listMotionGroups(r,a){var i,l;const n=await t.listMotionGroups(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["MotionGroupApi.listMotionGroups"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)}}};class Tv extends Pe{activateAllMotionGroups(t,r,a){return Xa(this.configuration).activateAllMotionGroups(t,r,a).then(n=>n(this.axios,this.basePath))}activateMotionGroup(t,r,a){return Xa(this.configuration).activateMotionGroup(t,r,a).then(n=>n(this.axios,this.basePath))}deactivateMotionGroup(t,r,a){return Xa(this.configuration).deactivateMotionGroup(t,r,a).then(n=>n(this.axios,this.basePath))}listMotionGroups(t,r){return Xa(this.configuration).listMotionGroups(t,r).then(a=>a(this.axios,this.basePath))}}const Ev=function(e){return{getActivePayload:async(t,r,a={})=>{f("getActivePayload","cell",t),f("getActivePayload","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/payloads/current".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getActiveTcp:async(t,r,a,n={})=>{f("getActiveTcp","cell",t),f("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,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.rotation_type=a),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},getCurrentMotionGroupState:async(t,r,a,n,o={})=>{f("getCurrentMotionGroupState","cell",t),f("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,P);let l;e&&(l=e.baseOptions);const c={method:"GET",...l,...o},d={},u={};V(c,e),await R(d,e),a!==void 0&&(u.tcp=a),n!==void 0&&(u.response_coordinate_system=n),_(i,u);let p=l&&l.headers?l.headers:{};return c.headers={...d,...p,...o.headers},{url:A(i),options:c}},getInfoCapabilities:async(t,r,a={})=>{f("getInfoCapabilities","cell",t),f("getInfoCapabilities","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/info-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getMotionGroupSpecification:async(t,r,a={})=>{f("getMotionGroupSpecification","cell",t),f("getMotionGroupSpecification","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/specification".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getMounting:async(t,r,a={})=>{f("getMounting","cell",t),f("getMounting","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/mounting".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getOptimizerConfiguration:async(t,r,a,n={})=>{f("getOptimizerConfiguration","cell",t),f("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,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.tcp=a),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},getSafetySetup:async(t,r,a={})=>{f("getSafetySetup","cell",t),f("getSafetySetup","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/safety-setup".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},listPayloads:async(t,r,a={})=>{f("listPayloads","cell",t),f("listPayloads","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/payloads".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},listTcps:async(t,r,a,n={})=>{f("listTcps","cell",t),f("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,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.rotation_type=a),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},streamMotionGroupState:async(t,r,a,n,o,s={})=>{f("streamMotionGroupState","cell",t),f("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,P);let c;e&&(c=e.baseOptions);const d={method:"GET",...c,...s},u={},p={};V(d,e),await R(u,e),a!==void 0&&(p.response_rate=a),n!==void 0&&(p.response_coordinate_system=n),o!==void 0&&(p.tcp=o),_(l,p);let m=c&&c.headers?c.headers:{};return d.headers={...u,...m,...s.headers},{url:A(l),options:d}}}},pt=function(e){const t=Ev(e);return{async getActivePayload(r,a,n){var l,c;const o=await t.getActivePayload(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionGroupInfosApi.getActivePayload"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getActiveTcp(r,a,n,o){var c,d;const s=await t.getActiveTcp(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["MotionGroupInfosApi.getActiveTcp"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async getCurrentMotionGroupState(r,a,n,o,s){var d,u;const i=await t.getCurrentMotionGroupState(r,a,n,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(u=(d=C["MotionGroupInfosApi.getCurrentMotionGroupState"])==null?void 0:d[l])==null?void 0:u.url;return(p,m)=>T(i,O,w,e)(p,c||m)},async getInfoCapabilities(r,a,n){var l,c;const o=await t.getInfoCapabilities(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionGroupInfosApi.getInfoCapabilities"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getMotionGroupSpecification(r,a,n){var l,c;const o=await t.getMotionGroupSpecification(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionGroupInfosApi.getMotionGroupSpecification"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getMounting(r,a,n){var l,c;const o=await t.getMounting(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionGroupInfosApi.getMounting"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getOptimizerConfiguration(r,a,n,o){var c,d;const s=await t.getOptimizerConfiguration(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["MotionGroupInfosApi.getOptimizerConfiguration"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async getSafetySetup(r,a,n){var l,c;const o=await t.getSafetySetup(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionGroupInfosApi.getSafetySetup"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async listPayloads(r,a,n){var l,c;const o=await t.listPayloads(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionGroupInfosApi.listPayloads"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async listTcps(r,a,n,o){var c,d;const s=await t.listTcps(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["MotionGroupInfosApi.listTcps"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async streamMotionGroupState(r,a,n,o,s,i){var u,p;const l=await t.streamMotionGroupState(r,a,n,o,s,i),c=(e==null?void 0:e.serverIndex)??0,d=(p=(u=C["MotionGroupInfosApi.streamMotionGroupState"])==null?void 0:u[c])==null?void 0:p.url;return(m,g)=>T(l,O,w,e)(m,d||g)}}};class Iv extends Pe{getActivePayload(t,r,a){return pt(this.configuration).getActivePayload(t,r,a).then(n=>n(this.axios,this.basePath))}getActiveTcp(t,r,a,n){return pt(this.configuration).getActiveTcp(t,r,a,n).then(o=>o(this.axios,this.basePath))}getCurrentMotionGroupState(t,r,a,n,o){return pt(this.configuration).getCurrentMotionGroupState(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}getInfoCapabilities(t,r,a){return pt(this.configuration).getInfoCapabilities(t,r,a).then(n=>n(this.axios,this.basePath))}getMotionGroupSpecification(t,r,a){return pt(this.configuration).getMotionGroupSpecification(t,r,a).then(n=>n(this.axios,this.basePath))}getMounting(t,r,a){return pt(this.configuration).getMounting(t,r,a).then(n=>n(this.axios,this.basePath))}getOptimizerConfiguration(t,r,a,n){return pt(this.configuration).getOptimizerConfiguration(t,r,a,n).then(o=>o(this.axios,this.basePath))}getSafetySetup(t,r,a){return pt(this.configuration).getSafetySetup(t,r,a).then(n=>n(this.axios,this.basePath))}listPayloads(t,r,a){return pt(this.configuration).listPayloads(t,r,a).then(n=>n(this.axios,this.basePath))}listTcps(t,r,a,n){return pt(this.configuration).listTcps(t,r,a,n).then(o=>o(this.axios,this.basePath))}streamMotionGroupState(t,r,a,n,o,s){return pt(this.configuration).streamMotionGroupState(t,r,a,n,o,s).then(i=>i(this.axios,this.basePath))}}const Mv=function(e){return{directionJogging:async(t,r,a={})=>{f("directionJogging","cell",t),f("directionJogging","directionJoggingRequest",r);const n="/cells/{cell}/motion-groups/move-tcp".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),l["Content-Type"]="application/json",_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},i.data=se(r,i,e),{url:A(o),options:i}},getJoggingCapabilities:async(t,r,a={})=>{f("getJoggingCapabilities","cell",t),f("getJoggingCapabilities","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/jogging-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},jointJogging:async(t,r,a={})=>{f("jointJogging","cell",t),f("jointJogging","jointJoggingRequest",r);const n="/cells/{cell}/motion-groups/move-joint".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),l["Content-Type"]="application/json",_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},i.data=se(r,i,e),{url:A(o),options:i}},stopJogging:async(t,r,a={})=>{f("stopJogging","cell",t),f("stopJogging","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/stop".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"PUT",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}}}},Za=function(e){const t=Mv(e);return{async directionJogging(r,a,n){var l,c;const o=await t.directionJogging(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionGroupJoggingApi.directionJogging"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getJoggingCapabilities(r,a,n){var l,c;const o=await t.getJoggingCapabilities(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionGroupJoggingApi.getJoggingCapabilities"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async jointJogging(r,a,n){var l,c;const o=await t.jointJogging(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionGroupJoggingApi.jointJogging"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async stopJogging(r,a,n){var l,c;const o=await t.stopJogging(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionGroupJoggingApi.stopJogging"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)}}};class jv extends Pe{directionJogging(t,r,a){return Za(this.configuration).directionJogging(t,r,a).then(n=>n(this.axios,this.basePath))}getJoggingCapabilities(t,r,a){return Za(this.configuration).getJoggingCapabilities(t,r,a).then(n=>n(this.axios,this.basePath))}jointJogging(t,r,a){return Za(this.configuration).jointJogging(t,r,a).then(n=>n(this.axios,this.basePath))}stopJogging(t,r,a){return Za(this.configuration).stopJogging(t,r,a).then(n=>n(this.axios,this.basePath))}}const $v=function(e){return{calculateAllInverseKinematic:async(t,r,a,n={})=>{f("calculateAllInverseKinematic","cell",t),f("calculateAllInverseKinematic","motionGroup",r),f("calculateAllInverseKinematic","allJointPositionsRequest",a);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,P);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}},calculateForwardKinematic:async(t,r,a,n={})=>{f("calculateForwardKinematic","cell",t),f("calculateForwardKinematic","motionGroup",r),f("calculateForwardKinematic","tcpPoseRequest",a);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,P);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}},calculateInverseKinematic:async(t,r,a,n={})=>{f("calculateInverseKinematic","cell",t),f("calculateInverseKinematic","motionGroup",r),f("calculateInverseKinematic","jointPositionRequest",a);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,P);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}},getKinematicCapabilities:async(t,r,a={})=>{f("getKinematicCapabilities","cell",t),f("getKinematicCapabilities","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/kinematic-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}}}},en=function(e){const t=$v(e);return{async calculateAllInverseKinematic(r,a,n,o){var c,d;const s=await t.calculateAllInverseKinematic(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["MotionGroupKinematicApi.calculateAllInverseKinematic"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async calculateForwardKinematic(r,a,n,o){var c,d;const s=await t.calculateForwardKinematic(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["MotionGroupKinematicApi.calculateForwardKinematic"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async calculateInverseKinematic(r,a,n,o){var c,d;const s=await t.calculateInverseKinematic(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["MotionGroupKinematicApi.calculateInverseKinematic"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async getKinematicCapabilities(r,a,n){var l,c;const o=await t.getKinematicCapabilities(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["MotionGroupKinematicApi.getKinematicCapabilities"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)}}};class Uv extends Pe{calculateAllInverseKinematic(t,r,a,n){return en(this.configuration).calculateAllInverseKinematic(t,r,a,n).then(o=>o(this.axios,this.basePath))}calculateForwardKinematic(t,r,a,n){return en(this.configuration).calculateForwardKinematic(t,r,a,n).then(o=>o(this.axios,this.basePath))}calculateInverseKinematic(t,r,a,n){return en(this.configuration).calculateInverseKinematic(t,r,a,n).then(o=>o(this.axios,this.basePath))}getKinematicCapabilities(t,r,a){return en(this.configuration).getKinematicCapabilities(t,r,a).then(n=>n(this.axios,this.basePath))}}const Lv=function(e){return{createProgramRunner:async(t,r,a={})=>{f("createProgramRunner","cell",t),f("createProgramRunner","request",r);const n="/cells/{cell}/programs/runners".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...a},l={},c={};V(i,e),await R(l,e),l["Content-Type"]="text/plain",_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},i.data=se(r,i,e),{url:A(o),options:i}},executeProgram:async(t,r,a={})=>{f("executeProgram","cell",t),f("executeProgram","codeWithArguments",r);const n="/cells/{cell}/programs/execute".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...a},l={},c={};V(i,e),await R(l,e),l["Content-Type"]="application/json",_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},i.data=se(r,i,e),{url:A(o),options:i}},getProgramRunner:async(t,r,a={})=>{f("getProgramRunner","cell",t),f("getProgramRunner","runner",r);const n="/cells/{cell}/programs/runners/{runner}".replace("{cell}",encodeURIComponent(String(t))).replace("{runner}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},listProgramRunners:async(t,r={})=>{f("listProgramRunners","cell",t);const a="/cells/{cell}/programs/runners".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},migrateProgram:async(t,r,a={})=>{f("migrateProgram","cell",t),f("migrateProgram","request1",r);const n="/cells/{cell}/programs/migrate".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...a},l={},c={};V(i,e),await R(l,e),l["Content-Type"]="text/plain",_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},i.data=se(r,i,e),{url:A(o),options:i}},planProgram:async(t,r,a,n={})=>{f("planProgram","cell",t),f("planProgram","request",r);const o="/cells/{cell}/programs/plan".replace("{cell}",encodeURIComponent(String(t))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"POST",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.identifier=a),c["Content-Type"]="text/plain",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(r,l,e),{url:A(s),options:l}},stopAllProgramRunner:async(t,r={})=>{f("stopAllProgramRunner","cell",t);const a="/cells/{cell}/programs/runners/stop".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"POST",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},stopProgramRunner:async(t,r,a={})=>{f("stopProgramRunner","cell",t),f("stopProgramRunner","runner",r);const n="/cells/{cell}/programs/runners/{runner}/stop".replace("{cell}",encodeURIComponent(String(t))).replace("{runner}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}}}},Jt=function(e){const t=Lv(e);return{async createProgramRunner(r,a,n){var l,c;const o=await t.createProgramRunner(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ProgramApi.createProgramRunner"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async executeProgram(r,a,n){var l,c;const o=await t.executeProgram(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ProgramApi.executeProgram"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getProgramRunner(r,a,n){var l,c;const o=await t.getProgramRunner(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ProgramApi.getProgramRunner"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async listProgramRunners(r,a){var i,l;const n=await t.listProgramRunners(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["ProgramApi.listProgramRunners"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async migrateProgram(r,a,n){var l,c;const o=await t.migrateProgram(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ProgramApi.migrateProgram"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async planProgram(r,a,n,o){var c,d;const s=await t.planProgram(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["ProgramApi.planProgram"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async stopAllProgramRunner(r,a){var i,l;const n=await t.stopAllProgramRunner(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["ProgramApi.stopAllProgramRunner"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async stopProgramRunner(r,a,n){var l,c;const o=await t.stopProgramRunner(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ProgramApi.stopProgramRunner"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)}}};class kv extends Pe{createProgramRunner(t,r,a){return Jt(this.configuration).createProgramRunner(t,r,a).then(n=>n(this.axios,this.basePath))}executeProgram(t,r,a){return Jt(this.configuration).executeProgram(t,r,a).then(n=>n(this.axios,this.basePath))}getProgramRunner(t,r,a){return Jt(this.configuration).getProgramRunner(t,r,a).then(n=>n(this.axios,this.basePath))}listProgramRunners(t,r){return Jt(this.configuration).listProgramRunners(t,r).then(a=>a(this.axios,this.basePath))}migrateProgram(t,r,a){return Jt(this.configuration).migrateProgram(t,r,a).then(n=>n(this.axios,this.basePath))}planProgram(t,r,a,n){return Jt(this.configuration).planProgram(t,r,a,n).then(o=>o(this.axios,this.basePath))}stopAllProgramRunner(t,r){return Jt(this.configuration).stopAllProgramRunner(t,r).then(a=>a(this.axios,this.basePath))}stopProgramRunner(t,r,a){return Jt(this.configuration).stopProgramRunner(t,r,a).then(n=>n(this.axios,this.basePath))}}const Bv=function(e){return{clearProgramsValues:async(t,r={})=>{f("clearProgramsValues","cell",t);const a="/cells/{cell}/programs/values".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"DELETE",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},createProgramsValue:async(t,r,a={})=>{f("createProgramsValue","cell",t),f("createProgramsValue","requestBody",r);const n="/cells/{cell}/programs/values".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"POST",...s,...a},l={},c={};V(i,e),await R(l,e),l["Content-Type"]="application/json",_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},i.data=se(r,i,e),{url:A(o),options:i}},deleteProgramValue:async(t,r,a={})=>{f("deleteProgramValue","cell",t),f("deleteProgramValue","key",r);const n="/cells/{cell}/programs/values/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getProgramValue:async(t,r,a={})=>{f("getProgramValue","cell",t),f("getProgramValue","key",r);const n="/cells/{cell}/programs/values/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},listProgramsValues:async(t,r={})=>{f("listProgramsValues","cell",t);const a="/cells/{cell}/programs/values".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},updateProgramValue:async(t,r,a,n={})=>{f("updateProgramValue","cell",t),f("updateProgramValue","key",r),f("updateProgramValue","value",a);const o="/cells/{cell}/programs/values/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}}}},$r=function(e){const t=Bv(e);return{async clearProgramsValues(r,a){var i,l;const n=await t.clearProgramsValues(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["ProgramValuesApi.clearProgramsValues"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async createProgramsValue(r,a,n){var l,c;const o=await t.createProgramsValue(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ProgramValuesApi.createProgramsValue"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async deleteProgramValue(r,a,n){var l,c;const o=await t.deleteProgramValue(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ProgramValuesApi.deleteProgramValue"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getProgramValue(r,a,n){var l,c;const o=await t.getProgramValue(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["ProgramValuesApi.getProgramValue"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async listProgramsValues(r,a){var i,l;const n=await t.listProgramsValues(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["ProgramValuesApi.listProgramsValues"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async updateProgramValue(r,a,n,o){var c,d;const s=await t.updateProgramValue(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["ProgramValuesApi.updateProgramValue"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)}}};class Fv extends Pe{clearProgramsValues(t,r){return $r(this.configuration).clearProgramsValues(t,r).then(a=>a(this.axios,this.basePath))}createProgramsValue(t,r,a){return $r(this.configuration).createProgramsValue(t,r,a).then(n=>n(this.axios,this.basePath))}deleteProgramValue(t,r,a){return $r(this.configuration).deleteProgramValue(t,r,a).then(n=>n(this.axios,this.basePath))}getProgramValue(t,r,a){return $r(this.configuration).getProgramValue(t,r,a).then(n=>n(this.axios,this.basePath))}listProgramsValues(t,r){return $r(this.configuration).listProgramsValues(t,r).then(a=>a(this.axios,this.basePath))}updateProgramValue(t,r,a,n){return $r(this.configuration).updateProgramValue(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const Nv=function(e){return{deleteStoredCollider:async(t,r,a={})=>{f("deleteStoredCollider","cell",t),f("deleteStoredCollider","collider",r);const n="/cells/{cell}/store/collision/colliders/{collider}".replace("{cell}",encodeURIComponent(String(t))).replace("{collider}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},deleteStoredCollisionLinkChain:async(t,r,a={})=>{f("deleteStoredCollisionLinkChain","cell",t),f("deleteStoredCollisionLinkChain","linkChain",r);const n="/cells/{cell}/store/collision/link-chains/{link-chain}".replace("{cell}",encodeURIComponent(String(t))).replace("{link-chain}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},deleteStoredCollisionTool:async(t,r,a={})=>{f("deleteStoredCollisionTool","cell",t),f("deleteStoredCollisionTool","tool",r);const n="/cells/{cell}/store/collision/tools/{tool}".replace("{cell}",encodeURIComponent(String(t))).replace("{tool}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getDefaultLinkChain:async(t,r,a={})=>{f("getDefaultLinkChain","cell",t),f("getDefaultLinkChain","motionGroupModel",r);const n="/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(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getStoredCollider:async(t,r,a={})=>{f("getStoredCollider","cell",t),f("getStoredCollider","collider",r);const n="/cells/{cell}/store/collision/colliders/{collider}".replace("{cell}",encodeURIComponent(String(t))).replace("{collider}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getStoredCollisionLinkChain:async(t,r,a={})=>{f("getStoredCollisionLinkChain","cell",t),f("getStoredCollisionLinkChain","linkChain",r);const n="/cells/{cell}/store/collision/link-chains/{link-chain}".replace("{cell}",encodeURIComponent(String(t))).replace("{link-chain}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getStoredCollisionTool:async(t,r,a={})=>{f("getStoredCollisionTool","cell",t),f("getStoredCollisionTool","tool",r);const n="/cells/{cell}/store/collision/tools/{tool}".replace("{cell}",encodeURIComponent(String(t))).replace("{tool}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},listCollisionLinkChains:async(t,r={})=>{f("listCollisionLinkChains","cell",t);const a="/cells/{cell}/store/collision/link-chains".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},listStoredColliders:async(t,r={})=>{f("listStoredColliders","cell",t);const a="/cells/{cell}/store/collision/colliders".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},listStoredCollisionTools:async(t,r={})=>{f("listStoredCollisionTools","cell",t);const a="/cells/{cell}/store/collision/tools".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},storeCollider:async(t,r,a,n={})=>{f("storeCollider","cell",t),f("storeCollider","collider",r),f("storeCollider","collider2",a);const o="/cells/{cell}/store/collision/colliders/{collider}".replace("{cell}",encodeURIComponent(String(t))).replace("{collider}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}},storeCollisionLinkChain:async(t,r,a,n={})=>{f("storeCollisionLinkChain","cell",t),f("storeCollisionLinkChain","linkChain",r),f("storeCollisionLinkChain","collider",a);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,P);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}},storeCollisionTool:async(t,r,a,n={})=>{f("storeCollisionTool","cell",t),f("storeCollisionTool","tool",r),f("storeCollisionTool","requestBody",a);const o="/cells/{cell}/store/collision/tools/{tool}".replace("{cell}",encodeURIComponent(String(t))).replace("{tool}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}}}},tt=function(e){const t=Nv(e);return{async deleteStoredCollider(r,a,n){var l,c;const o=await t.deleteStoredCollider(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["StoreCollisionComponentsApi.deleteStoredCollider"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async deleteStoredCollisionLinkChain(r,a,n){var l,c;const o=await t.deleteStoredCollisionLinkChain(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["StoreCollisionComponentsApi.deleteStoredCollisionLinkChain"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async deleteStoredCollisionTool(r,a,n){var l,c;const o=await t.deleteStoredCollisionTool(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["StoreCollisionComponentsApi.deleteStoredCollisionTool"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getDefaultLinkChain(r,a,n){var l,c;const o=await t.getDefaultLinkChain(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["StoreCollisionComponentsApi.getDefaultLinkChain"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getStoredCollider(r,a,n){var l,c;const o=await t.getStoredCollider(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["StoreCollisionComponentsApi.getStoredCollider"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getStoredCollisionLinkChain(r,a,n){var l,c;const o=await t.getStoredCollisionLinkChain(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["StoreCollisionComponentsApi.getStoredCollisionLinkChain"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getStoredCollisionTool(r,a,n){var l,c;const o=await t.getStoredCollisionTool(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["StoreCollisionComponentsApi.getStoredCollisionTool"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async listCollisionLinkChains(r,a){var i,l;const n=await t.listCollisionLinkChains(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["StoreCollisionComponentsApi.listCollisionLinkChains"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async listStoredColliders(r,a){var i,l;const n=await t.listStoredColliders(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["StoreCollisionComponentsApi.listStoredColliders"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async listStoredCollisionTools(r,a){var i,l;const n=await t.listStoredCollisionTools(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["StoreCollisionComponentsApi.listStoredCollisionTools"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async storeCollider(r,a,n,o){var c,d;const s=await t.storeCollider(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["StoreCollisionComponentsApi.storeCollider"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async storeCollisionLinkChain(r,a,n,o){var c,d;const s=await t.storeCollisionLinkChain(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["StoreCollisionComponentsApi.storeCollisionLinkChain"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async storeCollisionTool(r,a,n,o){var c,d;const s=await t.storeCollisionTool(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["StoreCollisionComponentsApi.storeCollisionTool"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)}}};class Dv extends Pe{deleteStoredCollider(t,r,a){return tt(this.configuration).deleteStoredCollider(t,r,a).then(n=>n(this.axios,this.basePath))}deleteStoredCollisionLinkChain(t,r,a){return tt(this.configuration).deleteStoredCollisionLinkChain(t,r,a).then(n=>n(this.axios,this.basePath))}deleteStoredCollisionTool(t,r,a){return tt(this.configuration).deleteStoredCollisionTool(t,r,a).then(n=>n(this.axios,this.basePath))}getDefaultLinkChain(t,r,a){return tt(this.configuration).getDefaultLinkChain(t,r,a).then(n=>n(this.axios,this.basePath))}getStoredCollider(t,r,a){return tt(this.configuration).getStoredCollider(t,r,a).then(n=>n(this.axios,this.basePath))}getStoredCollisionLinkChain(t,r,a){return tt(this.configuration).getStoredCollisionLinkChain(t,r,a).then(n=>n(this.axios,this.basePath))}getStoredCollisionTool(t,r,a){return tt(this.configuration).getStoredCollisionTool(t,r,a).then(n=>n(this.axios,this.basePath))}listCollisionLinkChains(t,r){return tt(this.configuration).listCollisionLinkChains(t,r).then(a=>a(this.axios,this.basePath))}listStoredColliders(t,r){return tt(this.configuration).listStoredColliders(t,r).then(a=>a(this.axios,this.basePath))}listStoredCollisionTools(t,r){return tt(this.configuration).listStoredCollisionTools(t,r).then(a=>a(this.axios,this.basePath))}storeCollider(t,r,a,n){return tt(this.configuration).storeCollider(t,r,a,n).then(o=>o(this.axios,this.basePath))}storeCollisionLinkChain(t,r,a,n){return tt(this.configuration).storeCollisionLinkChain(t,r,a,n).then(o=>o(this.axios,this.basePath))}storeCollisionTool(t,r,a,n){return tt(this.configuration).storeCollisionTool(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const zv=function(e){return{deleteStoredCollisionScene:async(t,r,a={})=>{f("deleteStoredCollisionScene","cell",t),f("deleteStoredCollisionScene","scene",r);const n="/cells/{cell}/store/collision/scenes/{scene}".replace("{cell}",encodeURIComponent(String(t))).replace("{scene}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getStoredCollisionScene:async(t,r,a={})=>{f("getStoredCollisionScene","cell",t),f("getStoredCollisionScene","scene",r);const n="/cells/{cell}/store/collision/scenes/{scene}".replace("{cell}",encodeURIComponent(String(t))).replace("{scene}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},listStoredCollisionScenes:async(t,r={})=>{f("listStoredCollisionScenes","cell",t);const a="/cells/{cell}/store/collision/scenes".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},storeCollisionScene:async(t,r,a,n={})=>{f("storeCollisionScene","cell",t),f("storeCollisionScene","scene",r),f("storeCollisionScene","collisionSceneAssembly",a);const o="/cells/{cell}/store/collision/scenes/{scene}".replace("{cell}",encodeURIComponent(String(t))).replace("{scene}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}}}},tn=function(e){const t=zv(e);return{async deleteStoredCollisionScene(r,a,n){var l,c;const o=await t.deleteStoredCollisionScene(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["StoreCollisionScenesApi.deleteStoredCollisionScene"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getStoredCollisionScene(r,a,n){var l,c;const o=await t.getStoredCollisionScene(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["StoreCollisionScenesApi.getStoredCollisionScene"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async listStoredCollisionScenes(r,a){var i,l;const n=await t.listStoredCollisionScenes(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["StoreCollisionScenesApi.listStoredCollisionScenes"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async storeCollisionScene(r,a,n,o){var c,d;const s=await t.storeCollisionScene(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["StoreCollisionScenesApi.storeCollisionScene"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)}}};class Gv extends Pe{deleteStoredCollisionScene(t,r,a){return tn(this.configuration).deleteStoredCollisionScene(t,r,a).then(n=>n(this.axios,this.basePath))}getStoredCollisionScene(t,r,a){return tn(this.configuration).getStoredCollisionScene(t,r,a).then(n=>n(this.axios,this.basePath))}listStoredCollisionScenes(t,r){return tn(this.configuration).listStoredCollisionScenes(t,r).then(a=>a(this.axios,this.basePath))}storeCollisionScene(t,r,a,n){return tn(this.configuration).storeCollisionScene(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const Jv=function(e){return{clearAllObjects:async(t,r={})=>{f("clearAllObjects","cell",t);const a="/cells/{cell}/store/objects".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"DELETE",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},deleteObject:async(t,r,a={})=>{f("deleteObject","cell",t),f("deleteObject","key",r);const n="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"DELETE",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getObject:async(t,r,a={})=>{f("getObject","cell",t),f("getObject","key",r);const n="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getObjectMetadata:async(t,r,a={})=>{f("getObjectMetadata","cell",t),f("getObjectMetadata","key",r);const n="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"HEAD",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},listAllObjectKeys:async(t,r={})=>{f("listAllObjectKeys","cell",t);const a="/cells/{cell}/store/objects".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},storeObject:async(t,r,a,n,o={})=>{f("storeObject","cell",t),f("storeObject","key",r);const s="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),i=new URL(s,P);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...o},d={},u={},p=new(e&&e.formDataCtor||FormData);V(c,e),await R(d,e),n!==void 0&&p.append("AnyValue",new Blob([JSON.stringify(n)],{type:"application/json"})),d["Content-Type"]="multipart/form-data",a!=null&&(d["X-Metadata"]=typeof a=="string"?a:JSON.stringify(a)),_(i,u);let m=l&&l.headers?l.headers:{};return c.headers={...d,...m,...o.headers},c.data=p,{url:A(i),options:c}}}},Ur=function(e){const t=Jv(e);return{async clearAllObjects(r,a){var i,l;const n=await t.clearAllObjects(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["StoreObjectApi.clearAllObjects"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async deleteObject(r,a,n){var l,c;const o=await t.deleteObject(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["StoreObjectApi.deleteObject"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getObject(r,a,n){var l,c;const o=await t.getObject(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["StoreObjectApi.getObject"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getObjectMetadata(r,a,n){var l,c;const o=await t.getObjectMetadata(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["StoreObjectApi.getObjectMetadata"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async listAllObjectKeys(r,a){var i,l;const n=await t.listAllObjectKeys(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["StoreObjectApi.listAllObjectKeys"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async storeObject(r,a,n,o,s){var d,u;const i=await t.storeObject(r,a,n,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(u=(d=C["StoreObjectApi.storeObject"])==null?void 0:d[l])==null?void 0:u.url;return(p,m)=>T(i,O,w,e)(p,c||m)}}};class Hv extends Pe{clearAllObjects(t,r){return Ur(this.configuration).clearAllObjects(t,r).then(a=>a(this.axios,this.basePath))}deleteObject(t,r,a){return Ur(this.configuration).deleteObject(t,r,a).then(n=>n(this.axios,this.basePath))}getObject(t,r,a){return Ur(this.configuration).getObject(t,r,a).then(n=>n(this.axios,this.basePath))}getObjectMetadata(t,r,a){return Ur(this.configuration).getObjectMetadata(t,r,a).then(n=>n(this.axios,this.basePath))}listAllObjectKeys(t,r){return Ur(this.configuration).listAllObjectKeys(t,r).then(a=>a(this.axios,this.basePath))}storeObject(t,r,a,n,o){return Ur(this.configuration).storeObject(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}}const qv=function(e){return{checkNovaVersionUpdate:async(t,r={})=>{f("checkNovaVersionUpdate","channel",t);const a="/system/update",n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},i={},l={};V(s,e),await R(i,e),t!==void 0&&(l.channel=t),_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},{url:A(n),options:s}},getDiagnosePackage:async(t={})=>{const r="/system/diagnosis-package/zip",a=new URL(r,P);let n;e&&(n=e.baseOptions);const o={method:"GET",...n,...t},s={},i={};V(o,e),await R(s,e),_(a,i);let l=n&&n.headers?n.headers:{};return o.headers={...s,...l,...t.headers},{url:A(a),options:o}},getSystemStatus:async(t={})=>{const r="/system/status",a=new URL(r,P);let n;e&&(n=e.baseOptions);const o={method:"GET",...n,...t},s={},i={};V(o,e),await R(s,e),_(a,i);let l=n&&n.headers?n.headers:{};return o.headers={...s,...l,...t.headers},{url:A(a),options:o}},getSystemVersion:async(t={})=>{const r="/system/version",a=new URL(r,P);let n;e&&(n=e.baseOptions);const o={method:"GET",...n,...t},s={},i={};V(o,e),await R(s,e),_(a,i);let l=n&&n.headers?n.headers:{};return o.headers={...s,...l,...t.headers},{url:A(a),options:o}},updateNovaVersion:async(t,r={})=>{f("updateNovaVersion","updateNovaVersionRequest",t);const a="/system/update",n=new URL(a,P);let o;e&&(o=e.baseOptions);const s={method:"PUT",...o,...r},i={},l={};V(s,e),await R(i,e),i["Content-Type"]="application/json",_(n,l);let c=o&&o.headers?o.headers:{};return s.headers={...i,...c,...r.headers},s.data=se(t,s,e),{url:A(n),options:s}}}},xa=function(e){const t=qv(e);return{async checkNovaVersionUpdate(r,a){var i,l;const n=await t.checkNovaVersionUpdate(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["SystemApi.checkNovaVersionUpdate"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)},async getDiagnosePackage(r){var s,i;const a=await t.getDiagnosePackage(r),n=(e==null?void 0:e.serverIndex)??0,o=(i=(s=C["SystemApi.getDiagnosePackage"])==null?void 0:s[n])==null?void 0:i.url;return(l,c)=>T(a,O,w,e)(l,o||c)},async getSystemStatus(r){var s,i;const a=await t.getSystemStatus(r),n=(e==null?void 0:e.serverIndex)??0,o=(i=(s=C["SystemApi.getSystemStatus"])==null?void 0:s[n])==null?void 0:i.url;return(l,c)=>T(a,O,w,e)(l,o||c)},async getSystemVersion(r){var s,i;const a=await t.getSystemVersion(r),n=(e==null?void 0:e.serverIndex)??0,o=(i=(s=C["SystemApi.getSystemVersion"])==null?void 0:s[n])==null?void 0:i.url;return(l,c)=>T(a,O,w,e)(l,o||c)},async updateNovaVersion(r,a){var i,l;const n=await t.updateNovaVersion(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(l=(i=C["SystemApi.updateNovaVersion"])==null?void 0:i[o])==null?void 0:l.url;return(c,d)=>T(n,O,w,e)(c,s||d)}}};class Wv extends Pe{checkNovaVersionUpdate(t,r){return xa(this.configuration).checkNovaVersionUpdate(t,r).then(a=>a(this.axios,this.basePath))}getDiagnosePackage(t){return xa(this.configuration).getDiagnosePackage(t).then(r=>r(this.axios,this.basePath))}getSystemStatus(t){return xa(this.configuration).getSystemStatus(t).then(r=>r(this.axios,this.basePath))}getSystemVersion(t){return xa(this.configuration).getSystemVersion(t).then(r=>r(this.axios,this.basePath))}updateNovaVersion(t,r){return xa(this.configuration).updateNovaVersion(t,r).then(a=>a(this.axios,this.basePath))}}const Kv=function(e){return{getMotionGroupState:async(t,r,a,n={})=>{f("getMotionGroupState","cell",t),f("getMotionGroupState","controller",r),f("getMotionGroupState","id",a);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(a))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},getMotionGroups:async(t,r,a={})=>{f("getMotionGroups","cell",t),f("getMotionGroups","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/motiongroups".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getVirtualRobotIOValue:async(t,r,a,n={})=>{f("getVirtualRobotIOValue","cell",t),f("getVirtualRobotIOValue","controller",r),f("getVirtualRobotIOValue","io",a);const o="/cells/{cell}/controllers/{controller}/teach-pendant/ios/{io}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{io}",encodeURIComponent(String(a))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},listIOs:async(t,r,a={})=>{f("listIOs","cell",t),f("listIOs","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/ios".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},setMotionGroupState:async(t,r,a,n,o={})=>{f("setMotionGroupState","cell",t),f("setMotionGroupState","controller",r),f("setMotionGroupState","id",a),f("setMotionGroupState","motionGroupJoints",n);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(a))),i=new URL(s,P);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...o},d={},u={};V(c,e),await R(d,e),d["Content-Type"]="application/json",_(i,u);let p=l&&l.headers?l.headers:{};return c.headers={...d,...p,...o.headers},c.data=se(n,c,e),{url:A(i),options:c}},setVirtualRobotIOValue:async(t,r,a,n,o,s,i={})=>{f("setVirtualRobotIOValue","cell",t),f("setVirtualRobotIOValue","controller",r),f("setVirtualRobotIOValue","io",a);const l="/cells/{cell}/controllers/{controller}/teach-pendant/ios/{io}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{io}",encodeURIComponent(String(a))),c=new URL(l,P);let d;e&&(d=e.baseOptions);const u={method:"PUT",...d,...i},p={},m={};V(u,e),await R(p,e),n!==void 0&&(m.bool=n),o!==void 0&&(m.integer=o),s!==void 0&&(m.double=s),_(c,m);let g=d&&d.headers?d.headers:{};return u.headers={...p,...g,...i.headers},{url:A(c),options:u}}}},Lr=function(e){const t=Kv(e);return{async getMotionGroupState(r,a,n,o){var c,d;const s=await t.getMotionGroupState(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["VirtualRobotApi.getMotionGroupState"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async getMotionGroups(r,a,n){var l,c;const o=await t.getMotionGroups(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["VirtualRobotApi.getMotionGroups"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getVirtualRobotIOValue(r,a,n,o){var c,d;const s=await t.getVirtualRobotIOValue(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["VirtualRobotApi.getVirtualRobotIOValue"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async listIOs(r,a,n){var l,c;const o=await t.listIOs(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["VirtualRobotApi.listIOs"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async setMotionGroupState(r,a,n,o,s){var d,u;const i=await t.setMotionGroupState(r,a,n,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(u=(d=C["VirtualRobotApi.setMotionGroupState"])==null?void 0:d[l])==null?void 0:u.url;return(p,m)=>T(i,O,w,e)(p,c||m)},async setVirtualRobotIOValue(r,a,n,o,s,i,l){var p,m;const c=await t.setVirtualRobotIOValue(r,a,n,o,s,i,l),d=(e==null?void 0:e.serverIndex)??0,u=(m=(p=C["VirtualRobotApi.setVirtualRobotIOValue"])==null?void 0:p[d])==null?void 0:m.url;return(g,h)=>T(c,O,w,e)(g,u||h)}}};class Qv extends Pe{getMotionGroupState(t,r,a,n){return Lr(this.configuration).getMotionGroupState(t,r,a,n).then(o=>o(this.axios,this.basePath))}getMotionGroups(t,r,a){return Lr(this.configuration).getMotionGroups(t,r,a).then(n=>n(this.axios,this.basePath))}getVirtualRobotIOValue(t,r,a,n){return Lr(this.configuration).getVirtualRobotIOValue(t,r,a,n).then(o=>o(this.axios,this.basePath))}listIOs(t,r,a){return Lr(this.configuration).listIOs(t,r,a).then(n=>n(this.axios,this.basePath))}setMotionGroupState(t,r,a,n,o){return Lr(this.configuration).setMotionGroupState(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}setVirtualRobotIOValue(t,r,a,n,o,s,i){return Lr(this.configuration).setVirtualRobotIOValue(t,r,a,n,o,s,i).then(l=>l(this.axios,this.basePath))}}const Yv=function(e){return{externalJointsStream:async(t,r,a,n={})=>{f("externalJointsStream","cell",t),f("externalJointsStream","controller",r),f("externalJointsStream","externalJointStreamDatapoint",a);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,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}},getMotionGroupBehavior:async(t,r,a,n={})=>{f("getMotionGroupBehavior","cell",t),f("getMotionGroupBehavior","controller",r),f("getMotionGroupBehavior","id",a);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(a))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},setMotionGroupBehavior:async(t,r,a,n,o={})=>{f("setMotionGroupBehavior","cell",t),f("setMotionGroupBehavior","controller",r),f("setMotionGroupBehavior","id",a);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(a))),i=new URL(s,P);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...o},d={},u={};V(c,e),await R(d,e),n!==void 0&&(u.behavior=n),_(i,u);let p=l&&l.headers?l.headers:{};return c.headers={...d,...p,...o.headers},{url:A(i),options:c}}}},To=function(e){const t=Yv(e);return{async externalJointsStream(r,a,n,o){var c,d;const s=await t.externalJointsStream(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["VirtualRobotBehaviorApi.externalJointsStream"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async getMotionGroupBehavior(r,a,n,o){var c,d;const s=await t.getMotionGroupBehavior(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["VirtualRobotBehaviorApi.getMotionGroupBehavior"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async setMotionGroupBehavior(r,a,n,o,s){var d,u;const i=await t.setMotionGroupBehavior(r,a,n,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(u=(d=C["VirtualRobotBehaviorApi.setMotionGroupBehavior"])==null?void 0:d[l])==null?void 0:u.url;return(p,m)=>T(i,O,w,e)(p,c||m)}}};class Xv extends Pe{externalJointsStream(t,r,a,n){return To(this.configuration).externalJointsStream(t,r,a,n).then(o=>o(this.axios,this.basePath))}getMotionGroupBehavior(t,r,a,n){return To(this.configuration).getMotionGroupBehavior(t,r,a,n).then(o=>o(this.axios,this.basePath))}setMotionGroupBehavior(t,r,a,n,o){return To(this.configuration).setMotionGroupBehavior(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}}const Zv=function(e){return{getCycleTime:async(t,r,a={})=>{f("getCycleTime","cell",t),f("getCycleTime","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/cycle-time".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getEStop:async(t,r,a={})=>{f("getEStop","cell",t),f("getEStop","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/estop".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},getOperationMode:async(t,r,a={})=>{f("getOperationMode","cell",t),f("getOperationMode","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/operationmode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},pushEStop:async(t,r,a={})=>{f("pushEStop","cell",t),f("pushEStop","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/estop/push".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"PUT",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},releaseEStop:async(t,r,a={})=>{f("releaseEStop","cell",t),f("releaseEStop","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/estop/release".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"PUT",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},setOperationMode:async(t,r,a,n={})=>{f("setOperationMode","cell",t),f("setOperationMode","controller",r),f("setOperationMode","mode",a);const o="/cells/{cell}/controllers/{controller}/teach-pendant/operationmode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...n},c={},d={};V(l,e),await R(c,e),a!==void 0&&(d.mode=a),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}}}},kr=function(e){const t=Zv(e);return{async getCycleTime(r,a,n){var l,c;const o=await t.getCycleTime(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["VirtualRobotModeApi.getCycleTime"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getEStop(r,a,n){var l,c;const o=await t.getEStop(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["VirtualRobotModeApi.getEStop"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async getOperationMode(r,a,n){var l,c;const o=await t.getOperationMode(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["VirtualRobotModeApi.getOperationMode"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async pushEStop(r,a,n){var l,c;const o=await t.pushEStop(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["VirtualRobotModeApi.pushEStop"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async releaseEStop(r,a,n){var l,c;const o=await t.releaseEStop(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["VirtualRobotModeApi.releaseEStop"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async setOperationMode(r,a,n,o){var c,d;const s=await t.setOperationMode(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["VirtualRobotModeApi.setOperationMode"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)}}};class e1 extends Pe{getCycleTime(t,r,a){return kr(this.configuration).getCycleTime(t,r,a).then(n=>n(this.axios,this.basePath))}getEStop(t,r,a){return kr(this.configuration).getEStop(t,r,a).then(n=>n(this.axios,this.basePath))}getOperationMode(t,r,a){return kr(this.configuration).getOperationMode(t,r,a).then(n=>n(this.axios,this.basePath))}pushEStop(t,r,a){return kr(this.configuration).pushEStop(t,r,a).then(n=>n(this.axios,this.basePath))}releaseEStop(t,r,a){return kr(this.configuration).releaseEStop(t,r,a).then(n=>n(this.axios,this.basePath))}setOperationMode(t,r,a,n){return kr(this.configuration).setOperationMode(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const t1=function(e){return{addVirtualRobotCoordinateSystem:async(t,r,a,n={})=>{f("addVirtualRobotCoordinateSystem","cell",t),f("addVirtualRobotCoordinateSystem","controller",r),f("addVirtualRobotCoordinateSystem","coordinateSystem",a);const o="/cells/{cell}/controllers/{controller}/teach-pendant/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"PUT",...i,...n},c={},d={};V(l,e),await R(c,e),c["Content-Type"]="application/json",_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},l.data=se(a,l,e),{url:A(s),options:l}},addVirtualRobotTcp:async(t,r,a,n,o={})=>{f("addVirtualRobotTcp","cell",t),f("addVirtualRobotTcp","controller",r),f("addVirtualRobotTcp","id",a),f("addVirtualRobotTcp","robotTcp",n);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(a))),i=new URL(s,P);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...o},d={},u={};V(c,e),await R(d,e),d["Content-Type"]="application/json",_(i,u);let p=l&&l.headers?l.headers:{};return c.headers={...d,...p,...o.headers},c.data=se(n,c,e),{url:A(i),options:c}},deleteVirtualRobotCoordinateSystem:async(t,r,a,n,o={})=>{f("deleteVirtualRobotCoordinateSystem","cell",t),f("deleteVirtualRobotCoordinateSystem","controller",r),f("deleteVirtualRobotCoordinateSystem","coordinateSystem",a);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(a))),i=new URL(s,P);let l;e&&(l=e.baseOptions);const c={method:"DELETE",...l,...o},d={},u={};V(c,e),await R(d,e),n!==void 0&&(u.delete_dependent=n),_(i,u);let p=l&&l.headers?l.headers:{};return c.headers={...d,...p,...o.headers},{url:A(i),options:c}},deleteVirtualRobotTcp:async(t,r,a,n,o={})=>{f("deleteVirtualRobotTcp","cell",t),f("deleteVirtualRobotTcp","controller",r),f("deleteVirtualRobotTcp","id",a),f("deleteVirtualRobotTcp","tcp",n);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(a))).replace("{tcp}",encodeURIComponent(String(n))),i=new URL(s,P);let l;e&&(l=e.baseOptions);const c={method:"DELETE",...l,...o},d={},u={};V(c,e),await R(d,e),_(i,u);let p=l&&l.headers?l.headers:{};return c.headers={...d,...p,...o.headers},{url:A(i),options:c}},getVirtualRobotMounting:async(t,r,a,n={})=>{f("getVirtualRobotMounting","cell",t),f("getVirtualRobotMounting","controller",r),f("getVirtualRobotMounting","id",a);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(a))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},listVirtualRobotCoordinateSystems:async(t,r,a={})=>{f("listVirtualRobotCoordinateSystems","cell",t),f("listVirtualRobotCoordinateSystems","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,P);let s;e&&(s=e.baseOptions);const i={method:"GET",...s,...a},l={},c={};V(i,e),await R(l,e),_(o,c);let d=s&&s.headers?s.headers:{};return i.headers={...l,...d,...a.headers},{url:A(o),options:i}},listVirtualRobotTcps:async(t,r,a,n={})=>{f("listVirtualRobotTcps","cell",t),f("listVirtualRobotTcps","controller",r),f("listVirtualRobotTcps","id",a);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(a))),s=new URL(o,P);let i;e&&(i=e.baseOptions);const l={method:"GET",...i,...n},c={},d={};V(l,e),await R(c,e),_(s,d);let u=i&&i.headers?i.headers:{};return l.headers={...c,...u,...n.headers},{url:A(s),options:l}},setVirtualRobotMounting:async(t,r,a,n,o={})=>{f("setVirtualRobotMounting","cell",t),f("setVirtualRobotMounting","controller",r),f("setVirtualRobotMounting","id",a),f("setVirtualRobotMounting","coordinateSystem",n);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(a))),i=new URL(s,P);let l;e&&(l=e.baseOptions);const c={method:"PUT",...l,...o},d={},u={};V(c,e),await R(d,e),d["Content-Type"]="application/json",_(i,u);let p=l&&l.headers?l.headers:{};return c.headers={...d,...p,...o.headers},c.data=se(n,c,e),{url:A(i),options:c}}}},Ht=function(e){const t=t1(e);return{async addVirtualRobotCoordinateSystem(r,a,n,o){var c,d;const s=await t.addVirtualRobotCoordinateSystem(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["VirtualRobotSetupApi.addVirtualRobotCoordinateSystem"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async addVirtualRobotTcp(r,a,n,o,s){var d,u;const i=await t.addVirtualRobotTcp(r,a,n,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(u=(d=C["VirtualRobotSetupApi.addVirtualRobotTcp"])==null?void 0:d[l])==null?void 0:u.url;return(p,m)=>T(i,O,w,e)(p,c||m)},async deleteVirtualRobotCoordinateSystem(r,a,n,o,s){var d,u;const i=await t.deleteVirtualRobotCoordinateSystem(r,a,n,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(u=(d=C["VirtualRobotSetupApi.deleteVirtualRobotCoordinateSystem"])==null?void 0:d[l])==null?void 0:u.url;return(p,m)=>T(i,O,w,e)(p,c||m)},async deleteVirtualRobotTcp(r,a,n,o,s){var d,u;const i=await t.deleteVirtualRobotTcp(r,a,n,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(u=(d=C["VirtualRobotSetupApi.deleteVirtualRobotTcp"])==null?void 0:d[l])==null?void 0:u.url;return(p,m)=>T(i,O,w,e)(p,c||m)},async getVirtualRobotMounting(r,a,n,o){var c,d;const s=await t.getVirtualRobotMounting(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["VirtualRobotSetupApi.getVirtualRobotMounting"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async listVirtualRobotCoordinateSystems(r,a,n){var l,c;const o=await t.listVirtualRobotCoordinateSystems(r,a,n),s=(e==null?void 0:e.serverIndex)??0,i=(c=(l=C["VirtualRobotSetupApi.listVirtualRobotCoordinateSystems"])==null?void 0:l[s])==null?void 0:c.url;return(d,u)=>T(o,O,w,e)(d,i||u)},async listVirtualRobotTcps(r,a,n,o){var c,d;const s=await t.listVirtualRobotTcps(r,a,n,o),i=(e==null?void 0:e.serverIndex)??0,l=(d=(c=C["VirtualRobotSetupApi.listVirtualRobotTcps"])==null?void 0:c[i])==null?void 0:d.url;return(u,p)=>T(s,O,w,e)(u,l||p)},async setVirtualRobotMounting(r,a,n,o,s){var d,u;const i=await t.setVirtualRobotMounting(r,a,n,o,s),l=(e==null?void 0:e.serverIndex)??0,c=(u=(d=C["VirtualRobotSetupApi.setVirtualRobotMounting"])==null?void 0:d[l])==null?void 0:u.url;return(p,m)=>T(i,O,w,e)(p,c||m)}}};class r1 extends Pe{addVirtualRobotCoordinateSystem(t,r,a,n){return Ht(this.configuration).addVirtualRobotCoordinateSystem(t,r,a,n).then(o=>o(this.axios,this.basePath))}addVirtualRobotTcp(t,r,a,n,o){return Ht(this.configuration).addVirtualRobotTcp(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}deleteVirtualRobotCoordinateSystem(t,r,a,n,o){return Ht(this.configuration).deleteVirtualRobotCoordinateSystem(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}deleteVirtualRobotTcp(t,r,a,n,o){return Ht(this.configuration).deleteVirtualRobotTcp(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}getVirtualRobotMounting(t,r,a,n){return Ht(this.configuration).getVirtualRobotMounting(t,r,a,n).then(o=>o(this.axios,this.basePath))}listVirtualRobotCoordinateSystems(t,r,a){return Ht(this.configuration).listVirtualRobotCoordinateSystems(t,r,a).then(n=>n(this.axios,this.basePath))}listVirtualRobotTcps(t,r,a,n){return Ht(this.configuration).listVirtualRobotTcps(t,r,a,n).then(o=>o(this.axios,this.basePath))}setVirtualRobotMounting(t,r,a,n,o){return Ht(this.configuration).setVirtualRobotMounting(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}}function Mt(e,t,r){return Math.max(t,Math.min(r,e))}class a1{constructor(t=0,r=0,a=0,n=1){this.isQuaternion=!0,this._x=t,this._y=r,this._z=a,this._w=n}static slerpFlat(t,r,a,n,o,s,i){let l=a[n+0],c=a[n+1],d=a[n+2],u=a[n+3];const p=o[s+0],m=o[s+1],g=o[s+2],h=o[s+3];if(i===0){t[r+0]=l,t[r+1]=c,t[r+2]=d,t[r+3]=u;return}if(i===1){t[r+0]=p,t[r+1]=m,t[r+2]=g,t[r+3]=h;return}if(u!==h||l!==p||c!==m||d!==g){let x=1-i;const E=l*p+c*m+d*g+u*h,U=E>=0?1:-1,F=1-E*E;if(F>Number.EPSILON){const J=Math.sqrt(F),K=Math.atan2(J,E*U);x=Math.sin(x*K)/J,i=Math.sin(i*K)/J}const N=i*U;if(l=l*x+p*N,c=c*x+m*N,d=d*x+g*N,u=u*x+h*N,x===1-i){const J=1/Math.sqrt(l*l+c*c+d*d+u*u);l*=J,c*=J,d*=J,u*=J}}t[r]=l,t[r+1]=c,t[r+2]=d,t[r+3]=u}static multiplyQuaternionsFlat(t,r,a,n,o,s){const i=a[n],l=a[n+1],c=a[n+2],d=a[n+3],u=o[s],p=o[s+1],m=o[s+2],g=o[s+3];return t[r]=i*g+d*u+l*m-c*p,t[r+1]=l*g+d*p+c*u-i*m,t[r+2]=c*g+d*m+i*p-l*u,t[r+3]=d*g-i*u-l*p-c*m,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,a,n){return this._x=t,this._y=r,this._z=a,this._w=n,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 a=t._x,n=t._y,o=t._z,s=t._order,i=Math.cos,l=Math.sin,c=i(a/2),d=i(n/2),u=i(o/2),p=l(a/2),m=l(n/2),g=l(o/2);switch(s){case"XYZ":this._x=p*d*u+c*m*g,this._y=c*m*u-p*d*g,this._z=c*d*g+p*m*u,this._w=c*d*u-p*m*g;break;case"YXZ":this._x=p*d*u+c*m*g,this._y=c*m*u-p*d*g,this._z=c*d*g-p*m*u,this._w=c*d*u+p*m*g;break;case"ZXY":this._x=p*d*u-c*m*g,this._y=c*m*u+p*d*g,this._z=c*d*g+p*m*u,this._w=c*d*u-p*m*g;break;case"ZYX":this._x=p*d*u-c*m*g,this._y=c*m*u+p*d*g,this._z=c*d*g-p*m*u,this._w=c*d*u+p*m*g;break;case"YZX":this._x=p*d*u+c*m*g,this._y=c*m*u+p*d*g,this._z=c*d*g-p*m*u,this._w=c*d*u-p*m*g;break;case"XZY":this._x=p*d*u-c*m*g,this._y=c*m*u-p*d*g,this._z=c*d*g+p*m*u,this._w=c*d*u+p*m*g;break;default:console.warn("THREE.Quaternion: .setFromEuler() encountered an unknown order: "+s)}return r===!0&&this._onChangeCallback(),this}setFromAxisAngle(t,r){const a=r/2,n=Math.sin(a);return this._x=t.x*n,this._y=t.y*n,this._z=t.z*n,this._w=Math.cos(a),this._onChangeCallback(),this}setFromRotationMatrix(t){const r=t.elements,a=r[0],n=r[4],o=r[8],s=r[1],i=r[5],l=r[9],c=r[2],d=r[6],u=r[10],p=a+i+u;if(p>0){const m=.5/Math.sqrt(p+1);this._w=.25/m,this._x=(d-l)*m,this._y=(o-c)*m,this._z=(s-n)*m}else if(a>i&&a>u){const m=2*Math.sqrt(1+a-i-u);this._w=(d-l)/m,this._x=.25*m,this._y=(n+s)/m,this._z=(o+c)/m}else if(i>u){const m=2*Math.sqrt(1+i-a-u);this._w=(o-c)/m,this._x=(n+s)/m,this._y=.25*m,this._z=(l+d)/m}else{const m=2*Math.sqrt(1+u-a-i);this._w=(s-n)/m,this._x=(o+c)/m,this._y=(l+d)/m,this._z=.25*m}return this._onChangeCallback(),this}setFromUnitVectors(t,r){let a=t.dot(r)+1;return a<Number.EPSILON?(a=0,Math.abs(t.x)>Math.abs(t.z)?(this._x=-t.y,this._y=t.x,this._z=0,this._w=a):(this._x=0,this._y=-t.z,this._z=t.y,this._w=a)):(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=a),this.normalize()}angleTo(t){return 2*Math.acos(Math.abs(Mt(this.dot(t),-1,1)))}rotateTowards(t,r){const a=this.angleTo(t);if(a===0)return this;const n=Math.min(1,r/a);return this.slerp(t,n),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 a=t._x,n=t._y,o=t._z,s=t._w,i=r._x,l=r._y,c=r._z,d=r._w;return this._x=a*d+s*i+n*c-o*l,this._y=n*d+s*l+o*i-a*c,this._z=o*d+s*c+a*l-n*i,this._w=s*d-a*i-n*l-o*c,this._onChangeCallback(),this}slerp(t,r){if(r===0)return this;if(r===1)return this.copy(t);const a=this._x,n=this._y,o=this._z,s=this._w;let i=s*t._w+a*t._x+n*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=a,this._y=n,this._z=o,this;const l=1-i*i;if(l<=Number.EPSILON){const m=1-r;return this._w=m*s+r*this._w,this._x=m*a+r*this._x,this._y=m*n+r*this._y,this._z=m*o+r*this._z,this.normalize(),this}const c=Math.sqrt(l),d=Math.atan2(c,i),u=Math.sin((1-r)*d)/c,p=Math.sin(r*d)/c;return this._w=s*u+this._w*p,this._x=a*u+this._x*p,this._y=n*u+this._y*p,this._z=o*u+this._z*p,this._onChangeCallback(),this}slerpQuaternions(t,r,a){return this.copy(t).slerp(r,a)}random(){const t=2*Math.PI*Math.random(),r=2*Math.PI*Math.random(),a=Math.random(),n=Math.sqrt(1-a),o=Math.sqrt(a);return this.set(n*Math.sin(t),n*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 Jr{constructor(t=0,r=0,a=0){Jr.prototype.isVector3=!0,this.x=t,this.y=r,this.z=a}set(t,r,a){return a===void 0&&(a=this.z),this.x=t,this.y=r,this.z=a,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(ol.setFromEuler(t))}applyAxisAngle(t,r){return this.applyQuaternion(ol.setFromAxisAngle(t,r))}applyMatrix3(t){const r=this.x,a=this.y,n=this.z,o=t.elements;return this.x=o[0]*r+o[3]*a+o[6]*n,this.y=o[1]*r+o[4]*a+o[7]*n,this.z=o[2]*r+o[5]*a+o[8]*n,this}applyNormalMatrix(t){return this.applyMatrix3(t).normalize()}applyMatrix4(t){const r=this.x,a=this.y,n=this.z,o=t.elements,s=1/(o[3]*r+o[7]*a+o[11]*n+o[15]);return this.x=(o[0]*r+o[4]*a+o[8]*n+o[12])*s,this.y=(o[1]*r+o[5]*a+o[9]*n+o[13])*s,this.z=(o[2]*r+o[6]*a+o[10]*n+o[14])*s,this}applyQuaternion(t){const r=this.x,a=this.y,n=this.z,o=t.x,s=t.y,i=t.z,l=t.w,c=2*(s*n-i*a),d=2*(i*r-o*n),u=2*(o*a-s*r);return this.x=r+l*c+s*u-i*d,this.y=a+l*d+i*c-o*u,this.z=n+l*u+o*d-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,a=this.y,n=this.z,o=t.elements;return this.x=o[0]*r+o[4]*a+o[8]*n,this.y=o[1]*r+o[5]*a+o[9]*n,this.z=o[2]*r+o[6]*a+o[10]*n,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=Mt(this.x,t.x,r.x),this.y=Mt(this.y,t.y,r.y),this.z=Mt(this.z,t.z,r.z),this}clampScalar(t,r){return this.x=Mt(this.x,t,r),this.y=Mt(this.y,t,r),this.z=Mt(this.z,t,r),this}clampLength(t,r){const a=this.length();return this.divideScalar(a||1).multiplyScalar(Mt(a,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,a){return this.x=t.x+(r.x-t.x)*a,this.y=t.y+(r.y-t.y)*a,this.z=t.z+(r.z-t.z)*a,this}cross(t){return this.crossVectors(this,t)}crossVectors(t,r){const a=t.x,n=t.y,o=t.z,s=r.x,i=r.y,l=r.z;return this.x=n*l-o*i,this.y=o*s-a*l,this.z=a*i-n*s,this}projectOnVector(t){const r=t.lengthSq();if(r===0)return this.set(0,0,0);const a=t.dot(this)/r;return this.copy(t).multiplyScalar(a)}projectOnPlane(t){return Eo.copy(this).projectOnVector(t),this.sub(Eo)}reflect(t){return this.sub(Eo.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 a=this.dot(t)/r;return Math.acos(Mt(a,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const r=this.x-t.x,a=this.y-t.y,n=this.z-t.z;return r*r+a*a+n*n}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,a){const n=Math.sin(r)*t;return this.x=n*Math.sin(a),this.y=Math.cos(r)*t,this.z=n*Math.cos(a),this}setFromCylindrical(t){return this.setFromCylindricalCoords(t.radius,t.theta,t.y)}setFromCylindricalCoords(t,r,a){return this.x=t*Math.sin(r),this.y=a,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(),a=this.setFromMatrixColumn(t,1).length(),n=this.setFromMatrixColumn(t,2).length();return this.x=r,this.y=a,this.z=n,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,a=Math.sqrt(1-r*r);return this.x=a*Math.cos(t),this.y=r,this.z=a*Math.sin(t),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z}}const Eo=new Jr,ol=new a1;function n1(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 a=0;a<e.length;a++){var n=e[a];if(typeof n!="string")throw new TypeError("Url must be a string. Received "+n);n!==""&&(a>0&&(n=n.replace(/^[\/]+/,"")),a<e.length-1?n=n.replace(/[\/]+$/,""):n=n.replace(/[\/]+$/,"/"),t.push(n))}var o=t.join("/");o=o.replace(/\/(\?|&|#[^!])/g,"$1");var s=o.split("?");return o=s.shift()+(s.length>0?"?":"")+s.join("&"),o}function Io(){var e;return typeof arguments[0]=="object"?e=arguments[0]:e=[].slice.call(arguments),n1(e)}var xt={},sl;function o1(){if(sl)return xt;sl=1,Object.defineProperty(xt,"__esModule",{value:!0}),xt.TokenData=void 0,xt.parse=u,xt.compile=p,xt.match=h,xt.pathToRegexp=x,xt.stringify=N;const e="/",t=j=>j,r=/^[$_\p{ID_Start}]$/u,a=/^[$\u200c\u200d\p{ID_Continue}]$/u,n="https://git.new/pathToRegexpError",o={"{":"{","}":"}","(":"(",")":")","[":"[","]":"]","+":"+","?":"?","!":"!"};function s(j){return j.replace(/[{}()\[\]+?!:*]/g,"\\$&")}function i(j){return j.replace(/[.+*?^${}()[\]|/\\]/g,"\\$&")}function*l(j){const L=[...j];let k=0;function y(){let M="";if(r.test(L[++k]))for(M+=L[k];a.test(L[++k]);)M+=L[k];else if(L[k]==='"'){let B=k;for(;k<L.length;){if(L[++k]==='"'){k++,B=0;break}L[k]==="\\"?M+=L[++k]:M+=L[k]}if(B)throw new TypeError(`Unterminated quote at ${B}: ${n}`)}if(!M)throw new TypeError(`Missing parameter name at ${k}: ${n}`);return M}for(;k<L.length;){const M=L[k],B=o[M];if(B)yield{type:B,index:k++,value:M};else if(M==="\\")yield{type:"ESCAPED",index:k++,value:L[k++]};else if(M===":"){const G=y();yield{type:"PARAM",index:k,value:G}}else if(M==="*"){const G=y();yield{type:"WILDCARD",index:k,value:G}}else yield{type:"CHAR",index:k,value:L[k++]}}return{type:"END",index:k,value:""}}class c{constructor(L){this.tokens=L}peek(){if(!this._peek){const L=this.tokens.next();this._peek=L.value}return this._peek}tryConsume(L){const k=this.peek();if(k.type===L)return this._peek=void 0,k.value}consume(L){const k=this.tryConsume(L);if(k!==void 0)return k;const{type:y,index:M}=this.peek();throw new TypeError(`Unexpected ${y} at ${M}, expected ${L}: ${n}`)}text(){let L="",k;for(;k=this.tryConsume("CHAR")||this.tryConsume("ESCAPED");)L+=k;return L}}class d{constructor(L){this.tokens=L}}xt.TokenData=d;function u(j,L={}){const{encodePath:k=t}=L,y=new c(l(j));function M(G){const D=[];for(;;){const re=y.text();re&&D.push({type:"text",value:k(re)});const Z=y.tryConsume("PARAM");if(Z){D.push({type:"param",name:Z});continue}const xe=y.tryConsume("WILDCARD");if(xe){D.push({type:"wildcard",name:xe});continue}if(y.tryConsume("{")){D.push({type:"group",tokens:M("}")});continue}return y.consume(G),D}}const B=M("END");return new d(B)}function p(j,L={}){const{encode:k=encodeURIComponent,delimiter:y=e}=L,M=j instanceof d?j:u(j,L),B=m(M.tokens,y,k);return function(D={}){const[re,...Z]=B(D);if(Z.length)throw new TypeError(`Missing parameters: ${Z.join(", ")}`);return re}}function m(j,L,k){const y=j.map(M=>g(M,L,k));return M=>{const B=[""];for(const G of y){const[D,...re]=G(M);B[0]+=D,B.push(...re)}return B}}function g(j,L,k){if(j.type==="text")return()=>[j.value];if(j.type==="group"){const M=m(j.tokens,L,k);return B=>{const[G,...D]=M(B);return D.length?[""]:[G]}}const y=k||t;return j.type==="wildcard"&&k!==!1?M=>{const B=M[j.name];if(B==null)return["",j.name];if(!Array.isArray(B)||B.length===0)throw new TypeError(`Expected "${j.name}" to be a non-empty array`);return[B.map((G,D)=>{if(typeof G!="string")throw new TypeError(`Expected "${j.name}/${D}" to be a string`);return y(G)}).join(L)]}:M=>{const B=M[j.name];if(B==null)return["",j.name];if(typeof B!="string")throw new TypeError(`Expected "${j.name}" to be a string`);return[y(B)]}}function h(j,L={}){const{decode:k=decodeURIComponent,delimiter:y=e}=L,{regexp:M,keys:B}=x(j,L),G=B.map(D=>k===!1?t:D.type==="param"?k:re=>re.split(y).map(k));return function(re){const Z=M.exec(re);if(!Z)return!1;const xe=Z[0],X=Object.create(null);for(let ce=1;ce<Z.length;ce++){if(Z[ce]===void 0)continue;const fe=B[ce-1],le=G[ce-1];X[fe.name]=le(Z[ce])}return{path:xe,params:X}}}function x(j,L={}){const{delimiter:k=e,end:y=!0,sensitive:M=!1,trailing:B=!0}=L,G=[],D=[],re=M?"":"i",xe=(Array.isArray(j)?j:[j]).map(fe=>fe instanceof d?fe:u(fe,L));for(const{tokens:fe}of xe)for(const le of E(fe,0,[])){const He=U(le,k,G);D.push(He)}let X=`^(?:${D.join("|")})`;return B&&(X+=`(?:${i(k)}$)?`),X+=y?"$":`(?=${i(k)}|$)`,{regexp:new RegExp(X,re),keys:G}}function*E(j,L,k){if(L===j.length)return yield k;const y=j[L];if(y.type==="group"){const M=k.slice();for(const B of E(y.tokens,0,M))yield*E(j,L+1,B)}else k.push(y);yield*E(j,L+1,k)}function U(j,L,k){let y="",M="",B=!0;for(let G=0;G<j.length;G++){const D=j[G];if(D.type==="text"){y+=i(D.value),M+=D.value,B||(B=D.value.includes(L));continue}if(D.type==="param"||D.type==="wildcard"){if(!B&&!M)throw new TypeError(`Missing text after "${D.name}": ${n}`);D.type==="param"?y+=`(${F(L,B?"":M)}+)`:y+="([\\s\\S]+)",k.push(D),M="",B=!1;continue}}return y}function F(j,L){return L.length<2?j.length<2?`[^${i(j+L)}]`:`(?:(?!${i(j)})[^${i(L)}])`:j.length<2?`(?:(?!${i(L)})[^${i(j)}])`:`(?:(?!${i(L)}|${i(j)})[\\s\\S])`}function N(j){return j.tokens.map(function L(k,y,M){if(k.type==="text")return s(k.value);if(k.type==="group")return`{${k.tokens.map(L).join("")}}`;const G=J(k.name)&&K(M[y+1])?k.name:JSON.stringify(k.name);if(k.type==="param")return`:${G}`;if(k.type==="wildcard")return`*${G}`;throw new TypeError(`Unexpected token: ${k}`)}).join("")}function J(j){const[L,...k]=j;return r.test(L)?k.every(y=>a.test(y)):!1}function K(j){return(j==null?void 0:j.type)!=="text"?!0:!a.test(j.value[0])}return xt}var s1=o1();function Xc(e,t,r){if(t.length!==e.length)return!0;for(let a=0;a<t.length;a++)if(Math.abs(t[a]-e[a])>r)return!1;return!0}function Zc(e,t,r){if(e===void 0&&t||e&&t===void 0)return!1;if(e===void 0||t===void 0)return!0;let a=0;return a+=Math.abs(e.orientation.x-t.orientation.x),a+=Math.abs(e.orientation.y-t.orientation.y),a+=Math.abs(e.orientation.z-t.orientation.z),a+=Math.abs(e.position.x-t.position.x),a+=Math.abs(e.position.y-t.position.y),a+=Math.abs(e.position.z-t.position.z),a>r?!1:e.coordinate_system===t.coordinate_system&&e.tcp===t.tcp}var il=1e-4,i1=class ed{constructor(t,r,a,n,o,s,i,l,c,d,u,p){this.nova=t,this.controller=r,this.motionGroup=a,this.initialMotionState=n,this.motionStateSocket=o,this.isVirtual=s,this.tcps=i,this.motionGroupSpecification=l,this.safetySetup=c,this.mounting=d,this.initialControllerState=u,this.controllerStateSocket=p,this.connectedJoggingCartesianSocket=null,this.connectedJoggingJointsSocket=null,this.joggingVelocity=10,this.activationState="inactive",this.rapidlyChangingMotionState=n,this.controllerState=u,p.addEventListener("message",m=>{var g;const h=(g=Kt(m.data))==null?void 0:g.result;h&&Be.runInAction(()=>{this.controllerState=h})}),o.addEventListener("message",m=>{var g;const h=(g=Kt(m.data))==null?void 0:g.result;if(!h)throw new Error(`Failed to get motion state for ${this.motionGroupId}: ${m.data}`);Xc(this.rapidlyChangingMotionState.state.joint_position.joints,h.state.joint_position.joints,il)||Be.runInAction(()=>{this.rapidlyChangingMotionState.state=h.state}),Zc(this.rapidlyChangingMotionState.tcp_pose,h.tcp_pose,il)||Be.runInAction(()=>{this.rapidlyChangingMotionState.tcp_pose=h.tcp_pose})}),Be.makeAutoObservable(this)}static connect(t,r,a){return Ce(this,null,function*(){var n,o;const[s,i]=r.split("@"),l=a.find(K=>K.controller===i),c=l==null?void 0:l.physical_motion_groups.find(K=>K.motion_group===r);if(!l||!c)throw new Error(`Controller ${i} or motion group ${r} not found`);const d=t.openReconnectingWebsocket(`/motion-groups/${r}/state-stream`),u=yield d.firstMessage(),p=(n=Kt(u.data))==null?void 0:n.result;if(!p)throw new Error(`Unable to parse initial motion state message ${u.data}`);console.log(`Connected motion state websocket to motion group ${c.motion_group}. Initial state:
|
|
112
|
-
`,p);const g=(yield t.api.controller.getRobotController(
|
|
113
|
-
`,U);const{tcps:F}=yield t.api.motionGroupInfos.listTcps(r),N=yield t.api.motionGroupInfos.getMotionGroupSpecification(r),J=yield t.api.motionGroupInfos.getSafetySetup(r);return new ed(t,l,c,p,d,g,F,N,J,h,U,x)})}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,a,n,o,s;const i=new Ie.Vector3(((r=(t=this.mounting)==null?void 0:t.pose.orientation)==null?void 0:r.x)||0,((n=(a=this.mounting)==null?void 0:a.pose.orientation)==null?void 0:n.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 Ie.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 Ce(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 Ce(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}},l1=class td{constructor(t,r={}){this.motionStream=t,this.opts=r,this.cartesianWebsocket=null,this.jointWebsocket=null,this.cartesianJoggingOpts={}}static open(t,r){return Ce(this,arguments,function*(a,n,o={}){const s=yield a.connectMotionStream(n);return new td(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 Ce(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&&(p0(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",a=>{const n=Kt(a.data);if(n&&"error"in n)if(this.opts.onError)this.opts.onError(a.data);else throw new Error(a.data)})),t==="joint"&&!this.jointWebsocket&&(this.jointWebsocket=this.nova.openReconnectingWebsocket("/motion-groups/move-joint"),this.jointWebsocket.addEventListener("message",a=>{const n=Kt(a.data);if(n&&"error"in n)if(this.opts.onError)this.opts.onError(a.data);else throw new Error(a.data)}))}startJointRotation(t){return Ce(this,arguments,function*({joint:r,direction:a,velocityRadsPerSec:n}){if(!this.jointWebsocket)throw new Error("Joint jogging websocket not connected; call setJoggingMode first");const o=new Array(this.numJoints).fill(0);o[r]=a==="-"?-n:n,this.jointWebsocket.sendJson({motion_group:this.motionGroupId,joint_velocities:o})})}startTCPTranslation(t){return Ce(this,arguments,function*({axis:r,direction:a,velocityMmPerSec:n}){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]=a==="-"?-1:1,this.cartesianWebsocket.sendJson({motion_group:this.motionGroupId,position_direction:s,rotation_direction:o,position_velocity:n,rotation_velocity:0,tcp:this.cartesianJoggingOpts.tcpId,coordinate_system:this.cartesianJoggingOpts.coordSystemId})})}startTCPRotation(t){return Ce(this,arguments,function*({axis:r,direction:a,velocityRadsPerSec:n}){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]=a==="-"?-1:1,this.cartesianWebsocket.sendJson({motion_group:this.motionGroupId,position_direction:o,rotation_direction:s,position_velocity:0,rotation_velocity:n,tcp:this.cartesianJoggingOpts.tcpId,coordinate_system:this.cartesianJoggingOpts.coordSystemId})})}runIncrementalCartesianMotion(t){return Ce(this,arguments,function*({currentTcpPose:r,currentJoints:a,coordSystemId:n,velocityInRelevantUnits:o,axis:s,direction:i,motion:l}){var c;const d=[];if(!_0(r.coordinate_system,n))throw new Error(`Current TCP pose coordinate system ${r.coordinate_system} does not match target coordinate system ${n}`);if(l.type==="translate"){const m=Object.assign({},r.position);m[s]+=l.distanceMm*(i==="-"?-1:1),d.push({settings:{limits_override:{tcp_velocity_limit:o}},line:{position:m,orientation:r.orientation,coordinate_system:n}})}else if(l.type==="rotate"){const m=new Jr(r.orientation.x,r.orientation.y,r.orientation.z),g=m.length(),h=m.clone().normalize(),x=l.distanceRads*(i==="-"?-1:1),E=new Jr(0,0,0);E[s]=1;const U=Math.cos(.5*x)*Math.cos(.5*g),F=Math.sin(.5*x)*Math.sin(.5*g),N=Math.sin(.5*x)*Math.cos(.5*g),J=Math.cos(.5*x)*Math.sin(.5*g),K=E.dot(h),j=E.clone().cross(h),L=2*Math.acos(U-F*K),k=L/Math.sin(.5*L),y=new Jr().addScaledVector(j,F).addScaledVector(E,N).addScaledVector(h,J).multiplyScalar(k);d.push({settings:{limits_override:{tcp_orientation_velocity_limit:o}},line:{position:r.position,orientation:y,coordinate_system:n}})}const u=yield this.nova.api.motion.planMotion({motion_group:this.motionGroupId,start_joint_position:a,tcp:this.cartesianJoggingOpts.tcpId,commands:d}),p=(c=u.plan_successful_response)==null?void 0:c.motion;if(!p)throw new Error(`Failed to plan jogging increment motion ${JSON.stringify(u)}`);yield this.nova.api.motion.streamMoveForward(p,100,void 0,void 0,void 0,{timeout:1e3*60})})}runIncrementalJointRotation(t){return Ce(this,arguments,function*({joint:r,currentJoints:a,velocityRadsPerSec:n,direction:o,distanceRads:s}){var i;const l=[...a.joints];l[r]+=s*(o==="-"?-1:1);const c=new Array(a.joints.length).fill(n),d=yield this.nova.api.motion.planMotion({motion_group:this.motionGroupId,start_joint_position:a,commands:[{settings:{limits_override:{joint_velocity_limits:{joints:c}}},joint_ptp:{joints:l}}]}),u=(i=d.plan_successful_response)==null?void 0:i.motion;if(!u){console.error("Failed to plan jogging increment motion",d);return}yield this.nova.api.motion.streamMoveForward(u,100,void 0,void 0,void 0,{timeout:1e3*60})})}},ll=1e-4;function c1(e,t){const r=new ht.Vector3(t.x,t.y,t.z),a=new ht.Vector3(e.x,e.y,e.z),n=r.length(),o=r.normalize();let s=a.length(),i=a.normalize();i.dot(o)<0&&(s=-s,i=i.multiplyScalar(-1));let l=s-n;return l-=2*Math.PI*Math.floor((l+Math.PI)/(2*Math.PI)),s=n+l,i.multiplyScalar(s)}var d1=class rd{constructor(t,r,a,n,o){this.nova=t,this.controller=r,this.motionGroup=a,this.initialMotionState=n,this.motionStateSocket=o,this.rapidlyChangingMotionState=n,o.addEventListener("message",s=>{var i;const l=(i=Kt(s.data))==null?void 0:i.result;if(!l)throw new Error(`Failed to get motion state for ${this.motionGroupId}: ${s.data}`);Xc(this.rapidlyChangingMotionState.state.joint_position.joints,l.state.joint_position.joints,ll)||Be.runInAction(()=>{this.rapidlyChangingMotionState.state=l.state}),Zc(this.rapidlyChangingMotionState.tcp_pose,l.tcp_pose,ll)||Be.runInAction(()=>{this.rapidlyChangingMotionState.tcp_pose==null?this.rapidlyChangingMotionState.tcp_pose=l.tcp_pose:this.rapidlyChangingMotionState.tcp_pose={position:l.tcp_pose.position,orientation:c1(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 Ce(this,null,function*(){var a;const{instances:n}=yield t.api.controller.listControllers(),[o,s]=r.split("@"),i=n.find(p=>p.controller===s),l=i==null?void 0:i.physical_motion_groups.find(p=>p.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`),d=yield c.firstMessage();console.log("got first message",d);const u=(a=Kt(d.data))==null?void 0:a.result;if(!u)throw new Error(`Unable to parse initial motion state message ${d.data}`);return console.log(`Connected motion state websocket to motion group ${l.motion_group}. Initial state:
|
|
114
|
-
`,u),new rd(t,i,l,u,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()}},u1=class{constructor(e,t){this.cellId=e,this.opts=t,this.system=this.withUnwrappedResponsesOnly(Wv),this.cell=this.withUnwrappedResponsesOnly(dv),this.deviceConfig=this.withCellId(bv),this.motionGroup=this.withCellId(Tv),this.motionGroupInfos=this.withCellId(Iv),this.controller=this.withCellId(pv),this.program=this.withCellId(kv),this.programValues=this.withCellId(Fv),this.controllerIOs=this.withCellId(mv),this.motionGroupKinematic=this.withCellId(Uv),this.motion=this.withCellId(_v),this.coordinateSystems=this.withCellId(gv),this.application=this.withCellId(nl),this.applicationGlobal=this.withUnwrappedResponsesOnly(nl),this.motionGroupJogging=this.withCellId(jv),this.virtualRobot=this.withCellId(Qv),this.virtualRobotSetup=this.withCellId(r1),this.virtualRobotMode=this.withCellId(e1),this.virtualRobotBehavior=this.withCellId(Xv),this.libraryProgramMetadata=this.withCellId(Ov),this.libraryProgram=this.withCellId(vv),this.libraryRecipeMetadata=this.withCellId(Vv),this.libraryRecipe=this.withCellId(Cv),this.storeObject=this.withCellId(Hv),this.storeCollisionComponents=this.withCellId(Dv),this.storeCollisionScenes=this.withCellId(Gv)}withCellId(e){var t,r;const a=new e(Ko(Nr({},this.opts),{isJsonMime:n=>n==="application/json"}),(t=this.opts.basePath)!=null?t:"",(r=this.opts.axiosInstance)!=null?r:O.create());for(const n of Reflect.ownKeys(Reflect.getPrototypeOf(a)))if(n!=="constructor"&&typeof a[n]=="function"){const o=a[n];a[n]=(...s)=>o.apply(a,[this.cellId,...s]).then(i=>i.data)}return a}withUnwrappedResponsesOnly(e){var t,r;const a=new e(Ko(Nr({},this.opts),{isJsonMime:n=>n==="application/json"}),(t=this.opts.basePath)!=null?t:"",(r=this.opts.axiosInstance)!=null?r:O.create());for(const n of Reflect.ownKeys(Reflect.getPrototypeOf(a)))if(n!=="constructor"&&typeof a[n]=="function"){const o=a[n];a[n]=(...s)=>o.apply(a,s).then(i=>i.data)}return a}},p1=class{constructor(){this.connections=[]}handleAPIRequest(e){return Ce(this,null,function*(){var t,r,a;const n=[{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"+((a=(r=e.url)==null?void 0:r.split("/cells")[1])==null?void 0:a.split("?")[0]);for(const i of n){const l=s1.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 rs(`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(h1)})),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)}},h1={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]}},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"}}},m1=class{constructor(e){this.authPromise=null,this.accessToken=null;var t;const r=(t=e.cellId)!=null?t:"cell";this.config=Nr({cellId:r},e),this.accessToken=e.accessToken||Po.getString("wbjs.access_token")||null,this.config.instanceUrl==="https://mock.example.com"&&(this.mock=new p1);const a=O.create({baseURL:Io(this.config.instanceUrl,"/api/v1")});a.interceptors.request.use(n=>Ce(this,null,function*(){return n.headers.Authorization||(this.accessToken?n.headers.Authorization=`Bearer ${this.accessToken}`:this.config.username&&this.config.password&&(n.headers.Authorization=`Basic ${btoa(e.username+":"+e.password)}`)),n})),typeof window<"u"&&a.interceptors.response.use(n=>n,n=>Ce(this,null,function*(){var o,s;if(sv(n))if(((o=n.response)==null?void 0:o.status)===401)try{if(yield this.renewAuthentication(),n.config)return this.accessToken?n.config.headers.Authorization=`Bearer ${this.accessToken}`:delete n.config.headers.Authorization,a.request(n.config)}catch(i){return Promise.reject(i)}else((s=n.response)==null?void 0:s.status)===503&&(yield fetch(window.location.href)).status===503&&window.location.reload();return Promise.reject(n)})),this.api=new u1(r,Ko(Nr({},e),{basePath:Io(this.config.instanceUrl,"/api/v1"),isJsonMime:n=>n==="application/json",baseOptions:Nr(Nr({},this.mock?{adapter:n=>this.mock.handleAPIRequest(n)}:{}),e.baseOptions),axiosInstance:a}))}renewAuthentication(){return Ce(this,null,function*(){if(!this.authPromise){this.authPromise=T0(this.config.instanceUrl);try{this.accessToken=yield this.authPromise,this.accessToken?Po.setString("wbjs.access_token",this.accessToken):Po.delete("wbjs.access_token")}finally{this.authPromise=null}}})}makeWebsocketURL(e){const t=new URL(Io(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 V0(this.makeWebsocketURL(e),{mock:this.mock})}connectMotionStream(e){return Ce(this,null,function*(){return yield d1.open(this,e)})}connectJogger(e){return Ce(this,null,function*(){return yield l1.open(this,e)})}connectMotionGroups(e){return Ce(this,null,function*(){const{instances:t}=yield this.api.controller.listControllers();return Promise.all(e.map(r=>i1.connect(this,r,t)))})}connectMotionGroup(e){return Ce(this,null,function*(){return(yield this.connectMotionGroups([e]))[0]})}};function f1(e){try{return JSON.stringify(e)}catch{return}}function g1(e,t){throw new Error(t+` ${JSON.stringify(e)}`)}function y1(e){var t,r,a,n;return e instanceof rs&&e.code==="ERR_NETWORK"?"Failed to connect to the server. Please check your internet connection.":e instanceof rs&&e.response?`${(t=e.response)==null?void 0:t.status} ${(r=e.response)==null?void 0:r.statusText} from ${(a=e.response)==null?void 0:a.config.url}: ${JSON.stringify((n=e.response)==null?void 0:n.data)}`:e instanceof Error?e.message:`Unexpected error: ${f1(e)||e}`}const xs=e=>{const t=e.softTimeout||3e3,[r,a]=ae.useState(!1),n=z.useTheme();return ae.useEffect(()=>{const o=setTimeout(()=>{a(!0)},t);return()=>clearTimeout(o)}),b.jsx(z.Stack,{width:"100%",height:"100%",alignItems:"center",justifyContent:"center",sx:{color:n.palette.text.primary},children:e.error?b.jsx(ad,{loadingMessage:e.message,error:e.error}):b.jsxs(b.Fragment,{children:[b.jsx(z.CircularProgress,{sx:{marginBottom:"24px"}}),!!e.message&&b.jsx("div",{children:e.message}),b.jsx(z.Stack,{sx:{visibility:r?"visible":"hidden",marginTop:"1rem",color:n.palette.text.secondary},children:"This is taking longer than expected..."})]})})},ad=e=>{const t=y1(e.error),r=e.error instanceof Error?e.error.stack:null,a=z.useTheme();return b.jsxs(z.Stack,{sx:{maxHeight:"100%",maxWidth:"min(100%, 800px)",padding:2,overflow:"auto",color:a.palette.error.main,"& pre":{whiteSpace:"pre-wrap",wordBreak:"break-word",paddingBottom:"3rem"}},children:[(e.loadingMessage?`Error while ${ds.lowerFirst(z.capitalize(e.loadingMessage))} - `:"")+t,b.jsx("br",{}),r&&b.jsx("pre",{children:r})]})},b1=({title:e,titleId:t,...r},a)=>H.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:19,height:10,fill:"none",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.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"})),S1=ae.forwardRef(b1),v1=({title:e,titleId:t,...r},a)=>H.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:19,height:10,fill:"none",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.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"})),x1=ae.forwardRef(v1),O1=({title:e,titleId:t,...r},a)=>H.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:10,height:19,fill:"none",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.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"})),w1=ae.forwardRef(O1),C1=({title:e,titleId:t,...r},a)=>H.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.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"})),P1=ae.forwardRef(C1);function V1(){this.__data__=[],this.size=0}function nd(e,t){return e===t||e!==e&&t!==t}function ao(e,t){for(var r=e.length;r--;)if(nd(e[r][0],t))return r;return-1}var R1=Array.prototype,_1=R1.splice;function A1(e){var t=this.__data__,r=ao(t,e);if(r<0)return!1;var a=t.length-1;return r==a?t.pop():_1.call(t,r,1),--this.size,!0}function T1(e){var t=this.__data__,r=ao(t,e);return r<0?void 0:t[r][1]}function E1(e){return ao(this.__data__,e)>-1}function I1(e,t){var r=this.__data__,a=ao(r,e);return a<0?(++this.size,r.push([e,t])):r[a][1]=t,this}function Lt(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var a=e[t];this.set(a[0],a[1])}}Lt.prototype.clear=V1;Lt.prototype.delete=A1;Lt.prototype.get=T1;Lt.prototype.has=E1;Lt.prototype.set=I1;function M1(){this.__data__=new Lt,this.size=0}function j1(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}function $1(e){return this.__data__.get(e)}function U1(e){return this.__data__.has(e)}var L1="[object AsyncFunction]",k1="[object Function]",B1="[object GeneratorFunction]",F1="[object Proxy]";function od(e){if(!dr(e))return!1;var t=gr(e);return t==k1||t==B1||t==L1||t==F1}var Mo=Rt["__core-js_shared__"],cl=function(){var e=/[^.]+$/.exec(Mo&&Mo.keys&&Mo.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function N1(e){return!!cl&&cl in e}var D1=Function.prototype,z1=D1.toString;function br(e){if(e!=null){try{return z1.call(e)}catch{}try{return e+""}catch{}}return""}var G1=/[\\^$.*+?()[\]{}|]/g,J1=/^\[object .+?Constructor\]$/,H1=Function.prototype,q1=Object.prototype,W1=H1.toString,K1=q1.hasOwnProperty,Q1=RegExp("^"+W1.call(K1).replace(G1,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Y1(e){if(!dr(e)||N1(e))return!1;var t=od(e)?Q1:J1;return t.test(br(e))}function X1(e,t){return e==null?void 0:e[t]}function Sr(e,t){var r=X1(e,t);return Y1(r)?r:void 0}var Ua=Sr(Rt,"Map"),La=Sr(Object,"create");function Z1(){this.__data__=La?La(null):{},this.size=0}function ex(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var tx="__lodash_hash_undefined__",rx=Object.prototype,ax=rx.hasOwnProperty;function nx(e){var t=this.__data__;if(La){var r=t[e];return r===tx?void 0:r}return ax.call(t,e)?t[e]:void 0}var ox=Object.prototype,sx=ox.hasOwnProperty;function ix(e){var t=this.__data__;return La?t[e]!==void 0:sx.call(t,e)}var lx="__lodash_hash_undefined__";function cx(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=La&&t===void 0?lx:t,this}function hr(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var a=e[t];this.set(a[0],a[1])}}hr.prototype.clear=Z1;hr.prototype.delete=ex;hr.prototype.get=nx;hr.prototype.has=ix;hr.prototype.set=cx;function dx(){this.size=0,this.__data__={hash:new hr,map:new(Ua||Lt),string:new hr}}function ux(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function no(e,t){var r=e.__data__;return ux(t)?r[typeof t=="string"?"string":"hash"]:r.map}function px(e){var t=no(this,e).delete(e);return this.size-=t?1:0,t}function hx(e){return no(this,e).get(e)}function mx(e){return no(this,e).has(e)}function fx(e,t){var r=no(this,e),a=r.size;return r.set(e,t),this.size+=r.size==a?0:1,this}function kt(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var a=e[t];this.set(a[0],a[1])}}kt.prototype.clear=dx;kt.prototype.delete=px;kt.prototype.get=hx;kt.prototype.has=mx;kt.prototype.set=fx;var gx=200;function yx(e,t){var r=this.__data__;if(r instanceof Lt){var a=r.__data__;if(!Ua||a.length<gx-1)return a.push([e,t]),this.size=++r.size,this;r=this.__data__=new kt(a)}return r.set(e,t),this.size=r.size,this}function jt(e){var t=this.__data__=new Lt(e);this.size=t.size}jt.prototype.clear=M1;jt.prototype.delete=j1;jt.prototype.get=$1;jt.prototype.has=U1;jt.prototype.set=yx;var bx="__lodash_hash_undefined__";function Sx(e){return this.__data__.set(e,bx),this}function vx(e){return this.__data__.has(e)}function Tn(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new kt;++t<r;)this.add(e[t])}Tn.prototype.add=Tn.prototype.push=Sx;Tn.prototype.has=vx;function xx(e,t){for(var r=-1,a=e==null?0:e.length;++r<a;)if(t(e[r],r,e))return!0;return!1}function Ox(e,t){return e.has(t)}var wx=1,Cx=2;function sd(e,t,r,a,n,o){var s=r&wx,i=e.length,l=t.length;if(i!=l&&!(s&&l>i))return!1;var c=o.get(e),d=o.get(t);if(c&&d)return c==t&&d==e;var u=-1,p=!0,m=r&Cx?new Tn:void 0;for(o.set(e,t),o.set(t,e);++u<i;){var g=e[u],h=t[u];if(a)var x=s?a(h,g,u,t,e,o):a(g,h,u,e,t,o);if(x!==void 0){if(x)continue;p=!1;break}if(m){if(!xx(t,function(E,U){if(!Ox(m,U)&&(g===E||n(g,E,r,a,o)))return m.push(U)})){p=!1;break}}else if(!(g===h||n(g,h,r,a,o))){p=!1;break}}return o.delete(e),o.delete(t),p}var dl=Rt.Uint8Array;function Px(e){var t=-1,r=Array(e.size);return e.forEach(function(a,n){r[++t]=[n,a]}),r}function Vx(e){var t=-1,r=Array(e.size);return e.forEach(function(a){r[++t]=a}),r}var Rx=1,_x=2,Ax="[object Boolean]",Tx="[object Date]",Ex="[object Error]",Ix="[object Map]",Mx="[object Number]",jx="[object RegExp]",$x="[object Set]",Ux="[object String]",Lx="[object Symbol]",kx="[object ArrayBuffer]",Bx="[object DataView]",ul=Xt?Xt.prototype:void 0,jo=ul?ul.valueOf:void 0;function Fx(e,t,r,a,n,o,s){switch(r){case Bx:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case kx:return!(e.byteLength!=t.byteLength||!o(new dl(e),new dl(t)));case Ax:case Tx:case Mx:return nd(+e,+t);case Ex:return e.name==t.name&&e.message==t.message;case jx:case Ux:return e==t+"";case Ix:var i=Px;case $x:var l=a&Rx;if(i||(i=Vx),e.size!=t.size&&!l)return!1;var c=s.get(e);if(c)return c==t;a|=_x,s.set(e,t);var d=sd(i(e),i(t),a,n,o,s);return s.delete(e),d;case Lx:if(jo)return jo.call(e)==jo.call(t)}return!1}function Nx(e,t){for(var r=-1,a=t.length,n=e.length;++r<a;)e[n+r]=t[r];return e}var Vt=Array.isArray;function Dx(e,t,r){var a=t(e);return Vt(e)?a:Nx(a,r(e))}function zx(e,t){for(var r=-1,a=e==null?0:e.length,n=0,o=[];++r<a;){var s=e[r];t(s,r,e)&&(o[n++]=s)}return o}function Gx(){return[]}var Jx=Object.prototype,Hx=Jx.propertyIsEnumerable,pl=Object.getOwnPropertySymbols,qx=pl?function(e){return e==null?[]:(e=Object(e),zx(pl(e),function(t){return Hx.call(e,t)}))}:Gx;function Wx(e,t){for(var r=-1,a=Array(e);++r<e;)a[r]=t(r);return a}var Kx="[object Arguments]";function hl(e){return ur(e)&&gr(e)==Kx}var id=Object.prototype,Qx=id.hasOwnProperty,Yx=id.propertyIsEnumerable,ld=hl(function(){return arguments}())?hl:function(e){return ur(e)&&Qx.call(e,"callee")&&!Yx.call(e,"callee")};function Xx(){return!1}var cd=typeof exports=="object"&&exports&&!exports.nodeType&&exports,ml=cd&&typeof module=="object"&&module&&!module.nodeType&&module,Zx=ml&&ml.exports===cd,fl=Zx?Rt.Buffer:void 0,eO=fl?fl.isBuffer:void 0,ns=eO||Xx,tO=9007199254740991,rO=/^(?:0|[1-9]\d*)$/;function dd(e,t){var r=typeof e;return t=t??tO,!!t&&(r=="number"||r!="symbol"&&rO.test(e))&&e>-1&&e%1==0&&e<t}var aO=9007199254740991;function Os(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=aO}var nO="[object Arguments]",oO="[object Array]",sO="[object Boolean]",iO="[object Date]",lO="[object Error]",cO="[object Function]",dO="[object Map]",uO="[object Number]",pO="[object Object]",hO="[object RegExp]",mO="[object Set]",fO="[object String]",gO="[object WeakMap]",yO="[object ArrayBuffer]",bO="[object DataView]",SO="[object Float32Array]",vO="[object Float64Array]",xO="[object Int8Array]",OO="[object Int16Array]",wO="[object Int32Array]",CO="[object Uint8Array]",PO="[object Uint8ClampedArray]",VO="[object Uint16Array]",RO="[object Uint32Array]",we={};we[SO]=we[vO]=we[xO]=we[OO]=we[wO]=we[CO]=we[PO]=we[VO]=we[RO]=!0;we[nO]=we[oO]=we[yO]=we[sO]=we[bO]=we[iO]=we[lO]=we[cO]=we[dO]=we[uO]=we[pO]=we[hO]=we[mO]=we[fO]=we[gO]=!1;function _O(e){return ur(e)&&Os(e.length)&&!!we[gr(e)]}function AO(e){return function(t){return e(t)}}var ud=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Ra=ud&&typeof module=="object"&&module&&!module.nodeType&&module,TO=Ra&&Ra.exports===ud,$o=TO&&dc.process,gl=function(){try{var e=Ra&&Ra.require&&Ra.require("util").types;return e||$o&&$o.binding&&$o.binding("util")}catch{}}(),yl=gl&&gl.isTypedArray,pd=yl?AO(yl):_O,EO=Object.prototype,IO=EO.hasOwnProperty;function MO(e,t){var r=Vt(e),a=!r&&ld(e),n=!r&&!a&&ns(e),o=!r&&!a&&!n&&pd(e),s=r||a||n||o,i=s?Wx(e.length,String):[],l=i.length;for(var c in e)IO.call(e,c)&&!(s&&(c=="length"||n&&(c=="offset"||c=="parent")||o&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||dd(c,l)))&&i.push(c);return i}var jO=Object.prototype;function $O(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||jO;return e===r}function UO(e,t){return function(r){return e(t(r))}}var LO=UO(Object.keys,Object),kO=Object.prototype,BO=kO.hasOwnProperty;function FO(e){if(!$O(e))return LO(e);var t=[];for(var r in Object(e))BO.call(e,r)&&r!="constructor"&&t.push(r);return t}function hd(e){return e!=null&&Os(e.length)&&!od(e)}function ws(e){return hd(e)?MO(e):FO(e)}function bl(e){return Dx(e,ws,qx)}var NO=1,DO=Object.prototype,zO=DO.hasOwnProperty;function GO(e,t,r,a,n,o){var s=r&NO,i=bl(e),l=i.length,c=bl(t),d=c.length;if(l!=d&&!s)return!1;for(var u=l;u--;){var p=i[u];if(!(s?p in t:zO.call(t,p)))return!1}var m=o.get(e),g=o.get(t);if(m&&g)return m==t&&g==e;var h=!0;o.set(e,t),o.set(t,e);for(var x=s;++u<l;){p=i[u];var E=e[p],U=t[p];if(a)var F=s?a(U,E,p,t,e,o):a(E,U,p,e,t,o);if(!(F===void 0?E===U||n(E,U,r,a,o):F)){h=!1;break}x||(x=p=="constructor")}if(h&&!x){var N=e.constructor,J=t.constructor;N!=J&&"constructor"in e&&"constructor"in t&&!(typeof N=="function"&&N instanceof N&&typeof J=="function"&&J instanceof J)&&(h=!1)}return o.delete(e),o.delete(t),h}var os=Sr(Rt,"DataView"),ss=Sr(Rt,"Promise"),is=Sr(Rt,"Set"),ls=Sr(Rt,"WeakMap"),Sl="[object Map]",JO="[object Object]",vl="[object Promise]",xl="[object Set]",Ol="[object WeakMap]",wl="[object DataView]",HO=br(os),qO=br(Ua),WO=br(ss),KO=br(is),QO=br(ls),qt=gr;(os&&qt(new os(new ArrayBuffer(1)))!=wl||Ua&&qt(new Ua)!=Sl||ss&&qt(ss.resolve())!=vl||is&&qt(new is)!=xl||ls&&qt(new ls)!=Ol)&&(qt=function(e){var t=gr(e),r=t==JO?e.constructor:void 0,a=r?br(r):"";if(a)switch(a){case HO:return wl;case qO:return Sl;case WO:return vl;case KO:return xl;case QO:return Ol}return t});var YO=1,Cl="[object Arguments]",Pl="[object Array]",rn="[object Object]",XO=Object.prototype,Vl=XO.hasOwnProperty;function ZO(e,t,r,a,n,o){var s=Vt(e),i=Vt(t),l=s?Pl:qt(e),c=i?Pl:qt(t);l=l==Cl?rn:l,c=c==Cl?rn:c;var d=l==rn,u=c==rn,p=l==c;if(p&&ns(e)){if(!ns(t))return!1;s=!0,d=!1}if(p&&!d)return o||(o=new jt),s||pd(e)?sd(e,t,r,a,n,o):Fx(e,t,l,r,a,n,o);if(!(r&YO)){var m=d&&Vl.call(e,"__wrapped__"),g=u&&Vl.call(t,"__wrapped__");if(m||g){var h=m?e.value():e,x=g?t.value():t;return o||(o=new jt),n(h,x,r,a,o)}}return p?(o||(o=new jt),GO(e,t,r,a,n,o)):!1}function oo(e,t,r,a,n){return e===t?!0:e==null||t==null||!ur(e)&&!ur(t)?e!==e&&t!==t:ZO(e,t,r,a,oo,n)}function ew(e,t){return oo(e,t)}const md=({store:e})=>{const{t}=Me.useTranslation(),[r,a]=ae.useState(e.jogger.motionStream.rapidlyChangingMotionState.state.joint_limit_reached.limit_reached),n=ae.useRef(r);Wr(()=>{const s=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_limit_reached.limit_reached;ew(n.current,s)||(n.current=s,a(s))});const o=[];for(const[s,i]of r.entries())i&&o.push(s);return b.jsx(z.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(", ")})})},tw=z.styled(z.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 an({labelValue:e,...t}){return b.jsxs(tw,{fullWidth:!0,variant:"filled",children:[b.jsx(z.InputLabel,{id:t.labelId,children:e}),b.jsx(z.Select,{...t})]})}var Rl=function(){try{var e=Sr(Object,"defineProperty");return e({},"",{}),e}catch{}}();function rw(e,t,r){t=="__proto__"&&Rl?Rl(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function aw(e,t,r,a){for(var n=-1,o=e==null?0:e.length;++n<o;){var s=e[n];t(a,s,r(s),e)}return a}function nw(e){return function(t,r,a){for(var n=-1,o=Object(t),s=a(t),i=s.length;i--;){var l=s[++n];if(r(o[l],l,o)===!1)break}return t}}var ow=nw();function sw(e,t){return e&&ow(e,t,ws)}function iw(e,t){return function(r,a){if(r==null)return r;if(!hd(r))return e(r,a);for(var n=r.length,o=-1,s=Object(r);++o<n&&a(s[o],o,s)!==!1;);return r}}var lw=iw(sw);function cw(e,t,r,a){return lw(e,function(n,o,s){t(a,n,r(n),s)}),a}var dw=1,uw=2;function pw(e,t,r,a){var n=r.length,o=n;if(e==null)return!o;for(e=Object(e);n--;){var s=r[n];if(s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++n<o;){s=r[n];var i=s[0],l=e[i],c=s[1];if(s[2]){if(l===void 0&&!(i in e))return!1}else{var d=new jt,u;if(!(u===void 0?oo(c,l,dw|uw,a,d):u))return!1}}return!0}function fd(e){return e===e&&!dr(e)}function hw(e){for(var t=ws(e),r=t.length;r--;){var a=t[r],n=e[a];t[r]=[a,n,fd(n)]}return t}function gd(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}function mw(e){var t=hw(e);return t.length==1&&t[0][2]?gd(t[0][0],t[0][1]):function(r){return r===e||pw(r,e,t)}}var fw=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,gw=/^\w*$/;function Cs(e,t){if(Vt(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||qn(e)?!0:gw.test(e)||!fw.test(e)||t!=null&&e in Object(t)}var yw="Expected a function";function Ps(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(yw);var r=function(){var a=arguments,n=t?t.apply(this,a):a[0],o=r.cache;if(o.has(n))return o.get(n);var s=e.apply(this,a);return r.cache=o.set(n,s)||o,s};return r.cache=new(Ps.Cache||kt),r}Ps.Cache=kt;var bw=500;function Sw(e){var t=Ps(e,function(a){return r.size===bw&&r.clear(),a}),r=t.cache;return t}var vw=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,xw=/\\(\\)?/g,Ow=Sw(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(vw,function(r,a,n,o){t.push(n?o.replace(xw,"$1"):a||r)}),t});function ww(e,t){for(var r=-1,a=e==null?0:e.length,n=Array(a);++r<a;)n[r]=t(e[r],r,e);return n}var _l=Xt?Xt.prototype:void 0,Al=_l?_l.toString:void 0;function yd(e){if(typeof e=="string")return e;if(Vt(e))return ww(e,yd)+"";if(qn(e))return Al?Al.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function bd(e){return e==null?"":yd(e)}function Sd(e,t){return Vt(e)?e:Cs(e,t)?[e]:Ow(bd(e))}function so(e){if(typeof e=="string"||qn(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function vd(e,t){t=Sd(t,e);for(var r=0,a=t.length;e!=null&&r<a;)e=e[so(t[r++])];return r&&r==a?e:void 0}function Cw(e,t,r){var a=e==null?void 0:vd(e,t);return a===void 0?r:a}function Pw(e,t){return e!=null&&t in Object(e)}function Vw(e,t,r){t=Sd(t,e);for(var a=-1,n=t.length,o=!1;++a<n;){var s=so(t[a]);if(!(o=e!=null&&r(e,s)))break;e=e[s]}return o||++a!=n?o:(n=e==null?0:e.length,!!n&&Os(n)&&dd(s,n)&&(Vt(e)||ld(e)))}function Rw(e,t){return e!=null&&Vw(e,t,Pw)}var _w=1,Aw=2;function Tw(e,t){return Cs(e)&&fd(t)?gd(so(e),t):function(r){var a=Cw(r,e);return a===void 0&&a===t?Rw(r,e):oo(t,a,_w|Aw)}}function Ew(e){return e}function Iw(e){return function(t){return t==null?void 0:t[e]}}function Mw(e){return function(t){return vd(t,e)}}function jw(e){return Cs(e)?Iw(so(e)):Mw(e)}function $w(e){return typeof e=="function"?e:e==null?Ew:typeof e=="object"?Vt(e)?Tw(e[0],e[1]):mw(e):jw(e)}function Uw(e,t){return function(r,a){var n=Vt(r)?aw:cw,o={};return n(r,e,$w(a),o)}}var nn=Uw(function(e,t,r){rw(e,r,t)}),Lw=0;function kw(e){var t=++Lw;return bd(e)+t}const cs=[{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}],Bw=[{id:"continuous"},...cs],Fw=["coordsys","tool"];class io{constructor(t,r,a,n){var o,s;this.jogger=t,this.motionGroupSpec=r,this.coordSystems=a,this.tcps=n,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 a)if(i.coordinate_system===""){i.coordinate_system="world";break}this.selectedCoordSystemId=((o=a[0])==null?void 0:o.coordinate_system)||"world",this.selectedTcpId=((s=n[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,[a,{coordinatesystems:n},{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 io(t,a,n||[],o||[])}dispose(){for(const t of this.disposers)t();this.jogger.dispose()}get coordSystemCountByName(){return ds.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=ir.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 Bw}get discreteIncrementOptions(){return cs}get incrementOptionsById(){return nn(this.incrementOptions,t=>t.id)}get tabsById(){return nn(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 nn(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 nn(this.tcps,t=>t.id)}get activeDiscreteIncrement(){return this.selectedOrientation==="tool"?void 0:cs.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 a=this.tabs[r]||this.tabs[0];this.selectedTabId=a.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=kw();this.lock(r);try{return await t()}finally{this.unlock(r)}}}const Nw=je.observer(({store:e})=>{var n;const{t}=Me.useTranslation(),r=[];function a(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(b.jsx(an,{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=>b.jsx(z.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(b.jsx(an,{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=>b.jsx(z.MenuItem,{value:o.id,children:o.id},o.id))},"tcp")),e.showOrientationSelect&&r.push(b.jsx(an,{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:Fw.map(o=>b.jsx(z.MenuItem,{value:o,children:a(o)},o))},"orientation")),e.showIncrementSelect&&r.push(b.jsxs(an,{labelValue:t("Jogging.Increment.hlb"),labelId:"jogging-increment-select",size:"small",variant:"filled",value:((n=e.activeDiscreteIncrement)==null?void 0:n.id)||"continuous",onChange:o=>e.setSelectedIncrementId(o.target.value),disabled:e.isLocked,children:[b.jsx(z.MenuItem,{value:"continuous",children:t("Jogging.Increment.Continuous.dd")},"continuous"),e.selectedOrientation==="tool"?null:e.discreteIncrementOptions.map(o=>b.jsx(z.MenuItem,{value:o.id,children:e.currentMotionType==="translate"?`${o.mm}mm`:`${o.degrees}°`},o.id))]},"increment")),b.jsx(z.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)=>b.jsx(z.Box,{sx:{gridColumn:r.length%2===1&&s===r.length-1?"span 2":"auto"},children:o},s))})}),Dw=z.styled(z.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 zw(e,t,r=(a,n)=>a===n){return e.length===t.length&&e.every((a,n)=>r(a,t[n]))}const Gw=2;function Br(e,t,r,a,n){return r===1?Math.min(e+t,n):Math.max(e-t,a)}function xd(e,t){return e-t}function Tl(e,t){const{index:r}=e.reduce((a,n,o)=>{const s=Math.abs(t-n);return a===null||s<a.distance||s===a.distance?{distance:s,index:o}:a},null)??{};return r}function on(e,t){if(t.current!==void 0&&e.changedTouches){const r=e;for(let a=0;a<r.changedTouches.length;a+=1){const n=r.changedTouches[a];if(n.identifier===t.current)return{x:n.clientX,y:n.clientY}}return!1}return{x:e.clientX,y:e.clientY}}function En(e,t,r){return(e-t)*100/(r-t)}function Jw(e,t,r){return(r-t)*e+t}function Hw(e){if(Math.abs(e)<1){const r=e.toExponential().split("e-"),a=r[0].split(".")[1];return(a?a.length:0)+parseInt(r[1],10)}const t=e.toString().split(".")[1];return t?t.length:0}function qw(e,t,r){const a=Math.round((e-r)/t)*t+r;return Number(a.toFixed(Hw(t)))}function El({values:e,newValue:t,index:r}){const a=e.slice();return a[r]=t,a.sort(xd)}function sn({sliderRef:e,activeIndex:t,setActive:r}){var n,o,s;const a=un(e.current);(!((n=e.current)!=null&&n.contains(a.activeElement))||Number((o=a==null?void 0:a.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 ln(e,t){return typeof e=="number"&&typeof t=="number"?e===t:typeof e=="object"&&typeof t=="object"?zw(e,t):!1}const Ww={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}%`})}},Kw=e=>e;let cn;function Il(){return cn===void 0&&(typeof CSS<"u"&&typeof CSS.supports=="function"?cn=CSS.supports("touch-action","none"):cn=!0),cn}function Qw(e){const{"aria-labelledby":t,defaultValue:r,disabled:a=!1,disableSwap:n=!1,isRtl:o=!1,marks:s=!1,max:i=100,min:l=0,name:c,onChange:d,onChangeCommitted:u,orientation:p="horizontal",rootRef:m,scale:g=Kw,step:h=1,shiftStep:x=10,tabIndex:E,value:U}=e,F=H.useRef(void 0),[N,J]=H.useState(-1),[K,j]=H.useState(-1),[L,k]=H.useState(!1),y=H.useRef(0),M=H.useRef(null),[B,G]=Np({controlled:U,default:r??l,name:"Slider"}),D=d&&((W,Q,ee)=>{const de=W.nativeEvent||W,he=new de.constructor(de.type,de);Object.defineProperty(he,"target",{writable:!0,value:{value:Q,name:c}}),M.current=Q,d(he,Q,ee)}),re=Array.isArray(B);let Z=re?B.slice().sort(xd):[B];Z=Z.map(W=>W==null?l:Fr(W,l,i));const xe=s===!0&&h!==null?[...Array(Math.floor((i-l)/h)+1)].map((W,Q)=>({value:l+h*Q})):s||[],X=xe.map(W=>W.value),[ce,fe]=H.useState(-1),le=H.useRef(null),He=Zl(m,le),_t=W=>Q=>{var de;const ee=Number(Q.currentTarget.getAttribute("data-index"));Qs(Q.target)&&fe(ee),j(ee),(de=W==null?void 0:W.onFocus)==null||de.call(W,Q)},ra=W=>Q=>{var ee;Qs(Q.target)||fe(-1),j(-1),(ee=W==null?void 0:W.onBlur)==null||ee.call(W,Q)},vr=(W,Q)=>{const ee=Number(W.currentTarget.getAttribute("data-index")),de=Z[ee],he=X.indexOf(de);let te=Q;if(xe&&h==null){const Ue=X[X.length-1];te>=Ue?te=Ue:te<=X[0]?te=X[0]:te=te<de?X[he-1]:X[he+1]}if(te=Fr(te,l,i),re){n&&(te=Fr(te,Z[ee-1]||-1/0,Z[ee+1]||1/0));const Ue=te;te=El({values:Z,newValue:te,index:ee});let De=ee;n||(De=te.indexOf(Ue)),sn({sliderRef:le,activeIndex:De})}G(te),fe(ee),D&&!ln(te,B)&&D(W,te,ee),u&&u(W,M.current??te)},er=W=>Q=>{var ee;if(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight","PageUp","PageDown","Home","End"].includes(Q.key)){Q.preventDefault();const de=Number(Q.currentTarget.getAttribute("data-index")),he=Z[de];let te=null;if(h!=null){const Ue=Q.shiftKey?x:h;switch(Q.key){case"ArrowUp":te=Br(he,Ue,1,l,i);break;case"ArrowRight":te=Br(he,Ue,o?-1:1,l,i);break;case"ArrowDown":te=Br(he,Ue,-1,l,i);break;case"ArrowLeft":te=Br(he,Ue,o?1:-1,l,i);break;case"PageUp":te=Br(he,x,1,l,i);break;case"PageDown":te=Br(he,x,-1,l,i);break;case"Home":te=l;break;case"End":te=i;break}}else if(xe){const Ue=X[X.length-1],De=X.indexOf(he),Te=[o?"ArrowRight":"ArrowLeft","ArrowDown","PageDown","Home"],Qe=[o?"ArrowLeft":"ArrowRight","ArrowUp","PageUp","End"];Te.includes(Q.key)?De===0?te=X[0]:te=X[De-1]:Qe.includes(Q.key)&&(De===X.length-1?te=Ue:te=X[De+1])}te!=null&&vr(Q,te)}(ee=W==null?void 0:W.onKeyDown)==null||ee.call(W,Q)};Yl(()=>{var W;a&&le.current.contains(document.activeElement)&&((W=document.activeElement)==null||W.blur())},[a]),a&&N!==-1&&J(-1),a&&ce!==-1&&fe(-1);const Bt=W=>Q=>{var ee;(ee=W.onChange)==null||ee.call(W,Q),vr(Q,Q.target.valueAsNumber)},nt=H.useRef(void 0);let dt=p;o&&p==="horizontal"&&(dt+="-reverse");const ot=({finger:W,move:Q=!1})=>{const{current:ee}=le,{width:de,height:he,bottom:te,left:Ue}=ee.getBoundingClientRect();let De;dt.startsWith("vertical")?De=(te-W.y)/he:De=(W.x-Ue)/de,dt.includes("-reverse")&&(De=1-De);let Te;if(Te=Jw(De,l,i),h)Te=qw(Te,h,l);else{const tr=Tl(X,Te);Te=X[tr]}Te=Fr(Te,l,i);let Qe=0;if(re){Q?Qe=nt.current:Qe=Tl(Z,Te),n&&(Te=Fr(Te,Z[Qe-1]||-1/0,Z[Qe+1]||1/0));const tr=Te;Te=El({values:Z,newValue:Te,index:Qe}),n&&Q||(Qe=Te.indexOf(tr),nt.current=Qe)}return{newValue:Te,activeIndex:Qe}},At=go(W=>{const Q=on(W,F);if(!Q)return;if(y.current+=1,W.type==="mousemove"&&W.buttons===0){et(W);return}const{newValue:ee,activeIndex:de}=ot({finger:Q,move:!0});sn({sliderRef:le,activeIndex:de,setActive:J}),G(ee),!L&&y.current>Gw&&k(!0),D&&!ln(ee,B)&&D(W,ee,de)}),et=go(W=>{const Q=on(W,F);if(k(!1),!Q)return;const{newValue:ee}=ot({finger:Q,move:!0});J(-1),W.type==="touchend"&&j(-1),u&&u(W,M.current??ee),F.current=void 0,Tt()}),Ne=go(W=>{if(a)return;Il()||W.preventDefault();const Q=W.changedTouches[0];Q!=null&&(F.current=Q.identifier);const ee=on(W,F);if(ee!==!1){const{newValue:he,activeIndex:te}=ot({finger:ee});sn({sliderRef:le,activeIndex:te,setActive:J}),G(he),D&&!ln(he,B)&&D(W,he,te)}y.current=0;const de=un(le.current);de.addEventListener("touchmove",At,{passive:!0}),de.addEventListener("touchend",et,{passive:!0})}),Tt=H.useCallback(()=>{const W=un(le.current);W.removeEventListener("mousemove",At),W.removeEventListener("mouseup",et),W.removeEventListener("touchmove",At),W.removeEventListener("touchend",et)},[et,At]);H.useEffect(()=>{const{current:W}=le;return W.addEventListener("touchstart",Ne,{passive:Il()}),()=>{W.removeEventListener("touchstart",Ne),Tt()}},[Tt,Ne]),H.useEffect(()=>{a&&Tt()},[a,Tt]);const Ft=W=>Q=>{var he;if((he=W.onMouseDown)==null||he.call(W,Q),a||Q.defaultPrevented||Q.button!==0)return;Q.preventDefault();const ee=on(Q,F);if(ee!==!1){const{newValue:te,activeIndex:Ue}=ot({finger:ee});sn({sliderRef:le,activeIndex:Ue,setActive:J}),G(te),D&&!ln(te,B)&&D(Q,te,Ue)}y.current=0;const de=un(le.current);de.addEventListener("mousemove",At,{passive:!0}),de.addEventListener("mouseup",et)},yt=En(re?Z[0]:l,l,i),Fe=En(Z[Z.length-1],l,i)-yt,Nt=(W={})=>{const Q=pn(W),ee={onMouseDown:Ft(Q||{})},de={...Q,...ee};return{...W,ref:He,...de}},Et=W=>Q=>{var de;(de=W.onMouseOver)==null||de.call(W,Q);const ee=Number(Q.currentTarget.getAttribute("data-index"));j(ee)},xr=W=>Q=>{var ee;(ee=W.onMouseLeave)==null||ee.call(W,Q),j(-1)},Or=(W={})=>{const Q=pn(W),ee={onMouseOver:Et(Q||{}),onMouseLeave:xr(Q||{})};return{...W,...Q,...ee}},Dt=W=>({pointerEvents:N!==-1&&N!==W?"none":void 0});let zt;return p==="vertical"&&(zt=o?"vertical-rl":"vertical-lr"),{active:N,axis:dt,axisProps:Ww,dragging:L,focusedThumbIndex:ce,getHiddenInputProps:(W={})=>{const Q=pn(W),ee={onChange:Bt(Q||{}),onFocus:_t(Q||{}),onBlur:ra(Q||{}),onKeyDown:er(Q||{})},de={...Q,...ee};return{tabIndex:E,"aria-labelledby":t,"aria-orientation":p,"aria-valuemax":g(i),"aria-valuemin":g(l),name:c,type:"range",min:e.min,max:e.max,step:e.step===null&&e.marks?"any":e.step??void 0,disabled:a,...W,...de,style:{...Dp,direction:o?"rtl":"ltr",width:"100%",height:"100%",writingMode:zt}}},getRootProps:Nt,getThumbProps:Or,marks:xe,open:K,range:re,rootRef:He,trackLeap:Fe,trackOffset:yt,values:Z,getThumbStyle:Dt}}function gn(e){return typeof e=="string"}const Yw=e=>!e||!gn(e);function Xw(e){return typeof e.main=="string"}function Zw(e,t=[]){if(!Xw(e))return!1;for(const r of t)if(!e.hasOwnProperty(r)||typeof e[r]!="string")return!1;return!0}function Vs(e=[]){return([,t])=>t&&Zw(t,e)}function eC(e){return Fa("MuiSlider",e)}const lt=Jl("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"]),tC=e=>{const{open:t}=e;return{offset:Pt(t&<.valueLabelOpen),circle:lt.valueLabelCircle,label:lt.valueLabelLabel}};function Od(e){const{children:t,className:r,value:a}=e,n=tC(e);return t?H.cloneElement(t,{className:Pt(t.props.className)},b.jsxs(H.Fragment,{children:[t.props.children,b.jsx("span",{className:Pt(n.offset,r),"aria-hidden":!0,children:b.jsx("span",{className:n.circle,children:b.jsx("span",{className:n.label,children:a})})})]})):null}process.env.NODE_ENV!=="production"&&(Od.propTypes={children:S.element.isRequired,className:S.string,value:S.node});function Ml(e){return e}const rC=$t("span",{name:"MuiSlider",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[`color${We(r.color)}`],r.size!=="medium"&&t[`size${We(r.size)}`],r.marked&&t.marked,r.orientation==="vertical"&&t.vertical,r.track==="inverted"&&t.trackInverted,r.track===!1&&t.trackFalse]}})(fr(({theme:e})=>({borderRadius:12,boxSizing:"content-box",display:"inline-block",position:"relative",cursor:"pointer",touchAction:"none",WebkitTapHighlightColor:"transparent","@media print":{colorAdjust:"exact"},[`&.${lt.disabled}`]:{pointerEvents:"none",cursor:"default",color:(e.vars||e).palette.grey[400]},[`&.${lt.dragging}`]:{[`& .${lt.thumb}, & .${lt.track}`]:{transition:"none"}},variants:[...Object.entries(e.palette).filter(Vs()).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}}]}))),aC=$t("span",{name:"MuiSlider",slot:"Rail",overridesResolver:(e,t)=>t.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}}]}),nC=$t("span",{name:"MuiSlider",slot:"Track",overridesResolver:(e,t)=>t.track})(fr(({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(Vs()).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:_a(e.palette[t].main,.5)}),...e.applyStyles("dark",{borderColor:_a(e.palette[t].main,.5)})}}}))]}))),oC=$t("span",{name:"MuiSlider",slot:"Thumb",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.thumb,t[`thumbColor${We(r.color)}`],r.size!=="medium"&&t[`thumbSize${We(r.size)}`]]}})(fr(({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%)"},[`&.${lt.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(Vs()).map(([t])=>({props:{color:t},style:{[`&:hover, &.${lt.focusVisible}`]:{...e.vars?{boxShadow:`0px 0px 0px 8px rgba(${e.vars.palette[t].mainChannel} / 0.16)`}:{boxShadow:`0px 0px 0px 8px ${Bo(e.palette[t].main,.16)}`},"@media (hover: none)":{boxShadow:"none"}},[`&.${lt.active}`]:{...e.vars?{boxShadow:`0px 0px 0px 14px rgba(${e.vars.palette[t].mainChannel} / 0.16)`}:{boxShadow:`0px 0px 0px 14px ${Bo(e.palette[t].main,.16)}`}}}}))]}))),wd=$t(Od,{name:"MuiSlider",slot:"ValueLabel",overridesResolver:(e,t)=>t.valueLabel})(fr(({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%"},[`&.${lt.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%"},[`&.${lt.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"&&(wd.propTypes={children:S.element.isRequired,index:S.number.isRequired,open:S.bool.isRequired,value:S.node});const sC=$t("span",{name:"MuiSlider",slot:"Mark",shouldForwardProp:e=>fs(e)&&e!=="markActive",overridesResolver:(e,t)=>{const{markActive:r}=e;return[t.mark,r&&t.markActive]}})(fr(({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}}]}))),iC=$t("span",{name:"MuiSlider",slot:"MarkLabel",shouldForwardProp:e=>fs(e)&&e!=="markLabelActive",overridesResolver:(e,t)=>t.markLabel})(fr(({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}}]}))),lC=e=>{const{disabled:t,dragging:r,marked:a,orientation:n,track:o,classes:s,color:i,size:l}=e,c={root:["root",t&&"disabled",r&&"dragging",a&&"marked",n==="vertical"&&"vertical",o==="inverted"&&"trackInverted",o===!1&&"trackFalse",i&&`color${We(i)}`,l&&`size${We(l)}`],rail:["rail"],track:["track"],mark:["mark"],markActive:["markActive"],markLabel:["markLabel"],markLabelActive:["markLabelActive"],valueLabel:["valueLabel"],thumb:["thumb",t&&"disabled",l&&`thumbSize${We(l)}`,i&&`thumbColor${We(i)}`],active:["active"],disabled:["disabled"],focusVisible:["focusVisible"]};return hs(c,eC,s)},cC=({children:e})=>e,Cd=H.forwardRef(function(t,r){const a=gs({props:t,name:"MuiSlider"}),n=Wp(),{"aria-label":o,"aria-valuetext":s,"aria-labelledby":i,component:l="span",components:c={},componentsProps:d={},color:u="primary",classes:p,className:m,disableSwap:g=!1,disabled:h=!1,getAriaLabel:x,getAriaValueText:E,marks:U=!1,max:F=100,min:N=0,name:J,onChange:K,onChangeCommitted:j,orientation:L="horizontal",shiftStep:k=10,size:y="medium",step:M=1,scale:B=Ml,slotProps:G,slots:D,tabIndex:re,track:Z="normal",value:xe,valueLabelDisplay:X="off",valueLabelFormat:ce=Ml,...fe}=a,le={...a,isRtl:n,max:F,min:N,classes:p,disabled:h,disableSwap:g,orientation:L,marks:U,color:u,size:y,step:M,shiftStep:k,scale:B,track:Z,valueLabelDisplay:X,valueLabelFormat:ce},{axisProps:He,getRootProps:_t,getHiddenInputProps:ra,getThumbProps:vr,open:er,active:Bt,axis:nt,focusedThumbIndex:dt,range:ot,dragging:At,marks:et,values:Ne,trackOffset:Tt,trackLeap:Ft,getThumbStyle:yt}=Qw({...le,rootRef:r});le.marked=et.length>0&&et.some(Ve=>Ve.label),le.dragging=At,le.focusedThumbIndex=dt;const Fe=lC(le),Nt=(D==null?void 0:D.root)??c.Root??rC,Et=(D==null?void 0:D.rail)??c.Rail??aC,xr=(D==null?void 0:D.track)??c.Track??nC,Or=(D==null?void 0:D.thumb)??c.Thumb??oC,Dt=(D==null?void 0:D.valueLabel)??c.ValueLabel??wd,zt=(D==null?void 0:D.mark)??c.Mark??sC,wr=(D==null?void 0:D.markLabel)??c.MarkLabel??iC,W=(D==null?void 0:D.input)??c.Input??"input",Q=(G==null?void 0:G.root)??d.root,ee=(G==null?void 0:G.rail)??d.rail,de=(G==null?void 0:G.track)??d.track,he=(G==null?void 0:G.thumb)??d.thumb,te=(G==null?void 0:G.valueLabel)??d.valueLabel,Ue=(G==null?void 0:G.mark)??d.mark,De=(G==null?void 0:G.markLabel)??d.markLabel,Te=(G==null?void 0:G.input)??d.input,Qe=Gt({elementType:Nt,getSlotProps:_t,externalSlotProps:Q,externalForwardedProps:fe,additionalProps:{...Yw(Nt)&&{as:l}},ownerState:{...le,...Q==null?void 0:Q.ownerState},className:[Fe.root,m]}),tr=Gt({elementType:Et,externalSlotProps:ee,ownerState:le,className:Fe.rail}),lo=Gt({elementType:xr,externalSlotProps:de,additionalProps:{style:{...He[nt].offset(Tt),...He[nt].leap(Ft)}},ownerState:{...le,...de==null?void 0:de.ownerState},className:Fe.track}),aa=Gt({elementType:Or,getSlotProps:vr,externalSlotProps:he,ownerState:{...le,...he==null?void 0:he.ownerState},className:Fe.thumb}),na=Gt({elementType:Dt,externalSlotProps:te,ownerState:{...le,...te==null?void 0:te.ownerState},className:Fe.valueLabel}),Cr=Gt({elementType:zt,externalSlotProps:Ue,ownerState:le,className:Fe.mark}),bt=Gt({elementType:wr,externalSlotProps:De,ownerState:le,className:Fe.markLabel}),oa=Gt({elementType:W,getSlotProps:ra,externalSlotProps:Te,ownerState:le});return b.jsxs(Nt,{...Qe,children:[b.jsx(Et,{...tr}),b.jsx(xr,{...lo}),et.filter(Ve=>Ve.value>=N&&Ve.value<=F).map((Ve,Le)=>{const sa=En(Ve.value,N,F),rr=He[nt].offset(sa);let ut;return Z===!1?ut=Ne.includes(Ve.value):ut=Z==="normal"&&(ot?Ve.value>=Ne[0]&&Ve.value<=Ne[Ne.length-1]:Ve.value<=Ne[0])||Z==="inverted"&&(ot?Ve.value<=Ne[0]||Ve.value>=Ne[Ne.length-1]:Ve.value>=Ne[0]),b.jsxs(H.Fragment,{children:[b.jsx(zt,{"data-index":Le,...Cr,...!gn(zt)&&{markActive:ut},style:{...rr,...Cr.style},className:Pt(Cr.className,ut&&Fe.markActive)}),Ve.label!=null?b.jsx(wr,{"aria-hidden":!0,"data-index":Le,...bt,...!gn(wr)&&{markLabelActive:ut},style:{...rr,...bt.style},className:Pt(Fe.markLabel,bt.className,ut&&Fe.markLabelActive),children:Ve.label}):null]},Le)}),Ne.map((Ve,Le)=>{const sa=En(Ve,N,F),rr=He[nt].offset(sa),ut=X==="off"?cC:Dt;return b.jsx(ut,{...!gn(ut)&&{valueLabelFormat:ce,valueLabelDisplay:X,value:typeof ce=="function"?ce(B(Ve),Le):ce,index:Le,open:er===Le||Bt===Le||X==="on",disabled:h},...na,children:b.jsx(Or,{"data-index":Le,...aa,className:Pt(Fe.thumb,aa.className,Bt===Le&&Fe.active,dt===Le&&Fe.focusVisible),style:{...rr,...yt(Le),...aa.style},children:b.jsx(W,{"data-index":Le,"aria-label":x?x(Le):o,"aria-valuenow":B(Ve),"aria-labelledby":i,"aria-valuetext":E?E(B(Ve),Le):s,value:Ne[Le],...oa})})},Le)})]})});process.env.NODE_ENV!=="production"&&(Cd.propTypes={"aria-label":Ks(S.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":S.string,"aria-valuetext":Ks(S.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:S.node,classes:S.object,className:S.string,color:S.oneOfType([S.oneOf(["primary","secondary","error","info","success","warning"]),S.string]),components:S.shape({Input:S.elementType,Mark:S.elementType,MarkLabel:S.elementType,Rail:S.elementType,Root:S.elementType,Thumb:S.elementType,Track:S.elementType,ValueLabel:S.elementType}),componentsProps:S.shape({input:S.oneOfType([S.func,S.object]),mark:S.oneOfType([S.func,S.object]),markLabel:S.oneOfType([S.func,S.object]),rail:S.oneOfType([S.func,S.object]),root:S.oneOfType([S.func,S.object]),thumb:S.oneOfType([S.func,S.object]),track:S.oneOfType([S.func,S.object]),valueLabel:S.oneOfType([S.func,S.shape({children:S.element,className:S.string,open:S.bool,style:S.object,value:S.node,valueLabelDisplay:S.oneOf(["auto","off","on"])})])}),defaultValue:S.oneOfType([S.arrayOf(S.number),S.number]),disabled:S.bool,disableSwap:S.bool,getAriaLabel:S.func,getAriaValueText:S.func,marks:S.oneOfType([S.arrayOf(S.shape({label:S.node,value:S.number.isRequired})),S.bool]),max:S.number,min:S.number,name:S.string,onChange:S.func,onChangeCommitted:S.func,orientation:S.oneOf(["horizontal","vertical"]),scale:S.func,shiftStep:S.number,size:S.oneOfType([S.oneOf(["small","medium"]),S.string]),slotProps:S.shape({input:S.oneOfType([S.func,S.object]),mark:S.oneOfType([S.func,S.object]),markLabel:S.oneOfType([S.func,S.object]),rail:S.oneOfType([S.func,S.object]),root:S.oneOfType([S.func,S.object]),thumb:S.oneOfType([S.func,S.object]),track:S.oneOfType([S.func,S.object]),valueLabel:S.oneOfType([S.func,S.shape({children:S.element,className:S.string,open:S.bool,style:S.object,value:S.node,valueLabelDisplay:S.oneOf(["auto","off","on"])})])}),slots:S.shape({input:S.elementType,mark:S.elementType,markLabel:S.elementType,rail:S.elementType,root:S.elementType,thumb:S.elementType,track:S.elementType,valueLabel:S.elementType}),step:S.number,sx:S.oneOfType([S.arrayOf(S.oneOfType([S.func,S.object,S.bool])),S.func,S.object]),tabIndex:S.number,track:S.oneOf(["inverted","normal",!1]),value:S.oneOfType([S.arrayOf(S.number),S.number]),valueLabelDisplay:S.oneOf(["auto","off","on"]),valueLabelFormat:S.oneOfType([S.func,S.string])});var dC="[object Number]";function uC(e){return typeof e=="number"||ur(e)&&gr(e)==dC}const Pd=je.observer(e=>{var o,s,i;const t=z.useTheme(),{store:r}=e,{t:a}=Me.useTranslation();function n(l,c){c===e.velocity||!uC(c)||e.onVelocityChange(c)}return b.jsxs(z.Stack,{direction:"row",gap:2,alignItems:"center",children:[r.showVelocityLegend&&b.jsx(z.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:a("Jogging.Velocity.bt")}),b.jsx(Cd,{value:e.velocity,color:"secondary",onChange:n,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):b.jsx(Rs,{value:e.velocity.toString()}))]})});function Rs({value:e,sx:t}){var a;const r=z.useTheme();return b.jsx(z.Stack,{direction:"row",justifyContent:"center",alignItems:"center",gap:"5px",sx:{padding:"6px 12px",background:(a=r.palette.backgroundPaperElevation)==null?void 0:a[8],borderRadius:"10px",minWidth:"111px",...t},children:b.jsx(z.Typography,{component:"span",sx:{textAlign:"right",fontSize:"14px",opacity:.8,color:r.palette.text.primary,whiteSpace:"nowrap"},children:e})})}const Vd=je.observer(({store:e})=>{const{t}=Me.useTranslation(),r=je.useLocalObservable(()=>({get valueLabelFormat(){return e.currentMotionType==="translate"?a=>`v = ${t("Jogging.Cartesian.Translation.velocityMmPerSec.lb",{amount:a})}`:a=>`ω = ${t("Jogging.Cartesian.Rotation.velocityDegPerSec.lb",{amount:a})}`}}));return b.jsx(Pd,{store:e,velocity:e.velocityInDisplayUnits,min:e.minVelocityInDisplayUnits,max:e.maxVelocityInDisplayUnits,onVelocityChange:e.setVelocityFromSlider,disabled:e.isLocked,renderValue:a=>b.jsx(Rs,{value:r.valueLabelFormat(a),sx:{minWidth:"111px",span:{transform:"translateY(-1.5px)"}}})})}),pC=je.observer(({store:e,children:t})=>{const{t:r}=Me.useTranslation(),a=z.useTheme();function n(p,m){(m==="translate"||m==="rotate")&&e.setSelectedCartesianMotionType(m)}cc(()=>[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(p,m){const g=await e.activate(),h=g.motionStream.rapidlyChangingMotionState.tcp_pose,x=g.motionStream.rapidlyChangingMotionState.state.joint_position;h&&await e.withMotionLock(async()=>{try{e.setCurrentIncrementJog({axis:p.axis,direction:p.direction}),await e.jogger.runIncrementalCartesianMotion({currentTcpPose:h,currentJoints:x,coordSystemId:e.activeCoordSystemId,velocityInRelevantUnits:e.selectedCartesianMotionType==="translate"?e.translationVelocityMmPerSec:e.rotationVelocityRadsPerSec,axis:p.axis,direction:p.direction,motion:e.selectedCartesianMotionType==="translate"?{type:"translate",distanceMm:m.mm}:{type:"rotate",distanceRads:ir.degreesToRadians(m.degrees)}})}finally{e.setCurrentIncrementJog(null),await e.deactivate()}})}async function s(p){if(!e.isLocked){if(await e.activate(),e.activeDiscreteIncrement)return o(p,e.activeDiscreteIncrement);p.motionType==="translate"?await e.jogger.startTCPTranslation({axis:p.axis,direction:p.direction,velocityMmPerSec:e.translationVelocityMmPerSec}):await e.jogger.startTCPRotation({axis:p.axis,direction:p.direction,velocityRadsPerSec:e.rotationVelocityRadsPerSec})}}async function i(){e.isLocked||e.activeDiscreteIncrement||await e.deactivate()}function l(p,m,g){var x,E,U;const h=(U=(E=(x=g.componentsExt)==null?void 0:x.JoggingPanel)==null?void 0:E.JoggingCartesian)==null?void 0:U.Axis;if(h)return m==="translate"?h[p]:h.CustomRotation??h[p]}const c=[{id:"x",icon:b.jsx(S1,{}),colors:l("X",e.selectedCartesianMotionType,a)},{id:"y",icon:b.jsx(x1,{}),colors:l("Y",e.selectedCartesianMotionType,a)},{id:"z",icon:b.jsx(w1,{}),colors:l("Z",e.selectedCartesianMotionType,a)}];function d(p){return r("General.mm.variable",{amount:p.toFixed(1)})}function u(p){return r("General.degree.variable",{amount:ir.radiansToDegrees(p).toFixed(1)})}return b.jsxs(z.Stack,{flexGrow:1,gap:2,sx:{padding:"18px 24px"},children:[b.jsxs(z.Stack,{gap:2,children:[b.jsx(Nw,{store:e}),b.jsx(Vd,{store:e}),b.jsx(z.Divider,{})]}),b.jsx(z.Stack,{marginLeft:"auto",marginRight:"auto",gap:"24px",justifyContent:"center",sx:{flexGrow:"1"},children:b.jsxs(z.Stack,{alignItems:"center",justifyContent:"center",gap:"24px",sx:{flexGrow:1},children:[b.jsxs(Dw,{value:e.selectedCartesianMotionType,onChange:n,exclusive:!0,"aria-label":r("Jogging.Cartesian.MotionType.lb"),sx:{justifyContent:"center"},children:[b.jsx(z.ToggleButton,{value:"translate",children:r("Jogging.Cartesian.Translation.bt")}),b.jsx(z.ToggleButton,{value:"rotate",children:r("Jogging.Cartesian.Rotation.bt")})]}),e.selectedCartesianMotionType==="translate"&&c.map(p=>{var m,g;return b.jsx(Do,{colors:p.colors,disabled:e.isLocked,activeJoggingDirection:((m=e.incrementJogInProgress)==null?void 0:m.axis)===p.id?e.incrementJogInProgress.direction:void 0,label:b.jsxs(b.Fragment,{children:[p.icon,b.jsx(z.Typography,{sx:{fontSize:"24px",color:((g=p.colors)==null?void 0:g.labelColor)??a.palette.text.primary},children:p.id.toUpperCase()})]}),getDisplayedValue:()=>{var h;return d(((h=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose)==null?void 0:h.position[p.id])||0)},startJogging:h=>s({axis:p.id,motionType:"translate",direction:h}),stopJogging:i},p.id)}),e.selectedCartesianMotionType==="rotate"&&c.map(p=>{var m,g;return b.jsx(Do,{colors:p.colors,disabled:e.isLocked,activeJoggingDirection:((m=e.incrementJogInProgress)==null?void 0:m.axis)===p.id?e.incrementJogInProgress.direction:void 0,label:b.jsxs(b.Fragment,{children:[b.jsx(P1,{}),b.jsx(z.Typography,{sx:{fontSize:"24px",color:((g=p.colors)==null?void 0:g.labelColor)??a.palette.text.primary},children:p.id.toUpperCase()})]}),getDisplayedValue:()=>{var h,x;return u(((x=(h=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose)==null?void 0:h.orientation)==null?void 0:x[p.id])||0)},startJogging:h=>s({axis:p.id,motionType:"rotate",direction:h}),stopJogging:i},p.id)})]})}),b.jsx(md,{store:e}),t&&b.jsx(z.Divider,{}),t]})}),hC=je.observer(({store:e,children:t})=>{const r=z.useTheme();async function a(o){await e.activate(),await e.jogger.startJointRotation({joint:o.joint,direction:o.direction,velocityRadsPerSec:e.rotationVelocityRadsPerSec})}async function n(){await e.jogger.stop(),await e.deactivate()}return b.jsxs(z.Stack,{flexGrow:1,gap:2,sx:{padding:"18px 24px"},children:[b.jsx(Vd,{store:e}),b.jsx(z.Divider,{}),b.jsx(z.Stack,{justifyContent:"center",alignItems:"stretch",sx:{flexGrow:"1"},id:"JointControls",children:b.jsx(z.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?ir.radiansToDegrees(s.lower_limit):void 0,l=(s==null?void 0:s.upper_limit)!==void 0?ir.radiansToDegrees(s.upper_limit):void 0;return b.jsxs(z.Stack,{direction:"row",alignItems:"center",justifyContent:"center",spacing:1.5,width:"100%",children:[e.showJointsLegend&&b.jsx(z.Typography,{color:e.isLocked?r.palette.text.disabled:r.palette.text.secondary,children:`G${o.index+1}`}),b.jsx(pc,{disabled:e.isLocked,lowerLimitDegs:i,upperLimitDegs:l,getValueDegs:()=>{const d=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_position.joints[o.index];return d!==void 0?ir.radiansToDegrees(d):void 0},startJogging:d=>a({joint:o.index,direction:d}),stopJogging:n})]},`joint-${o.index}`)})})}),b.jsx(md,{store:e}),t&&b.jsx(z.Divider,{}),t]})}),mC=mr(je.observer(e=>{const t=ds.isString(e.nova)?new m1({instanceUrl:e.nova}):e.nova,r=je.useLocalObservable(()=>({joggingStore:null,loadingError:null}));async function a(){Be.runInAction(()=>{r.loadingError=null,r.joggingStore=null});try{let n=e.store;if(!n){const o=await t.connectJogger(e.motionGroupId);n=await io.loadFor(o)}Be.runInAction(()=>{r.joggingStore=n}),e.onSetup&&e.onSetup(n)}catch(n){r.loadingError=n}}return ae.useEffect(()=>(a(),e.store?()=>null:()=>{var n;(n=r.joggingStore)==null||n.dispose()}),[e.store,e.nova,e.motionGroupId]),ae.useEffect(()=>{const n=r.joggingStore;n&&(e.locked?n.lock("external"):n.unlock("external"))},[r.joggingStore,e.locked]),b.jsx(z.Stack,{sx:{maxWidth:"460px",minWidth:"320px",position:"relative",...e.sx},children:r.joggingStore?b.jsx(fC,{store:r.joggingStore,children:e.children}):b.jsx(xs,{message:"Loading jogging",error:r.loadingError})})})),fC=je.observer(({store:e,children:t})=>{const{t:r}=Me.useTranslation();function a(){if(e.currentTab.id==="cartesian")return b.jsx(b.Fragment,{children:b.jsx(pC,{store:e,children:t})});if(e.currentTab.id==="joint")return b.jsx(b.Fragment,{children:b.jsx(hC,{store:e,children:t})})}return b.jsxs(z.Stack,{flexGrow:1,sx:{overflow:"hidden"},children:[b.jsx(z.Tabs,{value:e.tabIndex,onChange:e.onTabChange,variant:"fullWidth",children:e.tabs.map(n=>{const o=n.label==="cartesian"?r("Jogging.Cartesian.bt"):r("Jogging.Joints.bt"),s=n.label==="cartesian"?b.jsx(Hm,{fontSize:"small",sx:{mr:1}}):b.jsx(qm,{fontSize:"small",sx:{mr:1}});return b.jsx(z.Tab,{label:e.showTabIcons?b.jsxs(z.Stack,{direction:"row",alignItems:"center",children:[s,o]}):o,id:`jogging-tab-${n.id}`,"aria-controls":`jogging-tab-${n.id}`},n.id)})}),b.jsx(z.Stack,{flexGrow:1,position:"relative",sx:{overflowY:"auto",overflowX:"hidden"},children:a()})]})}),Rd=ae.forwardRef(({label:e,value:t},r)=>{var i;const a=z.useTheme(),[n,o]=ae.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(),d=document.createRange();d.selectNodeContents(r.current),c.removeAllRanges(),c.addRange(d)}return!1}return ae.useEffect(()=>{if(!n)return;const l=setTimeout(()=>o(!1),3e3);return()=>{l&&clearTimeout(l)}},[n]),b.jsx(z.Tooltip,{open:n,title:"Copied!",children:b.jsx(z.Stack,{justifyContent:"center",sx:{height:"100%",boxSizing:"border-box",padding:"6px 12px",background:(i=a.palette.backgroundPaperElevation)==null?void 0:i[8],borderRadius:"10px",minWidth:"0",cursor:"pointer"},onClick:()=>s(),children:b.jsx(z.Typography,{ref:r,align:"center",sx:{pointerEvents:"none",fontSize:"12px",color:a.palette.text.primary,whiteSpace:"nowrap",minWidth:0,textOverflow:"ellipsis",width:"100%",overflow:"hidden"},children:t})})})}),gC=je.observer(({motionStream:e})=>{const t=ae.useRef(null);function r(){const a=e.rapidlyChangingMotionState.tcp_pose;return a?ir.poseToWandelscriptString(a):""}return Wr(()=>{if(!t.current)return;const a=r();t.current.textContent!==a&&(t.current.textContent=a)}),b.jsx(z.Stack,{alignItems:"left",spacing:2,sx:{flexGrow:1,minWidth:0,overflow:"hidden"},children:b.jsx(Rd,{value:r(),ref:t})})}),yC=je.observer(({motionStream:e})=>{const t=ae.useRef(null);function r(){const{joints:a}=e.rapidlyChangingMotionState.state.joint_position;return`[${a.map(n=>parseFloat(n.toFixed(4))).join(", ")}]`}return Wr(()=>{if(!t.current)return;const a=r();t.current.textContent!==a&&(t.current.textContent=a)}),b.jsx(z.Stack,{alignItems:"left",spacing:2,sx:{flexGrow:1,minWidth:0,overflow:"hidden"},children:b.jsx(Rd,{value:r(),ref:t})})});function bC(){const e=window.location.href;return e.substring(0,e.indexOf("/",e.indexOf("//")+2))}function SC({baseUrl:e=bC(),...t}){return b.jsxs(z.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:[b.jsx(z.DialogTitle,{id:"no-motion-group-modal-title",children:"No motion group found"}),b.jsxs(z.DialogContent,{sx:{marginTop:"3rem",marginBottom:"1.5rem",textAlign:"center"},children:[b.jsx(z.Typography,{color:"#fff",children:"Found no devices to connect to."}),b.jsx(z.Typography,{color:"#fff",children:"Please ensure a motion group has been created."})]}),b.jsx(z.DialogActions,{children:b.jsxs(z.Stack,{width:"100%",maxWidth:"300px",margin:"auto",marginBottom:"2rem",children:[b.jsx(z.Button,{href:`${e}/settings`,variant:"contained",sx:{borderRadius:"8px",width:"100%"},children:"Go to settings app"}),b.jsx(z.Button,{href:`${e}`,variant:"text",sx:{marginTop:"1rem",color:"#fff",textDecoration:"underline",fontSize:"0.75rem"},children:"Back to Homescreen"})]})})]})}const vC=mr(je.observer(({state:e,onRun:t,onPause:r,onStop:a,onReset:n,requiresManualReset:o=!1,variant:s="with_pause",className:i})=>{const l=z.useTheme(),c=()=>{const p={run:{enabled:e==="idle"||e==="paused",label:e==="paused"?"Resume":"Run",color:l.palette.success.main,onClick:t},pause:{enabled:e==="running",label:"Pause",color:"#FFFFFF33",onClick:r||(()=>{})},stop:{enabled:e==="running"||e==="paused",label:"Stop",color:l.palette.error.main,onClick:a}};return s==="without_pause"?[p.run,p.stop]:[p.run,p.pause,p.stop]},d=p=>{const m={sx:{fontSize:"55px"}};if(s==="without_pause")return p===0?b.jsx(la.PlayArrow,{...m}):b.jsx(la.Stop,{...m});switch(p){case 0:return b.jsx(la.PlayArrow,{...m});case 1:return b.jsx(la.Pause,{...m});case 2:return b.jsx(la.Stop,{...m});default:return null}},u=c();return b.jsx(z.Box,{className:i,sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:2},children:b.jsx(z.Box,{sx:{display:"flex",gap:"40px",flexWrap:"wrap",justifyContent:"center",alignItems:"center"},children:u.map((p,m)=>b.jsxs(z.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:1},children:[b.jsx(z.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(m)}),b.jsx(z.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))})})})),xC=Array(6).fill(2*Math.PI),jl="0.0.0-semantically-released";function _s(e){let t=jl;return jl.startsWith("0.")&&(t=""),`https://cdn.jsdelivr.net/gh/wandelbotsgmbh/wandelbots-js-react-components${t?`@${t}`:""}/public/models/${e}.glb`}function OC(e){function t(r){return r.children.length===0?[r]:[r,...r.children.flatMap(a=>t(a))]}return t(e).filter(r=>Ad(r))}function _d(e){return e.name.endsWith("_FLG")}function Ad(e){return/_J[0-9]+$/.test(e.name)}function wC(e,t){let r;function a(n){if(_d(n)){if(r)throw Error(`Found multiple flange groups in robot model ${t}; first ${r.name} then ${n.name}. Only one _FLG group is allowed.`);r=n}Ad(n),n.children.map(a)}if(a(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 Td({rapidlyChangingMotionState:e,dhParameters:t,onRotationChanged:r,children:a}){Lo.Globals.assign({frameLoop:"always"});const n=ae.useRef([]),o=ae.useRef([]),{invalidate:s}=Wd.useThree();function i(p){p&&(o.current=OC(p),c(),s())}function l(p){n.current=p,u.start(Object.assign({},n.current))}function c(){const p=o.current.map((m,g)=>d[g].get());if(r)r(o.current,p);else for(const[m,g]of o.current.entries()){const h=t[m],x=h.theta||0,E=h.reverse_rotation_direction?-1:1;g.rotation.y=E*p[m]+x}}lc(()=>{const p=e.state.joint_position.joints.filter(m=>m!==void 0);requestAnimationFrame(()=>l(p))});const[d,u]=Lo.useSpring(()=>({...Object.assign({},e.state.joint_position.joints),onChange:()=>{c(),s()},onResolve:()=>{c()}}));return b.jsx("group",{ref:i,children:a})}const $l="line",Ul="mesh";function CC({rapidlyChangingMotionState:e,dhParameters:t,...r}){const a=new ht.Matrix4;function n(i,l){const c=new ht.Vector3,d=new ht.Quaternion,u=new ht.Vector3;a.decompose(c,d,u);const p=c.clone(),m=new ht.Matrix4().makeRotationY(i.theta+l*(i.reverse_rotation_direction?-1:1)).multiply(new ht.Matrix4().makeTranslation(0,i.d/1e3,0)).multiply(new ht.Matrix4().makeTranslation(i.a/1e3,0,0)).multiply(new ht.Matrix4().makeRotationX(i.alpha));return a.multiply(m),a.decompose(c,d,u),{a:p,b:c}}function o(i,l,c,d){if(!t)return;const u=t[i];if(!u)return;const{a:p,b:m}=n(u,d);l.geometry.setPositions([p.toArray(),m.toArray()].flat()),c.position.set(m.x,m.y,m.z)}function s(i,l){a.identity(),i.forEach((c,d)=>{o(d,c.getObjectByName($l),c.getObjectByName(Ul),l[d])})}return b.jsx(b.Fragment,{children:b.jsx(Td,{rapidlyChangingMotionState:e,dhParameters:t,onRotationChanged:s,children:b.jsxs("group",{...r,name:"Scene",children:[b.jsxs("mesh",{children:[b.jsx("sphereGeometry",{args:[.01,32,32]}),b.jsx("meshStandardMaterial",{color:"black",depthTest:!0})]}),t.map((i,l)=>{const{a:c,b:d}=n(i,e.state.joint_position.joints[l]??0),u=`dhrobot_J0${l}`;return b.jsxs("group",{name:u,children:[b.jsx(mt.Line,{name:$l,points:[c,d],color:"white",lineWidth:5}),b.jsxs("mesh",{name:Ul,position:d,children:[b.jsx("sphereGeometry",{args:[.01,32,32]}),b.jsx("meshStandardMaterial",{color:"black",depthTest:!0})]},"mesh_"+l)]},u)})]})})})}const PC=console.warn;function VC(){return ae.useEffect(()=>{console.warn=e=>{e!=="Cannot call the manual advancement of rafz whilst frameLoop is not set as demand"&&PC(e)}},[]),b.jsx(b.Fragment,{})}function RC(e){return e.type==="Mesh"}function _C({modelURL:e,flangeRef:t,postModelRender:r,...a}){const{gltf:n}=wC(mt.useGLTF(e),e.split("/").pop()||e),o=ae.useCallback(i=>{i&&r&&r()},[e]);function s(i){return RC(i)?b.jsx("mesh",{name:i.name,geometry:i.geometry,material:i.material,position:i.position,rotation:i.rotation},i.uuid):b.jsx(Lo.animated.group,{name:i.name,position:i.position,rotation:i.rotation,ref:_d(i)?t:void 0,children:i.children.map(s)},i.uuid)}return b.jsx("group",{...a,dispose:null,ref:o,children:s(n.scene)})}const AC=(e,t)=>{e.userData.isGhost||(e.traverse(r=>{if(r instanceof Ie.Mesh){r.material instanceof Ie.Material&&(r.material.colorWrite=!1);const a=r.clone(),n=r.clone();a.material=new Ie.MeshStandardMaterial({depthTest:!0,depthWrite:!0,colorWrite:!1,polygonOffset:!0,polygonOffsetFactor:-1,side:Ie.DoubleSide}),a.userData.isGhost=!0,n.material=new Ie.MeshStandardMaterial({color:t,opacity:.3,depthTest:!0,depthWrite:!1,transparent:!0,polygonOffset:!0,polygonOffsetFactor:-2,side:Ie.DoubleSide}),n.userData.isGhost=!0,r.parent&&(r.parent.add(a),r.parent.add(n))}}),e.userData.isGhost=!0)},TC=e=>{if(!e.userData.isGhost)return;const t=[];e.traverse(r=>{var a;r instanceof Ie.Mesh&&((a=r.userData)!=null&&a.isGhost?t.push(r):r.material instanceof Ie.Material&&(r.material.colorWrite=!0))}),t.forEach(r=>{r.parent&&r.parent.remove(r)}),e.userData.isGhost=!1},Ed=mr(({rapidlyChangingMotionState:e,modelFromController:t,dhParameters:r,getModel:a=_s,flangeRef:n,postModelRender:o,transparentColor:s,...i})=>{const[l,c]=ae.useState(null),d=ae.useCallback(p=>{c(p)},[]);ae.useEffect(()=>{l&&(s?AC(l,s):TC(l))},[l,s]);const u=b.jsx(CC,{rapidlyChangingMotionState:e,dhParameters:r,...i});return b.jsxs(Zd.ErrorBoundary,{fallback:u,onError:p=>{console.error(p)},children:[b.jsx(ae.Suspense,{fallback:u,children:b.jsx("group",{ref:d,children:b.jsx(Td,{rapidlyChangingMotionState:e,dhParameters:r,children:b.jsx(_C,{modelURL:a(t),postModelRender:o,flangeRef:n,...i})})})}),b.jsx(VC,{})]})});function EC({connectedMotionGroup:e,getModel:t=_s,flangeRef:r,transparentColor:a,...n}){return e.dhParameters?b.jsx(Ed,{rapidlyChangingMotionState:e.rapidlyChangingMotionState,modelFromController:e.modelFromController||"",dhParameters:e.dhParameters,getModel:t,flangeRef:r,transparentColor:a,...n}):null}const IC=({title:e,titleId:t,...r},a)=>H.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.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"})),MC=ae.forwardRef(IC),jC=({title:e,titleId:t,...r},a)=>H.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.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"})),$C=ae.forwardRef(jC),wt=je.observer(({id:e,icon:t,color:r,title:a,name:n,label:o,explanation:s,literalValue:i,anchorOrigin:l,transformOrigin:c})=>{const d=je.useLocalObservable(()=>({anchorEl:null,get isPopoverOpen(){return!!d.anchorEl},openPopover(u){d.anchorEl=u.currentTarget},closePopover(){d.anchorEl=null}}));return b.jsxs(b.Fragment,{children:[b.jsxs(z.Stack,{"aria-owns":d.isPopoverOpen?e:void 0,"aria-haspopup":"true",onMouseEnter:d.openPopover,onMouseLeave:d.closePopover,direction:"row",spacing:1,sx:{cursor:"pointer"},children:[b.jsx(z.SvgIcon,{component:t,sx:{color:r}}),o&&b.jsx("div",{style:{color:r},children:o})]}),b.jsx(z.Popover,{id:e,sx:{pointerEvents:"none"},open:d.isPopoverOpen,anchorEl:d.anchorEl,anchorOrigin:l??{vertical:"bottom",horizontal:"left"},transformOrigin:c??{vertical:"top",horizontal:"left"},onClose:d.closePopover,disableRestoreFocus:!0,children:b.jsxs(z.Stack,{gap:"1rem",padding:2,maxWidth:"450px",sx:{wordWrap:"break-word"},children:[b.jsxs("div",{children:[a&&b.jsx(z.Typography,{component:"span",fontSize:"14px",children:`${a}: `}),b.jsx(z.Typography,{component:"span",color:r,fontWeight:"bold",fontSize:"14px",children:n})]}),b.jsx(z.Typography,{fontSize:"14px",children:s}),i&&b.jsx(z.Typography,{fontSize:"12px",children:i})]})})]})}),UC=je.observer(({isVirtual:e,motionGroupId:t,anchorOrigin:r,transformOrigin:a,compact:n})=>{const o=z.useTheme(),{t:s}=Me.useTranslation();return e?b.jsx(wt,{id:"motion-group-virtual",icon:$C,color:o.palette.tertiary.main,name:s("SafetyBar.ControllerType.Virtual.lb"),label:n?null:s("SafetyBar.ControllerType.Virtual.lb"),explanation:b.jsxs(Me.Trans,{i18nKey:"SafetyBar.MotionGroup.Virtual.Explanation.lb",values:{motionGroupId:t},children:["Motion group ",b.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:a}):b.jsx(wt,{id:"motion-group-physical",icon:MC,color:o.palette.primary.main,name:s("SafetyBar.ControllerType.Physical.lb"),label:n?null:s("SafetyBar.ControllerType.Physical.lb"),explanation:b.jsx(Me.Trans,{i18nKey:"SafetyBar.MotionGroup.Physical.Explanation.lb",values:{motionGroupId:t},components:{code:b.jsx("code",{}),strong:b.jsx("strong",{})}}),anchorOrigin:r,transformOrigin:a})}),LC=({title:e,titleId:t,...r},a)=>H.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.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"})),kC=ae.forwardRef(LC),BC=({title:e,titleId:t,...r},a)=>H.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.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})),FC=ae.forwardRef(BC),NC=({title:e,titleId:t,...r},a)=>H.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.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"})),DC=ae.forwardRef(NC),zC=je.observer(({operationMode:e,anchorOrigin:t,transformOrigin:r,compact:a})=>{const{t:n}=Me.useTranslation(),o=z.useTheme();switch(e){case"OPERATION_MODE_AUTO":return b.jsx(wt,{id:"operation-mode-auto",icon:kC,title:n("SafetyBar.OperationMode.ti"),name:n("SafetyBar.OperationMode.Automatic.ti"),label:a?null:n("SafetyBar.OperationMode.Automatic.ti"),color:o.palette.text.secondary,explanation:b.jsx(Me.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 b.jsx(wt,{id:"operation-mode-manual",icon:DC,color:o.palette.warning.main,title:n("SafetyBar.OperationMode.ti"),name:n("SafetyBar.OperationMode.Manual.lb"),label:a?null:n("SafetyBar.OperationMode.Manual.lb"),explanation:b.jsx(Me.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 b.jsx(wt,{id:"operation-mode-error",icon:FC,color:o.palette.warning.main,title:n("SafetyBar.OperationMode.ti"),name:n("SafetyBar.OperationMode.Error.lb"),label:a?null:n("SafetyBar.OperationMode.Error.lb"),explanation:b.jsx(Me.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})}}),GC=({title:e,titleId:t,...r},a)=>H.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.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"})),JC=ae.forwardRef(GC),HC=({title:e,titleId:t,...r},a)=>H.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.createElement("path",{d:"M10.24 10.636 12 13.764l1.76-3.128h-3.52Z"}),H.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"}),H.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"})),qC=ae.forwardRef(HC),WC=({title:e,titleId:t,...r},a)=>H.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.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})),KC=ae.forwardRef(WC),QC=({title:e,titleId:t,...r},a)=>H.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.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"})),YC=ae.forwardRef(QC),XC=({title:e,titleId:t,...r},a)=>H.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":t,...r},e?H.createElement("title",{id:t},e):null,H.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"})),ZC=ae.forwardRef(XC),eP=je.observer(({safetyState:e,anchorOrigin:t,transformOrigin:r,compact:a})=>{const{t:n}=Me.useTranslation(),o=z.useTheme();switch(e){case"SAFETY_STATE_NORMAL":return b.jsx(wt,{id:"safety-state-normal",title:n("SafetyBar.SafetyState.ti"),name:n("SafetyBar.SafetyState.Normal.lb"),label:a?null:n("SafetyBar.SafetyState.Normal.lb"),icon:YC,color:o.palette.text.secondary,explanation:b.jsx(Me.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 b.jsx(wt,{id:"safety-state-estop",title:n("SafetyBar.SafetyState.ti"),name:n("SafetyBar.SafetyState.Estop.lb"),label:a?null:n("SafetyBar.SafetyState.Estop.lb"),icon:qC,color:o.palette.error.main,explanation:b.jsx(Me.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 b.jsx(wt,{id:"safety-state-stop",icon:ZC,title:n("SafetyBar.SafetyState.ti"),name:n("SafetyBar.SafetyState.Stop.lb"),label:a?null:n("SafetyBar.SafetyState.Stop.lb"),color:o.palette.warning.main,explanation:b.jsx(Me.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 b.jsx(wt,{id:"safety-state-manual-action-required",icon:KC,color:o.palette.warning.main,title:n("SafetyBar.SafetyState.ti"),name:n("SafetyBar.SafetyState.ManualActionRequired.lb"),label:a?null:n("SafetyBar.SafetyState.ManualActionRequired.lb"),explanation:b.jsx(Me.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 b.jsx(wt,{id:"safety-state-error",icon:JC,color:o.palette.error.main,title:n("SafetyBar.SafetyState.ti"),name:n("SafetyBar.SafetyState.Error.lb"),label:a?null:n("SafetyBar.SafetyState.Error.lb"),explanation:b.jsx(Me.Trans,{i18nKey:"SafetyBar.SafetyState.Error.Explanation.lb",children:"The robot controller has entered an unexpected safety state."}),literalValue:e,anchorOrigin:t,transformOrigin:r});default:g1(e,`Unknown safety state ${e}`)}}),tP=mr(je.observer(({isVirtual:e,motionGroupId:t,operationMode:r,safetyState:a,anchorOrigin:n,transformOrigin:o,compact:s=!0})=>{const i=s?1:2;return b.jsxs(z.Stack,{direction:"row",gap:i,alignItems:"center",sx:{height:"24px"},children:[b.jsx(eP,{safetyState:a,anchorOrigin:n,transformOrigin:o,compact:s}),b.jsx(z.Divider,{orientation:"vertical",flexItem:!0}),b.jsx(zC,{operationMode:r,anchorOrigin:n,transformOrigin:o,compact:s}),b.jsx(z.Divider,{orientation:"vertical",flexItem:!0}),b.jsx(UC,{isVirtual:e,motionGroupId:t,anchorOrigin:n,transformOrigin:o,compact:s})]})})),rP=z.styled(z.Fab,{shouldForwardProp:e=>e!=="selected"})(({theme:e})=>{var t,r,a;return{borderRadius:"20px","&:hover":{background:(t=e.palette.backgroundPaperElevation)==null?void 0:t[7]},variants:[{props:({selected:n})=>!n,style:{background:(r=e.palette.backgroundPaperElevation)==null?void 0:r[0],color:e.palette.action.disabled,"> img":{opacity:.4}}},{props:({selected:n})=>n,style:{background:(a=e.palette.backgroundPaperElevation)==null?void 0:a[11],border:`1px solid ${e.palette.divider}`,color:e.palette.primary.contrastText}}]}}),aP=ae.forwardRef((e,t)=>b.jsx(rP,{ref:t,selected:e.selected,...e,color:"secondary",variant:"circular"})),nP={$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"},oP=ae.lazy(()=>import("@monaco-editor/react"));let Uo=null;async function sP(){if(!Uo){const[{createHighlighter:e},{shikiToMonaco:t}]=await Promise.all([import("shiki"),import("@shikijs/monaco")]);Uo={shiki:await e({langs:[nP],themes:["dark-plus","light-plus"]}),shikiToMonaco:t}}return Uo}const iP=mr(e=>{const t=z.useTheme(),[r,a]=ae.useState("dark-plus"),n=t.palette.mode==="dark"?"dark-plus":"light-plus";async function o(s){var c,d;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 sP();l(i,s),s.editor.defineTheme(n,((d=(c=t.componentsExt)==null?void 0:c.WandelscriptEditor)==null?void 0:d.monacoTheme)??{base:t.palette.mode==="dark"?"vs-dark":"vs",inherit:!0,rules:[],colors:{}}),e.monacoSetup&&e.monacoSetup(s),a(n)}return b.jsx(ae.Suspense,{fallback:b.jsx(xs,{}),children:b.jsx(oP,{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 Id(){var t,r,a,n,o,s,i;const e=z.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:(a=(r=(t=e.paletteExt)==null?void 0:t.secondary)==null?void 0:r.tonal)==null?void 0:a.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:(n=e.palette.backgroundPaperElevation)==null?void 0:n[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":z.rgbToHex(((i=e.palette.backgroundPaperElevation)==null?void 0:i[5])??""),"editor.foreground":"#d4d4d4","editorLineNumber.foreground":"#797979","editorLineNumber.activeForeground":"#e9e9e9","editor.lineHighlightBorder":"#e9e9e911"}}}}}}function lP(){const e=Id();return e.palette.mode="light",e}function cP(e){var a,n,o,s;let t=!0;((a=e.palette)==null?void 0:a.mode)==="light"?t=!1:((n=e.palette)==null?void 0:n.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?Id():lP();return oc(r,e)}exports.JoggingCartesianAxisControl=Do;exports.JoggingJointRotationControl=pc;exports.JoggingPanel=mC;exports.JoggingStore=io;exports.LoadingCover=xs;exports.LoadingErrorMessage=ad;exports.NoMotionGroupModal=SC;exports.PoseCartesianValues=gC;exports.PoseJointValues=yC;exports.PresetEnvironment=au;exports.ProgramControl=vC;exports.Robot=EC;exports.SafetyBar=tP;exports.SafetyZonesRenderer=su;exports.SelectableFab=aP;exports.SupportedRobot=Ed;exports.TrajectoryRenderer=iu;exports.VelocitySlider=Pd;exports.VelocitySliderLabel=Rs;exports.WandelscriptEditor=iP;exports.createNovaMuiTheme=cP;exports.defaultAxisConfig=xC;exports.defaultGetModel=_s;exports.i18n=ys;exports.useAnimationFrame=Wr;exports.useAutorun=lc;exports.useMounted=Jn;exports.useReaction=cc;
|
|
97
|
+
*/var Ng=function(){if(typeof WebSocket<"u")return WebSocket},Dg=function(e){return typeof e<"u"&&!!e&&e.CLOSING===2},jt={maxReconnectionDelay:1e4,minReconnectionDelay:1e3+Math.random()*4e3,minUptime:5e3,reconnectionDelayGrowFactor:1.3,connectionTimeout:4e3,maxRetries:1/0,maxEnqueuedMessages:1/0},zg=function(){function e(t,r,a){var n=this;a===void 0&&(a={}),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){n._debug("open event");var s=n._options.minUptime,l=s===void 0?jt.minUptime:s;clearTimeout(n._connectTimeout),n._uptimeTimeout=setTimeout(function(){return n._acceptOpen()},l),n._ws.binaryType=n._binaryType,n._messageQueue.forEach(function(i){return n._ws.send(i)}),n._messageQueue=[],n.onopen&&n.onopen(o),n._listeners.open.forEach(function(i){return n._callEventListener(o,i)})},this._handleMessage=function(o){n._debug("message event"),n.onmessage&&n.onmessage(o),n._listeners.message.forEach(function(s){return n._callEventListener(o,s)})},this._handleError=function(o){n._debug("error event",o.message),n._disconnect(void 0,o.message==="TIMEOUT"?"timeout":void 0),n.onerror&&n.onerror(o),n._debug("exec error listeners"),n._listeners.error.forEach(function(s){return n._callEventListener(o,s)}),n._connect()},this._handleClose=function(o){n._debug("close event"),n._clearTimeouts(),n._shouldReconnect&&n._connect(),n.onclose&&n.onclose(o),n._listeners.close.forEach(function(s){return n._callEventListener(o,s)})},this._url=t,this._protocols=r,this._options=a,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,a){return typeof a=="string"?r+=a.length:a instanceof Blob?r+=a.size:r+=a.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,a=r===void 0?jt.maxEnqueuedMessages:r;this._messageQueue.length<a&&(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,a,n=this._listeners[t.type];if(n)try{for(var o=Ug(n),s=o.next();!s.done;s=o.next()){var l=s.value;this._callEventListener(t,l)}}catch(i){r={error:i}}finally{try{s&&!s.done&&(a=o.return)&&a.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(a){return a!==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,Bg(["RWS>"],t))},e.prototype._getNextDelay=function(){var t=this._options,r=t.reconnectionDelayGrowFactor,a=r===void 0?jt.reconnectionDelayGrowFactor:r,n=t.minReconnectionDelay,o=n===void 0?jt.minReconnectionDelay:n,s=t.maxReconnectionDelay,l=s===void 0?jt.maxReconnectionDelay:s,i=0;return this._retryCount>0&&(i=o*Math.pow(a,this._retryCount-1),i>l&&(i=l)),this._debug("next delay",i),i},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,a=r.maxRetries,n=a===void 0?jt.maxRetries:a,o=r.connectionTimeout,s=o===void 0?jt.connectionTimeout:o,l=r.WebSocket,i=l===void 0?Ng():l;if(this._retryCount>=n){this._debug("max retries reached",this._retryCount,">=",n);return}if(this._retryCount++,this._debug("connect",this._retryCount),this._removeListeners(),!Dg(i))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 i(c,t._protocols):new i(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 Lg(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 Fg(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}(),Gg=Object.defineProperty,qg=Object.defineProperties,Jg=Object.getOwnPropertyDescriptors,Ds=Object.getOwnPropertySymbols,Hg=Object.prototype.hasOwnProperty,Wg=Object.prototype.propertyIsEnumerable,zs=(e,t,r)=>t in e?Gg(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,cr=(e,t)=>{for(var r in t||(t={}))Hg.call(t,r)&&zs(e,r,t[r]);if(Ds)for(var r of Ds(t))Wg.call(t,r)&&zs(e,r,t[r]);return e},po=(e,t)=>qg(e,Jg(t)),me=(e,t,r)=>new Promise((a,n)=>{var o=i=>{try{l(r.next(i))}catch(c){n(c)}},s=i=>{try{l(r.throw(i))}catch(c){n(c)}},l=i=>i.done?a(i.value):Promise.resolve(i.value).then(o,s);l((r=r.apply(e,t)).next())}),Qg=class extends zg{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",a=>{this.receivedFirstMessage||(this.receivedFirstMessage=a)}),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 me(this,null,function*(){return new Promise((e,t)=>{this.readyState===WebSocket.OPEN?e():(this.addEventListener("open",()=>e()),this.addEventListener("error",t))})})}closed(){return me(this,null,function*(){return new Promise((e,t)=>{this.readyState===WebSocket.CLOSED?e():(this.addEventListener("close",()=>e()),this.addEventListener("error",t))})})}firstMessage(){return me(this,null,function*(){return this.receivedFirstMessage?this.receivedFirstMessage:new Promise((e,t)=>{const r=n=>{this.receivedFirstMessage=n,this.removeEventListener("message",r),this.removeEventListener("error",a),e(n)},a=n=>{this.removeEventListener("message",r),this.removeEventListener("error",a),t(n)};this.addEventListener("message",r),this.addEventListener("error",a)})})}nextMessage(){return me(this,null,function*(){return new Promise((e,t)=>{const r=n=>{this.removeEventListener("message",r),this.removeEventListener("error",a),e(n)},a=n=>{this.removeEventListener("message",r),this.removeEventListener("error",a),t(n)};this.addEventListener("message",r),this.addEventListener("error",a)})})}},Kg=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}},zn=new Kg;function Rt(e){try{return JSON.parse(e)}catch{return}}function Yg(e,t){return e||(e="world"),t||(t="world"),e===t}var pr="wandelbots.io",Gn={dev:{domain:`https://auth.portal.dev.${pr}`,clientId:"fLbJD0RLp5r2Dpucm5j8BjwMR6Hunfha"},stg:{domain:`https://auth.portal.stg.${pr}`,clientId:"joVDeD9e786WzFNSGCqoVq7HNkWt5j6s"},prod:{domain:`https://auth.portal.${pr}`,clientId:"J7WJUi38xVQdJAEBNRT9Xw1b0fXDb4J2"}},Xg=e=>{if(e.includes(`dev.${pr}`))return Gn.dev;if(e.includes(`stg.${pr}`))return Gn.stg;if(e.includes(pr))return Gn.prod;throw new Error("Unsupported instance URL. Cannot determine Auth0 configuration.")},Zg=e=>me(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=Xg(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:a}=yield Promise.resolve().then(()=>require("./auth0-spa-js.production.esm-BLRAk7Yh.cjs")),n=new a({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 n.handleRedirectCallback();window.history.replaceState({},document.title,(s==null?void 0:s.returnTo)||window.location.pathname)}else yield n.loginWithRedirect();return yield n.getTokenSilently()});function Pi(e,t){return function(){return e.apply(t,arguments)}}const{toString:eb}=Object.prototype,{getPrototypeOf:$o}=Object,mn=(e=>t=>{const r=eb.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),rt=e=>(e=e.toLowerCase(),t=>mn(t)===e),fn=e=>t=>typeof t===e,{isArray:wr}=Array,Yr=fn("undefined");function tb(e){return e!==null&&!Yr(e)&&e.constructor!==null&&!Yr(e.constructor)&&qe(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Ri=rt("ArrayBuffer");function rb(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Ri(e.buffer),t}const ab=fn("string"),qe=fn("function"),_i=fn("number"),yn=e=>e!==null&&typeof e=="object",nb=e=>e===!0||e===!1,Ma=e=>{if(mn(e)!=="object")return!1;const t=$o(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},ob=rt("Date"),sb=rt("File"),lb=rt("Blob"),ib=rt("FileList"),cb=e=>yn(e)&&qe(e.pipe),db=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||qe(e.append)&&((t=mn(e))==="formdata"||t==="object"&&qe(e.toString)&&e.toString()==="[object FormData]"))},ub=rt("URLSearchParams"),[pb,hb,mb,fb]=["ReadableStream","Request","Response","Headers"].map(rt),yb=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function na(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let a,n;if(typeof e!="object"&&(e=[e]),wr(e))for(a=0,n=e.length;a<n;a++)t.call(null,e[a],a,e);else{const o=r?Object.getOwnPropertyNames(e):Object.keys(e),s=o.length;let l;for(a=0;a<s;a++)l=o[a],t.call(null,e[l],l,e)}}function Ai(e,t){t=t.toLowerCase();const r=Object.keys(e);let a=r.length,n;for(;a-- >0;)if(n=r[a],t===n.toLowerCase())return n;return null}const Ut=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Ti=e=>!Yr(e)&&e!==Ut;function ho(){const{caseless:e}=Ti(this)&&this||{},t={},r=(a,n)=>{const o=e&&Ai(t,n)||n;Ma(t[o])&&Ma(a)?t[o]=ho(t[o],a):Ma(a)?t[o]=ho({},a):wr(a)?t[o]=a.slice():t[o]=a};for(let a=0,n=arguments.length;a<n;a++)arguments[a]&&na(arguments[a],r);return t}const gb=(e,t,r,{allOwnKeys:a}={})=>(na(t,(n,o)=>{r&&qe(n)?e[o]=Pi(n,r):e[o]=n},{allOwnKeys:a}),e),bb=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Sb=(e,t,r,a)=>{e.prototype=Object.create(t.prototype,a),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},vb=(e,t,r,a)=>{let n,o,s;const l={};if(t=t||{},e==null)return t;do{for(n=Object.getOwnPropertyNames(e),o=n.length;o-- >0;)s=n[o],(!a||a(s,e,t))&&!l[s]&&(t[s]=e[s],l[s]=!0);e=r!==!1&&$o(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},xb=(e,t,r)=>{e=String(e),(r===void 0||r>e.length)&&(r=e.length),r-=t.length;const a=e.indexOf(t,r);return a!==-1&&a===r},Ob=e=>{if(!e)return null;if(wr(e))return e;let t=e.length;if(!_i(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},wb=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&$o(Uint8Array)),Cb=(e,t)=>{const a=(e&&e[Symbol.iterator]).call(e);let n;for(;(n=a.next())&&!n.done;){const o=n.value;t.call(e,o[0],o[1])}},Vb=(e,t)=>{let r;const a=[];for(;(r=e.exec(t))!==null;)a.push(r);return a},Pb=rt("HTMLFormElement"),Rb=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,a,n){return a.toUpperCase()+n}),Gs=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),_b=rt("RegExp"),Ii=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),a={};na(r,(n,o)=>{let s;(s=t(n,o,e))!==!1&&(a[o]=s||n)}),Object.defineProperties(e,a)},Ab=e=>{Ii(e,(t,r)=>{if(qe(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const a=e[r];if(qe(a)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},Tb=(e,t)=>{const r={},a=n=>{n.forEach(o=>{r[o]=!0})};return wr(e)?a(e):a(String(e).split(t)),r},Ib=()=>{},Eb=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function Mb(e){return!!(e&&qe(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const jb=e=>{const t=new Array(10),r=(a,n)=>{if(yn(a)){if(t.indexOf(a)>=0)return;if(!("toJSON"in a)){t[n]=a;const o=wr(a)?[]:{};return na(a,(s,l)=>{const i=r(s,n+1);!Yr(i)&&(o[l]=i)}),t[n]=void 0,o}}return a};return r(e,0)},$b=rt("AsyncFunction"),Ub=e=>e&&(yn(e)||qe(e))&&qe(e.then)&&qe(e.catch),Ei=((e,t)=>e?setImmediate:t?((r,a)=>(Ut.addEventListener("message",({source:n,data:o})=>{n===Ut&&o===r&&a.length&&a.shift()()},!1),n=>{a.push(n),Ut.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",qe(Ut.postMessage)),kb=typeof queueMicrotask<"u"?queueMicrotask.bind(Ut):typeof process<"u"&&process.nextTick||Ei,T={isArray:wr,isArrayBuffer:Ri,isBuffer:tb,isFormData:db,isArrayBufferView:rb,isString:ab,isNumber:_i,isBoolean:nb,isObject:yn,isPlainObject:Ma,isReadableStream:pb,isRequest:hb,isResponse:mb,isHeaders:fb,isUndefined:Yr,isDate:ob,isFile:sb,isBlob:lb,isRegExp:_b,isFunction:qe,isStream:cb,isURLSearchParams:ub,isTypedArray:wb,isFileList:ib,forEach:na,merge:ho,extend:gb,trim:yb,stripBOM:bb,inherits:Sb,toFlatObject:vb,kindOf:mn,kindOfTest:rt,endsWith:xb,toArray:Ob,forEachEntry:Cb,matchAll:Vb,isHTMLForm:Pb,hasOwnProperty:Gs,hasOwnProp:Gs,reduceDescriptors:Ii,freezeMethods:Ab,toObjectSet:Tb,toCamelCase:Rb,noop:Ib,toFiniteNumber:Eb,findKey:Ai,global:Ut,isContextDefined:Ti,isSpecCompliantForm:Mb,toJSONObject:jb,isAsyncFn:$b,isThenable:Ub,setImmediate:Ei,asap:kb};function ae(e,t,r,a,n){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),a&&(this.request=a),n&&(this.response=n,this.status=n.status?n.status:null)}T.inherits(ae,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:T.toJSONObject(this.config),code:this.code,status:this.status}}});const Mi=ae.prototype,ji={};["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=>{ji[e]={value:e}});Object.defineProperties(ae,ji);Object.defineProperty(Mi,"isAxiosError",{value:!0});ae.from=(e,t,r,a,n,o)=>{const s=Object.create(Mi);return T.toFlatObject(e,s,function(i){return i!==Error.prototype},l=>l!=="isAxiosError"),ae.call(s,e.message,t,r,a,n),s.cause=e,s.name=e.name,o&&Object.assign(s,o),s};const Bb=null;function mo(e){return T.isPlainObject(e)||T.isArray(e)}function $i(e){return T.endsWith(e,"[]")?e.slice(0,-2):e}function qs(e,t,r){return e?e.concat(t).map(function(n,o){return n=$i(n),!r&&o?"["+n+"]":n}).join(r?".":""):t}function Lb(e){return T.isArray(e)&&!e.some(mo)}const Fb=T.toFlatObject(T,{},null,function(t){return/^is[A-Z]/.test(t)});function gn(e,t,r){if(!T.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,r=T.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(m,x){return!T.isUndefined(x[m])});const a=r.metaTokens,n=r.visitor||d,o=r.dots,s=r.indexes,i=(r.Blob||typeof Blob<"u"&&Blob)&&T.isSpecCompliantForm(t);if(!T.isFunction(n))throw new TypeError("visitor must be a function");function c(g){if(g===null)return"";if(T.isDate(g))return g.toISOString();if(!i&&T.isBlob(g))throw new ae("Blob is not supported. Use a Buffer instead.");return T.isArrayBuffer(g)||T.isTypedArray(g)?i&&typeof Blob=="function"?new Blob([g]):Buffer.from(g):g}function d(g,m,x){let I=g;if(g&&!x&&typeof g=="object"){if(T.endsWith(m,"{}"))m=a?m:m.slice(0,-2),g=JSON.stringify(g);else if(T.isArray(g)&&Lb(g)||(T.isFileList(g)||T.endsWith(m,"[]"))&&(I=T.toArray(g)))return m=$i(m),I.forEach(function(N,D){!(T.isUndefined(N)||N===null)&&t.append(s===!0?qs([m],D,o):s===null?m:m+"[]",c(N))}),!1}return mo(g)?!0:(t.append(qs(x,m,o),c(g)),!1)}const u=[],p=Object.assign(Fb,{defaultVisitor:d,convertValue:c,isVisitable:mo});function y(g,m){if(!T.isUndefined(g)){if(u.indexOf(g)!==-1)throw Error("Circular reference detected in "+m.join("."));u.push(g),T.forEach(g,function(I,G){(!(T.isUndefined(I)||I===null)&&n.call(t,I,T.isString(G)?G.trim():G,m,p))===!0&&y(I,m?m.concat(G):[G])}),u.pop()}}if(!T.isObject(e))throw new TypeError("data must be an object");return y(e),t}function Js(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(a){return t[a]})}function Uo(e,t){this._pairs=[],e&&gn(e,this,t)}const Ui=Uo.prototype;Ui.append=function(t,r){this._pairs.push([t,r])};Ui.toString=function(t){const r=t?function(a){return t.call(this,a,Js)}:Js;return this._pairs.map(function(n){return r(n[0])+"="+r(n[1])},"").join("&")};function Nb(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function ki(e,t,r){if(!t)return e;const a=r&&r.encode||Nb;T.isFunction(r)&&(r={serialize:r});const n=r&&r.serialize;let o;if(n?o=n(t,r):o=T.isURLSearchParams(t)?t.toString():new Uo(t,r).toString(a),o){const s=e.indexOf("#");s!==-1&&(e=e.slice(0,s)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class Hs{constructor(){this.handlers=[]}use(t,r,a){return this.handlers.push({fulfilled:t,rejected:r,synchronous:a?a.synchronous:!1,runWhen:a?a.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){T.forEach(this.handlers,function(a){a!==null&&t(a)})}}const Bi={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Db=typeof URLSearchParams<"u"?URLSearchParams:Uo,zb=typeof FormData<"u"?FormData:null,Gb=typeof Blob<"u"?Blob:null,qb={isBrowser:!0,classes:{URLSearchParams:Db,FormData:zb,Blob:Gb},protocols:["http","https","file","blob","url","data"]},ko=typeof window<"u"&&typeof document<"u",fo=typeof navigator=="object"&&navigator||void 0,Jb=ko&&(!fo||["ReactNative","NativeScript","NS"].indexOf(fo.product)<0),Hb=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Wb=ko&&window.location.href||"http://localhost",Qb=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:ko,hasStandardBrowserEnv:Jb,hasStandardBrowserWebWorkerEnv:Hb,navigator:fo,origin:Wb},Symbol.toStringTag,{value:"Module"})),Me={...Qb,...qb};function Kb(e,t){return gn(e,new Me.classes.URLSearchParams,Object.assign({visitor:function(r,a,n,o){return Me.isNode&&T.isBuffer(r)?(this.append(a,r.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function Yb(e){return T.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Xb(e){const t={},r=Object.keys(e);let a;const n=r.length;let o;for(a=0;a<n;a++)o=r[a],t[o]=e[o];return t}function Li(e){function t(r,a,n,o){let s=r[o++];if(s==="__proto__")return!0;const l=Number.isFinite(+s),i=o>=r.length;return s=!s&&T.isArray(n)?n.length:s,i?(T.hasOwnProp(n,s)?n[s]=[n[s],a]:n[s]=a,!l):((!n[s]||!T.isObject(n[s]))&&(n[s]=[]),t(r,a,n[s],o)&&T.isArray(n[s])&&(n[s]=Xb(n[s])),!l)}if(T.isFormData(e)&&T.isFunction(e.entries)){const r={};return T.forEachEntry(e,(a,n)=>{t(Yb(a),n,r,0)}),r}return null}function Zb(e,t,r){if(T.isString(e))try{return(t||JSON.parse)(e),T.trim(e)}catch(a){if(a.name!=="SyntaxError")throw a}return(r||JSON.stringify)(e)}const oa={transitional:Bi,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const a=r.getContentType()||"",n=a.indexOf("application/json")>-1,o=T.isObject(t);if(o&&T.isHTMLForm(t)&&(t=new FormData(t)),T.isFormData(t))return n?JSON.stringify(Li(t)):t;if(T.isArrayBuffer(t)||T.isBuffer(t)||T.isStream(t)||T.isFile(t)||T.isBlob(t)||T.isReadableStream(t))return t;if(T.isArrayBufferView(t))return t.buffer;if(T.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let l;if(o){if(a.indexOf("application/x-www-form-urlencoded")>-1)return Kb(t,this.formSerializer).toString();if((l=T.isFileList(t))||a.indexOf("multipart/form-data")>-1){const i=this.env&&this.env.FormData;return gn(l?{"files[]":t}:t,i&&new i,this.formSerializer)}}return o||n?(r.setContentType("application/json",!1),Zb(t)):t}],transformResponse:[function(t){const r=this.transitional||oa.transitional,a=r&&r.forcedJSONParsing,n=this.responseType==="json";if(T.isResponse(t)||T.isReadableStream(t))return t;if(t&&T.isString(t)&&(a&&!this.responseType||n)){const s=!(r&&r.silentJSONParsing)&&n;try{return JSON.parse(t)}catch(l){if(s)throw l.name==="SyntaxError"?ae.from(l,ae.ERR_BAD_RESPONSE,this,null,this.response):l}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Me.classes.FormData,Blob:Me.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};T.forEach(["delete","get","head","post","put","patch"],e=>{oa.headers[e]={}});const e0=T.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"]),t0=e=>{const t={};let r,a,n;return e&&e.split(`
|
|
98
|
+
`).forEach(function(s){n=s.indexOf(":"),r=s.substring(0,n).trim().toLowerCase(),a=s.substring(n+1).trim(),!(!r||t[r]&&e0[r])&&(r==="set-cookie"?t[r]?t[r].push(a):t[r]=[a]:t[r]=t[r]?t[r]+", "+a:a)}),t},Ws=Symbol("internals");function Mr(e){return e&&String(e).trim().toLowerCase()}function ja(e){return e===!1||e==null?e:T.isArray(e)?e.map(ja):String(e)}function r0(e){const t=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let a;for(;a=r.exec(e);)t[a[1]]=a[2];return t}const a0=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function qn(e,t,r,a,n){if(T.isFunction(a))return a.call(this,t,r);if(n&&(t=r),!!T.isString(t)){if(T.isString(a))return t.indexOf(a)!==-1;if(T.isRegExp(a))return a.test(t)}}function n0(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,r,a)=>r.toUpperCase()+a)}function o0(e,t){const r=T.toCamelCase(" "+t);["get","set","has"].forEach(a=>{Object.defineProperty(e,a+r,{value:function(n,o,s){return this[a].call(this,t,n,o,s)},configurable:!0})})}let De=class{constructor(t){t&&this.set(t)}set(t,r,a){const n=this;function o(l,i,c){const d=Mr(i);if(!d)throw new Error("header name must be a non-empty string");const u=T.findKey(n,d);(!u||n[u]===void 0||c===!0||c===void 0&&n[u]!==!1)&&(n[u||i]=ja(l))}const s=(l,i)=>T.forEach(l,(c,d)=>o(c,d,i));if(T.isPlainObject(t)||t instanceof this.constructor)s(t,r);else if(T.isString(t)&&(t=t.trim())&&!a0(t))s(t0(t),r);else if(T.isHeaders(t))for(const[l,i]of t.entries())o(i,l,a);else t!=null&&o(r,t,a);return this}get(t,r){if(t=Mr(t),t){const a=T.findKey(this,t);if(a){const n=this[a];if(!r)return n;if(r===!0)return r0(n);if(T.isFunction(r))return r.call(this,n,a);if(T.isRegExp(r))return r.exec(n);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,r){if(t=Mr(t),t){const a=T.findKey(this,t);return!!(a&&this[a]!==void 0&&(!r||qn(this,this[a],a,r)))}return!1}delete(t,r){const a=this;let n=!1;function o(s){if(s=Mr(s),s){const l=T.findKey(a,s);l&&(!r||qn(a,a[l],l,r))&&(delete a[l],n=!0)}}return T.isArray(t)?t.forEach(o):o(t),n}clear(t){const r=Object.keys(this);let a=r.length,n=!1;for(;a--;){const o=r[a];(!t||qn(this,this[o],o,t,!0))&&(delete this[o],n=!0)}return n}normalize(t){const r=this,a={};return T.forEach(this,(n,o)=>{const s=T.findKey(a,o);if(s){r[s]=ja(n),delete r[o];return}const l=t?n0(o):String(o).trim();l!==o&&delete r[o],r[l]=ja(n),a[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const r=Object.create(null);return T.forEach(this,(a,n)=>{a!=null&&a!==!1&&(r[n]=t&&T.isArray(a)?a.join(", "):a)}),r}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,r])=>t+": "+r).join(`
|
|
99
|
+
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...r){const a=new this(t);return r.forEach(n=>a.set(n)),a}static accessor(t){const a=(this[Ws]=this[Ws]={accessors:{}}).accessors,n=this.prototype;function o(s){const l=Mr(s);a[l]||(o0(n,s),a[l]=!0)}return T.isArray(t)?t.forEach(o):o(t),this}};De.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);T.reduceDescriptors(De.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(a){this[r]=a}}});T.freezeMethods(De);function Jn(e,t){const r=this||oa,a=t||r,n=De.from(a.headers);let o=a.data;return T.forEach(e,function(l){o=l.call(r,o,n.normalize(),t?t.status:void 0)}),n.normalize(),o}function Fi(e){return!!(e&&e.__CANCEL__)}function Cr(e,t,r){ae.call(this,e??"canceled",ae.ERR_CANCELED,t,r),this.name="CanceledError"}T.inherits(Cr,ae,{__CANCEL__:!0});function Ni(e,t,r){const a=r.config.validateStatus;!r.status||!a||a(r.status)?e(r):t(new ae("Request failed with status code "+r.status,[ae.ERR_BAD_REQUEST,ae.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function s0(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function l0(e,t){e=e||10;const r=new Array(e),a=new Array(e);let n=0,o=0,s;return t=t!==void 0?t:1e3,function(i){const c=Date.now(),d=a[o];s||(s=c),r[n]=i,a[n]=c;let u=o,p=0;for(;u!==n;)p+=r[u++],u=u%e;if(n=(n+1)%e,n===o&&(o=(o+1)%e),c-s<t)return;const y=d&&c-d;return y?Math.round(p*1e3/y):void 0}}function i0(e,t){let r=0,a=1e3/t,n,o;const s=(c,d=Date.now())=>{r=d,n=null,o&&(clearTimeout(o),o=null),e.apply(null,c)};return[(...c)=>{const d=Date.now(),u=d-r;u>=a?s(c,d):(n=c,o||(o=setTimeout(()=>{o=null,s(n)},a-u)))},()=>n&&s(n)]}const qa=(e,t,r=3)=>{let a=0;const n=l0(50,250);return i0(o=>{const s=o.loaded,l=o.lengthComputable?o.total:void 0,i=s-a,c=n(i),d=s<=l;a=s;const u={loaded:s,total:l,progress:l?s/l:void 0,bytes:i,rate:c||void 0,estimated:c&&l&&d?(l-s)/c:void 0,event:o,lengthComputable:l!=null,[t?"download":"upload"]:!0};e(u)},r)},Qs=(e,t)=>{const r=e!=null;return[a=>t[0]({lengthComputable:r,total:e,loaded:a}),t[1]]},Ks=e=>(...t)=>T.asap(()=>e(...t)),c0=Me.hasStandardBrowserEnv?((e,t)=>r=>(r=new URL(r,Me.origin),e.protocol===r.protocol&&e.host===r.host&&(t||e.port===r.port)))(new URL(Me.origin),Me.navigator&&/(msie|trident)/i.test(Me.navigator.userAgent)):()=>!0,d0=Me.hasStandardBrowserEnv?{write(e,t,r,a,n,o){const s=[e+"="+encodeURIComponent(t)];T.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),T.isString(a)&&s.push("path="+a),T.isString(n)&&s.push("domain="+n),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 u0(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function p0(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Di(e,t,r){let a=!u0(t);return e&&a||r==!1?p0(e,t):t}const Ys=e=>e instanceof De?{...e}:e;function Dt(e,t){t=t||{};const r={};function a(c,d,u,p){return T.isPlainObject(c)&&T.isPlainObject(d)?T.merge.call({caseless:p},c,d):T.isPlainObject(d)?T.merge({},d):T.isArray(d)?d.slice():d}function n(c,d,u,p){if(T.isUndefined(d)){if(!T.isUndefined(c))return a(void 0,c,u,p)}else return a(c,d,u,p)}function o(c,d){if(!T.isUndefined(d))return a(void 0,d)}function s(c,d){if(T.isUndefined(d)){if(!T.isUndefined(c))return a(void 0,c)}else return a(void 0,d)}function l(c,d,u){if(u in t)return a(c,d);if(u in e)return a(void 0,c)}const i={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:l,headers:(c,d,u)=>n(Ys(c),Ys(d),u,!0)};return T.forEach(Object.keys(Object.assign({},e,t)),function(d){const u=i[d]||n,p=u(e[d],t[d],d);T.isUndefined(p)&&u!==l||(r[d]=p)}),r}const zi=e=>{const t=Dt({},e);let{data:r,withXSRFToken:a,xsrfHeaderName:n,xsrfCookieName:o,headers:s,auth:l}=t;t.headers=s=De.from(s),t.url=ki(Di(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),l&&s.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?unescape(encodeURIComponent(l.password)):"")));let i;if(T.isFormData(r)){if(Me.hasStandardBrowserEnv||Me.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((i=s.getContentType())!==!1){const[c,...d]=i?i.split(";").map(u=>u.trim()).filter(Boolean):[];s.setContentType([c||"multipart/form-data",...d].join("; "))}}if(Me.hasStandardBrowserEnv&&(a&&T.isFunction(a)&&(a=a(t)),a||a!==!1&&c0(t.url))){const c=n&&o&&d0.read(o);c&&s.set(n,c)}return t},h0=typeof XMLHttpRequest<"u",m0=h0&&function(e){return new Promise(function(r,a){const n=zi(e);let o=n.data;const s=De.from(n.headers).normalize();let{responseType:l,onUploadProgress:i,onDownloadProgress:c}=n,d,u,p,y,g;function m(){y&&y(),g&&g(),n.cancelToken&&n.cancelToken.unsubscribe(d),n.signal&&n.signal.removeEventListener("abort",d)}let x=new XMLHttpRequest;x.open(n.method.toUpperCase(),n.url,!0),x.timeout=n.timeout;function I(){if(!x)return;const N=De.from("getAllResponseHeaders"in x&&x.getAllResponseHeaders()),z={data:!l||l==="text"||l==="json"?x.responseText:x.response,status:x.status,statusText:x.statusText,headers:N,config:e,request:x};Ni(function(j){r(j),m()},function(j){a(j),m()},z),x=null}"onloadend"in x?x.onloadend=I:x.onreadystatechange=function(){!x||x.readyState!==4||x.status===0&&!(x.responseURL&&x.responseURL.indexOf("file:")===0)||setTimeout(I)},x.onabort=function(){x&&(a(new ae("Request aborted",ae.ECONNABORTED,e,x)),x=null)},x.onerror=function(){a(new ae("Network Error",ae.ERR_NETWORK,e,x)),x=null},x.ontimeout=function(){let D=n.timeout?"timeout of "+n.timeout+"ms exceeded":"timeout exceeded";const z=n.transitional||Bi;n.timeoutErrorMessage&&(D=n.timeoutErrorMessage),a(new ae(D,z.clarifyTimeoutError?ae.ETIMEDOUT:ae.ECONNABORTED,e,x)),x=null},o===void 0&&s.setContentType(null),"setRequestHeader"in x&&T.forEach(s.toJSON(),function(D,z){x.setRequestHeader(z,D)}),T.isUndefined(n.withCredentials)||(x.withCredentials=!!n.withCredentials),l&&l!=="json"&&(x.responseType=n.responseType),c&&([p,g]=qa(c,!0),x.addEventListener("progress",p)),i&&x.upload&&([u,y]=qa(i),x.upload.addEventListener("progress",u),x.upload.addEventListener("loadend",y)),(n.cancelToken||n.signal)&&(d=N=>{x&&(a(!N||N.type?new Cr(null,e,x):N),x.abort(),x=null)},n.cancelToken&&n.cancelToken.subscribe(d),n.signal&&(n.signal.aborted?d():n.signal.addEventListener("abort",d)));const G=s0(n.url);if(G&&Me.protocols.indexOf(G)===-1){a(new ae("Unsupported protocol "+G+":",ae.ERR_BAD_REQUEST,e));return}x.send(o||null)})},f0=(e,t)=>{const{length:r}=e=e?e.filter(Boolean):[];if(t||r){let a=new AbortController,n;const o=function(c){if(!n){n=!0,l();const d=c instanceof Error?c:this.reason;a.abort(d instanceof ae?d:new Cr(d instanceof Error?d.message:d))}};let s=t&&setTimeout(()=>{s=null,o(new ae(`timeout ${t} of ms exceeded`,ae.ETIMEDOUT))},t);const l=()=>{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:i}=a;return i.unsubscribe=()=>T.asap(l),i}},y0=function*(e,t){let r=e.byteLength;if(r<t){yield e;return}let a=0,n;for(;a<r;)n=a+t,yield e.slice(a,n),a=n},g0=async function*(e,t){for await(const r of b0(e))yield*y0(r,t)},b0=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:r,value:a}=await t.read();if(r)break;yield a}}finally{await t.cancel()}},Xs=(e,t,r,a)=>{const n=g0(e,t);let o=0,s,l=i=>{s||(s=!0,a&&a(i))};return new ReadableStream({async pull(i){try{const{done:c,value:d}=await n.next();if(c){l(),i.close();return}let u=d.byteLength;if(r){let p=o+=u;r(p)}i.enqueue(new Uint8Array(d))}catch(c){throw l(c),c}},cancel(i){return l(i),n.return()}},{highWaterMark:2})},bn=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Gi=bn&&typeof ReadableStream=="function",S0=bn&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),qi=(e,...t)=>{try{return!!e(...t)}catch{return!1}},v0=Gi&&qi(()=>{let e=!1;const t=new Request(Me.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),Zs=64*1024,yo=Gi&&qi(()=>T.isReadableStream(new Response("").body)),Ja={stream:yo&&(e=>e.body)};bn&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!Ja[t]&&(Ja[t]=T.isFunction(e[t])?r=>r[t]():(r,a)=>{throw new ae(`Response type '${t}' is not supported`,ae.ERR_NOT_SUPPORT,a)})})})(new Response);const x0=async e=>{if(e==null)return 0;if(T.isBlob(e))return e.size;if(T.isSpecCompliantForm(e))return(await new Request(Me.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(T.isArrayBufferView(e)||T.isArrayBuffer(e))return e.byteLength;if(T.isURLSearchParams(e)&&(e=e+""),T.isString(e))return(await S0(e)).byteLength},O0=async(e,t)=>{const r=T.toFiniteNumber(e.getContentLength());return r??x0(t)},w0=bn&&(async e=>{let{url:t,method:r,data:a,signal:n,cancelToken:o,timeout:s,onDownloadProgress:l,onUploadProgress:i,responseType:c,headers:d,withCredentials:u="same-origin",fetchOptions:p}=zi(e);c=c?(c+"").toLowerCase():"text";let y=f0([n,o&&o.toAbortSignal()],s),g;const m=y&&y.unsubscribe&&(()=>{y.unsubscribe()});let x;try{if(i&&v0&&r!=="get"&&r!=="head"&&(x=await O0(d,a))!==0){let z=new Request(t,{method:"POST",body:a,duplex:"half"}),W;if(T.isFormData(a)&&(W=z.headers.get("content-type"))&&d.setContentType(W),z.body){const[j,U]=Qs(x,qa(Ks(i)));a=Xs(z.body,Zs,j,U)}}T.isString(u)||(u=u?"include":"omit");const I="credentials"in Request.prototype;g=new Request(t,{...p,signal:y,method:r.toUpperCase(),headers:d.normalize().toJSON(),body:a,duplex:"half",credentials:I?u:void 0});let G=await fetch(g);const N=yo&&(c==="stream"||c==="response");if(yo&&(l||N&&m)){const z={};["status","statusText","headers"].forEach(k=>{z[k]=G[k]});const W=T.toFiniteNumber(G.headers.get("content-length")),[j,U]=l&&Qs(W,qa(Ks(l),!0))||[];G=new Response(Xs(G.body,Zs,j,()=>{U&&U(),m&&m()}),z)}c=c||"text";let D=await Ja[T.findKey(Ja,c)||"text"](G,e);return!N&&m&&m(),await new Promise((z,W)=>{Ni(z,W,{data:D,headers:De.from(G.headers),status:G.status,statusText:G.statusText,config:e,request:g})})}catch(I){throw m&&m(),I&&I.name==="TypeError"&&/fetch/i.test(I.message)?Object.assign(new ae("Network Error",ae.ERR_NETWORK,e,g),{cause:I.cause||I}):ae.from(I,I&&I.code,e,g)}}),go={http:Bb,xhr:m0,fetch:w0};T.forEach(go,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const el=e=>`- ${e}`,C0=e=>T.isFunction(e)||e===null||e===!1,Ji={getAdapter:e=>{e=T.isArray(e)?e:[e];const{length:t}=e;let r,a;const n={};for(let o=0;o<t;o++){r=e[o];let s;if(a=r,!C0(r)&&(a=go[(s=String(r)).toLowerCase()],a===void 0))throw new ae(`Unknown adapter '${s}'`);if(a)break;n[s||"#"+o]=a}if(!a){const o=Object.entries(n).map(([l,i])=>`adapter ${l} `+(i===!1?"is not supported by the environment":"is not available in the build"));let s=t?o.length>1?`since :
|
|
100
|
+
`+o.map(el).join(`
|
|
101
|
+
`):" "+el(o[0]):"as no adapter specified";throw new ae("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return a},adapters:go};function Hn(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Cr(null,e)}function tl(e){return Hn(e),e.headers=De.from(e.headers),e.data=Jn.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Ji.getAdapter(e.adapter||oa.adapter)(e).then(function(a){return Hn(e),a.data=Jn.call(e,e.transformResponse,a),a.headers=De.from(a.headers),a},function(a){return Fi(a)||(Hn(e),a&&a.response&&(a.response.data=Jn.call(e,e.transformResponse,a.response),a.response.headers=De.from(a.response.headers))),Promise.reject(a)})}const Hi="1.8.3",Sn={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Sn[e]=function(a){return typeof a===e||"a"+(t<1?"n ":" ")+e}});const rl={};Sn.transitional=function(t,r,a){function n(o,s){return"[Axios v"+Hi+"] Transitional option '"+o+"'"+s+(a?". "+a:"")}return(o,s,l)=>{if(t===!1)throw new ae(n(s," has been removed"+(r?" in "+r:"")),ae.ERR_DEPRECATED);return r&&!rl[s]&&(rl[s]=!0,console.warn(n(s," has been deprecated since v"+r+" and will be removed in the near future"))),t?t(o,s,l):!0}};Sn.spelling=function(t){return(r,a)=>(console.warn(`${a} is likely a misspelling of ${t}`),!0)};function V0(e,t,r){if(typeof e!="object")throw new ae("options must be an object",ae.ERR_BAD_OPTION_VALUE);const a=Object.keys(e);let n=a.length;for(;n-- >0;){const o=a[n],s=t[o];if(s){const l=e[o],i=l===void 0||s(l,o,e);if(i!==!0)throw new ae("option "+o+" must be "+i,ae.ERR_BAD_OPTION_VALUE);continue}if(r!==!0)throw new ae("Unknown option "+o,ae.ERR_BAD_OPTION)}}const $a={assertOptions:V0,validators:Sn},ot=$a.validators;let Bt=class{constructor(t){this.defaults=t,this.interceptors={request:new Hs,response:new Hs}}async request(t,r){try{return await this._request(t,r)}catch(a){if(a instanceof Error){let n={};Error.captureStackTrace?Error.captureStackTrace(n):n=new Error;const o=n.stack?n.stack.replace(/^.+\n/,""):"";try{a.stack?o&&!String(a.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(a.stack+=`
|
|
102
|
+
`+o):a.stack=o}catch{}}throw a}}_request(t,r){typeof t=="string"?(r=r||{},r.url=t):r=t||{},r=Dt(this.defaults,r);const{transitional:a,paramsSerializer:n,headers:o}=r;a!==void 0&&$a.assertOptions(a,{silentJSONParsing:ot.transitional(ot.boolean),forcedJSONParsing:ot.transitional(ot.boolean),clarifyTimeoutError:ot.transitional(ot.boolean)},!1),n!=null&&(T.isFunction(n)?r.paramsSerializer={serialize:n}:$a.assertOptions(n,{encode:ot.function,serialize:ot.function},!0)),r.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?r.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:r.allowAbsoluteUrls=!0),$a.assertOptions(r,{baseUrl:ot.spelling("baseURL"),withXsrfToken:ot.spelling("withXSRFToken")},!0),r.method=(r.method||this.defaults.method||"get").toLowerCase();let s=o&&T.merge(o.common,o[r.method]);o&&T.forEach(["delete","get","head","post","put","patch","common"],g=>{delete o[g]}),r.headers=De.concat(s,o);const l=[];let i=!0;this.interceptors.request.forEach(function(m){typeof m.runWhen=="function"&&m.runWhen(r)===!1||(i=i&&m.synchronous,l.unshift(m.fulfilled,m.rejected))});const c=[];this.interceptors.response.forEach(function(m){c.push(m.fulfilled,m.rejected)});let d,u=0,p;if(!i){const g=[tl.bind(this),void 0];for(g.unshift.apply(g,l),g.push.apply(g,c),p=g.length,d=Promise.resolve(r);u<p;)d=d.then(g[u++],g[u++]);return d}p=l.length;let y=r;for(u=0;u<p;){const g=l[u++],m=l[u++];try{y=g(y)}catch(x){m.call(this,x);break}}try{d=tl.call(this,y)}catch(g){return Promise.reject(g)}for(u=0,p=c.length;u<p;)d=d.then(c[u++],c[u++]);return d}getUri(t){t=Dt(this.defaults,t);const r=Di(t.baseURL,t.url,t.allowAbsoluteUrls);return ki(r,t.params,t.paramsSerializer)}};T.forEach(["delete","get","head","options"],function(t){Bt.prototype[t]=function(r,a){return this.request(Dt(a||{},{method:t,url:r,data:(a||{}).data}))}});T.forEach(["post","put","patch"],function(t){function r(a){return function(o,s,l){return this.request(Dt(l||{},{method:t,headers:a?{"Content-Type":"multipart/form-data"}:{},url:o,data:s}))}}Bt.prototype[t]=r(),Bt.prototype[t+"Form"]=r(!0)});let P0=class Wi{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 a=this;this.promise.then(n=>{if(!a._listeners)return;let o=a._listeners.length;for(;o-- >0;)a._listeners[o](n);a._listeners=null}),this.promise.then=n=>{let o;const s=new Promise(l=>{a.subscribe(l),o=l}).then(n);return s.cancel=function(){a.unsubscribe(o)},s},t(function(o,s,l){a.reason||(a.reason=new Cr(o,s,l),r(a.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=a=>{t.abort(a)};return this.subscribe(r),t.signal.unsubscribe=()=>this.unsubscribe(r),t.signal}static source(){let t;return{token:new Wi(function(n){t=n}),cancel:t}}};function R0(e){return function(r){return e.apply(null,r)}}function _0(e){return T.isObject(e)&&e.isAxiosError===!0}const bo={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(bo).forEach(([e,t])=>{bo[t]=e});function Qi(e){const t=new Bt(e),r=Pi(Bt.prototype.request,t);return T.extend(r,Bt.prototype,t,{allOwnKeys:!0}),T.extend(r,t,null,{allOwnKeys:!0}),r.create=function(n){return Qi(Dt(e,n))},r}const v=Qi(oa);v.Axios=Bt;v.CanceledError=Cr;v.CancelToken=P0;v.isCancel=Fi;v.VERSION=Hi;v.toFormData=gn;v.AxiosError=ae;v.Cancel=v.CanceledError;v.all=function(t){return Promise.all(t)};v.spread=R0;v.isAxiosError=_0;v.mergeConfig=Dt;v.AxiosHeaders=De;v.formToJSON=e=>Li(T.isHTMLForm(e)?new FormData(e):e);v.getAdapter=Ji.getAdapter;v.HttpStatusCode=bo;v.default=v;const{Axios:zw,AxiosError:So,CanceledError:Gw,isCancel:qw,CancelToken:Jw,VERSION:Hw,all:Ww,Cancel:Qw,isAxiosError:A0,spread:Kw,toFormData:Yw,AxiosHeaders:Xw,HttpStatusCode:Zw,formToJSON:eC,getAdapter:tC,mergeConfig:rC}=v,O="/api/v1".replace(/\/+$/,"");class fe{constructor(t,r=O,a=v){Rr(this,"basePath");Rr(this,"axios");Rr(this,"configuration");this.basePath=r,this.axios=a,t&&(this.configuration=t,this.basePath=t.basePath??r)}}class T0 extends Error{constructor(r,a){super(a);Rr(this,"field");this.field=r,this.name="RequiredError"}}const w={},C="https://example.com",h=function(e,t,r){if(r==null)throw new T0(t,`Required parameter ${t} was null or undefined when calling ${e}.`)},V=function(e,t){t&&(t.username||t.password)&&(e.auth={username:t.username,password:t.password})},P=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 vo(e,t,r=""){t!=null&&(typeof t=="object"?Array.isArray(t)?t.forEach(a=>vo(e,a,r)):Object.keys(t).forEach(a=>vo(e,t[a],`${r}${r!==""?".":""}${a}`)):e.has(r)?e.append(r,t):e.set(r,t))}const R=function(e,...t){const r=new URLSearchParams(e.search);vo(r,t),e.search=r.toString()},re=function(e,t,r){const a=typeof e!="string";return(a&&r&&r.isJsonMime?r.isJsonMime(t.headers["Content-Type"]):a)?JSON.stringify(e!==void 0?e:{}):e||""},_=function(e){return e.pathname+e.search+e.hash},A=function(e,t,r,a){return(n=t,o=r)=>{const s={...e.options,url:(n.defaults.baseURL?"":(a==null?void 0:a.basePath)??o)+e.url};return n.request(s)}},I0=function(e){return{addApp:async(t,r,a,n={})=>{h("addApp","cell",t),h("addApp","app",r);const o="/cells/{cell}/apps".replace("{cell}",encodeURIComponent(String(t))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"POST",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.completionTimeout=a),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(r,i,e),{url:_(s),options:i}},clearApps:async(t,r,a={})=>{h("clearApps","cell",t);const n="/cells/{cell}/apps".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),r!==void 0&&(c.completionTimeout=r),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},deleteApp:async(t,r,a,n={})=>{h("deleteApp","cell",t),h("deleteApp","app",r);const o="/cells/{cell}/apps/{app}".replace("{cell}",encodeURIComponent(String(t))).replace("{app}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"DELETE",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.completionTimeout=a),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},getApp:async(t,r,a={})=>{h("getApp","cell",t),h("getApp","app",r);const n="/cells/{cell}/apps/{app}".replace("{cell}",encodeURIComponent(String(t))).replace("{app}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},listApps:async(t,r={})=>{h("listApps","cell",t);const a="/cells/{cell}/apps".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},updateApp:async(t,r,a,n,o={})=>{h("updateApp","cell",t),h("updateApp","app",r),h("updateApp","app2",a);const s="/cells/{cell}/apps/{app}".replace("{cell}",encodeURIComponent(String(t))).replace("{app}",encodeURIComponent(String(r))),l=new URL(s,C);let i;e&&(i=e.baseOptions);const c={method:"PUT",...i,...o},d={},u={};V(c,e),await P(d,e),n!==void 0&&(u.completionTimeout=n),d["Content-Type"]="application/json",R(l,u);let p=i&&i.headers?i.headers:{};return c.headers={...d,...p,...o.headers},c.data=re(a,c,e),{url:_(l),options:c}}}},tr=function(e){const t=I0(e);return{async addApp(r,a,n,o){var c,d;const s=await t.addApp(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["ApplicationApi.addApp"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async clearApps(r,a,n){var i,c;const o=await t.clearApps(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ApplicationApi.clearApps"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async deleteApp(r,a,n,o){var c,d;const s=await t.deleteApp(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["ApplicationApi.deleteApp"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async getApp(r,a,n){var i,c;const o=await t.getApp(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ApplicationApi.getApp"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async listApps(r,a){var l,i;const n=await t.listApps(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["ApplicationApi.listApps"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async updateApp(r,a,n,o,s){var d,u;const l=await t.updateApp(r,a,n,o,s),i=(e==null?void 0:e.serverIndex)??0,c=(u=(d=w["ApplicationApi.updateApp"])==null?void 0:d[i])==null?void 0:u.url;return(p,y)=>A(l,v,O,e)(p,c||y)}}};class al extends fe{addApp(t,r,a,n){return tr(this.configuration).addApp(t,r,a,n).then(o=>o(this.axios,this.basePath))}clearApps(t,r,a){return tr(this.configuration).clearApps(t,r,a).then(n=>n(this.axios,this.basePath))}deleteApp(t,r,a,n){return tr(this.configuration).deleteApp(t,r,a,n).then(o=>o(this.axios,this.basePath))}getApp(t,r,a){return tr(this.configuration).getApp(t,r,a).then(n=>n(this.axios,this.basePath))}listApps(t,r){return tr(this.configuration).listApps(t,r).then(a=>a(this.axios,this.basePath))}updateApp(t,r,a,n,o){return tr(this.configuration).updateApp(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}}const E0=function(e){return{deleteCell:async(t,r,a={})=>{h("deleteCell","cell",t);const n="/cells/{cell}".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),r!==void 0&&(c.completionTimeout=r),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},deployCell:async(t,r,a={})=>{h("deployCell","cell",t);const n="/cells",o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"POST",...s,...a},i={},c={};V(l,e),await P(i,e),r!==void 0&&(c.completionTimeout=r),i["Content-Type"]="application/json",R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},l.data=re(t,l,e),{url:_(o),options:l}},getCell:async(t,r={})=>{h("getCell","cell",t);const a="/cells/{cell}".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},getCellStatus:async(t,r={})=>{h("getCellStatus","cell",t);const a="/cells/{cell}/status".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},listCells:async(t={})=>{const r="/cells",a=new URL(r,C);let n;e&&(n=e.baseOptions);const o={method:"GET",...n,...t},s={},l={};V(o,e),await P(s,e),R(a,l);let i=n&&n.headers?n.headers:{};return o.headers={...s,...i,...t.headers},{url:_(a),options:o}},updateCell:async(t,r,a,n={})=>{h("updateCell","cell",t),h("updateCell","cell2",r);const o="/cells/{cell}".replace("{cell}",encodeURIComponent(String(t))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"PUT",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.completionTimeout=a),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(r,i,e),{url:_(s),options:i}}}},rr=function(e){const t=E0(e);return{async deleteCell(r,a,n){var i,c;const o=await t.deleteCell(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["CellApi.deleteCell"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async deployCell(r,a,n){var i,c;const o=await t.deployCell(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["CellApi.deployCell"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getCell(r,a){var l,i;const n=await t.getCell(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["CellApi.getCell"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async getCellStatus(r,a){var l,i;const n=await t.getCellStatus(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["CellApi.getCellStatus"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async listCells(r){var s,l;const a=await t.listCells(r),n=(e==null?void 0:e.serverIndex)??0,o=(l=(s=w["CellApi.listCells"])==null?void 0:s[n])==null?void 0:l.url;return(i,c)=>A(a,v,O,e)(i,o||c)},async updateCell(r,a,n,o){var c,d;const s=await t.updateCell(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["CellApi.updateCell"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)}}};class M0 extends fe{deleteCell(t,r,a){return rr(this.configuration).deleteCell(t,r,a).then(n=>n(this.axios,this.basePath))}deployCell(t,r,a){return rr(this.configuration).deployCell(t,r,a).then(n=>n(this.axios,this.basePath))}getCell(t,r){return rr(this.configuration).getCell(t,r).then(a=>a(this.axios,this.basePath))}getCellStatus(t,r){return rr(this.configuration).getCellStatus(t,r).then(a=>a(this.axios,this.basePath))}listCells(t){return rr(this.configuration).listCells(t).then(r=>r(this.axios,this.basePath))}updateCell(t,r,a,n){return rr(this.configuration).updateCell(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const j0=function(e){return{addRobotController:async(t,r,a,n={})=>{h("addRobotController","cell",t),h("addRobotController","robotController",r);const o="/cells/{cell}/controllers".replace("{cell}",encodeURIComponent(String(t))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"POST",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.completionTimeout=a),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(r,i,e),{url:_(s),options:i}},clearRobotControllers:async(t,r,a={})=>{h("clearRobotControllers","cell",t);const n="/cells/{cell}/controllers".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),r!==void 0&&(c.completionTimeout=r),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},deleteRobotController:async(t,r,a,n={})=>{h("deleteRobotController","cell",t),h("deleteRobotController","controller",r);const o="/cells/{cell}/controllers/{controller}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"DELETE",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.completionTimeout=a),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},getCurrentRobotControllerState:async(t,r,a={})=>{h("getCurrentRobotControllerState","cell",t),h("getCurrentRobotControllerState","controller",r);const n="/cells/{cell}/controllers/{controller}/state".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getMode:async(t,r,a={})=>{h("getMode","cell",t),h("getMode","controller",r);const n="/cells/{cell}/controllers/{controller}/mode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getRobotController:async(t,r,a={})=>{h("getRobotController","cell",t),h("getRobotController","controller",r);const n="/cells/{cell}/controllers/{controller}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getSupportedModes:async(t,r,a={})=>{h("getSupportedModes","cell",t),h("getSupportedModes","controller",r);const n="/cells/{cell}/controllers/{controller}/controller-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getVirtualRobotConfiguration:async(t,r,a={})=>{h("getVirtualRobotConfiguration","cell",t),h("getVirtualRobotConfiguration","controller",r);const n="/cells/{cell}/controllers/{controller}/virtual-robot-configuration".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},listControllers:async(t,r={})=>{h("listControllers","cell",t);const a="/cells/{cell}/controllers".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},setDefaultMode:async(t,r,a,n={})=>{h("setDefaultMode","cell",t),h("setDefaultMode","controller",r),h("setDefaultMode","mode",a);const o="/cells/{cell}/controllers/{controller}/mode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"PUT",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.mode=a),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},streamFreeDrive:async(t,r,a,n={})=>{h("streamFreeDrive","cell",t),h("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,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.response_rate=a),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},streamModeChange:async(t,r,a={})=>{h("streamModeChange","cell",t),h("streamModeChange","controller",r);const n="/cells/{cell}/controllers/{controller}/mode-stream".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},streamRobotControllerState:async(t,r,a,n={})=>{h("streamRobotControllerState","cell",t),h("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,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.response_rate=a),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},updateRobotController:async(t,r,a,n,o={})=>{h("updateRobotController","cell",t),h("updateRobotController","controller",r),h("updateRobotController","robotController",a);const s="/cells/{cell}/controllers/{controller}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),l=new URL(s,C);let i;e&&(i=e.baseOptions);const c={method:"PUT",...i,...o},d={},u={};V(c,e),await P(d,e),n!==void 0&&(u.completionTimeout=n),d["Content-Type"]="application/json",R(l,u);let p=i&&i.headers?i.headers:{};return c.headers={...d,...p,...o.headers},c.data=re(a,c,e),{url:_(l),options:c}}}},Ne=function(e){const t=j0(e);return{async addRobotController(r,a,n,o){var c,d;const s=await t.addRobotController(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["ControllerApi.addRobotController"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async clearRobotControllers(r,a,n){var i,c;const o=await t.clearRobotControllers(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ControllerApi.clearRobotControllers"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async deleteRobotController(r,a,n,o){var c,d;const s=await t.deleteRobotController(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["ControllerApi.deleteRobotController"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async getCurrentRobotControllerState(r,a,n){var i,c;const o=await t.getCurrentRobotControllerState(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ControllerApi.getCurrentRobotControllerState"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getMode(r,a,n){var i,c;const o=await t.getMode(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ControllerApi.getMode"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getRobotController(r,a,n){var i,c;const o=await t.getRobotController(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ControllerApi.getRobotController"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getSupportedModes(r,a,n){var i,c;const o=await t.getSupportedModes(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ControllerApi.getSupportedModes"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getVirtualRobotConfiguration(r,a,n){var i,c;const o=await t.getVirtualRobotConfiguration(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ControllerApi.getVirtualRobotConfiguration"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async listControllers(r,a){var l,i;const n=await t.listControllers(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["ControllerApi.listControllers"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async setDefaultMode(r,a,n,o){var c,d;const s=await t.setDefaultMode(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["ControllerApi.setDefaultMode"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async streamFreeDrive(r,a,n,o){var c,d;const s=await t.streamFreeDrive(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["ControllerApi.streamFreeDrive"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async streamModeChange(r,a,n){var i,c;const o=await t.streamModeChange(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ControllerApi.streamModeChange"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async streamRobotControllerState(r,a,n,o){var c,d;const s=await t.streamRobotControllerState(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["ControllerApi.streamRobotControllerState"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async updateRobotController(r,a,n,o,s){var d,u;const l=await t.updateRobotController(r,a,n,o,s),i=(e==null?void 0:e.serverIndex)??0,c=(u=(d=w["ControllerApi.updateRobotController"])==null?void 0:d[i])==null?void 0:u.url;return(p,y)=>A(l,v,O,e)(p,c||y)}}};class $0 extends fe{addRobotController(t,r,a,n){return Ne(this.configuration).addRobotController(t,r,a,n).then(o=>o(this.axios,this.basePath))}clearRobotControllers(t,r,a){return Ne(this.configuration).clearRobotControllers(t,r,a).then(n=>n(this.axios,this.basePath))}deleteRobotController(t,r,a,n){return Ne(this.configuration).deleteRobotController(t,r,a,n).then(o=>o(this.axios,this.basePath))}getCurrentRobotControllerState(t,r,a){return Ne(this.configuration).getCurrentRobotControllerState(t,r,a).then(n=>n(this.axios,this.basePath))}getMode(t,r,a){return Ne(this.configuration).getMode(t,r,a).then(n=>n(this.axios,this.basePath))}getRobotController(t,r,a){return Ne(this.configuration).getRobotController(t,r,a).then(n=>n(this.axios,this.basePath))}getSupportedModes(t,r,a){return Ne(this.configuration).getSupportedModes(t,r,a).then(n=>n(this.axios,this.basePath))}getVirtualRobotConfiguration(t,r,a){return Ne(this.configuration).getVirtualRobotConfiguration(t,r,a).then(n=>n(this.axios,this.basePath))}listControllers(t,r){return Ne(this.configuration).listControllers(t,r).then(a=>a(this.axios,this.basePath))}setDefaultMode(t,r,a,n){return Ne(this.configuration).setDefaultMode(t,r,a,n).then(o=>o(this.axios,this.basePath))}streamFreeDrive(t,r,a,n){return Ne(this.configuration).streamFreeDrive(t,r,a,n).then(o=>o(this.axios,this.basePath))}streamModeChange(t,r,a){return Ne(this.configuration).streamModeChange(t,r,a).then(n=>n(this.axios,this.basePath))}streamRobotControllerState(t,r,a,n){return Ne(this.configuration).streamRobotControllerState(t,r,a,n).then(o=>o(this.axios,this.basePath))}updateRobotController(t,r,a,n,o){return Ne(this.configuration).updateRobotController(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}}const U0=function(e){return{listIODescriptions:async(t,r,a,n={})=>{h("listIODescriptions","cell",t),h("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,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),a&&(d.ios=a),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},listIOValues:async(t,r,a,n={})=>{h("listIOValues","cell",t),h("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,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),a&&(d.ios=a),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},setOutputValues:async(t,r,a,n={})=>{h("setOutputValues","cell",t),h("setOutputValues","controller",r),h("setOutputValues","iOValue",a);const o="/cells/{cell}/controllers/{controller}/ios/values".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"PUT",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}},streamIOValues:async(t,r,a,n={})=>{h("streamIOValues","cell",t),h("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,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),a&&(d.ios=a),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},waitForIOEvent:async(t,r,a,n,o,s,l,i={})=>{h("waitForIOEvent","cell",t),h("waitForIOEvent","controller",r),h("waitForIOEvent","io",a),h("waitForIOEvent","comparisonType",n);const c="/cells/{cell}/controllers/{controller}/ios/wait-for".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),d=new URL(c,C);let u;e&&(u=e.baseOptions);const p={method:"GET",...u,...i},y={},g={};V(p,e),await P(y,e),a!==void 0&&(g.io=a),n!==void 0&&(g.comparison_type=n),o!==void 0&&(g.boolean_value=o),s!==void 0&&(g.integer_value=s),l!==void 0&&(g.floating_value=l),R(d,g);let m=u&&u.headers?u.headers:{};return p.headers={...y,...m,...i.headers},{url:_(d),options:p}}}},jr=function(e){const t=U0(e);return{async listIODescriptions(r,a,n,o){var c,d;const s=await t.listIODescriptions(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["ControllerIOsApi.listIODescriptions"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async listIOValues(r,a,n,o){var c,d;const s=await t.listIOValues(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["ControllerIOsApi.listIOValues"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async setOutputValues(r,a,n,o){var c,d;const s=await t.setOutputValues(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["ControllerIOsApi.setOutputValues"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async streamIOValues(r,a,n,o){var c,d;const s=await t.streamIOValues(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["ControllerIOsApi.streamIOValues"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async waitForIOEvent(r,a,n,o,s,l,i,c){var y,g;const d=await t.waitForIOEvent(r,a,n,o,s,l,i,c),u=(e==null?void 0:e.serverIndex)??0,p=(g=(y=w["ControllerIOsApi.waitForIOEvent"])==null?void 0:y[u])==null?void 0:g.url;return(m,x)=>A(d,v,O,e)(m,p||x)}}};class k0 extends fe{listIODescriptions(t,r,a,n){return jr(this.configuration).listIODescriptions(t,r,a,n).then(o=>o(this.axios,this.basePath))}listIOValues(t,r,a,n){return jr(this.configuration).listIOValues(t,r,a,n).then(o=>o(this.axios,this.basePath))}setOutputValues(t,r,a,n){return jr(this.configuration).setOutputValues(t,r,a,n).then(o=>o(this.axios,this.basePath))}streamIOValues(t,r,a,n){return jr(this.configuration).streamIOValues(t,r,a,n).then(o=>o(this.axios,this.basePath))}waitForIOEvent(t,r,a,n,o,s,l,i){return jr(this.configuration).waitForIOEvent(t,r,a,n,o,s,l,i).then(c=>c(this.axios,this.basePath))}}const B0=function(e){return{addCoordinateSystem:async(t,r,a={})=>{h("addCoordinateSystem","cell",t),h("addCoordinateSystem","addRequest",r);const n="/cells/{cell}/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"PUT",...s,...a},i={},c={};V(l,e),await P(i,e),i["Content-Type"]="application/json",R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},l.data=re(r,l,e),{url:_(o),options:l}},deleteCoordinateSystem:async(t,r,a={})=>{h("deleteCoordinateSystem","cell",t),h("deleteCoordinateSystem","coordinateSystem",r);const n="/cells/{cell}/coordinate-systems/{coordinate-system}".replace("{cell}",encodeURIComponent(String(t))).replace("{coordinate-system}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getCoordinateSystem:async(t,r,a,n={})=>{h("getCoordinateSystem","cell",t),h("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,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.rotation_type=a),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},listCoordinateSystems:async(t,r,a={})=>{h("listCoordinateSystems","cell",t);const n="/cells/{cell}/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),r!==void 0&&(c.rotation_type=r),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},transformInCoordinateSystem:async(t,r,a,n={})=>{h("transformInCoordinateSystem","cell",t),h("transformInCoordinateSystem","coordinateSystem",r),h("transformInCoordinateSystem","pose",a);const o="/cells/{cell}/coordinate-systems/{coordinate-system}/transform".replace("{cell}",encodeURIComponent(String(t))).replace("{coordinate-system}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"POST",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}}}},$r=function(e){const t=B0(e);return{async addCoordinateSystem(r,a,n){var i,c;const o=await t.addCoordinateSystem(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["CoordinateSystemsApi.addCoordinateSystem"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async deleteCoordinateSystem(r,a,n){var i,c;const o=await t.deleteCoordinateSystem(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["CoordinateSystemsApi.deleteCoordinateSystem"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getCoordinateSystem(r,a,n,o){var c,d;const s=await t.getCoordinateSystem(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["CoordinateSystemsApi.getCoordinateSystem"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async listCoordinateSystems(r,a,n){var i,c;const o=await t.listCoordinateSystems(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["CoordinateSystemsApi.listCoordinateSystems"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async transformInCoordinateSystem(r,a,n,o){var c,d;const s=await t.transformInCoordinateSystem(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["CoordinateSystemsApi.transformInCoordinateSystem"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)}}};class L0 extends fe{addCoordinateSystem(t,r,a){return $r(this.configuration).addCoordinateSystem(t,r,a).then(n=>n(this.axios,this.basePath))}deleteCoordinateSystem(t,r,a){return $r(this.configuration).deleteCoordinateSystem(t,r,a).then(n=>n(this.axios,this.basePath))}getCoordinateSystem(t,r,a,n){return $r(this.configuration).getCoordinateSystem(t,r,a,n).then(o=>o(this.axios,this.basePath))}listCoordinateSystems(t,r,a){return $r(this.configuration).listCoordinateSystems(t,r,a).then(n=>n(this.axios,this.basePath))}transformInCoordinateSystem(t,r,a,n){return $r(this.configuration).transformInCoordinateSystem(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const F0=function(e){return{clearDevices:async(t,r={})=>{h("clearDevices","cell",t);const a="/cells/{cell}/devices".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"DELETE",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},createDevice:async(t,r,a={})=>{h("createDevice","cell",t),h("createDevice","createDeviceRequestInner",r);const n="/cells/{cell}/devices".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"POST",...s,...a},i={},c={};V(l,e),await P(i,e),i["Content-Type"]="application/json",R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},l.data=re(r,l,e),{url:_(o),options:l}},deleteDevice:async(t,r,a={})=>{h("deleteDevice","cell",t),h("deleteDevice","identifier",r);const n="/cells/{cell}/devices/{identifier}".replace("{cell}",encodeURIComponent(String(t))).replace("{identifier}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getDevice:async(t,r,a={})=>{h("getDevice","cell",t),h("getDevice","identifier",r);const n="/cells/{cell}/devices/{identifier}".replace("{cell}",encodeURIComponent(String(t))).replace("{identifier}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},listDevices:async(t,r={})=>{h("listDevices","cell",t);const a="/cells/{cell}/devices".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}}}},Ur=function(e){const t=F0(e);return{async clearDevices(r,a){var l,i;const n=await t.clearDevices(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["DeviceConfigurationApi.clearDevices"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async createDevice(r,a,n){var i,c;const o=await t.createDevice(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["DeviceConfigurationApi.createDevice"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async deleteDevice(r,a,n){var i,c;const o=await t.deleteDevice(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["DeviceConfigurationApi.deleteDevice"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getDevice(r,a,n){var i,c;const o=await t.getDevice(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["DeviceConfigurationApi.getDevice"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async listDevices(r,a){var l,i;const n=await t.listDevices(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["DeviceConfigurationApi.listDevices"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)}}};class N0 extends fe{clearDevices(t,r){return Ur(this.configuration).clearDevices(t,r).then(a=>a(this.axios,this.basePath))}createDevice(t,r,a){return Ur(this.configuration).createDevice(t,r,a).then(n=>n(this.axios,this.basePath))}deleteDevice(t,r,a){return Ur(this.configuration).deleteDevice(t,r,a).then(n=>n(this.axios,this.basePath))}getDevice(t,r,a){return Ur(this.configuration).getDevice(t,r,a).then(n=>n(this.axios,this.basePath))}listDevices(t,r){return Ur(this.configuration).listDevices(t,r).then(a=>a(this.axios,this.basePath))}}const D0=function(e){return{createProgram:async(t,r,a,n={})=>{h("createProgram","cell",t),h("createProgram","body",r);const o="/cells/{cell}/store/programs".replace("{cell}",encodeURIComponent(String(t))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"POST",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.name=a),c["Content-Type"]="text/plain",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(r,i,e),{url:_(s),options:i}},deleteProgram:async(t,r,a={})=>{h("deleteProgram","cell",t),h("deleteProgram","program",r);const n="/cells/{cell}/store/programs/{program}".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},deleteProgramList:async(t,r,a={})=>{h("deleteProgramList","cell",t),h("deleteProgramList","programIds",r);const n="/cells/{cell}/store/programs".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),r&&(c.program_ids=r),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getProgram:async(t,r,a={})=>{h("getProgram","cell",t),h("getProgram","program",r);const n="/cells/{cell}/store/programs/{program}".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},updateProgram:async(t,r,a,n={})=>{h("updateProgram","cell",t),h("updateProgram","program",r),h("updateProgram","body",a);const o="/cells/{cell}/store/programs/{program}".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"PUT",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="text/plain",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}}}},kr=function(e){const t=D0(e);return{async createProgram(r,a,n,o){var c,d;const s=await t.createProgram(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["LibraryProgramApi.createProgram"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async deleteProgram(r,a,n){var i,c;const o=await t.deleteProgram(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["LibraryProgramApi.deleteProgram"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async deleteProgramList(r,a,n){var i,c;const o=await t.deleteProgramList(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["LibraryProgramApi.deleteProgramList"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getProgram(r,a,n){var i,c;const o=await t.getProgram(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["LibraryProgramApi.getProgram"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async updateProgram(r,a,n,o){var c,d;const s=await t.updateProgram(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["LibraryProgramApi.updateProgram"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)}}};class z0 extends fe{createProgram(t,r,a,n){return kr(this.configuration).createProgram(t,r,a,n).then(o=>o(this.axios,this.basePath))}deleteProgram(t,r,a){return kr(this.configuration).deleteProgram(t,r,a).then(n=>n(this.axios,this.basePath))}deleteProgramList(t,r,a){return kr(this.configuration).deleteProgramList(t,r,a).then(n=>n(this.axios,this.basePath))}getProgram(t,r,a){return kr(this.configuration).getProgram(t,r,a).then(n=>n(this.axios,this.basePath))}updateProgram(t,r,a,n){return kr(this.configuration).updateProgram(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const G0=function(e){return{getProgramMetadata:async(t,r,a={})=>{h("getProgramMetadata","cell",t),h("getProgramMetadata","program",r);const n="/cells/{cell}/store/programs/{program}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},listProgramMetadata:async(t,r,a={})=>{h("listProgramMetadata","cell",t);const n="/cells/{cell}/store/programs".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),r!==void 0&&(c.show_hidden=r),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},updateProgramMetadata:async(t,r,a,n={})=>{h("updateProgramMetadata","cell",t),h("updateProgramMetadata","program",r),h("updateProgramMetadata","updateProgramMetadataRequest",a);const o="/cells/{cell}/store/programs/{program}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"PUT",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}},uploadProgramMetadataImage:async(t,r,a,n={})=>{h("uploadProgramMetadataImage","cell",t),h("uploadProgramMetadataImage","program",r),h("uploadProgramMetadataImage","file",a);const o="/cells/{cell}/store/programs/{program}/metadata/image".replace("{cell}",encodeURIComponent(String(t))).replace("{program}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"POST",...l,...n},c={},d={},u=new(e&&e.formDataCtor||FormData);V(i,e),await P(c,e),a!==void 0&&u.append("file",a),c["Content-Type"]="multipart/form-data",R(s,d);let p=l&&l.headers?l.headers:{};return i.headers={...c,...p,...n.headers},i.data=u,{url:_(s),options:i}}}},ba=function(e){const t=G0(e);return{async getProgramMetadata(r,a,n){var i,c;const o=await t.getProgramMetadata(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["LibraryProgramMetadataApi.getProgramMetadata"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async listProgramMetadata(r,a,n){var i,c;const o=await t.listProgramMetadata(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["LibraryProgramMetadataApi.listProgramMetadata"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async updateProgramMetadata(r,a,n,o){var c,d;const s=await t.updateProgramMetadata(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["LibraryProgramMetadataApi.updateProgramMetadata"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async uploadProgramMetadataImage(r,a,n,o){var c,d;const s=await t.uploadProgramMetadataImage(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["LibraryProgramMetadataApi.uploadProgramMetadataImage"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)}}};class q0 extends fe{getProgramMetadata(t,r,a){return ba(this.configuration).getProgramMetadata(t,r,a).then(n=>n(this.axios,this.basePath))}listProgramMetadata(t,r,a){return ba(this.configuration).listProgramMetadata(t,r,a).then(n=>n(this.axios,this.basePath))}updateProgramMetadata(t,r,a,n){return ba(this.configuration).updateProgramMetadata(t,r,a,n).then(o=>o(this.axios,this.basePath))}uploadProgramMetadataImage(t,r,a,n){return ba(this.configuration).uploadProgramMetadataImage(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const J0=function(e){return{createRecipe:async(t,r,a,n,o={})=>{h("createRecipe","cell",t),h("createRecipe","programId",r),h("createRecipe","body",a);const s="/cells/{cell}/store/recipes".replace("{cell}",encodeURIComponent(String(t))),l=new URL(s,C);let i;e&&(i=e.baseOptions);const c={method:"POST",...i,...o},d={},u={};V(c,e),await P(d,e),r!==void 0&&(u.program_id=r),n!==void 0&&(u.name=n),d["Content-Type"]="application/json",R(l,u);let p=i&&i.headers?i.headers:{};return c.headers={...d,...p,...o.headers},c.data=re(a,c,e),{url:_(l),options:c}},deleteRecipe:async(t,r,a={})=>{h("deleteRecipe","cell",t),h("deleteRecipe","recipe",r);const n="/cells/{cell}/store/recipes/{recipe}".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},deleteRecipeList:async(t,r,a={})=>{h("deleteRecipeList","cell",t),h("deleteRecipeList","recipeIds",r);const n="/cells/{cell}/store/recipes".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),r&&(c.recipe_ids=r),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getRecipe:async(t,r,a={})=>{h("getRecipe","cell",t),h("getRecipe","recipe",r);const n="/cells/{cell}/store/recipes/{recipe}".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},updateRecipe:async(t,r,a,n={})=>{h("updateRecipe","cell",t),h("updateRecipe","recipe",r),h("updateRecipe","body",a);const o="/cells/{cell}/store/recipes/{recipe}".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"PUT",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}}}},Br=function(e){const t=J0(e);return{async createRecipe(r,a,n,o,s){var d,u;const l=await t.createRecipe(r,a,n,o,s),i=(e==null?void 0:e.serverIndex)??0,c=(u=(d=w["LibraryRecipeApi.createRecipe"])==null?void 0:d[i])==null?void 0:u.url;return(p,y)=>A(l,v,O,e)(p,c||y)},async deleteRecipe(r,a,n){var i,c;const o=await t.deleteRecipe(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["LibraryRecipeApi.deleteRecipe"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async deleteRecipeList(r,a,n){var i,c;const o=await t.deleteRecipeList(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["LibraryRecipeApi.deleteRecipeList"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getRecipe(r,a,n){var i,c;const o=await t.getRecipe(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["LibraryRecipeApi.getRecipe"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async updateRecipe(r,a,n,o){var c,d;const s=await t.updateRecipe(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["LibraryRecipeApi.updateRecipe"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)}}};class H0 extends fe{createRecipe(t,r,a,n,o){return Br(this.configuration).createRecipe(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}deleteRecipe(t,r,a){return Br(this.configuration).deleteRecipe(t,r,a).then(n=>n(this.axios,this.basePath))}deleteRecipeList(t,r,a){return Br(this.configuration).deleteRecipeList(t,r,a).then(n=>n(this.axios,this.basePath))}getRecipe(t,r,a){return Br(this.configuration).getRecipe(t,r,a).then(n=>n(this.axios,this.basePath))}updateRecipe(t,r,a,n){return Br(this.configuration).updateRecipe(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const W0=function(e){return{getRecipeMetadata:async(t,r,a={})=>{h("getRecipeMetadata","cell",t),h("getRecipeMetadata","recipe",r);const n="/cells/{cell}/store/recipes/{recipe}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},listRecipeMetadata:async(t,r={})=>{h("listRecipeMetadata","cell",t);const a="/cells/{cell}/store/recipes".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},updateRecipeMetadata:async(t,r,a,n={})=>{h("updateRecipeMetadata","cell",t),h("updateRecipeMetadata","recipe",r),h("updateRecipeMetadata","updateRecipeMetadataRequest",a);const o="/cells/{cell}/store/recipes/{recipe}/metadata".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"PUT",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}},uploadRecipeMetadataImage:async(t,r,a,n={})=>{h("uploadRecipeMetadataImage","cell",t),h("uploadRecipeMetadataImage","recipe",r),h("uploadRecipeMetadataImage","file",a);const o="/cells/{cell}/store/recipes/{recipe}/metadata/image".replace("{cell}",encodeURIComponent(String(t))).replace("{recipe}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"POST",...l,...n},c={},d={},u=new(e&&e.formDataCtor||FormData);V(i,e),await P(c,e),a!==void 0&&u.append("file",a),c["Content-Type"]="multipart/form-data",R(s,d);let p=l&&l.headers?l.headers:{};return i.headers={...c,...p,...n.headers},i.data=u,{url:_(s),options:i}}}},Sa=function(e){const t=W0(e);return{async getRecipeMetadata(r,a,n){var i,c;const o=await t.getRecipeMetadata(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["LibraryRecipeMetadataApi.getRecipeMetadata"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async listRecipeMetadata(r,a){var l,i;const n=await t.listRecipeMetadata(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["LibraryRecipeMetadataApi.listRecipeMetadata"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async updateRecipeMetadata(r,a,n,o){var c,d;const s=await t.updateRecipeMetadata(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["LibraryRecipeMetadataApi.updateRecipeMetadata"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async uploadRecipeMetadataImage(r,a,n,o){var c,d;const s=await t.uploadRecipeMetadataImage(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["LibraryRecipeMetadataApi.uploadRecipeMetadataImage"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)}}};class Q0 extends fe{getRecipeMetadata(t,r,a){return Sa(this.configuration).getRecipeMetadata(t,r,a).then(n=>n(this.axios,this.basePath))}listRecipeMetadata(t,r){return Sa(this.configuration).listRecipeMetadata(t,r).then(a=>a(this.axios,this.basePath))}updateRecipeMetadata(t,r,a,n){return Sa(this.configuration).updateRecipeMetadata(t,r,a,n).then(o=>o(this.axios,this.basePath))}uploadRecipeMetadataImage(t,r,a,n){return Sa(this.configuration).uploadRecipeMetadataImage(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const K0=function(e){return{deleteAllMotions:async(t,r={})=>{h("deleteAllMotions","cell",t);const a="/cells/{cell}/motions".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"DELETE",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},deleteMotion:async(t,r,a={})=>{h("deleteMotion","cell",t),h("deleteMotion","motion",r);const n="/cells/{cell}/motions/{motion}/delete".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},executeTrajectory:async(t,r,a={})=>{h("executeTrajectory","cell",t),h("executeTrajectory","executeTrajectoryRequest",r);const n="/cells/{cell}/motions/executetrajectory".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),i["Content-Type"]="application/json",R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},l.data=re(r,l,e),{url:_(o),options:l}},getMotionTrajectory:async(t,r,a,n,o={})=>{h("getMotionTrajectory","cell",t),h("getMotionTrajectory","motion",r),h("getMotionTrajectory","sampleTime",a);const s="/cells/{cell}/motions/{motion}/trajectory".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),l=new URL(s,C);let i;e&&(i=e.baseOptions);const c={method:"GET",...i,...o},d={},u={};V(c,e),await P(d,e),a!==void 0&&(u.sample_time=a),n!==void 0&&(u.responses_coordinate_system=n),R(l,u);let p=i&&i.headers?i.headers:{};return c.headers={...d,...p,...o.headers},{url:_(l),options:c}},getMotionTrajectorySample:async(t,r,a,n,o={})=>{h("getMotionTrajectorySample","cell",t),h("getMotionTrajectorySample","motion",r);const s="/cells/{cell}/motions/{motion}/trajectorysample".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),l=new URL(s,C);let i;e&&(i=e.baseOptions);const c={method:"GET",...i,...o},d={},u={};V(c,e),await P(d,e),a!==void 0&&(u.location_on_trajectory=a),n!==void 0&&(u.response_coordinate_system=n),R(l,u);let p=i&&i.headers?i.headers:{};return c.headers={...d,...p,...o.headers},{url:_(l),options:c}},getPlannedMotion:async(t,r,a,n={})=>{h("getPlannedMotion","cell",t),h("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,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.sample_time=a),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},getPlanningMotionGroupModels:async(t,r={})=>{h("getPlanningMotionGroupModels","cell",t);const a="/cells/{cell}/motion-planning/motion-group-models".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},listMotions:async(t,r={})=>{h("listMotions","cell",t);const a="/cells/{cell}/motions".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},loadPlannedMotion:async(t,r,a={})=>{h("loadPlannedMotion","cell",t),h("loadPlannedMotion","plannedMotion",r);const n="/cells/{cell}/planned-motions".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"POST",...s,...a},i={},c={};V(l,e),await P(i,e),i["Content-Type"]="application/json",R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},l.data=re(r,l,e),{url:_(o),options:l}},planCollisionFreePTP:async(t,r,a={})=>{h("planCollisionFreePTP","cell",t);const n="/cells/{cell}/motion-planning/plan-collision-free-ptp".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"POST",...s,...a},i={},c={};V(l,e),await P(i,e),i["Content-Type"]="application/json",R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},l.data=re(r,l,e),{url:_(o),options:l}},planMotion:async(t,r,a={})=>{h("planMotion","cell",t),h("planMotion","planRequest",r);const n="/cells/{cell}/motions".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"POST",...s,...a},i={},c={};V(l,e),await P(i,e),i["Content-Type"]="application/json",R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},l.data=re(r,l,e),{url:_(o),options:l}},planTrajectory:async(t,r,a={})=>{h("planTrajectory","cell",t);const n="/cells/{cell}/motion-planning/plan-trajectory".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"POST",...s,...a},i={},c={};V(l,e),await P(i,e),i["Content-Type"]="application/json",R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},l.data=re(r,l,e),{url:_(o),options:l}},stopExecution:async(t,r,a={})=>{h("stopExecution","cell",t),h("stopExecution","motion",r);const n="/cells/{cell}/motions/{motion}/stop".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"PUT",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},streamMove:async(t,r,a={})=>{h("streamMove","cell",t),h("streamMove","streamMoveRequest",r);const n="/cells/{cell}/motions/streammove".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),i["Content-Type"]="application/json",R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},l.data=re(r,l,e),{url:_(o),options:l}},streamMoveBackward:async(t,r,a,n,o,s,l={})=>{h("streamMoveBackward","cell",t),h("streamMoveBackward","motion",r),h("streamMoveBackward","playbackSpeedInPercent",a);const i="/cells/{cell}/motions/{motion}/executebackward".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),c=new URL(i,C);let d;e&&(d=e.baseOptions);const u={method:"GET",...d,...l},p={},y={};V(u,e),await P(p,e),a!==void 0&&(y.playback_speed_in_percent=a),n!==void 0&&(y.response_rate=n),o!==void 0&&(y.response_coordinate_system=o),s!==void 0&&(y.start_location_on_trajectory=s),R(c,y);let g=d&&d.headers?d.headers:{};return u.headers={...p,...g,...l.headers},{url:_(c),options:u}},streamMoveForward:async(t,r,a,n,o,s,l={})=>{h("streamMoveForward","cell",t),h("streamMoveForward","motion",r),h("streamMoveForward","playbackSpeedInPercent",a);const i="/cells/{cell}/motions/{motion}/executeforward".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),c=new URL(i,C);let d;e&&(d=e.baseOptions);const u={method:"GET",...d,...l},p={},y={};V(u,e),await P(p,e),a!==void 0&&(y.playback_speed_in_percent=a),n!==void 0&&(y.response_rate=n),o!==void 0&&(y.response_coordinate_system=o),s!==void 0&&(y.start_location_on_trajectory=s),R(c,y);let g=d&&d.headers?d.headers:{};return u.headers={...p,...g,...l.headers},{url:_(c),options:u}},streamMoveToTrajectoryViaJointPTP:async(t,r,a,n,o,s,l,i,c,d,u={})=>{h("streamMoveToTrajectoryViaJointPTP","cell",t),h("streamMoveToTrajectoryViaJointPTP","motion",r),h("streamMoveToTrajectoryViaJointPTP","locationOnTrajectory",a);const p="/cells/{cell}/motions/{motion}/executetotrajectory".replace("{cell}",encodeURIComponent(String(t))).replace("{motion}",encodeURIComponent(String(r))),y=new URL(p,C);let g;e&&(g=e.baseOptions);const m={method:"GET",...g,...u},x={},I={};V(m,e),await P(x,e),a!==void 0&&(I.location_on_trajectory=a),n&&(I["limit_override.joint_velocity_limits.joints"]=n),o&&(I["limit_override.joint_acceleration_limits.joints"]=o),s!==void 0&&(I["limit_override.tcp_velocity_limit"]=s),l!==void 0&&(I["limit_override.tcp_acceleration_limit"]=l),i!==void 0&&(I["limit_override.tcp_orientation_velocity_limit"]=i),c!==void 0&&(I["limit_override.tcp_orientation_acceleration_limit"]=c),d!==void 0&&(I.responses_coordinate_system=d),R(y,I);let G=g&&g.headers?g.headers:{};return m.headers={...x,...G,...u.headers},{url:_(y),options:m}}}},Ee=function(e){const t=K0(e);return{async deleteAllMotions(r,a){var l,i;const n=await t.deleteAllMotions(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["MotionApi.deleteAllMotions"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async deleteMotion(r,a,n){var i,c;const o=await t.deleteMotion(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionApi.deleteMotion"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async executeTrajectory(r,a,n){var i,c;const o=await t.executeTrajectory(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionApi.executeTrajectory"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getMotionTrajectory(r,a,n,o,s){var d,u;const l=await t.getMotionTrajectory(r,a,n,o,s),i=(e==null?void 0:e.serverIndex)??0,c=(u=(d=w["MotionApi.getMotionTrajectory"])==null?void 0:d[i])==null?void 0:u.url;return(p,y)=>A(l,v,O,e)(p,c||y)},async getMotionTrajectorySample(r,a,n,o,s){var d,u;const l=await t.getMotionTrajectorySample(r,a,n,o,s),i=(e==null?void 0:e.serverIndex)??0,c=(u=(d=w["MotionApi.getMotionTrajectorySample"])==null?void 0:d[i])==null?void 0:u.url;return(p,y)=>A(l,v,O,e)(p,c||y)},async getPlannedMotion(r,a,n,o){var c,d;const s=await t.getPlannedMotion(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["MotionApi.getPlannedMotion"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async getPlanningMotionGroupModels(r,a){var l,i;const n=await t.getPlanningMotionGroupModels(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["MotionApi.getPlanningMotionGroupModels"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async listMotions(r,a){var l,i;const n=await t.listMotions(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["MotionApi.listMotions"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async loadPlannedMotion(r,a,n){var i,c;const o=await t.loadPlannedMotion(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionApi.loadPlannedMotion"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async planCollisionFreePTP(r,a,n){var i,c;const o=await t.planCollisionFreePTP(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionApi.planCollisionFreePTP"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async planMotion(r,a,n){var i,c;const o=await t.planMotion(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionApi.planMotion"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async planTrajectory(r,a,n){var i,c;const o=await t.planTrajectory(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionApi.planTrajectory"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async stopExecution(r,a,n){var i,c;const o=await t.stopExecution(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionApi.stopExecution"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async streamMove(r,a,n){var i,c;const o=await t.streamMove(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionApi.streamMove"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async streamMoveBackward(r,a,n,o,s,l,i){var p,y;const c=await t.streamMoveBackward(r,a,n,o,s,l,i),d=(e==null?void 0:e.serverIndex)??0,u=(y=(p=w["MotionApi.streamMoveBackward"])==null?void 0:p[d])==null?void 0:y.url;return(g,m)=>A(c,v,O,e)(g,u||m)},async streamMoveForward(r,a,n,o,s,l,i){var p,y;const c=await t.streamMoveForward(r,a,n,o,s,l,i),d=(e==null?void 0:e.serverIndex)??0,u=(y=(p=w["MotionApi.streamMoveForward"])==null?void 0:p[d])==null?void 0:y.url;return(g,m)=>A(c,v,O,e)(g,u||m)},async streamMoveToTrajectoryViaJointPTP(r,a,n,o,s,l,i,c,d,u,p){var x,I;const y=await t.streamMoveToTrajectoryViaJointPTP(r,a,n,o,s,l,i,c,d,u,p),g=(e==null?void 0:e.serverIndex)??0,m=(I=(x=w["MotionApi.streamMoveToTrajectoryViaJointPTP"])==null?void 0:x[g])==null?void 0:I.url;return(G,N)=>A(y,v,O,e)(G,m||N)}}};class Y0 extends fe{deleteAllMotions(t,r){return Ee(this.configuration).deleteAllMotions(t,r).then(a=>a(this.axios,this.basePath))}deleteMotion(t,r,a){return Ee(this.configuration).deleteMotion(t,r,a).then(n=>n(this.axios,this.basePath))}executeTrajectory(t,r,a){return Ee(this.configuration).executeTrajectory(t,r,a).then(n=>n(this.axios,this.basePath))}getMotionTrajectory(t,r,a,n,o){return Ee(this.configuration).getMotionTrajectory(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}getMotionTrajectorySample(t,r,a,n,o){return Ee(this.configuration).getMotionTrajectorySample(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}getPlannedMotion(t,r,a,n){return Ee(this.configuration).getPlannedMotion(t,r,a,n).then(o=>o(this.axios,this.basePath))}getPlanningMotionGroupModels(t,r){return Ee(this.configuration).getPlanningMotionGroupModels(t,r).then(a=>a(this.axios,this.basePath))}listMotions(t,r){return Ee(this.configuration).listMotions(t,r).then(a=>a(this.axios,this.basePath))}loadPlannedMotion(t,r,a){return Ee(this.configuration).loadPlannedMotion(t,r,a).then(n=>n(this.axios,this.basePath))}planCollisionFreePTP(t,r,a){return Ee(this.configuration).planCollisionFreePTP(t,r,a).then(n=>n(this.axios,this.basePath))}planMotion(t,r,a){return Ee(this.configuration).planMotion(t,r,a).then(n=>n(this.axios,this.basePath))}planTrajectory(t,r,a){return Ee(this.configuration).planTrajectory(t,r,a).then(n=>n(this.axios,this.basePath))}stopExecution(t,r,a){return Ee(this.configuration).stopExecution(t,r,a).then(n=>n(this.axios,this.basePath))}streamMove(t,r,a){return Ee(this.configuration).streamMove(t,r,a).then(n=>n(this.axios,this.basePath))}streamMoveBackward(t,r,a,n,o,s,l){return Ee(this.configuration).streamMoveBackward(t,r,a,n,o,s,l).then(i=>i(this.axios,this.basePath))}streamMoveForward(t,r,a,n,o,s,l){return Ee(this.configuration).streamMoveForward(t,r,a,n,o,s,l).then(i=>i(this.axios,this.basePath))}streamMoveToTrajectoryViaJointPTP(t,r,a,n,o,s,l,i,c,d,u){return Ee(this.configuration).streamMoveToTrajectoryViaJointPTP(t,r,a,n,o,s,l,i,c,d,u).then(p=>p(this.axios,this.basePath))}}const X0=function(e){return{activateAllMotionGroups:async(t,r,a={})=>{h("activateAllMotionGroups","cell",t),h("activateAllMotionGroups","controller",r);const n="/cells/{cell}/motion-groups/all".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"POST",...s,...a},i={},c={};V(l,e),await P(i,e),r!==void 0&&(c.controller=r),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},activateMotionGroup:async(t,r,a={})=>{h("activateMotionGroup","cell",t),h("activateMotionGroup","motionGroup",r);const n="/cells/{cell}/motion-groups".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"POST",...s,...a},i={},c={};V(l,e),await P(i,e),r!==void 0&&(c.motion_group=r),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},deactivateMotionGroup:async(t,r,a={})=>{h("deactivateMotionGroup","cell",t),h("deactivateMotionGroup","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},listMotionGroups:async(t,r={})=>{h("listMotionGroups","cell",t);const a="/cells/{cell}/motion-groups".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}}}},va=function(e){const t=X0(e);return{async activateAllMotionGroups(r,a,n){var i,c;const o=await t.activateAllMotionGroups(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionGroupApi.activateAllMotionGroups"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async activateMotionGroup(r,a,n){var i,c;const o=await t.activateMotionGroup(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionGroupApi.activateMotionGroup"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async deactivateMotionGroup(r,a,n){var i,c;const o=await t.deactivateMotionGroup(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionGroupApi.deactivateMotionGroup"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async listMotionGroups(r,a){var l,i;const n=await t.listMotionGroups(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["MotionGroupApi.listMotionGroups"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)}}};class Z0 extends fe{activateAllMotionGroups(t,r,a){return va(this.configuration).activateAllMotionGroups(t,r,a).then(n=>n(this.axios,this.basePath))}activateMotionGroup(t,r,a){return va(this.configuration).activateMotionGroup(t,r,a).then(n=>n(this.axios,this.basePath))}deactivateMotionGroup(t,r,a){return va(this.configuration).deactivateMotionGroup(t,r,a).then(n=>n(this.axios,this.basePath))}listMotionGroups(t,r){return va(this.configuration).listMotionGroups(t,r).then(a=>a(this.axios,this.basePath))}}const eS=function(e){return{getActivePayload:async(t,r,a={})=>{h("getActivePayload","cell",t),h("getActivePayload","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/payloads/current".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getActiveTcp:async(t,r,a,n={})=>{h("getActiveTcp","cell",t),h("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,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.rotation_type=a),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},getCurrentMotionGroupState:async(t,r,a,n,o={})=>{h("getCurrentMotionGroupState","cell",t),h("getCurrentMotionGroupState","motionGroup",r);const s="/cells/{cell}/motion-groups/{motion-group}/state".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),l=new URL(s,C);let i;e&&(i=e.baseOptions);const c={method:"GET",...i,...o},d={},u={};V(c,e),await P(d,e),a!==void 0&&(u.tcp=a),n!==void 0&&(u.response_coordinate_system=n),R(l,u);let p=i&&i.headers?i.headers:{};return c.headers={...d,...p,...o.headers},{url:_(l),options:c}},getInfoCapabilities:async(t,r,a={})=>{h("getInfoCapabilities","cell",t),h("getInfoCapabilities","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/info-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getMotionGroupSpecification:async(t,r,a={})=>{h("getMotionGroupSpecification","cell",t),h("getMotionGroupSpecification","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/specification".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getMounting:async(t,r,a={})=>{h("getMounting","cell",t),h("getMounting","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/mounting".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getOptimizerConfiguration:async(t,r,a,n={})=>{h("getOptimizerConfiguration","cell",t),h("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,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.tcp=a),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},getSafetySetup:async(t,r,a={})=>{h("getSafetySetup","cell",t),h("getSafetySetup","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/safety-setup".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},listPayloads:async(t,r,a={})=>{h("listPayloads","cell",t),h("listPayloads","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/payloads".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},listTcps:async(t,r,a,n={})=>{h("listTcps","cell",t),h("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,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.rotation_type=a),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},streamMotionGroupState:async(t,r,a,n,o,s={})=>{h("streamMotionGroupState","cell",t),h("streamMotionGroupState","motionGroup",r);const l="/cells/{cell}/motion-groups/{motion-group}/state-stream".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),i=new URL(l,C);let c;e&&(c=e.baseOptions);const d={method:"GET",...c,...s},u={},p={};V(d,e),await P(u,e),a!==void 0&&(p.response_rate=a),n!==void 0&&(p.response_coordinate_system=n),o!==void 0&&(p.tcp=o),R(i,p);let y=c&&c.headers?c.headers:{};return d.headers={...u,...y,...s.headers},{url:_(i),options:d}}}},Xe=function(e){const t=eS(e);return{async getActivePayload(r,a,n){var i,c;const o=await t.getActivePayload(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionGroupInfosApi.getActivePayload"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getActiveTcp(r,a,n,o){var c,d;const s=await t.getActiveTcp(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["MotionGroupInfosApi.getActiveTcp"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async getCurrentMotionGroupState(r,a,n,o,s){var d,u;const l=await t.getCurrentMotionGroupState(r,a,n,o,s),i=(e==null?void 0:e.serverIndex)??0,c=(u=(d=w["MotionGroupInfosApi.getCurrentMotionGroupState"])==null?void 0:d[i])==null?void 0:u.url;return(p,y)=>A(l,v,O,e)(p,c||y)},async getInfoCapabilities(r,a,n){var i,c;const o=await t.getInfoCapabilities(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionGroupInfosApi.getInfoCapabilities"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getMotionGroupSpecification(r,a,n){var i,c;const o=await t.getMotionGroupSpecification(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionGroupInfosApi.getMotionGroupSpecification"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getMounting(r,a,n){var i,c;const o=await t.getMounting(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionGroupInfosApi.getMounting"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getOptimizerConfiguration(r,a,n,o){var c,d;const s=await t.getOptimizerConfiguration(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["MotionGroupInfosApi.getOptimizerConfiguration"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async getSafetySetup(r,a,n){var i,c;const o=await t.getSafetySetup(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionGroupInfosApi.getSafetySetup"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async listPayloads(r,a,n){var i,c;const o=await t.listPayloads(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionGroupInfosApi.listPayloads"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async listTcps(r,a,n,o){var c,d;const s=await t.listTcps(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["MotionGroupInfosApi.listTcps"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async streamMotionGroupState(r,a,n,o,s,l){var u,p;const i=await t.streamMotionGroupState(r,a,n,o,s,l),c=(e==null?void 0:e.serverIndex)??0,d=(p=(u=w["MotionGroupInfosApi.streamMotionGroupState"])==null?void 0:u[c])==null?void 0:p.url;return(y,g)=>A(i,v,O,e)(y,d||g)}}};class tS extends fe{getActivePayload(t,r,a){return Xe(this.configuration).getActivePayload(t,r,a).then(n=>n(this.axios,this.basePath))}getActiveTcp(t,r,a,n){return Xe(this.configuration).getActiveTcp(t,r,a,n).then(o=>o(this.axios,this.basePath))}getCurrentMotionGroupState(t,r,a,n,o){return Xe(this.configuration).getCurrentMotionGroupState(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}getInfoCapabilities(t,r,a){return Xe(this.configuration).getInfoCapabilities(t,r,a).then(n=>n(this.axios,this.basePath))}getMotionGroupSpecification(t,r,a){return Xe(this.configuration).getMotionGroupSpecification(t,r,a).then(n=>n(this.axios,this.basePath))}getMounting(t,r,a){return Xe(this.configuration).getMounting(t,r,a).then(n=>n(this.axios,this.basePath))}getOptimizerConfiguration(t,r,a,n){return Xe(this.configuration).getOptimizerConfiguration(t,r,a,n).then(o=>o(this.axios,this.basePath))}getSafetySetup(t,r,a){return Xe(this.configuration).getSafetySetup(t,r,a).then(n=>n(this.axios,this.basePath))}listPayloads(t,r,a){return Xe(this.configuration).listPayloads(t,r,a).then(n=>n(this.axios,this.basePath))}listTcps(t,r,a,n){return Xe(this.configuration).listTcps(t,r,a,n).then(o=>o(this.axios,this.basePath))}streamMotionGroupState(t,r,a,n,o,s){return Xe(this.configuration).streamMotionGroupState(t,r,a,n,o,s).then(l=>l(this.axios,this.basePath))}}const rS=function(e){return{directionJogging:async(t,r,a={})=>{h("directionJogging","cell",t),h("directionJogging","directionJoggingRequest",r);const n="/cells/{cell}/motion-groups/move-tcp".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),i["Content-Type"]="application/json",R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},l.data=re(r,l,e),{url:_(o),options:l}},getJoggingCapabilities:async(t,r,a={})=>{h("getJoggingCapabilities","cell",t),h("getJoggingCapabilities","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/jogging-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},jointJogging:async(t,r,a={})=>{h("jointJogging","cell",t),h("jointJogging","jointJoggingRequest",r);const n="/cells/{cell}/motion-groups/move-joint".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),i["Content-Type"]="application/json",R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},l.data=re(r,l,e),{url:_(o),options:l}},stopJogging:async(t,r,a={})=>{h("stopJogging","cell",t),h("stopJogging","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/stop".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"PUT",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}}}},xa=function(e){const t=rS(e);return{async directionJogging(r,a,n){var i,c;const o=await t.directionJogging(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionGroupJoggingApi.directionJogging"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getJoggingCapabilities(r,a,n){var i,c;const o=await t.getJoggingCapabilities(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionGroupJoggingApi.getJoggingCapabilities"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async jointJogging(r,a,n){var i,c;const o=await t.jointJogging(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionGroupJoggingApi.jointJogging"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async stopJogging(r,a,n){var i,c;const o=await t.stopJogging(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionGroupJoggingApi.stopJogging"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)}}};class aS extends fe{directionJogging(t,r,a){return xa(this.configuration).directionJogging(t,r,a).then(n=>n(this.axios,this.basePath))}getJoggingCapabilities(t,r,a){return xa(this.configuration).getJoggingCapabilities(t,r,a).then(n=>n(this.axios,this.basePath))}jointJogging(t,r,a){return xa(this.configuration).jointJogging(t,r,a).then(n=>n(this.axios,this.basePath))}stopJogging(t,r,a){return xa(this.configuration).stopJogging(t,r,a).then(n=>n(this.axios,this.basePath))}}const nS=function(e){return{calculateAllInverseKinematic:async(t,r,a,n={})=>{h("calculateAllInverseKinematic","cell",t),h("calculateAllInverseKinematic","motionGroup",r),h("calculateAllInverseKinematic","allJointPositionsRequest",a);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,C);let l;e&&(l=e.baseOptions);const i={method:"POST",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}},calculateForwardKinematic:async(t,r,a,n={})=>{h("calculateForwardKinematic","cell",t),h("calculateForwardKinematic","motionGroup",r),h("calculateForwardKinematic","tcpPoseRequest",a);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,C);let l;e&&(l=e.baseOptions);const i={method:"POST",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}},calculateInverseKinematic:async(t,r,a,n={})=>{h("calculateInverseKinematic","cell",t),h("calculateInverseKinematic","motionGroup",r),h("calculateInverseKinematic","jointPositionRequest",a);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,C);let l;e&&(l=e.baseOptions);const i={method:"POST",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}},getKinematicCapabilities:async(t,r,a={})=>{h("getKinematicCapabilities","cell",t),h("getKinematicCapabilities","motionGroup",r);const n="/cells/{cell}/motion-groups/{motion-group}/kinematic-capabilities".replace("{cell}",encodeURIComponent(String(t))).replace("{motion-group}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}}}},Oa=function(e){const t=nS(e);return{async calculateAllInverseKinematic(r,a,n,o){var c,d;const s=await t.calculateAllInverseKinematic(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["MotionGroupKinematicApi.calculateAllInverseKinematic"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async calculateForwardKinematic(r,a,n,o){var c,d;const s=await t.calculateForwardKinematic(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["MotionGroupKinematicApi.calculateForwardKinematic"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async calculateInverseKinematic(r,a,n,o){var c,d;const s=await t.calculateInverseKinematic(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["MotionGroupKinematicApi.calculateInverseKinematic"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async getKinematicCapabilities(r,a,n){var i,c;const o=await t.getKinematicCapabilities(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["MotionGroupKinematicApi.getKinematicCapabilities"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)}}};class oS extends fe{calculateAllInverseKinematic(t,r,a,n){return Oa(this.configuration).calculateAllInverseKinematic(t,r,a,n).then(o=>o(this.axios,this.basePath))}calculateForwardKinematic(t,r,a,n){return Oa(this.configuration).calculateForwardKinematic(t,r,a,n).then(o=>o(this.axios,this.basePath))}calculateInverseKinematic(t,r,a,n){return Oa(this.configuration).calculateInverseKinematic(t,r,a,n).then(o=>o(this.axios,this.basePath))}getKinematicCapabilities(t,r,a){return Oa(this.configuration).getKinematicCapabilities(t,r,a).then(n=>n(this.axios,this.basePath))}}const sS=function(e){return{createProgramRunner:async(t,r,a={})=>{h("createProgramRunner","cell",t),h("createProgramRunner","request",r);const n="/cells/{cell}/programs/runners".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"POST",...s,...a},i={},c={};V(l,e),await P(i,e),i["Content-Type"]="text/plain",R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},l.data=re(r,l,e),{url:_(o),options:l}},executeProgram:async(t,r,a={})=>{h("executeProgram","cell",t),h("executeProgram","codeWithArguments",r);const n="/cells/{cell}/programs/execute".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"POST",...s,...a},i={},c={};V(l,e),await P(i,e),i["Content-Type"]="application/json",R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},l.data=re(r,l,e),{url:_(o),options:l}},getProgramRunner:async(t,r,a={})=>{h("getProgramRunner","cell",t),h("getProgramRunner","runner",r);const n="/cells/{cell}/programs/runners/{runner}".replace("{cell}",encodeURIComponent(String(t))).replace("{runner}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},listProgramRunners:async(t,r={})=>{h("listProgramRunners","cell",t);const a="/cells/{cell}/programs/runners".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},migrateProgram:async(t,r,a={})=>{h("migrateProgram","cell",t),h("migrateProgram","request1",r);const n="/cells/{cell}/programs/migrate".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"POST",...s,...a},i={},c={};V(l,e),await P(i,e),i["Content-Type"]="text/plain",R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},l.data=re(r,l,e),{url:_(o),options:l}},planProgram:async(t,r,a,n={})=>{h("planProgram","cell",t),h("planProgram","request",r);const o="/cells/{cell}/programs/plan".replace("{cell}",encodeURIComponent(String(t))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"POST",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.identifier=a),c["Content-Type"]="text/plain",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(r,i,e),{url:_(s),options:i}},stopAllProgramRunner:async(t,r={})=>{h("stopAllProgramRunner","cell",t);const a="/cells/{cell}/programs/runners/stop".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"POST",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},stopProgramRunner:async(t,r,a={})=>{h("stopProgramRunner","cell",t),h("stopProgramRunner","runner",r);const n="/cells/{cell}/programs/runners/{runner}/stop".replace("{cell}",encodeURIComponent(String(t))).replace("{runner}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"POST",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}}}},Ot=function(e){const t=sS(e);return{async createProgramRunner(r,a,n){var i,c;const o=await t.createProgramRunner(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ProgramApi.createProgramRunner"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async executeProgram(r,a,n){var i,c;const o=await t.executeProgram(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ProgramApi.executeProgram"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getProgramRunner(r,a,n){var i,c;const o=await t.getProgramRunner(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ProgramApi.getProgramRunner"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async listProgramRunners(r,a){var l,i;const n=await t.listProgramRunners(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["ProgramApi.listProgramRunners"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async migrateProgram(r,a,n){var i,c;const o=await t.migrateProgram(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ProgramApi.migrateProgram"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async planProgram(r,a,n,o){var c,d;const s=await t.planProgram(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["ProgramApi.planProgram"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async stopAllProgramRunner(r,a){var l,i;const n=await t.stopAllProgramRunner(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["ProgramApi.stopAllProgramRunner"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async stopProgramRunner(r,a,n){var i,c;const o=await t.stopProgramRunner(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ProgramApi.stopProgramRunner"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)}}};class lS extends fe{createProgramRunner(t,r,a){return Ot(this.configuration).createProgramRunner(t,r,a).then(n=>n(this.axios,this.basePath))}executeProgram(t,r,a){return Ot(this.configuration).executeProgram(t,r,a).then(n=>n(this.axios,this.basePath))}getProgramRunner(t,r,a){return Ot(this.configuration).getProgramRunner(t,r,a).then(n=>n(this.axios,this.basePath))}listProgramRunners(t,r){return Ot(this.configuration).listProgramRunners(t,r).then(a=>a(this.axios,this.basePath))}migrateProgram(t,r,a){return Ot(this.configuration).migrateProgram(t,r,a).then(n=>n(this.axios,this.basePath))}planProgram(t,r,a,n){return Ot(this.configuration).planProgram(t,r,a,n).then(o=>o(this.axios,this.basePath))}stopAllProgramRunner(t,r){return Ot(this.configuration).stopAllProgramRunner(t,r).then(a=>a(this.axios,this.basePath))}stopProgramRunner(t,r,a){return Ot(this.configuration).stopProgramRunner(t,r,a).then(n=>n(this.axios,this.basePath))}}const iS=function(e){return{clearProgramsValues:async(t,r={})=>{h("clearProgramsValues","cell",t);const a="/cells/{cell}/programs/values".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"DELETE",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},createProgramsValue:async(t,r,a={})=>{h("createProgramsValue","cell",t),h("createProgramsValue","requestBody",r);const n="/cells/{cell}/programs/values".replace("{cell}",encodeURIComponent(String(t))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"POST",...s,...a},i={},c={};V(l,e),await P(i,e),i["Content-Type"]="application/json",R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},l.data=re(r,l,e),{url:_(o),options:l}},deleteProgramValue:async(t,r,a={})=>{h("deleteProgramValue","cell",t),h("deleteProgramValue","key",r);const n="/cells/{cell}/programs/values/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getProgramValue:async(t,r,a={})=>{h("getProgramValue","cell",t),h("getProgramValue","key",r);const n="/cells/{cell}/programs/values/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},listProgramsValues:async(t,r={})=>{h("listProgramsValues","cell",t);const a="/cells/{cell}/programs/values".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},updateProgramValue:async(t,r,a,n={})=>{h("updateProgramValue","cell",t),h("updateProgramValue","key",r),h("updateProgramValue","value",a);const o="/cells/{cell}/programs/values/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"PUT",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}}}},ar=function(e){const t=iS(e);return{async clearProgramsValues(r,a){var l,i;const n=await t.clearProgramsValues(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["ProgramValuesApi.clearProgramsValues"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async createProgramsValue(r,a,n){var i,c;const o=await t.createProgramsValue(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ProgramValuesApi.createProgramsValue"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async deleteProgramValue(r,a,n){var i,c;const o=await t.deleteProgramValue(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ProgramValuesApi.deleteProgramValue"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getProgramValue(r,a,n){var i,c;const o=await t.getProgramValue(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["ProgramValuesApi.getProgramValue"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async listProgramsValues(r,a){var l,i;const n=await t.listProgramsValues(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["ProgramValuesApi.listProgramsValues"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async updateProgramValue(r,a,n,o){var c,d;const s=await t.updateProgramValue(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["ProgramValuesApi.updateProgramValue"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)}}};class cS extends fe{clearProgramsValues(t,r){return ar(this.configuration).clearProgramsValues(t,r).then(a=>a(this.axios,this.basePath))}createProgramsValue(t,r,a){return ar(this.configuration).createProgramsValue(t,r,a).then(n=>n(this.axios,this.basePath))}deleteProgramValue(t,r,a){return ar(this.configuration).deleteProgramValue(t,r,a).then(n=>n(this.axios,this.basePath))}getProgramValue(t,r,a){return ar(this.configuration).getProgramValue(t,r,a).then(n=>n(this.axios,this.basePath))}listProgramsValues(t,r){return ar(this.configuration).listProgramsValues(t,r).then(a=>a(this.axios,this.basePath))}updateProgramValue(t,r,a,n){return ar(this.configuration).updateProgramValue(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const dS=function(e){return{deleteStoredCollider:async(t,r,a={})=>{h("deleteStoredCollider","cell",t),h("deleteStoredCollider","collider",r);const n="/cells/{cell}/store/collision/colliders/{collider}".replace("{cell}",encodeURIComponent(String(t))).replace("{collider}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},deleteStoredCollisionLinkChain:async(t,r,a={})=>{h("deleteStoredCollisionLinkChain","cell",t),h("deleteStoredCollisionLinkChain","linkChain",r);const n="/cells/{cell}/store/collision/link-chains/{link-chain}".replace("{cell}",encodeURIComponent(String(t))).replace("{link-chain}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},deleteStoredCollisionTool:async(t,r,a={})=>{h("deleteStoredCollisionTool","cell",t),h("deleteStoredCollisionTool","tool",r);const n="/cells/{cell}/store/collision/tools/{tool}".replace("{cell}",encodeURIComponent(String(t))).replace("{tool}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getDefaultLinkChain:async(t,r,a={})=>{h("getDefaultLinkChain","cell",t),h("getDefaultLinkChain","motionGroupModel",r);const n="/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(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getStoredCollider:async(t,r,a={})=>{h("getStoredCollider","cell",t),h("getStoredCollider","collider",r);const n="/cells/{cell}/store/collision/colliders/{collider}".replace("{cell}",encodeURIComponent(String(t))).replace("{collider}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getStoredCollisionLinkChain:async(t,r,a={})=>{h("getStoredCollisionLinkChain","cell",t),h("getStoredCollisionLinkChain","linkChain",r);const n="/cells/{cell}/store/collision/link-chains/{link-chain}".replace("{cell}",encodeURIComponent(String(t))).replace("{link-chain}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getStoredCollisionTool:async(t,r,a={})=>{h("getStoredCollisionTool","cell",t),h("getStoredCollisionTool","tool",r);const n="/cells/{cell}/store/collision/tools/{tool}".replace("{cell}",encodeURIComponent(String(t))).replace("{tool}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},listCollisionLinkChains:async(t,r={})=>{h("listCollisionLinkChains","cell",t);const a="/cells/{cell}/store/collision/link-chains".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},listStoredColliders:async(t,r={})=>{h("listStoredColliders","cell",t);const a="/cells/{cell}/store/collision/colliders".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},listStoredCollisionTools:async(t,r={})=>{h("listStoredCollisionTools","cell",t);const a="/cells/{cell}/store/collision/tools".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},storeCollider:async(t,r,a,n={})=>{h("storeCollider","cell",t),h("storeCollider","collider",r),h("storeCollider","collider2",a);const o="/cells/{cell}/store/collision/colliders/{collider}".replace("{cell}",encodeURIComponent(String(t))).replace("{collider}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"PUT",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}},storeCollisionLinkChain:async(t,r,a,n={})=>{h("storeCollisionLinkChain","cell",t),h("storeCollisionLinkChain","linkChain",r),h("storeCollisionLinkChain","collider",a);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,C);let l;e&&(l=e.baseOptions);const i={method:"PUT",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}},storeCollisionTool:async(t,r,a,n={})=>{h("storeCollisionTool","cell",t),h("storeCollisionTool","tool",r),h("storeCollisionTool","requestBody",a);const o="/cells/{cell}/store/collision/tools/{tool}".replace("{cell}",encodeURIComponent(String(t))).replace("{tool}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"PUT",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}}}},ze=function(e){const t=dS(e);return{async deleteStoredCollider(r,a,n){var i,c;const o=await t.deleteStoredCollider(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["StoreCollisionComponentsApi.deleteStoredCollider"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async deleteStoredCollisionLinkChain(r,a,n){var i,c;const o=await t.deleteStoredCollisionLinkChain(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["StoreCollisionComponentsApi.deleteStoredCollisionLinkChain"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async deleteStoredCollisionTool(r,a,n){var i,c;const o=await t.deleteStoredCollisionTool(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["StoreCollisionComponentsApi.deleteStoredCollisionTool"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getDefaultLinkChain(r,a,n){var i,c;const o=await t.getDefaultLinkChain(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["StoreCollisionComponentsApi.getDefaultLinkChain"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getStoredCollider(r,a,n){var i,c;const o=await t.getStoredCollider(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["StoreCollisionComponentsApi.getStoredCollider"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getStoredCollisionLinkChain(r,a,n){var i,c;const o=await t.getStoredCollisionLinkChain(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["StoreCollisionComponentsApi.getStoredCollisionLinkChain"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getStoredCollisionTool(r,a,n){var i,c;const o=await t.getStoredCollisionTool(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["StoreCollisionComponentsApi.getStoredCollisionTool"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async listCollisionLinkChains(r,a){var l,i;const n=await t.listCollisionLinkChains(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["StoreCollisionComponentsApi.listCollisionLinkChains"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async listStoredColliders(r,a){var l,i;const n=await t.listStoredColliders(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["StoreCollisionComponentsApi.listStoredColliders"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async listStoredCollisionTools(r,a){var l,i;const n=await t.listStoredCollisionTools(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["StoreCollisionComponentsApi.listStoredCollisionTools"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async storeCollider(r,a,n,o){var c,d;const s=await t.storeCollider(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["StoreCollisionComponentsApi.storeCollider"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async storeCollisionLinkChain(r,a,n,o){var c,d;const s=await t.storeCollisionLinkChain(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["StoreCollisionComponentsApi.storeCollisionLinkChain"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async storeCollisionTool(r,a,n,o){var c,d;const s=await t.storeCollisionTool(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["StoreCollisionComponentsApi.storeCollisionTool"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)}}};class uS extends fe{deleteStoredCollider(t,r,a){return ze(this.configuration).deleteStoredCollider(t,r,a).then(n=>n(this.axios,this.basePath))}deleteStoredCollisionLinkChain(t,r,a){return ze(this.configuration).deleteStoredCollisionLinkChain(t,r,a).then(n=>n(this.axios,this.basePath))}deleteStoredCollisionTool(t,r,a){return ze(this.configuration).deleteStoredCollisionTool(t,r,a).then(n=>n(this.axios,this.basePath))}getDefaultLinkChain(t,r,a){return ze(this.configuration).getDefaultLinkChain(t,r,a).then(n=>n(this.axios,this.basePath))}getStoredCollider(t,r,a){return ze(this.configuration).getStoredCollider(t,r,a).then(n=>n(this.axios,this.basePath))}getStoredCollisionLinkChain(t,r,a){return ze(this.configuration).getStoredCollisionLinkChain(t,r,a).then(n=>n(this.axios,this.basePath))}getStoredCollisionTool(t,r,a){return ze(this.configuration).getStoredCollisionTool(t,r,a).then(n=>n(this.axios,this.basePath))}listCollisionLinkChains(t,r){return ze(this.configuration).listCollisionLinkChains(t,r).then(a=>a(this.axios,this.basePath))}listStoredColliders(t,r){return ze(this.configuration).listStoredColliders(t,r).then(a=>a(this.axios,this.basePath))}listStoredCollisionTools(t,r){return ze(this.configuration).listStoredCollisionTools(t,r).then(a=>a(this.axios,this.basePath))}storeCollider(t,r,a,n){return ze(this.configuration).storeCollider(t,r,a,n).then(o=>o(this.axios,this.basePath))}storeCollisionLinkChain(t,r,a,n){return ze(this.configuration).storeCollisionLinkChain(t,r,a,n).then(o=>o(this.axios,this.basePath))}storeCollisionTool(t,r,a,n){return ze(this.configuration).storeCollisionTool(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const pS=function(e){return{deleteStoredCollisionScene:async(t,r,a={})=>{h("deleteStoredCollisionScene","cell",t),h("deleteStoredCollisionScene","scene",r);const n="/cells/{cell}/store/collision/scenes/{scene}".replace("{cell}",encodeURIComponent(String(t))).replace("{scene}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getStoredCollisionScene:async(t,r,a={})=>{h("getStoredCollisionScene","cell",t),h("getStoredCollisionScene","scene",r);const n="/cells/{cell}/store/collision/scenes/{scene}".replace("{cell}",encodeURIComponent(String(t))).replace("{scene}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},listStoredCollisionScenes:async(t,r={})=>{h("listStoredCollisionScenes","cell",t);const a="/cells/{cell}/store/collision/scenes".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},storeCollisionScene:async(t,r,a,n={})=>{h("storeCollisionScene","cell",t),h("storeCollisionScene","scene",r),h("storeCollisionScene","collisionSceneAssembly",a);const o="/cells/{cell}/store/collision/scenes/{scene}".replace("{cell}",encodeURIComponent(String(t))).replace("{scene}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"PUT",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}}}},wa=function(e){const t=pS(e);return{async deleteStoredCollisionScene(r,a,n){var i,c;const o=await t.deleteStoredCollisionScene(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["StoreCollisionScenesApi.deleteStoredCollisionScene"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getStoredCollisionScene(r,a,n){var i,c;const o=await t.getStoredCollisionScene(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["StoreCollisionScenesApi.getStoredCollisionScene"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async listStoredCollisionScenes(r,a){var l,i;const n=await t.listStoredCollisionScenes(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["StoreCollisionScenesApi.listStoredCollisionScenes"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async storeCollisionScene(r,a,n,o){var c,d;const s=await t.storeCollisionScene(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["StoreCollisionScenesApi.storeCollisionScene"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)}}};class hS extends fe{deleteStoredCollisionScene(t,r,a){return wa(this.configuration).deleteStoredCollisionScene(t,r,a).then(n=>n(this.axios,this.basePath))}getStoredCollisionScene(t,r,a){return wa(this.configuration).getStoredCollisionScene(t,r,a).then(n=>n(this.axios,this.basePath))}listStoredCollisionScenes(t,r){return wa(this.configuration).listStoredCollisionScenes(t,r).then(a=>a(this.axios,this.basePath))}storeCollisionScene(t,r,a,n){return wa(this.configuration).storeCollisionScene(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const mS=function(e){return{clearAllObjects:async(t,r={})=>{h("clearAllObjects","cell",t);const a="/cells/{cell}/store/objects".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"DELETE",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},deleteObject:async(t,r,a={})=>{h("deleteObject","cell",t),h("deleteObject","key",r);const n="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"DELETE",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getObject:async(t,r,a={})=>{h("getObject","cell",t),h("getObject","key",r);const n="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getObjectMetadata:async(t,r,a={})=>{h("getObjectMetadata","cell",t),h("getObjectMetadata","key",r);const n="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"HEAD",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},listAllObjectKeys:async(t,r={})=>{h("listAllObjectKeys","cell",t);const a="/cells/{cell}/store/objects".replace("{cell}",encodeURIComponent(String(t))),n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},storeObject:async(t,r,a,n,o={})=>{h("storeObject","cell",t),h("storeObject","key",r);const s="/cells/{cell}/store/objects/{key}".replace("{cell}",encodeURIComponent(String(t))).replace("{key}",encodeURIComponent(String(r))),l=new URL(s,C);let i;e&&(i=e.baseOptions);const c={method:"PUT",...i,...o},d={},u={},p=new(e&&e.formDataCtor||FormData);V(c,e),await P(d,e),n!==void 0&&p.append("AnyValue",new Blob([JSON.stringify(n)],{type:"application/json"})),d["Content-Type"]="multipart/form-data",a!=null&&(d["X-Metadata"]=typeof a=="string"?a:JSON.stringify(a)),R(l,u);let y=i&&i.headers?i.headers:{};return c.headers={...d,...y,...o.headers},c.data=p,{url:_(l),options:c}}}},nr=function(e){const t=mS(e);return{async clearAllObjects(r,a){var l,i;const n=await t.clearAllObjects(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["StoreObjectApi.clearAllObjects"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async deleteObject(r,a,n){var i,c;const o=await t.deleteObject(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["StoreObjectApi.deleteObject"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getObject(r,a,n){var i,c;const o=await t.getObject(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["StoreObjectApi.getObject"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getObjectMetadata(r,a,n){var i,c;const o=await t.getObjectMetadata(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["StoreObjectApi.getObjectMetadata"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async listAllObjectKeys(r,a){var l,i;const n=await t.listAllObjectKeys(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["StoreObjectApi.listAllObjectKeys"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async storeObject(r,a,n,o,s){var d,u;const l=await t.storeObject(r,a,n,o,s),i=(e==null?void 0:e.serverIndex)??0,c=(u=(d=w["StoreObjectApi.storeObject"])==null?void 0:d[i])==null?void 0:u.url;return(p,y)=>A(l,v,O,e)(p,c||y)}}};class fS extends fe{clearAllObjects(t,r){return nr(this.configuration).clearAllObjects(t,r).then(a=>a(this.axios,this.basePath))}deleteObject(t,r,a){return nr(this.configuration).deleteObject(t,r,a).then(n=>n(this.axios,this.basePath))}getObject(t,r,a){return nr(this.configuration).getObject(t,r,a).then(n=>n(this.axios,this.basePath))}getObjectMetadata(t,r,a){return nr(this.configuration).getObjectMetadata(t,r,a).then(n=>n(this.axios,this.basePath))}listAllObjectKeys(t,r){return nr(this.configuration).listAllObjectKeys(t,r).then(a=>a(this.axios,this.basePath))}storeObject(t,r,a,n,o){return nr(this.configuration).storeObject(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}}const yS=function(e){return{checkNovaVersionUpdate:async(t,r={})=>{h("checkNovaVersionUpdate","channel",t);const a="/system/update",n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"GET",...o,...r},l={},i={};V(s,e),await P(l,e),t!==void 0&&(i.channel=t),R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},{url:_(n),options:s}},getDiagnosePackage:async(t={})=>{const r="/system/diagnosis-package/zip",a=new URL(r,C);let n;e&&(n=e.baseOptions);const o={method:"GET",...n,...t},s={},l={};V(o,e),await P(s,e),R(a,l);let i=n&&n.headers?n.headers:{};return o.headers={...s,...i,...t.headers},{url:_(a),options:o}},getSystemStatus:async(t={})=>{const r="/system/status",a=new URL(r,C);let n;e&&(n=e.baseOptions);const o={method:"GET",...n,...t},s={},l={};V(o,e),await P(s,e),R(a,l);let i=n&&n.headers?n.headers:{};return o.headers={...s,...i,...t.headers},{url:_(a),options:o}},getSystemVersion:async(t={})=>{const r="/system/version",a=new URL(r,C);let n;e&&(n=e.baseOptions);const o={method:"GET",...n,...t},s={},l={};V(o,e),await P(s,e),R(a,l);let i=n&&n.headers?n.headers:{};return o.headers={...s,...i,...t.headers},{url:_(a),options:o}},updateNovaVersion:async(t,r={})=>{h("updateNovaVersion","updateNovaVersionRequest",t);const a="/system/update",n=new URL(a,C);let o;e&&(o=e.baseOptions);const s={method:"PUT",...o,...r},l={},i={};V(s,e),await P(l,e),l["Content-Type"]="application/json",R(n,i);let c=o&&o.headers?o.headers:{};return s.headers={...l,...c,...r.headers},s.data=re(t,s,e),{url:_(n),options:s}}}},Lr=function(e){const t=yS(e);return{async checkNovaVersionUpdate(r,a){var l,i;const n=await t.checkNovaVersionUpdate(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["SystemApi.checkNovaVersionUpdate"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)},async getDiagnosePackage(r){var s,l;const a=await t.getDiagnosePackage(r),n=(e==null?void 0:e.serverIndex)??0,o=(l=(s=w["SystemApi.getDiagnosePackage"])==null?void 0:s[n])==null?void 0:l.url;return(i,c)=>A(a,v,O,e)(i,o||c)},async getSystemStatus(r){var s,l;const a=await t.getSystemStatus(r),n=(e==null?void 0:e.serverIndex)??0,o=(l=(s=w["SystemApi.getSystemStatus"])==null?void 0:s[n])==null?void 0:l.url;return(i,c)=>A(a,v,O,e)(i,o||c)},async getSystemVersion(r){var s,l;const a=await t.getSystemVersion(r),n=(e==null?void 0:e.serverIndex)??0,o=(l=(s=w["SystemApi.getSystemVersion"])==null?void 0:s[n])==null?void 0:l.url;return(i,c)=>A(a,v,O,e)(i,o||c)},async updateNovaVersion(r,a){var l,i;const n=await t.updateNovaVersion(r,a),o=(e==null?void 0:e.serverIndex)??0,s=(i=(l=w["SystemApi.updateNovaVersion"])==null?void 0:l[o])==null?void 0:i.url;return(c,d)=>A(n,v,O,e)(c,s||d)}}};class gS extends fe{checkNovaVersionUpdate(t,r){return Lr(this.configuration).checkNovaVersionUpdate(t,r).then(a=>a(this.axios,this.basePath))}getDiagnosePackage(t){return Lr(this.configuration).getDiagnosePackage(t).then(r=>r(this.axios,this.basePath))}getSystemStatus(t){return Lr(this.configuration).getSystemStatus(t).then(r=>r(this.axios,this.basePath))}getSystemVersion(t){return Lr(this.configuration).getSystemVersion(t).then(r=>r(this.axios,this.basePath))}updateNovaVersion(t,r){return Lr(this.configuration).updateNovaVersion(t,r).then(a=>a(this.axios,this.basePath))}}const bS=function(e){return{getMotionGroupState:async(t,r,a,n={})=>{h("getMotionGroupState","cell",t),h("getMotionGroupState","controller",r),h("getMotionGroupState","id",a);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(a))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},getMotionGroups:async(t,r,a={})=>{h("getMotionGroups","cell",t),h("getMotionGroups","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/motiongroups".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getVirtualRobotIOValue:async(t,r,a,n={})=>{h("getVirtualRobotIOValue","cell",t),h("getVirtualRobotIOValue","controller",r),h("getVirtualRobotIOValue","io",a);const o="/cells/{cell}/controllers/{controller}/teach-pendant/ios/{io}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{io}",encodeURIComponent(String(a))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},listIOs:async(t,r,a={})=>{h("listIOs","cell",t),h("listIOs","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/ios".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},setMotionGroupState:async(t,r,a,n,o={})=>{h("setMotionGroupState","cell",t),h("setMotionGroupState","controller",r),h("setMotionGroupState","id",a),h("setMotionGroupState","motionGroupJoints",n);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(a))),l=new URL(s,C);let i;e&&(i=e.baseOptions);const c={method:"PUT",...i,...o},d={},u={};V(c,e),await P(d,e),d["Content-Type"]="application/json",R(l,u);let p=i&&i.headers?i.headers:{};return c.headers={...d,...p,...o.headers},c.data=re(n,c,e),{url:_(l),options:c}},setVirtualRobotIOValue:async(t,r,a,n,o,s,l={})=>{h("setVirtualRobotIOValue","cell",t),h("setVirtualRobotIOValue","controller",r),h("setVirtualRobotIOValue","io",a);const i="/cells/{cell}/controllers/{controller}/teach-pendant/ios/{io}".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))).replace("{io}",encodeURIComponent(String(a))),c=new URL(i,C);let d;e&&(d=e.baseOptions);const u={method:"PUT",...d,...l},p={},y={};V(u,e),await P(p,e),n!==void 0&&(y.bool=n),o!==void 0&&(y.integer=o),s!==void 0&&(y.double=s),R(c,y);let g=d&&d.headers?d.headers:{};return u.headers={...p,...g,...l.headers},{url:_(c),options:u}}}},or=function(e){const t=bS(e);return{async getMotionGroupState(r,a,n,o){var c,d;const s=await t.getMotionGroupState(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["VirtualRobotApi.getMotionGroupState"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async getMotionGroups(r,a,n){var i,c;const o=await t.getMotionGroups(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["VirtualRobotApi.getMotionGroups"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getVirtualRobotIOValue(r,a,n,o){var c,d;const s=await t.getVirtualRobotIOValue(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["VirtualRobotApi.getVirtualRobotIOValue"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async listIOs(r,a,n){var i,c;const o=await t.listIOs(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["VirtualRobotApi.listIOs"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async setMotionGroupState(r,a,n,o,s){var d,u;const l=await t.setMotionGroupState(r,a,n,o,s),i=(e==null?void 0:e.serverIndex)??0,c=(u=(d=w["VirtualRobotApi.setMotionGroupState"])==null?void 0:d[i])==null?void 0:u.url;return(p,y)=>A(l,v,O,e)(p,c||y)},async setVirtualRobotIOValue(r,a,n,o,s,l,i){var p,y;const c=await t.setVirtualRobotIOValue(r,a,n,o,s,l,i),d=(e==null?void 0:e.serverIndex)??0,u=(y=(p=w["VirtualRobotApi.setVirtualRobotIOValue"])==null?void 0:p[d])==null?void 0:y.url;return(g,m)=>A(c,v,O,e)(g,u||m)}}};class SS extends fe{getMotionGroupState(t,r,a,n){return or(this.configuration).getMotionGroupState(t,r,a,n).then(o=>o(this.axios,this.basePath))}getMotionGroups(t,r,a){return or(this.configuration).getMotionGroups(t,r,a).then(n=>n(this.axios,this.basePath))}getVirtualRobotIOValue(t,r,a,n){return or(this.configuration).getVirtualRobotIOValue(t,r,a,n).then(o=>o(this.axios,this.basePath))}listIOs(t,r,a){return or(this.configuration).listIOs(t,r,a).then(n=>n(this.axios,this.basePath))}setMotionGroupState(t,r,a,n,o){return or(this.configuration).setMotionGroupState(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}setVirtualRobotIOValue(t,r,a,n,o,s,l){return or(this.configuration).setVirtualRobotIOValue(t,r,a,n,o,s,l).then(i=>i(this.axios,this.basePath))}}const vS=function(e){return{externalJointsStream:async(t,r,a,n={})=>{h("externalJointsStream","cell",t),h("externalJointsStream","controller",r),h("externalJointsStream","externalJointStreamDatapoint",a);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,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}},getMotionGroupBehavior:async(t,r,a,n={})=>{h("getMotionGroupBehavior","cell",t),h("getMotionGroupBehavior","controller",r),h("getMotionGroupBehavior","id",a);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(a))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},setMotionGroupBehavior:async(t,r,a,n,o={})=>{h("setMotionGroupBehavior","cell",t),h("setMotionGroupBehavior","controller",r),h("setMotionGroupBehavior","id",a);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(a))),l=new URL(s,C);let i;e&&(i=e.baseOptions);const c={method:"PUT",...i,...o},d={},u={};V(c,e),await P(d,e),n!==void 0&&(u.behavior=n),R(l,u);let p=i&&i.headers?i.headers:{};return c.headers={...d,...p,...o.headers},{url:_(l),options:c}}}},Wn=function(e){const t=vS(e);return{async externalJointsStream(r,a,n,o){var c,d;const s=await t.externalJointsStream(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["VirtualRobotBehaviorApi.externalJointsStream"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async getMotionGroupBehavior(r,a,n,o){var c,d;const s=await t.getMotionGroupBehavior(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["VirtualRobotBehaviorApi.getMotionGroupBehavior"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async setMotionGroupBehavior(r,a,n,o,s){var d,u;const l=await t.setMotionGroupBehavior(r,a,n,o,s),i=(e==null?void 0:e.serverIndex)??0,c=(u=(d=w["VirtualRobotBehaviorApi.setMotionGroupBehavior"])==null?void 0:d[i])==null?void 0:u.url;return(p,y)=>A(l,v,O,e)(p,c||y)}}};class xS extends fe{externalJointsStream(t,r,a,n){return Wn(this.configuration).externalJointsStream(t,r,a,n).then(o=>o(this.axios,this.basePath))}getMotionGroupBehavior(t,r,a,n){return Wn(this.configuration).getMotionGroupBehavior(t,r,a,n).then(o=>o(this.axios,this.basePath))}setMotionGroupBehavior(t,r,a,n,o){return Wn(this.configuration).setMotionGroupBehavior(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}}const OS=function(e){return{getCycleTime:async(t,r,a={})=>{h("getCycleTime","cell",t),h("getCycleTime","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/cycle-time".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getEStop:async(t,r,a={})=>{h("getEStop","cell",t),h("getEStop","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/estop".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},getOperationMode:async(t,r,a={})=>{h("getOperationMode","cell",t),h("getOperationMode","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/operationmode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},pushEStop:async(t,r,a={})=>{h("pushEStop","cell",t),h("pushEStop","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/estop/push".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"PUT",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},releaseEStop:async(t,r,a={})=>{h("releaseEStop","cell",t),h("releaseEStop","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/estop/release".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"PUT",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},setOperationMode:async(t,r,a,n={})=>{h("setOperationMode","cell",t),h("setOperationMode","controller",r),h("setOperationMode","mode",a);const o="/cells/{cell}/controllers/{controller}/teach-pendant/operationmode".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"PUT",...l,...n},c={},d={};V(i,e),await P(c,e),a!==void 0&&(d.mode=a),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}}}},sr=function(e){const t=OS(e);return{async getCycleTime(r,a,n){var i,c;const o=await t.getCycleTime(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["VirtualRobotModeApi.getCycleTime"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getEStop(r,a,n){var i,c;const o=await t.getEStop(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["VirtualRobotModeApi.getEStop"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async getOperationMode(r,a,n){var i,c;const o=await t.getOperationMode(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["VirtualRobotModeApi.getOperationMode"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async pushEStop(r,a,n){var i,c;const o=await t.pushEStop(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["VirtualRobotModeApi.pushEStop"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async releaseEStop(r,a,n){var i,c;const o=await t.releaseEStop(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["VirtualRobotModeApi.releaseEStop"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async setOperationMode(r,a,n,o){var c,d;const s=await t.setOperationMode(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["VirtualRobotModeApi.setOperationMode"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)}}};class wS extends fe{getCycleTime(t,r,a){return sr(this.configuration).getCycleTime(t,r,a).then(n=>n(this.axios,this.basePath))}getEStop(t,r,a){return sr(this.configuration).getEStop(t,r,a).then(n=>n(this.axios,this.basePath))}getOperationMode(t,r,a){return sr(this.configuration).getOperationMode(t,r,a).then(n=>n(this.axios,this.basePath))}pushEStop(t,r,a){return sr(this.configuration).pushEStop(t,r,a).then(n=>n(this.axios,this.basePath))}releaseEStop(t,r,a){return sr(this.configuration).releaseEStop(t,r,a).then(n=>n(this.axios,this.basePath))}setOperationMode(t,r,a,n){return sr(this.configuration).setOperationMode(t,r,a,n).then(o=>o(this.axios,this.basePath))}}const CS=function(e){return{addVirtualRobotCoordinateSystem:async(t,r,a,n={})=>{h("addVirtualRobotCoordinateSystem","cell",t),h("addVirtualRobotCoordinateSystem","controller",r),h("addVirtualRobotCoordinateSystem","coordinateSystem",a);const o="/cells/{cell}/controllers/{controller}/teach-pendant/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"PUT",...l,...n},c={},d={};V(i,e),await P(c,e),c["Content-Type"]="application/json",R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},i.data=re(a,i,e),{url:_(s),options:i}},addVirtualRobotTcp:async(t,r,a,n,o={})=>{h("addVirtualRobotTcp","cell",t),h("addVirtualRobotTcp","controller",r),h("addVirtualRobotTcp","id",a),h("addVirtualRobotTcp","robotTcp",n);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(a))),l=new URL(s,C);let i;e&&(i=e.baseOptions);const c={method:"PUT",...i,...o},d={},u={};V(c,e),await P(d,e),d["Content-Type"]="application/json",R(l,u);let p=i&&i.headers?i.headers:{};return c.headers={...d,...p,...o.headers},c.data=re(n,c,e),{url:_(l),options:c}},deleteVirtualRobotCoordinateSystem:async(t,r,a,n,o={})=>{h("deleteVirtualRobotCoordinateSystem","cell",t),h("deleteVirtualRobotCoordinateSystem","controller",r),h("deleteVirtualRobotCoordinateSystem","coordinateSystem",a);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(a))),l=new URL(s,C);let i;e&&(i=e.baseOptions);const c={method:"DELETE",...i,...o},d={},u={};V(c,e),await P(d,e),n!==void 0&&(u.delete_dependent=n),R(l,u);let p=i&&i.headers?i.headers:{};return c.headers={...d,...p,...o.headers},{url:_(l),options:c}},deleteVirtualRobotTcp:async(t,r,a,n,o={})=>{h("deleteVirtualRobotTcp","cell",t),h("deleteVirtualRobotTcp","controller",r),h("deleteVirtualRobotTcp","id",a),h("deleteVirtualRobotTcp","tcp",n);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(a))).replace("{tcp}",encodeURIComponent(String(n))),l=new URL(s,C);let i;e&&(i=e.baseOptions);const c={method:"DELETE",...i,...o},d={},u={};V(c,e),await P(d,e),R(l,u);let p=i&&i.headers?i.headers:{};return c.headers={...d,...p,...o.headers},{url:_(l),options:c}},getVirtualRobotMounting:async(t,r,a,n={})=>{h("getVirtualRobotMounting","cell",t),h("getVirtualRobotMounting","controller",r),h("getVirtualRobotMounting","id",a);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(a))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},listVirtualRobotCoordinateSystems:async(t,r,a={})=>{h("listVirtualRobotCoordinateSystems","cell",t),h("listVirtualRobotCoordinateSystems","controller",r);const n="/cells/{cell}/controllers/{controller}/teach-pendant/coordinate-systems".replace("{cell}",encodeURIComponent(String(t))).replace("{controller}",encodeURIComponent(String(r))),o=new URL(n,C);let s;e&&(s=e.baseOptions);const l={method:"GET",...s,...a},i={},c={};V(l,e),await P(i,e),R(o,c);let d=s&&s.headers?s.headers:{};return l.headers={...i,...d,...a.headers},{url:_(o),options:l}},listVirtualRobotTcps:async(t,r,a,n={})=>{h("listVirtualRobotTcps","cell",t),h("listVirtualRobotTcps","controller",r),h("listVirtualRobotTcps","id",a);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(a))),s=new URL(o,C);let l;e&&(l=e.baseOptions);const i={method:"GET",...l,...n},c={},d={};V(i,e),await P(c,e),R(s,d);let u=l&&l.headers?l.headers:{};return i.headers={...c,...u,...n.headers},{url:_(s),options:i}},setVirtualRobotMounting:async(t,r,a,n,o={})=>{h("setVirtualRobotMounting","cell",t),h("setVirtualRobotMounting","controller",r),h("setVirtualRobotMounting","id",a),h("setVirtualRobotMounting","coordinateSystem",n);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(a))),l=new URL(s,C);let i;e&&(i=e.baseOptions);const c={method:"PUT",...i,...o},d={},u={};V(c,e),await P(d,e),d["Content-Type"]="application/json",R(l,u);let p=i&&i.headers?i.headers:{};return c.headers={...d,...p,...o.headers},c.data=re(n,c,e),{url:_(l),options:c}}}},wt=function(e){const t=CS(e);return{async addVirtualRobotCoordinateSystem(r,a,n,o){var c,d;const s=await t.addVirtualRobotCoordinateSystem(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["VirtualRobotSetupApi.addVirtualRobotCoordinateSystem"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async addVirtualRobotTcp(r,a,n,o,s){var d,u;const l=await t.addVirtualRobotTcp(r,a,n,o,s),i=(e==null?void 0:e.serverIndex)??0,c=(u=(d=w["VirtualRobotSetupApi.addVirtualRobotTcp"])==null?void 0:d[i])==null?void 0:u.url;return(p,y)=>A(l,v,O,e)(p,c||y)},async deleteVirtualRobotCoordinateSystem(r,a,n,o,s){var d,u;const l=await t.deleteVirtualRobotCoordinateSystem(r,a,n,o,s),i=(e==null?void 0:e.serverIndex)??0,c=(u=(d=w["VirtualRobotSetupApi.deleteVirtualRobotCoordinateSystem"])==null?void 0:d[i])==null?void 0:u.url;return(p,y)=>A(l,v,O,e)(p,c||y)},async deleteVirtualRobotTcp(r,a,n,o,s){var d,u;const l=await t.deleteVirtualRobotTcp(r,a,n,o,s),i=(e==null?void 0:e.serverIndex)??0,c=(u=(d=w["VirtualRobotSetupApi.deleteVirtualRobotTcp"])==null?void 0:d[i])==null?void 0:u.url;return(p,y)=>A(l,v,O,e)(p,c||y)},async getVirtualRobotMounting(r,a,n,o){var c,d;const s=await t.getVirtualRobotMounting(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["VirtualRobotSetupApi.getVirtualRobotMounting"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async listVirtualRobotCoordinateSystems(r,a,n){var i,c;const o=await t.listVirtualRobotCoordinateSystems(r,a,n),s=(e==null?void 0:e.serverIndex)??0,l=(c=(i=w["VirtualRobotSetupApi.listVirtualRobotCoordinateSystems"])==null?void 0:i[s])==null?void 0:c.url;return(d,u)=>A(o,v,O,e)(d,l||u)},async listVirtualRobotTcps(r,a,n,o){var c,d;const s=await t.listVirtualRobotTcps(r,a,n,o),l=(e==null?void 0:e.serverIndex)??0,i=(d=(c=w["VirtualRobotSetupApi.listVirtualRobotTcps"])==null?void 0:c[l])==null?void 0:d.url;return(u,p)=>A(s,v,O,e)(u,i||p)},async setVirtualRobotMounting(r,a,n,o,s){var d,u;const l=await t.setVirtualRobotMounting(r,a,n,o,s),i=(e==null?void 0:e.serverIndex)??0,c=(u=(d=w["VirtualRobotSetupApi.setVirtualRobotMounting"])==null?void 0:d[i])==null?void 0:u.url;return(p,y)=>A(l,v,O,e)(p,c||y)}}};class VS extends fe{addVirtualRobotCoordinateSystem(t,r,a,n){return wt(this.configuration).addVirtualRobotCoordinateSystem(t,r,a,n).then(o=>o(this.axios,this.basePath))}addVirtualRobotTcp(t,r,a,n,o){return wt(this.configuration).addVirtualRobotTcp(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}deleteVirtualRobotCoordinateSystem(t,r,a,n,o){return wt(this.configuration).deleteVirtualRobotCoordinateSystem(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}deleteVirtualRobotTcp(t,r,a,n,o){return wt(this.configuration).deleteVirtualRobotTcp(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}getVirtualRobotMounting(t,r,a,n){return wt(this.configuration).getVirtualRobotMounting(t,r,a,n).then(o=>o(this.axios,this.basePath))}listVirtualRobotCoordinateSystems(t,r,a){return wt(this.configuration).listVirtualRobotCoordinateSystems(t,r,a).then(n=>n(this.axios,this.basePath))}listVirtualRobotTcps(t,r,a,n){return wt(this.configuration).listVirtualRobotTcps(t,r,a,n).then(o=>o(this.axios,this.basePath))}setVirtualRobotMounting(t,r,a,n,o){return wt(this.configuration).setVirtualRobotMounting(t,r,a,n,o).then(s=>s(this.axios,this.basePath))}}function mt(e,t,r){return Math.max(t,Math.min(r,e))}class PS{constructor(t=0,r=0,a=0,n=1){this.isQuaternion=!0,this._x=t,this._y=r,this._z=a,this._w=n}static slerpFlat(t,r,a,n,o,s,l){let i=a[n+0],c=a[n+1],d=a[n+2],u=a[n+3];const p=o[s+0],y=o[s+1],g=o[s+2],m=o[s+3];if(l===0){t[r+0]=i,t[r+1]=c,t[r+2]=d,t[r+3]=u;return}if(l===1){t[r+0]=p,t[r+1]=y,t[r+2]=g,t[r+3]=m;return}if(u!==m||i!==p||c!==y||d!==g){let x=1-l;const I=i*p+c*y+d*g+u*m,G=I>=0?1:-1,N=1-I*I;if(N>Number.EPSILON){const z=Math.sqrt(N),W=Math.atan2(z,I*G);x=Math.sin(x*W)/z,l=Math.sin(l*W)/z}const D=l*G;if(i=i*x+p*D,c=c*x+y*D,d=d*x+g*D,u=u*x+m*D,x===1-l){const z=1/Math.sqrt(i*i+c*c+d*d+u*u);i*=z,c*=z,d*=z,u*=z}}t[r]=i,t[r+1]=c,t[r+2]=d,t[r+3]=u}static multiplyQuaternionsFlat(t,r,a,n,o,s){const l=a[n],i=a[n+1],c=a[n+2],d=a[n+3],u=o[s],p=o[s+1],y=o[s+2],g=o[s+3];return t[r]=l*g+d*u+i*y-c*p,t[r+1]=i*g+d*p+c*u-l*y,t[r+2]=c*g+d*y+l*p-i*u,t[r+3]=d*g-l*u-i*p-c*y,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,a,n){return this._x=t,this._y=r,this._z=a,this._w=n,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 a=t._x,n=t._y,o=t._z,s=t._order,l=Math.cos,i=Math.sin,c=l(a/2),d=l(n/2),u=l(o/2),p=i(a/2),y=i(n/2),g=i(o/2);switch(s){case"XYZ":this._x=p*d*u+c*y*g,this._y=c*y*u-p*d*g,this._z=c*d*g+p*y*u,this._w=c*d*u-p*y*g;break;case"YXZ":this._x=p*d*u+c*y*g,this._y=c*y*u-p*d*g,this._z=c*d*g-p*y*u,this._w=c*d*u+p*y*g;break;case"ZXY":this._x=p*d*u-c*y*g,this._y=c*y*u+p*d*g,this._z=c*d*g+p*y*u,this._w=c*d*u-p*y*g;break;case"ZYX":this._x=p*d*u-c*y*g,this._y=c*y*u+p*d*g,this._z=c*d*g-p*y*u,this._w=c*d*u+p*y*g;break;case"YZX":this._x=p*d*u+c*y*g,this._y=c*y*u+p*d*g,this._z=c*d*g-p*y*u,this._w=c*d*u-p*y*g;break;case"XZY":this._x=p*d*u-c*y*g,this._y=c*y*u-p*d*g,this._z=c*d*g+p*y*u,this._w=c*d*u+p*y*g;break;default:console.warn("THREE.Quaternion: .setFromEuler() encountered an unknown order: "+s)}return r===!0&&this._onChangeCallback(),this}setFromAxisAngle(t,r){const a=r/2,n=Math.sin(a);return this._x=t.x*n,this._y=t.y*n,this._z=t.z*n,this._w=Math.cos(a),this._onChangeCallback(),this}setFromRotationMatrix(t){const r=t.elements,a=r[0],n=r[4],o=r[8],s=r[1],l=r[5],i=r[9],c=r[2],d=r[6],u=r[10],p=a+l+u;if(p>0){const y=.5/Math.sqrt(p+1);this._w=.25/y,this._x=(d-i)*y,this._y=(o-c)*y,this._z=(s-n)*y}else if(a>l&&a>u){const y=2*Math.sqrt(1+a-l-u);this._w=(d-i)/y,this._x=.25*y,this._y=(n+s)/y,this._z=(o+c)/y}else if(l>u){const y=2*Math.sqrt(1+l-a-u);this._w=(o-c)/y,this._x=(n+s)/y,this._y=.25*y,this._z=(i+d)/y}else{const y=2*Math.sqrt(1+u-a-l);this._w=(s-n)/y,this._x=(o+c)/y,this._y=(i+d)/y,this._z=.25*y}return this._onChangeCallback(),this}setFromUnitVectors(t,r){let a=t.dot(r)+1;return a<Number.EPSILON?(a=0,Math.abs(t.x)>Math.abs(t.z)?(this._x=-t.y,this._y=t.x,this._z=0,this._w=a):(this._x=0,this._y=-t.z,this._z=t.y,this._w=a)):(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=a),this.normalize()}angleTo(t){return 2*Math.acos(Math.abs(mt(this.dot(t),-1,1)))}rotateTowards(t,r){const a=this.angleTo(t);if(a===0)return this;const n=Math.min(1,r/a);return this.slerp(t,n),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 a=t._x,n=t._y,o=t._z,s=t._w,l=r._x,i=r._y,c=r._z,d=r._w;return this._x=a*d+s*l+n*c-o*i,this._y=n*d+s*i+o*l-a*c,this._z=o*d+s*c+a*i-n*l,this._w=s*d-a*l-n*i-o*c,this._onChangeCallback(),this}slerp(t,r){if(r===0)return this;if(r===1)return this.copy(t);const a=this._x,n=this._y,o=this._z,s=this._w;let l=s*t._w+a*t._x+n*t._y+o*t._z;if(l<0?(this._w=-t._w,this._x=-t._x,this._y=-t._y,this._z=-t._z,l=-l):this.copy(t),l>=1)return this._w=s,this._x=a,this._y=n,this._z=o,this;const i=1-l*l;if(i<=Number.EPSILON){const y=1-r;return this._w=y*s+r*this._w,this._x=y*a+r*this._x,this._y=y*n+r*this._y,this._z=y*o+r*this._z,this.normalize(),this}const c=Math.sqrt(i),d=Math.atan2(c,l),u=Math.sin((1-r)*d)/c,p=Math.sin(r*d)/c;return this._w=s*u+this._w*p,this._x=a*u+this._x*p,this._y=n*u+this._y*p,this._z=o*u+this._z*p,this._onChangeCallback(),this}slerpQuaternions(t,r,a){return this.copy(t).slerp(r,a)}random(){const t=2*Math.PI*Math.random(),r=2*Math.PI*Math.random(),a=Math.random(),n=Math.sqrt(1-a),o=Math.sqrt(a);return this.set(n*Math.sin(t),n*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 hr{constructor(t=0,r=0,a=0){hr.prototype.isVector3=!0,this.x=t,this.y=r,this.z=a}set(t,r,a){return a===void 0&&(a=this.z),this.x=t,this.y=r,this.z=a,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(nl.setFromEuler(t))}applyAxisAngle(t,r){return this.applyQuaternion(nl.setFromAxisAngle(t,r))}applyMatrix3(t){const r=this.x,a=this.y,n=this.z,o=t.elements;return this.x=o[0]*r+o[3]*a+o[6]*n,this.y=o[1]*r+o[4]*a+o[7]*n,this.z=o[2]*r+o[5]*a+o[8]*n,this}applyNormalMatrix(t){return this.applyMatrix3(t).normalize()}applyMatrix4(t){const r=this.x,a=this.y,n=this.z,o=t.elements,s=1/(o[3]*r+o[7]*a+o[11]*n+o[15]);return this.x=(o[0]*r+o[4]*a+o[8]*n+o[12])*s,this.y=(o[1]*r+o[5]*a+o[9]*n+o[13])*s,this.z=(o[2]*r+o[6]*a+o[10]*n+o[14])*s,this}applyQuaternion(t){const r=this.x,a=this.y,n=this.z,o=t.x,s=t.y,l=t.z,i=t.w,c=2*(s*n-l*a),d=2*(l*r-o*n),u=2*(o*a-s*r);return this.x=r+i*c+s*u-l*d,this.y=a+i*d+l*c-o*u,this.z=n+i*u+o*d-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,a=this.y,n=this.z,o=t.elements;return this.x=o[0]*r+o[4]*a+o[8]*n,this.y=o[1]*r+o[5]*a+o[9]*n,this.z=o[2]*r+o[6]*a+o[10]*n,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=mt(this.x,t.x,r.x),this.y=mt(this.y,t.y,r.y),this.z=mt(this.z,t.z,r.z),this}clampScalar(t,r){return this.x=mt(this.x,t,r),this.y=mt(this.y,t,r),this.z=mt(this.z,t,r),this}clampLength(t,r){const a=this.length();return this.divideScalar(a||1).multiplyScalar(mt(a,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,a){return this.x=t.x+(r.x-t.x)*a,this.y=t.y+(r.y-t.y)*a,this.z=t.z+(r.z-t.z)*a,this}cross(t){return this.crossVectors(this,t)}crossVectors(t,r){const a=t.x,n=t.y,o=t.z,s=r.x,l=r.y,i=r.z;return this.x=n*i-o*l,this.y=o*s-a*i,this.z=a*l-n*s,this}projectOnVector(t){const r=t.lengthSq();if(r===0)return this.set(0,0,0);const a=t.dot(this)/r;return this.copy(t).multiplyScalar(a)}projectOnPlane(t){return Qn.copy(this).projectOnVector(t),this.sub(Qn)}reflect(t){return this.sub(Qn.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 a=this.dot(t)/r;return Math.acos(mt(a,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const r=this.x-t.x,a=this.y-t.y,n=this.z-t.z;return r*r+a*a+n*n}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,a){const n=Math.sin(r)*t;return this.x=n*Math.sin(a),this.y=Math.cos(r)*t,this.z=n*Math.cos(a),this}setFromCylindrical(t){return this.setFromCylindricalCoords(t.radius,t.theta,t.y)}setFromCylindricalCoords(t,r,a){return this.x=t*Math.sin(r),this.y=a,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(),a=this.setFromMatrixColumn(t,1).length(),n=this.setFromMatrixColumn(t,2).length();return this.x=r,this.y=a,this.z=n,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,a=Math.sqrt(1-r*r);return this.x=a*Math.cos(t),this.y=r,this.z=a*Math.sin(t),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z}}const Qn=new hr,nl=new PS;function RS(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 a=0;a<e.length;a++){var n=e[a];if(typeof n!="string")throw new TypeError("Url must be a string. Received "+n);n!==""&&(a>0&&(n=n.replace(/^[\/]+/,"")),a<e.length-1?n=n.replace(/[\/]+$/,""):n=n.replace(/[\/]+$/,"/"),t.push(n))}var o=t.join("/");o=o.replace(/\/(\?|&|#[^!])/g,"$1");var s=o.split("?");return o=s.shift()+(s.length>0?"?":"")+s.join("&"),o}function Kn(){var e;return typeof arguments[0]=="object"?e=arguments[0]:e=[].slice.call(arguments),RS(e)}var st={},ol;function _S(){if(ol)return st;ol=1,Object.defineProperty(st,"__esModule",{value:!0}),st.TokenData=void 0,st.parse=u,st.compile=p,st.match=m,st.pathToRegexp=x,st.stringify=D;const e="/",t=j=>j,r=/^[$_\p{ID_Start}]$/u,a=/^[$\u200c\u200d\p{ID_Continue}]$/u,n="https://git.new/pathToRegexpError",o={"{":"{","}":"}","(":"(",")":")","[":"[","]":"]","+":"+","?":"?","!":"!"};function s(j){return j.replace(/[{}()\[\]+?!:*]/g,"\\$&")}function l(j){return j.replace(/[.+*?^${}()[\]|/\\]/g,"\\$&")}function*i(j){const U=[...j];let k=0;function f(){let M="";if(r.test(U[++k]))for(M+=U[k];a.test(U[++k]);)M+=U[k];else if(U[k]==='"'){let L=k;for(;k<U.length;){if(U[++k]==='"'){k++,L=0;break}U[k]==="\\"?M+=U[++k]:M+=U[k]}if(L)throw new TypeError(`Unterminated quote at ${L}: ${n}`)}if(!M)throw new TypeError(`Missing parameter name at ${k}: ${n}`);return M}for(;k<U.length;){const M=U[k],L=o[M];if(L)yield{type:L,index:k++,value:M};else if(M==="\\")yield{type:"ESCAPED",index:k++,value:U[k++]};else if(M===":"){const J=f();yield{type:"PARAM",index:k,value:J}}else if(M==="*"){const J=f();yield{type:"WILDCARD",index:k,value:J}}else yield{type:"CHAR",index:k,value:U[k++]}}return{type:"END",index:k,value:""}}class c{constructor(U){this.tokens=U}peek(){if(!this._peek){const U=this.tokens.next();this._peek=U.value}return this._peek}tryConsume(U){const k=this.peek();if(k.type===U)return this._peek=void 0,k.value}consume(U){const k=this.tryConsume(U);if(k!==void 0)return k;const{type:f,index:M}=this.peek();throw new TypeError(`Unexpected ${f} at ${M}, expected ${U}: ${n}`)}text(){let U="",k;for(;k=this.tryConsume("CHAR")||this.tryConsume("ESCAPED");)U+=k;return U}}class d{constructor(U){this.tokens=U}}st.TokenData=d;function u(j,U={}){const{encodePath:k=t}=U,f=new c(i(j));function M(J){const H=[];for(;;){const ne=f.text();ne&&H.push({type:"text",value:k(ne)});const te=f.tryConsume("PARAM");if(te){H.push({type:"param",name:te});continue}const xe=f.tryConsume("WILDCARD");if(xe){H.push({type:"wildcard",name:xe});continue}if(f.tryConsume("{")){H.push({type:"group",tokens:M("}")});continue}return f.consume(J),H}}const L=M("END");return new d(L)}function p(j,U={}){const{encode:k=encodeURIComponent,delimiter:f=e}=U,M=j instanceof d?j:u(j,U),L=y(M.tokens,f,k);return function(H={}){const[ne,...te]=L(H);if(te.length)throw new TypeError(`Missing parameters: ${te.join(", ")}`);return ne}}function y(j,U,k){const f=j.map(M=>g(M,U,k));return M=>{const L=[""];for(const J of f){const[H,...ne]=J(M);L[0]+=H,L.push(...ne)}return L}}function g(j,U,k){if(j.type==="text")return()=>[j.value];if(j.type==="group"){const M=y(j.tokens,U,k);return L=>{const[J,...H]=M(L);return H.length?[""]:[J]}}const f=k||t;return j.type==="wildcard"&&k!==!1?M=>{const L=M[j.name];if(L==null)return["",j.name];if(!Array.isArray(L)||L.length===0)throw new TypeError(`Expected "${j.name}" to be a non-empty array`);return[L.map((J,H)=>{if(typeof J!="string")throw new TypeError(`Expected "${j.name}/${H}" to be a string`);return f(J)}).join(U)]}:M=>{const L=M[j.name];if(L==null)return["",j.name];if(typeof L!="string")throw new TypeError(`Expected "${j.name}" to be a string`);return[f(L)]}}function m(j,U={}){const{decode:k=decodeURIComponent,delimiter:f=e}=U,{regexp:M,keys:L}=x(j,U),J=L.map(H=>k===!1?t:H.type==="param"?k:ne=>ne.split(f).map(k));return function(ne){const te=M.exec(ne);if(!te)return!1;const xe=te[0],X=Object.create(null);for(let be=1;be<te.length;be++){if(te[be]===void 0)continue;const $=L[be-1],K=J[be-1];X[$.name]=K(te[be])}return{path:xe,params:X}}}function x(j,U={}){const{delimiter:k=e,end:f=!0,sensitive:M=!1,trailing:L=!0}=U,J=[],H=[],ne=M?"":"i",xe=(Array.isArray(j)?j:[j]).map($=>$ instanceof d?$:u($,U));for(const{tokens:$}of xe)for(const K of I($,0,[])){const se=G(K,k,J);H.push(se)}let X=`^(?:${H.join("|")})`;return L&&(X+=`(?:${l(k)}$)?`),X+=f?"$":`(?=${l(k)}|$)`,{regexp:new RegExp(X,ne),keys:J}}function*I(j,U,k){if(U===j.length)return yield k;const f=j[U];if(f.type==="group"){const M=k.slice();for(const L of I(f.tokens,0,M))yield*I(j,U+1,L)}else k.push(f);yield*I(j,U+1,k)}function G(j,U,k){let f="",M="",L=!0;for(let J=0;J<j.length;J++){const H=j[J];if(H.type==="text"){f+=l(H.value),M+=H.value,L||(L=H.value.includes(U));continue}if(H.type==="param"||H.type==="wildcard"){if(!L&&!M)throw new TypeError(`Missing text after "${H.name}": ${n}`);H.type==="param"?f+=`(${N(U,L?"":M)}+)`:f+="([\\s\\S]+)",k.push(H),M="",L=!1;continue}}return f}function N(j,U){return U.length<2?j.length<2?`[^${l(j+U)}]`:`(?:(?!${l(j)})[^${l(U)}])`:j.length<2?`(?:(?!${l(U)})[^${l(j)}])`:`(?:(?!${l(U)}|${l(j)})[\\s\\S])`}function D(j){return j.tokens.map(function U(k,f,M){if(k.type==="text")return s(k.value);if(k.type==="group")return`{${k.tokens.map(U).join("")}}`;const J=z(k.name)&&W(M[f+1])?k.name:JSON.stringify(k.name);if(k.type==="param")return`:${J}`;if(k.type==="wildcard")return`*${J}`;throw new TypeError(`Unexpected token: ${k}`)}).join("")}function z(j){const[U,...k]=j;return r.test(U)?k.every(f=>a.test(f)):!1}function W(j){return(j==null?void 0:j.type)!=="text"?!0:!a.test(j.value[0])}return st}var AS=_S();function Ki(e,t,r){if(t.length!==e.length)return!0;for(let a=0;a<t.length;a++)if(Math.abs(t[a]-e[a])>r)return!1;return!0}function Yi(e,t,r){if(e===void 0&&t||e&&t===void 0)return!1;if(e===void 0||t===void 0)return!0;let a=0;return a+=Math.abs(e.orientation.x-t.orientation.x),a+=Math.abs(e.orientation.y-t.orientation.y),a+=Math.abs(e.orientation.z-t.orientation.z),a+=Math.abs(e.position.x-t.position.x),a+=Math.abs(e.position.y-t.position.y),a+=Math.abs(e.position.z-t.position.z),a>r?!1:e.coordinate_system===t.coordinate_system&&e.tcp===t.tcp}var sl=1e-4,TS=class Xi{constructor(t,r,a,n,o,s,l,i,c,d,u,p){this.nova=t,this.controller=r,this.motionGroup=a,this.initialMotionState=n,this.motionStateSocket=o,this.isVirtual=s,this.tcps=l,this.motionGroupSpecification=i,this.safetySetup=c,this.mounting=d,this.initialControllerState=u,this.controllerStateSocket=p,this.connectedJoggingCartesianSocket=null,this.connectedJoggingJointsSocket=null,this.joggingVelocity=10,this.activationState="inactive",this.rapidlyChangingMotionState=n,this.controllerState=u,p.addEventListener("message",y=>{var g;const m=(g=Rt(y.data))==null?void 0:g.result;m&&Ae.runInAction(()=>{this.controllerState=m})}),o.addEventListener("message",y=>{var g;const m=(g=Rt(y.data))==null?void 0:g.result;if(!m)throw new Error(`Failed to get motion state for ${this.motionGroupId}: ${y.data}`);Ki(this.rapidlyChangingMotionState.state.joint_position.joints,m.state.joint_position.joints,sl)||Ae.runInAction(()=>{this.rapidlyChangingMotionState.state=m.state}),Yi(this.rapidlyChangingMotionState.tcp_pose,m.tcp_pose,sl)||Ae.runInAction(()=>{this.rapidlyChangingMotionState.tcp_pose=m.tcp_pose})}),Ae.makeAutoObservable(this)}static connect(t,r,a){return me(this,null,function*(){var n,o;const[s,l]=r.split("@"),i=a.find(W=>W.controller===l),c=i==null?void 0:i.physical_motion_groups.find(W=>W.motion_group===r);if(!i||!c)throw new Error(`Controller ${l} or motion group ${r} not found`);const d=t.openReconnectingWebsocket(`/motion-groups/${r}/state-stream`),u=yield d.firstMessage(),p=(n=Rt(u.data))==null?void 0:n.result;if(!p)throw new Error(`Unable to parse initial motion state message ${u.data}`);console.log(`Connected motion state websocket to motion group ${c.motion_group}. Initial state:
|
|
103
|
+
`,p);const g=(yield t.api.controller.getRobotController(i.controller)).configuration.kind==="VirtualController",m=yield me(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}}),x=t.openReconnectingWebsocket(`/controllers/${i.controller}/state-stream?response_rate=1000`),I=yield x.firstMessage(),G=(o=Rt(I.data))==null?void 0:o.result;if(!G)throw new Error(`Unable to parse initial controller state message ${I.data}`);console.log(`Connected controller state websocket to controller ${i.controller}. Initial state:
|
|
104
|
+
`,G);const{tcps:N}=yield t.api.motionGroupInfos.listTcps(r),D=yield t.api.motionGroupInfos.getMotionGroupSpecification(r),z=yield t.api.motionGroupInfos.getSafetySetup(r);return new Xi(t,i,c,p,d,g,N,D,z,m,G,x)})}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,a,n,o,s;const l=new Oe.Vector3(((r=(t=this.mounting)==null?void 0:t.pose.orientation)==null?void 0:r.x)||0,((n=(a=this.mounting)==null?void 0:a.pose.orientation)==null?void 0:n.y)||0,((s=(o=this.mounting)==null?void 0:o.pose.orientation)==null?void 0:s.z)||0),i=l.length(),c=l.normalize();return new Oe.Quaternion().setFromAxisAngle(c,i)}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 me(this,null,function*(){if(this.activationState!=="active"){console.error("Tried to deactivate while already deactivating");return}Ae.runInAction(()=>{this.activationState="deactivating"});try{yield this.nova.api.controller.setDefaultMode(this.controllerId,"MODE_MONITOR"),Ae.runInAction(()=>{this.activationState="inactive"})}catch(t){throw Ae.runInAction(()=>{this.activationState="active"}),t}})}activate(){return me(this,null,function*(){if(this.activationState!=="inactive"){console.error("Tried to activate while already activating");return}Ae.runInAction(()=>{this.activationState="activating"});try{yield this.nova.api.controller.setDefaultMode(this.controllerId,"MODE_CONTROL"),Ae.runInAction(()=>{this.activationState="active"})}catch(t){throw Ae.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}},IS=class Zi{constructor(t,r={}){this.motionStream=t,this.opts=r,this.cartesianWebsocket=null,this.jointWebsocket=null,this.cartesianJoggingOpts={}}static open(t,r){return me(this,arguments,function*(a,n,o={}){const s=yield a.connectMotionStream(n);return new Zi(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 me(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&&($g(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",a=>{const n=Rt(a.data);if(n&&"error"in n)if(this.opts.onError)this.opts.onError(a.data);else throw new Error(a.data)})),t==="joint"&&!this.jointWebsocket&&(this.jointWebsocket=this.nova.openReconnectingWebsocket("/motion-groups/move-joint"),this.jointWebsocket.addEventListener("message",a=>{const n=Rt(a.data);if(n&&"error"in n)if(this.opts.onError)this.opts.onError(a.data);else throw new Error(a.data)}))}startJointRotation(t){return me(this,arguments,function*({joint:r,direction:a,velocityRadsPerSec:n}){if(!this.jointWebsocket)throw new Error("Joint jogging websocket not connected; call setJoggingMode first");const o=new Array(this.numJoints).fill(0);o[r]=a==="-"?-n:n,this.jointWebsocket.sendJson({motion_group:this.motionGroupId,joint_velocities:o})})}startTCPTranslation(t){return me(this,arguments,function*({axis:r,direction:a,velocityMmPerSec:n}){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]=a==="-"?-1:1,this.cartesianWebsocket.sendJson({motion_group:this.motionGroupId,position_direction:s,rotation_direction:o,position_velocity:n,rotation_velocity:0,tcp:this.cartesianJoggingOpts.tcpId,coordinate_system:this.cartesianJoggingOpts.coordSystemId})})}startTCPRotation(t){return me(this,arguments,function*({axis:r,direction:a,velocityRadsPerSec:n}){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]=a==="-"?-1:1,this.cartesianWebsocket.sendJson({motion_group:this.motionGroupId,position_direction:o,rotation_direction:s,position_velocity:0,rotation_velocity:n,tcp:this.cartesianJoggingOpts.tcpId,coordinate_system:this.cartesianJoggingOpts.coordSystemId})})}runIncrementalCartesianMotion(t){return me(this,arguments,function*({currentTcpPose:r,currentJoints:a,coordSystemId:n,velocityInRelevantUnits:o,axis:s,direction:l,motion:i}){var c;const d=[];if(!Yg(r.coordinate_system,n))throw new Error(`Current TCP pose coordinate system ${r.coordinate_system} does not match target coordinate system ${n}`);if(i.type==="translate"){const y=Object.assign({},r.position);y[s]+=i.distanceMm*(l==="-"?-1:1),d.push({settings:{limits_override:{tcp_velocity_limit:o}},line:{position:y,orientation:r.orientation,coordinate_system:n}})}else if(i.type==="rotate"){const y=new hr(r.orientation.x,r.orientation.y,r.orientation.z),g=y.length(),m=y.clone().normalize(),x=i.distanceRads*(l==="-"?-1:1),I=new hr(0,0,0);I[s]=1;const G=Math.cos(.5*x)*Math.cos(.5*g),N=Math.sin(.5*x)*Math.sin(.5*g),D=Math.sin(.5*x)*Math.cos(.5*g),z=Math.cos(.5*x)*Math.sin(.5*g),W=I.dot(m),j=I.clone().cross(m),U=2*Math.acos(G-N*W),k=U/Math.sin(.5*U),f=new hr().addScaledVector(j,N).addScaledVector(I,D).addScaledVector(m,z).multiplyScalar(k);d.push({settings:{limits_override:{tcp_orientation_velocity_limit:o}},line:{position:r.position,orientation:f,coordinate_system:n}})}const u=yield this.nova.api.motion.planMotion({motion_group:this.motionGroupId,start_joint_position:a,tcp:this.cartesianJoggingOpts.tcpId,commands:d}),p=(c=u.plan_successful_response)==null?void 0:c.motion;if(!p)throw new Error(`Failed to plan jogging increment motion ${JSON.stringify(u)}`);yield this.nova.api.motion.streamMoveForward(p,100,void 0,void 0,void 0,{timeout:1e3*60})})}runIncrementalJointRotation(t){return me(this,arguments,function*({joint:r,currentJoints:a,velocityRadsPerSec:n,direction:o,distanceRads:s}){var l;const i=[...a.joints];i[r]+=s*(o==="-"?-1:1);const c=new Array(a.joints.length).fill(n),d=yield this.nova.api.motion.planMotion({motion_group:this.motionGroupId,start_joint_position:a,commands:[{settings:{limits_override:{joint_velocity_limits:{joints:c}}},joint_ptp:{joints:i}}]}),u=(l=d.plan_successful_response)==null?void 0:l.motion;if(!u){console.error("Failed to plan jogging increment motion",d);return}yield this.nova.api.motion.streamMoveForward(u,100,void 0,void 0,void 0,{timeout:1e3*60})})}},ll=1e-4;function ES(e,t){const r=new Ze.Vector3(t.x,t.y,t.z),a=new Ze.Vector3(e.x,e.y,e.z),n=r.length(),o=r.normalize();let s=a.length(),l=a.normalize();l.dot(o)<0&&(s=-s,l=l.multiplyScalar(-1));let i=s-n;return i-=2*Math.PI*Math.floor((i+Math.PI)/(2*Math.PI)),s=n+i,l.multiplyScalar(s)}var MS=class ec{constructor(t,r,a,n,o){this.nova=t,this.controller=r,this.motionGroup=a,this.initialMotionState=n,this.motionStateSocket=o,this.rapidlyChangingMotionState=n,o.addEventListener("message",s=>{var l;const i=(l=Rt(s.data))==null?void 0:l.result;if(!i)throw new Error(`Failed to get motion state for ${this.motionGroupId}: ${s.data}`);Ki(this.rapidlyChangingMotionState.state.joint_position.joints,i.state.joint_position.joints,ll)||Ae.runInAction(()=>{this.rapidlyChangingMotionState.state=i.state}),Yi(this.rapidlyChangingMotionState.tcp_pose,i.tcp_pose,ll)||Ae.runInAction(()=>{this.rapidlyChangingMotionState.tcp_pose==null?this.rapidlyChangingMotionState.tcp_pose=i.tcp_pose:this.rapidlyChangingMotionState.tcp_pose={position:i.tcp_pose.position,orientation:ES(i.tcp_pose.orientation,this.rapidlyChangingMotionState.tcp_pose.orientation),tcp:i.tcp_pose.tcp,coordinate_system:i.tcp_pose.coordinate_system}})}),Ae.makeAutoObservable(this)}static open(t,r){return me(this,null,function*(){var a;const{instances:n}=yield t.api.controller.listControllers(),[o,s]=r.split("@"),l=n.find(p=>p.controller===s),i=l==null?void 0:l.physical_motion_groups.find(p=>p.motion_group===r);if(!l||!i)throw new Error(`Controller ${s} or motion group ${r} not found`);const c=t.openReconnectingWebsocket(`/motion-groups/${r}/state-stream`),d=yield c.firstMessage();console.log("got first message",d);const u=(a=Rt(d.data))==null?void 0:a.result;if(!u)throw new Error(`Unable to parse initial motion state message ${d.data}`);return console.log(`Connected motion state websocket to motion group ${i.motion_group}. Initial state:
|
|
105
|
+
`,u),new ec(t,l,i,u,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()}},jS=class{constructor(e,t){this.cellId=e,this.opts=t,this.system=this.withUnwrappedResponsesOnly(gS),this.cell=this.withUnwrappedResponsesOnly(M0),this.deviceConfig=this.withCellId(N0),this.motionGroup=this.withCellId(Z0),this.motionGroupInfos=this.withCellId(tS),this.controller=this.withCellId($0),this.program=this.withCellId(lS),this.programValues=this.withCellId(cS),this.controllerIOs=this.withCellId(k0),this.motionGroupKinematic=this.withCellId(oS),this.motion=this.withCellId(Y0),this.coordinateSystems=this.withCellId(L0),this.application=this.withCellId(al),this.applicationGlobal=this.withUnwrappedResponsesOnly(al),this.motionGroupJogging=this.withCellId(aS),this.virtualRobot=this.withCellId(SS),this.virtualRobotSetup=this.withCellId(VS),this.virtualRobotMode=this.withCellId(wS),this.virtualRobotBehavior=this.withCellId(xS),this.libraryProgramMetadata=this.withCellId(q0),this.libraryProgram=this.withCellId(z0),this.libraryRecipeMetadata=this.withCellId(Q0),this.libraryRecipe=this.withCellId(H0),this.storeObject=this.withCellId(fS),this.storeCollisionComponents=this.withCellId(uS),this.storeCollisionScenes=this.withCellId(hS)}withCellId(e){var t,r;const a=new e(po(cr({},this.opts),{isJsonMime:n=>n==="application/json"}),(t=this.opts.basePath)!=null?t:"",(r=this.opts.axiosInstance)!=null?r:v.create());for(const n of Reflect.ownKeys(Reflect.getPrototypeOf(a)))if(n!=="constructor"&&typeof a[n]=="function"){const o=a[n];a[n]=(...s)=>o.apply(a,[this.cellId,...s]).then(l=>l.data)}return a}withUnwrappedResponsesOnly(e){var t,r;const a=new e(po(cr({},this.opts),{isJsonMime:n=>n==="application/json"}),(t=this.opts.basePath)!=null?t:"",(r=this.opts.axiosInstance)!=null?r:v.create());for(const n of Reflect.ownKeys(Reflect.getPrototypeOf(a)))if(n!=="constructor"&&typeof a[n]=="function"){const o=a[n];a[n]=(...s)=>o.apply(a,s).then(l=>l.data)}return a}},$S=class{constructor(){this.connections=[]}handleAPIRequest(e){return me(this,null,function*(){var t,r,a;const n=[{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"+((a=(r=e.url)==null?void 0:r.split("/cells")[1])==null?void 0:a.split("?")[0]);for(const l of n){const i=AS.match(l.path)(s||"");if(o===l.method&&i){const c=l.handle();return{status:200,statusText:"Success",data:JSON.stringify(c),headers:{},config:e,request:{responseURL:e.url}}}}throw new So(`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(US)})),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)}},US={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"}}},kS=class{constructor(e){this.authPromise=null,this.accessToken=null;var t;const r=(t=e.cellId)!=null?t:"cell";this.config=cr({cellId:r},e),this.accessToken=e.accessToken||zn.getString("wbjs.access_token")||null,this.config.instanceUrl==="https://mock.example.com"&&(this.mock=new $S);const a=v.create({baseURL:Kn(this.config.instanceUrl,"/api/v1"),headers:{"User-Agent":"Wandelbots-Nova-JS-SDK"}});a.interceptors.request.use(n=>me(this,null,function*(){return n.headers.Authorization||(this.accessToken?n.headers.Authorization=`Bearer ${this.accessToken}`:this.config.username&&this.config.password&&(n.headers.Authorization=`Basic ${btoa(e.username+":"+e.password)}`)),n})),typeof window<"u"&&a.interceptors.response.use(n=>n,n=>me(this,null,function*(){var o,s;if(A0(n))if(((o=n.response)==null?void 0:o.status)===401)try{if(yield this.renewAuthentication(),n.config)return this.accessToken?n.config.headers.Authorization=`Bearer ${this.accessToken}`:delete n.config.headers.Authorization,a.request(n.config)}catch(l){return Promise.reject(l)}else((s=n.response)==null?void 0:s.status)===503&&(yield fetch(window.location.href)).status===503&&window.location.reload();return Promise.reject(n)})),this.api=new jS(r,po(cr({},e),{basePath:Kn(this.config.instanceUrl,"/api/v1"),isJsonMime:n=>n==="application/json",baseOptions:cr(cr({},this.mock?{adapter:n=>this.mock.handleAPIRequest(n)}:{}),e.baseOptions),axiosInstance:a}))}renewAuthentication(){return me(this,null,function*(){if(!this.authPromise){this.authPromise=Zg(this.config.instanceUrl);try{this.accessToken=yield this.authPromise,this.accessToken?zn.setString("wbjs.access_token",this.accessToken):zn.delete("wbjs.access_token")}finally{this.authPromise=null}}})}makeWebsocketURL(e){const t=new URL(Kn(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 Qg(this.makeWebsocketURL(e),{mock:this.mock})}connectMotionStream(e){return me(this,null,function*(){return yield MS.open(this,e)})}connectJogger(e){return me(this,null,function*(){return yield IS.open(this,e)})}connectMotionGroups(e){return me(this,null,function*(){const{instances:t}=yield this.api.controller.listControllers();return Promise.all(e.map(r=>TS.connect(this,r,t)))})}connectMotionGroup(e){return me(this,null,function*(){return(yield this.connectMotionGroups([e]))[0]})}};function BS(e){try{return JSON.stringify(e)}catch{return}}function LS(e,t){throw new Error(t+` ${JSON.stringify(e)}`)}function FS(e){var t,r,a,n;return e instanceof So&&e.code==="ERR_NETWORK"?"Failed to connect to the server. Please check your internet connection.":e instanceof So&&e.response?`${(t=e.response)==null?void 0:t.status} ${(r=e.response)==null?void 0:r.statusText} from ${(a=e.response)==null?void 0:a.config.url}: ${JSON.stringify((n=e.response)==null?void 0:n.data)}`:e instanceof Error?e.message:`Unexpected error: ${BS(e)||e}`}const Bo=e=>{const t=e.softTimeout||3e3,[r,a]=Y.useState(!1),n=F.useTheme();return Y.useEffect(()=>{const o=setTimeout(()=>{a(!0)},t);return()=>clearTimeout(o)}),b.jsx(F.Stack,{width:"100%",height:"100%",alignItems:"center",justifyContent:"center",sx:{color:n.palette.text.primary},children:e.error?b.jsx(tc,{loadingMessage:e.message,error:e.error}):b.jsxs(b.Fragment,{children:[b.jsx(F.CircularProgress,{sx:{marginBottom:"24px"}}),!!e.message&&b.jsx("div",{children:e.message}),b.jsx(F.Stack,{sx:{visibility:r?"visible":"hidden",marginTop:"1rem",color:n.palette.text.secondary},children:"This is taking longer than expected..."})]})})},tc=e=>{const t=FS(e.error),r=e.error instanceof Error?e.error.stack:null,a=F.useTheme();return b.jsxs(F.Stack,{sx:{maxHeight:"100%",maxWidth:"min(100%, 800px)",padding:2,overflow:"auto",color:a.palette.error.main,"& pre":{whiteSpace:"pre-wrap",wordBreak:"break-word",paddingBottom:"3rem"}},children:[(e.loadingMessage?`Error while ${Ro.lowerFirst(F.capitalize(e.loadingMessage))} - `:"")+t,b.jsx("br",{}),r&&b.jsx("pre",{children:r})]})},NS=({title:e,titleId:t,...r},a)=>B.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:19,height:10,fill:"none",ref:a,"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"})),DS=Y.forwardRef(NS),zS=({title:e,titleId:t,...r},a)=>B.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:19,height:10,fill:"none",ref:a,"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"})),GS=Y.forwardRef(zS),qS=({title:e,titleId:t,...r},a)=>B.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:10,height:19,fill:"none",ref:a,"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"})),JS=Y.forwardRef(qS),HS=({title:e,titleId:t,...r},a)=>B.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"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"})),WS=Y.forwardRef(HS);function QS(){this.__data__=[],this.size=0}function rc(e,t){return e===t||e!==e&&t!==t}function vn(e,t){for(var r=e.length;r--;)if(rc(e[r][0],t))return r;return-1}var KS=Array.prototype,YS=KS.splice;function XS(e){var t=this.__data__,r=vn(t,e);if(r<0)return!1;var a=t.length-1;return r==a?t.pop():YS.call(t,r,1),--this.size,!0}function ZS(e){var t=this.__data__,r=vn(t,e);return r<0?void 0:t[r][1]}function e1(e){return vn(this.__data__,e)>-1}function t1(e,t){var r=this.__data__,a=vn(r,e);return a<0?(++this.size,r.push([e,t])):r[a][1]=t,this}function St(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var a=e[t];this.set(a[0],a[1])}}St.prototype.clear=QS;St.prototype.delete=XS;St.prototype.get=ZS;St.prototype.has=e1;St.prototype.set=t1;function r1(){this.__data__=new St,this.size=0}function a1(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}function n1(e){return this.__data__.get(e)}function o1(e){return this.__data__.has(e)}var s1="[object AsyncFunction]",l1="[object Function]",i1="[object GeneratorFunction]",c1="[object Proxy]";function ac(e){if(!Ft(e))return!1;var t=qt(e);return t==l1||t==i1||t==s1||t==c1}var Yn=dt["__core-js_shared__"],il=function(){var e=/[^.]+$/.exec(Yn&&Yn.keys&&Yn.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function d1(e){return!!il&&il in e}var u1=Function.prototype,p1=u1.toString;function Ht(e){if(e!=null){try{return p1.call(e)}catch{}try{return e+""}catch{}}return""}var h1=/[\\^$.*+?()[\]{}|]/g,m1=/^\[object .+?Constructor\]$/,f1=Function.prototype,y1=Object.prototype,g1=f1.toString,b1=y1.hasOwnProperty,S1=RegExp("^"+g1.call(b1).replace(h1,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function v1(e){if(!Ft(e)||d1(e))return!1;var t=ac(e)?S1:m1;return t.test(Ht(e))}function x1(e,t){return e==null?void 0:e[t]}function Wt(e,t){var r=x1(e,t);return v1(r)?r:void 0}var Xr=Wt(dt,"Map"),Zr=Wt(Object,"create");function O1(){this.__data__=Zr?Zr(null):{},this.size=0}function w1(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var C1="__lodash_hash_undefined__",V1=Object.prototype,P1=V1.hasOwnProperty;function R1(e){var t=this.__data__;if(Zr){var r=t[e];return r===C1?void 0:r}return P1.call(t,e)?t[e]:void 0}var _1=Object.prototype,A1=_1.hasOwnProperty;function T1(e){var t=this.__data__;return Zr?t[e]!==void 0:A1.call(t,e)}var I1="__lodash_hash_undefined__";function E1(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Zr&&t===void 0?I1:t,this}function zt(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var a=e[t];this.set(a[0],a[1])}}zt.prototype.clear=O1;zt.prototype.delete=w1;zt.prototype.get=R1;zt.prototype.has=T1;zt.prototype.set=E1;function M1(){this.size=0,this.__data__={hash:new zt,map:new(Xr||St),string:new zt}}function j1(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function xn(e,t){var r=e.__data__;return j1(t)?r[typeof t=="string"?"string":"hash"]:r.map}function $1(e){var t=xn(this,e).delete(e);return this.size-=t?1:0,t}function U1(e){return xn(this,e).get(e)}function k1(e){return xn(this,e).has(e)}function B1(e,t){var r=xn(this,e),a=r.size;return r.set(e,t),this.size+=r.size==a?0:1,this}function vt(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var a=e[t];this.set(a[0],a[1])}}vt.prototype.clear=M1;vt.prototype.delete=$1;vt.prototype.get=U1;vt.prototype.has=k1;vt.prototype.set=B1;var L1=200;function F1(e,t){var r=this.__data__;if(r instanceof St){var a=r.__data__;if(!Xr||a.length<L1-1)return a.push([e,t]),this.size=++r.size,this;r=this.__data__=new vt(a)}return r.set(e,t),this.size=r.size,this}function yt(e){var t=this.__data__=new St(e);this.size=t.size}yt.prototype.clear=r1;yt.prototype.delete=a1;yt.prototype.get=n1;yt.prototype.has=o1;yt.prototype.set=F1;var N1="__lodash_hash_undefined__";function D1(e){return this.__data__.set(e,N1),this}function z1(e){return this.__data__.has(e)}function Ha(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new vt;++t<r;)this.add(e[t])}Ha.prototype.add=Ha.prototype.push=D1;Ha.prototype.has=z1;function G1(e,t){for(var r=-1,a=e==null?0:e.length;++r<a;)if(t(e[r],r,e))return!0;return!1}function q1(e,t){return e.has(t)}var J1=1,H1=2;function nc(e,t,r,a,n,o){var s=r&J1,l=e.length,i=t.length;if(l!=i&&!(s&&i>l))return!1;var c=o.get(e),d=o.get(t);if(c&&d)return c==t&&d==e;var u=-1,p=!0,y=r&H1?new Ha:void 0;for(o.set(e,t),o.set(t,e);++u<l;){var g=e[u],m=t[u];if(a)var x=s?a(m,g,u,t,e,o):a(g,m,u,e,t,o);if(x!==void 0){if(x)continue;p=!1;break}if(y){if(!G1(t,function(I,G){if(!q1(y,G)&&(g===I||n(g,I,r,a,o)))return y.push(G)})){p=!1;break}}else if(!(g===m||n(g,m,r,a,o))){p=!1;break}}return o.delete(e),o.delete(t),p}var cl=dt.Uint8Array;function W1(e){var t=-1,r=Array(e.size);return e.forEach(function(a,n){r[++t]=[n,a]}),r}function Q1(e){var t=-1,r=Array(e.size);return e.forEach(function(a){r[++t]=a}),r}var K1=1,Y1=2,X1="[object Boolean]",Z1="[object Date]",ev="[object Error]",tv="[object Map]",rv="[object Number]",av="[object RegExp]",nv="[object Set]",ov="[object String]",sv="[object Symbol]",lv="[object ArrayBuffer]",iv="[object DataView]",dl=Tt?Tt.prototype:void 0,Xn=dl?dl.valueOf:void 0;function cv(e,t,r,a,n,o,s){switch(r){case iv:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case lv:return!(e.byteLength!=t.byteLength||!o(new cl(e),new cl(t)));case X1:case Z1:case rv:return rc(+e,+t);case ev:return e.name==t.name&&e.message==t.message;case av:case ov:return e==t+"";case tv:var l=W1;case nv:var i=a&K1;if(l||(l=Q1),e.size!=t.size&&!i)return!1;var c=s.get(e);if(c)return c==t;a|=Y1,s.set(e,t);var d=nc(l(e),l(t),a,n,o,s);return s.delete(e),d;case sv:if(Xn)return Xn.call(e)==Xn.call(t)}return!1}function dv(e,t){for(var r=-1,a=t.length,n=e.length;++r<a;)e[n+r]=t[r];return e}var ct=Array.isArray;function uv(e,t,r){var a=t(e);return ct(e)?a:dv(a,r(e))}function pv(e,t){for(var r=-1,a=e==null?0:e.length,n=0,o=[];++r<a;){var s=e[r];t(s,r,e)&&(o[n++]=s)}return o}function hv(){return[]}var mv=Object.prototype,fv=mv.propertyIsEnumerable,ul=Object.getOwnPropertySymbols,yv=ul?function(e){return e==null?[]:(e=Object(e),pv(ul(e),function(t){return fv.call(e,t)}))}:hv;function gv(e,t){for(var r=-1,a=Array(e);++r<e;)a[r]=t(r);return a}var bv="[object Arguments]";function pl(e){return Nt(e)&&qt(e)==bv}var oc=Object.prototype,Sv=oc.hasOwnProperty,vv=oc.propertyIsEnumerable,sc=pl(function(){return arguments}())?pl:function(e){return Nt(e)&&Sv.call(e,"callee")&&!vv.call(e,"callee")};function xv(){return!1}var lc=typeof exports=="object"&&exports&&!exports.nodeType&&exports,hl=lc&&typeof module=="object"&&module&&!module.nodeType&&module,Ov=hl&&hl.exports===lc,ml=Ov?dt.Buffer:void 0,wv=ml?ml.isBuffer:void 0,xo=wv||xv,Cv=9007199254740991,Vv=/^(?:0|[1-9]\d*)$/;function ic(e,t){var r=typeof e;return t=t??Cv,!!t&&(r=="number"||r!="symbol"&&Vv.test(e))&&e>-1&&e%1==0&&e<t}var Pv=9007199254740991;function Lo(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Pv}var Rv="[object Arguments]",_v="[object Array]",Av="[object Boolean]",Tv="[object Date]",Iv="[object Error]",Ev="[object Function]",Mv="[object Map]",jv="[object Number]",$v="[object Object]",Uv="[object RegExp]",kv="[object Set]",Bv="[object String]",Lv="[object WeakMap]",Fv="[object ArrayBuffer]",Nv="[object DataView]",Dv="[object Float32Array]",zv="[object Float64Array]",Gv="[object Int8Array]",qv="[object Int16Array]",Jv="[object Int32Array]",Hv="[object Uint8Array]",Wv="[object Uint8ClampedArray]",Qv="[object Uint16Array]",Kv="[object Uint32Array]",he={};he[Dv]=he[zv]=he[Gv]=he[qv]=he[Jv]=he[Hv]=he[Wv]=he[Qv]=he[Kv]=!0;he[Rv]=he[_v]=he[Fv]=he[Av]=he[Nv]=he[Tv]=he[Iv]=he[Ev]=he[Mv]=he[jv]=he[$v]=he[Uv]=he[kv]=he[Bv]=he[Lv]=!1;function Yv(e){return Nt(e)&&Lo(e.length)&&!!he[qt(e)]}function Xv(e){return function(t){return e(t)}}var cc=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Gr=cc&&typeof module=="object"&&module&&!module.nodeType&&module,Zv=Gr&&Gr.exports===cc,Zn=Zv&&ii.process,fl=function(){try{var e=Gr&&Gr.require&&Gr.require("util").types;return e||Zn&&Zn.binding&&Zn.binding("util")}catch{}}(),yl=fl&&fl.isTypedArray,dc=yl?Xv(yl):Yv,ex=Object.prototype,tx=ex.hasOwnProperty;function rx(e,t){var r=ct(e),a=!r&&sc(e),n=!r&&!a&&xo(e),o=!r&&!a&&!n&&dc(e),s=r||a||n||o,l=s?gv(e.length,String):[],i=l.length;for(var c in e)tx.call(e,c)&&!(s&&(c=="length"||n&&(c=="offset"||c=="parent")||o&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||ic(c,i)))&&l.push(c);return l}var ax=Object.prototype;function nx(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||ax;return e===r}function ox(e,t){return function(r){return e(t(r))}}var sx=ox(Object.keys,Object),lx=Object.prototype,ix=lx.hasOwnProperty;function cx(e){if(!nx(e))return sx(e);var t=[];for(var r in Object(e))ix.call(e,r)&&r!="constructor"&&t.push(r);return t}function uc(e){return e!=null&&Lo(e.length)&&!ac(e)}function Fo(e){return uc(e)?rx(e):cx(e)}function gl(e){return uv(e,Fo,yv)}var dx=1,ux=Object.prototype,px=ux.hasOwnProperty;function hx(e,t,r,a,n,o){var s=r&dx,l=gl(e),i=l.length,c=gl(t),d=c.length;if(i!=d&&!s)return!1;for(var u=i;u--;){var p=l[u];if(!(s?p in t:px.call(t,p)))return!1}var y=o.get(e),g=o.get(t);if(y&&g)return y==t&&g==e;var m=!0;o.set(e,t),o.set(t,e);for(var x=s;++u<i;){p=l[u];var I=e[p],G=t[p];if(a)var N=s?a(G,I,p,t,e,o):a(I,G,p,e,t,o);if(!(N===void 0?I===G||n(I,G,r,a,o):N)){m=!1;break}x||(x=p=="constructor")}if(m&&!x){var D=e.constructor,z=t.constructor;D!=z&&"constructor"in e&&"constructor"in t&&!(typeof D=="function"&&D instanceof D&&typeof z=="function"&&z instanceof z)&&(m=!1)}return o.delete(e),o.delete(t),m}var Oo=Wt(dt,"DataView"),wo=Wt(dt,"Promise"),Co=Wt(dt,"Set"),Vo=Wt(dt,"WeakMap"),bl="[object Map]",mx="[object Object]",Sl="[object Promise]",vl="[object Set]",xl="[object WeakMap]",Ol="[object DataView]",fx=Ht(Oo),yx=Ht(Xr),gx=Ht(wo),bx=Ht(Co),Sx=Ht(Vo),Vt=qt;(Oo&&Vt(new Oo(new ArrayBuffer(1)))!=Ol||Xr&&Vt(new Xr)!=bl||wo&&Vt(wo.resolve())!=Sl||Co&&Vt(new Co)!=vl||Vo&&Vt(new Vo)!=xl)&&(Vt=function(e){var t=qt(e),r=t==mx?e.constructor:void 0,a=r?Ht(r):"";if(a)switch(a){case fx:return Ol;case yx:return bl;case gx:return Sl;case bx:return vl;case Sx:return xl}return t});var vx=1,wl="[object Arguments]",Cl="[object Array]",Ca="[object Object]",xx=Object.prototype,Vl=xx.hasOwnProperty;function Ox(e,t,r,a,n,o){var s=ct(e),l=ct(t),i=s?Cl:Vt(e),c=l?Cl:Vt(t);i=i==wl?Ca:i,c=c==wl?Ca:c;var d=i==Ca,u=c==Ca,p=i==c;if(p&&xo(e)){if(!xo(t))return!1;s=!0,d=!1}if(p&&!d)return o||(o=new yt),s||dc(e)?nc(e,t,r,a,n,o):cv(e,t,i,r,a,n,o);if(!(r&vx)){var y=d&&Vl.call(e,"__wrapped__"),g=u&&Vl.call(t,"__wrapped__");if(y||g){var m=y?e.value():e,x=g?t.value():t;return o||(o=new yt),n(m,x,r,a,o)}}return p?(o||(o=new yt),hx(e,t,r,a,n,o)):!1}function On(e,t,r,a,n){return e===t?!0:e==null||t==null||!Nt(e)&&!Nt(t)?e!==e&&t!==t:Ox(e,t,r,a,On,n)}function wx(e,t){return On(e,t)}const pc=({store:e})=>{const{t}=we.useTranslation(),[r,a]=Y.useState(e.jogger.motionStream.rapidlyChangingMotionState.state.joint_limit_reached.limit_reached),n=Y.useRef(r);gr(()=>{const s=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_limit_reached.limit_reached;wx(n.current,s)||(n.current=s,a(s))});const o=[];for(const[s,l]of r.entries())l&&o.push(s);return b.jsx(F.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(", ")})})},Cx=F.styled(F.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 Va({labelValue:e,...t}){return b.jsxs(Cx,{fullWidth:!0,variant:"filled",children:[b.jsx(F.InputLabel,{id:t.labelId,children:e}),b.jsx(F.Select,{...t})]})}var Pl=function(){try{var e=Wt(Object,"defineProperty");return e({},"",{}),e}catch{}}();function Vx(e,t,r){t=="__proto__"&&Pl?Pl(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function Px(e,t,r,a){for(var n=-1,o=e==null?0:e.length;++n<o;){var s=e[n];t(a,s,r(s),e)}return a}function Rx(e){return function(t,r,a){for(var n=-1,o=Object(t),s=a(t),l=s.length;l--;){var i=s[++n];if(r(o[i],i,o)===!1)break}return t}}var _x=Rx();function Ax(e,t){return e&&_x(e,t,Fo)}function Tx(e,t){return function(r,a){if(r==null)return r;if(!uc(r))return e(r,a);for(var n=r.length,o=-1,s=Object(r);++o<n&&a(s[o],o,s)!==!1;);return r}}var Ix=Tx(Ax);function Ex(e,t,r,a){return Ix(e,function(n,o,s){t(a,n,r(n),s)}),a}var Mx=1,jx=2;function $x(e,t,r,a){var n=r.length,o=n;if(e==null)return!o;for(e=Object(e);n--;){var s=r[n];if(s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++n<o;){s=r[n];var l=s[0],i=e[l],c=s[1];if(s[2]){if(i===void 0&&!(l in e))return!1}else{var d=new yt,u;if(!(u===void 0?On(c,i,Mx|jx,a,d):u))return!1}}return!0}function hc(e){return e===e&&!Ft(e)}function Ux(e){for(var t=Fo(e),r=t.length;r--;){var a=t[r],n=e[a];t[r]=[a,n,hc(n)]}return t}function mc(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}function kx(e){var t=Ux(e);return t.length==1&&t[0][2]?mc(t[0][0],t[0][1]):function(r){return r===e||$x(r,e,t)}}var Bx=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Lx=/^\w*$/;function No(e,t){if(ct(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||dn(e)?!0:Lx.test(e)||!Bx.test(e)||t!=null&&e in Object(t)}var Fx="Expected a function";function Do(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(Fx);var r=function(){var a=arguments,n=t?t.apply(this,a):a[0],o=r.cache;if(o.has(n))return o.get(n);var s=e.apply(this,a);return r.cache=o.set(n,s)||o,s};return r.cache=new(Do.Cache||vt),r}Do.Cache=vt;var Nx=500;function Dx(e){var t=Do(e,function(a){return r.size===Nx&&r.clear(),a}),r=t.cache;return t}var zx=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Gx=/\\(\\)?/g,qx=Dx(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(zx,function(r,a,n,o){t.push(n?o.replace(Gx,"$1"):a||r)}),t});function Jx(e,t){for(var r=-1,a=e==null?0:e.length,n=Array(a);++r<a;)n[r]=t(e[r],r,e);return n}var Rl=Tt?Tt.prototype:void 0,_l=Rl?Rl.toString:void 0;function fc(e){if(typeof e=="string")return e;if(ct(e))return Jx(e,fc)+"";if(dn(e))return _l?_l.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function yc(e){return e==null?"":fc(e)}function gc(e,t){return ct(e)?e:No(e,t)?[e]:qx(yc(e))}function wn(e){if(typeof e=="string"||dn(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function bc(e,t){t=gc(t,e);for(var r=0,a=t.length;e!=null&&r<a;)e=e[wn(t[r++])];return r&&r==a?e:void 0}function Hx(e,t,r){var a=e==null?void 0:bc(e,t);return a===void 0?r:a}function Wx(e,t){return e!=null&&t in Object(e)}function Qx(e,t,r){t=gc(t,e);for(var a=-1,n=t.length,o=!1;++a<n;){var s=wn(t[a]);if(!(o=e!=null&&r(e,s)))break;e=e[s]}return o||++a!=n?o:(n=e==null?0:e.length,!!n&&Lo(n)&&ic(s,n)&&(ct(e)||sc(e)))}function Kx(e,t){return e!=null&&Qx(e,t,Wx)}var Yx=1,Xx=2;function Zx(e,t){return No(e)&&hc(t)?mc(wn(e),t):function(r){var a=Hx(r,e);return a===void 0&&a===t?Kx(r,e):On(t,a,Yx|Xx)}}function eO(e){return e}function tO(e){return function(t){return t==null?void 0:t[e]}}function rO(e){return function(t){return bc(t,e)}}function aO(e){return No(e)?tO(wn(e)):rO(e)}function nO(e){return typeof e=="function"?e:e==null?eO:typeof e=="object"?ct(e)?Zx(e[0],e[1]):kx(e):aO(e)}function oO(e,t){return function(r,a){var n=ct(r)?Px:Ex,o={};return n(r,e,nO(a),o)}}var Pa=oO(function(e,t,r){Vx(e,r,t)}),sO=0;function lO(e){var t=++sO;return yc(e)+t}const Po=[{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}],iO=[{id:"continuous"},...Po],cO=["coordsys","tool"];class Cn{constructor(t,r,a,n){var o,s;this.jogger=t,this.motionGroupSpec=r,this.coordSystems=a,this.tcps=n,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 l of a)if(l.coordinate_system===""){l.coordinate_system="world";break}this.selectedCoordSystemId=((o=a[0])==null?void 0:o.coordinate_system)||"world",this.selectedTcpId=((s=n[0])==null?void 0:s.id)||"",Ae.makeAutoObservable(this,{},{autoBind:!0}),this.loadFromLocalStorage(),this.disposers.push(Ae.autorun(()=>this.saveToLocalStorage())),window.joggingStore=this}static async loadFor(t){const{nova:r}=t,[a,{coordinatesystems:n},{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 Cn(t,a,n||[],o||[])}dispose(){for(const t of this.disposers)t();this.jogger.dispose()}get coordSystemCountByName(){return Ro.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=kt.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 iO}get discreteIncrementOptions(){return Po}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:Po.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 a=this.tabs[r]||this.tabs[0];this.selectedTabId=a.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=lO();this.lock(r);try{return await t()}finally{this.unlock(r)}}}const dO=Re.observer(({store:e})=>{var n;const{t}=we.useTranslation(),r=[];function a(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(b.jsx(Va,{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=>b.jsx(F.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(b.jsx(Va,{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=>b.jsx(F.MenuItem,{value:o.id,children:o.id},o.id))},"tcp")),e.showOrientationSelect&&r.push(b.jsx(Va,{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:cO.map(o=>b.jsx(F.MenuItem,{value:o,children:a(o)},o))},"orientation")),e.showIncrementSelect&&r.push(b.jsxs(Va,{labelValue:t("Jogging.Increment.hlb"),labelId:"jogging-increment-select",size:"small",variant:"filled",value:((n=e.activeDiscreteIncrement)==null?void 0:n.id)||"continuous",onChange:o=>e.setSelectedIncrementId(o.target.value),disabled:e.isLocked,children:[b.jsx(F.MenuItem,{value:"continuous",children:t("Jogging.Increment.Continuous.dd")},"continuous"),e.selectedOrientation==="tool"?null:e.discreteIncrementOptions.map(o=>b.jsx(F.MenuItem,{value:o.id,children:e.currentMotionType==="translate"?`${o.mm}mm`:`${o.degrees}°`},o.id))]},"increment")),b.jsx(F.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)=>b.jsx(F.Box,{sx:{gridColumn:r.length%2===1&&s===r.length-1?"span 2":"auto"},children:o},s))})}),uO=F.styled(F.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 Al(e,t){return process.env.NODE_ENV==="production"?()=>null:function(...a){return e(...a)||t(...a)}}function pO(e){return typeof e=="string"}function hO(e,t,r){return e===void 0||pO(e)?t:{...t,ownerState:{...t.ownerState,...r}}}function Ua(e,t=[]){if(e===void 0)return{};const r={};return Object.keys(e).filter(a=>a.match(/^on[A-Z]/)&&typeof e[a]=="function"&&!t.includes(a)).forEach(a=>{r[a]=e[a]}),r}function Tl(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 mO(e){const{getSlotProps:t,additionalProps:r,externalSlotProps:a,externalForwardedProps:n,className:o}=e;if(!t){const y=ft(r==null?void 0:r.className,o,n==null?void 0:n.className,a==null?void 0:a.className),g={...r==null?void 0:r.style,...n==null?void 0:n.style,...a==null?void 0:a.style},m={...r,...n,...a};return y.length>0&&(m.className=y),Object.keys(g).length>0&&(m.style=g),{props:m,internalRef:void 0}}const s=Ua({...n,...a}),l=Tl(a),i=Tl(n),c=t(s),d=ft(c==null?void 0:c.className,r==null?void 0:r.className,o,n==null?void 0:n.className,a==null?void 0:a.className),u={...c==null?void 0:c.style,...r==null?void 0:r.style,...n==null?void 0:n.style,...a==null?void 0:a.style},p={...c,...r,...i,...l};return d.length>0&&(p.className=d),Object.keys(u).length>0&&(p.style=u),{props:p,internalRef:c.ref}}function fO(e,t,r){return typeof e=="function"?e(t,r):e}function Ct(e){var u;const{elementType:t,externalSlotProps:r,ownerState:a,skipResolvingSlotProps:n=!1,...o}=e,s=n?{}:fO(r,a),{props:l,internalRef:i}=mO({...o,externalSlotProps:s}),c=li(i,s==null?void 0:s.ref,(u=e.additionalProps)==null?void 0:u.ref);return hO(t,{...l,ref:c},a)}function Il(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(`
|
|
106
|
+
`))}return!1}const yO={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};function gO(e,t,r=(a,n)=>a===n){return e.length===t.length&&e.every((a,n)=>r(a,t[n]))}const bO=2;function lr(e,t,r,a,n){return r===1?Math.min(e+t,n):Math.max(e-t,a)}function Sc(e,t){return e-t}function El(e,t){const{index:r}=e.reduce((a,n,o)=>{const s=Math.abs(t-n);return a===null||s<a.distance||s===a.distance?{distance:s,index:o}:a},null)??{};return r}function Ra(e,t){if(t.current!==void 0&&e.changedTouches){const r=e;for(let a=0;a<r.changedTouches.length;a+=1){const n=r.changedTouches[a];if(n.identifier===t.current)return{x:n.clientX,y:n.clientY}}return!1}return{x:e.clientX,y:e.clientY}}function Wa(e,t,r){return(e-t)*100/(r-t)}function SO(e,t,r){return(r-t)*e+t}function vO(e){if(Math.abs(e)<1){const r=e.toExponential().split("e-"),a=r[0].split(".")[1];return(a?a.length:0)+parseInt(r[1],10)}const t=e.toString().split(".")[1];return t?t.length:0}function xO(e,t,r){const a=Math.round((e-r)/t)*t+r;return Number(a.toFixed(vO(t)))}function Ml({values:e,newValue:t,index:r}){const a=e.slice();return a[r]=t,a.sort(Sc)}function _a({sliderRef:e,activeIndex:t,setActive:r}){var n,o,s;const a=Ea(e.current);(!((n=e.current)!=null&&n.contains(a.activeElement))||Number((o=a==null?void 0:a.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 Aa(e,t){return typeof e=="number"&&typeof t=="number"?e===t:typeof e=="object"&&typeof t=="object"?gO(e,t):!1}const OO={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}%`})}},wO=e=>e;let Ta;function jl(){return Ta===void 0&&(typeof CSS<"u"&&typeof CSS.supports=="function"?Ta=CSS.supports("touch-action","none"):Ta=!0),Ta}function CO(e){const{"aria-labelledby":t,defaultValue:r,disabled:a=!1,disableSwap:n=!1,isRtl:o=!1,marks:s=!1,max:l=100,min:i=0,name:c,onChange:d,onChangeCommitted:u,orientation:p="horizontal",rootRef:y,scale:g=wO,step:m=1,shiftStep:x=10,tabIndex:I,value:G}=e,N=B.useRef(void 0),[D,z]=B.useState(-1),[W,j]=B.useState(-1),[U,k]=B.useState(!1),f=B.useRef(0),M=B.useRef(null),[L,J]=Dp({controlled:G,default:r??i,name:"Slider"}),H=d&&((q,Q,Z)=>{const oe=q.nativeEvent||q,ce=new oe.constructor(oe.type,oe);Object.defineProperty(ce,"target",{writable:!0,value:{value:Q,name:c}}),M.current=Q,d(ce,Q,Z)}),ne=Array.isArray(L);let te=ne?L.slice().sort(Sc):[L];te=te.map(q=>q==null?i:ir(q,i,l));const xe=s===!0&&m!==null?[...Array(Math.floor((l-i)/m)+1)].map((q,Q)=>({value:i+m*Q})):s||[],X=xe.map(q=>q.value),[be,$]=B.useState(-1),K=B.useRef(null),se=li(y,K),Ve=q=>Q=>{var oe;const Z=Number(Q.currentTarget.getAttribute("data-index"));Il(Q.target)&&$(Z),j(Z),(oe=q==null?void 0:q.onFocus)==null||oe.call(q,Q)},Je=q=>Q=>{var Z;Il(Q.target)||$(-1),j(-1),(Z=q==null?void 0:q.onBlur)==null||Z.call(q,Q)},je=(q,Q)=>{const Z=Number(q.currentTarget.getAttribute("data-index")),oe=te[Z],ce=X.indexOf(oe);let ee=Q;if(xe&&m==null){const Te=X[X.length-1];ee>=Te?ee=Te:ee<=X[0]?ee=X[0]:ee=ee<oe?X[ce-1]:X[ce+1]}if(ee=ir(ee,i,l),ne){n&&(ee=ir(ee,te[Z-1]||-1/0,te[Z+1]||1/0));const Te=ee;ee=Ml({values:te,newValue:ee,index:Z});let ke=Z;n||(ke=ee.indexOf(Te)),_a({sliderRef:K,activeIndex:ke})}J(ee),$(Z),H&&!Aa(ee,L)&&H(q,ee,Z),u&&u(q,M.current??ee)},Et=q=>Q=>{var Z;if(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight","PageUp","PageDown","Home","End"].includes(Q.key)){Q.preventDefault();const oe=Number(Q.currentTarget.getAttribute("data-index")),ce=te[oe];let ee=null;if(m!=null){const Te=Q.shiftKey?x:m;switch(Q.key){case"ArrowUp":ee=lr(ce,Te,1,i,l);break;case"ArrowRight":ee=lr(ce,Te,o?-1:1,i,l);break;case"ArrowDown":ee=lr(ce,Te,-1,i,l);break;case"ArrowLeft":ee=lr(ce,Te,o?1:-1,i,l);break;case"PageUp":ee=lr(ce,x,1,i,l);break;case"PageDown":ee=lr(ce,x,-1,i,l);break;case"Home":ee=i;break;case"End":ee=l;break}}else if(xe){const Te=X[X.length-1],ke=X.indexOf(ce),_e=[o?"ArrowRight":"ArrowLeft","ArrowDown","PageDown","Home"],He=[o?"ArrowLeft":"ArrowRight","ArrowUp","PageUp","End"];_e.includes(Q.key)?ke===0?ee=X[0]:ee=X[ke-1]:He.includes(Q.key)&&(ke===X.length-1?ee=Te:ee=X[ke+1])}ee!=null&&je(Q,ee)}(Z=q==null?void 0:q.onKeyDown)==null||Z.call(q,Q)};Yl(()=>{var q;a&&K.current.contains(document.activeElement)&&((q=document.activeElement)==null||q.blur())},[a]),a&&D!==-1&&z(-1),a&&be!==-1&&$(-1);const xt=q=>Q=>{var Z;(Z=q.onChange)==null||Z.call(q,Q),je(Q,Q.target.valueAsNumber)},ye=B.useRef(void 0);let Fe=p;o&&p==="horizontal"&&(Fe+="-reverse");const Ye=({finger:q,move:Q=!1})=>{const{current:Z}=K,{width:oe,height:ce,bottom:ee,left:Te}=Z.getBoundingClientRect();let ke;Fe.startsWith("vertical")?ke=(ee-q.y)/ce:ke=(q.x-Te)/oe,Fe.includes("-reverse")&&(ke=1-ke);let _e;if(_e=SO(ke,i,l),m)_e=xO(_e,m,i);else{const Pr=El(X,_e);_e=X[Pr]}_e=ir(_e,i,l);let He=0;if(ne){Q?He=ye.current:He=El(te,_e),n&&(_e=ir(_e,te[He-1]||-1/0,te[He+1]||1/0));const Pr=_e;_e=Ml({values:te,newValue:_e,index:He}),n&&Q||(He=_e.indexOf(Pr),ye.current=He)}return{newValue:_e,activeIndex:He}},ut=kn(q=>{const Q=Ra(q,N);if(!Q)return;if(f.current+=1,q.type==="mousemove"&&q.buttons===0){at(q);return}const{newValue:Z,activeIndex:oe}=Ye({finger:Q,move:!0});_a({sliderRef:K,activeIndex:oe,setActive:z}),J(Z),!U&&f.current>bO&&k(!0),H&&!Aa(Z,L)&&H(q,Z,oe)}),at=kn(q=>{const Q=Ra(q,N);if(k(!1),!Q)return;const{newValue:Z}=Ye({finger:Q,move:!0});z(-1),q.type==="touchend"&&j(-1),u&&u(q,M.current??Z),N.current=void 0,Mt()}),$e=kn(q=>{if(a)return;jl()||q.preventDefault();const Q=q.changedTouches[0];Q!=null&&(N.current=Q.identifier);const Z=Ra(q,N);if(Z!==!1){const{newValue:ce,activeIndex:ee}=Ye({finger:Z});_a({sliderRef:K,activeIndex:ee,setActive:z}),J(ce),H&&!Aa(ce,L)&&H(q,ce,ee)}f.current=0;const oe=Ea(K.current);oe.addEventListener("touchmove",ut,{passive:!0}),oe.addEventListener("touchend",at,{passive:!0})}),Mt=B.useCallback(()=>{const q=Ea(K.current);q.removeEventListener("mousemove",ut),q.removeEventListener("mouseup",at),q.removeEventListener("touchmove",ut),q.removeEventListener("touchend",at)},[at,ut]);B.useEffect(()=>{const{current:q}=K;return q.addEventListener("touchstart",$e,{passive:jl()}),()=>{q.removeEventListener("touchstart",$e),Mt()}},[Mt,$e]),B.useEffect(()=>{a&&Mt()},[a,Mt]);const Vn=q=>Q=>{var ce;if((ce=q.onMouseDown)==null||ce.call(q,Q),a||Q.defaultPrevented||Q.button!==0)return;Q.preventDefault();const Z=Ra(Q,N);if(Z!==!1){const{newValue:ee,activeIndex:Te}=Ye({finger:Z});_a({sliderRef:K,activeIndex:Te,setActive:z}),J(ee),H&&!Aa(ee,L)&&H(Q,ee,Te)}f.current=0;const oe=Ea(K.current);oe.addEventListener("mousemove",ut,{passive:!0}),oe.addEventListener("mouseup",at)},sa=Wa(ne?te[0]:i,i,l),Ue=Wa(te[te.length-1],i,l)-sa,Vr=(q={})=>{const Q=Ua(q),Z={onMouseDown:Vn(Q||{})},oe={...Q,...Z};return{...q,ref:se,...oe}},la=q=>Q=>{var oe;(oe=q.onMouseOver)==null||oe.call(q,Q);const Z=Number(Q.currentTarget.getAttribute("data-index"));j(Z)},ia=q=>Q=>{var Z;(Z=q.onMouseLeave)==null||Z.call(q,Q),j(-1)},ca=(q={})=>{const Q=Ua(q),Z={onMouseOver:la(Q||{}),onMouseLeave:ia(Q||{})};return{...q,...Q,...Z}},da=q=>({pointerEvents:D!==-1&&D!==q?"none":void 0});let Qt;return p==="vertical"&&(Qt=o?"vertical-rl":"vertical-lr"),{active:D,axis:Fe,axisProps:OO,dragging:U,focusedThumbIndex:be,getHiddenInputProps:(q={})=>{const Q=Ua(q),Z={onChange:xt(Q||{}),onFocus:Ve(Q||{}),onBlur:Je(Q||{}),onKeyDown:Et(Q||{})},oe={...Q,...Z};return{tabIndex:I,"aria-labelledby":t,"aria-orientation":p,"aria-valuemax":g(l),"aria-valuemin":g(i),name:c,type:"range",min:e.min,max:e.max,step:e.step===null&&e.marks?"any":e.step??void 0,disabled:a,...q,...oe,style:{...yO,direction:o?"rtl":"ltr",width:"100%",height:"100%",writingMode:Qt}}},getRootProps:Vr,getThumbProps:ca,marks:xe,open:W,range:ne,rootRef:se,trackLeap:Ue,trackOffset:sa,values:te,getThumbStyle:da}}function ka(e){return typeof e=="string"}const VO=e=>!e||!ka(e);function PO(e){return typeof e.main=="string"}function RO(e,t=[]){if(!PO(e))return!1;for(const r of t)if(!e.hasOwnProperty(r)||typeof e[r]!="string")return!1;return!0}function zo(e=[]){return([,t])=>t&&RO(t,e)}function _O(e){return ra("MuiSlider",e)}const Qe=ql("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"]),AO=e=>{const{open:t}=e;return{offset:ft(t&&Qe.valueLabelOpen),circle:Qe.valueLabelCircle,label:Qe.valueLabelLabel}};function vc(e){const{children:t,className:r,value:a}=e,n=AO(e);return t?B.cloneElement(t,{className:t.props.className},b.jsxs(B.Fragment,{children:[t.props.children,b.jsx("span",{className:ft(n.offset,r),"aria-hidden":!0,children:b.jsx("span",{className:n.circle,children:b.jsx("span",{className:n.label,children:a})})})]})):null}process.env.NODE_ENV!=="production"&&(vc.propTypes={children:S.element.isRequired,className:S.string,value:S.node});function $l(e){return e}const TO=gt("span",{name:"MuiSlider",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[`color${Be(r.color)}`],r.size!=="medium"&&t[`size${Be(r.size)}`],r.marked&&t.marked,r.orientation==="vertical"&&t.vertical,r.track==="inverted"&&t.trackInverted,r.track===!1&&t.trackFalse]}})(Gt(({theme:e})=>({borderRadius:12,boxSizing:"content-box",display:"inline-block",position:"relative",cursor:"pointer",touchAction:"none",WebkitTapHighlightColor:"transparent","@media print":{colorAdjust:"exact"},[`&.${Qe.disabled}`]:{pointerEvents:"none",cursor:"default",color:(e.vars||e).palette.grey[400]},[`&.${Qe.dragging}`]:{[`& .${Qe.thumb}, & .${Qe.track}`]:{transition:"none"}},variants:[...Object.entries(e.palette).filter(zo()).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}}]}))),IO=gt("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}}]}),EO=gt("span",{name:"MuiSlider",slot:"Track"})(Gt(({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(zo()).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:Jr(e.palette[t].main,.62),borderColor:Jr(e.palette[t].main,.62),...e.applyStyles("dark",{backgroundColor:qr(e.palette[t].main,.5)}),...e.applyStyles("dark",{borderColor:qr(e.palette[t].main,.5)})}}}))]}))),MO=gt("span",{name:"MuiSlider",slot:"Thumb",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.thumb,t[`thumbColor${Be(r.color)}`],r.size!=="medium"&&t[`thumbSize${Be(r.size)}`]]}})(Gt(({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%)"},[`&.${Qe.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(zo()).map(([t])=>({props:{color:t},style:{[`&:hover, &.${Qe.focusVisible}`]:{...e.vars?{boxShadow:`0px 0px 0px 8px rgba(${e.vars.palette[t].mainChannel} / 0.16)`}:{boxShadow:`0px 0px 0px 8px ${ro(e.palette[t].main,.16)}`},"@media (hover: none)":{boxShadow:"none"}},[`&.${Qe.active}`]:{...e.vars?{boxShadow:`0px 0px 0px 14px rgba(${e.vars.palette[t].mainChannel} / 0.16)`}:{boxShadow:`0px 0px 0px 14px ${ro(e.palette[t].main,.16)}`}}}}))]}))),xc=gt(vc,{name:"MuiSlider",slot:"ValueLabel"})(Gt(({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%"},[`&.${Qe.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%"},[`&.${Qe.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"&&(xc.propTypes={children:S.element.isRequired,index:S.number.isRequired,open:S.bool.isRequired,value:S.node});const jO=gt("span",{name:"MuiSlider",slot:"Mark",shouldForwardProp:e=>Eo(e)&&e!=="markActive",overridesResolver:(e,t)=>{const{markActive:r}=e;return[t.mark,r&&t.markActive]}})(Gt(({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}}]}))),$O=gt("span",{name:"MuiSlider",slot:"MarkLabel",shouldForwardProp:e=>Eo(e)&&e!=="markLabelActive"})(Gt(({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}}]}))),UO=e=>{const{disabled:t,dragging:r,marked:a,orientation:n,track:o,classes:s,color:l,size:i}=e,c={root:["root",t&&"disabled",r&&"dragging",a&&"marked",n==="vertical"&&"vertical",o==="inverted"&&"trackInverted",o===!1&&"trackFalse",l&&`color${Be(l)}`,i&&`size${Be(i)}`],rail:["rail"],track:["track"],mark:["mark"],markActive:["markActive"],markLabel:["markLabel"],markLabelActive:["markLabelActive"],valueLabel:["valueLabel"],thumb:["thumb",t&&"disabled",i&&`thumbSize${Be(i)}`,l&&`thumbColor${Be(l)}`],active:["active"],disabled:["disabled"],focusVisible:["focusVisible"]};return To(c,_O,s)},kO=({children:e})=>e,Oc=B.forwardRef(function(t,r){const a=Mo({props:t,name:"MuiSlider"}),n=ju(),{"aria-label":o,"aria-valuetext":s,"aria-labelledby":l,component:i="span",components:c={},componentsProps:d={},color:u="primary",classes:p,className:y,disableSwap:g=!1,disabled:m=!1,getAriaLabel:x,getAriaValueText:I,marks:G=!1,max:N=100,min:D=0,name:z,onChange:W,onChangeCommitted:j,orientation:U="horizontal",shiftStep:k=10,size:f="medium",step:M=1,scale:L=$l,slotProps:J,slots:H,tabIndex:ne,track:te="normal",value:xe,valueLabelDisplay:X="off",valueLabelFormat:be=$l,...$}=a,K={...a,isRtl:n,max:N,min:D,classes:p,disabled:m,disableSwap:g,orientation:U,marks:G,color:u,size:f,step:M,shiftStep:k,scale:L,track:te,valueLabelDisplay:X,valueLabelFormat:be},{axisProps:se,getRootProps:Ve,getHiddenInputProps:Je,getThumbProps:je,open:Et,active:xt,axis:ye,focusedThumbIndex:Fe,range:Ye,dragging:ut,marks:at,values:$e,trackOffset:Mt,trackLeap:Vn,getThumbStyle:sa}=CO({...K,rootRef:r});K.marked=at.length>0&&at.some(Pe=>Pe.label),K.dragging=ut,K.focusedThumbIndex=Fe;const Ue=UO(K),Vr=(H==null?void 0:H.root)??c.Root??TO,la=(H==null?void 0:H.rail)??c.Rail??IO,ia=(H==null?void 0:H.track)??c.Track??EO,ca=(H==null?void 0:H.thumb)??c.Thumb??MO,da=(H==null?void 0:H.valueLabel)??c.ValueLabel??xc,Qt=(H==null?void 0:H.mark)??c.Mark??jO,ua=(H==null?void 0:H.markLabel)??c.MarkLabel??$O,q=(H==null?void 0:H.input)??c.Input??"input",Q=(J==null?void 0:J.root)??d.root,Z=(J==null?void 0:J.rail)??d.rail,oe=(J==null?void 0:J.track)??d.track,ce=(J==null?void 0:J.thumb)??d.thumb,ee=(J==null?void 0:J.valueLabel)??d.valueLabel,Te=(J==null?void 0:J.mark)??d.mark,ke=(J==null?void 0:J.markLabel)??d.markLabel,_e=(J==null?void 0:J.input)??d.input,He=Ct({elementType:Vr,getSlotProps:Ve,externalSlotProps:Q,externalForwardedProps:$,additionalProps:{...VO(Vr)&&{as:i}},ownerState:{...K,...Q==null?void 0:Q.ownerState},className:[Ue.root,y]}),Pr=Ct({elementType:la,externalSlotProps:Z,ownerState:K,className:Ue.rail}),Ic=Ct({elementType:ia,externalSlotProps:oe,additionalProps:{style:{...se[ye].offset(Mt),...se[ye].leap(Vn)}},ownerState:{...K,...oe==null?void 0:oe.ownerState},className:Ue.track}),Pn=Ct({elementType:ca,getSlotProps:je,externalSlotProps:ce,ownerState:{...K,...ce==null?void 0:ce.ownerState},className:Ue.thumb}),Ec=Ct({elementType:da,externalSlotProps:ee,ownerState:{...K,...ee==null?void 0:ee.ownerState},className:Ue.valueLabel}),Rn=Ct({elementType:Qt,externalSlotProps:Te,ownerState:K,className:Ue.mark}),_n=Ct({elementType:ua,externalSlotProps:ke,ownerState:K,className:Ue.markLabel}),Mc=Ct({elementType:q,getSlotProps:Je,externalSlotProps:_e,ownerState:K});return b.jsxs(Vr,{...He,children:[b.jsx(la,{...Pr}),b.jsx(ia,{...Ic}),at.filter(Pe=>Pe.value>=D&&Pe.value<=N).map((Pe,Ie)=>{const An=Wa(Pe.value,D,N),pa=se[ye].offset(An);let pt;return te===!1?pt=$e.includes(Pe.value):pt=te==="normal"&&(Ye?Pe.value>=$e[0]&&Pe.value<=$e[$e.length-1]:Pe.value<=$e[0])||te==="inverted"&&(Ye?Pe.value<=$e[0]||Pe.value>=$e[$e.length-1]:Pe.value>=$e[0]),b.jsxs(B.Fragment,{children:[b.jsx(Qt,{"data-index":Ie,...Rn,...!ka(Qt)&&{markActive:pt},style:{...pa,...Rn.style},className:ft(Rn.className,pt&&Ue.markActive)}),Pe.label!=null?b.jsx(ua,{"aria-hidden":!0,"data-index":Ie,..._n,...!ka(ua)&&{markLabelActive:pt},style:{...pa,..._n.style},className:ft(Ue.markLabel,_n.className,pt&&Ue.markLabelActive),children:Pe.label}):null]},Ie)}),$e.map((Pe,Ie)=>{const An=Wa(Pe,D,N),pa=se[ye].offset(An),pt=X==="off"?kO:da;return b.jsx(pt,{...!ka(pt)&&{valueLabelFormat:be,valueLabelDisplay:X,value:typeof be=="function"?be(L(Pe),Ie):be,index:Ie,open:Et===Ie||xt===Ie||X==="on",disabled:m},...Ec,children:b.jsx(ca,{"data-index":Ie,...Pn,className:ft(Ue.thumb,Pn.className,xt===Ie&&Ue.active,Fe===Ie&&Ue.focusVisible),style:{...pa,...sa(Ie),...Pn.style},children:b.jsx(q,{"data-index":Ie,"aria-label":x?x(Ie):o,"aria-valuenow":L(Pe),"aria-labelledby":l,"aria-valuetext":I?I(L(Pe),Ie):s,value:$e[Ie],...Mc})})},Ie)})]})});process.env.NODE_ENV!=="production"&&(Oc.propTypes={"aria-label":Al(S.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":S.string,"aria-valuetext":Al(S.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:S.node,classes:S.object,className:S.string,color:S.oneOfType([S.oneOf(["primary","secondary","error","info","success","warning"]),S.string]),components:S.shape({Input:S.elementType,Mark:S.elementType,MarkLabel:S.elementType,Rail:S.elementType,Root:S.elementType,Thumb:S.elementType,Track:S.elementType,ValueLabel:S.elementType}),componentsProps:S.shape({input:S.oneOfType([S.func,S.object]),mark:S.oneOfType([S.func,S.object]),markLabel:S.oneOfType([S.func,S.object]),rail:S.oneOfType([S.func,S.object]),root:S.oneOfType([S.func,S.object]),thumb:S.oneOfType([S.func,S.object]),track:S.oneOfType([S.func,S.object]),valueLabel:S.oneOfType([S.func,S.shape({children:S.element,className:S.string,open:S.bool,style:S.object,value:S.node,valueLabelDisplay:S.oneOf(["auto","off","on"])})])}),defaultValue:S.oneOfType([S.arrayOf(S.number),S.number]),disabled:S.bool,disableSwap:S.bool,getAriaLabel:S.func,getAriaValueText:S.func,marks:S.oneOfType([S.arrayOf(S.shape({label:S.node,value:S.number.isRequired})),S.bool]),max:S.number,min:S.number,name:S.string,onChange:S.func,onChangeCommitted:S.func,orientation:S.oneOf(["horizontal","vertical"]),scale:S.func,shiftStep:S.number,size:S.oneOfType([S.oneOf(["small","medium"]),S.string]),slotProps:S.shape({input:S.oneOfType([S.func,S.object]),mark:S.oneOfType([S.func,S.object]),markLabel:S.oneOfType([S.func,S.object]),rail:S.oneOfType([S.func,S.object]),root:S.oneOfType([S.func,S.object]),thumb:S.oneOfType([S.func,S.object]),track:S.oneOfType([S.func,S.object]),valueLabel:S.oneOfType([S.func,S.shape({children:S.element,className:S.string,open:S.bool,style:S.object,value:S.node,valueLabelDisplay:S.oneOf(["auto","off","on"])})])}),slots:S.shape({input:S.elementType,mark:S.elementType,markLabel:S.elementType,rail:S.elementType,root:S.elementType,thumb:S.elementType,track:S.elementType,valueLabel:S.elementType}),step:S.number,sx:S.oneOfType([S.arrayOf(S.oneOfType([S.func,S.object,S.bool])),S.func,S.object]),tabIndex:S.number,track:S.oneOf(["inverted","normal",!1]),value:S.oneOfType([S.arrayOf(S.number),S.number]),valueLabelDisplay:S.oneOf(["auto","off","on"]),valueLabelFormat:S.oneOfType([S.func,S.string])});var BO="[object Number]";function LO(e){return typeof e=="number"||Nt(e)&&qt(e)==BO}const wc=Re.observer(e=>{var o,s,l;const t=F.useTheme(),{store:r}=e,{t:a}=we.useTranslation();function n(i,c){c===e.velocity||!LO(c)||e.onVelocityChange(c)}return b.jsxs(F.Stack,{direction:"row",gap:2,alignItems:"center",children:[r.showVelocityLegend&&b.jsx(F.Typography,{sx:{color:(l=(s=(o=t.componentsExt)==null?void 0:o.JoggingPanel)==null?void 0:s.VelocitySlider)==null?void 0:l.sliderLegendColor,fontSize:"14px"},children:a("Jogging.Velocity.bt")}),b.jsx(Oc,{value:e.velocity,color:"secondary",onChange:n,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):b.jsx(Go,{value:e.velocity.toString()}))]})});function Go({value:e,sx:t}){var a;const r=F.useTheme();return b.jsx(F.Stack,{direction:"row",justifyContent:"center",alignItems:"center",gap:"5px",sx:{padding:"6px 12px",background:(a=r.palette.backgroundPaperElevation)==null?void 0:a[8],borderRadius:"10px",minWidth:"111px",...t},children:b.jsx(F.Typography,{component:"span",sx:{textAlign:"right",fontSize:"14px",opacity:.8,color:r.palette.text.primary,whiteSpace:"nowrap"},children:e})})}const Cc=Re.observer(({store:e})=>{const{t}=we.useTranslation(),r=Re.useLocalObservable(()=>({get valueLabelFormat(){return e.currentMotionType==="translate"?a=>`v = ${t("Jogging.Cartesian.Translation.velocityMmPerSec.lb",{amount:a})}`:a=>`ω = ${t("Jogging.Cartesian.Rotation.velocityDegPerSec.lb",{amount:a})}`}}));return b.jsx(wc,{store:e,velocity:e.velocityInDisplayUnits,min:e.minVelocityInDisplayUnits,max:e.maxVelocityInDisplayUnits,onVelocityChange:e.setVelocityFromSlider,disabled:e.isLocked,renderValue:a=>b.jsx(Go,{value:r.valueLabelFormat(a),sx:{minWidth:"111px",span:{transform:"translateY(-1.5px)"}}})})}),FO=Re.observer(({store:e,children:t})=>{const{t:r}=we.useTranslation(),a=F.useTheme();function n(p,y){(y==="translate"||y==="rotate")&&e.setSelectedCartesianMotionType(y)}si(()=>[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(p,y){const g=await e.activate(),m=g.motionStream.rapidlyChangingMotionState.tcp_pose,x=g.motionStream.rapidlyChangingMotionState.state.joint_position;m&&await e.withMotionLock(async()=>{try{e.setCurrentIncrementJog({axis:p.axis,direction:p.direction}),await e.jogger.runIncrementalCartesianMotion({currentTcpPose:m,currentJoints:x,coordSystemId:e.activeCoordSystemId,velocityInRelevantUnits:e.selectedCartesianMotionType==="translate"?e.translationVelocityMmPerSec:e.rotationVelocityRadsPerSec,axis:p.axis,direction:p.direction,motion:e.selectedCartesianMotionType==="translate"?{type:"translate",distanceMm:y.mm}:{type:"rotate",distanceRads:kt.degreesToRadians(y.degrees)}})}finally{e.setCurrentIncrementJog(null),await e.deactivate()}})}async function s(p){if(!e.isLocked){if(await e.activate(),e.activeDiscreteIncrement)return o(p,e.activeDiscreteIncrement);p.motionType==="translate"?await e.jogger.startTCPTranslation({axis:p.axis,direction:p.direction,velocityMmPerSec:e.translationVelocityMmPerSec}):await e.jogger.startTCPRotation({axis:p.axis,direction:p.direction,velocityRadsPerSec:e.rotationVelocityRadsPerSec})}}async function l(){e.isLocked||e.activeDiscreteIncrement||await e.deactivate()}function i(p,y,g){var x,I,G;const m=(G=(I=(x=g.componentsExt)==null?void 0:x.JoggingPanel)==null?void 0:I.JoggingCartesian)==null?void 0:G.Axis;if(m)return y==="translate"?m[p]:m.CustomRotation??m[p]}const c=[{id:"x",icon:b.jsx(DS,{}),colors:i("X",e.selectedCartesianMotionType,a)},{id:"y",icon:b.jsx(GS,{}),colors:i("Y",e.selectedCartesianMotionType,a)},{id:"z",icon:b.jsx(JS,{}),colors:i("Z",e.selectedCartesianMotionType,a)}];function d(p){return r("General.mm.variable",{amount:p.toFixed(1)})}function u(p){return r("General.degree.variable",{amount:kt.radiansToDegrees(p).toFixed(1)})}return b.jsxs(F.Stack,{flexGrow:1,gap:2,sx:{padding:"18px 24px"},children:[b.jsxs(F.Stack,{gap:2,children:[b.jsx(dO,{store:e}),b.jsx(Cc,{store:e}),b.jsx(F.Divider,{})]}),b.jsx(F.Stack,{marginLeft:"auto",marginRight:"auto",gap:"24px",justifyContent:"center",sx:{flexGrow:"1"},children:b.jsxs(F.Stack,{alignItems:"center",justifyContent:"center",gap:"24px",sx:{flexGrow:1},children:[b.jsxs(uO,{value:e.selectedCartesianMotionType,onChange:n,exclusive:!0,"aria-label":r("Jogging.Cartesian.MotionType.lb"),sx:{justifyContent:"center"},children:[b.jsx(F.ToggleButton,{value:"translate",children:r("Jogging.Cartesian.Translation.bt")}),b.jsx(F.ToggleButton,{value:"rotate",children:r("Jogging.Cartesian.Rotation.bt")})]}),e.selectedCartesianMotionType==="translate"&&c.map(p=>{var y,g;return b.jsx(no,{colors:p.colors,disabled:e.isLocked,activeJoggingDirection:((y=e.incrementJogInProgress)==null?void 0:y.axis)===p.id?e.incrementJogInProgress.direction:void 0,label:b.jsxs(b.Fragment,{children:[p.icon,b.jsx(F.Typography,{sx:{fontSize:"24px",color:((g=p.colors)==null?void 0:g.labelColor)??a.palette.text.primary},children:p.id.toUpperCase()})]}),getDisplayedValue:()=>{var m;return d(((m=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose)==null?void 0:m.position[p.id])||0)},startJogging:m=>s({axis:p.id,motionType:"translate",direction:m}),stopJogging:l},p.id)}),e.selectedCartesianMotionType==="rotate"&&c.map(p=>{var y,g;return b.jsx(no,{colors:p.colors,disabled:e.isLocked,activeJoggingDirection:((y=e.incrementJogInProgress)==null?void 0:y.axis)===p.id?e.incrementJogInProgress.direction:void 0,label:b.jsxs(b.Fragment,{children:[b.jsx(WS,{}),b.jsx(F.Typography,{sx:{fontSize:"24px",color:((g=p.colors)==null?void 0:g.labelColor)??a.palette.text.primary},children:p.id.toUpperCase()})]}),getDisplayedValue:()=>{var m,x;return u(((x=(m=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose)==null?void 0:m.orientation)==null?void 0:x[p.id])||0)},startJogging:m=>s({axis:p.id,motionType:"rotate",direction:m}),stopJogging:l},p.id)})]})}),b.jsx(pc,{store:e}),t&&b.jsx(F.Divider,{}),t]})}),NO=Re.observer(({store:e,children:t})=>{const r=F.useTheme();async function a(o){await e.activate(),await e.jogger.startJointRotation({joint:o.joint,direction:o.direction,velocityRadsPerSec:e.rotationVelocityRadsPerSec})}async function n(){await e.jogger.stop(),await e.deactivate()}return b.jsxs(F.Stack,{flexGrow:1,gap:2,sx:{padding:"18px 24px"},children:[b.jsx(Cc,{store:e}),b.jsx(F.Divider,{}),b.jsx(F.Stack,{justifyContent:"center",alignItems:"stretch",sx:{flexGrow:"1"},id:"JointControls",children:b.jsx(F.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],l=(s==null?void 0:s.lower_limit)!==void 0?kt.radiansToDegrees(s.lower_limit):void 0,i=(s==null?void 0:s.upper_limit)!==void 0?kt.radiansToDegrees(s.upper_limit):void 0;return b.jsxs(F.Stack,{direction:"row",alignItems:"center",justifyContent:"center",spacing:1.5,width:"100%",children:[e.showJointsLegend&&b.jsx(F.Typography,{color:e.isLocked?r.palette.text.disabled:r.palette.text.secondary,children:`G${o.index+1}`}),b.jsx(di,{disabled:e.isLocked,lowerLimitDegs:l,upperLimitDegs:i,getValueDegs:()=>{const d=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_position.joints[o.index];return d!==void 0?kt.radiansToDegrees(d):void 0},startJogging:d=>a({joint:o.index,direction:d}),stopJogging:n})]},`joint-${o.index}`)})})}),b.jsx(pc,{store:e}),t&&b.jsx(F.Divider,{}),t]})}),DO=yr(Re.observer(e=>{const t=Ro.isString(e.nova)?new kS({instanceUrl:e.nova}):e.nova,r=Re.useLocalObservable(()=>({joggingStore:null,loadingError:null}));async function a(){Ae.runInAction(()=>{r.loadingError=null,r.joggingStore=null});try{let n=e.store;if(!n){const o=await t.connectJogger(e.motionGroupId);n=await Cn.loadFor(o)}Ae.runInAction(()=>{r.joggingStore=n}),e.onSetup&&e.onSetup(n)}catch(n){r.loadingError=n}}return Y.useEffect(()=>(a(),e.store?()=>null:()=>{var n;(n=r.joggingStore)==null||n.dispose()}),[e.store,e.nova,e.motionGroupId]),Y.useEffect(()=>{const n=r.joggingStore;n&&(e.locked?n.lock("external"):n.unlock("external"))},[r.joggingStore,e.locked]),b.jsx(F.Stack,{sx:{maxWidth:"460px",minWidth:"320px",position:"relative",...e.sx},children:r.joggingStore?b.jsx(zO,{store:r.joggingStore,children:e.children}):b.jsx(Bo,{message:"Loading jogging",error:r.loadingError})})})),zO=Re.observer(({store:e,children:t})=>{const{t:r}=we.useTranslation();function a(){if(e.currentTab.id==="cartesian")return b.jsx(b.Fragment,{children:b.jsx(FO,{store:e,children:t})});if(e.currentTab.id==="joint")return b.jsx(b.Fragment,{children:b.jsx(NO,{store:e,children:t})})}return b.jsxs(F.Stack,{flexGrow:1,sx:{overflow:"hidden"},children:[b.jsx(F.Tabs,{value:e.tabIndex,onChange:e.onTabChange,variant:"fullWidth",children:e.tabs.map(n=>{const o=n.label==="cartesian"?r("Jogging.Cartesian.bt"):r("Jogging.Joints.bt"),s=n.label==="cartesian"?b.jsx(fh,{fontSize:"small",sx:{mr:1}}):b.jsx(yh,{fontSize:"small",sx:{mr:1}});return b.jsx(F.Tab,{label:e.showTabIcons?b.jsxs(F.Stack,{direction:"row",alignItems:"center",children:[s,o]}):o,id:`jogging-tab-${n.id}`,"aria-controls":`jogging-tab-${n.id}`},n.id)})}),b.jsx(F.Stack,{flexGrow:1,position:"relative",sx:{overflowY:"auto",overflowX:"hidden"},children:a()})]})}),Vc=Y.forwardRef(({label:e,value:t},r)=>{var l;const a=F.useTheme(),[n,o]=Y.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(i){console.error(i);const c=window.getSelection(),d=document.createRange();d.selectNodeContents(r.current),c.removeAllRanges(),c.addRange(d)}return!1}return Y.useEffect(()=>{if(!n)return;const i=setTimeout(()=>o(!1),3e3);return()=>{i&&clearTimeout(i)}},[n]),b.jsx(F.Tooltip,{open:n,title:"Copied!",children:b.jsx(F.Stack,{justifyContent:"center",sx:{height:"100%",boxSizing:"border-box",padding:"6px 12px",background:(l=a.palette.backgroundPaperElevation)==null?void 0:l[8],borderRadius:"10px",minWidth:"0",cursor:"pointer"},onClick:()=>s(),children:b.jsx(F.Typography,{ref:r,align:"center",sx:{pointerEvents:"none",fontSize:"12px",color:a.palette.text.primary,whiteSpace:"nowrap",minWidth:0,textOverflow:"ellipsis",width:"100%",overflow:"hidden"},children:t})})})}),GO=Re.observer(({motionStream:e})=>{const t=Y.useRef(null);function r(){const a=e.rapidlyChangingMotionState.tcp_pose;return a?kt.poseToWandelscriptString(a):""}return gr(()=>{if(!t.current)return;const a=r();t.current.textContent!==a&&(t.current.textContent=a)}),b.jsx(F.Stack,{alignItems:"left",spacing:2,sx:{flexGrow:1,minWidth:0,overflow:"hidden"},children:b.jsx(Vc,{value:r(),ref:t})})}),qO=Re.observer(({motionStream:e})=>{const t=Y.useRef(null);function r(){const{joints:a}=e.rapidlyChangingMotionState.state.joint_position;return`[${a.map(n=>parseFloat(n.toFixed(4))).join(", ")}]`}return gr(()=>{if(!t.current)return;const a=r();t.current.textContent!==a&&(t.current.textContent=a)}),b.jsx(F.Stack,{alignItems:"left",spacing:2,sx:{flexGrow:1,minWidth:0,overflow:"hidden"},children:b.jsx(Vc,{value:r(),ref:t})})});function JO(){const e=window.location.href;return e.substring(0,e.indexOf("/",e.indexOf("//")+2))}function HO({baseUrl:e=JO(),...t}){return b.jsxs(F.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:[b.jsx(F.DialogTitle,{id:"no-motion-group-modal-title",children:"No motion group found"}),b.jsxs(F.DialogContent,{sx:{marginTop:"3rem",marginBottom:"1.5rem",textAlign:"center"},children:[b.jsx(F.Typography,{color:"#fff",children:"Found no devices to connect to."}),b.jsx(F.Typography,{color:"#fff",children:"Please ensure a motion group has been created."})]}),b.jsx(F.DialogActions,{children:b.jsxs(F.Stack,{width:"100%",maxWidth:"300px",margin:"auto",marginBottom:"2rem",children:[b.jsx(F.Button,{href:`${e}/settings`,variant:"contained",sx:{borderRadius:"8px",width:"100%"},children:"Go to settings app"}),b.jsx(F.Button,{href:`${e}`,variant:"text",sx:{marginTop:"1rem",color:"#fff",textDecoration:"underline",fontSize:"0.75rem"},children:"Back to Homescreen"})]})})]})}const WO=Array(6).fill(2*Math.PI);class qo{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,a=!0;this.updateCount++;const n=Math.min(t,1/15),o=this.updateCount===1?.7:1;for(let s=0;s<this.currentValues.length;s++){const l=this.currentValues[s],i=this.targetValues[s],c=this.velocities[s],d=i-l,u=d*this.options.tension*o,p=c*this.options.friction,y=u-p,g=c+y*n,m=l+g*n;Math.abs(d)<this.options.threshold&&Math.abs(g)<this.options.threshold*10?this.currentValues[s]!==i&&(this.currentValues[s]=i,this.velocities[s]=0,r=!0):(a=!1,this.currentValues[s]=m,this.velocities[s]=g,r=!0)}return r&&this.options.onChange(this.currentValues),a&&this.options.onComplete(this.currentValues),a}setTarget(t){const r=performance.now(),a=r-this.targetUpdateTime;this.previousTargetValues=[...this.targetValues],this.targetValues=[...t],this.targetUpdateTime=r,this.updateCount=0;const n=this.previousTargetValues.every((o,s)=>o===this.currentValues[s]);if(a<8&&a>0&&this.previousTargetValues.length>0&&!n){const o=Math.min(a/8,1);for(let s=0;s<this.targetValues.length;s++){const l=this.previousTargetValues[s]||0,i=t[s]||0;Math.abs(i-l)>.1&&(this.targetValues[s]=l+(i-l)*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 QO(e=[],t={}){const r=Y.useRef(null);return r.current||(r.current=new qo(e,t)),Y.useEffect(()=>{var a;(a=r.current)==null||a.updateOptions(t)},[t]),Y.useEffect(()=>()=>{var a;(a=r.current)==null||a.destroy()},[]),[r.current]}const Ul="0.0.0-semantically-released";function Jo(e){let t=Ul;return Ul.startsWith("0.")&&(t=""),`https://cdn.jsdelivr.net/gh/wandelbotsgmbh/wandelbots-js-react-components${t?`@${t}`:""}/public/models/${e}.glb`}function KO(e){function t(r){return r.children.length===0?[r]:[r,...r.children.flatMap(a=>t(a))]}return t(e).filter(r=>Rc(r))}function Pc(e){return e.name.endsWith("_FLG")}function Rc(e){return/_J[0-9]+$/.test(e.name)}function YO(e,t){let r;function a(n){if(Pc(n)){if(r)throw Error(`Found multiple flange groups in robot model ${t}; first ${r.name} then ${n.name}. Only one _FLG group is allowed.`);r=n}Rc(n),n.children.map(a)}if(a(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 _c({rapidlyChangingMotionState:e,dhParameters:t,onRotationChanged:r,children:a}){const n=Y.useRef([]),o=Y.useRef([]),s=Y.useRef(null),{invalidate:l}=Ho.useThree();Y.useEffect(()=>{const u=e.state.joint_position.joints.filter(p=>p!==void 0);return s.current=new qo(u,{tension:120,friction:20,threshold:.001}),()=>{var p;(p=s.current)==null||p.destroy()}},[]),Ho.useFrame((u,p)=>{if(s.current){const y=s.current.update(p);d(),y||l()}});function i(u){u&&(o.current=KO(u),d(),l())}function c(u){var p;n.current=u,(p=s.current)==null||p.setTarget(u)}function d(){var p;const u=((p=s.current)==null?void 0:p.getCurrentValues())||[];if(r)r(o.current,u);else for(const[y,g]of o.current.entries()){const m=t[y],x=m.theta||0,I=m.reverse_rotation_direction?-1:1;g.rotation.y=I*(u[y]||0)+x}}return oi(()=>{const u=e.state.joint_position.joints.filter(p=>p!==void 0);requestAnimationFrame(()=>c(u))}),b.jsx("group",{ref:i,children:a})}const XO="line",ZO="mesh";function ew({rapidlyChangingMotionState:e,dhParameters:t,...r}){const a=new Ze.Matrix4,n=Y.useRef([]),o=Y.useRef([]);Y.useEffect(()=>{n.current=new Array(t.length).fill(null),o.current=new Array(t.length).fill(null)},[t.length]);function s(c,d){const u=new Ze.Vector3,p=new Ze.Quaternion,y=new Ze.Vector3;a.decompose(u,p,y);const g=u.clone(),m=new Ze.Matrix4().makeRotationY(c.theta+d*(c.reverse_rotation_direction?-1:1)).multiply(new Ze.Matrix4().makeTranslation(0,c.d/1e3,0)).multiply(new Ze.Matrix4().makeTranslation(c.a/1e3,0,0)).multiply(new Ze.Matrix4().makeRotationX(c.alpha));return a.multiply(m),a.decompose(u,p,y),{a:g,b:u}}function l(c,d,u,p){if(!t)return;const y=t[c];if(!y)return;const{a:g,b:m}=s(y,p);d.geometry.setPositions([g.toArray(),m.toArray()].flat()),u.position.set(m.x,m.y,m.z)}function i(c,d){a.identity();for(let u=0;u<Math.min(c.length,d.length);u++){const p=n.current[u],y=o.current[u];p&&y&&l(u,p,y,d[u])}}return b.jsx(b.Fragment,{children:b.jsx(_c,{rapidlyChangingMotionState:e,dhParameters:t,onRotationChanged:i,children:b.jsxs("group",{...r,name:"Scene",children:[b.jsxs("mesh",{children:[b.jsx("sphereGeometry",{args:[.01,32,32]}),b.jsx("meshStandardMaterial",{color:"black",depthTest:!0})]}),t.map((c,d)=>{const{a:u,b:p}=s(c,e.state.joint_position.joints[d]??0),y=`dhrobot_J0${d}`;return b.jsxs("group",{name:y,children:[b.jsx(et.Line,{ref:g=>{n.current[d]=g},name:XO,points:[u,p],color:"white",lineWidth:5}),b.jsxs("mesh",{ref:g=>{o.current[d]=g},name:ZO,position:p,children:[b.jsx("sphereGeometry",{args:[.01,32,32]}),b.jsx("meshStandardMaterial",{color:"black",depthTest:!0})]},"mesh_"+d)]},y)})]})})})}const tw=console.warn;function rw(){return Y.useEffect(()=>{console.warn=e=>{e!=="Cannot call the manual advancement of rafz whilst frameLoop is not set as demand"&&tw(e)}},[]),b.jsx(b.Fragment,{})}function aw(e){return e.type==="Mesh"}function nw({modelURL:e,flangeRef:t,postModelRender:r,...a}){const{gltf:n}=YO(et.useGLTF(e),e.split("/").pop()||e),o=Y.useCallback(l=>{l&&r&&r()},[e]);function s(l){return aw(l)?b.jsx("mesh",{name:l.name,geometry:l.geometry,material:l.material,position:l.position,rotation:l.rotation},l.uuid):b.jsx("group",{name:l.name,position:l.position,rotation:l.rotation,ref:Pc(l)?t:void 0,children:l.children.map(s)},l.uuid)}return b.jsx("group",{...a,dispose:null,ref:o,children:s(n.scene)})}const ow=(e,t)=>{e.userData.isGhost||(e.traverse(r=>{if(r instanceof Oe.Mesh){r.material instanceof Oe.Material&&(r.material.colorWrite=!1);const a=r.clone(),n=r.clone();a.material=new Oe.MeshStandardMaterial({depthTest:!0,depthWrite:!0,colorWrite:!1,polygonOffset:!0,polygonOffsetFactor:-1,side:Oe.DoubleSide}),a.userData.isGhost=!0,n.material=new Oe.MeshStandardMaterial({color:t,opacity:.3,depthTest:!0,depthWrite:!1,transparent:!0,polygonOffset:!0,polygonOffsetFactor:-2,side:Oe.DoubleSide}),n.userData.isGhost=!0,r.parent&&(r.parent.add(a),r.parent.add(n))}}),e.userData.isGhost=!0)},sw=e=>{if(!e.userData.isGhost)return;const t=[];e.traverse(r=>{var a;r instanceof Oe.Mesh&&((a=r.userData)!=null&&a.isGhost?t.push(r):r.material instanceof Oe.Material&&(r.material.colorWrite=!0))}),t.forEach(r=>{r.parent&&r.parent.remove(r)}),e.userData.isGhost=!1},Ac=yr(({rapidlyChangingMotionState:e,modelFromController:t,dhParameters:r,getModel:a=Jo,flangeRef:n,postModelRender:o,transparentColor:s,...l})=>{const[i,c]=Y.useState(null),d=Y.useCallback(p=>{c(p)},[]);Y.useEffect(()=>{i&&(s?ow(i,s):sw(i))},[i,s]);const u=b.jsx(ew,{rapidlyChangingMotionState:e,dhParameters:r,...l});return b.jsxs(Jc.ErrorBoundary,{fallback:u,onError:p=>{console.error(p)},children:[b.jsx(Y.Suspense,{fallback:u,children:b.jsx("group",{ref:d,children:b.jsx(_c,{rapidlyChangingMotionState:e,dhParameters:r,children:b.jsx(nw,{modelURL:a(t),postModelRender:o,flangeRef:n,...l})})})}),b.jsx(rw,{})]})});function lw({connectedMotionGroup:e,getModel:t=Jo,flangeRef:r,transparentColor:a,...n}){return e.dhParameters?b.jsx(Ac,{rapidlyChangingMotionState:e.rapidlyChangingMotionState,modelFromController:e.modelFromController||"",dhParameters:e.dhParameters,getModel:t,flangeRef:r,transparentColor:a,...n}):null}const iw=({title:e,titleId:t,...r},a)=>B.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:a,"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"})),cw=Y.forwardRef(iw),dw=({title:e,titleId:t,...r},a)=>B.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:a,"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"})),uw=Y.forwardRef(dw),it=Re.observer(({id:e,icon:t,color:r,title:a,name:n,label:o,explanation:s,literalValue:l,anchorOrigin:i,transformOrigin:c})=>{const d=Re.useLocalObservable(()=>({anchorEl:null,get isPopoverOpen(){return!!d.anchorEl},openPopover(u){d.anchorEl=u.currentTarget},closePopover(){d.anchorEl=null}}));return b.jsxs(b.Fragment,{children:[b.jsxs(F.Stack,{"aria-owns":d.isPopoverOpen?e:void 0,"aria-haspopup":"true",onMouseEnter:d.openPopover,onMouseLeave:d.closePopover,direction:"row",spacing:1,sx:{cursor:"pointer"},children:[b.jsx(F.SvgIcon,{component:t,sx:{color:r}}),o&&b.jsx("div",{style:{color:r},children:o})]}),b.jsx(F.Popover,{id:e,sx:{pointerEvents:"none"},open:d.isPopoverOpen,anchorEl:d.anchorEl,anchorOrigin:i??{vertical:"bottom",horizontal:"left"},transformOrigin:c??{vertical:"top",horizontal:"left"},onClose:d.closePopover,disableRestoreFocus:!0,children:b.jsxs(F.Stack,{gap:"1rem",padding:2,maxWidth:"450px",sx:{wordWrap:"break-word"},children:[b.jsxs("div",{children:[a&&b.jsx(F.Typography,{component:"span",fontSize:"14px",children:`${a}: `}),b.jsx(F.Typography,{component:"span",color:r,fontWeight:"bold",fontSize:"14px",children:n})]}),b.jsx(F.Typography,{fontSize:"14px",children:s}),l&&b.jsx(F.Typography,{fontSize:"12px",children:l})]})})]})}),pw=Re.observer(({isVirtual:e,motionGroupId:t,anchorOrigin:r,transformOrigin:a,compact:n})=>{const o=F.useTheme(),{t:s}=we.useTranslation();return e?b.jsx(it,{id:"motion-group-virtual",icon:uw,color:o.palette.tertiary.main,name:s("SafetyBar.ControllerType.Virtual.lb"),label:n?null:s("SafetyBar.ControllerType.Virtual.lb"),explanation:b.jsxs(we.Trans,{i18nKey:"SafetyBar.MotionGroup.Virtual.Explanation.lb",values:{motionGroupId:t},children:["Motion group ",b.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:a}):b.jsx(it,{id:"motion-group-physical",icon:cw,color:o.palette.primary.main,name:s("SafetyBar.ControllerType.Physical.lb"),label:n?null:s("SafetyBar.ControllerType.Physical.lb"),explanation:b.jsx(we.Trans,{i18nKey:"SafetyBar.MotionGroup.Physical.Explanation.lb",values:{motionGroupId:t},components:{code:b.jsx("code",{}),strong:b.jsx("strong",{})}}),anchorOrigin:r,transformOrigin:a})}),hw=({title:e,titleId:t,...r},a)=>B.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:a,"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"})),mw=Y.forwardRef(hw),fw=({title:e,titleId:t,...r},a)=>B.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"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})),yw=Y.forwardRef(fw),gw=({title:e,titleId:t,...r},a)=>B.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"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"})),bw=Y.forwardRef(gw),Sw=Re.observer(({operationMode:e,anchorOrigin:t,transformOrigin:r,compact:a})=>{const{t:n}=we.useTranslation(),o=F.useTheme();switch(e){case"OPERATION_MODE_AUTO":return b.jsx(it,{id:"operation-mode-auto",icon:mw,title:n("SafetyBar.OperationMode.ti"),name:n("SafetyBar.OperationMode.Automatic.ti"),label:a?null:n("SafetyBar.OperationMode.Automatic.ti"),color:o.palette.text.secondary,explanation:b.jsx(we.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 b.jsx(it,{id:"operation-mode-manual",icon:bw,color:o.palette.warning.main,title:n("SafetyBar.OperationMode.ti"),name:n("SafetyBar.OperationMode.Manual.lb"),label:a?null:n("SafetyBar.OperationMode.Manual.lb"),explanation:b.jsx(we.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 b.jsx(it,{id:"operation-mode-error",icon:yw,color:o.palette.warning.main,title:n("SafetyBar.OperationMode.ti"),name:n("SafetyBar.OperationMode.Error.lb"),label:a?null:n("SafetyBar.OperationMode.Error.lb"),explanation:b.jsx(we.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})}}),vw=({title:e,titleId:t,...r},a)=>B.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:a,"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"})),xw=Y.forwardRef(vw),Ow=({title:e,titleId:t,...r},a)=>B.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:a,"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"})),ww=Y.forwardRef(Ow),Cw=({title:e,titleId:t,...r},a)=>B.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"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})),Vw=Y.forwardRef(Cw),Pw=({title:e,titleId:t,...r},a)=>B.createElement("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"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"})),Rw=Y.forwardRef(Pw),_w=({title:e,titleId:t,...r},a)=>B.createElement("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",ref:a,"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"})),Aw=Y.forwardRef(_w),Tw=Re.observer(({safetyState:e,anchorOrigin:t,transformOrigin:r,compact:a})=>{const{t:n}=we.useTranslation(),o=F.useTheme();switch(e){case"SAFETY_STATE_NORMAL":return b.jsx(it,{id:"safety-state-normal",title:n("SafetyBar.SafetyState.ti"),name:n("SafetyBar.SafetyState.Normal.lb"),label:a?null:n("SafetyBar.SafetyState.Normal.lb"),icon:Rw,color:o.palette.text.secondary,explanation:b.jsx(we.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 b.jsx(it,{id:"safety-state-estop",title:n("SafetyBar.SafetyState.ti"),name:n("SafetyBar.SafetyState.Estop.lb"),label:a?null:n("SafetyBar.SafetyState.Estop.lb"),icon:ww,color:o.palette.error.main,explanation:b.jsx(we.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 b.jsx(it,{id:"safety-state-stop",icon:Aw,title:n("SafetyBar.SafetyState.ti"),name:n("SafetyBar.SafetyState.Stop.lb"),label:a?null:n("SafetyBar.SafetyState.Stop.lb"),color:o.palette.warning.main,explanation:b.jsx(we.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 b.jsx(it,{id:"safety-state-manual-action-required",icon:Vw,color:o.palette.warning.main,title:n("SafetyBar.SafetyState.ti"),name:n("SafetyBar.SafetyState.ManualActionRequired.lb"),label:a?null:n("SafetyBar.SafetyState.ManualActionRequired.lb"),explanation:b.jsx(we.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 b.jsx(it,{id:"safety-state-error",icon:xw,color:o.palette.error.main,title:n("SafetyBar.SafetyState.ti"),name:n("SafetyBar.SafetyState.Error.lb"),label:a?null:n("SafetyBar.SafetyState.Error.lb"),explanation:b.jsx(we.Trans,{i18nKey:"SafetyBar.SafetyState.Error.Explanation.lb",children:"The robot controller has entered an unexpected safety state."}),literalValue:e,anchorOrigin:t,transformOrigin:r});default:LS(e,`Unknown safety state ${e}`)}}),Iw=yr(Re.observer(({isVirtual:e,motionGroupId:t,operationMode:r,safetyState:a,anchorOrigin:n,transformOrigin:o,compact:s=!0})=>{const l=s?1:2;return b.jsxs(F.Stack,{direction:"row",gap:l,alignItems:"center",sx:{height:"24px"},children:[b.jsx(Tw,{safetyState:a,anchorOrigin:n,transformOrigin:o,compact:s}),b.jsx(F.Divider,{orientation:"vertical",flexItem:!0}),b.jsx(Sw,{operationMode:r,anchorOrigin:n,transformOrigin:o,compact:s}),b.jsx(F.Divider,{orientation:"vertical",flexItem:!0}),b.jsx(pw,{isVirtual:e,motionGroupId:t,anchorOrigin:n,transformOrigin:o,compact:s})]})})),Ew=F.styled(F.Fab,{shouldForwardProp:e=>e!=="selected"})(({theme:e})=>{var t,r,a;return{borderRadius:"20px","&:hover":{background:(t=e.palette.backgroundPaperElevation)==null?void 0:t[7]},variants:[{props:({selected:n})=>!n,style:{background:(r=e.palette.backgroundPaperElevation)==null?void 0:r[0],color:e.palette.action.disabled,"> img":{opacity:.4}}},{props:({selected:n})=>n,style:{background:(a=e.palette.backgroundPaperElevation)==null?void 0:a[11],border:`1px solid ${e.palette.divider}`,color:e.palette.primary.contrastText}}]}}),Mw=Y.forwardRef((e,t)=>b.jsx(Ew,{ref:t,selected:e.selected,...e,color:"secondary",variant:"circular"})),jw={$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"},$w=Y.lazy(()=>import("@monaco-editor/react"));let eo=null;async function Uw(){if(!eo){const[{createHighlighter:e},{shikiToMonaco:t}]=await Promise.all([import("shiki"),import("@shikijs/monaco")]);eo={shiki:await e({langs:[jw],themes:["dark-plus","light-plus"]}),shikiToMonaco:t}}return eo}const kw=yr(e=>{const t=F.useTheme(),[r,a]=Y.useState("dark-plus"),n=t.palette.mode==="dark"?"dark-plus":"light-plus";async function o(s){var c,d;s.languages.register({id:"wandelscript"}),s.languages.setLanguageConfiguration("wandelscript",{comments:{lineComment:"#"},brackets:[["(",")"],["[","]"]],autoClosingPairs:[{open:"[",close:"]"},{open:"(",close:")"}],surroundingPairs:[{open:"[",close:"]"},{open:"(",close:")"}]});const{shiki:l,shikiToMonaco:i}=await Uw();i(l,s),s.editor.defineTheme(n,((d=(c=t.componentsExt)==null?void 0:c.WandelscriptEditor)==null?void 0:d.monacoTheme)??{base:t.palette.mode==="dark"?"vs-dark":"vs",inherit:!0,rules:[],colors:{}}),e.monacoSetup&&e.monacoSetup(s),a(n)}return b.jsx(Y.Suspense,{fallback:b.jsx(Bo,{}),children:b.jsx($w,{value:e.code,onMount:(s,l)=>{o(l)},onChange:e.onChange,defaultLanguage:"wandelscript",theme:r,options:{minimap:{enabled:!1},wordWrap:"on",automaticLayout:!0,...e.monacoOptions}})})});function Tc(){var t,r,a,n,o,s,l;const e=F.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:(a=(r=(t=e.paletteExt)==null?void 0:t.secondary)==null?void 0:r.tonal)==null?void 0:a.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:(n=e.palette.backgroundPaperElevation)==null?void 0:n[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":F.rgbToHex(((l=e.palette.backgroundPaperElevation)==null?void 0:l[5])??""),"editor.foreground":"#d4d4d4","editorLineNumber.foreground":"#797979","editorLineNumber.activeForeground":"#e9e9e9","editor.lineHighlightBorder":"#e9e9e911"}}}}}}function Bw(){const e=Tc();return e.palette.mode="light",e}function Lw(e){var a,n,o,s;let t=!0;((a=e.palette)==null?void 0:a.mode)==="light"?t=!1:((n=e.palette)==null?void 0:n.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?Tc():Bw();return ni(r,e)}exports.JoggingCartesianAxisControl=no;exports.JoggingJointRotationControl=di;exports.JoggingPanel=DO;exports.JoggingStore=Cn;exports.LoadingCover=Bo;exports.LoadingErrorMessage=tc;exports.NoMotionGroupModal=HO;exports.PoseCartesianValues=GO;exports.PoseJointValues=qO;exports.PresetEnvironment=Kc;exports.Robot=lw;exports.SafetyBar=Iw;exports.SafetyZonesRenderer=Zc;exports.SelectableFab=Mw;exports.SupportedRobot=Ac;exports.TrajectoryRenderer=ed;exports.ValueInterpolator=qo;exports.VelocitySlider=wc;exports.VelocitySliderLabel=Go;exports.WandelscriptEditor=kw;exports.createNovaMuiTheme=Lw;exports.defaultAxisConfig=WO;exports.defaultGetModel=Jo;exports.i18n=jo;exports.useAnimationFrame=gr;exports.useAutorun=oi;exports.useInterpolation=QO;exports.useMounted=ln;exports.useReaction=si;
|
|
115
107
|
//# sourceMappingURL=index.cjs.map
|