@wandelbots/wandelbots-js-react-components 5.6.1-pr.dev-new-nova-js-client.614.e39d29e → 5.6.1-pr.dev-new-nova-js-client.614.2751402
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.
|
@@ -43,7 +43,7 @@ export declare class ConnectedMotionGroup {
|
|
|
43
43
|
* movement controls in the UI should only be enabled in the "active" state
|
|
44
44
|
*/
|
|
45
45
|
activationState: "inactive" | "activating" | "deactivating" | "active";
|
|
46
|
-
/** Normalized instance-level Nova client (see
|
|
46
|
+
/** Normalized instance-level Nova client (see `asNovaInstance`) */
|
|
47
47
|
readonly nova: Nova;
|
|
48
48
|
constructor(nova: AnyNovaClient, controller: RobotControllerState, motionGroup: MotionGroupState, initialMotionState: MotionGroupState, motionStateSocket: AutoReconnectingWebsocket, isVirtual: boolean, tcps: RobotTcpLike[], description: MotionGroupDescription, initialControllerState: RobotControllerState, controllerStateSocket: AutoReconnectingWebsocket, cellId?: string);
|
|
49
49
|
get motionGroupId(): string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wandelbots/wandelbots-js-react-components",
|
|
3
|
-
"version": "5.6.1-pr.dev-new-nova-js-client.614.
|
|
3
|
+
"version": "5.6.1-pr.dev-new-nova-js-client.614.2751402",
|
|
4
4
|
"description": "React UI toolkit for building applications on top of the Wandelbots platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|