@finos/legend-data-cube 0.0.6 → 0.0.8
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/__lib__/DataCubeDocumentation.d.ts.map +1 -0
- package/lib/__lib__/DataCubeDocumentation.js.map +1 -0
- package/lib/components/DataCube.d.ts.map +1 -1
- package/lib/components/DataCube.js +4 -4
- package/lib/components/DataCube.js.map +1 -1
- package/lib/components/DataCubeProvider.d.ts +2 -2
- package/lib/components/DataCubeProvider.d.ts.map +1 -1
- package/lib/components/core/DataCubeAlert.d.ts.map +1 -0
- package/lib/components/core/DataCubeAlert.js.map +1 -0
- package/lib/components/core/DataCubeCodeCheckErrorAlert.d.ts +24 -0
- package/lib/components/core/DataCubeCodeCheckErrorAlert.d.ts.map +1 -0
- package/lib/components/core/DataCubeCodeCheckErrorAlert.js +78 -0
- package/lib/components/core/DataCubeCodeCheckErrorAlert.js.map +1 -0
- package/lib/components/core/DataCubeDocumentationPanel.d.ts.map +1 -0
- package/lib/components/core/DataCubeDocumentationPanel.js.map +1 -0
- package/lib/components/core/DataCubeFormUtils.d.ts.map +1 -0
- package/lib/components/core/DataCubeFormUtils.js.map +1 -0
- package/lib/components/{application → core}/DataCubeLayoutManager.d.ts +1 -1
- package/lib/components/core/DataCubeLayoutManager.d.ts.map +1 -0
- package/lib/components/{application → core}/DataCubeLayoutManager.js +1 -1
- package/lib/components/core/DataCubeLayoutManager.js.map +1 -0
- package/lib/components/{shared → core}/DataCubePureCodeEditorUtils.d.ts +2 -2
- package/lib/components/core/DataCubePureCodeEditorUtils.d.ts.map +1 -0
- package/lib/components/{shared → core}/DataCubePureCodeEditorUtils.js +2 -2
- package/lib/components/core/DataCubePureCodeEditorUtils.js.map +1 -0
- package/lib/components/core/DataCubeSettingsPanel.d.ts.map +1 -0
- package/lib/components/{application → core}/DataCubeSettingsPanel.js +3 -6
- package/lib/components/core/DataCubeSettingsPanel.js.map +1 -0
- package/lib/components/{editor → view/editor}/DataCubeEditor.d.ts +1 -1
- package/lib/components/view/editor/DataCubeEditor.d.ts.map +1 -0
- package/lib/components/{editor → view/editor}/DataCubeEditor.js +1 -1
- package/lib/components/view/editor/DataCubeEditor.js.map +1 -0
- package/lib/components/{editor → view/editor}/DataCubeEditorColumnPropertiesPanel.d.ts +1 -1
- package/lib/components/view/editor/DataCubeEditorColumnPropertiesPanel.d.ts.map +1 -0
- package/lib/components/{editor → view/editor}/DataCubeEditorColumnPropertiesPanel.js +11 -11
- package/lib/components/view/editor/DataCubeEditorColumnPropertiesPanel.js.map +1 -0
- package/lib/components/{editor/DataCubeEditorColumnsSelector.d.ts → view/editor/DataCubeEditorColumnSelector.d.ts} +6 -6
- package/lib/components/view/editor/DataCubeEditorColumnSelector.d.ts.map +1 -0
- package/lib/components/{editor/DataCubeEditorColumnsSelector.js → view/editor/DataCubeEditorColumnSelector.js} +4 -4
- package/lib/components/view/editor/DataCubeEditorColumnSelector.js.map +1 -0
- package/lib/components/{editor → view/editor}/DataCubeEditorColumnsPanel.d.ts +1 -1
- package/lib/components/view/editor/DataCubeEditorColumnsPanel.d.ts.map +1 -0
- package/lib/components/{editor → view/editor}/DataCubeEditorColumnsPanel.js +4 -4
- package/lib/components/view/editor/DataCubeEditorColumnsPanel.js.map +1 -0
- package/lib/components/{editor → view/editor}/DataCubeEditorGeneralPropertiesPanel.d.ts +1 -1
- package/lib/components/view/editor/DataCubeEditorGeneralPropertiesPanel.d.ts.map +1 -0
- package/lib/components/{editor → view/editor}/DataCubeEditorGeneralPropertiesPanel.js +5 -5
- package/lib/components/view/editor/DataCubeEditorGeneralPropertiesPanel.js.map +1 -0
- package/lib/components/{editor → view/editor}/DataCubeEditorHorizontalPivotsPanel.d.ts +1 -1
- package/lib/components/view/editor/DataCubeEditorHorizontalPivotsPanel.d.ts.map +1 -0
- package/lib/components/{editor → view/editor}/DataCubeEditorHorizontalPivotsPanel.js +3 -3
- package/lib/components/view/editor/DataCubeEditorHorizontalPivotsPanel.js.map +1 -0
- package/lib/components/{editor → view/editor}/DataCubeEditorSortsPanel.d.ts +1 -1
- package/lib/components/view/editor/DataCubeEditorSortsPanel.d.ts.map +1 -0
- package/lib/components/view/editor/DataCubeEditorSortsPanel.js +51 -0
- package/lib/components/view/editor/DataCubeEditorSortsPanel.js.map +1 -0
- package/lib/components/{editor → view/editor}/DataCubeEditorVerticalPivotsPanel.d.ts +1 -1
- package/lib/components/view/editor/DataCubeEditorVerticalPivotsPanel.d.ts.map +1 -0
- package/lib/components/{editor → view/editor}/DataCubeEditorVerticalPivotsPanel.js +2 -2
- package/lib/components/view/editor/DataCubeEditorVerticalPivotsPanel.js.map +1 -0
- package/lib/components/{extend → view/extend}/DataCubeColumnEditor.d.ts +2 -2
- package/lib/components/view/extend/DataCubeColumnEditor.d.ts.map +1 -0
- package/lib/components/{extend → view/extend}/DataCubeColumnEditor.js +15 -7
- package/lib/components/view/extend/DataCubeColumnEditor.js.map +1 -0
- package/lib/components/{filter → view/filter}/DataCubeFilterEditor.d.ts +1 -1
- package/lib/components/view/filter/DataCubeFilterEditor.d.ts.map +1 -0
- package/lib/components/{filter → view/filter}/DataCubeFilterEditor.js +17 -17
- package/lib/components/view/filter/DataCubeFilterEditor.js.map +1 -0
- package/lib/components/{grid → view/grid}/DataCubeGrid.d.ts +1 -1
- package/lib/components/view/grid/DataCubeGrid.d.ts.map +1 -0
- package/lib/components/{grid → view/grid}/DataCubeGrid.js +3 -3
- package/lib/components/view/grid/DataCubeGrid.js.map +1 -0
- package/lib/components/view/grid/DataCubeGridShared.d.ts.map +1 -0
- package/lib/components/{grid → view/grid}/DataCubeGridShared.js +1 -1
- package/lib/components/view/grid/DataCubeGridShared.js.map +1 -0
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +5 -5
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +5 -5
- package/lib/index.js.map +1 -1
- package/lib/package.json +20 -20
- package/lib/stores/DataCubeState.d.ts +4 -5
- package/lib/stores/DataCubeState.d.ts.map +1 -1
- package/lib/stores/DataCubeState.js +11 -12
- package/lib/stores/DataCubeState.js.map +1 -1
- package/lib/stores/{engine → core}/DataCubeApplicationEngine.d.ts +15 -7
- package/lib/stores/core/DataCubeApplicationEngine.d.ts.map +1 -0
- package/lib/stores/core/DataCubeApplicationEngine.js +94 -0
- package/lib/stores/core/DataCubeApplicationEngine.js.map +1 -0
- package/lib/stores/core/DataCubeConfiguration.d.ts +3 -0
- package/lib/stores/core/DataCubeConfiguration.d.ts.map +1 -1
- package/lib/stores/core/DataCubeConfiguration.js +9 -0
- package/lib/stores/core/DataCubeConfiguration.js.map +1 -1
- package/lib/stores/core/DataCubeConfigurationBuilder.js +4 -4
- package/lib/stores/core/DataCubeConfigurationBuilder.js.map +1 -1
- package/lib/stores/{engine → core}/DataCubeEngine.d.ts +17 -6
- package/lib/stores/core/DataCubeEngine.d.ts.map +1 -0
- package/lib/stores/{engine → core}/DataCubeEngine.js +35 -11
- package/lib/stores/core/DataCubeEngine.js.map +1 -0
- package/lib/stores/core/DataCubeEngineUtils.d.ts +2 -0
- package/lib/stores/core/DataCubeEngineUtils.d.ts.map +1 -0
- package/lib/stores/core/DataCubeEngineUtils.js +2 -0
- package/lib/stores/core/DataCubeEngineUtils.js.map +1 -0
- package/lib/stores/core/DataCubeLayoutManagerState.d.ts.map +1 -0
- package/lib/stores/core/DataCubeLayoutManagerState.js.map +1 -0
- package/lib/stores/core/DataCubeQuery.d.ts.map +1 -0
- package/lib/stores/core/DataCubeQuery.js.map +1 -0
- package/lib/stores/core/DataCubeQueryBuilder.d.ts +3 -2
- package/lib/stores/core/DataCubeQueryBuilder.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQueryBuilder.js +25 -26
- package/lib/stores/core/DataCubeQueryBuilder.js.map +1 -1
- package/lib/stores/core/DataCubeQueryBuilderUtils.d.ts +3 -2
- package/lib/stores/core/DataCubeQueryBuilderUtils.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQueryBuilderUtils.js +12 -6
- package/lib/stores/core/DataCubeQueryBuilderUtils.js.map +1 -1
- package/lib/stores/core/DataCubeQueryEngine.d.ts +5 -7
- package/lib/stores/core/DataCubeQueryEngine.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQueryEngine.js +32 -37
- package/lib/stores/core/DataCubeQueryEngine.js.map +1 -1
- package/lib/stores/core/DataCubeQuerySnapshot.d.ts +32 -10
- package/lib/stores/core/DataCubeQuerySnapshot.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQuerySnapshot.js +42 -4
- package/lib/stores/core/DataCubeQuerySnapshot.js.map +1 -1
- package/lib/stores/core/DataCubeQuerySnapshotBuilder.d.ts +1 -1
- package/lib/stores/core/DataCubeQuerySnapshotBuilder.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQuerySnapshotBuilder.js +10 -12
- package/lib/stores/core/DataCubeQuerySnapshotBuilder.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Average.d.ts +2 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Average.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Average.js +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Average.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Count.d.ts +2 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Count.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Count.js +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Count.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__First.d.ts +2 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__First.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__First.js +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__First.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.d.ts +2 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.js +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Last.d.ts +2 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Last.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Last.js +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Last.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Max.d.ts +2 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Max.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Max.js +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Max.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Min.d.ts +2 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Min.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Min.js +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Min.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.d.ts +2 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.js +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.d.ts +2 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.js +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Sum.d.ts +2 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Sum.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Sum.js +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Sum.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.d.ts +2 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.js +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.d.ts +2 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.js +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.d.ts +2 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.js +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterEditorState.js +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterEditorState.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Contain.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Contain.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWith.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWith.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Equal.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Equal.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Equal.js +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Equal.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualColumn.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThan.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThan.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNotNull.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNotNull.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNull.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNull.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThan.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThan.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanColumn.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotContain.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotContain.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEndWith.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEndWith.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqual.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqual.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotStartWith.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotStartWith.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWith.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWith.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.d.ts +2 -2
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.d.ts.map +1 -1
- package/lib/stores/{core → view}/DataCubeInfoState.d.ts +4 -3
- package/lib/stores/view/DataCubeInfoState.d.ts.map +1 -0
- package/lib/stores/{core → view}/DataCubeInfoState.js +4 -1
- package/lib/stores/view/DataCubeInfoState.js.map +1 -0
- package/lib/stores/{core → view}/DataCubeQuerySnapshotManager.d.ts +5 -3
- package/lib/stores/view/DataCubeQuerySnapshotManager.d.ts.map +1 -0
- package/lib/stores/{core → view}/DataCubeQuerySnapshotManager.js +11 -3
- package/lib/stores/view/DataCubeQuerySnapshotManager.js.map +1 -0
- package/lib/stores/{DataCubeViewState.d.ts → view/DataCubeViewState.d.ts} +5 -5
- package/lib/stores/view/DataCubeViewState.d.ts.map +1 -0
- package/lib/stores/{DataCubeViewState.js → view/DataCubeViewState.js} +6 -6
- package/lib/stores/view/DataCubeViewState.js.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorColumnPropertiesPanelState.d.ts +2 -2
- package/lib/stores/view/editor/DataCubeEditorColumnPropertiesPanelState.d.ts.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorColumnPropertiesPanelState.js +1 -1
- package/lib/stores/view/editor/DataCubeEditorColumnPropertiesPanelState.js.map +1 -0
- package/lib/stores/{editor/DataCubeEditorColumnsSelectorState.d.ts → view/editor/DataCubeEditorColumnSelectorState.d.ts} +5 -5
- package/lib/stores/view/editor/DataCubeEditorColumnSelectorState.d.ts.map +1 -0
- package/lib/stores/{editor/DataCubeEditorColumnsSelectorState.js → view/editor/DataCubeEditorColumnSelectorState.js} +4 -4
- package/lib/stores/view/editor/DataCubeEditorColumnSelectorState.js.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorColumnsPanelState.d.ts +10 -10
- package/lib/stores/view/editor/DataCubeEditorColumnsPanelState.d.ts.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorColumnsPanelState.js +8 -8
- package/lib/stores/view/editor/DataCubeEditorColumnsPanelState.js.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorGeneralPropertiesPanelState.d.ts +2 -2
- package/lib/stores/view/editor/DataCubeEditorGeneralPropertiesPanelState.d.ts.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorGeneralPropertiesPanelState.js +1 -1
- package/lib/stores/view/editor/DataCubeEditorGeneralPropertiesPanelState.js.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorHorizontalPivotsPanelState.d.ts +7 -7
- package/lib/stores/view/editor/DataCubeEditorHorizontalPivotsPanelState.d.ts.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorHorizontalPivotsPanelState.js +8 -8
- package/lib/stores/view/editor/DataCubeEditorHorizontalPivotsPanelState.js.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorMutableConfiguration.d.ts +4 -7
- package/lib/stores/view/editor/DataCubeEditorMutableConfiguration.d.ts.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorMutableConfiguration.js +5 -14
- package/lib/stores/view/editor/DataCubeEditorMutableConfiguration.js.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorPanelState.d.ts +2 -2
- package/lib/stores/view/editor/DataCubeEditorPanelState.d.ts.map +1 -0
- package/lib/stores/view/editor/DataCubeEditorPanelState.js.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorPivotLayoutPanelState.d.ts +2 -2
- package/lib/stores/view/editor/DataCubeEditorPivotLayoutPanelState.d.ts.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorPivotLayoutPanelState.js +2 -2
- package/lib/stores/view/editor/DataCubeEditorPivotLayoutPanelState.js.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorSortsPanelState.d.ts +9 -9
- package/lib/stores/view/editor/DataCubeEditorSortsPanelState.d.ts.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorSortsPanelState.js +7 -8
- package/lib/stores/view/editor/DataCubeEditorSortsPanelState.js.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorState.d.ts +4 -3
- package/lib/stores/view/editor/DataCubeEditorState.d.ts.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorState.js +37 -26
- package/lib/stores/view/editor/DataCubeEditorState.js.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorVerticalPivotsPanelState.d.ts +7 -7
- package/lib/stores/view/editor/DataCubeEditorVerticalPivotsPanelState.d.ts.map +1 -0
- package/lib/stores/{editor → view/editor}/DataCubeEditorVerticalPivotsPanelState.js +8 -8
- package/lib/stores/view/editor/DataCubeEditorVerticalPivotsPanelState.js.map +1 -0
- package/lib/stores/{extend → view/extend}/DataCubeColumnEditorState.d.ts +35 -10
- package/lib/stores/view/extend/DataCubeColumnEditorState.d.ts.map +1 -0
- package/lib/stores/{extend → view/extend}/DataCubeColumnEditorState.js +135 -38
- package/lib/stores/view/extend/DataCubeColumnEditorState.js.map +1 -0
- package/lib/stores/{extend → view/extend}/DataCubeExtendManagerState.d.ts +18 -10
- package/lib/stores/view/extend/DataCubeExtendManagerState.d.ts.map +1 -0
- package/lib/stores/view/extend/DataCubeExtendManagerState.js +305 -0
- package/lib/stores/view/extend/DataCubeExtendManagerState.js.map +1 -0
- package/lib/stores/{filter → view/filter}/DataCubeFilterEditorState.d.ts +6 -5
- package/lib/stores/view/filter/DataCubeFilterEditorState.d.ts.map +1 -0
- package/lib/stores/{filter → view/filter}/DataCubeFilterEditorState.js +8 -5
- package/lib/stores/view/filter/DataCubeFilterEditorState.js.map +1 -0
- package/lib/stores/{grid → view/grid}/DataCubeGridClientEngine.d.ts +2 -2
- package/lib/stores/view/grid/DataCubeGridClientEngine.d.ts.map +1 -0
- package/lib/stores/{grid → view/grid}/DataCubeGridClientEngine.js +25 -13
- package/lib/stores/view/grid/DataCubeGridClientEngine.js.map +1 -0
- package/lib/stores/view/grid/DataCubeGridClientExportEngine.d.ts.map +1 -0
- package/lib/stores/view/grid/DataCubeGridClientExportEngine.js.map +1 -0
- package/lib/stores/{grid → view/grid}/DataCubeGridConfigurationBuilder.d.ts +3 -3
- package/lib/stores/view/grid/DataCubeGridConfigurationBuilder.d.ts.map +1 -0
- package/lib/stores/{grid → view/grid}/DataCubeGridConfigurationBuilder.js +12 -9
- package/lib/stores/view/grid/DataCubeGridConfigurationBuilder.js.map +1 -0
- package/lib/stores/{grid → view/grid}/DataCubeGridControllerState.d.ts +9 -9
- package/lib/stores/view/grid/DataCubeGridControllerState.d.ts.map +1 -0
- package/lib/stores/{grid → view/grid}/DataCubeGridControllerState.js +28 -36
- package/lib/stores/view/grid/DataCubeGridControllerState.js.map +1 -0
- package/lib/stores/view/grid/DataCubeGridMenuBuilder.d.ts.map +1 -0
- package/lib/stores/{grid → view/grid}/DataCubeGridMenuBuilder.js +23 -61
- package/lib/stores/view/grid/DataCubeGridMenuBuilder.js.map +1 -0
- package/lib/stores/{grid → view/grid}/DataCubeGridQueryBuilder.d.ts +5 -5
- package/lib/stores/view/grid/DataCubeGridQueryBuilder.d.ts.map +1 -0
- package/lib/stores/{grid → view/grid}/DataCubeGridQueryBuilder.js +41 -9
- package/lib/stores/view/grid/DataCubeGridQueryBuilder.js.map +1 -0
- package/lib/stores/{grid → view/grid}/DataCubeGridQuerySnapshotBuilder.d.ts +3 -3
- package/lib/stores/view/grid/DataCubeGridQuerySnapshotBuilder.d.ts.map +1 -0
- package/lib/stores/{grid → view/grid}/DataCubeGridQuerySnapshotBuilder.js +9 -9
- package/lib/stores/view/grid/DataCubeGridQuerySnapshotBuilder.js.map +1 -0
- package/lib/stores/{grid → view/grid}/DataCubeGridState.d.ts +4 -3
- package/lib/stores/view/grid/DataCubeGridState.d.ts.map +1 -0
- package/lib/stores/{grid → view/grid}/DataCubeGridState.js +9 -3
- package/lib/stores/view/grid/DataCubeGridState.js.map +1 -0
- package/package.json +25 -25
- package/src/components/DataCube.tsx +6 -5
- package/src/components/DataCubeProvider.tsx +2 -2
- package/src/components/core/DataCubeCodeCheckErrorAlert.tsx +127 -0
- package/src/components/{application → core}/DataCubeLayoutManager.tsx +1 -1
- package/src/components/{shared → core}/DataCubePureCodeEditorUtils.tsx +6 -4
- package/src/components/{application → core}/DataCubeSettingsPanel.tsx +2 -20
- package/src/components/{editor → view/editor}/DataCubeEditor.tsx +2 -2
- package/src/components/{editor → view/editor}/DataCubeEditorColumnPropertiesPanel.tsx +23 -23
- package/src/components/{editor/DataCubeEditorColumnsSelector.tsx → view/editor/DataCubeEditorColumnSelector.tsx} +14 -14
- package/src/components/{editor → view/editor}/DataCubeEditorColumnsPanel.tsx +11 -11
- package/src/components/{editor → view/editor}/DataCubeEditorGeneralPropertiesPanel.tsx +11 -11
- package/src/components/{editor → view/editor}/DataCubeEditorHorizontalPivotsPanel.tsx +4 -4
- package/src/components/{editor → view/editor}/DataCubeEditorSortsPanel.tsx +35 -63
- package/src/components/{editor → view/editor}/DataCubeEditorVerticalPivotsPanel.tsx +3 -3
- package/src/components/{extend → view/extend}/DataCubeColumnEditor.tsx +34 -7
- package/src/components/{filter → view/filter}/DataCubeFilterEditor.tsx +37 -37
- package/src/components/{grid → view/grid}/DataCubeGrid.tsx +5 -5
- package/src/components/{grid → view/grid}/DataCubeGridShared.tsx +1 -1
- package/src/index.tsx +5 -6
- package/src/stores/DataCubeState.tsx +12 -14
- package/src/stores/{engine → core}/DataCubeApplicationEngine.tsx +108 -28
- package/src/stores/core/DataCubeConfiguration.ts +12 -0
- package/src/stores/core/DataCubeConfigurationBuilder.ts +4 -4
- package/src/stores/{engine → core}/DataCubeEngine.ts +65 -14
- package/src/stores/core/DataCubeEngineUtils.ts +0 -0
- package/src/stores/core/DataCubeQueryBuilder.ts +28 -44
- package/src/stores/core/DataCubeQueryBuilderUtils.ts +20 -7
- package/src/stores/core/DataCubeQueryEngine.ts +5 -10
- package/src/stores/core/DataCubeQuerySnapshot.ts +65 -17
- package/src/stores/core/DataCubeQuerySnapshotBuilder.ts +11 -14
- 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 +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__Contain.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__EndWith.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__Equal.tsx +3 -3
- package/src/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__EqualColumn.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThan.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__IsNotNull.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__IsNull.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__LessThan.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__LessThanColumn.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotContain.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotEndWith.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotEqual.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotStartWith.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__StartWith.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.tsx +2 -2
- package/src/stores/{core → view}/DataCubeInfoState.ts +8 -4
- package/src/stores/{core → view}/DataCubeQuerySnapshotManager.ts +28 -11
- package/src/stores/{DataCubeViewState.ts → view/DataCubeViewState.ts} +8 -8
- package/src/stores/{editor → view/editor}/DataCubeEditorColumnPropertiesPanelState.ts +2 -2
- package/src/stores/{editor/DataCubeEditorColumnsSelectorState.ts → view/editor/DataCubeEditorColumnSelectorState.ts} +6 -6
- package/src/stores/{editor → view/editor}/DataCubeEditorColumnsPanelState.ts +15 -15
- package/src/stores/{editor → view/editor}/DataCubeEditorGeneralPropertiesPanelState.ts +2 -2
- package/src/stores/{editor → view/editor}/DataCubeEditorHorizontalPivotsPanelState.ts +14 -14
- package/src/stores/{editor → view/editor}/DataCubeEditorMutableConfiguration.ts +5 -17
- package/src/stores/{editor → view/editor}/DataCubeEditorPanelState.ts +2 -2
- package/src/stores/{editor → view/editor}/DataCubeEditorPivotLayoutPanelState.ts +3 -3
- package/src/stores/{editor → view/editor}/DataCubeEditorSortsPanelState.ts +20 -14
- package/src/stores/{editor → view/editor}/DataCubeEditorState.tsx +58 -39
- package/src/stores/{editor → view/editor}/DataCubeEditorVerticalPivotsPanelState.ts +14 -14
- package/src/stores/{extend → view/extend}/DataCubeColumnEditorState.tsx +208 -48
- package/src/stores/view/extend/DataCubeExtendManagerState.tsx +470 -0
- package/src/stores/{filter → view/filter}/DataCubeFilterEditorState.tsx +11 -7
- package/src/stores/{grid → view/grid}/DataCubeGridClientEngine.ts +47 -20
- package/src/stores/{grid → view/grid}/DataCubeGridConfigurationBuilder.tsx +18 -13
- package/src/stores/{grid → view/grid}/DataCubeGridControllerState.ts +34 -43
- package/src/stores/{grid → view/grid}/DataCubeGridMenuBuilder.tsx +24 -62
- package/src/stores/{grid → view/grid}/DataCubeGridQueryBuilder.ts +87 -12
- package/src/stores/{grid → view/grid}/DataCubeGridQuerySnapshotBuilder.ts +13 -15
- package/src/stores/{grid → view/grid}/DataCubeGridState.ts +11 -4
- package/tsconfig.json +50 -48
- package/lib/application/DataCubeDocumentation.d.ts.map +0 -1
- package/lib/application/DataCubeDocumentation.js.map +0 -1
- package/lib/components/application/DataCubeAlert.d.ts.map +0 -1
- package/lib/components/application/DataCubeAlert.js.map +0 -1
- package/lib/components/application/DataCubeDocumentationPanel.d.ts.map +0 -1
- package/lib/components/application/DataCubeDocumentationPanel.js.map +0 -1
- package/lib/components/application/DataCubeLayoutManager.d.ts.map +0 -1
- package/lib/components/application/DataCubeLayoutManager.js.map +0 -1
- package/lib/components/application/DataCubeSettingsPanel.d.ts.map +0 -1
- package/lib/components/application/DataCubeSettingsPanel.js.map +0 -1
- package/lib/components/editor/DataCubeEditor.d.ts.map +0 -1
- package/lib/components/editor/DataCubeEditor.js.map +0 -1
- package/lib/components/editor/DataCubeEditorColumnPropertiesPanel.d.ts.map +0 -1
- package/lib/components/editor/DataCubeEditorColumnPropertiesPanel.js.map +0 -1
- package/lib/components/editor/DataCubeEditorColumnsPanel.d.ts.map +0 -1
- package/lib/components/editor/DataCubeEditorColumnsPanel.js.map +0 -1
- package/lib/components/editor/DataCubeEditorColumnsSelector.d.ts.map +0 -1
- package/lib/components/editor/DataCubeEditorColumnsSelector.js.map +0 -1
- package/lib/components/editor/DataCubeEditorGeneralPropertiesPanel.d.ts.map +0 -1
- package/lib/components/editor/DataCubeEditorGeneralPropertiesPanel.js.map +0 -1
- package/lib/components/editor/DataCubeEditorHorizontalPivotsPanel.d.ts.map +0 -1
- package/lib/components/editor/DataCubeEditorHorizontalPivotsPanel.js.map +0 -1
- package/lib/components/editor/DataCubeEditorSortsPanel.d.ts.map +0 -1
- package/lib/components/editor/DataCubeEditorSortsPanel.js +0 -62
- package/lib/components/editor/DataCubeEditorSortsPanel.js.map +0 -1
- package/lib/components/editor/DataCubeEditorVerticalPivotsPanel.d.ts.map +0 -1
- package/lib/components/editor/DataCubeEditorVerticalPivotsPanel.js.map +0 -1
- package/lib/components/extend/DataCubeColumnEditor.d.ts.map +0 -1
- package/lib/components/extend/DataCubeColumnEditor.js.map +0 -1
- package/lib/components/filter/DataCubeFilterEditor.d.ts.map +0 -1
- package/lib/components/filter/DataCubeFilterEditor.js.map +0 -1
- package/lib/components/grid/DataCubeGrid.d.ts.map +0 -1
- package/lib/components/grid/DataCubeGrid.js.map +0 -1
- package/lib/components/grid/DataCubeGridShared.d.ts.map +0 -1
- package/lib/components/grid/DataCubeGridShared.js.map +0 -1
- package/lib/components/shared/DataCubeFormUtils.d.ts.map +0 -1
- package/lib/components/shared/DataCubeFormUtils.js.map +0 -1
- package/lib/components/shared/DataCubePureCodeEditorUtils.d.ts.map +0 -1
- package/lib/components/shared/DataCubePureCodeEditorUtils.js.map +0 -1
- package/lib/stores/DataCubeViewState.d.ts.map +0 -1
- package/lib/stores/DataCubeViewState.js.map +0 -1
- package/lib/stores/core/DataCubeInfoState.d.ts.map +0 -1
- package/lib/stores/core/DataCubeInfoState.js.map +0 -1
- package/lib/stores/core/DataCubeQuerySnapshotManager.d.ts.map +0 -1
- package/lib/stores/core/DataCubeQuerySnapshotManager.js.map +0 -1
- package/lib/stores/editor/DataCubeEditorColumnPropertiesPanelState.d.ts.map +0 -1
- package/lib/stores/editor/DataCubeEditorColumnPropertiesPanelState.js.map +0 -1
- package/lib/stores/editor/DataCubeEditorColumnsPanelState.d.ts.map +0 -1
- package/lib/stores/editor/DataCubeEditorColumnsPanelState.js.map +0 -1
- package/lib/stores/editor/DataCubeEditorColumnsSelectorState.d.ts.map +0 -1
- package/lib/stores/editor/DataCubeEditorColumnsSelectorState.js.map +0 -1
- package/lib/stores/editor/DataCubeEditorGeneralPropertiesPanelState.d.ts.map +0 -1
- package/lib/stores/editor/DataCubeEditorGeneralPropertiesPanelState.js.map +0 -1
- package/lib/stores/editor/DataCubeEditorHorizontalPivotsPanelState.d.ts.map +0 -1
- package/lib/stores/editor/DataCubeEditorHorizontalPivotsPanelState.js.map +0 -1
- package/lib/stores/editor/DataCubeEditorMutableConfiguration.d.ts.map +0 -1
- package/lib/stores/editor/DataCubeEditorMutableConfiguration.js.map +0 -1
- package/lib/stores/editor/DataCubeEditorPanelState.d.ts.map +0 -1
- package/lib/stores/editor/DataCubeEditorPanelState.js.map +0 -1
- package/lib/stores/editor/DataCubeEditorPivotLayoutPanelState.d.ts.map +0 -1
- package/lib/stores/editor/DataCubeEditorPivotLayoutPanelState.js.map +0 -1
- package/lib/stores/editor/DataCubeEditorSortsPanelState.d.ts.map +0 -1
- package/lib/stores/editor/DataCubeEditorSortsPanelState.js.map +0 -1
- package/lib/stores/editor/DataCubeEditorState.d.ts.map +0 -1
- package/lib/stores/editor/DataCubeEditorState.js.map +0 -1
- package/lib/stores/editor/DataCubeEditorVerticalPivotsPanelState.d.ts.map +0 -1
- package/lib/stores/editor/DataCubeEditorVerticalPivotsPanelState.js.map +0 -1
- package/lib/stores/engine/DataCubeApplicationEngine.d.ts.map +0 -1
- package/lib/stores/engine/DataCubeApplicationEngine.js +0 -33
- package/lib/stores/engine/DataCubeApplicationEngine.js.map +0 -1
- package/lib/stores/engine/DataCubeEngine.d.ts.map +0 -1
- package/lib/stores/engine/DataCubeEngine.js.map +0 -1
- package/lib/stores/engine/DataCubeLayoutManagerState.d.ts.map +0 -1
- package/lib/stores/engine/DataCubeLayoutManagerState.js.map +0 -1
- package/lib/stores/engine/DataCubeQuery.d.ts.map +0 -1
- package/lib/stores/engine/DataCubeQuery.js.map +0 -1
- package/lib/stores/extend/DataCubeColumnEditorState.d.ts.map +0 -1
- package/lib/stores/extend/DataCubeColumnEditorState.js.map +0 -1
- package/lib/stores/extend/DataCubeExtendManagerState.d.ts.map +0 -1
- package/lib/stores/extend/DataCubeExtendManagerState.js +0 -119
- package/lib/stores/extend/DataCubeExtendManagerState.js.map +0 -1
- package/lib/stores/filter/DataCubeFilterEditorState.d.ts.map +0 -1
- package/lib/stores/filter/DataCubeFilterEditorState.js.map +0 -1
- package/lib/stores/grid/DataCubeGridClientEngine.d.ts.map +0 -1
- package/lib/stores/grid/DataCubeGridClientEngine.js.map +0 -1
- package/lib/stores/grid/DataCubeGridClientExportEngine.d.ts.map +0 -1
- package/lib/stores/grid/DataCubeGridClientExportEngine.js.map +0 -1
- package/lib/stores/grid/DataCubeGridConfigurationBuilder.d.ts.map +0 -1
- package/lib/stores/grid/DataCubeGridConfigurationBuilder.js.map +0 -1
- package/lib/stores/grid/DataCubeGridControllerState.d.ts.map +0 -1
- package/lib/stores/grid/DataCubeGridControllerState.js.map +0 -1
- package/lib/stores/grid/DataCubeGridMenuBuilder.d.ts.map +0 -1
- package/lib/stores/grid/DataCubeGridMenuBuilder.js.map +0 -1
- package/lib/stores/grid/DataCubeGridQueryBuilder.d.ts.map +0 -1
- package/lib/stores/grid/DataCubeGridQueryBuilder.js.map +0 -1
- package/lib/stores/grid/DataCubeGridQuerySnapshotBuilder.d.ts.map +0 -1
- package/lib/stores/grid/DataCubeGridQuerySnapshotBuilder.js.map +0 -1
- package/lib/stores/grid/DataCubeGridState.d.ts.map +0 -1
- package/lib/stores/grid/DataCubeGridState.js.map +0 -1
- package/src/stores/extend/DataCubeExtendManagerState.tsx +0 -175
- /package/lib/{application → __lib__}/DataCubeDocumentation.d.ts +0 -0
- /package/lib/{application → __lib__}/DataCubeDocumentation.js +0 -0
- /package/lib/components/{application → core}/DataCubeAlert.d.ts +0 -0
- /package/lib/components/{application → core}/DataCubeAlert.js +0 -0
- /package/lib/components/{application → core}/DataCubeDocumentationPanel.d.ts +0 -0
- /package/lib/components/{application → core}/DataCubeDocumentationPanel.js +0 -0
- /package/lib/components/{shared → core}/DataCubeFormUtils.d.ts +0 -0
- /package/lib/components/{shared → core}/DataCubeFormUtils.js +0 -0
- /package/lib/components/{application → core}/DataCubeSettingsPanel.d.ts +0 -0
- /package/lib/components/{grid → view/grid}/DataCubeGridShared.d.ts +0 -0
- /package/lib/stores/{engine → core}/DataCubeLayoutManagerState.d.ts +0 -0
- /package/lib/stores/{engine → core}/DataCubeLayoutManagerState.js +0 -0
- /package/lib/stores/{engine → core}/DataCubeQuery.d.ts +0 -0
- /package/lib/stores/{engine → core}/DataCubeQuery.js +0 -0
- /package/lib/stores/{editor → view/editor}/DataCubeEditorPanelState.js +0 -0
- /package/lib/stores/{grid → view/grid}/DataCubeGridClientExportEngine.d.ts +0 -0
- /package/lib/stores/{grid → view/grid}/DataCubeGridClientExportEngine.js +0 -0
- /package/lib/stores/{grid → view/grid}/DataCubeGridMenuBuilder.d.ts +0 -0
- /package/src/{application → __lib__}/DataCubeDocumentation.ts +0 -0
- /package/src/components/{application → core}/DataCubeAlert.tsx +0 -0
- /package/src/components/{application → core}/DataCubeDocumentationPanel.tsx +0 -0
- /package/src/components/{shared → core}/DataCubeFormUtils.tsx +0 -0
- /package/src/stores/{engine → core}/DataCubeLayoutManagerState.ts +0 -0
- /package/src/stores/{engine → core}/DataCubeQuery.ts +0 -0
- /package/src/stores/{grid → view/grid}/DataCubeGridClientExportEngine.ts +0 -0
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__GreaterThanOrEqual extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__GreaterThanOrEqual.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__GreaterThanOrEqual.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AASnC,qBAAa,gDAAiD,SAAQ,4BAA4B;IAChG,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAQ1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAYnD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;;;;IAOxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAMzE"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { DataCubeOperationAdvancedValueType, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeOperationAdvancedValueType, DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__GreaterThanOrEqualColumn extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): {
|
package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,kCAAkC,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,kCAAkC,EAClC,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAUnC,qBAAa,sDAAuD,SAAQ,4BAA4B;IACtG,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAQ1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;;;;IAOxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAOzE"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__IsNotNull extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__IsNotNull.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__IsNotNull.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__IsNotNull.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__IsNotNull.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAQnC,qBAAa,uCAAwC,SAAQ,4BAA4B;IACvF,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAS1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAanD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;IAIxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAOzE"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__IsNull extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__IsNull.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__IsNull.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__IsNull.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__IsNull.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAOnC,qBAAa,oCAAqC,SAAQ,4BAA4B;IACpF,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAS1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAanD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;IAIxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAKzE"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__LessThan extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__LessThan.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__LessThan.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__LessThan.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__LessThan.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AASnC,qBAAa,sCAAuC,SAAQ,4BAA4B;IACtF,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAQ1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAYnD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;;;;IAOxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAMzE"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { DataCubeOperationAdvancedValueType, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeOperationAdvancedValueType, DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__LessThanColumn extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__LessThanColumn.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__LessThanColumn.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,kCAAkC,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__LessThanColumn.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__LessThanColumn.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,kCAAkC,EAClC,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAUnC,qBAAa,4CAA6C,SAAQ,4BAA4B;IAC5F,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAQ1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;;;;IAOxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAOzE"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__LessThanOrEqual extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__LessThanOrEqual.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__LessThanOrEqual.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AASnC,qBAAa,6CAA8C,SAAQ,4BAA4B;IAC7F,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAQ1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAYnD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;;;;IAOxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAMzE"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { DataCubeOperationAdvancedValueType, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeOperationAdvancedValueType, DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__LessThanOrEqualColumn extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__LessThanOrEqualColumn.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,kCAAkC,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__LessThanOrEqualColumn.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,kCAAkC,EAClC,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAUnC,qBAAa,mDAAoD,SAAQ,4BAA4B;IACnG,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAQ1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;;;;IAOxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAOzE"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__NotContain extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__NotContain.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__NotContain.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__NotContain.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__NotContain.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAUnC,qBAAa,wCAAyC,SAAQ,4BAA4B;IACxF,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAI1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;;;;IAOxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAQzE"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__NotEndWith extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__NotEndWith.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__NotEndWith.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__NotEndWith.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__NotEndWith.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAUnC,qBAAa,wCAAyC,SAAQ,4BAA4B;IACxF,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAI1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;;;;IAOxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAQzE"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__NotEqual extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__NotEqual.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__NotEqual.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__NotEqual.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__NotEqual.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAUnC,qBAAa,sCAAuC,SAAQ,4BAA4B;IACtF,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAS1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAanD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;;;;IAOxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAQzE"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__NotEqualCaseInsensitive extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): {
|
package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__NotEqualCaseInsensitive.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__NotEqualCaseInsensitive.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAWnC,qBAAa,qDAAsD,SAAQ,4BAA4B;IACrG,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAI1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;;;;IAOxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAazE"}
|
package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.d.ts
CHANGED
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { DataCubeOperationAdvancedValueType, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeOperationAdvancedValueType, DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): {
|
package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,kCAAkC,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,kCAAkC,EAClC,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAWnC,qBAAa,2DAA4D,SAAQ,4BAA4B;IAC3G,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAI1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;;;;IAOxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAazE"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { DataCubeOperationAdvancedValueType, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeOperationAdvancedValueType, DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__NotEqualColumn extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__NotEqualColumn.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,kCAAkC,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__NotEqualColumn.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,kCAAkC,EAClC,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAWnC,qBAAa,4CAA6C,SAAQ,4BAA4B;IAC5F,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAS1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;;;;IAOxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CASzE"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__NotStartWith extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__NotStartWith.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__NotStartWith.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__NotStartWith.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__NotStartWith.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAUnC,qBAAa,0CAA2C,SAAQ,4BAA4B;IAC1F,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAI1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;;;;IAOxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAQzE"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__StartWith extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__StartWith.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__StartWith.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__StartWith.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__StartWith.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AASnC,qBAAa,uCAAwC,SAAQ,4BAA4B;IACvF,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAI1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;;;;IAOxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAMzE"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
17
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
18
|
import type { DataCubeQuerySnapshotColumn, DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import { type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
19
|
+
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
20
|
export declare class DataCubeQueryFilterOperation__StartWithCaseInsensitive extends DataCubeQueryFilterOperation {
|
|
21
21
|
get label(): string;
|
|
22
22
|
get textLabel(): string;
|
|
23
23
|
get description(): string;
|
|
24
|
-
get operator():
|
|
24
|
+
get operator(): DataCubeQueryFilterOperator;
|
|
25
25
|
isCompatibleWithColumn(column: DataCubeQuerySnapshotColumn): boolean;
|
|
26
26
|
isCompatibleWithValue(value: DataCubeOperationValue): boolean;
|
|
27
27
|
generateDefaultValue(column: DataCubeQuerySnapshotColumn): {
|
package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__StartWithCaseInsensitive.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__StartWithCaseInsensitive.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAUnC,qBAAa,sDAAuD,SAAQ,4BAA4B;IACtG,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,2BAA2B;IAI1D,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,2BAA2B;;;;IAOxD,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAKrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAWzE"}
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import type { DataCubeViewState } from '
|
|
16
|
+
import type { DataCubeViewState } from './DataCubeViewState.js';
|
|
17
17
|
import { DataCubeQuerySnapshotController } from './DataCubeQuerySnapshotManager.js';
|
|
18
|
-
import type { DataCubeQuerySnapshot } from '
|
|
19
|
-
import type { DataCubeQuery } from '../
|
|
18
|
+
import type { DataCubeQuerySnapshot } from '../core/DataCubeQuerySnapshot.js';
|
|
19
|
+
import type { DataCubeQuery } from '../core/DataCubeQuery.js';
|
|
20
20
|
/**
|
|
21
21
|
* Unlike other query editor state, this state does not support making any
|
|
22
22
|
* modification to the query, it simplies subscribe to extract information
|
|
@@ -28,6 +28,7 @@ export declare class DataCubeInfoState extends DataCubeQuerySnapshotController {
|
|
|
28
28
|
private editionStartTime?;
|
|
29
29
|
constructor(view: DataCubeViewState);
|
|
30
30
|
private setName;
|
|
31
|
+
getSnapshotSubscriberName(): string;
|
|
31
32
|
applySnapshot(snapshot: DataCubeQuerySnapshot, previousSnapshot: DataCubeQuerySnapshot | undefined): Promise<void>;
|
|
32
33
|
}
|
|
33
34
|
//# sourceMappingURL=DataCubeInfoState.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataCubeInfoState.d.ts","sourceRoot":"","sources":["../../../src/stores/view/DataCubeInfoState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAI9D;;;;GAIG;AACH,qBAAa,iBAAkB,SAAQ,+BAA+B;IACpE,SAAS,EAAG,aAAa,CAAC;IAC1B,IAAI,SAAuB;IAC3B,OAAO,CAAC,gBAAgB,CAAC,CAAqB;gBAElC,IAAI,EAAE,iBAAiB;IASnC,OAAO,CAAC,OAAO;IAIN,yBAAyB;IAInB,aAAa,CAC1B,QAAQ,EAAE,qBAAqB,EAC/B,gBAAgB,EAAE,qBAAqB,GAAG,SAAS;CAWtD"}
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
import { action, makeObservable, observable } from 'mobx';
|
|
17
17
|
import { DataCubeQuerySnapshotController } from './DataCubeQuerySnapshotManager.js';
|
|
18
18
|
import { formatDate } from '@finos/legend-shared';
|
|
19
|
-
import { DEFAULT_REPORT_NAME } from '
|
|
19
|
+
import { DEFAULT_REPORT_NAME } from '../core/DataCubeQueryEngine.js';
|
|
20
20
|
/**
|
|
21
21
|
* Unlike other query editor state, this state does not support making any
|
|
22
22
|
* modification to the query, it simplies subscribe to extract information
|
|
@@ -36,6 +36,9 @@ export class DataCubeInfoState extends DataCubeQuerySnapshotController {
|
|
|
36
36
|
setName(val) {
|
|
37
37
|
this.name = val;
|
|
38
38
|
}
|
|
39
|
+
getSnapshotSubscriberName() {
|
|
40
|
+
return 'info';
|
|
41
|
+
}
|
|
39
42
|
async applySnapshot(snapshot, previousSnapshot) {
|
|
40
43
|
const data = snapshot.data;
|
|
41
44
|
this.setName(data.name);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataCubeInfoState.js","sourceRoot":"","sources":["../../../src/stores/view/DataCubeInfoState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAE1D,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAGpF,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAErE;;;;GAIG;AACH,MAAM,OAAO,iBAAkB,SAAQ,+BAA+B;IACpE,SAAS,CAAiB;IAC1B,IAAI,GAAG,mBAAmB,CAAC;IACnB,gBAAgB,CAAsB;IAE9C,YAAY,IAAuB;QACjC,KAAK,CAAC,IAAI,CAAC,CAAC;QAEZ,cAAc,CAA+B,IAAI,EAAE;YACjD,IAAI,EAAE,UAAU;YAChB,OAAO,EAAE,MAAM;SAChB,CAAC,CAAC;IACL,CAAC;IAEO,OAAO,CAAC,GAAW;QACzB,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;IAClB,CAAC;IAEQ,yBAAyB;QAChC,OAAO,MAAM,CAAC;IAChB,CAAC;IAEQ,KAAK,CAAC,aAAa,CAC1B,QAA+B,EAC/B,gBAAmD;QAEnD,MAAM,IAAI,GAAG,QAAQ,CAAC,IAAI,CAAC;QAC3B,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACxB,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,CAAC;YAC3B,IAAI,CAAC,gBAAgB,GAAG,QAAQ,CAAC,SAAS,CAAC;QAC7C,CAAC;QACD,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,cAAc,CAClC,UAAU,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,MAAM,UAAU,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,EAAE,0BAA0B,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE,CACrI,CAAC;IACJ,CAAC;CACF"}
|
|
@@ -13,10 +13,11 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import type { DataCubeViewState } from '
|
|
17
|
-
import type { DataCubeQuerySnapshot } from '
|
|
18
|
-
import type { DataCubeQuery } from '../
|
|
16
|
+
import type { DataCubeViewState } from './DataCubeViewState.js';
|
|
17
|
+
import type { DataCubeQuerySnapshot } from '../core/DataCubeQuerySnapshot.js';
|
|
18
|
+
import type { DataCubeQuery } from '../core/DataCubeQuery.js';
|
|
19
19
|
interface DataCubeQuerySnapshotSubscriber {
|
|
20
|
+
getSnapshotSubscriberName(): string;
|
|
20
21
|
getLatestSnapshot(): DataCubeQuerySnapshot | undefined;
|
|
21
22
|
receiveSnapshot(snapshot: DataCubeQuerySnapshot): Promise<void>;
|
|
22
23
|
}
|
|
@@ -24,6 +25,7 @@ export declare abstract class DataCubeQuerySnapshotController implements DataCub
|
|
|
24
25
|
readonly view: DataCubeViewState;
|
|
25
26
|
private latestSnapshot;
|
|
26
27
|
constructor(view: DataCubeViewState);
|
|
28
|
+
abstract getSnapshotSubscriberName(): string;
|
|
27
29
|
abstract applySnapshot(snapshot: DataCubeQuerySnapshot, previousSnapshot: DataCubeQuerySnapshot | undefined): Promise<void>;
|
|
28
30
|
receiveSnapshot(snapshot: DataCubeQuerySnapshot): Promise<void>;
|
|
29
31
|
publishSnapshot(snapshot: DataCubeQuerySnapshot): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataCubeQuerySnapshotManager.d.ts","sourceRoot":"","sources":["../../../src/stores/view/DataCubeQuerySnapshotManager.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAO9E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAK9D,UAAU,+BAA+B;IACvC,yBAAyB,IAAI,MAAM,CAAC;IACpC,iBAAiB,IAAI,qBAAqB,GAAG,SAAS,CAAC;IACvD,eAAe,CAAC,QAAQ,EAAE,qBAAqB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACjE;AAED,8BAAsB,+BACpB,YAAW,+BAA+B;IAE1C,QAAQ,CAAC,IAAI,EAAG,iBAAiB,CAAC;IAElC,OAAO,CAAC,cAAc,CAAoC;gBAE9C,IAAI,EAAE,iBAAiB;IAInC,QAAQ,CAAC,yBAAyB,IAAI,MAAM;IAE5C,QAAQ,CAAC,aAAa,CACpB,QAAQ,EAAE,qBAAqB,EAC/B,gBAAgB,EAAE,qBAAqB,GAAG,SAAS,GAClD,OAAO,CAAC,IAAI,CAAC;IAEV,eAAe,CAAC,QAAQ,EAAE,qBAAqB;IASrD,eAAe,CAAC,QAAQ,EAAE,qBAAqB;IAiB/C,iBAAiB;CAGlB;AAED,qBAAa,4BAA4B;IACvC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAoB;IACzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAyC;IACrE,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA+B;IAEzD,OAAO,CAAC,gBAAgB,CAAoC;IAC5D,OAAO,CAAC,aAAa,CAA4B;gBAErC,IAAI,EAAE,iBAAiB;IAInC,IAAI,eAAe,0BAElB;IAED,kBAAkB,CAAC,UAAU,EAAE,+BAA+B;IAc9D,UAAU,CACR,eAAe,EAAE,qBAAqB,EACtC,YAAY,EAAE,aAAa;IAW7B,IAAI,eAAe,0BAKlB;IAED,IAAI,YAAY,kBAKf;IAED,iBAAiB,CAAC,QAAQ,EAAE,qBAAqB;CAuBlD"}
|
|
@@ -23,13 +23,16 @@ export class DataCubeQuerySnapshotController {
|
|
|
23
23
|
async receiveSnapshot(snapshot) {
|
|
24
24
|
const previousSnapshot = this.latestSnapshot;
|
|
25
25
|
this.latestSnapshot = snapshot;
|
|
26
|
-
|
|
26
|
+
// NOTE: fully clone the snapshot before applying it to avoid any potential
|
|
27
|
+
// mutation of the snapshot by the subscriber
|
|
28
|
+
await this.applySnapshot(snapshot.INTERNAL__fullClone(), previousSnapshot);
|
|
27
29
|
}
|
|
28
30
|
publishSnapshot(snapshot) {
|
|
31
|
+
const previousSnapshot = this.latestSnapshot;
|
|
32
|
+
this.latestSnapshot = snapshot;
|
|
29
33
|
if (this.view.engine.enableDebugMode) {
|
|
30
|
-
this.view.application.debugProcess(`New Snapshot`, '
|
|
34
|
+
this.view.application.debugProcess(`New Snapshot`, ['Publisher', this.getSnapshotSubscriberName()], ['Snapshot', snapshot], ['Previous Snapshot', previousSnapshot], ['Diff', deepDiff(previousSnapshot ?? {}, snapshot)]);
|
|
31
35
|
}
|
|
32
|
-
this.latestSnapshot = snapshot;
|
|
33
36
|
this.view.snapshotManager.broadcastSnapshot(snapshot);
|
|
34
37
|
}
|
|
35
38
|
getLatestSnapshot() {
|
|
@@ -49,6 +52,11 @@ export class DataCubeQuerySnapshotManager {
|
|
|
49
52
|
return guaranteeNonNullable(this.snapshots[this.snapshots.length - 1]);
|
|
50
53
|
}
|
|
51
54
|
registerSubscriber(subscriber) {
|
|
55
|
+
const existingSubscriber = this.subscribers.find((sub) => sub.getSnapshotSubscriberName() ===
|
|
56
|
+
subscriber.getSnapshotSubscriberName());
|
|
57
|
+
if (existingSubscriber) {
|
|
58
|
+
throw new IllegalStateError(`Subscriber with name '${subscriber.getSnapshotSubscriberName()}' already exists`);
|
|
59
|
+
}
|
|
52
60
|
this.subscribers.push(subscriber);
|
|
53
61
|
}
|
|
54
62
|
initialize(initialSnapshot, initialQuery) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataCubeQuerySnapshotManager.js","sourceRoot":"","sources":["../../../src/stores/view/DataCubeQuerySnapshotManager.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EACL,iBAAiB,EACjB,iBAAiB,EACjB,QAAQ,EACR,oBAAoB,GACrB,MAAM,sBAAsB,CAAC;AAY9B,MAAM,OAAgB,+BAA+B;IAG1C,IAAI,CAAqB;IAE1B,cAAc,CAAoC;IAE1D,YAAY,IAAuB;QACjC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;IASD,KAAK,CAAC,eAAe,CAAC,QAA+B;QACnD,MAAM,gBAAgB,GAAG,IAAI,CAAC,cAAc,CAAC;QAC7C,IAAI,CAAC,cAAc,GAAG,QAAQ,CAAC;QAE/B,2EAA2E;QAC3E,6CAA6C;QAC7C,MAAM,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,mBAAmB,EAAE,EAAE,gBAAgB,CAAC,CAAC;IAC7E,CAAC;IAED,eAAe,CAAC,QAA+B;QAC7C,MAAM,gBAAgB,GAAG,IAAI,CAAC,cAAc,CAAC;QAC7C,IAAI,CAAC,cAAc,GAAG,QAAQ,CAAC;QAE/B,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC;YACrC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,YAAY,CAChC,cAAc,EACd,CAAC,WAAW,EAAE,IAAI,CAAC,yBAAyB,EAAE,CAAC,EAC/C,CAAC,UAAU,EAAE,QAAQ,CAAC,EACtB,CAAC,mBAAmB,EAAE,gBAAgB,CAAC,EACvC,CAAC,MAAM,EAAE,QAAQ,CAAC,gBAAgB,IAAI,EAAE,EAAE,QAAQ,CAAC,CAAC,CACrD,CAAC;QACJ,CAAC;QAED,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,iBAAiB,CAAC,QAAQ,CAAC,CAAC;IACxD,CAAC;IAED,iBAAiB;QACf,OAAO,IAAI,CAAC,cAAc,CAAC;IAC7B,CAAC;CACF;AAED,MAAM,OAAO,4BAA4B;IACtB,IAAI,CAAoB;IACxB,WAAW,GAAsC,EAAE,CAAC;IACpD,SAAS,GAA4B,EAAE,CAAC;IAEjD,gBAAgB,CAAoC;IACpD,aAAa,CAA4B;IAEjD,YAAY,IAAuB;QACjC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;IAED,IAAI,eAAe;QACjB,OAAO,oBAAoB,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC;IACzE,CAAC;IAED,kBAAkB,CAAC,UAA2C;QAC5D,MAAM,kBAAkB,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,CAC9C,CAAC,GAAG,EAAE,EAAE,CACN,GAAG,CAAC,yBAAyB,EAAE;YAC/B,UAAU,CAAC,yBAAyB,EAAE,CACzC,CAAC;QACF,IAAI,kBAAkB,EAAE,CAAC;YACvB,MAAM,IAAI,iBAAiB,CACzB,yBAAyB,UAAU,CAAC,yBAAyB,EAAE,kBAAkB,CAClF,CAAC;QACJ,CAAC;QACD,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IAED,UAAU,CACR,eAAsC,EACtC,YAA2B;QAE3B,IAAI,IAAI,CAAC,gBAAgB,IAAI,IAAI,CAAC,aAAa,EAAE,CAAC;YAChD,MAAM,IAAI,iBAAiB,CACzB,+CAA+C,CAChD,CAAC;QACJ,CAAC;QACD,IAAI,CAAC,gBAAgB,GAAG,eAAe,CAAC;QACxC,IAAI,CAAC,aAAa,GAAG,YAAY,CAAC;IACpC,CAAC;IAED,IAAI,eAAe;QACjB,OAAO,oBAAoB,CACzB,IAAI,CAAC,gBAAgB,EACrB,2CAA2C,CAC5C,CAAC;IACJ,CAAC;IAED,IAAI,YAAY;QACd,OAAO,oBAAoB,CACzB,IAAI,CAAC,aAAa,EAClB,2CAA2C,CAC5C,CAAC;IACJ,CAAC;IAED,iBAAiB,CAAC,QAA+B;QAC/C,IAAI,CAAC,QAAQ,CAAC,WAAW,EAAE,EAAE,CAAC;YAC5B,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,oBAAoB,CACxC,gDAAgD,CACjD,CAAC;YACF,OAAO;QACT,CAAC;QACD,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC9B,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,EAAE;YACtC,MAAM,eAAe,GAAG,UAAU,CAAC,iBAAiB,EAAE,CAAC;YACvD,IAAI,eAAe,EAAE,IAAI,KAAK,QAAQ,CAAC,IAAI,EAAE,CAAC;gBAC5C,UAAU,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC,KAAK,CAAC,CAAC,KAAc,EAAE,EAAE;oBAC5D,iBAAiB,CAAC,KAAK,CAAC,CAAC;oBACzB,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,oBAAoB,CACxC,kGAAkG,EAClG,KAAK,CACN,CAAC;gBACJ,CAAC,CAAC,CAAC;YACL,CAAC;QACH,CAAC,CAAC,CAAC;IACL,CAAC;CAGF"}
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { DataCubeGridState } from './grid/DataCubeGridState.js';
|
|
17
17
|
import { DataCubeEditorState } from './editor/DataCubeEditorState.js';
|
|
18
|
-
import { DataCubeQuerySnapshotManager } from './
|
|
19
|
-
import { DataCubeInfoState } from './
|
|
18
|
+
import { DataCubeQuerySnapshotManager } from './DataCubeQuerySnapshotManager.js';
|
|
19
|
+
import { DataCubeInfoState } from './DataCubeInfoState.js';
|
|
20
20
|
import { DataCubeFilterEditorState } from './filter/DataCubeFilterEditorState.js';
|
|
21
21
|
import { DataCubeExtendManagerState } from './extend/DataCubeExtendManagerState.js';
|
|
22
|
-
import type { DataCubeState } from '
|
|
23
|
-
import type { DataCubeEngine } from '
|
|
24
|
-
import { type DataCubeApplicationEngine } from '
|
|
22
|
+
import type { DataCubeState } from '../DataCubeState.js';
|
|
23
|
+
import type { DataCubeEngine } from '../core/DataCubeEngine.js';
|
|
24
|
+
import { type DataCubeApplicationEngine } from '../core/DataCubeApplicationEngine.js';
|
|
25
25
|
declare class DataCubeTask {
|
|
26
26
|
uuid: string;
|
|
27
27
|
name: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataCubeViewState.d.ts","sourceRoot":"","sources":["../../../src/stores/view/DataCubeViewState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAEtE,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,sCAAsC,CAAC;AAGtF,cAAM,YAAY;IAChB,IAAI,SAAU;IACd,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,SAAc;IACvB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;gBAEjB,IAAI,EAAE,MAAM;IAIxB,GAAG;CAGJ;AAED,qBAAa,iBAAiB;IAC5B,QAAQ,CAAC,QAAQ,EAAE,aAAa,CAAC;IACjC,QAAQ,CAAC,WAAW,EAAE,yBAAyB,CAAC;IAChD,QAAQ,CAAC,MAAM,EAAE,cAAc,CAAC;IAEhC,QAAQ,CAAC,eAAe,EAAE,4BAA4B,CAAC;IAEvD,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAAC;IACjC,QAAQ,CAAC,MAAM,EAAE,mBAAmB,CAAC;IACrC,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAAC;IACjC,QAAQ,CAAC,MAAM,EAAE,yBAAyB,CAAC;IAC3C,QAAQ,CAAC,MAAM,EAAE,0BAA0B,CAAC;IAE5C,QAAQ,CAAC,YAAY,4BAAmC;gBAE5C,QAAQ,EAAE,aAAa;IAqBnC,OAAO,CAAC,IAAI,EAAE,MAAM;IAMpB,OAAO,CAAC,IAAI,EAAE,YAAY;IAMpB,UAAU;CAmCjB"}
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
import { DataCubeGridState } from './grid/DataCubeGridState.js';
|
|
17
17
|
import { DataCubeEditorState } from './editor/DataCubeEditorState.js';
|
|
18
18
|
import { assertErrorThrown, uuid } from '@finos/legend-shared';
|
|
19
|
-
import { DataCubeQuerySnapshotManager } from './
|
|
20
|
-
import { DataCubeInfoState } from './
|
|
21
|
-
import { validateAndBuildQuerySnapshot } from '
|
|
19
|
+
import { DataCubeQuerySnapshotManager } from './DataCubeQuerySnapshotManager.js';
|
|
20
|
+
import { DataCubeInfoState } from './DataCubeInfoState.js';
|
|
21
|
+
import { validateAndBuildQuerySnapshot } from '../core/DataCubeQuerySnapshotBuilder.js';
|
|
22
22
|
import { action, makeObservable, observable } from 'mobx';
|
|
23
23
|
import { DataCubeFilterEditorState } from './filter/DataCubeFilterEditorState.js';
|
|
24
24
|
import { DataCubeExtendManagerState } from './extend/DataCubeExtendManagerState.js';
|
|
25
|
-
import {} from '
|
|
26
|
-
import { AlertType } from '
|
|
25
|
+
import {} from '../core/DataCubeApplicationEngine.js';
|
|
26
|
+
import { AlertType } from '../../components/core/DataCubeAlert.js';
|
|
27
27
|
class DataCubeTask {
|
|
28
28
|
uuid = uuid();
|
|
29
29
|
name;
|
|
@@ -89,7 +89,7 @@ export class DataCubeViewState {
|
|
|
89
89
|
}));
|
|
90
90
|
const result = await this.engine.getBaseQuery();
|
|
91
91
|
const initialSnapshot = validateAndBuildQuerySnapshot(result.partialQuery, result.sourceQuery, result.query);
|
|
92
|
-
initialSnapshot.
|
|
92
|
+
initialSnapshot.INTERNAL__setTimestamp(result.timestamp);
|
|
93
93
|
this.snapshotManager.broadcastSnapshot(initialSnapshot);
|
|
94
94
|
}
|
|
95
95
|
catch (error) {
|