northdata-viz 1.436.1 → 1.437.11

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.436.1",
3
+ "version": "1.437.11",
4
4
  "description": "North Data Widget API",
5
5
  "main": "viz.min.js",
6
6
  "module": "viz.esm.js",
package/viz.esm.js CHANGED
@@ -2500,8 +2500,13 @@ var Va = Ba(Aa, {
2500
2500
  ...Fa,
2501
2501
  currency: ["€", ""]
2502
2502
  }), Wa = class {
2503
+ data;
2504
+ chart;
2505
+ container;
2506
+ widgetType;
2507
+ options;
2508
+ items = [];
2503
2509
  constructor(e, t) {
2504
- this.items = [];
2505
2510
  let n = typeof e == "string" ? document.getElementById(e) : e;
2506
2511
  if (!n) throw Error("container node undefined or null");
2507
2512
  this.container = n, this.options = Ga(t, this.container);
@@ -6094,7 +6099,7 @@ var Au = function(e, t) {
6094
6099
  }, a = .5, o = 18 * .71, s = t.lines;
6095
6100
  if (!s || !s.length) throw Error("vita empty");
6096
6101
  let c = s.length, l = i.top + 23 * c + 5, u = new Date(t.startDate).getTime(), d = new Date(t.endDate).getTime(), f = (e) => e ? new Date(e) : null, p = L(e.container).append("svg");
6097
- p.append("title").text(Ra("History", "Historie", "Historique")), e.getLinkifier();
6102
+ p.append("title").text(Ra("History", "Historie", "Historique"));
6098
6103
  let m = (e) => e ? e.toLocaleDateString() : "";
6099
6104
  return { draw: function() {
6100
6105
  p.select("g").remove();