northdata-viz 1.235.10 → 1.237.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "northdata-viz",
3
- "version": "1.235.10",
3
+ "version": "1.237.10",
4
4
  "description": "North Data Widget API",
5
5
  "main": "viz.min.js",
6
6
  "module": "viz.esm.js",
package/viz.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! northdata-viz V1.235.10 */
1
+ /*! northdata-viz V1.237.10 */
2
2
  /******/ var __webpack_modules__ = ({
3
3
 
4
4
  /***/ 100:
@@ -471,8 +471,8 @@ __webpack_require__.d(__webpack_exports__, {
471
471
  });
472
472
 
473
473
  ;// ./src/ts/env.ts
474
- var VERSION = "1.235.10";
475
- var VERSION_PREFIX = (/* unused pure expression or super */ null && ("/ui/v1-235-10"));
474
+ var VERSION = "1.237.10";
475
+ var VERSION_PREFIX = (/* unused pure expression or super */ null && ("/ui/v1-237-10"));
476
476
 
477
477
  ;// ./src/ts/util/params.ts
478
478
  function clone(object) {
@@ -6576,11 +6576,7 @@ denseLeaves) {
6576
6576
  syncTextBackground(src_select(node), ".text", ".text-bg", denseLeaves ? 2 : 5, 2, maxWidth);
6577
6577
  // highlight links
6578
6578
  var linkEls = svg
6579
- .selectAll(".link[data-source-id='" +
6580
- nodeId +
6581
- "'],.link[data-target-id='" +
6582
- nodeId +
6583
- "']")
6579
+ .selectAll(".link[data-source-id='" + nodeId + "'],.link[data-target-id='" + nodeId + "']")
6584
6580
  .attr("data-highlight", highlightMode);
6585
6581
  syncTextBackground(linkEls, ".desc", ".desc-bg", 3, 2, maxWidth);
6586
6582
  // bring highlighted stuff to front
@@ -7207,7 +7203,7 @@ var drillDown = function (widget, allData) {
7207
7203
  var _a, _b;
7208
7204
  return node.children
7209
7205
  ? null
7210
- : (_b = (_a = node === null || node === void 0 ? void 0 : node.data) === null || _a === void 0 ? void 0 : _a.formattedValue) !== null && _b !== void 0 ? _b : numberFormatter(node.value);
7206
+ : ((_b = (_a = node === null || node === void 0 ? void 0 : node.data) === null || _a === void 0 ? void 0 : _a.formattedValue) !== null && _b !== void 0 ? _b : numberFormatter(node.value));
7211
7207
  });
7212
7208
  newBoxes
7213
7209
  .append("div")
@@ -7253,7 +7249,7 @@ var financials = function (widget, data) {
7253
7249
  if (history && history.length > 0 && history[0].items.length > 0) {
7254
7250
  var table = src_select(widget.container)
7255
7251
  .append("table")
7256
- .attr("class", "ui bizq very compact celled small unstackable striped selectable table");
7252
+ .attr("class", "ui bizq very compact celled small unstackable striped selectable first stuck table");
7257
7253
  var theadRow = table.append("thead").append("tr");
7258
7254
  var tbody = table.append("tbody");
7259
7255
  var tfootRow = table.append("tfoot").append("tr");
@@ -10081,7 +10077,7 @@ var sheet = function (widget, data) {
10081
10077
  }
10082
10078
  }
10083
10079
  var itemNode = document.createElement("table");
10084
- var table = src_select(itemNode).attr("class", "ui bizq very compact celled small unstackable selectable table");
10080
+ var table = src_select(itemNode).attr("class", "ui bizq very compact celled small unstackable selectable first stuck table");
10085
10081
  var theadRow = table.append("thead").append("tr");
10086
10082
  var theadLeft = theadRow.append("th").attr("class", "first");
10087
10083
  theadLeft.text(unit);