@mailstep/design-system 0.7.47-beta.17 → 0.7.47-beta.18
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/package.json +1 -1
- package/ui/Blocks/CommonGrid/types.d.ts +1 -1
- package/ui/index.es.js +6913 -6920
- package/ui/index.umd.js +396 -396
package/package.json
CHANGED
|
@@ -164,7 +164,7 @@ export type DataCellProps<T> = {
|
|
|
164
164
|
onRowAction?: (id: string, field: string, value: any, rowData?: T) => void | Promise<any>;
|
|
165
165
|
column: ColumnDefinition;
|
|
166
166
|
children?: React.ReactNode;
|
|
167
|
-
rowIndex
|
|
167
|
+
rowIndex?: number;
|
|
168
168
|
};
|
|
169
169
|
type SingleColumnConfig = {
|
|
170
170
|
isHidden?: boolean;
|