evui 3.3.34 → 3.3.35

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 exem
3
+ Copyright (c) 2022 exem
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -7940,7 +7940,7 @@ $({ target: 'Number', stat: true }, {
7940
7940
  /***/ "9224":
7941
7941
  /***/ (function(module) {
7942
7942
 
7943
- module.exports = JSON.parse("{\"a\":\"3.3.34\"}");
7943
+ module.exports = JSON.parse("{\"a\":\"3.3.35\"}");
7944
7944
 
7945
7945
  /***/ }),
7946
7946
 
@@ -39377,6 +39377,9 @@ var plugins_legend_modules = {
39377
39377
  this.setLegendColumnHeader();
39378
39378
  this.legendBoxDOM.appendChild(this.legendTableDOM);
39379
39379
  this.legendDOM.style.overflow = 'auto';
39380
+ } else {
39381
+ this.legendBoxDOM.style.overflowX = 'hidden';
39382
+ this.legendBoxDOM.style.overflowY = 'auto';
39380
39383
  }
39381
39384
 
39382
39385
  this.legendDOM.appendChild(this.legendBoxDOM);