caplink-saas-ui-shared-component-library 1.45.0 → 1.46.0

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.
@@ -189,6 +189,10 @@ export type Context = {
189
189
  columnIndex: number;
190
190
  }): void;
191
191
  onRestoreColumnsVisibility: () => void;
192
+ isDragging: boolean;
193
+ onStartDragSelection: (point: Matrix.Point) => void;
194
+ onDragSelection: (point: Matrix.Point) => void;
195
+ onEndDragSelection: () => void;
192
196
  onExportData?: () => void;
193
197
  onOpenFullScreen?: () => void;
194
198
  fullScreen: boolean;