@deephaven/console 1.9.1-beta.2 → 1.9.1-beta.3

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.
Files changed (35) hide show
  1. package/dist/Console.d.ts +8 -1
  2. package/dist/Console.d.ts.map +1 -1
  3. package/dist/Console.js +13 -4
  4. package/dist/Console.js.map +1 -1
  5. package/dist/command-history/CommandHistoryItemTooltip.d.ts +0 -1
  6. package/dist/command-history/CommandHistoryItemTooltip.d.ts.map +1 -1
  7. package/dist/command-history/CommandHistoryItemTooltip.js +1 -9
  8. package/dist/command-history/CommandHistoryItemTooltip.js.map +1 -1
  9. package/dist/command-history/CommandHistoryStorage.d.ts +2 -0
  10. package/dist/command-history/CommandHistoryStorage.d.ts.map +1 -1
  11. package/dist/command-history/CommandHistoryStorage.js.map +1 -1
  12. package/dist/console-history/ConsoleHistory.css +8 -0
  13. package/dist/console-history/ConsoleHistory.css.map +1 -1
  14. package/dist/console-history/ConsoleHistory.d.ts +1 -0
  15. package/dist/console-history/ConsoleHistory.d.ts.map +1 -1
  16. package/dist/console-history/ConsoleHistory.js +4 -2
  17. package/dist/console-history/ConsoleHistory.js.map +1 -1
  18. package/dist/console-history/ConsoleHistoryItem.css +57 -0
  19. package/dist/console-history/ConsoleHistoryItem.css.map +1 -1
  20. package/dist/console-history/ConsoleHistoryItem.d.ts +5 -1
  21. package/dist/console-history/ConsoleHistoryItem.d.ts.map +1 -1
  22. package/dist/console-history/ConsoleHistoryItem.js +21 -5
  23. package/dist/console-history/ConsoleHistoryItem.js.map +1 -1
  24. package/dist/console-history/ConsoleHistoryItemActions.d.ts +14 -0
  25. package/dist/console-history/ConsoleHistoryItemActions.d.ts.map +1 -0
  26. package/dist/console-history/ConsoleHistoryItemActions.js +60 -0
  27. package/dist/console-history/ConsoleHistoryItemActions.js.map +1 -0
  28. package/dist/console-history/ConsoleHistoryItemTooltip.d.ts +8 -0
  29. package/dist/console-history/ConsoleHistoryItemTooltip.d.ts.map +1 -0
  30. package/dist/console-history/ConsoleHistoryItemTooltip.js +51 -0
  31. package/dist/console-history/ConsoleHistoryItemTooltip.js.map +1 -0
  32. package/dist/console-history/ConsoleHistoryTypes.d.ts +4 -0
  33. package/dist/console-history/ConsoleHistoryTypes.d.ts.map +1 -1
  34. package/dist/console-history/ConsoleHistoryTypes.js.map +1 -1
  35. package/package.json +14 -14
@@ -9,10 +9,14 @@ export interface ConsoleHistoryActionItem {
9
9
  message?: string;
10
10
  error?: unknown;
11
11
  changes?: dh.ide.VariableChanges;
12
+ serverStartTime?: dh.LongWrapper;
13
+ serverEndTime?: dh.LongWrapper;
12
14
  };
13
15
  disabledObjects?: string[];
14
16
  startTime?: number;
15
17
  endTime?: number;
18
+ serverStartTime?: number;
19
+ serverEndTime?: number;
16
20
  cancelResult?: () => void;
17
21
  wrappedResult?: CancelablePromise<unknown>;
