@deephaven/dashboard 0.22.3-embed-pandas.11 → 0.23.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/Dashboard.d.ts +2 -2
- package/dist/Dashboard.d.ts.map +1 -1
- package/dist/Dashboard.js +4 -15
- package/dist/Dashboard.js.map +1 -1
- package/dist/DashboardConstants.js.map +1 -1
- package/dist/DashboardLayout.d.ts +8 -8
- package/dist/DashboardLayout.d.ts.map +1 -1
- package/dist/DashboardLayout.js +11 -24
- package/dist/DashboardLayout.js.map +1 -1
- package/dist/DashboardPlugin.d.ts +10 -10
- package/dist/DashboardPlugin.d.ts.map +1 -1
- package/dist/DashboardPlugin.js +0 -1
- package/dist/DashboardPlugin.js.map +1 -1
- package/dist/DashboardUtils.d.ts +1 -1
- package/dist/DashboardUtils.d.ts.map +1 -1
- package/dist/DashboardUtils.js +1 -9
- package/dist/DashboardUtils.js.map +1 -1
- package/dist/PanelErrorBoundary.js +0 -8
- package/dist/PanelErrorBoundary.js.map +1 -1
- package/dist/PanelEvent.d.ts +12 -12
- package/dist/PanelEvent.d.ts.map +1 -1
- package/dist/PanelEvent.js.map +1 -1
- package/dist/PanelManager.d.ts +7 -7
- package/dist/PanelManager.d.ts.map +1 -1
- package/dist/PanelManager.js +15 -62
- package/dist/PanelManager.js.map +1 -1
- package/dist/PanelPlaceholder.d.ts.map +1 -1
- package/dist/PanelPlaceholder.js +1 -1
- package/dist/PanelPlaceholder.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/layout/GLPropTypes.js.map +1 -1
- package/dist/layout/GoldenLayoutThemeExport.js +0 -1
- package/dist/layout/GoldenLayoutThemeExport.js.map +1 -1
- package/dist/layout/LayoutUtils.d.ts +2 -2
- package/dist/layout/LayoutUtils.d.ts.map +1 -1
- package/dist/layout/LayoutUtils.js +50 -176
- package/dist/layout/LayoutUtils.js.map +1 -1
- package/dist/layout/hooks.js.map +1 -1
- package/dist/layout/index.js.map +1 -1
- package/dist/redux/actionTypes.js.map +1 -1
- package/dist/redux/actions.js +1 -5
- package/dist/redux/actions.js.map +1 -1
- package/dist/redux/index.js.map +1 -1
- package/dist/redux/reducers/dashboardData.js.map +1 -1
- package/dist/redux/reducers/index.js.map +1 -1
- package/dist/redux/selectors.d.ts +1 -1
- package/dist/redux/selectors.d.ts.map +1 -1
- package/dist/redux/selectors.js +3 -7
- package/dist/redux/selectors.js.map +1 -1
- package/package.json +10 -10
package/dist/Dashboard.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import type { ItemConfigType } from '@deephaven/golden-layout';
|
|
|
4
4
|
import './layout/GoldenLayout.scss';
|
|
5
5
|
import { PanelDehydrateFunction, PanelHydrateFunction, PanelProps } from './DashboardPlugin';
|
|
6
6
|
import './Dashboard.scss';
|
|
7
|
-
export
|
|
7
|
+
export type DashboardProps = {
|
|
8
8
|
id?: string;
|
|
9
9
|
children?: React.ReactNode | React.ReactNode[];
|
|
10
10
|
emptyDashboard?: React.ReactNode;
|
|
@@ -17,6 +17,6 @@ export declare type DashboardProps = {
|
|
|
17
17
|
hydrate?: PanelHydrateFunction;
|
|
18
18
|
dehydrate?: PanelDehydrateFunction;
|
|
19
19
|
};
|
|
20
|
-
export declare
|
|
20
|
+
export declare function Dashboard({ id, children, emptyDashboard, layoutConfig, layoutSettings, onLayoutConfigChange, onGoldenLayoutChange, onLayoutInitialized, fallbackComponent, hydrate, dehydrate, }: DashboardProps): JSX.Element;
|
|
21
21
|
export default Dashboard;
|
|
22
22
|
//# sourceMappingURL=Dashboard.d.ts.map
|
package/dist/Dashboard.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../src/Dashboard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,yBAAyB,EACzB,aAAa,EAKd,MAAM,OAAO,CAAC;AAEf,OAAO,YAAY,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,4BAA4B,CAAC;AAIpC,OAAO,EACL,sBAAsB,EACtB,oBAAoB,EACpB,UAAU,EACX,MAAM,mBAAmB,CAAC;AAC3B,OAAO,kBAAkB,CAAC;AAQ1B,
|
|
1
|
+
{"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../src/Dashboard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,yBAAyB,EACzB,aAAa,EAKd,MAAM,OAAO,CAAC;AAEf,OAAO,YAAY,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,4BAA4B,CAAC;AAIpC,OAAO,EACL,sBAAsB,EACtB,oBAAoB,EACpB,UAAU,EACX,MAAM,mBAAmB,CAAC;AAC3B,OAAO,kBAAkB,CAAC;AAQ1B,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,EAAE,CAAC;IAC/C,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,YAAY,CAAC,EAAE,cAAc,EAAE,CAAC;IAChC,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,oBAAoB,CAAC,EAAE,CAAC,YAAY,EAAE,YAAY,KAAK,IAAI,CAAC;IAC5D,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,iBAAiB,CAAC,EAAE,yBAAyB,CAC3C,UAAU,GAAG,aAAa,CAAC,cAAc,CAAC,CAC3C,CAAC;IACF,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,SAAS,CAAC,EAAE,sBAAsB,CAAC;CACpC,CAAC;AAEF,wBAAgB,SAAS,CAAC,EACxB,EAAc,EACd,QAAQ,EACR,cAAc,EACd,YAAY,EACZ,cAA6B,EAC7B,oBAAuC,EACvC,oBAAuC,EACvC,mBAAsC,EACtC,iBAAoC,EACpC,OAAO,EACP,SAAS,GACV,EAAE,cAAc,GAAG,GAAG,CAAC,OAAO,CA4F9B;AAED,eAAe,SAAS,CAAC"}
|
package/dist/Dashboard.js
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
2
|
-
|
|
3
2
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
|
-
|
|
5
3
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
6
|
-
|
|
7
4
|
import React, { useEffect, useMemo, useRef, useState } from 'react';
|
|
8
5
|
import throttle from 'lodash.throttle';
|
|
9
6
|
import GoldenLayout from '@deephaven/golden-layout';
|
|
@@ -13,11 +10,9 @@ import PanelPlaceholder from "./PanelPlaceholder.js";
|
|
|
13
10
|
import DashboardLayout from "./DashboardLayout.js";
|
|
14
11
|
import "./Dashboard.css";
|
|
15
12
|
var RESIZE_THROTTLE = 100;
|
|
16
|
-
|
|
17
13
|
var DEFAULT_CALLBACK = () => undefined;
|
|
18
|
-
|
|
19
14
|
var EMPTY_OBJECT = Object.freeze({});
|
|
20
|
-
export
|
|
15
|
+
export function Dashboard(_ref) {
|
|
21
16
|
var {
|
|
22
17
|
id = 'default',
|
|
23
18
|
children,
|
|
@@ -39,29 +34,23 @@ export var Dashboard = _ref => {
|
|
|
39
34
|
setLayout(undefined);
|
|
40
35
|
return;
|
|
41
36
|
}
|
|
42
|
-
|
|
43
37
|
var config = _objectSpread({}, LayoutUtils.makeDefaultLayout());
|
|
44
|
-
|
|
45
38
|
if (config.settings === undefined) {
|
|
46
39
|
config.settings = {};
|
|
47
40
|
}
|
|
41
|
+
Object.assign(config.settings, layoutSettings);
|
|
48
42
|
|
|
49
|
-
|
|
50
|
-
|
|
43
|
+
// Load our content later after plugins have registered
|
|
51
44
|
config.content = [];
|
|
52
45
|
var newLayout = new GoldenLayout(config, layoutElement.current);
|
|
53
|
-
|
|
54
46
|
var onInit = () => {
|
|
55
47
|
newLayout.off('initialised', onInit);
|
|
56
48
|
setIsInitialized(true);
|
|
57
49
|
};
|
|
58
|
-
|
|
59
50
|
newLayout.on('initialised', onInit);
|
|
60
|
-
|
|
61
51
|
if (fallbackComponent != null) {
|
|
62
52
|
newLayout.setFallbackComponent(fallbackComponent);
|
|
63
53
|
}
|
|
64
|
-
|
|
65
54
|
newLayout.init();
|
|
66
55
|
setLayout(newLayout);
|
|
67
56
|
onGoldenLayoutChange(newLayout);
|
|
@@ -95,6 +84,6 @@ export var Dashboard = _ref => {
|
|
|
95
84
|
hydrate: hydrate,
|
|
96
85
|
dehydrate: dehydrate
|
|
97
86
|
}, children));
|
|
98
|
-
}
|
|
87
|
+
}
|
|
99
88
|
export default Dashboard;
|
|
100
89
|
//# sourceMappingURL=Dashboard.js.map
|
package/dist/Dashboard.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dashboard.js","names":["React","useEffect","useMemo","useRef","useState","throttle","GoldenLayout","LayoutUtils","PanelPlaceholder","DashboardLayout","RESIZE_THROTTLE","DEFAULT_CALLBACK","undefined","EMPTY_OBJECT","Object","freeze","Dashboard","id","children","emptyDashboard","layoutConfig","layoutSettings","onLayoutConfigChange","onGoldenLayoutChange","onLayoutInitialized","fallbackComponent","hydrate","dehydrate","layoutElement","isInitialized","setIsInitialized","layout","setLayout","initDashboard","current","config","makeDefaultLayout","settings","assign","content","newLayout","onInit","off","on","setFallbackComponent","init","destroy","handleResize","isInitialised","updateSize","initResizeEventListner","window","addEventListener","removeEventListener"],"sources":["../src/Dashboard.tsx"],"sourcesContent":["import React, {\n ForwardRefExoticComponent,\n RefAttributes,\n useEffect,\n useMemo,\n useRef,\n useState,\n} from 'react';\nimport throttle from 'lodash.throttle';\nimport GoldenLayout from '@deephaven/golden-layout';\nimport type { ItemConfigType } from '@deephaven/golden-layout';\nimport './layout/GoldenLayout.scss';\nimport LayoutUtils from './layout/LayoutUtils';\nimport PanelPlaceholder from './PanelPlaceholder';\nimport DashboardLayout from './DashboardLayout';\nimport {\n PanelDehydrateFunction,\n PanelHydrateFunction,\n PanelProps,\n} from './DashboardPlugin';\nimport './Dashboard.scss';\n\nconst RESIZE_THROTTLE = 100;\n\nconst DEFAULT_CALLBACK = () => undefined;\n\nconst EMPTY_OBJECT = Object.freeze({});\n\nexport type DashboardProps = {\n id?: string;\n children?: React.ReactNode | React.ReactNode[];\n emptyDashboard?: React.ReactNode;\n layoutConfig?: ItemConfigType[];\n layoutSettings?: Record<string, unknown>;\n onLayoutConfigChange?: () => void;\n onGoldenLayoutChange?: (goldenLayout: GoldenLayout) => void;\n onLayoutInitialized?: () => void;\n fallbackComponent?: ForwardRefExoticComponent<\n PanelProps & RefAttributes<HTMLDivElement>\n >;\n hydrate?: PanelHydrateFunction;\n dehydrate?: PanelDehydrateFunction;\n};\n\nexport
|
|
1
|
+
{"version":3,"file":"Dashboard.js","names":["React","useEffect","useMemo","useRef","useState","throttle","GoldenLayout","LayoutUtils","PanelPlaceholder","DashboardLayout","RESIZE_THROTTLE","DEFAULT_CALLBACK","undefined","EMPTY_OBJECT","Object","freeze","Dashboard","id","children","emptyDashboard","layoutConfig","layoutSettings","onLayoutConfigChange","onGoldenLayoutChange","onLayoutInitialized","fallbackComponent","hydrate","dehydrate","layoutElement","isInitialized","setIsInitialized","layout","setLayout","initDashboard","current","config","makeDefaultLayout","settings","assign","content","newLayout","onInit","off","on","setFallbackComponent","init","destroy","handleResize","isInitialised","updateSize","initResizeEventListner","window","addEventListener","removeEventListener"],"sources":["../src/Dashboard.tsx"],"sourcesContent":["import React, {\n ForwardRefExoticComponent,\n RefAttributes,\n useEffect,\n useMemo,\n useRef,\n useState,\n} from 'react';\nimport throttle from 'lodash.throttle';\nimport GoldenLayout from '@deephaven/golden-layout';\nimport type { ItemConfigType } from '@deephaven/golden-layout';\nimport './layout/GoldenLayout.scss';\nimport LayoutUtils from './layout/LayoutUtils';\nimport PanelPlaceholder from './PanelPlaceholder';\nimport DashboardLayout from './DashboardLayout';\nimport {\n PanelDehydrateFunction,\n PanelHydrateFunction,\n PanelProps,\n} from './DashboardPlugin';\nimport './Dashboard.scss';\n\nconst RESIZE_THROTTLE = 100;\n\nconst DEFAULT_CALLBACK = () => undefined;\n\nconst EMPTY_OBJECT = Object.freeze({});\n\nexport type DashboardProps = {\n id?: string;\n children?: React.ReactNode | React.ReactNode[];\n emptyDashboard?: React.ReactNode;\n layoutConfig?: ItemConfigType[];\n layoutSettings?: Record<string, unknown>;\n onLayoutConfigChange?: () => void;\n onGoldenLayoutChange?: (goldenLayout: GoldenLayout) => void;\n onLayoutInitialized?: () => void;\n fallbackComponent?: ForwardRefExoticComponent<\n PanelProps & RefAttributes<HTMLDivElement>\n >;\n hydrate?: PanelHydrateFunction;\n dehydrate?: PanelDehydrateFunction;\n};\n\nexport function Dashboard({\n id = 'default',\n children,\n emptyDashboard,\n layoutConfig,\n layoutSettings = EMPTY_OBJECT,\n onLayoutConfigChange = DEFAULT_CALLBACK,\n onGoldenLayoutChange = DEFAULT_CALLBACK,\n onLayoutInitialized = DEFAULT_CALLBACK,\n fallbackComponent = PanelPlaceholder,\n hydrate,\n dehydrate,\n}: DashboardProps): JSX.Element {\n const layoutElement = useRef<HTMLDivElement>(null);\n const [isInitialized, setIsInitialized] = useState(false);\n const [layout, setLayout] = useState<GoldenLayout>();\n\n useEffect(\n function initDashboard() {\n if (!layoutElement.current) {\n setLayout(undefined);\n return;\n }\n const config = {\n ...LayoutUtils.makeDefaultLayout(),\n };\n if (config.settings === undefined) {\n config.settings = {};\n }\n Object.assign(config.settings, layoutSettings);\n\n // Load our content later after plugins have registered\n config.content = [];\n\n const newLayout = new GoldenLayout(config, layoutElement.current);\n\n const onInit = () => {\n newLayout.off('initialised', onInit);\n setIsInitialized(true);\n };\n newLayout.on('initialised', onInit);\n\n if (fallbackComponent != null) {\n newLayout.setFallbackComponent(fallbackComponent);\n }\n\n newLayout.init();\n\n setLayout(newLayout);\n\n onGoldenLayoutChange(newLayout);\n\n return () => {\n newLayout.destroy();\n };\n },\n [\n layoutSettings,\n fallbackComponent,\n onGoldenLayoutChange,\n setIsInitialized,\n setLayout,\n ]\n );\n\n const handleResize = useMemo(\n () =>\n throttle(() => {\n if (layout != null && layout.isInitialised) {\n layout?.updateSize();\n }\n }, RESIZE_THROTTLE),\n [layout]\n );\n\n useEffect(\n function initResizeEventListner() {\n window.addEventListener('resize', handleResize);\n return () => {\n window.removeEventListener('resize', handleResize);\n };\n },\n [handleResize]\n );\n\n return (\n <div className=\"dashboard-container w-100 h-100\">\n <div className=\"w-100 h-100\" ref={layoutElement} />\n {isInitialized && layout && (\n <DashboardLayout\n emptyDashboard={emptyDashboard}\n id={id}\n layout={layout}\n layoutConfig={layoutConfig}\n onLayoutChange={onLayoutConfigChange}\n onLayoutInitialized={onLayoutInitialized}\n hydrate={hydrate}\n dehydrate={dehydrate}\n >\n {children}\n </DashboardLayout>\n )}\n </div>\n );\n}\n\nexport default Dashboard;\n"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardConstants.js","names":["DEFAULT_DASHBOARD_ID"],"sources":["../src/DashboardConstants.ts"],"sourcesContent":["// eslint-disable-next-line import/prefer-default-export\nexport const DEFAULT_DASHBOARD_ID = 'default';\n"],"mappings":"AAAA;AACA,OAAO,IAAMA,oBAAoB,GAAG,
|
|
1
|
+
{"version":3,"file":"DashboardConstants.js","names":["DEFAULT_DASHBOARD_ID"],"sources":["../src/DashboardConstants.ts"],"sourcesContent":["// eslint-disable-next-line import/prefer-default-export\nexport const DEFAULT_DASHBOARD_ID = 'default';\n"],"mappings":"AAAA;AACA,OAAO,IAAMA,oBAAoB,GAAG,SAAS"}
|
|
@@ -4,8 +4,8 @@ import GoldenLayout from '@deephaven/golden-layout';
|
|
|
4
4
|
import type { ItemConfigType } from '@deephaven/golden-layout';
|
|
5
5
|
import { ClosedPanels } from './PanelManager';
|
|
6
6
|
import { PanelDehydrateFunction, PanelHydrateFunction } from './DashboardPlugin';
|
|
7
|
-
export
|
|
8
|
-
|
|
7
|
+
export type DashboardLayoutConfig = ItemConfigType[];
|
|
8
|
+
type DashboardData = {
|
|
9
9
|
closed?: ClosedPanels;
|
|
10
10
|
};
|
|
11
11
|
interface DashboardLayoutProps {
|
|
@@ -23,14 +23,14 @@ interface DashboardLayoutProps {
|
|
|
23
23
|
/**
|
|
24
24
|
* DashboardLayout component. Handles hydrating, dehydrating components, listening for dragging panels.
|
|
25
25
|
*/
|
|
26
|
-
export declare
|
|
27
|
-
|
|
28
|
-
propTypes: {
|
|
26
|
+
export declare function DashboardLayout({ id, children, emptyDashboard, layout, layoutConfig, onLayoutChange, onLayoutInitialized, hydrate, dehydrate, }: DashboardLayoutProps): JSX.Element;
|
|
27
|
+
export declare namespace DashboardLayout {
|
|
28
|
+
var propTypes: {
|
|
29
29
|
id: PropTypes.Validator<string>;
|
|
30
30
|
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
31
31
|
data: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
32
32
|
emptyDashboard: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
33
|
-
layout: PropTypes.Validator<PropTypes.InferProps<{
|
|
33
|
+
layout: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
34
34
|
registerComponent: PropTypes.Requireable<(...args: any[]) => any>;
|
|
35
35
|
root: PropTypes.Requireable<PropTypes.InferProps<{
|
|
36
36
|
addChild: PropTypes.Requireable<(...args: any[]) => any>;
|
|
@@ -42,11 +42,11 @@ export declare const DashboardLayout: {
|
|
|
42
42
|
off: PropTypes.Requireable<(...args: any[]) => any>;
|
|
43
43
|
emit: PropTypes.Requireable<(...args: any[]) => any>;
|
|
44
44
|
}>>;
|
|
45
|
-
}
|
|
45
|
+
}>>>;
|
|
46
46
|
layoutConfig: PropTypes.Requireable<(PropTypes.InferProps<{}> | null | undefined)[]>;
|
|
47
47
|
onLayoutChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
48
48
|
onLayoutInitialized: PropTypes.Requireable<(...args: any[]) => any>;
|
|
49
49
|
};
|
|
50
|
-
}
|
|
50
|
+
}
|
|
51
51
|
export default DashboardLayout;
|
|
52
52
|
//# sourceMappingURL=DashboardLayout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardLayout.d.ts","sourceRoot":"","sources":["../src/DashboardLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAMN,MAAM,OAAO,CAAC;AACf,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,YAAY,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,EAGV,cAAc,EAEf,MAAM,0BAA0B,CAAC;AAKlC,OAAqB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAU5D,OAAO,EAEL,sBAAsB,EACtB,oBAAoB,EACrB,MAAM,mBAAmB,CAAC;AAE3B,
|
|
1
|
+
{"version":3,"file":"DashboardLayout.d.ts","sourceRoot":"","sources":["../src/DashboardLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAMN,MAAM,OAAO,CAAC;AACf,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,YAAY,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,EAGV,cAAc,EAEf,MAAM,0BAA0B,CAAC;AAKlC,OAAqB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAU5D,OAAO,EAEL,sBAAsB,EACtB,oBAAoB,EACrB,MAAM,mBAAmB,CAAC;AAE3B,MAAM,MAAM,qBAAqB,GAAG,cAAc,EAAE,CAAC;AAarD,KAAK,aAAa,GAAG;IACnB,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB,CAAC;AAEF,UAAU,oBAAoB;IAC5B,EAAE,EAAE,MAAM,CAAC;IAGX,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,SAAS,CAAC,EAAE,sBAAsB,CAAC;IACnC,MAAM,EAAE,YAAY,CAAC;IACrB,YAAY,CAAC,EAAE,qBAAqB,CAAC;IACrC,cAAc,CAAC,EAAE,CAAC,gBAAgB,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACnE,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,EAAE,CAAC;IAC/C,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,EAC9B,EAAE,EACF,QAAQ,EACR,cAA+C,EAC/C,MAAM,EACN,YAAoC,EACpC,cAAiC,EACjC,mBAAsC,EACtC,OAAwB,EACxB,SAA4B,GAC7B,EAAE,oBAAoB,GAAG,GAAG,CAAC,OAAO,CAkOpC;yBA5Oe,eAAe;;;;;;;;;;;;;;;;;;;;;;;;AAyP/B,eAAe,eAAe,CAAC"}
|
package/dist/DashboardLayout.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
2
|
import React, { useCallback, useEffect, useMemo, useState } from 'react';
|
|
4
3
|
import PropTypes from 'prop-types';
|
|
5
4
|
import Log from '@deephaven/log';
|
|
@@ -15,18 +14,15 @@ import { getDashboardData, updateDashboardData } from "./redux/index.js";
|
|
|
15
14
|
var log = Log.module('DashboardLayout');
|
|
16
15
|
var EMPTY_OBJECT = Object.freeze({});
|
|
17
16
|
var DEFAULT_LAYOUT_CONFIG = [];
|
|
17
|
+
var DEFAULT_CALLBACK = () => undefined;
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
// If a component isn't registered, just pass through the props so they are saved if a plugin is loaded later
|
|
22
20
|
var FALLBACK_CALLBACK = props => props;
|
|
23
|
-
|
|
24
21
|
/**
|
|
25
22
|
* DashboardLayout component. Handles hydrating, dehydrating components, listening for dragging panels.
|
|
26
23
|
*/
|
|
27
|
-
export
|
|
24
|
+
export function DashboardLayout(_ref) {
|
|
28
25
|
var _useSelector, _closed;
|
|
29
|
-
|
|
30
26
|
var {
|
|
31
27
|
id,
|
|
32
28
|
children,
|
|
@@ -52,14 +48,14 @@ export var DashboardLayout = _ref => {
|
|
|
52
48
|
var componentHydrate = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : hydrate;
|
|
53
49
|
var componentDehydrate = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : dehydrate;
|
|
54
50
|
log.debug2('registerComponent', name, componentType, componentHydrate, componentDehydrate);
|
|
55
|
-
|
|
56
51
|
function renderComponent(props, ref) {
|
|
57
52
|
// Cast it to an `any` type so we can pass the ref in correctly.
|
|
58
53
|
// ComponentType doesn't seem to work right, ReactNode is also incorrect
|
|
59
54
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
60
|
-
var CType = componentType;
|
|
61
|
-
// eslint-disable-next-line react/prop-types
|
|
55
|
+
var CType = componentType;
|
|
62
56
|
|
|
57
|
+
// Props supplied by GoldenLayout
|
|
58
|
+
// eslint-disable-next-line react/prop-types
|
|
63
59
|
var {
|
|
64
60
|
glContainer,
|
|
65
61
|
glEventHub
|
|
@@ -73,7 +69,6 @@ export var DashboardLayout = _ref => {
|
|
|
73
69
|
ref: ref
|
|
74
70
|
}))));
|
|
75
71
|
}
|
|
76
|
-
|
|
77
72
|
var wrappedComponent = /*#__PURE__*/React.forwardRef(renderComponent);
|
|
78
73
|
var cleanup = layout.registerComponent(name, wrappedComponent);
|
|
79
74
|
hydrateMap.set(name, componentHydrate);
|
|
@@ -82,12 +77,10 @@ export var DashboardLayout = _ref => {
|
|
|
82
77
|
}, [hydrate, dehydrate, hydrateMap, dehydrateMap, layout, store]);
|
|
83
78
|
var hydrateComponent = useCallback((name, props) => {
|
|
84
79
|
var _hydrateMap$get;
|
|
85
|
-
|
|
86
80
|
return ((_hydrateMap$get = hydrateMap.get(name)) !== null && _hydrateMap$get !== void 0 ? _hydrateMap$get : FALLBACK_CALLBACK)(props, id);
|
|
87
81
|
}, [hydrateMap, id]);
|
|
88
82
|
var dehydrateComponent = useCallback((name, config) => {
|
|
89
83
|
var _dehydrateMap$get;
|
|
90
|
-
|
|
91
84
|
return ((_dehydrateMap$get = dehydrateMap.get(name)) !== null && _dehydrateMap$get !== void 0 ? _dehydrateMap$get : FALLBACK_CALLBACK)(config, id);
|
|
92
85
|
}, [dehydrateMap, id]);
|
|
93
86
|
var panelManager = useMemo(() => new PanelManager(layout, hydrateComponent, dehydrateComponent, new Map(), initialClosedPanels, _ref2 => {
|
|
@@ -104,18 +97,15 @@ export var DashboardLayout = _ref => {
|
|
|
104
97
|
// we don't want to emit stateChanges that happen during item drags or else
|
|
105
98
|
// we risk the last saved state being one without that panel in the layout entirely
|
|
106
99
|
if (isItemDragging) return;
|
|
107
|
-
|
|
108
100
|
if (!isDashboardInitialized) {
|
|
109
101
|
onLayoutInitialized();
|
|
110
102
|
setIsDashboardInitialized(true);
|
|
111
103
|
}
|
|
112
|
-
|
|
113
104
|
var glConfig = layout.toConfig();
|
|
114
105
|
var contentConfig = glConfig.content;
|
|
115
106
|
var dehydratedLayoutConfig = LayoutUtils.dehydrateLayoutConfig(contentConfig, dehydrateComponent);
|
|
116
107
|
var hasChanged = lastConfig == null || !LayoutUtils.isEqual(lastConfig, dehydratedLayoutConfig);
|
|
117
108
|
log.debug('handleLayoutStateChanged', hasChanged, contentConfig, dehydratedLayoutConfig);
|
|
118
|
-
|
|
119
109
|
if (hasChanged) {
|
|
120
110
|
setIsDashboardEmpty(layout.root.contentItems.length === 0);
|
|
121
111
|
setLastConfig(dehydratedLayoutConfig);
|
|
@@ -130,11 +120,9 @@ export var DashboardLayout = _ref => {
|
|
|
130
120
|
}, []);
|
|
131
121
|
var handleComponentCreated = useCallback(item => {
|
|
132
122
|
log.debug2('handleComponentCreated', item);
|
|
133
|
-
|
|
134
123
|
if (item == null || item.config == null || item.config.component == null || item.element == null) {
|
|
135
124
|
return;
|
|
136
125
|
}
|
|
137
|
-
|
|
138
126
|
var cssComponent = item.config.component.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
|
|
139
127
|
var cssClass = "".concat(cssComponent, "-component");
|
|
140
128
|
item.element.addClass(cssClass);
|
|
@@ -148,17 +136,16 @@ export var DashboardLayout = _ref => {
|
|
|
148
136
|
useEffect(function loadNewConfig() {
|
|
149
137
|
if (previousLayoutConfig !== layoutConfig && layoutConfig !== lastConfig) {
|
|
150
138
|
log.debug('Setting new layout content...');
|
|
151
|
-
var content = LayoutUtils.hydrateLayoutConfig(layoutConfig, hydrateComponent);
|
|
152
|
-
|
|
139
|
+
var content = LayoutUtils.hydrateLayoutConfig(layoutConfig, hydrateComponent);
|
|
140
|
+
// Remove the old layout before add the new one
|
|
153
141
|
while (layout.root.contentItems.length > 0) {
|
|
154
142
|
layout.root.contentItems[0].remove();
|
|
155
|
-
}
|
|
156
|
-
|
|
143
|
+
}
|
|
157
144
|
|
|
145
|
+
// Add the new content. It is usally just one item from the root
|
|
158
146
|
for (var i = 0; i < content.length; i += 1) {
|
|
159
147
|
layout.root.addChild(content[i]);
|
|
160
148
|
}
|
|
161
|
-
|
|
162
149
|
setIsDashboardEmpty(layout.root.contentItems.length === 0);
|
|
163
150
|
}
|
|
164
151
|
}, [hydrateComponent, layout, layoutConfig, lastConfig, panelManager, previousLayoutConfig]);
|
|
@@ -168,7 +155,7 @@ export var DashboardLayout = _ref => {
|
|
|
168
155
|
panelManager,
|
|
169
156
|
registerComponent
|
|
170
157
|
}) : null));
|
|
171
|
-
}
|
|
158
|
+
}
|
|
172
159
|
DashboardLayout.propTypes = {
|
|
173
160
|
id: PropTypes.string.isRequired,
|
|
174
161
|
children: PropTypes.node,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardLayout.js","names":["React","useCallback","useEffect","useMemo","useState","PropTypes","Log","usePrevious","Provider","useDispatch","useSelector","useStore","PanelManager","PanelErrorBoundary","LayoutUtils","dehydrate","dehydrateDefault","hydrate","hydrateDefault","PanelEvent","GLPropTypes","useListener","getDashboardData","updateDashboardData","log","module","EMPTY_OBJECT","Object","freeze","DEFAULT_LAYOUT_CONFIG","DEFAULT_CALLBACK","undefined","FALLBACK_CALLBACK","props","DashboardLayout","id","children","emptyDashboard","layout","layoutConfig","onLayoutChange","onLayoutInitialized","dispatch","data","state","isDashboardEmpty","setIsDashboardEmpty","isItemDragging","setIsItemDragging","lastConfig","setLastConfig","initialClosedPanels","closed","isDashboardInitialized","setIsDashboardInitialized","hydrateMap","Map","dehydrateMap","store","registerComponent","name","componentType","componentHydrate","componentDehydrate","debug2","renderComponent","ref","CType","glContainer","glEventHub","wrappedComponent","forwardRef","cleanup","set","hydrateComponent","get","dehydrateComponent","config","panelManager","openedMap","handleLayoutStateChanged","glConfig","toConfig","contentConfig","content","dehydratedLayoutConfig","dehydrateLayoutConfig","hasChanged","isEqual","debug","root","contentItems","length","handleLayoutItemPickedUp","handleLayoutItemDropped","handleComponentCreated","item","component","element","cssComponent","replace","toLowerCase","cssClass","addClass","eventHub","TITLE_CHANGED","previousLayoutConfig","loadNewConfig","hydrateLayoutConfig","remove","i","addChild","Children","map","child","cloneElement","propTypes","string","isRequired","node","shape","Layout","arrayOf","func"],"sources":["../src/DashboardLayout.tsx"],"sourcesContent":["import React, {\n ReactElement,\n useCallback,\n useEffect,\n useMemo,\n useState,\n} from 'react';\nimport PropTypes from 'prop-types';\nimport GoldenLayout from '@deephaven/golden-layout';\nimport type {\n Container,\n EventEmitter,\n ItemConfigType,\n ReactComponentConfig,\n} from '@deephaven/golden-layout';\nimport Log from '@deephaven/log';\nimport { usePrevious } from '@deephaven/react-hooks';\nimport { RootState } from '@deephaven/redux';\nimport { Provider, useDispatch, useSelector, useStore } from 'react-redux';\nimport PanelManager, { ClosedPanels } from './PanelManager';\nimport PanelErrorBoundary from './PanelErrorBoundary';\nimport LayoutUtils from './layout/LayoutUtils';\nimport {\n dehydrate as dehydrateDefault,\n hydrate as hydrateDefault,\n} from './DashboardUtils';\nimport PanelEvent from './PanelEvent';\nimport { GLPropTypes, useListener } from './layout';\nimport { getDashboardData, updateDashboardData } from './redux';\nimport {\n PanelComponentType,\n PanelDehydrateFunction,\n PanelHydrateFunction,\n} from './DashboardPlugin';\n\nexport type DashboardLayoutConfig = ItemConfigType[];\n\nconst log = Log.module('DashboardLayout');\n\nconst EMPTY_OBJECT = Object.freeze({});\n\nconst DEFAULT_LAYOUT_CONFIG: DashboardLayoutConfig = [];\n\nconst DEFAULT_CALLBACK = () => undefined;\n\n// If a component isn't registered, just pass through the props so they are saved if a plugin is loaded later\nconst FALLBACK_CALLBACK = (props: unknown) => props;\n\ntype DashboardData = {\n closed?: ClosedPanels;\n};\n\ninterface DashboardLayoutProps {\n id: string;\n\n // Default hydrate/dehydration functions\n hydrate?: PanelHydrateFunction;\n dehydrate?: PanelDehydrateFunction;\n layout: GoldenLayout;\n layoutConfig?: DashboardLayoutConfig;\n onLayoutChange?: (dehydratedLayout: DashboardLayoutConfig) => void;\n onLayoutInitialized?: () => void;\n data?: DashboardData;\n children?: React.ReactNode | React.ReactNode[];\n emptyDashboard?: React.ReactNode;\n}\n\n/**\n * DashboardLayout component. Handles hydrating, dehydrating components, listening for dragging panels.\n */\nexport const DashboardLayout = ({\n id,\n children,\n emptyDashboard = <div>Dashboard is empty.</div>,\n layout,\n layoutConfig = DEFAULT_LAYOUT_CONFIG,\n onLayoutChange = DEFAULT_CALLBACK,\n onLayoutInitialized = DEFAULT_CALLBACK,\n hydrate = hydrateDefault,\n dehydrate = dehydrateDefault,\n}: DashboardLayoutProps): JSX.Element => {\n const dispatch = useDispatch();\n const data =\n useSelector<RootState>(state => getDashboardData(state, id)) ??\n EMPTY_OBJECT;\n\n const [isDashboardEmpty, setIsDashboardEmpty] = useState(false);\n const [isItemDragging, setIsItemDragging] = useState(false);\n const [lastConfig, setLastConfig] = useState<DashboardLayoutConfig>();\n const [initialClosedPanels] = useState<ReactComponentConfig[] | undefined>(\n (data as DashboardData)?.closed ?? []\n );\n const [isDashboardInitialized, setIsDashboardInitialized] = useState(false);\n\n const hydrateMap = useMemo(() => new Map(), []);\n const dehydrateMap = useMemo(() => new Map(), []);\n const store = useStore();\n const registerComponent = useCallback(\n (\n name: string,\n componentType: PanelComponentType,\n componentHydrate = hydrate,\n componentDehydrate = dehydrate\n ) => {\n log.debug2(\n 'registerComponent',\n name,\n componentType,\n componentHydrate,\n componentDehydrate\n );\n\n function renderComponent(\n props: { glContainer: Container; glEventHub: EventEmitter },\n ref: unknown\n ) {\n // Cast it to an `any` type so we can pass the ref in correctly.\n // ComponentType doesn't seem to work right, ReactNode is also incorrect\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n const CType = componentType as any;\n\n // Props supplied by GoldenLayout\n // eslint-disable-next-line react/prop-types\n const { glContainer, glEventHub } = props;\n return (\n <Provider store={store}>\n <PanelErrorBoundary\n glContainer={glContainer}\n glEventHub={glEventHub}\n >\n {/* eslint-disable-next-line react/jsx-props-no-spreading */}\n <CType {...props} ref={ref} />\n </PanelErrorBoundary>\n </Provider>\n );\n }\n\n const wrappedComponent = React.forwardRef(renderComponent);\n const cleanup = layout.registerComponent(name, wrappedComponent);\n hydrateMap.set(name, componentHydrate);\n dehydrateMap.set(name, componentDehydrate);\n return cleanup;\n },\n [hydrate, dehydrate, hydrateMap, dehydrateMap, layout, store]\n );\n const hydrateComponent = useCallback(\n (name, props) => (hydrateMap.get(name) ?? FALLBACK_CALLBACK)(props, id),\n [hydrateMap, id]\n );\n const dehydrateComponent = useCallback(\n (name, config) => (dehydrateMap.get(name) ?? FALLBACK_CALLBACK)(config, id),\n [dehydrateMap, id]\n );\n const panelManager = useMemo(\n () =>\n new PanelManager(\n layout,\n hydrateComponent,\n dehydrateComponent,\n new Map(),\n initialClosedPanels,\n ({ closed, openedMap }) => {\n dispatch(updateDashboardData(id, { closed, openedMap }));\n }\n ),\n [\n dehydrateComponent,\n dispatch,\n hydrateComponent,\n id,\n initialClosedPanels,\n layout,\n ]\n );\n\n const handleLayoutStateChanged = useCallback(() => {\n // we don't want to emit stateChanges that happen during item drags or else\n // we risk the last saved state being one without that panel in the layout entirely\n if (isItemDragging) return;\n\n if (!isDashboardInitialized) {\n onLayoutInitialized();\n setIsDashboardInitialized(true);\n }\n\n const glConfig = layout.toConfig();\n const contentConfig = glConfig.content;\n const dehydratedLayoutConfig = LayoutUtils.dehydrateLayoutConfig(\n contentConfig,\n dehydrateComponent\n );\n const hasChanged =\n lastConfig == null ||\n !LayoutUtils.isEqual(lastConfig, dehydratedLayoutConfig);\n\n log.debug(\n 'handleLayoutStateChanged',\n hasChanged,\n contentConfig,\n dehydratedLayoutConfig\n );\n\n if (hasChanged) {\n setIsDashboardEmpty(layout.root.contentItems.length === 0);\n\n setLastConfig(dehydratedLayoutConfig);\n\n onLayoutChange(dehydratedLayoutConfig);\n }\n }, [\n dehydrateComponent,\n isDashboardInitialized,\n isItemDragging,\n lastConfig,\n layout,\n onLayoutChange,\n onLayoutInitialized,\n ]);\n\n const handleLayoutItemPickedUp = useCallback(() => {\n setIsItemDragging(true);\n }, []);\n\n const handleLayoutItemDropped = useCallback(() => {\n setIsItemDragging(false);\n }, []);\n\n const handleComponentCreated = useCallback(item => {\n log.debug2('handleComponentCreated', item);\n\n if (\n item == null ||\n item.config == null ||\n item.config.component == null ||\n item.element == null\n ) {\n return;\n }\n\n const cssComponent = item.config.component\n .replace(/([a-z])([A-Z])/g, '$1-$2')\n .toLowerCase();\n const cssClass = `${cssComponent}-component`;\n item.element.addClass(cssClass);\n }, []);\n\n useListener(layout, 'stateChanged', handleLayoutStateChanged);\n useListener(layout, 'itemPickedUp', handleLayoutItemPickedUp);\n useListener(layout, 'itemDropped', handleLayoutItemDropped);\n useListener(layout, 'componentCreated', handleComponentCreated);\n useListener(\n layout.eventHub,\n PanelEvent.TITLE_CHANGED,\n handleLayoutStateChanged\n );\n\n const previousLayoutConfig = usePrevious(layoutConfig);\n useEffect(\n function loadNewConfig() {\n if (\n previousLayoutConfig !== layoutConfig &&\n layoutConfig !== lastConfig\n ) {\n log.debug('Setting new layout content...');\n const content = LayoutUtils.hydrateLayoutConfig(\n layoutConfig,\n hydrateComponent\n );\n // Remove the old layout before add the new one\n while (layout.root.contentItems.length > 0) {\n layout.root.contentItems[0].remove();\n }\n\n // Add the new content. It is usally just one item from the root\n for (let i = 0; i < content.length; i += 1) {\n layout.root.addChild(content[i]);\n }\n\n setIsDashboardEmpty(layout.root.contentItems.length === 0);\n }\n },\n [\n hydrateComponent,\n layout,\n layoutConfig,\n lastConfig,\n panelManager,\n previousLayoutConfig,\n ]\n );\n\n return (\n <>\n {isDashboardEmpty && emptyDashboard}\n {React.Children.map(children, child =>\n child != null\n ? React.cloneElement(child as ReactElement, {\n id,\n layout,\n panelManager,\n registerComponent,\n })\n : null\n )}\n </>\n );\n};\n\nDashboardLayout.propTypes = {\n id: PropTypes.string.isRequired,\n children: PropTypes.node,\n data: PropTypes.shape({}),\n emptyDashboard: PropTypes.node,\n layout: GLPropTypes.Layout.isRequired,\n layoutConfig: PropTypes.arrayOf(PropTypes.shape({})),\n onLayoutChange: PropTypes.func,\n onLayoutInitialized: PropTypes.func,\n};\n\nexport default DashboardLayout;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"DashboardLayout.js","names":["React","useCallback","useEffect","useMemo","useState","PropTypes","Log","usePrevious","Provider","useDispatch","useSelector","useStore","PanelManager","PanelErrorBoundary","LayoutUtils","dehydrate","dehydrateDefault","hydrate","hydrateDefault","PanelEvent","GLPropTypes","useListener","getDashboardData","updateDashboardData","log","module","EMPTY_OBJECT","Object","freeze","DEFAULT_LAYOUT_CONFIG","DEFAULT_CALLBACK","undefined","FALLBACK_CALLBACK","props","DashboardLayout","id","children","emptyDashboard","layout","layoutConfig","onLayoutChange","onLayoutInitialized","dispatch","data","state","isDashboardEmpty","setIsDashboardEmpty","isItemDragging","setIsItemDragging","lastConfig","setLastConfig","initialClosedPanels","closed","isDashboardInitialized","setIsDashboardInitialized","hydrateMap","Map","dehydrateMap","store","registerComponent","name","componentType","componentHydrate","componentDehydrate","debug2","renderComponent","ref","CType","glContainer","glEventHub","wrappedComponent","forwardRef","cleanup","set","hydrateComponent","get","dehydrateComponent","config","panelManager","openedMap","handleLayoutStateChanged","glConfig","toConfig","contentConfig","content","dehydratedLayoutConfig","dehydrateLayoutConfig","hasChanged","isEqual","debug","root","contentItems","length","handleLayoutItemPickedUp","handleLayoutItemDropped","handleComponentCreated","item","component","element","cssComponent","replace","toLowerCase","cssClass","addClass","eventHub","TITLE_CHANGED","previousLayoutConfig","loadNewConfig","hydrateLayoutConfig","remove","i","addChild","Children","map","child","cloneElement","propTypes","string","isRequired","node","shape","Layout","arrayOf","func"],"sources":["../src/DashboardLayout.tsx"],"sourcesContent":["import React, {\n ReactElement,\n useCallback,\n useEffect,\n useMemo,\n useState,\n} from 'react';\nimport PropTypes from 'prop-types';\nimport GoldenLayout from '@deephaven/golden-layout';\nimport type {\n Container,\n EventEmitter,\n ItemConfigType,\n ReactComponentConfig,\n} from '@deephaven/golden-layout';\nimport Log from '@deephaven/log';\nimport { usePrevious } from '@deephaven/react-hooks';\nimport { RootState } from '@deephaven/redux';\nimport { Provider, useDispatch, useSelector, useStore } from 'react-redux';\nimport PanelManager, { ClosedPanels } from './PanelManager';\nimport PanelErrorBoundary from './PanelErrorBoundary';\nimport LayoutUtils from './layout/LayoutUtils';\nimport {\n dehydrate as dehydrateDefault,\n hydrate as hydrateDefault,\n} from './DashboardUtils';\nimport PanelEvent from './PanelEvent';\nimport { GLPropTypes, useListener } from './layout';\nimport { getDashboardData, updateDashboardData } from './redux';\nimport {\n PanelComponentType,\n PanelDehydrateFunction,\n PanelHydrateFunction,\n} from './DashboardPlugin';\n\nexport type DashboardLayoutConfig = ItemConfigType[];\n\nconst log = Log.module('DashboardLayout');\n\nconst EMPTY_OBJECT = Object.freeze({});\n\nconst DEFAULT_LAYOUT_CONFIG: DashboardLayoutConfig = [];\n\nconst DEFAULT_CALLBACK = () => undefined;\n\n// If a component isn't registered, just pass through the props so they are saved if a plugin is loaded later\nconst FALLBACK_CALLBACK = (props: unknown) => props;\n\ntype DashboardData = {\n closed?: ClosedPanels;\n};\n\ninterface DashboardLayoutProps {\n id: string;\n\n // Default hydrate/dehydration functions\n hydrate?: PanelHydrateFunction;\n dehydrate?: PanelDehydrateFunction;\n layout: GoldenLayout;\n layoutConfig?: DashboardLayoutConfig;\n onLayoutChange?: (dehydratedLayout: DashboardLayoutConfig) => void;\n onLayoutInitialized?: () => void;\n data?: DashboardData;\n children?: React.ReactNode | React.ReactNode[];\n emptyDashboard?: React.ReactNode;\n}\n\n/**\n * DashboardLayout component. Handles hydrating, dehydrating components, listening for dragging panels.\n */\nexport function DashboardLayout({\n id,\n children,\n emptyDashboard = <div>Dashboard is empty.</div>,\n layout,\n layoutConfig = DEFAULT_LAYOUT_CONFIG,\n onLayoutChange = DEFAULT_CALLBACK,\n onLayoutInitialized = DEFAULT_CALLBACK,\n hydrate = hydrateDefault,\n dehydrate = dehydrateDefault,\n}: DashboardLayoutProps): JSX.Element {\n const dispatch = useDispatch();\n const data =\n useSelector<RootState>(state => getDashboardData(state, id)) ??\n EMPTY_OBJECT;\n\n const [isDashboardEmpty, setIsDashboardEmpty] = useState(false);\n const [isItemDragging, setIsItemDragging] = useState(false);\n const [lastConfig, setLastConfig] = useState<DashboardLayoutConfig>();\n const [initialClosedPanels] = useState<ReactComponentConfig[] | undefined>(\n (data as DashboardData)?.closed ?? []\n );\n const [isDashboardInitialized, setIsDashboardInitialized] = useState(false);\n\n const hydrateMap = useMemo(() => new Map(), []);\n const dehydrateMap = useMemo(() => new Map(), []);\n const store = useStore();\n const registerComponent = useCallback(\n (\n name: string,\n componentType: PanelComponentType,\n componentHydrate = hydrate,\n componentDehydrate = dehydrate\n ) => {\n log.debug2(\n 'registerComponent',\n name,\n componentType,\n componentHydrate,\n componentDehydrate\n );\n\n function renderComponent(\n props: { glContainer: Container; glEventHub: EventEmitter },\n ref: unknown\n ) {\n // Cast it to an `any` type so we can pass the ref in correctly.\n // ComponentType doesn't seem to work right, ReactNode is also incorrect\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n const CType = componentType as any;\n\n // Props supplied by GoldenLayout\n // eslint-disable-next-line react/prop-types\n const { glContainer, glEventHub } = props;\n return (\n <Provider store={store}>\n <PanelErrorBoundary\n glContainer={glContainer}\n glEventHub={glEventHub}\n >\n {/* eslint-disable-next-line react/jsx-props-no-spreading */}\n <CType {...props} ref={ref} />\n </PanelErrorBoundary>\n </Provider>\n );\n }\n\n const wrappedComponent = React.forwardRef(renderComponent);\n const cleanup = layout.registerComponent(name, wrappedComponent);\n hydrateMap.set(name, componentHydrate);\n dehydrateMap.set(name, componentDehydrate);\n return cleanup;\n },\n [hydrate, dehydrate, hydrateMap, dehydrateMap, layout, store]\n );\n const hydrateComponent = useCallback(\n (name, props) => (hydrateMap.get(name) ?? FALLBACK_CALLBACK)(props, id),\n [hydrateMap, id]\n );\n const dehydrateComponent = useCallback(\n (name, config) => (dehydrateMap.get(name) ?? FALLBACK_CALLBACK)(config, id),\n [dehydrateMap, id]\n );\n const panelManager = useMemo(\n () =>\n new PanelManager(\n layout,\n hydrateComponent,\n dehydrateComponent,\n new Map(),\n initialClosedPanels,\n ({ closed, openedMap }) => {\n dispatch(updateDashboardData(id, { closed, openedMap }));\n }\n ),\n [\n dehydrateComponent,\n dispatch,\n hydrateComponent,\n id,\n initialClosedPanels,\n layout,\n ]\n );\n\n const handleLayoutStateChanged = useCallback(() => {\n // we don't want to emit stateChanges that happen during item drags or else\n // we risk the last saved state being one without that panel in the layout entirely\n if (isItemDragging) return;\n\n if (!isDashboardInitialized) {\n onLayoutInitialized();\n setIsDashboardInitialized(true);\n }\n\n const glConfig = layout.toConfig();\n const contentConfig = glConfig.content;\n const dehydratedLayoutConfig = LayoutUtils.dehydrateLayoutConfig(\n contentConfig,\n dehydrateComponent\n );\n const hasChanged =\n lastConfig == null ||\n !LayoutUtils.isEqual(lastConfig, dehydratedLayoutConfig);\n\n log.debug(\n 'handleLayoutStateChanged',\n hasChanged,\n contentConfig,\n dehydratedLayoutConfig\n );\n\n if (hasChanged) {\n setIsDashboardEmpty(layout.root.contentItems.length === 0);\n\n setLastConfig(dehydratedLayoutConfig);\n\n onLayoutChange(dehydratedLayoutConfig);\n }\n }, [\n dehydrateComponent,\n isDashboardInitialized,\n isItemDragging,\n lastConfig,\n layout,\n onLayoutChange,\n onLayoutInitialized,\n ]);\n\n const handleLayoutItemPickedUp = useCallback(() => {\n setIsItemDragging(true);\n }, []);\n\n const handleLayoutItemDropped = useCallback(() => {\n setIsItemDragging(false);\n }, []);\n\n const handleComponentCreated = useCallback(item => {\n log.debug2('handleComponentCreated', item);\n\n if (\n item == null ||\n item.config == null ||\n item.config.component == null ||\n item.element == null\n ) {\n return;\n }\n\n const cssComponent = item.config.component\n .replace(/([a-z])([A-Z])/g, '$1-$2')\n .toLowerCase();\n const cssClass = `${cssComponent}-component`;\n item.element.addClass(cssClass);\n }, []);\n\n useListener(layout, 'stateChanged', handleLayoutStateChanged);\n useListener(layout, 'itemPickedUp', handleLayoutItemPickedUp);\n useListener(layout, 'itemDropped', handleLayoutItemDropped);\n useListener(layout, 'componentCreated', handleComponentCreated);\n useListener(\n layout.eventHub,\n PanelEvent.TITLE_CHANGED,\n handleLayoutStateChanged\n );\n\n const previousLayoutConfig = usePrevious(layoutConfig);\n useEffect(\n function loadNewConfig() {\n if (\n previousLayoutConfig !== layoutConfig &&\n layoutConfig !== lastConfig\n ) {\n log.debug('Setting new layout content...');\n const content = LayoutUtils.hydrateLayoutConfig(\n layoutConfig,\n hydrateComponent\n );\n // Remove the old layout before add the new one\n while (layout.root.contentItems.length > 0) {\n layout.root.contentItems[0].remove();\n }\n\n // Add the new content. It is usally just one item from the root\n for (let i = 0; i < content.length; i += 1) {\n layout.root.addChild(content[i]);\n }\n\n setIsDashboardEmpty(layout.root.contentItems.length === 0);\n }\n },\n [\n hydrateComponent,\n layout,\n layoutConfig,\n lastConfig,\n panelManager,\n previousLayoutConfig,\n ]\n );\n\n return (\n <>\n {isDashboardEmpty && emptyDashboard}\n {React.Children.map(children, child =>\n child != null\n ? React.cloneElement(child as ReactElement, {\n id,\n layout,\n panelManager,\n registerComponent,\n })\n : null\n )}\n </>\n );\n}\n\nDashboardLayout.propTypes = {\n id: PropTypes.string.isRequired,\n children: PropTypes.node,\n data: PropTypes.shape({}),\n emptyDashboard: PropTypes.node,\n layout: GLPropTypes.Layout.isRequired,\n layoutConfig: PropTypes.arrayOf(PropTypes.shape({})),\n onLayoutChange: PropTypes.func,\n onLayoutInitialized: PropTypes.func,\n};\n\nexport default DashboardLayout;\n"],"mappings":"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"}
|
|
@@ -3,18 +3,18 @@ import { ConnectedComponent } from 'react-redux';
|
|
|
3
3
|
import GoldenLayout from '@deephaven/golden-layout';
|
|
4
4
|
import type { ReactComponentConfig, EventEmitter, Container } from '@deephaven/golden-layout';
|
|
5
5
|
import PanelManager from './PanelManager';
|
|
6
|
-
export
|
|
7
|
-
export
|
|
6
|
+
export type WrappedComponentType<P extends PanelProps, C extends ComponentType<P>> = ConnectedComponent<C, P>;
|
|
7
|
+
export type PanelComponentType<P extends PanelProps = PanelProps, C extends ComponentType<P> = ComponentType<P>> = ComponentType<P> | WrappedComponentType<P, C>;
|
|
8
8
|
export declare function isWrappedComponent<P extends PanelProps, C extends ComponentType<P>>(type: PanelComponentType<P, C>): type is WrappedComponentType<P, C>;
|
|
9
|
-
export
|
|
9
|
+
export type PanelProps = {
|
|
10
10
|
glContainer: Container;
|
|
11
11
|
glEventHub: EventEmitter;
|
|
12
12
|
};
|
|
13
|
-
export
|
|
14
|
-
export
|
|
13
|
+
export type PanelComponent<T extends PanelProps = PanelProps> = Component<T>;
|
|
14
|
+
export type PanelConfig = ReactComponentConfig & {
|
|
15
15
|
componentState?: Record<string, unknown> | null;
|
|
16
16
|
};
|
|
17
|
-
export
|
|
17
|
+
export type DashboardConfig = {
|
|
18
18
|
id: string;
|
|
19
19
|
layout: GoldenLayout;
|
|
20
20
|
panelManager: PanelManager;
|
|
@@ -23,10 +23,10 @@ export interface DashboardPanelDefinition {
|
|
|
23
23
|
name: string;
|
|
24
24
|
definition: ComponentType;
|
|
25
25
|
}
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
26
|
+
export type DeregisterComponentFunction = () => void;
|
|
27
|
+
export type PanelHydrateFunction<T = PanelProps> = (props: T, dashboardId: string) => PanelProps;
|
|
28
|
+
export type PanelDehydrateFunction = (config: PanelConfig, dashboardId: string) => PanelConfig | null;
|
|
29
|
+
export type DashboardPluginComponentProps = {
|
|
30
30
|
id: string;
|
|
31
31
|
layout: GoldenLayout;
|
|
32
32
|
panelManager: PanelManager;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardPlugin.d.ts","sourceRoot":"","sources":["../src/DashboardPlugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,YAAY,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,EACV,oBAAoB,EACpB,YAAY,EACZ,SAAS,EACV,MAAM,0BAA0B,CAAC;AAClC,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAE1C,
|
|
1
|
+
{"version":3,"file":"DashboardPlugin.d.ts","sourceRoot":"","sources":["../src/DashboardPlugin.ts"],"names":[],"mappings":"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"}
|
package/dist/DashboardPlugin.js
CHANGED
|
@@ -4,7 +4,6 @@ import PanelManager from "./PanelManager.js";
|
|
|
4
4
|
export function isWrappedComponent(type) {
|
|
5
5
|
return (type === null || type === void 0 ? void 0 : type.WrappedComponent) !== undefined;
|
|
6
6
|
}
|
|
7
|
-
|
|
8
7
|
/**
|
|
9
8
|
* Takes a partial DashboardPluginComponentProps and verifies all the dashboard component fields are filled in.
|
|
10
9
|
* @param props The props to check
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardPlugin.js","names":["ComponentType","GoldenLayout","PanelManager","isWrappedComponent","type","WrappedComponent","undefined","isDashboardPluginProps","props","id","layout","panelManager","registerComponent","assertIsDashboardPluginProps","Error"],"sources":["../src/DashboardPlugin.ts"],"sourcesContent":["import { Component, ComponentType } from 'react';\nimport { ConnectedComponent } from 'react-redux';\nimport GoldenLayout from '@deephaven/golden-layout';\nimport type {\n ReactComponentConfig,\n EventEmitter,\n Container,\n} from '@deephaven/golden-layout';\nimport PanelManager from './PanelManager';\n\nexport type WrappedComponentType<\n P extends PanelProps,\n C extends ComponentType<P>\n> = ConnectedComponent<C, P>;\n\nexport type PanelComponentType<\n P extends PanelProps = PanelProps,\n C extends ComponentType<P> = ComponentType<P>\n> = ComponentType<P> | WrappedComponentType<P, C>;\n\nexport function isWrappedComponent<\n P extends PanelProps,\n C extends ComponentType<P>\n>(type: PanelComponentType<P, C>): type is WrappedComponentType<P, C> {\n return (type as WrappedComponentType<P, C>)?.WrappedComponent !== undefined;\n}\n\nexport type PanelProps = {\n glContainer: Container;\n glEventHub: EventEmitter;\n};\n\nexport type PanelComponent<T extends PanelProps = PanelProps> = Component<T>;\n\nexport type PanelConfig = ReactComponentConfig & {\n componentState?: Record<string, unknown> | null;\n};\n\nexport type DashboardConfig = {\n id: string;\n layout: GoldenLayout;\n panelManager: PanelManager;\n};\n\nexport interface DashboardPanelDefinition {\n name: string;\n definition: ComponentType;\n}\n\nexport type DeregisterComponentFunction = () => void;\n\nexport type PanelHydrateFunction<T = PanelProps> = (\n props: T,\n dashboardId: string\n) => PanelProps;\n\nexport type PanelDehydrateFunction = (\n config: PanelConfig,\n dashboardId: string\n) => PanelConfig | null;\n\nexport type DashboardPluginComponentProps = {\n id: string;\n layout: GoldenLayout;\n panelManager: PanelManager;\n registerComponent: <P extends PanelProps, C extends ComponentType<P>>(\n name: string,\n ComponentType: PanelComponentType<P, C>,\n hydrate?: PanelHydrateFunction<P>,\n dehydrate?: PanelDehydrateFunction\n ) => DeregisterComponentFunction;\n};\n\nexport interface DashboardPlugin {\n panels?: DashboardPanelDefinition[];\n\n /** Hydrate the provided panel and props. Return the same object if no changes made. */\n hydrateComponent?: (name: string, props: PanelProps) => PanelProps;\n\n /** Dehydrate a component. Return the same object if no changes made, or `null` if the component should not be saved */\n dehydrateComponent?: (\n name: string,\n config: PanelConfig\n ) => PanelConfig | null;\n\n /** Called when the dashboard is initialized and layout is ready. */\n initialize?: (config: DashboardConfig) => void;\n\n /** Called when the dashboard is unintialized and layout is about to be destroyed */\n deinitialize?: (config: DashboardConfig) => void;\n}\n\n/**\n * Takes a partial DashboardPluginComponentProps and verifies all the dashboard component fields are filled in.\n * @param props The props to check\n * @returns True if the props are valid DashboardPluginComponentProps, false otherwise\n */\nexport function isDashboardPluginProps(\n props: Partial<DashboardPluginComponentProps>\n): props is DashboardPluginComponentProps {\n return (\n typeof props.id === 'string' &&\n props.layout instanceof GoldenLayout &&\n props.panelManager instanceof PanelManager &&\n typeof props.registerComponent === 'function'\n );\n}\n\nexport function assertIsDashboardPluginProps(\n props: Partial<DashboardPluginComponentProps>\n): asserts props is DashboardPluginComponentProps {\n if (!isDashboardPluginProps(props)) {\n throw new Error(\n `Expected dashboard plugin props, but instead received ${props}`\n );\n }\n}\n"],"mappings":"AAAA,SAAoBA,
|
|
1
|
+
{"version":3,"file":"DashboardPlugin.js","names":["ComponentType","GoldenLayout","PanelManager","isWrappedComponent","type","WrappedComponent","undefined","isDashboardPluginProps","props","id","layout","panelManager","registerComponent","assertIsDashboardPluginProps","Error"],"sources":["../src/DashboardPlugin.ts"],"sourcesContent":["import { Component, ComponentType } from 'react';\nimport { ConnectedComponent } from 'react-redux';\nimport GoldenLayout from '@deephaven/golden-layout';\nimport type {\n ReactComponentConfig,\n EventEmitter,\n Container,\n} from '@deephaven/golden-layout';\nimport PanelManager from './PanelManager';\n\nexport type WrappedComponentType<\n P extends PanelProps,\n C extends ComponentType<P>\n> = ConnectedComponent<C, P>;\n\nexport type PanelComponentType<\n P extends PanelProps = PanelProps,\n C extends ComponentType<P> = ComponentType<P>\n> = ComponentType<P> | WrappedComponentType<P, C>;\n\nexport function isWrappedComponent<\n P extends PanelProps,\n C extends ComponentType<P>\n>(type: PanelComponentType<P, C>): type is WrappedComponentType<P, C> {\n return (type as WrappedComponentType<P, C>)?.WrappedComponent !== undefined;\n}\n\nexport type PanelProps = {\n glContainer: Container;\n glEventHub: EventEmitter;\n};\n\nexport type PanelComponent<T extends PanelProps = PanelProps> = Component<T>;\n\nexport type PanelConfig = ReactComponentConfig & {\n componentState?: Record<string, unknown> | null;\n};\n\nexport type DashboardConfig = {\n id: string;\n layout: GoldenLayout;\n panelManager: PanelManager;\n};\n\nexport interface DashboardPanelDefinition {\n name: string;\n definition: ComponentType;\n}\n\nexport type DeregisterComponentFunction = () => void;\n\nexport type PanelHydrateFunction<T = PanelProps> = (\n props: T,\n dashboardId: string\n) => PanelProps;\n\nexport type PanelDehydrateFunction = (\n config: PanelConfig,\n dashboardId: string\n) => PanelConfig | null;\n\nexport type DashboardPluginComponentProps = {\n id: string;\n layout: GoldenLayout;\n panelManager: PanelManager;\n registerComponent: <P extends PanelProps, C extends ComponentType<P>>(\n name: string,\n ComponentType: PanelComponentType<P, C>,\n hydrate?: PanelHydrateFunction<P>,\n dehydrate?: PanelDehydrateFunction\n ) => DeregisterComponentFunction;\n};\n\nexport interface DashboardPlugin {\n panels?: DashboardPanelDefinition[];\n\n /** Hydrate the provided panel and props. Return the same object if no changes made. */\n hydrateComponent?: (name: string, props: PanelProps) => PanelProps;\n\n /** Dehydrate a component. Return the same object if no changes made, or `null` if the component should not be saved */\n dehydrateComponent?: (\n name: string,\n config: PanelConfig\n ) => PanelConfig | null;\n\n /** Called when the dashboard is initialized and layout is ready. */\n initialize?: (config: DashboardConfig) => void;\n\n /** Called when the dashboard is unintialized and layout is about to be destroyed */\n deinitialize?: (config: DashboardConfig) => void;\n}\n\n/**\n * Takes a partial DashboardPluginComponentProps and verifies all the dashboard component fields are filled in.\n * @param props The props to check\n * @returns True if the props are valid DashboardPluginComponentProps, false otherwise\n */\nexport function isDashboardPluginProps(\n props: Partial<DashboardPluginComponentProps>\n): props is DashboardPluginComponentProps {\n return (\n typeof props.id === 'string' &&\n props.layout instanceof GoldenLayout &&\n props.panelManager instanceof PanelManager &&\n typeof props.registerComponent === 'function'\n );\n}\n\nexport function assertIsDashboardPluginProps(\n props: Partial<DashboardPluginComponentProps>\n): asserts props is DashboardPluginComponentProps {\n if (!isDashboardPluginProps(props)) {\n throw new Error(\n `Expected dashboard plugin props, but instead received ${props}`\n );\n }\n}\n"],"mappings":"AAAA,SAAoBA,aAAa,QAAQ,OAAO;AAEhD,OAAOC,YAAY,MAAM,0BAA0B;AAAC,OAM7CC,YAAY;AAYnB,OAAO,SAASC,kBAAkB,CAGhCC,IAA8B,EAAsC;EACpE,OAAO,CAACA,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAiCC,gBAAgB,MAAKC,SAAS;AAC7E;AAmEA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,sBAAsB,CACpCC,KAA6C,EACL;EACxC,OACE,OAAOA,KAAK,CAACC,EAAE,KAAK,QAAQ,IAC5BD,KAAK,CAACE,MAAM,YAAYT,YAAY,IACpCO,KAAK,CAACG,YAAY,YAAYT,YAAY,IAC1C,OAAOM,KAAK,CAACI,iBAAiB,KAAK,UAAU;AAEjD;AAEA,OAAO,SAASC,4BAA4B,CAC1CL,KAA6C,EACG;EAChD,IAAI,CAACD,sBAAsB,CAACC,KAAK,CAAC,EAAE;IAClC,MAAM,IAAIM,KAAK,iEAC4CN,KAAK,EAC/D;EACH;AACF"}
|
package/dist/DashboardUtils.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardUtils.d.ts","sourceRoot":"","sources":["../src/DashboardUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE5D,
|
|
1
|
+
{"version":3,"file":"DashboardUtils.d.ts","sourceRoot":"","sources":["../src/DashboardUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE5D,MAAM,MAAM,mBAAmB,GAAG,UAAU,GAAG;IAC7C,gBAAgB,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,SAAS,CAAC,MAAM,EAAE,WAAW,GAAG,WAAW,GAAG,IAAI,CAqBjE;AAED;;;;;;GAMG;AACH,wBAAgB,OAAO,CACrB,KAAK,EAAE,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC3C,gBAAgB,SAAK,GACpB,mBAAmB,CAMrB;;;;;AAED,wBAGE"}
|
package/dist/DashboardUtils.js
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
2
|
-
|
|
3
2
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
|
-
|
|
5
3
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
6
|
-
|
|
7
4
|
/**
|
|
8
5
|
* Dehydrate an existing panel to allow it to be serialized/saved.
|
|
9
6
|
* Just takes what's in the panels `metadata` in the props and `panelState` in
|
|
@@ -22,29 +19,25 @@ export function dehydrate(config) {
|
|
|
22
19
|
var {
|
|
23
20
|
panelState = null
|
|
24
21
|
} = props;
|
|
25
|
-
|
|
26
22
|
if (componentState) {
|
|
27
23
|
({
|
|
28
24
|
panelState
|
|
29
25
|
} = componentState);
|
|
30
26
|
}
|
|
31
|
-
|
|
32
27
|
var newProps = {};
|
|
33
|
-
|
|
34
28
|
if (metadata != null) {
|
|
35
29
|
newProps.metadata = metadata;
|
|
36
30
|
}
|
|
37
|
-
|
|
38
31
|
if (panelState != null) {
|
|
39
32
|
newProps.panelState = panelState;
|
|
40
33
|
}
|
|
41
|
-
|
|
42
34
|
return _objectSpread(_objectSpread({}, config), {}, {
|
|
43
35
|
componentState: null,
|
|
44
36
|
props: newProps,
|
|
45
37
|
type: 'react-component'
|
|
46
38
|
});
|
|
47
39
|
}
|
|
40
|
+
|
|
48
41
|
/**
|
|
49
42
|
* Default hydration function. Just applies the dashboard ID. When used with dehydrate above,
|
|
50
43
|
* the panels state will be stored in `panelState` prop.
|
|
@@ -52,7 +45,6 @@ export function dehydrate(config) {
|
|
|
52
45
|
* @param localDashboardId The local dashboard ID to hydrate the panel with
|
|
53
46
|
* @returns The hydrated panel props
|
|
54
47
|
*/
|
|
55
|
-
|
|
56
48
|
export function hydrate(props) {
|
|
57
49
|
var localDashboardId = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
58
50
|
return _objectSpread(_objectSpread({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardUtils.js","names":["dehydrate","config","props","componentState","metadata","panelState","newProps","type","hydrate","localDashboardId"],"sources":["../src/DashboardUtils.ts"],"sourcesContent":["import { PanelConfig, PanelProps } from './DashboardPlugin';\n\nexport type DashboardPanelProps = PanelProps & {\n localDashboardId: string;\n metadata?: Record<string, unknown>;\n};\n\n/**\n * Dehydrate an existing panel to allow it to be serialized/saved.\n * Just takes what's in the panels `metadata` in the props and `panelState` in\n * the component state, assumes it's serializable, and saves it.\n * @param config The panel config to dehydrate\n * @returns The dehydrated PanelConfig\n */\nexport function dehydrate(config: PanelConfig): PanelConfig | null {\n const { props, componentState } = config;\n const { metadata } = props;\n let { panelState = null } = props;\n if (componentState) {\n ({ panelState } = componentState);\n }\n const newProps: Record<string, unknown> = {};\n if (metadata != null) {\n newProps.metadata = metadata;\n }\n if (panelState != null) {\n newProps.panelState = panelState;\n }\n\n return {\n ...config,\n componentState: null,\n props: newProps,\n type: 'react-component',\n };\n}\n\n/**\n * Default hydration function. Just applies the dashboard ID. When used with dehydrate above,\n * the panels state will be stored in `panelState` prop.\n * @param props Panel props to hydrate\n * @param localDashboardId The local dashboard ID to hydrate the panel with\n * @returns The hydrated panel props\n */\nexport function hydrate(\n props: PanelProps & Record<string, unknown>,\n localDashboardId = ''\n): DashboardPanelProps {\n return {\n metadata: {},\n ...props,\n localDashboardId,\n };\n}\n\nexport default {\n dehydrate,\n hydrate,\n};\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"DashboardUtils.js","names":["dehydrate","config","props","componentState","metadata","panelState","newProps","type","hydrate","localDashboardId"],"sources":["../src/DashboardUtils.ts"],"sourcesContent":["import { PanelConfig, PanelProps } from './DashboardPlugin';\n\nexport type DashboardPanelProps = PanelProps & {\n localDashboardId: string;\n metadata?: Record<string, unknown>;\n};\n\n/**\n * Dehydrate an existing panel to allow it to be serialized/saved.\n * Just takes what's in the panels `metadata` in the props and `panelState` in\n * the component state, assumes it's serializable, and saves it.\n * @param config The panel config to dehydrate\n * @returns The dehydrated PanelConfig\n */\nexport function dehydrate(config: PanelConfig): PanelConfig | null {\n const { props, componentState } = config;\n const { metadata } = props;\n let { panelState = null } = props;\n if (componentState) {\n ({ panelState } = componentState);\n }\n const newProps: Record<string, unknown> = {};\n if (metadata != null) {\n newProps.metadata = metadata;\n }\n if (panelState != null) {\n newProps.panelState = panelState;\n }\n\n return {\n ...config,\n componentState: null,\n props: newProps,\n type: 'react-component',\n };\n}\n\n/**\n * Default hydration function. Just applies the dashboard ID. When used with dehydrate above,\n * the panels state will be stored in `panelState` prop.\n * @param props Panel props to hydrate\n * @param localDashboardId The local dashboard ID to hydrate the panel with\n * @returns The hydrated panel props\n */\nexport function hydrate(\n props: PanelProps & Record<string, unknown>,\n localDashboardId = ''\n): DashboardPanelProps {\n return {\n metadata: {},\n ...props,\n localDashboardId,\n };\n}\n\nexport default {\n dehydrate,\n hydrate,\n};\n"],"mappings":";;;AAOA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASA,SAAS,CAACC,MAAmB,EAAsB;EACjE,IAAM;IAAEC,KAAK;IAAEC;EAAe,CAAC,GAAGF,MAAM;EACxC,IAAM;IAAEG;EAAS,CAAC,GAAGF,KAAK;EAC1B,IAAI;IAAEG,UAAU,GAAG;EAAK,CAAC,GAAGH,KAAK;EACjC,IAAIC,cAAc,EAAE;IAClB,CAAC;MAAEE;IAAW,CAAC,GAAGF,cAAc;EAClC;EACA,IAAMG,QAAiC,GAAG,CAAC,CAAC;EAC5C,IAAIF,QAAQ,IAAI,IAAI,EAAE;IACpBE,QAAQ,CAACF,QAAQ,GAAGA,QAAQ;EAC9B;EACA,IAAIC,UAAU,IAAI,IAAI,EAAE;IACtBC,QAAQ,CAACD,UAAU,GAAGA,UAAU;EAClC;EAEA,uCACKJ,MAAM;IACTE,cAAc,EAAE,IAAI;IACpBD,KAAK,EAAEI,QAAQ;IACfC,IAAI,EAAE;EAAiB;AAE3B;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,OAAO,CACrBN,KAA2C,EAEtB;EAAA,IADrBO,gBAAgB,uEAAG,EAAE;EAErB;IACEL,QAAQ,EAAE,CAAC;EAAC,GACTF,KAAK;IACRO;EAAgB;AAEpB;AAEA,eAAe;EACbT,SAAS;EACTQ;AACF,CAAC"}
|