@finos/legend-application-repl 0.0.59 → 1.0.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/lib/application/LegendREPL.d.ts +3 -4
- package/lib/application/LegendREPL.d.ts.map +1 -1
- package/lib/application/LegendREPL.js +3 -9
- package/lib/application/LegendREPL.js.map +1 -1
- package/lib/{__lib__/LegendREPLEvent.d.ts → application/LegendREPLApplicationStore.d.ts} +4 -5
- package/lib/application/LegendREPLApplicationStore.d.ts.map +1 -0
- package/lib/{stores/dataCube/editor/DataCubeEditorPanelState.js → application/LegendREPLApplicationStore.js} +1 -1
- package/lib/application/LegendREPLApplicationStore.js.map +1 -0
- package/lib/components/LegendREPLApplication.d.ts +5 -3
- package/lib/components/LegendREPLApplication.d.ts.map +1 -1
- package/lib/components/LegendREPLApplication.js +22 -8
- package/lib/components/LegendREPLApplication.js.map +1 -1
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +1 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/lib/package.json +6 -27
- package/lib/stores/LegendREPLDataCubeApplicationEngine.d.ts +38 -0
- package/lib/stores/LegendREPLDataCubeApplicationEngine.d.ts.map +1 -0
- package/lib/stores/LegendREPLDataCubeApplicationEngine.js +71 -0
- package/lib/stores/LegendREPLDataCubeApplicationEngine.js.map +1 -0
- package/lib/stores/LegendREPLDataCubeEngine.d.ts +34 -0
- package/lib/stores/LegendREPLDataCubeEngine.d.ts.map +1 -0
- package/lib/stores/LegendREPLDataCubeEngine.js +76 -0
- package/lib/stores/LegendREPLDataCubeEngine.js.map +1 -0
- package/lib/{server/REPLServerClient.d.ts → stores/LegendREPLServerClient.d.ts} +33 -4
- package/lib/stores/LegendREPLServerClient.d.ts.map +1 -0
- package/lib/{server/REPLServerClient.js → stores/LegendREPLServerClient.js} +2 -2
- package/lib/stores/LegendREPLServerClient.js.map +1 -0
- package/package.json +11 -32
- package/src/application/LegendREPL.tsx +7 -11
- package/src/{__lib__/LegendREPLEvent.ts → application/LegendREPLApplicationStore.ts} +11 -4
- package/src/components/LegendREPLApplication.tsx +60 -26
- package/src/index.tsx +1 -2
- package/src/stores/LegendREPLDataCubeApplicationEngine.ts +109 -0
- package/src/stores/LegendREPLDataCubeEngine.ts +130 -0
- package/src/{server/REPLServerClient.ts → stores/LegendREPLServerClient.ts} +38 -10
- package/tsconfig.json +5 -110
- package/lib/__lib__/LegendREPLEvent.d.ts.map +0 -1
- package/lib/__lib__/LegendREPLEvent.js +0 -21
- package/lib/__lib__/LegendREPLEvent.js.map +0 -1
- package/lib/__lib__/LegendREPLSetting.d.ts +0 -19
- package/lib/__lib__/LegendREPLSetting.d.ts.map +0 -1
- package/lib/__lib__/LegendREPLSetting.js +0 -20
- package/lib/__lib__/LegendREPLSetting.js.map +0 -1
- package/lib/application/LegendREPLDocumentation.d.ts +0 -22
- package/lib/application/LegendREPLDocumentation.d.ts.map +0 -1
- package/lib/application/LegendREPLDocumentation.js +0 -23
- package/lib/application/LegendREPLDocumentation.js.map +0 -1
- package/lib/application/LegendREPLPluginManager.d.ts +0 -32
- package/lib/application/LegendREPLPluginManager.d.ts.map +0 -1
- package/lib/application/LegendREPLPluginManager.js +0 -46
- package/lib/application/LegendREPLPluginManager.js.map +0 -1
- package/lib/components/Core_LegendREPLApplicationPlugin.d.ts +0 -23
- package/lib/components/Core_LegendREPLApplicationPlugin.d.ts.map +0 -1
- package/lib/components/Core_LegendREPLApplicationPlugin.js +0 -33
- package/lib/components/Core_LegendREPLApplicationPlugin.js.map +0 -1
- package/lib/components/LegendREPLFrameworkProvider.d.ts +0 -22
- package/lib/components/LegendREPLFrameworkProvider.d.ts.map +0 -1
- package/lib/components/LegendREPLFrameworkProvider.js +0 -29
- package/lib/components/LegendREPLFrameworkProvider.js.map +0 -1
- package/lib/components/REPLStoreProvider.d.ts +0 -24
- package/lib/components/REPLStoreProvider.d.ts.map +0 -1
- package/lib/components/REPLStoreProvider.js +0 -38
- package/lib/components/REPLStoreProvider.js.map +0 -1
- package/lib/components/dataCube/DataCube.d.ts +0 -19
- package/lib/components/dataCube/DataCube.d.ts.map +0 -1
- package/lib/components/dataCube/DataCube.js +0 -68
- package/lib/components/dataCube/DataCube.js.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditor.d.ts +0 -22
- package/lib/components/dataCube/editor/DataCubeEditor.d.ts.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditor.js +0 -50
- package/lib/components/dataCube/editor/DataCubeEditor.js.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditorColumnPropertiesPanel.d.ts +0 -22
- package/lib/components/dataCube/editor/DataCubeEditorColumnPropertiesPanel.d.ts.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditorColumnPropertiesPanel.js +0 -273
- package/lib/components/dataCube/editor/DataCubeEditorColumnPropertiesPanel.js.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditorColumnsPanel.d.ts +0 -22
- package/lib/components/dataCube/editor/DataCubeEditorColumnsPanel.d.ts.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditorColumnsPanel.js +0 -35
- package/lib/components/dataCube/editor/DataCubeEditorColumnsPanel.js.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditorColumnsSelector.d.ts +0 -32
- package/lib/components/dataCube/editor/DataCubeEditorColumnsSelector.d.ts.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditorColumnsSelector.js +0 -307
- package/lib/components/dataCube/editor/DataCubeEditorColumnsSelector.js.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditorGeneralPropertiesPanel.d.ts +0 -22
- package/lib/components/dataCube/editor/DataCubeEditorGeneralPropertiesPanel.d.ts.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditorGeneralPropertiesPanel.js +0 -167
- package/lib/components/dataCube/editor/DataCubeEditorGeneralPropertiesPanel.js.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditorHorizontalPivotsPanel.d.ts +0 -22
- package/lib/components/dataCube/editor/DataCubeEditorHorizontalPivotsPanel.d.ts.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditorHorizontalPivotsPanel.js +0 -29
- package/lib/components/dataCube/editor/DataCubeEditorHorizontalPivotsPanel.js.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditorSortsPanel.d.ts +0 -22
- package/lib/components/dataCube/editor/DataCubeEditorSortsPanel.d.ts.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditorSortsPanel.js +0 -62
- package/lib/components/dataCube/editor/DataCubeEditorSortsPanel.js.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditorVerticalPivotsPanel.d.ts +0 -22
- package/lib/components/dataCube/editor/DataCubeEditorVerticalPivotsPanel.d.ts.map +0 -1
- package/lib/components/dataCube/editor/DataCubeEditorVerticalPivotsPanel.js +0 -25
- package/lib/components/dataCube/editor/DataCubeEditorVerticalPivotsPanel.js.map +0 -1
- package/lib/components/dataCube/extend/DataCubeColumnEditor.d.ts +0 -22
- package/lib/components/dataCube/extend/DataCubeColumnEditor.d.ts.map +0 -1
- package/lib/components/dataCube/extend/DataCubeColumnEditor.js +0 -166
- package/lib/components/dataCube/extend/DataCubeColumnEditor.js.map +0 -1
- package/lib/components/dataCube/filter/DataCubeFilterEditor.d.ts +0 -22
- package/lib/components/dataCube/filter/DataCubeFilterEditor.d.ts.map +0 -1
- package/lib/components/dataCube/filter/DataCubeFilterEditor.js +0 -312
- package/lib/components/dataCube/filter/DataCubeFilterEditor.js.map +0 -1
- package/lib/components/dataCube/grid/DataCubeGrid.d.ts +0 -27
- package/lib/components/dataCube/grid/DataCubeGrid.d.ts.map +0 -1
- package/lib/components/dataCube/grid/DataCubeGrid.js +0 -241
- package/lib/components/dataCube/grid/DataCubeGrid.js.map +0 -1
- package/lib/components/dataCube/grid/DataCubeGridShared.d.ts +0 -18
- package/lib/components/dataCube/grid/DataCubeGridShared.d.ts.map +0 -1
- package/lib/components/dataCube/grid/DataCubeGridShared.js +0 -25
- package/lib/components/dataCube/grid/DataCubeGridShared.js.map +0 -1
- package/lib/components/repl/Alert.d.ts +0 -35
- package/lib/components/repl/Alert.d.ts.map +0 -1
- package/lib/components/repl/Alert.js +0 -91
- package/lib/components/repl/Alert.js.map +0 -1
- package/lib/components/repl/DocumentationPanel.d.ts +0 -19
- package/lib/components/repl/DocumentationPanel.d.ts.map +0 -1
- package/lib/components/repl/DocumentationPanel.js +0 -30
- package/lib/components/repl/DocumentationPanel.js.map +0 -1
- package/lib/components/repl/Form.d.ts +0 -54
- package/lib/components/repl/Form.d.ts.map +0 -1
- package/lib/components/repl/Form.js +0 -252
- package/lib/components/repl/Form.js.map +0 -1
- package/lib/components/repl/LayoutManager.d.ts +0 -27
- package/lib/components/repl/LayoutManager.d.ts.map +0 -1
- package/lib/components/repl/LayoutManager.js +0 -116
- package/lib/components/repl/LayoutManager.js.map +0 -1
- package/lib/components/repl/PureCodeEditor.d.ts +0 -22
- package/lib/components/repl/PureCodeEditor.d.ts.map +0 -1
- package/lib/components/repl/PureCodeEditor.js +0 -64
- package/lib/components/repl/PureCodeEditor.js.map +0 -1
- package/lib/components/repl/SettingsPanel.d.ts +0 -19
- package/lib/components/repl/SettingsPanel.d.ts.map +0 -1
- package/lib/components/repl/SettingsPanel.js +0 -53
- package/lib/components/repl/SettingsPanel.js.map +0 -1
- package/lib/server/DataCubeQuery.d.ts +0 -40
- package/lib/server/DataCubeQuery.d.ts.map +0 -1
- package/lib/server/DataCubeQuery.js +0 -79
- package/lib/server/DataCubeQuery.js.map +0 -1
- package/lib/server/REPLEngine.d.ts +0 -74
- package/lib/server/REPLEngine.d.ts.map +0 -1
- package/lib/server/REPLEngine.js +0 -32
- package/lib/server/REPLEngine.js.map +0 -1
- package/lib/server/REPLServerClient.d.ts.map +0 -1
- package/lib/server/REPLServerClient.js.map +0 -1
- package/lib/stores/LayoutManagerState.d.ts +0 -63
- package/lib/stores/LayoutManagerState.d.ts.map +0 -1
- package/lib/stores/LayoutManagerState.js +0 -128
- package/lib/stores/LayoutManagerState.js.map +0 -1
- package/lib/stores/LegendREPLApplicationPlugin.d.ts +0 -28
- package/lib/stores/LegendREPLApplicationPlugin.d.ts.map +0 -1
- package/lib/stores/LegendREPLApplicationPlugin.js +0 -35
- package/lib/stores/LegendREPLApplicationPlugin.js.map +0 -1
- package/lib/stores/LegendREPLBaseStore.d.ts +0 -25
- package/lib/stores/LegendREPLBaseStore.d.ts.map +0 -1
- package/lib/stores/LegendREPLBaseStore.js +0 -24
- package/lib/stores/LegendREPLBaseStore.js.map +0 -1
- package/lib/stores/REPLStore.d.ts +0 -50
- package/lib/stores/REPLStore.d.ts.map +0 -1
- package/lib/stores/REPLStore.js +0 -104
- package/lib/stores/REPLStore.js.map +0 -1
- package/lib/stores/dataCube/DataCubeEngine.d.ts +0 -98
- package/lib/stores/dataCube/DataCubeEngine.d.ts.map +0 -1
- package/lib/stores/dataCube/DataCubeEngine.js +0 -211
- package/lib/stores/dataCube/DataCubeEngine.js.map +0 -1
- package/lib/stores/dataCube/DataCubeState.d.ts +0 -50
- package/lib/stores/dataCube/DataCubeState.d.ts.map +0 -1
- package/lib/stores/dataCube/DataCubeState.js +0 -108
- package/lib/stores/dataCube/DataCubeState.js.map +0 -1
- package/lib/stores/dataCube/core/DataCubeConfiguration.d.ts +0 -107
- package/lib/stores/dataCube/core/DataCubeConfiguration.d.ts.map +0 -1
- package/lib/stores/dataCube/core/DataCubeConfiguration.js +0 -185
- package/lib/stores/dataCube/core/DataCubeConfiguration.js.map +0 -1
- package/lib/stores/dataCube/core/DataCubeConfigurationBuilder.d.ts +0 -25
- package/lib/stores/dataCube/core/DataCubeConfigurationBuilder.d.ts.map +0 -1
- package/lib/stores/dataCube/core/DataCubeConfigurationBuilder.js +0 -50
- package/lib/stores/dataCube/core/DataCubeConfigurationBuilder.js.map +0 -1
- package/lib/stores/dataCube/core/DataCubeInfoState.d.ts +0 -33
- package/lib/stores/dataCube/core/DataCubeInfoState.d.ts.map +0 -1
- package/lib/stores/dataCube/core/DataCubeInfoState.js +0 -48
- package/lib/stores/dataCube/core/DataCubeInfoState.js.map +0 -1
- package/lib/stores/dataCube/core/DataCubeQueryBuilder.d.ts +0 -35
- package/lib/stores/dataCube/core/DataCubeQueryBuilder.d.ts.map +0 -1
- package/lib/stores/dataCube/core/DataCubeQueryBuilder.js +0 -130
- package/lib/stores/dataCube/core/DataCubeQueryBuilder.js.map +0 -1
- package/lib/stores/dataCube/core/DataCubeQueryBuilderUtils.d.ts +0 -50
- package/lib/stores/dataCube/core/DataCubeQueryBuilderUtils.d.ts.map +0 -1
- package/lib/stores/dataCube/core/DataCubeQueryBuilderUtils.js +0 -320
- package/lib/stores/dataCube/core/DataCubeQueryBuilderUtils.js.map +0 -1
- package/lib/stores/dataCube/core/DataCubeQueryEngine.d.ts +0 -224
- package/lib/stores/dataCube/core/DataCubeQueryEngine.d.ts.map +0 -1
- package/lib/stores/dataCube/core/DataCubeQueryEngine.js +0 -286
- package/lib/stores/dataCube/core/DataCubeQueryEngine.js.map +0 -1
- package/lib/stores/dataCube/core/DataCubeQuerySnapshot.d.ts +0 -84
- package/lib/stores/dataCube/core/DataCubeQuerySnapshot.d.ts.map +0 -1
- package/lib/stores/dataCube/core/DataCubeQuerySnapshot.js +0 -81
- package/lib/stores/dataCube/core/DataCubeQuerySnapshot.js.map +0 -1
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilder.d.ts +0 -33
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilder.d.ts.map +0 -1
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilder.js +0 -265
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilder.js.map +0 -1
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilderUtils.d.ts +0 -30
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilderUtils.d.ts.map +0 -1
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilderUtils.js +0 -125
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotBuilderUtils.js.map +0 -1
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotManager.d.ts +0 -49
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotManager.d.ts.map +0 -1
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotManager.js +0 -87
- package/lib/stores/dataCube/core/DataCubeQuerySnapshotManager.js.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation.d.ts +0 -28
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation.d.ts.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation.js +0 -25
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation.js.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Average.d.ts +0 -27
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Average.d.ts.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Average.js +0 -39
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Average.js.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Count.d.ts +0 -27
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Count.d.ts.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Count.js +0 -47
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Count.js.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__First.d.ts +0 -27
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__First.d.ts.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__First.js +0 -44
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__First.js.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.d.ts +0 -27
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.d.ts.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.js +0 -53
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.js.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Last.d.ts +0 -27
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Last.d.ts.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Last.js +0 -44
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Last.js.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Max.d.ts +0 -27
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Max.d.ts.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Max.js +0 -39
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Max.js.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Min.d.ts +0 -27
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Min.d.ts.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Min.js +0 -39
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Min.js.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.d.ts +0 -27
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.d.ts.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.js +0 -39
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.js.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.d.ts +0 -27
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.d.ts.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.js +0 -39
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.js.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Sum.d.ts +0 -27
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Sum.d.ts.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Sum.js +0 -39
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Sum.js.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.d.ts +0 -27
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.d.ts.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.js +0 -44
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.js.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.d.ts +0 -27
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.d.ts.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.js +0 -39
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.js.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.d.ts +0 -27
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.d.ts.map +0 -1
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.js +0 -39
- package/lib/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterEditorState.d.ts +0 -36
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterEditorState.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterEditorState.js +0 -153
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterEditorState.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation.d.ts +0 -32
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation.js +0 -48
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Contain.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Contain.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Contain.js +0 -59
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Contain.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.js +0 -64
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWith.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWith.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWith.js +0 -59
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWith.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.js +0 -64
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Equal.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Equal.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Equal.js +0 -136
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Equal.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.js +0 -64
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.js +0 -64
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualColumn.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualColumn.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualColumn.js +0 -65
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualColumn.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThan.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThan.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThan.js +0 -67
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThan.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.js +0 -64
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.js +0 -67
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.js +0 -64
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNotNull.d.ts +0 -31
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNotNull.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNotNull.js +0 -64
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNotNull.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNull.d.ts +0 -31
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNull.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNull.js +0 -64
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNull.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThan.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThan.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThan.js +0 -67
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThan.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanColumn.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanColumn.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanColumn.js +0 -64
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanColumn.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.js +0 -67
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.js +0 -64
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotContain.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotContain.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotContain.js +0 -59
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotContain.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEndWith.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEndWith.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEndWith.js +0 -59
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEndWith.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqual.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqual.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqual.js +0 -69
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqual.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.js +0 -64
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.js +0 -64
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.js +0 -65
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotStartWith.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotStartWith.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotStartWith.js +0 -59
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotStartWith.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWith.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWith.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWith.js +0 -59
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWith.js.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.d.ts +0 -34
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.d.ts.map +0 -1
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.js +0 -64
- package/lib/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.js.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.d.ts +0 -37
- package/lib/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.d.ts.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.js +0 -68
- package/lib/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.js.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorColumnsPanelState.d.ts +0 -58
- package/lib/stores/dataCube/editor/DataCubeEditorColumnsPanelState.d.ts.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorColumnsPanelState.js +0 -127
- package/lib/stores/dataCube/editor/DataCubeEditorColumnsPanelState.js.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorColumnsSelectorState.d.ts +0 -42
- package/lib/stores/dataCube/editor/DataCubeEditorColumnsSelectorState.d.ts.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorColumnsSelectorState.js +0 -74
- package/lib/stores/dataCube/editor/DataCubeEditorColumnsSelectorState.js.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorGeneralPropertiesPanelState.d.ts +0 -35
- package/lib/stores/dataCube/editor/DataCubeEditorGeneralPropertiesPanelState.d.ts.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorGeneralPropertiesPanelState.js +0 -59
- package/lib/stores/dataCube/editor/DataCubeEditorGeneralPropertiesPanelState.js.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorHorizontalPivotsPanelState.d.ts +0 -43
- package/lib/stores/dataCube/editor/DataCubeEditorHorizontalPivotsPanelState.d.ts.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorHorizontalPivotsPanelState.js +0 -92
- package/lib/stores/dataCube/editor/DataCubeEditorHorizontalPivotsPanelState.js.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorMutableConfiguration.d.ts +0 -107
- package/lib/stores/dataCube/editor/DataCubeEditorMutableConfiguration.d.ts.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorMutableConfiguration.js +0 -467
- package/lib/stores/dataCube/editor/DataCubeEditorMutableConfiguration.js.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorPanelState.d.ts +0 -29
- package/lib/stores/dataCube/editor/DataCubeEditorPanelState.d.ts.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorPanelState.js.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorSortsPanelState.d.ts +0 -41
- package/lib/stores/dataCube/editor/DataCubeEditorSortsPanelState.d.ts.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorSortsPanelState.js +0 -77
- package/lib/stores/dataCube/editor/DataCubeEditorSortsPanelState.js.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorState.d.ts +0 -64
- package/lib/stores/dataCube/editor/DataCubeEditorState.d.ts.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorState.js +0 -156
- package/lib/stores/dataCube/editor/DataCubeEditorState.js.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorVerticalPivotsPanelState.d.ts +0 -35
- package/lib/stores/dataCube/editor/DataCubeEditorVerticalPivotsPanelState.d.ts.map +0 -1
- package/lib/stores/dataCube/editor/DataCubeEditorVerticalPivotsPanelState.js +0 -58
- package/lib/stores/dataCube/editor/DataCubeEditorVerticalPivotsPanelState.js.map +0 -1
- package/lib/stores/dataCube/extend/DataCubeColumnEditorState.d.ts +0 -61
- package/lib/stores/dataCube/extend/DataCubeColumnEditorState.d.ts.map +0 -1
- package/lib/stores/dataCube/extend/DataCubeColumnEditorState.js +0 -262
- package/lib/stores/dataCube/extend/DataCubeColumnEditorState.js.map +0 -1
- package/lib/stores/dataCube/extend/DataCubeExtendManagerState.d.ts +0 -46
- package/lib/stores/dataCube/extend/DataCubeExtendManagerState.d.ts.map +0 -1
- package/lib/stores/dataCube/extend/DataCubeExtendManagerState.js +0 -118
- package/lib/stores/dataCube/extend/DataCubeExtendManagerState.js.map +0 -1
- package/lib/stores/dataCube/filter/DataCubeFilterEditorState.d.ts +0 -61
- package/lib/stores/dataCube/filter/DataCubeFilterEditorState.d.ts.map +0 -1
- package/lib/stores/dataCube/filter/DataCubeFilterEditorState.js +0 -230
- package/lib/stores/dataCube/filter/DataCubeFilterEditorState.js.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridClientEngine.d.ts +0 -92
- package/lib/stores/dataCube/grid/DataCubeGridClientEngine.d.ts.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridClientEngine.js +0 -357
- package/lib/stores/dataCube/grid/DataCubeGridClientEngine.js.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridClientExportEngine.d.ts +0 -31
- package/lib/stores/dataCube/grid/DataCubeGridClientExportEngine.d.ts.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridClientExportEngine.js +0 -152
- package/lib/stores/dataCube/grid/DataCubeGridClientExportEngine.js.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridConfigurationBuilder.d.ts +0 -220
- package/lib/stores/dataCube/grid/DataCubeGridConfigurationBuilder.d.ts.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridConfigurationBuilder.js +0 -586
- package/lib/stores/dataCube/grid/DataCubeGridConfigurationBuilder.js.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridControllerState.d.ts +0 -88
- package/lib/stores/dataCube/grid/DataCubeGridControllerState.d.ts.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridControllerState.js +0 -325
- package/lib/stores/dataCube/grid/DataCubeGridControllerState.js.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridMenuBuilder.d.ts +0 -19
- package/lib/stores/dataCube/grid/DataCubeGridMenuBuilder.d.ts.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridMenuBuilder.js +0 -684
- package/lib/stores/dataCube/grid/DataCubeGridMenuBuilder.js.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridQueryBuilder.d.ts +0 -23
- package/lib/stores/dataCube/grid/DataCubeGridQueryBuilder.d.ts.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridQueryBuilder.js +0 -130
- package/lib/stores/dataCube/grid/DataCubeGridQueryBuilder.js.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotBuilder.d.ts +0 -27
- package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotBuilder.d.ts.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotBuilder.js +0 -60
- package/lib/stores/dataCube/grid/DataCubeGridQuerySnapshotBuilder.js.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridState.d.ts +0 -55
- package/lib/stores/dataCube/grid/DataCubeGridState.d.ts.map +0 -1
- package/lib/stores/dataCube/grid/DataCubeGridState.js +0 -114
- package/lib/stores/dataCube/grid/DataCubeGridState.js.map +0 -1
- package/src/__lib__/LegendREPLSetting.ts +0 -19
- package/src/application/LegendREPLDocumentation.ts +0 -22
- package/src/application/LegendREPLPluginManager.ts +0 -65
- package/src/components/Core_LegendREPLApplicationPlugin.tsx +0 -40
- package/src/components/LegendREPLFrameworkProvider.tsx +0 -52
- package/src/components/REPLStoreProvider.tsx +0 -63
- package/src/components/dataCube/DataCube.tsx +0 -157
- package/src/components/dataCube/editor/DataCubeEditor.tsx +0 -113
- package/src/components/dataCube/editor/DataCubeEditorColumnPropertiesPanel.tsx +0 -1209
- package/src/components/dataCube/editor/DataCubeEditorColumnsPanel.tsx +0 -121
- package/src/components/dataCube/editor/DataCubeEditorColumnsSelector.tsx +0 -596
- package/src/components/dataCube/editor/DataCubeEditorGeneralPropertiesPanel.tsx +0 -786
- package/src/components/dataCube/editor/DataCubeEditorHorizontalPivotsPanel.tsx +0 -61
- package/src/components/dataCube/editor/DataCubeEditorSortsPanel.tsx +0 -166
- package/src/components/dataCube/editor/DataCubeEditorVerticalPivotsPanel.tsx +0 -43
- package/src/components/dataCube/extend/DataCubeColumnEditor.tsx +0 -363
- package/src/components/dataCube/filter/DataCubeFilterEditor.tsx +0 -907
- package/src/components/dataCube/grid/DataCubeGrid.tsx +0 -385
- package/src/components/dataCube/grid/DataCubeGridShared.tsx +0 -45
- package/src/components/repl/Alert.tsx +0 -182
- package/src/components/repl/DocumentationPanel.tsx +0 -40
- package/src/components/repl/Form.tsx +0 -579
- package/src/components/repl/LayoutManager.tsx +0 -190
- package/src/components/repl/PureCodeEditor.tsx +0 -91
- package/src/components/repl/SettingsPanel.tsx +0 -207
- package/src/server/DataCubeQuery.ts +0 -130
- package/src/server/REPLEngine.ts +0 -110
- package/src/stores/LayoutManagerState.ts +0 -176
- package/src/stores/LegendREPLApplicationPlugin.ts +0 -39
- package/src/stores/LegendREPLBaseStore.ts +0 -34
- package/src/stores/REPLStore.tsx +0 -193
- package/src/stores/dataCube/DataCubeEngine.ts +0 -284
- package/src/stores/dataCube/DataCubeState.ts +0 -128
- package/src/stores/dataCube/core/DataCubeConfiguration.ts +0 -240
- package/src/stores/dataCube/core/DataCubeConfigurationBuilder.ts +0 -66
- package/src/stores/dataCube/core/DataCubeInfoState.ts +0 -61
- package/src/stores/dataCube/core/DataCubeQueryBuilder.ts +0 -296
- package/src/stores/dataCube/core/DataCubeQueryBuilderUtils.ts +0 -514
- package/src/stores/dataCube/core/DataCubeQueryEngine.ts +0 -327
- package/src/stores/dataCube/core/DataCubeQuerySnapshot.ts +0 -188
- package/src/stores/dataCube/core/DataCubeQuerySnapshotBuilder.ts +0 -411
- package/src/stores/dataCube/core/DataCubeQuerySnapshotBuilderUtils.ts +0 -197
- package/src/stores/dataCube/core/DataCubeQuerySnapshotManager.ts +0 -155
- package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation.ts +0 -47
- package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Average.tsx +0 -52
- package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Count.tsx +0 -61
- package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__First.tsx +0 -57
- package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.tsx +0 -81
- package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Last.tsx +0 -57
- package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Max.tsx +0 -52
- package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Min.tsx +0 -52
- package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.tsx +0 -55
- package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.tsx +0 -52
- package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Sum.tsx +0 -52
- package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.tsx +0 -57
- package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.tsx +0 -52
- package/src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.tsx +0 -52
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterEditorState.ts +0 -231
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation.ts +0 -96
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Contain.tsx +0 -88
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.tsx +0 -94
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWith.tsx +0 -88
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.tsx +0 -94
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Equal.tsx +0 -170
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.tsx +0 -94
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.tsx +0 -92
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualColumn.tsx +0 -93
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThan.tsx +0 -96
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.tsx +0 -92
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.tsx +0 -96
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.tsx +0 -92
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNotNull.tsx +0 -92
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNull.tsx +0 -89
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThan.tsx +0 -96
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanColumn.tsx +0 -92
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.tsx +0 -96
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.tsx +0 -92
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotContain.tsx +0 -91
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEndWith.tsx +0 -91
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqual.tsx +0 -101
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.tsx +0 -97
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.tsx +0 -95
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.tsx +0 -96
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotStartWith.tsx +0 -91
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWith.tsx +0 -88
- package/src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.tsx +0 -94
- package/src/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.ts +0 -111
- package/src/stores/dataCube/editor/DataCubeEditorColumnsPanelState.ts +0 -198
- package/src/stores/dataCube/editor/DataCubeEditorColumnsSelectorState.ts +0 -114
- package/src/stores/dataCube/editor/DataCubeEditorGeneralPropertiesPanelState.ts +0 -87
- package/src/stores/dataCube/editor/DataCubeEditorHorizontalPivotsPanelState.ts +0 -157
- package/src/stores/dataCube/editor/DataCubeEditorMutableConfiguration.ts +0 -677
- package/src/stores/dataCube/editor/DataCubeEditorPanelState.ts +0 -37
- package/src/stores/dataCube/editor/DataCubeEditorSortsPanelState.ts +0 -133
- package/src/stores/dataCube/editor/DataCubeEditorState.tsx +0 -208
- package/src/stores/dataCube/editor/DataCubeEditorVerticalPivotsPanelState.ts +0 -110
- package/src/stores/dataCube/extend/DataCubeColumnEditorState.tsx +0 -366
- package/src/stores/dataCube/extend/DataCubeExtendManagerState.tsx +0 -174
- package/src/stores/dataCube/filter/DataCubeFilterEditorState.tsx +0 -326
- package/src/stores/dataCube/grid/DataCubeGridClientEngine.ts +0 -501
- package/src/stores/dataCube/grid/DataCubeGridClientExportEngine.ts +0 -173
- package/src/stores/dataCube/grid/DataCubeGridConfigurationBuilder.tsx +0 -849
- package/src/stores/dataCube/grid/DataCubeGridControllerState.ts +0 -468
- package/src/stores/dataCube/grid/DataCubeGridMenuBuilder.tsx +0 -856
- package/src/stores/dataCube/grid/DataCubeGridQueryBuilder.ts +0 -195
- package/src/stores/dataCube/grid/DataCubeGridQuerySnapshotBuilder.ts +0 -103
- package/src/stores/dataCube/grid/DataCubeGridState.ts +0 -154
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
/**
|
|
3
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
import { action, computed, makeObservable, observable } from 'mobx';
|
|
18
|
-
import { DisplayState } from '../../LayoutManagerState.js';
|
|
19
|
-
import { DataCubeColumnCreator } from '../../../components/dataCube/extend/DataCubeColumnEditor.js';
|
|
20
|
-
import { editor as monacoEditorAPI, Uri } from 'monaco-editor';
|
|
21
|
-
import { ActionState, assertErrorThrown, guaranteeNonNullable, HttpStatus, NetworkClientError, uuid, } from '@finos/legend-shared';
|
|
22
|
-
import { buildExecutableQuery } from '../core/DataCubeQueryBuilder.js';
|
|
23
|
-
import { DataCubeColumnDataType, DataCubeColumnKind, DataCubeExtendedColumnType, DEFAULT_LAMBDA_VARIABLE_NAME, getDataType, } from '../core/DataCubeQueryEngine.js';
|
|
24
|
-
import { clearMarkers, CODE_EDITOR_LANGUAGE, setErrorMarkers, } from '@finos/legend-lego/code-editor';
|
|
25
|
-
import { PRIMITIVE_TYPE, V1_Lambda, V1_serializeValueSpecification, } from '@finos/legend-graph';
|
|
26
|
-
export class DataCubeNewColumnState {
|
|
27
|
-
uuid = uuid();
|
|
28
|
-
dataCube;
|
|
29
|
-
manager;
|
|
30
|
-
// NOTE: use UUID in the column name to prevent collision
|
|
31
|
-
// when parsing/compiling the expression
|
|
32
|
-
_name = `col_${this.uuid.replaceAll('-', '_')}`;
|
|
33
|
-
display;
|
|
34
|
-
validationState = ActionState.create();
|
|
35
|
-
finalizationState = ActionState.create();
|
|
36
|
-
name;
|
|
37
|
-
expectedType;
|
|
38
|
-
isGroupLevel;
|
|
39
|
-
columnKind;
|
|
40
|
-
code;
|
|
41
|
-
codePrefix;
|
|
42
|
-
codeSuffix;
|
|
43
|
-
editor;
|
|
44
|
-
editorModel;
|
|
45
|
-
editorModelUri;
|
|
46
|
-
codeError;
|
|
47
|
-
returnType;
|
|
48
|
-
constructor(manager, referenceColumn) {
|
|
49
|
-
makeObservable(this, {
|
|
50
|
-
name: observable,
|
|
51
|
-
setName: action,
|
|
52
|
-
isNameValid: computed,
|
|
53
|
-
expectedType: observable,
|
|
54
|
-
setExpectedType: action,
|
|
55
|
-
isTypeValid: computed,
|
|
56
|
-
isGroupLevel: observable,
|
|
57
|
-
columnKind: observable,
|
|
58
|
-
setColumnKind: action,
|
|
59
|
-
editor: observable.ref,
|
|
60
|
-
setEditor: action,
|
|
61
|
-
codeError: observable.ref,
|
|
62
|
-
showError: action,
|
|
63
|
-
clearError: action,
|
|
64
|
-
returnType: observable,
|
|
65
|
-
setReturnType: action,
|
|
66
|
-
});
|
|
67
|
-
this.manager = manager;
|
|
68
|
-
this.dataCube = manager.dataCube;
|
|
69
|
-
this.display = new DisplayState(this.dataCube.repl.layout, 'Add New Column', () => _jsx(DataCubeColumnCreator, { state: this }));
|
|
70
|
-
this.display.configuration.window = {
|
|
71
|
-
x: 50,
|
|
72
|
-
y: 50,
|
|
73
|
-
width: 500,
|
|
74
|
-
height: 300,
|
|
75
|
-
minWidth: 300,
|
|
76
|
-
minHeight: 200,
|
|
77
|
-
center: false,
|
|
78
|
-
};
|
|
79
|
-
this.name = `col_${manager.allColumnNames.length + 1}`;
|
|
80
|
-
this.expectedType = DataCubeColumnDataType.NUMBER;
|
|
81
|
-
this.isGroupLevel = false;
|
|
82
|
-
this.columnKind = DataCubeColumnKind.MEASURE;
|
|
83
|
-
this.code = `${DEFAULT_LAMBDA_VARIABLE_NAME}|`;
|
|
84
|
-
this.codePrefix = `->extend(~${this._name}:`;
|
|
85
|
-
this.codeSuffix = `)`;
|
|
86
|
-
if (referenceColumn) {
|
|
87
|
-
this.expectedType = getDataType(referenceColumn.type);
|
|
88
|
-
this.columnKind = referenceColumn.kind;
|
|
89
|
-
this.code = `${DEFAULT_LAMBDA_VARIABLE_NAME}|$${DEFAULT_LAMBDA_VARIABLE_NAME}.${referenceColumn.name}`;
|
|
90
|
-
}
|
|
91
|
-
this.editorModelUri = Uri.file(`/${this.uuid}.pure`);
|
|
92
|
-
this.editorModel = monacoEditorAPI.createModel(this.code, CODE_EDITOR_LANGUAGE.PURE, this.editorModelUri);
|
|
93
|
-
}
|
|
94
|
-
setName(value) {
|
|
95
|
-
this.name = value;
|
|
96
|
-
}
|
|
97
|
-
get isNameValid() {
|
|
98
|
-
return !this.manager.allColumnNames.includes(this.name);
|
|
99
|
-
}
|
|
100
|
-
setExpectedType(value) {
|
|
101
|
-
this.expectedType = value;
|
|
102
|
-
}
|
|
103
|
-
get isTypeValid() {
|
|
104
|
-
return (this.returnType !== undefined &&
|
|
105
|
-
this.expectedType === getDataType(this.returnType));
|
|
106
|
-
}
|
|
107
|
-
setColumnKind(isGroupLevel, columnKind) {
|
|
108
|
-
this.isGroupLevel = isGroupLevel;
|
|
109
|
-
this.columnKind = columnKind;
|
|
110
|
-
}
|
|
111
|
-
setCode(value) {
|
|
112
|
-
this.code = value;
|
|
113
|
-
}
|
|
114
|
-
setEditor(editor) {
|
|
115
|
-
this.editor = editor;
|
|
116
|
-
}
|
|
117
|
-
setReturnType(value) {
|
|
118
|
-
this.returnType = value;
|
|
119
|
-
}
|
|
120
|
-
showError(error) {
|
|
121
|
-
this.codeError = error;
|
|
122
|
-
if (error.sourceInformation) {
|
|
123
|
-
setErrorMarkers(this.editorModel, [
|
|
124
|
-
{
|
|
125
|
-
message: error.message,
|
|
126
|
-
startLineNumber: error.sourceInformation.startLine,
|
|
127
|
-
startColumn: error.sourceInformation.startColumn,
|
|
128
|
-
endLineNumber: error.sourceInformation.endLine,
|
|
129
|
-
endColumn: error.sourceInformation.endColumn,
|
|
130
|
-
},
|
|
131
|
-
], this.uuid);
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
clearError() {
|
|
135
|
-
this.codeError = undefined;
|
|
136
|
-
clearMarkers(this.uuid);
|
|
137
|
-
}
|
|
138
|
-
buildExtendBaseQuery() {
|
|
139
|
-
const currentSnapshot = guaranteeNonNullable(this.manager.getLatestSnapshot());
|
|
140
|
-
const snapshot = currentSnapshot.clone();
|
|
141
|
-
if (!this.isGroupLevel) {
|
|
142
|
-
snapshot.data.leafExtendedColumns = [];
|
|
143
|
-
snapshot.data.selectColumns = [];
|
|
144
|
-
snapshot.data.filter = undefined;
|
|
145
|
-
snapshot.data.groupBy = undefined;
|
|
146
|
-
snapshot.data.pivot = undefined;
|
|
147
|
-
}
|
|
148
|
-
snapshot.data.groupExtendedColumns = [];
|
|
149
|
-
snapshot.data.sortColumns = [];
|
|
150
|
-
snapshot.data.limit = undefined;
|
|
151
|
-
return buildExecutableQuery(snapshot, this.manager.dataCube.engine.filterOperations, this.manager.dataCube.engine.aggregateOperations);
|
|
152
|
-
}
|
|
153
|
-
async getReturnType() {
|
|
154
|
-
const baseQuery = this.buildExtendBaseQuery();
|
|
155
|
-
this.validationState.inProgress();
|
|
156
|
-
// properly reset the error state before revalidating
|
|
157
|
-
this.clearError();
|
|
158
|
-
this.setReturnType(undefined);
|
|
159
|
-
try {
|
|
160
|
-
const returnRelationType = await this.dataCube.engine.getQueryCodeRelationReturnType(this.codePrefix + this.code + this.codeSuffix, baseQuery);
|
|
161
|
-
let returnType = returnRelationType.columns.find((col) => col.name === this._name)?.type;
|
|
162
|
-
returnType =
|
|
163
|
-
returnType &&
|
|
164
|
-
Object.values(PRIMITIVE_TYPE).includes(returnType)
|
|
165
|
-
? returnType
|
|
166
|
-
: undefined;
|
|
167
|
-
this.setReturnType(returnType);
|
|
168
|
-
return returnType;
|
|
169
|
-
}
|
|
170
|
-
catch (err) {
|
|
171
|
-
assertErrorThrown(err);
|
|
172
|
-
if (err instanceof NetworkClientError &&
|
|
173
|
-
err.response.status === HttpStatus.BAD_REQUEST) {
|
|
174
|
-
this.validationState.fail();
|
|
175
|
-
// correct the source information since we added prefix to the code
|
|
176
|
-
// and reveal error in the editor
|
|
177
|
-
const error = err.payload;
|
|
178
|
-
if (error.sourceInformation) {
|
|
179
|
-
error.sourceInformation.startColumn -=
|
|
180
|
-
error.sourceInformation.startLine === 1
|
|
181
|
-
? this.codePrefix.length
|
|
182
|
-
: 0;
|
|
183
|
-
error.sourceInformation.endColumn -=
|
|
184
|
-
error.sourceInformation.endLine === 1 ? this.codePrefix.length : 0;
|
|
185
|
-
const fullRange = this.editorModel.getFullModelRange();
|
|
186
|
-
if (error.sourceInformation.startLine < 1 ||
|
|
187
|
-
(error.sourceInformation.startLine === 1 &&
|
|
188
|
-
error.sourceInformation.startColumn < 1) ||
|
|
189
|
-
error.sourceInformation.endLine > fullRange.endLineNumber ||
|
|
190
|
-
(error.sourceInformation.endLine === fullRange.endLineNumber &&
|
|
191
|
-
error.sourceInformation.endColumn > fullRange.endColumn)) {
|
|
192
|
-
error.sourceInformation.startColumn = fullRange.startColumn;
|
|
193
|
-
error.sourceInformation.startLine = fullRange.startLineNumber;
|
|
194
|
-
error.sourceInformation.endColumn = fullRange.endColumn;
|
|
195
|
-
error.sourceInformation.endLine = fullRange.endLineNumber;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
this.showError(err.payload);
|
|
199
|
-
return undefined;
|
|
200
|
-
}
|
|
201
|
-
this.dataCube.repl.alertError(err, {
|
|
202
|
-
message: `Expression Validation Failure: ${err.message}`,
|
|
203
|
-
});
|
|
204
|
-
}
|
|
205
|
-
finally {
|
|
206
|
-
this.validationState.complete();
|
|
207
|
-
}
|
|
208
|
-
return undefined;
|
|
209
|
-
}
|
|
210
|
-
async applyChanges() {
|
|
211
|
-
if (!this.validationState.hasCompleted ||
|
|
212
|
-
!this.isNameValid ||
|
|
213
|
-
!this.isTypeValid) {
|
|
214
|
-
return;
|
|
215
|
-
}
|
|
216
|
-
this.finalizationState.inProgress();
|
|
217
|
-
let query;
|
|
218
|
-
let returnType;
|
|
219
|
-
try {
|
|
220
|
-
[query, returnType] = await Promise.all([
|
|
221
|
-
this.dataCube.engine.parseQuery(this.code, false),
|
|
222
|
-
this.getReturnType(), // recompile to get the return type
|
|
223
|
-
]);
|
|
224
|
-
}
|
|
225
|
-
catch (error) {
|
|
226
|
-
assertErrorThrown(error);
|
|
227
|
-
this.dataCube.repl.alertError(error, {
|
|
228
|
-
message: `Expression Validation Failure: ${error.message}`,
|
|
229
|
-
});
|
|
230
|
-
return;
|
|
231
|
-
}
|
|
232
|
-
finally {
|
|
233
|
-
this.finalizationState.complete();
|
|
234
|
-
}
|
|
235
|
-
if (!(query instanceof V1_Lambda)) {
|
|
236
|
-
this.dataCube.repl.alertError(new Error(), {
|
|
237
|
-
message: `Expression Validation Failure: Expression must be a lambda.`,
|
|
238
|
-
});
|
|
239
|
-
return;
|
|
240
|
-
}
|
|
241
|
-
if (!returnType) {
|
|
242
|
-
this.dataCube.repl.alertError(new Error(), {
|
|
243
|
-
message: `Expression Validation Failure: Can't compute expression return type.`,
|
|
244
|
-
});
|
|
245
|
-
return;
|
|
246
|
-
}
|
|
247
|
-
this.manager.addNewColumn({
|
|
248
|
-
_type: DataCubeExtendedColumnType.SIMPLE,
|
|
249
|
-
name: this.name,
|
|
250
|
-
type: returnType,
|
|
251
|
-
lambda: V1_serializeValueSpecification(query, []),
|
|
252
|
-
}, this.isGroupLevel, this.columnKind, this);
|
|
253
|
-
this.close();
|
|
254
|
-
}
|
|
255
|
-
close() {
|
|
256
|
-
// dispose the editor and its model to avoid memory leak
|
|
257
|
-
this.editorModel.dispose();
|
|
258
|
-
this.editor?.dispose();
|
|
259
|
-
this.display.close();
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
//# sourceMappingURL=DataCubeColumnEditorState.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeColumnEditorState.js","sourceRoot":"","sources":["../../../../src/stores/dataCube/extend/DataCubeColumnEditorState.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,46 +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 DataCubeQuerySnapshot, type DataCubeQuerySnapshotColumn, type DataCubeQuerySnapshotExtendedColumn } from '../core/DataCubeQuerySnapshot.js';
|
|
17
|
-
import type { DataCubeState } from '../DataCubeState.js';
|
|
18
|
-
import { DataCubeQuerySnapshotController } from '../core/DataCubeQuerySnapshotManager.js';
|
|
19
|
-
import { type DataCubeColumnConfiguration, DataCubeConfiguration } from '../core/DataCubeConfiguration.js';
|
|
20
|
-
import { DataCubeNewColumnState } from './DataCubeColumnEditorState.js';
|
|
21
|
-
import { DataCubeColumnKind } from '../core/DataCubeQueryEngine.js';
|
|
22
|
-
export declare class DataCubeQueryExtendedColumnState {
|
|
23
|
-
name: string;
|
|
24
|
-
type: string;
|
|
25
|
-
data: DataCubeQuerySnapshotExtendedColumn;
|
|
26
|
-
constructor(data: DataCubeQuerySnapshotExtendedColumn);
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* This query editor state backs the form editor for extend columns, i.e. creating new columns.
|
|
30
|
-
*/
|
|
31
|
-
export declare class DataCubeExtendManagerState extends DataCubeQuerySnapshotController {
|
|
32
|
-
configuration: DataCubeConfiguration;
|
|
33
|
-
columnConfigurations: DataCubeColumnConfiguration[];
|
|
34
|
-
selectedColumns: DataCubeQuerySnapshotColumn[];
|
|
35
|
-
sourceColumns: DataCubeQuerySnapshotColumn[];
|
|
36
|
-
leafExtendedColumns: DataCubeQueryExtendedColumnState[];
|
|
37
|
-
groupExtendedColumns: DataCubeQueryExtendedColumnState[];
|
|
38
|
-
newColumnEditors: DataCubeNewColumnState[];
|
|
39
|
-
constructor(dataCube: DataCubeState);
|
|
40
|
-
get allColumnNames(): string[];
|
|
41
|
-
openNewColumnEditor(referenceColumn?: DataCubeColumnConfiguration | undefined): void;
|
|
42
|
-
addNewColumn<T extends DataCubeQuerySnapshotExtendedColumn>(column: T, isGroupLevel: boolean, columnKind: DataCubeColumnKind | undefined, editor: DataCubeNewColumnState): void;
|
|
43
|
-
applySnapshot(snapshot: DataCubeQuerySnapshot, previousSnapshot: DataCubeQuerySnapshot | undefined): Promise<void>;
|
|
44
|
-
applyChanges(): void;
|
|
45
|
-
}
|
|
46
|
-
//# sourceMappingURL=DataCubeExtendManagerState.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeExtendManagerState.d.ts","sourceRoot":"","sources":["../../../../src/stores/dataCube/extend/DataCubeExtendManagerState.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAEL,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,EAChC,KAAK,mCAAmC,EACzC,MAAM,kCAAkC,CAAC;AAE1C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EACL,KAAK,2BAA2B,EAChC,qBAAqB,EACtB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAGpE,qBAAa,gCAAgC;IAC3C,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,mCAAmC,CAAC;gBAE9B,IAAI,EAAE,mCAAmC;CAUtD;AAED;;GAEG;AACH,qBAAa,0BAA2B,SAAQ,+BAA+B;IAC7E,aAAa,wBAA+B;IAE5C,oBAAoB,EAAE,2BAA2B,EAAE,CAAM;IACzD,eAAe,EAAE,2BAA2B,EAAE,CAAM;IACpD,aAAa,EAAE,2BAA2B,EAAE,CAAM;IAElD,mBAAmB,EAAE,gCAAgC,EAAE,CAAM;IAC7D,oBAAoB,EAAE,gCAAgC,EAAE,CAAM;IAE9D,gBAAgB,EAAE,sBAAsB,EAAE,CAAM;gBAGpC,QAAQ,EAAE,aAAa;IAmBnC,IAAI,cAAc,IAAI,MAAM,EAAE,CAM7B;IAED,mBAAmB,CACjB,eAAe,CAAC,EAAE,2BAA2B,GAAG,SAAS;IAO3D,YAAY,CAAC,CAAC,SAAS,mCAAmC,EACxD,MAAM,EAAE,CAAC,EACT,YAAY,EAAE,OAAO,EACrB,UAAU,EAAE,kBAAkB,GAAG,SAAS,EAC1C,MAAM,EAAE,sBAAsB;IAmBjB,aAAa,CAC1B,QAAQ,EAAE,qBAAqB,EAC/B,gBAAgB,EAAE,qBAAqB,GAAG,SAAS,GAClD,OAAO,CAAC,IAAI,CAAC;IAoBhB,YAAY;CAyBb"}
|
|
@@ -1,118 +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, computed, makeObservable, observable } from 'mobx';
|
|
17
|
-
import { _toCol, } from '../core/DataCubeQuerySnapshot.js';
|
|
18
|
-
import { deleteEntry, guaranteeNonNullable, noop } from '@finos/legend-shared';
|
|
19
|
-
import { DataCubeQuerySnapshotController } from '../core/DataCubeQuerySnapshotManager.js';
|
|
20
|
-
import { DataCubeConfiguration, } from '../core/DataCubeConfiguration.js';
|
|
21
|
-
import { DataCubeNewColumnState } from './DataCubeColumnEditorState.js';
|
|
22
|
-
import { DataCubeColumnKind } from '../core/DataCubeQueryEngine.js';
|
|
23
|
-
import { buildDefaultColumnConfiguration } from '../core/DataCubeConfigurationBuilder.js';
|
|
24
|
-
export class DataCubeQueryExtendedColumnState {
|
|
25
|
-
name;
|
|
26
|
-
type;
|
|
27
|
-
data;
|
|
28
|
-
constructor(data) {
|
|
29
|
-
makeObservable(this, {
|
|
30
|
-
name: observable,
|
|
31
|
-
type: observable,
|
|
32
|
-
});
|
|
33
|
-
this.name = data.name;
|
|
34
|
-
this.type = data.type;
|
|
35
|
-
this.data = data;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* This query editor state backs the form editor for extend columns, i.e. creating new columns.
|
|
40
|
-
*/
|
|
41
|
-
export class DataCubeExtendManagerState extends DataCubeQuerySnapshotController {
|
|
42
|
-
configuration = new DataCubeConfiguration();
|
|
43
|
-
columnConfigurations = [];
|
|
44
|
-
selectedColumns = [];
|
|
45
|
-
sourceColumns = [];
|
|
46
|
-
leafExtendedColumns = [];
|
|
47
|
-
groupExtendedColumns = [];
|
|
48
|
-
newColumnEditors = [];
|
|
49
|
-
// TODO: existingColumnEditors
|
|
50
|
-
constructor(dataCube) {
|
|
51
|
-
super(dataCube);
|
|
52
|
-
makeObservable(this, {
|
|
53
|
-
columnConfigurations: observable.struct,
|
|
54
|
-
selectedColumns: observable.struct,
|
|
55
|
-
sourceColumns: observable.ref,
|
|
56
|
-
leafExtendedColumns: observable,
|
|
57
|
-
groupExtendedColumns: observable,
|
|
58
|
-
allColumnNames: computed,
|
|
59
|
-
addNewColumn: action,
|
|
60
|
-
applySnapshot: action,
|
|
61
|
-
});
|
|
62
|
-
}
|
|
63
|
-
get allColumnNames() {
|
|
64
|
-
return [
|
|
65
|
-
...this.sourceColumns,
|
|
66
|
-
...this.leafExtendedColumns,
|
|
67
|
-
...this.groupExtendedColumns,
|
|
68
|
-
].map((col) => col.name);
|
|
69
|
-
}
|
|
70
|
-
openNewColumnEditor(referenceColumn) {
|
|
71
|
-
const editor = new DataCubeNewColumnState(this, referenceColumn);
|
|
72
|
-
this.newColumnEditors.push(editor);
|
|
73
|
-
editor.display.open();
|
|
74
|
-
}
|
|
75
|
-
addNewColumn(column, isGroupLevel, columnKind, editor) {
|
|
76
|
-
(isGroupLevel ? this.groupExtendedColumns : this.leafExtendedColumns).push(new DataCubeQueryExtendedColumnState(column));
|
|
77
|
-
const columnConfiguration = buildDefaultColumnConfiguration(column);
|
|
78
|
-
if (columnKind) {
|
|
79
|
-
columnConfiguration.kind = columnKind;
|
|
80
|
-
columnConfiguration.excludedFromHorizontalPivot =
|
|
81
|
-
columnKind === DataCubeColumnKind.DIMENSION;
|
|
82
|
-
}
|
|
83
|
-
this.columnConfigurations.push(columnConfiguration);
|
|
84
|
-
deleteEntry(this.newColumnEditors, editor);
|
|
85
|
-
this.selectedColumns.push(_toCol(column));
|
|
86
|
-
this.applyChanges();
|
|
87
|
-
}
|
|
88
|
-
async applySnapshot(snapshot, previousSnapshot) {
|
|
89
|
-
this.configuration = DataCubeConfiguration.serialization.fromJson(snapshot.data.configuration);
|
|
90
|
-
this.columnConfigurations = this.configuration.columns;
|
|
91
|
-
this.sourceColumns = snapshot.data.sourceColumns;
|
|
92
|
-
this.leafExtendedColumns = snapshot.data.leafExtendedColumns.map((col) => new DataCubeQueryExtendedColumnState(col));
|
|
93
|
-
this.groupExtendedColumns = snapshot.data.groupExtendedColumns.map((col) => new DataCubeQueryExtendedColumnState(col));
|
|
94
|
-
// trigger re-compile in each existing column editor as the base query has changed
|
|
95
|
-
this.newColumnEditors.forEach((editor) => {
|
|
96
|
-
editor.getReturnType().catch(noop());
|
|
97
|
-
});
|
|
98
|
-
// TODO: existingColumnEditors
|
|
99
|
-
}
|
|
100
|
-
applyChanges() {
|
|
101
|
-
const baseSnapshot = guaranteeNonNullable(this.getLatestSnapshot());
|
|
102
|
-
const newSnapshot = baseSnapshot.clone();
|
|
103
|
-
newSnapshot.data.configuration = {
|
|
104
|
-
...baseSnapshot.data.configuration,
|
|
105
|
-
columns: this.columnConfigurations,
|
|
106
|
-
};
|
|
107
|
-
newSnapshot.data.leafExtendedColumns = this.leafExtendedColumns.map((col) => col.data);
|
|
108
|
-
newSnapshot.data.groupExtendedColumns = this.groupExtendedColumns.map((col) => col.data);
|
|
109
|
-
newSnapshot.data.selectColumns = [...this.selectedColumns];
|
|
110
|
-
// TODO: support edition, so v-pivots/h-pivots or column configuration that
|
|
111
|
-
// depends on columns with name/type changed should be updated
|
|
112
|
-
newSnapshot.finalize();
|
|
113
|
-
if (newSnapshot.hashCode !== baseSnapshot.hashCode) {
|
|
114
|
-
this.publishSnapshot(newSnapshot);
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
//# sourceMappingURL=DataCubeExtendManagerState.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeExtendManagerState.js","sourceRoot":"","sources":["../../../../src/stores/dataCube/extend/DataCubeExtendManagerState.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,61 +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 { DataCubeQuerySnapshot } from '../core/DataCubeQuerySnapshot.js';
|
|
17
|
-
import type { DataCubeState } from '../DataCubeState.js';
|
|
18
|
-
import { type DataCubeFilterEditorTree, type DataCubeFilterEditorTreeNode, DataCubeFilterEditorConditionGroupTreeNode } from '../core/filter/DataCubeQueryFilterEditorState.js';
|
|
19
|
-
import { DataCubeQuerySnapshotController } from '../core/DataCubeQuerySnapshotManager.js';
|
|
20
|
-
import { type DataCubeColumnConfiguration } from '../core/DataCubeConfiguration.js';
|
|
21
|
-
import { DisplayState } from '../../LayoutManagerState.js';
|
|
22
|
-
/**
|
|
23
|
-
* This query editor state backs the form editor for filter. It batches changes made
|
|
24
|
-
* to the filter in the form editor.
|
|
25
|
-
*/
|
|
26
|
-
export declare class DataCubeFilterEditorState extends DataCubeQuerySnapshotController {
|
|
27
|
-
readonly display: DisplayState;
|
|
28
|
-
tree: DataCubeFilterEditorTree;
|
|
29
|
-
selectedNode?: DataCubeFilterEditorTreeNode | undefined;
|
|
30
|
-
columns: DataCubeColumnConfiguration[];
|
|
31
|
-
constructor(dataCube: DataCubeState);
|
|
32
|
-
initializeTree(): void;
|
|
33
|
-
refreshTree(): void;
|
|
34
|
-
get selectedGroupNode(): DataCubeFilterEditorConditionGroupTreeNode | undefined;
|
|
35
|
-
setSelectedNode(node: DataCubeFilterEditorTreeNode | undefined): void;
|
|
36
|
-
private generateNewFilterNode;
|
|
37
|
-
/**
|
|
38
|
-
* Add a new filter condition node just after the specified filter node.
|
|
39
|
-
* The added node is a clone of the specified node to make the filter's overall match unaffected,
|
|
40
|
-
* except if the specified node is a group node, then a new (default) condition will be added.
|
|
41
|
-
*/
|
|
42
|
-
addFilterNode(baseNode: DataCubeFilterEditorTreeNode): void;
|
|
43
|
-
/**
|
|
44
|
-
* Remove the specified filter node.
|
|
45
|
-
* If its parent node has just one child, then flatten the parent node if:
|
|
46
|
-
* 1. parent node is not the root node and has exactly one child left
|
|
47
|
-
* 2. OR parent node is the root node and has no child left, in this case,
|
|
48
|
-
* flattening means completely remove the filter tree
|
|
49
|
-
*/
|
|
50
|
-
removeFilterNode(nodeToRemove: DataCubeFilterEditorTreeNode): void;
|
|
51
|
-
/**
|
|
52
|
-
* Replace the specified filter node with a group which contains
|
|
53
|
-
* the specified node and a new condition node.
|
|
54
|
-
* The added node is a clone of the specified node to make the filter's overall match unaffected,
|
|
55
|
-
* except if the specified node is a group node, then a new (default) condition will be added.
|
|
56
|
-
*/
|
|
57
|
-
layerFilterNode(baseNode: DataCubeFilterEditorTreeNode): void;
|
|
58
|
-
applySnapshot(snapshot: DataCubeQuerySnapshot, previousSnapshot: DataCubeQuerySnapshot | undefined): Promise<void>;
|
|
59
|
-
applyChanges(): void;
|
|
60
|
-
}
|
|
61
|
-
//# sourceMappingURL=DataCubeFilterEditorState.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeFilterEditorState.d.ts","sourceRoot":"","sources":["../../../../src/stores/dataCube/filter/DataCubeFilterEditorState.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAOH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAM9E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EACL,KAAK,wBAAwB,EAC7B,KAAK,4BAA4B,EACjC,0CAA0C,EAI3C,MAAM,kDAAkD,CAAC;AAC1D,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAEL,KAAK,2BAA2B,EACjC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAG3D;;;GAGG;AACH,qBAAa,yBAA0B,SAAQ,+BAA+B;IAC5E,QAAQ,CAAC,OAAO,EAAE,YAAY,CAAC;IAE/B,IAAI,EAAE,wBAAwB,CAAC;IAC/B,YAAY,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IACxD,OAAO,EAAE,2BAA2B,EAAE,CAAM;gBAEhC,QAAQ,EAAE,aAAa;IAsCnC,cAAc;IAkBd,WAAW;IAIX,IAAI,iBAAiB,IACjB,0CAA0C,GAC1C,SAAS,CAKZ;IAED,eAAe,CAAC,IAAI,EAAE,4BAA4B,GAAG,SAAS;IAI9D,OAAO,CAAC,qBAAqB;IA+B7B;;;;OAIG;IACH,aAAa,CAAC,QAAQ,EAAE,4BAA4B;IAkBpD;;;;;;OAMG;IACH,gBAAgB,CAAC,YAAY,EAAE,4BAA4B;IA2D3D;;;;;OAKG;IACH,eAAe,CAAC,QAAQ,EAAE,4BAA4B;IA8BvC,aAAa,CAC1B,QAAQ,EAAE,qBAAqB,EAC/B,gBAAgB,EAAE,qBAAqB,GAAG,SAAS,GAClD,OAAO,CAAC,IAAI,CAAC;IAyBhB,YAAY;CAab"}
|