@types/react-data-grid
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -462,2 +462,8 @@ // Type definitions for react-data-grid 2.0 | ||
} | ||
export namespace Filters { | ||
export class NumericFilter extends React.Component<any> { } | ||
export class AutoCompleteFilter extends React.Component<any> { } | ||
export class MultiSelectFilter extends React.Component<any> { } | ||
export class SingleSelectFilter extends React.Component<any> { } | ||
} | ||
export namespace Formatters { | ||
@@ -507,2 +513,3 @@ export class ImageFormatter extends React.Component<any> { } | ||
import Editors = Plugins.Editors; | ||
import Filters = Plugins.Filters; | ||
import Formatters = Plugins.Formatters; | ||
@@ -517,2 +524,3 @@ import Toolbar = Plugins.Toolbar; | ||
Editors, | ||
Filters, | ||
Formatters, | ||
@@ -529,5 +537,6 @@ Toolbar, | ||
ReactDataGridPlugins: { | ||
Editors: typeof Editors | ||
Formatters: typeof Formatters | ||
Toolbar: typeof Toolbar | ||
Editors: typeof Editors, | ||
Filters: typeof Filters, | ||
Formatters: typeof Formatters, | ||
Toolbar: typeof Toolbar, | ||
Menu: typeof Menu, | ||
@@ -534,0 +543,0 @@ Data: typeof Data, |
{ | ||
"name": "@types/react-data-grid", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "TypeScript definitions for react-data-grid", | ||
@@ -9,11 +9,14 @@ "license": "MIT", | ||
"name": "Simon Gellis", | ||
"url": "https://github.com/SupernaviX" | ||
"url": "https://github.com/SupernaviX", | ||
"githubUsername": "SupernaviX" | ||
}, | ||
{ | ||
"name": "Kieran Peat", | ||
"url": "https://github.com/KieranPeat" | ||
"url": "https://github.com/KieranPeat", | ||
"githubUsername": "KieranPeat" | ||
}, | ||
{ | ||
"name": "Martin Novak", | ||
"url": "https://github.com/martinnov92" | ||
"url": "https://github.com/martinnov92", | ||
"githubUsername": "martinnov92" | ||
} | ||
@@ -30,4 +33,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "3ec8873974ef7412d1952cb9e9add07f3593aa3fb93ea327040c9a050a75f8c4", | ||
"typesPublisherContentHash": "ff628cf7eb69bd4772202b22b408071c12ee5a12354171c98eea12d0f9b1aa7a", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:59:27 GMT | ||
* Last updated: Thu, 07 Sep 2017 22:03:13 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: AdazzleReactDataGrid, AdazzleReactDataGridPlugins |
20975
515