@hpcc-js/graph 2.85.0 → 2.85.2

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 CHANGED
@@ -5,8 +5,8 @@
5
5
  })(this, (function (exports, common, util$b, api, react, html) { 'use strict';
6
6
 
7
7
  var PKG_NAME = "@hpcc-js/graph";
8
- var PKG_VERSION = "2.85.0";
9
- var BUILD_VERSION = "2.104.15";
8
+ var PKG_VERSION = "2.85.2";
9
+ var BUILD_VERSION = "2.104.17";
10
10
 
11
11
  /******************************************************************************
12
12
  Copyright (c) Microsoft Corporation.
@@ -17753,10 +17753,10 @@
17753
17753
  return _this;
17754
17754
  }
17755
17755
  GraphT.prototype.resolveEventOrigin = function () {
17756
- var _a, _b;
17756
+ var _a, _b, _c, _e, _f;
17757
17757
  var d3evt = common.d3Event();
17758
- var eventPath = (_b = (_a = d3evt === null || d3evt === void 0 ? void 0 : d3evt.sourceEvent) === null || _a === void 0 ? void 0 : _a.path) !== null && _b !== void 0 ? _b : d3evt === null || d3evt === void 0 ? void 0 : d3evt.path;
17759
- var element = eventPath.find(function (n) { return (n === null || n === void 0 ? void 0 : n.hasAttribute) && (n === null || n === void 0 ? void 0 : n.hasAttribute("data-click")); });
17758
+ var eventPath = (_f = (_e = (_b = (_a = d3evt === null || d3evt === void 0 ? void 0 : d3evt.sourceEvent) === null || _a === void 0 ? void 0 : _a.path) !== null && _b !== void 0 ? _b : (_c = d3evt === null || d3evt === void 0 ? void 0 : d3evt.sourceEvent) === null || _c === void 0 ? void 0 : _c.composedPath()) !== null && _e !== void 0 ? _e : d3evt === null || d3evt === void 0 ? void 0 : d3evt.path) !== null && _f !== void 0 ? _f : d3evt === null || d3evt === void 0 ? void 0 : d3evt.composedPath();
17759
+ var element = eventPath === null || eventPath === void 0 ? void 0 : eventPath.find(function (n) { return (n === null || n === void 0 ? void 0 : n.hasAttribute) && (n === null || n === void 0 ? void 0 : n.hasAttribute("data-click")); });
17760
17760
  var origin = element ? element.getAttribute("data-click") : "";
17761
17761
  var dataStr = element ? element.getAttribute("data-click-data") : "";
17762
17762
  var data = undefined;