isobit-ui 0.0.311 → 0.0.312

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.0.311
2
+ * isobit-ui v0.0.312
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -3271,7 +3271,7 @@ var script$6 = {
3271
3271
  }
3272
3272
  };
3273
3273
 
3274
- me.$el.querySelectorAll("input[type=text]:not(.__),textarea:not(.__)").forEach(function (e) {
3274
+ me.$el.querySelectorAll("select,input[type=text]:not(.__),textarea:not(.__)").forEach(function (e) {
3275
3275
  e.addEventListener('focusout', f);
3276
3276
  if (e.classList) e.classList.add("__");else e.className = "__";
3277
3277
  }); //resize();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.0.311",
3
+ "version": "0.0.312",
4
4
  "description": "Vue component to play videos",
5
5
  "keywords": [
6
6
  "ui",