Comparing version 2.1.22 to 2.1.23
@@ -162,3 +162,2 @@ import { LitElement, html, css } from 'lit'; | ||
if (files.length > 0) { | ||
console.log("Mostramos el nombre del archivo",files); | ||
this.fileName = files[0].name; | ||
@@ -214,3 +213,3 @@ if(this._isValidExtension(this.fileName)) { | ||
get value() { | ||
this.fileInput.value; | ||
return this.fileInput.value; | ||
} | ||
@@ -221,3 +220,3 @@ | ||
} | ||
} |
{ | ||
"name": "@dile/ui", | ||
"version": "2.1.22", | ||
"version": "2.1.23", | ||
"description": "UI Core components from dile-components.", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "1b91b1404247bf86e6b04ea12793d5d6235a5f50" | ||
"gitHead": "453ef1fb92c0c84f23635cb36a7d4896cdabd845" | ||
} |
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
221425
7063