evui 3.4.46 → 3.4.47
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/evui.common.js
CHANGED
|
@@ -11100,7 +11100,7 @@ var update = add("912e0028", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
11100
11100
|
/***/ "9224":
|
|
11101
11101
|
/***/ (function(module) {
|
|
11102
11102
|
|
|
11103
|
-
module.exports = JSON.parse("{\"a\":\"3.4.
|
|
11103
|
+
module.exports = JSON.parse("{\"a\":\"3.4.47\"}");
|
|
11104
11104
|
|
|
11105
11105
|
/***/ }),
|
|
11106
11106
|
|
|
@@ -57390,7 +57390,7 @@ var treeGrid_uses_resizeEvent = function resizeEvent(params) {
|
|
|
57390
57390
|
columnWidth = resizeInfo.columnWidth;
|
|
57391
57391
|
var remainWidth = 0;
|
|
57392
57392
|
|
|
57393
|
-
if (resizeInfo.adjust) {
|
|
57393
|
+
if (resizeInfo.adjust && elementInfo.body) {
|
|
57394
57394
|
var bodyEl = elementInfo.body;
|
|
57395
57395
|
var elWidth = bodyEl.offsetWidth;
|
|
57396
57396
|
var elHeight = bodyEl.offsetHeight;
|