northdata-viz 1.236.10 → 1.238.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.236.10",
3
+ "version": "1.238.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.236.10 */
1
+ /*! northdata-viz V1.238.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.236.10";
475
- var VERSION_PREFIX = (/* unused pure expression or super */ null && ("/ui/v1-236-10"));
474
+ var VERSION = "1.238.10";
475
+ var VERSION_PREFIX = (/* unused pure expression or super */ null && ("/ui/v1-238-10"));
476
476
 
477
477
  ;// ./src/ts/util/params.ts
478
478
  function clone(object) {
@@ -7249,7 +7249,7 @@ var financials = function (widget, data) {
7249
7249
  if (history && history.length > 0 && history[0].items.length > 0) {
7250
7250
  var table = src_select(widget.container)
7251
7251
  .append("table")
7252
- .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");
7253
7253
  var theadRow = table.append("thead").append("tr");
7254
7254
  var tbody = table.append("tbody");
7255
7255
  var tfootRow = table.append("tfoot").append("tr");
@@ -10077,7 +10077,7 @@ var sheet = function (widget, data) {
10077
10077
  }
10078
10078
  }
10079
10079
  var itemNode = document.createElement("table");
10080
- 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");
10081
10081
  var theadRow = table.append("thead").append("tr");
10082
10082
  var theadLeft = theadRow.append("th").attr("class", "first");
10083
10083
  theadLeft.text(unit);