@ag-grid-enterprise/viewport-row-model
Advanced tools
Comparing version 22.0.0 to 22.1.0
@@ -5,1 +5,2 @@ "use strict"; | ||
exports.ViewportRowModelModule = viewportRowModelModule_1.ViewportRowModelModule; | ||
//# sourceMappingURL=main.js.map |
@@ -41,4 +41,4 @@ import { IRowModel, RowNode, IViewportDatasource, RowBounds } from "@ag-grid-community/core"; | ||
private createBlankRowNode; | ||
setRowCount(rowCount: number): void; | ||
setRowCount(rowCount: number, keepRenderedRows?: boolean): void; | ||
isRowPresent(rowNode: RowNode): boolean; | ||
} |
@@ -207,3 +207,4 @@ "use strict"; | ||
}; | ||
ViewportRowModel.prototype.setRowCount = function (rowCount) { | ||
ViewportRowModel.prototype.setRowCount = function (rowCount, keepRenderedRows) { | ||
if (keepRenderedRows === void 0) { keepRenderedRows = false; } | ||
if (rowCount !== this.rowCount) { | ||
@@ -217,3 +218,3 @@ this.rowCount = rowCount; | ||
newPage: false, | ||
keepRenderedRows: false, | ||
keepRenderedRows: keepRenderedRows, | ||
animate: false | ||
@@ -260,1 +261,2 @@ }; | ||
exports.ViewportRowModel = ViewportRowModel; | ||
//# sourceMappingURL=viewportRowModel.js.map |
@@ -13,1 +13,2 @@ "use strict"; | ||
}; | ||
//# sourceMappingURL=viewportRowModelModule.js.map |
@@ -41,4 +41,4 @@ import { IRowModel, RowNode, IViewportDatasource, RowBounds } from "@ag-grid-community/core"; | ||
private createBlankRowNode; | ||
setRowCount(rowCount: number): void; | ||
setRowCount(rowCount: number, keepRenderedRows?: boolean): void; | ||
isRowPresent(rowNode: RowNode): boolean; | ||
} |
@@ -205,3 +205,4 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
}; | ||
ViewportRowModel.prototype.setRowCount = function (rowCount) { | ||
ViewportRowModel.prototype.setRowCount = function (rowCount, keepRenderedRows) { | ||
if (keepRenderedRows === void 0) { keepRenderedRows = false; } | ||
if (rowCount !== this.rowCount) { | ||
@@ -215,3 +216,3 @@ this.rowCount = rowCount; | ||
newPage: false, | ||
keepRenderedRows: false, | ||
keepRenderedRows: keepRenderedRows, | ||
animate: false | ||
@@ -218,0 +219,0 @@ }; |
{ | ||
"name": "@ag-grid-enterprise/viewport-row-model", | ||
"version": "22.0.0", | ||
"version": "22.1.0", | ||
"description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components", | ||
"main": "./dist/cjs/main.js", | ||
"module": "./dist/es6/main.js", | ||
"types": "./dist/es6/main.d.ts", | ||
"scripts": { | ||
"build-cjs": "tsc -p tsconfig.es5.json", | ||
"build-cjs": "tsc -p tsconfig.json", | ||
"build-es6": "tsc -p tsconfig.es6.json", | ||
"build-docs": "tsc -p tsconfig.docs.json", | ||
"package": "node ../../common-build/rollup/build.js", | ||
"package": "node ../../module-build/rollup/build.js", | ||
"build": "npm run build-cjs && npm run build-es6" | ||
@@ -44,4 +44,4 @@ }, | ||
"dependencies": { | ||
"@ag-grid-community/core": "~22.0.0", | ||
"@ag-grid-enterprise/core": "~22.0.0" | ||
"@ag-grid-community/core": "~22.1.0", | ||
"@ag-grid-enterprise/core": "~22.1.0" | ||
}, | ||
@@ -54,2 +54,2 @@ "devDependencies": { | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5007573
24
79528
1
+ Added@ag-grid-community/core@22.1.1(transitive)
+ Added@ag-grid-enterprise/core@22.1.1(transitive)
- Removed@ag-grid-community/core@22.0.0(transitive)
- Removed@ag-grid-enterprise/core@22.0.0(transitive)