isobit-ui 0.0.525 → 0.0.527

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 +9 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.0.525
2
+ * isobit-ui v0.0.527
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -1148,9 +1148,15 @@ var script$i = {
1148
1148
  }
1149
1149
  },
1150
1150
  methods: {
1151
+ gg: function gg(el, l) {
1152
+ var me = this;
1153
+ if (el.children) el.children.forEach(function (e) {
1154
+ if (e.tagName == 'INPUT') l.push(e);else if (!e.classList.contains('v-group')) me.gg(e, l);
1155
+ });
1156
+ return l;
1157
+ },
1151
1158
  update2: function update2() {
1152
- var rl = this.$el.querySelectorAll('> input, :not(.v-group) input');
1153
- console.log(rl);
1159
+ var rl = this.gg(this.$el, []);
1154
1160
 
1155
1161
  for (var i = 0; i < rl.length; i++) {
1156
1162
  if (rl[i].value == this.$attrs.value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.0.525",
3
+ "version": "0.0.527",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [