isobit-ui 0.2.144 → 0.2.146
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.
- package/dist/index.js +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.2.
|
|
2
|
+
* isobit-ui v0.2.145
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5554,6 +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('==========DIV============');
|
|
5557
5558
|
console.log(p);
|
|
5558
5559
|
p.style.height = h + 'px';
|
|
5559
5560
|
p.style.overflowY = 'auto';
|
|
@@ -5572,6 +5573,8 @@ var resize = function resize() {
|
|
|
5572
5573
|
pc[0].style.height = h - ph.offsetHeight - 2 + 'px';
|
|
5573
5574
|
pc[0].style.overflowY = 'auto';
|
|
5574
5575
|
p = pc[0].querySelector(".ui-panel");
|
|
5576
|
+
console.log('==========ppp============');
|
|
5577
|
+
console.log(p);
|
|
5575
5578
|
if (p) {
|
|
5576
5579
|
//console.log(p);
|
|
5577
5580
|
pc = p.children;
|