isobit-ui 0.2.164 → 0.2.166
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 +5 -8
- 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.165
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1146,7 +1146,10 @@ var script$j = {
|
|
|
1146
1146
|
});
|
|
1147
1147
|
me.$el.addEventListener("parentResize", function (e) {
|
|
1148
1148
|
console.log('=========================');
|
|
1149
|
-
if (e.target == me.$el)
|
|
1149
|
+
if (e.target == me.$el) {
|
|
1150
|
+
console.log('===========22222222222222222==============');
|
|
1151
|
+
me.resize(e);
|
|
1152
|
+
}
|
|
1150
1153
|
});
|
|
1151
1154
|
me.setTitle(me.header);
|
|
1152
1155
|
},
|
|
@@ -5542,12 +5545,6 @@ var resize = function resize() {
|
|
|
5542
5545
|
});
|
|
5543
5546
|
event.height = h;
|
|
5544
5547
|
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
5548
|
//pass body panel it must have a form > v-datatable
|
|
5552
5549
|
if (p.children[1]) {
|
|
5553
5550
|
var body = p.children[1];
|