@data-c/pro 0.2.61 → 0.2.62
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/index.d.ts +1 -1
- package/package.json +8 -8
package/dist/index.d.ts
CHANGED
|
@@ -171,7 +171,7 @@ declare const DataTable: {
|
|
|
171
171
|
ActionTransport: typeof DataTableActionTransport;
|
|
172
172
|
ColumnsPanelTrigger: typeof DataTableColumnsPanelTrigger;
|
|
173
173
|
AddPanelTrigger: typeof DataTableAddPanelTrigger;
|
|
174
|
-
useGridApiRef: () => react.
|
|
174
|
+
useGridApiRef: () => react.RefObject<_mui_x_data_grid_pro.GridApiPro | null>;
|
|
175
175
|
};
|
|
176
176
|
|
|
177
177
|
export { DataTable, GridViewState, GridWrapperApi };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@data-c/pro",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.62",
|
|
4
4
|
"author": "Raphael <raphael@datac.com.br>",
|
|
5
5
|
"homepage": "https://gitlab.com/raphaelbsr/mio#readme",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,21 +29,21 @@
|
|
|
29
29
|
"url": "https://gitlab.com/raphaelbsr/mio/issues"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@data-c/hooks": "^0.2.
|
|
33
|
-
"@data-c/ui": "^0.2.
|
|
32
|
+
"@data-c/hooks": "^0.2.62",
|
|
33
|
+
"@data-c/ui": "^0.2.62",
|
|
34
34
|
"@mui/material": "7.3.1",
|
|
35
35
|
"@mui/x-data-grid-pro": "^8.20.0",
|
|
36
36
|
"lucide-react": "^0.536.0",
|
|
37
|
-
"react": "
|
|
38
|
-
"react-dom": "
|
|
37
|
+
"react": "19.1.0",
|
|
38
|
+
"react-dom": "19.1.0",
|
|
39
39
|
"typescript": "^4.9.4"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"react": "
|
|
43
|
-
"react-dom": "
|
|
42
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
43
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
44
44
|
},
|
|
45
45
|
"resolutions": {
|
|
46
46
|
"csstype": "3.1.2"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "6c0915d079a79a7b6f63145741273f72a7e7dae0"
|
|
49
49
|
}
|