18
22
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ConsoleHistoryTypes.d.ts","sourceRoot":"","sources":["../../src/console-history/ConsoleHistoryTypes.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAC1D,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,wBAAwB,CAAC;AAEjD,MAAM,MAAM,mBAAmB,GAC3B,MAAM,GACN;IACE,OAAO,EAAE,MAAM,CAAC;CACjB,GACD,SAAS,CAAC;AAEd,MAAM,WAAW,wBAAwB;IACvC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE;QACP,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB,OAAO,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,eAAe,CAAC;KAClC,CAAC;IACF,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,aAAa,CAAC,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC;CAC5C"}
1
+ {"version":3,"file":"ConsoleHistoryTypes.d.ts","sourceRoot":"","sources":["../../src/console-history/ConsoleHistoryTypes.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAC1D,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,wBAAwB,CAAC;AAEjD,MAAM,MAAM,mBAAmB,GAC3B,MAAM,GACN;IACE,OAAO,EAAE,MAAM,CAAC;CACjB,GACD,SAAS,CAAC;AAEd,MAAM,WAAW,wBAAwB;IACvC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE;QACP,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB,OAAO,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,eAAe,CAAC;QACjC,eAAe,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC;QACjC,aAAa,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC;KAChC,CAAC;IACF,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,aAAa,CAAC,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC;CAC5C"}
@@ -1 +1 @@
1
- {"version":3,"file":"ConsoleHistoryTypes.js","names":[],"sources":["../../src/console-history/ConsoleHistoryTypes.tsx"],"sourcesContent":["import { type CancelablePromise } from '@deephaven/utils';\nimport type { dh } from '@deephaven/jsapi-types';\n\nexport type ConsoleHistoryError =\n | string\n | {\n message: string;\n }\n | undefined;\n\nexport interface ConsoleHistoryActionItem {\n command?: string;\n result?: {\n message?: string;\n error?: unknown;\n changes?: dh.ide.VariableChanges;\n };\n disabledObjects?: string[];\n startTime?: number;\n endTime?: number;\n cancelResult?: () => void;\n wrappedResult?: CancelablePromise<unknown>;\n}\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"ConsoleHistoryTypes.js","names":[],"sources":["../../src/console-history/ConsoleHistoryTypes.tsx"],"sourcesContent":["import { type CancelablePromise } from '@deephaven/utils';\nimport type { dh } from '@deephaven/jsapi-types';\n\nexport type ConsoleHistoryError =\n | string\n | {\n message: string;\n }\n | undefined;\n\nexport interface ConsoleHistoryActionItem {\n command?: string;\n result?: {\n message?: string;\n error?: unknown;\n changes?: dh.ide.VariableChanges;\n serverStartTime?: dh.LongWrapper;\n serverEndTime?: dh.LongWrapper;\n };\n disabledObjects?: string[];\n startTime?: number;\n endTime?: number;\n serverStartTime?: number;\n serverEndTime?: number;\n cancelResult?: () => void;\n wrappedResult?: CancelablePromise<unknown>;\n}\n"],"mappings":"","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/console",
3
- "version": "1.9.1-beta.2+089eabd5",
3
+ "version": "1.9.1-beta.3+17af14cb",
4
4
  "description": "Deephaven Console",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",
@@ -24,16 +24,16 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@astral-sh/ruff-wasm-web": "0.6.4",
27
- "@deephaven/chart": "^1.9.1-beta.2+089eabd5",
28
- "@deephaven/components": "^1.9.1-beta.2+089eabd5",
29
- "@deephaven/icons": "^1.9.1-beta.2+089eabd5",
30
- "@deephaven/jsapi-bootstrap": "^1.9.1-beta.2+089eabd5",
27
+ "@deephaven/chart": "^1.9.1-beta.3+17af14cb",
28
+ "@deephaven/components": "^1.9.1-beta.3+17af14cb",
29
+ "@deephaven/icons": "^1.9.1-beta.3+17af14cb",
30
+ "@deephaven/jsapi-bootstrap": "^1.9.1-beta.3+17af14cb",
31
31
  "@deephaven/jsapi-types": "^1.0.0-dev0.40.4",
32
- "@deephaven/jsapi-utils": "^1.9.1-beta.2+089eabd5",
33
- "@deephaven/log": "^1.9.1-beta.2+089eabd5",
34
- "@deephaven/react-hooks": "^1.9.1-beta.2+089eabd5",
35
- "@deephaven/storage": "^1.9.1-beta.2+089eabd5",
36
- "@deephaven/utils": "^1.9.1-beta.2+089eabd5",
32
+ "@deephaven/jsapi-utils": "^1.9.1-beta.3+17af14cb",
33
+ "@deephaven/log": "^1.9.1-beta.3+17af14cb",
34
+ "@deephaven/react-hooks": "^1.9.1-beta.3+17af14cb",
35
+ "@deephaven/storage": "^1.9.1-beta.3+17af14cb",
36
+ "@deephaven/utils": "^1.9.1-beta.3+17af14cb",
37
37
  "@fortawesome/react-fontawesome": "^0.2.0",
38
38
  "classnames": "^2.3.1",
39
39
  "linkifyjs": "^4.1.0",
@@ -52,9 +52,9 @@
52
52
  "react-dom": ">=16.8.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@deephaven/jsapi-shim": "^1.9.1-beta.2+089eabd5",
56
- "@deephaven/mocks": "^1.9.1-beta.2+089eabd5",
57
- "@deephaven/test-utils": "^1.9.1-beta.2+089eabd5"
55
+ "@deephaven/jsapi-shim": "^1.9.1-beta.3+17af14cb",
56
+ "@deephaven/mocks": "^1.9.1-beta.3+17af14cb",
57
+ "@deephaven/test-utils": "^1.9.1-beta.3+17af14cb"
58
58
  },
59
59
  "files": [
60
60
  "dist"
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "089eabd5a652c0486f37ea3dfcbe6b48f9e5ca5e"
68
+ "gitHead": "17af14cbbe3b762fc31a435f5cbf1bffc08ce760"
69
69
  }