@finos/legend-application-repl 0.0.31 → 0.0.32
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/lib/components/LegendREPLFrameworkProvider.js +1 -1
- package/lib/components/LegendREPLFrameworkProvider.js.map +1 -1
- package/lib/components/REPLStoreProvider.d.ts +1 -1
- package/lib/components/REPLStoreProvider.d.ts.map +1 -1
- package/lib/components/REPLStoreProvider.js +1 -1
- package/lib/components/REPLStoreProvider.js.map +1 -1
- package/lib/components/REPLWindow.d.ts +33 -0
- package/lib/components/REPLWindow.d.ts.map +1 -0
- package/lib/components/REPLWindow.js +117 -0
- package/lib/components/REPLWindow.js.map +1 -0
- package/lib/components/dataCube/DataCube.js +1 -1
- package/lib/components/dataCube/DataCube.js.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditor.d.ts.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditor.js +12 -91
- package/lib/components/dataCube/editor/DataCubeEditor.js.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorCodePanel.d.ts.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorCodePanel.js +3 -2
- package/lib/components/dataCube/editor/DataCubeEditorCodePanel.js.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorColumnPropertiesPanel.d.ts.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorColumnPropertiesPanel.js +161 -87
- package/lib/components/dataCube/editor/DataCubeEditorColumnPropertiesPanel.js.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorColumnsPanel.js +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorColumnsPanel.js.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorColumnsSelector.d.ts.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorColumnsSelector.js +0 -1
- package/lib/components/dataCube/editor/DataCubeEditorColumnsSelector.js.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorDeveloperPanel.d.ts.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorDeveloperPanel.js +3 -2
- package/lib/components/dataCube/editor/DataCubeEditorDeveloperPanel.js.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorExtendedColumnsPanel.d.ts.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorExtendedColumnsPanel.js +3 -2
- package/lib/components/dataCube/editor/DataCubeEditorExtendedColumnsPanel.js.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorFilterPanel.d.ts.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorFilterPanel.js +3 -2
- package/lib/components/dataCube/editor/DataCubeEditorFilterPanel.js.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorGeneralPropertiesPanel.d.ts.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorGeneralPropertiesPanel.js +96 -55
- package/lib/components/dataCube/editor/DataCubeEditorGeneralPropertiesPanel.js.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorHPivotsPanel.d.ts.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorHPivotsPanel.js +3 -2
- package/lib/components/dataCube/editor/DataCubeEditorHPivotsPanel.js.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorShared.d.ts +1 -0
- package/lib/components/dataCube/editor/DataCubeEditorShared.d.ts.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorShared.js +44 -27
- package/lib/components/dataCube/editor/DataCubeEditorShared.js.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorSortsPanel.js +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorSortsPanel.js.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorVPivotsPanel.d.ts.map +1 -1
- package/lib/components/dataCube/editor/DataCubeEditorVPivotsPanel.js +3 -2
- package/lib/components/dataCube/editor/DataCubeEditorVPivotsPanel.js.map +1 -1
- package/lib/components/dataCube/grid/DataCubeGrid.d.ts +3 -0
- package/lib/components/dataCube/grid/DataCubeGrid.d.ts.map +1 -1
- package/lib/components/dataCube/grid/DataCubeGrid.js +186 -75
- package/lib/components/dataCube/grid/DataCubeGrid.js.map +1 -1
- package/lib/components/dataCube/grid/DataCubeGridShared.d.ts +1 -1
- package/lib/components/dataCube/grid/DataCubeGridShared.d.ts.map +1 -1
- package/lib/components/dataCube/grid/DataCubeGridShared.js +1 -1
- package/lib/components/dataCube/grid/DataCubeGridShared.js.map +1 -1
- package/lib/components/dataCube/grid/menu/DataCubeGridMenu.d.ts.map +1 -1
- package/lib/components/dataCube/grid/menu/DataCubeGridMenu.js +60 -29
- package/lib/components/dataCube/grid/menu/DataCubeGridMenu.js.map +1 -1
- package/lib/components/dataCube/grid/menu/DataCubeGridSortsMenu.d.ts.map +1 -1
- package/lib/components/dataCube/grid/menu/DataCubeGridSortsMenu.js +10 -10
- package/lib/components/dataCube/grid/menu/DataCubeGridSortsMenu.js.map +1 -1
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/package.json +14 -14
- package/lib/stores/{dataCube/REPLStore.d.ts → REPLStore.d.ts} +5 -3
- package/lib/stores/REPLStore.d.ts.map +1 -0
- package/lib/stores/{dataCube/REPLStore.js → REPLStore.js} +5 -2
- package/lib/stores/REPLStore.js.map +1 -0
- package/lib/stores/dataCube/{core/DataCubeEngine.d.ts → DataCubeInfrastructure.d.ts} +20 -4
- package/lib/stores/dataCube/DataCubeInfrastructure.d.ts.map +1 -0
- package/lib/stores/dataCube/{core/DataCubeEngine.js → DataCubeInfrastructure.js} +31 -3
- package/lib/stores/dataCube/DataCubeInfrastructure.js.map +1 -0
- package/lib/stores/dataCube/DataCubeState.d.ts +4 -4
- package/lib/stores/dataCube/DataCubeState.d.ts.map +1 -1
- package/lib/stores/dataCube/DataCubeState.js +7 -8
- package/lib/stores/dataCube/DataCubeState.js.map +1 -1
- package/lib/stores/dataCube/core/DataCubeConfiguration.d.ts +42 -38
- package/lib/stores/dataCube/core/DataCubeConfiguration.d.ts.map +1 -1
- package/lib/stores/dataCube/core/DataCubeConfiguration.js +84 -78
- package/lib/stores/dataCube/core/DataCubeConfiguration.js.map +1 -1
- package/lib/stores/dataCube/core/DataCubeConfigurationBuilder.d.ts.map +1 -1
- package/lib/stores/dataCube/core/DataCubeConfigurationBuilder.js +2 -1
- package/lib/stores/dataCube/core/DataCubeConfigurationBuilder.js.map +1 -1
- package/lib/stores/dataCube/core/DataCubeCoreState.d.ts +1 -1
- package/lib/stores/dataCube/core/DataCubeCoreState.d.ts.map +1 -1
- package/lib/stores/dataCube/core/DataCubeCoreState.js +1 -1
- package/lib/stores/dataCube/core/DataCubeCoreState.js.map +1 -1
- package/lib/stores/dataCube/core/DataCubeQueryBuilder.js +6 -6
- package/lib/stores/dataCube/core/DataCubeQueryBuilder.js.map +1 -1
- package/lib/stores/dataCube/core/DataCubeQueryEngine.d.ts +46 -29
- package/lib/stores/dataCube/core/DataCubeQueryEngine.d.ts.map +1 -1
- package/lib/stores/dataCube/core/DataCubeQueryEngine.js +68 -50
- package/lib/stores/dataCube/core/DataCubeQueryEngine.js.map +1 -1
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilder.d.ts.map +1 -1
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilder.js +5 -5
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilder.js.map +1 -1
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotSubscriber.d.ts +1 -3
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotSubscriber.d.ts.map +1 -1
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotSubscriber.js +2 -3
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotSubscriber.js.map +1 -1
- package/lib/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.d.ts +3 -0
- package/lib/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.d.ts.map +1 -1
- package/lib/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.js +9 -0
- package/lib/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.js.map +1 -1
- package/lib/stores/dataCube/editor/DataCubeEditorState.d.ts +8 -7
- package/lib/stores/dataCube/editor/DataCubeEditorState.d.ts.map +1 -1
- package/lib/stores/dataCube/editor/DataCubeEditorState.js +21 -17
- package/lib/stores/dataCube/editor/DataCubeEditorState.js.map +1 -1
- package/lib/stores/dataCube/editor/DataCubeMutableConfiguration.d.ts +43 -38
- package/lib/stores/dataCube/editor/DataCubeMutableConfiguration.d.ts.map +1 -1
- package/lib/stores/dataCube/editor/DataCubeMutableConfiguration.js +209 -128
- package/lib/stores/dataCube/editor/DataCubeMutableConfiguration.js.map +1 -1
- package/lib/stores/dataCube/grid/DataCubeGridClientEngine.d.ts +32 -0
- package/lib/stores/dataCube/grid/DataCubeGridClientEngine.d.ts.map +1 -1
- package/lib/stores/dataCube/grid/DataCubeGridClientEngine.js +34 -1
- package/lib/stores/dataCube/grid/DataCubeGridClientEngine.js.map +1 -1
- package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotAnalyzer.d.ts +4 -1
- package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotAnalyzer.d.ts.map +1 -1
- package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotAnalyzer.js +327 -36
- package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotAnalyzer.js.map +1 -1
- package/lib/stores/dataCube/grid/DataCubeGridState.d.ts +16 -2
- package/lib/stores/dataCube/grid/DataCubeGridState.d.ts.map +1 -1
- package/lib/stores/dataCube/grid/DataCubeGridState.js +51 -21
- package/lib/stores/dataCube/grid/DataCubeGridState.js.map +1 -1
- package/package.json +20 -20
- package/src/components/LegendREPLFrameworkProvider.tsx +1 -1
- package/src/components/REPLStoreProvider.tsx +1 -1
- package/src/components/REPLWindow.tsx +179 -0
- package/src/components/dataCube/DataCube.tsx +1 -1
- package/src/components/dataCube/editor/DataCubeEditor.tsx +79 -190
- package/src/components/dataCube/editor/DataCubeEditorCodePanel.tsx +3 -1
- package/src/components/dataCube/editor/DataCubeEditorColumnPropertiesPanel.tsx +480 -279
- package/src/components/dataCube/editor/DataCubeEditorColumnsPanel.tsx +1 -1
- package/src/components/dataCube/editor/DataCubeEditorColumnsSelector.tsx +0 -1
- package/src/components/dataCube/editor/DataCubeEditorDeveloperPanel.tsx +3 -1
- package/src/components/dataCube/editor/DataCubeEditorExtendedColumnsPanel.tsx +3 -1
- package/src/components/dataCube/editor/DataCubeEditorFilterPanel.tsx +3 -1
- package/src/components/dataCube/editor/DataCubeEditorGeneralPropertiesPanel.tsx +235 -174
- package/src/components/dataCube/editor/DataCubeEditorHPivotsPanel.tsx +3 -1
- package/src/components/dataCube/editor/DataCubeEditorShared.tsx +69 -33
- package/src/components/dataCube/editor/DataCubeEditorSortsPanel.tsx +1 -1
- package/src/components/dataCube/editor/DataCubeEditorVPivotsPanel.tsx +3 -1
- package/src/components/dataCube/grid/DataCubeGrid.tsx +310 -149
- package/src/components/dataCube/grid/DataCubeGridShared.tsx +5 -1
- package/src/components/dataCube/grid/menu/DataCubeGridMenu.tsx +76 -29
- package/src/components/dataCube/grid/menu/DataCubeGridSortsMenu.tsx +10 -11
- package/src/stores/{dataCube/REPLStore.ts → REPLStore.ts} +6 -3
- package/src/stores/dataCube/{core/DataCubeEngine.ts → DataCubeInfrastructure.ts} +40 -3
- package/src/stores/dataCube/DataCubeState.ts +9 -9
- package/src/stores/dataCube/core/DataCubeConfiguration.ts +106 -86
- package/src/stores/dataCube/core/DataCubeConfigurationBuilder.ts +5 -1
- package/src/stores/dataCube/core/DataCubeCoreState.ts +4 -1
- package/src/stores/dataCube/core/DataCubeQueryBuilder.ts +11 -11
- package/src/stores/dataCube/core/DataCubeQueryEngine.ts +70 -49
- package/src/stores/dataCube/core/DataCubeQuerySnapshotBuilder.ts +6 -7
- package/src/stores/dataCube/core/DataCubeQuerySnapshotSubscriber.ts +6 -5
- package/src/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.ts +14 -0
- package/src/stores/dataCube/editor/DataCubeEditorState.ts +26 -19
- package/src/stores/dataCube/editor/DataCubeMutableConfiguration.ts +247 -139
- package/src/stores/dataCube/grid/DataCubeGridClientEngine.ts +55 -1
- package/src/stores/dataCube/grid/DataCubeGridQuerySnapshotAnalyzer.tsx +491 -43
- package/src/stores/dataCube/grid/DataCubeGridState.ts +73 -20
- package/tsconfig.json +3 -2
- package/lib/stores/dataCube/REPLStore.d.ts.map +0 -1
- package/lib/stores/dataCube/REPLStore.js.map +0 -1
- package/lib/stores/dataCube/core/DataCubeEngine.d.ts.map +0 -1
- package/lib/stores/dataCube/core/DataCubeEngine.js.map +0 -1
|
@@ -14,34 +14,62 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
18
|
-
import { action, makeObservable, observable } from 'mobx';
|
|
17
|
+
import { guaranteeNonNullable, hashArray } from '@finos/legend-shared';
|
|
18
|
+
import { action, makeObservable, observable, runInAction } from 'mobx';
|
|
19
19
|
import type { GridApi } from '@ag-grid-community/core';
|
|
20
20
|
import type { DataCubeState } from '../DataCubeState.js';
|
|
21
21
|
import { DataCubeGridClientServerSideDataSource } from './DataCubeGridClientEngine.js';
|
|
22
22
|
import { DataCubeQuerySnapshotSubscriber } from '../core/DataCubeQuerySnapshotSubscriber.js';
|
|
23
23
|
import type { DataCubeQuerySnapshot } from '../core/DataCubeQuerySnapshot.js';
|
|
24
24
|
import { generateGridOptionsFromSnapshot } from './DataCubeGridQuerySnapshotAnalyzer.js';
|
|
25
|
+
import { DataCubeConfiguration } from '../core/DataCubeConfiguration.js';
|
|
26
|
+
|
|
27
|
+
class DataCubeGridDatasourceConfiguration {
|
|
28
|
+
readonly limit?: number | undefined;
|
|
29
|
+
|
|
30
|
+
constructor(input: {
|
|
31
|
+
snapshot?: DataCubeQuerySnapshot | undefined;
|
|
32
|
+
queryConfiguration?: DataCubeConfiguration | undefined;
|
|
33
|
+
}) {
|
|
34
|
+
const { snapshot } = input;
|
|
35
|
+
this.limit = snapshot?.data.limit;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
get hashCode(): string {
|
|
39
|
+
return hashArray([`limit: ${this.limit ?? ''}`]);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
25
42
|
|
|
26
43
|
export class DataCubeGridState extends DataCubeQuerySnapshotSubscriber {
|
|
27
44
|
private _client?: GridApi | undefined;
|
|
28
45
|
clientDataSource: DataCubeGridClientServerSideDataSource;
|
|
29
46
|
clientLicenseKey?: string | undefined;
|
|
47
|
+
|
|
30
48
|
isPaginationEnabled = false;
|
|
49
|
+
scrollHintText = '';
|
|
50
|
+
datasourceConfiguration: DataCubeGridDatasourceConfiguration;
|
|
51
|
+
queryConfiguration: DataCubeConfiguration;
|
|
31
52
|
|
|
32
53
|
constructor(dataCube: DataCubeState) {
|
|
33
54
|
super(dataCube);
|
|
34
55
|
|
|
35
56
|
makeObservable(this, {
|
|
36
57
|
clientDataSource: observable,
|
|
58
|
+
datasourceConfiguration: observable,
|
|
59
|
+
queryConfiguration: observable,
|
|
37
60
|
|
|
38
61
|
clientLicenseKey: observable,
|
|
39
62
|
setClientLicenseKey: action,
|
|
40
63
|
|
|
41
64
|
isPaginationEnabled: observable,
|
|
42
65
|
setPaginationEnabled: action,
|
|
66
|
+
|
|
67
|
+
scrollHintText: observable,
|
|
68
|
+
setScrollHintText: action,
|
|
43
69
|
});
|
|
44
70
|
|
|
71
|
+
this.datasourceConfiguration = new DataCubeGridDatasourceConfiguration({});
|
|
72
|
+
this.queryConfiguration = new DataCubeConfiguration();
|
|
45
73
|
this.clientDataSource = new DataCubeGridClientServerSideDataSource(this);
|
|
46
74
|
}
|
|
47
75
|
|
|
@@ -52,32 +80,57 @@ export class DataCubeGridState extends DataCubeQuerySnapshotSubscriber {
|
|
|
52
80
|
setPaginationEnabled(val: boolean): void {
|
|
53
81
|
this.isPaginationEnabled = val;
|
|
54
82
|
|
|
55
|
-
//
|
|
56
|
-
//
|
|
57
|
-
//
|
|
58
|
-
//
|
|
59
|
-
|
|
60
|
-
if (!this.isPaginationEnabled) {
|
|
61
|
-
this.client.collapseAll();
|
|
62
|
-
this.client.refreshServerSide();
|
|
63
|
-
} else {
|
|
64
|
-
// When pagination is toggled on, we simply reset the grid to clear all data and reset scroll;
|
|
65
|
-
// otherwise each page that we already loaded when pagination is off will get refetched by
|
|
66
|
-
// server-side data source, which is expensive.
|
|
67
|
-
this.clientDataSource = new DataCubeGridClientServerSideDataSource(this);
|
|
68
|
-
}
|
|
83
|
+
// hard reset the grid, this will force the grid to fetch data again
|
|
84
|
+
// NOTE: if we don't fully reset the datasource, and say we just turned on pagination,
|
|
85
|
+
// for how many page that we loaded when pagination is off, the datasource
|
|
86
|
+
// will fire that many data fetch operations which is expensive.
|
|
87
|
+
this.clientDataSource = new DataCubeGridClientServerSideDataSource(this);
|
|
69
88
|
}
|
|
70
89
|
|
|
71
|
-
|
|
72
|
-
this.
|
|
90
|
+
setScrollHintText(val: string): void {
|
|
91
|
+
this.scrollHintText = val;
|
|
73
92
|
}
|
|
74
93
|
|
|
75
94
|
get client(): GridApi {
|
|
76
95
|
return guaranteeNonNullable(this._client, 'Grid client is not configured');
|
|
77
96
|
}
|
|
78
97
|
|
|
79
|
-
|
|
80
|
-
|
|
98
|
+
configureClient(val: GridApi | undefined): void {
|
|
99
|
+
this._client = val;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
override async applySnapshot(
|
|
103
|
+
snapshot: DataCubeQuerySnapshot,
|
|
104
|
+
previousSnapshot: DataCubeQuerySnapshot | undefined,
|
|
105
|
+
): Promise<void> {
|
|
106
|
+
const existingExtraConfiguration = this.datasourceConfiguration;
|
|
107
|
+
const queryConfiguration = DataCubeConfiguration.serialization.fromJson(
|
|
108
|
+
snapshot.data.configuration,
|
|
109
|
+
);
|
|
110
|
+
|
|
111
|
+
// NOTE: if one of the change affects the structure of the data cube but cannot be captured
|
|
112
|
+
// in the grid client options, we will need to manually reset the grid by resetting the
|
|
113
|
+
// datasource to ensure we don't fetch the result twice while forcing the data to be refreshed
|
|
114
|
+
runInAction(() => {
|
|
115
|
+
this.datasourceConfiguration = new DataCubeGridDatasourceConfiguration({
|
|
116
|
+
snapshot,
|
|
117
|
+
queryConfiguration,
|
|
118
|
+
});
|
|
119
|
+
this.queryConfiguration = queryConfiguration;
|
|
120
|
+
});
|
|
121
|
+
if (
|
|
122
|
+
existingExtraConfiguration.hashCode !==
|
|
123
|
+
this.datasourceConfiguration.hashCode
|
|
124
|
+
) {
|
|
125
|
+
// reset the entire grid
|
|
126
|
+
this.clientDataSource = new DataCubeGridClientServerSideDataSource(this);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
const gridOptions = generateGridOptionsFromSnapshot(
|
|
130
|
+
snapshot,
|
|
131
|
+
queryConfiguration,
|
|
132
|
+
this.dataCube,
|
|
133
|
+
);
|
|
81
134
|
this.client.updateGridOptions(gridOptions);
|
|
82
135
|
}
|
|
83
136
|
|
package/tsconfig.json
CHANGED
|
@@ -57,12 +57,12 @@
|
|
|
57
57
|
"./src/server/models/DataCubeQuery.ts",
|
|
58
58
|
"./src/stores/LegendREPLApplicationPlugin.ts",
|
|
59
59
|
"./src/stores/LegendREPLBaseStore.ts",
|
|
60
|
+
"./src/stores/REPLStore.ts",
|
|
61
|
+
"./src/stores/dataCube/DataCubeInfrastructure.ts",
|
|
60
62
|
"./src/stores/dataCube/DataCubeState.ts",
|
|
61
|
-
"./src/stores/dataCube/REPLStore.ts",
|
|
62
63
|
"./src/stores/dataCube/core/DataCubeConfiguration.ts",
|
|
63
64
|
"./src/stores/dataCube/core/DataCubeConfigurationBuilder.ts",
|
|
64
65
|
"./src/stores/dataCube/core/DataCubeCoreState.ts",
|
|
65
|
-
"./src/stores/dataCube/core/DataCubeEngine.ts",
|
|
66
66
|
"./src/stores/dataCube/core/DataCubeQueryBuilder.ts",
|
|
67
67
|
"./src/stores/dataCube/core/DataCubeQueryEngine.ts",
|
|
68
68
|
"./src/stores/dataCube/core/DataCubeQuerySnapshot.ts",
|
|
@@ -88,6 +88,7 @@
|
|
|
88
88
|
"./src/components/LegendREPLApplication.tsx",
|
|
89
89
|
"./src/components/LegendREPLFrameworkProvider.tsx",
|
|
90
90
|
"./src/components/REPLStoreProvider.tsx",
|
|
91
|
+
"./src/components/REPLWindow.tsx",
|
|
91
92
|
"./src/components/dataCube/DataCube.tsx",
|
|
92
93
|
"./src/components/dataCube/editor/DataCubeEditor.tsx",
|
|
93
94
|
"./src/components/dataCube/editor/DataCubeEditorCodePanel.tsx",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"REPLStore.d.ts","sourceRoot":"","sources":["../../../src/stores/dataCube/REPLStore.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AAC5E,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AAGpE,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,qBAAa,SAAS;IACpB,QAAQ,CAAC,gBAAgB,EAAE,0BAA0B,CAAC;IACtD,QAAQ,CAAC,MAAM,EAAE,gBAAgB,CAAC;IAGlC,QAAQ,EAAG,aAAa,CAAC;gBAEb,gBAAgB,EAAE,0BAA0B;CAezD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"REPLStore.js","sourceRoot":"","sources":["../../../src/stores/dataCube/REPLStore.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,OAAO,SAAS;IACX,gBAAgB,CAA6B;IAC7C,MAAM,CAAmB;IAElC,6EAA6E;IAC7E,QAAQ,CAAiB;IAEzB,YAAY,gBAA4C;QACtD,cAAc,CAAC,IAAI,EAAE;YACnB,QAAQ,EAAE,UAAU;SACrB,CAAC,CAAC;QACH,IAAI,CAAC,gBAAgB,GAAG,gBAAgB,CAAC;QACzC,IAAI,CAAC,MAAM,GAAG,IAAI,gBAAgB,CAChC,IAAI,aAAa,CAAC;YAChB,OAAO,EAAE,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,oBAAoB;gBACxD,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM;oBACtB,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC;gBAChE,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,OAAO;SACzC,CAAC,CACH,CAAC;QACF,IAAI,CAAC,QAAQ,GAAG,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC;IAC1C,CAAC;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeEngine.d.ts","sourceRoot":"","sources":["../../../../src/stores/dataCube/core/DataCubeEngine.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,SAAS,EAGd,KAAK,qBAAqB,EAC1B,kBAAkB,EAGnB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qCAAqC,CAAC;AAC5E,OAAO,EACL,0BAA0B,EAC1B,KAAK,cAAc,EACpB,MAAM,gDAAgD,CAAC;AAGxD,qBAAa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmB;gBAE9B,MAAM,EAAE,gBAAgB;IAI9B,uBAAuB,IAAI,OAAO,CAAC,MAAM,CAAC;IAI1C,iBAAiB,CACrB,IAAI,EAAE,MAAM,EACZ,SAAS,CAAC,EAAE,OAAO,GAClB,OAAO,CAAC,cAAc,EAAE,CAAC;IAOtB,UAAU,CACd,IAAI,EAAE,MAAM,EACZ,uBAAuB,CAAC,EAAE,OAAO,GAChC,OAAO,CAAC,qBAAqB,CAAC;IAO3B,YAAY,IAAI,OAAO,CAAC,0BAA0B,CAAC;IAMnD,YAAY,CAAC,KAAK,EAAE,SAAS,GAAG,OAAO,CAAC,kBAAkB,CAAC;CAWlE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeEngine.js","sourceRoot":"","sources":["../../../../src/stores/dataCube/core/DataCubeEngine.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAEL,gCAAgC,EAChC,8BAA8B,EAE9B,kBAAkB,EAClB,2BAA2B,EAC3B,uBAAuB,GACxB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EACL,0BAA0B,GAE3B,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAErD,MAAM,OAAO,cAAc;IACR,MAAM,CAAmB;IAE1C,YAAY,MAAwB;QAClC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,uBAAuB;QAC3B,OAAO,IAAI,CAAC,MAAM,CAAC,uBAAuB,EAAE,CAAC;IAC/C,CAAC;IAED,KAAK,CAAC,iBAAiB,CACrB,IAAY,EACZ,SAAmB;QAEnB,OAAO,CAAC,MAAM,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC;YAC1C,IAAI;YACJ,SAAS;SACV,CAAC,CAAqB,CAAC;IAC1B,CAAC;IAED,KAAK,CAAC,UAAU,CACd,IAAY,EACZ,uBAAiC;QAEjC,OAAO,gCAAgC,CACrC,MAAM,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,uBAAuB,EAAE,CAAC,EAC/D,EAAE,CACH,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,YAAY;QAChB,OAAO,0BAA0B,CAAC,aAAa,CAAC,QAAQ,CACtD,MAAM,IAAI,CAAC,MAAM,CAAC,YAAY,EAAE,CACjC,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,YAAY,CAAC,KAAgB;QACjC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC;YAC5C,KAAK,EAAE,8BAA8B,CAAC,KAAK,EAAE,EAAE,CAAC;SACjD,CAAC,CAAC;QACH,OAAO,aAAa,CAClB,uBAAuB,CACrB,2BAA2B,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CACvD,EACD,kBAAkB,CACnB,CAAC;IACJ,CAAC;CACF"}
|