@progress/kendo-angular-grid
Advanced tools
Comparing version 0.22.0 to 0.22.1
@@ -47,3 +47,3 @@ import { OnInit, OnDestroy } from '@angular/core'; | ||
*/ | ||
changePage(page: number): void; | ||
changePage(page: number): boolean; | ||
/** | ||
@@ -50,0 +50,0 @@ * @hidden |
@@ -60,2 +60,3 @@ /** | ||
this.pagerContext.changePage(page); | ||
return false; | ||
}; | ||
@@ -62,0 +63,0 @@ /** |
@@ -47,3 +47,3 @@ import { OnInit, OnDestroy } from '@angular/core'; | ||
*/ | ||
changePage(page: number): void; | ||
changePage(page: number): boolean; | ||
/** | ||
@@ -50,0 +50,0 @@ * @hidden |
@@ -61,2 +61,3 @@ "use strict"; | ||
this.pagerContext.changePage(page); | ||
return false; | ||
}; | ||
@@ -63,0 +64,0 @@ /** |
{ | ||
"name": "@progress/kendo-angular-grid", | ||
"description": "A Grid Component for Angular 2", | ||
"version": "0.22.0", | ||
"version": "0.22.1", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "registry": "https://registry.npm.telerik.com" |
Sorry, the diff of this file is too big to display
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
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
2030457
24465