@finos/legend-data-cube 0.0.9 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/DataCube.d.ts +6 -1
- package/lib/components/DataCube.d.ts.map +1 -1
- package/lib/components/DataCube.js +35 -28
- package/lib/components/DataCube.js.map +1 -1
- package/lib/components/DataCubeProvider.d.ts +2 -10
- package/lib/components/DataCubeProvider.d.ts.map +1 -1
- package/lib/components/DataCubeProvider.js +3 -15
- package/lib/components/DataCubeProvider.js.map +1 -1
- package/lib/components/DataCubeView.d.ts +22 -0
- package/lib/components/DataCubeView.d.ts.map +1 -0
- package/lib/components/DataCubeView.js +34 -0
- package/lib/components/DataCubeView.js.map +1 -0
- package/lib/components/core/DataCubeAlert.d.ts.map +1 -1
- package/lib/components/core/DataCubeAlert.js +2 -4
- package/lib/components/core/DataCubeAlert.js.map +1 -1
- package/lib/components/core/DataCubeDocumentationPanel.d.ts.map +1 -1
- package/lib/components/core/DataCubeDocumentationPanel.js +1 -2
- package/lib/components/core/DataCubeDocumentationPanel.js.map +1 -1
- package/lib/components/core/DataCubeFormUtils.d.ts.map +1 -1
- package/lib/components/core/DataCubeFormUtils.js +7 -7
- package/lib/components/core/DataCubeFormUtils.js.map +1 -1
- package/lib/components/core/DataCubePureCodeEditorUtils.d.ts +3 -3
- package/lib/components/core/DataCubePureCodeEditorUtils.d.ts.map +1 -1
- package/lib/components/core/DataCubePureCodeEditorUtils.js +2 -2
- package/lib/components/core/DataCubePureCodeEditorUtils.js.map +1 -1
- package/lib/components/core/DataCubeSettingsPanel.d.ts.map +1 -1
- package/lib/components/core/DataCubeSettingsPanel.js +16 -16
- package/lib/components/core/DataCubeSettingsPanel.js.map +1 -1
- package/lib/components/view/editor/DataCubeEditor.js +3 -3
- package/lib/components/view/editor/DataCubeEditor.js.map +1 -1
- package/lib/components/view/editor/DataCubeEditorColumnPropertiesPanel.js +1 -1
- package/lib/components/view/editor/DataCubeEditorGeneralPropertiesPanel.js +2 -2
- package/lib/components/view/editor/DataCubeEditorGeneralPropertiesPanel.js.map +1 -1
- package/lib/components/view/extend/DataCubeColumnEditor.js +7 -7
- package/lib/components/view/extend/DataCubeColumnEditor.js.map +1 -1
- package/lib/components/view/grid/DataCubeGrid.d.ts.map +1 -1
- package/lib/components/view/grid/DataCubeGrid.js +12 -6
- package/lib/components/view/grid/DataCubeGrid.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/index.d.ts +6 -3
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +6 -3
- package/lib/index.js.map +1 -1
- package/lib/package.json +1 -1
- package/lib/stores/DataCubeAPI.d.ts +21 -0
- package/lib/stores/DataCubeAPI.d.ts.map +1 -0
- package/lib/stores/DataCubeAPI.js +17 -0
- package/lib/stores/DataCubeAPI.js.map +1 -0
- package/lib/stores/DataCubeOptions.d.ts +27 -0
- package/lib/stores/DataCubeOptions.d.ts.map +1 -0
- package/lib/stores/DataCubeOptions.js +17 -0
- package/lib/stores/DataCubeOptions.js.map +1 -0
- package/lib/stores/DataCubeSettings.d.ts +42 -0
- package/lib/stores/DataCubeSettings.d.ts.map +1 -0
- package/lib/stores/DataCubeSettings.js +76 -0
- package/lib/stores/DataCubeSettings.js.map +1 -0
- package/lib/stores/DataCubeState.d.ts +20 -6
- package/lib/stores/DataCubeState.d.ts.map +1 -1
- package/lib/stores/DataCubeState.js +61 -16
- package/lib/stores/DataCubeState.js.map +1 -1
- package/lib/stores/core/DataCubeConfigurationBuilder.d.ts +4 -9
- package/lib/stores/core/DataCubeConfigurationBuilder.d.ts.map +1 -1
- package/lib/stores/core/DataCubeConfigurationBuilder.js +1 -1
- package/lib/stores/core/DataCubeConfigurationBuilder.js.map +1 -1
- package/lib/stores/core/DataCubeEngine.d.ts +109 -88
- package/lib/stores/core/DataCubeEngine.d.ts.map +1 -1
- package/lib/stores/core/DataCubeEngine.js +166 -123
- package/lib/stores/core/DataCubeEngine.js.map +1 -1
- package/lib/stores/core/DataCubeQueryBuilder.d.ts +5 -5
- package/lib/stores/core/DataCubeQueryBuilder.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQueryBuilder.js +13 -18
- package/lib/stores/core/DataCubeQueryBuilder.js.map +1 -1
- package/lib/stores/core/DataCubeQueryBuilderUtils.d.ts +7 -6
- package/lib/stores/core/DataCubeQueryBuilderUtils.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQueryBuilderUtils.js +2 -1
- package/lib/stores/core/DataCubeQueryBuilderUtils.js.map +1 -1
- package/lib/stores/core/DataCubeQuerySnapshot.d.ts +12 -36
- package/lib/stores/core/DataCubeQuerySnapshot.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQuerySnapshot.js +5 -26
- package/lib/stores/core/DataCubeQuerySnapshot.js.map +1 -1
- package/lib/stores/core/DataCubeQuerySnapshotBuilder.d.ts +4 -3
- package/lib/stores/core/DataCubeQuerySnapshotBuilder.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQuerySnapshotBuilder.js +9 -8
- package/lib/stores/core/DataCubeQuerySnapshotBuilder.js.map +1 -1
- package/lib/stores/core/DataCubeQuerySnapshotBuilderUtils.d.ts +2 -2
- package/lib/stores/core/DataCubeQuerySnapshotBuilderUtils.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQuerySnapshotBuilderUtils.js +1 -1
- package/lib/stores/core/DataCubeQuerySnapshotBuilderUtils.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation.d.ts +3 -3
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Average.d.ts +3 -3
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Average.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Average.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Count.d.ts +3 -3
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Count.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Count.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__First.d.ts +3 -3
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__First.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__First.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.d.ts +3 -3
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Last.d.ts +3 -3
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Last.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Last.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Max.d.ts +3 -3
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Max.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Max.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Min.d.ts +3 -3
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Min.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Min.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.d.ts +3 -3
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.d.ts +3 -3
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Sum.d.ts +3 -3
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Sum.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Sum.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.d.ts +3 -3
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.d.ts +3 -3
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.d.ts +3 -3
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterEditorState.d.ts +5 -4
- package/lib/stores/core/filter/DataCubeQueryFilterEditorState.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterEditorState.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Contain.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Contain.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Contain.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWith.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWith.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWith.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Equal.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Equal.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Equal.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualColumn.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThan.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThan.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThan.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNotNull.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNotNull.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNotNull.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNull.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNull.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNull.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThan.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThan.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThan.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanColumn.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotContain.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotContain.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotContain.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEndWith.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEndWith.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEndWith.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqual.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqual.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqual.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotStartWith.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotStartWith.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotStartWith.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWith.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWith.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWith.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.js.map +1 -1
- package/lib/stores/core/models/DataCubeColumn.d.ts +30 -0
- package/lib/stores/core/models/DataCubeColumn.d.ts.map +1 -0
- package/lib/stores/core/models/DataCubeColumn.js +23 -0
- package/lib/stores/core/models/DataCubeColumn.js.map +1 -0
- package/lib/stores/core/{DataCubeConfiguration.d.ts → models/DataCubeConfiguration.d.ts} +3 -2
- package/lib/stores/core/models/DataCubeConfiguration.d.ts.map +1 -0
- package/lib/stores/core/{DataCubeConfiguration.js → models/DataCubeConfiguration.js} +3 -1
- package/lib/stores/core/models/DataCubeConfiguration.js.map +1 -0
- package/lib/stores/core/{DataCubeQuery.d.ts → models/DataCubeQuery.d.ts} +1 -18
- package/lib/stores/core/models/DataCubeQuery.d.ts.map +1 -0
- package/lib/stores/core/models/DataCubeQuery.js +30 -0
- package/lib/stores/core/models/DataCubeQuery.js.map +1 -0
- package/lib/stores/core/models/DataCubeSource.d.ts +24 -0
- package/lib/stores/core/models/DataCubeSource.d.ts.map +1 -0
- package/lib/stores/core/models/DataCubeSource.js +22 -0
- package/lib/stores/core/models/DataCubeSource.js.map +1 -0
- package/lib/stores/view/DataCubeInfoState.d.ts +0 -4
- package/lib/stores/view/DataCubeInfoState.d.ts.map +1 -1
- package/lib/stores/view/DataCubeInfoState.js +10 -13
- package/lib/stores/view/DataCubeInfoState.js.map +1 -1
- package/lib/stores/view/DataCubeQuerySnapshotManager.d.ts +1 -1
- package/lib/stores/view/DataCubeQuerySnapshotManager.d.ts.map +1 -1
- package/lib/stores/view/DataCubeQuerySnapshotManager.js +4 -4
- package/lib/stores/view/DataCubeQuerySnapshotManager.js.map +1 -1
- package/lib/stores/view/DataCubeViewState.d.ts +5 -4
- package/lib/stores/view/DataCubeViewState.d.ts.map +1 -1
- package/lib/stores/view/DataCubeViewState.js +25 -10
- package/lib/stores/view/DataCubeViewState.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorColumnPropertiesPanelState.d.ts +1 -1
- package/lib/stores/view/editor/DataCubeEditorColumnPropertiesPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorColumnSelectorState.js +1 -1
- package/lib/stores/view/editor/DataCubeEditorColumnsPanelState.d.ts +1 -1
- package/lib/stores/view/editor/DataCubeEditorColumnsPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorColumnsPanelState.js +3 -2
- package/lib/stores/view/editor/DataCubeEditorColumnsPanelState.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorGeneralPropertiesPanelState.d.ts +1 -3
- package/lib/stores/view/editor/DataCubeEditorGeneralPropertiesPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorGeneralPropertiesPanelState.js +0 -8
- package/lib/stores/view/editor/DataCubeEditorGeneralPropertiesPanelState.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorHorizontalPivotsPanelState.d.ts +6 -5
- package/lib/stores/view/editor/DataCubeEditorHorizontalPivotsPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorHorizontalPivotsPanelState.js +2 -1
- package/lib/stores/view/editor/DataCubeEditorHorizontalPivotsPanelState.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorMutableConfiguration.d.ts +2 -1
- package/lib/stores/view/editor/DataCubeEditorMutableConfiguration.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorMutableConfiguration.js +6 -1
- package/lib/stores/view/editor/DataCubeEditorMutableConfiguration.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorPanelState.d.ts +1 -1
- package/lib/stores/view/editor/DataCubeEditorPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorPivotLayoutPanelState.d.ts +1 -1
- package/lib/stores/view/editor/DataCubeEditorPivotLayoutPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorSortsPanelState.d.ts +1 -1
- package/lib/stores/view/editor/DataCubeEditorSortsPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorSortsPanelState.js +2 -1
- package/lib/stores/view/editor/DataCubeEditorSortsPanelState.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorState.d.ts +4 -3
- package/lib/stores/view/editor/DataCubeEditorState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorState.js +9 -8
- package/lib/stores/view/editor/DataCubeEditorState.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorVerticalPivotsPanelState.d.ts +1 -1
- package/lib/stores/view/editor/DataCubeEditorVerticalPivotsPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorVerticalPivotsPanelState.js +2 -1
- package/lib/stores/view/editor/DataCubeEditorVerticalPivotsPanelState.js.map +1 -1
- package/lib/stores/view/extend/DataCubeColumnEditorState.d.ts +3 -3
- package/lib/stores/view/extend/DataCubeColumnEditorState.d.ts.map +1 -1
- package/lib/stores/view/extend/DataCubeColumnEditorState.js +17 -15
- package/lib/stores/view/extend/DataCubeColumnEditorState.js.map +1 -1
- package/lib/stores/view/extend/DataCubeExtendManagerState.d.ts +6 -5
- package/lib/stores/view/extend/DataCubeExtendManagerState.d.ts.map +1 -1
- package/lib/stores/view/extend/DataCubeExtendManagerState.js +10 -9
- package/lib/stores/view/extend/DataCubeExtendManagerState.js.map +1 -1
- package/lib/stores/view/filter/DataCubeFilterEditorState.d.ts +1 -1
- package/lib/stores/view/filter/DataCubeFilterEditorState.d.ts.map +1 -1
- package/lib/stores/view/filter/DataCubeFilterEditorState.js +2 -2
- package/lib/stores/view/filter/DataCubeFilterEditorState.js.map +1 -1
- package/lib/stores/view/grid/DataCubeGridClientEngine.d.ts +1 -1
- package/lib/stores/view/grid/DataCubeGridClientEngine.d.ts.map +1 -1
- package/lib/stores/view/grid/DataCubeGridClientEngine.js +24 -23
- package/lib/stores/view/grid/DataCubeGridClientEngine.js.map +1 -1
- package/lib/stores/view/grid/DataCubeGridClientExportEngine.js +1 -1
- package/lib/stores/view/grid/DataCubeGridClientExportEngine.js.map +1 -1
- package/lib/stores/view/grid/DataCubeGridConfigurationBuilder.d.ts +1 -1
- package/lib/stores/view/grid/DataCubeGridConfigurationBuilder.d.ts.map +1 -1
- package/lib/stores/view/grid/DataCubeGridConfigurationBuilder.js +2 -1
- package/lib/stores/view/grid/DataCubeGridConfigurationBuilder.js.map +1 -1
- package/lib/stores/view/grid/DataCubeGridControllerState.d.ts +13 -12
- package/lib/stores/view/grid/DataCubeGridControllerState.d.ts.map +1 -1
- package/lib/stores/view/grid/DataCubeGridControllerState.js +3 -2
- package/lib/stores/view/grid/DataCubeGridControllerState.js.map +1 -1
- package/lib/stores/view/grid/DataCubeGridMenuBuilder.js +7 -7
- package/lib/stores/view/grid/DataCubeGridMenuBuilder.js.map +1 -1
- package/lib/stores/view/grid/DataCubeGridQueryBuilder.d.ts +1 -1
- package/lib/stores/view/grid/DataCubeGridQueryBuilder.d.ts.map +1 -1
- package/lib/stores/view/grid/DataCubeGridQuerySnapshotBuilder.d.ts +2 -2
- package/lib/stores/view/grid/DataCubeGridQuerySnapshotBuilder.d.ts.map +1 -1
- package/lib/stores/view/grid/DataCubeGridQuerySnapshotBuilder.js +3 -2
- package/lib/stores/view/grid/DataCubeGridQuerySnapshotBuilder.js.map +1 -1
- package/lib/stores/view/grid/DataCubeGridState.d.ts +1 -1
- package/lib/stores/view/grid/DataCubeGridState.d.ts.map +1 -1
- package/lib/stores/view/grid/DataCubeGridState.js +4 -4
- package/lib/stores/view/grid/DataCubeGridState.js.map +1 -1
- package/package.json +4 -4
- package/src/components/DataCube.tsx +48 -65
- package/src/components/DataCubeProvider.tsx +3 -31
- package/src/components/DataCubeView.tsx +74 -0
- package/src/components/core/DataCubeAlert.tsx +2 -4
- package/src/components/core/DataCubeDocumentationPanel.tsx +1 -2
- package/src/components/core/DataCubeFormUtils.tsx +7 -8
- package/src/components/core/DataCubePureCodeEditorUtils.tsx +7 -8
- package/src/components/core/DataCubeSettingsPanel.tsx +30 -22
- package/src/components/view/editor/DataCubeEditor.tsx +3 -3
- package/src/components/view/editor/DataCubeEditorColumnPropertiesPanel.tsx +1 -1
- package/src/components/view/editor/DataCubeEditorGeneralPropertiesPanel.tsx +2 -2
- package/src/components/view/extend/DataCubeColumnEditor.tsx +7 -7
- package/src/components/view/grid/DataCubeGrid.tsx +13 -7
- package/src/index.tsx +8 -4
- package/src/stores/DataCubeAPI.ts +22 -0
- package/src/stores/DataCubeOptions.ts +34 -0
- package/src/stores/DataCubeSettings.ts +107 -0
- package/src/stores/DataCubeState.tsx +92 -21
- package/src/stores/core/DataCubeConfigurationBuilder.ts +6 -6
- package/src/stores/core/DataCubeEngine.tsx +459 -0
- package/src/stores/core/DataCubeQueryBuilder.ts +17 -31
- package/src/stores/core/DataCubeQueryBuilderUtils.ts +6 -9
- package/src/stores/core/DataCubeQuerySnapshot.ts +23 -87
- package/src/stores/core/DataCubeQuerySnapshotBuilder.ts +11 -20
- package/src/stores/core/DataCubeQuerySnapshotBuilderUtils.ts +3 -3
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation.ts +3 -3
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__Average.tsx +3 -3
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__Count.tsx +3 -3
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__First.tsx +3 -3
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.tsx +3 -3
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__Last.tsx +3 -3
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__Max.tsx +3 -3
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__Min.tsx +3 -3
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.tsx +3 -3
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.tsx +3 -3
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__Sum.tsx +3 -3
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.tsx +3 -3
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.tsx +3 -3
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.tsx +3 -3
- package/src/stores/core/filter/DataCubeQueryFilterEditorState.ts +4 -4
- package/src/stores/core/filter/DataCubeQueryFilterOperation.ts +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__Contain.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__EndWith.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__Equal.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__EqualColumn.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThan.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__IsNotNull.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__IsNull.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__LessThan.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__LessThanColumn.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotContain.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotEndWith.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotEqual.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotStartWith.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__StartWith.tsx +4 -6
- package/src/stores/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.tsx +4 -6
- package/src/stores/core/models/DataCubeColumn.ts +34 -0
- package/src/stores/core/{DataCubeConfiguration.ts → models/DataCubeConfiguration.ts} +4 -1
- package/src/stores/core/models/DataCubeQuery.ts +41 -0
- package/src/stores/core/models/DataCubeSource.ts +25 -0
- package/src/stores/view/DataCubeInfoState.ts +16 -18
- package/src/stores/view/DataCubeQuerySnapshotManager.ts +5 -5
- package/src/stores/view/DataCubeViewState.ts +40 -13
- package/src/stores/view/editor/DataCubeEditorColumnPropertiesPanelState.ts +1 -1
- package/src/stores/view/editor/DataCubeEditorColumnSelectorState.ts +1 -1
- package/src/stores/view/editor/DataCubeEditorColumnsPanelState.ts +3 -5
- package/src/stores/view/editor/DataCubeEditorGeneralPropertiesPanelState.ts +1 -11
- package/src/stores/view/editor/DataCubeEditorHorizontalPivotsPanelState.ts +7 -7
- package/src/stores/view/editor/DataCubeEditorMutableConfiguration.ts +8 -1
- package/src/stores/view/editor/DataCubeEditorPanelState.ts +1 -1
- package/src/stores/view/editor/DataCubeEditorPivotLayoutPanelState.ts +1 -1
- package/src/stores/view/editor/DataCubeEditorSortsPanelState.ts +3 -5
- package/src/stores/view/editor/DataCubeEditorState.tsx +13 -10
- package/src/stores/view/editor/DataCubeEditorVerticalPivotsPanelState.ts +3 -5
- package/src/stores/view/extend/DataCubeColumnEditorState.tsx +27 -19
- package/src/stores/view/extend/DataCubeExtendManagerState.tsx +17 -13
- package/src/stores/view/filter/DataCubeFilterEditorState.tsx +2 -2
- package/src/stores/view/grid/DataCubeGridClientEngine.ts +47 -42
- package/src/stores/view/grid/DataCubeGridClientExportEngine.ts +1 -1
- package/src/stores/view/grid/DataCubeGridConfigurationBuilder.tsx +6 -6
- package/src/stores/view/grid/DataCubeGridControllerState.ts +11 -9
- package/src/stores/view/grid/DataCubeGridMenuBuilder.tsx +8 -8
- package/src/stores/view/grid/DataCubeGridQueryBuilder.ts +1 -1
- package/src/stores/view/grid/DataCubeGridQuerySnapshotBuilder.ts +3 -5
- package/src/stores/view/grid/DataCubeGridState.ts +4 -4
- package/tsconfig.json +9 -5
- package/lib/stores/core/DataCubeApplicationEngine.d.ts +0 -63
- package/lib/stores/core/DataCubeApplicationEngine.d.ts.map +0 -1
- package/lib/stores/core/DataCubeApplicationEngine.js +0 -94
- package/lib/stores/core/DataCubeApplicationEngine.js.map +0 -1
- package/lib/stores/core/DataCubeConfiguration.d.ts.map +0 -1
- package/lib/stores/core/DataCubeConfiguration.js.map +0 -1
- package/lib/stores/core/DataCubeEngineUtils.d.ts +0 -2
- package/lib/stores/core/DataCubeEngineUtils.d.ts.map +0 -1
- package/lib/stores/core/DataCubeEngineUtils.js +0 -2
- package/lib/stores/core/DataCubeEngineUtils.js.map +0 -1
- package/lib/stores/core/DataCubeQuery.d.ts.map +0 -1
- package/lib/stores/core/DataCubeQuery.js +0 -79
- package/lib/stores/core/DataCubeQuery.js.map +0 -1
- package/src/stores/core/DataCubeApplicationEngine.tsx +0 -200
- package/src/stores/core/DataCubeEngine.ts +0 -327
- package/src/stores/core/DataCubeEngineUtils.ts +0 -0
- package/src/stores/core/DataCubeQuery.ts +0 -130
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataCubeSettings.js","sourceRoot":"","sources":["../../src/stores/DataCubeSettings.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAG1D,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,kEAA4C,CAAA;IAC5C,6EAAuD,CAAA;IACvD,mGAA6E,CAAA;IAC7E,mHAA6F,CAAA;AAC/F,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAED,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,EAAE,KAAK;IAC7C,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,EAAE,EAAE;IAC/C,CAAC,kBAAkB,CAAC,kCAAkC,CAAC,EAAE,KAAK;IAC9D,CAAC,kBAAkB,CAAC,0CAA0C,CAAC,EAAE,KAAK;CACvE,CAAC;AAEF,MAAM,OAAO,gBAAgB;IAClB,QAAQ,CAAgB;IAEjC,YAAY,QAAuB;QACjC,cAAc,CAAC,IAAI,EAAE;YACnB,eAAe,EAAE,UAAU;YAC3B,kBAAkB,EAAE,MAAM;YAE1B,mBAAmB,EAAE,UAAU;YAC/B,sBAAsB,EAAE,MAAM;YAE9B,6BAA6B,EAAE,UAAU;YACzC,gCAAgC,EAAE,MAAM;YAExC,qCAAqC,EAAE,UAAU;YACjD,wCAAwC,EAAE,MAAM;SACjD,CAAC,CAAC;QAEH,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAC3B,CAAC;IAED,eAAe,GAAG,gBAAgB,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,CAAC;IACzE,mBAAmB,GACjB,gBAAgB,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,CAAC;IAC9D,6BAA6B,GAC3B,gBAAgB,CAAC,kBAAkB,CAAC,kCAAkC,CAAC,CAAC;IAC1E,qCAAqC,GACnC,gBAAgB,CACd,kBAAkB,CAAC,0CAA0C,CAC9D,CAAC;IAEJ,kBAAkB,CAAC,KAAc;QAC/B,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;QAC7B,IAAI,CAAC,QAAQ,CAAC,gBAAgB,EAAE,CAC9B,kBAAkB,CAAC,iBAAiB,EACpC,KAAK,CACN,CAAC;IACJ,CAAC;IAED,sBAAsB,CAAC,KAAa;QAClC,IAAI,CAAC,mBAAmB,GAAG,KAAK,CAAC;QACjC,IAAI,CAAC,QAAQ,CAAC,gBAAgB,EAAE,CAC9B,kBAAkB,CAAC,sBAAsB,EACzC,KAAK,CACN,CAAC;QACF,IAAI,CAAC,0BAA0B,EAAE,CAAC;IACpC,CAAC;IAED,gCAAgC,CAAC,KAAc;QAC7C,IAAI,CAAC,6BAA6B,GAAG,KAAK,CAAC;QAC3C,IAAI,CAAC,QAAQ,CAAC,gBAAgB,EAAE,CAC9B,kBAAkB,CAAC,kCAAkC,EACrD,KAAK,CACN,CAAC;QACF,IAAI,CAAC,0BAA0B,EAAE,CAAC;IACpC,CAAC;IAED,wCAAwC,CAAC,KAAc;QACrD,IAAI,CAAC,qCAAqC,GAAG,KAAK,CAAC;QACnD,IAAI,CAAC,QAAQ,CAAC,gBAAgB,EAAE,CAC9B,kBAAkB,CAAC,0CAA0C,EAC7D,KAAK,CACN,CAAC;IACJ,CAAC;IAEO,0BAA0B;QAChC,IAAI,CAAC,QAAQ,CAAC,kBAAkB,CAAC,CAAC,IAAI,EAAE,EAAE;YACxC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC;gBACjC,SAAS,EAAE,IAAI,CAAC,mBAAmB;gBACnC,mBAAmB,EAAE,IAAI,CAAC,6BAA6B;aACxD,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -13,19 +13,33 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import { type DataCubeEngine } from './core/DataCubeEngine.js';
|
|
16
|
+
import { type DataCubeEngine, type DataCubeInitialInput } from './core/DataCubeEngine.js';
|
|
17
17
|
import { DataCubeViewState } from './view/DataCubeViewState.js';
|
|
18
18
|
import type { DisplayState } from './core/DataCubeLayoutManagerState.js';
|
|
19
|
-
import { ActionState } from '@finos/legend-shared';
|
|
20
|
-
import { type
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
import { ActionState, type DocumentationEntry } from '@finos/legend-shared';
|
|
20
|
+
import { type ActionAlert } from '../components/core/DataCubeAlert.js';
|
|
21
|
+
import type { DataCubeSource } from './core/models/DataCubeSource.js';
|
|
22
|
+
import { DataCubeSettings } from './DataCubeSettings.js';
|
|
23
|
+
import type { DataCubeAPI } from './DataCubeAPI.js';
|
|
24
|
+
import type { DataCubeOptions } from './DataCubeOptions.js';
|
|
25
|
+
export declare class DataCubeState implements DataCubeAPI {
|
|
23
26
|
readonly engine: DataCubeEngine;
|
|
27
|
+
readonly settings: DataCubeSettings;
|
|
24
28
|
readonly initState: ActionState;
|
|
25
29
|
readonly settingsDisplay: DisplayState;
|
|
26
30
|
readonly documentationDisplay: DisplayState;
|
|
27
31
|
readonly view: DataCubeViewState;
|
|
28
|
-
|
|
32
|
+
onNameChanged?: ((name: string, source: DataCubeSource) => void) | undefined;
|
|
33
|
+
onSettingChanged?: ((key: string, value: string | number | boolean | object | undefined) => void) | undefined;
|
|
34
|
+
initialInput?: DataCubeInitialInput | undefined;
|
|
35
|
+
currentDocumentationEntry?: DocumentationEntry | undefined;
|
|
36
|
+
currentActionAlert?: ActionAlert | undefined;
|
|
37
|
+
constructor(engine: DataCubeEngine, options?: DataCubeOptions | undefined);
|
|
38
|
+
getSettings(): DataCubeSettings;
|
|
39
|
+
openDocumentationEntry(entry: DocumentationEntry | undefined): void;
|
|
40
|
+
alertAction(alert: ActionAlert | undefined): void;
|
|
41
|
+
refreshFailedDataFetches(): void;
|
|
42
|
+
runTaskForEachView(runner: (view: DataCubeViewState) => void): void;
|
|
29
43
|
initialize(): Promise<void>;
|
|
30
44
|
}
|
|
31
45
|
//# sourceMappingURL=DataCubeState.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeState.d.ts","sourceRoot":"","sources":["../../src/stores/DataCubeState.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,
|
|
1
|
+
{"version":3,"file":"DataCubeState.d.ts","sourceRoot":"","sources":["../../src/stores/DataCubeState.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,oBAAoB,EAC1B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AAGzE,OAAO,EACL,WAAW,EAEX,KAAK,kBAAkB,EACxB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAEL,KAAK,WAAW,EACjB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAEtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,qBAAa,aAAc,YAAW,WAAW;IAC/C,QAAQ,CAAC,MAAM,EAAE,cAAc,CAAC;IAChC,QAAQ,CAAC,QAAQ,EAAG,gBAAgB,CAAC;IACrC,QAAQ,CAAC,SAAS,cAAwB;IAC1C,QAAQ,CAAC,eAAe,EAAE,YAAY,CAAC;IACvC,QAAQ,CAAC,oBAAoB,EAAE,YAAY,CAAC;IAG5C,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAAC;IAEjC,aAAa,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IAC7E,gBAAgB,CAAC,EACb,CAAC,CACC,GAAG,EAAE,MAAM,EACX,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,KAClD,IAAI,CAAC,GACV,SAAS,CAAC;IAEd,YAAY,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAChD,yBAAyB,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAC3D,kBAAkB,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;gBAEjC,MAAM,EAAE,cAAc,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,SAAS;IA8DzE,WAAW;IAIX,sBAAsB,CAAC,KAAK,EAAE,kBAAkB,GAAG,SAAS;IAI5D,WAAW,CAAC,KAAK,EAAE,WAAW,GAAG,SAAS;IAI1C,wBAAwB;IAMxB,kBAAkB,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,iBAAiB,KAAK,IAAI;IAMtD,UAAU;CAqBjB"}
|
|
@@ -18,28 +18,35 @@ import {} from './core/DataCubeEngine.js';
|
|
|
18
18
|
import { DataCubeViewState } from './view/DataCubeViewState.js';
|
|
19
19
|
import { DocumentationPanel } from '../components/core/DataCubeDocumentationPanel.js';
|
|
20
20
|
import { DataCubeSettingsPanel } from '../components/core/DataCubeSettingsPanel.js';
|
|
21
|
-
import { ActionState, assertErrorThrown } from '@finos/legend-shared';
|
|
22
|
-
import { AlertType } from '../components/core/DataCubeAlert.js';
|
|
23
|
-
import {} from '
|
|
21
|
+
import { ActionState, assertErrorThrown, } from '@finos/legend-shared';
|
|
22
|
+
import { AlertType, } from '../components/core/DataCubeAlert.js';
|
|
23
|
+
import { action, makeObservable, observable } from 'mobx';
|
|
24
|
+
import { DataCubeSettings } from './DataCubeSettings.js';
|
|
24
25
|
export class DataCubeState {
|
|
25
|
-
application;
|
|
26
26
|
engine;
|
|
27
|
+
settings;
|
|
27
28
|
initState = ActionState.create();
|
|
28
29
|
settingsDisplay;
|
|
29
30
|
documentationDisplay;
|
|
30
31
|
// NOTE: when we support multiview, there can be multiple view states to support
|
|
31
32
|
// the first one in that list will be taken as the main view state
|
|
32
33
|
view;
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
onNameChanged;
|
|
35
|
+
onSettingChanged;
|
|
36
|
+
initialInput;
|
|
37
|
+
currentDocumentationEntry;
|
|
38
|
+
currentActionAlert;
|
|
39
|
+
constructor(engine, options) {
|
|
40
|
+
makeObservable(this, {
|
|
41
|
+
currentDocumentationEntry: observable,
|
|
42
|
+
openDocumentationEntry: action,
|
|
43
|
+
currentActionAlert: observable,
|
|
44
|
+
alertAction: action,
|
|
45
|
+
});
|
|
35
46
|
this.engine = engine;
|
|
36
|
-
this.
|
|
37
|
-
// TODO: When we support multi-view (i.e. multiple instances of DataCubes) we would need
|
|
38
|
-
// to traverse through and update the configurations of all of their grid clients
|
|
39
|
-
task(this.view.grid.client);
|
|
40
|
-
};
|
|
47
|
+
this.settings = new DataCubeSettings(this);
|
|
41
48
|
this.view = new DataCubeViewState(this);
|
|
42
|
-
this.settingsDisplay = this.
|
|
49
|
+
this.settingsDisplay = this.engine.layout.newDisplay('Settings', () => _jsx(DataCubeSettingsPanel, {}), {
|
|
43
50
|
x: -50,
|
|
44
51
|
y: 50,
|
|
45
52
|
width: 600,
|
|
@@ -48,7 +55,7 @@ export class DataCubeState {
|
|
|
48
55
|
minHeight: 200,
|
|
49
56
|
center: false,
|
|
50
57
|
});
|
|
51
|
-
this.documentationDisplay = this.
|
|
58
|
+
this.documentationDisplay = this.engine.layout.newDisplay('Documentation', () => _jsx(DocumentationPanel, {}), {
|
|
52
59
|
x: -50,
|
|
53
60
|
y: -50,
|
|
54
61
|
width: 400,
|
|
@@ -57,10 +64,48 @@ export class DataCubeState {
|
|
|
57
64
|
minHeight: 200,
|
|
58
65
|
center: false,
|
|
59
66
|
});
|
|
67
|
+
this.onNameChanged = options?.onNameChanged;
|
|
68
|
+
this.onSettingChanged = options?.onSettingChanged;
|
|
69
|
+
this.initialInput = options?.initialInput;
|
|
70
|
+
this.settings.enableDebugMode =
|
|
71
|
+
options?.enableDebugMode !== undefined
|
|
72
|
+
? options.enableDebugMode
|
|
73
|
+
: this.settings.enableDebugMode;
|
|
74
|
+
this.settings.gridClientRowBuffer =
|
|
75
|
+
options?.gridClientRowBuffer !== undefined
|
|
76
|
+
? options.gridClientRowBuffer
|
|
77
|
+
: this.settings.gridClientRowBuffer;
|
|
78
|
+
this.settings.gridClientPurgeClosedRowNodes =
|
|
79
|
+
options?.gridClientPurgeClosedRowNodes !== undefined
|
|
80
|
+
? options.gridClientPurgeClosedRowNodes
|
|
81
|
+
: this.settings.gridClientPurgeClosedRowNodes;
|
|
82
|
+
this.settings.gridClientSuppressLargeDatasetWarning =
|
|
83
|
+
options?.gridClientSuppressLargeDatasetWarning !== undefined
|
|
84
|
+
? options.gridClientSuppressLargeDatasetWarning
|
|
85
|
+
: this.settings.gridClientSuppressLargeDatasetWarning;
|
|
86
|
+
}
|
|
87
|
+
getSettings() {
|
|
88
|
+
return this.settings;
|
|
89
|
+
}
|
|
90
|
+
openDocumentationEntry(entry) {
|
|
91
|
+
this.currentDocumentationEntry = entry;
|
|
92
|
+
}
|
|
93
|
+
alertAction(alert) {
|
|
94
|
+
this.currentActionAlert = alert;
|
|
95
|
+
}
|
|
96
|
+
refreshFailedDataFetches() {
|
|
97
|
+
this.runTaskForEachView((view) => {
|
|
98
|
+
view.grid.client.retryServerSideLoads();
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
runTaskForEachView(runner) {
|
|
102
|
+
// TODO: When we support multi-view (i.e. multiple instances of DataCubes) we would need
|
|
103
|
+
// to traverse through and update the configurations of all of their grid clients
|
|
104
|
+
runner(this.view);
|
|
60
105
|
}
|
|
61
106
|
async initialize() {
|
|
62
107
|
if (!this.initState.isInInitialState) {
|
|
63
|
-
this.
|
|
108
|
+
this.engine.logDebug('REPL store is re-initialized');
|
|
64
109
|
return;
|
|
65
110
|
}
|
|
66
111
|
this.initState.inProgress();
|
|
@@ -70,9 +115,9 @@ export class DataCubeState {
|
|
|
70
115
|
}
|
|
71
116
|
catch (error) {
|
|
72
117
|
assertErrorThrown(error);
|
|
73
|
-
this.
|
|
118
|
+
this.alertAction({
|
|
74
119
|
message: `Initialization Failure: ${error.message}`,
|
|
75
|
-
prompt: `Resolve the issue and reload the
|
|
120
|
+
prompt: `Resolve the issue and reload the engine.`,
|
|
76
121
|
type: AlertType.ERROR,
|
|
77
122
|
actions: [],
|
|
78
123
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeState.js","sourceRoot":"","sources":["../../src/stores/DataCubeState.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,
|
|
1
|
+
{"version":3,"file":"DataCubeState.js","sourceRoot":"","sources":["../../src/stores/DataCubeState.tsx"],"names":[],"mappings":"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"}
|
|
@@ -13,13 +13,8 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import { DataCubeColumnConfiguration, DataCubeConfiguration } from './DataCubeConfiguration.js';
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}): DataCubeColumnConfiguration;
|
|
21
|
-
export declare function buildDefaultConfiguration(columns: {
|
|
22
|
-
name: string;
|
|
23
|
-
type: string;
|
|
24
|
-
}[]): DataCubeConfiguration;
|
|
16
|
+
import { DataCubeColumnConfiguration, DataCubeConfiguration } from './models/DataCubeConfiguration.js';
|
|
17
|
+
import type { DataCubeColumn } from './models/DataCubeColumn.js';
|
|
18
|
+
export declare function buildDefaultColumnConfiguration(column: DataCubeColumn): DataCubeColumnConfiguration;
|
|
19
|
+
export declare function buildDefaultConfiguration(columns: DataCubeColumn[]): DataCubeConfiguration;
|
|
25
20
|
//# sourceMappingURL=DataCubeConfigurationBuilder.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeConfigurationBuilder.d.ts","sourceRoot":"","sources":["../../../src/stores/core/DataCubeConfigurationBuilder.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EACL,2BAA2B,EAC3B,qBAAqB,EACtB,MAAM,
|
|
1
|
+
{"version":3,"file":"DataCubeConfigurationBuilder.d.ts","sourceRoot":"","sources":["../../../src/stores/core/DataCubeConfigurationBuilder.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EACL,2BAA2B,EAC3B,qBAAqB,EACtB,MAAM,mCAAmC,CAAC;AAM3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE,wBAAgB,+BAA+B,CAC7C,MAAM,EAAE,cAAc,GACrB,2BAA2B,CA0B7B;AAED,wBAAgB,yBAAyB,CACvC,OAAO,EAAE,cAAc,EAAE,GACxB,qBAAqB,CAMvB"}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { PRIMITIVE_TYPE } from '@finos/legend-graph';
|
|
17
|
-
import { DataCubeColumnConfiguration, DataCubeConfiguration, } from './DataCubeConfiguration.js';
|
|
17
|
+
import { DataCubeColumnConfiguration, DataCubeConfiguration, } from './models/DataCubeConfiguration.js';
|
|
18
18
|
import { DataCubeQueryAggregateOperator, DataCubeColumnKind, DataCubeFontTextAlignment, } from './DataCubeQueryEngine.js';
|
|
19
19
|
export function buildDefaultColumnConfiguration(column) {
|
|
20
20
|
const { name, type } = column;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeConfigurationBuilder.js","sourceRoot":"","sources":["../../../src/stores/core/DataCubeConfigurationBuilder.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,2BAA2B,EAC3B,qBAAqB,GACtB,MAAM,
|
|
1
|
+
{"version":3,"file":"DataCubeConfigurationBuilder.js","sourceRoot":"","sources":["../../../src/stores/core/DataCubeConfigurationBuilder.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,2BAA2B,EAC3B,qBAAqB,GACtB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EACL,8BAA8B,EAC9B,kBAAkB,EAClB,yBAAyB,GAC1B,MAAM,0BAA0B,CAAC;AAGlC,MAAM,UAAU,+BAA+B,CAC7C,MAAsB;IAEtB,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,CAAC;IAC9B,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IAC3D,QAAQ,IAAI,EAAE,CAAC;QACb,KAAK,cAAc,CAAC,MAAM,CAAC;QAC3B,KAAK,cAAc,CAAC,OAAO,CAAC;QAC5B,KAAK,cAAc,CAAC,OAAO,CAAC;QAC5B,KAAK,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;YAC1B,MAAM,CAAC,IAAI,GAAG,kBAAkB,CAAC,OAAO,CAAC;YACzC,MAAM,CAAC,QAAQ,GAAG,IAAI,KAAK,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;YAC1D,MAAM,CAAC,aAAa,GAAG,IAAI,CAAC;YAC5B,MAAM,CAAC,sBAAsB,GAAG,IAAI,CAAC;YACrC,MAAM,CAAC,SAAS,GAAG,yBAAyB,CAAC,KAAK,CAAC,CAAC,mCAAmC;YACvF,MAAM,CAAC,iBAAiB,GAAG,KAAK,CAAC;YACjC,MAAM,CAAC,iBAAiB,GAAG,8BAA8B,CAAC,GAAG,CAAC;YAC9D,MAAM,CAAC,4BAA4B,GAAG,8BAA8B,CAAC,GAAG,CAAC;YACzE,MAAM;QACR,CAAC;QACD,OAAO,CAAC,CAAC,CAAC;YACR,MAAM,CAAC,IAAI,GAAG,kBAAkB,CAAC,SAAS,CAAC;YAC3C,MAAM,CAAC,iBAAiB,GAAG,IAAI,CAAC;YAChC,MAAM,CAAC,iBAAiB,GAAG,8BAA8B,CAAC,MAAM,CAAC;YACjE,MAAM;QACR,CAAC;IACH,CAAC;IACD,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,yBAAyB,CACvC,OAAyB;IAEzB,MAAM,aAAa,GAAG,IAAI,qBAAqB,EAAE,CAAC;IAClD,aAAa,CAAC,OAAO,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAC7C,+BAA+B,CAAC,MAAM,CAAC,CACxC,CAAC;IACF,OAAO,aAAa,CAAC;AACvB,CAAC"}
|
|
@@ -13,55 +13,62 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import { type V1_ValueSpecification, type V1_Lambda, type TDSExecutionResult } from '@finos/legend-graph';
|
|
17
|
-
import { DataCubeQueryAggregateOperation__Sum } from '
|
|
18
|
-
import { DataCubeQueryAggregateOperation__Average } from '
|
|
19
|
-
import { DataCubeQueryAggregateOperation__Count } from '
|
|
20
|
-
import { DataCubeQueryAggregateOperation__Min } from '
|
|
21
|
-
import { DataCubeQueryAggregateOperation__Max } from '
|
|
22
|
-
import { DataCubeQueryAggregateOperation__UniqueValue } from '
|
|
23
|
-
import { DataCubeQueryAggregateOperation__First } from '
|
|
24
|
-
import { DataCubeQueryAggregateOperation__Last } from '
|
|
25
|
-
import { DataCubeQueryAggregateOperation__VariancePopulation } from '
|
|
26
|
-
import { DataCubeQueryAggregateOperation__VarianceSample } from '
|
|
27
|
-
import { DataCubeQueryAggregateOperation__StdDevPopulation } from '
|
|
28
|
-
import { DataCubeQueryAggregateOperation__StdDevSample } from '
|
|
29
|
-
import { DataCubeQueryAggregateOperation__JoinStrings } from '
|
|
30
|
-
import { DataCubeQueryFilterOperation__Equal } from '
|
|
31
|
-
import { DataCubeQueryFilterOperation__LessThanOrEqual } from '
|
|
32
|
-
import { DataCubeQueryFilterOperation__LessThan } from '
|
|
33
|
-
import { DataCubeQueryFilterOperation__GreaterThanOrEqual } from '
|
|
34
|
-
import { DataCubeQueryFilterOperation__GreaterThan } from '
|
|
35
|
-
import { DataCubeQueryFilterOperation__NotEqual } from '
|
|
36
|
-
import { DataCubeQueryFilterOperation__EqualColumn } from '
|
|
37
|
-
import { DataCubeQueryFilterOperation__EqualCaseInsensitive } from '
|
|
38
|
-
import { DataCubeQueryFilterOperation__NotEqualCaseInsensitive } from '
|
|
39
|
-
import { DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn } from '
|
|
40
|
-
import { DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn } from '
|
|
41
|
-
import { DataCubeQueryFilterOperation__NotEqualColumn } from '
|
|
42
|
-
import { DataCubeQueryFilterOperation__LessThanColumn } from '
|
|
43
|
-
import { DataCubeQueryFilterOperation__LessThanOrEqualColumn } from '
|
|
44
|
-
import { DataCubeQueryFilterOperation__GreaterThanColumn } from '
|
|
45
|
-
import { DataCubeQueryFilterOperation__GreaterThanOrEqualColumn } from '
|
|
46
|
-
import { DataCubeQueryFilterOperation__Contain } from '
|
|
47
|
-
import { DataCubeQueryFilterOperation__ContainCaseInsensitive } from '
|
|
48
|
-
import { DataCubeQueryFilterOperation__NotContain } from '
|
|
49
|
-
import { DataCubeQueryFilterOperation__StartWith } from '
|
|
50
|
-
import { DataCubeQueryFilterOperation__StartWithCaseInsensitive } from '
|
|
51
|
-
import { DataCubeQueryFilterOperation__NotStartWith } from '
|
|
52
|
-
import { DataCubeQueryFilterOperation__EndWith } from '
|
|
53
|
-
import { DataCubeQueryFilterOperation__EndWithCaseInsensitive } from '
|
|
54
|
-
import { DataCubeQueryFilterOperation__NotEndWith } from '
|
|
55
|
-
import { DataCubeQueryFilterOperation__IsNull } from '
|
|
56
|
-
import { DataCubeQueryFilterOperation__IsNotNull } from '
|
|
57
|
-
import { SerializationFactory } from '@finos/legend-shared';
|
|
58
|
-
import { type DataCubeQueryColumn, DataCubeQuery } from './DataCubeQuery.js';
|
|
59
|
-
import type { GridApi } from '@ag-grid-community/core';
|
|
16
|
+
import { type V1_ValueSpecification, type V1_Lambda, type TDSExecutionResult, type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
|
+
import { DataCubeQueryAggregateOperation__Sum } from './aggregation/DataCubeQueryAggregateOperation__Sum.js';
|
|
18
|
+
import { DataCubeQueryAggregateOperation__Average } from './aggregation/DataCubeQueryAggregateOperation__Average.js';
|
|
19
|
+
import { DataCubeQueryAggregateOperation__Count } from './aggregation/DataCubeQueryAggregateOperation__Count.js';
|
|
20
|
+
import { DataCubeQueryAggregateOperation__Min } from './aggregation/DataCubeQueryAggregateOperation__Min.js';
|
|
21
|
+
import { DataCubeQueryAggregateOperation__Max } from './aggregation/DataCubeQueryAggregateOperation__Max.js';
|
|
22
|
+
import { DataCubeQueryAggregateOperation__UniqueValue } from './aggregation/DataCubeQueryAggregateOperation__UniqueValue.js';
|
|
23
|
+
import { DataCubeQueryAggregateOperation__First } from './aggregation/DataCubeQueryAggregateOperation__First.js';
|
|
24
|
+
import { DataCubeQueryAggregateOperation__Last } from './aggregation/DataCubeQueryAggregateOperation__Last.js';
|
|
25
|
+
import { DataCubeQueryAggregateOperation__VariancePopulation } from './aggregation/DataCubeQueryAggregateOperation__VariancePopulation.js';
|
|
26
|
+
import { DataCubeQueryAggregateOperation__VarianceSample } from './aggregation/DataCubeQueryAggregateOperation__VarianceSample.js';
|
|
27
|
+
import { DataCubeQueryAggregateOperation__StdDevPopulation } from './aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.js';
|
|
28
|
+
import { DataCubeQueryAggregateOperation__StdDevSample } from './aggregation/DataCubeQueryAggregateOperation__StdDevSample.js';
|
|
29
|
+
import { DataCubeQueryAggregateOperation__JoinStrings } from './aggregation/DataCubeQueryAggregateOperation__JoinStrings.js';
|
|
30
|
+
import { DataCubeQueryFilterOperation__Equal } from './filter/DataCubeQueryFilterOperation__Equal.js';
|
|
31
|
+
import { DataCubeQueryFilterOperation__LessThanOrEqual } from './filter/DataCubeQueryFilterOperation__LessThanOrEqual.js';
|
|
32
|
+
import { DataCubeQueryFilterOperation__LessThan } from './filter/DataCubeQueryFilterOperation__LessThan.js';
|
|
33
|
+
import { DataCubeQueryFilterOperation__GreaterThanOrEqual } from './filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.js';
|
|
34
|
+
import { DataCubeQueryFilterOperation__GreaterThan } from './filter/DataCubeQueryFilterOperation__GreaterThan.js';
|
|
35
|
+
import { DataCubeQueryFilterOperation__NotEqual } from './filter/DataCubeQueryFilterOperation__NotEqual.js';
|
|
36
|
+
import { DataCubeQueryFilterOperation__EqualColumn } from './filter/DataCubeQueryFilterOperation__EqualColumn.js';
|
|
37
|
+
import { DataCubeQueryFilterOperation__EqualCaseInsensitive } from './filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.js';
|
|
38
|
+
import { DataCubeQueryFilterOperation__NotEqualCaseInsensitive } from './filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.js';
|
|
39
|
+
import { DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn } from './filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.js';
|
|
40
|
+
import { DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn } from './filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.js';
|
|
41
|
+
import { DataCubeQueryFilterOperation__NotEqualColumn } from './filter/DataCubeQueryFilterOperation__NotEqualColumn.js';
|
|
42
|
+
import { DataCubeQueryFilterOperation__LessThanColumn } from './filter/DataCubeQueryFilterOperation__LessThanColumn.js';
|
|
43
|
+
import { DataCubeQueryFilterOperation__LessThanOrEqualColumn } from './filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.js';
|
|
44
|
+
import { DataCubeQueryFilterOperation__GreaterThanColumn } from './filter/DataCubeQueryFilterOperation__GreaterThanColumn.js';
|
|
45
|
+
import { DataCubeQueryFilterOperation__GreaterThanOrEqualColumn } from './filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.js';
|
|
46
|
+
import { DataCubeQueryFilterOperation__Contain } from './filter/DataCubeQueryFilterOperation__Contain.js';
|
|
47
|
+
import { DataCubeQueryFilterOperation__ContainCaseInsensitive } from './filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.js';
|
|
48
|
+
import { DataCubeQueryFilterOperation__NotContain } from './filter/DataCubeQueryFilterOperation__NotContain.js';
|
|
49
|
+
import { DataCubeQueryFilterOperation__StartWith } from './filter/DataCubeQueryFilterOperation__StartWith.js';
|
|
50
|
+
import { DataCubeQueryFilterOperation__StartWithCaseInsensitive } from './filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.js';
|
|
51
|
+
import { DataCubeQueryFilterOperation__NotStartWith } from './filter/DataCubeQueryFilterOperation__NotStartWith.js';
|
|
52
|
+
import { DataCubeQueryFilterOperation__EndWith } from './filter/DataCubeQueryFilterOperation__EndWith.js';
|
|
53
|
+
import { DataCubeQueryFilterOperation__EndWithCaseInsensitive } from './filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.js';
|
|
54
|
+
import { DataCubeQueryFilterOperation__NotEndWith } from './filter/DataCubeQueryFilterOperation__NotEndWith.js';
|
|
55
|
+
import { DataCubeQueryFilterOperation__IsNull } from './filter/DataCubeQueryFilterOperation__IsNull.js';
|
|
56
|
+
import { DataCubeQueryFilterOperation__IsNotNull } from './filter/DataCubeQueryFilterOperation__IsNotNull.js';
|
|
60
57
|
import type { DataCubeQuerySnapshot } from './DataCubeQuerySnapshot.js';
|
|
58
|
+
import type { DataCubeColumn } from './models/DataCubeColumn.js';
|
|
59
|
+
import type { DataCubeQuery } from './models/DataCubeQuery.js';
|
|
60
|
+
import { type DataCubeSource } from './models/DataCubeSource.js';
|
|
61
|
+
import { type DocumentationEntry, type LogEvent, type PlainObject } from '@finos/legend-shared';
|
|
62
|
+
import { AlertType, type ActionAlertAction } from '../../components/core/DataCubeAlert.js';
|
|
63
|
+
import { LayoutManagerState, type WindowConfiguration } from './DataCubeLayoutManagerState.js';
|
|
64
|
+
import type { DataCubeAPI } from '../DataCubeAPI.js';
|
|
61
65
|
export type CompletionItem = {
|
|
62
66
|
completion: string;
|
|
63
67
|
display: string;
|
|
64
68
|
};
|
|
69
|
+
export type RelationType = {
|
|
70
|
+
columns: DataCubeColumn[];
|
|
71
|
+
};
|
|
65
72
|
export type DataCubeQueryBuilderError = {
|
|
66
73
|
type: string;
|
|
67
74
|
message: string;
|
|
@@ -72,56 +79,34 @@ export type DataCubeQueryBuilderError = {
|
|
|
72
79
|
endColumn: number;
|
|
73
80
|
};
|
|
74
81
|
};
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
};
|
|
80
|
-
export type RelationType = {
|
|
81
|
-
columns: DataCubeQueryColumn[];
|
|
82
|
+
type DataCubeExecutionResult = {
|
|
83
|
+
result: TDSExecutionResult;
|
|
84
|
+
executedQuery: string;
|
|
85
|
+
executedSQL: string;
|
|
82
86
|
};
|
|
83
|
-
export
|
|
87
|
+
export type DataCubeInitialInput = {
|
|
84
88
|
query: DataCubeQuery;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
static readonly serialization: SerializationFactory<DataCubeGetBaseQueryResult>;
|
|
89
|
-
}
|
|
90
|
-
export declare const DEFAULT_ENABLE_DEBUG_MODE = false;
|
|
91
|
-
export declare const DEFAULT_GRID_CLIENT_ROW_BUFFER = 50;
|
|
92
|
-
export declare const DEFAULT_GRID_CLIENT_PURGE_CLOSED_ROW_NODES = false;
|
|
93
|
-
export declare const DEFAULT_GRID_CLIENT_SUPPRESS_LARGE_DATASET_WARNING = false;
|
|
94
|
-
export declare abstract class DataCubeEngine {
|
|
89
|
+
source: DataCubeSource;
|
|
90
|
+
};
|
|
91
|
+
export type DataCubeEngineConfiguration = {
|
|
95
92
|
gridClientLicense?: string | undefined;
|
|
96
|
-
|
|
93
|
+
};
|
|
94
|
+
export declare abstract class DataCubeEngine {
|
|
95
|
+
readonly layout: LayoutManagerState;
|
|
97
96
|
readonly filterOperations: (DataCubeQueryFilterOperation__Equal | DataCubeQueryFilterOperation__LessThanOrEqual | DataCubeQueryFilterOperation__LessThan | DataCubeQueryFilterOperation__GreaterThanOrEqual | DataCubeQueryFilterOperation__GreaterThan | DataCubeQueryFilterOperation__NotEqual | DataCubeQueryFilterOperation__EqualColumn | DataCubeQueryFilterOperation__EqualCaseInsensitive | DataCubeQueryFilterOperation__NotEqualCaseInsensitive | DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn | DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn | DataCubeQueryFilterOperation__NotEqualColumn | DataCubeQueryFilterOperation__LessThanColumn | DataCubeQueryFilterOperation__LessThanOrEqualColumn | DataCubeQueryFilterOperation__GreaterThanColumn | DataCubeQueryFilterOperation__GreaterThanOrEqualColumn | DataCubeQueryFilterOperation__Contain | DataCubeQueryFilterOperation__ContainCaseInsensitive | DataCubeQueryFilterOperation__NotContain | DataCubeQueryFilterOperation__StartWith | DataCubeQueryFilterOperation__StartWithCaseInsensitive | DataCubeQueryFilterOperation__NotStartWith | DataCubeQueryFilterOperation__EndWith | DataCubeQueryFilterOperation__EndWithCaseInsensitive | DataCubeQueryFilterOperation__NotEndWith | DataCubeQueryFilterOperation__IsNull | DataCubeQueryFilterOperation__IsNotNull)[];
|
|
98
97
|
readonly aggregateOperations: (DataCubeQueryAggregateOperation__Sum | DataCubeQueryAggregateOperation__Average | DataCubeQueryAggregateOperation__Count | DataCubeQueryAggregateOperation__Min | DataCubeQueryAggregateOperation__Max | DataCubeQueryAggregateOperation__UniqueValue | DataCubeQueryAggregateOperation__First | DataCubeQueryAggregateOperation__Last | DataCubeQueryAggregateOperation__VariancePopulation | DataCubeQueryAggregateOperation__VarianceSample | DataCubeQueryAggregateOperation__StdDevPopulation | DataCubeQueryAggregateOperation__StdDevSample | DataCubeQueryAggregateOperation__JoinStrings)[];
|
|
99
|
-
|
|
100
|
-
gridClientRowBuffer: number;
|
|
101
|
-
gridClientPurgeClosedRowNodes: boolean;
|
|
102
|
-
gridClientSuppressLargeDatasetWarning: boolean;
|
|
103
|
-
constructor();
|
|
104
|
-
getFilterOperation(value: string): import("../core/filter/DataCubeQueryFilterOperation.js").DataCubeQueryFilterOperation;
|
|
105
|
-
getAggregateOperation(value: string): import("../core/aggregation/DataCubeQueryAggregateOperation.js").DataCubeQueryAggregateOperation;
|
|
106
|
-
setEnableDebugMode(value: boolean): void;
|
|
107
|
-
setGridClientRowBuffer(value: number): void;
|
|
108
|
-
setGridClientPurgeClosedRowNodes(value: boolean): void;
|
|
109
|
-
setGridClientSuppressLargeDatasetWarning(value: boolean): void;
|
|
98
|
+
protected fetchConfiguration(): Promise<DataCubeEngineConfiguration>;
|
|
110
99
|
initialize(): Promise<void>;
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
abstract
|
|
115
|
-
abstract
|
|
116
|
-
abstract
|
|
117
|
-
abstract
|
|
118
|
-
abstract
|
|
119
|
-
abstract
|
|
120
|
-
abstract
|
|
121
|
-
result: TDSExecutionResult;
|
|
122
|
-
executedQuery: string;
|
|
123
|
-
executedSQL: string;
|
|
124
|
-
}>;
|
|
100
|
+
getFilterOperation(value: string): import("./filter/DataCubeQueryFilterOperation.js").DataCubeQueryFilterOperation;
|
|
101
|
+
getAggregateOperation(value: string): import("./aggregation/DataCubeQueryAggregateOperation.js").DataCubeQueryAggregateOperation;
|
|
102
|
+
getInitialInput(): Promise<DataCubeInitialInput | undefined>;
|
|
103
|
+
abstract parseValueSpecification(code: string, returnSourceInformation?: boolean | undefined): Promise<V1_ValueSpecification>;
|
|
104
|
+
abstract getValueSpecificationCode(value: V1_ValueSpecification, pretty?: boolean | undefined): Promise<string>;
|
|
105
|
+
abstract getQueryTypeahead(code: string, baseQuery: V1_Lambda, source: DataCubeSource): Promise<CompletionItem[]>;
|
|
106
|
+
abstract getQueryRelationType(query: V1_Lambda, source: DataCubeSource): Promise<RelationType>;
|
|
107
|
+
abstract getQueryCodeRelationReturnType(code: string, baseQuery: V1_ValueSpecification, source: DataCubeSource): Promise<RelationType>;
|
|
108
|
+
abstract executeQuery(query: V1_Lambda, source: DataCubeSource, api: DataCubeAPI): Promise<DataCubeExecutionResult>;
|
|
109
|
+
abstract buildExecutionContext(source: DataCubeSource): V1_AppliedFunction | undefined;
|
|
125
110
|
/**
|
|
126
111
|
* By default, for a function chain, Pure grammar composer will extract the first parameter of the first function
|
|
127
112
|
* and render it as the caller of that function rather than a parameter
|
|
@@ -131,5 +116,41 @@ export declare abstract class DataCubeEngine {
|
|
|
131
116
|
* Then remove this dummy value from the final code.
|
|
132
117
|
*/
|
|
133
118
|
getPartialQueryCode(snapshot: DataCubeQuerySnapshot, pretty?: boolean | undefined): Promise<string>;
|
|
119
|
+
getDocumentationURL(): string | undefined;
|
|
120
|
+
getDocumentationEntry(key: string): DocumentationEntry | undefined;
|
|
121
|
+
shouldDisplayDocumentationEntry(entry: DocumentationEntry): boolean;
|
|
122
|
+
logDebug(message: string, ...data: unknown[]): void;
|
|
123
|
+
debugProcess(processName: string, ...data: [string, unknown][]): void;
|
|
124
|
+
logInfo(event: LogEvent, ...data: unknown[]): void;
|
|
125
|
+
logWarning(event: LogEvent, ...data: unknown[]): void;
|
|
126
|
+
logError(event: LogEvent, ...data: unknown[]): void;
|
|
127
|
+
logUnhandledError(error: Error): void;
|
|
128
|
+
logIllegalStateError(message: string, error?: Error): void;
|
|
129
|
+
alert(options: {
|
|
130
|
+
message: string;
|
|
131
|
+
type: AlertType;
|
|
132
|
+
text?: string | undefined;
|
|
133
|
+
actions?: ActionAlertAction[] | undefined;
|
|
134
|
+
windowTitle?: string | undefined;
|
|
135
|
+
windowConfig?: WindowConfiguration | undefined;
|
|
136
|
+
}): void;
|
|
137
|
+
alertError(error: Error, options: {
|
|
138
|
+
message: string;
|
|
139
|
+
text?: string | undefined;
|
|
140
|
+
actions?: ActionAlertAction[] | undefined;
|
|
141
|
+
windowTitle?: string | undefined;
|
|
142
|
+
windowConfig?: WindowConfiguration | undefined;
|
|
143
|
+
}): void;
|
|
144
|
+
alertUnhandledError(error: Error): void;
|
|
145
|
+
alertCodeCheckError(error: DataCubeQueryBuilderError, code: string, codePrefix: string, options: {
|
|
146
|
+
message: string;
|
|
147
|
+
text?: string | undefined;
|
|
148
|
+
actions?: ActionAlertAction[] | undefined;
|
|
149
|
+
windowTitle?: string | undefined;
|
|
150
|
+
windowConfig?: WindowConfiguration | undefined;
|
|
151
|
+
}): void;
|
|
152
|
+
openLink(url: string): void;
|
|
153
|
+
sendTelemetry(event: string, data: PlainObject): void;
|
|
134
154
|
}
|
|
155
|
+
export {};
|
|
135
156
|
//# sourceMappingURL=DataCubeEngine.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeEngine.d.ts","sourceRoot":"","sources":["../../../src/stores/core/DataCubeEngine.
|
|
1
|
+
{"version":3,"file":"DataCubeEngine.d.ts","sourceRoot":"","sources":["../../../src/stores/core/DataCubeEngine.tsx"],"names":[],"mappings":"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"}
|