spreadsheet-lit-element
Advanced tools
Comparing version 0.0.84 to 0.0.85
{ | ||
"name": "spreadsheet-lit-element", | ||
"version": "0.0.84", | ||
"version": "0.0.85", | ||
"description": "A simple web component", | ||
@@ -5,0 +5,0 @@ "main": "vaadin-spreadsheet.js", |
@@ -212,3 +212,3 @@ /** | ||
document.head.append(style); | ||
} | ||
} | ||
@@ -225,2 +225,3 @@ | ||
this.addStyle(css_valo); | ||
this.addFontAwesome(); | ||
@@ -652,4 +653,10 @@ const div = document.createElement('div'); | ||
addFontAwesome() { | ||
const style = document.createElement('link'); | ||
style.setAttribute('href', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css') | ||
style.setAttribute('rel', 'stylesheet') | ||
document.head.append(style); | ||
} | ||
} | ||
window.customElements.define('vaadin-spreadsheet', VaadinSpreadsheet); |
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
65527
1286