@deephaven/js-plugin-plotly-express 0.3.1-docs-snapshots.22 → 0.3.1-docs-snapshots.23
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/DashboardPlugin.js +1 -1
- package/dist/DashboardPlugin.js.map +1 -1
- package/dist/PlotlyExpressChartModel.js +1 -1
- package/dist/PlotlyExpressChartModel.js.map +1 -1
- package/dist/PlotlyExpressChartPanel.d.ts +1 -1
- package/dist/PlotlyExpressChartPanel.d.ts.map +1 -1
- package/dist/PlotlyExpressChartPanel.js +2 -2
- package/dist/PlotlyExpressChartPanel.js.map +1 -1
- package/dist/bundle/index.js +3900 -1301
- package/dist/bundle/style.css +566 -2295
- package/dist/index.d.ts +3 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +12 -11
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './DashboardPlugin';
|
|
2
|
-
export * from './PlotlyExpressChartModel';
|
|
3
|
-
export * from './PlotlyExpressChartUtils';
|
|
1
|
+
export * from './DashboardPlugin.js';
|
|
2
|
+
export * from './PlotlyExpressChartModel.js';
|
|
3
|
+
export * from './PlotlyExpressChartUtils.js';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
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,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './DashboardPlugin';
|
|
2
|
-
export * from './PlotlyExpressChartModel';
|
|
3
|
-
export * from './PlotlyExpressChartUtils';
|
|
1
|
+
export * from './DashboardPlugin.js';
|
|
2
|
+
export * from './PlotlyExpressChartModel.js';
|
|
3
|
+
export * from './PlotlyExpressChartUtils.js';
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/js-plugin-plotly-express",
|
|
3
|
-
"version": "0.3.1-docs-snapshots.
|
|
3
|
+
"version": "0.3.1-docs-snapshots.23+49a8c79",
|
|
4
4
|
"description": "Deephaven plotly express plugin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Deephaven",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
18
18
|
"import": "./dist/index.js",
|
|
19
|
-
"require": "./dist/bundle/index.js"
|
|
19
|
+
"require": "./dist/bundle/index.js",
|
|
20
|
+
"default": "./dist/bundle/index.js"
|
|
20
21
|
},
|
|
21
22
|
"./*.js": "./dist/*.js"
|
|
22
23
|
},
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
"build": "tsc && vite build"
|
|
34
35
|
},
|
|
35
36
|
"devDependencies": {
|
|
36
|
-
"@deephaven/jsapi-types": "0.
|
|
37
|
+
"@deephaven/jsapi-types": "0.45.2-docs.7",
|
|
37
38
|
"@types/deep-equal": "^1.0.1",
|
|
38
39
|
"@types/plotly.js": "^2.12.18",
|
|
39
40
|
"@types/plotly.js-dist-min": "^2.3.1",
|
|
@@ -48,13 +49,13 @@
|
|
|
48
49
|
"react": "^17.0.2"
|
|
49
50
|
},
|
|
50
51
|
"dependencies": {
|
|
51
|
-
"@deephaven/chart": "0.
|
|
52
|
-
"@deephaven/components": "0.
|
|
53
|
-
"@deephaven/dashboard": "0.
|
|
54
|
-
"@deephaven/dashboard-core-plugins": "0.
|
|
55
|
-
"@deephaven/jsapi-bootstrap": "0.
|
|
56
|
-
"@deephaven/log": "0.
|
|
57
|
-
"@deephaven/utils": "0.
|
|
52
|
+
"@deephaven/chart": "0.45.2-docs.7",
|
|
53
|
+
"@deephaven/components": "0.45.2-docs.7",
|
|
54
|
+
"@deephaven/dashboard": "0.45.2-docs.7",
|
|
55
|
+
"@deephaven/dashboard-core-plugins": "0.45.2-docs.7",
|
|
56
|
+
"@deephaven/jsapi-bootstrap": "0.45.2-docs.7",
|
|
57
|
+
"@deephaven/log": "0.45.2-docs.7",
|
|
58
|
+
"@deephaven/utils": "0.45.2-docs.7",
|
|
58
59
|
"deep-equal": "^2.2.1",
|
|
59
60
|
"plotly.js": "^2.23.0",
|
|
60
61
|
"plotly.js-dist-min": "^2.23.0",
|
|
@@ -68,5 +69,5 @@
|
|
|
68
69
|
"files": [
|
|
69
70
|
"dist"
|
|
70
71
|
],
|
|
71
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "49a8c79c14d201ff2d69f27642ed69ab4cc3e8b3"
|
|
72
73
|
}
|