@wandelbots/wandelbots-js-react-components 5.6.0-pr.fix-select-tcp.613.90cd565 → 5.6.0-pr.fix-select-tcp.613.f02eb48
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.
|
@@ -2705,7 +2705,7 @@ class bt {
|
|
|
2705
2705
|
this.selectedCoordSystemId = t;
|
|
2706
2706
|
}
|
|
2707
2707
|
/**
|
|
2708
|
-
* @deprecated Use {@link requestTcpChange} instead. This method now delegates
|
|
2708
|
+
* @deprecated Use {@link JoggingStore.requestTcpChange} instead. This method now delegates
|
|
2709
2709
|
* to `requestTcpChange` which properly communicates the TCP change to the server.
|
|
2710
2710
|
*/
|
|
2711
2711
|
setSelectedTcpId(t) {
|
|
@@ -182,7 +182,7 @@ export declare class JoggingStore {
|
|
|
182
182
|
onTabChange(_event: React.SyntheticEvent, newValue: number): void;
|
|
183
183
|
setSelectedCoordSystemId(id: string): void;
|
|
184
184
|
/**
|
|
185
|
-
* @deprecated Use {@link requestTcpChange} instead. This method now delegates
|
|
185
|
+
* @deprecated Use {@link JoggingStore.requestTcpChange} instead. This method now delegates
|
|
186
186
|
* to `requestTcpChange` which properly communicates the TCP change to the server.
|
|
187
187
|
*/
|
|
188
188
|
setSelectedTcpId(id: string): void;
|
package/dist/core.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as o, s, C as t, t as r, a as n, b as i, d as g, J as l, f as u, g as c, h as d, L as p, n as m, M, N as S, P as b, e as C, R as V, p as L, o as P, S as f, T as J, q as R, V as x, r as I, W as A, j as E, m as T, k as q, i as y, c as v, l as w, u as G, v as N, w as W, x as h } from "./chunks/theming-
|
|
1
|
+
import { A as o, s, C as t, t as r, a as n, b as i, d as g, J as l, f as u, g as c, h as d, L as p, n as m, M, N as S, P as b, e as C, R as V, p as L, o as P, S as f, T as J, q as R, V as x, r as I, W as A, j as E, m as T, k as q, i as y, c as v, l as w, u as G, v as N, w as W, x as h } from "./chunks/theming-BU4-W3Wy.js";
|
|
2
2
|
import { a as B, P as D, b as F, V as k, e as H, c as z, f as K, u as O, d as Q } from "./chunks/interpolation-DG8VTxzS.js";
|
|
3
3
|
import { i as X } from "./chunks/externalizeComponent-EDymnaGR.js";
|
|
4
4
|
import { S as Z } from "./chunks/SafetyBar-CxxIVVeR.js";
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { C as e, L as s, M as t, h as r, P as n, b as i, R as c, S as l, c as g, f as u, T as d, a as p, d as S, e as I, g as f } from "./chunks/MotionGroupVisualizer-Q7ifc7Kd.js";
|
|
2
|
-
import { A as m, s as C, C as R, t as b, a as x, b as y, d as A, J as L, f as P, g as V, h as E, L as J, n as T, M as F, N as O, P as G, e as N, R as h, p as q, o as v, S as H, T as W, q as j, V as w, r as B, W as D, j as U, m as Z, k as _, i as k, c as z, l as X, u as Y, v as K, w as Q, x as $ } from "./chunks/theming-
|
|
2
|
+
import { A as m, s as C, C as R, t as b, a as x, b as y, d as A, J as L, f as P, g as V, h as E, L as J, n as T, M as F, N as O, P as G, e as N, R as h, p as q, o as v, S as H, T as W, q as j, V as w, r as B, W as D, j as U, m as Z, k as _, i as k, c as z, l as X, u as Y, v as K, w as Q, x as $ } from "./chunks/theming-BU4-W3Wy.js";
|
|
3
3
|
import { a as oa, P as ea, b as sa, V as ta, e as ra, c as na, f as ia, u as ca, d as la } from "./chunks/interpolation-DG8VTxzS.js";
|
|
4
4
|
import { i as ua } from "./chunks/externalizeComponent-EDymnaGR.js";
|
|
5
5
|
import { S as pa } from "./chunks/SafetyBar-CxxIVVeR.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wandelbots/wandelbots-js-react-components",
|
|
3
|
-
"version": "5.6.0-pr.fix-select-tcp.613.
|
|
3
|
+
"version": "5.6.0-pr.fix-select-tcp.613.f02eb48",
|
|
4
4
|
"description": "React UI toolkit for building applications on top of the Wandelbots platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|