@deephaven/jsapi-utils
Advanced tools
Comparing version 0.15.5 to 0.15.6-beta.0
@@ -15,3 +15,3 @@ import { DateWrapper, TimeZone } from '@deephaven/jsapi-shim'; | ||
*/ | ||
static isValid(format: TableColumnFormat): boolean; | ||
static isValid(format: Pick<TableColumnFormat, 'formatString'>): boolean; | ||
static makeFormat(label: string, formatString: string, type?: import("./TableColumnFormatter").TableColumnFormatType): TableColumnFormat; | ||
@@ -18,0 +18,0 @@ /** |
@@ -14,3 +14,3 @@ import TableColumnFormatter, { TableColumnFormat } from './TableColumnFormatter'; | ||
*/ | ||
static isValid(format: TableColumnFormat): boolean; | ||
static isValid(format: Pick<TableColumnFormat, 'formatString'>): boolean; | ||
/** | ||
@@ -17,0 +17,0 @@ * Create a DecimalColumnFormat object with the parameters specified |
@@ -15,3 +15,3 @@ import TableColumnFormatter, { TableColumnFormat } from './TableColumnFormatter'; | ||
*/ | ||
static isValid(format: IntegerColumnFormat): boolean; | ||
static isValid(format: Pick<TableColumnFormat, 'formatString'>): boolean; | ||
/** | ||
@@ -18,0 +18,0 @@ * Create an IntegerColumnFormat object with the parameters specified |
@@ -49,3 +49,3 @@ import { TypeValue as FilterTypeValue, OperatorValue as FilterOperatorValue } from '@deephaven/filters'; | ||
* @param columnIndex The index of the column to get the sort for | ||
* @return The sort for the column, or null if it's not sorted | ||
* @returns The sort for the column, or null if it's not sorted | ||
*/ | ||
@@ -52,0 +52,0 @@ static getSortForColumn(tableSort: Sort[], columnIndex: number): Sort | null; |
@@ -29,3 +29,3 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } | ||
* @param columnIndex The index of the column to get the sort for | ||
* @return The sort for the column, or null if it's not sorted | ||
* @returns The sort for the column, or null if it's not sorted | ||
*/ | ||
@@ -32,0 +32,0 @@ |
{ | ||
"name": "@deephaven/jsapi-utils", | ||
"version": "0.15.5", | ||
"version": "0.15.6-beta.0+743f253", | ||
"description": "Deephaven JSAPI Utils", | ||
@@ -30,9 +30,9 @@ "author": "Deephaven Data Labs LLC", | ||
"dependencies": { | ||
"@deephaven/filters": "^0.15.2", | ||
"@deephaven/jsapi-shim": "^0.15.5", | ||
"@deephaven/log": "^0.15.5", | ||
"@deephaven/utils": "^0.15.0" | ||
"@deephaven/filters": "^0.15.6-beta.0+743f253", | ||
"@deephaven/jsapi-shim": "^0.15.6-beta.0+743f253", | ||
"@deephaven/log": "^0.15.6-beta.0+743f253", | ||
"@deephaven/utils": "^0.15.6-beta.0+743f253" | ||
}, | ||
"devDependencies": { | ||
"@deephaven/tsconfig": "^0.15.2" | ||
"@deephaven/tsconfig": "^0.15.6-beta.0+743f253" | ||
}, | ||
@@ -45,3 +45,3 @@ "files": [ | ||
}, | ||
"gitHead": "0556c0fe73d2cabf66682a955950defd6130bbfa" | ||
"gitHead": "743f253dd40b4f0dcca921ecf4f578d64202cd53" | ||
} |
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
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
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
275451
1
+ Added@deephaven/filters@0.15.6-vite.21(transitive)
+ Added@deephaven/log@0.15.6-vite.21(transitive)
- Removed@deephaven/filters@0.15.2(transitive)
- Removed@deephaven/log@0.15.5(transitive)