bolt-table 0.1.41 → 0.1.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.d.mts CHANGED
@@ -764,11 +764,6 @@ interface TableBodyProps {
764
764
  cellStyleFn?: (record: DataRecord, columnKey: string) => React.CSSProperties | undefined;
765
765
  /** Called when the user starts dragging a row by its grip handle. */
766
766
  onRowDragStart?: (rowIndex: number, e: React.PointerEvent) => void;
767
- /** Currently focused cell coordinates for keyboard navigation. */
768
- focusedCell?: {
769
- row: number;
770
- col: number;
771
- } | null;
772
767
  /** Enable row position animation on data changes. */
773
768
  enableRowAnimation?: boolean;
774
769
  /** Called when a group header is clicked to toggle collapse. */
package/dist/index.d.ts CHANGED
@@ -764,11 +764,6 @@ interface TableBodyProps {
764
764
  cellStyleFn?: (record: DataRecord, columnKey: string) => React.CSSProperties | undefined;
765
765
  /** Called when the user starts dragging a row by its grip handle. */
766
766
  onRowDragStart?: (rowIndex: number, e: React.PointerEvent) => void;
767
- /** Currently focused cell coordinates for keyboard navigation. */
768
- focusedCell?: {
769
- row: number;
770
- col: number;
771
- } | null;
772
767
  /** Enable row position animation on data changes. */
773
768
  enableRowAnimation?: boolean;
774
769
  /** Called when a group header is clicked to toggle collapse. */