ag-grid-polymer
Advanced tools
Comparing version 19.1.2 to 20.0.0
{ | ||
"name": "ag-grid-polymer", | ||
"version": "19.1.2", | ||
"version": "20.0.0", | ||
"description": "ag-Grid Polymer 3 Web Component", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"ag-grid-community": "^19.1.0", | ||
"ag-grid-community": "^20.0.0", | ||
"@polymer/polymer": "^3.0.0-pre.12" | ||
@@ -27,0 +27,0 @@ }, |
@@ -68,5 +68,5 @@ import { PolymerElement } from "../../@polymer/polymer/polymer-element.js"; | ||
if (Object.keys(this._attributes).length === 0 && Object.keys(this._gridOptions).length === 0) { | ||
setTimeout(() => { | ||
window.setTimeout(() => { | ||
this.initialiseGrid(); | ||
}, 0) | ||
}, 0); | ||
} else { | ||
@@ -73,0 +73,0 @@ this.initialiseGrid(); |
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
14516