northdata-viz 1.341.10 → 1.342.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.341.10",
3
+ "version": "1.342.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.341.10 */
1
+ /*! northdata-viz V1.342.10 */
2
2
  /******/ var __webpack_modules__ = ({
3
3
 
4
4
  /***/ 100:
@@ -464,8 +464,8 @@ module.exports = debounce;
464
464
  var __webpack_exports__ = {};
465
465
 
466
466
  ;// ./src/ts/env.ts
467
- var VERSION = "1.341.10";
468
- var VERSION_PREFIX = (/* unused pure expression or super */ null && ("/ui/v1-341-10"));
467
+ var VERSION = "1.342.10";
468
+ var VERSION_PREFIX = (/* unused pure expression or super */ null && ("/ui/v1-342-10"));
469
469
 
470
470
  ;// ./src/ts/util/params.ts
471
471
  function clone(object) {
@@ -10099,7 +10099,7 @@ var sheet = function (widget, data) {
10099
10099
  factor = 1e3;
10100
10100
  if (veryBigCells) {
10101
10101
  factor = 1e6;
10102
- var prefix_1 = trilingual("M", "Mio. ", "M");
10102
+ prefix = trilingual("M", "Mio. ", "M");
10103
10103
  }
10104
10104
  if (prefix.length == 1 && unit.length == 1) {
10105
10105
  unit = " " + unit;