isobit-ui 0.1.75 → 0.1.76

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 +6 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.1.75
2
+ * isobit-ui v0.1.76
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -3090,11 +3090,11 @@ var script$a = {
3090
3090
  methods: {
3091
3091
  uu: function uu() {
3092
3092
  var me = this;
3093
- var v = me.$attrs.value;
3094
- console.log(_typeof(v));
3095
- if (v != null && v.target) v.value;
3096
- console.log(v);
3097
- console.log('updated.' + me.$el.id + '=' + JSON.stringify(v));
3093
+ var v = me.$attrs.value; //console.log(typeof v);
3094
+
3095
+ if (v != null && v.target) v = v.value; //console.log(v);
3096
+ //console.log('updated.'+me.$el.id+'='+JSON.stringify(v));
3097
+
3098
3098
  var select = me.$el.childNodes[0];
3099
3099
  var old = select.selectedIndex; //Si el valor es vacio se debe escoger 0
3100
3100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.1.75",
3
+ "version": "0.1.76",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [