@trackunit/react-table 2.2.0 → 2.2.2
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/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/migrations/entry.js.map +1 -0
- package/package.json +3 -3
package/index.cjs.js
CHANGED
|
@@ -1513,7 +1513,7 @@ const Table = ({ rowHeight = 50, loading = false, hideFooter = false, style, ...
|
|
|
1513
1513
|
: null, jsxRuntime.jsx(ColumnActions, { getColumn: props.getColumn, header: header, setSorting: props.setSorting, visibleColumnsCount: visibleColumnsCount })] })] })),
|
|
1514
1514
|
!header.column.columnDef.meta?.shouldGrow && header.column.getCanResize() ? (jsxRuntime.jsx(reactTableBaseComponents.ResizeHandle, { isResizing: header.column.getIsResizing(), onMouseDown: header.getResizeHandler(), onTouchStart: header.getResizeHandler() })) : null));
|
|
1515
1515
|
}) }, headerGroup.id));
|
|
1516
|
-
}) }), hasResults ? (jsxRuntime.jsx(reactTableBaseComponents.Tbody, { className: "relative text-sm font-normal contain-layout", ref: virtualizer.containerRef, children: virtualizer.getVirtualItems().map(virtualRow => {
|
|
1516
|
+
}) }), hasResults ? (jsxRuntime.jsx(reactTableBaseComponents.Tbody, { className: "relative text-sm font-normal contain-layout", ref: virtualizer.containerRef, children: virtualizer.getVirtualItems().map((virtualRow) => {
|
|
1517
1517
|
const row = props.getRowModel().rows[virtualRow.index];
|
|
1518
1518
|
if (!row) {
|
|
1519
1519
|
return null;
|
package/index.esm.js
CHANGED
|
@@ -1512,7 +1512,7 @@ const Table = ({ rowHeight = 50, loading = false, hideFooter = false, style, ...
|
|
|
1512
1512
|
: null, jsx(ColumnActions, { getColumn: props.getColumn, header: header, setSorting: props.setSorting, visibleColumnsCount: visibleColumnsCount })] })] })),
|
|
1513
1513
|
!header.column.columnDef.meta?.shouldGrow && header.column.getCanResize() ? (jsx(ResizeHandle, { isResizing: header.column.getIsResizing(), onMouseDown: header.getResizeHandler(), onTouchStart: header.getResizeHandler() })) : null));
|
|
1514
1514
|
}) }, headerGroup.id));
|
|
1515
|
-
}) }), hasResults ? (jsx(Tbody, { className: "relative text-sm font-normal contain-layout", ref: virtualizer.containerRef, children: virtualizer.getVirtualItems().map(virtualRow => {
|
|
1515
|
+
}) }), hasResults ? (jsx(Tbody, { className: "relative text-sm font-normal contain-layout", ref: virtualizer.containerRef, children: virtualizer.getVirtualItems().map((virtualRow) => {
|
|
1516
1516
|
const row = props.getRowModel().rows[virtualRow.index];
|
|
1517
1517
|
if (!row) {
|
|
1518
1518
|
return null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entry.js","sourceRoot":"","sources":["../../../../../libs/react/table/migrations/entry.ts"],"names":[],"mappings":"","sourcesContent":["export {};\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-table",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@trackunit/shared-utils": "1.15.62",
|
|
17
17
|
"@trackunit/css-class-variance-utilities": "1.13.59",
|
|
18
18
|
"@trackunit/ui-icons": "1.13.60",
|
|
19
|
-
"@trackunit/react-table-base-components": "2.2.
|
|
20
|
-
"@trackunit/react-form-components": "2.2.
|
|
19
|
+
"@trackunit/react-table-base-components": "2.2.1",
|
|
20
|
+
"@trackunit/react-form-components": "2.2.1",
|
|
21
21
|
"@trackunit/i18n-library-translation": "2.1.0",
|
|
22
22
|
"@trackunit/iris-app-runtime-core-api": "1.16.68",
|
|
23
23
|
"zod": "^3.25.76"
|