@wandelbots/wandelbots-js-react-components 1.17.2 → 1.17.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/dist/components/jogging/JoggingCartesianTab.d.ts.map +1 -1
  2. package/dist/components/jogging/JoggingJointLimitDetector.d.ts +1 -1
  3. package/dist/components/jogging/JoggingJointLimitDetector.d.ts.map +1 -1
  4. package/dist/components/jogging/JoggingPanel.d.ts +1 -1
  5. package/dist/components/jogging/JoggingPanel.d.ts.map +1 -1
  6. package/dist/components/jogging/JoggingVelocitySlider.d.ts.map +1 -1
  7. package/dist/components/robots/ABB_1200_07_7.d.ts +7 -2
  8. package/dist/components/robots/ABB_1200_07_7.d.ts.map +1 -1
  9. package/dist/components/robots/DHRobot.d.ts.map +1 -1
  10. package/dist/components/robots/FANUC_ARC_Mate_100iD.d.ts +7 -2
  11. package/dist/components/robots/FANUC_ARC_Mate_100iD.d.ts.map +1 -1
  12. package/dist/components/robots/FANUC_ARC_Mate_120iD.d.ts +7 -2
  13. package/dist/components/robots/FANUC_ARC_Mate_120iD.d.ts.map +1 -1
  14. package/dist/components/robots/FANUC_CRX10iA.d.ts +7 -2
  15. package/dist/components/robots/FANUC_CRX10iA.d.ts.map +1 -1
  16. package/dist/components/robots/FANUC_CRX20iAL.d.ts +7 -2
  17. package/dist/components/robots/FANUC_CRX20iAL.d.ts.map +1 -1
  18. package/dist/components/robots/FANUC_CRX25iA.d.ts +7 -2
  19. package/dist/components/robots/FANUC_CRX25iA.d.ts.map +1 -1
  20. package/dist/components/robots/FANUC_CRX25iAL.d.ts +7 -2
  21. package/dist/components/robots/FANUC_CRX25iAL.d.ts.map +1 -1
  22. package/dist/components/robots/KUKA_KR16_R2010_2.d.ts +7 -2
  23. package/dist/components/robots/KUKA_KR16_R2010_2.d.ts.map +1 -1
  24. package/dist/components/robots/KUKA_KR210_R2700.d.ts +7 -2
  25. package/dist/components/robots/KUKA_KR210_R2700.d.ts.map +1 -1
  26. package/dist/components/robots/KUKA_KR270_R2700.d.ts +7 -2
  27. package/dist/components/robots/KUKA_KR270_R2700.d.ts.map +1 -1
  28. package/dist/components/robots/Robot.d.ts +3 -3
  29. package/dist/components/robots/Robot.d.ts.map +1 -1
  30. package/dist/components/robots/RobotAnimator.d.ts +7 -4
  31. package/dist/components/robots/RobotAnimator.d.ts.map +1 -1
  32. package/dist/components/robots/SupportedRobot.d.ts +1 -5
  33. package/dist/components/robots/SupportedRobot.d.ts.map +1 -1
  34. package/dist/components/robots/UniversalRobots_UR10.d.ts +2 -2
  35. package/dist/components/robots/UniversalRobots_UR10.d.ts.map +1 -1
  36. package/dist/components/robots/UniversalRobots_UR10e.d.ts +2 -2
  37. package/dist/components/robots/UniversalRobots_UR10e.d.ts.map +1 -1
  38. package/dist/components/robots/UniversalRobots_UR3.d.ts +2 -2
  39. package/dist/components/robots/UniversalRobots_UR3.d.ts.map +1 -1
  40. package/dist/components/robots/UniversalRobots_UR3e.d.ts +2 -2
  41. package/dist/components/robots/UniversalRobots_UR3e.d.ts.map +1 -1
  42. package/dist/components/robots/UniversalRobots_UR5.d.ts +2 -2
  43. package/dist/components/robots/UniversalRobots_UR5.d.ts.map +1 -1
  44. package/dist/components/robots/UniversalRobots_UR5e.d.ts +2 -2
  45. package/dist/components/robots/UniversalRobots_UR5e.d.ts.map +1 -1
  46. package/dist/components/robots/Yaskawa_AR1440.d.ts +8 -2
  47. package/dist/components/robots/Yaskawa_AR1440.d.ts.map +1 -1
  48. package/dist/components/robots/Yaskawa_AR1730.d.ts +8 -2
  49. package/dist/components/robots/Yaskawa_AR1730.d.ts.map +1 -1
  50. package/dist/components/robots/Yaskawa_AR2010.d.ts +8 -2
  51. package/dist/components/robots/Yaskawa_AR2010.d.ts.map +1 -1
  52. package/dist/components/robots/Yaskawa_AR3120.d.ts +8 -2
  53. package/dist/components/robots/Yaskawa_AR3120.d.ts.map +1 -1
  54. package/dist/components/robots/Yaskawa_AR900.d.ts +7 -2
  55. package/dist/components/robots/Yaskawa_AR900.d.ts.map +1 -1
  56. package/dist/components/robots/Yaskawa_GP50.d.ts +7 -2
  57. package/dist/components/robots/Yaskawa_GP50.d.ts.map +1 -1
  58. package/dist/components/robots/types.d.ts +17 -0
  59. package/dist/components/robots/types.d.ts.map +1 -0
  60. package/dist/i18n/config.d.ts.map +1 -1
  61. package/dist/index.cjs +32 -32
  62. package/dist/index.cjs.map +1 -1
  63. package/dist/index.js +9706 -10063
  64. package/dist/index.js.map +1 -1
  65. package/package.json +1 -1
  66. package/src/components/jogging/JoggingCartesianTab.tsx +11 -11
  67. package/src/components/jogging/JoggingJointLimitDetector.tsx +9 -8
  68. package/src/components/jogging/JoggingPanel.tsx +8 -10
  69. package/src/components/jogging/JoggingVelocitySlider.tsx +4 -5
  70. package/src/components/robots/ABB_1200_07_7.tsx +7 -22
  71. package/src/components/robots/DHRobot.tsx +34 -33
  72. package/src/components/robots/FANUC_ARC_Mate_100iD.tsx +7 -22
  73. package/src/components/robots/FANUC_ARC_Mate_120iD.tsx +7 -22
  74. package/src/components/robots/FANUC_CRX10iA.tsx +7 -22
  75. package/src/components/robots/FANUC_CRX20iAL.tsx +7 -22
  76. package/src/components/robots/FANUC_CRX25iA.tsx +7 -22
  77. package/src/components/robots/FANUC_CRX25iAL.tsx +7 -22
  78. package/src/components/robots/KUKA_KR16_R2010_2.tsx +19 -34
  79. package/src/components/robots/KUKA_KR210_R2700.tsx +7 -23
  80. package/src/components/robots/KUKA_KR270_R2700.tsx +7 -23
  81. package/src/components/robots/Robot.tsx +3 -3
  82. package/src/components/robots/RobotAnimator.tsx +32 -21
  83. package/src/components/robots/SupportedRobot.tsx +93 -103
  84. package/src/components/robots/UniversalRobots_UR10.tsx +3 -20
  85. package/src/components/robots/UniversalRobots_UR10e.tsx +2 -19
  86. package/src/components/robots/UniversalRobots_UR3.tsx +2 -19
  87. package/src/components/robots/UniversalRobots_UR3e.tsx +3 -20
  88. package/src/components/robots/UniversalRobots_UR5.tsx +3 -20
  89. package/src/components/robots/UniversalRobots_UR5e.tsx +3 -20
  90. package/src/components/robots/Yaskawa_AR1440.tsx +8 -24
  91. package/src/components/robots/Yaskawa_AR1730.tsx +8 -24
  92. package/src/components/robots/Yaskawa_AR2010.tsx +8 -24
  93. package/src/components/robots/Yaskawa_AR3120.tsx +8 -24
  94. package/src/components/robots/Yaskawa_AR900.tsx +7 -22
  95. package/src/components/robots/Yaskawa_GP50.tsx +7 -24
  96. package/src/components/robots/types.ts +19 -0
  97. package/src/i18n/config.ts +15 -19
  98. package/src/i18n/locales/de/translations.json +2 -1
  99. package/src/i18n/locales/en/translations.json +2 -1
package/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";var vu=Object.create;var Go=Object.defineProperty;var bu=Object.getOwnPropertyDescriptor;var Su=Object.getOwnPropertyNames;var xu=Object.getPrototypeOf,wu=Object.prototype.hasOwnProperty;var ju=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Su(t))!wu.call(e,a)&&a!==r&&Go(e,a,{get:()=>t[a],enumerable:!(n=bu(t,a))||n.enumerable});return e};var Ca=(e,t,r)=>(r=e!=null?vu(xu(e)):{},ju(t||!e||!e.__esModule?Go(r,"default",{value:e,enumerable:!0}):r,e));Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Z=require("react"),E=require("@mui/material"),vt=require("react-i18next"),Ru=require("i18next-browser-languagedetector"),Ci=require("lodash-es"),b=require("@react-spring/three"),oe=require("@react-three/drei"),Cu=require("@react-three/fiber"),mt=require("mobx"),jt=require("three"),Au=require("react-error-boundary"),Pu=require("three-stdlib"),De=require("mobx-react-lite"),f=require("prop-types"),Ou=require("@emotion/styled"),pr=require("@emotion/react"),Ft=require("@wandelbots/wandelbots-js");function Ai(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const N=Ai(Z),Ce=Ai(jt);function At(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var r=function n(){return this instanceof n?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}),r}var za={exports:{}},Lr={};/**
1
+ "use strict";var Eu=Object.create;var zo=Object.defineProperty;var ku=Object.getOwnPropertyDescriptor;var Lu=Object.getOwnPropertyNames;var $u=Object.getPrototypeOf,Nu=Object.prototype.hasOwnProperty;var Fu=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Lu(t))!Nu.call(e,a)&&a!==n&&zo(e,a,{get:()=>t[a],enumerable:!(r=ku(t,a))||r.enumerable});return e};var Ra=(e,t,n)=>(n=e!=null?Eu($u(e)):{},Fu(t||!e||!e.__esModule?zo(n,"default",{value:e,enumerable:!0}):n,e));Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Z=require("react"),E=require("@mui/material"),Ft=require("react-i18next"),Du=require("i18next-browser-languagedetector"),Ri=require("lodash-es"),b=require("@react-spring/three"),oe=require("@react-three/drei"),xt=require("three"),Bu=require("@react-three/fiber"),dt=require("mobx"),Uu=require("react-error-boundary"),Ju=require("three-stdlib"),Fe=require("mobx-react-lite"),f=require("prop-types"),Vu=require("@emotion/styled"),fr=require("@emotion/react"),$t=require("@wandelbots/wandelbots-js");function Ci(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const N=Ci(Z),Te=Ci(xt);function Rt(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var n=function r(){return this instanceof r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(n,r,a.get?a:{enumerable:!0,get:function(){return e[r]}})}),n}var Ga={exports:{}},kr={};/**
2
2
  * @license React
3
3
  * react-jsx-runtime.production.min.js
4
4
  *
@@ -6,7 +6,7 @@
6
6
  *
7
7
  * This source code is licensed under the MIT license found in the
8
8
  * LICENSE file in the root directory of this source tree.
9
- */var zo;function Tu(){if(zo)return Lr;zo=1;var e=Z,t=Symbol.for("react.element"),r=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,a=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,o={key:!0,ref:!0,__self:!0,__source:!0};function i(l,u,c){var d,h={},m=null,v=null;c!==void 0&&(m=""+c),u.key!==void 0&&(m=""+u.key),u.ref!==void 0&&(v=u.ref);for(d in u)n.call(u,d)&&!o.hasOwnProperty(d)&&(h[d]=u[d]);if(l&&l.defaultProps)for(d in u=l.defaultProps,u)h[d]===void 0&&(h[d]=u[d]);return{$$typeof:t,type:l,key:m,ref:v,props:h,_owner:a.current}}return Lr.Fragment=r,Lr.jsx=i,Lr.jsxs=i,Lr}var $r={};/**
9
+ */var Wo;function Gu(){if(Wo)return kr;Wo=1;var e=Z,t=Symbol.for("react.element"),n=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,a=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function i(l,u,c){var d,h={},m=null,v=null;c!==void 0&&(m=""+c),u.key!==void 0&&(m=""+u.key),u.ref!==void 0&&(v=u.ref);for(d in u)r.call(u,d)&&!s.hasOwnProperty(d)&&(h[d]=u[d]);if(l&&l.defaultProps)for(d in u=l.defaultProps,u)h[d]===void 0&&(h[d]=u[d]);return{$$typeof:t,type:l,key:m,ref:v,props:h,_owner:a.current}}return kr.Fragment=n,kr.jsx=i,kr.jsxs=i,kr}var Lr={};/**
10
10
  * @license React
11
11
  * react-jsx-runtime.development.js
12
12
  *
@@ -14,35 +14,35 @@
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 Wo;function Mu(){return Wo||(Wo=1,process.env.NODE_ENV!=="production"&&function(){var e=Z,t=Symbol.for("react.element"),r=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),l=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),v=Symbol.for("react.offscreen"),y=Symbol.iterator,_="@@iterator";function g(p){if(p===null||typeof p!="object")return null;var w=y&&p[y]||p[_];return typeof w=="function"?w:null}var x=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function j(p){{for(var w=arguments.length,I=new Array(w>1?w-1:0),$=1;$<w;$++)I[$-1]=arguments[$];C("error",p,I)}}function C(p,w,I){{var $=x.ReactDebugCurrentFrame,B=$.getStackAddendum();B!==""&&(w+="%s",I=I.concat([B]));var re=I.map(function(V){return String(V)});re.unshift("Warning: "+w),Function.prototype.apply.call(console[p],console,re)}}var L=!1,R=!1,P=!1,O=!1,z=!1,le;le=Symbol.for("react.module.reference");function ce(p){return!!(typeof p=="string"||typeof p=="function"||p===n||p===o||z||p===a||p===c||p===d||O||p===v||L||R||P||typeof p=="object"&&p!==null&&(p.$$typeof===m||p.$$typeof===h||p.$$typeof===i||p.$$typeof===l||p.$$typeof===u||p.$$typeof===le||p.getModuleId!==void 0))}function D(p,w,I){var $=p.displayName;if($)return $;var B=w.displayName||w.name||"";return B!==""?I+"("+B+")":I}function q(p){return p.displayName||"Context"}function G(p){if(p==null)return null;if(typeof p.tag=="number"&&j("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof p=="function")return p.displayName||p.name||null;if(typeof p=="string")return p;switch(p){case n:return"Fragment";case r:return"Portal";case o:return"Profiler";case a:return"StrictMode";case c:return"Suspense";case d:return"SuspenseList"}if(typeof p=="object")switch(p.$$typeof){case l:var w=p;return q(w)+".Consumer";case i:var I=p;return q(I._context)+".Provider";case u:return D(p,p.render,"ForwardRef");case h:var $=p.displayName||null;return $!==null?$:G(p.type)||"Memo";case m:{var B=p,re=B._payload,V=B._init;try{return G(V(re))}catch{return null}}}return null}var X=Object.assign,H=0,we,ue,Q,Ae,Ee,at,St;function He(){}He.__reactDisabledLog=!0;function je(){{if(H===0){we=console.log,ue=console.info,Q=console.warn,Ae=console.error,Ee=console.group,at=console.groupCollapsed,St=console.groupEnd;var p={configurable:!0,enumerable:!0,value:He,writable:!0};Object.defineProperties(console,{info:p,log:p,warn:p,error:p,group:p,groupCollapsed:p,groupEnd:p})}H++}}function Mt(){{if(H--,H===0){var p={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:X({},p,{value:we}),info:X({},p,{value:ue}),warn:X({},p,{value:Q}),error:X({},p,{value:Ae}),group:X({},p,{value:Ee}),groupCollapsed:X({},p,{value:at}),groupEnd:X({},p,{value:St})})}H<0&&j("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ut=x.ReactCurrentDispatcher,qe;function Je(p,w,I){{if(qe===void 0)try{throw Error()}catch(B){var $=B.stack.trim().match(/\n( *(at )?)/);qe=$&&$[1]||""}return`
18
- `+qe+p}}var ct=!1,dt;{var Ut=typeof WeakMap=="function"?WeakMap:Map;dt=new Ut}function xt(p,w){if(!p||ct)return"";{var I=dt.get(p);if(I!==void 0)return I}var $;ct=!0;var B=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var re;re=ut.current,ut.current=null,je();try{if(w){var V=function(){throw Error()};if(Object.defineProperty(V.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(V,[])}catch(Ne){$=Ne}Reflect.construct(p,[],V)}else{try{V.call()}catch(Ne){$=Ne}p.call(V.prototype)}}else{try{throw Error()}catch(Ne){$=Ne}p()}}catch(Ne){if(Ne&&$&&typeof Ne.stack=="string"){for(var U=Ne.stack.split(`
19
- `),Ie=$.stack.split(`
20
- `),ye=U.length-1,be=Ie.length-1;ye>=1&&be>=0&&U[ye]!==Ie[be];)be--;for(;ye>=1&&be>=0;ye--,be--)if(U[ye]!==Ie[be]){if(ye!==1||be!==1)do if(ye--,be--,be<0||U[ye]!==Ie[be]){var Ye=`
21
- `+U[ye].replace(" at new "," at ");return p.displayName&&Ye.includes("<anonymous>")&&(Ye=Ye.replace("<anonymous>",p.displayName)),typeof p=="function"&&dt.set(p,Ye),Ye}while(ye>=1&&be>=0);break}}}finally{ct=!1,ut.current=re,Mt(),Error.prepareStackTrace=B}var sr=p?p.displayName||p.name:"",zt=sr?Je(sr):"";return typeof p=="function"&&dt.set(p,zt),zt}function Ve(p,w,I){return xt(p,!1)}function M(p){var w=p.prototype;return!!(w&&w.isReactComponent)}function ee(p,w,I){if(p==null)return"";if(typeof p=="function")return xt(p,M(p));if(typeof p=="string")return Je(p);switch(p){case c:return Je("Suspense");case d:return Je("SuspenseList")}if(typeof p=="object")switch(p.$$typeof){case u:return Ve(p.render);case h:return ee(p.type,w,I);case m:{var $=p,B=$._payload,re=$._init;try{return ee(re(B),w,I)}catch{}}}return""}var fe=Object.prototype.hasOwnProperty,ke={},Le=x.ReactDebugCurrentFrame;function It(p){if(p){var w=p._owner,I=ee(p.type,p._source,w?w.type:null);Le.setExtraStackFrame(I)}else Le.setExtraStackFrame(null)}function Re(p,w,I,$,B){{var re=Function.call.bind(fe);for(var V in p)if(re(p,V)){var U=void 0;try{if(typeof p[V]!="function"){var Ie=Error(($||"React class")+": "+I+" type `"+V+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof p[V]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw Ie.name="Invariant Violation",Ie}U=p[V](w,V,$,I,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(ye){U=ye}U&&!(U instanceof Error)&&(It(B),j("%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).",$||"React class",I,V,typeof U),It(null)),U instanceof Error&&!(U.message in ke)&&(ke[U.message]=!0,It(B),j("Failed %s type: %s",I,U.message),It(null))}}}var Et=Array.isArray;function Jt(p){return Et(p)}function Ar(p){{var w=typeof Symbol=="function"&&Symbol.toStringTag,I=w&&p[Symbol.toStringTag]||p.constructor.name||"Object";return I}}function Pr(p){try{return Or(p),!1}catch{return!0}}function Or(p){return""+p}function rr(p){if(Pr(p))return j("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Ar(p)),Or(p)}var ot=x.ReactCurrentOwner,T={key:!0,ref:!0,__self:!0,__source:!0},k,F,W;W={};function Y(p){if(fe.call(p,"ref")){var w=Object.getOwnPropertyDescriptor(p,"ref").get;if(w&&w.isReactWarning)return!1}return p.ref!==void 0}function K(p){if(fe.call(p,"key")){var w=Object.getOwnPropertyDescriptor(p,"key").get;if(w&&w.isReactWarning)return!1}return p.key!==void 0}function Ge(p,w){if(typeof p.ref=="string"&&ot.current&&w&&ot.current.stateNode!==w){var I=G(ot.current.type);W[I]||(j('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',G(ot.current.type),p.ref),W[I]=!0)}}function Xe(p,w){{var I=function(){k||(k=!0,j("%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)",w))};I.isReactWarning=!0,Object.defineProperty(p,"key",{get:I,configurable:!0})}}function te(p,w){{var I=function(){F||(F=!0,j("%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)",w))};I.isReactWarning=!0,Object.defineProperty(p,"ref",{get:I,configurable:!0})}}var $e=function(p,w,I,$,B,re,V){var U={$$typeof:t,type:p,key:w,ref:I,props:V,_owner:re};return U._store={},Object.defineProperty(U._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(U,"_self",{configurable:!1,enumerable:!1,writable:!1,value:$}),Object.defineProperty(U,"_source",{configurable:!1,enumerable:!1,writable:!1,value:B}),Object.freeze&&(Object.freeze(U.props),Object.freeze(U)),U};function kt(p,w,I,$,B){{var re,V={},U=null,Ie=null;I!==void 0&&(rr(I),U=""+I),K(w)&&(rr(w.key),U=""+w.key),Y(w)&&(Ie=w.ref,Ge(w,B));for(re in w)fe.call(w,re)&&!T.hasOwnProperty(re)&&(V[re]=w[re]);if(p&&p.defaultProps){var ye=p.defaultProps;for(re in ye)V[re]===void 0&&(V[re]=ye[re])}if(U||Ie){var be=typeof p=="function"?p.displayName||p.name||"Unknown":p;U&&Xe(V,be),Ie&&te(V,be)}return $e(p,U,Ie,B,$,ot.current,V)}}var nr=x.ReactCurrentOwner,Tr=x.ReactDebugCurrentFrame;function wt(p){if(p){var w=p._owner,I=ee(p.type,p._source,w?w.type:null);Tr.setExtraStackFrame(I)}else Tr.setExtraStackFrame(null)}var Vt;Vt=!1;function Gt(p){return typeof p=="object"&&p!==null&&p.$$typeof===t}function Mr(){{if(nr.current){var p=G(nr.current.type);if(p)return`
17
+ */var Ko;function zu(){return Ko||(Ko=1,process.env.NODE_ENV!=="production"&&function(){var e=Z,t=Symbol.for("react.element"),n=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),l=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),v=Symbol.for("react.offscreen"),_=Symbol.iterator,y="@@iterator";function g(p){if(p===null||typeof p!="object")return null;var w=_&&p[_]||p[y];return typeof w=="function"?w:null}var x=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function j(p){{for(var w=arguments.length,I=new Array(w>1?w-1:0),$=1;$<w;$++)I[$-1]=arguments[$];C("error",p,I)}}function C(p,w,I){{var $=x.ReactDebugCurrentFrame,B=$.getStackAddendum();B!==""&&(w+="%s",I=I.concat([B]));var re=I.map(function(V){return String(V)});re.unshift("Warning: "+w),Function.prototype.apply.call(console[p],console,re)}}var L=!1,R=!1,P=!1,T=!1,z=!1,le;le=Symbol.for("react.module.reference");function ce(p){return!!(typeof p=="string"||typeof p=="function"||p===r||p===s||z||p===a||p===c||p===d||T||p===v||L||R||P||typeof p=="object"&&p!==null&&(p.$$typeof===m||p.$$typeof===h||p.$$typeof===i||p.$$typeof===l||p.$$typeof===u||p.$$typeof===le||p.getModuleId!==void 0))}function D(p,w,I){var $=p.displayName;if($)return $;var B=w.displayName||w.name||"";return B!==""?I+"("+B+")":I}function q(p){return p.displayName||"Context"}function G(p){if(p==null)return null;if(typeof p.tag=="number"&&j("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof p=="function")return p.displayName||p.name||null;if(typeof p=="string")return p;switch(p){case r:return"Fragment";case n:return"Portal";case s:return"Profiler";case a:return"StrictMode";case c:return"Suspense";case d:return"SuspenseList"}if(typeof p=="object")switch(p.$$typeof){case l:var w=p;return q(w)+".Consumer";case i:var I=p;return q(I._context)+".Provider";case u:return D(p,p.render,"ForwardRef");case h:var $=p.displayName||null;return $!==null?$:G(p.type)||"Memo";case m:{var B=p,re=B._payload,V=B._init;try{return G(V(re))}catch{return null}}}return null}var X=Object.assign,H=0,xe,ue,Q,Re,Ie,nt,vt;function Ke(){}Ke.__reactDisabledLog=!0;function we(){{if(H===0){xe=console.log,ue=console.info,Q=console.warn,Re=console.error,Ie=console.group,nt=console.groupCollapsed,vt=console.groupEnd;var p={configurable:!0,enumerable:!0,value:Ke,writable:!0};Object.defineProperties(console,{info:p,log:p,warn:p,error:p,group:p,groupCollapsed:p,groupEnd:p})}H++}}function Tt(){{if(H--,H===0){var p={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:X({},p,{value:xe}),info:X({},p,{value:ue}),warn:X({},p,{value:Q}),error:X({},p,{value:Re}),group:X({},p,{value:Ie}),groupCollapsed:X({},p,{value:nt}),groupEnd:X({},p,{value:vt})})}H<0&&j("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var lt=x.ReactCurrentDispatcher,He;function Ue(p,w,I){{if(He===void 0)try{throw Error()}catch(B){var $=B.stack.trim().match(/\n( *(at )?)/);He=$&&$[1]||""}return`
18
+ `+He+p}}var ut=!1,ct;{var Bt=typeof WeakMap=="function"?WeakMap:Map;ct=new Bt}function bt(p,w){if(!p||ut)return"";{var I=ct.get(p);if(I!==void 0)return I}var $;ut=!0;var B=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var re;re=lt.current,lt.current=null,we();try{if(w){var V=function(){throw Error()};if(Object.defineProperty(V.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(V,[])}catch($e){$=$e}Reflect.construct(p,[],V)}else{try{V.call()}catch($e){$=$e}p.call(V.prototype)}}else{try{throw Error()}catch($e){$=$e}p()}}catch($e){if($e&&$&&typeof $e.stack=="string"){for(var U=$e.stack.split(`
19
+ `),Me=$.stack.split(`
20
+ `),ge=U.length-1,ve=Me.length-1;ge>=1&&ve>=0&&U[ge]!==Me[ve];)ve--;for(;ge>=1&&ve>=0;ge--,ve--)if(U[ge]!==Me[ve]){if(ge!==1||ve!==1)do if(ge--,ve--,ve<0||U[ge]!==Me[ve]){var Xe=`
21
+ `+U[ge].replace(" at new "," at ");return p.displayName&&Xe.includes("<anonymous>")&&(Xe=Xe.replace("<anonymous>",p.displayName)),typeof p=="function"&&ct.set(p,Xe),Xe}while(ge>=1&&ve>=0);break}}}finally{ut=!1,lt.current=re,Tt(),Error.prepareStackTrace=B}var or=p?p.displayName||p.name:"",Gt=or?Ue(or):"";return typeof p=="function"&&ct.set(p,Gt),Gt}function Je(p,w,I){return bt(p,!1)}function M(p){var w=p.prototype;return!!(w&&w.isReactComponent)}function ee(p,w,I){if(p==null)return"";if(typeof p=="function")return bt(p,M(p));if(typeof p=="string")return Ue(p);switch(p){case c:return Ue("Suspense");case d:return Ue("SuspenseList")}if(typeof p=="object")switch(p.$$typeof){case u:return Je(p.render);case h:return ee(p.type,w,I);case m:{var $=p,B=$._payload,re=$._init;try{return ee(re(B),w,I)}catch{}}}return""}var he=Object.prototype.hasOwnProperty,Ee={},ke=x.ReactDebugCurrentFrame;function Ot(p){if(p){var w=p._owner,I=ee(p.type,p._source,w?w.type:null);ke.setExtraStackFrame(I)}else ke.setExtraStackFrame(null)}function je(p,w,I,$,B){{var re=Function.call.bind(he);for(var V in p)if(re(p,V)){var U=void 0;try{if(typeof p[V]!="function"){var Me=Error(($||"React class")+": "+I+" type `"+V+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof p[V]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw Me.name="Invariant Violation",Me}U=p[V](w,V,$,I,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(ge){U=ge}U&&!(U instanceof Error)&&(Ot(B),j("%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).",$||"React class",I,V,typeof U),Ot(null)),U instanceof Error&&!(U.message in Ee)&&(Ee[U.message]=!0,Ot(B),j("Failed %s type: %s",I,U.message),Ot(null))}}}var Mt=Array.isArray;function Ut(p){return Mt(p)}function Cr(p){{var w=typeof Symbol=="function"&&Symbol.toStringTag,I=w&&p[Symbol.toStringTag]||p.constructor.name||"Object";return I}}function Ar(p){try{return Pr(p),!1}catch{return!0}}function Pr(p){return""+p}function tr(p){if(Ar(p))return j("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Cr(p)),Pr(p)}var at=x.ReactCurrentOwner,O={key:!0,ref:!0,__self:!0,__source:!0},k,F,W;W={};function Y(p){if(he.call(p,"ref")){var w=Object.getOwnPropertyDescriptor(p,"ref").get;if(w&&w.isReactWarning)return!1}return p.ref!==void 0}function K(p){if(he.call(p,"key")){var w=Object.getOwnPropertyDescriptor(p,"key").get;if(w&&w.isReactWarning)return!1}return p.key!==void 0}function Ve(p,w){if(typeof p.ref=="string"&&at.current&&w&&at.current.stateNode!==w){var I=G(at.current.type);W[I]||(j('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',G(at.current.type),p.ref),W[I]=!0)}}function qe(p,w){{var I=function(){k||(k=!0,j("%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)",w))};I.isReactWarning=!0,Object.defineProperty(p,"key",{get:I,configurable:!0})}}function te(p,w){{var I=function(){F||(F=!0,j("%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)",w))};I.isReactWarning=!0,Object.defineProperty(p,"ref",{get:I,configurable:!0})}}var Le=function(p,w,I,$,B,re,V){var U={$$typeof:t,type:p,key:w,ref:I,props:V,_owner:re};return U._store={},Object.defineProperty(U._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(U,"_self",{configurable:!1,enumerable:!1,writable:!1,value:$}),Object.defineProperty(U,"_source",{configurable:!1,enumerable:!1,writable:!1,value:B}),Object.freeze&&(Object.freeze(U.props),Object.freeze(U)),U};function It(p,w,I,$,B){{var re,V={},U=null,Me=null;I!==void 0&&(tr(I),U=""+I),K(w)&&(tr(w.key),U=""+w.key),Y(w)&&(Me=w.ref,Ve(w,B));for(re in w)he.call(w,re)&&!O.hasOwnProperty(re)&&(V[re]=w[re]);if(p&&p.defaultProps){var ge=p.defaultProps;for(re in ge)V[re]===void 0&&(V[re]=ge[re])}if(U||Me){var ve=typeof p=="function"?p.displayName||p.name||"Unknown":p;U&&qe(V,ve),Me&&te(V,ve)}return Le(p,U,Me,B,$,at.current,V)}}var rr=x.ReactCurrentOwner,Tr=x.ReactDebugCurrentFrame;function St(p){if(p){var w=p._owner,I=ee(p.type,p._source,w?w.type:null);Tr.setExtraStackFrame(I)}else Tr.setExtraStackFrame(null)}var Jt;Jt=!1;function Vt(p){return typeof p=="object"&&p!==null&&p.$$typeof===t}function Or(){{if(rr.current){var p=G(rr.current.type);if(p)return`
22
22
 
23
- Check the render method of \``+p+"`."}return""}}function Ir(p){return""}var dn={};function Er(p){{var w=Mr();if(!w){var I=typeof p=="string"?p:p.displayName||p.name;I&&(w=`
23
+ Check the render method of \``+p+"`."}return""}}function Mr(p){return""}var cn={};function Ir(p){{var w=Or();if(!w){var I=typeof p=="string"?p:p.displayName||p.name;I&&(w=`
24
24
 
25
- Check the top-level render call using <`+I+">.")}return w}}function ar(p,w){{if(!p._store||p._store.validated||p.key!=null)return;p._store.validated=!0;var I=Er(w);if(dn[I])return;dn[I]=!0;var $="";p&&p._owner&&p._owner!==nr.current&&($=" It was passed a child from "+G(p._owner.type)+"."),wt(p),j('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',I,$),wt(null)}}function or(p,w){{if(typeof p!="object")return;if(Jt(p))for(var I=0;I<p.length;I++){var $=p[I];Gt($)&&ar($,w)}else if(Gt(p))p._store&&(p._store.validated=!0);else if(p){var B=g(p);if(typeof B=="function"&&B!==p.entries)for(var re=B.call(p),V;!(V=re.next()).done;)Gt(V.value)&&ar(V.value,w)}}}function ba(p){{var w=p.type;if(w==null||typeof w=="string")return;var I;if(typeof w=="function")I=w.propTypes;else if(typeof w=="object"&&(w.$$typeof===u||w.$$typeof===h))I=w.propTypes;else return;if(I){var $=G(w);Re(I,p.props,"prop",$,p)}else if(w.PropTypes!==void 0&&!Vt){Vt=!0;var B=G(w);j("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",B||"Unknown")}typeof w.getDefaultProps=="function"&&!w.getDefaultProps.isReactClassApproved&&j("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Sa(p){{for(var w=Object.keys(p.props),I=0;I<w.length;I++){var $=w[I];if($!=="children"&&$!=="key"){wt(p),j("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",$),wt(null);break}}p.ref!==null&&(wt(p),j("Invalid attribute `ref` supplied to `React.Fragment`."),wt(null))}}var mn={};function hn(p,w,I,$,B,re){{var V=ce(p);if(!V){var U="";(p===void 0||typeof p=="object"&&p!==null&&Object.keys(p).length===0)&&(U+=" 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 Ie=Ir();Ie?U+=Ie:U+=Mr();var ye;p===null?ye="null":Jt(p)?ye="array":p!==void 0&&p.$$typeof===t?(ye="<"+(G(p.type)||"Unknown")+" />",U=" Did you accidentally export a JSX literal instead of a component?"):ye=typeof p,j("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",ye,U)}var be=kt(p,w,I,B,re);if(be==null)return be;if(V){var Ye=w.children;if(Ye!==void 0)if($)if(Jt(Ye)){for(var sr=0;sr<Ye.length;sr++)or(Ye[sr],p);Object.freeze&&Object.freeze(Ye)}else j("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 or(Ye,p)}if(fe.call(w,"key")){var zt=G(p),Ne=Object.keys(w).filter(function(_u){return _u!=="key"}),Ra=Ne.length>0?"{key: someKey, "+Ne.join(": ..., ")+": ...}":"{key: someKey}";if(!mn[zt+Ra]){var yu=Ne.length>0?"{"+Ne.join(": ..., ")+": ...}":"{}";j(`A props object containing a "key" prop is being spread into JSX:
25
+ Check the top-level render call using <`+I+">.")}return w}}function nr(p,w){{if(!p._store||p._store.validated||p.key!=null)return;p._store.validated=!0;var I=Ir(w);if(cn[I])return;cn[I]=!0;var $="";p&&p._owner&&p._owner!==rr.current&&($=" It was passed a child from "+G(p._owner.type)+"."),St(p),j('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',I,$),St(null)}}function ar(p,w){{if(typeof p!="object")return;if(Ut(p))for(var I=0;I<p.length;I++){var $=p[I];Vt($)&&nr($,w)}else if(Vt(p))p._store&&(p._store.validated=!0);else if(p){var B=g(p);if(typeof B=="function"&&B!==p.entries)for(var re=B.call(p),V;!(V=re.next()).done;)Vt(V.value)&&nr(V.value,w)}}}function va(p){{var w=p.type;if(w==null||typeof w=="string")return;var I;if(typeof w=="function")I=w.propTypes;else if(typeof w=="object"&&(w.$$typeof===u||w.$$typeof===h))I=w.propTypes;else return;if(I){var $=G(w);je(I,p.props,"prop",$,p)}else if(w.PropTypes!==void 0&&!Jt){Jt=!0;var B=G(w);j("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",B||"Unknown")}typeof w.getDefaultProps=="function"&&!w.getDefaultProps.isReactClassApproved&&j("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function ba(p){{for(var w=Object.keys(p.props),I=0;I<w.length;I++){var $=w[I];if($!=="children"&&$!=="key"){St(p),j("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",$),St(null);break}}p.ref!==null&&(St(p),j("Invalid attribute `ref` supplied to `React.Fragment`."),St(null))}}var dn={};function mn(p,w,I,$,B,re){{var V=ce(p);if(!V){var U="";(p===void 0||typeof p=="object"&&p!==null&&Object.keys(p).length===0)&&(U+=" 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 Me=Mr();Me?U+=Me:U+=Or();var ge;p===null?ge="null":Ut(p)?ge="array":p!==void 0&&p.$$typeof===t?(ge="<"+(G(p.type)||"Unknown")+" />",U=" Did you accidentally export a JSX literal instead of a component?"):ge=typeof p,j("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",ge,U)}var ve=It(p,w,I,B,re);if(ve==null)return ve;if(V){var Xe=w.children;if(Xe!==void 0)if($)if(Ut(Xe)){for(var or=0;or<Xe.length;or++)ar(Xe[or],p);Object.freeze&&Object.freeze(Xe)}else j("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 ar(Xe,p)}if(he.call(w,"key")){var Gt=G(p),$e=Object.keys(w).filter(function(Iu){return Iu!=="key"}),ja=$e.length>0?"{key: someKey, "+$e.join(": ..., ")+": ...}":"{key: someKey}";if(!dn[Gt+ja]){var Mu=$e.length>0?"{"+$e.join(": ..., ")+": ...}":"{}";j(`A props object containing a "key" prop is being spread into JSX:
26
26
  let props = %s;
27
27
  <%s {...props} />
28
28
  React keys must be passed directly to JSX without using spread:
29
29
  let props = %s;
30
- <%s key={someKey} {...props} />`,Ra,zt,yu,zt),mn[zt+Ra]=!0}}return p===n?Sa(be):ba(be),be}}function xa(p,w,I){return hn(p,w,I,!0)}function wa(p,w,I){return hn(p,w,I,!1)}var kr=wa,ja=xa;$r.Fragment=n,$r.jsx=kr,$r.jsxs=ja}()),$r}process.env.NODE_ENV==="production"?za.exports=Tu():za.exports=Mu();var s=za.exports;const Iu={$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)\\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"},Eu={"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.Activate.bt":"Jogging activieren","Jogging.Activating.lb":"Jogging wird aktivieren"},ku={"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.Activate.bt":"Activate jogging","Jogging.Activating.lb":"Activating jogging"},Lu={type:"logger",log(e){this.output("log",e)},warn(e){this.output("warn",e)},error(e){this.output("error",e)},output(e,t){console&&console[e]&&console[e].apply(console,t)}};class kn{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||Lu,this.options=r,this.debug=r.debug}log(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return this.forward(r,"log","",!0)}warn(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return this.forward(r,"warn","",!0)}error(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return this.forward(r,"error","")}deprecate(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return this.forward(r,"warn","WARNING DEPRECATED: ",!0)}forward(t,r,n,a){return a&&!this.debug?null:(typeof t[0]=="string"&&(t[0]=`${n}${this.prefix} ${t[0]}`),this.logger[r](t))}create(t){return new kn(this.logger,{prefix:`${this.prefix}:${t}:`,...this.options})}clone(t){return t=t||this.options,t.prefix=t.prefix||this.prefix,new kn(this.logger,t)}}var pt=new kn;class Hn{constructor(){this.observers={}}on(t,r){return t.split(" ").forEach(n=>{this.observers[n]||(this.observers[n]=new Map);const a=this.observers[n].get(r)||0;this.observers[n].set(r,a+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,n=new Array(r>1?r-1:0),a=1;a<r;a++)n[a-1]=arguments[a];this.observers[t]&&Array.from(this.observers[t].entries()).forEach(i=>{let[l,u]=i;for(let c=0;c<u;c++)l(...n)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(i=>{let[l,u]=i;for(let c=0;c<u;c++)l.apply(l,[t,...n])})}}const Nr=()=>{let e,t;const r=new Promise((n,a)=>{e=n,t=a});return r.resolve=e,r.reject=t,r},Ko=e=>e==null?"":""+e,$u=(e,t,r)=>{e.forEach(n=>{t[n]&&(r[n]=t[n])})},Nu=/###/g,Ho=e=>e&&e.indexOf("###")>-1?e.replace(Nu,"."):e,qo=e=>!e||typeof e=="string",Jr=(e,t,r)=>{const n=typeof t!="string"?t:t.split(".");let a=0;for(;a<n.length-1;){if(qo(e))return{};const o=Ho(n[a]);!e[o]&&r&&(e[o]=new r),Object.prototype.hasOwnProperty.call(e,o)?e=e[o]:e={},++a}return qo(e)?{}:{obj:e,k:Ho(n[a])}},Xo=(e,t,r)=>{const{obj:n,k:a}=Jr(e,t,Object);if(n!==void 0||t.length===1){n[a]=r;return}let o=t[t.length-1],i=t.slice(0,t.length-1),l=Jr(e,i,Object);for(;l.obj===void 0&&i.length;)o=`${i[i.length-1]}.${o}`,i=i.slice(0,i.length-1),l=Jr(e,i,Object),l&&l.obj&&typeof l.obj[`${l.k}.${o}`]<"u"&&(l.obj=void 0);l.obj[`${l.k}.${o}`]=r},Fu=(e,t,r,n)=>{const{obj:a,k:o}=Jr(e,t,Object);a[o]=a[o]||[],a[o].push(r)},Ln=(e,t)=>{const{obj:r,k:n}=Jr(e,t);if(r)return r[n]},Du=(e,t,r)=>{const n=Ln(e,r);return n!==void 0?n:Ln(t,r)},Pi=(e,t,r)=>{for(const n in t)n!=="__proto__"&&n!=="constructor"&&(n in e?typeof e[n]=="string"||e[n]instanceof String||typeof t[n]=="string"||t[n]instanceof String?r&&(e[n]=t[n]):Pi(e[n],t[n],r):e[n]=t[n]);return e},ir=e=>e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var Bu={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};const Uu=e=>typeof e=="string"?e.replace(/[&<>"'\/]/g,t=>Bu[t]):e;class Ju{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 n=new RegExp(t);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(t,n),this.regExpQueue.push(t),n}}const Vu=[" ",",","?","!",";"],Gu=new Ju(20),zu=(e,t,r)=>{t=t||"",r=r||"";const n=Vu.filter(i=>t.indexOf(i)<0&&r.indexOf(i)<0);if(n.length===0)return!0;const a=Gu.getRegExp(`(${n.map(i=>i==="?"?"\\?":i).join("|")})`);let o=!a.test(e);if(!o){const i=e.indexOf(r);i>0&&!a.test(e.substring(0,i))&&(o=!0)}return o},Wa=function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:".";if(!e)return;if(e[t])return e[t];const n=t.split(r);let a=e;for(let o=0;o<n.length;){if(!a||typeof a!="object")return;let i,l="";for(let u=o;u<n.length;++u)if(u!==o&&(l+=r),l+=n[u],i=a[l],i!==void 0){if(["string","number","boolean"].indexOf(typeof i)>-1&&u<n.length-1)continue;o+=u-o+1;break}a=i}return a},$n=e=>e&&e.indexOf("_")>0?e.replace("_","-"):e;class Yo extends Hn{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,n){let a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const o=a.keySeparator!==void 0?a.keySeparator:this.options.keySeparator,i=a.ignoreJSONStructure!==void 0?a.ignoreJSONStructure:this.options.ignoreJSONStructure;let l;t.indexOf(".")>-1?l=t.split("."):(l=[t,r],n&&(Array.isArray(n)?l.push(...n):typeof n=="string"&&o?l.push(...n.split(o)):l.push(n)));const u=Ln(this.data,l);return!u&&!r&&!n&&t.indexOf(".")>-1&&(t=l[0],r=l[1],n=l.slice(2).join(".")),u||!i||typeof n!="string"?u:Wa(this.data&&this.data[t]&&this.data[t][r],n,o)}addResource(t,r,n,a){let o=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1};const i=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator;let l=[t,r];n&&(l=l.concat(i?n.split(i):n)),t.indexOf(".")>-1&&(l=t.split("."),a=r,r=l[1]),this.addNamespaces(r),Xo(this.data,l,a),o.silent||this.emit("added",t,r,n,a)}addResources(t,r,n){let a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(const o in n)(typeof n[o]=="string"||Array.isArray(n[o]))&&this.addResource(t,r,o,n[o],{silent:!0});a.silent||this.emit("added",t,r,n)}addResourceBundle(t,r,n,a,o){let i=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1,skipCopy:!1},l=[t,r];t.indexOf(".")>-1&&(l=t.split("."),a=n,n=r,r=l[1]),this.addNamespaces(r);let u=Ln(this.data,l)||{};i.skipCopy||(n=JSON.parse(JSON.stringify(n))),a?Pi(u,n,o):u={...u,...n},Xo(this.data,l,u),i.silent||this.emit("added",t,r,n)}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.options.compatibilityAPI==="v1"?{...this.getResource(t,r)}:this.getResource(t,r)}getDataByLanguage(t){return this.data[t]}hasLanguageSomeTranslations(t){const r=this.getDataByLanguage(t);return!!(r&&Object.keys(r)||[]).find(a=>r[a]&&Object.keys(r[a]).length>0)}toJSON(){return this.data}}var Oi={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,r,n,a){return e.forEach(o=>{this.processors[o]&&(t=this.processors[o].process(t,r,n,a))}),t}};const Zo={};class Nn extends Hn{constructor(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};super(),$u(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],t,this),this.options=r,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=pt.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 n=this.resolve(t,r);return n&&n.res!==void 0}extractFromKey(t,r){let n=r.nsSeparator!==void 0?r.nsSeparator:this.options.nsSeparator;n===void 0&&(n=":");const a=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator;let o=r.ns||this.options.defaultNS||[];const i=n&&t.indexOf(n)>-1,l=!this.options.userDefinedKeySeparator&&!r.keySeparator&&!this.options.userDefinedNsSeparator&&!r.nsSeparator&&!zu(t,n,a);if(i&&!l){const u=t.match(this.interpolator.nestingRegexp);if(u&&u.length>0)return{key:t,namespaces:o};const c=t.split(n);(n!==a||n===a&&this.options.ns.indexOf(c[0])>-1)&&(o=c.shift()),t=c.join(a)}return typeof o=="string"&&(o=[o]),{key:t,namespaces:o}}translate(t,r,n){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 a=r.returnDetails!==void 0?r.returnDetails:this.options.returnDetails,o=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,{key:i,namespaces:l}=this.extractFromKey(t[t.length-1],r),u=l[l.length-1],c=r.lng||this.language,d=r.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(c&&c.toLowerCase()==="cimode"){if(d){const L=r.nsSeparator||this.options.nsSeparator;return a?{res:`${u}${L}${i}`,usedKey:i,exactUsedKey:i,usedLng:c,usedNS:u,usedParams:this.getUsedParamsDetails(r)}:`${u}${L}${i}`}return a?{res:i,usedKey:i,exactUsedKey:i,usedLng:c,usedNS:u,usedParams:this.getUsedParamsDetails(r)}:i}const h=this.resolve(t,r);let m=h&&h.res;const v=h&&h.usedKey||i,y=h&&h.exactUsedKey||i,_=Object.prototype.toString.apply(m),g=["[object Number]","[object Function]","[object RegExp]"],x=r.joinArrays!==void 0?r.joinArrays:this.options.joinArrays,j=!this.i18nFormat||this.i18nFormat.handleAsObject;if(j&&m&&(typeof m!="string"&&typeof m!="boolean"&&typeof m!="number")&&g.indexOf(_)<0&&!(typeof x=="string"&&Array.isArray(m))){if(!r.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const L=this.options.returnedObjectHandler?this.options.returnedObjectHandler(v,m,{...r,ns:l}):`key '${i} (${this.language})' returned an object instead of string.`;return a?(h.res=L,h.usedParams=this.getUsedParamsDetails(r),h):L}if(o){const L=Array.isArray(m),R=L?[]:{},P=L?y:v;for(const O in m)if(Object.prototype.hasOwnProperty.call(m,O)){const z=`${P}${o}${O}`;R[O]=this.translate(z,{...r,joinArrays:!1,ns:l}),R[O]===z&&(R[O]=m[O])}m=R}}else if(j&&typeof x=="string"&&Array.isArray(m))m=m.join(x),m&&(m=this.extendTranslation(m,t,r,n));else{let L=!1,R=!1;const P=r.count!==void 0&&typeof r.count!="string",O=Nn.hasDefaultValue(r),z=P?this.pluralResolver.getSuffix(c,r.count,r):"",le=r.ordinal&&P?this.pluralResolver.getSuffix(c,r.count,{ordinal:!1}):"",ce=P&&!r.ordinal&&r.count===0&&this.pluralResolver.shouldUseIntlApi(),D=ce&&r[`defaultValue${this.options.pluralSeparator}zero`]||r[`defaultValue${z}`]||r[`defaultValue${le}`]||r.defaultValue;!this.isValidLookup(m)&&O&&(L=!0,m=D),this.isValidLookup(m)||(R=!0,m=i);const G=(r.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&R?void 0:m,X=O&&D!==m&&this.options.updateMissing;if(R||L||X){if(this.logger.log(X?"updateKey":"missingKey",c,u,i,X?D:m),o){const Q=this.resolve(i,{...r,keySeparator:!1});Q&&Q.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 H=[];const we=this.languageUtils.getFallbackCodes(this.options.fallbackLng,r.lng||this.language);if(this.options.saveMissingTo==="fallback"&&we&&we[0])for(let Q=0;Q<we.length;Q++)H.push(we[Q]);else this.options.saveMissingTo==="all"?H=this.languageUtils.toResolveHierarchy(r.lng||this.language):H.push(r.lng||this.language);const ue=(Q,Ae,Ee)=>{const at=O&&Ee!==m?Ee:G;this.options.missingKeyHandler?this.options.missingKeyHandler(Q,u,Ae,at,X,r):this.backendConnector&&this.backendConnector.saveMissing&&this.backendConnector.saveMissing(Q,u,Ae,at,X,r),this.emit("missingKey",Q,u,Ae,m)};this.options.saveMissing&&(this.options.saveMissingPlurals&&P?H.forEach(Q=>{const Ae=this.pluralResolver.getSuffixes(Q,r);ce&&r[`defaultValue${this.options.pluralSeparator}zero`]&&Ae.indexOf(`${this.options.pluralSeparator}zero`)<0&&Ae.push(`${this.options.pluralSeparator}zero`),Ae.forEach(Ee=>{ue([Q],i+Ee,r[`defaultValue${Ee}`]||D)})}):ue(H,i,D))}m=this.extendTranslation(m,t,r,h,n),R&&m===i&&this.options.appendNamespaceToMissingKey&&(m=`${u}:${i}`),(R||L)&&this.options.parseMissingKeyHandler&&(this.options.compatibilityAPI!=="v1"?m=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${u}:${i}`:i,L?m:void 0):m=this.options.parseMissingKeyHandler(m))}return a?(h.res=m,h.usedParams=this.getUsedParamsDetails(r),h):m}extendTranslation(t,r,n,a,o){var i=this;if(this.i18nFormat&&this.i18nFormat.parse)t=this.i18nFormat.parse(t,{...this.options.interpolation.defaultVariables,...n},n.lng||this.language||a.usedLng,a.usedNS,a.usedKey,{resolved:a});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init({...n,interpolation:{...this.options.interpolation,...n.interpolation}});const c=typeof t=="string"&&(n&&n.interpolation&&n.interpolation.skipOnVariables!==void 0?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let d;if(c){const m=t.match(this.interpolator.nestingRegexp);d=m&&m.length}let h=n.replace&&typeof n.replace!="string"?n.replace:n;if(this.options.interpolation.defaultVariables&&(h={...this.options.interpolation.defaultVariables,...h}),t=this.interpolator.interpolate(t,h,n.lng||this.language||a.usedLng,n),c){const m=t.match(this.interpolator.nestingRegexp),v=m&&m.length;d<v&&(n.nest=!1)}!n.lng&&this.options.compatibilityAPI!=="v1"&&a&&a.res&&(n.lng=this.language||a.usedLng),n.nest!==!1&&(t=this.interpolator.nest(t,function(){for(var m=arguments.length,v=new Array(m),y=0;y<m;y++)v[y]=arguments[y];return o&&o[0]===v[0]&&!n.context?(i.logger.warn(`It seems you are nesting recursively key: ${v[0]} in key: ${r[0]}`),null):i.translate(...v,r)},n)),n.interpolation&&this.interpolator.reset()}const l=n.postProcess||this.options.postProcess,u=typeof l=="string"?[l]:l;return t!=null&&u&&u.length&&n.applyPostProcessor!==!1&&(t=Oi.handle(u,t,r,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...a,usedParams:this.getUsedParamsDetails(n)},...n}:n,this)),t}resolve(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n,a,o,i,l;return typeof t=="string"&&(t=[t]),t.forEach(u=>{if(this.isValidLookup(n))return;const c=this.extractFromKey(u,r),d=c.key;a=d;let h=c.namespaces;this.options.fallbackNS&&(h=h.concat(this.options.fallbackNS));const m=r.count!==void 0&&typeof r.count!="string",v=m&&!r.ordinal&&r.count===0&&this.pluralResolver.shouldUseIntlApi(),y=r.context!==void 0&&(typeof r.context=="string"||typeof r.context=="number")&&r.context!=="",_=r.lngs?r.lngs:this.languageUtils.toResolveHierarchy(r.lng||this.language,r.fallbackLng);h.forEach(g=>{this.isValidLookup(n)||(l=g,!Zo[`${_[0]}-${g}`]&&this.utils&&this.utils.hasLoadedNamespace&&!this.utils.hasLoadedNamespace(l)&&(Zo[`${_[0]}-${g}`]=!0,this.logger.warn(`key "${a}" for languages "${_.join(", ")}" won't get resolved as namespace "${l}" 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!!!")),_.forEach(x=>{if(this.isValidLookup(n))return;i=x;const j=[d];if(this.i18nFormat&&this.i18nFormat.addLookupKeys)this.i18nFormat.addLookupKeys(j,d,x,g,r);else{let L;m&&(L=this.pluralResolver.getSuffix(x,r.count,r));const R=`${this.options.pluralSeparator}zero`,P=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(m&&(j.push(d+L),r.ordinal&&L.indexOf(P)===0&&j.push(d+L.replace(P,this.options.pluralSeparator)),v&&j.push(d+R)),y){const O=`${d}${this.options.contextSeparator}${r.context}`;j.push(O),m&&(j.push(O+L),r.ordinal&&L.indexOf(P)===0&&j.push(O+L.replace(P,this.options.pluralSeparator)),v&&j.push(O+R))}}let C;for(;C=j.pop();)this.isValidLookup(n)||(o=C,n=this.getResource(x,g,C,r))}))})}),{res:n,usedKey:a,exactUsedKey:o,usedLng:i,usedNS:l}}isValidLookup(t){return t!==void 0&&!(!this.options.returnNull&&t===null)&&!(!this.options.returnEmptyString&&t==="")}getResource(t,r,n){let a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(t,r,n,a):this.resourceStore.getResource(t,r,n,a)}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"],n=t.replace&&typeof t.replace!="string";let a=n?t.replace:t;if(n&&typeof t.count<"u"&&(a.count=t.count),this.options.interpolation.defaultVariables&&(a={...this.options.interpolation.defaultVariables,...a}),!n){a={...a};for(const o of r)delete a[o]}return a}static hasDefaultValue(t){const r="defaultValue";for(const n in t)if(Object.prototype.hasOwnProperty.call(t,n)&&r===n.substring(0,r.length)&&t[n]!==void 0)return!0;return!1}}const Aa=e=>e.charAt(0).toUpperCase()+e.slice(1);class Qo{constructor(t){this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=pt.create("languageUtils")}getScriptPartFromCode(t){if(t=$n(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=$n(t),!t||t.indexOf("-")<0)return t;const r=t.split("-");return this.formatLanguageCode(r[0])}formatLanguageCode(t){if(typeof t=="string"&&t.indexOf("-")>-1){const r=["hans","hant","latn","cyrl","cans","mong","arab"];let n=t.split("-");return this.options.lowerCaseLng?n=n.map(a=>a.toLowerCase()):n.length===2?(n[0]=n[0].toLowerCase(),n[1]=n[1].toUpperCase(),r.indexOf(n[1].toLowerCase())>-1&&(n[1]=Aa(n[1].toLowerCase()))):n.length===3&&(n[0]=n[0].toLowerCase(),n[1].length===2&&(n[1]=n[1].toUpperCase()),n[0]!=="sgn"&&n[2].length===2&&(n[2]=n[2].toUpperCase()),r.indexOf(n[1].toLowerCase())>-1&&(n[1]=Aa(n[1].toLowerCase())),r.indexOf(n[2].toLowerCase())>-1&&(n[2]=Aa(n[2].toLowerCase()))),n.join("-")}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(n=>{if(r)return;const a=this.formatLanguageCode(n);(!this.options.supportedLngs||this.isSupportedCode(a))&&(r=a)}),!r&&this.options.supportedLngs&&t.forEach(n=>{if(r)return;const a=this.getLanguagePartFromCode(n);if(this.isSupportedCode(a))return r=a;r=this.options.supportedLngs.find(o=>{if(o===a)return o;if(!(o.indexOf("-")<0&&a.indexOf("-")<0)&&(o.indexOf("-")>0&&a.indexOf("-")<0&&o.substring(0,o.indexOf("-"))===a||o.indexOf(a)===0&&a.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)),typeof t=="string"&&(t=[t]),Array.isArray(t))return t;if(!r)return t.default||[];let n=t[r];return n||(n=t[this.getScriptPartFromCode(r)]),n||(n=t[this.formatLanguageCode(r)]),n||(n=t[this.getLanguagePartFromCode(r)]),n||(n=t.default),n||[]}toResolveHierarchy(t,r){const n=this.getFallbackCodes(r||this.options.fallbackLng||[],t),a=[],o=i=>{i&&(this.isSupportedCode(i)?a.push(i):this.logger.warn(`rejecting language code not found in supportedLngs: ${i}`))};return typeof t=="string"&&(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))):typeof t=="string"&&o(this.formatLanguageCode(t)),n.forEach(i=>{a.indexOf(i)<0&&o(this.formatLanguageCode(i))}),a}}let Wu=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],Ku={1:e=>+(e>1),2:e=>+(e!=1),3:e=>0,4:e=>e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2,5:e=>e==0?0:e==1?1:e==2?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5,6:e=>e==1?0:e>=2&&e<=4?1:2,7:e=>e==1?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2,8:e=>e==1?0:e==2?1:e!=8&&e!=11?2:3,9:e=>+(e>=2),10:e=>e==1?0:e==2?1:e<7?2:e<11?3:4,11:e=>e==1||e==11?0:e==2||e==12?1:e>2&&e<20?2:3,12:e=>+(e%10!=1||e%100==11),13:e=>+(e!==0),14:e=>e==1?0:e==2?1:e==3?2:3,15:e=>e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2,16:e=>e%10==1&&e%100!=11?0:e!==0?1:2,17:e=>e==1||e%10==1&&e%100!=11?0:1,18:e=>e==0?0:e==1?1:2,19:e=>e==1?0:e==0||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3,20:e=>e==1?0:e==0||e%100>0&&e%100<20?1:2,21:e=>e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0,22:e=>e==1?0:e==2?1:(e<0||e>10)&&e%10==0?2:3};const Hu=["v1","v2","v3"],qu=["v4"],es={zero:0,one:1,two:2,few:3,many:4,other:5},Xu=()=>{const e={};return Wu.forEach(t=>{t.lngs.forEach(r=>{e[r]={numbers:t.nr,plurals:Ku[t.fc]}})}),e};class Yu{constructor(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.languageUtils=t,this.options=r,this.logger=pt.create("pluralResolver"),(!this.options.compatibilityJSON||qu.includes(this.options.compatibilityJSON))&&(typeof Intl>"u"||!Intl.PluralRules)&&(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=Xu()}addRule(t,r){this.rules[t]=r}getRule(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules($n(t==="dev"?"en":t),{type:r.ordinal?"ordinal":"cardinal"})}catch{return}return this.rules[t]||this.rules[this.languageUtils.getLanguagePartFromCode(t)]}needsPlural(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const n=this.getRule(t,r);return this.shouldUseIntlApi()?n&&n.resolvedOptions().pluralCategories.length>1:n&&n.numbers.length>1}getPluralFormsOfKey(t,r){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(t,n).map(a=>`${r}${a}`)}getSuffixes(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const n=this.getRule(t,r);return n?this.shouldUseIntlApi()?n.resolvedOptions().pluralCategories.sort((a,o)=>es[a]-es[o]).map(a=>`${this.options.prepend}${r.ordinal?`ordinal${this.options.prepend}`:""}${a}`):n.numbers.map(a=>this.getSuffix(t,a,r)):[]}getSuffix(t,r){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const a=this.getRule(t,n);return a?this.shouldUseIntlApi()?`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${a.select(r)}`:this.getSuffixRetroCompatible(a,r):(this.logger.warn(`no plural rule found for: ${t}`),"")}getSuffixRetroCompatible(t,r){const n=t.noAbs?t.plurals(r):t.plurals(Math.abs(r));let a=t.numbers[n];this.options.simplifyPluralSuffix&&t.numbers.length===2&&t.numbers[0]===1&&(a===2?a="plural":a===1&&(a=""));const o=()=>this.options.prepend&&a.toString()?this.options.prepend+a.toString():a.toString();return this.options.compatibilityJSON==="v1"?a===1?"":typeof a=="number"?`_plural_${a.toString()}`:o():this.options.compatibilityJSON==="v2"||this.options.simplifyPluralSuffix&&t.numbers.length===2&&t.numbers[0]===1?o():this.options.prepend&&n.toString()?this.options.prepend+n.toString():n.toString()}shouldUseIntlApi(){return!Hu.includes(this.options.compatibilityJSON)}}const ts=function(e,t,r){let n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:".",a=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,o=Du(e,t,r);return!o&&a&&typeof r=="string"&&(o=Wa(e,r,n),o===void 0&&(o=Wa(t,r,n))),o},Pa=e=>e.replace(/\$/g,"$$$$");class Zu{constructor(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=pt.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||(r=>r),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:n,useRawValueToEscape:a,prefix:o,prefixEscaped:i,suffix:l,suffixEscaped:u,formatSeparator:c,unescapeSuffix:d,unescapePrefix:h,nestingPrefix:m,nestingPrefixEscaped:v,nestingSuffix:y,nestingSuffixEscaped:_,nestingOptionsSeparator:g,maxReplaces:x,alwaysFormat:j}=t.interpolation;this.escape=r!==void 0?r:Uu,this.escapeValue=n!==void 0?n:!0,this.useRawValueToEscape=a!==void 0?a:!1,this.prefix=o?ir(o):i||"{{",this.suffix=l?ir(l):u||"}}",this.formatSeparator=c||",",this.unescapePrefix=d?"":h||"-",this.unescapeSuffix=this.unescapePrefix?"":d||"",this.nestingPrefix=m?ir(m):v||ir("$t("),this.nestingSuffix=y?ir(y):_||ir(")"),this.nestingOptionsSeparator=g||",",this.maxReplaces=x||1e3,this.alwaysFormat=j!==void 0?j:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const t=(r,n)=>r&&r.source===n?(r.lastIndex=0,r):new RegExp(n,"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,n,a){let o,i,l;const u=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},c=v=>{if(v.indexOf(this.formatSeparator)<0){const x=ts(r,u,v,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(x,void 0,n,{...a,...r,interpolationkey:v}):x}const y=v.split(this.formatSeparator),_=y.shift().trim(),g=y.join(this.formatSeparator).trim();return this.format(ts(r,u,_,this.options.keySeparator,this.options.ignoreJSONStructure),g,n,{...a,...r,interpolationkey:_})};this.resetRegExp();const d=a&&a.missingInterpolationHandler||this.options.missingInterpolationHandler,h=a&&a.interpolation&&a.interpolation.skipOnVariables!==void 0?a.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:v=>Pa(v)},{regex:this.regexp,safeValue:v=>this.escapeValue?Pa(this.escape(v)):Pa(v)}].forEach(v=>{for(l=0;o=v.regex.exec(t);){const y=o[1].trim();if(i=c(y),i===void 0)if(typeof d=="function"){const g=d(t,o,a);i=typeof g=="string"?g:""}else if(a&&Object.prototype.hasOwnProperty.call(a,y))i="";else if(h){i=o[0];continue}else this.logger.warn(`missed to pass in variable ${y} for interpolating ${t}`),i="";else typeof i!="string"&&!this.useRawValueToEscape&&(i=Ko(i));const _=v.safeValue(i);if(t=t.replace(o[0],_),h?(v.regex.lastIndex+=i.length,v.regex.lastIndex-=o[0].length):v.regex.lastIndex=0,l++,l>=this.maxReplaces)break}}),t}nest(t,r){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a,o,i;const l=(u,c)=>{const d=this.nestingOptionsSeparator;if(u.indexOf(d)<0)return u;const h=u.split(new RegExp(`${d}[ ]*{`));let m=`{${h[1]}`;u=h[0],m=this.interpolate(m,i);const v=m.match(/'/g),y=m.match(/"/g);(v&&v.length%2===0&&!y||y.length%2!==0)&&(m=m.replace(/'/g,'"'));try{i=JSON.parse(m),c&&(i={...c,...i})}catch(_){return this.logger.warn(`failed parsing options string in nesting for key ${u}`,_),`${u}${d}${m}`}return i.defaultValue&&i.defaultValue.indexOf(this.prefix)>-1&&delete i.defaultValue,u};for(;a=this.nestingRegexp.exec(t);){let u=[];i={...n},i=i.replace&&typeof i.replace!="string"?i.replace:i,i.applyPostProcessor=!1,delete i.defaultValue;let c=!1;if(a[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(a[1])){const d=a[1].split(this.formatSeparator).map(h=>h.trim());a[1]=d.shift(),u=d,c=!0}if(o=r(l.call(this,a[1].trim(),i),i),o&&a[0]===t&&typeof o!="string")return o;typeof o!="string"&&(o=Ko(o)),o||(this.logger.warn(`missed to resolve ${a[1]} for nesting ${t}`),o=""),c&&(o=u.reduce((d,h)=>this.format(d,h,n.lng,{...n,interpolationkey:a[1].trim()}),o.trim())),t=t.replace(a[0],o),this.regexp.lastIndex=0}return t}}const Qu=e=>{let t=e.toLowerCase().trim();const r={};if(e.indexOf("(")>-1){const n=e.split("(");t=n[0].toLowerCase().trim();const a=n[1].substring(0,n[1].length-1);t==="currency"&&a.indexOf(":")<0?r.currency||(r.currency=a.trim()):t==="relativetime"&&a.indexOf(":")<0?r.range||(r.range=a.trim()):a.split(";").forEach(i=>{if(i){const[l,...u]=i.split(":"),c=u.join(":").trim().replace(/^'+|'+$/g,""),d=l.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}},lr=e=>{const t={};return(r,n,a)=>{let o=a;a&&a.interpolationkey&&a.formatParams&&a.formatParams[a.interpolationkey]&&a[a.interpolationkey]&&(o={formatParams:{[a.interpolationkey]:a.formatParams[a.interpolationkey]},interpolationKey:a.interpolationkey});const i=n+JSON.stringify(o);let l=t[i];return l||(l=e($n(n),a),t[i]=l),l(r)}};class ec{constructor(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=pt.create("formatter"),this.options=t,this.formats={number:lr((r,n)=>{const a=new Intl.NumberFormat(r,{...n});return o=>a.format(o)}),currency:lr((r,n)=>{const a=new Intl.NumberFormat(r,{...n,style:"currency"});return o=>a.format(o)}),datetime:lr((r,n)=>{const a=new Intl.DateTimeFormat(r,{...n});return o=>a.format(o)}),relativetime:lr((r,n)=>{const a=new Intl.RelativeTimeFormat(r,{...n});return o=>a.format(o,n.range||"day")}),list:lr((r,n)=>{const a=new Intl.ListFormat(r,{...n});return o=>a.format(o)})},this.init(t)}init(t){const n=(arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}}).interpolation;this.formatSeparator=n.formatSeparator?n.formatSeparator:n.formatSeparator||","}add(t,r){this.formats[t.toLowerCase().trim()]=r}addCached(t,r){this.formats[t.toLowerCase().trim()]=lr(r)}format(t,r,n){let a=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(l=>l.indexOf(")")>-1)){const l=o.findIndex(u=>u.indexOf(")")>-1);o[0]=[o[0],...o.splice(1,l)].join(this.formatSeparator)}return o.reduce((l,u)=>{const{formatName:c,formatOptions:d}=Qu(u);if(this.formats[c]){let h=l;try{const m=a&&a.formatParams&&a.formatParams[a.interpolationkey]||{},v=m.locale||m.lng||a.locale||a.lng||n;h=this.formats[c](l,v,{...d,...a,...m})}catch(m){this.logger.warn(m)}return h}else this.logger.warn(`there was no format function for ${c}`);return l},t)}}const tc=(e,t)=>{e.pending[t]!==void 0&&(delete e.pending[t],e.pendingCount--)};class rc extends Hn{constructor(t,r,n){let a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};super(),this.backend=t,this.store=r,this.services=n,this.languageUtils=n.languageUtils,this.options=a,this.logger=pt.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=a.maxParallelReads||10,this.readingCalls=0,this.maxRetries=a.maxRetries>=0?a.maxRetries:5,this.retryTimeout=a.retryTimeout>=1?a.retryTimeout:350,this.state={},this.queue=[],this.backend&&this.backend.init&&this.backend.init(n,a.backend,a)}queueLoad(t,r,n,a){const o={},i={},l={},u={};return t.forEach(c=>{let d=!0;r.forEach(h=>{const m=`${c}|${h}`;!n.reload&&this.store.hasResourceBundle(c,h)?this.state[m]=2:this.state[m]<0||(this.state[m]===1?i[m]===void 0&&(i[m]=!0):(this.state[m]=1,d=!1,i[m]===void 0&&(i[m]=!0),o[m]===void 0&&(o[m]=!0),u[h]===void 0&&(u[h]=!0)))}),d||(l[c]=!0)}),(Object.keys(o).length||Object.keys(i).length)&&this.queue.push({pending:i,pendingCount:Object.keys(i).length,loaded:{},errors:[],callback:a}),{toLoad:Object.keys(o),pending:Object.keys(i),toLoadLanguages:Object.keys(l),toLoadNamespaces:Object.keys(u)}}loaded(t,r,n){const a=t.split("|"),o=a[0],i=a[1];r&&this.emit("failedLoading",o,i,r),n&&this.store.addResourceBundle(o,i,n,void 0,void 0,{skipCopy:!0}),this.state[t]=r?-1:2;const l={};this.queue.forEach(u=>{Fu(u.loaded,[o],i),tc(u,t),r&&u.errors.push(r),u.pendingCount===0&&!u.done&&(Object.keys(u.loaded).forEach(c=>{l[c]||(l[c]={});const d=u.loaded[c];d.length&&d.forEach(h=>{l[c][h]===void 0&&(l[c][h]=!0)})}),u.done=!0,u.errors.length?u.callback(u.errors):u.callback())}),this.emit("loaded",l),this.queue=this.queue.filter(u=>!u.done)}read(t,r,n){let a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,o=arguments.length>4&&arguments[4]!==void 0?arguments[4]:this.retryTimeout,i=arguments.length>5?arguments[5]:void 0;if(!t.length)return i(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:t,ns:r,fcName:n,tried:a,wait:o,callback:i});return}this.readingCalls++;const l=(c,d)=>{if(this.readingCalls--,this.waitingReads.length>0){const h=this.waitingReads.shift();this.read(h.lng,h.ns,h.fcName,h.tried,h.wait,h.callback)}if(c&&d&&a<this.maxRetries){setTimeout(()=>{this.read.call(this,t,r,n,a+1,o*2,i)},o);return}i(c,d)},u=this.backend[n].bind(this.backend);if(u.length===2){try{const c=u(t,r);c&&typeof c.then=="function"?c.then(d=>l(null,d)).catch(l):l(null,c)}catch(c){l(c)}return}return u(t,r,l)}prepareLoading(t,r){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=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."),a&&a();typeof t=="string"&&(t=this.languageUtils.toResolveHierarchy(t)),typeof r=="string"&&(r=[r]);const o=this.queueLoad(t,r,n,a);if(!o.toLoad.length)return o.pending.length||a(),null;o.toLoad.forEach(i=>{this.loadOne(i)})}load(t,r,n){this.prepareLoading(t,r,{},n)}reload(t,r,n){this.prepareLoading(t,r,{reload:!0},n)}loadOne(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const n=t.split("|"),a=n[0],o=n[1];this.read(a,o,"read",void 0,void 0,(i,l)=>{i&&this.logger.warn(`${r}loading namespace ${o} for language ${a} failed`,i),!i&&l&&this.logger.log(`${r}loaded namespace ${o} for language ${a}`,l),this.loaded(t,i,l)})}saveMissing(t,r,n,a,o){let i=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},l=arguments.length>6&&arguments[6]!==void 0?arguments[6]:()=>{};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(r)){this.logger.warn(`did not save key "${n}" 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(!(n==null||n==="")){if(this.backend&&this.backend.create){const u={...i,isUpdate:o},c=this.backend.create.bind(this.backend);if(c.length<6)try{let d;c.length===5?d=c(t,r,n,a,u):d=c(t,r,n,a),d&&typeof d.then=="function"?d.then(h=>l(null,h)).catch(l):l(null,d)}catch(d){l(d)}else c(t,r,n,a,l,u)}!t||!t[0]||this.store.addResource(t[0],r,n,a)}}}const rs=()=>({debug:!1,initImmediate:!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]),typeof e[1]=="string"&&(t.defaultValue=e[1]),typeof e[2]=="string"&&(t.tDescription=e[2]),typeof e[2]=="object"||typeof e[3]=="object"){const r=e[3]||e[2];Object.keys(r).forEach(n=>{t[n]=r[n]})}return t},interpolation:{escapeValue:!0,format:e=>e,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),ns=e=>(typeof e.ns=="string"&&(e.ns=[e.ns]),typeof e.fallbackLng=="string"&&(e.fallbackLng=[e.fallbackLng]),typeof e.fallbackNS=="string"&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e),fn=()=>{},nc=e=>{Object.getOwnPropertyNames(Object.getPrototypeOf(e)).forEach(r=>{typeof e[r]=="function"&&(e[r]=e[r].bind(e))})};class Wr extends Hn{constructor(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;if(super(),this.options=ns(t),this.services={},this.logger=pt,this.modules={external:[]},nc(this),r&&!this.isInitialized&&!t.isClone){if(!this.options.initImmediate)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]:{},n=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,typeof r=="function"&&(n=r,r={}),!r.defaultNS&&r.defaultNS!==!1&&r.ns&&(typeof r.ns=="string"?r.defaultNS=r.ns:r.ns.indexOf("translation")<0&&(r.defaultNS=r.ns[0]));const a=rs();this.options={...a,...this.options,...ns(r)},this.options.compatibilityAPI!=="v1"&&(this.options.interpolation={...a.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?pt.init(o(this.modules.logger),this.options):pt.init(null,this.options);let d;this.modules.formatter?d=this.modules.formatter:typeof Intl<"u"&&(d=ec);const h=new Qo(this.options);this.store=new Yo(this.options.resources,this.options);const m=this.services;m.logger=pt,m.resourceStore=this.store,m.languageUtils=h,m.pluralResolver=new Yu(h,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),d&&(!this.options.interpolation.format||this.options.interpolation.format===a.interpolation.format)&&(m.formatter=o(d),m.formatter.init(m,this.options),this.options.interpolation.format=m.formatter.format.bind(m.formatter)),m.interpolator=new Zu(this.options),m.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},m.backendConnector=new rc(o(this.modules.backend),m.resourceStore,m,this.options),m.backendConnector.on("*",function(v){for(var y=arguments.length,_=new Array(y>1?y-1:0),g=1;g<y;g++)_[g-1]=arguments[g];t.emit(v,..._)}),this.modules.languageDetector&&(m.languageDetector=o(this.modules.languageDetector),m.languageDetector.init&&m.languageDetector.init(m,this.options.detection,this.options)),this.modules.i18nFormat&&(m.i18nFormat=o(this.modules.i18nFormat),m.i18nFormat.init&&m.i18nFormat.init(this)),this.translator=new Nn(this.services,this.options),this.translator.on("*",function(v){for(var y=arguments.length,_=new Array(y>1?y-1:0),g=1;g<y;g++)_[g-1]=arguments[g];t.emit(v,..._)}),this.modules.external.forEach(v=>{v.init&&v.init(this)})}if(this.format=this.options.interpolation.format,n||(n=fn),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 u=Nr(),c=()=>{const d=(h,m)=>{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),u.resolve(m),n(h,m)};if(this.languages&&this.options.compatibilityAPI!=="v1"&&!this.isInitialized)return d(null,this.t.bind(this));this.changeLanguage(this.options.lng,d)};return this.options.resources||!this.options.initImmediate?c():setTimeout(c,0),u}loadResources(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:fn;const a=typeof t=="string"?t:this.language;if(typeof t=="function"&&(n=t),!this.options.resources||this.options.partialBundledLanguages){if(a&&a.toLowerCase()==="cimode"&&(!this.options.preload||this.options.preload.length===0))return n();const o=[],i=l=>{if(!l||l==="cimode")return;this.services.languageUtils.toResolveHierarchy(l).forEach(c=>{c!=="cimode"&&o.indexOf(c)<0&&o.push(c)})};a?i(a):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(u=>i(u)),this.options.preload&&this.options.preload.forEach(l=>i(l)),this.services.backendConnector.load(o,this.options.ns,l=>{!l&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),n(l)})}else n(null)}reloadResources(t,r,n){const a=Nr();return t||(t=this.languages),r||(r=this.options.ns),n||(n=fn),this.services.backendConnector.reload(t,r,o=>{a.resolve(),n(o)}),a}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"&&Oi.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 n=this.languages[r];if(!(["cimode","dev"].indexOf(n)>-1)&&this.store.hasLanguageSomeTranslations(n)){this.resolvedLanguage=n;break}}}changeLanguage(t,r){var n=this;this.isLanguageChangingTo=t;const a=Nr();this.emit("languageChanging",t);const o=u=>{this.language=u,this.languages=this.services.languageUtils.toResolveHierarchy(u),this.resolvedLanguage=void 0,this.setResolvedLanguage(u)},i=(u,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,a.resolve(function(){return n.t(...arguments)}),r&&r(u,function(){return n.t(...arguments)})},l=u=>{!t&&!u&&this.services.languageDetector&&(u=[]);const c=typeof u=="string"?u:this.services.languageUtils.getBestMatchFromCodes(u);c&&(this.language||o(c),this.translator.language||this.translator.changeLanguage(c),this.services.languageDetector&&this.services.languageDetector.cacheUserLanguage&&this.services.languageDetector.cacheUserLanguage(c)),this.loadResources(c,d=>{i(d,c)})};return!t&&this.services.languageDetector&&!this.services.languageDetector.async?l(this.services.languageDetector.detect()):!t&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(l):this.services.languageDetector.detect(l):l(t),a}getFixedT(t,r,n){var a=this;const o=function(i,l){let u;if(typeof l!="object"){for(var c=arguments.length,d=new Array(c>2?c-2:0),h=2;h<c;h++)d[h-2]=arguments[h];u=a.options.overloadTranslationOptionHandler([i,l].concat(d))}else u={...l};u.lng=u.lng||o.lng,u.lngs=u.lngs||o.lngs,u.ns=u.ns||o.ns,u.keyPrefix!==""&&(u.keyPrefix=u.keyPrefix||n||o.keyPrefix);const m=a.options.keySeparator||".";let v;return u.keyPrefix&&Array.isArray(i)?v=i.map(y=>`${u.keyPrefix}${m}${y}`):v=u.keyPrefix?`${u.keyPrefix}${m}${i}`:i,a.t(v,u)};return typeof t=="string"?o.lng=t:o.lngs=t,o.ns=r,o.keyPrefix=n,o}t(){return this.translator&&this.translator.translate(...arguments)}exists(){return this.translator&&this.translator.exists(...arguments)}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 n=r.lng||this.resolvedLanguage||this.languages[0],a=this.options?this.options.fallbackLng:!1,o=this.languages[this.languages.length-1];if(n.toLowerCase()==="cimode")return!0;const i=(l,u)=>{const c=this.services.backendConnector.state[`${l}|${u}`];return c===-1||c===2};if(r.precheck){const l=r.precheck(this,i);if(l!==void 0)return l}return!!(this.hasResourceBundle(n,t)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||i(n,t)&&(!a||i(o,t)))}loadNamespaces(t,r){const n=Nr();return this.options.ns?(typeof t=="string"&&(t=[t]),t.forEach(a=>{this.options.ns.indexOf(a)<0&&this.options.ns.push(a)}),this.loadResources(a=>{n.resolve(),r&&r(a)}),n):(r&&r(),Promise.resolve())}loadLanguages(t,r){const n=Nr();typeof t=="string"&&(t=[t]);const a=this.options.preload||[],o=t.filter(i=>a.indexOf(i)<0&&this.services.languageUtils.isSupportedCode(i));return o.length?(this.options.preload=a.concat(o),this.loadResources(i=>{n.resolve(),r&&r(i)}),n):(r&&r(),Promise.resolve())}dir(t){if(t||(t=this.resolvedLanguage||(this.languages&&this.languages.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"],n=this.services&&this.services.languageUtils||new Qo(rs());return r.indexOf(n.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 Wr(t,r)}cloneInstance(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:fn;const n=t.forkResourceStore;n&&delete t.forkResourceStore;const a={...this.options,...t,isClone:!0},o=new Wr(a);return(t.debug!==void 0||t.prefix!==void 0)&&(o.logger=o.logger.clone(t)),["store","services","language"].forEach(l=>{o[l]=this[l]}),o.services={...this.services},o.services.utils={hasLoadedNamespace:o.hasLoadedNamespace.bind(o)},n&&(o.store=new Yo(this.store.data,a),o.services.resourceStore=o.store),o.translator=new Nn(o.services,a),o.translator.on("*",function(l){for(var u=arguments.length,c=new Array(u>1?u-1:0),d=1;d<u;d++)c[d-1]=arguments[d];o.emit(l,...c)}),o.init(a,r),o.translator.options=a,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 Me=Wr.createInstance();Me.createInstance=Wr.createInstance;Me.createInstance;Me.dir;Me.init;Me.loadResources;Me.reloadResources;Me.use;Me.changeLanguage;Me.getFixedT;Me.t;Me.exists;Me.setDefaultNamespace;Me.hasLoadedNamespace;Me.loadNamespaces;Me.loadLanguages;const Ti=Me.createInstance();Ti.use(Ru).use(vt.initReactI18next).init({supportedLngs:["en","de"],resources:{en:{translations:ku},de:{translations:Eu}},ns:["translations"],defaultNS:"translations"});function en(e){return r=>s.jsx(ac,{children:s.jsx(e,{...r})})}const ac=({children:e})=>s.jsx(vt.I18nextProvider,{i18n:Ti,children:e});function Mi(e,t){return function(){return e.apply(t,arguments)}}const{toString:oc}=Object.prototype,{getPrototypeOf:yo}=Object,qn=(e=>t=>{const r=oc.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),lt=e=>(e=e.toLowerCase(),t=>qn(t)===e),Xn=e=>t=>typeof t===e,{isArray:Sr}=Array,Kr=Xn("undefined");function sc(e){return e!==null&&!Kr(e)&&e.constructor!==null&&!Kr(e.constructor)&&We(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Ii=lt("ArrayBuffer");function ic(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Ii(e.buffer),t}const lc=Xn("string"),We=Xn("function"),Ei=Xn("number"),Yn=e=>e!==null&&typeof e=="object",uc=e=>e===!0||e===!1,jn=e=>{if(qn(e)!=="object")return!1;const t=yo(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},cc=lt("Date"),dc=lt("File"),mc=lt("Blob"),hc=lt("FileList"),fc=e=>Yn(e)&&We(e.pipe),pc=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||We(e.append)&&((t=qn(e))==="formdata"||t==="object"&&We(e.toString)&&e.toString()==="[object FormData]"))},gc=lt("URLSearchParams"),[yc,_c,vc,bc]=["ReadableStream","Request","Response","Headers"].map(lt),Sc=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function tn(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let n,a;if(typeof e!="object"&&(e=[e]),Sr(e))for(n=0,a=e.length;n<a;n++)t.call(null,e[n],n,e);else{const o=r?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length;let l;for(n=0;n<i;n++)l=o[n],t.call(null,e[l],l,e)}}function ki(e,t){t=t.toLowerCase();const r=Object.keys(e);let n=r.length,a;for(;n-- >0;)if(a=r[n],t===a.toLowerCase())return a;return null}const Wt=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Li=e=>!Kr(e)&&e!==Wt;function Ka(){const{caseless:e}=Li(this)&&this||{},t={},r=(n,a)=>{const o=e&&ki(t,a)||a;jn(t[o])&&jn(n)?t[o]=Ka(t[o],n):jn(n)?t[o]=Ka({},n):Sr(n)?t[o]=n.slice():t[o]=n};for(let n=0,a=arguments.length;n<a;n++)arguments[n]&&tn(arguments[n],r);return t}const xc=(e,t,r,{allOwnKeys:n}={})=>(tn(t,(a,o)=>{r&&We(a)?e[o]=Mi(a,r):e[o]=a},{allOwnKeys:n}),e),wc=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),jc=(e,t,r,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},Rc=(e,t,r,n)=>{let a,o,i;const l={};if(t=t||{},e==null)return t;do{for(a=Object.getOwnPropertyNames(e),o=a.length;o-- >0;)i=a[o],(!n||n(i,e,t))&&!l[i]&&(t[i]=e[i],l[i]=!0);e=r!==!1&&yo(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},Cc=(e,t,r)=>{e=String(e),(r===void 0||r>e.length)&&(r=e.length),r-=t.length;const n=e.indexOf(t,r);return n!==-1&&n===r},Ac=e=>{if(!e)return null;if(Sr(e))return e;let t=e.length;if(!Ei(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},Pc=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&yo(Uint8Array)),Oc=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let a;for(;(a=n.next())&&!a.done;){const o=a.value;t.call(e,o[0],o[1])}},Tc=(e,t)=>{let r;const n=[];for(;(r=e.exec(t))!==null;)n.push(r);return n},Mc=lt("HTMLFormElement"),Ic=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,n,a){return n.toUpperCase()+a}),as=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),Ec=lt("RegExp"),$i=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),n={};tn(r,(a,o)=>{let i;(i=t(a,o,e))!==!1&&(n[o]=i||a)}),Object.defineProperties(e,n)},kc=e=>{$i(e,(t,r)=>{if(We(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const n=e[r];if(We(n)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},Lc=(e,t)=>{const r={},n=a=>{a.forEach(o=>{r[o]=!0})};return Sr(e)?n(e):n(String(e).split(t)),r},$c=()=>{},Nc=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,Oa="abcdefghijklmnopqrstuvwxyz",os="0123456789",Ni={DIGIT:os,ALPHA:Oa,ALPHA_DIGIT:Oa+Oa.toUpperCase()+os},Fc=(e=16,t=Ni.ALPHA_DIGIT)=>{let r="";const{length:n}=t;for(;e--;)r+=t[Math.random()*n|0];return r};function Dc(e){return!!(e&&We(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const Bc=e=>{const t=new Array(10),r=(n,a)=>{if(Yn(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[a]=n;const o=Sr(n)?[]:{};return tn(n,(i,l)=>{const u=r(i,a+1);!Kr(u)&&(o[l]=u)}),t[a]=void 0,o}}return n};return r(e,0)},Uc=lt("AsyncFunction"),Jc=e=>e&&(Yn(e)||We(e))&&We(e.then)&&We(e.catch),Fi=((e,t)=>e?setImmediate:t?((r,n)=>(Wt.addEventListener("message",({source:a,data:o})=>{a===Wt&&o===r&&n.length&&n.shift()()},!1),a=>{n.push(a),Wt.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",We(Wt.postMessage)),Vc=typeof queueMicrotask<"u"?queueMicrotask.bind(Wt):typeof process<"u"&&process.nextTick||Fi,S={isArray:Sr,isArrayBuffer:Ii,isBuffer:sc,isFormData:pc,isArrayBufferView:ic,isString:lc,isNumber:Ei,isBoolean:uc,isObject:Yn,isPlainObject:jn,isReadableStream:yc,isRequest:_c,isResponse:vc,isHeaders:bc,isUndefined:Kr,isDate:cc,isFile:dc,isBlob:mc,isRegExp:Ec,isFunction:We,isStream:fc,isURLSearchParams:gc,isTypedArray:Pc,isFileList:hc,forEach:tn,merge:Ka,extend:xc,trim:Sc,stripBOM:wc,inherits:jc,toFlatObject:Rc,kindOf:qn,kindOfTest:lt,endsWith:Cc,toArray:Ac,forEachEntry:Oc,matchAll:Tc,isHTMLForm:Mc,hasOwnProperty:as,hasOwnProp:as,reduceDescriptors:$i,freezeMethods:kc,toObjectSet:Lc,toCamelCase:Ic,noop:$c,toFiniteNumber:Nc,findKey:ki,global:Wt,isContextDefined:Li,ALPHABET:Ni,generateString:Fc,isSpecCompliantForm:Dc,toJSONObject:Bc,isAsyncFn:Uc,isThenable:Jc,setImmediate:Fi,asap:Vc};function J(e,t,r,n,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),a&&(this.response=a)}S.inherits(J,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:S.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Di=J.prototype,Bi={};["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=>{Bi[e]={value:e}});Object.defineProperties(J,Bi);Object.defineProperty(Di,"isAxiosError",{value:!0});J.from=(e,t,r,n,a,o)=>{const i=Object.create(Di);return S.toFlatObject(e,i,function(u){return u!==Error.prototype},l=>l!=="isAxiosError"),J.call(i,e.message,t,r,n,a),i.cause=e,i.name=e.name,o&&Object.assign(i,o),i};const Gc=null;function Ha(e){return S.isPlainObject(e)||S.isArray(e)}function Ui(e){return S.endsWith(e,"[]")?e.slice(0,-2):e}function ss(e,t,r){return e?e.concat(t).map(function(a,o){return a=Ui(a),!r&&o?"["+a+"]":a}).join(r?".":""):t}function zc(e){return S.isArray(e)&&!e.some(Ha)}const Wc=S.toFlatObject(S,{},null,function(t){return/^is[A-Z]/.test(t)});function Zn(e,t,r){if(!S.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,r=S.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(_,g){return!S.isUndefined(g[_])});const n=r.metaTokens,a=r.visitor||d,o=r.dots,i=r.indexes,u=(r.Blob||typeof Blob<"u"&&Blob)&&S.isSpecCompliantForm(t);if(!S.isFunction(a))throw new TypeError("visitor must be a function");function c(y){if(y===null)return"";if(S.isDate(y))return y.toISOString();if(!u&&S.isBlob(y))throw new J("Blob is not supported. Use a Buffer instead.");return S.isArrayBuffer(y)||S.isTypedArray(y)?u&&typeof Blob=="function"?new Blob([y]):Buffer.from(y):y}function d(y,_,g){let x=y;if(y&&!g&&typeof y=="object"){if(S.endsWith(_,"{}"))_=n?_:_.slice(0,-2),y=JSON.stringify(y);else if(S.isArray(y)&&zc(y)||(S.isFileList(y)||S.endsWith(_,"[]"))&&(x=S.toArray(y)))return _=Ui(_),x.forEach(function(C,L){!(S.isUndefined(C)||C===null)&&t.append(i===!0?ss([_],L,o):i===null?_:_+"[]",c(C))}),!1}return Ha(y)?!0:(t.append(ss(g,_,o),c(y)),!1)}const h=[],m=Object.assign(Wc,{defaultVisitor:d,convertValue:c,isVisitable:Ha});function v(y,_){if(!S.isUndefined(y)){if(h.indexOf(y)!==-1)throw Error("Circular reference detected in "+_.join("."));h.push(y),S.forEach(y,function(x,j){(!(S.isUndefined(x)||x===null)&&a.call(t,x,S.isString(j)?j.trim():j,_,m))===!0&&v(x,_?_.concat(j):[j])}),h.pop()}}if(!S.isObject(e))throw new TypeError("data must be an object");return v(e),t}function is(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function _o(e,t){this._pairs=[],e&&Zn(e,this,t)}const Ji=_o.prototype;Ji.append=function(t,r){this._pairs.push([t,r])};Ji.toString=function(t){const r=t?function(n){return t.call(this,n,is)}:is;return this._pairs.map(function(a){return r(a[0])+"="+r(a[1])},"").join("&")};function Kc(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Vi(e,t,r){if(!t)return e;const n=r&&r.encode||Kc,a=r&&r.serialize;let o;if(a?o=a(t,r):o=S.isURLSearchParams(t)?t.toString():new _o(t,r).toString(n),o){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class ls{constructor(){this.handlers=[]}use(t,r,n){return this.handlers.push({fulfilled:t,rejected:r,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){S.forEach(this.handlers,function(n){n!==null&&t(n)})}}const Gi={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Hc=typeof URLSearchParams<"u"?URLSearchParams:_o,qc=typeof FormData<"u"?FormData:null,Xc=typeof Blob<"u"?Blob:null,Yc={isBrowser:!0,classes:{URLSearchParams:Hc,FormData:qc,Blob:Xc},protocols:["http","https","file","blob","url","data"]},vo=typeof window<"u"&&typeof document<"u",Zc=(e=>vo&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),Qc=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",ed=vo&&window.location.href||"http://localhost",td=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:vo,hasStandardBrowserEnv:Zc,hasStandardBrowserWebWorkerEnv:Qc,origin:ed},Symbol.toStringTag,{value:"Module"})),st={...td,...Yc};function rd(e,t){return Zn(e,new st.classes.URLSearchParams,Object.assign({visitor:function(r,n,a,o){return st.isNode&&S.isBuffer(r)?(this.append(n,r.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function nd(e){return S.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function ad(e){const t={},r=Object.keys(e);let n;const a=r.length;let o;for(n=0;n<a;n++)o=r[n],t[o]=e[o];return t}function zi(e){function t(r,n,a,o){let i=r[o++];if(i==="__proto__")return!0;const l=Number.isFinite(+i),u=o>=r.length;return i=!i&&S.isArray(a)?a.length:i,u?(S.hasOwnProp(a,i)?a[i]=[a[i],n]:a[i]=n,!l):((!a[i]||!S.isObject(a[i]))&&(a[i]=[]),t(r,n,a[i],o)&&S.isArray(a[i])&&(a[i]=ad(a[i])),!l)}if(S.isFormData(e)&&S.isFunction(e.entries)){const r={};return S.forEachEntry(e,(n,a)=>{t(nd(n),a,r,0)}),r}return null}function od(e,t,r){if(S.isString(e))try{return(t||JSON.parse)(e),S.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(r||JSON.stringify)(e)}const rn={transitional:Gi,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const n=r.getContentType()||"",a=n.indexOf("application/json")>-1,o=S.isObject(t);if(o&&S.isHTMLForm(t)&&(t=new FormData(t)),S.isFormData(t))return a?JSON.stringify(zi(t)):t;if(S.isArrayBuffer(t)||S.isBuffer(t)||S.isStream(t)||S.isFile(t)||S.isBlob(t)||S.isReadableStream(t))return t;if(S.isArrayBufferView(t))return t.buffer;if(S.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let l;if(o){if(n.indexOf("application/x-www-form-urlencoded")>-1)return rd(t,this.formSerializer).toString();if((l=S.isFileList(t))||n.indexOf("multipart/form-data")>-1){const u=this.env&&this.env.FormData;return Zn(l?{"files[]":t}:t,u&&new u,this.formSerializer)}}return o||a?(r.setContentType("application/json",!1),od(t)):t}],transformResponse:[function(t){const r=this.transitional||rn.transitional,n=r&&r.forcedJSONParsing,a=this.responseType==="json";if(S.isResponse(t)||S.isReadableStream(t))return t;if(t&&S.isString(t)&&(n&&!this.responseType||a)){const i=!(r&&r.silentJSONParsing)&&a;try{return JSON.parse(t)}catch(l){if(i)throw l.name==="SyntaxError"?J.from(l,J.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:st.classes.FormData,Blob:st.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};S.forEach(["delete","get","head","post","put","patch"],e=>{rn.headers[e]={}});const sd=S.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"]),id=e=>{const t={};let r,n,a;return e&&e.split(`
31
- `).forEach(function(i){a=i.indexOf(":"),r=i.substring(0,a).trim().toLowerCase(),n=i.substring(a+1).trim(),!(!r||t[r]&&sd[r])&&(r==="set-cookie"?t[r]?t[r].push(n):t[r]=[n]:t[r]=t[r]?t[r]+", "+n:n)}),t},us=Symbol("internals");function Fr(e){return e&&String(e).trim().toLowerCase()}function Rn(e){return e===!1||e==null?e:S.isArray(e)?e.map(Rn):String(e)}function ld(e){const t=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=r.exec(e);)t[n[1]]=n[2];return t}const ud=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Ta(e,t,r,n,a){if(S.isFunction(n))return n.call(this,t,r);if(a&&(t=r),!!S.isString(t)){if(S.isString(n))return t.indexOf(n)!==-1;if(S.isRegExp(n))return n.test(t)}}function cd(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,r,n)=>r.toUpperCase()+n)}function dd(e,t){const r=S.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(e,n+r,{value:function(a,o,i){return this[n].call(this,t,a,o,i)},configurable:!0})})}let Fe=class{constructor(t){t&&this.set(t)}set(t,r,n){const a=this;function o(l,u,c){const d=Fr(u);if(!d)throw new Error("header name must be a non-empty string");const h=S.findKey(a,d);(!h||a[h]===void 0||c===!0||c===void 0&&a[h]!==!1)&&(a[h||u]=Rn(l))}const i=(l,u)=>S.forEach(l,(c,d)=>o(c,d,u));if(S.isPlainObject(t)||t instanceof this.constructor)i(t,r);else if(S.isString(t)&&(t=t.trim())&&!ud(t))i(id(t),r);else if(S.isHeaders(t))for(const[l,u]of t.entries())o(u,l,n);else t!=null&&o(r,t,n);return this}get(t,r){if(t=Fr(t),t){const n=S.findKey(this,t);if(n){const a=this[n];if(!r)return a;if(r===!0)return ld(a);if(S.isFunction(r))return r.call(this,a,n);if(S.isRegExp(r))return r.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,r){if(t=Fr(t),t){const n=S.findKey(this,t);return!!(n&&this[n]!==void 0&&(!r||Ta(this,this[n],n,r)))}return!1}delete(t,r){const n=this;let a=!1;function o(i){if(i=Fr(i),i){const l=S.findKey(n,i);l&&(!r||Ta(n,n[l],l,r))&&(delete n[l],a=!0)}}return S.isArray(t)?t.forEach(o):o(t),a}clear(t){const r=Object.keys(this);let n=r.length,a=!1;for(;n--;){const o=r[n];(!t||Ta(this,this[o],o,t,!0))&&(delete this[o],a=!0)}return a}normalize(t){const r=this,n={};return S.forEach(this,(a,o)=>{const i=S.findKey(n,o);if(i){r[i]=Rn(a),delete r[o];return}const l=t?cd(o):String(o).trim();l!==o&&delete r[o],r[l]=Rn(a),n[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const r=Object.create(null);return S.forEach(this,(n,a)=>{n!=null&&n!==!1&&(r[a]=t&&S.isArray(n)?n.join(", "):n)}),r}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,r])=>t+": "+r).join(`
32
- `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...r){const n=new this(t);return r.forEach(a=>n.set(a)),n}static accessor(t){const n=(this[us]=this[us]={accessors:{}}).accessors,a=this.prototype;function o(i){const l=Fr(i);n[l]||(dd(a,i),n[l]=!0)}return S.isArray(t)?t.forEach(o):o(t),this}};Fe.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);S.reduceDescriptors(Fe.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(n){this[r]=n}}});S.freezeMethods(Fe);function Ma(e,t){const r=this||rn,n=t||r,a=Fe.from(n.headers);let o=n.data;return S.forEach(e,function(l){o=l.call(r,o,a.normalize(),t?t.status:void 0)}),a.normalize(),o}function Wi(e){return!!(e&&e.__CANCEL__)}function xr(e,t,r){J.call(this,e??"canceled",J.ERR_CANCELED,t,r),this.name="CanceledError"}S.inherits(xr,J,{__CANCEL__:!0});function Ki(e,t,r){const n=r.config.validateStatus;!r.status||!n||n(r.status)?e(r):t(new J("Request failed with status code "+r.status,[J.ERR_BAD_REQUEST,J.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function md(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function hd(e,t){e=e||10;const r=new Array(e),n=new Array(e);let a=0,o=0,i;return t=t!==void 0?t:1e3,function(u){const c=Date.now(),d=n[o];i||(i=c),r[a]=u,n[a]=c;let h=o,m=0;for(;h!==a;)m+=r[h++],h=h%e;if(a=(a+1)%e,a===o&&(o=(o+1)%e),c-i<t)return;const v=d&&c-d;return v?Math.round(m*1e3/v):void 0}}function fd(e,t){let r=0,n=1e3/t,a,o;const i=(c,d=Date.now())=>{r=d,a=null,o&&(clearTimeout(o),o=null),e.apply(null,c)};return[(...c)=>{const d=Date.now(),h=d-r;h>=n?i(c,d):(a=c,o||(o=setTimeout(()=>{o=null,i(a)},n-h)))},()=>a&&i(a)]}const Fn=(e,t,r=3)=>{let n=0;const a=hd(50,250);return fd(o=>{const i=o.loaded,l=o.lengthComputable?o.total:void 0,u=i-n,c=a(u),d=i<=l;n=i;const h={loaded:i,total:l,progress:l?i/l:void 0,bytes:u,rate:c||void 0,estimated:c&&l&&d?(l-i)/c:void 0,event:o,lengthComputable:l!=null,[t?"download":"upload"]:!0};e(h)},r)},cs=(e,t)=>{const r=e!=null;return[n=>t[0]({lengthComputable:r,total:e,loaded:n}),t[1]]},ds=e=>(...t)=>S.asap(()=>e(...t)),pd=st.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a");let n;function a(o){let i=o;return t&&(r.setAttribute("href",i),i=r.href),r.setAttribute("href",i),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:r.pathname.charAt(0)==="/"?r.pathname:"/"+r.pathname}}return n=a(window.location.href),function(i){const l=S.isString(i)?a(i):i;return l.protocol===n.protocol&&l.host===n.host}}():function(){return function(){return!0}}(),gd=st.hasStandardBrowserEnv?{write(e,t,r,n,a,o){const i=[e+"="+encodeURIComponent(t)];S.isNumber(r)&&i.push("expires="+new Date(r).toGMTString()),S.isString(n)&&i.push("path="+n),S.isString(a)&&i.push("domain="+a),o===!0&&i.push("secure"),document.cookie=i.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 yd(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function _d(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Hi(e,t){return e&&!yd(t)?_d(e,t):t}const ms=e=>e instanceof Fe?{...e}:e;function Ht(e,t){t=t||{};const r={};function n(c,d,h){return S.isPlainObject(c)&&S.isPlainObject(d)?S.merge.call({caseless:h},c,d):S.isPlainObject(d)?S.merge({},d):S.isArray(d)?d.slice():d}function a(c,d,h){if(S.isUndefined(d)){if(!S.isUndefined(c))return n(void 0,c,h)}else return n(c,d,h)}function o(c,d){if(!S.isUndefined(d))return n(void 0,d)}function i(c,d){if(S.isUndefined(d)){if(!S.isUndefined(c))return n(void 0,c)}else return n(void 0,d)}function l(c,d,h){if(h in t)return n(c,d);if(h in e)return n(void 0,c)}const u={url:o,method:o,data:o,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:l,headers:(c,d)=>a(ms(c),ms(d),!0)};return S.forEach(Object.keys(Object.assign({},e,t)),function(d){const h=u[d]||a,m=h(e[d],t[d],d);S.isUndefined(m)&&h!==l||(r[d]=m)}),r}const qi=e=>{const t=Ht({},e);let{data:r,withXSRFToken:n,xsrfHeaderName:a,xsrfCookieName:o,headers:i,auth:l}=t;t.headers=i=Fe.from(i),t.url=Vi(Hi(t.baseURL,t.url),e.params,e.paramsSerializer),l&&i.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?unescape(encodeURIComponent(l.password)):"")));let u;if(S.isFormData(r)){if(st.hasStandardBrowserEnv||st.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if((u=i.getContentType())!==!1){const[c,...d]=u?u.split(";").map(h=>h.trim()).filter(Boolean):[];i.setContentType([c||"multipart/form-data",...d].join("; "))}}if(st.hasStandardBrowserEnv&&(n&&S.isFunction(n)&&(n=n(t)),n||n!==!1&&pd(t.url))){const c=a&&o&&gd.read(o);c&&i.set(a,c)}return t},vd=typeof XMLHttpRequest<"u",bd=vd&&function(e){return new Promise(function(r,n){const a=qi(e);let o=a.data;const i=Fe.from(a.headers).normalize();let{responseType:l,onUploadProgress:u,onDownloadProgress:c}=a,d,h,m,v,y;function _(){v&&v(),y&&y(),a.cancelToken&&a.cancelToken.unsubscribe(d),a.signal&&a.signal.removeEventListener("abort",d)}let g=new XMLHttpRequest;g.open(a.method.toUpperCase(),a.url,!0),g.timeout=a.timeout;function x(){if(!g)return;const C=Fe.from("getAllResponseHeaders"in g&&g.getAllResponseHeaders()),R={data:!l||l==="text"||l==="json"?g.responseText:g.response,status:g.status,statusText:g.statusText,headers:C,config:e,request:g};Ki(function(O){r(O),_()},function(O){n(O),_()},R),g=null}"onloadend"in g?g.onloadend=x:g.onreadystatechange=function(){!g||g.readyState!==4||g.status===0&&!(g.responseURL&&g.responseURL.indexOf("file:")===0)||setTimeout(x)},g.onabort=function(){g&&(n(new J("Request aborted",J.ECONNABORTED,e,g)),g=null)},g.onerror=function(){n(new J("Network Error",J.ERR_NETWORK,e,g)),g=null},g.ontimeout=function(){let L=a.timeout?"timeout of "+a.timeout+"ms exceeded":"timeout exceeded";const R=a.transitional||Gi;a.timeoutErrorMessage&&(L=a.timeoutErrorMessage),n(new J(L,R.clarifyTimeoutError?J.ETIMEDOUT:J.ECONNABORTED,e,g)),g=null},o===void 0&&i.setContentType(null),"setRequestHeader"in g&&S.forEach(i.toJSON(),function(L,R){g.setRequestHeader(R,L)}),S.isUndefined(a.withCredentials)||(g.withCredentials=!!a.withCredentials),l&&l!=="json"&&(g.responseType=a.responseType),c&&([m,y]=Fn(c,!0),g.addEventListener("progress",m)),u&&g.upload&&([h,v]=Fn(u),g.upload.addEventListener("progress",h),g.upload.addEventListener("loadend",v)),(a.cancelToken||a.signal)&&(d=C=>{g&&(n(!C||C.type?new xr(null,e,g):C),g.abort(),g=null)},a.cancelToken&&a.cancelToken.subscribe(d),a.signal&&(a.signal.aborted?d():a.signal.addEventListener("abort",d)));const j=md(a.url);if(j&&st.protocols.indexOf(j)===-1){n(new J("Unsupported protocol "+j+":",J.ERR_BAD_REQUEST,e));return}g.send(o||null)})},Sd=(e,t)=>{let r=new AbortController,n;const a=function(u){if(!n){n=!0,i();const c=u instanceof Error?u:this.reason;r.abort(c instanceof J?c:new xr(c instanceof Error?c.message:c))}};let o=t&&setTimeout(()=>{a(new J(`timeout ${t} of ms exceeded`,J.ETIMEDOUT))},t);const i=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach(u=>{u&&(u.removeEventListener?u.removeEventListener("abort",a):u.unsubscribe(a))}),e=null)};e.forEach(u=>u&&u.addEventListener&&u.addEventListener("abort",a));const{signal:l}=r;return l.unsubscribe=i,[l,()=>{o&&clearTimeout(o),o=null}]},xd=function*(e,t){let r=e.byteLength;if(!t||r<t){yield e;return}let n=0,a;for(;n<r;)a=n+t,yield e.slice(n,a),n=a},wd=async function*(e,t,r){for await(const n of e)yield*xd(ArrayBuffer.isView(n)?n:await r(String(n)),t)},hs=(e,t,r,n,a)=>{const o=wd(e,t,a);let i=0,l,u=c=>{l||(l=!0,n&&n(c))};return new ReadableStream({async pull(c){try{const{done:d,value:h}=await o.next();if(d){u(),c.close();return}let m=h.byteLength;if(r){let v=i+=m;r(v)}c.enqueue(new Uint8Array(h))}catch(d){throw u(d),d}},cancel(c){return u(c),o.return()}},{highWaterMark:2})},Qn=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Xi=Qn&&typeof ReadableStream=="function",qa=Qn&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),Yi=(e,...t)=>{try{return!!e(...t)}catch{return!1}},jd=Xi&&Yi(()=>{let e=!1;const t=new Request(st.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),fs=64*1024,Xa=Xi&&Yi(()=>S.isReadableStream(new Response("").body)),Dn={stream:Xa&&(e=>e.body)};Qn&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!Dn[t]&&(Dn[t]=S.isFunction(e[t])?r=>r[t]():(r,n)=>{throw new J(`Response type '${t}' is not supported`,J.ERR_NOT_SUPPORT,n)})})})(new Response);const Rd=async e=>{if(e==null)return 0;if(S.isBlob(e))return e.size;if(S.isSpecCompliantForm(e))return(await new Request(e).arrayBuffer()).byteLength;if(S.isArrayBufferView(e)||S.isArrayBuffer(e))return e.byteLength;if(S.isURLSearchParams(e)&&(e=e+""),S.isString(e))return(await qa(e)).byteLength},Cd=async(e,t)=>{const r=S.toFiniteNumber(e.getContentLength());return r??Rd(t)},Ad=Qn&&(async e=>{let{url:t,method:r,data:n,signal:a,cancelToken:o,timeout:i,onDownloadProgress:l,onUploadProgress:u,responseType:c,headers:d,withCredentials:h="same-origin",fetchOptions:m}=qi(e);c=c?(c+"").toLowerCase():"text";let[v,y]=a||o||i?Sd([a,o],i):[],_,g;const x=()=>{!_&&setTimeout(()=>{v&&v.unsubscribe()}),_=!0};let j;try{if(u&&jd&&r!=="get"&&r!=="head"&&(j=await Cd(d,n))!==0){let P=new Request(t,{method:"POST",body:n,duplex:"half"}),O;if(S.isFormData(n)&&(O=P.headers.get("content-type"))&&d.setContentType(O),P.body){const[z,le]=cs(j,Fn(ds(u)));n=hs(P.body,fs,z,le,qa)}}S.isString(h)||(h=h?"include":"omit"),g=new Request(t,{...m,signal:v,method:r.toUpperCase(),headers:d.normalize().toJSON(),body:n,duplex:"half",credentials:h});let C=await fetch(g);const L=Xa&&(c==="stream"||c==="response");if(Xa&&(l||L)){const P={};["status","statusText","headers"].forEach(ce=>{P[ce]=C[ce]});const O=S.toFiniteNumber(C.headers.get("content-length")),[z,le]=l&&cs(O,Fn(ds(l),!0))||[];C=new Response(hs(C.body,fs,z,()=>{le&&le(),L&&x()},qa),P)}c=c||"text";let R=await Dn[S.findKey(Dn,c)||"text"](C,e);return!L&&x(),y&&y(),await new Promise((P,O)=>{Ki(P,O,{data:R,headers:Fe.from(C.headers),status:C.status,statusText:C.statusText,config:e,request:g})})}catch(C){throw x(),C&&C.name==="TypeError"&&/fetch/i.test(C.message)?Object.assign(new J("Network Error",J.ERR_NETWORK,e,g),{cause:C.cause||C}):J.from(C,C&&C.code,e,g)}}),Ya={http:Gc,xhr:bd,fetch:Ad};S.forEach(Ya,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const ps=e=>`- ${e}`,Pd=e=>S.isFunction(e)||e===null||e===!1,Zi={getAdapter:e=>{e=S.isArray(e)?e:[e];const{length:t}=e;let r,n;const a={};for(let o=0;o<t;o++){r=e[o];let i;if(n=r,!Pd(r)&&(n=Ya[(i=String(r)).toLowerCase()],n===void 0))throw new J(`Unknown adapter '${i}'`);if(n)break;a[i||"#"+o]=n}if(!n){const o=Object.entries(a).map(([l,u])=>`adapter ${l} `+(u===!1?"is not supported by the environment":"is not available in the build"));let i=t?o.length>1?`since :
33
- `+o.map(ps).join(`
34
- `):" "+ps(o[0]):"as no adapter specified";throw new J("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return n},adapters:Ya};function Ia(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new xr(null,e)}function gs(e){return Ia(e),e.headers=Fe.from(e.headers),e.data=Ma.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Zi.getAdapter(e.adapter||rn.adapter)(e).then(function(n){return Ia(e),n.data=Ma.call(e,e.transformResponse,n),n.headers=Fe.from(n.headers),n},function(n){return Wi(n)||(Ia(e),n&&n.response&&(n.response.data=Ma.call(e,e.transformResponse,n.response),n.response.headers=Fe.from(n.response.headers))),Promise.reject(n)})}const Qi="1.7.4",bo={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{bo[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const ys={};bo.transitional=function(t,r,n){function a(o,i){return"[Axios v"+Qi+"] Transitional option '"+o+"'"+i+(n?". "+n:"")}return(o,i,l)=>{if(t===!1)throw new J(a(i," has been removed"+(r?" in "+r:"")),J.ERR_DEPRECATED);return r&&!ys[i]&&(ys[i]=!0,console.warn(a(i," has been deprecated since v"+r+" and will be removed in the near future"))),t?t(o,i,l):!0}};function Od(e,t,r){if(typeof e!="object")throw new J("options must be an object",J.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let a=n.length;for(;a-- >0;){const o=n[a],i=t[o];if(i){const l=e[o],u=l===void 0||i(l,o,e);if(u!==!0)throw new J("option "+o+" must be "+u,J.ERR_BAD_OPTION_VALUE);continue}if(r!==!0)throw new J("Unknown option "+o,J.ERR_BAD_OPTION)}}const Za={assertOptions:Od,validators:bo},Lt=Za.validators;let Kt=class{constructor(t){this.defaults=t,this.interceptors={request:new ls,response:new ls}}async request(t,r){try{return await this._request(t,r)}catch(n){if(n instanceof Error){let a;Error.captureStackTrace?Error.captureStackTrace(a={}):a=new Error;const o=a.stack?a.stack.replace(/^.+\n/,""):"";try{n.stack?o&&!String(n.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(n.stack+=`
35
- `+o):n.stack=o}catch{}}throw n}}_request(t,r){typeof t=="string"?(r=r||{},r.url=t):r=t||{},r=Ht(this.defaults,r);const{transitional:n,paramsSerializer:a,headers:o}=r;n!==void 0&&Za.assertOptions(n,{silentJSONParsing:Lt.transitional(Lt.boolean),forcedJSONParsing:Lt.transitional(Lt.boolean),clarifyTimeoutError:Lt.transitional(Lt.boolean)},!1),a!=null&&(S.isFunction(a)?r.paramsSerializer={serialize:a}:Za.assertOptions(a,{encode:Lt.function,serialize:Lt.function},!0)),r.method=(r.method||this.defaults.method||"get").toLowerCase();let i=o&&S.merge(o.common,o[r.method]);o&&S.forEach(["delete","get","head","post","put","patch","common"],y=>{delete o[y]}),r.headers=Fe.concat(i,o);const l=[];let u=!0;this.interceptors.request.forEach(function(_){typeof _.runWhen=="function"&&_.runWhen(r)===!1||(u=u&&_.synchronous,l.unshift(_.fulfilled,_.rejected))});const c=[];this.interceptors.response.forEach(function(_){c.push(_.fulfilled,_.rejected)});let d,h=0,m;if(!u){const y=[gs.bind(this),void 0];for(y.unshift.apply(y,l),y.push.apply(y,c),m=y.length,d=Promise.resolve(r);h<m;)d=d.then(y[h++],y[h++]);return d}m=l.length;let v=r;for(h=0;h<m;){const y=l[h++],_=l[h++];try{v=y(v)}catch(g){_.call(this,g);break}}try{d=gs.call(this,v)}catch(y){return Promise.reject(y)}for(h=0,m=c.length;h<m;)d=d.then(c[h++],c[h++]);return d}getUri(t){t=Ht(this.defaults,t);const r=Hi(t.baseURL,t.url);return Vi(r,t.params,t.paramsSerializer)}};S.forEach(["delete","get","head","options"],function(t){Kt.prototype[t]=function(r,n){return this.request(Ht(n||{},{method:t,url:r,data:(n||{}).data}))}});S.forEach(["post","put","patch"],function(t){function r(n){return function(o,i,l){return this.request(Ht(l||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:o,data:i}))}}Kt.prototype[t]=r(),Kt.prototype[t+"Form"]=r(!0)});let Td=class el{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let r;this.promise=new Promise(function(o){r=o});const n=this;this.promise.then(a=>{if(!n._listeners)return;let o=n._listeners.length;for(;o-- >0;)n._listeners[o](a);n._listeners=null}),this.promise.then=a=>{let o;const i=new Promise(l=>{n.subscribe(l),o=l}).then(a);return i.cancel=function(){n.unsubscribe(o)},i},t(function(o,i,l){n.reason||(n.reason=new xr(o,i,l),r(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const r=this._listeners.indexOf(t);r!==-1&&this._listeners.splice(r,1)}static source(){let t;return{token:new el(function(a){t=a}),cancel:t}}};function Md(e){return function(r){return e.apply(null,r)}}function Id(e){return S.isObject(e)&&e.isAxiosError===!0}const Qa={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(Qa).forEach(([e,t])=>{Qa[t]=e});function tl(e){const t=new Kt(e),r=Mi(Kt.prototype.request,t);return S.extend(r,Kt.prototype,t,{allOwnKeys:!0}),S.extend(r,t,null,{allOwnKeys:!0}),r.create=function(a){return tl(Ht(e,a))},r}const xe=tl(rn);xe.Axios=Kt;xe.CanceledError=xr;xe.CancelToken=Td;xe.isCancel=Wi;xe.VERSION=Qi;xe.toFormData=Zn;xe.AxiosError=J;xe.Cancel=xe.CanceledError;xe.all=function(t){return Promise.all(t)};xe.spread=Md;xe.isAxiosError=Id;xe.mergeConfig=Ht;xe.AxiosHeaders=Fe;xe.formToJSON=e=>zi(S.isHTMLForm(e)?new FormData(e):e);xe.getAdapter=Zi.getAdapter;xe.HttpStatusCode=Qa;xe.default=xe;const{Axios:Y_,AxiosError:_s,CanceledError:Z_,isCancel:Q_,CancelToken:ev,VERSION:tv,all:rv,Cancel:nv,isAxiosError:av,spread:ov,toFormData:sv,AxiosHeaders:iv,HttpStatusCode:lv,formToJSON:uv,getAdapter:cv,mergeConfig:dv}=xe;function Ed(e){try{return JSON.stringify(e)}catch{return}}function kd(e){var t,r,n,a;return e instanceof _s&&e.code==="ERR_NETWORK"?"Failed to connect to the server. Please check your internet connection.":e instanceof _s&&e.response?`${(t=e.response)==null?void 0:t.status} ${(r=e.response)==null?void 0:r.statusText} from ${(n=e.response)==null?void 0:n.config.url}: ${JSON.stringify((a=e.response)==null?void 0:a.data)}`:e instanceof Error?e.message:`Unexpected error: ${Ed(e)||e}`}const ea=e=>{const t=e.softTimeout||3e3,[r,n]=Z.useState(!1);return Z.useEffect(()=>{const a=setTimeout(()=>{n(!0)},t);return()=>clearTimeout(a)}),s.jsx(E.Stack,{width:"100%",height:"100%",alignItems:"center",justifyContent:"center",children:e.error?s.jsx(rl,{loadingMessage:e.message,error:e.error}):s.jsxs(s.Fragment,{children:[s.jsx(E.CircularProgress,{sx:{marginBottom:"24px"}}),!!e.message&&s.jsx("div",{children:e.message}),s.jsx(E.Stack,{sx:{visibility:r?"visible":"hidden",marginTop:"1rem",color:"gray"},children:"This is taking longer than expected..."})]})})},rl=e=>{const t=kd(e.error),r=e.error instanceof Error?e.error.stack:null,n=E.useTheme();return s.jsxs(E.Stack,{sx:{maxHeight:"100%",maxWidth:"min(100%, 800px)",padding:2,overflow:"auto",color:n.palette.error.main,"& pre":{whiteSpace:"pre-wrap",wordBreak:"break-word",paddingBottom:"3rem"}},children:[(e.loadingMessage?`Error while ${Ci.lowerFirst(E.capitalize(e.loadingMessage))} - `:"")+t,s.jsx("br",{}),r&&s.jsx("pre",{children:r})]})},Ld=Z.lazy(()=>import("@monaco-editor/react")),$d=en(e=>{const t=E.useTheme(),r=Z.useRef(null),[n,a]=Z.useState("dark-plus"),o=t.palette.mode==="dark"?"dark-plus":"light-plus";async function i(l){const[{createHighlighter:u},{shikiToMonaco:c}]=await Promise.all([import("shiki"),import("@shikijs/monaco")]);l.languages.register({id:"wandelscript"}),l.languages.setLanguageConfiguration("wandelscript",{comments:{lineComment:"#"},brackets:[["(",")"],["[","]"]],autoClosingPairs:[{open:"[",close:"]"},{open:"(",close:")"}],surroundingPairs:[{open:"[",close:"]"},{open:"(",close:")"}]}),r.current||(r.current=await u({langs:[Iu],themes:["dark-plus","light-plus"]})),c(r.current,l),l.editor.defineTheme(o,{base:t.palette.mode==="dark"?"vs-dark":"vs",inherit:!0,rules:[],colors:t.palette.mode==="dark"?{"editor.background":"#262F42","editorLineNumber.foreground":"#797979","editorLineNumber.activeForeground":"#e9e9e9","editor.lineHighlightBorder":"#494949"}:{}}),e.monacoSetup&&e.monacoSetup(l),a(o)}return s.jsx(Z.Suspense,{fallback:s.jsx(ea,{}),children:s.jsx(Ld,{value:e.code,onMount:(l,u)=>{i(u)},onChange:e.onChange,defaultLanguage:"wandelscript",theme:n,options:{minimap:{enabled:!1},wordWrap:"on",automaticLayout:!0,...e.monacoOptions}})})}),Nd="(^joint_[0-9]+$)|(_J[0-9]+$)";function nl(e){return e.children.length===0?[e]:[e,...e.children.flatMap(t=>nl(t))]}function Fd(e,t){return new RegExp(t??Nd).test(e)}function al(e,t){return nl(e).filter(r=>Fd(r.name,t))}function ta(e){Z.useEffect(e,[])}function ol(e){ta(()=>mt.autorun(e))}function So(e,t,r){ta(()=>mt.reaction(e,t,r))}function wr(e){return ta(()=>{let t;function r(){e(),t=requestAnimationFrame(r)}return t=requestAnimationFrame(r),()=>{cancelAnimationFrame(t)}})}function he({rapidlyChangingMotionState:e,robotRootObjectName:t,onRotationChanged:r,jointCollector:n}){b.Globals.assign({frameLoop:"always"});const a=Z.useRef([]),o=Z.useRef([]),{scene:i,invalidate:l}=Cu.useThree();Z.useEffect(()=>{const m=i.getObjectByName(t);m&&(o.current=n?n(m):al(m),c(),l())},[]);function u(m){a.current=m,h.start(Object.assign({},a.current))}function c(){const m=o.current.map((v,y)=>d[y].get());r(o.current,m)}ol(()=>{const m=e.state.joint_position.joints.filter(v=>v!==void 0);requestAnimationFrame(()=>u(m))});const[d,h]=b.useSpring(()=>({...Object.assign({},e.state.joint_position.joints),onChange:()=>{c(),l()},onResolve:()=>{c()}}));return null}function Dd({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials;function i(l,u){l.forEach((c,d)=>c.rotation.y=u[d])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:i}),s.jsx("group",{...r,dispose:null,children:s.jsx("group",{name:"Scene",children:s.jsxs("group",{name:"UR3",rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR3_J01",rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR3_J02",position:[0,.152,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR3_J03",position:[-.244,0,0],children:[s.jsxs(b.animated.group,{name:"UR3_J04",position:[-.213,0,0],children:[s.jsxs(b.animated.group,{name:"UR3_J05",position:[0,.112,0],rotation:[Math.PI/2,0,0],children:[s.jsx("mesh",{name:"UR3_05",castShadow:!0,receiveShadow:!0,geometry:a.UR3_05.geometry,material:o.Standard}),s.jsxs(b.animated.group,{name:"UR3_J06",position:[0,.085,0],rotation:[-Math.PI/2,0,0],children:[s.jsx("group",{name:"UR3_FLG",position:[0,.082,0]}),s.jsx("mesh",{name:"UR3_L06",castShadow:!0,receiveShadow:!0,geometry:a.UR3_L06.geometry,material:o.Standard})]})]}),s.jsx("mesh",{name:"UR3_L04",castShadow:!0,receiveShadow:!0,geometry:a.UR3_L04.geometry,material:o.Standard})]}),s.jsx("mesh",{name:"UR3_L03",castShadow:!0,receiveShadow:!0,geometry:a.UR3_L03.geometry,material:o.Standard})]}),s.jsx("mesh",{name:"UR3_L02",castShadow:!0,receiveShadow:!0,geometry:a.UR3_L02.geometry,material:o.Standard})]}),s.jsx("mesh",{name:"UR3_L01",castShadow:!0,receiveShadow:!0,geometry:a.UR3_L01.geometry,material:o.Standard})]}),s.jsx("mesh",{name:"UR3_L00",castShadow:!0,receiveShadow:!0,geometry:a.UR3_L00.geometry,material:o.Standard,rotation:[-Math.PI/2,0,0]})]})})})]})}function Bd({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials;function i(l,u){l.forEach((c,d)=>c.rotation.y=u[d])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:i}),s.jsx("group",{...r,dispose:null,children:s.jsx("group",{name:"Scene",children:s.jsxs(b.animated.group,{name:"UR3e",rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR3e_J01",rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR3e_J02",position:[0,.152,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR3e_J03",position:[-.244,0,0],children:[s.jsxs(b.animated.group,{name:"UR3e_J04",position:[-.213,0,0],children:[s.jsxs(b.animated.group,{name:"UR3e_J05",position:[0,.131,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR3e_J06",position:[0,.085,0],rotation:[-Math.PI/2,0,0],children:[s.jsx("group",{name:"UR3e_FLG",position:[0,.092,0]}),s.jsx("mesh",{name:"UR3e_L06",castShadow:!0,receiveShadow:!0,geometry:a.UR3e_L06.geometry,material:o.Standard})]}),s.jsx("mesh",{name:"UR3e_L05",castShadow:!0,receiveShadow:!0,geometry:a.UR3e_L05.geometry,material:o.Standard})]}),s.jsx("mesh",{name:"UR3e_L04",castShadow:!0,receiveShadow:!0,geometry:a.UR3e_L04.geometry,material:o.Standard})]}),s.jsx("mesh",{name:"UR3e_L03",castShadow:!0,receiveShadow:!0,geometry:a.UR3e_L03.geometry,material:o.Standard})]}),s.jsx("mesh",{name:"UR3e_L02",castShadow:!0,receiveShadow:!0,geometry:a.UR3e_L02.geometry,material:o.Standard})]}),s.jsx("mesh",{name:"UR3e_L01",castShadow:!0,receiveShadow:!0,geometry:a.UR3e_L01.geometry,material:o.Standard})]}),s.jsx("mesh",{name:"UR3e_L00",castShadow:!0,receiveShadow:!0,geometry:a.UR3e_L00.geometry,material:o.Standard,rotation:[-Math.PI/2,0,0]})]})})})]})}function Ud({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials;function i(l,u){l.forEach((c,d)=>c.rotation.y=u[d])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:i}),s.jsx("group",{...r,dispose:null,children:s.jsxs("group",{name:"Scene",children:[s.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR5CB3_J00",children:[s.jsxs(b.animated.group,{name:"link_1",children:[s.jsx("mesh",{name:"visuals_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_1.geometry,material:o.universalrobots_darkgrey}),s.jsx("mesh",{name:"visuals_1_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_1_1.geometry,material:o.universalrobots_black}),s.jsx("mesh",{name:"visuals_1_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals_1_2.geometry,material:o.universalrobots_aluminum}),s.jsx("mesh",{name:"visuals_1_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals_1_3.geometry,material:o.universalrobots_lightblue})]}),s.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR5CB3_J01",position:[0,.089,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"link_2",position:[0,0,.089],rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"visuals_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals_2.geometry,material:o.universalrobots_stainlesssteel}),s.jsx("mesh",{name:"visuals_2_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_2_1.geometry,material:o.universalrobots_lightblue}),s.jsx("mesh",{name:"visuals_2_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals_2_2.geometry,material:o.universalrobots_aluminum}),s.jsx("mesh",{name:"visuals_2_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals_2_3.geometry,material:o.universalrobots_black}),s.jsx("mesh",{name:"visuals_2_4",castShadow:!0,receiveShadow:!0,geometry:a.visuals_2_4.geometry,material:o.universalrobots_darkgrey})]}),s.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR5CB3_J02",position:[-.425,0,0],children:[s.jsxs(b.animated.group,{name:"link_3",position:[.425,0,.089],rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"visuals_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals_3.geometry,material:o.universalrobots_lightblue}),s.jsx("mesh",{name:"visuals_3_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_3_1.geometry,material:o.universalrobots_black}),s.jsx("mesh",{name:"visuals_3_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals_3_2.geometry,material:o.universalrobots_aluminum}),s.jsx("mesh",{name:"visuals_3_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals_3_3.geometry,material:o.universalrobots_darkgrey}),s.jsx("mesh",{name:"visuals_3_4",castShadow:!0,receiveShadow:!0,geometry:a.visuals_3_4.geometry,material:o.universalrobots_stainlesssteel})]}),s.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR5CB3_J03",position:[-.392,0,0],children:[s.jsxs(b.animated.group,{name:"link_4",position:[.817,0,.089],rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"visuals_4",castShadow:!0,receiveShadow:!0,geometry:a.visuals_4.geometry,material:o.universalrobots_darkgrey}),s.jsx("mesh",{name:"visuals_4_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_4_1.geometry,material:o.universalrobots_aluminum}),s.jsx("mesh",{name:"visuals_4_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals_4_2.geometry,material:o.universalrobots_lightblue}),s.jsx("mesh",{name:"visuals_4_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals_4_3.geometry,material:o.universalrobots_black})]}),s.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR5CB3_J04",position:[0,.109,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"link_5",position:[.817,.089,.109],rotation:[Math.PI,0,0],children:[s.jsx("mesh",{name:"visuals_5",castShadow:!0,receiveShadow:!0,geometry:a.visuals_5.geometry,material:o.universalrobots_darkgrey}),s.jsx("mesh",{name:"visuals_5_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_5_1.geometry,material:o.universalrobots_lightblue}),s.jsx("mesh",{name:"visuals_5_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals_5_2.geometry,material:o.universalrobots_aluminum}),s.jsx("mesh",{name:"visuals_5_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals_5_3.geometry,material:o.universalrobots_black})]}),s.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR5CB3_J05",position:[0,.095,0],rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"link_6",castShadow:!0,receiveShadow:!0,geometry:a.link_6.geometry,material:o.universalrobots_stainlesssteel,position:[.817,-.109,-.005],rotation:[-Math.PI/2,0,0]}),s.jsx(b.animated.group,{name:"UNIVERSALROBOTS_UR5CB3_FLG",position:[0,.082,0]})]})]})]})]})]})]}),s.jsx("mesh",{name:"link_0",castShadow:!0,receiveShadow:!0,geometry:a.link_0.geometry,material:o.universalrobots_aluminum})]})})]})}function Jd({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials;function i(l,u){l.forEach((c,d)=>c.rotation.y=u[d])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:i}),s.jsx("group",{...r,dispose:null,children:s.jsx("group",{name:"Scene",children:s.jsxs("group",{name:"UR5e",rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR5e_J01",rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR5e_J02",position:[0,.162,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR5e_J03",position:[-.425,0,0],children:[s.jsxs(b.animated.group,{name:"UR5e_J04",position:[-.392,0,0],children:[s.jsxs(b.animated.group,{name:"UR5e_J05",position:[0,.133,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR5e_J06",position:[0,.1,0],rotation:[-Math.PI/2,0,0],children:[s.jsx("group",{name:"UR5e_FLG",position:[0,.1,0]}),s.jsx("group",{name:"UR5e_L06",position:[0,.1,0],rotation:[0,0,-Math.PI],children:s.jsxs(s.Fragment,{children:[s.jsx("mesh",{name:"C-1000255",castShadow:!0,receiveShadow:!0,geometry:a["C-1000255"].geometry,material:o.Black}),s.jsx("mesh",{name:"C-1000255_1",castShadow:!0,receiveShadow:!0,geometry:a["C-1000255_1"].geometry,material:o.Metal})]})})]}),s.jsx("group",{name:"UR5e_L05",rotation:[-Math.PI/2,-Math.PI/3,0],children:s.jsxs(s.Fragment,{children:[s.jsx("mesh",{name:"C-1000253",castShadow:!0,receiveShadow:!0,geometry:a["C-1000253"].geometry,material:o.Blue}),s.jsx("mesh",{name:"C-1000253_1",castShadow:!0,receiveShadow:!0,geometry:a["C-1000253_1"].geometry,material:o.Black}),s.jsx("mesh",{name:"C-1000253_2",castShadow:!0,receiveShadow:!0,geometry:a["C-1000253_2"].geometry,material:o.Metal}),s.jsx("mesh",{name:"C-1000253_3",castShadow:!0,receiveShadow:!0,geometry:a["C-1000253_3"].geometry,material:o.DarkGray})]})})]}),s.jsx("group",{name:"UR5e_L04",rotation:[0,-Math.PI/3,0],children:s.jsxs(s.Fragment,{children:[s.jsx("mesh",{name:"C-1000251",castShadow:!0,receiveShadow:!0,geometry:a["C-1000251"].geometry,material:o.Blue}),s.jsx("mesh",{name:"C-1000251_1",castShadow:!0,receiveShadow:!0,geometry:a["C-1000251_1"].geometry,material:o.Black}),s.jsx("mesh",{name:"C-1000251_2",castShadow:!0,receiveShadow:!0,geometry:a["C-1000251_2"].geometry,material:o.Metal}),s.jsx("mesh",{name:"C-1000251_3",castShadow:!0,receiveShadow:!0,geometry:a["C-1000251_3"].geometry,material:o.DarkGray})]})})]}),s.jsx("group",{name:"UR5e_L03",children:s.jsxs(s.Fragment,{children:[s.jsx("mesh",{name:"C-1000250",castShadow:!0,receiveShadow:!0,geometry:a["C-1000250"].geometry,material:o.Black}),s.jsx("mesh",{name:"C-1000250_1",castShadow:!0,receiveShadow:!0,geometry:a["C-1000250_1"].geometry,material:o.DarkGray}),s.jsx("mesh",{name:"C-1000250_2",castShadow:!0,receiveShadow:!0,geometry:a["C-1000250_2"].geometry,material:o.Blue}),s.jsx("mesh",{name:"C-1000250_3",castShadow:!0,receiveShadow:!0,geometry:a["C-1000250_3"].geometry,material:o.Metal}),s.jsx("mesh",{name:"C-1000250_4",castShadow:!0,receiveShadow:!0,geometry:a["C-1000250_4"].geometry,material:o.Metal})]})})]}),s.jsx("group",{name:"UR5e_L02",rotation:[0,-Math.PI/2,0],children:s.jsxs(s.Fragment,{children:[s.jsx("mesh",{name:"C-1000249",castShadow:!0,receiveShadow:!0,geometry:a["C-1000249"].geometry,material:o.Metal}),s.jsx("mesh",{name:"C-1000249_1",castShadow:!0,receiveShadow:!0,geometry:a["C-1000249_1"].geometry,material:o.Black}),s.jsx("mesh",{name:"C-1000249_2",castShadow:!0,receiveShadow:!0,geometry:a["C-1000249_2"].geometry,material:o.DarkGray}),s.jsx("mesh",{name:"C-1000249_3",castShadow:!0,receiveShadow:!0,geometry:a["C-1000249_3"].geometry,material:o.Blue}),s.jsx("mesh",{name:"C-1000249_4",castShadow:!0,receiveShadow:!0,geometry:a["C-1000249_4"].geometry,material:o.Metal})]})})]}),s.jsx("group",{name:"UR5e_L01",rotation:[Math.PI/2,0,0],children:s.jsxs(s.Fragment,{children:[s.jsx("mesh",{name:"C-1000248",castShadow:!0,receiveShadow:!0,geometry:a["C-1000248"].geometry,material:o.DarkGray}),s.jsx("mesh",{name:"C-1000248_1",castShadow:!0,receiveShadow:!0,geometry:a["C-1000248_1"].geometry,material:o.Black}),s.jsx("mesh",{name:"C-1000248_2",castShadow:!0,receiveShadow:!0,geometry:a["C-1000248_2"].geometry,material:o.Blue}),s.jsx("mesh",{name:"C-1000248_3",castShadow:!0,receiveShadow:!0,geometry:a["C-1000248_3"].geometry,material:o.Metal})]})})]}),s.jsx("group",{name:"UR5e_L00",children:s.jsxs(s.Fragment,{children:[s.jsx("mesh",{name:"C-1000257",castShadow:!0,receiveShadow:!0,geometry:a["C-1000257"].geometry,material:o.Black}),s.jsx("mesh",{name:"C-1000257_1",castShadow:!0,receiveShadow:!0,geometry:a["C-1000257_1"].geometry,material:o.Metal})]})})]})})})]})}function Vd({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials;function i(l,u){l.forEach((c,d)=>c.rotation.y=u[d])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:i}),s.jsx("group",{...r,dispose:null,children:s.jsx("group",{name:"Scene",children:s.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR10CB3_J00",children:[s.jsxs("group",{name:"link_0",children:[s.jsx("mesh",{name:"visuals_0",castShadow:!0,receiveShadow:!0,geometry:a.visuals_0.geometry,material:o.universalrobots_aluminum}),s.jsx("mesh",{name:"visuals_0_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_0_1.geometry,material:o.universalrobots_aluminum})]}),s.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR10CB3_J01",position:[0,.127,0],rotation:[Math.PI/2,0,0],children:[s.jsxs("group",{name:"link_1",position:[0,0,.127],rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"visuals_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_1.geometry,material:o.universalrobots_darkgrey}),s.jsx("mesh",{name:"visuals_1_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_1_1.geometry,material:o.universalrobots_stainlesssteel}),s.jsx("mesh",{name:"visuals_1_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals_1_2.geometry,material:o.universalrobots_stainlesssteel}),s.jsx("mesh",{name:"visuals_1_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals_1_3.geometry,material:o.universalrobots_stainlesssteel}),s.jsx("mesh",{name:"visuals_1_4",castShadow:!0,receiveShadow:!0,geometry:a.visuals_1_4.geometry,material:o.universalrobots_black}),s.jsx("mesh",{name:"visuals_1_5",castShadow:!0,receiveShadow:!0,geometry:a.visuals_1_5.geometry,material:o.universalrobots_lightblue})]}),s.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR10CB3_J02",position:[-.612,0,0],children:[s.jsxs("group",{name:"link_2",position:[.612,0,.127],rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"visuals_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals_2.geometry,material:o.universalrobots_aluminum}),s.jsx("mesh",{name:"visuals_2_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_2_1.geometry,material:o.universalrobots_stainlesssteel}),s.jsx("mesh",{name:"visuals_2_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals_2_2.geometry,material:o.universalrobots_darkgrey}),s.jsx("mesh",{name:"visuals_2_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals_2_3.geometry,material:o.universalrobots_black}),s.jsx("mesh",{name:"visuals_2_4",castShadow:!0,receiveShadow:!0,geometry:a.visuals_2_4.geometry,material:o.universalrobots_stainlesssteel}),s.jsx("mesh",{name:"visuals_2_5",castShadow:!0,receiveShadow:!0,geometry:a.visuals_2_5.geometry,material:o.universalrobots_lightblue})]}),s.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR10CB3_J03",position:[-.572,0,0],children:[s.jsxs("group",{name:"link_3",position:[1.184,0,.127],rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"visuals_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals_3.geometry,material:o.universalrobots_aluminum}),s.jsx("mesh",{name:"visuals_3_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_3_1.geometry,material:o.universalrobots_stainlesssteel}),s.jsx("mesh",{name:"visuals_3_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals_3_2.geometry,material:o.universalrobots_darkgrey}),s.jsx("mesh",{name:"visuals_3_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals_3_3.geometry,material:o.universalrobots_black}),s.jsx("mesh",{name:"visuals_3_4",castShadow:!0,receiveShadow:!0,geometry:a.visuals_3_4.geometry,material:o.universalrobots_lightblue})]}),s.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR10CB3_J04",position:[0,.164,0],rotation:[Math.PI/2,0,0],children:[s.jsxs("group",{name:"link_4",position:[1.184,.127,.164],rotation:[Math.PI,0,0],children:[s.jsx("mesh",{name:"visuals_4",castShadow:!0,receiveShadow:!0,geometry:a.visuals_4.geometry,material:o.universalrobots_darkgrey}),s.jsx("mesh",{name:"visuals_4_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_4_1.geometry,material:o.universalrobots_stainlesssteel}),s.jsx("mesh",{name:"visuals_4_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals_4_2.geometry,material:o.universalrobots_black}),s.jsx("mesh",{name:"visuals_4_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals_4_3.geometry,material:o.universalrobots_stainlesssteel}),s.jsx("mesh",{name:"visuals_4_4",castShadow:!0,receiveShadow:!0,geometry:a.visuals_4_4.geometry,material:o.universalrobots_lightblue})]}),s.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR10CB3_J05",position:[0,.116,0],rotation:[-Math.PI/2,0,0],children:[s.jsxs("group",{name:"link_5",position:[1.184,-.164,.012],rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"visuals_5",castShadow:!0,receiveShadow:!0,geometry:a.visuals_5.geometry,material:o.universalrobots_darkgrey}),s.jsx("mesh",{name:"visuals_5_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_5_1.geometry,material:o.universalrobots_stainlesssteel}),s.jsx("mesh",{name:"visuals_5_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals_5_2.geometry,material:o.universalrobots_black}),s.jsx("mesh",{name:"visuals_5_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals_5_3.geometry,material:o.universalrobots_aluminum}),s.jsx("mesh",{name:"visuals_5_4",castShadow:!0,receiveShadow:!0,geometry:a.visuals_5_4.geometry,material:o.universalrobots_lightblue})]}),s.jsx("group",{name:"UNIVERSALROBOTS_UR10CB3_FLG",position:[0,.116,0],rotation:[-Math.PI/2,0,0],children:s.jsxs("group",{name:"link_6",position:[1.184,-.012,-.28],children:[s.jsx("mesh",{name:"visuals_6",castShadow:!0,receiveShadow:!0,geometry:a.visuals_6.geometry,material:o.universalrobots_aluminum}),s.jsx("mesh",{name:"visuals_6_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_6_1.geometry,material:o.universalrobots_aluminum})]})})]})]})]})]})]})]})})})]})}function Gd({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials;function i(l,u){l.forEach((c,d)=>c.rotation.y=u[d])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:i}),s.jsx("group",{...r,dispose:null,children:s.jsx("group",{name:"Scene",children:s.jsxs("group",{name:"UR10e",rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR10e_J01",rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR10e_J02",position:[0,.181,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR10e_J03",position:[-.613,0,0],children:[s.jsxs(b.animated.group,{name:"UR10e_J04",position:[-.572,0,0],children:[s.jsxs(b.animated.group,{name:"UR10e_J05",position:[0,.174,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR10e_J06",position:[0,.12,0],rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"UR10e_FLG",position:[1.184,-.174,.061],rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"C-1000493",geometry:a["C-1000493"].geometry,material:o.Black,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000493_1",geometry:a["C-1000493_1"].geometry,material:o.Metal,castShadow:!0,receiveShadow:!0})]}),s.jsx("group",{name:"UR10e_L07",position:[0,.117,0]})]}),s.jsxs("group",{name:"UR10e_L06",position:[1.184,.181,.174],rotation:[Math.PI,0,0],children:[s.jsx("mesh",{name:"C-1000492",geometry:a["C-1000492"].geometry,material:o.DarkGray,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000492_1",geometry:a["C-1000492_1"].geometry,material:o.Black,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000492_2",geometry:a["C-1000492_2"].geometry,material:o.Blue,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000492_3",geometry:a["C-1000492_3"].geometry,material:o.Screw,castShadow:!0,receiveShadow:!0})]})]}),s.jsxs("group",{name:"UR10e_L05",position:[1.184,0,.181],rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"C-1000491",geometry:a["C-1000491"].geometry,material:o.DarkGray,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000491_1",geometry:a["C-1000491_1"].geometry,material:o.Blue,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000491_2",geometry:a["C-1000491_2"].geometry,material:o.Black,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000491_3",geometry:a["C-1000491_3"].geometry,material:o.Screw,castShadow:!0,receiveShadow:!0})]})]}),s.jsxs("group",{name:"UR10e_L04",position:[.613,0,.181],rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"C-1000490",geometry:a["C-1000490"].geometry,material:o.Metal,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000490_1",geometry:a["C-1000490_1"].geometry,material:o.Black,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000490_2",geometry:a["C-1000490_2"].geometry,material:o.DarkGray,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000490_3",geometry:a["C-1000490_3"].geometry,material:o.Blue,castShadow:!0,receiveShadow:!0})]})]}),s.jsxs(b.animated.group,{name:"UR10e_L03",position:[0,0,.181],rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"C-1000489",geometry:a["C-1000489"].geometry,material:o.Blue,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000489_1",geometry:a["C-1000489_1"].geometry,material:o.Black,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000489_2",geometry:a["C-1000489_2"].geometry,material:o.DarkGray,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000489_3",geometry:a["C-1000489_3"].geometry,material:o.Screw,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000489_4",geometry:a["C-1000489_4"].geometry,material:o.Metal,castShadow:!0,receiveShadow:!0})]})]}),s.jsxs("group",{name:"UR10e_L02",children:[s.jsx("mesh",{name:"C-1000488",geometry:a["C-1000488"].geometry,material:o.Black,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000488_1",geometry:a["C-1000488_1"].geometry,material:o.Blue,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000488_2",geometry:a["C-1000488_2"].geometry,material:o.Screw,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000488_3",geometry:a["C-1000488_3"].geometry,material:o.DarkGray,castShadow:!0,receiveShadow:!0})]})]}),s.jsxs("group",{name:"UR10e_L01",rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"C-1000487",geometry:a["C-1000487"].geometry,material:o.Black,castShadow:!0,receiveShadow:!0}),s.jsx("mesh",{name:"C-1000487_1",geometry:a["C-1000487_1"].geometry,material:o.Metal,castShadow:!0,receiveShadow:!0})]})]})})})]})}function vs({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials,i=[0,-Math.PI/2,0,0,0,0];function l(u,c){u.forEach((d,h)=>d.rotation.y=c[h]+i[h])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:l}),s.jsx("group",{...r,dispose:null,children:s.jsx("group",{name:"Scene",children:s.jsxs("group",{name:"AR900",rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR900_J01",rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR900_J02",position:[.04,0,0],rotation:[-Math.PI/2,-Math.PI/2,0],children:[s.jsxs(b.animated.group,{name:"AR900_J03",position:[.445,0,0],rotation:[-Math.PI,0,0],children:[s.jsxs(b.animated.group,{name:"AR900_J04",position:[.04,0,0],rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR900_J05",position:[0,-.44,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR900_J06",rotation:[-Math.PI/2,0,0],children:[s.jsx("group",{name:"AR900_FLG",position:[0,-.08,0],rotation:[-Math.PI,0,0]}),s.jsx("mesh",{name:"AR900_L06",castShadow:!0,receiveShadow:!0,geometry:a.AR900_L06.geometry,material:o["#BBA474.001"]})]}),s.jsx("mesh",{name:"AR900_L05",castShadow:!0,receiveShadow:!0,geometry:a.AR900_L05.geometry,material:o["#0056b9.001"]})]}),s.jsx("mesh",{name:"AR900_L04",castShadow:!0,receiveShadow:!0,geometry:a.AR900_L04.geometry,material:o["#0056b9.001"]})]}),s.jsx("mesh",{name:"AR900_L03",castShadow:!0,receiveShadow:!0,geometry:a.AR900_L03.geometry,material:o["#0056b9.001"]})]}),s.jsx("mesh",{name:"AR900_L02",castShadow:!0,receiveShadow:!0,geometry:a.AR900_L02.geometry,material:o["#0056b9.001"]})]}),s.jsx("mesh",{name:"AR900_L01",castShadow:!0,receiveShadow:!0,geometry:a.AR900_L01.geometry,material:o["#0056b9.001"]})]}),s.jsx("mesh",{name:"AR900_L00",castShadow:!0,receiveShadow:!0,geometry:a.AR900_L00.geometry,material:o["#0056b9.001"],rotation:[-Math.PI/2,0,0]})]})})})]})}function zd({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials,i=[0,-Math.PI/2,0,0,0,0],l=[1,-1,1,1,1,1];function u(c,d){c.forEach((h,m)=>h.rotation.y=l[m]*d[m]+i[m])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:u}),s.jsx("group",{...r,dispose:null,children:s.jsx("group",{name:"Scene",children:s.jsxs("group",{name:"AR1440",rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR1440_J01",rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR1440_J02",position:[.155,0,0],rotation:[Math.PI/2,0,Math.PI],children:[s.jsxs(b.animated.group,{name:"AR1440_J03",position:[.614,0,0],rotation:[Math.PI,0,0],children:[s.jsxs(b.animated.group,{name:"AR1440_J04",position:[.2,0,0],rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR1440_J05",position:[0,-.64,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR1440_J06",rotation:[-Math.PI/2,0,0],children:[s.jsx("group",{name:"AR1440_FLG",position:[0,-.1,0],rotation:[-Math.PI,0,0]}),s.jsx("mesh",{name:"AR1440_L06_CAD",castShadow:!0,receiveShadow:!0,geometry:a.AR1440_L06_CAD.geometry,material:o.metall})]}),s.jsx("mesh",{name:"AR1440_L05_CAD",castShadow:!0,receiveShadow:!0,geometry:a.AR1440_L05_CAD.geometry,material:o.yaskawaBlueMetall})]}),s.jsxs("group",{name:"AR1440_L04_CAD",children:[s.jsx("mesh",{name:"AR1440_L04_CAD001",castShadow:!0,receiveShadow:!0,geometry:a.AR1440_L04_CAD001.geometry,material:o.yaskawaBlueMetall}),s.jsx("mesh",{name:"AR1440_L04_CAD001_1",castShadow:!0,receiveShadow:!0,geometry:a.AR1440_L04_CAD001_1.geometry,material:o.white})]})]}),s.jsxs("group",{name:"AR1440_L03_CAD",children:[s.jsx("mesh",{name:"AR1440_L03_CAD001",castShadow:!0,receiveShadow:!0,geometry:a.AR1440_L03_CAD001.geometry,material:o.yaskawaBlueMetall}),s.jsx("mesh",{name:"AR1440_L03_CAD001_1",castShadow:!0,receiveShadow:!0,geometry:a.AR1440_L03_CAD001_1.geometry,material:o.blackMetall})]})]}),s.jsx("mesh",{name:"AR1440_L02_CAD",castShadow:!0,receiveShadow:!0,geometry:a.AR1440_L02_CAD.geometry,material:o.yaskawaBlueMetall})]}),s.jsxs("group",{name:"AR1440_L01_CAD",children:[s.jsx("mesh",{name:"AR1440_L01_CAD001",castShadow:!0,receiveShadow:!0,geometry:a.AR1440_L01_CAD001.geometry,material:o.yaskawaBlueMetall}),s.jsx("mesh",{name:"AR1440_L01_CAD001_1",castShadow:!0,receiveShadow:!0,geometry:a.AR1440_L01_CAD001_1.geometry,material:o.blackMetall})]})]}),s.jsx("mesh",{name:"AR1440_L00_CAD",castShadow:!0,receiveShadow:!0,geometry:a.AR1440_L00_CAD.geometry,material:o.yaskawaBlueMetall,position:[0,0,.45],rotation:[-Math.PI/2,0,0]})]})})})]})}function Wd({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials,i=[0,-Math.PI/2,0,0,0,0],l=[1,-1,1,1,1,1];function u(c,d){c.forEach((h,m)=>h.rotation.y=l[m]*d[m]+i[m])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:u}),s.jsx("group",{...r,dispose:null,children:s.jsxs("group",{name:"Scene",children:[s.jsxs(b.animated.group,{name:"AR1730_J00",children:[s.jsxs(b.animated.group,{name:"AR1730_J01",position:[.15,0,0],rotation:[-Math.PI/2,-Math.PI/2,0],children:[s.jsxs(b.animated.group,{name:"AR1730_J02",position:[.76,0,0],rotation:[-Math.PI,0,0],children:[s.jsxs(b.animated.group,{name:"AR1730_J03",position:[.2,0,0],rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR1730_J04",position:[0,-.795,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR1730_J05",rotation:[-Math.PI/2,0,0],children:[s.jsx("group",{name:"AR1730_FLG",position:[0,-.1,0],rotation:[-Math.PI,0,0]}),s.jsx("mesh",{name:"AR1730_L06",castShadow:!0,receiveShadow:!0,geometry:a.AR1730_L06.geometry,material:o.Metal,rotation:[Math.PI/2,-Math.PI/2,0]})]}),s.jsx("mesh",{name:"AR1730_L05",castShadow:!0,receiveShadow:!0,geometry:a.AR1730_L05.geometry,material:o.Blue,rotation:[Math.PI/2,0,Math.PI/2]})]}),s.jsxs("group",{name:"AR1730_L04",position:[0,-.302,0],rotation:[0,0,-Math.PI/2],children:[s.jsx("mesh",{name:"_R_AXIS_SW0001002",castShadow:!0,receiveShadow:!0,geometry:a._R_AXIS_SW0001002.geometry,material:o.Blue}),s.jsx("mesh",{name:"_R_AXIS_SW0001002_1",castShadow:!0,receiveShadow:!0,geometry:a._R_AXIS_SW0001002_1.geometry,material:o.White})]})]}),s.jsxs("group",{name:"AR1730_L03",rotation:[Math.PI/2,0,-Math.PI/2],children:[s.jsx("mesh",{name:"_U_AXIS_SW0001002",castShadow:!0,receiveShadow:!0,geometry:a._U_AXIS_SW0001002.geometry,material:o.Blue}),s.jsx("mesh",{name:"_U_AXIS_SW0001002_1",castShadow:!0,receiveShadow:!0,geometry:a._U_AXIS_SW0001002_1.geometry,material:o.Black})]})]}),s.jsx("mesh",{name:"AR1730_L02",castShadow:!0,receiveShadow:!0,geometry:a.AR1730_L02.geometry,material:o.Blue,position:[0,-.157,0],rotation:[-Math.PI,-1.571,0]})]}),s.jsxs("group",{name:"AR1730_L01",position:[0,-.336,0],rotation:[Math.PI/2,0,-Math.PI/2],children:[s.jsx("mesh",{name:"_S_AXIS_SW0001002",castShadow:!0,receiveShadow:!0,geometry:a._S_AXIS_SW0001002.geometry,material:o.Blue}),s.jsx("mesh",{name:"_S_AXIS_SW0001002_1",castShadow:!0,receiveShadow:!0,geometry:a._S_AXIS_SW0001002_1.geometry,material:o.Black})]})]}),s.jsx("mesh",{name:"AR1730_L00",castShadow:!0,receiveShadow:!0,geometry:a.AR1730_L00.geometry,material:o.Blue,position:[0,-.505,0],rotation:[Math.PI/2,0,-Math.PI/2]})]})})]})}function Kd({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials,i=[0,-Math.PI/2,0,0,0,0],l=[1,-1,1,1,1,1];function u(c,d){c.forEach((h,m)=>h.rotation.y=l[m]*d[m]+i[m])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:u}),s.jsx("group",{...r,dispose:null,children:s.jsx("group",{name:"Scene",children:s.jsxs("group",{name:"AR2010",rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR2010_J01",rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR2010_J02",position:[.15,0,0],rotation:[Math.PI/2,0,Math.PI],children:[s.jsxs(b.animated.group,{name:"AR2010_J03",position:[.76,0,0],rotation:[Math.PI,0,0],children:[s.jsxs(b.animated.group,{name:"AR2010_J04",position:[.2,0,0],rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR2010_J05",position:[0,-1.082,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR2010_J06",rotation:[-Math.PI/2,0,0],children:[s.jsx("group",{name:"AR2010_FLG",position:[0,-.1,0],rotation:[-Math.PI,0,0]}),s.jsxs("group",{name:"AR2010_L06",children:[s.jsx("mesh",{name:"AR2010_06001",castShadow:!0,receiveShadow:!0,geometry:a.AR2010_06001.geometry,material:o.yaskawaBlueMetall}),s.jsx("mesh",{name:"AR2010_06001_1",castShadow:!0,receiveShadow:!0,geometry:a.AR2010_06001_1.geometry,material:o.metall})]})]}),s.jsx("mesh",{name:"AR2010_L05",castShadow:!0,receiveShadow:!0,geometry:a.AR2010_L05.geometry,material:o.yaskawaBlueMetall})]}),s.jsxs("group",{name:"AR2010_L04",children:[s.jsx("mesh",{name:"AR2010_04001",castShadow:!0,receiveShadow:!0,geometry:a.AR2010_04001.geometry,material:o.yaskawaBlueMetall}),s.jsx("mesh",{name:"AR2010_04001_1",castShadow:!0,receiveShadow:!0,geometry:a.AR2010_04001_1.geometry,material:o.white})]})]}),s.jsxs("group",{name:"AR2010_L03",children:[s.jsx("mesh",{name:"AR2010_03001",castShadow:!0,receiveShadow:!0,geometry:a.AR2010_03001.geometry,material:o.yaskawaBlueMetall}),s.jsx("mesh",{name:"AR2010_03001_1",castShadow:!0,receiveShadow:!0,geometry:a.AR2010_03001_1.geometry,material:o.blackMetall})]})]}),s.jsx("mesh",{name:"AR2010_L02",castShadow:!0,receiveShadow:!0,geometry:a.AR2010_L02.geometry,material:o.yaskawaBlueMetall})]}),s.jsxs("group",{name:"AR2010_L01",children:[s.jsx("mesh",{name:"AR2010_01001",castShadow:!0,receiveShadow:!0,geometry:a.AR2010_01001.geometry,material:o.yaskawaBlueMetall}),s.jsx("mesh",{name:"AR2010_01001_1",castShadow:!0,receiveShadow:!0,geometry:a.AR2010_01001_1.geometry,material:o.blackMetall})]})]}),s.jsx("mesh",{name:"AR2010_L00",castShadow:!0,receiveShadow:!0,geometry:a.AR2010_L00.geometry,material:o.yaskawaBlueMetall,rotation:[-Math.PI/2,0,0]})]})})})]})}function Hd({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials,i=[0,-Math.PI/2,0,0,0,0],l=[1,-1,1,1,1,1];function u(c,d){c.forEach((h,m)=>h.rotation.y=l[m]*d[m]+i[m])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:u}),s.jsx("group",{...r,dispose:null,children:s.jsxs("group",{name:"Scene",children:[s.jsxs(b.animated.group,{name:"AR3120_J00",children:[s.jsxs(b.animated.group,{name:"AR3120_J01",position:[.145,0,0],rotation:[-Math.PI/2,-Math.PI/2,0],children:[s.jsxs(b.animated.group,{name:"AR3120_J02",position:[1.15,0,0],rotation:[-Math.PI,0,0],children:[s.jsxs(b.animated.group,{name:"AR3120_J03",position:[.25,0,0],rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR3120_J04",position:[0,-1.812,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"AR3120_J05",rotation:[-Math.PI/2,0,0],children:[s.jsx("group",{name:"AR3120_FLG",position:[0,-.1,0],rotation:[-Math.PI,0,0]}),s.jsx("mesh",{name:"AR3120_L06",castShadow:!0,receiveShadow:!0,geometry:a.AR3120_L06.geometry,material:o["Metal.001"],rotation:[Math.PI/2,-Math.PI/2,0]})]}),s.jsx("mesh",{name:"AR3120_L05",castShadow:!0,receiveShadow:!0,geometry:a.AR3120_L05.geometry,material:o["Blue.001"],rotation:[Math.PI/2,0,Math.PI/2]})]}),s.jsxs("group",{name:"AR3120_L04",rotation:[Math.PI/2,-Math.PI/2,0],children:[s.jsx("mesh",{name:"R_AXIS_GP20HL001",castShadow:!0,receiveShadow:!0,geometry:a.R_AXIS_GP20HL001.geometry,material:o["Blue.001"]}),s.jsx("mesh",{name:"R_AXIS_GP20HL001_1",castShadow:!0,receiveShadow:!0,geometry:a.R_AXIS_GP20HL001_1.geometry,material:o["White.001"]})]})]}),s.jsxs("group",{name:"AR3120_L03",rotation:[Math.PI,0,-Math.PI/2],children:[s.jsx("mesh",{name:"Mesh_3001",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_3001.geometry,material:o["Blue.001"]}),s.jsx("mesh",{name:"Mesh_3001_1",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_3001_1.geometry,material:o["Black.001"]})]})]}),s.jsx("mesh",{name:"AR3120_L02",castShadow:!0,receiveShadow:!0,geometry:a.AR3120_L02.geometry,material:o["Blue.001"],position:[0,-.146,0],rotation:[Math.PI,0,0]})]}),s.jsxs("group",{name:"AR3120_L01",position:[0,-.228,0],rotation:[0,-1.571,0],children:[s.jsx("mesh",{name:"S_AXIS_GP20HL001",castShadow:!0,receiveShadow:!0,geometry:a.S_AXIS_GP20HL001.geometry,material:o["Blue.001"]}),s.jsx("mesh",{name:"S_AXIS_GP20HL001_1",castShadow:!0,receiveShadow:!0,geometry:a.S_AXIS_GP20HL001_1.geometry,material:o["Black.001"]})]})]}),s.jsx("mesh",{name:"AR3120_L00",castShadow:!0,receiveShadow:!0,geometry:a.AR3120_L00.geometry,material:o["Blue.001"],position:[0,-.54,0]})]})})]})}function qd({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials,i=[0,-Math.PI/2,0,0,0,0],l=[1,1,1,1,1,1];function u(c,d){c.forEach((h,m)=>h.rotation.y=l[m]*d[m]+i[m])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:u}),s.jsx("group",{...r,dispose:null,children:s.jsxs("group",{name:"Scene",children:[s.jsxs("group",{name:"link_0",children:[s.jsx("mesh",{name:"shape439",castShadow:!0,receiveShadow:!0,geometry:a.shape439.geometry,material:o.yaskawa_blue}),s.jsx("mesh",{name:"shape439_1",castShadow:!0,receiveShadow:!0,geometry:a.shape439_1.geometry,material:o.yaskawa_metalsilver}),s.jsx("mesh",{name:"shape439_2",castShadow:!0,receiveShadow:!0,geometry:a.shape439_2.geometry,material:o.yaskawa_black})]}),s.jsxs(b.animated.group,{name:"YASKAWA_GP50_J00",position:[0,-.54,0],children:[s.jsxs("group",{name:"link_1",position:[0,.54,0],children:[s.jsx("mesh",{name:"shape320",castShadow:!0,receiveShadow:!0,geometry:a.shape320.geometry,material:o.yaskawa_blue}),s.jsx("mesh",{name:"shape320_1",castShadow:!0,receiveShadow:!0,geometry:a.shape320_1.geometry,material:o.yaskawa_black}),s.jsx("mesh",{name:"shape320_2",castShadow:!0,receiveShadow:!0,geometry:a.shape320_2.geometry,material:o.yaskawa_metalsilver}),s.jsx("mesh",{name:"shape320_3",castShadow:!0,receiveShadow:!0,geometry:a.shape320_3.geometry,material:o.yaskawa_black}),s.jsx("mesh",{name:"shape320_4",castShadow:!0,receiveShadow:!0,geometry:a.shape320_4.geometry,material:o.yaskawa_white}),s.jsx("mesh",{name:"shape320_5",castShadow:!0,receiveShadow:!0,geometry:a.shape320_5.geometry,material:o.yaskawa_black})]}),s.jsxs(b.animated.group,{name:"YASKAWA_GP50_J01",position:[.145,.54,0],rotation:[-Math.PI/2,-Math.PI/2,0],children:[s.jsxs("group",{name:"link_2",position:[0,0,.145],rotation:[Math.PI/2,0,-Math.PI/2],children:[s.jsx("mesh",{name:"shape440",castShadow:!0,receiveShadow:!0,geometry:a.shape440.geometry,material:o.yaskawa_blue}),s.jsx("mesh",{name:"shape440_1",castShadow:!0,receiveShadow:!0,geometry:a.shape440_1.geometry,material:o.yaskawa_white}),s.jsx("mesh",{name:"shape440_2",castShadow:!0,receiveShadow:!0,geometry:a.shape440_2.geometry,material:o.yaskawa_metalsilver}),s.jsx("mesh",{name:"shape440_3",castShadow:!0,receiveShadow:!0,geometry:a.shape440_3.geometry,material:o.yaskawa_black})]}),s.jsxs(b.animated.group,{name:"YASKAWA_GP50_J02",position:[.87,0,0],rotation:[-Math.PI,0,0],children:[s.jsxs("group",{name:"link_3",position:[-.87,0,-.145],rotation:[-Math.PI/2,0,-Math.PI/2],children:[s.jsx("mesh",{name:"shape341",castShadow:!0,receiveShadow:!0,geometry:a.shape341.geometry,material:o.yaskawa_blue}),s.jsx("mesh",{name:"shape341_1",castShadow:!0,receiveShadow:!0,geometry:a.shape341_1.geometry,material:o.yaskawa_white}),s.jsx("mesh",{name:"shape341_2",castShadow:!0,receiveShadow:!0,geometry:a.shape341_2.geometry,material:o.yaskawa_black}),s.jsx("mesh",{name:"shape341_3",castShadow:!0,receiveShadow:!0,geometry:a.shape341_3.geometry,material:o.yaskawa_black}),s.jsx("mesh",{name:"shape341_4",castShadow:!0,receiveShadow:!0,geometry:a.shape341_4.geometry,material:o.yaskawa_metalsilver}),s.jsx("mesh",{name:"shape341_5",castShadow:!0,receiveShadow:!0,geometry:a.shape341_5.geometry,material:o.yaskawa_metalsilver})]}),s.jsxs(b.animated.group,{name:"YASKAWA_GP50_J03",position:[.21,0,0],rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"link_4",castShadow:!0,receiveShadow:!0,geometry:a.link_4.geometry,material:o.yaskawa_blue,position:[-1.08,.145,0],rotation:[0,0,-Math.PI/2]}),s.jsxs(b.animated.group,{name:"YASKAWA_GP50_J04",position:[0,-1.025,0],rotation:[Math.PI/2,0,0],children:[s.jsx("mesh",{name:"link_5",castShadow:!0,receiveShadow:!0,geometry:a.link_5.geometry,material:o.yaskawa_blue,position:[-1.08,0,-1.17],rotation:[-Math.PI/2,0,-Math.PI/2]}),s.jsxs(b.animated.group,{name:"YASKAWA_GP50_J05",rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"link_6",castShadow:!0,receiveShadow:!0,geometry:a.link_6.geometry,material:o.yaskawa_metalsilver,position:[-1.08,1.17,0],rotation:[0,0,-Math.PI/2]}),s.jsx("group",{name:"YASKAWA_GP50_FLG",position:[0,-.175,0],rotation:[-Math.PI,0,0]})]})]})]})]})]})]})]})})]})}function Xd({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials,i=[0,Math.PI/2,0,0,0,0];function l(u,c){u.forEach((d,h)=>d.rotation.y=c[h]+i[h])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:l}),s.jsx("group",{...r,dispose:null,children:s.jsxs("group",{name:"Scene",children:[s.jsxs(b.animated.group,{name:"CRX10iA_J00",children:[s.jsxs(b.animated.group,{name:"CRX10iA_J01",rotation:[Math.PI/2,Math.PI/2,0],children:[s.jsxs(b.animated.group,{name:"CRX10iA_J02",position:[.54,0,0],children:[s.jsxs(b.animated.group,{name:"CRX10iA_J03",rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"CRX10iA_J04",position:[0,-.54,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"CRX10iA_J05",position:[0,.15,0],rotation:[-Math.PI/2,0,0],children:[s.jsx("group",{name:"CRX10iA_FLG",position:[0,-.16,0],rotation:[-Math.PI,0,0]}),s.jsx("mesh",{name:"CRX10iA_L06",castShadow:!0,receiveShadow:!0,geometry:a.CRX10iA_L06.geometry,material:o.Fanuc_BlackMetal,position:[0,-.16,0],rotation:[0,0,-Math.PI/2]})]}),s.jsxs("group",{name:"CRX10iA_L05",position:[0,.15,0],rotation:[-Math.PI/2,0,-Math.PI/2],children:[s.jsx("mesh",{name:"J5CASING_UNIT001",castShadow:!0,receiveShadow:!0,geometry:a.J5CASING_UNIT001.geometry,material:o.Fanuc_WhitePlastic}),s.jsx("mesh",{name:"J5CASING_UNIT001_1",castShadow:!0,receiveShadow:!0,geometry:a.J5CASING_UNIT001_1.geometry,material:o.Fanuc_Green})]})]}),s.jsxs("group",{name:"CRX10iA_L04",position:[0,-.54,0],rotation:[0,0,-Math.PI/2],children:[s.jsx("mesh",{name:"NAME_LABEL_CRX_10iA",castShadow:!0,receiveShadow:!0,geometry:a.NAME_LABEL_CRX_10iA.geometry,material:o.Fanuc_RedPlastic}),s.jsx("mesh",{name:"NAME_LABEL_CRX_10iA_1",castShadow:!0,receiveShadow:!0,geometry:a.NAME_LABEL_CRX_10iA_1.geometry,material:o.Fanuc_BlackPlastic}),s.jsx("mesh",{name:"NAME_LABEL_CRX_10iA_2",castShadow:!0,receiveShadow:!0,geometry:a.NAME_LABEL_CRX_10iA_2.geometry,material:o.Fanuc_WhitePlastic})]})]}),s.jsx("mesh",{name:"CRX10iA_L03",castShadow:!0,receiveShadow:!0,geometry:a.CRX10iA_L03.geometry,material:o.Fanuc_WhitePlastic,rotation:[-Math.PI/2,0,-Math.PI/2]})]}),s.jsx("mesh",{name:"CRX10iA_L02",castShadow:!0,receiveShadow:!0,geometry:a.CRX10iA_L02.geometry,material:o.Fanuc_WhitePlastic,rotation:[-Math.PI/2,0,-Math.PI/2]})]}),s.jsxs("group",{name:"CRX10iA_L01",position:[0,-.117,0],children:[s.jsx("mesh",{name:"J2BASE_UNIT001",castShadow:!0,receiveShadow:!0,geometry:a.J2BASE_UNIT001.geometry,material:o.Fanuc_Green}),s.jsx("mesh",{name:"J2BASE_UNIT001_1",castShadow:!0,receiveShadow:!0,geometry:a.J2BASE_UNIT001_1.geometry,material:o.Fanuc_WhitePlastic}),s.jsx("mesh",{name:"J2BASE_UNIT001_2",castShadow:!0,receiveShadow:!0,geometry:a.J2BASE_UNIT001_2.geometry,material:o.Fanuc_GreenLED})]})]}),s.jsx("mesh",{name:"CRX10iA_L00",castShadow:!0,receiveShadow:!0,geometry:a.CRX10iA_L00.geometry,material:o.Fanuc_BlackMetal,position:[0,-.245,0]})]})})]})}function Yd({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials,i=[0,Math.PI/2,0,0,0,0];function l(u,c){u.forEach((d,h)=>d.rotation.y=c[h]+i[h])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:l}),s.jsx("group",{...r,dispose:null,children:s.jsxs("group",{name:"Scene",children:[s.jsx("mesh",{name:"link_0",castShadow:!0,receiveShadow:!0,geometry:a.link_0.geometry,material:o.fanuc_metal_black}),s.jsxs(b.animated.group,{name:"FANUC_CRX20iAL_J00",position:[0,-.245,0],children:[s.jsxs(b.animated.group,{name:"FANUC_CRX20iAL_J01",position:[0,.245,0],rotation:[Math.PI/2,Math.PI/2,0],children:[s.jsxs(b.animated.group,{name:"FANUC_CRX20iAL_J02",position:[.71,0,0],children:[s.jsxs(b.animated.group,{name:"FANUC_CRX20iAL_J03",rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"FANUC_CRX20iAL_J04",position:[0,-.54,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"FANUC_CRX20iAL_J05",position:[0,.15,0],rotation:[-Math.PI/2,0,0],children:[s.jsx(b.animated.group,{name:"FANUC_CRX20iAL_FLG",position:[0,-.16,0],rotation:[-Math.PI,0,0]}),s.jsx("mesh",{name:"link_6",castShadow:!0,receiveShadow:!0,geometry:a.link_6.geometry,material:o.fanuc_metal_black,position:[-.71,.54,-.15],rotation:[0,0,-Math.PI/2]})]}),s.jsxs(b.animated.group,{name:"link_5",position:[-.71,0,-.54],rotation:[-Math.PI/2,0,-Math.PI/2],children:[s.jsx("mesh",{name:"shape053",castShadow:!0,receiveShadow:!0,geometry:a.shape053.geometry,material:o.fanuc_white}),s.jsx("mesh",{name:"shape053_1",castShadow:!0,receiveShadow:!0,geometry:a.shape053_1.geometry,material:o.fanuc_green})]})]}),s.jsxs(b.animated.group,{name:"link_4",position:[-.71,0,0],rotation:[0,0,-Math.PI/2],children:[s.jsx("mesh",{name:"shape054",castShadow:!0,receiveShadow:!0,geometry:a.shape054.geometry,material:o.fanuc_white}),s.jsx("mesh",{name:"shape054_1",castShadow:!0,receiveShadow:!0,geometry:a.shape054_1.geometry,material:o.fanuc_red}),s.jsx("mesh",{name:"shape054_2",castShadow:!0,receiveShadow:!0,geometry:a.shape054_2.geometry,material:o.fanuc_metal_black})]})]}),s.jsxs(b.animated.group,{name:"link_3",position:[-.71,0,0],rotation:[-Math.PI/2,0,-Math.PI/2],children:[s.jsx("mesh",{name:"shape009",castShadow:!0,receiveShadow:!0,geometry:a.shape009.geometry,material:o.fanuc_green}),s.jsx("mesh",{name:"shape009_1",castShadow:!0,receiveShadow:!0,geometry:a.shape009_1.geometry,material:o.fanuc_white})]})]}),s.jsx("mesh",{name:"link_2",castShadow:!0,receiveShadow:!0,geometry:a.link_2.geometry,material:o.fanuc_white,rotation:[-Math.PI/2,0,-Math.PI/2]})]}),s.jsxs("group",{name:"link_1",position:[0,.245,0],children:[s.jsx("mesh",{name:"shape005",castShadow:!0,receiveShadow:!0,geometry:a.shape005.geometry,material:o.fanuc_white}),s.jsx("mesh",{name:"shape005_1",castShadow:!0,receiveShadow:!0,geometry:a.shape005_1.geometry,material:o.fanuc_green})]})]})]})})]})}function Zd({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials,i=[0,Math.PI/2,0,0,0,0];function l(u,c){u.forEach((d,h)=>d.rotation.y=c[h]+i[h])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:l}),s.jsx("group",{...r,dispose:null,children:s.jsxs("group",{name:"Scene",position:[0,-.37,0],children:[s.jsxs("group",{name:"CRX25iA_L00",children:[s.jsx("mesh",{name:"J1BASE_NetGen_Coarse",castShadow:!0,receiveShadow:!0,geometry:a.J1BASE_NetGen_Coarse.geometry,material:o.Fanuc_BlackMetal}),s.jsx("mesh",{name:"J1BASE_NetGen_Coarse_1",castShadow:!0,receiveShadow:!0,geometry:a.J1BASE_NetGen_Coarse_1.geometry,material:o.Fanuc_GreenPlastic})]}),s.jsxs(b.animated.group,{name:"CRX25iA_J00",children:[s.jsxs(b.animated.group,{name:"CRX25iA_J01",position:[0,.37,0],rotation:[Math.PI/2,Math.PI/2,0],children:[s.jsxs(b.animated.group,{name:"CRX25iA_J02",position:[.95,0,0],children:[s.jsxs(b.animated.group,{name:"CRX25iA_J03",rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"CRX25iA_J04",position:[0,-.75,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"CRX25iA_J05",position:[0,.185,0],rotation:[-Math.PI/2,0,0],children:[s.jsx("group",{name:"CRX25iA_FLG",position:[0,-.18,0],rotation:[-Math.PI,0,0]}),s.jsx("mesh",{name:"CRX25iA_L06",castShadow:!0,receiveShadow:!0,geometry:a.CRX25iA_L06.geometry,material:o.Fanuc_BlackMetal,position:[0,-.18,0]})]}),s.jsxs("group",{name:"CRX25iA_L05",position:[0,.185,0],children:[s.jsx("mesh",{name:"J6CASING_NetGen_Coarse",castShadow:!0,receiveShadow:!0,geometry:a.J6CASING_NetGen_Coarse.geometry,material:o.Fanuc_WhitePlastic}),s.jsx("mesh",{name:"J6CASING_NetGen_Coarse_1",castShadow:!0,receiveShadow:!0,geometry:a.J6CASING_NetGen_Coarse_1.geometry,material:o.Fanuc_GreenPlastic})]})]}),s.jsxs("group",{name:"CRX25iA_L04",position:[0,-.75,0],children:[s.jsx("mesh",{name:"J3ARM_NetGen_Coarse",castShadow:!0,receiveShadow:!0,geometry:a.J3ARM_NetGen_Coarse.geometry,material:o.Fanuc_WhitePlastic}),s.jsx("mesh",{name:"J3ARM_NetGen_Coarse_1",castShadow:!0,receiveShadow:!0,geometry:a.J3ARM_NetGen_Coarse_1.geometry,material:o.Fanuc_RedPlastic}),s.jsx("mesh",{name:"J3ARM_NetGen_Coarse_2",castShadow:!0,receiveShadow:!0,geometry:a.J3ARM_NetGen_Coarse_2.geometry,material:o.Fanuc_BlackPlastic})]})]}),s.jsxs("group",{name:"CRX25iA_L03",children:[s.jsx("mesh",{name:"J3CASING_NetGen_Coarse",castShadow:!0,receiveShadow:!0,geometry:a.J3CASING_NetGen_Coarse.geometry,material:o.Fanuc_WhitePlastic}),s.jsx("mesh",{name:"J3CASING_NetGen_Coarse_1",castShadow:!0,receiveShadow:!0,geometry:a.J3CASING_NetGen_Coarse_1.geometry,material:o.Fanuc_GreenPlastic})]})]}),s.jsx("mesh",{name:"CRX25iA_L02",castShadow:!0,receiveShadow:!0,geometry:a.CRX25iA_L02.geometry,material:o.Fanuc_WhitePlastic})]}),s.jsxs("group",{name:"CRX25iA_L01",position:[0,.18,0],children:[s.jsx("mesh",{name:"J2BASE_NetGen_Coarse",castShadow:!0,receiveShadow:!0,geometry:a.J2BASE_NetGen_Coarse.geometry,material:o.Fanuc_WhitePlastic}),s.jsx("mesh",{name:"J2BASE_NetGen_Coarse_1",castShadow:!0,receiveShadow:!0,geometry:a.J2BASE_NetGen_Coarse_1.geometry,material:o.Fanuc_GreenLED})]})]})]})})]})}function Qd({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials,i=[0,Math.PI/2,0,0,0,0];function l(u,c){u.forEach((d,h)=>d.rotation.y=c[h]+i[h])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:l}),s.jsx("group",{...r,dispose:null,children:s.jsxs("group",{name:"Scene",children:[s.jsxs(b.animated.group,{name:"CRX10iA_J00",children:[s.jsxs(b.animated.group,{name:"CRX10iA_J01",position:[0,.245,0],rotation:[Math.PI/2,Math.PI/2,0],children:[s.jsxs(b.animated.group,{name:"CRX10iA_J02",position:[.71,0,0],children:[s.jsxs(b.animated.group,{name:"CRX10iA_J03",rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"CRX10iA_J04",position:[0,-.54,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"CRX10iA_J05",position:[0,.15,0],rotation:[-Math.PI/2,0,0],children:[s.jsx("group",{name:"CRX10iA_FLG",position:[0,-.16,0],rotation:[-Math.PI,0,0]}),s.jsx("mesh",{name:"CRX10iA_L06",castShadow:!0,receiveShadow:!0,geometry:a.CRX10iA_L06.geometry,material:o["Fanuc_BlackMetal.001"],position:[0,-.16,0],rotation:[0,0,-Math.PI/2]})]}),s.jsxs("group",{name:"CRX10iA_L05",position:[0,.15,0],rotation:[-Math.PI/2,0,-Math.PI/2],children:[s.jsx("mesh",{name:"J5CASING_UNIT001",castShadow:!0,receiveShadow:!0,geometry:a.J5CASING_UNIT001.geometry,material:o["Fanuc_WhitePlastic.001"]}),s.jsx("mesh",{name:"J5CASING_UNIT001_1",castShadow:!0,receiveShadow:!0,geometry:a.J5CASING_UNIT001_1.geometry,material:o["Fanuc_Green.001"]})]})]}),s.jsxs("group",{name:"CRX10iA_L04",position:[0,-.54,0],rotation:[0,0,-Math.PI/2],children:[s.jsx("mesh",{name:"NAME_LABEL_CRX_10iA_L001",castShadow:!0,receiveShadow:!0,geometry:a.NAME_LABEL_CRX_10iA_L001.geometry,material:o["Fanuc_WhitePlastic.001"]}),s.jsx("mesh",{name:"NAME_LABEL_CRX_10iA_L001_1",castShadow:!0,receiveShadow:!0,geometry:a.NAME_LABEL_CRX_10iA_L001_1.geometry,material:o["Fanuc_RedPlastic.001"]}),s.jsx("mesh",{name:"NAME_LABEL_CRX_10iA_L001_2",castShadow:!0,receiveShadow:!0,geometry:a.NAME_LABEL_CRX_10iA_L001_2.geometry,material:o["Fanuc_BlackPlastic.001"]})]})]}),s.jsxs("group",{name:"CRX10iA_L03",rotation:[-Math.PI/2,0,-Math.PI/2],children:[s.jsx("mesh",{name:"J3CASING_UNIT001",castShadow:!0,receiveShadow:!0,geometry:a.J3CASING_UNIT001.geometry,material:o["Fanuc_WhitePlastic.001"]}),s.jsx("mesh",{name:"J3CASING_UNIT001_1",castShadow:!0,receiveShadow:!0,geometry:a.J3CASING_UNIT001_1.geometry,material:o["Fanuc_Green.001"]})]})]}),s.jsx("mesh",{name:"CRX10iA_L02",castShadow:!0,receiveShadow:!0,geometry:a.CRX10iA_L02.geometry,material:o["Fanuc_WhitePlastic.001"],rotation:[-Math.PI/2,0,-Math.PI/2]})]}),s.jsxs("group",{name:"CRX10iA_L01",position:[0,.128,0],children:[s.jsx("mesh",{name:"J2BASE_UNIT001",castShadow:!0,receiveShadow:!0,geometry:a.J2BASE_UNIT001.geometry,material:o["Fanuc_WhitePlastic.001"]}),s.jsx("mesh",{name:"J2BASE_UNIT001_1",castShadow:!0,receiveShadow:!0,geometry:a.J2BASE_UNIT001_1.geometry,material:o["Fanuc_Green.001"]}),s.jsx("mesh",{name:"J2BASE_UNIT001_2",castShadow:!0,receiveShadow:!0,geometry:a.J2BASE_UNIT001_2.geometry,material:o["Fanuc_GreenLED.001"]})]})]}),s.jsx("mesh",{name:"CRX10iA_L00",castShadow:!0,receiveShadow:!0,geometry:a.CRX10iA_L00.geometry,material:o["Fanuc_BlackMetal.001"]})]})})]})}function em({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials,i=[0,0,-Math.PI/2,0,0,0];function l(u,c){u.forEach((d,h)=>d.rotation.y=c[h]+i[h])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:l}),s.jsx("group",{...r,dispose:null,children:s.jsx("group",{name:"Scene",children:s.jsxs("group",{name:"kuka_kr210_2700",children:[s.jsxs(b.animated.group,{name:"joint_01",children:[s.jsxs(b.animated.group,{name:"joint_02",position:[.33,.645,0],rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"joint_03",position:[1.15,0,0],rotation:[0,-Math.PI/2,0],children:[s.jsxs(b.animated.group,{name:"joint_04",position:[.115,0,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"joint_05",position:[0,-1.22,0],rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"joint_06",rotation:[Math.PI/2,0,0],children:[s.jsx("group",{name:"flange",position:[0,-.215,0],rotation:[-Math.PI,0,0]}),s.jsx("group",{name:"link_6",position:[0,-.17,0],rotation:[0,0,-Math.PI/2],children:s.jsx("mesh",{name:"visuals006",castShadow:!0,receiveShadow:!0,geometry:a.visuals006.geometry,material:o.material_Material_Metall_black})})]}),s.jsx("group",{name:"link_5",position:[0,.059,0],rotation:[Math.PI/2,0,-Math.PI/2],children:s.jsxs("group",{name:"visuals005",children:[s.jsx("mesh",{name:"visuals005_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals005_1.geometry,material:o.material_Material_metal_black}),s.jsx("mesh",{name:"visuals005_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals005_2.geometry,material:o.material_Material_kuka_orange})]})})]}),s.jsx("group",{name:"link_4",position:[0,-.869,0],rotation:[0,0,-Math.PI/2],children:s.jsxs("group",{name:"visuals004",children:[s.jsx("mesh",{name:"visuals004_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals004_1.geometry,material:o.material_Material_metal_black}),s.jsx("mesh",{name:"visuals004_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals004_2.geometry,material:o.material_Material_kuka_orange})]})})]}),s.jsx("group",{name:"link_3",position:[0,-.105,0],rotation:[Math.PI/2,0,-Math.PI/2],children:s.jsxs("group",{name:"visuals003",children:[s.jsx("mesh",{name:"visuals003_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals003_1.geometry,material:o.material_Material_rubber}),s.jsx("mesh",{name:"visuals003_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals003_2.geometry,material:o.material_Material_aluminium}),s.jsx("mesh",{name:"visuals003_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals003_3.geometry,material:o.material_Material_metal_black}),s.jsx("mesh",{name:"visuals003_4",castShadow:!0,receiveShadow:!0,geometry:a.visuals003_4.geometry,material:o.material_Material_kuka_black}),s.jsx("mesh",{name:"visuals003_5",castShadow:!0,receiveShadow:!0,geometry:a.visuals003_5.geometry,material:o.material_Material_Rubber_black}),s.jsx("mesh",{name:"visuals003_6",castShadow:!0,receiveShadow:!0,geometry:a.visuals003_6.geometry,material:o.material_Material_kuka_orange}),s.jsx("mesh",{name:"visuals003_7",castShadow:!0,receiveShadow:!0,geometry:a.visuals003_7.geometry,material:o.material_Material_stainless_steel})]})})]}),s.jsx("group",{name:"link_2",position:[0,.009,0],rotation:[Math.PI/2,0,0],children:s.jsxs("group",{name:"visuals002",children:[s.jsx("mesh",{name:"visuals002_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals002_1.geometry,material:o.material_Material_metal_black}),s.jsx("mesh",{name:"visuals002_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals002_2.geometry,material:o.material_Material_Rubber_black}),s.jsx("mesh",{name:"visuals002_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals002_3.geometry,material:o.material_Material_kuka_orange})]})})]}),s.jsx("group",{name:"link_1",position:[0,.236,0],children:s.jsxs("group",{name:"visuals001",children:[s.jsx("mesh",{name:"visuals001_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals001_1.geometry,material:o.material_Material_kuka_black}),s.jsx("mesh",{name:"visuals001_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals001_2.geometry,material:o.material_Material_kuka_orange}),s.jsx("mesh",{name:"visuals001_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals001_3.geometry,material:o.material_Material_rubber}),s.jsx("mesh",{name:"visuals001_4",castShadow:!0,receiveShadow:!0,geometry:a.visuals001_4.geometry,material:o.material_Material_metal_black}),s.jsx("mesh",{name:"visuals001_5",castShadow:!0,receiveShadow:!0,geometry:a.visuals001_5.geometry,material:o.material_Material_aluminium}),s.jsx("mesh",{name:"visuals001_6",castShadow:!0,receiveShadow:!0,geometry:a.visuals001_6.geometry,material:o.material_Material_rubber_black}),s.jsx("mesh",{name:"visuals001_7",castShadow:!0,receiveShadow:!0,geometry:a.visuals001_7.geometry,material:o.material_Material_stainless_steel})]})})]}),s.jsx("group",{name:"link_0",children:s.jsxs("group",{name:"visuals",children:[s.jsx("mesh",{name:"visuals_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_1.geometry,material:o.material_Material_kuka_black}),s.jsx("mesh",{name:"visuals_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals_2.geometry,material:o.material_Material_metal_black})]})})]})})})]})}function tm({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials,i=[0,0,-Math.PI/2,0,0,0];function l(u,c){u.forEach((d,h)=>d.rotation.y=c[h]+i[h])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:l}),s.jsx("group",{...r,dispose:null,children:s.jsxs("group",{name:"Scene",children:[s.jsxs(b.animated.group,{name:"joint_01",children:[s.jsxs(b.animated.group,{name:"joint_02",position:[.35,.675,0],rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"joint_03",position:[1.15,0,0],rotation:[0,-Math.PI/2,0],children:[s.jsxs(b.animated.group,{name:"joint_04",position:[-.041,0,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"joint_05",position:[0,-1.2,0],rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"joint_06",rotation:[Math.PI/2,0,0],children:[s.jsx("group",{name:"flange",position:[0,-.24,0],rotation:[-Math.PI,0,0]}),s.jsx("group",{name:"link_6",position:[0,-.213,0],rotation:[0,0,-Math.PI/2],children:s.jsxs("group",{name:"visuals006",children:[s.jsx("mesh",{name:"visuals006_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals006_1.geometry,material:o.material_Material_Farbe__1_}),s.jsx("mesh",{name:"visuals006_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals006_2.geometry,material:o.material_Material_Metall})]})})]}),s.jsx("group",{name:"link_5",position:[0,.044,0],rotation:[Math.PI/2,0,-Math.PI/2],children:s.jsx("mesh",{name:"visuals005",castShadow:!0,receiveShadow:!0,geometry:a.visuals005.geometry,material:o.material_Material_Farbe})})]}),s.jsx("group",{name:"link_4",position:[0,-.954,0],rotation:[0,0,-Math.PI/2],children:s.jsx("mesh",{name:"visuals004",castShadow:!0,receiveShadow:!0,geometry:a.visuals004.geometry,material:o.material_Material_Farbe})})]}),s.jsx("group",{name:"link_3",position:[0,-.178,0],rotation:[Math.PI/2,0,-Math.PI/2],children:s.jsxs("group",{name:"visuals003",children:[s.jsx("mesh",{name:"visuals003_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals003_1.geometry,material:o.material_Material_Farbe__1_}),s.jsx("mesh",{name:"visuals003_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals003_2.geometry,material:o.material_Material_Farbe__2_}),s.jsx("mesh",{name:"visuals003_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals003_3.geometry,material:o.material_Material_Metall}),s.jsx("mesh",{name:"visuals003_4",castShadow:!0,receiveShadow:!0,geometry:a.visuals003_4.geometry,material:o.material_Material_Farbe})]})})]}),s.jsx("group",{name:"link_2",rotation:[Math.PI/2,0,0],children:s.jsxs("group",{name:"visuals002",children:[s.jsx("mesh",{name:"visuals002_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals002_1.geometry,material:o.material_Material_Farbe}),s.jsx("mesh",{name:"visuals002_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals002_2.geometry,material:o.material_Material_Farbe__1_}),s.jsx("mesh",{name:"visuals002_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals002_3.geometry,material:o.material_Material_Metall}),s.jsx("mesh",{name:"visuals002_4",castShadow:!0,receiveShadow:!0,geometry:a.visuals002_4.geometry,material:o.material_Material_Farbe__2_})]})})]}),s.jsx("group",{name:"link_1",position:[0,.226,0],children:s.jsxs("group",{name:"visuals001",children:[s.jsx("mesh",{name:"visuals001_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals001_1.geometry,material:o.material_Material_Metall}),s.jsx("mesh",{name:"visuals001_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals001_2.geometry,material:o.material_Material_Farbe__1_}),s.jsx("mesh",{name:"visuals001_3",castShadow:!0,receiveShadow:!0,geometry:a.visuals001_3.geometry,material:o.material_Material_Farbe__2_}),s.jsx("mesh",{name:"visuals001_4",castShadow:!0,receiveShadow:!0,geometry:a.visuals001_4.geometry,material:o.material_Material_Farbe})]})})]}),s.jsx("group",{name:"link_0-base",children:s.jsxs("group",{name:"visuals",children:[s.jsx("mesh",{name:"visuals_1",castShadow:!0,receiveShadow:!0,geometry:a.visuals_1.geometry,material:o.material_Material_Metall}),s.jsx("mesh",{name:"visuals_2",castShadow:!0,receiveShadow:!0,geometry:a.visuals_2.geometry,material:o.material_Material_Farbe__1_})]})})]})})]})}function rm({modelURL:e,rapidlyChangingMotionState:t,...r}){const{nodes:n,materials:a}=oe.useGLTF(e),o=[0,0,-Math.PI/2,0,0,0];function i(l,u){l.forEach((c,d)=>c.rotation.y=u[d]+o[d])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:i}),s.jsx("group",{...r,dispose:null,children:s.jsxs("group",{name:"Scene",children:[s.jsxs("group",{name:"link_0",children:[s.jsx("mesh",{name:"visuals_0",castShadow:!0,receiveShadow:!0,geometry:n.visuals_0.geometry,material:a.material_Material_Metall}),s.jsx("mesh",{name:"visuals_0_1",castShadow:!0,receiveShadow:!0,geometry:n.visuals_0_1.geometry,material:a.material_Material_Farbe__2_}),s.jsx("mesh",{name:"visuals_0_2",castShadow:!0,receiveShadow:!0,geometry:n.visuals_0_2.geometry,material:a.material_Material_Metall})]}),s.jsxs("group",{name:"KUKA_KR16R2010_2_J00",children:[s.jsxs("group",{name:"KUKA_KR16R2010_2_J01",position:[.16,.52,0],rotation:[-Math.PI/2,0,0],children:[s.jsxs("group",{name:"KUKA_KR16R2010_2_J02",position:[.98,0,0],rotation:[0,-Math.PI/2,0],children:[s.jsxs("group",{name:"KUKA_KR16R2010_2_J03",position:[.15,0,0],rotation:[Math.PI/2,0,0],children:[s.jsxs("group",{name:"KUKA_KR16R2010_2_J04",position:[0,-.86,0],rotation:[-Math.PI/2,0,0],children:[s.jsx("group",{name:"KUKA_KR16R2010_2_J05",rotation:[-Math.PI/2,0,-Math.PI],children:s.jsx("mesh",{name:"link_6",castShadow:!0,receiveShadow:!0,geometry:n.link_6.geometry,material:a.material_Material_Farbe__2_,position:[.67,2,0],rotation:[-Math.PI,0,Math.PI/2]})}),s.jsx("mesh",{name:"link_5",castShadow:!0,receiveShadow:!0,geometry:n.link_5.geometry,material:a.material_Material_Farbe,position:[-.67,0,2],rotation:[Math.PI/2,0,-Math.PI/2]})]}),s.jsx("mesh",{name:"link_4",castShadow:!0,receiveShadow:!0,geometry:n.link_4.geometry,material:a.material_Material_Farbe,position:[-.67,1.14,0],rotation:[0,0,-Math.PI/2]})]}),s.jsxs("group",{name:"link_3",position:[-.52,0,1.14],rotation:[Math.PI/2,0,-Math.PI/2],children:[s.jsx("mesh",{name:"visuals_3",castShadow:!0,receiveShadow:!0,geometry:n.visuals_3.geometry,material:a.material_Material_Farbe}),s.jsx("mesh",{name:"visuals_3_1",castShadow:!0,receiveShadow:!0,geometry:n.visuals_3_1.geometry,material:a.material_Material_Metall}),s.jsx("mesh",{name:"visuals_3_2",castShadow:!0,receiveShadow:!0,geometry:n.visuals_3_2.geometry,material:a.material_Material_Farbe__2_})]})]}),s.jsxs("group",{name:"link_2",position:[-.16,0,-.52],rotation:[Math.PI/2,0,0],children:[s.jsx("mesh",{name:"visuals_2",castShadow:!0,receiveShadow:!0,geometry:n.visuals_2.geometry,material:a.material_Material_Farbe}),s.jsx("mesh",{name:"visuals_2_1",castShadow:!0,receiveShadow:!0,geometry:n.visuals_2_1.geometry,material:a.material_Material_Metall})]})]}),s.jsxs("group",{name:"link_1",children:[s.jsx("mesh",{name:"visuals_1",castShadow:!0,receiveShadow:!0,geometry:n.visuals_1.geometry,material:a.material_Material_Farbe}),s.jsx("mesh",{name:"visuals_1_1",castShadow:!0,receiveShadow:!0,geometry:n.visuals_1_1.geometry,material:a.material_Material_Farbe__2_}),s.jsx("mesh",{name:"visuals_1_2",castShadow:!0,receiveShadow:!0,geometry:n.visuals_1_2.geometry,material:a.material_Material_Metall})]})]})]})})]})}function nm({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials,i=[0,Math.PI/2,0,0,0,0];function l(u,c){u.forEach((d,h)=>d.rotation.y=c[h]+i[h])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:l}),s.jsx("group",{...r,dispose:null,children:s.jsx("group",{name:"Scene",children:s.jsxs("group",{name:"M10iD",rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"M10iD_J01",rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"M10iD_J02",position:[.075,0,0],rotation:[Math.PI/2,Math.PI/2,0],children:[s.jsxs(b.animated.group,{name:"M10iD_J03",position:[.64,0,0],children:[s.jsxs(b.animated.group,{name:"M10iD_J04",position:[.195,0,0],rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"M10iD_J05",position:[0,-.7,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"M10iD_J06",rotation:[-Math.PI/2,0,0],children:[s.jsx("group",{name:"M10iD_FLG",position:[0,-.075,0],rotation:[-Math.PI,0,0]}),s.jsx("mesh",{name:"M10iD_L06",castShadow:!0,receiveShadow:!0,geometry:a.M10iD_L06.geometry,material:o.Fanuc_BlackMetal_AO,position:[-.835,.775,0],rotation:[0,0,-Math.PI/2]})]}),s.jsx("mesh",{name:"M10iD_L05",castShadow:!0,receiveShadow:!0,geometry:a.M10iD_L05.geometry,material:o.Fanuc_BlackMetal_AO,position:[-.835,0,-.775],rotation:[-Math.PI/2,0,-Math.PI/2]})]}),s.jsxs("group",{name:"M10iD_L04",position:[-.835,.075,0],rotation:[0,0,-Math.PI/2],children:[s.jsx("mesh",{name:"Mesh_654",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_654.geometry,material:o.Fanuc_Yellow_Textured_AO}),s.jsx("mesh",{name:"Mesh_654_1",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_654_1.geometry,material:o.Fanuc_BlackMetal_AO})]})]}),s.jsxs("group",{name:"M10iD_L03",position:[-.64,0,-.075],rotation:[-Math.PI/2,0,-Math.PI/2],children:[s.jsx("mesh",{name:"Mesh_378",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_378.geometry,material:o.Material_1_AO}),s.jsx("mesh",{name:"Mesh_378_1",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_378_1.geometry,material:o.Fanuc_Yellow_Textured_AO}),s.jsx("mesh",{name:"Mesh_378_2",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_378_2.geometry,material:o.Fanuc_BlackMetal_AO})]})]}),s.jsxs("group",{name:"M10iD_L02",position:[0,0,-.075],rotation:[-Math.PI/2,0,-Math.PI/2],children:[s.jsx("mesh",{name:"Mesh_358",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_358.geometry,material:o.Fanuc_Yellow_Textured_AO}),s.jsx("mesh",{name:"Mesh_358_1",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_358_1.geometry,material:o.Fanuc_BlackMetal_AO})]})]}),s.jsxs("group",{name:"M10iD_L01",children:[s.jsx("mesh",{name:"Mesh_356",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_356.geometry,material:o.Fanuc_Yellow_Textured_AO}),s.jsx("mesh",{name:"Mesh_356_1",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_356_1.geometry,material:o.Material_1_AO}),s.jsx("mesh",{name:"Mesh_356_2",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_356_2.geometry,material:o.Fanuc_BlackMetal_AO})]})]}),s.jsx("mesh",{name:"M10iD_L00",castShadow:!0,receiveShadow:!0,geometry:a.M10iD_L00.geometry,material:o.Fanuc_BlackMetal_AO,rotation:[-Math.PI/2,0,0]})]})})})]})}function bs({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials,i=[0,Math.PI/2,0,0,0,0];function l(u,c){u.forEach((d,h)=>d.rotation.y=c[h]+i[h])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:l}),s.jsx("group",{...r,dispose:null,children:s.jsx("group",{name:"Scene",children:s.jsxs("group",{name:"M10iD",rotation:[0,0,0],children:[s.jsxs(b.animated.group,{name:"M20iD25_J00",children:[s.jsxs(b.animated.group,{name:"M20iD25_J01",position:[.075,0,0],rotation:[Math.PI/2,Math.PI/2,0],children:[s.jsxs(b.animated.group,{name:"M20iD25_J02",position:[.84,0,0],children:[s.jsxs(b.animated.group,{name:"M20iD25_J03",position:[.215,0,0],rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"M20iD25_J04",position:[0,-.89,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"M20iD25_J05",rotation:[-Math.PI/2,0,0],children:[s.jsx("group",{name:"M20iD25_FLG",position:[0,-.09,0],rotation:[-Math.PI,0,0]}),s.jsx("mesh",{name:"M20iD25_L06",castShadow:!0,receiveShadow:!0,geometry:a.M20iD25_L06.geometry,material:o.Fanuc_BlackMetal_AO,position:[0,-.09,0],rotation:[Math.PI/2,0,Math.PI]})]}),s.jsx("mesh",{name:"M20iD25_L05",castShadow:!0,receiveShadow:!0,geometry:a.M20iD25_L05.geometry,material:o.Fanuc_BlackMetal_AO,rotation:[Math.PI,Math.PI/2,0]})]}),s.jsxs("group",{name:"M20iD25_L04",position:[0,-.286,0],rotation:[-Math.PI/2,Math.PI/2,0],children:[s.jsx("mesh",{name:"Mesh_2",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_2.geometry,material:o.Fanuc_Yellow_Textured_AO}),s.jsx("mesh",{name:"Mesh_2_1",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_2_1.geometry,material:o.Fanuc_BlackMetal_AO})]})]}),s.jsxs("group",{name:"M20iD25_L03",position:[0,.406,0],rotation:[Math.PI,Math.PI/2,0],children:[s.jsx("mesh",{name:"Mesh_15",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_15.geometry,material:o.Fanuc_BlackMetal_AO}),s.jsx("mesh",{name:"Mesh_15_1",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_15_1.geometry,material:o.Fanuc_Yellow_Textured_AO}),s.jsx("mesh",{name:"Mesh_15_2",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_15_2.geometry,material:o.Material_9_AO})]})]}),s.jsxs("group",{name:"M20iD25_L02",position:[0,.505,-.055],rotation:[-Math.PI,Math.PI/2,0],children:[s.jsx("mesh",{name:"Mesh_37",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_37.geometry,material:o.Fanuc_BlackMetal_AO}),s.jsx("mesh",{name:"Mesh_37_1",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_37_1.geometry,material:o.Fanuc_Yellow_Textured_AO})]})]}),s.jsxs("group",{name:"M20iD25_L01",rotation:[-Math.PI/2,0,0],children:[s.jsx("mesh",{name:"Mesh_45",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_45.geometry,material:o.Material_9_AO}),s.jsx("mesh",{name:"Mesh_45_1",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_45_1.geometry,material:o.Fanuc_Yellow_Textured_AO}),s.jsx("mesh",{name:"Mesh_45_2",castShadow:!0,receiveShadow:!0,geometry:a.Mesh_45_2.geometry,material:o.Fanuc_BlackMetal_AO})]})]}),s.jsx("mesh",{name:"M20iD25_L00",castShadow:!0,receiveShadow:!0,geometry:a.M20iD25_L00.geometry,material:o.Fanuc_BlackMetal_AO,position:[0,-.425,0],rotation:[-Math.PI/2,0,0]})]})})})]})}function am({modelURL:e,rapidlyChangingMotionState:t,...r}){const n=oe.useGLTF(e),a=n.nodes,o=n.materials,i=[0,-Math.PI/2,0,0,0,0];function l(u,c){u.forEach((d,h)=>d.rotation.y=c[h]+i[h])}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:t,robotRootObjectName:"Scene",onRotationChanged:l}),s.jsx("group",{...r,dispose:null,children:s.jsx("group",{name:"Scene",children:s.jsxs("group",{name:"IRB1200_7_70_IRC5",rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"IRB1200_7_70_IRC5_J01",rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"IRB1200_7_70_IRC5_J02",position:[0,.399,0],rotation:[-Math.PI/2,-Math.PI/2,0],children:[s.jsxs(b.animated.group,{name:"IRB1200_7_70_IRC5_J03",position:[.35,0,0],children:[s.jsxs(b.animated.group,{name:"IRB1200_7_70_IRC5_J04",position:[.042,0,0],rotation:[-Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"IRB1200_7_70_IRC5_J05",position:[0,.351,0],rotation:[Math.PI/2,0,0],children:[s.jsxs(b.animated.group,{name:"IRB1200_7_70_IRC5_J06",rotation:[Math.PI/2,0,-Math.PI],children:[s.jsx("group",{name:"IRB1200_7_70_IRC5_FLG",position:[0,.082,0]}),s.jsx("mesh",{name:"IRB1200_7_70_IRC5_L06",castShadow:!0,receiveShadow:!0,geometry:a.IRB1200_7_70_IRC5_L06.geometry,material:o["IRB1200_7-70_IRC5.003_Bake"]})]}),s.jsx("mesh",{name:"IRB1200_7_70_IRC5_L05",castShadow:!0,receiveShadow:!0,geometry:a.IRB1200_7_70_IRC5_L05.geometry,material:o["IRB1200_7-70_IRC5.003_Bake"]})]}),s.jsx("mesh",{name:"IRB1200_7_70_IRC5_L04",castShadow:!0,receiveShadow:!0,geometry:a.IRB1200_7_70_IRC5_L04.geometry,material:o["IRB1200_7-70_IRC5.003_Bake"]})]}),s.jsx("mesh",{name:"IRB1200_7_70_IRC5_L03",castShadow:!0,receiveShadow:!0,geometry:a.IRB1200_7_70_IRC5_L03.geometry,material:o["IRB1200_7-70_IRC5.003_Bake"]})]}),s.jsx("mesh",{name:"IRB1200_7_70_IRC5_L02",castShadow:!0,receiveShadow:!0,geometry:a.IRB1200_7_70_IRC5_L02.geometry,material:o["IRB1200_7-70_IRC5.003_Bake"]})]}),s.jsx("mesh",{name:"IRB1200_7_70_IRC5_L01",castShadow:!0,receiveShadow:!0,geometry:a.IRB1200_7_70_IRC5_L01.geometry,material:o["IRB1200_7-70_IRC5.003_Bake"],rotation:[Math.PI/2,0,0]})]}),s.jsx("mesh",{name:"IRB1200_7_70_IRC5_L00",castShadow:!0,receiveShadow:!0,geometry:a.IRB1200_7_70_IRC5_L00.geometry,material:o["IRB1200_7-70_IRC5.003_Bake"],rotation:[-Math.PI/2,0,0]})]})})})]})}const Ss="line",xs="mesh";function Ea({rapidlyChangingMotionState:e,dhParameters:t,...r}){const n=new jt.Matrix4;function a(u,c){const d=new jt.Vector3,h=new jt.Quaternion,m=new jt.Vector3;n.decompose(d,h,m);const v=d.clone(),y=new jt.Matrix4().makeRotationY(u.theta+c*(u.reverse_rotation_direction?-1:1)).multiply(new jt.Matrix4().makeTranslation(0,u.d/1e3,0)).multiply(new jt.Matrix4().makeTranslation(u.a/1e3,0,0)).multiply(new jt.Matrix4().makeRotationX(u.alpha));return n.multiply(y),n.decompose(d,h,m),{a:v,b:d}}function o(u,c,d,h){if(!t)return;const m=t[u];if(!m)return;const{a:v,b:y}=a(m,h);c.geometry.setPositions([v.toArray(),y.toArray()].flat()),d.position.set(y.x,y.y,y.z)}function i(u,c){n.identity(),u.forEach((d,h)=>{o(h,d.getObjectByName(Ss),d.getObjectByName(xs),c[h])})}function l(u){return al(u,"^group_[0-9]+$")}return s.jsxs(s.Fragment,{children:[s.jsx(he,{rapidlyChangingMotionState:e,robotRootObjectName:"Scene",onRotationChanged:i,jointCollector:l}),s.jsxs("group",{...r,name:"Scene",children:[s.jsxs("mesh",{children:[s.jsx("sphereGeometry",{args:[.01,32,32]}),s.jsx("meshStandardMaterial",{color:"black",depthTest:!0})]}),t.map((u,c)=>{const{a:d,b:h}=a(u,e.state.joint_position.joints[c]??0);return s.jsxs("group",{name:`group_${c}`,children:[s.jsx(oe.Line,{name:Ss,points:[d,h],color:"white",lineWidth:5}),s.jsxs("mesh",{name:xs,position:h,children:[s.jsx("sphereGeometry",{args:[.01,32,32]}),s.jsx("meshStandardMaterial",{color:"black",depthTest:!0})]},"mesh_"+c)]},"group_"+c)})]})]})}const om=console.warn;function sm(){return Z.useEffect(()=>{console.warn=e=>{e!=="Cannot call the manual advancement of rafz whilst frameLoop is not set as demand"&&om(e)}},[]),s.jsx(s.Fragment,{})}function xo(e){return`https://cdn.jsdelivr.net/gh/wandelbotsgmbh/wandelbots-js-react-components/public/models/${e}.glb`}const sl=en(({rapidlyChangingMotionState:e,modelFromController:t,dhParameters:r,getModel:n=xo,isGhost:a=!1,...o})=>{let i;const l=Z.useRef(new Ce.Group),u=Z.useCallback(h=>{h!==null&&(l.current=h,console.log("robotRef.current",l.current),a&&l.current&&l.current.children.length>0&&c())},[a]),c=()=>{l.current&&!l.current.userData.ghostsCreated&&(l.current.traverse(h=>{if(h instanceof Ce.Mesh&&!h.userData.isGhost){h.material instanceof Ce.Material&&(h.material.colorWrite=!1);const m=h.clone(),v=h.clone();m.material=new Ce.MeshStandardMaterial({depthTest:!0,depthWrite:!0,colorWrite:!1,polygonOffset:!0,polygonOffsetFactor:1}),m.userData.isGhost=!0,v.material=new Ce.MeshStandardMaterial({color:"#D91433",opacity:.3,depthTest:!0,depthWrite:!1,transparent:!0,polygonOffset:!0,polygonOffsetFactor:-1}),v.userData.isGhost=!0,h.parent&&(h.parent.add(m),h.parent.add(v))}}),l.current.userData.ghostsCreated=!0)},d=()=>{if(l.current){const h=[];l.current.traverse(m=>{m instanceof Ce.Mesh&&m.material instanceof Ce.Material&&(m.material.colorWrite=!0),m instanceof Ce.Mesh&&m.userData!==void 0&&m.userData&&m.userData.isGhost!==void 0&&m.userData.isGhost&&h.push(m)}),h.forEach(m=>{m.parent&&m.parent.remove(m)}),l.current.userData.ghostsCreated=!1}};switch(Z.useEffect(()=>{a?c():d()},[a]),t){case"UniversalRobots_UR3":i=Dd;break;case"UniversalRobots_UR3e":i=Bd;break;case"UniversalRobots_UR5":i=Ud;break;case"UniversalRobots_UR5e":i=Jd;break;case"UniversalRobots_UR10":i=Vd;break;case"UniversalRobots_UR10e":i=Gd;break;case"Yaskawa_AR900":i=vs;break;case"Yaskawa_GP7":i=vs;break;case"Yaskawa_AR1440":i=zd;break;case"Yaskawa_AR1730":i=Wd;break;case"Yaskawa_AR2010":i=Kd;break;case"Yaskawa_AR3120":i=Hd;break;case"Yaskawa_GP50":i=qd;break;case"FANUC_CRX10iA":i=Xd;break;case"FANUC_CRX20iAL":i=Yd;break;case"FANUC_CRX25iA":i=Zd;break;case"FANUC_CRX25iAL":i=Qd;break;case"FANUC_ARC_Mate_120iD":i=bs;break;case"FANUC_ARC_Mate_120iD35":i=bs;break;case"FANUC_ARC_Mate_100iD":i=nm;break;case"KUKA_KR210_R2700":i=em;break;case"KUKA_KR270_R2700":i=tm;break;case"KUKA_KR16_R2010_2":i=rm;break;case"ABB_1200_07_7":i=am;break;default:console.warn(`Unknown robot type: ${t}`),i=Ea}return s.jsxs(Au.ErrorBoundary,{fallback:s.jsx(Ea,{rapidlyChangingMotionState:e,dhParameters:r,...o}),children:[s.jsx(Z.Suspense,{fallback:s.jsx(Ea,{rapidlyChangingMotionState:e,dhParameters:r,...o}),children:s.jsx("group",{ref:u,children:s.jsx(i,{rapidlyChangingMotionState:e,modelURL:n(t),dhParameters:r,...o})})}),s.jsx(sm,{})]})});function im({connectedMotionGroup:e,getModel:t=xo,isGhost:r=!1,...n}){return e.dhParameters?s.jsx(sl,{rapidlyChangingMotionState:e.rapidlyChangingMotionState,modelFromController:e.modelFromController||"",dhParameters:e.dhParameters,getModel:t,isGhost:r,...n}):null}function lm(){return s.jsx(oe.Environment,{children:s.jsx(um,{})})}function um({positions:e=[2,0,2,0,2,0,2,0]}){return s.jsxs(s.Fragment,{children:[s.jsx(oe.Lightformer,{intensity:5,"rotation-x":Math.PI/2,position:[0,5,-9],scale:[10,10,1]}),s.jsx("group",{rotation:[0,.5,0],children:s.jsx("group",{children:e.map((t,r)=>s.jsx(oe.Lightformer,{form:"circle",intensity:5,rotation:[Math.PI/2,0,0],position:[t,4,r*4],scale:[3,1,1]},r))})}),s.jsx(oe.Lightformer,{intensity:40,"rotation-y":Math.PI/2,position:[-5,1,-1],scale:[20,.1,1]}),s.jsx(oe.Lightformer,{intensity:20,"rotation-y":-Math.PI,position:[-5,-2,-1],scale:[20,.1,1]}),s.jsx(oe.Lightformer,{"rotation-y":Math.PI/2,position:[-5,-1,-1],scale:[20,.5,1],intensity:5}),s.jsx(oe.Lightformer,{"rotation-y":-Math.PI/2,position:[10,1,0],scale:[20,1,1],intensity:10}),s.jsx(oe.Lightformer,{form:"ring",color:"white",intensity:5,scale:10,position:[-15,4,-18],target:[0,0,0]})]})}function cm(e){if(e.length<3)return console.log("Not enough vertices to define a plane"),{isCoplanar:!1};const t=new Ce.Vector3(e[0].x,e[0].y,e[0].z),r=new Ce.Vector3(e[1].x,e[1].y,e[1].z),n=new Ce.Vector3(e[2].x,e[2].y,e[2].z),a=new Ce.Vector3().subVectors(r,t),o=new Ce.Vector3().subVectors(n,t),i=new Ce.Vector3().crossVectors(a,o).normalize();for(let l=3;l<e.length;l++){const u=new Ce.Vector3(e[l].x,e[l].y,e[l].z),c=new Ce.Vector3().subVectors(u,t),d=i.dot(c);if(Math.abs(d)>1e-6)return console.log("Vertices are not on the same plane"),{isCoplanar:!1}}return{isCoplanar:!0,normal:i}}function dm({safetyZones:e,...t}){return s.jsx("group",{...t,children:e.map((r,n)=>{let a=[];return r.geometry&&(r.geometry.compound?a=r.geometry.compound.child_geometries:r.geometry.convex_hull&&(a=[r.geometry])),a.map((o,i)=>{if(!o.convex_hull)return null;const l=o.convex_hull.vertices.map(d=>new Ce.Vector3(d.x/1e3,d.y/1e3,d.z/1e3)),u=cm(l);if(u.isCoplanar&&u.normal){const h=new Ce.Vector3().addVectors(l[0],u.normal.multiplyScalar(1e-4));l.push(h)}let c;try{c=new Pu.ConvexGeometry(l)}catch(d){return console.log("Error creating ConvexGeometry:",d),null}return s.jsx(s.Fragment,{children:s.jsx("mesh",{geometry:c,children:s.jsx("meshStandardMaterial",{attach:"material",color:"#009f4d",opacity:.2,depthTest:!1,depthWrite:!1,transparent:!0,polygonOffset:!0,polygonOffsetFactor:-i},n)},`${n}-${i}`)})})})})}function Hr(e){let t="https://mui.com/production-error/?code="+e;for(let r=1;r<arguments.length;r+=1)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified MUI error #"+e+"; visit "+t+" for the full message."}const mm=Object.freeze(Object.defineProperty({__proto__:null,default:Hr},Symbol.toStringTag,{value:"Module"}));var hm=!1;function fm(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function pm(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var gm=function(){function e(r){var n=this;this._insertTag=function(a){var o;n.tags.length===0?n.insertionPoint?o=n.insertionPoint.nextSibling:n.prepend?o=n.container.firstChild:o=n.before:o=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(a,o),n.tags.push(a)},this.isSpeedy=r.speedy===void 0?!hm:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(n){n.forEach(this._insertTag)},t.insert=function(n){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(pm(this));var a=this.tags[this.tags.length-1];if(this.isSpeedy){var o=fm(a);try{o.insertRule(n,o.cssRules.length)}catch{}}else a.appendChild(document.createTextNode(n));this.ctr++},t.flush=function(){this.tags.forEach(function(n){var a;return(a=n.parentNode)==null?void 0:a.removeChild(n)}),this.tags=[],this.ctr=0},e}(),Te="-ms-",Bn="-moz-",ne="-webkit-",il="comm",wo="rule",jo="decl",ym="@import",ll="@keyframes",_m="@layer",vm=Math.abs,ra=String.fromCharCode,bm=Object.assign;function Sm(e,t){return Pe(e,0)^45?(((t<<2^Pe(e,0))<<2^Pe(e,1))<<2^Pe(e,2))<<2^Pe(e,3):0}function ul(e){return e.trim()}function xm(e,t){return(e=t.exec(e))?e[0]:e}function ae(e,t,r){return e.replace(t,r)}function eo(e,t){return e.indexOf(t)}function Pe(e,t){return e.charCodeAt(t)|0}function qr(e,t,r){return e.slice(t,r)}function ht(e){return e.length}function Ro(e){return e.length}function pn(e,t){return t.push(e),e}function wm(e,t){return e.map(t).join("")}var na=1,br=1,cl=0,Be=0,Se=0,jr="";function aa(e,t,r,n,a,o,i){return{value:e,root:t,parent:r,type:n,props:a,children:o,line:na,column:br,length:i,return:""}}function Dr(e,t){return bm(aa("",null,null,"",null,null,0),e,{length:-e.length},t)}function jm(){return Se}function Rm(){return Se=Be>0?Pe(jr,--Be):0,br--,Se===10&&(br=1,na--),Se}function Ke(){return Se=Be<cl?Pe(jr,Be++):0,br++,Se===10&&(br=1,na++),Se}function gt(){return Pe(jr,Be)}function Cn(){return Be}function nn(e,t){return qr(jr,e,t)}function Xr(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function dl(e){return na=br=1,cl=ht(jr=e),Be=0,[]}function ml(e){return jr="",e}function An(e){return ul(nn(Be-1,to(e===91?e+2:e===40?e+1:e)))}function Cm(e){for(;(Se=gt())&&Se<33;)Ke();return Xr(e)>2||Xr(Se)>3?"":" "}function Am(e,t){for(;--t&&Ke()&&!(Se<48||Se>102||Se>57&&Se<65||Se>70&&Se<97););return nn(e,Cn()+(t<6&&gt()==32&&Ke()==32))}function to(e){for(;Ke();)switch(Se){case e:return Be;case 34:case 39:e!==34&&e!==39&&to(Se);break;case 40:e===41&&to(e);break;case 92:Ke();break}return Be}function Pm(e,t){for(;Ke()&&e+Se!==57;)if(e+Se===84&&gt()===47)break;return"/*"+nn(t,Be-1)+"*"+ra(e===47?e:Ke())}function Om(e){for(;!Xr(gt());)Ke();return nn(e,Be)}function Tm(e){return ml(Pn("",null,null,null,[""],e=dl(e),0,[0],e))}function Pn(e,t,r,n,a,o,i,l,u){for(var c=0,d=0,h=i,m=0,v=0,y=0,_=1,g=1,x=1,j=0,C="",L=a,R=o,P=n,O=C;g;)switch(y=j,j=Ke()){case 40:if(y!=108&&Pe(O,h-1)==58){eo(O+=ae(An(j),"&","&\f"),"&\f")!=-1&&(x=-1);break}case 34:case 39:case 91:O+=An(j);break;case 9:case 10:case 13:case 32:O+=Cm(y);break;case 92:O+=Am(Cn()-1,7);continue;case 47:switch(gt()){case 42:case 47:pn(Mm(Pm(Ke(),Cn()),t,r),u);break;default:O+="/"}break;case 123*_:l[c++]=ht(O)*x;case 125*_:case 59:case 0:switch(j){case 0:case 125:g=0;case 59+d:x==-1&&(O=ae(O,/\f/g,"")),v>0&&ht(O)-h&&pn(v>32?js(O+";",n,r,h-1):js(ae(O," ","")+";",n,r,h-2),u);break;case 59:O+=";";default:if(pn(P=ws(O,t,r,c,d,a,l,C,L=[],R=[],h),o),j===123)if(d===0)Pn(O,t,P,P,L,o,h,l,R);else switch(m===99&&Pe(O,3)===110?100:m){case 100:case 108:case 109:case 115:Pn(e,P,P,n&&pn(ws(e,P,P,0,0,a,l,C,a,L=[],h),R),a,R,h,l,n?L:R);break;default:Pn(O,P,P,P,[""],R,0,l,R)}}c=d=v=0,_=x=1,C=O="",h=i;break;case 58:h=1+ht(O),v=y;default:if(_<1){if(j==123)--_;else if(j==125&&_++==0&&Rm()==125)continue}switch(O+=ra(j),j*_){case 38:x=d>0?1:(O+="\f",-1);break;case 44:l[c++]=(ht(O)-1)*x,x=1;break;case 64:gt()===45&&(O+=An(Ke())),m=gt(),d=h=ht(C=O+=Om(Cn())),j++;break;case 45:y===45&&ht(O)==2&&(_=0)}}return o}function ws(e,t,r,n,a,o,i,l,u,c,d){for(var h=a-1,m=a===0?o:[""],v=Ro(m),y=0,_=0,g=0;y<n;++y)for(var x=0,j=qr(e,h+1,h=vm(_=i[y])),C=e;x<v;++x)(C=ul(_>0?m[x]+" "+j:ae(j,/&\f/g,m[x])))&&(u[g++]=C);return aa(e,t,r,a===0?wo:l,u,c,d)}function Mm(e,t,r){return aa(e,t,r,il,ra(jm()),qr(e,2,-2),0)}function js(e,t,r,n){return aa(e,t,r,jo,qr(e,0,n),qr(e,n+1,-1),n)}function gr(e,t){for(var r="",n=Ro(e),a=0;a<n;a++)r+=t(e[a],a,e,t)||"";return r}function Im(e,t,r,n){switch(e.type){case _m:if(e.children.length)break;case ym:case jo:return e.return=e.return||e.value;case il:return"";case ll:return e.return=e.value+"{"+gr(e.children,n)+"}";case wo:e.value=e.props.join(",")}return ht(r=gr(e.children,n))?e.return=e.value+"{"+r+"}":""}function Em(e){var t=Ro(e);return function(r,n,a,o){for(var i="",l=0;l<t;l++)i+=e[l](r,n,a,o)||"";return i}}function km(e){return function(t){t.root||(t=t.return)&&e(t)}}var Lm=function(t,r,n){for(var a=0,o=0;a=o,o=gt(),a===38&&o===12&&(r[n]=1),!Xr(o);)Ke();return nn(t,Be)},$m=function(t,r){var n=-1,a=44;do switch(Xr(a)){case 0:a===38&&gt()===12&&(r[n]=1),t[n]+=Lm(Be-1,r,n);break;case 2:t[n]+=An(a);break;case 4:if(a===44){t[++n]=gt()===58?"&\f":"",r[n]=t[n].length;break}default:t[n]+=ra(a)}while(a=Ke());return t},Nm=function(t,r){return ml($m(dl(t),r))},Rs=new WeakMap,Fm=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var r=t.value,n=t.parent,a=t.column===n.column&&t.line===n.line;n.type!=="rule";)if(n=n.parent,!n)return;if(!(t.props.length===1&&r.charCodeAt(0)!==58&&!Rs.get(n))&&!a){Rs.set(t,!0);for(var o=[],i=Nm(r,o),l=n.props,u=0,c=0;u<i.length;u++)for(var d=0;d<l.length;d++,c++)t.props[c]=o[u]?i[u].replace(/&\f/g,l[d]):l[d]+" "+i[u]}}},Dm=function(t){if(t.type==="decl"){var r=t.value;r.charCodeAt(0)===108&&r.charCodeAt(2)===98&&(t.return="",t.value="")}};function hl(e,t){switch(Sm(e,t)){case 5103:return ne+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return ne+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return ne+e+Bn+e+Te+e+e;case 6828:case 4268:return ne+e+Te+e+e;case 6165:return ne+e+Te+"flex-"+e+e;case 5187:return ne+e+ae(e,/(\w+).+(:[^]+)/,ne+"box-$1$2"+Te+"flex-$1$2")+e;case 5443:return ne+e+Te+"flex-item-"+ae(e,/flex-|-self/,"")+e;case 4675:return ne+e+Te+"flex-line-pack"+ae(e,/align-content|flex-|-self/,"")+e;case 5548:return ne+e+Te+ae(e,"shrink","negative")+e;case 5292:return ne+e+Te+ae(e,"basis","preferred-size")+e;case 6060:return ne+"box-"+ae(e,"-grow","")+ne+e+Te+ae(e,"grow","positive")+e;case 4554:return ne+ae(e,/([^-])(transform)/g,"$1"+ne+"$2")+e;case 6187:return ae(ae(ae(e,/(zoom-|grab)/,ne+"$1"),/(image-set)/,ne+"$1"),e,"")+e;case 5495:case 3959:return ae(e,/(image-set\([^]*)/,ne+"$1$`$1");case 4968:return ae(ae(e,/(.+:)(flex-)?(.*)/,ne+"box-pack:$3"+Te+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+ne+e+e;case 4095:case 3583:case 4068:case 2532:return ae(e,/(.+)-inline(.+)/,ne+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(ht(e)-1-t>6)switch(Pe(e,t+1)){case 109:if(Pe(e,t+4)!==45)break;case 102:return ae(e,/(.+:)(.+)-([^]+)/,"$1"+ne+"$2-$3$1"+Bn+(Pe(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~eo(e,"stretch")?hl(ae(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Pe(e,t+1)!==115)break;case 6444:switch(Pe(e,ht(e)-3-(~eo(e,"!important")&&10))){case 107:return ae(e,":",":"+ne)+e;case 101:return ae(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+ne+(Pe(e,14)===45?"inline-":"")+"box$3$1"+ne+"$2$3$1"+Te+"$2box$3")+e}break;case 5936:switch(Pe(e,t+11)){case 114:return ne+e+Te+ae(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return ne+e+Te+ae(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return ne+e+Te+ae(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return ne+e+Te+e+e}return e}var Bm=function(t,r,n,a){if(t.length>-1&&!t.return)switch(t.type){case jo:t.return=hl(t.value,t.length);break;case ll:return gr([Dr(t,{value:ae(t.value,"@","@"+ne)})],a);case wo:if(t.length)return wm(t.props,function(o){switch(xm(o,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return gr([Dr(t,{props:[ae(o,/:(read-\w+)/,":"+Bn+"$1")]})],a);case"::placeholder":return gr([Dr(t,{props:[ae(o,/:(plac\w+)/,":"+ne+"input-$1")]}),Dr(t,{props:[ae(o,/:(plac\w+)/,":"+Bn+"$1")]}),Dr(t,{props:[ae(o,/:(plac\w+)/,Te+"input-$1")]})],a)}return""})}},Um=[Bm],Jm=function(t){var r=t.key;if(r==="css"){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(_){var g=_.getAttribute("data-emotion");g.indexOf(" ")!==-1&&(document.head.appendChild(_),_.setAttribute("data-s",""))})}var a=t.stylisPlugins||Um,o={},i,l=[];i=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+r+' "]'),function(_){for(var g=_.getAttribute("data-emotion").split(" "),x=1;x<g.length;x++)o[g[x]]=!0;l.push(_)});var u,c=[Fm,Dm];{var d,h=[Im,km(function(_){d.insert(_)})],m=Em(c.concat(a,h)),v=function(g){return gr(Tm(g),m)};u=function(g,x,j,C){d=j,v(g?g+"{"+x.styles+"}":x.styles),C&&(y.inserted[x.name]=!0)}}var y={key:r,sheet:new gm({key:r,container:i,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:o,registered:{},insert:u};return y.sheet.hydrate(l),y};let ro;typeof document=="object"&&(ro=Jm({key:"css",prepend:!0}));function fl(e){const{injectFirst:t,children:r}=e;return t&&ro?s.jsx(pr.CacheProvider,{value:ro,children:r}):r}process.env.NODE_ENV!=="production"&&(fl.propTypes={children:f.node,injectFirst:f.bool});function Vm(e){return e==null||Object.keys(e).length===0}function pl(e){const{styles:t,defaultTheme:r={}}=e,n=typeof t=="function"?a=>t(Vm(a)?r:a):t;return s.jsx(pr.Global,{styles:n})}process.env.NODE_ENV!=="production"&&(pl.propTypes={defaultTheme:f.object,styles:f.oneOfType([f.array,f.string,f.object,f.func])});/**
30
+ <%s key={someKey} {...props} />`,ja,Gt,Mu,Gt),dn[Gt+ja]=!0}}return p===r?ba(ve):va(ve),ve}}function Sa(p,w,I){return mn(p,w,I,!0)}function xa(p,w,I){return mn(p,w,I,!1)}var Er=xa,wa=Sa;Lr.Fragment=r,Lr.jsx=Er,Lr.jsxs=wa}()),Lr}process.env.NODE_ENV==="production"?Ga.exports=Gu():Ga.exports=zu();var o=Ga.exports;const Wu={$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)\\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"},Ku={type:"logger",log(e){this.output("log",e)},warn(e){this.output("warn",e)},error(e){this.output("error",e)},output(e,t){console&&console[e]&&console[e].apply(console,t)}};class En{constructor(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.init(t,n)}init(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.prefix=n.prefix||"i18next:",this.logger=t||Ku,this.options=n,this.debug=n.debug}log(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return this.forward(n,"log","",!0)}warn(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return this.forward(n,"warn","",!0)}error(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return this.forward(n,"error","")}deprecate(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return this.forward(n,"warn","WARNING DEPRECATED: ",!0)}forward(t,n,r,a){return a&&!this.debug?null:(typeof t[0]=="string"&&(t[0]=`${r}${this.prefix} ${t[0]}`),this.logger[n](t))}create(t){return new En(this.logger,{prefix:`${this.prefix}:${t}:`,...this.options})}clone(t){return t=t||this.options,t.prefix=t.prefix||this.prefix,new En(this.logger,t)}}var ft=new En;class Kn{constructor(){this.observers={}}on(t,n){return t.split(" ").forEach(r=>{this.observers[r]||(this.observers[r]=new Map);const a=this.observers[r].get(n)||0;this.observers[r].set(n,a+1)}),this}off(t,n){if(this.observers[t]){if(!n){delete this.observers[t];return}this.observers[t].delete(n)}}emit(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a<n;a++)r[a-1]=arguments[a];this.observers[t]&&Array.from(this.observers[t].entries()).forEach(i=>{let[l,u]=i;for(let c=0;c<u;c++)l(...r)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(i=>{let[l,u]=i;for(let c=0;c<u;c++)l.apply(l,[t,...r])})}}const $r=()=>{let e,t;const n=new Promise((r,a)=>{e=r,t=a});return n.resolve=e,n.reject=t,n},Ho=e=>e==null?"":""+e,Hu=(e,t,n)=>{e.forEach(r=>{t[r]&&(n[r]=t[r])})},qu=/###/g,qo=e=>e&&e.indexOf("###")>-1?e.replace(qu,"."):e,Xo=e=>!e||typeof e=="string",Ur=(e,t,n)=>{const r=typeof t!="string"?t:t.split(".");let a=0;for(;a<r.length-1;){if(Xo(e))return{};const s=qo(r[a]);!e[s]&&n&&(e[s]=new n),Object.prototype.hasOwnProperty.call(e,s)?e=e[s]:e={},++a}return Xo(e)?{}:{obj:e,k:qo(r[a])}},Yo=(e,t,n)=>{const{obj:r,k:a}=Ur(e,t,Object);if(r!==void 0||t.length===1){r[a]=n;return}let s=t[t.length-1],i=t.slice(0,t.length-1),l=Ur(e,i,Object);for(;l.obj===void 0&&i.length;)s=`${i[i.length-1]}.${s}`,i=i.slice(0,i.length-1),l=Ur(e,i,Object),l&&l.obj&&typeof l.obj[`${l.k}.${s}`]<"u"&&(l.obj=void 0);l.obj[`${l.k}.${s}`]=n},Xu=(e,t,n,r)=>{const{obj:a,k:s}=Ur(e,t,Object);a[s]=a[s]||[],a[s].push(n)},kn=(e,t)=>{const{obj:n,k:r}=Ur(e,t);if(n)return n[r]},Yu=(e,t,n)=>{const r=kn(e,n);return r!==void 0?r:kn(t,n)},Ai=(e,t,n)=>{for(const r in t)r!=="__proto__"&&r!=="constructor"&&(r in e?typeof e[r]=="string"||e[r]instanceof String||typeof t[r]=="string"||t[r]instanceof String?n&&(e[r]=t[r]):Ai(e[r],t[r],n):e[r]=t[r]);return e},sr=e=>e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var Zu={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};const Qu=e=>typeof e=="string"?e.replace(/[&<>"'\/]/g,t=>Zu[t]):e;class ec{constructor(t){this.capacity=t,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(t){const n=this.regExpMap.get(t);if(n!==void 0)return n;const r=new RegExp(t);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(t,r),this.regExpQueue.push(t),r}}const tc=[" ",",","?","!",";"],rc=new ec(20),nc=(e,t,n)=>{t=t||"",n=n||"";const r=tc.filter(i=>t.indexOf(i)<0&&n.indexOf(i)<0);if(r.length===0)return!0;const a=rc.getRegExp(`(${r.map(i=>i==="?"?"\\?":i).join("|")})`);let s=!a.test(e);if(!s){const i=e.indexOf(n);i>0&&!a.test(e.substring(0,i))&&(s=!0)}return s},za=function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:".";if(!e)return;if(e[t])return e[t];const r=t.split(n);let a=e;for(let s=0;s<r.length;){if(!a||typeof a!="object")return;let i,l="";for(let u=s;u<r.length;++u)if(u!==s&&(l+=n),l+=r[u],i=a[l],i!==void 0){if(["string","number","boolean"].indexOf(typeof i)>-1&&u<r.length-1)continue;s+=u-s+1;break}a=i}return a},Ln=e=>e&&e.indexOf("_")>0?e.replace("_","-"):e;class Zo extends Kn{constructor(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{ns:["translation"],defaultNS:"translation"};super(),this.data=t||{},this.options=n,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 n=this.options.ns.indexOf(t);n>-1&&this.options.ns.splice(n,1)}getResource(t,n,r){let a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const s=a.keySeparator!==void 0?a.keySeparator:this.options.keySeparator,i=a.ignoreJSONStructure!==void 0?a.ignoreJSONStructure:this.options.ignoreJSONStructure;let l;t.indexOf(".")>-1?l=t.split("."):(l=[t,n],r&&(Array.isArray(r)?l.push(...r):typeof r=="string"&&s?l.push(...r.split(s)):l.push(r)));const u=kn(this.data,l);return!u&&!n&&!r&&t.indexOf(".")>-1&&(t=l[0],n=l[1],r=l.slice(2).join(".")),u||!i||typeof r!="string"?u:za(this.data&&this.data[t]&&this.data[t][n],r,s)}addResource(t,n,r,a){let s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1};const i=s.keySeparator!==void 0?s.keySeparator:this.options.keySeparator;let l=[t,n];r&&(l=l.concat(i?r.split(i):r)),t.indexOf(".")>-1&&(l=t.split("."),a=n,n=l[1]),this.addNamespaces(n),Yo(this.data,l,a),s.silent||this.emit("added",t,n,r,a)}addResources(t,n,r){let a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(const s in r)(typeof r[s]=="string"||Array.isArray(r[s]))&&this.addResource(t,n,s,r[s],{silent:!0});a.silent||this.emit("added",t,n,r)}addResourceBundle(t,n,r,a,s){let i=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1,skipCopy:!1},l=[t,n];t.indexOf(".")>-1&&(l=t.split("."),a=r,r=n,n=l[1]),this.addNamespaces(n);let u=kn(this.data,l)||{};i.skipCopy||(r=JSON.parse(JSON.stringify(r))),a?Ai(u,r,s):u={...u,...r},Yo(this.data,l,u),i.silent||this.emit("added",t,n,r)}removeResourceBundle(t,n){this.hasResourceBundle(t,n)&&delete this.data[t][n],this.removeNamespaces(n),this.emit("removed",t,n)}hasResourceBundle(t,n){return this.getResource(t,n)!==void 0}getResourceBundle(t,n){return n||(n=this.options.defaultNS),this.options.compatibilityAPI==="v1"?{...this.getResource(t,n)}:this.getResource(t,n)}getDataByLanguage(t){return this.data[t]}hasLanguageSomeTranslations(t){const n=this.getDataByLanguage(t);return!!(n&&Object.keys(n)||[]).find(a=>n[a]&&Object.keys(n[a]).length>0)}toJSON(){return this.data}}var Pi={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,n,r,a){return e.forEach(s=>{this.processors[s]&&(t=this.processors[s].process(t,n,r,a))}),t}};const Qo={};class $n extends Kn{constructor(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};super(),Hu(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],t,this),this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=ft.create("translator")}changeLanguage(t){t&&(this.language=t)}exists(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};if(t==null)return!1;const r=this.resolve(t,n);return r&&r.res!==void 0}extractFromKey(t,n){let r=n.nsSeparator!==void 0?n.nsSeparator:this.options.nsSeparator;r===void 0&&(r=":");const a=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator;let s=n.ns||this.options.defaultNS||[];const i=r&&t.indexOf(r)>-1,l=!this.options.userDefinedKeySeparator&&!n.keySeparator&&!this.options.userDefinedNsSeparator&&!n.nsSeparator&&!nc(t,r,a);if(i&&!l){const u=t.match(this.interpolator.nestingRegexp);if(u&&u.length>0)return{key:t,namespaces:s};const c=t.split(r);(r!==a||r===a&&this.options.ns.indexOf(c[0])>-1)&&(s=c.shift()),t=c.join(a)}return typeof s=="string"&&(s=[s]),{key:t,namespaces:s}}translate(t,n,r){if(typeof n!="object"&&this.options.overloadTranslationOptionHandler&&(n=this.options.overloadTranslationOptionHandler(arguments)),typeof n=="object"&&(n={...n}),n||(n={}),t==null)return"";Array.isArray(t)||(t=[String(t)]);const a=n.returnDetails!==void 0?n.returnDetails:this.options.returnDetails,s=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator,{key:i,namespaces:l}=this.extractFromKey(t[t.length-1],n),u=l[l.length-1],c=n.lng||this.language,d=n.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(c&&c.toLowerCase()==="cimode"){if(d){const L=n.nsSeparator||this.options.nsSeparator;return a?{res:`${u}${L}${i}`,usedKey:i,exactUsedKey:i,usedLng:c,usedNS:u,usedParams:this.getUsedParamsDetails(n)}:`${u}${L}${i}`}return a?{res:i,usedKey:i,exactUsedKey:i,usedLng:c,usedNS:u,usedParams:this.getUsedParamsDetails(n)}:i}const h=this.resolve(t,n);let m=h&&h.res;const v=h&&h.usedKey||i,_=h&&h.exactUsedKey||i,y=Object.prototype.toString.apply(m),g=["[object Number]","[object Function]","[object RegExp]"],x=n.joinArrays!==void 0?n.joinArrays:this.options.joinArrays,j=!this.i18nFormat||this.i18nFormat.handleAsObject;if(j&&m&&(typeof m!="string"&&typeof m!="boolean"&&typeof m!="number")&&g.indexOf(y)<0&&!(typeof x=="string"&&Array.isArray(m))){if(!n.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const L=this.options.returnedObjectHandler?this.options.returnedObjectHandler(v,m,{...n,ns:l}):`key '${i} (${this.language})' returned an object instead of string.`;return a?(h.res=L,h.usedParams=this.getUsedParamsDetails(n),h):L}if(s){const L=Array.isArray(m),R=L?[]:{},P=L?_:v;for(const T in m)if(Object.prototype.hasOwnProperty.call(m,T)){const z=`${P}${s}${T}`;R[T]=this.translate(z,{...n,joinArrays:!1,ns:l}),R[T]===z&&(R[T]=m[T])}m=R}}else if(j&&typeof x=="string"&&Array.isArray(m))m=m.join(x),m&&(m=this.extendTranslation(m,t,n,r));else{let L=!1,R=!1;const P=n.count!==void 0&&typeof n.count!="string",T=$n.hasDefaultValue(n),z=P?this.pluralResolver.getSuffix(c,n.count,n):"",le=n.ordinal&&P?this.pluralResolver.getSuffix(c,n.count,{ordinal:!1}):"",ce=P&&!n.ordinal&&n.count===0&&this.pluralResolver.shouldUseIntlApi(),D=ce&&n[`defaultValue${this.options.pluralSeparator}zero`]||n[`defaultValue${z}`]||n[`defaultValue${le}`]||n.defaultValue;!this.isValidLookup(m)&&T&&(L=!0,m=D),this.isValidLookup(m)||(R=!0,m=i);const G=(n.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&R?void 0:m,X=T&&D!==m&&this.options.updateMissing;if(R||L||X){if(this.logger.log(X?"updateKey":"missingKey",c,u,i,X?D:m),s){const Q=this.resolve(i,{...n,keySeparator:!1});Q&&Q.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 H=[];const xe=this.languageUtils.getFallbackCodes(this.options.fallbackLng,n.lng||this.language);if(this.options.saveMissingTo==="fallback"&&xe&&xe[0])for(let Q=0;Q<xe.length;Q++)H.push(xe[Q]);else this.options.saveMissingTo==="all"?H=this.languageUtils.toResolveHierarchy(n.lng||this.language):H.push(n.lng||this.language);const ue=(Q,Re,Ie)=>{const nt=T&&Ie!==m?Ie:G;this.options.missingKeyHandler?this.options.missingKeyHandler(Q,u,Re,nt,X,n):this.backendConnector&&this.backendConnector.saveMissing&&this.backendConnector.saveMissing(Q,u,Re,nt,X,n),this.emit("missingKey",Q,u,Re,m)};this.options.saveMissing&&(this.options.saveMissingPlurals&&P?H.forEach(Q=>{const Re=this.pluralResolver.getSuffixes(Q,n);ce&&n[`defaultValue${this.options.pluralSeparator}zero`]&&Re.indexOf(`${this.options.pluralSeparator}zero`)<0&&Re.push(`${this.options.pluralSeparator}zero`),Re.forEach(Ie=>{ue([Q],i+Ie,n[`defaultValue${Ie}`]||D)})}):ue(H,i,D))}m=this.extendTranslation(m,t,n,h,r),R&&m===i&&this.options.appendNamespaceToMissingKey&&(m=`${u}:${i}`),(R||L)&&this.options.parseMissingKeyHandler&&(this.options.compatibilityAPI!=="v1"?m=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${u}:${i}`:i,L?m:void 0):m=this.options.parseMissingKeyHandler(m))}return a?(h.res=m,h.usedParams=this.getUsedParamsDetails(n),h):m}extendTranslation(t,n,r,a,s){var i=this;if(this.i18nFormat&&this.i18nFormat.parse)t=this.i18nFormat.parse(t,{...this.options.interpolation.defaultVariables,...r},r.lng||this.language||a.usedLng,a.usedNS,a.usedKey,{resolved:a});else if(!r.skipInterpolation){r.interpolation&&this.interpolator.init({...r,interpolation:{...this.options.interpolation,...r.interpolation}});const c=typeof t=="string"&&(r&&r.interpolation&&r.interpolation.skipOnVariables!==void 0?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let d;if(c){const m=t.match(this.interpolator.nestingRegexp);d=m&&m.length}let h=r.replace&&typeof r.replace!="string"?r.replace:r;if(this.options.interpolation.defaultVariables&&(h={...this.options.interpolation.defaultVariables,...h}),t=this.interpolator.interpolate(t,h,r.lng||this.language||a.usedLng,r),c){const m=t.match(this.interpolator.nestingRegexp),v=m&&m.length;d<v&&(r.nest=!1)}!r.lng&&this.options.compatibilityAPI!=="v1"&&a&&a.res&&(r.lng=this.language||a.usedLng),r.nest!==!1&&(t=this.interpolator.nest(t,function(){for(var m=arguments.length,v=new Array(m),_=0;_<m;_++)v[_]=arguments[_];return s&&s[0]===v[0]&&!r.context?(i.logger.warn(`It seems you are nesting recursively key: ${v[0]} in key: ${n[0]}`),null):i.translate(...v,n)},r)),r.interpolation&&this.interpolator.reset()}const l=r.postProcess||this.options.postProcess,u=typeof l=="string"?[l]:l;return t!=null&&u&&u.length&&r.applyPostProcessor!==!1&&(t=Pi.handle(u,t,n,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...a,usedParams:this.getUsedParamsDetails(r)},...r}:r,this)),t}resolve(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r,a,s,i,l;return typeof t=="string"&&(t=[t]),t.forEach(u=>{if(this.isValidLookup(r))return;const c=this.extractFromKey(u,n),d=c.key;a=d;let h=c.namespaces;this.options.fallbackNS&&(h=h.concat(this.options.fallbackNS));const m=n.count!==void 0&&typeof n.count!="string",v=m&&!n.ordinal&&n.count===0&&this.pluralResolver.shouldUseIntlApi(),_=n.context!==void 0&&(typeof n.context=="string"||typeof n.context=="number")&&n.context!=="",y=n.lngs?n.lngs:this.languageUtils.toResolveHierarchy(n.lng||this.language,n.fallbackLng);h.forEach(g=>{this.isValidLookup(r)||(l=g,!Qo[`${y[0]}-${g}`]&&this.utils&&this.utils.hasLoadedNamespace&&!this.utils.hasLoadedNamespace(l)&&(Qo[`${y[0]}-${g}`]=!0,this.logger.warn(`key "${a}" for languages "${y.join(", ")}" won't get resolved as namespace "${l}" 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!!!")),y.forEach(x=>{if(this.isValidLookup(r))return;i=x;const j=[d];if(this.i18nFormat&&this.i18nFormat.addLookupKeys)this.i18nFormat.addLookupKeys(j,d,x,g,n);else{let L;m&&(L=this.pluralResolver.getSuffix(x,n.count,n));const R=`${this.options.pluralSeparator}zero`,P=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(m&&(j.push(d+L),n.ordinal&&L.indexOf(P)===0&&j.push(d+L.replace(P,this.options.pluralSeparator)),v&&j.push(d+R)),_){const T=`${d}${this.options.contextSeparator}${n.context}`;j.push(T),m&&(j.push(T+L),n.ordinal&&L.indexOf(P)===0&&j.push(T+L.replace(P,this.options.pluralSeparator)),v&&j.push(T+R))}}let C;for(;C=j.pop();)this.isValidLookup(r)||(s=C,r=this.getResource(x,g,C,n))}))})}),{res:r,usedKey:a,exactUsedKey:s,usedLng:i,usedNS:l}}isValidLookup(t){return t!==void 0&&!(!this.options.returnNull&&t===null)&&!(!this.options.returnEmptyString&&t==="")}getResource(t,n,r){let a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(t,n,r,a):this.resourceStore.getResource(t,n,r,a)}getUsedParamsDetails(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const n=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],r=t.replace&&typeof t.replace!="string";let a=r?t.replace:t;if(r&&typeof t.count<"u"&&(a.count=t.count),this.options.interpolation.defaultVariables&&(a={...this.options.interpolation.defaultVariables,...a}),!r){a={...a};for(const s of n)delete a[s]}return a}static hasDefaultValue(t){const n="defaultValue";for(const r in t)if(Object.prototype.hasOwnProperty.call(t,r)&&n===r.substring(0,n.length)&&t[r]!==void 0)return!0;return!1}}const Ca=e=>e.charAt(0).toUpperCase()+e.slice(1);class es{constructor(t){this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=ft.create("languageUtils")}getScriptPartFromCode(t){if(t=Ln(t),!t||t.indexOf("-")<0)return null;const n=t.split("-");return n.length===2||(n.pop(),n[n.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(n.join("-"))}getLanguagePartFromCode(t){if(t=Ln(t),!t||t.indexOf("-")<0)return t;const n=t.split("-");return this.formatLanguageCode(n[0])}formatLanguageCode(t){if(typeof t=="string"&&t.indexOf("-")>-1){const n=["hans","hant","latn","cyrl","cans","mong","arab"];let r=t.split("-");return this.options.lowerCaseLng?r=r.map(a=>a.toLowerCase()):r.length===2?(r[0]=r[0].toLowerCase(),r[1]=r[1].toUpperCase(),n.indexOf(r[1].toLowerCase())>-1&&(r[1]=Ca(r[1].toLowerCase()))):r.length===3&&(r[0]=r[0].toLowerCase(),r[1].length===2&&(r[1]=r[1].toUpperCase()),r[0]!=="sgn"&&r[2].length===2&&(r[2]=r[2].toUpperCase()),n.indexOf(r[1].toLowerCase())>-1&&(r[1]=Ca(r[1].toLowerCase())),n.indexOf(r[2].toLowerCase())>-1&&(r[2]=Ca(r[2].toLowerCase()))),r.join("-")}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 n;return t.forEach(r=>{if(n)return;const a=this.formatLanguageCode(r);(!this.options.supportedLngs||this.isSupportedCode(a))&&(n=a)}),!n&&this.options.supportedLngs&&t.forEach(r=>{if(n)return;const a=this.getLanguagePartFromCode(r);if(this.isSupportedCode(a))return n=a;n=this.options.supportedLngs.find(s=>{if(s===a)return s;if(!(s.indexOf("-")<0&&a.indexOf("-")<0)&&(s.indexOf("-")>0&&a.indexOf("-")<0&&s.substring(0,s.indexOf("-"))===a||s.indexOf(a)===0&&a.length>1))return s})}),n||(n=this.getFallbackCodes(this.options.fallbackLng)[0]),n}getFallbackCodes(t,n){if(!t)return[];if(typeof t=="function"&&(t=t(n)),typeof t=="string"&&(t=[t]),Array.isArray(t))return t;if(!n)return t.default||[];let r=t[n];return r||(r=t[this.getScriptPartFromCode(n)]),r||(r=t[this.formatLanguageCode(n)]),r||(r=t[this.getLanguagePartFromCode(n)]),r||(r=t.default),r||[]}toResolveHierarchy(t,n){const r=this.getFallbackCodes(n||this.options.fallbackLng||[],t),a=[],s=i=>{i&&(this.isSupportedCode(i)?a.push(i):this.logger.warn(`rejecting language code not found in supportedLngs: ${i}`))};return typeof t=="string"&&(t.indexOf("-")>-1||t.indexOf("_")>-1)?(this.options.load!=="languageOnly"&&s(this.formatLanguageCode(t)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&s(this.getScriptPartFromCode(t)),this.options.load!=="currentOnly"&&s(this.getLanguagePartFromCode(t))):typeof t=="string"&&s(this.formatLanguageCode(t)),r.forEach(i=>{a.indexOf(i)<0&&s(this.formatLanguageCode(i))}),a}}let ac=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],oc={1:e=>+(e>1),2:e=>+(e!=1),3:e=>0,4:e=>e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2,5:e=>e==0?0:e==1?1:e==2?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5,6:e=>e==1?0:e>=2&&e<=4?1:2,7:e=>e==1?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2,8:e=>e==1?0:e==2?1:e!=8&&e!=11?2:3,9:e=>+(e>=2),10:e=>e==1?0:e==2?1:e<7?2:e<11?3:4,11:e=>e==1||e==11?0:e==2||e==12?1:e>2&&e<20?2:3,12:e=>+(e%10!=1||e%100==11),13:e=>+(e!==0),14:e=>e==1?0:e==2?1:e==3?2:3,15:e=>e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2,16:e=>e%10==1&&e%100!=11?0:e!==0?1:2,17:e=>e==1||e%10==1&&e%100!=11?0:1,18:e=>e==0?0:e==1?1:2,19:e=>e==1?0:e==0||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3,20:e=>e==1?0:e==0||e%100>0&&e%100<20?1:2,21:e=>e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0,22:e=>e==1?0:e==2?1:(e<0||e>10)&&e%10==0?2:3};const sc=["v1","v2","v3"],ic=["v4"],ts={zero:0,one:1,two:2,few:3,many:4,other:5},lc=()=>{const e={};return ac.forEach(t=>{t.lngs.forEach(n=>{e[n]={numbers:t.nr,plurals:oc[t.fc]}})}),e};class uc{constructor(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.languageUtils=t,this.options=n,this.logger=ft.create("pluralResolver"),(!this.options.compatibilityJSON||ic.includes(this.options.compatibilityJSON))&&(typeof Intl>"u"||!Intl.PluralRules)&&(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=lc()}addRule(t,n){this.rules[t]=n}getRule(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(Ln(t==="dev"?"en":t),{type:n.ordinal?"ordinal":"cardinal"})}catch{return}return this.rules[t]||this.rules[this.languageUtils.getLanguagePartFromCode(t)]}needsPlural(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const r=this.getRule(t,n);return this.shouldUseIntlApi()?r&&r.resolvedOptions().pluralCategories.length>1:r&&r.numbers.length>1}getPluralFormsOfKey(t,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(t,r).map(a=>`${n}${a}`)}getSuffixes(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const r=this.getRule(t,n);return r?this.shouldUseIntlApi()?r.resolvedOptions().pluralCategories.sort((a,s)=>ts[a]-ts[s]).map(a=>`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${a}`):r.numbers.map(a=>this.getSuffix(t,a,n)):[]}getSuffix(t,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const a=this.getRule(t,r);return a?this.shouldUseIntlApi()?`${this.options.prepend}${r.ordinal?`ordinal${this.options.prepend}`:""}${a.select(n)}`:this.getSuffixRetroCompatible(a,n):(this.logger.warn(`no plural rule found for: ${t}`),"")}getSuffixRetroCompatible(t,n){const r=t.noAbs?t.plurals(n):t.plurals(Math.abs(n));let a=t.numbers[r];this.options.simplifyPluralSuffix&&t.numbers.length===2&&t.numbers[0]===1&&(a===2?a="plural":a===1&&(a=""));const s=()=>this.options.prepend&&a.toString()?this.options.prepend+a.toString():a.toString();return this.options.compatibilityJSON==="v1"?a===1?"":typeof a=="number"?`_plural_${a.toString()}`:s():this.options.compatibilityJSON==="v2"||this.options.simplifyPluralSuffix&&t.numbers.length===2&&t.numbers[0]===1?s():this.options.prepend&&r.toString()?this.options.prepend+r.toString():r.toString()}shouldUseIntlApi(){return!sc.includes(this.options.compatibilityJSON)}}const rs=function(e,t,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:".",a=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,s=Yu(e,t,n);return!s&&a&&typeof n=="string"&&(s=za(e,n,r),s===void 0&&(s=za(t,n,r))),s},Aa=e=>e.replace(/\$/g,"$$$$");class cc{constructor(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=ft.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||(n=>n),this.init(t)}init(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};t.interpolation||(t.interpolation={escapeValue:!0});const{escape:n,escapeValue:r,useRawValueToEscape:a,prefix:s,prefixEscaped:i,suffix:l,suffixEscaped:u,formatSeparator:c,unescapeSuffix:d,unescapePrefix:h,nestingPrefix:m,nestingPrefixEscaped:v,nestingSuffix:_,nestingSuffixEscaped:y,nestingOptionsSeparator:g,maxReplaces:x,alwaysFormat:j}=t.interpolation;this.escape=n!==void 0?n:Qu,this.escapeValue=r!==void 0?r:!0,this.useRawValueToEscape=a!==void 0?a:!1,this.prefix=s?sr(s):i||"{{",this.suffix=l?sr(l):u||"}}",this.formatSeparator=c||",",this.unescapePrefix=d?"":h||"-",this.unescapeSuffix=this.unescapePrefix?"":d||"",this.nestingPrefix=m?sr(m):v||sr("$t("),this.nestingSuffix=_?sr(_):y||sr(")"),this.nestingOptionsSeparator=g||",",this.maxReplaces=x||1e3,this.alwaysFormat=j!==void 0?j:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const t=(n,r)=>n&&n.source===r?(n.lastIndex=0,n):new RegExp(r,"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,n,r,a){let s,i,l;const u=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},c=v=>{if(v.indexOf(this.formatSeparator)<0){const x=rs(n,u,v,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(x,void 0,r,{...a,...n,interpolationkey:v}):x}const _=v.split(this.formatSeparator),y=_.shift().trim(),g=_.join(this.formatSeparator).trim();return this.format(rs(n,u,y,this.options.keySeparator,this.options.ignoreJSONStructure),g,r,{...a,...n,interpolationkey:y})};this.resetRegExp();const d=a&&a.missingInterpolationHandler||this.options.missingInterpolationHandler,h=a&&a.interpolation&&a.interpolation.skipOnVariables!==void 0?a.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:v=>Aa(v)},{regex:this.regexp,safeValue:v=>this.escapeValue?Aa(this.escape(v)):Aa(v)}].forEach(v=>{for(l=0;s=v.regex.exec(t);){const _=s[1].trim();if(i=c(_),i===void 0)if(typeof d=="function"){const g=d(t,s,a);i=typeof g=="string"?g:""}else if(a&&Object.prototype.hasOwnProperty.call(a,_))i="";else if(h){i=s[0];continue}else this.logger.warn(`missed to pass in variable ${_} for interpolating ${t}`),i="";else typeof i!="string"&&!this.useRawValueToEscape&&(i=Ho(i));const y=v.safeValue(i);if(t=t.replace(s[0],y),h?(v.regex.lastIndex+=i.length,v.regex.lastIndex-=s[0].length):v.regex.lastIndex=0,l++,l>=this.maxReplaces)break}}),t}nest(t,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a,s,i;const l=(u,c)=>{const d=this.nestingOptionsSeparator;if(u.indexOf(d)<0)return u;const h=u.split(new RegExp(`${d}[ ]*{`));let m=`{${h[1]}`;u=h[0],m=this.interpolate(m,i);const v=m.match(/'/g),_=m.match(/"/g);(v&&v.length%2===0&&!_||_.length%2!==0)&&(m=m.replace(/'/g,'"'));try{i=JSON.parse(m),c&&(i={...c,...i})}catch(y){return this.logger.warn(`failed parsing options string in nesting for key ${u}`,y),`${u}${d}${m}`}return i.defaultValue&&i.defaultValue.indexOf(this.prefix)>-1&&delete i.defaultValue,u};for(;a=this.nestingRegexp.exec(t);){let u=[];i={...r},i=i.replace&&typeof i.replace!="string"?i.replace:i,i.applyPostProcessor=!1,delete i.defaultValue;let c=!1;if(a[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(a[1])){const d=a[1].split(this.formatSeparator).map(h=>h.trim());a[1]=d.shift(),u=d,c=!0}if(s=n(l.call(this,a[1].trim(),i),i),s&&a[0]===t&&typeof s!="string")return s;typeof s!="string"&&(s=Ho(s)),s||(this.logger.warn(`missed to resolve ${a[1]} for nesting ${t}`),s=""),c&&(s=u.reduce((d,h)=>this.format(d,h,r.lng,{...r,interpolationkey:a[1].trim()}),s.trim())),t=t.replace(a[0],s),this.regexp.lastIndex=0}return t}}const dc=e=>{let t=e.toLowerCase().trim();const n={};if(e.indexOf("(")>-1){const r=e.split("(");t=r[0].toLowerCase().trim();const a=r[1].substring(0,r[1].length-1);t==="currency"&&a.indexOf(":")<0?n.currency||(n.currency=a.trim()):t==="relativetime"&&a.indexOf(":")<0?n.range||(n.range=a.trim()):a.split(";").forEach(i=>{if(i){const[l,...u]=i.split(":"),c=u.join(":").trim().replace(/^'+|'+$/g,""),d=l.trim();n[d]||(n[d]=c),c==="false"&&(n[d]=!1),c==="true"&&(n[d]=!0),isNaN(c)||(n[d]=parseInt(c,10))}})}return{formatName:t,formatOptions:n}},ir=e=>{const t={};return(n,r,a)=>{let s=a;a&&a.interpolationkey&&a.formatParams&&a.formatParams[a.interpolationkey]&&a[a.interpolationkey]&&(s={formatParams:{[a.interpolationkey]:a.formatParams[a.interpolationkey]},interpolationKey:a.interpolationkey});const i=r+JSON.stringify(s);let l=t[i];return l||(l=e(Ln(r),a),t[i]=l),l(n)}};class mc{constructor(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=ft.create("formatter"),this.options=t,this.formats={number:ir((n,r)=>{const a=new Intl.NumberFormat(n,{...r});return s=>a.format(s)}),currency:ir((n,r)=>{const a=new Intl.NumberFormat(n,{...r,style:"currency"});return s=>a.format(s)}),datetime:ir((n,r)=>{const a=new Intl.DateTimeFormat(n,{...r});return s=>a.format(s)}),relativetime:ir((n,r)=>{const a=new Intl.RelativeTimeFormat(n,{...r});return s=>a.format(s,r.range||"day")}),list:ir((n,r)=>{const a=new Intl.ListFormat(n,{...r});return s=>a.format(s)})},this.init(t)}init(t){const r=(arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}}).interpolation;this.formatSeparator=r.formatSeparator?r.formatSeparator:r.formatSeparator||","}add(t,n){this.formats[t.toLowerCase().trim()]=n}addCached(t,n){this.formats[t.toLowerCase().trim()]=ir(n)}format(t,n,r){let a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const s=n.split(this.formatSeparator);if(s.length>1&&s[0].indexOf("(")>1&&s[0].indexOf(")")<0&&s.find(l=>l.indexOf(")")>-1)){const l=s.findIndex(u=>u.indexOf(")")>-1);s[0]=[s[0],...s.splice(1,l)].join(this.formatSeparator)}return s.reduce((l,u)=>{const{formatName:c,formatOptions:d}=dc(u);if(this.formats[c]){let h=l;try{const m=a&&a.formatParams&&a.formatParams[a.interpolationkey]||{},v=m.locale||m.lng||a.locale||a.lng||r;h=this.formats[c](l,v,{...d,...a,...m})}catch(m){this.logger.warn(m)}return h}else this.logger.warn(`there was no format function for ${c}`);return l},t)}}const hc=(e,t)=>{e.pending[t]!==void 0&&(delete e.pending[t],e.pendingCount--)};class fc extends Kn{constructor(t,n,r){let a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};super(),this.backend=t,this.store=n,this.services=r,this.languageUtils=r.languageUtils,this.options=a,this.logger=ft.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=a.maxParallelReads||10,this.readingCalls=0,this.maxRetries=a.maxRetries>=0?a.maxRetries:5,this.retryTimeout=a.retryTimeout>=1?a.retryTimeout:350,this.state={},this.queue=[],this.backend&&this.backend.init&&this.backend.init(r,a.backend,a)}queueLoad(t,n,r,a){const s={},i={},l={},u={};return t.forEach(c=>{let d=!0;n.forEach(h=>{const m=`${c}|${h}`;!r.reload&&this.store.hasResourceBundle(c,h)?this.state[m]=2:this.state[m]<0||(this.state[m]===1?i[m]===void 0&&(i[m]=!0):(this.state[m]=1,d=!1,i[m]===void 0&&(i[m]=!0),s[m]===void 0&&(s[m]=!0),u[h]===void 0&&(u[h]=!0)))}),d||(l[c]=!0)}),(Object.keys(s).length||Object.keys(i).length)&&this.queue.push({pending:i,pendingCount:Object.keys(i).length,loaded:{},errors:[],callback:a}),{toLoad:Object.keys(s),pending:Object.keys(i),toLoadLanguages:Object.keys(l),toLoadNamespaces:Object.keys(u)}}loaded(t,n,r){const a=t.split("|"),s=a[0],i=a[1];n&&this.emit("failedLoading",s,i,n),r&&this.store.addResourceBundle(s,i,r,void 0,void 0,{skipCopy:!0}),this.state[t]=n?-1:2;const l={};this.queue.forEach(u=>{Xu(u.loaded,[s],i),hc(u,t),n&&u.errors.push(n),u.pendingCount===0&&!u.done&&(Object.keys(u.loaded).forEach(c=>{l[c]||(l[c]={});const d=u.loaded[c];d.length&&d.forEach(h=>{l[c][h]===void 0&&(l[c][h]=!0)})}),u.done=!0,u.errors.length?u.callback(u.errors):u.callback())}),this.emit("loaded",l),this.queue=this.queue.filter(u=>!u.done)}read(t,n,r){let a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:this.retryTimeout,i=arguments.length>5?arguments[5]:void 0;if(!t.length)return i(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:t,ns:n,fcName:r,tried:a,wait:s,callback:i});return}this.readingCalls++;const l=(c,d)=>{if(this.readingCalls--,this.waitingReads.length>0){const h=this.waitingReads.shift();this.read(h.lng,h.ns,h.fcName,h.tried,h.wait,h.callback)}if(c&&d&&a<this.maxRetries){setTimeout(()=>{this.read.call(this,t,n,r,a+1,s*2,i)},s);return}i(c,d)},u=this.backend[r].bind(this.backend);if(u.length===2){try{const c=u(t,n);c&&typeof c.then=="function"?c.then(d=>l(null,d)).catch(l):l(null,c)}catch(c){l(c)}return}return u(t,n,l)}prepareLoading(t,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=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."),a&&a();typeof t=="string"&&(t=this.languageUtils.toResolveHierarchy(t)),typeof n=="string"&&(n=[n]);const s=this.queueLoad(t,n,r,a);if(!s.toLoad.length)return s.pending.length||a(),null;s.toLoad.forEach(i=>{this.loadOne(i)})}load(t,n,r){this.prepareLoading(t,n,{},r)}reload(t,n,r){this.prepareLoading(t,n,{reload:!0},r)}loadOne(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const r=t.split("|"),a=r[0],s=r[1];this.read(a,s,"read",void 0,void 0,(i,l)=>{i&&this.logger.warn(`${n}loading namespace ${s} for language ${a} failed`,i),!i&&l&&this.logger.log(`${n}loaded namespace ${s} for language ${a}`,l),this.loaded(t,i,l)})}saveMissing(t,n,r,a,s){let i=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},l=arguments.length>6&&arguments[6]!==void 0?arguments[6]:()=>{};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(n)){this.logger.warn(`did not save key "${r}" as the namespace "${n}" 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(!(r==null||r==="")){if(this.backend&&this.backend.create){const u={...i,isUpdate:s},c=this.backend.create.bind(this.backend);if(c.length<6)try{let d;c.length===5?d=c(t,n,r,a,u):d=c(t,n,r,a),d&&typeof d.then=="function"?d.then(h=>l(null,h)).catch(l):l(null,d)}catch(d){l(d)}else c(t,n,r,a,l,u)}!t||!t[0]||this.store.addResource(t[0],n,r,a)}}}const ns=()=>({debug:!1,initImmediate:!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]),typeof e[1]=="string"&&(t.defaultValue=e[1]),typeof e[2]=="string"&&(t.tDescription=e[2]),typeof e[2]=="object"||typeof e[3]=="object"){const n=e[3]||e[2];Object.keys(n).forEach(r=>{t[r]=n[r]})}return t},interpolation:{escapeValue:!0,format:e=>e,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),as=e=>(typeof e.ns=="string"&&(e.ns=[e.ns]),typeof e.fallbackLng=="string"&&(e.fallbackLng=[e.fallbackLng]),typeof e.fallbackNS=="string"&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e),hn=()=>{},pc=e=>{Object.getOwnPropertyNames(Object.getPrototypeOf(e)).forEach(n=>{typeof e[n]=="function"&&(e[n]=e[n].bind(e))})};class zr extends Kn{constructor(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;if(super(),this.options=as(t),this.services={},this.logger=ft,this.modules={external:[]},pc(this),n&&!this.isInitialized&&!t.isClone){if(!this.options.initImmediate)return this.init(t,n),this;setTimeout(()=>{this.init(t,n)},0)}}init(){var t=this;let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,typeof n=="function"&&(r=n,n={}),!n.defaultNS&&n.defaultNS!==!1&&n.ns&&(typeof n.ns=="string"?n.defaultNS=n.ns:n.ns.indexOf("translation")<0&&(n.defaultNS=n.ns[0]));const a=ns();this.options={...a,...this.options,...as(n)},this.options.compatibilityAPI!=="v1"&&(this.options.interpolation={...a.interpolation,...this.options.interpolation}),n.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=n.keySeparator),n.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=n.nsSeparator);const s=d=>d?typeof d=="function"?new d:d:null;if(!this.options.isClone){this.modules.logger?ft.init(s(this.modules.logger),this.options):ft.init(null,this.options);let d;this.modules.formatter?d=this.modules.formatter:typeof Intl<"u"&&(d=mc);const h=new es(this.options);this.store=new Zo(this.options.resources,this.options);const m=this.services;m.logger=ft,m.resourceStore=this.store,m.languageUtils=h,m.pluralResolver=new uc(h,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),d&&(!this.options.interpolation.format||this.options.interpolation.format===a.interpolation.format)&&(m.formatter=s(d),m.formatter.init(m,this.options),this.options.interpolation.format=m.formatter.format.bind(m.formatter)),m.interpolator=new cc(this.options),m.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},m.backendConnector=new fc(s(this.modules.backend),m.resourceStore,m,this.options),m.backendConnector.on("*",function(v){for(var _=arguments.length,y=new Array(_>1?_-1:0),g=1;g<_;g++)y[g-1]=arguments[g];t.emit(v,...y)}),this.modules.languageDetector&&(m.languageDetector=s(this.modules.languageDetector),m.languageDetector.init&&m.languageDetector.init(m,this.options.detection,this.options)),this.modules.i18nFormat&&(m.i18nFormat=s(this.modules.i18nFormat),m.i18nFormat.init&&m.i18nFormat.init(this)),this.translator=new $n(this.services,this.options),this.translator.on("*",function(v){for(var _=arguments.length,y=new Array(_>1?_-1:0),g=1;g<_;g++)y[g-1]=arguments[g];t.emit(v,...y)}),this.modules.external.forEach(v=>{v.init&&v.init(this)})}if(this.format=this.options.interpolation.format,r||(r=hn),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 u=$r(),c=()=>{const d=(h,m)=>{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),u.resolve(m),r(h,m)};if(this.languages&&this.options.compatibilityAPI!=="v1"&&!this.isInitialized)return d(null,this.t.bind(this));this.changeLanguage(this.options.lng,d)};return this.options.resources||!this.options.initImmediate?c():setTimeout(c,0),u}loadResources(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:hn;const a=typeof t=="string"?t:this.language;if(typeof t=="function"&&(r=t),!this.options.resources||this.options.partialBundledLanguages){if(a&&a.toLowerCase()==="cimode"&&(!this.options.preload||this.options.preload.length===0))return r();const s=[],i=l=>{if(!l||l==="cimode")return;this.services.languageUtils.toResolveHierarchy(l).forEach(c=>{c!=="cimode"&&s.indexOf(c)<0&&s.push(c)})};a?i(a):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(u=>i(u)),this.options.preload&&this.options.preload.forEach(l=>i(l)),this.services.backendConnector.load(s,this.options.ns,l=>{!l&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),r(l)})}else r(null)}reloadResources(t,n,r){const a=$r();return t||(t=this.languages),n||(n=this.options.ns),r||(r=hn),this.services.backendConnector.reload(t,n,s=>{a.resolve(),r(s)}),a}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"&&Pi.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 n=0;n<this.languages.length;n++){const r=this.languages[n];if(!(["cimode","dev"].indexOf(r)>-1)&&this.store.hasLanguageSomeTranslations(r)){this.resolvedLanguage=r;break}}}changeLanguage(t,n){var r=this;this.isLanguageChangingTo=t;const a=$r();this.emit("languageChanging",t);const s=u=>{this.language=u,this.languages=this.services.languageUtils.toResolveHierarchy(u),this.resolvedLanguage=void 0,this.setResolvedLanguage(u)},i=(u,c)=>{c?(s(c),this.translator.changeLanguage(c),this.isLanguageChangingTo=void 0,this.emit("languageChanged",c),this.logger.log("languageChanged",c)):this.isLanguageChangingTo=void 0,a.resolve(function(){return r.t(...arguments)}),n&&n(u,function(){return r.t(...arguments)})},l=u=>{!t&&!u&&this.services.languageDetector&&(u=[]);const c=typeof u=="string"?u:this.services.languageUtils.getBestMatchFromCodes(u);c&&(this.language||s(c),this.translator.language||this.translator.changeLanguage(c),this.services.languageDetector&&this.services.languageDetector.cacheUserLanguage&&this.services.languageDetector.cacheUserLanguage(c)),this.loadResources(c,d=>{i(d,c)})};return!t&&this.services.languageDetector&&!this.services.languageDetector.async?l(this.services.languageDetector.detect()):!t&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(l):this.services.languageDetector.detect(l):l(t),a}getFixedT(t,n,r){var a=this;const s=function(i,l){let u;if(typeof l!="object"){for(var c=arguments.length,d=new Array(c>2?c-2:0),h=2;h<c;h++)d[h-2]=arguments[h];u=a.options.overloadTranslationOptionHandler([i,l].concat(d))}else u={...l};u.lng=u.lng||s.lng,u.lngs=u.lngs||s.lngs,u.ns=u.ns||s.ns,u.keyPrefix!==""&&(u.keyPrefix=u.keyPrefix||r||s.keyPrefix);const m=a.options.keySeparator||".";let v;return u.keyPrefix&&Array.isArray(i)?v=i.map(_=>`${u.keyPrefix}${m}${_}`):v=u.keyPrefix?`${u.keyPrefix}${m}${i}`:i,a.t(v,u)};return typeof t=="string"?s.lng=t:s.lngs=t,s.ns=n,s.keyPrefix=r,s}t(){return this.translator&&this.translator.translate(...arguments)}exists(){return this.translator&&this.translator.exists(...arguments)}setDefaultNamespace(t){this.options.defaultNS=t}hasLoadedNamespace(t){let n=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 r=n.lng||this.resolvedLanguage||this.languages[0],a=this.options?this.options.fallbackLng:!1,s=this.languages[this.languages.length-1];if(r.toLowerCase()==="cimode")return!0;const i=(l,u)=>{const c=this.services.backendConnector.state[`${l}|${u}`];return c===-1||c===2};if(n.precheck){const l=n.precheck(this,i);if(l!==void 0)return l}return!!(this.hasResourceBundle(r,t)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||i(r,t)&&(!a||i(s,t)))}loadNamespaces(t,n){const r=$r();return this.options.ns?(typeof t=="string"&&(t=[t]),t.forEach(a=>{this.options.ns.indexOf(a)<0&&this.options.ns.push(a)}),this.loadResources(a=>{r.resolve(),n&&n(a)}),r):(n&&n(),Promise.resolve())}loadLanguages(t,n){const r=$r();typeof t=="string"&&(t=[t]);const a=this.options.preload||[],s=t.filter(i=>a.indexOf(i)<0&&this.services.languageUtils.isSupportedCode(i));return s.length?(this.options.preload=a.concat(s),this.loadResources(i=>{r.resolve(),n&&n(i)}),r):(n&&n(),Promise.resolve())}dir(t){if(t||(t=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!t)return"rtl";const n=["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"],r=this.services&&this.services.languageUtils||new es(ns());return n.indexOf(r.getLanguagePartFromCode(t))>-1||t.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;return new zr(t,n)}cloneInstance(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:hn;const r=t.forkResourceStore;r&&delete t.forkResourceStore;const a={...this.options,...t,isClone:!0},s=new zr(a);return(t.debug!==void 0||t.prefix!==void 0)&&(s.logger=s.logger.clone(t)),["store","services","language"].forEach(l=>{s[l]=this[l]}),s.services={...this.services},s.services.utils={hasLoadedNamespace:s.hasLoadedNamespace.bind(s)},r&&(s.store=new Zo(this.store.data,a),s.services.resourceStore=s.store),s.translator=new $n(s.services,a),s.translator.on("*",function(l){for(var u=arguments.length,c=new Array(u>1?u-1:0),d=1;d<u;d++)c[d-1]=arguments[d];s.emit(l,...c)}),s.init(a,n),s.translator.options=a,s.translator.backendConnector.services.utils={hasLoadedNamespace:s.hasLoadedNamespace.bind(s)},s}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const Oe=zr.createInstance();Oe.createInstance=zr.createInstance;Oe.createInstance;Oe.dir;Oe.init;Oe.loadResources;Oe.reloadResources;Oe.use;Oe.changeLanguage;Oe.getFixedT;Oe.t;Oe.exists;Oe.setDefaultNamespace;Oe.hasLoadedNamespace;Oe.loadNamespaces;Oe.loadLanguages;const gc={"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.Activate.bt":"Jogging activieren","Jogging.Activating.lb":"Jogging wird aktivieren","Jogging.JointLimitsReached.lb":"Joint-Limit für Joint {{jointNumbers}} erreicht"},yc={"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.Activate.bt":"Activate jogging","Jogging.Activating.lb":"Activating jogging","Jogging.JointLimitsReached.lb":"Joint limit reached for joint {{jointNumbers}}"},Ti=Oe.createInstance();Ti.use(Du).init({supportedLngs:["en","de"],resources:{en:{translations:yc},de:{translations:gc}},ns:["translations"],defaultNS:"translations"});function Qr(e){return n=>o.jsx(_c,{children:o.jsx(e,{...n})})}const _c=({children:e})=>o.jsx(Ft.I18nextProvider,{i18n:Ti,children:e});function Oi(e,t){return function(){return e.apply(t,arguments)}}const{toString:vc}=Object.prototype,{getPrototypeOf:_o}=Object,Hn=(e=>t=>{const n=vc.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),it=e=>(e=e.toLowerCase(),t=>Hn(t)===e),qn=e=>t=>typeof t===e,{isArray:br}=Array,Wr=qn("undefined");function bc(e){return e!==null&&!Wr(e)&&e.constructor!==null&&!Wr(e.constructor)&&ze(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Mi=it("ArrayBuffer");function Sc(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Mi(e.buffer),t}const xc=qn("string"),ze=qn("function"),Ii=qn("number"),Xn=e=>e!==null&&typeof e=="object",wc=e=>e===!0||e===!1,wn=e=>{if(Hn(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)},jc=it("Date"),Rc=it("File"),Cc=it("Blob"),Ac=it("FileList"),Pc=e=>Xn(e)&&ze(e.pipe),Tc=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||ze(e.append)&&((t=Hn(e))==="formdata"||t==="object"&&ze(e.toString)&&e.toString()==="[object FormData]"))},Oc=it("URLSearchParams"),[Mc,Ic,Ec,kc]=["ReadableStream","Request","Response","Headers"].map(it),Lc=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function en(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,a;if(typeof e!="object"&&(e=[e]),br(e))for(r=0,a=e.length;r<a;r++)t.call(null,e[r],r,e);else{const s=n?Object.getOwnPropertyNames(e):Object.keys(e),i=s.length;let l;for(r=0;r<i;r++)l=s[r],t.call(null,e[l],l,e)}}function Ei(e,t){t=t.toLowerCase();const n=Object.keys(e);let r=n.length,a;for(;r-- >0;)if(a=n[r],t===a.toLowerCase())return a;return null}const zt=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,ki=e=>!Wr(e)&&e!==zt;function Wa(){const{caseless:e}=ki(this)&&this||{},t={},n=(r,a)=>{const s=e&&Ei(t,a)||a;wn(t[s])&&wn(r)?t[s]=Wa(t[s],r):wn(r)?t[s]=Wa({},r):br(r)?t[s]=r.slice():t[s]=r};for(let r=0,a=arguments.length;r<a;r++)arguments[r]&&en(arguments[r],n);return t}const $c=(e,t,n,{allOwnKeys:r}={})=>(en(t,(a,s)=>{n&&ze(a)?e[s]=Oi(a,n):e[s]=a},{allOwnKeys:r}),e),Nc=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Fc=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},Dc=(e,t,n,r)=>{let a,s,i;const l={};if(t=t||{},e==null)return t;do{for(a=Object.getOwnPropertyNames(e),s=a.length;s-- >0;)i=a[s],(!r||r(i,e,t))&&!l[i]&&(t[i]=e[i],l[i]=!0);e=n!==!1&&_o(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},Bc=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},Uc=e=>{if(!e)return null;if(br(e))return e;let t=e.length;if(!Ii(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},Jc=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&_o(Uint8Array)),Vc=(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let a;for(;(a=r.next())&&!a.done;){const s=a.value;t.call(e,s[0],s[1])}},Gc=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},zc=it("HTMLFormElement"),Wc=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,a){return r.toUpperCase()+a}),os=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),Kc=it("RegExp"),Li=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};en(n,(a,s)=>{let i;(i=t(a,s,e))!==!1&&(r[s]=i||a)}),Object.defineProperties(e,r)},Hc=e=>{Li(e,(t,n)=>{if(ze(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(ze(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},qc=(e,t)=>{const n={},r=a=>{a.forEach(s=>{n[s]=!0})};return br(e)?r(e):r(String(e).split(t)),n},Xc=()=>{},Yc=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,Pa="abcdefghijklmnopqrstuvwxyz",ss="0123456789",$i={DIGIT:ss,ALPHA:Pa,ALPHA_DIGIT:Pa+Pa.toUpperCase()+ss},Zc=(e=16,t=$i.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function Qc(e){return!!(e&&ze(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const ed=e=>{const t=new Array(10),n=(r,a)=>{if(Xn(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[a]=r;const s=br(r)?[]:{};return en(r,(i,l)=>{const u=n(i,a+1);!Wr(u)&&(s[l]=u)}),t[a]=void 0,s}}return r};return n(e,0)},td=it("AsyncFunction"),rd=e=>e&&(Xn(e)||ze(e))&&ze(e.then)&&ze(e.catch),Ni=((e,t)=>e?setImmediate:t?((n,r)=>(zt.addEventListener("message",({source:a,data:s})=>{a===zt&&s===n&&r.length&&r.shift()()},!1),a=>{r.push(a),zt.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",ze(zt.postMessage)),nd=typeof queueMicrotask<"u"?queueMicrotask.bind(zt):typeof process<"u"&&process.nextTick||Ni,S={isArray:br,isArrayBuffer:Mi,isBuffer:bc,isFormData:Tc,isArrayBufferView:Sc,isString:xc,isNumber:Ii,isBoolean:wc,isObject:Xn,isPlainObject:wn,isReadableStream:Mc,isRequest:Ic,isResponse:Ec,isHeaders:kc,isUndefined:Wr,isDate:jc,isFile:Rc,isBlob:Cc,isRegExp:Kc,isFunction:ze,isStream:Pc,isURLSearchParams:Oc,isTypedArray:Jc,isFileList:Ac,forEach:en,merge:Wa,extend:$c,trim:Lc,stripBOM:Nc,inherits:Fc,toFlatObject:Dc,kindOf:Hn,kindOfTest:it,endsWith:Bc,toArray:Uc,forEachEntry:Vc,matchAll:Gc,isHTMLForm:zc,hasOwnProperty:os,hasOwnProp:os,reduceDescriptors:Li,freezeMethods:Hc,toObjectSet:qc,toCamelCase:Wc,noop:Xc,toFiniteNumber:Yc,findKey:Ei,global:zt,isContextDefined:ki,ALPHABET:$i,generateString:Zc,isSpecCompliantForm:Qc,toJSONObject:ed,isAsyncFn:td,isThenable:rd,setImmediate:Ni,asap:nd};function J(e,t,n,r,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),a&&(this.response=a)}S.inherits(J,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:S.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Fi=J.prototype,Di={};["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=>{Di[e]={value:e}});Object.defineProperties(J,Di);Object.defineProperty(Fi,"isAxiosError",{value:!0});J.from=(e,t,n,r,a,s)=>{const i=Object.create(Fi);return S.toFlatObject(e,i,function(u){return u!==Error.prototype},l=>l!=="isAxiosError"),J.call(i,e.message,t,n,r,a),i.cause=e,i.name=e.name,s&&Object.assign(i,s),i};const ad=null;function Ka(e){return S.isPlainObject(e)||S.isArray(e)}function Bi(e){return S.endsWith(e,"[]")?e.slice(0,-2):e}function is(e,t,n){return e?e.concat(t).map(function(a,s){return a=Bi(a),!n&&s?"["+a+"]":a}).join(n?".":""):t}function od(e){return S.isArray(e)&&!e.some(Ka)}const sd=S.toFlatObject(S,{},null,function(t){return/^is[A-Z]/.test(t)});function Yn(e,t,n){if(!S.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=S.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(y,g){return!S.isUndefined(g[y])});const r=n.metaTokens,a=n.visitor||d,s=n.dots,i=n.indexes,u=(n.Blob||typeof Blob<"u"&&Blob)&&S.isSpecCompliantForm(t);if(!S.isFunction(a))throw new TypeError("visitor must be a function");function c(_){if(_===null)return"";if(S.isDate(_))return _.toISOString();if(!u&&S.isBlob(_))throw new J("Blob is not supported. Use a Buffer instead.");return S.isArrayBuffer(_)||S.isTypedArray(_)?u&&typeof Blob=="function"?new Blob([_]):Buffer.from(_):_}function d(_,y,g){let x=_;if(_&&!g&&typeof _=="object"){if(S.endsWith(y,"{}"))y=r?y:y.slice(0,-2),_=JSON.stringify(_);else if(S.isArray(_)&&od(_)||(S.isFileList(_)||S.endsWith(y,"[]"))&&(x=S.toArray(_)))return y=Bi(y),x.forEach(function(C,L){!(S.isUndefined(C)||C===null)&&t.append(i===!0?is([y],L,s):i===null?y:y+"[]",c(C))}),!1}return Ka(_)?!0:(t.append(is(g,y,s),c(_)),!1)}const h=[],m=Object.assign(sd,{defaultVisitor:d,convertValue:c,isVisitable:Ka});function v(_,y){if(!S.isUndefined(_)){if(h.indexOf(_)!==-1)throw Error("Circular reference detected in "+y.join("."));h.push(_),S.forEach(_,function(x,j){(!(S.isUndefined(x)||x===null)&&a.call(t,x,S.isString(j)?j.trim():j,y,m))===!0&&v(x,y?y.concat(j):[j])}),h.pop()}}if(!S.isObject(e))throw new TypeError("data must be an object");return v(e),t}function ls(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function vo(e,t){this._pairs=[],e&&Yn(e,this,t)}const Ui=vo.prototype;Ui.append=function(t,n){this._pairs.push([t,n])};Ui.toString=function(t){const n=t?function(r){return t.call(this,r,ls)}:ls;return this._pairs.map(function(a){return n(a[0])+"="+n(a[1])},"").join("&")};function id(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Ji(e,t,n){if(!t)return e;const r=n&&n.encode||id,a=n&&n.serialize;let s;if(a?s=a(t,n):s=S.isURLSearchParams(t)?t.toString():new vo(t,n).toString(r),s){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class us{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){S.forEach(this.handlers,function(r){r!==null&&t(r)})}}const Vi={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},ld=typeof URLSearchParams<"u"?URLSearchParams:vo,ud=typeof FormData<"u"?FormData:null,cd=typeof Blob<"u"?Blob:null,dd={isBrowser:!0,classes:{URLSearchParams:ld,FormData:ud,Blob:cd},protocols:["http","https","file","blob","url","data"]},bo=typeof window<"u"&&typeof document<"u",md=(e=>bo&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),hd=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",fd=bo&&window.location.href||"http://localhost",pd=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:bo,hasStandardBrowserEnv:md,hasStandardBrowserWebWorkerEnv:hd,origin:fd},Symbol.toStringTag,{value:"Module"})),ot={...pd,...dd};function gd(e,t){return Yn(e,new ot.classes.URLSearchParams,Object.assign({visitor:function(n,r,a,s){return ot.isNode&&S.isBuffer(n)?(this.append(r,n.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function yd(e){return S.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function _d(e){const t={},n=Object.keys(e);let r;const a=n.length;let s;for(r=0;r<a;r++)s=n[r],t[s]=e[s];return t}function Gi(e){function t(n,r,a,s){let i=n[s++];if(i==="__proto__")return!0;const l=Number.isFinite(+i),u=s>=n.length;return i=!i&&S.isArray(a)?a.length:i,u?(S.hasOwnProp(a,i)?a[i]=[a[i],r]:a[i]=r,!l):((!a[i]||!S.isObject(a[i]))&&(a[i]=[]),t(n,r,a[i],s)&&S.isArray(a[i])&&(a[i]=_d(a[i])),!l)}if(S.isFormData(e)&&S.isFunction(e.entries)){const n={};return S.forEachEntry(e,(r,a)=>{t(yd(r),a,n,0)}),n}return null}function vd(e,t,n){if(S.isString(e))try{return(t||JSON.parse)(e),S.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const tn={transitional:Vi,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",a=r.indexOf("application/json")>-1,s=S.isObject(t);if(s&&S.isHTMLForm(t)&&(t=new FormData(t)),S.isFormData(t))return a?JSON.stringify(Gi(t)):t;if(S.isArrayBuffer(t)||S.isBuffer(t)||S.isStream(t)||S.isFile(t)||S.isBlob(t)||S.isReadableStream(t))return t;if(S.isArrayBufferView(t))return t.buffer;if(S.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let l;if(s){if(r.indexOf("application/x-www-form-urlencoded")>-1)return gd(t,this.formSerializer).toString();if((l=S.isFileList(t))||r.indexOf("multipart/form-data")>-1){const u=this.env&&this.env.FormData;return Yn(l?{"files[]":t}:t,u&&new u,this.formSerializer)}}return s||a?(n.setContentType("application/json",!1),vd(t)):t}],transformResponse:[function(t){const n=this.transitional||tn.transitional,r=n&&n.forcedJSONParsing,a=this.responseType==="json";if(S.isResponse(t)||S.isReadableStream(t))return t;if(t&&S.isString(t)&&(r&&!this.responseType||a)){const i=!(n&&n.silentJSONParsing)&&a;try{return JSON.parse(t)}catch(l){if(i)throw l.name==="SyntaxError"?J.from(l,J.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:ot.classes.FormData,Blob:ot.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};S.forEach(["delete","get","head","post","put","patch"],e=>{tn.headers[e]={}});const bd=S.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"]),Sd=e=>{const t={};let n,r,a;return e&&e.split(`
31
+ `).forEach(function(i){a=i.indexOf(":"),n=i.substring(0,a).trim().toLowerCase(),r=i.substring(a+1).trim(),!(!n||t[n]&&bd[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t},cs=Symbol("internals");function Nr(e){return e&&String(e).trim().toLowerCase()}function jn(e){return e===!1||e==null?e:S.isArray(e)?e.map(jn):String(e)}function xd(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}const wd=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Ta(e,t,n,r,a){if(S.isFunction(r))return r.call(this,t,n);if(a&&(t=n),!!S.isString(t)){if(S.isString(r))return t.indexOf(r)!==-1;if(S.isRegExp(r))return r.test(t)}}function jd(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function Rd(e,t){const n=S.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(a,s,i){return this[r].call(this,t,a,s,i)},configurable:!0})})}let Ne=class{constructor(t){t&&this.set(t)}set(t,n,r){const a=this;function s(l,u,c){const d=Nr(u);if(!d)throw new Error("header name must be a non-empty string");const h=S.findKey(a,d);(!h||a[h]===void 0||c===!0||c===void 0&&a[h]!==!1)&&(a[h||u]=jn(l))}const i=(l,u)=>S.forEach(l,(c,d)=>s(c,d,u));if(S.isPlainObject(t)||t instanceof this.constructor)i(t,n);else if(S.isString(t)&&(t=t.trim())&&!wd(t))i(Sd(t),n);else if(S.isHeaders(t))for(const[l,u]of t.entries())s(u,l,r);else t!=null&&s(n,t,r);return this}get(t,n){if(t=Nr(t),t){const r=S.findKey(this,t);if(r){const a=this[r];if(!n)return a;if(n===!0)return xd(a);if(S.isFunction(n))return n.call(this,a,r);if(S.isRegExp(n))return n.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=Nr(t),t){const r=S.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||Ta(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let a=!1;function s(i){if(i=Nr(i),i){const l=S.findKey(r,i);l&&(!n||Ta(r,r[l],l,n))&&(delete r[l],a=!0)}}return S.isArray(t)?t.forEach(s):s(t),a}clear(t){const n=Object.keys(this);let r=n.length,a=!1;for(;r--;){const s=n[r];(!t||Ta(this,this[s],s,t,!0))&&(delete this[s],a=!0)}return a}normalize(t){const n=this,r={};return S.forEach(this,(a,s)=>{const i=S.findKey(r,s);if(i){n[i]=jn(a),delete n[s];return}const l=t?jd(s):String(s).trim();l!==s&&delete n[s],n[l]=jn(a),r[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return S.forEach(this,(r,a)=>{r!=null&&r!==!1&&(n[a]=t&&S.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
32
+ `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(a=>r.set(a)),r}static accessor(t){const r=(this[cs]=this[cs]={accessors:{}}).accessors,a=this.prototype;function s(i){const l=Nr(i);r[l]||(Rd(a,i),r[l]=!0)}return S.isArray(t)?t.forEach(s):s(t),this}};Ne.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);S.reduceDescriptors(Ne.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}});S.freezeMethods(Ne);function Oa(e,t){const n=this||tn,r=t||n,a=Ne.from(r.headers);let s=r.data;return S.forEach(e,function(l){s=l.call(n,s,a.normalize(),t?t.status:void 0)}),a.normalize(),s}function zi(e){return!!(e&&e.__CANCEL__)}function Sr(e,t,n){J.call(this,e??"canceled",J.ERR_CANCELED,t,n),this.name="CanceledError"}S.inherits(Sr,J,{__CANCEL__:!0});function Wi(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new J("Request failed with status code "+n.status,[J.ERR_BAD_REQUEST,J.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function Cd(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Ad(e,t){e=e||10;const n=new Array(e),r=new Array(e);let a=0,s=0,i;return t=t!==void 0?t:1e3,function(u){const c=Date.now(),d=r[s];i||(i=c),n[a]=u,r[a]=c;let h=s,m=0;for(;h!==a;)m+=n[h++],h=h%e;if(a=(a+1)%e,a===s&&(s=(s+1)%e),c-i<t)return;const v=d&&c-d;return v?Math.round(m*1e3/v):void 0}}function Pd(e,t){let n=0,r=1e3/t,a,s;const i=(c,d=Date.now())=>{n=d,a=null,s&&(clearTimeout(s),s=null),e.apply(null,c)};return[(...c)=>{const d=Date.now(),h=d-n;h>=r?i(c,d):(a=c,s||(s=setTimeout(()=>{s=null,i(a)},r-h)))},()=>a&&i(a)]}const Nn=(e,t,n=3)=>{let r=0;const a=Ad(50,250);return Pd(s=>{const i=s.loaded,l=s.lengthComputable?s.total:void 0,u=i-r,c=a(u),d=i<=l;r=i;const h={loaded:i,total:l,progress:l?i/l:void 0,bytes:u,rate:c||void 0,estimated:c&&l&&d?(l-i)/c:void 0,event:s,lengthComputable:l!=null,[t?"download":"upload"]:!0};e(h)},n)},ds=(e,t)=>{const n=e!=null;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},ms=e=>(...t)=>S.asap(()=>e(...t)),Td=ot.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let r;function a(s){let i=s;return t&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=a(window.location.href),function(i){const l=S.isString(i)?a(i):i;return l.protocol===r.protocol&&l.host===r.host}}():function(){return function(){return!0}}(),Od=ot.hasStandardBrowserEnv?{write(e,t,n,r,a,s){const i=[e+"="+encodeURIComponent(t)];S.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),S.isString(r)&&i.push("path="+r),S.isString(a)&&i.push("domain="+a),s===!0&&i.push("secure"),document.cookie=i.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 Md(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Id(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Ki(e,t){return e&&!Md(t)?Id(e,t):t}const hs=e=>e instanceof Ne?{...e}:e;function Kt(e,t){t=t||{};const n={};function r(c,d,h){return S.isPlainObject(c)&&S.isPlainObject(d)?S.merge.call({caseless:h},c,d):S.isPlainObject(d)?S.merge({},d):S.isArray(d)?d.slice():d}function a(c,d,h){if(S.isUndefined(d)){if(!S.isUndefined(c))return r(void 0,c,h)}else return r(c,d,h)}function s(c,d){if(!S.isUndefined(d))return r(void 0,d)}function i(c,d){if(S.isUndefined(d)){if(!S.isUndefined(c))return r(void 0,c)}else return r(void 0,d)}function l(c,d,h){if(h in t)return r(c,d);if(h in e)return r(void 0,c)}const u={url:s,method:s,data:s,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:l,headers:(c,d)=>a(hs(c),hs(d),!0)};return S.forEach(Object.keys(Object.assign({},e,t)),function(d){const h=u[d]||a,m=h(e[d],t[d],d);S.isUndefined(m)&&h!==l||(n[d]=m)}),n}const Hi=e=>{const t=Kt({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:a,xsrfCookieName:s,headers:i,auth:l}=t;t.headers=i=Ne.from(i),t.url=Ji(Ki(t.baseURL,t.url),e.params,e.paramsSerializer),l&&i.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?unescape(encodeURIComponent(l.password)):"")));let u;if(S.isFormData(n)){if(ot.hasStandardBrowserEnv||ot.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if((u=i.getContentType())!==!1){const[c,...d]=u?u.split(";").map(h=>h.trim()).filter(Boolean):[];i.setContentType([c||"multipart/form-data",...d].join("; "))}}if(ot.hasStandardBrowserEnv&&(r&&S.isFunction(r)&&(r=r(t)),r||r!==!1&&Td(t.url))){const c=a&&s&&Od.read(s);c&&i.set(a,c)}return t},Ed=typeof XMLHttpRequest<"u",kd=Ed&&function(e){return new Promise(function(n,r){const a=Hi(e);let s=a.data;const i=Ne.from(a.headers).normalize();let{responseType:l,onUploadProgress:u,onDownloadProgress:c}=a,d,h,m,v,_;function y(){v&&v(),_&&_(),a.cancelToken&&a.cancelToken.unsubscribe(d),a.signal&&a.signal.removeEventListener("abort",d)}let g=new XMLHttpRequest;g.open(a.method.toUpperCase(),a.url,!0),g.timeout=a.timeout;function x(){if(!g)return;const C=Ne.from("getAllResponseHeaders"in g&&g.getAllResponseHeaders()),R={data:!l||l==="text"||l==="json"?g.responseText:g.response,status:g.status,statusText:g.statusText,headers:C,config:e,request:g};Wi(function(T){n(T),y()},function(T){r(T),y()},R),g=null}"onloadend"in g?g.onloadend=x:g.onreadystatechange=function(){!g||g.readyState!==4||g.status===0&&!(g.responseURL&&g.responseURL.indexOf("file:")===0)||setTimeout(x)},g.onabort=function(){g&&(r(new J("Request aborted",J.ECONNABORTED,e,g)),g=null)},g.onerror=function(){r(new J("Network Error",J.ERR_NETWORK,e,g)),g=null},g.ontimeout=function(){let L=a.timeout?"timeout of "+a.timeout+"ms exceeded":"timeout exceeded";const R=a.transitional||Vi;a.timeoutErrorMessage&&(L=a.timeoutErrorMessage),r(new J(L,R.clarifyTimeoutError?J.ETIMEDOUT:J.ECONNABORTED,e,g)),g=null},s===void 0&&i.setContentType(null),"setRequestHeader"in g&&S.forEach(i.toJSON(),function(L,R){g.setRequestHeader(R,L)}),S.isUndefined(a.withCredentials)||(g.withCredentials=!!a.withCredentials),l&&l!=="json"&&(g.responseType=a.responseType),c&&([m,_]=Nn(c,!0),g.addEventListener("progress",m)),u&&g.upload&&([h,v]=Nn(u),g.upload.addEventListener("progress",h),g.upload.addEventListener("loadend",v)),(a.cancelToken||a.signal)&&(d=C=>{g&&(r(!C||C.type?new Sr(null,e,g):C),g.abort(),g=null)},a.cancelToken&&a.cancelToken.subscribe(d),a.signal&&(a.signal.aborted?d():a.signal.addEventListener("abort",d)));const j=Cd(a.url);if(j&&ot.protocols.indexOf(j)===-1){r(new J("Unsupported protocol "+j+":",J.ERR_BAD_REQUEST,e));return}g.send(s||null)})},Ld=(e,t)=>{let n=new AbortController,r;const a=function(u){if(!r){r=!0,i();const c=u instanceof Error?u:this.reason;n.abort(c instanceof J?c:new Sr(c instanceof Error?c.message:c))}};let s=t&&setTimeout(()=>{a(new J(`timeout ${t} of ms exceeded`,J.ETIMEDOUT))},t);const i=()=>{e&&(s&&clearTimeout(s),s=null,e.forEach(u=>{u&&(u.removeEventListener?u.removeEventListener("abort",a):u.unsubscribe(a))}),e=null)};e.forEach(u=>u&&u.addEventListener&&u.addEventListener("abort",a));const{signal:l}=n;return l.unsubscribe=i,[l,()=>{s&&clearTimeout(s),s=null}]},$d=function*(e,t){let n=e.byteLength;if(!t||n<t){yield e;return}let r=0,a;for(;r<n;)a=r+t,yield e.slice(r,a),r=a},Nd=async function*(e,t,n){for await(const r of e)yield*$d(ArrayBuffer.isView(r)?r:await n(String(r)),t)},fs=(e,t,n,r,a)=>{const s=Nd(e,t,a);let i=0,l,u=c=>{l||(l=!0,r&&r(c))};return new ReadableStream({async pull(c){try{const{done:d,value:h}=await s.next();if(d){u(),c.close();return}let m=h.byteLength;if(n){let v=i+=m;n(v)}c.enqueue(new Uint8Array(h))}catch(d){throw u(d),d}},cancel(c){return u(c),s.return()}},{highWaterMark:2})},Zn=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",qi=Zn&&typeof ReadableStream=="function",Ha=Zn&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),Xi=(e,...t)=>{try{return!!e(...t)}catch{return!1}},Fd=qi&&Xi(()=>{let e=!1;const t=new Request(ot.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),ps=64*1024,qa=qi&&Xi(()=>S.isReadableStream(new Response("").body)),Fn={stream:qa&&(e=>e.body)};Zn&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!Fn[t]&&(Fn[t]=S.isFunction(e[t])?n=>n[t]():(n,r)=>{throw new J(`Response type '${t}' is not supported`,J.ERR_NOT_SUPPORT,r)})})})(new Response);const Dd=async e=>{if(e==null)return 0;if(S.isBlob(e))return e.size;if(S.isSpecCompliantForm(e))return(await new Request(e).arrayBuffer()).byteLength;if(S.isArrayBufferView(e)||S.isArrayBuffer(e))return e.byteLength;if(S.isURLSearchParams(e)&&(e=e+""),S.isString(e))return(await Ha(e)).byteLength},Bd=async(e,t)=>{const n=S.toFiniteNumber(e.getContentLength());return n??Dd(t)},Ud=Zn&&(async e=>{let{url:t,method:n,data:r,signal:a,cancelToken:s,timeout:i,onDownloadProgress:l,onUploadProgress:u,responseType:c,headers:d,withCredentials:h="same-origin",fetchOptions:m}=Hi(e);c=c?(c+"").toLowerCase():"text";let[v,_]=a||s||i?Ld([a,s],i):[],y,g;const x=()=>{!y&&setTimeout(()=>{v&&v.unsubscribe()}),y=!0};let j;try{if(u&&Fd&&n!=="get"&&n!=="head"&&(j=await Bd(d,r))!==0){let P=new Request(t,{method:"POST",body:r,duplex:"half"}),T;if(S.isFormData(r)&&(T=P.headers.get("content-type"))&&d.setContentType(T),P.body){const[z,le]=ds(j,Nn(ms(u)));r=fs(P.body,ps,z,le,Ha)}}S.isString(h)||(h=h?"include":"omit"),g=new Request(t,{...m,signal:v,method:n.toUpperCase(),headers:d.normalize().toJSON(),body:r,duplex:"half",credentials:h});let C=await fetch(g);const L=qa&&(c==="stream"||c==="response");if(qa&&(l||L)){const P={};["status","statusText","headers"].forEach(ce=>{P[ce]=C[ce]});const T=S.toFiniteNumber(C.headers.get("content-length")),[z,le]=l&&ds(T,Nn(ms(l),!0))||[];C=new Response(fs(C.body,ps,z,()=>{le&&le(),L&&x()},Ha),P)}c=c||"text";let R=await Fn[S.findKey(Fn,c)||"text"](C,e);return!L&&x(),_&&_(),await new Promise((P,T)=>{Wi(P,T,{data:R,headers:Ne.from(C.headers),status:C.status,statusText:C.statusText,config:e,request:g})})}catch(C){throw x(),C&&C.name==="TypeError"&&/fetch/i.test(C.message)?Object.assign(new J("Network Error",J.ERR_NETWORK,e,g),{cause:C.cause||C}):J.from(C,C&&C.code,e,g)}}),Xa={http:ad,xhr:kd,fetch:Ud};S.forEach(Xa,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const gs=e=>`- ${e}`,Jd=e=>S.isFunction(e)||e===null||e===!1,Yi={getAdapter:e=>{e=S.isArray(e)?e:[e];const{length:t}=e;let n,r;const a={};for(let s=0;s<t;s++){n=e[s];let i;if(r=n,!Jd(n)&&(r=Xa[(i=String(n)).toLowerCase()],r===void 0))throw new J(`Unknown adapter '${i}'`);if(r)break;a[i||"#"+s]=r}if(!r){const s=Object.entries(a).map(([l,u])=>`adapter ${l} `+(u===!1?"is not supported by the environment":"is not available in the build"));let i=t?s.length>1?`since :
33
+ `+s.map(gs).join(`
34
+ `):" "+gs(s[0]):"as no adapter specified";throw new J("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return r},adapters:Xa};function Ma(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Sr(null,e)}function ys(e){return Ma(e),e.headers=Ne.from(e.headers),e.data=Oa.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Yi.getAdapter(e.adapter||tn.adapter)(e).then(function(r){return Ma(e),r.data=Oa.call(e,e.transformResponse,r),r.headers=Ne.from(r.headers),r},function(r){return zi(r)||(Ma(e),r&&r.response&&(r.response.data=Oa.call(e,e.transformResponse,r.response),r.response.headers=Ne.from(r.response.headers))),Promise.reject(r)})}const Zi="1.7.4",So={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{So[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const _s={};So.transitional=function(t,n,r){function a(s,i){return"[Axios v"+Zi+"] Transitional option '"+s+"'"+i+(r?". "+r:"")}return(s,i,l)=>{if(t===!1)throw new J(a(i," has been removed"+(n?" in "+n:"")),J.ERR_DEPRECATED);return n&&!_s[i]&&(_s[i]=!0,console.warn(a(i," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(s,i,l):!0}};function Vd(e,t,n){if(typeof e!="object")throw new J("options must be an object",J.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let a=r.length;for(;a-- >0;){const s=r[a],i=t[s];if(i){const l=e[s],u=l===void 0||i(l,s,e);if(u!==!0)throw new J("option "+s+" must be "+u,J.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new J("Unknown option "+s,J.ERR_BAD_OPTION)}}const Ya={assertOptions:Vd,validators:So},Et=Ya.validators;let Wt=class{constructor(t){this.defaults=t,this.interceptors={request:new us,response:new us}}async request(t,n){try{return await this._request(t,n)}catch(r){if(r instanceof Error){let a;Error.captureStackTrace?Error.captureStackTrace(a={}):a=new Error;const s=a.stack?a.stack.replace(/^.+\n/,""):"";try{r.stack?s&&!String(r.stack).endsWith(s.replace(/^.+\n.+\n/,""))&&(r.stack+=`
35
+ `+s):r.stack=s}catch{}}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=Kt(this.defaults,n);const{transitional:r,paramsSerializer:a,headers:s}=n;r!==void 0&&Ya.assertOptions(r,{silentJSONParsing:Et.transitional(Et.boolean),forcedJSONParsing:Et.transitional(Et.boolean),clarifyTimeoutError:Et.transitional(Et.boolean)},!1),a!=null&&(S.isFunction(a)?n.paramsSerializer={serialize:a}:Ya.assertOptions(a,{encode:Et.function,serialize:Et.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let i=s&&S.merge(s.common,s[n.method]);s&&S.forEach(["delete","get","head","post","put","patch","common"],_=>{delete s[_]}),n.headers=Ne.concat(i,s);const l=[];let u=!0;this.interceptors.request.forEach(function(y){typeof y.runWhen=="function"&&y.runWhen(n)===!1||(u=u&&y.synchronous,l.unshift(y.fulfilled,y.rejected))});const c=[];this.interceptors.response.forEach(function(y){c.push(y.fulfilled,y.rejected)});let d,h=0,m;if(!u){const _=[ys.bind(this),void 0];for(_.unshift.apply(_,l),_.push.apply(_,c),m=_.length,d=Promise.resolve(n);h<m;)d=d.then(_[h++],_[h++]);return d}m=l.length;let v=n;for(h=0;h<m;){const _=l[h++],y=l[h++];try{v=_(v)}catch(g){y.call(this,g);break}}try{d=ys.call(this,v)}catch(_){return Promise.reject(_)}for(h=0,m=c.length;h<m;)d=d.then(c[h++],c[h++]);return d}getUri(t){t=Kt(this.defaults,t);const n=Ki(t.baseURL,t.url);return Ji(n,t.params,t.paramsSerializer)}};S.forEach(["delete","get","head","options"],function(t){Wt.prototype[t]=function(n,r){return this.request(Kt(r||{},{method:t,url:n,data:(r||{}).data}))}});S.forEach(["post","put","patch"],function(t){function n(r){return function(s,i,l){return this.request(Kt(l||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:s,data:i}))}}Wt.prototype[t]=n(),Wt.prototype[t+"Form"]=n(!0)});let Gd=class Qi{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(s){n=s});const r=this;this.promise.then(a=>{if(!r._listeners)return;let s=r._listeners.length;for(;s-- >0;)r._listeners[s](a);r._listeners=null}),this.promise.then=a=>{let s;const i=new Promise(l=>{r.subscribe(l),s=l}).then(a);return i.cancel=function(){r.unsubscribe(s)},i},t(function(s,i,l){r.reason||(r.reason=new Sr(s,i,l),n(r.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 n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new Qi(function(a){t=a}),cancel:t}}};function zd(e){return function(n){return e.apply(null,n)}}function Wd(e){return S.isObject(e)&&e.isAxiosError===!0}const Za={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(Za).forEach(([e,t])=>{Za[t]=e});function el(e){const t=new Wt(e),n=Oi(Wt.prototype.request,t);return S.extend(n,Wt.prototype,t,{allOwnKeys:!0}),S.extend(n,t,null,{allOwnKeys:!0}),n.create=function(a){return el(Kt(e,a))},n}const Se=el(tn);Se.Axios=Wt;Se.CanceledError=Sr;Se.CancelToken=Gd;Se.isCancel=zi;Se.VERSION=Zi;Se.toFormData=Yn;Se.AxiosError=J;Se.Cancel=Se.CanceledError;Se.all=function(t){return Promise.all(t)};Se.spread=zd;Se.isAxiosError=Wd;Se.mergeConfig=Kt;Se.AxiosHeaders=Ne;Se.formToJSON=e=>Gi(S.isHTMLForm(e)?new FormData(e):e);Se.getAdapter=Yi.getAdapter;Se.HttpStatusCode=Za;Se.default=Se;const{Axios:Y_,AxiosError:vs,CanceledError:Z_,isCancel:Q_,CancelToken:ev,VERSION:tv,all:rv,Cancel:nv,isAxiosError:av,spread:ov,toFormData:sv,AxiosHeaders:iv,HttpStatusCode:lv,formToJSON:uv,getAdapter:cv,mergeConfig:dv}=Se;function Kd(e){try{return JSON.stringify(e)}catch{return}}function Hd(e){var t,n,r,a;return e instanceof vs&&e.code==="ERR_NETWORK"?"Failed to connect to the server. Please check your internet connection.":e instanceof vs&&e.response?`${(t=e.response)==null?void 0:t.status} ${(n=e.response)==null?void 0:n.statusText} from ${(r=e.response)==null?void 0:r.config.url}: ${JSON.stringify((a=e.response)==null?void 0:a.data)}`:e instanceof Error?e.message:`Unexpected error: ${Kd(e)||e}`}const Qn=e=>{const t=e.softTimeout||3e3,[n,r]=Z.useState(!1);return Z.useEffect(()=>{const a=setTimeout(()=>{r(!0)},t);return()=>clearTimeout(a)}),o.jsx(E.Stack,{width:"100%",height:"100%",alignItems:"center",justifyContent:"center",children:e.error?o.jsx(tl,{loadingMessage:e.message,error:e.error}):o.jsxs(o.Fragment,{children:[o.jsx(E.CircularProgress,{sx:{marginBottom:"24px"}}),!!e.message&&o.jsx("div",{children:e.message}),o.jsx(E.Stack,{sx:{visibility:n?"visible":"hidden",marginTop:"1rem",color:"gray"},children:"This is taking longer than expected..."})]})})},tl=e=>{const t=Hd(e.error),n=e.error instanceof Error?e.error.stack:null,r=E.useTheme();return o.jsxs(E.Stack,{sx:{maxHeight:"100%",maxWidth:"min(100%, 800px)",padding:2,overflow:"auto",color:r.palette.error.main,"& pre":{whiteSpace:"pre-wrap",wordBreak:"break-word",paddingBottom:"3rem"}},children:[(e.loadingMessage?`Error while ${Ri.lowerFirst(E.capitalize(e.loadingMessage))} - `:"")+t,o.jsx("br",{}),n&&o.jsx("pre",{children:n})]})},qd=Z.lazy(()=>import("@monaco-editor/react")),Xd=Qr(e=>{const t=E.useTheme(),n=Z.useRef(null),[r,a]=Z.useState("dark-plus"),s=t.palette.mode==="dark"?"dark-plus":"light-plus";async function i(l){const[{createHighlighter:u},{shikiToMonaco:c}]=await Promise.all([import("shiki"),import("@shikijs/monaco")]);l.languages.register({id:"wandelscript"}),l.languages.setLanguageConfiguration("wandelscript",{comments:{lineComment:"#"},brackets:[["(",")"],["[","]"]],autoClosingPairs:[{open:"[",close:"]"},{open:"(",close:")"}],surroundingPairs:[{open:"[",close:"]"},{open:"(",close:")"}]}),n.current||(n.current=await u({langs:[Wu],themes:["dark-plus","light-plus"]})),c(n.current,l),l.editor.defineTheme(s,{base:t.palette.mode==="dark"?"vs-dark":"vs",inherit:!0,rules:[],colors:t.palette.mode==="dark"?{"editor.background":"#262F42","editorLineNumber.foreground":"#797979","editorLineNumber.activeForeground":"#e9e9e9","editor.lineHighlightBorder":"#494949"}:{}}),e.monacoSetup&&e.monacoSetup(l),a(s)}return o.jsx(Z.Suspense,{fallback:o.jsx(Qn,{}),children:o.jsx(qd,{value:e.code,onMount:(l,u)=>{i(u)},onChange:e.onChange,defaultLanguage:"wandelscript",theme:r,options:{minimap:{enabled:!1},wordWrap:"on",automaticLayout:!0,...e.monacoOptions}})})});rl.config={rotationOffsets:[0,-Math.PI/2,0,0,0,0]};function rl({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsx("group",{name:"Scene",children:o.jsxs("group",{name:"IRB1200_7_70_IRC5",rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"IRB1200_7_70_IRC5_J01",rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"IRB1200_7_70_IRC5_J02",position:[0,.399,0],rotation:[-Math.PI/2,-Math.PI/2,0],children:[o.jsxs(b.animated.group,{name:"IRB1200_7_70_IRC5_J03",position:[.35,0,0],children:[o.jsxs(b.animated.group,{name:"IRB1200_7_70_IRC5_J04",position:[.042,0,0],rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"IRB1200_7_70_IRC5_J05",position:[0,.351,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"IRB1200_7_70_IRC5_J06",rotation:[Math.PI/2,0,-Math.PI],children:[o.jsx("group",{name:"IRB1200_7_70_IRC5_FLG",position:[0,.082,0]}),o.jsx("mesh",{name:"IRB1200_7_70_IRC5_L06",castShadow:!0,receiveShadow:!0,geometry:r.IRB1200_7_70_IRC5_L06.geometry,material:a["IRB1200_7-70_IRC5.003_Bake"]})]}),o.jsx("mesh",{name:"IRB1200_7_70_IRC5_L05",castShadow:!0,receiveShadow:!0,geometry:r.IRB1200_7_70_IRC5_L05.geometry,material:a["IRB1200_7-70_IRC5.003_Bake"]})]}),o.jsx("mesh",{name:"IRB1200_7_70_IRC5_L04",castShadow:!0,receiveShadow:!0,geometry:r.IRB1200_7_70_IRC5_L04.geometry,material:a["IRB1200_7-70_IRC5.003_Bake"]})]}),o.jsx("mesh",{name:"IRB1200_7_70_IRC5_L03",castShadow:!0,receiveShadow:!0,geometry:r.IRB1200_7_70_IRC5_L03.geometry,material:a["IRB1200_7-70_IRC5.003_Bake"]})]}),o.jsx("mesh",{name:"IRB1200_7_70_IRC5_L02",castShadow:!0,receiveShadow:!0,geometry:r.IRB1200_7_70_IRC5_L02.geometry,material:a["IRB1200_7-70_IRC5.003_Bake"]})]}),o.jsx("mesh",{name:"IRB1200_7_70_IRC5_L01",castShadow:!0,receiveShadow:!0,geometry:r.IRB1200_7_70_IRC5_L01.geometry,material:a["IRB1200_7-70_IRC5.003_Bake"],rotation:[Math.PI/2,0,0]})]}),o.jsx("mesh",{name:"IRB1200_7_70_IRC5_L00",castShadow:!0,receiveShadow:!0,geometry:r.IRB1200_7_70_IRC5_L00.geometry,material:a["IRB1200_7-70_IRC5.003_Bake"],rotation:[-Math.PI/2,0,0]})]})})})})}nl.config={rotationOffsets:[0,Math.PI/2,0,0,0,0]};function nl({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsx("group",{name:"Scene",children:o.jsxs("group",{name:"M10iD",rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"M10iD_J01",rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"M10iD_J02",position:[.075,0,0],rotation:[Math.PI/2,Math.PI/2,0],children:[o.jsxs(b.animated.group,{name:"M10iD_J03",position:[.64,0,0],children:[o.jsxs(b.animated.group,{name:"M10iD_J04",position:[.195,0,0],rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"M10iD_J05",position:[0,-.7,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"M10iD_J06",rotation:[-Math.PI/2,0,0],children:[o.jsx("group",{name:"M10iD_FLG",position:[0,-.075,0],rotation:[-Math.PI,0,0]}),o.jsx("mesh",{name:"M10iD_L06",castShadow:!0,receiveShadow:!0,geometry:r.M10iD_L06.geometry,material:a.Fanuc_BlackMetal_AO,position:[-.835,.775,0],rotation:[0,0,-Math.PI/2]})]}),o.jsx("mesh",{name:"M10iD_L05",castShadow:!0,receiveShadow:!0,geometry:r.M10iD_L05.geometry,material:a.Fanuc_BlackMetal_AO,position:[-.835,0,-.775],rotation:[-Math.PI/2,0,-Math.PI/2]})]}),o.jsxs("group",{name:"M10iD_L04",position:[-.835,.075,0],rotation:[0,0,-Math.PI/2],children:[o.jsx("mesh",{name:"Mesh_654",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_654.geometry,material:a.Fanuc_Yellow_Textured_AO}),o.jsx("mesh",{name:"Mesh_654_1",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_654_1.geometry,material:a.Fanuc_BlackMetal_AO})]})]}),o.jsxs("group",{name:"M10iD_L03",position:[-.64,0,-.075],rotation:[-Math.PI/2,0,-Math.PI/2],children:[o.jsx("mesh",{name:"Mesh_378",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_378.geometry,material:a.Material_1_AO}),o.jsx("mesh",{name:"Mesh_378_1",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_378_1.geometry,material:a.Fanuc_Yellow_Textured_AO}),o.jsx("mesh",{name:"Mesh_378_2",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_378_2.geometry,material:a.Fanuc_BlackMetal_AO})]})]}),o.jsxs("group",{name:"M10iD_L02",position:[0,0,-.075],rotation:[-Math.PI/2,0,-Math.PI/2],children:[o.jsx("mesh",{name:"Mesh_358",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_358.geometry,material:a.Fanuc_Yellow_Textured_AO}),o.jsx("mesh",{name:"Mesh_358_1",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_358_1.geometry,material:a.Fanuc_BlackMetal_AO})]})]}),o.jsxs("group",{name:"M10iD_L01",children:[o.jsx("mesh",{name:"Mesh_356",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_356.geometry,material:a.Fanuc_Yellow_Textured_AO}),o.jsx("mesh",{name:"Mesh_356_1",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_356_1.geometry,material:a.Material_1_AO}),o.jsx("mesh",{name:"Mesh_356_2",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_356_2.geometry,material:a.Fanuc_BlackMetal_AO})]})]}),o.jsx("mesh",{name:"M10iD_L00",castShadow:!0,receiveShadow:!0,geometry:r.M10iD_L00.geometry,material:a.Fanuc_BlackMetal_AO,rotation:[-Math.PI/2,0,0]})]})})})})}Qa.config={rotationOffsets:[0,Math.PI/2,0,0,0,0]};function Qa({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsx("group",{name:"Scene",children:o.jsxs("group",{name:"M10iD",rotation:[0,0,0],children:[o.jsxs(b.animated.group,{name:"M20iD25_J00",children:[o.jsxs(b.animated.group,{name:"M20iD25_J01",position:[.075,0,0],rotation:[Math.PI/2,Math.PI/2,0],children:[o.jsxs(b.animated.group,{name:"M20iD25_J02",position:[.84,0,0],children:[o.jsxs(b.animated.group,{name:"M20iD25_J03",position:[.215,0,0],rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"M20iD25_J04",position:[0,-.89,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"M20iD25_J05",rotation:[-Math.PI/2,0,0],children:[o.jsx("group",{name:"M20iD25_FLG",position:[0,-.09,0],rotation:[-Math.PI,0,0]}),o.jsx("mesh",{name:"M20iD25_L06",castShadow:!0,receiveShadow:!0,geometry:r.M20iD25_L06.geometry,material:a.Fanuc_BlackMetal_AO,position:[0,-.09,0],rotation:[Math.PI/2,0,Math.PI]})]}),o.jsx("mesh",{name:"M20iD25_L05",castShadow:!0,receiveShadow:!0,geometry:r.M20iD25_L05.geometry,material:a.Fanuc_BlackMetal_AO,rotation:[Math.PI,Math.PI/2,0]})]}),o.jsxs("group",{name:"M20iD25_L04",position:[0,-.286,0],rotation:[-Math.PI/2,Math.PI/2,0],children:[o.jsx("mesh",{name:"Mesh_2",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_2.geometry,material:a.Fanuc_Yellow_Textured_AO}),o.jsx("mesh",{name:"Mesh_2_1",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_2_1.geometry,material:a.Fanuc_BlackMetal_AO})]})]}),o.jsxs("group",{name:"M20iD25_L03",position:[0,.406,0],rotation:[Math.PI,Math.PI/2,0],children:[o.jsx("mesh",{name:"Mesh_15",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_15.geometry,material:a.Fanuc_BlackMetal_AO}),o.jsx("mesh",{name:"Mesh_15_1",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_15_1.geometry,material:a.Fanuc_Yellow_Textured_AO}),o.jsx("mesh",{name:"Mesh_15_2",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_15_2.geometry,material:a.Material_9_AO})]})]}),o.jsxs("group",{name:"M20iD25_L02",position:[0,.505,-.055],rotation:[-Math.PI,Math.PI/2,0],children:[o.jsx("mesh",{name:"Mesh_37",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_37.geometry,material:a.Fanuc_BlackMetal_AO}),o.jsx("mesh",{name:"Mesh_37_1",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_37_1.geometry,material:a.Fanuc_Yellow_Textured_AO})]})]}),o.jsxs("group",{name:"M20iD25_L01",rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"Mesh_45",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_45.geometry,material:a.Material_9_AO}),o.jsx("mesh",{name:"Mesh_45_1",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_45_1.geometry,material:a.Fanuc_Yellow_Textured_AO}),o.jsx("mesh",{name:"Mesh_45_2",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_45_2.geometry,material:a.Fanuc_BlackMetal_AO})]})]}),o.jsx("mesh",{name:"M20iD25_L00",castShadow:!0,receiveShadow:!0,geometry:r.M20iD25_L00.geometry,material:a.Fanuc_BlackMetal_AO,position:[0,-.425,0],rotation:[-Math.PI/2,0,0]})]})})})})}al.config={rotationOffsets:[0,Math.PI/2,0,0,0,0]};function al({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsxs("group",{name:"Scene",children:[o.jsxs(b.animated.group,{name:"CRX10iA_J00",children:[o.jsxs(b.animated.group,{name:"CRX10iA_J01",rotation:[Math.PI/2,Math.PI/2,0],children:[o.jsxs(b.animated.group,{name:"CRX10iA_J02",position:[.54,0,0],children:[o.jsxs(b.animated.group,{name:"CRX10iA_J03",rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"CRX10iA_J04",position:[0,-.54,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"CRX10iA_J05",position:[0,.15,0],rotation:[-Math.PI/2,0,0],children:[o.jsx("group",{name:"CRX10iA_FLG",position:[0,-.16,0],rotation:[-Math.PI,0,0]}),o.jsx("mesh",{name:"CRX10iA_L06",castShadow:!0,receiveShadow:!0,geometry:r.CRX10iA_L06.geometry,material:a.Fanuc_BlackMetal,position:[0,-.16,0],rotation:[0,0,-Math.PI/2]})]}),o.jsxs("group",{name:"CRX10iA_L05",position:[0,.15,0],rotation:[-Math.PI/2,0,-Math.PI/2],children:[o.jsx("mesh",{name:"J5CASING_UNIT001",castShadow:!0,receiveShadow:!0,geometry:r.J5CASING_UNIT001.geometry,material:a.Fanuc_WhitePlastic}),o.jsx("mesh",{name:"J5CASING_UNIT001_1",castShadow:!0,receiveShadow:!0,geometry:r.J5CASING_UNIT001_1.geometry,material:a.Fanuc_Green})]})]}),o.jsxs("group",{name:"CRX10iA_L04",position:[0,-.54,0],rotation:[0,0,-Math.PI/2],children:[o.jsx("mesh",{name:"NAME_LABEL_CRX_10iA",castShadow:!0,receiveShadow:!0,geometry:r.NAME_LABEL_CRX_10iA.geometry,material:a.Fanuc_RedPlastic}),o.jsx("mesh",{name:"NAME_LABEL_CRX_10iA_1",castShadow:!0,receiveShadow:!0,geometry:r.NAME_LABEL_CRX_10iA_1.geometry,material:a.Fanuc_BlackPlastic}),o.jsx("mesh",{name:"NAME_LABEL_CRX_10iA_2",castShadow:!0,receiveShadow:!0,geometry:r.NAME_LABEL_CRX_10iA_2.geometry,material:a.Fanuc_WhitePlastic})]})]}),o.jsx("mesh",{name:"CRX10iA_L03",castShadow:!0,receiveShadow:!0,geometry:r.CRX10iA_L03.geometry,material:a.Fanuc_WhitePlastic,rotation:[-Math.PI/2,0,-Math.PI/2]})]}),o.jsx("mesh",{name:"CRX10iA_L02",castShadow:!0,receiveShadow:!0,geometry:r.CRX10iA_L02.geometry,material:a.Fanuc_WhitePlastic,rotation:[-Math.PI/2,0,-Math.PI/2]})]}),o.jsxs("group",{name:"CRX10iA_L01",position:[0,-.117,0],children:[o.jsx("mesh",{name:"J2BASE_UNIT001",castShadow:!0,receiveShadow:!0,geometry:r.J2BASE_UNIT001.geometry,material:a.Fanuc_Green}),o.jsx("mesh",{name:"J2BASE_UNIT001_1",castShadow:!0,receiveShadow:!0,geometry:r.J2BASE_UNIT001_1.geometry,material:a.Fanuc_WhitePlastic}),o.jsx("mesh",{name:"J2BASE_UNIT001_2",castShadow:!0,receiveShadow:!0,geometry:r.J2BASE_UNIT001_2.geometry,material:a.Fanuc_GreenLED})]})]}),o.jsx("mesh",{name:"CRX10iA_L00",castShadow:!0,receiveShadow:!0,geometry:r.CRX10iA_L00.geometry,material:a.Fanuc_BlackMetal,position:[0,-.245,0]})]})})})}ol.config={rotationOffsets:[0,Math.PI/2,0,0,0,0]};function ol({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsxs("group",{name:"Scene",children:[o.jsx("mesh",{name:"link_0",castShadow:!0,receiveShadow:!0,geometry:r.link_0.geometry,material:a.fanuc_metal_black}),o.jsxs(b.animated.group,{name:"FANUC_CRX20iAL_J00",position:[0,-.245,0],children:[o.jsxs(b.animated.group,{name:"FANUC_CRX20iAL_J01",position:[0,.245,0],rotation:[Math.PI/2,Math.PI/2,0],children:[o.jsxs(b.animated.group,{name:"FANUC_CRX20iAL_J02",position:[.71,0,0],children:[o.jsxs(b.animated.group,{name:"FANUC_CRX20iAL_J03",rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"FANUC_CRX20iAL_J04",position:[0,-.54,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"FANUC_CRX20iAL_J05",position:[0,.15,0],rotation:[-Math.PI/2,0,0],children:[o.jsx(b.animated.group,{name:"FANUC_CRX20iAL_FLG",position:[0,-.16,0],rotation:[-Math.PI,0,0]}),o.jsx("mesh",{name:"link_6",castShadow:!0,receiveShadow:!0,geometry:r.link_6.geometry,material:a.fanuc_metal_black,position:[-.71,.54,-.15],rotation:[0,0,-Math.PI/2]})]}),o.jsxs(b.animated.group,{name:"link_5",position:[-.71,0,-.54],rotation:[-Math.PI/2,0,-Math.PI/2],children:[o.jsx("mesh",{name:"shape053",castShadow:!0,receiveShadow:!0,geometry:r.shape053.geometry,material:a.fanuc_white}),o.jsx("mesh",{name:"shape053_1",castShadow:!0,receiveShadow:!0,geometry:r.shape053_1.geometry,material:a.fanuc_green})]})]}),o.jsxs(b.animated.group,{name:"link_4",position:[-.71,0,0],rotation:[0,0,-Math.PI/2],children:[o.jsx("mesh",{name:"shape054",castShadow:!0,receiveShadow:!0,geometry:r.shape054.geometry,material:a.fanuc_white}),o.jsx("mesh",{name:"shape054_1",castShadow:!0,receiveShadow:!0,geometry:r.shape054_1.geometry,material:a.fanuc_red}),o.jsx("mesh",{name:"shape054_2",castShadow:!0,receiveShadow:!0,geometry:r.shape054_2.geometry,material:a.fanuc_metal_black})]})]}),o.jsxs(b.animated.group,{name:"link_3",position:[-.71,0,0],rotation:[-Math.PI/2,0,-Math.PI/2],children:[o.jsx("mesh",{name:"shape009",castShadow:!0,receiveShadow:!0,geometry:r.shape009.geometry,material:a.fanuc_green}),o.jsx("mesh",{name:"shape009_1",castShadow:!0,receiveShadow:!0,geometry:r.shape009_1.geometry,material:a.fanuc_white})]})]}),o.jsx("mesh",{name:"link_2",castShadow:!0,receiveShadow:!0,geometry:r.link_2.geometry,material:a.fanuc_white,rotation:[-Math.PI/2,0,-Math.PI/2]})]}),o.jsxs("group",{name:"link_1",position:[0,.245,0],children:[o.jsx("mesh",{name:"shape005",castShadow:!0,receiveShadow:!0,geometry:r.shape005.geometry,material:a.fanuc_white}),o.jsx("mesh",{name:"shape005_1",castShadow:!0,receiveShadow:!0,geometry:r.shape005_1.geometry,material:a.fanuc_green})]})]})]})})})}sl.config={rotationOffsets:[0,Math.PI/2,0,0,0,0]};function sl({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsxs("group",{name:"Scene",position:[0,-.37,0],children:[o.jsxs("group",{name:"CRX25iA_L00",children:[o.jsx("mesh",{name:"J1BASE_NetGen_Coarse",castShadow:!0,receiveShadow:!0,geometry:r.J1BASE_NetGen_Coarse.geometry,material:a.Fanuc_BlackMetal}),o.jsx("mesh",{name:"J1BASE_NetGen_Coarse_1",castShadow:!0,receiveShadow:!0,geometry:r.J1BASE_NetGen_Coarse_1.geometry,material:a.Fanuc_GreenPlastic})]}),o.jsxs(b.animated.group,{name:"CRX25iA_J00",children:[o.jsxs(b.animated.group,{name:"CRX25iA_J01",position:[0,.37,0],rotation:[Math.PI/2,Math.PI/2,0],children:[o.jsxs(b.animated.group,{name:"CRX25iA_J02",position:[.95,0,0],children:[o.jsxs(b.animated.group,{name:"CRX25iA_J03",rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"CRX25iA_J04",position:[0,-.75,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"CRX25iA_J05",position:[0,.185,0],rotation:[-Math.PI/2,0,0],children:[o.jsx("group",{name:"CRX25iA_FLG",position:[0,-.18,0],rotation:[-Math.PI,0,0]}),o.jsx("mesh",{name:"CRX25iA_L06",castShadow:!0,receiveShadow:!0,geometry:r.CRX25iA_L06.geometry,material:a.Fanuc_BlackMetal,position:[0,-.18,0]})]}),o.jsxs("group",{name:"CRX25iA_L05",position:[0,.185,0],children:[o.jsx("mesh",{name:"J6CASING_NetGen_Coarse",castShadow:!0,receiveShadow:!0,geometry:r.J6CASING_NetGen_Coarse.geometry,material:a.Fanuc_WhitePlastic}),o.jsx("mesh",{name:"J6CASING_NetGen_Coarse_1",castShadow:!0,receiveShadow:!0,geometry:r.J6CASING_NetGen_Coarse_1.geometry,material:a.Fanuc_GreenPlastic})]})]}),o.jsxs("group",{name:"CRX25iA_L04",position:[0,-.75,0],children:[o.jsx("mesh",{name:"J3ARM_NetGen_Coarse",castShadow:!0,receiveShadow:!0,geometry:r.J3ARM_NetGen_Coarse.geometry,material:a.Fanuc_WhitePlastic}),o.jsx("mesh",{name:"J3ARM_NetGen_Coarse_1",castShadow:!0,receiveShadow:!0,geometry:r.J3ARM_NetGen_Coarse_1.geometry,material:a.Fanuc_RedPlastic}),o.jsx("mesh",{name:"J3ARM_NetGen_Coarse_2",castShadow:!0,receiveShadow:!0,geometry:r.J3ARM_NetGen_Coarse_2.geometry,material:a.Fanuc_BlackPlastic})]})]}),o.jsxs("group",{name:"CRX25iA_L03",children:[o.jsx("mesh",{name:"J3CASING_NetGen_Coarse",castShadow:!0,receiveShadow:!0,geometry:r.J3CASING_NetGen_Coarse.geometry,material:a.Fanuc_WhitePlastic}),o.jsx("mesh",{name:"J3CASING_NetGen_Coarse_1",castShadow:!0,receiveShadow:!0,geometry:r.J3CASING_NetGen_Coarse_1.geometry,material:a.Fanuc_GreenPlastic})]})]}),o.jsx("mesh",{name:"CRX25iA_L02",castShadow:!0,receiveShadow:!0,geometry:r.CRX25iA_L02.geometry,material:a.Fanuc_WhitePlastic})]}),o.jsxs("group",{name:"CRX25iA_L01",position:[0,.18,0],children:[o.jsx("mesh",{name:"J2BASE_NetGen_Coarse",castShadow:!0,receiveShadow:!0,geometry:r.J2BASE_NetGen_Coarse.geometry,material:a.Fanuc_WhitePlastic}),o.jsx("mesh",{name:"J2BASE_NetGen_Coarse_1",castShadow:!0,receiveShadow:!0,geometry:r.J2BASE_NetGen_Coarse_1.geometry,material:a.Fanuc_GreenLED})]})]})]})})})}il.config={rotationOffsets:[0,Math.PI/2,0,0,0,0]};function il({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsxs("group",{name:"Scene",children:[o.jsxs(b.animated.group,{name:"CRX10iA_J00",children:[o.jsxs(b.animated.group,{name:"CRX10iA_J01",position:[0,.245,0],rotation:[Math.PI/2,Math.PI/2,0],children:[o.jsxs(b.animated.group,{name:"CRX10iA_J02",position:[.71,0,0],children:[o.jsxs(b.animated.group,{name:"CRX10iA_J03",rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"CRX10iA_J04",position:[0,-.54,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"CRX10iA_J05",position:[0,.15,0],rotation:[-Math.PI/2,0,0],children:[o.jsx("group",{name:"CRX10iA_FLG",position:[0,-.16,0],rotation:[-Math.PI,0,0]}),o.jsx("mesh",{name:"CRX10iA_L06",castShadow:!0,receiveShadow:!0,geometry:r.CRX10iA_L06.geometry,material:a["Fanuc_BlackMetal.001"],position:[0,-.16,0],rotation:[0,0,-Math.PI/2]})]}),o.jsxs("group",{name:"CRX10iA_L05",position:[0,.15,0],rotation:[-Math.PI/2,0,-Math.PI/2],children:[o.jsx("mesh",{name:"J5CASING_UNIT001",castShadow:!0,receiveShadow:!0,geometry:r.J5CASING_UNIT001.geometry,material:a["Fanuc_WhitePlastic.001"]}),o.jsx("mesh",{name:"J5CASING_UNIT001_1",castShadow:!0,receiveShadow:!0,geometry:r.J5CASING_UNIT001_1.geometry,material:a["Fanuc_Green.001"]})]})]}),o.jsxs("group",{name:"CRX10iA_L04",position:[0,-.54,0],rotation:[0,0,-Math.PI/2],children:[o.jsx("mesh",{name:"NAME_LABEL_CRX_10iA_L001",castShadow:!0,receiveShadow:!0,geometry:r.NAME_LABEL_CRX_10iA_L001.geometry,material:a["Fanuc_WhitePlastic.001"]}),o.jsx("mesh",{name:"NAME_LABEL_CRX_10iA_L001_1",castShadow:!0,receiveShadow:!0,geometry:r.NAME_LABEL_CRX_10iA_L001_1.geometry,material:a["Fanuc_RedPlastic.001"]}),o.jsx("mesh",{name:"NAME_LABEL_CRX_10iA_L001_2",castShadow:!0,receiveShadow:!0,geometry:r.NAME_LABEL_CRX_10iA_L001_2.geometry,material:a["Fanuc_BlackPlastic.001"]})]})]}),o.jsxs("group",{name:"CRX10iA_L03",rotation:[-Math.PI/2,0,-Math.PI/2],children:[o.jsx("mesh",{name:"J3CASING_UNIT001",castShadow:!0,receiveShadow:!0,geometry:r.J3CASING_UNIT001.geometry,material:a["Fanuc_WhitePlastic.001"]}),o.jsx("mesh",{name:"J3CASING_UNIT001_1",castShadow:!0,receiveShadow:!0,geometry:r.J3CASING_UNIT001_1.geometry,material:a["Fanuc_Green.001"]})]})]}),o.jsx("mesh",{name:"CRX10iA_L02",castShadow:!0,receiveShadow:!0,geometry:r.CRX10iA_L02.geometry,material:a["Fanuc_WhitePlastic.001"],rotation:[-Math.PI/2,0,-Math.PI/2]})]}),o.jsxs("group",{name:"CRX10iA_L01",position:[0,.128,0],children:[o.jsx("mesh",{name:"J2BASE_UNIT001",castShadow:!0,receiveShadow:!0,geometry:r.J2BASE_UNIT001.geometry,material:a["Fanuc_WhitePlastic.001"]}),o.jsx("mesh",{name:"J2BASE_UNIT001_1",castShadow:!0,receiveShadow:!0,geometry:r.J2BASE_UNIT001_1.geometry,material:a["Fanuc_Green.001"]}),o.jsx("mesh",{name:"J2BASE_UNIT001_2",castShadow:!0,receiveShadow:!0,geometry:r.J2BASE_UNIT001_2.geometry,material:a["Fanuc_GreenLED.001"]})]})]}),o.jsx("mesh",{name:"CRX10iA_L00",castShadow:!0,receiveShadow:!0,geometry:r.CRX10iA_L00.geometry,material:a["Fanuc_BlackMetal.001"]})]})})})}ll.config={rotationOffsets:[0,0,-Math.PI/2,0,0,0]};function ll({modelURL:e,...t}){const{nodes:n,materials:r}=oe.useGLTF(e);return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsxs("group",{name:"Scene",children:[o.jsxs("group",{name:"link_0",children:[o.jsx("mesh",{name:"visuals_0",castShadow:!0,receiveShadow:!0,geometry:n.visuals_0.geometry,material:r.material_Material_Metall}),o.jsx("mesh",{name:"visuals_0_1",castShadow:!0,receiveShadow:!0,geometry:n.visuals_0_1.geometry,material:r.material_Material_Farbe__2_}),o.jsx("mesh",{name:"visuals_0_2",castShadow:!0,receiveShadow:!0,geometry:n.visuals_0_2.geometry,material:r.material_Material_Metall})]}),o.jsxs(b.animated.group,{name:"KUKA_KR16R2010_2_J00",children:[o.jsxs(b.animated.group,{name:"KUKA_KR16R2010_2_J01",position:[.16,.52,0],rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"KUKA_KR16R2010_2_J02",position:[.98,0,0],rotation:[0,-Math.PI/2,0],children:[o.jsxs(b.animated.group,{name:"KUKA_KR16R2010_2_J03",position:[.15,0,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"KUKA_KR16R2010_2_J04",position:[0,-.86,0],rotation:[-Math.PI/2,0,0],children:[o.jsx(b.animated.group,{name:"KUKA_KR16R2010_2_J05",rotation:[-Math.PI/2,0,-Math.PI],children:o.jsx("mesh",{name:"link_6",castShadow:!0,receiveShadow:!0,geometry:n.link_6.geometry,material:r.material_Material_Farbe__2_,position:[.67,2,0],rotation:[-Math.PI,0,Math.PI/2]})}),o.jsx("mesh",{name:"link_5",castShadow:!0,receiveShadow:!0,geometry:n.link_5.geometry,material:r.material_Material_Farbe,position:[-.67,0,2],rotation:[Math.PI/2,0,-Math.PI/2]})]}),o.jsx("mesh",{name:"link_4",castShadow:!0,receiveShadow:!0,geometry:n.link_4.geometry,material:r.material_Material_Farbe,position:[-.67,1.14,0],rotation:[0,0,-Math.PI/2]})]}),o.jsxs("group",{name:"link_3",position:[-.52,0,1.14],rotation:[Math.PI/2,0,-Math.PI/2],children:[o.jsx("mesh",{name:"visuals_3",castShadow:!0,receiveShadow:!0,geometry:n.visuals_3.geometry,material:r.material_Material_Farbe}),o.jsx("mesh",{name:"visuals_3_1",castShadow:!0,receiveShadow:!0,geometry:n.visuals_3_1.geometry,material:r.material_Material_Metall}),o.jsx("mesh",{name:"visuals_3_2",castShadow:!0,receiveShadow:!0,geometry:n.visuals_3_2.geometry,material:r.material_Material_Farbe__2_})]})]}),o.jsxs("group",{name:"link_2",position:[-.16,0,-.52],rotation:[Math.PI/2,0,0],children:[o.jsx("mesh",{name:"visuals_2",castShadow:!0,receiveShadow:!0,geometry:n.visuals_2.geometry,material:r.material_Material_Farbe}),o.jsx("mesh",{name:"visuals_2_1",castShadow:!0,receiveShadow:!0,geometry:n.visuals_2_1.geometry,material:r.material_Material_Metall})]})]}),o.jsxs("group",{name:"link_1",children:[o.jsx("mesh",{name:"visuals_1",castShadow:!0,receiveShadow:!0,geometry:n.visuals_1.geometry,material:r.material_Material_Farbe}),o.jsx("mesh",{name:"visuals_1_1",castShadow:!0,receiveShadow:!0,geometry:n.visuals_1_1.geometry,material:r.material_Material_Farbe__2_}),o.jsx("mesh",{name:"visuals_1_2",castShadow:!0,receiveShadow:!0,geometry:n.visuals_1_2.geometry,material:r.material_Material_Metall})]})]})]})})})}ul.config={rotationOffsets:[0,0,-Math.PI/2,0,0,0]};function ul({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsx("group",{name:"Scene",children:o.jsxs("group",{name:"kuka_kr210_2700",children:[o.jsxs(b.animated.group,{name:"joint_01",children:[o.jsxs(b.animated.group,{name:"joint_02",position:[.33,.645,0],rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"joint_03",position:[1.15,0,0],rotation:[0,-Math.PI/2,0],children:[o.jsxs(b.animated.group,{name:"joint_04",position:[.115,0,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"joint_05",position:[0,-1.22,0],rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"joint_06",rotation:[Math.PI/2,0,0],children:[o.jsx("group",{name:"flange",position:[0,-.215,0],rotation:[-Math.PI,0,0]}),o.jsx("group",{name:"link_6",position:[0,-.17,0],rotation:[0,0,-Math.PI/2],children:o.jsx("mesh",{name:"visuals006",castShadow:!0,receiveShadow:!0,geometry:r.visuals006.geometry,material:a.material_Material_Metall_black})})]}),o.jsx("group",{name:"link_5",position:[0,.059,0],rotation:[Math.PI/2,0,-Math.PI/2],children:o.jsxs("group",{name:"visuals005",children:[o.jsx("mesh",{name:"visuals005_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals005_1.geometry,material:a.material_Material_metal_black}),o.jsx("mesh",{name:"visuals005_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals005_2.geometry,material:a.material_Material_kuka_orange})]})})]}),o.jsx("group",{name:"link_4",position:[0,-.869,0],rotation:[0,0,-Math.PI/2],children:o.jsxs("group",{name:"visuals004",children:[o.jsx("mesh",{name:"visuals004_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals004_1.geometry,material:a.material_Material_metal_black}),o.jsx("mesh",{name:"visuals004_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals004_2.geometry,material:a.material_Material_kuka_orange})]})})]}),o.jsx("group",{name:"link_3",position:[0,-.105,0],rotation:[Math.PI/2,0,-Math.PI/2],children:o.jsxs("group",{name:"visuals003",children:[o.jsx("mesh",{name:"visuals003_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals003_1.geometry,material:a.material_Material_rubber}),o.jsx("mesh",{name:"visuals003_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals003_2.geometry,material:a.material_Material_aluminium}),o.jsx("mesh",{name:"visuals003_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals003_3.geometry,material:a.material_Material_metal_black}),o.jsx("mesh",{name:"visuals003_4",castShadow:!0,receiveShadow:!0,geometry:r.visuals003_4.geometry,material:a.material_Material_kuka_black}),o.jsx("mesh",{name:"visuals003_5",castShadow:!0,receiveShadow:!0,geometry:r.visuals003_5.geometry,material:a.material_Material_Rubber_black}),o.jsx("mesh",{name:"visuals003_6",castShadow:!0,receiveShadow:!0,geometry:r.visuals003_6.geometry,material:a.material_Material_kuka_orange}),o.jsx("mesh",{name:"visuals003_7",castShadow:!0,receiveShadow:!0,geometry:r.visuals003_7.geometry,material:a.material_Material_stainless_steel})]})})]}),o.jsx("group",{name:"link_2",position:[0,.009,0],rotation:[Math.PI/2,0,0],children:o.jsxs("group",{name:"visuals002",children:[o.jsx("mesh",{name:"visuals002_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals002_1.geometry,material:a.material_Material_metal_black}),o.jsx("mesh",{name:"visuals002_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals002_2.geometry,material:a.material_Material_Rubber_black}),o.jsx("mesh",{name:"visuals002_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals002_3.geometry,material:a.material_Material_kuka_orange})]})})]}),o.jsx("group",{name:"link_1",position:[0,.236,0],children:o.jsxs("group",{name:"visuals001",children:[o.jsx("mesh",{name:"visuals001_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals001_1.geometry,material:a.material_Material_kuka_black}),o.jsx("mesh",{name:"visuals001_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals001_2.geometry,material:a.material_Material_kuka_orange}),o.jsx("mesh",{name:"visuals001_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals001_3.geometry,material:a.material_Material_rubber}),o.jsx("mesh",{name:"visuals001_4",castShadow:!0,receiveShadow:!0,geometry:r.visuals001_4.geometry,material:a.material_Material_metal_black}),o.jsx("mesh",{name:"visuals001_5",castShadow:!0,receiveShadow:!0,geometry:r.visuals001_5.geometry,material:a.material_Material_aluminium}),o.jsx("mesh",{name:"visuals001_6",castShadow:!0,receiveShadow:!0,geometry:r.visuals001_6.geometry,material:a.material_Material_rubber_black}),o.jsx("mesh",{name:"visuals001_7",castShadow:!0,receiveShadow:!0,geometry:r.visuals001_7.geometry,material:a.material_Material_stainless_steel})]})})]}),o.jsx("group",{name:"link_0",children:o.jsxs("group",{name:"visuals",children:[o.jsx("mesh",{name:"visuals_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_1.geometry,material:a.material_Material_kuka_black}),o.jsx("mesh",{name:"visuals_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals_2.geometry,material:a.material_Material_metal_black})]})})]})})})})}cl.config={rotationOffsets:[0,0,-Math.PI/2,0,0,0]};function cl({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsxs("group",{name:"Scene",children:[o.jsxs(b.animated.group,{name:"joint_01",children:[o.jsxs(b.animated.group,{name:"joint_02",position:[.35,.675,0],rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"joint_03",position:[1.15,0,0],rotation:[0,-Math.PI/2,0],children:[o.jsxs(b.animated.group,{name:"joint_04",position:[-.041,0,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"joint_05",position:[0,-1.2,0],rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"joint_06",rotation:[Math.PI/2,0,0],children:[o.jsx("group",{name:"flange",position:[0,-.24,0],rotation:[-Math.PI,0,0]}),o.jsx("group",{name:"link_6",position:[0,-.213,0],rotation:[0,0,-Math.PI/2],children:o.jsxs("group",{name:"visuals006",children:[o.jsx("mesh",{name:"visuals006_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals006_1.geometry,material:a.material_Material_Farbe__1_}),o.jsx("mesh",{name:"visuals006_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals006_2.geometry,material:a.material_Material_Metall})]})})]}),o.jsx("group",{name:"link_5",position:[0,.044,0],rotation:[Math.PI/2,0,-Math.PI/2],children:o.jsx("mesh",{name:"visuals005",castShadow:!0,receiveShadow:!0,geometry:r.visuals005.geometry,material:a.material_Material_Farbe})})]}),o.jsx("group",{name:"link_4",position:[0,-.954,0],rotation:[0,0,-Math.PI/2],children:o.jsx("mesh",{name:"visuals004",castShadow:!0,receiveShadow:!0,geometry:r.visuals004.geometry,material:a.material_Material_Farbe})})]}),o.jsx("group",{name:"link_3",position:[0,-.178,0],rotation:[Math.PI/2,0,-Math.PI/2],children:o.jsxs("group",{name:"visuals003",children:[o.jsx("mesh",{name:"visuals003_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals003_1.geometry,material:a.material_Material_Farbe__1_}),o.jsx("mesh",{name:"visuals003_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals003_2.geometry,material:a.material_Material_Farbe__2_}),o.jsx("mesh",{name:"visuals003_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals003_3.geometry,material:a.material_Material_Metall}),o.jsx("mesh",{name:"visuals003_4",castShadow:!0,receiveShadow:!0,geometry:r.visuals003_4.geometry,material:a.material_Material_Farbe})]})})]}),o.jsx("group",{name:"link_2",rotation:[Math.PI/2,0,0],children:o.jsxs("group",{name:"visuals002",children:[o.jsx("mesh",{name:"visuals002_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals002_1.geometry,material:a.material_Material_Farbe}),o.jsx("mesh",{name:"visuals002_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals002_2.geometry,material:a.material_Material_Farbe__1_}),o.jsx("mesh",{name:"visuals002_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals002_3.geometry,material:a.material_Material_Metall}),o.jsx("mesh",{name:"visuals002_4",castShadow:!0,receiveShadow:!0,geometry:r.visuals002_4.geometry,material:a.material_Material_Farbe__2_})]})})]}),o.jsx("group",{name:"link_1",position:[0,.226,0],children:o.jsxs("group",{name:"visuals001",children:[o.jsx("mesh",{name:"visuals001_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals001_1.geometry,material:a.material_Material_Metall}),o.jsx("mesh",{name:"visuals001_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals001_2.geometry,material:a.material_Material_Farbe__1_}),o.jsx("mesh",{name:"visuals001_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals001_3.geometry,material:a.material_Material_Farbe__2_}),o.jsx("mesh",{name:"visuals001_4",castShadow:!0,receiveShadow:!0,geometry:r.visuals001_4.geometry,material:a.material_Material_Farbe})]})})]}),o.jsx("group",{name:"link_0-base",children:o.jsxs("group",{name:"visuals",children:[o.jsx("mesh",{name:"visuals_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_1.geometry,material:a.material_Material_Metall}),o.jsx("mesh",{name:"visuals_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals_2.geometry,material:a.material_Material_Farbe__1_})]})})]})})})}function Yd({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsx("group",{name:"Scene",children:o.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR10CB3_J00",children:[o.jsxs("group",{name:"link_0",children:[o.jsx("mesh",{name:"visuals_0",castShadow:!0,receiveShadow:!0,geometry:r.visuals_0.geometry,material:a.universalrobots_aluminum}),o.jsx("mesh",{name:"visuals_0_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_0_1.geometry,material:a.universalrobots_aluminum})]}),o.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR10CB3_J01",position:[0,.127,0],rotation:[Math.PI/2,0,0],children:[o.jsxs("group",{name:"link_1",position:[0,0,.127],rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"visuals_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_1.geometry,material:a.universalrobots_darkgrey}),o.jsx("mesh",{name:"visuals_1_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_1_1.geometry,material:a.universalrobots_stainlesssteel}),o.jsx("mesh",{name:"visuals_1_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals_1_2.geometry,material:a.universalrobots_stainlesssteel}),o.jsx("mesh",{name:"visuals_1_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals_1_3.geometry,material:a.universalrobots_stainlesssteel}),o.jsx("mesh",{name:"visuals_1_4",castShadow:!0,receiveShadow:!0,geometry:r.visuals_1_4.geometry,material:a.universalrobots_black}),o.jsx("mesh",{name:"visuals_1_5",castShadow:!0,receiveShadow:!0,geometry:r.visuals_1_5.geometry,material:a.universalrobots_lightblue})]}),o.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR10CB3_J02",position:[-.612,0,0],children:[o.jsxs("group",{name:"link_2",position:[.612,0,.127],rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"visuals_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals_2.geometry,material:a.universalrobots_aluminum}),o.jsx("mesh",{name:"visuals_2_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_2_1.geometry,material:a.universalrobots_stainlesssteel}),o.jsx("mesh",{name:"visuals_2_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals_2_2.geometry,material:a.universalrobots_darkgrey}),o.jsx("mesh",{name:"visuals_2_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals_2_3.geometry,material:a.universalrobots_black}),o.jsx("mesh",{name:"visuals_2_4",castShadow:!0,receiveShadow:!0,geometry:r.visuals_2_4.geometry,material:a.universalrobots_stainlesssteel}),o.jsx("mesh",{name:"visuals_2_5",castShadow:!0,receiveShadow:!0,geometry:r.visuals_2_5.geometry,material:a.universalrobots_lightblue})]}),o.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR10CB3_J03",position:[-.572,0,0],children:[o.jsxs("group",{name:"link_3",position:[1.184,0,.127],rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"visuals_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals_3.geometry,material:a.universalrobots_aluminum}),o.jsx("mesh",{name:"visuals_3_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_3_1.geometry,material:a.universalrobots_stainlesssteel}),o.jsx("mesh",{name:"visuals_3_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals_3_2.geometry,material:a.universalrobots_darkgrey}),o.jsx("mesh",{name:"visuals_3_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals_3_3.geometry,material:a.universalrobots_black}),o.jsx("mesh",{name:"visuals_3_4",castShadow:!0,receiveShadow:!0,geometry:r.visuals_3_4.geometry,material:a.universalrobots_lightblue})]}),o.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR10CB3_J04",position:[0,.164,0],rotation:[Math.PI/2,0,0],children:[o.jsxs("group",{name:"link_4",position:[1.184,.127,.164],rotation:[Math.PI,0,0],children:[o.jsx("mesh",{name:"visuals_4",castShadow:!0,receiveShadow:!0,geometry:r.visuals_4.geometry,material:a.universalrobots_darkgrey}),o.jsx("mesh",{name:"visuals_4_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_4_1.geometry,material:a.universalrobots_stainlesssteel}),o.jsx("mesh",{name:"visuals_4_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals_4_2.geometry,material:a.universalrobots_black}),o.jsx("mesh",{name:"visuals_4_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals_4_3.geometry,material:a.universalrobots_stainlesssteel}),o.jsx("mesh",{name:"visuals_4_4",castShadow:!0,receiveShadow:!0,geometry:r.visuals_4_4.geometry,material:a.universalrobots_lightblue})]}),o.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR10CB3_J05",position:[0,.116,0],rotation:[-Math.PI/2,0,0],children:[o.jsxs("group",{name:"link_5",position:[1.184,-.164,.012],rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"visuals_5",castShadow:!0,receiveShadow:!0,geometry:r.visuals_5.geometry,material:a.universalrobots_darkgrey}),o.jsx("mesh",{name:"visuals_5_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_5_1.geometry,material:a.universalrobots_stainlesssteel}),o.jsx("mesh",{name:"visuals_5_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals_5_2.geometry,material:a.universalrobots_black}),o.jsx("mesh",{name:"visuals_5_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals_5_3.geometry,material:a.universalrobots_aluminum}),o.jsx("mesh",{name:"visuals_5_4",castShadow:!0,receiveShadow:!0,geometry:r.visuals_5_4.geometry,material:a.universalrobots_lightblue})]}),o.jsx("group",{name:"UNIVERSALROBOTS_UR10CB3_FLG",position:[0,.116,0],rotation:[-Math.PI/2,0,0],children:o.jsxs("group",{name:"link_6",position:[1.184,-.012,-.28],children:[o.jsx("mesh",{name:"visuals_6",castShadow:!0,receiveShadow:!0,geometry:r.visuals_6.geometry,material:a.universalrobots_aluminum}),o.jsx("mesh",{name:"visuals_6_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_6_1.geometry,material:a.universalrobots_aluminum})]})})]})]})]})]})]})]})})})})}function Zd({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsx("group",{name:"Scene",children:o.jsxs("group",{name:"UR10e",rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR10e_J01",rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR10e_J02",position:[0,.181,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR10e_J03",position:[-.613,0,0],children:[o.jsxs(b.animated.group,{name:"UR10e_J04",position:[-.572,0,0],children:[o.jsxs(b.animated.group,{name:"UR10e_J05",position:[0,.174,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR10e_J06",position:[0,.12,0],rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR10e_FLG",position:[1.184,-.174,.061],rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"C-1000493",geometry:r["C-1000493"].geometry,material:a.Black,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000493_1",geometry:r["C-1000493_1"].geometry,material:a.Metal,castShadow:!0,receiveShadow:!0})]}),o.jsx("group",{name:"UR10e_L07",position:[0,.117,0]})]}),o.jsxs("group",{name:"UR10e_L06",position:[1.184,.181,.174],rotation:[Math.PI,0,0],children:[o.jsx("mesh",{name:"C-1000492",geometry:r["C-1000492"].geometry,material:a.DarkGray,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000492_1",geometry:r["C-1000492_1"].geometry,material:a.Black,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000492_2",geometry:r["C-1000492_2"].geometry,material:a.Blue,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000492_3",geometry:r["C-1000492_3"].geometry,material:a.Screw,castShadow:!0,receiveShadow:!0})]})]}),o.jsxs("group",{name:"UR10e_L05",position:[1.184,0,.181],rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"C-1000491",geometry:r["C-1000491"].geometry,material:a.DarkGray,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000491_1",geometry:r["C-1000491_1"].geometry,material:a.Blue,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000491_2",geometry:r["C-1000491_2"].geometry,material:a.Black,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000491_3",geometry:r["C-1000491_3"].geometry,material:a.Screw,castShadow:!0,receiveShadow:!0})]})]}),o.jsxs("group",{name:"UR10e_L04",position:[.613,0,.181],rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"C-1000490",geometry:r["C-1000490"].geometry,material:a.Metal,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000490_1",geometry:r["C-1000490_1"].geometry,material:a.Black,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000490_2",geometry:r["C-1000490_2"].geometry,material:a.DarkGray,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000490_3",geometry:r["C-1000490_3"].geometry,material:a.Blue,castShadow:!0,receiveShadow:!0})]})]}),o.jsxs(b.animated.group,{name:"UR10e_L03",position:[0,0,.181],rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"C-1000489",geometry:r["C-1000489"].geometry,material:a.Blue,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000489_1",geometry:r["C-1000489_1"].geometry,material:a.Black,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000489_2",geometry:r["C-1000489_2"].geometry,material:a.DarkGray,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000489_3",geometry:r["C-1000489_3"].geometry,material:a.Screw,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000489_4",geometry:r["C-1000489_4"].geometry,material:a.Metal,castShadow:!0,receiveShadow:!0})]})]}),o.jsxs("group",{name:"UR10e_L02",children:[o.jsx("mesh",{name:"C-1000488",geometry:r["C-1000488"].geometry,material:a.Black,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000488_1",geometry:r["C-1000488_1"].geometry,material:a.Blue,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000488_2",geometry:r["C-1000488_2"].geometry,material:a.Screw,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000488_3",geometry:r["C-1000488_3"].geometry,material:a.DarkGray,castShadow:!0,receiveShadow:!0})]})]}),o.jsxs("group",{name:"UR10e_L01",rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"C-1000487",geometry:r["C-1000487"].geometry,material:a.Black,castShadow:!0,receiveShadow:!0}),o.jsx("mesh",{name:"C-1000487_1",geometry:r["C-1000487_1"].geometry,material:a.Metal,castShadow:!0,receiveShadow:!0})]})]})})})})}function Qd({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsx("group",{name:"Scene",children:o.jsxs("group",{name:"UR3",rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR3_J01",rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR3_J02",position:[0,.152,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR3_J03",position:[-.244,0,0],children:[o.jsxs(b.animated.group,{name:"UR3_J04",position:[-.213,0,0],children:[o.jsxs(b.animated.group,{name:"UR3_J05",position:[0,.112,0],rotation:[Math.PI/2,0,0],children:[o.jsx("mesh",{name:"UR3_05",castShadow:!0,receiveShadow:!0,geometry:r.UR3_05.geometry,material:a.Standard}),o.jsxs(b.animated.group,{name:"UR3_J06",position:[0,.085,0],rotation:[-Math.PI/2,0,0],children:[o.jsx("group",{name:"UR3_FLG",position:[0,.082,0]}),o.jsx("mesh",{name:"UR3_L06",castShadow:!0,receiveShadow:!0,geometry:r.UR3_L06.geometry,material:a.Standard})]})]}),o.jsx("mesh",{name:"UR3_L04",castShadow:!0,receiveShadow:!0,geometry:r.UR3_L04.geometry,material:a.Standard})]}),o.jsx("mesh",{name:"UR3_L03",castShadow:!0,receiveShadow:!0,geometry:r.UR3_L03.geometry,material:a.Standard})]}),o.jsx("mesh",{name:"UR3_L02",castShadow:!0,receiveShadow:!0,geometry:r.UR3_L02.geometry,material:a.Standard})]}),o.jsx("mesh",{name:"UR3_L01",castShadow:!0,receiveShadow:!0,geometry:r.UR3_L01.geometry,material:a.Standard})]}),o.jsx("mesh",{name:"UR3_L00",castShadow:!0,receiveShadow:!0,geometry:r.UR3_L00.geometry,material:a.Standard,rotation:[-Math.PI/2,0,0]})]})})})})}function em({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsx("group",{name:"Scene",children:o.jsxs(b.animated.group,{name:"UR3e",rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR3e_J01",rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR3e_J02",position:[0,.152,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR3e_J03",position:[-.244,0,0],children:[o.jsxs(b.animated.group,{name:"UR3e_J04",position:[-.213,0,0],children:[o.jsxs(b.animated.group,{name:"UR3e_J05",position:[0,.131,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR3e_J06",position:[0,.085,0],rotation:[-Math.PI/2,0,0],children:[o.jsx("group",{name:"UR3e_FLG",position:[0,.092,0]}),o.jsx("mesh",{name:"UR3e_L06",castShadow:!0,receiveShadow:!0,geometry:r.UR3e_L06.geometry,material:a.Standard})]}),o.jsx("mesh",{name:"UR3e_L05",castShadow:!0,receiveShadow:!0,geometry:r.UR3e_L05.geometry,material:a.Standard})]}),o.jsx("mesh",{name:"UR3e_L04",castShadow:!0,receiveShadow:!0,geometry:r.UR3e_L04.geometry,material:a.Standard})]}),o.jsx("mesh",{name:"UR3e_L03",castShadow:!0,receiveShadow:!0,geometry:r.UR3e_L03.geometry,material:a.Standard})]}),o.jsx("mesh",{name:"UR3e_L02",castShadow:!0,receiveShadow:!0,geometry:r.UR3e_L02.geometry,material:a.Standard})]}),o.jsx("mesh",{name:"UR3e_L01",castShadow:!0,receiveShadow:!0,geometry:r.UR3e_L01.geometry,material:a.Standard})]}),o.jsx("mesh",{name:"UR3e_L00",castShadow:!0,receiveShadow:!0,geometry:r.UR3e_L00.geometry,material:a.Standard,rotation:[-Math.PI/2,0,0]})]})})})})}function tm({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsxs("group",{name:"Scene",children:[o.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR5CB3_J00",children:[o.jsxs(b.animated.group,{name:"link_1",children:[o.jsx("mesh",{name:"visuals_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_1.geometry,material:a.universalrobots_darkgrey}),o.jsx("mesh",{name:"visuals_1_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_1_1.geometry,material:a.universalrobots_black}),o.jsx("mesh",{name:"visuals_1_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals_1_2.geometry,material:a.universalrobots_aluminum}),o.jsx("mesh",{name:"visuals_1_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals_1_3.geometry,material:a.universalrobots_lightblue})]}),o.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR5CB3_J01",position:[0,.089,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"link_2",position:[0,0,.089],rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"visuals_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals_2.geometry,material:a.universalrobots_stainlesssteel}),o.jsx("mesh",{name:"visuals_2_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_2_1.geometry,material:a.universalrobots_lightblue}),o.jsx("mesh",{name:"visuals_2_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals_2_2.geometry,material:a.universalrobots_aluminum}),o.jsx("mesh",{name:"visuals_2_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals_2_3.geometry,material:a.universalrobots_black}),o.jsx("mesh",{name:"visuals_2_4",castShadow:!0,receiveShadow:!0,geometry:r.visuals_2_4.geometry,material:a.universalrobots_darkgrey})]}),o.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR5CB3_J02",position:[-.425,0,0],children:[o.jsxs(b.animated.group,{name:"link_3",position:[.425,0,.089],rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"visuals_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals_3.geometry,material:a.universalrobots_lightblue}),o.jsx("mesh",{name:"visuals_3_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_3_1.geometry,material:a.universalrobots_black}),o.jsx("mesh",{name:"visuals_3_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals_3_2.geometry,material:a.universalrobots_aluminum}),o.jsx("mesh",{name:"visuals_3_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals_3_3.geometry,material:a.universalrobots_darkgrey}),o.jsx("mesh",{name:"visuals_3_4",castShadow:!0,receiveShadow:!0,geometry:r.visuals_3_4.geometry,material:a.universalrobots_stainlesssteel})]}),o.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR5CB3_J03",position:[-.392,0,0],children:[o.jsxs(b.animated.group,{name:"link_4",position:[.817,0,.089],rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"visuals_4",castShadow:!0,receiveShadow:!0,geometry:r.visuals_4.geometry,material:a.universalrobots_darkgrey}),o.jsx("mesh",{name:"visuals_4_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_4_1.geometry,material:a.universalrobots_aluminum}),o.jsx("mesh",{name:"visuals_4_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals_4_2.geometry,material:a.universalrobots_lightblue}),o.jsx("mesh",{name:"visuals_4_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals_4_3.geometry,material:a.universalrobots_black})]}),o.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR5CB3_J04",position:[0,.109,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"link_5",position:[.817,.089,.109],rotation:[Math.PI,0,0],children:[o.jsx("mesh",{name:"visuals_5",castShadow:!0,receiveShadow:!0,geometry:r.visuals_5.geometry,material:a.universalrobots_darkgrey}),o.jsx("mesh",{name:"visuals_5_1",castShadow:!0,receiveShadow:!0,geometry:r.visuals_5_1.geometry,material:a.universalrobots_lightblue}),o.jsx("mesh",{name:"visuals_5_2",castShadow:!0,receiveShadow:!0,geometry:r.visuals_5_2.geometry,material:a.universalrobots_aluminum}),o.jsx("mesh",{name:"visuals_5_3",castShadow:!0,receiveShadow:!0,geometry:r.visuals_5_3.geometry,material:a.universalrobots_black})]}),o.jsxs(b.animated.group,{name:"UNIVERSALROBOTS_UR5CB3_J05",position:[0,.095,0],rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"link_6",castShadow:!0,receiveShadow:!0,geometry:r.link_6.geometry,material:a.universalrobots_stainlesssteel,position:[.817,-.109,-.005],rotation:[-Math.PI/2,0,0]}),o.jsx(b.animated.group,{name:"UNIVERSALROBOTS_UR5CB3_FLG",position:[0,.082,0]})]})]})]})]})]})]}),o.jsx("mesh",{name:"link_0",castShadow:!0,receiveShadow:!0,geometry:r.link_0.geometry,material:a.universalrobots_aluminum})]})})})}function rm({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsx("group",{name:"Scene",children:o.jsxs("group",{name:"UR5e",rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR5e_J01",rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR5e_J02",position:[0,.162,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR5e_J03",position:[-.425,0,0],children:[o.jsxs(b.animated.group,{name:"UR5e_J04",position:[-.392,0,0],children:[o.jsxs(b.animated.group,{name:"UR5e_J05",position:[0,.133,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"UR5e_J06",position:[0,.1,0],rotation:[-Math.PI/2,0,0],children:[o.jsx("group",{name:"UR5e_FLG",position:[0,.1,0]}),o.jsx("group",{name:"UR5e_L06",position:[0,.1,0],rotation:[0,0,-Math.PI],children:o.jsxs(o.Fragment,{children:[o.jsx("mesh",{name:"C-1000255",castShadow:!0,receiveShadow:!0,geometry:r["C-1000255"].geometry,material:a.Black}),o.jsx("mesh",{name:"C-1000255_1",castShadow:!0,receiveShadow:!0,geometry:r["C-1000255_1"].geometry,material:a.Metal})]})})]}),o.jsx("group",{name:"UR5e_L05",rotation:[-Math.PI/2,-Math.PI/3,0],children:o.jsxs(o.Fragment,{children:[o.jsx("mesh",{name:"C-1000253",castShadow:!0,receiveShadow:!0,geometry:r["C-1000253"].geometry,material:a.Blue}),o.jsx("mesh",{name:"C-1000253_1",castShadow:!0,receiveShadow:!0,geometry:r["C-1000253_1"].geometry,material:a.Black}),o.jsx("mesh",{name:"C-1000253_2",castShadow:!0,receiveShadow:!0,geometry:r["C-1000253_2"].geometry,material:a.Metal}),o.jsx("mesh",{name:"C-1000253_3",castShadow:!0,receiveShadow:!0,geometry:r["C-1000253_3"].geometry,material:a.DarkGray})]})})]}),o.jsx("group",{name:"UR5e_L04",rotation:[0,-Math.PI/3,0],children:o.jsxs(o.Fragment,{children:[o.jsx("mesh",{name:"C-1000251",castShadow:!0,receiveShadow:!0,geometry:r["C-1000251"].geometry,material:a.Blue}),o.jsx("mesh",{name:"C-1000251_1",castShadow:!0,receiveShadow:!0,geometry:r["C-1000251_1"].geometry,material:a.Black}),o.jsx("mesh",{name:"C-1000251_2",castShadow:!0,receiveShadow:!0,geometry:r["C-1000251_2"].geometry,material:a.Metal}),o.jsx("mesh",{name:"C-1000251_3",castShadow:!0,receiveShadow:!0,geometry:r["C-1000251_3"].geometry,material:a.DarkGray})]})})]}),o.jsx("group",{name:"UR5e_L03",children:o.jsxs(o.Fragment,{children:[o.jsx("mesh",{name:"C-1000250",castShadow:!0,receiveShadow:!0,geometry:r["C-1000250"].geometry,material:a.Black}),o.jsx("mesh",{name:"C-1000250_1",castShadow:!0,receiveShadow:!0,geometry:r["C-1000250_1"].geometry,material:a.DarkGray}),o.jsx("mesh",{name:"C-1000250_2",castShadow:!0,receiveShadow:!0,geometry:r["C-1000250_2"].geometry,material:a.Blue}),o.jsx("mesh",{name:"C-1000250_3",castShadow:!0,receiveShadow:!0,geometry:r["C-1000250_3"].geometry,material:a.Metal}),o.jsx("mesh",{name:"C-1000250_4",castShadow:!0,receiveShadow:!0,geometry:r["C-1000250_4"].geometry,material:a.Metal})]})})]}),o.jsx("group",{name:"UR5e_L02",rotation:[0,-Math.PI/2,0],children:o.jsxs(o.Fragment,{children:[o.jsx("mesh",{name:"C-1000249",castShadow:!0,receiveShadow:!0,geometry:r["C-1000249"].geometry,material:a.Metal}),o.jsx("mesh",{name:"C-1000249_1",castShadow:!0,receiveShadow:!0,geometry:r["C-1000249_1"].geometry,material:a.Black}),o.jsx("mesh",{name:"C-1000249_2",castShadow:!0,receiveShadow:!0,geometry:r["C-1000249_2"].geometry,material:a.DarkGray}),o.jsx("mesh",{name:"C-1000249_3",castShadow:!0,receiveShadow:!0,geometry:r["C-1000249_3"].geometry,material:a.Blue}),o.jsx("mesh",{name:"C-1000249_4",castShadow:!0,receiveShadow:!0,geometry:r["C-1000249_4"].geometry,material:a.Metal})]})})]}),o.jsx("group",{name:"UR5e_L01",rotation:[Math.PI/2,0,0],children:o.jsxs(o.Fragment,{children:[o.jsx("mesh",{name:"C-1000248",castShadow:!0,receiveShadow:!0,geometry:r["C-1000248"].geometry,material:a.DarkGray}),o.jsx("mesh",{name:"C-1000248_1",castShadow:!0,receiveShadow:!0,geometry:r["C-1000248_1"].geometry,material:a.Black}),o.jsx("mesh",{name:"C-1000248_2",castShadow:!0,receiveShadow:!0,geometry:r["C-1000248_2"].geometry,material:a.Blue}),o.jsx("mesh",{name:"C-1000248_3",castShadow:!0,receiveShadow:!0,geometry:r["C-1000248_3"].geometry,material:a.Metal})]})})]}),o.jsx("group",{name:"UR5e_L00",children:o.jsxs(o.Fragment,{children:[o.jsx("mesh",{name:"C-1000257",castShadow:!0,receiveShadow:!0,geometry:r["C-1000257"].geometry,material:a.Black}),o.jsx("mesh",{name:"C-1000257_1",castShadow:!0,receiveShadow:!0,geometry:r["C-1000257_1"].geometry,material:a.Metal})]})})]})})})})}dl.config={rotationOffsets:[0,-Math.PI/2,0,0,0,0],rotationSign:[1,-1,1,1,1,1]};function dl({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsx("group",{name:"Scene",children:o.jsxs("group",{name:"AR1440",rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR1440_J01",rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR1440_J02",position:[.155,0,0],rotation:[Math.PI/2,0,Math.PI],children:[o.jsxs(b.animated.group,{name:"AR1440_J03",position:[.614,0,0],rotation:[Math.PI,0,0],children:[o.jsxs(b.animated.group,{name:"AR1440_J04",position:[.2,0,0],rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR1440_J05",position:[0,-.64,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR1440_J06",rotation:[-Math.PI/2,0,0],children:[o.jsx("group",{name:"AR1440_FLG",position:[0,-.1,0],rotation:[-Math.PI,0,0]}),o.jsx("mesh",{name:"AR1440_L06_CAD",castShadow:!0,receiveShadow:!0,geometry:r.AR1440_L06_CAD.geometry,material:a.metall})]}),o.jsx("mesh",{name:"AR1440_L05_CAD",castShadow:!0,receiveShadow:!0,geometry:r.AR1440_L05_CAD.geometry,material:a.yaskawaBlueMetall})]}),o.jsxs("group",{name:"AR1440_L04_CAD",children:[o.jsx("mesh",{name:"AR1440_L04_CAD001",castShadow:!0,receiveShadow:!0,geometry:r.AR1440_L04_CAD001.geometry,material:a.yaskawaBlueMetall}),o.jsx("mesh",{name:"AR1440_L04_CAD001_1",castShadow:!0,receiveShadow:!0,geometry:r.AR1440_L04_CAD001_1.geometry,material:a.white})]})]}),o.jsxs("group",{name:"AR1440_L03_CAD",children:[o.jsx("mesh",{name:"AR1440_L03_CAD001",castShadow:!0,receiveShadow:!0,geometry:r.AR1440_L03_CAD001.geometry,material:a.yaskawaBlueMetall}),o.jsx("mesh",{name:"AR1440_L03_CAD001_1",castShadow:!0,receiveShadow:!0,geometry:r.AR1440_L03_CAD001_1.geometry,material:a.blackMetall})]})]}),o.jsx("mesh",{name:"AR1440_L02_CAD",castShadow:!0,receiveShadow:!0,geometry:r.AR1440_L02_CAD.geometry,material:a.yaskawaBlueMetall})]}),o.jsxs("group",{name:"AR1440_L01_CAD",children:[o.jsx("mesh",{name:"AR1440_L01_CAD001",castShadow:!0,receiveShadow:!0,geometry:r.AR1440_L01_CAD001.geometry,material:a.yaskawaBlueMetall}),o.jsx("mesh",{name:"AR1440_L01_CAD001_1",castShadow:!0,receiveShadow:!0,geometry:r.AR1440_L01_CAD001_1.geometry,material:a.blackMetall})]})]}),o.jsx("mesh",{name:"AR1440_L00_CAD",castShadow:!0,receiveShadow:!0,geometry:r.AR1440_L00_CAD.geometry,material:a.yaskawaBlueMetall,position:[0,0,.45],rotation:[-Math.PI/2,0,0]})]})})})})}ml.config={rotationOffsets:[0,-Math.PI/2,0,0,0,0],rotationSign:[1,-1,1,1,1,1]};function ml({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsxs("group",{name:"Scene",children:[o.jsxs(b.animated.group,{name:"AR1730_J00",children:[o.jsxs(b.animated.group,{name:"AR1730_J01",position:[.15,0,0],rotation:[-Math.PI/2,-Math.PI/2,0],children:[o.jsxs(b.animated.group,{name:"AR1730_J02",position:[.76,0,0],rotation:[-Math.PI,0,0],children:[o.jsxs(b.animated.group,{name:"AR1730_J03",position:[.2,0,0],rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR1730_J04",position:[0,-.795,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR1730_J05",rotation:[-Math.PI/2,0,0],children:[o.jsx("group",{name:"AR1730_FLG",position:[0,-.1,0],rotation:[-Math.PI,0,0]}),o.jsx("mesh",{name:"AR1730_L06",castShadow:!0,receiveShadow:!0,geometry:r.AR1730_L06.geometry,material:a.Metal,rotation:[Math.PI/2,-Math.PI/2,0]})]}),o.jsx("mesh",{name:"AR1730_L05",castShadow:!0,receiveShadow:!0,geometry:r.AR1730_L05.geometry,material:a.Blue,rotation:[Math.PI/2,0,Math.PI/2]})]}),o.jsxs("group",{name:"AR1730_L04",position:[0,-.302,0],rotation:[0,0,-Math.PI/2],children:[o.jsx("mesh",{name:"_R_AXIS_SW0001002",castShadow:!0,receiveShadow:!0,geometry:r._R_AXIS_SW0001002.geometry,material:a.Blue}),o.jsx("mesh",{name:"_R_AXIS_SW0001002_1",castShadow:!0,receiveShadow:!0,geometry:r._R_AXIS_SW0001002_1.geometry,material:a.White})]})]}),o.jsxs("group",{name:"AR1730_L03",rotation:[Math.PI/2,0,-Math.PI/2],children:[o.jsx("mesh",{name:"_U_AXIS_SW0001002",castShadow:!0,receiveShadow:!0,geometry:r._U_AXIS_SW0001002.geometry,material:a.Blue}),o.jsx("mesh",{name:"_U_AXIS_SW0001002_1",castShadow:!0,receiveShadow:!0,geometry:r._U_AXIS_SW0001002_1.geometry,material:a.Black})]})]}),o.jsx("mesh",{name:"AR1730_L02",castShadow:!0,receiveShadow:!0,geometry:r.AR1730_L02.geometry,material:a.Blue,position:[0,-.157,0],rotation:[-Math.PI,-1.571,0]})]}),o.jsxs("group",{name:"AR1730_L01",position:[0,-.336,0],rotation:[Math.PI/2,0,-Math.PI/2],children:[o.jsx("mesh",{name:"_S_AXIS_SW0001002",castShadow:!0,receiveShadow:!0,geometry:r._S_AXIS_SW0001002.geometry,material:a.Blue}),o.jsx("mesh",{name:"_S_AXIS_SW0001002_1",castShadow:!0,receiveShadow:!0,geometry:r._S_AXIS_SW0001002_1.geometry,material:a.Black})]})]}),o.jsx("mesh",{name:"AR1730_L00",castShadow:!0,receiveShadow:!0,geometry:r.AR1730_L00.geometry,material:a.Blue,position:[0,-.505,0],rotation:[Math.PI/2,0,-Math.PI/2]})]})})})}hl.config={rotationOffsets:[0,-Math.PI/2,0,0,0,0],rotationSign:[1,-1,1,1,1,1]};function hl({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsx("group",{name:"Scene",children:o.jsxs("group",{name:"AR2010",rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR2010_J01",rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR2010_J02",position:[.15,0,0],rotation:[Math.PI/2,0,Math.PI],children:[o.jsxs(b.animated.group,{name:"AR2010_J03",position:[.76,0,0],rotation:[Math.PI,0,0],children:[o.jsxs(b.animated.group,{name:"AR2010_J04",position:[.2,0,0],rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR2010_J05",position:[0,-1.082,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR2010_J06",rotation:[-Math.PI/2,0,0],children:[o.jsx("group",{name:"AR2010_FLG",position:[0,-.1,0],rotation:[-Math.PI,0,0]}),o.jsxs("group",{name:"AR2010_L06",children:[o.jsx("mesh",{name:"AR2010_06001",castShadow:!0,receiveShadow:!0,geometry:r.AR2010_06001.geometry,material:a.yaskawaBlueMetall}),o.jsx("mesh",{name:"AR2010_06001_1",castShadow:!0,receiveShadow:!0,geometry:r.AR2010_06001_1.geometry,material:a.metall})]})]}),o.jsx("mesh",{name:"AR2010_L05",castShadow:!0,receiveShadow:!0,geometry:r.AR2010_L05.geometry,material:a.yaskawaBlueMetall})]}),o.jsxs("group",{name:"AR2010_L04",children:[o.jsx("mesh",{name:"AR2010_04001",castShadow:!0,receiveShadow:!0,geometry:r.AR2010_04001.geometry,material:a.yaskawaBlueMetall}),o.jsx("mesh",{name:"AR2010_04001_1",castShadow:!0,receiveShadow:!0,geometry:r.AR2010_04001_1.geometry,material:a.white})]})]}),o.jsxs("group",{name:"AR2010_L03",children:[o.jsx("mesh",{name:"AR2010_03001",castShadow:!0,receiveShadow:!0,geometry:r.AR2010_03001.geometry,material:a.yaskawaBlueMetall}),o.jsx("mesh",{name:"AR2010_03001_1",castShadow:!0,receiveShadow:!0,geometry:r.AR2010_03001_1.geometry,material:a.blackMetall})]})]}),o.jsx("mesh",{name:"AR2010_L02",castShadow:!0,receiveShadow:!0,geometry:r.AR2010_L02.geometry,material:a.yaskawaBlueMetall})]}),o.jsxs("group",{name:"AR2010_L01",children:[o.jsx("mesh",{name:"AR2010_01001",castShadow:!0,receiveShadow:!0,geometry:r.AR2010_01001.geometry,material:a.yaskawaBlueMetall}),o.jsx("mesh",{name:"AR2010_01001_1",castShadow:!0,receiveShadow:!0,geometry:r.AR2010_01001_1.geometry,material:a.blackMetall})]})]}),o.jsx("mesh",{name:"AR2010_L00",castShadow:!0,receiveShadow:!0,geometry:r.AR2010_L00.geometry,material:a.yaskawaBlueMetall,rotation:[-Math.PI/2,0,0]})]})})})})}fl.config={rotationOffsets:[0,-Math.PI/2,0,0,0,0],rotationSign:[1,-1,1,1,1,1]};function fl({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsxs("group",{name:"Scene",children:[o.jsxs(b.animated.group,{name:"AR3120_J00",children:[o.jsxs(b.animated.group,{name:"AR3120_J01",position:[.145,0,0],rotation:[-Math.PI/2,-Math.PI/2,0],children:[o.jsxs(b.animated.group,{name:"AR3120_J02",position:[1.15,0,0],rotation:[-Math.PI,0,0],children:[o.jsxs(b.animated.group,{name:"AR3120_J03",position:[.25,0,0],rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR3120_J04",position:[0,-1.812,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR3120_J05",rotation:[-Math.PI/2,0,0],children:[o.jsx("group",{name:"AR3120_FLG",position:[0,-.1,0],rotation:[-Math.PI,0,0]}),o.jsx("mesh",{name:"AR3120_L06",castShadow:!0,receiveShadow:!0,geometry:r.AR3120_L06.geometry,material:a["Metal.001"],rotation:[Math.PI/2,-Math.PI/2,0]})]}),o.jsx("mesh",{name:"AR3120_L05",castShadow:!0,receiveShadow:!0,geometry:r.AR3120_L05.geometry,material:a["Blue.001"],rotation:[Math.PI/2,0,Math.PI/2]})]}),o.jsxs("group",{name:"AR3120_L04",rotation:[Math.PI/2,-Math.PI/2,0],children:[o.jsx("mesh",{name:"R_AXIS_GP20HL001",castShadow:!0,receiveShadow:!0,geometry:r.R_AXIS_GP20HL001.geometry,material:a["Blue.001"]}),o.jsx("mesh",{name:"R_AXIS_GP20HL001_1",castShadow:!0,receiveShadow:!0,geometry:r.R_AXIS_GP20HL001_1.geometry,material:a["White.001"]})]})]}),o.jsxs("group",{name:"AR3120_L03",rotation:[Math.PI,0,-Math.PI/2],children:[o.jsx("mesh",{name:"Mesh_3001",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_3001.geometry,material:a["Blue.001"]}),o.jsx("mesh",{name:"Mesh_3001_1",castShadow:!0,receiveShadow:!0,geometry:r.Mesh_3001_1.geometry,material:a["Black.001"]})]})]}),o.jsx("mesh",{name:"AR3120_L02",castShadow:!0,receiveShadow:!0,geometry:r.AR3120_L02.geometry,material:a["Blue.001"],position:[0,-.146,0],rotation:[Math.PI,0,0]})]}),o.jsxs("group",{name:"AR3120_L01",position:[0,-.228,0],rotation:[0,-1.571,0],children:[o.jsx("mesh",{name:"S_AXIS_GP20HL001",castShadow:!0,receiveShadow:!0,geometry:r.S_AXIS_GP20HL001.geometry,material:a["Blue.001"]}),o.jsx("mesh",{name:"S_AXIS_GP20HL001_1",castShadow:!0,receiveShadow:!0,geometry:r.S_AXIS_GP20HL001_1.geometry,material:a["Black.001"]})]})]}),o.jsx("mesh",{name:"AR3120_L00",castShadow:!0,receiveShadow:!0,geometry:r.AR3120_L00.geometry,material:a["Blue.001"],position:[0,-.54,0]})]})})})}eo.config={rotationOffsets:[0,-Math.PI/2,0,0,0,0]};function eo({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsx("group",{name:"Scene",children:o.jsxs("group",{name:"AR900",rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR900_J01",rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR900_J02",position:[.04,0,0],rotation:[-Math.PI/2,-Math.PI/2,0],children:[o.jsxs(b.animated.group,{name:"AR900_J03",position:[.445,0,0],rotation:[-Math.PI,0,0],children:[o.jsxs(b.animated.group,{name:"AR900_J04",position:[.04,0,0],rotation:[-Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR900_J05",position:[0,-.44,0],rotation:[Math.PI/2,0,0],children:[o.jsxs(b.animated.group,{name:"AR900_J06",rotation:[-Math.PI/2,0,0],children:[o.jsx("group",{name:"AR900_FLG",position:[0,-.08,0],rotation:[-Math.PI,0,0]}),o.jsx("mesh",{name:"AR900_L06",castShadow:!0,receiveShadow:!0,geometry:r.AR900_L06.geometry,material:a["#BBA474.001"]})]}),o.jsx("mesh",{name:"AR900_L05",castShadow:!0,receiveShadow:!0,geometry:r.AR900_L05.geometry,material:a["#0056b9.001"]})]}),o.jsx("mesh",{name:"AR900_L04",castShadow:!0,receiveShadow:!0,geometry:r.AR900_L04.geometry,material:a["#0056b9.001"]})]}),o.jsx("mesh",{name:"AR900_L03",castShadow:!0,receiveShadow:!0,geometry:r.AR900_L03.geometry,material:a["#0056b9.001"]})]}),o.jsx("mesh",{name:"AR900_L02",castShadow:!0,receiveShadow:!0,geometry:r.AR900_L02.geometry,material:a["#0056b9.001"]})]}),o.jsx("mesh",{name:"AR900_L01",castShadow:!0,receiveShadow:!0,geometry:r.AR900_L01.geometry,material:a["#0056b9.001"]})]}),o.jsx("mesh",{name:"AR900_L00",castShadow:!0,receiveShadow:!0,geometry:r.AR900_L00.geometry,material:a["#0056b9.001"],rotation:[-Math.PI/2,0,0]})]})})})})}pl.config={rotationOffsets:[0,-Math.PI/2,0,0,0,0]};function pl({modelURL:e,...t}){const n=oe.useGLTF(e),r=n.nodes,a=n.materials;return o.jsx(o.Fragment,{children:o.jsx("group",{...t,dispose:null,children:o.jsxs("group",{name:"Scene",children:[o.jsxs("group",{name:"link_0",children:[o.jsx("mesh",{name:"shape439",castShadow:!0,receiveShadow:!0,geometry:r.shape439.geometry,material:a.yaskawa_blue}),o.jsx("mesh",{name:"shape439_1",castShadow:!0,receiveShadow:!0,geometry:r.shape439_1.geometry,material:a.yaskawa_metalsilver}),o.jsx("mesh",{name:"shape439_2",castShadow:!0,receiveShadow:!0,geometry:r.shape439_2.geometry,material:a.yaskawa_black})]}),o.jsxs(b.animated.group,{name:"YASKAWA_GP50_J00",position:[0,-.54,0],children:[o.jsxs("group",{name:"link_1",position:[0,.54,0],children:[o.jsx("mesh",{name:"shape320",castShadow:!0,receiveShadow:!0,geometry:r.shape320.geometry,material:a.yaskawa_blue}),o.jsx("mesh",{name:"shape320_1",castShadow:!0,receiveShadow:!0,geometry:r.shape320_1.geometry,material:a.yaskawa_black}),o.jsx("mesh",{name:"shape320_2",castShadow:!0,receiveShadow:!0,geometry:r.shape320_2.geometry,material:a.yaskawa_metalsilver}),o.jsx("mesh",{name:"shape320_3",castShadow:!0,receiveShadow:!0,geometry:r.shape320_3.geometry,material:a.yaskawa_black}),o.jsx("mesh",{name:"shape320_4",castShadow:!0,receiveShadow:!0,geometry:r.shape320_4.geometry,material:a.yaskawa_white}),o.jsx("mesh",{name:"shape320_5",castShadow:!0,receiveShadow:!0,geometry:r.shape320_5.geometry,material:a.yaskawa_black})]}),o.jsxs(b.animated.group,{name:"YASKAWA_GP50_J01",position:[.145,.54,0],rotation:[-Math.PI/2,-Math.PI/2,0],children:[o.jsxs("group",{name:"link_2",position:[0,0,.145],rotation:[Math.PI/2,0,-Math.PI/2],children:[o.jsx("mesh",{name:"shape440",castShadow:!0,receiveShadow:!0,geometry:r.shape440.geometry,material:a.yaskawa_blue}),o.jsx("mesh",{name:"shape440_1",castShadow:!0,receiveShadow:!0,geometry:r.shape440_1.geometry,material:a.yaskawa_white}),o.jsx("mesh",{name:"shape440_2",castShadow:!0,receiveShadow:!0,geometry:r.shape440_2.geometry,material:a.yaskawa_metalsilver}),o.jsx("mesh",{name:"shape440_3",castShadow:!0,receiveShadow:!0,geometry:r.shape440_3.geometry,material:a.yaskawa_black})]}),o.jsxs(b.animated.group,{name:"YASKAWA_GP50_J02",position:[.87,0,0],rotation:[-Math.PI,0,0],children:[o.jsxs("group",{name:"link_3",position:[-.87,0,-.145],rotation:[-Math.PI/2,0,-Math.PI/2],children:[o.jsx("mesh",{name:"shape341",castShadow:!0,receiveShadow:!0,geometry:r.shape341.geometry,material:a.yaskawa_blue}),o.jsx("mesh",{name:"shape341_1",castShadow:!0,receiveShadow:!0,geometry:r.shape341_1.geometry,material:a.yaskawa_white}),o.jsx("mesh",{name:"shape341_2",castShadow:!0,receiveShadow:!0,geometry:r.shape341_2.geometry,material:a.yaskawa_black}),o.jsx("mesh",{name:"shape341_3",castShadow:!0,receiveShadow:!0,geometry:r.shape341_3.geometry,material:a.yaskawa_black}),o.jsx("mesh",{name:"shape341_4",castShadow:!0,receiveShadow:!0,geometry:r.shape341_4.geometry,material:a.yaskawa_metalsilver}),o.jsx("mesh",{name:"shape341_5",castShadow:!0,receiveShadow:!0,geometry:r.shape341_5.geometry,material:a.yaskawa_metalsilver})]}),o.jsxs(b.animated.group,{name:"YASKAWA_GP50_J03",position:[.21,0,0],rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"link_4",castShadow:!0,receiveShadow:!0,geometry:r.link_4.geometry,material:a.yaskawa_blue,position:[-1.08,.145,0],rotation:[0,0,-Math.PI/2]}),o.jsxs(b.animated.group,{name:"YASKAWA_GP50_J04",position:[0,-1.025,0],rotation:[Math.PI/2,0,0],children:[o.jsx("mesh",{name:"link_5",castShadow:!0,receiveShadow:!0,geometry:r.link_5.geometry,material:a.yaskawa_blue,position:[-1.08,0,-1.17],rotation:[-Math.PI/2,0,-Math.PI/2]}),o.jsxs(b.animated.group,{name:"YASKAWA_GP50_J05",rotation:[-Math.PI/2,0,0],children:[o.jsx("mesh",{name:"link_6",castShadow:!0,receiveShadow:!0,geometry:r.link_6.geometry,material:a.yaskawa_metalsilver,position:[-1.08,1.17,0],rotation:[0,0,-Math.PI/2]}),o.jsx("group",{name:"YASKAWA_GP50_FLG",position:[0,-.175,0],rotation:[-Math.PI,0,0]})]})]})]})]})]})]})]})})})}const nm="(^joint_[0-9]+$)|(_J[0-9]+$)";function gl(e){return e.children.length===0?[e]:[e,...e.children.flatMap(t=>gl(t))]}function am(e,t){return new RegExp(t??nm).test(e)}function yl(e,t){return gl(e).filter(n=>am(n.name,t))}function ea(e){Z.useEffect(e,[])}function _l(e){ea(()=>dt.autorun(e))}function xo(e,t,n){ea(()=>dt.reaction(e,t,n))}function xr(e){return ea(()=>{let t;function n(){e(),t=requestAnimationFrame(n)}return t=requestAnimationFrame(n),()=>{cancelAnimationFrame(t)}})}function vl({rapidlyChangingMotionState:e,jointCollector:t,onRotationChanged:n,robotConfig:r,children:a}){b.Globals.assign({frameLoop:"always"});const s=Z.useRef([]),i=Z.useRef([]),{invalidate:l}=Bu.useThree();function u(y){y&&(i.current=t?t(y):yl(y),m(),l())}function c(y){s.current=y,_.start(Object.assign({},s.current))}const d=(r==null?void 0:r.rotationSign)||[1,1,1,1,1,1],h=(r==null?void 0:r.rotationOffsets)||[0,0,0,0,0,0];function m(){const y=i.current.map((g,x)=>v[x].get());if(n)n(i.current,y);else for(const[g,x]of i.current.entries())x.rotation.y=d[g]*y[g]+h[g]}_l(()=>{const y=e.state.joint_position.joints.filter(g=>g!==void 0);requestAnimationFrame(()=>c(y))});const[v,_]=b.useSpring(()=>({...Object.assign({},e.state.joint_position.joints),onChange:()=>{m(),l()},onResolve:()=>{m()}}));return o.jsx("group",{ref:u,children:a})}const bs="line",Ss="mesh";function Ia({rapidlyChangingMotionState:e,dhParameters:t,...n}){const r=new xt.Matrix4;function a(u,c){const d=new xt.Vector3,h=new xt.Quaternion,m=new xt.Vector3;r.decompose(d,h,m);const v=d.clone(),_=new xt.Matrix4().makeRotationY(u.theta+c*(u.reverse_rotation_direction?-1:1)).multiply(new xt.Matrix4().makeTranslation(0,u.d/1e3,0)).multiply(new xt.Matrix4().makeTranslation(u.a/1e3,0,0)).multiply(new xt.Matrix4().makeRotationX(u.alpha));return r.multiply(_),r.decompose(d,h,m),{a:v,b:d}}function s(u,c,d,h){if(!t)return;const m=t[u];if(!m)return;const{a:v,b:_}=a(m,h);c.geometry.setPositions([v.toArray(),_.toArray()].flat()),d.position.set(_.x,_.y,_.z)}function i(u,c){r.identity(),u.forEach((d,h)=>{s(h,d.getObjectByName(bs),d.getObjectByName(Ss),c[h])})}function l(u){return yl(u,"^group_[0-9]+$")}return o.jsx(o.Fragment,{children:o.jsx(vl,{rapidlyChangingMotionState:e,jointCollector:l,onRotationChanged:i,children:o.jsxs("group",{...n,name:"Scene",children:[o.jsxs("mesh",{children:[o.jsx("sphereGeometry",{args:[.01,32,32]}),o.jsx("meshStandardMaterial",{color:"black",depthTest:!0})]}),t.map((u,c)=>{const{a:d,b:h}=a(u,e.state.joint_position.joints[c]??0);return o.jsxs("group",{name:`group_${c}`,children:[o.jsx(oe.Line,{name:bs,points:[d,h],color:"white",lineWidth:5}),o.jsxs("mesh",{name:Ss,position:h,children:[o.jsx("sphereGeometry",{args:[.01,32,32]}),o.jsx("meshStandardMaterial",{color:"black",depthTest:!0})]},"mesh_"+c)]},"group_"+c)})]})})})}const om=console.warn;function sm(){return Z.useEffect(()=>{console.warn=e=>{e!=="Cannot call the manual advancement of rafz whilst frameLoop is not set as demand"&&om(e)}},[]),o.jsx(o.Fragment,{})}function wo(e){return`https://cdn.jsdelivr.net/gh/wandelbotsgmbh/wandelbots-js-react-components/public/models/${e}.glb`}const bl=Qr(({rapidlyChangingMotionState:e,modelFromController:t,dhParameters:n,getModel:r=wo,isGhost:a=!1,...s})=>{let i=null;const l=Z.useRef(),u=Z.useCallback(h=>{h&&(l.current=h,a&&c())},[a]),c=()=>{!l.current||l.current.userData.isGhost||(l.current.traverse(h=>{if(h instanceof Te.Mesh){h.material instanceof Te.Material&&(h.material.colorWrite=!0);const m=h.clone(),v=h.clone();m.material=new Te.MeshStandardMaterial({depthTest:!0,depthWrite:!0,colorWrite:!1,polygonOffset:!0,polygonOffsetFactor:1}),m.userData.isGhost=!0,v.material=new Te.MeshStandardMaterial({color:"#D91433",opacity:.3,depthTest:!0,depthWrite:!1,transparent:!0,polygonOffset:!0,polygonOffsetFactor:-1}),v.userData.isGhost=!0,h.parent&&(h.parent.add(m),h.parent.add(v))}}),l.current.userData.isGhost=!0)},d=()=>{if(!l.current||!l.current.userData.isGhost)return;const h=[];l.current.traverse(m=>{var v;m instanceof Te.Mesh&&((v=m.userData)!=null&&v.isGhost?h.push(m):m.material instanceof Te.Material&&(m.material.colorWrite=!0))}),h.forEach(m=>{m.parent&&m.parent.remove(m)}),l.current.userData.isGhost=!0};switch(Z.useEffect(()=>{a?c():d()},[a]),t){case"UniversalRobots_UR3":i=Qd;break;case"UniversalRobots_UR3e":i=em;break;case"UniversalRobots_UR5":i=tm;break;case"UniversalRobots_UR5e":i=rm;break;case"UniversalRobots_UR10":i=Yd;break;case"UniversalRobots_UR10e":i=Zd;break;case"Yaskawa_AR900":i=eo;break;case"Yaskawa_GP7":i=eo;break;case"Yaskawa_AR1440":i=dl;break;case"Yaskawa_AR1730":i=ml;break;case"Yaskawa_AR2010":i=hl;break;case"Yaskawa_AR3120":i=fl;break;case"Yaskawa_GP50":i=pl;break;case"FANUC_CRX10iA":i=al;break;case"FANUC_CRX20iAL":i=ol;break;case"FANUC_CRX25iA":i=sl;break;case"FANUC_CRX25iAL":i=il;break;case"FANUC_ARC_Mate_120iD":i=Qa;break;case"FANUC_ARC_Mate_120iD35":i=Qa;break;case"FANUC_ARC_Mate_100iD":i=nl;break;case"KUKA_KR210_R2700":i=ul;break;case"KUKA_KR270_R2700":i=cl;break;case"KUKA_KR16_R2010_2":i=ll;break;case"ABB_1200_07_7":i=rl;break;default:console.warn(`Unknown robot type: ${t}`),i=null}return o.jsxs(Uu.ErrorBoundary,{fallback:o.jsx(Ia,{rapidlyChangingMotionState:e,dhParameters:n,...s}),children:[o.jsx(Z.Suspense,{fallback:o.jsx(Ia,{rapidlyChangingMotionState:e,dhParameters:n,...s}),children:o.jsx("group",{ref:u,children:i?o.jsx(vl,{rapidlyChangingMotionState:e,robotConfig:i.config,children:o.jsx(i,{modelURL:r(t),...s})}):o.jsx(Ia,{rapidlyChangingMotionState:e,dhParameters:n})})}),o.jsx(sm,{})]})});function im({connectedMotionGroup:e,getModel:t=wo,isGhost:n=!1,...r}){return e.dhParameters?o.jsx(bl,{rapidlyChangingMotionState:e.rapidlyChangingMotionState,modelFromController:e.modelFromController||"",dhParameters:e.dhParameters,getModel:t,isGhost:n,...r}):null}function lm(){return o.jsx(oe.Environment,{children:o.jsx(um,{})})}function um({positions:e=[2,0,2,0,2,0,2,0]}){return o.jsxs(o.Fragment,{children:[o.jsx(oe.Lightformer,{intensity:5,"rotation-x":Math.PI/2,position:[0,5,-9],scale:[10,10,1]}),o.jsx("group",{rotation:[0,.5,0],children:o.jsx("group",{children:e.map((t,n)=>o.jsx(oe.Lightformer,{form:"circle",intensity:5,rotation:[Math.PI/2,0,0],position:[t,4,n*4],scale:[3,1,1]},n))})}),o.jsx(oe.Lightformer,{intensity:40,"rotation-y":Math.PI/2,position:[-5,1,-1],scale:[20,.1,1]}),o.jsx(oe.Lightformer,{intensity:20,"rotation-y":-Math.PI,position:[-5,-2,-1],scale:[20,.1,1]}),o.jsx(oe.Lightformer,{"rotation-y":Math.PI/2,position:[-5,-1,-1],scale:[20,.5,1],intensity:5}),o.jsx(oe.Lightformer,{"rotation-y":-Math.PI/2,position:[10,1,0],scale:[20,1,1],intensity:10}),o.jsx(oe.Lightformer,{form:"ring",color:"white",intensity:5,scale:10,position:[-15,4,-18],target:[0,0,0]})]})}function cm(e){if(e.length<3)return console.log("Not enough vertices to define a plane"),{isCoplanar:!1};const t=new Te.Vector3(e[0].x,e[0].y,e[0].z),n=new Te.Vector3(e[1].x,e[1].y,e[1].z),r=new Te.Vector3(e[2].x,e[2].y,e[2].z),a=new Te.Vector3().subVectors(n,t),s=new Te.Vector3().subVectors(r,t),i=new Te.Vector3().crossVectors(a,s).normalize();for(let l=3;l<e.length;l++){const u=new Te.Vector3(e[l].x,e[l].y,e[l].z),c=new Te.Vector3().subVectors(u,t),d=i.dot(c);if(Math.abs(d)>1e-6)return console.log("Vertices are not on the same plane"),{isCoplanar:!1}}return{isCoplanar:!0,normal:i}}function dm({safetyZones:e,...t}){return o.jsx("group",{...t,children:e.map((n,r)=>{let a=[];return n.geometry&&(n.geometry.compound?a=n.geometry.compound.child_geometries:n.geometry.convex_hull&&(a=[n.geometry])),a.map((s,i)=>{if(!s.convex_hull)return null;const l=s.convex_hull.vertices.map(d=>new Te.Vector3(d.x/1e3,d.y/1e3,d.z/1e3)),u=cm(l);if(u.isCoplanar&&u.normal){const h=new Te.Vector3().addVectors(l[0],u.normal.multiplyScalar(1e-4));l.push(h)}let c;try{c=new Ju.ConvexGeometry(l)}catch(d){return console.log("Error creating ConvexGeometry:",d),null}return o.jsx(o.Fragment,{children:o.jsx("mesh",{geometry:c,children:o.jsx("meshStandardMaterial",{attach:"material",color:"#009f4d",opacity:.2,depthTest:!1,depthWrite:!1,transparent:!0,polygonOffset:!0,polygonOffsetFactor:-i},r)},`${r}-${i}`)})})})})}function Kr(e){let t="https://mui.com/production-error/?code="+e;for(let n=1;n<arguments.length;n+=1)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified MUI error #"+e+"; visit "+t+" for the full message."}const mm=Object.freeze(Object.defineProperty({__proto__:null,default:Kr},Symbol.toStringTag,{value:"Module"}));var hm=!1;function fm(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function pm(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var gm=function(){function e(n){var r=this;this._insertTag=function(a){var s;r.tags.length===0?r.insertionPoint?s=r.insertionPoint.nextSibling:r.prepend?s=r.container.firstChild:s=r.before:s=r.tags[r.tags.length-1].nextSibling,r.container.insertBefore(a,s),r.tags.push(a)},this.isSpeedy=n.speedy===void 0?!hm:n.speedy,this.tags=[],this.ctr=0,this.nonce=n.nonce,this.key=n.key,this.container=n.container,this.prepend=n.prepend,this.insertionPoint=n.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(r){r.forEach(this._insertTag)},t.insert=function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(pm(this));var a=this.tags[this.tags.length-1];if(this.isSpeedy){var s=fm(a);try{s.insertRule(r,s.cssRules.length)}catch{}}else a.appendChild(document.createTextNode(r));this.ctr++},t.flush=function(){this.tags.forEach(function(r){var a;return(a=r.parentNode)==null?void 0:a.removeChild(r)}),this.tags=[],this.ctr=0},e}(),Pe="-ms-",Dn="-moz-",ne="-webkit-",Sl="comm",jo="rule",Ro="decl",ym="@import",xl="@keyframes",_m="@layer",vm=Math.abs,ta=String.fromCharCode,bm=Object.assign;function Sm(e,t){return Ce(e,0)^45?(((t<<2^Ce(e,0))<<2^Ce(e,1))<<2^Ce(e,2))<<2^Ce(e,3):0}function wl(e){return e.trim()}function xm(e,t){return(e=t.exec(e))?e[0]:e}function ae(e,t,n){return e.replace(t,n)}function to(e,t){return e.indexOf(t)}function Ce(e,t){return e.charCodeAt(t)|0}function Hr(e,t,n){return e.slice(t,n)}function mt(e){return e.length}function Co(e){return e.length}function fn(e,t){return t.push(e),e}function wm(e,t){return e.map(t).join("")}var ra=1,vr=1,jl=0,De=0,be=0,wr="";function na(e,t,n,r,a,s,i){return{value:e,root:t,parent:n,type:r,props:a,children:s,line:ra,column:vr,length:i,return:""}}function Fr(e,t){return bm(na("",null,null,"",null,null,0),e,{length:-e.length},t)}function jm(){return be}function Rm(){return be=De>0?Ce(wr,--De):0,vr--,be===10&&(vr=1,ra--),be}function We(){return be=De<jl?Ce(wr,De++):0,vr++,be===10&&(vr=1,ra++),be}function pt(){return Ce(wr,De)}function Rn(){return De}function rn(e,t){return Hr(wr,e,t)}function qr(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Rl(e){return ra=vr=1,jl=mt(wr=e),De=0,[]}function Cl(e){return wr="",e}function Cn(e){return wl(rn(De-1,ro(e===91?e+2:e===40?e+1:e)))}function Cm(e){for(;(be=pt())&&be<33;)We();return qr(e)>2||qr(be)>3?"":" "}function Am(e,t){for(;--t&&We()&&!(be<48||be>102||be>57&&be<65||be>70&&be<97););return rn(e,Rn()+(t<6&&pt()==32&&We()==32))}function ro(e){for(;We();)switch(be){case e:return De;case 34:case 39:e!==34&&e!==39&&ro(be);break;case 40:e===41&&ro(e);break;case 92:We();break}return De}function Pm(e,t){for(;We()&&e+be!==57;)if(e+be===84&&pt()===47)break;return"/*"+rn(t,De-1)+"*"+ta(e===47?e:We())}function Tm(e){for(;!qr(pt());)We();return rn(e,De)}function Om(e){return Cl(An("",null,null,null,[""],e=Rl(e),0,[0],e))}function An(e,t,n,r,a,s,i,l,u){for(var c=0,d=0,h=i,m=0,v=0,_=0,y=1,g=1,x=1,j=0,C="",L=a,R=s,P=r,T=C;g;)switch(_=j,j=We()){case 40:if(_!=108&&Ce(T,h-1)==58){to(T+=ae(Cn(j),"&","&\f"),"&\f")!=-1&&(x=-1);break}case 34:case 39:case 91:T+=Cn(j);break;case 9:case 10:case 13:case 32:T+=Cm(_);break;case 92:T+=Am(Rn()-1,7);continue;case 47:switch(pt()){case 42:case 47:fn(Mm(Pm(We(),Rn()),t,n),u);break;default:T+="/"}break;case 123*y:l[c++]=mt(T)*x;case 125*y:case 59:case 0:switch(j){case 0:case 125:g=0;case 59+d:x==-1&&(T=ae(T,/\f/g,"")),v>0&&mt(T)-h&&fn(v>32?ws(T+";",r,n,h-1):ws(ae(T," ","")+";",r,n,h-2),u);break;case 59:T+=";";default:if(fn(P=xs(T,t,n,c,d,a,l,C,L=[],R=[],h),s),j===123)if(d===0)An(T,t,P,P,L,s,h,l,R);else switch(m===99&&Ce(T,3)===110?100:m){case 100:case 108:case 109:case 115:An(e,P,P,r&&fn(xs(e,P,P,0,0,a,l,C,a,L=[],h),R),a,R,h,l,r?L:R);break;default:An(T,P,P,P,[""],R,0,l,R)}}c=d=v=0,y=x=1,C=T="",h=i;break;case 58:h=1+mt(T),v=_;default:if(y<1){if(j==123)--y;else if(j==125&&y++==0&&Rm()==125)continue}switch(T+=ta(j),j*y){case 38:x=d>0?1:(T+="\f",-1);break;case 44:l[c++]=(mt(T)-1)*x,x=1;break;case 64:pt()===45&&(T+=Cn(We())),m=pt(),d=h=mt(C=T+=Tm(Rn())),j++;break;case 45:_===45&&mt(T)==2&&(y=0)}}return s}function xs(e,t,n,r,a,s,i,l,u,c,d){for(var h=a-1,m=a===0?s:[""],v=Co(m),_=0,y=0,g=0;_<r;++_)for(var x=0,j=Hr(e,h+1,h=vm(y=i[_])),C=e;x<v;++x)(C=wl(y>0?m[x]+" "+j:ae(j,/&\f/g,m[x])))&&(u[g++]=C);return na(e,t,n,a===0?jo:l,u,c,d)}function Mm(e,t,n){return na(e,t,n,Sl,ta(jm()),Hr(e,2,-2),0)}function ws(e,t,n,r){return na(e,t,n,Ro,Hr(e,0,r),Hr(e,r+1,-1),r)}function pr(e,t){for(var n="",r=Co(e),a=0;a<r;a++)n+=t(e[a],a,e,t)||"";return n}function Im(e,t,n,r){switch(e.type){case _m:if(e.children.length)break;case ym:case Ro:return e.return=e.return||e.value;case Sl:return"";case xl:return e.return=e.value+"{"+pr(e.children,r)+"}";case jo:e.value=e.props.join(",")}return mt(n=pr(e.children,r))?e.return=e.value+"{"+n+"}":""}function Em(e){var t=Co(e);return function(n,r,a,s){for(var i="",l=0;l<t;l++)i+=e[l](n,r,a,s)||"";return i}}function km(e){return function(t){t.root||(t=t.return)&&e(t)}}var Lm=function(t,n,r){for(var a=0,s=0;a=s,s=pt(),a===38&&s===12&&(n[r]=1),!qr(s);)We();return rn(t,De)},$m=function(t,n){var r=-1,a=44;do switch(qr(a)){case 0:a===38&&pt()===12&&(n[r]=1),t[r]+=Lm(De-1,n,r);break;case 2:t[r]+=Cn(a);break;case 4:if(a===44){t[++r]=pt()===58?"&\f":"",n[r]=t[r].length;break}default:t[r]+=ta(a)}while(a=We());return t},Nm=function(t,n){return Cl($m(Rl(t),n))},js=new WeakMap,Fm=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var n=t.value,r=t.parent,a=t.column===r.column&&t.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(t.props.length===1&&n.charCodeAt(0)!==58&&!js.get(r))&&!a){js.set(t,!0);for(var s=[],i=Nm(n,s),l=r.props,u=0,c=0;u<i.length;u++)for(var d=0;d<l.length;d++,c++)t.props[c]=s[u]?i[u].replace(/&\f/g,l[d]):l[d]+" "+i[u]}}},Dm=function(t){if(t.type==="decl"){var n=t.value;n.charCodeAt(0)===108&&n.charCodeAt(2)===98&&(t.return="",t.value="")}};function Al(e,t){switch(Sm(e,t)){case 5103:return ne+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return ne+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return ne+e+Dn+e+Pe+e+e;case 6828:case 4268:return ne+e+Pe+e+e;case 6165:return ne+e+Pe+"flex-"+e+e;case 5187:return ne+e+ae(e,/(\w+).+(:[^]+)/,ne+"box-$1$2"+Pe+"flex-$1$2")+e;case 5443:return ne+e+Pe+"flex-item-"+ae(e,/flex-|-self/,"")+e;case 4675:return ne+e+Pe+"flex-line-pack"+ae(e,/align-content|flex-|-self/,"")+e;case 5548:return ne+e+Pe+ae(e,"shrink","negative")+e;case 5292:return ne+e+Pe+ae(e,"basis","preferred-size")+e;case 6060:return ne+"box-"+ae(e,"-grow","")+ne+e+Pe+ae(e,"grow","positive")+e;case 4554:return ne+ae(e,/([^-])(transform)/g,"$1"+ne+"$2")+e;case 6187:return ae(ae(ae(e,/(zoom-|grab)/,ne+"$1"),/(image-set)/,ne+"$1"),e,"")+e;case 5495:case 3959:return ae(e,/(image-set\([^]*)/,ne+"$1$`$1");case 4968:return ae(ae(e,/(.+:)(flex-)?(.*)/,ne+"box-pack:$3"+Pe+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+ne+e+e;case 4095:case 3583:case 4068:case 2532:return ae(e,/(.+)-inline(.+)/,ne+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(mt(e)-1-t>6)switch(Ce(e,t+1)){case 109:if(Ce(e,t+4)!==45)break;case 102:return ae(e,/(.+:)(.+)-([^]+)/,"$1"+ne+"$2-$3$1"+Dn+(Ce(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~to(e,"stretch")?Al(ae(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Ce(e,t+1)!==115)break;case 6444:switch(Ce(e,mt(e)-3-(~to(e,"!important")&&10))){case 107:return ae(e,":",":"+ne)+e;case 101:return ae(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+ne+(Ce(e,14)===45?"inline-":"")+"box$3$1"+ne+"$2$3$1"+Pe+"$2box$3")+e}break;case 5936:switch(Ce(e,t+11)){case 114:return ne+e+Pe+ae(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return ne+e+Pe+ae(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return ne+e+Pe+ae(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return ne+e+Pe+e+e}return e}var Bm=function(t,n,r,a){if(t.length>-1&&!t.return)switch(t.type){case Ro:t.return=Al(t.value,t.length);break;case xl:return pr([Fr(t,{value:ae(t.value,"@","@"+ne)})],a);case jo:if(t.length)return wm(t.props,function(s){switch(xm(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return pr([Fr(t,{props:[ae(s,/:(read-\w+)/,":"+Dn+"$1")]})],a);case"::placeholder":return pr([Fr(t,{props:[ae(s,/:(plac\w+)/,":"+ne+"input-$1")]}),Fr(t,{props:[ae(s,/:(plac\w+)/,":"+Dn+"$1")]}),Fr(t,{props:[ae(s,/:(plac\w+)/,Pe+"input-$1")]})],a)}return""})}},Um=[Bm],Jm=function(t){var n=t.key;if(n==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(y){var g=y.getAttribute("data-emotion");g.indexOf(" ")!==-1&&(document.head.appendChild(y),y.setAttribute("data-s",""))})}var a=t.stylisPlugins||Um,s={},i,l=[];i=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+n+' "]'),function(y){for(var g=y.getAttribute("data-emotion").split(" "),x=1;x<g.length;x++)s[g[x]]=!0;l.push(y)});var u,c=[Fm,Dm];{var d,h=[Im,km(function(y){d.insert(y)})],m=Em(c.concat(a,h)),v=function(g){return pr(Om(g),m)};u=function(g,x,j,C){d=j,v(g?g+"{"+x.styles+"}":x.styles),C&&(_.inserted[x.name]=!0)}}var _={key:n,sheet:new gm({key:n,container:i,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:s,registered:{},insert:u};return _.sheet.hydrate(l),_};let no;typeof document=="object"&&(no=Jm({key:"css",prepend:!0}));function Pl(e){const{injectFirst:t,children:n}=e;return t&&no?o.jsx(fr.CacheProvider,{value:no,children:n}):n}process.env.NODE_ENV!=="production"&&(Pl.propTypes={children:f.node,injectFirst:f.bool});function Vm(e){return e==null||Object.keys(e).length===0}function Tl(e){const{styles:t,defaultTheme:n={}}=e,r=typeof t=="function"?a=>t(Vm(a)?n:a):t;return o.jsx(fr.Global,{styles:r})}process.env.NODE_ENV!=="production"&&(Tl.propTypes={defaultTheme:f.object,styles:f.oneOfType([f.array,f.string,f.object,f.func])});/**
36
36
  * @mui/styled-engine v5.16.6
37
37
  *
38
38
  * @license MIT
39
39
  * This source code is licensed under the MIT license found in the
40
40
  * LICENSE file in the root directory of this source tree.
41
- */function gl(e,t){const r=Ou(e,t);return process.env.NODE_ENV!=="production"?(...n)=>{const a=typeof e=="string"?`"${e}"`:"component";return n.length===0?console.error([`MUI: Seems like you called \`styled(${a})()\` without a \`style\` argument.`,'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join(`
42
- `)):n.some(o=>o===void 0)&&console.error(`MUI: the styled(${a})(...args) API requires all its args to be defined.`),r(...n)}:r}const yl=(e,t)=>{Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))},Gm=Object.freeze(Object.defineProperty({__proto__:null,GlobalStyles:pl,StyledEngineProvider:fl,ThemeContext:pr.ThemeContext,css:pr.css,default:gl,internal_processStyles:yl,keyframes:pr.keyframes},Symbol.toStringTag,{value:"Module"}));function A(){return A=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},A.apply(null,arguments)}function Ue(e,t){if(e==null)return{};var r={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.includes(n))continue;r[n]=e[n]}return r}function Rt(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 _l(e){if(!Rt(e))return e;const t={};return Object.keys(e).forEach(r=>{t[r]=_l(e[r])}),t}function tt(e,t,r={clone:!0}){const n=r.clone?A({},e):e;return Rt(e)&&Rt(t)&&Object.keys(t).forEach(a=>{Rt(t[a])&&Object.prototype.hasOwnProperty.call(e,a)&&Rt(e[a])?n[a]=tt(e[a],t[a],r):r.clone?n[a]=Rt(t[a])?_l(t[a]):t[a]:n[a]=t[a]}),n}const zm=Object.freeze(Object.defineProperty({__proto__:null,default:tt,isPlainObject:Rt},Symbol.toStringTag,{value:"Module"})),Wm=["values","unit","step"],Km=e=>{const t=Object.keys(e).map(r=>({key:r,val:e[r]}))||[];return t.sort((r,n)=>r.val-n.val),t.reduce((r,n)=>A({},r,{[n.key]:n.val}),{})};function vl(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:r="px",step:n=5}=e,a=Ue(e,Wm),o=Km(t),i=Object.keys(o);function l(m){return`@media (min-width:${typeof t[m]=="number"?t[m]:m}${r})`}function u(m){return`@media (max-width:${(typeof t[m]=="number"?t[m]:m)-n/100}${r})`}function c(m,v){const y=i.indexOf(v);return`@media (min-width:${typeof t[m]=="number"?t[m]:m}${r}) and (max-width:${(y!==-1&&typeof t[i[y]]=="number"?t[i[y]]:v)-n/100}${r})`}function d(m){return i.indexOf(m)+1<i.length?c(m,i[i.indexOf(m)+1]):l(m)}function h(m){const v=i.indexOf(m);return v===0?l(i[1]):v===i.length-1?u(i[v]):c(m,i[i.indexOf(m)+1]).replace("@media","@media not all and")}return A({keys:i,values:o,up:l,down:u,between:c,only:d,not:h,unit:r},a)}const Hm={borderRadius:4},Bt=process.env.NODE_ENV!=="production"?f.oneOfType([f.number,f.string,f.object,f.array]):{};function Vr(e,t){return t?tt(e,t,{clone:!1}):e}const Co={xs:0,sm:600,md:900,lg:1200,xl:1536},Cs={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${Co[e]}px)`};function it(e,t,r){const n=e.theme||{};if(Array.isArray(t)){const o=n.breakpoints||Cs;return t.reduce((i,l,u)=>(i[o.up(o.keys[u])]=r(t[u]),i),{})}if(typeof t=="object"){const o=n.breakpoints||Cs;return Object.keys(t).reduce((i,l)=>{if(Object.keys(o.values||Co).indexOf(l)!==-1){const u=o.up(l);i[u]=r(t[l],l)}else{const u=l;i[u]=t[u]}return i},{})}return r(t)}function bl(e={}){var t;return((t=e.keys)==null?void 0:t.reduce((n,a)=>{const o=e.up(a);return n[o]={},n},{}))||{}}function Sl(e,t){return e.reduce((r,n)=>{const a=r[n];return(!a||Object.keys(a).length===0)&&delete r[n],r},t)}function qm(e,...t){const r=bl(e),n=[r,...t].reduce((a,o)=>tt(a,o),{});return Sl(Object.keys(r),n)}function Xm(e,t){if(typeof e!="object")return{};const r={},n=Object.keys(t);return Array.isArray(e)?n.forEach((a,o)=>{o<e.length&&(r[a]=!0)}):n.forEach(a=>{e[a]!=null&&(r[a]=!0)}),r}function ka({values:e,breakpoints:t,base:r}){const n=r||Xm(e,t),a=Object.keys(n);if(a.length===0)return e;let o;return a.reduce((i,l,u)=>(Array.isArray(e)?(i[l]=e[u]!=null?e[u]:e[o],o=u):typeof e=="object"?(i[l]=e[l]!=null?e[l]:e[o],o=l):i[l]=e,i),{})}function Oe(e){if(typeof e!="string")throw new Error(process.env.NODE_ENV!=="production"?"MUI: `capitalize(string)` expects a string argument.":Hr(7));return e.charAt(0).toUpperCase()+e.slice(1)}const Ym=Object.freeze(Object.defineProperty({__proto__:null,default:Oe},Symbol.toStringTag,{value:"Module"}));function oa(e,t,r=!0){if(!t||typeof t!="string")return null;if(e&&e.vars&&r){const n=`vars.${t}`.split(".").reduce((a,o)=>a&&a[o]?a[o]:null,e);if(n!=null)return n}return t.split(".").reduce((n,a)=>n&&n[a]!=null?n[a]:null,e)}function Un(e,t,r,n=r){let a;return typeof e=="function"?a=e(r):Array.isArray(e)?a=e[r]||n:a=oa(e,r)||n,t&&(a=t(a,n,e)),a}function _e(e){const{prop:t,cssProperty:r=e.prop,themeKey:n,transform:a}=e,o=i=>{if(i[t]==null)return null;const l=i[t],u=i.theme,c=oa(u,n)||{};return it(i,l,h=>{let m=Un(c,a,h);return h===m&&typeof h=="string"&&(m=Un(c,a,`${t}${h==="default"?"":Oe(h)}`,h)),r===!1?m:{[r]:m}})};return o.propTypes=process.env.NODE_ENV!=="production"?{[t]:Bt}:{},o.filterProps=[t],o}function Zm(e){const t={};return r=>(t[r]===void 0&&(t[r]=e(r)),t[r])}const Qm={m:"margin",p:"padding"},eh={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},As={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},th=Zm(e=>{if(e.length>2)if(As[e])e=As[e];else return[e];const[t,r]=e.split(""),n=Qm[t],a=eh[r]||"";return Array.isArray(a)?a.map(o=>n+o):[n+a]}),sa=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],ia=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],rh=[...sa,...ia];function an(e,t,r,n){var a;const o=(a=oa(e,t,!1))!=null?a:r;return typeof o=="number"?i=>typeof i=="string"?i:(process.env.NODE_ENV!=="production"&&typeof i!="number"&&console.error(`MUI: Expected ${n} argument to be a number or a string, got ${i}.`),o*i):Array.isArray(o)?i=>typeof i=="string"?i:(process.env.NODE_ENV!=="production"&&(Number.isInteger(i)?i>o.length-1&&console.error([`MUI: The value provided (${i}) overflows.`,`The supported values are: ${JSON.stringify(o)}.`,`${i} > ${o.length-1}, you need to add the missing values.`].join(`
41
+ */function Ol(e,t){const n=Vu(e,t);return process.env.NODE_ENV!=="production"?(...r)=>{const a=typeof e=="string"?`"${e}"`:"component";return r.length===0?console.error([`MUI: Seems like you called \`styled(${a})()\` without a \`style\` argument.`,'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join(`
42
+ `)):r.some(s=>s===void 0)&&console.error(`MUI: the styled(${a})(...args) API requires all its args to be defined.`),n(...r)}:n}const Ml=(e,t)=>{Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))},Gm=Object.freeze(Object.defineProperty({__proto__:null,GlobalStyles:Tl,StyledEngineProvider:Pl,ThemeContext:fr.ThemeContext,css:fr.css,default:Ol,internal_processStyles:Ml,keyframes:fr.keyframes},Symbol.toStringTag,{value:"Module"}));function A(){return A=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},A.apply(null,arguments)}function Be(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.includes(r))continue;n[r]=e[r]}return n}function wt(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 Il(e){if(!wt(e))return e;const t={};return Object.keys(e).forEach(n=>{t[n]=Il(e[n])}),t}function et(e,t,n={clone:!0}){const r=n.clone?A({},e):e;return wt(e)&&wt(t)&&Object.keys(t).forEach(a=>{wt(t[a])&&Object.prototype.hasOwnProperty.call(e,a)&&wt(e[a])?r[a]=et(e[a],t[a],n):n.clone?r[a]=wt(t[a])?Il(t[a]):t[a]:r[a]=t[a]}),r}const zm=Object.freeze(Object.defineProperty({__proto__:null,default:et,isPlainObject:wt},Symbol.toStringTag,{value:"Module"})),Wm=["values","unit","step"],Km=e=>{const t=Object.keys(e).map(n=>({key:n,val:e[n]}))||[];return t.sort((n,r)=>n.val-r.val),t.reduce((n,r)=>A({},n,{[r.key]:r.val}),{})};function El(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:n="px",step:r=5}=e,a=Be(e,Wm),s=Km(t),i=Object.keys(s);function l(m){return`@media (min-width:${typeof t[m]=="number"?t[m]:m}${n})`}function u(m){return`@media (max-width:${(typeof t[m]=="number"?t[m]:m)-r/100}${n})`}function c(m,v){const _=i.indexOf(v);return`@media (min-width:${typeof t[m]=="number"?t[m]:m}${n}) and (max-width:${(_!==-1&&typeof t[i[_]]=="number"?t[i[_]]:v)-r/100}${n})`}function d(m){return i.indexOf(m)+1<i.length?c(m,i[i.indexOf(m)+1]):l(m)}function h(m){const v=i.indexOf(m);return v===0?l(i[1]):v===i.length-1?u(i[v]):c(m,i[i.indexOf(m)+1]).replace("@media","@media not all and")}return A({keys:i,values:s,up:l,down:u,between:c,only:d,not:h,unit:n},a)}const Hm={borderRadius:4},Dt=process.env.NODE_ENV!=="production"?f.oneOfType([f.number,f.string,f.object,f.array]):{};function Jr(e,t){return t?et(e,t,{clone:!1}):e}const Ao={xs:0,sm:600,md:900,lg:1200,xl:1536},Rs={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${Ao[e]}px)`};function st(e,t,n){const r=e.theme||{};if(Array.isArray(t)){const s=r.breakpoints||Rs;return t.reduce((i,l,u)=>(i[s.up(s.keys[u])]=n(t[u]),i),{})}if(typeof t=="object"){const s=r.breakpoints||Rs;return Object.keys(t).reduce((i,l)=>{if(Object.keys(s.values||Ao).indexOf(l)!==-1){const u=s.up(l);i[u]=n(t[l],l)}else{const u=l;i[u]=t[u]}return i},{})}return n(t)}function kl(e={}){var t;return((t=e.keys)==null?void 0:t.reduce((r,a)=>{const s=e.up(a);return r[s]={},r},{}))||{}}function Ll(e,t){return e.reduce((n,r)=>{const a=n[r];return(!a||Object.keys(a).length===0)&&delete n[r],n},t)}function qm(e,...t){const n=kl(e),r=[n,...t].reduce((a,s)=>et(a,s),{});return Ll(Object.keys(n),r)}function Xm(e,t){if(typeof e!="object")return{};const n={},r=Object.keys(t);return Array.isArray(e)?r.forEach((a,s)=>{s<e.length&&(n[a]=!0)}):r.forEach(a=>{e[a]!=null&&(n[a]=!0)}),n}function Ea({values:e,breakpoints:t,base:n}){const r=n||Xm(e,t),a=Object.keys(r);if(a.length===0)return e;let s;return a.reduce((i,l,u)=>(Array.isArray(e)?(i[l]=e[u]!=null?e[u]:e[s],s=u):typeof e=="object"?(i[l]=e[l]!=null?e[l]:e[s],s=l):i[l]=e,i),{})}function Ae(e){if(typeof e!="string")throw new Error(process.env.NODE_ENV!=="production"?"MUI: `capitalize(string)` expects a string argument.":Kr(7));return e.charAt(0).toUpperCase()+e.slice(1)}const Ym=Object.freeze(Object.defineProperty({__proto__:null,default:Ae},Symbol.toStringTag,{value:"Module"}));function aa(e,t,n=!0){if(!t||typeof t!="string")return null;if(e&&e.vars&&n){const r=`vars.${t}`.split(".").reduce((a,s)=>a&&a[s]?a[s]:null,e);if(r!=null)return r}return t.split(".").reduce((r,a)=>r&&r[a]!=null?r[a]:null,e)}function Bn(e,t,n,r=n){let a;return typeof e=="function"?a=e(n):Array.isArray(e)?a=e[n]||r:a=aa(e,n)||r,t&&(a=t(a,r,e)),a}function ye(e){const{prop:t,cssProperty:n=e.prop,themeKey:r,transform:a}=e,s=i=>{if(i[t]==null)return null;const l=i[t],u=i.theme,c=aa(u,r)||{};return st(i,l,h=>{let m=Bn(c,a,h);return h===m&&typeof h=="string"&&(m=Bn(c,a,`${t}${h==="default"?"":Ae(h)}`,h)),n===!1?m:{[n]:m}})};return s.propTypes=process.env.NODE_ENV!=="production"?{[t]:Dt}:{},s.filterProps=[t],s}function Zm(e){const t={};return n=>(t[n]===void 0&&(t[n]=e(n)),t[n])}const Qm={m:"margin",p:"padding"},eh={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},Cs={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},th=Zm(e=>{if(e.length>2)if(Cs[e])e=Cs[e];else return[e];const[t,n]=e.split(""),r=Qm[t],a=eh[n]||"";return Array.isArray(a)?a.map(s=>r+s):[r+a]}),oa=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],sa=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],rh=[...oa,...sa];function nn(e,t,n,r){var a;const s=(a=aa(e,t,!1))!=null?a:n;return typeof s=="number"?i=>typeof i=="string"?i:(process.env.NODE_ENV!=="production"&&typeof i!="number"&&console.error(`MUI: Expected ${r} argument to be a number or a string, got ${i}.`),s*i):Array.isArray(s)?i=>typeof i=="string"?i:(process.env.NODE_ENV!=="production"&&(Number.isInteger(i)?i>s.length-1&&console.error([`MUI: The value provided (${i}) overflows.`,`The supported values are: ${JSON.stringify(s)}.`,`${i} > ${s.length-1}, you need to add the missing values.`].join(`
43
43
  `)):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(`
44
- `))),o[i]):typeof o=="function"?o:(process.env.NODE_ENV!=="production"&&console.error([`MUI: The \`theme.${t}\` value (${o}) is invalid.`,"It should be a number, an array or a function."].join(`
45
- `)),()=>{})}function Ao(e){return an(e,"spacing",8,"spacing")}function qt(e,t){if(typeof t=="string"||t==null)return t;const r=Math.abs(t),n=e(r);return t>=0?n:typeof n=="number"?-n:`-${n}`}function nh(e,t){return r=>e.reduce((n,a)=>(n[a]=qt(t,r),n),{})}function ah(e,t,r,n){if(t.indexOf(r)===-1)return null;const a=th(r),o=nh(a,n),i=e[r];return it(e,i,o)}function xl(e,t){const r=Ao(e.theme);return Object.keys(e).map(n=>ah(e,t,n,r)).reduce(Vr,{})}function pe(e){return xl(e,sa)}pe.propTypes=process.env.NODE_ENV!=="production"?sa.reduce((e,t)=>(e[t]=Bt,e),{}):{};pe.filterProps=sa;function ge(e){return xl(e,ia)}ge.propTypes=process.env.NODE_ENV!=="production"?ia.reduce((e,t)=>(e[t]=Bt,e),{}):{};ge.filterProps=ia;process.env.NODE_ENV!=="production"&&rh.reduce((e,t)=>(e[t]=Bt,e),{});function oh(e=8){if(e.mui)return e;const t=Ao({spacing:e}),r=(...n)=>(process.env.NODE_ENV!=="production"&&(n.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${n.length}`)),(n.length===0?[1]:n).map(o=>{const i=t(o);return typeof i=="number"?`${i}px`:i}).join(" "));return r.mui=!0,r}function la(...e){const t=e.reduce((n,a)=>(a.filterProps.forEach(o=>{n[o]=a}),n),{}),r=n=>Object.keys(n).reduce((a,o)=>t[o]?Vr(a,t[o](n)):a,{});return r.propTypes=process.env.NODE_ENV!=="production"?e.reduce((n,a)=>Object.assign(n,a.propTypes),{}):{},r.filterProps=e.reduce((n,a)=>n.concat(a.filterProps),[]),r}function Qe(e){return typeof e!="number"?e:`${e}px solid`}function nt(e,t){return _e({prop:e,themeKey:"borders",transform:t})}const sh=nt("border",Qe),ih=nt("borderTop",Qe),lh=nt("borderRight",Qe),uh=nt("borderBottom",Qe),ch=nt("borderLeft",Qe),dh=nt("borderColor"),mh=nt("borderTopColor"),hh=nt("borderRightColor"),fh=nt("borderBottomColor"),ph=nt("borderLeftColor"),gh=nt("outline",Qe),yh=nt("outlineColor"),ua=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=an(e.theme,"shape.borderRadius",4,"borderRadius"),r=n=>({borderRadius:qt(t,n)});return it(e,e.borderRadius,r)}return null};ua.propTypes=process.env.NODE_ENV!=="production"?{borderRadius:Bt}:{};ua.filterProps=["borderRadius"];la(sh,ih,lh,uh,ch,dh,mh,hh,fh,ph,ua,gh,yh);const ca=e=>{if(e.gap!==void 0&&e.gap!==null){const t=an(e.theme,"spacing",8,"gap"),r=n=>({gap:qt(t,n)});return it(e,e.gap,r)}return null};ca.propTypes=process.env.NODE_ENV!=="production"?{gap:Bt}:{};ca.filterProps=["gap"];const da=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=an(e.theme,"spacing",8,"columnGap"),r=n=>({columnGap:qt(t,n)});return it(e,e.columnGap,r)}return null};da.propTypes=process.env.NODE_ENV!=="production"?{columnGap:Bt}:{};da.filterProps=["columnGap"];const ma=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=an(e.theme,"spacing",8,"rowGap"),r=n=>({rowGap:qt(t,n)});return it(e,e.rowGap,r)}return null};ma.propTypes=process.env.NODE_ENV!=="production"?{rowGap:Bt}:{};ma.filterProps=["rowGap"];const _h=_e({prop:"gridColumn"}),vh=_e({prop:"gridRow"}),bh=_e({prop:"gridAutoFlow"}),Sh=_e({prop:"gridAutoColumns"}),xh=_e({prop:"gridAutoRows"}),wh=_e({prop:"gridTemplateColumns"}),jh=_e({prop:"gridTemplateRows"}),Rh=_e({prop:"gridTemplateAreas"}),Ch=_e({prop:"gridArea"});la(ca,da,ma,_h,vh,bh,Sh,xh,wh,jh,Rh,Ch);function yr(e,t){return t==="grey"?t:e}const Ah=_e({prop:"color",themeKey:"palette",transform:yr}),Ph=_e({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:yr}),Oh=_e({prop:"backgroundColor",themeKey:"palette",transform:yr});la(Ah,Ph,Oh);function ze(e){return e<=1&&e!==0?`${e*100}%`:e}const Th=_e({prop:"width",transform:ze}),Po=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=r=>{var n,a;const o=((n=e.theme)==null||(n=n.breakpoints)==null||(n=n.values)==null?void 0:n[r])||Co[r];return o?((a=e.theme)==null||(a=a.breakpoints)==null?void 0:a.unit)!=="px"?{maxWidth:`${o}${e.theme.breakpoints.unit}`}:{maxWidth:o}:{maxWidth:ze(r)}};return it(e,e.maxWidth,t)}return null};Po.filterProps=["maxWidth"];const Mh=_e({prop:"minWidth",transform:ze}),Ih=_e({prop:"height",transform:ze}),Eh=_e({prop:"maxHeight",transform:ze}),kh=_e({prop:"minHeight",transform:ze});_e({prop:"size",cssProperty:"width",transform:ze});_e({prop:"size",cssProperty:"height",transform:ze});const Lh=_e({prop:"boxSizing"});la(Th,Po,Mh,Ih,Eh,kh,Lh);const on={border:{themeKey:"borders",transform:Qe},borderTop:{themeKey:"borders",transform:Qe},borderRight:{themeKey:"borders",transform:Qe},borderBottom:{themeKey:"borders",transform:Qe},borderLeft:{themeKey:"borders",transform:Qe},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:Qe},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:ua},color:{themeKey:"palette",transform:yr},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:yr},backgroundColor:{themeKey:"palette",transform:yr},p:{style:ge},pt:{style:ge},pr:{style:ge},pb:{style:ge},pl:{style:ge},px:{style:ge},py:{style:ge},padding:{style:ge},paddingTop:{style:ge},paddingRight:{style:ge},paddingBottom:{style:ge},paddingLeft:{style:ge},paddingX:{style:ge},paddingY:{style:ge},paddingInline:{style:ge},paddingInlineStart:{style:ge},paddingInlineEnd:{style:ge},paddingBlock:{style:ge},paddingBlockStart:{style:ge},paddingBlockEnd:{style:ge},m:{style:pe},mt:{style:pe},mr:{style:pe},mb:{style:pe},ml:{style:pe},mx:{style:pe},my:{style:pe},margin:{style:pe},marginTop:{style:pe},marginRight:{style:pe},marginBottom:{style:pe},marginLeft:{style:pe},marginX:{style:pe},marginY:{style:pe},marginInline:{style:pe},marginInlineStart:{style:pe},marginInlineEnd:{style:pe},marginBlock:{style:pe},marginBlockStart:{style:pe},marginBlockEnd:{style:pe},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:ca},rowGap:{style:ma},columnGap:{style:da},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:ze},maxWidth:{style:Po},minWidth:{transform:ze},height:{transform:ze},maxHeight:{transform:ze},minHeight:{transform:ze},boxSizing:{},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};function $h(...e){const t=e.reduce((n,a)=>n.concat(Object.keys(a)),[]),r=new Set(t);return e.every(n=>r.size===Object.keys(n).length)}function Nh(e,t){return typeof e=="function"?e(t):e}function wl(){function e(r,n,a,o){const i={[r]:n,theme:a},l=o[r];if(!l)return{[r]:n};const{cssProperty:u=r,themeKey:c,transform:d,style:h}=l;if(n==null)return null;if(c==="typography"&&n==="inherit")return{[r]:n};const m=oa(a,c)||{};return h?h(i):it(i,n,y=>{let _=Un(m,d,y);return y===_&&typeof y=="string"&&(_=Un(m,d,`${r}${y==="default"?"":Oe(y)}`,y)),u===!1?_:{[u]:_}})}function t(r){var n;const{sx:a,theme:o={}}=r||{};if(!a)return null;const i=(n=o.unstable_sxConfig)!=null?n:on;function l(u){let c=u;if(typeof u=="function")c=u(o);else if(typeof u!="object")return u;if(!c)return null;const d=bl(o.breakpoints),h=Object.keys(d);let m=d;return Object.keys(c).forEach(v=>{const y=Nh(c[v],o);if(y!=null)if(typeof y=="object")if(i[v])m=Vr(m,e(v,y,o,i));else{const _=it({theme:o},y,g=>({[v]:g}));$h(_,y)?m[v]=t({sx:y,theme:o}):m=Vr(m,_)}else m=Vr(m,e(v,y,o,i))}),Sl(h,m)}return Array.isArray(a)?a.map(l):l(a)}return t}const sn=wl();sn.filterProps=["sx"];function jl(e,t){const r=this;return r.vars&&typeof r.getColorSchemeSelector=="function"?{[r.getColorSchemeSelector(e).replace(/(\[[^\]]+\])/,"*:where($1)")]:t}:r.palette.mode===e?t:{}}const Fh=["breakpoints","palette","spacing","shape"];function ln(e={},...t){const{breakpoints:r={},palette:n={},spacing:a,shape:o={}}=e,i=Ue(e,Fh),l=vl(r),u=oh(a);let c=tt({breakpoints:l,direction:"ltr",components:{},palette:A({mode:"light"},n),spacing:u,shape:A({},Hm,o)},i);return c.applyStyles=jl,c=t.reduce((d,h)=>tt(d,h),c),c.unstable_sxConfig=A({},on,i==null?void 0:i.unstable_sxConfig),c.unstable_sx=function(h){return sn({sx:h,theme:this})},c}const Dh=Object.freeze(Object.defineProperty({__proto__:null,default:ln,private_createBreakpoints:vl,unstable_applyStyles:jl},Symbol.toStringTag,{value:"Module"}));function Bh(e){return Object.keys(e).length===0}function Uh(e=null){const t=N.useContext(pr.ThemeContext);return!t||Bh(t)?e:t}const Jh=ln();function Vh(e=Jh){return Uh(e)}const Gh=["sx"],zh=e=>{var t,r;const n={systemProps:{},otherProps:{}},a=(t=e==null||(r=e.theme)==null?void 0:r.unstable_sxConfig)!=null?t:on;return Object.keys(e).forEach(o=>{a[o]?n.systemProps[o]=e[o]:n.otherProps[o]=e[o]}),n};function Rl(e){const{sx:t}=e,r=Ue(e,Gh),{systemProps:n,otherProps:a}=zh(r);let o;return Array.isArray(t)?o=[n,...t]:typeof t=="function"?o=(...i)=>{const l=t(...i);return Rt(l)?A({},n,l):n}:o=A({},n,t),A({},a,{sx:o})}const Wh=Object.freeze(Object.defineProperty({__proto__:null,default:sn,extendSxProp:Rl,unstable_createStyleFunctionSx:wl,unstable_defaultSxConfig:on},Symbol.toStringTag,{value:"Module"})),Ps=e=>e,Kh=()=>{let e=Ps;return{configure(t){e=t},generate(t){return e(t)},reset(){e=Ps}}},Cl=Kh();function Al(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(r=Al(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function yt(){for(var e,t,r=0,n="",a=arguments.length;r<a;r++)(e=arguments[r])&&(t=Al(e))&&(n&&(n+=" "),n+=t);return n}const Hh={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 un(e,t,r="Mui"){const n=Hh[t];return n?`${r}-${n}`:`${Cl.generate(e)}-${t}`}function Pl(e,t,r="Mui"){const n={};return t.forEach(a=>{n[a]=un(e,a,r)}),n}var no={exports:{}},se={};/**
44
+ `))),s[i]):typeof s=="function"?s:(process.env.NODE_ENV!=="production"&&console.error([`MUI: The \`theme.${t}\` value (${s}) is invalid.`,"It should be a number, an array or a function."].join(`
45
+ `)),()=>{})}function Po(e){return nn(e,"spacing",8,"spacing")}function Ht(e,t){if(typeof t=="string"||t==null)return t;const n=Math.abs(t),r=e(n);return t>=0?r:typeof r=="number"?-r:`-${r}`}function nh(e,t){return n=>e.reduce((r,a)=>(r[a]=Ht(t,n),r),{})}function ah(e,t,n,r){if(t.indexOf(n)===-1)return null;const a=th(n),s=nh(a,r),i=e[n];return st(e,i,s)}function $l(e,t){const n=Po(e.theme);return Object.keys(e).map(r=>ah(e,t,r,n)).reduce(Jr,{})}function fe(e){return $l(e,oa)}fe.propTypes=process.env.NODE_ENV!=="production"?oa.reduce((e,t)=>(e[t]=Dt,e),{}):{};fe.filterProps=oa;function pe(e){return $l(e,sa)}pe.propTypes=process.env.NODE_ENV!=="production"?sa.reduce((e,t)=>(e[t]=Dt,e),{}):{};pe.filterProps=sa;process.env.NODE_ENV!=="production"&&rh.reduce((e,t)=>(e[t]=Dt,e),{});function oh(e=8){if(e.mui)return e;const t=Po({spacing:e}),n=(...r)=>(process.env.NODE_ENV!=="production"&&(r.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${r.length}`)),(r.length===0?[1]:r).map(s=>{const i=t(s);return typeof i=="number"?`${i}px`:i}).join(" "));return n.mui=!0,n}function ia(...e){const t=e.reduce((r,a)=>(a.filterProps.forEach(s=>{r[s]=a}),r),{}),n=r=>Object.keys(r).reduce((a,s)=>t[s]?Jr(a,t[s](r)):a,{});return n.propTypes=process.env.NODE_ENV!=="production"?e.reduce((r,a)=>Object.assign(r,a.propTypes),{}):{},n.filterProps=e.reduce((r,a)=>r.concat(a.filterProps),[]),n}function Ze(e){return typeof e!="number"?e:`${e}px solid`}function rt(e,t){return ye({prop:e,themeKey:"borders",transform:t})}const sh=rt("border",Ze),ih=rt("borderTop",Ze),lh=rt("borderRight",Ze),uh=rt("borderBottom",Ze),ch=rt("borderLeft",Ze),dh=rt("borderColor"),mh=rt("borderTopColor"),hh=rt("borderRightColor"),fh=rt("borderBottomColor"),ph=rt("borderLeftColor"),gh=rt("outline",Ze),yh=rt("outlineColor"),la=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=nn(e.theme,"shape.borderRadius",4,"borderRadius"),n=r=>({borderRadius:Ht(t,r)});return st(e,e.borderRadius,n)}return null};la.propTypes=process.env.NODE_ENV!=="production"?{borderRadius:Dt}:{};la.filterProps=["borderRadius"];ia(sh,ih,lh,uh,ch,dh,mh,hh,fh,ph,la,gh,yh);const ua=e=>{if(e.gap!==void 0&&e.gap!==null){const t=nn(e.theme,"spacing",8,"gap"),n=r=>({gap:Ht(t,r)});return st(e,e.gap,n)}return null};ua.propTypes=process.env.NODE_ENV!=="production"?{gap:Dt}:{};ua.filterProps=["gap"];const ca=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=nn(e.theme,"spacing",8,"columnGap"),n=r=>({columnGap:Ht(t,r)});return st(e,e.columnGap,n)}return null};ca.propTypes=process.env.NODE_ENV!=="production"?{columnGap:Dt}:{};ca.filterProps=["columnGap"];const da=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=nn(e.theme,"spacing",8,"rowGap"),n=r=>({rowGap:Ht(t,r)});return st(e,e.rowGap,n)}return null};da.propTypes=process.env.NODE_ENV!=="production"?{rowGap:Dt}:{};da.filterProps=["rowGap"];const _h=ye({prop:"gridColumn"}),vh=ye({prop:"gridRow"}),bh=ye({prop:"gridAutoFlow"}),Sh=ye({prop:"gridAutoColumns"}),xh=ye({prop:"gridAutoRows"}),wh=ye({prop:"gridTemplateColumns"}),jh=ye({prop:"gridTemplateRows"}),Rh=ye({prop:"gridTemplateAreas"}),Ch=ye({prop:"gridArea"});ia(ua,ca,da,_h,vh,bh,Sh,xh,wh,jh,Rh,Ch);function gr(e,t){return t==="grey"?t:e}const Ah=ye({prop:"color",themeKey:"palette",transform:gr}),Ph=ye({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:gr}),Th=ye({prop:"backgroundColor",themeKey:"palette",transform:gr});ia(Ah,Ph,Th);function Ge(e){return e<=1&&e!==0?`${e*100}%`:e}const Oh=ye({prop:"width",transform:Ge}),To=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=n=>{var r,a;const s=((r=e.theme)==null||(r=r.breakpoints)==null||(r=r.values)==null?void 0:r[n])||Ao[n];return s?((a=e.theme)==null||(a=a.breakpoints)==null?void 0:a.unit)!=="px"?{maxWidth:`${s}${e.theme.breakpoints.unit}`}:{maxWidth:s}:{maxWidth:Ge(n)}};return st(e,e.maxWidth,t)}return null};To.filterProps=["maxWidth"];const Mh=ye({prop:"minWidth",transform:Ge}),Ih=ye({prop:"height",transform:Ge}),Eh=ye({prop:"maxHeight",transform:Ge}),kh=ye({prop:"minHeight",transform:Ge});ye({prop:"size",cssProperty:"width",transform:Ge});ye({prop:"size",cssProperty:"height",transform:Ge});const Lh=ye({prop:"boxSizing"});ia(Oh,To,Mh,Ih,Eh,kh,Lh);const an={border:{themeKey:"borders",transform:Ze},borderTop:{themeKey:"borders",transform:Ze},borderRight:{themeKey:"borders",transform:Ze},borderBottom:{themeKey:"borders",transform:Ze},borderLeft:{themeKey:"borders",transform:Ze},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:Ze},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:la},color:{themeKey:"palette",transform:gr},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:gr},backgroundColor:{themeKey:"palette",transform:gr},p:{style:pe},pt:{style:pe},pr:{style:pe},pb:{style:pe},pl:{style:pe},px:{style:pe},py:{style:pe},padding:{style:pe},paddingTop:{style:pe},paddingRight:{style:pe},paddingBottom:{style:pe},paddingLeft:{style:pe},paddingX:{style:pe},paddingY:{style:pe},paddingInline:{style:pe},paddingInlineStart:{style:pe},paddingInlineEnd:{style:pe},paddingBlock:{style:pe},paddingBlockStart:{style:pe},paddingBlockEnd:{style:pe},m:{style:fe},mt:{style:fe},mr:{style:fe},mb:{style:fe},ml:{style:fe},mx:{style:fe},my:{style:fe},margin:{style:fe},marginTop:{style:fe},marginRight:{style:fe},marginBottom:{style:fe},marginLeft:{style:fe},marginX:{style:fe},marginY:{style:fe},marginInline:{style:fe},marginInlineStart:{style:fe},marginInlineEnd:{style:fe},marginBlock:{style:fe},marginBlockStart:{style:fe},marginBlockEnd:{style:fe},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:ua},rowGap:{style:da},columnGap:{style:ca},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:To},minWidth:{transform:Ge},height:{transform:Ge},maxHeight:{transform:Ge},minHeight:{transform:Ge},boxSizing:{},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};function $h(...e){const t=e.reduce((r,a)=>r.concat(Object.keys(a)),[]),n=new Set(t);return e.every(r=>n.size===Object.keys(r).length)}function Nh(e,t){return typeof e=="function"?e(t):e}function Nl(){function e(n,r,a,s){const i={[n]:r,theme:a},l=s[n];if(!l)return{[n]:r};const{cssProperty:u=n,themeKey:c,transform:d,style:h}=l;if(r==null)return null;if(c==="typography"&&r==="inherit")return{[n]:r};const m=aa(a,c)||{};return h?h(i):st(i,r,_=>{let y=Bn(m,d,_);return _===y&&typeof _=="string"&&(y=Bn(m,d,`${n}${_==="default"?"":Ae(_)}`,_)),u===!1?y:{[u]:y}})}function t(n){var r;const{sx:a,theme:s={}}=n||{};if(!a)return null;const i=(r=s.unstable_sxConfig)!=null?r:an;function l(u){let c=u;if(typeof u=="function")c=u(s);else if(typeof u!="object")return u;if(!c)return null;const d=kl(s.breakpoints),h=Object.keys(d);let m=d;return Object.keys(c).forEach(v=>{const _=Nh(c[v],s);if(_!=null)if(typeof _=="object")if(i[v])m=Jr(m,e(v,_,s,i));else{const y=st({theme:s},_,g=>({[v]:g}));$h(y,_)?m[v]=t({sx:_,theme:s}):m=Jr(m,y)}else m=Jr(m,e(v,_,s,i))}),Ll(h,m)}return Array.isArray(a)?a.map(l):l(a)}return t}const on=Nl();on.filterProps=["sx"];function Fl(e,t){const n=this;return n.vars&&typeof n.getColorSchemeSelector=="function"?{[n.getColorSchemeSelector(e).replace(/(\[[^\]]+\])/,"*:where($1)")]:t}:n.palette.mode===e?t:{}}const Fh=["breakpoints","palette","spacing","shape"];function sn(e={},...t){const{breakpoints:n={},palette:r={},spacing:a,shape:s={}}=e,i=Be(e,Fh),l=El(n),u=oh(a);let c=et({breakpoints:l,direction:"ltr",components:{},palette:A({mode:"light"},r),spacing:u,shape:A({},Hm,s)},i);return c.applyStyles=Fl,c=t.reduce((d,h)=>et(d,h),c),c.unstable_sxConfig=A({},an,i==null?void 0:i.unstable_sxConfig),c.unstable_sx=function(h){return on({sx:h,theme:this})},c}const Dh=Object.freeze(Object.defineProperty({__proto__:null,default:sn,private_createBreakpoints:El,unstable_applyStyles:Fl},Symbol.toStringTag,{value:"Module"}));function Bh(e){return Object.keys(e).length===0}function Uh(e=null){const t=N.useContext(fr.ThemeContext);return!t||Bh(t)?e:t}const Jh=sn();function Vh(e=Jh){return Uh(e)}const Gh=["sx"],zh=e=>{var t,n;const r={systemProps:{},otherProps:{}},a=(t=e==null||(n=e.theme)==null?void 0:n.unstable_sxConfig)!=null?t:an;return Object.keys(e).forEach(s=>{a[s]?r.systemProps[s]=e[s]:r.otherProps[s]=e[s]}),r};function Dl(e){const{sx:t}=e,n=Be(e,Gh),{systemProps:r,otherProps:a}=zh(n);let s;return Array.isArray(t)?s=[r,...t]:typeof t=="function"?s=(...i)=>{const l=t(...i);return wt(l)?A({},r,l):r}:s=A({},r,t),A({},a,{sx:s})}const Wh=Object.freeze(Object.defineProperty({__proto__:null,default:on,extendSxProp:Dl,unstable_createStyleFunctionSx:Nl,unstable_defaultSxConfig:an},Symbol.toStringTag,{value:"Module"})),As=e=>e,Kh=()=>{let e=As;return{configure(t){e=t},generate(t){return e(t)},reset(){e=As}}},Bl=Kh();function Ul(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(n=Ul(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function gt(){for(var e,t,n=0,r="",a=arguments.length;n<a;n++)(e=arguments[n])&&(t=Ul(e))&&(r&&(r+=" "),r+=t);return r}const Hh={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 ln(e,t,n="Mui"){const r=Hh[t];return r?`${n}-${r}`:`${Bl.generate(e)}-${t}`}function Jl(e,t,n="Mui"){const r={};return t.forEach(a=>{r[a]=ln(e,a,n)}),r}var ao={exports:{}},se={};/**
46
46
  * @license React
47
47
  * react-is.production.min.js
48
48
  *
@@ -50,7 +50,7 @@ React keys must be passed directly to JSX without using spread:
50
50
  *
51
51
  * This source code is licensed under the MIT license found in the
52
52
  * LICENSE file in the root directory of this source tree.
53
- */var Os;function qh(){if(Os)return se;Os=1;var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),o=Symbol.for("react.provider"),i=Symbol.for("react.context"),l=Symbol.for("react.server_context"),u=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),v=Symbol.for("react.offscreen"),y;y=Symbol.for("react.module.reference");function _(g){if(typeof g=="object"&&g!==null){var x=g.$$typeof;switch(x){case e:switch(g=g.type,g){case r:case a:case n:case c:case d:return g;default:switch(g=g&&g.$$typeof,g){case l:case i:case u:case m:case h:case o:return g;default:return x}}case t:return x}}}return se.ContextConsumer=i,se.ContextProvider=o,se.Element=e,se.ForwardRef=u,se.Fragment=r,se.Lazy=m,se.Memo=h,se.Portal=t,se.Profiler=a,se.StrictMode=n,se.Suspense=c,se.SuspenseList=d,se.isAsyncMode=function(){return!1},se.isConcurrentMode=function(){return!1},se.isContextConsumer=function(g){return _(g)===i},se.isContextProvider=function(g){return _(g)===o},se.isElement=function(g){return typeof g=="object"&&g!==null&&g.$$typeof===e},se.isForwardRef=function(g){return _(g)===u},se.isFragment=function(g){return _(g)===r},se.isLazy=function(g){return _(g)===m},se.isMemo=function(g){return _(g)===h},se.isPortal=function(g){return _(g)===t},se.isProfiler=function(g){return _(g)===a},se.isStrictMode=function(g){return _(g)===n},se.isSuspense=function(g){return _(g)===c},se.isSuspenseList=function(g){return _(g)===d},se.isValidElementType=function(g){return typeof g=="string"||typeof g=="function"||g===r||g===a||g===n||g===c||g===d||g===v||typeof g=="object"&&g!==null&&(g.$$typeof===m||g.$$typeof===h||g.$$typeof===o||g.$$typeof===i||g.$$typeof===u||g.$$typeof===y||g.getModuleId!==void 0)},se.typeOf=_,se}var ie={};/**
53
+ */var Ps;function qh(){if(Ps)return se;Ps=1;var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),i=Symbol.for("react.context"),l=Symbol.for("react.server_context"),u=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),v=Symbol.for("react.offscreen"),_;_=Symbol.for("react.module.reference");function y(g){if(typeof g=="object"&&g!==null){var x=g.$$typeof;switch(x){case e:switch(g=g.type,g){case n:case a:case r:case c:case d:return g;default:switch(g=g&&g.$$typeof,g){case l:case i:case u:case m:case h:case s:return g;default:return x}}case t:return x}}}return se.ContextConsumer=i,se.ContextProvider=s,se.Element=e,se.ForwardRef=u,se.Fragment=n,se.Lazy=m,se.Memo=h,se.Portal=t,se.Profiler=a,se.StrictMode=r,se.Suspense=c,se.SuspenseList=d,se.isAsyncMode=function(){return!1},se.isConcurrentMode=function(){return!1},se.isContextConsumer=function(g){return y(g)===i},se.isContextProvider=function(g){return y(g)===s},se.isElement=function(g){return typeof g=="object"&&g!==null&&g.$$typeof===e},se.isForwardRef=function(g){return y(g)===u},se.isFragment=function(g){return y(g)===n},se.isLazy=function(g){return y(g)===m},se.isMemo=function(g){return y(g)===h},se.isPortal=function(g){return y(g)===t},se.isProfiler=function(g){return y(g)===a},se.isStrictMode=function(g){return y(g)===r},se.isSuspense=function(g){return y(g)===c},se.isSuspenseList=function(g){return y(g)===d},se.isValidElementType=function(g){return typeof g=="string"||typeof g=="function"||g===n||g===a||g===r||g===c||g===d||g===v||typeof g=="object"&&g!==null&&(g.$$typeof===m||g.$$typeof===h||g.$$typeof===s||g.$$typeof===i||g.$$typeof===u||g.$$typeof===_||g.getModuleId!==void 0)},se.typeOf=y,se}var ie={};/**
54
54
  * @license React
55
55
  * react-is.development.js
56
56
  *
@@ -58,14 +58,14 @@ React keys must be passed directly to JSX without using spread:
58
58
  *
59
59
  * This source code is licensed under the MIT license found in the
60
60
  * LICENSE file in the root directory of this source tree.
61
- */var Ts;function Xh(){return Ts||(Ts=1,process.env.NODE_ENV!=="production"&&function(){var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),o=Symbol.for("react.provider"),i=Symbol.for("react.context"),l=Symbol.for("react.server_context"),u=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),v=Symbol.for("react.offscreen"),y=!1,_=!1,g=!1,x=!1,j=!1,C;C=Symbol.for("react.module.reference");function L(M){return!!(typeof M=="string"||typeof M=="function"||M===r||M===a||j||M===n||M===c||M===d||x||M===v||y||_||g||typeof M=="object"&&M!==null&&(M.$$typeof===m||M.$$typeof===h||M.$$typeof===o||M.$$typeof===i||M.$$typeof===u||M.$$typeof===C||M.getModuleId!==void 0))}function R(M){if(typeof M=="object"&&M!==null){var ee=M.$$typeof;switch(ee){case e:var fe=M.type;switch(fe){case r:case a:case n:case c:case d:return fe;default:var ke=fe&&fe.$$typeof;switch(ke){case l:case i:case u:case m:case h:case o:return ke;default:return ee}}case t:return ee}}}var P=i,O=o,z=e,le=u,ce=r,D=m,q=h,G=t,X=a,H=n,we=c,ue=d,Q=!1,Ae=!1;function Ee(M){return Q||(Q=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function at(M){return Ae||(Ae=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function St(M){return R(M)===i}function He(M){return R(M)===o}function je(M){return typeof M=="object"&&M!==null&&M.$$typeof===e}function Mt(M){return R(M)===u}function ut(M){return R(M)===r}function qe(M){return R(M)===m}function Je(M){return R(M)===h}function ct(M){return R(M)===t}function dt(M){return R(M)===a}function Ut(M){return R(M)===n}function xt(M){return R(M)===c}function Ve(M){return R(M)===d}ie.ContextConsumer=P,ie.ContextProvider=O,ie.Element=z,ie.ForwardRef=le,ie.Fragment=ce,ie.Lazy=D,ie.Memo=q,ie.Portal=G,ie.Profiler=X,ie.StrictMode=H,ie.Suspense=we,ie.SuspenseList=ue,ie.isAsyncMode=Ee,ie.isConcurrentMode=at,ie.isContextConsumer=St,ie.isContextProvider=He,ie.isElement=je,ie.isForwardRef=Mt,ie.isFragment=ut,ie.isLazy=qe,ie.isMemo=Je,ie.isPortal=ct,ie.isProfiler=dt,ie.isStrictMode=Ut,ie.isSuspense=xt,ie.isSuspenseList=Ve,ie.isValidElementType=L,ie.typeOf=R}()),ie}process.env.NODE_ENV==="production"?no.exports=qh():no.exports=Xh();var Ms=no.exports;const Yh=/^\s*function(?:\s|\s*\/\*.*\*\/\s*)+([^(\s/]*)\s*/;function Ol(e){const t=`${e}`.match(Yh);return t&&t[1]||""}function Tl(e,t=""){return e.displayName||e.name||Ol(e)||t}function Is(e,t,r){const n=Tl(t);return e.displayName||(n!==""?`${r}(${n})`:r)}function Ml(e){if(e!=null){if(typeof e=="string")return e;if(typeof e=="function")return Tl(e,"Component");if(typeof e=="object")switch(e.$$typeof){case Ms.ForwardRef:return Is(e,e.render,"ForwardRef");case Ms.Memo:return Is(e,e.type,"memo");default:return}}}const Zh=Object.freeze(Object.defineProperty({__proto__:null,default:Ml,getFunctionName:Ol},Symbol.toStringTag,{value:"Module"})),Qh=["ownerState"],ef=["variants"],tf=["name","slot","skipVariantsResolver","skipSx","overridesResolver"];function rf(e){return Object.keys(e).length===0}function nf(e){return typeof e=="string"&&e.charCodeAt(0)>96}function La(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const af=ln(),Es=e=>e&&e.charAt(0).toLowerCase()+e.slice(1);function gn({defaultTheme:e,theme:t,themeId:r}){return rf(t)?e:t[r]||t}function of(e){return e?(t,r)=>r[e]:null}function On(e,t){let{ownerState:r}=t,n=Ue(t,Qh);const a=typeof e=="function"?e(A({ownerState:r},n)):e;if(Array.isArray(a))return a.flatMap(o=>On(o,A({ownerState:r},n)));if(a&&typeof a=="object"&&Array.isArray(a.variants)){const{variants:o=[]}=a;let l=Ue(a,ef);return o.forEach(u=>{let c=!0;typeof u.props=="function"?c=u.props(A({ownerState:r},n,r)):Object.keys(u.props).forEach(d=>{(r==null?void 0:r[d])!==u.props[d]&&n[d]!==u.props[d]&&(c=!1)}),c&&(Array.isArray(l)||(l=[l]),l.push(typeof u.style=="function"?u.style(A({ownerState:r},n,r)):u.style))}),l}return a}function sf(e={}){const{themeId:t,defaultTheme:r=af,rootShouldForwardProp:n=La,slotShouldForwardProp:a=La}=e,o=i=>sn(A({},i,{theme:gn(A({},i,{defaultTheme:r,themeId:t}))}));return o.__mui_systemSx=!0,(i,l={})=>{yl(i,R=>R.filter(P=>!(P!=null&&P.__mui_systemSx)));const{name:u,slot:c,skipVariantsResolver:d,skipSx:h,overridesResolver:m=of(Es(c))}=l,v=Ue(l,tf),y=d!==void 0?d:c&&c!=="Root"&&c!=="root"||!1,_=h||!1;let g;process.env.NODE_ENV!=="production"&&u&&(g=`${u}-${Es(c||"Root")}`);let x=La;c==="Root"||c==="root"?x=n:c?x=a:nf(i)&&(x=void 0);const j=gl(i,A({shouldForwardProp:x,label:g},v)),C=R=>typeof R=="function"&&R.__emotion_real!==R||Rt(R)?P=>On(R,A({},P,{theme:gn({theme:P.theme,defaultTheme:r,themeId:t})})):R,L=(R,...P)=>{let O=C(R);const z=P?P.map(C):[];u&&m&&z.push(D=>{const q=gn(A({},D,{defaultTheme:r,themeId:t}));if(!q.components||!q.components[u]||!q.components[u].styleOverrides)return null;const G=q.components[u].styleOverrides,X={};return Object.entries(G).forEach(([H,we])=>{X[H]=On(we,A({},D,{theme:q}))}),m(D,X)}),u&&!y&&z.push(D=>{var q;const G=gn(A({},D,{defaultTheme:r,themeId:t})),X=G==null||(q=G.components)==null||(q=q[u])==null?void 0:q.variants;return On({variants:X},A({},D,{theme:G}))}),_||z.push(o);const le=z.length-P.length;if(Array.isArray(R)&&le>0){const D=new Array(le).fill("");O=[...R,...D],O.raw=[...R.raw,...D]}const ce=j(O,...z);if(process.env.NODE_ENV!=="production"){let D;u&&(D=`${u}${Oe(c||"")}`),D===void 0&&(D=`Styled(${Ml(i)})`),ce.displayName=D}return i.muiName&&(ce.muiName=i.muiName),ce};return j.withConfig&&(L.withConfig=j.withConfig),L}}const lf=sf();function Jn(e,t){const r=A({},t);return Object.keys(e).forEach(n=>{if(n.toString().match(/^(components|slots)$/))r[n]=A({},e[n],r[n]);else if(n.toString().match(/^(componentsProps|slotProps)$/)){const a=e[n]||{},o=t[n];r[n]={},!o||!Object.keys(o)?r[n]=a:!a||!Object.keys(a)?r[n]=o:(r[n]=A({},o),Object.keys(a).forEach(i=>{r[n][i]=Jn(a[i],o[i])}))}else r[n]===void 0&&(r[n]=e[n])}),r}function uf(e){const{theme:t,name:r,props:n}=e;return!t||!t.components||!t.components[r]||!t.components[r].defaultProps?n:Jn(t.components[r].defaultProps,n)}function cf({props:e,name:t,defaultTheme:r,themeId:n}){let a=Vh(r);return n&&(a=a[n]||a),uf({theme:a,name:t,props:e})}const Oo=typeof window<"u"?N.useLayoutEffect:N.useEffect;function fr(e,t=Number.MIN_SAFE_INTEGER,r=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,r))}const df=Object.freeze(Object.defineProperty({__proto__:null,default:fr},Symbol.toStringTag,{value:"Module"}));function ks(e,t){return process.env.NODE_ENV==="production"?()=>null:function(...n){return e(...n)||t(...n)}}function mf(...e){return e.reduce((t,r)=>r==null?t:function(...a){t.apply(this,a),r.apply(this,a)},()=>{})}function hf(e,t=166){let r;function n(...a){const o=()=>{e.apply(this,a)};clearTimeout(r),r=setTimeout(o,t)}return n.clear=()=>{clearTimeout(r)},n}function ff(e,t){return process.env.NODE_ENV==="production"?()=>null:(r,n,a,o,i)=>{const l=a||"<<anonymous>>",u=i||n;return typeof r[n]<"u"?new Error(`The ${o} \`${u}\` of \`${l}\` is deprecated. ${t}`):null}}function pf(e,t){var r,n;return N.isValidElement(e)&&t.indexOf((r=e.type.muiName)!=null?r:(n=e.type)==null||(n=n._payload)==null||(n=n.value)==null?void 0:n.muiName)!==-1}function _r(e){return e&&e.ownerDocument||document}function gf(e){return _r(e).defaultView||window}function yf(e,t){if(process.env.NODE_ENV==="production")return()=>null;const r=t?A({},t.propTypes):null;return a=>(o,i,l,u,c,...d)=>{const h=c||i,m=r==null?void 0:r[h];if(m){const v=m(o,i,l,u,c,...d);if(v)return v}return typeof o[i]<"u"&&!o[a]?new Error(`The prop \`${h}\` of \`${e}\` can only be used together with the \`${a}\` prop.`):null}}function Il(e,t){typeof e=="function"?e(t):e&&(e.current=t)}let Ls=0;function _f(e){const[t,r]=N.useState(e),n=e||t;return N.useEffect(()=>{t==null&&(Ls+=1,r(`mui-${Ls}`))},[t]),n}const $s=N.useId;function vf(e){if($s!==void 0){const t=$s();return e??t}return _f(e)}function bf(e,t,r,n,a){if(process.env.NODE_ENV==="production")return null;const o=a||t;return typeof e[t]<"u"?new Error(`The prop \`${o}\` is not supported. Please remove it.`):null}function El({controlled:e,default:t,name:r,state:n="value"}){const{current:a}=N.useRef(e!==void 0),[o,i]=N.useState(t),l=a?e:o;if(process.env.NODE_ENV!=="production"){N.useEffect(()=>{a!==(e!==void 0)&&console.error([`MUI: A component is changing the ${a?"":"un"}controlled ${n} state of ${r} to be ${a?"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(`
62
- `))},[n,r,e]);const{current:c}=N.useRef(t);N.useEffect(()=>{!a&&!Object.is(c,t)&&console.error([`MUI: A component is changing the default ${n} state of an uncontrolled ${r} after being initialized. To suppress this warning opt to use a controlled ${r}.`].join(`
63
- `))},[JSON.stringify(t)])}const u=N.useCallback(c=>{a||i(c)},[]);return[l,u]}function Tn(e){const t=N.useRef(e);return Oo(()=>{t.current=e}),N.useRef((...r)=>(0,t.current)(...r)).current}function Vn(...e){return N.useMemo(()=>e.every(t=>t==null)?null:t=>{e.forEach(r=>{Il(r,t)})},e)}class To{constructor(){this.currentId=null,this.clear=()=>{this.currentId!==null&&(clearTimeout(this.currentId),this.currentId=null)},this.disposeEffect=()=>this.clear}static create(){return new To}start(t,r){this.clear(),this.currentId=setTimeout(()=>{this.currentId=null,r()},t)}}let ha=!0,ao=!1;const Sf=new To,xf={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function wf(e){const{type:t,tagName:r}=e;return!!(r==="INPUT"&&xf[t]&&!e.readOnly||r==="TEXTAREA"&&!e.readOnly||e.isContentEditable)}function jf(e){e.metaKey||e.altKey||e.ctrlKey||(ha=!0)}function $a(){ha=!1}function Rf(){this.visibilityState==="hidden"&&ao&&(ha=!0)}function Cf(e){e.addEventListener("keydown",jf,!0),e.addEventListener("mousedown",$a,!0),e.addEventListener("pointerdown",$a,!0),e.addEventListener("touchstart",$a,!0),e.addEventListener("visibilitychange",Rf,!0)}function Af(e){const{target:t}=e;try{return t.matches(":focus-visible")}catch{}return ha||wf(t)}function kl(){const e=N.useCallback(a=>{a!=null&&Cf(a.ownerDocument)},[]),t=N.useRef(!1);function r(){return t.current?(ao=!0,Sf.start(100,()=>{ao=!1}),t.current=!1,!0):!1}function n(a){return Af(a)?(t.current=!0,!0):!1}return{isFocusVisibleRef:t,onFocus:n,onBlur:r,ref:e}}const Pf={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};function Mo(e,t,r=void 0){const n={};return Object.keys(e).forEach(a=>{n[a]=e[a].reduce((o,i)=>{if(i){const l=t(i);l!==""&&o.push(l),r&&r[i]&&o.push(r[i])}return o},[]).join(" ")}),n}function Gr(e){return typeof e=="string"}function Of(e,t,r){return e===void 0||Gr(e)?t:A({},t,{ownerState:A({},t.ownerState,r)})}function Mn(e,t=[]){if(e===void 0)return{};const r={};return Object.keys(e).filter(n=>n.match(/^on[A-Z]/)&&typeof e[n]=="function"&&!t.includes(n)).forEach(n=>{r[n]=e[n]}),r}function Ns(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 Tf(e){const{getSlotProps:t,additionalProps:r,externalSlotProps:n,externalForwardedProps:a,className:o}=e;if(!t){const v=yt(r==null?void 0:r.className,o,a==null?void 0:a.className,n==null?void 0:n.className),y=A({},r==null?void 0:r.style,a==null?void 0:a.style,n==null?void 0:n.style),_=A({},r,a,n);return v.length>0&&(_.className=v),Object.keys(y).length>0&&(_.style=y),{props:_,internalRef:void 0}}const i=Mn(A({},a,n)),l=Ns(n),u=Ns(a),c=t(i),d=yt(c==null?void 0:c.className,r==null?void 0:r.className,o,a==null?void 0:a.className,n==null?void 0:n.className),h=A({},c==null?void 0:c.style,r==null?void 0:r.style,a==null?void 0:a.style,n==null?void 0:n.style),m=A({},c,r,u,l);return d.length>0&&(m.className=d),Object.keys(h).length>0&&(m.style=h),{props:m,internalRef:c.ref}}function Mf(e,t,r){return typeof e=="function"?e(t,r):e}const If=["elementType","externalSlotProps","ownerState","skipResolvingSlotProps"];function $t(e){var t;const{elementType:r,externalSlotProps:n,ownerState:a,skipResolvingSlotProps:o=!1}=e,i=Ue(e,If),l=o?{}:Mf(n,a),{props:u,internalRef:c}=Tf(A({},i,{externalSlotProps:l})),d=Vn(c,l==null?void 0:l.ref,(t=e.additionalProps)==null?void 0:t.ref);return Of(r,A({},u,{ref:d}),a)}const Ef=N.createContext();process.env.NODE_ENV!=="production"&&(f.node,f.bool);const kf=()=>{const e=N.useContext(Ef);return e??!1},Lf=N.createContext(void 0);process.env.NODE_ENV!=="production"&&(f.node,f.object);function $f(e){const{theme:t,name:r,props:n}=e;if(!t||!t.components||!t.components[r])return n;const a=t.components[r];return a.defaultProps?Jn(a.defaultProps,n):!a.styleOverrides&&!a.variants?Jn(a,n):n}function Nf({props:e,name:t}){const r=N.useContext(Lf);return $f({props:e,name:t,theme:{components:r}})}const Ff=["component","direction","spacing","divider","children","className","useFlexGap"],Df=ln(),Bf=lf("div",{name:"MuiStack",slot:"Root",overridesResolver:(e,t)=>t.root});function Uf(e){return cf({props:e,name:"MuiStack",defaultTheme:Df})}function Jf(e,t){const r=N.Children.toArray(e).filter(Boolean);return r.reduce((n,a,o)=>(n.push(a),o<r.length-1&&n.push(N.cloneElement(t,{key:`separator-${o}`})),n),[])}const Vf=e=>({row:"Left","row-reverse":"Right",column:"Top","column-reverse":"Bottom"})[e],Gf=({ownerState:e,theme:t})=>{let r=A({display:"flex",flexDirection:"column"},it({theme:t},ka({values:e.direction,breakpoints:t.breakpoints.values}),n=>({flexDirection:n})));if(e.spacing){const n=Ao(t),a=Object.keys(t.breakpoints.values).reduce((u,c)=>((typeof e.spacing=="object"&&e.spacing[c]!=null||typeof e.direction=="object"&&e.direction[c]!=null)&&(u[c]=!0),u),{}),o=ka({values:e.direction,base:a}),i=ka({values:e.spacing,base:a});typeof o=="object"&&Object.keys(o).forEach((u,c,d)=>{if(!o[u]){const m=c>0?o[d[c-1]]:"column";o[u]=m}}),r=tt(r,it({theme:t},i,(u,c)=>e.useFlexGap?{gap:qt(n,u)}:{"& > :not(style):not(style)":{margin:0},"& > :not(style) ~ :not(style)":{[`margin${Vf(c?o[c]:e.direction)}`]:qt(n,u)}}))}return r=qm(t.breakpoints,r),r};function zf(e={}){const{createStyledComponent:t=Bf,useThemeProps:r=Uf,componentName:n="MuiStack"}=e,a=()=>Mo({root:["root"]},u=>un(n,u),{}),o=t(Gf),i=N.forwardRef(function(u,c){const d=r(u),h=Rl(d),{component:m="div",direction:v="column",spacing:y=0,divider:_,children:g,className:x,useFlexGap:j=!1}=h,C=Ue(h,Ff),L={direction:v,spacing:y,useFlexGap:j},R=a();return s.jsx(o,A({as:m,ownerState:L,ref:c,className:yt(R.root,x)},C,{children:_?Jf(g,_):g}))});return process.env.NODE_ENV!=="production"&&(i.propTypes={children:f.node,direction:f.oneOfType([f.oneOf(["column-reverse","column","row-reverse","row"]),f.arrayOf(f.oneOf(["column-reverse","column","row-reverse","row"])),f.object]),divider:f.node,spacing:f.oneOfType([f.arrayOf(f.oneOfType([f.number,f.string])),f.number,f.object,f.string]),sx:f.oneOfType([f.arrayOf(f.oneOfType([f.func,f.object,f.bool])),f.func,f.object])}),i}var cn={},Ll={exports:{}};(function(e){function t(r){return r&&r.__esModule?r:{default:r}}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports})(Ll);var fa=Ll.exports,Na={exports:{}},Fs;function Wf(){return Fs||(Fs=1,function(e){function t(){return e.exports=t=Object.assign?Object.assign.bind():function(r){for(var n=1;n<arguments.length;n++){var a=arguments[n];for(var o in a)({}).hasOwnProperty.call(a,o)&&(r[o]=a[o])}return r},e.exports.__esModule=!0,e.exports.default=e.exports,t.apply(null,arguments)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports}(Na)),Na.exports}var Fa={exports:{}},Ds;function Kf(){return Ds||(Ds=1,function(e){function t(r,n){if(r==null)return{};var a={};for(var o in r)if({}.hasOwnProperty.call(r,o)){if(n.includes(o))continue;a[o]=r[o]}return a}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports}(Fa)),Fa.exports}const Hf=At(Gm),qf=At(zm),Xf=At(Ym),Yf=At(Zh),Zf=At(Dh),Qf=At(Wh);var Rr=fa;Object.defineProperty(cn,"__esModule",{value:!0});var e0=cn.default=f0;cn.shouldForwardProp=In;cn.systemDefaultTheme=void 0;var Ze=Rr(Wf()),oo=Rr(Kf()),Bs=u0(Hf),t0=qf,r0=Rr(Xf),n0=Rr(Yf),a0=Rr(Zf),o0=Rr(Qf);const s0=["ownerState"],i0=["variants"],l0=["name","slot","skipVariantsResolver","skipSx","overridesResolver"];function $l(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,r=new WeakMap;return($l=function(n){return n?r:t})(e)}function u0(e,t){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var r=$l(t);if(r&&r.has(e))return r.get(e);var n={__proto__:null},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(o!=="default"&&Object.prototype.hasOwnProperty.call(e,o)){var i=a?Object.getOwnPropertyDescriptor(e,o):null;i&&(i.get||i.set)?Object.defineProperty(n,o,i):n[o]=e[o]}return n.default=e,r&&r.set(e,n),n}function c0(e){return Object.keys(e).length===0}function d0(e){return typeof e=="string"&&e.charCodeAt(0)>96}function In(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const m0=cn.systemDefaultTheme=(0,a0.default)(),Us=e=>e&&e.charAt(0).toLowerCase()+e.slice(1);function yn({defaultTheme:e,theme:t,themeId:r}){return c0(t)?e:t[r]||t}function h0(e){return e?(t,r)=>r[e]:null}function En(e,t){let{ownerState:r}=t,n=(0,oo.default)(t,s0);const a=typeof e=="function"?e((0,Ze.default)({ownerState:r},n)):e;if(Array.isArray(a))return a.flatMap(o=>En(o,(0,Ze.default)({ownerState:r},n)));if(a&&typeof a=="object"&&Array.isArray(a.variants)){const{variants:o=[]}=a;let l=(0,oo.default)(a,i0);return o.forEach(u=>{let c=!0;typeof u.props=="function"?c=u.props((0,Ze.default)({ownerState:r},n,r)):Object.keys(u.props).forEach(d=>{(r==null?void 0:r[d])!==u.props[d]&&n[d]!==u.props[d]&&(c=!1)}),c&&(Array.isArray(l)||(l=[l]),l.push(typeof u.style=="function"?u.style((0,Ze.default)({ownerState:r},n,r)):u.style))}),l}return a}function f0(e={}){const{themeId:t,defaultTheme:r=m0,rootShouldForwardProp:n=In,slotShouldForwardProp:a=In}=e,o=i=>(0,o0.default)((0,Ze.default)({},i,{theme:yn((0,Ze.default)({},i,{defaultTheme:r,themeId:t}))}));return o.__mui_systemSx=!0,(i,l={})=>{(0,Bs.internal_processStyles)(i,R=>R.filter(P=>!(P!=null&&P.__mui_systemSx)));const{name:u,slot:c,skipVariantsResolver:d,skipSx:h,overridesResolver:m=h0(Us(c))}=l,v=(0,oo.default)(l,l0),y=d!==void 0?d:c&&c!=="Root"&&c!=="root"||!1,_=h||!1;let g;process.env.NODE_ENV!=="production"&&u&&(g=`${u}-${Us(c||"Root")}`);let x=In;c==="Root"||c==="root"?x=n:c?x=a:d0(i)&&(x=void 0);const j=(0,Bs.default)(i,(0,Ze.default)({shouldForwardProp:x,label:g},v)),C=R=>typeof R=="function"&&R.__emotion_real!==R||(0,t0.isPlainObject)(R)?P=>En(R,(0,Ze.default)({},P,{theme:yn({theme:P.theme,defaultTheme:r,themeId:t})})):R,L=(R,...P)=>{let O=C(R);const z=P?P.map(C):[];u&&m&&z.push(D=>{const q=yn((0,Ze.default)({},D,{defaultTheme:r,themeId:t}));if(!q.components||!q.components[u]||!q.components[u].styleOverrides)return null;const G=q.components[u].styleOverrides,X={};return Object.entries(G).forEach(([H,we])=>{X[H]=En(we,(0,Ze.default)({},D,{theme:q}))}),m(D,X)}),u&&!y&&z.push(D=>{var q;const G=yn((0,Ze.default)({},D,{defaultTheme:r,themeId:t})),X=G==null||(q=G.components)==null||(q=q[u])==null?void 0:q.variants;return En({variants:X},(0,Ze.default)({},D,{theme:G}))}),_||z.push(o);const le=z.length-P.length;if(Array.isArray(R)&&le>0){const D=new Array(le).fill("");O=[...R,...D],O.raw=[...R.raw,...D]}const ce=j(O,...z);if(process.env.NODE_ENV!=="production"){let D;u&&(D=`${u}${(0,r0.default)(c||"")}`),D===void 0&&(D=`Styled(${(0,n0.default)(i)})`),ce.displayName=D}return i.muiName&&(ce.muiName=i.muiName),ce};return j.withConfig&&(L.withConfig=j.withConfig),L}}function p0(e,t){return A({toolbar:{minHeight:56,[e.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[e.up("sm")]:{minHeight:64}}},t)}var ve={};const g0=At(mm),y0=At(df);var Nl=fa;Object.defineProperty(ve,"__esModule",{value:!0});var Js=ve.alpha=Ul;ve.blend=A0;ve.colorChannel=void 0;var so=ve.darken=Eo;ve.decomposeColor=rt;ve.emphasize=Jl;var Vs=ve.getContrastRatio=x0;ve.getLuminance=Gn;ve.hexToRgb=Fl;ve.hslToRgb=Bl;var io=ve.lighten=ko;ve.private_safeAlpha=w0;ve.private_safeColorChannel=void 0;ve.private_safeDarken=j0;ve.private_safeEmphasize=C0;ve.private_safeLighten=R0;ve.recomposeColor=Cr;ve.rgbToHex=S0;var Gs=Nl(g0),_0=Nl(y0);function Io(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}].`),(0,_0.default)(e,t,r)}function Fl(e){e=e.slice(1);const t=new RegExp(`.{1,${e.length>=6?2:1}}`,"g");let r=e.match(t);return r&&r[0].length===1&&(r=r.map(n=>n+n)),r?`rgb${r.length===4?"a":""}(${r.map((n,a)=>a<3?parseInt(n,16):Math.round(parseInt(n,16)/255*1e3)/1e3).join(", ")})`:""}function v0(e){const t=e.toString(16);return t.length===1?`0${t}`:t}function rt(e){if(e.type)return e;if(e.charAt(0)==="#")return rt(Fl(e));const t=e.indexOf("("),r=e.substring(0,t);if(["rgb","rgba","hsl","hsla","color"].indexOf(r)===-1)throw new Error(process.env.NODE_ENV!=="production"?`MUI: Unsupported \`${e}\` color.
64
- The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`:(0,Gs.default)(9,e));let n=e.substring(t+1,e.length-1),a;if(r==="color"){if(n=n.split(" "),a=n.shift(),n.length===4&&n[3].charAt(0)==="/"&&(n[3]=n[3].slice(1)),["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].indexOf(a)===-1)throw new Error(process.env.NODE_ENV!=="production"?`MUI: unsupported \`${a}\` color space.
65
- The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:(0,Gs.default)(10,a))}else n=n.split(",");return n=n.map(o=>parseFloat(o)),{type:r,values:n,colorSpace:a}}const Dl=e=>{const t=rt(e);return t.values.slice(0,3).map((r,n)=>t.type.indexOf("hsl")!==-1&&n!==0?`${r}%`:r).join(" ")};ve.colorChannel=Dl;const b0=(e,t)=>{try{return Dl(e)}catch{return t&&process.env.NODE_ENV!=="production"&&console.warn(t),e}};ve.private_safeColorChannel=b0;function Cr(e){const{type:t,colorSpace:r}=e;let{values:n}=e;return t.indexOf("rgb")!==-1?n=n.map((a,o)=>o<3?parseInt(a,10):a):t.indexOf("hsl")!==-1&&(n[1]=`${n[1]}%`,n[2]=`${n[2]}%`),t.indexOf("color")!==-1?n=`${r} ${n.join(" ")}`:n=`${n.join(", ")}`,`${t}(${n})`}function S0(e){if(e.indexOf("#")===0)return e;const{values:t}=rt(e);return`#${t.map((r,n)=>v0(n===3?Math.round(255*r):r)).join("")}`}function Bl(e){e=rt(e);const{values:t}=e,r=t[0],n=t[1]/100,a=t[2]/100,o=n*Math.min(a,1-a),i=(c,d=(c+r/30)%12)=>a-o*Math.max(Math.min(d-3,9-d,1),-1);let l="rgb";const u=[Math.round(i(0)*255),Math.round(i(8)*255),Math.round(i(4)*255)];return e.type==="hsla"&&(l+="a",u.push(t[3])),Cr({type:l,values:u})}function Gn(e){e=rt(e);let t=e.type==="hsl"||e.type==="hsla"?rt(Bl(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 x0(e,t){const r=Gn(e),n=Gn(t);return(Math.max(r,n)+.05)/(Math.min(r,n)+.05)}function Ul(e,t){return e=rt(e),t=Io(t),(e.type==="rgb"||e.type==="hsl")&&(e.type+="a"),e.type==="color"?e.values[3]=`/${t}`:e.values[3]=t,Cr(e)}function w0(e,t,r){try{return Ul(e,t)}catch{return r&&process.env.NODE_ENV!=="production"&&console.warn(r),e}}function Eo(e,t){if(e=rt(e),t=Io(t),e.type.indexOf("hsl")!==-1)e.values[2]*=1-t;else if(e.type.indexOf("rgb")!==-1||e.type.indexOf("color")!==-1)for(let r=0;r<3;r+=1)e.values[r]*=1-t;return Cr(e)}function j0(e,t,r){try{return Eo(e,t)}catch{return r&&process.env.NODE_ENV!=="production"&&console.warn(r),e}}function ko(e,t){if(e=rt(e),t=Io(t),e.type.indexOf("hsl")!==-1)e.values[2]+=(100-e.values[2])*t;else if(e.type.indexOf("rgb")!==-1)for(let r=0;r<3;r+=1)e.values[r]+=(255-e.values[r])*t;else if(e.type.indexOf("color")!==-1)for(let r=0;r<3;r+=1)e.values[r]+=(1-e.values[r])*t;return Cr(e)}function R0(e,t,r){try{return ko(e,t)}catch{return r&&process.env.NODE_ENV!=="production"&&console.warn(r),e}}function Jl(e,t=.15){return Gn(e)>.5?Eo(e,t):ko(e,t)}function C0(e,t,r){try{return Jl(e,t)}catch{return r&&process.env.NODE_ENV!=="production"&&console.warn(r),e}}function A0(e,t,r,n=1){const a=(u,c)=>Math.round((u**(1/n)*(1-r)+c**(1/n)*r)**n),o=rt(e),i=rt(t),l=[a(o.values[0],i.values[0]),a(o.values[1],i.values[1]),a(o.values[2],i.values[2])];return Cr({type:"rgb",values:l})}const Yr={black:"#000",white:"#fff"},P0={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"},ur={50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff"},cr={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"},Br={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"},dr={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"},mr={50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea"},hr={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"},O0=["mode","contrastThreshold","tonalOffset"],zs={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:Yr.white,default:Yr.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}},Da={text:{primary:Yr.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:Yr.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}};function Ws(e,t,r,n){const a=n.light||n,o=n.dark||n*1.5;e[t]||(e.hasOwnProperty(r)?e[t]=e[r]:t==="light"?e.light=io(e.main,a):t==="dark"&&(e.dark=so(e.main,o)))}function T0(e="light"){return e==="dark"?{main:dr[200],light:dr[50],dark:dr[400]}:{main:dr[700],light:dr[400],dark:dr[800]}}function M0(e="light"){return e==="dark"?{main:ur[200],light:ur[50],dark:ur[400]}:{main:ur[500],light:ur[300],dark:ur[700]}}function I0(e="light"){return e==="dark"?{main:cr[500],light:cr[300],dark:cr[700]}:{main:cr[700],light:cr[400],dark:cr[800]}}function E0(e="light"){return e==="dark"?{main:mr[400],light:mr[300],dark:mr[700]}:{main:mr[700],light:mr[500],dark:mr[900]}}function k0(e="light"){return e==="dark"?{main:hr[400],light:hr[300],dark:hr[700]}:{main:hr[800],light:hr[500],dark:hr[900]}}function L0(e="light"){return e==="dark"?{main:Br[400],light:Br[300],dark:Br[700]}:{main:"#ed6c02",light:Br[500],dark:Br[900]}}function $0(e){const{mode:t="light",contrastThreshold:r=3,tonalOffset:n=.2}=e,a=Ue(e,O0),o=e.primary||T0(t),i=e.secondary||M0(t),l=e.error||I0(t),u=e.info||E0(t),c=e.success||k0(t),d=e.warning||L0(t);function h(_){const g=Vs(_,Da.text.primary)>=r?Da.text.primary:zs.text.primary;if(process.env.NODE_ENV!=="production"){const x=Vs(_,g);x<3&&console.error([`MUI: The contrast ratio of ${x}:1 for ${g} on ${_}`,"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(`
66
- `))}return g}const m=({color:_,name:g,mainShade:x=500,lightShade:j=300,darkShade:C=700})=>{if(_=A({},_),!_.main&&_[x]&&(_.main=_[x]),!_.hasOwnProperty("main"))throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${g?` (${g})`:""} provided to augmentColor(color) is invalid.
67
- The color object needs to have a \`main\` property or a \`${x}\` property.`:Hr(11,g?` (${g})`:"",x));if(typeof _.main!="string")throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${g?` (${g})`:""} provided to augmentColor(color) is invalid.
68
- \`color.main\` should be a string, but \`${JSON.stringify(_.main)}\` was provided instead.
61
+ */var Ts;function Xh(){return Ts||(Ts=1,process.env.NODE_ENV!=="production"&&function(){var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),i=Symbol.for("react.context"),l=Symbol.for("react.server_context"),u=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),v=Symbol.for("react.offscreen"),_=!1,y=!1,g=!1,x=!1,j=!1,C;C=Symbol.for("react.module.reference");function L(M){return!!(typeof M=="string"||typeof M=="function"||M===n||M===a||j||M===r||M===c||M===d||x||M===v||_||y||g||typeof M=="object"&&M!==null&&(M.$$typeof===m||M.$$typeof===h||M.$$typeof===s||M.$$typeof===i||M.$$typeof===u||M.$$typeof===C||M.getModuleId!==void 0))}function R(M){if(typeof M=="object"&&M!==null){var ee=M.$$typeof;switch(ee){case e:var he=M.type;switch(he){case n:case a:case r:case c:case d:return he;default:var Ee=he&&he.$$typeof;switch(Ee){case l:case i:case u:case m:case h:case s:return Ee;default:return ee}}case t:return ee}}}var P=i,T=s,z=e,le=u,ce=n,D=m,q=h,G=t,X=a,H=r,xe=c,ue=d,Q=!1,Re=!1;function Ie(M){return Q||(Q=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function nt(M){return Re||(Re=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function vt(M){return R(M)===i}function Ke(M){return R(M)===s}function we(M){return typeof M=="object"&&M!==null&&M.$$typeof===e}function Tt(M){return R(M)===u}function lt(M){return R(M)===n}function He(M){return R(M)===m}function Ue(M){return R(M)===h}function ut(M){return R(M)===t}function ct(M){return R(M)===a}function Bt(M){return R(M)===r}function bt(M){return R(M)===c}function Je(M){return R(M)===d}ie.ContextConsumer=P,ie.ContextProvider=T,ie.Element=z,ie.ForwardRef=le,ie.Fragment=ce,ie.Lazy=D,ie.Memo=q,ie.Portal=G,ie.Profiler=X,ie.StrictMode=H,ie.Suspense=xe,ie.SuspenseList=ue,ie.isAsyncMode=Ie,ie.isConcurrentMode=nt,ie.isContextConsumer=vt,ie.isContextProvider=Ke,ie.isElement=we,ie.isForwardRef=Tt,ie.isFragment=lt,ie.isLazy=He,ie.isMemo=Ue,ie.isPortal=ut,ie.isProfiler=ct,ie.isStrictMode=Bt,ie.isSuspense=bt,ie.isSuspenseList=Je,ie.isValidElementType=L,ie.typeOf=R}()),ie}process.env.NODE_ENV==="production"?ao.exports=qh():ao.exports=Xh();var Os=ao.exports;const Yh=/^\s*function(?:\s|\s*\/\*.*\*\/\s*)+([^(\s/]*)\s*/;function Vl(e){const t=`${e}`.match(Yh);return t&&t[1]||""}function Gl(e,t=""){return e.displayName||e.name||Vl(e)||t}function Ms(e,t,n){const r=Gl(t);return e.displayName||(r!==""?`${n}(${r})`:n)}function zl(e){if(e!=null){if(typeof e=="string")return e;if(typeof e=="function")return Gl(e,"Component");if(typeof e=="object")switch(e.$$typeof){case Os.ForwardRef:return Ms(e,e.render,"ForwardRef");case Os.Memo:return Ms(e,e.type,"memo");default:return}}}const Zh=Object.freeze(Object.defineProperty({__proto__:null,default:zl,getFunctionName:Vl},Symbol.toStringTag,{value:"Module"})),Qh=["ownerState"],ef=["variants"],tf=["name","slot","skipVariantsResolver","skipSx","overridesResolver"];function rf(e){return Object.keys(e).length===0}function nf(e){return typeof e=="string"&&e.charCodeAt(0)>96}function ka(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const af=sn(),Is=e=>e&&e.charAt(0).toLowerCase()+e.slice(1);function pn({defaultTheme:e,theme:t,themeId:n}){return rf(t)?e:t[n]||t}function of(e){return e?(t,n)=>n[e]:null}function Pn(e,t){let{ownerState:n}=t,r=Be(t,Qh);const a=typeof e=="function"?e(A({ownerState:n},r)):e;if(Array.isArray(a))return a.flatMap(s=>Pn(s,A({ownerState:n},r)));if(a&&typeof a=="object"&&Array.isArray(a.variants)){const{variants:s=[]}=a;let l=Be(a,ef);return s.forEach(u=>{let c=!0;typeof u.props=="function"?c=u.props(A({ownerState:n},r,n)):Object.keys(u.props).forEach(d=>{(n==null?void 0:n[d])!==u.props[d]&&r[d]!==u.props[d]&&(c=!1)}),c&&(Array.isArray(l)||(l=[l]),l.push(typeof u.style=="function"?u.style(A({ownerState:n},r,n)):u.style))}),l}return a}function sf(e={}){const{themeId:t,defaultTheme:n=af,rootShouldForwardProp:r=ka,slotShouldForwardProp:a=ka}=e,s=i=>on(A({},i,{theme:pn(A({},i,{defaultTheme:n,themeId:t}))}));return s.__mui_systemSx=!0,(i,l={})=>{Ml(i,R=>R.filter(P=>!(P!=null&&P.__mui_systemSx)));const{name:u,slot:c,skipVariantsResolver:d,skipSx:h,overridesResolver:m=of(Is(c))}=l,v=Be(l,tf),_=d!==void 0?d:c&&c!=="Root"&&c!=="root"||!1,y=h||!1;let g;process.env.NODE_ENV!=="production"&&u&&(g=`${u}-${Is(c||"Root")}`);let x=ka;c==="Root"||c==="root"?x=r:c?x=a:nf(i)&&(x=void 0);const j=Ol(i,A({shouldForwardProp:x,label:g},v)),C=R=>typeof R=="function"&&R.__emotion_real!==R||wt(R)?P=>Pn(R,A({},P,{theme:pn({theme:P.theme,defaultTheme:n,themeId:t})})):R,L=(R,...P)=>{let T=C(R);const z=P?P.map(C):[];u&&m&&z.push(D=>{const q=pn(A({},D,{defaultTheme:n,themeId:t}));if(!q.components||!q.components[u]||!q.components[u].styleOverrides)return null;const G=q.components[u].styleOverrides,X={};return Object.entries(G).forEach(([H,xe])=>{X[H]=Pn(xe,A({},D,{theme:q}))}),m(D,X)}),u&&!_&&z.push(D=>{var q;const G=pn(A({},D,{defaultTheme:n,themeId:t})),X=G==null||(q=G.components)==null||(q=q[u])==null?void 0:q.variants;return Pn({variants:X},A({},D,{theme:G}))}),y||z.push(s);const le=z.length-P.length;if(Array.isArray(R)&&le>0){const D=new Array(le).fill("");T=[...R,...D],T.raw=[...R.raw,...D]}const ce=j(T,...z);if(process.env.NODE_ENV!=="production"){let D;u&&(D=`${u}${Ae(c||"")}`),D===void 0&&(D=`Styled(${zl(i)})`),ce.displayName=D}return i.muiName&&(ce.muiName=i.muiName),ce};return j.withConfig&&(L.withConfig=j.withConfig),L}}const lf=sf();function Un(e,t){const n=A({},t);return Object.keys(e).forEach(r=>{if(r.toString().match(/^(components|slots)$/))n[r]=A({},e[r],n[r]);else if(r.toString().match(/^(componentsProps|slotProps)$/)){const a=e[r]||{},s=t[r];n[r]={},!s||!Object.keys(s)?n[r]=a:!a||!Object.keys(a)?n[r]=s:(n[r]=A({},s),Object.keys(a).forEach(i=>{n[r][i]=Un(a[i],s[i])}))}else n[r]===void 0&&(n[r]=e[r])}),n}function uf(e){const{theme:t,name:n,props:r}=e;return!t||!t.components||!t.components[n]||!t.components[n].defaultProps?r:Un(t.components[n].defaultProps,r)}function cf({props:e,name:t,defaultTheme:n,themeId:r}){let a=Vh(n);return r&&(a=a[r]||a),uf({theme:a,name:t,props:e})}const Oo=typeof window<"u"?N.useLayoutEffect:N.useEffect;function hr(e,t=Number.MIN_SAFE_INTEGER,n=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,n))}const df=Object.freeze(Object.defineProperty({__proto__:null,default:hr},Symbol.toStringTag,{value:"Module"}));function Es(e,t){return process.env.NODE_ENV==="production"?()=>null:function(...r){return e(...r)||t(...r)}}function mf(...e){return e.reduce((t,n)=>n==null?t:function(...a){t.apply(this,a),n.apply(this,a)},()=>{})}function hf(e,t=166){let n;function r(...a){const s=()=>{e.apply(this,a)};clearTimeout(n),n=setTimeout(s,t)}return r.clear=()=>{clearTimeout(n)},r}function ff(e,t){return process.env.NODE_ENV==="production"?()=>null:(n,r,a,s,i)=>{const l=a||"<<anonymous>>",u=i||r;return typeof n[r]<"u"?new Error(`The ${s} \`${u}\` of \`${l}\` is deprecated. ${t}`):null}}function pf(e,t){var n,r;return N.isValidElement(e)&&t.indexOf((n=e.type.muiName)!=null?n:(r=e.type)==null||(r=r._payload)==null||(r=r.value)==null?void 0:r.muiName)!==-1}function yr(e){return e&&e.ownerDocument||document}function gf(e){return yr(e).defaultView||window}function yf(e,t){if(process.env.NODE_ENV==="production")return()=>null;const n=t?A({},t.propTypes):null;return a=>(s,i,l,u,c,...d)=>{const h=c||i,m=n==null?void 0:n[h];if(m){const v=m(s,i,l,u,c,...d);if(v)return v}return typeof s[i]<"u"&&!s[a]?new Error(`The prop \`${h}\` of \`${e}\` can only be used together with the \`${a}\` prop.`):null}}function Wl(e,t){typeof e=="function"?e(t):e&&(e.current=t)}let ks=0;function _f(e){const[t,n]=N.useState(e),r=e||t;return N.useEffect(()=>{t==null&&(ks+=1,n(`mui-${ks}`))},[t]),r}const Ls=N.useId;function vf(e){if(Ls!==void 0){const t=Ls();return e??t}return _f(e)}function bf(e,t,n,r,a){if(process.env.NODE_ENV==="production")return null;const s=a||t;return typeof e[t]<"u"?new Error(`The prop \`${s}\` is not supported. Please remove it.`):null}function Kl({controlled:e,default:t,name:n,state:r="value"}){const{current:a}=N.useRef(e!==void 0),[s,i]=N.useState(t),l=a?e:s;if(process.env.NODE_ENV!=="production"){N.useEffect(()=>{a!==(e!==void 0)&&console.error([`MUI: A component is changing the ${a?"":"un"}controlled ${r} state of ${n} to be ${a?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${n} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
62
+ `))},[r,n,e]);const{current:c}=N.useRef(t);N.useEffect(()=>{!a&&!Object.is(c,t)&&console.error([`MUI: A component is changing the default ${r} state of an uncontrolled ${n} after being initialized. To suppress this warning opt to use a controlled ${n}.`].join(`
63
+ `))},[JSON.stringify(t)])}const u=N.useCallback(c=>{a||i(c)},[]);return[l,u]}function Tn(e){const t=N.useRef(e);return Oo(()=>{t.current=e}),N.useRef((...n)=>(0,t.current)(...n)).current}function Jn(...e){return N.useMemo(()=>e.every(t=>t==null)?null:t=>{e.forEach(n=>{Wl(n,t)})},e)}class Mo{constructor(){this.currentId=null,this.clear=()=>{this.currentId!==null&&(clearTimeout(this.currentId),this.currentId=null)},this.disposeEffect=()=>this.clear}static create(){return new Mo}start(t,n){this.clear(),this.currentId=setTimeout(()=>{this.currentId=null,n()},t)}}let ma=!0,oo=!1;const Sf=new Mo,xf={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function wf(e){const{type:t,tagName:n}=e;return!!(n==="INPUT"&&xf[t]&&!e.readOnly||n==="TEXTAREA"&&!e.readOnly||e.isContentEditable)}function jf(e){e.metaKey||e.altKey||e.ctrlKey||(ma=!0)}function La(){ma=!1}function Rf(){this.visibilityState==="hidden"&&oo&&(ma=!0)}function Cf(e){e.addEventListener("keydown",jf,!0),e.addEventListener("mousedown",La,!0),e.addEventListener("pointerdown",La,!0),e.addEventListener("touchstart",La,!0),e.addEventListener("visibilitychange",Rf,!0)}function Af(e){const{target:t}=e;try{return t.matches(":focus-visible")}catch{}return ma||wf(t)}function Hl(){const e=N.useCallback(a=>{a!=null&&Cf(a.ownerDocument)},[]),t=N.useRef(!1);function n(){return t.current?(oo=!0,Sf.start(100,()=>{oo=!1}),t.current=!1,!0):!1}function r(a){return Af(a)?(t.current=!0,!0):!1}return{isFocusVisibleRef:t,onFocus:r,onBlur:n,ref:e}}const Pf={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};function Io(e,t,n=void 0){const r={};return Object.keys(e).forEach(a=>{r[a]=e[a].reduce((s,i)=>{if(i){const l=t(i);l!==""&&s.push(l),n&&n[i]&&s.push(n[i])}return s},[]).join(" ")}),r}function Vr(e){return typeof e=="string"}function Tf(e,t,n){return e===void 0||Vr(e)?t:A({},t,{ownerState:A({},t.ownerState,n)})}function On(e,t=[]){if(e===void 0)return{};const n={};return Object.keys(e).filter(r=>r.match(/^on[A-Z]/)&&typeof e[r]=="function"&&!t.includes(r)).forEach(r=>{n[r]=e[r]}),n}function $s(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(n=>!(n.match(/^on[A-Z]/)&&typeof e[n]=="function")).forEach(n=>{t[n]=e[n]}),t}function Of(e){const{getSlotProps:t,additionalProps:n,externalSlotProps:r,externalForwardedProps:a,className:s}=e;if(!t){const v=gt(n==null?void 0:n.className,s,a==null?void 0:a.className,r==null?void 0:r.className),_=A({},n==null?void 0:n.style,a==null?void 0:a.style,r==null?void 0:r.style),y=A({},n,a,r);return v.length>0&&(y.className=v),Object.keys(_).length>0&&(y.style=_),{props:y,internalRef:void 0}}const i=On(A({},a,r)),l=$s(r),u=$s(a),c=t(i),d=gt(c==null?void 0:c.className,n==null?void 0:n.className,s,a==null?void 0:a.className,r==null?void 0:r.className),h=A({},c==null?void 0:c.style,n==null?void 0:n.style,a==null?void 0:a.style,r==null?void 0:r.style),m=A({},c,n,u,l);return d.length>0&&(m.className=d),Object.keys(h).length>0&&(m.style=h),{props:m,internalRef:c.ref}}function Mf(e,t,n){return typeof e=="function"?e(t,n):e}const If=["elementType","externalSlotProps","ownerState","skipResolvingSlotProps"];function kt(e){var t;const{elementType:n,externalSlotProps:r,ownerState:a,skipResolvingSlotProps:s=!1}=e,i=Be(e,If),l=s?{}:Mf(r,a),{props:u,internalRef:c}=Of(A({},i,{externalSlotProps:l})),d=Jn(c,l==null?void 0:l.ref,(t=e.additionalProps)==null?void 0:t.ref);return Tf(n,A({},u,{ref:d}),a)}const Ef=N.createContext();process.env.NODE_ENV!=="production"&&(f.node,f.bool);const kf=()=>{const e=N.useContext(Ef);return e??!1},Lf=N.createContext(void 0);process.env.NODE_ENV!=="production"&&(f.node,f.object);function $f(e){const{theme:t,name:n,props:r}=e;if(!t||!t.components||!t.components[n])return r;const a=t.components[n];return a.defaultProps?Un(a.defaultProps,r):!a.styleOverrides&&!a.variants?Un(a,r):r}function Nf({props:e,name:t}){const n=N.useContext(Lf);return $f({props:e,name:t,theme:{components:n}})}const Ff=["component","direction","spacing","divider","children","className","useFlexGap"],Df=sn(),Bf=lf("div",{name:"MuiStack",slot:"Root",overridesResolver:(e,t)=>t.root});function Uf(e){return cf({props:e,name:"MuiStack",defaultTheme:Df})}function Jf(e,t){const n=N.Children.toArray(e).filter(Boolean);return n.reduce((r,a,s)=>(r.push(a),s<n.length-1&&r.push(N.cloneElement(t,{key:`separator-${s}`})),r),[])}const Vf=e=>({row:"Left","row-reverse":"Right",column:"Top","column-reverse":"Bottom"})[e],Gf=({ownerState:e,theme:t})=>{let n=A({display:"flex",flexDirection:"column"},st({theme:t},Ea({values:e.direction,breakpoints:t.breakpoints.values}),r=>({flexDirection:r})));if(e.spacing){const r=Po(t),a=Object.keys(t.breakpoints.values).reduce((u,c)=>((typeof e.spacing=="object"&&e.spacing[c]!=null||typeof e.direction=="object"&&e.direction[c]!=null)&&(u[c]=!0),u),{}),s=Ea({values:e.direction,base:a}),i=Ea({values:e.spacing,base:a});typeof s=="object"&&Object.keys(s).forEach((u,c,d)=>{if(!s[u]){const m=c>0?s[d[c-1]]:"column";s[u]=m}}),n=et(n,st({theme:t},i,(u,c)=>e.useFlexGap?{gap:Ht(r,u)}:{"& > :not(style):not(style)":{margin:0},"& > :not(style) ~ :not(style)":{[`margin${Vf(c?s[c]:e.direction)}`]:Ht(r,u)}}))}return n=qm(t.breakpoints,n),n};function zf(e={}){const{createStyledComponent:t=Bf,useThemeProps:n=Uf,componentName:r="MuiStack"}=e,a=()=>Io({root:["root"]},u=>ln(r,u),{}),s=t(Gf),i=N.forwardRef(function(u,c){const d=n(u),h=Dl(d),{component:m="div",direction:v="column",spacing:_=0,divider:y,children:g,className:x,useFlexGap:j=!1}=h,C=Be(h,Ff),L={direction:v,spacing:_,useFlexGap:j},R=a();return o.jsx(s,A({as:m,ownerState:L,ref:c,className:gt(R.root,x)},C,{children:y?Jf(g,y):g}))});return process.env.NODE_ENV!=="production"&&(i.propTypes={children:f.node,direction:f.oneOfType([f.oneOf(["column-reverse","column","row-reverse","row"]),f.arrayOf(f.oneOf(["column-reverse","column","row-reverse","row"])),f.object]),divider:f.node,spacing:f.oneOfType([f.arrayOf(f.oneOfType([f.number,f.string])),f.number,f.object,f.string]),sx:f.oneOfType([f.arrayOf(f.oneOfType([f.func,f.object,f.bool])),f.func,f.object])}),i}var un={},ql={exports:{}};(function(e){function t(n){return n&&n.__esModule?n:{default:n}}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports})(ql);var ha=ql.exports,$a={exports:{}},Ns;function Wf(){return Ns||(Ns=1,function(e){function t(){return e.exports=t=Object.assign?Object.assign.bind():function(n){for(var r=1;r<arguments.length;r++){var a=arguments[r];for(var s in a)({}).hasOwnProperty.call(a,s)&&(n[s]=a[s])}return n},e.exports.__esModule=!0,e.exports.default=e.exports,t.apply(null,arguments)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports}($a)),$a.exports}var Na={exports:{}},Fs;function Kf(){return Fs||(Fs=1,function(e){function t(n,r){if(n==null)return{};var a={};for(var s in n)if({}.hasOwnProperty.call(n,s)){if(r.includes(s))continue;a[s]=n[s]}return a}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports}(Na)),Na.exports}const Hf=Rt(Gm),qf=Rt(zm),Xf=Rt(Ym),Yf=Rt(Zh),Zf=Rt(Dh),Qf=Rt(Wh);var jr=ha;Object.defineProperty(un,"__esModule",{value:!0});var e0=un.default=f0;un.shouldForwardProp=Mn;un.systemDefaultTheme=void 0;var Ye=jr(Wf()),so=jr(Kf()),Ds=u0(Hf),t0=qf,r0=jr(Xf),n0=jr(Yf),a0=jr(Zf),o0=jr(Qf);const s0=["ownerState"],i0=["variants"],l0=["name","slot","skipVariantsResolver","skipSx","overridesResolver"];function Xl(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,n=new WeakMap;return(Xl=function(r){return r?n:t})(e)}function u0(e,t){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var n=Xl(t);if(n&&n.has(e))return n.get(e);var r={__proto__:null},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in e)if(s!=="default"&&Object.prototype.hasOwnProperty.call(e,s)){var i=a?Object.getOwnPropertyDescriptor(e,s):null;i&&(i.get||i.set)?Object.defineProperty(r,s,i):r[s]=e[s]}return r.default=e,n&&n.set(e,r),r}function c0(e){return Object.keys(e).length===0}function d0(e){return typeof e=="string"&&e.charCodeAt(0)>96}function Mn(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const m0=un.systemDefaultTheme=(0,a0.default)(),Bs=e=>e&&e.charAt(0).toLowerCase()+e.slice(1);function gn({defaultTheme:e,theme:t,themeId:n}){return c0(t)?e:t[n]||t}function h0(e){return e?(t,n)=>n[e]:null}function In(e,t){let{ownerState:n}=t,r=(0,so.default)(t,s0);const a=typeof e=="function"?e((0,Ye.default)({ownerState:n},r)):e;if(Array.isArray(a))return a.flatMap(s=>In(s,(0,Ye.default)({ownerState:n},r)));if(a&&typeof a=="object"&&Array.isArray(a.variants)){const{variants:s=[]}=a;let l=(0,so.default)(a,i0);return s.forEach(u=>{let c=!0;typeof u.props=="function"?c=u.props((0,Ye.default)({ownerState:n},r,n)):Object.keys(u.props).forEach(d=>{(n==null?void 0:n[d])!==u.props[d]&&r[d]!==u.props[d]&&(c=!1)}),c&&(Array.isArray(l)||(l=[l]),l.push(typeof u.style=="function"?u.style((0,Ye.default)({ownerState:n},r,n)):u.style))}),l}return a}function f0(e={}){const{themeId:t,defaultTheme:n=m0,rootShouldForwardProp:r=Mn,slotShouldForwardProp:a=Mn}=e,s=i=>(0,o0.default)((0,Ye.default)({},i,{theme:gn((0,Ye.default)({},i,{defaultTheme:n,themeId:t}))}));return s.__mui_systemSx=!0,(i,l={})=>{(0,Ds.internal_processStyles)(i,R=>R.filter(P=>!(P!=null&&P.__mui_systemSx)));const{name:u,slot:c,skipVariantsResolver:d,skipSx:h,overridesResolver:m=h0(Bs(c))}=l,v=(0,so.default)(l,l0),_=d!==void 0?d:c&&c!=="Root"&&c!=="root"||!1,y=h||!1;let g;process.env.NODE_ENV!=="production"&&u&&(g=`${u}-${Bs(c||"Root")}`);let x=Mn;c==="Root"||c==="root"?x=r:c?x=a:d0(i)&&(x=void 0);const j=(0,Ds.default)(i,(0,Ye.default)({shouldForwardProp:x,label:g},v)),C=R=>typeof R=="function"&&R.__emotion_real!==R||(0,t0.isPlainObject)(R)?P=>In(R,(0,Ye.default)({},P,{theme:gn({theme:P.theme,defaultTheme:n,themeId:t})})):R,L=(R,...P)=>{let T=C(R);const z=P?P.map(C):[];u&&m&&z.push(D=>{const q=gn((0,Ye.default)({},D,{defaultTheme:n,themeId:t}));if(!q.components||!q.components[u]||!q.components[u].styleOverrides)return null;const G=q.components[u].styleOverrides,X={};return Object.entries(G).forEach(([H,xe])=>{X[H]=In(xe,(0,Ye.default)({},D,{theme:q}))}),m(D,X)}),u&&!_&&z.push(D=>{var q;const G=gn((0,Ye.default)({},D,{defaultTheme:n,themeId:t})),X=G==null||(q=G.components)==null||(q=q[u])==null?void 0:q.variants;return In({variants:X},(0,Ye.default)({},D,{theme:G}))}),y||z.push(s);const le=z.length-P.length;if(Array.isArray(R)&&le>0){const D=new Array(le).fill("");T=[...R,...D],T.raw=[...R.raw,...D]}const ce=j(T,...z);if(process.env.NODE_ENV!=="production"){let D;u&&(D=`${u}${(0,r0.default)(c||"")}`),D===void 0&&(D=`Styled(${(0,n0.default)(i)})`),ce.displayName=D}return i.muiName&&(ce.muiName=i.muiName),ce};return j.withConfig&&(L.withConfig=j.withConfig),L}}function p0(e,t){return A({toolbar:{minHeight:56,[e.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[e.up("sm")]:{minHeight:64}}},t)}var _e={};const g0=Rt(mm),y0=Rt(df);var Yl=ha;Object.defineProperty(_e,"__esModule",{value:!0});var Us=_e.alpha=tu;_e.blend=A0;_e.colorChannel=void 0;var io=_e.darken=ko;_e.decomposeColor=tt;_e.emphasize=ru;var Js=_e.getContrastRatio=x0;_e.getLuminance=Vn;_e.hexToRgb=Zl;_e.hslToRgb=eu;var lo=_e.lighten=Lo;_e.private_safeAlpha=w0;_e.private_safeColorChannel=void 0;_e.private_safeDarken=j0;_e.private_safeEmphasize=C0;_e.private_safeLighten=R0;_e.recomposeColor=Rr;_e.rgbToHex=S0;var Vs=Yl(g0),_0=Yl(y0);function Eo(e,t=0,n=1){return process.env.NODE_ENV!=="production"&&(e<t||e>n)&&console.error(`MUI: The value provided ${e} is out of range [${t}, ${n}].`),(0,_0.default)(e,t,n)}function Zl(e){e=e.slice(1);const t=new RegExp(`.{1,${e.length>=6?2:1}}`,"g");let n=e.match(t);return n&&n[0].length===1&&(n=n.map(r=>r+r)),n?`rgb${n.length===4?"a":""}(${n.map((r,a)=>a<3?parseInt(r,16):Math.round(parseInt(r,16)/255*1e3)/1e3).join(", ")})`:""}function v0(e){const t=e.toString(16);return t.length===1?`0${t}`:t}function tt(e){if(e.type)return e;if(e.charAt(0)==="#")return tt(Zl(e));const t=e.indexOf("("),n=e.substring(0,t);if(["rgb","rgba","hsl","hsla","color"].indexOf(n)===-1)throw new Error(process.env.NODE_ENV!=="production"?`MUI: Unsupported \`${e}\` color.
64
+ The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`:(0,Vs.default)(9,e));let r=e.substring(t+1,e.length-1),a;if(n==="color"){if(r=r.split(" "),a=r.shift(),r.length===4&&r[3].charAt(0)==="/"&&(r[3]=r[3].slice(1)),["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].indexOf(a)===-1)throw new Error(process.env.NODE_ENV!=="production"?`MUI: unsupported \`${a}\` color space.
65
+ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:(0,Vs.default)(10,a))}else r=r.split(",");return r=r.map(s=>parseFloat(s)),{type:n,values:r,colorSpace:a}}const Ql=e=>{const t=tt(e);return t.values.slice(0,3).map((n,r)=>t.type.indexOf("hsl")!==-1&&r!==0?`${n}%`:n).join(" ")};_e.colorChannel=Ql;const b0=(e,t)=>{try{return Ql(e)}catch{return t&&process.env.NODE_ENV!=="production"&&console.warn(t),e}};_e.private_safeColorChannel=b0;function Rr(e){const{type:t,colorSpace:n}=e;let{values:r}=e;return t.indexOf("rgb")!==-1?r=r.map((a,s)=>s<3?parseInt(a,10):a):t.indexOf("hsl")!==-1&&(r[1]=`${r[1]}%`,r[2]=`${r[2]}%`),t.indexOf("color")!==-1?r=`${n} ${r.join(" ")}`:r=`${r.join(", ")}`,`${t}(${r})`}function S0(e){if(e.indexOf("#")===0)return e;const{values:t}=tt(e);return`#${t.map((n,r)=>v0(r===3?Math.round(255*n):n)).join("")}`}function eu(e){e=tt(e);const{values:t}=e,n=t[0],r=t[1]/100,a=t[2]/100,s=r*Math.min(a,1-a),i=(c,d=(c+n/30)%12)=>a-s*Math.max(Math.min(d-3,9-d,1),-1);let l="rgb";const u=[Math.round(i(0)*255),Math.round(i(8)*255),Math.round(i(4)*255)];return e.type==="hsla"&&(l+="a",u.push(t[3])),Rr({type:l,values:u})}function Vn(e){e=tt(e);let t=e.type==="hsl"||e.type==="hsla"?tt(eu(e)).values:e.values;return t=t.map(n=>(e.type!=="color"&&(n/=255),n<=.03928?n/12.92:((n+.055)/1.055)**2.4)),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function x0(e,t){const n=Vn(e),r=Vn(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}function tu(e,t){return e=tt(e),t=Eo(t),(e.type==="rgb"||e.type==="hsl")&&(e.type+="a"),e.type==="color"?e.values[3]=`/${t}`:e.values[3]=t,Rr(e)}function w0(e,t,n){try{return tu(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function ko(e,t){if(e=tt(e),t=Eo(t),e.type.indexOf("hsl")!==-1)e.values[2]*=1-t;else if(e.type.indexOf("rgb")!==-1||e.type.indexOf("color")!==-1)for(let n=0;n<3;n+=1)e.values[n]*=1-t;return Rr(e)}function j0(e,t,n){try{return ko(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function Lo(e,t){if(e=tt(e),t=Eo(t),e.type.indexOf("hsl")!==-1)e.values[2]+=(100-e.values[2])*t;else if(e.type.indexOf("rgb")!==-1)for(let n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;else if(e.type.indexOf("color")!==-1)for(let n=0;n<3;n+=1)e.values[n]+=(1-e.values[n])*t;return Rr(e)}function R0(e,t,n){try{return Lo(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function ru(e,t=.15){return Vn(e)>.5?ko(e,t):Lo(e,t)}function C0(e,t,n){try{return ru(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function A0(e,t,n,r=1){const a=(u,c)=>Math.round((u**(1/r)*(1-n)+c**(1/r)*n)**r),s=tt(e),i=tt(t),l=[a(s.values[0],i.values[0]),a(s.values[1],i.values[1]),a(s.values[2],i.values[2])];return Rr({type:"rgb",values:l})}const Xr={black:"#000",white:"#fff"},P0={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"},lr={50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff"},ur={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"},Dr={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"},cr={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"},dr={50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea"},mr={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"},T0=["mode","contrastThreshold","tonalOffset"],Gs={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:Xr.white,default:Xr.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}},Fa={text:{primary:Xr.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:Xr.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}};function zs(e,t,n,r){const a=r.light||r,s=r.dark||r*1.5;e[t]||(e.hasOwnProperty(n)?e[t]=e[n]:t==="light"?e.light=lo(e.main,a):t==="dark"&&(e.dark=io(e.main,s)))}function O0(e="light"){return e==="dark"?{main:cr[200],light:cr[50],dark:cr[400]}:{main:cr[700],light:cr[400],dark:cr[800]}}function M0(e="light"){return e==="dark"?{main:lr[200],light:lr[50],dark:lr[400]}:{main:lr[500],light:lr[300],dark:lr[700]}}function I0(e="light"){return e==="dark"?{main:ur[500],light:ur[300],dark:ur[700]}:{main:ur[700],light:ur[400],dark:ur[800]}}function E0(e="light"){return e==="dark"?{main:dr[400],light:dr[300],dark:dr[700]}:{main:dr[700],light:dr[500],dark:dr[900]}}function k0(e="light"){return e==="dark"?{main:mr[400],light:mr[300],dark:mr[700]}:{main:mr[800],light:mr[500],dark:mr[900]}}function L0(e="light"){return e==="dark"?{main:Dr[400],light:Dr[300],dark:Dr[700]}:{main:"#ed6c02",light:Dr[500],dark:Dr[900]}}function $0(e){const{mode:t="light",contrastThreshold:n=3,tonalOffset:r=.2}=e,a=Be(e,T0),s=e.primary||O0(t),i=e.secondary||M0(t),l=e.error||I0(t),u=e.info||E0(t),c=e.success||k0(t),d=e.warning||L0(t);function h(y){const g=Js(y,Fa.text.primary)>=n?Fa.text.primary:Gs.text.primary;if(process.env.NODE_ENV!=="production"){const x=Js(y,g);x<3&&console.error([`MUI: The contrast ratio of ${x}:1 for ${g} on ${y}`,"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(`
66
+ `))}return g}const m=({color:y,name:g,mainShade:x=500,lightShade:j=300,darkShade:C=700})=>{if(y=A({},y),!y.main&&y[x]&&(y.main=y[x]),!y.hasOwnProperty("main"))throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${g?` (${g})`:""} provided to augmentColor(color) is invalid.
67
+ The color object needs to have a \`main\` property or a \`${x}\` property.`:Kr(11,g?` (${g})`:"",x));if(typeof y.main!="string")throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${g?` (${g})`:""} provided to augmentColor(color) is invalid.
68
+ \`color.main\` should be a string, but \`${JSON.stringify(y.main)}\` was provided instead.
69
69
 
70
70
  Did you intend to use one of the following approaches?
71
71
 
@@ -77,8 +77,8 @@ const theme1 = createTheme({ palette: {
77
77
 
78
78
  const theme2 = createTheme({ palette: {
79
79
  primary: { main: green[500] },
80
- } });`:Hr(12,g?` (${g})`:"",JSON.stringify(_.main)));return Ws(_,"light",j,n),Ws(_,"dark",C,n),_.contrastText||(_.contrastText=h(_.main)),_},v={dark:Da,light:zs};return process.env.NODE_ENV!=="production"&&(v[t]||console.error(`MUI: The palette mode \`${t}\` is not supported.`)),tt(A({common:A({},Yr),mode:t,primary:m({color:o,name:"primary"}),secondary:m({color:i,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:m({color:l,name:"error"}),warning:m({color:d,name:"warning"}),info:m({color:u,name:"info"}),success:m({color:c,name:"success"}),grey:P0,contrastThreshold:r,getContrastText:h,augmentColor:m,tonalOffset:n},v[t]),a)}const N0=["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"];function F0(e){return Math.round(e*1e5)/1e5}const Ks={textTransform:"uppercase"},Hs='"Roboto", "Helvetica", "Arial", sans-serif';function D0(e,t){const r=typeof t=="function"?t(e):t,{fontFamily:n=Hs,fontSize:a=14,fontWeightLight:o=300,fontWeightRegular:i=400,fontWeightMedium:l=500,fontWeightBold:u=700,htmlFontSize:c=16,allVariants:d,pxToRem:h}=r,m=Ue(r,N0);process.env.NODE_ENV!=="production"&&(typeof a!="number"&&console.error("MUI: `fontSize` is required to be a number."),typeof c!="number"&&console.error("MUI: `htmlFontSize` is required to be a number."));const v=a/14,y=h||(x=>`${x/c*v}rem`),_=(x,j,C,L,R)=>A({fontFamily:n,fontWeight:x,fontSize:y(j),lineHeight:C},n===Hs?{letterSpacing:`${F0(L/j)}em`}:{},R,d),g={h1:_(o,96,1.167,-1.5),h2:_(o,60,1.2,-.5),h3:_(i,48,1.167,0),h4:_(i,34,1.235,.25),h5:_(i,24,1.334,0),h6:_(l,20,1.6,.15),subtitle1:_(i,16,1.75,.15),subtitle2:_(l,14,1.57,.1),body1:_(i,16,1.5,.15),body2:_(i,14,1.43,.15),button:_(l,14,1.75,.4,Ks),caption:_(i,12,1.66,.4),overline:_(i,12,2.66,1,Ks),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return tt(A({htmlFontSize:c,pxToRem:y,fontFamily:n,fontSize:a,fontWeightLight:o,fontWeightRegular:i,fontWeightMedium:l,fontWeightBold:u},g),m,{clone:!1})}const B0=.2,U0=.14,J0=.12;function me(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${B0})`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${U0})`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${J0})`].join(",")}const V0=["none",me(0,2,1,-1,0,1,1,0,0,1,3,0),me(0,3,1,-2,0,2,2,0,0,1,5,0),me(0,3,3,-2,0,3,4,0,0,1,8,0),me(0,2,4,-1,0,4,5,0,0,1,10,0),me(0,3,5,-1,0,5,8,0,0,1,14,0),me(0,3,5,-1,0,6,10,0,0,1,18,0),me(0,4,5,-2,0,7,10,1,0,2,16,1),me(0,5,5,-3,0,8,10,1,0,3,14,2),me(0,5,6,-3,0,9,12,1,0,3,16,2),me(0,6,6,-3,0,10,14,1,0,4,18,3),me(0,6,7,-4,0,11,15,1,0,4,20,3),me(0,7,8,-4,0,12,17,2,0,5,22,4),me(0,7,8,-4,0,13,19,2,0,5,24,4),me(0,7,9,-4,0,14,21,2,0,5,26,4),me(0,8,9,-5,0,15,22,2,0,6,28,5),me(0,8,10,-5,0,16,24,2,0,6,30,5),me(0,8,11,-5,0,17,26,2,0,6,32,5),me(0,9,11,-5,0,18,28,2,0,7,34,6),me(0,9,12,-6,0,19,29,2,0,7,36,6),me(0,10,13,-6,0,20,31,3,0,8,38,7),me(0,10,13,-6,0,21,33,3,0,8,40,7),me(0,10,14,-6,0,22,35,3,0,8,42,7),me(0,11,14,-7,0,23,36,3,0,9,44,8),me(0,11,15,-7,0,24,38,3,0,9,46,8)],G0=["duration","easing","delay"],z0={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)"},W0={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function qs(e){return`${Math.round(e)}ms`}function K0(e){if(!e)return 0;const t=e/36;return Math.round((4+15*t**.25+t/5)*10)}function H0(e){const t=A({},z0,e.easing),r=A({},W0,e.duration);return A({getAutoHeightDuration:K0,create:(a=["all"],o={})=>{const{duration:i=r.standard,easing:l=t.easeInOut,delay:u=0}=o,c=Ue(o,G0);if(process.env.NODE_ENV!=="production"){const d=m=>typeof m=="string",h=m=>!isNaN(parseFloat(m));!d(a)&&!Array.isArray(a)&&console.error('MUI: Argument "props" must be a string or Array.'),!h(i)&&!d(i)&&console.error(`MUI: Argument "duration" must be a number or a string but found ${i}.`),d(l)||console.error('MUI: Argument "easing" must be a string.'),!h(u)&&!d(u)&&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(`
81
- `)),Object.keys(c).length!==0&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(c).join(",")}].`)}return(Array.isArray(a)?a:[a]).map(d=>`${d} ${typeof i=="string"?i:qs(i)} ${l} ${typeof u=="string"?u:qs(u)}`).join(",")}},e,{easing:t,duration:r})}const q0={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500},X0=["breakpoints","mixins","spacing","palette","transitions","typography","shape"];function lo(e={},...t){const{mixins:r={},palette:n={},transitions:a={},typography:o={}}=e,i=Ue(e,X0);if(e.vars)throw new Error(process.env.NODE_ENV!=="production"?"MUI: `vars` is a private field used for CSS variables support.\nPlease use another name.":Hr(18));const l=$0(n),u=ln(e);let c=tt(u,{mixins:p0(u.breakpoints,r),palette:l,shadows:V0.slice(),typography:D0(l,o),transitions:H0(a),zIndex:A({},q0)});if(c=tt(c,i),c=t.reduce((d,h)=>tt(d,h),c),process.env.NODE_ENV!=="production"){const d=["active","checked","completed","disabled","error","expanded","focused","focusVisible","required","selected"],h=(m,v)=>{let y;for(y in m){const _=m[y];if(d.indexOf(y)!==-1&&Object.keys(_).length>0){if(process.env.NODE_ENV!=="production"){const g=un("",y);console.error([`MUI: The \`${v}\` component increases the CSS specificity of the \`${y}\` internal state.`,"You can not override it like this: ",JSON.stringify(m,null,2),"",`Instead, you need to use the '&.${g}' syntax:`,JSON.stringify({root:{[`&.${g}`]:_}},null,2),"","https://mui.com/r/state-classes-guide"].join(`
82
- `))}m[y]={}}}};Object.keys(c.components).forEach(m=>{const v=c.components[m].styleOverrides;v&&m.indexOf("Mui")===0&&h(v,m)})}return c.unstable_sxConfig=A({},on,i==null?void 0:i.unstable_sxConfig),c.unstable_sx=function(h){return sn({sx:h,theme:this})},c}const Y0=lo(),Z0="$$material";function Lo(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const Q0=e=>Lo(e)&&e!=="classes",Pt=e0({themeId:Z0,defaultTheme:Y0,rootShouldForwardProp:Q0});process.env.NODE_ENV!=="production"&&(f.node,f.object.isRequired);function $o(e){return Nf(e)}const vr=zf({createStyledComponent:Pt("div",{name:"MuiStack",slot:"Root",overridesResolver:(e,t)=>t.root}),useThemeProps:e=>$o({props:e,name:"MuiStack"})});process.env.NODE_ENV!=="production"&&(vr.propTypes={children:f.node,component:f.elementType,direction:f.oneOfType([f.oneOf(["column-reverse","column","row-reverse","row"]),f.arrayOf(f.oneOf(["column-reverse","column","row-reverse","row"])),f.object]),divider:f.node,spacing:f.oneOfType([f.arrayOf(f.oneOfType([f.number,f.string])),f.number,f.object,f.string]),sx:f.oneOfType([f.arrayOf(f.oneOfType([f.func,f.object,f.bool])),f.func,f.object]),useFlexGap:f.bool});const uo=en(De.observer(({color:e,label:t,getDisplayedValue:r,startJogging:n,stopJogging:a,disabled:o,...i})=>{wr(()=>{const d=r(),h=l.current;h&&(h.textContent=d)});const l=Z.useRef(null);e=e||"#F14D42";function u(d){d.button===0&&n("-")}function c(d){d.button===0&&n("+")}return s.jsxs(vr,{height:"72px",direction:"row",...i,children:[s.jsx(E.Button,{onPointerDown:u,onPointerUp:a,onPointerOut:a,disabled:o,sx:{width:"105px",backgroundColor:e,color:"white",alignContent:"center",fontSize:"37px",borderRadius:"16px 0px 0px 16px",":hover":{color:"white",backgroundColor:e}},children:"-"}),s.jsxs(vr,{spacing:"6px",sx:{width:"184px",backgroundColor:e,alignItems:"center",justifyContent:"center",opacity:"0.9"},children:[s.jsx(vr,{height:"22px",direction:"row",alignItems:"center",justifyItems:"center",spacing:1,sx:{userSelect:"none",color:"white"},children:t}),s.jsx(E.Typography,{height:"22px",sx:{fontSize:"15px",color:"white"},ref:l,children:r()})]}),s.jsx(E.Button,{onPointerDown:c,onPointerUp:a,onPointerOut:a,disabled:o,sx:{width:"105px",backgroundColor:e,color:"white",alignContent:"center",fontSize:"37px",borderRadius:"0px 16px 16px 0px",":hover":{color:"white",backgroundColor:e}},children:"+"})]})}));var No={},Ba={};function ep(e){return un("MuiSvgIcon",e)}Pl("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const tp=["children","className","color","component","fontSize","htmlColor","inheritViewBox","titleAccess","viewBox"],rp=e=>{const{color:t,fontSize:r,classes:n}=e,a={root:["root",t!=="inherit"&&`color${Oe(t)}`,`fontSize${Oe(r)}`]};return Mo(a,ep,n)},np=Pt("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.color!=="inherit"&&t[`color${Oe(r.color)}`],t[`fontSize${Oe(r.fontSize)}`]]}})(({theme:e,ownerState:t})=>{var r,n,a,o,i,l,u,c,d,h,m,v,y;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",fill:t.hasSvgAsChild?void 0:"currentColor",flexShrink:0,transition:(r=e.transitions)==null||(n=r.create)==null?void 0:n.call(r,"fill",{duration:(a=e.transitions)==null||(a=a.duration)==null?void 0:a.shorter}),fontSize:{inherit:"inherit",small:((o=e.typography)==null||(i=o.pxToRem)==null?void 0:i.call(o,20))||"1.25rem",medium:((l=e.typography)==null||(u=l.pxToRem)==null?void 0:u.call(l,24))||"1.5rem",large:((c=e.typography)==null||(d=c.pxToRem)==null?void 0:d.call(c,35))||"2.1875rem"}[t.fontSize],color:(h=(m=(e.vars||e).palette)==null||(m=m[t.color])==null?void 0:m.main)!=null?h:{action:(v=(e.vars||e).palette)==null||(v=v.action)==null?void 0:v.active,disabled:(y=(e.vars||e).palette)==null||(y=y.action)==null?void 0:y.disabled,inherit:void 0}[t.color]}}),zn=N.forwardRef(function(t,r){const n=$o({props:t,name:"MuiSvgIcon"}),{children:a,className:o,color:i="inherit",component:l="svg",fontSize:u="medium",htmlColor:c,inheritViewBox:d=!1,titleAccess:h,viewBox:m="0 0 24 24"}=n,v=Ue(n,tp),y=N.isValidElement(a)&&a.type==="svg",_=A({},n,{color:i,component:l,fontSize:u,instanceFontSize:t.fontSize,inheritViewBox:d,viewBox:m,hasSvgAsChild:y}),g={};d||(g.viewBox=m);const x=rp(_);return s.jsxs(np,A({as:l,className:yt(x.root,o),focusable:"false",color:c,"aria-hidden":h?void 0:!0,role:h?"img":void 0,ref:r},g,v,y&&a.props,{ownerState:_,children:[y?a.props.children:a,h?s.jsx("title",{children:h}):null]}))});process.env.NODE_ENV!=="production"&&(zn.propTypes={children:f.node,classes:f.object,className:f.string,color:f.oneOfType([f.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),f.string]),component:f.elementType,fontSize:f.oneOfType([f.oneOf(["inherit","large","medium","small"]),f.string]),htmlColor:f.string,inheritViewBox:f.bool,shapeRendering:f.string,sx:f.oneOfType([f.arrayOf(f.oneOfType([f.func,f.object,f.bool])),f.func,f.object]),titleAccess:f.string,viewBox:f.string});zn.muiName="SvgIcon";function ap(e,t){function r(n,a){return s.jsx(zn,A({"data-testid":`${t}Icon`,ref:a},n,{children:e}))}return process.env.NODE_ENV!=="production"&&(r.displayName=`${t}Icon`),r.muiName=zn.muiName,N.memo(N.forwardRef(r))}const op={configure:e=>{process.env.NODE_ENV!=="production"&&console.warn(["MUI: `ClassNameGenerator` import from `@mui/material/utils` is outdated and might cause unexpected issues.","","You should use `import { unstable_ClassNameGenerator } from '@mui/material/className'` instead","","The detail of the issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401","","The updated documentation: https://mui.com/guides/classname-generator/"].join(`
83
- `)),Cl.configure(e)}},sp=Object.freeze(Object.defineProperty({__proto__:null,capitalize:Oe,createChainedFunction:mf,createSvgIcon:ap,debounce:hf,deprecatedPropType:ff,isMuiElement:pf,ownerDocument:_r,ownerWindow:gf,requirePropFactory:yf,setRef:Il,unstable_ClassNameGenerator:op,unstable_useEnhancedEffect:Oo,unstable_useId:vf,unsupportedProp:bf,useControlled:El,useEventCallback:Tn,useForkRef:Vn,useIsFocusVisible:kl},Symbol.toStringTag,{value:"Module"})),ip=At(sp);var Xs;function Vl(){return Xs||(Xs=1,function(e){"use client";Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t.createSvgIcon}});var t=ip}(Ba)),Ba}var lp=fa;Object.defineProperty(No,"__esModule",{value:!0});var Gl=No.default=void 0,up=lp(Vl()),cp=s;Gl=No.default=(0,up.default)((0,cp.jsx)("path",{d:"M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"}),"ChevronLeft");var Fo={},dp=fa;Object.defineProperty(Fo,"__esModule",{value:!0});var zl=Fo.default=void 0,mp=dp(Vl()),hp=s;zl=Fo.default=(0,mp.default)((0,hp.jsx)("path",{d:"M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"}),"ChevronRight");function Xt(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Wl=typeof global=="object"&&global&&global.Object===Object&&global,fp=typeof self=="object"&&self&&self.Object===Object&&self,bt=Wl||fp||Function("return this")(),Ua=function(){return bt.Date.now()},pp=/\s/;function gp(e){for(var t=e.length;t--&&pp.test(e.charAt(t)););return t}var yp=/^\s+/;function _p(e){return e&&e.slice(0,gp(e)+1).replace(yp,"")}var Dt=bt.Symbol,Kl=Object.prototype,vp=Kl.hasOwnProperty,bp=Kl.toString,Ur=Dt?Dt.toStringTag:void 0;function Sp(e){var t=vp.call(e,Ur),r=e[Ur];try{e[Ur]=void 0;var n=!0}catch{}var a=bp.call(e);return n&&(t?e[Ur]=r:delete e[Ur]),a}var xp=Object.prototype,wp=xp.toString;function jp(e){return wp.call(e)}var Rp="[object Null]",Cp="[object Undefined]",Ys=Dt?Dt.toStringTag:void 0;function Qt(e){return e==null?e===void 0?Cp:Rp:Ys&&Ys in Object(e)?Sp(e):jp(e)}function Yt(e){return e!=null&&typeof e=="object"}var Ap="[object Symbol]";function pa(e){return typeof e=="symbol"||Yt(e)&&Qt(e)==Ap}var Zs=NaN,Pp=/^[-+]0x[0-9a-f]+$/i,Op=/^0b[01]+$/i,Tp=/^0o[0-7]+$/i,Mp=parseInt;function Qs(e){if(typeof e=="number")return e;if(pa(e))return Zs;if(Xt(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Xt(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=_p(e);var r=Op.test(e);return r||Tp.test(e)?Mp(e.slice(2),r?2:8):Pp.test(e)?Zs:+e}var Ip="Expected a function",Ep=Math.max,kp=Math.min;function Lp(e,t,r){var n,a,o,i,l,u,c=0,d=!1,h=!1,m=!0;if(typeof e!="function")throw new TypeError(Ip);t=Qs(t)||0,Xt(r)&&(d=!!r.leading,h="maxWait"in r,o=h?Ep(Qs(r.maxWait)||0,t):o,m="trailing"in r?!!r.trailing:m);function v(P){var O=n,z=a;return n=a=void 0,c=P,i=e.apply(z,O),i}function y(P){return c=P,l=setTimeout(x,t),d?v(P):i}function _(P){var O=P-u,z=P-c,le=t-O;return h?kp(le,o-z):le}function g(P){var O=P-u,z=P-c;return u===void 0||O>=t||O<0||h&&z>=o}function x(){var P=Ua();if(g(P))return j(P);l=setTimeout(x,_(P))}function j(P){return l=void 0,m&&n?v(P):(n=a=void 0,i)}function C(){l!==void 0&&clearTimeout(l),c=0,n=u=a=l=void 0}function L(){return l===void 0?i:j(Ua())}function R(){var P=Ua(),O=g(P);if(n=arguments,a=this,u=P,O){if(l===void 0)return y(u);if(h)return clearTimeout(l),l=setTimeout(x,t),v(u)}return l===void 0&&(l=setTimeout(x,t)),i}return R.cancel=C,R.flush=L,R}var $p="Expected a function";function Np(e,t,r){var n=!0,a=!0;if(typeof e!="function")throw new TypeError($p);return Xt(r)&&(n="leading"in r?!!r.leading:n,a="trailing"in r?!!r.trailing:a),Lp(e,t,{leading:n,maxWait:t,trailing:a})}const Hl=en(De.observer(({startJogging:e,stopJogging:t,lowerLimitDegs:r,upperLimitDegs:n,getValueDegs:a,disabled:o,...i})=>{const{t:l}=vt.useTranslation(),[u,c]=Z.useState(),d=De.useLocalObservable(()=>({activeJoggingDir:null,startJogging(x){this.activeJoggingDir=x,e(x)},stopJogging(){this.activeJoggingDir=null,t()}})),h=Np(()=>{c(a())},50);wr(h);function m(x){x.button===0&&d.startJogging("-")}function v(x){x.button===0&&d.startJogging("+")}function y(x){d.stopJogging()}function _(x){x.target===x.currentTarget&&d.stopJogging()}function g(x,j=1){if(x===void 0||isNaN(x))return"";const C=l("General.degree.variable",{amount:x.toFixed(j)});return x>0&&j===0?`+${C}`:C}return s.jsxs(vr,{height:"64px",width:"100%",maxWidth:"300px",direction:"row",...i,sx:{"& .MuiIconButton-root":{width:"52px",color:"white",alignContent:"center",backgroundColor:"#38445A","&:disabled":{opacity:.5,backgroundColor:"#38445A"},"& svg":{width:"42px",height:"42px"}}},children:[s.jsx(E.IconButton,{onPointerDown:m,onPointerUp:y,onPointerOut:_,disabled:o,sx:{borderRadius:"16px 0px 0px 16px",backgroundColor:d.activeJoggingDir==="-"?"#495975":void 0},children:s.jsx(Gl,{})}),s.jsxs(vr,{flexGrow:1,alignItems:"center",justifyContent:"center",sx:{borderStyle:"solid",borderLeftWidth:0,borderRightWidth:0,borderTopWidth:"4px",borderBottomWidth:"4px",backgroundColor:"#38445A",borderColor:"#38445A",paddingLeft:"20px",paddingRight:"20px",zIndex:1},children:[s.jsx(E.Typography,{sx:{fontSize:"15px",position:"relative",top:"5px",color:"white"},children:g(u)}),s.jsx(E.Slider,{disabled:!0,"aria-label":"Joint position",min:r,max:n,value:u||0,track:!1,sx:{"& .MuiSlider-mark":{display:"none"},"& .MuiSlider-thumb":{width:"5px",height:"10px",borderRadius:"2px"},"& .MuiSlider-markLabel":{top:"20px",fontSize:"12px",color:"white"},"& .MuiSlider-rail":{backgroundColor:"#1F283A",opacity:1}},marks:r!==void 0&&n!==void 0&&[{value:r,label:g(r,0)},{value:n,label:g(n,0)}]})]}),s.jsx(E.IconButton,{onPointerDown:v,onPointerUp:y,onPointerOut:_,disabled:o,sx:{borderRadius:"0px 16px 16px 0px",backgroundColor:d.activeJoggingDir==="+"?"#495975 !important":"#38445A"},children:s.jsx(zl,{})})]})})),Fp=({title:e,titleId:t,...r},n)=>N.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:25,height:24,fill:"none",ref:n,"aria-labelledby":t,...r},e?N.createElement("title",{id:t},e):null,N.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeWidth:1.5,d:"M18.5 12a6 6 0 1 0-6 6"}),N.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m16.5 11 2 2.5 2-2.5"})),Dp=Z.forwardRef(Fp),Bp=({title:e,titleId:t,...r},n)=>N.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:19,height:10,fill:"none",ref:n,"aria-labelledby":t,...r},e?N.createElement("title",{id:t},e):null,N.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"})),Up=Z.forwardRef(Bp),Jp=({title:e,titleId:t,...r},n)=>N.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:19,height:10,fill:"none",ref:n,"aria-labelledby":t,...r},e?N.createElement("title",{id:t},e):null,N.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"})),Vp=Z.forwardRef(Jp),Gp=({title:e,titleId:t,...r},n)=>N.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:10,height:19,fill:"none",ref:n,"aria-labelledby":t,...r},e?N.createElement("title",{id:t},e):null,N.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"})),zp=Z.forwardRef(Gp),Wp=({title:e,titleId:t,...r},n)=>N.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:21,height:21,fill:"none",viewBox:"0 0 23 22",ref:n,"aria-labelledby":t,...r},e?N.createElement("title",{id:t},e):null,N.createElement("path",{fill:"currentColor",d:"m21.71 16.262-1.09.346.66 2.071-2.923-1.461V9.857l-6.285-3.143V2.893L13.38 4.21l.812-.806-2.674-2.69-2.706 2.687.805.812L10.93 2.91v3.803L4.643 9.857v7.36l-2.914 1.458.657-2.067-1.09-.346-1.225 3.88 3.826 1.144.346-1.09-1.836-.583 2.874-1.436 6.22 3.109 6.217-3.11 2.877 1.439-1.831.581.345 1.09 3.82-1.143zM11.5 12.646l-4.94-2.47 4.94-2.47 4.94 2.47zm.572.993 5.143-2.572v6.083l-5.143 2.572zm-6.286-2.572 5.143 2.572v6.083L5.786 17.15z"})),Kp=Z.forwardRef(Wp),Hp=({title:e,titleId:t,...r},n)=>N.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:15,height:17,fill:"none",ref:n,"aria-labelledby":t,...r},e?N.createElement("title",{id:t},e):null,N.createElement("path",{fill:"currentColor",d:"M12.9 7.667c-.133-.534-.533-1-1-1.134L10.367 6l-.4 1.267L11.5 7.8c.067 0 .133.067.133.2l1.067 4.867a.32.32 0 0 1-.133.4l-2.267 1.8c-.267.2-.333.666-.133.933s.666.333.933.133l2.267-1.8c.533-.4.733-1.133.6-1.733zM12.5 0H1.833A1.65 1.65 0 0 0 .167 1.667v1.4c0 .866.733 1.6 1.666 1.6h10.734c.866 0 1.6-.734 1.6-1.667V1.667A1.65 1.65 0 0 0 12.5 0M1.633 12.8 2.7 8c0-.067.067-.133.133-.2l1.534-.533-.4-1.2-1.534.466c-.533.2-.933.6-1 1.134L.367 12.533c-.134.667.066 1.334.6 1.734l2.266 1.8c.267.266.734.2.934-.067s.2-.733-.134-.933l-2.266-1.8c-.134-.134-.2-.267-.134-.467"})),qp=Z.forwardRef(Hp),Xp=De.observer(({store:e})=>{var n;const{t}=vt.useTranslation();function r(a,o){(o==="coordsys"||o==="tool")&&e.setSelectedOrientation(o)}return s.jsxs(s.Fragment,{children:[s.jsxs(E.Stack,{direction:"row",alignItems:"center",spacing:2,sx:{padding:"8px 16px","& label":{opacity:.7,fontSize:"12px",marginBottom:"4px"}},children:[s.jsxs(E.Stack,{width:"50%",children:[s.jsx(E.InputLabel,{id:"jogging-coord-select",children:"Coordinate Sys."}),s.jsx(E.Select,{labelId:"jogging-coord-select",value:e.selectedCoordSystemId,displayEmpty:!0,onChange:a=>{e.setSelectedCoordSystemId(a.target.value)},disabled:e.isLocked,children:e.coordSystems.map(a=>s.jsx(E.MenuItem,{value:a.coordinate_system,children:a.name||a.coordinate_system},a.coordinate_system))})]}),s.jsxs(E.Stack,{width:"50%",children:[s.jsx(E.InputLabel,{id:"jogging-tcp-select",children:"TCP"}),s.jsx(E.Select,{labelId:"jogging-tcp-select",value:e.selectedTcpId,onChange:a=>{e.setSelectedTcpId(a.target.value)},disabled:e.isLocked,children:e.tcps.map(a=>s.jsx(E.MenuItem,{value:a.id,children:a.id},a.id))})]})]}),s.jsxs(E.Stack,{direction:"row",alignItems:"center",spacing:2,sx:{padding:"8px 16px","& label":{opacity:.7,fontSize:"12px",marginBottom:"4px"}},children:[s.jsxs(E.Stack,{width:"35%",children:[s.jsx(E.InputLabel,{id:"orientation-select",children:t("Jogging.Cartesian.Orientation.lb")}),s.jsxs(E.ToggleButtonGroup,{value:e.selectedOrientation,onChange:r,exclusive:!0,"aria-labelledby":"orientation-select",disabled:e.isLocked,children:[s.jsx(E.ToggleButton,{value:"coordsys",children:s.jsx(Kp,{})}),s.jsx(E.ToggleButton,{value:"tool",children:s.jsx(qp,{})})]})]}),s.jsxs(E.Stack,{width:"65%",children:[s.jsx(E.InputLabel,{id:"jogging-increment-select",children:"Increment"}),s.jsxs(E.Select,{labelId:"jogging-increment-select",value:((n=e.activeDiscreteIncrement)==null?void 0:n.id)||"continuous",onChange:a=>{e.setSelectedIncrementId(a.target.value)},disabled:e.isLocked,children:[s.jsx(E.MenuItem,{value:"continuous",children:t("Jogging.Increment.Continuous.dd")},"continuous"),e.selectedOrientation==="tool"?null:e.discreteIncrementOptions.map(a=>s.jsx(E.MenuItem,{value:a.id,children:e.currentMotionType==="translate"?`${a.mm}mm`:`${a.degrees}°`},a.id))]})]})]})]})});function Yp(e,t,r=(n,a)=>n===a){return e.length===t.length&&e.every((n,a)=>r(n,t[a]))}const Zp=2;function ql(e,t){return e-t}function ei(e,t){var r;const{index:n}=(r=e.reduce((a,o,i)=>{const l=Math.abs(t-o);return a===null||l<a.distance||l===a.distance?{distance:l,index:i}:a},null))!=null?r:{};return n}function _n(e,t){if(t.current!==void 0&&e.changedTouches){const r=e;for(let n=0;n<r.changedTouches.length;n+=1){const a=r.changedTouches[n];if(a.identifier===t.current)return{x:a.clientX,y:a.clientY}}return!1}return{x:e.clientX,y:e.clientY}}function Wn(e,t,r){return(e-t)*100/(r-t)}function Qp(e,t,r){return(r-t)*e+t}function eg(e){if(Math.abs(e)<1){const r=e.toExponential().split("e-"),n=r[0].split(".")[1];return(n?n.length:0)+parseInt(r[1],10)}const t=e.toString().split(".")[1];return t?t.length:0}function tg(e,t,r){const n=Math.round((e-r)/t)*t+r;return Number(n.toFixed(eg(t)))}function ti({values:e,newValue:t,index:r}){const n=e.slice();return n[r]=t,n.sort(ql)}function vn({sliderRef:e,activeIndex:t,setActive:r}){var n,a;const o=_r(e.current);if(!((n=e.current)!=null&&n.contains(o.activeElement))||Number(o==null||(a=o.activeElement)==null?void 0:a.getAttribute("data-index"))!==t){var i;(i=e.current)==null||i.querySelector(`[type="range"][data-index="${t}"]`).focus()}r&&r(t)}function bn(e,t){return typeof e=="number"&&typeof t=="number"?e===t:typeof e=="object"&&typeof t=="object"?Yp(e,t):!1}const rg={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}%`})}},ng=e=>e;let Sn;function ri(){return Sn===void 0&&(typeof CSS<"u"&&typeof CSS.supports=="function"?Sn=CSS.supports("touch-action","none"):Sn=!0),Sn}function ag(e){const{"aria-labelledby":t,defaultValue:r,disabled:n=!1,disableSwap:a=!1,isRtl:o=!1,marks:i=!1,max:l=100,min:u=0,name:c,onChange:d,onChangeCommitted:h,orientation:m="horizontal",rootRef:v,scale:y=ng,step:_=1,shiftStep:g=10,tabIndex:x,value:j}=e,C=N.useRef(),[L,R]=N.useState(-1),[P,O]=N.useState(-1),[z,le]=N.useState(!1),ce=N.useRef(0),[D,q]=El({controlled:j,default:r??u,name:"Slider"}),G=d&&((T,k,F)=>{const W=T.nativeEvent||T,Y=new W.constructor(W.type,W);Object.defineProperty(Y,"target",{writable:!0,value:{value:k,name:c}}),d(Y,k,F)}),X=Array.isArray(D);let H=X?D.slice().sort(ql):[D];H=H.map(T=>T==null?u:fr(T,u,l));const we=i===!0&&_!==null?[...Array(Math.floor((l-u)/_)+1)].map((T,k)=>({value:u+_*k})):i||[],ue=we.map(T=>T.value),{isFocusVisibleRef:Q,onBlur:Ae,onFocus:Ee,ref:at}=kl(),[St,He]=N.useState(-1),je=N.useRef(),Mt=Vn(at,je),ut=Vn(v,Mt),qe=T=>k=>{var F;const W=Number(k.currentTarget.getAttribute("data-index"));Ee(k),Q.current===!0&&He(W),O(W),T==null||(F=T.onFocus)==null||F.call(T,k)},Je=T=>k=>{var F;Ae(k),Q.current===!1&&He(-1),O(-1),T==null||(F=T.onBlur)==null||F.call(T,k)},ct=(T,k)=>{const F=Number(T.currentTarget.getAttribute("data-index")),W=H[F],Y=ue.indexOf(W);let K=k;if(we&&_==null){const Ge=ue[ue.length-1];K>Ge?K=Ge:K<ue[0]?K=ue[0]:K=K<W?ue[Y-1]:ue[Y+1]}if(K=fr(K,u,l),X){a&&(K=fr(K,H[F-1]||-1/0,H[F+1]||1/0));const Ge=K;K=ti({values:H,newValue:K,index:F});let Xe=F;a||(Xe=K.indexOf(Ge)),vn({sliderRef:je,activeIndex:Xe})}q(K),He(F),G&&!bn(K,D)&&G(T,K,F),h&&h(T,K)},dt=T=>k=>{var F;if(_!==null){const W=Number(k.currentTarget.getAttribute("data-index")),Y=H[W];let K=null;(k.key==="ArrowLeft"||k.key==="ArrowDown")&&k.shiftKey||k.key==="PageDown"?K=Math.max(Y-g,u):((k.key==="ArrowRight"||k.key==="ArrowUp")&&k.shiftKey||k.key==="PageUp")&&(K=Math.min(Y+g,l)),K!==null&&(ct(k,K),k.preventDefault())}T==null||(F=T.onKeyDown)==null||F.call(T,k)};Oo(()=>{if(n&&je.current.contains(document.activeElement)){var T;(T=document.activeElement)==null||T.blur()}},[n]),n&&L!==-1&&R(-1),n&&St!==-1&&He(-1);const Ut=T=>k=>{var F;(F=T.onChange)==null||F.call(T,k),ct(k,k.target.valueAsNumber)},xt=N.useRef();let Ve=m;o&&m==="horizontal"&&(Ve+="-reverse");const M=({finger:T,move:k=!1})=>{const{current:F}=je,{width:W,height:Y,bottom:K,left:Ge}=F.getBoundingClientRect();let Xe;Ve.indexOf("vertical")===0?Xe=(K-T.y)/Y:Xe=(T.x-Ge)/W,Ve.indexOf("-reverse")!==-1&&(Xe=1-Xe);let te;if(te=Qp(Xe,u,l),_)te=tg(te,_,u);else{const kt=ei(ue,te);te=ue[kt]}te=fr(te,u,l);let $e=0;if(X){k?$e=xt.current:$e=ei(H,te),a&&(te=fr(te,H[$e-1]||-1/0,H[$e+1]||1/0));const kt=te;te=ti({values:H,newValue:te,index:$e}),a&&k||($e=te.indexOf(kt),xt.current=$e)}return{newValue:te,activeIndex:$e}},ee=Tn(T=>{const k=_n(T,C);if(!k)return;if(ce.current+=1,T.type==="mousemove"&&T.buttons===0){fe(T);return}const{newValue:F,activeIndex:W}=M({finger:k,move:!0});vn({sliderRef:je,activeIndex:W,setActive:R}),q(F),!z&&ce.current>Zp&&le(!0),G&&!bn(F,D)&&G(T,F,W)}),fe=Tn(T=>{const k=_n(T,C);if(le(!1),!k)return;const{newValue:F}=M({finger:k,move:!0});R(-1),T.type==="touchend"&&O(-1),h&&h(T,F),C.current=void 0,Le()}),ke=Tn(T=>{if(n)return;ri()||T.preventDefault();const k=T.changedTouches[0];k!=null&&(C.current=k.identifier);const F=_n(T,C);if(F!==!1){const{newValue:Y,activeIndex:K}=M({finger:F});vn({sliderRef:je,activeIndex:K,setActive:R}),q(Y),G&&!bn(Y,D)&&G(T,Y,K)}ce.current=0;const W=_r(je.current);W.addEventListener("touchmove",ee,{passive:!0}),W.addEventListener("touchend",fe,{passive:!0})}),Le=N.useCallback(()=>{const T=_r(je.current);T.removeEventListener("mousemove",ee),T.removeEventListener("mouseup",fe),T.removeEventListener("touchmove",ee),T.removeEventListener("touchend",fe)},[fe,ee]);N.useEffect(()=>{const{current:T}=je;return T.addEventListener("touchstart",ke,{passive:ri()}),()=>{T.removeEventListener("touchstart",ke),Le()}},[Le,ke]),N.useEffect(()=>{n&&Le()},[n,Le]);const It=T=>k=>{var F;if((F=T.onMouseDown)==null||F.call(T,k),n||k.defaultPrevented||k.button!==0)return;k.preventDefault();const W=_n(k,C);if(W!==!1){const{newValue:K,activeIndex:Ge}=M({finger:W});vn({sliderRef:je,activeIndex:Ge,setActive:R}),q(K),G&&!bn(K,D)&&G(k,K,Ge)}ce.current=0;const Y=_r(je.current);Y.addEventListener("mousemove",ee,{passive:!0}),Y.addEventListener("mouseup",fe)},Re=Wn(X?H[0]:u,u,l),Et=Wn(H[H.length-1],u,l)-Re,Jt=(T={})=>{const k=Mn(T),F={onMouseDown:It(k||{})},W=A({},k,F);return A({},T,{ref:ut},W)},Ar=T=>k=>{var F;(F=T.onMouseOver)==null||F.call(T,k);const W=Number(k.currentTarget.getAttribute("data-index"));O(W)},Pr=T=>k=>{var F;(F=T.onMouseLeave)==null||F.call(T,k),O(-1)};return{active:L,axis:Ve,axisProps:rg,dragging:z,focusedThumbIndex:St,getHiddenInputProps:(T={})=>{var k;const F=Mn(T),W={onChange:Ut(F||{}),onFocus:qe(F||{}),onBlur:Je(F||{}),onKeyDown:dt(F||{})},Y=A({},F,W);return A({tabIndex:x,"aria-labelledby":t,"aria-orientation":m,"aria-valuemax":y(l),"aria-valuemin":y(u),name:c,type:"range",min:e.min,max:e.max,step:e.step===null&&e.marks?"any":(k=e.step)!=null?k:void 0,disabled:n},T,Y,{style:A({},Pf,{direction:o?"rtl":"ltr",width:"100%",height:"100%"})})},getRootProps:Jt,getThumbProps:(T={})=>{const k=Mn(T),F={onMouseOver:Ar(k||{}),onMouseLeave:Pr(k||{})};return A({},T,k,F)},marks:we,open:P,range:X,rootRef:ut,trackLeap:Et,trackOffset:Re,values:H,getThumbStyle:T=>({pointerEvents:L!==-1&&L!==T?"none":void 0})}}const og=e=>!e||!Gr(e);function sg(e){return un("MuiSlider",e)}const et=Pl("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"]),ig=e=>{const{open:t}=e;return{offset:yt(t&&et.valueLabelOpen),circle:et.valueLabelCircle,label:et.valueLabelLabel}};function Xl(e){const{children:t,className:r,value:n}=e,a=ig(e);return t?N.cloneElement(t,{className:yt(t.props.className)},s.jsxs(N.Fragment,{children:[t.props.children,s.jsx("span",{className:yt(a.offset,r),"aria-hidden":!0,children:s.jsx("span",{className:a.circle,children:s.jsx("span",{className:a.label,children:n})})})]})):null}process.env.NODE_ENV!=="production"&&(Xl.propTypes={children:f.element.isRequired,className:f.string,value:f.node});const lg=["aria-label","aria-valuetext","aria-labelledby","component","components","componentsProps","color","classes","className","disableSwap","disabled","getAriaLabel","getAriaValueText","marks","max","min","name","onChange","onChangeCommitted","orientation","shiftStep","size","step","scale","slotProps","slots","tabIndex","track","value","valueLabelDisplay","valueLabelFormat"];function ni(e){return e}const ug=Pt("span",{name:"MuiSlider",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[`color${Oe(r.color)}`],r.size!=="medium"&&t[`size${Oe(r.size)}`],r.marked&&t.marked,r.orientation==="vertical"&&t.vertical,r.track==="inverted"&&t.trackInverted,r.track===!1&&t.trackFalse]}})(({theme:e})=>{var t;return{borderRadius:12,boxSizing:"content-box",display:"inline-block",position:"relative",cursor:"pointer",touchAction:"none",WebkitTapHighlightColor:"transparent","@media print":{colorAdjust:"exact"},[`&.${et.disabled}`]:{pointerEvents:"none",cursor:"default",color:(e.vars||e).palette.grey[400]},[`&.${et.dragging}`]:{[`& .${et.thumb}, & .${et.track}`]:{transition:"none"}},variants:[...Object.keys(((t=e.vars)!=null?t:e).palette).filter(r=>{var n;return((n=e.vars)!=null?n:e).palette[r].main}).map(r=>({props:{color:r},style:{color:(e.vars||e).palette[r].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}}]}}),cg=Pt("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}}]}),dg=Pt("span",{name:"MuiSlider",slot:"Track",overridesResolver:(e,t)=>t.track})(({theme:e})=>{var t;return{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.keys(((t=e.vars)!=null?t:e).palette).filter(r=>{var n;return((n=e.vars)!=null?n:e).palette[r].main}).map(r=>({props:{color:r,track:"inverted"},style:A({},e.vars?{backgroundColor:e.vars.palette.Slider[`${r}Track`],borderColor:e.vars.palette.Slider[`${r}Track`]}:A({backgroundColor:io(e.palette[r].main,.62),borderColor:io(e.palette[r].main,.62)},e.applyStyles("dark",{backgroundColor:so(e.palette[r].main,.5)}),e.applyStyles("dark",{borderColor:so(e.palette[r].main,.5)})))}))]}}),mg=Pt("span",{name:"MuiSlider",slot:"Thumb",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.thumb,t[`thumbColor${Oe(r.color)}`],r.size!=="medium"&&t[`thumbSize${Oe(r.size)}`]]}})(({theme:e})=>{var t;return{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%)"},[`&.${et.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.keys(((t=e.vars)!=null?t:e).palette).filter(r=>{var n;return((n=e.vars)!=null?n:e).palette[r].main}).map(r=>({props:{color:r},style:{[`&:hover, &.${et.focusVisible}`]:A({},e.vars?{boxShadow:`0px 0px 0px 8px rgba(${e.vars.palette[r].mainChannel} / 0.16)`}:{boxShadow:`0px 0px 0px 8px ${Js(e.palette[r].main,.16)}`},{"@media (hover: none)":{boxShadow:"none"}}),[`&.${et.active}`]:A({},e.vars?{boxShadow:`0px 0px 0px 14px rgba(${e.vars.palette[r].mainChannel} / 0.16)`}:{boxShadow:`0px 0px 0px 14px ${Js(e.palette[r].main,.16)}`})}}))]}}),hg=Pt(Xl,{name:"MuiSlider",slot:"ValueLabel",overridesResolver:(e,t)=>t.valueLabel})(({theme:e})=>A({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%"},[`&.${et.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%"},[`&.${et.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"}}]})),fg=Pt("span",{name:"MuiSlider",slot:"Mark",shouldForwardProp:e=>Lo(e)&&e!=="markActive",overridesResolver:(e,t)=>{const{markActive:r}=e;return[t.mark,r&&t.markActive]}})(({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}}]})),pg=Pt("span",{name:"MuiSlider",slot:"MarkLabel",shouldForwardProp:e=>Lo(e)&&e!=="markLabelActive",overridesResolver:(e,t)=>t.markLabel})(({theme:e})=>A({},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}}]})),gg=e=>{const{disabled:t,dragging:r,marked:n,orientation:a,track:o,classes:i,color:l,size:u}=e,c={root:["root",t&&"disabled",r&&"dragging",n&&"marked",a==="vertical"&&"vertical",o==="inverted"&&"trackInverted",o===!1&&"trackFalse",l&&`color${Oe(l)}`,u&&`size${Oe(u)}`],rail:["rail"],track:["track"],mark:["mark"],markActive:["markActive"],markLabel:["markLabel"],markLabelActive:["markLabelActive"],valueLabel:["valueLabel"],thumb:["thumb",t&&"disabled",u&&`thumbSize${Oe(u)}`,l&&`thumbColor${Oe(l)}`],active:["active"],disabled:["disabled"],focusVisible:["focusVisible"]};return Mo(c,sg,i)},yg=({children:e})=>e,Yl=N.forwardRef(function(t,r){var n,a,o,i,l,u,c,d,h,m,v,y,_,g,x,j,C,L,R,P,O,z,le,ce;const D=$o({props:t,name:"MuiSlider"}),q=kf(),{"aria-label":G,"aria-valuetext":X,"aria-labelledby":H,component:we="span",components:ue={},componentsProps:Q={},color:Ae="primary",classes:Ee,className:at,disableSwap:St=!1,disabled:He=!1,getAriaLabel:je,getAriaValueText:Mt,marks:ut=!1,max:qe=100,min:Je=0,orientation:ct="horizontal",shiftStep:dt=10,size:Ut="medium",step:xt=1,scale:Ve=ni,slotProps:M,slots:ee,track:fe="normal",valueLabelDisplay:ke="off",valueLabelFormat:Le=ni}=D,It=Ue(D,lg),Re=A({},D,{isRtl:q,max:qe,min:Je,classes:Ee,disabled:He,disableSwap:St,orientation:ct,marks:ut,color:Ae,size:Ut,step:xt,shiftStep:dt,scale:Ve,track:fe,valueLabelDisplay:ke,valueLabelFormat:Le}),{axisProps:Et,getRootProps:Jt,getHiddenInputProps:Ar,getThumbProps:Pr,open:Or,active:rr,axis:ot,focusedThumbIndex:T,range:k,dragging:F,marks:W,values:Y,trackOffset:K,trackLeap:Ge,getThumbStyle:Xe}=ag(A({},Re,{rootRef:r}));Re.marked=W.length>0&&W.some($=>$.label),Re.dragging=F,Re.focusedThumbIndex=T;const te=gg(Re),$e=(n=(a=ee==null?void 0:ee.root)!=null?a:ue.Root)!=null?n:ug,kt=(o=(i=ee==null?void 0:ee.rail)!=null?i:ue.Rail)!=null?o:cg,nr=(l=(u=ee==null?void 0:ee.track)!=null?u:ue.Track)!=null?l:dg,Tr=(c=(d=ee==null?void 0:ee.thumb)!=null?d:ue.Thumb)!=null?c:mg,wt=(h=(m=ee==null?void 0:ee.valueLabel)!=null?m:ue.ValueLabel)!=null?h:hg,Vt=(v=(y=ee==null?void 0:ee.mark)!=null?y:ue.Mark)!=null?v:fg,Gt=(_=(g=ee==null?void 0:ee.markLabel)!=null?g:ue.MarkLabel)!=null?_:pg,Mr=(x=(j=ee==null?void 0:ee.input)!=null?j:ue.Input)!=null?x:"input",Ir=(C=M==null?void 0:M.root)!=null?C:Q.root,dn=(L=M==null?void 0:M.rail)!=null?L:Q.rail,Er=(R=M==null?void 0:M.track)!=null?R:Q.track,ar=(P=M==null?void 0:M.thumb)!=null?P:Q.thumb,or=(O=M==null?void 0:M.valueLabel)!=null?O:Q.valueLabel,ba=(z=M==null?void 0:M.mark)!=null?z:Q.mark,Sa=(le=M==null?void 0:M.markLabel)!=null?le:Q.markLabel,mn=(ce=M==null?void 0:M.input)!=null?ce:Q.input,hn=$t({elementType:$e,getSlotProps:Jt,externalSlotProps:Ir,externalForwardedProps:It,additionalProps:A({},og($e)&&{as:we}),ownerState:A({},Re,Ir==null?void 0:Ir.ownerState),className:[te.root,at]}),xa=$t({elementType:kt,externalSlotProps:dn,ownerState:Re,className:te.rail}),wa=$t({elementType:nr,externalSlotProps:Er,additionalProps:{style:A({},Et[ot].offset(K),Et[ot].leap(Ge))},ownerState:A({},Re,Er==null?void 0:Er.ownerState),className:te.track}),kr=$t({elementType:Tr,getSlotProps:Pr,externalSlotProps:ar,ownerState:A({},Re,ar==null?void 0:ar.ownerState),className:te.thumb}),ja=$t({elementType:wt,externalSlotProps:or,ownerState:A({},Re,or==null?void 0:or.ownerState),className:te.valueLabel}),p=$t({elementType:Vt,externalSlotProps:ba,ownerState:Re,className:te.mark}),w=$t({elementType:Gt,externalSlotProps:Sa,ownerState:Re,className:te.markLabel}),I=$t({elementType:Mr,getSlotProps:Ar,externalSlotProps:mn,ownerState:Re});return s.jsxs($e,A({},hn,{children:[s.jsx(kt,A({},xa)),s.jsx(nr,A({},wa)),W.filter($=>$.value>=Je&&$.value<=qe).map(($,B)=>{const re=Wn($.value,Je,qe),V=Et[ot].offset(re);let U;return fe===!1?U=Y.indexOf($.value)!==-1:U=fe==="normal"&&(k?$.value>=Y[0]&&$.value<=Y[Y.length-1]:$.value<=Y[0])||fe==="inverted"&&(k?$.value<=Y[0]||$.value>=Y[Y.length-1]:$.value>=Y[0]),s.jsxs(N.Fragment,{children:[s.jsx(Vt,A({"data-index":B},p,!Gr(Vt)&&{markActive:U},{style:A({},V,p.style),className:yt(p.className,U&&te.markActive)})),$.label!=null?s.jsx(Gt,A({"aria-hidden":!0,"data-index":B},w,!Gr(Gt)&&{markLabelActive:U},{style:A({},V,w.style),className:yt(te.markLabel,w.className,U&&te.markLabelActive),children:$.label})):null]},B)}),Y.map(($,B)=>{const re=Wn($,Je,qe),V=Et[ot].offset(re),U=ke==="off"?yg:wt;return s.jsx(U,A({},!Gr(U)&&{valueLabelFormat:Le,valueLabelDisplay:ke,value:typeof Le=="function"?Le(Ve($),B):Le,index:B,open:Or===B||rr===B||ke==="on",disabled:He},ja,{children:s.jsx(Tr,A({"data-index":B},kr,{className:yt(te.thumb,kr.className,rr===B&&te.active,T===B&&te.focusVisible),style:A({},V,Xe(B),kr.style),children:s.jsx(Mr,A({"data-index":B,"aria-label":je?je(B):G,"aria-valuenow":Ve($),"aria-labelledby":H,"aria-valuetext":Mt?Mt(Ve($),B):X,value:Y[B]},I))}))}),B)})]}))});process.env.NODE_ENV!=="production"&&(Yl.propTypes={"aria-label":ks(f.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":f.string,"aria-valuetext":ks(f.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:f.node,classes:f.object,className:f.string,color:f.oneOfType([f.oneOf(["primary","secondary","error","info","success","warning"]),f.string]),components:f.shape({Input:f.elementType,Mark:f.elementType,MarkLabel:f.elementType,Rail:f.elementType,Root:f.elementType,Thumb:f.elementType,Track:f.elementType,ValueLabel:f.elementType}),componentsProps:f.shape({input:f.oneOfType([f.func,f.object]),mark:f.oneOfType([f.func,f.object]),markLabel:f.oneOfType([f.func,f.object]),rail:f.oneOfType([f.func,f.object]),root:f.oneOfType([f.func,f.object]),thumb:f.oneOfType([f.func,f.object]),track:f.oneOfType([f.func,f.object]),valueLabel:f.oneOfType([f.func,f.shape({children:f.element,className:f.string,open:f.bool,style:f.object,value:f.number,valueLabelDisplay:f.oneOf(["auto","off","on"])})])}),defaultValue:f.oneOfType([f.arrayOf(f.number),f.number]),disabled:f.bool,disableSwap:f.bool,getAriaLabel:f.func,getAriaValueText:f.func,marks:f.oneOfType([f.arrayOf(f.shape({label:f.node,value:f.number.isRequired})),f.bool]),max:f.number,min:f.number,name:f.string,onChange:f.func,onChangeCommitted:f.func,orientation:f.oneOf(["horizontal","vertical"]),scale:f.func,shiftStep:f.number,size:f.oneOfType([f.oneOf(["small","medium"]),f.string]),slotProps:f.shape({input:f.oneOfType([f.func,f.object]),mark:f.oneOfType([f.func,f.object]),markLabel:f.oneOfType([f.func,f.object]),rail:f.oneOfType([f.func,f.object]),root:f.oneOfType([f.func,f.object]),thumb:f.oneOfType([f.func,f.object]),track:f.oneOfType([f.func,f.object]),valueLabel:f.oneOfType([f.func,f.shape({children:f.element,className:f.string,open:f.bool,style:f.object,value:f.number,valueLabelDisplay:f.oneOf(["auto","off","on"])})])}),slots:f.shape({input:f.elementType,mark:f.elementType,markLabel:f.elementType,rail:f.elementType,root:f.elementType,thumb:f.elementType,track:f.elementType,valueLabel:f.elementType}),step:f.number,sx:f.oneOfType([f.arrayOf(f.oneOfType([f.func,f.object,f.bool])),f.func,f.object]),tabIndex:f.number,track:f.oneOf(["inverted","normal",!1]),value:f.oneOfType([f.arrayOf(f.number),f.number]),valueLabelDisplay:f.oneOf(["auto","off","on"]),valueLabelFormat:f.oneOfType([f.func,f.string])});var _g="[object Number]";function vg(e){return typeof e=="number"||Yt(e)&&Qt(e)==_g}const Zl=De.observer(e=>{const t=E.useTheme(),r=e.valueLabelFormat||(a=>`${a}`);function n(a,o){o===e.velocity||!vg(o)||e.onVelocityChange(o)}return s.jsxs(s.Fragment,{children:[s.jsx(E.Typography,{sx:{textAlign:"center",fontSize:"14px",opacity:.8,color:t.palette.text.primary},children:r(e.velocity)}),s.jsx(Yl,{value:e.velocity,onChange:n,min:e.min,max:e.max,"aria-labelledby":"input-slider",disabled:e.disabled,sx:{"& .MuiSlider-valueLabelOpen":{zIndex:100,backgroundColor:"transparent",top:"0px"}}})]})}),Ql=De.observer(({store:e})=>{const{t}=vt.useTranslation(),r=De.useLocalObservable(()=>({get valueLabelFormat(){return e.currentMotionType==="translate"?n=>`v=${t("Jogging.Cartesian.Translation.velocityMmPerSec.lb",{amount:n})}`:n=>`v=${t("Jogging.Cartesian.Rotation.velocityDegPerSec.lb",{amount:n})}`}}));return s.jsx(E.Stack,{sx:{margin:"0px 20px",marginTop:"24px",marginBottom:"24px"},children:s.jsx(E.Stack,{sx:{width:"380px",maxWidth:"90%",margin:"auto"},children:s.jsx(Zl,{velocity:e.velocityInCurrentUnits,min:e.minVelocityInCurrentUnits,max:e.maxVelocityInCurrentUnits,onVelocityChange:e.setVelocityFromSlider,disabled:e.isLocked,valueLabelFormat:r.valueLabelFormat})})})}),eu=Z.forwardRef(({label:e,value:t},r)=>s.jsxs(s.Fragment,{children:[e&&s.jsx(E.InputLabel,{children:e}),s.jsx(E.Chip,{ref:r,sx:{fontSize:"14px",opacity:.8,marginTop:"4px !important"},value:t})]})),bg=De.observer(({store:e})=>{const t=Z.useRef(null);function r(){const n=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose;return n?Ft.poseToWandelscriptString(n):""}return wr(()=>{t.current&&(t.current.textContent=r())}),s.jsx(E.Stack,{alignItems:"left",spacing:2,sx:{padding:"8px 16px",paddingTop:"16px","& label":{opacity:.7,fontSize:"12px",marginBottom:"4px"}},children:s.jsx(eu,{label:"Pose",value:r(),ref:t})})});function Sg(){this.__data__=[],this.size=0}function tu(e,t){return e===t||e!==e&&t!==t}function ga(e,t){for(var r=e.length;r--;)if(tu(e[r][0],t))return r;return-1}var xg=Array.prototype,wg=xg.splice;function jg(e){var t=this.__data__,r=ga(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():wg.call(t,r,1),--this.size,!0}function Rg(e){var t=this.__data__,r=ga(t,e);return r<0?void 0:t[r][1]}function Cg(e){return ga(this.__data__,e)>-1}function Ag(e,t){var r=this.__data__,n=ga(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}function Ot(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Ot.prototype.clear=Sg;Ot.prototype.delete=jg;Ot.prototype.get=Rg;Ot.prototype.has=Cg;Ot.prototype.set=Ag;function Pg(){this.__data__=new Ot,this.size=0}function Og(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}function Tg(e){return this.__data__.get(e)}function Mg(e){return this.__data__.has(e)}var Ig="[object AsyncFunction]",Eg="[object Function]",kg="[object GeneratorFunction]",Lg="[object Proxy]";function ru(e){if(!Xt(e))return!1;var t=Qt(e);return t==Eg||t==kg||t==Ig||t==Lg}var Ja=bt["__core-js_shared__"],ai=function(){var e=/[^.]+$/.exec(Ja&&Ja.keys&&Ja.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function $g(e){return!!ai&&ai in e}var Ng=Function.prototype,Fg=Ng.toString;function er(e){if(e!=null){try{return Fg.call(e)}catch{}try{return e+""}catch{}}return""}var Dg=/[\\^$.*+?()[\]{}|]/g,Bg=/^\[object .+?Constructor\]$/,Ug=Function.prototype,Jg=Object.prototype,Vg=Ug.toString,Gg=Jg.hasOwnProperty,zg=RegExp("^"+Vg.call(Gg).replace(Dg,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Wg(e){if(!Xt(e)||$g(e))return!1;var t=ru(e)?zg:Bg;return t.test(er(e))}function Kg(e,t){return e==null?void 0:e[t]}function tr(e,t){var r=Kg(e,t);return Wg(r)?r:void 0}var Zr=tr(bt,"Map"),Qr=tr(Object,"create");function Hg(){this.__data__=Qr?Qr(null):{},this.size=0}function qg(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var Xg="__lodash_hash_undefined__",Yg=Object.prototype,Zg=Yg.hasOwnProperty;function Qg(e){var t=this.__data__;if(Qr){var r=t[e];return r===Xg?void 0:r}return Zg.call(t,e)?t[e]:void 0}var ey=Object.prototype,ty=ey.hasOwnProperty;function ry(e){var t=this.__data__;return Qr?t[e]!==void 0:ty.call(t,e)}var ny="__lodash_hash_undefined__";function ay(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Qr&&t===void 0?ny:t,this}function Zt(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Zt.prototype.clear=Hg;Zt.prototype.delete=qg;Zt.prototype.get=Qg;Zt.prototype.has=ry;Zt.prototype.set=ay;function oy(){this.size=0,this.__data__={hash:new Zt,map:new(Zr||Ot),string:new Zt}}function sy(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function ya(e,t){var r=e.__data__;return sy(t)?r[typeof t=="string"?"string":"hash"]:r.map}function iy(e){var t=ya(this,e).delete(e);return this.size-=t?1:0,t}function ly(e){return ya(this,e).get(e)}function uy(e){return ya(this,e).has(e)}function cy(e,t){var r=ya(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}function Tt(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Tt.prototype.clear=oy;Tt.prototype.delete=iy;Tt.prototype.get=ly;Tt.prototype.has=uy;Tt.prototype.set=cy;var dy=200;function my(e,t){var r=this.__data__;if(r instanceof Ot){var n=r.__data__;if(!Zr||n.length<dy-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new Tt(n)}return r.set(e,t),this.size=r.size,this}function Ct(e){var t=this.__data__=new Ot(e);this.size=t.size}Ct.prototype.clear=Pg;Ct.prototype.delete=Og;Ct.prototype.get=Tg;Ct.prototype.has=Mg;Ct.prototype.set=my;var hy="__lodash_hash_undefined__";function fy(e){return this.__data__.set(e,hy),this}function py(e){return this.__data__.has(e)}function Kn(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new Tt;++t<r;)this.add(e[t])}Kn.prototype.add=Kn.prototype.push=fy;Kn.prototype.has=py;function gy(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}function yy(e,t){return e.has(t)}var _y=1,vy=2;function nu(e,t,r,n,a,o){var i=r&_y,l=e.length,u=t.length;if(l!=u&&!(i&&u>l))return!1;var c=o.get(e),d=o.get(t);if(c&&d)return c==t&&d==e;var h=-1,m=!0,v=r&vy?new Kn:void 0;for(o.set(e,t),o.set(t,e);++h<l;){var y=e[h],_=t[h];if(n)var g=i?n(_,y,h,t,e,o):n(y,_,h,e,t,o);if(g!==void 0){if(g)continue;m=!1;break}if(v){if(!gy(t,function(x,j){if(!yy(v,j)&&(y===x||a(y,x,r,n,o)))return v.push(j)})){m=!1;break}}else if(!(y===_||a(y,_,r,n,o))){m=!1;break}}return o.delete(e),o.delete(t),m}var oi=bt.Uint8Array;function by(e){var t=-1,r=Array(e.size);return e.forEach(function(n,a){r[++t]=[a,n]}),r}function Sy(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var xy=1,wy=2,jy="[object Boolean]",Ry="[object Date]",Cy="[object Error]",Ay="[object Map]",Py="[object Number]",Oy="[object RegExp]",Ty="[object Set]",My="[object String]",Iy="[object Symbol]",Ey="[object ArrayBuffer]",ky="[object DataView]",si=Dt?Dt.prototype:void 0,Va=si?si.valueOf:void 0;function Ly(e,t,r,n,a,o,i){switch(r){case ky:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case Ey:return!(e.byteLength!=t.byteLength||!o(new oi(e),new oi(t)));case jy:case Ry:case Py:return tu(+e,+t);case Cy:return e.name==t.name&&e.message==t.message;case Oy:case My:return e==t+"";case Ay:var l=by;case Ty:var u=n&xy;if(l||(l=Sy),e.size!=t.size&&!u)return!1;var c=i.get(e);if(c)return c==t;n|=wy,i.set(e,t);var d=nu(l(e),l(t),n,a,o,i);return i.delete(e),d;case Iy:if(Va)return Va.call(e)==Va.call(t)}return!1}function $y(e,t){for(var r=-1,n=t.length,a=e.length;++r<n;)e[a+r]=t[r];return e}var _t=Array.isArray;function Ny(e,t,r){var n=t(e);return _t(e)?n:$y(n,r(e))}function Fy(e,t){for(var r=-1,n=e==null?0:e.length,a=0,o=[];++r<n;){var i=e[r];t(i,r,e)&&(o[a++]=i)}return o}function Dy(){return[]}var By=Object.prototype,Uy=By.propertyIsEnumerable,ii=Object.getOwnPropertySymbols,Jy=ii?function(e){return e==null?[]:(e=Object(e),Fy(ii(e),function(t){return Uy.call(e,t)}))}:Dy;function Vy(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var Gy="[object Arguments]";function li(e){return Yt(e)&&Qt(e)==Gy}var au=Object.prototype,zy=au.hasOwnProperty,Wy=au.propertyIsEnumerable,ou=li(function(){return arguments}())?li:function(e){return Yt(e)&&zy.call(e,"callee")&&!Wy.call(e,"callee")};function Ky(){return!1}var su=typeof exports=="object"&&exports&&!exports.nodeType&&exports,ui=su&&typeof module=="object"&&module&&!module.nodeType&&module,Hy=ui&&ui.exports===su,ci=Hy?bt.Buffer:void 0,qy=ci?ci.isBuffer:void 0,co=qy||Ky,Xy=9007199254740991,Yy=/^(?:0|[1-9]\d*)$/;function iu(e,t){var r=typeof e;return t=t??Xy,!!t&&(r=="number"||r!="symbol"&&Yy.test(e))&&e>-1&&e%1==0&&e<t}var Zy=9007199254740991;function Do(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Zy}var Qy="[object Arguments]",e1="[object Array]",t1="[object Boolean]",r1="[object Date]",n1="[object Error]",a1="[object Function]",o1="[object Map]",s1="[object Number]",i1="[object Object]",l1="[object RegExp]",u1="[object Set]",c1="[object String]",d1="[object WeakMap]",m1="[object ArrayBuffer]",h1="[object DataView]",f1="[object Float32Array]",p1="[object Float64Array]",g1="[object Int8Array]",y1="[object Int16Array]",_1="[object Int32Array]",v1="[object Uint8Array]",b1="[object Uint8ClampedArray]",S1="[object Uint16Array]",x1="[object Uint32Array]",de={};de[f1]=de[p1]=de[g1]=de[y1]=de[_1]=de[v1]=de[b1]=de[S1]=de[x1]=!0;de[Qy]=de[e1]=de[m1]=de[t1]=de[h1]=de[r1]=de[n1]=de[a1]=de[o1]=de[s1]=de[i1]=de[l1]=de[u1]=de[c1]=de[d1]=!1;function w1(e){return Yt(e)&&Do(e.length)&&!!de[Qt(e)]}function j1(e){return function(t){return e(t)}}var lu=typeof exports=="object"&&exports&&!exports.nodeType&&exports,zr=lu&&typeof module=="object"&&module&&!module.nodeType&&module,R1=zr&&zr.exports===lu,Ga=R1&&Wl.process,di=function(){try{var e=zr&&zr.require&&zr.require("util").types;return e||Ga&&Ga.binding&&Ga.binding("util")}catch{}}(),mi=di&&di.isTypedArray,uu=mi?j1(mi):w1,C1=Object.prototype,A1=C1.hasOwnProperty;function P1(e,t){var r=_t(e),n=!r&&ou(e),a=!r&&!n&&co(e),o=!r&&!n&&!a&&uu(e),i=r||n||a||o,l=i?Vy(e.length,String):[],u=l.length;for(var c in e)A1.call(e,c)&&!(i&&(c=="length"||a&&(c=="offset"||c=="parent")||o&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||iu(c,u)))&&l.push(c);return l}var O1=Object.prototype;function T1(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||O1;return e===r}function M1(e,t){return function(r){return e(t(r))}}var I1=M1(Object.keys,Object),E1=Object.prototype,k1=E1.hasOwnProperty;function L1(e){if(!T1(e))return I1(e);var t=[];for(var r in Object(e))k1.call(e,r)&&r!="constructor"&&t.push(r);return t}function cu(e){return e!=null&&Do(e.length)&&!ru(e)}function Bo(e){return cu(e)?P1(e):L1(e)}function hi(e){return Ny(e,Bo,Jy)}var $1=1,N1=Object.prototype,F1=N1.hasOwnProperty;function D1(e,t,r,n,a,o){var i=r&$1,l=hi(e),u=l.length,c=hi(t),d=c.length;if(u!=d&&!i)return!1;for(var h=u;h--;){var m=l[h];if(!(i?m in t:F1.call(t,m)))return!1}var v=o.get(e),y=o.get(t);if(v&&y)return v==t&&y==e;var _=!0;o.set(e,t),o.set(t,e);for(var g=i;++h<u;){m=l[h];var x=e[m],j=t[m];if(n)var C=i?n(j,x,m,t,e,o):n(x,j,m,e,t,o);if(!(C===void 0?x===j||a(x,j,r,n,o):C)){_=!1;break}g||(g=m=="constructor")}if(_&&!g){var L=e.constructor,R=t.constructor;L!=R&&"constructor"in e&&"constructor"in t&&!(typeof L=="function"&&L instanceof L&&typeof R=="function"&&R instanceof R)&&(_=!1)}return o.delete(e),o.delete(t),_}var mo=tr(bt,"DataView"),ho=tr(bt,"Promise"),fo=tr(bt,"Set"),po=tr(bt,"WeakMap"),fi="[object Map]",B1="[object Object]",pi="[object Promise]",gi="[object Set]",yi="[object WeakMap]",_i="[object DataView]",U1=er(mo),J1=er(Zr),V1=er(ho),G1=er(fo),z1=er(po),Nt=Qt;(mo&&Nt(new mo(new ArrayBuffer(1)))!=_i||Zr&&Nt(new Zr)!=fi||ho&&Nt(ho.resolve())!=pi||fo&&Nt(new fo)!=gi||po&&Nt(new po)!=yi)&&(Nt=function(e){var t=Qt(e),r=t==B1?e.constructor:void 0,n=r?er(r):"";if(n)switch(n){case U1:return _i;case J1:return fi;case V1:return pi;case G1:return gi;case z1:return yi}return t});var W1=1,vi="[object Arguments]",bi="[object Array]",xn="[object Object]",K1=Object.prototype,Si=K1.hasOwnProperty;function H1(e,t,r,n,a,o){var i=_t(e),l=_t(t),u=i?bi:Nt(e),c=l?bi:Nt(t);u=u==vi?xn:u,c=c==vi?xn:c;var d=u==xn,h=c==xn,m=u==c;if(m&&co(e)){if(!co(t))return!1;i=!0,d=!1}if(m&&!d)return o||(o=new Ct),i||uu(e)?nu(e,t,r,n,a,o):Ly(e,t,u,r,n,a,o);if(!(r&W1)){var v=d&&Si.call(e,"__wrapped__"),y=h&&Si.call(t,"__wrapped__");if(v||y){var _=v?e.value():e,g=y?t.value():t;return o||(o=new Ct),a(_,g,r,n,o)}}return m?(o||(o=new Ct),D1(e,t,r,n,a,o)):!1}function _a(e,t,r,n,a){return e===t?!0:e==null||t==null||!Yt(e)&&!Yt(t)?e!==e&&t!==t:H1(e,t,r,n,_a,a)}function q1(e,t){return _a(e,t)}const X1=({store:e})=>{const{t}=vt.useTranslation(),[r,n]=Z.useState(e.jogger.motionStream.rapidlyChangingMotionState.state.joint_limit_reached.limit_reached);wr(()=>{const o=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_limit_reached.limit_reached;q1(r,o)||n(o)});const a=[];return r.forEach((o,i)=>{o&&a.push(i)}),a.length?s.jsx(E.Typography,{color:"error",sx:{padding:"1rem",textAlign:"center"},children:t("Jogging.JointLimitsReached.lb",{jointNumbers:a.map(o=>o+1).join(", ")})}):null},Y1=De.observer(({store:e})=>{const{t}=vt.useTranslation();function r(c,d){(d==="translate"||d==="rotate")&&e.setSelectedCartesianMotionType(d)}So(()=>[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 n(c,d){const h=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose,m=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_position;h&&await e.withMotionLock(async()=>{await e.jogger.runIncrementalCartesianMotion({currentTcpPose:h,currentJoints:m,coordSystemId:e.activeCoordSystemId,velocityInRelevantUnits:e.velocityInCurrentUnits,axis:c.axis,direction:c.direction,motion:e.selectedCartesianMotionType==="translate"?{type:"translate",distanceMm:d.mm}:{type:"rotate",distanceRads:Ft.degreesToRadians(d.degrees)}})})}async function a(c){if(!e.isLocked){if(e.activeDiscreteIncrement)return n(c,e.activeDiscreteIncrement);c.motionType==="translate"?await e.jogger.startTCPTranslation({axis:c.axis,direction:c.direction,velocityMmPerSec:e.translationVelocityMmPerSec}):await e.jogger.startTCPRotation({axis:c.axis,direction:c.direction,velocityRadsPerSec:e.rotationVelocityRadsPerSec})}}async function o(){e.isLocked||e.activeDiscreteIncrement||await e.jogger.stop()}const i=[{id:"x",color:"#F14D42",icon:s.jsx(Up,{})},{id:"y",color:"#42A705",icon:s.jsx(Vp,{})},{id:"z",color:"#0075FF",icon:s.jsx(zp,{})}];function l(c){return t("General.mm.variable",{amount:c.toFixed(1)})}function u(c){return t("General.degree.variable",{amount:Ft.radiansToDegrees(c).toFixed(1)})}return s.jsxs(E.Stack,{children:[s.jsx(bg,{store:e}),s.jsx(Xp,{store:e}),s.jsxs(E.Stack,{width:"80%",maxWidth:"296px",margin:"auto",marginTop:"16px",children:[s.jsxs(E.ToggleButtonGroup,{value:e.selectedCartesianMotionType,onChange:r,exclusive:!0,"aria-label":t("Jogging.Cartesian.MotionType.lb"),children:[s.jsx(E.ToggleButton,{value:"translate",children:t("Jogging.Cartesian.Translation.bt")}),s.jsx(E.ToggleButton,{value:"rotate",children:t("Jogging.Cartesian.Rotation.bt")})]}),e.selectedCartesianMotionType==="translate"&&i.map(c=>s.jsx(uo,{color:c.color,disabled:e.isLocked,sx:{marginTop:"12px"},label:s.jsxs(s.Fragment,{children:[c.icon,s.jsx(E.Typography,{sx:{fontSize:"24px",color:"white"},children:c.id.toUpperCase()})]}),getDisplayedValue:()=>{var d;return l(((d=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose)==null?void 0:d.position[c.id])||0)},startJogging:d=>a({axis:c.id,motionType:"translate",direction:d}),stopJogging:o},c.id)),e.selectedCartesianMotionType==="rotate"&&i.map(c=>s.jsx(uo,{color:c.color,disabled:e.isLocked,sx:{marginTop:"12px"},label:s.jsxs(s.Fragment,{children:[s.jsx(Dp,{}),s.jsx(E.Typography,{sx:{fontSize:"24px",color:"white"},children:c.id.toUpperCase()})]}),getDisplayedValue:()=>{var d,h;return u(((h=(d=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose)==null?void 0:d.orientation)==null?void 0:h[c.id])||0)},startJogging:d=>a({axis:c.id,motionType:"rotate",direction:d}),stopJogging:o},c.id))]}),s.jsx(Ql,{store:e}),s.jsx(X1,{store:e})]})}),Z1=De.observer(({store:e})=>{const t=Z.useRef(null);vt.useTranslation();function r(){const{joints:n}=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_position;return`[${n.map(a=>parseFloat(a.toFixed(4))).join(", ")}]`}return wr(()=>{t.current&&(t.current.textContent=r())}),s.jsx(E.Stack,{alignItems:"left",spacing:2,sx:{padding:"16px","& label":{opacity:.7,fontSize:"12px",marginBottom:"4px"}},children:s.jsx(eu,{label:"Pose",value:r(),ref:t})})}),Q1=De.observer(({store:e})=>{async function t(n){await e.jogger.startJointRotation({joint:n.joint,direction:n.direction,velocityRadsPerSec:e.rotationVelocityRadsPerSec})}async function r(){await e.jogger.stop()}return s.jsxs(E.Stack,{children:[s.jsx(Z1,{store:e}),s.jsx(E.Stack,{children:e.jogger.motionStream.joints.map(n=>{var l;const a=(l=e.motionGroupSpec.mechanical_joint_limits)==null?void 0:l[n.index],o=(a==null?void 0:a.lower_limit)!==void 0?Ft.radiansToDegrees(a.lower_limit):void 0,i=(a==null?void 0:a.upper_limit)!==void 0?Ft.radiansToDegrees(a.upper_limit):void 0;return s.jsxs(E.Stack,{direction:"row",alignItems:"center",gap:2,marginTop:"0.8rem",children:[s.jsx(E.Typography,{sx:{flexGrow:1,textAlign:"right"},children:`J${n.index+1}`}),s.jsx(Hl,{disabled:e.isLocked,lowerLimitDegs:o,upperLimitDegs:i,getValueDegs:()=>{const u=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_position.joints[n.index];return u!==void 0?Ft.radiansToDegrees(u):void 0},startJogging:u=>t({joint:n.index,direction:u}),stopJogging:r},n.index),s.jsx(E.Typography,{sx:{flexGrow:1}})]},`joint-${n.index}`)})}),s.jsx(Ql,{store:e})]})});var xi=function(){try{var e=tr(Object,"defineProperty");return e({},"",{}),e}catch{}}();function e_(e,t,r){t=="__proto__"&&xi?xi(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function t_(e,t,r,n){for(var a=-1,o=e==null?0:e.length;++a<o;){var i=e[a];t(n,i,r(i),e)}return n}function r_(e){return function(t,r,n){for(var a=-1,o=Object(t),i=n(t),l=i.length;l--;){var u=i[++a];if(r(o[u],u,o)===!1)break}return t}}var n_=r_();function a_(e,t){return e&&n_(e,t,Bo)}function o_(e,t){return function(r,n){if(r==null)return r;if(!cu(r))return e(r,n);for(var a=r.length,o=-1,i=Object(r);++o<a&&n(i[o],o,i)!==!1;);return r}}var s_=o_(a_);function i_(e,t,r,n){return s_(e,function(a,o,i){t(n,a,r(a),i)}),n}var l_=1,u_=2;function c_(e,t,r,n){var a=r.length,o=a;if(e==null)return!o;for(e=Object(e);a--;){var i=r[a];if(i[2]?i[1]!==e[i[0]]:!(i[0]in e))return!1}for(;++a<o;){i=r[a];var l=i[0],u=e[l],c=i[1];if(i[2]){if(u===void 0&&!(l in e))return!1}else{var d=new Ct,h;if(!(h===void 0?_a(c,u,l_|u_,n,d):h))return!1}}return!0}function du(e){return e===e&&!Xt(e)}function d_(e){for(var t=Bo(e),r=t.length;r--;){var n=t[r],a=e[n];t[r]=[n,a,du(a)]}return t}function mu(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}function m_(e){var t=d_(e);return t.length==1&&t[0][2]?mu(t[0][0],t[0][1]):function(r){return r===e||c_(r,e,t)}}var h_=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,f_=/^\w*$/;function Uo(e,t){if(_t(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||pa(e)?!0:f_.test(e)||!h_.test(e)||t!=null&&e in Object(t)}var p_="Expected a function";function Jo(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(p_);var r=function(){var n=arguments,a=t?t.apply(this,n):n[0],o=r.cache;if(o.has(a))return o.get(a);var i=e.apply(this,n);return r.cache=o.set(a,i)||o,i};return r.cache=new(Jo.Cache||Tt),r}Jo.Cache=Tt;var g_=500;function y_(e){var t=Jo(e,function(n){return r.size===g_&&r.clear(),n}),r=t.cache;return t}var __=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,v_=/\\(\\)?/g,b_=y_(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(__,function(r,n,a,o){t.push(a?o.replace(v_,"$1"):n||r)}),t});function S_(e,t){for(var r=-1,n=e==null?0:e.length,a=Array(n);++r<n;)a[r]=t(e[r],r,e);return a}var x_=1/0,wi=Dt?Dt.prototype:void 0,ji=wi?wi.toString:void 0;function hu(e){if(typeof e=="string")return e;if(_t(e))return S_(e,hu)+"";if(pa(e))return ji?ji.call(e):"";var t=e+"";return t=="0"&&1/e==-x_?"-0":t}function fu(e){return e==null?"":hu(e)}function pu(e,t){return _t(e)?e:Uo(e,t)?[e]:b_(fu(e))}var w_=1/0;function va(e){if(typeof e=="string"||pa(e))return e;var t=e+"";return t=="0"&&1/e==-w_?"-0":t}function gu(e,t){t=pu(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[va(t[r++])];return r&&r==n?e:void 0}function j_(e,t,r){var n=e==null?void 0:gu(e,t);return n===void 0?r:n}function R_(e,t){return e!=null&&t in Object(e)}function C_(e,t,r){t=pu(t,e);for(var n=-1,a=t.length,o=!1;++n<a;){var i=va(t[n]);if(!(o=e!=null&&r(e,i)))break;e=e[i]}return o||++n!=a?o:(a=e==null?0:e.length,!!a&&Do(a)&&iu(i,a)&&(_t(e)||ou(e)))}function A_(e,t){return e!=null&&C_(e,t,R_)}var P_=1,O_=2;function T_(e,t){return Uo(e)&&du(t)?mu(va(e),t):function(r){var n=j_(r,e);return n===void 0&&n===t?A_(r,e):_a(t,n,P_|O_)}}function M_(e){return e}function I_(e){return function(t){return t==null?void 0:t[e]}}function E_(e){return function(t){return gu(t,e)}}function k_(e){return Uo(e)?I_(va(e)):E_(e)}function L_(e){return typeof e=="function"?e:e==null?M_:typeof e=="object"?_t(e)?T_(e[0],e[1]):m_(e):k_(e)}function $_(e,t){return function(r,n){var a=_t(r)?t_:i_,o={};return a(r,e,L_(n),o)}}var wn=$_(function(e,t,r){e_(e,r,t)}),N_=0;function F_(e){var t=++N_;return fu(e)+t}const go=[{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}],D_=[{id:"continuous"},...go];class Vo{constructor(t,r,n,a){var o,i;this.jogger=t,this.motionGroupSpec=r,this.coordSystems=n,this.tcps=a,this.selectedTabId="cartesian",this.manualActivationRequired=!0,this.activationState="inactive",this.activationError=null,this.locks=new Set,this.selectedCoordSystemId="world",this.selectedTcpId="",this.selectedOrientation="coordsys",this.selectedIncrementId="continuous",this.selectedCartesianMotionType="translate",this.incrementJoggingInProgress=!1,this.translationVelocityMmPerSec=10,this.rotationVelocityDegPerSec=1,this.minTranslationVelocityMmPerSec=5,this.maxTranslationVelocityMmPerSec=250,this.minRotationVelocityDegPerSec=1,this.maxRotationVelocityDegPerSec=60,this.disposers=[];for(const l of n)if(l.coordinate_system===""){l.coordinate_system="world";break}this.selectedCoordSystemId=((o=n[0])==null?void 0:o.coordinate_system)||"world",this.selectedTcpId=((i=a[0])==null?void 0:i.id)||"",mt.makeAutoObservable(this,{},{autoBind:!0}),this.loadFromLocalStorage(),this.disposers.push(mt.autorun(()=>this.saveToLocalStorage())),window.joggingStore=this}static async loadFor(t){const{nova:r}=t,[n,{coordinatesystems:a},{tcps:o}]=await Promise.all([r.api.motionGroupInfos.getMotionGroupSpecification(t.motionGroupId),r.api.coordinateSystems.listCoordinateSystems("ROTATION_VECTOR"),r.api.motionGroupInfos.listTcps(t.motionGroupId,"ROTATION_VECTOR")]);return new Vo(t,n,a||[],o||[])}dispose(){for(const t of this.disposers)t();this.jogger.dispose()}async deactivate(t={}){if(this.activationState==="inactive")return;const r=this.jogger.activeWebsocket;this.activationState="inactive",this.jogger.setJoggingMode("increment"),r&&await r.closed(),t.requireManualReactivation&&mt.runInAction(()=>{this.manualActivationRequired=!0})}async activate(t={}){const{currentTab:r,selectedTcpId:n,activeCoordSystemId:a,activeDiscreteIncrement:o,jogger:i}=this;if(this.activationState!=="loading"&&!(this.manualActivationRequired&&!t.manual)){mt.runInAction(()=>{this.activationState="loading",this.activationError=null});try{await this.jogger.nova.api.controller.setDefaultMode(this.jogger.motionStream.controllerId,"MODE_CONTROL")}catch(l){console.error(l)}if(r.id==="cartesian"){const l={tcpId:n,coordSystemId:a};o?i.setJoggingMode("increment",l):i.setJoggingMode("cartesian",l)}else i.setJoggingMode("joint");if(i.activeWebsocket)try{i.stop(),await i.activeWebsocket.nextMessage()}catch(l){mt.runInAction(()=>{this.activationState="inactive",this.activationError=l});return}mt.runInAction(()=>{this.activationState="active",t.manual&&(this.manualActivationRequired=!1)})}}loadFromLocalStorage(){const t=Ft.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 D_}get discreteIncrementOptions(){return go}get incrementOptionsById(){return wn(this.incrementOptions,t=>t.id)}get tabsById(){return wn(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 wn(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 wn(this.tcps,t=>t.id)}get activeDiscreteIncrement(){return this.selectedOrientation==="tool"?void 0:go.find(t=>t.id===this.selectedIncrementId)}get rotationVelocityRadsPerSec(){return this.rotationVelocityDegPerSec*Math.PI/180}get velocityInCurrentUnits(){return this.currentMotionType==="translate"?this.translationVelocityMmPerSec:this.rotationVelocityDegPerSec}get minVelocityInCurrentUnits(){return this.currentMotionType==="translate"?this.minTranslationVelocityMmPerSec:this.minRotationVelocityDegPerSec}get maxVelocityInCurrentUnits(){return this.currentMotionType==="translate"?this.maxTranslationVelocityMmPerSec:this.maxRotationVelocityDegPerSec}get currentMotionType(){return this.selectedTabId==="cartesian"&&this.selectedCartesianMotionType==="translate"?"translate":"rotate"}onTabChange(t,r){const n=this.tabs[r]||this.tabs[0];this.selectedTabId=n.id}setSelectedCoordSystemId(t){this.selectedCoordSystemId=t}setSelectedTcpId(t){this.selectedTcpId=t}setSelectedOrientation(t){this.selectedOrientation=t}setSelectedIncrementId(t){this.selectedIncrementId=t}setIncrementJoggingInProgress(t){this.incrementJoggingInProgress=t}setVelocityFromSlider(t){this.currentMotionType==="translate"?this.translationVelocityMmPerSec=t:this.rotationVelocityDegPerSec=t}setSelectedCartesianMotionType(t){this.selectedCartesianMotionType=t}async withMotionLock(t){const r=F_();this.locks.add(r);try{return await t()}finally{this.locks.delete(r)}}}const Ri=e=>s.jsx(E.Stack,{position:"absolute",left:0,top:0,width:"100%",height:"100%",alignItems:"center",justifyContent:"center",sx:{backgroundColor:"rgba(0, 0, 0, 0.5)",backdropFilter:"blur(10px)",zIndex:100},...e}),B_=en(De.observer(e=>{vt.useTranslation();const t=Ci.isString(e.nova)?new Ft.NovaClient({instanceUrl:e.nova}):e.nova,r=De.useLocalObservable(()=>({joggingStore:null,loadingError:null}));async function n(){mt.runInAction(()=>{r.loadingError=null,r.joggingStore=null});try{const a=await t.connectJogger(e.motionGroupId),o=await Vo.loadFor(a);mt.runInAction(()=>{r.joggingStore=o}),e.onSetup&&e.onSetup(o)}catch(a){r.loadingError=a}}return Z.useEffect(()=>(n(),()=>{var a;(a=r.joggingStore)==null||a.dispose()}),[e.nova]),Z.useEffect(()=>{const a=r.joggingStore;a&&(e.locked?a.locks.add("external"):a.locks.delete("external"))},[e.locked]),s.jsx(E.Stack,{sx:{maxWidth:"460px",minWidth:"350px",overflowY:"auto",position:"relative",height:"100%"},children:s.jsx(E.Paper,{sx:{height:"100%"},children:r.joggingStore?s.jsx(U_,{store:r.joggingStore,children:e.children}):s.jsx(ea,{message:"Loading jogging",error:r.loadingError})})})})),U_=De.observer(({store:e,children:t})=>{const{t:r}=vt.useTranslation();Z.useEffect(()=>{function o(){e.deactivate()}function i(){e.activate()}return window.addEventListener("blur",o),window.addEventListener("focus",i),()=>{window.removeEventListener("blur",o),window.removeEventListener("focus",i)}}),So(()=>[e.currentTab,e.selectedTcpId,e.activeCoordSystemId,e.activeDiscreteIncrement],()=>{e.activationState==="active"&&e.activate()});function n(){if(e.activationState==="inactive"&&!e.activationError)return s.jsx(Ri,{children:s.jsx(E.Button,{color:"primary",variant:"contained",onClick:()=>e.activate({manual:!0}),disabled:e.isLocked,children:r("Jogging.Activate.bt")})});if(e.activationState==="loading"||e.activationError)return s.jsx(Ri,{children:s.jsx(ea,{message:r("Jogging.Activating.lb"),error:e.activationError})})}function a(){if(e.currentTab.id==="cartesian")return s.jsxs(s.Fragment,{children:[s.jsx(Y1,{store:e}),t]});if(e.currentTab.id==="joint")return s.jsxs(s.Fragment,{children:[s.jsx(Q1,{store:e}),t]})}return s.jsxs(E.Stack,{flexGrow:1,height:"100%",children:[s.jsx(E.Tabs,{value:e.tabIndex,onChange:e.onTabChange,children:e.tabs.map(o=>s.jsx(E.Tab,{label:o.label,id:`jogging-tab-${o.id}`,"aria-controls":`jogging-tab-${o.id}`},o.id))}),s.jsxs(E.Stack,{flexGrow:1,position:"relative",children:[n(),a()]})]})});function J_(){const e=window.location.href;return e.substring(0,e.indexOf("/",e.indexOf("//")+2))}function V_({baseUrl:e=J_(),...t}){return s.jsxs(E.Dialog,{"aria-labelledby":"no-motion-group-modal-title",open:!0,fullWidth:!0,sx:{"& .MuiModal-backdrop":{backdropFilter:"blur(10px)"},"& .MuiDialog-paper":{"::before":{content:'""',height:"8px",width:"100%",background:"linear-gradient(90deg, #FF0E65 0%, #47D3FF 100%)"},background:"#101629"}},children:[s.jsx(E.DialogTitle,{id:"no-motion-group-modal-title",children:"No motion group found"}),s.jsxs(E.DialogContent,{sx:{marginTop:"3rem",marginBottom:"1.5rem",textAlign:"center"},children:[s.jsx(E.Typography,{color:"#fff",children:"Found no devices to connect to."}),s.jsx(E.Typography,{color:"#fff",children:"Please ensure a motion group has been created."})]}),s.jsx(E.DialogActions,{children:s.jsxs(E.Stack,{width:"100%",maxWidth:"300px",margin:"auto",marginBottom:"2rem",children:[s.jsx(E.Button,{href:`${e}/settings`,variant:"contained",sx:{borderRadius:"8px",width:"100%"},children:"Go to settings app"}),s.jsx(E.Button,{href:`${e}`,variant:"text",sx:{marginTop:"1rem",color:"#fff",textDecoration:"underline",fontSize:"0.75rem"},children:"Back to Homescreen"})]})})]})}const G_=Array(6).fill(2*Math.PI),ft={white:"#FFFFFF",midnightblue:"#001337",lightbuttonblue:"#47D3FF",midnightgray:"#DDE0E4",midnightgray500:"#828B9B",skyblue500:"#06B8F1",skyblue600:"#0094CE",darkishblue:"#262F42",darkestblue:"#101629",grayishblue:"#505968",darkgrayishblue:"#363c4b",scaryred:"#FF0E65",tealGreen:"#1AC0B2",magenta:"#EA3785"},z_={mode:"dark",colors:{primary:ft.skyblue500,textDefault:ft.white,textSubtle:ft.midnightgray,background:{default:ft.darkishblue,panel:ft.darkestblue}}},W_={mode:"light",colors:{primary:ft.skyblue500,textDefault:ft.darkishblue,textSubtle:ft.midnightgray,background:{default:ft.skyblue500,panel:ft.white}}};function K_(e){var a,o,i,l;let t=!0;((a=e.palette)==null?void 0:a.mode)==="light"?t=!1:((o=e.palette)==null?void 0:o.mode)!=="dark"&&(t=!(typeof window<"u"&&((l=(i=window.matchMedia)==null?void 0:i.call(window,"(prefers-color-scheme: light)"))==null?void 0:l.matches)));const r=t?z_:W_,n=lo({palette:{mode:r.mode,primary:{main:r.colors.primary},background:{default:r.colors.background.default,paper:r.colors.background.panel}},typography:{allVariants:{color:r.colors.textDefault}},components:{MuiSelect:{styleOverrides:{root:{backgroundColor:t?"#505968":void 0,borderRadius:"10px",color:"currentColor","& > div":{padding:"4px 16px"},"& fieldset":{border:t?"none":void 0}}}},MuiChip:{styleOverrides:{root:{backgroundColor:t?"#505968":void 0,borderRadius:"10px",color:"currentColor"}}},MuiToggleButtonGroup:{styleOverrides:{root:{"& > button":{borderRadius:"8px",textTransform:"none",paddingTop:"4px",paddingBottom:"4px",width:"100%",borderWidth:0,backgroundColor:t?"#3d4455":void 0,color:t?"rgba(255, 255, 255, 0.8)":void 0,"&.Mui-selected":t?{color:"white",backgroundColor:"#505968"}:void 0}}}},MuiTabs:{styleOverrides:{root:{backgroundColor:t?"#101629":void 0,minHeight:"42px"}}},MuiTab:{styleOverrides:{root:{minHeight:"42px",textTransform:"none","&.Mui-selected":t?{color:"white",backgroundColor:"#404554"}:void 0}}}},nova:r});return e?lo(n,e):n}exports.JoggingCartesianAxisControl=uo;exports.JoggingJointRotationControl=Hl;exports.JoggingPanel=B_;exports.LoadingCover=ea;exports.LoadingErrorMessage=rl;exports.NoMotionGroupModal=V_;exports.PresetEnvironment=lm;exports.Robot=im;exports.SafetyZonesRenderer=dm;exports.SupportedRobot=sl;exports.VelocitySlider=Zl;exports.WandelscriptEditor=$d;exports.createNovaMuiTheme=K_;exports.defaultAxisConfig=G_;exports.defaultGetModel=xo;exports.useAnimationFrame=wr;exports.useAutorun=ol;exports.useMounted=ta;exports.useReaction=So;
80
+ } });`:Kr(12,g?` (${g})`:"",JSON.stringify(y.main)));return zs(y,"light",j,r),zs(y,"dark",C,r),y.contrastText||(y.contrastText=h(y.main)),y},v={dark:Fa,light:Gs};return process.env.NODE_ENV!=="production"&&(v[t]||console.error(`MUI: The palette mode \`${t}\` is not supported.`)),et(A({common:A({},Xr),mode:t,primary:m({color:s,name:"primary"}),secondary:m({color:i,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:m({color:l,name:"error"}),warning:m({color:d,name:"warning"}),info:m({color:u,name:"info"}),success:m({color:c,name:"success"}),grey:P0,contrastThreshold:n,getContrastText:h,augmentColor:m,tonalOffset:r},v[t]),a)}const N0=["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"];function F0(e){return Math.round(e*1e5)/1e5}const Ws={textTransform:"uppercase"},Ks='"Roboto", "Helvetica", "Arial", sans-serif';function D0(e,t){const n=typeof t=="function"?t(e):t,{fontFamily:r=Ks,fontSize:a=14,fontWeightLight:s=300,fontWeightRegular:i=400,fontWeightMedium:l=500,fontWeightBold:u=700,htmlFontSize:c=16,allVariants:d,pxToRem:h}=n,m=Be(n,N0);process.env.NODE_ENV!=="production"&&(typeof a!="number"&&console.error("MUI: `fontSize` is required to be a number."),typeof c!="number"&&console.error("MUI: `htmlFontSize` is required to be a number."));const v=a/14,_=h||(x=>`${x/c*v}rem`),y=(x,j,C,L,R)=>A({fontFamily:r,fontWeight:x,fontSize:_(j),lineHeight:C},r===Ks?{letterSpacing:`${F0(L/j)}em`}:{},R,d),g={h1:y(s,96,1.167,-1.5),h2:y(s,60,1.2,-.5),h3:y(i,48,1.167,0),h4:y(i,34,1.235,.25),h5:y(i,24,1.334,0),h6:y(l,20,1.6,.15),subtitle1:y(i,16,1.75,.15),subtitle2:y(l,14,1.57,.1),body1:y(i,16,1.5,.15),body2:y(i,14,1.43,.15),button:y(l,14,1.75,.4,Ws),caption:y(i,12,1.66,.4),overline:y(i,12,2.66,1,Ws),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return et(A({htmlFontSize:c,pxToRem:_,fontFamily:r,fontSize:a,fontWeightLight:s,fontWeightRegular:i,fontWeightMedium:l,fontWeightBold:u},g),m,{clone:!1})}const B0=.2,U0=.14,J0=.12;function me(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${B0})`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${U0})`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${J0})`].join(",")}const V0=["none",me(0,2,1,-1,0,1,1,0,0,1,3,0),me(0,3,1,-2,0,2,2,0,0,1,5,0),me(0,3,3,-2,0,3,4,0,0,1,8,0),me(0,2,4,-1,0,4,5,0,0,1,10,0),me(0,3,5,-1,0,5,8,0,0,1,14,0),me(0,3,5,-1,0,6,10,0,0,1,18,0),me(0,4,5,-2,0,7,10,1,0,2,16,1),me(0,5,5,-3,0,8,10,1,0,3,14,2),me(0,5,6,-3,0,9,12,1,0,3,16,2),me(0,6,6,-3,0,10,14,1,0,4,18,3),me(0,6,7,-4,0,11,15,1,0,4,20,3),me(0,7,8,-4,0,12,17,2,0,5,22,4),me(0,7,8,-4,0,13,19,2,0,5,24,4),me(0,7,9,-4,0,14,21,2,0,5,26,4),me(0,8,9,-5,0,15,22,2,0,6,28,5),me(0,8,10,-5,0,16,24,2,0,6,30,5),me(0,8,11,-5,0,17,26,2,0,6,32,5),me(0,9,11,-5,0,18,28,2,0,7,34,6),me(0,9,12,-6,0,19,29,2,0,7,36,6),me(0,10,13,-6,0,20,31,3,0,8,38,7),me(0,10,13,-6,0,21,33,3,0,8,40,7),me(0,10,14,-6,0,22,35,3,0,8,42,7),me(0,11,14,-7,0,23,36,3,0,9,44,8),me(0,11,15,-7,0,24,38,3,0,9,46,8)],G0=["duration","easing","delay"],z0={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)"},W0={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function Hs(e){return`${Math.round(e)}ms`}function K0(e){if(!e)return 0;const t=e/36;return Math.round((4+15*t**.25+t/5)*10)}function H0(e){const t=A({},z0,e.easing),n=A({},W0,e.duration);return A({getAutoHeightDuration:K0,create:(a=["all"],s={})=>{const{duration:i=n.standard,easing:l=t.easeInOut,delay:u=0}=s,c=Be(s,G0);if(process.env.NODE_ENV!=="production"){const d=m=>typeof m=="string",h=m=>!isNaN(parseFloat(m));!d(a)&&!Array.isArray(a)&&console.error('MUI: Argument "props" must be a string or Array.'),!h(i)&&!d(i)&&console.error(`MUI: Argument "duration" must be a number or a string but found ${i}.`),d(l)||console.error('MUI: Argument "easing" must be a string.'),!h(u)&&!d(u)&&console.error('MUI: Argument "delay" must be a number or a string.'),typeof s!="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(`
81
+ `)),Object.keys(c).length!==0&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(c).join(",")}].`)}return(Array.isArray(a)?a:[a]).map(d=>`${d} ${typeof i=="string"?i:Hs(i)} ${l} ${typeof u=="string"?u:Hs(u)}`).join(",")}},e,{easing:t,duration:n})}const q0={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500},X0=["breakpoints","mixins","spacing","palette","transitions","typography","shape"];function uo(e={},...t){const{mixins:n={},palette:r={},transitions:a={},typography:s={}}=e,i=Be(e,X0);if(e.vars)throw new Error(process.env.NODE_ENV!=="production"?"MUI: `vars` is a private field used for CSS variables support.\nPlease use another name.":Kr(18));const l=$0(r),u=sn(e);let c=et(u,{mixins:p0(u.breakpoints,n),palette:l,shadows:V0.slice(),typography:D0(l,s),transitions:H0(a),zIndex:A({},q0)});if(c=et(c,i),c=t.reduce((d,h)=>et(d,h),c),process.env.NODE_ENV!=="production"){const d=["active","checked","completed","disabled","error","expanded","focused","focusVisible","required","selected"],h=(m,v)=>{let _;for(_ in m){const y=m[_];if(d.indexOf(_)!==-1&&Object.keys(y).length>0){if(process.env.NODE_ENV!=="production"){const g=ln("",_);console.error([`MUI: The \`${v}\` component increases the CSS specificity of the \`${_}\` internal state.`,"You can not override it like this: ",JSON.stringify(m,null,2),"",`Instead, you need to use the '&.${g}' syntax:`,JSON.stringify({root:{[`&.${g}`]:y}},null,2),"","https://mui.com/r/state-classes-guide"].join(`
82
+ `))}m[_]={}}}};Object.keys(c.components).forEach(m=>{const v=c.components[m].styleOverrides;v&&m.indexOf("Mui")===0&&h(v,m)})}return c.unstable_sxConfig=A({},an,i==null?void 0:i.unstable_sxConfig),c.unstable_sx=function(h){return on({sx:h,theme:this})},c}const Y0=uo(),Z0="$$material";function $o(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const Q0=e=>$o(e)&&e!=="classes",Ct=e0({themeId:Z0,defaultTheme:Y0,rootShouldForwardProp:Q0});process.env.NODE_ENV!=="production"&&(f.node,f.object.isRequired);function No(e){return Nf(e)}const _r=zf({createStyledComponent:Ct("div",{name:"MuiStack",slot:"Root",overridesResolver:(e,t)=>t.root}),useThemeProps:e=>No({props:e,name:"MuiStack"})});process.env.NODE_ENV!=="production"&&(_r.propTypes={children:f.node,component:f.elementType,direction:f.oneOfType([f.oneOf(["column-reverse","column","row-reverse","row"]),f.arrayOf(f.oneOf(["column-reverse","column","row-reverse","row"])),f.object]),divider:f.node,spacing:f.oneOfType([f.arrayOf(f.oneOfType([f.number,f.string])),f.number,f.object,f.string]),sx:f.oneOfType([f.arrayOf(f.oneOfType([f.func,f.object,f.bool])),f.func,f.object]),useFlexGap:f.bool});const co=Qr(Fe.observer(({color:e,label:t,getDisplayedValue:n,startJogging:r,stopJogging:a,disabled:s,...i})=>{xr(()=>{const d=n(),h=l.current;h&&(h.textContent=d)});const l=Z.useRef(null);e=e||"#F14D42";function u(d){d.button===0&&r("-")}function c(d){d.button===0&&r("+")}return o.jsxs(_r,{height:"72px",direction:"row",...i,children:[o.jsx(E.Button,{onPointerDown:u,onPointerUp:a,onPointerOut:a,disabled:s,sx:{width:"105px",backgroundColor:e,color:"white",alignContent:"center",fontSize:"37px",borderRadius:"16px 0px 0px 16px",":hover":{color:"white",backgroundColor:e}},children:"-"}),o.jsxs(_r,{spacing:"6px",sx:{width:"184px",backgroundColor:e,alignItems:"center",justifyContent:"center",opacity:"0.9"},children:[o.jsx(_r,{height:"22px",direction:"row",alignItems:"center",justifyItems:"center",spacing:1,sx:{userSelect:"none",color:"white"},children:t}),o.jsx(E.Typography,{height:"22px",sx:{fontSize:"15px",color:"white"},ref:l,children:n()})]}),o.jsx(E.Button,{onPointerDown:c,onPointerUp:a,onPointerOut:a,disabled:s,sx:{width:"105px",backgroundColor:e,color:"white",alignContent:"center",fontSize:"37px",borderRadius:"0px 16px 16px 0px",":hover":{color:"white",backgroundColor:e}},children:"+"})]})}));var Fo={},Da={};function ep(e){return ln("MuiSvgIcon",e)}Jl("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const tp=["children","className","color","component","fontSize","htmlColor","inheritViewBox","titleAccess","viewBox"],rp=e=>{const{color:t,fontSize:n,classes:r}=e,a={root:["root",t!=="inherit"&&`color${Ae(t)}`,`fontSize${Ae(n)}`]};return Io(a,ep,r)},np=Ct("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.color!=="inherit"&&t[`color${Ae(n.color)}`],t[`fontSize${Ae(n.fontSize)}`]]}})(({theme:e,ownerState:t})=>{var n,r,a,s,i,l,u,c,d,h,m,v,_;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",fill:t.hasSvgAsChild?void 0:"currentColor",flexShrink:0,transition:(n=e.transitions)==null||(r=n.create)==null?void 0:r.call(n,"fill",{duration:(a=e.transitions)==null||(a=a.duration)==null?void 0:a.shorter}),fontSize:{inherit:"inherit",small:((s=e.typography)==null||(i=s.pxToRem)==null?void 0:i.call(s,20))||"1.25rem",medium:((l=e.typography)==null||(u=l.pxToRem)==null?void 0:u.call(l,24))||"1.5rem",large:((c=e.typography)==null||(d=c.pxToRem)==null?void 0:d.call(c,35))||"2.1875rem"}[t.fontSize],color:(h=(m=(e.vars||e).palette)==null||(m=m[t.color])==null?void 0:m.main)!=null?h:{action:(v=(e.vars||e).palette)==null||(v=v.action)==null?void 0:v.active,disabled:(_=(e.vars||e).palette)==null||(_=_.action)==null?void 0:_.disabled,inherit:void 0}[t.color]}}),Gn=N.forwardRef(function(t,n){const r=No({props:t,name:"MuiSvgIcon"}),{children:a,className:s,color:i="inherit",component:l="svg",fontSize:u="medium",htmlColor:c,inheritViewBox:d=!1,titleAccess:h,viewBox:m="0 0 24 24"}=r,v=Be(r,tp),_=N.isValidElement(a)&&a.type==="svg",y=A({},r,{color:i,component:l,fontSize:u,instanceFontSize:t.fontSize,inheritViewBox:d,viewBox:m,hasSvgAsChild:_}),g={};d||(g.viewBox=m);const x=rp(y);return o.jsxs(np,A({as:l,className:gt(x.root,s),focusable:"false",color:c,"aria-hidden":h?void 0:!0,role:h?"img":void 0,ref:n},g,v,_&&a.props,{ownerState:y,children:[_?a.props.children:a,h?o.jsx("title",{children:h}):null]}))});process.env.NODE_ENV!=="production"&&(Gn.propTypes={children:f.node,classes:f.object,className:f.string,color:f.oneOfType([f.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),f.string]),component:f.elementType,fontSize:f.oneOfType([f.oneOf(["inherit","large","medium","small"]),f.string]),htmlColor:f.string,inheritViewBox:f.bool,shapeRendering:f.string,sx:f.oneOfType([f.arrayOf(f.oneOfType([f.func,f.object,f.bool])),f.func,f.object]),titleAccess:f.string,viewBox:f.string});Gn.muiName="SvgIcon";function ap(e,t){function n(r,a){return o.jsx(Gn,A({"data-testid":`${t}Icon`,ref:a},r,{children:e}))}return process.env.NODE_ENV!=="production"&&(n.displayName=`${t}Icon`),n.muiName=Gn.muiName,N.memo(N.forwardRef(n))}const op={configure:e=>{process.env.NODE_ENV!=="production"&&console.warn(["MUI: `ClassNameGenerator` import from `@mui/material/utils` is outdated and might cause unexpected issues.","","You should use `import { unstable_ClassNameGenerator } from '@mui/material/className'` instead","","The detail of the issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401","","The updated documentation: https://mui.com/guides/classname-generator/"].join(`
83
+ `)),Bl.configure(e)}},sp=Object.freeze(Object.defineProperty({__proto__:null,capitalize:Ae,createChainedFunction:mf,createSvgIcon:ap,debounce:hf,deprecatedPropType:ff,isMuiElement:pf,ownerDocument:yr,ownerWindow:gf,requirePropFactory:yf,setRef:Wl,unstable_ClassNameGenerator:op,unstable_useEnhancedEffect:Oo,unstable_useId:vf,unsupportedProp:bf,useControlled:Kl,useEventCallback:Tn,useForkRef:Jn,useIsFocusVisible:Hl},Symbol.toStringTag,{value:"Module"})),ip=Rt(sp);var qs;function nu(){return qs||(qs=1,function(e){"use client";Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t.createSvgIcon}});var t=ip}(Da)),Da}var lp=ha;Object.defineProperty(Fo,"__esModule",{value:!0});var au=Fo.default=void 0,up=lp(nu()),cp=o;au=Fo.default=(0,up.default)((0,cp.jsx)("path",{d:"M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"}),"ChevronLeft");var Do={},dp=ha;Object.defineProperty(Do,"__esModule",{value:!0});var ou=Do.default=void 0,mp=dp(nu()),hp=o;ou=Do.default=(0,mp.default)((0,hp.jsx)("path",{d:"M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"}),"ChevronRight");function qt(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var su=typeof global=="object"&&global&&global.Object===Object&&global,fp=typeof self=="object"&&self&&self.Object===Object&&self,_t=su||fp||Function("return this")(),Ba=function(){return _t.Date.now()},pp=/\s/;function gp(e){for(var t=e.length;t--&&pp.test(e.charAt(t)););return t}var yp=/^\s+/;function _p(e){return e&&e.slice(0,gp(e)+1).replace(yp,"")}var Nt=_t.Symbol,iu=Object.prototype,vp=iu.hasOwnProperty,bp=iu.toString,Br=Nt?Nt.toStringTag:void 0;function Sp(e){var t=vp.call(e,Br),n=e[Br];try{e[Br]=void 0;var r=!0}catch{}var a=bp.call(e);return r&&(t?e[Br]=n:delete e[Br]),a}var xp=Object.prototype,wp=xp.toString;function jp(e){return wp.call(e)}var Rp="[object Null]",Cp="[object Undefined]",Xs=Nt?Nt.toStringTag:void 0;function Zt(e){return e==null?e===void 0?Cp:Rp:Xs&&Xs in Object(e)?Sp(e):jp(e)}function Xt(e){return e!=null&&typeof e=="object"}var Ap="[object Symbol]";function fa(e){return typeof e=="symbol"||Xt(e)&&Zt(e)==Ap}var Ys=NaN,Pp=/^[-+]0x[0-9a-f]+$/i,Tp=/^0b[01]+$/i,Op=/^0o[0-7]+$/i,Mp=parseInt;function Zs(e){if(typeof e=="number")return e;if(fa(e))return Ys;if(qt(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=qt(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=_p(e);var n=Tp.test(e);return n||Op.test(e)?Mp(e.slice(2),n?2:8):Pp.test(e)?Ys:+e}var Ip="Expected a function",Ep=Math.max,kp=Math.min;function Lp(e,t,n){var r,a,s,i,l,u,c=0,d=!1,h=!1,m=!0;if(typeof e!="function")throw new TypeError(Ip);t=Zs(t)||0,qt(n)&&(d=!!n.leading,h="maxWait"in n,s=h?Ep(Zs(n.maxWait)||0,t):s,m="trailing"in n?!!n.trailing:m);function v(P){var T=r,z=a;return r=a=void 0,c=P,i=e.apply(z,T),i}function _(P){return c=P,l=setTimeout(x,t),d?v(P):i}function y(P){var T=P-u,z=P-c,le=t-T;return h?kp(le,s-z):le}function g(P){var T=P-u,z=P-c;return u===void 0||T>=t||T<0||h&&z>=s}function x(){var P=Ba();if(g(P))return j(P);l=setTimeout(x,y(P))}function j(P){return l=void 0,m&&r?v(P):(r=a=void 0,i)}function C(){l!==void 0&&clearTimeout(l),c=0,r=u=a=l=void 0}function L(){return l===void 0?i:j(Ba())}function R(){var P=Ba(),T=g(P);if(r=arguments,a=this,u=P,T){if(l===void 0)return _(u);if(h)return clearTimeout(l),l=setTimeout(x,t),v(u)}return l===void 0&&(l=setTimeout(x,t)),i}return R.cancel=C,R.flush=L,R}var $p="Expected a function";function Np(e,t,n){var r=!0,a=!0;if(typeof e!="function")throw new TypeError($p);return qt(n)&&(r="leading"in n?!!n.leading:r,a="trailing"in n?!!n.trailing:a),Lp(e,t,{leading:r,maxWait:t,trailing:a})}const lu=Qr(Fe.observer(({startJogging:e,stopJogging:t,lowerLimitDegs:n,upperLimitDegs:r,getValueDegs:a,disabled:s,...i})=>{const{t:l}=Ft.useTranslation(),[u,c]=Z.useState(),d=Fe.useLocalObservable(()=>({activeJoggingDir:null,startJogging(x){this.activeJoggingDir=x,e(x)},stopJogging(){this.activeJoggingDir=null,t()}})),h=Np(()=>{c(a())},50);xr(h);function m(x){x.button===0&&d.startJogging("-")}function v(x){x.button===0&&d.startJogging("+")}function _(x){d.stopJogging()}function y(x){x.target===x.currentTarget&&d.stopJogging()}function g(x,j=1){if(x===void 0||isNaN(x))return"";const C=l("General.degree.variable",{amount:x.toFixed(j)});return x>0&&j===0?`+${C}`:C}return o.jsxs(_r,{height:"64px",width:"100%",maxWidth:"300px",direction:"row",...i,sx:{"& .MuiIconButton-root":{width:"52px",color:"white",alignContent:"center",backgroundColor:"#38445A","&:disabled":{opacity:.5,backgroundColor:"#38445A"},"& svg":{width:"42px",height:"42px"}}},children:[o.jsx(E.IconButton,{onPointerDown:m,onPointerUp:_,onPointerOut:y,disabled:s,sx:{borderRadius:"16px 0px 0px 16px",backgroundColor:d.activeJoggingDir==="-"?"#495975":void 0},children:o.jsx(au,{})}),o.jsxs(_r,{flexGrow:1,alignItems:"center",justifyContent:"center",sx:{borderStyle:"solid",borderLeftWidth:0,borderRightWidth:0,borderTopWidth:"4px",borderBottomWidth:"4px",backgroundColor:"#38445A",borderColor:"#38445A",paddingLeft:"20px",paddingRight:"20px",zIndex:1},children:[o.jsx(E.Typography,{sx:{fontSize:"15px",position:"relative",top:"5px",color:"white"},children:g(u)}),o.jsx(E.Slider,{disabled:!0,"aria-label":"Joint position",min:n,max:r,value:u||0,track:!1,sx:{"& .MuiSlider-mark":{display:"none"},"& .MuiSlider-thumb":{width:"5px",height:"10px",borderRadius:"2px"},"& .MuiSlider-markLabel":{top:"20px",fontSize:"12px",color:"white"},"& .MuiSlider-rail":{backgroundColor:"#1F283A",opacity:1}},marks:n!==void 0&&r!==void 0&&[{value:n,label:g(n,0)},{value:r,label:g(r,0)}]})]}),o.jsx(E.IconButton,{onPointerDown:v,onPointerUp:_,onPointerOut:y,disabled:s,sx:{borderRadius:"0px 16px 16px 0px",backgroundColor:d.activeJoggingDir==="+"?"#495975 !important":"#38445A"},children:o.jsx(ou,{})})]})})),Qs=e=>o.jsx(E.Stack,{position:"absolute",left:0,top:0,width:"100%",height:"100%",alignItems:"center",justifyContent:"center",sx:{backgroundColor:"rgba(0, 0, 0, 0.5)",backdropFilter:"blur(10px)",zIndex:100},...e}),Fp=({title:e,titleId:t,...n},r)=>N.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:19,height:10,fill:"none",ref:r,"aria-labelledby":t,...n},e?N.createElement("title",{id:t},e):null,N.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"})),Dp=Z.forwardRef(Fp),Bp=({title:e,titleId:t,...n},r)=>N.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:19,height:10,fill:"none",ref:r,"aria-labelledby":t,...n},e?N.createElement("title",{id:t},e):null,N.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"})),Up=Z.forwardRef(Bp),Jp=({title:e,titleId:t,...n},r)=>N.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:10,height:19,fill:"none",ref:r,"aria-labelledby":t,...n},e?N.createElement("title",{id:t},e):null,N.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"})),Vp=Z.forwardRef(Jp),Gp=({title:e,titleId:t,...n},r)=>N.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:25,height:24,fill:"none",ref:r,"aria-labelledby":t,...n},e?N.createElement("title",{id:t},e):null,N.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeWidth:1.5,d:"M18.5 12a6 6 0 1 0-6 6"}),N.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m16.5 11 2 2.5 2-2.5"})),zp=Z.forwardRef(Gp),uu=Z.forwardRef(({label:e,value:t},n)=>o.jsxs(o.Fragment,{children:[e&&o.jsx(E.InputLabel,{children:e}),o.jsx(E.Chip,{ref:n,sx:{fontSize:"14px",opacity:.8,marginTop:"4px !important"},value:t})]})),Wp=Fe.observer(({store:e})=>{const t=Z.useRef(null);function n(){const r=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose;return r?$t.poseToWandelscriptString(r):""}return xr(()=>{t.current&&(t.current.textContent=n())}),o.jsx(E.Stack,{alignItems:"left",spacing:2,sx:{padding:"8px 16px",paddingTop:"16px","& label":{opacity:.7,fontSize:"12px",marginBottom:"4px"}},children:o.jsx(uu,{label:"Pose",value:n(),ref:t})})});function Kp(){this.__data__=[],this.size=0}function cu(e,t){return e===t||e!==e&&t!==t}function pa(e,t){for(var n=e.length;n--;)if(cu(e[n][0],t))return n;return-1}var Hp=Array.prototype,qp=Hp.splice;function Xp(e){var t=this.__data__,n=pa(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():qp.call(t,n,1),--this.size,!0}function Yp(e){var t=this.__data__,n=pa(t,e);return n<0?void 0:t[n][1]}function Zp(e){return pa(this.__data__,e)>-1}function Qp(e,t){var n=this.__data__,r=pa(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}function At(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}At.prototype.clear=Kp;At.prototype.delete=Xp;At.prototype.get=Yp;At.prototype.has=Zp;At.prototype.set=Qp;function eg(){this.__data__=new At,this.size=0}function tg(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function rg(e){return this.__data__.get(e)}function ng(e){return this.__data__.has(e)}var ag="[object AsyncFunction]",og="[object Function]",sg="[object GeneratorFunction]",ig="[object Proxy]";function du(e){if(!qt(e))return!1;var t=Zt(e);return t==og||t==sg||t==ag||t==ig}var Ua=_t["__core-js_shared__"],ei=function(){var e=/[^.]+$/.exec(Ua&&Ua.keys&&Ua.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function lg(e){return!!ei&&ei in e}var ug=Function.prototype,cg=ug.toString;function Qt(e){if(e!=null){try{return cg.call(e)}catch{}try{return e+""}catch{}}return""}var dg=/[\\^$.*+?()[\]{}|]/g,mg=/^\[object .+?Constructor\]$/,hg=Function.prototype,fg=Object.prototype,pg=hg.toString,gg=fg.hasOwnProperty,yg=RegExp("^"+pg.call(gg).replace(dg,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function _g(e){if(!qt(e)||lg(e))return!1;var t=du(e)?yg:mg;return t.test(Qt(e))}function vg(e,t){return e==null?void 0:e[t]}function er(e,t){var n=vg(e,t);return _g(n)?n:void 0}var Yr=er(_t,"Map"),Zr=er(Object,"create");function bg(){this.__data__=Zr?Zr(null):{},this.size=0}function Sg(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var xg="__lodash_hash_undefined__",wg=Object.prototype,jg=wg.hasOwnProperty;function Rg(e){var t=this.__data__;if(Zr){var n=t[e];return n===xg?void 0:n}return jg.call(t,e)?t[e]:void 0}var Cg=Object.prototype,Ag=Cg.hasOwnProperty;function Pg(e){var t=this.__data__;return Zr?t[e]!==void 0:Ag.call(t,e)}var Tg="__lodash_hash_undefined__";function Og(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Zr&&t===void 0?Tg:t,this}function Yt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Yt.prototype.clear=bg;Yt.prototype.delete=Sg;Yt.prototype.get=Rg;Yt.prototype.has=Pg;Yt.prototype.set=Og;function Mg(){this.size=0,this.__data__={hash:new Yt,map:new(Yr||At),string:new Yt}}function Ig(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function ga(e,t){var n=e.__data__;return Ig(t)?n[typeof t=="string"?"string":"hash"]:n.map}function Eg(e){var t=ga(this,e).delete(e);return this.size-=t?1:0,t}function kg(e){return ga(this,e).get(e)}function Lg(e){return ga(this,e).has(e)}function $g(e,t){var n=ga(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}function Pt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Pt.prototype.clear=Mg;Pt.prototype.delete=Eg;Pt.prototype.get=kg;Pt.prototype.has=Lg;Pt.prototype.set=$g;var Ng=200;function Fg(e,t){var n=this.__data__;if(n instanceof At){var r=n.__data__;if(!Yr||r.length<Ng-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Pt(r)}return n.set(e,t),this.size=n.size,this}function jt(e){var t=this.__data__=new At(e);this.size=t.size}jt.prototype.clear=eg;jt.prototype.delete=tg;jt.prototype.get=rg;jt.prototype.has=ng;jt.prototype.set=Fg;var Dg="__lodash_hash_undefined__";function Bg(e){return this.__data__.set(e,Dg),this}function Ug(e){return this.__data__.has(e)}function zn(e){var t=-1,n=e==null?0:e.length;for(this.__data__=new Pt;++t<n;)this.add(e[t])}zn.prototype.add=zn.prototype.push=Bg;zn.prototype.has=Ug;function Jg(e,t){for(var n=-1,r=e==null?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}function Vg(e,t){return e.has(t)}var Gg=1,zg=2;function mu(e,t,n,r,a,s){var i=n&Gg,l=e.length,u=t.length;if(l!=u&&!(i&&u>l))return!1;var c=s.get(e),d=s.get(t);if(c&&d)return c==t&&d==e;var h=-1,m=!0,v=n&zg?new zn:void 0;for(s.set(e,t),s.set(t,e);++h<l;){var _=e[h],y=t[h];if(r)var g=i?r(y,_,h,t,e,s):r(_,y,h,e,t,s);if(g!==void 0){if(g)continue;m=!1;break}if(v){if(!Jg(t,function(x,j){if(!Vg(v,j)&&(_===x||a(_,x,n,r,s)))return v.push(j)})){m=!1;break}}else if(!(_===y||a(_,y,n,r,s))){m=!1;break}}return s.delete(e),s.delete(t),m}var ti=_t.Uint8Array;function Wg(e){var t=-1,n=Array(e.size);return e.forEach(function(r,a){n[++t]=[a,r]}),n}function Kg(e){var t=-1,n=Array(e.size);return e.forEach(function(r){n[++t]=r}),n}var Hg=1,qg=2,Xg="[object Boolean]",Yg="[object Date]",Zg="[object Error]",Qg="[object Map]",ey="[object Number]",ty="[object RegExp]",ry="[object Set]",ny="[object String]",ay="[object Symbol]",oy="[object ArrayBuffer]",sy="[object DataView]",ri=Nt?Nt.prototype:void 0,Ja=ri?ri.valueOf:void 0;function iy(e,t,n,r,a,s,i){switch(n){case sy:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case oy:return!(e.byteLength!=t.byteLength||!s(new ti(e),new ti(t)));case Xg:case Yg:case ey:return cu(+e,+t);case Zg:return e.name==t.name&&e.message==t.message;case ty:case ny:return e==t+"";case Qg:var l=Wg;case ry:var u=r&Hg;if(l||(l=Kg),e.size!=t.size&&!u)return!1;var c=i.get(e);if(c)return c==t;r|=qg,i.set(e,t);var d=mu(l(e),l(t),r,a,s,i);return i.delete(e),d;case ay:if(Ja)return Ja.call(e)==Ja.call(t)}return!1}function ly(e,t){for(var n=-1,r=t.length,a=e.length;++n<r;)e[a+n]=t[n];return e}var yt=Array.isArray;function uy(e,t,n){var r=t(e);return yt(e)?r:ly(r,n(e))}function cy(e,t){for(var n=-1,r=e==null?0:e.length,a=0,s=[];++n<r;){var i=e[n];t(i,n,e)&&(s[a++]=i)}return s}function dy(){return[]}var my=Object.prototype,hy=my.propertyIsEnumerable,ni=Object.getOwnPropertySymbols,fy=ni?function(e){return e==null?[]:(e=Object(e),cy(ni(e),function(t){return hy.call(e,t)}))}:dy;function py(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}var gy="[object Arguments]";function ai(e){return Xt(e)&&Zt(e)==gy}var hu=Object.prototype,yy=hu.hasOwnProperty,_y=hu.propertyIsEnumerable,fu=ai(function(){return arguments}())?ai:function(e){return Xt(e)&&yy.call(e,"callee")&&!_y.call(e,"callee")};function vy(){return!1}var pu=typeof exports=="object"&&exports&&!exports.nodeType&&exports,oi=pu&&typeof module=="object"&&module&&!module.nodeType&&module,by=oi&&oi.exports===pu,si=by?_t.Buffer:void 0,Sy=si?si.isBuffer:void 0,mo=Sy||vy,xy=9007199254740991,wy=/^(?:0|[1-9]\d*)$/;function gu(e,t){var n=typeof e;return t=t??xy,!!t&&(n=="number"||n!="symbol"&&wy.test(e))&&e>-1&&e%1==0&&e<t}var jy=9007199254740991;function Bo(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=jy}var Ry="[object Arguments]",Cy="[object Array]",Ay="[object Boolean]",Py="[object Date]",Ty="[object Error]",Oy="[object Function]",My="[object Map]",Iy="[object Number]",Ey="[object Object]",ky="[object RegExp]",Ly="[object Set]",$y="[object String]",Ny="[object WeakMap]",Fy="[object ArrayBuffer]",Dy="[object DataView]",By="[object Float32Array]",Uy="[object Float64Array]",Jy="[object Int8Array]",Vy="[object Int16Array]",Gy="[object Int32Array]",zy="[object Uint8Array]",Wy="[object Uint8ClampedArray]",Ky="[object Uint16Array]",Hy="[object Uint32Array]",de={};de[By]=de[Uy]=de[Jy]=de[Vy]=de[Gy]=de[zy]=de[Wy]=de[Ky]=de[Hy]=!0;de[Ry]=de[Cy]=de[Fy]=de[Ay]=de[Dy]=de[Py]=de[Ty]=de[Oy]=de[My]=de[Iy]=de[Ey]=de[ky]=de[Ly]=de[$y]=de[Ny]=!1;function qy(e){return Xt(e)&&Bo(e.length)&&!!de[Zt(e)]}function Xy(e){return function(t){return e(t)}}var yu=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Gr=yu&&typeof module=="object"&&module&&!module.nodeType&&module,Yy=Gr&&Gr.exports===yu,Va=Yy&&su.process,ii=function(){try{var e=Gr&&Gr.require&&Gr.require("util").types;return e||Va&&Va.binding&&Va.binding("util")}catch{}}(),li=ii&&ii.isTypedArray,_u=li?Xy(li):qy,Zy=Object.prototype,Qy=Zy.hasOwnProperty;function e1(e,t){var n=yt(e),r=!n&&fu(e),a=!n&&!r&&mo(e),s=!n&&!r&&!a&&_u(e),i=n||r||a||s,l=i?py(e.length,String):[],u=l.length;for(var c in e)Qy.call(e,c)&&!(i&&(c=="length"||a&&(c=="offset"||c=="parent")||s&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||gu(c,u)))&&l.push(c);return l}var t1=Object.prototype;function r1(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||t1;return e===n}function n1(e,t){return function(n){return e(t(n))}}var a1=n1(Object.keys,Object),o1=Object.prototype,s1=o1.hasOwnProperty;function i1(e){if(!r1(e))return a1(e);var t=[];for(var n in Object(e))s1.call(e,n)&&n!="constructor"&&t.push(n);return t}function vu(e){return e!=null&&Bo(e.length)&&!du(e)}function Uo(e){return vu(e)?e1(e):i1(e)}function ui(e){return uy(e,Uo,fy)}var l1=1,u1=Object.prototype,c1=u1.hasOwnProperty;function d1(e,t,n,r,a,s){var i=n&l1,l=ui(e),u=l.length,c=ui(t),d=c.length;if(u!=d&&!i)return!1;for(var h=u;h--;){var m=l[h];if(!(i?m in t:c1.call(t,m)))return!1}var v=s.get(e),_=s.get(t);if(v&&_)return v==t&&_==e;var y=!0;s.set(e,t),s.set(t,e);for(var g=i;++h<u;){m=l[h];var x=e[m],j=t[m];if(r)var C=i?r(j,x,m,t,e,s):r(x,j,m,e,t,s);if(!(C===void 0?x===j||a(x,j,n,r,s):C)){y=!1;break}g||(g=m=="constructor")}if(y&&!g){var L=e.constructor,R=t.constructor;L!=R&&"constructor"in e&&"constructor"in t&&!(typeof L=="function"&&L instanceof L&&typeof R=="function"&&R instanceof R)&&(y=!1)}return s.delete(e),s.delete(t),y}var ho=er(_t,"DataView"),fo=er(_t,"Promise"),po=er(_t,"Set"),go=er(_t,"WeakMap"),ci="[object Map]",m1="[object Object]",di="[object Promise]",mi="[object Set]",hi="[object WeakMap]",fi="[object DataView]",h1=Qt(ho),f1=Qt(Yr),p1=Qt(fo),g1=Qt(po),y1=Qt(go),Lt=Zt;(ho&&Lt(new ho(new ArrayBuffer(1)))!=fi||Yr&&Lt(new Yr)!=ci||fo&&Lt(fo.resolve())!=di||po&&Lt(new po)!=mi||go&&Lt(new go)!=hi)&&(Lt=function(e){var t=Zt(e),n=t==m1?e.constructor:void 0,r=n?Qt(n):"";if(r)switch(r){case h1:return fi;case f1:return ci;case p1:return di;case g1:return mi;case y1:return hi}return t});var _1=1,pi="[object Arguments]",gi="[object Array]",yn="[object Object]",v1=Object.prototype,yi=v1.hasOwnProperty;function b1(e,t,n,r,a,s){var i=yt(e),l=yt(t),u=i?gi:Lt(e),c=l?gi:Lt(t);u=u==pi?yn:u,c=c==pi?yn:c;var d=u==yn,h=c==yn,m=u==c;if(m&&mo(e)){if(!mo(t))return!1;i=!0,d=!1}if(m&&!d)return s||(s=new jt),i||_u(e)?mu(e,t,n,r,a,s):iy(e,t,u,n,r,a,s);if(!(n&_1)){var v=d&&yi.call(e,"__wrapped__"),_=h&&yi.call(t,"__wrapped__");if(v||_){var y=v?e.value():e,g=_?t.value():t;return s||(s=new jt),a(y,g,n,r,s)}}return m?(s||(s=new jt),d1(e,t,n,r,a,s)):!1}function ya(e,t,n,r,a){return e===t?!0:e==null||t==null||!Xt(e)&&!Xt(t)?e!==e&&t!==t:b1(e,t,n,r,ya,a)}function S1(e,t){return ya(e,t)}const x1=({store:e})=>{const{t}=Ft.useTranslation(),[n,r]=Z.useState(e.jogger.motionStream.rapidlyChangingMotionState.state.joint_limit_reached.limit_reached),a=Z.useRef(n);xr(()=>{const i=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_limit_reached.limit_reached;S1(a.current,i)||(a.current=i,r(i))});const s=[];for(const[i,l]of n.entries())l&&s.push(i);return o.jsx(E.Typography,{color:"error",sx:{margin:"0.5rem 1rem",textAlign:"center",visibility:s.length?"visible":"hidden"},children:t("Jogging.JointLimitsReached.lb",{jointNumbers:s.map(i=>i+1).join(", ")})})},w1=({title:e,titleId:t,...n},r)=>N.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:21,height:21,fill:"none",viewBox:"0 0 23 22",ref:r,"aria-labelledby":t,...n},e?N.createElement("title",{id:t},e):null,N.createElement("path",{fill:"currentColor",d:"m21.71 16.262-1.09.346.66 2.071-2.923-1.461V9.857l-6.285-3.143V2.893L13.38 4.21l.812-.806-2.674-2.69-2.706 2.687.805.812L10.93 2.91v3.803L4.643 9.857v7.36l-2.914 1.458.657-2.067-1.09-.346-1.225 3.88 3.826 1.144.346-1.09-1.836-.583 2.874-1.436 6.22 3.109 6.217-3.11 2.877 1.439-1.831.581.345 1.09 3.82-1.143zM11.5 12.646l-4.94-2.47 4.94-2.47 4.94 2.47zm.572.993 5.143-2.572v6.083l-5.143 2.572zm-6.286-2.572 5.143 2.572v6.083L5.786 17.15z"})),j1=Z.forwardRef(w1),R1=({title:e,titleId:t,...n},r)=>N.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:15,height:17,fill:"none",ref:r,"aria-labelledby":t,...n},e?N.createElement("title",{id:t},e):null,N.createElement("path",{fill:"currentColor",d:"M12.9 7.667c-.133-.534-.533-1-1-1.134L10.367 6l-.4 1.267L11.5 7.8c.067 0 .133.067.133.2l1.067 4.867a.32.32 0 0 1-.133.4l-2.267 1.8c-.267.2-.333.666-.133.933s.666.333.933.133l2.267-1.8c.533-.4.733-1.133.6-1.733zM12.5 0H1.833A1.65 1.65 0 0 0 .167 1.667v1.4c0 .866.733 1.6 1.666 1.6h10.734c.866 0 1.6-.734 1.6-1.667V1.667A1.65 1.65 0 0 0 12.5 0M1.633 12.8 2.7 8c0-.067.067-.133.133-.2l1.534-.533-.4-1.2-1.534.466c-.533.2-.933.6-1 1.134L.367 12.533c-.134.667.066 1.334.6 1.734l2.266 1.8c.267.266.734.2.934-.067s.2-.733-.134-.933l-2.266-1.8c-.134-.134-.2-.267-.134-.467"})),C1=Z.forwardRef(R1),A1=Fe.observer(({store:e})=>{var r;const{t}=Ft.useTranslation();function n(a,s){(s==="coordsys"||s==="tool")&&e.setSelectedOrientation(s)}return o.jsxs(o.Fragment,{children:[o.jsxs(E.Stack,{direction:"row",alignItems:"center",spacing:2,sx:{padding:"8px 16px","& label":{opacity:.7,fontSize:"12px",marginBottom:"4px"}},children:[o.jsxs(E.Stack,{width:"50%",children:[o.jsx(E.InputLabel,{id:"jogging-coord-select",children:"Coordinate Sys."}),o.jsx(E.Select,{labelId:"jogging-coord-select",value:e.selectedCoordSystemId,displayEmpty:!0,onChange:a=>{e.setSelectedCoordSystemId(a.target.value)},disabled:e.isLocked,children:e.coordSystems.map(a=>o.jsx(E.MenuItem,{value:a.coordinate_system,children:a.name||a.coordinate_system},a.coordinate_system))})]}),o.jsxs(E.Stack,{width:"50%",children:[o.jsx(E.InputLabel,{id:"jogging-tcp-select",children:"TCP"}),o.jsx(E.Select,{labelId:"jogging-tcp-select",value:e.selectedTcpId,onChange:a=>{e.setSelectedTcpId(a.target.value)},disabled:e.isLocked,children:e.tcps.map(a=>o.jsx(E.MenuItem,{value:a.id,children:a.id},a.id))})]})]}),o.jsxs(E.Stack,{direction:"row",alignItems:"center",spacing:2,sx:{padding:"8px 16px","& label":{opacity:.7,fontSize:"12px",marginBottom:"4px"}},children:[o.jsxs(E.Stack,{width:"35%",children:[o.jsx(E.InputLabel,{id:"orientation-select",children:t("Jogging.Cartesian.Orientation.lb")}),o.jsxs(E.ToggleButtonGroup,{value:e.selectedOrientation,onChange:n,exclusive:!0,"aria-labelledby":"orientation-select",disabled:e.isLocked,children:[o.jsx(E.ToggleButton,{value:"coordsys",children:o.jsx(j1,{})}),o.jsx(E.ToggleButton,{value:"tool",children:o.jsx(C1,{})})]})]}),o.jsxs(E.Stack,{width:"65%",children:[o.jsx(E.InputLabel,{id:"jogging-increment-select",children:"Increment"}),o.jsxs(E.Select,{labelId:"jogging-increment-select",value:((r=e.activeDiscreteIncrement)==null?void 0:r.id)||"continuous",onChange:a=>{e.setSelectedIncrementId(a.target.value)},disabled:e.isLocked,children:[o.jsx(E.MenuItem,{value:"continuous",children:t("Jogging.Increment.Continuous.dd")},"continuous"),e.selectedOrientation==="tool"?null:e.discreteIncrementOptions.map(a=>o.jsx(E.MenuItem,{value:a.id,children:e.currentMotionType==="translate"?`${a.mm}mm`:`${a.degrees}°`},a.id))]})]})]})]})});function P1(e,t,n=(r,a)=>r===a){return e.length===t.length&&e.every((r,a)=>n(r,t[a]))}const T1=2;function bu(e,t){return e-t}function _i(e,t){var n;const{index:r}=(n=e.reduce((a,s,i)=>{const l=Math.abs(t-s);return a===null||l<a.distance||l===a.distance?{distance:l,index:i}:a},null))!=null?n:{};return r}function _n(e,t){if(t.current!==void 0&&e.changedTouches){const n=e;for(let r=0;r<n.changedTouches.length;r+=1){const a=n.changedTouches[r];if(a.identifier===t.current)return{x:a.clientX,y:a.clientY}}return!1}return{x:e.clientX,y:e.clientY}}function Wn(e,t,n){return(e-t)*100/(n-t)}function O1(e,t,n){return(n-t)*e+t}function M1(e){if(Math.abs(e)<1){const n=e.toExponential().split("e-"),r=n[0].split(".")[1];return(r?r.length:0)+parseInt(n[1],10)}const t=e.toString().split(".")[1];return t?t.length:0}function I1(e,t,n){const r=Math.round((e-n)/t)*t+n;return Number(r.toFixed(M1(t)))}function vi({values:e,newValue:t,index:n}){const r=e.slice();return r[n]=t,r.sort(bu)}function vn({sliderRef:e,activeIndex:t,setActive:n}){var r,a;const s=yr(e.current);if(!((r=e.current)!=null&&r.contains(s.activeElement))||Number(s==null||(a=s.activeElement)==null?void 0:a.getAttribute("data-index"))!==t){var i;(i=e.current)==null||i.querySelector(`[type="range"][data-index="${t}"]`).focus()}n&&n(t)}function bn(e,t){return typeof e=="number"&&typeof t=="number"?e===t:typeof e=="object"&&typeof t=="object"?P1(e,t):!1}const E1={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}%`})}},k1=e=>e;let Sn;function bi(){return Sn===void 0&&(typeof CSS<"u"&&typeof CSS.supports=="function"?Sn=CSS.supports("touch-action","none"):Sn=!0),Sn}function L1(e){const{"aria-labelledby":t,defaultValue:n,disabled:r=!1,disableSwap:a=!1,isRtl:s=!1,marks:i=!1,max:l=100,min:u=0,name:c,onChange:d,onChangeCommitted:h,orientation:m="horizontal",rootRef:v,scale:_=k1,step:y=1,shiftStep:g=10,tabIndex:x,value:j}=e,C=N.useRef(),[L,R]=N.useState(-1),[P,T]=N.useState(-1),[z,le]=N.useState(!1),ce=N.useRef(0),[D,q]=Kl({controlled:j,default:n??u,name:"Slider"}),G=d&&((O,k,F)=>{const W=O.nativeEvent||O,Y=new W.constructor(W.type,W);Object.defineProperty(Y,"target",{writable:!0,value:{value:k,name:c}}),d(Y,k,F)}),X=Array.isArray(D);let H=X?D.slice().sort(bu):[D];H=H.map(O=>O==null?u:hr(O,u,l));const xe=i===!0&&y!==null?[...Array(Math.floor((l-u)/y)+1)].map((O,k)=>({value:u+y*k})):i||[],ue=xe.map(O=>O.value),{isFocusVisibleRef:Q,onBlur:Re,onFocus:Ie,ref:nt}=Hl(),[vt,Ke]=N.useState(-1),we=N.useRef(),Tt=Jn(nt,we),lt=Jn(v,Tt),He=O=>k=>{var F;const W=Number(k.currentTarget.getAttribute("data-index"));Ie(k),Q.current===!0&&Ke(W),T(W),O==null||(F=O.onFocus)==null||F.call(O,k)},Ue=O=>k=>{var F;Re(k),Q.current===!1&&Ke(-1),T(-1),O==null||(F=O.onBlur)==null||F.call(O,k)},ut=(O,k)=>{const F=Number(O.currentTarget.getAttribute("data-index")),W=H[F],Y=ue.indexOf(W);let K=k;if(xe&&y==null){const Ve=ue[ue.length-1];K>Ve?K=Ve:K<ue[0]?K=ue[0]:K=K<W?ue[Y-1]:ue[Y+1]}if(K=hr(K,u,l),X){a&&(K=hr(K,H[F-1]||-1/0,H[F+1]||1/0));const Ve=K;K=vi({values:H,newValue:K,index:F});let qe=F;a||(qe=K.indexOf(Ve)),vn({sliderRef:we,activeIndex:qe})}q(K),Ke(F),G&&!bn(K,D)&&G(O,K,F),h&&h(O,K)},ct=O=>k=>{var F;if(y!==null){const W=Number(k.currentTarget.getAttribute("data-index")),Y=H[W];let K=null;(k.key==="ArrowLeft"||k.key==="ArrowDown")&&k.shiftKey||k.key==="PageDown"?K=Math.max(Y-g,u):((k.key==="ArrowRight"||k.key==="ArrowUp")&&k.shiftKey||k.key==="PageUp")&&(K=Math.min(Y+g,l)),K!==null&&(ut(k,K),k.preventDefault())}O==null||(F=O.onKeyDown)==null||F.call(O,k)};Oo(()=>{if(r&&we.current.contains(document.activeElement)){var O;(O=document.activeElement)==null||O.blur()}},[r]),r&&L!==-1&&R(-1),r&&vt!==-1&&Ke(-1);const Bt=O=>k=>{var F;(F=O.onChange)==null||F.call(O,k),ut(k,k.target.valueAsNumber)},bt=N.useRef();let Je=m;s&&m==="horizontal"&&(Je+="-reverse");const M=({finger:O,move:k=!1})=>{const{current:F}=we,{width:W,height:Y,bottom:K,left:Ve}=F.getBoundingClientRect();let qe;Je.indexOf("vertical")===0?qe=(K-O.y)/Y:qe=(O.x-Ve)/W,Je.indexOf("-reverse")!==-1&&(qe=1-qe);let te;if(te=O1(qe,u,l),y)te=I1(te,y,u);else{const It=_i(ue,te);te=ue[It]}te=hr(te,u,l);let Le=0;if(X){k?Le=bt.current:Le=_i(H,te),a&&(te=hr(te,H[Le-1]||-1/0,H[Le+1]||1/0));const It=te;te=vi({values:H,newValue:te,index:Le}),a&&k||(Le=te.indexOf(It),bt.current=Le)}return{newValue:te,activeIndex:Le}},ee=Tn(O=>{const k=_n(O,C);if(!k)return;if(ce.current+=1,O.type==="mousemove"&&O.buttons===0){he(O);return}const{newValue:F,activeIndex:W}=M({finger:k,move:!0});vn({sliderRef:we,activeIndex:W,setActive:R}),q(F),!z&&ce.current>T1&&le(!0),G&&!bn(F,D)&&G(O,F,W)}),he=Tn(O=>{const k=_n(O,C);if(le(!1),!k)return;const{newValue:F}=M({finger:k,move:!0});R(-1),O.type==="touchend"&&T(-1),h&&h(O,F),C.current=void 0,ke()}),Ee=Tn(O=>{if(r)return;bi()||O.preventDefault();const k=O.changedTouches[0];k!=null&&(C.current=k.identifier);const F=_n(O,C);if(F!==!1){const{newValue:Y,activeIndex:K}=M({finger:F});vn({sliderRef:we,activeIndex:K,setActive:R}),q(Y),G&&!bn(Y,D)&&G(O,Y,K)}ce.current=0;const W=yr(we.current);W.addEventListener("touchmove",ee,{passive:!0}),W.addEventListener("touchend",he,{passive:!0})}),ke=N.useCallback(()=>{const O=yr(we.current);O.removeEventListener("mousemove",ee),O.removeEventListener("mouseup",he),O.removeEventListener("touchmove",ee),O.removeEventListener("touchend",he)},[he,ee]);N.useEffect(()=>{const{current:O}=we;return O.addEventListener("touchstart",Ee,{passive:bi()}),()=>{O.removeEventListener("touchstart",Ee),ke()}},[ke,Ee]),N.useEffect(()=>{r&&ke()},[r,ke]);const Ot=O=>k=>{var F;if((F=O.onMouseDown)==null||F.call(O,k),r||k.defaultPrevented||k.button!==0)return;k.preventDefault();const W=_n(k,C);if(W!==!1){const{newValue:K,activeIndex:Ve}=M({finger:W});vn({sliderRef:we,activeIndex:Ve,setActive:R}),q(K),G&&!bn(K,D)&&G(k,K,Ve)}ce.current=0;const Y=yr(we.current);Y.addEventListener("mousemove",ee,{passive:!0}),Y.addEventListener("mouseup",he)},je=Wn(X?H[0]:u,u,l),Mt=Wn(H[H.length-1],u,l)-je,Ut=(O={})=>{const k=On(O),F={onMouseDown:Ot(k||{})},W=A({},k,F);return A({},O,{ref:lt},W)},Cr=O=>k=>{var F;(F=O.onMouseOver)==null||F.call(O,k);const W=Number(k.currentTarget.getAttribute("data-index"));T(W)},Ar=O=>k=>{var F;(F=O.onMouseLeave)==null||F.call(O,k),T(-1)};return{active:L,axis:Je,axisProps:E1,dragging:z,focusedThumbIndex:vt,getHiddenInputProps:(O={})=>{var k;const F=On(O),W={onChange:Bt(F||{}),onFocus:He(F||{}),onBlur:Ue(F||{}),onKeyDown:ct(F||{})},Y=A({},F,W);return A({tabIndex:x,"aria-labelledby":t,"aria-orientation":m,"aria-valuemax":_(l),"aria-valuemin":_(u),name:c,type:"range",min:e.min,max:e.max,step:e.step===null&&e.marks?"any":(k=e.step)!=null?k:void 0,disabled:r},O,Y,{style:A({},Pf,{direction:s?"rtl":"ltr",width:"100%",height:"100%"})})},getRootProps:Ut,getThumbProps:(O={})=>{const k=On(O),F={onMouseOver:Cr(k||{}),onMouseLeave:Ar(k||{})};return A({},O,k,F)},marks:xe,open:P,range:X,rootRef:lt,trackLeap:Mt,trackOffset:je,values:H,getThumbStyle:O=>({pointerEvents:L!==-1&&L!==O?"none":void 0})}}const $1=e=>!e||!Vr(e);function N1(e){return ln("MuiSlider",e)}const Qe=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"]),F1=e=>{const{open:t}=e;return{offset:gt(t&&Qe.valueLabelOpen),circle:Qe.valueLabelCircle,label:Qe.valueLabelLabel}};function Su(e){const{children:t,className:n,value:r}=e,a=F1(e);return t?N.cloneElement(t,{className:gt(t.props.className)},o.jsxs(N.Fragment,{children:[t.props.children,o.jsx("span",{className:gt(a.offset,n),"aria-hidden":!0,children:o.jsx("span",{className:a.circle,children:o.jsx("span",{className:a.label,children:r})})})]})):null}process.env.NODE_ENV!=="production"&&(Su.propTypes={children:f.element.isRequired,className:f.string,value:f.node});const D1=["aria-label","aria-valuetext","aria-labelledby","component","components","componentsProps","color","classes","className","disableSwap","disabled","getAriaLabel","getAriaValueText","marks","max","min","name","onChange","onChangeCommitted","orientation","shiftStep","size","step","scale","slotProps","slots","tabIndex","track","value","valueLabelDisplay","valueLabelFormat"];function Si(e){return e}const B1=Ct("span",{name:"MuiSlider",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[`color${Ae(n.color)}`],n.size!=="medium"&&t[`size${Ae(n.size)}`],n.marked&&t.marked,n.orientation==="vertical"&&t.vertical,n.track==="inverted"&&t.trackInverted,n.track===!1&&t.trackFalse]}})(({theme:e})=>{var t;return{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.keys(((t=e.vars)!=null?t:e).palette).filter(n=>{var r;return((r=e.vars)!=null?r:e).palette[n].main}).map(n=>({props:{color:n},style:{color:(e.vars||e).palette[n].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}}]}}),U1=Ct("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}}]}),J1=Ct("span",{name:"MuiSlider",slot:"Track",overridesResolver:(e,t)=>t.track})(({theme:e})=>{var t;return{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.keys(((t=e.vars)!=null?t:e).palette).filter(n=>{var r;return((r=e.vars)!=null?r:e).palette[n].main}).map(n=>({props:{color:n,track:"inverted"},style:A({},e.vars?{backgroundColor:e.vars.palette.Slider[`${n}Track`],borderColor:e.vars.palette.Slider[`${n}Track`]}:A({backgroundColor:lo(e.palette[n].main,.62),borderColor:lo(e.palette[n].main,.62)},e.applyStyles("dark",{backgroundColor:io(e.palette[n].main,.5)}),e.applyStyles("dark",{borderColor:io(e.palette[n].main,.5)})))}))]}}),V1=Ct("span",{name:"MuiSlider",slot:"Thumb",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.thumb,t[`thumbColor${Ae(n.color)}`],n.size!=="medium"&&t[`thumbSize${Ae(n.size)}`]]}})(({theme:e})=>{var t;return{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.keys(((t=e.vars)!=null?t:e).palette).filter(n=>{var r;return((r=e.vars)!=null?r:e).palette[n].main}).map(n=>({props:{color:n},style:{[`&:hover, &.${Qe.focusVisible}`]:A({},e.vars?{boxShadow:`0px 0px 0px 8px rgba(${e.vars.palette[n].mainChannel} / 0.16)`}:{boxShadow:`0px 0px 0px 8px ${Us(e.palette[n].main,.16)}`},{"@media (hover: none)":{boxShadow:"none"}}),[`&.${Qe.active}`]:A({},e.vars?{boxShadow:`0px 0px 0px 14px rgba(${e.vars.palette[n].mainChannel} / 0.16)`}:{boxShadow:`0px 0px 0px 14px ${Us(e.palette[n].main,.16)}`})}}))]}}),G1=Ct(Su,{name:"MuiSlider",slot:"ValueLabel",overridesResolver:(e,t)=>t.valueLabel})(({theme:e})=>A({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"}}]})),z1=Ct("span",{name:"MuiSlider",slot:"Mark",shouldForwardProp:e=>$o(e)&&e!=="markActive",overridesResolver:(e,t)=>{const{markActive:n}=e;return[t.mark,n&&t.markActive]}})(({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}}]})),W1=Ct("span",{name:"MuiSlider",slot:"MarkLabel",shouldForwardProp:e=>$o(e)&&e!=="markLabelActive",overridesResolver:(e,t)=>t.markLabel})(({theme:e})=>A({},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}}]})),K1=e=>{const{disabled:t,dragging:n,marked:r,orientation:a,track:s,classes:i,color:l,size:u}=e,c={root:["root",t&&"disabled",n&&"dragging",r&&"marked",a==="vertical"&&"vertical",s==="inverted"&&"trackInverted",s===!1&&"trackFalse",l&&`color${Ae(l)}`,u&&`size${Ae(u)}`],rail:["rail"],track:["track"],mark:["mark"],markActive:["markActive"],markLabel:["markLabel"],markLabelActive:["markLabelActive"],valueLabel:["valueLabel"],thumb:["thumb",t&&"disabled",u&&`thumbSize${Ae(u)}`,l&&`thumbColor${Ae(l)}`],active:["active"],disabled:["disabled"],focusVisible:["focusVisible"]};return Io(c,N1,i)},H1=({children:e})=>e,xu=N.forwardRef(function(t,n){var r,a,s,i,l,u,c,d,h,m,v,_,y,g,x,j,C,L,R,P,T,z,le,ce;const D=No({props:t,name:"MuiSlider"}),q=kf(),{"aria-label":G,"aria-valuetext":X,"aria-labelledby":H,component:xe="span",components:ue={},componentsProps:Q={},color:Re="primary",classes:Ie,className:nt,disableSwap:vt=!1,disabled:Ke=!1,getAriaLabel:we,getAriaValueText:Tt,marks:lt=!1,max:He=100,min:Ue=0,orientation:ut="horizontal",shiftStep:ct=10,size:Bt="medium",step:bt=1,scale:Je=Si,slotProps:M,slots:ee,track:he="normal",valueLabelDisplay:Ee="off",valueLabelFormat:ke=Si}=D,Ot=Be(D,D1),je=A({},D,{isRtl:q,max:He,min:Ue,classes:Ie,disabled:Ke,disableSwap:vt,orientation:ut,marks:lt,color:Re,size:Bt,step:bt,shiftStep:ct,scale:Je,track:he,valueLabelDisplay:Ee,valueLabelFormat:ke}),{axisProps:Mt,getRootProps:Ut,getHiddenInputProps:Cr,getThumbProps:Ar,open:Pr,active:tr,axis:at,focusedThumbIndex:O,range:k,dragging:F,marks:W,values:Y,trackOffset:K,trackLeap:Ve,getThumbStyle:qe}=L1(A({},je,{rootRef:n}));je.marked=W.length>0&&W.some($=>$.label),je.dragging=F,je.focusedThumbIndex=O;const te=K1(je),Le=(r=(a=ee==null?void 0:ee.root)!=null?a:ue.Root)!=null?r:B1,It=(s=(i=ee==null?void 0:ee.rail)!=null?i:ue.Rail)!=null?s:U1,rr=(l=(u=ee==null?void 0:ee.track)!=null?u:ue.Track)!=null?l:J1,Tr=(c=(d=ee==null?void 0:ee.thumb)!=null?d:ue.Thumb)!=null?c:V1,St=(h=(m=ee==null?void 0:ee.valueLabel)!=null?m:ue.ValueLabel)!=null?h:G1,Jt=(v=(_=ee==null?void 0:ee.mark)!=null?_:ue.Mark)!=null?v:z1,Vt=(y=(g=ee==null?void 0:ee.markLabel)!=null?g:ue.MarkLabel)!=null?y:W1,Or=(x=(j=ee==null?void 0:ee.input)!=null?j:ue.Input)!=null?x:"input",Mr=(C=M==null?void 0:M.root)!=null?C:Q.root,cn=(L=M==null?void 0:M.rail)!=null?L:Q.rail,Ir=(R=M==null?void 0:M.track)!=null?R:Q.track,nr=(P=M==null?void 0:M.thumb)!=null?P:Q.thumb,ar=(T=M==null?void 0:M.valueLabel)!=null?T:Q.valueLabel,va=(z=M==null?void 0:M.mark)!=null?z:Q.mark,ba=(le=M==null?void 0:M.markLabel)!=null?le:Q.markLabel,dn=(ce=M==null?void 0:M.input)!=null?ce:Q.input,mn=kt({elementType:Le,getSlotProps:Ut,externalSlotProps:Mr,externalForwardedProps:Ot,additionalProps:A({},$1(Le)&&{as:xe}),ownerState:A({},je,Mr==null?void 0:Mr.ownerState),className:[te.root,nt]}),Sa=kt({elementType:It,externalSlotProps:cn,ownerState:je,className:te.rail}),xa=kt({elementType:rr,externalSlotProps:Ir,additionalProps:{style:A({},Mt[at].offset(K),Mt[at].leap(Ve))},ownerState:A({},je,Ir==null?void 0:Ir.ownerState),className:te.track}),Er=kt({elementType:Tr,getSlotProps:Ar,externalSlotProps:nr,ownerState:A({},je,nr==null?void 0:nr.ownerState),className:te.thumb}),wa=kt({elementType:St,externalSlotProps:ar,ownerState:A({},je,ar==null?void 0:ar.ownerState),className:te.valueLabel}),p=kt({elementType:Jt,externalSlotProps:va,ownerState:je,className:te.mark}),w=kt({elementType:Vt,externalSlotProps:ba,ownerState:je,className:te.markLabel}),I=kt({elementType:Or,getSlotProps:Cr,externalSlotProps:dn,ownerState:je});return o.jsxs(Le,A({},mn,{children:[o.jsx(It,A({},Sa)),o.jsx(rr,A({},xa)),W.filter($=>$.value>=Ue&&$.value<=He).map(($,B)=>{const re=Wn($.value,Ue,He),V=Mt[at].offset(re);let U;return he===!1?U=Y.indexOf($.value)!==-1:U=he==="normal"&&(k?$.value>=Y[0]&&$.value<=Y[Y.length-1]:$.value<=Y[0])||he==="inverted"&&(k?$.value<=Y[0]||$.value>=Y[Y.length-1]:$.value>=Y[0]),o.jsxs(N.Fragment,{children:[o.jsx(Jt,A({"data-index":B},p,!Vr(Jt)&&{markActive:U},{style:A({},V,p.style),className:gt(p.className,U&&te.markActive)})),$.label!=null?o.jsx(Vt,A({"aria-hidden":!0,"data-index":B},w,!Vr(Vt)&&{markLabelActive:U},{style:A({},V,w.style),className:gt(te.markLabel,w.className,U&&te.markLabelActive),children:$.label})):null]},B)}),Y.map(($,B)=>{const re=Wn($,Ue,He),V=Mt[at].offset(re),U=Ee==="off"?H1:St;return o.jsx(U,A({},!Vr(U)&&{valueLabelFormat:ke,valueLabelDisplay:Ee,value:typeof ke=="function"?ke(Je($),B):ke,index:B,open:Pr===B||tr===B||Ee==="on",disabled:Ke},wa,{children:o.jsx(Tr,A({"data-index":B},Er,{className:gt(te.thumb,Er.className,tr===B&&te.active,O===B&&te.focusVisible),style:A({},V,qe(B),Er.style),children:o.jsx(Or,A({"data-index":B,"aria-label":we?we(B):G,"aria-valuenow":Je($),"aria-labelledby":H,"aria-valuetext":Tt?Tt(Je($),B):X,value:Y[B]},I))}))}),B)})]}))});process.env.NODE_ENV!=="production"&&(xu.propTypes={"aria-label":Es(f.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":f.string,"aria-valuetext":Es(f.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:f.node,classes:f.object,className:f.string,color:f.oneOfType([f.oneOf(["primary","secondary","error","info","success","warning"]),f.string]),components:f.shape({Input:f.elementType,Mark:f.elementType,MarkLabel:f.elementType,Rail:f.elementType,Root:f.elementType,Thumb:f.elementType,Track:f.elementType,ValueLabel:f.elementType}),componentsProps:f.shape({input:f.oneOfType([f.func,f.object]),mark:f.oneOfType([f.func,f.object]),markLabel:f.oneOfType([f.func,f.object]),rail:f.oneOfType([f.func,f.object]),root:f.oneOfType([f.func,f.object]),thumb:f.oneOfType([f.func,f.object]),track:f.oneOfType([f.func,f.object]),valueLabel:f.oneOfType([f.func,f.shape({children:f.element,className:f.string,open:f.bool,style:f.object,value:f.number,valueLabelDisplay:f.oneOf(["auto","off","on"])})])}),defaultValue:f.oneOfType([f.arrayOf(f.number),f.number]),disabled:f.bool,disableSwap:f.bool,getAriaLabel:f.func,getAriaValueText:f.func,marks:f.oneOfType([f.arrayOf(f.shape({label:f.node,value:f.number.isRequired})),f.bool]),max:f.number,min:f.number,name:f.string,onChange:f.func,onChangeCommitted:f.func,orientation:f.oneOf(["horizontal","vertical"]),scale:f.func,shiftStep:f.number,size:f.oneOfType([f.oneOf(["small","medium"]),f.string]),slotProps:f.shape({input:f.oneOfType([f.func,f.object]),mark:f.oneOfType([f.func,f.object]),markLabel:f.oneOfType([f.func,f.object]),rail:f.oneOfType([f.func,f.object]),root:f.oneOfType([f.func,f.object]),thumb:f.oneOfType([f.func,f.object]),track:f.oneOfType([f.func,f.object]),valueLabel:f.oneOfType([f.func,f.shape({children:f.element,className:f.string,open:f.bool,style:f.object,value:f.number,valueLabelDisplay:f.oneOf(["auto","off","on"])})])}),slots:f.shape({input:f.elementType,mark:f.elementType,markLabel:f.elementType,rail:f.elementType,root:f.elementType,thumb:f.elementType,track:f.elementType,valueLabel:f.elementType}),step:f.number,sx:f.oneOfType([f.arrayOf(f.oneOfType([f.func,f.object,f.bool])),f.func,f.object]),tabIndex:f.number,track:f.oneOf(["inverted","normal",!1]),value:f.oneOfType([f.arrayOf(f.number),f.number]),valueLabelDisplay:f.oneOf(["auto","off","on"]),valueLabelFormat:f.oneOfType([f.func,f.string])});var q1="[object Number]";function X1(e){return typeof e=="number"||Xt(e)&&Zt(e)==q1}const wu=Fe.observer(e=>{const t=E.useTheme(),n=e.valueLabelFormat||(a=>`${a}`);function r(a,s){s===e.velocity||!X1(s)||e.onVelocityChange(s)}return o.jsxs(o.Fragment,{children:[o.jsx(E.Typography,{sx:{textAlign:"center",fontSize:"14px",opacity:.8,color:t.palette.text.primary},children:n(e.velocity)}),o.jsx(xu,{value:e.velocity,onChange:r,min:e.min,max:e.max,"aria-labelledby":"input-slider",disabled:e.disabled,sx:{"& .MuiSlider-valueLabelOpen":{zIndex:100,backgroundColor:"transparent",top:"0px"}}})]})}),ju=Fe.observer(({store:e})=>{const{t}=Ft.useTranslation(),n=Fe.useLocalObservable(()=>({get valueLabelFormat(){return e.currentMotionType==="translate"?r=>`v=${t("Jogging.Cartesian.Translation.velocityMmPerSec.lb",{amount:r})}`:r=>`v=${t("Jogging.Cartesian.Rotation.velocityDegPerSec.lb",{amount:r})}`}}));return o.jsx(E.Stack,{sx:{margin:"0px 20px",marginBottom:"12px"},children:o.jsx(E.Stack,{sx:{width:"380px",maxWidth:"90%",margin:"auto"},children:o.jsx(wu,{velocity:e.velocityInCurrentUnits,min:e.minVelocityInCurrentUnits,max:e.maxVelocityInCurrentUnits,onVelocityChange:e.setVelocityFromSlider,disabled:e.isLocked,valueLabelFormat:n.valueLabelFormat})})})}),Y1=Fe.observer(({store:e})=>{const{t}=Ft.useTranslation();function n(c,d){(d==="translate"||d==="rotate")&&e.setSelectedCartesianMotionType(d)}xo(()=>[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 r(c,d){const h=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose,m=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_position;h&&await e.withMotionLock(async()=>{await e.jogger.runIncrementalCartesianMotion({currentTcpPose:h,currentJoints:m,coordSystemId:e.activeCoordSystemId,velocityInRelevantUnits:e.velocityInCurrentUnits,axis:c.axis,direction:c.direction,motion:e.selectedCartesianMotionType==="translate"?{type:"translate",distanceMm:d.mm}:{type:"rotate",distanceRads:$t.degreesToRadians(d.degrees)}})})}async function a(c){if(!e.isLocked){if(e.activeDiscreteIncrement)return r(c,e.activeDiscreteIncrement);c.motionType==="translate"?await e.jogger.startTCPTranslation({axis:c.axis,direction:c.direction,velocityMmPerSec:e.translationVelocityMmPerSec}):await e.jogger.startTCPRotation({axis:c.axis,direction:c.direction,velocityRadsPerSec:e.rotationVelocityRadsPerSec})}}async function s(){e.isLocked||e.activeDiscreteIncrement||await e.jogger.stop()}const i=[{id:"x",color:"#F14D42",icon:o.jsx(Dp,{})},{id:"y",color:"#42A705",icon:o.jsx(Up,{})},{id:"z",color:"#0075FF",icon:o.jsx(Vp,{})}];function l(c){return t("General.mm.variable",{amount:c.toFixed(1)})}function u(c){return t("General.degree.variable",{amount:$t.radiansToDegrees(c).toFixed(1)})}return o.jsxs(E.Stack,{children:[o.jsx(Wp,{store:e}),o.jsx(A1,{store:e}),o.jsxs(E.Stack,{width:"80%",maxWidth:"296px",margin:"auto",marginTop:"16px",children:[o.jsxs(E.ToggleButtonGroup,{value:e.selectedCartesianMotionType,onChange:n,exclusive:!0,"aria-label":t("Jogging.Cartesian.MotionType.lb"),children:[o.jsx(E.ToggleButton,{value:"translate",children:t("Jogging.Cartesian.Translation.bt")}),o.jsx(E.ToggleButton,{value:"rotate",children:t("Jogging.Cartesian.Rotation.bt")})]}),e.selectedCartesianMotionType==="translate"&&i.map(c=>o.jsx(co,{color:c.color,disabled:e.isLocked,sx:{marginTop:"12px"},label:o.jsxs(o.Fragment,{children:[c.icon,o.jsx(E.Typography,{sx:{fontSize:"24px",color:"white"},children:c.id.toUpperCase()})]}),getDisplayedValue:()=>{var d;return l(((d=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose)==null?void 0:d.position[c.id])||0)},startJogging:d=>a({axis:c.id,motionType:"translate",direction:d}),stopJogging:s},c.id)),e.selectedCartesianMotionType==="rotate"&&i.map(c=>o.jsx(co,{color:c.color,disabled:e.isLocked,sx:{marginTop:"12px"},label:o.jsxs(o.Fragment,{children:[o.jsx(zp,{}),o.jsx(E.Typography,{sx:{fontSize:"24px",color:"white"},children:c.id.toUpperCase()})]}),getDisplayedValue:()=>{var d,h;return u(((h=(d=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose)==null?void 0:d.orientation)==null?void 0:h[c.id])||0)},startJogging:d=>a({axis:c.id,motionType:"rotate",direction:d}),stopJogging:s},c.id))]}),o.jsx(x1,{store:e}),o.jsx(ju,{store:e})]})}),Z1=Fe.observer(({store:e})=>{const t=Z.useRef(null);Ft.useTranslation();function n(){const{joints:r}=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_position;return`[${r.map(a=>parseFloat(a.toFixed(4))).join(", ")}]`}return xr(()=>{t.current&&(t.current.textContent=n())}),o.jsx(E.Stack,{alignItems:"left",spacing:2,sx:{padding:"16px","& label":{opacity:.7,fontSize:"12px",marginBottom:"4px"}},children:o.jsx(uu,{label:"Pose",value:n(),ref:t})})}),Q1=Fe.observer(({store:e})=>{async function t(r){await e.jogger.startJointRotation({joint:r.joint,direction:r.direction,velocityRadsPerSec:e.rotationVelocityRadsPerSec})}async function n(){await e.jogger.stop()}return o.jsxs(E.Stack,{children:[o.jsx(Z1,{store:e}),o.jsx(E.Stack,{children:e.jogger.motionStream.joints.map(r=>{var l;const a=(l=e.motionGroupSpec.mechanical_joint_limits)==null?void 0:l[r.index],s=(a==null?void 0:a.lower_limit)!==void 0?$t.radiansToDegrees(a.lower_limit):void 0,i=(a==null?void 0:a.upper_limit)!==void 0?$t.radiansToDegrees(a.upper_limit):void 0;return o.jsxs(E.Stack,{direction:"row",alignItems:"center",gap:2,marginTop:"0.8rem",children:[o.jsx(E.Typography,{sx:{flexGrow:1,textAlign:"right"},children:`J${r.index+1}`}),o.jsx(lu,{disabled:e.isLocked,lowerLimitDegs:s,upperLimitDegs:i,getValueDegs:()=>{const u=e.jogger.motionStream.rapidlyChangingMotionState.state.joint_position.joints[r.index];return u!==void 0?$t.radiansToDegrees(u):void 0},startJogging:u=>t({joint:r.index,direction:u}),stopJogging:n},r.index),o.jsx(E.Typography,{sx:{flexGrow:1}})]},`joint-${r.index}`)})}),o.jsx(ju,{store:e})]})});var xi=function(){try{var e=er(Object,"defineProperty");return e({},"",{}),e}catch{}}();function e_(e,t,n){t=="__proto__"&&xi?xi(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function t_(e,t,n,r){for(var a=-1,s=e==null?0:e.length;++a<s;){var i=e[a];t(r,i,n(i),e)}return r}function r_(e){return function(t,n,r){for(var a=-1,s=Object(t),i=r(t),l=i.length;l--;){var u=i[++a];if(n(s[u],u,s)===!1)break}return t}}var n_=r_();function a_(e,t){return e&&n_(e,t,Uo)}function o_(e,t){return function(n,r){if(n==null)return n;if(!vu(n))return e(n,r);for(var a=n.length,s=-1,i=Object(n);++s<a&&r(i[s],s,i)!==!1;);return n}}var s_=o_(a_);function i_(e,t,n,r){return s_(e,function(a,s,i){t(r,a,n(a),i)}),r}var l_=1,u_=2;function c_(e,t,n,r){var a=n.length,s=a;if(e==null)return!s;for(e=Object(e);a--;){var i=n[a];if(i[2]?i[1]!==e[i[0]]:!(i[0]in e))return!1}for(;++a<s;){i=n[a];var l=i[0],u=e[l],c=i[1];if(i[2]){if(u===void 0&&!(l in e))return!1}else{var d=new jt,h;if(!(h===void 0?ya(c,u,l_|u_,r,d):h))return!1}}return!0}function Ru(e){return e===e&&!qt(e)}function d_(e){for(var t=Uo(e),n=t.length;n--;){var r=t[n],a=e[r];t[n]=[r,a,Ru(a)]}return t}function Cu(e,t){return function(n){return n==null?!1:n[e]===t&&(t!==void 0||e in Object(n))}}function m_(e){var t=d_(e);return t.length==1&&t[0][2]?Cu(t[0][0],t[0][1]):function(n){return n===e||c_(n,e,t)}}var h_=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,f_=/^\w*$/;function Jo(e,t){if(yt(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||fa(e)?!0:f_.test(e)||!h_.test(e)||t!=null&&e in Object(t)}var p_="Expected a function";function Vo(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(p_);var n=function(){var r=arguments,a=t?t.apply(this,r):r[0],s=n.cache;if(s.has(a))return s.get(a);var i=e.apply(this,r);return n.cache=s.set(a,i)||s,i};return n.cache=new(Vo.Cache||Pt),n}Vo.Cache=Pt;var g_=500;function y_(e){var t=Vo(e,function(r){return n.size===g_&&n.clear(),r}),n=t.cache;return t}var __=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,v_=/\\(\\)?/g,b_=y_(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(__,function(n,r,a,s){t.push(a?s.replace(v_,"$1"):r||n)}),t});function S_(e,t){for(var n=-1,r=e==null?0:e.length,a=Array(r);++n<r;)a[n]=t(e[n],n,e);return a}var x_=1/0,wi=Nt?Nt.prototype:void 0,ji=wi?wi.toString:void 0;function Au(e){if(typeof e=="string")return e;if(yt(e))return S_(e,Au)+"";if(fa(e))return ji?ji.call(e):"";var t=e+"";return t=="0"&&1/e==-x_?"-0":t}function Pu(e){return e==null?"":Au(e)}function Tu(e,t){return yt(e)?e:Jo(e,t)?[e]:b_(Pu(e))}var w_=1/0;function _a(e){if(typeof e=="string"||fa(e))return e;var t=e+"";return t=="0"&&1/e==-w_?"-0":t}function Ou(e,t){t=Tu(t,e);for(var n=0,r=t.length;e!=null&&n<r;)e=e[_a(t[n++])];return n&&n==r?e:void 0}function j_(e,t,n){var r=e==null?void 0:Ou(e,t);return r===void 0?n:r}function R_(e,t){return e!=null&&t in Object(e)}function C_(e,t,n){t=Tu(t,e);for(var r=-1,a=t.length,s=!1;++r<a;){var i=_a(t[r]);if(!(s=e!=null&&n(e,i)))break;e=e[i]}return s||++r!=a?s:(a=e==null?0:e.length,!!a&&Bo(a)&&gu(i,a)&&(yt(e)||fu(e)))}function A_(e,t){return e!=null&&C_(e,t,R_)}var P_=1,T_=2;function O_(e,t){return Jo(e)&&Ru(t)?Cu(_a(e),t):function(n){var r=j_(n,e);return r===void 0&&r===t?A_(n,e):ya(t,r,P_|T_)}}function M_(e){return e}function I_(e){return function(t){return t==null?void 0:t[e]}}function E_(e){return function(t){return Ou(t,e)}}function k_(e){return Jo(e)?I_(_a(e)):E_(e)}function L_(e){return typeof e=="function"?e:e==null?M_:typeof e=="object"?yt(e)?O_(e[0],e[1]):m_(e):k_(e)}function $_(e,t){return function(n,r){var a=yt(n)?t_:i_,s={};return a(n,e,L_(r),s)}}var xn=$_(function(e,t,n){e_(e,n,t)}),N_=0;function F_(e){var t=++N_;return Pu(e)+t}const yo=[{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}],D_=[{id:"continuous"},...yo];class Go{constructor(t,n,r,a){var s,i;this.jogger=t,this.motionGroupSpec=n,this.coordSystems=r,this.tcps=a,this.selectedTabId="cartesian",this.manualActivationRequired=!0,this.activationState="inactive",this.activationError=null,this.locks=new Set,this.selectedCoordSystemId="world",this.selectedTcpId="",this.selectedOrientation="coordsys",this.selectedIncrementId="continuous",this.selectedCartesianMotionType="translate",this.incrementJoggingInProgress=!1,this.translationVelocityMmPerSec=10,this.rotationVelocityDegPerSec=1,this.minTranslationVelocityMmPerSec=5,this.maxTranslationVelocityMmPerSec=250,this.minRotationVelocityDegPerSec=1,this.maxRotationVelocityDegPerSec=60,this.disposers=[];for(const l of r)if(l.coordinate_system===""){l.coordinate_system="world";break}this.selectedCoordSystemId=((s=r[0])==null?void 0:s.coordinate_system)||"world",this.selectedTcpId=((i=a[0])==null?void 0:i.id)||"",dt.makeAutoObservable(this,{},{autoBind:!0}),this.loadFromLocalStorage(),this.disposers.push(dt.autorun(()=>this.saveToLocalStorage())),window.joggingStore=this}static async loadFor(t){const{nova:n}=t,[r,{coordinatesystems:a},{tcps:s}]=await Promise.all([n.api.motionGroupInfos.getMotionGroupSpecification(t.motionGroupId),n.api.coordinateSystems.listCoordinateSystems("ROTATION_VECTOR"),n.api.motionGroupInfos.listTcps(t.motionGroupId,"ROTATION_VECTOR")]);return new Go(t,r,a||[],s||[])}dispose(){for(const t of this.disposers)t();this.jogger.dispose()}async deactivate(t={}){if(this.activationState==="inactive")return;const n=this.jogger.activeWebsocket;this.activationState="inactive",this.jogger.setJoggingMode("increment"),n&&await n.closed(),t.requireManualReactivation&&dt.runInAction(()=>{this.manualActivationRequired=!0})}async activate(t={}){const{currentTab:n,selectedTcpId:r,activeCoordSystemId:a,activeDiscreteIncrement:s,jogger:i}=this;if(this.activationState!=="loading"&&!(this.manualActivationRequired&&!t.manual)){dt.runInAction(()=>{this.activationState="loading",this.activationError=null});try{await this.jogger.nova.api.controller.setDefaultMode(this.jogger.motionStream.controllerId,"MODE_CONTROL")}catch(l){console.error(l)}if(n.id==="cartesian"){const l={tcpId:r,coordSystemId:a};s?i.setJoggingMode("increment",l):i.setJoggingMode("cartesian",l)}else i.setJoggingMode("joint");if(i.activeWebsocket)try{i.stop(),await i.activeWebsocket.nextMessage()}catch(l){dt.runInAction(()=>{this.activationState="inactive",this.activationError=l});return}dt.runInAction(()=>{this.activationState="active",t.manual&&(this.manualActivationRequired=!1)})}}loadFromLocalStorage(){const t=$t.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 D_}get discreteIncrementOptions(){return yo}get incrementOptionsById(){return xn(this.incrementOptions,t=>t.id)}get tabsById(){return xn(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 xn(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 xn(this.tcps,t=>t.id)}get activeDiscreteIncrement(){return this.selectedOrientation==="tool"?void 0:yo.find(t=>t.id===this.selectedIncrementId)}get rotationVelocityRadsPerSec(){return this.rotationVelocityDegPerSec*Math.PI/180}get velocityInCurrentUnits(){return this.currentMotionType==="translate"?this.translationVelocityMmPerSec:this.rotationVelocityDegPerSec}get minVelocityInCurrentUnits(){return this.currentMotionType==="translate"?this.minTranslationVelocityMmPerSec:this.minRotationVelocityDegPerSec}get maxVelocityInCurrentUnits(){return this.currentMotionType==="translate"?this.maxTranslationVelocityMmPerSec:this.maxRotationVelocityDegPerSec}get currentMotionType(){return this.selectedTabId==="cartesian"&&this.selectedCartesianMotionType==="translate"?"translate":"rotate"}onTabChange(t,n){const r=this.tabs[n]||this.tabs[0];this.selectedTabId=r.id}setSelectedCoordSystemId(t){this.selectedCoordSystemId=t}setSelectedTcpId(t){this.selectedTcpId=t}setSelectedOrientation(t){this.selectedOrientation=t}setSelectedIncrementId(t){this.selectedIncrementId=t}setIncrementJoggingInProgress(t){this.incrementJoggingInProgress=t}setVelocityFromSlider(t){this.currentMotionType==="translate"?this.translationVelocityMmPerSec=t:this.rotationVelocityDegPerSec=t}setSelectedCartesianMotionType(t){this.selectedCartesianMotionType=t}async withMotionLock(t){const n=F_();this.locks.add(n);try{return await t()}finally{this.locks.delete(n)}}}const B_=Qr(Fe.observer(e=>{const t=Ri.isString(e.nova)?new $t.NovaClient({instanceUrl:e.nova}):e.nova,n=Fe.useLocalObservable(()=>({joggingStore:null,loadingError:null}));async function r(){dt.runInAction(()=>{n.loadingError=null,n.joggingStore=null});try{const a=await t.connectJogger(e.motionGroupId),s=await Go.loadFor(a);dt.runInAction(()=>{n.joggingStore=s}),e.onSetup&&e.onSetup(s)}catch(a){n.loadingError=a}}return Z.useEffect(()=>(r(),()=>{var a;(a=n.joggingStore)==null||a.dispose()}),[e.nova]),Z.useEffect(()=>{const a=n.joggingStore;a&&(e.locked?a.locks.add("external"):a.locks.delete("external"))},[e.locked]),o.jsx(E.Stack,{sx:{maxWidth:"460px",minWidth:"350px",overflowY:"auto",position:"relative",height:"100%"},children:o.jsx(E.Paper,{sx:{height:"100%"},children:n.joggingStore?o.jsx(U_,{store:n.joggingStore,children:e.children}):o.jsx(Qn,{message:"Loading jogging",error:n.loadingError})})})})),U_=Fe.observer(({store:e,children:t})=>{const{t:n}=Ft.useTranslation();Z.useEffect(()=>{function s(){e.deactivate()}function i(){e.activate()}return window.addEventListener("blur",s),window.addEventListener("focus",i),()=>{window.removeEventListener("blur",s),window.removeEventListener("focus",i)}}),xo(()=>[e.currentTab,e.selectedTcpId,e.activeCoordSystemId,e.activeDiscreteIncrement],()=>{e.activationState==="active"&&e.activate()});function r(){if(e.activationState==="inactive"&&!e.activationError)return o.jsx(Qs,{children:o.jsx(E.Button,{color:"primary",variant:"contained",onClick:()=>e.activate({manual:!0}),disabled:e.isLocked,children:n("Jogging.Activate.bt")})});if(e.activationState==="loading"||e.activationError)return o.jsx(Qs,{children:o.jsx(Qn,{message:n("Jogging.Activating.lb"),error:e.activationError})})}function a(){if(e.currentTab.id==="cartesian")return o.jsxs(o.Fragment,{children:[o.jsx(Y1,{store:e}),t]});if(e.currentTab.id==="joint")return o.jsxs(o.Fragment,{children:[o.jsx(Q1,{store:e}),t]})}return o.jsxs(E.Stack,{flexGrow:1,height:"100%",children:[o.jsx(E.Tabs,{value:e.tabIndex,onChange:e.onTabChange,children:e.tabs.map(s=>o.jsx(E.Tab,{label:s.label,id:`jogging-tab-${s.id}`,"aria-controls":`jogging-tab-${s.id}`},s.id))}),o.jsxs(E.Stack,{flexGrow:1,position:"relative",children:[r(),a()]})]})});function J_(){const e=window.location.href;return e.substring(0,e.indexOf("/",e.indexOf("//")+2))}function V_({baseUrl:e=J_(),...t}){return o.jsxs(E.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:[o.jsx(E.DialogTitle,{id:"no-motion-group-modal-title",children:"No motion group found"}),o.jsxs(E.DialogContent,{sx:{marginTop:"3rem",marginBottom:"1.5rem",textAlign:"center"},children:[o.jsx(E.Typography,{color:"#fff",children:"Found no devices to connect to."}),o.jsx(E.Typography,{color:"#fff",children:"Please ensure a motion group has been created."})]}),o.jsx(E.DialogActions,{children:o.jsxs(E.Stack,{width:"100%",maxWidth:"300px",margin:"auto",marginBottom:"2rem",children:[o.jsx(E.Button,{href:`${e}/settings`,variant:"contained",sx:{borderRadius:"8px",width:"100%"},children:"Go to settings app"}),o.jsx(E.Button,{href:`${e}`,variant:"text",sx:{marginTop:"1rem",color:"#fff",textDecoration:"underline",fontSize:"0.75rem"},children:"Back to Homescreen"})]})})]})}const G_=Array(6).fill(2*Math.PI),ht={white:"#FFFFFF",midnightblue:"#001337",lightbuttonblue:"#47D3FF",midnightgray:"#DDE0E4",midnightgray500:"#828B9B",skyblue500:"#06B8F1",skyblue600:"#0094CE",darkishblue:"#262F42",darkestblue:"#101629",grayishblue:"#505968",darkgrayishblue:"#363c4b",scaryred:"#FF0E65",tealGreen:"#1AC0B2",magenta:"#EA3785"},z_={mode:"dark",colors:{primary:ht.skyblue500,textDefault:ht.white,textSubtle:ht.midnightgray,background:{default:ht.darkishblue,panel:ht.darkestblue}}},W_={mode:"light",colors:{primary:ht.skyblue500,textDefault:ht.darkishblue,textSubtle:ht.midnightgray,background:{default:ht.skyblue500,panel:ht.white}}};function K_(e){var a,s,i,l;let t=!0;((a=e.palette)==null?void 0:a.mode)==="light"?t=!1:((s=e.palette)==null?void 0:s.mode)!=="dark"&&(t=!(typeof window<"u"&&((l=(i=window.matchMedia)==null?void 0:i.call(window,"(prefers-color-scheme: light)"))==null?void 0:l.matches)));const n=t?z_:W_,r=uo({palette:{mode:n.mode,primary:{main:n.colors.primary},background:{default:n.colors.background.default,paper:n.colors.background.panel}},typography:{allVariants:{color:n.colors.textDefault}},components:{MuiSelect:{styleOverrides:{root:{backgroundColor:t?"#505968":void 0,borderRadius:"10px",color:"currentColor","& > div":{padding:"4px 16px"},"& fieldset":{border:t?"none":void 0}}}},MuiChip:{styleOverrides:{root:{backgroundColor:t?"#505968":void 0,borderRadius:"10px",color:"currentColor"}}},MuiToggleButtonGroup:{styleOverrides:{root:{"& > button":{borderRadius:"8px",textTransform:"none",paddingTop:"4px",paddingBottom:"4px",width:"100%",borderWidth:0,backgroundColor:t?"#3d4455":void 0,color:t?"rgba(255, 255, 255, 0.8)":void 0,"&.Mui-selected":t?{color:"white",backgroundColor:"#505968"}:void 0}}}},MuiTabs:{styleOverrides:{root:{backgroundColor:t?"#101629":void 0,minHeight:"42px"}}},MuiTab:{styleOverrides:{root:{minHeight:"42px",textTransform:"none","&.Mui-selected":t?{color:"white",backgroundColor:"#404554"}:void 0}}}},nova:n});return e?uo(r,e):r}exports.JoggingCartesianAxisControl=co;exports.JoggingJointRotationControl=lu;exports.JoggingPanel=B_;exports.LoadingCover=Qn;exports.LoadingErrorMessage=tl;exports.NoMotionGroupModal=V_;exports.PresetEnvironment=lm;exports.Robot=im;exports.SafetyZonesRenderer=dm;exports.SupportedRobot=bl;exports.VelocitySlider=wu;exports.WandelscriptEditor=Xd;exports.createNovaMuiTheme=K_;exports.defaultAxisConfig=G_;exports.defaultGetModel=wo;exports.useAnimationFrame=xr;exports.useAutorun=_l;exports.useMounted=ea;exports.useReaction=xo;
84
84
  //# sourceMappingURL=index.cjs.map