@finos/legend-application-repl 0.0.21 → 0.0.23
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/{stores/CompletionResult.d.ts → __lib__/LegendREPLEvent.d.ts} +4 -6
- package/lib/__lib__/LegendREPLEvent.d.ts.map +1 -0
- package/lib/__lib__/LegendREPLEvent.js +21 -0
- package/lib/__lib__/LegendREPLEvent.js.map +1 -0
- package/lib/{stores/dataCube/DataCubePanelState.js → __lib__/LegendREPLSetting.d.ts} +3 -6
- package/lib/__lib__/LegendREPLSetting.d.ts.map +1 -0
- package/lib/{components/grid/TDSLambdaBuilder.d.ts → __lib__/LegendREPLSetting.js} +5 -4
- package/lib/__lib__/LegendREPLSetting.js.map +1 -0
- package/lib/application/{LegendREPLGridClient.d.ts → LegendREPL.d.ts} +10 -10
- package/lib/application/LegendREPL.d.ts.map +1 -0
- package/lib/application/{LegendREPLGridClient.js → LegendREPL.js} +10 -15
- package/lib/application/LegendREPL.js.map +1 -0
- package/lib/application/{LegendREPLGridClientApplicationConfig.d.ts → LegendREPLApplicationConfig.d.ts} +4 -4
- package/lib/application/LegendREPLApplicationConfig.d.ts.map +1 -0
- package/lib/application/{LegendREPLGridClientApplicationConfig.js → LegendREPLApplicationConfig.js} +2 -2
- package/lib/application/LegendREPLApplicationConfig.js.map +1 -0
- package/lib/application/{LegendREPLGridClientPluginManager.d.ts → LegendREPLPluginManager.d.ts} +4 -4
- package/lib/application/LegendREPLPluginManager.d.ts.map +1 -0
- package/lib/application/{LegendREPLGridClientPluginManager.js → LegendREPLPluginManager.js} +3 -3
- package/lib/application/LegendREPLPluginManager.js.map +1 -0
- package/lib/components/{Core_LegendREPLGridClientApplicationPlugin.d.ts → Core_LegendREPLApplicationPlugin.d.ts} +3 -3
- package/lib/components/Core_LegendREPLApplicationPlugin.d.ts.map +1 -0
- package/lib/components/{Core_LegendREPLGridClientApplicationPlugin.js → Core_LegendREPLApplicationPlugin.js} +12 -7
- package/lib/components/Core_LegendREPLApplicationPlugin.js.map +1 -0
- package/lib/components/{AgGrid.d.ts → LegendREPLApplication.d.ts} +8 -6
- package/lib/components/LegendREPLApplication.d.ts.map +1 -0
- package/lib/components/LegendREPLApplication.js +32 -0
- package/lib/components/LegendREPLApplication.js.map +1 -0
- package/lib/components/{LegendREPLGridClientFrameworkProvider.d.ts → LegendREPLFrameworkProvider.d.ts} +4 -4
- package/lib/components/LegendREPLFrameworkProvider.d.ts.map +1 -0
- package/lib/components/{LegendREPLGridClientFrameworkProvider.js → LegendREPLFrameworkProvider.js} +9 -9
- package/lib/components/LegendREPLFrameworkProvider.js.map +1 -0
- package/lib/components/{REPLGridClientStoreProvider.d.ts → REPLStoreProvider.d.ts} +5 -5
- package/lib/components/REPLStoreProvider.d.ts.map +1 -0
- package/lib/components/{REPLGridClientStoreProvider.js → REPLStoreProvider.js} +9 -9
- package/lib/components/REPLStoreProvider.js.map +1 -0
- package/lib/components/dataCube/DataCube.d.ts +19 -0
- package/lib/components/dataCube/DataCube.d.ts.map +1 -0
- package/lib/components/dataCube/DataCube.js +33 -0
- package/lib/components/dataCube/DataCube.js.map +1 -0
- package/lib/components/{REPLGridClient.d.ts → dataCube/editor/DataCubeEditor.d.ts} +5 -9
- package/lib/components/dataCube/editor/DataCubeEditor.d.ts.map +1 -0
- package/lib/components/dataCube/editor/DataCubeEditor.js +54 -0
- package/lib/components/dataCube/editor/DataCubeEditor.js.map +1 -0
- package/lib/components/dataCube/editor/DataCubeEditorCodePanel.d.ts +19 -0
- package/lib/components/dataCube/editor/DataCubeEditorCodePanel.d.ts.map +1 -0
- package/lib/components/dataCube/{DataCubeQueryTextEditor.js → editor/DataCubeEditorCodePanel.js} +20 -20
- package/lib/components/dataCube/editor/DataCubeEditorCodePanel.js.map +1 -0
- package/lib/components/dataCube/{DataCubeGridEditor.d.ts → editor/DataCubeEditorSortPanel.d.ts} +4 -4
- package/lib/components/dataCube/editor/DataCubeEditorSortPanel.d.ts.map +1 -0
- package/lib/components/dataCube/editor/DataCubeEditorSortPanel.js +61 -0
- package/lib/components/dataCube/editor/DataCubeEditorSortPanel.js.map +1 -0
- package/lib/components/dataCube/{DataCubeQueryTextEditor.d.ts → grid/DataCubeGrid.d.ts} +4 -4
- package/lib/components/dataCube/grid/DataCubeGrid.d.ts.map +1 -0
- package/lib/components/dataCube/grid/DataCubeGrid.js +59 -0
- package/lib/components/dataCube/grid/DataCubeGrid.js.map +1 -0
- package/lib/grid.css +1 -1
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +8 -8
- package/lib/index.js.map +1 -1
- package/lib/package.json +3 -3
- package/lib/repl.css +1 -1
- package/lib/server/REPLServerClient.d.ts +11 -13
- package/lib/server/REPLServerClient.d.ts.map +1 -1
- package/lib/server/REPLServerClient.js +27 -15
- package/lib/server/REPLServerClient.js.map +1 -1
- package/lib/server/models/DataCubeEngineModels.d.ts +50 -0
- package/lib/server/models/DataCubeEngineModels.d.ts.map +1 -0
- package/lib/server/models/DataCubeEngineModels.js +39 -0
- package/lib/server/models/DataCubeEngineModels.js.map +1 -0
- package/lib/server/models/DataCubeQuery.d.ts +41 -0
- package/lib/server/models/DataCubeQuery.d.ts.map +1 -0
- package/lib/server/models/DataCubeQuery.js +78 -0
- package/lib/server/models/DataCubeQuery.js.map +1 -0
- package/lib/stores/{LegendREPLGridClientApplicationPlugin.d.ts → LegendREPLApplicationPlugin.d.ts} +4 -4
- package/lib/stores/LegendREPLApplicationPlugin.d.ts.map +1 -0
- package/lib/stores/{LegendREPLGridClientApplicationPlugin.js → LegendREPLApplicationPlugin.js} +2 -2
- package/lib/stores/LegendREPLApplicationPlugin.js.map +1 -0
- package/lib/stores/LegendREPLBaseStore.d.ts +25 -0
- package/lib/stores/LegendREPLBaseStore.d.ts.map +1 -0
- package/lib/stores/{LegendREPLGridClientBaseStore.js → LegendREPLBaseStore.js} +2 -2
- package/lib/stores/LegendREPLBaseStore.js.map +1 -0
- package/lib/stores/dataCube/DataCubeMetaModelConst.d.ts +49 -0
- package/lib/stores/dataCube/DataCubeMetaModelConst.d.ts.map +1 -0
- package/lib/stores/dataCube/DataCubeMetaModelConst.js +57 -0
- package/lib/stores/dataCube/DataCubeMetaModelConst.js.map +1 -0
- package/lib/stores/dataCube/DataCubeState.d.ts +18 -23
- package/lib/stores/dataCube/DataCubeState.d.ts.map +1 -1
- package/lib/stores/dataCube/DataCubeState.js +31 -181
- package/lib/stores/dataCube/DataCubeState.js.map +1 -1
- package/lib/stores/{REPLGridClientStore.d.ts → dataCube/DataCubeStore.d.ts} +7 -7
- package/lib/stores/dataCube/DataCubeStore.d.ts.map +1 -0
- package/lib/stores/{REPLGridClientStore.js → dataCube/DataCubeStore.js} +5 -4
- package/lib/stores/dataCube/DataCubeStore.js.map +1 -0
- package/lib/stores/dataCube/core/DataCubeEngine.d.ts +29 -0
- package/lib/stores/dataCube/core/DataCubeEngine.d.ts.map +1 -0
- package/lib/stores/dataCube/core/DataCubeEngine.js +47 -0
- package/lib/stores/dataCube/core/DataCubeEngine.js.map +1 -0
- package/lib/stores/dataCube/core/DataCubeQueryAnalyzer.d.ts +37 -0
- package/lib/stores/dataCube/core/DataCubeQueryAnalyzer.d.ts.map +1 -0
- package/lib/stores/dataCube/core/DataCubeQueryAnalyzer.js +269 -0
- package/lib/stores/dataCube/core/DataCubeQueryAnalyzer.js.map +1 -0
- package/lib/stores/dataCube/core/DataCubeQueryBuilder.d.ts +19 -0
- package/lib/stores/dataCube/core/DataCubeQueryBuilder.d.ts.map +1 -0
- package/lib/stores/dataCube/core/DataCubeQueryBuilder.js +98 -0
- package/lib/stores/dataCube/core/DataCubeQueryBuilder.js.map +1 -0
- package/lib/stores/dataCube/core/DataCubeQuerySnapshot.d.ts +73 -0
- package/lib/stores/dataCube/core/DataCubeQuerySnapshot.d.ts.map +1 -0
- package/lib/stores/dataCube/core/DataCubeQuerySnapshot.js +56 -0
- package/lib/stores/dataCube/core/DataCubeQuerySnapshot.js.map +1 -0
- package/lib/stores/dataCube/{DataCubePanelState.d.ts → core/DataCubeQuerySnapshotManager.d.ts} +11 -6
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotManager.d.ts.map +1 -0
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotManager.js +46 -0
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotManager.js.map +1 -0
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotSubscriber.d.ts +27 -0
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotSubscriber.d.ts.map +1 -0
- package/lib/{components/grid/REPLGridServerResult.js → stores/dataCube/core/DataCubeQuerySnapshotSubscriber.js} +18 -10
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotSubscriber.js.map +1 -0
- package/lib/stores/dataCube/{DataCubeQueryEditorState.d.ts → editor/DataCubeEditorCodeState.d.ts} +12 -2
- package/lib/stores/dataCube/editor/DataCubeEditorCodeState.d.ts.map +1 -0
- package/lib/stores/dataCube/editor/DataCubeEditorCodeState.js +87 -0
- package/lib/stores/dataCube/editor/DataCubeEditorCodeState.js.map +1 -0
- package/lib/stores/dataCube/editor/DataCubeEditorQuerySnapshotBuilder.d.ts +28 -0
- package/lib/stores/dataCube/editor/DataCubeEditorQuerySnapshotBuilder.d.ts.map +1 -0
- package/lib/stores/dataCube/editor/DataCubeEditorQuerySnapshotBuilder.js +17 -0
- package/lib/stores/dataCube/editor/DataCubeEditorQuerySnapshotBuilder.js.map +1 -0
- package/lib/stores/dataCube/editor/DataCubeEditorSortState.d.ts +46 -0
- package/lib/stores/dataCube/editor/DataCubeEditorSortState.d.ts.map +1 -0
- package/lib/stores/dataCube/editor/DataCubeEditorSortState.js +133 -0
- package/lib/stores/dataCube/editor/DataCubeEditorSortState.js.map +1 -0
- package/lib/stores/dataCube/editor/DataCubeEditorState.d.ts +44 -0
- package/lib/stores/dataCube/editor/DataCubeEditorState.d.ts.map +1 -0
- package/lib/stores/dataCube/editor/DataCubeEditorState.js +77 -0
- package/lib/stores/dataCube/editor/DataCubeEditorState.js.map +1 -0
- package/lib/{components/grid/ServerSideDataSource.d.ts → stores/dataCube/grid/DataCubeGridClientEngine.d.ts} +17 -14
- package/lib/stores/dataCube/grid/DataCubeGridClientEngine.d.ts.map +1 -0
- package/lib/stores/dataCube/grid/DataCubeGridClientEngine.js +96 -0
- package/lib/stores/dataCube/grid/DataCubeGridClientEngine.js.map +1 -0
- package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotAnalyzer.d.ts +19 -0
- package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotAnalyzer.d.ts.map +1 -0
- package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotAnalyzer.js +224 -0
- package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotAnalyzer.js.map +1 -0
- package/lib/stores/dataCube/grid/DataCubeGridState.d.ts +33 -0
- package/lib/stores/dataCube/grid/DataCubeGridState.d.ts.map +1 -0
- package/lib/stores/dataCube/grid/DataCubeGridState.js +50 -0
- package/lib/stores/dataCube/grid/DataCubeGridState.js.map +1 -0
- package/package.json +9 -9
- package/src/{Const.ts → __lib__/LegendREPLEvent.ts} +1 -16
- package/{lib/components/grid/REPLGridServerResult.d.ts → src/__lib__/LegendREPLSetting.ts} +3 -6
- package/src/application/LegendREPL.tsx +64 -0
- package/src/application/{LegendREPLGridClientApplicationConfig.ts → LegendREPLApplicationConfig.ts} +3 -3
- package/src/application/{LegendREPLGridClientPluginManager.ts → LegendREPLPluginManager.ts} +5 -5
- package/src/components/{Core_LegendREPLGridClientApplicationPlugin.tsx → Core_LegendREPLApplicationPlugin.tsx} +11 -6
- package/src/components/{LegendREPLGridClientApplication.tsx → LegendREPLApplication.tsx} +11 -28
- package/src/components/LegendREPLFrameworkProvider.tsx +57 -0
- package/src/components/{REPLGridClientStoreProvider.tsx → REPLStoreProvider.tsx} +17 -21
- package/src/components/dataCube/DataCube.tsx +63 -0
- package/src/components/dataCube/editor/DataCubeEditor.tsx +127 -0
- package/src/components/dataCube/{DataCubeQueryTextEditor.tsx → editor/DataCubeEditorCodePanel.tsx} +69 -76
- package/src/components/dataCube/editor/DataCubeEditorSortPanel.tsx +274 -0
- package/src/components/dataCube/grid/DataCubeGrid.tsx +77 -0
- package/src/index.tsx +12 -8
- package/src/server/REPLServerClient.ts +50 -78
- package/src/server/models/DataCubeEngineModels.ts +84 -0
- package/src/server/models/DataCubeQuery.ts +130 -0
- package/src/stores/{LegendREPLGridClientApplicationPlugin.ts → LegendREPLApplicationPlugin.ts} +4 -4
- package/src/stores/{LegendREPLGridClientBaseStore.ts → LegendREPLBaseStore.ts} +9 -9
- package/src/stores/dataCube/DataCubeMetaModelConst.ts +61 -0
- package/src/stores/dataCube/DataCubeState.ts +39 -303
- package/src/stores/{REPLGridClientStore.ts → dataCube/DataCubeStore.ts} +8 -6
- package/src/stores/dataCube/core/DataCubeEngine.ts +79 -0
- package/src/stores/dataCube/core/DataCubeQueryAnalyzer.ts +424 -0
- package/src/stores/dataCube/core/DataCubeQueryBuilder.ts +151 -0
- package/src/stores/dataCube/core/DataCubeQuerySnapshot.ts +201 -0
- package/src/stores/dataCube/core/DataCubeQuerySnapshotManager.ts +67 -0
- package/src/stores/dataCube/core/DataCubeQuerySnapshotSubscriber.ts +43 -0
- package/src/stores/dataCube/editor/DataCubeEditorCodeState.ts +166 -0
- package/src/{components/grid/REPLGridServerResult.ts → stores/dataCube/editor/DataCubeEditorQuerySnapshotBuilder.ts} +14 -11
- package/src/stores/dataCube/editor/DataCubeEditorSortState.ts +198 -0
- package/src/stores/dataCube/editor/DataCubeEditorState.ts +94 -0
- package/src/stores/dataCube/grid/DataCubeGridClientEngine.ts +152 -0
- package/src/stores/dataCube/grid/DataCubeGridQuerySnapshotAnalyzer.ts +245 -0
- package/src/stores/dataCube/grid/DataCubeGridState.ts +62 -0
- package/tsconfig.json +33 -29
- package/lib/Const.d.ts +0 -32
- package/lib/Const.d.ts.map +0 -1
- package/lib/Const.js +0 -35
- package/lib/Const.js.map +0 -1
- package/lib/application/LegendREPLGridClient.d.ts.map +0 -1
- package/lib/application/LegendREPLGridClient.js.map +0 -1
- package/lib/application/LegendREPLGridClientApplicationConfig.d.ts.map +0 -1
- package/lib/application/LegendREPLGridClientApplicationConfig.js.map +0 -1
- package/lib/application/LegendREPLGridClientPluginManager.d.ts.map +0 -1
- package/lib/application/LegendREPLGridClientPluginManager.js.map +0 -1
- package/lib/components/AgGrid.d.ts.map +0 -1
- package/lib/components/AgGrid.js +0 -41
- package/lib/components/AgGrid.js.map +0 -1
- package/lib/components/Core_LegendREPLGridClientApplicationPlugin.d.ts.map +0 -1
- package/lib/components/Core_LegendREPLGridClientApplicationPlugin.js.map +0 -1
- package/lib/components/LegendREPLGridClientApplication.d.ts +0 -31
- package/lib/components/LegendREPLGridClientApplication.d.ts.map +0 -1
- package/lib/components/LegendREPLGridClientApplication.js +0 -39
- package/lib/components/LegendREPLGridClientApplication.js.map +0 -1
- package/lib/components/LegendREPLGridClientFrameworkProvider.d.ts.map +0 -1
- package/lib/components/LegendREPLGridClientFrameworkProvider.js.map +0 -1
- package/lib/components/REPLGridClient.d.ts.map +0 -1
- package/lib/components/REPLGridClient.js +0 -143
- package/lib/components/REPLGridClient.js.map +0 -1
- package/lib/components/REPLGridClientStoreProvider.d.ts.map +0 -1
- package/lib/components/REPLGridClientStoreProvider.js.map +0 -1
- package/lib/components/dataCube/DataCubeGridEditor.d.ts.map +0 -1
- package/lib/components/dataCube/DataCubeGridEditor.js +0 -37
- package/lib/components/dataCube/DataCubeGridEditor.js.map +0 -1
- package/lib/components/dataCube/DataCubeQueryTextEditor.d.ts.map +0 -1
- package/lib/components/dataCube/DataCubeQueryTextEditor.js.map +0 -1
- package/lib/components/grid/GridUtils.d.ts +0 -31
- package/lib/components/grid/GridUtils.d.ts.map +0 -1
- package/lib/components/grid/GridUtils.js +0 -174
- package/lib/components/grid/GridUtils.js.map +0 -1
- package/lib/components/grid/REPLGridServerResult.d.ts.map +0 -1
- package/lib/components/grid/REPLGridServerResult.js.map +0 -1
- package/lib/components/grid/ServerSideDataSource.d.ts.map +0 -1
- package/lib/components/grid/ServerSideDataSource.js +0 -109
- package/lib/components/grid/ServerSideDataSource.js.map +0 -1
- package/lib/components/grid/TDSLambdaBuilder.d.ts.map +0 -1
- package/lib/components/grid/TDSLambdaBuilder.js +0 -314
- package/lib/components/grid/TDSLambdaBuilder.js.map +0 -1
- package/lib/components/grid/TDSQuery.d.ts +0 -25
- package/lib/components/grid/TDSQuery.d.ts.map +0 -1
- package/lib/components/grid/TDSQuery.js +0 -32
- package/lib/components/grid/TDSQuery.js.map +0 -1
- package/lib/components/grid/TDSRequest.d.ts +0 -103
- package/lib/components/grid/TDSRequest.d.ts.map +0 -1
- package/lib/components/grid/TDSRequest.js +0 -172
- package/lib/components/grid/TDSRequest.js.map +0 -1
- package/lib/stores/CompletionResult.d.ts.map +0 -1
- package/lib/stores/CompletionResult.js +0 -26
- package/lib/stores/CompletionResult.js.map +0 -1
- package/lib/stores/LegendREPLGridClientApplicationPlugin.d.ts.map +0 -1
- package/lib/stores/LegendREPLGridClientApplicationPlugin.js.map +0 -1
- package/lib/stores/LegendREPLGridClientBaseStore.d.ts +0 -25
- package/lib/stores/LegendREPLGridClientBaseStore.d.ts.map +0 -1
- package/lib/stores/LegendREPLGridClientBaseStore.js.map +0 -1
- package/lib/stores/REPLGridClientStore.d.ts.map +0 -1
- package/lib/stores/REPLGridClientStore.js.map +0 -1
- package/lib/stores/dataCube/DataCubeConfigState.d.ts +0 -32
- package/lib/stores/dataCube/DataCubeConfigState.d.ts.map +0 -1
- package/lib/stores/dataCube/DataCubeConfigState.js +0 -62
- package/lib/stores/dataCube/DataCubeConfigState.js.map +0 -1
- package/lib/stores/dataCube/DataCubeGridState.d.ts +0 -39
- package/lib/stores/dataCube/DataCubeGridState.d.ts.map +0 -1
- package/lib/stores/dataCube/DataCubeGridState.js +0 -108
- package/lib/stores/dataCube/DataCubeGridState.js.map +0 -1
- package/lib/stores/dataCube/DataCubePanelState.d.ts.map +0 -1
- package/lib/stores/dataCube/DataCubePanelState.js.map +0 -1
- package/lib/stores/dataCube/DataCubePropertiesPanelState.d.ts +0 -34
- package/lib/stores/dataCube/DataCubePropertiesPanelState.d.ts.map +0 -1
- package/lib/stores/dataCube/DataCubePropertiesPanelState.js +0 -57
- package/lib/stores/dataCube/DataCubePropertiesPanelState.js.map +0 -1
- package/lib/stores/dataCube/DataCubeQueryEditorState.d.ts.map +0 -1
- package/lib/stores/dataCube/DataCubeQueryEditorState.js +0 -49
- package/lib/stores/dataCube/DataCubeQueryEditorState.js.map +0 -1
- package/lib/stores/dataCube/DataCubeQueryTextEditorState.d.ts +0 -25
- package/lib/stores/dataCube/DataCubeQueryTextEditorState.d.ts.map +0 -1
- package/lib/stores/dataCube/DataCubeQueryTextEditorState.js +0 -35
- package/lib/stores/dataCube/DataCubeQueryTextEditorState.js.map +0 -1
- package/lib/stores/dataCube/HPivotAndSortPanelState.d.ts +0 -40
- package/lib/stores/dataCube/HPivotAndSortPanelState.d.ts.map +0 -1
- package/lib/stores/dataCube/HPivotAndSortPanelState.js +0 -130
- package/lib/stores/dataCube/HPivotAndSortPanelState.js.map +0 -1
- package/src/application/LegendREPLGridClient.tsx +0 -72
- package/src/components/AgGrid.tsx +0 -59
- package/src/components/LegendREPLGridClientFrameworkProvider.tsx +0 -63
- package/src/components/REPLGridClient.tsx +0 -560
- package/src/components/dataCube/DataCubeGridEditor.tsx +0 -69
- package/src/components/grid/GridUtils.ts +0 -220
- package/src/components/grid/ServerSideDataSource.ts +0 -197
- package/src/components/grid/TDSLambdaBuilder.ts +0 -456
- package/src/components/grid/TDSQuery.ts +0 -37
- package/src/components/grid/TDSRequest.ts +0 -231
- package/src/stores/CompletionResult.ts +0 -30
- package/src/stores/dataCube/DataCubeConfigState.ts +0 -79
- package/src/stores/dataCube/DataCubeGridState.ts +0 -143
- package/src/stores/dataCube/DataCubePanelState.ts +0 -28
- package/src/stores/dataCube/DataCubePropertiesPanelState.ts +0 -65
- package/src/stores/dataCube/DataCubeQueryEditorState.ts +0 -66
- package/src/stores/dataCube/DataCubeQueryTextEditorState.ts +0 -41
- package/src/stores/dataCube/HPivotAndSortPanelState.ts +0 -170
|
@@ -1,172 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { SerializationFactory, usingModelSchema } from '@finos/legend-shared';
|
|
17
|
-
import { observable, makeObservable, action } from 'mobx';
|
|
18
|
-
import { createModelSchema, list, optional, primitive } from 'serializr';
|
|
19
|
-
export var TDS_FILTER_OPERATION;
|
|
20
|
-
(function (TDS_FILTER_OPERATION) {
|
|
21
|
-
TDS_FILTER_OPERATION["EQUALS"] = "equal";
|
|
22
|
-
TDS_FILTER_OPERATION["NOT_EQUAL"] = "notEqual";
|
|
23
|
-
TDS_FILTER_OPERATION["GREATER_THAN"] = "greaterThan";
|
|
24
|
-
TDS_FILTER_OPERATION["GREATER_THAN_OR_EQUAL"] = "greaterThanOrEqual";
|
|
25
|
-
TDS_FILTER_OPERATION["LESS_THAN"] = "lessThan";
|
|
26
|
-
TDS_FILTER_OPERATION["LESS_THAN_OR_EQUAL"] = "lessThanOrEqual";
|
|
27
|
-
TDS_FILTER_OPERATION["BLANK"] = "isEmpty";
|
|
28
|
-
TDS_FILTER_OPERATION["NOT_BLANK"] = "isNotEmpty";
|
|
29
|
-
TDS_FILTER_OPERATION["CONTAINS"] = "contains";
|
|
30
|
-
TDS_FILTER_OPERATION["NOT_CONTAINS"] = "notContains";
|
|
31
|
-
TDS_FILTER_OPERATION["STARTS_WITH"] = "startsWith";
|
|
32
|
-
TDS_FILTER_OPERATION["ENDS_WITH"] = "endsWith";
|
|
33
|
-
})(TDS_FILTER_OPERATION || (TDS_FILTER_OPERATION = {}));
|
|
34
|
-
export var TDS_FILTER_GROUP;
|
|
35
|
-
(function (TDS_FILTER_GROUP) {
|
|
36
|
-
TDS_FILTER_GROUP["AND"] = "and";
|
|
37
|
-
TDS_FILTER_GROUP["OR"] = "or";
|
|
38
|
-
})(TDS_FILTER_GROUP || (TDS_FILTER_GROUP = {}));
|
|
39
|
-
export var TDS_AGGREGATION_FUNCTION;
|
|
40
|
-
(function (TDS_AGGREGATION_FUNCTION) {
|
|
41
|
-
TDS_AGGREGATION_FUNCTION["SUM"] = "sum";
|
|
42
|
-
TDS_AGGREGATION_FUNCTION["MIN"] = "min";
|
|
43
|
-
TDS_AGGREGATION_FUNCTION["MAX"] = "max";
|
|
44
|
-
TDS_AGGREGATION_FUNCTION["COUNT"] = "count";
|
|
45
|
-
TDS_AGGREGATION_FUNCTION["AVG"] = "avg";
|
|
46
|
-
TDS_AGGREGATION_FUNCTION["FIRST"] = "first";
|
|
47
|
-
TDS_AGGREGATION_FUNCTION["LAST"] = "last";
|
|
48
|
-
})(TDS_AGGREGATION_FUNCTION || (TDS_AGGREGATION_FUNCTION = {}));
|
|
49
|
-
export var TDS_SORT_ORDER;
|
|
50
|
-
(function (TDS_SORT_ORDER) {
|
|
51
|
-
TDS_SORT_ORDER["ASCENDING"] = "ascending";
|
|
52
|
-
TDS_SORT_ORDER["DESCENDING"] = "descending";
|
|
53
|
-
})(TDS_SORT_ORDER || (TDS_SORT_ORDER = {}));
|
|
54
|
-
export var FILTER_TYPE;
|
|
55
|
-
(function (FILTER_TYPE) {
|
|
56
|
-
FILTER_TYPE["TEXT"] = "text";
|
|
57
|
-
FILTER_TYPE["NUMBER"] = "number";
|
|
58
|
-
})(FILTER_TYPE || (FILTER_TYPE = {}));
|
|
59
|
-
export class TDSFilterCondition {
|
|
60
|
-
operation;
|
|
61
|
-
value;
|
|
62
|
-
constructor(operation, value) {
|
|
63
|
-
this.operation = operation;
|
|
64
|
-
this.value = value;
|
|
65
|
-
}
|
|
66
|
-
static serialization = new SerializationFactory(createModelSchema(TDSFilterCondition, {
|
|
67
|
-
operation: primitive(),
|
|
68
|
-
value: primitive(),
|
|
69
|
-
}));
|
|
70
|
-
}
|
|
71
|
-
export class TDSFilter {
|
|
72
|
-
column;
|
|
73
|
-
columnType;
|
|
74
|
-
conditions;
|
|
75
|
-
groupOperation;
|
|
76
|
-
constructor(column, columnType, conditions, groupOperation) {
|
|
77
|
-
this.column = column;
|
|
78
|
-
this.columnType = columnType;
|
|
79
|
-
this.conditions = conditions;
|
|
80
|
-
this.groupOperation = groupOperation;
|
|
81
|
-
}
|
|
82
|
-
static serialization = new SerializationFactory(createModelSchema(TDSFilter, {
|
|
83
|
-
column: primitive(),
|
|
84
|
-
columnType: primitive(),
|
|
85
|
-
conditions: list(usingModelSchema(TDSFilterCondition.serialization.schema)),
|
|
86
|
-
groupOperation: primitive(),
|
|
87
|
-
}));
|
|
88
|
-
}
|
|
89
|
-
export class TDSSort {
|
|
90
|
-
column;
|
|
91
|
-
order;
|
|
92
|
-
constructor(column, order) {
|
|
93
|
-
makeObservable(this, {
|
|
94
|
-
column: observable,
|
|
95
|
-
order: observable,
|
|
96
|
-
setOrder: action,
|
|
97
|
-
});
|
|
98
|
-
this.column = column;
|
|
99
|
-
this.order = order;
|
|
100
|
-
}
|
|
101
|
-
setOrder(val) {
|
|
102
|
-
this.order = val;
|
|
103
|
-
}
|
|
104
|
-
static serialization = new SerializationFactory(createModelSchema(TDSSort, {
|
|
105
|
-
column: primitive(),
|
|
106
|
-
order: primitive(),
|
|
107
|
-
}));
|
|
108
|
-
}
|
|
109
|
-
export class TDSAggregation {
|
|
110
|
-
column;
|
|
111
|
-
columnType;
|
|
112
|
-
function;
|
|
113
|
-
constructor(column, columnType, _function) {
|
|
114
|
-
this.column = column;
|
|
115
|
-
this.columnType = columnType;
|
|
116
|
-
this.function = _function;
|
|
117
|
-
}
|
|
118
|
-
static serialization = new SerializationFactory(createModelSchema(TDSAggregation, {
|
|
119
|
-
column: primitive(),
|
|
120
|
-
columnType: primitive(),
|
|
121
|
-
function: primitive(),
|
|
122
|
-
}));
|
|
123
|
-
}
|
|
124
|
-
export class TDSGroupby {
|
|
125
|
-
columns;
|
|
126
|
-
groupKeys;
|
|
127
|
-
aggregations;
|
|
128
|
-
constructor(columns, groupKeys, aggregations) {
|
|
129
|
-
this.columns = columns;
|
|
130
|
-
this.groupKeys = groupKeys;
|
|
131
|
-
this.aggregations = aggregations;
|
|
132
|
-
}
|
|
133
|
-
static serialization = new SerializationFactory(createModelSchema(TDSGroupby, {
|
|
134
|
-
columns: list(primitive()),
|
|
135
|
-
groupKeys: list(primitive()),
|
|
136
|
-
aggregations: list(usingModelSchema(TDSAggregation.serialization.schema)),
|
|
137
|
-
}));
|
|
138
|
-
}
|
|
139
|
-
export class TDSColumn {
|
|
140
|
-
name;
|
|
141
|
-
constructor(name) {
|
|
142
|
-
this.name = name;
|
|
143
|
-
}
|
|
144
|
-
static serialization = new SerializationFactory(createModelSchema(TDSColumn, {
|
|
145
|
-
name: primitive(),
|
|
146
|
-
}));
|
|
147
|
-
}
|
|
148
|
-
export class TDSRequest {
|
|
149
|
-
startRow;
|
|
150
|
-
endRow;
|
|
151
|
-
columns;
|
|
152
|
-
filter;
|
|
153
|
-
sort;
|
|
154
|
-
groupBy;
|
|
155
|
-
constructor(columns, filter, sort, groupBy, startRow, endRow) {
|
|
156
|
-
this.startRow = startRow;
|
|
157
|
-
this.endRow = endRow;
|
|
158
|
-
this.columns = columns;
|
|
159
|
-
this.filter = filter;
|
|
160
|
-
this.sort = sort;
|
|
161
|
-
this.groupBy = groupBy;
|
|
162
|
-
}
|
|
163
|
-
static serialization = new SerializationFactory(createModelSchema(TDSRequest, {
|
|
164
|
-
startRow: optional(primitive()),
|
|
165
|
-
endRow: optional(primitive()),
|
|
166
|
-
columns: list(usingModelSchema(TDSColumn.serialization.schema)),
|
|
167
|
-
filter: list(usingModelSchema(TDSFilter.serialization.schema)),
|
|
168
|
-
sort: list(usingModelSchema(TDSSort.serialization.schema)),
|
|
169
|
-
groupBy: usingModelSchema(TDSGroupby.serialization.schema),
|
|
170
|
-
}));
|
|
171
|
-
}
|
|
172
|
-
//# sourceMappingURL=TDSRequest.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TDSRequest.js","sourceRoot":"","sources":["../../../src/components/grid/TDSRequest.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CompletionResult.d.ts","sourceRoot":"","sources":["../../src/stores/CompletionResult.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAE5D,qBAAa,cAAc;IACzB,OAAO,EAAG,MAAM,CAAC;IACjB,UAAU,EAAG,MAAM,CAAC;IAEpB,MAAM,CAAC,QAAQ,CAAC,aAAa,uCAK3B;CACH"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { createModelSchema, primitive } from 'serializr';
|
|
17
|
-
import { SerializationFactory } from '@finos/legend-shared';
|
|
18
|
-
export class CompletionItem {
|
|
19
|
-
display;
|
|
20
|
-
completion;
|
|
21
|
-
static serialization = new SerializationFactory(createModelSchema(CompletionItem, {
|
|
22
|
-
display: primitive(),
|
|
23
|
-
completion: primitive(),
|
|
24
|
-
}));
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=CompletionResult.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CompletionResult.js","sourceRoot":"","sources":["../../src/stores/CompletionResult.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAM,OAAO,cAAc;IACzB,OAAO,CAAU;IACjB,UAAU,CAAU;IAEpB,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,cAAc,EAAE;QAChC,OAAO,EAAE,SAAS,EAAE;QACpB,UAAU,EAAE,SAAS,EAAE;KACxB,CAAC,CACH,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendREPLGridClientApplicationPlugin.d.ts","sourceRoot":"","sources":["../../src/stores/LegendREPLGridClientApplicationPlugin.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qDAAqD,CAAC;AAE7G,8BAAsB,qCAAsC,SAAQ,uBAAuB;IACzF;;;OAGG;IACH,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA2C;IAE9E,OAAO,CAAC,aAAa,EAAE,iCAAiC,GAAG,IAAI;CAGhE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendREPLGridClientApplicationPlugin.js","sourceRoot":"","sources":["../../src/stores/LegendREPLGridClientApplicationPlugin.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAGpE,MAAM,OAAgB,qCAAsC,SAAQ,uBAAuB;IACzF;;;OAGG;IACc,kBAAkB,CAA2C;IAE9E,OAAO,CAAC,aAAgD;QACtD,aAAa,CAAC,yBAAyB,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC;CACF"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import type { ApplicationStore } from '@finos/legend-application';
|
|
17
|
-
import type { LegendREPLGridClientApplicationConfig } from '../application/LegendREPLGridClientApplicationConfig.js';
|
|
18
|
-
import type { LegendREPLGridClientPluginManager } from '../application/LegendREPLGridClientPluginManager.js';
|
|
19
|
-
export type LegendREPLGridClientApplicationStore = ApplicationStore<LegendREPLGridClientApplicationConfig, LegendREPLGridClientPluginManager>;
|
|
20
|
-
export declare class LegendREPLGridClientBaseStore {
|
|
21
|
-
readonly applicationStore: LegendREPLGridClientApplicationStore;
|
|
22
|
-
readonly pluginManager: LegendREPLGridClientPluginManager;
|
|
23
|
-
constructor(applicationStore: LegendREPLGridClientApplicationStore);
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=LegendREPLGridClientBaseStore.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendREPLGridClientBaseStore.d.ts","sourceRoot":"","sources":["../../src/stores/LegendREPLGridClientBaseStore.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,yDAAyD,CAAC;AACrH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qDAAqD,CAAC;AAE7G,MAAM,MAAM,oCAAoC,GAAG,gBAAgB,CACjE,qCAAqC,EACrC,iCAAiC,CAClC,CAAC;AAEF,qBAAa,6BAA6B;IACxC,QAAQ,CAAC,gBAAgB,EAAE,oCAAoC,CAAC;IAChE,QAAQ,CAAC,aAAa,EAAE,iCAAiC,CAAC;gBAE9C,gBAAgB,EAAE,oCAAoC;CAInE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendREPLGridClientBaseStore.js","sourceRoot":"","sources":["../../src/stores/LegendREPLGridClientBaseStore.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAWH,MAAM,OAAO,6BAA6B;IAC/B,gBAAgB,CAAuC;IACvD,aAAa,CAAoC;IAE1D,YAAY,gBAAsD;QAChE,IAAI,CAAC,gBAAgB,GAAG,gBAAgB,CAAC;QACzC,IAAI,CAAC,aAAa,GAAG,gBAAgB,CAAC,aAAa,CAAC;IACtD,CAAC;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"REPLGridClientStore.d.ts","sourceRoot":"","sources":["../../src/stores/REPLGridClientStore.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,oCAAoC,CAAC;AAC/F,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAGjE,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,qBAAa,mBAAmB;IAC9B,QAAQ,CAAC,gBAAgB,EAAE,oCAAoC,CAAC;IAChE,QAAQ,CAAC,MAAM,EAAE,gBAAgB,CAAC;IAClC,aAAa,EAAG,aAAa,CAAC;gBAElB,gBAAgB,EAAE,oCAAoC;CAenE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"REPLGridClientStore.js","sourceRoot":"","sources":["../../src/stores/REPLGridClientStore.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,MAAM,OAAO,mBAAmB;IACrB,gBAAgB,CAAuC;IACvD,MAAM,CAAmB;IAClC,aAAa,CAAiB;IAE9B,YAAY,gBAAsD;QAChE,cAAc,CAAC,IAAI,EAAE;YACnB,aAAa,EAAE,UAAU;SAC1B,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,aAAa,GAAG,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC;CACF"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import type { GridApi } from '@ag-grid-community/core';
|
|
17
|
-
import type { DataCubeState } from './DataCubeState.js';
|
|
18
|
-
export declare class DataCubeConfigState {
|
|
19
|
-
readonly dataCubeState: DataCubeState;
|
|
20
|
-
licenseKey?: string | undefined;
|
|
21
|
-
isPaginationEnabled: boolean;
|
|
22
|
-
gridApi?: GridApi | undefined;
|
|
23
|
-
isPivotPanelOpened: boolean;
|
|
24
|
-
constructor(dataCubeState: DataCubeState);
|
|
25
|
-
setIsPivotPanelOpened(val: boolean): void;
|
|
26
|
-
setGridApi(val: GridApi | undefined): void;
|
|
27
|
-
setLicenseKey(val: string | undefined): void;
|
|
28
|
-
setIsPaginationEnabled(val: boolean): void;
|
|
29
|
-
openPanel(): void;
|
|
30
|
-
closePanel(): void;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=DataCubeConfigState.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeConfigState.d.ts","sourceRoot":"","sources":["../../../src/stores/dataCube/DataCubeConfigState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGxD,qBAAa,mBAAmB;IAC9B,QAAQ,CAAC,aAAa,EAAG,aAAa,CAAC;IAEvC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,mBAAmB,EAAG,OAAO,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAE9B,kBAAkB,UAAS;gBAEf,aAAa,EAAE,aAAa;IAqBxC,qBAAqB,CAAC,GAAG,EAAE,OAAO,GAAG,IAAI;IAIzC,UAAU,CAAC,GAAG,EAAE,OAAO,GAAG,SAAS,GAAG,IAAI;IAI1C,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI;IAI5C,sBAAsB,CAAC,GAAG,EAAE,OAAO,GAAG,IAAI;IAI1C,SAAS,IAAI,IAAI;IAKjB,UAAU,IAAI,IAAI;CAMnB"}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { action, makeObservable, observable } from 'mobx';
|
|
17
|
-
import { LEGEND_APPLICATION_REPL_SETTING_KEY } from '../../Const.js';
|
|
18
|
-
export class DataCubeConfigState {
|
|
19
|
-
dataCubeState;
|
|
20
|
-
licenseKey;
|
|
21
|
-
isPaginationEnabled;
|
|
22
|
-
gridApi;
|
|
23
|
-
isPivotPanelOpened = false;
|
|
24
|
-
constructor(dataCubeState) {
|
|
25
|
-
makeObservable(this, {
|
|
26
|
-
licenseKey: observable,
|
|
27
|
-
isPaginationEnabled: observable,
|
|
28
|
-
gridApi: observable,
|
|
29
|
-
isPivotPanelOpened: observable,
|
|
30
|
-
setGridApi: action,
|
|
31
|
-
setLicenseKey: action,
|
|
32
|
-
setIsPaginationEnabled: action,
|
|
33
|
-
setIsPivotPanelOpened: action,
|
|
34
|
-
openPanel: action,
|
|
35
|
-
closePanel: action,
|
|
36
|
-
});
|
|
37
|
-
this.dataCubeState = dataCubeState;
|
|
38
|
-
this.isPaginationEnabled =
|
|
39
|
-
dataCubeState.editorStore.applicationStore.settingService.getBooleanValue(LEGEND_APPLICATION_REPL_SETTING_KEY.PAGINATION) ?? true;
|
|
40
|
-
}
|
|
41
|
-
setIsPivotPanelOpened(val) {
|
|
42
|
-
this.isPivotPanelOpened = val;
|
|
43
|
-
}
|
|
44
|
-
setGridApi(val) {
|
|
45
|
-
this.gridApi = val;
|
|
46
|
-
}
|
|
47
|
-
setLicenseKey(val) {
|
|
48
|
-
this.licenseKey = val;
|
|
49
|
-
}
|
|
50
|
-
setIsPaginationEnabled(val) {
|
|
51
|
-
this.isPaginationEnabled = val;
|
|
52
|
-
}
|
|
53
|
-
openPanel() {
|
|
54
|
-
this.dataCubeState.configState.setIsPivotPanelOpened(true);
|
|
55
|
-
this.dataCubeState.propertiesPanelState.hpivotAndSortPanelState.initialize();
|
|
56
|
-
}
|
|
57
|
-
closePanel() {
|
|
58
|
-
this.dataCubeState.configState.setIsPivotPanelOpened(false);
|
|
59
|
-
this.dataCubeState.propertiesPanelState.hpivotAndSortPanelState.setIsInitialized(false);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
//# sourceMappingURL=DataCubeConfigState.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeConfigState.js","sourceRoot":"","sources":["../../../src/stores/dataCube/DataCubeConfigState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAG1D,OAAO,EAAE,mCAAmC,EAAE,MAAM,gBAAgB,CAAC;AAErE,MAAM,OAAO,mBAAmB;IACrB,aAAa,CAAiB;IAEvC,UAAU,CAAsB;IAChC,mBAAmB,CAAW;IAC9B,OAAO,CAAuB;IAE9B,kBAAkB,GAAG,KAAK,CAAC;IAE3B,YAAY,aAA4B;QACtC,cAAc,CAAC,IAAI,EAAE;YACnB,UAAU,EAAE,UAAU;YACtB,mBAAmB,EAAE,UAAU;YAC/B,OAAO,EAAE,UAAU;YACnB,kBAAkB,EAAE,UAAU;YAC9B,UAAU,EAAE,MAAM;YAClB,aAAa,EAAE,MAAM;YACrB,sBAAsB,EAAE,MAAM;YAC9B,qBAAqB,EAAE,MAAM;YAC7B,SAAS,EAAE,MAAM;YACjB,UAAU,EAAE,MAAM;SACnB,CAAC,CAAC;QAEH,IAAI,CAAC,aAAa,GAAG,aAAa,CAAC;QACnC,IAAI,CAAC,mBAAmB;YACtB,aAAa,CAAC,WAAW,CAAC,gBAAgB,CAAC,cAAc,CAAC,eAAe,CACvE,mCAAmC,CAAC,UAAU,CAC/C,IAAI,IAAI,CAAC;IACd,CAAC;IAED,qBAAqB,CAAC,GAAY;QAChC,IAAI,CAAC,kBAAkB,GAAG,GAAG,CAAC;IAChC,CAAC;IAED,UAAU,CAAC,GAAwB;QACjC,IAAI,CAAC,OAAO,GAAG,GAAG,CAAC;IACrB,CAAC;IAED,aAAa,CAAC,GAAuB;QACnC,IAAI,CAAC,UAAU,GAAG,GAAG,CAAC;IACxB,CAAC;IAED,sBAAsB,CAAC,GAAY;QACjC,IAAI,CAAC,mBAAmB,GAAG,GAAG,CAAC;IACjC,CAAC;IAED,SAAS;QACP,IAAI,CAAC,aAAa,CAAC,WAAW,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC;QAC3D,IAAI,CAAC,aAAa,CAAC,oBAAoB,CAAC,uBAAuB,CAAC,UAAU,EAAE,CAAC;IAC/E,CAAC;IAED,UAAU;QACR,IAAI,CAAC,aAAa,CAAC,WAAW,CAAC,qBAAqB,CAAC,KAAK,CAAC,CAAC;QAC5D,IAAI,CAAC,aAAa,CAAC,oBAAoB,CAAC,uBAAuB,CAAC,gBAAgB,CAC9E,KAAK,CACN,CAAC;IACJ,CAAC;CACF"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { type TDSRowDataType } from '../../components/grid/GridUtils.js';
|
|
17
|
-
import type { ColDef } from '@ag-grid-community/core';
|
|
18
|
-
import type { V1_Lambda, TDSExecutionResult } from '@finos/legend-graph';
|
|
19
|
-
import { type TDSRequest } from '../../components/grid/TDSRequest.js';
|
|
20
|
-
import type { DataCubeState } from './DataCubeState.js';
|
|
21
|
-
export declare class DataCubeGridState {
|
|
22
|
-
readonly dataCubeState: DataCubeState;
|
|
23
|
-
initialResult?: TDSExecutionResult | undefined;
|
|
24
|
-
currentResult?: TDSExecutionResult | undefined;
|
|
25
|
-
columns?: string[] | undefined;
|
|
26
|
-
initialQueryLambda?: V1_Lambda | undefined;
|
|
27
|
-
currentQueryTDSRequest?: TDSRequest | undefined;
|
|
28
|
-
lastQueryTDSRequest?: TDSRequest | undefined;
|
|
29
|
-
constructor(dataCubeState: DataCubeState);
|
|
30
|
-
setLastQueryTDSRequest(val: TDSRequest | undefined): void;
|
|
31
|
-
setCurrentQueryTDSRequest(val: TDSRequest | undefined): void;
|
|
32
|
-
setInitialQueryLambda(val: V1_Lambda | undefined): void;
|
|
33
|
-
setInitialResult(val: TDSExecutionResult | undefined): void;
|
|
34
|
-
setCurrentResult(val: TDSExecutionResult | undefined): void;
|
|
35
|
-
setColumns(val: string[]): void;
|
|
36
|
-
get rowData(): TDSRowDataType[];
|
|
37
|
-
get columnDefs(): ColDef[];
|
|
38
|
-
}
|
|
39
|
-
//# sourceMappingURL=DataCubeGridState.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeGridState.d.ts","sourceRoot":"","sources":["../../../src/stores/dataCube/DataCubeGridState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAKL,KAAK,cAAc,EACpB,MAAM,oCAAoC,CAAC;AAE5C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,KAAK,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAEL,KAAK,UAAU,EAChB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAMxD,qBAAa,iBAAiB;IAC5B,QAAQ,CAAC,aAAa,EAAG,aAAa,CAAC;IAEvC,aAAa,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAC/C,aAAa,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAC/C,OAAO,CAAC,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAC/B,kBAAkB,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAC3C,sBAAsB,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAChD,mBAAmB,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;gBAEjC,aAAa,EAAE,aAAa;IAqBxC,sBAAsB,CAAC,GAAG,EAAE,UAAU,GAAG,SAAS,GAAG,IAAI;IAIzD,yBAAyB,CAAC,GAAG,EAAE,UAAU,GAAG,SAAS,GAAG,IAAI;IAI5D,qBAAqB,CAAC,GAAG,EAAE,SAAS,GAAG,SAAS,GAAG,IAAI;IAIvD,gBAAgB,CAAC,GAAG,EAAE,kBAAkB,GAAG,SAAS,GAAG,IAAI;IAI3D,gBAAgB,CAAC,GAAG,EAAE,kBAAkB,GAAG,SAAS,GAAG,IAAI;IAI3D,UAAU,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,IAAI;IAI/B,IAAI,OAAO,IAAI,cAAc,EAAE,CAE9B;IAED,IAAI,UAAU,IAAI,MAAM,EAAE,CA6CzB;CACF"}
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
17
|
-
import { getAggregationTDSColumnCustomizations, getFilterModeltype, getTDSColumnCustomizations, getTDSRowData, } from '../../components/grid/GridUtils.js';
|
|
18
|
-
import { action, computed, makeObservable, observable } from 'mobx';
|
|
19
|
-
import { TDS_FILTER_GROUP, } from '../../components/grid/TDSRequest.js';
|
|
20
|
-
export class DataCubeGridState {
|
|
21
|
-
dataCubeState;
|
|
22
|
-
initialResult;
|
|
23
|
-
currentResult;
|
|
24
|
-
columns;
|
|
25
|
-
initialQueryLambda;
|
|
26
|
-
currentQueryTDSRequest;
|
|
27
|
-
lastQueryTDSRequest;
|
|
28
|
-
constructor(dataCubeState) {
|
|
29
|
-
makeObservable(this, {
|
|
30
|
-
initialResult: observable,
|
|
31
|
-
initialQueryLambda: observable,
|
|
32
|
-
currentResult: observable,
|
|
33
|
-
columns: observable,
|
|
34
|
-
currentQueryTDSRequest: observable,
|
|
35
|
-
lastQueryTDSRequest: observable,
|
|
36
|
-
setInitialResult: action,
|
|
37
|
-
setColumns: action,
|
|
38
|
-
setInitialQueryLambda: action,
|
|
39
|
-
setCurrentResult: action,
|
|
40
|
-
setCurrentQueryTDSRequest: action,
|
|
41
|
-
setLastQueryTDSRequest: action,
|
|
42
|
-
rowData: computed,
|
|
43
|
-
columnDefs: computed,
|
|
44
|
-
});
|
|
45
|
-
this.dataCubeState = dataCubeState;
|
|
46
|
-
}
|
|
47
|
-
setLastQueryTDSRequest(val) {
|
|
48
|
-
this.lastQueryTDSRequest = val;
|
|
49
|
-
}
|
|
50
|
-
setCurrentQueryTDSRequest(val) {
|
|
51
|
-
this.currentQueryTDSRequest = val;
|
|
52
|
-
}
|
|
53
|
-
setInitialQueryLambda(val) {
|
|
54
|
-
this.initialQueryLambda = val;
|
|
55
|
-
}
|
|
56
|
-
setInitialResult(val) {
|
|
57
|
-
this.initialResult = val;
|
|
58
|
-
}
|
|
59
|
-
setCurrentResult(val) {
|
|
60
|
-
this.currentResult = val;
|
|
61
|
-
}
|
|
62
|
-
setColumns(val) {
|
|
63
|
-
this.columns = val;
|
|
64
|
-
}
|
|
65
|
-
get rowData() {
|
|
66
|
-
return this.initialResult ? getTDSRowData(this.initialResult.result) : [];
|
|
67
|
-
}
|
|
68
|
-
get columnDefs() {
|
|
69
|
-
const filterModel = {};
|
|
70
|
-
this.currentQueryTDSRequest?.filter.forEach((filter) => {
|
|
71
|
-
if (filter.conditions.length === 1) {
|
|
72
|
-
filterModel[filter.column] = {
|
|
73
|
-
filter: filter.conditions[0]?.value,
|
|
74
|
-
filterType: getFilterModeltype(filter.columnType),
|
|
75
|
-
type: filter.conditions[0]?.operation,
|
|
76
|
-
};
|
|
77
|
-
}
|
|
78
|
-
else {
|
|
79
|
-
filterModel[filter.column] = {
|
|
80
|
-
filterType: getFilterModeltype(filter.columnType),
|
|
81
|
-
operator: filter.groupOperation === TDS_FILTER_GROUP.AND ? 'AND' : 'OR',
|
|
82
|
-
condition1: {
|
|
83
|
-
filter: filter.conditions[0]?.value,
|
|
84
|
-
filterType: getFilterModeltype(filter.columnType),
|
|
85
|
-
type: filter.conditions[0]?.operation,
|
|
86
|
-
},
|
|
87
|
-
condition2: {
|
|
88
|
-
filter: filter.conditions[1]?.value,
|
|
89
|
-
filterType: getFilterModeltype(filter.columnType),
|
|
90
|
-
type: filter.conditions[1]?.operation,
|
|
91
|
-
},
|
|
92
|
-
};
|
|
93
|
-
}
|
|
94
|
-
});
|
|
95
|
-
if (this.currentQueryTDSRequest) {
|
|
96
|
-
this.dataCubeState.configState.gridApi?.setFilterModel(filterModel);
|
|
97
|
-
}
|
|
98
|
-
return this.columns
|
|
99
|
-
? this.columns.map((c) => ({
|
|
100
|
-
field: c,
|
|
101
|
-
headerName: c,
|
|
102
|
-
...getAggregationTDSColumnCustomizations(guaranteeNonNullable(this.initialResult), c),
|
|
103
|
-
...getTDSColumnCustomizations(guaranteeNonNullable(this.initialResult), c, this.currentQueryTDSRequest),
|
|
104
|
-
}))
|
|
105
|
-
: [];
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
//# sourceMappingURL=DataCubeGridState.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeGridState.js","sourceRoot":"","sources":["../../../src/stores/dataCube/DataCubeGridState.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubePanelState.d.ts","sourceRoot":"","sources":["../../../src/stores/dataCube/DataCubePanelState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,8BAAsB,kBAAkB;IACtC,QAAQ,CAAC,aAAa,EAAG,aAAa,CAAC;gBAE3B,aAAa,EAAE,aAAa;IAIxC,QAAQ,CAAC,UAAU,IAAI,IAAI;IAC3B,QAAQ,CAAC,YAAY,IAAI,IAAI;CAC9B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubePanelState.js","sourceRoot":"","sources":["../../../src/stores/dataCube/DataCubePanelState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,MAAM,OAAgB,kBAAkB;IAC7B,aAAa,CAAiB;IAEvC,YAAY,aAA4B;QACtC,IAAI,CAAC,aAAa,GAAG,aAAa,CAAC;IACrC,CAAC;CAIF"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import type { DataCubeState } from './DataCubeState.js';
|
|
17
|
-
import { HPivotAndSortPanelState } from './HPivotAndSortPanelState.js';
|
|
18
|
-
export declare enum PIVOT_PANEL_TABS {
|
|
19
|
-
COLUMNS_AND_PIVOTS = "Colums/Pivots",
|
|
20
|
-
HPIVOTS_AND_SORTS = "HPivots/Sorts",
|
|
21
|
-
GENERAL_PROPERTIES = "General Properties",
|
|
22
|
-
COLUMN_PROPERTIES = "Column Properties",
|
|
23
|
-
DEVELOPER_OPTIONS = "Developer",
|
|
24
|
-
PIVOT_LAYOUT = "Pivot Layout"
|
|
25
|
-
}
|
|
26
|
-
export declare class DataCubePropertiesPanelState {
|
|
27
|
-
readonly dataCubeState: DataCubeState;
|
|
28
|
-
selectedPivotPanelTab: PIVOT_PANEL_TABS;
|
|
29
|
-
hpivotAndSortPanelState: HPivotAndSortPanelState;
|
|
30
|
-
constructor(dataCubeState: DataCubeState);
|
|
31
|
-
setSelectedPivotPanelTab(val: PIVOT_PANEL_TABS): void;
|
|
32
|
-
applyChanges(): void;
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=DataCubePropertiesPanelState.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubePropertiesPanelState.d.ts","sourceRoot":"","sources":["../../../src/stores/dataCube/DataCubePropertiesPanelState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE,oBAAY,gBAAgB;IAC1B,kBAAkB,kBAAkB;IACpC,iBAAiB,kBAAkB;IACnC,kBAAkB,uBAAuB;IACzC,iBAAiB,sBAAsB;IACvC,iBAAiB,cAAc;IAC/B,YAAY,iBAAiB;CAC9B;AAED,qBAAa,4BAA4B;IACvC,QAAQ,CAAC,aAAa,EAAG,aAAa,CAAC;IACvC,qBAAqB,mBAAuC;IAC5D,uBAAuB,EAAG,uBAAuB,CAAC;gBAEtC,aAAa,EAAE,aAAa;IAcxC,wBAAwB,CAAC,GAAG,EAAE,gBAAgB,GAAG,IAAI;IAarD,YAAY,IAAI,IAAI;CAGrB"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { action, makeObservable, observable } from 'mobx';
|
|
17
|
-
import { HPivotAndSortPanelState } from './HPivotAndSortPanelState.js';
|
|
18
|
-
export var PIVOT_PANEL_TABS;
|
|
19
|
-
(function (PIVOT_PANEL_TABS) {
|
|
20
|
-
PIVOT_PANEL_TABS["COLUMNS_AND_PIVOTS"] = "Colums/Pivots";
|
|
21
|
-
PIVOT_PANEL_TABS["HPIVOTS_AND_SORTS"] = "HPivots/Sorts";
|
|
22
|
-
PIVOT_PANEL_TABS["GENERAL_PROPERTIES"] = "General Properties";
|
|
23
|
-
PIVOT_PANEL_TABS["COLUMN_PROPERTIES"] = "Column Properties";
|
|
24
|
-
PIVOT_PANEL_TABS["DEVELOPER_OPTIONS"] = "Developer";
|
|
25
|
-
PIVOT_PANEL_TABS["PIVOT_LAYOUT"] = "Pivot Layout";
|
|
26
|
-
})(PIVOT_PANEL_TABS || (PIVOT_PANEL_TABS = {}));
|
|
27
|
-
export class DataCubePropertiesPanelState {
|
|
28
|
-
dataCubeState;
|
|
29
|
-
selectedPivotPanelTab = PIVOT_PANEL_TABS.COLUMNS_AND_PIVOTS;
|
|
30
|
-
hpivotAndSortPanelState;
|
|
31
|
-
constructor(dataCubeState) {
|
|
32
|
-
makeObservable(this, {
|
|
33
|
-
selectedPivotPanelTab: observable,
|
|
34
|
-
hpivotAndSortPanelState: observable,
|
|
35
|
-
setSelectedPivotPanelTab: action,
|
|
36
|
-
applyChanges: action,
|
|
37
|
-
});
|
|
38
|
-
this.dataCubeState = dataCubeState;
|
|
39
|
-
this.hpivotAndSortPanelState = new HPivotAndSortPanelState(this.dataCubeState);
|
|
40
|
-
}
|
|
41
|
-
setSelectedPivotPanelTab(val) {
|
|
42
|
-
this.selectedPivotPanelTab = val;
|
|
43
|
-
switch (val) {
|
|
44
|
-
case PIVOT_PANEL_TABS.HPIVOTS_AND_SORTS: {
|
|
45
|
-
this.hpivotAndSortPanelState.initialize();
|
|
46
|
-
break;
|
|
47
|
-
}
|
|
48
|
-
default: {
|
|
49
|
-
return;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
applyChanges() {
|
|
54
|
-
this.hpivotAndSortPanelState.applyChanges();
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
//# sourceMappingURL=DataCubePropertiesPanelState.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubePropertiesPanelState.js","sourceRoot":"","sources":["../../../src/stores/dataCube/DataCubePropertiesPanelState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAE1D,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,wDAAoC,CAAA;IACpC,uDAAmC,CAAA;IACnC,6DAAyC,CAAA;IACzC,2DAAuC,CAAA;IACvC,mDAA+B,CAAA;IAC/B,iDAA6B,CAAA;AAC/B,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AAED,MAAM,OAAO,4BAA4B;IAC9B,aAAa,CAAiB;IACvC,qBAAqB,GAAG,gBAAgB,CAAC,kBAAkB,CAAC;IAC5D,uBAAuB,CAA2B;IAElD,YAAY,aAA4B;QACtC,cAAc,CAAC,IAAI,EAAE;YACnB,qBAAqB,EAAE,UAAU;YACjC,uBAAuB,EAAE,UAAU;YACnC,wBAAwB,EAAE,MAAM;YAChC,YAAY,EAAE,MAAM;SACrB,CAAC,CAAC;QAEH,IAAI,CAAC,aAAa,GAAG,aAAa,CAAC;QACnC,IAAI,CAAC,uBAAuB,GAAG,IAAI,uBAAuB,CACxD,IAAI,CAAC,aAAa,CACnB,CAAC;IACJ,CAAC;IAED,wBAAwB,CAAC,GAAqB;QAC5C,IAAI,CAAC,qBAAqB,GAAG,GAAG,CAAC;QACjC,QAAQ,GAAG,EAAE,CAAC;YACZ,KAAK,gBAAgB,CAAC,iBAAiB,CAAC,CAAC,CAAC;gBACxC,IAAI,CAAC,uBAAuB,CAAC,UAAU,EAAE,CAAC;gBAC1C,MAAM;YACR,CAAC;YACD,OAAO,CAAC,CAAC,CAAC;gBACR,OAAO;YACT,CAAC;QACH,CAAC;IACH,CAAC;IAED,YAAY;QACV,IAAI,CAAC,uBAAuB,CAAC,YAAY,EAAE,CAAC;IAC9C,CAAC;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryEditorState.d.ts","sourceRoot":"","sources":["../../../src/stores/dataCube/DataCubeQueryEditorState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,iBAAiB,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAI1E,qBAAa,wBAAwB;IACnC,IAAI,SAAU;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;gBAE1B,KAAK,EAAE,MAAM;IAWzB,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAI3B,cAAc,CAAC,WAAW,EAAE,WAAW,GAAG,SAAS,GAAG,IAAI;IAU1D,wBAAwB,CACtB,iBAAiB,EAAE,iBAAiB,GACnC,iBAAiB;CAarB"}
|