Skip to content

Commit 639a57d

Browse files
NachmanBerkowitzNachman Berkowitz
andauthored
Bump version (#59)
* bump version Co-authored-by: Nachman Berkowitz <[email protected]>
1 parent 698f6aa commit 639a57d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/table-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mx-table-builder",
3-
"version": "0.3.3",
3+
"version": "0.3.5",
44
"peerDependencies": {
55
"@angular/common": "~10.0.0",
66
"@angular/core": "~10.0.0",

projects/table-builder/src/lib/interfaces/report-def.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface MetaData<T = any> {
3838
width?: string;
3939
noExport?: boolean;
4040
noFilter?: boolean;
41-
transform?: ( (o: T, ...args: any[])=> any ) | PipeTransform;
41+
transform?: ( (o: T | string, ...args: any[])=> any ) | PipeTransform;
4242
click?: (element: T, key: string ) => void;
4343
}
4444

0 commit comments

Comments
 (0)