isobit-ui 0.2.20 → 0.2.22

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 -10
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.2.19
2
+ * isobit-ui v0.2.21
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -1163,12 +1163,12 @@ var script$j = {
1163
1163
  var el2; //,style2;
1164
1164
 
1165
1165
  [].forEach.call(el.children, function (ee, i) {
1166
- console.log(ee); //style2 = window.getComputedStyle(ee);
1167
-
1166
+ //style2 = window.getComputedStyle(ee);
1168
1167
  if (i == el.children.length - 1 && ee.tagName == "CENTER" || !ee.classList.contains("v-scrollable") && !ee.classList.contains("v-resize")) {
1169
1168
  h -= ee.offsetHeight + 2;
1170
- } else {
1171
- if (!el2) el2 = ee;
1169
+ } else if (!el2) {
1170
+ el2 = ee;
1171
+ console.log(ee);
1172
1172
  }
1173
1173
  });
1174
1174
  el = el2; // console.log(el);
@@ -5781,8 +5781,8 @@ var resize = function resize() {
5781
5781
  return;
5782
5782
  } else if (pc[0].nodeName == "DIV") {
5783
5783
  p = pc[0]; //console.log("========");
5784
+ //console.log(p);
5784
5785
 
5785
- console.log(p);
5786
5786
  h = h - ph.offsetHeight - 0;
5787
5787
  p.style.height = h + 'px';
5788
5788
  p.style.overflowY = 'auto';
@@ -5802,7 +5802,7 @@ var resize = function resize() {
5802
5802
  p = pc[0].querySelector(".ui-panel");
5803
5803
 
5804
5804
  if (p) {
5805
- console.log(p);
5805
+ //console.log(p);
5806
5806
  pc = p.children;
5807
5807
  if (ph) h -= ph.offsetHeight + pc[0].offsetHeight + 2;
5808
5808
 
@@ -5854,10 +5854,9 @@ var resize = function resize() {
5854
5854
  var pb=parseInt(cs.getPropertyValue('padding-bottom'))||0;
5855
5855
  vc[0].style.height=(h-(ph.offsetHeight+0+40))+'.px';*/
5856
5856
  }
5857
- }
5857
+ } //console.log("p");
5858
+ //console.log(p);
5858
5859
 
5859
- console.log("p");
5860
- console.log(p);
5861
5860
  } else {
5862
5861
  var ww = document.querySelectorAll(".ion-page");
5863
5862
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.2.20",
3
+ "version": "0.2.22",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [