@angular-generic-table/core
Advanced tools
Comparing version 5.0.0-rc.18 to 5.0.0-rc.19
@@ -8,3 +8,2 @@ import { EventEmitter, OnDestroy, TrackByFunction } from '@angular/core'; | ||
import { GtSortOrder } from './models/table-sort.interface'; | ||
import { TableMeta } from './models/table-meta.interface'; | ||
import { GtPageChangeEvent, GtRowSelectEvent, GtRowClickEvent, GtRowActiveEvent, GtSortEvent } from './models/table-events.interface'; | ||
@@ -108,3 +107,7 @@ import { GtPaginationInfo } from './models/gt-pagination'; | ||
}>; | ||
table$: Observable<TableMeta>; | ||
table$: Observable<{ | ||
data: TableRow[][]; | ||
config: TableConfig<any>; | ||
info: TableInfo; | ||
}>; | ||
/** tableInfo$ - returns observable for table info | ||
@@ -111,0 +114,0 @@ * @return Observable<TableInfo> */ |
{ | ||
"name": "@angular-generic-table/core", | ||
"version": "5.0.0-rc.18", | ||
"version": "5.0.0-rc.19", | ||
"author": "Robert Hjalmers <opensource@rhj.se> (http://www.linkedin.com/in/robert-hjalmers/)", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4536
671297