evui 3.4.71 → 3.4.72
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
|
@@ -11224,7 +11224,7 @@ $({ target: 'Number', stat: true }, {
|
|
|
11224
11224
|
/***/ "9224":
|
|
11225
11225
|
/***/ (function(module) {
|
|
11226
11226
|
|
|
11227
|
-
module.exports = JSON.parse("{\"a\":\"3.4.
|
|
11227
|
+
module.exports = JSON.parse("{\"a\":\"3.4.72\"}");
|
|
11228
11228
|
|
|
11229
11229
|
/***/ }),
|
|
11230
11230
|
|
|
@@ -47385,10 +47385,8 @@ var plugins_legend_modules = {
|
|
|
47385
47385
|
|
|
47386
47386
|
this.setLegendColumnHeader();
|
|
47387
47387
|
} else if (this.options.legend.virtualScroll) {
|
|
47388
|
-
|
|
47389
|
-
|
|
47390
|
-
return element.remove();
|
|
47391
|
-
});
|
|
47388
|
+
this.updateVisibleRowCount();
|
|
47389
|
+
this.renderVisibleLegends();
|
|
47392
47390
|
} else {
|
|
47393
47391
|
while (legendBoxDOM.hasChildNodes()) {
|
|
47394
47392
|
legendBoxDOM.removeChild(legendBoxDOM.firstChild);
|