@deephaven/iris-grid 0.9.4-plugins.9 → 0.10.1-beta.0
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/IrisGrid.d.ts +23 -3
- package/dist/IrisGrid.d.ts.map +1 -1
- package/dist/IrisGrid.js +146 -8
- package/dist/IrisGrid.js.map +1 -1
- package/dist/IrisGridModel.d.ts +14 -2
- package/dist/IrisGridModel.d.ts.map +1 -1
- package/dist/IrisGridModel.js +8 -0
- package/dist/IrisGridModel.js.map +1 -1
- package/dist/IrisGridModelFactory.d.ts +1 -1
- package/dist/IrisGridModelFactory.d.ts.map +1 -1
- package/dist/IrisGridModelFactory.js +8 -1
- package/dist/IrisGridModelFactory.js.map +1 -1
- package/dist/IrisGridModelUpdater.d.ts +3 -2
- package/dist/IrisGridModelUpdater.d.ts.map +1 -1
- package/dist/IrisGridModelUpdater.js +7 -1
- package/dist/IrisGridModelUpdater.js.map +1 -1
- package/dist/IrisGridProxyModel.d.ts.map +1 -1
- package/dist/IrisGridProxyModel.js +12 -0
- package/dist/IrisGridProxyModel.js.map +1 -1
- package/dist/IrisGridTableModel.d.ts +2 -0
- package/dist/IrisGridTableModel.d.ts.map +1 -1
- package/dist/IrisGridTableModel.js +47 -5
- package/dist/IrisGridTableModel.js.map +1 -1
- package/dist/IrisGridUtils.d.ts +2 -0
- package/dist/IrisGridUtils.d.ts.map +1 -1
- package/dist/IrisGridUtils.js +4 -0
- package/dist/IrisGridUtils.js.map +1 -1
- package/dist/TableUtils.d.ts.map +1 -1
- package/dist/TableUtils.js +2 -0
- package/dist/TableUtils.js.map +1 -1
- package/dist/sidebar/ChartBuilder.js +1 -1
- package/dist/sidebar/ChartBuilder.js.map +1 -1
- package/dist/sidebar/OptionType.d.ts +3 -1
- package/dist/sidebar/OptionType.d.ts.map +1 -1
- package/dist/sidebar/OptionType.js +2 -0
- package/dist/sidebar/OptionType.js.map +1 -1
- package/dist/sidebar/conditional-formatting/ColumnFormatEditor.d.ts +9 -0
- package/dist/sidebar/conditional-formatting/ColumnFormatEditor.d.ts.map +1 -0
- package/dist/sidebar/conditional-formatting/ColumnFormatEditor.js +132 -0
- package/dist/sidebar/conditional-formatting/ColumnFormatEditor.js.map +1 -0
- package/dist/sidebar/conditional-formatting/ConditionEditor.d.ts +9 -0
- package/dist/sidebar/conditional-formatting/ConditionEditor.d.ts.map +1 -0
- package/dist/sidebar/conditional-formatting/ConditionEditor.js +273 -0
- package/dist/sidebar/conditional-formatting/ConditionEditor.js.map +1 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormatEditor.css +21 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormatEditor.css.map +1 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormatEditor.d.ts +15 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormatEditor.d.ts.map +1 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormatEditor.js +115 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormatEditor.js.map +1 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormattingAPIUtils.d.ts +6 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormattingAPIUtils.d.ts.map +1 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormattingAPIUtils.js +21 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormattingAPIUtils.js.map +1 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormattingMenu.css +56 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormattingMenu.css.map +1 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormattingMenu.d.ts +15 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormattingMenu.d.ts.map +1 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormattingMenu.js +160 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormattingMenu.js.map +1 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormattingUtils.d.ts +119 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormattingUtils.d.ts.map +1 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormattingUtils.js +748 -0
- package/dist/sidebar/conditional-formatting/ConditionalFormattingUtils.js.map +1 -0
- package/dist/sidebar/conditional-formatting/RowFormatEditor.d.ts +9 -0
- package/dist/sidebar/conditional-formatting/RowFormatEditor.d.ts.map +1 -0
- package/dist/sidebar/conditional-formatting/RowFormatEditor.js +132 -0
- package/dist/sidebar/conditional-formatting/RowFormatEditor.js.map +1 -0
- package/dist/sidebar/conditional-formatting/StyleEditor.css +54 -0
- package/dist/sidebar/conditional-formatting/StyleEditor.css.map +1 -0
- package/dist/sidebar/conditional-formatting/StyleEditor.d.ts +9 -0
- package/dist/sidebar/conditional-formatting/StyleEditor.d.ts.map +1 -0
- package/dist/sidebar/conditional-formatting/StyleEditor.js +160 -0
- package/dist/sidebar/conditional-formatting/StyleEditor.js.map +1 -0
- package/dist/sidebar/icons/FormatColumnWhereIcon.d.ts +4 -0
- package/dist/sidebar/icons/FormatColumnWhereIcon.d.ts.map +1 -0
- package/dist/sidebar/icons/FormatColumnWhereIcon.js +45 -0
- package/dist/sidebar/icons/FormatColumnWhereIcon.js.map +1 -0
- package/dist/sidebar/icons/FormatRowWhereIcon.d.ts +4 -0
- package/dist/sidebar/icons/FormatRowWhereIcon.d.ts.map +1 -0
- package/dist/sidebar/icons/FormatRowWhereIcon.js +39 -0
- package/dist/sidebar/icons/FormatRowWhereIcon.js.map +1 -0
- package/dist/sidebar/icons/index.d.ts +2 -0
- package/dist/sidebar/icons/index.js +2 -0
- package/dist/sidebar/icons/index.js.map +1 -1
- package/package.json +11 -11
|
@@ -3,4 +3,6 @@ export { default as HistogramIcon } from "./HistogramIcon";
|
|
|
3
3
|
export { default as LineIcon } from "./LineIcon";
|
|
4
4
|
export { default as PieIcon } from "./PieIcon";
|
|
5
5
|
export { default as ScatterIcon } from "./ScatterIcon";
|
|
6
|
+
export { default as FormatColumnWhereIcon } from "./FormatColumnWhereIcon";
|
|
7
|
+
export { default as FormatRowWhereIcon } from "./FormatRowWhereIcon";
|
|
6
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -3,4 +3,6 @@ export { default as HistogramIcon } from "./HistogramIcon.js";
|
|
|
3
3
|
export { default as LineIcon } from "./LineIcon.js";
|
|
4
4
|
export { default as PieIcon } from "./PieIcon.js";
|
|
5
5
|
export { default as ScatterIcon } from "./ScatterIcon.js";
|
|
6
|
+
export { default as FormatColumnWhereIcon } from "./FormatColumnWhereIcon.js";
|
|
7
|
+
export { default as FormatRowWhereIcon } from "./FormatRowWhereIcon.js";
|
|
6
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/sidebar/icons/index.js"],"names":["default","BarIcon","HistogramIcon","LineIcon","PieIcon","ScatterIcon"],"mappings":"SAASA,OAAO,IAAIC,O;SACXD,OAAO,IAAIE,a;SACXF,OAAO,IAAIG,Q;SACXH,OAAO,IAAII,O;SACXJ,OAAO,IAAIK,W","sourcesContent":["export { default as BarIcon } from './BarIcon';\nexport { default as HistogramIcon } from './HistogramIcon';\nexport { default as LineIcon } from './LineIcon';\nexport { default as PieIcon } from './PieIcon';\nexport { default as ScatterIcon } from './ScatterIcon';\n"],"file":"index.js"}
|
|
1
|
+
{"version":3,"sources":["../../../src/sidebar/icons/index.js"],"names":["default","BarIcon","HistogramIcon","LineIcon","PieIcon","ScatterIcon","FormatColumnWhereIcon","FormatRowWhereIcon"],"mappings":"SAASA,OAAO,IAAIC,O;SACXD,OAAO,IAAIE,a;SACXF,OAAO,IAAIG,Q;SACXH,OAAO,IAAII,O;SACXJ,OAAO,IAAIK,W;SACXL,OAAO,IAAIM,qB;SACXN,OAAO,IAAIO,kB","sourcesContent":["export { default as BarIcon } from './BarIcon';\nexport { default as HistogramIcon } from './HistogramIcon';\nexport { default as LineIcon } from './LineIcon';\nexport { default as PieIcon } from './PieIcon';\nexport { default as ScatterIcon } from './ScatterIcon';\nexport { default as FormatColumnWhereIcon } from './FormatColumnWhereIcon';\nexport { default as FormatRowWhereIcon } from './FormatRowWhereIcon';\n"],"file":"index.js"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/iris-grid",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.1-beta.0+2e5d04a",
|
|
4
4
|
"description": "Deephaven Iris Grid",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"start": "cross-env NODE_ENV=development npm run watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@deephaven/grid": "^0.
|
|
33
|
-
"@deephaven/icons": "^0.
|
|
34
|
-
"@deephaven/jsapi-shim": "^0.
|
|
35
|
-
"@deephaven/react-hooks": "^0.
|
|
36
|
-
"@deephaven/utils": "^0.
|
|
32
|
+
"@deephaven/grid": "^0.10.1-beta.0+2e5d04a",
|
|
33
|
+
"@deephaven/icons": "^0.10.1-beta.0+2e5d04a",
|
|
34
|
+
"@deephaven/jsapi-shim": "^0.10.1-beta.0+2e5d04a",
|
|
35
|
+
"@deephaven/react-hooks": "^0.10.1-beta.0+2e5d04a",
|
|
36
|
+
"@deephaven/utils": "^0.10.1-beta.0+2e5d04a",
|
|
37
37
|
"@fortawesome/react-fontawesome": "^0.1.12",
|
|
38
38
|
"classnames": "^2.3.1",
|
|
39
39
|
"deep-equal": "^2.0.4",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@babel/cli": "^7.16.0",
|
|
59
|
-
"@deephaven/components": "^0.
|
|
60
|
-
"@deephaven/log": "^0.
|
|
61
|
-
"@deephaven/mocks": "^0.
|
|
62
|
-
"@deephaven/tsconfig": "^0.
|
|
59
|
+
"@deephaven/components": "^0.10.1-beta.0+2e5d04a",
|
|
60
|
+
"@deephaven/log": "^0.10.1-beta.0+2e5d04a",
|
|
61
|
+
"@deephaven/mocks": "^0.10.1-beta.0+2e5d04a",
|
|
62
|
+
"@deephaven/tsconfig": "^0.10.1-beta.0+2e5d04a",
|
|
63
63
|
"@svgr/cli": "^5.5.0",
|
|
64
64
|
"@types/react": "^17.0.2",
|
|
65
65
|
"@types/react-dom": "^17.0.2",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "2e5d04af4da30365435b3b61f679b58897c1706c"
|
|
84
84
|
}
|