@deephaven/dashboard-core-plugins 0.6.3-beta.9 → 0.6.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.
- package/dist/ChartPlugin.js +1 -1
- package/dist/ChartPlugin.js.map +1 -1
- package/dist/ConsolePlugin.js +3 -3
- package/dist/ConsolePlugin.js.map +1 -1
- package/dist/FilterPlugin.js +4 -4
- package/dist/FilterPlugin.js.map +1 -1
- package/dist/GridPlugin.js +1 -1
- package/dist/GridPlugin.js.map +1 -1
- package/dist/LinkerPlugin.js +1 -1
- package/dist/MarkdownPlugin.js +1 -1
- package/dist/MarkdownPlugin.js.map +1 -1
- package/dist/PandasPlugin.js +1 -1
- package/dist/PandasPlugin.js.map +1 -1
- package/dist/controls/dropdown-filter/DropdownFilter.js +3 -3
- package/dist/controls/input-filter/InputFilter.js +1 -1
- package/dist/linker/Linker.js +4 -4
- package/dist/linker/LinkerOverlayContent.js +1 -1
- package/dist/linker/LinkerUtils.js +2 -2
- package/dist/panels/ChartColumnSelectorOverlay.js +1 -1
- package/dist/panels/ChartFilterOverlay.js +1 -1
- package/dist/panels/ChartFilterOverlay.js.map +1 -1
- package/dist/panels/ChartPanel.js +4 -4
- package/dist/panels/ChartPanel.js.map +1 -1
- package/dist/panels/ConsolePanel.d.ts.map +1 -1
- package/dist/panels/ConsolePanel.js +4 -4
- package/dist/panels/ConsolePanel.js.map +1 -1
- package/dist/panels/DropdownFilterPanel.d.ts +1 -1
- package/dist/panels/DropdownFilterPanel.js +2 -2
- package/dist/panels/DropdownFilterPanel.js.map +1 -1
- package/dist/panels/FilterSetManager.js +14 -14
- package/dist/panels/FilterSetManager.js.map +1 -1
- package/dist/panels/FilterSetManagerPanel.js +5 -5
- package/dist/panels/FilterSetManagerPanel.js.map +1 -1
- package/dist/panels/InputFilterPanel.js +2 -2
- package/dist/panels/InputFilterPanel.js.map +1 -1
- package/dist/panels/IrisGridPanel.js +2 -2
- package/dist/panels/NotebookPanel.js +4 -4
- package/dist/panels/NotebookPanel.js.map +1 -1
- package/dist/panels/PandasPanel.js +1 -2
- package/dist/panels/PandasPanel.js.map +1 -1
- package/dist/redux/index.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/dashboard-core-plugins",
|
|
3
|
-
"version": "0.6.3
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "Deephaven Dashboard Core Plugins",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"start": "cross-env NODE_ENV=development npm run watch"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@deephaven/chart": "^0.6.3
|
|
38
|
-
"@deephaven/console": "^0.6.3
|
|
39
|
-
"@deephaven/dashboard": "^0.6.3
|
|
40
|
-
"@deephaven/file-explorer": "^0.6.3
|
|
41
|
-
"@deephaven/golden-layout": "^0.6.
|
|
42
|
-
"@deephaven/icons": "^0.6.3
|
|
43
|
-
"@deephaven/iris-grid": "^0.6.3
|
|
44
|
-
"@deephaven/jsapi-shim": "^0.6.
|
|
45
|
-
"@deephaven/utils": "^0.6.
|
|
37
|
+
"@deephaven/chart": "^0.6.3",
|
|
38
|
+
"@deephaven/console": "^0.6.3",
|
|
39
|
+
"@deephaven/dashboard": "^0.6.3",
|
|
40
|
+
"@deephaven/file-explorer": "^0.6.3",
|
|
41
|
+
"@deephaven/golden-layout": "^0.6.2",
|
|
42
|
+
"@deephaven/icons": "^0.6.3",
|
|
43
|
+
"@deephaven/iris-grid": "^0.6.3",
|
|
44
|
+
"@deephaven/jsapi-shim": "^0.6.2",
|
|
45
|
+
"@deephaven/utils": "^0.6.1",
|
|
46
46
|
"@fortawesome/react-fontawesome": "^0.1.12",
|
|
47
47
|
"classnames": "^2.3.1",
|
|
48
48
|
"deep-equal": "^2.0.4",
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"react-redux": "^7.2.4"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@babel/cli": "^7.
|
|
69
|
-
"@deephaven/components": "^0.6.3
|
|
70
|
-
"@deephaven/log": "^0.6.
|
|
71
|
-
"@deephaven/mocks": "^0.6.
|
|
72
|
-
"@deephaven/redux": "^0.6.3
|
|
73
|
-
"@deephaven/tsconfig": "^0.6.
|
|
68
|
+
"@babel/cli": "^7.14.8",
|
|
69
|
+
"@deephaven/components": "^0.6.3",
|
|
70
|
+
"@deephaven/log": "^0.6.2",
|
|
71
|
+
"@deephaven/mocks": "^0.6.0",
|
|
72
|
+
"@deephaven/redux": "^0.6.3",
|
|
73
|
+
"@deephaven/tsconfig": "^0.6.0",
|
|
74
74
|
"@storybook/addon-actions": "^6.2.3",
|
|
75
75
|
"@storybook/addon-essentials": "^6.2.3",
|
|
76
76
|
"@storybook/addon-links": "^6.2.3",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"publishConfig": {
|
|
93
93
|
"access": "public"
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "029ea97c222135680a50657490d0eafbdf478953"
|
|
96
96
|
}
|