@gisce/react-formiga-table
Advanced tools
Comparing version 0.8.6 to 0.8.7-rc.0
@@ -26,2 +26,7 @@ export declare type TableColumn = { | ||
}; | ||
export interface LocalizedStrings { | ||
recordsSelected: string; | ||
allRecordsSelected: string; | ||
selectAllRecords: string; | ||
} | ||
export declare type TableProps = { | ||
@@ -44,2 +49,5 @@ dataSource: any[]; | ||
selectionRowKeys?: number[]; | ||
translations?: LocalizedStrings; | ||
onSelectAllRecords?: () => Promise<void>; | ||
totalItems?: number; | ||
}; |
{ | ||
"name": "@gisce/react-formiga-table", | ||
"version": "0.8.6", | ||
"version": "0.8.7-rc.0", | ||
"scripts": { | ||
"start": "while :; do tsc && vite build --watch --force; done", | ||
"build": "tsc && vite build", | ||
@@ -6,0 +7,0 @@ "prepublishOnly": "npm run build", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
200031
17
1866