@lucasheight/kendo-grid-state
Version:
A helper library that implements a directive to manage grid state during session or between sessions for Progress Kendo UI for Angular Grid.
48 lines • 1.36 kB
JSON
{
"name": "@lucasheight/kendo-grid-state",
"version": "2.0.0",
"description": "A helper library that implements a directive to manage grid state during session or between sessions for Progress Kendo UI for Angular Grid.",
"keywords": [
"angular",
"kendo",
"kendo-grid",
"state",
"telerik",
"progress"
],
"homepage": "https://github.com/lucasheight/angular-kendo-grid-state",
"bugs": {
"url": "https://github.com/lucasheight/angular-kendo-grid-state/issues"
},
"license": "MIT",
"repository": {
"url": "git+https://github.com/lucasheight/angular-kendo-grid-state.git",
"type": "git"
},
"author": {
"name": "Lynden Garrett",
"url": "https://github.com/lucasheight"
},
"peerDependencies": {
"@angular/common": ">=14 <=21",
"@angular/core": ">=14 <=21",
"@progress/kendo-angular-grid": ">=4 <=23",
"@progress/kendo-data-query": ">=1 <2"
},
"dependencies": {
"tslib": ">= 2 < 3"
},
"module": "fesm2022/lucasheight-kendo-grid-state.mjs",
"typings": "types/lucasheight-kendo-grid-state.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/lucasheight-kendo-grid-state.d.ts",
"default": "./fesm2022/lucasheight-kendo-grid-state.mjs"
}
},
"sideEffects": false,
"type": "module"
}