isobit-ui 0.2.166 → 0.2.168

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 +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.2.165
2
+ * isobit-ui v0.2.167
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -1091,7 +1091,9 @@ var script$j = {
1091
1091
  h = e.height;
1092
1092
  el.style.height = h + "px";
1093
1093
  //si tiene header
1094
+
1094
1095
  if (el.children[1]) {
1096
+ console.log(el.children[0].offsetHeight);
1095
1097
  //se obtiene el alto del headr
1096
1098
  h = h - el.children[0].offsetHeight;
1097
1099
  el.children[1].style.height = h + "px";
@@ -1145,7 +1147,6 @@ var script$j = {
1145
1147
  return false;
1146
1148
  });
1147
1149
  me.$el.addEventListener("parentResize", function (e) {
1148
- console.log('=========================');
1149
1150
  if (e.target == me.$el) {
1150
1151
  console.log('===========22222222222222222==============');
1151
1152
  me.resize(e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.2.166",
3
+ "version": "0.2.168",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [