@moontra/moonui-pro 2.26.34 → 2.26.36
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.global.js +1 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -74052,7 +74052,7 @@ function DataTable({
|
|
|
74052
74052
|
cols = [checkboxColumn, ...cols];
|
|
74053
74053
|
}
|
|
74054
74054
|
return cols;
|
|
74055
|
-
}, [columns, selectable, enableRowSelection
|
|
74055
|
+
}, [columns, selectable, enableRowSelection]);
|
|
74056
74056
|
const table = useReactTable({
|
|
74057
74057
|
data: stableData,
|
|
74058
74058
|
columns: processedColumns,
|
|
@@ -74144,14 +74144,14 @@ function DataTable({
|
|
|
74144
74144
|
manualPagination,
|
|
74145
74145
|
pageCount,
|
|
74146
74146
|
state: {
|
|
74147
|
+
...externalState || {},
|
|
74147
74148
|
sorting: externalState?.sorting ?? sorting,
|
|
74148
74149
|
columnFilters: externalState?.columnFilters ?? columnFilters,
|
|
74149
74150
|
columnVisibility: externalState?.columnVisibility ?? columnVisibility,
|
|
74150
74151
|
rowSelection,
|
|
74151
74152
|
// Always use internal rowSelection state
|
|
74152
74153
|
globalFilter: externalState?.globalFilter ?? globalFilter,
|
|
74153
|
-
pagination: externalState?.pagination ?? paginationState
|
|
74154
|
-
...externalState || {}
|
|
74154
|
+
pagination: externalState?.pagination ?? paginationState
|
|
74155
74155
|
},
|
|
74156
74156
|
initialState: {
|
|
74157
74157
|
pagination: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.36",
|
|
4
4
|
"description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.mjs",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"react-dom": ">=18.0.0 || ^19.0.0"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@moontra/moonui-pro": "^2.26.
|
|
84
|
+
"@moontra/moonui-pro": "^2.26.34",
|
|
85
85
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
86
86
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
87
87
|
"@radix-ui/react-checkbox": "^1.3.2",
|