@moontra/moonui-pro 2.26.41 → 2.26.42
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 +1 -3
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -74131,12 +74131,10 @@ function DataTable({
|
|
|
74131
74131
|
manualPagination,
|
|
74132
74132
|
pageCount,
|
|
74133
74133
|
state: {
|
|
74134
|
-
...externalState || {},
|
|
74135
74134
|
sorting: externalState?.sorting ?? sorting,
|
|
74136
74135
|
columnFilters: externalState?.columnFilters ?? columnFilters,
|
|
74137
74136
|
columnVisibility: externalState?.columnVisibility ?? columnVisibility,
|
|
74138
|
-
rowSelection,
|
|
74139
|
-
// Always use internal rowSelection state
|
|
74137
|
+
rowSelection: externalState?.rowSelection ?? rowSelection,
|
|
74140
74138
|
globalFilter: externalState?.globalFilter ?? globalFilter,
|
|
74141
74139
|
pagination: externalState?.pagination ?? paginationState
|
|
74142
74140
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.42",
|
|
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",
|