Skip to content

Commit d348ad7

Browse files
committed
(release): 4.1.0
1 parent 6a4f30c commit d348ad7

File tree

85 files changed

+225
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+225
-91
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swimlane/ngx-datatable",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "ngx-datatable is a Angular2+ table grid component for presenting large and complex data.",
55
"main": "release/index.js",
66
"typings": "release/index.d.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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}}]
1+
{"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"}]}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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}}]
1+
{"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"}]}

release/components/body/body-row.component.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export declare class DataTableBodyRowComponent {
1616
_innerWidth: number;
1717
constructor(element: ElementRef);
1818
trackByGroups(index: number, colGroup: any): any;
19+
columnTrackingFn(index: number, column: any): any;
1920
stylesByGroup(group: string): {
2021
width: string;
2122
};

release/components/body/body-row.component.js

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/components/body/body-row.component.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)