@equinor/ioc-common-frontend 10.11.1 → 10.11.3

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/build/index.d.ts CHANGED
@@ -690,7 +690,8 @@ type TabbedTableContext<T extends Record<string, any> = Record<string, any>, TSe
690
690
  columnOrder: ColumnOrderState;
691
691
  rowSelected: any;
692
692
  rowsSelected: RowSelectionState;
693
- onRowSelectionChange: (updatedRowsSelected: number[]) => void;
693
+ idsSelected: string[];
694
+ onRowSelectionChange: (updatedRowsSelected: RowSelectionState, updatedIdsSelected: string[]) => void;
694
695
  changeTab: (newTabId: string) => void;
695
696
  onSelectionChange: (selection: T) => void;
696
697
  onSortChange: (sorting: SortingState) => void;