Skip to content

Commit

Permalink
(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Dec 25, 2016
1 parent 6a4f30c commit d348ad7
Show file tree
Hide file tree
Showing 85 changed files with 225 additions and 91 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swimlane/ngx-datatable",
"version": "4.0.0",
"version": "4.1.0",
"description": "ngx-datatable is a Angular2+ table grid component for presenting large and complex data.",
"main": "release/index.js",
"typings": "release/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion release/components/body/body-cell.component.ngsummary.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"summaryKind":2,"type":{"reference":{"__symbolic__":"symbol","name":"DataTableBodyCellComponent","path":"/Users/austin/dev/angular2-data-table/src/components/body/body-cell.component.d.ts"},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbolic__":"symbol","name":"ElementRef","path":"/Users/austin/dev/angular2-data-table/node_modules/@angular/core/src/linker/element_ref.d.ts"}}}}],"lifecycleHooks":[]},"isComponent":true,"selector":"datatable-body-cell","inputs":{"row":"row","column":"column","rowHeight":"rowHeight","isSelected":"isSelected","sorts":"sorts"},"outputs":{"activate":"activate"},"hostListeners":{"focus":"onFocus()","blur":"onBlur()","click":"onClick($event)","dblclick":"onDblClick($event)","keydown":"onKeyDown($event)"},"hostProperties":{"class.active":"isFocused","class.sort-active":"isSortActive","class.sort-asc":"isSortAscending","class.sort-desc":"isSortDescending","style.width.px":"width","style.height":"height"},"hostAttributes":{"class":"datatable-body-cell"},"providers":[],"viewProviders":[],"queries":[],"entryComponents":[],"changeDetection":1,"template":{"summaryKind":0,"animations":[],"ngContentSelectors":[],"encapsulation":2}}]
{"summaries":[{"symbol":{"__symbol":0},"metadata":{"__symbolic":"class"},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":1}}}}],"lifecycleHooks":[]},"isComponent":true,"selector":"datatable-body-cell","inputs":{"row":"row","column":"column","rowHeight":"rowHeight","isSelected":"isSelected","sorts":"sorts"},"outputs":{"activate":"activate"},"hostListeners":{"focus":"onFocus()","blur":"onBlur()","click":"onClick($event)","dblclick":"onDblClick($event)","keydown":"onKeyDown($event)"},"hostProperties":{"class.active":"isFocused","class.sort-active":"isSortActive","class.sort-asc":"isSortAscending","class.sort-desc":"isSortDescending","style.width.px":"width","style.height":"height"},"hostAttributes":{"class":"datatable-body-cell"},"providers":[],"viewProviders":[],"queries":[],"entryComponents":[],"changeDetection":1,"template":{"animations":[],"ngContentSelectors":[],"encapsulation":2}}}],"symbols":[{"__symbol":0,"name":"DataTableBodyCellComponent","filePath":"C:/dev/angular2-data-table/src/components/body/body-cell.component.d.ts"},{"__symbol":1,"name":"ElementRef","filePath":"C:/dev/angular2-data-table/node_modules/@angular/core/src/linker/element_ref.d.ts"}]}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"summaryKind":2,"type":{"reference":{"__symbolic__":"symbol","name":"DataTableRowWrapperComponent","path":"/Users/austin/dev/angular2-data-table/src/components/body/body-row-wrapper.component.d.ts"},"diDeps":[],"lifecycleHooks":[]},"isComponent":true,"selector":"datatable-row-wrapper","inputs":{"rowDetailTemplate":"rowDetailTemplate","detailRowHeight":"detailRowHeight","expanded":"expanded","row":"row"},"outputs":{"rowContextmenu":"rowContextmenu"},"hostListeners":{"contextmenu":"onContextmenu($event)"},"hostProperties":{},"hostAttributes":{"class":"datatable-row-wrapper"},"providers":[],"viewProviders":[],"queries":[],"entryComponents":[],"changeDetection":1,"template":{"summaryKind":0,"animations":[],"ngContentSelectors":["*"],"encapsulation":2}}]
{"summaries":[{"symbol":{"__symbol":0},"metadata":{"__symbolic":"class"},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0},"diDeps":[],"lifecycleHooks":[]},"isComponent":true,"selector":"datatable-row-wrapper","inputs":{"rowDetailTemplate":"rowDetailTemplate","detailRowHeight":"detailRowHeight","expanded":"expanded","row":"row"},"outputs":{"rowContextmenu":"rowContextmenu"},"hostListeners":{"contextmenu":"onContextmenu($event)"},"hostProperties":{},"hostAttributes":{"class":"datatable-row-wrapper"},"providers":[],"viewProviders":[],"queries":[],"entryComponents":[],"changeDetection":1,"template":{"animations":[],"ngContentSelectors":["*"],"encapsulation":2}}}],"symbols":[{"__symbol":0,"name":"DataTableRowWrapperComponent","filePath":"C:/dev/angular2-data-table/src/components/body/body-row-wrapper.component.d.ts"}]}
1 change: 1 addition & 0 deletions release/components/body/body-row.component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export declare class DataTableBodyRowComponent {
_innerWidth: number;
constructor(element: ElementRef);
trackByGroups(index: number, colGroup: any): any;
columnTrackingFn(index: number, column: any): any;
stylesByGroup(group: string): {
width: string;
};
Expand Down
5 changes: 4 additions & 1 deletion release/components/body/body-row.component.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/components/body/body-row.component.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d348ad7

Please sign in to comment.