@reportportal/ui-kit 0.0.1-alpha.146 → 0.0.1-alpha.148

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.
@@ -9,4 +9,4 @@ export declare const isPrimaryColumn: (column: PrimaryColumn | FixedColumn) => b
9
9
  export declare const getRowSizeClassName: (rowData: RowData) => string;
10
10
  export declare const calculatePinnedPosition: (columnIndex: number, columns: (PrimaryColumn | FixedColumn)[], columnWidthsRef: MutableRefObject<Map<string, number>>, isRowsExpandable: boolean, selectable: boolean) => number;
11
11
  export declare const getCellStyle: (column: FixedColumn | PrimaryColumn, isPinned: boolean, pinnedIndex: number | undefined, pinnedColumns: (PrimaryColumn | FixedColumn)[], columnWidthsRef: MutableRefObject<Map<string, number>>, isRowsExpandable: boolean, selectable: boolean) => CSSProperties;
12
- export declare const getGridTemplateColumns: (pinnedColumns: (PrimaryColumn | FixedColumn)[], scrollableColumns: (PrimaryColumn | FixedColumn)[], isRowsExpandable: boolean, selectable: boolean, renderRowActions: boolean, isHeader?: boolean, columnWidths?: Record<string, number>) => string;
12
+ export declare const getGridTemplateColumns: (pinnedColumns: (PrimaryColumn | FixedColumn)[], scrollableColumns: (PrimaryColumn | FixedColumn)[], isRowsExpandable: boolean, selectable: boolean, renderRowActions: boolean, isHeader?: boolean, columnWidths?: Record<string, number>, isResizable?: boolean) => string;
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ import { S as so } from "./spinLoader-c4a53718.js";
24
24
  import { SystemAlert as lo } from "./systemAlert.js";
25
25
  import { S as fo } from "./systemMessage-924fdaa6.js";
26
26
  import { DragLayer as So, SortableItem as Po, SortableList as Co } from "./sortable.js";
27
- import { T as Fo } from "./table-a67da002.js";
27
+ import { T as Fo } from "./table-f1461100.js";
28
28
  import { T as bo } from "./themeProvider-46c2be7b.js";
29
29
  import { T as To } from "./toggle-304107fa.js";
30
30
  import { Tooltip as Bo } from "./tooltip.js";