@deephaven/dashboard-core-plugins 0.11.2-package-directory.0 → 0.11.3-beta.1
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/ChartBuilderPlugin.d.ts +1 -0
- package/dist/ChartBuilderPlugin.d.ts.map +1 -1
- package/dist/ChartPlugin.d.ts +1 -0
- package/dist/ChartPlugin.d.ts.map +1 -1
- package/dist/ConsolePlugin.d.ts +1 -0
- package/dist/ConsolePlugin.d.ts.map +1 -1
- package/dist/FilterPlugin.d.ts +1 -0
- package/dist/FilterPlugin.d.ts.map +1 -1
- package/dist/LinkerPlugin.d.ts +1 -0
- package/dist/LinkerPlugin.d.ts.map +1 -1
- package/dist/MarkdownPlugin.d.ts +1 -0
- package/dist/MarkdownPlugin.d.ts.map +1 -1
- package/dist/PandasPlugin.d.ts +1 -0
- package/dist/PandasPlugin.d.ts.map +1 -1
- package/dist/controls/input-filter/InputFilter.d.ts.map +1 -1
- package/dist/controls/input-filter/InputFilter.js +6 -2
- package/dist/controls/input-filter/InputFilter.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/linker/Linker.js +2 -2
- package/dist/linker/LinkerUtils.js +2 -2
- package/dist/panels/ChartPanel.js +2 -2
- package/dist/panels/ConsolePanel.js +2 -2
- package/dist/panels/FilterSetManager.js +2 -2
- package/dist/panels/FilterSetManagerPanel.d.ts.map +1 -1
- package/dist/panels/FilterSetManagerPanel.js +10 -2
- package/dist/panels/FilterSetManagerPanel.js.map +1 -1
- package/dist/panels/IrisGridPanel.css +6 -0
- package/dist/panels/IrisGridPanel.css.map +1 -1
- package/dist/panels/IrisGridPanel.d.ts.map +1 -1
- package/dist/panels/IrisGridPanel.js +16 -2
- package/dist/panels/IrisGridPanel.js.map +1 -1
- package/dist/panels/NotebookPanel.js +2 -2
- package/dist/panels/WidgetPanel.d.ts +7 -1
- package/dist/panels/WidgetPanel.d.ts.map +1 -1
- package/dist/panels/WidgetPanel.js +16 -3
- package/dist/panels/WidgetPanel.js.map +1 -1
- package/dist/panels/WidgetPanelTooltip.d.ts +3 -0
- package/dist/panels/WidgetPanelTooltip.d.ts.map +1 -1
- package/dist/panels/WidgetPanelTooltip.js +7 -4
- package/dist/panels/WidgetPanelTooltip.js.map +1 -1
- package/dist/panels/index.d.ts +17 -15
- package/dist/panels/index.d.ts.map +1 -1
- package/dist/panels/index.js +1 -0
- package/dist/panels/index.js.map +1 -1
- package/package.json +23 -27
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/panels/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/panels/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,YAAY,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC"}
|
package/dist/panels/index.js
CHANGED
|
@@ -3,6 +3,7 @@ export { default as CommandHistoryPanel } from "./CommandHistoryPanel.js";
|
|
|
3
3
|
export { default as ConsolePanel } from "./ConsolePanel.js";
|
|
4
4
|
export { default as DropdownFilterPanel } from "./DropdownFilterPanel.js";
|
|
5
5
|
export { default as FileExplorerPanel } from "./FileExplorerPanel.js";
|
|
6
|
+
export { default as FilterSetManager } from "./FilterSetManager.js";
|
|
6
7
|
export { default as FilterSetManagerPanel } from "./FilterSetManagerPanel.js";
|
|
7
8
|
export { default as InputFilterPanel } from "./InputFilterPanel.js";
|
|
8
9
|
export { default as IrisGridPanel } from "./IrisGridPanel.js";
|
package/dist/panels/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/panels/index.
|
|
1
|
+
{"version":3,"sources":["../../src/panels/index.ts"],"names":["default","ChartPanel","CommandHistoryPanel","ConsolePanel","DropdownFilterPanel","FileExplorerPanel","FilterSetManager","FilterSetManagerPanel","InputFilterPanel","IrisGridPanel","LogPanel","MarkdownPanel","NotebookPanel","PandasPanel","Panel","WidgetPanel","WidgetPanelTooltip"],"mappings":"SAASA,OAAO,IAAIC,U;SACXD,OAAO,IAAIE,mB;SACXF,OAAO,IAAIG,Y;SACXH,OAAO,IAAII,mB;SACXJ,OAAO,IAAIK,iB;SACXL,OAAO,IAAIM,gB;SAEXN,OAAO,IAAIO,qB;SACXP,OAAO,IAAIQ,gB;SACXR,OAAO,IAAIS,a;SACXT,OAAO,IAAIU,Q;SACXV,OAAO,IAAIW,a;SACXX,OAAO,IAAIY,a;SACXZ,OAAO,IAAIa,W;SACXb,OAAO,IAAIc,K;SACXd,OAAO,IAAIe,W;SACXf,OAAO,IAAIgB,kB","sourcesContent":["export { default as ChartPanel } from './ChartPanel';\nexport { default as CommandHistoryPanel } from './CommandHistoryPanel';\nexport { default as ConsolePanel } from './ConsolePanel';\nexport { default as DropdownFilterPanel } from './DropdownFilterPanel';\nexport { default as FileExplorerPanel } from './FileExplorerPanel';\nexport { default as FilterSetManager } from './FilterSetManager';\nexport type { FilterSet } from './FilterSetManager';\nexport { default as FilterSetManagerPanel } from './FilterSetManagerPanel';\nexport { default as InputFilterPanel } from './InputFilterPanel';\nexport { default as IrisGridPanel } from './IrisGridPanel';\nexport { default as LogPanel } from './LogPanel';\nexport { default as MarkdownPanel } from './MarkdownPanel';\nexport { default as NotebookPanel } from './NotebookPanel';\nexport { default as PandasPanel } from './PandasPanel';\nexport { default as Panel } from './Panel';\nexport { default as WidgetPanel } from './WidgetPanel';\nexport { default as WidgetPanelTooltip } from './WidgetPanelTooltip';\n"],"file":"index.js"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/dashboard-core-plugins",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3-beta.1+afb40f2",
|
|
4
4
|
"description": "Deephaven Dashboard Core Plugins",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"main": "dist/index.js",
|
|
15
15
|
"types": "dist/index.d.ts",
|
|
16
16
|
"engines": {
|
|
17
|
-
"node": ">=
|
|
17
|
+
"node": ">=16"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "cross-env NODE_ENV=production run-p build:*",
|
|
@@ -30,28 +30,28 @@
|
|
|
30
30
|
"start": "cross-env NODE_ENV=development npm run watch"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@deephaven/chart": "^0.11.
|
|
34
|
-
"@deephaven/console": "^0.11.
|
|
35
|
-
"@deephaven/dashboard": "^0.11.
|
|
36
|
-
"@deephaven/file-explorer": "^0.11.
|
|
37
|
-
"@deephaven/golden-layout": "^0.11.
|
|
38
|
-
"@deephaven/icons": "^0.11.
|
|
39
|
-
"@deephaven/iris-grid": "^0.11.
|
|
40
|
-
"@deephaven/jsapi-shim": "^0.11.
|
|
41
|
-
"@deephaven/utils": "^0.11.
|
|
42
|
-
"@fortawesome/react-fontawesome": "^0.1.
|
|
33
|
+
"@deephaven/chart": "^0.11.3-beta.1+afb40f2",
|
|
34
|
+
"@deephaven/console": "^0.11.3-beta.1+afb40f2",
|
|
35
|
+
"@deephaven/dashboard": "^0.11.3-beta.1+afb40f2",
|
|
36
|
+
"@deephaven/file-explorer": "^0.11.3-beta.1+afb40f2",
|
|
37
|
+
"@deephaven/golden-layout": "^0.11.3-beta.1+afb40f2",
|
|
38
|
+
"@deephaven/icons": "^0.11.3-beta.1+afb40f2",
|
|
39
|
+
"@deephaven/iris-grid": "^0.11.3-beta.1+afb40f2",
|
|
40
|
+
"@deephaven/jsapi-shim": "^0.11.3-beta.1+afb40f2",
|
|
41
|
+
"@deephaven/utils": "^0.11.3-beta.1+afb40f2",
|
|
42
|
+
"@fortawesome/react-fontawesome": "^0.1.15",
|
|
43
43
|
"classnames": "^2.3.1",
|
|
44
|
-
"deep-equal": "^2.0.
|
|
44
|
+
"deep-equal": "^2.0.5",
|
|
45
45
|
"lodash.debounce": "^4.0.8",
|
|
46
46
|
"lodash.throttle": "^4.1.1",
|
|
47
47
|
"memoize-one": "^5.1.1",
|
|
48
48
|
"memoizee": "^0.4.15",
|
|
49
49
|
"prop-types": "^15.7.2",
|
|
50
50
|
"react-markdown": "^6.0.2",
|
|
51
|
-
"react-transition-group": "^2.
|
|
52
|
-
"reactstrap": "^8.
|
|
51
|
+
"react-transition-group": "^2.9.0",
|
|
52
|
+
"reactstrap": "^8.10.0",
|
|
53
53
|
"remark-gfm": "1.0.0",
|
|
54
|
-
"shortid": "^2.2.
|
|
54
|
+
"shortid": "^2.2.16"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@deephaven/components": "^0.4.0",
|
|
@@ -63,15 +63,11 @@
|
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@babel/cli": "^7.16.0",
|
|
66
|
-
"@deephaven/components": "^0.11.
|
|
67
|
-
"@deephaven/log": "^0.11.
|
|
68
|
-
"@deephaven/mocks": "^0.11.
|
|
69
|
-
"@deephaven/redux": "^0.11.
|
|
70
|
-
"@deephaven/tsconfig": "^0.11.
|
|
71
|
-
"@storybook/addon-actions": "^6.2.3",
|
|
72
|
-
"@storybook/addon-essentials": "^6.2.3",
|
|
73
|
-
"@storybook/addon-links": "^6.2.3",
|
|
74
|
-
"@storybook/react": "^6.2.3",
|
|
66
|
+
"@deephaven/components": "^0.11.3-beta.1+afb40f2",
|
|
67
|
+
"@deephaven/log": "^0.11.3-beta.1+afb40f2",
|
|
68
|
+
"@deephaven/mocks": "^0.11.3-beta.1+afb40f2",
|
|
69
|
+
"@deephaven/redux": "^0.11.3-beta.1+afb40f2",
|
|
70
|
+
"@deephaven/tsconfig": "^0.11.3-beta.1+afb40f2",
|
|
75
71
|
"@types/react": "^17.0.2",
|
|
76
72
|
"cross-env": "^7.0.2",
|
|
77
73
|
"follow-redirects": ">=1.14.7",
|
|
@@ -81,7 +77,7 @@
|
|
|
81
77
|
"react-dom": "^17.0.2",
|
|
82
78
|
"react-redux": "^7.2.4",
|
|
83
79
|
"rimraf": "^3.0.2",
|
|
84
|
-
"sass": "1.
|
|
80
|
+
"sass": "^1.39.0"
|
|
85
81
|
},
|
|
86
82
|
"files": [
|
|
87
83
|
"dist"
|
|
@@ -89,5 +85,5 @@
|
|
|
89
85
|
"publishConfig": {
|
|
90
86
|
"access": "public"
|
|
91
87
|
},
|
|
92
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "afb40f2b83cf4d2a5a9af464c8d581f9c10a72f3"
|
|
93
89
|
}
|