@deephaven/jsapi-utils
Advanced tools
Comparing version 0.96.2-alpha-jsapi-download.5 to 0.96.2-alpha-jsapi-nodejs.6
@@ -44,2 +44,3 @@ import type { dh as DhType } from '@deephaven/jsapi-types'; | ||
static FORMAT_BASIS_POINTS: DecimalColumnFormat; | ||
static FORMAT_THOUSANDS: DecimalColumnFormat; | ||
static FORMAT_MILLIONS: DecimalColumnFormat; | ||
@@ -46,0 +47,0 @@ static FORMAT_SCIENTIFIC_NOTATION: DecimalColumnFormat; |
@@ -112,2 +112,3 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } | ||
_defineProperty(DecimalColumnFormatter, "FORMAT_BASIS_POINTS", DecimalColumnFormatter.makePresetFormat('Basis Points', '###,##0 bp', 10000)); | ||
_defineProperty(DecimalColumnFormatter, "FORMAT_THOUSANDS", DecimalColumnFormatter.makePresetFormat('Thousands', '##0.000 k', 0.001)); | ||
_defineProperty(DecimalColumnFormatter, "FORMAT_MILLIONS", DecimalColumnFormatter.makePresetFormat('Millions', '###,##0.000 mm', 0.000001)); | ||
@@ -114,0 +115,0 @@ _defineProperty(DecimalColumnFormatter, "FORMAT_SCIENTIFIC_NOTATION", DecimalColumnFormatter.makePresetFormat('Scientific Notation', '0.0000E0')); |
@@ -50,2 +50,3 @@ import type { dh as DhType } from '@deephaven/jsapi-types'; | ||
static DEFAULT_FORMAT_STRING: string; | ||
static FORMAT_THOUSANDS: IntegerColumnFormat; | ||
static FORMAT_MILLIONS: IntegerColumnFormat; | ||
@@ -52,0 +53,0 @@ static FORMAT_SCIENTIFIC_NOTATION: IntegerColumnFormat; |
@@ -112,2 +112,3 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } | ||
_defineProperty(IntegerColumnFormatter, "DEFAULT_FORMAT_STRING", '###,##0'); | ||
_defineProperty(IntegerColumnFormatter, "FORMAT_THOUSANDS", IntegerColumnFormatter.makePresetFormat('Thousands', '##0.000 k', 0.001)); | ||
_defineProperty(IntegerColumnFormatter, "FORMAT_MILLIONS", IntegerColumnFormatter.makePresetFormat('Millions', '###,##0.000 mm', 0.000001)); | ||
@@ -114,0 +115,0 @@ _defineProperty(IntegerColumnFormatter, "FORMAT_SCIENTIFIC_NOTATION", IntegerColumnFormatter.makePresetFormat('Scientific Notation', '0.0000E0')); |
{ | ||
"name": "@deephaven/jsapi-utils", | ||
"version": "0.96.2-alpha-jsapi-download.5+ab95c08e", | ||
"version": "0.96.2-alpha-jsapi-nodejs.6+7d5f71ae", | ||
"description": "Deephaven JSAPI Utils", | ||
@@ -24,6 +24,6 @@ "author": "Deephaven Data Labs LLC", | ||
"dependencies": { | ||
"@deephaven/filters": "^0.96.2-alpha-jsapi-download.5+ab95c08e", | ||
"@deephaven/filters": "^0.96.2-alpha-jsapi-nodejs.6+7d5f71ae", | ||
"@deephaven/jsapi-types": "^1.0.0-dev0.34.0", | ||
"@deephaven/log": "^0.96.2-alpha-jsapi-download.5+ab95c08e", | ||
"@deephaven/utils": "^0.96.2-alpha-jsapi-download.5+ab95c08e", | ||
"@deephaven/log": "^0.96.2-alpha-jsapi-nodejs.6+7d5f71ae", | ||
"@deephaven/utils": "^0.96.2-alpha-jsapi-nodejs.6+7d5f71ae", | ||
"lodash.clamp": "^4.0.3", | ||
@@ -33,4 +33,4 @@ "nanoid": "^5.0.7" | ||
"devDependencies": { | ||
"@deephaven/jsapi-shim": "^0.96.2-alpha-jsapi-download.5+ab95c08e", | ||
"@deephaven/test-utils": "^0.96.2-alpha-jsapi-download.5+ab95c08e" | ||
"@deephaven/jsapi-shim": "^0.96.2-alpha-jsapi-nodejs.6+7d5f71ae", | ||
"@deephaven/test-utils": "^0.96.2-alpha-jsapi-nodejs.6+7d5f71ae" | ||
}, | ||
@@ -44,3 +44,3 @@ "files": [ | ||
}, | ||
"gitHead": "ab95c08e91a915bb7653a87477781ae21645f3a1" | ||
"gitHead": "7d5f71ae05b2a29a8db16feedf6bb6328964b0b6" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
442926
4032
28
5
260