isobit-ui 0.0.549 → 0.0.550
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 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
2
|
+
* isobit-ui v0.0.550
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -3703,6 +3703,7 @@ var __vue_component__$7 = /*#__PURE__*/__vue_normalize__({
|
|
|
3703
3703
|
//
|
|
3704
3704
|
//
|
|
3705
3705
|
//
|
|
3706
|
+
//
|
|
3706
3707
|
var script$6 = {
|
|
3707
3708
|
props: ['header', 'store', 'action'],
|
|
3708
3709
|
watch: {
|
|
@@ -5382,7 +5383,7 @@ var resize = function resize() {
|
|
|
5382
5383
|
document.body.children[0].style.height = h + '.px';
|
|
5383
5384
|
var ph = document.querySelectorAll("#page-header,.ui-layout-north,.v-layout-north,.ion-page >ion-header");
|
|
5384
5385
|
ph = ph[0];
|
|
5385
|
-
var pc = document.querySelectorAll("
|
|
5386
|
+
var pc = document.querySelectorAll(".ion-page >ion-header + .ui-panel,#page-content,.ui-layout-pane-center,.v-layout-center ,.ion-page > ion-content"); //console.log(pc);
|
|
5386
5387
|
|
|
5387
5388
|
if (pc && pc[0]) {
|
|
5388
5389
|
//console.log('cccccccccccc');
|
|
@@ -5414,7 +5415,7 @@ var resize = function resize() {
|
|
|
5414
5415
|
h = h - ph.offsetHeight - 0;
|
|
5415
5416
|
p.style.height = h + 'px';
|
|
5416
5417
|
p.style.overflowY = 'auto';
|
|
5417
|
-
p = p.children[0];
|
|
5418
|
+
if (!p.classList.contains('.ui-panel')) p = p.children[0];
|
|
5418
5419
|
console.log(p);
|
|
5419
5420
|
var event = new Event("parentResize", {
|
|
5420
5421
|
bubbles: true
|