@ag-grid-enterprise/viewport-row-model
Advanced tools
Comparing version 24.1.0 to 25.0.0
import { BeanStub, IRowModel, IViewportDatasource, RowBounds, RowNode } from "@ag-grid-community/core"; | ||
export declare class ViewportRowModel extends BeanStub implements IRowModel { | ||
private gridOptionsWrapper; | ||
private gridApi; | ||
@@ -16,3 +15,3 @@ private columnApi; | ||
start(): void; | ||
isLastRowFound(): boolean; | ||
isLastRowIndexKnown(): boolean; | ||
private destroyDatasource; | ||
@@ -32,3 +31,2 @@ private calculateFirstRow; | ||
getTopLevelRowDisplayedIndex(topLevelIndex: number): number; | ||
getCurrentPageHeight(): number; | ||
isEmpty(): boolean; | ||
@@ -35,0 +33,0 @@ isRowsToRender(): boolean; |
@@ -46,3 +46,3 @@ "use strict"; | ||
}; | ||
ViewportRowModel.prototype.isLastRowFound = function () { | ||
ViewportRowModel.prototype.isLastRowIndexKnown = function () { | ||
return true; | ||
@@ -156,5 +156,2 @@ }; | ||
}; | ||
ViewportRowModel.prototype.getCurrentPageHeight = function () { | ||
return this.rowCount * this.rowHeight; | ||
}; | ||
ViewportRowModel.prototype.isEmpty = function () { | ||
@@ -243,5 +240,2 @@ return this.rowCount > 0; | ||
__decorate([ | ||
core_1.Autowired('gridOptionsWrapper') | ||
], ViewportRowModel.prototype, "gridOptionsWrapper", void 0); | ||
__decorate([ | ||
core_1.Autowired('gridApi') | ||
@@ -248,0 +242,0 @@ ], ViewportRowModel.prototype, "gridApi", void 0); |
@@ -8,3 +8,3 @@ "use strict"; | ||
moduleName: core_1.ModuleNames.ViewportRowModelModule, | ||
rowModels: { 'viewport': viewportRowModel_1.ViewportRowModel }, | ||
rowModels: { viewport: viewportRowModel_1.ViewportRowModel }, | ||
dependantModules: [ | ||
@@ -11,0 +11,0 @@ core_2.EnterpriseCoreModule |
import { BeanStub, IRowModel, IViewportDatasource, RowBounds, RowNode } from "@ag-grid-community/core"; | ||
export declare class ViewportRowModel extends BeanStub implements IRowModel { | ||
private gridOptionsWrapper; | ||
private gridApi; | ||
@@ -16,3 +15,3 @@ private columnApi; | ||
start(): void; | ||
isLastRowFound(): boolean; | ||
isLastRowIndexKnown(): boolean; | ||
private destroyDatasource; | ||
@@ -32,3 +31,2 @@ private calculateFirstRow; | ||
getTopLevelRowDisplayedIndex(topLevelIndex: number): number; | ||
getCurrentPageHeight(): number; | ||
isEmpty(): boolean; | ||
@@ -35,0 +33,0 @@ isRowsToRender(): boolean; |
@@ -44,3 +44,3 @@ var __extends = (this && this.__extends) || (function () { | ||
}; | ||
ViewportRowModel.prototype.isLastRowFound = function () { | ||
ViewportRowModel.prototype.isLastRowIndexKnown = function () { | ||
return true; | ||
@@ -154,5 +154,2 @@ }; | ||
}; | ||
ViewportRowModel.prototype.getCurrentPageHeight = function () { | ||
return this.rowCount * this.rowHeight; | ||
}; | ||
ViewportRowModel.prototype.isEmpty = function () { | ||
@@ -241,5 +238,2 @@ return this.rowCount > 0; | ||
__decorate([ | ||
Autowired('gridOptionsWrapper') | ||
], ViewportRowModel.prototype, "gridOptionsWrapper", void 0); | ||
__decorate([ | ||
Autowired('gridApi') | ||
@@ -246,0 +240,0 @@ ], ViewportRowModel.prototype, "gridApi", void 0); |
@@ -6,3 +6,3 @@ import { ModuleNames } from "@ag-grid-community/core"; | ||
moduleName: ModuleNames.ViewportRowModelModule, | ||
rowModels: { 'viewport': ViewportRowModel }, | ||
rowModels: { viewport: ViewportRowModel }, | ||
dependantModules: [ | ||
@@ -9,0 +9,0 @@ EnterpriseCoreModule |
{ | ||
"name": "@ag-grid-enterprise/viewport-row-model", | ||
"version": "24.1.0", | ||
"version": "25.0.0", | ||
"description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components", | ||
@@ -45,4 +45,4 @@ "main": "./dist/cjs/main.js", | ||
"dependencies": { | ||
"@ag-grid-community/core": "~24.1.0", | ||
"@ag-grid-enterprise/core": "~24.1.0" | ||
"@ag-grid-community/core": "~25.0.0", | ||
"@ag-grid-enterprise/core": "~25.0.0" | ||
}, | ||
@@ -49,0 +49,0 @@ "devDependencies": { |
@@ -13,3 +13,3 @@ | ||
[Angular 1](https://www.ag-grid.com/angular-grid/) | [Angular 2](https://www.ag-grid.com/angular-grid/) | [Javascript](https://www.ag-grid.com/javascript-grid/) | [Polymer](https://www.ag-grid.com/best-polymer-data-grid/) | [React](https://www.ag-grid.com/react-grid/) | [TypeScript](https://www.ag-grid.com/ag-grid-building-typescript/) | [VueJS](https://www.ag-grid.com/vuejs-grid/) | [Web Components](https://www.ag-grid.com/best-web-component-data-grid/) | [Aurelia](https://www.ag-grid.com/best-aurelia-data-grid/) | ||
[Angular 1](https://www.ag-grid.com/documentation/angular/angularjs/) | [Angular 2](https://www.ag-grid.com/documentation/angular/getting-started/) | [Javascript](https://www.ag-grid.com/documentation/javascript/getting-started/) | [Polymer](https://www.ag-grid.com/documentation/javascript/polymer-getting-started/) | [React](https://www.ag-grid.com/documentation/react/getting-started/) | [TypeScript](https://www.ag-grid.com/documentation/javascript/building-typescript/) | [VueJS](https://www.ag-grid.com/documentation/vue/getting-started/) | ||
@@ -16,0 +16,0 @@ This is not free software, this software is covered by copyright and to use you need a commercial license. |
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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
5722635
90594
+ Added@ag-grid-community/core@25.0.1(transitive)
+ Added@ag-grid-enterprise/core@25.0.1(transitive)
- Removed@ag-grid-community/core@24.1.0(transitive)
- Removed@ag-grid-enterprise/core@24.1.0(transitive)