@hpcc-js/graph 2.85.0 → 2.85.1

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.es6.js CHANGED
@@ -5,8 +5,8 @@ import { render, Icons, Subgraph as Subgraph$1, Vertex as Vertex$1, Edge as Edge
5
5
  import { HTMLTooltip } from '@hpcc-js/html';
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.1";
9
+ var BUILD_VERSION = "2.104.16";
10
10
 
11
11
  /******************************************************************************
12
12
  Copyright (c) Microsoft Corporation.
@@ -17756,7 +17756,7 @@ var GraphT = /** @class */ (function (_super) {
17756
17756
  var _a, _b;
17757
17757
  var d3evt = d3Event();
17758
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")); });
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;