isobit-ui 0.0.522 → 0.0.523

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 +8 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.0.522
2
+ * isobit-ui v0.0.523
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -1149,7 +1149,8 @@ var script$i = {
1149
1149
  },
1150
1150
  methods: {
1151
1151
  update2: function update2() {
1152
- var rl = this.$el.querySelectorAll('input');
1152
+ var rl = this.$el.querySelectorAll('> input, not(.v-group) input');
1153
+ console.log(rl);
1153
1154
 
1154
1155
  for (var i = 0; i < rl.length; i++) {
1155
1156
  if (rl[i].value == this.$attrs.value) {
@@ -1178,7 +1179,9 @@ var __vue_render__$h = function __vue_render__() {
1178
1179
 
1179
1180
  var _c = _vm._self._c || _h;
1180
1181
 
1181
- return _c('div', [_vm._t("default")], 2);
1182
+ return _c('div', {
1183
+ staticClass: "v-group"
1184
+ }, [_vm._t("default")], 2);
1182
1185
  };
1183
1186
 
1184
1187
  var __vue_staticRenderFns__$h = [];
@@ -1232,7 +1235,8 @@ var script$h = {
1232
1235
  },
1233
1236
  methods: {
1234
1237
  update2: function update2() {
1235
- var rl = this.$el.querySelectorAll('input');
1238
+ var rl = this.$el.querySelectorAll('> input, not(.v-group) input');
1239
+ console.log(rl);
1236
1240
 
1237
1241
  for (var i = 0; i < rl.length; i++) {
1238
1242
  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.522",
3
+ "version": "0.0.523",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [