isobit-ui 0.2.163 → 0.2.165
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 +1 -7
- 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.164
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5542,12 +5542,6 @@ var resize = function resize() {
|
|
|
5542
5542
|
});
|
|
5543
5543
|
event.height = h;
|
|
5544
5544
|
p.dispatchEvent(event);
|
|
5545
|
-
if (p.children[0]) {
|
|
5546
|
-
console.log(p.children[0]);
|
|
5547
|
-
console.log(p.children[0].offsetHeight);
|
|
5548
|
-
h = h - p.children[0].offsetHeight;
|
|
5549
|
-
p.children[1].style.height = h + 'px';
|
|
5550
|
-
}
|
|
5551
5545
|
//pass body panel it must have a form > v-datatable
|
|
5552
5546
|
if (p.children[1]) {
|
|
5553
5547
|
var body = p.children[1];
|