isobit-ui 0.2.148 → 0.2.149
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 +3 -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.148
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5516,14 +5516,14 @@ var buildPopupMenu = function buildPopupMenu(parent) {
|
|
|
5516
5516
|
}
|
|
5517
5517
|
};
|
|
5518
5518
|
var resize = function resize() {
|
|
5519
|
-
console.log('Vue.
|
|
5519
|
+
console.log('Vue.resize2');
|
|
5520
5520
|
//dialog.style.left = (window.innerWidth - dialog.offsetWidth) / 2 + 'px';
|
|
5521
5521
|
var h = window.innerHeight;
|
|
5522
5522
|
document.body.children[0].style.height = h + '.px';
|
|
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
|
-
|
|
5526
|
+
console.log(pc);
|
|
5527
5527
|
if (pc && pc[0]) {
|
|
5528
5528
|
//console.log('cccccccccccc');
|
|
5529
5529
|
//console.log(ph.dataset);
|