@finos/legend-application-repl 0.0.60 → 1.0.1
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 -119
- 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 -177
- 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
package/tsconfig.json
CHANGED
|
@@ -49,119 +49,14 @@
|
|
|
49
49
|
}
|
|
50
50
|
],
|
|
51
51
|
"files": [
|
|
52
|
-
"./src/__lib__/LegendREPLEvent.ts",
|
|
53
|
-
"./src/__lib__/LegendREPLSetting.ts",
|
|
54
52
|
"./src/application/LegendREPLApplicationConfig.ts",
|
|
55
|
-
"./src/application/
|
|
56
|
-
"./src/
|
|
57
|
-
"./src/
|
|
58
|
-
"./src/
|
|
59
|
-
"./src/server/REPLServerClient.ts",
|
|
60
|
-
"./src/stores/LayoutManagerState.ts",
|
|
61
|
-
"./src/stores/LegendREPLApplicationPlugin.ts",
|
|
62
|
-
"./src/stores/LegendREPLBaseStore.ts",
|
|
63
|
-
"./src/stores/dataCube/DataCubeEngine.ts",
|
|
64
|
-
"./src/stores/dataCube/DataCubeState.ts",
|
|
65
|
-
"./src/stores/dataCube/core/DataCubeConfiguration.ts",
|
|
66
|
-
"./src/stores/dataCube/core/DataCubeConfigurationBuilder.ts",
|
|
67
|
-
"./src/stores/dataCube/core/DataCubeInfoState.ts",
|
|
68
|
-
"./src/stores/dataCube/core/DataCubeQueryBuilder.ts",
|
|
69
|
-
"./src/stores/dataCube/core/DataCubeQueryBuilderUtils.ts",
|
|
70
|
-
"./src/stores/dataCube/core/DataCubeQueryEngine.ts",
|
|
71
|
-
"./src/stores/dataCube/core/DataCubeQuerySnapshot.ts",
|
|
72
|
-
"./src/stores/dataCube/core/DataCubeQuerySnapshotBuilder.ts",
|
|
73
|
-
"./src/stores/dataCube/core/DataCubeQuerySnapshotBuilderUtils.ts",
|
|
74
|
-
"./src/stores/dataCube/core/DataCubeQuerySnapshotManager.ts",
|
|
75
|
-
"./src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation.ts",
|
|
76
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterEditorState.ts",
|
|
77
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation.ts",
|
|
78
|
-
"./src/stores/dataCube/editor/DataCubeEditorColumnPropertiesPanelState.ts",
|
|
79
|
-
"./src/stores/dataCube/editor/DataCubeEditorColumnsPanelState.ts",
|
|
80
|
-
"./src/stores/dataCube/editor/DataCubeEditorColumnsSelectorState.ts",
|
|
81
|
-
"./src/stores/dataCube/editor/DataCubeEditorGeneralPropertiesPanelState.ts",
|
|
82
|
-
"./src/stores/dataCube/editor/DataCubeEditorHorizontalPivotsPanelState.ts",
|
|
83
|
-
"./src/stores/dataCube/editor/DataCubeEditorMutableConfiguration.ts",
|
|
84
|
-
"./src/stores/dataCube/editor/DataCubeEditorPanelState.ts",
|
|
85
|
-
"./src/stores/dataCube/editor/DataCubeEditorSortsPanelState.ts",
|
|
86
|
-
"./src/stores/dataCube/editor/DataCubeEditorVerticalPivotsPanelState.ts",
|
|
87
|
-
"./src/stores/dataCube/grid/DataCubeGridClientEngine.ts",
|
|
88
|
-
"./src/stores/dataCube/grid/DataCubeGridClientExportEngine.ts",
|
|
89
|
-
"./src/stores/dataCube/grid/DataCubeGridControllerState.ts",
|
|
90
|
-
"./src/stores/dataCube/grid/DataCubeGridQueryBuilder.ts",
|
|
91
|
-
"./src/stores/dataCube/grid/DataCubeGridQuerySnapshotBuilder.ts",
|
|
92
|
-
"./src/stores/dataCube/grid/DataCubeGridState.ts",
|
|
53
|
+
"./src/application/LegendREPLApplicationStore.ts",
|
|
54
|
+
"./src/stores/LegendREPLDataCubeApplicationEngine.ts",
|
|
55
|
+
"./src/stores/LegendREPLDataCubeEngine.ts",
|
|
56
|
+
"./src/stores/LegendREPLServerClient.ts",
|
|
93
57
|
"./src/index.tsx",
|
|
94
58
|
"./src/application/LegendREPL.tsx",
|
|
95
|
-
"./src/components/
|
|
96
|
-
"./src/components/LegendREPLApplication.tsx",
|
|
97
|
-
"./src/components/LegendREPLFrameworkProvider.tsx",
|
|
98
|
-
"./src/components/REPLStoreProvider.tsx",
|
|
99
|
-
"./src/components/dataCube/DataCube.tsx",
|
|
100
|
-
"./src/components/dataCube/editor/DataCubeEditor.tsx",
|
|
101
|
-
"./src/components/dataCube/editor/DataCubeEditorColumnPropertiesPanel.tsx",
|
|
102
|
-
"./src/components/dataCube/editor/DataCubeEditorColumnsPanel.tsx",
|
|
103
|
-
"./src/components/dataCube/editor/DataCubeEditorColumnsSelector.tsx",
|
|
104
|
-
"./src/components/dataCube/editor/DataCubeEditorGeneralPropertiesPanel.tsx",
|
|
105
|
-
"./src/components/dataCube/editor/DataCubeEditorHorizontalPivotsPanel.tsx",
|
|
106
|
-
"./src/components/dataCube/editor/DataCubeEditorSortsPanel.tsx",
|
|
107
|
-
"./src/components/dataCube/editor/DataCubeEditorVerticalPivotsPanel.tsx",
|
|
108
|
-
"./src/components/dataCube/extend/DataCubeColumnEditor.tsx",
|
|
109
|
-
"./src/components/dataCube/filter/DataCubeFilterEditor.tsx",
|
|
110
|
-
"./src/components/dataCube/grid/DataCubeGrid.tsx",
|
|
111
|
-
"./src/components/dataCube/grid/DataCubeGridShared.tsx",
|
|
112
|
-
"./src/components/repl/Alert.tsx",
|
|
113
|
-
"./src/components/repl/DocumentationPanel.tsx",
|
|
114
|
-
"./src/components/repl/Form.tsx",
|
|
115
|
-
"./src/components/repl/LayoutManager.tsx",
|
|
116
|
-
"./src/components/repl/PureCodeEditor.tsx",
|
|
117
|
-
"./src/components/repl/SettingsPanel.tsx",
|
|
118
|
-
"./src/stores/REPLStore.tsx",
|
|
119
|
-
"./src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Average.tsx",
|
|
120
|
-
"./src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Count.tsx",
|
|
121
|
-
"./src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__First.tsx",
|
|
122
|
-
"./src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.tsx",
|
|
123
|
-
"./src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Last.tsx",
|
|
124
|
-
"./src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Max.tsx",
|
|
125
|
-
"./src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Min.tsx",
|
|
126
|
-
"./src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.tsx",
|
|
127
|
-
"./src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.tsx",
|
|
128
|
-
"./src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__Sum.tsx",
|
|
129
|
-
"./src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.tsx",
|
|
130
|
-
"./src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.tsx",
|
|
131
|
-
"./src/stores/dataCube/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.tsx",
|
|
132
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Contain.tsx",
|
|
133
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.tsx",
|
|
134
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWith.tsx",
|
|
135
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.tsx",
|
|
136
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__Equal.tsx",
|
|
137
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.tsx",
|
|
138
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.tsx",
|
|
139
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__EqualColumn.tsx",
|
|
140
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThan.tsx",
|
|
141
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.tsx",
|
|
142
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.tsx",
|
|
143
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.tsx",
|
|
144
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNotNull.tsx",
|
|
145
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__IsNull.tsx",
|
|
146
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThan.tsx",
|
|
147
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanColumn.tsx",
|
|
148
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.tsx",
|
|
149
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.tsx",
|
|
150
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotContain.tsx",
|
|
151
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEndWith.tsx",
|
|
152
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqual.tsx",
|
|
153
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.tsx",
|
|
154
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.tsx",
|
|
155
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.tsx",
|
|
156
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__NotStartWith.tsx",
|
|
157
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWith.tsx",
|
|
158
|
-
"./src/stores/dataCube/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.tsx",
|
|
159
|
-
"./src/stores/dataCube/editor/DataCubeEditorState.tsx",
|
|
160
|
-
"./src/stores/dataCube/extend/DataCubeColumnEditorState.tsx",
|
|
161
|
-
"./src/stores/dataCube/extend/DataCubeExtendManagerState.tsx",
|
|
162
|
-
"./src/stores/dataCube/filter/DataCubeFilterEditorState.tsx",
|
|
163
|
-
"./src/stores/dataCube/grid/DataCubeGridConfigurationBuilder.tsx",
|
|
164
|
-
"./src/stores/dataCube/grid/DataCubeGridMenuBuilder.tsx"
|
|
59
|
+
"./src/components/LegendREPLApplication.tsx"
|
|
165
60
|
],
|
|
166
61
|
"include": [
|
|
167
62
|
"src/**/*.ts",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendREPLEvent.d.ts","sourceRoot":"","sources":["../../src/__lib__/LegendREPLEvent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,gBAAgB;IAC1B,iBAAiB,2BAA2B;IAC5C,wBAAwB,mCAAmC;CAC5D"}
|
|
@@ -1,21 +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
|
-
export var ApplicationEvent;
|
|
17
|
-
(function (ApplicationEvent) {
|
|
18
|
-
ApplicationEvent["FETCH_TDS_FAILURE"] = "repl.fetch-tds.failure";
|
|
19
|
-
ApplicationEvent["BUILD_TDS_EQUEST_FAILURE"] = "repl.build-tds-request.failure";
|
|
20
|
-
})(ApplicationEvent || (ApplicationEvent = {}));
|
|
21
|
-
//# sourceMappingURL=LegendREPLEvent.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendREPLEvent.js","sourceRoot":"","sources":["../../src/__lib__/LegendREPLEvent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,gEAA4C,CAAA;IAC5C,+EAA2D,CAAA;AAC7D,CAAC,EAHW,gBAAgB,KAAhB,gBAAgB,QAG3B"}
|
|
@@ -1,19 +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
|
-
export declare enum SettingsKey {
|
|
17
|
-
PAGINATION = "application.pagination.enabled"
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=LegendREPLSetting.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendREPLSetting.d.ts","sourceRoot":"","sources":["../../src/__lib__/LegendREPLSetting.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,WAAW;IACrB,UAAU,mCAAmC;CAC9C"}
|
|
@@ -1,20 +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
|
-
export var SettingsKey;
|
|
17
|
-
(function (SettingsKey) {
|
|
18
|
-
SettingsKey["PAGINATION"] = "application.pagination.enabled";
|
|
19
|
-
})(SettingsKey || (SettingsKey = {}));
|
|
20
|
-
//# sourceMappingURL=LegendREPLSetting.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendREPLSetting.js","sourceRoot":"","sources":["../../src/__lib__/LegendREPLSetting.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,WAEX;AAFD,WAAY,WAAW;IACrB,4DAA6C,CAAA;AAC/C,CAAC,EAFW,WAAW,KAAX,WAAW,QAEtB"}
|
|
@@ -1,22 +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
|
-
export declare enum DocumentationKey {
|
|
17
|
-
DATA_CUBE_EXTENDED_COLUMN_LEVELS = "data-cube.extended-column.levels",
|
|
18
|
-
DATA_CUBE_COLUMN_KINDS = "data-cube.column.kinds",
|
|
19
|
-
DATA_CUBE_COLUMN_DISPLAY_AS_LINK = "data-cube.column.display-as-link",
|
|
20
|
-
DATA_CUBE_COLUMN_MISSING_VALUE_FORMAT = "data-cube.column.missing-value-format"
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=LegendREPLDocumentation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendREPLDocumentation.d.ts","sourceRoot":"","sources":["../../src/application/LegendREPLDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,gBAAgB;IAC1B,gCAAgC,qCAAqC;IACrE,sBAAsB,2BAA2B;IACjD,gCAAgC,qCAAqC;IACrE,qCAAqC,0CAA0C;CAChF"}
|
|
@@ -1,23 +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
|
-
export var DocumentationKey;
|
|
17
|
-
(function (DocumentationKey) {
|
|
18
|
-
DocumentationKey["DATA_CUBE_EXTENDED_COLUMN_LEVELS"] = "data-cube.extended-column.levels";
|
|
19
|
-
DocumentationKey["DATA_CUBE_COLUMN_KINDS"] = "data-cube.column.kinds";
|
|
20
|
-
DocumentationKey["DATA_CUBE_COLUMN_DISPLAY_AS_LINK"] = "data-cube.column.display-as-link";
|
|
21
|
-
DocumentationKey["DATA_CUBE_COLUMN_MISSING_VALUE_FORMAT"] = "data-cube.column.missing-value-format";
|
|
22
|
-
})(DocumentationKey || (DocumentationKey = {}));
|
|
23
|
-
//# sourceMappingURL=LegendREPLDocumentation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendREPLDocumentation.js","sourceRoot":"","sources":["../../src/application/LegendREPLDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,yFAAqE,CAAA;IACrE,qEAAiD,CAAA;IACjD,yFAAqE,CAAA;IACrE,mGAA+E,CAAA;AACjF,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B"}
|
|
@@ -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 { GraphManagerPluginManager, PureGraphManagerPlugin, PureGraphPlugin, PureProtocolProcessorPlugin } from '@finos/legend-graph';
|
|
17
|
-
import { LegendApplicationPluginManager } from '@finos/legend-application';
|
|
18
|
-
import type { LegendREPLApplicationPlugin } from '../stores/LegendREPLApplicationPlugin.js';
|
|
19
|
-
export declare class LegendREPLPluginManager extends LegendApplicationPluginManager<LegendREPLApplicationPlugin> implements GraphManagerPluginManager {
|
|
20
|
-
private pureProtocolProcessorPlugins;
|
|
21
|
-
private pureGraphManagerPlugins;
|
|
22
|
-
private pureGraphPlugins;
|
|
23
|
-
private constructor();
|
|
24
|
-
static create(): LegendREPLPluginManager;
|
|
25
|
-
registerPureProtocolProcessorPlugin(plugin: PureProtocolProcessorPlugin): void;
|
|
26
|
-
registerPureGraphManagerPlugin(plugin: PureGraphManagerPlugin): void;
|
|
27
|
-
registerPureGraphPlugin(plugin: PureGraphPlugin): void;
|
|
28
|
-
getPureGraphManagerPlugins(): PureGraphManagerPlugin[];
|
|
29
|
-
getPureProtocolProcessorPlugins(): PureProtocolProcessorPlugin[];
|
|
30
|
-
getPureGraphPlugins(): PureGraphPlugin[];
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=LegendREPLPluginManager.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendREPLPluginManager.d.ts","sourceRoot":"","sources":["../../src/application/LegendREPLPluginManager.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EACV,yBAAyB,EACzB,sBAAsB,EACtB,eAAe,EACf,2BAA2B,EAC5B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AAC3E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,0CAA0C,CAAC;AAE5F,qBAAa,uBACX,SAAQ,8BAA8B,CAAC,2BAA2B,CAClE,YAAW,yBAAyB;IAEpC,OAAO,CAAC,4BAA4B,CAAqC;IACzE,OAAO,CAAC,uBAAuB,CAAgC;IAC/D,OAAO,CAAC,gBAAgB,CAAyB;IAEjD,OAAO;IAIP,MAAM,CAAC,MAAM;IAIb,mCAAmC,CAAC,MAAM,EAAE,2BAA2B;IAIvE,8BAA8B,CAAC,MAAM,EAAE,sBAAsB;IAI7D,uBAAuB,CAAC,MAAM,EAAE,eAAe;IAI/C,0BAA0B;IAI1B,+BAA+B;IAI/B,mBAAmB;CAGpB"}
|
|
@@ -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 { LegendApplicationPluginManager } from '@finos/legend-application';
|
|
17
|
-
export class LegendREPLPluginManager extends LegendApplicationPluginManager {
|
|
18
|
-
pureProtocolProcessorPlugins = [];
|
|
19
|
-
pureGraphManagerPlugins = [];
|
|
20
|
-
pureGraphPlugins = [];
|
|
21
|
-
constructor() {
|
|
22
|
-
super();
|
|
23
|
-
}
|
|
24
|
-
static create() {
|
|
25
|
-
return new LegendREPLPluginManager();
|
|
26
|
-
}
|
|
27
|
-
registerPureProtocolProcessorPlugin(plugin) {
|
|
28
|
-
this.pureProtocolProcessorPlugins.push(plugin);
|
|
29
|
-
}
|
|
30
|
-
registerPureGraphManagerPlugin(plugin) {
|
|
31
|
-
this.pureGraphManagerPlugins.push(plugin);
|
|
32
|
-
}
|
|
33
|
-
registerPureGraphPlugin(plugin) {
|
|
34
|
-
this.pureGraphPlugins.push(plugin);
|
|
35
|
-
}
|
|
36
|
-
getPureGraphManagerPlugins() {
|
|
37
|
-
return [...this.pureGraphManagerPlugins];
|
|
38
|
-
}
|
|
39
|
-
getPureProtocolProcessorPlugins() {
|
|
40
|
-
return [...this.pureProtocolProcessorPlugins];
|
|
41
|
-
}
|
|
42
|
-
getPureGraphPlugins() {
|
|
43
|
-
return [...this.pureGraphPlugins];
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
//# sourceMappingURL=LegendREPLPluginManager.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendREPLPluginManager.js","sourceRoot":"","sources":["../../src/application/LegendREPLPluginManager.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAQH,OAAO,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AAG3E,MAAM,OAAO,uBACX,SAAQ,8BAA2D;IAG3D,4BAA4B,GAAkC,EAAE,CAAC;IACjE,uBAAuB,GAA6B,EAAE,CAAC;IACvD,gBAAgB,GAAsB,EAAE,CAAC;IAEjD;QACE,KAAK,EAAE,CAAC;IACV,CAAC;IAED,MAAM,CAAC,MAAM;QACX,OAAO,IAAI,uBAAuB,EAAE,CAAC;IACvC,CAAC;IAED,mCAAmC,CAAC,MAAmC;QACrE,IAAI,CAAC,4BAA4B,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IACjD,CAAC;IAED,8BAA8B,CAAC,MAA8B;QAC3D,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IAC5C,CAAC;IAED,uBAAuB,CAAC,MAAuB;QAC7C,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IACrC,CAAC;IAED,0BAA0B;QACxB,OAAO,CAAC,GAAG,IAAI,CAAC,uBAAuB,CAAC,CAAC;IAC3C,CAAC;IAED,+BAA+B;QAC7B,OAAO,CAAC,GAAG,IAAI,CAAC,4BAA4B,CAAC,CAAC;IAChD,CAAC;IAED,mBAAmB;QACjB,OAAO,CAAC,GAAG,IAAI,CAAC,gBAAgB,CAAC,CAAC;IACpC,CAAC;CACF"}
|
|
@@ -1,23 +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 { LegendApplicationSetup } from '@finos/legend-application';
|
|
17
|
-
import { LegendREPLApplicationPlugin } from '../stores/LegendREPLApplicationPlugin.js';
|
|
18
|
-
export declare class Core_LegendREPLApplicationPlugin extends LegendREPLApplicationPlugin {
|
|
19
|
-
static NAME: string;
|
|
20
|
-
constructor();
|
|
21
|
-
getExtraApplicationSetups(): LegendApplicationSetup[];
|
|
22
|
-
}
|
|
23
|
-
//# sourceMappingURL=Core_LegendREPLApplicationPlugin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Core_LegendREPLApplicationPlugin.d.ts","sourceRoot":"","sources":["../../src/components/Core_LegendREPLApplicationPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAExE,OAAO,EAAE,2BAA2B,EAAE,MAAM,0CAA0C,CAAC;AAMvF,qBAAa,gCAAiC,SAAQ,2BAA2B;IAC/E,MAAM,CAAC,IAAI,SAAgD;;IAMlD,yBAAyB,IAAI,sBAAsB,EAAE;CAQ/D"}
|
|
@@ -1,33 +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 packageJson from '../../package.json' with { type: 'json' };
|
|
17
|
-
import { LegendREPLApplicationPlugin } from '../stores/LegendREPLApplicationPlugin.js';
|
|
18
|
-
import { configureCodeEditorComponent, setupPureLanguageService, } from '@finos/legend-lego/code-editor';
|
|
19
|
-
export class Core_LegendREPLApplicationPlugin extends LegendREPLApplicationPlugin {
|
|
20
|
-
static NAME = packageJson.extensions.applicationREPLPlugin;
|
|
21
|
-
constructor() {
|
|
22
|
-
super(Core_LegendREPLApplicationPlugin.NAME, packageJson.version);
|
|
23
|
-
}
|
|
24
|
-
getExtraApplicationSetups() {
|
|
25
|
-
return [
|
|
26
|
-
async (application) => {
|
|
27
|
-
await configureCodeEditorComponent(application);
|
|
28
|
-
setupPureLanguageService();
|
|
29
|
-
},
|
|
30
|
-
];
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
//# sourceMappingURL=Core_LegendREPLApplicationPlugin.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Core_LegendREPLApplicationPlugin.js","sourceRoot":"","sources":["../../src/components/Core_LegendREPLApplicationPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,WAAW,MAAM,oBAAoB,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAC;AACnE,OAAO,EAAE,2BAA2B,EAAE,MAAM,0CAA0C,CAAC;AACvF,OAAO,EACL,4BAA4B,EAC5B,wBAAwB,GACzB,MAAM,gCAAgC,CAAC;AAExC,MAAM,OAAO,gCAAiC,SAAQ,2BAA2B;IAC/E,MAAM,CAAC,IAAI,GAAG,WAAW,CAAC,UAAU,CAAC,qBAAqB,CAAC;IAE3D;QACE,KAAK,CAAC,gCAAgC,CAAC,IAAI,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACpE,CAAC;IAEQ,yBAAyB;QAChC,OAAO;YACL,KAAK,EAAE,WAAW,EAAE,EAAE;gBACpB,MAAM,4BAA4B,CAAC,WAAW,CAAC,CAAC;gBAChD,wBAAwB,EAAE,CAAC;YAC7B,CAAC;SACF,CAAC;IACJ,CAAC"}
|
|
@@ -1,22 +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 { LegendREPLPluginManager } from '../application/LegendREPLPluginManager.js';
|
|
17
|
-
import type { LegendREPLApplicationConfig } from '../application/LegendREPLApplicationConfig.js';
|
|
18
|
-
export declare const useLegendREPLApplicationStore: () => import("@finos/legend-application").ApplicationStore<LegendREPLApplicationConfig, LegendREPLPluginManager>;
|
|
19
|
-
export declare const LegendREPLFrameworkProvider: React.FC<{
|
|
20
|
-
children: React.ReactNode;
|
|
21
|
-
}>;
|
|
22
|
-
//# sourceMappingURL=LegendREPLFrameworkProvider.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendREPLFrameworkProvider.d.ts","sourceRoot":"","sources":["../../src/components/LegendREPLFrameworkProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAQH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AACzF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+CAA+C,CAAC;AAGjG,eAAO,MAAM,6BAA6B,kHACmC,CAAC;AAkB9E,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,EAAE,CAAC;IACjD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAIA,CAAC"}
|
|
@@ -1,29 +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 { createContext } from 'react';
|
|
18
|
-
import { useLocalObservable } from 'mobx-react-lite';
|
|
19
|
-
import { ApplicationFrameworkProvider, useApplicationStore, } from '@finos/legend-application';
|
|
20
|
-
import { LegendREPLBaseStore } from '../stores/LegendREPLBaseStore.js';
|
|
21
|
-
export const useLegendREPLApplicationStore = () => useApplicationStore();
|
|
22
|
-
const LegendREPLBaseStoreContext = createContext(undefined);
|
|
23
|
-
const LegendREPLBaseStoreProvider = ({ children }) => {
|
|
24
|
-
const application = useLegendREPLApplicationStore();
|
|
25
|
-
const store = useLocalObservable(() => new LegendREPLBaseStore(application));
|
|
26
|
-
return (_jsx(LegendREPLBaseStoreContext.Provider, { value: store, children: children }));
|
|
27
|
-
};
|
|
28
|
-
export const LegendREPLFrameworkProvider = ({ children }) => (_jsx(ApplicationFrameworkProvider, { simple: true, children: _jsx(LegendREPLBaseStoreProvider, { children: children }) }));
|
|
29
|
-
//# sourceMappingURL=LegendREPLFrameworkProvider.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendREPLFrameworkProvider.js","sourceRoot":"","sources":["../../src/components/LegendREPLFrameworkProvider.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EACL,4BAA4B,EAC5B,mBAAmB,GACpB,MAAM,2BAA2B,CAAC;AAGnC,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAEvE,MAAM,CAAC,MAAM,6BAA6B,GAAG,GAAG,EAAE,CAChD,mBAAmB,EAAwD,CAAC;AAE9E,MAAM,0BAA0B,GAAG,aAAa,CAE9C,SAAS,CAAC,CAAC;AAEb,MAAM,2BAA2B,GAE5B,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE;IACpB,MAAM,WAAW,GAAG,6BAA6B,EAAE,CAAC;IACpD,MAAM,KAAK,GAAG,kBAAkB,CAAC,GAAG,EAAE,CAAC,IAAI,mBAAmB,CAAC,WAAW,CAAC,CAAC,CAAC;IAC7E,OAAO,CACL,KAAC,0BAA0B,CAAC,QAAQ,IAAC,KAAK,EAAE,KAAK,YAC9C,QAAQ,GAC2B,CACvC,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAEnC,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CACrB,KAAC,4BAA4B,IAAC,MAAM,EAAE,IAAI,YACxC,KAAC,2BAA2B,cAAE,QAAQ,GAA+B,GACxC,CAChC,CAAC"}
|
|
@@ -1,24 +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 { REPLStore } from '../stores/REPLStore.js';
|
|
17
|
-
export declare const REPLStoreProvider: (({ children }: {
|
|
18
|
-
children: React.ReactNode;
|
|
19
|
-
}) => React.ReactElement) & {
|
|
20
|
-
displayName: string;
|
|
21
|
-
};
|
|
22
|
-
export declare const useREPLStore: () => REPLStore;
|
|
23
|
-
export declare const withREPLStore: (WrappedComponent: React.FC) => React.FC;
|
|
24
|
-
//# sourceMappingURL=REPLStoreProvider.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"REPLStoreProvider.d.ts","sourceRoot":"","sources":["../../src/components/REPLStoreProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAQnD,eAAO,MAAM,iBAAiB,kBACb;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,KAAG,KAAK,CAAC,YAAY;;CAoBlE,CAAC;AAEF,eAAO,MAAM,YAAY,iBAItB,CAAC;AAEJ,eAAO,MAAM,aAAa,qBAAsB,KAAK,CAAC,EAAE,KAAG,KAAK,CAAC,EAO9D,CAAC"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { Fragment as _Fragment, 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 { createContext, useContext, useEffect } from 'react';
|
|
18
|
-
import { observer, useLocalObservable } from 'mobx-react-lite';
|
|
19
|
-
import { REPLStore } from '../stores/REPLStore.js';
|
|
20
|
-
import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
21
|
-
import { useApplicationStore } from '@finos/legend-application';
|
|
22
|
-
const REPLStoreContext = createContext(undefined);
|
|
23
|
-
export const REPLStoreProvider = observer(({ children }) => {
|
|
24
|
-
const application = useApplicationStore();
|
|
25
|
-
const store = useLocalObservable(() => new REPLStore(application));
|
|
26
|
-
useEffect(() => {
|
|
27
|
-
store.initialize().catch(application.logUnhandledError);
|
|
28
|
-
}, [store, application]);
|
|
29
|
-
if (!store.initState.hasSucceeded) {
|
|
30
|
-
return _jsx(_Fragment, {});
|
|
31
|
-
}
|
|
32
|
-
return (_jsx(REPLStoreContext.Provider, { value: store, children: children }));
|
|
33
|
-
});
|
|
34
|
-
export const useREPLStore = () => guaranteeNonNullable(useContext(REPLStoreContext), `Can't find REPL store in context`);
|
|
35
|
-
export const withREPLStore = (WrappedComponent) => function WithREPLStore() {
|
|
36
|
-
return (_jsx(REPLStoreProvider, { children: _jsx(WrappedComponent, {}) }));
|
|
37
|
-
};
|
|
38
|
-
//# sourceMappingURL=REPLStoreProvider.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"REPLStoreProvider.js","sourceRoot":"","sources":["../../src/components/REPLStoreProvider.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAIhE,MAAM,gBAAgB,GAAG,aAAa,CAAwB,SAAS,CAAC,CAAC;AAEzE,MAAM,CAAC,MAAM,iBAAiB,GAAG,QAAQ,CACvC,CAAC,EAAE,QAAQ,EAAiC,EAAsB,EAAE;IAClE,MAAM,WAAW,GAAG,mBAAmB,EAGpC,CAAC;IACJ,MAAM,KAAK,GAAG,kBAAkB,CAAC,GAAG,EAAE,CAAC,IAAI,SAAS,CAAC,WAAW,CAAC,CAAC,CAAC;IAEnE,SAAS,CAAC,GAAG,EAAE;QACb,KAAK,CAAC,UAAU,EAAE,CAAC,KAAK,CAAC,WAAW,CAAC,iBAAiB,CAAC,CAAC;IAC1D,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC;IAEzB,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC;QAClC,OAAO,mBAAK,CAAC;IACf,CAAC;IACD,OAAO,CACL,KAAC,gBAAgB,CAAC,QAAQ,IAAC,KAAK,EAAE,KAAK,YACpC,QAAQ,GACiB,CAC7B,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,EAAE,CAC/B,oBAAoB,CAClB,UAAU,CAAC,gBAAgB,CAAC,EAC5B,kCAAkC,CACnC,CAAC;AAEJ,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,gBAA0B,EAAY,EAAE,CACpE,SAAS,aAAa;IACpB,OAAO,CACL,KAAC,iBAAiB,cAChB,KAAC,gBAAgB,KAAG,GACF,CACrB,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1,19 +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
|
-
export declare const DataCube: (() => import("react/jsx-runtime").JSX.Element) & {
|
|
17
|
-
displayName: string;
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=DataCube.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataCube.d.ts","sourceRoot":"","sources":["../../../src/components/dataCube/DataCube.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA2HH,eAAO,MAAM,QAAQ;;CAmBnB,CAAC"}
|