caplink-saas-ui-shared-component-library 0.3.22 → 0.4.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.
@@ -55,6 +55,7 @@ export type DataEditor = {
55
55
  column: Column;
56
56
  width: number;
57
57
  coordinates: Matrix.Point;
58
+ testid?: string;
58
59
  };
59
60
  export type DataViewer = {
60
61
  width: number;
@@ -64,6 +65,7 @@ export type DataViewer = {
64
65
  column: Column;
65
66
  coordinates: Matrix.Point;
66
67
  selected?: boolean;
68
+ testid?: string;
67
69
  };
68
70
  export type ColumnState = {
69
71
  /** Whether column is readonly to user */