@deephaven/dashboard-core-plugins 0.46.2-beta.0 → 0.46.2-beta.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IrisGridPanelTooltip.d.ts","sourceRoot":"","sources":["../../src/panels/IrisGridPanelTooltip.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,UAAU,yBAAyB;IACjC,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,iBAAS,oBAAoB,CAAC,KAAK,EAAE,yBAAyB,GAAG,YAAY,
|
|
1
|
+
{"version":3,"file":"IrisGridPanelTooltip.d.ts","sourceRoot":"","sources":["../../src/panels/IrisGridPanelTooltip.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,UAAU,yBAAyB;IACjC,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,iBAAS,oBAAoB,CAAC,KAAK,EAAE,yBAAyB,GAAG,YAAY,CA6B5E;kBA7BQ,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;AAyC7B,eAAe,oBAAoB,CAAC"}
|
|
@@ -5,14 +5,14 @@ import WidgetPanelTooltip from "./WidgetPanelTooltip.js";
|
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
7
|
function IrisGridPanelTooltip(props) {
|
|
8
|
-
var _model$rowCount, _model$pendingRowCoun, _model$columnCount;
|
|
8
|
+
var _model$rowCount, _model$pendingRowCoun, _model$floatingBottom, _model$floatingTopRow, _model$columnCount;
|
|
9
9
|
var {
|
|
10
10
|
model,
|
|
11
11
|
widgetName,
|
|
12
12
|
glContainer,
|
|
13
13
|
description
|
|
14
14
|
} = props;
|
|
15
|
-
var rowCount = ((_model$rowCount = model === null || model === void 0 ? void 0 : model.rowCount) !== null && _model$rowCount !== void 0 ? _model$rowCount : 0) - ((_model$pendingRowCoun = model === null || model === void 0 ? void 0 : model.pendingRowCount) !== null && _model$pendingRowCoun !== void 0 ? _model$pendingRowCoun : 0);
|
|
15
|
+
var rowCount = ((_model$rowCount = model === null || model === void 0 ? void 0 : model.rowCount) !== null && _model$rowCount !== void 0 ? _model$rowCount : 0) - ((_model$pendingRowCoun = model === null || model === void 0 ? void 0 : model.pendingRowCount) !== null && _model$pendingRowCoun !== void 0 ? _model$pendingRowCoun : 0) - ((_model$floatingBottom = model === null || model === void 0 ? void 0 : model.floatingBottomRowCount) !== null && _model$floatingBottom !== void 0 ? _model$floatingBottom : 0) - ((_model$floatingTopRow = model === null || model === void 0 ? void 0 : model.floatingTopRowCount) !== null && _model$floatingTopRow !== void 0 ? _model$floatingTopRow : 0);
|
|
16
16
|
var formattedRowCount = model === null || model === void 0 ? void 0 : model.displayString(rowCount, 'long');
|
|
17
17
|
var columnCount = (_model$columnCount = model === null || model === void 0 ? void 0 : model.columnCount) !== null && _model$columnCount !== void 0 ? _model$columnCount : 0;
|
|
18
18
|
var formattedcolumnCount = model === null || model === void 0 ? void 0 : model.displayString(columnCount, 'long');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IrisGridPanelTooltip.js","names":["React","GLPropTypes","PropTypes","WidgetPanelTooltip","IrisGridPanelTooltip","props","model","widgetName","glContainer","description","rowCount","pendingRowCount","formattedRowCount","displayString","columnCount","formattedcolumnCount","propTypes","Container","isRequired","string","defaultProps"],"sources":["../../src/panels/IrisGridPanelTooltip.tsx"],"sourcesContent":["import React, { ReactElement } from 'react';\nimport { GLPropTypes } from '@deephaven/dashboard';\nimport type { ComponentConfig, Container } from '@deephaven/golden-layout';\nimport { IrisGridModel } from '@deephaven/iris-grid';\nimport PropTypes from 'prop-types';\nimport WidgetPanelTooltip from './WidgetPanelTooltip';\n\ninterface IrisGridPanelTooltipProps {\n model?: IrisGridModel;\n widgetName: string;\n glContainer: Container<ComponentConfig>;\n description?: string;\n}\n\nfunction IrisGridPanelTooltip(props: IrisGridPanelTooltipProps): ReactElement {\n const { model, widgetName, glContainer, description } = props;\n\n const rowCount
|
|
1
|
+
{"version":3,"file":"IrisGridPanelTooltip.js","names":["React","GLPropTypes","PropTypes","WidgetPanelTooltip","IrisGridPanelTooltip","props","model","widgetName","glContainer","description","rowCount","pendingRowCount","floatingBottomRowCount","floatingTopRowCount","formattedRowCount","displayString","columnCount","formattedcolumnCount","propTypes","Container","isRequired","string","defaultProps"],"sources":["../../src/panels/IrisGridPanelTooltip.tsx"],"sourcesContent":["import React, { ReactElement } from 'react';\nimport { GLPropTypes } from '@deephaven/dashboard';\nimport type { ComponentConfig, Container } from '@deephaven/golden-layout';\nimport { IrisGridModel } from '@deephaven/iris-grid';\nimport PropTypes from 'prop-types';\nimport WidgetPanelTooltip from './WidgetPanelTooltip';\n\ninterface IrisGridPanelTooltipProps {\n model?: IrisGridModel;\n widgetName: string;\n glContainer: Container<ComponentConfig>;\n description?: string;\n}\n\nfunction IrisGridPanelTooltip(props: IrisGridPanelTooltipProps): ReactElement {\n const { model, widgetName, glContainer, description } = props;\n\n const rowCount =\n (model?.rowCount ?? 0) -\n (model?.pendingRowCount ?? 0) -\n (model?.floatingBottomRowCount ?? 0) -\n (model?.floatingTopRowCount ?? 0);\n const formattedRowCount = model?.displayString(rowCount, 'long');\n\n const columnCount = model?.columnCount ?? 0;\n const formattedcolumnCount = model?.displayString(columnCount, 'long');\n\n return (\n <WidgetPanelTooltip\n widgetType=\"Table\"\n widgetName={widgetName}\n glContainer={glContainer}\n description={description}\n >\n <hr className=\"tab-tooltip-divider\" />\n <span>Number of Columns</span>\n <span className=\"tab-tooltip-statistic-value\">\n {formattedcolumnCount}\n </span>\n <span>Number of Rows</span>\n <span className=\"tab-tooltip-statistic-value\">{formattedRowCount}</span>\n </WidgetPanelTooltip>\n );\n}\n\nIrisGridPanelTooltip.propTypes = {\n glContainer: GLPropTypes.Container.isRequired,\n widgetName: PropTypes.string.isRequired,\n description: PropTypes.string,\n};\n\nIrisGridPanelTooltip.defaultProps = {\n description: null,\n};\n\nexport default IrisGridPanelTooltip;\n"],"mappings":"AAAA,OAAOA,KAAK,MAAwB,OAAO;AAC3C,SAASC,WAAW,QAAQ,sBAAsB;AAGlD,OAAOC,SAAS,MAAM,YAAY;AAAC,OAC5BC,kBAAkB;AAAA;AAAA;AASzB,SAASC,oBAAoB,CAACC,KAAgC,EAAgB;EAAA;EAC5E,IAAM;IAAEC,KAAK;IAAEC,UAAU;IAAEC,WAAW;IAAEC;EAAY,CAAC,GAAGJ,KAAK;EAE7D,IAAMK,QAAQ,GACZ,oBAACJ,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAEI,QAAQ,6DAAI,CAAC,8BACpBJ,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAEK,eAAe,yEAAI,CAAC,CAAC,6BAC5BL,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAEM,sBAAsB,yEAAI,CAAC,CAAC,6BACnCN,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAEO,mBAAmB,yEAAI,CAAC,CAAC;EACnC,IAAMC,iBAAiB,GAAGR,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAES,aAAa,CAACL,QAAQ,EAAE,MAAM,CAAC;EAEhE,IAAMM,WAAW,yBAAGV,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAEU,WAAW,mEAAI,CAAC;EAC3C,IAAMC,oBAAoB,GAAGX,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAES,aAAa,CAACC,WAAW,EAAE,MAAM,CAAC;EAEtE,oBACE,MAAC,kBAAkB;IACjB,UAAU,EAAC,OAAO;IAClB,UAAU,EAAET,UAAW;IACvB,WAAW,EAAEC,WAAY;IACzB,WAAW,EAAEC,WAAY;IAAA,wBAEzB;MAAI,SAAS,EAAC;IAAqB,EAAG,eACtC;MAAA,UAAM;IAAiB,EAAO,eAC9B;MAAM,SAAS,EAAC,6BAA6B;MAAA,UAC1CQ;IAAoB,EAChB,eACP;MAAA,UAAM;IAAc,EAAO,eAC3B;MAAM,SAAS,EAAC,6BAA6B;MAAA,UAAEH;IAAiB,EAAQ;EAAA,EACrD;AAEzB;AAEAV,oBAAoB,CAACc,SAAS,GAAG;EAC/BV,WAAW,EAAEP,WAAW,CAACkB,SAAS,CAACC,UAAU;EAC7Cb,UAAU,EAAEL,SAAS,CAACmB,MAAM,CAACD,UAAU;EACvCX,WAAW,EAAEP,SAAS,CAACmB;AACzB,CAAC;AAEDjB,oBAAoB,CAACkB,YAAY,GAAG;EAClCb,WAAW,EAAE;AACf,CAAC;AAED,eAAeL,oBAAoB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/dashboard-core-plugins",
|
|
3
|
-
"version": "0.46.2-beta.
|
|
3
|
+
"version": "0.46.2-beta.3+f626876e",
|
|
4
4
|
"description": "Deephaven Dashboard Core Plugins",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,24 +22,24 @@
|
|
|
22
22
|
"build:sass": "sass --embed-sources --load-path=../../node_modules ./src:./dist"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@deephaven/chart": "^0.46.2-beta.
|
|
26
|
-
"@deephaven/components": "^0.46.2-beta.
|
|
27
|
-
"@deephaven/console": "^0.46.2-beta.
|
|
28
|
-
"@deephaven/dashboard": "^0.46.2-beta.
|
|
29
|
-
"@deephaven/file-explorer": "^0.46.2-beta.
|
|
30
|
-
"@deephaven/filters": "^0.46.2-beta.
|
|
31
|
-
"@deephaven/golden-layout": "^0.46.2-beta.
|
|
32
|
-
"@deephaven/grid": "^0.46.2-beta.
|
|
33
|
-
"@deephaven/icons": "^0.46.2-beta.
|
|
34
|
-
"@deephaven/iris-grid": "^0.46.2-beta.
|
|
35
|
-
"@deephaven/jsapi-bootstrap": "^0.46.2-beta.
|
|
36
|
-
"@deephaven/jsapi-types": "^0.46.2-beta.
|
|
37
|
-
"@deephaven/jsapi-utils": "^0.46.2-beta.
|
|
38
|
-
"@deephaven/log": "^0.46.2-beta.
|
|
39
|
-
"@deephaven/react-hooks": "^0.46.2-beta.
|
|
40
|
-
"@deephaven/redux": "^0.46.2-beta.
|
|
41
|
-
"@deephaven/storage": "^0.46.2-beta.
|
|
42
|
-
"@deephaven/utils": "^0.46.2-beta.
|
|
25
|
+
"@deephaven/chart": "^0.46.2-beta.3+f626876e",
|
|
26
|
+
"@deephaven/components": "^0.46.2-beta.3+f626876e",
|
|
27
|
+
"@deephaven/console": "^0.46.2-beta.3+f626876e",
|
|
28
|
+
"@deephaven/dashboard": "^0.46.2-beta.3+f626876e",
|
|
29
|
+
"@deephaven/file-explorer": "^0.46.2-beta.3+f626876e",
|
|
30
|
+
"@deephaven/filters": "^0.46.2-beta.3+f626876e",
|
|
31
|
+
"@deephaven/golden-layout": "^0.46.2-beta.3+f626876e",
|
|
32
|
+
"@deephaven/grid": "^0.46.2-beta.3+f626876e",
|
|
33
|
+
"@deephaven/icons": "^0.46.2-beta.3+f626876e",
|
|
34
|
+
"@deephaven/iris-grid": "^0.46.2-beta.3+f626876e",
|
|
35
|
+
"@deephaven/jsapi-bootstrap": "^0.46.2-beta.3+f626876e",
|
|
36
|
+
"@deephaven/jsapi-types": "^0.46.2-beta.3+f626876e",
|
|
37
|
+
"@deephaven/jsapi-utils": "^0.46.2-beta.3+f626876e",
|
|
38
|
+
"@deephaven/log": "^0.46.2-beta.3+f626876e",
|
|
39
|
+
"@deephaven/react-hooks": "^0.46.2-beta.3+f626876e",
|
|
40
|
+
"@deephaven/redux": "^0.46.2-beta.3+f626876e",
|
|
41
|
+
"@deephaven/storage": "^0.46.2-beta.3+f626876e",
|
|
42
|
+
"@deephaven/utils": "^0.46.2-beta.3+f626876e",
|
|
43
43
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
44
44
|
"classnames": "^2.3.1",
|
|
45
45
|
"deep-equal": "^2.0.5",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"react-redux": "^7.2.4"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@deephaven/jsapi-shim": "^0.46.2-beta.
|
|
66
|
-
"@deephaven/mocks": "^0.46.2-beta.
|
|
65
|
+
"@deephaven/jsapi-shim": "^0.46.2-beta.3+f626876e",
|
|
66
|
+
"@deephaven/mocks": "^0.46.2-beta.3+f626876e"
|
|
67
67
|
},
|
|
68
68
|
"files": [
|
|
69
69
|
"dist"
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"publishConfig": {
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "f626876e5c91da43404f9ab2fc6c9c7cc2af830a"
|
|
78
78
|
}
|