isobit-ui 0.2.149 → 0.2.151
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 +2 -3
- 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.150
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5523,7 +5523,6 @@ var resize = function resize() {
|
|
|
5523
5523
|
var ph = document.querySelectorAll("#page-header,.ui-layout-north,.v-layout-north,.ion-page >ion-header");
|
|
5524
5524
|
ph = ph[0];
|
|
5525
5525
|
var pc = document.querySelectorAll(".ion-page >ion-header + .ui-panel,#page-content,.ui-layout-pane-center,.v-layout-center ,.ion-page > ion-content");
|
|
5526
|
-
console.log(pc);
|
|
5527
5526
|
if (pc && pc[0]) {
|
|
5528
5527
|
//console.log('cccccccccccc');
|
|
5529
5528
|
//console.log(ph.dataset);
|
|
@@ -5541,7 +5540,7 @@ var resize = function resize() {
|
|
|
5541
5540
|
});
|
|
5542
5541
|
event.height = h;
|
|
5543
5542
|
p.dispatchEvent(event);
|
|
5544
|
-
|
|
5543
|
+
console.log(p);
|
|
5545
5544
|
//pass body panel it must have a form > v-datatable
|
|
5546
5545
|
if (p.children[1]) {
|
|
5547
5546
|
var body = p.children[1];
|