@vaadin/vaadin-grid-pro
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@vaadin/vaadin-grid-pro", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "vaadin-grid-pro", | ||
@@ -5,0 +5,0 @@ "main": "vaadin-grid-pro.js", |
@@ -7,3 +7,3 @@ /** | ||
*/ | ||
import { microTask } from '@polymer/polymer/lib/utils/async.js'; | ||
import { animationFrame } from '@polymer/polymer/lib/utils/async.js'; | ||
import { Debouncer } from '@polymer/polymer/lib/utils/debounce.js'; | ||
@@ -263,3 +263,3 @@ import { PolymerElement } from '@polymer/polymer/polymer-element.js'; | ||
// schedule stop on editor component focusout | ||
this._debouncerStopEdit = Debouncer.debounce(this._debouncerStopEdit, microTask, this._stopEdit.bind(this)); | ||
this._debouncerStopEdit = Debouncer.debounce(this._debouncerStopEdit, animationFrame, this._stopEdit.bind(this)); | ||
} | ||
@@ -266,0 +266,0 @@ |
@@ -45,3 +45,3 @@ /** | ||
static get version() { | ||
return '3.0.0'; | ||
return '3.0.1'; | ||
} | ||
@@ -48,0 +48,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
70559
1