isobit-ui 0.2.90 → 0.2.91
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.90
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2450,8 +2450,10 @@ var script$d = {
|
|
|
2450
2450
|
p.appendChild(p.firstChild);
|
|
2451
2451
|
p.style.position = 'absolute'; //no se para q agrego 37 -------
|
|
2452
2452
|
|
|
2453
|
-
p.style.height = maxLabelHeight + 37 - 37 + 'px';
|
|
2453
|
+
p.style.height = maxLabelHeight + 37 - 37 + 'px'; //.v-widget-header
|
|
2454
|
+
|
|
2454
2455
|
p.parentElement.style.height = p.style.height;
|
|
2456
|
+
console.log(p.parentElement.nextSibling);
|
|
2455
2457
|
originalHeader.className = 'v-head-cloned';
|
|
2456
2458
|
} //resize();
|
|
2457
2459
|
|