ag-grid-react
Advanced tools
Comparing version 17.0.0 to 17.1.0
{ | ||
"name": "ag-grid-react", | ||
"version": "17.0.0", | ||
"version": "17.1.0", | ||
"homepage": "http://www.ag-grid.com/", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -1,2 +0,2 @@ | ||
// ag-grid-react v17.0.0 | ||
// ag-grid-react v17.1.0 | ||
/// <reference types="react" /> | ||
@@ -3,0 +3,0 @@ import { Component } from "react"; |
@@ -1,2 +0,2 @@ | ||
// ag-grid-react v17.0.0 | ||
// ag-grid-react v17.1.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || (function () { |
@@ -1,2 +0,2 @@ | ||
// ag-grid-react v17.0.0 | ||
// ag-grid-react v17.1.0 | ||
/// <reference types="react" /> | ||
@@ -3,0 +3,0 @@ import { Component } from "react"; |
@@ -1,2 +0,2 @@ | ||
// ag-grid-react v17.0.0 | ||
// ag-grid-react v17.1.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || (function () { |
@@ -1,2 +0,2 @@ | ||
// ag-grid-react v17.0.0 | ||
// ag-grid-react v17.1.0 | ||
import { AgReactFrameworkComponent } from "./interfaces"; | ||
@@ -3,0 +3,0 @@ import { Promise } from 'ag-grid'; |
@@ -1,2 +0,2 @@ | ||
// ag-grid-react v17.0.0 | ||
// ag-grid-react v17.1.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -1,3 +0,3 @@ | ||
// ag-grid-react v17.0.0 | ||
import { IHeaderGroup, IHeaderGroupParams, IHeader, IHeaderParams, IFilterParams, IDate, IDateParams, ICellRenderer, ICellRendererParams, ICellEditor, ICellEditorParams, IFilter, ILoadingOverlayComp, ILoadingOverlayParams, INoRowsOverlayComp, INoRowsOverlayParams } from 'ag-grid'; | ||
// ag-grid-react v17.1.0 | ||
import { IHeaderGroup, IHeaderGroupParams, IHeader, IHeaderParams, IFilterParams, IDate, IDateParams, ICellRenderer, ICellRendererParams, ICellEditor, ICellEditorParams, IFilter, ILoadingOverlayParams, INoRowsOverlayParams } from 'ag-grid'; | ||
export interface AgReactFrameworkComponent<T> { | ||
@@ -17,5 +17,5 @@ } | ||
} | ||
export interface ILoadingOverlayReactComp extends ILoadingOverlayComp, AgReactFrameworkComponent<ILoadingOverlayParams> { | ||
export interface ILoadingOverlayReactComp extends AgReactFrameworkComponent<ILoadingOverlayParams> { | ||
} | ||
export interface INoRowsOverlayReactComp extends INoRowsOverlayComp, AgReactFrameworkComponent<INoRowsOverlayParams> { | ||
export interface INoRowsOverlayReactComp extends AgReactFrameworkComponent<INoRowsOverlayParams> { | ||
} |
@@ -1,3 +0,3 @@ | ||
// ag-grid-react v17.0.0 | ||
// ag-grid-react v17.1.0 | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -1,3 +0,3 @@ | ||
// ag-grid-react v17.0.0 | ||
// ag-grid-react v17.1.0 | ||
export { AgGridReact } from './agGridReact'; | ||
export { AgGridColumn } from './agGridColumn'; |
@@ -1,2 +0,2 @@ | ||
// ag-grid-react v17.0.0 | ||
// ag-grid-react v17.1.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "ag-grid-react", | ||
"version": "17.0.0", | ||
"version": "17.1.0", | ||
"description": "ag-Grid React Component", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -32,3 +32,3 @@ import { | ||
export interface ILoadingOverlayReactComp extends ILoadingOverlayComp, AgReactFrameworkComponent<ILoadingOverlayParams> {} | ||
export interface INoRowsOverlayReactComp extends INoRowsOverlayComp, AgReactFrameworkComponent<INoRowsOverlayParams>{} | ||
export interface ILoadingOverlayReactComp extends AgReactFrameworkComponent<ILoadingOverlayParams> {} | ||
export interface INoRowsOverlayReactComp extends AgReactFrameworkComponent<INoRowsOverlayParams>{} |
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
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
226642
33
0
4674