@deephaven/jsapi-utils 0.95.1-beta.6 → 0.96.0
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/dist/NewTableColumnTypes.d.ts +14 -0
- package/dist/NewTableColumnTypes.d.ts.map +1 -0
- package/dist/NewTableColumnTypes.js +16 -0
- package/dist/NewTableColumnTypes.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Valid column types to be used for a call to newTable.
|
|
3
|
+
*/
|
|
4
|
+
export declare class NewTableColumnTypes {
|
|
5
|
+
static INTEGER: string;
|
|
6
|
+
static LONG: string;
|
|
7
|
+
static DOUBLE: string;
|
|
8
|
+
static BOOLEAN: string;
|
|
9
|
+
static STRING: string;
|
|
10
|
+
static DATE_TIME: string;
|
|
11
|
+
static LOCAL_TIME: string;
|
|
12
|
+
}
|
|
13
|
+
export default NewTableColumnTypes;
|
|
14
|
+
//# sourceMappingURL=NewTableColumnTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewTableColumnTypes.d.ts","sourceRoot":"","sources":["../src/NewTableColumnTypes.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,qBAAa,mBAAmB;IAC9B,MAAM,CAAC,OAAO,SAAS;IAEvB,MAAM,CAAC,IAAI,SAAU;IAErB,MAAM,CAAC,MAAM,SAAY;IAEzB,MAAM,CAAC,OAAO,SAAU;IAExB,MAAM,CAAC,MAAM,SAAY;IAEzB,MAAM,CAAC,SAAS,SAAc;IAE9B,MAAM,CAAC,UAAU,SAAe;CACjC;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
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; }
|
|
2
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
3
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
4
|
+
/**
|
|
5
|
+
* Valid column types to be used for a call to newTable.
|
|
6
|
+
*/
|
|
7
|
+
export class NewTableColumnTypes {}
|
|
8
|
+
_defineProperty(NewTableColumnTypes, "INTEGER", 'int');
|
|
9
|
+
_defineProperty(NewTableColumnTypes, "LONG", 'long');
|
|
10
|
+
_defineProperty(NewTableColumnTypes, "DOUBLE", 'double');
|
|
11
|
+
_defineProperty(NewTableColumnTypes, "BOOLEAN", 'bool');
|
|
12
|
+
_defineProperty(NewTableColumnTypes, "STRING", 'string');
|
|
13
|
+
_defineProperty(NewTableColumnTypes, "DATE_TIME", 'datetime');
|
|
14
|
+
_defineProperty(NewTableColumnTypes, "LOCAL_TIME", 'localtime');
|
|
15
|
+
export default NewTableColumnTypes;
|
|
16
|
+
//# sourceMappingURL=NewTableColumnTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewTableColumnTypes.js","names":["NewTableColumnTypes","_defineProperty"],"sources":["../src/NewTableColumnTypes.ts"],"sourcesContent":["/**\n * Valid column types to be used for a call to newTable.\n */\nexport class NewTableColumnTypes {\n static INTEGER = 'int';\n\n static LONG = 'long';\n\n static DOUBLE = 'double';\n\n static BOOLEAN = 'bool';\n\n static STRING = 'string';\n\n static DATE_TIME = 'datetime';\n\n static LOCAL_TIME = 'localtime';\n}\n\nexport default NewTableColumnTypes;\n"],"mappings":";;;AAAA;AACA;AACA;AACA,OAAO,MAAMA,mBAAmB,CAAC;AAchCC,eAAA,CAdYD,mBAAmB,aACb,KAAK;AAAAC,eAAA,CADXD,mBAAmB,UAGhB,MAAM;AAAAC,eAAA,CAHTD,mBAAmB,YAKd,QAAQ;AAAAC,eAAA,CALbD,mBAAmB,aAOb,MAAM;AAAAC,eAAA,CAPZD,mBAAmB,YASd,QAAQ;AAAAC,eAAA,CATbD,mBAAmB,eAWX,UAAU;AAAAC,eAAA,CAXlBD,mBAAmB,gBAaV,WAAW;AAGjC,eAAeA,mBAAmB"}
|
package/dist/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export * from './Formatter';
|
|
|
6
6
|
export { default as FormatterUtils } from './FormatterUtils';
|
|
7
7
|
export * from './FormatterUtils';
|
|
8
8
|
export * from './MessageUtils';
|
|
9
|
+
export * from './NewTableColumnTypes';
|
|
9
10
|
export * from './NoConsolesError';
|
|
10
11
|
export * from './SessionUtils';
|
|
11
12
|
export * from './Settings';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -6,6 +6,7 @@ export * from "./Formatter.js";
|
|
|
6
6
|
export { default as FormatterUtils } from "./FormatterUtils.js";
|
|
7
7
|
export * from "./FormatterUtils.js";
|
|
8
8
|
export * from "./MessageUtils.js";
|
|
9
|
+
export * from "./NewTableColumnTypes.js";
|
|
9
10
|
export * from "./NoConsolesError.js";
|
|
10
11
|
export * from "./SessionUtils.js";
|
|
11
12
|
export * from "./Settings.js";
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["default","FormatterUtils"],"sources":["../src/index.ts"],"sourcesContent":["export * from './ConnectionUtils';\nexport * from './formatters';\nexport * from './DateUtils';\nexport * from './FilterUtils';\nexport * from './Formatter';\nexport { default as FormatterUtils } from './FormatterUtils';\nexport * from './FormatterUtils';\nexport * from './MessageUtils';\nexport * from './NoConsolesError';\nexport * from './SessionUtils';\nexport * from './Settings';\nexport * from './TableUtils';\nexport * from './ViewportDataUtils';\n"],"mappings":";;;;;SAKSA,OAAO,IAAIC,cAAc;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","names":["default","FormatterUtils"],"sources":["../src/index.ts"],"sourcesContent":["export * from './ConnectionUtils';\nexport * from './formatters';\nexport * from './DateUtils';\nexport * from './FilterUtils';\nexport * from './Formatter';\nexport { default as FormatterUtils } from './FormatterUtils';\nexport * from './FormatterUtils';\nexport * from './MessageUtils';\nexport * from './NewTableColumnTypes';\nexport * from './NoConsolesError';\nexport * from './SessionUtils';\nexport * from './Settings';\nexport * from './TableUtils';\nexport * from './ViewportDataUtils';\n"],"mappings":";;;;;SAKSA,OAAO,IAAIC,cAAc;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/jsapi-utils",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.96.0",
|
|
4
4
|
"description": "Deephaven JSAPI Utils",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"build:babel": "babel ./src --out-dir ./dist --extensions \".ts,.tsx,.js,.jsx\" --source-maps --root-mode upward"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@deephaven/filters": "^0.
|
|
24
|
+
"@deephaven/filters": "^0.96.0",
|
|
25
25
|
"@deephaven/jsapi-types": "^1.0.0-dev0.34.0",
|
|
26
|
-
"@deephaven/log": "^0.
|
|
27
|
-
"@deephaven/utils": "^0.
|
|
26
|
+
"@deephaven/log": "^0.96.0",
|
|
27
|
+
"@deephaven/utils": "^0.96.0",
|
|
28
28
|
"lodash.clamp": "^4.0.3",
|
|
29
29
|
"nanoid": "^5.0.7"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@deephaven/jsapi-shim": "^0.
|
|
33
|
-
"@deephaven/test-utils": "^0.
|
|
32
|
+
"@deephaven/jsapi-shim": "^0.96.0",
|
|
33
|
+
"@deephaven/test-utils": "^0.96.0"
|
|
34
34
|
},
|
|
35
35
|
"files": [
|
|
36
36
|
"dist"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "5e116d87231c1c1685e31da2bd27c8eeef23f41e"
|
|
43
43
|
}
|