isobit-ui 0.2.145 → 0.2.147

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 +5 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.2.144
2
+ * isobit-ui v0.2.146
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -5554,7 +5554,7 @@ var resize = function resize() {
5554
5554
  return;
5555
5555
  } else if (pc[0].nodeName == "DIV") {
5556
5556
  p = pc[0];
5557
- console.log('======================');
5557
+ console.log('==========DIV============');
5558
5558
  console.log(p);
5559
5559
  p.style.height = h + 'px';
5560
5560
  p.style.overflowY = 'auto';
@@ -5573,6 +5573,8 @@ var resize = function resize() {
5573
5573
  pc[0].style.height = h - ph.offsetHeight - 2 + 'px';
5574
5574
  pc[0].style.overflowY = 'auto';
5575
5575
  p = pc[0].querySelector(".ui-panel");
5576
+ console.log('==========ppp============');
5577
+ console.log(p);
5576
5578
  if (p) {
5577
5579
  //console.log(p);
5578
5580
  pc = p.children;
@@ -5625,6 +5627,7 @@ var resize = function resize() {
5625
5627
  } else {
5626
5628
  var ww = document.querySelectorAll(".ion-page");
5627
5629
  if (ww[0]) {
5630
+ console.log('?????????????');
5628
5631
  var hr = 0;
5629
5632
  for (var kk = 0; kk < ww[0].childNodes.length; kk++) {
5630
5633
  if (ww[0].childNodes[kk].nodeName == 'ION-HEADER' || ww[0].childNodes[kk].nodeName == 'ION-FOOTER') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.2.145",
3
+ "version": "0.2.147",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [