spreadsheet-lit-element
Advanced tools
Comparing version 0.0.51 to 0.0.52
{ | ||
"name": "spreadsheet-lit-element", | ||
"version": "0.0.51", | ||
"version": "0.0.52", | ||
"description": "A simple web component", | ||
@@ -5,0 +5,0 @@ "main": "vaadin-spreadsheet.js", |
@@ -270,3 +270,3 @@ /** | ||
this.api.setReload(newVal, notify); | ||
} else if ('' == name) { | ||
} else if ('sheetIndex' == name) { | ||
this.api.setSheetIndex(newVal, notify); | ||
@@ -273,0 +273,0 @@ } else if ('sheetNames' == name) { |
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
68478