@deephaven/iris-grid 0.11.3-beta.3 → 0.11.4-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/Formatter.d.ts +3 -1
- package/dist/Formatter.d.ts.map +1 -1
- package/dist/Formatter.js +5 -0
- package/dist/Formatter.js.map +1 -1
- package/dist/IrisGrid.d.ts +3 -0
- package/dist/IrisGrid.d.ts.map +1 -1
- package/dist/IrisGrid.js +10 -4
- package/dist/IrisGrid.js.map +1 -1
- package/dist/IrisGridMetricCalculator.d.ts.map +1 -1
- package/dist/IrisGridMetricCalculator.js +5 -7
- package/dist/IrisGridMetricCalculator.js.map +1 -1
- package/dist/IrisGridProxyModel.d.ts.map +1 -1
- package/dist/IrisGridProxyModel.js +4 -0
- package/dist/IrisGridProxyModel.js.map +1 -1
- package/dist/IrisGridRenderer.d.ts.map +1 -1
- package/dist/IrisGridRenderer.js +1 -1
- package/dist/IrisGridRenderer.js.map +1 -1
- package/dist/IrisGridTableModel.d.ts.map +1 -1
- package/dist/IrisGridTableModel.js +13 -0
- package/dist/IrisGridTableModel.js.map +1 -1
- package/dist/sidebar/conditional-formatting/ConditionEditor.js +2 -2
- package/dist/sidebar/conditional-formatting/ConditionEditor.js.map +1 -1
- package/dist/sidebar/conditional-formatting/ConditionalFormatEditor.d.ts.map +1 -1
- package/dist/sidebar/conditional-formatting/ConditionalFormatEditor.js +3 -2
- package/dist/sidebar/conditional-formatting/ConditionalFormatEditor.js.map +1 -1
- package/dist/sidebar/conditional-formatting/ConditionalFormattingMenu.js +1 -1
- package/dist/sidebar/conditional-formatting/ConditionalFormattingMenu.js.map +1 -1
- package/dist/sidebar/conditional-formatting/ConditionalFormattingUtils.d.ts +1 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormattingUtils.d.ts.map +1 -1
- package/dist/sidebar/conditional-formatting/ConditionalFormattingUtils.js +10 -4
- package/dist/sidebar/conditional-formatting/ConditionalFormattingUtils.js.map +1 -1
- package/package.json +14 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/iris-grid",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.4-beta.1+7cd1bed",
|
|
4
4
|
"description": "Deephaven Iris Grid",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"start": "cross-env NODE_ENV=development npm run watch"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@deephaven/console": "^0.11.
|
|
34
|
-
"@deephaven/grid": "^0.11.
|
|
35
|
-
"@deephaven/icons": "^0.11.
|
|
36
|
-
"@deephaven/jsapi-shim": "^0.11.
|
|
37
|
-
"@deephaven/react-hooks": "^0.11.
|
|
38
|
-
"@deephaven/storage": "^0.11.
|
|
39
|
-
"@deephaven/utils": "^0.11.
|
|
33
|
+
"@deephaven/console": "^0.11.4-beta.1+7cd1bed",
|
|
34
|
+
"@deephaven/grid": "^0.11.4-beta.1+7cd1bed",
|
|
35
|
+
"@deephaven/icons": "^0.11.4-beta.1+7cd1bed",
|
|
36
|
+
"@deephaven/jsapi-shim": "^0.11.4-beta.1+7cd1bed",
|
|
37
|
+
"@deephaven/react-hooks": "^0.11.4-beta.1+7cd1bed",
|
|
38
|
+
"@deephaven/storage": "^0.11.4-beta.1+7cd1bed",
|
|
39
|
+
"@deephaven/utils": "^0.11.4-beta.1+7cd1bed",
|
|
40
40
|
"@fortawesome/react-fontawesome": "^0.1.15",
|
|
41
41
|
"classnames": "^2.3.1",
|
|
42
42
|
"deep-equal": "^2.0.5",
|
|
@@ -54,26 +54,14 @@
|
|
|
54
54
|
"web-streams-polyfill": "^2.1.0"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@deephaven/components": "^0.
|
|
58
|
-
"@deephaven/log": "^0.
|
|
57
|
+
"@deephaven/components": "^0.11.2",
|
|
58
|
+
"@deephaven/log": "^0.11.2",
|
|
59
59
|
"react": "^17.x"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@
|
|
63
|
-
"@deephaven/
|
|
64
|
-
"@deephaven/
|
|
65
|
-
"@deephaven/mocks": "^0.11.3-beta.3+e64b642",
|
|
66
|
-
"@deephaven/tsconfig": "^0.11.3-beta.3+e64b642",
|
|
67
|
-
"@svgr/cli": "^5.5.0",
|
|
68
|
-
"@types/react": "^17.0.2",
|
|
69
|
-
"@types/react-dom": "^17.0.9",
|
|
70
|
-
"@types/react-transition-group": "^4.4.0",
|
|
71
|
-
"cross-env": "^7.0.2",
|
|
72
|
-
"mini-css-extract-plugin": "^1.6.0",
|
|
73
|
-
"npm-run-all": "^4.1.5",
|
|
74
|
-
"react": "^17.0.2",
|
|
75
|
-
"rimraf": "^3.0.2",
|
|
76
|
-
"sass": "^1.39.0"
|
|
62
|
+
"@deephaven/log": "^0.11.4-beta.1+7cd1bed",
|
|
63
|
+
"@deephaven/mocks": "^0.11.4-beta.1+7cd1bed",
|
|
64
|
+
"@deephaven/tsconfig": "^0.11.4-beta.1+7cd1bed"
|
|
77
65
|
},
|
|
78
66
|
"files": [
|
|
79
67
|
"dist"
|
|
@@ -84,5 +72,5 @@
|
|
|
84
72
|
"publishConfig": {
|
|
85
73
|
"access": "public"
|
|
86
74
|
},
|
|
87
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "7cd1bed83d9a67297f6f2b85b2d90eba8cc1b96a"
|
|
88
76
|
}
|