@wandelbots/wandelbots-js-react-components 2.32.0-pr.feature-robot-precondition-list.372.82f340f → 2.32.0-pr.feature-robot-precondition-list.372.8bd8d01
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/components/{SearchableDataGrid.d.ts → DataGrid.d.ts} +3 -8
- package/dist/components/DataGrid.d.ts.map +1 -0
- package/dist/index.cjs +36 -36
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2418 -2420
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/{SearchableDataGrid.tsx → DataGrid.tsx} +4 -11
- package/src/index.ts +1 -1
- package/dist/components/SearchableDataGrid.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wandelbots/wandelbots-js-react-components",
|
|
3
|
-
"version": "2.32.0-pr.feature-robot-precondition-list.372.
|
|
3
|
+
"version": "2.32.0-pr.feature-robot-precondition-list.372.8bd8d01",
|
|
4
4
|
"description": "React UI toolkit for building applications on top of the Wandelbots platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -19,7 +19,7 @@ import { observer } from "mobx-react-lite"
|
|
|
19
19
|
import { useMemo, useState } from "react"
|
|
20
20
|
import { externalizeComponent } from "../externalizeComponent"
|
|
21
21
|
|
|
22
|
-
export interface
|
|
22
|
+
export interface WandelbotsDataGridProps<T = Record<string, unknown>> {
|
|
23
23
|
/**
|
|
24
24
|
* Array of data items to display in the grid
|
|
25
25
|
*/
|
|
@@ -78,12 +78,6 @@ export interface SearchableDataGridProps<T = Record<string, unknown>> {
|
|
|
78
78
|
*/
|
|
79
79
|
CustomToolbar?: React.ComponentType
|
|
80
80
|
|
|
81
|
-
/**
|
|
82
|
-
* Background color for the component
|
|
83
|
-
* @default "transparent"
|
|
84
|
-
*/
|
|
85
|
-
backgroundColor?: string
|
|
86
|
-
|
|
87
81
|
/**
|
|
88
82
|
* Select the first item by default
|
|
89
83
|
* @default false
|
|
@@ -91,7 +85,7 @@ export interface SearchableDataGridProps<T = Record<string, unknown>> {
|
|
|
91
85
|
selectFirstByDefault?: boolean
|
|
92
86
|
}
|
|
93
87
|
|
|
94
|
-
export const
|
|
88
|
+
export const WandelbotsDataGrid = externalizeComponent(
|
|
95
89
|
observer(
|
|
96
90
|
<T,>({
|
|
97
91
|
data,
|
|
@@ -105,9 +99,8 @@ export const SearchableDataGrid = externalizeComponent(
|
|
|
105
99
|
searchPlaceholder = "Search",
|
|
106
100
|
dataGridProps,
|
|
107
101
|
CustomToolbar,
|
|
108
|
-
backgroundColor = "transparent",
|
|
109
102
|
selectFirstByDefault = false,
|
|
110
|
-
}:
|
|
103
|
+
}: WandelbotsDataGridProps<T>) => {
|
|
111
104
|
// Internal state for selection when not controlled
|
|
112
105
|
const [internalSelectedItem, setInternalSelectedItem] =
|
|
113
106
|
useState<T | null>(null)
|
|
@@ -458,4 +451,4 @@ export const SearchableDataGrid = externalizeComponent(
|
|
|
458
451
|
),
|
|
459
452
|
)
|
|
460
453
|
|
|
461
|
-
|
|
454
|
+
WandelbotsDataGrid.displayName = "WandelbotsDataGrid"
|
package/src/index.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from "./components/3d-viewport/PresetEnvironment"
|
|
|
2
2
|
export * from "./components/3d-viewport/SafetyZonesRenderer"
|
|
3
3
|
export * from "./components/3d-viewport/TrajectoryRenderer"
|
|
4
4
|
export * from "./components/CycleTimer"
|
|
5
|
+
export * from "./components/DataGrid"
|
|
5
6
|
export * from "./components/jogging/JoggingCartesianAxisControl"
|
|
6
7
|
export * from "./components/jogging/JoggingJointRotationControl"
|
|
7
8
|
export * from "./components/jogging/JoggingPanel"
|
|
@@ -20,7 +21,6 @@ export { defaultGetModel } from "./components/robots/robotModelLogic"
|
|
|
20
21
|
export * from "./components/robots/SupportedRobot"
|
|
21
22
|
export * from "./components/RobotSetupReadinessIndicator"
|
|
22
23
|
export * from "./components/safetyBar/SafetyBar"
|
|
23
|
-
export * from "./components/SearchableDataGrid"
|
|
24
24
|
export * from "./components/SelectableFab"
|
|
25
25
|
export * from "./components/utils/hooks"
|
|
26
26
|
export * from "./components/utils/interpolation"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SearchableDataGrid.d.ts","sourceRoot":"","sources":["../../src/components/SearchableDataGrid.tsx"],"names":[],"mappings":"AAIA,OAAO,EAEL,KAAK,aAAa,EAElB,KAAK,UAAU,EACf,KAAK,aAAa,EAOnB,MAAM,kBAAkB,CAAA;AAKzB,MAAM,WAAW,uBAAuB,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAClE;;OAEG;IACH,IAAI,EAAE,CAAC,EAAE,CAAA;IAET;;OAEG;IACH,OAAO,EAAE,UAAU,EAAE,CAAA;IAErB;;;OAGG;IACH,UAAU,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG;QAAE,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAA;IAE1E;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,MAAM,EAAE,aAAa,KAAK,IAAI,CAAA;IAErD;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,GAAG,IAAI,CAAA;IAEvB;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,GAAG,MAAM,CAAA;IAExC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAE1B;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,CAAA;IAEtC;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;IAEnC;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAA;CAC/B;AAED,eAAO,MAAM,kBAAkB,IAE1B,CAAC,iLAcC,uBAAuB,CAAC,CAAC,CAAC;;CA6VhC,CAAA"}
|