isobit-ui 0.2.15 → 0.2.17
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 -2
- 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.16
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1160,6 +1160,8 @@ var script$j = {
|
|
|
1160
1160
|
|
|
1161
1161
|
el = el.children[1].children[0];
|
|
1162
1162
|
el.style.height = h + 'px';
|
|
1163
|
+
console.log("============");
|
|
1164
|
+
console.log(el.children);
|
|
1163
1165
|
var el2; //,style2;
|
|
1164
1166
|
|
|
1165
1167
|
if (el.children.forEach) {
|
|
@@ -5787,8 +5789,8 @@ var resize = function resize() {
|
|
|
5787
5789
|
return;
|
|
5788
5790
|
} else if (pc[0].nodeName == "DIV") {
|
|
5789
5791
|
p = pc[0]; //console.log("========");
|
|
5790
|
-
//console.log(p);
|
|
5791
5792
|
|
|
5793
|
+
console.log(p);
|
|
5792
5794
|
h = h - ph.offsetHeight - 0;
|
|
5793
5795
|
p.style.height = h + 'px';
|
|
5794
5796
|
p.style.overflowY = 'auto';
|