isobit-ui 0.0.527 → 0.0.528

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.527
2
+ * isobit-ui v0.0.528
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -1150,7 +1150,7 @@ var script$i = {
1150
1150
  methods: {
1151
1151
  gg: function gg(el, l) {
1152
1152
  var me = this;
1153
- if (el.children) el.children.forEach(function (e) {
1153
+ if (el.children) Array.from(el.children).forEach(function (e) {
1154
1154
  if (e.tagName == 'INPUT') l.push(e);else if (!e.classList.contains('v-group')) me.gg(e, l);
1155
1155
  });
1156
1156
  return l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.0.527",
3
+ "version": "0.0.528",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [