UNPKG

@progress/kendo-react-grid

Version:

React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package

159 lines 4.87 kB
{ "name": "@progress/kendo-react-grid", "version": "11.3.1", "description": "React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package", "author": "Progress", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://www.telerik.com/kendo-react-ui", "main": "./index.js", "module": "./index.mjs", "types": "./index.d.ts", "exports": { ".": { "import": { "types": "./index.d.mts", "default": "./index.mjs" }, "require": { "types": "./index.d.ts", "default": "./index.js" } }, "./package.json": { "default": "./package.json" } }, "sideEffects": false, "peerDependencies": { "@progress/kendo-data-query": "^1.0.0", "@progress/kendo-drawing": "^1.21.2", "@progress/kendo-licensing": "^1.6.0", "@progress/kendo-react-animation": "11.3.1", "@progress/kendo-react-buttons": "11.3.1", "@progress/kendo-react-common": "11.3.1", "@progress/kendo-react-data-tools": "11.3.1", "@progress/kendo-react-dateinputs": "11.3.1", "@progress/kendo-react-indicators": "11.3.1", "@progress/kendo-react-form": "11.3.1", "@progress/kendo-react-labels": "11.3.1", "@progress/kendo-react-dialogs": "11.3.1", "@progress/kendo-react-dropdowns": "11.3.1", "@progress/kendo-react-inputs": "11.3.1", "@progress/kendo-react-intl": "11.3.1", "@progress/kendo-react-popup": "11.3.1", "@progress/kendo-react-layout": "11.3.1", "@progress/kendo-svg-icons": "^4.0.0", "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc", "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" }, "dependencies": { "prop-types": "^15.6.0" }, "keywords": [ "Kendo UI", "React", "Grid", "Progress", "KendoReact", "KendoReact Free", "reactjs", "UI", "components", "React component", "free React component", "Data grid", "table", "data table", "grid UI component", "PDF export", "Excel export", "Telerik" ], "@progress": { "friendlyName": "Grid", "framework": "KendoReact", "migrations": { "options": { "parser": "tsx", "pattern": "*.{js,jsx,ts,tsx}" }, "codemods": { "11": [ { "description": "Migrate to the new selection state mechanism.", "file": "codemods/v11/selection-state.js", "prompt": true }, { "description": "Migrate to the new custom cell.", "file": "codemods/v11/cell-render.js", "prompt": true }, { "description": "Migrate to the new custom column cell.", "file": "codemods/v11/column-cell.js", "prompt": true }, { "description": "Migrate to the new custom column filter cell.", "file": "codemods/v11/column-filter-cell.js", "prompt": true }, { "description": "Migrate to the new custom column footer cell.", "file": "codemods/v11/column-footer-cell.js", "prompt": true }, { "description": "Migrate to the new custom column header cell.", "file": "codemods/v11/column-header-cell.js", "prompt": true }, { "description": "Migrate to the new detail expand state mechanism.", "file": "codemods/v11/detail-expand-state.js", "prompt": true }, { "description": "Migrate to the new edit state mechanism.", "file": "codemods/v11/edit-state.js", "prompt": true }, { "description": "Migrate to the new custom filter cell.", "file": "codemods/v11/filter-cell-render.js", "prompt": true }, { "description": "Migrate to the new group expand state mechanism.", "file": "codemods/v11/group-expand-state.js", "prompt": true }, { "description": "Migrate to the new custom header cell.", "file": "codemods/v11/header-cell-render.js", "prompt": true }, { "description": "Migrate to the new custom row cell.", "file": "codemods/v11/row-render.js", "prompt": true } ] } }, "package": { "productName": "KendoReact", "productCode": "KENDOUIREACT", "publishDate": 1753442180, "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/" } }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/telerik/kendo-react.git" } }