@versini/ui-datagrid 3.1.1 → 3.1.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/dist/197.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-datagrid v3.1.1
2
+ @versini/ui-datagrid v3.1.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
package/dist/430.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-datagrid v3.1.1
2
+ @versini/ui-datagrid v3.1.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
package/dist/799.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-datagrid v3.1.1
2
+ @versini/ui-datagrid v3.1.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
package/dist/91.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-datagrid v3.1.1
2
+ @versini/ui-datagrid v3.1.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,2 +1,2 @@
1
1
  import type { DataGridProps } from "./DataGridTypes";
2
- export declare const DataGrid: ({ className, wrapperClassName, children, mode, compact, stickyHeader, stickyFooter, blurEffect, maxHeight, loading, columns, ...rest }: DataGridProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const DataGrid: ({ className, wrapperClassName, children, mode, compact, stickyHeader, stickyFooter, blurEffect, maxHeight, loading, columns, ...rest }: DataGridProps) => import("react").JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-datagrid v3.1.1
2
+ @versini/ui-datagrid v3.1.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -48,4 +48,4 @@ export type AnimatedWrapperProps = {
48
48
  * ```
49
49
  *
50
50
  */
51
- export declare const AnimatedWrapper: ({ children, dependency, duration, enabled, className, }: AnimatedWrapperProps) => import("react/jsx-runtime").JSX.Element;
51
+ export declare const AnimatedWrapper: ({ children, dependency, duration, enabled, className, }: AnimatedWrapperProps) => import("react").JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-datagrid v3.1.1
2
+ @versini/ui-datagrid v3.1.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,2 +1,2 @@
1
1
  import type { DataGridBodyProps } from "../DataGrid/DataGridTypes";
2
- export declare const DataGridBody: ({ className, children, noData, noDataText, ...rest }: DataGridBodyProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const DataGridBody: ({ className, children, noData, noDataText, ...rest }: DataGridBodyProps) => import("react").JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-datagrid v3.1.1
2
+ @versini/ui-datagrid v3.1.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,2 +1,2 @@
1
1
  import type { DataGridCellProps } from "../DataGrid/DataGridTypes";
2
- export declare const DataGridCell: ({ className, children, align, borderLeft, borderRight, colSpan, style, ...rest }: DataGridCellProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const DataGridCell: ({ className, children, align, borderLeft, borderRight, colSpan, style, ...rest }: DataGridCellProps) => import("react").JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-datagrid v3.1.1
2
+ @versini/ui-datagrid v3.1.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -4,5 +4,5 @@ type ButtonSortProps = Pick<ButtonSortTypes.Props, "active" | "className" | "onC
4
4
  export declare const ButtonSort: ({ active, className, onClick, labelRight, children, blurEffect, mode, }: ButtonSortProps & {
5
5
  mode: ThemeMode;
6
6
  blurEffect?: BlurEffect;
7
- }) => import("react/jsx-runtime").JSX.Element;
7
+ }) => import("react").JSX.Element;
8
8
  export {};
@@ -1,2 +1,2 @@
1
1
  import type { DataGridCellSortProps } from "../DataGrid/DataGridTypes";
2
- export declare const DataGridCellSort: ({ className, children, cellId, onSort, sortDirection, sortedCell, slotLeft, slotRight, buttonClassName, align, ...rest }: DataGridCellSortProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const DataGridCellSort: ({ className, children, cellId, onSort, sortDirection, sortedCell, slotLeft, slotRight, buttonClassName, align, ...rest }: DataGridCellSortProps) => import("react").JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-datagrid v3.1.1
2
+ @versini/ui-datagrid v3.1.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-datagrid v3.1.1
2
+ @versini/ui-datagrid v3.1.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  import type { DataGridFooterProps } from "../DataGrid/DataGridTypes";
2
2
  export declare const DataGridFooter: {
3
- ({ className, children, ...rest }: DataGridFooterProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ className, children, ...rest }: DataGridFooterProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-datagrid v3.1.1
2
+ @versini/ui-datagrid v3.1.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  import type { DataGridHeaderProps } from "../DataGrid/DataGridTypes";
2
2
  export declare const DataGridHeader: {
3
- ({ caption, captionClassName, className, children, ...rest }: DataGridHeaderProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ caption, captionClassName, className, children, ...rest }: DataGridHeaderProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-datagrid v3.1.1
2
+ @versini/ui-datagrid v3.1.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -117,4 +117,4 @@ export type DataGridInfiniteBodyRef = {
117
117
  */
118
118
  export declare function DataGridInfiniteBody<T>({ data, children: renderRow, batchSize, threshold, rootMargin, onVisibleCountChange, className, noData, noDataText, ref, }: DataGridInfiniteBodyProps<T> & {
119
119
  ref?: React.Ref<DataGridInfiniteBodyRef>;
120
- }): import("react/jsx-runtime").JSX.Element;
120
+ }): import("react").JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-datagrid v3.1.1
2
+ @versini/ui-datagrid v3.1.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,2 +1,3 @@
1
+ import React from "react";
1
2
  import type { DataGridRowProps } from "../DataGrid/DataGridTypes";
2
- export declare const DataGridRow: ({ className, children, active, style: userStyle, ...rest }: DataGridRowProps) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const DataGridRow: ({ className, children, active, style: userStyle, ...rest }: DataGridRowProps) => React.JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-datagrid v3.1.1
2
+ @versini/ui-datagrid v3.1.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-datagrid v3.1.1
2
+ @versini/ui-datagrid v3.1.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-datagrid",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -87,16 +87,16 @@
87
87
  },
88
88
  "devDependencies": {
89
89
  "@testing-library/jest-dom": "6.9.1",
90
- "@versini/ui-button": "15.0.4",
90
+ "@versini/ui-button": "15.0.5",
91
91
  "@versini/ui-types": "10.0.0"
92
92
  },
93
93
  "dependencies": {
94
- "@versini/ui-icons": "4.28.0",
94
+ "@versini/ui-icons": "4.29.0",
95
95
  "clsx": "2.1.1",
96
- "tailwindcss": "4.3.0"
96
+ "tailwindcss": "4.3.1"
97
97
  },
98
98
  "sideEffects": [
99
99
  "**/*.css"
100
100
  ],
101
- "gitHead": "4fa14b05aa9384b4ab44800ac9bcc70c3211bec9"
101
+ "gitHead": "f25e4b557175f745705c249d10e2e77dc02ed462"
102
102
  }