Comparing version 2.1.21 to 2.1.22
@@ -211,2 +211,11 @@ import { LitElement, html, css } from 'lit'; | ||
} | ||
get value() { | ||
this.fileInput.value; | ||
} | ||
set value(value) { | ||
this.fileInput.value = value; | ||
} | ||
} |
{ | ||
"name": "@dile/ui", | ||
"version": "2.1.21", | ||
"version": "2.1.22", | ||
"description": "UI Core components from dile-components.", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "f88d874e01e0d6a4ce176e1b7319adde9abd5812" | ||
"gitHead": "1b91b1404247bf86e6b04ea12793d5d6235a5f50" | ||
} |
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
221480
7064