isobit-ui 0.1.73 → 0.1.74
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.1.
|
|
2
|
+
* isobit-ui v0.1.74
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -3091,7 +3091,8 @@ var script$a = {
|
|
|
3091
3091
|
uu: function uu() {
|
|
3092
3092
|
var me = this;
|
|
3093
3093
|
var v = me.$attrs.value;
|
|
3094
|
-
|
|
3094
|
+
console.log(v);
|
|
3095
|
+
console.log('updated.' + me.$el.id + '=' + JSON.stringify(v));
|
|
3095
3096
|
var select = me.$el.childNodes[0];
|
|
3096
3097
|
var old = select.selectedIndex; //Si el valor es vacio se debe escoger 0
|
|
3097
3098
|
|
|
@@ -3213,7 +3214,8 @@ var script$a = {
|
|
|
3213
3214
|
},
|
|
3214
3215
|
onChange: function onChange(value) {
|
|
3215
3216
|
var me = this;
|
|
3216
|
-
|
|
3217
|
+
console.log(me.$el.id + '.onchange=' + JSON.stringify(value));
|
|
3218
|
+
console.log(me.$el.id + '.onchange=' + JSON.stringify(value));
|
|
3217
3219
|
var select = this.$el.childNodes[0];
|
|
3218
3220
|
|
|
3219
3221
|
if (!value || value === '') {
|