evui 3.4.101 → 3.4.102
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 +3 -3
- package/dist/evui.common.js.map +1 -1
- package/dist/evui.umd.js +3 -3
- package/dist/evui.umd.js.map +1 -1
- package/dist/evui.umd.min.js +1 -1
- package/dist/evui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/chart/plugins/plugins.interaction.js +1 -1
package/dist/evui.common.js
CHANGED
|
@@ -11149,7 +11149,7 @@ module.exports = exports;
|
|
|
11149
11149
|
/***/ "9224":
|
|
11150
11150
|
/***/ (function(module) {
|
|
11151
11151
|
|
|
11152
|
-
module.exports = JSON.parse("{\"a\":\"3.4.
|
|
11152
|
+
module.exports = JSON.parse("{\"a\":\"3.4.102\"}");
|
|
11153
11153
|
|
|
11154
11154
|
/***/ }),
|
|
11155
11155
|
|
|
@@ -50499,10 +50499,10 @@ var plugins_interaction_modules = {
|
|
|
50499
50499
|
};
|
|
50500
50500
|
|
|
50501
50501
|
this.onWheel = function (e) {
|
|
50502
|
-
var _this$tooltipDOM, _this$tooltipDOM$styl;
|
|
50502
|
+
var _this$tooltipDOM, _this$tooltipDOM$styl, _this$tooltipDOM2;
|
|
50503
50503
|
|
|
50504
50504
|
var isTooltipVisible = ((_this$tooltipDOM = _this.tooltipDOM) === null || _this$tooltipDOM === void 0 ? void 0 : (_this$tooltipDOM$styl = _this$tooltipDOM.style) === null || _this$tooltipDOM$styl === void 0 ? void 0 : _this$tooltipDOM$styl.display) === 'block';
|
|
50505
|
-
var customTooltip =
|
|
50505
|
+
var customTooltip = (_this$tooltipDOM2 = _this.tooltipDOM) === null || _this$tooltipDOM2 === void 0 ? void 0 : _this$tooltipDOM2.querySelector(_this.options.tooltip.htmlScrollTarget);
|
|
50506
50506
|
|
|
50507
50507
|
if (isTooltipVisible || customTooltip && customTooltip.scrollHeight > customTooltip.clientHeight) {
|
|
50508
50508
|
e.preventDefault();
|