@jamsrui/data-grid 0.0.7 → 0.0.8
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.
|
@@ -5,8 +5,9 @@ import '@tanstack/react-table';
|
|
|
5
5
|
import '@jamsrui/table';
|
|
6
6
|
|
|
7
7
|
declare const useDataGridConfig: () => DataGridConfig.Props;
|
|
8
|
-
declare const DataGridConfig: (props: DataGridConfig.Props & {
|
|
8
|
+
declare const DataGridConfig: (props: Omit<Partial<DataGridConfig.Props>, "children"> & {
|
|
9
9
|
merge?: boolean;
|
|
10
|
+
children: React.ReactNode;
|
|
10
11
|
}) => react_jsx_runtime.JSX.Element;
|
|
11
12
|
declare namespace DataGridConfig {
|
|
12
13
|
interface Props extends DataGrid.Props {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jamsrui/data-grid",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@tanstack/react-table": ">=8",
|
|
6
6
|
"react": ">=19"
|
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
11
11
|
"@dnd-kit/sortable": "^10.0.0",
|
|
12
12
|
"@dnd-kit/utilities": "^3.2.2",
|
|
13
|
-
"@jamsrui/hooks": "^0.0.
|
|
13
|
+
"@jamsrui/hooks": "^0.0.8",
|
|
14
14
|
"@jamsrui/core": "^0.0.7",
|
|
15
|
-
"@jamsrui/icon-button": "^0.0.7",
|
|
16
|
-
"@jamsrui/input": "^0.0.7",
|
|
17
15
|
"@jamsrui/icons": "^0.0.7",
|
|
18
|
-
"@jamsrui/
|
|
19
|
-
"@jamsrui/
|
|
20
|
-
"@jamsrui/
|
|
21
|
-
"@jamsrui/
|
|
22
|
-
"@jamsrui/
|
|
16
|
+
"@jamsrui/icon-button": "^0.0.8",
|
|
17
|
+
"@jamsrui/linear-progress": "^0.0.8",
|
|
18
|
+
"@jamsrui/input": "^0.0.8",
|
|
19
|
+
"@jamsrui/utils": "^0.0.8",
|
|
20
|
+
"@jamsrui/select": "^0.0.8",
|
|
21
|
+
"@jamsrui/menu": "^0.0.8",
|
|
22
|
+
"@jamsrui/table": "^0.0.8"
|
|
23
23
|
},
|
|
24
24
|
"exports": {
|
|
25
25
|
".": {
|