isobit-ui 0.0.314 → 0.0.315
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +5 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
2
|
+
* isobit-ui v0.0.315
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -3266,8 +3266,10 @@ var script$6 = {
|
|
|
3266
3266
|
if (t[i].classList) t[i].classList.add("_");else t[i].className = "_";
|
|
3267
3267
|
}
|
|
3268
3268
|
|
|
3269
|
-
var f = function f() {
|
|
3270
|
-
var e = this;
|
|
3269
|
+
var f = function f(ev) {
|
|
3270
|
+
var e = this.target;
|
|
3271
|
+
console.log(this);
|
|
3272
|
+
console.log(e);
|
|
3271
3273
|
previousSibling = e.previousSibling;
|
|
3272
3274
|
|
|
3273
3275
|
if (previousSibling && previousSibling.classList && previousSibling.classList.contains('v-error')) {
|