@finos/legend-data-cube 0.0.37 → 0.0.39
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 +7 -7
- package/lib/__lib__/DataCubeDocumentation.d.ts.map +1 -1
- package/lib/__lib__/DataCubeDocumentation.js +9 -9
- package/lib/__lib__/DataCubeDocumentation.js.map +1 -1
- package/lib/__lib__/DataCubeSetting.d.ts +24 -0
- package/lib/__lib__/DataCubeSetting.d.ts.map +1 -0
- package/lib/{stores/core → __lib__}/DataCubeSetting.js +5 -16
- package/lib/__lib__/DataCubeSetting.js.map +1 -0
- package/lib/components/DataCube.d.ts +1 -1
- package/lib/components/DataCube.d.ts.map +1 -1
- package/lib/components/DataCube.js +30 -38
- package/lib/components/DataCube.js.map +1 -1
- package/lib/components/DataCubePlaceholder.d.ts +40 -0
- package/lib/components/DataCubePlaceholder.d.ts.map +1 -0
- package/lib/components/DataCubePlaceholder.js +34 -0
- package/lib/components/DataCubePlaceholder.js.map +1 -0
- package/lib/components/DataCubeStatusBar.d.ts +24 -0
- package/lib/components/DataCubeStatusBar.d.ts.map +1 -0
- package/lib/components/DataCubeStatusBar.js +30 -0
- package/lib/components/DataCubeStatusBar.js.map +1 -0
- package/lib/components/DataCubeTitleBar.d.ts +24 -0
- package/lib/components/DataCubeTitleBar.d.ts.map +1 -0
- package/lib/components/DataCubeTitleBar.js +36 -0
- package/lib/components/DataCubeTitleBar.js.map +1 -0
- package/lib/components/DataCubeView.d.ts.map +1 -1
- package/lib/components/DataCubeView.js +10 -12
- package/lib/components/DataCubeView.js.map +1 -1
- package/lib/components/core/DataCubeAlert.d.ts +1 -22
- package/lib/components/core/DataCubeAlert.d.ts.map +1 -1
- package/lib/components/core/DataCubeAlert.js +2 -55
- package/lib/components/core/DataCubeAlert.js.map +1 -1
- package/lib/components/core/DataCubeDocumentationPanel.js +1 -1
- package/lib/components/core/DataCubeDocumentationPanel.js.map +1 -1
- package/lib/components/core/DataCubeFormUtils.d.ts.map +1 -1
- package/lib/components/core/DataCubeFormUtils.js +8 -8
- package/lib/components/core/DataCubeFormUtils.js.map +1 -1
- package/lib/components/core/{DataCubeLayoutManager.d.ts → DataCubeLayout.d.ts} +5 -5
- package/lib/components/core/DataCubeLayout.d.ts.map +1 -0
- package/lib/components/core/{DataCubeLayoutManager.js → DataCubeLayout.js} +14 -5
- package/lib/components/core/DataCubeLayout.js.map +1 -0
- package/lib/components/core/DataCubePureCodeEditorUtils.d.ts +3 -2
- package/lib/components/core/DataCubePureCodeEditorUtils.d.ts.map +1 -1
- package/lib/components/core/DataCubePureCodeEditorUtils.js +2 -2
- package/lib/components/core/DataCubePureCodeEditorUtils.js.map +1 -1
- package/lib/components/core/DataCubeSettingsPanel.js +8 -8
- package/lib/components/core/DataCubeSettingsPanel.js.map +1 -1
- package/lib/components/view/editor/DataCubeEditor.d.ts.map +1 -1
- package/lib/components/view/editor/DataCubeEditor.js +5 -3
- package/lib/components/view/editor/DataCubeEditor.js.map +1 -1
- package/lib/components/view/editor/DataCubeEditorColumnPropertiesPanel.d.ts.map +1 -1
- package/lib/components/view/editor/DataCubeEditorColumnPropertiesPanel.js +15 -14
- package/lib/components/view/editor/DataCubeEditorColumnPropertiesPanel.js.map +1 -1
- package/lib/components/view/editor/DataCubeEditorColumnsPanel.d.ts.map +1 -1
- package/lib/components/view/editor/DataCubeEditorColumnsPanel.js +6 -5
- package/lib/components/view/editor/DataCubeEditorColumnsPanel.js.map +1 -1
- package/lib/components/view/editor/DataCubeEditorGeneralPropertiesPanel.js +2 -2
- package/lib/components/view/editor/DataCubeEditorGeneralPropertiesPanel.js.map +1 -1
- package/lib/components/view/extend/DataCubeColumnEditor.d.ts.map +1 -1
- package/lib/components/view/extend/DataCubeColumnEditor.js +13 -11
- package/lib/components/view/extend/DataCubeColumnEditor.js.map +1 -1
- package/lib/components/view/filter/DataCubeFilterEditor.d.ts.map +1 -1
- package/lib/components/view/filter/DataCubeFilterEditor.js +4 -2
- package/lib/components/view/filter/DataCubeFilterEditor.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/index.d.ts +14 -11
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +14 -11
- package/lib/index.js.map +1 -1
- package/lib/package.json +3 -3
- package/lib/stores/DataCubeAPI.d.ts +36 -3
- package/lib/stores/DataCubeAPI.d.ts.map +1 -1
- package/lib/stores/DataCubeAPI.js +29 -1
- package/lib/stores/DataCubeAPI.js.map +1 -1
- package/lib/stores/DataCubeOptions.d.ts +83 -9
- package/lib/stores/DataCubeOptions.d.ts.map +1 -1
- package/lib/stores/DataCubeState.d.ts +25 -22
- package/lib/stores/DataCubeState.d.ts.map +1 -1
- package/lib/stores/DataCubeState.js +55 -62
- package/lib/stores/DataCubeState.js.map +1 -1
- package/lib/stores/core/DataCubeConfigurationBuilder.d.ts +2 -2
- package/lib/stores/core/DataCubeConfigurationBuilder.d.ts.map +1 -1
- package/lib/stores/core/DataCubeConfigurationBuilder.js +1 -1
- package/lib/stores/core/DataCubeConfigurationBuilder.js.map +1 -1
- package/lib/stores/core/DataCubeEngine.d.ts +12 -36
- package/lib/stores/core/DataCubeEngine.d.ts.map +1 -1
- package/lib/stores/core/DataCubeEngine.js +14 -86
- package/lib/stores/core/DataCubeEngine.js.map +1 -1
- package/lib/stores/core/DataCubeQueryBuilder.d.ts +2 -2
- package/lib/stores/core/DataCubeQueryBuilder.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQueryBuilder.js +1 -1
- package/lib/stores/core/DataCubeQueryBuilder.js.map +1 -1
- package/lib/stores/core/DataCubeQueryBuilderUtils.d.ts +2 -2
- package/lib/stores/core/DataCubeQueryBuilderUtils.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQueryBuilderUtils.js +2 -2
- package/lib/stores/core/DataCubeQueryBuilderUtils.js.map +1 -1
- package/lib/stores/core/DataCubeQueryEngine.d.ts +26 -26
- package/lib/stores/core/DataCubeQueryEngine.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQuerySnapshot.d.ts +2 -2
- package/lib/stores/core/DataCubeQuerySnapshot.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQuerySnapshotBuilder.d.ts +4 -3
- package/lib/stores/core/DataCubeQuerySnapshotBuilder.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQuerySnapshotBuilder.js +34 -15
- package/lib/stores/core/DataCubeQuerySnapshotBuilder.js.map +1 -1
- package/lib/stores/core/DataCubeQuerySnapshotBuilderUtils.d.ts +9 -2
- package/lib/stores/core/DataCubeQuerySnapshotBuilderUtils.d.ts.map +1 -1
- package/lib/stores/core/DataCubeQuerySnapshotBuilderUtils.js +233 -8
- package/lib/stores/core/DataCubeQuerySnapshotBuilderUtils.js.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation.d.ts +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Average.d.ts +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Average.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Count.d.ts +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Count.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__First.d.ts +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__First.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.d.ts +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Last.d.ts +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Last.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Max.d.ts +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Max.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Min.d.ts +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Min.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.d.ts +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.d.ts +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Sum.d.ts +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__Sum.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.d.ts +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.d.ts +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.d.ts.map +1 -1
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.d.ts +2 -2
- package/lib/stores/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterEditorState.d.ts +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterEditorState.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation.d.ts +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Contain.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Contain.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Contain.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Contain.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWith.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWith.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWith.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWith.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Equal.d.ts +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Equal.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Equal.js +79 -70
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__Equal.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.js +11 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualColumn.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualColumn.js +11 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__EqualColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThan.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThan.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThan.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThan.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.js +11 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.js +11 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNotNull.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNotNull.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNotNull.js +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNotNull.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNull.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNull.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNull.js +4 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__IsNull.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThan.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThan.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThan.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThan.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanColumn.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanColumn.js +11 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.js +11 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotContain.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotContain.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotContain.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotContain.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEndWith.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEndWith.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEndWith.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEndWith.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqual.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqual.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqual.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqual.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.js +11 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.js +11 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotStartWith.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotStartWith.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotStartWith.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__NotStartWith.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWith.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWith.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWith.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWith.js.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.d.ts +3 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.d.ts.map +1 -1
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.js +8 -3
- package/lib/stores/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.js.map +1 -1
- package/lib/stores/core/model/AdhocQueryDataCubeSource.d.ts.map +1 -0
- package/lib/stores/core/model/AdhocQueryDataCubeSource.js.map +1 -0
- package/lib/stores/core/model/DataCubeColumn.d.ts.map +1 -0
- package/lib/stores/core/model/DataCubeColumn.js.map +1 -0
- package/lib/stores/core/model/DataCubeConfiguration.d.ts.map +1 -0
- package/lib/stores/core/model/DataCubeConfiguration.js.map +1 -0
- package/lib/stores/core/model/DataCubeQuery.d.ts.map +1 -0
- package/lib/stores/core/model/DataCubeQuery.js.map +1 -0
- package/lib/stores/core/model/DataCubeSource.d.ts.map +1 -0
- package/lib/stores/core/model/DataCubeSource.js.map +1 -0
- package/lib/stores/services/DataCubeAlertService.d.ts +56 -0
- package/lib/stores/services/DataCubeAlertService.d.ts.map +1 -0
- package/lib/stores/services/DataCubeAlertService.js +89 -0
- package/lib/stores/services/DataCubeAlertService.js.map +1 -0
- package/lib/stores/services/DataCubeDocumentationService.d.ts +29 -0
- package/lib/stores/services/DataCubeDocumentationService.d.ts.map +1 -0
- package/lib/stores/services/DataCubeDocumentationService.js +41 -0
- package/lib/stores/services/DataCubeDocumentationService.js.map +1 -0
- package/lib/stores/{core/DataCubeLayoutManagerState.d.ts → services/DataCubeLayoutService.d.ts} +28 -7
- package/lib/stores/services/DataCubeLayoutService.d.ts.map +1 -0
- package/lib/stores/{core/DataCubeLayoutManagerState.js → services/DataCubeLayoutService.js} +58 -21
- package/lib/stores/services/DataCubeLayoutService.js.map +1 -0
- package/lib/stores/services/DataCubeLogService.d.ts +29 -0
- package/lib/stores/services/DataCubeLogService.d.ts.map +1 -0
- package/lib/stores/services/DataCubeLogService.js +43 -0
- package/lib/stores/services/DataCubeLogService.js.map +1 -0
- package/lib/stores/services/DataCubeNavigationService.d.ts +22 -0
- package/lib/stores/services/DataCubeNavigationService.d.ts.map +1 -0
- package/lib/stores/services/DataCubeNavigationService.js +25 -0
- package/lib/stores/services/DataCubeNavigationService.js.map +1 -0
- package/lib/stores/{view/DataCubeQuerySnapshotManager.d.ts → services/DataCubeQuerySnapshotService.d.ts} +18 -13
- package/lib/stores/services/DataCubeQuerySnapshotService.d.ts.map +1 -0
- package/lib/stores/{view/DataCubeQuerySnapshotManager.js → services/DataCubeQuerySnapshotService.js} +36 -30
- package/lib/stores/services/DataCubeQuerySnapshotService.js.map +1 -0
- package/lib/stores/services/DataCubeSettingService.d.ts +75 -0
- package/lib/stores/services/DataCubeSettingService.d.ts.map +1 -0
- package/lib/stores/{DataCubeSettings.js → services/DataCubeSettingService.js} +99 -51
- package/lib/stores/services/DataCubeSettingService.js.map +1 -0
- package/lib/stores/services/DataCubeTaskService.d.ts +41 -0
- package/lib/stores/services/DataCubeTaskService.d.ts.map +1 -0
- package/lib/stores/services/DataCubeTaskService.js +84 -0
- package/lib/stores/services/DataCubeTaskService.js.map +1 -0
- package/lib/stores/services/DataCubeTelemetryService.d.ts +23 -0
- package/lib/stores/services/DataCubeTelemetryService.d.ts.map +1 -0
- package/lib/stores/services/DataCubeTelemetryService.js +25 -0
- package/lib/stores/services/DataCubeTelemetryService.js.map +1 -0
- package/lib/stores/view/DataCubeInfoState.d.ts +2 -1
- package/lib/stores/view/DataCubeInfoState.d.ts.map +1 -1
- package/lib/stores/view/DataCubeInfoState.js +10 -4
- package/lib/stores/view/DataCubeInfoState.js.map +1 -1
- package/lib/stores/view/DataCubeViewState.d.ts +19 -18
- package/lib/stores/view/DataCubeViewState.d.ts.map +1 -1
- package/lib/stores/view/DataCubeViewState.js +43 -44
- package/lib/stores/view/DataCubeViewState.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorColumnPropertiesPanelState.d.ts +2 -4
- package/lib/stores/view/editor/DataCubeEditorColumnPropertiesPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorColumnPropertiesPanelState.js +3 -5
- package/lib/stores/view/editor/DataCubeEditorColumnPropertiesPanelState.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorColumnSelectorState.d.ts +1 -3
- package/lib/stores/view/editor/DataCubeEditorColumnSelectorState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorColumnSelectorState.js +3 -5
- package/lib/stores/view/editor/DataCubeEditorColumnSelectorState.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorColumnsPanelState.d.ts +2 -4
- package/lib/stores/view/editor/DataCubeEditorColumnsPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorColumnsPanelState.js +15 -17
- package/lib/stores/view/editor/DataCubeEditorColumnsPanelState.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorGeneralPropertiesPanelState.d.ts +1 -4
- package/lib/stores/view/editor/DataCubeEditorGeneralPropertiesPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorGeneralPropertiesPanelState.js +0 -4
- package/lib/stores/view/editor/DataCubeEditorGeneralPropertiesPanelState.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorHorizontalPivotsPanelState.d.ts +3 -5
- package/lib/stores/view/editor/DataCubeEditorHorizontalPivotsPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorHorizontalPivotsPanelState.js +7 -9
- package/lib/stores/view/editor/DataCubeEditorHorizontalPivotsPanelState.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorMutableConfiguration.d.ts +1 -1
- package/lib/stores/view/editor/DataCubeEditorMutableConfiguration.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorMutableConfiguration.js +1 -1
- package/lib/stores/view/editor/DataCubeEditorMutableConfiguration.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorPanelState.d.ts +1 -1
- package/lib/stores/view/editor/DataCubeEditorPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorPivotLayoutPanelState.d.ts +2 -4
- package/lib/stores/view/editor/DataCubeEditorPivotLayoutPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorPivotLayoutPanelState.js +3 -5
- package/lib/stores/view/editor/DataCubeEditorPivotLayoutPanelState.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorSortsPanelState.d.ts +1 -4
- package/lib/stores/view/editor/DataCubeEditorSortsPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorSortsPanelState.js +10 -14
- package/lib/stores/view/editor/DataCubeEditorSortsPanelState.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorState.d.ts +4 -3
- package/lib/stores/view/editor/DataCubeEditorState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorState.js +11 -9
- package/lib/stores/view/editor/DataCubeEditorState.js.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorVerticalPivotsPanelState.d.ts +1 -4
- package/lib/stores/view/editor/DataCubeEditorVerticalPivotsPanelState.d.ts.map +1 -1
- package/lib/stores/view/editor/DataCubeEditorVerticalPivotsPanelState.js +4 -8
- package/lib/stores/view/editor/DataCubeEditorVerticalPivotsPanelState.js.map +1 -1
- package/lib/stores/view/extend/DataCubeColumnEditorState.d.ts +4 -4
- package/lib/stores/view/extend/DataCubeColumnEditorState.d.ts.map +1 -1
- package/lib/stores/view/extend/DataCubeColumnEditorState.js +17 -17
- package/lib/stores/view/extend/DataCubeColumnEditorState.js.map +1 -1
- package/lib/stores/view/extend/DataCubeExtendManagerState.d.ts +7 -6
- package/lib/stores/view/extend/DataCubeExtendManagerState.d.ts.map +1 -1
- package/lib/stores/view/extend/DataCubeExtendManagerState.js +18 -20
- package/lib/stores/view/extend/DataCubeExtendManagerState.js.map +1 -1
- package/lib/stores/view/filter/DataCubeFilterEditorState.d.ts +4 -3
- package/lib/stores/view/filter/DataCubeFilterEditorState.d.ts.map +1 -1
- package/lib/stores/view/filter/DataCubeFilterEditorState.js +8 -6
- package/lib/stores/view/filter/DataCubeFilterEditorState.js.map +1 -1
- package/lib/stores/view/grid/DataCubeGridClientEngine.d.ts +5 -3
- package/lib/stores/view/grid/DataCubeGridClientEngine.d.ts.map +1 -1
- package/lib/stores/view/grid/DataCubeGridClientEngine.js +42 -35
- package/lib/stores/view/grid/DataCubeGridClientEngine.js.map +1 -1
- package/lib/stores/view/grid/DataCubeGridClientExportEngine.d.ts +1 -3
- package/lib/stores/view/grid/DataCubeGridClientExportEngine.d.ts.map +1 -1
- package/lib/stores/view/grid/DataCubeGridClientExportEngine.js +7 -9
- package/lib/stores/view/grid/DataCubeGridClientExportEngine.js.map +1 -1
- package/lib/stores/view/grid/DataCubeGridConfigurationBuilder.d.ts +2 -2
- package/lib/stores/view/grid/DataCubeGridConfigurationBuilder.d.ts.map +1 -1
- package/lib/stores/view/grid/DataCubeGridConfigurationBuilder.js +5 -5
- package/lib/stores/view/grid/DataCubeGridConfigurationBuilder.js.map +1 -1
- package/lib/stores/view/grid/DataCubeGridControllerState.d.ts +8 -6
- package/lib/stores/view/grid/DataCubeGridControllerState.d.ts.map +1 -1
- package/lib/stores/view/grid/DataCubeGridControllerState.js +8 -3
- package/lib/stores/view/grid/DataCubeGridControllerState.js.map +1 -1
- package/lib/stores/view/grid/DataCubeGridMenuBuilder.d.ts.map +1 -1
- package/lib/stores/view/grid/DataCubeGridMenuBuilder.js +7 -7
- package/lib/stores/view/grid/DataCubeGridMenuBuilder.js.map +1 -1
- package/lib/stores/view/grid/DataCubeGridQueryBuilder.d.ts +1 -1
- package/lib/stores/view/grid/DataCubeGridQueryBuilder.d.ts.map +1 -1
- package/lib/stores/view/grid/DataCubeGridQueryBuilder.js +1 -1
- package/lib/stores/view/grid/DataCubeGridQueryBuilder.js.map +1 -1
- package/lib/stores/view/grid/DataCubeGridQuerySnapshotBuilder.d.ts +2 -2
- package/lib/stores/view/grid/DataCubeGridQuerySnapshotBuilder.d.ts.map +1 -1
- package/lib/stores/view/grid/DataCubeGridQuerySnapshotBuilder.js +2 -2
- package/lib/stores/view/grid/DataCubeGridQuerySnapshotBuilder.js.map +1 -1
- package/lib/stores/view/grid/DataCubeGridState.d.ts +3 -2
- package/lib/stores/view/grid/DataCubeGridState.d.ts.map +1 -1
- package/lib/stores/view/grid/DataCubeGridState.js +14 -12
- package/lib/stores/view/grid/DataCubeGridState.js.map +1 -1
- package/package.json +7 -7
- package/src/__lib__/DataCubeDocumentation.ts +7 -7
- package/src/__lib__/DataCubeSetting.ts +24 -0
- package/src/components/DataCube.tsx +55 -85
- package/src/components/DataCubePlaceholder.tsx +97 -0
- package/src/components/DataCubeStatusBar.tsx +71 -0
- package/src/components/DataCubeTitleBar.tsx +81 -0
- package/src/components/DataCubeView.tsx +20 -44
- package/src/components/core/DataCubeAlert.tsx +5 -99
- package/src/components/core/DataCubeDocumentationPanel.tsx +1 -1
- package/src/components/core/DataCubeFormUtils.tsx +11 -8
- package/src/components/core/{DataCubeLayoutManager.tsx → DataCubeLayout.tsx} +32 -21
- package/src/components/core/DataCubePureCodeEditorUtils.tsx +9 -5
- package/src/components/core/DataCubeSettingsPanel.tsx +9 -9
- package/src/components/view/editor/DataCubeEditor.tsx +6 -3
- package/src/components/view/editor/DataCubeEditorColumnPropertiesPanel.tsx +18 -17
- package/src/components/view/editor/DataCubeEditorColumnsPanel.tsx +14 -18
- package/src/components/view/editor/DataCubeEditorGeneralPropertiesPanel.tsx +2 -2
- package/src/components/view/extend/DataCubeColumnEditor.tsx +20 -11
- package/src/components/view/filter/DataCubeFilterEditor.tsx +4 -2
- package/src/components/view/grid/DataCubeGrid.tsx +1 -1
- package/src/index.tsx +23 -12
- package/src/stores/DataCubeAPI.ts +58 -3
- package/src/stores/DataCubeOptions.ts +101 -12
- package/src/stores/DataCubeState.tsx +74 -91
- package/src/stores/core/DataCubeConfigurationBuilder.ts +2 -2
- package/src/stores/core/DataCubeEngine.tsx +15 -181
- package/src/stores/core/DataCubeQueryBuilder.ts +2 -2
- package/src/stores/core/DataCubeQueryBuilderUtils.ts +2 -2
- package/src/stores/core/DataCubeQueryEngine.ts +27 -27
- package/src/stores/core/DataCubeQuerySnapshot.ts +2 -2
- package/src/stores/core/DataCubeQuerySnapshotBuilder.ts +54 -15
- package/src/stores/core/DataCubeQuerySnapshotBuilderUtils.ts +321 -8
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation.ts +2 -2
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__Average.tsx +2 -2
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__Count.tsx +2 -2
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__First.tsx +2 -2
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__JoinStrings.tsx +2 -2
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__Last.tsx +2 -2
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__Max.tsx +2 -2
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__Min.tsx +2 -2
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevPopulation.tsx +2 -2
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__StdDevSample.tsx +2 -2
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__Sum.tsx +2 -2
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__UniqueValue.tsx +2 -2
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__VariancePopulation.tsx +2 -2
- package/src/stores/core/aggregation/DataCubeQueryAggregateOperation__VarianceSample.tsx +2 -2
- package/src/stores/core/filter/DataCubeQueryFilterEditorState.ts +1 -1
- package/src/stores/core/filter/DataCubeQueryFilterOperation.ts +1 -1
- package/src/stores/core/filter/DataCubeQueryFilterOperation__Contain.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__EndWith.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__Equal.tsx +92 -73
- package/src/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitiveColumn.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__EqualColumn.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThan.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanColumn.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqual.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__GreaterThanOrEqualColumn.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__IsNotNull.tsx +12 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__IsNull.tsx +12 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__LessThan.tsx +19 -4
- package/src/stores/core/filter/DataCubeQueryFilterOperation__LessThanColumn.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqual.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__LessThanOrEqualColumn.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotContain.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotEndWith.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotEqual.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitive.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotEqualCaseInsensitiveColumn.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotEqualColumn.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__NotStartWith.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__StartWith.tsx +19 -5
- package/src/stores/core/filter/DataCubeQueryFilterOperation__StartWithCaseInsensitive.tsx +19 -5
- package/src/stores/services/DataCubeAlertService.tsx +169 -0
- package/src/stores/services/DataCubeDocumentationService.tsx +74 -0
- package/src/stores/{core/DataCubeLayoutManagerState.ts → services/DataCubeLayoutService.tsx} +96 -23
- package/src/stores/services/DataCubeLogService.ts +54 -0
- package/src/stores/services/DataCubeNavigationService.ts +29 -0
- package/src/stores/{view/DataCubeQuerySnapshotManager.ts → services/DataCubeQuerySnapshotService.ts} +48 -38
- package/src/stores/{DataCubeSettings.tsx → services/DataCubeSettingService.tsx} +155 -87
- package/src/stores/services/DataCubeTaskService.ts +102 -0
- package/src/stores/services/DataCubeTelemetryService.ts +30 -0
- package/src/stores/view/DataCubeInfoState.ts +12 -4
- package/src/stores/view/DataCubeViewState.ts +55 -53
- package/src/stores/view/editor/DataCubeEditorColumnPropertiesPanelState.ts +4 -6
- package/src/stores/view/editor/DataCubeEditorColumnSelectorState.ts +3 -6
- package/src/stores/view/editor/DataCubeEditorColumnsPanelState.ts +16 -18
- package/src/stores/view/editor/DataCubeEditorGeneralPropertiesPanelState.ts +1 -8
- package/src/stores/view/editor/DataCubeEditorHorizontalPivotsPanelState.ts +9 -11
- package/src/stores/view/editor/DataCubeEditorMutableConfiguration.ts +1 -1
- package/src/stores/view/editor/DataCubeEditorPanelState.ts +1 -1
- package/src/stores/view/editor/DataCubeEditorPivotLayoutPanelState.ts +4 -7
- package/src/stores/view/editor/DataCubeEditorSortsPanelState.ts +11 -16
- package/src/stores/view/editor/DataCubeEditorState.tsx +23 -15
- package/src/stores/view/editor/DataCubeEditorVerticalPivotsPanelState.ts +5 -10
- package/src/stores/view/extend/DataCubeColumnEditorState.tsx +22 -22
- package/src/stores/view/extend/DataCubeExtendManagerState.tsx +39 -30
- package/src/stores/view/filter/DataCubeFilterEditorState.tsx +11 -8
- package/src/stores/view/grid/DataCubeGridClientEngine.ts +53 -45
- package/src/stores/view/grid/DataCubeGridClientExportEngine.ts +7 -10
- package/src/stores/view/grid/DataCubeGridConfigurationBuilder.tsx +3 -6
- package/src/stores/view/grid/DataCubeGridControllerState.ts +11 -3
- package/src/stores/view/grid/DataCubeGridMenuBuilder.tsx +20 -8
- package/src/stores/view/grid/DataCubeGridQueryBuilder.ts +2 -2
- package/src/stores/view/grid/DataCubeGridQuerySnapshotBuilder.ts +2 -2
- package/src/stores/view/grid/DataCubeGridState.ts +24 -15
- package/tsconfig.json +19 -10
- package/lib/components/core/DataCubeLayoutManager.d.ts.map +0 -1
- package/lib/components/core/DataCubeLayoutManager.js.map +0 -1
- package/lib/stores/DataCubeSettings.d.ts +0 -45
- package/lib/stores/DataCubeSettings.d.ts.map +0 -1
- package/lib/stores/DataCubeSettings.js.map +0 -1
- package/lib/stores/core/DataCubeLayoutManagerState.d.ts.map +0 -1
- package/lib/stores/core/DataCubeLayoutManagerState.js.map +0 -1
- package/lib/stores/core/DataCubeSetting.d.ts +0 -51
- package/lib/stores/core/DataCubeSetting.d.ts.map +0 -1
- package/lib/stores/core/DataCubeSetting.js.map +0 -1
- package/lib/stores/core/models/AdhocQueryDataCubeSource.d.ts.map +0 -1
- package/lib/stores/core/models/AdhocQueryDataCubeSource.js.map +0 -1
- package/lib/stores/core/models/DataCubeColumn.d.ts.map +0 -1
- package/lib/stores/core/models/DataCubeColumn.js.map +0 -1
- package/lib/stores/core/models/DataCubeConfiguration.d.ts.map +0 -1
- package/lib/stores/core/models/DataCubeConfiguration.js.map +0 -1
- package/lib/stores/core/models/DataCubeQuery.d.ts.map +0 -1
- package/lib/stores/core/models/DataCubeQuery.js.map +0 -1
- package/lib/stores/core/models/DataCubeSource.d.ts.map +0 -1
- package/lib/stores/core/models/DataCubeSource.js.map +0 -1
- package/lib/stores/view/DataCubeQuerySnapshotManager.d.ts.map +0 -1
- package/lib/stores/view/DataCubeQuerySnapshotManager.js.map +0 -1
- package/src/stores/core/DataCubeSetting.ts +0 -63
- /package/lib/stores/core/{models → model}/AdhocQueryDataCubeSource.d.ts +0 -0
- /package/lib/stores/core/{models → model}/AdhocQueryDataCubeSource.js +0 -0
- /package/lib/stores/core/{models → model}/DataCubeColumn.d.ts +0 -0
- /package/lib/stores/core/{models → model}/DataCubeColumn.js +0 -0
- /package/lib/stores/core/{models → model}/DataCubeConfiguration.d.ts +0 -0
- /package/lib/stores/core/{models → model}/DataCubeConfiguration.js +0 -0
- /package/lib/stores/core/{models → model}/DataCubeQuery.d.ts +0 -0
- /package/lib/stores/core/{models → model}/DataCubeQuery.js +0 -0
- /package/lib/stores/core/{models → model}/DataCubeSource.d.ts +0 -0
- /package/lib/stores/core/{models → model}/DataCubeSource.js +0 -0
- /package/src/stores/core/{models → model}/AdhocQueryDataCubeSource.ts +0 -0
- /package/src/stores/core/{models → model}/DataCubeColumn.ts +0 -0
- /package/src/stores/core/{models → model}/DataCubeConfiguration.ts +0 -0
- /package/src/stores/core/{models → model}/DataCubeQuery.ts +0 -0
- /package/src/stores/core/{models → model}/DataCubeSource.ts +0 -0
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import type { DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
17
17
|
import type { DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
18
|
-
import type { DataCubeColumn } from '../
|
|
18
|
+
import type { DataCubeColumn } from '../model/DataCubeColumn.js';
|
|
19
19
|
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
20
20
|
export declare function generateDefaultFilterConditionPrimitiveTypeValue(type: string): unknown;
|
|
21
21
|
export declare function getFilterOperation(operator: string, operators: DataCubeQueryFilterOperation[]): DataCubeQueryFilterOperation;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAOH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACxE,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,6BAA6B,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAOH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACxE,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,6BAA6B,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAIL,KAAK,kBAAkB,EACxB,MAAM,qBAAqB,CAAC;AAI7B,wBAAgB,gDAAgD,CAC9D,IAAI,EAAE,MAAM,GACX,OAAO,CAwBT;AAED,wBAAgB,kBAAkB,CAChC,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,4BAA4B,EAAE,gCAM1C;AAID,8BAAsB,4BAA4B;IAChD,QAAQ,KAAK,KAAK,IAAI,KAAK,CAAC,SAAS,CAAC;IACtC,QAAQ,KAAK,SAAS,IAAI,MAAM,CAAC;IACjC,QAAQ,KAAK,WAAW,IAAI,MAAM,CAAC;IACnC,QAAQ,KAAK,QAAQ,IAAI,MAAM,CAAC;IAEhC,QAAQ,CAAC,sBAAsB,CAAC,MAAM,EAAE,cAAc,GAAG,OAAO;IAChE,QAAQ,CAAC,qBAAqB,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO;IAEtE,QAAQ,CAAC,oBAAoB,CAC3B,MAAM,EAAE,cAAc,GACrB,sBAAsB,GAAG,SAAS;IAErC,QAAQ,CAAC,sBAAsB,CAC7B,UAAU,EAAE,kBAAkB,GAC7B,oCAAoC,GAAG,SAAS;IAEnD,QAAQ,CAAC,wBAAwB,CAC/B,SAAS,EAAE,oCAAoC,GAC9C,kBAAkB,GAAG,SAAS;CAClC"}
|
|
@@ -13,11 +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 V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
16
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
17
|
import type { DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import type { DataCubeColumn } from '../
|
|
18
|
+
import type { DataCubeColumn } from '../model/DataCubeColumn.js';
|
|
20
19
|
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
|
+
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
21
21
|
export declare class DataCubeQueryFilterOperation__Contain extends DataCubeQueryFilterOperation {
|
|
22
22
|
get label(): string;
|
|
23
23
|
get textLabel(): string;
|
|
@@ -29,7 +29,7 @@ export declare class DataCubeQueryFilterOperation__Contain extends DataCubeQuery
|
|
|
29
29
|
type: string;
|
|
30
30
|
value: unknown;
|
|
31
31
|
};
|
|
32
|
-
buildConditionSnapshot(expression: V1_AppliedFunction):
|
|
32
|
+
buildConditionSnapshot(expression: V1_AppliedFunction): DataCubeQuerySnapshotFilterCondition;
|
|
33
33
|
buildConditionExpression(condition: DataCubeQuerySnapshotFilterCondition): V1_AppliedFunction;
|
|
34
34
|
}
|
|
35
35
|
//# sourceMappingURL=DataCubeQueryFilterOperation__Contain.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__Contain.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__Contain.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__Contain.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__Contain.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,6BAA6B,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAQnC,OAAO,EAEL,KAAK,kBAAkB,EAExB,MAAM,qBAAqB,CAAC;AAM7B,qBAAa,qCAAsC,SAAQ,4BAA4B;IACrF,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,cAAc;IAI7C,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,cAAc;;;;IAO3C,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAYrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAMzE"}
|
|
@@ -13,11 +13,12 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import {} from '@finos/legend-graph';
|
|
17
16
|
import { DataCubeQueryFilterOperation, generateDefaultFilterConditionPrimitiveTypeValue, } from './DataCubeQueryFilterOperation.js';
|
|
18
17
|
import { DataCubeColumnDataType, DataCubeFunction, DataCubeQueryFilterOperator, ofDataType, } from '../DataCubeQueryEngine.js';
|
|
19
18
|
import { _function, _functionName, _property, _value, } from '../DataCubeQueryBuilderUtils.js';
|
|
20
19
|
import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
20
|
+
import { V1_PrimitiveValueSpecification, } from '@finos/legend-graph';
|
|
21
|
+
import { _buildConditionSnapshotProperty, _dataCubeOperationValue, } from '../DataCubeQuerySnapshotBuilderUtils.js';
|
|
21
22
|
export class DataCubeQueryFilterOperation__Contain extends DataCubeQueryFilterOperation {
|
|
22
23
|
get label() {
|
|
23
24
|
return 'contains';
|
|
@@ -46,8 +47,12 @@ export class DataCubeQueryFilterOperation__Contain extends DataCubeQueryFilterOp
|
|
|
46
47
|
};
|
|
47
48
|
}
|
|
48
49
|
buildConditionSnapshot(expression) {
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
const value = expression.parameters[1];
|
|
51
|
+
const filterConditionSnapshot = _buildConditionSnapshotProperty(expression.parameters[0], this.operator);
|
|
52
|
+
if (value instanceof V1_PrimitiveValueSpecification) {
|
|
53
|
+
filterConditionSnapshot.value = _dataCubeOperationValue(value);
|
|
54
|
+
}
|
|
55
|
+
return filterConditionSnapshot;
|
|
51
56
|
}
|
|
52
57
|
buildConditionExpression(condition) {
|
|
53
58
|
return _function(_functionName(DataCubeFunction.CONTAINS), [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__Contain.js","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__Contain.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__Contain.js","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__Contain.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,4BAA4B,EAC5B,gDAAgD,GACjD,MAAM,mCAAmC,CAAC;AAG3C,OAAO,EACL,sBAAsB,EACtB,gBAAgB,EAChB,2BAA2B,EAC3B,UAAU,GAEX,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,SAAS,EACT,aAAa,EACb,SAAS,EACT,MAAM,GACP,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EACL,8BAA8B,GAG/B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,+BAA+B,EAC/B,uBAAuB,GACxB,MAAM,yCAAyC,CAAC;AAEjD,MAAM,OAAO,qCAAsC,SAAQ,4BAA4B;IACrF,IAAa,KAAK;QAChB,OAAO,UAAU,CAAC;IACpB,CAAC;IAED,IAAa,SAAS;QACpB,OAAO,UAAU,CAAC;IACpB,CAAC;IAED,IAAa,WAAW;QACtB,OAAO,UAAU,CAAC;IACpB,CAAC;IAED,IAAa,QAAQ;QACnB,OAAO,2BAA2B,CAAC,OAAO,CAAC;IAC7C,CAAC;IAED,sBAAsB,CAAC,MAAsB;QAC3C,OAAO,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC,CAAC;IAChE,CAAC;IAED,qBAAqB,CAAC,KAA6B;QACjD,OAAO,CACL,UAAU,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;YACrD,KAAK,CAAC,KAAK,KAAK,SAAS;YACzB,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAC5B,CAAC;IACJ,CAAC;IAED,oBAAoB,CAAC,MAAsB;QACzC,OAAO;YACL,IAAI,EAAE,MAAM,CAAC,IAAI;YACjB,KAAK,EAAE,gDAAgD,CAAC,MAAM,CAAC,IAAI,CAAC;SACrE,CAAC;IACJ,CAAC;IAED,sBAAsB,CAAC,UAA8B;QACnD,MAAM,KAAK,GAAG,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;QACvC,MAAM,uBAAuB,GAAG,+BAA+B,CAC7D,UAAU,CAAC,UAAU,CAAC,CAAC,CAAuB,EAC9C,IAAI,CAAC,QAAQ,CACd,CAAC;QACF,IAAI,KAAK,YAAY,8BAA8B,EAAE,CAAC;YACpD,uBAAuB,CAAC,KAAK,GAAG,uBAAuB,CAAC,KAAK,CAAC,CAAC;QACjE,CAAC;QACD,OAAO,uBAAsE,CAAC;IAChF,CAAC;IAED,wBAAwB,CAAC,SAA+C;QACtE,OAAO,SAAS,CAAC,aAAa,CAAC,gBAAgB,CAAC,QAAQ,CAAC,EAAE;YACzD,SAAS,CAAC,SAAS,CAAC,IAAI,CAAC;YACzB,MAAM,CAAC,oBAAoB,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;SAC9C,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -13,11 +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 V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
16
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
17
|
import type { DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import type { DataCubeColumn } from '../
|
|
18
|
+
import type { DataCubeColumn } from '../model/DataCubeColumn.js';
|
|
20
19
|
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
|
+
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
21
21
|
export declare class DataCubeQueryFilterOperation__ContainCaseInsensitive extends DataCubeQueryFilterOperation {
|
|
22
22
|
get label(): string;
|
|
23
23
|
get textLabel(): string;
|
|
@@ -29,7 +29,7 @@ export declare class DataCubeQueryFilterOperation__ContainCaseInsensitive extend
|
|
|
29
29
|
type: string;
|
|
30
30
|
value: unknown;
|
|
31
31
|
};
|
|
32
|
-
buildConditionSnapshot(expression: V1_AppliedFunction):
|
|
32
|
+
buildConditionSnapshot(expression: V1_AppliedFunction): DataCubeQuerySnapshotFilterCondition;
|
|
33
33
|
buildConditionExpression(condition: DataCubeQuerySnapshotFilterCondition): V1_AppliedFunction;
|
|
34
34
|
}
|
|
35
35
|
//# sourceMappingURL=DataCubeQueryFilterOperation__ContainCaseInsensitive.d.ts.map
|
package/lib/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__ContainCaseInsensitive.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__ContainCaseInsensitive.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,6BAA6B,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AASnC,OAAO,EAEL,KAAK,kBAAkB,EAExB,MAAM,qBAAqB,CAAC;AAM7B,qBAAa,oDAAqD,SAAQ,4BAA4B;IACpG,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,cAAc;IAI7C,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,cAAc;;;;IAO3C,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAYrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAWzE"}
|
|
@@ -13,11 +13,12 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import {} from '@finos/legend-graph';
|
|
17
16
|
import { DataCubeQueryFilterOperation, generateDefaultFilterConditionPrimitiveTypeValue, } from './DataCubeQueryFilterOperation.js';
|
|
18
17
|
import { DataCubeColumnDataType, DataCubeFunction, DataCubeQueryFilterOperator, ofDataType, } from '../DataCubeQueryEngine.js';
|
|
19
18
|
import { _function, _functionName, _property, _value, _var, } from '../DataCubeQueryBuilderUtils.js';
|
|
20
19
|
import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
20
|
+
import { V1_PrimitiveValueSpecification, } from '@finos/legend-graph';
|
|
21
|
+
import { _buildConditionSnapshotProperty, _dataCubeOperationValue, } from '../DataCubeQuerySnapshotBuilderUtils.js';
|
|
21
22
|
export class DataCubeQueryFilterOperation__ContainCaseInsensitive extends DataCubeQueryFilterOperation {
|
|
22
23
|
get label() {
|
|
23
24
|
return 'contains (case-insensitive)';
|
|
@@ -46,8 +47,12 @@ export class DataCubeQueryFilterOperation__ContainCaseInsensitive extends DataCu
|
|
|
46
47
|
};
|
|
47
48
|
}
|
|
48
49
|
buildConditionSnapshot(expression) {
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
const value = expression.parameters[1];
|
|
51
|
+
const filterConditionSnapshot = _buildConditionSnapshotProperty(expression.parameters[0], this.operator);
|
|
52
|
+
if (value instanceof V1_PrimitiveValueSpecification) {
|
|
53
|
+
filterConditionSnapshot.value = _dataCubeOperationValue(value);
|
|
54
|
+
}
|
|
55
|
+
return filterConditionSnapshot;
|
|
51
56
|
}
|
|
52
57
|
buildConditionExpression(condition) {
|
|
53
58
|
const variable = _var();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__ContainCaseInsensitive.js","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__ContainCaseInsensitive.js","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__ContainCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,4BAA4B,EAC5B,gDAAgD,GACjD,MAAM,mCAAmC,CAAC;AAG3C,OAAO,EACL,sBAAsB,EACtB,gBAAgB,EAChB,2BAA2B,EAC3B,UAAU,GAEX,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,SAAS,EACT,aAAa,EACb,SAAS,EACT,MAAM,EACN,IAAI,GACL,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EACL,8BAA8B,GAG/B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,+BAA+B,EAC/B,uBAAuB,GACxB,MAAM,yCAAyC,CAAC;AAEjD,MAAM,OAAO,oDAAqD,SAAQ,4BAA4B;IACpG,IAAa,KAAK;QAChB,OAAO,6BAA6B,CAAC;IACvC,CAAC;IAED,IAAa,SAAS;QACpB,OAAO,6BAA6B,CAAC;IACvC,CAAC;IAED,IAAa,WAAW;QACtB,OAAO,6BAA6B,CAAC;IACvC,CAAC;IAED,IAAa,QAAQ;QACnB,OAAO,2BAA2B,CAAC,wBAAwB,CAAC;IAC9D,CAAC;IAED,sBAAsB,CAAC,MAAsB;QAC3C,OAAO,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC,CAAC;IAChE,CAAC;IAED,qBAAqB,CAAC,KAA6B;QACjD,OAAO,CACL,UAAU,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;YACrD,KAAK,CAAC,KAAK,KAAK,SAAS;YACzB,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAC5B,CAAC;IACJ,CAAC;IAED,oBAAoB,CAAC,MAAsB;QACzC,OAAO;YACL,IAAI,EAAE,MAAM,CAAC,IAAI;YACjB,KAAK,EAAE,gDAAgD,CAAC,MAAM,CAAC,IAAI,CAAC;SACrE,CAAC;IACJ,CAAC;IAED,sBAAsB,CAAC,UAA8B;QACnD,MAAM,KAAK,GAAG,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;QACvC,MAAM,uBAAuB,GAAG,+BAA+B,CAC7D,UAAU,CAAC,UAAU,CAAC,CAAC,CAAuB,EAC9C,IAAI,CAAC,QAAQ,CACd,CAAC;QACF,IAAI,KAAK,YAAY,8BAA8B,EAAE,CAAC;YACpD,uBAAuB,CAAC,KAAK,GAAG,uBAAuB,CAAC,KAAK,CAAC,CAAC;QACjE,CAAC;QACD,OAAO,uBAAsE,CAAC;IAChF,CAAC;IAED,wBAAwB,CAAC,SAA+C;QACtE,MAAM,QAAQ,GAAG,IAAI,EAAE,CAAC;QACxB,OAAO,SAAS,CAAC,aAAa,CAAC,gBAAgB,CAAC,QAAQ,CAAC,EAAE;YACzD,SAAS,CAAC,aAAa,CAAC,gBAAgB,CAAC,YAAY,CAAC,EAAE;gBACtD,SAAS,CAAC,SAAS,CAAC,IAAI,EAAE,QAAQ,CAAC;aACpC,CAAC;YACF,SAAS,CAAC,aAAa,CAAC,gBAAgB,CAAC,YAAY,CAAC,EAAE;gBACtD,MAAM,CAAC,oBAAoB,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,QAAQ,CAAC;aACxD,CAAC;SACH,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -13,11 +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 V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
16
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
17
|
import type { DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import type { DataCubeColumn } from '../
|
|
18
|
+
import type { DataCubeColumn } from '../model/DataCubeColumn.js';
|
|
20
19
|
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
|
+
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
21
21
|
export declare class DataCubeQueryFilterOperation__EndWith extends DataCubeQueryFilterOperation {
|
|
22
22
|
get label(): string;
|
|
23
23
|
get textLabel(): string;
|
|
@@ -29,7 +29,7 @@ export declare class DataCubeQueryFilterOperation__EndWith extends DataCubeQuery
|
|
|
29
29
|
type: string;
|
|
30
30
|
value: unknown;
|
|
31
31
|
};
|
|
32
|
-
buildConditionSnapshot(expression: V1_AppliedFunction):
|
|
32
|
+
buildConditionSnapshot(expression: V1_AppliedFunction): DataCubeQuerySnapshotFilterCondition;
|
|
33
33
|
buildConditionExpression(condition: DataCubeQuerySnapshotFilterCondition): V1_AppliedFunction;
|
|
34
34
|
}
|
|
35
35
|
//# sourceMappingURL=DataCubeQueryFilterOperation__EndWith.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__EndWith.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__EndWith.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__EndWith.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__EndWith.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,6BAA6B,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAQnC,OAAO,EAEL,KAAK,kBAAkB,EAExB,MAAM,qBAAqB,CAAC;AAM7B,qBAAa,qCAAsC,SAAQ,4BAA4B;IACrF,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,cAAc;IAI7C,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,cAAc;;;;IAO3C,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAYrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAMzE"}
|
|
@@ -13,11 +13,12 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import {} from '@finos/legend-graph';
|
|
17
16
|
import { DataCubeQueryFilterOperation, generateDefaultFilterConditionPrimitiveTypeValue, } from './DataCubeQueryFilterOperation.js';
|
|
18
17
|
import { DataCubeColumnDataType, DataCubeFunction, DataCubeQueryFilterOperator, ofDataType, } from '../DataCubeQueryEngine.js';
|
|
19
18
|
import { _function, _functionName, _property, _value, } from '../DataCubeQueryBuilderUtils.js';
|
|
20
19
|
import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
20
|
+
import { V1_PrimitiveValueSpecification, } from '@finos/legend-graph';
|
|
21
|
+
import { _buildConditionSnapshotProperty, _dataCubeOperationValue, } from '../DataCubeQuerySnapshotBuilderUtils.js';
|
|
21
22
|
export class DataCubeQueryFilterOperation__EndWith extends DataCubeQueryFilterOperation {
|
|
22
23
|
get label() {
|
|
23
24
|
return 'ends with';
|
|
@@ -46,8 +47,12 @@ export class DataCubeQueryFilterOperation__EndWith extends DataCubeQueryFilterOp
|
|
|
46
47
|
};
|
|
47
48
|
}
|
|
48
49
|
buildConditionSnapshot(expression) {
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
const value = expression.parameters[1];
|
|
51
|
+
const filterConditionSnapshot = _buildConditionSnapshotProperty(expression.parameters[0], this.operator);
|
|
52
|
+
if (value instanceof V1_PrimitiveValueSpecification) {
|
|
53
|
+
filterConditionSnapshot.value = _dataCubeOperationValue(value);
|
|
54
|
+
}
|
|
55
|
+
return filterConditionSnapshot;
|
|
51
56
|
}
|
|
52
57
|
buildConditionExpression(condition) {
|
|
53
58
|
return _function(_functionName(DataCubeFunction.ENDS_WITH), [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__EndWith.js","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__EndWith.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__EndWith.js","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__EndWith.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,4BAA4B,EAC5B,gDAAgD,GACjD,MAAM,mCAAmC,CAAC;AAG3C,OAAO,EACL,sBAAsB,EACtB,gBAAgB,EAChB,2BAA2B,EAC3B,UAAU,GAEX,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,SAAS,EACT,aAAa,EACb,SAAS,EACT,MAAM,GACP,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EACL,8BAA8B,GAG/B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,+BAA+B,EAC/B,uBAAuB,GACxB,MAAM,yCAAyC,CAAC;AAEjD,MAAM,OAAO,qCAAsC,SAAQ,4BAA4B;IACrF,IAAa,KAAK;QAChB,OAAO,WAAW,CAAC;IACrB,CAAC;IAED,IAAa,SAAS;QACpB,OAAO,WAAW,CAAC;IACrB,CAAC;IAED,IAAa,WAAW;QACtB,OAAO,WAAW,CAAC;IACrB,CAAC;IAED,IAAa,QAAQ;QACnB,OAAO,2BAA2B,CAAC,QAAQ,CAAC;IAC9C,CAAC;IAED,sBAAsB,CAAC,MAAsB;QAC3C,OAAO,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC,CAAC;IAChE,CAAC;IAED,qBAAqB,CAAC,KAA6B;QACjD,OAAO,CACL,UAAU,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;YACrD,KAAK,CAAC,KAAK,KAAK,SAAS;YACzB,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAC5B,CAAC;IACJ,CAAC;IAED,oBAAoB,CAAC,MAAsB;QACzC,OAAO;YACL,IAAI,EAAE,MAAM,CAAC,IAAI;YACjB,KAAK,EAAE,gDAAgD,CAAC,MAAM,CAAC,IAAI,CAAC;SACrE,CAAC;IACJ,CAAC;IAED,sBAAsB,CAAC,UAA8B;QACnD,MAAM,KAAK,GAAG,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;QACvC,MAAM,uBAAuB,GAAG,+BAA+B,CAC7D,UAAU,CAAC,UAAU,CAAC,CAAC,CAAuB,EAC9C,IAAI,CAAC,QAAQ,CACd,CAAC;QACF,IAAI,KAAK,YAAY,8BAA8B,EAAE,CAAC;YACpD,uBAAuB,CAAC,KAAK,GAAG,uBAAuB,CAAC,KAAK,CAAC,CAAC;QACjE,CAAC;QACD,OAAO,uBAAsE,CAAC;IAChF,CAAC;IAED,wBAAwB,CAAC,SAA+C;QACtE,OAAO,SAAS,CAAC,aAAa,CAAC,gBAAgB,CAAC,SAAS,CAAC,EAAE;YAC1D,SAAS,CAAC,SAAS,CAAC,IAAI,CAAC;YACzB,MAAM,CAAC,oBAAoB,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;SAC9C,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -13,11 +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 V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
16
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
17
|
import type { DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import type { DataCubeColumn } from '../
|
|
18
|
+
import type { DataCubeColumn } from '../model/DataCubeColumn.js';
|
|
20
19
|
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
|
+
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
21
21
|
export declare class DataCubeQueryFilterOperation__EndWithCaseInsensitive extends DataCubeQueryFilterOperation {
|
|
22
22
|
get label(): string;
|
|
23
23
|
get textLabel(): string;
|
|
@@ -29,7 +29,7 @@ export declare class DataCubeQueryFilterOperation__EndWithCaseInsensitive extend
|
|
|
29
29
|
type: string;
|
|
30
30
|
value: unknown;
|
|
31
31
|
};
|
|
32
|
-
buildConditionSnapshot(expression: V1_AppliedFunction):
|
|
32
|
+
buildConditionSnapshot(expression: V1_AppliedFunction): DataCubeQuerySnapshotFilterCondition;
|
|
33
33
|
buildConditionExpression(condition: DataCubeQuerySnapshotFilterCondition): V1_AppliedFunction;
|
|
34
34
|
}
|
|
35
35
|
//# sourceMappingURL=DataCubeQueryFilterOperation__EndWithCaseInsensitive.d.ts.map
|
package/lib/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__EndWithCaseInsensitive.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__EndWithCaseInsensitive.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,6BAA6B,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AASnC,OAAO,EAEL,KAAK,kBAAkB,EAExB,MAAM,qBAAqB,CAAC;AAM7B,qBAAa,oDAAqD,SAAQ,4BAA4B;IACpG,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,cAAc;IAI7C,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,cAAc;;;;IAO3C,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAYrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAWzE"}
|
|
@@ -13,11 +13,12 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import {} from '@finos/legend-graph';
|
|
17
16
|
import { DataCubeQueryFilterOperation, generateDefaultFilterConditionPrimitiveTypeValue, } from './DataCubeQueryFilterOperation.js';
|
|
18
17
|
import { DataCubeColumnDataType, DataCubeFunction, DataCubeQueryFilterOperator, ofDataType, } from '../DataCubeQueryEngine.js';
|
|
19
18
|
import { _function, _functionName, _property, _value, _var, } from '../DataCubeQueryBuilderUtils.js';
|
|
20
19
|
import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
20
|
+
import { V1_PrimitiveValueSpecification, } from '@finos/legend-graph';
|
|
21
|
+
import { _buildConditionSnapshotProperty, _dataCubeOperationValue, } from '../DataCubeQuerySnapshotBuilderUtils.js';
|
|
21
22
|
export class DataCubeQueryFilterOperation__EndWithCaseInsensitive extends DataCubeQueryFilterOperation {
|
|
22
23
|
get label() {
|
|
23
24
|
return 'ends with (case-insensitive)';
|
|
@@ -46,8 +47,12 @@ export class DataCubeQueryFilterOperation__EndWithCaseInsensitive extends DataCu
|
|
|
46
47
|
};
|
|
47
48
|
}
|
|
48
49
|
buildConditionSnapshot(expression) {
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
const value = expression.parameters[1];
|
|
51
|
+
const filterConditionSnapshot = _buildConditionSnapshotProperty(expression.parameters[0], this.operator);
|
|
52
|
+
if (value instanceof V1_PrimitiveValueSpecification) {
|
|
53
|
+
filterConditionSnapshot.value = _dataCubeOperationValue(value);
|
|
54
|
+
}
|
|
55
|
+
return filterConditionSnapshot;
|
|
51
56
|
}
|
|
52
57
|
buildConditionExpression(condition) {
|
|
53
58
|
const variable = _var();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__EndWithCaseInsensitive.js","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__EndWithCaseInsensitive.js","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__EndWithCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,4BAA4B,EAC5B,gDAAgD,GACjD,MAAM,mCAAmC,CAAC;AAG3C,OAAO,EACL,sBAAsB,EACtB,gBAAgB,EAChB,2BAA2B,EAC3B,UAAU,GAEX,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,SAAS,EACT,aAAa,EACb,SAAS,EACT,MAAM,EACN,IAAI,GACL,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EACL,8BAA8B,GAG/B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,+BAA+B,EAC/B,uBAAuB,GACxB,MAAM,yCAAyC,CAAC;AAEjD,MAAM,OAAO,oDAAqD,SAAQ,4BAA4B;IACpG,IAAa,KAAK;QAChB,OAAO,8BAA8B,CAAC;IACxC,CAAC;IAED,IAAa,SAAS;QACpB,OAAO,6BAA6B,CAAC;IACvC,CAAC;IAED,IAAa,WAAW;QACtB,OAAO,8BAA8B,CAAC;IACxC,CAAC;IAED,IAAa,QAAQ;QACnB,OAAO,2BAA2B,CAAC,yBAAyB,CAAC;IAC/D,CAAC;IAED,sBAAsB,CAAC,MAAsB;QAC3C,OAAO,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC,CAAC;IAChE,CAAC;IAED,qBAAqB,CAAC,KAA6B;QACjD,OAAO,CACL,UAAU,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;YACrD,KAAK,CAAC,KAAK,KAAK,SAAS;YACzB,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAC5B,CAAC;IACJ,CAAC;IAED,oBAAoB,CAAC,MAAsB;QACzC,OAAO;YACL,IAAI,EAAE,MAAM,CAAC,IAAI;YACjB,KAAK,EAAE,gDAAgD,CAAC,MAAM,CAAC,IAAI,CAAC;SACrE,CAAC;IACJ,CAAC;IAED,sBAAsB,CAAC,UAA8B;QACnD,MAAM,KAAK,GAAG,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;QACvC,MAAM,uBAAuB,GAAG,+BAA+B,CAC7D,UAAU,CAAC,UAAU,CAAC,CAAC,CAAuB,EAC9C,IAAI,CAAC,QAAQ,CACd,CAAC;QACF,IAAI,KAAK,YAAY,8BAA8B,EAAE,CAAC;YACpD,uBAAuB,CAAC,KAAK,GAAG,uBAAuB,CAAC,KAAK,CAAC,CAAC;QACjE,CAAC;QACD,OAAO,uBAAsE,CAAC;IAChF,CAAC;IAED,wBAAwB,CAAC,SAA+C;QACtE,MAAM,QAAQ,GAAG,IAAI,EAAE,CAAC;QACxB,OAAO,SAAS,CAAC,aAAa,CAAC,gBAAgB,CAAC,SAAS,CAAC,EAAE;YAC1D,SAAS,CAAC,aAAa,CAAC,gBAAgB,CAAC,YAAY,CAAC,EAAE;gBACtD,SAAS,CAAC,SAAS,CAAC,IAAI,EAAE,QAAQ,CAAC;aACpC,CAAC;YACF,SAAS,CAAC,aAAa,CAAC,gBAAgB,CAAC,YAAY,CAAC,EAAE;gBACtD,MAAM,CAAC,oBAAoB,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,QAAQ,CAAC;aACxD,CAAC;SACH,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -13,11 +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 V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
16
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
17
|
import type { DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import type { DataCubeColumn } from '../
|
|
18
|
+
import type { DataCubeColumn } from '../model/DataCubeColumn.js';
|
|
20
19
|
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
|
+
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
21
21
|
export declare class DataCubeQueryFilterOperation__Equal extends DataCubeQueryFilterOperation {
|
|
22
22
|
get label(): string;
|
|
23
23
|
get textLabel(): string;
|
|
@@ -29,7 +29,8 @@ export declare class DataCubeQueryFilterOperation__Equal extends DataCubeQueryFi
|
|
|
29
29
|
type: string;
|
|
30
30
|
value: unknown;
|
|
31
31
|
};
|
|
32
|
-
|
|
32
|
+
/** TODO: @datacube roundtrip */
|
|
33
|
+
buildConditionSnapshot(expression: V1_AppliedFunction): DataCubeQuerySnapshotFilterCondition;
|
|
33
34
|
buildConditionExpression(condition: DataCubeQuerySnapshotFilterCondition): V1_AppliedFunction;
|
|
34
35
|
}
|
|
35
36
|
//# sourceMappingURL=DataCubeQueryFilterOperation__Equal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__Equal.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__Equal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__Equal.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__Equal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,6BAA6B,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AAQnC,OAAO,EAEL,KAAK,kBAAkB,EAExB,MAAM,qBAAqB,CAAC;AAM7B,qBAAa,mCAAoC,SAAQ,4BAA4B;IACnF,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,cAAc;IAS7C,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAanD,oBAAoB,CAAC,MAAM,EAAE,cAAc;;;;IAQ3C,gCAAgC;IA4EhC,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAYrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAMzE"}
|
|
@@ -13,11 +13,12 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import {} from '@finos/legend-graph';
|
|
17
16
|
import { DataCubeQueryFilterOperation, generateDefaultFilterConditionPrimitiveTypeValue, } from './DataCubeQueryFilterOperation.js';
|
|
18
17
|
import { DataCubeColumnDataType, DataCubeFunction, DataCubeQueryFilterOperator, ofDataType, } from '../DataCubeQueryEngine.js';
|
|
19
18
|
import { _function, _functionName, _property, _value, } from '../DataCubeQueryBuilderUtils.js';
|
|
20
19
|
import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
20
|
+
import { V1_PrimitiveValueSpecification, } from '@finos/legend-graph';
|
|
21
|
+
import { _buildConditionSnapshotProperty, _dataCubeOperationValue, } from '../DataCubeQuerySnapshotBuilderUtils.js';
|
|
21
22
|
export class DataCubeQueryFilterOperation__Equal extends DataCubeQueryFilterOperation {
|
|
22
23
|
get label() {
|
|
23
24
|
return '=';
|
|
@@ -55,76 +56,84 @@ export class DataCubeQueryFilterOperation__Equal extends DataCubeQueryFilterOper
|
|
|
55
56
|
value: generateDefaultFilterConditionPrimitiveTypeValue(column.type),
|
|
56
57
|
};
|
|
57
58
|
}
|
|
59
|
+
// buildConditionSnapshot(expression: V1_AppliedFunction) {
|
|
60
|
+
/** TODO: @datacube roundtrip */
|
|
61
|
+
// export const buildPostFilterConditionState = (
|
|
62
|
+
// postFilterState: QueryBuilderPostFilterState,
|
|
63
|
+
// expression: FunctionExpression,
|
|
64
|
+
// operatorFunctionFullPath | undefined,
|
|
65
|
+
// operator: QueryBuilderPostFilterOperator,
|
|
66
|
+
// ): PostFilterConditionState | undefined => {
|
|
67
|
+
// let postConditionState: PostFilterConditionState | undefined;
|
|
68
|
+
// const tdsColumnGetter = operator.getTDSColumnGetter();
|
|
69
|
+
// if (
|
|
70
|
+
// tdsColumnGetter &&
|
|
71
|
+
// expression instanceof AbstractPropertyExpression &&
|
|
72
|
+
// expression.func.value.name === tdsColumnGetter
|
|
73
|
+
// ) {
|
|
74
|
+
// const columnState = findProjectionColumnState(expression, postFilterState);
|
|
75
|
+
// postConditionState = new PostFilterConditionState(
|
|
76
|
+
// postFilterState,
|
|
77
|
+
// columnState,
|
|
78
|
+
// operator,
|
|
79
|
+
// );
|
|
80
|
+
// return postConditionState;
|
|
81
|
+
// } else if (
|
|
82
|
+
// operatorFunctionFullPath &&
|
|
83
|
+
// matchFunctionName(expression.functionName, operatorFunctionFullPath)
|
|
84
|
+
// ) {
|
|
85
|
+
// assertTrue(
|
|
86
|
+
// expression.parametersValues.length === 2,
|
|
87
|
+
// `Can't process ${extractElementNameFromPath(
|
|
88
|
+
// operatorFunctionFullPath,
|
|
89
|
+
// )}() expression: ${extractElementNameFromPath(
|
|
90
|
+
// operatorFunctionFullPath,
|
|
91
|
+
// )}() expects '1 argument'`,
|
|
92
|
+
// );
|
|
93
|
+
// // get projection column
|
|
94
|
+
// const tdsColumnPropertyExpression = guaranteeType(
|
|
95
|
+
// expression.parametersValues[0],
|
|
96
|
+
// AbstractPropertyExpression,
|
|
97
|
+
// `Can't process ${extractElementNameFromPath(
|
|
98
|
+
// operatorFunctionFullPath,
|
|
99
|
+
// )}() expression: expects property expression in lambda body`,
|
|
100
|
+
// );
|
|
101
|
+
// const columnState = findProjectionColumnState(
|
|
102
|
+
// tdsColumnPropertyExpression,
|
|
103
|
+
// postFilterState,
|
|
104
|
+
// );
|
|
105
|
+
// // get operation value specification
|
|
106
|
+
// const rightSide = expression.parametersValues[1];
|
|
107
|
+
// // create state
|
|
108
|
+
// postConditionState = new PostFilterConditionState(
|
|
109
|
+
// postFilterState,
|
|
110
|
+
// columnState,
|
|
111
|
+
// operator,
|
|
112
|
+
// );
|
|
113
|
+
// buildPostFilterConditionValueState(rightSide, postConditionState);
|
|
114
|
+
// //post checks
|
|
115
|
+
// assertTrue(
|
|
116
|
+
// operator.isCompatibleWithPostFilterColumn(postConditionState),
|
|
117
|
+
// `Can't process ${extractElementNameFromPath(
|
|
118
|
+
// operatorFunctionFullPath,
|
|
119
|
+
// )}() expression: property is not compatible with post-filter operator`,
|
|
120
|
+
// );
|
|
121
|
+
// assertTrue(
|
|
122
|
+
// operator.isCompatibleWithConditionValue(postConditionState),
|
|
123
|
+
// `Operator '${operator.getLabel()}' not compatible with value specification ${rightSide?.toString()}`,
|
|
124
|
+
// );
|
|
125
|
+
// }
|
|
126
|
+
// return postConditionState;
|
|
127
|
+
// };
|
|
128
|
+
// return undefined;
|
|
129
|
+
// }
|
|
58
130
|
buildConditionSnapshot(expression) {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
// ): PostFilterConditionState | undefined => {
|
|
66
|
-
// let postConditionState: PostFilterConditionState | undefined;
|
|
67
|
-
// const tdsColumnGetter = operator.getTDSColumnGetter();
|
|
68
|
-
// if (
|
|
69
|
-
// tdsColumnGetter &&
|
|
70
|
-
// expression instanceof AbstractPropertyExpression &&
|
|
71
|
-
// expression.func.value.name === tdsColumnGetter
|
|
72
|
-
// ) {
|
|
73
|
-
// const columnState = findProjectionColumnState(expression, postFilterState);
|
|
74
|
-
// postConditionState = new PostFilterConditionState(
|
|
75
|
-
// postFilterState,
|
|
76
|
-
// columnState,
|
|
77
|
-
// operator,
|
|
78
|
-
// );
|
|
79
|
-
// return postConditionState;
|
|
80
|
-
// } else if (
|
|
81
|
-
// operatorFunctionFullPath &&
|
|
82
|
-
// matchFunctionName(expression.functionName, operatorFunctionFullPath)
|
|
83
|
-
// ) {
|
|
84
|
-
// assertTrue(
|
|
85
|
-
// expression.parametersValues.length === 2,
|
|
86
|
-
// `Can't process ${extractElementNameFromPath(
|
|
87
|
-
// operatorFunctionFullPath,
|
|
88
|
-
// )}() expression: ${extractElementNameFromPath(
|
|
89
|
-
// operatorFunctionFullPath,
|
|
90
|
-
// )}() expects '1 argument'`,
|
|
91
|
-
// );
|
|
92
|
-
// // get projection column
|
|
93
|
-
// const tdsColumnPropertyExpression = guaranteeType(
|
|
94
|
-
// expression.parametersValues[0],
|
|
95
|
-
// AbstractPropertyExpression,
|
|
96
|
-
// `Can't process ${extractElementNameFromPath(
|
|
97
|
-
// operatorFunctionFullPath,
|
|
98
|
-
// )}() expression: expects property expression in lambda body`,
|
|
99
|
-
// );
|
|
100
|
-
// const columnState = findProjectionColumnState(
|
|
101
|
-
// tdsColumnPropertyExpression,
|
|
102
|
-
// postFilterState,
|
|
103
|
-
// );
|
|
104
|
-
// // get operation value specification
|
|
105
|
-
// const rightSide = expression.parametersValues[1];
|
|
106
|
-
// // create state
|
|
107
|
-
// postConditionState = new PostFilterConditionState(
|
|
108
|
-
// postFilterState,
|
|
109
|
-
// columnState,
|
|
110
|
-
// operator,
|
|
111
|
-
// );
|
|
112
|
-
// buildPostFilterConditionValueState(rightSide, postConditionState);
|
|
113
|
-
// //post checks
|
|
114
|
-
// assertTrue(
|
|
115
|
-
// operator.isCompatibleWithPostFilterColumn(postConditionState),
|
|
116
|
-
// `Can't process ${extractElementNameFromPath(
|
|
117
|
-
// operatorFunctionFullPath,
|
|
118
|
-
// )}() expression: property is not compatible with post-filter operator`,
|
|
119
|
-
// );
|
|
120
|
-
// assertTrue(
|
|
121
|
-
// operator.isCompatibleWithConditionValue(postConditionState),
|
|
122
|
-
// `Operator '${operator.getLabel()}' not compatible with value specification ${rightSide?.toString()}`,
|
|
123
|
-
// );
|
|
124
|
-
// }
|
|
125
|
-
// return postConditionState;
|
|
126
|
-
// };
|
|
127
|
-
return undefined;
|
|
131
|
+
const value = expression.parameters[1];
|
|
132
|
+
const filterConditionSnapshot = _buildConditionSnapshotProperty(expression.parameters[0], this.operator);
|
|
133
|
+
if (value instanceof V1_PrimitiveValueSpecification) {
|
|
134
|
+
filterConditionSnapshot.value = _dataCubeOperationValue(value);
|
|
135
|
+
}
|
|
136
|
+
return filterConditionSnapshot;
|
|
128
137
|
}
|
|
129
138
|
buildConditionExpression(condition) {
|
|
130
139
|
return _function(_functionName(DataCubeFunction.EQUAL), [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__Equal.js","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__Equal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__Equal.js","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__Equal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,4BAA4B,EAC5B,gDAAgD,GACjD,MAAM,mCAAmC,CAAC;AAG3C,OAAO,EACL,sBAAsB,EACtB,gBAAgB,EAChB,2BAA2B,EAC3B,UAAU,GAEX,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,SAAS,EACT,aAAa,EACb,SAAS,EACT,MAAM,GACP,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EACL,8BAA8B,GAG/B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,+BAA+B,EAC/B,uBAAuB,GACxB,MAAM,yCAAyC,CAAC;AAEjD,MAAM,OAAO,mCAAoC,SAAQ,4BAA4B;IACnF,IAAa,KAAK;QAChB,OAAO,GAAG,CAAC;IACb,CAAC;IAED,IAAa,SAAS;QACpB,OAAO,GAAG,CAAC;IACb,CAAC;IAED,IAAa,WAAW;QACtB,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,IAAa,QAAQ;QACnB,OAAO,2BAA2B,CAAC,KAAK,CAAC;IAC3C,CAAC;IAED,sBAAsB,CAAC,MAAsB;QAC3C,OAAO,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE;YAC7B,sBAAsB,CAAC,IAAI;YAC3B,sBAAsB,CAAC,MAAM;YAC7B,sBAAsB,CAAC,IAAI;YAC3B,sBAAsB,CAAC,IAAI;SAC5B,CAAC,CAAC;IACL,CAAC;IAED,qBAAqB,CAAC,KAA6B;QACjD,OAAO,CACL,UAAU,CAAC,KAAK,CAAC,IAAI,EAAE;YACrB,sBAAsB,CAAC,IAAI;YAC3B,sBAAsB,CAAC,MAAM;YAC7B,sBAAsB,CAAC,IAAI;YAC3B,sBAAsB,CAAC,IAAI;SAC5B,CAAC;YACF,KAAK,CAAC,KAAK,KAAK,SAAS;YACzB,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAC5B,CAAC;IACJ,CAAC;IAED,oBAAoB,CAAC,MAAsB;QACzC,OAAO;YACL,IAAI,EAAE,MAAM,CAAC,IAAI;YACjB,KAAK,EAAE,gDAAgD,CAAC,MAAM,CAAC,IAAI,CAAC;SACrE,CAAC;IACJ,CAAC;IAED,2DAA2D;IAC3D,gCAAgC;IAChC,iDAAiD;IACjD,kDAAkD;IAClD,oCAAoC;IACpC,0CAA0C;IAC1C,8CAA8C;IAC9C,+CAA+C;IAC/C,kEAAkE;IAClE,2DAA2D;IAC3D,SAAS;IACT,yBAAyB;IACzB,0DAA0D;IAC1D,qDAAqD;IACrD,QAAQ;IACR,kFAAkF;IAClF,yDAAyD;IACzD,yBAAyB;IACzB,qBAAqB;IACrB,kBAAkB;IAClB,SAAS;IACT,iCAAiC;IACjC,gBAAgB;IAChB,kCAAkC;IAClC,2EAA2E;IAC3E,QAAQ;IACR,kBAAkB;IAClB,kDAAkD;IAClD,qDAAqD;IACrD,oCAAoC;IACpC,uDAAuD;IACvD,oCAAoC;IACpC,oCAAoC;IACpC,SAAS;IAET,+BAA+B;IAC/B,yDAAyD;IACzD,wCAAwC;IACxC,oCAAoC;IACpC,qDAAqD;IACrD,oCAAoC;IACpC,sEAAsE;IACtE,SAAS;IACT,qDAAqD;IACrD,qCAAqC;IACrC,yBAAyB;IACzB,SAAS;IAET,2CAA2C;IAC3C,wDAAwD;IAExD,sBAAsB;IACtB,yDAAyD;IACzD,yBAAyB;IACzB,qBAAqB;IACrB,kBAAkB;IAClB,SAAS;IAET,yEAAyE;IAEzE,oBAAoB;IACpB,kBAAkB;IAClB,uEAAuE;IACvE,qDAAqD;IACrD,oCAAoC;IACpC,gFAAgF;IAChF,SAAS;IACT,kBAAkB;IAClB,qEAAqE;IACrE,8GAA8G;IAC9G,SAAS;IACT,MAAM;IACN,+BAA+B;IAC/B,KAAK;IACL,sBAAsB;IACtB,IAAI;IAEJ,sBAAsB,CAAC,UAA8B;QACnD,MAAM,KAAK,GAAG,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;QACvC,MAAM,uBAAuB,GAAG,+BAA+B,CAC7D,UAAU,CAAC,UAAU,CAAC,CAAC,CAAuB,EAC9C,IAAI,CAAC,QAAQ,CACd,CAAC;QACF,IAAI,KAAK,YAAY,8BAA8B,EAAE,CAAC;YACpD,uBAAuB,CAAC,KAAK,GAAG,uBAAuB,CAAC,KAAK,CAAC,CAAC;QACjE,CAAC;QACD,OAAO,uBAAsE,CAAC;IAChF,CAAC;IAED,wBAAwB,CAAC,SAA+C;QACtE,OAAO,SAAS,CAAC,aAAa,CAAC,gBAAgB,CAAC,KAAK,CAAC,EAAE;YACtD,SAAS,CAAC,SAAS,CAAC,IAAI,CAAC;YACzB,MAAM,CAAC,oBAAoB,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;SAC9C,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -13,11 +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 V1_AppliedFunction } from '@finos/legend-graph';
|
|
17
16
|
import { DataCubeQueryFilterOperation } from './DataCubeQueryFilterOperation.js';
|
|
18
17
|
import type { DataCubeQuerySnapshotFilterCondition } from '../DataCubeQuerySnapshot.js';
|
|
19
|
-
import type { DataCubeColumn } from '../
|
|
18
|
+
import type { DataCubeColumn } from '../model/DataCubeColumn.js';
|
|
20
19
|
import { DataCubeQueryFilterOperator, type DataCubeOperationValue } from '../DataCubeQueryEngine.js';
|
|
20
|
+
import { type V1_AppliedFunction } from '@finos/legend-graph';
|
|
21
21
|
export declare class DataCubeQueryFilterOperation__EqualCaseInsensitive extends DataCubeQueryFilterOperation {
|
|
22
22
|
get label(): string;
|
|
23
23
|
get textLabel(): string;
|
|
@@ -29,7 +29,7 @@ export declare class DataCubeQueryFilterOperation__EqualCaseInsensitive extends
|
|
|
29
29
|
type: string;
|
|
30
30
|
value: unknown;
|
|
31
31
|
};
|
|
32
|
-
buildConditionSnapshot(expression: V1_AppliedFunction):
|
|
32
|
+
buildConditionSnapshot(expression: V1_AppliedFunction): DataCubeQuerySnapshotFilterCondition;
|
|
33
33
|
buildConditionExpression(condition: DataCubeQuerySnapshotFilterCondition): V1_AppliedFunction;
|
|
34
34
|
}
|
|
35
35
|
//# sourceMappingURL=DataCubeQueryFilterOperation__EqualCaseInsensitive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__EqualCaseInsensitive.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__EqualCaseInsensitive.d.ts","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,4BAA4B,EAE7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,6BAA6B,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAGL,2BAA2B,EAE3B,KAAK,sBAAsB,EAC5B,MAAM,2BAA2B,CAAC;AASnC,OAAO,EAEL,KAAK,kBAAkB,EAExB,MAAM,qBAAqB,CAAC;AAM7B,qBAAa,kDAAmD,SAAQ,4BAA4B;IAClG,IAAa,KAAK,WAEjB;IAED,IAAa,SAAS,WAErB;IAED,IAAa,WAAW,WAEvB;IAED,IAAa,QAAQ,gCAEpB;IAED,sBAAsB,CAAC,MAAM,EAAE,cAAc;IAI7C,qBAAqB,CAAC,KAAK,EAAE,sBAAsB;IAQnD,oBAAoB,CAAC,MAAM,EAAE,cAAc;;;;IAO3C,sBAAsB,CAAC,UAAU,EAAE,kBAAkB;IAYrD,wBAAwB,CAAC,SAAS,EAAE,oCAAoC;CAWzE"}
|
|
@@ -13,11 +13,12 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import {} from '@finos/legend-graph';
|
|
17
16
|
import { DataCubeQueryFilterOperation, generateDefaultFilterConditionPrimitiveTypeValue, } from './DataCubeQueryFilterOperation.js';
|
|
18
17
|
import { DataCubeColumnDataType, DataCubeFunction, DataCubeQueryFilterOperator, ofDataType, } from '../DataCubeQueryEngine.js';
|
|
19
18
|
import { _function, _functionName, _property, _value, _var, } from '../DataCubeQueryBuilderUtils.js';
|
|
20
19
|
import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
20
|
+
import { V1_PrimitiveValueSpecification, } from '@finos/legend-graph';
|
|
21
|
+
import { _buildConditionSnapshotProperty, _dataCubeOperationValue, } from '../DataCubeQuerySnapshotBuilderUtils.js';
|
|
21
22
|
export class DataCubeQueryFilterOperation__EqualCaseInsensitive extends DataCubeQueryFilterOperation {
|
|
22
23
|
get label() {
|
|
23
24
|
return '= (case-insensitive)';
|
|
@@ -46,8 +47,12 @@ export class DataCubeQueryFilterOperation__EqualCaseInsensitive extends DataCube
|
|
|
46
47
|
};
|
|
47
48
|
}
|
|
48
49
|
buildConditionSnapshot(expression) {
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
const value = expression.parameters[1];
|
|
51
|
+
const filterConditionSnapshot = _buildConditionSnapshotProperty(expression.parameters[0], this.operator);
|
|
52
|
+
if (value instanceof V1_PrimitiveValueSpecification) {
|
|
53
|
+
filterConditionSnapshot.value = _dataCubeOperationValue(value);
|
|
54
|
+
}
|
|
55
|
+
return filterConditionSnapshot;
|
|
51
56
|
}
|
|
52
57
|
buildConditionExpression(condition) {
|
|
53
58
|
const variable = _var();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubeQueryFilterOperation__EqualCaseInsensitive.js","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;
|
|
1
|
+
{"version":3,"file":"DataCubeQueryFilterOperation__EqualCaseInsensitive.js","sourceRoot":"","sources":["../../../../src/stores/core/filter/DataCubeQueryFilterOperation__EqualCaseInsensitive.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,4BAA4B,EAC5B,gDAAgD,GACjD,MAAM,mCAAmC,CAAC;AAG3C,OAAO,EACL,sBAAsB,EACtB,gBAAgB,EAChB,2BAA2B,EAC3B,UAAU,GAEX,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,SAAS,EACT,aAAa,EACb,SAAS,EACT,MAAM,EACN,IAAI,GACL,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EACL,8BAA8B,GAG/B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,+BAA+B,EAC/B,uBAAuB,GACxB,MAAM,yCAAyC,CAAC;AAEjD,MAAM,OAAO,kDAAmD,SAAQ,4BAA4B;IAClG,IAAa,KAAK;QAChB,OAAO,sBAAsB,CAAC;IAChC,CAAC;IAED,IAAa,SAAS;QACpB,OAAO,sBAAsB,CAAC;IAChC,CAAC;IAED,IAAa,WAAW;QACtB,OAAO,2BAA2B,CAAC;IACrC,CAAC;IAED,IAAa,QAAQ;QACnB,OAAO,2BAA2B,CAAC,sBAAsB,CAAC;IAC5D,CAAC;IAED,sBAAsB,CAAC,MAAsB;QAC3C,OAAO,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC,CAAC;IAChE,CAAC;IAED,qBAAqB,CAAC,KAA6B;QACjD,OAAO,CACL,UAAU,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;YACrD,KAAK,CAAC,KAAK,KAAK,SAAS;YACzB,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAC5B,CAAC;IACJ,CAAC;IAED,oBAAoB,CAAC,MAAsB;QACzC,OAAO;YACL,IAAI,EAAE,MAAM,CAAC,IAAI;YACjB,KAAK,EAAE,gDAAgD,CAAC,MAAM,CAAC,IAAI,CAAC;SACrE,CAAC;IACJ,CAAC;IAED,sBAAsB,CAAC,UAA8B;QACnD,MAAM,KAAK,GAAG,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;QACvC,MAAM,uBAAuB,GAAG,+BAA+B,CAC7D,UAAU,CAAC,UAAU,CAAC,CAAC,CAAuB,EAC9C,IAAI,CAAC,QAAQ,CACd,CAAC;QACF,IAAI,KAAK,YAAY,8BAA8B,EAAE,CAAC;YACpD,uBAAuB,CAAC,KAAK,GAAG,uBAAuB,CAAC,KAAK,CAAC,CAAC;QACjE,CAAC;QACD,OAAO,uBAAsE,CAAC;IAChF,CAAC;IAED,wBAAwB,CAAC,SAA+C;QACtE,MAAM,QAAQ,GAAG,IAAI,EAAE,CAAC;QACxB,OAAO,SAAS,CAAC,aAAa,CAAC,gBAAgB,CAAC,KAAK,CAAC,EAAE;YACtD,SAAS,CAAC,aAAa,CAAC,gBAAgB,CAAC,YAAY,CAAC,EAAE;gBACtD,SAAS,CAAC,SAAS,CAAC,IAAI,EAAE,QAAQ,CAAC;aACpC,CAAC;YACF,SAAS,CAAC,aAAa,CAAC,gBAAgB,CAAC,YAAY,CAAC,EAAE;gBACtD,MAAM,CAAC,oBAAoB,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,QAAQ,CAAC;aACxD,CAAC;SACH,CAAC,CAAC;IACL,CAAC;CACF"}
|