@wandelbots/wandelbots-js-react-components 4.1.1 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/3d.cjs.js +1 -1
- package/dist/3d.d.ts +1 -0
- package/dist/3d.d.ts.map +1 -1
- package/dist/3d.es.js +13 -12
- package/dist/MotionGroupVisualizer-C3CB-L2z.cjs +2 -0
- package/dist/MotionGroupVisualizer-C3CB-L2z.cjs.map +1 -0
- package/dist/{manufacturerHomePositions-DAaWLJKB.js → MotionGroupVisualizer-CrLamHYm.js} +408 -356
- package/dist/MotionGroupVisualizer-CrLamHYm.js.map +1 -0
- package/dist/components/robots/MotionGroupVisualizer.d.ts +9 -0
- package/dist/components/robots/MotionGroupVisualizer.d.ts.map +1 -0
- package/dist/components/robots/SupportedLinearAxis.d.ts +3 -2
- package/dist/components/robots/SupportedLinearAxis.d.ts.map +1 -1
- package/dist/components/robots/SupportedRobot.d.ts +3 -2
- package/dist/components/robots/SupportedRobot.d.ts.map +1 -1
- package/dist/components/robots/robotModelLogic.d.ts +1 -1
- package/dist/components/robots/robotModelLogic.d.ts.map +1 -1
- package/dist/core.cjs.js +1 -1
- package/dist/core.es.js +2 -2
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +57 -56
- package/dist/{interpolation-DZhBKo-u.cjs → interpolation-C5OTEwAm.cjs} +3 -3
- package/dist/{interpolation-DZhBKo-u.cjs.map → interpolation-C5OTEwAm.cjs.map} +1 -1
- package/dist/{interpolation-baUmFLkh.js → interpolation-Cs2pC1zE.js} +694 -637
- package/dist/{interpolation-baUmFLkh.js.map → interpolation-Cs2pC1zE.js.map} +1 -1
- package/dist/{theming-BTlS2afw.js → theming-C-zvh022.js} +2 -2
- package/dist/{theming-BTlS2afw.js.map → theming-C-zvh022.js.map} +1 -1
- package/dist/{theming-DPoEjzxv.cjs → theming-Dk07SE2_.cjs} +2 -2
- package/dist/{theming-DPoEjzxv.cjs.map → theming-Dk07SE2_.cjs.map} +1 -1
- package/package.json +3 -3
- package/src/3d.ts +1 -0
- package/src/components/robots/MotionGroupVisualizer.tsx +113 -0
- package/src/components/robots/SupportedLinearAxis.tsx +4 -2
- package/src/components/robots/SupportedRobot.tsx +4 -2
- package/src/components/robots/robotModelLogic.ts +2 -2
- package/dist/manufacturerHomePositions-5E6JP4Zd.cjs +0 -2
- package/dist/manufacturerHomePositions-5E6JP4Zd.cjs.map +0 -1
- package/dist/manufacturerHomePositions-DAaWLJKB.js.map +0 -1
|
@@ -8,7 +8,7 @@ import * as _ from "react";
|
|
|
8
8
|
import Zi, { useState as De, useRef as ge, useCallback as ce, useEffect as be, useMemo as bi, forwardRef as Oe, useId as Qi } from "react";
|
|
9
9
|
import { useTranslation as je, Trans as pt } from "react-i18next";
|
|
10
10
|
import x from "prop-types";
|
|
11
|
-
import { d as zu, u as Zs, f as Gf, N as Bf, p as Vf } from "./interpolation-
|
|
11
|
+
import { d as zu, u as Zs, f as Gf, N as Bf, p as Vf } from "./interpolation-Cs2pC1zE.js";
|
|
12
12
|
import { useGridApiRef as Uf, DataGrid as Hf, Toolbar as Yf, FilterPanelTrigger as Wf, ToolbarButton as Jo, QuickFilter as qf, QuickFilterTrigger as Kf, QuickFilterControl as Xf, QuickFilterClear as Jf } from "@mui/x-data-grid";
|
|
13
13
|
import { countBy as Zf, isString as Qf } from "lodash-es";
|
|
14
14
|
import { runInAction as Le, makeAutoObservable as Qs, when as Zo, autorun as ep, makeObservable as tp, action as hl, observable as np } from "mobx";
|
|
@@ -22333,4 +22333,4 @@ export {
|
|
|
22333
22333
|
Fh as v,
|
|
22334
22334
|
Tw as w
|
|
22335
22335
|
};
|
|
22336
|
-
//# sourceMappingURL=theming-
|
|
22336
|
+
//# sourceMappingURL=theming-C-zvh022.js.map
|